@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

html {
  color: #514545;
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

a:hover {
  transition: 1s;
  opacity: 0.8;
}

body {
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
}

/* -------------------------------------------------------
base style
------------------------------------------------------- */
main {
  overflow-x: hidden;
}

.inr {
  width: 100%;
  margin: auto;
  padding: 0 20px;
}

.onlySP {
  display: block;
}

.onlyPC {
  display: none;
}

.flex-start {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media print, (min-width: 1000px) {
  .sp-only,
  .onlySP {
    display: none !important;
  }
}
@media only screen and (max-width: 999px) {
  .pc-only,
  .onlyPC {
    display: none !important;
  }
}
/* ---------------
.mv
--------------- */
.mv .inr {
  position: relative;
}

.mv .text {
  font-weight: bold;
  line-height: 1.3;
  font-size: 3rem;
}

.mv .text .co-pink {
  color: #eb758b;
  font-size: 4.4rem;
}

.mv .logo {
  width: 50%;
  min-width: 200px;
}

.mv .ul-employ {
  display: flex;
  justify-content: flex-start;
  margin: 10px 0;
}

.mv .ul-employ li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 25px;
  margin-right: 3px;
  color: #514545;
  font-size: 14px;
  font-weight: bold;
  border: 1.5px solid #514545;
}

.mv .ul-outline ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mv .ul-outline ul li {
  display: flex;
  align-items: center;
  padding-left: 36px;
  font-size: 1.5rem;
  background: url(../img/icon-check-p.png) no-repeat left center/26px auto;
}

@media only screen and (max-width: 820px) {
  .mv {
    background: url(../img/bg-mv-sm.jpg) no-repeat top center/100% auto;
  }
  .mv .inr {
    padding: 0;
  }
  .mv .box-text {
    position: absolute;
    top: 40%;
    left: 50px;
  }
  .mv .ul-employ li {
    width: 100px;
    height: 34px;
    font-size: 16px;
    border-width: 2px;
  }
  .mv .model {
    margin-bottom: -6px;
    text-align: right;
    z-index: 1;
  }
  .mv .model img {
    width: 70%;
    min-width: 300px;
    margin: 20px -40px 0 0;
  }
  .mv .ul-outline {
    padding: 15px 20px 0;
    background: #edecec;
    position: relative;
    z-index: 2;
  }
  .mv .ul-outline ul li {
    margin-bottom: 15px;
    font-weight: bold;
  }
}
@media only screen and (max-width: 414px) {
  .mv .box-text {
    position: absolute;
    left: 10px;
    top: 21%;
  }
  .mv .text {
    font-size: 2.6rem;
  }
  .mv .text .co-pink {
    color: #eb758b;
    font-size: 3.6rem;
  }
  .mv .ul-employ li {
    width: 20%;
    height: 25px;
    font-size: 14px;
    border: 1.5px solid #514545;
  }
  .mv .ul-employ li:last-child {
    background: rgba(255, 255, 255, 0.4);
  }
  .mv .model img {
    width: 50%;
  }
}
@media only screen and (max-width: 320px) {
  .mv .box-text {
    top: 20%;
  }
  .mv .model {
    margin-bottom: -80px;
  }
  .mv .text {
    font-size: 2rem;
  }
  .mv .text .co-pink {
    font-size: 3rem;
  }
}
@media print, (min-width: 1000px) {
  .mv {
    background: url(../img/bg-mv.jpg) no-repeat top center/cover;
  }
  .mv .inr {
    height: 680px;
  }
  .mv .box-text {
    display: inline-block;
    padding: 120px 0 0;
  }
  .mv .text {
    font-size: 4.5rem;
  }
  .mv .text .co-pink {
    font-size: 9rem;
  }
  .mv .text strong {
    font-size: 6.5rem;
  }
  .mv .ul-employ {
    margin: 15px 0 30px;
  }
  .mv .ul-employ li {
    width: 100px;
    height: 34px;
    font-size: 16px;
    border-width: 2px;
  }
  .mv .logo {
    width: 100%;
    max-width: 410px;
  }
  .mv .model {
    position: absolute;
    bottom: -5px;
    right: 0;
    max-width: 535px;
  }
  .mv .ul-outline {
    position: absolute;
    left: 0;
    bottom: 10px;
    background: rgba(255, 255, 255, 0.7);
    padding: 20px;
  }
  .mv .ul-outline ul li {
    width: 31%;
    padding-left: 60px;
    font-size: 1.7rem;
    background-size: 50px auto;
  }
}
.btn-area {
  padding: 20px 0;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  background: #514545;
}

.btn-area ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}

