@charset "UTF-8";
/* CSS 共通 */




.companyinfo_category{
	text-align: center;
}




a{
	color:#000;
}
a:link{
	text-decoration: none;
	color:#000;
}
a:hover{
	text-decoration: none;
	color:#000;
}
.ttlarea{
	margin-bottom: 10px;
}
.main{

	margin-bottom: 20px;
}

.about{
	display: flex;
	width: 700px;
    margin: 0 auto 40px auto;
}

.about-text{
	font-family: serif;
	color:#403D3A;
	margin-right: 20px;
}
.about-text h3{
    color: #70A2D0;
    font-size: 20px;
	border-bottom: solid 1px #7BA1CC;
    padding-left: 10px;
	margin-bottom: 6px;
}
.about-text p{
    padding-left: 10px;
	margin-bottom: 20px;
}
.about-text .btn{
    margin-left: 10px;
}
.btn{
	background: #F2F2F2;
    border: solid 1px #707070;
    padding: 8px 30px;
    color: #000000;
}
.btn:after{
	content:"▶︎";
	font-size: 10px;
    padding-left: 5px;
}

.navi ul{
	display: flex;
  background: #E3D9CC;
	padding: 4px;
	justify-content: center;
	font-size: 15px;
	margin-bottom: 15px;
}
.navi ul li{
	list-style: none;
	border-left: solid 1px #fff;
	margin-left: 16px;
	padding-left: 16px;
	line-height: 1.8rem;
}
.navi ul li::after{
	content:">";
	color: #fff;
	padding-left: 8px;
}
.icon{
	display: flex;
	align-items: center;
	margin-bottom: 70px;
}
.icon ul{
	display: flex;
}
.icon ul li{
	display: flex;
	list-style: none;
	margin-right: 40px;
}
.icon ul li:last-of-type{
	margin-right: 0 !important;
}
.icon p{
	background: #D8E3F0;
	padding: 4px 8px;
  line-height: 1.2rem;
	margin-right: 20px;
}
.icon .honkoujyou::before{
	content:url(/companyinfo/sdgs/img/icon-honkoujyo.png);
	vertical-align: middle;
	padding-right:5px;
}
.icon .misogoujyo::before{
	content:url(/companyinfo/sdgs/img/icon-misogoujyo.png);
	vertical-align: middle;
	padding-right:5px;
}
.icon .syouyukoujyo::before{
	content:url(/companyinfo/sdgs/img/icon-syouyukoujyo.png);
	vertical-align: middle;
	padding-right:5px;
}
.icon .doreshingukoujyo::before{
	content:url(/companyinfo/sdgs/img/icon-doreshingukoujyo.png);
	vertical-align: middle;
	padding-right:5px;
}

#haikibutu,#kankyohozen,#kouken-kouryu,#syugyou-kankyou,#bunkakeigata{
	display: flex;
	flex-wrap: wrap;
	width: 727px;
}
#kankyohozen,#kouken-kouryu,#syugyou-kankyou,#bunkakeigata{
	margin-top: 50px;
	padding-top: 50px;
	border-top: dotted 1px #CBB498;
}
.left{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 18%;
}

.left img{
	width: 75px;
	height: 75px;
	margin-bottom: 14px;
}
.right{
	width: 82%;
}
.right h3{
	font-size: 20px;
	font-weight: bold;
	border-left: solid 5px #70A2D0;
	padding-left: 20px;
	line-height: 1.6rem;
	margin-bottom: 18px;
}
.right h4{
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 1px #7BA1CC;
	padding-left: 24px;
	margin-bottom: 4px;
	margin-top:40px;
}
.right h4:first-of-type{
	margin-top:20px !important;
}
.right dl{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.right dl:last-of-type{
	margin-bottom: 30px !important;
}
.right dl dt{
	margin-left: 24px;
	margin-right: 30px;
	padding-left:1em;
	text-indent:-1em;
}
.right dl dt::before{
	content:"・";
}
.right dl dd{
	align-items: center;
	display: flex;
}
.right-img{
	margin-top: 60px;
}
.right-img img{
	margin-right: 26px;
}
.icon-no{
	width: 31px;
	height: 31px;
}
.right .btn{
	margin-left: 24px;
}

#bunkakeigata .right p{
	margin-left: 24px;
	margin-bottom: 18px;
	font-size: 16px;
	width: 86%;
}
#bunkakeigata .right ol{
	margin-bottom:30px;
}
#bunkakeigata .right ol li{
	list-style: none;
	font-size: 16px;
	font-weight: bold;
	margin-left: 24px;
}
#bunkakeigata .right ol li::before{
	content:"●";
	color:#70A2D0;
}
#bunkakeigata .bunkakeigata-btn{
		display: flex;
		flex-direction: column;
}
#bunkakeigata .bunkakeigata-btn .btn{
	margin-bottom:20px;
	padding: 2px 30px;
  width: 215px;
}





