@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: 30%!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: 2%;
    left: 25%;
}
.btn img{
    width: 72%;
}
/**/
/**/
/**/
/*<!--FVここまで-->*/
/**/
/**/
/**/

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


#pr{
}
#pr img{
    max-width: 100%;
}

.pr-box01{
    text-align: center;
    padding: 3rem 1rem 18rem 1rem;
    background-image: linear-gradient(102deg, #076e42, #269a20);
	clip-path: polygon(0 0, 100% 0%, 100% 84%, 50% 90%, 0 84%);
}
.pr-item01-sp{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 2rem; 
}

.pr-top-order{
    order:1;
    width: 45%;
}
.pr-center-order{
    order: 3;
    width: 80%;
    margin: 2rem 0;
}
.pr-bottom-order{
    order: 2;
    width: 45%;
}
.pr-item01 img.sp {
    margin-bottom: 1.1rem;
}
/*.pr-item02 img{
    width: 50%;
}*/
.pr-box02{
    margin:-6rem 0 5rem 0;
    padding: 0 1rem;
}
.pr-tittle02-img{
    margin-bottom: 3.0rem;
}
.pr-item02{
    text-align: center;
    margin-bottom: 3rem;
}
.pr-item02 img{
    margin-bottom: 2rem;
}
.pr-item02 p{
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    color: #076e42;
    line-height: 1.5;
}
.pr-warpper02-img{
    text-align: center;
}
.pr-item02 ul {
    display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.pr-item02 li{
	display: flex;
	font-size: 1.8rem;
	color:#076e42;
	margin: 0 0.5rem;
	font-weight: bold;
}
img.pr-wpr-img {
    margin-bottom: 1.5rem;
}
.btn-pr img.btn-area {
    width: 100%;
}
.btn-box.btn-pr {
    text-align: center;
    margin-top: 28px;
	padding: 0 20px;
}

/**/
/**/
/**/
/*pr<!--PRここまで-->*/
/**/
/**/
/**/



/**/
/**/
/**/
/*targeting<!--TG-->*/
/**/
/**/
/**/
#targeting{
    background-color: #cde2d9;
}
#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.4rem;
    font-weight: bold;
    color: #076e42;
    background-color: #f8e100;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-align: center;
}
.targeting-item h1:nth-of-type(1){
    margin-bottom: 0.8rem;
    margin: 0.8rem auto;
}
.targeting-item h1:nth-of-type(2){
    margin-bottom: 2rem;
    margin: 0.8rem auto;
}
.targeting-item p{
    line-height: 1.8;
    text-align: center;
    font-size: 1.6rem;
    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: #076e42;
    background-color: rgba(255,244,44,0.7);  
}
.targeting-warpper02 img{
    margin-bottom: 3rem;
}
.btn-tg img.btn-area {
    width: 100%;
}
.btn-box.btn-tg {
    text-align: center;
    padding: 0 30px 30px 30px;
}



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






/**/
/**/
/**/
/*step<!--ST-->*/
/**/
/**/
/**/
#step{
     background-image: linear-gradient(102deg, #076e42, #269a20);
}
#step img{
    max-width: 100%;
}
.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;
}
/*.step-area img {
    width: 20%;
}*/
.step-area h4{
    font-size: 1.8rem;
    font-weight: bold;
    margin: 1rem 0 0;
	color:#ffffff;
}
.step-area p{
    line-height: 1.7;
    text-align: center;
	color:#ffffff;
	font-size: 1.6rem;
}
.step-message{
    font-size: 1.8rem;
    font-weight: bold;
    color: #f8e100;
    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;
	margin-top: 5rem;
}
.step-text span {
    color: #f8e100;
	font-weight: bold;
}
a.step-form-ko {
    border-bottom: 2px solid #f8e100;
	font-weight: bold;
    color: #f8e100;
}
/**/
/**/
/**/
/*step<!--STここまで-->*/
/**/
/**/
/**/


