@charset "UTF-8";

#page_header{background-image: url("../img/page_header_bg_pc.webp"); padding: 0em 0 0em;}
.right_text{position: absolute;right:30px;top:110px;width:150px;}
.active{background-color: rgba(208,238,230,1);border-radius: 15px;}
.base_bg{background-image: url("../img/base_bg_pc.svg"); background-repeat: no-repeat;background-position: top;background-size: contain;}
.mincyou{font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";font-weight: normal;}
.page_en_ttl{font-size: 2.4em;line-height: 1.04;}
.page_small_ttl{font-size: 1em;font-weight: bold;margin-bottom: 2em;}
.page_sub02_ttl{font-size: 1.2em;line-height: 1.6em;margin-bottom: 0.6em;}
.motto{width: 60%;margin: 2em auto;}
.mtb_2{margin: 2em auto;}
/*
===================================================
 tb タブレット解像度
===================================================
*/
@media screen and (max-width:1000px) {
.company_info{width: 100%;margin: 0 auto;padding-bottom: 5em;}




	}
/*
===================================================
 sp スマホ解像度
===================================================
*/
@media screen and (max-width:640px) {
#page_header{background-image: url("../img/page_header_bg_sp.webp");}
p{font-size: 0.84em;}
.sp_mb_3{margin-bottom: 2em;}
.base_bg{background-image: url("../img/base_bg_sp.svg"); background-repeat: no-repeat;background-position: top;background-size: contain;}
	
.page_en_ttl{font-size: 1.6em;line-height: 1.04;}
.page_small_ttl{font-size: 0.84em;font-weight: bold;margin-bottom: 2em;}
.page_sub02_ttl{font-size: 1em;line-height: 1.4em;margin-bottom: 0.6em;}
.motto{width: 100%;}

}
