@charset "UTF-8";
:root {
  --100vh: calc(100 * var(--vh, 1vh));
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.spFixedBottom li a {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blueBtn::after, .blueBtn__icon, .spFixedBottom li::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 50%;
}

.blueBtn {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  overflow: hidden;
  position: relative;
}

.blueBtn::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/*!
* ress.css • v1.1.2
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
# General elements
# ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-style: normal;
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 100%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

ul,
ol {
  list-style: none;
}

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

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

address,
em {
  font-style: normal;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  rt:not(:target) {
    position: relative;
    top: -0.7em;
    /* IE10（\9なしでIE11にも適用） */
  }
}
/* # =================================================================
# Forms
# ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  max-width: 100%;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
  vertical-align: bottom;
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
# Accessibility
# ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
# Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

ul {
  letter-spacing: -0.4em;
}
ul li {
  letter-spacing: normal;
}

.spFixedBottom {
  position: fixed;
  bottom: 1rem;
  -webkit-transform: translate(-50%, 130%);
          transform: translate(-50%, 130%);
  left: 50%;
  z-index: 10;
  width: 371px;
  border-radius: 3.35rem;
  background: #14d2e3;
  -webkit-box-shadow: 0.3rem 0.3rem 0.6rem rgba(122, 128, 134, 0.3);
          box-shadow: 0.3rem 0.3rem 0.6rem rgba(122, 128, 134, 0.3);
  display: none;
  padding: 0 0 0 1.1rem;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .spFixedBottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.spFixedBottom li {
  width: 33%;
  position: relative;
}
.spFixedBottom li::after {
  content: "";
  right: 0;
  width: 0.1rem;
  height: 3rem;
  background: #fff;
  opacity: 0.5;
}
.spFixedBottom li:last-child::after {
  display: none;
}
.spFixedBottom li a {
  height: 6.7rem;
}
.spFixedBottom li:nth-child(1) a img {
  width: 7.2rem;
}
.spFixedBottom li:nth-child(2) a img {
  width: 4.75rem;
}
.spFixedBottom li:nth-child(3) a img {
  width: 3.2rem;
}
.spFixedBottom li:nth-child(4) a img {
  width: 3.2rem;
}

.scrolled .spFixedBottom {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 1;
}

html {
  font-size: 10.9px;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 2.5641vw;
  }
}

button {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: #7a8086;
}

iframe {
  max-width: 100%;
}

picture,
img,
svg {
  max-width: 100%;
  height: auto;
  width: auto;
  display: block;
}

body {
  color: #7a8086;
  font-size: 16px;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.7;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.sp_show {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp_show {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .pc_show {
    display: none;
  }
}

.lp__basic__button {
  position: relative;
  margin: 1rem auto 0;
  border-radius: 2.15rem;
  -webkit-box-shadow: 0.35rem 0.35rem 0.95rem 0.5rem rgba(6, 51, 78, 0.0980392157);
          box-shadow: 0.35rem 0.35rem 0.95rem 0.5rem rgba(6, 51, 78, 0.0980392157);
  width: 35.85rem;
  display: block;
  cursor: pointer;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .lp__basic__button:hover {
    opacity: 0.6;
  }
}
.lp__basic__button span {
  position: absolute;
  top: 50%;
  left: 54%;
  font-size: 2.2rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.04em;
  width: 100%;
  text-align: center;
}
.lp__basic__button span em {
  font-size: 2.4rem;
}
.lp__basic__button2 {
  position: relative;
  margin: auto;
  border-radius: 2.15rem;
  -webkit-box-shadow: 0.35rem 0.35rem 0.95rem 0.5rem rgba(6, 51, 78, 0.0980392157);
          box-shadow: 0.35rem 0.35rem 0.95rem 0.5rem rgba(6, 51, 78, 0.0980392157);
  width: 35.85rem;
  display: block;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .lp__basic__button2:hover {
    opacity: 0.6;
  }
}
.lp__basic__button2 span {
  position: absolute;
  top: 50%;
  left: 51%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.04em;
  width: 100%;
  font-size: 1.7rem;
  line-height: 1.306;
  padding-left: 8.5rem;
}
.lp__basic__button2 span em {
  font-size: 2.4rem;
}

.lp__pc {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-image: url(../images/lp/bg01.jpg);
  background-size: 100px;
  background-repeat: repeat;
}
@media only screen and (max-width: 767px) {
  .lp__pc {
    display: none;
  }
}
.lp__pc::after, .lp__pc::before {
  content: "";
  height: 100%;
  width: 100%;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
}
.lp__pc::before {
  background-image: url(../images/lp/bg04.png);
  background-size: 33vw;
  background-position: right top;
}
.lp__pc::after {
  background-position: left bottom;
  background-size: 207px auto;
  background-image: url(../images/lp/bg03.png);
}
.lp__pc__nav {
  width: 400px;
  position: relative;
}
.lp__pc__nav__logo {
  width: 156px;
  margin: 18px 0 0 21px;
}
.lp__pc__nav__title {
  font-size: 20px;
  color: #e28b7d;
  font-weight: bold;
  text-align: center;
  margin-top: 15%;
  letter-spacing: 0.1em;
}
.lp__pc__nav__index {
  width: 132px;
  margin: 1px auto 0;
}
.lp__pc__nav__list {
  width: 274px;
  margin: 3% 0 0 84px;
}
.lp__pc__nav__list li {
  cursor: pointer;
  font-size: 14px;
  color: rgba(200, 182, 156, 0.8);
  font-weight: bold;
  line-height: 1.643;
  background-image: url("../images/lp/dot02.png");
  background-repeat: repeat-x;
  background-position-y: bottom;
  background-size: 8px 2px;
  padding: 7.5% 0px 7.5% 10px;
  position: relative;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .lp__pc__nav__list li:hover {
    opacity: 0.6;
  }
}
.lp__pc__nav__list li img {
  position: absolute;
  right: -5px;
  top: 15px;
  width: 40px;
}
.lp__pc__nav__progress {
  background-color: #c8b69c;
  width: 2px;
  height: 500px;
  position: absolute;
  top: 176px;
  left: 60px;
  z-index: 3;
}
.lp__pc__nav__progress::after {
  content: "";
  background-color: #e28a7c;
  height: 0%;
  width: 4px;
  position: absolute;
  top: 0;
  left: -1px;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
.lp__pc__pic {
  position: fixed;
  bottom: 0;
  width: 230px;
  right: 273px;
  z-index: 4;
}
@media only screen and (max-width: 767px) {
  .lp__pc__pic {
    display: none;
  }
}

.is-section-0 .lp__pc__nav__list li:nth-child(1),
.is-section-1 .lp__pc__nav__list li:nth-child(1) {
  background-image: url("../images/lp/dot01.png");
  color: #757575;
}
.is-section-0 .lp__pc__nav__progress::after,
.is-section-1 .lp__pc__nav__progress::after {
  height: 70px;
}

.is-section-2 .lp__pc__nav__list li:nth-child(2) {
  background-image: url("../images/lp/dot01.png");
  color: #757575;
}
.is-section-2 .lp__pc__nav__progress::after {
  height: 157px;
}

.is-section-3 .lp__pc__nav__list li:nth-child(3) {
  background-image: url("../images/lp/dot01.png");
  color: #757575;
}
.is-section-3 .lp__pc__nav__progress::after {
  height: 245px;
}

.is-section-4 .lp__pc__nav__list li:nth-child(4) {
  background-image: url("../images/lp/dot01.png");
  color: #757575;
}
.is-section-4 .lp__pc__nav__progress::after {
  height: 307px;
}

.is-section-5 .lp__pc__nav__list li:nth-child(5) {
  background-image: url("../images/lp/dot01.png");
  color: #757575;
}
.is-section-5 .lp__pc__nav__progress::after {
  height: 373px;
}

.is-section-6 .lp__pc__nav__list li:nth-child(6) {
  background-image: url("../images/lp/dot01.png");
  color: #757575;
}
.is-section-6 .lp__pc__nav__progress::after {
  height: 435px;
}

.is-section-7 .lp__pc__nav__list li:nth-child(7) {
  background-image: url("../images/lp/dot01.png");
  color: #757575;
}
.is-section-7 .lp__pc__nav__progress::after {
  height: 100%;
}

.lp__contact {
  z-index: 3;
  position: fixed;
  right: 0;
  bottom: 0;
  height: 448px;
  width: 284px;
  border-radius: 8px 0 0 0;
  background-image: url(../images/lp/bg02.jpg);
  background-size: 100px;
  background-repeat: repeat;
  -webkit-box-shadow: -10px 0px 18.8px 1.2px rgba(92, 84, 58, 0.2);
          box-shadow: -10px 0px 18.8px 1.2px rgba(92, 84, 58, 0.2);
  padding: 24px 32px 0 27px;
}
@media only screen and (max-width: 767px) {
  .lp__contact {
    display: none;
  }
}
.lp__contact__decoration {
  width: 34px;
  margin: 0 auto 3px;
}
.lp__contact__title {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 9px;
}
.lp__contact__title span {
  font-size: 11px;
  color: #e28b7d;
  font-weight: bold;
  display: block;
}
.lp__contact__btnList li {
  margin-bottom: 9px;
}
.lp__contact__tel {
  font-size: 23px;
  color: #e28b7d;
  font-weight: bold;
  text-align: center;
  margin: -4px auto;
}
.lp__contact__tel span {
  font-size: 17px;
}
.lp__contact__open {
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}
.lp__contact__illu {
  margin: 40px auto 0;
  width: 216px;
}

.lp__sp {
  width: 426px;
  margin: 0 auto 0 420px;
  position: relative;
  z-index: 5;
  background-color: white;
  border-left: 3px solid #c9b99f;
  border-right: 3px solid #c9b99f;
  -webkit-box-shadow: 0 4px 40px 0 rgba(137, 123, 103, 0.4);
          box-shadow: 0 4px 40px 0 rgba(137, 123, 103, 0.4);
}
@media only screen and (max-width: 767px) {
  .lp__sp {
    width: 100%;
    margin: auto;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.lp__mv {
  background-image: url(../images/lp/bg05.png);
  background-size: 8.4rem 11.6rem;
  background-repeat: repeat;
  position: relative;
  padding-bottom: 1.5rem;
  padding-top: 0.8rem;
}
.lp__mv__bg {
  position: absolute;
  left: 0;
  bottom: -3rem;
  width: 100%;
}
.lp__mv__leaf01 {
  width: 11rem;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 6.5rem;
}
.lp__mv__leaf02 {
  width: 8.5rem;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 30.9rem;
}
.lp__mv__title1 {
  font-size: 2.5rem;
  font-weight: bold;
  font-weight: bold;
  position: absolute;
  z-index: 2;
  right: 3.1rem;
  top: 10.2rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.lp__mv__title1 span {
  background-color: #fffeff;
  -webkit-box-shadow: 2.5px 2.5px 4.41px 0.09px rgba(124, 103, 92, 0.2);
          box-shadow: 2.5px 2.5px 4.41px 0.09px rgba(124, 103, 92, 0.2);
  margin: 0 0 0 0.7rem;
  display: inline-block;
  line-height: 1.3;
  letter-spacing: 0.14em;
  border-radius: 0.2rem;
  position: relative;
}
.lp__mv__title1 span:first-child {
  padding: 0.7rem 0 1.8rem 0;
}
.lp__mv__title1 span:last-child {
  padding: 1rem 0 3.1rem 0;
}
.lp__mv__title1 span img {
  position: absolute;
  left: -0.8rem;
  bottom: 0.4rem;
  width: 4.4rem;
}
.lp__mv__title1 em {
  color: #e28b7d;
}
.lp__mv__small {
  font-size: 12.6px;
  color: #c3b585;
  line-height: 3;
  position: absolute;
  left: 0.4rem;
  top: 15.5rem;
  letter-spacing: 0.1rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: 500;
}
.lp__mv__logo {
  width: 12.5rem;
  margin: 0 0 1rem 0.7rem;
}
.lp__mv .sp_mow {
  text-align: center;
  padding: 0 30px 0;
}
.lp__mv .sp_mow a img {
  width: 100%;
  height: auto;
}
.lp__mv__slider {
  width: 32.2rem;
  border: 0.8rem solid #f9fcff;
  margin: 0 0 0 4.2rem;
  border-radius: 20rem 20rem 0 0;
}
.lp__mv__slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp__mv__titleArea2 {
  position: relative;
  width: 36.5rem;
  margin: 1rem 0 0 0.8rem;
}
.lp__mv__title2 {
  position: absolute;
  left: 8rem;
  top: 1rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.389;
}
.lp__mv__title2 em,
.lp__mv__title2 span {
  color: #e28b7d;
}
.lp__mv__title2 em {
  font-size: 2.2rem;
}
.lp__mv__title3 {
  position: relative;
  margin: 1.1rem auto 0rem;
  width: 82%;
}
.lp__mv__title3__list {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  width: 102%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lp__mv__title3__list li {
  width: 25%;
}
.lp__mv__title3__list__item {
  font-size: 1.7rem;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.lp__nayami__bg01 {
  background-image: url(../images/lp/nayami_bg01.jpg);
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding: 6.7rem 0 1.7rem;
}
.lp__nayami__title1 {
  margin: 0 auto 2.5rem;
  width: 84%;
}
.lp__nayami__list li {
  width: 88%;
  position: relative;
  margin: 0 0 2.3rem 3rem;
}
.lp__nayami__list li:nth-child(2) {
  width: 90%;
  margin: 0 0 2.5rem 2rem;
}
.lp__nayami__list li:nth-child(2) .lp__nayami__list__text {
  bottom: 1.5rem;
  right: 3.8rem;
  letter-spacing: 0.01em;
  line-height: 1.4;
}
.lp__nayami__list li:nth-child(3) {
  width: 89%;
}
.lp__nayami__list li:nth-child(3) .lp__nayami__list__text {
  letter-spacing: 0.001em;
  bottom: 2.7rem;
}
.lp__nayami__list__text {
  position: absolute;
  bottom: 1.7rem;
  right: 1.5rem;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  line-height: 1.536;
  font-weight: 500;
  white-space: nowrap;
}
.lp__nayami__list__text span {
  color: #68a6b8;
}
.lp__nayami__list__text em {
  font-size: 1.6rem;
  color: #68a6b8;
  font-weight: 700;
}
.lp__nayami__bg02 {
  background-color: #91d8e4;
  position: relative;
  padding: 1px 0 3.3rem;
}
.lp__nayami__bg02::before {
  content: "";
  background-image: url(../images/lp/nayami_bg02.jpg);
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.lp__nayami__circle {
  position: relative;
  text-align: center;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.353;
  padding: 2.8rem 1rem 0rem 0;
}
.lp__nayami__circle em {
  color: #68a6b8;
  font-size: 2.35rem;
}
.lp__nayami__title2 {
  position: relative;
  margin: -0.4rem auto 19.8rem;
  width: 97%;
}
.lp__nayami__title3 {
  position: relative;
  margin: -0.4rem auto 2rem;
  width: 96%;
}
.lp__nayami__modalLink {
  position: absolute;
  width: 33rem;
  height: 20rem;
  left: 50%;
  top: 16rem;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .lp__nayami__modalLink:hover {
    opacity: 0.6;
  }
}
.lp__nayami__modalLink img {
  position: absolute;
  left: 51%;
  top: 50%;
  border-radius: 0.5rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.lp__nayami__modalLink img:first-child {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp__nayami__modalLink img:last-child {
  width: 5.6rem;
  height: 5.6rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .lp__nayami__modalLink {
    width: 30rem;
    height: 17rem;
    top: 13rem;
  }
}

.lp__menu {
  width: 35rem;
  margin: 1rem auto 3rem;
  background-color: #cabd91;
  padding: 1.2rem;
  position: relative;
}
.lp__menu__inner::after, .lp__menu__inner::before, .lp__menu::after, .lp__menu::before {
  content: "";
  display: block;
  width: 3.1rem;
  height: 3.1rem;
  background-image: url(../images/lp/menu_decoration01.png);
  background-size: contain;
  position: absolute;
}
.lp__menu::before {
  top: 1.5rem;
  left: 1.5rem;
}
.lp__menu::after {
  top: 1.5rem;
  right: 1.5rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.lp__menu__inner::after {
  bottom: 1.5rem;
  left: 1.5rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.lp__menu__inner::before {
  bottom: 1.5rem;
  right: 1.5rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.lp__menu__inner {
  background-color: #fff;
  padding: 2.2rem 0 3.5rem;
}
.lp__menu__welcome {
  width: 9rem;
  margin: 0 auto 0.3rem;
}
.lp__menu__title1 {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.476;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 1.7rem;
}
.lp__menu__title2 {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  padding: 1rem 0 1.1rem;
  position: relative;
  margin-top: 1rem;
  letter-spacing: 0.1em;
}
.lp__menu__title2::after, .lp__menu__title2::before {
  content: "";
  display: block;
  width: 25.7rem;
  height: 0.85rem;
  background-image: url(../images/lp/menu_decoration02.png);
  background-size: contain;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.lp__menu__title2::before {
  top: 0;
}
.lp__menu__title2::after {
  bottom: 0;
}
.lp__menu__p {
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
  margin: 1rem 0 0rem;
  letter-spacing: 0.1em;
}
.lp__menu__p.c-gold {
  color: #c1b37f;
  font-size: 1.3rem;
  font-weight: bold;
}
.lp__menu__small {
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.15em;
}
.lp__menu__address {
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.15em;
}
.lp__menu__instructions {
  font-size: 1.2rem;
  padding: 1rem 2.2rem 0rem;
  line-height: 1.393;
  letter-spacing: 0.13em;
}

.lp__point {
  background-image: url(../images/lp/bg05.png);
  background-size: 9rem;
  background-repeat: repeat;
}
.lp__point__title {
  position: relative;
  padding: 0 0 0;
  background-color: white;
}
.lp__point__title__text1 {
  position: absolute;
  left: 48%;
  top: 1.6rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 2.2rem;
  color: #ffffff;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.lp__point__title__text1 em {
  font-size: 2.4rem;
}
.lp__point__title__text2 {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 48%;
  top: 2.4rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 2.5rem;
  color: #ffffff;
  font-weight: bold;
}
.lp__point__title__text2 span {
  color: #ffe47d;
}
.lp__point__title__text2 em {
  font-family: "Quicksand", sans-serif;
  font-size: 6.6rem;
}
.lp__point__linkArea {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5.3rem 2rem 7.8rem 3.3rem;
}
.lp__point__linkArea__leaf01 {
  width: 8rem;
  left: 0;
  position: absolute;
  top: 12rem;
}
.lp__point__linkArea__leaf02 {
  width: 5.45rem;
  right: 0;
  position: absolute;
  top: 21.5rem;
}
.lp__point__link {
  -webkit-box-shadow: 0.2rem 0.2rem 0.6rem 0.03rem rgba(59, 60, 62, 0.2);
          box-shadow: 0.2rem 0.2rem 0.6rem 0.03rem rgba(59, 60, 62, 0.2);
  position: relative;
  background-color: white;
  width: 15.8rem;
  margin-bottom: 2.9rem;
  padding: 1.4rem 1.3rem 0rem;
  z-index: 1;
  border-width: 0px;
  border-radius: 0.3rem;
  height: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .lp__point__link:hover {
    opacity: 0.6;
  }
}
.lp__point__link::before {
  content: "";
  left: 50%;
  top: -1.5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  width: 3.45rem;
  height: 2.6rem;
  background-image: url(../images/lp/point_clip.png);
  background-size: contain;
}
.lp__point__link:nth-child(1) .lp__point__img:after {
  background-color: #e9bdaf;
}
.lp__point__link:nth-child(1) .lp__point__title2 {
  color: #e1ac9a;
}
.lp__point__link:nth-child(2) .lp__point__img:after {
  background-color: #c0d4d6;
}
.lp__point__link:nth-child(2) .lp__point__title2 {
  color: #c0d4d6;
}
.lp__point__link:nth-child(3) .lp__point__img:after {
  background-color: #e8d1e1;
}
.lp__point__link:nth-child(3) .lp__point__title2 {
  color: #d8cad4;
}
.lp__point__link:nth-child(4) .lp__point__img:after {
  background-color: #e4d78b;
}
.lp__point__link:nth-child(4) .lp__point__title2 {
  color: #c9c4a1;
}
.lp__point__img {
  width: 100%;
  height: 6.4rem;
  position: relative;
}
.lp__point__img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
}
.lp__point__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp__point__img__txt {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.3595rem;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.161;
  z-index: 1;
}
.lp__point__img__txt em {
  font-size: 1.6rem;
}
.lp__point__title2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.167;
  text-align: center;
  width: 100%;
  margin: 1rem 0 0.5rem;
  letter-spacing: 0.1em;
}
.lp__point__p {
  font-size: 1.078rem;
  line-height: 1.349;
  text-align: left;
}
.lp__point__pointArea {
  padding-bottom: 5.8rem;
}
.lp__point__item {
  position: relative;
}
.lp__point__item:not(:last-child) {
  margin-bottom: 8.2rem;
}
.lp__point__item:nth-child(2) .lp__point__item__title2,
.lp__point__item:nth-child(2) .lp__point__item__p2 em {
  color: #b4cfd2;
}
.lp__point__item:nth-child(3) .lp__point__item__title2,
.lp__point__item:nth-child(3) .lp__point__item__p2 em {
  color: #cab5c4;
}
.lp__point__item:nth-child(4) .lp__point__item__title2,
.lp__point__item:nth-child(4) .lp__point__item__p2 em {
  color: #c9c4a1;
}
.lp__point__item__point {
  width: 100.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  top: -4.6rem;
  z-index: 1;
}
.lp__point__item__head {
  position: relative;
  width: 100%;
  height: 23rem;
}
.lp__point__item__bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp__point__item__title1 {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  top: 8rem;
  z-index: 1;
  width: 100%;
  text-align: center;
  font-size: 3.2rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.313;
  text-shadow: 0rem 0rem 2.612rem rgba(0, 0, 0, 0.9);
}
.lp__point__item__block {
  border-radius: 0.3rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0.212rem 0.212rem 0.576rem 0.024rem rgba(59, 60, 62, 0.2);
          box-shadow: 0.212rem 0.212rem 0.576rem 0.024rem rgba(59, 60, 62, 0.2);
  width: 33.25rem;
  margin: -7.2rem auto 0;
  z-index: 1;
  position: relative;
  padding: 1.5rem 1.7rem 2.7rem;
}
.lp__point__item__title2 {
  font-size: 2.3rem;
  letter-spacing: -0.01em;
  color: #e1ac9a;
  font-weight: bold;
  line-height: 1.304;
  padding-bottom: 1.6rem;
  margin-bottom: 0.7rem;
  background-image: url("../images/lp/dot02.png");
  background-repeat: repeat-x;
  background-position-y: bottom;
  background-size: 8px 2px;
}
.lp__point__item__p1 {
  font-size: 1.2rem;
  font-weight: 500;
  margin: 1rem 0 1rem;
}
.lp__point__item__p2 {
  font-size: 14pçx;
  font-weight: bold;
  line-height: 1.5;
  margin: 1rem 0 1rem;
}
.lp__point__item__p2 em {
  color: #e1ac9a;
}
.lp__point__item__title3 {
  text-align: center;
  margin-top: 2.2rem;
}
.lp__point__item__title3 span {
  font-size: 1.4rem;
  font-weight: bold;
  background-image: url("../images/lp/point_decoration01.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  padding: 0.2rem 5rem;
}
.lp__point__item__thumbnail {
  position: relative;
  width: 26.4rem;
  height: 15.9rem;
  border: 0.4rem solid #fff;
  -webkit-box-shadow: 0.2rem 0.2rem 0.6rem 0.05rem rgba(59, 60, 62, 0.2);
          box-shadow: 0.2rem 0.2rem 0.6rem 0.05rem rgba(59, 60, 62, 0.2);
  border-radius: 0.5rem;
  margin: 0.9rem auto 0;
  display: block;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .lp__point__item__thumbnail:hover {
    opacity: 0.6;
  }
}
.lp__point__item__thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 0.5rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.lp__point__item__thumbnail img:first-child {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp__point__item__thumbnail img:last-child {
  width: 5.6rem;
  height: 5.6rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.lp__check {
  background-image: url(../images/lp/check_bg02.jpg);
  background-size: 10rem;
  background-repeat: repeat;
  position: relative;
}
.lp__check__people {
  width: 12.9rem;
  right: 1.8rem;
  bottom: -2rem;
  position: absolute;
}
.lp__check__title1 {
  font-size: 2.15rem;
  margin: -8.2rem 0 0 3.4rem;
  font-weight: bold;
  line-height: 1.8;
}
.lp__check__title1 em {
  color: #e28b7d;
}
.lp__check__p1 {
  font-size: 12px;
  color: #757575;
  line-height: 1.588;
  padding: 1.6rem 2.8rem 3.5rem;
}
.lp__check__title2 {
  width: 31.3rem;
  margin: 25px auto 0;
}
.lp__check__p2 {
  font-size: 14px;
  line-height: 1.429;
  padding: 2rem 2.8rem 5rem;
  font-weight: 500;
}
.lp__check__p2 em {
  font-size: 1.8rem;
  color: #e28b7d;
  font-weight: 700;
  padding: 0.5rem 0 0;
}

.lp__reason {
  padding: 1.3rem 0 0 0;
}
.lp__reason__title1 {
  margin: 0 auto 1.5rem;
  width: 91.5%;
}
.lp__reason__pink {
  background-color: #f2cfcf;
  padding: 2.1rem 0 2.7rem;
}
.lp__reason__title2 {
  width: 88%;
  margin: 0 auto 1.8rem;
}
.lp__reason__pic1 {
  width: 28rem;
  margin: 0 auto 1.3rem;
}
.lp__reason__p1 {
  font-size: 1.4rem;
  margin: 0.9rem auto 0.9rem;
  padding: 0 3.5rem;
  font-weight: bold;
  line-height: 1.607;
}
.lp__reason__pic2 {
  width: 96%;
  margin: 1.4rem auto 0;
}
.lp__reason__blue {
  background-color: #c0d7df;
  padding: 1.6rem 0 3rem;
}
.lp__reason__title3 {
  width: 84%;
  margin: 0 auto 1.8rem;
}
.lp__reason__pic3 {
  width: 80%;
  margin: -3.3rem 5.3rem 1rem auto;
}
.lp__reason__pic4 {
  width: 95%;
  margin: 1.4rem auto -6rem;
}

.lp__works {
  padding: 6rem 0 4rem;
}
.lp__works__decoration1 {
  width: 6.7rem;
  margin: 0 auto 0.6rem;
}
.lp__works__title1 {
  font-size: 2.669rem;
  font-weight: 700;
  font-weight: bold;
  text-align: center;
}
.lp__works__title2 {
  font-size: 16px;
  color: #cabd91;
  font-weight: bold;
  text-align: center;
}
.lp__works__decoration2 {
  width: 33rem;
  margin: 1rem auto 0;
}
.lp__works__title3 {
  font-size: 15.4px;
  text-align: center;
  font-weight: bold;
  margin: -3.3rem 0 3rem;
}
.lp__works__pic {
  width: 31.8rem;
  margin: 3.6rem 0 2.2rem 3.3rem;
}
.lp__works__details {
  width: 32.5rem;
  margin: auto;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
  max-height: 0;
}
.lp__works__price {
  width: 31.6rem;
  margin: 0 auto 0;
  border-top: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
}
.lp__works__price th,
.lp__works__price td {
  padding: 0.5rem 0;
  text-align: left;
  vertical-align: middle;
  line-height: 1.3;
  font-weight: normal;
}
.lp__works__price th {
  width: 9rem;
}
.lp__works__price th span {
  border-right: 1px solid #c6c6c6;
  display: block;
}
.lp__works__price td {
  width: 22.6rem;
  padding-left: 2rem;
}
.lp__works__title4 {
  font-size: 2rem;
  color: #757575;
  font-weight: bold;
  width: 32rem;
  margin: 1rem auto 1rem;
}
.lp__works__title4::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.5rem;
  vertical-align: middle;
  background-color: #cabd91;
}
.lp__works__tagList {
  width: 32rem;
  margin: 1rem auto 1.5rem;
}
.lp__works__tagList li {
  display: inline-block;
  font-size: 1.2rem;
  border: 1px solid #dddcdc;
  padding: 0 0.3rem;
  margin: 0 0.4rem 0.4rem 0;
}
.lp__works__seeMore {
  background-color: #c1b37f;
  -webkit-box-shadow: 0.35rem 0.35rem 1.216rem 0.384rem rgba(117, 117, 117, 0.0980392157);
          box-shadow: 0.35rem 0.35rem 1.216rem 0.384rem rgba(117, 117, 117, 0.0980392157);
  width: 25.25rem;
  height: 5.4rem;
  border-radius: 3rem;
  font-size: 14.4px;
  color: #ffffff;
  position: relative;
  font-weight: bold;
  display: block;
  margin: auto;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .lp__works__seeMore:hover {
    opacity: 0.6;
  }
}
.lp__works__seeMore::before {
  content: "";
  width: 2.25rem;
  height: 2.25rem;
  right: 1.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  background-color: #e9e0b9;
  border-radius: 50%;
}
.lp__works__seeMore::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 2.3rem;
  top: 50%;
  border-right: 0.4rem solid #c1b37f;
  border-bottom: 0.4rem solid #c1b37f;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.lp__works__seeMore.is-open::after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}
.lp__works__title5 {
  font-size: 18px;
  margin: 4.8rem auto 1.1rem;
  padding-bottom: 1.3rem;
  font-weight: bold;
  line-height: 1.389;
  border-bottom: 1px solid #c3b585;
}
.lp__works__p1 {
  margin: 0 auto 1.5rem;
  -webkit-box-align: justify;
      -ms-flex-align: justify;
          align-items: justify;
  font-weight: 500;
  line-height: 1.7;
}
.lp__works__title6 {
  font-size: 1.9rem;
  color: #c1b37f;
  font-weight: bold;
  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;
  margin: 3.3rem auto 1.5rem;
}
.lp__works__title6::after, .lp__works__title6::before {
  content: "";
  width: 3.4rem;
  height: 1rem;
  background-size: contain;
  background-image: url(../images/lp/works_decoration03.png);
  margin: 0 1rem;
}
.lp__works__title7 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 2rem auto 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lp__works__title7::before {
  content: "";
  height: 1px;
  background-color: #c1b37f;
  width: 9px;
  margin-right: 0.6rem;
}
.lp__works__p2 {
  font-size: 14px;
  margin: 1rem auto 1.5rem;
  line-height: 1.714;
  font-weight: 500;
}
.lp__works__picList {
  margin: 3.5rem auto 1.5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
}
.lp__works__picList li a {
  display: block;
  background-color: #f1f1f1;
}
.lp__works__picList li a img {
  height: 7rem;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.lp__voice {
  padding: 4.2rem 0 2.2rem;
  background-image: url(../images/lp/check_bg02.jpg);
  background-size: 10rem;
  background-repeat: repeat;
}
.lp__voice__title1 {
  width: 28.5rem;
  margin: 0 auto 3rem;
}
.lp__voice__insta {
  background-color: #dad4bb;
  -webkit-box-shadow: 0.2rem 0.2rem 0.6rem 0.03rem rgba(59, 60, 62, 0.2);
          box-shadow: 0.2rem 0.2rem 0.6rem 0.03rem rgba(59, 60, 62, 0.2);
  width: 33.3rem;
  margin: auto;
  position: relative;
}
.lp__voice__slider {
  width: 16.9rem;
  margin: auto;
}
.lp__voice__slider__next, .lp__voice__slider__prev {
  position: absolute;
  top: 14.5rem;
  width: 2.3rem;
  height: 2.3rem;
  background-image: url(../images/lp/voice_arrow.png);
  background-size: contain;
  z-index: 10;
}
.lp__voice__slider__next {
  right: 4rem;
}
.lp__voice__slider__prev {
  left: 4rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.lp__voice__title2 {
  width: 37.4rem;
  margin: 2.8rem 0 2.5rem 0.9rem;
}
.lp__voice__comments {
  width: 34rem;
  margin: 1rem auto 0;
}
.lp__voice__comments__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.6rem;
}
.lp__voice__comments__item__profil {
  width: 7rem;
}
.lp__voice__comments__item__block {
  background-color: #ffffff;
  -webkit-filter: drop-shadow(0.212rem 0.212rem 0.576rem rgba(59, 60, 62, 0.2));
          filter: drop-shadow(0.212rem 0.212rem 0.576rem rgba(59, 60, 62, 0.2));
  width: 26rem;
  padding: 1rem 2.8rem 1rem 1.2rem;
  border-radius: 1rem;
  position: relative;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .lp__voice__comments__item__block:hover {
    opacity: 0.6;
  }
}
.lp__voice__comments__item__block::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-right: 1.5rem solid #ffffff;
  position: absolute;
  top: 2.8rem;
  left: -0.9rem;
}
.lp__voice__comments__item__block p {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.44;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.lp__voice__comments__item__block.is-open p {
  line-clamp: unset;
  -webkit-line-clamp: unset;
}
.lp__voice__comments__item__block.is-open .icon-plus::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.lp__voice__comments__item__block .icon-plus {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  border-radius: 50%;
  background-color: #cbc199;
  width: 1.75rem;
  height: 1.75rem;
}
.lp__voice__comments__item__block .icon-plus::before, .lp__voice__comments__item__block .icon-plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1rem;
  height: 0.1rem;
  background-color: #ffffff;
}
.lp__voice__comments__item__block .icon-plus::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.lp__faq {
  padding: 3.8rem 0 3rem;
}
.lp__faq__decoration {
  width: 6.4rem;
  margin: auto;
}
.lp__faq__title1 {
  font-size: 3.2rem;
  text-align: center;
  font-weight: bold;
  margin: 0.1rem auto 0.1rem;
}
.lp__faq__title2 {
  font-size: 1.6rem;
  color: #dfc8c0;
  text-align: center;
  font-family: "Quicksand", sans-serif;
}
.lp__faq__container {
  width: 351px;
  margin: 2.1rem auto 0;
}
.lp__faq__item {
  border-radius: 0.4rem;
  overflow: hidden;
  margin-bottom: 2rem;
  cursor: pointer;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .lp__faq__item:hover {
    opacity: 0.6;
  }
}
.lp__faq__item.is-open .lp__faq__item__block .icon-plus:after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.lp__faq__item__block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lp__faq__item__block .icon-plus {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1rem;
  border-radius: 50%;
  background-color: #f1cdc0;
  width: 2.2rem;
  height: 2.2rem;
}
.lp__faq__item__block .icon-plus::before, .lp__faq__item__block .icon-plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.2rem;
  height: 0.1rem;
  background-color: #ffffff;
}
.lp__faq__item__block .icon-plus::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.lp__faq__item__block.question {
  background-color: #dfc8c0;
  padding: 1.3rem 0 1.2rem;
}
.lp__faq__item__block.answer {
  background-color: #f9f8f9;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
  max-height: 0;
}
.lp__faq__item__block__inner {
  padding: 1.3rem 0 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.lp__faq__item__title3 {
  padding: 1.3rem 3.5rem 1.2rem 1.5rem;
  font-size: 1.4rem;
  font-weight: bold;
  width: calc(100% - 5.2rem);
}
.lp__faq__item__p {
  padding: 1.3rem 3.5rem 1.2rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.6;
  width: calc(100% - 5.2rem);
}
.lp__faq__item__nbr {
  border-right: 1px solid #eee2de;
  font-family: "Quicksand", sans-serif;
  font-size: 1.3rem;
  font-weight: bold;
  width: 5.2rem;
  padding-top: 1rem;
  text-align: center;
}
.lp__faq__item__nbr span {
  font-size: 1.7rem;
}

.lp__soudan {
  background-color: #92d8e4;
  background-image: url(../images/lp/soudan_bg01.jpg);
  background-size: 100% auto;
  padding: 5rem 0 0.1rem;
}
.lp__soudan__title1 {
  margin-bottom: 20.5rem;
}
.lp__soudan .lp__menu {
  margin-top: 23rem;
}

.lp__online {
  padding: 3.6rem 0 0;
}
.lp__online__decoration {
  width: 6rem;
  margin: auto;
}
.lp__online__title1 {
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  margin-top: 0.2rem;
}
.lp__online__tel {
  color: #c1b37f;
  font-weight: bold;
  text-align: center;
  font-size: 3.6rem;
  letter-spacing: 0.07em;
  line-height: 1.3;
}
.lp__online__tel span {
  font-size: 2.35rem;
}
.lp__online__time {
  font-size: 1.2rem;
  color: #757575;
  text-align: center;
  padding-bottom: 4.3rem;
}
.lp__online__bg {
  background-image: url(../images/lp/contact_bg01.jpg);
  background-size: 10rem;
  background-repeat: repeat;
  padding: 1px 0 4.6rem;
}
.lp__online__title2 {
  margin: -3.2rem auto 1rem;
  width: 83%;
}
.lp__online__title3 {
  font-size: 1.7rem;
  color: #e28b7d;
  width: 88%;
  margin: 1.3rem auto 1.5rem;
  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;
  white-space: nowrap;
}
.lp__online__title3::after, .lp__online__title3::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: #e28b7d;
  margin: 0 1.5rem;
}
.lp__online__p {
  font-size: 14px;
  padding: 0.3rem 3rem 0.3rem;
  line-height: 1.714;
  font-weight: 500;
}
.lp__online .lp__basic__button2 {
  margin-top: 3.5rem;
}

.lp__form {
  padding: 4rem 0 3rem;
  background-image: url(../images/lp/check_bg02.jpg);
  background-size: 10rem;
  background-repeat: repeat;
}
.lp__form__title {
  font-size: 27px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 4rem;
}
.lp__form__container {
  width: 33rem;
  margin: 3rem auto 3rem;
}
.lp__form__container table.ik-contact-form {
  border: solid 2px #eee;
  max-width: 100%;
  width: 100%;
  margin: 0px auto 30px;
  table-layout: fixed;
  word-wrap: break-word;
  overflow-wrap: break-word;
  border-collapse: collapse;
}
.lp__form__container table.ik-contact-form th, .lp__form__container table.ik-contact-form td {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
  border: solid 0px #eee;
  background-color: #fff;
  width: 100%;
}
.lp__form__container table.ik-contact-form th {
  display: block;
  width: 100%;
  color: #3f3b3a;
  background-color: #f7f4f2;
  padding: 10px 5px;
}
.lp__form__container table.ik-contact-form th span.required {
  font-size: 1.3rem;
  line-height: 1.5;
  background-color: #f2c6c6;
  color: #fff;
  padding: 3px 6px;
  margin-top: 5px;
  margin-left: 5px;
  border-radius: 5px;
  display: inline-block;
}
.lp__form__container table.ik-contact-form th span.optional {
  font-size: 1.3rem;
  line-height: 1.5;
  background-color: #86b5cb;
  color: #fff;
  padding: 3px 6px;
  margin-top: 5px;
  margin-left: 5px;
  border-radius: 5px;
  display: inline-block;
}
.lp__form__container table.ik-contact-form th span.other-form {
  font-size: 1.3rem;
  line-height: 1.5;
  background-color: #b7a490;
  color: #fff;
  padding: 3px 6px;
  margin-top: 5px;
  margin-left: 5px;
  border-radius: 5px;
  display: inline-block;
}
.lp__form__container table.ik-contact-form td {
  display: block;
  width: 100%;
  padding: 20px 10px;
}
.lp__form__container table.ik-contact-form td textarea {
  border: 1px solid #ddd;
  padding: 8px 12px;
  width: 100%;
}
.lp__form__container table.ik-contact-form td .inputText {
  height: 30px;
  border: 1px solid #ddd;
  padding: 6px;
  width: 100%;
}
.lp__form__container table.ik-contact-form td .input-postal-text {
  height: 30px;
  border: 1px solid #ddd;
  padding: 6px;
  width: 100%;
}
.lp__form__container table.ik-contact-form td .input-call-text {
  height: 30px;
  border: 1px solid #ddd;
  padding: 6px;
  width: 100%;
}
.lp__form__container table.ik-contact-form td .hasDatepicker {
  border: 1px solid #ddd;
  padding: 2px 12px;
  cursor: pointer;
  width: 100%;
}
.lp__form__container table.ik-contact-form td span.supplementary-recruit-info {
  font-size: 1.1rem;
  line-height: 1.3;
  color: #aaa;
  margin-left: 10px;
  display: inline-block;
  margin: 5px 0px;
}
.lp__form__container table.ik-contact-form td span.supplementary-recruit-info a {
  color: #f1a09f;
}
.lp__form__container table.ik-contact-form td select {
  border: 1px solid #ddd;
  padding: 2px 12px;
  cursor: pointer;
  width: 100%;
}
.lp__form__container table.ik-contact-form .form-check span.vertical-item {
  display: block;
}
.lp__form__container table.ik-contact-form .form-check span.supplementary-info {
  font-size: 1.3rem;
  line-height: 1.5;
  color: #aaa;
  margin-left: 10px;
  display: inline-block;
  margin: 5px 0px;
}
.lp__form__container table.ik-contact-form .form-check span.supplementary-info a {
  color: #f1a09f;
}
.lp__form__container table.ik-contact-form .form-check p.document-request a.document-request-link {
  color: blue;
  border-bottom: 1px solid blue;
  padding-right: 18px;
  background: url(../images/lp/link-target.png) right center/15px auto no-repeat;
}
.lp__form__container table.ik-contact-form.last-ik-table {
  margin: 0;
}
.lp__form__container .form-submit {
  margin: 20px 0 5px;
  text-align: center;
}
.lp__form__container .form-submit .submit-btn {
  max-width: 500px;
  width: 90%;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #00d1e3;
  color: #fff;
  font-size: 1.7rem;
  line-height: 1.9;
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  margin-top: 0px;
  cursor: pointer;
}
.lp__form__container .form-submit .submit-btn:hover {
  letter-spacing: 1.2px;
}
.lp__form__container .form-submit .submit-btn-back {
  margin-bottom: 10px;
}
.lp__form__container .txBox h5 {
  text-align: center;
  margin-bottom: 15px;
}
.lp__form__container .txBox p {
  margin-left: 120px;
}
.lp__form__container .mw_wp_form_complete {
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 10px;
  font-family: "Kosugi Maru", sans-serif;
}
.lp__form__container .form-box-mini-title {
  margin: 0 0 5px 0;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #af9b50;
  text-align: center;
  letter-spacing: 0.12em;
}
.lp__form__container .click-for-calendar {
  margin: 0 0 15px 0;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  color: #aaa;
  text-align: center;
  letter-spacing: 0.12em;
}

.lp__company {
  padding: 0 0 3rem;
  background-image: url(../images/lp/check_bg02.jpg);
  background-size: 10rem;
  background-repeat: repeat;
}
.lp__company__container {
  width: 33rem;
  margin: 0 auto;
}
.lp__company__container .wrap-company-box {
  margin: 30px 0 0;
  padding: 20px;
  background-color: #fff;
  border-radius: 15px;
}
.lp__company__container .wrap-company-box .company-data-title {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 1.7rem;
  margin: 0 0 20px 0;
  font-weight: 700;
  color: #af9b50;
  text-align: center;
  letter-spacing: 0.12em;
}
.lp__company__container .wrap-company-box .company-data {
  border-collapse: collapse;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  table-layout: fixed;
  word-wrap: break-word;
  overflow-wrap: break-word;
  border-spacing: 0;
}
.lp__company__container .wrap-company-box .company-data tr {
  border-top: 1px solid #ddd;
}
.lp__company__container .wrap-company-box .company-data tr th, .lp__company__container .wrap-company-box .company-data tr td {
  font-size: 1.2rem;
  padding: 10px;
  line-height: 1.7;
  display: block;
  width: 100%;
  text-align: left;
}
.lp__company__container .wrap-company-box .company-data tr th {
  width: 100%;
  padding-bottom: 0;
}
.lp__company__footer {
  text-align: center;
  margin-top: 6rem;
}
.lp__company__footer li {
  display: inline-block;
  margin: 0 2rem;
}
.lp__company__footer li a {
  font-size: 12px;
  color: #757575;
}

.lp__illu {
  position: fixed;
  pointer-events: none;
  z-index: 20;
}
@media only screen and (max-width: 767px) {
  .lp__illu {
    display: none;
  }
}
.lp__illu.bird01 {
  top: 21px;
  left: 301px;
  width: 100px;
}
.lp__illu.flower01 {
  bottom: 0;
  left: 300px;
  width: 212px;
}
.lp__illu.book01 {
  top: 40px;
  left: 816px;
  width: 116px;
}

.blueBtn {
  width: 100%;
  height: 48px;
  border-radius: 6px;
  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;
  cursor: pointer;
  -webkit-filter: drop-shadow(10px 10px 30px rgba(122, 128, 134, 0.14));
          filter: drop-shadow(10px 10px 30px rgba(122, 128, 134, 0.14));
  padding-left: 15px;
  background: #00d6e6;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .blueBtn:hover {
    opacity: 0.7;
  }
}
.blueBtn span {
  color: white;
  font-weight: 500;
  font-size: 14px;
  line-height: 29px;
  text-align: center;
}
.blueBtn__icon {
  width: 28px;
  left: 10px;
  z-index: 2;
}
.blueBtn__bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.2;
}
.blueBtn::after {
  content: "";
  right: 5px;
  background-image: url("../images/common/caretWhite.svg");
  width: 5px;
  height: 6px;
  z-index: 2;
}

.sl-overlay {
  background-color: black;
}

.sl-wrapper .sl-close,
.sl-wrapper .sl-navigation button {
  color: #fff;
}

.sl-wrapper .sl-image .sl-caption {
  padding: 0.8rem 0 0 0.2rem;
  color: #fff;
  background: none;
  font-size: 1.3rem;
  line-height: 1.6;
}

@media only screen and (min-width: 768px) {
  .lp__sp {
    width: 526px;
  }
  .lp__sp .lp__mv__bg {
    position: absolute;
    left: 0;
    bottom: -4rem;
    width: 100%;
  }
  .lp__sp .lp__mv__slider {
    width: 32.2rem;
    border: 0.8rem solid #f9fcff;
    margin: 0 auto;
    border-radius: 20rem 20rem 0 0;
  }
  .lp__sp .lp__mv__titleArea2 {
    position: relative;
    width: 36.5rem;
    margin: 1rem auto 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .lp__nayami__list li {
    width: 88%;
    position: relative;
    margin: 0 0 2.3rem 3rem;
  }
  .lp__nayami__list li:nth-child(2) {
    width: 90%;
    margin: 0 0 2.5rem 2rem;
  }
  .lp__nayami__list li:nth-child(2) .lp__nayami__list__text {
    bottom: 2.8rem;
    right: 8.4rem;
    letter-spacing: 0.01em;
    line-height: 1.4;
  }
  .lp__nayami__list li:nth-child(3) {
    width: 89%;
  }
  .lp__nayami__list li:nth-child(3) .lp__nayami__list__text {
    letter-spacing: 0.001em;
    bottom: 3.7rem;
  }
  .lp__nayami__list__text {
    position: absolute;
    bottom: 2.9rem;
    right: 6.9rem;
    letter-spacing: 0.05em;
    font-size: 1.4rem;
    line-height: 1.536;
    font-weight: 500;
    white-space: nowrap;
  }
  .lp__nayami__list__text span {
    color: #68a6b8;
  }
  .lp__nayami__list__text em {
    font-size: 1.6rem;
    color: #68a6b8;
    font-weight: 700;
  }
  .lp__nayami__circle {
    position: relative;
    text-align: center;
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1.353;
    padding: 3.8rem 1rem 0rem 0;
  }
  .lp__nayami__circle em {
    color: #68a6b8;
    font-size: 2.35rem;
  }
}

@media only screen and (min-width: 768px) {
  .lp__point__title__text1 {
    font-size: 3rem;
  }
  .lp__point__title__text2 {
    top: 4.2rem;
  }
  .lp__point__linkArea {
    padding: 5.3rem 6rem;
  }
  .lp__point__item__block {
    padding: 1.5rem 1.7rem 0.7rem;
  }
}

@media only screen and (min-width: 768px) {
  .lp__check__title1 {
    margin: -9.9rem 0 0 7.2rem;
    line-height: 2.2;
  }
}

@media only screen and (min-width: 768px) {
  .lp__reason__p1 {
    margin: 0.9rem auto 1.9rem;
  }
}

@media only screen and (min-width: 768px) {
  .lp__works__pic {
    width: 31.8rem;
    margin: 2.2rem auto;
  }
}

@media only screen and (min-width: 768px) {
  .lp__voice__title2 {
    width: 37.4rem;
    margin: 2.8rem auto;
  }
}

@media only screen and (min-width: 768px) {
  .lp__voice__container {
    margin: 1.6rem auto 0;
  }
}

@media only screen and (min-width: 768px) {
  .lp__soudan__title1 {
    margin-bottom: 28.5rem;
  }
  .lp__soudan .lp__menu {
    margin-top: 31.8rem;
  }
}

@media only screen and (min-width: 768px) {
  .lp__illu.flower01 {
    left: 300px;
    width: 190px;
  }
  .lp__illu.book01 {
    top: 240px;
    left: 920px;
  }
}
/*# sourceMappingURL=lp.css.map */