@charset "utf-8";



body {
  font-size:1.5rem;
  line-height: 1.75;
  font-family:'ヒラギノ角ゴシック','Hiragino Sans',游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
  background:#F5F5F5;
  /* background-attachment:fixed; */
}

:root {
  --color-pink-01:#FC93CC;
  --color-purple-01:#5427aa;
  --color-gray-01:#f9f9f9;
  /* --color-blue-01:#00A7E8;
  --color-blue-02:#eefaff; */
  --f-en:"Roboto", sans-serif;
  --section-padding-TB:64px 0;
  --base-padding-LR:0 5%;
}


a {
  text-decoration: none;
  color:#1E1E1E;
}

a:hover {
  text-decoration: none;

}

img {
	vertical-align:bottom;
	display: block;
}

.wrapper {

}

.hover-img {
  opacity:1;
  transition:.5s;
}

.hover-img:hover {
  opacity:.5;
}

main {
	width:390px;
	box-shadow: 0px 0px 15px -3px #b0b0b0;
	position:relative;
	background:#fff;
	margin:auto;
  position:relative;
}

.pagelogo {
  position:fixed;
  top:24px;
  left:24px;
  width:200px;
}

@keyframes scaling {
    0% {
        transform:scale(0.93);
    }
    50% {
        transform:scale(1);
    }
    100% {
        transform:scale(0.93);
    }
}

.btnAnime {
    animation:scaling 2s infinite;
}

.offer p {
    text-align:center;
    font-size:1.1rem;
    line-height:1.55;
    padding-top:5px;
}

.mb-01 {
  margin:8px 0 16px;
}


/*
btn animation *****************/
@keyframes shiny {
    0% { left: -20%; }
    10% { left: 120%; }
    100% { left: 120%; }
}

.shiny-btn {
    position: relative;
    display: block;
    width: 100%;

    overflow: hidden;
}

.shiny-btn::after {
    content: '';
    position: absolute;
    top: -10%;
    left: -20%;
    width: 60px;
    height: 100%;
    transform: scale(2) rotate(20deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
    
    /* アニメーション */
    animation-name: shiny;
    animation-duration:4s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}


@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-9px);
    }
}


.shrink-fade {
    animation: shrinkFade 0.8s cubic-bezier(.5,-3,.29,2.17) forwards !important;
}

@keyframes shrinkFade {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(0.6);
    }
}


.offer-box {
    position:relative;
}

.offer-box-btn {
    width:100%;
    position:absolute;
    bottom:8%;
    left:0;
    overflow:hidden;
    border-radius:100px;
}



/*
.fix-btn01 {
	width:390px;
	position:fixed;
	bottom:0;
	z-index:2;
	display:none;
	padding:0 1.5%;
}
*/


.sideNav {
	position:fixed;
	top:40px;
	left:24px;
}


.sideNav__logo {
  width:140px;
	margin-bottom:24px;
}

.sideNav__qr {
	width:114px;
}

.sideNav__list {
	margin-bottom:32px;
}

.sideNav__list li {
	margin-bottom:20px;
}

.sideNav a {
	transition:.5s;
	display:inline-block;
	padding:2px 10px;
	font-weight:500;
	letter-spacing:1px;
	font-size:1.5rem;
  line-height:1.5;
  border-radius:3px;
}

.sideNav a:hover {
	opacity:.4;
}

.sideNav__active {
	color:#ff0;
}

.want {
  background:url(../imgs/bg-want.png) no-repeat 0 0 / cover;
  padding-bottom:28px;
}



.padding__lr-4 {
  padding:0 4%;
}


.hurry {
  padding-bottom:28px;
}

.faq {
  background:#f8f8f8;
  padding-bottom:28px;
}

.privacy {
  padding-bottom:28px;
}



.slick-prev, 
.slick-next {
    position: absolute;
    top: 52%;
    cursor: pointer;
    outline: none;
    border-top: 3px solid #f882b4;
    border-right: 3px solid #f882b4;
    height: 14px;
    width: 14px;
}
 
.slick-prev {
    left: 13%;
    transform: rotate(-135deg);
    z-index: 2;
}
 
.slick-next {
    right: 13%;
    transform: rotate(45deg);
    z-index: 2;
}
 
.slick-dots {
    text-align:center;
    margin:10px 0 0 0;
}
 
.slick-dots li {
    display:inline-block;
    margin:0 5px;
}
 
