@charset "utf-8";
/*-----------------------------------------------------------
#index
-----------------------------------------------------------*/
#index-keyv {
	margin: 6.5rem 0 5.0rem;
}
.slider-container {
		position: relative;
		width: 100%;
		margin: auto;
		overflow: hidden;
}
.slider {
		display: flex;
		transition: transform 0.5s ease-in-out;
}
.slide {
	display: flex;
	justify-content: space-between;
		min-width: 100%;
		transition: 0.5s;
		height: 550px;
}
.index-keyv-card-box, .index-keyv-image {
	width: 50%;
	height: 100%;
}
.index-keyv-card-box {
	padding: 10.0rem;
	background: #fff;
	font-size: 1.8rem;
}
.index-keyv-card-box-txt {
	margin-bottom: 5.0rem;
}
.index-keyv-card-box-txt-subttl {
	font-size: 2.4rem;
	font-weight: 900;
}
.index-keyv-card-box-txt-ttl {
	font-size: 4.0rem;
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: 2.0rem;
}
.index-keyv-card-box-txt-link a{
	display: block;
	float: right;
	font-weight: 700;
	background: #FE4B2D;
	color: #fff;
	border: 1px solid #FE4B2D;
	border-radius: 0.8rem;
	padding: 1.5rem 2.0rem 1.75rem;
	line-height: 1;
	transition: .3s;
}
.index-keyv-card-box-txt-link a:hover {
	background: #fff;
	color: #FE4B2D;
}
.slider-01 {
	background: url("/wp-content/themes/recruitmap/assets/images/index/keyv_slider01.webp") no-repeat center bottom;
	background-size: cover;	
}
.slider-02 {
	background: url("/wp-content/themes/recruitmap/assets/images/index/keyv_slider02.webp") no-repeat center bottom;
	background-size: cover;	
}
.slider-03 {
	background: url("/wp-content/themes/recruitmap/assets/images/index/keyv_slider03.webp") no-repeat center bottom;
	background-size: cover;	
}
.slide img {
		width: 100%;
		display: block;
}
.slider-container button {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		background: rgba(0, 0, 0, 0.5);
		color: #fff;
		border: none;
		padding: 10px;
		cursor: pointer;
		font-size: 2.0rem;
		transition: .3s;
}
.prev {
		left: 10px;
}
.next {
		right: 10px;
}
.slider-container button .fa-solid {
		font-weight: 100;	
}
.slider-container button:hover {
		background: rgba(0, 0, 0, 0.8);
}
.dots-container {
		text-align: center;
		margin-top: 10px;
}
.dot {
		display: inline-block;
		width: 12px;
		height: 12px;
		margin: 5px;
		background-color: #bbb;
		border-radius: 50%;
		cursor: pointer;
		transition: background-color 0.3s;
}
.dot.active {
		background-color: #FE4B2D;
}
.slider-container[data-visible="3"] {
		width: 100%;
		overflow: hidden;
		position: relative;
}

.slider-container[data-visible="3"] .slider {
		display: flex;
		transition: transform 0.5s ease-in-out;
		width: 100%;
}

.slider-container[data-visible="3"] .slide {
		min-width: 33.33%; /* 3枚を横並びに */
		flex: 0 0 33.33%;
		transition: 0.5s;
		text-align: center;
}

