@charset "UTF-8";
/* CSS Document */

.br {
	background-color: transparent;
}
.main {
  background-color: transparent;
}
/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 1.0s ease-in-out;
  transform: translateY(50px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

  /* PC版 */
@media(min-width:1080px){       
.introduction__image {
  background-image: url("../images/introduction/08 (1).png");
	background-color: #fff;            
    background-size: cover;               
   background-attachment:fixed;         
   background-position: center center; 
		padding-bottom: 130px;
	line-height: 1.8;
	color: #333;
}	
}
/* SP版 */
@media(max-width:1080px){
.introduction__image {	
	background-image: url("../images/introduction/PSbackground.jpg");
	background-color: #fff;            
   
   background-size: cover;               
   background-attachment:fixed;         
   background-position: center center; 
	padding-bottom: 135px;
	line-height: 1.8;
	}
	}
/* PC版 */
@media(min-width:1080px){
	
.introduction__message {
  color: #333;
  background: #fff;
  opacity: 0.8;
  text-align: left;
  margin: 0 auto;
  padding: 0 160px;
  font-size: 1.6rem;
	width: 70%;
  max-width: 1500px;
  box-sizing: border-box;
}}
/* SP版 */
@media(max-width:1080px){
	.introduction__message{
	margin: 0 auto;
		color: #333;
  background: #fff;
  opacity: 0.8;	
 text-align: left;
padding: 0 40px;
		width: 70%;
  max-width: 1500px;
  box-sizing: border-box;
}}
/* PC版 */
@media(min-width:1080px){
.introduction__titel {
  display: flex;
  align-items: center;
	
	} 
.introduction__titel:before, .introduction__titel:after {
  content: "";
  height: 3px;
  flex-grow: 1;
  
border-top:solid 2px #2e76ff;
	border-bottom: solid 4px #2e76ff;
}
.introduction__titel:before {
  margin-right: 4rem;
}
.introduction__titel:after {
  margin-left: 4rem;
}
.introduction__titel {
  color: #2e76ff;
  font-size: 6.0rem;
  text-align: center;
  padding: 170px 0 125px;
}
.p-1 {
  margin-bottom: 60px;
  
}
.introduction__image__name {
  text-align: center;
  padding-bottom: 60px;
	background-color: transparent;
	}
}
/* SP版 */
@media(max-width:1080px){
.introduction__titel {
  display: flex;
  align-items: center;
font-size:1.8rem;	
	} 
.introduction__titel:before, .introduction__titel:after {
  content: "";
  height: 1px;
  flex-grow: 1;
 border-top:solid 0.5px #2e76ff;
	border-bottom: solid 2px #2e76ff;
}
.introduction__titel:before {
  margin-right: 2.0rem;
}
.introduction__titel:after {
  margin-left: 2.0rem;
}
	
	
.introduction__titel {
  color: #2e76ff;
  font-size: 1.8rem;
	font-weight: 600;
  text-align: center;
  padding: 40px 0 55px;
}
.p-1 {
  margin-bottom: 60px;
  
}
.introduction__image__name {
  text-align: center;
  padding-bottom: 45px;
	background-color: transparent;
	}
	
	
}