.banner-wrap {
    width: 100%;
    overflow: hidden;
}

#banner {
    width: 1024px;
    margin: 0 auto 99px;
}

#banner .banner-item {
    position: relative;
}
#banner .moisture-p-film h2,
#banner .hexc-paper h2
{
    position: absolute;
    font-family: 'Noto Sans JP', sans-serif;
}
#banner .moisture-p-film h2 {
    top: 95px;
    left: 470px;
}
#banner .hexc-paper h2 {
    top: 105px;
    left: 468px;
}
#banner .banner-item h2 > span {
    display: block;
}
#banner .moisture-p-film h2 .copy,
#banner .hexc-paper h2 .copy
{
    font-weight: 500;
    font-size: 2.4rem;
    color: #054a97;
}
#banner .moisture-p-film h2 .title,
#banner .hexc-paper h2 .title
{
    font-weight: 700;
    font-size: 3rem;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    color:#151515;
}
#banner .hexc-paper h2 .copy,
#banner .hexc-paper h2 .title
{
    color: #fff;
}
#banner .more-btn {
    font-weight: 500;
    font-size: 1.6rem;
    color: #fff;
    background-color: #054a97;
    border-radius: 9px;
    width: 150px;
    height: 50px;
    position: absolute;
    right: 40px;
    bottom: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#banner .more-btn span {
    display: block;
    position: relative;
    margin-right: 16px;
}
#banner .more-btn span::after
{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 6px 0 6px;
    border-color: #ffffff transparent transparent transparent;
    top: 5px;
    right: -16px;
}
.slick-dots li {
    margin: 0;
}
.slick-dots li button:before
{
    opacity: 1;
    color: #d6d6d6;
}
.slick-dots li.slick-active button:before
{
    opacity: 1;
    color: #4bb8f6;
}
.banner-wrap .banner-item a {
    display: block;
}

.dividing-line::before {
    content: "";
    display: block;
    width: 100%;
    height: 57px;
    background: rgb(200,213,219);
    background: linear-gradient(180deg, rgba(200,213,219,1) 0%, rgba(200,213,219,0) 100%);
}
.outline-box {
    width: 1024px;
    margin: 73px auto 122px;
}
.outline-box h2 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.4em;
    letter-spacing: 0.1em;
    color: #424242;
    text-align: center;
    margin-bottom: 28px;
}
.outline-image {
    width: 100%;
    position: relative;
}
.outline-image h3 {
    font-family: 'Noto Sans JP', sans-serif;
    position: absolute;
    top: 197px;
    left: 55px;
}

.outline-image h3 .copy
{
    font-weight: 500;
    font-size: 2.4rem;
    color: #054a97;
    display: block;
}
.outline-image h3 .title
{
    font-weight: 700;
    font-size: 3rem;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    display: block;
}

.outline-image .anchor-list {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.outline-image .anchor-list li {
    background-color: #054a97;
    width: 32.42%;
    flex-basis: 32.42%;
}
.outline-image .anchor-list li a {
    display: block;
    position: relative;
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 4.5rem;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
}
.outline-image .anchor-list li a::after
{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 6px 0 6px;
    border-color: #ffffff transparent transparent transparent;
    top: 19px;
    right: 13px;
}

.features-box {
    width: 1200px;
    margin: 120px auto 138px;
}
.title--01
{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.4em;
    letter-spacing: 0.05em;
    color: #626262;
    text-align: center;
    border-bottom: 1px solid #797979;
    padding-bottom: 5px;
}

.features-box .features-list {
    width: 1024px;
    display: flex;
    flex-wrap: wrap;
    margin: 70px auto;
}
.features-box .features-list li {
    display: block;
    flex-basis: calc(50% - 20px);
    position: relative;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.3em;;
    margin: 0 20px 24px 0;
    padding-left: 24px;
}
.features-box .features-list li:nth-child(2n) {
    flex-basis: calc(50% - 45px);
    margin: 0 0 24px 45px;
}
.features-box .features-list li::before {
    position: absolute;
    content: "";
    width: 21px;
    height: 21px;
    background-color: #0063af;
    top: 3px;
    left: 0;
}
.features-box .features-list li::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 13px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    top: 5px;
    left: 7px;
}

