@charset "UTF-8";
* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.respbr {
	display: none;
}
.pcbr {
	display: block;
}

.pagetop {
	position: fixed;
	right: 60px;
	bottom: 80px;
	z-index: 1000;
}
.pagetop a {
	color: #4095d6;
	text-decoration: none;
	outline: none;
	font-size: 10px;
}
.pagetop span {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding-top: 20px;
}
.pagetop .link_pagetop span:before {
	position: absolute;
	display: block;
	content: " ";
	width: 15px;
	height: 15px;
	left: 3px;
	top: 0;
	border-top: 2px solid #4095d6;
	border-left: 2px solid #4095d6;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
body {
	background-color: #e9ebed;
	font-family: "sans-serif";
}
.forresp {
	display: none;
}
#wrap {
	min-width: 980px;
	position: relative;
	top: 70px;
}
.h_fixed {
	position: fixed;
	width: 100%;
	z-index: 100;
}
header {
	background-color: #434d55;
	color: #FFFFFF;
	position: relative;
	height: 70px;
	display: block;
}
header .inner {
	width: 100%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 70px;
}
header .inner img {
	position: absolute;
	top: 12px;
}
header .inner ul {
	position: absolute;
	top: 10px;
	right: 0px;
}
header ul {
	width: 717px;
}
header ul:after {
	display: block;
	clear: both;
	content: "";
}
header ul li {
	float: left;
}
header ul li a {
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.09em;
	padding-top: 20px;
	padding-bottom: 20px;
	transition: 0.5s;
	font-family: sans-serif;
}
header ul li a:hover {
	transition: 0.5s;
	color: #4095d6;
}
header .info {
	position: absolute;
	top: 0px;
	right: 0px;
}
header a {
	color: #FFFFFF;
	text-decoration: none;
}
#key {
	position: relative;
	display: block;
}
#key img {
	display: block;
}
#key .logo {
	position: absolute;
	top: 0px;
}
#keyresp {
	position: relative;
	display: none;
}
#keyresp img {
	display: block;
}
#keyresp .logo {
	position: absolute;
	top: 0px;
}

#concept {
	background-color: #434d55;
	color: #FFFFFF;
	padding-top: 50px;
	padding-bottom: 100px;
}

#concept .wrap {
	width: 980px;
	margin: 0 auto 0 auto;
}

#concept .linkwrap {
	width: 460px;
	font-size: 16px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #FFFFFF;
	margin-bottom: 90px;
	color: #FFFFFF;
    cursor: pointer;
    transition: 0.3s;
}

#concept .linkwrap:hover {
    background-color: #4095d6;
    transition: 0.3s;
}

#concept .linkwrap p {
	margin-bottom: 0px;
}

#concept .linkwrap img {
    display: block;
    width: 17px;
    height: 80px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 160px;
}

#concept .linkwrap:after {
	display: block;
	clear: both;
	content: "";
}
#concept .linkwrap .left {
	width: 170px;
	float: left;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0;
	padding-top: 23px;
	padding-bottom: 23px;
	/*border-right: 1px solid #FFFFFF;*/
	font-family: sans-serif;
	position: relative;
}

#concept .linkwrap .right {
	float: right;
	width: 280px;
	letter-spacing: 0.25em;
	padding-top: 23px;
	padding-bottom: 23px;
}

