/* --------------------
 Override
-------------------- */
.mod-page__hero--envi_policy {
    background-image: url(../img/hero-envi_policy.jpg);
    background-position: bottom center;
    height: 36.3vw;
    margin-bottom: 0;
}
@media screen and (max-width: 640px) {
    .mod-page__hero--envi_policy {
        background-image: url(../img/sp/hero-envi_policy.jpg);
        height: 51.8vw;
    }
}
/* --------------------
 Common
-------------------- */

/* base */
html {
    overflow-y: auto;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 62.5%;
	overflow-x: hidden;
}
body {
	/*font-family: "Noto Sans JP","メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif!important;
	font-size: 16px;
    font-size: 1.4em;
	color: #333434;
    line-height: 200%;
	letter-spacing:0.03rem;*/
	font-weight: 400;
	background: #fff;
	margin:0 !important;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	z-index: 999;
}

p {
    font-size: 16px;
    line-height: 200%;
}

::selection {
	background: #02a5b5;
	color: #fff;
}

//Firefox
::-moz-selection {
	background: #02a5b5;
	color: #fff;
}
img {
    max-width: 100%;
    height: auto;
}
a, a:link, a:visited {
	text-decoration:none;
    cursor: pointer;
}
a:hover {
	text-decoration:none;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
a img{
	transition : 0.2s ;
	-webkit-transition : 0.2s ;
	-moz-transition    : 0.2s ;
	-o-transition      : 0.2s ;
	-ms-transition     : 0.2s ;
}
a:hover img {
      opacity: 0.7;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.min {
	font-family: 'Noto Serif JP', serif;
}

/* device */
.sp {
	display:none;
}
.tab {
	display:none;
}
.pc {
	display:block;
}

/* contents */
.contents_inner{
	width: 1100px;
	margin: 0 auto;
}


/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}


/* other */

ul {
    list-style: none;
    padding-left: 0;
}

ol {
    list-style: none;
    padding-left: 0;
}

.br_w400 {
    display: none;
}

#fixed_space {
    display: none;
}

#fixed_space.is_fixed {
    display: block;
}

p.blue_text {
    font-size: 18px;
    color: #1D2080;
    margin-bottom: 0!important;
    font-weight: 700;
}

p.blue_text.green {
    color: #315E2F;
}

.map_block .list_box ul {
    display: inline-block;
}

.map_block .list_box ul:nth-of-type(1) {
    float: left;
}

.map_block .list_box ul:nth-of-type(2) {
    float: right;
}

.map_block .list_box li {
    font-size: 16px;
    display: block;
    font-weight: 700;
}

.mod-page__section {
    margin-bottom: 0;
}

.mod-page__section__content {
  width: 1000px;
  margin: 0 auto;
}

.width_full_img {
    width: 100%;
    margin-top: 120px;
}

.width_full_img img {
    width: 100%;
    height: auto;
}

.width_full_img.last {
    margin-top: 70px;
    margin-bottom: 145px;
}

.explanation_block {
    margin-top: 85px;
    margin-bottom: 145px;
}

.explanation_block_wrapper {
  position: relative;
}

.row {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.row .col-2 {
  width: 50%;
}
.work-box {
  padding-right: 10px;
}
.work-box:not(:first-of-type) {
  border-left: 2px solid #999;
}

#step01, #step03 {
  background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(191, 214, 223, 1) 100%);
}
#step02, #step04 {
  background: linear-gradient(270deg,rgba(255, 255, 255, 1) 0%, rgba(191, 214, 223, 1) 100%);
}

.step_block {
    padding: 90px 0 75px;
    width: 1167px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.step_block .text_box {
    width: 55.2%;
}

.step_block .image_box {
    width: 41.4%;
}

.step_block .text_box > * {
    padding-left: 155px;
}

.section_title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.4;
  padding: 0 0 26px 0;
  margin: 0;
  position: relative;
}
.section_title::after {
    content: '';
    display: block;
    background: rgba(2, 0, 0, 0.5);
    width: 100%;
    height: 1px;
    margin: auto;
    position: absolute;
    left: 0;
    bottom: 9px;
    z-index: 2;
}
.section_title_en {
  display: block;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.025em;
  white-space: nowrap;
  position: relative;
}
.section_title .point {
    width: 110px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}
.step_block .text_box a {
    font-size: 13px;
    font-weight: 700;
    padding-left: 0;
    margin-left: 155px;
}

.global-nav__main a {
    color: #fff;
}
.contents_inner_inner {
    width: 90%;
    margin: -20px auto 0;
}


@media screen and (max-width: 1030px) {

	.contents_inner{
		width: 95%;
		margin: 0 auto;
	}
    .mod-page__section__content {
        width: 90%;
    }
    .section_title_en {
        white-space: normal;
    }
    .explanation_block {
        margin-top: 40px;
    }

}

@media screen and (max-width: 840px) {

    p{
        font-size: 14px;
    }
    .point_box p.point {
        font-size: 20px;
    }
    p.blue_text {
        font-size: 16px;
    }
    .section_title {
        font-size: 28px;
        padding: 10px 0 10px 50px;
    }
    .section_title span.point {
        font-size: 16px;
    }
    .width_full_img {
        margin-top: 70px;
    }


/* device */
	.sp{
		display:none;
	}
	.pc{
		display:none;
	}
	.tab{
		display:block;
	}

}

