@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

/*
Theme Name: Kida
*/
html {
	scroll-behavior: smooth;
	font-size: 62.5%;
}
body {
	margin: 0;
	padding: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	background: #fff;
}
.alp {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	text-align: center;
}
p {
	margin:0;
	padding: 0;
	overflow-wrap: break-word;
}
a {
	color: #000;
	text-decoration: none;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
ul,ol {
	list-style-type: none;
	padding:0;
	margin:0;
}
/* Common */
.pc_none {
	display: none;
}
h2 {
	text-align: center;
}
h2 span {
	font-family: "Roboto Condensed", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 8rem;
	line-height: 1;
	position: relative;
	display: inline-block;
	z-index: 1;
}
h2 span:before {
	content: "■";
	position: absolute;
	bottom: -1rem;
	left: -2.5rem;
	line-height: 1;
	font-size: 4.5rem;
	font-weight: 400;
	color: #ffff00;
	z-index: -1;
}
h2+p {
	text-align: center;
	font-size: 2rem;
}
.sub {
	padding-top: 70px;
	padding-bottom: 10rem;
}
h3 {
	text-align: left;
}
h3 span {
	font-family: "Roboto Condensed", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 5rem;
	font-weight: 200;
	font-style: italic;
	line-height: 1;
	border-bottom: solid 1px #aaa;
	display: inline-block;
	margin-bottom: 1rem;
}
h3+small {
	font-size: 2.2rem;
	display: block;
	margin-bottom: 3rem;
}
h4 {
	font-family: "Roboto Condensed", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 7.2rem;
	line-height: 1;
	color: #ffff00;
	writing-mode: vertical-rl;
	text-align: left;
}
div h4 small {
	font-size: 2.2rem;
	writing-mode: vertical-rl;
	display: block;
	color: #000;
	font-weight: 400;
	margin-left: 0.5rem;
}
.cont {
	margin: 0 50px;
}
.button {
	font-family: "Roboto Condensed", sans-serif;
	background: #ffff00;
	width: 200px;
	font-size: 2rem;
	letter-spacing: 0.1em;
	border-radius: 30px;
	display: block;
	padding: 1.5rem 3rem;
	font-weight: 500;
	text-align: left;
	box-sizing: border-box;
	position: relative;
}
.button:after {
	content: "→";
	position: absolute;
	top: calc(50% - 1em);
	right: 1.5rem;
	background: #000;
	font-size: 1.2rem;
	font-weight: 400;
	color: #ffff00;
	text-align: center;
	width: 22px;
	height: 22px;
	line-height: 22px;
	border-radius: 3rem;
	transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}
.button:hover:after {
	transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: translateX(5px);
}
.fadein {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 1200ms;
}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
.slide {
  overflow: hidden;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
}

.slide span {
  display: block;
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
}

.slide.-visible,
.slide.-visible span {
  transform: translate(0, 0);
}

@media screen and (max-width: 1200px) {
	html {
		font-size: 48.5%;
	}
}
@media screen and (max-width: 1000px) {
	.cont {
		margin: 0 20px;
	}	
}
@media screen and (max-width: 640px) {
	.pc_none {
		display: inline;
	}
}
@media screen and (max-width: 480px) {
	html {
		font-size: 54.5%;
	}
	h2 span {
		font-size: 6rem;	
	}
	h2+p {
		font-size: 1.6rem;
	}
}

/* ----------------------------- */
/* ナビゲーション
/* ----------------------------- */
header {
	position: fixed;
	display: flex;
	z-index: 99;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
}
.head_logo {
	margin: 0.75rem;
	display: block;
	width: 170px;
}
header ul {
	display: flex;
	align-items: center;
	font-size: 1.8rem;
}
header ul li {
	margin-left: 2rem;	
}
/*header ul li:nth-child(3) img {
	width: 22px;
}
header ul li:nth-child(4) img {
	width: 18px;
}*/
header ul li:last-child a {
	background: #ffff00;
	padding: 1.5rem 2rem;
	position: relative;
	padding-right: 4rem;
	display: block;
}
header ul li:last-child a:after {
	content: "→";
	position: absolute;
	top: calc(50% - 1em);
	right: 1.5rem;
	line-height: 1;
	background: #000;
	font-size: 1rem;
	font-weight: 400;
	color: #ffff00;
	padding: 0.5rem;
	border-radius: 2rem;
	transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}
header ul li:last-child a:hover:after {
	transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: translateX(5px);
}
.sp_menu {
	display: none;
}
.hamburger-overlay {
  position: fixed;
  top: 0.6rem;
  right: 0.5rem;
  z-index: 1000;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  cursor: pointer;
}
.hamburger-overlay__line {
  position: absolute;
  left: 11px;
  width: 26px;
  height: 2px;
  background-color: #333;
  transition: all .6s;
}
.hamburger-overlay__line:nth-of-type(1) { top: 14px; }
.hamburger-overlay__line:nth-of-type(2) { top: 23px; }
.hamburger-overlay__line:nth-of-type(3) { top: 32px; }
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(1) {
	transform: translateY(9px) rotate(-45deg);
}
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(2) {
	opacity: 0;
}
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(3) {
	transform: translateY(-9px) rotate(45deg);

}
.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.95);
  visibility: hidden;
  opacity: 0;
  transition: all .6s;
  z-index: 900;
}
.nav-overlay.active {
  visibility: visible;
  opacity: 1;
}
.nav-overlay__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.nav-overlay__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-overlay__item {
  opacity: 0;
  transform: translateY(20px);
  transition: all .6s;
}
.nav-overlay.active .nav-overlay__item {
  opacity: 1;
  transform: translateY(0);
}
.nav-overlay.active .nav-overlay__item:nth-child(1) { transition-delay: 0.1s; }
.nav-overlay.active .nav-overlay__item:nth-child(2) { transition-delay: 0.2s; }
.nav-overlay.active .nav-overlay__item:nth-child(3) { transition-delay: 0.3s; }
.nav-overlay.active .nav-overlay__item:nth-child(4) { transition-delay: 0.4s; }
.nav-overlay.active .nav-overlay__item:nth-child(5) { transition-delay: 0.5s; }
.nav-overlay.active .nav-overlay__item:nth-child(6) { transition-delay: 0.6s; }
.nav-overlay.active .nav-overlay__item:nth-child(7) { transition-delay: 0.7s; }
.nav-overlay__link {
  display: inline-block;
  padding: 17.5px;
  color: #000;
  font-size: 3rem;
  text-decoration: none;
  transition: color .3s;
}

