@charset "UTF-8";

#home #wrapper {
 background-image: none;
 /*background-color: #f6e68c;*/
background: linear-gradient(45deg, rgba(244, 238, 157, 1) 21%, rgba(251, 196, 188, 1) 50%, rgba(247, 242, 145, 1) 77%);
 display: flex;
}
#home .content_box {
 position: relative;
 width: 100%;
 margin: 0 auto;
 padding: 0;
 max-width: none;
}
.top_content_box {
 position: relative;
 width: 100%;
 margin: 0 auto;
 padding: 50px 40px 30px 200px;
 max-width: 1240px;
}


/*-------------------- contents --------------------*/
.slider_top {
  width: 100%;
 padding: 50px 0 70px 260px;
position: relative;
}

.slider_top .slick-slide img {
  width: 100%;
}

.slider_catch {
  width: 40%;
  height: auto;
  max-width: 508px;
  min-width: 360px;
  position: absolute;
  top: 20px;
  left: 200px;
  z-index: 10;
}
.slider_catch img {
  width: 100%;
  height: auto;
}

.slider_eng {
  width: 18%;
  height: auto;
  max-width: 197px;
  min-width: 150px;
  position: absolute;
  top: 140px;
  left: 200px;
  z-index: 10;
}
.slider_eng img {
  width: 100%;
  height: auto;
}

.slider_illust {
  width: 16%;
  height: auto;
  max-width: 200px;
  min-width: 150px;
  position: absolute;
  top: 120px;
  right: 20px;
  z-index: 10;
}
.slider_illust img {
  width: 100%;
  height: auto;
}

.top_content_box img {
 width: 100%;
 vertical-align: bottom;
}

.bg_pink_wrap {
width: 100%;
position: relative;
padding: 40px;
margin: 30px 0;
}

#i_info_box {
padding: 0;
border: solid 3px #cc0000;
border-top-left-radius: 24px;
margin-bottom: 80px;
background-color: #fff;
}

#i_info_box:hover  {
background-color:  #f0f0f0;
}

.i_info {
 color: #fff;
weight: 600;
font-size: 20px;
 background-color: #cc0000;
padding: 7px 10px 10px 45px;
border-top-left-radius: 20px;
border-bottom-right-radius: 24px;
position: relative;
width:200px;
}

.i_info::before {
  content: '';
  background: url(../image/i_i.png) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 12px;
 transform: translateY(-50%);
  width: 1.4em;
  height: 1.4em;
}

.i_info_txt {
color: #000;
font-size: 18px;
padding: 10px 15px 15px 15px;
}

#info {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 60px 0 30px;
}


#exam_box {
  width: 48%;
  padding: 20px;
  background-color: #fcfcfc;
  border-radius: 20px;
}

h3.h_exam {
text-align: left;
weight: 600;
font-size: 32px;
padding: 10px 0 0 52px;
position: relative;
margin-top: -48px;
}

h3.h_exam::before {
  content: '';
  background: url(../image/i_exam.png) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
 transform: translateY(-50%);
  width: 1.6em;
  height: 1.6em;
}


#d_box {
  padding: 15px;
  background-color: #fcfcfc;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  width: 48%;
  border-radius: 20px;
}

#d_title {
  width: 100%;
  padding-bottm: 10px;
}

h3.h_depart {
text-align: left;
weight: 600;
font-size: 32px;
padding: 10px 0 0 64px;
position: relative;
margin-top: -48px;
}

h3.h_depart::before {
  content: '';
  background: url(../image/i_depart.png) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 5px;
 transform: translateY(-50%);
  width: 1.6em;
  height: 1.6em;
}


.b_depart {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap:wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}

.b_depart > div {
  flex: 0 0 auto;
  /*width: calc(100% / 3);*/
  width: 33%;
  padding: 8px;
}
.b_depart > div img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.flex_top {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 30px 0 30px;
}

#b_data {
	width: 40%;
	max-width: 380px;
	padding: 30px 30px  30px 0;
	text-align: center;

}

#b_data img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.illust_l {
	width: 60%;

}
.illust_l img {
	width: 100%;
	height: auto;
}

