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

.sv-pic{
	width: 100%;
	height: 880px;
	background-image: url("images/mv_2.webp");
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
	
}

.sv-main-box{
	max-width: 1260px;
	width: 90%;
	height: 300px;
	margin: 0 auto;
	
}
.sv-main-box_1{
	width: 700px;
	height: 95px;
	display: flex;
}
.sv-main-box_1 p{
	font-weight: bold;
	font-size: 81px;
	letter-spacing: 0.11em;
	color: #fff;
	margin: 0;
	margin-left: 30px;
}

.sv-main-box_1 h1{
	font-weight: 500;
	font-size: 15px;
	color: #fff;
	margin-top: 55px;
	margin-left: 30px;
}

.sv-main-box_2{
	width: 100%;
	height: 535px;
}
.sv-main-box_2_1{
	width: 700px;
	background-color: rgba(255,255,255,0.90);
	border-radius: 33px;
	padding: 65px 45px;
}
.sv-main-box_2_1-sp{
    display: none;
}
.sv-main-title{
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.07em;
    line-height: 2em;
}

.sv-main-title span{
	border-bottom: solid 6px #ffd900;
}
.sv-main-box_2_1 .sv-main-sentents{
    font-weight: 500;
    font-size: 18px;
    line-height: 1.8em;
    margin-bottom: 0;
}

@media (max-width: 1024px){
.sv-pic{
    height: 800px;
}

.sv-main-box{
	height: auto;
}
    
.sv-main-box_1 p{
	font-weight: bold;
	font-size: 81px;
	letter-spacing: 0.11em;
	color: #fff;
	margin: 0;
	margin-left: 30px;
}

.sv-main-box_1 h1{
	font-weight: 500;
	font-size: 15px;
	color: #fff;
	margin-top: 55px;
	margin-left: 30px;
}

.sv-main-box_2{
	width: 100%;
	height: 535px;
}
.sv-main-box_2_1{
    height: auto;
	width: 650px;
    padding: 45px;	
}

.sv-main-title{
    font-size: 26px;
    line-height: 50px;
    padding-bottom: 0;
}

.sv-main-sentents{
font-size: 15px;
line-height: 35px;
}


}
@media (max-width: 960px){
.sv-main-box_2_1{
    display: none;
}

.sv-pic{
    height: 250px;	
}
    .sv-main-title span{
        display: inline-block;
        line-height: 1.6em;
    }
.sv-main-box{
    height: auto;
	width: auto;
}
.sv-main-box_1{
    display: block;
	width: 100%;
	height: auto;
    text-align: center;
    padding-top: 85px;
}
.sv-main-box_1 p{
    font-size: 60px;
    margin: 0;
}

.sv-main-box_1 h1{
    margin: 0px;
}
    .sv-main-title{
        font-size: 32px;
    }

.sv-main-box_2_1-sp{
    display: block;
    width: 90%;
    height: auto;
    margin: 10px auto;
    margin-bottom: 50px;
} 

.sv-main-sentents{
    font-size: 16px;
    line-height: 1.8em;
}
}
@media (max-width: 640px){
.sv-main-title{
    font-size: 26px;
}
.sv-main-sentents{
    font-size: 14px;
}  
}
@media (max-width: 480px){
.sv-main-title {
    font-size: 20px;
    line-height: 2em;
}
.sv-main-title span{
    border-bottom: solid 4px #ffd900;
}
.sv-main-box_1{
    padding-top: 100px;
}
.sv-main-box_1 p{
	font-size: 45px;
}

.sv-main-box_1 h1{
	font-size: 12px;
}
}

/*パンくずリスト*/
.sv-breadcrumb-sp{
    display: none;
}
.sv-breadcrumb{
	padding-top: 110px;
}
.breadcrumb{
	width: 67%;
	height: 60px;
	font-size: 12px;
	font-weight: 500;
	text-align: right;
	margin: 0 auto;
	padding: 30px 0;
	justify-content: flex-end;
}
.breadcrumb a{
	border-bottom: solid 1px #fff;
}
.breadcrumb a:hover{
	opacity: 0.7;
	color: #fff;
}