.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;
    height:8px;
    display:block;
    border-radius:50%;
    background:#ccc;
}
 
.slick-dots .slick-active button{
    background:#f882b4;
}


.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}



/*
.triangle {
  height: calc(60px / 2);
  width: 60px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background:#f00;
  transform:rotate(180deg) translateX(50%);
  position:absolute;
  left:50%;
  z-index:2;
}
*/

#faq:before {
  height: calc(60px / 2);
  width: 60px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
background:#fff;
  transform:rotate(180deg) translateX(50%);
  position:absolute;
  left:50%;
  z-index:2;
  top:-1px;
  display:block;
  content:'';
}

#faq {
  position:relative;
  background:#F6F6F6;
  padding-bottom:30px;
}









.hover {
	opacity:1;
	transition:.5s;
}

.hover:hover {
	opacity:0.9;
}

.ac {
margin-bottom:20px;
}

.ac dt {
cursor: pointer;
}

.ac dt img {
width: 100% !important;
height: auto;
}

.ac .wrap_btn .btn {
width: auto;
top: 0;
left: 0;
bottom:20%
}

.ac dd,
.ac .wrap_btn .btn.cls {
display: none;
}

.ac .wrap_btn.open .btn.opn {
display: none !important;
}

.ac .wrap_btn.open .btn.cls {
display: inline !important;
}

.ft {
	padding:50px 0 0;
font-size:1.1rem
	margin:40px auto 0;
	color:#000;
background:#f8d9e7;
}

.ftLogo {
	width:30%;
	display:block;
	margin:auto;
}

.ft ul {
	display:flex;
	justify-content:center;
  margin-top:24px;

}

.ft a {
	color:#000;
	text-decoration:none;
	font-size:1.1rem;

}

.copy {
	text-align:center;
	font-size:1rem;
	letter-spacing:0.5px;
	padding:10px 0;
	background:#f8d9e7;
	margin-top:30px;
}


@media screen and (max-width:840px) {
.hover-img:hover {
  opacity:1;
}

.sideNav {
	display:none;
}


.pagelogo {
  display:none;
}


.hover:hover {
	opacity:1;
}
}

@media screen and (max-width: 480px) { 
main {
  width:100%;
}

}


.lower__title {
  background:#ffaeda;
  color:#fff;
  padding:48px 0;
  margin-bottom:60px;
}
.lower__titleLogo {
  display:block;
  width:40%;
  margin:0 auto;
}

.lower__titleInner {
  text-align:center;
}

.lower__titleInner .txt-01 {
  font-size:2.2rem;
  letter-spacing:2px;
}

.lower__titleInner .txt-02 {
  font-size:1.5rem;
  letter-spacing:2px;
}


.lower__paddingLR {
  padding:0 5%;
}

dl.company__list {
  margin-bottom:40px;
}

dl.company__list dt {
  border-bottom:1px solid #ccc;
  padding-bottom:3px;
  margin-bottom:8px;
}

dl.company__list dd {
  margin-bottom:24px;
}

.mb24 {
  margin-bottom:24px;
}




/*
エントリー受付中 *************/
.entryMessage {
  width:100%;
  position:fixed;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  text-align:center;
  display: none;
  font-weight:500;
}

.entryMessage-logo {
  width: 180px;
  margin:0 auto 16px;
  animation:flash 1.5s infinite;
  text-align:center;
}


/*
@media only screen and (max-width: 896px) {
.entryMessage-logo {
  width:40%;
}
}

@media only screen and (max-width: 480px) {
.entryMessage-logo {
  width:66%;
}
}
*/
.entryMessage h2 {
  /* font-size:1.6rem;
  letter-spacing:2px;
  font-weight:600; */
}

@keyframes flash {
  0%{
    opacity:1;
  }
  50%{
    opacity:0.5;
  }
  0%{
    opacity:1;
  }
}


.thanks__LINEoffer {
    position:relative;
}

.img-thanks-finger {
    position:absolute;
    width:18%;
    top:33%;
    right:20%;
    animation:fingerani 1.5s infinite;
}

@keyframes fingerani {
    0%{
        transform:scale(1);
    }
    50%{
        transform:scale(1.13);
    }
    100%{
        transform:scale(1);
    }
}


.fixblock {
    position: fixed; /* ← スクロールに追従させるなら fixed が良い */
    z-index: 99;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none; /* 初期は非表示 */
}
.fixblock__inner {
    max-width: 390px;
    margin: auto;
    position: relative;
    overflow:hidden;
}

