@charset "UTF-8";
/* CSS Document */
.dis_pc {
  display: block;
}
@media only screen and (max-width: 769px) {
  .dis_pc {
    display: none;
  }
}
.dis_sp {
  display: none;
}
@media only screen and (max-width: 769px) {
  .dis_sp {
    display: block;
  }
}

body {
  margin: 0;
  padding: 0;
  background: #fff none no-repeat center top;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.4;
  font-size: 14px;
  color: #000;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (max-width: 769px) {
  body {
    overflow-x: hidden;
  }
}
img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
}

a, a:hover {
  /* color: #FFF579; */
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
/* a:hover {
  color: #d9c07b;
} */
a img, a:hover img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover img {
  opacity: 0.85;
}

h1, h2, h3, h4, div, p, ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#pullup {
  padding: 5px;
  position: fixed;
  bottom: 90px;
  right: 10px;
  z-index: 1000;
}
#pullup:hover {
    cursor: pointer;
}
@media only screen and (max-width: 769px) {
    #pullup {
        max-width: 16vw;
    }
}

.font_go {
    font-family: 'Noto Sans JP', sans-serif;
}
.font_maru {
    font-family: 'Zen Maru Gothic', sans-serif;
}
.fontw_700 {
    font-weight: 700;
}


#TnSustainability {
    position: relative;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    overflow-x: hidden;
}

#TnSustainability .blockInner {
    width: 1080px;
    margin: 0 auto;
}
@media only screen and (max-width: 769px) {
    #TnSustainability .blockInner {
        width: 96%;
    }
}

#TnSustainability a {
    -webkit-transition: .4s cubic-bezier(.19,1,.22,1);
    -moz-transition: .4s cubic-bezier(.19,1,.22,1);
    -ms-transition: .4s cubic-bezier(.19,1,.22,1);
    -o-transition: .4s cubic-bezier(.19,1,.22,1);
    transition: .4s cubic-bezier(.19,1,.22,1);
}

#TnSustainability a._underline {
    text-decoration: underline;
}
#TnSustainability a._underline:hover {
    text-decoration: none;
}
#TnSustainability a._arrow {
    display: inline-block;
    position: relative;
    text-indent: 1em;
}
#TnSustainability a._arrow::before {
    content: "";
    position: absolute;
    top: 0.5em;
    left: 0;
    transform: rotate(45deg);
    border-top: 1px solid;
    border-right: 1px solid;
    width: 0.5em;
    height: 0.5em;
}
#TnSustainability a._arrow:hover::before {
    left: 0.2em;
}

#TnSustainability .flexbox {
    display: flex;
}
#TnSustainability .flexbox._jc {
    justify-content: center;
}
#TnSustainability .flexbox._ac {
    align-items: center;
}

#TnSustainability ._img._txtOn {
    position: relative;
}
#TnSustainability ._img._txtOn ._txtOnImg {
    position: absolute;
}
/*------------------------------------------
【Header】
--------------------------------------------*/
.head-line {
  height: 40px;
  background: #00B050;
  width: 100%;
}
#TnSustainability .pageTtl {
    text-align: center;
}
#TnSustainability .pageTtl h1 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin: 0.6em 0;
}
@media only screen and (max-width: 769px) {
    #TnSustainability .pageTtl h1 {
        font-size: 3.8vw;
    }
}
/*------------------------------------------
【MV】
--------------------------------------------*/
#TnSustainability .mv .blockInner {
    position: relative;
}
#TnSustainability .mv ._logo {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    width: 56%;
    height: 60%;
}
#TnSustainability .mv ._logo img {
    filter: drop-shadow(0px 0px 3px #fff);
    max-height: 100%;
}
/*------------------------------------------
【intro】
--------------------------------------------*/
#TnSustainability .intro {
    margin: 50px 0;
}
#TnSustainability .intro ._txt {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.8;
    width: 86%;
    margin: 1.8em auto;
    padding: 0 0.6em;
}
@media only screen and (max-width: 769px) {
    #TnSustainability .intro {
        margin: 6vw 0;
    }
    #TnSustainability .intro ._txt {
        font-size: 3.2vw;
        line-height: 1.6;
        width: 92%;
    }
}
/*------------------------------------------
【contentsBox】
--------------------------------------------*/
#TnSustainability .contentsBox {
  border: 1px solid #000;
  margin-bottom: 110px;
  padding: 55px 35px 75px;
}
#TnSustainability .contentsBox:last-of-type {
    margin-bottom: 80px;
}
@media only screen and (max-width: 769px) {
 #TnSustainability .contentsBox {
    margin-bottom: 10vw;
    padding: 6.5019505852vw 5.2015604681vw;
  }
    #TnSustainability .contentsBox:last-of-type {
        margin-bottom: 8vw;
    }
}


