.SOS {display: none!important;}


.pink{
	color: #fc3274;
}
.kv{
	background: #f4bab9;
	text-align: center;
	padding: 0 0 20px;
}
.kv_text{
	font-weight: bold;
	background:rgba(255,255,255,.74);
	padding: 8px 0;
	font-size: 1.45rem;
}
.kv_pic{
	padding: 15px 0 10px;
}
.kv_text-inner .pink{
	font-size: 100%;
}
	
	
.line_bnr{
	padding: 15px 5px 0;
	
}

.intro{
	background: #f3e1e1;
	padding: 30px 0;
}
.intro_block{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 13px 0;
}
.intro_inner{
	width: 90%;
	margin: auto;
}
.intro_block.reverse{
	flex-direction: row-reverse;
}
.intro_pic{
	width: 20%;
}
.intro_text{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 70px;
	-moz-box-shadow: 0px -2px 20px -4px rgba(186, 186, 186, 0.8);
	-webkit-box-shadow: 0px -2px 20px -4px rgba(186, 186, 186, 0.8);
	-ms-box-shadow: 0px -2px 20px -4px rgba(186, 186, 186, 0.8);
	box-shadow: 0px -2px 20px -4px rgba(186, 186, 186, 0.8);	
	  position: relative;
	  padding: 7px 10px;
	  background: #fff;
	      width: 73%;
	      margin: 0 0 0 auto;

}
.intro_text p{
	margin: 0;
	font-size: 1.5rem;	
}
.intro_text:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
    margin-top: -10px;
    border: 5px solid transparent;
    border-right: 10px solid #fff;
}

.anim-box.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.97);
  }
}

.intro_block.reverse .intro_text{
	 margin: 0 auto 0 0;
}
.intro_block.reverse .intro_text:before {
  content: "";
  top: 50%;
  left: auto;
  right: -10px;
  border-right: 0;
  border-left: 10px solid #fff;
}
.intro_text .pink{
	font-weight: bold;
}
.c-title{
	text-align: center;
	margin:0 0 25px;
}
.c-title-img{
	width: 100%;
}
.c-title-lead{
	font-size: 1.9rem;
	margin:10px 0 30px;
}
.what{
	background: #f3f3f3;
	padding: 60px 0;
}
.what_pic{
	text-align: center;
	margin:15px auto;
	width: 80%;
}
.what_text{
	text-align: left;
	margin: 10px auto 0;
	width: 80%;
	
}


.what_block{
	width: 80%;
	margin: auto;
}
.what_block-inner .list{
    padding: 40px 0 0;}



.who{
	background: #f3f3f3;
	padding: 60px 0;	
}
.who_inner{
	width: 90%;
	margin: auto;
}
.who_block{
	
}
.who_block-title{
	text-align: center;
	margin:0 0 30px;
	font-size: 1.8rem;
}

.who_block-title:after{
	content:"";
	position: relative;
    bottom: -8px;
    border-bottom: 1px solid #fc3274;
    width: 100%;
    height: 1px;
    display: block;
}
.who_block-thumb{
	text-align: center;
	width: 90%;
	margin:0 auto 30px;
}
.who_block-text{
	text-align: center;	
}
.how{
	padding: 60px 0;	
}
.how_inner{
	width: 90%;
	margin: auto;	
}
.how_block{
	
}
.how_block-title{
	font-weight: bold;
	text-align: center;
	margin:0 0 30px;	
	font-size: 1.8rem;
}
.how_block-title:after{
	content:"";
	position: relative;
    bottom: -5px;
    border-bottom: 1px solid #fc3274;
    width: 100%;
    height: 1px;
    display: block;
}
.how_block-text{
	display: block;
	text-align: center;
	color: #9a9a9a;
	margin: 50px 0 25px;
	font-size: 1.8rem;
}
.how_block-pic{
	text-align: center;
	width: 90%;
	margin: auto;
}
.care{
	background: #f3f3f3;
	padding: 60px 0;	
}
.care_inner{
	width: 90%;
	margin: auto;	
}
.care_block-title{
	font-weight: bold;
	text-align: center;
	margin:0 0 30px;	
	font-size: 1.8rem;
}
.care_block-title:after{
	content:"";
	position: relative;
    bottom: -5px;
    border-bottom: 1px solid #fc3274;
    width: 100%;
    height: 1px;
    display: block;
}
.care_block-chart{
	text-align: center;
	padding: 20px 0 50px;
}
.care_block-list .list{
	text-align: center;
	padding-bottom: 50px;
}
.care_block-list .list:last-child{
	padding-bottom: 0;
}
.care_block-list .list-first:after{
	content:"";
	background:url(/template/default/img/ibim/concierge/care-arrow01_sp.png) no-repeat;
	background-size: 100% auto;
    display: block;
    width: 40px;
    height: 42px;
    margin: auto;
    position: relative;
    top: 25px;
}
.care_block-list .list-second:after{
	content:"";
	background:url(/template/default/img/ibim/concierge/care-arrow02_sp.png) no-repeat;
	background-size: 100% auto;
    display: block;
    width: 40px;
    height: 42px;
    margin: auto;
    position: relative;
    top: 25px;
}

