@charset "utf-8";

/*
Theme Name: company
Theme URI: http://sphere-links.co.jp/
Description: company
Version: 1.0
Author: sphere-links
Author URI: http://sphere-links.co.jp/
Tags: company

*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ul, ol {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	transition: 0.5s;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
/*************************************************************

ここまでリセット

*************************************************************/
/*共通*/
/*全体のフォントサイズを指定、remでbodyに引っ張られないようにする*/
html {
	font-size: 62.5%;
}
body {
	font-size: 1.6rem;
	line-height: normal; /*詰まりすぎを防ぐ*/
	color: #000000;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
/*全体のフォントサイズを指定*/
a {
	color: #000000;
	text-decoration: none;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
.clearfix:after {
	display: table;
	clear: both;
	content: "";
}
div {
	box-sizing: border-box;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff !important;
    height: 120px;
	box-sizing: border-box;
	z-index: 30;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

header.fixed {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
    background: #fff;
}

.under header {
	border-bottom: 2px solid #CAB274;
}
.header_top {
	display: flex;
	justify-content: space-between;
	background: #1f2a62;
	color: #fff;
	align-items: center;
	padding: 0 20px;
	box-sizing: border-box;
}
.header_top h1,
.header_top p {
    font-size: 1.2rem;
    width: 60%;
    color: #fff;
}
.header_top ul {
	display: flex;
	margin-left: auto;
}
.header_top ul li {
	padding: 5px 0;
	padding-left: 25px;
	box-sizing: border-box;
	margin-right: 18px;
	white-space: nowrap;
}
.header_top ul li:first-child {
	background: url(../../images/renewal/header_icon1.png) no-repeat left top 11px;
	background-size: 21px auto;
}
.header_top ul li:nth-child(2) {
	background: url(../../images/renewal/header_icon2.png) no-repeat left top 10px;
	background-size: 15px auto;
}
.header_top ul li:nth-child(3) {
	background: url(../../images/renewal/header_icon3.png) no-repeat left top 12px;
	background-size: 18px auto;
}
.c_nav .header_top ul li:first-child {
	background: url(../../images/renewal/header_icon1.png) no-repeat left top 6px;
	background-size: 23px auto;
}
.c_nav .header_top ul li:nth-child(2) {
	background: url(../../images/renewal/header_icon2.png) no-repeat left top 5px;
	background-size: 17px auto;
}
.c_nav .header_top ul li:nth-child(3) {
	background: url(../../images/renewal/header_icon3.png) no-repeat left top 7px;
	background-size: 20px auto;
}
.header_top ul li a {
	color: #fff;
	/* font-size: 1.3rem; */
}
.header_top ul li.bg {
	margin-right: 0;
	padding-right: 25px;
}
.header_top ul li.bg.bg1 {
	background: url(../../images/renewal/header_icon4.png) no-repeat left 10px center #068E6E;
	padding-left: 30px;
}
.header_top ul li.bg.bg2 {
	background: #FE6A06;
}
.header_top .contents_box {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1220px;
}
.header_top ul li a {
    font-size: 1.2rem;
	}
.logo {
	max-width: 470px;
	width: 30%;
}
.logo a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.logo a img {
	width: 140px;
	margin-right: 10px;
}
.c_nav .logo a img {
	width: 140px;
}
.logo span {
	font-size: 0.8rem;
	font-weight: normal;
	font-family: 'Noto Serif JP', sans-serif;
}
.logo span.big {
	font-size: 1rem;
}
.header_box {
	display: flex;
	justify-content: space-between;
	position: relative;
	align-items: center;
	/* padding: 9px 25px 0; */
	padding: 5px 10px 0;
	margin: 0 auto;
}
.c_nav .header_box {
	padding: 0 25px;
}
.header_box .flex {
	max-width: 1400px;
	display: flex;
	justify-content: space-between;
	text-align: center;
	width: 98%;
	align-items: center;
	margin: 0 auto;
	padding: 0;
}
.header_box .right_box {
	width: 25%;
	max-width: 360px;
}
@media screen and (max-width: 1200px) {
	.header_box {
		width: 98%;
	}
}
/*ナビ*/
#g_nav {
	width: 69%;
	align-items: flex-end;
	margin-left: auto;
	margin-right: 0;
}
#g_nav .nav_box {
	display: flex;
	margin-left: auto;
}
#g_nav .header_btn {
    margin: 0 0 7px;
    margin-left: auto;
    max-width: 270px;
}
.c_nav #g_nav .header_btn {
	max-width: 240px;
	padding-top: 11px;
	margin-left: 0;
}

