@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: #212121;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

* {
  font-size: 1.2rem;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

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

body {
  line-height: 1.5;
}

img {
  max-width: 100%;
}

@media screen and (min-width: 600px) {
  * {
    font-size: 1.4rem;
  }
}
@media print, (min-width: 1000px) {
  .sp-only,
  .onlySP {
    display: none !important;
  }
}
@media only screen and (max-width: 999px) {
  .pc-only,
  .onlyPC {
    display: none !important;
  }
}
/* -------------------------------------------------------
base style
------------------------------------------------------- */
.onlySP {
  display: block;
}

.onlyPC {
  display: none;
}

.txtC {
  text-align: center !important;
}

.txtR {
  text-align: right !important;
}

.flL {
  float: left;
}

.flR {
  float: right;
}

.s-fsz16 {
  font-size: 1.6rem;
}

.s-fsz18 {
  font-size: 1.8rem;
}

.lp-wrapper {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

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

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

.flex-between.name input {
  width: 49%;
}

.flex-start.work select {
  width: 36%;
}

.flex-start.work select:first-of-type {
  margin-right: 4%;
}

.select-box {
  width: 100%;
  color: #2f3541;
  font-size: 1.6rem;
  border: 1px solid #2f3541;
  border-radius: 3px;
}

.select-box {
  margin-bottom: 20px;
  padding: 0 5px;
  font-size: 1.4rem;
}

.select-box {
  background: url(../img/icon_select_arrow.gif) no-repeat top right -10px/auto 100%;
}

.select-box #pref, .select-box #city {
  border: none;
  background: none;
}

.select-box select {
  width: 100% !important;
}

/* PC */
@media print, (min-width: 768px) {
  .select-box {
    width: 68%;
    height: 50px;
  }
  .select-box:first-of-type {
    width: 30%;
  }
  .flex-start.work select {
    width: 23%;
  }
  .flex-start.work select:first-of-type {
    margin-right: 2%;
  }
  .lp-wrapper {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (min-width: 600px) {
  .p-fsz30 {
    font-size: 3rem;
  }
}
.pc-hidden {
  display: none !important;
}

.pc-hidden-inline {
  display: none !important;
}

.pc-hidden-inline-block {
  display: none !important;
}

.sp-hidden {
  display: block !important;
}

.sp-hidden-inline {
  display: inline !important;
}

.sp-hidden-inline-block {
  display: inline-block !important;
}

@media print, (min-width: 601px) {
  .pc-hidden {
    display: block !important;
  }
  .pc-hidden-inline {
    display: inline !important;
  }
  .pc-hidden-inline-block {
    display: inline-block !important;
  }
  .sp-hidden {
    display: none !important;
  }
  .sp-hidden-inline {
    display: none !important;
  }
  .sp-hidden-inline-block {
    display: none !important;
  }
}
/* -------------------------------------------------------
common
------------------------------------------------------- */
.box_base01 {
  max-width: 600px;
  margin: 0 auto;
}

.btn_auto01 {
  clear: both;
  width: 90%;
  margin: 0 auto;
}

.btn_auto02 {
  clear: both;
  width: 100%;
  margin: 0 auto;
}

.btn_inr01 {
  display: block;
  width: 100%;
  line-height: 50px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background: #f39800;
  border-radius: 4px;
}

.btn_inr01 span {
  margin-left: 5px;
  padding: 2px 3px 0 3px;
  color: #f39800;
  background: #fff;
}

.ttl {
  width: 100%;
}

@media screen and (min-width: 321px) and (max-width: 599px) {
  .btn_inr01 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 600px) {
  .onlySP {
    display: none;
  }
  .onlyPC {
    display: block;
  }
  .ttl {
    max-width: 702px;
    margin: 0 auto;
  }
  .box_base01 {
    max-width: 1080px;
  }
  .btn_auto01 {
    clear: both;
    width: 70%;
  }
  .btn_auto02 {
    clear: both;
    width: 70%;
  }
  .btn_inr01 {
    line-height: 60px;
    font-size: 2.2rem;
  }
  .btn_inr01 span {
    margin-left: 20px;
    padding: 2px 10px 0 10px;
    color: #f39800;
    background: #fff;
  }
}
/* -------------------------------------------------------
#frame01　mv・特長
------------------------------------------------------- */
#frame01 {
  position: relative;
  width: 100%;
}

.mv.SP {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 360px;
}

.kouseisho {
  width: 100%;
  padding: 5px 10px;
  color: #fff;
  text-align: center;
  background: #595959;
}

.kouseisho span {
  font-size: 1.4rem;
}

.mv.SP .btn_auto01 {
  padding-top: 98%;
}

.mv.SP .btn_auto04 {
  position: relative;
  background-color: #fcffa7;
  border: 1px solid #8a8a8a;
  padding: 8px 10px 5px 65px;
  margin-top: 96%;
  margin-left: 5%;
  width: 90%;
  min-height: 6em;
  font-size: 12px;
}

.mv.SP .btn_auto04::before {
  position: absolute;
  content: "";
  top: -8px;
  left: 8px;
  display: block;
  width: 100px;
  height: 100px;
  background: url(../img/img_finger.png) no-repeat 0 0;
  background-size: 50%;
}

.to_form_link {
  background-color: #ffdfe7;
  padding: 0 0 1px;
}

.to_form_link > p {
  position: relative;
  padding: 15px 5px;
  margin-bottom: 15px;
  background-color: #f36b8d;
  color: white;
  font-size: 18px;
  text-align: center;
  text-decoration: underline;
}

.to_form_link > p::before {
  display: block;
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 20px 0 20px;
  border-color: #f36b8d transparent transparent transparent;
}

.to_form_link > div {
  display: flex;
  justify-content: space-evenly;
  margin: 0 auto 20px;
}

.to_form_link > div > a {
  display: flex;
  flex: 1;
  flex-flow: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.47);
  margin: 0 15px;
  padding: 15px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.to_form_link > div > a > small {
  font-size: 12px;
}

.ul_tokucho {
  overflow: hidden;
  max-width: 600px;
  margin: 20px auto;
  padding: 0 20px;
}

.ul_tokucho li {
  float: left;
  width: 32%;
  margin: 0 0 2% 2%;
  background: #fff;
}

.ul_tokucho li:nth-child(4),
.ul_tokucho li:nth-child(1) {
  margin-left: 0;
}

@media screen and (min-width: 600px) {
  #frame01 {
    min-height: 0;
  }
  #frame01 img {
    width: 100%;
    min-height: 0;
  }
  #frame01 .btn_auto01 {
    display: none;
  }
  .kouseisho span {
    font-size: 1.6rem;
  }
  .ul_tokucho {
    max-width: 1080px;
    margin: 20px auto;
  }
  .ul_tokucho li {
    width: 16%;
    max-width: 170px;
    margin: 0 0 1% 0.8%;
  }
  .ul_tokucho li:nth-child(4) {
    margin-left: 0.8%;
  }
}
/* -------------------------------------------------------
#frame02　アンバサダー
------------------------------------------------------- */
#frame02 {
  background: #fff;
}

