@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*
-----------------
format
-----------------
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: sans-serif;
    font-family: 'Noto Sans Japanese', sans-serif;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
html{
    overflow-x :hidden;
}
body {
    overflow-x :hidden;
    line-height: 1.7em;
    -webkit-text-size-adjust: none;
    height: 100%;
    -webkit-print-color-adjust: exact;
    position: relative;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a{
    text-decoration: none;
    color: #000;
    transition: all 0.2s linear;
    -o-transition: all 0.2s linear; /* opera */
    -moz-transition: all 0.2s linear; /* firefox */
    -webkit-transition: all 0.2s linear; /* chrome, safari */
    -ms-transition: all 0.2s linear; /* ie */
}
button,input{
    text-decoration: none;
    color: #000;
    transition: all 0.2s linear;
    -o-transition: all 0.2s linear; /* opera */
    -moz-transition: all 0.2s linear; /* firefox */
    -webkit-transition: all 0.2s linear; /* chrome, safari */
    -ms-transition: all 0.2s linear; /* ie */
}
a img{
    opacity: 1;
    transition: all 0.2s linear;
    -o-transition: all 0.2s linear; /* opera */
    -moz-transition: all 0.2s linear; /* firefox */
    -webkit-transition: all 0.2s linear; /* chrome, safari */
    -ms-transition: all 0.2s linear; /* ie */
}
a:hover{
    cursor: pointer;
}
a:hover{
    opacity: 0.6;
}
button:hover{
    cursor: pointer;
}
button:hover{
    opacity: 0.6;
}
input:hover{
    cursor: pointer;
}
input:hover{
    opacity: 0.6;
}
a:hover img{
    opacity: 0.6;
}

/*
-----------------
header @PC
-----------------
*/
#header{
    position: fixed;
    width: 100%;
    height: 144px;
    z-index:10000;
    background: #fff;
}
header{
    width: 100%;
    height: 144px;
    position: relative;
    z-index:10000;
}
header > h1{
    position: absolute;
    top: 21px;
    left: 26px;
}
header > h1 img{
    width: 220px;
    padding: 0 25px 0 0;
}
header > h1 a{
    display: flex;
    align-items: center;
    font-size: 14px;
    letter-spacing: 0.18em;
    font-weight: 500;
}
header > h1 a span{
    padding: 4px 0 0 0;
    display: block;
}
header > div{
    position: absolute;
    top: 48px;
    left: 73px;
}
header > div img{
    width: 234px;
}
header > nav > ul:nth-child(1){
    font-size:0;
    position:absolute;
    top: 0;
    right: 0;
}
header > nav > ul:nth-child(1) li{
    margin: 1px 1px 0 0;
    display: inline-block;
    vertical-align: top;
}
header > nav > ul:nth-child(1) li a{
	width: 15vw;
    height: 96px;
    font-size:14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
header > nav > ul:nth-child(1) li:nth-child(2) a{
    width: 15vw;
    max-width: 160px;
    height: 96px;
    font-size:14px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #5dc259;
    color: #fff;
}
header > nav > ul:nth-child(1) li:nth-child(2) a:hover{
    background: rgba(46,31,27,1);
    color: #fff;
    opacity: 1;
}
header > nav > ul:nth-child(1) li:nth-child(1) a:hover{
    color: #5dc259;
    opacity: 1;
}
header > nav > ul:nth-child(2){
    width: 100%;
    position: absolute;
    top: 96px;
    text-align: center;
    overflow: hidden;
    background: rgba(245,246,243,1);
}
header > nav > ul:nth-child(2) > li{
    display: inline-block;
    vertical-align: top;
    transition: all 0.1s linear;
    -o-transition: all 0.1s linear; /* opera */
    -moz-transition: all 0.1s linear; /* firefox */
    -webkit-transition: all 0.1s linear; /* chrome, safari */
    -ms-transition: all 0.1s linear; /* ie */
}
header > nav > ul:nth-child(2) > li:hover{
    background: rgba(73,187,67,1);
}
header > nav > ul:nth-child(2) > li:hover a{
    color: #fff;
}
header > nav > ul:nth-child(2) > li > a{
    height: 48px;
    padding: 0 25px 0 25px;
    font-size:15px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #2f201b;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    position: relative;
    transition: all 0s linear;
    -o-transition: all 0s linear; /* opera */
    -moz-transition: all 0s linear; /* firefox */
    -webkit-transition: all 0s linear; /* chrome, safari */
    -ms-transition: all 0s linear; /* ie */
}
header > nav > ul:nth-child(2) > li > a:hover{
    color: #fff;
    opacity: 1;
}

header > nav > ul:nth-child(2) > li.pullDown div.pullDownMenu {
    width: 100vw!important;
    margin: -1px 0 0 0;
    padding: 45px 0 45px 0;
    visibility: hidden;
    opacity: 0;
    background: rgba(0,104,183,1);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 124px!important;
    left: 0;
    z-index: 1;
}
header > nav > ul:nth-child(2) > li.pullDown:hover div.pullDownMenu{
    top: 0;
    visibility: visible;
    opacity: 1;
}
header > nav > ul:nth-child(2) > li.pullDown div.pullDownMenu > div{
    width: 1024px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
}
header > nav > ul:nth-child(2) > li.pullDown div.pullDownMenu > div i{
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	background: #0f4a9e;
	padding: 12px 15px 12px 15px;
	margin: -44px -74px 0 0;
}
header > nav > ul:nth-child(2) > li.pullDown div.pullDownMenu > div i:hover{
	background: #003f98;
}
header > nav > ul:nth-child(2) > li.pullDown div.pullDownMenu > div > div{
	width: 44.5%;
	text-align: left;
}
header > nav > ul:nth-child(2) > li.pullDown div.pullDownMenu > div > div p{
	font-size: 24px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.1em;
}
header > nav > ul:nth-child(2) > li.pullDown div.pullDownMenu > div > div span{
	font-size: 16px;
	color: #fff;
	display: block;
	padding: 6px 0 15px 0;
}
header > nav > ul:nth-child(2) > li.pullDown div.pullDownMenu div ul{
    width: 55.5%;
    display: flex;
    justify-content: space-between;
    align-content:flex-start;
    flex-wrap: wrap;
    margin: 30px 0 0 0;
}
header > nav > ul:nth-child(2) > li.pullDown div.pullDownMenu div ul:after{
	content:"";
	width:100%;
	display: block;
}
header > nav > ul:nth-child(2) > li.pullDown div.pullDownMenu li{
    width: 47.5%;
    text-align:left;
    display: block;
    border-bottom: 1px solid #80b4db;
}
header > nav > ul:nth-child(2) > li.pullDown div.pullDownMenu li:nth-child(1), header > nav > ul:nth-child(2) > li.pullDown div.pullDownMenu li:nth-child(2){
	border-top: 1px solid #80b4db;
}
header > nav > ul:nth-child(2) > li.pullDown div.pullDownMenu li a{
    padding: 6px 0 6px 20px;
    font-size: 14px;
    font-weight: 200;
    color:#fff;
    display: block;
    position: relative;
}
header > nav > ul:nth-child(2) > li.pullDown div.pullDownMenu li a:after{
    content:"";
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
}




/*
-----------------
header @tablet
-----------------
*/
@media screen and (max-width: 1080px){
	header > h1{
        position: absolute;
        top: 21px;
        left: 26px;
    }
    header > h1 img{
        width: 200px;
    }
}

@media screen and (max-width: 1180px){
    header > nav > ul:nth-child(2) > li > a{
        height: 48px;
        padding: 0 15px 0 15px;
        font-size:14px;
        font-weight: 500;
        letter-spacing: 1px;
        color: #2f201b;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999;
        position: relative;
        transition: all 0s linear;
        -o-transition: all 0s linear; /* opera */
        -moz-transition: all 0s linear; /* firefox */
        -webkit-transition: all 0s linear; /* chrome, safari */
        -ms-transition: all 0s linear; /* ie */
    }
}
@media screen and (max-width: 1080px){
    header > nav > ul:nth-child(2) > li > a{
        height: 48px;
        padding: 0 10px 0 10px;
        font-size:14px;
        font-weight: 500;
        letter-spacing: 1px;
        color: #2f201b;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999;
        position: relative;
        transition: all 0s linear;
        -o-transition: all 0s linear; /* opera */
        -moz-transition: all 0s linear; /* firefox */
        -webkit-transition: all 0s linear; /* chrome, safari */
        -ms-transition: all 0s linear; /* ie */
    }
    header > nav > ul:nth-child(1) li a{
        width: 20vw;
        height: 96px;
        font-size:14px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    header > nav > ul:nth-child(1) li:nth-child(2) a{
        width: 20vw;
        max-width: 160px;
        height: 96px;
        font-size:14px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #5dc259;
        color: #fff;
    }
}
@media screen and (max-width: 980px){
    header > nav > ul:nth-child(2) > li > a{
        height: 48px;
        padding: 0 8px 0 8px;
        font-size:14px;
        font-weight: 500;
        letter-spacing: 1px;
        color: #2f201b;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999;
        position: relative;
        transition: all 0s linear;
        -o-transition: all 0s linear; /* opera */
        -moz-transition: all 0s linear; /* firefox */
        -webkit-transition: all 0s linear; /* chrome, safari */
        -ms-transition: all 0s linear; /* ie */
    }
    header > nav > ul:nth-child(1) li a{
        width: 20vw;
        height: 96px;
        font-size:14px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    header > nav > ul:nth-child(1) li:nth-child(2) a{
        width: 20vw;
        max-width: 160px;
        height: 96px;
        font-size:14px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #5dc259;
        color: #fff;
    }
}
@media screen and (max-width: 880px){
    header{
        width: 100%;
        height: 80px;
        position: relative;
        z-index:5000;
    }
    #header{
    position: fixed;
    width: 100%;
    height: 80px;
    z-index:10000;
    background: #fff;
}
    header > nav > ul:nth-child(1){
        display: none;
    }
    header > nav > ul:nth-child(2){
        display: none;
    }
    header > h1{
        position: absolute;
        top: 20px;
        left: 10px;
    }
    header > h1 img{
        width: 160px;
    }
    header > h1 a span{
        padding: 4px 0 0 0;
        display: none;
    }
}

@media screen and (max-width: 480px){
    header > h1{
        position: absolute;
        top: 20px;
        left: 10px;
    }
    header > h1 img{
        width: 160px;
    }
}


/*
-----------------
hmNav @PC
-----------------
*/
#hmNav{
    display: none;
}
.hmNav{
    display: none;
}

/*
-----------------
hmNav @mobile
-----------------
*/
@media screen and (max-width: 880px) {
    #hmNav{
        opacity: 1.0!important;
    }
    #hmNav,.hamburger__icon,.hamburger__icon:after,.hamburger__icon:before{
        -moz-transition-duration:.4!importants;
        -o-transition-duration:.4!importants;
        -webkit-transition-duration:.4!importants
    }
    .hamburger{
        display:block;
        width:78px;
        height:78px;
        position:fixed;
        top:1px;
        right:1px;
        z-index:10000;
        padding:12px;
        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
        -webkit-tap-highlight-color:transparent;
        -ms-touch-action:manipulation;
        touch-action:manipulationl;
        background: #5dc259;
    }
    .hamburger:hover{
        opacity: 1;
    }
    .hamburger__icon{
        position:relative;
        margin: 25px 0 0 19px;
    }
    .hamburger__icon,.hamburger__icon:after,.hamburger__icon:before{
        display:block;
        width:20px;
        height:2px;
        background-color:#fff;
        -moz-transition-property:background-color,-moz-transform;
        -o-transition-property:background-color,-o-transform;
        -webkit-transition-property:background-color,-webkit-transform;
        transition-property:background-color,transform;
        transition-duration:.4s;
    }
    .hamburger__icon:after,.hamburger__icon:before{
        position:absolute;
        content:"";
    }
    .hamburger__icon:before{
        top:-7px
    }
    .hamburger__icon:after{
        top:7px
    }
    .hamburger.active{
        background: #5dc259;
    }
    .hamburger.active .hamburger__icon{
        background-color:transparent
    }
    .hamburger.active .hamburger__icon:after,.hamburger.active .hamburger__icon:before{
        background-color:#fff;
    }
    .hamburger.active .hamburger__icon:before{
        -moz-transform:translateY(7px)rotate(45deg);
        -ms-transform:translateY(7px)rotate(45deg);
        -webkit-transform:translateY(7px)rotate(45deg);
        transform:translateY(7px)rotate(45deg)
    }
    .hamburger.active .hamburger__icon:after{
        -moz-transform:translateY(-7px)rotate(-45deg);
        -ms-transform:translateY(-7px)rotate(-45deg);
        -webkit-transform:translateY(-7px)rotate(-45deg);
        transform:translateY(-7px)rotate(-45deg);
    }
    #hmNav{
        z-index:15000;
        display:none;
        width:100%;
        height: 100vh;
        -moz-transform:scale(1);
        -ms-transform:scale(1);
        -webkit-transform:scale(1);
        transform:scale(1);
        -moz-transition-property:-moz-transform;
        -o-transition-property:-o-transform;
        -webkit-transition-property:-webkit-transform;
        transition-property:transform;
        transition-duration:.4s;
        overflow:hidden;
        -webkit-overflow-scrolling:touch;
        padding: 0 0 0 0;
    }
    .hmNav{
        width:100%;
        height: calc(100vh);
        display: block;
        background: #fff;
        overflow-y: scroll!important;
    }
    #hmNav.active{
        -moz-transform:scale(1);
        -ms-transform:scale(1);
        -webkit-transform:scale(1);
        transform:scale(1);
    }
    #hmNav li a{
        list-style-type:none;
        text-align:left;
        border-bottom: 1px solid #eeeeee;
        display: block;
        padding: 20px;
    }

	#hmNav button{
		background:transparent;border:none;cursor:pointer;outline:none;padding:0;appearance:none;
	}
	#hmNav button {
		display: block;
		cursor: pointer;
		background: #fff;
		width: 100vw;
		border-bottom: 1px solid #eeeeee;
		text-align: left;
		font-size: 16px;
		font-weight: 500;
		padding: 22px 30px 25px 26px;
		letter-spacing: 0.2em;
		font-family: 'Noto Sans Japanese', sans-serif;
		position: relative;
		margin: 0!important;
	}
	#hmNav button:after{
		content:"";
		width: 21px;
		height: 3px;
		background: #000;
		position: absolute;
		right: 30px;
		top: 50%;
		-webkit-transform: rotate(-180deg);
	    transform: rotate(-180deg);
	    transition:
	    -webkit-transform     .3s ease-out,
	    transform    .3s ease-out;
	    margin: -3px 0 0 0;
	}
	#hmNav button.is-open:after{
		content:"";
		width: 21px;
		height: 3px;
		background: #000;
		position: absolute;
		right: 30px;
		top: 50%;
		-webkit-transform: rotate(0deg);
	    transform: rotate(0deg);
	    transition:
	    -webkit-transform     .3s ease-out,
	    transform    .3s ease-out;
	    margin: -3px 0 0 0;
	}
	#hmNav button:before{
		content:"";
		width: 21px;
		height: 3px;
		background: #000;
		position: absolute;
		right: 30px;
		top: 50%;
		opacity: 1;
		-webkit-transform: rotate(90deg);
	    transform: rotate(90deg);
	    transition:
	    opacity     .3s ease-out,
	    -webkit-transform     .3s ease-out,
	    transform    .3s ease-out;
	    margin: -3px 0 0 0;
	}
	#hmNav button.is-open:before{
		content:"";
		width: 21px;
		height: 3px;
		background: #000;
		position: absolute;
		right: 30px;
		top: 50%;
		opacity: 0;
		-webkit-transform: rotate(0deg);
	    transform: rotate(0deg);
	    transition:
	    opacity     .3s ease-out,
	    -webkit-transform     .3s ease-out,
	    transform    .3s ease-out;
	    margin: -3px 0 0 0;
	}
	.hmNav > ul{
		border-top: 1px solid #eeeeee;
		margin: 81px 0 0 0;
	}
	#hmNav ul li ul li {
		text-align: center;
		width: 100vw;
		/* 閉じている状態 */
		padding-top: 0;
		padding-bottom: 0;
		/* 閉じるアニメーション */
		transition:
		border-top     .3s ease-out,
		padding-top    .3s ease-out,
		height    .3s ease-out,
		padding-bottom .3s ease-out;
		height: 0;
	}
	#hmNav ul li ul.is-open li {
		/* 開いている状態 */
		height: auto;
		/* 開くアニメーション */
		transition:
		border-top     .3s ease-out,
		padding-top    .3s ease-out,
		height    .3s ease-out,
		padding-bottom .3s ease-out;
	}
	#hmNav ul li  ul > li > p {
		/* 閉じている状態 */
		line-height: 0;
		opacity: 0;
		visibility: hidden;
		/* 閉じるアニメーション */
		transition:
		line-height .3s ease-out,
		opacity     .1s linear,
		visibility  .1s linear;
	}
    #hmNav ul li  ul > li > p a{
        /* 閉じている状態 */
        line-height: 0;
        opacity: 0;
        visibility: hidden;
        /* 閉じるアニメーション */
        transition:
        line-height .3s ease-out,
        opacity     .1s linear,
        visibility  .1s linear;
        background: #f4f9ff;
        font-size: 16px;
        font-weight: 400;
        padding: 25px 30px 25px 50px!important;
        letter-spacing: 0.2em;
        font-family: 'Noto Sans Japanese', sans-serif;
        color: #033e9a;
    }
	#hmNav ul li  ul > li:nth-child(1) > p a{
		/* 閉じている状態 */
		line-height: 0;
		opacity: 0;
		visibility: hidden;
		/* 閉じるアニメーション */
		transition:
		line-height .3s ease-out,
		opacity     .1s linear,
		visibility  .1s linear;
		background: #f4f9ff;
		font-size: 16px;
		font-weight: 400;
		padding: 25px 30px 25px 50px!important;
		letter-spacing: 0.1em;
		font-family: 'Noto Sans Japanese', sans-serif;
		color: #033e9a;
	}
	#hmNav ul li  ul.is-open > li > p {
		/* 開いている状態 */
		line-height: 1.5;
		opacity: 1;
		visibility: visible;
		/* 開くアニメーション */
		transition:
		line-height .3s ease-out,
		opacity     .1s linear .1s,
		visibility  .1s linear .1s;
        position: relative;
	}
    #hmNav ul li  ul.is-open > li > p a:before{
        content:"";
        width: 7px;
        height: 7px;
        margin: -5px 0 0 0;
        border-top: 3px solid #033e9a;
        border-right: 3px solid #033e9a;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 26px!important;
    }
    #hmNav ul li  ul.is-open > li:nth-child(1) > p a:before{
        content:"";
        width: 7px;
        height: 7px;
        margin: -5px 0 0 0;
        border-top: 3px solid #033e9a;
        border-right: 3px solid #033e9a;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        left: 26px!important;
    }
	#hmNav ul li  ul.is-open > li > p a{
		/* 開いている状態 */
		line-height: 1.5;
		opacity: 1;
		visibility: visible;
		/* 開くアニメーション */
		transition:
		line-height .3s ease-out,
		opacity     .1s linear .1s,
		visibility  .1s linear .1s;
		position: relative;
	}
	#hmNav ul li  ul.is-open > li > p a:after{

	}
