@charset "utf-8";
/* ------------------------------------------------------------------------------------- MAIN IMAGE */
.mainImage {
  background-image: url("../img/img_main1.webp");
}
/* ------------------------------------------------------------------------------------- PARTS */
.btn b {
  background: url("../../common_site/img/icon_arrow.webp") right center no-repeat;
  background-size: 5px auto;
  display: block;
  font-weight: normal;
  padding-right: 20px;
}
@media print, screen and (min-width:1200px) {
	#companyMainImage .fig{
		font-size: 20px;
	}
}
@media print, screen and (min-width:751px) {
	#companyMainImage{
		background: url("../img/bg.webp") center center no-repeat;
		background-size: cover;
		margin-top: 0 !important;
		height: 420px;
		width: 100%;
	}
	#companyMainImage .inner{
		margin: 0 auto;
		height: 100%;
		width: 87.85%;
		max-width: 1200px;
		position: relative;
	}
	#companyMainImage .catch{
		width: 65%;
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#companyMainImage  .catch p{
		font-family: 'Noto Serif JP', serif;
		font-weight: 500;
		font-size: 28px;
	}
	#companyMainImage  .catch a{
		background-color: #1A1B1B;
		border-radius: 20px;
		color: #FFF;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 14px;
		display: inline-block;
		height: 40px;
		line-height: 40px;
		padding: 0 1em;
		margin-top: 40px;
		max-width: 306px;
		opacity: 1;
		text-align: center;
		transition: .3s;
		width: 100%;
	}
	#companyMainImage  .catch a:hover{
		text-decoration: none;
		opacity: .7;
		transition: .3s;
	}
	#companyMainImage  .catch a span{
		background: url("../../common_site/img/ic_arrow_white.webp") left center no-repeat;
		background-size: 14px auto;
		display: inline-block;
		padding-left: 25px;
	}

	#companyMainImage .fig{
		font-family: 'Noto Serif JP', serif;
		font-weight: 500;
		line-height: 1.3;
		padding-bottom: 26.58%;
		width: 26.58%;
		max-width: 319px;
		position: absolute;
		right: 8.33%;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#companyMainImage .fig span{
		background-color: rgba(255,255,255,.60);
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 55.4%;
		width: 55.4%;
		position: absolute;
	}
	#companyMainImage .fig span:nth-child(1){
		left: 50%;
		top: 0;
		transform: translateX(-50%);
	}
	#companyMainImage .fig span:nth-child(2){
		left: 0;
		bottom: 0;
	}
	#companyMainImage .fig span:nth-child(3){
		right: 0;
		bottom: 0;
	}



  .companySec {
    margin: 60px auto 0;
    width: 92.6%;
    max-width: 1040px;
		position: relative;
		bottom: -40px;
  }
  .companySec h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 34px;
    font-weight: 700;
  }
  .companyList {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .companyList > li {
    display: flex;
    margin-right: 3.83%;
		margin-bottom: 3.83%;
    width: 30.78%;
  }
  .companyList > li:nth-child(3n) {
    margin-right: 0;
  }
  .companyList > li > a {
    background-color: #FFF;
    color: #000;
    display: flex;
    flex-direction: column;
    width: 100%;
    opacity: 1;
    transition: all .3s;
  }
  .companyList > li > a:hover {
    text-decoration: none;
    opacity: .8;
    transition: all .3s;
  }
  .companyList > li > a > .image {
    min-height: 0%;
  }
  .companyList > li > a > p, .companyList > li > a dt {
    background: url("../../common_site/img/ic_arrow.webp") left 6px no-repeat;
    background-size: 18px auto;
    font-weight: 600;
    font-size: 16px;
    padding-left: 28px;
    margin: 0 10px;
  }
  .companyList > li > a dl {
    padding: 0 10px 15px;
  }
  .companyList > li > a dd {
    margin: 10px 10px 0;
  }
  #csrArea {
    margin-top: 60px;
  }
  #csrArea > .companySec {
    margin-top: 0;
  }
	#csrArea .companyList a{
		background-color: #F6F6F6;
	}
  #initiatives,
  #news {
    margin: 80px auto 80px;
    width: 92.6%;
    max-width: 1040px;
  }
  #initiatives h2,
  #news h2 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin: 0 10px;
  }
 .initiatives,
  .news {
    border-top: 1px solid #E8E8E8;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 30px;
		font-size: 15px;
  }
