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

.flex {
	display:flex;
	flex-wrap:wrap;
}
.reverse {
	flex-direction:row-reverse;
}

@keyframes arrow-move-pc {
  0% {
    top: calc(51% + 136px);
  }
  50% {
    top: calc(53% + 136px);
  }
  100% {
    top: calc(51% + 136px);
  }
}
@keyframes arrow-move-sp {
  0% {
    top: 80%;
  }
  50% {
    top: 83%;
  }
  100% {
    top: 80%;
  }
}


/* COMMON BREADCRUMB
 * * -----------------------------------------------*/
.breadcrumb-list {
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb-list > li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #000;
}
.breadcrumb-list > li:not(:last-child)::after {
  content: ">";
  position: relative;
}
.breadcrumb-list > li a {
  color: #000;
}

@media print, (min-width: 768px) {
  .breadcrumb {
    margin: 0 auto 55px;
  }
  .breadcrumb-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 14px 30px;
  }
  .breadcrumb-list > li {
    font-size: 14px;
  }
  .breadcrumb-list > li:not(:last-child) {
    margin-right: 10px;
  }
  .breadcrumb-list > li:not(:last-child)::after {
    margin-left: 10px;
    bottom: 2px;
  }
}
@media only screen and (max-width: 767.98px) {
  .breadcrumb {
    margin-bottom: 0.5rem;
  }
  .breadcrumb .breadcrumb-list {
    padding: 0.19rem 0.41rem;
    overflow-x: scroll;
  }
  .breadcrumb .breadcrumb-list > li {
    font-size: 0.2rem;
  }
  .breadcrumb .breadcrumb-list > li:not(:last-child) {
    margin-right: 0.12rem;
  }
  .breadcrumb .breadcrumb-list > li:not(:last-child)::after {
    margin-left: 0.12rem;
    bottom: 0.02rem;
  }
  .is-android .breadcrumb .breadcrumb-list > li:not(:last-child)::after {
    bottom: 0;
  }
}

/* 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 print, (min-width: 768px) {
	header {
		height:150px;
	}
	header.has-b-border {
		border-bottom:30px solid #0071bc;
	}
	.wrapper-header {
		align-items:flex-start;
		padding:30px 20px 0 30px;
	}
	.wrapper-header .links {
		width:300px;
	}
	header .logo {
		/*width:55%;*/
		width:200px;
		height:auto;
	}
	.btn-header {
		border-radius:50px;
		margin-bottom:15px;
		padding:15px 5px;
		font-size:16px;
	}
	.btn-header:after {
		margin-left:10px;
		width:18px;
		height:10px;
	}
}

@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%;*/
		width:100%;
		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;
	}
}

/* COMMON FORM
 * * -----------------------------------------------*/

.contact-form-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #f1f1f1;
  color: #000;
  font-weight: 700;
}
.contact-form-wrapper .wpcf7-list-item {
  margin: 0;
}