/*
	#hmNav ul li  ul.is-open > li:nth-child(1) > p a:after{
	    content:"";
	    width: 7px;
	    height: 7px;
	    margin: -5px 0 0 0;
	    border-top: 3px solid #033e9a;
	    border-right: 3px solid #033e9a;
	    -webkit-transform: rotate(45deg);
	    transform: rotate(45deg);
	    position: absolute;
	    top: 50%;
	    right: 50px;
	}
    */
	.hmNav div{
		height: auto;
	}
	.hmNav div:after{
		content:"";
		width:100%;
		display: block;
	}
	.hmNav div ul{
		display: -webkit-flex;
	    display: flex;
	    -webkit-justify-content: space-between;
	    justify-content: space-between;
	    flex-wrap: wrap;
	    background: #eee;
	}
	.hmNav div ul li{
		width: 50vw;
	}
	.hmNav div ul li:nth-child(even){
		width: calc(50vw - 1px);
	}
	.hmNav div ul li:last-child{
		width: 100vw;
		background: #f6f6f6;
	}
	.hmNav div ul li a{
		display: block;
		background: #f6f6f6;
		padding: 26px 0 26px 0;
		text-align: center!important;
		font-weight: 300;
	}
	.hmNav div ul li:nth-child(5) a, .hmNav div ul li:nth-child(6) a{
		background: #e6f2ff;
		color: #003f98;
		font-weight: 600;
	}
	.hmNav div ul li a i{
	    padding: 0 9px 0 0;
	    font-size: 23px;
	    color: #003f98;
	}
	.hmNav form{
		width: 90vw;
		margin: 0 auto;
		position: relative;
		padding: 15px 0 15px 0;
	}
	.hmNav form input{
		width: calc(100% - 60px);
		font-size: 15px;
		padding: 15px 10px 15px 50px;
		border-radius: 5px;
		border: 1px solid #104a9e;
	}
	.hmNav form i{
		position: absolute;
		top: 50%;
		left: 15px;
	    font-size: 23px;
	    margin: -11px 0 0 0;
	    color: #003f98;
	}
}


