@charset "utf-8";
/* CSS Document */

/*-----共通設定-----*/
body {
font-family:"Noto Sans JP",'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}
html{
	font-size: 62.5%;   
}

.pc { 
    display: none !important; 
}
.br-pc{
    display: none;
}
.tittle-img{
    width: 70%!important;
}
/*-----共通設定ここまで-----*/
/*スクロールボタン設定*/
html{
  scroll-behavior: smooth;
}

/**/
/**/
/**/
/**/
/**/
/*-----基本的にはここから下のコードを編集します。-----*/
/*-----振り分け番号のアルファベット(FV-)を検索をして下さい(ctrl+F)-----*/
/**/
/**/
/**/
/**/
/**/
/**/
/**/

/**/
/**/
/**/
/*first-view<!--FV-->*/
/**/
/**/
/**/
#first-view{
    position: relative;
}
#first-view .sp{
    width: 100%;
}
#first-view .btn{
    position: absolute;
    bottom: 1%;
    left: 58%;
}
.btn img{
    width: 100%;
}
/**/
/**/
/**/
/*<!--FVここまで-->*/
/**/
/**/
/**/




/**/
/**/
/**/
/*targeting<!--TG-->*/
/**/
/**/
/**/
#targeting{
    background: linear-gradient(to bottom, rgba(21, 143, 0, 0.2), rgba(251, 251, 253, 0.2));  
}
#targeting img{
    max-width: 100%;
}
.targeting-box{
    max-width: 710px;
    margin: 0 auto;
    padding: 0 1rem;
}
.targeting-warpper01{
}
.targeting-item img{
    margin: 2.7rem 0 2.5rem 0;
}
.targeting-item h1{
    font-size: 2.1rem;
    font-weight: bold;
    color: #007C67;
    background-color: rgba(255,244,44,0.7);
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-align: center;
}
.targeting-item h1:nth-of-type(1){
    margin-bottom: 0.8rem;
    width: 80%;
    margin: 0.8rem auto;
}
.targeting-item h1:nth-of-type(2){
    margin-bottom: 2rem;
    width: 80%;
    margin: 0.8rem auto;
}
.targeting-item p{
    line-height: 1.8;
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}
.targeting-sbtext{
    font-size:1.6rem;
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: 0.04em; 
    text-align: center;
    padding-bottom: 3rem;
   

}
.targeting-sbtext span{
    color: #007C67;
    background-color: rgba(255,244,44,0.7);  
}
.targeting-warpper02 img{
    margin-bottom: 3rem;
}





/**/
/**/
/**/
/*targeting<!--TGここまで-->*/
/**/
/**/
/**/





/**/
/**/
/**/
/*pr<!--PR-->*/
/**/
/**/
/**/


#pr{
    background: url(../img/pr-bg-sp.png) no-repeat center center / cover;
}
#pr img{
    max-width: 100%;
}
.pr-box01{
    text-align: center;
    padding: 3rem 1rem 18rem 1rem;
    background-color: #007C67;clip-path: polygon(0 0, 100% 0%, 100% 84%, 50% 90%, 0 84%);
}
.pr-item01-sp{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2rem; 
}

.pr-top-order{
    order:1;
    width: 30%;
}
.pr-center-order{
    order: 3;
    width: 80%;
    margin: 2rem 0;
}
.pr-bottom-order{
    order: 2;
    width: 30%;
}
.pr-item01 img.sp {
    margin-bottom: 1.1rem;
}
.pr-item02 img{
    width: 50%;
}
.pr-box02{
    margin-top:-6rem;
    padding: 0 1rem;
}
.pr-tittle02-img{
    margin-bottom: 4.0rem;
}
.pr-item02{
    text-align: center;
    margin-bottom: 4.3rem;
}
.pr-item02 img{
    margin-bottom: 2rem;
}
.pr-item02 p{
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    color: #007C67;
    line-height: 1.5;
}
.pr-warpper02-img{
    text-align: center;
}
/**/
/**/
/**/
/*pr<!--PRここまで-->*/
/**/
/**/
/**/





/**/
/**/
/**/
/*voice<!--VO-->*/
/**/
/**/
/**/
#voice{
    background: linear-gradient(to bottom, rgba(21, 143, 0, 0.2), rgba(251, 251, 253, 0.2));
    padding: 3.0rem 1.0rem 4.6rem 1.0rem;
}
.voice-box{
    text-align: center;
}
.voice-tittle-img{
    margin-bottom: 4.6rem;
    text-align: left;   
}

.voice-box h2{
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    color: #007C67;
    background-color: rgba(255,244,44,0.7);
    line-height: 1.5;
    margin-bottom: 1.0rem;
}

.voice-text-bottom{
    margin-bottom: 3.5rem!important;
}
.voice-warpper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;   
}
img.voice-human {
    width: 70%;
    margin-bottom: 2.5rem;
}
.voice-item-center{
    order:2;
}
.voice-order{
    order:1;
}

