/*--------------------------------------------------------
　ルートにあったCSSを移動
--------------------------------------------------------*/
.table-arrow {
	width: 100%;
	border-collapse: collapse;
}

.table-arrow tr {
	border-bottom: solid 2px white;
}

.table-arrow tr:last-child {
	border-bottom: none;
}

.table-arrow th {
	position: relative;
	text-align: left;
	background-color: #d1de4c;
	color: #3c7170;
	text-align: center;
	padding: 10px 15px;
}

.table-arrow th:first-child {
	width: 30%;
}

.table-arrow th:after {
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top: calc(50% - 10px);
	right: -10px;
	border-left: 10px solid #d1de4c;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

.table-arrow td {
	text-align: left;
	text-align: left;
	color: #3c7170;
	background-color: #f7f6f5;
	padding: 10px 30px;
}

.table-arrow-required th {
  padding-right: 50px;
}

.table-arrow-required-th {
  position: absolute;
    right: 8%;
    top: 50%;
    transform: translate(0, -50%);
}

ol {
	background: #d1de4c;
	border: 0px skyblue dashed;
}



.recruit-animal {
	border-radius: 50% !important;
}

.animal-spin:hover {
	transition: transform 0.8s ease-out;
	transform: rotateY(360deg);
}

.swinging:hover {
	animation-name: swinging;
	animation-duration: 0.8s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@keyframes swinging {
	25% {
		transform: rotate(20deg);
	}

	50% {
		transform: rotate(0);
	}

	75% {
		transform: rotate(-20deg);
	}

	100% {
		transform: rotate(0);
	}
}

.service-detail {
	position: absolute;
	margin: auto;
	bottom: 5px;
	right: 0;
	left: 0;
	width: 58px;
}

#services .card-title,
#services .card-text {
	position: relative;
	z-index: 1;
}

#services .card-title::after,
#services .card-text::after {
	display: block;
	content: "";
	background: black;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	opacity: 0.6;
	z-index: -1;
	filter: drop-shadow(3px 2px 7px black);
}

.form-contact, .form-recruit {
  cursor: pointer;
}

.box {
  margin: 10px auto;
  background-color: rgba(0, 0, 0, .1);
  backdrop-filter: blur(1px);
  box-sizing: border-box;
  padding: 2em;
  text-shadow: 0 1px 4px rgba(0, 0, 0, .3);
	padding-bottom: 90px;
}

.underline{
  text-decoration: underline;
}

.fontsize125 {
  font-size: 1.25rem;
}

.fontsmall{
  font-size:2ex 
}

.footer-sitemap{
  line-height: 1.9em;
}

.scroll-down {
    color: white;
    display: inline-block;
    position: absolute;
    width: 30px;
    left: 47%;
    bottom: 3px;
    padding-top: 60px;
}

.scroll-down span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -5px;
  border: 3px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}

.scroll-down span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}

.scroll-down:hover {
  color:white;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.fourename {
  font-size: 20px;
}

.back-to-top {
	height: 100px;
	display: inline-block;
	position: fixed;
	bottom: 0;
	right: 50px;
	color: #19B3B1;
	z-index: 97;
}

.back-to-top svg {
  
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
}

.back-to-top:hover {
	color: #ff4ca5;
/*	transition: color 2s ease-out;*/
}

.back-to-top:hover .back-to-top-circle {
	stroke: #ff4ca5;
	stroke-dasharray: 2;
	stroke-dashoffset: 1000;
	animation: stroke 2s ease-out infinite;
}

.back-to-top i {
	position: absolute;
	top: 36px;
	left: -8px;
	font-size: 30px;
	z-index: 1;
}

.back-to-top:hover i {
  animation: arrowup 1s linear infinite;
}

@keyframes stroke {
	from {
/*		stroke: #19B3B1;*/
	}
	to {
		stroke-dashoffset: 0;
		stroke: #ff4ca5;
	}
}

@keyframes arrowup {
	from {
		transform: translate(0, 10px);
	}
	to {
		transform: translate(0, -10px);
	}
}

#recruit-career,
#recruit-part-time {
  cursor: pointer;
}
