body{
	
    overflow-x: hidden;
}

main {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
}
main .contents {
  max-width: 1200px;
  width: 96%;
  margin-right: auto;
  margin-left: auto;
  display: block;
}

/*----------------------------------------------------
　メインビジュアル
----------------------------------------------------*/
#main_visual {
  width: 100%;
  height: 500px;
  background-image: url(../img/mv.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  text-align: right;
  margin-bottom: 120px;
}
#main_visual .contents {
  position: relative;
  top: 40%;
}
#main_visual h5 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 0px;
  margin-right: 80px;
  color: #000000;
}
#main_visual h6 {
  font-size: 16px;
  margin-right: 80px;
  color: #000000;
}
/*----------------------------------------------------
　TOP共通
----------------------------------------------------*/

h5 {
  font-size: 22px;
  margin-bottom: 30px;
  font-weight: 500;
  color: #383838;
}
.top_img img {
  width: 100%;
  box-shadow: 15px 15px 0px 0 rgb(235, 235, 235);
}
/*----------------------------------------------------
　Basic policy
----------------------------------------------------*/
#basic_policy {
  margin-bottom: 200px;
    display: flex;

}
#basic_policy .contents {}
#basic_policy .top_txt {
  position: relative;
}
#basic_policy .top_midashi {
  font-size: 44px;
  font-weight: 700;
    padding-left: 70%;
    margin-left: -70%;
    display: block;
    width: 185%;
    margin-top: 30px;
    border-bottom: 2px solid #000000;
    margin-bottom: 30px;
    padding-bottom:20px;
}
#basic_policy p {
    width: 95%;
    margin-bottom: 40px;
    line-height: 2em;
    font-weight: 300;
}
#basic_policy ul {
  padding-left: 30px;
}
#basic_policy ul li a {
  color: #000000;
  text-decoration: none;
  margin-bottom: 16px;
  display: block;
  font-weight: 500;
}
#basic_policy ul li a:hover {
  font-weight: 700;
}
/*----------------------------------------------------
Materiality
----------------------------------------------------*/
#materiality {
  margin-bottom:170px;
    display: flex;
}
#materiality .top_txt {
  position: relative;
}
#materiality .top_midashi {
  font-size: 44px;
  font-weight: 700;
    padding-left: 17%;
    margin-left: -70px;
    display: block;
    width: 185%;
    margin-top: 30px;
    border-bottom: 2px solid #000000;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
#materiality h5 {
  padding-left: 30px;
}
#materiality p {
    width: 95%;
    margin-bottom: 40px;
    margin-left: 30px;
    line-height: 2em;
    font-weight: 300;
}
#materiality ul {
  padding-left: 60px;
}
#materiality ul li a {
  color: #000000;
  text-decoration: none;
  margin-bottom: 16px;
  display: block;
  font-weight: 500;
}
#materiality ul li a:hover {
  font-weight: 700;
}
/*----------------------------------------------------
ESG
----------------------------------------------------*/
#esg {
  margin-bottom: 120px;
}
#esg .top_txt {}
#esg .top_midashi {
  width: 100%;
  border-bottom: 2px solid #000000;
    margin-bottom: 30px;
  text-align: center;
  font-size: 44px;
  font-weight: 700;
  color: #383838;
}
#esg h5 {
  text-align: center;
}
#esg p {
	width: 70%;
	margin-bottom: 80px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	line-height: 2em;
	font-size: 15px;
    font-weight: 300;
}
#esg .col_3 div {
  background-color: #F5F5F5;
}
#esg div .esg_box_img {
  height: 250px;
  width: 100%;
  display: block;
  padding-top: 50px;
  background-repeat: no-repeat;
  background-size: cover;
}
#esg div:nth-child(1) > .esg_box_img {
  background-image: url(../img/esg_img_01.jpg);
}
#esg div:nth-child(2) > .esg_box_img {
  background-image: url(../img/esg_img_02.jpg);
}
#esg div:nth-child(3) > .esg_box_img {
  background-image: url(../img/esg_img_03.jpg);
}
#esg .col_3 .esg_box_img p {
    color: #FFFFFF;
    text-align: center;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    font-size: 23px;
    padding-top: 50px;
    text-shadow: 1px 0 10px #000000;
    font-weight: 300;
}
#esg .col_3 ul {
  padding-top: 25px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
}
#esg .col_3 ul li a {
  color: #000000;
  font-weight: 500;
  text-decoration: none;
  display: block;
  margin-bottom: 16px;
}
#esg .col_3 ul li a:hover {
  font-weight: 700;
}
/*----------------------------------------------------
NEWS
----------------------------------------------------*/
#news {
  margin-bottom: 180px;
}
#news .top_midashi {
	width: 100%;
	border-bottom: 2px solid #000000;
    margin-bottom: 30px;
	text-align: left;
	font-size: 44px;
	font-weight: 700;
	color: #383838;
}
#news h5 {
	margin-bottom: 60px;
}
#news #top_news{
	width: 75%;
	margin-left: 25%;
}
#news #top_news dl{
	margin-bottom: 40px;
	display: flex;
}
#news #top_news dt{
	width: 9em;
	font-weight: 200;
	margin-top: 5px;
}
#news #top_news dd{
	text-decoration: none;
	line-height: 2.2em;
	font-size: 14px;
}
#news #top_news dd a{
	font-weight: 500;
}
#news #top_news dd a:hover{
	font-weight: 600;
}

