body {
    background: url('/images/top_bg.svg') center center repeat-y;
    background-color: #F2F2F2;
    background-size: cover;
}

.mt1rem {
    margin-top: 1rem !important;
}

.mt2rem {
    margin-top: 2rem !important;
}

.mt3rem {
    margin-top: 3rem !important;
}

.mt4rem {
    margin-top: 4rem !important;
}

.mt5rem {
    margin-top: 5rem !important;
}

.dspblock {
    display: block;
}

#pagenavswt {
    display: none;
}


.mt3rempc {
    margin-top: 3rem !important;
}


footer {
    width: 100%;
    min-width: 1050px;
    padding: 100px 0 20px;
}

.pagefooter {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.footLogo {
    text-align: center;
    margin-bottom: 2rem;
}

.footLogo img {
    max-width: 300px;
    height: auto;
    margin: auto;
}
.footLogo span{
	font-size: 13px;
	color: #00A0E9;
	display: inline-block;
	margin-top: 30px;
}

.pagefooter ul {
    list-style: none;
    margin-bottom: 3rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
}

.pagefooter ul li {
    display: inline-block;
    font-size: 13px;
}

.pagefooter ul li a {
    color: #595757;
    text-decoration: none;
}

.footCopy {
    font-size: 11px;
}

.pageMain {
    width: 100%;
    min-width: 1050px;
    min-height: 100%;
    padding-top: 180px;
}

.pageMainLogo {
    position: absolute;
    width: 70px;
    top: 60px;
    left: 30px;
    z-index: 999;
}

.pageNavMenu {
    position: absolute;
    width: 100%;
    min-width: 1050px;
    height: 40px;
    top: 0;
}

.pageNavMenu nav {
    position: absolute;
    width: 100%;
    min-width: 1050px;
    height: 40px;
    top: 60px;
    right: 0;
    border: none;
    padding: 0;
    background-color: transparent;
    z-index: 998;
    opacity: 1.0;
    animation: none;
}

.pageNavMenu nav ul {
    width: 100%;
    height: 100%;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: end;
}

.pageNavMenu nav ul li {
    position: static;
    display: inline-block;
    padding: 0 30px;
}

.pageNavMenu nav ul li:hover {
    background-color: transparent;
}

.pageNavMenu nav ul li a {
    position: static;
    display: inline-block;
    text-decoration: none;
    color: #595757;
    font-weight: 500;
    font-size: 15px;
}

.pageNavMenu nav ul li.pnavSubSwt {
    position: relative !important;
}

.pageNavMenu nav ul li ul.pnavSub {
    display: none;
    position: absolute !important;
    border: 3px solid #0096DF !important;
    border-radius: 8px !important;
    padding: 16px 0 !important;
    width: auto !important;
    height: auto !important;
    bottom: 0 !important;
    left: 64% !important;
    right: auto !important;
    transform: translate(-50%, 100%) !important;
}

.pageNavMenu nav ul li ul.pnavSub::after {
    width: 20px;
    height: 20px;
    border-top: 3px solid #0096DF !important;
    border-left: 3px solid #0096DF !important;
    background-color: #FFF;
    content: '';
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(45deg);
}


.pageNavMenu nav ul li ul.pnavSub li {
    display: block !important;
    font-size: 16px;
    padding: 10px 20px !important;
    position: relative !important;
    font-weight: 400;
    white-space: nowrap;
}

.pageNavMenu nav ul li ul.pnavSub li img,
.ciList dd a img {
    display: inline-block;
    width: 12px;
    height: auto;
    vertical-align: middle;
    margin-left: 6px;
    margin-right: 12px;
}


.pageNavMenu nav ul li ul.pnavSub li a {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
}


.pageNavMenu nav ul li ul.pnavSub li:hover {
    background-color: #F2F2F2 !important;
}

.pageContentWrap {
    width: 90%;
    max-width: 900px;
    background-color: #FFF;
    padding: 50px 100px;
    margin: auto;
}

.pageContentWrap h1 {
    margin: 0 auto 40px;
    padding: 0 40px;
}

.pageContentWrap h1.titleci {
    margin: -120px auto 40px -180px;
    padding: 0 40px;
    width: 660px;
}

.pageTitleSky {
    border-radius: 30px;
    background-color: #E5F4FC;
    display: flex;
    padding: 10px 5%;
    align-items: center;
    flex-wrap: wrap;
}

.pageTitleLime {
    border-radius: 30px;
    background-color: rgba(122, 201, 67, 0.3);
    display: flex;
    padding: 20px 5%;
    align-items: center;
    flex-wrap: wrap;
}

.pageTitleIcon {
    width: 170px;
    height: auto;
    margin: 0 30px;
}

.pageTitleMain {
    width: calc(100% - 230px);
}

.pageTitleMain h2 {
    font-size: 30px;
    color: #004994;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.pageTitleMain h2 span {
    font-size: 15px;
    display: block;
}

.pageTitleMain h2 span.middle {
    font-size: 20px;
    display: inline-block;
}

.pageTitleMain h2 span.middle span {
    display: inline-block;
    font-size: 13px;
}

.pageTitleLead {
    width: 100%;
    margin: 16px 0;
}

.pageTitleLead p {
    text-align: justify;
}

.timetable {
    margin: 100px 0 60px;
    position: relative;
    opacity: 0;
    transform: translate(0, 0);
    transition: all 0.5s;
    transform: translate(0, 50px);
}

.timetable::after {
    position: absolute;
    width: 1px;
    height: calc(100% - 240px);
    content: '';
    border-left: 8px solid #80CAEF;
    top: 100px;
    left: 116px;
    z-index: 0;
}


.ttGroup {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
    position: relative;
    z-index: 10;
    opacity: 0;
    transform: translate(0, 0);
    transition: all 0.5s;
    transform: translate(0, 50px);
}

.ttIcon {
    width: 240px;
}

.ttIcon img {
    width: 240px;
}


.ttBody {
    width: calc(100% - 240px);
    padding-left: 40px;
}

.ttBody p {
    font-weight: 400;
}

.ttBody p span {
    font-size: 75%;
}

.ivmL,
.ivmR {
    width: 100%;
    margin: 5rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    opacity: 0;
    transition: all 0.5s;
    transform: translate(0, 50px);
}

.ivmL {
    flex-direction: row-reverse;
}

.ivmL .ivImg,
.ivmR .ivImg {
    width: 200px;
}

.ivImg-254{
    width: 254px;
}

.ivmL .ivBody,
.ivmR .ivBody {
    width: calc(100% - 240px);
    font-weight: 400;
    line-height: 1.6;
}

.ivBody-w-254{
    width: calc(100% - 255px)!important;
}

.ivmL .ivBody h3,
.ivmR .ivBody h3 {
    font-size: 24px;
    color: #004994;
    font-weight: 400;
    margin-bottom: 1rem;
}


/* 会社概要 */
.ciList {
    margin: 5rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ciList dt {
    width: 130px;
    border-bottom: 3px solid #DCDDD9;
    font-size: 15px;
    font-weight: 400;
    padding: 1rem 0 0.5rem;
}

.ciList dd {
    width: calc(100% - 130px);
    border-bottom: 1px solid #DCDDD9;
    font-size: 15px;
    font-weight: 400;
    padding: 1rem 0 0.5rem 3rem;
}

.subtitleci {
    width: 300px;
    margin: 8rem 0 5rem;
}

.scrollin {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

.cihistory {
    margin: 0 0 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cihistory dt {
    width: 80px;
    padding: 2rem 0 0.5rem;
}

.cihistory dt img {
    vertical-align: baseline;
}


.cihistory dd {
    width: calc(100% - 80px);
    padding: 1.6rem 0 0.5rem 3rem;
    font-size: 15px;
    font-weight: 400;
}






@media screen and (max-width: 736px) {

    .mt3rempc {
        margin-top: auto !important;
    }

    .footLogo {
        text-align: left;
    }

    footer {
        width: 100%;
        min-width: 100%;
        padding: 100px 0 20px;
    }

    .pagefooter {
        text-align: left;
    }

    .pagefooter ul {
        list-style: none;
        margin: 0 0 3rem;
        padding: 0;
    }

    .pagefooter ul li {
        display: block;
        width: 100%;
        margin: 0 0 1rem;
    }

    .footCopy {
        text-align: center;
    }


    .spmb1rem {
        margin-bottom: 1rem !important;
    }

    .spmb2rem {
        margin-bottom: 2rem !important;
    }

    .spmt1rem {
        margin-top: 1rem !important;
    }

    .spmt2rem {
        margin-top: 2rem !important;
    }

    nav#pagenav {
        display: none;
    }

    #pagenavswt {
        display: inline-block;
        position: fixed;
        width: 40px;
        height: 40px;
        top: 60px;
        right: 30px;
        border: 2px solid #0096DF;
        border-radius: 8px;
        background-color: #FFF;
        z-index: 999;
    }

    #pagenavswt:hover {
        cursor: pointer;
    }

    #pagenavswt span {
        width: 21px;
        height: 0;
        border-top: 3px solid #0096DF;
        position: absolute;
        right: 8px;
    }

    #pagenavswt span.ns01 {
        top: 8px;
    }

    #pagenavswt span.ns02 {
        top: 17px;
    }

    #pagenavswt span.ns03 {
        top: 26px;
    }

    #pagenav .navcloser {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 999;
    }

    #pagenav .navcloser:hover {
        cursor: pointer;
    }




    .pageMainLogo {
        top: 50px;
        left: 10px;
    }

    .pageMain {
        min-width: 100%;
        padding-top: 150px;
    }


    .titleIcon {
        text-align: center;
        margin-top: -120px;
    }

    .titleIcon img {
        width: 120px;
        height: auto;
        margin: auto;
    }

    .pageContentWrap {
        padding: 30px 30px;
    }

    .pageTitleSky,
    .pageTitleLime {
        padding: 20px 20px;
    }

    .pageTitleIcon {
        width: 100%;
        height: 150px;
    }

    .pageTitleIcon img {
        width: 120px;
        height: auto;
        margin: auto;
    }

    .pageTitleMain {
        width: 100%;
    }

    .pageTitleMain h2 span.middle span {
        display: block;
    }

    .pageTitleMain h2 {
        font-size: 24px;
    }

    .timetable::after {
        top: 50px;
        left: 44px;
        height: calc(100% - 140px);
    }


    .ttGroup {
        align-items: start;
    }

    .ttIcon {
        width: 100%;
    }

    .ttIcon img {
        width: 240px;
    }

    .ttIcon img.w210 {
        width: 210px;
    }

    .ttIcon img.w240 {
        width: 240px;
    }

    .ttIcon img.w250 {
        width: 250px;
    }

    .ttIcon img.w260 {
        width: 260px;
    }

    .ttIcon img.w270 {
        width: 270px;
    }

    .ttIcon img.w280 {
        width: 280px;
    }

    .ttIcon img.w290 {
        width: 290px;
    }

    .ttIcon img.w300 {
        width: 300px;
    }

    .ttIcon img.w310 {
        width: 310px;
    }

    .ttIcon img.w320 {
        width: 320px;
    }

    .ttBody {
        width: 100%;
        padding-left: 100px;
        margin-top: 1rem;
    }


    .ivmL .ivImg,
    .ivmR .ivImg {
        width: 200px;
        margin: 0 auto 2rem;
    }

    .ivImg-254{
        width: 200px;
        margin: 0 auto 2rem;
    }

    .ivmL .ivBody,
    .ivmR .ivBody{
        width: 100%;
    }
    .ivBody-w-254 {
        width: 100%!important;
    }



    /* 会社概要　*/
    .pageContentWrap h1.titleci {
        margin: 3rem 0;
        width: 300px;
        padding: 0;
    }

    .ciList dt {
        width: 100%;
        border-bottom: none;
        padding: 1rem 0 0;
    }

    .ciList dd {
        width: 100%;
        border-bottom: 1px solid #DCDDD9;
        font-weight: 400;
        padding: 0 0 0.5rem;
    }

    .subtitleci {
        width: 240px;
        margin: 8rem 0 2rem;
    }

    .cihistory dd {
        padding: 1.5rem 0 0.5rem 1rem;
    }


}