a.underline {
    text-decoration: underline;
}
ul.slider2 li figure + p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",'Noto Sans CJK','Hiragino Sans', sans-serif;
}
.btn-a a:link,
.btn-a a:visited,
.btn-a span.nolink {
    color: #009E8A;
    border-radius: 24px;
    border: solid 1px #009E8A;
    text-align: center;
    display: inline-block;
    min-width: 302px;
    box-sizing: border-box;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    z-index: 5;
    letter-spacing: 0;
    line-height: 1;
}
.btn-a.longtxt a {
    font-size: 1.4rem;
}
.btn-a.onlineshop a:link,
.btn-a.onlineshop a:visited {
    color: #EE8AAA;
    border-color: #EE8AAA;
}
.btn-a a span,
.btn-a span.nolink {
    background-image: url(/asset/img/common/arw.svg);
    background-size: 14px auto;
    background-position: right 2rem center;
    background-repeat: no-repeat;
    display: block;
    width: 100%;    
    padding: 1.5rem 0;
    box-sizing: border-box;
}
.btn-a span.nolink {
    background-image: none;
    background-color: #fff;
}
:lang(en) .btn-a.longtxt a span {
    padding: 1.5rem 4rem;
}
.btn-a.longtxt2 a span {
    padding: 1.5rem 5.5rem;
}
/*.colum3Wrap dd p.btn-a span {
    padding: 1.125rem 0;
}*/
.btn-a a.blank span,
.btn-a.onlineshop a[target="_blank"] span {
    background-image: url(/asset/img/common/blank_g.svg);
    background-position: right 1.8rem center;
    background-size: 15px 11px;
    text-indent: -1em;
}
.btn-a.onlineshop a[target="_blank"] span {
    background-image: url(/asset/img/common/blank_p.svg);
}
.btn-a.pdf a span {
    background-image: url(/asset/img/common/pdf.svg);
    background-size: 16px 22px;
    padding: 1.7rem 5rem 1.5rem;
}
.btn-a a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 24px;
    z-index: -2;
}
.btn-a a::after {
    position: absolute;
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    background: #009e8a;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.2s;
    left: 0;
    top: 0;
    z-index: -1;
    box-sizing: border-box;
}
.btn-a.onlineshop a::after {
    background-color: #EE8AAA;
}
.btnWrap {
    margin: 0 auto;
    display: table;
}
.btnWrap li {
    list-style: none;
}


img.zoomimg,
.colum2Wrap a img {
    transition: 1s all;
    width: 100%
}
.bgc-gray {
    background-color: #F5F6FA;
}
.bgc-green {
    background-color: #E9F3F1;
}
.bgc-blue {
    background-color: #F5F6FA;
}

.inner {
    max-width: 1140px;
    margin: 0 auto;
}
.inner2 {
    width: 79.47%;
    margin: 0 auto;
}
.inner + .inner,
.decimalMark + h3 {
    margin-top: 6rem;
}
.txt {
    line-height: 1.75;
}
.alCetner {
    text-align: center;
}
.alRight {
    text-align: right;
}
.alLeft {
    text-align: left;
}
.figframe,
.colum2Wrap li figure {
    box-shadow: 1px 3px 6px 0px rgba(0,0,0,0.1);
    border-radius: 10px;
    overflow: hidden;
}
a.figframe {
    display: block;
}
.inner2 p + h4,
.decimalMark + h5 {
    margin-top: 4rem;
}
.inner2 p + p {
    margin-top: 3rem;
}
.inner2 p.float_cb + p {
    margin-top: 0;
}


/*slider parts*/
.slider1 .figwrap {
    display: block; 
    overflow: hidden;
    padding: 3px 6px 8px 3px;
}
.slider1 .figure {
    box-shadow: 1px 3px 6px 0px rgba(0,0,0,0.1);
    border-radius: 20px;
    overflow: hidden;
}
.slider1 .figwrap img {
    width: 100%;
    border-radius: 20px;  
    box-sizing: border-box;    
}

.slider1 .caption {
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 1rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",'Noto Sans CJK','Hiragino Sans', sans-serif;
}

.slider1 .slick-dots {
    list-style: none;
    display: flex;
    position: absolute;
    right: 0;
    bottom: -1.5em;
    background-color: #fff;
    padding-right: 6px;
}
.slider1 .slick-dots li {
    margin-left: 1.2rem;
}
.slider1 .slick-dots button {
    border: solid 1px #009E8A;
    background-color: transparent;
    border-radius: 100%;
    overflow: hidden;
    width: 8px;
    height: 0;
    padding: 6px 0 0 0;
    line-height: 1;
}
.slider1 .slick-dots li.slick-active button {
    background-color: #009E8A;
}

