@charset "utf-8";

/******************
aboutpage
******************/

.main img {
    display: block;
    width: 100%;
}

.bg {
    background: #fafafa;
}

.heading {
    /* background: #e8decb; */
    background: url(../../images/common/bg01.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    margin-top: -6.5%;
    padding: 60px 0 100px;
    position: relative;
    z-index: 2;
}

.heading .heading_img {
    display: block;
    margin: auto;
}

.title {
    font-size: 29px;
    font-weight: 700;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-style: normal;
    text-align: left;
    border-bottom: 1px dotted #004077;
}

.sec {
    max-width: 910px;
    padding: 0 15px;
    margin: 0 auto;
    color: #004077;
}

@media print,
screen and (max-width: 767px) {
    .heading {
        padding: 10% 0 10%;
    }
    .heading .heading_img {
        width: 25%;
        max-width: 123px;
    }
    .title {
        font-size: 24px;
    }
}


/*
sec01
*/

.sec01 .greeting {
    padding: 0 0 0 350px;
    position: relative;
    min-height: 360px;
}

.sec01 .greeting .title {
    padding-top: 25px;
    margin: 0 0 20px;
}

.sec01 .greeting .greeting_img {
    position: absolute;
    top: 0;
    left: -20px;
}

.sec01 .greeting .greeting_text {
    line-height: 1.95;
}

.sec01 .greeting .sign {
    display: block;
    margin: 0 0 0 auto;
    max-width: 231px;
}

.sec01 .item01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    padding: 70px 0 60px;
}

.sec01 .item01 .inner {
    max-width: 400px;
    width: 48%;
}

.sec01 .item01 .inner01 p {
    margin-bottom: 80px;
}

.sec01 .item01 .inner02 p {
    margin-top: 50px;
}

.sec01_add img {
    display: block;
    margin: auto;
    padding-bottom:24px;
}

.sec01_add img+img {
    margin: 40px auto;
    max-width: 910px;
    width: 100%;
    padding: 0 15px;
}

.sec01_add p {
    max-width: 910px;
    padding: 0 15px;
    margin: 0 auto;
    color: #004077;
}

@media print,
screen and (max-width: 767px) {
    .sec01 .greeting {
        padding: 0;
        min-height: auto;
    }
    .sec01 .greeting .title {
        padding-top: 0;
    }
    .sec01 .greeting .greeting_img {
        position: relative;
        top: auto;
        left: auto;
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    .sec01 .greeting .greeting_text {
        padding-top: 5%;
    }
    .sec01 .item01 {
        padding: 60px 0;
        display: block;
    }
    .sec01 .item01 .sp-img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
    }
    .sec01 .item01 .sp-img div {
        width: 48%;
    }
    .sec01 .item01 .inner {
        width: 100%;
        max-width: none;
    }
    .sec01 .item01 .inner01 p {
        margin: 3% 0 3%;
    }
    .sec01 .item01 .inner02 p {
        margin: 0;
    }
    .sec01_add img+img {
        margin: 5% auto;
    }
}


/*
sec02
*/

.sec02 {
    padding-top: 90px;
}

.sec02 .title {
    margin: 0 0 20px;
}

.sec02 h4 {
    font-size: 23px;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 30px 0 10px;
}

.sec02 .list01 {
    margin-bottom: 70px;
}

.sec02 .list01 div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px dotted #004077;
    padding: 0 5px 2px;
}

.sec02 .list01 div+div {
    margin-top: 10px;
}

.sec02 .list01 div dt {
    width: 130px;
}

.sec02 .list01 div dd {
    width: calc(100% - 130px);
}

.sec02 .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.sec02 .item02 {
    padding-top: 60px;
}

.sec02 .item .item_img {
    order: 2;
}

.sec02 .item .item_text {
    order: 1;
    padding-right: 30px;
}

.sec02 .item_text .office_name {
    font-size: 23px;
    /*font-weight: 700;*/
    font-weight: 400;
}

.sec02 .item_text .office_number {
    /*font-weight: 700;*/
    margin-bottom: 15px;
}

.sec02 .item_text .list02 div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.sec02 .item_text .list02 div+div {
    margin-top: 5px;
}

.sec02 .item_text .list02 div dt {
    width: 135px;
    /*font-weight: 700;*/
}

