@charset "utf-8";

/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}

body {
line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
display:block;
}

nav ul {
list-style:none;
}

blockquote, q {
quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}

a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}

/* change colours to suit your needs */
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}

/* change colours to suit your needs */
mark {
background-color:#ff9;
color:#000; 
font-style:italic;
font-weight:bold;
}

del {
text-decoration: line-through;
}

abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}

table {
border-collapse:collapse;
border-spacing:0;
}

/* change border colour to suit your needs */
hr {
display:block;
height:1px;
border:0;   
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}

input, select {
vertical-align:middle;
}

img {
vertical-align: top;
}

ul, li {
list-style: none;
}


/* -------------------------------- 

Primary style

-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
	font-family:  'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'HiraKakuPro-W3', 'ＭＳ Ｐゴシック', 'MS PGothic',sans-serif;
	color: #333333;	
	margin: 0px; 
	padding: 0px; 
	text-align: left;
	font-size: 14px;
	line-height: 1.8;
}

body, html {
  /* important */
  height: 100%;
}
h2 {font-size: 2em;}	
h3 {font-size: 1.5em;}
h4 {font-size: 1.2em;}
a:link { color: #c85854; }
a:visited { color: #c85854; }
a:hover { color: #c85854; }
a:active { color: #c85854; }

.pc-on {display: block !important;}
.pc-off {display: none !important;}
.w100 {width: 100%;}
.w50 {width: 50%;}
.bdr { border:1px solid #000; }

.left { text-align: left!important; }
.right { text-align: right!important; }

div.flexbox {
	display: -webkit-flex;
	display: flex;
	}

	
/*
* img-responsive
*/
img.responsive {
	width: 100%;
	max-width: 100%;
	height: auto;
}
/*
* clearfix
*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 1px;
	line-height: 0;
}
.clearfix { display: inline-block; }
.clearfix { display: block; }
/*
* onmouse
*/
a.onmouse:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#page-top {
	position: fixed;
    right: 0em;
    bottom: 0em;
    height: 30px;
    text-decoration: none;
    font-weight: bold;
    font-size: 90%;
    line-height: 1.5rem;
    color: #666;
    padding: 0 10px 0 0;
    border-top: solid 1px;
	opacity: 0;
	z-index:10;
	cursor: pointer;
}
#page-top::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 40px;
    border-top: solid 1px;
}
#page-top.fade-in {
	opacity: 1.0;
	transition: opacity 1s;
}

/* -------- 202205 本サイトリニューアルに伴う修正 ------- */
    .headBlock,
    .lnw_content_gmenu.norm,
    .Fs_40.box-0,
    .breadcrumbtrail,
    .btmbreadline,
    #bottom-ot,
    .lnw_content_footer.box-s,
    .lnw_content_copyright,
    #lnw_content_spmenu,
    #scroll {
        display: none;
    }


footer {
	display: none;
}

.main-content footer {
	display: block!important;
}

/* -------------------------------- 

Main components 

-------------------------------- */

body {
background-color:#fff;
}

/* -------- footer area ------- */

	footer{
	height:auto;
	font-size:0.8em;
	background-color:#999999;
	padding:1em 0;
	}

	footer p.copy{
	text-align:center;
color:#fff;
	}

.slide-arrow{
	position:absolute;
	top:50%;
	z-index:100;
	cursor:pointer;
	}

.slide .prev-arrow{ left:10px;}
.slide .next-arrow{ right:25px; }

.slide .slide-arrow{
	position:absolute;
	top:40%;
	z-index:100;
	cursor:pointer;
	width:30px!important;
	}
@media only screen and (max-width: 768px) {
.slide .slide-arrow{
	width:20px!important;
	}
}
	
.slide .slick-dots {
	position:absolute;
	width:100%!important;
	bottom:-30px;
  text-align: center;
}
.slide .slick-dots li {
  display: inline-block!important;
	width:auto!important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, .0);
}
.slide .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #cccccc;
  border-radius: 50%;

}
.slide .slick-dots .slick-active button {
  background: #df817e;
}