/*
-----------------
footer @PC
-----------------
*/
footer{
	width: 100%;
    height: 158px;
    padding: 72px 0 0 0;
    position: relative;
}
footer > div:nth-child(1){
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
footer > div:nth-child(1) > div:nth-child(1){
    display: flex;
    justify-content: center;
    align-items: center;
}
footer > div:nth-child(1) > div:nth-child(1) img{
    width: 140px;
    display: block;
    margin: 0 20px 0 0;
}
footer > div:nth-child(1) > div:nth-child(1) p{
    font-size: 14px;
}
footer > div:nth-child(1) > div:nth-child(1) p br{
    display: none;
}
footer > div:nth-child(1) > div:nth-child(2) ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
footer > div:nth-child(1) > div:nth-child(2) ul li{
    margin: 0 0 0 35px;
}
footer > div:nth-child(1) > div:nth-child(2) ul li a{
    font-size: 12px;
    color: #5dc259;
    letter-spacing: 2px;
}
footer > div:nth-child(1) > div:nth-child(2) ul li a i{
    font-size: 10px;
    padding: 0 5px 0 0;
    vertical-align: 1px;
}
footer > div:nth-child(1) > div:nth-child(2) p{
    text-align: right;
    font-size: 10px;
    letter-spacing: 1px;
}
#pageTop{
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index:5000;
}

