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

/* 中身-モバイルファースト======================================================================================================== */

#philosophy{
position: relative;
}
#philosophy .photo{
width: 80vw;
clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
position: absolute;
top: 8vw;
left: 0;
z-index: -10;
}

#philosophy .m{
margin-bottom: 40px;
}
#philosophy .m h3{
color: #fff;
font-size: 7vw;
line-height: 1;
text-align: right;
width: 12em;
margin-left: auto;
margin-top: 25vw;
}
#philosophy .m span{
display: inline-block;
margin-top: .25em;
padding: .25em .5em;
position: relative;
}
#philosophy .m span::after{
content: "";
display: block;
width: 100%;
height: 100%;
clip-path: polygon(2vw 0%, 100% 0%, calc(100% - 2vw) 100%, 0% 100%);
background-color: #cb261e;
position: absolute;
top: 0;
right: 0;
z-index: -1;
}

#philosophy .point{
margin-bottom: 40px;
}
#philosophy .point li{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
position: relative;
margin-bottom: 20px;
}
#philosophy .point li:last-child{
margin-bottom: 0;
}

#philosophy .point li::before{
content: "";
display: block;
width: 100%;
height: auto;
aspect-ratio: 1/1;
background: #E0B8B8;
background: radial-gradient(circle,#E0B8B8 0%, rgba(255,255,255,0) 40%);
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%) translateX(-50%);
margin: auto;
z-index: -1;
}
#philosophy .point li .n{
font-size: 20vw;
line-height: 1;
color: rgba(0,0,0,.1);
margin-bottom: 10px;
}
#philosophy .point li h4{
font-size: 6vw;
text-shadow:0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
}
#philosophy .point li p{
width: 70%;
margin: 0 auto;
text-shadow:0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
}

#philosophy .company_name dt{
text-align: center;
font-size: 6vw;
margin-bottom: 20px;
}
#philosophy .company_name dt img{
width: 70%;
}
#philosophy .company_name dd p{
margin-bottom: 1em;
}
#philosophy .company_name dd p:last-child{
margin-bottom: 0;
}



#sdgs{
background-color: #e6f5fb;
padding-top: 20vw;
padding-bottom: 20vw;
}
#sdgs .common_title{
text-align: center;
}
#sdgs .common_title .en{
color: rgba(0,0,0,.2);
}
#sdgs .goals{
margin-bottom: 40px;
}
#sdgs .goals ol{
margin-bottom: 40px;
}
#sdgs .goals li{
position: relative;
font-size: 4.5vw;
padding-left: 12vw;
margin-bottom: 1em;
}
#sdgs .goals li:last-child{
margin-bottom: 0;
}
#sdgs .goals li::before{
display: block;
font-size: 10vw;
line-height: 1;
color: #0599d9;
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
margin: auto 0;
}
#sdgs .goals li:nth-child(1):before{ content: "01"; }
#sdgs .goals li:nth-child(2):before{ content: "02"; }
#sdgs .goals li:nth-child(3):before{ content: "03"; }
#sdgs .goals li:nth-child(4):before{ content: "04"; }
#sdgs .goals li:nth-child(5):before{ content: "05"; }
#sdgs .goals li:nth-child(6):before{ content: "06"; }
#sdgs .goals li:nth-child(7):before{ content: "07"; }

#sdgs .sdgs_icon{
display: flex;
flex-wrap: wrap;
margin-bottom: 40px;
}
#sdgs .sdgs_icon li{
width: 25%;
}

#sdgs .sagamihara_sdgs_partners{
background-color: #FFF;
box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
padding: 20px;
}
#sdgs .sagamihara_sdgs_partners .text{
margin-bottom: 10px;
}
#sdgs .sagamihara_sdgs_partners h4{
font-size: 18px;
margin-bottom: 10px;
}
#sdgs .sagamihara_sdgs_partners .logo{
text-align: center;
}


/* PCのみ======================================================================================================== */
@media print, screen and (min-width: 751px){

#philosophy .photo{
width: 50%;
max-width: 810px;
top: 0;
}
#philosophy .common_title{
text-align: right;
margin-bottom: 4vw;
}
#philosophy .m{
margin-bottom: 6vw;
text-align: right;
}
#philosophy .m h3{
font-size: 4.5vw;
margin-top: 0;
}

#philosophy .point{
margin-bottom: 6vw;
}
#philosophy .point ol{
display: flex;
justify-content: space-between;
}
#philosophy .point li{
width: 26%;
margin-bottom: 0px;
}

#philosophy .point li .n{
font-size: 6vw;
margin-bottom: 10px;
}
#philosophy .point li h4{
font-size: 1.8vw;
}
#philosophy .point li p{
width: auto;
}

#philosophy .company_name dl{
display: flex;
align-items: center;
}
#philosophy .company_name dt{
width: 26%;
font-size: 2.4vw;
margin-bottom: 0px;
}
#philosophy .company_name dt img{
width: 100%;
}
#philosophy .company_name dd{
flex: 1;
margin-left: 3vw;
}


#sdgs{
padding-top: 12vw;
padding-bottom: 12vw;
}
#sdgs .goals{
display: flex;
align-items: center;
margin-bottom: 6vw;
}
#sdgs .goals li{
font-size: max(16px , 1vw);
padding-left: 40px;
}
#sdgs .goals li::before{
font-size: 2vw;
}
#sdgs .goals .logo{
flex: 1;
margin-left: 3vw;
}
#sdgs .goals .logo img{
width: 100%;
}

#sdgs .sdgs_icon li{
width: 14.28571429%;
}

#sdgs .sagamihara_sdgs_partners{
display: flex;
align-items: center;
padding: 3vw;
}
#sdgs .sagamihara_sdgs_partners .text{
flex: 1;
}
#sdgs .sagamihara_sdgs_partners h4{
font-size: 30px;
}
#sdgs .sagamihara_sdgs_partners .logo{
margin-left: 3vw;
}

}