#concept h2 {
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 55px;
	color: #FFFFFF;
	font-family: sans-serif;
}
#concept p {
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.15em;
	line-height: 33px;
	margin-bottom: 20px;
}
#flow  {
	width: 100%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 145px;
	padding-bottom: 145px;
}
#flow h2 {
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 60px;
	color: #000000;
	font-family: sans-serif;
}
#flow .textblock {
	color: #333333;
	padding-top: 35px;
	padding-bottom: 50px;
	border-bottom: 1px solid #000000;
}
#flow .textblock:after {
	display: block;
	clear: both;
	content: "";
}
#flow .textblock .left {
	width: 430px;
	float: left;
	font-size: 14px;
	letter-spacing: 0.13em;
}
#flow .textblock .left  span {
	font-size: 21px;
	margin-bottom: 10px;
	display: inline-block;
	letter-spacing: 0.15em;
}
#flow .textblock .right {
	width: 450px;
	float: right;
	font-size: 12px;
	letter-spacing: 0.15em;
	line-height: 23px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#flow .textblock .right span {
	display: inline-block;
	margin-top: 3px;
	margin-bottom: 5px;
}
#facturers {
	background-color: #434d55;
	padding-top: 85px;
	margin-bottom: 190px;
}
#facturers .logos {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#facturers h2 {
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 67px;
	color: #FFFFFF;
	font-family: sans-serif;
}
#facturers p {
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 90px;
	letter-spacing: 0.15em;
}
#menu {
	width: 100%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 175px;
}
#menu h2 {
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 50px;
	font-family: sans-serif;
}
#menu .tablewrap {
	margin-bottom: 80px;
}
#menu .tablewrap:after {
	display: block;
	clear: both;
	content: "";
}
#menu table th {
	width: 350px;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	vertical-align: middle;
	color: #383838;
	font-size: 14px;
	letter-spacing: 0.2em;
}
#menu table td {
	width: 100px;
	text-align: right;
	vertical-align: middle;
	color: #383838;
	font-size: 14px;
	letter-spacing: 0.2em;
}
#menu .tablewrap .left {
	float: left;
}
#menu .tablewrap .right {
	float: right;
}
#menu .aboutucar {
	position: relative;
	padding-top: 35px;
	padding-bottom: 65px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
#menu .aboutucar:after {
	display: block;
	clear: both;
	content: "";
}
#menu .aboutucar .left {
	float: left;
	font-size: 21px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	letter-spacing: 0.18em;
}
#menu .aboutucar .right {
	float: right;
	font-size: 12px;
	line-height: 29px;
	letter-spacing: 0.18em;
	width: 455px;
}
#menu .aboutucar a {
	position: absolute;
	bottom: 28px;
	right: 21px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #4095d6;
	padding-left: 150px;
	padding-right: 150px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.2em;
	font-size: 14px;
	transition: 0.2s;
}
#menu .aboutucar a:hover {
	background-color: #6EAEDE;
	transition: 0.2s;
}
#company h2 {
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 50px;
	font-family: sans-serif;
}

#company table {
	width: 690px;
	margin: 0 auto 60px auto;
	color: #434d55;
}

#company table tr {

}

#company table tr th {
	width: 140px;
	font-size: 14px;
	line-height: 1em;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	letter-spacing: 0.3em;
}

#company table tr td {
	font-size: 14px;
	line-height: 1.5em;
	padding: 5px;
	letter-spacing: 0.3em;
}

#company table tr td ul li {
    font-size: 14px;
    line-height: 1.8em;
    padding-left:1em;
    text-indent:-1em;
}

/*-------------------------------------
 			  common.css
 -------------------------------------*/
footer {
	background-color: #434d55;
	text-align: center;
	padding-top: 45px;
	padding-bottom: 100px;
}
.inner {
	width: 755px;
	margin-left: auto;
	margin-right: auto;
}
.inner:after {
	display: block;
	clear: both;
	content: "";
}
footer .left {
	width: 265px;
	float: left;
}
footer .right {
	float: right;
}
footer .footertext {
	width: 350px;
	text-align: left;
}
footer p {
	color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.15em;
}
footer p:first-child {
	font-size: 14px;
}
footer p:first-child span {
	font-size: 20px;
	margin-left: 5px;
}
footer p:nth-child(2) {
	color: #4095d6;
	font-size: 12px;
	margin-top: 12px;
	margin-bottom: 12px;
}
footer p:nth-child(3) {
	font-size: 18px;
}
footer p:nth-child(3) a {
	font-size: 30px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0.18em;
}
footer p:nth-child(4) {
	font-size: 18px;
}
footer p:nth-child(5) {
	font-size: 14px;
	margin-top: 10px;
}
footer p:nth-child(6) {
	font-size: 14px;
	margin-top: 3px;
}
footer p:last-child {
	font-size: 10px;
}
footer .snswrap {
	width: 59px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 15px;
}
footer .snswrap:after {
	display: block;
	clear: both;
	content: "";
}
footer .snswrap img {
	width: 24px;
	height: auto;
}
footer .snswrap .left {
	float: left;
}
footer .snswrap .right {
	float: right;
}
footer .copy {
}
.infopop {
	width: 290px;
	letter-spacing: 0.05em;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	padding-right: 25px;
	border-radius: 12px;
	position: fixed;
	top: 95px;
	right: 9px;
	opacity: 0;
	transition: 0.3s;
}
.infopop a {
	color: #4095d6;
	text-decoration: none;
	font-weight: bold;
}
.infopop p {
	color: #4095d6;
	text-align: center;
	line-height: 17px;
	font-weight: bold;
}
.infopop p:nth-child(3) {
	margin-bottom: 6px;
}
.infopop img {
	position: absolute;
	top: -20px;
	right: 8px;
}
.respinfo {
	z-index: 1000;
	position: fixed;
	bottom: 0px;
	width: 100%;
	background-color: #4095d6;
	color: #ffffff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	opacity: 0;
	transition: 0.5s;
}
.respinfo p {
	margin-top: 2px;
	margin-bottom: 2px;
}

