/*============================================
メインビジュアル
===========================================*/
#MainImg {
	height: 70vh;
	max-height: 8.00rem;
	min-height: 6.00rem;
	position: relative;
	margin-top: 0.90rem;
}

@media screen and (max-width: 599px) {
	#MainImg {
		height: auto;
		margin-top:0.67rem;
		background-color: #FFF;
		min-height: inherit;
	}
}

#MainImg .mv_ph_wrap {
	position: relative;
	height: 100%;
	overflow: hidden;
	display: flex !important;
	justify-content: space-between;
}

@media screen and (max-width: 599px) {
	#MainImg .mv_ph_wrap {
		display: none !important;
	}
}

#MainImg .mv_ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 左側サブ写真 */
#MainImg .mv_ph_wrap .ph_left_wrap {
	width: 50%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

#MainImg .mv_ph_wrap .ph_left_wrap .ph_upper,
#MainImg .mv_ph_wrap .ph_left_wrap .ph_bottom {
	height: 30%;
	display: flex;
	justify-content: space-between;
}

#MainImg .mv_ph_wrap .ph_left_wrap .ph_box {
	width: calc(50% - 1px);
	height: 100%;
}

#MainImg .mv_ph_wrap .ph_left_wrap .textbox {
	background-color: #111;
	color: #FFF;
	height: 40%;
	box-sizing: border-box;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	position: relative;
}

#MainImg .mv_ph_wrap .ph_left_wrap .textbox .text_wrap {
	width: max-content;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

#MainImg .mv_ph_wrap .ph_left_wrap .textbox .catch {
	font-size: 0.30rem;
	font-weight: 700;
	letter-spacing: 0.20em;
}

@media screen and (max-width: 1280px) {
	#MainImg .mv_ph_wrap .ph_left_wrap .textbox .catch {
		font-size: 0.27rem;
	}
}

#MainImg .mv_ph_wrap .ph_left_wrap .textbox .title {
	font-family: 'Oswald', sans-serif;
	font-size: 0.62rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	padding-top: 0.20rem;
}

@media screen and (max-width: 1280px) {
	#MainImg .mv_ph_wrap .ph_left_wrap .textbox .title {
		font-size: 0.56rem;
	}
}

/* 右側メイン写真 */
#MainImg .mv_ph_wrap .ph_right_wrap {
	width: 50%;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
	border-left: 2px solid #FFF;
	position: relative;
}

#MainImg .mv_ph_wrap .ph_right_wrap img {
	object-position: top;
}

/*============================================
メッセージ
===========================================*/
#MessageBox {
	overflow: hidden;
	padding-bottom: 0.60rem;
	max-width: 10.80rem;
	margin: auto;
}

@media screen and (max-width: 599px) {
	#MessageBox {
		padding-bottom: 0.30rem;
	}
}

#MessageBox .text {
	font-size: 0.18rem;
	line-height: 1.8;
	text-align: center;
	letter-spacing: 0.075em;
	font-weight: 300;
	padding-bottom: 0.30rem;
}

@media screen and (max-width: 599px) {
	#MessageBox .text {
		font-size: 0.15rem;
		text-align: justify;
		line-height: 1.875;
	}
}

#MessageLeft {
	width: 49%;
	float: left;
	overflow: hidden;
	position: relative;
	background: url(../img/top_mess_ph01.jpg) no-repeat left center;
	background-size: auto 100%;
	transition: all 0.3s ease;
}

@media screen and (max-width: 599px) {
	#MessageLeft {
		width: 100%;
		float: none;
		background-size: 40% auto;
	}
}

#MessageRight {
	width: 49%;
	float: right;
	overflow: hidden;
	position: relative;
	background: url(../img/top_mess_ph02.jpg) no-repeat left center;
	background-size: auto 100%;
	transition: all 0.3s ease;
}

@media screen and (max-width: 599px) {
	#MessageRight {
		width: 100%;
		float: none;
		margin-top: 0.20rem;
		background-size: 40% auto;
	}
}

#MessageLeft a,
#MessageRight a {
	display: block;
	text-decoration: none;
	color: #FFF;
}

.MessageText {
	margin-left: 2.00rem;
	padding: 1.20rem 0;
	text-align: center;
	letter-spacing: 0.05em;
	position: relative;
	transition: all 0.3s ease;
}

@media screen and (max-width: 599px) {
	.MessageText {
		margin-left: 1.20rem;
		padding: 0.40rem 0;
	}
}

#MessageLeft:hover {
	background: url(../img/top_mess_ph01.jpg) no-repeat -20px center;
	background-size: auto 100%;
}

@media screen and (max-width: 599px) {
	#MessageLeft:hover {
		background: url(../img/top_mess_ph01.jpg) no-repeat left center;
		background-size: 40% auto;
	}
}

