@charset "UTF-8";
/* サンクスページ */


.br {
  display: none;
}

.txt24 {
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 28px;	
	text-align: center;
	letter-spacing: 0.16em;
	color: #333333;
}

.thx {
  overflow: hidden;
  margin: 180px auto 120px;
  width: 70%;
  text-align: center;
  background: #F2F2F2;
  color: #fff;
  padding: 40px 20px;
}

.tht-box2 {
  margin: 40px auto;
}

.top-box .top {
  display: inline-block;
  border: 1px solid #fff;
  width: 280px;
}

.top-box .top:hover {
  background: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}

.top-box .top:hover .txt16 {
  color: #AA9E91;
}

.txt16{
	font-family: Noto Sans JP;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 29px;
text-align: center;
letter-spacing: 0.08em;
color: #333333;
}

@media screen and (max-width: 750px) {
  .thx {
    width: 90%;
    margin: 120px auto;
  }
}

@media screen and (max-width: 600px) {
  .top-box .top {
    width: 200px;
  }
  .txt24 {
    font-size: 18px;
  }
  .txt16 {
    font-size: 12px;
  }
}

@media screen and (max-width: 500px) {
  .br {
    display: block;
  }
}

@media screen and (max-width: 350px) {
  .thx .txt16.t-10 {
    font-size: 10px;
  }
}



.linkBtnContainer {
	text-align: center;
}

@media (max-width: 764px) {
	.linkBtnContainer {
			text-align: center;
	}
}

.linkBtn {
	position: relative;
	margin-top: 40px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	max-width: 240px;
	border-radius: 40px;
	background: #ffffff;
	border: 2px solid #ee6406;
	box-sizing: border-box;
	border-radius: 50px;
	transition: 0.4s;
}

@media (max-width: 764px) {
	.linkBtn {
			margin-top: 20px;
	}
}

.linkBtn .btnText {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #ee6406;
	padding: 20px 50px;
}

.linkBtn .News {
	padding: 5px 25px;
}

.linkBtn .society {
	padding: 20px 60px;
}

.linkBtn .recruit {
	padding: 20px 40px;
}

.linkBtn .blog {
	padding: 20px 30px;
}

.linkBtn:hover {
	background-color: #ee6406;
	transition: 0.6s;
}

.linkBtn:hover .btnText {
	color: #fff;
	transition: 0.6s;
}

.linkBtn:hover .arrowDecoration::before {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transition: 0.6s;
}

.arrow::before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.arrow::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.arrowDecoration::before {
	right: -28px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #ee6406;
	border-right: 2px solid #ee6406;
	transform: rotate(45deg);
	transition: 0.6s;
}


/*# sourceMappingURL=thx.css.map */