#frame02 .box_base01 {
  padding: 10px 20px;
}

#frame02 img {
  float: left;
  max-width: 42%;
}

#frame02 .name {
  font-size: 1.8rem;
  font-weight: bold;
}

#frame02 .txt {
  padding: 10px 0 0 46%;
}

#frame02 .txt p:first-child {
  margin-bottom: 5px;
}

@media screen and (min-width: 600px) {
  #frame02 {
    margin: 20px 0;
    padding: 0;
  }
  #frame02 .box_base01 {
    padding: 30px 40px 40px 40px;
    font-size: 1.6rem;
  }
  #frame02 .name {
    font-size: 3rem;
  }
  #frame02 img {
    float: left;
    max-width: 225px;
  }
  #frame02 .txt {
    padding: 10px 0 0 255px;
  }
  #frame02 .txt p:first-child {
    margin-bottom: 10px;
  }
}
/* -------------------------------------------------------
#frame03　こんな方には…
------------------------------------------------------- */
#frame03 .box_base01 {
  padding: 0 20px 25px 20px;
}

#frame03 .ttl {
  margin: 30px auto 40px;
}

#frame03 .boxR,
#frame03 .boxL {
  overflow: hidden;
  float: left;
  width: 48%;
  padding: 0;
  background: url(../img/img_ryo.png) no-repeat left top;
}

#frame03 .boxR {
  background: url(../img/img_shitsu.png) no-repeat right top;
  background-size: auto 75px;
}

#frame03 .boxR,
#frame03 .boxL {
  margin-bottom: 30px;
  background-size: auto 75px;
}

