@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;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
/*.pc { display: block !important; }*/
.sp { 
    display: none !important;
}
.br-sp{
    display: none;
}
/*-----共通設定ここまで-----*/



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

/* ボタン全体 */
#page_top{
  width: 100px;
  height: 100px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #9084ba;
  border-radius: 50%;
  z-index: 1;
  }

  /* Font Awesome */
  #page_top::before {
  position: absolute;
  top:20%;
  left: 25%;
  content: '';/*何も入れない*/
  display: inline-block;
  width: 55px;/*画像の幅*/
  height: 55px;/*画像の高さ*/
  background-image: url(../img/angle-up-solid_white.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  
  }
/**/
/**/
/**/
/*header*/
/******* ヘッダーのスタイル ********/
header {
    position: fixed; /*** ← fixedで固定 ***/
    width: 100%; 
    height: 60px; 
    background: #9084ba; 
    padding: 20px 30px 20px 0; 
    box-sizing: border-box;
    top: 0; 
    left: 0; 
    display: flex; 
    align-items: center; 
	z-index: 1;
    justify-content:flex-end;
}
header .nav .menu li a{
   color: #ffffff;
   font-weight:bold;
   text-decoration: none;
   font-size: 2.4rem;
}
/*はじめは非表示*/
.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;
  }
}

/*header項目追加*/
ul.menu {
    display: flex;
}

.header-tel:before{
	content: '';/*何も入れない*/
  display: inline-block;
  width: 30px;/*画像の幅*/
  height: 30px;/*画像の高さ*/
  background-image: url("../img/tel.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: top;
  margin-right: 5px;
}
.header-form:before{
	content: '';/*何も入れない*/
  display: inline-block;
  width: 30px;/*画像の幅*/
  height: 30px;/*画像の高さ*/
  background-image: url("../img/from.png");
	background-repeat: no-repeat;
  background-size: contain;
  vertical-align: top;
  margin-right: 5px;
}
.header-tel,.header-form{
	height: 60px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.header-tel{
	border-right: 1px solid #ffffff
}
li.header-form {
    padding-left: 20px;
}
li.header-tel {
    padding-right: 20px;
}


/**/
/**/
/**/
/*first-view<!--FV-->*/
/**/
/**/
/**/
#first-view{
    position: relative; 
}
#first-view .pc{
    width: 100%;
}
#first-view .btn-top {
    position: absolute;
    width: 25%;
    height: auto;
    bottom: 15%;
    right: 28%;
}
.btn-top img{
    max-width: 100%;
}


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





/**/
/**/
/**/
/*targeting<!--TG-->*/
/**/
/**/
/**/
#targeting{
    background: url("../img/targeting-bg.png")no-repeat center center / cover;
    text-align: center;
}
.targeting-wrapper{
    max-width: 970px;
    margin: 0 auto;
    padding: 0 1.5rem 6.3rem;
}
.targeting-tittle{
    position: relative;
}
.targeting-tittle .pc {
    position: absolute;
    top: 16%;
    left: 42%;
    width: 15%;
}
.tittle-img{
    padding-top: 20.0rem;
}
.targeting-box-01{
    margin-bottom: 5.4rem;
}
.targeting-box-02{
    max-width: 740px;
    margin: 0 auto;
    margin-bottom: 4.8rem;
}
.targeting-box-02 p{
    text-align: left;
    margin-top: 1.5rem;
    line-height: 1.7;
}
.target-heighlight {
    color: #684587;
    font-size: 3.6rem;
    text-align: center!important;
}
/**/
/**/
/**/
/*targeting<!--TGここまで-->*/
/**/
/**/
/**/







/**/
/**/
/**/
/*merit<!--MR-->*/
/**/
/**/
/**/
#merit{
    text-align: center;
    background-color: #e4dfee;
}
.merit-wrapper{
    max-width: 970px;
    margin: 0 auto;
    padding: 7.4rem 1.5rem;
}
.merit-tittle{
    margin-bottom: 14.6rem;
}
.merit-box-right, .merit-box-left{
    display: flex;
    justify-content: space-between;
    background-color:#ffffff;
    padding: 3.7rem 3.5rem 5.4rem 3.5rem;
    text-align: left;
}
.merit-box-left{
     margin: 11.2rem 0;
}
.merit-img{
    margin-top: -9.4rem;
}

.merit-item{
    max-width: 500px;
}
.merit-text-img{
    margin-bottom: 4.0rem;
    text-align: left;
}
.merit-item p{
    text-align: left;
    line-height: 1.7;
}
.merit-btn{
    margin-top: 3.5rem;
}
.tittle-text,.tittle-subtext {
    font-size: 3.6rem;
    margin-top: 6rem;
}
/**/
/**/
/**/
/*merit<!--MRここまで-->*/
/**/
/**/
/**/





