@charset "UTF-8";

/*  #manda
================================================ */
#mainImg { padding-top: 60px; }

@media screen and (min-width: 600px) { #mainImg { padding-top: 100px; } }

#mainImg .mainImgIn { position: relative; background-image: -webkit-gradient(linear, right top, left top, from(#088cad), to(#525eff)); background-image: -o-linear-gradient(right, #088cad 0%, #525eff 100%); background-image: linear-gradient(-90deg, #088cad 0%, #525eff 100%); color: #fff; height: 115px; }

#mainImg .mainImgIn:before{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url(../img/sustainability/bg01_pc.png);
    background-position: top;
    background-size: cover;
}

#mainImg .areaTxt { -webkit-box-sizing: border-box; box-sizing: border-box; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 100%; padding: 0 30px; }

#mainImg .en { line-height: 1.1; font-size: 3rem; }

#mainImg .tit { margin-top: 4px; font-size: 1.3rem; }

@media screen and (min-width: 600px) { #mainImg .mainImgIn { height: 220px; }
  #mainImg .areaTxt { max-width: 1280px; padding: 0; }
  #mainImg .en { font-size: 6rem; }
  #mainImg .tit { margin-top: 10px; font-size: 2.2rem; letter-spacing: .3em; } }


/*  Intro
================================================ */
#intro{
  background: rgb(139,210,237);
  background: -webkit-gradient(linear, left top, right top, from(rgba(139,210,237,1)), to(rgba(0,157,218,1)));
  background: -o-linear-gradient(left, rgba(139,210,237,1) 0%, rgba(0,157,218,1) 100%);
  background: linear-gradient(90deg, rgba(139,210,237,1) 0%, rgba(0,157,218,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8bd2ed",endColorstr="#009dda",GradientType=1);
}

#intro .intro_head{
  background-image: url(../img/sustainability/intro_bg1_ver2.png);
  background-size: 475px auto;
  background-repeat: no-repeat;
  background-position: top -60px left 100px;
  max-width: 1280px;
  margin: 0 auto -30px;
}
.intro_haedDesc{
  margin-right: 0;
  margin-left: auto;
  max-width: 560px;
  text-align: center;
  color: #fff;
  padding: 100px 0 140px;
}
.intro_haedDesc h2{
  font-size: 27px;
  font-weight: bold;
}
#intro .intro_content{
    position: relative;
    z-index: 1;
    text-align: center;
    overflow: hidden;
    padding-bottom: 110px;
}
#intro .intro_content:before{
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: -1;
  background-image: url(../img/sustainability/intro_content_bg1.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    padding: 100px 20px 0;
    text-align: center;
}
#intro .intro_content:after{
  content: '';
    display: block;
    width: 100%;
    height: 100%;
    z-index: -2;
    position: absolute;
    top: 10vh;
    background-color: #f7f7f7;
}
#intro .intro_content > p{
  padding-top: 50px;
}
#intro .intro_content > p img{
  width: 300px;
}
#intro .intro_content h3{
  font-size: 40px;
  color: #009dda;
  font-weight: bold;
  margin-bottom: 30px;
}
#intro .intro_infoGra img{
  max-width: 765px;
  width: calc(100% - 40px);
}
@media screen and (max-width: 1366px) {
  #intro .intro_content{
      background-size: 1366px auto;
      background-position: bottom center;
  }
}
@media screen and (max-width: 600px) {
  #intro .intro_head{
    background-size: 80vw;
    background-position: left -10vw top -50px;
  }
  .intro_haedDesc{
    padding:57vw 10px 70px;
  }
  #intro .intro_content h3{
    font-size: 6vw;

  }
  #intro .intro_content{
      background-size: 100% auto;
      background-position: top center;
      padding-bottom: 60px;
  }
}

