@charset "UTF-8";

/**
 * ENGINE
 * v0.2 | 20150615
 * License: none (public domain)
 */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

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 {
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

input,
textarea,
button,
select {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
}

select {
	text-indent: 0.01px;
	-o-text-overflow: "";
	text-overflow: "";
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

select::-ms-expand {
	display: none;
}

code,
pre {
	font-family: monospace;
	font-size: 1em;
}

body#pagetop {
	-webkit-text-size-adjust: 100%;
}

a {
	text-decoration: none;
	transition: all 0.3s;
}

button {
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	font-size: inherit;
	color: inherit;
}

/* ホバーアクション */
@media (any-hover: hover) {
	a:hover,
	button:hover {
		opacity: 0.7;
		text-decoration: none;
	}
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.sp {
		display: none;
	}
}

.cnt {
	padding: 0 10px;
	max-width: 1200px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.cnt {
		padding: 0 30px;
	}
}
.ib {
	display: inline-block;
}
/* font */
body,
#header {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@font-face {
	font-family: recop-iconfonts;
	src: url("option/font/recop-iconfont.eot?") format("eot"),
		url("option/font/recop-iconfont.woff") format("woff"),
		url("option/font/recop-iconfont.ttf") format("truetype");
}
/*=======================================

  ▼ここからLPページの共有css

=======================================*/
/**************************************************************
	header
***************************************************************/
/* button */
.gnav-cta-btn {
	min-height: 80px;
	display: grid;
	align-items: center;
	background: #fff;
	color: var(--navy);
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	border-radius: 10px;
	padding: 10px;
	text-decoration: none;
	position: relative;
}
.gnav-cta-btn::before {
	font-family: recop-iconfonts;
	content: "\e857";
	font-size: 29px;
	position: absolute;
	top: 50%;
	left: 20px;
	color: var(--navy);
	font-weight: bold;
	transform: translateY(-50%);
}
@media (any-hover: hover) {
	.gnav-cta-btn:hover {
		text-decoration: underline;
		opacity: 1;
	}
}
/* -- button end -- */
.header-wrap {
	width: 100%;
	position: relative;
}
.hamburger {
	width: 60px;
	height: 60px;
	background-color: var(--navy);
	border: none;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1001;
	cursor: pointer;
	pointer-events: all;
}
.hamburger.is-open {
	display: none;
}
.hamburger-bar {
	width: 25px;
	height: 3px;
	background: #fff;
	transition: 0.3s;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
}
.hamburger-bar:nth-child(1) {
	top: 21px;
}
.hamburger-bar:nth-child(2) {
	top: 28px;
}
.hamburger-bar:nth-child(3) {
	top: 35px;
}
.gnav {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	background: #070f5e;
	color: #fff;
	box-sizing: border-box;
	z-index: 1000;
	padding: 20px 20px;
	border-radius: 0 0 50px 50px;
	box-shadow: 0 -1px 0 3px #fff;
	transition: transform 0.4s ease, top 0.4s ease;
	line-height: 1.3;
	overflow: hidden;
	pointer-events: all;
}
.gnav-list {
	width: 100%;
	max-width: 650px;
	display: grid;
	grid-template-rows: repeat(4, auto); /* メニューの行数を指定 */
	grid-template-columns: 1fr 1fr;
	grid-auto-flow: column;
	margin-bottom: 20px;
	position: relative;
}
.gnav-list::before,
.gnav-list::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 14px;
	left: 50%;
	width: 2px;
	transform: translateX(-50%);
	background-image: repeating-linear-gradient(
		to bottom,
		#fff 0,
		#fff 4px,
		transparent 4px,
		transparent 8px
	);
}
.gnav-list::after {
	left: unset;
	transform: unset;
	right: 0;
}
.gnav-item {
	position: relative;
	font-weight: bold;
	font-size: 16px;
}