.fadein {
	opacity: 1;
	transition: 0.3s;
}


.respinfoswich {
	opacity: 0 !important;
	transition: 0.5s !important;
}
.recruit {
	background-color: #FFFFFF;
	width: 750px;
	height: 0px;
	z-index: 999;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: fixed;
	right: 0px;
	bottom: 0px;
	left: 0px;
	top: 0px;
	overflow: hidden;
	font-family: sans-serif;
	transition: 0.5s;
	opacity: 0;
	-webkit-overflow-scrolling: touch;
}
.recruit .inner {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 570px;
	margin-top: 75px;
　　-webkit-overflow-scrolling: touch;
}
.recruit h2 {
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.05em;
}
.recruit .upbar {
	margin-bottom: 40px;
	border-top: 1px solid #000000;
	margin-top: 40px;
}
.recruit .lowbar {
	border-top: 1px solid #000000;
	margin-top: 40px;
	margin-bottom: 40px;
}
.recruit table th {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.15em;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
}
.recruit table td {
	font-size: 12px;
	letter-spacing: 0.15em;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	padding-left: 95px;
}
.recruit p {
	font-size: 12px;
	letter-spacing: 0.1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.recruit a {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.12em;
	display: inline-block;
	margin-top: 10px;
}
.recruit .close {
	width: 100%;
	background-color: #4095d6;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 100px;
	height: 30px;
}
.recruit .close p {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	font-family: sans-serif;
}

/* CSS */
.lock {
	overflow: hidden;
}
.modal-close {
	color: #00f;
	text-decoration: none;
	cursor: pointer;
}
.modal-close:hover {
	cursor: pointer;
	color: #f00;
}

@media (max-width: 1150px){
.forresp {
	display: block;
}
.h_fixed {
	position: fixed;
	width: 100%;
	z-index: 100;
}
header {
	background-color: #434d55;
	color: #FFFFFF;
	position: relative;
	height: 70px;
	display: block;
}
header .inner {
	width: 100%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 70px;
}
header .inner img {
	position: absolute;
	top: 12px;
}
header .inner ul {
	position: absolute;
	top: 10px;
	right: 0px;
	display: none;
}
header ul {
	width: 630px;
}
header ul:after {
	display: block;
	clear: both;
	content: "";
}
header ul li {
	float: left;
}
header ul li a {
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.09em;
	padding-top: 20px;
	padding-bottom: 20px;
	transition: 0.5s;
}
header ul li a:hover {
	transition: 0.5s;
	color: #4095d6;
}
header .info {
	position: absolute;
	top: 0px;
	right: 0px;
	display: none;
}
header a {
	color: #FFFFFF;
	text-decoration: none;
}
.infopop {
	width: 290px;
	letter-spacing: 0.05em;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	padding-right: 25px;
	border-radius: 12px;
	position: fixed;
	top: 95px;
	right: 9px;
	opacity: 0;
	transition: 0.3s;
	display: none;
}
.infopop p {
	color: #4095d6;
	text-align: center;
	line-height: 17px;
	font-weight: bold;
}
.infopop p:nth-child(3) {
	margin-bottom: 6px;
}
.infopop img {
	position: absolute;
	top: -20px;
	right: 8px;
}

#concept .linkwrap {
	margin-bottom: 30px;
}

#concept h2 {
	margin-top: 30px;
}
}