#MessageRight:hover {
	background: url(../img/top_mess_ph02.jpg) no-repeat -20px center;
	background-size: auto 100%;
}

@media screen and (max-width: 599px) {
	#MessageRight:hover {
		background: url(../img/top_mess_ph02.jpg) no-repeat left center;
		background-size: 40% auto;
	}
}

#MessageLeft:hover .MessageText,
#MessageRight:hover .MessageText {
	margin-left: 160px;
}

@media screen and (max-width: 599px) {
	#MessageLeft:hover .MessageText,
	#MessageRight:hover .MessageText {
		margin-left: 1.20rem;
	}
}

#MessageLeft:hover .ReadMore,
#MessageRight:hover .ReadMore {
	opacity: 1;
}

#MessageLeft .MessageText {
	background: #00A0E2;
}

#MessageRight .MessageText {
	background: #222;
}

.MessageText h4 {
	font-size: 0.24rem;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}

@media screen and (max-width: 599px) {
	.MessageText h4 {
		font-size: 0.15rem;
	}
}

.MessageText h4 span {
	font-weight: 400;
	font-size: 0.20rem;
	display: inline-block;
	padding-left: 0.10rem;
	opacity: 0.7;
}

@media screen and (max-width: 599px) {
	.MessageText h4 span {
		font-size: 0.15rem;
	}
}

.MessageText i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -12px;
	font-size: 3.6em;
}

#MessageBox .ReadMore {
	position: absolute;
	bottom: 50px;
	text-align: center;
	width: 100%;
	font-size: 0.14rem;
	opacity: 0;
	transition: all 0.3s ease;
}

@media screen and (max-width: 599px) {
	#MessageBox .ReadMore {
		position: relative;
		bottom: auto;
		opacity: 1;
		font-size: 0.12rem;
		padding-top: 0.30rem;
	}
}

#MessageBox .ReadMore strong {
	border-bottom: 2px solid #FFF;
	padding-bottom: 3px;
}

#MessageLeft .MessageText i {
	color: #00A0E2;
}

#MessageRight .MessageText i {
	color: #222;
}

#MessageLeft .MessageText .text,
#MessageRight .MessageText .text {
	font-size: 0.15rem;
	padding-bottom: 0;
}

@media screen and (max-width: 599px) {
	#MessageLeft .MessageText .text,
	#MessageRight .MessageText .text {
		font-size: 0.13rem;
		text-align: center;
	}
}

#MessageSenpai {
	padding-top: 0.20rem;
	clear: both;
}

#MessageSenpai a:hover {
	opacity: 0.7;
}

/* TAXINEXT始動 */
.taxinext_wrap {
	padding: 20px 0;
}

.taxinext_wrap .taxinext_logo {
	width: 2.50rem;
	margin: auto;
	padding-bottom: 0.15rem;
}


/*============================================
職種について
===========================================*/
#CategoryBoxWrapper {
	overflow: hidden;
	padding-bottom: 0.60rem;
	position: relative;
	clear: both;
	background: #EDF7FD;
}

@media screen and (max-width: 599px) {
	#CategoryBoxWrapper {
		padding-bottom: 0.30rem;
	}
}

#CategoryBoxWrapper::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.30rem 0.50rem 0 0.50rem;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width: 599px) {
	#CategoryBoxWrapper::before {
		border-width: 0.20rem 0.25rem 0 0.25rem;
	}
}

#CategoryBox {
	overflow: hidden;
	max-width: 10.80rem;
	margin: auto;
	position: relative;
	padding-top: 0.80rem;
}

@media screen and (max-width: 599px) {
	#CategoryBox {
		padding-top: 0.30rem;
	}
}

#CategoryBox01 {
	background: url(../img/category_ph01.jpg) no-repeat right center;
	background-size: auto 100%;
	transition: all 0.3s ease;
	margin-bottom: 0.30rem;
}

@media screen and (max-width: 599px) {
	#CategoryBox01 {
		background: url(../img/category_ph01.jpg) no-repeat 0 0;
		background-size: 100% auto;
		margin-bottom: 0;
		padding-top: 1.80rem;
	}
}

.CategoryText {
	background: #FFF;
	padding: 0.40rem;
	position: relative;
	width: 50%;
	box-sizing: border-box;
	transition: all 0.3s ease;
}

@media screen and (max-width: 599px) {
	.CategoryText {
		padding: 0.20rem;
		width: 100%;
	}
}

#CategoryBox a {
	color: #333;
	text-decoration: none;
	display: block;
}

#CategoryBox h4 {
	color: #00A0E2;
	font-size: 0.32rem;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 0.03em;
	padding-bottom: 1.00rem;
}

