@charset "utf-8";
/* ::::::::::::::::::::::::::::::::::::::::: */
/* recruit */
.catch3, .catch4 {
	position: relative;
	background-size: 100vw;
	height: calc(0.66 * 100vw);
}
.fin {
  display: flex;
  justify-content: center;
  align-items: center;
	font-size: 1.5rem;
	color: #fff;
    background-color: rgba(50,0,0,0.7);
	text-shadow: 1px 1px 2px black, 0 0 1em #151413, 0 0 .2em #151413;
	width: 100%;
	height: calc(0.4 * 100vw);
	margin: 5% 0 0 0;
}
.catch {
	background-image: url(../img/catch/recruit.jpg);
	background-position: center bottom;
}
.catch2 {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAACFJREFUGFdjNNIy+nPu2jkWBgYGBhCbEcYA0SAJTAF0LQB5xhMZE6dmTAAAAABJRU5ErkJggg=="), url(../img/catch/recruit.jpg);
	background-position: center center;
	background-repeat: repeat, no-repeat;
	background-blend-mode: overlay;
	background-size: auto, cover;
	position: absolute, relative;
	height: calc(0.3 * 100vw);
	z-index: 1;
}
.catch3 {
	background-image: url(../img/catch/recruit1.jpg);
	background-position: center top;
}
.catch4 {
	background-image: url(../img/catch/recruit2.jpg);
	background-position: center top;
}
@media screen and (min-width: 768px) {
	.catch2 {
		background-position: center -150px;
		padding: 170px 0 0 0;
		margin: -170px 0 0 0;
		z-index: -1;
		max-height: 90vh;
	}
	.catch3, .catch4 {
		background-position: center center;
		padding: 170px 0 0 0;
		margin: -170px 0 0 0;
		z-index: -1;
		max-height: 90vh;
	}
	.fin {
		font-size: 2rem;
		height: 50%;
		margin: 8% 0 0 0;
	}
}
a {
	color: #BB4646;
}
body {
	background-image: url(../img/recruit_bg.png);
}
#recruit h2, #recruit2 h2 {
	line-height: 2rem;
	border-bottom: 1px dotted #ccc8ac;
}
#recruit h3 { /*
	color: #333;
	font-weight: bold;
	border-bottom: 1px dotted #ccc8ac;
	background-color: #fff;
	padding: 10px 20px;*/
	margin: 30px 0 20px;
}
#recruit dl dt {
	color: #100033;
	padding: 0;
	margin: 0;
}
#recruit dl dd {
	margin: 0 0 20px 20px;
}
#recruit dl dd p {
	font-size: .9rem;
	line-height: 1.3rem;
	color: #6B6A68;
	margin: 0 0 0 5px;
}
.inquiry {
	margin: 20px 0 200px;
}
.inquiry p {
	margin: 20px 0 20px 20px;
}
.boxarea {
	width: 100%;
	margin: 0 auto;
}
.boxarea_item a {
	width: 100%;
	margin: 10px auto;
	text-align: center;
}
a.btn {
	font-size: 1.4rem;
	position: relative;
	display: inline-block;
	padding: 1rem auto;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #fff;
	border: 1px solid #fff;
	font-weight: normal;
	background-image: linear-gradient(90deg, #734B6D, #42275a);
	-webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
	box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
}
a.btn::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	background-image: linear-gradient(90deg, #42275a, #734B6D);
}
a.btn span {
	position: relative;
	z-index: 1;
}
a.btn:hover {
	color: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}
a.btn:hover::after {
	opacity: 0;
}
.staff {
	background-color: #F7F8FC;
	padding: 20px;
	margin: 30px 0;
	border: 1px solid #788DCC;
}
.staff h4 {
	font-size: 1.4rem;
	color: #2E1053;
	padding: 10px;
	margin: 0 0 20px;
	border-bottom: solid 3px #CCD3FC;
	position: relative;
}
.staff h4::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #5472cd;
	bottom: -3px;
	width: 6em;
	margin-left: -10px;
}
.inq {
	display: inline-block;
	text-align: justify;
	text-align-last: justify;
	text-justify: inter-ideograph;
	width: 3em;
}
.teate {
  list-style-type: disc;
  padding: 0 1.5em;
}
.teate li.pay {
  list-style-type: none;
  margin-top: .3em;
  margin-left: -1.5em;
}