#frame03 .boxL .box_ttl {
  max-width: 75px;
  margin: 0 0 16% 35%;
}

#frame03 .boxR .box_ttl {
  max-width: 75px;
  margin: 0 0 16% 10px;
}

#frame03 .boxR {
  overflow: hidden;
  float: right;
  width: 48%;
}

#frame03:after {
  background: url(../img/img_frame03_after.png) repeat top center;
}

#frame03 .fukidashi {
  min-height: 282px;
  padding: 20px 10px;
  font-size: 1.4rem;
  font-weight: bold;
  background: #fff;
}

@media screen and (min-width: 321px) and (max-width: 599px) {
  #frame03 .fukidashi {
    min-height: 232px;
  }
  #frame03 .boxR,
  #frame03 .boxL {
    background-size: auto 35%;
  }
}
@media screen and (min-width: 600px) {
  #frame03 {
    background: none;
  }
  #frame03 .box_base01 {
    padding: 30px 20px 40px 20px;
  }
  #frame03 .ttl {
    margin: 0 auto 40px;
  }
  #frame03 .boxR,
  #frame03 .boxL {
    margin-bottom: 60px;
    background: none;
  }
  #frame03 .boxR .box_ttl,
  #frame03 .boxL .box_ttl {
    max-width: 165px;
    margin: 0 auto 38px;
  }
  #frame03 .fukidashi {
    min-height: 0px;
    padding: 0;
    background: none;
  }
}
@media screen and (min-width: 1080px) {
  #frame03 {
    overflow: hidden;
    width: 100%;
    background: url(../img/img_ryo.png) no-repeat left bottom, url(../img/img_shitsu.png) no-repeat right bottom;
    background-size: auto 180px;
  }
}
/* -------------------------------------------------------
#frame04　ヤクジョブは…
------------------------------------------------------- */
#frame04 {
  background: url(../img/img_frame03_after.png) no-repeat top center/133px auto, url(../img/bg_frame04_pattern.gif) repeat top left;
}

#frame04 .box_base01 {
  padding: 50px 20px 50px 20px;
}

#frame04 .box_plus {
  max-width: 82%;
  margin: 10px auto 0;
  padding: 15px 35px;
  background: #fff;
  border: 2px solid #212121;
}

#frame04 .box_ttl {
  max-width: 27%;
  margin: 20px auto 10px;
}

#frame04 .txt02 {
  margin-top: 10px;
  font-size: 1.6rem;
  text-align: center;
}

#frame04 .txt03 {
  margin: 10px 0 30px 0;
  font-size: 1.2rem;
  text-align: center;
}

#frame04 .ul_point {
  overflow: hidden;
  margin: 20px auto 0;
}

#frame04 .ul_point li {
  overflow: hidden;
  float: left;
  max-width: 32%;
  min-height: 75px;
  margin-left: 2%;
  border: 2px solid #212121;
  background: #fff;
}

#frame04 .ul_point li:first-child {
  margin-left: 0;
}

#frame04 .ul_point li img {
  object-fit: cover;
}

#frame04 .model {
  display: none;
}

@media screen and (min-width: 600px) {
  #frame04 {
    position: relative;
    background: url(../img/img_frame03_after.png) no-repeat top center/199px auto, url(../img/bg_frame04_pattern.gif) repeat top left;
  }
  #frame04 .box_base01 {
    padding: 100px 20px 100px 20px;
  }
  #frame04 .box_plus {
    max-width: 893px;
    margin-top: 20px;
    padding: 18px 30px;
  }
  #frame04 .box_ttl {
    max-width: 148px;
    margin: 40px auto 20px;
  }
  #frame04 .txt01 {
    max-width: 702px;
    margin: 0 auto;
  }
  #frame04 .txt02 {
    margin-top: 20px;
    font-size: 1.8rem;
  }
  #frame04 .txt03 {
    max-width: 702px;
    margin: 30px auto 60px;
  }
  #frame04 .ul_point {
    width: 640px;
    margin: 30px auto 0;
  }
  #frame04 .ul_point li {
    width: 200px;
    height: 150px;
    margin-left: 20px;
  }
}
@media screen and (min-width: 1300px) {
  #frame04 .model {
    display: block;
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 300px;
    height: auto;
  }
}
/* -------------------------------------------------------
#frame05　利用者の声
------------------------------------------------------- */
#frame05　 {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 320px) and (max-width: 599px) {
  #frame05 {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  #frame05 {
    padding: 50px 0 0 0;
  }
  #frame05 .ul_voice {
    overflow: hidden;
    margin: 40px auto 100px;
  }
  #frame05 .ul_voice li {
    float: left;
    width: 30%;
    min-height: 594px;
    margin-left: 2%;
    padding: 20px;
    background: #fff;
  }
  #frame05 .strong {
    margin-bottom: 20px;
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
  }
  #frame05 .ul_voice li img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  #frame05 .mb20 {
    margin-bottom: 20px;
  }
}
/* -------------------------------------------------------
フォーム
------------------------------------------------------- */
.client-access {
  margin-top: 30px;
  color: #5cc0de;
  text-align: center;
}