/*----------------------------------------------------
　レスポンシブ設定1200以下
----------------------------------------------------*/
@media screen and (max-width: 980px) {
	
	
main {
}
main .contents {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: block;
}

/*----------------------------------------------------
　メインビジュアル
----------------------------------------------------*/
#main_visual {
    width: 100%;
    height: 300px;
    background-image: url(../img/mv.jpg);
    background-repeat: no-repeat;
    background-position: calc(50% - 50px) center;
    position: relative;
    margin-bottom: 50px;
    background-size: cover;
}
#main_visual .contents {
  position: relative;
  top: 40%;
}
#main_visual h5 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0px;
    margin-right: 0px;
    color: #000000;
    text-align: right;
}
#main_visual h6 {
  font-size: 16px;
  margin-right: 0px;
    text-align: right;
}
/*----------------------------------------------------
　TOP共通
----------------------------------------------------*/

h5 {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 500;
  color: #383838;
  padding-left: 5%;
}
.top_img img {
    width: 90%;
    box-shadow: 7px 7px 0px 0 rgb(235, 235, 235);
    margin-right: 5%;
    margin-left: 5%;
}
/*----------------------------------------------------
　Basic policy
----------------------------------------------------*/
#basic_policy {
    margin-bottom:120px;
    display: block;
}
#basic_policy .contents {}
#basic_policy .top_txt {
  position: relative;
}
#basic_policy .top_midashi {
  font-size: 40px;
  font-weight: 700;
    padding-left: 5%;
    margin-left: -0%;
    display: block;
    width: 100%;
    margin-top: 30px;
    border-bottom: 2px solid #000000;
    margin-bottom: 20px;
    padding-bottom:20px;
}
#basic_policy p {
    width: 90%;
    margin-bottom: 40px;
    line-height: 2em;
    font-weight: 400;
    margin-right: 5%;
    margin-left: 5%;
}
#basic_policy ul {
    padding-left: 10%;
    margin-bottom: 50px;
}
#basic_policy ul li a {
  color: #000000;
  text-decoration: none;
  margin-bottom: 16px;
  display: block;
  font-weight: 500;
}
#basic_policy ul li a:hover {
  font-weight: 700;
}
/*----------------------------------------------------
Materiality
----------------------------------------------------*/
#materiality {
    margin-bottom:120px;
    display: flex;
}
#materiality .top_txt {
  position: relative;
  order: 1;
}
#materiality .top_img{
  order: 2;
}
#materiality .top_midashi {
  font-size: 40px;
  font-weight: 700;
    padding-left: 5%;
    margin-left:0px;
    display: block;
    width: 100%;
    margin-top: 30px;
    border-bottom: 2px solid #000000;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
#materiality h5 {
    padding-left: 5%;
}
#materiality p {
    width: 90%;
    margin-bottom: 40px;
    line-height: 2em;
    font-weight: 400;
    margin-right: 5%;
    margin-left: 5%;
}
#materiality ul {
    padding-left: 10%;
    margin-bottom: 50px;
}
#materiality ul li a {
  color: #000000;
  text-decoration: none;
  margin-bottom: 16px;
  display: block;
  font-weight: 500;
}
#materiality ul li a:hover {
  font-weight: 700;
}
/*----------------------------------------------------
ESG
----------------------------------------------------*/
#esg {
  margin-bottom: 120px;
}
#esg .top_txt {}
#esg .top_midashi {
    padding-left:5%;
    width: 100%;
    border-bottom: 2px solid #000000;
    margin-bottom: 20px;
    text-align: left;
    font-size: 40px;
    font-weight: 700;
    color: #383838;
}
#esg h5 {
    padding-left: 5%;
  text-align: left;
}
#esg p {
    width: 90%;
    margin-bottom: 40px;
    line-height: 2em;
    font-weight: 400;
    margin-right: 5%;
    margin-left: 5%;
    text-align: left;
}
#esg .col_3  {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#esg .col_3 div {
    background-color: #F5F5F5;
    width: 48%;
}
#esg div .esg_box_img {
    height: 170px;
    width: 100%;
    display: block;
    padding-top: 12%;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-left: 12%;
}
#esg .col_3 .esg_box_img p {
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	font-size: 20px;
	padding-top: 40px;
  text-shadow:
            5px 5px 5px #000, -5px -5px 5px #000,
           -5px 5px 5px #000,  5px -5px 5px #000;
    font-weight: 300;
}
#esg .col_3 ul {
  padding-top: 5%;
  padding-right: 5%;
  padding-bottom: 0%;
  padding-left: 5%;
}
#esg .col_3 ul li a {
    color: #000000;
    font-weight: 500;
    text-decoration: none;
    display: block;
    margin-bottom: 0.5em;
    line-height: 1.4em;
}
/*----------------------------------------------------
NEWS
----------------------------------------------------*/
#news {
  margin-bottom: 100px;
}
#news .top_midashi {
    padding-left:5%;
	width: 100%;
	border-bottom: 2px solid #000000;
    margin-bottom: 20px;
	text-align: left;
	font-size: 40px;
	font-weight: 700;
	color: #383838;
}
#news h5 {
	margin-bottom: 30px;
    padding-left:5%;
}
#news #top_news{
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}
#news #top_news dl{
    margin-bottom: 30px;
    display: block;
}
#news #top_news dt{
	width: 100%;
	font-weight: 400;
	margin-top: 5px;
}
#news #top_news dd a{
	width: 100%;
	font-weight: 500;
	text-decoration: none;
	line-height: 2.2em;
	font-size: 14px;
}
#news #top_news dd a:hover{
	font-weight: 600;
}
}