
/*SP → タブレット　→ PC*/
/* iPhone 縦 */

/***************************
　CONTENT
****************************/

.slick-dotted.slick-slider{ margin:0; }

/*============ #newsArea ===============*/

#newsArea{ padding: 15vw 10vw 20vw; }

#newsArea h2{ font-weight: bold; letter-spacing:0.3em; padding: 2vh 0;}
#newsArea dl{ font-size: 0.85em; }
#newsArea dt{
	padding-top: 3vw;
	padding-bottom: 1vw;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
#newsArea dd{ word-wrap: break-word; }

#newsArea .date{
	flex-grow: 1;
	width: 25%;
	padding-right: 3vw;
}
#newsArea .newstags{
	flex-grow: 3;
	width: 60%;
	text-align: center;
	border-radius: 20px;
    font-weight: bold;
}
.mirai_group{ background-color: #FBCA4D; }
.mirai_hoiku{ background-color: #F0908A; }
.mirai_day{ background-color: #5DC2D0; }
.mirai_gakudo{ background-color: #69BC82; }
.mirai_pocket{ background-color: #FFEC3F; }
.tsubomi_hoiku{ background-color: #F19EBC; }

#newsArea .readmore{
	text-align: left;
	display: inline-block;
    margin-top: 5vw;
}

/*============ #greetingArea ===============*/
#greetingArea{
	position: relative;
	padding: 25vw 0;
	background-color: rgba(217, 227, 103, 0.3);
    overflow: hidden;
}
#greetingArea .title_area{ text-align: center; }

#greetingArea h2{
	font-weight: bold;
    letter-spacing: 0.3em;
    padding: 2vh 0;
}
#greetingArea .bk_area_left, #greetingArea .bk_area_right{
	display: none;
}
#greetingArea .ft_area{
    padding: 160px 5vw 200px;
    height: 200px;
    background-color: #FFFFFF;
    margin: -10vw auto 0;
    text-align: center;
    position: relative;
    mask-size: 900px;
    -webkit-mask-size: 900px;
    mask-image: url(../images/key_mask.png);
    -webkit-mask-image: url(../images/key_mask.png);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;

}

#greetingArea .ft_area h3{ font-size: 1.4em; padding-bottom: 0.7em;}
#greetingArea .ft_area p{ font-size: 0.8em; }
#greetingArea .greeting_text{
    position: absolute;
    width: 80%;
    height: auto;
    margin: 0 auto;
    top: 200px;
    left: 0;
    right: 0;
}
#greetingArea .greeting_text p{ line-height: 2.0em; font-weight: 600; padding-bottom: 0.7em;}
#greetingArea .greeting_text .sub{ font-size: 0.85em; }
#greetingArea .greeting_text .name{ font-size: 1.3em; }
#greetingArea .btn_more_cir{
	position: absolute;
    width: 100%;
    text-align: center;
    bottom: 50px;
    z-index: 40;
}

/*============ #serviceArea ===============*/

#serviceArea{
	padding: 25vw 0;
    overflow: hidden;
    text-align: center;
}
#serviceArea .title_area{ text-align: center;}
#serviceArea .lead{ text-align: center; padding: 15vw 0vw 7vw 0vw; font-size: 0.85em;}
#serviceArea h2{
	font-weight: bold;
    letter-spacing: 0.3em;
    padding: 2vh 0;
}
#serviceArea .contents{
	text-align: center;
	padding: 0 7vw 10vw;
}
#serviceArea .contents img{ width: 100%; }

#serviceArea .parts_all{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    font-size: 0.8em;
}
#serviceArea .parts{ width: 40vw; display: inline-block; }
#serviceArea .part_txt{
	position: relative;
	line-height: 1.5em;
	font-size: 0.8em;
    padding: 10px;
    bottom: 0;
}

#serviceArea .part_txt:before{
	background: url("../images/service_discLeft.png") no-repeat;
	left: 0;
}
#serviceArea .part_txt:after{
	background: url("../images/service_discRight.png") no-repeat;
	right: 0;
}
#serviceArea .part_txt:before, #serviceArea .part_txt:after{
	position: absolute;
	content: "";
    display: inline-block;
    padding: 12px;
	background-size: 75%;
	z-index: 0;
	bottom: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