/**/
/**/
/**/
/*list<!--LI-->*/
/**/
/**/
/**/
#list{
    background: url("../img/list-bg.png")no-repeat center center / cover;
    text-align: center;
}
.list-wrapper{
    max-width: 970px;
    margin: 0 auto;
    padding: 11.0rem 1.5rem 8.4rem 1.5rem;
}
.list-tittle p {
    max-width: 850px;
    margin: 3.8rem auto 7.2rem;
    padding-bottom: 2.6rem;
    line-height: 1.5;
}
.list-tittle img{
    max-width: 70%;
}
.list-box{
    display: flex;
    background-color: #eeecf5;
    max-width: 800px;
    margin: 0 auto 6.5rem;
    padding: 3.4rem 5.0rem 5.3rem 5.0rem
}
.list-item{
    margin-right: 3.7rem;
}

.list-col{
    background-color: #ffffff;
    text-align: left;
    padding: 2.5rem 2.0rem;
    margin: 2.8rem 0 2.8rem 0;
}
.list-item p{
    text-align: left;
    line-height: 1.7;
    
}
.list-text{
    margin-bottom: 5.0rem;
}
.list-text h1{
    font-size: 3.2rem;
    max-width: 880px;
    margin: 0 auto;
    padding-bottom: 2.0rem;
    margin-bottom: 3.3rem;
}
.list-text p{
    line-height: 1.7;
}
.list-item {
    text-align: left;
}
.list-point {
    font-size: 1.6rem;
    line-height: 1.5;
    list-style: disc;
    list-style-position: outside;
    margin-left: 25px;
}
.list-text h1::after {
    content: "";
    display: block;
    width: 100%;
    height: 9px;
    background-image: url(../img/list-line.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    margin-top: 2.0rem;
}

/**/
/**/
/**/
/*list<!--LIここまで-->*/
/**/
/**/
/**/



/**/
/**/
/**/
/*step<!--ST-->*/
/**/
/**/
/**/
#step{
    background-color: #ffffff;
    padding: 7.4rem 1.5rem;
    text-align: center;
}
.step-wrapper{
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 1.5rem 15.0rem 1.5rem;
}
/**/
/**/
/**/
/*step<!--STここまで-->*/
/**/
/**/
/**/




/**/
/**/
/**/
/*image<!--IM-->*/
/**/
/**/
/**/
#image{
    position: relative;
}
#image .pc{
    max-width: 100%;
    width: 100%;
}
#image .image-btn {
    position: absolute;
    width: 20%;
    height: auto;
    bottom: 3.5%;
    right: 28%;
}
.image-btn img{
    max-width: 100%;
}
/**/
/**/
/**/
/*image<!--IMここまで-->*/
/**/
/**/
/**/






/**/
/**/
/**/
/*closing<!--CL-->*/
/**/
/**/
/**/
#closing{
    background: url("../img/closing-bg.png")no-repeat center center / cover;
    text-align: center;
}
.closing-wrapper{
    max-width: 970px;
    margin: 0 auto;
    padding: 7.4rem 1.5rem 6.0rem 1.5rem;
}
.closing-box{
    background-color: rgba(255,255,255,0.85);
    display: flex;
    padding: 4.2rem 6.0rem 5.0rem 6.0rem;
    margin: 1.5rem 0 2.6rem 0;
}
.closing-left{
    margin-right: 7.0rem;
    margin-top: 2rem;
}
.closing-left p{
    text-align: left;
    font-size: 2.0rem;
    font-weight: 600;
}
.address{
    margin: 1.3rem 0;
}
.closing-right {
    max-width: 415px;
}
.closing-copyright{
    background-color: #684587;
    text-align: center;
    padding: 2.8rem 1.5rem;
    color: #ffffff;
}


/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 100%;
  height: 0;
}

/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
/**/
/**/
/**/
/*closing<!--CLここまで-->*/
/**/
/**/
/**/














/**/
/**/
/**/
/*エントリーフォームFM*/
/**/
/**/
/**/
body{
    margin: 0;
}
#form{
    padding-bottom: 3.5rem;
    text-align: center;
    background-color: #e4dfee;
    
}
.entry-tittle {
    padding: 9rem 1.5rem 0 1.5rem;
    text-align: center;
}
.entry-tittle img{
    max-width: 100%;
}
form{
    max-width: 800px;
    background-color: #ffffff;
    margin: 0 auto;
    text-align: center;
}
.entry-text{
    margin: 4rem 0 6.0rem 0;
    font-size: 2rem;
    text-align: center;
    color: #000000;
    font-weight: bold;
    line-height: 1.7;
    padding: 0 2rem;
}
.entry-text span{
    background-color: #c36683;
    color: #ffffff;
}
.form-wrapper{
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    padding: 3rem 0;
}
th{
    font-size: 1.6rem;
    margin-bottom: 1.8rem;
    color: #684587;
    text-align: left;
}



