@charset "UTF-8";
#contents {
  font-feature-settings: "palt";
  width: 1000px;
}

/*******************************
#leadTxt
*******************************/
#leadTxt {
    margin-bottom: 100px;
}
#leadTxt p {
    font-size: 125%;
    line-height: 1.8;
}

/*******************************
.accWrap 共通
*******************************/
.accWrap {
    margin-bottom: 55px;
}
.accWrap h2 {
    font-size: 212.5%;
    font-weight: 700;
    color: #00336a;
    border-bottom: 1px solid #00336a;
    padding-bottom: 10px;
}
.accWrap h2 span {
    display: block;
    border-left: 5px solid #beaf73;
    padding-left: 20px;
    line-height: 1;
}
.accWrap h2 a {
    position: relative;
    display: block;
}

.accWrap .normalTxt {
    font-size: 112.5%;
    margin-bottom: 60px;
}



/*--------------------
プルダウン
--------------------*/
.mod_panel .panelTitle a:after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/accWrap_icon_open.svg);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -8px;
}
.mod_panel .panelTitle a.open:after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/accWrap_icon_close.svg);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -8px;
}
.mod_panel_inner {
    padding: 50px 0 40px 0;
}
.mod_panel_inner.close {
    display: none;
}
.mod_panel_inner_btn {
    margin-top: 25px;
}
.mod_panel_inner_btn p.closebtn {
    font-size: 112.5%;
    text-align: right;
}
.mod_panel_inner_btn p.closebtn a {
    color: #00336a;
    text-decoration: underline;
    font-weight: 500;
}


/*******************************
#apartment
*******************************/
#apartment p {
    font-size: 112.5%;
    line-height: 1.8;
    margin-bottom: 65px;
}
#apartment dl:first-of-type {
    margin-bottom: 55px;
}
#apartment dl dt {
    color: #00336a;
    font-size: 137.5%;
    margin-bottom: 20px;
    font-weight: 500;
}
#apartment dl dd {
    background-color: #f5f3f2;
    padding: 30px 40px;
}
#apartment dl dd .flBox {
    display: flex;
}
#apartment dl dd .flBox ul {
    padding-left: 1.3em;
}
#apartment dl dd .flBox ul:first-child,
#apartment dl dd .flBox ul:nth-child(2) {
    margin-right: 70px;
}
#apartment dl dd .flBox ul li {
    list-style: disc;
    color: #00336a;
    margin-bottom: 15px;
}
#apartment dl dd .flBox ul li:last-child {
    margin-bottom: 0;
}
#apartment dl dd .flBox ul li a {
    font-size: 112.5%;
    font-weight: 500;
    text-decoration: underline;
}
#apartment dl dd .flBox.flBox02 ul {
    padding-left: 1.2em;
}
#apartment dl dd .flBox.flBox02 ul:first-child,
#apartment dl dd .flBox.flBox02 ul:nth-child(2),
#apartment dl dd .flBox.flBox02 ul:nth-child(3){
    margin-right: 20px;
}
#apartment dl .link {
    padding: 45px 0;
}
#apartment dl .link a {
    width: 400px;
    height: 70px;
    font-size: 137.5%;
    font-weight: 500;
    color: #00336a;
    display: block;
    background-color: #fff;
    border: 1px solid #00336a;
    border-radius: 35px;
    text-align: center;
    line-height: 70px;
    margin: 0 auto;
}
#apartment dl .link a .ft01 {
    font-weight: 700;
    font-size: 120%;
}
#apartment dl .link a .color {
    transform: scale(1,0.8);
    display: inline-block;
    color: #beaf73;
    line-height: 1;
}

/*******************************
#opencampus
*******************************/
#opencampus.accWrap {
    margin-bottom: 90px;
}
#opencampus .txtBox {
    font-size: 112.5%;
    margin-bottom: 50px;
}
#opencampus .link a {
    width: 400px;
    height: 70px;
    font-size: 137.5%;
    font-weight: 500;
    color: #00336a;
    display: block;
    background-color: #fff;
    border: 1px solid #00336a;
    border-radius: 35px;
    text-align: center;
    line-height: 70px;
    margin: 0 auto;
}
#opencampus .link a .ft01 {
    font-weight: 700;
    font-size: 120%;
}
#opencampus .link a .color {
    transform: scale(1,0.8);
    display: inline-block;
    color: #beaf73;
    line-height: 1;
}


