@charset "UTF-8";

/*共通*/
p {
    line-height: 1.4;
    word-wrap: break-word;
}

img{
    vertical-align: top;
    max-width: 100%;
}

#wrapper {
    padding: 0;
    overflow: hidden;
    color: #333;
    background: #fff;
}

.contents{
    width: 750px;
    margin: 0 auto;
    box-shadow: 0px 10px 15px -10px #888;
}

a:link {
    color: #fff;
    text-decoration: underline;
}

.pc_ds{
    display: block;
}

.pc_ds2{
    display: inline;
}

.sp_ds{
    display: none;
}

/*テキスト*/
h2{
    font-size: 44px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

h3{
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    padding: 2% 0;
    color: #fff;
    background-color: #44bced;
}

h4{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    color: #0094a6;
    max-width: 100%;
    margin: 0 0 3%;
    border-bottom: 2px solid #0094a6;
}

.tex_sm{
    font-size: 70%; 
}


.yellow_line{
    background: rgba(0, 0, 0, 0)linear-gradient(transparent 70%, #fff600 0%)repeat scroll 0 0;
}


/*margin*/
.mt10{
    margin-top: 10px; 
}
.mt20{
    margin-top: 20px; 
}
.mt30{
    margin-top: 30px; 
}
.mt40{
    margin-top: 40px; 
}
.mt50{
    margin-top: 50px; 
}
.mt60{
    margin-top: 60px; 
}
.mb10{
    margin-bottom: 10px; 
}
.mb20{
    margin-bottom: 20px; 
}
.mb30{
    margin-bottom: 30px; 
}
.mb40{
    margin-bottom: 40px; 
}
.mb50{
    margin-bottom: 50px; 
}
.mb60{
    margin-bottom: 60px; 
}

/*カラー*/
.co_ye{
    color: #ffea01;
}

.co_gr{
    color: #005d0d;
}

.co_br{
    color: #194f8c;
}

.co_re{
    color: #bb0140;
}


/*ポジション*/
.po_r{
    position: relative;
}

.po_a{
    position: absolute;
}

/*ポジション　画面中央*/
.po_ce{
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

/*追従ナビ*/
.floating{
	position: fixed;
	z-index: 99999;
	bottom: 0;
	background-color: #fffedc;
	width: 100%;
	max-width: 750px;
	display: none;
}

.floating .wrap{
	margin: 0 auto;
}

.nav img:hover {
	opacity: 0.7 ;
}

.nav{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 7px 0 2px;
	max-width:750px;
    margin: 0 auto;
}

.nav a{
	width: calc(90% / 3);
}

.nav img{
	width: 100%;
}

.tui-end{
    background-color: #00be4c;
    padding-bottom: 15%;
}

@media screen and (max-width:767px){
.floating .btn-anc{
    margin-top: 6px;
    margin-bottom: 10px;
    margin-left: 2%;
    margin-right: 2%;
}

.nav{
    padding: 7px 2px 2px;
}

.nav a{
	width: calc(96% / 3);
}
}


/*mv*/
.mv{
    margin: 0 auto;
}

.mv img{
    max-width: 750px;
    margin: 0 ;
}

/*お問い合わせ*/
.contact{
	background-image: url(../img/contact_bg.jpg);
	padding: 3%;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.contact-tit{
	font-size: 26px;
}
.contact-txt{
	font-size: 29px;
}

.contact img:hover {
	opacity: 0.7 ;
}

/*タイトル*/
.tit-img{
	margin-bottom: 40px;
}

/*コロナ対策*/
.koro{
	font-weight: bold;
	border: 3px solid #00be4c;
	border-radius: 20px;
	margin: 3%;
	padding: 3%;
}
.koro-tit{
	font-size: 32px;
	color: #00be4c;
	font-weight: bold;
	text-align: center;
	margin: 0 0 2%;
}
.koro-txt{
	font-size: 20px;
	text-align: center;
	margin: 0 0 4%;
}
.koro-lis{
	display: flex;
	margin: 0 3%;
}
.koro-lis-txt{
	font-size: 20px;
	width: 60%;
	line-height: 1.5;
}
.koro-lis img{
	width: 40%;
}

/*サービス*/
.service{
	text-align: center;
	background-color: #fffedc;
	padding: 7% 3% 5%;
}

.service .service-img img{
	margin: 2% 0 0;
}

/*プラン*/
.plan{
	text-align: center;
	padding: 7% 3% 5%;
}

.plan-txt{
	font-size: 25px;
	text-align: center;
	margin: 0 0 4%;
	font-weight: bold;
}

.plan .plan-img img{
	margin: 2% 0 0;
}

/*選ばれる理由*/
.reason{
	text-align: center;
	padding: 7% 3% 5%;
}

.reason .reason-img img{
	margin: 2% 0 0;
}

/*口コミ*/
.voice{
	text-align: center;
	background-color: #fffedc;
	padding: 7% 0 5%;
}

/*スライダー*/
.slick-slide img{
    display: inline-block!important;
}

.slick01 .slick-next {
    right: 12px;
    z-index: 90;
}

.slick01 .slick-prev {
    left: 8px;
    z-index: 90;
}

.slick01 .slick-prev:before, .slick01 .slick-next:before {
    color: #00be4c;
	font-size: 28px;
}

.slick01 .slick-next:before {
    content: '▶';
}

.slick01 .slick-prev:before{
    content: '◀';
}

.slick01 .slick-dots li button:before{
    color: #00be4c;
}

.slick01 .slick-dots li.slick-active button:before{
    color: #00be4c;
}

.slick01 .slick-dots li button:before{
	font-size: 16px;
}

/*流れ*/
.flow{
	text-align: center;
	padding: 7% 3% 5%;
}

.flow .flow-img img{
	margin: 2% 0 0;
}

/*エリア*/
.area{
	text-align: center;
	background-color: #fffedc;
	padding: 7% 3% 5%;
}

.area .area-img img{
	margin: 2% auto;
}


/*FAQ*/
.answer{
    background-color: #fff;
	padding: 7% 3% 5%;
	text-align: center;
}

.answer2{
    max-width: 750px;
    margin: 5% auto;
	text-align: left;
}

/*アコーディオン*/
.q_arrow {
	position: absolute;
	top: 40%;
	right: 4%;
	width: 2%;
}

.sp_close_1 , .sp_close_2 , .sp_close_3 , .sp_close_4 {
	display: none;
	width: 100%;
	margin: 0 auto;
}

.OaC_btn_1 , .OaC_btn_2 , .OaC_btn_3 , .OaC_btn_4 {
	display: block;
	padding: 17px;
	color: #00be4c;
	font-weight: bold;
	border: 2px solid#00be4c;
	font-size: 18px;
	position: relative;
	line-height: 1.3;
	padding-right: 12%;
	margin: 20px 10px 5px 10px;
	background-color: #fffedc;
}

.close {
	line-height: 1.6;
	padding: 3%;
	margin: 0 10px 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #000;
}


/*----------sp------------*/
@media (max-width: 767px) { 
/*共通*/
.contents{
    width: 100%;
}

.sp_ds{
    display: block;
}

.pc_ds{
    display: none;
}

.pc_ds2{
    display: none;
}

/*テキスト*/
h2{
    font-size: 7vw;
   line-height: 1.6;
}

h3{
    font-size: 7.5vw;
    padding: 5%;
    line-height: 1.2;
}

h4{
    font-size: 6.5vw;
}

/*mv*/
.mv{
    margin: 0 auto;   
}

.mv img{
    width: 100%;
}
	
/*お問い合わせ*/
.contact-tit{
	font-size: 5.5vw;
}
.contact-txt{
	font-size: 5.7vw;
}

/*タイトル*/
.tit-img{
	margin-bottom: 20px;
}
	
.tit-img img{
	width: 90%;
	height: 100%;
}

/*コロナ対策*/
.koro{
	padding: 3%;
}
.koro-tit{
	font-size: 6vw;
	margin: 0 0 3%;
}
.koro-txt{
	font-size: 4.8vw;
	margin: 0 0 5%;
}
.koro-lis{
	margin: 0 1%;
}
.koro-lis-txt{
	font-size: 4.5vw;
}
.koro-lis img{
	height: 100%;
}

/*サービス*/
.service{
	padding: 10% 3% 7%;
}

.service .service-img img{
	margin: 3% 0 0;
}

/*プラン*/
.plan{
	padding: 10% 3% 7%;
}

.plan-txt{
	font-size: 5vw;
	margin: 0 0 3%;
}

/*選ばれる理由*/
.reason{
	padding: 10% 3% 7%;
}

/*口コミ*/
.voice{
	padding: 10% 0 7%;
}

/*スライダー*/
.slick-slide img{
    display: inline-block!important;
	width: 88%;
    height: 100%;
}

.slick01 .slick-next {
    right: 1px;
}

.slick01 .slick-prev {
    left: 1px;
}

.slick01 .slick-prev:before, .slick01 .slick-next:before {
	font-size: 15px;
}

.slick01 .slick-dots li button:before{
	font-size: 11px;
}

.slick01 .slick-dots li {
    margin: 0 3px;
}

/*流れ*/
.flow{
	padding: 10% 3% 7%;
}

.flow .flow-img img{
	margin: 3% 0 0;
}

/*エリア*/
.area{
	padding: 10% 3% 7%;
}

.area .tit-img img{
	width: 65%;
	height: 100%;
}


/*FAQ*/
.answer{
	padding: 10% 3% 7%;
}
.answer .tit-img img{
	width: 80%;
	height: 100%;
}

.answer2{
    max-width: 750px;
    margin: 5% auto;
	text-align: left;
}

/*アコーディオン*/
.q_arrow {
    position: absolute;
    top: 40%;
    right: 4%;
    width: 6%;
}
.OaC_btn_1 , .OaC_btn_2 , .OaC_btn_3 , .OaC_btn_4 {
	padding: 15px 40px 15px 15px;
	font-size: 5vw;
	margin: 20px 0 5px;
}

.close {
    padding: 3%;
    margin: 0 3px 3px;
	font-size: 4.5vw;
}


/*追従*/
.tui-end{
    background-color: #00be4c;
    padding-bottom: 15%;
}
}

.tel_ic_pc .tel{
    line-height:0;
}
.tel_btn{
    width: 350px;
    margin: 5px;
}
@media screen and (max-width:767px){
.tel_btn{
    width:90%;
}
}

