/* =================================
------------------------------------
  Riddle - Portfolio
  Version: 1.1
 ------------------------------------ 
 ====================================*/

/*------------------------
    メインビジュアル
--------------------------*/
#photo-section {
	top:0;
    left: 0;
	position: fixed;
	display: block;
	height: 900px;
	width: 100%;
	background:url("../img/top/bg-daitogakuen_240628.jpg") top center no-repeat;
	background-size:cover;
	animation: fadeIn 3.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 3.5s ease 0s 1 normal;
	z-index: -10;!important;
}
.photo-section-spacer{
	width: 100%;
	height: 900px;
	position:relative;
}
.c-daito {
	width: 90%;
	margin-top: 260px;
	margin-left: auto;
	margin-right: auto;
}
.c-daito img {
	width: 100%;
	max-width: 1000px;
}
@media only screen and (min-width: 1500px) {
#photo-section {
	height: 1000px;
}
.photo-section-spacer{
	height: 1000px;
}
.c-daito {
	margin-top: 310px;
}
}

@media only screen and (min-width: 1700px) {
#photo-section {
	height: 1200px;
}
.photo-section-spacer{
	height: 1200px;
}
.c-daito {
	margin-top: 370px;
}
}
@media only screen and (max-width: 1024px) {
.c-daito {
	width: 80%;
	margin-top: 350px;
	margin-left: auto;
	margin-right: auto;
}
}
@media only screen and (max-width: 750px) {
#photo-section {
	height: 600px;
	background:url("../img/top/bg-daitogakuen_sp_240628.jpg") top center no-repeat;
	background-size:cover;
}
.c-daito {
	width: 90%;
	margin-top: 200px;
}
.photo-section-spacer{
	height: 600px;
}
}

/*------------------------
  メインビジュアルバナー
--------------------------*/
.bnr-daito {
	width: 85%;
	padding-top: 100px;
	margin-left: auto;
	margin-right: auto;
	animation: fadeIn 3.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 3.5s ease 0s 1 normal;
}
.bnr-daito img {
	width: 100%;
	max-width: 1200px;
	border-radius: 0px;
	filter: drop-shadow(0px 0px 10px rgba(26,44,92,0.45));
}
@media only screen and (max-width: 750px) {
.bnr-daito {
	width: 80%;
	padding-top: 150px;
}
}

/*------------------------
  メインビジュアルバナー セミナーボタン（円形）
--------------------------*/
.bnr-daitoseminar {
	width: 85%;
	padding-top: 130px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	animation: fadeIn 3.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 3.5s ease 0s 1 normal;
}
.bnr-daitoseminar img {
	width: 470px;
	max-width:600px;
	border-radius: 0px;
	/*filter: drop-shadow(0px 0px 10px rgba(26,44,92,0.45));*/
}
@media only screen and (max-width: 750px) {
.bnr-daitoseminar {
	width: 70%;
	padding-top: 360px;
	text-align: center;
}
.bnr-daitoseminar img {
	width: 100%;
	max-width:100%;
}
}
/*------------------------
    バナーエリア
--------------------------*/
#bnr-section {
	width: 100%;
	margin: 0;
	background: #FFFFFF;
	position:relative;
}

.bnr-box{
	width: 30%;
	max-width: 400px;
    display: inline-block;  /* インラインブロック化 */
    vertical-align: top; /* 上に揃える */
    margin: 1em 0.5em;
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
	
}
.bnr-box img {
	max-width: 100%;
	border:solid #E2E2E2;
	border-width:1px;
	margin-bottom: 0.3em;
}
.bnr-box h2 {
	font-size: 1.2rem;
	color: #0f366d;
	letter-spacing: 0.2em;
}