/*******************************
#dayflow
*******************************/
#dayflow.accWrap {
    margin-bottom: 95px;
}
#dayflow .mod_panel {
    position: relative;
}
#dayflow h2 {
    background-color: #ded7b9;
    font-size: 225%;
    border-bottom: none;
    text-align: center;
    padding: 30px 0;
}
#dayflow h2 span {
    font-size: 80%;
    border-left: none;
    display: contents;
}
#dayflow .abTxt {
    color: #fff;
    background-color: #00336a;
    font-weight: 700;
    font-size: 137.5%;
    text-align: center;
    padding: 15px 30px;
    line-height: 1.3;
    position: absolute;
    top: -45px;
    left: -50px;
}
#dayflow .abTxt span {
    font-size: 180%;
}

#dayflow .leadTxt {
    font-size: 112.5%;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 40px;
}
#dayflow .imgBox {
    width: 300px;
    margin: 0 auto;
}
#dayflow .imgBox img {
    width: 100%;
}
#dayflow ul {
    margin-top: 50px;
}
#dayflow ul li {
    display: flex;
    align-items: center;
    padding: 20px;
    position: relative;
}
#dayflow ul li .number {
    width: 43px;
    height: 43px;
    background-color: #00336a;
    color: #fff;
    font-weight: 700;
    font-size: 162.5%;
    text-align: center;
}
#dayflow ul li .txtBox {
    font-size: 150%;
    color: #00336a;
    font-weight: 700;
    width: 400px;
    text-align: center;
    margin-left: 45px;
}
#dayflow ul li .link {
    margin-left: auto;
}
#dayflow ul li .link a {
    width: 340px;
    height: 60px;
    font-size: 112.5%;
    font-weight: 500;
    color: #00336a;
    display: block;
    background-color: #fff;
    border: 1px solid #00336a;
    border-radius: 35px;
    text-align: center;
    line-height: 60px;
    margin: 0 auto;
}
#dayflow ul li .link a .ft01 {
    font-weight: 700;
    font-size: 120%;
}
#dayflow ul li .link a .color {
    transform: scale(1,0.8);
    display: inline-block;
    color: #beaf73;
    line-height: 1;
}
#dayflow ul li:nth-child(2n+1) {
    background-color: #f5f3f2;
}
#dayflow ul li:nth-child(3) .txtBox {
    color: #ff0000;
    font-weight: 500;
    font-size: 125%;
    line-height: 1.3;
}
#dayflow ul li:nth-child(3) .txtBox span {
    font-size: 160%;
    font-weight: 700;
}
#dayflow ul li::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 29px;
    background-image: url(../images/dayflow_arrow_01.svg);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    bottom: -15px;
    left: 300px;
    z-index: 10;
}
#dayflow ul li:last-child::after {
    content: none;
}

/*******************************
#accessLink
*******************************/
#accessLink {
    text-align: center;
}
#accessLink .txtWrap {
    color: #00336a;
    font-weight: 700;
    margin-bottom: 25px;
}
#accessLink .txtWrap span {
    font-size: 180%;
    text-decoration: underline;
}
#accessLink a {
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #ded7b9;
    -webkit-box-shadow: 4px 4px 0 #00336a;
    box-shadow: 4px 4px 0 #00336a;
    box-sizing: border-box;
    position: relative;
    display: block;
    font-size: 137.5%;
    font-weight: 700;
    color: #00336a;
    width: 500px;
    margin: 0 auto;
}
#accessLink a p span {
    color: #fff;
}






/*******************************
linkArea
*******************************/
#linkArea {
    padding-top: 70px;
    display: flex;
    justify-content: space-between;
}
#linkArea .btnArea {
    width: 480px;
}
#linkArea .btnArea .txt {
    font-size: 137.5%;
    color: #00336a;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}
#linkArea .btnArea .txt span {
    font-size: 120%;
}

#linkArea .btnArea a {
    height: 120px;
    line-height: 110px;
    text-align: center;
    background: #00336a;
    -webkit-box-shadow: 4px 4px 0 #7e7e86;
    box-shadow: 4px 4px 0 #7e7e86;
    box-sizing: border-box;
    position: relative;
    display: block;

    font-size: 212.5%;
    font-weight: 700;
    color: #fff;
}
#linkArea .btnArea a::after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../images/linkArea_arrow_01.svg);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -20px;
}
#linkArea .btnArea a p {
    border: 1px solid #fff;
    height: 110px;
    width: 470px;
    box-sizing: border-box;
    margin: 5px 0 0 0px;
    text-align: center;
    display: inline-block;
}
