@charset "utf-8";
/* CSS Document */
/*-----共通設定-----*/
html{
	font-size: 62.5%;
    /*notosanで代用*/
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}
p{
    font-size: 1.6rem;
    color:#1a1a1a;
}
img{
    max-width: 100%;
}
h1,h2{
    font-weight: 700;
}
.btn {
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* スマホで見たときは"sp"のclassがついた画像が表示される */
.pc {
    display: none !important; 
}
.br-pc{
    display: none;
}
.web-toy {
  position: relative;
  display: inline-block;
  padding: 0 45px;
    color: #1499a9;
    font-size:1.6rem;
        margin-bottom: 0.8rem;
        font-weight: 700;
}
.web-toy-white{
    color:#ffffff;
}
.web-toy:before, .web-toy:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 36px;
  height: 1.5px;
  background-color: #1499a9;
  
}
.web-toy-white:before, .web-toy-white:after {
  background-color: #ffffff;
  
}
.web-toy:before {
  left:0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.web-toy:after {
  right: 0;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.btn:hover{
    opacity: 0.9;
}
/*-----共通設定ここまで-----*/
/**/
/**/
/**/
/**/
/**/
/*-----基本的にはここから下のコードを編集します。-----*/
/*-----振り分け番号のアルファベット(FV-)を検索をして下さい(ctrl+F)-----*/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/*スクロールボタン設定*/
html{
  scroll-behavior: smooth;
}




/**/
/**/
/**/
/*first-view<!--FV-->*/
/**/
/**/
/**/
#first-view{
    position: relative;
}
#first-view .sp{
    max-width: 100%;
}
#first-view .btn-first-view {
    position: absolute;
    width: 80%;
    height: auto;
    bottom: 3%;
    left: 12%;
}

/**/
/**/
/**/
/*<!--FVここまで-->*/
/**/
/**/
/**/





/**/
/**/
/**/
/*targeting<!--TG-->*/
/**/
/**/
/**/
#targeting{
    text-align: center;
}
.targeting-tittle{
    margin-bottom: 3.0rem;
}
.targeting-wrapper{
    padding: 2.0rem 1.5rem 3.6rem 1.5rem;
}
.targeting-item{
    max-width: 300px;
    text-align: left;
    margin: 0 auto 3.0rem auto;
}

.targeting-item img{
    max-width: 100%;
}
.targeting-item h2{
    color:#f99b2b;
    font-size: 2.8rem;
    text-align: left;
    border-right: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
    display: inline-block;
    padding: 0 0.7rem 0.5rem 0.7rem;
    margin-bottom: 0.9rem;
}
.targeting-item h3{
    font-size: 2rem;
    text-align: left;
    margin-bottom: 1.3rem;
    letter-spacing: -0.07em;
}
.targeting-item h3 span{
    font-size: 1.3rem;
    
}
.targeting-item p{
    margin-bottom: 2.0rem;
}
/**/
/**/
/**/
/*targeting<!--TGここまで-->*/
/**/
/**/
/**/




/**/
/**/
/**/
/*pr<!--PR-->*/
/**/
/**/
/**/
#pr{
    background: url("../img/pr-bg.jpg")no-repeat center center / cover;
    text-align: center;
}
.pr-wrapper{
    padding: 3.0rem 2.7rem;
}
.pr-col-sp{
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}
.pr-col-sp h2{
    font-size: 2.2rem;
    color:#f99b2b;
    text-align: left;
    line-height: 1.3;
    align-self: end;
}
.pr-col-sp img{
    max-width: 40%;
}
.pr-area{
    padding: 3.6rem 3.2rem 4.8rem 3.2rem;
    background-color:#ffffff;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}
.pr-tittle{
    margin-bottom: 4.0rem;
}
.pr-item:nth-of-type(-n+2){
    margin-bottom: 1.8rem;
}

.pr-col p{
    text-align: left;
    line-height: 1.7;
}
/**/
/**/
/**/
/*pr<!--PRここまで-->*/
/**/
/**/
/**/

/**/
/**/
/**/
/*voice<!--VO-->*/
/**/
/**/
/**/
#voice{
    background: url("../img/voice-bg-sp.jpg")no-repeat center center / cover;
    text-align: center;
}
.voice-wrapper{
    padding: 3.6rem 2.7rem 3.8rem 2.7rem;
}
.voice-tittle{
    margin-bottom: 3.4rem;
}
.voice-box{
    max-width: 321px;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
    padding: 3.5rem 4.2rem;
}
.voice-box img{
    margin-bottom: 2.6rem;
}
.voice-box:nth-of-type(-n+3){
    margin-bottom: 4.3rem;
}
.voice-text{
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 1.8rem;
    text-align: left;
}
.voice-name{
    text-align: left;
}
p.voice-name {
    font-size: 1.8rem;
    font-weight: bold;
    color: #f99b2b;
    margin-bottom: 20px;
	letter-spacing: -0.03em;
}
/**/
/**/
/**/
/*voice<!--VOここまで-->*/
/**/
/**/
/**/