ul.slider2,
ul.cutoffSlide {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
ul.slider2 li,
ul.cutoffSlide li {
    list-style: none;
    width: 31.57%;
    margin-bottom: 4rem;
    box-sizing: border-box;
}
ul.slider2 li figure,
.colum3Wrap .fig,
ul.cutoffSlide li figure,
.colum4Wrap a div {
    box-shadow: 1px 3px 6px 0px rgba(0,0,0,0.1);
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 2rem;  
}
ul.slider2 li figure img,
.colum3Wrap .fig img,
.colum3Wrap a .fig img,
ul.cutoffSlide li figure img,
.colum4Wrap a div img {
    vertical-align: bottom;
    transition: 1s all;
    width: 100%;
}
ul.slider2 li figure + p,
ul.cutoffSlide li figure + p {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.6;
 }
ul.slider2 li a[target="_blank"] figure + p span,
ul.cutoffSlide li a[target="_blank"] figure + p span,
.colum3Wrap dt.blank span,
.colum3Wrap a[target="_blank"] figure + p span {
    background-image: url(/asset/img/common/blank_b.svg);
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: right top 5px;
    padding-right: 2.5rem;
 }

ul.slider2 li p.time {
    background-image: url(/asset/img/common/time.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 2rem;
    font-size: 1.4rem;
    margin-top: 1.2rem;
}
ul.slider2 li p.txt,
.inner ul.slider2 p + p {
    margin-top: 1rem;
}

ul.slider2 + h4 {
    margin-top: 2rem;
}
ul.slider2.allslide {
    border-radius: 10px;
}
ul.slider2.allslide li {
    margin-bottom: 0;
}
ul.slider2.allslide .slick-list,
ul.cutoffSlide .slick-list {
    margin: 0 -1.45rem;
}
ul.slider2.allslide .slick-track,
ul.cutoffSlide .slick-track {
    display: flex;    
}
ul.slider2.allslide .slick-slide .slideWrap,
ul.cutoffSlide .slick-slide .slideWrap  {
    margin: 0 1.45rem;    
}

ul.slider2 button,
ul.cutoffSlide button {
    border: none;
    background: transparent;
    background-image: url(/asset/img/common/prev.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 33px;
    padding-top: 69px;
    height: 0;
    overflow: hidden;
    line-height: 2;
    position: absolute;
    z-index: 100;
    top: 9.5rem;
    left: 0;
    transition: 1s all;
    cursor: pointer;
}
ul.slider2 button.slick-next,
ul.cutoffSlide button.slick-next {
    left: inherit;
    right: 0;
    background-image: url(/asset/img/common/next.png);
}
ul.slider2 button.slick-disabled,
ul.cutoffSlide button.slick-disabled {
    opacity: 0;
}
ul.slider2.allslide.project button {
    top: 5.5rem;
}
ul.slider2.allslide.project {
    margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
    ul.slider2::after {
        content: "";
        width: 31.57%;
    }
}

ul.cutoffSlide {
    overflow: hidden;
}
ul.cutoffSlide li {
    margin-bottom: 0;
}
ul.cutoffSlide .slick-list {
    padding: 0 17.5% 0 0 !important;
}
ul.cutoffSlide + h4 {
    margin-top: 4rem;
}
/*lower page*/
.pankuzu {
    border-top: solid 1px #ECECEC;
    border-bottom: solid 1px #ECECEC;
    padding: 1rem;
}
.pankuzu * {
    font-size: 1.4rem;
    font-weight: normal;
}
.pankuzu ul {
    max-width: 1140px;
    margin: 0 auto;
    font-size: 1.4rem;
    display: flex;
    flex-wrap: wrap;
}
.pankuzu ul li {
    list-style: none;
    margin-right: 2rem;
    position: relative;    
}
.pankuzu ul li:last-child {
    margin-right: 0;
}
.pankuzu ul li a:link,
.pankuzu ul li a:visited,
.pankuzu ul li span {
    color: #929292;
    display: inline-block;
    padding-right: calc(2rem + 7px);
    background-image: url(/asset/img/common/pankuzu.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 7px 14px;
}
.pagettl {
    background-color: #F5F6FA;
    background-image: url(/asset/img/common/ttl_bg1_pc.svg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 100% auto;
    padding: 50px 0;
}
.pagettl h2 {
    position: relative;
    padding: 1.8rem 0 0;
    font-size: 2.8rem;
    letter-spacing: normal;
    line-height: 1.28;
}
.pagettl h2 span {
    display: block;
    font-weight: normal;
    font-size: 1.6rem;
    margin-top: 1.2rem;
}
.pagettl h2::before,
.pagettl h2::after {
    content: "";
    background-color: #009E8A;
    width: 4rem;
    padding-top: 3px;
    height: 0;
    position: absolute;
    left: 0;
    top: -3px;
}
.pagettl h2::after {
    background-color: #EE8AAA;
    left: 3rem;
    width: 1rem;
}
.pageHader {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 340px;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 8rem;
}
.pageHader::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 1;
}
.pageHader dl {
    max-width: 770px;
    margin: 0 auto;
    color: #fff;
    position: relative;
    z-index: 2;
}
.pageHader dt {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 1em;
    font-weight: bold;
    line-height: 1.6;
}
.pageHader dd {
    line-height: 1.75;
}

.localNav {
    max-width: 1140px;
    margin: 0 auto 11rem;
    display: flex;
    justify-content: space-between;
}
.localNav li {
    list-style: none;
    width: 17.54%;    
    text-align: center;    
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.localNav.item3 li {
    width: 32.16%;
}
.localNav li a:link,
.localNav li a:visited {    
    width: 100%;
    line-height: 1.37;
    position: relative;
    border-bottom: solid 2px #bfbfbf;
    padding: 2rem 0 1rem;
    display: block;
}
.localNav li a.active {
    border-bottom-color: #009E8A;
    font-weight: bold;
    color: #009E8A;
}
.localNav li a.active::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 8px solid #009e8a;
    border-bottom: 0;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: -10px;
}
.localNav li a.active::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 8px;
    height: 0;
    padding-top: 8px;
    margin-left: -4px;
    border-radius: 100%;
    background-color: #009E8A;
}
h2.sbt {
    text-align: center;
    font-size: 1.6rem;
    font-weight: normal;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",'Noto Sans CJK','Hiragino Sans', sans-serif;

}
h2.sbt em {
    color: #009E8A;
    font-weight: bold;
    font-size: 4.6rem;
    font-style: normal;
    display: block;
    margin-bottom: 0.4rem;

}
h2.sbt em + span {
    margin-top: 1rem;
    display: block;
}
section.content {
    overflow: hidden;
    padding-bottom: 10rem;
}
section.content + section.content {
    padding-top: 8rem;
}
section.content h3 {
    font-size: 2.2rem;
    font-weight: bold;
    color: #009E8A;
    position: relative;
    padding-bottom: 1.8rem;
    text-align: center;
    margin-bottom: 3rem;
    line-height: 1.6;
}
section.content h3 span {
    font-size: 1.4rem;
    display: block;
    line-height: 0.5;
}
section.content h3::before,
section.content h3::after {
    content: "";
    background-color: #009E8A;
    width: 4rem;
    padding-top: 3px;
    height: 0;
    position: absolute;
    left: 50%;
    margin-left: -2rem;
    bottom: 0;
}
section.content h3::after {
    width: 1rem;
    background-color: #EE8AAA;
    margin-left: 1rem;
}
section.content p + h3,
.relatedLinks + h3,
.movWrap + h4 {
    margin-top: 6rem;
}
section.content .leadTxt {
    text-align: center;
    margin-bottom: 6rem;
    line-height: 1.75;
}
section.content h4,
.dlType2 dt {
    font-size: 1.8rem;
    font-weight: bold;
    color: #009E8A;
    position: relative;
    padding-left: 1.4rem;
    margin-bottom: 2.5rem;
}
section.content h4::before,
section.content h4::after,
.dlType2 dt::before,
.dlType2 dt::after {
    content: "";
    background-color: #009E8A;
    width: 0.4rem;
    height: 0;
    padding-top: 2rem;
    position: absolute;
    left: 0;
    top: 0;
}
section.content h4::after,
.dlType2 dt::after {
    background-color: #EE8AAA;
    padding-top: 0.5rem;
    top: 0;
    margin-top: 0;
}
section.content .inner2 h4 {
    margin-bottom: 3rem;
    line-height: 1.2;
}
section.content .inner2 h4.noTmg {
    margin-top: 0;
}
section.content p:not(.btn-a) {
    line-height: 1.75;
}
section.content h5 {
    font-weight: bold;
    color: #009E8A;
    font-size: 1.8rem;
    margin-bottom: 3rem;
}
section.content p + h5 {
    margin-top: 5rem;
}
.colum2Wrap {
    display: flex;
    justify-content: center;
    list-style: none;
}
.colum2Wrap li {
    width: 31.57%;
    margin: 0 1.5rem;
}
.colum2Wrap li figure {
    overflow: hidden;
}
.colum2Wrap li figure img {
    vertical-align: bottom;
    border-radius: 10px;
}
.colum2Wrap li figure + p {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 2rem;
}
.colum3Wrap,
.colum4Wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.colum3Wrap dl,
.colum3Wrap::after,
.colum3Wrap.wrapDiv > div {
    width: 31.57%;
}
.colum3Wrap::after {
    display: block;
    content: "";
}
.colum3Wrap dl:nth-child(n+4) {
    margin-top: 4.5rem;
}
.colum3Wrap .fig {
    border-radius: 10px;
}
.colum3Wrap dl > div:not(.fig) {
    margin-bottom: 2rem;
}
.colum3Wrap dt {
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 1rem;
    line-height: 1.6;
}
.colum3Wrap dd {
    line-height: 1.6;
}
.colum3Wrap .txtWrap dt {
    margin-bottom: 0.5rem;
}
.colum3Wrap dd p.btn-a {
    margin-top: 2rem;
    text-align: center;
}
.colum3Wrap dd p.btn-a + p.btn-a {
    margin-top: 1.5rem;
}
.colum4Wrap a {
    width: 23.5%;
}
.colum4Wrap dt {
    font-weight: bold;
    margin-bottom: 1rem;
}
.colum4Wrap dd {
    line-height: 1.75;
}
.note {
    font-size: 1.4rem;
}
span.note {
    display: block;
    font-size: 1.2rem;
}
ul.note {
    line-height: 1.85;
    margin-top: 4rem;
}
ul.note li {
    list-style: none;
}
ul.note li + li {
    margin-top: 1rem;
}
.relateSdgs {
    display: flex;
    justify-content: center;    
}
.relateSdgs img {
    margin: 0 1.5rem;
}
section.content .ttl {
    text-align: center;
    margin-bottom: 4rem;
}
.anotherLink {
    margin-bottom: 10rem;
}
.anotherLink h2.sbt,
.project h2.sbt {
    margin-bottom: 4.5rem;
}
.colum2Imgs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 3rem;
}
.colum2Imgs figure {
    width: 48.56%;
    border-radius: 10px;
    border: solid 1px #ECECEC;
    box-sizing: border-box;
}
.colum2Imgs figure img {
    width: 100%;
}
.colum2Imgs figure:nth-child(2+n) {
    margin-top: 3rem;
}
.imgL {
    float: left;
    margin: 0 4rem 4rem 0;
    border-radius: 10px;
}
.imgR {
    float: right;
    margin: 0 0 4rem 4rem;
    border-radius: 10px;
}
figure.imgL img,
figure.imgR img {
    border-radius: 10px;
}
figure.imgL figcaption,
figure.imgR figcaption {
    font-size: 1.2rem;
    margin-top: 1rem;
}
.greenWrap {
    margin-top: 4rem;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: #E9F3F1;
    padding: 5rem 0;
    margin-bottom: 4rem;
}
.greenInner {
    width: 78%;
    margin: 0 auto;
}
.greenInner p + figure {
    background-color: #fff;
    margin-top: 4rem;
    border-radius: 10px;
    overflow: hidden;
}
.greenInner p + figure {
    width: 100%;
}
.float_cb {
    overflow: hidden;
}
.figborder {
    border-radius: 10px;
    border: solid 1px #ECECEC;
    box-sizing: border-box;
}
.colum2FigTxt {
    display: flex;
    justify-content: space-between;
}
.colum2FigTxt figure {
    width: 49.66%;
}
.colum2FigTxt .txt {
    width: 45.8%;
}
.colum2FigTxt + .relatedLinks,
.tableWrap + .relatedLinks {
    margin-top: 3rem;
}
.movWrap,
figure.centerfig + .relatedLinks,
figure.centerfig + h6,
figure.centerfig + h4 {
    margin-top: 4rem;
}
.movWrap .caption {
    font-weight: bold;
    font-size: 1.8rem;
    margin-top: 2rem;
    text-align: center;
}
.movInner {
    width: 100%;
    position: relative;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
    border-radius: 10px;
}
.movWrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.mgt20 {
    margin-top: 2rem;
}
.mgt30,
dl.dlType3,
.esg .tableType2 + .relatedLinks {
    margin-top: 3rem;
}
.mgt40,
dl.dlType3 + h4 {
    margin-top: 4rem;
}
.mgt50 {
    margin-top: 5rem;
}
.mgt60 {
    margin-top: 6rem;
}
sup {
    vertical-align: super;
    font-size: 70%;
}
.tableType1,
.tableType2 {
    box-sizing: border-box;
    border-top: solid 2px #009E8A;
    border-bottom: solid 2px #009E8A;
    position: relative;
    width: 100%;
    border-collapse: collapse;
}
.tableType1.withCaption caption,
.tableType2.withCaption caption {
    font-weight: bold;
    padding-bottom: 1rem;
}
.tableType3 {
    width: 100%;
    border-collapse: collapse;
}
.tableType3 td:nth-child(1) {
    font-weight: bold;
}

.tableType1,
.tableType2,
table.tableType3 tr:first-child {
    position: relative;
}

.tableType1::before,
.tableType1::after,
.tableType2::before,
.tableType2:after,
table.tableType3 tr:first-child::after {
    content: "";
    display: block;
    width: 16%;
    height: 2px;
    background-color: #EE8AAA;
    position: absolute;
    left: 0;
    top: -1px;
}
table.tableType3 tr:first-child::after {
    top: inherit;
    bottom: -3px;
    
}
.tableType1.withCaption::before,
.tableType2.withCaption::before {
    top: 1.7em;
}
.tableType1::after,
.tableType2:after {
    top: inherit;
    bottom: -1px;
}
.tableType1 th,
.tableType1 td,
.tableType2 th,
.tableType2 td,
.tableType3 th,
.tableType3 td {
    line-height: 1.75;
    padding: 2.5rem 0;
    border-bottom: solid 1px #c8c5c4;
    box-sizing: border-box;
}

.tableType1 th {
    vertical-align: top;
}
.tableType1 th,
table.tableType3 th {
    text-align: left;
    font-weight: bold;
    width: 25%;
}
.tableType1 td {
    width: 75%;
}
.tableType1 tr:last-child th,
.tableType1 tr:last-child td,
.tableType2 tr:last-child th,
.tableType2 tr:last-child td {
    border-bottom: none;
}
.tableType1 td p.btn-a a span {
    line-height: 1;
}
.tableType2 th {
    background-color: #E3E4ED;
}
.tableType2 tr.th2 th,
.tableType2  th.th2 {
    background-color: #F5F6FA;
    border-top: solid 2px #fff;
}
.tableType2 tr.th2 th + th {
    border-left: solid 2px #fff;
}
.tableType2 td ul li {
    list-style: none;
}
table.tableType3 tr:first-child {
    position: relative;
    border-bottom: solid 2px #009E8A;
}
table.tableType3 tr:first-child th {
    padding: 0 0 1rem;
    font-size: 1.4rem;
    vertical-align: bottom;
}
table.tableType3 tr:first-child th:nth-child(2) {
    width: 75%;
}
table.tableType3 td:nth-child(1) {
    width: 25%;
    box-sizing: border-box;
    padding-right: 1.8rem;
}
.t-caption {
    display: flex;
    justify-content: space-between;
    margin-top: 4rem;
}
.t-caption p + p {
    margin: 0;
}
img.full-w {
    width: 100%;
    border-radius: 10px;
}
figure.centerfig {
    text-align: center;
    display: table;
    margin: 4rem auto 0;
}
figure.centerfig figcaption {
    font-weight: bold;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
}
.inner figure.centerfig:first-child {
    margin-top: 0;
}
.clear {
    clear: both;
}
.max-w {
    width: 100%;
}

/*lauerSwithc Btn*/
ul.switch{
    background-color: #E0EEE8;
    /*width: 502px;*/
    border-radius:20px;
    display:flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 3px;
    position: relative;
    transition: 2s;
    margin: 0 auto;
}
ul.switch .activebg {
    background-color: #009E8A;
    border-radius: 20px;
    display: block;
    position: absolute;
    left: 3px;
    top: 3px;
    bottom:3px;
    z-index: 1;    
}
ul.switch li {
    list-style: none;
    /*width: 32.27%;*/
    text-align: center;   
    font-weight: bold;
    cursor: pointer;
    outline: 0;
    z-index: 2;    
}
ul.switch li a:link {
    display: block;
    padding: 0.9rem 0;
}
ul.switch li.active a:link,
ul.switch li.active a:visited {
    color: #fff;
}

/*tabContent*/
.sw-content {
    display: none;
}
.sw-content.active {
    display: block;
    animation: appear .5s ease;
}
@keyframes appear {
    0%{
      opacity: 0;
    }
    100%{
      opacity: 1;
    }
  }
.flexFig2Wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 3rem auto 0;
    width: 100%;
}
.flexFig2Wrap figure {
    width: 47.79%;
}
.flexFig2Wrap figure img {
    width: 100%;
    border-radius: 10px;
    vertical-align: bottom;
}
.flexFig2Wrap figure figcaption {
    font-size: 1.2rem;
    margin-top: 1rem;
}
dl.dlType1,
dl.dlType3 {
    line-height: 1.75;
}
dl.dlType1 dt {
    font-weight: bold;
    margin-bottom: 1.5rem;
}
dl.dlType1 dd ul li {
    list-style: none;
    position: relative;
    text-indent: -1em;
    margin-left: 1em;
}
dl.dlType1 dd + dt,
ul.ulType1 + h4,
figure + .tableType2 {
    margin-top: 4rem;
}
dl.dlType3 dt {
    font-weight: bold;
}
/*modalStyle*/
#modalWrap {
    display: none;
}
/*relatedMovie*/
.relateMov{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -4rem;
}
.relateMov li {
    width: 48.24%;
    list-style: none;
    margin-bottom: 4rem;
}
.relateMov li .iframe {
    width: 100%;
    padding-top: 56.25%;
    height: 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 1.8rem;
    border-radius: 10px;
}
.relateMov li .iframe iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.relateMov li .modalMov {
    position: relative;
    margin-bottom: 1.8rem;
}
.relateMov li .modalMov img {
    vertical-align: bottom;    
    border-radius: 10px;
}
.relateMov li .modalMov a {
    display: block;
}
.relateMov li .modalMov a::after {
    content:"";
    display: block;
    position: absolute;
    background-image: url(/asset/img/common/mov-btn.png);
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    cursor: pointer;
}
.relateMov li .modalMov + p ,
.relateMov li .iframe + p {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.6;
}
img.rounded {
    border-radius: 10px;
}
ol.decimalMark {
    list-style:  none;
    counter-reset: li_count;
    line-height: 1.75;    
}
ol.decimalMark > li {
    position: relative;
    padding-left: 3rem;
}
ol.decimalMark > li:before  {
    counter-increment: li_count;
    content: "0" counter(li_count)" ";
    color: #009E8A; 
    margin-right: 5px;
    font-weight: bold;
    font-size: 1.8rem;
    position: absolute;
    left: 0;
    top: -2px;
}
ol.decimalMark > li:nth-child(n+10):before {
    content: counter(li_count)" ";
}
ol.decimalMark > li b {
    font-weight: bold;
}