/* CSS PC*/
@media screen and (min-width:768px){
.navi ul li:first-of-type{
	border-left: none;
	margin-left: 0 !important;
	padding-left: 0 !important;
}
#bunkakeigata .bunkakeigata-btn .btn{
	width: 290px;
}

/* モーデルウィンドウcss*/
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 10px;
  text-align: center;
}

/*.modal-button {
    color: #4f96f6;
    background-color: #eeeeee;
    font-weight: bold;
    text-align: center;
    cursor :pointer;
    transition: all 0.3s;
    display: block;
    margin-top: 40px;
    margin-bottom: 1px;
    padding: 12px 2px;
    max-width:300px;
    text-decoration: none;
}*/

.modal-button:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*下に動く*/

}

/*アイコンを表示*/
/*.modal-button:after {
font-family: "Font Awesome 5 Free";
  content: "\f2d0";
    padding-left: 8px;
}*/

/*ラベルホバー時*/
/*.modal-button:hover {
  color: #FFFFFF;
  background-color: #4f96f6;
  transition: .6s;
}*/

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 90%;
  max-width: 825px;
  padding: 50px 50px 50px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
  text-align: left
}

.modal_title {
  font-size: 1.5em;
	position: relative;
	overflow: hidden;
  padding: 0;
	margin-bottom: 20px !important;
	font-weight: bold;
}

#modal-01 .sdgs-icon_text{
	display: flex;
	margin-bottom: 30px;
}
#modal-01 .modal_text{
	font-size:16px ;
}
#modal-01 .sdgs-icon{
	margin-right: 60px;
}
#modal-01 .photo{
	display: flex;
}
#modal-01 .photo-sub{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#modal-01 .photo-sub img{
	margin: 0 0 13px 13px;
}
#modal-01 .photo-main{
	line-height: 0;
}

/* h2 プライマリカラー*/
.modal_title:before{
	border-bottom: 4px solid #6bb6ff;
	width: 100%;
}
/* h2 セカンダリカラー*/
.modal_title:after{
	border-bottom: 4px solid #c8e4ff;
	width: 100%;
}

.modal-content p {
  margin: 0;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 35px;
  color: #95979c !important;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}

.far{
	font-family: "Font Awesome 5 Free";
}
.fa-times-circle:before{
	content: "×";
}
}