.slider-container[data-visible="3"] .slide img {
		width: 90%;
		margin: 0 auto;
}
/*-- index-search --*/
#index-search {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto 5.0rem;
	padding: 0 2.0rem;
}
#index-search article{
	background: #FE4B2D;
	width: 100%;
	padding: 5.0rem;
}
#index-search .section-ttl{
	color: #fff;
}
.tab_area input {
	display: none;
}
.tab_area {
	display: flex;
	align-items: flex-end;
	
	flex-wrap: wrap;
}
.tab_area .btn_tab {
	display: block;
	padding: 1.5rem 5.0rem;
	margin-right: 0.5rem;
	border-radius: 0.5rem 0.5rem 0 0;
	font-size: 1.8rem;
	font-weight: 900;
	background: #fff;
	float: left;
	cursor: pointer;
	order: -1;

}
.tab_area .content {
	display: none;
	width: 100%;
	padding: 5.0rem 5.0rem 3.0rem;
	background: #FFE5B4;
}
.tab_area .inner {
	opacity: 0;
}
input:checked + .btn_tab {
	background: #FFE5B4;
	padding: 2.5rem 5.0rem;
}
.tab_area input:checked + .btn_tab + .content {
	display: block;
}
.tab_area input:checked + .btn_tab + .content .inner {
	animation: fadeIn 1.5s forwards;
}
@keyframes fadeIn {
	0% { opacity: 0;}
	100% { opacity: 1;}
}
#search-tab01.index-search-list,  #search-tab03.index-search-list{
	display: grid;
	grid-template-columns: repeat(4, 1fr); /* 横に4列 */
	grid-template-rows: repeat(2, 1fr); 
	gap: 8px;
}
#search-tab02.index-search-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px;
}
.index-search-list li{
	border: 10px solid #FE4B2D;
}
.index-search-list li:nth-child(4n){
	margin-right: 0; 
}
.index-search-list li a{
	display: block;
	background: #FE4B2D;
	text-align: center;
	padding: 2.0rem 0;
	color: #fff;
	font-weight: 900;
	transition: .3s;
}
.index-search-list li a:hover {
	background: #fff;
	color: #FE4B2D;
}
.index-search-form-box {
	background: #FFE5B4;
	padding: 0 5.0rem 5.0rem;
}
.index-search-form {
	width: 60%;
	margin: 0 auto;	
}
.index-search-form h3{
	margin-bottom: 1.0rem;
}
.index-search-form .search-form {
	position: relative;
}
.index-search-form .form-txt {
	width: 100%;
	padding: 0.5rem 1.0rem;
	padding-left: 50px;
	height: 45px;
}
.index-search-form .search-icon {
	position: absolute;
	top: 0;
	left: 0;
	background: #FE4B2D;
	width: 45px;
	height: 45px;
}
.index-search-form .search-icon img{
	display: block;
	margin: 1.25rem auto 0;
	width: 20px;
	height: auto;
}
/*-- index-pickup --*/
#index-pickup {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto 5.0rem;
	padding: 0 2.0rem;
}
.carousel-container {
	position: relative;
	overflow: hidden;
}
.carousel-track {
  display: flex;
  transition: transform 0.5s;
  gap: 20px;
}
.carousel-slide {
  flex: 0 0 calc((100% - 40px) / 3);
  box-sizing: border-box;
  background: #eee;
  border-radius: 0.8rem;
  min-width: 0;
  height: 100%;
}
.carousel-slide img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
}
.carousel-prev,
.carousel-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.5);
	color: white;
	border: none;
	font-size: 24px;
	cursor: pointer;
	padding: 10px;
	z-index: 10;
}
.carousel-prev { left: 10px; }
.carousel-next { right: 10px; }
.carousel-slide a{
	display: block;
	background: #fff;
	border-radius: 10px;
}
.carousel-slide-detail {
	padding: 2.0rem;
}
.carousel-slide-detail-time {
	display: flex;
	justify-content: space-between;
	font-size: 1.4rem;
	margin-bottom: 1.0rem;
}
.carousel-slide-detail h3{
	overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
}
.carousel-slide-detail-time .cat-name {
	position: relative;
	padding-left: 2.0rem;
}
.carousel-slide-detail-time .cat-name:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: url("/wp-content/themes/recruitmap/assets/common/icon/icon_folder.svg") no-repeat center center;
	width: 15px;
	height: 15px;
}
.carousel-slide-detail-time time {
	position: relative;
	padding-left: 2.0rem;
}
.carousel-slide-detail-time time:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: url("/wp-content/themes/recruitmap/assets/common/icon/icon_calendar.svg") no-repeat center center;
	width: 15px;
	height: 15px;
}
/*-- index-agent --*/
#index-agent {
	position: relative;
	background: url("/wp-content/themes/recruitmap/assets/images/index/bg_index-about.webp") no-repeat right top 20% / cover;
	width: 100%;
	height: 400px;
}
.index-agent-box {
	position: absolute;
	top: 50%;
	left: 5.0rem;
	transform: translateY(-50%);
}
.index-agent-box .pr-txt {
	color: #FE4B2D;
	font-size: 5.5rem;
	font-weight: 900;
}
.index-agent-box h2{
	font-size: 3.5rem;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 1.5rem;
}
.index-agent-box h3{
	line-height: 1;
	margin-bottom: 1.5rem;
}
/*-- index-works --*/
#index-works{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto 5.0rem;
	padding: 0 2.0rem;
}
.index-works-list-wrap {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 5.0rem;
}
.index-works-list {
	display: grid;
	gap: 20px;
}
.index-works-list.row1 {
	grid-template-columns: repeat(4, 300px);
	justify-content: center;
	width: 100%;
	margin-bottom: 2.0rem;
}
.index-works-list.row2 {
	grid-template-columns: repeat(3, 300px);
	width: 100%;
	justify-content: center;
}
.index-works-list li{
	background: #fff;
	text-align: center;
	border-radius: 0.8rem;
	padding: 3.0rem 2.0rem;
}
.index-works-list li .image {
	width: 100px;
	margin: 0 auto 2.0rem;
}
.index-works-list li h2{
	font-size: 1.6rem;
}
/*-----------------------------------------------------------
カテゴリページ
-----------------------------------------------------------*/
#cat-container {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 2.0rem;
}
.cat-list li.item {
	background: #fff;
	padding: 5.0rem;
	margin-bottom: 5.0rem;
}
.cat-list li.item:last-child{
	margin-bottom: 0;
}
#catpost-container {
	width: 100%;
}
#catpost-container .cat-list{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 20px;
	padding: 0;
	margin: 0;
}
#catpost-container .cat-list li{
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	height: 100%;
	min-height: 280px;
	padding: 3.0rem;
}
#catpost-container .cat-list li a{
	display: block;
	width: 100%;
	height: 100%;
}
#catpost-container .cat-list li a .image{
	width: 100%;
	aspect-ratio: 16/9;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
