@charset "utf-8";
/* CSS Document */

/*reset*/
html {
	 -webkit-text-size-adjust: 100%;
}
/*　オフィシャル移行対応　*/
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 {
line-height: 1.4;
}
*, *::before, *::after {
    box-sizing: border-box;
}
a:hover,
a:focus {
  opacity: 0.7;
  transition: 0.3s;
}
.cv__bottom-link a:hover,
.cv__bottom-link a:focus,
.cv__bottom-caution a:hover,
.cv__bottom-caution a:focus{
  color: #fff!important;
}
tr, th, td{
	border: none;
	box-sizing: border-box;
}
.main_contents {
    color: #000000;
}
.main_contents .title span {
    display: inline;
}
.main_contents .title span .bl{
	display: block;
}
.main_contents .title span.ib {
    display: inline-block;
}
/*　オフィシャル移行対応ここまで　　*/

.footer_fix_tel_tb {
    line-height: 2rem;
}
.main_contents{
	/*line-height: 0; 20260217*/
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
}
.main_contents p{
	line-height: 1.3;
	margin-bottom: 0;
	font-size: 18px;
	color: inherit;
	letter-spacing: 1px;
}
.main_contents .title{
	margin-bottom: 0;
}
.main_contents .title p{
	text-align: left;
	margin: 0;
}
body main>section{
	padding: 0;
	margin: 0;
}
.main_contents h2,
.main_contents h3,
.main_contents h4,
.main_contents span{
	line-height: 1.3 !important;
	letter-spacing: 1px;
}