@media screen and (max-width: 640px) {

    .section_title {
        font-size: 30px;
        line-height: 1.5;
        text-align: center;
        padding: 85px 0 21px;
    }
    .section_title::after {
        bottom: 11px;
    }
    .section_title span.point {
        display: block;
        width: 217px;
        margin: auto;
        top: -83px;
        left: 0;
        right: 0;
    }
    .contents_inner_inner {
        width: 95%;
    }
    .width_full_img.last {
        margin-top: 0;
        margin-bottom: 70px;
    }


    /* device */
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}

    /* contents */
	.h2_style {
		font-size: 13.5px;
	}
	.h2_style span {
		font-size: 24px;
		margin-bottom: 5px;
	}
    .section_title_en {
        font-size: 16px;
        text-align: center;
        margin-bottom: 20px;
    }
    #step01,
    #step02,
    #step03,
    #step04 {
        background: #e2edf1;
    }
    .step_block {
        flex-direction: column-reverse;
        padding: 0 0 38px;
    }
    .step_block .text_box {
        width: 100%;
    }
    .step_block .image_box {
        width: 100vw;
        margin: 0 calc(50% - 50vw);
    }
    .step_block .text_box > * {
        padding-left: 0;
    }
    .step_block .text_box p {
        font-size: 16px;
        line-height: 1.625;
        letter-spacing: 0.01em;
        margin: 0 0 32px;
    }
    .step_block .text_box a {
        display: block;
        font-size: 20px;
        width: max-content;
        max-width: 100%;
        margin: 0 auto;
    }
	.link_btn {
		width: 240px;
		font-size: 16px;
	}

}

@media screen and (max-width: 400px) {
    .br_w400 {
        display: block;
    }
}


/* --------------------
 Intro block
-------------------- */
.intro_block {
    padding: 82px 0 48px;
}
.intro_block h2 {
    max-width: 604px;
    margin: 0 auto;
}
.intro_block h3 {
    font-size: 27px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.025em;
    text-align: center;
    margin-top: 57px;
    margin-bottom: 17px;
}
.intro_block p {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.76;
  max-width: 730px;
  width: 100%;
  margin: 0 auto;
  letter-spacing: 0.1em;
}
.intro_block .sdgs {
    max-width: 725px;
    width: 100%;
    margin: 120px auto;
    display: block;
}
.intro_block .anchor_link_box {
    max-width: 870px;
    width: 100%;
    margin: 80px auto 0;
}
.intro_block .anchor_link_box h3 {
    font-size : 32px;
    letter-spacing : 0.8px;
    color : #1D2080;
    text-align: center;
    margin: 0 0 50px 0;
}
.intro_block .anchor_link_box ul {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
.intro_block .anchor_link_box ul li {
    list-style: none;
    width: 32%;
}
.intro_block .anchor_link_box ul li:nth-child(-n+3){
    margin-bottom: 20px;
}
.intro_block .anchor_link_box ul li a:hover {
  opacity: 0.8;
}



@media screen and (max-width: 840px) {
    .intro_block p {
        font-size: 16px;
    }
    .intro_block .anchor_link_box h3 {
        font-size : 28px;
    }
}



@media screen and (max-width: 640px) {
    .intro_block {
        padding: 27px 0 47px;
    }
    .intro_block h3 {
        font-size: 30px;
        margin-top: 38px;
        margin-bottom: 9px;
    }
    .intro_block p {
        line-height: 1.625;    
    }
    .intro_block .sdgs {
        margin: 30px auto;
    }
    .intro_block .anchor_link_box {
        margin: 40px auto 0;
    }
    .intro_block .anchor_link_box h3 {
        font-size : 24px;
    }
    .intro_block .anchor_link_box ul li {
        width: 48%;
    }
    .intro_block .anchor_link_box ul li:nth-child(-n+3){
        margin-bottom: 0;
    }
    .intro_block .anchor_link_box ul li:nth-child(-n+4){
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 480px) {
    h2.mod-page__hero__title {
        font-size: 2rem;
    }
    .intro_block p {
        letter-spacing: 0;
    }
    .intro_block p span {
        font-size: 10px;
    }
}


/* --------------------
 header
-------------------- */

header.is_fixed {
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
}

@media screen and (max-width: 360px) {
    .header__logo {
        width: 155px;
    }
    .header__lang a {
        font-size: 17px;
    }
}



/* --------------------
 footer
-------------------- */

.footer {
    border-top: none;
}

@media screen and (max-width: 1130px) {
    .footer {
        width: 90%;
    }
}



@media screen and (max-width: 840px) {

    .footer__banner {
    }
    .footer__banner_new .footer__banner__item {
        width: 33%;
        max-width: none;
        padding: 0 1.5% 0 1.5%;
        margin: 7px 0 7px 0;
    }
    .footer__banner_new .footer__banner__item:nth-of-type(3n) {

    }

}



@media screen and (max-width: 640px) {
    .footer__banner_new .footer__banner__item {
        width: 48%;
        max-width: none;
        padding: 0 0.5% 0 0.5%;
        margin: 7px 0 7px 0;
    }
}





/* --------------------
supplychain
-------------------- */
#supplychain {
    color: #fff;
    background: url(../img/supplychain_img.jpg) no-repeat center center / cover;
    height: 36.6vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
#supplychain h3 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.025em;
    line-height: 1.4;
    text-align: center;
    padding: 0 0 22px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    max-width: 500px;
    margin: 0 auto 28px;
}
#supplychain p {
    font-weight: 500;
    max-width: 457px;
    margin: 0 auto;
}
@media screen and (max-width: 840px) {
    #supplychain p {
        font-size: 16px;
    }
}
@media screen and (max-width: 640px) {
    #supplychain {
        background: url(../img/sp/supplychain_img.jpg) no-repeat center center / cover;
        height: auto;
        padding: 424px 0 49px;
    }
    #supplychain h3 {
        font-size: 30px;
        line-height: 1.5;
        padding-bottom: 0;
        border: none;
        margin-bottom: 27px;
    }
    #supplychain p {
        font-size: 17px;
        line-height: 1.76;
    }
}