.gnav-link {
	width: 100%;
	padding: 0 5px 23px 70px;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	position: relative;
	display: inline-block;
}
.gnav-link::before {
	font-family: recop-iconfonts;
	content: "\E842";
	font-size: 23px;
	position: absolute;
	top: calc(50% - 22px);
	left: 45px;
	color: #fff;
	font-weight: normal;
}
.gnav-cta-list {
	width: 100%;
	max-width: 305px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.gnav-close {
	display: none;
	background: #fff;
	border: none;
	color: var(--navy);
	font-size: 28px;
	cursor: pointer;
	font-weight: bold;
	position: relative;
}
.gnav-close .hamburger-bar {
	background: var(--navy);
	left: 18px;
	top: 29px;
}
.gnav-close .hamburger-bar:first-of-type {
	transform: rotate(-45deg);
}
.gnav-close .hamburger-bar:last-of-type {
	transform: rotate(45deg);
}
.is-open .gnav-close {
	display: block;
}
.gnav-inner {
	max-height: calc(100vh - 114px);
	overflow-y: auto;
}
@media only screen and (min-width: 965px) {
	.header-inner {
		max-width: 1200px;
		margin: 0 auto;
		padding: 20px 80px 0 10px;
		display: grid;
		grid-template-columns: 277px auto;
		gap: 10px;
		align-items: center;
		justify-content: space-between;
	}
	.head-title {
		font-size: 14px;
	}
	.header-logo {
		max-width: 277px;
	}
	.header-fixed {
		width: 100%;
		position: fixed;
		top: 0;
		right: 0;
		pointer-events: none;
		z-index: 1000;
	}
	.hamburger-wrap {
		height: 80px;
		padding-top: 20px;
	}
	.hamburger {
		margin-left: auto;
	}
	.gnav {
		padding: 20px 0;
		top: -100%;
		right: 0;
		left: 0;
		transform: translateY(0);
	}
	.gnav.is-open {
		top: 0;
		transform: translateY(0);
	}
	.gnav-box {
		display: grid;
		grid-template-columns: 1fr 60px;
		gap: 50px;
	}

	.gnav-inner {
		width: 100%;
		margin: 0 auto;
		padding-top: 30px;
		display: flex;
		justify-content: flex-end;
		gap: 46px;
	}
}
@media only screen and (max-width: 964px) {
	.header-inner {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: 100%;
		padding: 20px 20px 0;
	}
	.head-title {
		text-align: center;
		font-size: 14px;
	}
	.header-logo {
		max-width: 217px;
		margin-bottom: 23px;
		display: inline-block;
	}
	.gnav {
		top: 0;
		right: -100%;
		width: calc(100% - 30px);
		height: calc(100dvh - 20px);
		transition: right 0.3s ease;
		border-radius: 0 0 0 27px;
		box-shadow: 0 0px 0 2px #fff;
		z-index: 1000;
	}
	.gnav.is-open {
		transform: translateX(0);
	}
	.hamburger {
		position: fixed;
		top: 10px;
		right: 10px;
	}
	.gnav-box {
		padding: 54px 0 0;
	}
	.gnav-item {
		border-bottom: 2px dashed #fff;
	}
	.gnav-link {
		padding-top: 13px;
		padding-left: 27px;
	}
	.gnav-link::before {
		top: calc(50% - 18px);
		left: 0;
	}
	.gnav-list {
		margin: 0 auto 30px;
		grid-auto-flow: unset;
		grid-template-rows: unset;
		grid-template-columns: 1fr;
		border-bottom: none;
		gap: 8px;
	}
	.gnav-list::before,
	.gnav-list::after {
		content: none;
	}
	.gnav-close {
		position: absolute;
		top: 10px;
		right: 10px;
	}
	.gnav-cta-list {
		margin: 0 auto;
	}
}

/**************************************************************
	FAQ
***************************************************************/
.faq {
	margin-bottom: 50px;
	max-width: 900px;
}

.faq-list {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin: 0 auto;
}

.faq-list dt {
	position: relative;
	font-weight: bold;
	font-size: 20px;
	padding: 18px 0 0 84px;
}

.faq-list dt::before {
	content: "Q";
	display: block;
	background: url(/jobfind-pc/original/images/bg-question.png) 50% / contain
		no-repeat;
	width: 64px;
	height: 64px;
	color: #fff;
	text-align: center;
	font-size: 30px;
	line-height: 64px;
	position: absolute;
	left: 0;
	top: 0;
	flex-shrink: 0;
}

.faq-list dd {
	margin: 20px 0 0 84px;
	padding: 40px;
	position: relative;
	border-radius: 50px;
	background: var(--color-bg);
	display: flex;
	flex-direction: column;
	line-height: 2;
}

.faq-list dd::before {
	content: "A";
	display: block;
	color: var(--color-base);
	font-size: 30px;
	line-height: 1.5;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.faq {
		margin-bottom: 30px;
		padding: 0 30px;
	}

	.faq-list dt {
		font-size: 16px;
		padding: 0 0 0 56px;
		font-weight: normal;
		margin-bottom: 20px;
	}

	.faq-list dt::before {
		width: 60px;
		height: 60px;
		font-size: 22px;
		line-height: 60px;
		top: 50%;
		transform: translateY(-50%);
		left: -20px;
	}

	.faq-list dd {
		margin: 0;
		padding: 20px 30px;
		border-radius: 27px;
	}

	.faq-list dd::before {
		font-size: 22px;
		line-height: 1.3;
	}
}

/**************************************************************
	btn-area
***************************************************************/
/* ボタン群 */
.btn-area-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	margin-bottom: 50px;
}