@media screen and (max-width: 1080px) {
    footer{
        width: 94vw;
        height: auto;
        padding: 72px 0 0 0;
        position: relative;
        margin: 0 auto;
    }
    footer > #pageTop{
        position: absolute;
        right: 50%;
        top: 0;
        margin: 0 -30px 0 0;
    }
    footer > div:nth-child(1){
        width: 100%;
        max-width: 1080px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 80px 0 0 0;
    }
    footer > div:nth-child(1) > div:nth-child(1) img{
        width: 140px;
        display: block;
        margin: 0 0 0 0;
    }
    footer > div:nth-child(1) > div:nth-child(1){
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    footer > div:nth-child(1) > div:nth-child(1) p{
        width: 94vw;
        text-align: center;
        padding: 10px 0 60px 0;
        font-size: 12px;
        letter-spacing: 0;
    }
    footer > div:nth-child(1) > div:nth-child(2) ul{
        width: 94vw;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
    }
    footer > div:nth-child(1) > div:nth-child(2) ul li{
        margin: 0 0 5px 0;
        width: 94vw;
        text-align: center;
    }
    footer > div:nth-child(1) > div:nth-child(2) p{
        text-align: center;
        font-size: 10px;
        letter-spacing: 1px;
        padding: 40px 0 20px 0;
    }
}
@media screen and (max-width: 480px) {
    footer > div:nth-child(1) > div:nth-child(1) p{
        width: 94vw;
        text-align: center;
        padding: 15px 0 60px 0;
        font-size: 13px;
        letter-spacing: 0;
        line-height: 1.4em;
    }
    footer > div:nth-child(1) > div:nth-child(1) p br{
        display: block;
    }
}