.client-access .sec-btn {
  margin-top: 10px;
}

.client-access .sec-btn a {
  display: block;
  width: 300px;
  line-height: 40px;
  margin: 0 auto;
  color: #fff;
  text-decoration: none;
  background: #5cc0de url(../img/icon_window.svg) no-repeat right 10px top 12px/18px auto;
}

@media screen and (max-width: 599px) {
  .client-access .sec-btn a {
    width: 280px;
    line-height: 45px;
    background: #5cc0de url(../img/icon_window.svg) no-repeat right 10px top 14px/18px auto;
  }
}
/* default reset */
input[type=radio],
input[type=checkbox],
input[type=text],
textarea,
select {
  margin: 0;
  padding: 0;
  background: #fff;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

/* form set */
input[type=text],
textarea,
select {
  color: #2f3541;
  border: 1px solid #999;
  border-radius: 3px;
}

input[type=text],
select {
  height: 40px;
  margin-bottom: 0px;
  padding: 0 15px;
}

select {
  background: url(../img/icon_select_arrow.gif) no-repeat top right -10px/auto 100%;
}

input[type=text] {
  width: 100%;
  color: #2f3541;
}

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

textarea:focus,
input[type=text]:focus {
  border: 1px solid #999;
  box-shadow: 0 0 5px 1px rgba(91, 192, 222, 0.5);
  transition: 0.3s;
}

placeholder {
  color: #9a9a9a;
}

/*Webkit*/
::-webkit-input-placeholder {
  color: #9a9a9a;
}

/*Firefox 19以降*/
::-moz-placeholder {
  color: #9a9a9a;
  opacity: 1;
}

/*IE10以降*/
/* http://msdn.microsoft.com/en-us/library/ie/hh772745(v=vs.85).aspx */
:-ms-input-placeholder {
  color: #9a9a9a;
}

@media screen and (min-width: 600px) {
  select {
    height: 50px;
    color: #9a9a9a;
  }
  option, optgroup {
    color: #2f3541;
  }
}
select#year_birth {
  width: 100%;
}

select#city,
select#pref {
  width: 100%;
}

input[type=text].kibou_year {
  width: 8em;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

input[type=text].kibou_month {
  width: 4em;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.ul_work,
.ul_gyoshu,
.ul_koyou,
.ul_menkyo,
.ul_menkyo {
  overflow: hidden;
  margin-bottom: 20px;
}

.ul_menkyo li {
  float: none;
  width: 100%;
  margin-bottom: 0;
}

.ul_menkyo > li {
  height: 50px;
  margin-bottom: 20px;
}

.ul_menkyo li.colors {
  background-color: #FFFAD8;
}

.ul_menkyo li.active span {
  color: #53afdf;
}

.ul_menkyo li.prospect {
  background-color: #fff;
}

.ul_menkyo ul.colors li {
  width: 100%;
  margin-bottom: 0;
}

.ul_menkyo ul.colors li ul li {
  background: #FFFAD8;
}

.ul_menkyo ul li.active li {
  float: left;
  width: 50%;
  margin-bottom: 0;
}

.ul_work li,
.ul_gyoshu li,
.ul_koyou li,
.ul_kibou {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.ul_kibou li {
  margin-bottom: 15px;
}

.btn_auto03 {
  width: 100%;
  margin: 0 auto 100px;
}

.btn_entnry {
  display: table;
  width: 100%;
  height: 60px;
  line-height: 1.1em;
  font-size: 1.4rem;
  border-radius: 60px;
  background: #fe3f6e;
}

.btn_entnry_in {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  color: #fff;
}

.ul_work {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ul_work li {
  width: 50%;
  margin-bottom: 15px;
}

/* form error */
.error {
  width: 100%;
  margin: 20px 0;
  padding: 10px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  background: #f14c75;
}

.error a {
  color: #fff;
  text-decoration: underline;
}

.error_txt {
  margin-bottom: 5px;
  color: #fe3f6e;
  font-size: 1.4rem;
  display: none;
}

.error000.active {
  background-color: #FFFAD8;
  display: block;
}

#error000 {
  background-color: #FFFAD8;
}

#privacy_box {
  padding: 0 15px 50px;
  color: #434343;
  font-size: 1.3rem;
  text-align: left;
  background: #2f3541;
}

#privacy_box .inr {
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  background: #fff;
  border: 1px solid #fff;
}

#privacy_box h2 {
  margin: 20px 0;
  color: #3dadd6;
  border-top: 1px solid #979aa0;
  border-bottom: 1px solid #979aa0;
}