.btn-area ul li {
  width: 49%;
}

.btn-area ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  color: #514545;
  font-size: 1.5rem;
  font-weight: bold;
  background: linear-gradient(to bottom, #fff 0%, #ffd1d1 50%, #ffb9b9 100%);
  border: 1px solid #ffb9b9;
  border-radius: 6px;
}

.btn-area ul li a:hover {
  background: linear-gradient(to bottom, #f6dede 0%, #f9b4b4 50%, #fb9c9c 100%);
  border: 1px solid #fad0d0;
  opacity: 1;
}

@media only screen and (max-width: 820px) {
  .btn-area ul li:nth-child(n+3) {
    margin-top: 10px;
  }
}
@media print, (min-width: 1000px) {
  .btn-area {
    position: relative;
    padding: 20px 0 0;
    font-size: 2rem;
  }
  .btn-area:after {
    position: absolute;
    content: "";
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1800px;
    height: 45px;
    background: url(../img/after-btn-area.png) no-repeat top center/1800px auto;
    z-index: 1;
  }
  .btn-area ul li {
    width: 24%;
  }
  .btn-area ul li a {
    height: 60px;
    font-size: 1.8rem;
  }
}
/* ---------------
.frame03
--------------- */
.frame03 {
  padding-top: 40px;
  background: url(../img/bg-frame03-sm.jpg) no-repeat top center/cover;
}

.frame03 h2, .frame04 h2 {
  font-size: 2rem;
  text-align: center;
}

.frame03 h2 .dot-text, .frame04 h2 .dot-text {
  color: #f57b91;
  font-size: 2.4rem;
  padding-top: 0.4em;
  background-image: radial-gradient(0.1em 0.1em at center center, #f57b91, #f57b91 100%, transparent);
  background-repeat: repeat-x;
  background-size: 1em 0.2em;
}

@media only screen and (max-width: 820px) {
  .frame03 {
    min-height: 400px;
  }
  .frame03 .inr {
    padding: 0;
  }
}
@media print, (min-width: 1000px) {
  .frame03 {
    min-heigeht: 400px;
    padding: 80px 0 0;
    background: url(../img/bg-frame03.jpg) no-repeat top center/cover;
  }
  .frame03 figure {
    width: 75%;
    margin: auto;
  }
  .frame03 h2 {
    margin-bottom: 20px;
  }
  .frame03 h2, .frame04 h2 {
    font-size: 4rem;
  }
  .frame03 h2 .dot-text, .frame04 h2 .dot-text {
    font-size: 4.4rem;
  }
}
/* ---------------
.frame04
--------------- */
.frame04 {
  padding: 40px 0;
}

.frame04 h2 {
  line-height: 1.8;
}

.frame04 h2 .dot-text {
  color: #68c1d9;
  background-image: radial-gradient(0.1em 0.1em at center center, #68c1d9, #68c1d9 100%, transparent);
  background-repeat: repeat-x;
}

.frame04 ul {
  margin-top: 30px;
}

.frame04 ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 36px;
  font-size: 1.5rem;
  background: url(../img/icon-check-b.png) no-repeat left center/26px auto;
}

.frame04 ul li span {
  background: linear-gradient(transparent 60%, #fdea9d 60%);
}

@media print, (min-width: 1000px) {
  .frame04 {
    padding-bottom: 80px;
  }
  .frame04 ul {
    margin-top: 30px;
  }
  .frame04 ul li {
    min-height: 50px;
    padding-left: 60px;
    font-size: 1.8rem;
    background-size: 50px auto;
  }
}
/* ---------------
.frame05
--------------- */
.frame05 {
  padding: 40px 0;
  background: #ffe3e2;
}

.frame05 figure {
  position: relative;
  width: 124px;
}

.frame05 .box-q {
  margin-top: 60px;
}

.frame05 .box-q:first-of-type {
  margin-top: 0;
}

.frame05 .box-q img, .frame05 .box-a img {
  width: 74px;
}

.frame05 .fukidashi {
  width: calc(100% - 74px);
  padding: 20px;
  border-radius: 12px;
  z-index: 1;
}

.frame05 .fukidashi p + p {
  margin-top: 1em;
}

.frame05 .fukidashi span {
  color: #f94e48;
  font-weight: bold;
}

.frame05 .box-q, .frame05 .box-a {
  display: flex;
  justify-content: space-between;
}

.frame05 .box-q figure {
  background: url(../img/img-fukidashi-left.jpg) no-repeat right top 30px/26px auto;
}

.frame05 .box-a {
  align-items: flex-end;
}

.frame05 .box-a figure {
  text-align: right;
  background: url(../img/img-fukidashi-right.jpg) no-repeat left top 30px/26px auto;
}

.frame05 .box-q .fukidashi {
  color: #fff;
  font-size: 1.4rem;
  background: #514545;
}

.frame05 .box-a {
  margin-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #fff;
}

.frame05 .box-a:last-of-type {
  padding-bottom: 0;
  border: none;
}

.frame05 .box-a .fukidashi {
  background: #fff;
}

.frame05 .box-a img {
  max-height: 134px;
}

@media print, (min-width: 1000px) {
  .frame05 {
    padding: 80px 0;
  }
  .frame05 .box-q .fukidashi {
    font-size: 2rem;
    max-height: 75px;
  }
  .frame05 .box-q img, .frame05 .box-a img {
    width: 94px;
  }
  .frame05 .fukidashi {
    width: calc(100% - 124px);
    padding: 20px;
    border-radius: 12px;
    z-index: 1;
  }
}
/* -------------------------------------------------------
フォーム
------------------------------------------------------- */
/* default reset */
input[type=radio],
input[type=checkbox],
input[type=text],
textarea, select {
  margin: 0;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type=text], textarea, select {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  font-size: 1.6rem;
  background: #fff;
  border: 1px solid #50b4cc;
  border-radius: 4px;
}

select {
  border-radius: 3px;
}

textarea {
  width: 100%;
  height: 100px;
  padding: 10px;
}

textarea:focus, input[type=text]:focus {
  border: 2px solid #007aff;
}

::placeholder {
  color: #aaa;
}

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

@media screen and (min-width: 1000px) {
  select {
    font-size: 1.6rem;
  }
  input[type=text], select {
    height: 40px;
  }
  textarea {
    height: 130px;
  }
}
label, input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  font-size: 1.4rem;
}

label::before, input + label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

label::before {
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  left: 6px;
}

label::after {
  background-color: #fa7c92;
  border-radius: 50%;
  opacity: 0;
  width: 10px;
  height: 10px;
  left: 10px;
}

input:checked + label::after {
  opacity: 1;
}

input:checked + label::before {
  border-color: #fa7c92;
}

.btn-anchor {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 360px;
  height: 50px;
  margin: 80px auto 0;
  color: #fff;
  font-size: 18px;
  background: #f24f7a;
}

.arrow-bottom {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-top: -5px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

.btn-entry-wrap {
  text-align: center;
}

.btn-entry {
  flex: 0 0 auto;
  background-color: #f34f7a;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: column wrap;
  border-radius: 10px;
  position: relative;
  box-shadow: 0px 8px 0px 0px #f6c2ce;
  white-space: nowrap;
  padding: 15px 35px;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media only screen and (max-width: 999px) {
  .btn-entry {
    font-size: 16px;
    line-height: 1.5;
    padding: 12px 20px;
    box-shadow: 0px 4px 0px 0px #f6c2ce;
  }
}

.btn-entry .u-txt1 {
  font-size: 18px;
}
@media only screen and (max-width: 999px) {
  .btn-entry .u-txt1 {
    font-size: 11px;
  }
}

.btn-entry .u-txt2 {
  font-size: 28px;
}
@media only screen and (max-width: 999px) {
  .btn-entry .u-txt2 {
    font-size: 16px;
  }
}

.icon-require {
  height: 18px;
  margin-top: 4px;
  padding: 0 6px;
  color: #fff;
  font-size: 1.2rem;
  background: #f24f7a;
  border-radius: 4px;
}

.form-note {
  margin-top: 5px;
  color: #707070;
  font-size: 1.2rem;
}

.form-note-pink {
  color: #f24f79;
  font-size: 1.2rem;
}

.warning {
  display: block;
  margin-bottom: 5px;
  color: #e5004f;
  font-size: 1.3rem;
}

#secton_form {
  background: #fff;
  margin-bottom: 40px;
}
@media only screen and (max-width: 999px) {
  #secton_form {
    margin-bottom: 20px;
  }
}

#secton_form .inr {
  width: 100%;
  margin: auto;
  background-color: #f6c2ce;
  padding: 25px 25px;
  border-radius: 10px;
}
@media only screen and (max-width: 999px) {
  #secton_form .inr {
    padding: 15px 10px;
    border-radius: 5px;
    width: 98%;
  }
}