.btn-fix{
    width:44%;
    display:block;
    position:absolute;
    top:20%;
    right:0.6%;    
}




.contact {
  padding:40px 5%;
}



/*
form parts **********/
#footerfv {
  margin-bottom:48px;
  /* padding-top:48px; */
}


.formBlock {
  padding:0 5%;
}

table.base-01 {
  width: 100%;
}

table.base-01 th {
  width: 100%;
  padding:10px 0 8px;
  display: block;
  text-align: left;
  border-top:none;
  border-bottom: none;
  font-weight: 500;
}

table.base-01 td {
  width: 100%;
  padding:14px 0 0 0;
  border-top:1px solid #ccc;
  border-bottom:none;
  display: block;
  margin-bottom:7px;
}

/*form parts*/
.send-btn {
  width: 50%;
  display: block;
  margin:0 auto;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  /* -webkit-appearance: button; */
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: none;
}

input[type=radio] {
  display:inline-block;
}

.wpcf7-list-item {
  width:auto !important;
  padding-bottom:10px !important;
}

.wpcf7-list-item { display: block; float: left; width: 80%; }
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  font-size:1.6rem;
  padding: 18px 5px;
  width:100%;
 background:#fff;
 border:1px solid #ccc;
}

input[type="text"].nenrei-txt {
  width:200px;
  margin-right:5px;
}

input[type="text"].tel-numtxt,
input[type="email"].tel-numtxt {
  width:100%;
}


input[type="submit"].wpcf7-confirm,
input[type="submit"].wpcf7-submit,
.wpcf7-back { 
  background:#05C756;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  margin: 16px auto 0 auto;
  /* padding: 18px 0; */
  background:url(/lp/02/wp-content/themes/plus-lp/imgs/btn-01.webp) no-repeat 0 0 / contain;
  text-align: center;
  width:340px;
  height:70px;
  /* font-size:1.5rem; */
  transition:.6s;
  font-size:0;
  /* border-radius:4px;
  border-right:3px solid #02A245;
  border-bottom:3px solid #02A245; */
}

input[type="submit"].wpcf7-confirm:hover,
input[type="submit"].wpcf7-submit:hover {
  /* opacity:.5; */
}


input[type="button"].wpcf7-confirm,
input[type="button"].wpcf7-submit,
input[type="button"].wpcf7-form-control { 
  background:#555;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size:1.6rem;
  margin: 30px auto 0;
  padding: 20px 0;
  text-align: center;
  width: 80%;
}

input[type=checkbox], input[type=radio] {
    transform: scale(1.4);
    margin: 0 5px 0 0;
}

select {
  width:100%;
  /* width: 200px; */
  padding:18px 3px 18px 5px;
  /* border-radius: 0px; */
  -webkit-appearance: none;
  appearance: none;
  position:relative;
    border: 1px solid #ccc;
    position:relative;
  background-color:#fff;
  background-image: url(/lp/02/wp-content/themes/plus-lp/imgs/bg-contact-arrow-bottom.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  font-size:1.5rem;
  color:#000;
  border-radius:0;
  }

::placeholder {
  font-size: 1.2rem;
  line-height:1.5;
  color:#bbb;
}

.cf7-hissu {
  color:#fff;
  background:#EC78A0;
  /* background:#f1911a; */
  display:inline-block;
  padding:5px 6px;
  font-size:1rem;
  line-height:1;
  border-radius:2px;
  transform:translateY(-2px);
  margin-right:4px;
}

.cf7-nini {
  color:#fff;
  background:#aaa;
  display:inline-block;
  padding:5px 6px;
  font-size:1rem;
  line-height:1;
  border-radius:2px;
  transform:translateY(-2px);
  margin-left:4px;
}


.cf7-size {
  margin-bottom:8px;
}

.cf7-size label {
  font-weight:600;
  font-size:1.6rem;
}

.cf7-form {
  margin-bottom:24px;
  padding-bottom:16px;
  border-bottom:1px dotted #ccc;
}


  .wpcf7-checkbox {
    position:relative;
    display: block;
}

.wpcf7-not-valid-tip {
  display: block;
  font-size: 1.2rem !important;
  margin-top:6px;
}


.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    line-height: 1.4;
}

.f-furigana {
  font-size:1.1rem;
  letter-spacing:-1px;
  margin-left:-3px;
}

