@charset "utf-8";
/* CSS Document */
/*-----フォントの設定-----*/
html body{
    font-family: 'Zen Maru Gothic', sans-serif;
}
/*-----フォントの設定ここまで-----*/

/*-----共通設定-----*/
html {
    font-size: 62.5%;
    
}
p{
    font-size: 1.6rem;
    font-weight: 500;
}
img{
    max-width: 100%;
}
.btn-text{
    margin-bottom: 1.8rem;
}
.btn {
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* スマホで見たときは"sp"のclassがついた画像が表示される */
.pc { 
    display: none !important;
}
.br-pc{
    display: none;
}
/*-----共通設定ここまで-----*/

/*-----共通設定ここまで-----*/

/**/
/**/
/**/
/**/
/**/
/*-----基本的にはここから下のコードを編集します。-----*/
/*-----振り分け番号のアルファベット(FV-)を検索をして下さい(ctrl+F)-----*/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/*スクロールボタン設定*/
html{
  scroll-behavior: smooth;
}


  /* Font Awesome */
  #page_top::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  content: '\f106'; /*アイコン*/
  font-size: 40px;
  color: rgb(255, 255, 255); /*アイコンの色*/
  position: absolute;
  height: 50px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  
  }

/**/
/**/
/**/
/*first-view<!--FV-->*/
/**/
/**/
/**/
#first-view{
    position: relative;
}
#first-view .btn-top {
    position: absolute;
    width: 40%;
    height: auto;
    bottom: 2%;
    right: 4%;
}
.fvcta-sp.sp {
    position: absolute;
    right: 2rem;
    bottom: 1.5em;
    max-width: 45%;
}
/**/
/**/
/**/
/*<!--FVここまで-->*/
/**/
/**/
/**/





/**/
/**/
/**/
/*targeting<!--TG-->*/
/**/
/**/
/**/
#targeting{
    background-color: #f6f4e4;
    text-align: center;
}
.targeting-wrapper{
    padding: 0 2.0rem;
}
.targeting-tittle{
    position: relative;
}
.targeting-tittle img:nth-child(2) {
    width: 45%;
    margin-bottom: 2em;
}
.tittle-img{
    padding-top: 12.0rem;
}
.targeting-box-01 {
    margin-bottom: 3.5rem;
}
.targeting-box-02{
    margin: 2.7rem 0 2.2rem 0;
}
.targeting-box-02 p {
    text-align: left;
    margin: 1.5em auto 2em;
    line-height: 1.7;
    font-size: 1.8rem;
    max-width: 90%;
}
/**/
/**/
/**/
/*targeting<!--TGここまで-->*/
/**/
/**/
/**/



/**/
/**/
/**/
/*merit<!--MR->*/
/**/
/**/
/**/
#merit{
    text-align: center;
}
.merit-in{
    background: url("../img/merit-bg.png")no-repeat center center / cover;
}
.merit-wrapper{
    padding: 3rem 2.0rem 5rem 2.0rem;
}
.merit-tittle {
    margin-bottom: 4.4rem;
    margin-top: 5em;
}
.merit-item{
    background-color: rgba(255,255,255,0.76);
    padding: 1.0rem;
    margin-bottom: 2.1rem;
    text-align: center;
    
}
.merit-item h2 {
    font-size: 2.2rem;
    font-weight: 600;
    background: linear-gradient(transparent 10%, #ffff80 10% 90%, transparent 90%);
    margin-bottom: 1.5rem;
    display: inline-block;
}
.merit-item p {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.7;
}
.merit-text-box p{
    text-align: left;
    line-height: 1.7;
    
}
.merit-text-box {/*装飾*/
  position: relative;
  padding: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align:center;
  width: 100%;
}
.merit-text-box::before {
    content: url(../img/frame-l.png);
    position: absolute;
    top: 15px;
    left: -15px;
}
.merit-text-box::after {
    content: url(../img/frame-r.png);
    position: absolute;
    top: 15px;
    right: -15px;
}
.merit-text-box>p {
    margin-bottom: 0;
    line-height: 1.7;
    color: #FFF;
    width: 90%;
    margin: 0 auto;
}
.merit-text-box > p::before {
  top: 0;
  right: 25px;
  margin-top: 4px;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.merit-text-box > p::after {
  bottom: 0;
  right: 25px;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}
/**/
/**/
/**/
/*merit<!--MRここまで-->*/
/**/
/**/
/**/






/**/
/**/
/**/
/*pr<!--PR-->*/
/**/
/**/
/**/
#pr{
    text-align: center;
}
.pr-wrapper {
    padding: 1.5rem 4.0rem 4.0rem 4.0rem;
}
.pr-tittle{
    margin-bottom: 14.9rem;
}
.pr-box-right, .pr-box-left {
    background-color: #e3f6bf;
    padding: 6.9rem 1.8rem 1.5rem 1.8rem;
    text-align: left;
}
.pr-box-right{
    display: flex;
    flex-direction: column;
}
.pr-item{
    order: 2;
}
.pr-img{
    order: 1;
}
.pr-box-left{
     margin: 14.6rem 0;
}
.pr-img{
    margin-top: -17.5rem;
}

.pr-text-img {
    margin: 1.5rem 0;
    text-align: left;
    width: 85%;
}
.pr-item p {
    text-align: left;
    line-height: 1.5;
    font-size: 1.8rem;
}
.pr-btn{
    margin-top: 3.5rem;
}
/**/
/**/
/**/
/*pr<!--PRここまで-->*/
/**/
/**/
/**/






/**/
/**/
/**/
/*step<!--ST-->*/
/**/
/**/
/**/
#step{
    background-color: #e3dfd5;
    clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 97%);
    padding: 13.0rem 2.0rem 13.0rem 2.0rem;
    text-align: center;
}
.step-tittle{
    margin-bottom: 3.6rem;
}
/**/
/**/
/**/
/*step<!--STここまで-->*/
/**/
/**/
/**/




