@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　company
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/



/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* message
-----------------------------------------------------------------*/
.message{
  padding: 80px 0 155px;
}
.message .txt-area{
  width: 55.8%;  
}
.message .pic{
  max-width: 395px;
  width: 33%;  
}
.message .pic img{
  border-radius: 80px 0 80px 0;  
}
.message h2{
  margin-bottom: 30px;
}
.message h3{
  font-size: 3rem;
  color: #0093c4;
  line-height: 1.6;  
}
.message .txt{
  margin-top: 30px;  
}
.message .signature{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 75px;
}
.message .signature small{
  margin-right: 10px;
  font-size: 1.2rem;  
}
.message .signature span{
  font-size: 1.6rem;
}


/* policy
-----------------------------------------------------------------*/
.policy .policy-cont{
  position: relative;
  margin-top: -23vw;
  max-width: 1200px;
  padding: 75px 0 90px calc((100vw - 1200px)/2);
  background: #fff;
  border-radius: 80px 0 0 0; 
}
.policy .policy-cont .inner{
  padding: 0 20px 0 0;  
}
.policy h2{
  margin-bottom: 20px; 
}
.policy .txt strong{
  display: block;
  margin: 25px 0 20px;
  font-size: 3rem;
  color: #0093c4;
  line-height: 1.6;    
}

@media screen and (max-width: 1200px) {
	.policy .policy-con{
		padding-left: 0;
	}
  .policy .policy-cont .inner{
    padding: 0 20px;  
  }    
}


/* outline
-----------------------------------------------------------------*/
.outline{
  padding: 50px 0 130px;  
}
.outline h2{
  margin-bottom: 35px;  
}



/* history
-----------------------------------------------------------------*/
.history{
  padding: 150px 0 135px;  
}
.history.bg-round{
  border-top-right-radius: 0;  
}
.history h2{
  margin-bottom: 60px;
}
.history-list{
  position: relative;
  max-width: 920px;
  margin: 0 auto; 
}
.history-list::before{
  position:absolute;
  left: 199px;
  bottom: 0;
  display: block;
  content: "";
  width: 2px;
  height: calc(100% - 20px);
  background: url(../img/company/line_history.png) repeat-y;
  background-size: 100% auto;
}
.history-list > div{
  display: flex;
  align-items: flex-start;
  margin-bottom: 75px;
}
.history-list > div:last-child{
  padding-bottom: 10px; 
}
.history-list > div.sub{
  margin-bottom: 45px;  
}
.history-list dt{
  position: relative;
  flex-shrink: 0;
  width: 200px;
  padding-right: 5%;
  text-align: right;
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  color: #0093c4;  
}
.history-list dt::after{
  position:absolute;
  right: -13px;
  bottom: 0;
  display: block;
  content: "";
  width: 26px;
  height: 26px;
  background:url(../img/company/ico_history01.svg) no-repeat;
  background-size: 100% auto;  
}
.history-list .sub dt::after{
  right: -5px;
  bottom: 7px;
  width: 10px;
  height: 10px;
  background-image:url(../img/company/ico_history02.svg);  
}
.history-list dt strong{
  font-size: 4.3rem;
  font-weight: 600; 
}
.history-list .sub dt strong{
  font-size: 3rem;
}
.history-list dd{
  padding-left: 5%;
  padding-top: 20px;
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 500;  
}
.history-list .sub dd{
  padding-top: 8px;
  font-size: 1.6rem;
  font-weight: normal;  
}


/* access
-----------------------------------------------------------------*/
.access{
  padding: 145px 0 140px;  
}
.access h2{
  margin-bottom: 35px;  
}
.access-list{
  display: flex;
  justify-content: space-between;  
}
.access-list li{
  max-width: 552px;
  width: calc(50% - 10px);   
}
.access-list .gmap{
  overflow: hidden;
  margin: 25px 0 35px;
  border-radius: 0 0 80px 0; 
}
.access-list .gmap iframe{
  width: 100%;
  height: 300px; 
}
.access-list .traffic > div{
  display: flex;
  align-items: flex-start; 
}
.access-list .traffic > div:nth-child(n+2){
  margin-top: 25px;  
}
.access-list .traffic dt{
  position: relative;
  flex-shrink: 0;
  min-width: 7em;
  width: 30%;
  padding-bottom: 10px;
  font-weight: bold;  
}
.access-list .traffic dt::after{
  position:absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 20px;
  height: 1px;
  background: #0093c4;  
}
.access-list .traffic .note{
	display: block;
	font-size: 1.2rem;
}