#g_nav #pre_logout{
	max-width: 111px;
}
#g_nav #pre_logout a{
    color: #fff;
    font-size: 12px;
    background-color: #9FA0A0;
    border-radius: 40px;
    display: flex;
    padding: 10px 0;
    justify-content: center;
}
#g_nav #pre_logout a::after{
    content: '';
    background: url(../../images/renewal/logout_icon.svg);
    margin-left: 16px;
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    position: relative;
    top: 0;
    bottom: 0;
    margin: auto 0;
    margin-left: 3px;
}
#pre_logout_sp{
	max-width: 111px;
	position: relative;
}
#pre_logout_sp a{
    color: #fff;
    font-size: 12px;
    background-color: #9FA0A0;
    border-radius: 40px;
    display: flex;
    padding: 10px 0;
    justify-content: center;
}
#pre_logout_sp a::after{
    content: '';
    background: url(../../images/renewal/logout_icon.svg);
    margin-left: 16px;
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    position: relative;
    top: 0;
    bottom: 0;
    margin: auto 0;
    margin-left: 3px;
}


.right_box p {
	font-size: 1.1rem;
	margin-bottom: 5px;
}
#g_nav ul.btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.c_nav_h1 {
	background: #2d4052;
	color: #fff;
	padding: 6px 0;
}
.c_nav_h1 p {
	max-width: 1220px;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 1.2rem;
	margin: 0 auto;
	font-weight: bold;
}
.clone_nav .c_nav_h1 {
	display: none;
}
#g_nav .clone_nav {
	width: 100%;
	overflow: hidden;
	max-width: 1320px;
	margin: 0 auto;
}
#g_nav ul, .c_nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #fff;
	width: 100%;
	overflow: hidden;
	margin-left: auto;
	display: flex;
	justify-content: flex-end;
}
#g_nav .nav_box ul li, .c_nav .nav_box ul li {
    position: relative;
    margin: 0;
    display: block;
    box-sizing: border-box;
    text-align: left;
    font-size: 1.4rem;
    padding: 0 20px;
    border-right: 2px dotted #ff6f00;
}
#g_nav .nav_box ul li{
	font-size: 1.2rem;
}
#g_nav .nav_box ul li{
	padding: 0 9px;
	white-space: nowrap;
}

#g_nav .nav_box ul li:last-child, .c_nav .nav_box ul li:last-child {
	border-right: none;
}
#g_nav ul.dropdown, .c_nav ul.dropdown {
	display: none;
	position: absolute;
	padding: 0;
	width: 100%;
}
#g_nav ul.dropdown li, .c_nav ul.dropdown li {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 0;
}
#g_nav ul li a, .c_nav ul li a {
	display: block;
	box-sizing: border-box;
	font-weight: normal;
}
#g_nav ul li a {
	color: #1f2a62;
	font-weight: bold;
}

#g_nav ul.dropdown a, .c_nav ul.dropdown a {
	height: 35px;
	padding: 6px 0 0px;
}
#sp_g_nav {
	display: none;
}
/*ナビクローン用*/
.c_nav{
	display: none!important;
}
.c_nav #g_nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 0;
	max-width: 100%;
	width: 70%;
	flex-direction: row-reverse;
}
.c_nav {
	position: fixed;
	top: -120px;
	width: 100%;
	z-index: 15000;
	transition: top 0.25s;
	background-color: #fff;
	height: 90px;
	box-sizing: border-box;
	max-width: 100%;
}
.c_nav:before {
	content: "";
	position: absolute;
	top: -15px;
	left: 0;
	height: 5px;
	width: 100%;
	background: #f0dc8c;
}
.c_nav .nav_box {
	max-width: 1320px;
	margin: 0;
}
.visible {
	top: 0;
}