#secton_form .form-ttl {
  font-size: 1.8rem;
  text-align: center;
}

#secton_form .text span {
  font-weight: bold;
}

#secton_form .form-inr {
  font-size: 14px;
  margin: 0px 0;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  padding: 0px 0 40px;
}
@media only screen and (max-width: 999px) {
  #secton_form .form-inr {
    font-size: 12px;
    padding: 0px 0 20px;
  }
}

#secton_form .form-inr dt {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  color: #fff;
  font-size: 1.6rem;
  background: #50b4cc;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

#secton_form .form-inr dd {
  margin-bottom: 20px;
  padding: 10px;
}
@media only screen and (max-width: 999px) {
  #secton_form .form-inr dd {
    padding: 10px 0px;
  }
}

#secton_form .form-inr ul {
  display: flex;
  flex-wrap: wrap;
}

#secton_form .form-inr ul li {
  margin-bottom: 5px;
}

#secton_form .form-inr .ul-flex-start {
  justify-content: flex-start;
}

#secton_form .form-inr .flex-start.pref {
  align-items: center;
}

#secton_form .form-inr .flex-start.birth {
  align-items: flex-end;
}

#secton_form .inr {
  max-width: 1020px;
}

#secton_form .form-ttl {
  font-size: 3.6rem;
}

