@charset "utf-8";

/* common style
----------------------------------------------------------- */
@media screen and (min-width:840px){
	div#contents{
		max-width:1024px;
	}
}

/* btn_consulting
----------------------------------------------------------- */
a.btn_consulting{
	width:auto;
	position:relative;
	display:block;
	margin:18.65vw auto calc(30px + 8vw);
	padding:10px 20vw 10px 30px;
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	-ms-border-radius:30px;
	border:5px yellow solid;
	overflow:visible;
	background-color:rgba(50,190,255,0.9);
}
a.btn_consulting:before{
	width:28vw;
	max-width:120px;
	height:14.92vw;
	max-height:64px;
	content:"";
	position:absolute;
	top:-14.92vw;
	right:12vw;
	background:url(../img/baloon_click.png) no-repeat center center / 100% auto;
}
a.btn_consulting:after{
	width:20vw;
	max-width:125px;
	height:34.4vw;
	max-height:215px;
	content:"";
	position:absolute;
	top:-8vw;
	right:-10px;
	background:url(../img/top/ttl_consul_ill.png) no-repeat center center / 100% auto;
}
a.btn_consulting img{
	max-width:463px;
}

@media screen and (min-width:440px){
	a.btn_consulting:before{
		top:-64px;
	}
}
@media screen and (min-width:760px){
	a.btn_consulting{
		max-width:540px;
		tex-align:center;
		margin:0 auto 60px;
		padding:12px 4vw 8px;
	}
	a.btn_consulting::after {
		top: -60px;
		right: 10px;
	}
	a.btn_consulting img{
		width:70%;
	}
}

/* carousel
----------------------------------------------------------- */

div.carousel{
	width: 100%;
	position:relative;
	padding: 90px 0
	background-color:rgba(0,0,0,0.7);
}
div.carousel a.btn{
	margin:0 auto;
}
div.carousel ul{
	width:100%;
	text-align:center;
}
div.carousel ul li,
div.carousel ul li a{
	overflow:visible;
}
div.carousel ul li{
	max-width:350px;
	position: relative;
	margin:0 5px;
}
div.carousel ul li a{
	height:auto;
	max-width:350px;
	position:relative;
	display:block;
	margin:0 auto 10px;
	padding-top:75%;
	border:1px #ccc solid;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
div.carousel ul li a:hover{
    opacity:0.50!important;
    filter: alpha(opacity=50);
	transition: all 0.3s linear;
}
div.carousel ul li a span{
	width:94%;
	position:absolute;
	display:block;
	padding:10px 0;
	border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	-ms-border-radius:0 0 10px 10px;
}
div.carousel ul li a span{
	color:#fff;
}
div.carousel ul li a:link span{
	font-size:16px;
    text-decoration:underline;
}
div.carousel ul li a:hover span{
    text-decoration:none;
}

div.carousel ul li a span{
	width: 90%;
	padding: 5px 5%;
	position: absolute;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
}
div.carousel ul .slick-prev,
div.carousel ul .slick-next {
    width: 40px;
    height: 40px;
	top:32vw;
	left:-15px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	background-color: rgba(0, 185, 150, 0.85);
    background-image:url(../img/top/arr_slide_l_w.png);
	background-repeat:no-repeat;
	background-position:left 42% center;
	transition:all 0.3s linear;
	z-index:999;
}
div.carousel ul .slick-next {
	left:auto;
	right:-15px;
    background-image:url(../img/top/arr_slide_r_w.png);
	background-position:right 42% center;
}
div.carousel ul .slick-prev:hover,
div.carousel ul .slick-next:hover {
	background-color: rgba(255, 255, 255, 0.85);
    background-image:url(../img/top/arr_slide_l.png);
}
div.carousel ul .slick-next:hover {
	background-color: rgba(255, 255, 255, 0.85);
    background-image:url(../img/top/arr_slide_r.png);
}
div.carousel ul .slick-prev::before {
    content:'';
	font-family:'';
}
div.carousel ul .slick-next::before {
    content:'';
	font-family:'';
}

.slick-list{
	overflow:visible!important;
}
@media screen and (min-width:370px){
	div.carousel ul li a:link span{
		font-size:18px;
	}
	div.carousel ul .slick-next,
	div.carousel ul .slick-prev {
	    width: 50px;
	    height: 50px;
		top: calc(50% - 25px + 10px);
	}
	div.carousel ul .slick-prev {
		left:5px;
		right:auto;
	}
	div.carousel ul .slick-next {
		left:auto;
		right:5px;
	}
}
@media screen and (min-width:420px){
	div.carousel ul li a:link span{
		font-size:16px;
	}
}
@media screen and (min-width:540px){
	div.carousel ul li a:link span{
		font-size:18px;
	    text-decoration:underline;
	}
}
@media screen and (max-width:1054px){
	div.carousel{
		width:auto;
		padding: 45px 0;
	}
}


/* pickup
----------------------------------------------------------- */
div#contents div#pickup.inner,
div#contents div#newface.inner {
	width: 100vw;
	margin: 0 -5.55%;
	padding: 20px 0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
}
div#pickup:before {
	width: 33.75vw;
	max-width:150px;
	height:13.35vw;
	max-height:60px;
	content: "";
	position: absolute;
	top:calc(-13.35vw + 15px);
	left: 15px;
	background: url(../img/baloon_pickup.png) no-repeat center center / 100% auto;
}
@media screen and (min-width:440px){
	div#contents div#pickup.inner{
		margin-bottom:45px;
	}
	div#pickup:before {
		top:-45px;
	}
}
@media screen and (min-width:1054px){
	div#contents div#pickup.inner{
		margin:0 auto;
	}
}