/**/
/**/
/**/
/*merit<!--MR備考-->*/
/**/
/**/
/**/
#merit{
    background-color: #f99b2b;
}
.merit-wrapper{
    padding: 2.2rem 2.0rem;
}
.merit-tittle{
    margin-bottom: 5.0rem;
}
.merit-col-sp{
    display: flex;
    margin-bottom: 1.4rem;
    position: relative;
}
.merit-col-sp img {
    align-self: baseline;
}
.merit-col01-sp::before{
    content: url(../img/merit01-sp.png);
    position: absolute;
    top:-20%;
    right: 0; 
}
.merit-col02-sp::before{
    content: url(../img/merit02-sp.png);
    position: absolute;
    top:-20%;
    right: 0;    
}
.merit-col03-sp::before{
    content: url(../img/merit03-sp.png);
    position: absolute;
    top:-20%;
    right: 0;   
}
.merit-col-sp h2{
    font-size: 2.2rem;
    color:#ffffff;
    margin-left: 1.0rem;
    text-align: left;
}
.merit-col-sp img{
    max-width: 50%;    
}
.merit-col{
    margin: 0 2.0rem;
}
.merit-col p{
    color:#ffffff;
    line-height: 1.7;
    font-size: 1.4rem;
    text-align: left;
    letter-spacing: -0.05em;
}
.merit-item{
    margin-bottom: 4.5rem;
    text-align: center;
}
.merit-wrapper h3{
    font-size: 2.3rem;
    text-align: center;
    color:#ffffff;
    margin-bottom: 2.2rem;
    line-height: 1.4;
    font-weight: 800;
}
.merit-wrapper h3 span{
    font-size: 3.0rem;
}
span.merit-h3-02 {
    font-size: 2.4rem;
    margin: 5px;
}
/**/
/**/
/**/
/*merit<!--MR備考ここまで-->*/
/**/
/**/
/**/

/**/
/**/
/**/
/*step<!--ST-->*/
/**/
/**/
/**/
#step{
    background-color: #eaeaea;
    text-align: center;
}
.step-wrapper{
    padding: 2.7rem 1.9rem 2.9rem 1.9rem;
}
.step-tittle{
    margin-bottom: 3.2rem;
}
p.step-tittle-min {
    font-size: 10px;
    margin-top: 5px;
    font-weight: bold;
}
.step-box h2{
    font-size: 2.9rem;
    color: #f99b2b;
    margin: 2.6rem 0;
    letter-spacing: -0.05em;
    font-weight: 800;
    line-height: 1.3;
}
.step-box h2 span{
    font-size: 3.2rem;
}
/**/
/**/
/**/
/*step<!--STここまで-->*/
/**/
/**/
/**/







/**/
/**/
/**/
/*closing<!--CL-->*/
/**/
/**/
/**/
#closing{
    background: url("../img/closing-bg-sp.jpg")no-repeat center center / cover;
    text-align: center;
}
.closing-wrapper{
    padding: 2.2rem 1.8rem 0;
}
.closing-wrapper h1{
    font-size: 2.5rem;
    color: #f99b2b;
    margin-bottom: 1.7rem;
    letter-spacing: -0.04em;
    font-weight: 800;
}
.closing-btn{
    margin-bottom: 1.4rem;
}
.closing-btn p{
    font-size: 1.7rem;
    margin-bottom: 0.8rem;
    font-weight: 700;
}
.closing-box-01{
    color:#ffffff;
    margin: 0 2.6rem 0 2.6rem;
    text-align: left;
}
.closing-kanki-text{
    font-size: 1.4rem;
    margin:1rem 0 1.5rem 0;
}
.tel-text{
    font-size: 1.3rem;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    display: inline-block;
    padding: 0 1.3rem 0.8rem 1.3rem;
    margin-bottom: 0.9rem;
    font-weight: 700;
    color: #ffffff;
}
.tel{
    font-size: 4.0rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
    color: #ffffff;
}
.time{
    font-size: 1.0rem;
    color: #ffffff;
    text-align: center;
}
.closing-box-02{
    background-color: #ffffff;
    margin: 0 auto;
    padding: 1.0rem 0;
    margin-bottom: 1.0rem;
}
.logo{
    font-size: 2.0rem;
    margin-bottom: 0.8rem;
    font-weight: 800;
    width: 40%;
}
.logo span{
    font-size: 2.9rem;
}
.address{
    text-align: center;
    font-size: 1.0rem;
    font-weight: bold;
}

