@charset "utf-8";
/* CSS Document */
.shippori-mincho {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
}

.title{
	text-align: center;
	padding-bottom: 40px;
}
.title p{
	padding-bottom: 0;
	font-weight: bold;
}
.title h3{
	font-size: 38px;
	line-height: 1.6em;
	font-weight: bold;
}
#junior_about{
	background-color: #FFF;
	background-image: url("../../img/junior/bg_main.png");
	background-position: center bottom;
	background-size: cover;
	position: relative;
}
#junior_about .inner{
	width: 90%;
	max-width: 788px;
	padding: 110px 0 260px;
	margin: 0 auto;
}
#junior_about span{
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #C7A77B;
}
#junior_about .img{
	position: absolute;
	width: 296px;
	left: 65%;
	bottom: 0;
}
#junior_news{
	position: relative;
	margin-top: -60px;
}
#junior_news .inner{
	width: 90%;
	max-width: 1100px;
	padding: 0 0 90px;
	margin: 0 auto;
}

#junior_news02{
	position: relative;
}
#junior_news02 .inner{
	width: 90%;
	max-width: 1100px;
	padding: 110px 0 90px;
	margin: 0 auto;
}
.newsflex{
	display: flex;
	flex-wrap: wrap;
}
.newsflex .box{
	width: 32%;
	background-color: #F9F4E9;
	margin-right: 2%;
	margin-bottom: 30px;
}
.newsflex .box:nth-of-type(3n){
	margin-right: 0;
}
.newsflex .come{
	padding: 20px 35px;
}
.newsflex .date{
	width: 100px;
	color: #FF9292;
	padding-bottom: 0;
	line-height: 2em;
	padding-top: 2px;
	display: inline-block;
	vertical-align: middle;
}
.newsflex .cate{
	width: auto;
	color: #FF9292;
	padding-bottom: 0;
	display: inline-block;
	vertical-align: middle;
}
.newsflex a{
	text-decoration: none;
}
.newsflex .photo {
	aspect-ratio: 700 / 488;
	overflow: hidden;
	padding-bottom: 0;
	position: relative;
}
.newsflex .photo img{
	object-fit: cover;
  width: 100%;
  height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.newstxt .date {
	display: inline-block;
	color: #FF9292;
	padding-right: 15px;
	padding-bottom: 10px;
}
.newstxt .cate {
	color: #FF9292;
	display: inline-block;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 10px;
}
#junior_news .link{
	margin: 20px auto;
}
#junior_flow{
	position: relative;
}
#junior_flow .inner{
	width: 90%;
	max-width: 1060px;
	margin: 0 auto;
	padding: 60px 0 50px;
	position: relative;
	z-index: 10;
}
#junior_flow .inner:after{
	content: " ";
	visibility: visible;
	background-color: #F9F4E9;
	border-radius: 20px;
	width: 113%;
	height:100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.flowbox .box{
	padding-bottom: 80px;
}
.flowbox .box .come{
	width: 45%;
	float: left;
}

.flowbox .box:nth-of-type(2n) .come{
	float: right;
}
.flowbox .box .photo{
	width: 64%;
	float: right;
	margin-right: -14%;
}
.flowbox .box:nth-of-type(2n) .photo{
	float: left;
	margin-left: -14%;
}
.slidewrap{
	width: 100%;
}
.slick-img img{
	width: 100%;
	height: auto;
}

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

.slick-dots
{
    position: absolute;
    bottom: -10px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;
    
	text-align: left;
}
.flowbox .box:nth-of-type(2n) .slick-dots{
	text-align: right;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 10px;
    margin: 0 0px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 6px;
    height: 6px;
    padding: 0px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 14px;
    line-height: 14px;

    position: absolute;
    top: 0;
    left: 0;

    width: 15px;
    height: 30px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
.flowbox .box .num{
	font-size: 40px;
	line-height: 1.2em;
	color: #FF9292;
	font-weight: bold;
}
.flowbox .box h5{
	font-size: 30px;
	line-height: 1.6em;
	padding-bottom: 20px;
	font-weight: bold;
}
#junior_flow .img{
	position: absolute;
	width: 277px;
	left: 17.5%;
	bottom:-60px;
	z-index: 20;
}
.stydy{
	width: 45%;
	margin: 0 0 -40px auto;
	background-color: #F2DFCC;
	border-radius: 20px 0 0 0 ;
	position: relative;
	top:-40px;
	z-index: 30;
}
.stydy .inner02{
	padding: 40px 0 30px 50px;
	position: relative;
	max-width: 420px;
}
.stydy .imgtitle{
	position: absolute;
	width: 87px;
	top: -20px;
	left: 50px;
	z-index: 1000;
}