ol.decimalMark li > dl.relatedLinks,
dl.dlType3 dd + dt {
    margin-top: 2rem;
}
p + ol.decimalMark {
    margin: 2rem 0;
}
ul.listStyle1 {
    list-style: none;
    line-height: 1.75;
    margin: 3rem 0 0;
}
ul.listStyle1 li {
    position: relative;
    padding-left: 2rem;
}
ul.listStyle1 li::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-color: #009E8A;
    position: absolute;
    left: 0;
    top: 0.8rem;
    border-radius: 100%;
}
ul.listStyle1 + p {
    margin-top: 2rem;
}
p + dl.relatedLinks,
.decimalMark + h4 {
    margin-top: 4rem;
}
dl.relatedLinks {
    border: solid 1px #009E8A;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 3rem;
}
dl.relatedLinks dt {
    font-weight: bold;
    background-image: url(/asset/img/common/relatelink.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
    min-height: 20px;
    padding-left: 3rem;
    font-size: 1.8rem;
    margin-bottom: 2rem;
}
dl.relatedLinks dd p {
    text-indent: -1em;
    margin-left: 1em;
}
dl.relatedLinks dd p::before {
    content: "\30FB";
}
dl.relatedLinks dd p + p {
    margin-top: 1.5rem;
}
dl.relatedLinks dd p a:link,
dl.relatedLinks dd p a:visited {
    color: #5F80BF;
    text-decoration: underline;
}
ul.ulType1 {
    line-height: 1.75;
    list-style: none;
}
ul.ulType1 li {
    position: relative;
    padding-left: 2.4rem;
}
ul.ulType1 li::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-color: #009E8A;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0.6rem;
}
p + ul.ulType1,
ul.ulType1 + p {
    margin: 2rem 0 0;
}