.where{
	padding: 60px 0 0;	
}
.where_block{
	width: 80%;
	margin: auto;
}
.where_block-inner .list{
	text-align: center;
	margin-bottom: 40px;
}

.where_btn{
	padding: 30px 0 0;
	
}

.why{

	padding: 60px 0;	
}
.why_inner{
	width: 90%;
	margin: auto;	
}
.why .bg_gray{
	background: #f3f3f3;
	padding: 60px 0;	
}
.why_block{
	width: 95%;
	margin: auto;	
}
.why_voice{
	text-align: center;
	margin: 40px 0 10px;
}
.why_voice.why_mt0{
	margin: 0 0 10px;	
}
.why_box{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	margin: auto;
}
.why_box .text{
	margin-top: 0;
}

.why_box-pic{
	text-align: center;
	margin:0 0 20px;
	width: 100%;
}
.why_box-text{
	background: #fff;
	padding: 15px;
	border:1px solid #f88484;
	width: 100%;
    font-size: 1.5rem;
    line-height: 1.9;
}
.why .bg_wh{
	padding: 0 0 60px;
}
.faq{
}
.faq_inner{
	width: 95%;
	margin: auto;	
}
.faq_title{
	font-size: 1.9rem;
    text-align: center;	
    margin:0 0 50px;
}
.faq_block{
	width: 90%;
    margin:auto;
    padding: 0 0 15px;	
}
.faq_left-box{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	    
}
.faq_right-box{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-end;
	margin:0 0 30px;
}
.faq_icon{
	width: 17%;
}
.faq_text{
	position: relative;
	border-radius: 5px;
	padding: 10px;
	width: 79%;
}
.faq_left-box .faq_text p{
	font-weight: bold;
	color: #6a6a6a;
	margin: 0;
}
.faq_right-box .faq_text p{
	margin: 0;
}
.faq_text:before{
    content: "";
    position: absolute;
    top: 50%;
    left: -15px;
    margin-top: -10px;
    border: 5px solid transparent;	
}
.faq_left-box {
	margin-bottom: 20px;
}
.faq_left-box .faq_text{
	background: #f1f1f1;	
	margin:0 0 0 auto;    
}
.faq_right-box .faq_text{
	background: #fef0f0;	
	margin:0 auto 0 0;    
}
.faq_left-box .faq_text:before {
    content: "";
    border-right: 10px solid #f1f1f1;
}
.faq_right-box .faq_text:before {
    content: "";
    border-left: 10px solid #fef0f0;
    right: -15px;
    left: auto;
    top: 80%;
}

.faq .toggle_trigger{
	cursor: pointer;
	display: block;
	text-align: right;
	color: #f80c5f;
	position: relative;
    top: -10px;
}
.btn_area {
    width: 80%;
    margin:0 auto 60px;
}
.sp-only{
	display: block;
}