.org_content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap:wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}

.org_content > div {
  flex: 0 0 auto;
  width: calc(25% - 16px);
  padding: 15px 10px 10px;
  text-align: center;
  border: solid 3px #fff;
  margin: 8px;
  position: relative;
  border-radius: 20px;
}

.org_content > div a {
 position: absolute;
 top: 0;
 left: 0;
 height:100%;
  width: 100%;
}

.org_content > div:hover {
  background-color: #f9f9f9;
}

.org_content > div img {
  width: 80%;
  max-width: 100px;
  margin: 0 auto 8px;
}

.org_title {
  color: #c96871;
  font-size:20px;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 5px;
}

.org_txt {
  font-size:12px;
  text-align: left;
  margin-bottom: 0;
}

.minute_box {
  background-color: #fae8ef;
}
.zadankai_box {
  background-color: #fefacf;
}
.day_box {
  background-color: #dbf8d3;
}
.campus_box {
  background-color: #e1edf6;
}

.find_box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap:wrap;
 justify-content: center;
  width:  calc(100% - 16px);
  padding: 20px;
  border: solid 3px #fff;
  margin: 20px 8px 50px 8px;
  position: relative;
  border-radius: 20px;
  background-color: #e5e6f5;
}

.find_box a {
 position: absolute;
 top: 0;
 left: 0;
 height:100%;
  width: 100%;
}
.find_box:hover {
  background-color: #f9f9f9;
}

#b_find {
  width: 30%;
  padding-left: 20px;
  max-width: 300px;
}

#b_find img {
  width: 100%;
  height: auto;
}

.find_txt {
  /*width: 70%;*/
  font-size:14px;
  text-align: left;
  padding-left: 24px;
  margin-bottom: 0;
}

.outlink {
  width: 50%;
}

.outlink_box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap:wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

ul.b_outlink {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: left;
  justify-content: left;
   margin: 30px 30px 50px 8px;
}



ul.b_outlink li a {
  line-height: 1;
  font-size: 20px;
  font-weight: 400;
  padding: 16px 20px 16px 36px;
  color: #000;
  position: relative;
  border-radius: 16px;
   margin: 30px 20px 30px 0;
   background-color: #fff;
}

ul.b_outlink li a:hover {
  background-color: #f0f0f0;
}

ul.b_outlink li a:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../image/i_link.png);
  background-size: contain;
  background-position: center;
  position: absolute;
}


.illust_s {
  width: 40%;
  text-align: center;

}
.illust_s img {
  width: 100%;
  max-width: 460px;
  height: auto;
  margin: 0 auto 30px;
}

.illust_m {
  width: 50%;
  text-align: center;

}
.illust_m img {
  width: 100%;
  max-width: 360px;
  height: auto;
  padding: 0 10px;
  margin: 0 auto 30px;
}

.illust_f {
  width: 100%;

}
.illust_f img {
  width: 100%;
}

#dl_box {
 padding: 20px;
  border-radius: 20px;
 margin: 30px 30px 50px 8px;
 background-color: #fff;
}

#dl_box h4 {
 margin: 0 8px 15px;
 padding: 0;
}

.bn_box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bn {
	width: 50%;
	padding: 0 20px;
	text-align: center;
}

.bn img {
	max-width: 300px;
	margin: 0 auto 30px;
}


#contact {
  width: 100%;
  padding: 20px 20px 8px;
  background-color: #fce0e8;
  border: solid 3px #fff;
  margin: 30px 0;
  border-radius: 20px;
}

#home #copyright {
 padding: 0 30px 30px 200px;
 }

@media only screen and (max-width: 1080px) {
                                .slider_top {
	                                padding: 60px 0 0 260px;
                                }

                                .slider_eng {
                                                                  top: 120px;
                                }

                               .slider_illust {
                                                                 width: 18%;
                                                                 max-width: 170px;
                                                                 min-width: 120px;
                                                                 top: 80px;

                               }
                                .b_depart > div {
                                                                padding: 5px;
                                }
                                .org_title {
                                                                font-size:18px;
                                }

                                #b_find {
                                                                width: 40%;
                                }

}