@media (max-width: 770px){
#wrap {
	min-width: 760px;
	position: relative;
	top: 70px;
}
.pagetop {
	position: fixed;
	right: 50px;
	bottom: 95px;
	z-index: 1000;
}
.h_fixed {
	position: fixed;
	width: 100%;
	z-index: 100;
}
header {
	background-color: #434d55;
	color: #FFFFFF;
	position: relative;
	height: 70px;
	display: block;
}
header .inner {
	width: 100%;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 70px;
}
header .inner img {
	position: absolute;
	top: 12px;
}
header .inner ul {
	position: absolute;
	top: 10px;
	right: 0px;
	display: none;
}
header ul {
	width: 630px;
}
header ul:after {
	display: block;
	clear: both;
	content: "";
}
header ul li {
	float: left;
}
header ul li a {
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.09em;
	padding-top: 20px;
	padding-bottom: 20px;
	transition: 0.5s;
}
header ul li a:hover {
	transition: 0.5s;
	color: #4095d6;
}
header .info {
	position: absolute;
	top: 0px;
	right: 0px;
	display: none;
}
header a {
	color: #FFFFFF;
	text-decoration: none;
}
.infopop {
	width: 290px;
	letter-spacing: 0.05em;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	padding-right: 25px;
	border-radius: 12px;
	position: fixed;
	top: 95px;
	right: 9px;
	opacity: 0;
	transition: 0.3s;
	display: none;
}
.infopop p {
	color: #4095d6;
	text-align: center;
	line-height: 17px;
	font-weight: bold;
}
.infopop p:nth-child(3) {
	margin-bottom: 6px;
}
.infopop img {
	position: absolute;
	top: -20px;
	right: 8px;
}
#key {
	position: relative;
}
#key img {
	display: block;
}
#key .logo {
	position: absolute;
	top: 0px;
}
#concept {
	background-color: #434d55;
	color: #FFFFFF;
	padding-top: 50px;
	padding-bottom: 100px;
}

#concept .wrap {
	width: 100%;
}

#concept .linkwrap {
	margin-bottom: 30px;
}

#concept h2 {
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 55px;
	color: #FFFFFF;
}
#concept p {
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.15em;
	line-height: 33px;
}
#flow  {
	width: 100%;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 145px;
	padding-bottom: 145px;
}
#flow h2 {
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 60px;
	color: #000000;
}
#flow .textblock {
	color: #333333;
	padding-top: 35px;
	padding-bottom: 50px;
	border-bottom: 1px solid #000000;
}
#flow .textblock:after {
	display: block;
	clear: both;
	content: "";
}
#flow .textblock .left {
	width: 430px;
	float: none;
	font-size: 14px;
	letter-spacing: 0.13em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
#flow .textblock .left  span {
	font-size: 21px;
	margin-bottom: 10px;
	display: inline-block;
	letter-spacing: 0.15em;
}
#flow .textblock .right {
	width: 450px;
	float: none;
	font-size: 12px;
	letter-spacing: 0.15em;
	line-height: 23px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-left: auto;
	margin-right: auto;
}
#flow .textblock .right span {
	display: inline-block;
	margin-top: 3px;
	margin-bottom: 5px;
}
#facturers {
	background-color: #434d55;
	padding-top: 85px;
	margin-bottom: 190px;
}
#facturers .logos {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 90%;
}
#facturers h2 {
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 67px;
	color: #FFFFFF;
}
#facturers p {
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 90px;
	letter-spacing: 0.15em;
}
#menu {
	width: 100%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 175px;
}
#menu h2 {
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 50px;
}
#menu .tablewrap {
	margin-bottom: 80px;
}
#menu .tablewrap:after {
	display: block;
	clear: both;
	content: "";
}
#menu table th {
	width: 350px;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	vertical-align: middle;
	color: #383838;
	font-size: 14px;
	letter-spacing: 0.2em;
}
#menu table td {
	width: 100px;
	text-align: right;
	vertical-align: middle;
	color: #383838;
	font-size: 14px;
	letter-spacing: 0.2em;
}
#menu .tablewrap .left {
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 65px;
}
#menu .tablewrap .right {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
#menu .aboutucar {
	position: relative;
	padding-top: 35px;
	padding-bottom: 65px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	max-width: 650px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#menu .aboutucar:after {
	display: block;
	clear: both;
	content: "";
}
#menu .aboutucar .left {
	float: none;
	font-size: 21px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	letter-spacing: 0.18em;
	text-align: center;
	margin-bottom: 25px;
}
#menu .aboutucar .right {
	float: none;
	font-size: 12px;
	line-height: 29px;
	letter-spacing: 0.18em;
	text-align: center;
}
#menu .aboutucar a {
	position: absolute;
	bottom: 28px;
	right: 105px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #4095d6;
	padding-left: 150px;
	padding-right: 150px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.2em;
	font-size: 14px;
}
#company h2 {
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 50px;
}