#serviceArea .part_txt:before{ background: url("../images/service_discLeft@2x.png") no-repeat; }
#serviceArea .part_txt:after{ background: url("../images/service_discRight@2x.png") no-repeat; }
#serviceArea .part_txt:before, #serviceArea .part_txt:after{
	position: absolute;
	content: "";
    display: inline-block;
    padding: 12px;
	background-size: 75%;
	z-index: 0;
	bottom: 0;
}
}
#serviceArea .part_name{ font-weight: bold; padding: 15px 0; }


/*============ #aboutArea ===============*/

#aboutArea{
	background-color: rgba(251, 202, 77, 0.2);
	padding: 25vw 0 15vw;
    overflow: hidden;
    text-align: center;
}
#aboutArea .title_area{ text-align: center; }

#aboutArea h2{
	font-weight: bold;
    letter-spacing: 0.3em;
    padding: 2vh 0;
}
#aboutArea .lead{ text-align: center; padding: 15vw 0vw 7vw 0vw; font-size: 0.85em;}
#aboutArea .philosophy{
	position: relative;
	padding: 25vw 0;
    margin-top: -10vw;
    height: 250px;
	background-color: #FBCA4D;
	text-align: center;
	mask-size: 150%;
  	-webkit-mask-size: 150%;
	mask-image: url("../images/key_mask.png");
  	-webkit-mask-image: url("../images/key_mask.png");
  	mask-repeat: no-repeat;
  	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
 	mask-position: center;
}


#aboutArea .philosophy .philo_title{
    position: absolute;
    left: 0;
    right: 0;
    top: 130px;
    color: #FFFFFF!important;
}
#aboutArea .philosophy h3{ color: #FFFFFF!important; }
#aboutArea .philosophy .philo_img{ padding-bottom: 5px; }
#aboutArea .philosophy .philo_img img{ max-width: 120px; }

#aboutArea .philosophy .philo_text{
	position: absolute;
    width: 90%;
    height: 0%;
    margin: auto;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 1.5em;
    color: #FFFFFF;
    font-weight: bolder;
    letter-spacing: 0.15em;
}
#aboutArea .philosophy .philo_more{
	position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
}

#aboutArea .about_list{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0vw 7vw 7vw;
}

#aboutArea .about_list .sub_tit{
	width: 40vw;
	padding: 0 0 30px;
}
#aboutArea .about_list .sub_tit img{
	width: 100%;
}

@media screen and (max-width:350px) {
/*　for iPhone Landscape　(iPhone4)　*/

#newsArea dt{
	display: -webkit-block;
    display: -moz-block;
    display: -ms-block;
    display: -o-block;
    display: block;
}
#newsArea .date, #newsArea .newstags{
	width: 100%;
	text-align: left;
	display: block;
	flex-grow: initial;
}
#newsArea .newstags{ text-indent: 5%; }
#newsArea dt{ padding-top: 3vw; }

#aboutArea .philosophy .philo_text{ height: 10%; }

}

@media screen and (max-width:375px) {
/*　for iPhone Landscape　(iphone6 )　*/

#greetingArea .greeting_text{ top: 150px; }
}

@media screen and (min-width:400px) {
/*　for iPhone Landscape　(iphone6 Plus )　*/

}



@media screen and (min-width:480px) {
/*　for iPhone Landscape　(iPhone 横)　*/


#newsArea dt{ justify-content: flex-start; }
#newsArea .date{ flex-grow: initial; width: 100px; }
#newsArea .newstags{ flex-grow: initial; width: 250px; text-align: center; }
#newsArea .readmore{ text-align: left; display: inline-block; margin-top: 5vw; }


#greetingArea .ft_area{ padding: 30vw 5vw; margin-top: -10vw; height: 300px;}

#greetingArea .greeting_text{ top: 200px; }
#greetingArea .ft_area h3 { font-size: 1.7em; padding-bottom: 0.7em; letter-spacing: 0.3em; }

#serviceArea .part_txt{	font-size: 1em; }

#aboutArea .philosophy{ padding: 30% 0% 25% 0%; }
#aboutArea .philosophy .philo_title img{ max-width: 140px; }
#aboutArea .philosophy .philo_title h3{ font-size: 1.2em; letter-spacing: 0.3em; }

}

@media screen and (min-width:600px){
/***************************
　for iphone 6 横
****************************/
#greetingArea .greeting_text{ top: 250px; }
#greetingArea .btn_more_cir { bottom: 120px; }

#aboutArea .philosophy{
	padding: 25% 0% 20% 0%;
	mask-size: 120%;
  	-webkit-mask-size: 120%;
}
#aboutArea .philosophy .philo_more { bottom: 15%; }

}


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