/*
-----------------
linkBtn @PC
-----------------
*/
.linkBtn{
	width: calc(180px);
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	border-radius: 20px;
	border: 2px solid #eee;
	padding: 2px 0 2px 20px;
	position: relative;
	background: #fff;
	display: inline-block;
	text-align: left;
}
.linkBtn:after{
	content:"";
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: 2px solid #0f4a9e;
    border-right: 2px solid #0f4a9e;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 13px;
}

/*
-----------------
linkBtn @mobile
-----------------
*/
@media screen and (max-width: 768px){
	.linkBtn{
		width: calc(180px);
		font-size: 14px;
		font-weight: 200;
		color: #999999;
		border-radius: 20px;
		border: 2px solid #eee;
		padding: 3px 10px 3px 10px;
		position: relative;
		background: #fff;
		display: inline-block;
		text-align: center;
	}
}

/*
-----------------
bottomLink @PC
-----------------
*/
#bottomLink{
    padding: 40px 0 40px 0;
    background: url(../img/bgBottomLink.jpg) 50% 50% no-repeat;
    background-size: cover;
    margin: 0 0 0 0;
}
#bottomLink nav{
	width: 1024px;
	margin: 0 auto;
}
#bottomLink nav ul{
    display: flex;
    justify-content: space-between;
}
#bottomLink nav ul li{
    width: 48.8%;
    background: #fff;
}
#bottomLink nav ul li a{
    background: #fff;
    display: block;
    text-align: center;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 1180px){
	#bottomLink nav{
		width: 90vw;
	}
}

