/* ページ */

body, td, th {
	font-size: 14px;
	font-family: "Jost", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-display: swap;
	color: #282828;
	letter-spacing: 0.1em;
	margin: 0px;
	}

img {
	border: 0px;
	vertical-align: bottom;
	}

p, a, div, span, font, strong, section, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, label, input, textarea, select, :before, :after {
	margin: 0px;
	padding: 0px;
	list-style: none;
	box-sizing: border-box;
	}

form {
	margin: 0px;
	}

a:link { color: #282828; text-decoration: none; }
a:visited { color: #282828; text-decoration: none; }
a:hover { color: #282828; text-decoration: none; }
a:active { color: #282828; text-decoration: none; }

@media screen and (min-width: 641px){

img {
	-webkit-transition: all .5s;
	transition: all .5s;
	}

a {
	-webkit-transition: all .5s;
	transition: all .5s;
	}

a:hover {
	opacity: 0.6;
	}

a:hover img {
	opacity: 0.6;
	}

}

@media screen and (max-width: 640px){
	
body, td, th {
	font-size: 12px;
	font-family: "Jost", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

}


/* 全体レイアウト */

@media screen and (min-width: 641px){

#main {
	width: 90%;
	max-width: 1200px;
	margin: 0px auto 0px auto;
	}

h2.title {
	font-size: 32px;
	line-height: 100%;
	letter-spacing: 0.1em;
	margin: 0px 0px 50px 0px;
	text-align: center;
	}

h2.title p {
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	}

#hbg {
	width: 100%;
	height: 300px;
	margin: 100px 0px 130px 0px;
	float: left;
	position: relative;
	}

#hbg:before {
	content: '';
	width: 1px;
	height: 40px;
	border-right: 1px rgba(255,255,255,0.6) solid;
	position: absolute;
    left: 50%;
	bottom: 0px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 53;
	}

#hbg:after {
	content: '';
	width: 1px;
	height: 40px;
	border-right: 1px #282828 solid;
	position: absolute;
    left: 50%;
	bottom: -40px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 53;
	}

#hbg p {
    width: 100%;
    margin: 0px;
	}

#hbg p:before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	position: absolute;
	left: 0px;
	top: 0px;
	}

#hbg.com {
	background: url(company/img/hbg.jpg) no-repeat center;
	background-size: cover;
	}

#hbg h2 {
	width: 90%;
	max-width: 1400px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 0.1em;
	position: absolute;
    left: 50%;
    top: calc(50% + 18px);
	z-index: 1;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	}

#hbg h2 span {
	font-size: 48px;
	line-height: 100%;
	letter-spacing: 0.1em;
	margin: 0px 0px 10px 0px;
	display: block;
	}

#new {
	font-weight: bold;
	color: #B37070;
	margin: 0px 10px 0px 0px;
	display: inline-block;
	}

#pag {
	width: 100%;
	text-align: center;
	}

#pag a {
	width: 30px;
	border: 1px #D1D0CF solid;
	font-weight: bold;
	line-height: 28px;
	margin: 0px 7.5px;
	display: inline-block;
	}

#pag a:hover {
	background: #D1D0CF;
	opacity: 1;
	}

#pag a.previouspostslink {
	width: auto;
	border: none;
	background: url(img/arr0401.svg) no-repeat left 5px;
	background-size: 17px;
	border-bottom: 1px #282828 solid;
	line-height: 100%;
	margin: 0px 92.5px 0px 0px;
	padding: 0px 0px 5px 27px;
	}

#pag a.nextpostslink {
	width: auto;
	border: none;
	background: url(img/arr04.svg) no-repeat right 5px;
	background-size: 17px;
	border-bottom: 1px #282828 solid;
	line-height: 100%;
	margin: 0px 0px 0px 92.5px;
	padding: 0px 27px 5px 0px;
	}

#pag a.previouspostslink:hover,
#pag a.nextpostslink:hover{
	background-color: none;
	opacity: 0.6;
	}

#pag span {
	width: 30px;
	background: #D1D0CF;
	border: 1px #D1D0CF solid;
	font-weight: bold;
	line-height: 28px;
	margin: 0px 7.5px;
	display: inline-block;
	}