#privacy_box h3,
#privacy_box h2 {
  padding: 5px 0;
  font-size: 1.5rem;
}

#privacy_box h3 {
  font-weight: bold;
}

#privacy_box p {
  margin-bottom: 1em;
}

#privacy_box a {
  color: #3dadd6;
}

#privacy_box .s-right {
  margin-top: 4em;
  text-align: right;
}

#privacy_box .s-center {
  color: #fe3f6e;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
}

#privacy_box ul {
  margin-bottom: 1em;
  list-style-type: disc;
}

#privacy_box ol {
  margin-bottom: 1em;
  list-style-type: lower-alpha;
}

#privacy_box li {
  margin-left: 1em;
}

/* PCレイアウト　*/
@media screen and (min-width: 600px) {
  /* form set */
  input[type=text],
  elect {
    margin-bottom: 0px;
    padding: 0 15px;
  }
  #city_index,
  select#city {
    width: 60%;
    margin-left: 2%;
  }
  select#pref {
    width: 37%;
  }
  .ul_gyoshu,
  .ul_koyou,
  .ul_menkyo {
    margin-bottom: 15px;
  }
  .ul_menkyo {
    display: flex;
  }
  .ul_menkyo li {
    width: 50%;
  }
  .ul_koyou li {
    float: left;
    width: 33.3%;
    margin-bottom: 15px;
  }
  .ul_gyoshu li {
    float: left;
    width: 50%;
    margin-bottom: 15px;
  }
  .ul_menkyo li.prospect {
    padding-left: 10px;
    background-color: #fff;
  }
  .btn_auto03 {
    clear: both;
    width: 70%;
    margin: 0 auto 150px;
  }
  .btn_entnry {
    height: 70px;
    font-size: 2rem;
    border-radius: 70px;
  }
  .btn_entnry .small {
    font-size: 100%;
  }
  select#day_birth {
    width: calc(100% - 4px);
  }
  /* privacy */
  #privacy_box {
    font-size: 1.4rem;
  }
  #privacy_box .inr {
    max-width: 1040px;
    margin: 0 auto;
    padding: 25px 50px;
  }
  #privacy_box h3,
  #privacy_box h2 {
    font-size: 1.4rem;
  }
  #privacy_box .s-center {
    font-size: 1.8rem;
  }
}
.link_policy {
  margin: 20px 0 30px;
  color: #fff;
  text-align: center;
  text-decoration: underline;
}

.link_policy a {
  color: #fff;
}

/* -------------------------------------------------------
#footer
------------------------------------------------------- */
#footer {
  clear: both;
  padding: 0 20px;
  background: #fff;
}

#footer .image {
  width: 120px;
}

#footer .image img {
  width: 120px;
}

#footer dl {
  overflow: hideen;
  width: 100%;
  font-size: 1.2rem;
  text-align: left;
}

#footer dt {
  float: left;
}

#footer dd {
  padding: 0 0 0 70px;
}

#footer .copyright {
  clear: both;
  padding: 30px 0 20px 0;
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (min-width: 600px) {
  #footer {
    padding: 0;
  }
  #footer dl {
    width: 50%;
    margin: 0 auto;
    font-size: 1.4rem;
  }
  #footer dd {
    padding-top: 20px;
  }
  #footer .copyright {
    font-size: 1.4rem;
  }
}
/* -----------------------------------------------
footer
----------------------------------------------- */
footer {
  padding-top: 10px;
  background: #fff;
}

footer .lp-wrapper {
  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;
}

