
@charset 'UTF-8'; /*PC*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900&display=swap'); /* Commonness CSS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}

html {
    height: 100%;
}

body {
    width: 100%;
    line-height: 130%;
    letter-spacing: 0px;
    background: #000;
}

/* * html body { font-family: 'ＭＳ Ｐゴシック',sans-serif;  }  IE6 */
img {
    line-height: 1.0;
}

ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*\*/
* html #container {
    overflow: visible;
}

/**/
input, select, textarea {
    font-size: 12px;
    color: #333;
}

/* - ClearFix ------------------------------------------------------ */
* html .clearfix {
    zoom: 1; }

/* IE6 */
*:first-child + html .clearfix {
    zoom: 1; }

/* IE7 */
.clearfix {
    display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */
* {
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
}

/* Hides from IE5-Mac \*/
* html .foo {
    height: 1%;
}

/****************************************************/
/* for html5. from html5doctor.com Reset Stylesheet */
/****************************************************/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

nav ul {
    list-style: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

img {
    vertical-align: bottom;
}

/* for placeholder color */
:-ms-input-placeholder {
    color: #999 !important;
}

::-webkit-input-placeholder {
    color: #999 !important;
}

::-moz-placeholder {
    color: #999 !important;
}

:-moz-placeholder {
    color: #999 !important;
}

::-input-placeholder {
    color: #999 !important;
}

:-input-placeholder {
    color: #999 !important;
}

::-placeholder {
    color: #999 !important;
}

:-placeholder {
    color: #999 !important;
}

html {
    background-color: #FFF;
    margin: 0 !important;
}

sup, sub {
    font-size: 0.8em;
}

*, *: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;
}

body {
    font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Verdana, Arial, Helvetica, sans-serif;
    position: relative;
    color: #231815;
    font-size: 14px;
    line-height: 1.6;
}

p {
    word-wrap: normal;
    font-size: 16px;
    line-height: 1.6;
    color: #231815;
}

.fwb{ font-weight: bold; }

a, a:hover {
    text-decoration: none;
    color: #231815;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:hover {
    opacity: 0.6;
}

.left, .fl {
    float: left;
}

.right, .fr {
    float: right;
}

.container {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.sp {
    display: none;
}

.pc {
    display: block;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 30.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

/*スクロールバー表示させる*/
.scroll::-webkit-scrollbar {
    width: 8px;
}

.scroll::-webkit-scrollbar-thumb {
    background: #ff5ea7;
    border-radius: 10px;
}

.scroll::-webkit-scrollbar-track-piece:start {
    background: #fbdae1;
}

.scroll::-webkit-scrollbar-track-piece:end {
    background: #fff;
}

*, *: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;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.site-header {
    padding:1.7%;
}

.site-header .container {
    max-width: 100%;
}

.site-header .logo {
    width: 417px;
    padding: 20px 0 14px;
    letter-spacing: 0.1em;
}
.site-header .logo_txt {
  font-size: 24px;}

.site-header .logo a {
    display: block;
}

.site-header .logo img {
}

.top-mv {
}

.top-mv img {
    width: 100%;
}

.site-footer {
    padding: 30px 0 30px;
    position: relative;
    background: #FFF;
}

.site-footer::before {
    /*     content: " "; */
    display: block;
    width: 100%;
    height: 30px;
    background: url(../images/line_01.svg) repeat-x center top;
    position: absolute;
    top: 0;
    margin: 0 auto;
}

.site-footer .container {
    width: 85%;
    max-width: 100%;
}

.footer_logo {
    width: 30%;
    margin: 0em auto 30px;
}

.footer_logo a {
    display: block;
}

.footer_logo img {
    /* width: 100%; */
}

.footer_link {
}

.footer_link ul {
    justify-content: center;
    flex-wrap: nowrap;
}

.footer_link li {
    border-left: 1px solid #231815;
}

.footer_link li:first-child {
    border-left: none;
}

.footer_link a {
    display: block;
    text-align: center;
    padding: 0 15px;
    font-size: 16px;
    /* font-weight: 800; */
    color: #505050;
}

.gotop {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 100;
    width: 4%;
}

.gotop a {
    display: block;
}

.gotop a img {
    width: 100%;
}

.copyright {
    max-width: 1440px;
    width: calc(100% - 40px);
    display: block;
    font-size: 18px;
    text-align: center;
    margin: 1em auto 0 auto;
    color: #231815;
}

.main {
}

.top-contents {
}

.top-lead {
    text-align: center;
    margin: 46px 0 35px;
    padding: 0 3%;
}

.top-lead p {
    font-size: 22px;
    letter-spacing : 1.65px;
    color : #231815;
    text-align: center;
    margin: 0 0 40px;
    font-weight: normal;
    line-height: 1.875;
}

.top-lead__banner {
    display: inline-block;
    max-width: 410px;
    width: 100%;
}

.top-lead img {
}

.news-list {
    margin: 0 0 82px;
    padding: 0 3%;
}

.news-list .container {
}

.news-list .container h2{
  width: 38%;
    margin-bottom: 20px;
    font-size: 30px;
    letter-spacing: 0.1em;
}
.news-list .container .copy_h2{
width: auto;}

.news-list ul {
}
.news-list ul::after {
    display: block;
    content: "";
    width: 32%;
}

.news-list li {
    width: 31.6%;
    margin-bottom: 30px;
}

.news-list li a {
    display: block;
}

.news-list figure {
}

.news-list img {
    width: 100%;
}

/* ４つ並び==================== */
.list_s li {
  width: 23%;
  margin-bottom: 30px;
}

.list_s .flex::before {
  content:"";
  width:23%;
  order:1;
}
.list_s .flex::after {
    content:"";
    display: block;
    width:23%;
  }
/* ==================== */

.news-list__header {
    position: relative;
    padding: 19px 0 0 65px;
    margin: 0 0 20px;
}

.news-list__cate-icon {
    display: block;
    position: absolute;
    line-height: 1;
    left: 0;
    top: 0;
}

.news-list__cate-icon::before {
    content: " ";
    display: inline-block;
    width: 52px;
    height: 52px;
    background: url(../images/icon_category.svg) no-repeat top left;
    position: relative;
    top : 0;
    margin: 0 auto;
}

.kizuna::before{
  content: " ";
  display: inline-block;
  width: 52px;
  height: 52px;
  background: url(../images/icon_kizuna.png) no-repeat top left;
  background-size: 100%;
}

.other::before{
  content: " ";
  display: inline-block;
  width: 52px;
  height: 52px;
  background: url(../images/icon_category_other.svg) no-repeat top left;
}

.sdgs15::before{
  content: " ";
  display: inline-block;
  width: 52px;
  height: 52px;
  background: url(../images/icon_category_sdgs15.svg) no-repeat top left;
}

.le_creuset::before{
  content: " ";
  display: inline-block;
  width: 173px;
    height: 56px;
    background: url(../images/logo_le_creuset.png) no-repeat left;
    background-size: 100%;
}

.lupicia::before{
  content: " ";
  display: inline-block;
  width: 80px;
    height: 62px;
    background: url(../images/logo_lupicia.png) no-repeat left;
    background-size: 100%;
}

.tokyo_biso::before{
  content: " ";
  display: inline-block;
  width: 173px;
    height: 62px;
    background: url(../images/logo_tokyo_biso.gif) no-repeat left;
    background-size: 100%;
}

.news-list__cate-name {
    font-size: 21px;
    letter-spacing : 1.58px;
    color : #C60F28;
    font-weight: 800;
    display: inline-block;
    position: relative;
    line-height: 1;
    padding: 0 0 0 19px;
}

.news-list__cate-name::before {
    content: " ";
    display: block;
    width: 14px;
    height: 14px;
    background: url(../images/icon_equal.svg) no-repeat top left;
    position: absolute;
    top : 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.cate-name_none::before{
  background: none;
}

.sdgs15_col{color: #26A739;}

.sdgs15_col::before {
    content: " ";
    display: block;
    width: 14px;
    height: 14px;
    background: url(../images/icon_equal_svgs15.svg) no-repeat top left;
    position: absolute;
    top : 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.news-list__date {
    float: right;
    font-size: 13px;
    letter-spacing : 0.98px;
    color : #040000;
    font-weight: 800;
}

.news-list__description {
    clear: both;
    font-size: 18px;
    color : #231815;
    letter-spacing: 0.1rem;
    font-weight: normal;
    line-height: 1.575;
}

.entry-contents {
}
.entry-contents .container {
    max-width: 1440px;
}

/* アコーディオン追記---------------- */
/*アコーディオン全体*/
.menu {
  width: 100%;
  padding: 10px 10px 20px;
  margin-bottom: 60px;
}
.menu input {
  display: none; /*チェックボックスを隠す*/
}
/*バー部分*/
.menu label {
  cursor :pointer;
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 1;
  position: relative;
  margin: 0 0 10px;
  padding: 10px 10px 10px 0;
  border-top: solid 1px #231815;
  border-bottom: solid 1px #231815;
  display: flex;
  align-items: center;
}

.menu label img{    width: 60%;}
.menu label p{font-weight: bold;
  font-size: 24px;
      padding: 20px;}

/*開いたときに表示される部分*/
.menu ul {
    padding: 0;
    list-style: none;
    width: 100%;
    margin: 0 auto;
}
.menu li {
  height: 0;
  overflow-y: hidden;
  transition: padding-bottom 0.5s, padding-top 0.5s; /*閉じるときのアニメーション*/
  -webkit-transition: padding-bottom 0.5s, padding-top 0.5s
  -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
  -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
  -o-transition: padding-bottom 0.5s, padding-top 0.5s;
}
#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li {
  height: auto;
    opacity: 1;
    width: 100%;
    padding: 10px 100px 20px;
    border-bottom: solid 1px;
    font-size: 20px;
}
 /*開いたときの下の余白*/
#menu_bar01:checked ~ #links01 li:last-child,
#menu_bar02:checked ~ #links02 li:last-child {
      margin-bottom: 0;
}
/*閉じた状態の矢印描画*/
.menu label:after{
  content:"";
  display:block;
  width:12px;
  height:12px;
  border-top: #F8B500 2px solid;
  border-right: #F8B500 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position:absolute;
  right: 2%;
  top: 0;
  bottom:5%;
  margin: auto;
}
/*開いた状態の矢印描画*/
.menu input[type=checkbox]:checked + label:after{
  content:"";
  display:block;
  width: 12px;
    height: 12px;
  border-top: #F8B500 2px solid;
  border-right: #F8B500 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position:absolute;
  right: 2%;
  top: 7%;
  bottom: 0;
  margin: auto;
}

/* レポート------------------------ */
.report_contents .container {
    max-width: 1440px;
        padding: 60px;
}

.report_contents .container .report_mv{
  margin-bottom: 60px;
}

.report_contents .container section{
  position: relative;
  max-width: 1016px;
    margin: 0 auto;
    padding-bottom: 100px;}

.report_contents .container section:last-child{
  padding-bottom: 0;
}

.report_contents .container section:after{
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width:100%;/*画像の幅*/
  height: 8px;/*画像の高さ*/
  background-image: url(../images/inner_line.gif);
  background-size: cover;
  vertical-align: middle;
    margin-top: 100px;
}
.report_contents .container section .report_img{
  margin-bottom:35px;
}

.report_contents .container section .bottom_img{
  margin-top:35px;
  margin-bottom: 35px;
  width: 100%;
}
.report_contents .container section .sdgs_img{width: 60%;
    margin: 35px auto;}

.report_contents .container section .bottom_img:last-child{
    margin-bottom:0;}

.report_contents .container section .bottom_img img{
  width: 100%;
}
.report_contents .container section .report_txt p{
  font-size: 1.5em;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
}

.report_contents .container section .report_txt .youtube{
  position: relative;
    width: 70%;
    padding-top: 42.25%;
    margin:10% auto 0;
}
.report_contents .container section .report_txt .youtube img{
  margin: 0 auto;
}

.report_contents .container .report_contents_01{}
.report_contents .container .report_contents_01 h2{
  font-size: 2.5em;
    margin-bottom: 30px;}

.report_contents .container .report_contents_01 h3{
  padding: 0.8rem 2rem;
border-left: 4px solid #000;
      font-size: 2em;
        margin: 30px 0;}

.report_contents .container .report_contents_02 .report_txt{
  overflow: hidden;/*float解除*/
}
.report_contents .container .report_contents_02 .report_txt p{
}
.report_contents .container .report_contents_02 .report_txt .space{
  float: right;/*画像の位置を右下にしたい場合はright*/
  height: 11em;/*画像上の余白の高さ*/
}
.report_contents .container .report_contents_02 .report_txt img{
  float: right;/*画像の位置を右下にしたい場合はright*/
  clear: both;/*.spaceのfloat解除*/
  margin: 1.2em 0 0 1.2em;
}

.report_contents .container .report_contents_03 .report_txt{
  clear: both;
}
.report_contents .container .report_contents_03 .report_txt img{
  margin-right:27px;
  width: 50%;
  float: left;
    /* object-fit: contain;
    font-family: 'object-fit: contain;'; */
}

.report_contents .container .report_contents_03 .report_txt p{
  float: left;
  width: 46%;
}
.report_contents .container .report_contents_03 .report_txt .w30{width: 30%;
    float: left;}
.report_contents .container .report_contents_03 .report_txt .w70{float: left;
    width: 67%;}

.report_contents .container .report_contents_01 .sdgs_logo{
  display: flex;
  flex-wrap: wrap;
}
.report_contents .container .report_contents_01 .sdgs_logo img{
  width: 16%;
  height: auto;
}