/*
-----------------
bottomLink @mobile
-----------------
*/
@media screen and (max-width: 768px){
	#bottomLink{
	    padding: 75px 0 100px 0;
	}
    #bottomLink nav ul{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #bottomLink nav ul li{
        width: 100%;
    }
    #bottomLink nav ul li:nth-child(2){
        margin: 40px 0 0 0;
    }
    #bottomLink nav ul li a img{
        width: 78.5%;
        max-width: 328px;
    }
}

/*
-----------------
main @PC
-----------------
*/
main{
    position: relative;
    padding: 144px 0 50px 0;
}

@media screen and (max-width: 880px){
    main{
        position: relative;
        padding: 77px 0 50px 0;
    }
}
/*
-----------------
breadCrumbs @PC
-----------------
*/
.breadCrumbs{
    width: 1080px;
    margin: 0 auto;
    padding: 20px 0 0 0;
    z-index: 1;
    position: relative;
}
.breadCrumbs ul{
    display: inline-block;
    width: auto;
    border-radius: 2px;
    overflow: hidden;
    background: #f5f6f3;
    padding: 0 15px 0 15px;
}
.breadCrumbs li{
    font-size: 12px;
    float: left;
}
.breadCrumbs li a{
    margin: 0 0 0 0;
    padding: 0 44px 0 0;
    position: relative;
    display: inline-block;
    color: #5dc259;
}
.breadCrumbs li a:after{
    content:"〉";
    color: #afaaa8;
    position: absolute;
    right: 12px;
    font-size: 10px;
}