@media only screen and (max-width: 750px) {
#bnr-section {
	background: #FFFFFF;
	padding: 1em 0 1em;
	display: none;
}
.bnr-box{
	width: 80%;
    margin: 0.3em 0.1em;
	
}
.bnr-box h2 {
	font-size: 1.2rem;
	letter-spacing: 0.1em;
}
}
#bnr-section-sp {
	width: 100%;
	padding-top: 10px;
	margin: 0;
	background: #FFFFFF;
	position:relative;
}
#bnr-section-sp img{

}
@media only screen and (min-width: 750px) {
#bnr-section-sp {
	display: none;
}
}
/*------------------------
   DAITO NEWS
--------------------------*/
#top-daito-news-section {
	width: 100%;
	margin: 0;
	background: #FFFFFF;
	padding: 2em 0 4em;
}
.top-news-midashi {
	font-size: 3.2rem;
	font-family: yu-mincho-pr6n, sans-serif;
	color: #0f366d;
	letter-spacing: 0.07em;
	padding: 0 0 10px;
}
.top-daito-news-container {
	width:1300px;
	margin-left: auto;
    margin-right: auto;
	display: flex;
	justify-content: space-around;
	align-items: top;
}
@media only screen and (max-width: 750px) {
.top-daito-news-container {
	flex-direction: column;/*display: flex;を縦並びに*/
}
}
@media only screen and (max-width: 1300px) {
.top-daito-news-container {
	width: 97%;
}
}
.news-topics {
	width:48%;
	text-align: left;
	display: block;
}
@media only screen and (max-width: 750px) {
.news-topics {
	width:100%;
	padding-bottom: 17px;
}
}
.news-topics-midashi {
	font-size: 1.6rem;
	font-family: yu-mincho-pr6n, sans-serif;
	letter-spacing: 0.15em;
	text-align: center;
	border-bottom: 2px solid #194f9c;
	margin-bottom: 10px;
}
.news-topics-box {
	padding: 0 15px;
}
@media only screen and (max-width: 750px) {
.news-topics-box {
	padding: 0 5px;
}
}
.news-topics p{
	margin-bottom: 1em;
}
.news-topics a:link {

	color:#0f366d;
	text-decoration: none;
	outline: none;
}	
.news-topics a:visited {
	color:#0f366d;
	text-decoration: none;
	outline: none;
}
.news-topics a:hover{
	color:#194f9c;
}
.news-instagram {
	width:48%;
	text-align: left;
	display: block;
}
@media only screen and (max-width: 750px) {
.news-instagram {
	width:100%;
}
}
.news-instagram-midashi {
	font-size: 1.6rem;
	font-family: yu-mincho-pr6n, sans-serif;
	letter-spacing: 0.15em;
	text-align: center;
	border-bottom: 2px solid #c32c6f;
	margin-bottom: 10px;
}
.news-instagram-box {
	padding: 0 15px;
}
@media only screen and (max-width: 750px) {
.news-instagram-box {
	padding: 0 5px;
}
}

.news-pickup {
	width:48%;
	text-align: left;
	display: block;
}
.news-pickup-midashi {
	font-size: 1.8rem;
	font-family: yu-mincho-pr6n, sans-serif;
	letter-spacing: 0.1em;
	text-align: center;
	border-bottom: 2px solid #becd19;
	margin-bottom: 10px;
}
.news-pickup-box {
	padding: 0 15px;
}
.news-pickup p{
	margin-bottom: 1em;
	width: 100%;
}
.news-pickup a:link {
	color:#0f366d;
	text-decoration: none;
	outline: none;
}	
.news-pickup a:visited {
	color:#0f366d;
	text-decoration: none;
	outline: none;
}
.news-pickup a:hover{
	color:#194f9c;
}
.entry-date {
	font-size: 1.4rem;
	color:#000000;
	letter-spacing: 0.2em;
}
.entry-category {
	font-size: 1.2rem;
	color:#000000;
	margin-left: 10px;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  display: inline-flex;
  vertical-align:top;
	
}
.material-icons.md-21 { 
	font-size: 18px; line-height: 1.5em;
}

.news-line-text{
 	position: relative;
 	z-index: 1;
	display: block;
}
.news-line-text:after{
 	content: '';
	position: absolute;
 	left: 0;
 	bottom: -4px;/*テキストからの距離*/
 	width: 0%;/*初期状態では下線非表示*/
 	height: 1px;/*下線の高さ*/
 	background: #194f9c;/*下線の色*/
 	z-index: -1;
 	transition: all 0.3s;/*アニメーション速度*/
}
.news-line:hover .news-line-text:after{
 	width: 100%;/*hover時に表示*/
}

.pickup-line-text{
 	position: relative;
 	z-index: 1;
	display: block;
}
.pickup-line-text:after{
 	content: '';
	position: absolute;
 	left: 0;
 	bottom: -4px;/*テキストからの距離*/
 	width: 0%;/*初期状態では下線非表示*/
 	height: 1px;/*下線の高さ*/
 	background: #becd19;/*下線の色*/
 	z-index: -1;
 	transition: all 0.3s;/*アニメーション速度*/
}
.news-line:hover .pickup-line-text:after{
 	width: 100%;/*hover時に表示*/
}
@media only screen and (max-width: 750px) {
.top-news-midashi {
	font-size: 2.2rem;
	letter-spacing: 0.17em;
	padding: 0 0 10px;
}
.news-topics-midashi {
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	border-bottom: 2px solid #194f9c;
	margin-bottom: 10px;
}
.news-topics-box {
	padding: 0 5px;
}
.news-topics p{
	margin-bottom: 1em;
}
.news-topics a:link {
	font-size: 1.3rem;
}	
.news-pickup-midashi {
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	border-bottom: 2px solid #becd19;
	margin-bottom: 10px;
}
.news-pickup-box {
	padding: 0 5px;
}
.news-pickup p{
	margin-bottom: 1em;
	width: 100%;
}
.news-pickup a:link {
	font-size: 1.3rem;
}	
.entry-date {
	font-size: 1.2rem;
	letter-spacing: 0.05em;
}
.entry-category {
	font-size: 1.2rem;
	margin-left: 10px;
}
.material-icons.md-21 { 
	font-size: 14px; line-height: 1.5em;
}
}
.entry-icon-new{
    background: #194f9c;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    padding: 4px 7px 4px;
    text-align: center;
	margin-left: 8px;
	margin-bottom: 2px;
	line-height: 1;
}
@media only screen and (max-width: 750px){
.entry-icon-new{
	margin-left: 2px;
	padding: 4px 4px 4px;
}
}