#fab dl {
	width: 100%;
	margin: 130px 0px 0px 0px;
	display: table;
	}

#fab dt,
#fab dd {
	width: calc(100% * 1 / 3);
	display: table-cell;
	}

#fab dt {
	text-align: center;
	}

#fab dt a {
	border-bottom: 1px #282828 solid;
	font-weight: bold;
	line-height: 100%;
	padding: 0px 0px 1px 0px;
	}

#fab dd:last-child {
	text-align: right;
	}

#fab dd a {
	background: url(img/arr0401.svg) no-repeat left 5px;
	background-size: 17px;
	border-bottom: 1px #282828 solid;
	font-weight: bold;
	line-height: 100%;
	padding: 0px 0px 1px 27px;
	}

#fab dd:last-child a {
	background: url(img/arr04.svg) no-repeat right 5px;
	background-size: 17px;
	padding: 0px 27px 1px 0px;
	}

#rec {
	width: 100%;
	background: #f6f6f6;
	line-height: 200%;
	margin: 130px 0px 0px 0px;
	padding: 130px 0px;
	}

#rec h2 {
	font-size: 32px;
	line-height: 100%;
	letter-spacing: 0.1em;
	margin: 0px 0px 50px 0px;
	text-align: center;
	}

#rec ul {
	width: 90%;
	max-width: 1000px;
	margin: 0px auto;
	display: flex;
	flex-wrap: wrap;
	}

#rec ul a {
	width: 31.333%;
	margin: 0px 3% 0px 0px;
	text-align: center;
	display: block;
	}

#rec ul a:last-child {
	margin: 0px;
	}

#rec ul a img {
	width: 100%;
	margin: 0px 0px 20px 0px;
	}

#mor {
	width: 180px;
	background: #282828;
	font-weight: bold;
	color: #ffffff;
	line-height: 60px;
	margin: 80px auto 0px auto;
	text-align: center;
	display: block;
	position: relative;
	}

#mor.whi {
	background: none;
	border: 1px rgba(255,255,255,0.6) solid;
	}

#mor:before {
	content: '';
	width: 25px;
	border-top: 1px rgba(255,255,255,0.6) solid;
	position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	}

#mor:after {
	content: '';
	width: 10px;
	border-top: 1px #282828 solid;
	position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	}

#mor.whi:after {
	border-top: 1px rgba(255,255,255,0.6) solid;
	}

#finq {
	display: none;
	}

}

@media screen and (max-width: 640px){
	
#main {
	width: 90%;
	margin: 0px 5% 0px 5%;
	}

h2.title {
	font-size: 32px;
	line-height: 100%;
	letter-spacing: 0.1em;
	margin: 0px 0px 30px 0px;
	text-align: center;
	}

h2.title p {
	font-size: 12px;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	}

#hbg {
	width: 100%;
	height: 40vh;
	margin: -120px 0px 70px 0px;
	position: relative;
	}

#hbg:before {
	content: '';
	width: 1px;
	height: 40px;
	border-right: 1px rgba(255,255,255,0.6) solid;
	position: absolute;
    left: 50%;
	bottom: 0px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 53;
	}

#hbg:after {
	content: '';
	width: 1px;
	height: 40px;
	border-right: 1px #282828 solid;
	position: absolute;
    left: 50%;
	bottom: -40px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 53;
	}

#hbg p {
    width: 100%;
    margin: 0px;
	}

#hbg p:before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	position: absolute;
	left: 0px;
	top: 0px;
	}

#hbg.com {
	background: url(company/img/hbg.jpg) no-repeat center;
	background-size: cover;
	}

#hbg h2 {
	width: 100%;
	font-weight: normal;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 0.1em;
	text-align: center;
	position: absolute;
    left: 50%;
    top: calc(50% + 40px);
	z-index: 1;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	}

#hbg h2 span {
	font-size: 36px;
	font-weight: bold;
	line-height: 100%;
	letter-spacing: 0.1em;
	margin: 0px 0px 10px 0px;
	display: block;
	}