/*
-----------------
breadCrumbs @mobile
-----------------
*/
@media screen and (max-width: 1180px){
    .breadCrumbs{
        left: 5vw;
    }
}
@media screen and (max-width: 480px){
    .breadCrumbs{
        display: none;
    }
}


/*
-----------------
contentWrap @PC
-----------------
*/
.contentWrap{
    padding: 0 0 0 0;
}

/*
-----------------
contentHeader @PC
-----------------
*/
.contentHeader{
    width: 1024px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    align-content:center;
    flex-wrap: wrap;
    min-height: 320px;
}
.contentHeader h1{
    width: 100%;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.1em;
}
.contentHeader span{
    display: block;
    font-size: 18px;
    font-weight: 500;
    padding: 13px 0 0 0;
    color: #0f4a9e;
}

/*
-----------------
contentHeader @tablet-mobile
-----------------
*/
@media screen and (max-width: 1180px){
    .contentHeader{
        width: 90vw;
        padding: 0 5vw 0 5vw;
    }
}
@media screen and (max-width: 480px){
    .contentHeader h1{
        font-size: 28px;
    }
    .contentHeader span{
        font-size: 16px;
        padding: 10px 0 0 0;
    }
}

/*
-----------------
content @PC
-----------------
*/
.contentMain{
    width: 1024px;
    margin: 80px auto 0 auto;
    padding: 0 0 40px 0;
}

