@charset "UTF-8";
/*
 * Config
 */
/*
 * Color
 */
/*
 * Media Break
 */
/*
 * Fonts
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
@media screen and (min-width: 769px) {
  html {
    font-size: 0.685vw;
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 62.5%;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 500px) {
  html {
    font-size: 10px;
  }
}
/*
 * BEM関連
 */
/*
 * clearfix
 */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

ul li,
ol li {
  list-style: none;
}

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

html {
  margin-top: 0 !important;
}

html,
body {
  font-family: "Noto Serif JP", sans-serif;
  font-style: normal;
  line-height: 1.6;
  font-weight: 400;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #010101;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  background-size: 100%;
  position: relative;
  text-align: unset !important;
  font-size: 1rem;
}
@media (min-width: 769px) {
  body {
    font-size: 1rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

header,
nav,
main,
footer,
button,
label {
  display: block;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #010101;
}

a:hover,
a:active,
button:hover,
button:active {
  color: inherit;
  outline: 0;
  text-decoration: none;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  border-radius: 0;
}

a:hover,
a:active {
  outline: 0;
  opacity: 0.8;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #a5a5a5;
}

:-ms-input-placeholder {
  color: #a5a5a5;
}

::-moz-placeholder {
  color: #a5a5a5;
}

::-placeholder {
  color: #a5a5a5;
}

input[type="checkbox"] {
  cursor: pointer;
}

select {
  cursor: pointer;
}

.cf:after {
  clear: both;
  content: "";
  display: block;
}

.is-highlight {
  background: -webkit-linear-gradient(transparent 60%, #f9ee00 60%);
  background: linear-gradient(transparent 60%, #f9ee00 60%);
}

.text_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.is-sans {
  font-family: "Noto Sans JP", sans-serif !important;
}

.is-didot {
  font-family: "Didot", serif !important;
}

.c-red {
  color: #dc184b;
}

.c-gold {
  color: #c1a232;
}

.c-white {
  color: #fff;
}

.c-brown {
  color: #675046;
}

.pconly {
  display: block;
}
@media (max-width: 560px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media (max-width: 560px) {
  .sponly {
    display: block;
  }
}

.wrapper {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin: 0 auto;
  max-width: 1130px;
}

.lp {
  min-height: calc(100vh - 4.9rem);
}
.lp__mv {
  background-color: #f5cfcf;
  background-image: url(../../assets/images/mv_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
}
.lp__mv .wrapper {
  position: relative;
}
.lp__mv h1 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 13rem;
  width: 57rem;
  left: 50%;
  transform: translateX(-50%);
  top: 1rem;
  background-image: url(../../assets/images/mv_title_bg.png);
  background-size: 100% 100%;
  font-size: 5rem;
  color: #fff;
  font-weight: 600;
  padding-left: 2rem;
  padding-top: 1.5rem;
}
@media (max-width: 768px) {
  .lp__mv h1 {
    height: 10rem;
    width: 35rem;
    font-size: 3rem;
    top: 0;
    padding-top: 0.5rem;
  }
}
@media (max-width: 560px) {
  .lp__mv h1 {
    height: 4.5rem;
    width: 16rem;
    font-size: 1.4rem;
    top: 0;
    padding-top: 0.5rem;
    padding-left: 1rem;
  }
}
.lp__section__title {
  display: flex;
  justify-content: center;
  padding: 2.5rem;
  background-image: url(../../assets/images/sec_title_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.lp__section__title.gold {
  background-image: url(../../assets/images/sec_title_bg2.png);
}
@media (max-width: 768px) {
  .lp__section__title {
    padding: 1.5rem;
  }
}
@media (max-width: 1000px) {
  .lp__section__title img {
    height: 7rem;
  }
}
@media (max-width: 768px) {
  .lp__section__title img {
    height: 3.5rem;
  }
}
@media (max-width: 560px) {
  .lp__section__title img {
    height: 2.8rem;
  }
}
.lp__sec1 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(253, 237, 227) 30%, rgb(253, 237, 227) 100%);
}
.lp__sec1__content {
  padding: 4.7rem 0 6rem;
}
@media (max-width: 768px) {
  .lp__sec1__content {
    padding: 3rem 0 4rem;
  }
}
.lp__sec1__content .reasons {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 560px) {
  .lp__sec1__content .reasons {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.lp__sec1__content .reasons .reason {
  width: 32%;
  max-width: 345px;
}
@media (max-width: 560px) {
  .lp__sec1__content .reasons .reason {
    width: 48%;
  }
}
.lp__sec1__content .reasons .reason .image {
  text-align: center;
}
.lp__sec1__content .reasons .reason .text {
  padding: 1.5rem 0;
}
.lp__sec1__content .reasons .reason .text p {
  text-align: center;
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 4.3rem;
}
@media (max-width: 768px) {
  .lp__sec1__content .reasons .reason .text p {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
@media (max-width: 560px) {
  .lp__sec1__content .reasons .reason .text p {
    font-size: 1.3rem;
  }
}
.lp__sec1__content .reasons .reason .text p span {
  font-size: 3.5rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .lp__sec1__content .reasons .reason .text p span {
    font-size: 2rem;
    line-height: 1.6;
  }
}
@media (max-width: 560px) {
  .lp__sec1__content .reasons .reason .text p span {
    font-size: 1.5rem;
  }
}
.lp__sec1__content .reasons .reason .text p span small {
  font-size: 2.7rem;
}
@media (max-width: 768px) {
  .lp__sec1__content .reasons .reason .text p span small {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
@media (max-width: 560px) {
  .lp__sec1__content .reasons .reason .text p span small {
    font-size: 1.3rem;
  }
}
.lp__sec1__content > p {
  text-align: center;
  font-size: 2rem;
  padding-top: 2.5rem;
}
@media (max-width: 768px) {
  .lp__sec1__content > p {
    font-size: 1.4rem;
    padding-top: 1.5rem;
  }
}
.lp__sec2 {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(250, 236, 227) 40%, rgb(250, 236, 227) 100%);
  background-image: url(../../assets/images/sec2_bg.png);
  background-size: 100% 100%;
}
.lp__sec2__title {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .lp__sec2__title img {
    width: 80%;
  }
}
.lp__sec2__content {
  padding-bottom: 4.5rem;
}
.lp__sec3 {
  background-color: #f8e8dd;
  background-image: url(../../assets/images/sec3_bg.png);
  background-size: 100% 100%;
  background-position: center;
}
.lp__sec3__content {
  padding: 4.7rem 0 6rem;
}
@media (max-width: 768px) {
  .lp__sec3__content {
    padding: 3rem 0 4rem;
  }
}
.lp__sec3__content .points {
  display: flex;
  justify-content: space-between;
  padding-bottom: 4rem;
}
@media (max-width: 560px) {
  .lp__sec3__content .points {
    flex-wrap: wrap;
    justify-content: space-around;
    padding-bottom: 2rem;
  }
}
.lp__sec3__content .points .point {
  width: 32%;
  max-width: 350px;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
}
@media (max-width: 560px) {
  .lp__sec3__content .points .point {
    width: 47%;
    margin-bottom: 2rem;
  }
}
@media (max-width: 560px) {
  .lp__sec3__content .points .point:last-child {
    width: 70%;
    margin-bottom: 2rem;
  }
}
.lp__sec3__content .points .point__cont {
  flex-grow: 1;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  margin-top: 4.5rem;
  padding: 0 3rem 5rem;
  clip-path: polygon(100% 0, 100% calc(100% - 4.3rem), calc(100% - 4.3rem) 100%, 0 100%, 0 0);
}
@media (max-width: 768px) {
  .lp__sec3__content .points .point__cont {
    margin-top: 2.5rem;
    padding: 0 1.5rem 3rem;
  }
}
@media (max-width: 560px) {
  .lp__sec3__content .points .point__cont {
    padding: 0 1rem 4rem;
  }
}
.lp__sec3__content .points .point__cont > h3 {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  font-weight: 600;
  min-height: 9rem;
}
@media (max-width: 768px) {
  .lp__sec3__content .points .point__cont > h3 {
    font-size: 2rem;
    min-height: 6rem;
  }
}
.lp__sec3__content .points .point__cont > h3.mod {
  font-size: 2rem;
  padding: 1rem 0;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .lp__sec3__content .points .point__cont > h3.mod {
    font-size: 1.4rem;
  }
}
@media (max-width: 560px) {
  .lp__sec3__content .points .point__cont > h3.mod {
    justify-content: center;
  }
}
.lp__sec3__content .points .point__cont::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4.3rem;
  height: 4.3rem;
  background-image: url(../../assets/images/sec3_corner.png);
}
.lp__sec3__content .points .point__cont .image img {
  width: 100%;
}
.lp__sec3__content .points .point__cont .text {
  padding: 2.8rem 0 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .lp__sec3__content .points .point__cont .text {
    padding: 1.5rem 0 0;
  }
}
.lp__sec3__content .points .point__cont .text h3 {
  text-align: center;
  font-size: 2.7rem;
  line-height: 4.2rem;
  font-weight: 600;
  padding-bottom: 2rem;
  min-height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .lp__sec3__content .points .point__cont .text h3 {
    font-size: 1.6rem;
    line-height: 1.6;
    padding-bottom: 1rem;
  }
}
@media (max-width: 560px) {
  .lp__sec3__content .points .point__cont .text h3 {
    min-height: 0;
    font-size: 1.5rem;
  }
}
.lp__sec3__content .points .point__cont .text h3.mod {
  font-size: 2.3rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .lp__sec3__content .points .point__cont .text h3.mod {
    font-size: 1.8rem;
  }
  .lp__sec3__content .points .point__cont .text h3.mod br {
    display: none;
  }
}
@media (max-width: 560px) {
  .lp__sec3__content .points .point__cont .text h3.mod {
    font-size: 1.5rem;
  }
}
.lp__sec3__content .points .point__cont .text ul li {
  font-size: 1.7rem;
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 768px) {
  .lp__sec3__content .points .point__cont .text ul li {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
@media (max-width: 560px) {
  .lp__sec3__content .points .point__cont .text ul li {
    font-size: 1.2rem;
  }
}
.lp__sec3__content .points .point__cont .text ul li::before {
  content: url(../../assets/images/ico_check.png);
  margin-right: 5px;
}
.lp__sec3__content .points .point__no {
  position: absolute;
  z-index: 1;
  left: -0.5rem;
  width: 11.5rem;
}
@media (max-width: 768px) {
  .lp__sec3__content .points .point__no {
    width: 8rem;
  }
}
@media (max-width: 560px) {
  .lp__sec3__content .points .point__no {
    width: 6rem;
  }
}
.lp__sec3__content .comment {
  width: 100%;
  background-color: #fff;
  position: relative;
  padding: 1.8rem;
}
@media (max-width: 560px) {
  .lp__sec3__content .comment {
    padding: 1.5rem;
  }
}
.lp__sec3__content .comment__title {
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .lp__sec3__content .comment__title {
    top: -1rem;
  }
}
@media (max-width: 560px) {
  .lp__sec3__content .comment__title {
    width: 75%;
    position: static;
    transform: none;
    margin: 0 auto;
    padding-bottom: 1rem;
  }
}
.lp__sec3__content .comment__title img {
  max-height: 100%;
}
.lp__sec3__content .comment__content {
  border: 3px solid #cab262;
  padding: 10rem 2rem 5rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 560px) {
  .lp__sec3__content .comment__content {
    padding: 8rem 1.5rem 3rem;
    flex-direction: column;
  }
}
.lp__sec3__content .comment__content .image {
  flex-shrink: 0;
}
@media (max-width: 560px) {
  .lp__sec3__content .comment__content .image {
    margin-bottom: 2rem;
    text-align: center;
  }
  .lp__sec3__content .comment__content .image img {
    width: 90%;
  }
}
.lp__sec3__content .comment__content .text {
  max-width: 545px;
  margin-left: 5rem;
}
@media (max-width: 768px) {
  .lp__sec3__content .comment__content .text {
    margin-left: 2rem;
  }
}
@media (max-width: 560px) {
  .lp__sec3__content .comment__content .text {
    margin-left: 0;
  }
}
.lp__sec3__content .comment__content .text h3 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 4.5rem;
}
@media (max-width: 1000px) {
  .lp__sec3__content .comment__content .text h3 {
    top: 6.5rem;
  }
  .lp__sec3__content .comment__content .text h3 img {
    width: 18rem;
  }
}
@media (max-width: 560px) {
  .lp__sec3__content .comment__content .text h3 {
    top: 7rem;
  }
  .lp__sec3__content .comment__content .text h3 img {
    width: auto;
    height: 3rem;
  }
}
.lp__sec3__content .comment__content .text p {
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .lp__sec3__content .comment__content .text p {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.lp__sec4 {
  background: rgb(250, 236, 227);
  background: linear-gradient(
    0deg,
    rgb(250, 236, 227) 0%,
    rgb(255, 255, 255) 3%,
    rgb(255, 255, 255) 10%,
    rgb(250, 236, 227) 48%,
    rgb(250, 236, 227) 100%
  );
}
.lp__sec4__content {
  padding: 4.7rem 0 8.5rem;
}
@media (max-width: 768px) {
  .lp__sec4__content {
    padding: 3rem 0 4rem;
  }
}
.lp__sec4__content h3 {
  text-align: center;
  font-size: 4.8rem;
  font-weight: 600;
  padding-bottom: 2rem;
}
@media (max-width: 768px) {
  .lp__sec4__content h3 {
    font-size: 2.5rem;
  }
}
@media (max-width: 560px) {
  .lp__sec4__content .table {
    overflow-x: scroll;
  }
  .lp__sec4__content .table img {
    height: 525px;
    max-width: none;
  }
}
.lp__sec4__content .cta {
  padding: 6rem 0 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .lp__sec4__content .cta a {
    width: 75%;
  }
}
@media (max-width: 560px) {
  .lp__sec4__content .cta {
    padding-top: 3rem;
  }
  .lp__sec4__content .cta a {
    width: 100%;
  }
}
.lp__sec5 {
  background-color: #fbf0db;
  background-image: url(../../assets/images/sec5_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.lp__sec5::after {
  content: "";
  height: 6rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgb(251, 240, 219);
  background: linear-gradient(180deg, rgb(251, 240, 219) 0%, rgb(251, 240, 219) 0%, rgb(255, 255, 255) 100%);
}
.lp__sec5__content {
  padding: 4.7rem 0 8rem;
}
.lp__sec5__content .specials {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6rem 5rem;
}
@media (max-width: 768px) {
  .lp__sec5__content .specials {
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  .lp__sec5__content .specials {
    justify-content: space-around;
    gap: unset;
  }
}
.lp__sec5__content .specials .special {
  width: 30%;
  max-width: 325px;
  background-color: #fff;
  position: relative;
  padding: 3rem 2.5rem 2.5rem;
  box-shadow: 0px 1px 19.95px 1.05px rgb(250, 237, 188);
}
@media (max-width: 768px) {
  .lp__sec5__content .specials .special {
    padding: 3rem 1.5rem 2rem;
  }
}
@media (max-width: 560px) {
  .lp__sec5__content .specials .special {
    padding: 3rem 1rem 2rem;
    width: 47%;
    margin-bottom: 3rem;
  }
}
.lp__sec5__content .specials .special__no {
  position: absolute;
  top: -1.8rem;
  left: -1.8rem;
}
@media (max-width: 768px) {
  .lp__sec5__content .specials .special__no {
    top: -1rem;
    left: -0.5rem;
  }
  .lp__sec5__content .specials .special__no img {
    width: 50px;
  }
}
.lp__sec5__content .specials .special__content img {
  width: 100%;
}
.lp__sec5__content .specials .special__content p {
  text-align: center;
  padding-top: 2.5rem;
  font-weight: 500;
  font-size: 2.7rem;
  line-height: 3.6rem;
}
@media (max-width: 768px) {
  .lp__sec5__content .specials .special__content p {
    padding-top: 1.5rem;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
@media (max-width: 560px) {
  .lp__sec5__content .specials .special__content p {
    font-size: 1.4rem;
  }
}
.lp__sec5__content .specials .special__content small {
  display: block;
  text-align: center;
  padding-top: 1rem;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .lp__sec5__content .specials .special__content small {
    padding-top: 0.5rem;
  }
}
@media (max-width: 560px) {
  .lp__sec5__content .specials .special__content small {
    font-size: 1rem;
  }
}
.lp__sec5__content .specials .special__content small.mod {
  font-size: 2rem;
  padding-top: 0;
}
@media (max-width: 768px) {
  .lp__sec5__content .specials .special__content small.mod {
    padding-top: 0;
    font-size: 1.4rem;
  }
}
@media (max-width: 560px) {
  .lp__sec5__content .specials .special__content small.mod {
    font-size: 1rem;
  }
}
.lp__sec6 {
  padding: 4.7rem 0;
  background: rgb(253, 245, 238);
  background: linear-gradient(0deg, rgb(253, 245, 238) 0%, rgb(255, 255, 255) 100%);
}
@media (max-width: 768px) {
  .lp__sec6 {
    padding: 0 0 4rem;
  }
}
.lp__sec6__title {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .lp__sec6__title img {
    height: 10rem;
  }
}
@media (max-width: 560px) {
  .lp__sec6__title img {
    height: 6rem;
  }
}
.lp__sec6__content h3 {
  text-align: center;
  padding: 2rem 0 4rem;
  font-size: 4rem;
  line-height: 6.2rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .lp__sec6__content h3 {
    font-size: 2rem;
    line-height: 1.6;
    padding-bottom: 2rem;
  }
}
.lp__sec6__content .comment {
  width: 100%;
  background-color: #fff;
  padding: 1.8rem;
}
@media (max-width: 560px) {
  .lp__sec6__content .comment {
    padding: 1.5rem;
  }
}
.lp__sec6__content .comment__content {
  border: 3px solid #cab262;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 560px) {
  .lp__sec6__content .comment__content {
    flex-wrap: wrap;
  }
}
.lp__sec6__content .comment__content .image {
  flex-shrink: 0;
  width: 30%;
  margin-top: -10rem;
}
@media (max-width: 768px) {
  .lp__sec6__content .comment__content .image {
    margin-top: 0;
  }
}
@media (max-width: 560px) {
  .lp__sec6__content .comment__content .image {
    width: 80%;
  }
}
.lp__sec6__content .comment__content .text {
  margin: 0 auto;
  padding: 5rem 7% 5rem 8%;
}
@media (max-width: 768px) {
  .lp__sec6__content .comment__content .text {
    width: auto;
  }
}
@media (max-width: 560px) {
  .lp__sec6__content .comment__content .text {
    margin-left: 0;
    padding: 3rem 7% 3rem 8%;
  }
}
.lp__sec6__content .comment__content .text h3 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 4.5rem;
}
.lp__sec6__content .comment__content .text p {
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 500;
}
@media (max-width: 560px) {
  .lp__sec6__content .comment__content .text p {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.lp__sec7 {
  background: rgb(253, 245, 238);
  padding-bottom: 6rem;
}
.lp__sec7__title {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .lp__sec7__title img {
    width: 60%;
  }
}
@media (max-width: 560px) {
  .lp__sec7__title img {
    width: 80%;
  }
}
.lp__sec7__content {
  padding-top: 3.5rem;
  display: flex;
  justify-content: center;
}
.lp__sec8 {
  background-color: #fdede3;
}
.lp__sec8__content {
  padding: 5rem 0;
}
@media (max-width: 560px) {
  .lp__sec8__content {
    padding: 3rem 0;
  }
}
.lp__sec8__content .awards {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4rem 6rem;
}
@media (max-width: 768px) {
  .lp__sec8__content .awards {
    align-items: center;
    justify-content: center;
    gap: 2rem;
  }
}
@media (max-width: 560px) {
  .lp__sec8__content .awards {
    flex-wrap: wrap;
  }
}
@media (max-width: 1000px) {
  .lp__sec8__content .awards img {
    width: 20%;
  }
}
@media (max-width: 768px) {
  .lp__sec8__content .awards img {
    width: 18%;
  }
}
@media (max-width: 560px) {
  .lp__sec8__content .awards img {
    width: 40%;
  }
}
.lp__sec8__content .awards img:nth-child(2) {
  margin-top: 5rem;
  width: auto;
}
@media (max-width: 1000px) {
  .lp__sec8__content .awards img:nth-child(2) {
    width: 15%;
  }
}
@media (max-width: 768px) {
  .lp__sec8__content .awards img:nth-child(2) {
    margin-top: 0;
    width: 13%;
  }
}
@media (max-width: 560px) {
  .lp__sec8__content .awards img:nth-child(2) {
    width: 40%;
  }
}
.lp__sec9 {
  background-color: #fcf4ee;
}
.lp__sec9__content {
  padding: 7rem 0;
}
@media (max-width: 768px) {
  .lp__sec9__content {
    padding: 5rem 0 4rem;
  }
}
.lp__sec9__content > p {
  text-align: center;
  padding-bottom: 7rem;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .lp__sec9__content > p {
    font-size: 1.6rem;
    padding-bottom: 5rem;
  }
}
.lp__sec9__content .items .item {
  position: relative;
  background-color: #fff;
  box-shadow: 0px 1px 19.95px 1.05px rgb(250, 237, 188);
  margin-bottom: 7.8rem;
  padding: 8rem 5.5rem;
}
@media (max-width: 768px) {
  .lp__sec9__content .items .item {
    padding: 5rem 3rem;
    margin-bottom: 5rem;
  }
}
@media (max-width: 560px) {
  .lp__sec9__content .items .item {
    padding: 5rem 2rem;
  }
}
.lp__sec9__content .items .item:last-child {
  margin-bottom: 0;
}
.lp__sec9__content .items .item__title {
  position: absolute;
  width: 33rem;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.7rem;
  font-weight: 600;
  background-image: url(../../assets/images/sec9_item_title_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #fff;
  top: -3.5rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .lp__sec9__content .items .item__title {
    font-size: 2rem;
    width: 25rem;
    height: 5rem;
    top: -2.5rem;
  }
}
.lp__sec9__content .items .item__content {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 560px) {
  .lp__sec9__content .items .item__content {
    flex-direction: column;
  }
}
.lp__sec9__content .items .item__content img {
  margin-right: 5.5rem;
  height: auto;
}
@media (max-width: 768px) {
  .lp__sec9__content .items .item__content img {
    margin-right: 3rem;
  }
}
@media (max-width: 560px) {
  .lp__sec9__content .items .item__content img {
    margin-right: 0;
    margin-bottom: 2rem;
    width: 100%;
  }
}
.lp__sec9__content .items .item__content p {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 3rem;
}
@media (max-width: 768px) {
  .lp__sec9__content .items .item__content p {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.lp__sec10 {
  background-color: #fff;
  background-image: url(../../assets/images/sec10_bg.png);
  background-size: 100% 100%;
}
.lp__sec10__content {
  padding: 6rem 0 10rem;
}
@media (max-width: 768px) {
  .lp__sec10__content {
    padding: 3rem 0 6rem;
  }
}
.lp__sec10__content .btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 560px) {
  .lp__sec10__content .btns {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.lp__sec10__content .btns a {
  display: flex;
  width: 32%;
  max-width: 347px;
  margin-bottom: 4.5rem;
}
@media (max-width: 560px) {
  .lp__sec10__content .btns a {
    width: 48%;
    margin-bottom: 2rem;
  }
}
.lp__sec10__content .plans {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.lp__sec10__content .plans .plan {
  width: 100%;
  margin-bottom: 4.5rem;
}
@media (max-width: 560px) {
  .lp__sec10__content .plans .plan {
    margin-bottom: 3rem;
  }
}
.lp__sec10__content .plans .plan:last-child {
  margin-bottom: 0;
}
.lp__sec10__content .plans .plan__content {
  background-color: #fff;
  padding: 3.5rem;
  box-shadow: 0px 1px 5.7px 0.3px rgb(225, 225, 225);
}
@media (max-width: 768px) {
  .lp__sec10__content .plans .plan__content {
    padding: 3rem 2rem;
  }
}
.lp__sec10__content .plans .plan__content__title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 0;
  background-color: #faeef0;
  margin-bottom: 4rem;
}
@media (max-width: 560px) {
  .lp__sec10__content .plans .plan__content__title {
    margin-bottom: 2rem;
    padding: 2rem 0;
  }
}
.lp__sec10__content .plans .plan__content__title h3 {
  line-height: 1;
  font-size: 3rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif !important;
}
@media (max-width: 768px) {
  .lp__sec10__content .plans .plan__content__title h3 {
    font-size: 2rem;
  }
}
@media (max-width: 560px) {
  .lp__sec10__content .plans .plan__content__title h3 {
    font-size: 2rem;
  }
}
.lp__sec10__content .plans .plan__content .flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 560px) {
  .lp__sec10__content .plans .plan__content .flex {
    flex-direction: column;
    align-items: center;
  }
}
.lp__sec10__content .plans .plan__content .flex__full {
  max-width: 735px;
  margin: 0 auto;
}
.lp__sec10__content .plans .plan__content .flex__full .text {
  padding: 3rem 0;
  text-align: center;
}
.lp__sec10__content .plans .plan__content .flex__full .text p.mod {
  font-size: 2rem;
}
.lp__sec10__content .plans .plan__content .flex__full .text p.mod span {
  font-size: 2rem;
}
.lp__sec10__content .plans .plan__content .flex__div {
  width: 48%;
  max-width: 500px;
}
@media (max-width: 560px) {
  .lp__sec10__content .plans .plan__content .flex__div {
    width: 100%;
  }
}
.lp__sec10__content .plans .plan__content .flex__div .text {
  padding: 3rem 0 4rem;
  text-align: center;
}
@media (max-width: 768px) {
  .lp__sec10__content .plans .plan__content .flex__div .text {
    padding: 2rem 0;
  }
}
.lp__sec10__content .plans .plan__content .flex__div .text p {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .lp__sec10__content .plans .plan__content .flex__div .text p {
    font-size: 1.6rem;
  }
}
@media (max-width: 560px) {
  .lp__sec10__content .plans .plan__content .flex__div .text p {
    font-size: 1.4rem;
  }
}
.lp__sec10__content .plans .plan__content .flex__div .text p.mod {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .lp__sec10__content .plans .plan__content .flex__div .text p.mod {
    font-size: 1.6rem;
  }
}
@media (max-width: 560px) {
  .lp__sec10__content .plans .plan__content .flex__div .text p.mod {
    font-size: 1.3rem;
  }
}
.lp__sec10__content .plans .plan__content .flex__div .text p.mod span {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .lp__sec10__content .plans .plan__content .flex__div .text p.mod span {
    font-size: 1.6rem;
  }
}
.lp__sec10__content .plans .plan__content .flex__div .text p span {
  font-size: 3rem;
}
@media (max-width: 768px) {
  .lp__sec10__content .plans .plan__content .flex__div .text p span {
    font-size: 2.2rem;
  }
}
.lp__sec10__content .plans .plan__content .flex__div .text p.check {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9rem;
}
@media (max-width: 768px) {
  .lp__sec10__content .plans .plan__content .flex__div .text p.check {
    font-size: 1.6rem;
    text-align: left;
  }
}
@media (max-width: 560px) {
  .lp__sec10__content .plans .plan__content .flex__div .text p.check {
    font-size: 1.4rem;
  }
}
.lp__sec10__content .plans .plan__content .flex__div .text p.check.left {
  justify-content: flex-start;
}
.lp__sec10__content .plans .plan__content .flex__div .text p.check img {
  margin-right: 5px;
  margin-top: 5px;
}
.lp__sec10__content .plans .plan__content .flex__div .text small {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .lp__sec10__content .plans .plan__content .flex__div .text small {
    font-size: 1.4rem;
  }
}
.lp__sec10__content .plans .plan__content .flex__div .table > p {
  padding: 3rem 0 2rem;
  text-align: center;
  font-size: 2.2rem;
}
@media (max-width: 768px) {
  .lp__sec10__content .plans .plan__content .flex__div .table > p {
    font-size: 1.8rem;
    padding: 2rem;
  }
}
.lp__sec10__content .plans .plan__content .flex__div .table table {
  width: 100%;
}
.lp__sec10__content .plans .plan__content .flex__div .table table:last-child {
  margin-bottom: 5.5rem;
}
.lp__sec10__content .plans .plan__content .flex__div .table table tr {
  border-top: 1px solid #ccb254;
}
.lp__sec10__content .plans .plan__content .flex__div .table table tr:last-child {
  border-bottom: 1px solid #ccb254;
}
.lp__sec10__content .plans .plan__content .flex__div .table table th {
  text-align: center;
  line-height: 5.2rem;
  font-size: 2rem;
  font-weight: 600;
  background-color: #f9f1db;
  width: 50%;
}
@media (max-width: 768px) {
  .lp__sec10__content .plans .plan__content .flex__div .table table th {
    font-size: 1.4rem;
  }
}
@media (max-width: 560px) {
  .lp__sec10__content .plans .plan__content .flex__div .table table th {
    width: 55%;
  }
}
.lp__sec10__content .plans .plan__content .flex__div .table table td {
  text-align: center;
  line-height: 5.2rem;
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .lp__sec10__content .plans .plan__content .flex__div .table table td {
    font-size: 1.4rem;
  }
}
.lp__sec10__content .plans .plan__content .yellow {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9f1db;
  height: 8.7rem;
  font-size: 2.4rem;
  font-weight: 600;
  background-image: url(../../assets/images/sec10_border_yl_l.png), url(../../assets/images/sec10_border_yl_r.png);
  background-repeat: no-repeat;
  background-position: 1rem center, calc(100% - 1rem) center;
}
@media (max-width: 768px) {
  .lp__sec10__content .plans .plan__content .yellow {
    font-size: 2rem;
  }
}
.lp__sec10__content .plans .plan__content .yellow span {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .lp__sec10__content .plans .plan__content .yellow span {
    font-size: 1.6rem;
  }
}
.lp__sec10__content .plans .plan__content .red {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fbeef1;
  height: 8.7rem;
  font-size: 2.4rem;
  font-weight: 600;
  background-image: url(../../assets/images/sec10_border_rd_l.png), url(../../assets/images/sec10_border_rd_r.png);
  background-repeat: no-repeat;
  background-position: 1rem center, calc(100% - 1rem) center;
}
@media (max-width: 768px) {
  .lp__sec10__content .plans .plan__content .red {
    font-size: 2rem;
  }
}
.lp__sec10__content .plans .plan__content .red span {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .lp__sec10__content .plans .plan__content .red span {
    font-size: 1.6rem;
  }
}
.lp__sec10__content .plans .plan__content p {
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .lp__sec10__content .plans .plan__content p {
    font-size: 1.6rem;
  }
}
.lp__sec10__content .plans .plan__subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 8.4rem;
  background: rgb(249, 242, 222);
  background: linear-gradient(
    90deg,
    rgb(255, 255, 255) 0%,
    rgb(249, 242, 222) 20%,
    rgb(249, 242, 222) 50%,
    rgb(249, 242, 222) 80%,
    rgb(255, 255, 255) 100%
  );
  margin: 4.5rem 0;
}
@media (max-width: 768px) {
  .lp__sec10__content .plans .plan__subtitle {
    min-height: 7rem;
    margin: 0 0 3rem;
  }
}
.lp__sec10__content .plans .plan__subtitle p {
  font-size: 3rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .lp__sec10__content .plans .plan__subtitle p {
    font-size: 2rem;
  }
}
.lp__sec11 {
  background-color: #fcf4ee;
}
.lp__sec11__content {
  padding: 5rem 0;
}
@media (max-width: 768px) {
  .lp__sec11__content {
    padding: 4rem 0 8rem;
  }
}
.lp__sec11__content > p {
  text-align: center;
  font-size: 2rem;
  padding-bottom: 5rem;
}
@media (max-width: 768px) {
  .lp__sec11__content > p {
    padding-bottom: 2rem;
    font-size: 1.6rem;
  }
}
@media (max-width: 560px) {
  .lp__sec11__content > p {
    font-size: 1.4rem;
  }
}
.lp__sec11__content .js-slick .slick-prev:before,
.lp__sec11__content .js-slick .slick-next:before {
  content: "" !important;
  display: flex;
  width: 22px !important;
  height: 36px !important;
  background-image: url(../../assets/images/sec11_next.png);
}
.lp__sec11__content .js-slick .slick-prev {
  left: -4.5rem;
}
@media (max-width: 768px) {
  .lp__sec11__content .js-slick .slick-prev {
    left: 0;
    z-index: 1;
  }
}
.lp__sec11__content .js-slick .slick-prev:before {
  background-image: url(../../assets/images/sec11_prev.png);
}
.lp__sec11__content .js-slick .slick-next {
  right: -4.5rem;
}
@media (max-width: 768px) {
  .lp__sec11__content .js-slick .slick-next {
    right: 0;
    z-index: 1;
  }
}
.lp__sec11__content .js-slick .slick-dots {
  bottom: -50px;
}
.lp__sec11__content .js-slick .slick-dots li button:before {
  content: "" !important;
  height: 16px;
  width: 16px;
  background-color: #c1a232;
  border-radius: 10px;
}
.lp__sec11__content .sub {
  position: relative;
  background-color: #fff;
  padding: 2rem;
  box-shadow: 0px 1px 5.7px 0.3px rgb(225, 225, 225);
  margin: 6.4rem 1.5rem 0;
}
@media (max-width: 560px) {
  .lp__sec11__content .sub {
    padding: 1.5rem;
    margin: 5rem 1rem 0;
  }
}
.lp__sec11__content .sub:last-child {
  margin-bottom: 0;
}
.lp__sec11__content .sub h3 {
  position: absolute;
  top: -6.4rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .lp__sec11__content .sub h3 {
    top: -5rem;
  }
  .lp__sec11__content .sub h3 img {
    height: 7.5rem;
  }
}
@media (max-width: 560px) {
  .lp__sec11__content .sub h3 {
    width: 90%;
  }
  .lp__sec11__content .sub h3 img {
    height: auto;
  }
}
.lp__sec11__content .sub__content {
  border: 2px solid #cbb365;
  padding: 7.5rem 3rem;
}
@media (max-width: 768px) {
  .lp__sec11__content .sub__content {
    padding: 3rem 2rem;
  }
}
.lp__sec11__content .sub__content .detail {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5rem;
}
@media (max-width: 560px) {
  .lp__sec11__content .sub__content .detail {
    flex-direction: column;
  }
}
.lp__sec11__content .sub__content .detail img {
  flex-shrink: 0;
  margin-right: 3.5rem;
}
@media (max-width: 768px) {
  .lp__sec11__content .sub__content .detail img {
    width: 40%;
    margin-right: 2rem;
  }
}
@media (max-width: 560px) {
  .lp__sec11__content .sub__content .detail img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}
.lp__sec11__content .sub__content .detail .text h4 {
  font-size: 2.7rem;
  line-height: 4.8rem;
  font-weight: 600;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .lp__sec11__content .sub__content .detail .text h4 {
    font-size: 2rem;
    line-height: 1.6;
  }
}
@media (max-width: 560px) {
  .lp__sec11__content .sub__content .detail .text h4 {
    font-size: 1.8rem;
  }
  .lp__sec11__content .sub__content .detail .text h4 br {
    display: none;
  }
}
.lp__sec11__content .sub__content .detail .text p {
  font-size: 1.5rem;
  line-height: 2.8rem;
  font-weight: 500;
}
@media (max-width: 560px) {
  .lp__sec11__content .sub__content .detail .text p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.lp__sec11__content .sub__content .detail2 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 560px) {
  .lp__sec11__content .sub__content .detail2 {
    flex-direction: column;
  }
}
.lp__sec11__content .sub__content .detail2__title {
  position: relative;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgb(255, 255, 255) 0%,
    rgb(249, 242, 222) 13%,
    rgb(249, 242, 222) 50%,
    rgb(249, 242, 222) 87%,
    rgb(255, 255, 255) 100%
  );
  min-height: 8.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .lp__sec11__content .sub__content .detail2__title {
    margin-bottom: 2rem;
  }
}
@media (max-width: 560px) {
  .lp__sec11__content .sub__content .detail2__title {
    min-height: 6rem;
  }
}
.lp__sec11__content .sub__content .detail2__title img {
  position: absolute;
  top: -3rem;
  left: 2rem;
}
@media (max-width: 768px) {
  .lp__sec11__content .sub__content .detail2__title img {
    height: 4.5rem;
  }
}
@media (max-width: 560px) {
  .lp__sec11__content .sub__content .detail2__title img {
    height: 4rem;
    left: 0;
  }
}
.lp__sec11__content .sub__content .detail2__title p {
  color: #ac6b02;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .lp__sec11__content .sub__content .detail2__title p {
    font-size: 1.8rem;
  }
}
@media (max-width: 560px) {
  .lp__sec11__content .sub__content .detail2__title p {
    font-size: 1.6rem;
  }
}
.lp__sec11__content .sub__content .detail2 > div {
  width: 48%;
}
@media (max-width: 768px) {
  .lp__sec11__content .sub__content .detail2 > div {
    width: 49%;
  }
}
@media (max-width: 560px) {
  .lp__sec11__content .sub__content .detail2 > div {
    width: 100%;
    margin-bottom: 5rem;
  }
  .lp__sec11__content .sub__content .detail2 > div:last-child {
    margin-bottom: 0;
  }
}
.lp__sec11__content .sub__content .detail2 > div > p {
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .lp__sec11__content .sub__content .detail2 > div > p {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
@media (max-width: 560px) {
  .lp__sec11__content .sub__content .detail2 > div > p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.lp__sec12 {
  background-color: #fdede3;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(253, 237, 227) 10%, rgb(253, 237, 227) 100%);
}
.lp__sec12__content {
  padding: 7rem 0 2rem;
}
@media (max-width: 768px) {
  .lp__sec12__content {
    padding: 3rem 0 2rem;
  }
}
.lp__sec12__content .steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lp__sec12__content .steps .step {
  width: 32%;
  max-width: 340px;
  margin: 0 0 5rem;
}
@media (max-width: 768px) {
  .lp__sec12__content .steps .step {
    margin: 0 0 3rem;
  }
}
@media (max-width: 560px) {
  .lp__sec12__content .steps .step {
    width: 48%;
    display: flex;
    flex-direction: column;
  }
}
.lp__sec12__content .steps .step > img {
  margin-bottom: 2rem;
  width: 100%;
}
@media (max-width: 560px) {
  .lp__sec12__content .steps .step > img {
    margin-bottom: 1rem;
  }
}
.lp__sec12__content .steps .step div {
  background-color: #fff;
  padding: 2.5rem;
  box-shadow: 0px 1px 5.7px 0.3px rgb(225, 225, 225);
}
@media (max-width: 768px) {
  .lp__sec12__content .steps .step div {
    padding: 2rem;
  }
}
@media (max-width: 560px) {
  .lp__sec12__content .steps .step div {
    padding: 1rem;
    flex-grow: 1;
  }
}
.lp__sec12__content .steps .step div p {
  min-height: 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 2.7rem;
  line-height: 3rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .lp__sec12__content .steps .step div p {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
@media (max-width: 560px) {
  .lp__sec12__content .steps .step div p {
    font-size: 1.4rem;
    min-height: 4rem;
    margin-bottom: 1rem;
  }
}
.lp__sec12__content .steps .step div p span {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .lp__sec12__content .steps .step div p span {
    font-size: 1.4;
    line-height: 1.6;
  }
}
@media (max-width: 560px) {
  .lp__sec12__content .steps .step div p span {
    font-size: 1.2rem;
  }
}
.lp__sec12__content .steps .step div img {
  width: 100%;
}
.lp__sec13 {
  background-color: #fbf7f4;
}
.lp__sec13__content {
  padding: 4rem 0 7rem;
}
@media (max-width: 768px) {
  .lp__sec13__content {
    padding: 2rem 0 5rem;
  }
}
@media (max-width: 768px) {
  .lp__sec13__content .faqs {
    max-width: 500px;
    margin: 0 auto;
  }
}
.lp__sec13__content .faqs dl {
  margin-bottom: 2rem;
}
.lp__sec13__content .faqs dl.open dt::after {
  background-image: url(../../assets/images/sec13_minus.png);
}
.lp__sec13__content .faqs dl dt {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.5rem;
  border-bottom: 2px solid #cab262;
  cursor: pointer;
}
@media (max-width: 768px) {
  .lp__sec13__content .faqs dl dt {
    padding: 2rem 1rem;
    align-items: flex-start;
  }
}
.lp__sec13__content .faqs dl dt img {
  margin-right: 3.5rem;
}
@media (max-width: 768px) {
  .lp__sec13__content .faqs dl dt img {
    margin-right: 1.5rem;
    height: 3rem;
    margin-top: 5px;
  }
}
.lp__sec13__content .faqs dl dt p {
  font-size: 2.4rem;
  font-weight: 600;
  padding-right: 4rem;
}
@media (max-width: 768px) {
  .lp__sec13__content .faqs dl dt p {
    font-size: 1.6rem;
    padding-right: 3rem;
  }
}
.lp__sec13__content .faqs dl dt::after {
  position: absolute;
  right: 2.5rem;
  content: "";
  width: 3.3rem;
  height: 3.3rem;
  background-image: url(../../assets/images/sec13_minus.png);
  background-image: url(../../assets/images/sec13_plus.png);
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .lp__sec13__content .faqs dl dt::after {
    right: 0;
    width: 2.5rem;
    height: 2.5rem;
  }
}
.lp__sec13__content .faqs dl dd {
  display: none;
  padding: 2.5rem;
  background-color: #fff;
}
@media (max-width: 768px) {
  .lp__sec13__content .faqs dl dd {
    padding: 2rem 1.5rem;
  }
}
.lp__sec13__content .faqs dl dd div {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .lp__sec13__content .faqs dl dd div {
    align-items: flex-start;
  }
}
.lp__sec13__content .faqs dl dd img {
  margin-right: 3.5rem;
}
@media (max-width: 768px) {
  .lp__sec13__content .faqs dl dd img {
    margin-right: 1rem;
    width: 3rem;
    margin-top: 7px;
  }
}
.lp__sec13__content .faqs dl dd p {
  font-size: 2rem;
  line-height: 2;
  font-weight: 600;
  padding-right: 4rem;
}
@media (max-width: 768px) {
  .lp__sec13__content .faqs dl dd p {
    padding-right: 0;
    font-size: 1.4rem;
  }
}
.lp__sec14 {
  background-color: #fff;
  padding: 10rem 0 5rem;
}
@media (max-width: 768px) {
  .lp__sec14 {
    padding: 5rem 0;
  }
}
.lp__sec14__upper {
  text-align: center;
}
.lp__sec14__upper .logo {
  margin-bottom: 7rem;
}
.lp__sec14__upper .logo img {
  max-width: 150px;
}

@media (max-width: 768px) {
  .lp__sec14__upper .logo {
    margin-bottom: 3rem;
  }
}
.lp__sec14__upper h2 {
  font-size: 3rem;
  padding-bottom: 3rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .lp__sec14__upper h2 {
    font-size: 2.5rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .lp__sec14__upper h2 {
    font-size: 2rem;
  }
}
.lp__sec14__upper p {
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .lp__sec14__upper p {
    font-size: 1.6rem;
  }
}
.lp__sec14__upper p.tel {
  font-size: 3rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .lp__sec14__upper p.tel {
    font-size: 2rem;
  }
}
.lp__sec14__upper p.tel span {
  font-size: 4rem;
}
@media (max-width: 768px) {
  .lp__sec14__upper p.tel span {
    font-size: 3rem;
  }
}
.lp__sec14__content {
  padding: 5rem 0 0;
}
.lp__sec14__content .form {
  max-width: 99rem;
  margin: 0 auto;
}
.lp__sec14__content .form__line {
  display: flex;
  align-items: center;
  border-bottom: 2px dotted #cacaca;
  padding: 2.5rem;
}
@media (max-width: 560px) {
  .lp__sec14__content .form__line {
    flex-direction: column;
    padding: 2rem 0;
  }
}
.lp__sec14__content .form__line:last-of-type {
  border-bottom: none;
  padding-bottom: 8rem;
}
.lp__sec14__content .form__line dt {
  min-width: 27rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 3rem;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 560px) {
  .lp__sec14__content .form__line dt {
    width: 100%;
    margin-right: 0;
  }
}
.lp__sec14__content .form__line dt span {
  color: #fff;
  background-color: #fd6600;
  font-size: 1.4rem;
  padding: 0.2rem 0.5rem;
  border-radius: 0.5rem;
}
.lp__sec14__content .form__line dt span.notreq {
  background-color: #3366cc;
}
.lp__sec14__content .form__line dd {
  flex-grow: 1;
}
@media (max-width: 560px) {
  .lp__sec14__content .form__line dd {
    width: 100%;
    padding-top: 1rem;
  }
}
.lp__sec14__content .form__line dd input {
  height: 4.5rem;
  min-width: 34.5rem;
  border-radius: 0.3rem;
  border: 2px solid #bababa;
  font-size: 1.6rem;
  padding: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 560px) {
  .lp__sec14__content .form__line dd input {
    min-width: 0;
    width: 100%;
  }
}
.lp__sec14__content .form__line dd textarea {
  width: 100%;
  min-height: 34rem;
  border-radius: 0.3rem;
  border: 2px solid #bababa;
  resize: none;
  font-family: "Noto Sans JP", sans-serif;
  padding: 1.5rem;
}
.lp__sec14__content .form__privacy {
  background-color: #f5f5f5;
  padding: 4rem;
  margin-bottom: 4rem;
}
@media (max-width: 560px) {
  .lp__sec14__content .form__privacy {
    padding: 4rem 1.5rem;
  }
}
.lp__sec14__content .form__privacy h3 {
  text-align: center;
  font-size: 2.7rem;
  font-weight: 600;
  padding-bottom: 3rem;
}
@media (max-width: 768px) {
  .lp__sec14__content .form__privacy h3 {
    font-size: 2rem;
    padding-bottom: 1.5rem;
  }
}
.lp__sec14__content .form__privacy p {
  font-weight: 500;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
}
.lp__sec14__content .form__privacy dl {
  margin: 3rem 0 0;
  background-color: #fff;
  padding: 3.5rem;
  border: 1px solid #d1d1d1;
  max-height: 30rem;
  overflow: scroll;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 560px) {
  .lp__sec14__content .form__privacy dl {
    padding: 3rem 1.5rem;
  }
}
.lp__sec14__content .form__privacy dl dt {
  font-size: 1.8rem;
  padding-bottom: 1rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .lp__sec14__content .form__privacy dl dt {
    font-size: 1.6rem;
  }
}
.lp__sec14__content .form__privacy dl dd {
  font-size: 1.6rem;
  padding-bottom: 3rem;
}
@media (max-width: 768px) {
  .lp__sec14__content .form__privacy dl dd {
    font-size: 1.4rem;
    padding-bottom: 2rem;
  }
}
.lp__sec14__content .form__privacy .checkbox {
  display: flex;
  justify-content: center;
  font-size: 1.8rem;
}
.lp__sec14__content .form__privacy .checkbox input {
  height: 2.5rem;
  width: 2.5rem;
  margin-right: 1.8rem;
}
.lp__sec14__content .form .btn {
  background-color: #000000;
  border: none;
  border-radius: 0.5rem;
  color: #fff;
  width: 100%;
  max-width: 40rem;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: 500;
  min-height: 7rem;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
}
.lp__sec14__content .form > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 2.5rem auto 0;
  font-family: "Noto Sans JP", sans-serif;
}
.lp__footer {
  background-color: #000000;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  padding: 1.5rem;
} /*# sourceMappingURL=lp.css.map */