/*  About RC SDGs
================================================ */
#rc_sdgs{
  background-image: url(../img/sustainability/rc_sdgs_bg1.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  background-color: #f7f7f7;
  padding-bottom: 80px;
}
.rc_sdgs_wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1366px;
  margin:0 auto;
  margin-bottom: 50px;
}
.rc_sdgs_wrap:nth-child(even) .rc_sdgs_imgBox{
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.rc_sdgs_imgBox{
  max-width: 613px;
}
.rc_sdgs_contentBox{
  background-color: #fff;
  width: 100%;
  max-width: 765px;
  position: relative;
  top: 50px;
  padding:40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.rc_sdgs_contentBox .rc_sdgs_subTtl:before{
    content: '';
    width: 50px;
    height: 1px;
    display: inline-block;
    background-color: #009dda;
    vertical-align: middle;
    margin-right: 6px;
}
.rc_sdgs_contentBox .rc_sdgs_ttl,
.rc_sdgs_contentBox .rc_sdgs_subTtl{
  color: #009dda;
  font-weight: bold;
}
.rc_sdgs_contentBox .rc_sdgs_subTtl{
    font-size: 18px;
}
.rc_sdgs_contentBox .rc_sdgs_ttl{
  font-size: 38px;
}

@media screen and (max-width: 600px) {
  #rc_sdgs{
    background-size: cover;
    background-position: bottom center;
  }
  .rc_sdgs_wrap{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
  .rc_sdgs_wrap:nth-child(even) .rc_sdgs_imgBox{
    -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
            order: inherit;
  }
  .rc_sdgs_imgBox {
    width: calc(100% - 20px);
    z-index: 1;
  }
  .rc_sdgs_contentBox{
    top: -20px;
    width: calc(100% - 20px);
    margin-right: 0;
    margin-left: auto;
    z-index: 0;
    padding: 50px 6% 6%;
  }
  .rc_sdgs_contentBox .rc_sdgs_subTtl{
    font-size: 15px;
  }
  .rc_sdgs_contentBox .rc_sdgs_ttl{
        font-size: 28px;
  }
}

/*  Timeline
================================================ */
.timelineWrap * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.timelineWrap{
  counter-reset: count 2017;
  max-width: 1280px;
  margin: 80px auto 0;
  padding: 0;
}

.timeline {
  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;
  position: relative;
}

.timeline:before {
  content: counter(count);
    counter-increment: count 1;
    position: absolute;
    color: #ddedf8;
    font-size: 55px;
    font-family: 'Hind';
    line-height: 1;
}

.timeline .timelineDate {
  text-align: right;
  width: 8.5em;
  padding: 10px;
  position: relative;
}

.timeline .timelineDate::after {
  content: '\025cf';
  position: absolute;
  right: -9px;
  top: 10px;
  font-size: 13px;
  color: #009dda;
}

.timeline .timelineDesc {
  width: calc(100% - 8.5em);
  padding: 10px 25px 20px;
  border-left: 1px solid #009dda;
}

.timeline:not(:first-child) .timelineDate:first-child + .timelineDesc:before{
  content: '';
    display: block;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    position: absolute;
    right: 0;
    top: -10px;
    z-index: -1;
}

.timeline .timelineDesc a{
  font-size: 18px;
  margin: 0 0 5px;
  color: #009dda;
}
.timeline .timelineDesc a h3{
  display: inline-block;
  text-decoration: underline;
}

.timeline .timelineDate:first-child + .timelineDesc,
.timeline .timelineDate:first-child{
  padding-top: 50px;
}
.timeline .timelineDate:first-child::after{
  padding-top: 40px;
}
@media screen and (max-width: 600px) {
  .timeline:before{
    font-size: 45px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 414px) {
  .timeline .timelineDesc a h3{
    font-size: 15px;
  }
}

/*  Mission
================================================ */
.txtArea.mod_inner01{
  padding-bottom: 80px;
}
.mod_tit_page_tit{
    padding-bottom: 2rem;
}
.titSmall{
  font-size: 15px;
}
.mod_tit_page_tit{
  line-height: 0.6;
}
@media screen and (max-width: 414px) {
  .mod_tit_page_tit{
    line-height: 1;
  }

}