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

.ms-pic{
	width: 100%;
	height: 442px;
	background-image: url("images/mv_1.webp");
    background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.ms-pic p{
	font-weight: bold;
	font-size: 81px;
	letter-spacing: 0.11em;
	text-align: center;
	color: #fff;
	padding-top: 210px;
	margin: 0;
	text-shadow: #999 1px 1px 10px;
}

.ms-pic h1{
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	color: #fff;
}
@media (max-width: 960px){
    .ms-pic{
        height: 300px;
    }
    .ms-pic p{
        padding-top: 110px;
        font-size: 60px;
    }
}
@media (max-width: 480px){
    .ms-pic{
        height: 280px;
    }
    .ms-pic p{
        font-size: 47px;
    }
    .ms-pic h1{
        font-size: 13px;
        }
}


.breadcrumb{
	width: 65%;
	height: 77px;
	font-size: 12px;
	font-weight: 500;
	text-align: right;
	margin: 0 auto;
	padding: 30px 0;
	justify-content: flex-end;
}

.breadcrumb a:hover{
	opacity: 0.7;
	color: #333333;
}
@media (max-width: 1200px){
    .breadcrumb{
        width: 90%;
    }
}
@media (max-width: 960px){
    .breadcrumb{
	height: 60px;
	padding: 20px 0;
}
}
@media (max-width: 480px){
    .breadcrumb{
	height: auto;
	padding: 10px 0;
}
}

.founder-ms{
	width: 75%;
	height: auto;
	margin: 0 auto;
}

.founder-pic{
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	z-index: -1;
}
.founder-pic img{
	width: 100%;
	position: absolute;
	object-fit: cover;
    background-size: cover;
}
.founder-title{
	width: 100%;
	margin: 0 auto;
	padding-left: 50px;
	padding-top: 70px;
    padding-bottom: 70px;
}
.founder-title_1{
	font-weight: bold;
	font-size: 3.2vw;
	line-height: 6.4vw;
	text-align: left;
	padding-bottom: 70px;
	text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
}
.founder-title_1 span{
	border-bottom: solid 10px #ffd900;
}
.founder-title_2_1{
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.1em;
}
.founder-title_2_2{
	font-weight: bold;
	font-size: 32px;
	letter-spacing: 0.1em;
}

@media (max-width: 1200px){
    .founder-ms{
        max-width: 1200px;
        width: 90%;
    }
.founder-title{
    padding-left: 0;
    padding-top: 50px;
    padding-bottom: 30px;
}
    
.founder-title_1{
    font-size: 3.8vw;
}
}
@media (max-width: 1024px){

}
@media (max-width: 960px){
.founder-ms{
	width: 90%;
	height: auto;
}
.founder-pic{
	width: 50%;
	height: 100%;
}
.founder-title{
	padding-top: 20px;
}

.founder-title_1{
	font-size: 4vw;
    line-height: 8vw;
    padding-bottom: 20px;
}
.founder-title_2_1{
    margin-bottom: 0.5em;
}
.founder-title_2_2{
    font-size: 20px;
}
}
@media (max-width: 768px){
.founder-ms,.founder-pic{
	height: auto;
}
.founder-title{
	padding-top: 20px;
    padding-bottom: 20px;
}
.founder-title_2_1{
    margin-bottom: 0;
}
.founder-title_1{
    padding-bottom: 10px;
}
}
@media (max-width: 640px){
.founder-ms{
	width: 80%;
	height: auto;
	margin: 0 auto;
    padding-bottom: 30px;
}

.founder-pic{
    position: relative;
    height: auto;
	width: 100%;
}
.founder-pic img{
    position: relative;
    object-fit:fill;
	width: 100%;
}
    
.founder-title{
	width: 100%;
	margin: 0 auto;
	padding-left: 0;
	padding-top: 10px;
}
.founder-title_1{
    font-size: 23px;
    line-height: 42px;
    text-align: center;
    padding-bottom: 20px;
}
.founder-title_2_1,.founder-title_2_2{
    text-align: right;
}
.founder-title_2_2{
	font-size: 20px;
}
}
@media (max-width: 480px){
    .founder-title_1{
        font-size: 18px;
        line-height: 36px;
    }
    .founder-title_1 span{
        border-bottom: solid 6px #ffd900;
    }
    .founder-title_2_2{
        font-size: 16px;
    }
}
.founder-contents{
	width: 100%;
	height: auto;
	background-color: #f2f2f2;
	padding: 100px 0;
}
.founder-contents_1{
	width: 80%;
	max-width: 1100px;
	height: auto;
	background-color: #fff;
	margin: 0 auto;
	border-radius: 39px;
	padding: 100px 150px;
}

.founder-contents_1 h2{
	font-family: "Noto Sans JP";
	font-weight: bold;
	font-size: 24px;
	line-height: 45px;
	text-align: center;
	padding-bottom: 40px;
}

.founder-contents_1 h2 span{
	display: inline-block;
	border-bottom: solid 3.5px #ffd900;
}
.founder-contents_1 p{
	font-weight: 400;
	font-size: 16px;
	line-height: 40px;
	padding-bottom: 50px;
}
.founder-contents_1 p .founder-span{
    font-weight: bold;
}

.founder-contents-pic{
	width: 80%;
	margin: 0 auto;
	
}

.founder-contents-pic img{
	width: 100%;
}


@media (max-width: 1200px){
.founder-contents_1{
	width: 90%;
}
}

@media (max-width: 960px){
.founder-contents{
    padding: 50px 0;
}
.founder-contents_1{
	height: auto;
	background-color: #fff;
	margin: 0 auto;
	border-radius: 39px;
	padding: 50px;
}
}
@media (max-width: 768px){
    .founder-contents_1 p{
        font-size: 14px;
        line-height: 35px;
    }   
}
@media (max-width: 640px){
    .founder-contents_1 h2{
        font-size: 16px;
        line-height: 28px;
        padding-bottom: 20px;
    }
    .founder-contents_1 h2 span{
        line-height: 28px;
    }
    .founder-contents_1 p{
        line-height: 30px;
        padding-bottom: 20px;
    }
}
@media (max-width: 480px){
    .founder-contents_1{
        padding: 35px 20px;
        border-radius: 20px;
    }
    .founder-contents_1 h2{
        font-size: 14px;
    }
    .founder-contents_1 p{
        padding-bottom: 10px;
    }
}