@media only screen and (max-width: 800px) {




                                .top_content_box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
                                                                padding: 50px 16px 50px 200px;
                                }
                                .slider_top {
	                                padding: 60px 0 0 260px;
                                }
                                .slider_catch {
                                                                width: 70%;
                                                                max-width: 360px;
                                                                min-width: 180px;
	                                 top: 20px;
	                                 right: 200px;
                                }

                                .slider_eng {
                                                                  top: 120px;
                                }

                               .slider_illust {
                                                                 width: 16%;
                                                                 max-width: 170px;
                                                                 min-width: 110px;
                                                                 top: 80px;

                               }
                                #i_info_box {
	                                width: 100%;
                                                                margin-bottom: 40px;
                                }
                                #info {
	                                display: block;
                                }

                                .flex_top {
	                                display: block;
	                                width: 100% !important;
                                }

                                .org_content > div {
                                                                width: calc(50% - 16px);
                                }

                                #exam_box {
	                                 width: 100%;
	                                margin-bottom: 60px;
                                }
                                #d_box {
	                                  width: 100%;
                                }


                                #b_data {
	                                width: 100%;
	                                padding: 20px;
	                                text-align: center;
	                                margin: 0 auto;
                                }

                                .illust_l {
	                                width: 100%;

                                }

                                .outlink {
                                                                  width: 100%;
                                }

                                ul.b_outlink {
                                                                display: -webkit-flex;
                                                                 display: flex;
                                                                -webkit-flex-wrap: wrap;
                                                                 flex-wrap: wrap;
                                                                 -webkit-justify-content: center;
                                                                 justify-content: center;
                                                                margin: 30px 0 50px;
                                 }

                                ul.b_outlink li a {
                                                                font-size:16px;
                                }

                                .illust_s {
                                                                 width: 100%;
                                }
                                .illust_s img {
                                                                width: 100%;
                                                                max-width: 400px;
                                                                height: auto;
                                }

                                #dl_box {
                                                                width: 100%;
                                                                margin: 30px 0 50px;
                                                                }


}

@media screen and (max-width: 599px) {
                                #home #wrapper {
		display: block;
		background-position-x: 0;
		padding:0 1em;
	}
	#top_wrapper {
		display: block;
		background-position-x: 0;
		padding:0 1em;
	}
	.top_content_box {
		padding: 0;
		opacity: 1;
		transform: scaleY(1);
	}
	.content_box .slider_top {
		width: 100%;
	}
                                .slider_top {
	                                padding: 60px 0 0 50px;
                                }
                                .slider_catch {
                                                                width: 70%;
                                                                max-width: 508px;
                                                                min-width: 260px;
	                                 top: 24px;
	                                 left: 20px;
                                }
                                .slider_eng {
                                                                display: none;
                                }
                               .slider_illust {
                                                                 width: 26%;
                                                                 max-width: 160px;
                                                                 min-width: 80px;
                                                                 top: 125px;

                               }
                                .top_content_box {
                                                                padding: 50px 16px 50px;
                                }
	.b_depart > div {
	                                 padding: 6px;
	}
	.org_title {
                                	  font-size:18px;
	}
	#b_find {
		  width: 100%;
		  max-width: 539px;
		 padding-left: 0;
		  margin: 0 auto 10px;

	}
                                .find_txt {
                                                                  width: 100%;
                                                                  font-size:12px;
                                                                 padding-left: 0;
                                }


                                ul.b_outlink li a {
                                                                padding: 12px 10px 12px 28px;

                                                                border-radius: 12px;
                                                                margin: 30px 0 30px 10px;
                                }

                                ul.b_outlink li a:before {
                                  left: 10px;
                                  top: 50%;
                                }


                                .bn {
                                	width: 100%;
                                                                 order: 1;
                                }
                                .illust_m {
                                                                 width: 100%;
                                                                 order: 2;
                                }
                                .illust_m img {
                                                                width: 100%;
                                                                max-width: 400px;
                                                                height: auto;
                                }
                                #home #copyright {
	                                padding: 0 30px 30px 20px;
                                }

}

