@charset "utf-8";
/* CSS Document */
/*-----共通設定-----*/
/* light */
@font-face {
  font-family: "NouvelR";
  src: url("../fonts/NouvelR-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
/* normal */
@font-face {
  font-family: "NouvelR";
  src: url("../fonts/NouvelR-Regular.ttf") format("truetype");
  font-weight: 400;/*regular*/
  font-style: normal;
}
/* semi bold */
@font-face {
  font-family: "NouvelR";
  src: url("../fonts/NouvelR-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
/* bold */
@font-face {
  font-family: "NouvelR";
  src: url("../fonts/NouvelR-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
html{
	font-size: 62.5%;
}
body{
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
}
section{
	background-size:cover;
}
p{
    font-weight: 500;
}
.inner{
	text-align: center;
}
.order2{
    order: 2;
  }
.order1{
    order: 1;
  }
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
	display: none !important;
 }
img.sp {
    margin: 0 auto;	
}
.br-pc{
    display: none;
}
.br-sp{
    display: block;
}
/*-----共通設定ここまで-----*/

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

/* ボタン全体 */
#page_top{
  width: 70px;
  height: 70px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background-color: #39b54a;
  border-radius: 50%;
  z-index: 1;
  border: 1px solid #39b54a;
  }

  /* Font Awesome */
  #page_top::before {
  /*font-family: "Font Awesome 5 Free";*/
  font-weight: 800;
  white-space: pre-wrap;/*コード内の改行が反映*/
  content: 'LINEは\Aコチラ'; /*アイコン*/
  letter-spacing: 0.4rem;
  font-size: 1.2rem;
  color: #ffffff; /*アイコンの色*/
  position: absolute;
  height: 70px;
  top:70%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  
  }


/**/
/**/
/**/
/*first-view<!--FV-->*/
/**/
/**/
/**/
.first-view-box01 img{
	width: 100%;
}
.first-view-box02{
	text-align: center;
	background-color: #efdf00;
	padding: 1.0rem 1.5rem;
}
.first-view img{
	max-width: 100%;
}


.first-view-item03.first-view {
    max-width: 90%;
    margin: 0 auto;
}
p.first-view-min-tittle {
    font-size: 2.8rem;
    margin-bottom: 0.5rem;
    font-weight: 400;
}

p.first-view-min-tittle span{
    font-size: 1.8rem;
    
}
/**/
/**/
/**/
/*<!--FVここまで-->*/
/**/
/**/
/**/


/**/
/**/
/**/
/*gallery<!--GL-->*/
/**/
/**/
/**/
#gallery{

}
.inner.gallery-wrapper02 {
    padding: 0 1.5rem;
}
.gallery-wrapper01 img{
	width: 100%;
}

.gallery-wrapper02{
	max-width: 1000px;
}
.gallery-box{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
}
.gallery-area{
	width: 500px;
	color:white;
	margin: 2.0rem 0;
	padding: 0 2.0rem;
	text-align: left;
}
.gallery-area img{
	width: 100%;
}
.gallery-area p{
	font-size: 1.4rem;
	line-height: 1.5;
    color: #000000;
}
.gellery-item{
	margin: 1.2rem 0;
	padding-left: 2.5rem;
	position: relative;
}
.gellery-item:before{
	position: absolute;
	content: "";
	top:10px;
	left: 0;
	width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #000000;
}
.gallery-wrapper02 .btn{
	padding: 0 0 2.0rem 0;
}
.gallery-wrapper02 .btn img{
	max-width: 100%;
}
.gallery-in-box {
    border: 1px solid #888b8d;
    max-width: 480px;
    padding: 0.5rem 2.2rem 1rem 2.2rem;
    margin-top: 2.0rem;
}
p.gellery-item {
    font-size: 1.4rem;
    font-weight: bold;
}
p.gellery-item span{
    font-size: 2.0rem;
    font-weight: bold;
    font-family: "NouvelR", sans-serif;
    margin-right: 1.2rem;
}
span.gellery-item-text-min.gellery-item-text-min-eng {
    font-size: 2.0rem;
    font-family: "NouvelR", sans-serif;
    font-weight: bold;
}
p.gellery-item-text {
    font-size: 1.8rem;
}
span.gellery-item-text-eng {
    font-family: "NouvelR", sans-serif;
    font-weight: 400;
}
span.gellery-item-text-min {
    font-weight: bold;
}
.btn-bg.gl-shizyoubtn {
    margin-bottom: 2.5rem;
}
/**/
/**/
/**/
/*gallery<!--GLここまで-->*/
/**/
/**/
/**/


/**/
/**/
/**/
/*targeting<!--TG-->*/
/**/
/**/
/**/
#targeting{
	text-align: center;
}
.targeting-wrapper01{
	position: relative;	
    background-color: #f2f2f0;
}
.targeting-tittle01{
	display: inline-block;
	font-weight: bold;
	font-size: 3.0rem;
	letter-spacing: 0.02em;
	margin: 2.2rem 0;
	border-bottom: 4px solid #000000;
    font-family: "NouvelR", sans-serif;
}

/* 2カラムサイトにする */
.targeting-sp-wrapper {
    display: flex;
    margin: 0 auto;
    justify-content: center;
}
.targeting-box01 {
    padding: 1.0rem;   
}
/* 2カラムコンテンツにする */
.targeting-area01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.targeting-item {
    padding: 0.5rem;
    width: 48%;
}
.targeting-item img {
    display: block;
    max-width: 100%;
    height: auto;
}

.targeting-item{
	display: inline-block;
	font-size: 1.3rem;
}
.targeting-item p{
	margin-bottom: 1.7rem;
}
.targeting-tittle02{
	position: relative;
	color:white;
	font-family:"MS Pゴシック",sans-serif;
	font-size: 4.5rem;
	background: linear-gradient(to right, #cf5bd0 0%, #4c4aff 100%);
	z-index: 1;
	margin-right: 2.5rem;
}
.targeting-box01-sb{
    max-width: 100%;
    padding: 0 1.0rem;
}
.targeting-wrapper02{
	position: relative;
	background-color: #000000;
    padding: 10.0rem 1.0rem 0;
}
.targeting-wrapper02:after{
	content: "";
    width: 100%;
    height: 80px;
    background-color: #f2f2f0;
    position: absolute;
    top: 0;
	left:0;
	clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
    
}
.targeting-area02 h2{
	font-size: 3.5rem;
	color:white;
    font-weight: 600;
}
h2.tg-02-tittle-eg {
    font-size: 2.9rem;
}
.targeting-area02 .line{
	background: linear-gradient(transparent 70%, #cf5bd0 70%);
	border-image-slice: 1;
	
}
.targeting-area02 h3{
	font-size: 1.4rem;
	color: white;
	margin-top: 1.2rem;
	letter-spacing: 2px;
    font-weight: 500;
}
.targeting-box02{
	display: flex;
    justify-content: center;
	max-width: 1000px;
	margin: 0 auto;
	flex-wrap: wrap;
	margin-top: 1.5rem;
}
.targeting-box02 ul{
	width: 480px;
	background-color: white;
	padding: 0.8rem 0.8rem;
	margin:1.0rem 0.5rem ;
	
}
.targeting-box02 li{
	display: flex;
}
.efhb-imgbox {
	width: 45%;
	overflow: clip;
  }
  #targeting-7 {
	transform: translateX(-30px);
  }
.targeting-item02:nth-child(even){
	margin: 1.0rem 0 1.0rem 1.0rem;
	text-align: left;
}
.targeting-item02:nth-child(odd){
	margin: 1.0rem 1.0rem 1.0rem 0;
	text-align: left;
}
.targeting-item02 h2{
	font-size: 1.2rem;
	margin-bottom: 0.5rem;
	color:black;
	letter-spacing: -0.1em;
	font-weight: bold;
    border-bottom: 2px solid #000000;
    padding-bottom: 0.5rem;
}
.targeting-item02 .br-sp{
	display: block;
}
.targeting-item02 span{
	font-size: 1.6rem;	
    color:#cc5bcd;	
}
.targeting-item02 p{
	font-size: 1.1rem;
	line-height: 1.5;
	letter-spacing: 1;
}
.targeting-wrapper02 .btn{
	padding: 1.0rem 1.0rem 2.0rem 1.0rem;
}
.targeting-wrapper02 .btn img{
	max-width: 100%;
}
.tg-text{
    max-width: 980px;
    margin: 0 auto 1.5rem auto;
    text-align: left;
    font-size: 1.0rem;
    line-height: 1.3;
    padding: 0 1.5rem;
}
h2.tg-02-tittle-eg {
    font-family: "NouvelR", sans-serif;
    font-weight: 600;
}
/**/
/**/
/**/
/*targeting<!--TGここまで-->*/
/**/
/**/
/**/





/**/
/**/
/**/
/*image<!--IM-->*/
/**/
/**/
/**/
/*画像のボタンの処理*/
#image img{/*画像と高さ設定*/
	width: 100%;
}
#image{/*画像と高さ設定*/
	position: relative;
}