.voice-item{
    background-color: white;
    padding: 0 1.5rem;
    align-self: flex-end;
    height: 135px;
    display: flex;/*textを中央に揃える*/
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.voice-item-center{
    align-self: center;
}
.voice-item img{
    width: 80%;
    margin-bottom: 0.5rem;
}
.voice-item p{
    font-size: 1rem;
    text-align: left;
    line-height: 1.2;
}
/**/
/**/
/**/
/*voice<!--VOここまで-->*/
/**/
/**/
/**/






/**/
/**/
/**/
/*step<!--ST-->*/
/**/
/**/
/**/
#step{
     background-color: #007C67;
}
#step img{
    max-width: 80%;
}
.step-tittle-img img {
    margin: 0 auto;
    display: block;
    margin-bottom: 3.5rem;
}
.step-box{
    padding: 2.8rem 1.0rem 2.8rem 1.0rem;
    
}
.step-warpper {
    max-width: 200px;
    margin: 0 auto;
}
.step-item{
    text-align: center;
}
img.step-point {
    transform: rotate( 90deg );
    display: block;
    margin: 0 auto;
    width: 10%;
}
.step-area{
    margin: 2.2rem auto 0;
    text-align: center;
    color: #fff;
}
.step-area img {
    width: 20%;
}
.step-area h4{
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0.6rem 0 0.8rem 0;
}
.step-area p{
    line-height: 1.7;
    text-align: left;
}
.step-message{
    font-size: 1.0rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 5.0rem 0 2.5rem 0;
    line-height: 1.7;
}
a.btn-step {
    text-align: center;
    display: block;
    width: 50%;
    margin: 0 auto;
}
.btn-box.btn-step {
    text-align: center;
}
/**/
/**/
/**/
/*step<!--STここまで-->*/
/**/
/**/
/**/




/**/
/**/
/**/
/*information<!--IN-->*/
/**/
/**/
/**/
 #information{
    background: url("../img/im-bg-sp_1.png") no-repeat center center / cover;
}
.information-box{
    margin: 0 auto ;
    max-width: 275px;
    padding: 3.2rem 1rem 6rem 1rem;
}
.information-tittle-img{
    text-align: center;
    margin-bottom: 4rem;
}
.information-tittle-img img{
    width: 50%!important;
}
.information-item{
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    margin-bottom: 2.5rem;
    
}
.information-text-tittle{
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1.2rem;
}
.information-text-tittle:before{
    content: "";
    display: inline-block;
    width: 0.5rem;
    height: 2rem;
    position: relative;
    left: -1rem;
    top: 0.8rem;
    background-color: #007C67;
   
}
.information-text{
    font-size: 1.0rem;
    line-height: 1.2;
}
/**/
/**/
/**/
/*information<!--INここまで-->*/
/**/
/**/
/**/





/**/
/**/
/**/
/*closing<!--CL-->*/
/**/
/**/
/**/
#closing-sp{
    background: url("../img/cl-bg-sp.png") no-repeat center center / cover;
    height: 600px;   
}
.closing-box {
    text-align: center;
    padding-top: 7.0rem;
}

.closing-box h2{
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1.3rem;
    color: #007C67;
}
.footer-box{
    background-color: #007C67;
    clip-path: polygon(50% 40%, 100% 20%, 100% 100%, 0 100%, 0 20%);
    height: 210px;
    text-align: center;
    margin-top: -15rem;
    padding-top: 11.0rem;
}
.closing-btn img{
    width: 60%;
}
.tel{
    font-size: 1.6rem;
    font-weight: bold;
    color:white;
    margin: 0.5rem 0;
}
.tel:before{
    content: '';/*何も入れない*/
    display: inline-block;
    width: 20px;/*画像の幅*/
    height: 20px;/*画像の高さ*/
    background-image: url("../img/tel-mark.png");
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    
}
.closing-item-02{
    text-align: center;
}
.address{
    font-size: 1.2rem;
    font-weight: bold;
    color:white;
    display: inline-block;
    text-align: left;
}
.copyright{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:rgba(1,166,132,0.2);
    height: 20px;
}
.copyright p{
    font-size: 1.0rem;
    text-align: center;
}
/**/
/**/
/**/
/*closing<!--CLここまで-->*/
/**/
/**/
/**/

/**/
/*footer*/
/**/
body {
    padding-bottom: 70px; /* ヘッダーの高さ分の余白をいれ、うしろの要素が隠れないようにする */
}
footer{
	height: 70px;
	background: #05a601;
	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.5rem;
	
}
.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: 28px;/*画像の幅*/
  height: 28px;/*画像の高さ*/
  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/form.png");
}
.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;
  }
}
img.closinglogotel {
    width: 65%;
}
div#logoInfo {
    text-align: right;
}






