@charset "UTF-8";
/*----------------------------------------

	- parts
	- mpic
	- service
	- process
	- organization

-----------------------------------------*/

/*----------------------------------------
	parts
-----------------------------------------*/

#header {
    display: none;
}


/*----------------------------------------
	mpic
-----------------------------------------*/

html,
body,
#wrapper {
    height: 100%;
}

#mpic {
    position: relative;
    width: 640px;
    height: 100%;
    background: url("../img/top_mpic_bg.jpg") center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
}

#mpic h1 {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -28px;
}

#mpic p {
    position: absolute;
    bottom: 120px;
    width: 100%;
}

#mpic p:before {
    content: "";
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    bottom: -48px;
    width: 100%;
    height: 16px;
    /* background: url("http://worldmap.jp/img/top_mpic_ya@sp.png") no-repeat center; */
}

@media screen and (min-width: 768px) and (max-width: 979px) {

    /*TB*/
    #mpic h1 img {
        width: auto;
        height: 38px;
    }

    #mpic {
        width: 100%;
    }

    #mpic h1 {
        margin-top: -19px;
    }
}

@media screen and (min-width: 980px) {
    /*PC*/


    #mpic {
        width: 100%;
    }

    #mpic h1 {
        margin-top: -19px;
    }

    #mpic p {
        bottom: 90px;
    }

    #mpic p:before {
        content: "p";
        bottom: -30px;
        height: 10px;
        /* background-image: url("http://worldmap.jp/img/top_mpic_ya.png"); */
    }

    #mpic p a:hover {
        background-color: #688286;
        background-color: rgba(255, 255, 255, 0.3);
    }
}


/*----------------------------------------
	service
-----------------------------------------*/

#ser .box {
    /*    display: none;*/
}

#ser div + ul.nav {
    /*    display: none;*/
}

#ser.open div + ul.nav {
    display: block;
}

open #ser.open ul.nav li h2 img,
#ser.open ul.nav li p {
    /*    display: none;*/
}

#ser.open ul.nav,
#ser.open ul.nav li {
    margin: 0 !important;
    padding: 0 !important;
}

#ser.open ul.nav li a {
    display: block;
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#ser.open .box {
    display: block;
    padding-bottom: 60px;
    background-color: #e5e5e5;
}

#ser.open .boxs {
    padding: 40px 40px 0 40px;
}

#ser.open .boxs h3 {
    padding-bottom: 10px;
    color: #231815;
    font-weight: bold;
}

#ser.open .boxs ul.list {
    margin-right: -6px;
    padding-top: 20px;
    letter-spacing: -.40em;
}

#ser.open .boxs ul.list li {
    display: inline-block;
    letter-spacing: normal;
    margin: 6px 6px 0 0;
    padding: 12px 20px;
    background-color: #fff;
}

#ser.open .boxs h4 {
    margin-bottom: -20px;
    padding-top: 20px;
}

#ser.open .boxs ul.list_sp {
    padding-top: 20px;
}

#ser.open .boxs ul.list_sp li {
    text-indent: -1em;
    margin-left: 1em;
}

#ser.open .boxs p.link {
    padding-top: 20px;
}

#ser.open .boxs p.link img {
    margin: -3px 6px 0 6px;
    vertical-align: middle;
}