@media screen and (max-width: 640px) {
	header ul {
		display: none;
	}
	.sp_menu {
		display: block;
	}
}

/* ----------------------------- */
/* TOP
/* ----------------------------- */
/*MV */
.main {
	background: url("assets/images/top/main_bg.jpg") no-repeat;
	background-size: cover;
	background-position: bottom;
}
.main .mv {
	aspect-ratio: 16 / 9;
	width: 100%;
	position: relative;
	margin-bottom: 10rem;
}
.main .mv .mv_copy,
.main .mv .mv_photo {
	position: absolute;
}
.main .mv .mv_copy {
	z-index: 4;
	width: 50%;
	left: 5%;
	top: 17.5%;
	overflow: hidden;
	position: relative;
}
/*.main .mv .mv_copy::before {
	animation: img-wrap 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
	animation-delay: 1s;
	background: #fff;
	content: '';
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}
@keyframes img-wrap {
  100% {
    transform: translateX(100%);
  }
}*/
.main .mv .mv_copy img {
	width: 100%;	
}
.main .mv .mv01 {
	width: 43%;
	top: 5%;
	right: 12%;
	z-index: 3;
    animation-name: fadeIn;
    animation-delay: 250ms;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;		
}
.main .mv .mv02 {
	width: 32%;
	left: 10%;
	bottom: 0;
	z-index: 2;
    animation-name: fadeIn;
    animation-delay: 500ms;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;		
}
.main .mv .mv03 {
	width: 19.5%;
	top: 50%;
	right: 0;
	z-index: 1;
    animation-name: fadeIn;
    animation-delay: 750ms;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;		
}
@keyframes fadeIn {
    0% {
    }
    100% {
        opacity: 1;
    }
}
@media screen and (max-width: 480px) {
	.main .mv {
	    aspect-ratio: 9 / 12;
		padding-top: 3rem;
		margin-bottom: 15rem;
	}
	.main .mv .mv_copy {
		width: 80%;	
		top: 60px;
	}
	.main .mv .mv01 {
		width: 63%;
		top: 42%;
	}
	.main .mv .mv02 {
		width: 52%;
		left: 0%;
		bottom: -10%;
	}
	.main .mv .mv03 {
		width: 29.5%;
		top: 70%;
	}
	.main {
		background-size: contain;
		background-position: 0 100vw;
	}
	
}