#TnSustainability .contents-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  padding: 22px 44px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 769px) {
  #TnSustainability .contents-ttl {
    margin-bottom: 6vw;
    padding: 6.5019505852vw 3.2509752926vw;
  }
}

#TnSustainability .contents-ttl ._logo {
    width: 20%;
}
  
#TnSustainability .contents-ttl h2 {
  margin-left: 30px;
  line-height: 1.4;
  font-size: 36px;
  font-weight: 400;
  width: 80%;
}
@media only screen and (max-width: 769px) {
  #TnSustainability .contents-ttl h2 {
    margin-left: 2%;
    font-size: 3.6vw;
  }
}

#TnSustainability .contentsBox .contents-ttl h2 span {
  display: block;
  /* text-indent: -0.5em; */
  white-space: nowrap;
}
@media only screen and (max-width: 769px) {
  #TnSustainability .contentsBox .contents-ttl h2 span {
    display: inline-block;
  }
}

#TnSustainability .contentsBox ._txt {
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.8;
    margin: 1.8em 0;
}
#TnSustainability .contentsBox ._txt._exp {
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    margin: 1.2em 0 1.8em;
}
#TnSustainability .contentsBox a {
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.8;
    margin: 1.8em 0;
}
@media only screen and (max-width: 769px) {
    #TnSustainability .contentsBox ._txt {
        font-size: 3.0vw;
        line-height: 1.6;
        margin: 1.4em 0;
    }
    #TnSustainability .contentsBox ._txt._exp {
        font-size: 2.6vw;
        margin: 1.2em 0 1.8em;
    }    
    #TnSustainability .contentsBox a {
        font-size: 3.0vw;
        line-height: 1.6;
        margin: 1.4em 0;
    }    
}


#TnSustainability #contents1 .flex1 {
    margin-bottom: 40px;
}
#TnSustainability #contents1 .flex1 ._left {
    width: 64%;
}
#TnSustainability #contents1 .flex1 ._right {
    width: 36%;
    margin-left: 30px;
}
#TnSustainability #contents1 .flex1 ._img._txtOn ._txtOnImg {
    right: 2px;
    bottom: 1px;
    color: #fff;
    font-size: 10px;
}
@media only screen and (max-width: 769px) {
    #TnSustainability #contents1 .flex1 {
        flex-direction: column-reverse;
        margin-bottom: 6vw;
    }
    #TnSustainability #contents1 .flex1 ._left {
        width: 100%;
    }
    #TnSustainability #contents1 .flex1 ._right {
        width: 100%;
        margin-left: 0;
    }
    #TnSustainability #contents1 .flex1 ._img._txtOn ._txtOnImg {
        right: 0.4vw;
        bottom: 0.2vw;
        font-size: 2vw;
    }    
}


#TnSustainability #contents1 .flex2 {
    margin-bottom: 20px;
}
#TnSustainability #contents1 .flex2 ._left {
    width: 30%;
}
#TnSustainability #contents1 .flex2 ._right {
    text-align: right;
    width: 62%;
    margin-left: 30px;
}
@media only screen and (max-width: 769px) {
    #TnSustainability #contents1 .flex2 {
        margin-bottom: 2vw;
    }
    #TnSustainability #contents1 .flex2 ._right {
        margin-left: 2vw;
    }
}