.flexbtn {
    display: flex;
    justify-content: center;
    list-style: none;
}
.flexbtn li + li {
    margin-left: 3rem;
}

@media screen and (max-width: 1400px) {    
    .inner {
        width: 81.42%;
        max-width: inherit;
    }    
}
@media screen and (max-width: 1140px) {  
    .colum3Wrap .btn-a a:link,
    .colum3Wrap .btn-a a:visited {
        min-width: inherit;
        width: 100%;
    }
}
@media screen and (max-width: 1024px) {  
    .colum3Wrap .btn-a.longtxt a:link span,
    .colum3Wrap .btn-a.longtxt a:visited span {
        font-size: 1.1rem;
        text-indent: -1.5rem;
        background-position: right 1rem center;
    }
}

@media(hover: hover) {
    /*animation*/

    .btnhover:hover {
        opacity: 0.7;
        transition: 2s;
    }
    .btn-a a:hover span {
        color: #fff;
        background-image: url(/asset/img/common/arw_w.svg);
    }
    .btn-a a.blank:hover span,
    .btn-a.onlineshop a[target="_blank"]:hover span  {
        background-image: url(/asset/img/common/blank_w.svg);
    }
    .btn-a a:hover::after {
        transform: scale(1, 1); 
    }
    img.zoomimg:hover,
    .colum2Wrap a:hover img {
        transform: scale(1.1, 1.1);
        transition: 1s all;
        opacity: 0.7;
    }
    ul.slider2 li:hover figure img,
    ul.cutoffSlide li a:hover figure img,
    .colum4Wrap a:hover div img,
    .colum3Wrap a:hover .fig img {
        transform: scale(1.1, 1.1);
        transition: 1s all;
        opacity: 0.7;
    }
    ul.slider2 li:hover,
    ul.slider2 li:hover a,
    .pankuzu ul li a:hover {
        color: #009E8A;
    }
    .localNav li:hover a {
        border-bottom-color: #009E8A;
        font-weight: bold;
    }
    .localNav li:hover a::after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        border-top: 8px solid #009e8a;
        border-bottom: 0;
        position: absolute;
        left: 50%;
        margin-left: -5px;
        bottom: -10px;
    }
    ul.slider2 li a[target="_blank"]:hover figure + p span,
    ul.cutoffSlide li a:hover figure + p span,
    .colum3Wrap a[target="_blank"]:hover figure + p span  {
        background-image: url(/asset/img/common/blank_g.svg);
    }
    a.underline {
        text-decoration: none;
    }
    dl.relatedLinks dd p a:hover {
        text-decoration: none;
    }
    .relateMov li .modalMov a:hover {
        opacity: 0.7;
    }
}
@media screen and (min-width: 768px)  and (max-width: 1024px) {
    .inner {
        width: 90%;
    }
    .inner2 {
        width: 100%;
    }
    .localNav {
        max-width: 90%;
    }
    img.imgL,
    img.imgR {
        zoom:0.5;
    }
    section.content .inner2 h4.noTmg {
        margin-top: 4rem;
    }
}