/**/
/**/
/**/
/*list<!--LI-->*/
/**/
/**/
/**/
#list{
    text-align: center;
}
.list-wrapper{
    padding: 3.0rem 2.0rem 3.5rem 2.0rem;
}
.list-tittle p{
    margin: 1.5rem auto 3.2rem;
    border-bottom: 2px solid #000000;
    padding-bottom: 1.1rem;
    text-align: left;
    line-height: 1.4;
}
.list-box{
    background-color: #e3dfd5;
    padding: 1.5rem;
    margin-bottom: 2.5rem;
}
.list-box img {
    max-width: 50%;
}
.list-item{
    margin-bottom: 2.0rem;
}
.list-item img{
    max-width: 50%;
}
.list-item p{
    text-align: left;
    line-height: 1.3;
    font-size: 1.6rem;
    
}
.list-col{
    background-color: #ffffff;
    text-align: left;
    padding: 0.7rem 0.8rem;
    margin: 1.2rem 5.0rem;  
}
.list-text{
    margin-bottom: 2.7rem;
}
.list-text h1{
    font-size: 1.9rem;
    margin: 0 auto;
    border-bottom: 2px solid #000000;
    padding-bottom: 1.0rem;
    margin-bottom: 1.5rem;
}
.list-text p{
    line-height: 1.4;
    text-align: left;
}




