@charset "UTF-8";
/*
Theme name :dainichi
Version : 1.0
Author: 株式会社アンビション
Author URI: https://ambition-net.com/
*/

#mv{
	background: url(../images/access_mv.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding: 100px 0;
}
#mv h1{
	font-size:50px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0px;
	letter-spacing: 2px;
	line-height: .75;
}
#mv h1 span#subttl{
	font-size:18px;
}
/*=======================MVここまで==============================================================-=================================*/

/*=======================会社情報メニューここから==============================================================-=================================*/

#company_menu{
	padding: 50px 0;
}
#company_menu a{
	background: #fff;
	border:2px solid #2755A0;
	text-align: center;
	position: relative;
	color: #2755A0;
	padding: 10px 0;
	text-decoration: none;
	margin-bottom: 20px;
	cursor: pointer;
	font-weight: bold;
}
#company_menu a::after{
	content: '';
	width: 12px;
  height: 12px;
  border: 0;
  border-bottom: solid 2px #2755A0;
  border-right: solid 2px #2755A0;
	position: absolute;
	right: 20px;
	top:50%;
	transform: translateY(-50%) rotate(45deg);
}
/*=======================会社情報メニューここまで==============================================================-=================================*/

/*=======================ご挨拶・社是ここから==============================================================-=================================*/
#greeting{
	padding: 50px 0;
	background: url(../images/greeting_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#greeting .bg-white-80{
	background: rgba(255,255,255,0.8);
}
#greeting h2{
	font-size: 40px;
	text-align: center;
	line-height: .75;
	color: #fff;
	font-weight: bold;
	margin-bottom: 40px;
}

#greeting h2 span{
	font-size: 18px;
}

#greeting h3{
	font-size: 25px;
	text-align: center;
	color: #2755A0;
	margin-bottom: 30px;
	font-weight: bold;
	line-height: 1.75;
}
#cred{
	padding: 50px 0 30px;
	background: #E0F1FC;
}

#cred h2{
	font-size: 40px;
	text-align: center;
	line-height: .75;
	color: #2755A0;
	font-weight: bold;
	margin-bottom: 40px;
}

#cred h2 span{
	font-size: 18px;
}
#cred h3 {
	font-size: 20px;
	color: #2755A0;
	line-height: 1.75;
	margin-bottom: 0px;
	font-weight: bold;
}
#cred h3:first-child {
	margin-bottom: 20px;
}
#cred .bg-white{
	border:2px solid #2755A0;
}
/*=======================ご挨拶・社是ここまで==============================================================-=================================*/

/*=======================会社概要ここから==============================================================-=================================*/
#outline{
	padding: 30px 0 50px;
	background: #E0F1FC;
}

#outline h2{
	font-size: 40px;
	text-align: center;
	line-height: .75;
	color: #2755A0;
	font-weight: bold;
	margin-bottom: 40px;
}

#outline h2 span{
	font-size: 18px;
}

#outline h3{
	font-size: 16px;
	color: #2755A0;
	font-weight: bold;
	margin-bottom: 0;
}
#outline .bg-white{
	border:2px solid #2755A0;
}
/*=======================会社概要ここまで==============================================================-=================================*/


/*=======================会社沿革ここから==============================================================-=================================*/
#history{
	padding: 50px 0 ;
	background: #EAEAEA;
}

#history h2{
	font-size: 40px;
	text-align: center;
	line-height: .75;
	color: #2755A0;
	font-weight: bold;
	margin-bottom: 40px;
}

#history h2 span{
	font-size: 18px;
}

#history .bg-white{
	border:2px solid #333333;
}
.timeline {
  list-style: none;
	padding-left: 0;
}
.timeline > li {
  margin-bottom: 60px;
}
.modal-btn{
	cursor: pointer;
	color: #333333;
}

/* for Desktop */
@media ( min-width :768px ){
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 18%;
    float: left;
    margin-top: 20px;
  }
  .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #717171 solid;
    padding-left: 30px;
  }
	.timeline-content h3{
		margin: 20px 0;
		font-size: 16px;
	}
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #717171;
    position: absolute;
    left: 18%;
    top: 24px;
    border-radius: 100%;
	  transform: translateX(-4.5px);
  }
}




/*=======================会社沿革ここまで==============================================================-=================================*/

/*=======================組織図ここから==============================================================-=================================*/

#organization{
	background: #E0F1FC;
	padding: 50px 0;
	
}

#organization h2{
	font-size: 40px;
	text-align: center;
	line-height: .75;
	color: #2755A0;
	font-weight: bold;
	margin-bottom: 40px;
}

#organization h2 span{
	font-size: 18px;
}
/*=======================組織図ここまで==============================================================-=================================*/

/*=======================有資格者ここから==============================================================-=================================*/

#qualified{
	padding: 50px 0;
	
}

#qualified h2{
	font-size: 40px;
	text-align: center;
	line-height: .75;
	color: #2755A0;
	font-weight: bold;
	margin-bottom: 40px;
}

#qualified h2 span{
	font-size: 18px;
}
#qualified h3{
border-bottom: solid 3px #CBE3F2;
  position: relative;
	font-size: 20px;
	color: #2755A0;
	font-weight: bold;
	padding-bottom: 10px;
}
#qualified h3::after{
position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #2755A0;
  bottom: -3px;
  width: 30%;
}
#qualified li{
	padding: 20px 0;
	border-bottom: 1px solid #707070 ;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#qualified ul{
	padding: 0;
	list-style: none;
	
}
/*=======================有資格者ここまで==============================================================-=================================*/


/*=======================レスポンシブここから
==============================================================-=================================*/

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

	#mv {
    background-size: cover;
    padding: 40px 0;
}
	#mv h1 {
    font-size: 35px;
    line-height: 1;
}
	#company_menu {
    padding: 30px 0;
}
	#company_menu .col-md-4.col-6:last-child a{
		margin-bottom: 0;
	}
	#greeting h3{
	font-size: 20px;
	line-height: 1.5;
}
	.timeline-content h3{
		font-size: 16px;
	color: #2755A0;
		font-weight: bold;
		margin-bottom: 0px;
	}
	.timeline > li {
    margin-bottom: 30px;
}
	p.timeline-date{
		margin-bottom: 10px;
	}
}