#new {
	font-weight: bold;
	color: #B37070;
	margin: 0px 10px 0px 0px;
	display: inline-block;
	}

#pag {
	width: 100%;
	text-align: center;
	}

#pag a {
	width: 30px;
	border: 1px #D1D0CF solid;
	font-weight: bold;
	line-height: 28px;
	margin: 0px 5px;
	display: inline-block;
	}

#pag a:hover {
	background: #D1D0CF;
	opacity: 1;
	}

#pag a.previouspostslink {
	width: auto;
	border: none;
	background: url(img/arr0401.svg) no-repeat left 5px;
	background-size: 17px;
	border-bottom: 1px #282828 solid;
	line-height: 100%;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 5px 27px;
	}

#pag a.nextpostslink {
	width: auto;
	border: none;
	background: url(img/arr04.svg) no-repeat right 5px;
	background-size: 17px;
	border-bottom: 1px #282828 solid;
	line-height: 100%;
	margin: 0px 0px 0px 5px;
	padding: 0px 27px 5px 0px;
	}

#pag a.previouspostslink:hover,
#pag a.nextpostslink:hover{
	background-color: none;
	opacity: 0.6;
	}

#pag span {
	width: 30px;
	background: #D1D0CF;
	border: 1px #D1D0CF solid;
	font-weight: bold;
	line-height: 28px;
	margin: 0px 5px;
	display: inline-block;
	}

#fab dl {
	width: 100%;
	margin: 70px 0px 0px 0px;
	display: table;
	}

#fab dt,
#fab dd {
	width: calc(100% * 1 / 3);
	display: table-cell;
	}

#fab dt {
	text-align: center;
	}

#fab dt a {
	border-bottom: 1px #282828 solid;
	font-weight: bold;
	line-height: 100%;
	padding: 0px 0px 1px 0px;
	}

#fab dd:last-child {
	text-align: right;
	}

#fab dd a {
	background: url(img/arr0401.svg) no-repeat left 5px;
	background-size: 17px;
	border-bottom: 1px #282828 solid;
	font-weight: bold;
	line-height: 100%;
	padding: 0px 0px 1px 27px;
	}

#fab dd:last-child a {
	background: url(img/arr04.svg) no-repeat right 5px;
	background-size: 17px;
	padding: 0px 27px 1px 0px;
	}

#rec {
	width: 100%;
	background: #f6f6f6;
	line-height: 200%;
	margin: 70px 0px 0px 0px;
	padding: 70px 0px 40px 0px;
	}

#rec h2 {
	font-size: 32px;
	line-height: 100%;
	letter-spacing: 0.1em;
	margin: 0px 0px 30px 0px;
	text-align: center;
	}

#rec ul {
	width: 90%;
	margin: 0px auto;
	display: flex;
	flex-wrap: wrap;
	}

#rec ul a {
	width: 47.5%;
	margin: 0px 5% 30px 0px;
	display: block;
	}

#rec ul a:nth-child(2n) {
	margin: 0px 0px 30px 0px;
	}

#rec ul a img {
	width: 100%;
	margin: 0px 0px 20px 0px;
	}

#mor {
	width: 180px;
	background: #282828;
	font-weight: bold;
	color: #ffffff;
	line-height: 60px;
	margin: 40px auto 0px auto;
	text-align: center;
	display: block;
	position: relative;
	}

#mor.whi {
	background: none;
	border: 1px rgba(255,255,255,0.6) solid;
	}

#mor:before {
	content: '';
	width: 25px;
	border-top: 1px rgba(255,255,255,0.6) solid;
	position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	}

#mor:after {
	content: '';
	width: 10px;
	border-top: 1px #282828 solid;
	position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	}

#mor.whi:after {
	border-top: 1px rgba(255,255,255,0.6) solid;
	}

#finq {
	width: 100%;
	background: #282828;
	line-height: 70px;
	text-align: center;
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 53;
	display: flex;
	flex-wrap: wrap;
	}

#finq a {
	width: 100%;
	/*width: calc(100% / 2);*/
	line-height: 70px;
	color: #ffffff;
	padding: 0px 0px 0px 0px;
	display: block;
	position: relative;
	}

