
/* CSS Document */

/*==================================================

Each contents
=================================================*/

/* about business */

.about-business section {
    width: 100%;
    padding: 80px 0;
}
.about-business section:nth-of-type(even) {
    background-color: #f0f0f0;
}
.about-business .intro {
    width: 100%;
    color: #FFF;
    text-align: center;
    background-color: #000;
    padding: 20px 0 60px;
}
.about-business .intro h1 {
    width: 100%;
    text-align: center;
    background-color: #000;
    background-image: url("../../about/images/history_bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}
.about-business .intro h1 img {
    width: 90%;
	max-width: 300px;
	height: auto;
}
.about-business .intro h2 strong {
    color: #00a24d;
}
.about-business .intro p {
    text-align: center;
    font-size: clamp(1.6rem, 2vw, 2rem);
    margin-top: 60px;
}
.about-business .intro p span {
    display: block;
    line-height: 100%;
}
.about-business .business-info .inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
.about-business .business-info h1 {
    text-align: center;
    font-weight: 700;
    border: 5px solid #000;
    background-color: #FFF;
    padding: .3em 1em;
}
.about-business .business-info h1 span {
    display: inline;
    background-image: url("../../about/images/marker.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 15px 35%;
}
.about-business .business-info h1 strong {
    color: #009a42;
    font-size: clamp(2.4rem, 5vw, 5rem);
    line-height: 160%;
}
.about-business .business-info h2 {
    position: relative;
    text-align: center;
    font-size: clamp(2.4rem, 5vw, 5rem);
}
.about-business .business-info h2 span {
    display: block;
    font-size: 50%;
    line-height: 120%;
}
.about-business .business-info h2::before {
    content: " ";
	display: block;
    width: 61px;
    height: 26px;
    background-image: url("../../about/images/arrow_u_l.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    margin: 40px auto 20px;
}
.about-business .business-info .pict-s {
    width: 100%;
    max-width: 500px;
    margin: 40px auto 0;
}
.about-business .business-info .pict-l {
    width: 100%;
    max-width: 1280px;
    margin: 40px auto 0;
}
.about-business .business-info p {
    text-align: left;
    font-size: clamp(1.6rem, 2vw, 2rem);
    line-height: 220%;
    margin: 40px auto 0;
}
.about-business .business-info p strong {
    display: inline;
    background-image: url("../../about/images/marker.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 15px 35%;
}
.about-business .business-info .cul {
    width: 90%;
    max-width: 1200px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
    
    margin: 40px auto 0;
}
.about-business .business-info .cul .wheel {
    width: 55%;
    max-width: 606px;
}
.about-business .business-info .cul p {
    width: 38%;
    max-width: 500px;
    margin-left: 3%;
}

.about-business .business-future {
    width: 100%;
    background-image: url("../../about/images/tool_left.png"),url("../../about/images/tool_right.png");
    background-position: left top,right top;
    background-repeat: no-repeat;
    background-size: 21.4%;
    padding: 100px 0;
}
.about-business .business-future .inner {
    width: 90%;
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
}
.about-business .business-future .inner h1 {
    font-size: clamp(2.4rem, 5vw, 5rem);
}
.about-business .business-future .inner h1 strong {
    color: #00a24d;
}
.about-business .business-future .inner h2 {
    font-weight: 600;
    display: inline;
    font-size: clamp(2.4rem, 3vw, 3.6rem);
    background-image: url("../../about/images/marker.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 15px 35%;
}
.about-business .business-future .inner p {
    text-align: center;
    font-size: clamp(1.6rem, 2vw, 2rem);
    line-height: 220%;
    margin: 30px auto;
}
.about-business .business-future .inner .banner {
    width: 90%;
    max-width: 700px;
    margin: 60px auto 0;
}
.about-business .profile {
    padding: 80px 0;
}
.about-business .profile .inner {
    width: 90%;
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    
    margin: 0 auto;
}
.about-business .profile h1 {
    width: 20%;
    color: #FFF;
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    text-align: center;
    background-color: #009a42;
    padding: 100px 1em;
}
.about-business .profile .txt {
    width: 70%;
}
.about-business .profile .txt .button {
    display: inline-block;
    margin: 40px 3% 0 0;
}
.about-business .profile .map {
    max-width: 1200px;
    margin: 60px auto 0;
}

.about-business img {
    width: 100%;
	max-width: 100%;
	height: auto;
}

/* about advantage */

.about-advantage .head-menu {
    width: 100%;
    background-color: #f0f0f0;
    padding: 80px 0;
}
.about-advantage .head-menu ul {
    width: 90%;
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
}
.about-advantage .head-menu ul li {
    width: 23.33%;
    text-align: center;
}
.about-advantage .head-menu ul li a {
    width: 100%;
    display: block;
    border: 2px solid #333;
    background-color: #FFF;
    padding: 0 5% 8%;
}
.about-advantage .head-menu ul li a:hover {
    opacity: 1;
    border: 2px solid #009a42;
}
.about-advantage .head-menu ul li img {
    width: 100%;
	max-width: 200px;
	height: auto;
}

.about-advantage .column {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about-advantage .advantage {
    width: 100%;
    position: relative;
    background-color: #f0f0f0;
    margin: 0 auto;
    padding-top: 80px;
}
.about-advantage .advantage::before {
    content: " ";
	display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #FFF;
    top: 0;
    left: 0;
    z-index: 0;
}
.about-advantage .advantage h1 {
    width: 90%;
    max-width: 1200px;
    position: relative;
    color: #009a42;
    text-align: left;
    font-size: clamp(4rem, 7vw, 7rem);
    line-height: 120%;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 15%;
    margin: 0 auto;
    z-index: 2;
}
.about-advantage .advantage h1.no1 {
    background-image: url("../../about/images/advantage_03.png");
}
.about-advantage .advantage h1.no2 {
    background-image: url("../../about/images/advantage_09.png");
}
.about-advantage .advantage h1.no3 {
    background-image: url("../../about/images/advantage_14.png");
}
.about-advantage .advantage h1.no4 {
    background-image: url("../../about/images/advantage_19.png");
}
.about-advantage .advantage h1 span {
    display: inline-block;
}
.about-advantage .advantage h1 span {
    display: block;
    font-size: clamp(1.6rem, 3vw, 3rem);
    line-height: 140%;
    padding: 7% 0 0 16%;
}
.about-advantage .advantage h1 strong {
    display: block;
    padding: 0 0 7% 16%;
}
.about-advantage .advantage h1 strong.l1 {
    padding: 9% 0 9% 16%;
}
.about-advantage .advantage .inner {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
    background-color: #f0f0f0;
}
.about-advantage .advantage .reset {
    height: initial!important;
    height: auto!important;
}
.about-advantage .advantage .inner .photo {
    width: 48%;
    height: 100%;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.about-advantage .advantage .inner .photo img {
    display: none;
}
.about-advantage section:nth-of-type(1) .inner .photo {
    top: 0;
    right: 0;
    background-image: url("../../about/images/advantage_07.jpg");
}
.about-advantage section:nth-of-type(2) .inner .photo {
    top: 0;
    left: 0;
    background-image: url("../../about/images/advantage_11.jpg");
}
.about-advantage section:nth-of-type(3) .inner .photo {
    top: 0;
    right: 0;
    background-image: url("../../about/images/advantage_17.jpg");
}
.about-advantage section:nth-of-type(4) .inner .photo {
    top: 0;
    left: 0;
    background-image: url("../../about/images/advantage_21.jpg");
}
.about-advantage .advantage .inner .txt {
    width: 90%;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 60px 0;
    z-index: 2;
}
.about-advantage .advantage .inner .txt h2 {
    width: 48%;
    font-size: clamp(1.8rem, 2.4vw, 2.4rem);
    border-left: 7px solid #009a42;
    padding: .5em 1em;
}
.about-advantage .advantage .inner .txt h2 strong {
    color: #009a42;
}
.about-advantage .advantage .inner .txt p {
    width: 48%;
    font-size: clamp(1.6rem, 2vw, 2rem);
    line-height: 200%;
    margin-top: 1em;
}
.about-advantage .advantage .inner .txt strong {
    color: #009a42;
}
.about-advantage section:nth-of-type(even) .inner .txt h2 {
    margin: 0 0 0 auto;
}
.about-advantage section:nth-of-type(even) .inner .txt p {
    margin: 1em 0 0 auto;
}

.about-advantage img {
    width: 100%;
	max-width: 100%;
	height: auto;
}

@media only screen and (min-width:1px) and (max-width: 768px) {
    
    /* about works */
    
    .about-business section {
        width: 100%;
        padding: 8% 0;
    }
    .about-business .intro {
        padding: 3% 0 8%;
    }
    .about-business .intro h1 {
        width: 100%;
        text-align: center;
        background-color: #000;
        padding: 6% 0;
    }
    .about-business .intro h1 img {
        width: 50%;
        max-width: 300px;
        height: auto;
    }
    .about-business .intro h2 {
        width: 90%;
        margin: 0 auto;
    }
    .about-business .intro h2 strong {
        color: #00a24d;
    }
    .about-business .intro p {
        width: 90%;
        margin: 6% auto 0;
    }
    .about-business .intro p span {
        display: block;
        line-height: 100%;
    }
    .about-business .business-info .inner {
        width: 90%;
        max-width: 1000px;
        margin: 0 auto;
    }
    .about-business .business-info h1 {
        text-align: center;
        font-weight: 700;
        border: 3px solid #000;
        background-color: #FFF;
        padding: .5em 1em;
    }
    .about-business .business-info h2::before {
        content: " ";
        display: block;
        width: 61px;
        height: 26px;
        background-image: url("../../about/images/arrow_u_l.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto;
        margin: 6% auto 4%;
    }
    .about-business .business-info .pict-s {
        width: 100%;
        max-width: 500px;
        margin: 4% auto 0;
    }
    .about-business .business-info .pict-l {
        width: 90%;
        max-width: 1280px;
        margin: 4% auto 0;
    }
    .about-business .business-info p {
        text-align: left;
        font-size: clamp(1.6rem, 2vw, 2rem);
        line-height: 220%;
        margin: 4% auto 0;
    }
    .about-business .business-info .cul {
        width: 90%;
        max-width: 1200px;
        position: relative;
        display: block;
        margin: 4% auto 0;
    }
    .about-business .business-info .cul .wheel {
        width: 100%;
        max-width: 606px;
        margin: 0 auto;
    }
    .about-business .business-info .cul p {
        width: 100%;
        max-width: 500px;
        margin: 5% 0 0;
    }

    .about-business .business-future {
        width: 100%;
        background-position: left top 5%,right top 30%;
        background-size: 24%;
        padding: 10% 0;
    }
    .about-business .business-future .inner {
        width: 90%;
        max-width: 1000px;
        text-align: center;
        margin: 0 auto;
    }
    .about-business .business-future .inner h1 {
        font-size: clamp(2.4rem, 5vw, 5rem);
    }
    .about-business .business-future .inner h1 strong {
        color: #00a24d;
    }
    .about-business .business-future .inner h2 {
        font-weight: 600;
        display: inline;
        font-size: clamp(2.4rem, 3vw, 3.6rem);
        background-image: url("../../about/images/marker.png");
        background-position: left bottom;
        background-repeat: repeat-x;
        background-size: 15px 35%;
    }
    .about-business .business-future .inner p {
        text-align: center;
        font-size: clamp(1.6rem, 2vw, 2rem);
        line-height: 220%;
        margin: 3% auto 10%;
    }
    .about-business .business-future .inner .banner {
        width: 100%;
        max-width: 700px;
        margin: 8% auto 0;
    }
    
    .about-business .profile {
        padding: 8% 0 0;
    }
    .about-business .profile .txt .button {
        display: block;
        max-width: 240px;
        margin: 6% auto 0;
    }
    .about-business .profile .map {
        max-width: 1200px;
        margin: 8% auto 0;
    }
    .about-business .profile h1 {
        width: 100%;
        margin-bottom: 5%;
        padding: .5em 1em;
    }
    .about-business .profile .txt {
        width: 100%;
    }
    .about-business .profile .txt th {
        width: 8em;
        text-align: center;
        padding: .8em 1em;
    }
    .about-business .profile .txt td {
        padding: .8em 1em .8em 0;
    }
    
    /* about advantage */

    .about-advantage .head-menu {
        padding: 5% 0;
    }
    .about-advantage .head-menu ul {
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
    }
    .about-advantage .head-menu ul li {
        width: 48%;
        margin: 2% 0;
    }

    .about-advantage .advantage {
        position: relative;
        margin: 0 auto;
        padding-top: 12%;
    }
    .about-advantage .advantage h1 {
        width: 90%;
        max-width: 1200px;
        color: #009a42;
        text-align: left;
        font-size: clamp(2.4rem, 5vw, 5rem);
        line-height: 130%;
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 20.16%;
        margin: 0 auto;
    }
    .about-advantage .advantage h1 span {
        display: block;
        padding: 7% 0 0 22%;
    }
    .about-advantage .advantage h1 strong {
        display: block;
        padding: 0 0 7% 22%;
    }
    .about-advantage .advantage h1 strong.l1 {
        padding: 9% 0 9% 22%;
    }
    .about-advantage .advantage .inner {
        width: 100%;
        display: block;
        position: relative;
        background-color: #f0f0f0;
    }
    .about-advantage .advantage .inner .photo {
        width: 100%;
        height: initial;
        height: auto;
        position: relative;
        overflow: hidden;
        padding: 25%;
    }
    .about-advantage .advantage .inner .photo img {
        display: none;
    }
    .about-advantage section:nth-of-type(1) .inner .photo,
    .about-advantage section:nth-of-type(2) .inner .photo, 
    .about-advantage section:nth-of-type(3) .inner .photo, 
    .about-advantage section:nth-of-type(4) .inner .photo {
        
    }
    .about-advantage .advantage .inner .txt {
        padding: 6% 0;
        z-index: 2;
    }
    .about-advantage .advantage .inner .txt h2 {
        width: 100%;
        font-size: clamp(1.8rem, 2.4vw, 2.4rem);
        border-left: 7px solid #009a42;
        padding: .5em 1em;
    }
    .about-advantage .advantage .inner .txt h2 strong {
        color: #009a42;
    }
    .about-advantage .advantage .inner .txt p {
        width: 100%;
        font-size: clamp(1.6rem, 2vw, 2rem);
        line-height: 200%;
        margin-top: 1em;
    }
    .about-advantage .advantage .inner .txt strong {
        color: #009a42;
    }
    .about-advantage section:nth-of-type(even) .inner .txt h2 {
        margin: 0 0 0 auto;
    }
    .about-advantage section:nth-of-type(even) .inner .txt p {
        margin: 1em 0 0 auto;
    }
    
}

@media only screen and (min-width:1px) and (max-width: 568px) {
	

}
	
@media only screen and (min-width:1px) and (max-width: 480px) {
	

}

