@charset "UTF-8";

/*----------------------------------------------------------
 sdgs_fade-in
---------------------------------------------------------- */
.sdgs_fade-in
{
    -webkit-animation: sdgs_fade-in 1.2s;
            animation: sdgs_fade-in 1.2s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
}
@-webkit-keyframes sdgs_fade-in
{
    0%
    {
        opacity: 0.2;
    }
    100%
    {
        opacity: 1;
    }
}
@keyframes sdgs_fade-in
{
    0%
    {
        opacity: 0.2;
    }
    100%
    {
        opacity: 1;
    }
}

/*----------------------------------------------------------
 sdgs
---------------------------------------------------------- */
/*SP*/
@media(max-width: 1023px) {
  .sub_main_box hr{
    width: 70px;
  }
}

/*----------------------------------------------------------
 sdgs
---------------------------------------------------------- */
/* 共通 */
#sdgs {
	padding-top: 0;
}

#sdgs_top ,
.sdgs_section {
	font-size: 14px;
  line-height: 1.75;
}

#sdgs p {
	margin-bottom: 30px;
}
/*SP*/
@media(max-width: 1023px) {
  #sdgs p {
    margin-bottom: 30px;
  }
}
#sdgs p:last-of-type {
	margin-bottom: 0;
}
#sdgs img {
	max-width: 100%;
	height: auto;
}
#sdgs .sdgs_clearfix::after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/*----------------------------------------------------------
 media
---------------------------------------------------------- */
/*PC*/
@media handheld, print, screen and (min-width: 1024px){
  .no-pc{
    display: none;
  }
}

/*SP*/
@media(max-width: 1023px) {
  .no-sp{
    display: none;
  }
}

/*----------------------------------------------------------
 sdgs_headline
---------------------------------------------------------- */
#sdgs_headline{
  background-image:url("../img/sdgs/bg_headline.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #222;
}
/*SP*/
@media(max-width: 1023px) {
  #sdgs_headline{
    background-image:url("../img/sdgs/bg_headline_sp.jpg");
  }
}

.sub_main_box{
  height: 400px;
}
.sdgs_headline_icon {
  display: block;
  width: 100%;
  max-width: 160px;
  margin: 0 auto 30px;
}
/*SP*/
@media(max-width: 1023px) {
  .sub_main_box{
    height: 170px;
  }
  .sdgs_headline_icon {
    max-width: 60px;
    margin-bottom: 15px;
  }
}

.sdgs_oursdgs {
  padding: 90px;
  text-align: center;
}
.sub_main_box p{
  color: #222;
}
.sub_main_box hr{
  border-top-color: #222;
}
.sub_main_box h1{
  color: #222;
}