.btn-area-card {
	position: relative;
}

.btn-area-card img {
	border-radius: 50px;
}

.btn-area-badge {
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
	padding: 1.43vw;
	width: 20vw;
	max-width: 280px;
	background: var(--color-secondary);
	color: #fff;
	border-radius: 2.14vw 0 0 2.14vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
}

.btn-area-lead span {
	position: relative;
	font-size: 1.14vw;
}

.btn-area-lead span::before,
.btn-area-lead span::after {
	content: "";
	position: absolute;
	background-color: #fff;
	height: 1px;
	top: 10px;
	width: 22px;
}

.btn-area-lead span::before {
	left: -25px;
	rotate: 60deg;
}

.btn-area-lead span::after {
	right: -25px;
	rotate: -60deg;
}

.btn-area-title {
	font-weight: bold;
	position: relative;
	font-size: 1.43vw;
	text-align: center;
	line-height: 1.4;
}

.btn-area-title::before {
	content: "";
	background: url(/jobfind-pc/original/images/btn-arrow.png) no-repeat 50% /
		contain;
	position: absolute;
	left: -20px;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 10px;
	height: 12px;
}

@media screen and (min-width: 1400px) {
	.btn-area-lead span {
		font-size: 16px;
	}

	.btn-area-title {
		font-size: 20px;
	}
}

@media screen and (max-width: 1020px) {
	.btn-area-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		grid-template-columns: 1fr;
		margin: 0 auto 50px auto;
	}

	.btn-area-list li {
		width: 315px;
	}

	.btn-area-card img {
		border-radius: 27px;
	}

	.btn-area-badge {
		top: auto;
		bottom: 30px;
		transform: translateY(0%);
		padding: 16px 20px;
		width: 300px;
		border-radius: 27px 0 0 27px;
	}

	.btn-area-lead span {
		font-size: 16px;
	}

	.btn-area-title {
		font-size: 20px;
	}
}

/**************************************************************
	背景の円形
***************************************************************/
.section-bg {
	padding: 100px 0;
	overflow: hidden;
}
.circle-bg {
	position: relative;
	z-index: 2;
}
.circle-bg > * {
	position: relative;
	z-index: 2;
}
.circle-bg::before,
.circle-bg::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 143vw;
	height: 17.6vw;
	border-radius: 50%;
	z-index: 1;
}

.circle-bg::before {
	top: -100px;
}

.circle-bg::after {
	bottom: -100px;
	transform: translateX(-50%) rotate(180deg);
}

@media screen and (max-width: 767px) {
	.circle-bg::before,
	.circle-bg::after {
		height: 25vw;
	}
	.circle-bg::before {
		top: -70px;
	}
	.circle-bg::after {
		bottom: -70px;
	}
}