/* -------------------------------------------------------
#pageTop
------------------------------------------------------- */
.pagetop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 15px;
}

.pagetop a {
  display: block;
  width: 80px;
  height: 80px;
  padding-top: 20px;
  border-radius: 40px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  background: rgba(0, 23, 29, 0.8);
}

.pagetop img {
  max-width: 40px;
  height: auto;
}

/* SP Layout */
@media screen and (max-width: 480px) {
  .pagetop a {
    width: 60px;
    height: 60px;
  }
  .pagetop img {
    max-width: 20px;
    height: auto;
  }
}
/* 2023.02.21 */
.mv.SP {
  min-height: 420px;
}

.mv.SP .btn_auto04 {
  margin-top: 110%;
}

@media screen and (min-width: 600px) {
  .to_form_link {
    width: 100%;
    margin: 0px auto;
  }
  .to_form_back {
    background: #fff;
    padding: 100px 0 0;
  }
  .to_form_link > div {
    width: 70%;
    margin: 0 auto;
    padding: 30px 0 50px;
  }
  .to_form_link > div > a {
    font-weight: normal;
  }
  .to_form_link > p {
    font-size: 25px;
  }
  .to_form_link > p::before {
    bottom: -40px;
    border-width: 20px 35px;
    margin-left: -40px;
  }
  .mv.SP .btn_auto04 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 600px;
    margin: 0 auto;
    margin-top: 35%;
    font-size: 16px;
  }
  .mv.SP .btn_auto04::before {
    width: 70px;
    height: 90px;
    margin-left: 20px;
    background-position: center;
    background-size: cover;
  }
}
.lp-header {
  position: relative;
  z-index: 2;
  display: none;
}

.lp-header__inner {
  background-color: #1aa3cf;
}

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

.lp-header-bg {
  background-color: #fff;
}
@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 {
    display: block;
    gap: 0 5px;
  }
}

.lp-header-logo-img {
  flex: 0 0 180px;
  max-width: 180px;
}
.lp-header-logo-img img {
  width: 100%;
}
@media only screen and (max-width: 999px) {
  .lp-header-logo-img {
    flex: 0 0 80px;
    max-width: 80px;
  }
}

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

.lp-header__cta {
  margin-left: auto;
  background-color: #f7a502;
  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 rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
@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 6px;
}
@media only screen and (max-width: 999px) {
  .lp-header__cta .u-icon {
    margin: 0px 4px;
  }
}
@media only screen and (max-width: 999px) {
  .lp-header__cta .u-icon {
    width: 14px;
  }
}

.lp-hero img {
  display: block;
}

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

