@charset "utf-8";
@import "anime.css";

/*
------------
company_group.css
------------
*/
/* title_area */
#title_area {
    width: 100%;
    height: 300px;
    background: url(../../images/content/company/group_titBg.jpg) no-repeat;
    background-size: cover;
    background-position: right top;
    position: relative;
    display: flex;
    align-items: center;
}
#title_area::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(58,180,131);
    background: linear-gradient(90deg, rgba(58,180,131,1) 0%, rgba(127,199,105,0.7) 50%, rgba(195,217,78,0.1) 100%);
    position: absolute;
    top: 0;
    left: 0;
}
#title_area .inner {
    width: 1070px;
    margin: 0 auto;
    color: #fff;
}
#title_area .inner h2 {
    font-size: 2rem;
    letter-spacing: 0.15em;
    font-weight: 500;
    position: relative;
    padding: 0 0 0 25px;
}
#title_area .inner h2::before {
    content: "";
    width: 2px;
    height: 50px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
    #title_area {
        height: 30vw;
    }
    #title_area .inner {
        width: 90vw !important;
    }
    #title_area .inner h2 {
        font-size: 1.3rem;
        letter-spacing: 0.1em;
        padding: 0 0 0 20px;
    }
    #title_area .inner h2::before {
        height: 110%;
    }
}
/* main_area */
#main_area {
    width: 800px !important;
    transition: all .25s ease;
}
#main_area .inner {}
#main_area .inner article {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#main_area .inner article:first-child {
    opacity: 0;
    animation-name: auto_trigger01;
	animation-timing-function: ease;
	animation-duration: 1s;
	animation-delay: .25s;
	animation-fill-mode: forwards;
}
#main_area .inner article:not(:first-child) {
    margin: 100px 0 0 0;
}
#main_area .inner article .item {
    width: calc(100% - 250px - 20px);
}
#main_area .inner article .item .head {
    border-bottom: 1px solid #E0E0E0;
    padding: 0 0 15px 0;
}
#main_area .inner article .item .head p.logo {
    height: 36px;
}
#main_area .inner article .item .head p.logo img {
    height: 100%;
}
#main_area .inner article .item .head h3 {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #4B716D;
    margin: 25px 0 0 0;
    line-height: 1.4;
}
#main_area .inner article .item .head a {
    transition: all .25s ease;
}
#main_area .inner article .item .head a:hover {
    opacity: 0.6;
}
#main_area .inner article .item .head a h3 {
    display: inline-block;
    color: #4B716D;
}
#main_area .inner article .item:last-child a h3 {
    text-align: justify;
}
#main_area .inner article .item .head a h3 span.blank {
    padding: 0;
    display: block;
}
#main_area .inner article .item .head a h3 span.blank::before {
    content: none;
}
#main_area .inner article .item .head a h3 span.blank::after {
    content: "";
	width: 12px;
	height: 12px;
	background: url(../../images/global/ico_blank_g.svg) no-repeat;
	position: absolute;
	top: 12px;
	right: -25px;
}
#main_area .inner article .item .head p.en {
    font-size: 0.9rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin: 7px 0 0 0;
    color: #4B716D;
}
#main_area .inner article .item .element {
    margin: 15px 0 0 0;
}
#main_area .inner article .item .element p.comment {
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    line-height: 1.7;
    padding: 0 5px 0 0;
    text-align: justify;
}
#main_area .inner article .item .element ul {
    margin: 25px 0 0 0;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    line-height: 1.7;
    display: flex;
    flex-wrap: wrap;
}
#main_area .inner article .item .element ul li:nth-child(1) {
    width: 100%;
}
#main_area .inner article .item .element ul li:nth-child(3) {
    margin: 0 0 0 20px;
}
#main_area .inner article .item .element p.map_link {
    margin: 20px 0 0 0;
}
#main_area .inner article .item .element p.map_link a {
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #00AF84;
    border: 1px solid #00AF84;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 9px 20px 9px 40px;
    position: relative;
    transition: all .25s ease;
}
#main_area .inner article .item .element p.map_link a::before {
    content: "";
    width: 14px;
    height: 22px;
    background: url(../../images/global/ico_mappin.svg) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
}
#main_area .inner article .item .element p.map_link a:hover {
    opacity: 0.6;
}
#main_area .inner article figure {
    width: 250px;
}
@media only screen and (max-width: 1150px) {
    #main_area {
        width: 750px !important;
    }
}
@media only screen and (max-width: 1140px) {
    #main_area {
        width: 680px !important;
    }
}
@media only screen and (max-width: 930px) {
    #main_area {
        width: 580px !important;
    }
    #main_area .inner article .item .head a h3 span.blank {
        padding: 0;
        display: inline-block;
    }
    #main_area .inner article .item .head a h3 span.blank::after {
        content: "";
        width: 24px;
        height: 12px;
        background: url(../../images/global/ico_blank_g.svg) no-repeat;
        background-size: 12px 12px;
        background-position: right top;
        position: absolute;
        top: auto;
        bottom: 10px;
        right: auto;
    }
}
@media only screen and (max-width: 820px) {
    #main_area {
        width:  480px !important;
    }
}
@media only screen and (max-width: 768px) {
    #main_area {
        width: 90vw !important;
        margin: 0 auto;
    }
    #main_area .inner article {
        display: flex;
        flex-direction: column-reverse;
    }
    #main_area .inner article:not(:first-child) {
        margin: 65px 0 0 0;
    }
    #main_area .inner article .item {
        width: 100%;
        margin: 30px 0 0 0;
    }
    #main_area .inner article .item .head p.logo {
        height: 7vw;
    }
    #main_area .inner article .item .head h3 {
        font-size: 1.3rem;
        margin: 20px 0 0 0;
    }
    #main_area .inner article .item .element ul {
        margin: 20px 0 0 0;
        display: block;
    }
    #main_area .inner article .item .element ul li:nth-child(3) {
        margin: 0;
    }
    #main_area .inner article .item .element p.map_link a:hover {
        opacity: 1;
    }
    #main_area .inner article figure {
        width: 100%;
    }
}