#ser.open .boxs a {
    color: #888;
}


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

    /*SP*/
    /*
    #ser {
        width: 640px;
        margin-top: -60px;
        padding-top: 120px;
    }*/

    #ser ul.nav {
        height: 484px;
        margin-top: -22px;
    }

    #ser ul.nav li {
        float: left;
        margin: 40px 0 0 116px;
    }

    #ser ul.nav li:nth-child(odd) {
        margin-left: 60px;
    }

    #ser ul.nav li a {
        display: block;
        width: 202px;
        height: 202px;
        background-repeat: no-repeat;
    }

    #ser ul.nav li.n1 a {
        background-image: url("http://worldmap.jp/img/top_ser_nav01@sp.png");
    }

    #ser ul.nav li.n2 a {
        background-image: url("http://worldmap.jp/img/top_ser_nav02@sp.png");
    }

    #ser ul.nav li.n3 a {
        background-image: url("http://worldmap.jp/img/top_ser_nav03@sp.png");
    }

    #ser ul.nav li.n4 a {
        background-image: url("http://worldmap.jp/img/top_ser_nav04@sp.png");
    }

    #ser ul.nav li h2 img,
    #ser ul.nav li p {
        /*        display: none;*/
    }

    /* open */
    #ser.open ul.nav {
        height: 76px;
    }

    #ser.open ul.nav li a {
        width: 160px;
        height: 76px;
        background-image: url("http://worldmap.jp/img/top_ser_nav00@sp.png");
    }

    #ser.open ul.nav li.n1 a {
        background-position: 0 -2px;
    }

    #ser.open ul.nav li.n2 a {
        background-position: -160px -2px;
    }

    #ser.open ul.nav li.n3 a {
        background-position: -320px -2px;
    }

    #ser.open ul.nav li.n4 a {
        background-position: -480px -2px;
    }

    #ser.open ul.nav li.n1.choice a {
        background-position: 0 -82px;
    }

    #ser.open ul.nav li.n2.choice a {
        background-position: -160px -82px;
    }

    #ser.open ul.nav li.n3.choice a {
        background-position: -320px -82px;
    }

    #ser.open ul.nav li.n4.choice a {
        background-position: -480px -82px;
    }


    #ser.open .boxs {
        margin-top: -2px;
    }
}

@media screen and (min-width: 768px) and (max-width: 979px) {

    /*TB*/
    #ser.open .boxs p.link img {
        width: auto;
        height: 33px;
    }

    /*
    #ser {
        width: 684px;
        margin: -60px auto 0 auto;
        padding-top: 150px;
    }
*/

    #ser ul.nav {
        height: 135px;
        margin: -8px -30px 0 -30px;
    }

    #ser ul.nav li {
        float: left;
        padding-left: 68px;
    }

    #ser ul.nav li:first-child {
        padding-left: 0;
    }

    #ser ul.nav li p {
        display: none;
    }

    /* open */
    #ser.open ul.nav {
        height: 75px;
    }

    #ser.open ul.nav li a {
        width: 171px;
        height: 75px;
        background-image: url("http://worldmap.jp/img/top_ser_nav00@tb.png");
    }

    #ser.open ul.nav li.n1 a {
        background-position: 0 0;
    }

    #ser.open ul.nav li.n2 a {
        background-position: -171px 0;
    }

    #ser.open ul.nav li.n3 a {
        background-position: -342px 0;
    }

    #ser.open ul.nav li.n4 a {
        background-position: -513px 0;
    }

    #ser.open ul.nav li.n1.choice a {
        background-position: 0 -75px;
    }

    #ser.open ul.nav li.n2.choice a {
        background-position: -171px -75px;
    }

    #ser.open ul.nav li.n3.choice a {
        background-position: -342px -75px;
    }

    #ser.open ul.nav li.n4.choice a {
        background-position: -513px -75px;
    }

    #ser.open .boxs ul.list li {
        padding: 10px 18px;
    }
}

@media screen and (min-width: 980px) {

    /*PC*/
    #ser.open .boxs p.link img {
        width: auto;
        height: 22px;
    }

    #ser {
        width: 980px;
        margin: -85px auto 0 auto;
        padding-top: 135px;
    }

    #ser ul.nav {
        height: 406px;
        margin: 0 -30px;
    }

    #ser ul.nav li {
        float: left;
    }

    #ser ul.nav li h2 {
        padding-bottom: 30px;
        text-align: center;
    }

    #ser ul.nav li a {
        display: block;
        padding: 30px;
    }

    #ser ul.nav li a:hover {
        background-color: #e5e5e5 !important;
    }

    /* open */
    #ser.open ul.nav {
        height: 50px;
    }

    #ser.open ul.nav li a {
        width: 245px;
        height: 50px;
        padding: 0;
        background-color: #221815;
        background-image: url("http://worldmap.jp/img/top_ser_nav00.png");
    }

    #ser.open ul.nav li a:hover,
    #ser.open ul.nav li.choice a {
        background-color: #e5e5e5 !important;
    }

    #ser.open ul.nav li.n1 a {
        background-position: 0 0;
    }

    #ser.open ul.nav li.n2 a {
        background-position: -245px 0;
    }

    #ser.open ul.nav li.n3 a {
        background-position: -490px 0;
    }

    #ser.open ul.nav li.n4 a {
        background-position: -735px 0;
    }

    #ser.open ul.nav li.n1 a:hover,
    #ser.open ul.nav li.n1.choice a {
        background-position: 0 -50px;
    }

    #ser.open ul.nav li.n2 a:hover,
    #ser.open ul.nav li.n2.choice a {
        background-position: -245px -50px;
    }

    #ser.open ul.nav li.n3 a:hover,
    #ser.open ul.nav li.n3.choice a {
        background-position: -490px -50px;
    }

    #ser.open ul.nav li.n4 a:hover,
    #ser.open ul.nav li.n4.choice a {
        background-position: -735px -50px;
    }

    #ser.open .boxs {
        padding: 50px 60px 0 60px;
    }

    #ser.open .boxs ul.list {
        margin-right: -4px;
    }

    #ser.open .boxs ul.list li {
        margin: 4px 4px 0 0;
        padding: 5px 12px;
    }

    #ser.open .boxs a:hover {
        text-decoration: underline;
    }
}