@media screen and (max-width: 1300px) {
	/* header {
    height: 90px;
} */
	/* .header_top h1 {
    font-size: 1rem;
} */
	/* .logo a img {
    width: 100px;
} */
/* .header_top ul li {
    padding: 0px 0;
    padding-left: 23px;
} */
	/* .header_top ul li:first-child {
    background: url(../../images/renewal/header_icon1.png) no-repeat left top 7px;
    background-size: 18px auto;
}
	.header_top ul li:nth-child(2) {
    background: url(../../images/renewal/header_icon2.png) no-repeat left top 6px;
    background-size: 12px auto;
}
	.header_top ul li:nth-child(3) {
    background: url(../../images/renewal/header_icon3.png) no-repeat left top 8px;
    background-size: 14px auto;
	} */
	/* .header_top ul li a {
    font-size: 1.1rem;
	} */
	/* .header_box {
    padding: 5px 25px 0;
	} */
	/* #g_nav ul li a,  */
	.c_nav ul li a {
		font-size: 1.2rem;
	}
	/* #g_nav .header_btn {
		margin: 0 0 5px;
		max-width: 170px;
		margin-left: auto;
	} */
	#g_nav #pre_logout{
	max-width: 111px;
	}
	/* #g_nav #pre_logout a {
		padding: 6px 0;
	} */
	 #pre_logout_sp{
		width: 111px;
		position: absolute;
		top: 59px;
        right: 49px;
		}
		#pre_logout_sp a {
			padding: 6px 0;
		}
	/* #g_nav .nav_box ul li,  */
	.c_nav .nav_box ul li {
		font-size: 1.4rem;
		padding: 0 5px;
	}
	.logo {
		width: 40%;
	}
	.c_nav #g_nav {
		width: 90%;
	}
}
@media screen and (max-width: 1200px) {
	/* #g_nav ul li a, */
	.c_nav ul li a {
		font-size: 1.2rem;
	}
	/* #g_nav .nav_box ul li, */
	 .c_nav .nav_box ul li {
		font-size: 1.2rem;
	}
	/* .header_top h1 {
		font-size: 1rem;
	} */
	.logo {
		width: 30%;
	}
}
@media screen and (max-width: 1100px) {
	#g_nav .nav_box ul li, .c_nav .nav_box ul li {
		padding: 0 8px;
	}
}

