@charset "UTF-8";
/* CSS Document */
.organization {
}
.organization .inner{
    width: 80rem
}
.organization h1 {
    text-transform:capitalize;
}


.overview01{
    background-image: url(../images/common/background.jpg);
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.organization article li:first-child::after{
    content:'>';
    color: #ccc;
    margin: 0 30px;
}

.overview02{
     background-image: url(../images/overview/img_overview_01.jpg);
     background-size: cover;
     width: 100%;
     height:60vh ;
}

.overview03 h2::before {
    content: '';
    width: 20%;
    height: 1px;
    background: #282836;
    display: block;
}
.overview03 h2::after {
    content: '';
    width: 20%;
    height: 1px;
    background: #282836;
    display: block;
}
.overview03 .box01{
    justify-content: space-between;
}
.overview03 .box01 figure {
    width: 35%;
}
.overview03 .box01 div {
    width: 60%;
}
.overview03 li{
    width: 20%;
}
.overview03 .box01 h3::after{
    content: '';
    width: 189px;
    height: 90px;
    position: absolute;
    bottom: 0;
    background-image: url(../images/overview/img_overview_04.png);
    background-size: cover;
}
.overview07 h2::before {
    content: '';
    width: 20%;
    height: 1px;
    background: #282836;
    display: block;
}
.overview07 h2::after {
    content: '';
    width: 20%;
    height: 1px;
    background: #282836;
    display: block;
}
.overview07 .box01{
    border:#282836 solid 1px;
}
.overview07 .box02{
    background: #F7F7F2;
}
.overview07 .box02 .list01::before {
    content: '';
    height: 1px;
    width: 90%;
    background-color: #282836;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
    z-index: -1;
}

.overview08 h2::before {
    content: '';
    width: 20%;
    height: 1px;
    background: #282836;
    display: block;
}
.overview08 h2::after {
    content: '';
    width: 20%;
    height: 1px;
    background: #282836;
    display: block;
}
.overview08 dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.overview08 dt {
    width: 20%;
    border-bottom: dashed 1px #ccc;
    border-right: solid 1px #ccc;
    margin-bottom: 1rem;
    padding: 1rem 2rem;
}
.overview08 dd {
    width: 80%;
    padding-left: 1rem;
    border-bottom: dashed 1px #ccc;
    box-sizing: border-box;
    margin-bottom: 1rem;
    padding: 1rem 2rem;
    text-align: left;
}

@media screen and (max-width: 767px){
.overview{
    padding-left: 0;
    max-width: 100%;
}
.overview03 .box01 {
    flex-direction: column;
}	
.overview03 .box01 figure {
    width: 100%;
}
.overview03 .box01 div {
    width: 100%;
    margin-top: 1rem;
}
.overview03 .box01 h3::after {
    content: '';
    width: 140px;
    height: 68px;
    position: absolute;
    bottom: 0;
    background-image: url(../images/overview/img_overview_04.png);
    background-size: cover;
}
.overview03 ul{
    flex-direction: column;
}
.overview03 li {
    width: 100%;
    padding-bottom: 4rem;
    text-align: center;
}

.overview07 ul {
    justify-content: space-between;
    flex-direction: column;
}
.overview07 li {
    width: 100%;
    margin-bottom: 2rem;
}
.overview07 .box02 .list01::before {
    content: '';
    height: 80%;
    width: 1px;
    background-color: #282836;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
    z-index: -1;
}
.overview08 dt {
    width: 40%;
    border-bottom: dashed 1px #ccc;
    border-right: solid 1px #ccc;
    margin-bottom: 1rem;
    padding: 5px;
}
.overview08 dd {
    width: 60%;
    padding-left: 1rem;
    border-bottom: dashed 1px #ccc;
    box-sizing: border-box;
    margin-bottom: 1rem;
    padding: 5px;
    text-align: left;
}
}
@media screen and (min-width:768px) and ( max-width:1024px) {
.overview03 .box01 {
    flex-direction: column;
}	
.overview03 .box01 figure {
    width: 55%;
}
.overview03 .box01 div {
    width: 100%;
    margin-top: 70px;
}
.overview03 li {
    width: 30%;
}

}