.structure-box {
    width: 100%;
    background-color: #e5f8ff;
    padding: 100px 0 75px;
}
.structure-inn,
.efficacy-inn
{
    width: 1200px;
    margin: 0 auto;
}
.m-structure-fig01 {
    width: 1034px;
    margin: 101px auto 0;
}
.efficacy-box {
    width: 100%;
    /**background-color: #f4f4f4;**/
    padding: 50px 0 50px;
}

.title--02 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.5em;
    color: #054a97;
    letter-spacing: 0.05em;
    text-align: center;
}

.efficacy-box--01 {
    /* width: 1024px; */
    display: flex;
    justify-content: center;
    /* margin: 105px auto 100px; */
}
.efficacy-box--01--01 {
    width: 430px;
    flex-basis: 430px;
    align-content: center;
}
.m-structure-photo01,
.m-structure-photo02
{
    width: 100%;
    margin-top: 16px;
}
.efficacy-box--02 {
    width: 1200px;
    margin: 28px auto 103px;
    background-color: #fff;
    padding: 56px 0 88px;
}
.efficacy-box--02--01 {
    width: 1024px;
    margin: 0 auto;
}
.title--03 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.5em;
    color: #000;
    text-align: center;
}
.title--04 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.3em;
    letter-spacing: 0.05em;
    color: #000;
}
.m-structure-graph01 {
    margin: 28px 0 25px;
}
.note--01 {
    font-size: 1.4rem;
    line-height: 1.4em;
    text-align: center;
}
.m-structure-fig02 {
    width: 516px;
    margin: 72px auto 0;
}
.efficacy-box--03 {
    width: 1024px;
    display: flex;
    justify-content: space-between;
    margin: 28px auto 103px;
}
.efficacy-box--03--01 {
    width: 318px;
    flex-basis: 318px;
    background-color: #fff;
    padding: 26px 10px 18px;
}
.efficacy-box--03--02 {
    width: 454px;
    flex-basis: 454px;
    background-color: #fff;
    padding: 26px 10px 18px;
}
.efficacy-box--03--01 .function01,
.efficacy-box--03--02 .function01
{
    width: 195px;
    height: 269px;
    margin: 0 auto;
}
.efficacy-box--03--01 .function02,
.efficacy-box--03--02 .function02
{
    width: 121px;
    height: 269px;
    margin: 0 auto;
}
.efficacy-box--03--01 .function03,
.efficacy-box--03--02 .function03
{
    width: 169px;
    height: 269px;
    margin: 0 auto;
}
.function-note {
    border-top:1px solid #a8a8a8;
    padding: 19px 0 0;
}
.efficacy-box--03--02 .function-note {
    width: 294px;
    margin: 20px auto 0;
}
.function-note p {
    font-size: 1.6rem;
    line-height: 1.75em;
    margin: 0.5em;
    text-align: center;
}
.efficacy-box--04 {
    width: 1200px;
    margin: 28px auto 103px;
    background-color: #fff;
    background-image: url("../img/toppage/corner_leaf.png");
    background-repeat: no-repeat;
    background-position: top left;
    padding: 104px 0 77px;
}
.efficacy-box--04--01 {
    width: 616px;
    margin: 0 auto;
}
.efficacy-box--05 {
    width: 1200px;
    background-color: #fff;
    margin: 28px auto 78px;
}
.efficacy-box--05--01 {
    width: 1024px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 76px 0 84px;
}
.m_structure_fig04 {
    width: 382px;
    flex-basis: 382px;
}
.efficacy-box--05--01--01 {
    width: 512px;
    flex-basis: 512px;;
}
.efficacy-box--05--01--01 p {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.75em;
}
.efficacy-box--05--01--01 p.note--02 {
    font-size: 1.4rem;
    font-weight: 300;
    margin-top: 91px;
}
.efficacy-box--06 {
    width: 700px;
    margin: 0 auto;
    background-color: #2453b6;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.075em;
    text-align: center;
    line-height: 6rem;
}
.paper-structure-fig01 {
    width: 1013px;
    margin: 124px auto 0;
}
.efficacy-mgt01 {
    margin-top: 108px;
}
.title--05 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.3em;
    letter-spacing: 0.05em;
    color: #626262;
    margin: 35px 0 11px;
}
.paper-structure-graph01 {
    margin-bottom: 139px;
}
.paper-structure-graph02 {
    margin-bottom: 25px;
}
.paper-structure-fig02 {
    width: 518px;
    margin: 72px auto 0;
}