@media screen and (max-width: 980px) {
  .access-list{
    display: block; 
  }
  .access-list li{
    width: 100%;
    margin: 0  auto; 
  }
  .access-list li:nth-child(n+2){
    margin-top: 70px; 
  }
  
}











/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {


/* message
-----------------------------------------------------------------*/
	.message{
		padding: 20px 0 80px;
	}
	.message .layout-box{
		display: block;
	}
	.message .txt-area{
		width: 100%;
		margin-bottom: 50px;  
	}
	.message .pic{
		max-width: none;
		width: 100%;  
	}
	.message .pic img{
		border-radius: 40px 0 40px 0;  
	}
	.message h2{
		margin-bottom: 30px;
	}
	.message h3{
		font-size: 1.8rem;
	}
	.message .txt{
		margin-top: 20px;
		text-align: justify;  
	}
	.message .signature{
		margin-top: 30px;
	}
	.message .signature small{
		margin-right: 10px;
		font-size: 1.2rem;  
	}
	.message .signature span{
		font-size: 1.6rem;
	}


/* policy
-----------------------------------------------------------------*/
	.policy .policy-cont{
		margin-top: -30vw;
		padding: 60px 0 50px;
		border-radius: 40px 0 0 0; 
	}
	.policy .policy-cont .inner{
			padding: 0 20px;  
	 }  
	.policy h2{
		margin-bottom: 20px; 
	}
	.policy .txt strong{
		margin: 15px 0;
		font-size: 1.8rem;
	}


/* outline
-----------------------------------------------------------------*/
	.outline{
		padding: 30px 0 90px;  
	}
	.outline h2{
		margin-bottom: 20px;  
	}
	

/* history
-----------------------------------------------------------------*/
	.history{
		padding: 60px 0 40px; 
	}
	.history h2{
		margin-bottom: 20px;
	}
	.history-list::before{
		left: 99px;
	}
	.history-list > div{
		margin-bottom: 40px;
	}
	.history-list > div.sub{
		margin-bottom: 45px;  
	}
	.history-list dt{
		width: 100px;
		padding-right: 25px;
		font-size: 1.5rem;
	}
	.history-list dt::after{
		right: -12px;
		bottom: -2px;
		width: 24px;
		height: 24px;
	}
	.history-list dt strong{
		font-size: 2.4rem;
	}
	.history-list .sub dt strong{
		font-size: 2rem;
	}
	.history-list dd{
		padding-left: 25px;
		padding-top: 5px;
		font-size: 1.4rem;  
	}
	.history-list .sub dd{
		padding-top: 0;
		font-size: 1.3rem;
	}
	


/* access
-----------------------------------------------------------------*/
	.access{
		padding: 60px 0 80px;  
	}
	.access h2{
		margin-bottom: 20px;  
	}
	.access-list li:nth-child(n+2){
    margin-top: 50px; 
  }
	.access-list .gmap{
		margin: 15px 0 20px;
		border-radius: 0 0 40px 0; 
	}
	.access-list .gmap iframe{
		width: 100%;
		height: 300px; 
	}
	.access-list .traffic > div:nth-child(n+2){
		margin-top: 20px;  
	}
	.access-list .traffic dt{
		font-size: 1.3rem;
	}
	.access-list .traffic dt::after{
		position:absolute;
		left: 0;
		bottom: 0;
		display: block;
		content: "";
		width: 20px;
		height: 1px;
		background: #0093c4;  
	}
	.access-list .traffic dd{
		font-size: 1.4rem;
	}
	.access-list .traffic .note{
		font-size: 1.1rem;
	}

}