#secton_form .form-inr {
  padding: 20px 20px 40px;
  background: #fff;
  border: 0px solid #5c4e4e;
  border-radius: 8px;
}
@media only screen and (max-width: 999px) {
  #secton_form .form-inr {
    padding: 10px 10px 30px;
  }
}

#secton_form .form-inr dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 999px) {
  #secton_form .form-inr dl {
    display: block;
  }
}

#secton_form .form-inr dt {
  width: 35%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 999px) {
  #secton_form .form-inr dt {
    width: 100%;
    margin: 0px;
  }
}

#secton_form .form-inr dd {
  width: 64%;
}
@media only screen and (max-width: 999px) {
  #secton_form .form-inr dd {
    width: 100%;
    margin: 0px;
  }
}

#secton_form .form-inr .ul-flex-start li {
  margin-right: 20px;
}
@media only screen and (max-width: 999px) {
  #secton_form .form-inr .ul-flex-start li {
    margin-right: 20px;
  }
}

#secton_form .form-inr .ul-flex-start li:last-child {
  margin-right: 0;
}

#secton_form .form-inr .ul-flex-between {
  display: flex;
  justify-content: space-between;
}

.form-cmn-select select {
  padding: 0 25px 0 8px;
  border: 1px solid #50b4cc;
  border-radius: 3px;
  background: #fff url("../img/ico_arrow_select_01.png") no-repeat right 10px center/10px auto;
}

.form-cmn-select.pref {
  width: 40%;
  margin: 0 50% 10px 5px;
}

.form-cmn-select.city {
  width: 70%;
  margin: 0 0 0 5px;
}

.form-cmn-select.year {
  width: 45%;
  margin: 0 5px 0 0;
}

.form-cmn-select.month, .form-cmn-select.day {
  width: 16%;
  margin: 0 5px 0 10px;
}

@media only screen and (max-width: 600px) {
  .form-cmn-select.pref {
    margin: 0 40% 10px 5px;
  }
  .form-cmn-select.year {
    width: calc(100% - 30px);
    margin: 0 5px 5px 0;
  }
  .form-cmn-select.month {
    width: calc(50% - 30px);
    margin: 0 5px 0 0px;
  }
  .form-cmn-select.day {
    width: calc(50% - 30px);
    margin: 0 5px 0 10px;
  }
}
@media only screen and (max-width: 320px) {
  .form-cmn-select.pref {
    margin: 0 30% 10px 5px;
  }
  .form-cmn-select.year {
    width: calc(100% - 30px);
    margin: 0 5px 5px 0;
  }
  .form-cmn-select.month {
    width: calc(50% - 30px);
    margin: 0 5px 0 0px;
  }
  .form-cmn-select.day {
    width: calc(50% - 30px);
    margin: 0 5px 0 10px;
  }
}
@media screen and (min-width: 1000px) {
  .form-cmn-select.pref {
    width: 30%;
    margin: 0 20px 0 5px;
  }
  .form-cmn-select.city {
    width: 36%;
    margin: 0 0 0 5px;
  }
  .form-cmn-select.year {
    width: 33%;
    margin: 0 5px 0 0;
  }
  .form-cmn-select.month, .form-cmn-select.day {
    width: 16%;
    margin: 0 5px 0 20px;
  }
}
.link_policy {
  margin: 60px 0 30px;
  color: #333;
  text-align: center;
  text-decoration: underline;
}