.breadcrumb a,.breadcrumb-item.active,
.breadcrumb-item.breadcrumb-item::before{
	color: #fff;
}
@media (max-width: 1024px){
    .sv-breadcrumb{
	padding-top: 100px;
}
    .breadcrumb{
        width: 90%;
    }
}
@media (max-width: 960px){
.sv-breadcrumb{
        display: none;
}
.sv-breadcrumb-sp{
        display: block;
}
.breadcrumb{
	width: 90%;
	height: 60px;
	font-size: 12px;
	font-weight: 500;
	text-align: right;
	margin: 0 auto;
	padding: 20px 0;
	justify-content: flex-end;
}
.breadcrumb a{
	border-bottom: solid 1px #000;
}
.breadcrumb a:hover{
	opacity: 0.7;
	color: #333333;
}

.breadcrumb a,.breadcrumb-item.active,
.breadcrumb-item.breadcrumb-item::before{
	color: #333333;
}
}

/*株式会社FSRについて*/
.service-contents-1{
	width: 100%;
	height: auto;
	background-color: #f2f2f2;
	padding: 100px 0;
}
.pro-title{
	width: 100%;
	height: 50px;
	margin-bottom: 54px;
}

.pro-title p{
	font-weight: bold;
	font-size: 23px;
	line-height: 40px;
	text-align: center;
}


.pro-contents{
    max-width: 1024px;
	width: 100%;
	height: auto;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
}
.pro-contents_1{
    width: 33%;
	height: auto;
	padding: 25px;
}

.pro-pic{
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 24px;
}
.pro-pic img{
	width: 100%;
	border-radius: 50%;
}

.pro-title_1_1{
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 0.04em;
	line-height: 1.4em;
}
.pro-title_1_1 span{
    display: inline-block;
}

.pro-sen{
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.04em;
	line-height: 1.8em;
}

