@charset "UTF-8";

#company_lead_txt + section {
    padding: 180px 0;
}
.company_lead {
    font-size: 2.3rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
}
.company_lead span {
    font-size: 4.0rem;
    color: var(--i_main_color);
    font-weight: 800;
    letter-spacing: 0.3rem;
}
#company_slide + div .gallery_single_slider .inner_item p {
  text-align: center;
}
.slide_title01 {
  color: var(--i_main_color) !important;
  font-size: 2.5rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
}
.slide_title02 {
  color: var(--i_txt_color) !important;
}
#company_message + section .parallax_img{
    opacity: 0.3;
    filter: blur(3px) grayscale(100%) contrast(120%);
}
#company_message + section >.content_wrapper{
    background: rgba(255, 255, 255, 0.95) !important;
    padding: 75px;
    width: 93%;
}
.message_yamaga {
    font-family: "Shippori Mincho", serif;
    font-weight: 800;
    font-size: 2.0rem;
    line-height: 1.5;
    margin-top: 40px;
}
.message_yamaga span{
    font-size: 4.0rem;
    font-weight: 600;
}
@media screen and (max-width: 1300px){
    #company_slide + div .gallery_single_slider .inner_item p{
        font-size: 80%;
    }
}
@media screen and (max-width: 1000px){
    #company_slide + div .gallery_single_slider .inner_item p{
        font-size: 60%;
    }
}
@media screen and (max-width: 900px){
	#company_message + section >.content_wrapper{
        padding: 35px;
	}
    .company_lead {
        font-size: 2.0rem;
    }
    .slide_title01{
        font-size: 2.0rem;
    }
}
@media screen and (max-width: 599px){
    .message_yamaga span {
        font-size: 4.0rem;
    }
    .company_lead {
        font-size: 1.8rem;
    }
    #company_lead_txt + section {
        padding: 130px 0;
    }    
}
@media screen and (max-width: 449px){
    .slide_title01 {
        font-size: 2.5rem;
    }
    #company_slide + div .gallery_single_slider .inner_item p {
        font-size: 100%;
    }
}
@media screen and (max-width: 400px){
    .message_yamaga span {
        font-size: 3.7rem;
    }    
}