@media screen and (min-width: 768px) {
.sp-only{
	display: none;
}	
.kv_pic {
    padding: 40px 0 0;
}	
.kv_text {
    padding: 14px 0;
    font-size: 3rem;
    margin: -10px 0 0;
    position: relative;
}

.intro {
    padding: 60px 0;
}
.intro_inner{
	width: 700px;
}
.intro_pic {
    width: auto;
}
.intro_text{
	width: 490px;
}
.intro_block {
    padding: 20px 0;
}
.intro_text .pink {
    font-size: 150%;
}
.intro_text:before {
    content: "";
    position: absolute;
    top: 48%;
    left: -44px;
    margin-top: -10px;
    border: 15px solid transparent;
    border-right: 30px solid #fff;
}

.intro_block.reverse .intro_text:before {
    content: "";
    top: 48%;
    left: auto;
    right: -29px;
    border-right: 0;
    border-left: 30px solid #fff;
}
.intro_text p {
    font-size: 2rem;
}
.c-title-lead {
    font-size: 4rem;
    margin: 20px 0 60px;
    line-height: 1.4;
}
.what {
    padding: 100px 0;
}
.what_pic {
    margin: 15px auto;
    
}
.what_text {
    margin: 40px auto 0;
    width: 747px;
    font-size: 1.8rem;
}

.what_block-inner .list{
	font-size: 1.8rem;
	margin-bottom: 40px;
    width: 50%;
    padding: 100px 30px 10px 0;}

.what_inner{
	width: 865px;
	margin: auto;
}
.what_block {
    width: 100%;
    margin: auto;
}
.what_block-inner ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}



.who {
    padding: 100px 0;
}
.who_inner {
    width: 1130px;
}
.who_block-title {
    margin: 0 0 70px;
    font-size: 2.8rem;
}
.who_block-title:after {
    content: "";
    bottom: -18px;
}
.who_block-title br{
	display: none;
}
.who_block-title .sm{
    font-size: 100%;
    padding-right: 10px;
}
who_block-thumb {
    width: auto;
    margin: 0 auto 50px;
}
.how {
    padding: 100px 0;
}
.how_inner{
    width: 1130px;	
}
.how_block-title {
    margin: 0 0 70px;
    font-size: 2.8rem;
}
.how_block-title:after {
    content: "";
    bottom: -15px;
}
.how_block-text {
    font-size: 2.8rem;
}
.care {
    padding: 100px 0;
}
.care_inner{
    width: 1130px;	
}
.care_block-title {
    margin: 0 0 50px;
    font-size: 2.8rem;
}
.care_block-title:after {
    content: "";
    bottom: -15px;
}
.care_block-chart {
    padding: 30px 0 70px;
}
.care_block-list ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.care_block-list .list-first:after {
    content: "";
    background: url(/template/default/img/ibim/concierge/care-arrow01.png) no-repeat;
    background-size: 36px 37px;
    display: inline-block;
    width: 36px;
    height: 37px;
    position: relative;
    top: 25px;
        left: 7px;
}
.care_block-list .list-second:after {
    content: "";
    background: url(/template/default/img/ibim/concierge/care-arrow02.png) no-repeat;
    background-size: 36px 37px;
    display: inline-block;
    width: 36px;
    height: 37px;
    position: relative;
    top: 25px;
        left: 7px;
}
.where_inner{
	width: 865px;
	margin: auto;
}
.where_block {
    width: 100%;
    margin: auto;
}
.where_block-inner ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.why .bg_gray {
    padding: 100px 0;
}
.why .bg_gray.bg_gray-third{
	padding: 60px 0;
}
.why_block{
	width: 980px;
}
.why_box{
	width: 100%;
	background: #fff;
	padding: 120px 50px 50px;
	border:1px solid #f80c5f;
	margin-top: -140px;
}
.why_box-pic {
    margin: 0 auto 0 0;
    width: 490px;
}
.why_box-text {
    background: #fff;
    padding: 0;
    border: none;
    width: 380px;
    font-size: 2rem;
}
.faq {
    padding: 100px 0 0;
}
.faq_title {
    font-size: 4rem;
}