/***************************
　for iPad 　
****************************/


#greetingArea{ padding: 15vw 0; }

#greetingArea .ft_area{
    height: 600px;
    padding: 0vw 5vw;
	mask-size: 90%;
  	-webkit-mask-size: 90%;
    margin-top: -8vw;
}
#greetingArea .greeting_text{ width: 65%; top: 200px; }
#greetingArea .btn_more_cir{  bottom: 70px; }
#greetingArea .bk_area_left, #greetingArea .bk_area_right{
	display: block;
	width: 100vw;
	height: 100vw;
	position: absolute;
	z-index: 30;
	top: 150px;
	mask-size: 100%;
  	-webkit-mask-size: 100%;
	background-color: rgba(217, 227, 103, 0.3);
	mask-image: url("../images/key_mask2.png");
  	-webkit-mask-image: url("../images/key_mask2.png");
  	mask-repeat: no-repeat;
  	-webkit-mask-repeat: no-repeat;
}

#greetingArea .bk_area_left{ left: -85vw; }
#greetingArea .bk_area_right{ right: -85vw; }

#serviceArea{ padding: 15vw 0; }
#serviceArea .lead{ padding: 7vw 0vw; }
#serviceArea .parts{ width: 25vw; }

#serviceArea .part_txt:before, #serviceArea .contents .part_txt:after{
    padding: 15px;
	background-size: 75%;
}

#serviceArea .contents { text-align: center; padding-bottom: 7vw; }
#aboutArea .philosophy .philo_more{ bottom: 20%; }


#aboutArea .philosophy .philo_text{
	width: 50%;
    height: 10%;
}
#aboutArea { padding: 100px 0vw;}
#aboutArea .lead{ padding: 5vw 0vw 10vw; }
#aboutArea .contents { position: relative; }
#aboutArea .philosophy{
	padding: 15% 0% 10% 0%;
	mask-size: 70%;
  	-webkit-mask-size: 70%;
  	z-index: 10;
}
#aboutArea .about_list{ width: 70vw; margin: 0 auto; }
#aboutArea .about_list .sub_tit{ padding: 0 0 40px; width: 35vw; }


#aboutArea .bk_left, #aboutArea .bk_right{
	position: absolute;
	width: 100%;
	z-index: 0;
}
#aboutArea .bk_left { left:-80px; }

#aboutArea .bk_pic{ position: absolute; }
#aboutArea .bk_pic img{ width: 75%;}

#aboutArea .bk_left .left1{ top: 0vw; }
/*#aboutArea .bk_left .left2{ top: 15px; }*/
#aboutArea .bk_left .left3{ top: 33vw; }
/*#aboutArea .bk_left .left4{ top: 45%; }*/
#aboutArea .bk_left .left5{ top: 66vw; }
#aboutArea .bk_left .left6{ top: 99vw; }


#aboutArea .bk_right .right1{ top: 0vw; right:-80px; }
#aboutArea .bk_right .right2{ top: 33vw; right:-80px; }
/*#aboutArea .bk_right .right3{ top: 30vwright:-80px; ; }*/
#aboutArea .bk_right .right4{ top: 66vw; right:-80px; }
#aboutArea .bk_right .right5{ top: 99vw; right:-80px; }

}
@media screen and (min-width:1024px) {
/***************************
　for PC 　
****************************/

#newsArea{
	padding: 7vw;
    max-width: 1240px;
    margin: 0 auto;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
#newsArea .title_area{
	flex-grow: 1;
    width: 15%;
    padding-right: 10%;
    position: relative;
}
#newsArea h2{ font-weight: bold; letter-spacing:0.3em; padding: 2vh 0;}
#newsArea dl{
	width: 75%;
	flex-grow: 2;
	font-size: 0.85em;

}
#newsArea dt{
	padding-top: 0vw;
    padding-bottom: 1vw;
    float: left;
    width: 330px;
    display: -webkit-initial;
    display: -moz-initial;
    display: -ms-initial;
    display: -o-initial;
    display: initial;
}
#newsArea dd, #newsArea .date, #newsArea .newstags{ flex-grow: initial; }
#newsArea dd{
	word-wrap: break-word;
	margin-left: 330px;
    margin: 0 0 10px 0;
}

#newsArea .date{
	width: 90px;
    display: inline-block;
    padding-right: 5%;
    float: left;
}
#newsArea .newstags{
	width: 210px;
    display: inline-block;
    text-align: center;
    border-radius: 20px;
    font-weight: bold;
}