.contact-form .form-row.is-select-time .form-content {
  font-weight: 500;
}
.contact-form .form-title,
.contact-form .form-description {
  text-align: center;
}
.contact-form .required-text {
  display: inline-block;
  line-height: 1;
  color: #fff;
  background-color: #0071bc;
  font-weight: 400;
  text-align: center;
}
.contact-form .form-label {
  -ms-flex: 1;
      flex: 1;
  /*text-align: right;*/
}
.contact-form .form-content > span {
  display: block;
}
.contact-form .birth span {
  display: inline-block;
}
.contact-form .form-content > span.birth01, .contact-form .form-content > span.birth02, .contact-form .form-content > span.birth03 {
  display: inline-block;
}
.contact-form .form-content textarea,
.contact-form .form-content input {
  width: 100%;
  background-color: #fff;
}
.contact-form .form-content input::-webkit-input-placeholder {
  color: #9b9b9b;
}
.contact-form .form-content input::-moz-placeholder {
  color: #9b9b9b;
  opacity: 1;
}
.contact-form .form-content input[type=checkbox], .contact-form .form-content input[type=radio] {
  display: none;
}
.contact-form .form-content input[type=checkbox] + span, .contact-form .form-content input[type=radio] + span {
  display: inline-block;
  transition: opacity 0.25s ease;
  cursor: pointer;
  position: relative;
  font-weight: 600;
}
.contact-form .form-content input[type=checkbox] + span:hover, .contact-form .form-content input[type=radio] + span:hover {
  opacity: 0.8;
}
.contact-form .form-content input[type=checkbox] + span::before, .contact-form .form-content input[type=radio] + span::before {
  content: "";
  display: inline-block;
  position: relative;
}
.contact-form .form-content input[type=radio] + span::before {
  border-radius: 50%;
}
.contact-form .form-content input[type=radio]:checked + span::before {
  background-color: #000;
}
.contact-form .form-content input[type=checkbox] + span::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.contact-form .form-content input[type=checkbox]:checked + span::after {
  background: url(../img/common/checklist_icn_darkblue.svg) center/100% auto no-repeat;
}
.contact-form .form-content .select-wrapper {
  display: inline-block;
  position: relative;
  background: #fff;
}
.contact-form .form-content .select-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/common/select_icn.svg) center/100% no-repeat;
}
.contact-form .form-content .select-wrapper > span {
  position: relative;
}
.contact-form .form-content .select-wrapper select {
  cursor: pointer;
}
.contact-form .form-content .select-text {
  display: inline-block !important;
  position: relative;
}
.contact-form .contact-button input {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 auto;
  color: #fff;
  background-color: #0071bc;
  text-align: center;
  transition: opacity 0.26s ease;
  cursor: pointer;
}
.contact-form .contact-button input:hover {
  opacity: 0.8;
}
.contact-form .ajax-loader {
  margin: 0 !important;
  position: absolute !important;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.contact-form .form-content input[type="file"] {
  background-color: unset;
  height:auto;
  font-weight:normal;
}

@media print, (min-width: 768px) {
  .contact-form-wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0;
  }
  .contact-form {
    width: 860px;
  }
  .contact-form .form-top-content {
    margin-bottom: 62px;
  }
  .contact-form .form-title {
    font-size: 30px;
  }
  .contact-form .form-description {
    margin-top: 25px;
    font-size: 19px;
  }
  .contact-form .form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 50px;
    padding-right: 0;
    position: relative;
  }
  .contact-form .form-row.is-align-start {
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .contact-form .form-row.has-radio {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .contact-form .required-text {
    width: 60px;
    height: 24px;
    padding: 5px 5px 0;
    font-size: 13px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    left: 135px;
    border-radius:5px;
  }
  .is-ipad .contact-form .required-text {
    padding-top: 3px;
  }
  .contact-form .form-label {
    -ms-flex: 1;
        flex: 1;
    min-width: 260px;
    margin-right: 20px;
    /*padding-right: 90px;*/
    font-size: 15px;
  }
  .contact-form .form-content {
    -ms-flex: calc(68% + 2px) 0 0;
        flex: calc(68% + 2px) 0 0;
    margin-bottom: -10px;
    font-size: 16px;
  }
  .contact-form .form-content .is-half {
    display: inline-block;
    width: calc(50% - 10px);
  }
  .contact-form .form-content .is-half:first-child {
    margin-right: 20px;
  }
  .contact-form .form-content textarea,
.contact-form .form-content input {
    /*border-radius: 7.5px;*/
  }
  .contact-form .form-content input {
    height: 53px;
    margin-bottom: 10px;
    padding: 5px 10px;
  }
  .contact-form .form-content input.short {
    height: 53px;
    width:90px;
    margin-bottom: 10px;
    padding: 5px 10px;
  }
  .contact-form .form-content input[type=checkbox] + span, .contact-form .form-content input[type=radio] + span {
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .contact-form .form-content input[type=checkbox] + span::before, .contact-form .form-content input[type=radio] + span::before {
    width: 18px;
    height: 18px;
    margin-right: 7px;
    border: 1px solid #000;
    top: 2px;
  }
  .contact-form .form-content input[type=checkbox]:checked + span::after {
    width: 21px;
    height: 21px;
  }
  .contact-form .form-content input[type=radio]:checked + span::before {
    box-shadow: inset 0 0 0 2px #f1f1f1;
  }
  .contact-form .form-content .select-wrapper {
    margin-bottom: 10px;
    margin-right: 6px;
    border-radius: 8px;
  }
  .contact-form .form-content .select-wrapper::before {
    width: 11px;
    height: 22px;
    right: 7px;
    top: 12px;
  }
  .contact-form .form-content select {
    min-width: 76px;
    padding: 9px 22px 7px 12px;
    font-size: 20px;
  }
  .is-mac.is-chrome .contact-form .form-content select {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .contact-form .form-content .select-text {
    top: 3px;
    font-size: 22px;
  }
  .is-firefox .contact-form .form-content .select-text {
    top: 2px;
  }
  .contact-form .form-content textarea {
    height: 200px;
    padding: 20px;
  }
  .contact-form .contact-button {
    margin-top: 64px;
  }
  .contact-form .contact-button input {
    min-width: 376px;
    height: 99px;
    padding: 6px 30px 4px;
    border-radius: 12px;
    font-size: 22px;
  }
  .contact-form .ajax-loader {
    bottom: -30px;
  }
	.contact-form .form-content input[type="file"] {
		padding:5px 0;
	}
}
@media only screen and (max-width: 767.98px) {
  .contact-form-wrapper {
    padding: 0.64rem 0.63rem 1.23rem 0.54rem;
  }

  .contact-form {
    width: 100%;
  }
  .contact-form .form-top-content {
    margin-bottom: 0.6rem;
  }
  .contact-form .form-title {
    font-size: 0.4rem;
  }
  .contact-form .form-description {
    margin-top: 0.22rem;
    font-size: 0.22rem;
  }
  .contact-form .form-row {
    margin-bottom: 0.5rem;
  }
  .contact-form .form-row.has-radio {
    margin-top: 0.02rem;
    margin-bottom: 0.5rem;
  }
  .contact-form .required-text {
    width: 0.85rem;
    height: 0.3rem;
    padding: 0.06rem 0.05rem 0.01rem;
    font-size: 0.2rem;
    position: relative;
    bottom: 0.06rem;
    border-radius:5px;
  }
  .is-android .contact-form .required-text {
    padding-top: 0.07rem;
    bottom: 0.04rem;
  }
  .contact-form .form-label {
    display: inline-block;
    margin-right: 0.2rem;
    margin-bottom: 0.15rem;
    font-size: 0.32rem;
  }
  .contact-form .form-content {
    margin-bottom: -0.1rem;
    font-size: 0.31rem;
  }
  .contact-form .form-content p {
    font-size: 14px;
  }
  .contact-form .birth {
    display:flex;
    align-items: center;
  }
  .contact-form .birth span {
    margin:0 5px;
  }
  .contact-form .form-content textarea,
.contact-form .form-content input {
    border-radius: 0.1rem;
  }
  .contact-form .form-content input {
    height: 0.7rem;
    margin-bottom: 0.1rem;
    padding: 0.05rem 0.25rem;
  }
  .contact-form .form-content > span.birth01, .contact-form .form-content > span.birth02, .contact-form .form-content > span.birth03 {
    width:20%;
  }
  .contact-form .form-content input.short {
    height: 0.7rem;
    margin-bottom: 0.1rem;
    padding: 0.05rem 0.25rem;
  }
  .contact-form .form-content input[type=checkbox] + span, .contact-form .form-content input[type=radio] + span {
    margin-right: 0.32rem;
    margin-bottom: 0.1rem;
  }
  .contact-form .form-content input[type=checkbox] + span::before, .contact-form .form-content input[type=radio] + span::before {
    width: 0.27rem;
    height: 0.27rem;
    margin-right: 0.11rem;
    border: 1px solid #000;
    top: 0.04rem;
  }
  .is-android .contact-form .form-content input[type=checkbox] + span::before, .is-android .contact-form .form-content input[type=radio] + span::before {
    top: 0.02rem;
  }
  .contact-form .form-content input[type=checkbox]:checked + span::after {
    width: 0.32rem;
    height: 0.32rem;
  }
  .contact-form .form-content input[type=radio]:checked + span::before {
    box-shadow: inset 0 0 0 0.02rem #f1f1f1;
  }
  .contact-form .form-content .select-wrapper {
    margin-right: 0.1rem;
    margin-bottom: 0.1rem;
    border-radius: 0.1rem;
  }
  .contact-form .form-content .select-wrapper::before {
    width: 0.15rem;
    height: 0.3rem;
    right: 0.07rem;
    top: 0.13rem;
  }
  .contact-form .form-content select {
    min-width: 1rem;
    padding: 0.08rem 0.3rem 0.08rem 0.2rem;
  }
  .contact-form .form-content .select-text {
    margin-right: -0.03rem;
    top: 0.02rem;
    font-size: 0.29rem;
  }
  .contact-form .form-content textarea {
    height: 2.47rem;
    padding: 0.2rem;
  }
  .contact-form .radio-wrapper {
    margin: 0.15rem 0 0.35rem;
  }
  .contact-form .contact-button {
    margin-top: 0.66rem;
  }
  .contact-form .contact-button input {
    width: 100%;
    height: 1.67rem;
    padding: 0.15rem 0.4rem;
    border-radius: 0.2rem;
    font-size: 0.4rem;
  }
  .contact-form .form-content input[type="file"] {
    padding: 0.15rem 0;
  }
  .contact-form .ajax-loader {
    bottom: -0.5rem;
  }
}
@media only screen and (max-width: 374px) {
  .contact-form .required-text {
    height: 0.31rem;
    padding-top: 0.059rem;
    padding-bottom: 0;
  }

  .form-content input[type=checkbox] + span::before, .form-content input[type=radio] + span::before {
    top: 0.02rem !important;
  }
}


/* 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;
  }
}

/* slider interview */
.slider-gr-interview .slick-prev, 
.slider-gr-interview .slick-next {
	position: absolute;
	cursor: pointer;
	outline: none;
	background:url(https://stap.co.jp/wp-content/themes/fcvanilla/img/group/recruit/interview/ico_slide.svg)no-repeat;
}
.slider-gr-interview .slick-prev {
	transform: rotate(-180deg);
}
.slider-gr-interview .slick-prev:hover, 
.slider-gr-interview .slick-next:hover {
	opacity:0.8;
}
@media print, (min-width: 768px) {
	.slider-gr-interview {
		width:94%;
		margin:0 auto;
	}
	.slider-gr-interview .slick-prev, 
	.slider-gr-interview .slick-next {
		top: 50%;
		height: 35px;
		width: 35px;
	}
	.slider-gr-interview .slick-prev {
		left: -5%;
	}
	.slider-gr-interview .slick-next {
		right: -5%;
	}
}
@media only screen and (max-width: 767.98px) {
	.slider-gr-interview {
		width:94%;
		margin:0 auto;
	}
	.slider-gr-interview .slick-prev, 
	.slider-gr-interview .slick-next {
		top: 50%;
		height: 35px;
		width: 35px;
		z-index:2;
	}
	.slider-gr-interview .slick-prev {
		left: -5%;
	}
	.slider-gr-interview .slick-next {
		right: -5%;
	}
}

/* PAGE
 * * -----------------------------------------------*/
/* GROUP RECRUIT
 * * -----------------------------------------------*/

/* common */
.archive-interview {
	background:#f2f2f2;
}
.archive-interview .slider-gr-interview li:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: inherit;
	filter: brightness(65%);
	z-index: -1;
}
.archive-interview .slider-gr-interview li h3 {
	color: #fff;
	font-weight: 600;
	position: absolute;
}
.archive-jobs h4 {
	text-align:center;
}
.archive-jobs h4 span {
	display:block;
}
.archive-jobs .post-list li {
	background:#f2f2f2;
}
.archive-jobs .post-list li h3 {
	text-align:center;
	font-weight:600;
}
.archive-jobs .post-list li .icon_kind img {
	display:block;
}
.archive-jobs .post-list .icon_status {
	width:fit-content;
}
.archive-jobs .post-list .icon_status li {
	display:inline-block;
	text-align:center;
	color:#fff;
	font-weight:600;
}
.archive-jobs .post-list .icon_status li.new {
	background:rgb(0,113,188,0.6);
}
.archive-jobs .post-list .icon_status li.career {
	background:rgb(0,104,55,0.6);
}
.archive-jobs .post-list li h3 {
	letter-spacing:2.5px;
}
.archive-jobs .post-list li p {
	line-height:2;
}
.archive-jobs .post-list .link-more {
	display:block;
	border:1px solid #007274;
	width:fit-content;
	margin:0 auto;
}
.archive-jobs .post-list .link-more img {
	display:block;
	margin:0 auto;
}

.common-flow h2 {
	text-align:center;
	font-weight:600;
}
.common-flow p {
	text-align:center;
}
.common-form h2,
.common-form h3,
.common-form h4 {
	text-align:center;
	font-weight:600;
}
.common-form h2 span {
	display:block;
}
.common-form h4 {
	width:fit-content;
	border:1px solid #000;
}
.common-form a.for-session {
	display:block;
	width:fit-content;
	text-align:center;
	color:#007274;
	text-decoration:underline;
}
@media print, (min-width: 768px) {
	.archive-interview {
		padding:80px 0;
		margin-bottom:80px;
	}
	.archive-interview h4 {
		width:120px;
		margin:0 auto 50px;
	}
	.archive-interview .slider-gr-interview {
		width:90%;
		margin:auto;
	}
	.archive-interview .slider-gr-interview li {
		width: 285px;
		background-size: cover;
		height: 420px;
		position: relative;
		z-index: 0;
		margin:auto;
	}
	.archive-interview .slider-gr-interview li .icon_kind {
		padding-top:20px;
	}
	.archive-interview .slider-gr-interview li .icon_kind img {
		width:auto;
		height:20px;
		margin:0 auto;
	}
	.archive-interview .slider-gr-interview li h3 {
		font-size: 20px;
		bottom: 20px;
		padding: 0 20px;
	}
	.archive-jobs {
		margin-bottom:80px;
	}
	.archive-jobs h4 {
		font-size:20px;
		margin:20px auto 50px;
	}
	.archive-jobs h4 img {
		width:auto;
		height:35px;
		margin-bottom:15px;
	}
	.archive-jobs .post-list {
		justify-content:space-between;
		align-items:flex-start;
		flex-wrap:wrap;
	}
	.archive-jobs .post-list li {
		width:48%;
		padding:45px 40px 40px;
		margin-bottom:40px;
		min-height:430px;
	}
	.archive-jobs .post-list li .icon_kind {
		margin:0 0 15px;
	}
	.archive-jobs .post-list li .icon_kind img {
		width:auto;
		height:25px;
		margin:0 auto;
	}
	.archive-jobs .post-list li h3 {
		font-size:30px;
		margin-bottom:20px;
	}
	.archive-jobs .post-list li p {
		font-size:14px;
		margin-bottom:30px;
	}
	.archive-jobs .post-list .icon_status {
		margin:0 auto 25px;
	}
	.archive-jobs .post-list .icon_status li {
		width:120px;
		margin:0 5px;
		padding:5px;
		min-height:unset;
	}
	.archive-jobs .post-list .link-more {
		padding:15px 25px;
	}
	.archive-jobs .post-list .link-more img {
		width:160px;
	}

	.common-flow {
		margin-bottom:100px;
	}
	.common-flow h2 {
		font-size:28px;
		margin-bottom:30px;
	}
	.common-flow p {
		font-size:15px;
		margin-top:30px;
	}
	.common-form h2 {
		font-size:22px;
		margin-bottom:30px;
	}
	.common-form h2 img {
		width:auto;
		height:35px;
		margin-bottom:20px;
	}
	.common-form h3 {
		font-size:22px;
		margin-bottom:30px;
	}
	.common-form h4 {
		font-size:24px;
		padding:10px 20px;
		margin:0 auto 50px;
	}
	.common-form p {
		/*text-align:center;*/
	}
	.common-form a.for-session {
		font-size:16px;
		margin:0 auto;
	}
	.common-form .wrapper {
		margin-bottom:80px;
	}
}
@media only screen and (max-width: 767.98px) {
	.archive-interview {
		padding:50px 0;
		margin-bottom:80px;
	}
	.archive-interview h4 {
		width:110px;
		margin:0 auto 30px;
	}
	.archive-interview .slider-gr-interview {
		width:100%;
		margin:auto;
	}
	.archive-interview .slider-gr-interview li {
		width: 150px;
		background-size: cover;
		height: 210px;
		position: relative;
		z-index: 0;
		margin:auto;
	}
	.archive-interview .slider-gr-interview li .icon_kind {
		padding-top:15px;
	}
	.archive-interview .slider-gr-interview li .icon_kind img {
		width:auto;
		height:12px;
		margin:0 auto;
	}
	.archive-interview .slider-gr-interview li h3 {
		font-size: 12px;
		bottom: 15px;
		padding: 0 15px;
	}
	.archive-jobs {
		margin-bottom:80px;
	}
	.archive-jobs h4 {
		font-size:16px;
		margin:0 auto 30px;
	}
	.archive-jobs h4 img {
		width:auto;
		height:28px;
		margin-bottom:10px;
	}
	.archive-jobs .post-list li {
		width:100%;
		padding:10% 8%;
		margin-bottom:20px;
	}
	.archive-jobs .post-list li .icon_kind {
		margin:0 0 15px;
	}
	.archive-jobs .post-list li .icon_kind img {
		width:auto;
		height:20px;
		margin:0 auto;
	}
	.archive-jobs .post-list li h3 {
		font-size:24px;
		margin-bottom:15px;
	}
	.archive-jobs .post-list li p {
		font-size:13px;
		margin-bottom:20px;
	}
	.archive-jobs .post-list .icon_status {
		margin:0 auto 25px;
	}
	.archive-jobs .post-list .icon_status li {
		width:100px;
		margin:0 5px;
		padding:5px;
		font-size:13px;
	}
	.archive-jobs .post-list .link-more {
		padding:12px 20px;
	}
	.archive-jobs .post-list .link-more img {
		width:140px;
	}
	.common-flow {
		margin-bottom:80px;
	}
	.common-flow h2 {
		font-size:24px;
		margin-bottom:25px;
	}
	.common-flow img {
		width:35%;
		margin:0 auto;
		display:block;
	}
	.common-flow p {
		font-size:14px;
		margin-top:20px;
	}
	.common-form h2 {
		font-size:14px;
		margin-bottom:20px;
	}
	.common-form h2 img {
		width:auto;
		height:28px;
		margin-bottom:15px;
	}
	.common-form h3 {
		font-size:20px;
		margin-bottom:20px;
	}
	.common-form h4 {
		font-size:18px;
		padding:5px 8px;
		margin:0 auto 20px;
	}
	.common-form a.for-session {
		font-size:14px;
		margin:0 auto;
	}
	.common-form .wrapper {
		/*margin-bottom:50px;*/
		margin-bottom:20px;
	}
}

/* TOP */
.ttl_common {
	text-align:center;
}
.ttl_common img,
.ttl_common span {
	display:block;
}

.key-visual {
	width:100%;
	height:100vh;
	position:relative;
}
.key-visual .flex {
	align-items:center;
	justify-content:center;
	height: 100%;
}
.key-visual h1 {
	font-weight:600;
}
.key-visual p {
	text-align:center;
	color:#fff;
	font-weight:600;
}
.key-visual .scroll-icon {
	display: block;
	color: #fff;
	position: absolute;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	background: url(https://stap.co.jp/wp-content/themes/fcvanilla/img/top/scroll_icn.png) top center/100% auto no-repeat;
	left: 50%;
}

@media print, (min-width: 768px) {
	.ttl_common {
		font-size:20px;
		margin:0 auto 30px;
	}
	.ttl_common img {
		width:auto;
		height:35px;
		margin:0 auto 15px;
	}
	.key-visual {
		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;
		margin-bottom:80px;
	}
	.key-visual h1 {
	  width:550px;
	  height:auto;
		margin:0 auto 50px;
	}
	.key-visual p {
	  font-size:22px;
	  margin-bottom:30px;
	}
	.key-visual .scroll-icon {
		width: 40px;
		height: 40px;
		padding-top: 50px;
		animation: arrow-move-pc 1s ease-in-out infinite;
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		font-size: 11px;
	}
}

@media only screen and (max-width: 767.98px) {
	.ttl_common {
		font-size:16px;
		margin:0 auto 20px;
	}
	.ttl_common img {
		width:auto;
		height:28px;
		margin:0 auto 10px;
	}
	.key-visual {
		background:url(https://stap.co.jp/wp-content/themes/fcvanilla/img/group/recruit/top/sp/fv_main.jpg)no-repeat;
		background-size:100%;
		margin-bottom:50px;
		background-size:cover;
		background-position: center;
	}
	.key-visual .flex {
		align-items:flex-start;
	}
	.key-visual .flex .box {
		margin-top: 45%;
	}
	.key-visual h1 {
		width:75%;
		height:auto;
		margin:0 auto 30px;
	}
	.key-visual p {
	  font-size:15px;
	  margin-bottom:25px;
	}
	.key-visual .links {
		position: absolute;
		width: 100%;
		/*top: 65%;*/
		top: 55%;
		padding: 0 15%;
	}
	.key-visual .links .btn-header {
		padding: 12px 5px;
		font-size: 14px;
	}
	.key-visual .scroll-icon {
		width: 0.64rem;
		height: 0.66rem;
		margin-bottom: 0.2rem;
		padding-top: 0.75rem;
		animation: arrow-move-sp 1s ease-in-out infinite;
		-ms-transform: translate(-50%, 50%);
		transform: translate(-50%, 50%);
		font-size: 0.19rem;
		top: calc(50% + 133px);
	}
}

.section-gr-job .area-bg {
	align-items:center;
	justify-content:center;
	width:100%;
}
.section-gr-job .area-bg img {
	margin:auto;
}
@media print, (min-width: 768px) {
	.section-gr-job {
		margin-bottom:100px;
	}
	.section-gr-job .ttl_common img {
		height:45px;
	}
	.section-gr-job .area-bg {
		height:910px;
		background:url(https://stap.co.jp/wp-content/themes/fcvanilla/img/group/recruit/top/bg01.jpg)no-repeat;
		background-size:cover;
		margin-bottom:50px;
		background-position:center;
	}
	.section-gr-job .area-bg img {
		width:650px;
	}
	.section-gr-job h3 {
		width:700px;
		margin:0 auto 40px;
	}
}

@media only screen and (max-width: 767.98px) {
	.section-gr-job {
		margin-bottom:80px;
	}
	.section-gr-job .ttl_common img {
		height:35px;
	}
	.section-gr-job .area-bg {
		height:510px;
		background:url(https://stap.co.jp/wp-content/themes/fcvanilla/img/group/recruit/top/sp/bg01.jpg)no-repeat;
		background-size:cover;
		margin-bottom:50px;
		background-position: center;
	}
	.section-gr-job .area-bg img {
		width:90%;
		margin:10% 4% 0 6%;
	}
	.section-gr-job h3 {
		width:100%;
		margin-bottom:25px;
	}
}

.section-gr-message h3 {
	font-weight:600;
	line-height:1.8;
}
.section-gr-message p.name {
	font-weight:600;
}
@media print, (min-width: 768px) {
	.section-gr-message {
		margin-bottom:100px;
		background:url(https://stap.co.jp/wp-content/themes/fcvanilla/img/group/recruit/top/bg_okawa.jpg)no-repeat;
		background-size:cover;
		background-position:center;
		position:relative;
		height:900px;
		padding:50px 0;
	}
	.section-gr-message .flex {
		justify-content:flex-start;
		align-items:center;
		height:100%;
	}
	.section-gr-message h3 {
		font-size:30px;
		margin-bottom:60px;
	}
	.section-gr-message p {
		width:600px;
	}
	.section-gr-message p.name {
		margin-top:50px;
	}
	.section-gr-message .name_en {
		position:absolute;
		width:180px;
		height:auto;
		right:5%;
		bottom:5%;
	}
}
@media only screen and (max-width: 767.98px) {
	.section-gr-message {
		margin-bottom:80px;
	}
	.section-gr-message img {
		margin-bottom:30px;
	}
	.section-gr-message h3 {
		margin-bottom:30px;
		font-size:20px;
		text-align:center;
	}
	.section-gr-message p.name {
		margin-top:20px;
		text-align:right;
	}
}

.stap-group-movie {
	background:#f2f2f2;
}
.stap-group-movie iframe {
	width:100%;
}
.stap-group-movie .box-movie p {
	text-align:center;
}
@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:16px;
	}
}
@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:14px;
	}
}

.archive-interview-top .flex {
	flex-wrap:wrap;
	align-items: flex-start;
}
.archive-interview-top .gr-interview a {
	display:block;
}
.archive-interview-top .gr-interview a:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: inherit;
	filter: brightness(65%);
	z-index: -1;
}
.archive-interview-top .gr-interview li h3 {
	color: #fff;
	font-weight: 600;
	position: absolute;
}
.archive-interview-top .gr-interview li .icon_kind img {
	display:block;
}
@media print, (min-width: 768px) {
	.archive-interview-top {
		margin-bottom:80px;
	}
	.archive-interview-top .wrapper {
		width:980px;
	}
	.archive-interview-top .gr-interview a {
		width: calc((100% - 40px)/3);
		background-size: cover;
		height: 470px;
		position: relative;
		z-index: 0;
		margin:0 20px 30px 0;
	}
	.archive-interview-top .gr-interview a:nth-child(3n) {
		margin:0 0 30px 0;
	}
	.archive-interview-top .gr-interview li .icon_kind {
		padding-top:20px;
	}
	.archive-interview-top .gr-interview li .icon_kind img {
		width:auto;
		height:20px;
		margin:0 auto;
	}
	.archive-interview-top .gr-interview li h3 {
		font-size: 22px;
		bottom: 20px;
		padding: 0 20px;
	}
}
@media only screen and (max-width: 767.98px) {
	.archive-interview-top {
		margin-bottom:50px;
	}
	.archive-interview-top .gr-interview {
		width:100%;
		margin:auto;
	}
	.archive-interview-top .gr-interview a {
		width: calc((100% - 15px)/2);
		background-size: cover;
		background-position:center;
		height: 280px;
		position: relative;
		z-index: 0;
		margin:0 15px 15px 0;
	}
	.archive-interview-top .gr-interview a:nth-child(2n) {
		margin:0 0 15px 0;
	}
	.archive-interview-top .gr-interview li .icon_kind {
		padding-top:15px;
	}
	.archive-interview-top .gr-interview li .icon_kind img {
		width:auto;
		height:12px;
		margin:0 auto;
	}
	.archive-interview-top .gr-interview li h3 {
		font-size: 14px;
		bottom: 15px;
		padding: 0 10px;
	}
	.archive-interview-top .gr-interview li h3 br.sm-list-none,
	.archive-interview .slider-gr-interview li h3 br.sm-list-none {
		display:none;
	}
}



/* INTERVIEW */
.section-interview-post .area-profile {
	background:#f2f2f2;
}
.section-interview-post h2 {
	text-align:center;
}
.section-interview-post h2 span {
	display:block;
}
.section-interview-post h1 {
	font-weight:600;
}
.section-interview-post .area-name h4 {
	font-weight:600;
}
.section-interview-post .area-name p {
	color:#b3b3b3;
	font-weight:600;
}
.section-interview-post .area-interview .txt h3 {
	font-weight:600;
}
.section-interview-post .area-interview .txt h3:before {
	content:'';
	background:#007274;
	display:inline-block;
}
.section-interview-post .area-interview .txt p {
	line-height:1.8;
}

@media print, (min-width: 768px) {
	.section-interview-post h2 {
		font-size:20px;
		margin:20px auto 50px;
	}
	.section-interview-post h2 img {
		width:auto;
		height:35px;
		margin-bottom:15px;
	}
	.section-interview-post .area-profile {
		padding:80px 0;
		margin-bottom:50px;
	}
	.section-interview-post .area-profile .flex {
		flex-wrap:wrap;
		align-items:flex-start;
		justify-content:flex-start;
	}
	.section-interview-post .area-profile .img-thumbnail {
		width:45%;
		margin-right:50px;
	}
	.section-interview-post .area-profile .txt {
		width:calc(55% - 50px);
	}
	.section-interview-post .area-profile .icon_kind {
		margin-bottom:80px;
	}
	.section-interview-post .area-profile .icon_kind img {
		width:auto;
		height:20px;
	}
	.section-interview-post .area-profile h1 {
		font-size:42px;
		line-height:1.5;
		margin-bottom:60px;
	}
	.section-interview-post .area-profile .area-name {
		margin-bottom:60px;
	}
	.section-interview-post .area-profile .area-name h4 {
		font-size:28px;
	}
	.section-interview-post .area-profile .area-name p {
		font-size:18px;
	}
	.section-interview-post .area-profile .area-detail p {
		font-size:16px;
	}
	.section-interview-post .area-interview {
		margin-bottom:80px;
	}
	.section-interview-post .area-interview .flex {
		flex-wrap:wrap;
		align-items:flex-start;
		justify-content:space-between;
		margin-bottom:50px;
	}
	.section-interview-post .area-interview .txt {
		width:48%;
	}
	.section-interview-post .area-interview img {
		width:45%;
	}
	.section-interview-post .area-interview .txt h3 {
		font-size:26px;
		margin-bottom:20px;
	}
	.section-interview-post .area-interview .txt h3:before {
		width:9px;
		height:30px;
		margin:0 12px -5px 0;
	}
	.section-interview-post .area-interview .txt p {
		font-size:15px;
		line-height:1.8;
	}
}
@media only screen and (max-width: 767.98px) {
	.section-interview-post h2 {
		font-size:16px;
		margin:20px auto 30px;
	}
	.section-interview-post h2 img {
		width:auto;
		height:28px;
		margin-bottom:10px;
	}
	.section-interview-post .area-profile {
		padding:35px 0 50px;
		margin-bottom:50px;
	}
	.section-interview-post .area-profile .img-thumbnail {
		width:100%;
		margin-bottom:30px;
	}
	.section-interview-post .area-profile .txt {
		width:100%;
	}
	.section-interview-post .area-profile .icon_kind {
		margin-bottom:30px;
		width:100%;
	}
	.section-interview-post .area-profile .icon_kind img {
		width:auto;
		height:20px;
		margin:auto;
		display:block;
	}
	.section-interview-post .area-profile h1 {
		font-size:30px;
		line-height:1.5;
		margin-bottom:30px;
	}
	.section-interview-post .area-profile .area-name {
		margin-bottom:30px;
	}
	.section-interview-post .area-profile .area-name h4 {
		font-size:22px;
	}
	.section-interview-post .area-profile .area-name p {
		font-size:15px;
	}
	.section-interview-post .area-profile .area-detail p {
		font-size:14px;
	}
	.section-interview-post .area-interview {
		margin-bottom:80px;
	}
	.section-interview-post .area-interview .flex {
		margin-bottom:40px;
	}
	.section-interview-post .area-interview .txt {
		width:100%;
	}
	.section-interview-post .area-interview img {
		width:100%;
		margin-bottom:20px;
	}
	.section-interview-post .area-interview .txt h3 {
		font-size:21px;
		margin-bottom:25px;
	}
	.section-interview-post .area-interview .txt h3:before {
		width:7px;
		height:30px;
		margin:0 8px -5px 0;
	}
	.section-interview-post .area-interview .txt p {
		font-size:14px;
		line-height:1.8;
	}
}

/* RECRUIT(JOB) */
.jobs-fv {
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
}
.jobs-fv h2 {
	height:auto;
}
.section-jobs-post .icon_kind img {
	margin:0 auto;
}
.section-jobs-post h1 {
	text-align:center;
	font-weight:600;
}
.section-jobs-post .icon_status {
	width:fit-content;
}
.section-jobs-post .icon_status li {
	display:inline-block;
	text-align:center;
	color:#fff;
	font-weight:600;
}
.section-jobs-post .icon_status li.new {
	background:rgb(0,113,188,0.6);
}
.section-jobs-post .icon_status li.career {
	background:rgb(0,104,55,0.6);
}
.section-jobs-post .icon_kind img {
	display:block;
}
.section-jobs-post .area-txt h2 {
	text-align:center;
	font-weight:600;
}
.section-jobs-post .area-txt p {
	line-height:2;
}
.section-jobs-post .area-description h2 {
	text-align:center;
	font-weight:600;
}
.section-jobs-post .area-description h2 span {
	display:block;
}
.section-jobs-post .area-description .logo {
	display:block;
}
.section-jobs-post .area-description .description th {
	font-weight:600;
}
.section-jobs-post .area-description .description td {
	border-bottom:1px #ccc dotted;
}

@media print, (min-width: 768px) {
	.jobs-fv {
		background:url(https://stap.co.jp/wp-content/themes/fcvanilla/img/group/recruit/recruit/fv_recruit.jpg)no-repeat;
		height:500px;
		background-size:cover;
	}
	.jobs-fv h2 {
		width:200px;
	}
	.section-jobs-post .wrapper {
		max-width:980px;
		margin-bottom: 0;
	}
	.section-jobs-post .icon_kind {
		margin-bottom:20px;
	}
	.section-jobs-post .icon_kind img {
		height:25px;
		margin:0 auto;
	}
	.section-jobs-post h1 {
		font-size:50px;
		margin-bottom:40px;
	}
	.section-jobs-post .icon_status {
		margin:0 auto 80px;
	}
	.section-jobs-post .icon_status li {
		width:120px;
		margin:0 5px;
		padding:5px;
	}
	.section-jobs-post .area-txt {
		margin-bottom:50px;
	}
	.section-jobs-post .area-txt h2 {
		font-size:28px;
		margin-bottom:30px;
	}
	.section-jobs-post .area-txt p {
		font-size:14px;
	}
	.section-jobs-post .area-description {
		margin:50px 0 100px;
	}
	.section-jobs-post .area-description h2 {
		font-size:28px;
		margin-bottom:20px;
	}
	.section-jobs-post .area-description h2 span {
		font-size:15px;
		margin-top:5px;
	}
	.section-jobs-post .area-description .logo {
		width:290px;
		margin:0 auto 80px;
	}
	.section-jobs-post .area-description .description {
		border-top:1px #ccc dotted;
		width:100%;
		margin:0 auto 80px;
	}
	.section-jobs-post .area-description .description th {
		border-bottom:1px #ccc dotted;
		padding:15px 0;
		width:15%;
	}
	.section-jobs-post .area-description .description td {
		padding:15px 0;
		width:85%;
	}
}
@media only screen and (max-width: 767.98px) {
	.jobs-fv {
		background:url(https://stap.co.jp/wp-content/themes/fcvanilla/img/group/recruit/recruit/sp/fv_recruit.jpg)no-repeat;
		height:250px;
		background-size:cover;
	}
	.jobs-fv h2 {
		width:120px;
	}
	.section-jobs-post .icon_kind {
		margin-bottom:15px;
	}
	.section-jobs-post .icon_kind img {
		height:20px;
		margin:0 auto;
	}
	.section-jobs-post h1 {
		font-size:36px;
		margin-bottom:30px;
	}
	.section-jobs-post .icon_status {
		margin:0 auto 40px;
	}
	.section-jobs-post .icon_status li {
		width:100px;
		margin:0 5px;
		padding:5px;
	}
	.section-jobs-post .area-txt {
		margin-bottom:50px;
	}
	.section-jobs-post .area-txt h2 {
		font-size:20px;
		margin-bottom:25px;
	}
	.section-jobs-post .area-txt p {
		font-size:14px;
	}
	.section-jobs-post .area-description {
		margin:0 0 50px;
	}
	.section-jobs-post .area-description h2 {
		font-size:24px;
		margin-bottom:20px;
	}
	.section-jobs-post .area-description h2 span {
		font-size:14px;
		margin-top:5px;
	}
	.section-jobs-post .area-description .logo {
		width:150px;
		margin:0 auto 30px;
	}
	.section-jobs-post .area-description .description {
		width:100%;
		margin:0 auto;
	}
	.section-jobs-post .area-description .description th {
		display:block;
		margin:5px 0;
		width:100%;
	}
	.section-jobs-post .area-description .description td {
		display:block;
		margin:5px 0;
		padding-bottom:10px;
		width:100%;
	}
}
/* ENTRY */
@media print, (min-width: 768px) {
	.section-group-entry {
		margin-top:150px;
	}
}
@media only screen and (max-width: 767.98px) {
	.section-group-entry {
		margin-top:85px;
	}
}

.area-for-session {
	width:100%;
	color:#fff;
	position:relative;
}
.area-for-session .area-ttl {
	text-align:center;
}
.area-for-session .area-ttl span {
	display:block;
	background:rgb(0,113,188,0.6);
	text-align:center;
	font-weight:600;
}
.area-for-session .area-ttl img {
	display:block;
}
.area-for-session .area-ttl h3 {
	font-weight:600;
}
.area-for-session .area-date li {
	font-weight:600;
}
.area-for-session .area-date li img {
	display:inline-block;
}
.area-for-session .link-for-session {
	display:block;
	/*position:absolute;*/
}

@media print, (min-width: 768px) {
	.area-for-session {
		background:url(https://stap.co.jp/wp-content/themes/fcvanilla/img/group/recruit/common/bg_session.jpg)no-repeat;
		/*height:300px;*/
		height:330px;
		background-size:cover;
		padding: 50px 0;
	}
	.area-for-session .flex {
		/*justify-content:space-between;*/
		justify-content:center;
		align-items:center;
	}
	.area-for-session .area-ttl {
		/*width:280px;*/
		width:390px;
	}
	.area-for-session .area-ttl span {
		width:120px;
		padding:5px;
		margin:0 auto 20px;
	}
	.area-for-session .area-ttl img {
		width:200px;
		/*margin:0 auto 15px;*/
		margin:20px auto 15px;
	}
	.area-for-session .area-ttl h3 {
		font-size:48px;
		margin:0 auto 15px;
	}
	.area-for-session .area-ttl p {
		font-size:14px;
	}
	.area-for-session .area-date li {
		font-size:20px;
		margin-bottom:5px;
	}
	.area-for-session .area-date li img {
		width:70px;
		margin:0 3px;
	}
	.area-for-session .link-for-session {
		/*bottom:15px;
		right:20px;*/
		width:220px;
		/*padding:15px;*/
	}
	.area-for-session.intern {
		background: url(https://stap.co.jp/wp-content/themes/fcvanilla/img/group/recruit/common/bg_intern.jpg)no-repeat;
		background-size: cover;
	}
	.area-for-session.intern .flex {
		justify-content: center;
	}
}
@media only screen and (max-width: 767.98px) {
	.area-for-session {
		background:url(https://stap.co.jp/wp-content/themes/fcvanilla/img/group/recruit/common/sp/bg_session.jpg)no-repeat;
		/*height:590px;*/
		height:490px;
		background-size:cover;
		padding: 35px 0;
		background-position: center;
	}
	.area-for-session .area-ttl {
		width:100%;
		/*margin-bottom:50%;*/
		margin-bottom:50px;
		margin-top:25%;
	}
	.area-for-session .area-ttl span {
		width:110px;
		padding:8px;
		margin:0 auto 15px;
	}
	.area-for-session .area-ttl img {
		width:130px;
		/*margin:0 auto 15px;*/
		margin:20px auto 15px;
	}
	.area-for-session .area-ttl h3 {
		font-size:35px;
		margin:0 auto 10px;
	}
	.area-for-session .area-ttl p {
		font-size:13px;
	}
	.area-for-session .area-date li {
		font-size:16px;
		margin-bottom:5px;
	}
	.area-for-session .area-date li img {
		width:50px;
		margin:0 2px;
	}
	.area-for-session .link-for-session {
		/*bottom: 3%;
		right: 1%;*/
		width: 50%;
		/*padding: 5%;*/
		margin: 20px auto 0;
	}
	.area-for-session.intern {
		background: url(https://stap.co.jp/wp-content/themes/fcvanilla/img/group/recruit/common/sp/bg_intern.jpg)no-repeat;
		background-size: cover;
	}
		.area-for-session.intern .area-ttl {
		margin-top:35%;
		margin-bottom:0;
	}
	.area-for-session.intern .link-for-session {
		width: 50%;
		margin: 20px auto 0;
	}
}

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

.btn_finish {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    color: #fff;
    background-color: #0071bc;
    text-align: center;
    transition: opacity 0.26s ease;
    cursor: pointer;	
}
@media print, (min-width: 768px) {
    .btn_finish {
        max-width: 370px;
        height: 70px;
        padding: 6px 30px 4px;
        border-radius: 12px;
        font-size: 18px;
        margin: 50px auto;
    }
}
@media only screen and (max-width: 767.98px) {
    .btn_finish {
        width: 100%;
        height: 1.2rem;
        padding: 0.15rem 0.4rem;
        border-radius: 0.2rem;
        font-size: 0.3rem;
        margin: 30px 0 50px;
    }
}

/* PAGE
 * * -----------------------------------------------*/
/* POLICY
 * * -----------------------------------------------*/
.section-policy {
	margin-bottom:100px;
}
.section-policy .wrapper .section-title {
	font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 48px;
    font-size: 25px;
}
.section-policy .wrapper .common-text {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: calc(25 / 15);
    text-align:left;
}
    
@media only screen and (max-width: 767.98px) {
	.section-policy {
		margin-bottom:70px;
	}
	.section-policy .wrapper .section-title {
		margin-bottom: 0.44rem;
		font-size: 0.45rem;
	}
	.section-policy .wrapper .common-text {
		margin-bottom: 0.47rem;
		line-height: calc(47 / 28);
	}
}