@charset "UTF-8";

/*================================================
 *  会社情報（company）
 ================================================*/

/*===============共通===============*/
/*******ページナビ*******/
#page_nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 50px;
	font-size: 18px;
	line-height: 1.5;
}
#page_nav li {
	width: 300px;
	height: 56px;
}
#page_nav li a {
	border: 1px solid #005bab;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 100%;
	position: relative;
}
#page_nav li a::after {
	position: absolute;
	content: '';
	top: 50%;
	right: 1em;
	width: 0.4em;
	height: 0.4em;
	margin-top: -0.25em;
	border-top: 1px solid #005bab;
	border-right: 1px solid #005bab;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#page_nav li a:hover,
#page_nav li a.active {
	background-color: #005bab;
	color: #fff;
	opacity: 1;
}
#page_nav li a:hover::after,
#page_nav li a.active::after {
	border-color: #fff;
}

/*===============会社理念（index）===============*/

/*******挨拶*******/
section#greeting_area .pc .img_main {
	margin: 0 auto;
	display: block;
}

/*社長*/
section#greeting_area .ceo_box {
	padding-top: 60px;
	position: relative;
	top: -30px;
	margin-bottom: -30px;
}
section#greeting_area .ceo_box h3 {
	font-size: 28px;
	line-height: 1.75;
	text-align: center;
	margin-bottom: 40px;
}
section#greeting_area .ceo_box h3 span {
	margin: 0 0.5em;
}
section#greeting_area .ceo_box .inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
section#greeting_area .ceo_box .inner > div:first-child {
	width: 510px;
}
section#greeting_area .ceo_box .inner > div:first-child .name {
	margin-top: 2em;
}
section#greeting_area .ceo_box .inner > div:first-child .name img {
	margin-left: 0.8em;
	vertical-align: -40%;
}

/*ロゴ*/
section#greeting_area .logo_box {
	margin: 140px auto 0;
	width: 840px;
	padding: 50px 0;
}
section#greeting_area .logo_box h4 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 1.5em;
}
section#greeting_area .logo_box .inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
section#greeting_area .logo_box .inner > div,
section#greeting_area .logo_box .inner > dl {
	width: 50%;
	line-height: 1.75;
}
section#greeting_area .logo_box .inner > div {
	text-align: right;
	padding-right: 60px;
}
section#greeting_area .logo_box .inner > dl > dt {
	border: 1px solid #005bab;
	width: 150px;
	text-align: center;
	margin-bottom: 0.5em;
}
section#greeting_area .logo_box .inner > dl > dt:nth-of-type(n+2) {
	margin-top: 1em;
}


/*===============会社概要・沿革・許可内容（outline）===============*/
section#outline_area h3:nth-of-type(n+2) {
	margin-top: 60px;
}

section#outline_area .circle_list li:before {
	color: #005bab;
}

/*動画*/
section#outline_area .movie_list {
	width: 750px;
	margin: 0 auto;
}
section#outline_area .movie_list li {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
section#outline_area .movie_list li iframe,
section#outline_area .movie_list li video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	outline: none;
}


/*===============環境方針・基本方針(environ)===============*/
section#environ_area h3:nth-of-type(n+2) {
	margin-top: 60px;
}

/*環境方針*/
section#environ_area .policy_box [class^="frame_"] {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: stretch;
	align-items : stretch;
	width: 100%;
	height: 40px;
}
section#environ_area .policy_box [class^="frame_"] div:not(.bg_main) {
	width: 40px;
	position: relative;
}
section#environ_area .policy_box [class^="frame_"] div:not(.bg_main)::after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
}
section#environ_area .policy_box .frame_top div:not(.bg_main)::after {
	bottom: 0;
	right: 0;
	border-width: 0 0 40px 40px;
	border-color: transparent transparent #005bab transparent;
}
section#environ_area .policy_box .frame_bottom div:not(.bg_main)::after {
	top: 0; 
	left: 0;
	border-width: 40px 40px 0 0;
	border-color: #005bab transparent transparent transparent;
}
section#environ_area .policy_box [class^="frame_"] .bg_main {
	-webkit-flex-grow: 1;
    flex-grow: 1;
}
section#environ_area .policy_box .inner {
	padding: 30px 80px;
}
section#environ_area .policy_box .inner h4 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
}
section#environ_area .policy_box .inner h4:nth-of-type(n+2) {
	margin-top: 50px;
}
section#environ_area .policy_box .inner .name {
	margin-top: 1em;
}