/*-------------------------------------
 			  common.css
 -------------------------------------*/
footer {
	background-color: #434d55;
	text-align: center;
	padding-top: 45px;
	padding-bottom: 95px;
}
footer p {
	color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.15em;
}
footer p:first-child {
	font-size: 14px;
}
footer p:first-child span {
	font-size: 20px;
	margin-left: 5px;
}
footer p:nth-child(2) {
	color: #4095d6;
	font-size: 12px;
	margin-top: 12px;
	margin-bottom: 12px;
}
footer p:nth-child(3) {
	font-size: 18px;
}
footer p:nth-child(3) a {
	font-size: 30px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0.18em;
}
footer p:nth-child(4) {
	font-size: 18px;
}
footer p:nth-child(5) {
	font-size: 14px;
	margin-top: 10px;
}
footer p:nth-child(6) {
	font-size: 14px;
	margin-top: 3px;
}
footer p:last-child {
	font-size: 10px;
}
footer .snswrap {
	width: 59px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 15px;
}
footer .snswrap:after {
	display: block;
	clear: both;
	content: "";
}
footer .snswrap img {
	width: 24px;
	height: auto;
}
footer .snswrap .left {
	float: left;
}
footer .snswrap .right {
	float: right;
}
footer .copy {
}
.infopop {
	width: 290px;
	letter-spacing: 0.05em;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	padding-right: 25px;
	border-radius: 12px;
	position: fixed;
	top: 95px;
	right: 9px;
	opacity: 0;
	transition: 0.3s;
}
.respinfo {
	z-index: 1000;
	position: fixed;
	bottom: 0px;
	width: 100%;
	background-color: #4095d6;
	color: #ffffff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	opacity: 1;
}
.respinfo p {
	margin-top: 2px;
	margin-bottom: 2px;
}
}











