<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

#contents_ &gt; header {font-size:2.0rem;}
#contents_ &gt; header &gt; strong {display:block; color:#7998ac; font-size:2.8rem;}
#contents_ &gt; header &gt; p {margin-top:3em;}

#philosophy {}
#philosophy &gt; p {margin-top:2em;}

#basic-values {}
#basic-values &gt; ul {
	display:-webkit-flex; display:flex;
	-webkit-justify-content:space-around; justify-content:space-around; 
	text-align:center;}
#basic-values &gt; ul::before {display:none;}
#basic-values &gt; ul &gt; li {-webkit-flex:0 1 340px; flex:0 1 340px;}
#basic-values &gt; ul &gt; li &gt; .image {}
#basic-values &gt; ul &gt; li &gt; .image &gt; img {display:block;}
#basic-values &gt; ul &gt; li &gt; h2 {color:#7998ac; font-size:2.4rem; font-weight:500; font-family:BrandonText;}
#basic-values &gt; ul &gt; li &gt; p {margin-top:1em;}

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

#contents_ &gt; header {font-size:inherit; text-align:left;}
/*dp add 20240723*/
/*#contents_ &gt; header &gt; strong {font-size:inherit;}*/
#contents_ &gt; header &gt; strong {font-size: 2.2rem;line-height: 1.2;}
#contents_ &gt; header &gt; p {margin-top:2em;}
/*end*/

#philosophy {}
#philosophy &gt; p {}
#philosophy &gt; p br {display:none;}

#basic-values {}
#basic-values &gt; ul {display:block; margin:-6vw 0 0; padding:6vw 0 0; text-align:left;}
#basic-values &gt; ul::before {}
#basic-values &gt; ul &gt; li {margin:6vw 0 0;}
#basic-values &gt; ul &gt; li::after {display:block; content:''; clear:both; height:0;}
#basic-values &gt; ul &gt; li &gt; * {margin-left:23vw;}
#basic-values &gt; ul &gt; li &gt; .image {float:left; width:20vw; margin:0;}
#basic-values &gt; ul &gt; li &gt; .image &gt; img {width:200%; height:auto; margin:0 -50%;}
#basic-values &gt; ul &gt; li &gt; h2 {font-size:1.5rem;}
#basic-values &gt; ul &gt; li &gt; p {margin-top:0;}
#basic-values &gt; ul &gt; li &gt; p br {display:none;}


}

</pre></body></html>