@charset "utf-8";

html {
	width: 100%;
	height: 100%;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,"游ゴシック体",YuGothic,Arial,sans-serif;
	-webkit-text-size-adjust: none;
	font-size: 62.5%;
	color: #000;
	overflow-y: scroll;
}

body {
	height: 100%;
	line-height: 1.6;
}

img {
	font-size: 0;
}

::-moz-selection {
	background: #fff100;
	color: #000;
}

::selection {
	background: #fff100;
	color: #000;
}

a {
	outline: none;
	text-decoration: none;
	color: #4d4d4d;
}

a img {
	-webkit-transition: opacity .23s ease-out;
	transition: opacity .23s ease-out;
}

a:hover {
	text-decoration: none;
	outline: none;
}

.txt-red {
	color: #ff0000;
}

.wrap {
	position: relative;
	width: 100%;
	height: 100%;
}

.lazyload,
.lazyloading {
	opacity: 0;
	filter: alpha(opacity=0);
}

.lazyloaded {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 1.2s ease-out;
	transition: opacity 1.2s ease-out;
}

.head {
	position: fixed;
	top: 0;
	width: 100%;
	height: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1000;
}

.head:after {
	content: '.';
	color: transparent;
}

.head-inner {
	display: table;
	width: 100%;
	height: 50px;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2;
}