/**/
/**/
/**/
/*エントリーフォームFM*/
/**/
/**/
/**/
body{
    margin: 0;
}
#form{
    padding-bottom: 6.5rem;
    text-align: center;
    background: linear-gradient(to bottom, rgba(21, 143, 0, 0.2), rgba(251, 251, 253, 0.2));  
}
.entry-tittle {
    background-color: #007C67;
    clip-path: polygon(0 0, 100% 0%, 100% 84%, 50% 100%, 0 84%);
    padding: 9rem 1.5rem 9rem 1.5rem;
    text-align: center;
}
.entry-tittle img{
    max-width: 100%;
}
form{
    margin: 0 1rem 0 1rem;
    text-align: center;
    background-color: #ffffff;
    padding: 0 0 2.0rem 0;
    
}
table{
    width: 100%;
}
.entry-text{
    margin: 2rem 0 2.0rem 0;
    font-size: 1.4rem;
    text-align: center;
    color: #007C67;
    font-weight: bold;
    line-height: 1.7;
    padding: 0 1.5rem;
}
.entry-text span{
    background-color: #fff100;
    letter-spacing: -0.08rem;
}
.entry-subtext {
    font-size: 1.4rem;
    color: #007C67;
    margin-bottom: 6rem;
}
.form-wrapper{
    /* max-width: 650px; */
    margin: 0 auto;
    text-align: center;
    padding: 3.0rem 1.0rem;
}
th{
    font-size: 1.6rem;
    color: #007C67;
    text-align: left;
}

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

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

h2.personal-tittle {
    margin: 2rem 0 1.0rem 0;
}
.personal-tittle{
    color: #007C67;
    font-size: 1.8rem;
    text-align: left;
    font-weight: bold;
}
th.form-tittle {
    margin-bottom: 1rem;
}

.personal-text span{
    font-size: 1.8rem;
}
.btn-primary {
    align-items: center;
	text-decoration: none;
	width: 70%;
	padding: 1.0rem 0rem 1.0rem 0rem;
	font-weight: bold;
	background: #fff100;
	color: #007C67;
	position: relative;
	transition: 0.5s;
    font-size: 3.6rem;
    border-radius: 100vh;
}

.btn-primary:hover {
	background: #007C67;
	color: #fff100;
}

.select-01{
    border: 2px solid #0081cc;
    background: #fff;
    padding: 1.5rem;
    
}
span.small-text {
    font-size: 12px;
}
/* 任意と必須 */
span.text-any {
    font-size: 1.4rem;
    color: #007c677d;
}
span.text-Required{
    font-size: 1.4rem;
    color: #a69701;

}

/* scroll */
input.btn.btn-primary{
    margin: 2.0rem 0 6.5rem 0;
    text-align: center;
}
.scroll-box{
    overflow:scroll;
    height: 150px;
    width: 100%;
    margin: 0 auto;
    background-color: #007c6717;
    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;
}
/* スクロールの幅の設定 */
.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: #007C67;
}
/**/
/*ラジオボタン*/
/**/
.radio-btn {
    position: relative;
    margin: 5px 0;
    padding-left: 20px;
    cursor: pointer;
    user-select: none;
    font-size: 1.6rem;
    margin-left: 15px;
  }
 
  /* ラジオボタンは非表示（透明化 requiredを使用したいため） */
 .radio-btn input[type=radio] {
   position: absolute;
   opacity: 0;
   z-index: -1; 
 }
 
  .radio-text {
    position: absolute;
    left: 0;
    height: 16px;
    width: 16px;
    border: solid 2px #007C67;
    border-radius: 50%;
    box-sizing: border-box;
  }
  
  .radio-text:after {
    content: "";
    position: absolute;
    background: #0081cc;
    border-radius: 50%;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    opacity: 0;
  }
  
   .radio-btn input:checked + .radio-text:after {
    opacity: 1;
  }
 /**/
 /*チェックボックス*/
 /**/
 .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 #007C67;
    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: #007C67;
      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; 
 }

/**/
/**/
/**/
/*エントリーフォームFMここまで*/
/**/
/**/
/**/

/**/
/**/
/**/
/*success*/
/**/
/**/
/**/
#success{
    text-align: center;
    background: linear-gradient(to bottom, rgba(21, 143, 0, 0.2), rgba(251, 251, 253, 0.2)); 
}
.success-tittle{
    background-color: #007C67;
    clip-path: polygon(0 0, 100% 0%, 100% 84%, 50% 100%, 0 84%);
    padding: 9.0rem 1.5rem 9.0rem 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: #007C67;
    font-weight: bold;
    
}
.success-text{
    margin: 4.0rem 0 6.0rem 0;
    font-size: 1.6rem;
    text-align: center;
    color: #007C67;
    font-weight: bold;
    line-height: 1.7;
    padding: 0 1.5rem;
}
.success-text span{
    background-color: rgba(255,244,44,0.7);
}
.success-warpper a{
    font-size: 2.0rem;
    color: #007C67;

}


a.success-btn {
	display: flex;
    justify-content: space-evenly;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 220px;
	margin: auto;
	padding: 1rem 4rem 1rem 3rem;
	font-weight: bold;
	background: #007C67;
	color: #fff42c;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
}
a.success-btn::before {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff42c;
	border-right: 2px solid #fff42c;
	transform: rotate(230deg);
}
a.success-btn:hover {
	background: #069981;
	color: #fff42c;
}
/**/
/**/
/**/
/*successここまで*/
/**/
/**/
/**/



.block{
    background-color:gray;
    height: 100vh;
    position: relative;
}
.block h1{
    font-size: 4.0rem;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 80%;
    height: 3.2rem;
}