/*------------------------------------------------------------
color
------------------------------------------------------------*/
/*------------------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
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,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  color: #111111;
}

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

table,
input,
textarea,
select,
option {
  line-height: 1.1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

a {
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-backface-visibility: hidden;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  font: inherit;
  font-style: normal;
  font-weight: normal;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
  list-style: none;
  border: 0;
}

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

/*------------------------------------------------------------
Header
------------------------------------------------------------*/
.l-header {
  padding: 50px 0;
}
@media screen and (max-width: 749px) {
  .l-header {
    padding: 6.667vw 0;
  }
}
.l-header--logo a {
  display: block;
  max-width: 170px;
}
@media screen and (max-width: 749px) {
  .l-header--logo a {
    width: 24.64%;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Footer
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
main
------------------------------------------------------------*/
body {
  width: 100%;
  margin: 0;
  padding: 0;
  word-break: break-word;
  background: #fee8ee;
}

.wrap {
  max-width: 750px;
  margin: 0 auto;
}

.l-main {
  width: 100%;
  padding: 0 30px;
  position: relative;
}
@media screen and (max-width: 749px) {
  .l-main {
    padding: 0 4vw;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
nav
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
sidebar
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Button
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
heading
------------------------------------------------------------*/
.c-title1 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  color: #E3366E;
  margin-bottom: 40px;
}
@media screen and (max-width: 749px) {
  .c-title1 {
    font-size: 4.8vw;
    margin-bottom: 5.333vw;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
time
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.u-flex {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.u-flex-row-reverse-pc {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 749px) {
  .u-flex-row-reverse-sp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.u-flex-col-reverse-pc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media screen and (max-width: 749px) {
  .u-flex-col-reverse-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.u-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.u-wrap {
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.u-right {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 749px) {
  .u-reverseSP {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

/*------------------------------------------------------------
Banner
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Box
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
breacrumb
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Loading page
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Pagenavi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Animation
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.post_content {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  word-wrap: break-word;
}
.post_content ul,
.post_content ol {
  padding-left: 20px;
  margin-bottom: 20px;
}
.post_content ul[style*="list-style-type: circle;"] li {
  list-style-type: circle;
}
.post_content ul[style*="list-style-type: square;"] li {
  list-style-type: square;
}
.post_content ul li {
  list-style: disc;
}
.post_content ol[style*="list-style-type: lower-roman;"] li {
  list-style-type: lower-roman;
}
.post_content ol[style*="list-style-type: lower-alpha;"] li {
  list-style-type: lower-alpha;
}
.post_content ol[style*="list-style-type: lower-greek;"] li {
  list-style-type: lower-greek;
}
.post_content ol[style*="list-style-type: upper-alpha;"] li {
  list-style-type: upper-alpha;
}
.post_content ol[style*="list-style-type: upper-roman;"] li {
  list-style-type: upper-roman;
}
.post_content ol li {
  list-style-type: decimal;
}
.post_content iframe {
  max-width: 100% !important;
}
.post_content img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  width: auto;
  margin-bottom: 77px;
}
@media screen and (max-width: 749px) {
  .post_content img {
    margin-bottom: 24px;
  }
}
.post_content em {
  font-style: italic;
}
.post_content strong {
  font-weight: bold !important;
}
.post_content h1 {
  display: block;
  font-size: 2em;
  -webkit-margin-before: 0.67em;
          margin-block-start: 0.67em;
  -webkit-margin-after: 0.67em;
          margin-block-end: 0.67em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
}
.post_content h2 {
  display: block;
  font-size: 1.5em;
  -webkit-margin-before: 0.83em;
          margin-block-start: 0.83em;
  -webkit-margin-after: 0.83em;
          margin-block-end: 0.83em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
}
.post_content h3 {
  display: block;
  font-size: 1.17em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
}
.post_content h4 {
  display: block;
  -webkit-margin-before: 1.33em;
          margin-block-start: 1.33em;
  -webkit-margin-after: 1.33em;
          margin-block-end: 1.33em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
}
.post_content h5 {
  display: block;
  font-size: 0.83em;
  -webkit-margin-before: 1.67em;
          margin-block-start: 1.67em;
  -webkit-margin-after: 1.67em;
          margin-block-end: 1.67em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
}
.post_content h6 {
  display: block;
  font-size: 0.67em;
  -webkit-margin-before: 2.33em;
          margin-block-start: 2.33em;
  -webkit-margin-after: 2.33em;
          margin-block-end: 2.33em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
}
.post_content pre {
  display: block;
  white-space: pre;
  margin: 1em 0px;
}
.post_content blockquote {
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 40px;
          margin-inline-start: 40px;
  -webkit-margin-end: 40px;
          margin-inline-end: 40px;
}
.post_content p {
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

/*------------------------------------------------------------
Lp
------------------------------------------------------------*/
.lp-btn {
  position: fixed;
  z-index: 99;
  bottom: 10px;
  text-align: center;
  left: 0;
  width: 100%;
  padding-right: 10px;
}
@media screen and (max-width: 749px) {
  .lp-btn {
    padding-right: 1.333vw;
    bottom: 1.333vw;
  }
}
.lp-btn a {
  display: inline-block;
  width: 710px;
}
@media screen and (max-width: 749px) {
  .lp-btn a {
    width: 94.667%;
  }
}
.lp-mv {
  position: relative;
}
.lp-mv img {
  width: 100%;
}
.lp-mv--btn {
  position: absolute;
  width: 345px;
  right: 30px;
  top: 10px;
}
@media screen and (max-width: 749px) {
  .lp-mv--btn {
    width: 45.925vw;
    right: 4vw;
    top: 1.333vw;
  }
}
@media screen and (min-width: 749px) {
  .lp-mv--btn:hover {
    opacity: 0.7;
  }
}
.lp-sec01 {
  padding-top: 40px;
  background-image: url("../img/sec01_bg.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media screen and (max-width: 749px) {
  .lp-sec01 {
    padding-top: 5.3vw;
  }
}
.lp-sec01--top {
  text-align: center;
}
.lp-sec01--top img {
  max-width: 96.8%;
}
.lp-sec01--bot {
  position: relative;
  bottom: -32px;
  margin-top: -32px;
}
@media screen and (max-width: 749px) {
  .lp-sec01--bot {
    bottom: -4.26vw;
    margin-top: -4.26vw;
  }
}
.lp-sec02 {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.lp-sec02 img {
  max-width: 120.8%;
}
.lp-sec03 {
  padding: 70px 0 50px;
  background: #F5E3E4;
}
@media screen and (max-width: 749px) {
  .lp-sec03 {
    padding: 9.3vw 0 6.66vw;
  }
}
.lp-sec03--title {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 749px) {
  .lp-sec03--title {
    margin-bottom: 2.66vw;
  }
}
.lp-sec03--title img {
  max-width: 49.6%;
}
.lp-sec03--point {
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 749px) {
  .lp-sec03--point {
    margin-bottom: 6.666vw;
  }
}
.lp-sec03--point:last-child {
  margin-bottom: 0;
}
.lp-sec03--point--slide {
  width: 72.46%;
  position: absolute;
  bottom: 0;
  left: 13.77%;
}
.lp-sec03--point--slide .slick-next, .lp-sec03--point--slide .slick-prev {
  width: 26px;
  height: 26px;
  border-top: 2px solid #252525;
  border-left: 2px solid #252525;
}
@media screen and (max-width: 749px) {
  .lp-sec03--point--slide .slick-next, .lp-sec03--point--slide .slick-prev {
    width: 3.467vw;
    height: 3.467vw;
  }
}
.lp-sec03--point--slide .slick-next:before, .lp-sec03--point--slide .slick-prev:before {
  display: none;
}
.lp-sec03--point--slide .slick-next {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  right: -45px;
}
@media screen and (max-width: 749px) {
  .lp-sec03--point--slide .slick-next {
    right: -6vw;
  }
}
.lp-sec03--point--slide .slick-prev {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: -45px;
}
@media screen and (max-width: 749px) {
  .lp-sec03--point--slide .slick-prev {
    left: -6vw;
  }
}
.lp-sec03--point--slide .slick-dots {
  position: static;
  margin: 30px 0;
}
@media screen and (max-width: 749px) {
  .lp-sec03--point--slide .slick-dots {
    margin: 4vw 0;
  }
}
.lp-sec03--point--slide .slick-dots li {
  font-size: 0;
  padding: 0;
  width: unset;
  height: unset;
  margin: 0 15px;
}
@media screen and (max-width: 749px) {
  .lp-sec03--point--slide .slick-dots li {
    margin: 0 2vw;
  }
}
.lp-sec03--point--slide .slick-dots li.slick-active button {
  opacity: 1;
}
.lp-sec03--point--slide .slick-dots li button {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #E3366E;
  opacity: 0.4;
}
@media screen and (max-width: 749px) {
  .lp-sec03--point--slide .slick-dots li button {
    width: 1.87vw;
    height: 1.87vw;
  }
}
.lp-sec03--point--slide .slick-dots li button:before {
  display: none;
}
.lp-sec03--point--slide .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.lp-sec04 {
  background-color: #E3366E;
  padding: 40px 30px;
}
@media screen and (max-width: 749px) {
  .lp-sec04 {
    padding: 5.33vw 4vw;
  }
}
.lp-sec04--title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 749px) {
  .lp-sec04--title {
    margin-bottom: 5.33vw;
  }
}
.lp-sec04--title img {
  max-width: 59.7%;
}
.lp-sec04--slide {
  margin-bottom: 20px;
}
@media screen and (max-width: 749px) {
  .lp-sec04--slide {
    margin-bottom: 2.66vw;
  }
}
.lp-sec04--slide .slick-next, .lp-sec04--slide .slick-prev {
  width: 90px;
  height: 90px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  z-index: 1;
  top: 195px;
}
@media screen and (max-width: 749px) {
  .lp-sec04--slide .slick-next, .lp-sec04--slide .slick-prev {
    top: 26vw;
    width: 12vw;
    height: 12vw;
  }
}
.lp-sec04--slide .slick-next:before, .lp-sec04--slide .slick-prev:before {
  content: "";
  width: 18px;
  height: 18px;
  border-top: 2px solid #E3366E;
  border-left: 2px solid #E3366E;
  display: inline-block;
}
@media screen and (max-width: 749px) {
  .lp-sec04--slide .slick-next:before, .lp-sec04--slide .slick-prev:before {
    width: 2.4vw;
    height: 2.4vw;
  }
}
.lp-sec04--slide .slick-next {
  right: -30px;
}
@media screen and (max-width: 749px) {
  .lp-sec04--slide .slick-next {
    right: -4vw;
  }
}
.lp-sec04--slide .slick-next:before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.lp-sec04--slide .slick-prev {
  left: -30px;
}
@media screen and (max-width: 749px) {
  .lp-sec04--slide .slick-prev {
    left: -4vw;
  }
}
.lp-sec04--slide .slick-prev:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.lp-sec05 {
  padding: 40px 30px;
  background-image: url("../img/sec05_bg.png");
  background-color: #F5E3E4;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 749px) {
  .lp-sec05 {
    padding: 5.33vw 4vw;
  }
}
.lp-sec05--title {
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 749px) {
  .lp-sec05--title {
    margin-bottom: 6.4vw;
  }
}
.lp-sec05--title img {
  max-width: 35.56%;
}
.lp-sec05--slide--box {
  text-align: center;
}
.lp-sec05--slide--box--title {
  display: inline-block;
  width: 58.4%;
  background: #E3366E;
  border-radius: 40px;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  color: #ffffff;
  padding: 17px 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 749px) {
  .lp-sec05--slide--box--title {
    font-size: 4.267vw;
    border-radius: 5.3vw;
    padding: 1.867vw 0;
    margin-bottom: 4vw;
  }
}
.lp-sec05--slide .slick-next, .lp-sec05--slide .slick-prev {
  z-index: 1;
  width: 21%;
  height: 40px;
  top: 35px;
}
@media screen and (max-width: 749px) {
  .lp-sec05--slide .slick-next, .lp-sec05--slide .slick-prev {
    height: 5.33vw;
    top: 4.6667vw;
  }
}
.lp-sec05--slide .slick-next:after, .lp-sec05--slide .slick-prev:after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  border-top: 3px solid #E3366E;
  border-left: 3px solid #E3366E;
  border-radius: 2px;
  top: calc(50% - 16px);
}
@media screen and (max-width: 749px) {
  .lp-sec05--slide .slick-next:after, .lp-sec05--slide .slick-prev:after {
    width: 4.267vw;
    height: 4.267vw;
    border-width: 2px;
    top: calc(50% - 2.13vw);
  }
}
.lp-sec05--slide .slick-next:before, .lp-sec05--slide .slick-prev:before {
  display: none;
}
.lp-sec05--slide .slick-next {
  right: -30px;
}
@media screen and (max-width: 749px) {
  .lp-sec05--slide .slick-next {
    right: -4vw;
  }
}
.lp-sec05--slide .slick-next:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  left: 0;
}
.lp-sec05--slide .slick-prev {
  left: -30px;
}
@media screen and (max-width: 749px) {
  .lp-sec05--slide .slick-prev {
    left: -4vw;
  }
}
.lp-sec05--slide .slick-prev:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 0;
}
.lp-sec05--slide .slick-dots {
  position: static;
  margin-top: 30px;
  margin-bottom: 0;
}
@media screen and (max-width: 749px) {
  .lp-sec05--slide .slick-dots {
    margin-top: 4vw;
  }
}
.lp-sec05--slide .slick-dots li {
  font-size: 0;
  padding: 0;
  width: unset;
  height: unset;
  margin: 0 15px;
}
@media screen and (max-width: 749px) {
  .lp-sec05--slide .slick-dots li {
    margin: 0 2vw;
  }
}
.lp-sec05--slide .slick-dots li.slick-active button {
  opacity: 1;
}
.lp-sec05--slide .slick-dots li button {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #E3366E;
  opacity: 0.4;
}
@media screen and (max-width: 749px) {
  .lp-sec05--slide .slick-dots li button {
    width: 1.87vw;
    height: 1.87vw;
  }
}
.lp-sec05--slide .slick-dots li button:before {
  display: none;
}
.lp-sec05--slide .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.lp-sec06 {
  overflow: hidden;
  padding-top: 70px;
  background-color: #F5E3E4;
}
@media screen and (max-width: 749px) {
  .lp-sec06 {
    padding-top: 9.33vw;
  }
}
.lp-sec06__cont {
  padding-left: 30px;
}
@media screen and (max-width: 749px) {
  .lp-sec06__cont {
    padding-left: 4vw;
  }
}
.lp-sec06--title {
  text-align: center;
  margin-bottom: 117px;
  padding-right: 30px;
}
@media screen and (max-width: 749px) {
  .lp-sec06--title {
    margin-bottom: 15.6vw;
  }
}
.lp-sec06--title img {
  max-width: 56.51%;
}
.lp-sec06--slide {
  margin-bottom: 40px;
}
@media screen and (max-width: 749px) {
  .lp-sec06--slide {
    margin-bottom: 5.333vw;
  }
}
.lp-sec06--slide--box {
  background: #ffffff;
  border-radius: 10px;
  padding: 40px 55px;
  position: relative;
  margin-right: 30px;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(128, 128, 128, 0.16);
          box-shadow: 3px 3px 5px 0px rgba(128, 128, 128, 0.16);
}
@media screen and (max-width: 749px) {
  .lp-sec06--slide--box {
    padding: 5.333vw 7.333vw;
    margin-right: 4vw;
  }
}
.lp-sec06--slide--box--step {
  width: 318px;
  height: 97px;
  background: url("../img/step_bg.png") center center no-repeat;
  background-size: contain;
  text-align: center;
  padding-top: 20px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 749px) {
  .lp-sec06--slide--box--step {
    width: 42.4vw;
    height: 12.9333vw;
    padding-top: 2.666vw;
  }
}
.lp-sec06--slide--box--step img {
  display: inline-block;
  width: unset;
  min-width: unset;
  height: 70px;
}
@media screen and (max-width: 749px) {
  .lp-sec06--slide--box--step img {
    height: 9.333vw;
  }
}
.lp-sec06--slide--box--title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #E3366E;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 749px) {
  .lp-sec06--slide--box--title {
    font-size: 4.8vw;
    margin-bottom: 2.666vw;
  }
}
.lp-sec06--slide--box--txt {
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  line-height: 1.33;
  margin-bottom: 30px;
  white-space: nowrap;
}
@media screen and (max-width: 749px) {
  .lp-sec06--slide--box--txt {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
}
.lp-sec06--slide .slick-list {
  overflow: unset;
}
.lp-sec06--slide .slick-next, .lp-sec06--slide .slick-prev {
  z-index: 1;
  width: 42px;
  height: 42px;
  border-top: 6px solid #E3366E;
  border-left: 6px solid #E3366E;
  border-radius: 3px;
}
@media screen and (max-width: 749px) {
  .lp-sec06--slide .slick-next, .lp-sec06--slide .slick-prev {
    width: 5.6vw;
    height: 5.6vw;
    border-width: 0.8vw;
    border-radius: 2px;
  }
}
.lp-sec06--slide .slick-next:before, .lp-sec06--slide .slick-prev:before {
  display: none;
}
.lp-sec06--slide .slick-next.slick-disabled, .lp-sec06--slide .slick-prev.slick-disabled {
  opacity: 0.7;
}
.lp-sec06--slide .slick-next {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  right: 50px;
}
@media screen and (max-width: 749px) {
  .lp-sec06--slide .slick-next {
    right: 6.666vw;
  }
}
.lp-sec06--slide .slick-prev {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 20px;
}
@media screen and (max-width: 749px) {
  .lp-sec06--slide .slick-prev {
    left: 2.666vw;
  }
}
.lp-sec07 {
  background: #ffffff;
  padding-top: 60px;
}
@media screen and (max-width: 749px) {
  .lp-sec07 {
    padding-top: 8vw;
  }
}
.lp-sec07--title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 749px) {
  .lp-sec07--title {
    margin-bottom: 5.333vw;
  }
}
.lp-sec07--title img {
  max-width: 40.58%;
}
.lp-sec07 .qa--item {
  margin-bottom: 16px;
}
@media screen and (max-width: 749px) {
  .lp-sec07 .qa--item {
    margin-bottom: 2.133vw;
  }
}
.lp-sec07 .qa--item:last-child {
  margin-bottom: 0;
}
.lp-sec07 .qa--item--q {
  cursor: pointer;
  border: 2px solid #E3366E;
  border-radius: 10px;
  font-size: 32px;
  font-weight: 500;
  padding: 16px 70px;
  line-height: 1.1875;
  position: relative;
}
@media screen and (max-width: 749px) {
  .lp-sec07 .qa--item--q {
    font-size: 4.266vw;
    border-radius: 1.33vw;
    border-width: 1px;
    padding: 2.133vw 9.333vw;
  }
}
.lp-sec07 .qa--item--q:before {
  content: "Q.";
  font-size: 32px;
  font-weight: 700;
  color: #E3366E;
  position: absolute;
  left: 28px;
}
@media screen and (max-width: 749px) {
  .lp-sec07 .qa--item--q:before {
    font-size: 4.266vw;
    left: 3.95vw;
  }
}
.lp-sec07 .qa--item--q:after {
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 4px solid #252525;
  border-right: 4px solid #252525;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 28px;
  top: calc(50% - 5px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 749px) {
  .lp-sec07 .qa--item--q:after {
    width: 1.333vw;
    height: 1.333vw;
    border-width: 2px;
    right: 3.95vw;
    top: calc(50% - 0.666vw);
  }
}
.lp-sec07 .qa--item--q.js-active:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.lp-sec07 .qa--item--a {
  margin-top: 10px;
  padding: 0 30px 0 70px;
  position: relative;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 749px) {
  .lp-sec07 .qa--item--a {
    font-size: 4.266vw;
    margin-top: 1.333vw;
    padding: 0 4vw 0 9.333vw;
  }
}
.lp-sec07 .qa--item--a:before {
  content: "A.";
  font-size: 32px;
  font-weight: 700;
  color: #007693;
  position: absolute;
  left: 28px;
}
@media screen and (max-width: 749px) {
  .lp-sec07 .qa--item--a:before {
    font-size: 4.266vw;
    left: 3.95vw;
  }
}
.lp-sec07 .qa--item--a span {
  color: #E3366E;
  font-weight: 700;
}
.lp-sec08 {
  padding: 40px 0;
  background: #ffffff;
}
.lp-sec08--title {
  text-align: center;
  margin-bottom: 24px;
}
.lp-sec08--title img {
  max-width: 35.36%;
}
.lp-sec08--slide .slick-next, .lp-sec08--slide .slick-prev {
  z-index: 1;
  width: 42px;
  height: 42px;
  border-top: 6px solid #E3366E;
  border-left: 6px solid #E3366E;
  border-radius: 3px;
  top: calc(50% - 21px);
}
@media screen and (max-width: 749px) {
  .lp-sec08--slide .slick-next, .lp-sec08--slide .slick-prev {
    width: 5.6vw;
    height: 5.6vw;
    border-width: 0.8vw;
    border-radius: 2px;
    top: calc(50% - 2.8vw);
  }
}
.lp-sec08--slide .slick-next:before, .lp-sec08--slide .slick-prev:before {
  display: none;
}
.lp-sec08--slide .slick-next.slick-disabled, .lp-sec08--slide .slick-prev.slick-disabled {
  opacity: 0.7;
}
.lp-sec08--slide .slick-next {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  right: 20px;
}
@media screen and (max-width: 749px) {
  .lp-sec08--slide .slick-next {
    right: 2.667vw;
  }
}
.lp-sec08--slide .slick-prev {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 20px;
}
@media screen and (max-width: 749px) {
  .lp-sec08--slide .slick-prev {
    left: 2.667vw;
  }
}
.lp-sec09 {
  background: #ffffff;
}
.lp-sec09--title {
  font-size: 40px;
  font-size: 700;
  margin-bottom: 40px;
  text-align: center;
  color: #E3366E;
  padding-bottom: 17px;
  border-bottom: 2px dashed #E3366E;
}
@media screen and (max-width: 749px) {
  .lp-sec09--title {
    font-size: 5.333vw;
    margin-bottom: 5.333vw;
    padding-bottom: 2.267vw;
  }
}
.lp-sec09--table {
  padding: 0 30px;
}
@media screen and (max-width: 749px) {
  .lp-sec09--table {
    padding: 0 4vw;
  }
}
.lp-sec09--table table {
  width: 100%;
  border-collapse: collapse;
}
.lp-sec09--table table th {
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
}
@media screen and (max-width: 749px) {
  .lp-sec09--table table th {
    font-size: 4vw;
  }
}
.lp-sec09--table table td {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.4;
  padding-bottom: 10px;
  padding-left: 40px;
}
@media screen and (max-width: 749px) {
  .lp-sec09--table table td {
    font-size: 4vw;
    padding-bottom: 1.333vw;
    padding-left: 5.333vw;
  }
}
.lp-sec09--map {
  margin-top: 30px;
  position: relative;
  padding-bottom: 40px;
}
@media screen and (max-width: 749px) {
  .lp-sec09--map {
    margin-top: 4vw;
    padding-bottom: 5.333vw;
  }
}
.lp-sec09--map:after {
  content: "";
  width: calc(100% + 60px);
  height: 50%;
  background: #F5E3E4;
  position: absolute;
  bottom: 0;
  left: -30px;
}
@media screen and (max-width: 749px) {
  .lp-sec09--map:after {
    width: calc(100% + 8vw);
    left: -4vw;
  }
}
.lp-sec09--map iframe {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 220px;
}
@media screen and (max-width: 749px) {
  .lp-sec09--map iframe {
    height: 29.333vw;
  }
}
.lp-sec10 {
  background: #F5E3E4;
}
.lp-sec10--links {
  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;
  padding: 30px 0 260px;
  background: #ffffff;
}
@media screen and (max-width: 749px) {
  .lp-sec10--links {
    padding: 4vw 0 34vw;
  }
}
.lp-sec10--links a {
  font-size: 24px;
  font-weight: 400;
  color: #E3366E;
  padding: 0 40px;
  border-right: 2px solid #E3366E;
}
@media screen and (max-width: 749px) {
  .lp-sec10--links a {
    font-size: 3.2vw;
    padding: 0 5.33vw;
    border-width: 1px;
  }
}
.lp-sec10--links a:last-child {
  border-right: none;
}

.c-tabs {
  background: #ffffff;
  padding: 30px;
}
@media screen and (max-width: 749px) {
  .c-tabs {
    padding: 4vw;
  }
}
.c-tabs--links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-tabs--links li {
  width: 50%;
}
.c-tabs--links li button {
  cursor: pointer;
  display: block;
  width: 100%;
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  background: #CBCBCB;
  padding: 19px 0;
}
@media screen and (max-width: 749px) {
  .c-tabs--links li button {
    font-size: 4.8vw;
    padding: 2.533vw 0;
  }
}
.c-tabs--links li button.active {
  background: #E3366E;
}
.c-tabs--content {
  position: relative;
}
.c-tabs--content--hide {
  opacity: 0;
  pointer-events: none;
}
.c-tabs--content--child {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.c-tabs--content--child.open {
  display: block;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Company
------------------------------------------------------------*/
.company__main {
  padding: 36px 30px 80px;
  background: #ffffff;
}
@media screen and (max-width: 749px) {
  .company__main {
    padding: 4.8vw 4vw 10.667vw;
  }
}
.company__table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #E3366E;
}
.company__table th {
  width: 34.6%;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  padding: 16px;
  background: #F5E3E4;
  border-bottom: 1px solid #E3366E;
  border-right: 1px solid #E3366E;
}
@media screen and (max-width: 749px) {
  .company__table th {
    font-size: 4vw;
    padding: 2.13vw;
  }
}
.company__table td {
  font-size: 28px;
  font-weight: 400;
  border-bottom: 1px solid #E3366E;
  line-height: 1.357;
  padding: 17px 26px;
}
@media screen and (max-width: 749px) {
  .company__table td {
    font-size: 3.733vw;
    padding: 2.2667vw 3.4667vw;
  }
}
.company .lp-sec10 {
  margin-top: 80px;
}
@media screen and (max-width: 749px) {
  .company .lp-sec10 {
    margin-top: 10.667vw;
  }
}
.company--txt1 {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.357;
  margin-bottom: 50px;
}
@media screen and (max-width: 749px) {
  .company--txt1 {
    font-size: 3.733vw;
    margin-bottom: 6.667vw;
  }
}
.company--txt2 {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.357;
  margin-bottom: 80px;
}
@media screen and (max-width: 749px) {
  .company--txt2 {
    font-size: 3.733vw;
    margin-bottom: 10.6vw;
  }
}
.company--txt2:last-child {
  margin-bottom: 0;
}
.company--txt2 ul {
  padding-left: 30px;
}
.company--txt2 ul li {
  list-style: decimal;
}
.company--txt2 ul ol {
  padding-left: 30px;
}
.company--title1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 749px) {
  .company--title1 {
    font-size: 4vw;
    margin-bottom: 5.333vw;
  }
}
.company .lp-sec10--links {
  padding-bottom: 30px;
}
@media screen and (max-width: 749px) {
  .company .lp-sec10--links {
    padding-bottom: 4vw;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
margin
------------------------------------------------------------*/
.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

@media screen and (min-width: 749px) {
  .mb10-pc {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 749px) {
  .mb20-pc {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 749px) {
  .mb30-pc {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 749px) {
  .mb40-pc {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 749px) {
  .mb50-pc {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 749px) {
  .mb60-pc {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 749px) {
  .mb70-pc {
    margin-bottom: 70px;
  }
}

@media screen and (min-width: 749px) {
  .mb80-pc {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 749px) {
  .mb90-pc {
    margin-bottom: 90px;
  }
}

@media screen and (min-width: 749px) {
  .mb100-pc {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 749px) {
  .mb10-sp {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 749px) {
  .mb20-sp {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 749px) {
  .mb30-sp {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 749px) {
  .mb40-sp {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 749px) {
  .mb50-sp {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 749px) {
  .mb60-sp {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 749px) {
  .mb70-sp {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 749px) {
  .mb80-sp {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 749px) {
  .mb90-sp {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 749px) {
  .mb100-sp {
    margin-bottom: 100px;
  }
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

@media screen and (min-width: 749px) {
  .mt10-pc {
    margin-top: 10px;
  }
}

@media screen and (min-width: 749px) {
  .mt20-pc {
    margin-top: 20px;
  }
}

@media screen and (min-width: 749px) {
  .mt30-pc {
    margin-top: 30px;
  }
}

@media screen and (min-width: 749px) {
  .mt40-pc {
    margin-top: 40px;
  }
}

@media screen and (min-width: 749px) {
  .mt50-pc {
    margin-top: 50px;
  }
}

@media screen and (min-width: 749px) {
  .mt60-pc {
    margin-top: 60px;
  }
}

@media screen and (min-width: 749px) {
  .mt70-pc {
    margin-top: 70px;
  }
}

@media screen and (min-width: 749px) {
  .mt80-pc {
    margin-top: 80px;
  }
}

@media screen and (min-width: 749px) {
  .mt90-pc {
    margin-top: 90px;
  }
}

@media screen and (min-width: 749px) {
  .mt100-pc {
    margin-top: 100px;
  }
}

@media screen and (max-width: 749px) {
  .mt10-sp {
    margin-top: 10px;
  }
}

@media screen and (max-width: 749px) {
  .mt20-sp {
    margin-top: 20px;
  }
}

@media screen and (max-width: 749px) {
  .mt30-sp {
    margin-top: 30px;
  }
}

@media screen and (max-width: 749px) {
  .mt40-sp {
    margin-top: 40px;
  }
}

@media screen and (max-width: 749px) {
  .mt50-sp {
    margin-top: 50px;
  }
}

@media screen and (max-width: 749px) {
  .mt60-sp {
    margin-top: 60px;
  }
}

@media screen and (max-width: 749px) {
  .mt70-sp {
    margin-top: 70px;
  }
}

@media screen and (max-width: 749px) {
  .mt80-sp {
    margin-top: 80px;
  }
}

@media screen and (max-width: 749px) {
  .mt90-sp {
    margin-top: 90px;
  }
}

@media screen and (max-width: 749px) {
  .mt100-sp {
    margin-top: 100px;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
b {
  font-weight: bold;
}

.u-text-read01 {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.286;
}

.u-text-note01 {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  color: #D52D2D;
  background: #FFDDDD;
  line-height: 1.43;
  padding: 7px 0;
}

.u-text-center {
  text-align: center;
}

.u-text-bold {
  font-weight: bold;
}

.u-text-underline {
  text-decoration: underline;
}

.u-text-red {
  color: red;
}

.u-text-white {
  color: #ffffff;
}

.u-text-blue {
  color: #0D3780;
}

.u-text-black {
  color: #000000;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
display
------------------------------------------------------------*/
@media screen and (max-width: 749px) {
  .u-pc {
    display: none;
  }
}

.u-tb {
  display: none;
}
@media screen and (max-width: 1023px) {
  .u-tb {
    display: block;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 749px) {
  .u-sp {
    display: block;
  }
}

.u-in {
  display: none;
}
@media screen and (max-width: 749px) {
  .u-in {
    display: inline-block;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
align
------------------------------------------------------------*/
/*
------------------------------------------------------------*/