/*----------------------------------------------------------
 sdgs_top
---------------------------------------------------------- */
#sdgs_top{
  position: relative;
  padding: 0 0 100px;
}
#sdgs_top .sdgs_clearfix{
  position: relative;
  overflow: inherit;
}
.sdgs_back_img {
  display: block;
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url(../img/sdgs/bg_top.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.sdgs_top_img {
  display: block;
  max-width: 600px;
}
/*SP*/
@media(max-width: 1023px) {
  #sdgs_top{
    padding: 0 15px 50px;
  }
  .sdgs_top_img {
    margin-right: 30px;
  }
  .sdgs_back_img {
    height: 444px;
  }
}

/* ----- sdgs_top_whitebox ----- */
.sdgs_top_whitebox {
  position: relative;
  width: 100%;
  background-color: rgb(255 255 255 / 60%);
  padding: 50px 60px;
  line-height: 2;
}
.sdgs_top_whitebox p {
  font-size: 20px;
}

.sdgs_top_whitebox strong {
  color: #1a9639;
  font-weight: 700;
}
/*PC*/
@media handheld, print, screen and (min-width: 1024px){
  .sdgs_top_whitebox {
    max-width: 720px;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 100px;
    margin-left: -120px;
  }
}

/*SP*/
@media(max-width: 1023px) {
  .sdgs_top_whitebox {
    margin-top: -50px;
    margin-left: 30px;
    width: calc(100% - 30px);
    padding: 15px;
  }
  .sdgs_top_whitebox p {
    font-size: 16px;
  }
}

/*----------------------------------------------------------
 section_ttl
---------------------------------------------------------- */
.section_ttl{
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.5;
}
.section_ttl::after{
  content: "";
  display: block;
  background-color: #000;
  width: 100%;
  max-width: 100px;
  height: 3px;
  margin: 20px auto 0;
}
/*SP*/
@media(max-width: 1023px) {
  .section_ttl{
    font-size: 24px;
    margin-bottom: 25px;
  }
  .section_ttl::after{
    margin-top: 10px;
  }
}

/* ----- green ----- */
.sdgs_green .section_ttl span{
  color: #1a9639;
}
.sdgs_green .section_ttl::after{
  background-color: #1a9639;
}
 /* ----- red ----- */
.sdgs_red .section_ttl span{
  color: #e83418;
}
.sdgs_red .section_ttl::after{
  background-color: #e83418;
}

/*----------------------------------------------------------
 sdgs_section
---------------------------------------------------------- */
.sdgs_section{
  width: 100%;
  max-width: 1320px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 150px 30px 0;
  font-size: 18px;
}
.sdgs_section::after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
/*SP*/
@media(max-width: 1023px) {
  .sdgs_section{
    font-size: 16px;
  }
}

/* ----- sdgs_section bg ----- */
.sdgs_section{
  background-position: center top;
  background-size: 1200px;
  background-repeat: no-repeat;
}

/*SP*/
@media(max-width: 1023px) {
  .sdgs_section{
    margin-top: 50px;
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
    background-size: contain;
  }
}

/* green:フェムテック推進 */
#sdgs_green {
  background-image: url("../img/sdgs/bg_green.jpg");
}
/*SP*/
@media(max-width: 1023px) {
  #sdgs_green {
    background-image: url("../img/sdgs/bg_green_sp.jpg");
  }
}
/* red:女性 */
#sdgs_red {
  background-image: url("../img/sdgs/bg_red.jpg");
}
/*SP*/
@media(max-width: 1023px) {
  #sdgs_red {
    background-image: url("../img/sdgs/bg_red_sp.jpg");
  }
}

/* yellow:環境問題 */
#sdgs_yellow {
  background-image: url("../img/sdgs/bg_yellow.jpg");
}
/*SP*/
@media(max-width: 1023px) {
  #sdgs_yellow {
    background-image: url("../img/sdgs/bg_yellow_sp.jpg");
  }
}

/* pink:世界 */
#sdgs_pink {
  background-image: url("../img/sdgs/bg_pink.jpg");
}

/*PC*/
@media handheld, print, screen and (min-width: 1024px){
  #sdgs_pink{
    margin-bottom: 100px;
  }
}
/*SP*/
@media(max-width: 1023px) {
  #sdgs_pink {
    background-image: url("../img/sdgs/bg_pink_sp.jpg");
  }
}

/*----------------------------------------------------------
 section_frame
---------------------------------------------------------- */
.section_frame{
  position: relative;
  padding: 130px 0 50px;
}
.section_frame::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 15px;
  width: calc(100% - 30px);
  max-width: 1100px;
  margin: 0 auto;
  height: 100%;
  border: 1px solid #000;
  box-sizing: border-box;
}
/*SP*/
@media(max-width: 1023px) {
  .section_frame{
    padding-top: 65px;
    padding-bottom: 25px;
  }
}

#sdgs_green .section_frame::before{
  border-color: #1a9639;
}
#sdgs_red .section_frame::before{
  border-color: #e83418;
}
#sdgs_yellow .section_frame::before{
  border-color: #d39206;
}
#sdgs_pink .section_frame::before{
  border-color: #dc097b;
}

/*----------------------------------------------------------
 freamBox
---------------------------------------------------------- */
.freamBox{
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}

/*----------------------------------------------------------
 inbox
---------------------------------------------------------- */
.inbox{
  position: relative;
  z-index: 1;
}

/*----------------------------------------------------------
 outBox
---------------------------------------------------------- */
.outBox{
  width: 100%;
  margin-bottom: 50px;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
/*PC*/
@media handheld, print, screen and (min-width: 1024px){
  .outBox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: start;
    align-items: start;
    -webkit-justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -moz-box-pack: space-between;
    justify-content: space-between;
  }
}
/*SP*/
@media(max-width: 1023px) {
  .outBox{
    width: calc(100% - 30px);
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.outBox:last-of-type{
  margin-bottom: 0;
}
.outBox::after{
  content: "";
  background-color: #ccc;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
}

#sdgs_green .outBox::after{
  background-color: #eefaf1;
}
#sdgs_red .outBox::after{
  background-color: #faebe8;
}
#sdgs_yellow .outBox::after{
  background-color: #f7eede;
}
#sdgs_pink .outBox::after{
  background-color: #ffe5f4;
}