.lp-offer-intro-banner {
  background-color: #ed569c;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  padding: 5px 0px;
  max-width: 750px;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media only screen and (max-width: 999px) {
  .lp-offer-intro-banner {
    font-size: 16px;
  }
}

.lp-offer-intro-tit {
  margin-bottom: 4px;
}
@media only screen and (max-width: 999px) {
  .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-reason {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 999px) {
  .lp-reason {
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 0px 10px;
  }
}

.lp-reason-tit {
  font-size: 40px;
  color: #1aa3cf;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
}
@media only screen and (max-width: 999px) {
  .lp-reason-tit {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.lp-reason-list-item {
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.06em;
  background: linear-gradient(to right, #1da7d0 0%, #37cad9 100%, #000);
  margin-bottom: 20px;
  padding: 10px 15px;
  position: relative;
  padding-left: 70px;
}
@media only screen and (max-width: 999px) {
  .lp-reason-list-item {
    font-size: 16px;
    padding: 10px 10px;
    padding-left: 70px;
    margin-bottom: 9px;
  }
}
.lp-reason-list-item:nth-last-child(1) {
  margin-bottom: 0px;
}
.lp-reason-list-item .u-point {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 10px;
  transform: translate3d(0, -50%, 0) rotate(0deg);
  background-color: #ffffff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding-top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row wrap;
  color: #19a3ce;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
}
.lp-reason-list-item .u-point-label {
  flex: 0 0 100%;
  max-width: 100%;
  font-size: 12px;
}
.lp-reason-list-item .u-point-num {
  flex: 0 0 100%;
  max-width: 100%;
  font-size: 18px;
}

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

.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: 16px;
    margin-bottom: 15px;
  }
}

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

.lp-offer-examples__item {
  flex: 0 0 calc(25% - 12px);
  max-width: calc(25% - 12px);
  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: 15px;
  }
}
@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 #eaf3f7;
  overflow: hidden;
  padding: 0px;
  margin: 12px 18px 18px;
}
@media only screen and (max-width: 999px) {
  .lp-offer-examples__item-cnt {
    margin: 20px 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: 18px;
  color: #333333;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  background-color: #eaf3f7;
  padding: 9px 30px;
  text-align: center;
}
@media only screen and (max-width: 999px) {
  .lp-offer-examples__item-ttl {
    font-size: 12px;
    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: 18px;
  font-weight: 700;
  padding: 18px 12px;
  color: #19a3ce;
  text-align: center;
}
@media only screen and (max-width: 999px) {
  .lp-offer-examples__item-desc {
    font-size: 12px;
    padding: 10px;
  }
}

.lp-offer-examples__item-cnt-store {
  padding: 10px 10px;
  border-top: 1px solid #eaf3f7;
  margin: 0px 5px;
  position: relative;
  font-size: 18px;
  text-align: center;
}
@media only screen and (max-width: 999px) {
  .lp-offer-examples__item-cnt-store {
    font-size: 12px;
  }
}

.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-offer-examples__desc {
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 999px) {
  .lp-offer-examples__desc {
    padding: 0px 5px;
    font-size: 11px;
  }
}

.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 #19a3ce;
  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: #19a3ce;
  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: 16px;
    margin-bottom: 20px;
  }
}

.c-regist-btn {
  background-color: #f7a502;
  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 #ffd24d;
}
@media only screen and (max-width: 999px) {
  .c-regist-btn {
    font-size: 16px;
    height: 60px;
    border-radius: 10px;
    box-shadow: 0px 4px 0px 0px #ffd24d;
    padding: 0px 45px;
    max-width: 320px;
  }
}
.c-regist-btn.--blue {
  background-color: #19a3ce;
  box-shadow: 0px 8px 0px 0px #57e4d2;
}
@media only screen and (max-width: 999px) {
  .c-regist-btn.--blue {
    box-shadow: 0px 4px 0px 0px #57e4d2;
  }
}

.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-point {
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media only screen and (max-width: 999px) {
  .lp-point {
    margin-bottom: 30px;
  }
}

.lp-point-head {
  position: relative;
  padding: 60px 0px;
  position: relative;
  z-index: 2;
  min-height: 420px;
}
@media only screen and (max-width: 999px) {
  .lp-point-head {
    padding: 20px 20px 80px;
    min-height: 0;
  }
}
.lp-point-head::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  bottom: 0;
  right: 0;
  width: calc(50vw + 50%);
  background-color: #1aa3cf;
}
@media only screen and (max-width: 999px) {
  .lp-point-head::before {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.lp-point-head-txt {
  font-size: 18px;
  color: #fff;
  line-height: 2;
}
@media only screen and (max-width: 999px) {
  .lp-point-head-txt {
    font-size: 12px;
  }
}

.lp-point-img {
  position: absolute;
  z-index: 3;
  width: 560px;
  padding: 40px 40px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1000px) {
  .lp-point-img {
    right: -80px;
    top: 50px;
  }
}
@media only screen and (max-width: 999px) {
  .lp-point-img {
    position: relative;
    width: 300px;
    padding: 20px 20px;
    margin: 0 auto;
    margin-top: -70px;
    background: rgba(255, 255, 255, 0.75);
  }
}

.lp-point-bottom {
  position: relative;
  z-index: 1;
  background-color: #eaf3f7;
  margin-top: -300px;
}
@media only screen and (max-width: 999px) {
  .lp-point-bottom {
    margin: 0px;
    margin-top: -80px;
    padding: 0px 10px;
    padding-top: 100px;
    padding-bottom: 25px;
  }
}
.lp-point-bottom::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc(50vw + 50%);
  background-color: #eaf3f7;
}

.lp-point-bottom-list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
  gap: 20px 20px;
  padding: 340px 0px 60px;
  padding-left: 70px;
  width: 680px;
}
@media only screen and (max-width: 999px) {
  .lp-point-bottom-list {
    gap: 8px 8px;
    padding: 0px;
    width: auto;
  }
}

.lp-point-bottom-list-item {
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
  font-size: 24px;
  color: #19a3ce;
  font-weight: 700;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 10px 10px;
  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-point-bottom-list-item {
    font-size: 12px;
    padding: 6px 6px;
    gap: 0 5px;
  }
}

.checkmark-circle {
  width: 32px;
  height: 32px;
  background: #2ed8d8; /* 水色 */
  border-radius: 50%;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 999px) {
  .checkmark-circle {
    width: 20px;
    height: 20px;
  }
}

.checkmark-circle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 16px;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  border-radius: 2px;
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
@media only screen and (max-width: 999px) {
  .checkmark-circle::after {
    width: 5px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
}

.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: #19a3ce;
  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: #adcede;
  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;
  }
}

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