#finq a:before {
	content: '';
	width: 1px;
	height: 40px;
	border-left: 1px #ffffff solid;
	position: absolute;
	right: 0px;
	top: 15px;
	opacity: 0.6;
	}

#finq a:last-child:before {
	display: none;
	}

}


/* ヘッダー */

@media screen and (min-width: 641px){

header {
	width: 100%;
	height: 100px;
	background: #282828;
	position: fixed;
	z-index: 54;
	}

header .log {
	width: 210px;
	margin: 23px 0px 0px 6.25%;
	float: left;
	position: relative;
	z-index: 0;
	display: block;
	}

header .inq {
	margin: 0px 90px 0px 0px;
	}

header .inq a {
	width: 140px;
	border: 1px rgba(255,255,255,0.6) solid;
	line-height: 40px;
	font-size: 12px;
	color: #ffffff;
	margin: 30px 20px 0px 0px;
	float: right;
	text-align: center;
	position: relative;
	display: block;
	}

header .inq a:before {
	content: '';
	width: 20px;
	border-top: 1px rgba(255,255,255,0.6) solid;
	position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	}

#menubtn, #menubtn.open {
	width: 60px;
	height: 60px;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 99;
	cursor: pointer;
	}

#menubtn.open {
	-webkit-transition: all .5s;
	transition: all .5s;
	}

#menubtn .menu__line {
    width: 20px;
    height: 1px;
    background: #ffffff;
    display: block;
    position: absolute;
	left: 20px;
    transition: transform .5s;
	}

#menubtn.open .menu__line {
    background: #ffffff;
	}

#menubtn .menu__line--top {
    top: 21.5px;
	}

#menubtn .menu__line--center {
    top: 29.5px;
	}

#menubtn .menu__line--bottom {
    top: 37.5px;
	}

#menubtn .menu__line--top.active {
    background: #ffffff;
	left: 20px;
    top: 30px;
    transform: rotate(45deg);
	}

#menubtn .menu__line--center.active {
    transform:scaleX(0);
	}

#menubtn .menu__line--bottom.active {
    background: #ffffff;
	left: 20px;
    top: 30px;
    transform: rotate(135deg);
	}

#menusp {
    width: 100%;
    height: 100%;
    background: #282828;
    display: none;
    position: fixed;
	top: 0px;
	}

#menusp .scr {
	height: 100%;
	overflow: auto;
　　overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	}

#menusp .main {
    width: 85%;
    height: 100%;
	margin: 100px auto 0px auto;
	position: relative;
	z-index: 3;
	}

#menusp .menu {
	width: 100%;
	margin: 0px auto 30px auto;
	display: flex;
	flex-wrap: wrap;
	}

#menusp .menu ul {
	width: 50%;
	}

#menusp .menu h3 {
	width: 100%;
	font-size: 16px;
	color: #ffffff;
	letter-spacing: 0.1em;
	margin: 0px;
	}

#menusp .menu p {
	border-left: 1px rgba(255,255,255,0.3) solid;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 10%;
	}

#menusp .menu a {
	color: #ffffff;
	margin: 0px 0px 30px 0px;
	display: block;
	}

#menusp .menu a br {
	display: none;
	}

#menusp .minq a {
	width: 100%;
	background: #ffffff;
	font-weight: bold;
	line-height: 60px;
	color: #282828;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px;
	text-align: center;
	display: block;
	position: relative;
	}

#menusp .minq a:before {
	content: '';
	width: 25px;
	border-top: 1px #282828 solid;
	position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	}

#menusp .minq a:after {
	content: '';
	width: 10px;
	border-top: 1px rgba(255,255,255,0.6) solid;
	position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	}

}

@media screen and (max-width: 640px){

header {
	width: 100%;
	height: 120px;
	overflow: hidden;
	position: relative;
	z-index: 54;
	}

header .log {
	width: 150px;
	margin: 30px auto 0px auto;
	display: block;
	}

header .log img {
	width: 100%;
	}

#menubtn,
#menubtn.open {
	width: 40px;
	height: 40px;
	background: #282828;
	text-align: center;
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 99;
	}