ul.kyoka-ban {
    line-height: 1.5;
    display: table;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
.copyright{
    color:#ffffff;
    padding: 1.6rem 0;
    
}
.copyright p{
    font-size: 1.0rem;
}
/**/
/**/
/**/
/*closing<!--CLここまで-->*/
/**/
/**/
/**/




/**/
/**/
/**/
/*エントリーフォームFM*/
/**/
/**/
/**/
body{
    margin: 0;
}
#form{
    padding-bottom: 6.5rem;
    text-align: center;
    background-color: #feebd5;
    
}
.entry-tittle {
    padding: 5rem 1.5rem 0 1.5rem;
    text-align: center;
}
form{
    margin: 0 1rem 0 1rem;
    text-align: center;
    background-color: #ffffff;
    padding: 0 0 2.0rem 0;
    
}
.form-table{
    width: 100%;
}
.entry-text{
    margin: 2rem 0 2.0rem 0;
    font-size: 1.4rem;
    text-align: center;
    font-weight: bold;
    line-height: 1.7;
    padding: 0 1.5rem;
}
.entry-text span{
    background-color: rgba(255,158,44,0.7);
    letter-spacing: -0.08rem;
}
.form-wrapper{
    /* max-width: 650px; */
    margin: 0 auto;
    text-align: center;
    padding: 3.0rem 1.0rem;
}
.form-table th{
    font-size: 1.6rem;
    color: #f99b2b;
    text-align: left;
}

.form-wrapper {
    background-color: #ffffff;
}

/* Table */
    .form-table th,
    .form-table td {
        
        display: table-cell;
        display: block;
    }
    .form-table th {
        vertical-align: middle;
    }
    .form-table td {
        width: 90%;
        text-align: left;
        margin-bottom: 2rem;
        display: flex;
        flex-direction: column;
        
    }
.input-text{
    border: 2px solid #f99b2b;
    background: #fff;
    padding: 1.5rem;
    width: 100%;
    font-size: 1.6rem;
    }
textarea{
    border: 2px solid #f99b2b;
    background: #fff;
    padding: 1.5rem;
    width: 100%;
    height: 120px;
    font-size: 1.6rem;
    } 