#TnSustainability #contents1 ._txtLink a {
    margin-top: 0;
}

#TnSustainability #contents2 .flexbox {
    text-align: center;
}
#TnSustainability #contents2 .flexbox ._right {
    margin-left: 30px;
}
@media only screen and (max-width: 769px) {
    #TnSustainability #contents2 .flexbox {
        flex-direction: column;
    }
    #TnSustainability #contents2 .flexbox ._left {
        margin-top: 2vw;
    }
    #TnSustainability #contents2 .flexbox ._right {
        margin-left: 0;
        margin-top: 2vw;
    }    
}


#TnSustainability #contents3 .normalbox ._img {
    width: 50%;
    margin: auto;
}
@media only screen and (max-width: 769px) {
    #TnSustainability #contents3 .normalbox ._img {
        width: 100%;
    }    
}

/*------------------------------------------
【linkArea】
--------------------------------------------*/
#TnSustainability .linkArea {
    text-align: center;
    margin: 60px 0;
}
#TnSustainability .linkArea ul.linkList li a {
    display: block;
    color: #000;
    border: 1px solid #000;
    font-size: 18px;
    line-height: 1.4;
    margin: 40px auto;
    padding: 0.8em 1.6em;
}
#TnSustainability .linkArea ul.linkList li a:hover {
    background: rgba(0,176,80,.75);
    color: #fff;
    border-color: #fff;
}
@media only screen and (max-width: 769px) {
    #TnSustainability .linkArea {
        margin: 10vw 0 8vw;
    }
    #TnSustainability .linkArea ul.linkList li a {
        font-size: 3.2vw;
        margin: 4vw 0;
    }
}



/*------------------------------------------
【Copyright】
--------------------------------------------*/
#TnSustainability .copyArea {
    text-align: center;
    margin: 30px 0;
}
#TnSustainability .copyArea ul.copyList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#TnSustainability .copyArea ul.copyList li {
    font-size: 12px;
    line-height: 1.2;
    margin: 0.2em 0.4em;
}
@media only screen and (max-width: 769px) {
    #TnSustainability .copyArea {
        margin: 6vw 0;
    }
    #TnSustainability .copyArea ul.copyList li {
        font-size: 2.4vw;
    }
}


/*------------------------------------------
【フッター】
--------------------------------------------*/
#footer_wrap {
  width: 100%;
  padding: 30px 0;
  background: #fff;
  color: #000;
  letter-spacing: 0;
  border-top: 1px solid #666;
  font-size: 12px;
  margin-bottom: -15px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
#footer_wrap img {
  vertical-align: inherit;
}
@media only screen and (max-width: 769px) {
    #footer_wrap {
        width: 100%;
        padding: 4vw 2vw 10vw;
        font-size: 2.8vw;
        margin-bottom: -6vw;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

#footer_Box {
    width: 1000px;
    margin: 0 auto;
    line-height: 1.8em;
}
@media only screen and (max-width: 769px) {
    #footer_Box {
        width: 100%;
    }
}

#footer_Box ul {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
  
@media only screen and (max-width: 750px) {
  #footer_Box ul {
    display: block;
    margin-bottom: 20px;
  }
}
#footer_Box ul li {
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: top;
}

#footer_Box ul li a {
  color: #000;
  text-decoration: none;
}
#footer_Box ul li a:hover {
  color: #000;
  text-decoration: underline;
}

#footer_Box ul .top_box {
  border-left: 1px #333333 dotted;
  padding: 0 2%;
  width: 31%;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #footer_Box ul .top_box {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    border: none;
  }
}

#footer_Box ul .top_box .title {
  background: #333;
  color: #fff;
  border-radius: 3px;
  padding: 5px 10px 7px;
}