.efficacy-box--07 {
    width: 1200px;
    background-color: #fff;
    margin: 28px auto 103px;
    padding: 31px 0 38px;
}
.efficacy-box--07--01 {
    width: 1024px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.efficacy-box--07--01--01 {
    width: 447px;
    flex-basis: 447px;
}
.efficacy-box--07--01--02 {
    width: 511px;
    flex-basis: 511px;
}

.efficacy-box--07--01--02 .copy-txt {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.8em;
}
.efficacy-box--07--01--02 .note--03 {
    font-size: 1.6rem;
    line-height: 1.3em;
    margin-top: 20px;
}

/* Mobile */

@media screen and (max-width:1240px) {
    .features-box,
    .structure-inn,
    .efficacy-inn,
    .efficacy-box--02,
    .efficacy-box--04,
    .efficacy-box--05,
    .efficacy-box--07
    {
        width: 96%;
    }
    .efficacy-box--07--01 {
        display: block;
    }
    .efficacy-box--07--01--01
    {
        margin: 0 auto 25px;
    }
    .efficacy-box--07--01--02 {
        text-align: center;
        margin: 0 auto;
    }
}

/* 1240px end */

@media screen and (max-width:1067px) {
    .outline-box
    {
        width: 100%;
    }
    .efficacy-box--02--01,
    .efficacy-box--03,
    .features-box .features-list,
    .m-structure-fig01,
    .efficacy-box--01,
    .paper-structure-fig01,
    .efficacy-box--07--01
    {
        width: 96%;
    }
    .efficacy-box--05--01 {
        width: 90%;
    }
    .efficacy-box--05--01--01 {
        width: calc(100% - 422px);
        flex-basis: calc(100% - 422px);
    }
    .efficacy-box--03 {
        width: 318px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .efficacy-box--01--01,
    .efficacy-box--03--01,
    .efficacy-box--03--02
    {
        margin-bottom: 45px;
    }
    .efficacy-box--03--02 .function-note {
        width: 100%;
    }
}
/* 1067px end */

@media screen and (max-width:1024px) {
    #banner {
        width: 100%;
        margin: 0 auto 45px;
    }
    #banner .moisture-p-film h2 {
        top: 95px;
        left: auto;
        right: 40px;
    }
    #banner .hexc-paper h2 {
        top: 105px;
        left: auto;
        right: 40px;
    }
    .features-box .features-list li {
        width: 100%;
        flex-basis: 100%;
    }
    .features-box .features-list li:nth-child(2n) {
        flex-basis: 100%;
        margin: 0 20px 24px 0;
    }
    .outline-image .title--04 .inlblk {
        display: block;
    }
  
}
/* 1024px end */

@media screen and (max-width:935px) {

    .efficacy-box--04 {
        background-size: 200px auto;
    }
    .efficacy-box--05--01 {
        display: block;
    }
    .efficacy-box--05--01--01 {
        width: 100%;
    }
    .efficacy-box--05--01--01 p.note--02 {
        margin-top: 35px;
    }
    .m_structure_fig04 {
        margin: 0 auto 45px;
    }

}

@media screen and (max-width:768px) {
    #banner .moisture-p-film h2 .title,
    #banner .hexc-paper h2 .title,
    .outline-box h2,
    .outline-image h3 .title
    {
        font-size: 2.4rem;
    }
    #banner .moisture-p-film h2 .copy,
    #banner .hexc-paper h2 .copy,
    .outline-image h3 .copy
    {
        font-size: 1.8rem;
    }
    #banner .more-btn {
        font-size: 1.4rem;
        width: 120px;
        height: 35px;
        right: 20px;
        bottom: 12px;
    }
    .outline-image h3 {
        top: auto;
        bottom: 90px;
    }
    .outline-image .anchor-list li a
     {
        font-size: 1.4rem;
    }
    .dividing-line::before
    {
        height: 30px;
    }
    .outline-box {
        margin: 36px auto 61px;
    }
    .features-box {
        margin: 60px auto 39px;
    }
    .features-box .features-list {
        margin: 35px auto;
    }
    .structure-box {
        padding: 51px 0 56px;
    }
    .m-structure-fig01 {
        margin: 55px auto 0;
    }
    .efficacy-box--04--01 {
        width: 90%;
    }
    .efficacy-box--04 {
        background-size: 100px auto;
        padding: 52px 0 38px;
        margin: 14px auto 51px;
    }
    .efficacy-box {
        padding: 42px 0 75px;
    }
    .efficacy-box--01 {
        margin: 52px auto 0;
    }
    .efficacy-box--02 {
        margin: 14px auto 51px;
        padding: 28px 0 44px;
    }
    .efficacy-box--03{
        margin: 14px auto 0;
    }
    .efficacy-box--05--01
    {
        margin: 0 auto 42px;
        padding: 38px 0 42px;
    }
    .efficacy-box--06 {
        width: 94%;
        font-size: 1.6rem;
    }
    .efficacy-box--05 {
        margin: 14px auto 39px;
        
    }
    .efficacy-box--06 {
        line-height: 1.4em;
        padding: 0.7em 0.5em;
    }
    #heat-exchange-paper .outline-image h3 {
        left: 20px;
    }
    .header-com .mb-golang-box {
        padding-top: 22px;
    }
}
/* 768px end */

