@charset "utf-8";
/*!
 * base CSS
 * ---------------------------------------------
 * 共通レイアウトに関わるCSS
 */

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

/* reset
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,menu,nav,section,main { 
    display:block;
}
article,aside,details,figcaption,figure,footer,header,menu,nav,section,main,
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
fieldset,img {
	border: 0;
}
* {
	font-size:100%;
	max-height: 999999px;
}
body {
	font: 100%/1 'Noto Sans Japanese', sans-serif;
}
h1,h2,h3,h4,h5,h6,b {
	font-weight: 500;
}
ol,ul,li {
  list-style: none;
}
ul,ol {
	letter-spacing: -.40em;
}
ul > li,ol > li {
	letter-spacing: normal;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
*:before,*:after {
	content: "";
	display: none;
}
html {
	-webkit-text-size-adjust: 100%;
}
input[type="button"],input[type="submit"] {
	-webkit-appearance: none;
}
.hiddenPc,
.brkSp {
	display: none;
}
.brkPc {
	display: block;
}

/*===================================
	font link
=====================================*/

body,
a,a:visited {
	color: #000;
}
body {
	font-size: 16px;
}
a {
	text-decoration: none;
}
a.underine {
	text-decoration: underline;
}
a.underine:hover {
	text-decoration: none;
}

/*===================================
	layout	
=====================================*/

body {
    position: relative;
    min-width: 980px;
	background-color: #fcfbf8;
}
.inner {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

/*  sprite
---------------------------------*/

.logo,
.menu ul:nth-of-type(1) li:nth-of-type(1) a:after,
.sns a:after,
.backTop a:before,
.arrowList a:before {
	background-image: url(../images/base/sprite.png);
	background-repeat: no-repeat;
}
.logo {
    width: 281px;
    height: 52px;
    background-position: 0 0;
}
.menu ul:nth-of-type(1) li:nth-of-type(1) a:after {
    display: block;
    width: 18px;
    height: 16px;
    background-position: -400px 0;
}
.sns a:after {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    margin: -2px 0 0 7px;
    background-position: -500px 0;
}
.backTop a:before {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 18px;
    margin: -4px 11px 0 0;
    background-position: -900px 0; 
}
.arrowList a:before {
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 19px;
    margin: -2px 7px 0 0;
    border-radius: 50%;
    background-color: #236ecd;
    background-position: -1000px 0;
}

/*===================================
	header	
=====================================*/

.header {
    height: 200px;
}
.header .inner {
    position: relative;
    height: 120px;
    padding-top: 20px;
}
.header h1 {
	color: #434343;
    font-weight: normal;
}
.header h1 a {
	display: block;
	width: 281px;
    margin: -3px auto 0;
}

.pc .header .sns {
    position: absolute;
    top: 20px;
    right: 0;
}
.header .sns {
    font-size: 12px;
}
.header .sns a {
    color: #a0a0a0;
}

/*  menu
---------------------------------*/

.menu__pc {
    width: 100%;
    background: #f0eee8;
}
.menu__pc.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}
.menu__pc ul {
    overflow: hidden;
    width: 980px;
    margin: auto;
    text-align: center;
}
.menu__pc ul li {
    float: left;
    border-right: solid 1px #dedace;
    background: #fff;
}
.menu__pc ul li a {
    display: block;
    width: 181px;
    height: 50px;
    line-height: 50px;
    background: #f0eee8;
    color: #1b1b1b;
}
.menu__pc ul li:nth-of-type(1) {
    border-left: solid 1px #dedace;
    text-align: left;
    text-indent: -9999em;
}
.menu__pc ul li:nth-of-type(1) a {
    position: relative;
    width: 68px;
}
.menu__pc ul li:nth-of-type(1) a:after {
    position: absolute;
    top: 17px;
    left: 25px;
    z-index: 10;
}
.flow .menu__pc ul li:nth-of-type(2) a,
.service .menu__pc ul li:nth-of-type(3) a,
.company .menu__pc ul li:nth-of-type(4) a,
.branch .menu__pc ul li:nth-of-type(5) a,
.contactus .menu__pc ul li:nth-of-type(6) a {
    pointer-events: none;
    background: #f6f4f0;
    color: #b9b09b;
}

/*===================================
	footer	
=====================================*/

.footer {
    position: relative;
    height: 250px;
    padding-top: 125px;
    background: url(../images/base/bg_ft.png) repeat-x 50% 0;
    text-align: center;
}
.footer li {
    display: inline-block;
    vertical-align: top;
}
.footer li:after {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 1em;
    margin: 0 22px;
    background: #dddcda;
}
.footer li:nth-last-of-type(1):after {
    display: none;
}
.footer li a {
    color: #556fb5;
}
.pc .footer li a:hover {
    text-decoration: underline;
}
.copy {
	margin-top: 43px;
    color: #626262;
    font-size: 14px;
    font-weight: bold;
}
.pagetop {
    text-align: left;
}
.pagetop a {
    display: block;
    position: fixed;
    bottom: 128px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: #1766cb;
    text-indent: -9999em;
}
.pagetop a:after {
    display: block;
    position: absolute;
    top: 18px;
    left: 13px;
    width: 19px;
    height: 19px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -moz-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
}

