body {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    color: #ffffff;
    background-color: #41414c;
  }

header {
    font-weight:700;
    position: absolute;
    width: 100%;
    z-index: 3;
}
header .container {
    max-width: 1080px;
    width:90%;
    margin: 0 auto;
}
header .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}
header .logo{
    font-size: 24px;
}
header ul {
    display: flex;
}
header ul li {
    margin-left: 30px;
    font-size: 14px;
    letter-spacing: 1px;
    
}
header li {
    transition-duration: .2s;
}
header li:hover {
    color: #42b8be;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }


/*index.html*/
.section1 {
    background-image: url(../image/home1.jpg);
    background-position: center bottom;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
}
.section1 .filter {
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.section1 .container {
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    position: relative;
}
.section1 .heading {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #2cafb6;
}
.section1 h1 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 40px;
}
.section1 .text {
    font-size: 20px;
    margin-bottom: 40px;
}
.section1 a {
    font-size: 16px;
    font-weight: 700;
    padding: 16px 40px 20px 40px;
    display: inline-block;
    margin: 40px auto;
    border-radius: 6px;
    letter-spacing: 2px;
    background-color: #2cafb6;
    transition-duration: .2s;
}
.section1 a:hover {
    background-color: #1f7276;
}



.section2 {
    margin-bottom: 45px;
}
.section2 .container {
    max-width: 1080px;
    width: 90%;
    margin: 0 auto;
    
}
.section2 .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    transform: translateY(-48px);
    z-index: 2;
    position: relative;
}
.section2 .col {
    background-color: #ffffff;
    width: 32%;
    color: #16161a;
    padding: 20px;
    border-radius: 9px;
}
.section2 img {
    background-color: #f0ac5a;
    width: 60px;
    padding: 10px;
    border-radius: 9px;
    margin-bottom: 16px;
}
.section2 h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
}
.section2 hr {
    border: solid 2px #2cb67d;
    margin-bottom: 16px;
    width: 48px;
}
.section2 .text {
    font-size: 15px;
    line-height: 1.5;
}


.section3 {
    padding-top: 45px;
    margin-bottom: 60px;
}
.section3 img {
    border-radius: 9px;
}
.section3 .container {
    max-width: 1080px;
    width: 90%;
    margin: 0 auto;
}
.section3 .row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 60px;
}
.section3 .col {
    width: 46%;
}
.section3 h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 18px;
    line-height: 1.3;
}
.section3 hr {
    border: solid 2px #2cb67d;
    margin-bottom: 20px;
    width: 60px;
}
.section3 .text{
    line-height: 1.5;
}