/**/
/**/
/**/
/*Q&A<!--QA-->*/
/**/
/**/
/**/
#qa{
	background-color:#cde2d9;
}
.qa-box{
    margin: 0 auto;
    padding: 3rem 1.0rem 0 1.0rem;
}
.qa-tittle-img{
    text-align: center;
}
.qa-tittle-img  img{
    max-width: 100%;
}
.qa-warpper{
    padding: 3.0rem 1.5rem;
    background-image : linear-gradient(to right, #076e42 2px, transparent 2px);
    background-size: 12px 3px;
    background-repeat: repeat-x; 
    background-position: left bottom;
	
}
.qa-warpper:nth-of-type(5){/*再下段のボーダー消す*/
    background-image:none;
}
/*.qa-item{
    display: flex;
    align-items: center;
    padding: 0 0.5rem;
}*/
.qa-item p{
    line-height: 1.7;
    font-size: 1.6rem;
}
.qa-item img, .qa-point img{
    max-width: 60%;
}

.qa-item.qa-a {
    display: flex;
    flex-direction: column-reverse;
}
.qa-item.qa-a img, .qa-item.qa-q img{
	align-self: start;
	margin-bottom: 1.0rem;
}
img.qa-point {
    display: block;
    margin: 2.0rem auto;
    width: 5%;
}
/**/
/**/
/**/
/*Q&A<!--QAここまで-->*/
/**/
/**/
/**/








/**/
/**/
/**/
/*information<!--IN-->*/
/**/
/**/
/**/
 #information{
    background: url("../img/im-bg-sp_1.jpg") no-repeat center center / cover;
}
.information-box{
    padding: 3.2rem 1rem 6rem 1rem;
}
.information-tittle-img{
    text-align: center;
    margin-bottom: 4rem;
}
.information-tittle-img img{
    width: 100%;
}
.information-item{
    margin: 0 auto;
    margin-bottom: 2.5rem;
    
}
.information-text-tittle{
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}
.information-text-tittle:before{
    content: "";
    display: inline-block;
    width: 0.5rem;
    height: 2rem;
    position: relative;
    left: -1rem;
    top: 0.5rem;
    background-color: #076e42;
   
}
.information-text{
    font-size: 1.6rem;
    line-height: 1.5;
}
.information-warpper {
    margin: 0 2.5rem;
}
.information-row {
 /* display: flex;*/
  gap: 1em;
  margin-bottom: 16px;
  font-size: 1.6rem;
}

.information-row .information-name {
  width: 6em; /* 名前の幅を固定。調整可 */
  flex-shrink: 0;
}

.information-row .information-zip {
  width: 7em; /* 郵便番号の幅。調整可 */
  flex-shrink: 0;
}

.information-row .information-address {
  flex: 1; /* 残りのスペースを住所に */
}
span.information-name {
    font-weight: bold;
}
p.information-text.information-text-1 {
    margin-bottom: 2rem;
}
p.information-text.info-text-3 {
    margin-bottom: 2rem;
}
p.information-text.information-text02-1 {
    margin-bottom: 20px;
}
p.information-text.information-text3-1 {
    margin-bottom: 15px;
}
/**/
/**/
/**/
/*information<!--INここまで-->*/
/**/
/**/
/**/


/**/
/**/
/**/
/*エントリーフォームFM*/
/**/
/**/
/**/
body{
    margin: 0;
}
#form{
    padding-bottom: 6.5rem;
    text-align: center;
    background-color: #cde2d9;
    
}
.entry-tittle {
    background-color: #076e42;
    clip-path: polygon(0 0, 100% 0%, 100% 84%, 50% 100%, 0 84%);
    padding: 4rem 1.5rem 6rem 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.6rem;
    text-align: center;
    color: #076e42;
    font-weight: bold;
    padding: 0 1.5rem;
}
.entry-text span{
    background-color: #fff100;
    letter-spacing: -0.08rem;
	line-height: 1.7;
}
.form-wrapper{
    /* max-width: 650px; */
    margin: 0 auto;
    text-align: center;
    padding: 3.0rem 1.0rem;
}
th{
    font-size: 1.6rem;
    color: #076e42;
    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 #076e42;
    background: #fff;
    padding: 1.5rem;
    width: 100%;
    }