/*----------------------------------------
	process
-----------------------------------------*/

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

    /*SP*/
    #pro {
        width: 560px;
        margin-top: 90px;
        padding: 0 40px;
    }

    #pro h2 {
        position: relative;
        height: 62px;
        text-align: center;
    }

    #pro h2:after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 50px;
        height: 4px;
        margin-left: -25px;
        background-color: #221815;
    }

    #pro .nav {
        display: none;
    }

    #pro p.read {
        padding-top: 40px;
    }

    #pro p.arrow {
        padding: 16px 0;
        font-size: 36px;
        text-align: center;
    }

    #pro .box {
        padding: 23px 30px;
        border: solid 2px #9a9a9a;
    }

    #pro .box#pro_1 {
        margin-top: 40px;
    }

    #pro .box h3 {
        cursor: pointer;
        color: #221815;
        /*        background: url("http://worldmap.jp/img/top_pro_point@sp.png") no-repeat 0 center;*/
        font-size: 36px;
        font-weight: bold;
        text-align: center;
    }

    #pro .box div {
        display: none;
    }

    #pro .box div p {
        padding: 22px 0 6px 0;
    }

    #pro .box div h4 {
        margin-bottom: -18px;
        padding-top: 22px;
    }

    #pro .box div ul {
        padding: 16px 0 6px 0;
    }

    #pro .box div li {
        text-indent: -1em;
        margin-left: 1em;
        padding-top: 6px;
    }

    /* open */
    #pro .box.open div {
        display: block;
    }

    #pro .box.open h3 {
        background-position: -800px center;
    }
}

@media screen and (min-width: 768px) {

    /*TB+PC*/
    #pro h2 img {
        width: auto;
        height: 30px;
    }

    #pro {
        position: relative;
        width: 684px;
        margin: 90px auto 0 auto;
    }

    #pro h2 {
        position: relative;
        height: 62px;
        text-align: center;
    }

    #pro h2:after {
        content: "";
        display: block;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 50px;
        height: 4px;
        margin-left: -25px;
        background-color: #221815;
    }

    #pro .nav {
        position: absolute;
        top: 112px;
        left: 0;
    }

    #pro .nav li a {
        display: block;
        width: 0;
        height: 60px;
        margin-bottom: 8px;
        border-left: solid 8px #cdcdcd;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }

    #pro .nav li.choice a {
        border-left: solid 8px #221815;
    }

    #pro p.read {
        margin: 30px 0 0 58px;
        padding: 20px 28px;
        border: solid 2px #ccc;
    }

    #pro ul + p.read {
        margin-top: 50px;
    }

    #pro p.arrow {
        margin-left: 58px;
        font-size: 36px;
        text-align: center;
    }

    #pro .box {
        margin-left: 58px;
        padding-top: 10px;
    }

    #pro .box#pro_1 {
        margin-top: 30px;
    }

    #pro .box h3 {
        margin-bottom: -12px;
        color: #231815;
        font-weight: bold;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    #pro .box h3:after {
        content: "";
        display: inline;
        margin-left: 0.7em;
        border-bottom: solid 2px #231815;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex: 1;
        flex-grow: 1;
    }

    #pro .box div p {
        padding: 22px 0 6px 0;
    }

    #pro .box div h4 {
        margin-bottom: -18px;
        padding-top: 22px;
    }

    #pro .box div ul {
        padding: 16px 0 6px 0;
    }

    #pro .box div li {
        text-indent: -1em;
        margin-left: 1em;
        padding-top: 6px;
    }
}

