@charset "UTF-8";

/* mv -------------------------------------- */
article#mv {
    background: url(../img/gro/group-mv-bg.jpg) center center no-repeat;
    background-size: cover;
}

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

}


/* section -------------------------------------- */
article#section1 {
    background: url(../img/gro/group-s1-bg.jpg) center center no-repeat;
    background-size: cover;
	padding: 100px 0;
    z-index: 2;
}
article#section2 {
    background: url(../img/gro/group-s2-bg.jpg) center center no-repeat;
    background-size: cover;
	padding: 100px 0;
    z-index: 2;
}

.groupArea {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
}
.groupArea img {
    width: 250px;
    margin-right: 30px;
}
.groupArea .titleArea {
    margin: unset;
}
.groupArea .titleArea * {
    text-align: left;
}
.groupArea .titleArea .groupSub {
    margin-top: 50px;
    line-height: 1.5em;
}

@media screen and (min-width: 768px){
    [class^="layoutArea"] {
        height: 450px;
    }
}

#section1 [class^="layoutArea"] div.layoutImage {
    height: 450px;
}
#section1 [class^="layoutArea"] div.layoutBlock {
    height: 450px;
}
section#s1-2 [class^="layoutArea"] div.layoutImage {
    background: url(../img/gro/group-s1-1-img.jpg) center center no-repeat;
    background-size: cover;
}
section#s1-3 [class^="layoutArea"] div.layoutImage {
    background: url(../img/gro/group-s1-2-img.jpg) center center no-repeat;
    background-size: cover;
}
section#s1-2 [class^="layoutArea"] div h3::after, section#s1-3 [class^="layoutArea"] div h3::after {
    background: #e60012;
}

.subMenu {
    width: 100%;
}
article#section1 .subMenu a {
    border: 3px solid #e60012;
}
article#section1 .subMenu a:hover {
    background: #e60012;
}
article#section1 .subMenu a::after {
    background: url(../img/gro/hagane-submenu-after.png) center right no-repeat;
    background-size: contain;
}
article#section2 .subMenu a {
    border: 3px solid #eb6ea5;
}
article#section2 .subMenu a:hover {
    background: #eb6ea5;
}
article#section2 .subMenu a::after {
    background: url(../img/gro/oita-submenu-after.png) center right no-repeat;
    background-size: contain;
}

section#s1-5, section#s2-5 {
    margin-top: 50px;
}
section#s1-5 iframe ,section#s2-5 iframe {
	width: 50vw;
    height: 500px;
    filter: grayscale();
    position: absolute;
    right: 0;
    z-index: 3;
}
section#s1-5 div.layoutBlock, section#s2-5 div.layoutBlock {
    height: 500px !important;
}
section#s1-5 .outline, section#s2-5 .outline {
    width: 48%;
    height: 490px;
    justify-content: flex-start;
    align-items: flex-start;
}
section#s1-5 .outline{
    background: rgba(51, 51, 51, .8);    
}
section#s2-5 .outline {
    background: rgba(23, 23, 23, .8);
}
section#s1-5 .outline h4, section#s2-5 .outline h4 {
    margin: 0;
    font-size: 1.6rem;
}
section#s1-5 .outline td, section#s2-5 .outline td {
    font-size: 1.4rem;
    word-break: keep-all;
}
section#s1-5 .outline hr, section#s2-5 .outline hr {
    display: block;
    width: 120%;
    margin: 15px 0;
}
section#s1-5 .outline hr {
    border: 1px solid #e60012;
}
section#s2-5 .outline hr {
    border: 1px solid #eb6ea5;
}

article#section2>img {
    margin: 0 0 50px;
}
.outline td {
    line-height: 1em;
}

.outline td a{
    color: inherit;
    font-size: inherit;
}


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

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

/* section2 -------------------------------------- */
article#section2 {
    padding: 100px 0;
}

@media screen and (max-width: 1024px){
}
@media screen and (max-width: 768px){
    article#section1, article#section2 {
        padding: 50px 0;
    }
    section#s1-5, section#s2-5 {
        margin: 50px auto 0;
    }
    .groupArea {
        flex-direction: column;
        margin-bottom: 50px;
    }
    .groupArea img {
        width: 200px;
        margin: 0 auto;
    }
    .groupArea .titleArea * {
        text-align: center;
    }
    .groupArea .titleArea h2 {
        margin-top: 25px;
        font-size: 2.6rem;
    }
    .groupArea .titleArea .groupSub {
        margin: 25px auto;
    }
    [class^="layoutArea"] div.layoutBlock {
        height: unset !important;
        margin-top: 10px;
    }
    .subMenu {
        width: 90%;
    }
    .subMenu a:first-child {
        margin-top: 0;
    }
    section#s1-5 iframe, section#s2-5 iframe {
        width: 100%;
        height: 300px;
        margin: 0 auto;
        position: relative;
    }
    section#s1-5 div.layoutBlock, section#s2-5 div.layoutBlock {
        height: auto !important;
    }
    section#s1-5 .outline, section#s2-5 .outline {
        width: 100%;
        height: auto;
    }
    section#s1-5 .outline hr, section#s2-5 .outline hr {
        width: 100%;
    }
    article#section2 .groupArea {
        margin-bottom: 0;
    }
    article#section2>img {
        margin: 0 0 25px;
    }
}
@media screen and (max-width: 499px){
}