section#environ_area .bnr_sdgs {
	display: block;
	width: 520px;
	margin: 60px auto 100px;
}




/*認証取得*/
section#environ_area .img_card {
	text-align: center;
	margin-top: 1em;
}
















/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:500px) {


/*===============共通===============*/
/*******ページナビ*******/
#page_nav {
	padding-bottom: 8vw;
	font-size: 4vw;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	line-height: 1.25;
}
#page_nav li {
	width: 43.5vw;
	height: 13vw;
	margin: 0 1.5vw;
}
#page_nav li:nth-child(n+3) {
	margin-top: 3vw;
}
#page_nav li a {
	padding-right: 1em;
}
#page_nav li a::after {
	right: 0.6em;
	transform: rotate(45deg);
}

/*===============会社理念（index）===============*/

/*******挨拶*******/
/*社長*/
section#greeting_area .ceo_box {
	width: 86vw;
	padding: 8vw 3vw 0;
	top: -5vw;
	margin-bottom: -5vw;
}
section#greeting_area .ceo_box h3 {
	font-size: 4.6vw;
	margin: 0 -1em 5vw;
}
section#greeting_area .ceo_box h3 span {
	margin: 0;
}
section#greeting_area .ceo_box .inner {
	display: block;
}
section#greeting_area .ceo_box .inner > div:first-child {
	width: 100%;
}
section#greeting_area .ceo_box .inner > div:first-child .name {
	margin-top: 5vw;
	font-size: 3.6vw;
}
section#greeting_area .ceo_box .inner > div:first-child .name img {
	height: 1.7em;
}
section#greeting_area .ceo_box .inner > div:last-child {
	margin-top: 8vw;
}

/*ロゴ*/
section#greeting_area .logo_box {
	margin-top: 10vw;
	width: 100%;
	padding: 10vw 0;
}
section#greeting_area .logo_box h4 {
	font-size: 5vw;
}
section#greeting_area .logo_box .inner {
	display: block;
}
section#greeting_area .logo_box .inner > div,
section#greeting_area .logo_box .inner > dl {
	width: 100%;
}
section#greeting_area .logo_box .inner > div {
	padding: 0;
	text-align: center;
}
section#greeting_area .logo_box .inner > div img {
	width: 40vw;
}
section#greeting_area .logo_box .inner > dl {
	width: 75vw;
	margin: 8vw auto 0;
}
section#greeting_area .logo_box .inner > dl > dt {
	width: 100%;
}


/*===============会社概要・沿革・許可内容（outline）===============*/
section#outline_area h3:nth-of-type(n+2) {
	margin-top: 15vw;
}

/*動画*/
section#outline_area .movie_list {
	width: 100%;
}

/*===============環境方針・基本方針(environ)===============*/
section#environ_area h3:nth-of-type(n+2) {
	margin-top: 10vw;
}

/*環境方針*/
section#environ_area .policy_box [class^="frame_"] {
	height: 5vw;
}
section#environ_area .policy_box [class^="frame_"] div:not(.bg_main) {
	width: 5vw;
}
section#environ_area .policy_box .frame_top div:not(.bg_main)::after {
	border-width: 0 0 5vw 5vw;
}
section#environ_area .policy_box .frame_bottom div:not(.bg_main)::after {
	border-width: 5vw 5vw 0 0;
}
section#environ_area .policy_box .inner {
	padding: 2vw 8vw;
}

section#environ_area .policy_box .inner h4 {
	font-size: 5vw;
	margin-bottom: 0.5em;
}
section#environ_area .policy_box .inner h4:nth-of-type(n+2) {
	margin-top: 8vw;
}

section#environ_area .bnr_sdgs {
	width: 100%;
	margin: 8vw auto 12vw;
}


/*認証取得*/
section#environ_area .img_card img {
	width: 70vw;
}




	
}