#catpost-container .cat-list li a .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease;
}
#catpost-container .cat-list li a:hover .image img {
	transform: scale(0.9);
}
#catpost-container .cat-list li a .detail {
	position: relative;
}
#catpost-container .cat-list li a .detail .date {
	position: absolute;
	top: -2.5rem;
	left: 0;
	font-size: 1.4rem;
	width: auto;
	display: block;
	padding: 1.0rem 2.0rem;
	background: #fff;
}
#catpost-container .cat-list li a .detail .date time{
	position: relative;
}
#catpost-container .cat-list li a .detail .date time:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -1.5rem;
	width: 10px;
	height: 2px;
	background: #FE4B2D;
}
#catpost-container .cat-list li a h2{
	padding-top: 2.0rem;
	font-size: 1.8rem;
	line-height: 1.4;
}
/*-----------------------------------------------------------
求人
-----------------------------------------------------------*/
.job-header .job-header-icon {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 1.0rem;
}
.job-header .job-header-icon li{
	font-size: 1.2rem;
	color: #fff;
	background: #FE4B2D;
	padding: 0.5rem 0;
	width: 100px;
	text-align: center;
	margin-right: 2.0rem;
}
.job-header .job-header-icon li:last-child{
	margin-right: 0;
}
.job-ttl {
	font-size: 3.0rem;
	font-weight: 900;
	line-height: 1.2;
	padding-bottom: 2.0rem;
	margin-bottom: 2.0rem;
}
.job-subttl {
	border-left: 5px solid #FE4B2D;
	padding-left: 1.0rem;
	margin-bottom: 2.0rem;
	font-weight: 900;
}
.job-table {
	width: 100%;
	margin-bottom: 5.0rem;
}
.job-table tr th:first-child{
	border-top: 1px solid #FE4B2D;
}
.job-table tr td:nth-child(2) {
	border-top: 1px solid #FFE5B4;
}
.job-table tr th{
	width: 100px;
	padding: 1.0rem 2.0rem;
	vertical-align: text-top;
	border-bottom: 1px solid #FE4B2D;
}
.job-table tr td{
	width: calc( 100% - 100px );
	padding: 1.0rem 2.0rem;
	border-bottom: 1px solid #FFE5B4;
}
.rubi {
	font-size: 1.4rem;
	text-indent: -1.8rem;
	padding-left: 1.8rem;
}
/*-----------------------------------------------------------
post
-----------------------------------------------------------*/
#container.two-columns {
	margin-bottom: 5.0rem;
}
#container.two-columns main{
	margin-bottom: 0;
}
#post-container {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 2.0rem;
}
#post-container.other {
	background: none;
	padding: 0 2.0rem;
}
#post-container article{
	background: #fff;
	padding: 5.0rem;
}
.post-header {
	border-top: 1px solid #FE4B2D;
	border-left: 1px solid #FE4B2D;
}
.cat-name {
	margin-top: -1px;
}
.cat-name a{
	display: inline-block;
	color: #fff;
	background: #FE4B2D;
	border-right: 1px solid #FE4B2D;
	border-bottom: 1px solid #FE4B2D;
	line-height: 1;
	padding: 0.5rem 1.5rem 0.75rem;
	transition: .5s;
	font-weight: 700;
}
.cat-name a:hover{
	color: #FE4B2D;
	background: #fff;
}
.post-ttl-box {
	padding: 2.0rem;	
}
.post-ttl {
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: 1.0rem;
}
.post-detail time{
	position: relative;
	line-height: 1;
	padding-left: 2.0rem;
}
.post-detail time:before{
	position: absolute;
	top: 55%;
	left: 0;
	transform: translateY(-50%);
	content: "\e906";
		font-family: 'icomoon';
		font-size: 1.4rem;
}
.post-content {
	border-right: 1px solid #FE4B2D;
	border-bottom: 1px solid #FE4B2D;
	padding: 0 5.0rem 5.0rem;
}
.post-content img{
	display: block;
	width: 85%;
	margin: 0 auto 3.0rem;
}
.post-content p{
	display: block;
	margin-bottom: 3.0rem;
}
.post-content h2{
	position: relative;
	font-weight: 900;
	margin-bottom: 3.5rem;
}
.post-content h2:before{
	content: "";
	position: absolute;
	bottom: -0.5rem;
	left: 0;
	width: 150px;
	height: 3px;
	background: #FE4B2D;
	z-index: 1;
}
.post-content h2:after{
	content: "";
	position: absolute;
	bottom: -0.5rem;
	left: 0;
	width: 100%;
	height: 3px;
	background: #ddd;
	z-index: 0;
}
.post-content h3{
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #FE4B2D;
	border-top: 1px solid #FE4B2D;
	color: #FE4B2D;
	padding: 0.5rem 0;
	font-weight: 900;
}