#footer_Box ul .top_box ul {
  margin: 10px 0 10px;
  padding: 0;
  display: table;
}
#footer_Box ul .top_box ul li {
  float: left;
  list-style: none;
  padding: 0 15px;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  width: 244px;
  line-height: 1.5;
  position: relative;
}
#footer_Box ul .top_box ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    mask: url(https://tamashiiweb.com/special/sustainability/img/cmn/listicon.png) no-repeat left center;
    -webkit-mask: url(https://tamashiiweb.com/special/sustainability/img/cmn/listicon.png) no-repeat left center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background: #333;
}
@media only screen and (max-width: 750px) {
  #footer_Box ul .top_box ul li {
    float: none;
    display: block;
    width: 100%;
  }
}

#footer_Box ul .top_box2 {
  border-left: 1px #333333 dotted;
  padding: 0 2%;
  width: 31%;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #footer_Box ul .top_box2 {
    border-left: none;
    padding: 0;
  }
}

#footer_Box ul .top_box2 ul {
  padding: 0;
  margin: 0 0 20px;
  width: 100%;
  display: table;
}
@media only screen and (max-width: 750px) {
  #footer_Box ul .top_box2 ul {
    display: block;
    margin-bottom: 0;
    border: none;
  }
}

#footer_Box ul .top_box2 ul li {
  float: left;
  list-style: none;
  padding: 0 15px;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  width: 224px;
}
@media only screen and (max-width: 750px) {
  #footer_Box ul .top_box2 ul li {
    float: none;
    width: 100%;
    padding: 0;
  }
}

#footer_Box ul .top_box2 ul li .note {
  position: absolute;
  top: 0;
  display: block;
  right: 0;
  font-size: 10px;
}
@media only screen and (max-width: 750px) {
  #footer_Box ul .top_box2 ul li .note {
    position: static;
  }
}

#footer_Box ul .top_box2 ul li .link01 {
  background: url(https://tamashiiweb.com/special/sustainability/img/cmn/linkicon_wt.png) no-repeat center left;
  position: absolute;
  display: block;
  bottom: 20px;
  right: 0;
  padding-left: 20px;
}
@media only screen and (max-width: 750px) {
  #footer_Box ul .top_box2 ul li .link01 {
    position: static;
  }
}

#footer_Box ul .top_box2 ul li .link02 {
  background: url(https://tamashiiweb.com/special/sustainability/img/cmn/linkicon_wt.png) no-repeat center left;
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  padding-left: 20px;
}
@media only screen and (max-width: 750px) {
  #footer_Box ul .top_box2 ul li .link02 {
    position: static;
  }
}


/* 下段ロゴ */
#footer_bottom {
  margin: 20px auto 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

#footer_bottom ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  #footer_bottom ul {
    width: 100%;
  }
}

#footer_bottom ul li {
  padding: 0;
  margin: 0;
  display: table-cell;
  vertical-align: bottom;
}
@media only screen and (max-width: 750px) {
  #footer_bottom ul li {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  #footer_bottom ul li:first-of-type {
    width: 20%;
    float: left;
  }
}
@media only screen and (max-width: 750px) {
  #footer_bottom ul li:nth-of-type(2) {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  #footer_bottom ul li:nth-of-type(3) {
    width: 16%;
    float: right;
  }
}

#footer_bottom ul .left_Tbnr {
  width: 10%;
  text-align: left;
}

#footer_bottom ul .center_Tnation {
  width: 80%;
  color: #ccc;
  font-size: 1rem;
  line-height: 14px;
  text-align: center;
  padding: 10px 0;
  margin: 10px auto 0;
  word-break: keep-all;
}

#footer_bottom ul .right_Bicon {
  width: 10%;
  text-align: right;
}

@media only screen and (max-width: 750px) {
  #footer_bottom ul .right_Bicon img {
    width: 100%;
  }
}