@media screen and (max-width: 767px) {    
    .inner {
        width: 100%;
        padding: 0 4.66%;
        box-sizing: border-box;
    }
    .inner2 {
        width: 100%;
    }
    h2.sbt em {
        font-size: 4rem;
    }
    section.content h3 {
        /*font-size: 1.8rem;*/
        margin-bottom: 2.6rem;
        line-height: 1.44;
        letter-spacing: normal;
    }
    section.content h3.lspaceN {
        letter-spacing: -0.03em;
    }
    section.content h4 {
        padding-left: 1rem;
        letter-spacing: normal;
        line-height: 1.44;
    }
    .slider {
        width: 112%;
        margin: 0 -6%;
    }
    .slider1 .figwrap {
        padding: 0;
    }
    .slider1 .figure {
        box-shadow: none;
        border-radius: 0;
    }
    .slider1 .figwrap img {
        border-radius: 0;
    }
    .slider1 .caption {
        text-align: center;
        line-height: 1.64;
        box-sizing: border-box;
        padding: 0 5%;
    }
    .slider1 .slick-dots {
        position: inherit;
        right: inherit;
        bottom: inherit;
        justify-content: center;
        margin-top: 1rem;
    }
    ul.slider2 {
        display: block;
    }
    ul.slider2 li {
       box-sizing: border-box;
       padding-right:6px;        
    }
    ul.slider2 li figure,
    .colum3Wrap .fig {
        border-radius: 10px;
    }
    ul.slider2 button {        
        width: 32px;
        padding-top: 67px;
        left: -5.5%;
        top: 12vw;
        z-index: 100;
    }
    ul.slider2 button.slick-next {
        left: inherit;
        right: -5.5%;
    }
    ul.slider2.allslide button {
        top: 24vw;
    }
    ul.slider2 .slick-list {
        overflow: hidden;
    }
    ul.slider2.allslide {
        margin: 0;
    }
    ul.slider2.allslide .slick-track {
        display: block;
        gap:inherit;
    }
    ul.slider2.noslide li {
        width: 100%;
    }
    .pankuzu * {
        font-size: 1.2rem;
        
    }
    .pankuzu {
        padding: 0.9rem 1.8rem;
    }
    .pankuzu ul li {
        margin-right: 1rem; 
        line-height: 1.5;
    }
    .pankuzu ul li a:link,
    .pankuzu ul li a:visited {
        padding-right: calc(1rem + 7px);
    }
    .pagettl {
        background-image: none;
        padding: 3rem 0;
    }
    .pageHader {
        margin-bottom: 3rem;
    }
    .pageHader.notxt {
        padding-top: 35.73%;
        height: 0;
    }
    .pageHader dl {
        width: 84%;
    }
    .localNav {
        width: 90.66%;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto 5rem;
    }
    .localNav li,
    .localNav.item3 li {
        width: 50%;
    }
    section.content {
        padding-bottom: 6rem;        
    }
    
    section.content + section.content {
        padding-top: 6rem;
    }
    section.content .leadTxt {
        text-align: left;
    }
    .colum3Wrap,
    .colum4Wrap {
        display: block;
    }
    .colum3Wrap dl,
    .colum4Wrap dl,
    .colum3Wrap.wrapDiv > div {
        width: 100%;
        margin-bottom: 4rem;
    }
    .colum3Wrap dl:last-child {
        margin-bottom: 0;
    }
    .relateSdgs img {
        width: 100px;
        margin: 0 0.8rem;
    }
    .ttl img {
        zoom:0.5;
    }
    .anotherLink {
        margin-bottom: 0;
    }
    .anotherLink h2.sbt,
    .project h2.sbt {
        margin-bottom: 4rem;
    }
    .anotherLink dl {
        margin-bottom: 6rem;
    }
    section.content .leadTxt {
        margin-bottom: 4rem;
    }
    .colum2Imgs,
    .colum2FigTxt {
        display: block;
    }
    .colum2Imgs figure,
    .colum2FigTxt figure,
    .colum2FigTxt .txt {
        width: 100%;
    }
    .colum2Imgs figure + figure{
        margin-top: 1rem;
    }    
    .imgL,
    .imgR {
        float: none;
        margin:0 0 2rem;
        display: block;
        width: 100%;
    }
   
    section.content .inner2 h4.noTmg {
        margin-top: 4rem;
    }
    
    .greenWrap {
        padding: 3rem 0;
    }
    .greenInner {
        width: 89.41%;
    }
    .greenInner p + figure {
        margin-top: 2rem;
    }
    
    ul.cutoffSlide .slick-list {
        padding: 0 !important;
    }
    ul.cutoffSlide li figure + p {
        line-height: 1.6;
    }
    .inner2 ul.cutoffSlide p + p {
        margin-top: 1rem;
    }
    .colum2FigTxt figure {
        margin-bottom: 2rem;
    }
    .bottomNav {
        display: flex;
        flex-wrap: wrap;
    }
    .bottomNav .pageTop,
    .bottomNav .pankuzu {
        width: 100%;
        box-sizing: border-box;
    }
    .bottomNav .pageTop {
        order: 2;
    }
    .bottomNav .pankuzu {
        order:1;
    }
    .tableType1,
    .tableType2 {
        border-top: none;
        border-bottom: none;
    }
    .tableType1 tr:first-child th,
    .tableType1:not(.withCaption) tr:first-child td:nth-child(1),
    .tableType2 tr:first-child th,
    .tableType2 tr:first-child td {
        border-top: solid 2px #009E8A;
    }

    
    .tableType1 tr:last-child td,
    .tableType2 tr:last-child th,
    .tableType2 tr:last-child td {
        border-bottom: solid 2px #009E8A;
    }
    .tableType1::before, 
    .tableType2::before {
        top: 0;
    }
    .tableType1::after, 
    .tableType2::after {
        bottom: 0;
    }
 

    .tableType1 th, .tableType1 td {
        display: block;
        width: 100%;
        padding: 2rem 0;
    }
    .tableType1 th {
        border-bottom: none;
        padding-bottom: 0;
    }
    .tableType1 td {
        padding-top: 0;
    }
    .tableType2 th {
        font-size: 1.3rem;
    }
    .tableType2 td {
        font-size: 1.2rem;
    }
    
    .inner2 p.float_cb + p {
        margin-top: 3rem;
    }
    section.content h3 span {
        line-height: 1;
    }
    .btn-dl-list li.btn-a a {
        vertical-align: bottom;
    }
    .btn-dl-list li.btn-a + li {
        margin-top: 1rem;
    }
    .btn-a.pdf a span {
        padding: 1.4rem 4rem 1.3rem 1.5rem;
    }
    .flexFig2Wrap figure {
        width: 100%;
    }
    .flexFig2Wrap figure + figure {
        margin-top: 1.5rem;
    }
    .relateMov {
        display: block;
        margin-bottom: -2.5rem;
    }
    .relateMov li {
        width: 100%;
        margin-bottom: 2.5rem;
    }


    .colum3Wrap .btn-a a:link ,
    .colum3Wrap .btn-a a:visited {
        max-width: 302px;
        width: 88.82%;
    }
    .colum3Wrap.wrapDiv > div:last-child {
        margin-bottom: 0;
    }
    .dlType2 dt {
        line-height: 1.4;
    }
    .dlType2.evaluationWrap dd p + p.btn-a {
        text-align: center;
    }
    .colum2Wrap {
        display: block;
    }
    .colum2Wrap li {
        width: 100%;
        margin: 0;
    }
    .colum2Wrap li + li {
        margin-top: 4rem;
    }

    .tableType2.withCaption::before,
    table.tableType3 tr:first-child::after {
        display: none;
    }
    .tableType1.withCaption tr:first-child th:nth-child(1) {
        position: relative;
    }
    .tableType1.withCaption tr:first-child th:nth-child(1):before {
        content: "";
        display: block;
        width: 16%;
        height: 2px;
        background-color: #EE8AAA;
        position: absolute;
        left: 0;
        top: -2px;
    }

    .tableType2.withCaption tr:first-child td:first-child,
    .tableType2.withCaption tr:first-child th:first-child,
    table.tableType3 tr:nth-child(2) td:first-child {
        border-top: solid 2px #EE8AAA;
    } 
    .btn-a.longtxt2 a {
        border-radius: 64px;
        line-height: 1.37;
    }
    .flexbtn {
        display: block;
        text-align: center;
    }
    .flexbtn li + li {
        margin-left: 0;
        margin-top: 2rem;
    }
    .btnWrap li {
        width: 100%;
    }
    .btn-a.longtxt2 a span {
        padding: 1.5rem 3.8rem 1.5rem 2rem;
    }    
    
}
@media screen and (max-width: 374px) {   
    .btn-a.longtxt2 a span {
        font-size: 1.4rem;
    }
}