.faq_inner{
	width: 850px;
}
.faq_block {
    width: 100%;
    padding: 0 0 80px;
}
.faq_left-box{
	width: 700px;
	margin:0 auto 35px 0;
}
.faq_right-box{
	width: 730px;
	margin:0 0 0 auto;	
}

.faq_text {
    padding: 10px;
    width: 580px;
}
.faq_left-box .faq_text p {
    font-size: 2rem;
    padding: 15px;
}
.faq_right-box .faq_text p {
    font-size: 2rem;
    padding: 15px 0 15px 15px;
}
.faq_left-box .faq_icon {
    width: auto;
    margin: 0 auto 0 0;
}
.faq_right-box .faq_icon {
    width: auto;
    margin: 0 0 0 auto;
}
.faq .toggle_trigger {
	font-size: 1.8rem;
    top: -20px;
    width: 700px;
}
.faq_text:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -35px;
    margin-top: -10px;
    border: 15px solid transparent;
}
.faq_left-box .faq_text:before {
    content: "";
    border-right: 30px solid #f1f1f1;
}
.faq_right-box .faq_text:before {
    content: "";
    border-left: 30px solid #fef0f0;
    right: -35px;
    left: auto;
    top: 70%;
}

.btn_area {
    width: 320px;
    margin:0 auto 60px;
}


}

@media screen and (min-width: 768px) and (max-width: 1024px) {
.who_inner,
.how_inner,	
.care_inner {
    width: 95%;
}
.care_block-list .list {
	position: relative;
    width: 29%;
}	
.care_block-list .list-first:after {
    content: "";
    position: absolute;
    top: 40%;
    left: auto;
    right: -50px;
}
.care_block-list .list-second:after {
    content: "";
    position: absolute;
    top: 40%;
    left: auto;
    right: -50px;
}
.where_block-inner .list {
    width: 48%;
}
.where_inner {
    width: 95%;
}
.why_block {
    width: 100%;
}
.why_box-pic {
    width: 49%;
}
.faq_inner {
    width: 95%;
}
}	
@media screen and (min-width: 768px) and (max-width: 1023px) {
.care_block-list .list-first:after {
    content: "";
    position: absolute;
    top: 40%;
    left: auto;
    right: -42px;
}
.care_block-list .list-second:after {
    content: "";
    position: absolute;
    top: 40%;
    left: auto;
    right: -42px;
}
.why_box {
    padding: 80px 20px 20px;
    margin-top: -100px;
}
.why_box-text {
    width: 49%;
    font-size: 1.6rem;
}	
}



.line{
	background: #efffeb;
	text-align: center;
	padding: 10px 0 50px 0;	}

	
	.line-img{
	width: 100px;
    margin-bottom: 10px;}
		
	
	}
	
.line_title{
		font-size: 22px;
		margin:0 0 10px;
		
			}
.line_text{    font-size: 16px!important;
    padding-bottom: 20px!important;}

	
	
	.line_btn { display:block; background-color:#00c300; color:#fff !important; text-align:center; transition:background-color 0.5s ease; font-weight: bold; cursor: pointer; height: 45px;
    width: 300px; margin: 0 auto; padding: 7px;
    font-size: 18px;}
.line_btn:active,
.line_btn:hover { background: #7dc97d; text-decoration: none;}



@media screen and (min-width: 768px) {	
.line{ 
	padding: 50px 0;
	}
.line_title{ font-size: 28px;}
}





.footer_sticky { display: none !important; }


.ibim-sticky{
    position: sticky;
    position: -webkit-sticky;
    bottom: 0;
    text-align: center;
  position: fixed;
  left: 0; right: 0; bottom: 0;
  filter: drop-shadow(0 0 10px rgba(#000, 0.1));
   
 
    margin: 0 auto;
  max-width:780px

    
}
  

  .ibim-sticky.animate {
    pointer-events: initial;
    opacity: 1;
  }

  .sticky-bnr:hover { opacity: 0.8; }
  
   .sticky-sp{width:49%;}