#image .btn-area{/*画像と高さ設定*/
	width: 100%;
}
#image .btn-bg{
	position: absolute;
    width: 80%;
	bottom:6%;
	left: 9%;
}
#image .img-text-btn{
    position: absolute;
    width: 90%;
    bottom: 11%;
    left: 5%;
}
.im-insta{
    position: absolute;
    bottom: 1%;
    right: 42%;
    width: 15%;
}
.btn-bg.cl-site-btn {
    margin-bottom: 0.8rem;
}
/**/
/**/
/**/
/*image<!--IMここまで-->*/
/**/
/**/
/**/






/**/
/**/
/**/
/*voice<!--VO-->*/
/**/
/**/
/**/
#voice{
    background-size: cover;
}
section#voice {
    padding: 1.5rem;
}
.voice-container img{
	max-width: 50%;
	margin: 0 auto;
    
}
.voice-tittle01 img{
	max-width: 100%;
	margin-bottom: 1.5rem;

}

.voice-box{
	display: flex;
	flex-direction: column;
	max-width: 680px;
	margin: 0 auto;
	margin-bottom: 3.0rem;
	padding: 2.0rem 0;
    border: 1px solid #000000;
	
}

.voice-box:nth-child(odd){
	
}
.voice-box:nth-child(even){
	
}
.voice-area01{
	align-self: center;
	margin-bottom: 1.5rem;
}
.voice-area01 img {
    max-width: 80%;
}
.voice-area02{
	background-color: white;
	margin: 0 1.5rem;
	padding: 1.6rem;
	text-align: left;
}
.voice-area02 h3{
	font-size: 3.1rem;
	color: #000000;
	border-bottom: 2px solid #000000;
	padding-bottom: 1.0rem;
	font-weight: bold;
	font-family: "NouvelR", sans-serif;
    text-align: center;
}
.voice-area02 small{
	display: block;
	font-size: 1.6rem;
	padding: 5px 0;
	font-weight: 500;
}
.voice-area02 p{
	font-size: 1.8rem;
	
}
p.voice-tittle-text {
    font-size: 2.2rem;
    margin: 1.8rem 0 3.0rem 0;
}
/**/
/**/
/**/
/*voice<!--VOここまで-->*/
/**/
/**/
/**/