/**************************************************************
	intv
***************************************************************/
.intv-kv {
	border-radius: 10px;
}
.intv-inner:not(:last-of-type) {
	margin-bottom: 60px;
}
.intv-accordion .intv-detail.is-open {
	padding: 50px 0;
}
.intv-desc--ttl {
	font-size: 20px;
	font-weight: bold;
	color: var(--color-lp-primary);
	margin-bottom: 30px;
}

.c-acnt_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 50px;
}
@media screen and (min-width: 768px) {
	.c-acnt_flex.even .intv-desc {
		order: 2;
	}
	.c-acnt_flex figure {
		width: 56%;
	}
	.intv-desc {
		width: calc(44% - 50px);
	}
}
.c-acnt_accBtn {
	width: 100%;
	max-width: 350px;
	min-height: 50px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-lp-primary);
	background-color: #fff;
	border: 2px solid var(--color-lp-primary);
	border-radius: 10px;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	text-align: center;
	z-index: 2;
}

.c-acnt_accBtn::before {
	font-family: recop-iconfonts;
	content: "\E813";
	font-size: 30px;
	font-weight: normal;
	color: var(--color-lp-primary);
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

/* OPEN */
.c-acnt_accBtn[aria-expanded="true"]::before {
	content: "\E822";
}

.c-acnt_accDetail.animating {
	transition: height 0.6s ease;
}

.c-acnt_flex:first-of-type {
	margin-bottom: 50px;
}

.c-acnt_flex img {
	border-radius: 10px;
}

/* PCはアコーディオン解除 */
@media (min-width: 768px) {
	.intv-accordion .c-acnt_accordion {
		--accordion-dual-button-default-height: auto;
	}

	.intv-accordion.c-acnt_accordion .c-acnt_accBtn {
		display: none !important;
	}

	.intv-accordion.c-acnt_accordion.is-open [data-accordion-dual-button-detail] {
		height: auto !important;
		overflow: visible !important;
	}
}

.c-sr_only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

/* アコーディオン制御用のスタイル */
[data-accordion-dual-button] {
	--accordion-dual-button-gradation-display: block;
	position: relative;
}

[data-accordion-dual-button-detail] {
	height: var(--accordion-dual-button-default-height);
	overflow: hidden;
	/* display: none はNG */
	position: relative;
	transition: height 0.3s;
}

[data-accordion-dual-button-detail]::before {
	background: linear-gradient(
		180deg,
		rgb(255 255 255 / 0) 0%,
		rgba(255, 255, 255, 0.9) 50%,
		rgba(255, 255, 255, 0.9) 50%,
		#fff 100%
	);
	content: "";
	width: 100%;
	height: 170px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	display: var(--accordion-dual-button-gradation-display);
}

/* OPEN */
.is-open [data-accordion-dual-button-detail]::before {
	content: none;
}

[data-accordion-dual-button-detail].animating {
	transition: height 0.6s ease;
}

[data-accordion-dual-button-trigger][aria-expanded="false"] {
	display: grid !important;
	visibility: visible !important;
}

.is-open [data-accordion-dual-button-trigger][aria-expanded="false"] {
	/* display: none !important; */
	visibility: hidden !important;
}

[data-accordion-dual-button-trigger][aria-expanded="true"] {
	/* display: none !important; */
	visibility: hidden !important;
}

.is-open [data-accordion-dual-button-trigger][aria-expanded="true"] {
	display: grid !important;
	visibility: visible !important;
}
@media (max-width: 767px) {
	.intv-kv {
		padding-bottom: 100px;
		margin-left: -30px;
		margin-right: -30px;
	}
	.intv-accordion .intv-detail.is-open {
		padding: 30px 0;
	}
	.c-acnt_flex {
		flex-direction: column;
	}
	.intv-accordion {
		padding-bottom: 60px;
	}

	.intv-accordion .c-acnt_accBtn {
		max-width: 100%;
	}

	.c-acnt_accBtn::before {
		font-size: 22px;
		right: 15px;
	}
}
/**************************************************************
	about
***************************************************************/
.about-inner {
	padding-bottom: 40px;
}

.about-inner .list-ttl {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.business-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, 202px);
	grid-gap: 85px;
	justify-content: center;
}

.business-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
}