/* ABOUT */
.about {
	text-align: center;
	padding-bottom: 10rem;
}
.about div {
	display: inline-block;
}
.about div b {
	font-size: 3.6rem;
	line-height: 1.6;
	text-align: left;
	display: inline-block;
	margin-bottom: 2rem;
}
.about div p {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2;
	text-align: justify;
	max-width: 680px;
	margin: 3rem 1.5rem;
}
.about .button {
	margin: 0 auto;
}
@media screen and (max-width: 480px) {
	.about div b {
		font-size: 2.8rem;
	}
}

/* SERVICE */
.service {
	padding-left: 50px;
	margin-bottom: 10rem;
}
.service h2 {
	display: flex;
	align-items: center;
	text-align: left;
	margin-bottom: 2rem;
}
.service h2 small {
	font-size: 2rem;
	font-weight: 400;
	display: inline-block;
	margin-left: 2rem;
}
.service_wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.service_txt {
	order: 1;
	width: 50%;

}
.service_photo {
	order: 2;
	width: 45%;
	display: flex;
	overflow: hidden;	
}

.service_txt b {
	font-size: 3.6rem;
	line-height: 1.4;
	display: block;
	margin-bottom: 2rem;
}
.service_txt p {
	font-size: 1.8rem;
	line-height: 2;
	text-align: justify;
	margin-bottom: 3rem;
}

.service_photo ul {
	display: flex;
	list-style: none;
	padding: 0;
	animation: infinity-scroll-left 60s infinite linear 0.5s both;
}
.service_photo ul li {
	width: calc(100vw / 3);
}
.service_photo ul li>img {
	width: 98%;
}
@keyframes infinity-scroll-left {
	from {
	  transform: translateX(0);
	}
	  to {
	  transform: translateX(-100%);
	}
}
@media screen and (max-width: 1000px) {
	.service {
		padding-left: 20px;	
	}
}
@media screen and (max-width: 748px) {
	.service {
		padding: 20px;	
	}
	.service_wrap {
		display: block;
	}
	.service_txt, .service_photo {
		width: 100%;	
	}
	.service_photo {
		margin-bottom: 2rem;
	}
}
@media screen and (max-width: 480px) {
	.service {
		margin-bottom: 5rem !important;
	}
	.service_txt b {
		font-size: 2.8rem;
	}
}

/* RECRUIT */
.recruit {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	background: url("assets/images/top/rec_bg.jpg") no-repeat;
	background-size: cover;
	border-radius: 3rem;
	margin: 0 50px 7.5rem;
}
.rec_txt {
	padding: 5rem 7.5rem 7.5rem;
	order: 2;
	width: 37.5%;
}
.recruit h2 span:before {
	display: none;
}
.recruit h2 {
	display: flex;
	align-items: center;
	text-align: left;
	margin-bottom: 2rem;
}
.recruit h2 small {
	font-size: 2rem;
	font-weight: 400;
	display: inline-block;
	margin-left: 2rem;
}
.rec_txt .top_rec_copy {
	width: 100%;
	max-width: 400px;
	display: block;
	margin-bottom: 1.5rem;
}
.rec_txt p {
	font-size: 1.6rem;
	line-height: 2;
	margin-bottom: 3rem;
	text-align: justify;
}
.rec_txt .button {
	background: #000;
	color: #fff;
}
.rec_txt .button:after {
	background: #fff;
	color: #000;
	font-weight: 500;
}