.more {
	width: 200px;
	display: block;
	margin: 20px auto 25px;
	text-align: center;
}
a.btn--moreview {
  background-color: #F4F4F4;
  color:#0f366d;
	margin: 10px auto;
}

a.btn--moreview:hover {
  background: rgba(255,255,255,0.5);
  transition: background-color 0.5s;/*透明度変化速度を0.5秒に設定*/
  color:#0f366d;
}

a.moreview {
font-family: yu-mincho-pr6n, sans-serif;
	font-size: 1.1rem;
	font-style: normal;
	font-weight: 400;
	position: relative;
	padding: 1rem 1.5rem 1rem 1.5rem;
	border-radius: 100vh;
}

a.moreview:before {
	content:"";
	display:inline-block;
	width:0.75em;
	height:0.8em;
	background:url("../img/common/icon-arrow.svg") no-repeat;
	background-size:contain;
}

/*------------------------
   お知らせ serious
--------------------------*/

.serious-topics {
	text-align: left;
	padding: 20px 40px 10px;
	box-sizing:border-box;/*paddingでwidthを広げない処理*/
	width:1000px;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 30px;
	display: block;
	border: solid 3px #a91212;
}
@media only screen and (max-width: 750px){
.serious-topics {
	padding: 10px 20px 5px;
	width:95%;
}
}
.serious-topics-midashi {
	font-size: 1.8rem;
	font-family: yu-mincho-pr6n, sans-serif;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 2px;
}
@media only screen and (max-width: 750px){
.serious-topics-midashi {
	font-size: 1.5rem;
}
}
.serious-topics p{
	margin: 0 0 10px;
	display: block;
}
@media only screen and (max-width: 750px){
.serious-topics p{
	margin: 0 0 5px;
}
}
.serious-topics a:link {
	font-size: 1.5rem;
	color:#a91212;
	text-decoration: none;
	outline: none;
}
@media only screen and (max-width: 750px){
.serious-topics a:link {
	font-size: 1.3rem;
}	
}

.serious-topics a:visited {
	color:#a91212;
	text-decoration: none;
	outline: none;
}
.serious-topics a:hover{
}

.serious-line-text{
 	position: relative;
 	z-index: 1;
	display: block;
	pointer-events: none;
}

.serious-line-text:after{
 	content: '';
	position: absolute;
 	left: 0;
 	bottom: -2px;/*テキストからの距離*/
 	width: 0%;/*初期状態では下線非表示*/
 	height: 1px;/*下線の高さ*/
 	background: #FFF;/*下線の色*/
 	z-index: -1;
	width: 0%;/*hover時に表示*/
}
.serious-line:hover .serious-line-text:after{
 	background: #a91212;/*下線の色*/
 	transition: all 0.4s;/*アニメーション速度*/
	width: 100%;/*hover時に表示*/
}

/*------------------------
   採用情報　careers
--------------------------*/

.careers-topics-midashi {
	font-size: 1.6rem;
	font-family: yu-mincho-pr6n, sans-serif;
	letter-spacing: 0.15em;
	text-align: center;
	border-bottom: 2px solid #a0c45a;
	margin-bottom: 10px;
}
.careers-line-text{
 	position: relative;
 	z-index: 1;
	display: block;
	pointer-events: none;
}
.careers-line-text:after{
 	content: '';
	position: absolute;
 	left: 0;
 	bottom: -2px;/*テキストからの距離*/
 	width: 0%;/*初期状態では下線非表示*/
 	height: 1px;/*下線の高さ*/
 	background: #FFF;/*下線の色*/
 	z-index: -1;
	width: 0%;/*hover時に表示*/
}
.careers-line:hover .careers-line-text:after{
 	background: #a0c45a;/*下線の色*/
 	transition: all 0.4s;/*アニメーション速度*/
	width: 100%;/*hover時に表示*/
}