/* ----- flex top ----- */
.outBox.join_b{
  margin-bottom: 0;
  padding-bottom: 0;
}

/* ----- flex center ----- */
.outBox.flex_c{
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* ----- text left / img right ----- */
.tl_ir .sdgs_txtBox{
  padding-left: 60px;
  padding-right: 320px;
}
.tl_ir.outBox::after{
  left: 0;
}

/* ----- text right / img left ----- */
.tr_il .sdgs_txtBox{
  padding-right: 60px;
  padding-left: 320px;
}
.tr_il.outBox::after{
  right: 0;
}
/*SP*/
@media(max-width: 1023px) {
  .tl_ir .sdgs_txtBox,
  .tr_il .sdgs_txtBox{
    padding-left: 15px;
    padding-right: 15px;
  }
  .tr_il:not(.gray_box ){
    margin-left: auto;
  }
}

/* ----- 左右反転 ----- */
.outBox.flex_reverse{
  flex-direction: row-reverse;
}
/*SP*/
@media(max-width: 1023px) {
  .outBox.flex_reverse .sdgs_imgBox{
    margin-top: 25px;
    margin-bottom: 0;
  }
}

/*----------------------------------------------------------
 sdgs_txtBox
---------------------------------------------------------- */
.sdgs_txtBox{
  width: 100%;
  max-width: 1000px;
  position: relative;
}

.stb_inimg{
  margin-top: 40px;
  display: block;
  text-align: center;
}
/*SP*/
@media(max-width: 1023px) {
  .stb_inimg{
    width: 100%;
    margin-top: 25px;
    text-align: left;
    margin-left: -45px;
  }
}

/* ----- single_txt ----- */
/*PC*/
@media handheld, print, screen and (min-width: 1024px){
  .single_txt .sdgs_txtBox{
    padding-right: 60px;
  }
}

/*----------------------------------------------------------
 gray_box
---------------------------------------------------------- */
.sdgs_section .gray_box .sdgs_txtBox{
  background-color: rgba(247,247,247,0.80) !important;
  padding: 40px;
  max-width: 580px;
  margin-left: 180px;
}
.sdgs_section .gray_box.outBox::after{
  left: 0;
  right: auto;
}

/*SP*/
@media(max-width: 1023px) {
  .sdgs_section .gray_box .sdgs_txtBox{
    margin-left: 60px;
    margin-top: -50px;
    padding: 15px;
    width: calc(100% - 30px);
  }
}

/*PC*/
@media handheld, print, screen and (min-width: 1024px){
  .sdgs_section .gray_box .sdgs_imgBox{
    margin-left: 60px;
  }
}
/*SP*/
@media(max-width: 1023px) {
  .sdgs_section .gray_box .sdgs_imgBox{
    margin-left: 15px;
    margin-bottom: 0;
    width: calc(100% - 30px);
  }
}

/*----------------------------------------------------------
 sdgs_imgBox
---------------------------------------------------------- */
.sdgs_imgBox{
  text-align: center;
  width: 100%;
  max-width: 540px;
  display: block;
}

.sdgs_imgBox img{
  margin-bottom: 40px;
  display: inline-block;
}
/*SP*/
@media(max-width: 1023px) {
  .sdgs_imgBox{
    width: calc(100% - 30px);
  }
  .sdgs_imgBox img{
    margin-bottom: 10px;
  }
}
.sdgs_imgBox img:last-of-type{
  margin-bottom: 0;
}

/* ----- text left / img right ----- */
.tl_ir .sdgs_imgBox{
  margin-left: -280px;
}
/*SP*/
@media(max-width: 1023px) {
  .tl_ir .sdgs_imgBox{
    margin-left: auto;
    margin-right: -30px;
    margin-top: 25px;
  }
}

/* ----- text right / img left ----- */
.tr_il .sdgs_imgBox{
  margin-right: -280px;
}
/*SP*/
@media(max-width: 1023px) {
  .tr_il .sdgs_imgBox{
    margin-right: auto;
    margin-left: -30px;
    margin-bottom: 25px;
  }
}

/* ----- single_img ----- */
.single_img .sdgs_imgBox{
  max-width: none;
  text-align: right;
}
/*PC*/
@media handheld, print, screen and (min-width: 1024px){
  .single_img::before{
    content: "";
    display: block;
    width: 100%;
    max-width: 120px;
  }
  .single_img .sdgs_imgBox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: start;
    align-items: start;
    -webkit-justify-content: flex-end;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -moz-box-pack: flex-end;
    justify-content: flex-end;
    margin-left: auto;
  }
  .single_img .sdgs_imgBox img{
    margin-left: 40px;
    margin-bottom: 0;
  }
}
/*SP*/
@media(max-width: 1023px) {
  .single_img{
    text-align: right;
  }
  .single_img .sdgs_imgBox{
    margin-top: 0;
  }
}