@media (max-width: 500px){
.respbr {
	display: block;
}
.pcbr {
	display: none;
}
#wrap {
	min-width: 320px;
	position: relative;
	top: 40px;
}
.pagetop {
	position: fixed;
	right: 32px;
	bottom: 95px;
	z-index: 1000;
}
.h_fixed {
	position: fixed;
	width: 100%;
	z-index: 100;
}
header {
	background-color: #434d55;
	color: #FFFFFF;
	position: relative;
	height: 40px;
	display: block;
}
header .inner {
	width: 100%;
	max-width: 355px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 40px;
}
header .inner img {
	position: absolute;
	top: 7px;
	width: 35px;
}
header .inner ul {
	position: absolute;
	top: 10px;
	right: 0px;
	display: none;
}
header ul {
	width: 630px;
}
header ul:after {
	display: block;
	clear: both;
	content: "";
}
header ul li {
	float: left;
}
header ul li a {
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.09em;
	padding-top: 20px;
	padding-bottom: 20px;
	transition: 0.5s;
}
header ul li a:hover {
	transition: 0.5s;
	color: #4095d6;
}
header .info {
	position: absolute;
	top: 0px;
	right: 0px;
	display: none;
}
header a {
	color: #FFFFFF;
	text-decoration: none;
}
.infopop {
	width: 290px;
	letter-spacing: 0.05em;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	padding-right: 25px;
	border-radius: 12px;
	position: fixed;
	top: 95px;
	right: 9px;
	opacity: 0;
	transition: 0.3s;
	display: none;
}
.infopop p {
	color: #4095d6;
	text-align: center;
	line-height: 17px;
	font-weight: bold;
}
.infopop p:nth-child(3) {
	margin-bottom: 6px;
}
.infopop img {
	position: absolute;
	top: -20px;
	right: 8px;
}
#key {
	display: none;
}
#keyresp {
	display: block;
}
#concept {
	background-color: #434d55;
	color: #FFFFFF;
	padding-top: 50px;
	padding-bottom: 100px;
}
#concept .linkwrap {
	width: 350px;
	font-size: 16px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	color: #FFFFFF;
    overflow: hidden;
}
#concept .linkwrap:after {
	display: block;
	clear: both;
	content: "";
}
#concept .linkwrap .left {
	width: 111px;
	float: left;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#concept .linkwrap .right {
	float: right;
	width: 238px;
	letter-spacing: 0.25em;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 12px;
}
#concept .linkwrap img {
    display: block;
    width: 13.5px;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 105px;
}
#concept h2 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 55px;
	color: #FFFFFF;
}
#concept p {
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.15em;
	line-height: 33px;
}
#concept p:nth-child(3) {
	text-align: left;
	width: 300px;
	line-height: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#concept p:nth-child(4) {
	text-align: left;
	width: 300px;
	line-height: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#concept p:nth-child(5) {
	text-align: left;
	width: 300px;
	line-height: 25px;
	margin-left: auto;
	margin-right: auto;
}
#concept p:nth-child(6) {
	text-align: left;
	width: 300px;
	line-height: 25px;
	margin-left: auto;
	margin-right: auto;
}
#flow  {
	width: 100%;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 70px;
	padding-bottom: 15px;
}
#flow h2 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
	color: #000000;
}
#flow .textblock {
	color: #333333;
	padding-top: 35px;
	padding-bottom: 50px;
	border-bottom: 1px solid #000000;
}
#flow .textblock:after {
	display: block;
	clear: both;
	content: "";
}
#flow .textblock .left {
	width: 300px;
	float: none;
	font-size: 14px;
	letter-spacing: 0.13em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#flow .textblock .left  span {
	font-size: 21px;
	margin-bottom: 5px;
	display: inline-block;
	letter-spacing: 0.15em;
}
#flow .textblock .right {
	width: 300px;
	float: none;
	font-size: 12px;
	letter-spacing: 0.15em;
	line-height: 23px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-left: auto;
	margin-right: auto;
}
#flow .textblock .right span {
	display: inline-block;
	margin-top: 3px;
	margin-bottom: 5px;
}
#facturers {
	background-color: #434d55;
	padding-top: 85px;
	margin-bottom: 70px;
}
#facturers .logos {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 90%;
}
#facturers h2 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 45px;
	color: #FFFFFF;
}
#facturers p {
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	margin-top: 18px;
	margin-bottom: 45px;
	letter-spacing: 0.15em;
}
#menu {
	width: 100%;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}
#menu h2 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 50px;
}
#menu .tablewrap {
	margin-bottom: 80px;
}
#menu .tablewrap:after {
	display: block;
	clear: both;
	content: "";
}
#menu table th {
	width: 320px;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	vertical-align: middle;
	color: #383838;
	font-size: 14px;
	letter-spacing: 0.2em;
}
#menu table td {
	width: 100px;
	text-align: right;
	vertical-align: middle;
	color: #383838;
	font-size: 14px;
	letter-spacing: 0.2em;
}
#menu .tablewrap .left {
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 65px;
}
#menu .tablewrap .right {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
#menu .aboutucar {
	position: relative;
	padding-top: 35px;
	padding-bottom: 65px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	max-width: 650px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#menu .aboutucar:after {
	display: block;
	clear: both;
	content: "";
}
#menu .aboutucar .left {
	float: none;
	font-size: 21px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	letter-spacing: 0.18em;
	text-align: center;
	margin-bottom: 25px;
}
#menu .aboutucar .right {
	float: none;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 0.18em;
	text-align: left;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}
#menu .aboutucar a {
	position: absolute;
	bottom: 28px;
	right: 1px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #4095d6;
	padding-left: 82px;
	padding-right: 82px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.2em;
	font-size: 14px;
}
#company h2 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 50px;
}

	#company table {
		width: 95%;
		margin: 0 auto 30px auto;
		color: #434d55;
	}

	#company table tr {

	}

	#company table tr th {
		width: 30%;
		font-size: 12px;
		letter-spacing: 0.15em;
	}

	#company table tr td {
		width: 70%;
		font-size: 12px;
		letter-spacing: 0.15em;
	}

    #company table tr td ul li {
        font-size: 12px;
        line-height: 1.8em;
        padding-left:1em;
        text-indent:-1em;
		letter-spacing: 0.15em;
    }