/*   .initiatives > dt,
  .news > dt {
    border-bottom: 1px solid #E8E8E8;
    padding-left: 10px;
    padding-bottom: 15px;
    margin-top: 15px;
    box-sizing: border-box;
    width: 150px;
  }
   .initiatives > dd,
  .news > dd {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 15px;
    margin-top: 15px;
    width: calc(100% - 150px);
  }*/
   .initiatives > dt,
  .news > dt {
    border-bottom: 1px solid #E8E8E8;
    box-sizing: border-box;
    color: #666;
	display: flex;
	align-items: center;
	justify-content: space-between;
    margin-top: 20px;
	padding-right: 25px;
    padding-bottom: 20px;
  }
   .initiatives > dt {
	width: 140px;
  }
   .news > dt {
	width: 275px;
  }
   .initiatives > dd,
  .news > dd {
    border-bottom: 1px solid #E8E8E8;
    font-size: 16px;
    padding-bottom: 20px;
    margin-top: 20px;
  }
   .initiatives > dd {
    width: calc(100% - 140px);
  }
   .news > dd {
    width: calc(100% - 275px);
  }
   .initiatives > dd a img,
  .news > dd a img {
    vertical-align: middle;
  }
   .initiatives > dd a span,
  .news > dd a span {
    font-size: 13px;
  }
   .initiatives > dd a,
  .news > dd a {
	background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
	color: #000;
	padding-bottom: 0.2em;
	position: relative;
	text-decoration: none !important;
	transition: background .4s;
  }
   .initiatives > dd a:link,
  .news > dd a:link {
    color: #000;
  }
   .initiatives > dd a:hover,
  .news > dd a:hover {
    color: #000;
	background-size: 100% 1px;
  }
   .initiatives > dd a[href$=".pdf"],
  .news > dd a[href$=".pdf"]{
	  margin-right: 2.6rem;
}
   .initiatives > dd a[href$=".pdf"]:after,
  .news > dd a[href$=".pdf"]:after{
    content: "";
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background-size: 100% 100%;
    background-image: url("/add_img/icon_pdf2.webp");
    position: absolute;
	/*margin-left: 0.6rem;*/
    margin-top: 0.2em;
    right: -2.8rem;
    vertical-align: sub;
}
	.initiatives .cat,
	.news .cat {
		border: 1px solid;
		display: inline-block;
		font-size: 13px;
		font-weight: 400;
		line-height: 26px;
		min-width: 111px;
		margin: 0 !important;
		padding: 0 2px;
		text-align: center;
	}
	.initiatives .cat1,
	.news .cat1 {
		color: #0094D9;
		border-color: #0094D9;
	}
	.initiatives .cat2,
	.news .cat2 {
		color: #D96C00;
		border-color: #D96C00;
	}
	.initiatives .cat3,
	.news .cat3 {
		color: #70B109;
		border-color: #70B109;
	}
}