/************************************************************************************
smaller than 660px
*************************************************************************************/
@media screen and (max-width: 660px) {
	
	.hiddenPc,
	.brkSp {
		display: block;
	}
	.hiddenSp,
	.brkPc {
		display: none;
	}
	
	/*===================================
		font
	=====================================*/
	
	body {
		font-size: 24px;
	}
	
	/*===================================
		layout	
	=====================================*/
	
    body {
        width: 640px;
        min-width: inherit;
        margin: auto;
    }
	.inner {
		width: auto;
		padding-left: 30px;
		padding-right: 30px;
	}
    
    /*  sprite
    ---------------------------------*/

    .sns a {
        background-image: url(../images/base/sprite.png);
        background-repeat: no-repeat;
    }
    .logo {
        width: 321px;
        height: 60px;
        background-position: 0 -100px;
    }
    .menu ul:nth-of-type(1) li:nth-of-type(1) a:after {
        width: 46px;
        height: 40px;
        background-position: -400px -100px;
    }
    .sns a:after {
        display: none;
    }
    .sns a {
        display: block;
        width: 42px;
        height: 42px;
        background-position: -500px -100px;
        text-indent: -9999em;
    }
    .arrowList a:before {
        width: 30px;
        height: 30px;
        margin: -4px 9px 0 0;
        background-position: -1000px -100px;
    }
	/*====
    ===============================
		header	
	=====================================*/
	
	.header {
        height: 130px;
    }
    .header .inner {
        height: auto;
        padding-top: 23px;
    }
    .header h1 {
        font-size: 15px;
        line-height: 1.6;
    }
    .header h1 a {
        position: absolute;
        top: 29px;
        left: 160px;
        width: 321px;
        margin-top: 0;
    }
	
	/*  menu
	---------------------------------*/
	
	.menuBtn,.closeBtn {
        position: absolute;
        top: 35px;
        right: 30px;
        width: 70px;
        height: 48px;
        cursor: pointer;
    }
    .menuBtn span,.menuBtn span:before,.menuBtn span:after,
    .closeBtn span:before,.closeBtn span:after {
        display: block;
        position: absolute;
        left: 0;
        width: 70px;
        height: 4px;
        border-radius: 2px;
        background: #1766cb;
    }
    .menuBtn span {
        top: 0;
    }
    .menuBtn span:before {
        top: 22px;
    }
    .menuBtn span:after {
        top: 44px;
    }
    .closeBtn {
        top: 48px;
    }
    .menuBtn.open span {
        background: none;
    }
    .closeBtn span:before,.closeBtn span:after {
        top: 9px;
    } 
    .closeBtn span:before {
        transform: rotate(45deg);
    }
    .closeBtn span:after {
        transform: rotate(315deg);
    }
    .menuWrap {
		position: fixed;
		top: 0;
		right: 0;
        z-index: 10000;
		width: 50%;
		height: 100%;
		background: rgba(0,0,0,.9);
	}
    .menu__sp {
        padding-top: 130px;
    }
    .menu__sp:after {
        display: block;
        position: absolute;
        z-index: 10005;
        top: 130px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #313131;
    }
    .menu__sp ul li a {
        color: #fff;
    }
    .menu__sp ul:nth-of-type(1) {
        margin-bottom: 24px;
        border-bottom: solid 1px #313131;
        font-size: 28px;
        font-weight: 500;
    }
    .menu__sp ul:nth-of-type(1) li a {
        display: block;
        line-height: 92px;
        padding-left: 42px;
    }
    .menu__sp ul:nth-of-type(1) li:nth-of-type(1) a {
        position: absolute;
        top: 42px;
        left: 39px;
        text-indent: -9999em;
    }
    .menu__sp ul:nth-of-type(1) li:nth-of-type(1) a:after {
        position: absolute;
        top: 0;
        left: 0;
    }
    .menu__sp ul:nth-of-type(2) {
        font-size: 20px;
    }
    .menu__sp ul:nth-of-type(2) li a {
        display: block;
        line-height: 60px;
        padding-left: 42px;
    }
    .menu__sp .sns a {
        position: absolute;
        top: 45px;
        left: 130px;
        text-indent: -9999em;
    }
	/*===================================
        footer	
    =====================================*/

    .footer {
        height: 309px;
        padding-top: 150px;
        background-position: -60px 0;
    }
    .footer li {
        margin-bottom: 19px;
        font-size: 20px;
    }
    .footer li:nth-of-type(1) {
        margin-left: 3em;
    }
    .footer li:nth-of-type(3) {
        margin-right: 3em;
    }
    .footer li:nth-of-type(3):after {
        display: none;
    }
    .footer li:after {
        width: 2px;
        margin: 0 27px;
    }
    .copy {
        margin-top: 30px;
        font-size: 18px;
    }
    .pagetop a {
        bottom: 187px;
    }
	
}