/*----------------------------------------------------------
 sdgs_icon
---------------------------------------------------------- */
.sdgs_icon{
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  margin: auto;
}
#sdgs .sdgs_icon img{
  display: inline-block;
  width: 100%;
  max-width: 200px;
  margin: 0 10px;
}
/*SP*/
@media(max-width: 1023px) {
  .sdgs_icon{
    top: -50px;
  }
  #sdgs .sdgs_icon img{
    max-width: 100px;
    margin: 0 5px;
  }
}

/*----------------------------------------------------------
 intro_txt
---------------------------------------------------------- */
.intro_txt{
  margin-bottom: 50px;
}

/*----------------------------------------------------------
 lineleft_ttl
---------------------------------------------------------- */
.lineleft_ttl {
  border-left: 2px solid #1a9639;
  font-size: 1.5em;
  font-weight: bold;
  margin-top: -50px;
  margin-bottom: 47px;
  padding: 50px 0 0;
  padding-left: 10px;
}
/*SP*/
@media(max-width: 1023px) {
  .lineleft_ttl {
    font-size: 20px;
    margin-top: -25px;
    margin-bottom: 25px;
    padding-top: 25px;
  }
}

/*----------------------------------------------------------
 white_box
---------------------------------------------------------- */
.white_box{
  width: 100%;
  background-color: rgb(255 255 255 / 50%);
  padding: 30px 20px;
  margin-bottom: 30px;
}
/*SP*/
@media(max-width: 1023px) {
  .white_box{
    margin-bottom: 30px;
  }
}
.white_box:last-child{
  margin-bottom: 0;
}
/*SP*/
@media(max-width: 1023px) {
  .white_box{
    padding: 15px;
  }
}

/*----------------------------------------------------------
 list_box
---------------------------------------------------------- */
.list_box{
  margin-bottom: 30px;
}
/*SP*/
@media(max-width: 1023px) {
  .list_box{
    margin-bottom: 30px;
  }
}
.list_box:last-child{
  margin-bottom: 0;
}
.list_box li{
  margin-bottom: 10px;
  font-weight: 700;
}
.list_box li:last-child{
  margin-bottom: 0;
}

/*----------------------------------------------------------
 strong
---------------------------------------------------------- */
.sdgs_section strong,
.sdgs_section .fsw{
  font-weight: 700;
}
#sdgs_green.sdgs_section strong{
  color: #1a9639;
}

#sdgs_red.sdgs_section strong{
  color: #e83418;
}

#sdgs_yellow.sdgs_section strong{
  color: #d39206;
}

#sdgs_pink.sdgs_section strong{
  color: #dc097b;
}

/*----------------------------------------------------------
 sdgs_green
---------------------------------------------------------- */
.sdgs_kids{
  margin-top: 100px;
}
/*SP*/
@media(max-width: 1023px) {
  .sdgs_kids{
    margin-top: 50px;
  }
}

.sdgs_kids .gray_box .sdgs_imgBox{
  max-width: 720px;;
}

/*SP*/
@media(max-width: 1023px) {
  #sdgs_green .img03{
    max-width: 175px;
  }
}

/*----------------------------------------------------------
 sdgs_red
---------------------------------------------------------- */

/*----------------------------------------------------------
 sdgs_yellow
---------------------------------------------------------- */

/*----------------------------------------------------------
 sdgs_pink
---------------------------------------------------------- */