@media screen and (min-width: 980px) {

    /*PC*/
    #pro h2 img {
        width: auto;
        height: 18px;
    }

    #pro {
        width: 980px;
    }

    #pro h2 {
        height: 50px;
    }

    #pro h2:after {
        content: "p";
        height: 2px;
    }

    #pro .nav {
        top: 100px;
    }

    #pro .nav li a {
        width: auto;
        height: auto;
        margin-bottom: 4px;
        padding-left: 12px;
        color: #989898;
        font-size: 12px;
        line-height: 60px;
        text-indent: 0;
        text-decoration: none;
    }

    #pro .nav li.choice a {
        color: #221815;
    }

    #pro p.read {
        margin-left: 234px;
        border: solid 1px #ccc;
    }

    #pro p.arrow {
        margin-left: 234px;
        padding: 20px 0;
        font-size: 24px;
    }

    #pro .box {
        margin: -85px 0 0 234px;
        padding-top: 95px;
    }

    #pro .box#pro_1 {
        margin-top: -55px;
    }

    #pro .box h3:after {
        content: " ";
        border-bottom: solid 1px #231815;
    }
}


/*----------------------------------------
	organization
-----------------------------------------*/

#org h3 img {
    width: 560px;
    height: auto;
}

#org {
    position: relative;
    margin: 0 40px;
}

#org h2 {
    position: relative;
    height: 62px;
    padding-top: 90px;
    text-align: center;
}

#org h2:after {
    content: "";
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50px;
    height: 4px;
    margin-left: -25px;
    background-color: #221815;
}

/* nav1 */
#org .nav1 {
    margin: 40px 0 34px 0;
    font-size: 24px;
    text-align: center;
    letter-spacing: -.40em;
}

#org .nav1 li {
    display: inline-block;
    letter-spacing: normal;
}

#org .nav1 li:before {
    content: "/";
    padding: 0 10px;
    color: #ccc;
}

#org .nav1 li:first-child:before {
    display: none;
}

#org .nav1 li a {
    color: #999;
    text-decoration: none;
}

#org .nav1 li a.active {
    cursor: default;
    color: #221815;
}

/* box */
#org .bx-wrapper,
#org .bx-viewport,
#org .box {
    position: relative;
    width: 560px !important;
    height: auto !important;
}

#org .box h3 {
    height: 570px;
}

/* nav2 */
#org .nav2 {
    position: absolute;
    top: 780px;
    left: 0;
    width: 560px;
    font-size: 0;
    line-height: 0;
    text-align: center;
}

#org .nav2 li {
    display: inline-block;
    width: 14px;
    height: 14px;
    padding: 0 10px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#org .nav2 li a {
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #cbcbcb;
}

#org .nav2 li a.active {
    cursor: default;
    background-color: #221815;
}

/* controls */
#org .bx-controls {
    display: none;
}

@media screen and (min-width: 768px) and (max-width: 979px) {

    /*TB*/
    #org h3 img {
        width: auto;
        height: auto;
    }

    #org {
        width: 684px;
        margin: 0 auto;
    }

    /* nav1 */
    #org .nav1 {
        margin: 26px 0 20px 0;
        font-size: 18px;
    }

    /* box */
    #org .bx-wrapper,
    #org .bx-viewport,
    #org .box {
        position: relative;
        width: 684px !important;
        height: auto !important;
    }

    #org .box h3 {
        height: 576px;
        text-align: center;
    }

    /* nav2 */
    #org .nav2 {
        top: 758px;
        width: 684px;
    }
}