#newsArea dd:after {
  display: block;
  content: "";
  clear: both;
}


#newsArea .readmore{
	position: absolute;
    display: inline-block;
    bottom: 0;
    left: 0;
}

#greetingArea{padding: 10vw 0;}
#greetingArea .ft_area{
    padding: 0vw 5vw 0vw;
	mask-size: 900px;
  	-webkit-mask-size: 900px;
    margin-top: 0vw;
}
#greetingArea .greeting_text{ width: 60%; top: 210px; }
#greetingArea .btn_more_cir{  bottom: 120px; }
#greetingArea .bk_area_left, #greetingArea .bk_area_right{
	display: block;
	width: 90%;
	height: 90%;
	position: absolute;
	z-index: 30;
	top: 160px;
	mask-size: 90%;
  	-webkit-mask-size: 90%;
	background-color: rgba(217, 227, 103, 0.3);
	mask-image: url("../images/key_mask2.png");
  	-webkit-mask-image: url("../images/key_mask2.png");
  	mask-repeat: no-repeat;
  	-webkit-mask-repeat: no-repeat;
}

#greetingArea .bk_area_left{ left: -60%; }
#greetingArea .bk_area_right{ right: -70%; }

#serviceArea{
	padding: 10vw 7vw 7vw;
    max-width: 1240px;
    margin: 0 auto;
    text-align: center;
}
#serviceArea .contents {
    text-align: center;
    padding: 0 0 7vw 0;
}
#serviceArea .lead{ padding:6vw 0vw 4vw; }
#serviceArea .parts_all{ font-size: 0.85em; }
#serviceArea .connect_top{ width: 82%; margin: 0 auto; }
#serviceArea .parts{ width: 17vw; }
#serviceArea .part_name{ padding: 20px 0; }
#serviceArea .part_img{ padding-top: 20px; width: 80%; margin: 0 auto; }
#serviceArea .part_txt{ padding: 20px 0 0 0; font-size: 1em; }
#serviceArea .part_txt{ padding: 20px 0 0 0; font-size: 1em; }


#aboutArea { padding: 10vw 7vw 7vw; max-width: 100%; margin: 0 auto; text-align: center;}



#aboutArea .lead { padding:6vw 0vw 0vw; }

#aboutArea .bk_pic img{ width: 70%;}
#aboutArea .bk_left, #aboutArea .bk_right{ top: 30px; }

#aboutArea .bk_left .left1{ top: -290px; left: 80px;}
#aboutArea .bk_left .left2{ top: -140px; left: -80px;}
#aboutArea .bk_left .left3{ top: 30px; left: 40px; }
#aboutArea .bk_left .left4{ top: 200px; left: -120px; }
#aboutArea .bk_left .left5{ top: 330px; left: 40px; }
#aboutArea .bk_left .left6{ top: 520px; left: -80px; }



#aboutArea .bk_right .right1{ top: -290px; right:0px; }
#aboutArea .bk_right .right2{ top: -150px; right:-150px; }
#aboutArea .bk_right .right3{ top: 0px; right:0px; }
#aboutArea .bk_right .right4{ top: 200px; right:-160px; }
#aboutArea .bk_right .right5{ top: 370px; right:0px; }
#aboutArea .bk_right .right6{ top: 570px; right:-180px; }


#aboutArea .philosophy{
	padding: 550px 0 45px 0;
    margin-top: 0vw;
    height: 0px;
	mask-size: 60%;
  	-webkit-mask-size: 60%;
}
#aboutArea .philosophy .philo_title{top: 190px;}
#aboutArea .philosophy .philo_text{ height: 5%; }
#aboutArea .philosophy .philo_more{  bottom:140px; }
#aboutArea .about_list{ width: 70vw; max-width:1300px;padding: 0vw 0vw 4vw; }
#aboutArea .about_list .sub_tit{ width: 15vw; }


}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
#locationArea .location_map {
	background: url(../images/top_map@2x.png) no-repeat;
	background-size: cover;
    background-position: center;
}
}
@media screen and (min-width:1400px) {
/***************************
　for PC 2
****************************/


#greetingArea .ft_area{ margin-top: -5vw; }
#greetingArea .greeting_text{ width: 45%; }
#greetingArea .bk_area_left, #greetingArea .bk_area_right{
    mask-size: 1100px;
    -webkit-mask-size: 1100px;
    background-color: rgba(217, 227, 103, 0.3);
    mask-image: url(../images/key_mask2.png);
    -webkit-mask-image: url(../images/key_mask2.png);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}