.link_policy a {
  color: #333;
}

.link_policy_list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  align-content: flex-start;
  flex-flow: row nowrap;
  margin-top: 40px;
  margin-bottom: 30px;
  gap: 20px;
}
@media only screen and (max-width: 999px) {
  .link_policy_list {
    margin-top: 10px;
    margin-bottom: 20px;
    gap: 10px;
  }
}

.link_policy_list a {
  text-decoration: underline;
  color: #594c4c !important;
}

.link_policy_list_item label::before {
  border-radius: 0px;
}

.link_policy_list_item label::after {
  border-radius: 0px;
}

@media only screen and (max-width: 600px) {
  #secton_form .form-inr .flex-start.pref span {
    display: none;
  }
  .form-cmn-select.pref {
    width: 46%;
    margin: 0px;
    margin-right: 2%;
  }
  .form-cmn-select.city {
    width: 52%;
    margin: 0px;
  }
}
/* -----------------------------------------------
  footer
  ----------------------------------------------- */
footer {
  padding-top: 10px;
  font-size: 1.2rem;
  background: #fff;
}

footer .inr {
  text-align: center;
}

footer .copyright {
  padding: 10px 0;
}

footer .copyright p {
  display: inline-block;
}

footer .image {
  width: 90px !important;
}

footer .copyright .text {
  position: relative;
  left: 10px;
  top: -5px;
  font-weight: normal;
}

.is-no-param-wrapper .form-cmn-select.pref + span {
  display: none;
}

.is-no-param-wrapper .form-cmn-select.city {
  display: none;
}

.is-active-param-wrapper .form-cmn-select.pref + span {
  display: inline;
}

.is-active-param-wrapper .form-cmn-select.city {
  display: block;
}

.lp-header {
  position: relative;
  z-index: 2;
  display: none;
}

.lp-header__inner {
  background-color: #daf0f5;
}

.lp-header-txt {
  font-size: 14px;
  margin: 0 auto;
  max-width: 1600px;
  padding: 4px 0px;
}
@media only screen and (max-width: 999px) {
  .lp-header-txt {
    font-size: 10px;
    padding: 2px 10px;
  }
}

.lp-header-bg {
  background-color: #5c4e4e;
}
@media only screen and (max-width: 999px) {
  .lp-header-bg {
    padding: 0px 10px;
  }
}

.lp-header-bg-main {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-flow: row nowrap;
  margin: 0 auto;
  max-width: 1600px;
  height: 80px;
}
@media only screen and (max-width: 999px) {
  .lp-header-bg-main {
    height: 50px;
  }
}

.lp-header-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-flow: row nowrap;
  gap: 0 10px;
}
@media only screen and (max-width: 999px) {
  .lp-header-logo {
    gap: 0 5px;
  }
}

.lp-header-logo-img {
  flex: 0 0 80px;
  max-width: 80px;
  margin-bottom: -20px;
}
@media only screen and (max-width: 999px) {
  .lp-header-logo-img {
    flex: 0 0 45px;
    max-width: 45px;
    margin-bottom: -10px;
  }
}

.lp-header-logo-r {
  padding-top: 5px;
}
@media only screen and (max-width: 999px) {
  .lp-header-logo-r {
    padding-top: 3px;
  }
}

.lp-header-logo-r-img {
  width: 240px;
}
@media only screen and (max-width: 999px) {
  .lp-header-logo-r-img {
    width: 110px;
  }
}

.lp-header-logo-r-txt {
  text-align: right;
  font-size: 14px;
  color: #f24c79;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1;
  margin-top: 2px;
}
@media only screen and (max-width: 999px) {
  .lp-header-logo-r-txt {
    font-size: 9px;
    margin-top: 0px;
  }
}

