/* メインビジュアル */
.main-visual{
    width: 100%;
    height: 0;
    padding-top: 46.875%;
    background: url(../images/mv.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

@media screen and (max-width: 768px) {
    /* メインビジュアル */
    .main-visual{
        width: 100%;
        height: 500px;
        padding-top: 46.875%;
        background: url(../images/mv.jpg);
        background-repeat: no-repeat;
        background-position: center right;
        background-size: cover;
        position: relative;
    }
}

@media screen and (min-width: 769px) and (max-width:1024px) {
    /* メインビジュアル */
    .main-visual{
        width: 100%;
        height: 800px;
        padding-top: 46.875%;
        background: url(../images/mv.jpg);
        background-repeat: no-repeat;
        background-position: center right;
        background-size: cover;
        position: relative;
    }
}

/* メインビジュアル　コンテンツ */
.mv-deco{
    width: 9%;
    height: 9%;
    position: absolute;
    top:25%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mv-deco img{
    width: 100%;
}

.main-visual h2{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #fff;
    font-size: 3vw;
    line-height: 1.8;
}

@media screen and (max-width: 768px) {
    /* メインビジュアル　コンテンツ */
    .mv-deco{
        width: 25%;
        height: 25%;
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .mv-deco img{
        width: 100%;
    }

    .main-visual h2{
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%,-50%);
        text-align: center;
        color: #fff;
        font-size: 1.8em;
        line-height: 1.8;
        width: 100%;
    }
}

@media screen and (min-width: 769px) and (max-width:1024px) {
    /* メインビジュアル　コンテンツ */
    .mv-deco{
        width: 15%;
        height: 15%;
        position: absolute;
        top: 35%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .mv-deco img{
        width: 100%;
    }

    .main-visual h2{
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%,-50%);
        text-align: center;
        color: #fff;
        font-size: 3em;
        line-height: 1.8;
        width: 100%;
    }
}

/*　コンテンツ GREETING */
.contents-1{
    width: 100%;
    height: 0;
    padding-top: 73.28125%;
    background: url(../images/greeting_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.bg-greeting{
    width:80%;
    height: 80%;
    background: url(../images/greeting_deco.png) no-repeat center center/contain;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    padding: 100px 0;
    text-align: center;
}

.bg-greeting h2.paragraph1{
    font-size: 3vw;
    line-height: 1.5;
    margin-bottom: 5%;
}

.bg-greeting p.paragraph2{
    font-size: 1.2vw;
    line-height: 1.5;
    margin-bottom: 3%;
}

@media screen and (max-width: 768px) {
    /*　コンテンツ GREETING */
    .contents-1{
        width: 100%;
        height: 1000px;
        padding-top: 73.28125%;
        background: url(../images/greeting_bg.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        position: relative;
    }

    .bg-greeting{
        width: 95%;
        height: 95%;
        background: url(../images/greeting_deco.png) no-repeat center center/contain;
        position: absolute;
        top:50%;
        left: 50%;
        transform: translate(-50%,-50%);
        color: #fff;
        padding: 100px 0;
        text-align: center;
    }

    .bg-greeting h2.paragraph1{
        font-size: 1.8em;
        line-height: 1.5;
        margin-bottom: 15%;
    }

    .bg-greeting p.paragraph2{
        font-size: 1.1em;
        line-height: 1.5;
        margin-bottom: 10%;
    }
}

@media screen and (min-width: 769px) and (max-width:1024px) {
    /*　コンテンツ GREETING */
    .contents-1{
        width: 100%;
        height: 1200px;
        padding-top: 73.28125%;
        background: url(../images/greeting_bg.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        position: relative;
    }

    .bg-greeting{
        width: 95%;
        height: 95%;
        background: url(../images/greeting_deco.png) no-repeat center center/contain;
        position: absolute;
        top:50%;
        left: 50%;
        transform: translate(-50%,-50%);
        color: #fff;
        padding: 100px 0;
        text-align: center;
    }

    .bg-greeting h2.paragraph1{
        font-size: 3em;
        line-height: 1.5;
        margin-bottom: 10%;
    }

    .bg-greeting p.paragraph2{
        font-size: 1.4em;
        line-height: 1.5;
        margin-bottom: 5%;
    }
}

/* コンテンツ COMPANY */
.contents-2{
    width: 100%;
    height: 0;
    padding-top: 47.083%;
    background: url(../images/company_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    margin-bottom: 80px;
}

.contents-2 span.find1{
    font-size: 3vw;
    position: absolute;
    top: 10%;
    left: 5%;
    background:linear-gradient(transparent 70%, #AFD6AD 70%);
    color: #333333;
}

.contents-2 span.find2{
    font-size: 3vw;
    position: absolute;
    top: 20%;
    left: 10%;
    background:linear-gradient(transparent 70%, #AFD6AD 70%);
    color: #333333;
}

.contents-2 .company-info{
    position: absolute;
    top: 40%;
    left: 5%;
    color: #333333;
}

.contents-2 p{
    font-size: 1.2vw;
    margin-bottom: 6%;
}

.bt-company{
    position: absolute;
    top: 80%;
    left: 5%;
    background-color: #099e4e;
    width: 260px;
    height: 55px;
    color: #fff;
}

.bt-company:hover{
    background-color: #52bb83;
}

.bt-company::after{
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -6px;
    transform: rotate(45deg);
}

.bt-company a{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 30px;
    font-size: 1.2em;
}

@media screen and (max-width: 768px) {
    /* コンテンツ COMPANY */
    .contents-2{
        width: 100%;
        height: 650px;
        padding-top: 47.083%;
        background: url(../images/company_bg.png);
        background-repeat: no-repeat;
        background-position: 30%;
        background-size: cover;
        position: relative;
        margin-bottom: 80px;
    }

    .contents-2 span.find1{
        font-size: 1.8em;
        position: absolute;
        top: 10%;
        left: 5%;
        background:linear-gradient(transparent 70%, #AFD6AD 70%);
        color: #333333;
    }

    .contents-2 span.find2{
        font-size: 1.8em;
        position: absolute;
        top: 20%;
        left: 10%;
        background:linear-gradient(transparent 70%, #AFD6AD 70%);
        color: #333333;
    }

    .contents-2 .company-info{
        position: absolute;
        top: 40%;
        left: 5%;
        color: #333333;
        width: 90%;
    }

    .contents-2 p{
        font-size: 1.1em;
        margin-bottom: 6%;
    }

    .bt-company{
        position: absolute;
        top: 80%;
        left: 5%;
        background-color: #099e4e;
        width: 90%;
        height: 55px;
        color: #fff;
    }

    .bt-company:hover{
        background-color: #52bb83;
    }

    .bt-company::after{
        content: '';
        width: 10px;
        height: 10px;
        border: 0;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -6px;
        transform: rotate(45deg);
    }

    .bt-company a{
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        padding-left: 30px;
        font-size: 1.2em;
    }
}

@media screen and (min-width: 769px) and (max-width:1024px) {
    /* コンテンツ COMPANY */
    .contents-2{
        width: 100%;
        height: 900px;
        padding-top: 47.083%;
        background: url(../images/company_bg.png);
        background-repeat: no-repeat;
        background-position: 30%;
        background-size: cover;
        position: relative;
        margin-bottom: 80px;
    }

    .contents-2 span.find1{
        font-size: 3em;
        position: absolute;
        top: 10%;
        left: 5%;
        background:linear-gradient(transparent 70%, #AFD6AD 70%);
        color: #333333;
    }

    .contents-2 span.find2{
        font-size: 3em;
        position: absolute;
        top: 20%;
        left: 10%;
        background:linear-gradient(transparent 70%, #AFD6AD 70%);
        color: #333333;
    }

    .contents-2 .company-info{
        position: absolute;
        top: 40%;
        left: 5%;
        color: #333333;
        width: 90%;
    }

    .contents-2 p{
        font-size: 1.4em;
        margin-bottom: 6%;
    }

    .bt-company{
        position: absolute;
        top: 80%;
        left: 5%;
        background-color: #099e4e;
        width: 30%;
        height: 55px;
        color: #fff;
    }

    .bt-company:hover{
        background-color: #52bb83;
    }

    .bt-company::after{
        content: '';
        width: 10px;
        height: 10px;
        border: 0;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -6px;
        transform: rotate(45deg);
    }

    .bt-company a{
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        padding-left: 30px;
        font-size: 1.2em;
    }
}

/* コンテンツ comitment */
.contents-3{
    width: 100%;
    height: 0;
    padding-top: 57.1354%;
    background: url(../images/commitment_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.bg-commitment{
    width:40%;
    height: 70%;
    position: absolute;
    top:50%;
    left: 5%;
    transform: translateY(-50%);
    color: #fff;
}

.bg-commitment img{
    width: 100%;
}

.contents-comit{
    position: absolute;
    top: 25%;
    right: 5%;
}

.contents-comit h2{
    font-size: 4vw;
    color: #fff;
    margin-bottom: 10%;
}

.contents-comit p{
    font-size: 1.2vw;
    margin-bottom: 10%;
    color: #fff;
    line-height: 180%;
}

.bt-comit{
    display: flex;
}

.bt-comit li{
    width: 260px;
    height: 55px;
    background-color: #099e4e;
    margin-right: 15%;
    color: #fff;
    padding-left: 5%;
    position: relative;
}

.bt-comit li::after{
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -6px;
    transform: rotate(45deg);
}

.bt-comit li:hover{
    background-color: #52bb83;
}

.bt-comit li a{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 1.2em;
}

@media screen and (max-width: 768px) {
    /* コンテンツ comitment */
    .contents-3{
        width: 100%;
        height: 950px;
        padding-top: 57.1354%;
        background: url(../images/commitment_bg.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        position: relative;
    }

    .bg-commitment{
        width: 70%;
        /* height: 70%; */
        position: absolute;
        top: 5%;
        left: 50%;
        transform: translateX(-50%);
        color: #fff;
    }

    .bg-commitment img{
        width: 100%;
    }

    .contents-comit{
        position: absolute;
        top: 40%;
        right: 5%;
        width: 90%;
    }

    .contents-comit h2{
        font-size: 1.8em;
        color: #fff;
        margin-bottom: 10%;
    }

    .contents-comit p{
        font-size: 1.1em;
        margin-bottom: 10%;
        color: #fff;
        line-height: 180%;
    }

    .bt-comit{
        display: block;
    }

    .bt-comit li{
        width: 100%;
        /* height: 55px; */
        background-color: #099e4e;
        margin-right: 0;
        color: #fff;
        padding-left: 5%;
        position: relative;
        margin-bottom: 10px;
    }

    .bt-comit li::after{
        content: '';
        width: 10px;
        height: 10px;
        border: 0;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -6px;
        transform: rotate(45deg);
    }

    .bt-comit li:hover{
        background-color: #52bb83;
    }

    .bt-comit li a{
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        font-size: 1.2em;
    }
}

@media screen and (min-width: 769px) and (max-width:1024px) {
    /* コンテンツ comitment */
    .contents-3{
        width: 100%;
        height: 1200px;
        padding-top: 57.1354%;
        background: url(../images/commitment_bg.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        position: relative;
    }

    .bg-commitment{
        width: 50%;
        /* height: 70%; */
        position: absolute;
        top: 5%;
        left: 50%;
        transform: translateX(-50%);
        color: #fff;
    }

    .bg-commitment img{
        width: 100%;
    }

    .contents-comit{
        position: absolute;
        top: 50%;
        right: 5%;
        width: 90%;
    }

    .contents-comit h2{
        font-size: 2.8em;
        color: #fff;
        margin-bottom: 10%;
    }

    .contents-comit p{
        font-size: 1.2em;
        margin-bottom: 10%;
        color: #fff;
        line-height: 180%;
    }

    .bt-comit{
        display: block;
        /* width: 260px; */
        /* margin: auto; */
        display: flex;
        justify-content: space-between;
    }

    .bt-comit li{
        width: 48%;
        /* height: 55px; */
        background-color: #099e4e;
        margin-right: 0;
        color: #fff;
        padding-left: 5%;
        position: relative;
        margin-bottom: 10px;
    }

    .bt-comit li::after{
        content: '';
        width: 10px;
        height: 10px;
        border: 0;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -6px;
        transform: rotate(45deg);
    }

    .bt-comit li:hover{
        background-color: #52bb83;
    }

    .bt-comit li a{
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        font-size: 1.2em;
    }
}

/* コンテンツ info */
.info{
    width: 100%;
}

.contents-info{
    width: 65%;
    padding: 100px 0;
    margin: auto;
    display: flex;
    justify-content: space-between;
    color: #333333;
}

.contents-info-title{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    border-right: 3px #099E4E solid;
    padding: 30px 80px 30px 0;
    font-size: 2em;
    letter-spacing: 0.3em;
    margin-right: 100px;
}

.contents-info-text{
    width: 100%;
    font-size: 1.2em;
}

.contents-info-text ul li{
    line-height: 25px;
    border-bottom: 1px #000 dashed;
    padding: 15px 0;
}

@media screen and (max-width: 768px) {
    /* コンテンツ info */
    .info{
        width: 100%;
    }

    .contents-info{
        width: 90%;
        padding: 50px 0;
        margin: auto;
        display: block;
        justify-content: space-between;
        color: #333333;
    }

    .contents-info-title{
        -ms-writing-mode: tb-rl;
        writing-mode: lr;
        border-left: 3px #099E4E solid;
        border-right: none;
        padding: 0;
        font-size: 1.8em;
        letter-spacing: 0.3em;
        /* margin-right: 100px; */
        padding-left: 10px;
    }

    .contents-info-text{
        width: 100%;
        font-size: 1em;
    }

    .contents-info-text ul li{
        line-height: 25px;
        border-bottom: 1px #000 dashed;
    }
}