.footer-bar {
  background-color: #1aa3cf;
  text-align: center;
  height: 30px;
}
@media only screen and (max-width: 999px) {
  .footer-bar {
    height: 20px;
  }
}

.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 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: flex-start;
    flex-flow: column nowrap;
    gap: 30px 0px;
    padding: 20px 10px;
  }
}

@media only screen and (max-width: 999px) {
  .lp-footer__l {
    order: 2;
  }
}

.lp-footer__company {
  font-size: 16px;
}
@media only screen and (max-width: 999px) {
  .lp-footer__company {
    font-size: 12px;
    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;
  margin-bottom: 30px;
}
@media only screen and (max-width: 999px) {
  .lp-footer__copyright {
    font-size: 10px;
    gap: 10px;
    margin-bottom: 15px;
  }
}

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

.p-mark img {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  width: 75px;
}
@media only screen and (max-width: 999px) {
  .p-mark img {
    width: 55px;
    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;
  }
}

@media only screen and (max-width: 999px) {
  input[type=checkbox] + label,
  input[type=radio] + label {
    margin-right: 1px;
  }
}

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

.entry-back .form-nav .btn-complete,
.entry-back .form-nav .btn-entry {
  flex: 0 0 auto;
  background: #f7a502;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row wrap;
  border-radius: 10px;
  position: relative;
  padding: 15px 35px;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  line-height: 1.5;
  height: 90px;
}
@media only screen and (max-width: 999px) {
  .entry-back .form-nav .btn-complete,
  .entry-back .form-nav .btn-entry {
    font-size: 16px;
    line-height: 1.5;
    padding: 12px 20px;
    height: 65px;
  }
}
.entry-back .form-nav .btn-complete::before, .entry-back .form-nav .btn-complete::after,
.entry-back .form-nav .btn-entry::before,
.entry-back .form-nav .btn-entry::after {
  content: none;
}
.entry-back .form-nav .btn-complete .u-txt1,
.entry-back .form-nav .btn-entry .u-txt1 {
  flex: 0 0 100%;
  max-width: 100%;
  font-size: 18px;
  display: block;
}
@media only screen and (max-width: 999px) {
  .entry-back .form-nav .btn-complete .u-txt1,
  .entry-back .form-nav .btn-entry .u-txt1 {
    font-size: 11px;
  }
}
.entry-back .form-nav .btn-complete .u-txt2,
.entry-back .form-nav .btn-entry .u-txt2 {
  flex: 0 0 100%;
  max-width: 100%;
  font-size: 28px;
  display: block;
}
@media only screen and (max-width: 999px) {
  .entry-back .form-nav .btn-complete .u-txt2,
  .entry-back .form-nav .btn-entry .u-txt2 {
    font-size: 16px;
  }
}

.link_policy_list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  align-content: flex-start;
  flex-flow: row nowrap;
  margin-top: 20px;
  margin-bottom: 20px;
  gap: 20px;
}
@media only screen and (max-width: 999px) {
  .link_policy_list {
    margin-top: 15px;
    margin-bottom: 15px;
    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;
}

.entry-back .check-list.permForm li.first input[type=radio] + label::before,
.entry-back .check-list.permForm li.prospect input[type=radio] + label::before {
  top: 50% !important;
  transform: translate3d(0, -50%, 0) rotate(0deg) !important;
}

.check-list input[type=radio] + label::before,
.check-list input[type=radio]:checked + label::after {
  top: 50% !important;
  transform: translate3d(0, -50%, 0) rotate(0deg) !important;
}

label.btn {
  padding-top: 12px;
  padding-bottom: 12px;
}

.entry-back .check-list.d-md-flex .btn {
  padding-top: 12px;
  padding-bottom: 12px;
}

.entry-back .form-nav .group-btn {
  margin: 0px auto;
}
