@charset "UTF-8";

.rest{
    /*position: relative;
    z-index: -1;*/
}

.fv{
	margin-top: 190px;
}

.fv .flex-fv{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 50px;
}

.fv .flex-fv .base__title{
	margin: 0 auto 0 -5px;
	font-size: 90px;
}

.fv-blue-title{
    color: #63abd6;
    font-size: 20px;
    font-weight: 100;
    font-family: "Sora", sans-serif;
}

.breadcrumb{
	display: flex;
	justify-content: flex-end;
}

.breadcrumb li{
	list-style: none;
	position: relative;
	padding-right: 55px;
}

.breadcrumb li:last-child{
	padding: 0;
}	

.breadcrumb li:after{
	content: "";
    position: absolute;
    left: auto;
    top: 50%;
    border-top: 1px solid #dddddd;
    width: 45px;
    right: 5px;
}

.breadcrumb li:last-child:after{
	border: none;
}

.breadcrumb li a.current{
	font-weight: bold;
}

.fv-img img{
	width: 100%;
}

@media only screen and (max-width: 1200px){

.fv {
    margin-top: 160px;
}

.fv .flex-fv .base__title {
    margin: 0 auto 0 -4px;
    font-size: 60px;
}

.breadcrumb {
    font-size: 12px;
}
}

@media only screen and (max-width: 834px){

.fv {
    margin-top: 120px;
}

.fv-blue-title {
    font-size: 11px;
}

.fv-img img {
    height: 160px;
    object-fit: cover;
}

.fv .flex-fv .base__title {
    margin: 0 auto 0 -2px;
    font-size: 35px;
}

.fv .flex-fv {
    display: block;
    margin-bottom: 20px;
}

.breadcrumb {
    font-size: 10px;
    margin-top: 10px;
}

.breadcrumb li {
    padding-right: 35px;
}

.breadcrumb li:after {
    width: 25px;
}
}