.section4 {
    padding-top: 60px;
    margin-bottom: 60px;
}
.section4 .container {
    max-width: 1080px;
    width: 90%;
    margin: 0 auto;
}
.section4 h2 {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.section4 hr {
    border: solid 2px #2cb67d;
    margin: 0 auto 40px;
    width: 60px;
}
.section4 ul {
    max-width: 700px;
    margin: 0 auto;
}
.section4 li {
    border: solid 1px #ffffff;
    margin-bottom: 20px;
    padding: 16px 24px;
}
.section4 .date{
    color: #2cafb6;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.section5 {
    padding-top: 60px;
    margin-bottom: 130px;
}
.section5 .container {
    max-width: 1080px;
    width: 90%;
    margin: 0 auto;
}
.section5 h2 {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.section5 hr {
    border:  solid 2px #2cb67d;
    margin: 0 auto 40px;
    width: 60px;
}
.section5 tr {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.section5 dt {
    color:#ffffff;
    width : 20%;
    padding : 48px 0;
    font-weight: 500;
    font-size: 18px;
    border-bottom: solid 2px #199999;
}
.section5 dd {
    color:#ffffff;
    width : 80%;
    padding : 48px 0;
    font-size: 18px;
    border-bottom: solid 2px #199999;
}
.section5 .row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 60px;
}
.section5 .col {
    width: 46%;
}
.section5 iframe {
    max-width: 980px;
    margin: 0 auto;
    padding : 48px 0;
    margin-bottom: 20px;
}
@media screen and (max-width: 1130px) {
    .section5 .col {
        width: 98%;
    }
}


.section6 {
    padding-top: 60px;
    margin-bottom: 130px;
}
.section6 .container {
    max-width: 1080px;
    width: 90%;
    margin: 0 auto;
}
.section6 h2 {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
}
.section6 hr {
    border:  solid 2px #2cb67d;
    margin: 0 auto 40px;
    width: 60px;
}
.section6 p {
    
    text-align: center;
    color: #ffffff;
    font-weight: 400;
    padding: 20px 16px 22px;
    letter-spacing: 6px;
} 
.section6 a {
    background-color: #ffffff;
    display: block;
    width: 100%;
    padding: 13px 16px;
    margin-bottom: 30px;
    color: #16161a;
}


.section6 a {
    text-align: center;
    background-color: #2cafb6;
    color: #ffffff;
    font-weight: 700;
    padding: 20px 16px 22px;
    letter-spacing: 6px;
    border-radius: 6px;
    transition: .2s;
}
.section6 a:hover {
    background-color: #1f7276;
}

/*example.html*/

.section7 {
    background-image: url(../image/home2.jpg);
    background-position: center bottom;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    
}
.section7 .filter {
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.section7 .container {
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    position: relative;
}
.section7 .heading {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #2cb67b;
}
.section7 h1 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 40px;
}
.section7 .text {
    font-size: 20px;
    margin-bottom: 40px;
}


.section8 {
    padding-top: 60px;
    margin-bottom: 130px;
}
.section8 .container {
    max-width: 1080px;
    width: 90%;
    margin: 0 auto;
}
.section8 .row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    margin-bottom: 60px;
}
.section8 .col {
    width: 100%;
}
.section8 h2 {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.section8 hr {
    border:  solid 2px #2cb67d;
    margin: 0 auto 40px;
    width: 60px;
}
.section8 img {
    width: 160px;
    height: 90px;
    margin: 1%;
    border-radius: 14px;
}

/*production.html*/
.section11 {
    background-image: url(../image/thumbnail/prod.jpg);
    background-position: center bottom;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
}
.section11 .filter {
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.section11 .container {
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    position: relative;
}
.section11 h1 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 40px;
}
.section11 .text {
    font-size: 20px;
    margin-bottom: 40px;
}

.section9 {
    padding-top: 60px;
    margin-bottom: 130px;
}
.section9 .container {
    max-width: 1080px;
    width: 90%;
    margin: 0 auto;
}
.section9 h2 {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.section9 hr {
    border:  solid 2px #2cb67d;
    margin: 0 auto 40px;
    width: 60px;
}
.section9 tr {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.section9 .col {
    align-items: center;
    text-align: center;
    margin: 1%;
    border-radius: 14px;
}
.section9 dt {
    color:#ffffff;
    width : 20%;
    padding : 48px 0;
    font-weight: 500;
    font-size: 18px;
    border-bottom: solid 2px #199999;
}
.section9 dd {
    color:#ffffff;
    width : 80%;
    padding : 48px 0;
    font-size: 18px;
    border-bottom: solid 2px #199999;
}
.section9 iframe {
    width: 90%;
    margin:20px auto;
}

/*process.html*/
.section12 {
    background-image: url(../image/thumbnail/process.jpeg);
    background-position: center bottom;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    
}
.section12 .filter {
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.section12 .container {
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    position: relative;
}
.section12 h1 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 40px;
}
.section12 .text {
    font-size: 20px;
    margin-bottom: 40px;
}

.section10 {
    padding-top: 60px;
    margin-bottom: 130px;
}
.section10 .container {
    max-width: 1080px;
    width: 90%;
    margin: 0 auto;
}
.section10 h2 {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.section10 hr {
    border:  solid 2px #2cb67d;
    margin: 0 auto 40px;
    width: 60px;
}
.section10 .text {
    text-align: center;
    width: 100%;
    margin-bottom: 150px;
}
/*flow.html*/
.section13 {
    background-image: url(../image/thumbnail/flow.jpg);
    background-position: center bottom;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    
}
.section13 .filter {
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.section13 .container {
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    position: relative;
}
.section13 h1 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 40px;
}
.section13 .text {
    font-size: 20px;
    margin-bottom: 40px;
}

footer {
    background-color: #ffffff;
    text-align: center;
    color: #16161a;
    font-size: 11px;
    letter-spacing: 1px;
    padding: 20px 0;
}


@media screen and (max-width: 767px) {
    .section1 .container {
        width: 98%;
    }
    .section1 h1 {
        font-size: 27px;
    }
    .section2 .col {
        width: 100%;
        margin-bottom: 20px;
    }
    .section3 .col {
        width: 100%;
        margin-bottom: 30px;
    }
    .section5 .dd {
        font-size: 10px;
    }
    .section5 .dt {
        font-size: 10px;
    }

    .section7 img {
        width: 170px;
        height: 120px;
        margin: 1%;
    }
}