/* Table */
    th,
    td {
        padding: 0.5rem 1.25rem 0.5rem 0;
        display: table-cell;
    }
    th {
        width: 30%;
        vertical-align: middle;
    }
    td {
        width: 70%;
        text-align: left;
    }
    span.radio-text {
        font-size: 1.8rem;
        margin-right: 2rem;
    }
.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: 80px;
    } 

.personal-tittle{
    color: #684587;
    font-size: 1.8rem;
    text-align: left;
    font-weight: bold;
    
}
h2.personal-tittle {
    margin: 2rem 0 1.0rem 0;
}
.personal-text span{
    font-size: 1.8rem;
}
.personal-link {
    margin-bottom: 20px;
}
.personal-link a{
    font-size: 1.6rem;
}
input.btn.btn-primary{
    margin: 0 0 6.5rem 0;
    text-align: center;
}
.btn-primary {
    align-items: center;
	text-decoration: none;
	width: 300px;
	padding: 1.0rem 0rem 1.0rem 0rem;
	font-weight: bold;
	background: #684587;
	color: #ffffff;
	position: relative;
	transition: 0.5s;
    font-size: 3.6rem;
    margin-bottom: 3rem;
    font-family: 'Zen Old Mincho', serif;
}

.btn-primary:hover {
	background: #666192;
	color: #ffffff;
}


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

}

/* scroll */
.scroll-box{
    overflow:scroll;
    height: 150px;
    width: 100%;
    margin: 0 auto;
    background-color: #f2f2f2;
    margin-bottom: 2.5rem;
    padding: 1rem;
    line-height: 1.5;
}
.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: 28px;
    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: 20px;
    width: 20px;
    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: 20px;
    width: 20px;
    border: solid 2px #684587;
    box-sizing: border-box;
  }
  
  .check-text:after {
      content: "";
      opacity: 0;
      display: block;
      width: 16px;
      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-warpper{
    max-width: 770px;
    margin: 0 auto;
    padding: 6.2rem 0;
}

.success-warpper h1{
    font-size: 4.0rem;
    color: #684587;
    font-weight: bold;
    
}
.success-text{
    margin: 4.0rem 0 6.0rem 0;
    font-size: 2.0rem;
    text-align: center;
    color: #000000;
    font-weight: bold;
    line-height: 1.7;
}
.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ここまで*/
/**/
/**/
/**/






 
/* 640px〜959px：タブレット
------------------------------ */
@media screen and (min-width:640px) and (max-width:959px) {
.tb { 
    display: none !important;
}
/*pr*/
.pr-tittle{
    margin-bottom: 7.0rem;
}
.pr-img{
    margin-top: auto;
}
.pr-item {
    margin:0 2.5rem;
}
.pr-box-right, .pr-box-left {
    display: flex;
    justify-content: center;
    background-color: #e3dfd5;
    padding: 3.7rem 3.5rem 5.4rem 3.5rem;
    text-align: left;
    flex-wrap: wrap;
    max-width: 600px;
    margin: 0 auto;
}
.pr-item p{
    margin-bottom: 3.0rem;    
    }
img.pc.pr-img {
    order: 2;
}
/*list*/
.list-wrapper {
    padding: 0rem 1.5rem 8.4rem 1.5rem;
}
/*merit*/
.merit-in {
    clip-path: polygon(50% 0, 100% 15%, 100% 100%, 0 100%, 0 15%);
}
.merit-wrapper {
    padding: 12.7rem 1.5rem 4rem 1.5rem;
}
.merit-box {
    display: block;
    margin-bottom: 0;
}
.merit-item {
    max-width: 600px;
    margin: 0 auto 2.5rem auto;
}
.voice-wrapper{
    margin: 4.0rem 3.4rem 4.0rem 2.8rem;
}
/*step*/
#step{
    padding: 20.0rem 0 0 0;
}
/*gallery*/
.gallery-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.gallery-item{
    margin-bottom: 3.0rem;
}

.closing-right {
    max-width: 270px;
}

iframe {
    max-width: 270px;
}
/* voice */
.voice-tittle{
    margin-bottom: 6.0rem;
}
}

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