/**/
/**/
/**/
/*gallery<!--GL-->*/
/**/
/**/
/**/
#gallery{
    background-color: #e3dfd5;
    text-align: center;
}
.gallery-wrapper{
    padding: 2.9rem 2.0rem 4.3rem 2.0rem;
}
.gallery-tittle {
    margin-bottom: 6.0rem;
    width: 90%;
    margin-left: 14%;
}
.gallery-tittle-box{
    align-self: center;
    text-align: left;
}
.gallery-tittle-box p{
    line-height: 1.7;
}
.gallery-tittle-box img{
    margin-bottom: 1.6rem;
}
.gallery-item p {
    text-align: center;
    line-height: 1.7;
    font-size: 20px;
}
.gallery-item img{
    margin-bottom: 1.2rem;
}
.gallery-item h3 {
    font-size: 24px;
    font-weight: 600;
    color: #358b24;
    margin-bottom: 0.5em;
}
.gallery-item h3 span {
    color: #fff;
    background-color: #00a920;
    border-radius: 30px;
    display: block;
    font-size: 14px;
    padding: 10px;
    margin-top: 10px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.sp.dotline {
    margin-top: 20px;
    margin-bottom: 40px;
}

/**/
/**/
/**/
/*gallery<!--GLここまで-->*/
/**/
/**/
/**/



/**/
/**/
/**/
/*Q&A<!--QA-->*/
/**/
/**/
/**/
#qa {
    text-align: center;
    background-image: url(../img/qa-bg-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.qa-wrapper{
    padding: 3.5rem 2.0rem 3.0rem 2.0rem;
}
.qa-tittle {
    margin-bottom: 3.2rem;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
}
.qa-box{
    margin-bottom: 6.3rem;
    position: relative;
}
.qa-box p{
    text-align: left;
}
.qa-item-Q {
    position: absolute;
    top: -2.5em;
    left: 6%;
    display: flex;
    justify-content: center;
    background: linear-gradient(transparent 10%, #ffff80 10% 90%, transparent 90%);
    width: 90%;
    margin: 0 auto;
    padding: 1rem 0.5rem;
}

.qa-item-Q p{
    align-self: center;
    font-size: 1.6rem;
    font-weight: 600;
    
}
.qa-item-Q img {
    max-width: 6%;
    align-self: flex-start;
    margin-right: 10px;
}
.qa-item-A {
    background-color: #ffffff;
    padding: 3.7rem 1.5rem 1.5rem 1.5rem;
    border: 2px solid #000000;
}
.qa-item-A p{
    line-height: 1.5;
    letter-spacing: -0.02em;
    font-weight: 600;
}
.qa-item-A ul {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #f57b0f;
    margin: 1rem;
}
/**/
/**/
/**/
/*Q&A<!--QAここまで-->*/
/**/
/**/
/**/





/**/
/**/
/**/
/*closing<!--CL-->*/
/**/
/**/
/**/
#closing {
    background: url(../img/closing-bg-sp.png) no-repeat center bottom / cover;
    text-align: center;
    padding-top: 10em;
    position: relative;
    background-position-y: 60%;
}
img.cl-name {
    margin-top: 2em;
}
.closing-wrapper{
    padding: 2.9rem 2.0rem 1.5rem 2.0rem;
}
.closing-box {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 1.5rem 1.4rem;
    margin: 1.5rem 0;
}
.closing-left {
    text-align: center;
    max-width: 350px;
    margin: 0 auto 2rem auto;
}

.closing-left p {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.5;
}
.closing-right{
    margin-top: 1.5rem;
    margin: 0 auto;
}

.map iframe {
    width: 100%;
    height: 120px;
}

.closing-area-2{
    background: url("../img/closing-bg02-sp.png")no-repeat center center / cover;
    text-align: center;
    padding: 1.2rem 2.0rem;
}
.closing-btn {
    width: 80%;
    margin: 2em auto 5em;
}
p.telnum {
    font-size: 25px;
    color: #fff;
    text-align: center;
    margin-bottom: 0.5em;
    background-color: #00a920;
    padding: 8px 0;
    border-radius: 45px;
    transition: all ease 0.2s;
}
p.telnum:hover {
    background-color: #0f631f;
}
span.telnum-min {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}
p.copyright {
    font-size: 1.2rem;
    font-weight: 400;
    position: absolute;
    bottom: 1.5rem;
    left: 0;
    right: 0;
    margin: auto;
}
/**/
/**/
/**/
/*closing<!--CLここまで-->*/
/**/
/**/
/**/




/**/
/**/
/**/
/*voice<!--VO-->*/
/**/
/**/
/**/
#voice{
    text-align: center;
}
.voice-wrapper{
    padding: 4.0rem 2.0rem;
}
.voice-tittle{
    margin-bottom: 3.1rem;
}
.voice-tittle img{
    max-width: 50%;
}
.voice-box img:nth-of-type(-n+4){
    margin-bottom: 7.0rem;
}
.voice-box02{
    background: url("../img/voice-bg-sp.png")no-repeat center center / cover;
    padding: 0 2.0rem 4.0rem 2.0rem;
}
.voice-box02 p{
    margin: 1.8rem 0 2.9rem 0;
    text-align: left;
    line-height: 1.4;
}
.voice-box02 img{
    margin-top: 1rem;
}
/**/
/**/
/**/
/*voice<!--VOここまで-->*/
/**/
/**/
/**/






/**/
/**/
/**/
/*information<!--IF-->*/
/**/
/**/
/**/
#information{
    text-align: center;
}
.information-wrapper{
    padding: 2.3rem 2.0rem 3.0rem 2.0rem;
}
.information-tittle p{
    margin: 3.0rem 0 3.5rem 0;
    line-height: 1.7;
    text-align: left;
    font-weight: 600;
}
.information-box:nth-of-type(-n+3){
    margin-bottom: 3.2rem;
}
.information-box p{
    text-align: left;
    line-height: 1.6;
}
.information-text-bottom{
    margin-bottom: 2.5rem;
    
}
.information-btn{
    margin-top: 3.2rem;
} 
/**/
/**/
/**/
/*information<!--IFここまで-->*/
/**/
/**/
/**/