#greetingArea .bk_area_left{ left: -700px; }
#greetingArea .bk_area_right{ right: -900px; }

#serviceArea .parts{ width: 20%; }
#serviceArea .part_img{ width: 90%; }

#aboutArea{padding: 7vw 15vw;}

#aboutArea .bk_left .left1{ top: -290px; left: 80px;}
#aboutArea .bk_left .left2{ top: -140px; left: -80px;}
#aboutArea .bk_left .left3{ top: 30px; left: 40px; }
#aboutArea .bk_left .left4{ top: 200px; left: -120px; }
#aboutArea .bk_left .left5{ top: 330px; left: 40px; }
#aboutArea .bk_left .left6{ top: 520px; left: -150px; }

#aboutArea .bk_right .right1{ top: -290px; right:0px; }
#aboutArea .bk_right .right2{ top: -130px; right:-200px; }
#aboutArea .bk_right .right3{ top: 50px; right:0px; }
#aboutArea .bk_right .right4{ top: 200px; right:-250px; }
#aboutArea .bk_right .right5{ top: 350px; right:-20px; }
#aboutArea .bk_right .right6{ top: 600px; right:-260px; }


}

@media screen and (min-width:1500px) {
/***************************
　for PC 3
****************************/

#greetingArea .bk_area_left{ left: -600px; }
#greetingArea .bk_area_right{ right: -1000px; }


}
/***************************
　KEYVISUAL
****************************/

/*-- Basic --*/
.visual_sub01, .visual_sub02{display: none;}
#keyVisual{ display: block; text-align: center; background-color: #FBFCF0; }

#keyVisual .visual-wrapper{
	position: relative;
	width: 100vw;
  	background: url(../images/key_backimg_sp.png) no-repeat;
	background-size: 130%;
    background-position: -12vw 1.5vh;
}

#keyVisual .visual-wrapper:before{
	content: "";
    display: block;
    padding-top: 130%;
}

.visual_around, .visual_title{ position: absolute; }
.visual_around{
	bottom: 14vw;
    right: 0vw;
    text-align: right;
    z-index: 10;
}
.visual_around img{ width: 90%; }
.visual_title{
	top: 0px;
	bottom: 0px;
	left: 0px;
    right: 0px;
    margin-top: 120px;
}
.visual_title img{ width: 80%; }

#keyVisual .slider-photo img{ width: 130%; }

/* Slick カスタマイズ */
#keyVisual .slick-list{
	position:absolute;
	padding: 0!important;
	width: 100vw;
	bottom: 60px;
    right: 0;
  	mask-image: url("../images/key_mask.png");
  	-webkit-mask-image: url("../images/key_mask.png");
  	mask-size: 140vw;
  	-webkit-mask-size: 140vw;
  	mask-repeat: no-repeat;
  	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
 	mask-position: center;
}

.slick-dots{ display: none!important; }
.slick-prev, .slick-next{ display: none!important; }

.slick-slide img{ display: initial; }
/*　KEYVISUAL 調整　*/
/*-- 350px --*/
@media screen and (min-width:350px) {
.visual_title{ margin-top: 150px; }
.visual_around  { bottom: 15vw; right: 0vw; }
.visual_around img { width:100%; }
}
/*-- 375px --*/
@media screen and (min-width:375px) {
#keyVisual .slick-list{ bottom: 80px; }
.visual_title{ margin-top: 180px; }
.visual_around  { bottom: 14vw; right: 5vw; }
.visual_around img { width:100%; }
}