/*
-----------------
contentMain @tablet-mobile
-----------------
*/
@media screen and (max-width: 1180px){
    .contentMain{
        width: 90vw;
        padding: 0 5vw 40px 5vw;
        margin: 80px auto 0 auto;
    }
}

/*
-----------------
localPageNav @PC
-----------------
*/
.localPageNav{
    width: 100vw!important;
    padding: 62px 0 68px 0;
    background: rgba(243,249,255,1);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.localPageNav div{
    width: 1024px;
    margin: 0 auto;
    overflow: hidden;
}
.localPageNav div p{
    margin: 0 0 16px 0;
    padding: 0 0 0 30px;
    text-align: left;
    font-size:16px;
    position:relative;
}
.localPageNav div p:before{
    content:"";
    width: 20px;
    height: 20px;
    margin: -10px 0 0 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #003f98;
    position: absolute;
    top: 50%;
    left: 0;
}
.localPageNav div p:after{
    content:"";
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 5px;
}
.localPageNav div p a{
    color:#003f98;
}
.localPageNav div ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.localPageNav div ul:after{
  content:"";
  width:31.4%;
  display: block;
}
.localPageNav div ul li{
    width: 31.4%;
    margin: 10px 0 0 0;
    text-align:left;
    border: 1px solid #eeeeee;
}
.localPageNav div ul li a{
    padding: 22px 40px 22px 20px;
    font-size: 14px;
    line-height: 1;
    color:#003f98;
    background: #fff;
    display: block;
    position: relative;
}
.localPageNav div ul li a:before{
    content:"";
    width: 20px;
    margin: -10px 0 0 0;
    height: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #003f98;
    position: absolute;
    top: 50%;
    right: 10px;
}
.localPageNav div ul li a:after{
    content:"";
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 17px;
}

/*
-----------------
localPageNav @mobile
-----------------
*/
@media screen and (max-width: 1180px){
    .localPageNav{
        padding: 50px 0 50px 0;
    }
    .localPageNav > div{
        width: 90vw!important;
        padding: 0 5vw 0 5vw;
    }
}
@media screen and (max-width: 768px){
    .localPageNav div ul li{
        width: 100%;
        margin: 10px 0 0 0;
        text-align:left;
        border: 1px solid #eeeeee;
    }
}