@media screen and (max-width:630px) {
    .note--01 {
        font-size: 1.3rem;
        text-align: left;
    }
	  .efficacy-box--01 {
        width: 430px;
        flex-wrap: wrap;
        justify-content: center;
    }
}
/* 630px end */
@media screen and (max-width:590px) {
    #banner .moisture-p-film h2 .title,
    #banner .hexc-paper h2 .title,
    .outline-box h2,
    .outline-image h3 .title,
    .title--01,
    .title--02,
    .title--04
    {
        font-size: 1.8rem;
    }
    #banner .moisture-p-film h2 .copy,
    #banner .hexc-paper h2 .copy,
    .outline-image h3 .copy,
    .features-box .features-list li,
    .title--05,
    .efficacy-box--07--01--02 .copy-txt
    {
        font-size: 1.6rem;
    }
    .efficacy-box--07--01--02 .note--03 {
        font-size: 1.3rem;
    }
    #banner .moisture-p-film h2,
    #banner .hexc-paper h2
    {
        top: 50px;
        right: 20px;
    }
    #banner .moisture-p-film h2 .title,
    #banner .hexc-paper h2 .title
    {
        letter-spacing: 0;
    }
    #banner .moisture-p-film h2 {
        right: 5px;
    }
    #banner .more-btn {
        font-size: 1.3rem;
        border-radius: 6px;
        width: 110px;
        height: 30px;
    }
    #banner .more-btn span::after
    {
        top: 2px;
    }
    .outline-image h3 {
        left: 10px;
        bottom: 70px;
    }
    .features-box .features-list li,
    .features-box .features-list li:nth-child(2n)
    {
        margin: 0 0 18px 0;
    }
    
    .outline-image .anchor-list li a {
        line-height: 3rem;
    }
    .outline-image .anchor-list li a::after {
        top: 12.5px;
        right: 5px;
    }
    .features-box .features-list li::before {
        width: 18px;
        height: 18px;
    }
    .features-box .features-list li::after {
        top: 4px;
        left: 6px;
    }
    .m-structure-fig02,
    .paper-structure-fig02{
        width: 90%;
        margin: 36px auto 0;
    }
    .m_structure_fig04 {
        width: 280px;
    }
    .function-note p {
        font-size: 1.4rem;
    }
    #heat-exchange-paper .outline-image h3 {
        left: 10px;
    }
    .paper-structure-fig01 {
        margin: 62px auto 0;
    }
    .efficacy-mgt01 {
        margin-top: 35px;
    }
    .paper-structure-graph01 {
        margin-bottom: 45px;
    }
    .efficacy-box--07 {
        margin: 14px auto 51px;
        padding: 20px 0 30px;
    }
    .efficacy-box--07--01--02 {
        width: 100%;
    }
}
/* 590px end */
@media screen and (max-width:470px) {
    .efficacy-box--01,
    .efficacy-box--01--01,
    .efficacy-box--03--02
    {
        width: 96%;
        flex-basis: 96%;
    }
    .efficacy-box--07--01--01 {
        width: 100%;
    }
}

@media screen and (max-width:380px) {
    .outline-image .anchor-list li a {
        font-size: 1.2rem;
    }
    .title--04 {
        font-size: 1.6rem;
    }
}
/* 380px end */

@media screen and (max-width:372px) {
    .header-com .logo-box {
        width: 170px;
        flex-basis: 170px;
    }
    .header-com .logo-box svg {
        margin: 22px 0;
    }
}
/* 372px end */
