/*------------------------------------------

MV

------------------------------------------*/
.mv-box {
	position: relative;
	overflow: hidden;
}
.mv-box .mv-img {
	width: 100%;
	height: auto;
}

/*
.mv-box .mv-img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
	font-family: 'object-fit:cover;';
	z-index: -1;
}
*/

.mv-box .page-tit {
	padding: 2em 1em;
}

#mv-slider {
	max-height: 445px;
}

.my-dots {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.my-dots button {
	width: 15px;
	height: 15px;
	background-color: #ccc;
	border-radius: 100px;
}
.my-dots button {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

section {
	border-bottom: #dcdcdc 1px solid;
	padding-bottom: 100px;
}

/*PC*/
@media screen and (min-width: 985px) {
	section .txt-box {
		padding-top: 1em;
	}
}/*END*/

/*Smartphone*/
@media screen and (max-width: 984px) {
	section {
		padding-bottom: 50px;
	}
}/*END*/


/*------------------------------------------

お仕事について

------------------------------------------*/
.about-box .image-box {
	width: calc(100% - 650px);
}
.about-box .txt-box {
	width: 600px;
}

/*PC*/
@media screen and (min-width: 985px) {
}/*END*/

/*Smartphone*/
@media screen and (max-width: 1150px) {
	.about-box .image-box {
		width: calc(100% - 530px);
	}
	.about-box .txt-box {
		width: 500px;
	}
}

/*Smartphone*/
@media screen and (max-width: 984px) {
	.about-box .image-box {
		width: 100%;
	}
	.about-box .txt-box {
		width: 100%;
	}
}/*END*/


/*------------------------------------------

社長からの一言

------------------------------------------*/
/*PC*/
@media screen and (min-width: 985px) {
	.message-box .txt {
		width: 700px;
		margin-right: auto;
		margin-left: auto;
	}
}/*END*/

/*Smartphone*/
@media screen and (max-width: 984px) {
}/*END*/


/*------------------------------------------

仕事風景

------------------------------------------*/
.works-box {
	border: 0;
	padding-bottom: 0;
}
.works-box .image-box {
	width: calc(100% - 880px);
}
.works-box .txt-box {
	width: 830px;
}

/*PC*/
@media screen and (min-width: 985px) {
}/*END*/

/*Smartphone*/
@media screen and (max-width: 1150px) {
	.works-box .image-box {
		width: calc(100% - 530px);
	}
	.works-box .txt-box {
		width: 500px;
	}
}

/*Smartphone*/
@media screen and (max-width: 984px) {
	.works-box .image-box {
		width: 100%;
	}
	.works-box .txt-box {
		width: 100%;
	}
}/*END*/


/*------------------------------------------

仕事風景

------------------------------------------*/
/* 全体のフォントとか */
.faq-box .faq-container {
  max-width: 800px;
  margin: 20px auto;
}

.faq-box details {
  margin-bottom: 20px;
}

/* Qのバー部分（クリックするとこ） */
.faq-box summary {
  background-color: #ffefce;
  color: #c98a28;
  padding: 20px;
  padding-right: 40px;
  padding-left: 30px;
  font-size: 2.3rem;
  list-style: none;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}

.faq-box summary::-webkit-details-marker {
  display: none;
}

.faq-box summary::after {
  content: '';
  position: absolute;
  right: 20px;
  width: 16px;
  height: 2px;
  background-color: #c98a28;
  transition: transform 0.3s;
}

.faq-box details:not([open]) summary::after {
  background: linear-gradient(#c98a28, #c98a28), linear-gradient(#c98a28, #c98a28);
  background-size: 100% 2px, 2px 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 16px; 
}

.faq-box .answer {
  display: flex;
  padding: 20px 20px 0 20px;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #333;
}

.faq-box .q-mark {
	transform: translateX(-10px);
}

.faq-box .a-mark {
  font-weight: bold;
  margin-right: 10px;
  font-size: 1.8rem;
}

.faq-box .a-text {
  margin: 0;
}

/*PC*/
@media screen and (min-width: 985px) {
}/*END*/

/*Smartphone*/
@media screen and (max-width: 984px) {
	.faq-box details {
		n-bottom: 20px;
	}

	.faq-box summary {
		padding: 10px;
		padding-right: 40px;
		padding-left: 25px;
		font-size: 1.8rem;
	}

	.faq-box summary::after {
		right: 20px;
		width: 16px;
		height: 2px;
	}

	.faq-box details:not([open]) summary::after {
		background-size: 100% 2px, 2px 100%;
		height: 16px; 
	}

	.faq-box .answer {
		padding: 10px 10px 0 10px;
	}

	.faq-box .a-mark {
		font-size: 1.6rem;
	}
}/*END*/


/*------------------------------------------

仲間募集

------------------------------------------*/
.recruit-box .box li {
	width: 33.6%;
	max-width: 420px;
}

.recruit-box .box time {
	font-size: 1.8rem;
	color: #83571e;
}

.recruit-box .box .tit {
	font-size: 2.8rem;
	color: #e98503;
}

/*PC*/
@media screen and (min-width: 985px) {
	.recruit-box .box li {
		margin-right: 2%;
		margin-left: 2%;
	}
}/*END*/

/*Smartphone*/
@media screen and (max-width: 984px) {
	.recruit-box .box li {
		width: 100%;
	}

	.recruit-box .box time {
		font-size: 1.6rem;
	}

	.recruit-box .box .tit {
		font-size: 1.8rem;
	}
}/*END*/


/*------------------------------------------

会社概要

------------------------------------------*/
.company-box {
	border: 0;
	padding-bottom: 0;
}

.company-box .inr {
	max-width: 1050px;
}

.company-box .box {
	font-size: 2.0rem;
	border-bottom: #ff942c 1px dashed;
	padding-bottom: 10px;
	padding-top: 10px;
}

.company-box .box dt {
	width: 345px;
	color: #e98503;
	padding-left: 10px;
}
.company-box .box dd {
	width: calc(100% - 345px);
	padding-right: 10px;
}

/*PC*/
@media screen and (min-width: 985px) {
}/*END*/

/*Smartphone*/
@media screen and (max-width: 984px) {
	.company-box .box {
		font-size: 1.8rem;
	}

	.company-box .box dt {
		width: 100%;
		color: #e98503;
		padding-left: 0;
		mv-box5px
	}
	.company-box .box dd {
		width: 100%;
	}
}/*END*/


/*------------------------------------------

会社概要

------------------------------------------*/
.access-box {
	border: 0;
	padding-bottom: 0;
}

/*PC*/
@media screen and (min-width: 985px) {
}/*END*/

/*Smartphone*/
@media screen and (max-width: 984px) {
.access-box iframe {
	height: 350px;
}
}/*END*/