@charset "UTF-8";
/* CSS Document */

main{
    max-width: 2000px;
    margin: 0 auto;
}

/*sec_01------------------------------*/
.sec_01{
    margin-bottom: 120px;
}
.sec_01_inner{
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec_01_inner .left{
    width: 55%;
}
.sec_01_inner .left>div{
    width: 62%;
    margin: 0 auto;
}
.sec_01_inner .left h3{
    font-size: 30px;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}
.sec_01_inner .left h3::before{
    content: '';
    position: absolute;
    width: 86px;
    height: 86px;
    border: solid 1px #98B188;
    left: -43px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    z-index: -1;
}
.sec_01_inner .left h4{
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1.8em;
}
.sec_01_inner .left>div div p{
    padding-bottom: 20px;
}
.sec_01_inner .left>div div p:last-child{
    padding-bottom: 0;
}
.sec_01_inner .right{
    width: 45%;
}
.sec_01_inner .right img{
    width: 100%;
    height: auto;
}


/*sec_02------------------------------*/
.sec_02{
    margin-bottom: 120px;
}
.sec_02_inner{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
}
.sec_02_inner .left{
    width: 50%;
    box-sizing: border-box;
    margin-right: 10%;
}
.sec_02_inner .left img{
    width: 100%;
    height: auto;
}
.sec_02_inner .right{
    width: 50%;
}
.sec_02_inner .right h3{
    font-size: 30px;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}
.sec_02_inner .right h3::before{
    content: '';
    position: absolute;
    width: 86px;
    height: 86px;
    border: solid 1px #98B188;
    left: -43px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    z-index: -1;
}
.sec_02_inner .right>div{
    width: 90%;
    margin: 0 auto;
}
.sec_02_inner .right table tr{
    border-bottom: solid 1px #cbcbcb;
    font-size: 15px;
    line-height: 1.6em;
}
.sec_02_inner .right table tr:first-child{
    border-top: solid 1px #cbcbcb;
}
.sec_02_inner .right table tr th{
    width: 30%;
    text-align: left;
    padding: 20px 10px;
    font-weight: bold;
    color: #444;
}
.sec_02_inner .right table tr td{
    width: 70%;
    padding: 20px 10px;
}


/*sec_03------------------------------*/
.sec_03{
    margin-bottom: 160px;
}
.sec_03_inner{
    width: 70%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec_03_inner .left{
    width: 50%;
    display: flex;
    justify-content: center;
}
.sec_03_inner .left>div{
    display: inline-block;
}
.sec_03_inner .left h3{
    font-size: 15px;
    line-height: 2em;
    padding-bottom: 30px;
}
.sec_03_inner .left a{
    color: #222;
    display: inline-block;
    padding: 20px 30px;
    text-align: center;
    border: solid 1px #222;
    line-height: 1em;
    transition: .45s;
}
.sec_03_inner .left a:hover{
    background-color: #E9F4E3;
}
.sec_03_inner .left a span{
    display: inline-block;
    padding-right: 20px;
    background-image: url("../img/common/black_outside.png");
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-position: bottom right;
}
.sec_03_inner .right{
    width: 50%;
}
.sec_03_inner .right iframe{
    width: 100%;
    max-height: 460px;
    filter: opacity(90%) sepia(10%) saturate(80%);
}

@media print, screen and (max-width: 1200px) {
    .sec_01_inner .left h4 {
        font-size: 17px;
        margin-bottom: 30px;
        line-height: 1.8em;
    }
    .sec_01_inner .left>div {
        width: 75%;
    }
    .sec_01_inner .left h3 {
        font-size: 24px;
    }
    .sec_01_inner .left h3::before {
        left: -25px;
    }
    .sec_02_inner .right h3 {
        font-size: 24px;
    }
}

@media print, screen and (max-width: 1000px) {
    body{
        font-size: 15px;
    }
    .sec_01_inner .left h4 {
        font-size: 15px;
        margin-bottom: 20px;
        line-height: 2em;
    }
    .sec_01_inner .left>div {
        width: 80%;
    }
    .sec_02_inner {
        width: 90%;
    }
    .sec_01_inner .left h3 {
        font-size: 20px;
    }
    .sec_01_inner .left h3::before {
        left: -25px;
    }
    .sec_02_inner .right h3 {
        font-size: 20px;
    }
    .sec_02_inner .left {
        margin-right: 5%;
    }
    .sec_03_inner {
        width: 100%;
        display: block;
    }
    .sec_03_inner .right {
        width: 100%;
    }
    .sec_03_inner .right iframe {
        max-height: 240px;
    }
    .sec_03_inner .left {
        width: 100%;
        margin-bottom: 35px;
    }
}


@media print, screen and (max-width: 750px) {

/*sec_01------------------------------*/
    .sec_01 {
        margin-bottom: 60px;
    }
    .sec_01_inner {
        display: block;
    }
    .sec_01_inner .left {
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
        margin-bottom: 35px;
    }
    .sec_01_inner .left>div {
        width: 100%;
    }
    .sec_01_inner .left h3 {
        font-size: 24px;
        margin-bottom: 35px;
        padding-left: 12px;
    }
    .sec_01_inner .left h3::before {
        width: 54px;
        height: 54px;
        left: -5px;
    }
    .sec_01_inner .left h4 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .sec_01_inner .left>div div p {
        padding-bottom: 10px;
    }
    .sec_01_inner .right {
        width: 80%;
    }
    
    
/*sec_02------------------------------*/
    .sec_02 {
        margin-bottom: 40px;
    }
    .sec_02_inner {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
    }
    .sec_02_inner .right {
        width: 100%;
    }
    .sec_02_inner .right>div {
        width: 100%;
        margin-bottom: 35px;
    }
    .sec_02_inner .right h3 {
        font-size: 24px;
        margin-bottom: 35px;
        padding-left: 12px;
    }
    .sec_02_inner .right h3::before{
        width: 54px;
        height: 54px;
        left: -5px;
    }
    .sec_02_inner .right table tr th{
        padding: 15px 5px;
    }
    .sec_02_inner .right table tr td {
        padding: 15px 5px 15px 10px;
    }
    .sec_02_inner .left {
        width: 76%;
        margin: 0 auto;
    }


/*sec_03------------------------------*/
    .sec_03 {
        margin-bottom: 80px;
    }
    .sec_03_inner {
        width: 100%;
        max-width: 600px;
        display: block;
    }
    .sec_03_inner .left {
        width: 100%;
        display: block;
        margin-bottom: 45px;
    }
    .sec_03_inner .right {
        width: 100%;
    }
    .sec_03_inner .left>div {
        display: block;
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }
    .sec_03_inner .left h3 {
        padding-bottom: 15px;
    }
    .sec_03_inner .right iframe {
        max-height: 280px;
    }














































}