.lp-header__cta {
  margin-left: auto;
  background-color: #f24f7a;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row nowrap;
  padding: 0px 40px;
  border-radius: 10px;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #fff;
  font-weight: 500;
  box-shadow: 0px 2px 0px 0px rgb(255, 255, 255);
}
@media only screen and (max-width: 999px) {
  .lp-header__cta {
    height: 34px;
    font-size: 11px;
    white-space: nowrap;
    padding: 0px 10px;
    border-radius: 5px;
  }
}

.lp-header__cta .u-icon {
  margin: 0px 4px;
}
@media only screen and (max-width: 999px) {
  .lp-header__cta .u-icon {
    width: 14px;
  }
}

@media only screen and (max-width: 999px) {
  .lp-hero {
    padding: 0px 0px 0;
  }
}

.lp-hero img {
  width: 100%;
}

.lp-offer-intro {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 999px) {
  .lp-offer-intro {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

.lp-offer-intro-tit {
  margin-bottom: 4px;
}

.lp-offer-intro__ttl {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.5;
  font-feature-settings: "palt";
  background: linear-gradient(transparent 70%, #ffffbf 30%);
  display: inline;
}
@media only screen and (max-width: 999px) {
  .lp-offer-intro__ttl {
    font-size: 21px;
  }
}

.lp-offer-intro__ttl .u-c1 {
  color: #eb549a;
}

.lp-offer-intro__ttl .u-c2 {
  color: #19a3cc;
}

.lp-offer-intro__desc {
  font-size: 22px;
  color: #594c4c;
}
@media only screen and (max-width: 999px) {
  .lp-offer-intro__desc {
    font-size: 11px;
  }
}

.lp-offer-examples {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media only screen and (max-width: 999px) {
  .lp-offer-examples {
    margin-bottom: 40px;
  }
}

.lp-offer-examples__ttl {
  text-align: center;
}

.lp-offer-examples__ttl-label {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  background-color: #ed569c;
  display: inline-flex;
  align-items: baseline;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
  padding: 0px 20px;
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (max-width: 999px) {
  .lp-offer-examples__ttl-label {
    font-size: 18px;
    padding: 5px 10px;
    margin-bottom: 10px;
  }
}

.lp-offer-examples__ttl-label .u-t1 {
  font-size: 42px;
  color: #ffffbf;
}
@media only screen and (max-width: 999px) {
  .lp-offer-examples__ttl-label .u-t1 {
    font-size: 21px;
  }
}

.lp-offer-examples__ttl-label::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 150px;
  bottom: -20px;
  width: 20px;
  height: 20px;
  background-color: #ed569c;
  background: linear-gradient(to right bottom, #ed569c 0%, #ed569c 49.5%, transparent 50%, transparent);
}
@media only screen and (max-width: 999px) {
  .lp-offer-examples__ttl-label::after {
    left: 70px;
    bottom: -10px;
    width: 10px;
    height: 10px;
  }
}

.lp-offer-examples__ttl-txt {
  font-size: 42px;
  color: #19a3ce;
  font-weight: 700;
  margin-bottom: 50px;
}
@media only screen and (max-width: 999px) {
  .lp-offer-examples__ttl-txt {
    font-size: 21px;
    margin-bottom: 25px;
  }
}

.lp-offer-examples__list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
  gap: 0 40px;
}
@media only screen and (max-width: 999px) {
  .lp-offer-examples__list {
    display: block;
    padding: 0px 10px;
  }
}

.lp-offer-examples__item {
  flex: 0 0 calc(33.3% - 27px);
  max-width: calc(33.3% - 27px);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
  background-color: #ffffff;
}
@media only screen and (max-width: 999px) {
  .lp-offer-examples__item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 999px) {
  .lp-offer-examples__item:nth-last-child(1) {
    margin-bottom: 0px;
  }
}

.lp-offer-examples__item-cnt {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border: 1px solid #f6c2ce;
  overflow: hidden;
  padding: 0px;
  margin: 18px 18px 18px;
}
@media only screen and (max-width: 999px) {
  .lp-offer-examples__item-cnt {
    margin: 10px 20px;
  }
}

@media only screen and (max-width: 999px) {
  .lp-offer-examples__item-img {
    padding: 10px 10px 0;
    overflow: hidden;
  }
}
.lp-offer-examples__item-img img {
  width: 100%;
}
@media only screen and (max-width: 999px) {
  .lp-offer-examples__item-img img {
    border-radius: 8px;
  }
}

.lp-offer-examples__item-ttl {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  background-color: #ed569c;
  color: #fff;
  padding: 9px 30px;
}
@media only screen and (max-width: 999px) {
  .lp-offer-examples__item-ttl {
    font-size: 13px;
    padding: 6px 10px;
    text-align: center;
  }
}

.lp-offer-examples__item-ttl .u-sml {
  font-size: 18px;
}
@media only screen and (max-width: 999px) {
  .lp-offer-examples__item-ttl .u-sml {
    font-size: 11px;
  }
}

.lp-offer-examples__item-desc {
  font-size: 17px;
  padding: 18px 12px;
}
@media only screen and (max-width: 999px) {
  .lp-offer-examples__item-desc {
    font-size: 12px;
    padding: 10px;
  }
}

.lp-offer-examples__item-cnt-list {
  padding: 5px 5px 5px;
  border-top: 1px solid #f6c2ce;
  margin: 0px 5px;
  position: relative;
}
@media only screen and (max-width: 999px) {
  .lp-offer-examples__item-cnt-list {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    align-content: flex-start;
    flex-flow: row wrap;
    gap: 0 20px;
  }
}
@media only screen and (max-width: 999px) {
  .lp-offer-examples__item-cnt-list::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 90%;
    background-color: #f6c2ce;
    transform: translate3d(0, -50%, 0) rotate(0deg);
  }
}

.lp-offer-examples__item-cnt-list-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-flow: row nowrap;
  gap: 0 10px;
  padding: 10px 0px;
  border-bottom: 1px dashed #f6c2ce;
  background-color: #ffffff;
}
@media only screen and (max-width: 999px) {
  .lp-offer-examples__item-cnt-list-item {
    align-items: stretch;
    justify-content: flex-start;
    align-content: flex-start;
    display: block;
    padding: 5px 0px;
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}

.lp-offer-examples__item-cnt-list-item:nth-last-child(1) {
  border-bottom: none;
}

@media only screen and (max-width: 999px) {
  .lp-offer-examples__item-cnt-list-item:nth-of-type(2n+1):nth-last-child(2) {
    border-bottom: none;
  }
}

.lp-offer-examples__item-cnt-list-item-label {
  flex: 0 0 100px;
  max-width: 100px;
  background-color: #f6c2ce;
  font-size: 16px;
  color: #f24e79;
  padding: 3px 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row wrap;
  border-radius: 30px;
}
@media only screen and (max-width: 999px) {
  .lp-offer-examples__item-cnt-list-item-label {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 12px;
    text-align: center;
    padding: 2px 2px;
    margin-bottom: 2px;
  }
}

.lp-offer-examples__item-cnt-list-item-label-val {
  flex: 1;
  font-size: 16px;
}
@media only screen and (max-width: 999px) {
  .lp-offer-examples__item-cnt-list-item-label-val {
    font-size: 12px;
    text-align: center;
  }
}

.lp-register-cta {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 80px;
  background: #fff url("../img/bg_box.png") repeat center center/contain;
  border: 2px solid #f4b5c4;
  border-radius: 10px;
  overflow: hidden;
  padding: 40px 40px;
  text-align: center;
}
@media only screen and (max-width: 999px) {
  .lp-register-cta {
    width: 94%;
    padding: 30px 10px;
    margin-bottom: 40px;
  }
}

.lp-register-cta__ttl {
  font-size: 42px;
  color: #50b4cc;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media only screen and (max-width: 999px) {
  .lp-register-cta__ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.c-regist-btn {
  background-color: #f34f7a;
  color: #fff;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row wrap;
  height: 120px;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 20px;
  position: relative;
  box-shadow: 0px 8px 0px 0px #f6c2ce;
}
@media only screen and (max-width: 999px) {
  .c-regist-btn {
    font-size: 16px;
    height: 60px;
    border-radius: 10px;
    box-shadow: 0px 4px 0px 0px #f6c2ce;
    padding: 0px 45px;
    max-width: 320px;
  }
}

.lp-cta-bottom {
  padding: 0px 10px;
}

.c-regist-btn::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 90px;
  width: 2px;
  height: 50%;
  background-color: #fff;
  transform: translate3d(0, -50%, 0) rotate(0deg);
}
@media only screen and (max-width: 999px) {
  .c-regist-btn::before {
    width: 1px;
    right: 40px;
  }
}

.c-regist-btn::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 40px;
  width: 20px;
  height: 20px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translate3d(0, -50%, 0) rotate(45deg);
}
@media only screen and (max-width: 999px) {
  .c-regist-btn::after {
    border-width: 2px;
    width: 12px;
    height: 12px;
    right: 18px;
  }
}

.lp-flow {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media only screen and (max-width: 999px) {
  .lp-flow {
    margin-bottom: 40px;
  }
}

.lp-flow__ttl {
  text-align: center;
  font-size: 42px;
  color: #f24f7a;
  font-weight: 700;
}
@media only screen and (max-width: 999px) {
  .lp-flow__ttl {
    font-size: 21px;
  }
}

.lp-flow__ttl-sub {
  text-align: center;
  font-size: 22px;
  color: #f6c2ce;
  font-weight: 700;
  margin-bottom: 40px;
}
@media only screen and (max-width: 999px) {
  .lp-flow__ttl-sub {
    font-size: 11px;
    margin-bottom: 20px;
  }
}

.lp-flow__img {
  max-width: 1000px;
  margin: 0 auto;
  margin: 0 auto;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 999px) {
  .lp-flow__img {
    max-width: 260px;
  }
}

.bg_wrap {
  position: relative;
  z-index: 1;
  padding: 0px 0 80px;
}

.bg_wrap::after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 400px;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../img/bg_sec.png") repeat center center/cover;
}

.lp-footer {
  margin-top: 40px;
  position: relative;
}
@media only screen and (max-width: 999px) {
  .lp-footer {
    margin: 0px;
    z-index: 2;
    padding: 0px;
  }
}

.footer-bar {
  background-color: #5c4e4e;
  text-align: center;
  padding: 1px 0px;
  height: 80px;
}
@media only screen and (max-width: 999px) {
  .footer-bar {
    height: 50px;
  }
}

.lp-footer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-flow: row nowrap;
  gap: 0 10px;
}
@media only screen and (max-width: 999px) {
  .lp-footer-logo {
    gap: 0 5px;
  }
}

.lp-footer-logo-img {
  flex: 0 0 100px;
  max-width: 100px;
  margin-top: -20px;
  margin-bottom: -20px;
}
@media only screen and (max-width: 999px) {
  .lp-footer-logo-img {
    flex: 0 0 60px;
    max-width: 60px;
    margin-top: -10px;
    margin-bottom: -10px;
  }
}

.lp-footer-logo-r {
  padding-top: 5px;
}
@media only screen and (max-width: 999px) {
  .lp-footer-logo-r {
    padding-top: 3px;
  }
}

.lp-footer-logo-r-img {
  width: 240px;
}
@media only screen and (max-width: 999px) {
  .lp-footer-logo-r-img {
    width: 140px;
  }
}

.lp-footer-logo-r-txt {
  text-align: right;
  font-size: 14px;
  color: #f24c79;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1;
  margin-top: 2px;
}
@media only screen and (max-width: 999px) {
  .lp-footer-logo-r-txt {
    font-size: 10px;
    margin-top: 0px;
  }
}

.lp-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-content: flex-start;
  flex-flow: row nowrap;
  padding: 30px 0 30px;
  color: #5b4d4d;
}
@media only screen and (max-width: 999px) {
  .lp-footer__inner {
    align-items: flex-end;
    padding: 20px 10px;
  }
}