.business-item--circle {
	width: 202px;
	height: 202px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 15px;
	position: relative;
}

.business-list .business-item:first-of-type .business-item--circle {
	background-color: #21c3f0;
	color: #333;
}

.business-list .business-item:nth-of-type(2) .business-item--circle {
	background-color: #117fbf;
	color: #fff;
}

.business-list .business-item:nth-of-type(3) .business-item--circle {
	background-color: #025799;
	color: #fff;
}

.business-list .business-item:not(:last-of-type) .business-item--circle::before,
.business-list .business-item:not(:last-of-type) .business-item--circle::after {
	content: "";
	width: 31px;
	height: 2px;
	display: inline-block;
	background: #334352;
	border-radius: 2px;
	position: absolute;
	top: 50%;
	right: -58px;
}

.business-list
	.business-item:not(:last-of-type)
	.business-item--circle::before {
	transform: translateY(-50%) rotate(45deg);
}

.business-list .business-item:not(:last-of-type) .business-item--circle::after {
	transform: translateY(-50%) rotate(-45deg);
}

.business-item--category {
	font-size: 30px;
	font-weight: bold;
}

.business-item--category span {
	font-size: 25px;
}

.business-item--label {
	font-size: 20px;
}

.business-item__text {
	line-height: 1.8;
}

.brand-list {
	width: fit-content;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, auto);
	grid-gap: 50px 25px;
	justify-items: center;
	align-items: center;
}

.brand-item__img {
	max-width: 195px;
}

@media screen and (max-width: 860px) {
	.business-list {
		grid-template-columns: 1fr;
		grid-gap: 70px;
	}

	.business-item {
		grid-gap: 20px;
		position: relative;
	}

	.business-list
		.business-item:not(:last-of-type)
		.business-item--circle::before,
	.business-list
		.business-item:not(:last-of-type)
		.business-item--circle::after {
		display: none;
	}

	.business-list .business-item:not(:last-of-type)::before,
	.business-list .business-item:not(:last-of-type)::after {
		content: "";
		width: 30px;
		height: 2px;
		display: inline-block;
		background: #334352;
		border-radius: 2px;
		position: absolute;
		bottom: -35px;
		left: 50%;
	}
	.business-list .business-item:not(:last-of-type)::before {
		transform: translateX(-50%) rotate(45deg);
	}
	.business-list .business-item:not(:last-of-type)::after {
		transform: translateX(-50%) rotate(-45deg);
	}
}

@media screen and (max-width: 767px) {
	.brand-list {
		grid-template-columns: 1fr;
		grid-gap: 10px;
	}
}
/**************************************************************
	footer
***************************************************************/
/* 背景円形 */
#footer {
	margin-top: -320px;
	padding-top: 320px;
	position: relative;
	overflow: hidden;
	pointer-events: none;
}
#footer::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 143vw;
	height: 440px;
	border-radius: 50%;
	z-index: -1;
}
#footer a {
	pointer-events: all;
}
@media only screen and (max-width: 767px) {
	#footer {
		margin-top: -650px;
		padding-top: 650px;
	}
	#footer::before {
		width: 296vw;
		height: 930px;
	}
}
/* 背景円形　End */
#footer {
	width: 100%;
	min-height: 190px;
}
#footer .content .free {
	width: 100%;
	background-color: var(--navy);
}
footer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 190px;
}
footer p {
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 1.4;
	padding-bottom: 0.3em;
}
footer p small {
	font-size: 100%;
}
footer p small span {
	display: inline-block;
}
/*for Android copyrightマークの色*/
footer span.copy {
	font-family: Verdana, "Droid Sans" !important;
}
footer a:link,
footer a:active,
footer a:visited,
footer a:hover {
	color: #fff !important;
}
@media only screen and (max-width: 767px) {
	#footer {
		/* position: absolute;
		bottom: 0; */
	}
	footer {
		min-height: 190px;
		text-align: center;
	}
}
/*** footer の高さが増える場合、この数値も増やす ***/
#main .space {
	padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
	#footer,
	footer {
		min-height: 127px;
	}
	#main .space {
		padding-bottom: 20px;
	}
}