h2.personal-tittle {
    margin: 2rem 0 1.0rem 0;
}
.personal-tittle{
    color: #f99b2b;
    font-size: 1.8rem;
    text-align: left;
    font-weight: bold;
}
.form-table th.form-tittle {
    margin-bottom: 1rem;
}
.btn-primary {
    align-items: center;
	text-decoration: none;
	width: 70%;
	padding: 1.0rem 0rem 1.0rem 0rem;
	font-weight: bold;
	background-image: linear-gradient(80deg, #b5ea21, #4adf91);
	color: #ffffff;
	position: relative;
	transition: 0.5s;
    font-size: 3.6rem;
}

.btn-primary:hover {
	background-image: linear-gradient(80deg, #4adf91, #b5ea21);
	color: #ffffff;
}
.select-01{
    border: 2px solid #f99b2b;
    background: #fff;
    padding: 1.5rem;
    
}

/* 任意と必須 */
span.text-any {
    font-size: 1.4rem;
    color: #1a1a1a;
}
span.text-Required{
    font-size: 1.4rem;
    color: #1499a9;

}
/* scroll */
.scroll-box{
    overflow:scroll;
    height: 150px;
    width: 100%;
    margin: 0 auto;
    background-color: #feebd5;
    margin-bottom: 2.5rem;
    line-height: 1.5;
    padding: 1.5rem 0 1.5rem 0.5rem;
}

.scroll-box  p{
    text-align: left;
    font-size: 1.4rem;
}
.personal-text span{
    font-size: 1.8rem;
}

input.btn.btn-primary{
    margin: 2.0rem 0 6.5rem 0;
    text-align: center;
}
/* スクロールの幅の設定 */
.scroll-box::-webkit-scrollbar {
 width: 10px;
 height: 10px;
}
 
/* スクロールの背景の設定 */
.scroll-box::-webkit-scrollbar-track {
 border-radius: 5px;
 background: rgba(110, 108, 108, 0.2);
}
 
/* ドラックできるスクロール部の設定 */
.scroll-box::-webkit-scrollbar-thumb {
 border-radius: 5px;
 background: #f99b2b;
}

 /**/
 /*チェックボックス*/
 /**/
 .check-btn {
    position: relative;
    margin: 5px 0;
    padding-left: 28px;
    cursor: pointer;
    user-select: none;
    font-size: 1.6rem;
    margin-left: 15px;
  }
 
  .check-text {
    position: absolute;
    left: 0;
    height: 18px;
    width: 18px;
    border: solid 2px #f99b2b;
    box-sizing: border-box;
  }
  
  .check-text:after {
      content: "";
      opacity: 0;
      display: block;
      width: 14px;
      height: 10px;
      border-left-width: 2px;
      border-bottom-width: 2px;
      border-color: #f99b2b;
      transform: rotate(-45deg);
  }
  
   .check-btn input:checked + .check-text:after {
    opacity: 1;
  }
  /* チェックボックスは非表示（透明化 requiredを使用したいため） */
 .check-btn input[type=checkbox] {
   position: absolute;
   opacity: 0;
   z-index: -1; 
 }
p.form-tel-text {
    font-size: 1.2rem;
}
/**/
/**/
/**/
/*エントリーフォームFMここまで*/
/**/
/**/
/**/

/**/
/**/
/**/
/*success*/
/**/
/**/
/**/
.body_success{
    background-color: #feebd5;
}
#success{
    text-align: center;
}
.success-tittle{
    padding: 5.0rem 1.5rem 0 1.5rem;
    
}
.success-tittle img{
    width: 80%;
}
.success-warpper{
    max-width: 770px;
    margin: 0 auto;
    padding: 6.2rem 0;
}

.success-warpper h1{
    font-size: 2.8rem;
    color: #f99b2b;
    font-weight: bold;
    
}
.success-text{
    margin: 4.0rem 0 6.0rem 0;
    font-size: 1.6rem;
    text-align: center;
    color: #1a1a1a;
    font-weight: bold;
    line-height: 1.7;
    padding: 0 1.5rem;
}
.success-text span{
    background-color: rgba(255,158,44,0.7);
}


a.success-btn {
	display: flex;
    justify-content: space-evenly;
    align-items: center;
	text-align: center;
	text-decoration: none;
    font-size: 2.0rem;
	width: 220px;
	margin: auto;
	padding: 1rem 4rem 1rem 3rem;
	font-weight: bold;
	background-image: linear-gradient(80deg, #b5ea21, #4adf91);
	color: #ffffff;
	position: relative;
	transition: 0.5s;
}
a.success-btn::before {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	transform: rotate(230deg);
}
a.success-btn:hover {
	background-image: linear-gradient(80deg, #4adf91, #b5ea21);
	color: #ffffff;
}
/**/
/**/
/**/
/*successここまで*/
/**/
/**/
/**/
/**/
/*footer*/
/**/
body {
    padding-bottom: 70px; /* ヘッダーの高さ分の余白をいれ、うしろの要素が隠れないようにする */
}
footer{
	height: 70px;
	background-image: linear-gradient(80deg,#b5ea21 , #4adf91);
	position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   z-index: 99;
	 

}
footer .menu{
	display: flex;
	justify-content: center;
}

footer .nav .menu li a{
   color: #ffffff;
   font-weight:bold;
   text-decoration: none;
   font-size: 1.6rem;
	text-align: center;
	
}
.footer-tel,.footer-form{
	border-right: 1px solid #ffffff;
	padding: 20px 0;
	width: 42%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.footer-tel:before, .footer-form:before{
	content: '';/*何も入れない*/
  display: inline-block;
  width: 26px;/*画像の幅*/
  height: 26px;/*画像の高さ*/
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}
.footer-tel:before{
  background-image: url("../img/tel.png");
}
.footer-form:before{
  background-image: url("../img/from.png");
}
li.footer-tel span {
    font-size: 10px;
}
.footer-top{
	width: 16%;
	text-align: center;
    align-self: center;
}
.footer-top img{
	width: 40%;

}
/*はじめは非表示*/
.content {
  opacity: 0;
}
.content.inview {
  animation-name: fade-in;
  animation-duration: .5s;
  animation-timing-function: ease-in-out;
  animation-delay: .4s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes fade-in {
  0% {
    transform: translateY(40px);/*下から*/
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}