@media screen and (max-width: 599px) {
	#CategoryBox h4 {
		font-size: 0.22rem;
		padding-bottom: 0.10rem;
	}
}

#CategoryBox h4 span {
	font-size: 0.15rem;
	display: block;
}

@media screen and (max-width: 599px) {
	#CategoryBox h4 span {
		font-size: 0.13rem;
	}
}

#CategoryBox .ReadMore {
	border: 1px solid #00A0E2;
	padding: 0.10rem 0.25rem 0.12rem;
	line-height: 1.4;
	font-size: 0.16rem;
	color: #00A0E2;
	display: inline-block;
	transition: all 0.3s ease;
	background: #FFF;
}

@media screen and (max-width: 599px) {
	#CategoryBox .ReadMore {
		padding: 0.10rem 0 0.12rem;
		font-size: 0.14rem;
		display: block;
		text-align: center;
	}
}

#CategoryBox .ReadMore i {
	padding-right: 10px;
}

#CategoryBox01 .CategoryArrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0.30rem;
	color: #FFF;
	right: -10px;
	transition: all 0.3s ease;
}

@media screen and (max-width: 599px) {
	#CategoryBox01 .CategoryArrow {
		display: none;
	}
}

#CategoryBox01:hover {
	background: url(../img/category_ph01.jpg) no-repeat 105% center;
	background-size: auto 100%;
}

@media screen and (max-width: 599px) {
	#CategoryBox01:hover {
		background: url(../img/category_ph01.jpg) no-repeat 0 0;
		background-size: 100% auto;
	}
}

#CategoryBox01:hover .CategoryText {
	width: 500px;
	background: #00A0E2;
	color: #FFF;
}

@media screen and (max-width: 599px) {
	#CategoryBox01:hover .CategoryText {
		width: 100%;
		color: #FFF;
	}
	#CategoryBox01:hover .CategoryText h4 {
		color: #FFF;
	}
}

#CategoryBox01:hover .CategoryText {
	color: #FFF;
}

#CategoryBox01:hover .CategoryArrow {
	color: #00A0E2;
}




/*============================================
よくある質問
===========================================*/
#FaqBoxWrapper {
	overflow: hidden;
	padding-bottom: 0.60rem;
	position: relative;
	clear: both;
}

@media screen and (max-width: 599px) {
	#FaqBoxWrapper {
		padding-bottom: 0.30rem;
	}
}

#FaqBoxWrapper::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.30rem 0.50rem 0 0.50rem;
	border-color: #EDF7FD transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width: 599px) {
	#FaqBoxWrapper::before {
		border-width: 0.20rem 0.25rem 0 0.25rem;
	}
}

#FaqBox {
	overflow: hidden;
	max-width: 10.80rem;
	margin: auto;
	position: relative;
	padding-top: 0.80rem;
}

@media screen and (max-width: 599px) {
	#FaqBox {
		padding-top: 0.40rem;
	}
}

#FaqBox .ContArrow {
	color: #EDF7FD
}

#FaqBox h4 {
	font-size: 0.20rem;
	font-weight: 700;
	border-bottom: 2px solid #00A0E2;
	padding-bottom: 0.10rem;
	padding-top: 0.10rem;
	text-align: center;
}

@media screen and (max-width: 599px) {
	#FaqBox h4 {
		font-size: 0.16rem;
	}
}

.FaqCont {
	padding-top: 0.20rem;
	clear: both;
}

.FaqCont dt {
	background: #F1F1F1;
	padding: 0.10rem;
	font-size: 0.16rem;
	position: relative;
	line-height: 1.5;
	cursor: pointer;
	padding-right: 0.40rem;
}

@media screen and (max-width: 599px) {
	.FaqCont dt {
		font-size: 0.15rem;
	}
}

.FaqCont dt::before {
	content: "Q.";
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	padding-right: 0.10rem;
	color: #00A0E2;
}

.FaqCont dt .icon {
	position: absolute;
	width: 15px;
	height: 15px;
	right: 0.15rem;
	top: 50%;
	transform: translateY(-50%);
}

.FaqCont dt .icon::before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #00A0E2;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.FaqCont dt .icon::after {
	content: "";
	width: 1px;
	height: 100%;
	background-color: #00A0E2;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.3s;
}

.FaqCont dt.open .icon::after {
	transform: translateX(-50%) rotate(90deg);
}

.FaqCont dd {
	padding: 0.15rem;
	font-size: 0.15rem;
	line-height: 1.875;
	display: none;
}

@media screen and (max-width: 599px) {
	.FaqCont dd {
		padding: 0.10rem 0;
		font-size: 0.14rem;
		text-align: justify;
	}
}

#faq02,
#faq03 {
	margin-top: 40px;
}