textarea{
    border: 2px solid #076e42;
    background: #fff;
    padding: 1.5rem;
    width: 100%;
    height: 120px;
    } 

h2.personal-tittle {
    margin: 2rem 0 1.0rem 0;
}
.personal-tittle{
    color: #076e42;
    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: #076e42;
	position: relative;
	transition: 0.5s;
    font-size: 3.6rem;
    border-radius: 100vh;
}

.btn-primary:hover {
	background: #076e42;
	color: #f8e100;
}

.select-01{
    border: 2px solid #076e42;
    background: #fff;
    padding: 1.5rem;
    
}
/* 任意と必須 */
span.text-any {
    font-size: 1.4rem;
    color: #076e4269;
}
span.text-Required{
    font-size: 1.4rem;
    color: #c12929;

}

/* 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: #cde2d92e;
    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: #076e42;
}
/**/
/*ラジオボタン*/
/**/
.radio-btn {
    position: relative;
    margin: 5px 0;
    padding-left: 20px;
    cursor: pointer;
    user-select: none;
    font-size: 1.6rem;
    
  }
 
  /* ラジオボタンは非表示（透明化 requiredを使用したいため） */
 .radio-btn input[type=radio] {
   position: absolute;
   opacity: 0;
   z-index: -1; 
 }
 
  .radio-text {
    position: absolute;
    left: 0;
	  top: 4px;
    height: 16px;
    width: 16px;
    border: solid 2px #076e42;
    border-radius: 50%;
    box-sizing: border-box;
  }
  
  .radio-text:after {
    content: "";
    position: absolute;
    background: #076e42;
    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 #076e42;
    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: #076e42;
      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; 
 }
.kinmu {
    align-items: center;
}
.number-year input.input-text {
    width: 80px;
	margin-right: 5px;
}
td.number-year {
    font-size: 16px;
}
/**/
/**/
/**/
/*エントリーフォームFMここまで*/
/**/
/**/
/**/


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

.closing-box h2{
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1.3rem;
}
.footer-box{
    background-color: #076e42;
    clip-path: polygon(50% 40%, 100% 20%, 100% 100%, 0 100%, 0 20%);
    height: 200px;
    text-align: center;
    margin-top: -15rem;
    padding-top: 11.0rem;
}
.closing-btn img{
    width: 60%;
}
.logo{
    font-size: 3.5rem;
    font-weight: bold;
    color:white;
}
.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:#cde2d9;
    height: 20px;
}
.copyright p{
    font-size: 1.0rem;
    text-align: center;
}
.sp.closing-item-01 {
    margin-bottom: 1rem;
}
/**/
/**/
/**/
/*closing<!--CLここまで-->*/
/**/
/**/
/**/

/**/
/*footer*/
/**/
body {
    padding-bottom: 70px; /* ヘッダーの高さ分の余白をいれ、うしろの要素が隠れないようにする */
}
footer{
	height: 70px;
	background: #076e42;
	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-form,.footer-home{
	border-right: 1px solid #ffffff;
	padding: 20px 0;
	width: 42%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.footer-form:before, .footer-home:before{
	content: '';/*何も入れない*/
  display: inline-block;
  width: 28px;/*画像の幅*/
  height: 28px;/*画像の高さ*/
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}
.footer-form:before{
  background-image: url("../img/form.png");
}
.footer-home:before{
  background-image: url("../img/home.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;
}

.closing-box h2 {
        display: inline-block;
        font-size: 1.8rem;
        background-color: #f8e100;
        font-weight: bold;
        color: #076e42;
        margin-bottom: 1.8rem;
    }


























/**/
/**/
/**/
/*success*/
/**/
/**/
/**/
#success{
    text-align: center;
}
.success-tittle{
    background-color: #076e42;
    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: #076e42;
    font-weight: bold;
    
}
.success-text{
    margin: 4.0rem 0 6.0rem 0;
    font-size: 1.6rem;
    text-align: center;
    color: #076e42;
    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: #076e42;

}


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: #076e42;
	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: #44c6f2;
	color: #fff42c;
}
/**/
/**/
/**/
/*successここまで*/
/**/
/**/
/**/