.top_rec_sp {
	width: 100%;
	display: none;
	margin-bottom: 4rem;
}
.rec_photo {
	width: 57.5%;
	order: 1;
}
.rec_photo ul {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.rec_photo ul li {
	position: absolute;
	width: 55%;
}
.rec_photo ul li:nth-child(1) {
	right: 0;
	animation: slide-up 18s linear infinite;
	z-index: 4;
}
.rec_photo ul li:nth-child(2) {
	left: 15%;
	animation: slide-up 20s linear infinite;
	animation-delay: 250ms;
	z-index: 3;
}
.rec_photo ul li:nth-child(3) {
	left: 5%;
	animation: slide-up 20s linear infinite;
	opacity: 0;
	animation-delay: 6s;
	z-index: 2;
}
.rec_photo ul li:nth-child(4) {
	left: 35%;
	animation: slide-up 22s linear infinite;
	opacity: 0;
	animation-delay: 7s;
	z-index: 1;
}
.rec_photo ul li img {
	width: 100%;
}
@keyframes slide-up {
  0% {
	transform: translateY(400%);
	opacity: 1;
  }
  100% {
	transform: translateY(-400%); /* アニメーション終了時 */
	opacity: 1;
  }
}

@media screen and (max-width: 1000px) {
	.recruit {
		margin: 0 20px 7.5rem;
	}
	.recruit h2 {
		display: block;
	}
	.recruit h2 small {
		margin-left: 0;
	}
}
@media screen and (max-width: 748px) {
	.recruit {
		display: block;
	}
	.rec_txt {
		padding: 5rem;
		width: 100%;
		box-sizing: border-box;
	}
	.rec_txt .button {
		margin-left: auto;
		margin-right: auto;
	}
	.rec_photo {
		display: none;
	}
	.top_rec_sp {
		display: block;
	}	
}
@media screen and (max-width: 480px) {
	.rec_txt {
		padding: 4.5rem 3rem;	
	}
}

/* ----------------------------- */
/* ABOUT
/* ----------------------------- */
.about_main {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 10rem;
}
.about_main div {
	order: 1;
	width: 50%;
}
.about_main div b {
	font-size: 4.2rem;
	line-height: 1.3;
	display: block;
	margin-bottom: 2rem;
}
.about_main div p {
	font-size: 2rem;
	line-height: 2;
	font-weight: 500;
	text-align: justify;
}
.about_main img {
	order: 2;
	width: 45%;
    animation-name: fadeIn;
    animation-delay: 250ms;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;			
}

.outline {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.outline div {
	width: 120px;
}
.tbl_list {
	width: calc(95% - 120px);
	font-size: 1.8rem;
	border-collapse: collapse;
}
.tbl_list th,
.tbl_list td {
	border-bottom: solid 1px #595757;
	padding: 2.5rem 2rem;
}
.tbl_list th {
	width: 150px;
	text-align: left;
	font-weight: 400;
	vertical-align: top;
}
.tbl_list td {
	width: calc(100% - 150px);
}

@media screen and (max-width: 800px) {
	.about_main div b {
		font-size: 3.6rem;
	}
	.about_main div p {
		font-size: 1.8rem;
	}
	.outline div {
		width: 80px;
	}
	.tbl_list {
		width: calc(95% - 80px);
	}	
}
@media screen and (max-width: 640px) {
	.about_main {
		display: block;
	}
	.about_main div {
		width: 100%;	
	}
	.outline h4 {
		font-size: 6rem;
	}
	.about_main div b {
		font-size: 3rem;
	}
	.about_main div p {
		text-align: justify;
	}
	.about_main div p br {
		display: none;
	}	
	.about_main img {
		width: 100%;
		margin-bottom: 2rem;
	}
	.tbl_list th, .tbl_list td {
		display: block;
		width: 100% !important;
		box-sizing: border-box;
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.tbl_list th {
		border-bottom: 0;
		padding-bottom: 0;
		font-weight: 500;
	}
	.tbl_list td {
		padding-top: 1rem;
	}
}

/* ----------------------------- */
/* RECRUIT
/* ----------------------------- */

h5 {
	text-align: center;
}
h5 span {
	display: inline-block;
	background: #000;
	color: #fff;
	font-size: 3.2rem;
	font-weight: 500;
	padding: 0 2rem;
	margin-bottom: 1rem;
}
h5+p {
	font-size: 6rem;
	line-height: 1.2;
	text-align: center;
	font-weight: 700;
	letter-spacing: -0.025em;
	margin-bottom: 3rem;
}
h5+p small {
	font-size: 4.2rem;
	letter-spacing: 0;
}
@media screen and (max-width: 480px) {
	h5 span {
		font-size: 2.4rem;
	}
	h5+p {
		font-size: 3.6rem;
	}
	h5+p small {
		font-size: 2.4rem;
	}
}
/* メイン */
.rec_main {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10rem;
}
.rec_main div {
	order: 1;
	width: 27%;
	padding-left: 3%;
}
.rec_main div .rec_catch {
	display: block;
	width: 100%;
	margin-top: 4rem;
}
.rec_main .rec_mv {
	order: 2;
	width: 65%;
    animation-name: fadeIn;
    animation-delay: 250ms;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;			
}
@media screen and (max-width: 640px) {
	.rec_main {
		display: block;
	}
	.rec_main h3 {
		text-align: center;
	}
	.rec_main div {
		width: 100%;
		max-width: 420px;
		margin: 0 auto;
		padding: 8rem 8rem 6rem;
		box-sizing: border-box;
	}
	.rec_main div .rec_catch {
		margin-top: 2.5rem;	
	}
	.rec_main .rec_mv {
		width: 100%;
	}
	
}

/* 導入 */
.lead {
	margin-bottom: 15rem !important;
}
.lead b {
	font-size: 6.8rem;
	line-height: 1.3;
	font-weight: 700;
	display: block;
	margin-bottom: 3rem;
}
.lead b small {
	font-size: 70%;	
}
.lead b span {
	display: inline-block;
	background: #000;
	color: #ffff00;
	padding: 0 1rem;
	margin-right: 1rem;
}
.lead p {
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 2;
}
@media screen and (max-width: 480px) {
	.lead {
		margin-bottom: 8rem !important;
	}	
	.lead b {
		font-size: 4.8rem;	
	}
	.lead p {
		font-size: 2.4rem;
	}	
}

/* 仕事の違い */
.work {
	margin-bottom: 10rem !important;
}
.work_dtl {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	background: #f2f2f2;
	padding: 4.5rem;
	border-radius: 2rem;
	margin-bottom: 3rem;
}
.work_dtl div {
	width: 50%;	
}
.work_dtl div .alp {
	font-size: 3.6rem;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 1rem;
}
.work_dtl div b {
	display: block;
	font-size: 4rem;
	line-height: 1.1;
	margin-bottom: 2rem;
	font-weight: 600;
}
.work_dtl div b span {
	display: inline-block;
	background: #000;
	color: #fff;
	padding: 0.5rem 1rem;
	margin-bottom: 0.5rem;
}
.work_dtl div.work_dtl02 b span:nth-child(2) {
	padding-left: 0;	
}
.work_dtl div b span strong {
	color: #ffff00;	
	font-weight: 600;
}
.work_dtl div p {
	font-size: 1.8rem;
	line-height: 2;
}
.work_dtl img {
	width: 47.5%;
	border-radius: 1.5rem;
	display: block;
}
@media screen and (max-width: 640px) {
	.work_dtl {
		display: block;
	}
	.work_dtl div {
		width: 100%;
		margin-bottom: 1.5rem;
	}
	.work_dtl img {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.work {
		margin-bottom: 5rem !important;
	}	
	.work_dtl {
		padding: 3rem;	
	}
	.work_dtl div .alp {
		font-size: 2.8rem;	
	}
	.work_dtl div b {
		font-size: 3rem;
	}
	.work_dtl div p {
		text-align: justify;
	}
	.work_dtl div p br {
		display: none;
	}
}

/* インタビュー */
.interview {
	background: #ffff00;
	padding: 5rem 0;
	margin-bottom: 10rem;
}
.int_ttl {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto 4.5rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	padding: 0 2rem;
	box-sizing: border-box;
}
.int_ttl_left {
	order: 1;
	width: 22%;
}
.int_ttl div {
	order: 2;
	width: 52%;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.int_ttl div img {
	width: 120%;
	display: block;
	margin-bottom: 2rem;
}
.int_ttl div p {
	font-size: 2rem;
	line-height: 1.8;
	font-weight: 600;
}
.int_ttl_right {
	order: 3;
	width: 22%
}
.int_qa {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 2rem;
	box-sizing: border-box;
}
.ques {
	display: flex;
	align-items: center;
	margin-top: 3rem;
	margin-bottom: 2rem;
}
.ques b {
	display: inline-block;
	font-size: 9rem;
	line-height: 1;
	margin-right: 1rem;
}
.ques span {
	display: inline-block;
	font-size: 3rem;
	line-height: 1;
	padding: 1rem;
	background: #000;
	color: #ffff00;
}
.ans {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 2rem;
}
.ans_left {
	width: 160px;
	text-align: center;
}
.ans_left img {
	width: 100%;
	display: block;
	margin-bottom: 0.5rem;
}
.ans_left span {
	font-size: 1.4rem;
	font-weight: 500;
}
.ans_right {
	width: calc(100% - 190px);
	background: #fff;
	padding: 2rem 3rem;
	box-sizing: border-box;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.6;
	border-radius: 2rem;
	text-align: justify;
}
.ans_right span {
	color: #898200;
	font-size: 120%;
	font-weight: 700;
}

@media screen and (max-width: 1000px) {
	.ans_left {
		width: 120px;
	}
	.ans_right {
		width: calc(100% - 140px);
	}
}
@media screen and (max-width: 640px) {
	.int_ttl {
		width: 100%;
	}
	.int_ttl div {
		order: 1;
		width: 100%;
		margin-bottom: 3rem;
	}
	.int_ttl div img {
		width: 100%;
	}
	.int_ttl_left {
		order: 2;
		width: 50%;
	}
	.int_ttl_right {
		order: 3;
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.interview {
		margin-bottom: 5rem;	
	}
	.ques b {
		font-size: 6rem;
	}
	.ques span {
		text-align: justify;
		font-size: 2.2rem;
		line-height: 1.4;
	}
	.ans_left {
		width: 80px;
	}
	.ans_right {
		width: calc(100% - 100px);
	}
}

/* 働きやすさの理由 */
.reason {
	margin-bottom: 10rem !important;
}
.reason ul {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	border-top: solid 1px #595757;
}
.reason ul li {
	width: 50%;	
	padding: 4rem 0;
	background-position: right 4rem top 4rem;
	background-size: 45%;
	background-repeat: no-repeat;
	border-bottom: solid 1px #595757;
}
.reason ul li:nth-child(2n) {
	background-position: right 0 top 4rem;
}
.reason ul li:nth-child(1) {
	background-image: url("assets/images/recruit/reason01.jpg");
}
.reason ul li:nth-child(2) {
	background-image: url("assets/images/recruit/reason02.jpg");
}
.reason ul li:nth-child(3) {
	background-image: url("assets/images/recruit/reason03.jpg");
}
.reason ul li:nth-child(4) {
	background-image: url("assets/images/recruit/reason04.jpg");
}
.reason ul li:nth-child(5) {
	background-image: url("assets/images/recruit/reason05.jpg");
}
.reason ul li:nth-child(6) {
	background-image: url("assets/images/recruit/reason06.jpg");
}

.reason ul li:nth-child(2n+1) div {
	padding-right: 4rem;	
}
.reason ul li:nth-child(2n) div {
	padding-left: 4rem;	
	border-left: solid 1px #595757;
}
.reason .alp {
	text-align: center;
	display: inline-block;
	margin-bottom: 4rem;
}
.reason .alp small {
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 0.9;
}
.reason .alp span {
	font-size: 10rem;
	font-weight: 300;
	line-height: 0.9;
}
.reason ul li div b {
	display: inline-block;
	font-size: 4.2rem;
	line-height: 1;
	padding: 1rem 2rem;
	background: #ffff00;
	margin-bottom: 1.5rem;
}
.reason ul li div b+p {
	font-size: 1.8rem;
	line-height: 1.8;
}
@media screen and (max-width: 640px) {
	.reason ul {
		display: block;
	}
	.reason ul li {
		width: 100%;	
		padding: 3rem 0;
		box-sizing: border-box;
		background-position: right 0 top 3rem !important;
	}
	.reason ul li:nth-child(2n+1) div {
		padding-right: 0;	
	}
	.reason ul li:nth-child(2n) div {
		padding-left: 0;	
		border-left: 0;
	}	
}
@media screen and (max-width: 480px) {
	.reason ul li {
		background-size: 65%;
	}
	.reason ul li div b {
		font-size: 2.6rem;	
	}
	.reason ul li div b+p {
		text-align: justify;
	}
	.reason ul li div b+p br {
		display: none;
	}
}

/* エントリー */
.action {
	background: #ffff00;
	padding: 6rem 0;
	margin-top: 10rem;
}
.action ul {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-top: 3rem;
}
.action ul li {
	width: 32.5%;
	text-align: left;
	background: #fff;
	border-radius: 10px;
	display: flex;
	align-items: center;
}
.action ul li:first-child {
	text-align: center;
}
.action ul li:first-child b {
	font-size: 110%;
}
.action ul li a {
	padding: 3.5rem 1rem;
	font-size: 2.8rem;
	font-weight: 500;
	display: block;
	width: 100%;
}
.action ul li:nth-child(2) a,
.action ul li:nth-child(3) a{
	padding-left: 4rem;
	padding-right: 6rem;
	position: relative;
}
.action ul li:nth-child(2) a:after,
.action ul li:nth-child(3) a:after {
	content: "→";
	position: absolute;
	top: calc(50% - 1em);
	right: 1.5rem;
	line-height: 1;
	background: #ffff00;
	font-size: 2rem;
	font-weight: 400;
	color: #000;
	padding: 1rem;
	border-radius: 3rem;
	transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}
.action ul li:nth-child(2) a:hover:after,
.action ul li:nth-child(3) a:hover:after{
	transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: translateX(5px);
}

@media screen and (max-width: 640px) {
	.action ul {
		display: block;
	}
	.action ul li {
		width: 100%;
		margin-bottom: 1rem;
		text-align: center;
	}
}

/* ----------------------------- */
/* 問い合わせ
/* ----------------------------- */
.contact h2 {
	font-size: 6rem;
	font-weight: 500;
}
.contact h2+p {
	font-size: 1.8rem;
	margin-bottom: 1rem;
}
.contact h2+p+small {
	text-align: center;
	display: block;
	font-size: 1.4rem;
	margin-bottom: 5rem;
}
.cnt_form {
	width: 100%;
	font-size: 1.8rem;
	max-width: 700px;
	margin: 0 auto;
}
.cnt_form dt span {
	color: #ff0000;
	display: inline-block;
	margin-left: 5px;
	font-size: 1.4rem;
}
.cnt_form dd {
	margin: 0.75rem 0 2.5rem;
}
.cnt_form input[type="text"],
.cnt_form input[type="tel"],
.cnt_form input[type="email"],
.cnt_form textarea {
	width: 100%;
	border: solid 1px #888888;
	padding: 1rem;
	border-radius: 3px;
	box-sizing: border-box;
}
.cnt_form .privacy {
	background: #eee;
	padding: 2rem 1rem;
	font-size: 1.4rem;
	line-height: 1.8;
	overflow-y: scroll;
	height: 150px;
}
.cnt_form .privacy ol {
	padding-left: 1.5em;
}
.cnt_form .check {
	margin-top: 1.5em;
	margin-bottom: 3em;
}
.cnt_form .check span {
	margin: 0;
}
.cnt_form .check input[type="checkbox"] {
	width: 15px;
	height: 15px;
	border: solid 1px #888888;
}
.cnt_form input[type="submit"],
.cnt_form input[type="button"] {
	border: 0;
	width: 180px;
	background: #000;
	padding: 1.5rem;
	color: #fff;
	font-size: 2rem;
	margin: 0.5rem;
}

/* ----------------------------- */
/* フッター
/* ----------------------------- */
footer {
	padding: 1.5rem 50px;
	width: 100%;
	box-sizing: border-box;
}
.foot_navi {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1rem;
}
.foot_left {
	display: flex;
	align-items: center;
	width: 65%;
}
.foot_logo {
	width: 120px;
	margin-right: 1.5rem;
}
.foot_left div {
	width: 100%;
}
.foot_left ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 2.4rem;
	border-bottom: solid 1px #aaa;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
.foot_left ul li {
	margin-right: 2rem;	
}
/*.foot_left ul li:nth-child(4) img {
	width: 30px;
}
.foot_left ul li:nth-child(5) img {
	width: 24px;
}*/
.foot_left b {
	font-size: 2rem;
}
.foot_left p {
	font-size: 1.6rem;
}
.foot_right {
	width: 30%;
}
.foot_right p {
	text-align: center;
	font-size: 1.4rem;
	margin-bottom: 1rem;
}
.foot_right div {
	display: flex;
	justify-content: center;
}
.foot_right div img {
	width: 48%;
	max-width: 192px;
	margin-left: 1rem;
}

footer small {
	font-size: 1.2rem;
	display: block;
}

@media screen and (max-width: 1000px) {
	footer {
		padding: 1.5rem 20px;
	}
}
@media screen and (max-width: 880px) {
	.foot_navi {
		display: block;
	}
	.foot_left, .foot_right {
		width: 100%;	
	}
	.foot_right {
		margin-top: 3rem;
		margin-bottom: 2rem;
	}
	footer small {
		text-align: center;
	}
}
@media screen and (max-width: 640px) {
	.foot_left {
		align-items: flex-start;	
	}
	.foot_logo {
		width: 100px;	
	}
	.foot_left ul li:nth-child(-n+3) {
		width: 100%;
		margin-bottom: 1rem;
	}
	
}