/**/
/**/
/**/
/*Q&A<!--QA-->*/
/**/
/**/
/**/
#QA{
	background: url("../img/bg-sp.png") no-repeat center center / cover;
    background-size: cover;
	
}
.inner.QA-wrapper02 {
    padding: 1.5rem;
}
.QA-wrapper01 img{
	width: 100%;
}
.QA-box{
	max-width: 800px;
	margin: 0 auto;
	background: white;
	margin-bottom: 3.0rem;
	border-radius: 10px;
	box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
.Q-area{
	padding: 0.8rem;
	text-align: center;
}
.A-area{
	padding: 1.5rem 0.8rem;
	text-align: left;
}
.Q-area{
	background-color: #000000;
	color: white;
	border-radius: 10px 10px 0px 0px;
    text-align: left;
    padding-left: 1.5rem;

}

.Q-area p, .A-area p{
	font-size: 1.4rem;
	font-weight: bold;
}
.Q-area span{
	font-size: 2.0rem;
	margin-right: 1.5rem;
	line-height: 1.5;
    font-family: "NouvelR", sans-serif;
    font-weight: 600;
}
/**/
/**/
/**/
/*Q&A<!--QAここまで-->*/
/**/
/**/
/**/






/**/
/**/
/**/
/*closing<!--CL-->*/
/**/
/**/
/**/
#closing{
    background: url("../img/cl-bg-sp.jpg") no-repeat center center / cover;
	background-color: #f2f2f2;
}
.closing-wrapper {
    padding: 1.5rem;
}

.colosing-tittle01{
	font-size: 2.0rem;
	color:white;
	text-align: center;
	padding-bottom: 2.0rem;
}
.closing-box{
	background-color: rgba(255,255,255,0.80);
	max-width: 1000px;
	margin: 0 auto;
	padding: 1.0rem 1.5rem 2.0rem;
	border-radius: 10px;
}
.closing-area01{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.closing-item01 time{
	font-size: 1.6rem!important;
}
.closing-item01 tel{
	font-size: 3.2rem;
}
.closing-item01 p{
	font-size: 1.2rem;
	text-align: center;
}
.cosing-item02{
	text-align: center;
	padding-top: 1.0rem;
}

.cosing-item02 img{
	max-width: 100%;
}
.closing-col img{
	max-width: 90%;
	margin: 7px auto;
}
.closing-col {
    text-align: center;
}
.closing-area02 {
    padding-top: 1.0rem;
    text-align: center;
}
.closing-area02 img{
	max-width: 100%;
}
iframe {
    width: 100%;
}
.logo{
	text-align: center;
}
.logo img{
	max-width: 50%;
}

footer{
	text-align: center;
	color:#000000;
	padding:1.4rem 0 1.4rem 0;
	
}
footer span{
	font-size: 1.6rem;
}
/**/
/**/
/**/
/*closing<!--CLここまで-->*/
/**/
/**/
/**/


