@charset "utf-8";
/* CSS Document */


 #visual-container .row-size-sm .text-center .dl-middle {
    top: 41%;
}

#enqform-container{
	font-size: medium;
	font-family: "Noto Sans Japanese","Noto Sans JP","游ゴシック",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic ProN","メイリオ","Meiryo",sans-serif;
	font-weight: lighter;
}

.catch{
	text-align: center;
	margin-top: 30px;
	font-weight: bold;
	font-size: 21px;
	line-height: 160%;
}


.box{
	margin-top: 50px;
	display: flex;
}

.box_y{
	font-size: 23px;
	width: 22%;
	height: 210px;
	float: left;
	margin: auto;
	text-align: center;
	padding: 10px 20px;
	border: solid 4px #ffd966;
	display: flex;
	flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */

	
}

.box_y span{
	display: inline-block;
	margin-top: 0px;
}


.box_b{
	margin-top: 65px;
	position: relative;
}

.box_b img{
	width: 100%;
}

.midashi{
	text-decoration: underline;
	font-weight: bold;
	font-size: 20px;
	position: absolute;
	top: 180px;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.logo{
	position: absolute;
	top: 45px;
	left: 20px;
}

.logo img{
	width: 120px;
}

.bun{
	position: absolute;
	left: 30px;
	top: 220px;
	width: 60%;
	line-height: 200%;
}

.midashi_2{
	text-decoration: underline;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin-top: 45px;
}

.box.small{
	width: 67%;
	margin: 20px auto;
}

.box_y_2{
	font-size: 23px;
	width: 285px;
	height: 90px;
	float: left;
	margin: auto;
	text-align: center;
	padding: 5px 0px;
	border: solid 4px #A9D18E;
	display: flex;
	flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */
}

.movie{
	text-align: center;
	margin-top: 30px;
}

.movie img{
	width: 60%;
}

.movie_bun{
	margin: 20px auto 0 auto;
	display: table;
}


.link{
	margin-top: 70px;
}

.link a{
	background-color: #355c9b;
	padding: 12px 20px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	display: inline-block;
}

.box_mobile{
	display: none;
}



.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

.txt01 {padding: 0 1em;}

#visual-container > .row-bg-gradation {
	background:url("https://www.sotuu.net/dalton/images/internship_01.jpg") !important;
	background-repeat: no-repeat;
	background: center;
	background-color: aqua;
	}
	
.dl-middle {
	width: 400px; 
	padding: 20px 0; 
	margin-left: -200px;
	}


@media screen and (max-width: 1420px) {
		
.midashi{
	top: 160px;
}

.bun{
	top: 200px;
}	
	
.box_y_2{
	width: 260px;
	height: 90px;
	font-size: 22px;
	margin: 0 10px;

}	
	
}


@media screen and (max-width: 800px) {
	
#visual-container .row .dl-middle dt, #visual-container .text-center .dl-middle dt {
    font-size: 20px;
}

.box{
	margin-top: 30px;
	display: block;
}

.box_y{
	width: 100%;
	height: auto;
	clear: both;
	text-align: center;
	display: block;
	margin-top: 15px;
}
	
.box_y br{
	display: none;
	}	
	
.box_y span{
	display: inline-block;
	margin-top: 0px;
}

	

.box_y_2{
	width: 100%;
	height: auto;
	clear: both;
	text-align: center;
	display: block;
	margin-top: 15px;
}	
	
.box.small{
	width: 100%;
	margin: 0px auto;
}	
	
	
.box_b{
	margin-top: 45px;
	display: none;
}

.box_mobile{
	display: block;
	margin-top: 30px;
	}	
	
	
.box_mobile .midashi{
	text-decoration: underline;
	font-weight: bold;
	font-size: 20px;
	position: inherit;
	top: 0px;
  left: 0%;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}

.box_mobile .bun{
	position: inherit;
	left: 0px;
	top: 0px;
	width: 100%;
	line-height: 200%;
}
	
	
.movie img{
	width: 100%;
}

.link a{
	display: block;
}

#visual-container > .row-bg-gradation {
	background:url("https://www.sotuu.net/dalton/images/internship_01.jpg");
	background-repeat: no-repeat;
	}
	
}






