@media screen and (min-width: 751px) and (max-width: 1200px) {
	#companyMainImage .inner{
		width: 92%;
	}
	#companyMainImage .catch{
		width: 70%;
	}
	#companyMainImage  .catch p{
		white-space: nowrap;
	}
	#companyMainImage .fig{
		right: 0%;
		font-size: 1.6vw;
	}
}
@media screen and (min-width: 751px) and (max-width: 935px) {
	#companyMainImage  .catch p{
		font-size: 24px;
	}
}
@media screen and (max-width: 750px) {
	#companyMainImage{
		background: url("../img/sp_bg.webp") center center no-repeat;
		background-size: cover;
		margin-top: 0 !important;
		width: 100%;
	}
	#companyMainImage .inner{
		text-align: center;
		padding: 60px 0 60px;
		position: relative;
	}
	#companyMainImage  .catch p{
		font-family: 'Noto Serif JP', serif;
		font-weight: 500;
		font-size: 20px;
		margin: 0 auto 0;
		width: 80%;
	}
	#companyMainImage  .catch a{
		display: none;
	}
	#companyMainImage a{
		background-color: #1A1B1B;
		border-radius: 20px;
		color: #FFF;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 14px;
		line-height: 1;
		display: inline-block;
		padding: 13px 30px;
		margin-top: 30px;
		opacity: 1;
		transition: .3s;
	}
	#companyMainImage  a:hover{
		text-decoration: none;
		opacity: .7;
		transition: .3s;
	}
	#companyMainImage  a span{
		background: url("../../common_site/img/ic_arrow_white.webp") left center no-repeat;
		background-size: 14px auto;
		display: block;
		padding-left: 25px;
	}

	#companyMainImage .fig{
		font-family: 'Noto Serif JP', serif;
		font-weight: 500;
		font-size: 15px;
		line-height: 1.3;
		margin: 30px auto 0;
		height: 241px;
		width: 260px;
		position: relative;
	}
	#companyMainImage .fig span{
		background-color: rgba(255,255,255,.60);
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 138px;
		width: 138px;
		position: absolute;
	}
	#companyMainImage .fig span:nth-child(1){
		left: 50%;
		top: 0;
		transform: translateX(-50%);
	}
	#companyMainImage .fig span:nth-child(2){
		left: 0;
		bottom: 0;
	}
	#companyMainImage .fig span:nth-child(3){
		right: 0;
		bottom: 0;
	}


  .companySec {
    margin: 30px 0 0;
  }
  .companySec h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin: 0 20px;
  }
  .companyList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 20px;
  }
  .companyList > li {
    display: flex;
    width: 48%;
    margin-top: 20px;
  }
  .companyList > li > a {
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    color: #000;
    width: 100%;
    opacity: 1;
    transition: all .3s;
  }
  .companyList > li > a:hover {
    text-decoration: none;
    opacity: .8;
    transition: all .3s;
  }
  .companyList > li > a > .image {
    min-height: 0%;
  }
  .companyList > li > a > p, .companyList > li > a dt {
    background: url("../../common_site/img/ic_arrow.webp") left 6px no-repeat;
    background-size: 18px auto;
    font-weight: 600;
    font-size: 15px;
    padding-left: 28px;
    margin: 0 10px;
  }
  .companyList > li > a dl {
    padding: 0 10px 15px;
  }
  .companyList > li > a dd {
    margin: 10px 10px 0;
  }
  #csrArea {
    margin-top: 30px;
  }
  #csrArea > .companySec {
    margin-top: 0;
  }
  #csrArea .companyList > li {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  #csrArea .companyList > li > a {
    background-color: #F6F6F6;
    display: block;
    color: #000;
    width: 100%;
    opacity: 1;
    transition: all .3s;
  }
  #initiatives,
  #news {
    margin: 40px 20px 40px;
  }
  #initiatives h2,
  #news h2 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 18px;
  }
  .initiatives,
  .news {
    border-top: 1px solid #E8E8E8;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  /*.initiatives > dt,
  .news > dt {
    margin-top: 15px;
  }
  .initiatives > dd,
  .news > dd {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 15px;
  }
  .initiatives dd a:after,
  .news dd a:after {
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
  }*/
  .btn {
    display: inline-block;
  }
	
   .initiatives > dt,
  .news > dt {
    box-sizing: border-box;
    color: #666;
	display: flex;
	align-items: center;
	font-size: 3vw;
    margin-top: 15px;
  }
   .initiatives > dd,
  .news > dd {
    border-bottom: 1px solid #E8E8E8;
	font-size: 3vw;
    padding-bottom: 15px;
    margin-top: 0.4em;
  }
   .initiatives > dd a img,
  .news > dd a img {
    vertical-align: middle;
  }
   .initiatives > dd a,
  .news > dd a {
	background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
	color: #000;
	padding-bottom: 0.2em;
	position: relative;
	text-decoration: none !important;
	transition: background .4s;
  }
   .initiatives > dd a:link,
  .news > dd a:link {
    color: #000;
  }
   .initiatives > dd a:hover,
  .news > dd a:hover {
    color: #000;
	background-size: 100% 1px;
  }
   .initiatives > dd a[href$=".pdf"],
  .news > dd a[href$=".pdf"]{
	  margin-right: 2.6rem;
}
   .initiatives > dd a[href$=".pdf"]:after,
  .news > dd a[href$=".pdf"]:after{
    content: "";
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background-size: 100% 100%;
    background-image: url("/add_img/icon_pdf2.webp");
    position: absolute;
	/*margin-left: 0.6rem;*/
    margin-top: 0.2em;
    right: -2.1rem;
    vertical-align: sub;
}
	.initiatives .cat,
	.news .cat {
		border: 1px solid;
		display: inline-block;
		font-size: 3vw;
		font-weight: 400;
		line-height: 2;
		min-width: 24vw;
		margin: 0 0 0 1.6em !important;
		padding: 0 2px;
		text-align: center;
	}
	.initiatives .cat1,
	.news .cat1 {
		color: #0094D9;
		border-color: #0094D9;
	}
	.initiatives .cat2,
	.news .cat2 {
		color: #D96C00;
		border-color: #D96C00;
	}
	.initiatives .cat3,
	.news .cat3 {
		color: #70B109;
		border-color: #70B109;
	}
}

.brBr {
	display: none;
}
@media screen and (max-width: 1039px) {
	.brBr {
		display: inherit;
	}
}