/*-------------------------------------
 			  common.css
 -------------------------------------*/
footer {
	background-color: #434d55;
	text-align: center;
	padding-top: 45px;
	padding-bottom: 120px;
}
.inner {
	width: 370px;
	margin-left: auto;
	margin-right: auto;
}
.inner:after {
	display: block;
	clear: both;
	content: "";
}
footer .left {
	width: 370px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
footer .right {
	float: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
footer p {
	color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.15em;
}
footer p:first-child {
	font-size: 14px;
}
footer p:first-child span {
	font-size: 20px;
	margin-left: 5px;
}
footer p:nth-child(2) {
	color: #4095d6;
	font-size: 12px;
	margin-top: 12px;
	margin-bottom: 12px;
}
footer p:nth-child(3) {
	font-size: 18px;
}
footer p:nth-child(3) a {
	font-size: 26px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0.18em;
}
footer p:nth-child(4) {
	font-size: 18px;
}
footer p:nth-child(5) {
	font-size: 14px;
	margin-top: 10px;
}
footer p:nth-child(6) {
	font-size: 14px;
	margin-top: 3px;
}
footer p:last-child {
	font-size: 10px;
}
footer .snswrap {
	width: 59px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 15px;
}
footer .snswrap:after {
	display: block;
	clear: both;
	content: "";
}
footer .snswrap img {
	width: 24px;
	height: auto;
}
footer .snswrap .left {
	float: left;
	margin-bottom: 0px;
}
footer .snswrap .right {
	float: right;
}
footer .copy {
}
.infopop {
	width: 290px;
	letter-spacing: 0.05em;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	padding-right: 25px;
	border-radius: 12px;
	position: fixed;
	top: 95px;
	right: 9px;
	opacity: 0;
	transition: 0.3s;
}
.respinfo {
	z-index: 10000 !important;
	position: fixed;
	bottom: 0px;
	width: 100%;
	background-color: #4095d6;
	color: #ffffff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	opacity: 1;
}
.respinfo p {
	margin-top: 2px;
	margin-bottom: 2px;
}
.respinfo a {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}

	
	
	
	
	
	
	
.recruit {
	background-color: #FFFFFF;
	width: 345px;
	height: 0px;
	z-index: 999;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: fixed;
	right: 0px;
	bottom: 0px;
	left: 0px;
	top: 0px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	opacity: 0;
	overflow: hidden;
}
.recruit .inner {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 320px;
	margin-top: 16px;
	-webkit-overflow-scrolling: touch
}
.recruit h2 {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.02em;
	text-align: left;
}
.recruit .upbar {
	margin-bottom: 10px;
	border-top: 1px solid #000000;
	margin-top: 10px;
}
.recruit .lowbar {
	border-top: 1px solid #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}
.recruit table th {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.15em;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	width: 60px;
}
.recruit table td {
	font-size: 11px;
	letter-spacing: 0.15em;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	padding-left: 15px;
	line-height: 15px;
}
.recruit p {
	font-size: 12px;
	letter-spacing: 0.1em;
}
.recruit a {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.12em;
	display: inline-block;
	margin-top: 5px;
}
.recruit .close {
	width: 100%;
	background-color: #4095d6;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 27px;
	height: 20px;
}
.recruit .close p {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	font-family: sans-serif;
}
/* CSS */
.lock {
	overflow: hidden;
}
.modal-close {
	color: #00f;
	text-decoration: none;
	cursor: pointer;
}
.modal-close:hover {
	cursor: pointer;
	color: #f00;
}
}




.bodyfixed {
	overflow: hidden;
}



.fadein {
	height: 911px;
	opacity: 1;
	transition: 0.5s;
}
.fadeinresp {
	height: 513px;
	opacity: 1;
	transition: 0.5s;
}

.mask {
	width: 100vw;
	height: 300vh;
	position: absolute;
	background-color: hsla(0,0%,25%,0.73);
	display: none;
	opacity: 0;
	transition: 0.5s;
	z-index: 50;
}

.fadein2 {
	transition: 0.5s;
	display: block;
	opacity: 1;
}