/*base*/
body{
}
img, svg {
    max-width: 100%;
	max-height: 100%;
    vertical-align: bottom;
	line-height: 0;
}
.fb{
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.serif {
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
}
.bl{
	display: block;
}
.ib{
	display: inline-block;
}
.pc_block{
	display: block;
	line-height: 0;
}
.sp_block{
	display: none!important;
}

.section_wrap{
	padding: 160px 0; 
}
.section_inner{
	width: 1200px;
	margin: 0 auto;
}
.section_inner02{
	width: 1500px;
	margin: 0 auto;
}
.main_contents h2.h2_title{
	position: relative;
	margin-bottom: 100px;
	font-size: 46px;
	line-height: 1.2;
	text-align: center;
}
.main_contents h2.h2_title .txt_ora{
	font-size: 58px;
}
.main_contents h2.h2_title:after{
	content: "";
	background: #006695;
	background-size: cover;
	position: absolute;
	left: 50%;
	bottom: -30px;
	transform: translate(-50%, 100%);
	width: 60px;
	height: 5px;
}
h2.h2_title .txt_blue{
	font-size: 58px;
}
h2.h2_title .txt_large{
	font-size: 58px;
}
h3.h3_title01{
	margin-bottom: 50px;
	font-size: 50px;
	text-align: center;
}
.h2_subtitle{
	margin-bottom: 20px;
	text-align: center;
}
.h2_subtitle .txt_center{
	padding: 0 15px;
	background: #b9340b;
	color: #fff;
	font-size: 32px;
	display: inline-block;
}
.txt_ora{
	color: #b9340b;
	font-weight: 600;
}
.txt_blue{
	color: #006695;
	font-weight: 600;
}
.txt p{
	line-height: 1.8;
	font-size: 20px;
	text-align: justify;
}
.txt p:not(:last-child){
	margin-bottom: 1.2em;
}
.flexbox01{
}
.flexbox01 .img_right,
.flexbox01 .img_left{
	width: 38%;
	line-height: 0;
}
.flexbox01 .txt_left,
.flexbox01 .txt_right{
	width: 55%;
}
.flexbox01 .img_right{
	order: 2;
	text-align: right;
}
.flexbox01 .txt_left{
	order: 1;
}
.flexbox01 .logo{
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 0;
}
.link{
	margin: 0 auto;
	padding: 10px 80px;
	background: #bd2e01;
	color: #fff!important;
	font-size: 20px;
	text-align: center;
	position: relative;
	display: table;
	border-radius: 30px;
}
.link:after{
	content: "";
    position: absolute;
    top: 50%;
    right: 5%;
    background: url("../../../koutsujiko/image/lp/reason/link_icon.png") no-repeat;
    background-size: cover;
    display: inline-block;
	width: 23px;
	height: 23px;
    transform: translate(0, -50%);
}


/*mv*/
.mv_pc{
	height: 36.458vw;
	padding-left: 48%;
	background: url("../../../koutsujiko/image/lp/reason/mv_bg_makoto-imanashi_marina-kawakami_yusuke-kobayashi.jpg") no-repeat center;
	background-size: cover;
	align-items: center;
}
.mv_pc .mv_txt{
	width: 37.5vw;
}
.mv_sp{
	display: none;
}
/*.mv_pc{
	height: 700px;
	padding-left: 50%;
	background: url("../../../koutsujiko/image/lp/reason/mv_bg.jpg") no-repeat center;
	background-size: cover;
	align-items: center;
}
.mv_pc .mv_txt{
	width: 720px;
}
*/

/*cv*/
.cv{
	padding: 40px 0;
	background: url("../../../koutsujiko/image/lp/reason/cv_bg.jpg") no-repeat center;
	background-size: cover;
}
.cv .cv_inner01{
	width: 1200px;
	margin: 0 auto 30px;
	padding: 50px 140px;
	background: #fff;
}
.cv .cv_inner01 .title{
margin-bottom: 20px;
font-size: 30px;	
text-align: center!important;
}
.cv .cv_inner01 .inner{
	align-items: center;
}
.cv .cv_inner01 .inner .dial_title{
	width: 140px;
	padding: 6px;
	border: 1px solid #006695;
	font-size: 18px;
	text-align: center;
	color: #006695;
	box-sizing: border-box;
	line-height: 1.0;
}
.cv .cv_inner01 .inner .tel{
	font-size: 68px;
	font-family: 'ヒラギノ明朝 ProN W3','ヒラギノ明朝 ProN','ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN','游明朝', 'YuMincho','Noto Serif JP', serif;
	font-weight: bold;
	line-height: 1;
	display: block;
	pointer-events: none;
    cursor: default;
}
_:-ms-lang(x)::-ms-backdrop, .cv .cv_inner01 .inner .tel {
	position: relative;
	top: 10px;
}
.cv .cv_inner01 .inner .tel .small {
	font-size: 58px;
}
.cv .cv_inner01 .inner .tel:before{
	content: "";
    background: url(../../../koutsujiko/image/lp/reason/cv_tel.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 43px;
    height: 43px;
/*    margin-right: 10px;*/
}
.cv .cv_inner01 .inner .teltap_sp{
	display: none;
}
.cv .cv_inner01 .inner .btn_wrap {
	display: inline-block;
	min-width: 220px;
}
.cv .cv_inner01 .inner .mail{
	position: relative;
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #b9340b;
	border-radius: 30px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
/*	text-indent: 1.5em;*/
	font-size: 15px;
	margin-bottom: 5px;
}
.cv .cv_inner01 .inner .mail:before {
	content: "";
	background: url(../../../koutsujiko/image/lp/reason/cv_mail.svg) no-repeat;
	background-size: contain;
	display: inline-block;
	 width: 18px;
  height: 16px;
  margin-right: 0.3rem;
	position: relative;
	top: 3px;
}
.cv .cv_inner01 .inner .line_btn{
	position: relative;
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #06c755;
	border-radius: 30px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
/*	text-indent: 1.5em;*/
	font-size: 15px;
	margin-bottom: 5px;
}
.cv .cv_inner01 .inner .line_btn:before {
	content: "";
	background: url(../../../koutsujiko/image/lp/reason/line.svg) no-repeat;
	background-size: contain;
	display: inline-block;
  width: 18px;
  height: 17px;
  margin-right: 1.2rem;
	position: relative;
	top: 3px;
}
/*@media all and (-ms-high-contrast: none) {
	.cv .cv_inner01 .inner .mail:before{
		left: 38%;
	}
}*/
.cv .cv_inner01 .sub_txt{
	padding: 10px;
	margin-top: 15px;
	background: #f0f4f6;
}
.cv .cv_inner01 .sub_txt .txt01{
	margin-bottom: 5px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.cv .cv_inner01 .sub_txt .txt02{
	text-align: center;
	font-size: 14px;
}
.cv .cv_inner02{
	width: 1200px;
	margin: 0 auto;
}
.cv .cv_inner02 .left{
	width: 62%;
}
.cv .cv_inner02 .left .title{
	margin-bottom: 20px;
	font-size: 38px;
	color: #fff;
	line-height: 1;
}
.cv .cv_inner02 .left ul.list{
	flex-wrap: wrap;
	justify-content: start;
}
.cv .cv_inner02 .left ul.list li{
	margin-right: 5px;
	font-size: 12px;
	color: #fff;
}
.cv .cv_inner02 .right{
	width: 34%;
}

/*strong*/
.strong{
	background: url(../../../koutsujiko/image/lp/reason/kousa_bg_up.png) no-repeat center top;
	background-size: 100%;
}

/*team*/
.team{
	padding-top: 0 !important;
}
.team h2.h2_title{
	padding-top: 6%;
	margin-bottom: 13%;
	font-size: 40px;
}
.team h2.h2_title:after{
	content: none;
}
.team .content01{
	padding-bottom: 10%;
	background: url("../../../koutsujiko/image/lp/reason/team_img01_kaori-ito_hiroyuki-kanazaki.png") no-repeat center 12%, url("../../../koutsujiko/image/lp/reason/team_bg.jpg") no-repeat center top;
	background-size: 100%, cover;
}
.team .content01 .txt_area{
	max-width: 700px;
	margin: 0 auto 120px;
}
.team .content02{
	margin-top: -16%;
}
.team .content02 .h3_title01{
	margin-bottom: 40px;
	font-size: 50px;
	text-align: center;
}
.team .content02 ul.list{
	margin-bottom: 140px;
}
.team .content02 ul.list li{
	width: 32%;
}
.team .content02 ul.list li .img{
	line-height: 0;
}
.team .content02 ul.list li .img img{
	width: 100%;
}
.team .content02 ul.list li .title{
	height: 190px;
	background: #f7f6f2;
	background-image: linear-gradient(-45deg, #f4f1e9 14% ,transparent 0);
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 26px;
}
.team .content02 ul.list li .title .txt_blue{
	font-size: 34px;
}
.team .content02 ul.list li .title .txt_small{
	font-size: 20px;
}

/*igaku*/
.igaku{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.igaku .h2_box{
	padding: 78px 0;
	background: url("../../../koutsujiko/image/lp/reason/igaku_bg01_hiroyuki-kanazaki_takeo-inouchi.jpg") no-repeat right top, #f7f6f2;
	background-size: cover;
}
.igaku .h2_box .h2_title02{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	font-size: 40px;
}
.igaku .h2_box .h2_title02 .txt_blue{
	font-size: 56px;
}
.igaku .h2_box .h2_title02 .txt_ora{
	font-size: 56px;
	border-bottom: 1px solid;
}
.igaku .h2_box .h2_title02 .bl {
	display: block!important;
}
.igaku .txt_area{
	width: 100%;
	padding: 80px 100px;
	box-shadow: 0px 0px 5px gray;
	box-sizing: border-box;
	position: relative;
	top: -20px;
	background: #fff;
}
.igaku .bg02{
	padding: 100px 0;
	background: url("../../../koutsujiko/image/lp/reason/igaku_bg02.jpg") no-repeat right top, #f0f5f8;
	background-size: cover;
	position: relative;
	margin-top: -2%;
	z-index: -1;
}
.igaku .case{
	padding: 100px;
	background: #fff;
}
.igaku .case .title_area{
	margin-bottom: 80px;
	align-items: center;
}
.igaku .case .title_area .img{
	width: 25%;
}
.igaku .case .title_area .title{
	width: 74%;
	font-size: 42px;
}
.igaku .case .point{
	padding: 50px 130px 40px;
	margin-bottom: 70px;
	background: #f2f5f6;
	position: relative;
}
.igaku .case .point .title{
	padding: 5px 15px;
	background: #b9340b;
	color: #fff;
	font-size: 30px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%)
}
.igaku .case .point ul.list{
	
}
.igaku .case .point ul.list li{
	padding: 0 0 0 50px;
	background: url(../../../koutsujiko/image/lp/reason/list_icon.png) no-repeat 0% 9px;
	font-size: 26px;
	position: relative;
}
.igaku .case .point ul.list li:first-child{
	margin-bottom: 20px;
}
.igaku .case .inner{
	margin-bottom: 90px;
}
.igaku .case .inner .item{
	width: 47%;
}
.igaku .case .inner .item h4{
	padding: 15px;
	margin-bottom: 30px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	font-size: 36px;
	text-align: center;
}
.igaku .case .inner .item .txt p{
	font-size: 18px;
}
.igaku .case .kekka {
	margin-top: 120px;
	padding: 70px 80px 60px;
	margin-bottom: 0;
	position: relative;
	background: #f2f5f6;
}
.igaku .case .kekka .title{
	padding: 10px 40px;
	background: #03203b;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px;
	white-space: nowrap
}

/*tatakai*/
.tatakai{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.tatakai .bg01{
	padding-top: 160px; 
	padding-bottom: 180px;
	background: url("../../../koutsujiko/image/lp/reason/kousa_bg_up.png") no-repeat center top;
}
.tatakai .bg02{
	padding: 150px 0;
	background: url("../../../koutsujiko/image/lp/reason/tatakai_bg.jpg") no-repeat right bottom, #f0f5f8;
	background-size: 100%;
}
.tatakai .point{
	margin-bottom: 100px;
}
.tatakai .point .item{
	width: 46%;
}
.tatakai .point .item .num{
	text-align: center;
	line-height: 0;
}
.tatakai .point .item .subtitle{
	margin-bottom: 20px;
	text-align: center;
}
.tatakai .point .item .subtitle .txt_center{
	padding: 5px 10px;
	background: #03203b;
	font-size: 32px;
	color: #fff;
}
.tatakai .point .item .title{
	margin-bottom: 30px;
	font-size: 38px;
	text-align: center;
}
.tatakai .point .item .title .txt_ora{
	font-size: 58px;
}
.tatakai .point .item .img{
	margin-bottom: 50px;
}
.tatakai .txt_area{
	padding: 70px 120px;
	background: #fff;
	border-top: 5px solid #03203b;
	border-bottom: 5px solid #03203b;
}
.tatakai .txt_area .title{
	margin-bottom: 40px;
	text-align: center;
}
.tatakai .txt_area .title .txt_center{
	font-size: 44px;
	border-bottom: 1px solid #b9340b;
}
.tatakai .txt_area .title .txt_center .txt_ora{
	font-size: 60px;
}

/*rieki*/
.rieki{
	background: url("../../../koutsujiko/image/lp/reason/kousa_bg_up.png") no-repeat center top, url("../../../koutsujiko/image/lp/reason/rieki_bg.jpg") no-repeat center top;
	background-size: 100%;
}
.rieki .subtxt{
	max-width: 1100px;
	padding: 0 30px;
	margin: 0 auto 120px;
	box-sizing: border-box;
}
.rieki h3{
	margin-bottom: 50px;
	font-size: 42px;
	text-align: center;
}
.rieki ul.list{
	
}
.rieki ul.list li{
	width: 46%;
}
.rieki ul.list li .title{
	height: 120px;
	background: #006695;
	background-image: linear-gradient(-60deg, #024f73 46%,transparent 0);
	color: #fff;
	text-align: center;
	font-size: 36px;
	justify-content: center;
	align-items: center;
}
.rieki ul.list li .title .txt_large{
	font-size: 48px;
}
.rieki ul.list li .title .txt_small{
	font-size: 14px;
	display: block;
}
.rieki ul.list li .img{
	margin-bottom: 30px;
	line-height: 0;
}


/*zigyo*/
.zigyo{
	background: url("../../../koutsujiko/image/lp/reason/kousa_bg_up.png") no-repeat center top,url("../../../koutsujiko/image/lp/reason/zigyo_bg.jpg") no-repeat center top;
	background-size: 100%, cover;
}
.zigyo .subtxt{
	max-width: 1100px;
	padding: 0 30px;
	margin: 0 auto 120px;
	box-sizing: border-box;
}
.zigyo .inner{
	max-width: 1560px;
}
.zigyo .inner .img{
	width: 49%;
}
.zigyo .inner .txt_area{
	width: 46%;
}
.zigyo .inner .txt_area h3{
	margin-bottom: 30px;
	padding: 30px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 40px;
	text-align: center;
}
.zigyo .inner .txt_area h3 .txt_large{
	font-size: 50px;
}


/*support*/
.support{
	padding-bottom: 0 !important;
	background: url("../../../koutsujiko/image/lp/reason/kousa_bg_up.png") no-repeat center top;
	background-size: 100%;
}
.support .titleimg{
	width: 100%;
	height: 350px;
	background: url("../../../koutsujiko/image/lp/reason/support_img01_shinji-yamamoto_dai-shirasu_tsubasa-okita_kaori-ito.jpg") no-repeat center top;
	background-size: cover;
}
.support .txt_area{
	width: 94%;
	margin: -5% auto 100px;
	padding: 80px 100px;
	background: #f0f5f8;
	background-image: linear-gradient(133deg, #e7f0f6 8%,transparent 0),linear-gradient(-46deg, #e7f0f6 7%,transparent 0);
	position: relative;
	box-sizing: border-box;
}
.support .txt_area .logo{
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 0;
}
.support .bg01{
	margin-top: -20px;
	background: url("../../../koutsujiko/image/lp/reason/support_bg01.jpg") no-repeat center top;
	background-size: cover;
}
.support .bg02{
	margin-top: -20px;
	background: url("../../../koutsujiko/image/lp/reason/support_bg02.jpg") no-repeat center top;
	background-size: cover;
}
.support .bg03{
	margin-top: -20px;
	background: url("../../../koutsujiko/image/lp/reason/support_bg03.jpg") no-repeat center top;
	background-size: cover;
}
.support .support_inner{
	max-width: 1560px;
	padding: 90px 0;
}
.support .box_right{
	margin-left: auto;
}
.support .support_inner .img_right,
.support .support_inner .img_left{
	width: 39%;
}
.support .support_inner .txt_left,
.support .support_inner .txt_right{
	width: 56%;
}
.support .support_inner .img_right{
	order: 2;
	text-align: right;
}
.support .support_inner .num{
}
.support .support_inner .title{
	margin-bottom: 40px;
	margin-top: -30px;
	font-size: 42px;
	position: relative;
}
.support .title .bl {
	display: block!important;
}

/*zenkoku*/
.zenkoku{
	background: url("../../../koutsujiko/image/lp/reason/kousa_bg_up.png") no-repeat center top,
		url("../../../koutsujiko/image/lp/reason/kousa_bg_down.png") no-repeat center bottom;
	background-size: 100%;
}
.zenkoku .zenkoku_box{
	
}
.zenkoku .zenkoku_box .img{
	width: 46%;
	order: 2;
}
.zenkoku .zenkoku_box .txt{
	width: 50%;
}

/*voice_sec*/
.voice_sec{
	background: url("../../../koutsujiko/image/lp/reason/kousa_bg_up.png") no-repeat center top,
		url("../../../koutsujiko/image/lp/reason/kousa_bg_down.png") no-repeat center bottom,#f0f5f8;
}
.voice_sec .txt{
	max-width: 950px;
	margin: 0 auto 100px;
}
.voice_sec ul.list{
	margin-bottom: 100px;
	flex-wrap: wrap;
}
.voice_sec ul.voice_pad{
	display: none;
}
.voice_sec ul.list li{
	width: 32%;
}
.voice_sec ul.list li:nth-child(-n+3){
	margin-bottom: 40px;
}
.voice_sec ul.list li .img{
	margin-bottom: 15px;
}
.voice_sec ul.list li .txtarea{
	font-size: 14px;
	line-height: 1.8;
}


/*son*/
.son{
	padding: 100px 0;
	background: url("../../../koutsujiko/image/lp/reason/son_bg.jpg") no-repeat center top;
	background-size: cover;
}
.son .content{
	padding: 90px 120px;
	background: #fff;
}
.son .content .h2_title02{
	margin-bottom: 50px;
	padding: 30px 0;
	border-top: 1px solid;
	border-bottom: 1px solid;
	font-size: 40px;
	text-align: center;
}
.son .content .h2_title02 .txt_blue{
	font-size: 62px;
}
.son .content .txt{
	margin-bottom: 60px;
}

/*closing*/
.closing{
	padding: 0 !important;
	align-items: center;
	justify-content: flex-start;
	position: relative;
}
.closing:before{
	content:"" ;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../../../koutsujiko/image/lp/reason/kousa_bg_up.png") no-repeat center top;
	background-size: 100%;
}
.closing .img{
	width: 37%;
}
.closing .txt_area{
	width: 50%;
	
	padding: 0 100px; 
}
.closing .logo{
	position: absolute;
	bottom: 0;
	right: 0;
	line-height: 0;
}

/* 初期状態（PC） */
a.line_btn.sp_only {
	display: none!important;
}

/* スマホ時 */
@media screen and (max-width: 768px) {
	a.line_btn.pc_only {
		display: none!important;
	}
	a.line_btn.sp_only {
		display: inline-block!important;
	}
}



@media screen and ( max-width:1700px ){
	.team .content01 {
		background-position: center 19%, center;
		background-size: 100%, cover;
	}
	.voice_sec ul.list li{
		width: 31%;
	}
}


@media screen and ( max-width:1600px ){
	.section_inner02{
		width: 1200px;
	}
	.flexbox01 .txt_left{
		width: 61%;
	}
	.flexbox01 .img_right{
		width: 34%;
	}
	.flexbox02 .txt_right,
	.flexbox02 .txt_left{
		width: 61%;
	}
	.flexbox02 .img_left,
	.flexbox02 .img_right{
		width: 34%;
	}
	.igaku .case{
		padding: 7%;
	}
	.igaku .case .title_area .title{
		width: 74%;
		font-size: 33px;
	}
	.igaku .case .title_area .img{
		width: 22%;
	}
	.igaku .case .point{
		padding: 5% 7% 4%;
	}
	.igaku .case .point .title{
		font-size: 24px;
	}
	.igaku .case .point ul.list li{
		font-size: 23px;
	}
	.igaku .case .inner .item h4{
		font-size: 24px;
	}
	.igaku .case .kekka .title{
		font-size: 24px;
	}
	.tatakai .point .item .title{
		font-size: 28px;
	}
	.tatakai .point .item .title .txt_ora{
		font-size: 48px;
	}
	.tatakai .point .item .subtitle .txt_center{
		font-size: 24px;
	}
	.tatakai .point .item .txt p{
		font-size: 18px;
	}
	.support .support_inner .txt_left, .support .support_inner .txt_right{
		width: 59%;
		padding: 0 3%;
	}
	.closing{
		justify-content: space-between;
	}
	.closing .txt_area{
		width: 63%;
		padding: 0 5%;
	}

}

@media screen and ( max-width:1500px ){
	.main_contents h2.h2_title{
		font-size: 30px;
	}
	h2.h2_title .txt_large,
	h2.h2_title .txt_blue,
	.main_contents h2.h2_title .txt_ora{
		font-size: 44px;
	}
	.team h2.h2_title{
		margin-bottom: 19%;
	}
	.zigyo .inner .txt_area{
		width: 50%;
		padding: 0 3% 0 0;
	}
	.zigyo .inner .img{
		width: 43%;
	}
	
}

@media screen and ( max-width:1400px ){
	.section_wrap{
		padding: 120px 0;
	}
	.section_inner,
	.section_inner02{
		width: 980px;
	}
	.igaku .case .title_area .title{
		font-size: 28px;
	}
	.txt p{
		font-size: 18px;
	}
	
	h3.h3_title01{
		font-size: 36px;
	}
	.h2_subtitle .txt_center{
		font-size: 24px;
	}
	.cv .cv_inner01{
		width: 980px;
		padding: 3% 5%;
	}
	.cv .cv_inner01 .inner .dial_title{
		width: 110px;
		font-size: 14px;
	}
	.cv .cv_inner01 .inner .btn_wrap{
		min-width: 210px;
	}
	.cv .cv_inner01 .inner .tel {
		font-size: 60px;
		pointer-events: none;
		cursor: default;
	}
	.cv .cv_inner01 .inner .tel .small {
		font-size: 55px;
	}
	.cv .cv_inner01 .inner .tel:before {
		width: 42px;
		height: 42px;
	}
	.cv .cv_inner01 .title{
		margin-bottom: 10px;
		font-size: 26px;
		text-align: center!important;
	}
	.cv .cv_inner02{
		width: 980px;
	}
	.cv .cv_inner02 .left .title{
		font-size: 30px;
	}
	.team .content02 ul.list li .title{
		font-size: 22px;
	}
	.team .content02 ul.list li .title .txt_blue{
		font-size: 28px;
	}
	.team .content02 .h3_title01{
		font-size: 36px;
	}
	.igaku .bg02{
		padding-top: 120px;
		margin-top: -6%;
	}
	.igaku .h2_box{
		padding: 50px;
	}
	.igaku .h2_box .h2_title02{
		font-size: 30px;
	}
	.igaku .h2_box .h2_title02 .txt_blue,
	.igaku .h2_box .h2_title02 .txt_ora{
		font-size: 40px;
	}
	.igaku .txt_area{
		padding: 6% 7%;
	}
	.igaku .case .point ul.list li{
		background-size: 20px;
		background-position: 0 8px; 
		font-size: 20px;
	}
	.igaku .case .inner .item .txt p{
		font-size: 16px;
	}
	.igaku .case .kekka{
		padding: 7% 6% 5%;
	}
	.tatakai .bg01{
		padding: 120px 0;
	}
	.tatakai .bg02{
		padding: 120px 0;
	}
	
	.tatakai .point .item .title .txt_ora{
		font-size: 40px;
	}
	.tatakai .point .item .title{
		font-size: 24px;
	}
	.tatakai .point .item .txt p{
		font-size: 16px;
	}
	.tatakai .point .item .img{
		margin-bottom: 20px;
		text-align: center;
	}
	.tatakai .txt_area .title .txt_center{
		font-size: 34px;
	}
	.tatakai .txt_area .title .txt_center .txt_ora{
		font-size: 50px;
	}
	.zigyo .inner .txt_area h3{
		font-size: 30px;
	}
	.zigyo .inner .txt_area h3 .txt_large{
		font-size: 40px;
	}
	.zigyo .inner .txt_area{
		width: 51%;
	}
	.zigyo .inner .img{
		width: 44%;
	}
	.support .txt_area{
		padding: 5% 8% 7% 8%;
	}
	.son .content .h2_title02{
		font-size: 30px;
	}
	.son .content .h2_title02 .txt_blue{
		font-size: 44px;
	}
	.support .support_inner .txt_left, .support .support_inner .txt_right{
		width: 65%;
	}
	.support .support_inner .img_right, .support .support_inner .img_left{
		width: 34%;
	}
	.rieki h3 {
		font-size: 34px;
	}
	.rieki ul.list li .title{
		font-size: 26px;
	}
	.rieki ul.list li .title .txt_large{
		font-size: 36px;
	}
	
}

@media screen and ( max-width:1200px){
	.team h2.h2_title{
		padding-top: 4%;
	}
	.support .support_inner .title{
		font-size: 38px;
	}
	.closing .txt_area{
		padding: 8% 5%;
	}
}

@media screen and ( max-width:1023px){
	.section_wrap{
		padding: 80px 0;
	}
	.txt p{
		font-size: 16px;
	}
	.section_inner, .section_inner02{
		width: 100%;
		padding: 0 30px;
	}
	.main_contents h2.h2_title{
		font-size: 30px;
	}
	h2.h2_title .txt_large,
	h2.h2_title .txt_blue,
	.main_contents h2.h2_title .txt_ora{
		font-size: 38px;
	}
	h3.h3_title01{
		margin-bottom: 30px;
		font-size: 28px;
	}
	.cv{
		padding: 3%;
		box-sizing: border-box;
	}
	.cv .cv_inner01{
		width: 100%!important;
	}
	.cv .cv_inner01 .title{
		font-size: 20px;
	}
	.cv .cv_inner01 .inner{
		display: block;
	}
	.cv .cv_inner01 .inner .dial_title{
		width: 100%;
		margin-bottom: 10px;
	}
	.cv .cv_inner01 .inner .tel{
		margin-bottom: 20px;
		text-align: center;
		font-size: 54px;
	}
	.cv .cv_inner01 .inner .tel:before{
		width: 40px;
		height: 41px;
	}
	.cv .cv_inner01 .inner .btn_wrap {
		width: 100%;
		max-width: 400px;
		display: block;
		margin: 0 auto;
	}
	.cv .cv_inner01 .inner .mail:before {
		top: 2px;
	}
	.cv .cv_inner01 .inner .mail, .cv .cv_inner01 .inner .line_btn {
		width: 100%;
		margin: 0 auto 15px;
		font-size: 16px;
		height: 42px;
		line-height: 42px;
	}
	.cv .cv_inner01 .sub_txt .txt01{
		font-size: 14px;
	}
	.cv .cv_inner01 .sub_txt .txt02{
		font-size: 12px;
	}
	.cv .cv_inner02{
		width: 100%;
		display: block;
	}
	.cv .cv_inner02 .left{
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	.cv .cv_inner02 .left ul.list{
		justify-content: center;
	}
	.cv .cv_inner02 .left .title{
		font-size: 24px;
	}
	.cv .cv_inner02 .right{
		width: 64%;
		margin: 0 auto;
	}
	.mv_pc{
		display: none;
	}
	.mv_sp{
		display: block;
		text-align: center;
		line-height: 0;
	}
	.mv_sp img{
		width: 100%;
		max-height: none;
	}
	.team h2.h2_title{
		margin-bottom: 26%;
	}
	.team .content02 ul.list{
		margin-bottom: 60px;
	}
	.team .content02 ul.list li .title{
		height: 140px;
		font-size: 18px;
	}
	.team .content02 ul.list li .title .txt_small{
		font-size: 14px;
	}
	.team .content02 ul.list li .title .txt_blue{
		font-size: 20px;
	}
	.team .content02 .h3_title01{
		margin-bottom: 20px;
		font-size: 28px;
	}
	.team .txt_area{
		max-width: 500px;
	}
	.igaku .h2_box{
		background-position-x: 68%; 
	}
	.igaku .h2_box .h2_title02{
		font-size: 24px;
	}
	.igaku .h2_box .h2_title02 .txt_blue, .igaku .h2_box .h2_title02 .txt_ora{
		font-size: 34px;
	}
	.igaku .bg02{
		padding-top: 90px;
	}
	.igaku .case .title_area .img{
		display: none;
	}
	.igaku .case .title_area{
		margin-bottom: 60px;
	}
	.igaku .case .title_area .title{
		width: 100%;
		font-size: 24px;
		text-align: center;
	}
	.igaku .case .point{
		margin-bottom: 40px;
	}
	.igaku .case .point .title{
		font-size: 16px;
	}
	.igaku .case .point ul.list li{
		padding-left: 40px;
		background-size: 18px;
		font-size: 18px;
	}
	.igaku .case .inner{
		display: block;
		margin-bottom: 60px;
	}
	.igaku .case .inner .item{
		width: 100%;
	}
	.igaku .case .inner .item:first-child{
		margin-bottom: 40px;
	}
	.igaku .case .inner .item h4{
		margin-bottom: 15px;
		font-size: 20px;
	}
	.igaku .case .kekka{
		margin-top: 80px;
	}
	.igaku .case .kekka .title{
		font-size: 20px;
	}
	.tatakai .bg01{
		padding: 90px 0;
	}
	.tatakai .bg02{
		padding: 90px 0;
	}
	.tatakai .point{
		display: block;
	}
	.tatakai .point .item{
		width: 100%;
	}
	.tatakai .point .item:first-child{
		margin-bottom: 60px;
	}
	.tatakai .txt_area{
		padding: 6% 8%;
	}
	.tatakai .txt_area .title .txt_center{
	}
	.rieki .subtxt{
		margin-bottom: 60px;
	}
	.rieki h3{
		margin-bottom: 20px;
		font-size: 30px;
	}
	.rieki ul.list li .txt p{
		font-size: 14px;
	}
	.zigyo .subtxt{
		margin-bottom: 60px;
	}
	.zigyo .inner .txt_area{
		width: 62%;
	}
	.zigyo .inner .img{
		width: 34%;
	}
	.zigyo .inner .txt_area h3{
		padding: 4%;
		font-size: 24px;
	}
	.zigyo .inner .txt_area h3 .txt_large{
		font-size: 34px;
	}
	.support .support_inner .txt_left, .support .support_inner .txt_right{
		width: 70%;
	}
	.support .support_inner .img_right, .support .support_inner .img_left{
		width: 28%;
	}
	.support .support_inner .title{
		font-size: 30px;
	}
	.support .support_inner .num{
		width: 80px;
	}
	.support .titleimg{
		height: 35vw;
	}
	.son .content{
		padding: 7% 10%;
	}
	.son .content .h2_title02{
		padding: 4%;
		margin-bottom: 30px;
		font-size: 24px;
	}
	.son .content .h2_title02 .txt_blue{
		font-size: 34px;
	}
	.voice_sec ul.voice_pad{
		display: block;
		margin-bottom: 40px;
	}
	/*.voice_sec ul.list{
		display: none;
	}*/
}


@media screen and ( max-width:767px ){
	.sp_block{
		display: block!important;
	}
	.pc_block{
		display: none;
	}
	.img_right {
    float: unset;/*sp_common.cssの影響解除 */
	}
	.img_left {
    float: unset;/*sp_common.cssの影響解除 */
	}
	.section_wrap{
		padding: 80px 0;
	}
	.section_inner, .section_inner02, .section_inner03{
		padding: 0 15px;
	}
	.txt p{
		font-size: 14px;
	}
	.main_contents h2.h2_title{
		margin-bottom: 60px!important;
		padding: 0 10px!important;
		font-size: 20px;
	}
	h2.h2_title .txt_large, h2.h2_title .txt_blue, .main_contents h2.h2_title .txt_ora{
		font-size: 26px;
	}
	.main_contents h2.h2_title:after{
		bottom: -20px;
		width: 50px;
		height: 2px;
	}
	h2 .txt_blue{
		font-size: 28px;
	}
	h3.h3_title01{
		margin-bottom: 20px;
		font-size: 20px;
	}
	.link{
		width: 96%;
		max-width: 340px;
		padding: 3% 8%;
		box-sizing: border-box;
		font-size: 14px;
	}
	.link:after{
		width: 20px;
		height: 20px;
	}
	.cv{
		padding: 15px;
	}
	.cv .cv_inner01{
		padding: 5%;
	}
	.cv .cv_inner01 .inner .tel{
		width: 100%;
		display: block;
		font-size: 9vw;
		margin-bottom: 4px;
		pointer-events: auto;
		color: #9a0000;
		text-align: center;
		box-sizing: border-box;
	}
	_:-ms-lang(x)::-ms-backdrop, .cv .cv_inner01 .inner .tel {
		top: inherit;
	}
	.cv .cv_inner01 .title{
		font-size: 20px;
		justify-content: space-around;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: center;
		text-align: center;
		align-content: space-around;
	}
	.cv .cv_inner01 .inner .tel .small {
		font-size: 8.6vw;
		line-height: 1 !important;
	}
	.cv .cv_inner01 .inner .tel:before{
		background: url("../../../koutsujiko/image/lp/reason/cv_tel_sp.svg") no-repeat;
		background-size: contain;
		width: 6vw;
		height: 6vw;
		margin-right: 1%;
	}
	.cv .cv_inner01 .inner .teltap_sp{
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 20px;
		text-align: center;
		font-size: 13px;
	}
	.cv .cv_inner01 .inner .teltap_sp:before,
	.cv .cv_inner01 .inner .teltap_sp:after{
		content: "";
		display: inline-block;
		height: 1px;
		background: #000;
		flex-grow: 1;
	}
	.cv .cv_inner01 .inner .teltap_sp:before{
		margin-right: 1.5em;
	}
	.cv .cv_inner01 .inner .teltap_sp:after{
		margin-left: 1.5em;
	}
	.cv .cv_inner01 .inner .btn_wrap {
		max-width: 100%;
		margin: 15px auto 0;
}
	.cv .cv_inner02 .left .title{
		margin-bottom: 15px;
		font-size: 22px;
	}
	.cv .cv_inner02 .left ul.list li{
		font-size: 11px;
	}
	.cv .cv_inner02 .right{
		width: 80%;
	}
	.h2_subtitle .txt_center{
		font-size: 16px;
	}
	.flexbox01,
	.flexbox02{
		display: block!important;
	}
	.flexbox01 .img_right, .flexbox01 .img_left{
		width: 100%;
	}
	.flexbox01 .txt_left, .flexbox01 .txt_right{
		width: 94%;
		margin: -20% auto 0;
		padding: 6% 8% 0;
		background: #fff;
		position: relative;
		z-index: 1;
	}
	.flexbox01 .logo{
		z-index: 2;
	}
	.flexbox01 .txt_left.txt p{
		font-size: 14px;
	}
	.flexbox02 h3{
		padding: 5% 0;
		margin-bottom: 20px;
		font-size: 20px;
	}
	.flexbox02 h3 .txt_orange{
		font-size: 26px;
	}
	.team .content01{
		padding: 60px 0;
		background: url(../../../koutsujiko/image/lp/reason/team_bg.jpg) no-repeat center top;
		background-size: cover;
	}
	.main_contents .team h2.h2_title{
		margin-bottom: 30px;
	}
	.team .team_sp{
		margin-bottom: 20px;
	}
	.team .content01 .txt_area{
		margin: 0 auto;
		padding: 0 15px;
	}
	.team .content02{
		margin-top: 0;
		padding-top: 60px;
	}
	.team .content02 .h3_title01{
		margin-bottom: 20px;
		font-size: 22px;
	}
	.team .content02 ul.list.list{
		display: block;
		margin-bottom: 40px;
	}
	.team .content02 ul.list li{
		width: 100%;
	}
	.team .content02 ul.list li:not(:last-child){
		margin-bottom: 20px;
	}
	.team .content02 ul.list li .img img{
		width: 100%;
	}
	.igaku .bg02{
		padding: 60px 0;
		margin-top: 30px;
	}
	.igaku .case .title_area .title{
		font-size: 20px;
	}
	.igaku .h2_box{
		padding: 10% 5% 12%;
		background: url(../../../koutsujiko/image/lp/reason/igaku_bg01_sp_hiroyuki-kanazaki_takeo-inouchi.jpg) no-repeat right top, #f7f6f2;
		background-size: cover;
	}
	.igaku .h2_box .h2_title02{
		font-size: 20px;
		text-align: center;
	}
	.igaku .h2_box .h2_title02 .txt_blue, .igaku .h2_box .h2_title02 .txt_ora{
		font-size: 24px;
	}
	.igaku .case .title_area{
		margin-bottom: 40px;
	}
	.igaku .case .title_area .title{
		font-size: 18px;
	}
	.igaku .case .point{
		padding: 10% 7% 8%;
	}
	.igaku .case .point ul.list li{
		font-size: 15px;
	}
	.igaku .case .point ul.list li{
		padding-left: 30px;
		background-size: 15px;
		background-position: 0% 6px;
		font-size: 15px;
	}
	
	.igaku .case .inner{
		margin-bottom: 40px;
	}
	.igaku .case .inner .item h4{
		padding: 3%;
		font-size: 18px;
	}
	.igaku .case .inner .item .txt p{
		font-size: 14px;
	}
	.igaku .case .kekka{
		margin-top: 40px;
		padding: 8% 6% 9%;
	}
	.igaku .case .kekka .title{
		padding: 10px 20px;
		margin-bottom: 20px;
		position: static;
		font-size: 16px;
		display: block;
		transform: translate(0);
		white-space: normal;	
	}
	.tatakai .bg01, .tatakai .bg02{
		padding: 80px 0;
	}
	.tatakai .point{
		margin-bottom: 40px;
	}
	.tatakai .point .item .num img{
		width: 70px;
	}
	.tatakai .point .item .subtitle .txt_center{
		font-size: 18px;
	}
	.tatakai .point .item .title{
		font-size: 20px;
	}
	.tatakai .point .item .title .txt_ora{
		font-size: 26px;
	}
	.tatakai .point .item .txt p{
		font-size: 14px;
	}
	.tatakai .txt_area .title{
		margin-bottom: 20px;
		font-size: 18px;
	}
	.tatakai .txt_area .title .txt_center{
		font-size: 20px;
	}
	.tatakai .txt_area .title .txt_center .txt_ora{
		font-size: 30px;
	}
	.rieki h3{
		margin-bottom: 20px;
		font-size: 20px;
	}
	.rieki .subtxt{
		margin-bottom: 40px;
		padding: 0;
	}
	.rieki ul.list{
		display: block;
	}
	.rieki ul.list li{
		width: 100%;
	}
	.rieki ul.list li:first-child{
		margin-bottom: 40px;
	}
	.rieki ul.list li .title{
		height: 80px;
		font-size: 20px;
	}
	.rieki ul.list li .title .txt_large{
		font-size: 30px;
	}
	.rieki ul.list li .title .txt_small{
		font-size: 11px;
	}
	.rieki ul.list li .img{
		margin-bottom: 20px;
	}
	.rieki ul.list li .img img{
		width: 100%;
	}
	.zigyo .subtxt{
		padding: 0 5%;
		margin-bottom: 40px;
	}
	.zigyo .inner{
		display: block;
	}
	.zigyo .inner .img{
		width: 100%;
		z-index: 1;
	}
	.zigyo .inner .txt_area{
		width: 94%;
		margin: -20% auto 0;
		padding: 7%;
		background: #fff;
		z-index: 2;
		position: relative;
	}
	.zigyo .inner .txt_area h3{
		font-size: 20px;
	}
	.zigyo .inner .txt_area h3 .txt_large{
		font-size: 26px;
	}
	.support .titleimg{
		height: 45vw;
		background: url("../../../koutsujiko/image/lp/reason/support_img01_sp_shinji-yamamoto_dai-shirasu_tsubasa-okita_kaori-ito.jpg") no-repeat center top;
		background-size: cover;
	}
	.support .txt_area{
		margin-top: -10%;
	}
	.support .box_right{
		display: block;
	}
	.support .support_inner{
		padding: 0 0 60px;
		display: block;
	}
	.support .support_inner .img_right, .support .support_inner .img_left{
		width: 100%;
	}
	.support .support_inner .txt_left, .support .support_inner .txt_right{
		padding: 0 15px;
		width: 100%;
	}
	.support .support_inner .title{
		margin-bottom: 20px;
		font-size: 22px;
		text-align: center;
	}
	.support .support_inner .num{
		margin: 0 auto;
	}
	.support .bg01,
	.support .bg03{
		background: #fbfcfb;
	}
	
	.zenkoku .zenkoku_box{
		display: block;
	}
	.zenkoku .zenkoku_box .img{
		width: 86%;
		margin: 0 auto 30px;
		text-align: center;
	}
	.zenkoku .zenkoku_box .txt{
		width: 100%;
	}
	.main_contents h2.h2_title .txt_ora{
		font-size: 26px;
	}
	.voice_sec .txt{
		margin-bottom: 40px;
	}
	.voice_sec ul.list{
		/*display: none;*/
		margin-bottom: 10px;
	}
	/*.voice_sec ul.list li .center{
		width: 385px;
		margin: 0 auto;
	}*/
	.son .content .h2_title02{
		margin-bottom: 20px;
		font-size: 18px;
	}
	.son .content .h2_title02 .txt_blue{
		font-size: 26px;
	}
	.son .content .txt{
		margin-bottom: 40px;
	}
	.closing{
		display: block;
	}
	.closing .img{
		width: 100%;
	}
	.closing .txt_area{
		width: 100%;
	}
	.strong{
		background-size: auto;
	}
	.rieki {
		background: url(../../../koutsujiko/image/lp/reason/kousa_bg_up.png) no-repeat center top, url(../../../koutsujiko/image/lp/reason/rieki_bg.jpg) no-repeat center top;
		background-size: auto, 100%;
	}
	.zigyo {
		background: url(../../../koutsujiko/image/lp/reason/kousa_bg_up.png) no-repeat center top,url(../../../koutsujiko/image/lp/reason/zigyo_bg.jpg) no-repeat center top;
		background-size: auto, cover;
	}
	.zenkoku{
		background-size: auto;
	}
	.closing:before{
		background-size: auto;
	}
	.main_contents .title span .bl{
		    display: block;
	}
}

@media screen and ( max-width:440px ){
	.link{
		padding: 3% 12%;
	}
}

@media screen and ( max-width:374px ){
	.main_contents h2.h2_title{
		font-size: 20px;
	}
	h2.h2_title .txt_large, h2.h2_title .txt_blue, .main_contents h2.h2_title .txt_ora{
		font-size: 26px;
	}
	.cv .cv_inner01 .sub_txt .txt01{
		font-size: 12px;
	}
	.cv .cv_inner01 .sub_txt .txt02{
		font-size: 10px;
	}
	.cv .cv_inner02 .left ul.list li{
		font-size: 10px;
	}
	
}


/*slick*/
/*@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(fonts/slick.eot)}*/
.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;border:0}
.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:0;background:transparent}
.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}
.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}
.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.slick-prev{left:25px}[dir='rtl'] 
.slick-prev{right:-25px;left:auto}
.slick-prev:before{content:'＜'}[dir='rtl'] .slick-prev:before{content:'＞'}.slick-next{right:25px}[dir='rtl'] .slick-next{right:auto;left:-25px}.slick-next:before{content:'＞'}[dir='rtl'] .slick-next:before{content:'＜'}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;margin:0 5px;padding:0}.slick-dots li,.slick-dots li button{width:20px;height:20px;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;padding:5px;color:transparent;border:0;outline:0;background:transparent}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}
/*@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(fonts/slick.eot)}*/
.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;border:0}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:0;background:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:25px}[dir='rtl'] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:'＜'}[dir='rtl'] .slick-prev:before{content:'＞'}.slick-next{right:25px}[dir='rtl'] .slick-next{right:auto;left:-25px}.slick-next:before{content:'＞'}[dir='rtl'] .slick-next:before{content:'＜'}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;margin:0 5px;padding:0}.slick-dots li,.slick-dots li button{width:20px;height:20px;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;padding:5px;color:transparent;border:0;outline:0;background:transparent}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}

/*slick-theme*/
.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:rgba(0,0,0,0)}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

.slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover
{
    z-index: 100;
    width: 40px;
    height: 40px;
    background: #000;
    opacity: 0.4;
    border-radius: 28px;
    padding: 0px;
    font-weight: bold;
}
.slick-next, .slick-prev{
	top: 48%;
}

.slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover{
	width: 25px;
	height: 25px;
}
.slick-prev{
	left: 10px;
}
.slick-next{
	right: 10px;
}
.slick-next:before{
	padding: 0px 0 0 2px;
	font-size: 16px;
}
.slick-prev:before{
	padding: 0px 2px 0 0;
	font-size: 16px;
}
.slick-slide img{
	margin: 0 auto;
}