/* topics
----------------------------------------------------------- */
div#topics h2.ttl{
	width:colc(100% - 10px);
	margin:0 auto 15px;
	padding:15px 30px 10px;
	text-align:center;
	border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	-ms-border-radius:10px 10px 0 0;
	background-color:#0191d7;
}
div#topics h2.ttl:before{
	width: 25.02vw;
	max-width:120px;
	height: 13.48vw;
	max-height:64px;
	content: "";
	position: absolute;
	top: calc(-8.9vw + 15px);
	right: 0;
	background: url(../img/baloon_news.png) no-repeat center center / 100% auto;
}
div#topics h2.ttl img{
	max-width:578px;
}
div#topics ul.topics_list {
	display:none;
}
div#topics ul.topics_list.active {
	display:block;
}
@media screen and (min-width:480px){
	div#topics h2.ttl:before{
		top: -25px;
	}
}
@media screen and (min-width:760px){
	div#topics h2.ttl img{
		width:460px;
	}
}


/* topics_tab
----------------------------------------------------------- */
ul.tab{}
ul.tab li{
	width:calc(50% - 2.5px);
	margin-right:5px;
	margin-bottom:15px;
}
ul.tab li:nth-child(2n){
	margin-right:0;
}
ul.tab li a{
	display:block;
	padding:10px;
	text-align:center;
	border:1px #00b996 solid;
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	-ms-border-radius:30px;
	background-color:#fff;
}
div#topics ul.tab li:last-child{
	width:calc(100% - 10px);
	height:calc(1em + 20px);
	margin-right:0;
	border:5px #e1e1e1 solid;
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	-ms-border-radius:30px;
	overflow:hidden;
}
ul.tab li a:hover{
	color:#fff;
	border:1px orange solid;
	background-color:orange;
}
div#topics ul.tab li p,
div#topics ul.tab li select{
	display:inline-block;
	vertical-align:top;
}
div#topics ul.tab li div p{
	padding:10px;
	text-align:center;
	line-height:1;
	background-color:#e1e1e1;
}
div#topics ul.tab li div select{
	width:calc(100% - 3em - 40px);
	margin:0;
	padding:6px 9px 12px;
	border:none;
	background-color:#fff;
}

@media screen and (min-width:480px){
ul.tab li a{
	padding:15px;
	}
}
@media screen and (min-width:600px){
	ul.tab li,
	ul.tab li:nth-child(2n){
		width:calc(20% - 8px);
		margin-right:10px;
	}
	ul.tab li:nth-child(5n){
		margin-right:0;
	}
}



/* new_face
----------------------------------------------------------- */
div#contents div#newface.inner{
	margin-top:18vw;
}
div#newface h2.ttl{
	width:calc(100% - 30px);
	max-width:325px;
	position: absolute;
	top: -18vw;
	left:0;
	text-align:center;
	z-index: 10;
	background-color:transparent;
}
div#newface ul li p a.more{
	width:4em;
	display: inline-block;
	margin-left:10px;
	padding-top:0;
	color:#fff;
	text-align:center;
	border:none;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	background-color:#00b996;
}
div#newface ul li p a:hover{
	opacity:1!important;
	background-color:orange;
}
@media screen and (min-width:364px){
	div#newface h2.ttl{
		top: -60px;
		left:calc(50% - 177.5px);
	}
}
@media screen and (min-width:1054px) {
	div#contents div#newface.inner{
		margin-top:18vw;
	}
	div#newface h2.ttl {
		left: calc(50wv - 177.5px);
	}
}