/* CSS SP*/
@media screen and (max-width:768px){
#Pagebody{
	width: 100%;
}
#Wrap{
	border-top: solid 0px;
}
#Mainclm{
	width: 100%;
	float: none;
}
.btn{
	color:#000 !important;
}
#Company_ttl{
	background: #3f3634;
}
.main img{
	width: 100%;
}
.ttlarea h2{
	font-size: 2rem;
	border-left: none;
	padding: 0 10px;
}
.ttlarea{
	border-bottom: none;
}
.about{
	display: flex;
	max-width: 100%;
	margin: 0 10px;
	flex-direction: column;
}
.navi{
	margin: 40px 10px 0 10px;
}
.navi ul{
	flex-direction: row;
	padding: 0;
	flex-wrap: wrap;
	justify-content: flex-start;
	border-right: solid 1px #fff;
	font-size: 12px;
	background: #fff;
}
.navi ul li:last-of-type{
	border-bottom: none;
	padding-left:10px !important;
}
.navi ul li{
	border-bottom: solid 1px #fff;
	border-left: none;
	margin-left: 0 !important;
	padding: 10px 10px !important;
	width: 50%;
	border-right: solid 1px #fff;
	background: #E3D9CC;
}
.navi ul li a{
	color:#000;
}
.navi ul li::after{
	float: right;
}
#haikibutu,#kankyohozen,#kouken-kouryu,#syugyou-kankyou,#bunkakeigata{
	flex-direction: column;
	padding:0 10px;
	width: 100%;
}
#kankyohozen,#kouken-kouryu,#syugyou-kankyou,#bunkakeigata{
	padding-top: 50px !important;
}
.left{
	flex-direction: row;
	flex-wrap:nowrap;
	width: 100%;
}
.left img{
	margin-right:10px;
	width: 15%;
    height: auto;
}
.icon{
	flex-direction: column;
	align-items: flex-start;
	margin: 20px 10px 60px 10px;
}
.icon p{
	margin-bottom: 10px;
	padding: 6px 10px;
	line-height: 1.8rem;
	font-size: 12px;
}
.icon p br{
	display: none;
}
.icon ul{
	flex-wrap: wrap;
}
.icon ul li{
	margin-right: 20px;
	line-height: 3rem;
}
.about-img{
	margin-top: 20px;
}
.right{
	width: 100%;
}
.right-img{
	display: flex;
	margin-top: 30px;
}
.right-img img{
	width: 49%;
	margin-right:2%;
}
.right-img img:last-of-type{
	margin-right:0;
}
.right h4{
	margin-top: 20px;
}
.right dl dt{
	margin-right: 10px;
}
.right .btn-2gyou{
	display: flex;
	align-items: center;
	margin-right: 9%;
}
#bunkakeigata .right .btn{
	width: 290px;
}
#kankyohozen .right-img img:first-of-type{
	margin-left:-60px;
}

/* モーデルウィンドウcss*/
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 10px;
  text-align: center;
}

/*.modal-button {
    color: #4f96f6;
    background-color: #eeeeee;
    font-weight: bold;
    text-align: center;
    cursor :pointer;
    transition: all 0.3s;
    display: block;
    margin-top: 40px;
    margin-bottom: 1px;
    padding: 12px 2px;
    max-width:300px;
    text-decoration: none;
}*/

.modal-button:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*下に動く*/

}

/*アイコンを表示*/
/*.modal-button:after {
font-family: "Font Awesome 5 Free";
  content: "\f2d0";
    padding-left: 8px;
}*/

/*ラベルホバー時*/
/*.modal-button:hover {
  color: #FFFFFF;
  background-color: #4f96f6;
  transition: .6s;
}*/

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 90%;
  max-width: 825px;
  padding: 40px 2px 15px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
  text-align: left;
	padding:0 12px;
}

.modal_title {
  font-size: 1.3em;
	position: relative;
	overflow: hidden;
  padding: 0;
	margin-bottom: 5px !important;
	font-weight: bold;
}

#modal-01 .sdgs-icon_text{
	display: flex;
	margin-bottom: 30px;
	flex-direction: column;
}
#modal-01 .modal_text{
	font-size:14px ;
}
#modal-01 .sdgs-icon{
	margin-bottom: 15px;
}
#modal-01 .sdgs-icon img{
	width: 50px;
	height: auto;
}
#modal-01 .photo{
	display: flex;
	flex-direction: column;
}
#modal-01 .photo-sub{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
#modal-01 .photo-sub img{
	margin: 0;
	width: 48%;
	height: auto;
	margin-top: 12px;
}
#modal-01 .photo-main{
	line-height: 0;
}
#modal-01 .photo-main img{
	width: 100%;
	height: auto;
}

/* h2 プライマリカラー*/
.modal_title:before{
	border-bottom: 4px solid #6bb6ff;
	width: 100%;
}
/* h2 セカンダリカラー*/
.modal_title:after{
	border-bottom: 4px solid #c8e4ff;
	width: 100%;
}

.modal-content p {
  margin: 0;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 35px;
  color: #95979c !important;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}
.far{
	font-family: "Font Awesome 5 Free";
}
.fa-times-circle:before{
	content: "×";
}

}