@charset "UTF-8";

h2 {
    font-size: 30px;
    line-height: 1.5em;
    font-weight: 400;
    text-align: center;
}

.subtit {
    font-size: 20px;
    line-height: 1.5em;
    text-align: center;
}

.about {
    padding: 40px 0;
}

.about .container {
    max-width: 1060px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.about .container .titlebox {
    width: 500px;
    border-right: 1px solid #000;
    margin-right: 30px;
    padding-right: 30px;
}

.about .container .titlebox h2 {
    text-align: left;
}

.about .container .titlebox .subtit {
    text-align: left;
}

.about .container .txtbox {
    font-size: 16px;
    line-height: 2.0em;
}

.service {
    background: #EFEFEF;
    padding: 40px 0;
}

.service .container {
    max-width: 1060px;
    margin: 0 auto;
}

.service .container .service_box {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    margin: 20px auto;
}

.service .container .service_box:nth-child(even) {
    flex-direction: row-reverse;
}

.service .container .service_box .inner_txt {
    width: 100%;
    max-width: 560px;
    background: #fff;
	background-size: 200% 100%;	
    background-image: -webkit-linear-gradient(left, transparent 50%, #006837 50%);	
    background-image: linear-gradient(to right, transparent 50%, #006837 50%);
    -webkit-transition: background-position .5s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .8s ease 0s, background-color .8s ease;
    transition: background-position .5s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .8s ease 0s, background-color .8s ease;
}

.service .container .service_box:hover .inner_txt {
    background-position: -100% 100%;
}

.service .container .service_box .inner_txt .number {
    font-size: 28px;
    color: #898989;
    border-bottom: 1px solid #898989;
    padding: 30px 0 5px;
}

.service .container .service_box:nth-child(odd) .inner_txt .number {
    margin-left: 30px;
}
.service .container .service_box:nth-child(even) .inner_txt .number {
    margin-right: 30px;
    padding-left:30px;
}

.service .container .service_box:hover .inner_txt .number {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.service .container .service_box .inner_txt .number span {
    font-size: 42px;
}

.service .container .service_box .inner_txt .title {
    font-size: 45px;
    font-weight: 500;
    color: #000;
    margin: 20px 30px;
    border: none;
    text-align: left;
    line-height: 1.0em;
}

.service .container .service_box .inner_txt .title::before {
    border: none;
}

.service .container .service_box .inner_txt .title span {
    font-size: 30px;
    line-height: 1.5em;
}

.service .container .service_box:hover .inner_txt .title {
    color: #fff;
}

.service .container .service_box .inner_txt .text {
    font-size: 16px;
    color: #000;
    line-height: 1.5em;
    margin: 20px 30px;
}

.service .container .service_box:hover .inner_txt .text {
    color: #fff;
}

.service .container .service_box .inner_img {
    max-width: 500px;
}

.price {
    padding: 40px 0;
}

.price .container {
    max-width: 1060px;
    margin: 0 auto;
}

.price .container .price_box {
    max-width: 700px;
    margin: 20px auto;
}

.price .container .price_box .chart_tit {
    text-align: center;
    font-size: 20px;
    padding: 20px 0;
    background: #006837;
    color: #fff;
    margin-bottom: 10px;
}

.price .container .price_box ul {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #9FA0A0;
}

.price .container .price_box ul.detail_tit {
    display: flex;
    background: #EFEFEF;
    font-size: 18px;
    line-height: 1.2em;
}

.price .container .price_box ul.detail {
    font-size: 16px;
}

.price .container .price_box ul.detail:nth-child(even) {
    background: #E5F0EB;
}

.price .container .price_box ul li {
    text-align: center;
    padding: 10px 0;
    width: 50%;
}

.price .container .price_box ul.detail_tit li {
    padding: 20px 0;
}

.price .container .price_box ul li:last-child {
    border-left: 1px dotted #000;
}

.topics {
    padding: 40px 0;
}

.topics .container {
    max-width: 1060px;
    margin: 0 auto;
    background: url("../img/index/topics.jpg") no-repeat;
    background-size: cover;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 30px 0;
    display: flex;
    height: 300px;
}

.topics .container .tit_box {
    max-width: 250px;
    width: 100%;
    border-right: 1px solid #000;
}

.topics .container .tit_box h2 {
    text-align: left;
}

.topics .container .tit_box .subtit {
    text-align: left;
}

.topics .container .tit_box .link .linkbtn_s {
    margin: 20px auto;
}

.topics .container .tit_box .link .linkbtn_s {
    margin-left: 0;
}

.topics .container .txt_box {
    padding: 0 30px;
    width: 100%;
}

.topics .container .txt_box iframe {
    height: 100%;
}

.quote {
    padding: 40px 0;
}

.quote .container {
    max-width: 1060px;
    margin: 0 auto;
}

.quote .container a:hover img {
    opacity: 0.8;
}



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

    h2 {
        font-size: 25px;
    }
    
    .subtit{
        font-size: 18px;
    }
    
    .about .container{
        display: block;
        padding: 0 20px;
    }

    .about .container .titlebox {
        width: 100%;
        border-bottom: 1px solid #000;
        border-right: none;
        margin: 0 auto 20px;
        padding: 0 0 10px 0;
    }

    .about .container .titlebox h2 {
        text-align: center;
    }

    .about .container .titlebox .subtit {
        text-align: center;
    }

    .about .container .txtbox {
        font-size: 15px;
    }

    .service .container{
        padding: 0 20px;
    }
    
    .service .container .service_box {
        display: block;
    }

    .service .container .service_box .inner_txt {
        padding: 0 10px;
        max-width: none;
    }

    .service .container .service_box:nth-child(odd) .inner_txt .number {
        font-size: 25px;
        margin: 0 auto;
        padding: 20px 0 5px;
    }

    .service .container .service_box:nth-child(even) .inner_txt .number{
        font-size: 25px;
        margin: 0 auto;
        padding: 20px 0 5px;
    }

    .service .container .service_box .inner_txt .number span {
        font-size: 35px;
    }

    .service .container .service_box .inner_txt .title {
        font-size: 28px;
        margin: 10px auto;
    }

    .service .container .service_box .inner_txt .title span {
        font-size: 20px;
    }

    .service .container .service_box .inner_txt .text {
        font-size: 15px;
        margin: 0 auto;
        padding-bottom: 20px;
    }

    .service .container .service_box .inner_img {
        max-width: none;
    }

    .price .container {
        padding: 0 20px;
    }

    .price .container .price_box ul.detail {
        font-size: 15px;
    }

    .topics .container {
        display: block;
        padding: 0 20px;
        height: auto;
    }

    .topics .container .tit_box {
        max-width: none;
        border-right: none;
        border-bottom: 1px solid #000;
        margin: 20px auto;
    }

    .topics .container .tit_box h2 {
        text-align: center;
    }

    .topics .container .tit_box .subtit {
        text-align: center;
    }

    .topics .container .tit_box .link .linkbtn_s {
        margin: 20px auto;
    }

    .topics .container .txt_box {
        padding: 0 0 30px;
    }

    .topics .container .txt_box iframe {
        height: 400px;
    }


}