#menubtn.open {
	-webkit-transition: all .5s;
	transition: all .5s;
	}

#menubtn .menu__line {
    width: 20px;
    height: 1px;
    background: #ffffff;
    display: block;
    position: absolute;
	left: 10px;
    transition: transform .5s;
	}

#menubtn.open .menu__line {
    background: #ffffff;
	}

#menubtn .menu__line--top {
    top: 13.5px;
	}

#menubtn .menu__line--center {
    top: 19.5px;
	}

#menubtn .menu__line--bottom {
    top: 25.5px;
	}

#menubtn .menu__line--top.active {
    background: #ffffff;
	left: 10px;
    top: 20px;
    transform: rotate(45deg);
	}

#menubtn .menu__line--center.active {
    transform: scaleX(0);
	}

#menubtn .menu__line--bottom.active {
    background: #ffffff;
	left: 10px;
    top: 20px;
    transform: rotate(135deg);
	}

#menusp {
    width: 100%;
    height: 100%;
    background: #282828;
    display: none;
    position: fixed;
	top: 0px;
	}

#menusp .scr {
	height: 100%;
	overflow: auto;
　　overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	}

#menusp .main {
    width: 85%;
    height: 100%;
	margin: 50px auto 0px auto;
	}

#menusp .menu {
	width: 100%;
	margin: 0px auto 30px auto;
	display: flex;
	flex-wrap: wrap;
	}

#menusp .menu ul {
	width: 50%;
	}

#menusp .menu h3 {
	width: 100%;
	font-size: 16px;
	color: #ffffff;
	letter-spacing: 0.1em;
	margin: 0px;
	}

#menusp .menu p {
	border-left: 1px rgba(255,255,255,0.3) solid;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 10%;
	}

#menusp .menu a {
	color: #ffffff;
	margin: 0px 0px 30px 0px;
	display: block;
	}

#menusp .minq a {
	width: 100%;
	background: #ffffff;
	font-weight: bold;
	line-height: 50px;
	color: #282828;
	margin: 20px 0px 0px 0px;
	text-align: center;
	display: block;
	position: relative;
	}

#menusp .minq a:before {
	content: '';
	width: 25px;
	border-top: 1px #282828 solid;
	position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	}

#menusp .minq a:after {
	content: '';
	width: 10px;
	border-top: 1px rgba(255,255,255,0.6) solid;
	position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	}

.inq {
	display: none;
	}

}


/* フッター */

@media screen and (min-width: 641px){

footer {
	width: 100%;
	background: #f6f6f6;
	margin: 200px 0px 0px 0px;
	float: left;
	}

footer .com {
	position: relative;
	}

footer .com:before {
	content: '';
	width: 1px;
	height: 40px;
	border-right: 1px rgba(255,255,255,0.6) solid;
	position: absolute;
    left: 50%;
	top: 0px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 2;
	}

footer .com:after {
	content: '';
	width: 1px;
	height: 40px;
	border-right: 1px #282828 solid;
	position: absolute;
    left: 50%;
	top: -40px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	}

footer .com .pho {
	width: 100%;
	height: 500px;
	background: url(img/fbg.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	}

footer .com .pho:before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	}

footer dl {
	width: 100%;
	position: relative;
	}

footer dt {
	width: 600px;
	padding: 80px 0px 50px 0px;
	text-align: center;
	}

footer dt img {
	width: 210px;
	margin: 0px auto 10px auto;
	display: block;
	}

footer dt h2 {
	font-size: 12px;
	font-weight: normal;
	line-height: 150%;
	margin: 0px 0px 40px 0px;
	}

footer dt .sns {
	margin: 30px 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	}

footer dt a {
	height: 23px;
	line-height: 23px;
	margin: 0px 20px 0px 0px;
	display: block;
	}

footer dt a:last-child {
	margin: 0px;
	}

footer dt a img {
	width: auto;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	}

footer dt .you img {
	height: 18px;
	}

footer dd {
	width: calc(100% - 600px);
	background: #ffffff;
	padding: 80px 6.25%;
	text-align: center;
	position: absolute;
    right: 0px;
	top: -200px;
	z-index: 1;
	}

footer dd h2 {
	font-size: 16px;
	line-height: 100%;
	margin: 0px 0px 20px 0px;
	}

footer dd p {
	font-size: 36px;
	font-weight: bold;
	line-height: 100%;
	margin: 0px 0px 10px 0px;
	}

footer dd ol {
	margin: 50px 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	}

footer dd ol a {
	width: 46.875%;
	background: #282828;
	color: #ffffff !important;
	line-height: 100px;
	margin: 0px 6.25% 0px 0px;
	display: block;
	position: relative;
	}

footer dd ol a:before {
	content: '';
	width: 25px;
	border-top: 1px rgba(255,255,255,0.6) solid;
	position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	}

footer dd ol a:after {
	content: '';
	width: 10px;
	border-top: 1px #282828 solid;
	position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	}

footer dd ol a:last-child {
	margin: 0px;
	}

#cop {
	width: 90%;
	max-width: 1400px;
	margin: 0px auto 80px auto;
	}

