@charset "UTF-8";

a#part0 + section .inner_item_img {
    position: relative;
}
a#part0 + section .inner_item_txt {
    position: absolute;
    z-index: 50;
    bottom: 70px;
    left: 30px;
}
a#part6 + section {
    display: none;
}
a#part8 + section {
    display: none;
}
a#part7 + div {
    display: none;
}
a#part9 + div {
    display: none;
}
a#part4 + div .content_wrapper {
    justify-content: space-around;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: start;
}
@media screen and (max-width: 900px) {
a#part0 + section .inner_item_img {
    position: relative;
    padding-bottom: 25rem;
}
a#part0 + section .inner_item_txt {
    position: absolute;
    z-index: 50;
    top: 140px;
    left: 15px;
}
a#part3 + div {
    display: none;
}
a#part4 + div {
    display: none;
}
a#part6 + section {
    display: block;
}
a#part8 + section {
    display: block;
}
a#part7 + div {
    display: block;
}
a#part9 + div {
    display: block;
}
}
a#COUNSELING + section .inner_item_img {
    position: relative;
}
a#COUNSELING + section .inner_item_txt {
    position: absolute;
    z-index: 50;
    bottom: 70px;
    left: 30px;
    color: #fff;
    width: 43%;
}
@media screen and (max-width: 900px) {
a#COUNSELING + section .inner_item_txt {
    position: inherit;
    z-index: 50;
    bottom: 0;
    left: 0;
    color: #14264e;
    width: 100%;
}
}