.service ul.service-slider{
	margin: 0 0!important;/**/
	}

.service-slider .prev-arrow{ left:10px;}
.service-slider .next-arrow{ right:10px; }

.service ul.service-slider li {
	position:relative;
	margin:0 1em;
	}
	
.service-slider .slide-arrow{
	position:absolute;
	top:50%;
	z-index:100;
	cursor:pointer;
	width:35px!important;
	}	
@media only screen and (max-width: 768px) {
.service-slider .slide-arrow{
	width:20px!important;
	}
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

SP_breakpoint

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

@media only screen and (max-width: 768px) {




	br.pc { display:none!important; }
	br.sp { display:inline!important; }
	
	.pc { display:none!important; }
	.sp { display:block!important; }

	.main-content {
	min-width:300px!important;
	background-color:#faf6e9;
	}

	.conteiner {
	width: 100%;
	padding:0 1em;
	}
	
	h2 {
	font-size:1.5em!important;
	}
	

/* -------- FV area ------- */
		
.fv-bg {
	height:auto;
	background: url("../img/fv_img.png")no-repeat top left;
	background-size: 100% auto;
	padding:190px 0 30px 0;
	}

.fv-bg img{
	width:100%;
	height:auto;
	}

.fv-bg .fv-img{
	display:flex;
	flex-wrap: wrap;
	margin:0 15px;
	}
.fv-bg .fv-img div:nth-child(1){
	width:65%;
	}
.fv-bg .fv-img div:nth-child(2){
	padding:20px 0 0 15px;
	width:35%;
	}


.fv-bg h1{
	margin:15px 30px;
	}
		
.fv-bg div.conteiner {
	padding:0 30px;
	}

/* -------- slide area ------- */

.slide {
	background: #f8ebe2;
	padding:15px 0 50px 15px;
	}

.slide img{
	width:100%;
	}

.service ul.service-slider img.pc-hidden{
	display:none!important;/**/
	}

.slider li{
	width:100%;
	box-shadow: 0.2em 0.2em 0.2em rgba(0,0,0,0.05);
	}

/* -------- about area ------- */

.about {
	background: #fff;
	padding:15px;
	}

.about h2{
	font-size:1.2em!important;
	font-weight:normal!important;
	line-height: 2.0;
	text-align:center;
	}

.about h2 strong{
position: relative;
	display:block;
	font-size:1.5em!important;
	font-weight:normal!important;
	color:#df817e;
	}

.about h2 strong span{
	display:block;
	background: linear-gradient(transparent 0%, transparent 80%, #f9efe8 20%, #f9efe8 20%);
	height: 40px;
	width:90%;
	margin: 0 auto;
	}

.about h2 strong:before{
position: absolute;
	top: 10%;
	content: '';
	display: inline-block;
	width: 45px;
	height: 75px;
	background: url(../img/consept-txtline_left.png)no-repeat;
	background-size: contain;
	left:0;
	vertical-align: top;
	margin:0 0 0 0.2em;
}
.about h2 strong:after{
position: absolute;
	top: 10%;
	content: '';
	display: inline-block;
	width: 45px;
	height: 75px;
	background: url(../img/consept-txtline_right.png)no-repeat;
	background-size: contain;
	right:0;
	vertical-align: top;
	margin:0 0.2em 0 0;
}

.about .copy{
	font-size:1em!important;
	text-align:center;
	margin:20px 0 40px 0;
	}

.about h3{
	text-align:center;
	margin-bottom:10px;
}

.about h3 img{
	width:60%;
}

.about ul.point{
}

.about ul.point li{
	width:100%;
}

.about ul.point li{
	display:block;
	margin: 0 0 40px 0;
}

.about ul.point li div{
	position:relative;
}
.about ul.point li div img{
	width:100%;
	margin-bottom: 10px;
}
.about ul.point li div p{
	position:absolute;
	top:-5px;
	left:-5px;
}
.about ul.point li div p img{
	width:50%;
}

.about ul.point li div h4{
	font-weight:normal;
	color:#df817e;
	text-align:center;
}
.about ul.point li div span{
	font-size:1em!important;
}

/* -------- service area ------- */

.service {
	padding:60px 0;
}

.service h3{
	text-align:center;
	margin-bottom:10px;
}

.service h3 img{
	width:60%;
}

.service ul.service-slider {
	height:100%;

	}

.service ul.service-slider li {
	position:relative;
	background-color:#fff;
	overflow:visible;
	height:100%;
	min-height:600px;
	}

.service ul.service-slider li img{
	width:100%;
	}

.service ul.service-slider li div {
	position:absolute;
	width:75%;
	right:20px;
	}

.service ul.service-slider li div span.icatch {
	width:90px;
	display:block;
	background: url(../img/service_icatch-bg.png)no-repeat;
	background-size: contain;
	color:#df817e;
	padding:0 1em;
	margin:0 auto 0 auto;
	}
.service ul.service-slider li div h4 {
	color:#df817e;
	text-align:center;
	}
.service ul.service-slider li div p {
	margin:0 0 0 0!important;
	}


.service div.cv-btn {
	position:relative;
	border-radius:30px;
	background-color:#c85854;
	text-align:center;
	margin-top:40px;
	border:1px solid #fff;
	box-shadow:-5px -5px 0px 0px #ba4442 inset;
}

.service div.cv-btn a{
	display:block!important;
	color:#fff;
	font-size: 1.7em;
	padding:10px 0 10px 45px;
}

.service div.cv-btn:before{
	position:absolute;
	content: '';
	top:10px;
	left:10px;
	display: block;
	background: url(../img/cv-icon.png)no-repeat;
	background-size: contain;
	height:41px;
	width:55px;

}


/* -------- flow area ------- */

.flow {
	padding:80px 0;
	background-color:#fff;
}

.flow h3{
	text-align:center;
	margin-bottom:10px;
}

.flow h3 img{
	width:60%;
}

.flow ul{
	background: url(../img/flow_back.png)no-repeat 10px 20px;
	background-size: 55%;
	margin:0 20px;
}

.flow ul li div{
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin:10px;
}
.flow ul li div img{
	width:50%;
	margin-right:0.5em;
}
.flow ul li div p{
	display:inline-block;
	width:45%;
	font-size:1.4em;
	color:#df817e;
	vertical-align:middle;
}
.flow ul li div span{
	display:block;
}


/* -------- voice area ------- */
.voice {
	padding:60px 0;
}

.voice h3{
	text-align:center;
	font-size:1em;
	font-weight:normal;
	margin-bottom:10px;
}

.voice h3 img{
	display:block;
	width:60%;
	margin:5px auto 0 auto;
}

.voice p{
	width:100%;
	text-align:center;
	margin:20px 0;
}
.voice p img{
	width:60%;
}

.voice ul li.coment-left{
	background: url(../img/voice-coment01_bg.png)no-repeat top left;
	background-size:70%;
}

.voice ul li.coment-right{
	background: url(../img/voice-coment02_bg.png)no-repeat top right;
	background-size: 70%;
	flex-direction: row-reverse;
}

.voice ul li{
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	min-height:195px;
}

.voice ul li span{
	width:70%;
	padding:2em 1em;
}

.voice ul li img{
	width:30%;
	height:100%;
}


	/*----- faq ----*/
.faq {
	padding:60px 0;
	background-color:#fff;
	}

.faq h3{
	text-align:center;
	margin-bottom:10px;
}

.faq h3 img{
	width:60%;
}


.faq div.conteiner{
	width:100%;
	}

.faq div.conteiner h4 {
	padding : 0 0 10px 0 ;
	font-size:1em;
	font-weight:normal;
	margin:20px 0;
	border-bottom:1px solid #ccc;
	}

.faq div.conteiner p.answer {
	position:relative;
	padding: 0 0 10px 30px;
	}

.faq div.conteiner p.answer span {
	display:block;
	color:#e68a82;
	}

.faq div.conteiner p.answer:before {
	position:absolute;
	content: '';
	top: 0;
	left:0px;
	width:25px;
	height:20px;
	background: url("../img/faq_icon.png") top left no-repeat;
	background-size: 19px 15px;
	}


/* -------- cv area ------- */

.cv {
	padding:30px 0;
	background: url("../img/cv_bg.png") top left no-repeat;
	background-size: cover;
	background-color:#c85854;
	text-align:center;
}

.cv span {
position: relative;
	display:inline;
	text-align:center;
	font-size: 1.2em;
	color:#fff;
	margin:0 auto;
}
.cv span:before{
position: absolute;
	top: 10%;
	content: '';
	display: inline-block;
	width: 20px;
	height: 32px;
	background: url(../img/cv_line-left.png)no-repeat;
	background-size: contain;
	left:0;
	vertical-align: top;
	margin:0 0 0 -1em;
}
.cv span:after{
position: absolute;
	top: 10%;
	content: '';
	display: inline-block;
	width: 20px;
	height: 32px;
	background: url(../img/cv_line-right.png)no-repeat;
	background-size: contain;
	right:0;
	vertical-align: top;
	margin:0 -1em 0 0;
}


.cv div.cv-btn {
	border-radius:40px;
	font-size: 2em;
	text-decoration:none!important;
	text-align:center;
	padding:8px 0;
	margin:20px auto;
	background-color:#fff;
	width:100%;
}
.cv div.cv-btn a{
	display: block;
	text-decoration:none!important;
	padding:8px 0;/**/
}





.cv a.place{
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	color:#fff!important;
	text-decoration:none!important;
	text-align:center;
}
.cv a.place:after{
	content: '>';
	margin-left:10px;
}


/* -------- insta area ------- */

.insta {
	padding:30px 0;
}
.insta h3{
	text-align:center;
	margin-bottom:10px;
}

.insta h3 img{
	width:60%;
}

.insta p{
	text-align:center;
}
	


	}



/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

pc_breakpoint

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

@media only screen and (min-width: 769px) {

	br.pc { display:inline!important; }
	br.sp { display:none!important; }

	.pc { display:block!important; }
	.sp { display:none!important; }

main.main-content {
	width:1024px;/**/
	background-color:#faf6e9;
	margin:0 auto;
}

.conteiner {
width: 100%;
margin: 0 auto;
}

	
	h2 {
	font-size:1.5em!important;
	}
	

/* -------- FV area ------- */
		
.fv-bg {
	height:auto;
	background: url("../img/fv_img-pc.png")no-repeat top left;/**/
	background-size: 100% auto;
	padding:280px 0 60px 0;/**/
	}

.fv-bg img{
	width:100%;
	height:auto;
	}

.fv-bg .fv-img{
	display:flex;
	flex-wrap: wrap;
	margin:0 70px;
	}
.fv-bg .fv-img div:nth-child(1){
	width:50%;
	}
.fv-bg .fv-img div:nth-child(1) img{/**/
	width:80%;
	}
.fv-bg .fv-img div:nth-child(2){
	padding:20px 0 0 15px;
	width:50%;
	text-align:right;
	}
.fv-bg .fv-img div:nth-child(2) img{/**/
	width:45%;
	}

.fv-bg h1{
	margin:0 230px 15px 270px;
	}
		
.fv-bg div.conteiner {
	padding:0 30px;/**/
	}

.fv-bg div.conteiner img{
	padding:0 120px;/**/
	}

/* -------- slide area ------- */

.slide {
	background: #f8ebe2;
	padding:60px;/**/
	}

.slide img{
	width:100%;
	}


.slider li{
	width:100%;
	box-shadow: 0.2em 0.2em 0.2em rgba(0,0,0,0.05);
	}


/* -------- about area ------- */

.about {
	background: #fff;
	padding:15px;
	}

.about h2{
	font-size:32px!important;/**/
	font-weight:normal!important;
	line-height: 2.0;
	text-align:center;
	}

.about h2 strong{
position: relative;
	display:inline;
	font-size:1.5em!important;
	font-weight:normal!important;
	color:#df817e;
	}

.about h2 strong span{
	display:block;
	background: linear-gradient(transparent 0%, transparent 60%, #f9efe8 40%, #f9efe8 40%)!important;/**/
	height: 100px!important;/**/
	width:100%!important;/**/
	margin: 0 auto;
	}

.about h2 strong:before{
position: absolute;
	top:0%;
	content: '';
	display: inline-block;
	width: 45px;
	height: 75px;
	background: url(../img/consept-txtline_left.png)no-repeat;
	background-size: contain;
	left:0;
	vertical-align: top;
	margin:0 0 0 -1em;/**/
}
.about h2 strong:after{
position: absolute;
	top: 0%;
	content: '';
	display: inline-block;
	width: 45px;
	height: 75px;
	background: url(../img/consept-txtline_right.png)no-repeat;
	background-size: contain;
	right:0;
	vertical-align: top;
	margin:0 -1em 0 0;/**/
}

.about .copy{
	font-size:1.6em!important;/**/
	text-align:center;
	margin:20px 0 80px 0;/**/
	}

.about h3{
	text-align:center;
	margin-bottom: 60px;/**/
}

.about h3 img{
	width:30%;/**/
}

.about ul.point{
}

.about ul.point li{
	width:100%;
}

.about ul.point li{
	display:flex;/**/
	margin: 0 0 40px 0;
}

.about ul.point li div{
	position:relative;
	width:50%!important;/**/
	padding-right:20px;/**/
}
.about ul.point li div img{
	width:100%;
	margin-bottom: 10px;
}
.about ul.point li div p{
	position:absolute;
	top:-5px;
	left:-5px;
}
.about ul.point li div p img{
	width:100%;/**/
}

.about ul.point li div h4{
	font-weight:normal;
	color:#df817e;
	text-align:left!important;/**/
	font-size:1.8em!important;/**/
}
.about ul.point li div span{
	font-size:1.2em!important;
	text-align:left!important;/**/
}

/* -------- service area ------- */

.service {
	padding:80px 0;/**/
}

.service h3{
	text-align:center;
	margin-bottom:60px;/**/
}

.service h3 img{
	width:40%;/**/
}

.service ul.service-slider{
	margin: 0 100px;/**/
	}

.service ul.service-slider li {
	position:relative;
	}

.service ul.service-slider li img{
	width:100%;
	}

.service ul.service-slider img.sp-hidden{
	display:none!important;/**/
	}

.service ul.service-slider li div {
	position:absolute;
	width:50%;/**/
	right:70px;
	}

.service ul.service-slider li div span.icatch {
	width:130px;
	display:block;
	background: url(../img/service_icatch-bg.png)no-repeat;
	background-size: cover;
	color:#df817e;
	padding:0 0;
	margin:0 auto;
	text-align:center;
	font-size:1.5em;/**/
	}
.service ul.service-slider li div h4 {
	color:#df817e;
	text-align:center;
	font-size:2em;/**/
	}
.service ul.service-slider li div p {
	margin:0 0 0 0!important;/**/
	}
.service ul.service-slider li div span.txt {
	font-size:1.2em!important;
	margin:0 0 0 0!important;/**/
	}



.service div.cv-btn {
	position:relative;
	border-radius:60px;/**/
	background-color:#c85854;
	text-align:center;
	margin-top:40px;
	border:1px solid #fff;
	box-shadow:-5px -5px 0px 0px #ba4442 inset;
	width:50%;/**/
	margin:40px auto 0 auto;/**/
}

.service div.cv-btn a{
	display:block!important;
	color:#fff;
	font-size: 1.7em;
	padding:10px 0 10px 45px;
	font-size: 2.5em;/**/
}

.service div.cv-btn:before{
	position:absolute;
	content: '';
	top:15px;/**/
	left:20px;/**/
	display: block;
	background: url(../img/cv-icon.png)no-repeat;
	background-size: contain;
	height:61px;/**/
	width:75px;/**/

}

/* -------- voice area ------- */
.voice {
	padding:60px 0;
}

.voice h3{
	text-align:center;
	font-size:1.5em;
	font-weight:normal;
	margin-bottom:10px;
}

.voice h3 img{
	display:block;
	width:30%;/**/
	margin:5px auto 0 auto;
}

.voice p{
	width:100%;
	text-align:center;
	margin:20px 0;
}
.voice p img{
	width:35%;
}

.voice ul{/**/
	display:flex;
	flex-wrap: wrap;
	padding:0 30px;
}

.voice ul li.coment-left{
	background: url(../img/voice-coment01_bg.png)no-repeat top right;
	background-size:70%;
	flex-direction: row-reverse;
}

.voice ul li.coment-right{
	background: url(../img/voice-coment02_bg.png)no-repeat top right;
	background-size: 70%;
	flex-direction: row-reverse;
}

.voice ul li{
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	min-height:auto;
	width:50%;/**/
	padding: 1em 3em 4em 3em;!important/**/

}

.voice ul li span{
	width:60%;/**/
	padding:2em 1em;/**/
}

.voice ul li img{
	width:40%;/**/
	height:auto;/**/
}


	/*----- faq ----*/
.faq {
	padding:80px 0;
	background-color:#fff;
	}

.faq h3{
	text-align:center;
	margin-bottom:10px;
}

.faq h3 img{
	width:30%;/**/
}


.faq div.conteiner{
	width:100%;
	padding: 0 15%;/**/
	}

.faq div.conteiner h4 {
	padding : 0 0 10px 0 ;
	font-size:1.2em;/**/
	font-weight:normal;
	margin:20px 0;
	border-bottom:1px solid #ccc;
	}

.faq div.conteiner p.answer {
	position:relative;
	padding: 0 0 10px 30px;
	font-size:1.2em;/**/
	}

.faq div.conteiner p.answer span {
	display:block;
	color:#e68a82;
	}

.faq div.conteiner p.answer:before {
	position:absolute;
	content: '';
	top: 5px;
	left:0px;
	width:25px;
	height:20px;
	background: url("../img/faq_icon.png") top left no-repeat;
	background-size: 19px 15px;
	}


/* -------- cv area ------- */

.cv {
	padding:30px 0;
	background: url("../img/cv_bg.png") top left no-repeat;
	background-size: cover;
	background-color:#c85854;
}

.cv .conteiner{
	text-align:center;
}

.cv span {
position: relative;
	display:inline;/**/
	text-align:center;
	font-size: 1.5em;/**/
	color:#fff;
}
.cv span:before{
position: absolute;
	top: 10%;
	content: '';
	display: inline-block;
	width: 20px;
	height: 32px;
	background: url(../img/cv_line-left.png)no-repeat;
	background-size: contain;
	left:0;
	vertical-align: top;
	margin:0 0 0 -1em;
}
.cv span:after{
position: absolute;
	top: 10%;
	content: '';
	display: inline-block;
	width: 20px;
	height: 32px;
	background: url(../img/cv_line-right.png)no-repeat;
	background-size: contain;
	right:0;
	vertical-align: top;
	margin:0 -1em 0 0;/**/
}


.cv div.cv-btn {
	border-radius:40px;
	font-size: 2.4em;
	text-decoration:none!important;
	text-align:center;
	margin:20px auto;/**/
	background-color:#fff;
	width:400px;/**/
}
.cv div.cv-btn a{
	display: block;
	text-decoration:none!important;
	padding:8px 0;/**/
}


.cv a.place{
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	color:#fff!important;
	text-decoration:none!important;
	text-align:center;
}
.cv a.place:after{
	content: '>';
	margin-left:10px;
}


/* -------- insta area ------- */

.insta {
	padding:80px 0;
}
.insta h3{
	text-align:center;
	margin-bottom:10px;
}

.insta h3 img{
	width:30%;/**/
}

.insta p{
	text-align:center;
	font-size:1.5em;/**/
}
	


}



/* -------- flow area ------- */

@media only screen and (min-width: 720px) {
.flow {
	padding:80px 0;
	background-color:#fff;
}

.flow h3{
	text-align:center;
	margin-bottom:10px;
}

.flow h3 img{
	width:35%;/**/
}

.flow ul{
	background: url(../img/flow_back.png)no-repeat 20px 150px;
	background-size: 25%;
	margin:0 20px;
}

.flow ul li{/**/
margin-bottom:40px;
}

.flow ul li div{/**/
	display:block;
	margin:10px;
	width:100%
}

.flow ul li div img{/**/
	width:30%;
	margin-right:0.5em;
	float:left;/**/
}

.flow ul li div p{/**/
	display:block;
	width:65%;
	font-size:1.8em;
	color:#df817e;
	vertical-align:middle;
	padding-top:10%;
	margin-left:35%;
}

.flow ul li div span{/**/
	display:block;
	width:60%;
	margin-left:35%;
	font-size:1.2em!important;
}

/*
* clearfix
*/
.flow ul li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 1px;
	line-height: 0;
}
.flow ul li { display: inline-block; }
.flow ul li { display: block; }

}

@media only screen and (max-width: 320px)  {
.service ul.service-slider li div {
	top:45%!important;/**/
	}
}
@media only screen and (min-width: 321px)  {
.service ul.service-slider li div {
	top:60%!important;/**/
	}
}
@media only screen and (min-width: 415px)  {
.service ul.service-slider li div {
	top:65%!important;/**/
	}
}
@media only screen and (min-width: 769px)  {
.service ul.service-slider li div {
	top:55%!important;/**/
	}
}


@media (min-width: 540px) and (max-width: 769px)  {
.about,
.service ul.service-slider li div span.txt,
.voice h3,
.voice ul li span {
font-size:1.5em;
}

.fv-bg div.conteiner img{
	width:90%;/**/
	margin:0 auto;
}

.about h3 img,
.service h3 img,
.voice h3 img,
.faq h3 img,
.insta h3 img {
	width:40%;/**/
	margin-bottom: 30px;/**/
}

.about ul.point li div p img{
	width:100%;
}

.voice ul li img{
	margin:60px 0;/**/
}

}

/* -------------------------------- 

floating-bnr components 

-------------------------------- */

@media only screen and (max-width: 768px) {
.floating-banner {
	position: fixed;/* 追従 */
	z-index: 99999;/* 他の要素の下に隠れないように */
	bottom: 5%;/* バナーの上下の位置 */
	right: 0!important;/* バナーの左右の位置 */
	width:30%;
	display:block;
	text-align:right;
}

.floating-banner img{
	width:100%;

}

}

@media only screen and (min-width: 769px) {
.floating-banner {
	position: fixed;/* 追従 */
	z-index: 99999;/* 他の要素の下に隠れないように */
	top: 40%;/* バナーの上下の位置 */
	right: 0!important;/* バナーの左右の位置 */
	width:auto;
	display:block;
	text-align:right;
}

.floating-banner img{
	width:80%;

}

}

@media only screen and (min-width: 540px) {

.about h2 strong span{
	display:inline!important;
	background: linear-gradient(transparent 0%, transparent 80%, #f9efe8 20%, #f9efe8 20%);
	height: 40px;
	width:100%;
	margin: 0!important;
	padding: 0!important;
	}
}