.head-main {
	display: table-cell;
	width: 165px;
	padding-left: 10px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.head-sub {
	display: table-cell;
	overflow: hidden;
	z-index: 2;
}

.head-sub-list {
	display: table;
	float: right;
	width: 110px;
	height: 100%;
}

.head-sub-list_item {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}

.head-sub-list_item.-phone {
	display: none;
}

.head-btn {
	position: relative;
	display: table-cell;
	width: 20px;
	height: 18px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.head-btn_line {
	position: absolute;
	left: 0;
	width: 20px;
	height: 3px;
	background: #000;
}

.head-btn_line.-top {
	top: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.head-btn_line.-middle {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.head-btn_line.-bottom {
	top: 100%;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.nav {
	position: fixed;
	top: -100%;
	width: 100%;
	height: 100%;
	margin-left: -10px;
	background: #f5f5f5;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: -1;
}

.nav-list_item {
	position: relative;
	border-bottom: 1px solid #ccc;
	line-height: 50px;
	font-size: 16px;
	font-size: 1.6rem;
}

.nav-list_item.-sub {
	border-bottom: none;
	line-height: 45px;
}

.nav-list_item.-sub .nav-link {
	padding: 0 40px;
}

.nav-list_item.-lower {
	background-color: #f0f0f0;
}

.nav-list_item a {
	color: #000;
}

.nav-list_link {
	position: relative;
	z-index: 2;
}

.nav-list.-close {
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
}

.nav-link {
	display: block;
	padding: 0 25px;
}

.sub-nav {
	display: block;
}

.sub-nav.-block {
	display: block;
}

.main {
	margin: 50px 0 60px;
}

.foot {
	position: relative;
	width: 100%;
}

.foot-head {
	position: relative;
	padding: 22px 10px;
	background: #f4f4f4;
}

.foot-head-inner {
	position: relative;
}

.foot-head-list {
	font-size: 14px;
	font-size: 1.4rem;
}

.foot-head-list_head {
	margin-bottom: -5px;
	line-height: 1;
	font-weight: 700;
}

.foot-head-list_body {
	display: inline-block;
}

.foot-head-list_body.-tel {
	position: relative;
	display: block;
}

.foot-head-list_body.-mail {
	position: relative;
}

.foot-head-list_body a {
	color: #000;
}

.foot-head-list_pc {
	display: block;
}

.foot-privacy {
	position: absolute;
	bottom: 0;
	left: 225px;
	width: 72px;
	height: 72px;
}

.foot-privacy img {
	width: 100%;
	height: auto;
}

.foot-body {
	padding: 20px 3%;
	font-size: 12px;
	font-size: 1.2rem;
}

.foot-body-list {
	margin-bottom: 15px;
	overflow: hidden;
}

.foot-body-list_item {
	float: left;
}

.foot-body-list_item:first-child {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #7d7d7d;
}

.foot-body-list_item a {
	color: #000;
}

.foot-map {
	display: none;
}

.page-top {
	width: 100%;
	background: #000;
	font-size: 0;
}

.page-top_btn {
	position: relative;
	width: 33px;
	height: 40px;
	margin: 0 auto;
}

.page-top_btn:before {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	left: 68%;
	width: 1px;
	height: 16px;
	background: #fff;
	-webkit-transform: translate(-68%,-50%) rotate(-45deg);
	-ms-transform: translate(-68%,-50%) rotate(-45deg);
	transform: translate(-68%,-50%) rotate(-45deg);
}

.page-top_btn:after {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	left: 35%;
	width: 1px;
	height: 16px;
	background: #fff;
	-webkit-transform: translate(-35%,-50%) rotate(-135deg);
	-ms-transform: translate(-35%,-50%) rotate(-135deg);
	transform: translate(-35%,-50%) rotate(-135deg);
}

.page-top a {
	display: block;
	height: 40px;
}

.overlay {
	position: fixed;
	top: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
}

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.is-sp {
	display: block!important;
}

.is-pc {
	display: none!important;
}

.is-mincho {
	font-family: "ヒラギノ明朝 ProN W6",HiraMinProN-W6,"HG明朝E","ＭＳ Ｐ明朝",MS PMincho,"MS 明朝",serif;
}

.btn {
	display: table;
	width: 215px;
	height: 40px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
}

.btn a {
	display: table-cell;
	vertical-align: middle;
	border-radius: 40px;
	background: #000;
	color: #fff;
}

.btn.-black a {
	background: #000;
	color: #fff;
}

.btn input[type=submit] {
	display: table-cell;
	width: 280px;
	height: 52px;
	padding: 0;
	vertical-align: middle;
	border: none;
	border-radius: 40px;
	background: #000;
	font-family: inherit;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.circle {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-left: 20px;
	border-radius: 40px;
	background: #000;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.circle.-top {
	display: block;
	width: 100%;
	margin-left: 0;
	border-radius: 0;
}

.circle.-mail {
	display: inline;
	width: auto;
	height: auto;
	margin-left: 0;
	background: none;
	border-radius: 0;
}

.btn-area {
	display: table;
	width: 100%;
	overflow: hidden;
}

.btn-area_item {
	display: table-cell;
}

.btn-area_item:last-child {
	display: table-caption;
	margin-bottom: 30px;
}

.icn {
	display: block;
	width: 100%;
	height: 100%;
}

.icn.-logo {
	width: 165px;
	height: 15px;
}

.icn.-mail {
	width: 28px;
	height: 20px;
	margin: 0 auto;
}

.icn.-facebook {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 11px;
	height: 18px;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	fill: #fff;
}

.lower-hero {
	position: relative;
	margin: 0 -20px;
	font-size: 0;
}

.lower-hero img {
	width: 100%;
	height: auto;
}

.lower-hero.-max {
	margin: 0 -10px -30px;
}

.lower-hero.-service {
	margin: 0 0 -30px;
}

.client {
	padding: 20px 0;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.client.-top {
	border-top: 1px solid #000!important;
	border-bottom: 1px solid #000!important;
}

.client.-service {
	border: none;
}

.client_item {
	float: left;
	display: table!important;
	width: 50%;
	height: 80px;
}

.client_item:last-child {
	margin-bottom: 0;
}

.client_item:nth-last-child(2) {
	margin-bottom: 0;
}

.client.-sp {
	font-size: 0;
}

.client.-sp span {
	display: table-cell;
	vertical-align: middle;
}

.client.-sp .-ymobile img {
	width: 115px;
	height: auto;
}

.client.-sp .-benesse img {
	width: 115px;
	height: auto;
}

.client.-sp .-nagatanien img {
	width: 63px;
	height: auto;
}

.client.-sp .-hulu img {
	width: 78px;
	height: auto;
}

.client.-sp .-atago img {
	width: 115px;
	height: auto;
}

.client.-sp .-edy img {
	width: 70px;
	height: auto;
}

.client.-sp .-kohgendo img {
	width: 115px;
	height: auto;
}

.client.-sp .-guerlain img {
	width: 115px;
	height: auto;
}

.client.-sp .-nissen img {
	width: 103px;
	height: auto;
}

.client.-sp .-komen img {
	width: 115px;
	height: auto;
}

.client.-sp .-honma img {
	width: 104px;
	height: auto;
}

.client.-sp .-porter img {
	width: 66px;
	height: auto;
}

.client.-sp .-showa img {
	width: 115px;
	height: auto;
}

.client.-sp .-tokube img {
	width: 91px;
	height: auto;
}

.client.-sp .-wedding img {
	width: 115px;
	height: auto;
}

.client-service {
	display: table;
	width: 100%;
	height: 100%;
}

.client-service_img {
	display: table-cell;
	vertical-align: middle;
}

.heading {
	position: relative;
	margin-left: -10px;
	letter-spacing: -12px;
	line-height: 1;
	font-family: Ryumin Bold KL,"HG明朝E";
	font-size: 30px;
	font-size: 3rem;
	z-index: 1;
}

.heading:first-letter {
	letter-spacing: -16px;
	font-size: 80px;
	font-size: 8rem;
}

.heading.-service:first-letter {
	letter-spacing: -21px;
}

.heading.-news {
	letter-spacing: -8px;
}

.heading.-news:first-letter {
	letter-spacing: -21px;
}

.heading.-access:first-letter {
	letter-spacing: -13px;
}

.heading.-recruit:first-letter {
	letter-spacing: -16px;
}

.heading.-about:first-letter {
	letter-spacing: -16px;
}

.heading.-philosophy:first-letter {
	letter-spacing: -34px;
}

.heading.-middle {
	margin-bottom: 30px;
}

.heading.-faq {
	margin-bottom: 30px;
	letter-spacing: -3px;
}

.heading.-faq:first-letter {
	margin-right: 0;
	font-size: 30px;
	font-size: 3rem;
}

.heading.-faq span {
	display: inline-block;
	margin-left: -6px;
	letter-spacing: -12px;
	font-size: 80px;
	font-size: 8rem;
}

.heading.-lower {
	margin: 0;
	letter-spacing: 0;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,"游ゴシック体",YuGothic,Arial,sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
}

.heading.-lower:first-letter {
	letter-spacing: 0;
	font-size: 18px;
	font-size: 1.8rem;
}

.is-heading-score {
	display: none;
}

.is-heading-txt {
	display: block;
	margin: 10px 0 0 10px;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0;
}

.title {
	line-height: 1;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,"游ゴシック体",YuGothic,Arial,sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
}

.title span {
	margin-left: 15px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #666;
}

.title span.result {
	margin-left: 0;
	color: #000;
}

.bread {
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
}

.bread-list {
	font-size: 12px;
	font-size: 1.2rem;
	color: #666;
	overflow: hidden;
}

.bread-list_item {
	float: left;
}

.bread-list_item:after {
	content: '\003e';
	margin: 0 7px;
	color: #000;
}

.bread-list_item:last-child:after {
	display: none;
}

.bread-list_item a {
	color: #000;
}

.detail-link {
	padding: 2px 0;
	line-height: 50px;
	text-align: right;
	font-size: 15px;
	font-size: 1.5rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.detail-link a {
	position: relative;
	display: inline-block;
	padding-right: 30px;
}

.detail-link a:before {
	content: '';
	position: absolute;
	display: block;
	top: 4px;
	right: 8px;
	width: 1px;
	height: 25px;
	background: #000;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.detail-link a:after {
	content: '';
	position: absolute;
	display: block;
	bottom: 4px;
	right: 8px;
	width: 1px;
	height: 25px;
	background: #000;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.detail-link.-double {
	padding: 5px 0;
	line-height: 1.2;
}

.detail-link.-double a:before {
	top: -4px;
}

.detail-link.-double a:after {
	bottom: -2px;
}

.tag {
	display: table;
	width: 200px;
	height: 35px;
	margin: 0 auto;
	line-height: 35px;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	font-size: 1.4rem;
}

.tag.-small {
	width: 100%;
	height: 28px;
	line-height: 28px;
	font-size: 10px;
	font-size: 1rem;
}

.tag.-small a {
	background: #fff;
	color: #000;
}

.tag a {
	display: block;
	border: 1px solid #000;
	border-radius: 35px;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.block {
	padding: 60px 10px;
}

.block.-bg {
	background: #f6f6f6;
}

.block.-basic {
	padding: 40px 10px;
}

.block.-none {
	padding-bottom: 0!important;
}

.block.-strong {
	padding: 60px 10px;
}

.block.-history {
	padding: 60px 10px;
}

.block.-about {
	padding: 0 10px;
}

.block.-philosophy {
	padding: 0 10px 40px;
}

.block.-faq {
	padding: 0 10px 40px;
}

.block.-recruit {
	padding: 0 10px 60px;
}

.block.-know {
	padding: 40px 10px 0;
}

.block.-member {
	padding: 0 10px 60px;
}

.block.-question {
	padding: 40px 10px;
}

.block.-detail {
	padding: 50px 10px;
}

.block.-detail.-first {
	padding: 0 10px 40px;
}

.block.-service {
	padding: 0 0 60px;
}

.block.-arrow {
	padding: 0 10px;
}

.block.-lower {
	padding: 25px 20px;
}

.block-inner {
	padding: 0 10px;
}

.form-window {
	margin-top: 40px;
	padding: 0 4.5%;
	text-align: center;
}

.form-window_txt {
	margin-bottom: 20px;
	line-height: 1.8;
	font-size: 16px;
	font-size: 1.6rem;
}

.map-inner {
	position: relative;
	margin: 0 -20px;
	padding-top: 200px;
}

.map-inner.-about {
	margin: 0 -10px;
}

#gMap {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.lower-lead {
	margin-top: 25px;
	font-size: 12px;
	font-size: 1.2rem;
}

.hero {
	position: relative;
	height: 290px;
	margin-bottom: 30px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.hero.-service {
	height: 160px;
	margin: 0 -20px 30px;
}

.hero_title {
	margin-bottom: 5px;
	padding-top: 35px;
	text-align: center;
	font-family: Ryumin Bold KL,HiraMinProN-W6,"HG明朝E","ＭＳ Ｐ明朝",MS PMincho,"MS 明朝",serif;
	font-weight: 700;
	font-size: 22px;
	font-size: 2.2rem;
}

.hero_txt {
	padding-bottom: 15px;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
}

.top-block {
	margin-bottom: 40px;
	padding: 0 10px;
}

.top-block-inner {
	margin-bottom: 50px;
	padding: 15px 10px 0;
	font-size: 16px;
	font-size: 1.6rem;
}

.top-block-inner_lead {
	margin-bottom: 25px;
}

.top-service {
	margin: 40px 0;
}

.top-service_item {
	margin-bottom: 40px;
}

.top-service_item:last-child {
	margin-bottom: 0;
}

.top-service-data {
	text-align: center;
	font-size: 15px;
	font-size: 1.5rem;
}

.top-service-data_head {
	margin-bottom: 10px;
	font-family: Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,"游ゴシック体",YuGothic,Arial,sans-serif;
	font-weight: 700;
}

.top-service-data_head a {
	display: block;
	width: 200px;
	height: 35px;
	line-height: 35px;
	margin: 0 auto;
	border-radius: 35px;
	border: 1px solid #000;
	color: #000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.top-service-data_body {
	line-height: 1.8;
}

.top-recruit-photo {
	margin: 0 -20px;
	font-size: 0;
}

.top-recruit-photo img {
	width: 100%;
	height: auto;
}

.news {
	margin: 0 -20px;
}

.news.lazyloaded {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 3.2s ease-out;
	transition: opacity 3.2s ease-out;
}

.news-list {
	overflow: hidden;
}

.news-list_item {
	position: relative;
	float: left;
	width: 50%;
	height: 130px;
	font-size: 0;
}

.news-list_item img {
	width: 100%;
	height: auto;
}

.news-list_item a {
	display: block;
	width: 100%;
	height: 100%;
}

.news-data {
	padding: 8px 5px 5px;
	font-size: 10px;
	font-size: 1rem;
	color: #fff;
}

.news-data_head {
	margin-bottom: 3px;
	line-height: 1;
}

.news-data_body {
	line-height: 1.4;
	visibility: hidden;
}

.top-access_lead {
	margin-bottom: 25px;
}

.top-access_lead span {
	font-size: 14px;
	font-size: 1.4rem;
}

.cover {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 45%;
	background: rgba(0,0,0,.7);
}

.service-lead {
	margin-top: 10px;
	font-size: 14px;
	font-size: 1.4rem;
}

.service-info {
	margin: 25px 4.5% 0;
}

.service-info_item {
	margin-bottom: 40px;
}

.service-info_item:last-child {
	margin-bottom: 0;
}

.service-info-photo {
	margin-bottom: 15px;
	text-align: center;
	font-size: 0;
}

.service-info-photo img {
	width: 100%;
	max-width: 560px;
	height: auto;
}

.service-info-data {
	font-size: 14px;
	font-size: 1.4rem;
letter-spacing: .1em;
}

.service-info-data_head {
	font-weight: 700;
}

.service-info-data_body {
	margin-bottom: 25px;
}

.service-info-data_body.-list {
	margin-bottom: 0;
}

.service-info-list {
	padding: 15px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.service-info-list.-popstock {
  margin-bottom: 6%;
}

.service-info-list_item {
	margin-bottom: 5px;
font-size: 12px;
  font-size: 1.2rem;
  text-indent: -1em;
  padding-left: 1em;
}

.service-info-list_item:last-child {
	margin-bottom: 0;
}

.service-strong_item {
	margin-bottom: 35px;
}

.service-strong_item:last-child {
	margin-bottom: 0;
}

.service-detail {
	position: relative;
	height: 280px;
}

.service-detail_txt {
	margin-bottom: 2px;
}

.service-detail_txt.-pattern {
	margin: 8px 0 0;
}

.service-detail_circle {
	display: table;
	width: 55px;
	height: 55px;
	margin: 0 auto;
	border-radius: 55px;
	background: #000;
	font-weight: 700;
	font-size: 10px;
	font-size: 1rem;
	color: #fff;
}

.service-detail_circle span {
	display: table-cell;
	padding-top: 6px;
	vertical-align: middle;
}

.service-detail-list {
	position: relative;
	line-height: 1.4;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	z-index: 1;
}

.service-detail-list_item.-web {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.service-detail-sub {
	width: 284px;
	margin: 0 auto;
	padding: 145px 0 0;
	overflow: hidden;
}

.service-detail-sub_item.-support {
	float: left;
	margin-left: 6px;
}

.service-detail-sub_item.-ec {
	float: right;
}

.service-circle {
	position: absolute;
	bottom: 5px;
	left: 50%;
	width: 280px;
	height: 280px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.service-circle-lead {
	position: absolute;
	top: 42%;
	left: 50%;
	width: 100%;
	line-height: 1.4;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	font-size: 1.4rem;
	-webkit-transform: translate(-50%,-42%);
	-ms-transform: translate(-50%,-42%);
	transform: translate(-50%,-42%);
}

.service-trade {
	margin-top: 15px;
}

.about-detail {
	margin: 25px 0 30px;
	text-align: left;
	font-size: 14px;
	font-size: 1.4rem;
}

.about-detail_head {
	width: 70px;
	padding-bottom: 15px;
}

.about-detail_body {
	padding-bottom: 15px;
}

.about-detail_body span {
	display: none;
}

.about-detail tr:last-child .about-detail_head {
	padding-bottom: 0;
}

.about-detail tr:last-child .about-detail_body {
	padding-bottom: 0;
}

.officers-box {
	margin-top: 30px;
}

.officers {
	margin-bottom: 60px;
	padding: 0 20px;
}

.officers:last-child {
	margin-bottom: 0;
}

.officers_img {
	margin-bottom: 15px;
	font-size: 0;
}

.officers_img img {
	width: 100%;
	height: auto;
}

.officers-data_head {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 16px;
	font-size: 1.6rem;
}

.officers-data_head span {
	display: block;
	margin-top: 10px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #666;
}

.officers-data_body {
	font-size: 14px;
	font-size: 1.4rem;
}

.officers-detail {
	text-align: left;
}

.officers-detail_head {
	width: 65px;
	padding-bottom: 8px;
}

.officers-detail_body {
	padding-bottom: 8px;
}

.officers-detail tr:last-child .officers-detail_head {
	padding-bottom: 0;
}

.officers-detail tr:last-child .officers-detail_body {
	padding-bottom: 0;
}

.history-detail {
	margin-top: 25px;
	text-align: left;
	font-size: 14px;
	font-size: 1.4rem;
}

.history-detail_head {
	width: 95px;
	padding-bottom: 20px;
}

.history-detail_body {
	padding-bottom: 20px;
}

.history-detail tr:last-child .history-detail_head {
	padding-bottom: 0;
}

.history-detail tr:last-child .history-detail_body {
	padding-bottom: 0;
}

.message {
	margin-top: 25px;
	font-size: 14px;
	font-size: 1.4rem;
}

.message-inner {
	margin-bottom: 25px;
}

.message-inner_head {
	margin-bottom: 8px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
}

.message-inner_body {
	line-height: 1.6;
}

.message-list {
	width: 270px;
	margin: 30px auto 15px;
	overflow: hidden;
}

.message-list_item {
	float: left;
	display: table;
	width: 140px;
	height: 140px;
	margin-bottom: 15px;
	border-radius: 70px;
	background: rgba(102,102,102,.2);
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.message-list_item:nth-child(even) {
	margin-left: -10px;
}

.message-name {
	text-align: right;
	font-weight: 700;
}

.message-data {
	display: table-cell;
	vertical-align: middle;
}

.message-data_head {
	margin-bottom: 5px;
	line-height: 1;
	font-weight: 700;
	font-size: 14px;
	font-size: 1.4rem;
}

.message-data_body {
	letter-spacing: -1px;
	font-size: 12px;
	font-size: 1.2rem;
}

.creed {
	margin-top: 25px;
	font-size: 14px;
	font-size: 1.4rem;
}

.creed-lead {
	margin-bottom: 35px;
}

.creed-list {
	margin-bottom: 25px;
}

.creed-list_head {
	font-weight: 700;
}

.creed-list_body {
	margin-bottom: 15px;
	line-height: 1.6;
}

.creed-guide-title {
	font-weight: 700;
}

.creed-guide-inner {
	margin-top: 5px;
	padding: 20px 15px;
	background: #fff;
}

.creed-guide-inner_head {
	font-weight: 700;
}

.creed-guide-inner_body {
	margin-bottom: 20px;
}

.creed-guide-inner_body:last-child {
	margin-bottom: 0;
}

.privacy {
	font-size: 14px;
	font-size: 1.4rem;
}

.privacy-lead {
	margin-top: 10px;
}

.privacy-block {
	margin-bottom: 35px;
}

.privacy-list {
	margin: 10px 0 30px;
}

.privacy-list_item {
	margin-bottom: 15px;
}

.privacy-list_item:last-child {
	margin-bottom: 0;
}

.privacy-data_head {
	padding-left: 1em;
	text-indent: -1em;
	font-weight: 700;
}

.privacy-data_body {
	padding-left: 1em;
}

.privacy-day {
	text-align: right;
}

.privacy-manage {
	margin-top: 20px;
}

.privacy-manage-data {
	margin-bottom: 30px;
}

.privacy-manage-data:last-child {
	margin-bottom: 0;
}

.privacy-manage-data_head {
	margin-bottom: 5px;
	font-weight: 700;
}

.privacy-table {
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.privacy-table_head,
.privacy-table_body {
	padding: 8px;
	border: 1px solid #ccc;
	background: #f3f3f3;
	vertical-align: middle;
	font-size: 12px;
	font-size: 1.2rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.privacy-table_head:nth-child(1),
.privacy-table_body:nth-child(1) {
	width: 45%;
}

.privacy-table_head:nth-child(2),
.privacy-table_body:nth-child(2) {
	width: 30%;
}

.privacy-table_head:nth-child(3),
.privacy-table_body:nth-child(3) {
	width: 25%;
}

.privacy-table_body {
	background: #fff;
}

.privacy-table.-purpose .privacy-table_head:nth-child(1),
.privacy-table.-purpose .privacy-table_body:nth-child(1) {
	width: 40%;
}

.privacy-table.-purpose .privacy-table_head:nth-child(2),
.privacy-table.-purpose .privacy-table_body:nth-child(2) {
	width: 60%;
}

.privacy-request-list_item {
	text-indent: -1em;
	padding-left: 1em;
}

.privac-form {
	padding: 8px;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.privacy-form-data {
	margin-bottom: 15px;
	font-size: 12px;
	font-size: 1.2rem;
}

.privacy-form-data:last-child {
	margin-bottom: 0;
}

.privacy-form-data a {
	color: #000;
}

.inquiry {
	margin-bottom: 50px;
	font-size: 14px;
	font-size: 1.4rem;
}

.inquiry.-last {
	margin-bottom: 60px;
}

.inquiry-data {
	margin-bottom: 15px;
}

.inquiry-data.-personal {
	margin-bottom: 25px;
}

.inquiry-data_head {
	margin-bottom: 15px;
}

.inquiry-data_head span {
	margin-left: 10px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #c00;
}

.inquiry-data_body {
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	font-size: 1.8rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.inquiry-data_body.-none {
	border-bottom: none;
}

.inquiry-data_body input {
	width: 100%;
	padding: 0;
	border: none;
	font-size: 18px;
	font-size: 1.8rem;
	font-family: inherit!important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.inquiry-data_body input[type=file] {
	line-height: 1;
	font-size: 14px;
	font-size: 1.4rem;
}

.inquiry-data_body textarea {
	width: 100%;
	height: 200px;
	padding: 0;
	border: none;
	font-size: 18px;
	font-size: 1.8rem;
	font-family: inherit!important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.inquiry-data_body .inquiry-birth {
	width: 150px;
	border: 1px solid #000;
	font-size: 18px;
	font-size: 1.8rem;
	font-family: inherit!important;
}

.inquiry-data_body .inquiry-birth.-month,
.inquiry-data_body .inquiry-birth.-day {
	width: 70px;
}

.inquiry-data_body .inquiry-job {
	border: 1px solid #000;
	font-size: 18px;
	font-size: 1.8rem;
	font-family: inherit!important;
}

.inquiry-birth-area,
.inquiry-job-objective {
  margin-bottom: 10px;
}

.inquiry-birth-area, .inquiry-job-objective {
	margin-bottom: 10px;
}

.inquiry-personal {
	width: 100%;
	height: 170px;
	padding: 0 10px;
	background: #f3f3f3;
	font-size: 12px;
	font-size: 1.2rem;
	overflow-y: scroll;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.agree-data {
	padding: 10px 0;
	line-height: 1.8;
}

.agree-data_head {
	margin-bottom: 15px;
}

.agree-lead {
	margin-bottom: 20px;
}

.agree-detail {
	margin-bottom: 20px;
}

.agree-detail:last-child {
	margin-bottom: 0;
}

.agree-detail-list_item {
	padding-left: 10px;
}

.agree-detail-list_item span {
	display: none;
}

.agree-detail-list_item a {
	color: #000;
}

.inquiry-check {
	line-height: 1;
	overflow: hidden;
}

.inquiry-check input[type=checkbox] {
	position: absolute;
	display: block;
	top: -1px;
	left: -37px;
	width: 18px;
	height: 18px;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: 37px 0 #fff;
	box-shadow: 37px 0 #fff;
	z-index: 2;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.inquiry-check input[type=checkbox]:checked {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.inquiry-check span {
	position: absolute;
	top: 50%;
	left: 25px;
	width: 215px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.checkbox-txt {
	display: inline-block;
	position: relative;
	width: 13px;
	height: 16px;
	padding-left: 14px;
	border: 1px solid #999;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

.checkbox-txt:before {
	content: '';
	position: absolute;
	width: 15px;
	height: 14px;
	top: -1px;
	left: -2px;
	border: 1px solid #999;
	z-index: 3;
}

.checkbox-txt:after {
	content: '';
	position: absolute;
	top: 35%;
	left: 4px;
	display: block;
	margin-top: -4px;
	width: 5px;
	height: 9px;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
}

.file-btn {
	font-size: 14px;
	font-size: 1.4rem;
}

.file-btn_txt {
	display: inline-block;
	margin-left: 5px;
}

.file-btn input {
	display: none;
}

.file-btn-dummy {
	display: inline-block;
	width: 50px;
	height: 26px;
	margin-bottom: 5px;
	line-height: 26px;
	background: #000;
	text-align: center;
	color: #fff;
}

.complete-txt {
	margin-bottom: 80px;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
}

.error {
	margin: -8px 0 10px;
	line-height: 1.4;
	font-weight: 700;
	font-size: 14px;
	font-size: 1.4rem;
	color: #d32222;
}

.error.-main {
	margin: 0 0 20px;
	font-weight: 700;
	font-size: 16px;
	font-size: 1.6rem;
}

.error.-last {
	margin: 0 0 10px;
}

.faq-box {
	margin-top: 20px;
}

.faq-data {
	padding: 15px 35px 15px 5px;
	border-top: 1px solid #ccc;
	font-size: 14px;
	font-size: 1.4rem;
}

.faq-data:last-child {
	border-bottom: 1px solid #ccc;
}

.faq-data_head {
	position: relative;
	padding-left: 1em;
	text-indent: -1em;
}

.faq-data_body {
	display: none;
	padding-top: 20px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #333;
}

.faq-data_body.-open {
	display: block;
}

.nav-icn {
	position: absolute;
	top: 50%;
	right: -30px;
	width: 24px;
	height: 24px;
	border: 1px solid #ccc;
	background: #ccc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: background .23s ease-out;
	transition: background .23s ease-out;
}

.nav-icn_item {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 9px;
	height: 1px;
	background: #fff;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: .23s ease-out;
	transition: .23s ease-out;
}

.nav-icn_item.-length {
	width: 1px;
	height: 9px;
}

.nav-icn.-close {
	background: none;
}

.nav-icn.-close .nav-icn_item.-side {
	width: 4px;
	background: #ccc;
}

.nav-icn.-close .nav-icn_item.-length {
	opacity: 0;
	filter: alpha(opacity=0);
}

.recruit-lead {
	font-size: 16px;
	font-size: 1.6rem;
}

.recruit-box {
	margin-top: 30px;
	padding: 0 20px;
}

.recruit-box-title {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
}

.recruit-box-title:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background: #000;
}

.recruit-box-title span {
	position: relative;
	display: inline-block;
	padding: 0 5px;
	background: #fff;
	z-index: 1;
}

.recruit-body-box {
	margin-bottom: 30px;
}

.recruit-body-box:last-child {
	margin-bottom: 0;
}

.recruit-list {
	margin-bottom: 50px;
	padding-bottom: 40px;
	border-bottom: 1px solid #000;
	text-align: center;
}

.recruit-list_item {
	margin-bottom: 45px;
}

.recruit-list_item:last-child {
	margin-bottom: 0;
}

.recruit-job_head {
	margin-bottom: 20px;
	line-height: 1;
	font-size: 16px;
	font-size: 1.6rem;
}

.recruit-tag_item {
	margin-bottom: 25px;
}

.recruit-tag_item:last-child {
	margin-bottom: 0;
}

.know-box {
	padding: 0 10px;
}

.know-box-txt {
	margin-top: 10px;
	font-size: 14px;
	font-size: 1.4rem;
}

.know-photo {
	margin: 20px -20px 0;
	overflow: hidden;
}

.know-photo_item {
	float: left;
	width: 100%;
	height: 100%;
	font-size: 0;
}

.know-photo_item img {
	width: 100%;
	height: auto;
}

.know-photo_item:nth-child(1),
.know-photo_item:nth-child(2),
.know-photo_item:nth-child(5),
.know-photo_item:nth-child(6) {
	width: 50%;
}

.detail-link-list {
	margin-top: 45px;
}

.detail-link-list_item {
	margin-bottom: 30px;
}

.detail-link-list_item:last-child {
	margin-bottom: 0;
}

.group {
	margin-top: 40px;
	text-align: center;
}

.group-member_head {
	margin-bottom: -10px;
	line-height: 1;
	font-size: 18px;
	font-size: 1.8rem;
}

.group-member_body {
	margin-left: 30px;
	font-family: Ryumin Regular KL,HiraMinProN-W6,"HG明朝E","ＭＳ Ｐ明朝",MS PMincho,"MS 明朝",serif;
	font-size: 28px;
	font-size: 2.8rem;
}

.group-member-count {
	letter-spacing: 3px;
	font-size: 100px;
	font-size: 10rem;
	opacity: 0;
	filter: alpha(opacity=0);
}

.canvas-holder {
	position: relative;
	width: 250px;
	margin-bottom: 20px;
}

.canvas-title {
	position: absolute;
	top: 50%;
	left: 50%;
	display: none;
	line-height: 1;
	font-size: 16px;
	font-size: 1.6rem;
	z-index: 1;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.ratio {
	margin-bottom: 50px;
}

.ratio-list_item {
	position: relative;
	width: 250px;
	margin: 0 auto 50px;
}

.ratio-list_item:last-child {
	margin-bottom: 0;
}

.ratio-list_item:last-child .ratio-legend {
	margin-left: 40px;
	text-align: left;
}

.ratio-legend_item {
	margin-bottom: 5px;
	font-size: 15px;
	font-size: 1.5rem;
}

.ratio-legend_item:last-child {
	margin-bottom: 0;
}

.ratio-legend_color {
	display: inline-block;
	width: 25px;
	height: 6px;
	vertical-align: middle;
}

.ratio-legend_txt {
	display: inline-block;
	margin-left: 15px;
	line-height: 1;
}

.come-from_head {
	margin-bottom: 20px;
	font-size: 18px;
	font-size: 1.8rem;
}

.come-from-map {
	width: 290px;
	margin: 0 auto;
}

.come-from-map img {
	width: 100%;
	height: auto;
}

.come-from-table {
	width: 100%;
	margin-bottom: -12px;
	text-align: left;
	line-height: 1;
	font-size: 15px;
	font-size: 1.5rem;
}

.come-from-table_head {
	width: 80px;
	padding: 12px 0;
	vertical-align: middle;
}

.come-from-table_body {
	position: relative;
	padding: 12px 0 12px 15px;
	vertical-align: middle;
	line-height: 1;
	font-weight: 700;
}

.come-from-table_body:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 10px;
	height: 17px;
	background: url(/img/recruit/icn_come.png) repeat-x 0 0;
	-webkit-background-size: 10px 17px;
	background-size: 10px 17px;
	-webkit-transform: translateY(-52%);
	-ms-transform: translateY(-52%);
	transform: translateY(-52%);
}

.come-from-table_body.-n19 {
	padding-left: 195px;
}

.come-from-table_body.-n19:after {
	width: 190px;
}

.come-from-table_body.-n7 {
	padding-left: 75px;
}

.come-from-table_body.-n7:after {
	width: 70px;
}

.come-from-table_body.-n6 {
	padding-left: 65px;
}

.come-from-table_body.-n6:after {
	width: 60px;
}

.come-from-table_body.-n3 {
	padding-left: 35px;
}

.come-from-table_body.-n3:after {
	width: 30px;
}

.come-from-table_body.-n2 {
	padding-left: 25px;
}

.come-from-table_body.-n2:after {
	width: 20px;
}

.about-day {
	margin-top: 20px;
	text-align: right;
	font-size: 14px;
	font-size: 1.4rem;
}

.question {
	margin-top: 15px;
}

.question-list_item {
	padding: 15px 35px 15px 5px;
	border-top: 1px solid #ccc;
	font-size: 14px;
	font-size: 1.4rem;
}

.question-list_item:last-child {
	border-bottom: 1px solid #ccc;
}

.question-head {
	position: relative;
}

.question-body {
	display: none;
	padding-top: 20px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #333;
}

.question-body.-open {
	display: block;
}

.question-body_item {
	margin-bottom: 10px;
	padding-left: 1em;
	text-indent: -1em;
}

.question-body_item:last-child {
	margin-bottom: 0;
}

.msg {
	margin-top: 25px;
}

.msg-list_item {
	width: 250px;
	margin: 0 auto 30px;
}

.msg-list_item:last-child {
	margin-bottom: 0;
}

.msg-list-photo {
	margin-bottom: 20px;
	font-size: 0;
}

.msg-list-photo img {
	width: 100%;
	height: auto;
}

.msg-data {
	line-height: 1.8;
	font-size: 14px;
	font-size: 1.4rem;
}

.msg-data_head {
	font-weight: 700;
}

.msg-data_head span {
	display: block;
	font-weight: 400;
	color: #666;
}

.recruit-nav {
	margin-bottom: 30px;
	overflow: hidden;
}

.recruit-nav_item {
	float: left;
	width: 48%;
	margin-bottom: 20px;
}

.recruit-nav_item:nth-child(even) {
	float: right;
}

.recruit-table {
	margin: 20px 0;
	text-align: left;
	font-size: 14px;
	font-size: 1.4rem;
}

.recruit-table_head {
	width: 25%;
	padding-bottom: 20px;
	font-weight: 700;
}

.recruit-table_body {
	padding-bottom: 20px;
}

.recruit-detail {
	margin-bottom: 15px;
}

.recruit-detail:last-child {
	margin-bottom: 0;
}

.recruit-detail-list_item {
	padding-left: 1em;
	text-indent: -1em;
}

.entry-area {
	position: relative;
}

.recruit-page-top {
	margin-top: 30px;
	overflow: hidden;
}

.recruit-page-top a {
	position: relative;
	float: right;
	display: block;
	padding-left: 30px;
	font-weight: 700;
	font-size: 14px;
	font-size: 1.4rem;
}

.recruit-page-top a:before {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	left: 20%;
	width: 1px;
	height: 12px;
	background: #000;
	-webkit-transform: translate(-68%,-50%) rotate(-40deg);
	-ms-transform: translate(-68%,-50%) rotate(-40deg);
	transform: translate(-68%,-50%) rotate(-40deg);
}

.recruit-page-top a:after {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	left: 12%;
	width: 1px;
	height: 12px;
	background: #000;
	-webkit-transform: translate(-35%,-50%) rotate(-140deg);
	-ms-transform: translate(-35%,-50%) rotate(-140deg);
	transform: translate(-35%,-50%) rotate(-140deg);
}

@font-face {
  font-family: m-plus-rounded;
  src: url(../../fonts/m-plus-rounded-Bold.eot);
  src: url(../../fonts/m-plus-rounded-Bold.woff) format("woff"),url(../../fonts/m-plus-rounded-Bold.ttf) format("truetype");
}

.wrap.-popstock {
  height: auto;
  padding-bottom: 18vw;
}

.wrap.-popstock .bread {
  line-height: 1.6!important;
}

.block.-popmain {
  padding: 0;
}

.block.-popabout {
  padding: 36vw 10px 0;
}

.block.-popfeature {
  padding: 55px 0 0;
}

.block.-popstock {
  padding: 50px 10px;
}

.popstock-btn-application {
  display: table;
  position: fixed;
  bottom: 15px;
  right: 5%;
  width: 90%;
  height: 50px;
  margin: 0 auto;
  border-radius: 25px;
  background-color: #000;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  text-align: center;
  z-index: 100;
}

.popstock-btn-application a {
  display: table-cell;
  width: 90%;
  height: 50px;
  border-radius: 25px;
  vertical-align: middle;
  background-color: #333;
  color: #fff;
  font-size: 16px;
  margin: 0 auto;
  text-align: center;
}

.popstock-btn-application a:hover {
  -webkit-transition: .23s ease-out;
  transition: .23s ease-out;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.popstock-btn-application a span {
  color: #31baf7;
  font-weight: 700;
}

.popstock-heading {
  position: relative;
  background-color: #31baf7;
}

.popstock-heading_inner {
  width: 87%;
  margin: 0 auto;
  padding: 9% 0 20%;
}

.popstock-heading_catch {
  margin-bottom: 9%;
  font-family: m-plus-rounded;
  font-size: 23px;
  font-size: 6.1vw;
  line-height: 1.8;
  color: #fff;
}

.popstock-heading_title {
  position: relative;
  z-index: 3;
}

.popstock-heading_title img {
  width: 92%;
}

.popstock-heading_logo {
  fill: #333;
}

.popstock-heading_bg {
  position: absolute;
  right: 0;
  top: 60.5vw;
  width: 78.5%;
  z-index: 2;
}

.popstock-heading_bg img {
  width: 100%;
}

.popstock {
  color: #333;
  line-height: 1.75;
  font-size: 14px;
  font-size: 1.4rem;
}

.popstock .title {
  margin-bottom: 4%;
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
}

.popstock .title .title-sub {
  margin-left: 0;
  color: #000;
  font-size: 17px;
  font-size: 1.7rem;
}

.popstock .title.-feature {
  padding: 0 20px;
}

.popstock .title.-application {
  font-weight: 700;
  text-align: center;
}

.popstock .about-lead {
  margin-bottom: 3%;
  font-size: 15px;
  font-size: 1.5rem;
}

.popstock .about-list li {
  margin-bottom: 4%;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}

.popstock .about-list li:before {
  display: inline;
  content: "・";
}

.popstock .swiper-container {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.popstock .swiper-container .swiper-slide img {
  width: 100%;
}

.popstock .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}

.popstock .swiper-pagination-bullet {
  width: 38px;
  height: 3px;
  display: inline-block;
  border-radius: 0;
  background: #000;
  opacity: .2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.popstock .swiper-pagination-bullet-active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background: #31baf7;
}

.popstock .swiper-button-prev,
.popstock .swiper-button-next {
  position: absolute;
  top: 45%;
  width: 27px;
  height: 44px;
  z-index: 10;
  cursor: pointer;
  background: none;
}

.popstock .swiper-button-prev {
  display: inline-block;
  left: calc(50% - 480px);
}

.popstock .swiper-button-prev:before {
  content: '';
  width: 62px;
  height: 62px;
  border: 0;
  border-top: solid 2px #1e1e1e;
  border-right: solid 2px #1e1e1e;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
}

.popstock .swiper-button-next {
  display: inline-block;
  right: calc(50% - 442px);
}

.popstock .swiper-button-next:before {
  content: '';
  width: 62px;
  height: 62px;
  border: 0;
  border-top: solid 2px #1e1e1e;
  border-right: solid 2px #1e1e1e;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}

.popstock .function-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.popstock .function-list_item {
  width: 45%;
  margin-bottom: 8%;
}

.popstock .function-list_item:nth-child(odd) {
  margin-right: 10%;
}

.popstock .function-list_head {
  height: 27vw;
  margin-bottom: 5%;
  border-radius: 6px;
  background-color: #f6f6f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popstock .function-list_head img {
  width: 25%;
}

.popstock .function-list_head img.-img03 {
  width: 21%;
}

.popstock .function-list_head img.-img04 {
  width: 27%;
}

.popstock .function-list_head img.-img05 {
  width: 23%;
}

.popstock .function-list_head img.-img07 {
  width: 23%;
}

.popstock .function-list_body {
  font-size: 12px;
  font-size: 1.2rem;
}

.popstock .txt_customize {
  padding: 8% 0;
  color: #31baf7;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.popstock .txt_customize span {
  color: #666;
  font-size: 12px;
  font-size: 1.2rem;
}

.popstock .fee-table-wrap {
  margin-top: 10%;
  position: relative;
}

.popstock .fee-balloon {
  position: absolute;
  top: -18px;
  right: -1.5%;
  display: table;
  width: 75px;
  height: 75px;
  line-height: 1.35;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  background: #e83633;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.popstock .fee-balloon_inner {
  padding: 4px 0 0 4px;
  margin-top: 2px;
  display: table-cell;
  vertical-align: middle;
}

.popstock .fee-balloon span {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
}

.popstock .fee-balloon:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  margin-top: -15px;
  border: 6px solid transparent;
  border-left: 14px solid #e83633;
  z-index: 0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.popstock .fee-table {
  width: 100%;
  margin-bottom: 6%;
  border: 1px solid #ccc;
  border-collapse: collapse;
  text-align: center;
}

.popstock .fee-table.is-sp {
  display: table!important;
}

.popstock .fee-table.is-pc {
  display: none!important;
}

.popstock .fee-table .border-none {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.popstock .fee-table_title {
  padding: 6px 0;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
}

.popstock .fee-table_title.-month {
  background-color: #1a6ac0;
}

.popstock .fee-table_title.-year {
  background-color: #31baf7;
}

.popstock .fee-table_head {
  width: 50%;
  padding: 10px 0 10px 20px;
  background: #f6f6f4;
  border: 1px solid #ccc;
  text-align: left;
}

.popstock .fee-table_body {
  border: 1px solid #ccc;
}

.popstock .txt-zero {
  color: #e83633;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}

.popstock .fee-notice-list {
  margin-bottom: 10%;
  color: #666;
  font-size: 12px;
  font-size: 1.2rem;
}

.popstock .fee-notice-list_item {
  padding-left: 1em;
  text-indent: -1em;
}

.popstock .fee-notice-list_item:before {
  display: inline;
  content: "※";
}

.popstock .txt-application.-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.popstock .btn-popstock {
  display: table;
  height: 40px;
  margin: 25px auto;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}

.popstock .btn-popstock a {
  display: table-cell;
  padding: 0 20px;
  vertical-align: middle;
  border-radius: 40px;
  background: #000;
  color: #fff;
  letter-spacing: .15em;
}

.popstock .btn-popstock a:hover {
  background: #666;
  -webkit-transition: .33s ease-in-out;
  transition: .33s ease-in-out;
}

.popstock .btn-popstock a span {
  color: #31baf7;
}

.popstock .btn-popstock.-inquiry {
  font-weight: 400;
}

.popstock .btn-popstock.-inquiry a {
  padding: 0 40px;
}

.popstock .txt-inquiry {
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}


@media (min-width:768px) {

html {
	height: auto;
}

a img {
	-webkit-transition: none;
	transition: none;
}

.txt-red {
	color: #ff0000;
}

.wrap {
	min-width: 1200px;
	overflow: hidden;
}

.head {
	height: 70px;
	background: #fff;
}

.head-inner {
	width: 1000px;
	height: 70px;
	margin: 0 auto;
}

.head-main {
	position: inherit;
	width: 756px;
	padding-left: 0;
}

.head-main:before {
	content: '';
	display: block;
	clear: both;
}

.head-main_logo {
	float: left;
}

.head-main_logo a {
	display: inline-block;
	-webkit-transition: opacity .33s ease-in-out;
	transition: opacity .33s ease-in-out;
}

.head-main_logo a:hover {
	opacity: .6;
	filter: alpha(opacity=60);
}

.head-sub {
	position: relative;
}

.head-sub:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 20px;
	background: #ccc;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

.head-sub-list {
	width: 100%;
}

.head-sub-list_item {
	width: auto;
}

.head-sub-list_item.-phone {
	display: table-cell;
	width: 200px;
	padding-left: 25px;
	font-weight: 700;
	font-size: 17px;
	font-size: 1.7rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.head-sub-list_item.-phone span {
	font-size: 14px;
	font-size: 1.4rem;
}

.head-sub-list_item.-btn {
	display: none;
}

.nav {
	position: inherit;
	top: 0;
	float: right;
	width: 494px;
	height: auto;
	margin-left: 0;
	background: none;
	z-index: 1;
}

.nav-list:after {
	content: '';
	display: block;
	clear: both;
}

.nav-list_item {
	position: inherit;
	float: left;
	margin-right: 40px;
	border-bottom: none;
	line-height: 70px;
	font-weight: 700;
	font-size: 13px;
	font-size: 1.3rem;
}

.nav-list_item:last-child {
	margin-right: 0;
}

.nav-list_item.-sub {
	position: absolute;
	left: 440px;
	height: 60px;
	line-height: 60px;
	margin-right: 0;
}

.nav-list_item.-sub:last-child {
	left: 520px;
}

.nav-list_item.-sub a {
	color: #333;
}

.nav-list_item.-sub a:hover {
	text-decoration: underline;
}

.nav-list_item.-sub a.-current {
	text-decoration: underline;
	color: #666!important;
}

.nav-list_item.-sub .nav-link {
	padding: 0;
	font-weight: 400;
}

.nav-list_item.-lower {
	background-color: #fff;
}

.nav-list_item a:hover {
	color: #666;
}

.nav-list_item a.-active {
	color: #666;
}

.nav-list_item a.-current {
	color: #666!important;
}

.nav-list_link {
	display: inline;
	padding: 0;
}

.nav-list_link.-active:after {
	content: '';
	position: absolute;
	bottom: -41px;
	left: 50%;
	display: block;
	width: 0;
	height: 0;
	border-top: 8px solid #fff;
	border-right: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid transparent;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.nav-list.-close {
	position: absolute;
	left: 50%;
	display: none;
	width: 1000px;
	margin-left: -500px;
	opacity: 0;
	filter: alpha(opacity=0);
}

.nav-link {
	display: inline;
	padding: 0;
}

.sub-nav {
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	height: 0;
	background: rgba(238,238,238,.95);
}

.main {
	margin: 70px 0;
}

.foot-head {
	padding: 33px 0;
}

.foot-head-inner {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

.foot-head-list {
	float: right;
	width: 410px;
	margin-top: 30px;
}

.foot-head-list_head {
	margin-bottom: 0;
	font-size: 16px;
	font-size: 1.6rem;
}

.foot-head-list_body {
	line-height: 2;
}

.foot-head-list_pc {
	display: inline;
	margin-left: 15px;
}

.foot-privacy {
	bottom: -60px;
	left: 300px;
}

.foot-body {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0 60px;
	overflow: hidden;
}

.foot-body-list {
	float: left;
	margin-bottom: 0;
}

.foot-body-list_item:first-child {
	border-right: none;
}

.foot-body-list_item a:hover {
	text-decoration: underline;
}

.foot-map {
	float: left;
	display: block;
	width: 540px;
	border-right: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.foot-map-side {
	float: left;
	width: 230px;
	padding: 10px 0;
}

.foot-map-data {
	margin-bottom: 20px;
	line-height: 1;
	font-size: 14px;
	font-size: 1.4rem;
}

.foot-map-data:last-child {
	margin-bottom: 0;
}

.foot-map-data a {
	color: #000;
}

.foot-map-data a:hover {
	text-decoration: underline;
}

.foot-map-data_head {
	margin-bottom: 9px;
	font-weight: 700;
}

.foot-map-data_head a:hover {
	text-decoration: none;
	color: #666;
}

.foot-map-data_body {
	line-height: 1.8;
}

.foot-copy {
	float: right;
}

.page-top_btn {
	width: 40px;
	height: 40px;
}

.page-top_btn:before {
	top: 47%;
	left: 70%;
	width: 2px;
	height: 20px;
	-webkit-transform: translate(-68%,-46%) rotate(-40deg);
	-ms-transform: translate(-68%,-46%) rotate(-40deg);
	transform: translate(-68%,-46%) rotate(-40deg);
}

.page-top_btn:after {
	top: 47%;
	left: 38%;
	width: 2px;
	height: 20px;
	-webkit-transform: translate(-35%,-46%) rotate(-140deg);
	-ms-transform: translate(-35%,-46%) rotate(-140deg);
	transform: translate(-35%,-46%) rotate(-140deg);
}

.is-sp {
	display: none!important;
}

.is-pc {
	display: block!important;
}

.btn {
	width: 280px;
	height: 52px;
}

.btn.-top a {
	background: #000;
	color: #fff;
}

.btn.-top a:hover {
	background: #666;
}

.btn a {
	-webkit-transition: .33s ease-in-out;
	transition: .33s ease-in-out;
}

.btn a:hover {
	background: #666;
}

.btn.-black a {
	-webkit-transition: background .33s ease-in-out;
	transition: background .33s ease-in-out;
}

.btn.-black a:hover {
	background: #666;
}

.btn input[type=submit] {
	cursor: pointer;
	-webkit-transition: background .33s ease-in-out;
	transition: background .33s ease-in-out;
}

.btn input[type=submit]:hover {
	background: #666;
}

.circle.-mail {
	display: inline-block;
	width: 33px;
	height: 33px;
	margin-left: 15px;
	border-radius: 33px;
	background: #000;
}

.circle {
	width: 33px;
	height: 33px;
	margin-left: 15px;
	border-radius: 33px;
	-webkit-transition: background .33s ease-in-out;
	transition: background .33s ease-in-out;
}

.circle:hover {
	background: #666;
}

.circle.-short {
	margin-left: 5px;
}

.btn-area {
	display: block;
}

.btn-area_item {
	display: block;
	float: left;
}

.btn-area_item:last-child {
	float: right;
	margin: 0;
}

.icn {
	pointer-events: none;
}

.icn.-logo {
	width: 221px;
	height: 22px;
	margin-top: 23px;
}

.icn.-mail {
	width: 19px;
	height: 14px;
	margin-top: 9px;
	fill: #fff;
	color: #fff;
	-webkit-transition: .23s ease-out;
	transition: .23s ease-out;
}

.icn.-mail .p-1 {
	fill: #fff;
}

.icn.-facebook {
	left: 49%;
}

.icn.-facebook .p-2 {
	fill: #fff;
}

.lower-hero {
	position: relative;
	height: 320px;
	margin-bottom: -40px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
}

.lower-hero.-max {
	margin: 0 0 -40px;
}

.lower-hero.-service {
	margin: 0 0 -40px;
}

.client {
	display: table;
	width: 1000px;
	margin: 0 auto;
	padding: 0 90px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.client.-service {
	width: 920px;
	padding: 0 15px;
}

.client.-service .client_item {
	float: left;
	display: inline-block!important;
	width: 20%;
	height: 110px;
	margin-bottom: 0;
	padding-right: 0;
}

.client.-service .client_item span {
	display: table-cell;
	vertical-align: middle;
}

.client_item {
	float: none;
	display: table-cell!important;
	width: auto;
	height: 143px;
	vertical-align: middle;
	padding-right: 45px;
}

.client_item.-wide {
	width: 180px!important;
	height: 130px!important;
}

.client_item:last-child {
	padding-right: 0;
}

.heading {
	width: 1000px;
	margin: 0 auto;
	font-size: 48px;
	font-size: 4.8rem;
}

.heading:first-letter {
	font-size: 150px;
	font-size: 15rem;
}

.heading.-service {
	letter-spacing: -21px;
}

.heading.-service.-normal {
	letter-spacing: -17px;
	font-size: 40px;
	font-size: 4rem;
}

.heading.-service.-normal:first-letter {
	letter-spacing: -41px;
}

.heading.-service:first-letter {
	margin-left: -30px;
	letter-spacing: -44px;
}

.heading.-news {
	letter-spacing: -13px;
}

.heading.-news:first-letter {
	margin-left: -30px;
	letter-spacing: -37px;
}

.heading.-access {
	letter-spacing: -20px;
}

.heading.-access:first-letter {
	margin-left: -33px;
	letter-spacing: -24px;
}

.heading.-recruit {
	letter-spacing: -21px;
}

.heading.-recruit .topletter {
	letter-spacing: -26px;
}

.heading.-recruit.-normal {
	letter-spacing: -17px;
	font-size: 40px;
	font-size: 4rem;
}

.heading.-recruit.-normal:first-letter {
	letter-spacing: -26px;
}

.heading.-recruit:first-letter {
	margin-left: -28px;
	letter-spacing: -32px;
}

.heading.-about {
	letter-spacing: -17px;
	font-size: 40px;
	font-size: 4rem;
}

.heading.-about:first-letter {
	margin-left: -28px;
	letter-spacing: -24px;
}

.heading.-philosophy {
	letter-spacing: -17px;
	font-size: 40px;
	font-size: 4rem;
}

.heading.-philosophy span {
	letter-spacing: -22px;
}

.heading.-philosophy:first-letter {
	margin-left: -28px;
	letter-spacing: -75px;
}

.heading.-middle {
	margin-bottom: 45px;
}

.heading.-middle:first-letter {
	margin-left: -35px;
}

.heading.-strong {
	margin-bottom: 30px;
}

.heading.-small {
	font-size: 24px;
	font-size: 2.4rem;
}

.heading.-small:first-letter {
	font-size: 24px;
	font-size: 2.4rem;
}

.heading.-faq span {
	margin-left: -30px;
	letter-spacing: -23px;
	font-size: 150px;
	font-size: 15rem;
}

.heading.-faq {
	margin-bottom: 45px;
	letter-spacing: -3px;
	font-size: 40px;
	font-size: 4rem;
}

.heading.-lower {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 700px;
	margin: 0 auto;
	font-size: 24px;
	font-size: 2.4rem;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.heading.-lower:first-letter {
	font-size: 24px;
	font-size: 2.4rem;
}

.heading.-inquiry {
	position: absolute;
	top: 115px;
}

.is-heading-score {
	display: inline-block;
	padding: 0 10px;
	letter-spacing: 0;
	font-size: 26px;
	font-size: 2.6rem;
}

.is-heading-txt {
	display: inline-block;
	margin: -6px;
	font-size: 26px;
	font-size: 2.6rem;
}

.title {
	letter-spacing: 2px;
	font-size: 26px;
	font-size: 2.6rem;
}

.title.-small {
	font-size: 24px;
	font-size: 2.4rem;
}

.title.-lower {
	font-size: 18px;
	font-size: 1.8rem;
}

.title.-border {
	padding-top: 60px;
	border-top: 1px solid #000;
}

.bread {
	width: 1000px;
	height: auto;
	line-height: 1;
	margin: 0 auto;
	padding: 20px 0 25px;
}

.bread.-lower {
	padding: 20px 0 0;
}

.detail-link {
	width: 1000px;
	margin: 0 auto;
	line-height: 64px;
}

.detail-link a {
	padding-right: 50px;
	-webkit-transition: opacity .23s ease-in;
	transition: opacity .23s ease-in;
}

.detail-link a:hover {
	opacity: .6;
	filter: alpha(opacity=60);
}

.detail-link a:before {
	top: -6px;
	width: 2px;
	height: 45px;
}

.detail-link a:after {
	bottom: -6px;
	width: 2px;
	height: 45px;
}

.detail-link.-double {
	padding: 2px;
	line-height: 64px;
}

.detail-link.-double a:before {
	top: -6px;
}

.detail-link.-double a:after {
	bottom: -6px;
}

.tag {
	width: 260px;
	height: 42px;
	border-radius: 21px;
	line-height: 42px;
}

.tag.-small {
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	font-size: 1.2rem;
}

.tag a {
	-webkit-transition: .23s ease-out;
	transition: .23s ease-out;
}

.tag a:hover {
	border-color: #666;
	background: #666;
	color: #fff;
}

.block {
	padding: 60px 0;
}

.block.-basic {
	padding: 60px 0;
}

.block.-strong {
	padding: 60px 0 115px;
}

.block.-history {
	padding: 60px 0 80px;
}

.block.-about {
	padding: 0;
}

.block.-philosophy {
	padding: 0 0 50px;
}

.block.-faq {
	padding: 0 0 60px;
}

.block.-recruit {
	padding: 0 0 55px;
}

.block.-know {
	padding: 0;
}

.block.-member {
	padding: 0 0 80px;
}

.block.-question {
	padding: 55px 0;
}

.block.-detail {
	padding: 55px 0;
}

.block.-lower {
	position: relative;
	height: 320px;
	padding: 0;
}

.block-inner {
	width: 920px;
	margin: 0 auto;
	padding: 0;
}

.form-window {
	width: 920px;
	margin: 50px auto 0;
	padding: 0;
}

.form-window_txt {
	margin-bottom: 18px;
}

.link-area {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	z-index: 2;
}

.link-list {
	position: absolute;
	top: -82px;
	right: 0;
	display: table;
	font-size: 14px;
	font-size: 1.4rem;
}

.link-list_item {
	display: table-cell;
}

.link-list_item:after {
	content: '\00ff0f';
	margin: 0 7px 0 3px;
}

.link-list_item:last-child:after {
	display: none;
}

.link-list a {
	color: #000;
}

.link-list a:hover {
	text-decoration: underline;
}

.map-inner.-about {
	margin: 0;
}

.map-inner {
	margin: 0;
	padding-top: 500px;
}

.lower {
	width: 700px;
	margin: 0 auto;
}

.lower-lead {
	position: absolute;
	top: 140px;
	left: 50%;
	width: 700px;
	font-size: 14px;
	font-size: 1.4rem;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.hero {
	height: 730px;
	margin-bottom: 60px;
}

.hero.-service {
	height: 320px;
}

.hero_title {
	margin-bottom: 20px;
	padding-top: 140px;
	letter-spacing: 1px;
	font-size: 40px;
	font-size: 4rem;
}

.hero_txt {
	padding-bottom: 35px;
	font-size: 16px;
	font-size: 1.6rem;
}

.hero_txt br {
	display: none;
}

.top-block {
	width: 1000px;
	margin: 0 auto 50px;
	padding: 0;
}

.top-block.-wide {
	width: 100%;
}

.top-block-inner {
	padding: 20px 0 0;
	margin-bottom: 55px;
}

.top-block-inner_lead {
	width: 700px;
	margin: 0 auto 30px;
	letter-spacing: 1px;
}

.top-service {
	width: 1000px;
	margin: 0 auto 50px;
	overflow: hidden;
}

.top-service_item {
    float: left;
    width: 220px;
    margin: 0 40px 0 0;
  }

.top-service_item:last-child {
	margin: 0;
}

.top-service-data {
	text-align: left;
	font-size: 14px;
	font-size: 1.4rem;
}

.top-service-data_head {
	margin-bottom: 20px;
}

.top-service-data_head a {
	width: 100%;
	height: 42px;
	line-height: 42px;
	text-align: center;
	-webkit-transition: background .23s ease-out,color .23s ease-out;
	transition: background .23s ease-out,color .23s ease-out;
}

.top-service-data_head a:hover {
	border-color: #666;
	background: #666;
	color: #fff;
}

.top-recruit-photo {
	margin: 0;
}

.news {
	margin: 0;
}

.news-list_item {
	width: 20%;
	height: 250px;
}

.news-data {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 84%;
	padding: 0;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.news-data_head {
	margin-bottom: 8px;
	font-size: 12px;
	font-size: 1.2rem;
}

.news-data_body {
	line-height: 1.6;
	font-size: 14px;
	font-size: 1.4rem;
}

.top-access_lead {
	width: 700px;
	margin: 0 auto 25px;
	line-height: 1.8;
}

.top-access_lead span {
	font-size: 12px;
	font-size: 1.2rem;
}

.cover {
	display: none;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
}

.service-lead {
	margin-top: 25px;
	line-height: 1.8;
	letter-spacing: 2px;
	font-size: 16px;
	font-size: 1.6rem;
}

.service-lead.-short {
	letter-spacing: 0;
}

.service-info {
	margin: 25px 0 0;
	overflow: hidden;
}

.service-info_item {
    float: left;
    width: 440px;
    margin: 0 40px 60px 0;
  }

  .service-info_item:last-child {
    margin-right: 0;
  }

  .service-info_item:nth-child(even) {
    margin-right: 0;
  }

.service-info-photo {
	margin-bottom: 20px;
}

.service-info-photo a:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -webkit-transition: .23s ease-out;
    transition: .23s ease-out;
  }

.service-info-data_head {
	margin-bottom: 5px;
}

.service-strong {
	margin: 80px 0 30px;
}

.service-strong:after {
	content: '';
	display: block;
	clear: both;
}

.service-strong_item {
	float: left;
	width: 380px;
	margin: 50px 0 0;
}

.service-strong_item:last-child {
	width: auto;
	margin: 0;
}

.service-detail_txt {
	margin-bottom: 5px;
}

.service-detail_txt.-pattern {
	margin-top: 11px;
}

.service-detail_circle {
	width: 100px;
	height: 100px;
	border-radius: 100px;
	font-size: 14px;
	font-size: 1.4rem;
}

.service-detail-list {
	font-size: 14px;
	font-size: 1.4rem;
}

.service-detail-list_item.-web {
	top: -58px;
	left: 1%;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.service-detail-sub {
	width: 520px;
	padding-top: 154px;
}

.service-circle {
	width: 450px;
	height: 450px;
	left: 51%;
	bottom: 50%;
	-webkit-transform: translate(-50%,50%);
	-ms-transform: translate(-50%,50%);
	transform: translate(-50%,50%);
}

.service-circle-lead {
	top: 45%;
	line-height: 1.6;
}

.service-trade {
	padding-bottom: 30px;
	border-bottom: 1px solid #000;
}

.about {
	width: 640px;
	margin: 0 auto;
}

.about-detail {
	margin: 40px 0;
	letter-spacing: 2px;
}

.about-detail_head {
	width: 100px;
	padding-bottom: 35px;
}

.about-detail_body {
	padding-bottom: 35px;
}

.about-detail_body span {
	display: inline;
}

.officers-box {
	margin-top: 40px;
}

.officers {
	padding: 0;
	overflow: hidden;
}

.officers_img {
	float: left;
	width: 250px;
	margin: 0 30px 0 0;
}

.officers_img.img_none {
	height: 10px;
}

.officers-data {
	float: left;
	width: calc(100% - 280px);
}

.officers-data_head {
	margin-bottom: 20px;
}

.officers-data_head span {
	margin-top: 0;
}

.officers-detail_head {
	width: 65px;
	padding-bottom: 4px;
}

.officers-detail_body {
	padding-bottom: 4px;
}

.history-detail {
	margin-top: 40px;
}

.history-detail_head {
	width: 120px;
	padding-bottom: 30px;
}

.history-detail_body {
	padding-bottom: 30px;
}

.philosophy {
	width: 600px;
	margin: 0 auto;
}

.message-inner_head {
	margin-bottom: 10px;
	font-size: 16px;
	font-size: 1.6rem;
}

.message-inner_body {
	line-height: 1.8;
}

.message-list {
	width: auto;
	margin: 45px -160px;
}

.message-list_item {
	width: 240px;
	height: 240px;
	margin-left: -15px;
	margin-bottom: 0;
	border-radius: 120px;
}

.message-list_item:first-child {
	margin-left: 0;
}

.message-list_item:nth-child(even) {
	float: left;
	margin-left: -15px;
}

.message-name {
	font-size: 16px;
	font-size: 1.6rem;
}

.message-data_head {
	margin-bottom: 15px;
	font-size: 18px;
	font-size: 1.8rem;
}

.message-data_body {
	font-size: 14px;
	font-size: 1.4rem;
}

.creed-lead {
	margin-bottom: 45px;
	line-height: 1.8;
}

.creed-list_head {
	font-size: 16px;
	font-size: 1.6rem;
}

.creed-list_body {
	margin-bottom: 25px;
	line-height: 1.8;
}

.creed-guide {
	margin-top: 40px;
}

.creed-guide-title {
	font-size: 16px;
	font-size: 1.6rem;
}

.creed-guide-inner {
	padding: 30px;
	line-height: 1.8;
}

.privacy {
	width: 700px;
	margin: 0 auto;
}

.privacy-lead {
	line-height: 1.8;
}

.privacy-block {
	margin-bottom: 70px;
}

.privacy-data_body {
	line-height: 1.8;
}

.privacy-table_head,
.privacy-table_body {
	padding: 15px;
	font-size: 14px;
	font-size: 1.4rem;
}

.privacy-table_head:nth-child(1),
.privacy-table_body:nth-child(1) {
	width: 60%;
}

.privacy-table_head:nth-child(2),
.privacy-table_body:nth-child(2) {
	width: 25%;
}

.privacy-table_head:nth-child(3),
.privacy-table_body:nth-child(3) {
	width: 15%;
}

.privac-form {
	padding: 12px;
}

.privacy-form-data {
	font-size: 14px;
	font-size: 1.4rem;
}

.inquiry-personal {
	padding: 0 15px;
	font-size: 14px;
	font-size: 1.4rem;
}

.agree-detail-list_item span {
	display: inline-block;
	margin: 0 10px 0 5px;
}

.agree-detail-list_item a:hover {
	text-decoration: underline;
}

.error.-main {
	font-size: 18px;
	font-size: 1.8rem;
}

.faq {
	width: 800px;
	margin: 0 auto;
}

.faq-box {
	margin-top: 25px;
}

.faq-data {
	padding: 30px 90px 30px 30px;
	font-size: 18px;
	font-size: 1.8rem;
}

.faq-data_head {
	cursor: pointer;
}

.faq-data_body {
	line-height: 1.8;
	font-size: 14px;
	font-size: 1.4rem;
}

.faq-data_body a:hover {
	text-decoration: underline;
}

.nav-icn {
	right: -65px;
	cursor: pointer;
}

.recruit {
	width: 800px;
	margin: 0 auto;
}

.recruit-lead {
	letter-spacing: 1px;
	font-size: 20px;
	font-size: 2rem;
}

.recruit-box {
	margin-top: 55px;
	padding: 0;
}

.recruit-box-title {
	margin-bottom: 25px;
	font-size: 24px;
	font-size: 2.4rem;
}

.recruit-box-title span {
	letter-spacing: 1px;
	padding: 0 10px;
}

.recruit-list {
	width: 600px;
	margin: 0 auto 60px;
	padding-bottom: 0;
	border-bottom: none;
	overflow: hidden;
}

.recruit-list_item {
	float: left;
	margin-bottom: 0;
}

.recruit-list_item:last-child {
	float: right;
}

.recruit-job_head {
	margin-bottom: 30px;
	font-size: 18px;
	font-size: 1.8rem;
}

.recruit-tag_item {
	margin-bottom: 20px;
}

.know-box {
	padding: 0;
}

.know-box-txt {
	margin-top: 30px;
}

.know-photo {
	margin: 0;
}

.know-photo_item {
	display: table;
	max-height: 381px;
}

.know-photo_item:nth-child(1),
.know-photo_item:nth-child(4),
.know-photo_item:nth-child(5),
.know-photo_item:nth-child(7) {
	width: 20%;
}

.know-photo_item:nth-child(2),
.know-photo_item:nth-child(3),
.know-photo_item:nth-child(6) {
	width: 40%;
}

.know-photo-table {
	display: table-cell;
	width: 100%;
	padding: 10%;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.know-photo-table_inner {
	display: table-cell;
	vertical-align: middle;
}

.detail-link-list {
	margin-top: 60px;
}

.detail-link-list_item {
	margin-bottom: 55px;
}

.group-member_head {
	margin-bottom: -25px;
	font-size: 20px;
	font-size: 2rem;
}

.group-member_body {
	font-size: 36px;
	font-size: 3.6rem;
}

.group-member-count {
	font-size: 150px;
	font-size: 15rem;
}

.canvas-holder {
	width: auto;
	margin-bottom: 30px;
}

.ratio {
	margin-bottom: 30px;
}

.ratio-list {
	overflow: hidden;
}

.ratio-list_item {
	float: left;
	width: 266px;
	margin: 0;
}

.ratio-list_item:last-child .ratio-legend {
	margin-left: 70px;
}

.ratio-legend {
	height: 160px;
}

.ratio-legend_item {
	font-size: 14px;
	font-size: 1.4rem;
}

.ratio-legend_txt {
	margin-left: 5px;
}

.come-from-map {
	width: 841px;
}

.question {
	margin-top: 30px;
}

.question-list_item {
	padding: 30px 90px 30px 30px;
	font-size: 18px;
	font-size: 1.8rem;
}

.question-head {
	cursor: pointer;
}

.question-body {
	line-height: 1.8;
	font-size: 14px;
	font-size: 1.4rem;
}

.msg {
	margin-top: 40px;
}

.msg-list {
	margin-bottom: -30px;
	overflow: hidden;
}

.msg-list_item {
	float: left;
	width: 240px;
	margin: 0 40px 30px 0;
}

.msg-list_item:nth-child(3n) {
	margin-right: 0;
}

.recruit-nav {
	width: 1000px;
	margin: 0 auto 45px;
	text-align: center;
}

.recruit-nav_item {
	float: none;
	display: inline-block;
	width: 160px;
	margin: 0 8px;
}

.recruit-nav_item:last-child {
	margin: 0;
}

.recruit-nav_item:nth-child(even) {
	float: none;
}

.recruit-table {
	margin-top: 40px;
	line-height: 1.8;
}

.recruit-table_head {
	width: 12%;
}

.recruit-table_body {
	padding-bottom: 30px;
}

.recruit-page-top {
	position: absolute;
	top: 50%;
	right: -60px;
	margin-top: 0;
}

.recruit-page-top a {
	padding-left: 35px;
}

.recruit-page-top a:hover {
	color: #666;
}

.recruit-page-top a:before {
	top: 42%;
	left: 26%;
	width: 1px;
	height: 10px;
	-webkit-transform: translate(-68%,-46%) rotate(-40deg);
	-ms-transform: translate(-68%,-46%) rotate(-40deg);
	transform: translate(-68%,-46%) rotate(-40deg);
}

.recruit-page-top a:after {
	top: 42%;
	left: 20%;
	width: 1px;
	height: 10px;
	-webkit-transform: translate(-35%,-46%) rotate(-140deg);
	-ms-transform: translate(-35%,-46%) rotate(-140deg);
	transform: translate(-35%,-46%) rotate(-140deg);
}

  .wrap.-popstock {
    min-width: 768px;
    padding-bottom: 0;
  }

  .wrap.-popstock .block-inner {
    width: auto;
    max-width: 920px;
    padding: 0 20px;
  }

  .block.-popabout {
    padding: 180px 10px 0;
  }

  .block.-popfeature {
    padding: 100px 0 0;
  }

  .block.-popstock {
    padding: 115px 0;
  }

  .popstock-btn-application a {
    display: table-cell;
    width: 120px;
    height: 120px;
    border-radius: 16px;
    vertical-align: middle;
    background-color: #333;
    color: #fff;
    font-size: 16px;
    text-align: center;
  }

  .popstock-btn-application a span {
    font-size: 22px;
  }

  .popstock-heading_inner {
    position: relative;
    width: 1000px;
    height: 320px;
    padding: 0;
  }

  .popstock-heading_catch {
    position: absolute;
    left: 0;
    top: 65px;
    padding-left: 20px;
    font-size: 29px;
    font-size: 2.9rem;
  }

  .popstock-heading_title {
    position: absolute;
    left: 0;
    bottom: -30px;
    padding-left: 20px;
  }

  .popstock-heading_title img {
    width: 488px;
  }

  .popstock-heading svg {
    width: 488px;
  }

  .popstock-heading_bg {
    position: absolute;
    width: auto;
    top: 60px;
    right: -56px;
  }

  .popstock-heading_bg img {
    width: auto;
  }

  .popstock .title {
    margin-bottom: 25px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.8;
  }

  .popstock .title .title-sub {
    margin-left: 0;
    font-size: 20px;
    font-size: 2rem;
    color: #000;
  }

  .popstock .title.-feature {
    width: 920px;
    margin: 0 auto 30px;
  }

  .popstock .about-lead {
    margin-bottom: 25px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .popstock .about-list li {
    margin-bottom: 6px;
  }

  .popstock .swiper-container {
    padding-bottom: 30px;
  }

  .popstock .swiper-container .swiper-container-inner {
    position: relative;
    width: 920px;
    margin: 0 auto;
  }

  .popstock .swiper-container .swiper-slide img {
    display: block;
    width: 920px;
    margin: 0 auto;
  }

  .popstock .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
  }

  .popstock .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
  }

  .popstock .function-list {
    max-width: 800px;
    margin: 0 auto;
  }

  .popstock .function-list_item {
    width: 25%;
    margin-right: 12%;
  }

  .popstock .function-list_item:nth-child(odd) {
    margin-right: 12%;
  }

  .popstock .function-list_item:nth-child(3n) {
    margin-right: 0;
  }

  .popstock .function-list_head {
    height: 136px;
  }

  .popstock .function-list_body {
    font-size: 14px;
  }

  .popstock .txt_customize {
    padding: 40px 0;
    font-size: 18px;
  }

  .popstock .fee-table-wrap {
    margin-top: 0;
  }

  .popstock .fee-balloon {
    position: absolute;
    top: -38px;
    right: -18px;
    width: 116px;
    height: 116px;
    line-height: 1.35;
    font-size: 20px;
  }

  .popstock .fee-balloon_inner {
    padding: 4px 0 0 4px;
    margin-top: 2px;
  }

  .popstock .fee-balloon span {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .popstock .fee-balloon:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    margin-top: -15px;
    border: 8px solid transparent;
    border-left: 18px solid #e83633;
  }

  .popstock .fee-table.is-sp {
    display: none!important;
  }

  .popstock .fee-table.is-pc {
    display: table!important;
    margin-bottom: 10px;
  }

  .popstock .fee-table_title {
    padding: 10px;
    width: 33%;
  }

  .popstock .fee-table_head {
    width: 34%;
    height: 48px;
    padding: 0 0 0 20px;
    vertical-align: middle;
  }

  .popstock .fee-table_body {
    width: 33%;
    vertical-align: middle;
  }

  .popstock .txt-zero {
    font-size: 28px;
    font-size: 2.8rem;
  }

  .popstock .fee-notice-list {
    margin-bottom: 30px;
  }

  .popstock .txt-fee {
    font-size: 16px;
  }

  .popstock .txt-application {
    text-align: center;
  }

  .popstock .btn-popstock {
    height: 54px;
    font-size: 16px;
    margin: 35px auto 30px;
  }

  .popstock .btn-popstock a {
    padding: 0 30px;
  }

  .popstock .txt-inquiry {
    margin-bottom: 35px;
    font-size: 18px;
  }
}

@media (min-width:1280px) {
  .popstock-btn-application {
    display: table;
    position: absolute;
    top: 415px;
    right: calc(50% - 632px);
    width: 120px;
    height: 120px;
    background-color: #fff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    border-radius: 16px;
  }

  .popstock-btn-application.is-fixed {
    position: fixed;
    top: 100px;
    z-index: 100;
    right: calc(50% - 632px);
  }
}

@media (max-width:320px) {
  .popstock-heading_bg {
    top: 63vw;
  }

  .popstock .title.-application {
    font-size: 17px;
    font-size: 1.7rem;
  }

  .popstock .txt_customize {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .popstock .fee-balloon {
    position: absolute;
    top: -18px;
    right: -5%;
    width: 75px;
    height: 75px;
    line-height: 1.35;
    font-size: 13px;
  }

  .popstock .btn-popstock {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .popstock .txt-inquiry {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media (min-width:768px) and (max-width:1279px) {
  .popstock-btn-application {
    display: table;
    position: absolute;
    top: 415px;
    right: 0;
    width: 120px;
    height: 120px;
    background-color: #fff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    border-radius: 16px;
  }

  .popstock-btn-application.is-fixed {
    position: fixed;
    top: 100px;
    z-index: 100;
    right: 0;
  }
}