﻿.mb-1 { margin-bottom: 1rem; }
.mb-2 { margin-bottom: 2rem; }
.mb-3 { margin-bottom: 3rem; }
.mb-4 { margin-bottom: 4rem; }
.mb-5 { margin-bottom: 5rem; }

.l-footer {
	padding: 140px 0;
	margin: 0;
	color: #FFFFFF;
	background: #141832;
}

.l-footer a,
.l-footer a:link,
.l-footer a:visited {
	color: #FFFFFF;
}

.o-home-casestudy .text .cat li {
	margin-right: 0.3em !important;
}


/* 募集要項 */

.recSec {}

.recSec__ttl {
	margin-bottom: 1em;
	text-align: center;
	font-weight: 800;
	font-size: 2.7rem;
	letter-spacing: 0.05em;
}

.recSec__item {
	margin: 0 0 30px;
}


.recSec__item-text h2,
.recSec__item-text p,
.recSec__item-text nav {
	margin: 0 0 20px;
}

.recSec__item-btn {
	text-align: left!important;
}

#recruitlist {
	width: 90%;
	margin: 2em auto;
}
#recruitlist th, td{
	padding: 20px;
}
#recruitlist th{
	vertical-align: top;
	border-bottom: 1px solid #e6ae49;
	width: 20%;
	text-align: center;
}
#recruitlist th.maintitle{
	text-align: center;
	font-size: large;
}
#recruitlist td{
	border-bottom: 1px solid #ccc;
	padding: 1em;
	text-align: left;
}

#recruitlist tr:first-child th {
	border-top: 1px solid #e6ae49;
}

#recruitlist tr:first-child td {
	border-top: 1px solid #ccc;
}

.o-staff h3 {
	font-size: 2.3rem;
	margin: 4rem 0 2rem;
  position: relative;
  padding-bottom: 0.6em;
}
.o-staff h3:before {
	background-color: #ddd;
	bottom: 0;
  content: '';
	height: 2px;
  left: 0;
	position: absolute;
  width: 100%;
}
.o-staff h3:after {
	background-color: #F7A815;
	bottom: 0;
  content: '';
	height: 3px;
  left: 0;
	position: absolute;
  width: 15%;
}
.o-staff ul {
	list-style: none;
	padding: 0;
}
.o-staff li {
	font-size: 1.5rem;
	text-align: center;
}
.o-staff li figure {
	margin-bottom: 1rem;
}
.o-staff__cover h1 {
	font-size: 4.2rem;
	line-height: 1.4;
	margin: 4rem 0 0;
	text-align: center;
}
.o-staff__cover h1 small {
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
}
.o-staff__body h2 {
	font-size: 3.2rem;
	margin: 0 0 5rem;
}
.o-staff_box + .o-staff_box {
	margin-top: 4rem;
}
.o-staff_box h3 {
	font-size: 1.8rem;
}

.faq_link {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  width: calc(100% + 20px);
}
@media screen and (max-width: 767px) {
  .faq_link {
    margin: 0 -5px;
    width: calc(100% + 10px);
  }
}
.faq_link .btn {
  max-width: 100%;
  padding: 10px;
  width: 25%;
}
@media screen and (max-width: 991px) {
  .faq_link .btn {
    padding: 10px;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .faq_link .btn {
    padding: 5px;
  }
}
.faq_box {
  margin-top: 60px;
  width: 100%;
}
.faq_box .faq_question {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.faq_box .faq_question_q {
  background: #fdcd01;
  border-radius: 10px;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 75px;
  margin-right: 20px;
  overflow: hidden;
  text-align: center;
  width: 75px;
}
@media screen and (max-width: 767px) {
  .faq_box .faq_question_q {
    line-height: 50px;
    width: 50px;
  }
}
.faq_box .faq_question h3 {
  font-size: 2.2rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .faq_box .faq_question h3 {
    font-size: 2rem;
    width: calc(100% - 70px);
  }
}
.faq_box .faq_question .btn {
  font-size: 1.4rem;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .faq_box .faq_question .btn {
    margin: 10px 10px 0 0;
  }
}
.faq_box .faq_question .btn a {
  padding: 5px 20px;
}
.faq_box .faq_answer {
  border: 1px solid #fdcd01;
  border-radius: 10px;
  padding: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq_box .faq_answer {
    padding: 30px;
  }
}
.faq_box .faq_answer:before {
  border: 10px solid transparent;
  border-bottom: 16px solid #fdcd01;
  content: '';
  left: 28px;
  position: absolute;
  top: -26px;
  z-index: 0;
}
.faq_box .faq_answer:after {
  border: 8px solid transparent;
  border-bottom: 14px solid #fff;
  content: '';
  left: 30px;
  position: absolute;
  top: -22px;
  z-index: 0;
}
.faq_box .faq_answer h4 {
  font-size: 2rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .faq_box .faq_answer h4 {
    font-size: 1.8rem;
  }
}

.btn {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  max-width: 250px;
}
@media screen and (max-width: 991px) {
  .btn {
    font-size: 1.5rem;
  }
}
.btn a, .btn span {
  border: 1px solid #373737;
  border-radius: 60px;
  display: block;
  overflow: hidden;
  padding: 15px 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn a, .btn span {
    padding: 10px 20px;
  }
}
.btn a:hover, .btn span:hover {
  background: #373737;
  color: #fff;
}
.btn i {
  font-size: 1.8rem;
  right: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.btn-fill a, .btn-fill span {
  background: #fdcd01;
  border: none;
  color: #fff;
}
.btn-fill a:hover, .btn-fill span:hover {
  background: #d91a62;
}
.btn-bd a, .btn-bd span {
  border: 1px solid #fdcd01;
  color: #fdcd01;
}
.btn-bd a:hover, .btn-bd span:hover {
  background: #d91a62;
}

.product_list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.productsDetail_ttl {
	text-align: center;
}
.productsDetail_ttl h1 {
	font-size: 40px;
	margin: 10px 0 40px;
}
.products_cat {
	display: flex;
	justify-content: center;
}
.products_cat a {
	border: 1px solid #373737;
	color: #373737;
	display: inline-block;
	font-weight: 700;
	padding: 5px 10px;
}
.products_cat a:hover {
	background: #373737;
	color: #fff;
}
.products_cat a + a {
	margin-left: -1px;
}
.productsDetail_box {
	text-align: center;
	margin: 0 0 60px;
}
.productsDetail_box_img {
	margin-bottom: 60px;
}
.ttl-bd {
	font-size: 27px;
	margin-bottom: 20px;
}
.productsList ul {
	list-style: none;
	padding: 0;
}