.post-content b{
	background: linear-gradient(transparent 0%, transparent 50%, #7FDBFF 50%, #7FDBFF 100%);
		font-weight: 700;
}
.post-content ul{
	margin-bottom: 3.0rem;
	list-style: outside square;
	padding-left: 2.0rem;
}
.post-content ul li{
	margin-bottom: 1.0rem;
}
.post-content ul li:last-child{
	margin-bottom: 0;
}
.post-content table{
	width: 100%;
	border-left: 1px solid #FE4B2D;
}
.post-content table tr th, .post-content table tr td{
	padding: 1.0rem;
	text-align: left;
	border-right: 1px solid #FE4B2D;
	border-bottom: 1px solid #FE4B2D;
}
.post-content table tr th{
	background: #FE4B2D;
	color: #fff;
}
#toc {
	background: #f7f7f7;
	margin-bottom: 3.0rem;
}
#toc:before{
	content: "目次";
	width: 100%;
	display: block;
	font-size: 2.0rem;
	background: #FE4B2D;
	color: #fff;
	text-align: center;
	padding: 0.5rem 0;
	font-weight: 900;
}
#toc ul{
	padding: 3.0rem 5.0rem;
	list-style: none;
}
#toc ul li{
	position: relative;
	border-left: 5px solid #FE4B2D;
	padding-left: 1.5rem;
	margin-bottom: 1.5rem;
	font-weight: 700;
}
#toc ul li:last-child{
	margin-bottom: 0;
}
#toggle-toc{position:fixed;top:100px;right:0;font-size:1.6rem;font-weight:700;z-index:100000000000;background:#FE4B2D;color:#fff;padding:1rem 2rem 1rem 4rem;border:2px solid #FE4B2D;transition:.3s}#toggle-toc:hover{background:#fff;color:#FE4B2D}#toggle-toc:before{content:"";background:url(/wp-content/themes/recruitmap/assets/common/icon/icon_cal.svg) no-repeat center center;width:20px;height:20px;position:absolute;top:50%;left:1.5rem;transform:translate(0,-50%)}#toggle-toc:hover:before{content:"";background:url(/wp-content/themes/recruitmap/assets/common/icon/icon_cal_on.svg) no-repeat center center;width:20px;height:20px;position:absolute;top:50%;left:1.5rem;transform:translate(0,-50%)}#fixed-toc{position:fixed;top:104px;right:0;width:450px;font-size:1.2rem;background:#fff}#fixed-toc #toc{background:#fff;padding:7rem 2rem 3.5rem;margin-bottom:0}#fixed-toc #toc a.active{color:#333;font-weight:900}.toc-wrapper{max-height:0;opacity:0;overflow:hidden;transition:max-height 0.5s ease-out,opacity 0.5s ease-out}.toc-wrapper.show{max-height:500px;opacity:1}
/*-----------------------------------------------------------
recruit
-----------------------------------------------------------*/
.job-important-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.job-important-box .job-important-box-L {
	width: 50%;
	padding: 2.0rem 3.0rem 2.0rem 0;
}
.job-important-box .job-important-box-R {
	width: 50%;
	padding: 2.0rem 0 2.0rem 3.0rem;
}
.job-important-ttl {
	font-weight: 900;
	margin-bottom: 2.0rem;
	border-bottom: 1px solid #ddd;
}