@media (max-width: 960px){
.service-contents-1{
    padding: 40px 0;
}
.pro-title{
	margin-bottom: 0;
	height: auto;
}
.pro-title p{
	font-size: 20px;
}
.pro-contents{
      display: block;  
} 
.pro-contents_1{
    display: flex;
    width: 90%;
	height: auto;
    margin: 0 auto;
	padding: 20px 0;
    align-items: center;
}
.pro-pic{
	width: 30%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 0;
}
.pro-pic img{
	width: 100%;
	border-radius: 50%;
}
.pro-title_1{
    width: 60%; 
    margin-left: 20px;
}
.pro-title_1_1{
    font-size: 18px;  
    margin: 0;
    margin-bottom: 10px;
    line-height: 30px;
    }
.pro-sen{
    font-size: 14px; 
    padding: 0;
    }
}
@media (max-width: 640px){
.pro-pic{
    width: 220px;
    margin: 0;
    }
.pro-title_1{
    margin-left: 30px;
}
.pro-title_1_1{
    line-height: 30px;
    }
.pro-sen{
    line-height: 25px;
    }
}
@media (max-width: 480px){
.pro-contents_1{
    display: block;
    width: 90%;
	height: auto;
    margin: 0 auto;
	padding: 20px 0;
    align-items: center;
}
.pro-pic{
	width: 80%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.pro-pic img{
	width: 100%;
	border-radius: 50%;
}
.pro-title_1{
    width: 80%; 
    margin: 0 auto;
    text-align: center;
}
}


/*株式会社FSRの事業理念*/
.service-contents-2{
	width: 100%;
	height: auto;
	background-color: #fff;
	padding: 100px 0;
}
.service-contents_2_1{
	width: 80%;
	max-width: 1100px;
	height: auto;
	background-color: #f2f2f2;
	margin: 0 auto;
	border-radius: 39px;
	padding: 100px 200px;
	padding-bottom: 40px;
}
.philosophy-title{
	color: #ffd900;
	text-align: center;
	font-weight: bold;
	font-size: 23px;
	letter-spacing: 0.1em;
	line-height: 36px;
	padding-bottom: 40px;
}

.service-contents_2_1 dl{
	margin-bottom: 100px;
}
.service-contents_2_1 dt{
	font-weight: bold;
	font-size: 23px;
	letter-spacing: 0.15em;
	line-height: 40px;
	margin-bottom: 40px;
}
.service-contents_2_1 dt span{
	border-bottom: solid 2px #ffd900;
}

.service-contents_2_1 dd{
	font-weight: bold;
	font-size: 34px;
	letter-spacing: 0.05em;
	line-height: 57px;
}
@media (max-width: 1024px){
.service-contents_2_1{
    width: 90%;
    padding: 120px;
}

.service-contents_2_1 dl{
	margin-bottom: 80px;
}
.service-contents_2_1 dt{
    font-size: 20px;
    margin-bottom: 30px;	
}

.service-contents_2_1 dd{
    font-size: 25px;
    line-height: 48px;
}
    .service-contents_2_1 dl:last-child{
        margin-bottom: 0;
    }
}
@media (max-width: 960px){
.service-contents-2{
	padding: 50px 0;
    padding-bottom: 70px;
}
.philosophy-title{
    font-size: 20px;
    padding-bottom: 25px;
}
.service-contents_2_1{
    padding: 60px;
}

.service-contents_2_1 dl{
	margin-bottom: 30px;
}
.service-contents_2_1 dt{
    font-size: 18px;
    margin-bottom: 10px;	
}

.service-contents_2_1 dd{
    font-size: 17px;
    line-height: 27px;
}
}
@media (max-width: 480px){
.service-contents-2{
	padding: 50px 0;
    padding-bottom: 60px;
}
.philosophy-title{
    padding-bottom: 10px;
}
.service-contents_2_1{
    padding: 35px;
}
.service-contents_2_1 dt{
    font-size: 15px;
    margin-bottom: 5px;	
}
.service-contents_2_1 dd{
    font-size: 15px;
    line-height: 25px;
}
}
/*行動指針*/
.service-contents-3{
	width: 100%;
	height: auto;
	background-color: #f2f2f2;
	padding: 100px 0;
}
.service-contents_3_1{
	width: 80%;
	max-width: 1100px;
	height: auto;
	background-color: #fff;
	margin: 0 auto;
	border-radius: 39px;
	padding: 100px 200px;
}

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

.service-contents_3_1 h2 span{
	display: inline-block;
	border-bottom: solid 3.5px #ffd900;
}
.service-contents_3_1 dt{
	font-weight: bold;
	font-size: 34px;
	letter-spacing: 0.1em;
	line-height: 40px;
/*	color: #ffd900;*/
	margin-bottom: 10px;
}
.service-contents_3_1 .subtitle{
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.service-contents_3_1 .subtitle span{
    display: inline-block;
}
.service-contents_3_1 dd{
	font-weight: 600;
	font-size: 17px;
	letter-spacing: 0.05em;
	line-height: 35px;
}
@media (max-width: 1024px){
.service-contents_3_1{
	width: 90%;
	padding: 80px 120px;
}
.service-contents_3_1 dt{
    margin-bottom: 20px;
}
.service-contents_3_1 dd{
	font-weight: bold;
	font-size: 17px;
	letter-spacing: 0.05em;
}
}
@media (max-width: 960px){
.service-contents-3{
	padding: 70px 0;
}
.service-contents_3_1{
	padding: 60px;
}
.service-contents_3_1 h2{
    padding-bottom: 20px;
}
.service-contents_3_1 dt{
    margin-bottom: 20px;
}
.service-contents_3_1 dd{
	line-height: 1.6em;
    margin-bottom: 25px;
    font-weight: 500;
}
}
@media (max-width: 640px){
.service-contents_3_1{
	padding: 30px;
    text-align: center;
}
.service-contents_3_1 dt{
    margin-bottom: 10px;
}
.service-contents_3_1 .subtitle{
    font-size: 18px; 
    margin-bottom: 20px;
}
.service-contents_3_1 dd{
    font-size: 16px;
	line-height: 1.4em;
    text-align: left;
    margin-bottom: 12px;
}
}
@media (max-width: 480px){
.service-contents-3{
	padding: 60px 0;
}
.service-contents_3_1 h2{
    font-size: 20px;
    line-height: 35px;
    padding-bottom: 10px;
}
.service-contents_3_1 dt{
    font-size: 24px;
    margin-bottom: 0;
}
.service-contents_3_1 .subtitle{
    font-size: 14px;
    margin-bottom: 15px;
}
.service-contents_3_1 dd{
    font-size: 15px;
	line-height: 20px;
    margin-bottom: 10px;
}
}