@media screen and (max-width: 834px) {
	.c_nav {
		display: none;
	}
	.header_top {
		display: none;
	}
	.header_top.header_top_sp {
		display: block;
	}
	.header_top ul li {
		padding: 10px 0;
		padding-left: 25px;
		box-sizing: border-box;
		margin-right: 20px;
	}
	.header_top ul li:first-child {
		background: url(../../images/renewal/header_icon1.png) no-repeat left top 13px;
		background-size: 20px auto;
	}
	.header_top ul li:nth-child(2) {
		background: url(../../images/renewal/header_icon2.png) no-repeat left top 12px;
		background-size: 15px auto;
	}
	.header_top ul li:nth-child(3) {
		background: url(../../images/renewal/header_icon3.png) no-repeat left top 12px;
		background-size: 20px auto;
		margin-right: 0;
	}
	header {
		height: 110px;
		border-bottom: 1px solid #A98855;
		box-sizing: border-box;
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 100;
		background: #fff;
	}
	.header_top ul {
		justify-content: center;
	}
	.c_nav {
		display: none !important;
	}
	.header_box, .h1_box {
		display: none;
	}
	#sp_g_nav {
		display: block;
		z-index: 20;
		width: 100%;
	}
	#sp_g_nav h1 {
		background: #2d4052;
		text-align: center;
		color: #fff;
		font-size: 1rem;
		padding: 5px 0;
		box-sizing: border-box;
	}
	#g_nav {
		display: none;
	}
	.sp_logo {
		position: absolute;
		top: 55px;
		left: 15px;
		text-align: left;
		width: 310px;
	}
	#pre_logo{
		top: 45px;
	}
	.sp_logo a {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-end;
		justify-content: space-between;
	}
	#pre_logo a{
		display: block;
	}
	.sp_logo img {
		width: 118px;
	}

    .sp_logo img.p_logo {
        margin-top: 5px;
    }
    .sp_logo a > span {
        font-weight: normal;
        padding-left: 0;
        margin-top: 1px;
        font-size: 0.8rem;
        display: block;
        font-family: 'Noto Serif JP', serif;
        width: 50%;
        line-height: 1.6;
    }
}
	.lg_m {
		text-align: right;
		height: 105px;
		background: #fff;
		box-sizing: border-box;
	}
	.favorite_link, .history_link, .menu-trigger {
		font-size: 1rem;
		text-align: center;
		padding-top: 17px;
		box-sizing: border-box;
	}
	.favorite_link {
		background: url("images/grade.png") no-repeat center top;
		width: 40px;
		height: 32px;
		position: absolute;
		top: 15px;
		right: 100px;
	}
	.history_link {
		background: url(../../images/renewal/alarm.png) no-repeat center top;
		width: 40px;
		height: 32px;
		position: absolute;
		top: 15px;
		right: 50px;
	}
	/*メニューの動き*/
	.menu-trigger, .menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
		cursor: pointer;
	}
	.menu-trigger {
		position: absolute;
		width: 40px;
		height: 32px;
		z-index: 10;
		right: 5px;
		top: 60px;
		padding-top: 22px;
	}
	.menu-trigger span {
		position: absolute;
		background: #1f2a62;
		width: 23px;
		height: 2px;
		left: 0;
		right: 0;
		margin: auto;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 5px;
	}
	.menu-trigger span:nth-of-type(2) {
		bottom: 11px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 18px;
	}
	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(15px) rotate(-45deg);
		transform: translateY(15px) rotate(-45deg);
		top: -2px;
	}
	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
		bottom: auto;
	}
	@media screen and (max-width: 1300px) {
		.menu-trigger {
			top: 61px;
		}	
	}


	/*メニューの動き END*/
	#sp_g_nav .sp_nav ul {
		display: block;
		padding: 50px 30px 30px;
		color: #fff;
		text-align: left;
	}
	#sp_g_nav .sp_nav ul.dropdown {
		border-top: 1px solid #fff;
	}
	.sp_nav {
		display: none;
		position: absolute;
		top: 105px;
		width: 100%;
		z-index: 3;
		height: calc(100vh - 60px);
		overflow-y: scroll;
		background: rgba(33, 37, 41, 0.9);
	}
	#sp_g_nav .sp_nav li {
		text-align: center;
		width: 100%;
		border-bottom: solid 1px #434f56;
		position: relative;
	}
	#sp_g_nav .sp_nav li:last-child {
		border-bottom: none;
	}
	#sp_g_nav .sp_nav li a {
		display: block;
		padding: 12px 0;
		color: #fff;
		font-size: 1.6rem;
		text-align: left;
	}
	#sp_g_nav .sp_nav .link_btn {
		max-width: 311px;
		margin: 0 auto;
		background: none;
	}
    #sp_g_nav .sp_nav .link_btn a {
        color: #fff;
        border: 1px solid #fff;
        background: rgba(255, 255, 255, 0.4);
        font-size: 1.6rem;
        padding: 10px;
        border-radius: 4px;
    }
	.sp_nav div {
		display: flex;
		justify-content: center;
		background-color: #e6e6e6;
		opacity: 0.9;
		width: 100%;
	}
	.sp_nav span.txt_en {
		display: none;
	}