.info {
	margin: 3em auto;
}
.info table th {
	color: #5F5E5F;
	background-color: #FFF7FD;
}
ol {
	list-style-type: decimal;
	list-style-position: inside;
}
.staffs {
	background-color: #FFFDFE;
	padding: 20px;
	margin: 30px 0;
	border: 1px solid #DCBFD5;
}
.staffs dl {
	padding: 20px;
}
.staffs dl dt {
	padding: 0;
	margin: 0;
}
.staffs > dl > dt {
	font-size: 1.2em;
	border-bottom: 1px dotted #CFC1CA;
}
.staffs > dl > dd {
	margin-bottom: 40px;
}
.staffs dl dd {
	margin: 0 0 20px 20px;
}
.staffm {
	padding: 10px;
	margin: 30px 0 30px;
	border: 1px solid #DCBFD5;
	border-radius: 20px;
	background-color: rgba(255,253,254,0.7);
}
.staffm dl {
	padding: 10px 10px 0;
}
.staffm > dl > dt {
	font-size: 1.1em;
	border-bottom: 1px dotted #CFC1CA;
}
.staffm > dl > dd {
	margin-bottom: 40px;
	padding: 0 0 20px;
}
.staffm dl dd {
	margin: 10px 0 20px;
}
.staffcom {
	margin: 30px 20px;
}
.inquirytm {
	padding: 0 20px;
}
.inquiry {
	width: 100%;
}
.box {
	padding: 30px 20px;
}
.flowchart {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 20px;
}
.flow {
	padding-left: 0;
	width: 100%;
}
.flow > li {
	list-style-type: none;
}
.flow > li:not(:last-child) {
	margin-bottom: 27px;
	position: relative;
}
.flow > li:not(:last-child)::after {
	content: '';
	position: absolute;
	border: 20px solid transparent;
	width: 0;
	height: 0;
	bottom: -43px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	border-top-color: #E9C5E2;
}
.flow > li dl {
	display: flex;
	align-items: center;
	border-radius: 10px;
	background: #E8ECF4;
	background-color: #FaF5F9;
	padding: 10px;
	width: 100%;
}
.flow > li dl dt {
	width: 30%;
	font-weight: normal;
}
.flow > li dl dd {
	margin: 0;
	width: calc(70% - 20px);
}

.process {
 display: grid;
 grid-auto-flow: column;
 grid-gap: 1em 0em;
 grid-template-rows: repeat(2, 1fr);
	margin: 10px auto 0;
}
.process li {
	line-height: 1.1em;
	background-color: #fff;
	border: 2px solid #CFC1CA;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	text-align: center;
  position: relative;
	padding: 8px 0;
}
.process li figure {
	height: 35px;
}
.process li img {
  display: block;
	width: 60px;
	margin: 0 auto;
}
.process li span {
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 15px;
	font-weight: bold;
  color: #666;
  margin-top: 25px;
	height: 2em;
  display: flex;
	justify-content: center;
  align-items: center;
}
.process li:not(:last-child) span::after {
  content: '';
  position: absolute;
  right: -25px;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #CFC1CA;
  transform: translateY(-50%);
}
.process li:nth-child(3) span {
  font-size: .9em;
	letter-spacing: 0px;
	width: 8em;
}
.process li:nth-child(3) figure {
	height: 40px;
}
.process li:last-child img {
	width: 46px;
}
.process li:last-child span {
	margin-top: 37px;
}

@media screen and (min-width: 768px) {
	.staffm {
		padding: 20px;
		margin: 30px 0 80px;
	}
	.staffm dl {
		padding: 20px 20px 0px 20px;
	}
	.staffm > dl > dd {
		padding: 10px 0 20px;
	}
	.staffm dl dd {
		margin: 10px 0 20px 30px;
	}
	.inquirytm {
		padding: 0 20px;
	}
	.inquiry {
	  display: flex;
	  gap: 10px;
	  justify-content: space-between;
	  align-items: center;
		width: 100%;
	}
	.box {
		padding: 30px 20px;
	}
	.staffcom {
		margin: 40px 30px 50px;
	}
	.process {
	 grid-template-rows: repeat(auto-fit, minmax(100px, 1fr));
	}
	.process li:not(:last-child) span::after {
	  right: -20px;
	}
}

@media screen and (min-width: 1024px) {
	.boxarea {
		display: flex;
		justify-content: space-around;
		padding: 10px;
	}
	.boxarea_item {
		width: 100%;
		margin: 0 10px 10px;
	}
	a.btn {
		font-size: 1.6rem;
	}
	.staff {
		padding: 20px 30px;
		margin: 10px;
	}
	#recruit dl {
		padding: 20px 30px;
	}
	.process {
		grid-template-rows: repeat(auto-fit, minmax(120px, 150px));
		max-width: 700px;
		margin: 10px 0 0;
	}
	.process li {
		width: 140px;
		height: 140px;
	}
	.process li:not(:last-child) span::after {
	  right: -30px;
	  border-top: 15px solid transparent;
	  border-bottom: 15px solid transparent;
	  border-left: 15px solid #CFC1CA;
	}
	.process li span {
	  margin-top: 35px;
		height: 2em;
	}
	.process li:nth-child(3) span {
		margin: 35px auto;
	}
}

.entryform {
	font-size: 1.rem;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	margin-top: 30px;
	margin-left: 40px;
}
.entryform a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 250px;
    padding: .9em 2em;
    border: 1px solid #2894e2;
    border-radius: 5px;
    background-color: #2894e2;
    color: #fff;
    font-size: 1em;
}
.entryform a:hover {
    animation: anima-button-30 1s;
}
.entryform a::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}

@keyframes anima-button-30 {
    0% {
        box-shadow: 0 0 0 0 rgb(40 148 226 / 50%);
    }
    100% {
        box-shadow: 0 0 0 1.2em rgb(0 0 0 / 0%);
    }
}