.nenrei-01 {
  width:100px;
  margin-right:8px;
}

.nenrei-02 {
  width:80px;
  margin-right:8px;
}

.kibou-school {
  width:140px;
  margin-right:8px;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 1em 0 0 !important;
}

.wpcf7 form .wpcf7-response-output {
  margin-top:0 !important;
}


.acceptance-wrap {
  text-align: center;
  font-size:0;
  padding-left:18%;
  padding-bottom:32px;
}


a.form-pp {
  text-decoration:underline;
  font-size:1.3rem !important;
}

a.form-pp:hover {
  text-decoration:none;
}

.form-pp-after {
  font-size:1.3rem !important;
}

.thanks-btn-before {
  font-size:1.1rem;
  text-align:center;
  line-height:1.5;
  margin-top:-16px
}

.type-wrap .wpcf7-list-item {
    width: 48% !important;
    text-align: center;
    border: 1px solid #ccc;
    padding-top: 13px;
    margin:0 !important;
}

.type-wrap .wpcf7-list-item.first {
  margin-right:3% !important;
}


.type-wrap .wpcf7-not-valid-tip {
  text-align:center;
  float: left;
  /* margin-bottom: 32px; */
  margin-top:4px;
}

.acceptance-wrap {
  text-align:center;
}

.acceptance-wrap .wpcf7-not-valid-tip {
  text-align:center;
  float: left;
  margin-bottom: 32px;
  margin-top:0;
}


.acceptance-wrap .doui input[type="checkbox"] {
  position: relative;

}

.acceptance-wrap .doui input[type="checkbox"]::before {
  content: "必須";
  display: inline-block;
  position: absolute;
  left: -36px;
  top: 0;
  color:#fff;
  background:#EC78A0;
  display:inline-block;
  padding:4px 6px !important;
  font-size:0.8rem !important;
  line-height:1;
  border-radius:2px;
  transform:translateY(-2px);
}



/*
送信完了ページ **********/
.thanks__hdLogo {
  display:block;
  width:66%;
  margin:0 auto 4px;
  transform:translateY(-20px);
}


.thanks__title {
  background:var(--color-blue-01) !important;
  color:#fff;
  margin-bottom:32px;
  padding:56px 0 56px !important;
} 

.thanks__title:before {
  color:#fff !important;
}

.thanks-line__txt--big {
  background:#000;
  color:#fff;

  font-size:1.7rem;
  font-weight:600;
  line-height:1;
  padding:12px 0 14px;
  margin:8px auto 24px;
  display:block;
  text-align:center;
  letter-spacing:0.5px;
}

.thanks__body {
  padding:0 4%;
}

.send-after__txt {
  font-size:1rem;
  font-weight:400;
  text-align:center;
}


@keyframes imganime {
  0%{
    transform:scale(1);
  }
  50%{
    transform:scale(1.05);
  }
  100%{
    transform:scale(1);
  }
}

.line-imganime {
  animation:imganime 3s infinite linear;

}

.f-red {
  color:#C8102E;
}

.thanks-line__txt--warning {
  text-align:center;
  margin-top:16px;
}

.thanks__contact-address {
  text-align:center;
  display:flex;
  flex-direction:column;
  gap:16px;
}

.thanks__contact-address img {
  width:24%;
  display:block;
  margin:0 auto 8px;
}

.thanks__contact-address .txt {
  font-size:1.7rem;
  font-weight:600;
}

.grecaptcha-badge { visibility: hidden; }



/*
サンクスページ **************/

.bg-39gray {
  background:#eee !important;
}

.thanksBlock {
  min-height:100vh;
  padding:32px 0 80px;
  background:#fff;
}

.thanksBlock-01 {
  text-align:center !important;
  margin-bottom:16px;
}

.thanksBlock-01 img {
  width:24%;
  margin:auto;
}

.thanksBlock__inner {
  padding:0 4%;
  font-size:1.3rem;
}

.thanksH2 {
  font-size:1.8rem;
  line-height:1.6;
  margin-bottom:12px;
  font-weight:bold;
  letter-spacing:1px;
  text-align:center;
}

.thanksBlock-back {
  margin-top:24px;
  text-align:center;
}

.thanksBlock-back img {
  margin:auto;
}


.thanksCopy {
  text-align:center;
  font-size:1rem;
  letter-spacing:0.5px;
  padding:10px 0;
  margin-top:32px;
}