.careers-icon-new{
    background: #a0c45a;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    padding: 4px 7px 4px;
    text-align: center;
	margin-left: 8px;
	margin-bottom: 2px;
	line-height: 1;
}
@media only screen and (max-width: 750px){
.careers-icon-new{
	margin-left: 2px;
	padding: 4px 4px 4px;
}
}
/*------------------------
   学校PR
--------------------------*/

.top-pr-1{
	width: 100%;
	display: inline-block;/*中の要素に合わせた高さ*/
	background: #6896d7;
}
.left-box-1{
	width: 50%;
	float: left;
	height: 400px;
	background: #6896d7;
}
.right-box-1{
	width: 50%;
	float:right;
	height: 400px;
	background: url("../img/top/image-01.jpg") center no-repeat;
	background-size:cover;
}
.outer-pr-1{
	width: 100%;
	max-width: 700px;
	height: 400px;
	float: right;
	position: relative;/*中の要素のposition:absolute;とセット*/
}
.top-pr-2{
	width: 100%;
	display: inline-block;/*中の要素に合わせた高さ*/
	background: #013b70;
}
.left-box-2{
	width: 50%;
	float:left;
	height: 400px;
	background: url("../img/top/image-02_240627.jpg") center no-repeat;
	background-size:cover;

}
.right-box-2{
	width: 50%;
	float: right;
	height: 400px;
	background: #013b70;
}
.outer-pr-2{
	width: 100%;
	max-width: 700px;
	height: 400px;
	float: left;
	position: relative;/*中の要素のposition:absolute;とセット*/
}
.top-pr-3{
	width: 100%;
	display: inline-block;/*中の要素に合わせた高さ*/
	background: #089eab;
}
.left-box-3{
	width: 50%;
	float: left;
	height: 400px;
	background: #089eab;
}
.right-box-3{
	width: 50%;
	float:right;
	height: 400px;
	background: url("../img/top/image-03_240627.jpg") center no-repeat;
	background-size:cover;
}
.outer-pr-3{
	width: 100%;
	max-width: 700px;
	height: 400px;
	float: right;
	position: relative;/*中の要素のposition:absolute;とセット*/
}
.inner-pr{
	width: 500px;
	text-align: left;
	color: #FFFFFF;
	display:inline-block;
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
 @media only screen and (max-width: 1300px) {
.inner-pr{
	width: 90%;
}
}
.inner-pr p{
	margin: 5px 10px 35px 5px;
	letter-spacing: 0.1em;
}
.inner-pr h3 {
	font-size: 5.8rem;
	font-family: yu-mincho-pr6n, sans-serif;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin: -20px 0 -10px 0;
}
.inner-pr h4 {
	font-size: 2.4rem;
	font-family: yu-mincho-pr6n, sans-serif;
	font-weight: 400;
	letter-spacing: 0.1em;
	
}
a.btn--pr {
  background-color: #FFFFFF;
  color:#0f366d;

}

a.btn--pr:hover {
  background: rgba(255,255,255,0.5);
  transition: background-color 0.5s;/*透明度変化速度を0.5秒に設定*/
  color:#0f366d;
}

a.btn-c {
font-family: yu-mincho-pr6n, sans-serif;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	font-style: normal;
	font-weight: 400;
	position: relative;
	padding: 1.5rem 2rem 1.5rem 2rem;
	border-radius: 100vh;
}

a.btn-c:before {
	content:"";
	display:inline-block;
	width:0.75em;
	height:0.8em;
	background:url("../img/common/icon-arrow.svg") no-repeat;
	background-size:contain;
}

 @media only screen and (max-width: 750px) {
.top-pr-1{
	width: 100%;
}
.left-box-1{
	width: 50%;
	height: 330px;
}
.right-box-1{
	width: 50%;
	height: 330px;
}
.outer-pr-1{
	height: 330px;
}
.top-pr-2{
	width: 100%;
}
.left-box-2{
	width: 50%;
	height: 330px;
}
.right-box-2{
	width: 50%;
	height: 330px;
}
.outer-pr-2{
	height: 330px;
}
.top-pr-3{
	width: 100%;
}
.left-box-3{
	width: 50%;
	height: 330px;
}
.right-box-3{
	width: 50%;
	height: 330px;
}
.outer-pr-3{
	width: 100%;
	height: 330px;
}
.inner-pr{
	width: 90%;
}
.inner-pr p{
	margin: 10px 5px 10px 5px;
	font-size: 12px;
}
.inner-pr h3 {
	font-size: 2.6rem;
	letter-spacing: 0em;
	margin: 0;
}
.inner-pr h4 {
	font-size: 1.5rem;
	line-height: 1.3;
	font-weight: 400;
	letter-spacing: 0em;
	
}
a.btn-c {
	font-size: 1.2rem;
	letter-spacing: 0em;
	padding: 0.5em 1em 0.5em 1em;
	border-radius: 100vh;
}
a.btn-c:before {
display: none;
}
}


