@charset "UTF-8";
/* BASE
 * * -----------------------------------------------*/
/* MEDIA QUERIES
 * * -----------------------------------------------*/
/* ADDITIONAL RESET
 * * -----------------------------------------------*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

*,
*:before,
*:after {
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  word-break: normal;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  -webkit-appearance: none;
  font: inherit;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
  resize: none;
}

/* PRINTING
 * * -----------------------------------------------*/
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
 * * -----------------------------------------------*/
body {
  color: #333;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Verdana, Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

.font-serif {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

/* HELPERS
 * * -----------------------------------------------*/
a {
  color: #333;
  text-decoration: none;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

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

.text-center {
  text-align: center;
}

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

/* RESPONSIVE
 * * -----------------------------------------------*/
.container {
  overflow: hidden;
  position: relative;
}


@media print, (min-width: 768px) {
  body {
    font-size: 15px;
  }
	p {
		line-height:2;
	}
  .wrapper {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }

  .sm {
    display: none !important;
  }

  .trans {
    opacity: 1;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767.98px) {
  .md {
    display: none !important;
  }

  html {
    font-size: calc(100vw / 7.5);
  }

  body {
    font-size: 14px;
  }

	p {
		line-height:1.8;
		letter-spacing:0.5px;
	}

  .container {
    min-width: 320px;
  }

  .wrapper {
    padding-left: 0.45rem;
    padding-right: 0.45rem;
  }
}

/* HEADER
 * * -----------------------------------------------*/

header {
	width:100%;
	z-index:999;
	top: 0;
	position: absolute;
}
.wrapper-header {
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}
.btn-header {
	display: block;
	text-align:center;
	color:#fff;
}
.btn-header:after {
	content:'';
	background: url(https://stap.co.jp/wp-content/themes/fcvanilla/img/group/recruit/common/ico_right.svg)no-repeat;
	display:inline-block;
}
.btn-header.entry {
	background-color:rgb(2,131,188,0.8);
}
.btn-header.session {
	background-color:rgb(0,144,166,0.8);
}
@media only screen and (max-width: 767.98px) {
	header {
		height:85px;
	}
	header.has-b-border {
		border-bottom:15px solid #0071bc;
	}
	.wrapper-header {
		padding:15px 10px 15px 15px;
		align-items:center;
	}
	header .logo {
		/*width:55%;*/
		width:40%;
		height:auto;
	}
	.btn-header {
		width:80%;
		border-radius:50px;
		margin:0 auto 15px;
		padding:15px 5px;
		font-size:15px;
	}
	.btn-header:after {
		margin-left:10px;
		width:18px;
		height:10px;
	}
	.accordion.open {
		background: #fff;
		position: fixed;
		width: 100%;
		height: 100%;
		overflow-y: scroll;
		top: 0;
	}
	.accordion.close {
		display:none;
	}
	.gnav {
		display: none;
		background: #fff;
		padding-top: 85px;
	}
	.gnav .area-logo {
		width:100%;
		display:flex;
		justify-content:space-between;
		align-items:center;
		flex-wrap:wrap;
		padding:15px 10px 15px 15px;
		position:absolute;
		top:0;
	}
	.gnav .area-logo .logo-image {
		/*width:55%;*/
		width:40%;
		height:auto;
		display:block;
	}
	.gnav .navlist {
		border-top:1px #ccc dotted;
		margin-bottom:25px;
	}
	.gnav .navlist li {
		border-bottom:1px #ccc dotted;
		font-size: 16px;
		padding:10px 0;
	}
	#nav_toggle {
		display: block;
		width: 45px;
		height: 45px;
		padding: 10px;
		background:#0071bc;
		border-radius:50px;
		z-index:999;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 1px;
		background: #fff;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;
	}
	#nav_toggle span:nth-child(1){
		top:6px;
	}
	#nav_toggle span:nth-child(2){
		top:12px;
	}
	#nav_toggle span:nth-child(3){
		top:18px;
	}
}

/* slider
 * * -----------------------------------------------*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-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;
}

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

.slick-track {
  display:flex;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
}

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

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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;
}

.slick-arrow.slick-hidden {
  display: none;
}
.common-slider:not(.slick-initialized) .slide-item:not(:first-child) {
  display: none;
}
.common-slider img {
  width: 100%;
  height: auto;
}
.common-slider .slick-arrow {
    background: url(https://stap.co.jp/wp-content/themes/fcvanilla/img/group/ico_left.svg) center/100% no-repeat;
    transition: opacity 0.25s ease;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    text-indent: -10000px;
}
.common-slider .slick-next {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slider-thumbnail {
  position: relative;
}
.slider-thumbnail .slick-slide {
  cursor: pointer;
  transition: opacity 0.25s ease;
  color:#fff;
}
.slider-thumbnail .slick-slide:hover {
  color:#b3b3b3;
}
.slider-thumbnail .slick-current:not(li),
.slider-thumbnail li.slick-active {
  color:#b3b3b3;
}

@media print, (min-width: 768px) {
  .slider-thumbnail .slick-dots {
    margin: -5px;
  }
  .slider-thumbnail .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .slider-thumbnail .slick-next {
    top: 50%;
    right: 10px;
  }
  .slider-thumbnail .slick-prev {
    top: 50%;
    left: 10px;
  }
  .slider-thumbnail .slick-slide {
    width: 25px !important;
    height: 25px;
    margin: 7px;
    font-size:25px;
  }
  .common-slider {
    margin-bottom: 12px;
  }
  .common-slider .slick-slide {
    height: auto;
  }
  .common-slider .slick-arrow {
    width: 68px;
    height: 68px;
  }
  .common-slider .slick-next {
    top: 50%;
    right: 10px;
  }
  .common-slider .slick-prev {
    top: 50%;
    left: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .slider-thumbnail {
    margin-left: 0.05rem;
  }
  .slider-thumbnail .slick-track {
    min-width: 100%;
  }
  .slider-thumbnail .slick-dots {
    margin: -0.05rem;
  }
  .slider-thumbnail .slick-arrow {
    width: 0.6rem;
    height: 0.6rem;
  }
  .slider-thumbnail .slick-next {
    top: 50%;
    right: 0.27rem;
  }
  .slider-thumbnail .slick-prev {
    top: calc(50% - .6rem);
    left: 0.27rem;
  }
  .slider-thumbnail .slick-slide {
    max-width: 16px;
    height: 16px;
    margin: 5px;
    font-size:16px;
  }
  .common-slider {
    margin: 0 0 0.5rem;
  }
  .common-slider .slick-slide {
    height: auto;
  }
  .common-slider .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .common-slider .slick-next {
    top: 50%;
    right: 5px;
  }
  .common-slider .slick-prev {
    top: 50%;
    left: 5px;
  }
}
@media (-webkit-max-device-pixel-ratio: 1) and (min-width: 375px) and (max-width: 768px) {
  .slider-thumbnail .slick-dots li {
    max-width: 1.02rem;
  }
}


/* PAGE
 * * -----------------------------------------------*/
/* GROUP
 * * -----------------------------------------------*/
.key-visual {
	width:100%;
	height:100vh;
	position:relative;
}
.key-visual .flex {
	align-items:center;
	justify-content:center;
	height: 100%;
}
.key-visual h3 {
	height: auto;
	margin: auto;
	text-align: center;
	color: #fff;
}
.flex {
	display:flex;
	flex-wrap:wrap;
}
.reverse {
	flex-direction:row-reverse;
}
.ttl_en_common img {
	display:block;
}
.ttl_jp_common {
	font-weight:600;
	text-align:center;
}

.key-visual {
	position:relative;
	align-items:center;
	justify-content:center;
}
.key-visual h1,
.key-visual h2,
.key-visual h3 {
	font-weight:600;
}
.key-visual h1.logo {
	position:absolute;
}
.key-visual .box p {
	text-align:center;
	color:#fff;
	font-weight:600;
}
.key-visual .box .flex {
	justify-content:center;
}

@media print, (min-width: 768px) {
	.ttl_en_common img {
		width:auto;
		height:35px;
		margin:0 auto 45px;
	}
	.ttl_jp_common {
		font-size:35px;
		margin-bottom:30px;
		letter-spacing:1.5px;
	}

	.key-visual {
	  background:url(https://stap.co.jp/wp-content/themes/fcvanilla/img/group/bg_fv.jpg)no-repeat;
	  background-size:cover;
	  background-position: center;
	  margin-bottom:80px;
	}
	.key-visual h1.logo {
	  /*width:330px;*/
		width:200px;
	  height:auto;
	  margin:0;
	  top:25px;
	  left:35px;
	}
	.key-visual h2 {
	  width:520px;
	  margin:0 auto 30px;
	}
	.key-visual .box p {
	  font-size:18px;
	  margin-bottom:30px;
	}
	.key-visual .box .box-logo {
	  width:180px;
	  margin:0 20px;
	}
	.key-visual .box .box-logo img {
	  margin:10px 0;
	}
}

@media only screen and (max-width: 767.98px) {
	.ttl_en_common img {
		width:auto;
		height:25px;
		margin:0 auto 30px;
	}
	.ttl_jp_common {
		font-size:22px;
		margin-bottom:30px;
		letter-spacing:1px;
	}

	.key-visual {
		background:url(https://stap.co.jp/wp-content/themes/fcvanilla/img/group/sp/bg_fv.jpg)no-repeat;
		background-size:100%;
		margin-bottom:50px;
		background-size:cover;
		background-position: center;
	}
	.key-visual h1 {
		width:50%;
		height:auto;
		margin:0;
		top:25px;
		left:20px;
	}
	.key-visual h2 {
	  width:90%;
	  margin:0 auto 25px;
	}
	.key-visual .box p {
	  font-size:14px;
	  margin-bottom:25px;
	}
	.key-visual .box .box-logo {
	  width:40%;
	  margin:0 5%;
	}
	.key-visual .box .box-logo img {
	  margin:10px 0;
	}
}


.section-group-about img.map {
	display:block;
	margin:0 auto;
}
@media print, (min-width: 768px) {
	.section-group-about {
		margin-bottom:100px;
	}
	.section-group-about p {
		margin:0 50px 40px;
	}
}
@media only screen and (max-width: 767.98px) {
	.section-group-about {
		margin-bottom:80px;
	}
	.section-group-about p {
		margin-bottom:30px;
	}
}


.section-group-service {
	color:#fff;
}
.section-group-service h3 span {
	display:block;
}
.section-group-service .stap a {
	background:rgb(0,113,188,0.6);
}
.section-group-service .daiku a {
	background:rgb(0,104,55,0.6);
}
.section-group-service .muwaku a {
	background:rgb(140,98,57,0.6);
}
.section-group-service .ierik a {
	background:rgb(104,184,46,0.6);
}
.section-group-service .area-service.reverse {
	text-align:right;
}
@media print, (min-width: 768px) {
	.section-group-service {
		margin-bottom:100px;
	}
	.section-group-service .flex {
		justify-content:flex-start;
		align-items:center;
		height: 700px;
	}
	.section-group-service .flex.right {
		justify-content:flex-end;
	}
	.section-group-service .right .area-txt {
		text-align:right;
	}
	.section-group-service h3 {
		font-size:16px;
		margin-bottom:30px;
	}
	.section-group-service h3 img {
		height:55px;
	}
	.section-group-service h3 span {
		margin-top:15px;
	}
	.section-group-service p {
		width:730px;
		margin-bottom:30px;
	}
	.section-group-service .right p {
		text-align:left;
		margin:0 0 30px auto;
	}
	.section-group-service a {
		display:inline-block;
		text-align:center;
		padding:12px 30px;
	}
	.section-group-service a img {
		width:130px;
	}
	.section-group-service .stap {
		background:url(https://stap.co.jp/wp-content/themes/fcvanilla/img/group/bg_stap.jpg)no-repeat;
		background-size:cover;
		background-position:center;
	}
	.section-group-service .daiku {
		background:url(https://stap.co.jp/wp-content/themes/fcvanilla/img/group/bg_daiku.jpg)no-repeat;
		background-size:cover;
		background-position:center;
	}
	.section-group-service .muwaku {
		background:url(https://stap.co.jp/wp-content/themes/fcvanilla/img/group/bg_muwaku.jpg)no-repeat;
		background-size:cover;
		background-position:center;
	}
	.section-group-service .ierik {
		background:url(https://stap.co.jp/wp-content/themes/fcvanilla/img/group/bg_ierik.jpg)no-repeat;
		background-size:cover;
		background-position:center;
	}
}
@media only screen and (max-width: 767.98px) {
	.section-group-service {
		margin-bottom:80px;
	}
	.section-group-service .flex {
		justify-content:center;
		align-items:center;
		height: 550px;
	}
	.section-group-service h3 {
		font-size:14px;
		text-align:center;
		margin-bottom:30px;
	}
	.section-group-service h3 img {
		height:40px;
	}
	.section-group-service .area-service:nth-of-type(3) h3 img,
	.section-group-service .area-service:nth-of-type(4) h3 img{
		height:50px;
	}
	.section-group-service h3 span {
		margin-top:15px;
	}
	.section-group-service p {
		width:90%;
		margin: 0 auto 40px;
		text-align: justify;
	}
	.section-group-service a {
		display:block;
		width: fit-content;
		padding:12px 35px;
		margin:0 auto;
	}
	.section-group-service a img {
		display:block;
		width:100px;
		margin:0 auto;
	}
	.section-group-service .stap {
		background:url(https://stap.co.jp/wp-content/themes/fcvanilla/img/group/sp/bg_stap.jpg)no-repeat;
		background-size:cover;
		background-position:center;
	}
	.section-group-service .daiku {
		background:url(https://stap.co.jp/wp-content/themes/fcvanilla/img/group/sp/bg_daiku.jpg)no-repeat;
		background-size:cover;
		background-position:center;
	}
	.section-group-service .muwaku {
		background:url(https://stap.co.jp/wp-content/themes/fcvanilla/img/group/sp/bg_muwaku.jpg)no-repeat;
		background-size:cover;
		background-position:center;
	}
	.section-group-service .ierik {
		background:url(https://stap.co.jp/wp-content/themes/fcvanilla/img/group/sp/bg_ierik.jpg)no-repeat;
		background-size:cover;
		background-position:center;
	}
}


.section-group-sr .area-sr-slider {
	position: relative;
}
.section-group-sr .area-sr-slider .logo {
	position: absolute;
	z-index:998;
}
@media print, (min-width: 768px) {
	.section-group-sr {
		margin-bottom:100px;
	}
	.section-group-sr p {
		margin-bottom:80px;
	}
	.section-group-sr .area-sr-slider {
		margin-bottom:30px;
	}
	.section-group-sr .area-sr-slider .logo {
		top:40px;
		left:40px;
	}
	.section-group-sr .area-sr-slider .slider-thumbnail {
		margin-top:-130px;
		margin-bottom:130px;
	}
}
@media only screen and (max-width: 767.98px) {
	.section-group-sr {
		margin-bottom:80px;
	}
	.section-group-sr .ttl_jp_common {
		margin-bottom:25px;
	}
	.section-group-sr p {
		margin-bottom:50px;
	}
	.section-group-sr .area-sr-slider .logo {
		width:115px;
		top:20px;
		left:20px;
	}
	.section-group-sr .area-sr-slider .slider-thumbnail {
		margin-top:-80px;
		margin-bottom:60px;
	}
}


.stap-group-movie {
	background:#f2f2f2;
}
.stap-group-movie iframe {
	width:100%;
}
.stap-group-movie .box-movie p {
	text-align:center;
	font-weight:600;
}
@media print, (min-width: 768px) {
	.stap-group-movie {
		margin-bottom:100px;
		padding:80px 0
	}
	.stap-group-movie h2 {
		margin-bottom:50px;
	}
	.stap-group-movie .flex {
		align-items:flex-start;
		justify-content:space-between;
	}
	.stap-group-movie iframe {
		height:330px;
	}
	.stap-group-movie .box-movie {
		width:48%;
		margin-bottom:30px;
	}
	.stap-group-movie .box-movie p {
		font-size:18px;
	}
}
@media only screen and (max-width: 767.98px) {
	.stap-group-movie {
		margin-bottom:80px;
		padding:50px 0 30px;
	}
	.stap-group-movie h2 {
		margin-bottom:40px;
	}
	.stap-group-movie .flex {
		display:block;
	}
	.stap-group-movie iframe {
		height:170px;
		margin-bottom:5px;
	}
	.stap-group-movie .box-movie {
		width:90%;
		margin:0 auto 30px;
	}
	.stap-group-movie .box-movie p {
		font-size:15px;
	}
}


.stap-group-message .area-bg h3 {
	text-align:left;
}
.stap-group-message .area-bg p.name {
	font-weight:600;
}
@media print, (min-width: 768px) {
	.stap-group-message {
		margin-bottom:100px;
	}
	.stap-group-message .flex {
		justify-content:flex-start;
		align-items:center;
		height:780px;
	}
	.stap-group-message .area-bg {
		background:url(https://stap.co.jp/wp-content/themes/fcvanilla/img/group/bg_message.jpg)no-repeat;
		background-size:cover;
		background-position:center;
		height:780px;
	}
	.stap-group-message .area-bg h3 {
		margin-bottom:60px;
	}
	.stap-group-message .area-bg p {
		width:600px;
	}
	.stap-group-message .area-bg p.name {
		margin-top:50px;
	}
}
@media only screen and (max-width: 767.98px) {
	.stap-group-message {
		margin-bottom:80px;
	}
	.stap-group-message img {
		margin-bottom:30px;
	}
	.stap-group-message .area-bg h3 {
		margin-bottom:30px;
		font-size:17px;
		text-align:center;
	}
	.stap-group-message .area-bg p.name {
		margin-top:20px;
		text-align:right;
	}
}


.stap-group-company .area-table .logo {
	display:block;
}
.stap-group-company table {
	border-top:1px solid #d4d4d4;
    width: 100%;
}
.stap-group-company table tr {
	border-bottom:1px solid #d4d4d4;
}
.stap-group-company table th {
	font-weight:600;
}
.stap-group-company table td.brand a {
	display: inline-block;
}
.stap-group-company table td.brand a img {
	width: auto;
	height: 100%;
}	
@media print, (min-width: 768px) {
	.stap-group-company {
		margin-bottom:100px;
	}
	.stap-group-company .flex {
		align-items:flex-start;
		justify-content:space-between;
	}
	.stap-group-company .area-table {
		/*width:48%;*/
		width:80%;
		margin: 0 auto;
		font-size:14px;
	}
	.stap-group-company .area-table .logo {
		margin:0 auto 20px;
		height:40px;
	}
	.stap-group-company table th,
	.stap-group-company table td {
		padding:20px 0;
	}
	.stap-group-company table th {
		/*width:135px;*/
		width:25%;
	}
	.stap-group-company table td.brand a {
        margin: 0 25px 0 0;
        width: auto;
        height: 30px;
	}
}
@media only screen and (max-width: 767.98px) {
	.stap-group-company {
		margin-bottom:80px;
	}
	.stap-group-company .ttl_en_common img {
		margin-bottom:50px;
	}
	.stap-group-company .flex {
		display:block;
	}
	.stap-group-company .area-table .logo {
		margin:0 auto 20px;
		height:38px;
	}
	.stap-group-company table {
		margin-bottom:50px;
	}
	.stap-group-company table th,
	.stap-group-company table td {
		display:block;
		width:100%;
	}
	.stap-group-company table th {
		padding:15px 0 5px 0;
	}
	.stap-group-company table td {
		padding-bottom:15px;
	}
	.stap-group-company table td.brand {
        padding-top:15px;
	}
	.stap-group-company table td.brand a {
        margin: 0 25px 15px 0;
        width: auto;
        height: 30px;
	}
}


.stap-group-links {
	text-align:center;
}
.stap-group-links a {
	align-items:center;
	justify-content:center;
}
.stap-group-links .area-txt {
	color:#fff;
}
.stap-group-links .area-txt .logo,
.stap-group-links .area-txt .icon {
	display:block;
}
@media print, (min-width: 768px) {
	.stap-group-links a {
		height:500px;
	}
	.stap-group-links a.stap {
		background:url(https://stap.co.jp/wp-content/themes/fcvanilla/img/group/bg_link01.jpg)no-repeat;
		background-size:cover;
		background-position:center;
	}
	.stap-group-links a.daiku {
		background:url(https://stap.co.jp/wp-content/themes/fcvanilla/img/group/bg_link02.jpg)no-repeat;
		background-size:cover;
		background-position:center;
	}
	.stap-group-links .area-txt p {
		font-size:18px;
	}
	.stap-group-links .area-txt .logo {
		height:68px;
		margin:35px auto 45px;
	}
	.stap-group-links .area-txt .icon {
		width:22px;
		margin:0 auto;
	}
}
@media only screen and (max-width: 767.98px) {
	.stap-group-links a {
		height:414px;
	}
	.stap-group-links a.stap {
		background:url(https://stap.co.jp/wp-content/themes/fcvanilla/img/group/sp/bg_link01.jpg)no-repeat;
		background-size:cover;
		background-position:center;
	}
	.stap-group-links a.daiku {
		background:url(https://stap.co.jp/wp-content/themes/fcvanilla/img/group/sp/bg_link02.jpg)no-repeat;
		background-size:cover;
		background-position:center;
	}
	.stap-group-links .area-txt p {
		font-size:13px;
	}
	.stap-group-links .area-txt .logo {
		height:45px;
		margin:15px auto 40px;
	}
	.stap-group-links .area-txt .icon {
		width:24px;
		margin:0 auto;
	}
}

.for-recruit {
	width:100%;
}
.for-recruit .flex {
	align-items:center;
	justify-content:center;
	/*height: 100%;*/
}
.for-recruit .flex.small {
	align-items:flex-start;
	justify-content:center;
}
.for-recruit h1 {
	font-weight:600;
}
.for-recruit p {
	text-align:center;
	color:#fff;
	font-weight:600;
}
.for-recruit .btn-for-recruit {
	display:block;
	background:#fff;
	border-radius:8px;
	text-align:center;
	margin:0 auto;
}
.for-recruit .btn-for-recruit.bg-blue {
	background:#0071bc;
}
.for-recruit .box-small h4 {
	color:#fff;
	font-weight:600;
	text-align:center;
}


@media print, (min-width: 768px) {
	.for-recruit {
		background:url(https://stap.co.jp/wp-content/themes/fcvanilla/img/group/recruit/top/fv_main.jpg)no-repeat;
		background-size:cover;
		background-position: center;
		height:900px;
	}
	.for-recruit h3 {
	  width:550px;
	  height:auto;
		margin:0 auto 50px;
	}
	.for-recruit p {
	  font-size:22px;
	  margin-bottom:30px;
	}
	.for-recruit .flex {
		height: 75%;
	}
	.for-recruit .flex.small {
		height: 25%;
	}
	.for-recruit .btn-for-recruit {
		width:320px;
		padding:20px;
	}
	.for-recruit .btn-for-recruit img {
		width:90%;
	}
	.for-recruit .box-small {
		margin:0 50px;
	}
	.for-recruit .box-small h4 {
		font-size:20px;
		margin-bottom:10px;
	}
}

@media only screen and (max-width: 767.98px) {
	.for-recruit {
		background:url(https://stap.co.jp/wp-content/themes/fcvanilla/img/group/recruit/top/sp/fv_main.jpg)no-repeat;
		background-size:100%;
		background-size:cover;
		background-position: center;
		height:750px;
	}
	.for-recruit h3 {
		width:75%;
		height:auto;
		margin:0 auto 30px;
	}
	.for-recruit p {
	  font-size:15px;
	  margin-bottom:25px;
	}
	.for-recruit .flex {
		height: 100%;
	}
	.for-recruit .links .btn-header {
		padding: 12px 5px;
		font-size: 14px;
	}
	.for-recruit .btn-for-recruit {
		width:60%;
		padding:15px 0;
	}
	.for-recruit .btn-for-recruit img {
		width:80%;
	}
	.for-recruit .box-small {
		margin:25px auto;
	}
	.for-recruit .box-small h4 {
		font-size:15px;
		margin-bottom:5px;
	}
}



footer {
	border-top:30px solid #000;
}
footer .f-ttl{
  display: block;
}
footer .area_logo p {
	text-align:center;
}
footer .links {
	justify-content:center;
	flex-wrap:wrap;
}
footer .links a {
	display:block;
}
footer .links a img {
	/*width:100%;
	height:auto;*/
	width: auto;
	height: 100%;
}
footer .links a p {
	text-align:center;
	color:#000;
}
footer .address {
	text-align:center;
	color:#000;
}
footer .privacy-policy {
	text-align:center;
	color:#000;
	text-decoration:underline;
}
footer .copyright {
	text-align:center;
	color:#000;
}

@media print, (min-width: 768px) {
  footer {
    padding:80px 0;
  }
  footer .f-ttl {
    /*width: 390px;*/
	  width: 270px;
    margin: 30px auto 20px;
  }
  footer .area_logo p {
    font-size:17px;
  }
  footer .area_logo p.small {
    font-size:13px;
  }
  footer .links {
    margin:50px 0 80px;
  }
  footer .links a {
    /*width:155px;
    height:auto;
    margin:0 15px 30px;*/
	  width: auto;
	  height: 40px;
	  margin: 0 30px 30px;
  }
  footer .links a p {
    font-size:13px;
    margin-top:10px;
  }
  footer .address {
    font-size:15px;
    margin-bottom:80px;
  }
  footer .privacy-policy {
    font-size:15px;
    margin-bottom:50px;
  }
  footer .copyright {
    font-size:13px;
  }
}
@media only screen and (max-width: 767.98px) {
  footer {
    padding:50px 0;
  }
  footer .f-ttl {
    /*width: 77%;*/
	  width: 55%;
    display: block;
    margin: 20px auto 15px;
  }
  footer .area_logo p {
    font-size:13px;
  }
  footer .area_logo p.small {
    font-size:12px;
  }
  footer .links {
    width:85%;
    margin:40px auto;
  }
  footer .links a {
   /* width:48%;
    height:auto;
    margin:0 1% 20px;*/
	  width: auto;
	  height: 25px;
	  margin: 0 15px 20px;
  }
  footer .links a p {
    display:none;
  }
  footer .address {
    font-size:14px;
    margin-bottom:50px;
  }
  footer .privacy-policy {
    font-size:14px;
    margin-bottom:30px;
  }
  footer .copyright {
    font-size:12px;
  }
}

/* iPhone SE対応 */
@media only screen and (max-width: 320.98px) {
	.ttl_jp_common {
		font-size:19px;
	}
	.key-visual .box {
		margin-top: 10%;
	}
	.stap-group-message .area-bg h3,
	footer .copyright {
		text-align:left;
	}
	.stap-group-message .area-bg h3 br,
	footer .copyright br {
		display:none;
	}
}