@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#gNavi > ul > .navi01 a {
    background-position: left bottom 11px;
    background-size: 100% 1px;
}
.mainVisual {
    margin: 0 0 0 100px;
    height: calc(100vh - 180px);
    position: relative;
}
.mainVisual .ttlBox02,
.mainVisual .ttlBox03,
.mainVisual .ttlBox04 {
    display: none;
}
.mainVisual .scroll {
    margin-left: -50px;
    position: absolute;
    left: 0;
    bottom: -60px;
    width: 100%;
    text-align: center;
}
.mainVisual .scroll a {
    display: block;
    padding-bottom: 110px;
    color: #fff;
    font-family: 'EB Garamond', serif; 
    font-weight: 500;
}
.mainVisual .scroll a:hover {
    opacity: 0.7;
}
.mainVisual .scroll a:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 100px;
    width: 1px;
    background: #fff;
    content: "";
}
.mainVisual .infoVisual {
    position: relative;
    height: 100%;
    background: #fff !important;
}
.mainVisual:before {
    position: absolute;
    left: -100px;
    height: 900px;
    bottom: -300px;
    right: 150px;
    background: url("../img/common/bg_dot_student_apartment_workstyle_green01.png") repeat left top;
    content: "";
    z-index: -1;
    background-size: 4px auto;
}
.mainVisual .title {
    position: absolute;
    left: -70px;
    bottom: 161px;
    z-index: 10;
}
.mainVisual .title .info {
    padding: 6px 19px 15px;
    display: inline-block;
    font-size: 4rem;
    font-weight: 600;
    background: #fff;
    letter-spacing: 0.1em;
}
.mainVisual .title .info:not(:last-child) {
    margin-bottom: 25px;
}
.backstretch img {
	transition: transform 6s linear;
	-webkit-transition: -webkit-transform 6s linear;
	transform: scale(1);
	-webkit-transform: scale(1);
}
.backstretch .active {
	transform: scale(1.07);
	-webkit-transform: scale(1.07);
}
#main .sec01 {
    padding-bottom: 152px;
    position: relative;
    margin-top: 238px;
}
#main .sec01:before {
    position: absolute;
    right: 0;
    top: -108px;
    bottom: 0;
    width: calc(50% + 500px);
    background: #fff;
    content: "";
}
#main .sec01:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 20px;
    width: 1px;
    content: "";
    background: #008cd4;
}
#main .sec01 h2 {
    margin-bottom: 55px;
    font-size: 3.2rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.15em;
}
#main .sec01 p {
    line-height: 3.1;
    letter-spacing: 0.15em;
    text-align: center;
}
#main .sec01 .content {
    position: relative;
}
#main .sec02 .topBox {
    margin-bottom: -48px;
    height: 587px;
    background: url("../img/index/index_img_student_apartment.jpg") no-repeat center top;
    background-size: cover;
}
#main .sec02 .topBox h2 {
    position: relative;
    color: #fff;
    padding-top: 130px;
    text-align: center;
}
#main .sec02 .topBox h2:before {
    position: absolute;
    left: 50%;
    top: 0px;
    width: 1px;
    height: 60px;
    background: #fff;
    content: "";
}
#main .sec02 .topBox h2 .infoTxt {
    display: inline-block;
    padding-bottom: 4px;
    font-size: 2.8rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    border-bottom: 1px solid #fff;
}
#main .sec02 .topBox h2 .infoTxt:not(:last-child) {
    margin-bottom: 18px;
}
#main .inner {
    max-width: 1000px;
    margin: 0 auto 100px;
}
#main .inner a {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
#main .inner .photoBox {
    width: 55%;
    overflow: hidden;
}
#main .inner .photoBox img {
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: -webkit-transform 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
}
#main .inner .textBox {
    width: 40%;
}
#main .inner .textBox .ttl {
    margin-bottom: 28px;
    position: relative;
    padding-left: 15px;
    font-size: 3rem;
    display: block;
    line-height: 1.33;
    letter-spacing: 0.1em;
}
#main .inner .textBox .ttl:before {
    position: absolute;
    left: 0;
    top: 24px;
    width: 9px;
    height: 1px;
    background: #000;
    content: "";
}
#main .inner .textBox .txtSpan {
    margin-bottom: 34px;
    display: block;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.05em;
}
#main .inner01 a {
    -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
}
#main .inner01 .textBox {
    padding-left: 60px;
}
#main .inner02 {
    margin-bottom: 170px;
}
#main .sec03 {
    padding: 100px 0 118px;
    background: url("../img/common/bg_dot_student_apartment_workstyle_green02.png") repeat left top;
    background-size: 4px auto;
}
#main .sec03 .content {
    max-width: 1200px;
}
#main .sec03 .headLine05 {
    margin-bottom: 30px;
}
#main .sec03 .headLine05:before {
    height: 80px;
    top: -120px;
    background: #019644;
}
#main .sec03 .headLine05 {
    min-width: 520px;
    font-size: 3.6rem;
    letter-spacing: 0.15em;
}
#main .sec03 .topTxt {
    margin-bottom: 54px;
    line-height: 2.25;
    font-weight: 500;
    text-align: center;
}
#main .sec04 {
    padding: 120px 0 135px;
    border-bottom: 1px solid #e6e6e6;
}
#main .sec04 .inner01 a {
	cursor: default;
	/*pointer-events: none;*/
}
#main .sec04 .inner01 {
    margin-bottom: 0;
}
/*#main .sec04 .inner01 .comMore {
    background: #b2dcf2;
}*/
/*#main .sec04 .inner01 .comMore:before,
#main .sec04 .inner01 .comMore:after {
    display: none;
}*/
@media all and (min-width: 897px) {
    #main .inner a:hover .comMore::before {
        -webkit-animation: line 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        animation: line 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    }
    #main .inner a:hover .photoBox img {
        -webkit-transform: scale(1.05) translate3d(0, 0, 0);
        transform: scale(1.05) translate3d(0, 0, 0);
    }
}
@media all and (max-width: 896px) {
    .mainVisual {
        margin: 0 0 0 20px;
        height: 450px;
    }
    .mainVisual .scroll {
        display: none;
    }
    .mainVisual:before {
        left: -20px;
        height: 280px;
        bottom: -30px;
        right: 40px;
    }
    .mainVisual .title {
        position: absolute;
        left: -10px;
        bottom: 20px;
        z-index: 10;
    }
    .mainVisual .title .info {
        padding: 2px 10px 8px;
        display: inline-block;
        font-size: 2rem;
        font-weight: 600;
        background: #fff;
        letter-spacing: 0.1em;
    }
    .mainVisual .title .info:not(:last-child) {
        margin-bottom: 5px;
    }
    #main .sec01 {
        padding-bottom: 76px;
        margin-top: 63px;
    }
    #main .sec01:before {
        display: none;
    }
    #main .sec01:after {
        height: 10px;
    }
    #main .sec01 h2 {
        margin-bottom: 21px;
        font-size: 1.8rem;
        line-height: 1.65;
    }
    #main .sec01 p {
        line-height: 2.65;
    }
    #main .sec02 .topBox {
        margin-bottom: -20px;
        height: 270px;
        background: url("../img/index/index_img_student_apartment_sp.jpg") no-repeat center top;
        background-size: cover;
    }
    #main .sec02 .topBox h2 {
        padding-top: 49px;
        line-height: 2.2;
    }
    #main .sec02 .topBox h2:before {
        position: absolute;
        left: 50%;
        top: 0px;
        width: 1px;
        height: 30px;
        background: #fff;
        content: "";
    }
    #main .sec02 .topBox h2 .infoTxt {
        display: inline;
        padding-bottom: 4px;
        font-size: 1.6rem;
    }
    #main .sec02 .topBox h2 .infoTxt:not(:last-child) {
        margin-bottom: 18px;
    }
    #main .inner {
        max-width: inherit;
        margin: 0 10px 60px;
    }
    #main .inner a {
        display: block;
    }
    #main .inner .photoBox {
        margin-bottom: 24px;
        display: block;
        width: 100%;
        overflow: hidden;
    }
    #main .inner .textBox {
        width: 100%;
        display: block;
    }
    #main .inner .textBox .ttl {
        margin-bottom: 13px;
        padding-left: 13px;
        font-size: 1.8rem;
        line-height: 1.55;
    }
    #main .inner .textBox .ttl:before {
        left: 0;
        top: 13px;
        width: 7px;
    }
    #main .inner .textBox .txtSpan {
        margin-bottom: 21px;
        font-size: 1.2rem;
        line-height: 1.8;
    }
    #main .inner01 .textBox {
        padding-left: 0;
    }
    #main .inner02 {
        margin-bottom: 60px;
    }
    #main .sec03 {
        padding: 52px 0 39px;
    }
    #main .sec03 .content {
        max-width: inherit;
    }
    #main .sec03 .headLine05 {
        margin-bottom: 25px;
    }
    #main .sec03 .headLine05:before {
        height: 40px;
        top: -63px;
    }
    #main .sec03 .headLine05 {
        min-width: 225px;
        font-size: 1.6rem;
        letter-spacing: 0.15em;
    }
    #main .sec03 .topTxt {
        margin-bottom: 28px;
        line-height: 1.8;
        letter-spacing: 0.2em;
    }
    #main .sec04 {
        padding: 40px 0 36px;
    }
}