.lp-footer__company {
  font-size: 16px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 999px) {
  .lp-footer__company {
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 2;
  }
}

.lp-footer__company-name {
  font-size: 18px;
}
@media only screen and (max-width: 999px) {
  .lp-footer__company-name {
    font-size: 12px;
  }
}

.lp-footer__company-addr {
  font-size: 16px;
}
@media only screen and (max-width: 999px) {
  .lp-footer__company-addr {
    font-size: 12px;
  }
}

.lp-footer__copyright {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
  gap: 20px;
  font-size: 14px;
}
@media only screen and (max-width: 999px) {
  .lp-footer__copyright {
    font-size: 10px;
    gap: 10px;
  }
}

.lp-footer__copyright img {
  width: 185px;
}
@media only screen and (max-width: 999px) {
  .lp-footer__copyright img {
    width: 90px;
  }
}

.p-mark img {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  width: 75px;
}
@media only screen and (max-width: 999px) {
  .p-mark img {
    margin-bottom: 5px;
  }
}

.p-mark-txt {
  white-space: nowrap;
  font-size: 18px;
}
@media only screen and (max-width: 999px) {
  .p-mark-txt {
    font-size: 12px;
  }
}

@media only screen and (max-width: 999px) {
  .p-mark-txt-1 {
    margin-bottom: 4px;
  }
}