@media screen and (min-width: 980px) {

    /*PC*/
    #org h2 img {
        width: auto;
        height: 18px;
    }

    #org_1 h3 img {
        width: 400px;
        height: auto;
        margin-top: 50px;
    }

    #org_2 h3 img {
        width: 400px;
        height: auto;
    }

    #org_3 h3 img {
        width: 400px;
        height: auto;
        margin-top: 10px;
    }

    #org {
        width: 980px;
        margin: 0 auto;
    }

    #org h2 {
        height: 50px;
        padding-top: 120px;
    }

    #org h2:after {
        content: "p";
        height: 2px;
    }

    /* nav1 */
    #org .nav1 {
        position: absolute;
        z-index: 10;
        top: 237px;
        left: 0;
        height: 14px;
        margin: 0;
        border-right: solid 1px #b1b1b1;
        font-size: 14px;
        letter-spacing: normal;
    }

    #org .nav1 li {
        display: block;
        float: left;
        height: 14px;
        padding: 0 8px;
        border-left: solid 1px #b1b1b1;
    }

    #org .nav1 li:before {
        content: "";
        display: none;
    }

    #org .nav1 li a {
        display: block;
        margin: -7px 0;
        padding: 7px 30px;
        line-height: 1;
    }

    #org .nav1 li a:hover {
        color: #221815 !important;
    }

    #org .nav1 li a.active {
        background-color: #cdcdcd;
    }

    /* box */
    #org .bx-wrapper,
    #org .bx-viewport,
    #org .box {
        position: relative;
        width: 980px !important;
        height: 424px !important;
    }

    #org .box h3 {
        position: absolute;
        top: 0;
        right: 0;
    }

    #org #org_2.box h3 {
        top: 54px;
        right: 45px;
    }

    #org #org_3.box h3 {
        top: 43px;
        right: 40px;
    }

    #org .box p {
        width: 500px;
        padding-top: 130px;
    }

    /* nav2 */
    #org .nav2 {
        display: none;
    }

    /* controls */
    #org .bx-controls {
        display: block;
    }

    #org .bx-controls-direction {
        position: absolute;
        z-index: 10;
        bottom: 40px;
        left: 0;
        width: 114px;
        height: 44px;
        /* background: url("http://worldmap.jp/img/top_org_controls.png") no-repeat center bottom; */
    }

    #org .bx-controls-direction a {
        display: block;
        width: 54px;
        height: 44px;
        /* background: url("http://worldmap.jp/img/top_org_controls.png") no-repeat; */
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }

    #org .bx-controls-direction a.bx-prev {
        float: left;
        background-position: 0 -44px;
    }

    #org .bx-controls-direction a.bx-next {
        float: right;
        background-position: -54px -44px;
    }

    #org .bx-controls-direction a.bx-prev.disabled {
        background-position: 0 0;
        cursor: default;
    }

    #org .bx-controls-direction a.bx-next.disabled {
        background-position: -54px 0;
        cursor: default;
    }
}



/*********2021/4/20追加**********/

#ser {
    display: flex;
    justify-content: space-around;
    margin-top: -115px;
    padding-top: 160px;
}

#ser .ser2-item {
    text-align: center;
    font-size: .7rem;
    width: 25%;
    padding: 10px;
    margin-top: 20px;
}

#ser .ser2-item:hover {
    background: #e5e5e5;
    transition: .4s;
}

#ser .ser2-item-text ul li {
    background: #e5e5e5;
    margin-bottom: 5px;
    padding: 3px 5px;
}

@media screen and (max-width: 768px) {
    #ser {
        display: inline-flex;
        flex-wrap: wrap;
        width: 100%;

    }

    #ser .ser2-item {
        display: flex;
        width: 80%;
        margin: 10px 20px;
        align-items: center;
    }

    #ser .ser2-item .ser2-item-img {
        width: 30%
    }

    #ser .ser2-item .ser2-item-text {
        width: 60%;
        text-align: left;
    }

    #ser .ser2-item-text ul li {
        padding: 5px 10px;
        font-size: 1.2rem;
    }

    #pro .box h3 {
        background-image: url("../img/plus.svg");
        background-repeat: no-repeat;
        background-position: right;
    }


}



#org .box a {
    text-decoration: underline;
    font-weight: bold;
}

footer .attribution {
    text-align: left;
    color: #aaa;
    font-size: .8em;
}

footer .attribution a {
    text-align: center;
    color: #aaa;
}
