@charset "utf-8";
/* CSS Document */
/*-----フォントの設定-----*/
html body{
    font-family: 'Zen Old Mincho', 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;
}



/**/
/**/
/**/
/*first-view<!--FV-->*/
/**/
/**/
/**/
#first-view{
    position: relative;
}
#first-view .btn-top {
    position: absolute;
    width: 80%;
    height: auto;
    bottom: 3%;
    right: 11%;
}
.btn-top img{
    max-width: 100%;
}
/**/
/**/
/**/
/*<!--FVここまで-->*/
/**/
/**/
/**/





/**/
/**/
/**/
/*targeting<!--TG-->*/
/**/
/**/
/**/
#targeting{
    background: url("../img/targeting-bg-sp.png")no-repeat center center / cover;
    text-align: center;
}
.targeting-wrapper{
    padding: 0 2.0rem 3.0rem;
}
.targeting-tittle{
    position: relative;
}
.targeting-tittle .sp {
    position: absolute;
    top:13%;
    left:35%;
    max-width: 30%;
}
.tittle-img{
    padding-top: 12.0rem;
}
.targeting-box-01{
    margin-bottom: 1.5rem;
}
.targeting-box-02{
    margin: 2.7rem 0 2.2rem 0;
}
.targeting-box-02 p{
    text-align: left;
    margin-top: 1.5rem;
    line-height: 1.5;
}
.target-heighlight {
    font-size: 2.4rem;
    color: #684587;
    text-align: center!important;
}
/**/
/**/
/**/
/*targeting<!--TGここまで-->*/
/**/
/**/
/**/


/**/
/**/
/**/
/*merit<!--MR-->*/
/**/
/**/
/**/
#merit {
    text-align: center;
    background-color: #e4dfee;
}
.merit-wrapper{
    padding: 1.5rem 2.0rem 4.0rem 2.0rem;
}
.merit-tittle img{
    max-width: 30%;
}
.merit-tittle {
    margin-bottom: 14.9rem;
    margin: 0 auto 14.9rem;
}
.merit-box-right, .merit-box-left{
    background-color:#ffffff;
    padding: 6.9rem 1.8rem 1.5rem 1.8rem;
    text-align: left;
}
.merit-box-right{
    display: flex;
    flex-direction: column;
}
.merit-item{
    order: 2;
}
.merit-img{
    order: 1;
}
.merit-box-left{
     margin: 14.6rem 0;
}
.merit-img{
    margin-top: -17.5rem;
}

.merit-text-img{
    margin: 1.5rem 0;
    text-align: left;
}
.merit-item p{
    text-align: left;
    line-height: 1.5;
}
.merit-btn{
    margin-top: 3.5rem;
}
p.tittle-text {
    font-size: 2.4rem;
    margin-top: 3.0rem;
    text-align: center!important;
}
p.tittle-subtext {
    font-size: 2.4rem;
    margin: 3.0rem 0;
}
/**/
/**/
/**/
/*merit<!--MRここまで-->*/
/**/
/**/
/**/



/**/
/**/
/**/
/*list<!--LI-->*/
/**/
/**/
/**/
#list{
    background: url("../img/list-bg-sp.png")no-repeat center center / cover;
    text-align: center;
}
.list-wrapper{
    padding: 3.0rem 2.0rem 3.5rem 2.0rem;
}
.list-tittle p{
    padding-bottom: 1.1rem;
    line-height: 1.4;
    text-align: left;
}
.list-box{
    background-color: #EEECF5;
    padding: 1.5rem;
    margin-bottom: 2.5rem;
}
.list-box img {
    max-width: 100%;
}
.list-item{
    margin-bottom: 2.0rem;
}
.list-item img{
    max-width: 75%;
}
.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;
    padding-bottom: 1.0rem;
    margin-bottom: 1.5rem;
    line-height: 1.4;
}
.list-text p{
    line-height: 1.4;
    text-align: left;
}
.list-text h1::after {
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    background-image: url(../img/list-line-sp.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    margin-top: 2.0rem;
}
ul.list-point {
    font-size: 1.6rem;
    text-align: left;
    list-style: disc;
    list-style-position: outside;
    margin-left: 25px;
    line-height: 1.4;
}
.list-col p {
    text-align: center!important;
}
/**/
/**/
/**/
/*list<!--LIここまで-->*/
/**/
/**/
/**/







/**/
/**/
/**/
/*step<!--ST-->*/
/**/
/**/
/**/
#step{
    background-color: #ffffff;
    padding: 5.0rem 2.0rem 3.0rem 2.0rem;
    text-align: center;
}
.step-tittle{
    margin-bottom: 3.6rem;
}
/**/
/**/
/**/
/*step<!--STここまで-->*/
/**/
/**/
/**/