.sec02 .item_text .list02 div dd {
    width: calc(100% - 135px);
}

.sec02 .item_text .list02 div dd a {
    text-decoration: none;
    color: #004077;
}

@media print,
screen and (max-width: 767px) {
    .sec02 {
        padding-top: 60px;
    }
    .sec02 h4 {
        font-size: 20px;
        margin: 3% 0 2%;
    }
    .sec02 .list01 {
        margin-bottom: 60px;
    }
    .sec02 .list01 div dt {
        width: 110px;
    }
    .sec02 .list01 div dd {
        width: calc(100% - 110px);
    }
    .sec02 .item {
        display: block;
    }
    .sec02 .item h5 {
        font-size: 20px;
        font-weight: 400;
    }
    .sec02 .item .item_img {
        margin: 20px 0 2%;
    }
    .sec02 .item .item_img img {
        width: 100%;
    }
    .sec02 .item02 {
        padding-top: 60px;
    }
}


/*
sec03
*/

.sec03 {
    padding-top: 70px;
    padding-bottom: 90px;
}

.sec03 .caution {
    font-size: 20px;
    /*font-weight: 700;*/
    text-align: center;
    margin: 30px 0 25px;
}

.sec03 .btn {
    font-size: 20px;
    color: #004077;
    text-align: center;
    display: block;
    border: 1px dotted #004077;
    border-radius: 25px;
    width: 230px;
    padding: 12px 0;
    margin: 20px auto 0;
    text-decoration: none;
    transition: .7s;
}

.sec03 .btn:hover {
    background: #004077;
    color: #fff;
}

.sec03 h4 {
    font-size: 23px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}

.sec03 .item {
    padding-top: 70px;
}
.sec03 .busway01{
    margin-bottom: 24px;
}

.guide_map {
    max-width: 700px;
    width: 100%;

}

.sec03 .walk_guide {
    text-align: center;
    margin-top: 20px;
    line-height: 1.95;
}

.sec03 .walk_guide a {
    color: #004077;
}

@media print,
screen and (max-width: 767px) {
    .sec03 {
        padding-top: 10%;
        padding-bottom: 60px;
    }
    .sec03 .item {
        padding-top: 60px;
    }
    .sec03 h4 {
        font-size: 20px;
    }
    .sec03 .caution {
        font-size: 17px;
    }
}


/*
sec04
*/

.sec04_bg {
    background: #e3d9c5;
    padding: 70px 0 60px;
}

.sec04 .item01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.sec04 .item01 .inner {
    width: 46%;
}

.sec04 .item01 .inner .title {
    margin-bottom: 20px;
}

.sec04 .item01 .inner .list01 li {
    font-size: 15px;
}

.sec04 .item01 .inner .list01 li+li {
    margin-top: 15px;
}

.sec04 .item01 .inner .list01 li span {
    font-size: 17px;
}

.sec04 .item01 .inner .list01 li a {
    color: #004077;
}

.sec04 .item01 .inner .list02 li+li {
    margin-top: 8px;
}

.sec04 .item02 {
    padding-top: 40px;
}

.sec04 .item02 .title {
    margin-bottom: 40px;
}

.sec04 .item02 .title+p {
    line-height: 1.95;
}

.sec04 .privacy_policy {
    background: #fff;
    border-radius: 18px;
    padding: 40px 55px;
    margin-top: 20px;
}

.sec04 .privacy_policy p {
    line-height: 1.95;
}

@media print,
screen and (max-width: 767px) {
    .sec04_bg {
        padding: 60px 0 60px;
    }
    .sec04 .item01 {
        display: block;
    }
    .sec04 .item01 .inner {
        width: 100%;
    }
    .sec04 .item01 .inner+.inner {
        padding-top: 60px;
    }
    .sec04 .item02 {
        padding-top: 60px;
    }
    .sec04 .item02 .title {
        margin-bottom: 4%;
    }
    .sec04 .privacy_policy {
        padding: 6% 8%;
    }
}


/*グーグルマップ*/

#google-map {
    width: 100%;
    max-width: 980px;
    height: 470px;
    margin: 0 auto;
    border: 1px solid rgba(0, 64, 119, 0.5);
    border-radius: 10px;
}