#cop a {
	float: right;
	display: block;
	}

}

@media screen and (max-width: 640px){

footer {
	width: 100%;
	margin: 100px 0px 0px 0px;
	}

footer .com {
	background: #f6f6f6;
	position: relative;
	}

footer .com:before {
	content: '';
	width: 1px;
	height: 40px;
	border-right: 1px rgba(255,255,255,0.6) solid;
	position: absolute;
    left: 50%;
	top: 0px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 2;
	}

footer .com:after {
	content: '';
	width: 1px;
	height: 40px;
	border-right: 1px #282828 solid;
	position: absolute;
    left: 50%;
	top: -40px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	}

footer .com .pho {
	width: 100%;
	height: 200px;
	background: url(img/fbg.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	}

footer .com .pho:before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	}

footer dl {
	width: 100%;
	display: flex;
	flex-direction: column;
	}

footer dt {
	width: 100%;
	padding: 40px 0px 40px 0px;
	text-align: center;
	order: 2;
	}

footer dt img {
	width: 210px;
	margin: 0px auto 10px auto;
	display: block;
	}

footer dt h2 {
	font-size: 12px;
	font-weight: normal;
	line-height: 150%;
	margin: 0px 0px 40px 0px;
	}

footer dt .sns {
	margin: 30px 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	}

footer dt a {
	height: 23px;
	line-height: 23px;
	margin: 0px 20px 0px 0px;
	display: block;
	}

footer dt a:last-child {
	margin: 0px;
	}

footer dt a img {
	width: auto;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	}

footer dt .you img {
	height: 18px;
	}

footer dd {
	width: 100%;
	background: #ffffff;
	padding: 40px 5%;
	text-align: center;
	order: 1;
	}

footer dd h2 {
	font-size: 16px;
	line-height: 100%;
	margin: 0px 0px 20px 0px;
	}

footer dd p {
	font-size: 36px;
	font-weight: bold;
	line-height: 100%;
	margin: 0px 0px 10px 0px;
	}

footer dd ol {
	margin: 30px 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
	}

footer dd ol a {
	width: 80%;
	background: #282828;
	line-height: 50px;
	color: #ffffff !important;
	margin: 0px auto 20px auto;
	display: block;
	position: relative;
	}

footer dd ol a:before {
	content: '';
	width: 25px;
	border-top: 1px rgba(255,255,255,0.6) solid;
	position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	}

footer dd ol a:after {
	content: '';
	width: 10px;
	border-top: 1px #282828 solid;
	position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	}

footer dd ol a:last-child {
	margin: 0px auto;
	}

footer dd ol a img {
	height: 14px;
	margin: 0px 10px 0px 0px;
	display: inline-block;
	vertical-align: middle;
	}

footer dd ol a:last-child img {
	height: 16px;
	}

#cop {
	width: 90%;
	margin: 0px auto 70px auto;
	padding: 20px 0px;
	text-align: center;
	}

#cop a {
	margin: 0px auto 10px auto;
	display: table;
	}

}