/**/
/**/
/**/
/*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ここまで-->*/
/**/
/**/
/**/






/**/
/**/
/**/
/*closing<!--CL-->*/
/**/
/**/
/**/
#closing{
    background: url("../img/closing-bg-sp.png")no-repeat center center / cover;
    text-align: center;
}
.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: 0 0 1.1rem 0;
}
.closing-left {
    text-align: center;
    max-width: 350px;
    margin: 0 auto 2rem auto;
}

.closing-left p{
    
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0 2.2rem;
}
p.address {
    margin: 0.7rem 2.rem;
}
.closing-right{
    margin-top: 1.5rem;
    margin: 0 auto;
}
.closing-left p {
    text-align: left;
}

/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 65%; /* 比率を4:3に固定 */
}

/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}


.closing-copyright{
    background-color: #684587;
    text-align: center;
    padding: 1.2rem 2.0rem;
    color: #ffffff;
}
/**/
/**/
/**/
/*closing<!--CLここまで-->*/
/**/
/**/
/**/

/**/
/*footer*/
/**/
body {
    padding-bottom: 70px; /* ヘッダーの高さ分の余白をいれ、うしろの要素が隠れないようにする */
}
footer{
	height: 70px;
	background: #9084ba;
	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.8rem;
	
}
.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/from.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;
  }
}






/**/
/**/
/**/
/*エントリーフォームFM*/
/**/
/**/
/**/
.entry-tittle img {
    max-width: 30%;
}
body{
    margin: 0;
}
#form{
    padding-bottom: 6.5rem;
    text-align: center;
    background-color: #E4DFEE;
    
}
.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: #C36683;
    color: #ffffff;
    letter-spacing: -0.08rem;
}
.form-wrapper{
    margin: 0 auto;
    text-align: center;
    padding: 3.0rem 1.0rem;
}
th{
    font-size: 1.6rem;
    color: #684587;
    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 #684587;
    background: #fff;
    padding: 1.5rem;
    width: 100%;
    }
textarea{
    border: 2px solid #684587;
    background: #fff;
    padding: 1.5rem;
    width: 100%;
    height: 120px;
    } 

h2.personal-tittle {
    margin: 2rem 0 1.0rem 0;
}
.personal-tittle{
    color: #684587;
    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: #f2f2f2;
    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: #684587;
	color: #ffffff;
	position: relative;
	transition: 0.5s;
    font-size: 3.6rem;
    font-family: 'Zen Old Mincho', serif;
}

.btn-primary:hover {
	background: #666192;
	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: #d993a9;
}
span.text-Required{
    font-size: 1.4rem;
    color: #d24873;

}
/* 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: #684587;
   }
/**/
/*ラジオボタン*/
/**/
.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 #684587;
    border-radius: 50%;
    box-sizing: border-box;
  }
  
  .radio-text:after {
    content: "";
    position: absolute;
    background: #684587;
    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 #684587;
    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: #d24873;
      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: #E4DFEE;
}
#success{
    text-align: center;
}
.success-tittle{
    padding: 9.0rem 1.5rem 9.0rem 1.5rem;
    
}
.success-tittle img{
    max-width: 30%;
}
.success-warpper{
    max-width: 770px;
    margin: 0 auto;
    padding: 6.2rem 0;
}

.success-warpper h1{
    font-size: 2.8rem;
    color: #684587;
    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: #C36683;
    color:#ffffff;
}
.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: #684587;
	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: #666192;
	color: #ffffff;
}
/**/
/**/
/**/
/*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;
}