@charset "utf-8";

/* CSS Document */


/* all */

* {
    margin: 0;
    padding: 0;
}

*:after {
    display: block;
    content: "";
    clear: both;
}

*:link,
*:active,
*:visited {
    text-decoration: none;
    color: #000;
}

a:hover img {
    opacity: 0.8;
    background-color: #fff;
}

li {
    list-style-type: none;
}

html {
    font-size: 100%;
    height: auto;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

body {
    max-width: 1200px;
    margin: 0 auto;
}

header {
    background-color: #fff;
    padding: 10px 0;
}

.wrapper {
    background-color: #eae5d7;
}

.info-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.info-left-contents {
    display: flex;
    flex-basis: 70%;
}

.info-left-contents h1 {
    max-width: 400px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 400px;
    margin-right: 15px;
}

.info-left-contents h1 img {
    width: 100%;
}

.info-left-contents h2 {
    font-size: 1em;
    flex-shrink: 0;
    flex-grow: 0;
}

.info-right-contents h3,
.info-right-contents h4 {
    color: #437f03;
}

.info-right-contents h4 img {
    max-width: 40px;
    margin-right: 5px;
}

.info-right-contents h4 {
    font-size: 2em;
}

.info-right-contents {
    flex-basis: auto;
}

.contents-box {
    display: flex;
}

.business-main-box {
    width: 100%;
    padding: 100px 0;
    background-color: #eeecdf;
    background: url(../image/business-bg.jpg) no-repeat bottom;
    background-size: cover;
}

.business-text-area {
    background-color: #fff;
    padding: 80px 20px;
    opacity: 0.8;
}

.page-title {
    width: auto;
    margin-left: 10px;
    background-image: url('../image/line-image.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    position: relative;
    top: -80px;
}

.maincont-company {
    width: 100%;
    margin: 0 auto;
    height: auto;
    background-image: url('../image/company.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0 200px 0;
    border-bottom: 2px solid #fff;
}

.sub-menu-index {
    width: 100%;
    padding: 15px 0 30px;
}

.info-right-contents ul {
    text-align: right;
}

.info-right-contents li {
    display: inline-block;
    font-size: 1.2rem;
}

.info-right-contents li {
    background-image: url(../image/mail.gif);
    background-repeat: no-repeat;
    text-indent: 35px;
    background-size: 30px;
    font-size: 1rem;
}


/* gNav */

.gNav ul {
    display: flex;
    flex-wrap: nowrap;
    background-color: #006400;
    width: 100%;
    justify-content: center;
}

.gNav ul li {
    width: 20%;
    font-size: 1.5rem;
    border-right: 1px solid #fff;
 }

.gNav ul li:first-child {
    border-left: 1px solid #fff;
}

.gNav ul li a {
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    line-height: 0.7;
    padding: 10px 0;
}

.gNav ul li a:hover {
    background-color: lightgreen;
}

.gNav ul li a span {
    font-size: 0.7rem;
}


/* maincont */

.maincont {
    width: 100%;
    padding-top: 52%;
    background-image: url(../image/main-text.png);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
}

.smartphone-main-text {
    display: none;
}

.main-line-image {
    width: 100%;
}


/* submmenu-index */

.smartphone-main-title,
.smartphone-main-phase {
    display: none;
}

.sub-menu-index a img {
    width: 100%;
}

.sub-menu-index a:first-child {
    float: left;
}

.sub-menu-index a:last-child {
    float: right;
    margin-left: 10px;
}

.sub-menu-index article {
    width: 95%;
    margin: 0 auto;
}


/* sub-menu other*/

.sub-menu {
    width: 100%;
    padding: 5px 0;
    background-color: #eeecdf;
}

.sub-menu article {
    width: 80%;
    margin: 0 auto;
}


/* footer */

footer {
    width: 100%;
    background-color: #fff;
    padding: 10px 0 0 0;
}

.copy {
    text-align: center;
    background-color: #006400;
    height: 100px;
    line-height: 100px;
    color: #fff;
    margin-top: 10px;
}


/* company */


.page-title {
    width: auto;
    height: 105px;
    background-image: url('../image/line-image.png');
    background-repeat: no-repeat;
    position: relative;
    top: -20px;
}

.page-title>h1 {
    font-size: 3rem;
    font-weight: normal;
    color: #fff;
    margin-left: 30px;
}

.page-title>p {
    font-size: 1rem;
    font-weight: normal;
    margin-left: 30px;
}

.page-text {
    text-align: right;
    font-size: 1.5rem;
    margin-right: 20px;
}

.company-info {
    font-size: 0.8rem;
    width: 100%;
}



.smartphone-company-text {
    display: none;
}


/* business */

.maincont-business {
    width: 100%;
    margin: 0 auto;
    height: auto;
    background-image: url('../image/business.jpg');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 40px 0;
    text-shadow: 1px 1px 5px #fff;
    border-bottom: 2px solid #fff;
}

.maincont-business .page-text {
    padding-bottom: 150px;
}

.business-image {
    float: right;
}

.business-parts {
    float: left;
}

.business-parts h2 span {
    font-size: small;
}

.business-parts h2:nth-child(3),
.business-parts h2:nth-child(5) {
    margin-top: 10px;
}

.business .sub-menu {
    background: url(../image/business-bg.jpg) no-repeat;
    background-size: 100%;
}

body.business article {
    background-color: #fff;
    padding: 20px;
    opacity: 0.8;
}

.bs-cont-box h1 {
    font-size: 2rem;
    border-bottom: 1px dotted #ccc;
}

.bs-cont-box h1 span {
    font-size: 2rem;
    color: #6C933E;
    /* margin-left: 10px; */
}


/* contact */

.maincont-contact {
    width: 100%;
    margin: 0 auto;
    height: auto;
    background-image: url('../image/contact-header-img.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
    text-shadow: 1px 1px 5px #fff;
    border-bottom: 2px solid #fff;
}

@media screen and (max-width:768px) {
    body {
    width: 100%;
    margin: 0 auto;
}
    .catchphrase {
        background-color: green;
        text-align: center;
        color: #fff;
        margin-bottom: 10px;
    }
    .info-flex {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .info-right-contents {
        flex-basis: auto;
        text-align: center;
    }
    .info-right-contents ul {
        text-align: center;
    }
    .info-left-contents h1 {
        max-width: 50%;
        margin: 0 auto;
    }
    header {
        padding: 0 0 10px 0;
    }
    footer {
        padding: 0;
    }
}

@media screen and (max-width:599px) {
    body {
    width: 100%;
    margin: 0 auto;
}
    header{
        padding: 0;
    }
    .wrapper {
        background-color: #f4f4b0;
    }
    
    .catchphrase{
        margin: 0;
        font-size: 0.8em;
    }
    
    .info-left-contents{
        align-items: stretch;
    }
    
    .info-left-contents h1,
    .info-left-contents h2{
        max-width: 48%;
        font-size: 0.6em;
    }
    
    .info-flex {
        display: block;
    }
    header .info-right-contents nav {
        display: none;
    }
    .maincont {
        width: 100%;
        padding-top: 60%;
        background-image: url(../image/main.jpg);
        background-position: bottom;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .sub-menu-index article {
        width: 100%;
    }
    .smartphone-main-title {
        display: block;
        padding: 5px 0;
        width: 100%;
        text-align: center;
        background: #f8ffe8;
        background: -moz-linear-gradient(top, #f8ffe8 0%, #e3f5ab 33%, #b7df2d 100%);
        background: -webkit-linear-gradient(top, #f8ffe8 0%, #e3f5ab 33%, #b7df2d 100%);
        background: linear-gradient(to bottom, #f8ffe8 0%, #e3f5ab 33%, #b7df2d 100%);
    }
    .smartphone-main-phase {
        display: block;
        text-align: center;
        font-weight: normal;
    }
    .contents-box {
        display: block;
    }
    .sub-menu-index a:last-child {
        margin: 0;
    }
    .sub-menu-index {
        padding: 0;
    }
    footer{
        padding: 10px 0 0 0;
    }
    footer .catchphrase {
        display: none;
    }
    
    .copy {
    text-align: center;
    background-color: #006400;
    height: 50px;
    line-height: 50px;
    color: #fff;
    margin-top: 10px;
}
    .page-text{
        display: none;
    }
    
    .page-title{
        width: 100%;
        height: auto;
    }
    
    .page-title>h1{
        font-size: 2em;
        margin-left: 5px;
    }
    .sub-menu{
        padding: 0;
    }
    
    .sub-menu article{
        width: 100%;
        overflow: hidden;
    }
    
    .company-info {
    font-size: 0.8em;
    width: 100%;
}
    .business-text-area {
    width: 100%;
    padding: 0;
}
    .bs-cont-box h1{
        font-size: 1em;
    }
    
    .bs-cont-box h1 span{
        font-size: 0.5em;
    }
    .bs-cont-box {
    width: 95%;
    margin: 0 auto 10px;
    padding: 1px;
}
    .maincont-contact{
        padding: 30px 0;
    }
    
    .smartphone-company-text {
    display: block;
    color: #fff;
    text-align: center;
    font-style: italic;
    font-size: 0.8em;
    padding: 10px 0;
    background-color: #6c933e;
}
}