.job-important-box ul {
	list-style: outside square;
	padding-left: 2.0rem;
	margin-bottom: 2.5rem;
}
.job-important-box ul li{
	margin-bottom: 0.5rem;
}
.job-important-box ul.job-important-list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding-left: 0;
}
.job-important-box ul.job-important-list li{
	list-style: none;
	padding-left: 0;
	width: 22%;
	text-align: center;
	font-size: 1.2rem;
	border: 1px solid #FE4B2D;
	color: #FE4B2D;
	margin-right: 4%;
	margin-bottom: 1.0rem;
}
.job-important-box ul.job-important-list li:nth-child(4n){
	margin-right: 0;
}
.job-detail-table {
	width: 100%;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	margin-bottom: 5.0rem;
}
.job-detail-table tr th, .job-detail-table tr td{
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 2.0rem;
	vertical-align: top; 
}
.job-detail-table tr th{
	width: 200px;
	text-align: left;
	background: #f7f7f7;
}
.job-flow {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.job-flow-L {
	width: 50%;
	padding: 2.0rem 3.0rem 2.0rem 0;
}
.job-flow-L li{
	display: flex;
	justify-content: flex-start;
}
.job-flow-L ul li span.col {
	width: 200px;
}
.job-flow-R {
	width: 50%;
	padding: 2.0rem 0 2.0rem 3.0rem;
}
.job-flow-R ul li{
	position: relative;
	padding-left: 11.0rem;
	font-weight: 700;
	margin-bottom: 2.0rem;
}
.job-flow-R ul li:before{
	font-size: 1.2rem;
	padding: .5rem 2.0rem;
	background: #FE4B2D;
	color: #fff;
	font-weight: 700;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.job-flow-R ul li:last-child{
	margin-bottom: 0;
}
.job-flow-R ul li:first-child:before{
	content: "STEP 01";
}
.job-flow-R ul li:nth-child(2):before{
	content: "STEP 02";
}
.job-flow-R ul li:nth-child(3):before{
	content: "STEP 03";
}
.job-flow-R ul li:nth-child(4):before{
	content: "STEP 04";
}
.job-flow-B {
	width: 100%;
}
.job-flow-B-box {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.job-flow-B-box-L {
	width: 50%;
	padding: 2.0rem 3.0rem 2.0rem 0;
}
.job-flow-B-box-R {
	width: 50%;
	padding: 2.0rem 0 2.0rem 3.0rem;
}
/*-----------------------------------------------------------
information
-----------------------------------------------------------*/
.information-list li{
	padding: 2.0rem 0;
	border-bottom: 1px solid #ddd;
	display: flex;
}
.information-list li span.item {
	width: 200px;
}
/*-----------------------------------------------------------
お問い合わせ
-----------------------------------------------------------*/
#container.two-columns-contact {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto 5.0rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	padding: 0 2.0rem;
}
#container.two-columns-contact main{
	margin-bottom: 0;
	padding: 5.0rem;
	background: #fff;
	height: 100%;
}
#container.two-columns-contact main a{
	color: #FE4B2D;
}
#container.two-columns-contact main #post-container {
	padding: 0;
	height: 100%;
}
#container.two-columns-contact main #post-container article{
	padding: 0;
	display: flex;
	flex-direction: column;
	height: 100%;
}
#container.two-columns-contact main #post-container h4{
	font-size: 2.1rem;
	margin-bottom: 1.0rem;
}
#container.two-columns-contact main #post-container ul{
	list-style: outside square;
	padding-left: 2.1rem;
	margin-bottom: 2.0rem;
}
#container.two-columns-contact main #post-container .contact-tel-no {
	position: relative;
	font-size: 5.0rem;
	font-weight: 900;
	line-height: 1;
	padding-left: 4.0rem;
}
#container.two-columns-contact main #post-container .contact-tel-no:before{
	content: "";
	position: absolute;
	top: 1.0rem;
	left: 0;
	background: url("/wp-content/themes/recruitmap/assets/common/icon/phone-solid.svg") no-repeat center center / contain;
	width: 35px;
	height: 35px;
}
#container.two-columns-contact .contact-form {
    width: 100%;
    background: rgb(255, 255, 255);
    padding: 5rem;
    overflow: hidden;
}
.contact-form dl{
	width: 100%;
	display: grid;
	grid-template-columns: 150px 1fr;
	gap: 2rem;
	margin-bottom: 2.0rem;
}
.contact-form dl dt{
	padding: 1.0rem 0;
}
.contact-form dl dd input, .contact-form dl dd textarea{
	border: 1px solid #d9d9d9;
	width: 100%;
	padding: 1.0rem;
}
.grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
}
#container.two-columns-contact .contact-form dl dd input.no-tel {
	width: 30%;
}
button.recruit-contact-btn {
	width: 100%;
	background: #FE4B2D;
	border: 1px solid #FE4B2D;
	transition: .5s;
	color: #fff;
	padding: 1.0rem 0;
}
button.recruit-contact-btn:hover {
	color: #FE4B2D;
	background: #fff;
}
.top-auto {
	margin-top: auto;
}
.contact-info {
	border: 1px solid #333;
	padding: 2.0rem;
	width: 50%;
	margin: 0 auto;
}
.contact-form a{
	color: #FE4B2D;
}



