/*-- 480px --*/
@media screen and (min-width:480px) {
#keyVisual .visual-wrapper:before{ padding-top: 130%; }
#keyVisual .visual-wrapper{ background-size: 125%; background-position: -10vw 2.0vh; }
#keyVisual .slick-list{ bottom: 130px; }
.visual_title{ margin-top: 200px; }
.visual_around  { bottom: 18vw; right: 9vw; }
.visual_around img { width:100%; }
}
/*-- 550px --*/
@media screen and (min-width:550px) {
#keyVisual .visual-wrapper:before{ padding-top: 105%; }
#keyVisual .visual-wrapper{ background-size: 105%; background-position: -5vw 2.0vh; }
#keyVisual .slick-list{ bottom: 70px; mask-size: 120vw; -webkit-mask-size: 120vw;}
.visual_title{ margin-top: 200px; }
.visual_around  { bottom: 12vw; right: 14vw; }
}
/*-- 650px --*/
@media screen and (min-width:650px) {
.visual_title{ margin-top: 230px; }
.visual_around  { bottom: 11vw; right: 22vw; }
.visual_around img { width:130%; }
}
/*--768px iPad --*/
@media screen and (min-width:768px) {
#keyVisual .visual-wrapper:before{ padding-top: 90%; }
#keyVisual .visual-wrapper{
	background: url(../images/key_backimg_tb.png) no-repeat;
	background-size: 115%;
    background-position: -7vw 2.0vh;
}
#keyVisual .slick-list{
	bottom: 60px;
    right: 0;
  	mask-size: 110vw;
  	-webkit-mask-size: 110vw;
}
#keyVisual .slider-photo img{ width: 100%; }

.visual_title{ margin-top: 220px; }
.visual_title img{ width: 60%; }
.visual_around  { bottom: 0; top: 5vw; right: 0vw; }
.visual_around img { width:100%; }
}
/*-- 850px --*/
@media screen and (min-width:850px) {
.visual_title{ margin-top: 270px; }
.visual_around  { top: 8vw; right: 2vw; }
}

/*-- 950px --*/
@media screen and (min-width:950px) {
.visual_around  { top: 8vw; right: 3vw; }
}

/*--1024px iPad Pro --*/
@media screen and (min-width:1024px) {
#keyVisual{ overflow:hidden; }
#keyVisual .slider-photo img{ width: 70%; }
#keyVisual .visual-wrapper{
	background: url(../images/key_backimg_pc.png) no-repeat;
	background-size: 110%;
	background-position: -5vw 0vh;
}
#keyVisual .visual-wrapper:before{ padding-top: 50%; }
#keyVisual .slick-list{
	position:absolute;
	padding: 0!important;
 	width: 100vw;
	bottom: 0vw;
  	mask-size: 65vw;
  	-webkit-mask-size: 65vw;
}
.slick-dots{ bottom: 2.0vw; display: block!important; }
.slick-dots li{ margin: 0 10px; }
.slick-dots li button:before{ font-size: 15px; }

.visual_title{ height: 300px; margin-top: 150px; }
.visual_title img{ width: 40vw;}
.visual_around  { height: 300px; bottom: 0; right: 13vw; top: 0vw; }
.visual_around img { width:70%; }
.visual_sub01, .visual_sub02{
	position: absolute;
	display: inline-block;
	z-index: 20;
}
.visual_sub01 img, .visual_sub02 img{ width: 65%; }
.visual_sub01{ top: 16vw; left: -6vw;}
.visual_sub02{ top: 3vw; right: -45vw;}
}

/*--1120px--*/
@media screen and (min-width:1120px) {
.visual_sub01 img, .visual_sub02 img{ width: 70%; }
.visual_sub01{ top: 16vw; left: -6vw;}
.visual_sub02{ top: 3vw; right: -42vw;}
}
/*--1220px--*/
@media screen and (min-width:1220px) {
.visual_title{ margin-top: 140px; }
.visual_around  { right: 13vw; }
.visual_around img { width: 80%; }
.visual_sub01 img, .visual_sub02 img{ width: 70%; }
.visual_sub01{ top: 20vw; left: -4vw; }
.visual_sub02{ top: 5vw; right: -37vw; }

}
/*--1320px--*/
@media screen and (min-width:1320px) {
.visual_title{ margin-top: 200px; }
.visual_sub01 img, .visual_sub02 img{ width: 75%; }
}
/*--1420px--*/
@media screen and (min-width:1420px) {
.visual_around  { right: 13vw; }
.visual_around img { width: 90%; }
.visual_sub01{ top: 22vw; left: -3vw; }
.visual_sub02{ top: 7vw; right: -32vw; }
}
/*--1520px--*/
@media screen and (min-width:1520px) {
.visual_title{ margin-top: 230px; }
.visual_around  { right: 13.5vw; }
}
/*--1620px--*/
@media screen and (min-width:1620px) {
.visual_around  {  right: 13vw; }
.visual_around img { width: 100%; }
.visual_sub01 img, .visual_sub02 img{ width: 90%; }
.visual_sub01{ top: 22vw; left: -2vw; }
.visual_sub02{ top: 7vw; right: -29vw; }
}
/*--1820px--*/
@media screen and (min-width:1820px) {
.visual_around  { right: 15vw; }
}