/**/
/**/
/**/
/*image<!--IM-->*/
/**/
/**/
/**/
#image{
    position: relative;
}
#image .sp{
    max-width: 100%;
}
#image .image-btn {
    position: absolute;
    width: 70%;
    height: auto;
    bottom: 2%;
    left: 17%;
}
.image-btn img{
    max-width: 100%;
}
/**/
/**/
/**/
/*image<!--IMここまで-->*/
/**/
/**/
/**/

/**/
/**/
/**/
/*エントリーフォームFM*/
/**/
/**/
/**/
body{
    margin: 0;
}
#form{
    padding-bottom: 6.5rem;
    text-align: center;
    background-color: #e2ded4;
    
}
.entry-tittle {
    padding: 9rem 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;
    
}
table{
    width: 100%;
}
.entry-text{
    margin: 2rem 0 2.0rem 0;
    font-size: 1.4rem;
    text-align: center;
    color: #000000;
    font-weight: bold;
    line-height: 1.7;
    padding: 0 1.5rem;
}
.entry-text span{
    background-color: rgba(255,255,128,0.7);
    letter-spacing: -0.08rem;
}
.form-wrapper{
    margin: 0 auto;
    text-align: center;
    padding: 3.0rem 1.0rem;
}
th{
    font-size: 1.6rem;
    color: #275b81;
    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 #275b81;
    background: #fff;
    padding: 1.5rem;
    width: 100%;
    }
textarea{
    border: 2px solid #275b81;
    background: #fff;
    padding: 1.5rem;
    width: 100%;
    height: 120px;
    } 

h2.personal-tittle {
    margin: 2rem 0 1.0rem 0;
}
.personal-tittle{
    color: #275b81;
    font-size: 1.8rem;
    text-align: left;
    font-weight: bold;
}
th.form-tittle {
    margin-bottom: 1rem;
}
.scroll-box{
    overflow:scroll;
    height: 150px;
    width: 100%;
    margin: 0 auto;
    background-color: #e2ded4;
    margin-bottom: 2.5rem;
}
.btn-primary {
    align-items: center;
	text-decoration: none;
	width: 70%;
	padding: 1.0rem 0rem 1.0rem 0rem;
	font-weight: bold;
	background: #275b81;
	color: #ffffff;
	position: relative;
	transition: 0.5s;
    font-size: 3.6rem;
}

.btn-primary:hover {
	background: #275ba9;
	color: #ffffff;
}
.select-01{
    border: 2px solid #275b81;
    background: #fff;
    padding: 1.5rem;
    
}
.personal-text span{
    font-size: 1.8rem;
}

input.btn.btn-primary{
    margin: 2.0rem 0 6.5rem 0;
    text-align: center;
}
/* 任意と必須 */
span.text-any {
    font-size: 1.4rem;
    color: rgba(31,91,129,0.5);
}
span.text-Required{
    font-size: 1.4rem;
    color: #e5005d;

}
/* scroll */
.scroll-box {
    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: #275b81;
   }
/**/
/*ラジオボタン*/
/**/
.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 #275b81;
    border-radius: 50%;
    box-sizing: border-box;
  }
  
  .radio-text:after {
    content: "";
    position: absolute;
    background: #275b81;
    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 #275b81;
    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: #275b81;
      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*/
/**/
/**/
/**/
.body_success{
    background-color: #e2ded4;
}
#success{
    text-align: center;
}
.success-tittle{
    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: #275b81;
    font-weight: bold;
    
}
.success-text{
    margin: 4.0rem 0 6.0rem 0;
    font-size: 1.6rem;
    text-align: center;
    color: #000000;
    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: #0071b0;

}


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: #275b81;
	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: #275ba9;
	color: #ffffff;
}
/**/
/**/
/**/
/*successここまで*/
/**/
/**/
/**/

/**/
/*footer*/
/**/
body {
    padding-bottom: 60px; /* ヘッダーの高さ分の余白をいれ、うしろの要素が隠れないようにする */
}
footer{
	height: 60px;
	background: #f57b0f;
	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: 2.0rem;
	
}
.footer-tel,.footer-form{
	/* border-right: 1px solid #ffffff; */
	padding: 20px 0;
	width: 50%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.footer-tel{
    border-right: 1px solid #FFF;
}

.footer-top{
	width: 50%;
	text-align: center;
    align-self: center;
}
.footer-top img{
	width: 20%;

}
/*はじめは非表示*/
.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;
  }
}