/* footer */
.pagetop {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 100;
	max-width: 75px;
}
.job_body .pagetop {
    bottom: 110px;
}
footer a:hover p {
	opacity: 0.8;
}
footer {
    background-color: #1f2a62;
    margin-top: 0;
    padding-top: 45px;
}
.job_body footer {
	margin-top: 0;
}
footer .footer_wrapper .footer_search_contents_area {
	max-width: 1220px !important;
	padding: 90px 0 32px;
}
footer .footer_contents_list_title_area {
	padding: 0px 0px 15px 0;
}
footer .text_wrapper p {
	color: #fff !important;
}
footer .text_wrapper p .line{
	padding-left: 5px;
}
footer .footer_contents_list_item_wrapper > ul li:last-child .line{
	display: none;
}
footer .footer_wrapper .text_link_arrow_wrapper p {
	margin-top: 40px;
	color: #0098BC !important;
	text-decoration: underline;
	cursor: pointer;
}
footer .footer_wrapper .text_link_arrow_wrapper p span {
	color: #0098BC !important;
	position: relative;
}
footer .footer_wrapper .text_link_arrow_wrapper p span:after {
	position: absolute;
	top: 2px;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: -17px;
	width: 9px;
	height: 9px;
	border-top: 2px solid #0098BC;
	border-right: 2px solid #0098BC;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
footer .footer_contents_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
footer .footer_contents_list > li {
	width: 50%;
	box-sizing: border-box;
}
footer .footer_contents_list > li:nth-of-type(3), footer .footer_contents_list > li:last-of-type {
	width: 100%;
	max-width: 100%;
}
footer .footer_contents_list > li:nth-of-type(1) {
	border-right: 1px dotted#49507f;
}
footer .footer_contents_list > li:nth-of-type(1), footer .footer_contents_list > li:nth-of-type(2) {
	margin-bottom: 30px;
}
footer .footer_contents_list > li:nth-of-type(2) {
	padding-left: 35px;
}
footer .footer_contents_list > li:nth-of-type(3) {
	border-top: 1px solid #49507f;
	border-bottom: 1px solid #49507f;
	padding: 35px 0;
	box-sizing: border-box;
}
footer .footer_contents_list dl {
	font-size: 1.4rem;
}
footer .footer_contents_list dl dt p {
	font-size: 1.6rem;
	color: #898fac !important;
}
footer .footer_contents_list dl .footer_list_item_wrapper {
	margin-bottom: 15px;
}
footer .footer_contents_list dl dd {
	display: inline;
	line-height: 1.8;
	color: #fff;
}
footer .footer_contents_list dl dd a {
	color: #fff;
}
footer .footer_contents_list_title_wrapper {
	margin-bottom: 10px;
}
footer .footer_contents_list_title_wrapper p {
	font-size: 1.6rem;
	font-weight: bold;
	background: url(../../images/renewal/area_icon.png) no-repeat left top 6px;
	padding: 0 0 0 25px;
	background-size: 14px auto;
}
footer .footer_contents_list_right_area .footer_contents_list_title_wrapper p {
	background: url(../../images/renewal/search_icon.png) no-repeat left top 6px;
	background-size: 15px auto;
}
.footer_list_item_wrapper {
	display: inline-block;
}
footer .footer_contents_list_item_wrapper > ul {
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
}
footer .footer_contents_list_item_wrapper > ul li {
	width: auto;
	font-size: 1.2rem;
	margin-bottom: 12px;
	color: #fff;
	padding-left: 4px;
}
footer .footer_contents_list_item_wrapper > ul li a {
    color: #fff;
    padding-right: 4px;
    height: auto;
    display: block;
}
footer .footer_contents_list_item_wrapper dl {
	margin-bottom: 20px;
}
footer .footer_contents_list_item_wrapper dl dt {
	display: block;
	width: auto;
	font-weight: 500;
	margin-bottom: 5px;
}

footer .footer_contents_list > li .column3.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

footer .footer_contents_list > li .column3.flex > div {
	border-right: 1px dotted #49507f;
	box-sizing: border-box;
	flex-basis: 32%;

}
footer .footer_contents_list > li .column3.flex > div:last-of-type {
	border-right: none;
}
footer .footer_contents_list > li .column3.flex p.ttl_p {
	text-align: center;
	margin-bottom: 10px;
	color: #898fac;
}
footer .footer_contents_list > li .column3.flex p.ttl_p a {
	color: #898fac;
	font-weight: bold;
}
footer .footer_contents_list > li .column3.flex ul.link {
	text-align: center;
}
footer .footer_contents_list > li .column3.flex ul.link a {
	color: #fff;
}
.footer_contents_list_right_area2 dl {
	display: block !important;
}
.footer_contents_list_right_area2 .text_wrapper {
	margin-bottom: 5px;
}
footer .footer_contents_list_right_area2 dl dt {
	font-size: 1.4rem;
	width: 100% !important;
	font-weight: bold;
}
footer .footer_wrapper .footer_menu_area {
	border-top: 0 solid rgba(221, 221, 221, 0.5);
}
footer .footer_wrapper .footer_menu_area .footer_menu_wrapper {
	padding: 25px 0 0;
	margin: 0 0;
	display: flex;
	justify-content: space-between;
}
.footer_tel_number_wrapper.flex {
    justify-content: flex-start;
    margin-bottom: 20px;
    display: flex;
	flex-wrap: wrap;
}
.footer_tel_number_wrapper.flex .image_wrapper {
	margin-right: 20px;
	max-width: 223px;
}
.footer_tel_number_wrapper.flex p.tel {
	font-size: 2.4rem;
	font-weight: bold;
}
.footer_tel_number_wrapper.flex p.tel a{
	color: #fff;
}
.footer_tel_number_wrapper.flex p.small {
	font-size: 1.2rem;
}
.footer_menu_list_wrapper {
	text-align: right;
	flex-basis: 50%;
}
.footer_menu_list_wrapper ul li {
	font-size: 1.4rem;
	padding: 0;
	margin-bottom: 15px;
	box-sizing: border-box;
}
footer .footer_wrapper .footer_menu_area .footer_menu_wrapper .footer_top_link_area .footer_top_link_wrapper .text_link_wrapper .text_wrapper.icon_houritsu a p.houmu:before {
	background: url(../../../images/renewal/www/icon_houritsujimushoku.png);
}
footer .footer_wrapper .footer_menu_area .footer_menu_wrapper .footer_top_link_area .footer_top_link_wrapper .text_link_wrapper .text_wrapper.icon_somukyujin a p.somu:before {
	background: url(../../../images/renewal/www/icon_somukyujin.png);
}
footer .footer_wrapper .footer_copyright_area {
	border-top: 0 solid rgba(221, 221, 221, 0.5);
	padding-bottom: 32px;
	text-align: center;
	font-size: 1.1rem;
	font-family: 'Noto Serif JP', serif;
	text-align: right;
	color: #fff;
}
footer .footer_wrapper .footer_copyright_area p{
	color: #fff;
}
footer .footer_wrapper .footer_menu_area .footer_menu_wrapper .footer_menu_list_area .footer_menu_list_wrapper > ul li {
	display: block !important;
}
.footer_top_link_area li {
	margin-bottom: 10px;
	padding-left: 40px;
	background: url("../../images/renewal/footer_icon1.png") no-repeat left top 5px;
	background-size: 27px auto;
	box-sizing: border-box;
	line-height: 2;
}
.footer_top_link_area li.jimu {
	background: url("../../images/renewal/footer_icon2.png") no-repeat left top 5px;
	background-size: 27px auto;
}
.footer_top_link_area li.somu {
	background: url("../../images/renewal/footer_icon3.png") no-repeat left top 5px;
	background-size: 27px auto;
}
.footer_top_link_area li a {
	color: #fff;
	font-size: 1.4rem;
}
.contents_box {
	max-width: 1190px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}
@media screen and (max-width: 834px) {
	.sp_fixed {
		position: fixed;
		right: 105px;
		bottom: 20px;
		z-index: 100;
		max-width: 250px;
		display: none;
	}
    .pagetop {
        right: 20px;
        bottom: 20px;
        max-width: 70px;
        position: fixed;
        z-index: 100;
    }
	footer {
		padding-top: 35px;
	}
	footer .footer_contents_list {
		display: block;
	}
	footer .footer_contents_list > li {
		width: 100%;
		box-sizing: border-box;
	}
	footer .footer_contents_list > li:nth-of-type(1) {
		border-right: none;
	}
	footer .footer_contents_list_title_wrapper {
		margin-bottom: 0;
	}
	footer .footer_contents_list_item_wrapper > ul li {
		margin-bottom: 5px;
		padding-left: 4px;
	}
	footer .footer_contents_list_title_wrapper p {
		font-size: 1.4rem;
		padding: 5px 0 0 25px;
	}
	footer .footer_contents_list > li:nth-of-type(2) {
		padding-left: 0;
	}
	footer .footer_contents_list dl {
		font-size: 1.2rem;
	}
	footer .footer_contents_list dl dt p {
		font-size: 1.4rem;
	}
	footer .footer_contents_list dl .footer_list_item_wrapper {
		margin-bottom: 0;
	}
	footer .footer_contents_list_item_wrapper dl {
		margin-bottom: 15px;
	}
	footer .footer_contents_list > li:nth-of-type(3) {
		padding: 25px 0;
	}
	footer .footer_contents_list > li:nth-of-type(3) .column3.flex {
		display: flex;
		flex-wrap: wrap;
	}
	footer .footer_contents_list > li:nth-of-type(3) .column3.flex > div {
		flex-basis: 50%;
		border-right: none;
	}
	footer .footer_contents_list > li .column3.flex p.ttl_p {
		text-align: left;
		margin-bottom: 5px;
	}
	footer .footer_contents_list > li .column3.flex ul.link {
		text-align: left;
		margin-bottom: 15px;
	}
	footer .footer_contents_list > li .column3.flex ul.link a {
		color: #fff;
		font-size: 1.2rem;
	}
	footer .footer_wrapper .footer_menu_area .footer_menu_wrapper {
		display: block;
	}
    .footer_tel_number_wrapper.flex {
        text-align: left;
    }
	.footer_tel_number_wrapper.flex .image_wrapper {
		margin: 0 auto 15px;
	}
	.footer_top_link_area li a {
		font-size: 1.2rem;
	}
	.footer_menu_list_wrapper {
		text-align: left;
		font-size: 1.4rem;
	}
	.footer_menu_list_wrapper ul li {
		margin-bottom: 5px;
	}
	.footer_top_link_area {
		margin-bottom: 30px;
	}
	footer .footer_wrapper .footer_copyright_area {
		margin-top: 25px;
	}
}

span.new_job_icon_list {
    margin-left: 3px;
    margin-right: 2px;
    font-size:9px;
    padding: 4px 8px;
    color: #fff;
    border-radius: 10px;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    top: -2px;
}
span.icon_bg1 {
    background: #FE6A06;
}
span.icon_bg2 {
    /* background: #F56A61; */
	background:#1167C4;
}
span.icon_bg3 {
    background: #00913a;
}


.tag_ul {
	display: flex;
	margin: 0 auto 30px;
	flex-wrap: wrap;
}
.tag_ul li {
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 12px;
}
.tag_ul li a {
    background: #fff;
    padding: 5px 14px;
    box-sizing: border-box;
    color: #fff;
    border-radius: 0;
    display: inline-block;
    cursor: pointer;
    border: 2px solid #555;
    background: #fff;
    color: #555;
    border-radius: 100vh;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
}
.tag_ul li a:hover {
	background: #555;
	color: #fff;
}

@media screen and (max-width: 834px){
	.tag_ul {
    margin: 0 auto 15px;
}
	.tag_ul li a {
		padding: 4px 10px;
	}
	.tag_ul li {
		margin-right: 6px;
		margin-left: 0px;
		margin-bottom: 6px;
	}
	
span.new_job_icon_list {
    margin-left: 3px;
    margin-right: 2px;
    font-size:9px;
    padding: 0 8px;
    color: #fff;
    border-radius: 10px;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    top: -2px;
}
	
.main_area.inquiry_title_message_area{
	margin-top: 30px;
}
.main_area.inquiry_title_message_area + .main_area{
	margin-bottom: 60px;
}
    .button_wrapper .button.submit_button {
        padding: 8px;
        max-width: 347px;
        margin: 0 auto;
        box-sizing: border-box;
    }
	
}

