@charset "UTF-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　Common Style
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Reset ------------------------------ */

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
cite,
code,
caption,
form,
fieldset,
legend,
input,
textarea,
select,
option,
label,
figure {
	margin: 0;
	padding: 0;
}

img,
table {
	border: none;
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
	width: auto;
}

ul {
	list-style: none;
}

address,
em,
cite {
	font-style: normal;
}

fieldset {
	border: medium none;
}

table {
	font-size: 100%;
}

.normal {
	font-weight: normal;
}

.mini {
	font-size: 80%;
}


/* --------------------------------------------------------------------------------------
 Basic Settings
--------------------------------------------------------------------------------------- */

/* font ------------------------------ */

html {
	height: 100%;
	width: 100%;
	font-size: 62.5%;
}

body {
	font-family: Verdana, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	color: #403e3b;
	line-height: 1.8;
	width: 100%;
	min-width: 320px;
	height: auto;
	text-align: center;
	/* background: url("../images/body_bg.gif") center top repeat-x; */
}

@media screen and (min-width: 768px) {
	body {
		min-width: 1200px;
		height: 100%;
	}
}

#body_bg {
	width: 100%;
	background: url("../images/bg_shadw.png") center top repeat-y;
}

input,
textarea,
select {
	font-family: Verdana, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

/* Text Link ------------------------------ */

a {
	text-decoration: none;
}

a:link {
	color: #403e3b;
	text-decoration: underline;
}

a:visited {
	color: #403e3b;
	text-decoration: underline;
}

a:hover {
	color: #40B4C5;
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}


/* --------------------------------------------------------------------------------------
 Float
--------------------------------------------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}

.clearfix {
	display: inline-block;
}

/*\*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/**/
.floatL {
	float: none;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.floatL {
		float: left;
		width: auto;
	}
}


.floatR {
	float: right;
}

.clear {
	clear: both;
}


/* --------------------------------------------------------------------------------------
 Padding Margin
--------------------------------------------------------------------------------------- */
.top05 {
	margin-top: 5px !important;
}

.top10 {
	margin-top: 10px !important;
}

.top15 {
	margin-top: 15px !important;
}

.top20 {
	margin-top: 20px !important;
}

.top25 {
	margin-top: 25px !important;
}

.top30 {
	margin-top: 30px !important;
}

.top40 {
	margin-top: 40px !important;
}

.top50 {
	margin-top: 50px !important;
}

.topP10 {
	padding-top: 10px !important;
}

.topP15 {
	padding-top: 15px !important;
}

.topP20 {
	padding-top: 20px !important;
}

.topP30 {
	padding-top: 30px !important;
}

.topP40 {
	padding-top: 40px !important;
}

.leftP20 {
	padding-left: 20px !important;
}

.under05 {
	margin-bottom: 5px !important;
}

.under10 {
	margin-bottom: 10px !important;
}

.under15 {
	margin-bottom: 15px !important;
}

.under20 {
	margin-bottom: 20px !important;
}

.under30 {
	margin-bottom: 30px !important;
}

.under35 {
	margin-bottom: 35px !important;
}

.left05 {
	margin-left: 5px !important;
}

.left10 {
	margin-left: 10px !important;
}

.left15 {
	margin-left: 15px !important;
}

.left20 {
	margin-left: 20px !important;
}

.right05 {
	margin-right: 5px !important;
}

.right10 {
	margin-right: 10px !important;
}

.right15 {
	margin-right: 15px !important;
}

.right20 {
	margin-right: 20px !important;
}

.Punder05 {
	margin-bottom: 5px !important;
}

.Punder10 {
	margin-bottom: 10px !important;
}

.Punder15 {
	margin-bottom: 15px !important;
}

.Punder20 {
	margin-bottom: 20px !important;
}

.all10 {
	padding: 10px !important;
}


/* --------------------------------------------------------------------------------------
 header
--------------------------------------------------------------------------------------- */

header {
	display: none;
}

@media screen and (min-width: 768px) {
	header {
		display: block;
		text-align: left;
		width: 1200px;
		margin: 0 auto 0;
		padding: 0 0 3px;
	}
}

#header_left {
	display: none;
}

@media screen and (min-width: 768px) {
	#header_left {
		display: block;

		float: left;
	}
}

#header_left h1 {
	padding-top: 0;
}

@media screen and (min-width: 768px) {
	#header_left h1 {
		padding-top: 20px;
	}
}

#header_right {
	text-align: right;
	display: none;
}

@media screen and (min-width: 768px) {
	#header_right {
		display: block;
	}
}

#header_right ul {
	margin-bottom: 5px;
	font-size: 12px;
	font-size: 1.2rem;
}

#header_right p {
	margin-top: 12px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.3;
}

#header_right span {
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	color: #0084c6;
}

#header_right ul li {
	display: inline;
	padding: 0 10px 0 20px;
	background: url(../images/common/icon_arrow_004.png) 3px no-repeat;
	font-weight: bold;
}

#header_right ul li a {
	text-decoration: none;
}


/* --------------------------------------------------------------------------------------
 gnav
--------------------------------------------------------------------------------------- */

.gNav_wrap {
	display: none;
	position: relative;
	background: linear-gradient(#ffffff, #ffffff 60%, #ebe9e9);
}

@media screen and (min-width: 768px) {
	.gNav_wrap {
		display: block;
	}
}

.gNav_wrap:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 3px;
	background-color: #0084c6;
}

.gNav_inner {
	width: 100%;
	margin: 0 auto;
	list-style: none;
	font-size: 0;
	/*子のinline-blockの隙間を削除*/
	text-align: center;
}

@media screen and (min-width: 768px) {
	.gNav_inner {
		width: 1200px;
	}
}

.gNav_inner li {
	display: inline-block;
	box-sizing: border-box;
	width: 20%;
	border-top: 1px solid #a3b5bd;
	border-right: 1px solid #a3b5bd;
	white-space: nowrap;
	/*文字列を折り返さない*/
	overflow: hidden;
	/*はみ出した部分は隠す*/
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.3;
}

.gNav_inner li:first-child {
	border-left: 1px solid #a3b5bd;
}

.gNav_inner li a {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	padding: .5em 0;
	text-decoration: none;
	background-image: linear-gradient(#fff 32%, #ecf2fb 63%, #e6edf2 100%);
	box-shadow: inset 1px -1px 0 #fff;
	border-bottom: 3px solid #0084c6;
	text-shadow: 1px 1px 0 #fff;
}

.gNav_inner li a small {
	display: block;
	font-size: 10px;
	font-size: 1rem;
	color: #0084c6;
}

.gNav_inner li a:hover {
	border-bottom: 3px solid #64d2e2;
	color: #403e3b;
	text-decoration: none;
}


.gNav_inner li a.on:before {
	content: "";
	display: block;
	position: absolute;
	bottom: -3px;
	left: 40%;
	width: 240px;
	margin-left: -96px;
	/*width/2*/
	border-bottom: 3px solid #64d2e2;
}

/* --------------------------------------------------------------------------------------
 gnav-sp
--------------------------------------------------------------------------------------- */
.sticky-top {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}


.spMenu,
.spMenu * {
	box-sizing: border-box;
}

.spMenu {
	position: relative;
	width: 100%;
	background-color: #fff;
}

@media screen and (min-width: 768px) {
	.spMenu {
		display: none;
	}
}

.title_sp {
	width: 40%;
	padding-top: 15px;
	padding-left: 10px;
}

@media screen and (min-width: 768px) {
	.title_sp {
		display: none;
	}
}

.title_sp img {
	padding-top: 5px;
}

/*SP時のボタン部分
---------------------------------------->>*/

.header_sp {
	padding-top: 65px;
}

@media screen and (min-width:768px) {
	.header_sp {
		padding-top: 0;
	}
}

.nav_menu_ul {
	margin-top: 64px;
	padding: 25px;
	background-color: rgb(30, 170, 240, 0.9);
	/* background-color: rgb(201, 236, 253, 0.9); */
}

.nav_menu_li {
	position: relative;
	margin: 0;
	border-bottom: 1px solid #fff;
}


@media screen and (min-width:768px) {
	.nav_menu_li {
		display: none;
	}
}

.nav_menu_li a {
	display: block;
	/* background-color: #c9ecfd; */
	padding: .75em 20px;
	text-align: left;
	text-decoration: none;
	color: #fff;
	transition: .2s;
}

.nav_menu_li a:hover {
	display: block;
	background: #e4e4e4;
}

.nav_menu_li ul li {
	padding: 0 1.5rem;
}

.nav_menu_block {
	box-sizing: border-box;
	z-index: -9999;
	position: fixed;
	top: -2000px;
	height: 100%;
	transition: .5s;
}

/*メニュー展開時の動作*/
.nav_menu_block.open {
	overflow-y: auto;
	top: 0;
	bottom: auto;
}

@media screen and (min-width:768px) {
	.nav_menu_block {
		display: none;
	}
}

#nav_menu {
	width: 100%;
	text-align: left;
}

@media screen and (min-width:768px) {
	#nav_menu {
		display: none;
	}
}

/*メニューボタン*/
.nav_toggle_menuBtn {
	z-index: 9999;
	position: fixed;
	top: 20px;
	right: 5px;
	display: block;
	width: 30px;
	height: 30px;
	padding: 5px 8px 5px;
	cursor: pointer;
}

/*バーアニメーション
---------------------------------------->>*/

/*バー基本設定*/
.nav_toggle_menuBtn span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 3px;
	border-radius: 2px;
	background-color: #000;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	transition: .35s ease-in-out;
}

/*高さ調整　バー1本目*/
.nav_toggle_menuBtn span:nth-child(1) {
	top: 0;
}

/*高さ調整　バー2本目*/
.nav_toggle_menuBtn span:nth-child(2) {
	top: 9px;
}

/*高さ調整　バー3本目*/
.nav_toggle_menuBtn span:nth-child(3) {
	top: 18px;
}

/*展開時のバーアニメーション　バー1本目*/
.nav_toggle_menuBtn.open_effect span:nth-child(1) {
	top: 9px;
	-ms-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

/*展開時のバーアニメーション　バー2本目*/
.nav_toggle_menuBtn.open_effect span:nth-child(2) {
	width: 0;
	left: 50%;
}

/*展開時のバーアニメーション　バー3本目*/
.nav_toggle_menuBtn.open_effect span:nth-child(3) {
	top: 9px;
	-ms-transform: rotate(-225deg);
	-webkit-transform: rotate(-225deg);
	transform: rotate(-225deg);
}

/* --------------------------------------------------------------------------------------
 contents
--------------------------------------------------------------------------------------- */

/* --------------------------common-------------------------- */

.sect {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.sect {
		margin-bottom: 30px;
	}
}

#detailpage_ttl_wrap {
	background: url(../images/common/page_title_sidebg.gif) repeat-x top center;
}

#detailpage_ttl_container {
	width: 100%;
	/* height: auto; */
	text-align: center;
	margin: 0 auto;
	background: url(../images/common/page_title_bg.gif) no-repeat top center;
	padding: 26px 0;
}

@media screen and (min-width: 768px) {
	#detailpage_ttl_container {
		width: 1200px;
		text-align: left;
	}
}

#detailpage_ttl_container h1 {
	font-size: 28px;
	font-size: 2.8rem;
	text-shadow: 3px 3px 10px rgba(0, 107, 161, .80);
	color: #fff;
}

@media screen and (min-width: 768px) {
	#detailpage_ttl_container h1 {
		font-size: 38px;
		font-size: 3.8rem;
	}
}

#contents {
	display: flex;
	/*  水平方向にて中央寄せ  */
	justify-content: center;
	/*  垂直方向にて中央寄せ  */
	flex-wrap: nowrap;
	align-items: center;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 30px 0;
}

@media screen and (min-width: 768px) {
	#contents {
		display: block;
		/*  水平方向にて中央寄せ  */
		justify-content: flex-start;
		/*  垂直方向にて中央寄せ  */
		align-items: normal;
		width: 1200px;
		height: auto;
	}
}

.txt_ttl {
	background: url(../images/common/title_icon.png) no-repeat 5px center;
	margin-top: 5px;
	padding-left: 25px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	.txt_ttl {
		margin-top: 0;
	}
}

.h10 {
	margin-top: 15px;
}

.message_ttl {
	background: url(../images/recruit/voice/message_bg.png) top left no-repeat;
	padding: 10px 0 15px 45px;
	text-align: left;
	color: #C7A412;
	font-size: 23px;
	font-size: 2.3rem;
	text-shadow: 1px 1px 0 #fff;
	font-weight: bold;
}

.message_ttl img {
	width: 100%;
}

.contents_left {
	display: none;
}

@media screen and (min-width: 768px) {
	.contents_left {
		display: block;
		width: 220px;
		float: left;
	}
}

.contents_left {
	font-size: 14px;
	font-size: 1.4rem;
}

.contents_right {
	width: 100%;
	float: none;
	display: block;
	text-align: left;
}

@media screen and (min-width: 768px) {
	.contents_right {
		width: 960px;
		float: right;
	}
}

.contents_right p {
	margin-bottom: 15px;
	font-size: 14px;
	font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
	.contents_right p {
		margin-bottom: 0;
	}
}

.left10_txt {
	margin: 0;
	padding-bottom: 10px;
	border-bottom: dotted 1px #eee;
}

@media screen and (min-width: 768px) {
	.left10_txt {
		margin: 0 0 20px 10px;
	}
}

.left10_txt_last {
	margin: 0;
	padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
	.eft10_txt_last {
		margin: 0 0 20px 10px;
	}
}

.under_line {
	border-bottom: solid 1px #58AEE5;
}

.img_box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.img_box {
		flex-direction: row;
		justify-content: space-between;
	}
}

.img_box figure {
	padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
	.img_box figure {
		padding: 0;
	}
}

.img_box figure figcaption {
	padding-top: 2px;
}

.img_box02 {
	margin-bottom: 10px;
	padding: 10px 0;
	padding-left: 10px;
	text-align: center;
}

.link_text_box {
	margin-bottom: 10px;
	padding: 10px 0;
	text-align: center;
	border: solid 3px #d9e8e7;
}

.link_text_box_ttl {
	font-size: 18px;
	font-size: 1.8rem;
	color: #3aa7b7;
	font-weight: bold;
}

.flexbox {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

@media screen and (min-width: 768px) {
	.flexbox {
		flex-direction: row;
		align-items: flex-start;
	}
}

/* .flexbox-item {
	align-items: center;
}
@media screen and (min-width: 768px) {
	.flexbox-item {
		align-items: center;
	}
} */

.flexbox-item:nth-of-type(1) {
	flex-basis: 72%;
}



.link_text_box_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 0;
}

@media screen and (min-width: 768px) {
	.link_text_box_list {
		flex-wrap: nowrap;
		justify-content: space-between;
	}
}

.link_text_box_list li {
	width: 100%;
	margin-right: 0;
	font-size: 12px;
	font-size: 1.2rem;
	vertical-align: top;
}

@media screen and (min-width: 768px) {
	.link_text_box_list li {
		/* margin-right: 2em; */
		padding: 15px;
	}
}

@media screen and (min-width: 768px) {
	.link_text_box_list li:last-child {
		margin-right: 0;
	}
}

@media screen and (min-width: 768px) {
	.link_text_box_list li img {
		display: flex;
		width: 100%;
	}
}

figcaption {
	margin-top: 5px;
}

.big_txt {
	text-align: left;
	font-size: 1.9rem;
	line-height: 2.5rem;
	color: #1eaaf0;
}

@media screen and (min-width: 768px) {
	.big_txt {
		font-size: 2.6rem;
		font-size: 26px;
		line-height: inherit;
	}
}

.big_txt02 {
	padding-right: 2px;
	text-align: left;
	font-size: 20px;
	font-size: 2rem;
	color: #4B9FC3;
}

@media screen and (min-width: 768px) {
	.big_txt02 {
		font-size: 26px;
		font-size: 2.6rem;
	}
}

.float_box {
	display: flex;
	flex-direction: column;
	align-items: center;
	/* width: 100%; */
	margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
	.float_box_item {
		width: auto;
	}
}


.float_box_item {
	width: 100%;
	/* padding-top: 15px; */
}

@media screen and (min-width: 768px) {
	.float_box_item {
		width: 630px;
		/* padding-top: 0; */
		padding-right: 25px;
	}
}

.float_box_updown {
	display: flex;
	flex-direction: column;
	margin-top: 0;
}

@media screen and (min-width: 768px) {
	.float_box_updown {
		flex-direction: row;
		/* margin-top: 15px; */

	}
}

.float_box_updown img {
	width: 100%;
	margin-right: 0;
}

@media screen and (min-width: 768px) {
	.float_box_updown img {
		width: 280px;
		margin-right: 15px;
	}
}

.float_box img {
	width: 100%;
}

.after_box {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	width: 100%;
	margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
	.after_box {
		flex-direction: row;
	}
}

.after_box_item {
	width: 100%;
	padding-top: 15px;
}

@media screen and (min-width: 768px) {
	.after_box_item {
		width: 630px;
		padding-top: 0;
		padding-right: 25px;
	}
}

.child_1 {
	order: 1;
}

@media screen and (min-width: 768px) {
	.child_1 {
		order: unset;
	}
}

.child_2 {
	order: 2;
}

@media screen and (min-width: 768px) {
	.child_2 {
		order: unset;

	}
}

.box_left {
	width: 100%;
	padding-bottom: 20px;
	box-sizing: border-box;
}

@media screen and (min-width: 768px) {
	.box_left img {
		width: 280px;
	}
}

.box_imgL,
.box_imgR {
	display: inline-block;
	padding: 1.5em 1.5em .5em 0;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
}

.box_imgL {
	padding: 1em 0;

}

@media screen and (min-width: 768px) {
	.box_imgL {
		padding: 1.5em 1.5em .5em 0;
	}
}

.box_imgR {
	padding: 1.5em 0 .5em 1.5em;
}

.box_left figcaption {
	float: left;
}

.box_left p {
	width: 100%;
	padding: 0;
	text-align: left;
	margin-top: 10px;
	margin-right: 10px 0;
}

@media screen and (min-width: 768px) {
	.box_left p {
		width: 630px;
		margin-top: 0;
		padding: 5px;
	}
}

.box_right {
	width: 100%;
	padding: 20px 0;
	margin-bottom: 20px;
}

.box_right p {
	width: 100%;
	margin-top: 5px;
}

@media screen and (min-width: 768px) {
	.box_right p {
		width: auto;
		margin-top: 0;
	}
}

.box_right img {
	width: 100%;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.box_right img {
		width: 280px;
		margin: 0 0 0 20px;
	}
}

.box_right p {
	width: 100%;
	text-align: left;
}

@media screen and (min-width: 768px) {
	.box_right p {
		width: 630px;
	}
}

.box_right02 {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 25px;
	background: #ebf7f7;
	margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
	.box_right02 {
		display: block;
	}
}

.boxbg {
	display: inline-block;
	margin-bottom: 20px;
	padding: 15px;
	text-align: center;
	background: linear-gradient(#fff 5%, #F4E9BE);
}

.button_text_box {
	border: solid 1px #d8f2f6;
	margin: 40px 0;
	padding: 0 10px;
}

@media screen and (min-width: 768px) {
	.button_text_box {
		width: 940px;
	}
}

.button_text {
	width: 100%;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.button_text {
		width: 940px;
	}
}

.button_text_box h3 {
	align-items: center;
	text-align: center;
	margin: 20px 0 10px 0;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}

.button_text_box p {
	text-align: left;
	margin-bottom: 10px;
	font-size: 14px;
	font-size: 1.4rem;
}

.button_nav {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	width: 100%;
	margin-top: 0;
	padding: 0;
	list-style: none;
}

@media screen and (min-width: 768px) {
	.button_nav {
		flex-direction: row;
		padding: 5px 0 5px;
	}
}

.button_nav li {
	display: flex;
	margin-bottom: 10px;
}

.button_nav li a {
	width: 100%;
	padding: 10px;
	display: block;
	text-align: center;
	background: url(../images/common/icon_arrow_006.png) no-repeat 20px 14px;
	background-position: left 4% bottom 48%;
	background-color: #3aa7b7;
	border-radius: 3px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.button_nav li a {
		width: 420px;
	}
}

.button_nav li a:hover {
	background: url(../images/common/icon_arrow_006.png) no-repeat 20px 14px;
	background-position: left 4% bottom 48%;
	background-color: #3BC3D7;
	color: #fff;
}

.button_nav3col {
	display: flex;
	flex-direction: column;
	align-items: center;

	justify-content: space-evenly;
	margin: 0;
	padding: 5px 0 5px;
	list-style: none;
}

@media screen and (min-width: 768px) {
	.button_nav3col {
		flex-direction: row;
		align-items: center;
	}
}

.button_nav3col li {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}

.button_nav3col li a {
	padding: 10px 20px 10px 5px;
	display: block;
	text-align: right;
	background: url(../images/common/icon_arrow_006.png) no-repeat 20px 39px;
	background-color: #3aa7b7;
	border-radius: 3px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.button_nav3col li a {
		width: 280px;
	}
}

.button_nav3col li a:hover {
	background: url(../images/common/icon_arrow_006.png) no-repeat 20px 39px;
	background-color: #3BC3D7;
	color: #fff;
}

.bottom_contact {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: #f5f5f5;
}

@media screen and (min-width: 768px) {
	.bottom_contact {
		width: 1200px;
		text-align: left;
	}
}

.bottom_contact h3 {
	width: 100%;
	float: none;
	text-align: center;
	text-shadow: 1px 1px 0 #fff;
	padding: 20px 0 0 0;
	font-size: 18px;
	font-size: 1.8rem;
	color: #0084c6;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	.bottom_contact h3 {
		width: 320px;
		padding: 65px 0 0 10px;
		float: left;
	}
}

.bottom_contact_right {
	width: 100%;
	float: none;
	margin: 15px 0;
	box-shadow: inset 1px 0 0 #fff;
}

@media screen and (min-width: 768px) {
	.bottom_contact_right {
		float: right;
		width: 860px;
		border-left: 1px solid #d6d6d6;
	}
}

.bottom_contact_toptext {
	box-sizing: border-box;
	width: 90%;
	background: #fff;
	margin: 0 auto;
	padding: 20px 5px;
	text-align: center;
	font-size: 1.2rem;
	color: #0084c6;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	.bottom_contact_toptext {
		box-sizing: content-box;
		width: 760px;
		margin: 0 0 0 30px;
		padding: 5px 30px 5px 10px;
		font-size: 1.4rem;
	}
}

.bottom_contact_tel {
	width: 100%;
	float: none;
	margin: 0 auto;
	padding-top: 10px;
	box-shadow: 1px 0px 0px #fff;
}

@media screen and (min-width: 768px) {
	.bottom_contact_tel {
		width: 285px;
		margin: 15px 0 0 47px;
		padding-top: 0;
		border-right: 1px solid #d6d6d6;
		float: left;
	}
}

.bottom_contact_tel img {
	padding: 5px;
}

@media screen and (min-width: 768px) {
	.bottom_contact_tel img {
		padding: 0;
	}
}

.bottom_contact_btn {
	padding: 20px 0;
}

@media screen and (min-width: 768px) {
	.bottom_contact_btn {
		padding: 0;
	}
}

.bottom_contact_btn a {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 80%;
	float: none;
	margin: 0 auto;
	padding: 20px 15px 20px 30px;
	border-radius: 3px;
	background-color: #0084c6;
	color: #fff;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.bottom_contact_btn a {
		width: 300px;
		margin: 20px 100px 5px 0;
		float: right;
	}
}

.bottom_contact_btn a:before {
	content: none;
	display: none;
}

@media screen and (min-width: 768px) {
	.bottom_contact_btn a:before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 15px;
		width: 0;
		height: 0;
		margin-top: -5px;
		border: 5px solid transparent;
		border-left: 5px solid #fff;
	}
}

.bottom_contact_btn a:hover {
	background-color: #3CAFBD;
}

.link_box a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.top_pankuzu {
	background: #ebf0f2;
	text-align: left;
	font-size: 12px;
	font-size: 1.2rem;
}

#top_in_pankuzu {
	width: 100%;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	#top_in_pankuzu {
		width: 1200px;
	}
}

.top_pankuzu li {
	display: inline-block;
	margin: 5px 0 5px 5px;
	color: #0084c6;
}

.top_pankuzu li a {
	color: #0084c6;
}

.top_pankuzu li a:hover {
	color: #40B4C5;
}


li.pankuzu_arrow {
	background: url(../images/common/icon_arrow_002.png) no-repeat 5px center;
	padding-left: 15px;

}

#foot_pankuzu {
	width: 100%;
	margin: 10px auto;
	background: #ebf0f2;
	text-align: left;
	font-size: 12px;
	font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
	#foot_pankuzu {
		width: 1200px;
	}
}

#foot_pankuzu li {
	display: inline-block;
	margin: 5px 0 5px 5px;
	color: #0084c6;
}

#foot_pankuzu li a {
	color: #0084c6;
	margin-left: 3px;
}

#foot_pankuzu li a:hover {
	color: #40B4C5;
}

.in_pagetop_wrap {
	display: none;
}

@media screen and (min-width: 768px) {
	.in_pagetop_wrap {
		display: block;
		position: relative;
		height: 1.0em;
		margin-bottom: 20px;
		padding: 10px 0;
		border-bottom: 1px solid #e6e6e6;
		line-height: 1.0;
		font-size: 13px;
		font-size: 1.3rem;
	}
}

a.in_pagetop_a {
	display: inline-block;
	position: absolute;
	bottom: -1px;
	right: 0;
	z-index: 1;
	padding: 10px 10px 10px 30px;
	border-top: solid 1px #e6e6e6;
	border-left: solid 1px #e6e6e6;
	border-right: solid 1px #e6e6e6;
	text-decoration: none;
	line-height: 1.0;
	font-size: 13px;
	font-size: 1.3rem;
	background: #fff url(../images/common/icon_arrow_005.png) no-repeat 10px center;
}

.contents_a_inner {
	text-align: right;
}

a.in_pagetop {
	display: inline-block;
	padding: 10px 10px 10px 30px;
	border-top: solid 1px #e6e6e6;
	border-left: solid 1px #e6e6e6;
	border-right: solid 1px #e6e6e6;
	box-shadow: 0 0 0 rgba(0, 0, 0, .15);
	text-decoration: none;
	line-height: 1.0;
	font-size: 13px;
	font-size: 1.3rem;
	background: url(../images/common/icon_arrow_005.png) no-repeat 10px center;
}


#flow_adoption .bg_color {
	background-color: #FBE6B8;
	padding: 10px;
}

.bg_color02 {
	padding: .5em 1em;
	background-color: #FBE6B8;
}

.bg_color02 ul li {
	font-size: 13px;
	font-size: 1.3rem;
}

.bg_color02 p {
	padding: 10px 0;
	font-size: 11px;
	font-size: 1.1rem;
}

.txt_small {
	font-size: 12px;
	font-size: 1.2rem;
}

.name_right {
	text-align: right;
}

/* --------------------------voice-------------------------- */
.voice_head_wrapper {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}

.voice_head_wrapper:before {
	content: "";
	display: block;
	padding-top: 32%;
	/* 高さを幅の75%に固定 */
}

.voice_head {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 300px;
	padding: 10px 0;
	background-repeat: no-repeat;
	background-position: center top;
	cursor: pointer;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	background-size: contain;
}

.voice_head:hover {
	opacity: .8;
}

.voice_head.voice_pull_effect:hover,
.voice_head.voice_pull_effect:active {
	opacity: .8;
}

.voice_head-1 {
	background-image: url(../images/recruit/voice/voice01_open.jpg);
}

.voice_head-1.voice_pull_effect {
	background-image: url(../images/recruit/voice/voice01_close.jpg);
}

.voice_head-2 {
	background-image: url(../images/recruit/voice/voice02_open.jpg);
}

.voice_head-2.voice_pull_effect {
	background-image: url(../images/recruit/voice/voice02_close.jpg);
}

.button_small {
	font-size: 10px;
	font-size: 1rem;
}

.voice_content {
	display: none;
}


/* --------------------------sidenav-------------------------- */


.side_nav {
	display: none;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
	.side_nav {
		display: block;
	}
}

.side_nav_ttl {
	position: relative;
	text-align: left;
	font-size: 22px;
	font-size: 2.2rem;
}

.side_nav_ttl a {
	display: block;
	padding: 25px 15px;
	background-color: #007dbb;
	background: linear-gradient(#007ab7, #0084c6 90%, #007dbb);
	color: #fff;
	text-decoration: none;
}

.side_nav_ttl a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.8;
	opacity: 0.8;
}


.side_nav_list {
	list-style: none;
	border: 1px solid #eee;
	border-top: none;
	background-color: #fff;
	text-align: left;
}

.side_nav_list li {
	position: relative;
	padding: 5px;
	border-bottom: 1px dotted #d9d9d9;
}

.side_nav_list li:last-child {
	border-bottom: none;
}

.side_nav_list li a {
	display: block;
	padding: 8px 0 8px 30px;
}

.side_nav_list li a,
.side_nav_list li a:link,
.side_nav_list li a:visited {
	color: #444;
	text-decoration: none;
}

.side_nav_list li a.on,
.side_nav_list li a:hover,
.side_nav_list li a:active {
	color: #444;
	background-color: #d1eefc;
	text-decoration: none;
	text-shadow: 1px 1px 0 #fff;
}

.side_nav_list li a.on {
	font-weight: bold;
}

.side_nav_list li a:before,
.side_nav_list li a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	width: 0;
	height: 0;
	margin-top: -6px;
	margin-left: -10px;
	border-width: 6px;
	border-style: solid;
	border-color: transparent;
}

.side_nav_list li a:before {
	left: 25px;
	border-left-color: #00a0e9;
}

.side_nav_list li a:after {
	left: 23px;
	border-left-color: #fff;
}

.side_nav_list li a.on:after,
.side_nav_list li a:hover:after {
	border-left-color: #d1eefc;
}

/* --------------------------anchorlink-------------------------- */


.anchor_link {
	overflow-x: auto;
	white-space: nowrap;
	background: linear-gradient(#F7FCFD 30%, #fff);
	border-top: solid 1px #ebf0f2;
	border-bottom: solid 1px #ebf0f2;
	text-align: start;
}

@media screen and (min-width: 768px) {
	.anchor_link {
		overflow-x: hidden;
		white-space: normal;
		text-align: center;
	}
}

.anchor_nav {
	height: auto;
	list-style: none;
	padding: 30px 0;
	text-align: center;
	font-size: 0;
}

@media screen and (min-width: 768px) {
	.anchor_nav {
		overflow: visible;
	}
}

.anchor_nav li {
	display: inline-block;
	margin-bottom: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding-right: 15px;
}

@media screen and (min-width: 768px) {
	.anchor_nav li {
		width: 33.3%;
		padding-right: 0;
		margin-bottom: 20px;
	}
}

.anchor_nav li a {
	padding-left: 25px;
	background: url(../images/common/anchor_icon.png) no-repeat 10px;
	font-size: 13px;
	font-size: 1.3rem;
}

/* --------------------------q&a style-------------------------- */


ul.about_qa_list li {
	margin-bottom: .9em;
	padding-bottom: 15px;
	border-bottom: dotted 1px #CDD4D7;
}

ul.about_qa_list dl {
	padding: .5em;
}

ul.about_qa_list dl dt {
	position: relative;
	margin: 0;
	padding: 0 35px;
	background: url(../images/recruit/about/qa_arrow.png) no-repeat 98% center;
	font-size: 15px;
	font-size: 1.5rem;
	color: #007EA5;
	text-decoration: underline;
	text-shadow: 1px 1px 0 #fff;
	cursor: pointer;
}

ul.about_qa_list dl dt:hover,
ul.about_qa_list dl dt:active {
	text-decoration: none;
}

/*jquery-accordion.js*/
ul.about_qa_list dl dt.accordion_pull_effect {
	background: url(../images/recruit/about/qa_arrow_on.png) no-repeat 98% center;
}

ul.about_qa_list dl dt:before {
	content: url(../images/recruit/about/icon_q.png);
	position: absolute;
	top: 50%;
	left: .6em;
	overflow: hidden;
	margin-top: -.8em;
}

ul.about_qa_list dl dd {
	position: relative;
	margin: .5em;
	padding: .5em .5em .5em 40px;
	background-color: #EBF7F7;
}

ul.about_qa_list dl dd:before {
	content: url(../images/recruit/about/icon_a.png);
	position: absolute;
	top: .8em;
	left: .6em;
	overflow: hidden;
}

/* --------------------------toppage-------------------------- */
#pageTop {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0.6;
	z-index: 9999;
}

@media screen and (min-width: 768px) {
	#pageTop {
		display: none;
	}
}

#pageTop a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}

#pageTop a::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f106';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 46px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}


.main_wrap {
	background: url(../images/home/bg.png), linear-gradient(#fff 32%, #ecf2fb 63%, #d0edfc 100%) repeat, no-repeat left, 0% top, 0%;
	padding: 0 0 30px;
	border-bottom: solid 3px #ededed;
}

@media screen and (min-width: 768px) {
	.main_wrap {
		padding: 15px 0 30px;
	}
}

#home_main ul {
	padding: 0;
	margin: 0;
}

#home_main li {
	list-style: none;
}

#home_main img {
	width: 100%;
	height: auto;
}

#top_contents {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	padding: 15px 0;
}

@media screen and (min-width: 768px) {
	#top_contents {
		width: 1200px;
	}
}

#top_contents small {
	display: block;
	font-size: 10px;
	font-size: 1rem;
	color: #0084c6;
}

.top_title {
	position: relative;
	padding: 15px 0 5px 0;
	text-align: center;
	background: url(../images/home/border_pattern.png) repeat-x left bottom;

}

@media screen and (min-width: 768px) {
	.top_title {
		padding: 15px 0 5px 20px;
		text-align: left;
	}
}


.top_title:before {
	content: url(../images/home/ttl_deco_left_001.png);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.top_title:after {
	content: url(../images/home/ttl_deco_right_001.png);
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

.box_wrp {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	padding: 15px 0 5px 0;
	background: linear-gradient(#fff 32%, #f3f8f9 80%, #f2f7f9 100%) repeat, no-repeat left, 0% top, 0%;
}

@media screen and (min-width: 768px) {
	.box_wrp {
		width: 1200px;
		display: block;
		flex-wrap: nowrap;
		justify-content: flex-start
	}
}

.box_wrp a {
	display: block;
	width: 100%;
	padding: 10px 20px;
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.box_wrp a {
		display: block;
		width: auto;
		padding: 0;
	}
}

.box_item {
	min-width: 100%;
	width: auto;
	height: auto;
	box-sizing: border-box;
	text-align: center;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
	border: 1px solid #dfe6e6;
	float: none;
}

@media screen and (min-width: 768px) {
	.box_item {
		min-width: auto;
		width: 380px;
		height: 236px;
		margin: 5px 7px 10px 10px;
		box-sizing: content-box;
		float: left;
	}
}

.box_item img {
	min-width: 100%;
}

@media screen and (min-width: 768px) {
	.box_item img {
		min-width: auto;
	}
}

.box_item:hover {
	background-color: #E9F5FC;
}

.box_item_ttl {
	text-align: left;
	padding: 9px 0 9px 37px;
	background: url(../images/home/icon_arrow_001.png) no-repeat 10px center;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
}

.box_item a {
	text-decoration: none;
}

.box_item h3 {
	color: #0084c6;
}

.box_item_txt {
	text-align: left;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 10px;
	color: #4d4d4d;
}

.top_b_left {
	width: 500px;
	float: left;
	padding-top: 15px;
}

.topbanner_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	padding: 10px;
}

@media screen and (min-width: 768px) {
	.topbanner_list {
		flex-wrap: nowrap;
		justify-content: space-between;
		padding: 0;
	}
}

.topbanner_list-item {
	margin-top: 15px;
}

.topbanner_list-items {
	width: auto;
	justify-content: space-between;
	padding: 0 20px;
}

.bannerRecruitBig_btn {
	text-align: center;
	font-size: 0;
	/*inline-blockの隙間削除*/
}

.bannerRecruitBig_btn li {
	display: inline-block;
	font-size: 14px;
	/*remレガシーブラウザ対応*/
	font-size: 1.4rem;
	/*inline-blockの隙間削除*/
}

.bannerRecruitBig_btn li a

/*リンク部の共通設定*/
	{
	display: block;
	width: 125px;
	height: 45px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	background-image: url(../images/home/banner_recruit_big_btm.png);
	background-repeat: no-repeat;
}

/*リンク部の個別設定*/
/*About 通常時*/
.bannerRecruitBig_btn_itemAbout {
	background-position: left top;
}

/*About カーソル時*/
.bannerRecruitBig_btn_itemAbout:hover,
.bannerRecruitBig_btn_itemAbout:active {
	background-position: left -45px;
}

/*Voice 通常時*/
.bannerRecruitBig_btn_itemVoice {
	background-position: -125px top;
}

/*Voice カーソル時*/
.bannerRecruitBig_btn_itemVoice:hover,
.bannerRecruitBig_btn_itemVoice:active {
	background-position: -125px -45px;
}

/*Fresh 通常時*/
.bannerRecruitBig_btn_itemFresh {
	background-position: -250px top;
}

/*Fresh カーソル時*/
.bannerRecruitBig_btn_itemFresh:hover,
.bannerRecruitBig_btn_itemFresh:active {
	background-position: -250px -45px;
}

/*Career 通常時*/
.bannerRecruitBig_btn_itemCareer {
	background-position: -375px top;
}

/*Career カーソル時*/
.bannerRecruitBig_btn_itemCareer:hover,
.bannerRecruitBig_btn_itemCareer:active {
	background-position: -375px -45px;
}

.bannerRecruitBig_btn_02,
.bannerRecruitBig_btn_02 * {
	box-sizing: border-box;
}

.bannerRecruitBig_btn_02 {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	width: 100%;
}

.bannerRecruitBig_btn_02_item {
	position: relative;
	width: 25%;
	text-align: center;
}

.bannerRecruitBig_btn_02_item::before {
	content: "";
	position: absolute;
	top: 2px;
	bottom: 2px;
	left: 0;
	display: block;
	width: 1px;
	background-color: rgba(255, 255, 255, .5);
}

.bannerRecruitBig_btn_02_item a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 1rem .5rem;
	color: #fff;
	font-size: 1.35rem;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.15rem;
	background-image: linear-gradient(to top, #0bbeea 0%, #0bbeea 49.9%, #4cdbff 50%, #33d6ff 100%);
}

.bannerRecruitBig_btn_02_item a:hover {
	background-image: linear-gradient(to top, #0dd8ff 0%, #0dd4ff 49.9%, #57f9ff 50%, #3af4ff 100%);
}

.bannerRecruitBig_btn_02_item a span {
	position: relative;
	padding-left: 10px;
	text-shadow: 0 0 3px rgba(5, 68, 83, 0.7);
}

.bannerRecruitBig_btn_02_item a span::before {
	content: "";
	position: absolute;
	top: calc(50% - 3px);
	left: 0;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 3px;
	border-left-color: rgba(255, 255, 255, 1);
}

.top_b_right {
	width: 460px;
	float: right;
	padding-top: 15px;

}

.top_b_inleft {
	width: 220px;
	float: left;
	margin-left: 10px;

}

.top_b_inright {
	width: 220px;
	float: right;

}

/* --------------------------categorypage-------------------------- */


#catepage_ttl_wrap {
	background: url(../images/recruit/page_title_bg.jpg) repeat-x top center;
	background-size: cover;
}

@media screen and (min-width: 768px) {
	#catepage_ttl_wrap {
		background-size: auto;
	}
}

#catepage_ttl_container {
	width: 100%;
	margin: 0 auto;
	padding: 13px 0;
}

@media screen and (min-width: 768px) {
	#catepage_ttl_container {
		width: 1200px;
		padding: 114px 0 13px 0;
	}
}

.catepage_ttl_left {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.catepage_ttl_left {
		width: 472px;
		float: left;
		text-align: left;
	}
}

.catepage_ttl_left h1 {
	font-size: 32px;
	font-size: 3.2rem;
	border-bottom: 0;
	text-shadow: 3px 3px 10px rgba(0, 107, 161, .80);
	color: #fff;
}

@media screen and (min-width: 768px) {
	.catepage_ttl_left h1 {
		display: block;
		padding-left: 10px;
		font-size: 38px;
		font-size: 3.8rem;
		border-bottom: 0;
		border-bottom: solid 1px #fff;
	}
}

.catepage_ttl_left p {
	display: none;
}

@media screen and (min-width: 768px) {
	.catepage_ttl_left p {
		display: block;
		margin: 15px 10px 0 10px;
		text-shadow: 1px 0 10px rgba(0, 0, 30, .65);
		color: #fff;
	}
}

.catepage_ttl_right p a {
	padding: 2px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	text-decoration: none;
}

.catepage_ttl_right {
	display: none;
}

@media screen and (min-width: 768px) {
	.catepage_ttl_right {
		display: block;
		width: 410px;
		float: right;
		padding: 150px 0 30px 0;
	}
}

.fresh {
	width: 340px;
	margin-bottom: 10px;
}

.fresh a {
	display: block;
	border: solid 1px #fff;
	background-color: #43a8bd;
	background-color: rgba(58, 167, 183, .90);
}

.fresh a:hover {
	background-color: rgba(113, 202, 220, .90);
}

.career {
	width: 340px;
}

.career a {
	display: block;
	border: solid 1px #fff;
	background-color: #debd46;
	background-color: rgba(233, 192, 51, .90);
}

.career a:hover {
	background-color: rgba(239, 214, 124, .90);
}

.cate_title {
	margin-bottom: 15px;
	padding: 15px 0 4px 10px;
	border-bottom: solid 3px #0084c6;
	text-align: center;
	font-size: 22px;
	font-size: 2.2rem;
}

@media screen and (min-width: 768px) {
	.cate_title {
		text-align: left;
	}
}

.big_ttl {
	padding: 10px;
}

@media screen and (min-width: 768px) {
	.big_ttl {
		padding: 0;
	}
}

.box_wrp02 {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 5px;
}

@media screen and (min-width: 768px) {
	.box_wrp02 {
		width: 1200px;
	}
}

.box_item_left {
	width: 100%;
	text-align: center;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .10);
	border: 1px solid #dfe6e6;
	margin: 5px 0 10px 0;
	padding-top: 1px;
	float: left;

}

@media screen and (min-width: 768px) {
	.box_item_left {
		width: 590px;
	}
}

.box_item_right {
	width: 100%;
	text-align: center;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .10);
	border: 1px solid #dfe6e6;
	margin: 5px 0 10px 0;
	padding-top: 1px;
	float: right;
}

@media screen and (min-width: 768px) {
	.box_item_right {
		width: 590px;
	}
}

.box_item_left:hover {
	background-color: #E9F5FC;
}

.box_item_right:hover {
	background-color: #E9F5FC;
}

.box_item_left h3 {
	color: #0084c6;
}

.box_item_right h3 {
	color: #0084c6;
}


/* ---------sitemap------------- */

.sitemap_list_item {
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	.sitemap_list_item {
		flex-direction: row;
	}
}

@media screen and (min-width: 768px) {
	.sitemap_list_item ul {
		width: 50%;
		margin-right: 15px;
	}
}

.sitemap_list_item ul li {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.sitemap_list_item ul li {
		width: 99%;
	}
}

.sitemap_list ul li {
	margin-bottom: 40px;
	font-size: 14px;
	font-size: 1.4rem;
}

.sitemap_list ul li a {
	display: block;
	padding: 7px 0 10px 20px;
	background: #EBF7F7 url(../images/common/icon_arrow_002.png) no-repeat 10px center;
}

.sitemap_list ul li ul {
	margin-top: 5px;
	padding: 0 10px;
}

.sitemap_list ul li ul li {
	padding-top: 2px;
	margin: 0;
}

.sitemap_list ul li ul li a {
	padding: 10px 0 10px 30px;
	background: url(../images/common/icon_arrow_002.png) no-repeat 20px center;
}

.float_list {
	width: 150px;
	float: left;
}


/* --------------------------------------------------------------------------------------
 ul,ol
--------------------------------------------------------------------------------------- */


.float_ol {
	width: 100%;
	padding-left: 20px;
}

@media screen and (min-width: 768px) {
	.float_ol {
		width: 500px;
		padding-left: 20px;
	}
}

.float_ol li {
	margin-bottom: 10px;
}


@media screen and (min-width: 768px) {
	.float_ol100 {
		width: 100%;
		padding-left: 20px;
	}
}


.box_right02 img {
	text-align: center;
}

.disc_style {
	padding: 0 4px;
}

.disc_style li {
	list-style-type: disc;
	list-style-position: inside;
}

.feature_bg {
	background: #EBF7F7;
	margin: 10px 0;

}

.feature_bg ol {
	padding: 10px 0 10px 40px;
}

.feature_bg ol li {
	padding: 10px 0;
}

.w100 {
	display: block;
	width: 100%;
	height: auto;
}

.gray_box {
	margin-top: 10px;
	margin-bottom: 30px;
	padding: 15px;
	text-align: center;
	border: 2px solid #d6d6d6;
	background-color: #f6f6f6;
}


.gray_box ul {
	text-align: left;
	padding-left: 0;
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.gray_box ul {
		padding-left: 30px;
		margin-bottom: 10px;
	}
}

.gray_box li {
	/* width: 280px; */
	margin-left: 5rem;
	list-style-type: disc;
}

@media screen and (min-width: 768px) {
	.gray_box li {
		margin-left: 0;
	}
}

.gray_box p {
	margin-bottom: 10px;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}

.gray_box_list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.gray_box_list {
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: nowrap;
	}
}

.gray_box02 {
	margin-top: 10px;
	margin-bottom: 30px;
	padding: 15px;
	text-align: center;
	border: 2px solid #d6d6d6;
	background: #f6f6f6;
}


.gray_box02 ul {
	text-align: left;
	padding-left: 30px;
	margin-bottom: 10px;
}

.gray_box02 li {
	list-style-type: disc;
}


.gray_box02 p {
	margin-bottom: 10px;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}

.guide ul,
.guide ol {
	margin: 20px 0 20px 10px;
}

.guide ol li {
	margin-left: 20px;
}


/* --------------------------------------------------------------------------------------
 table
--------------------------------------------------------------------------------------- */


.main_table {
	width: 100%;
	margin-bottom: 20px;
	font-size: 14px;
	font-size: 1.4rem;
	border-collapse: collapse;
}


.main_table th.t_top {
	border-top: #0096e1 1px solid;
}


.main_table th.t_btm {
	border-bottom: #0096e1 1px solid;
}

.main_table th {
	width: 38%;
	border-bottom: #e3e3e3 1px solid;
	border-top: #e3e3e3 1px solid;
	text-align: left;
	background: #f8fdfd;
	padding: .8em 1.2em;
	font-weight: normal;
}

@media screen and (min-width: 768px) {
	.main_table th {
		width: 258px;
	}
}

.main_table th.even {
	background: #f7f7f7;
}


.main_table td.t_top {
	border-top: #0096e1 1px solid;
}


.main_table td.t_btm {
	border-bottom: #0096e1 1px solid;
}

.main_table td {
	border-bottom: #e3e3e3 1px solid;
	border-top: #e3e3e3 1px solid;
	text-align: left;
	padding: .8em 1.2em;
}

.qualificati_table {
	width: 100%;
	margin-top: 20px;
	padding-bottom: 20px;
	border-collapse: collapse;
}

@media screen and (min-width: 768px) {
	.qualificati_table {
		width: 460px;
		margin-top: 0;
	}
}

.qualificati_table td {
	border-top: #D0CECE 1px dotted;
	padding: 6px 0;
}

.right_td {
	text-align: right;
}

.end_dotted {
	border-bottom: #D0CECE 1px dotted;

}

iframe {
	width: 100%;
}

.access_table {
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	border: #e3e3e3 1px solid;
	border-collapse: collapse;
}

@media screen and (min-width: 768px) {
	.access_table {
		width: 632px;
	}
}

.access_table th {
	background: #EBF7F7;
	border-bottom: #e3e3e3 1px solid;
	border-top: #e3e3e3 1px solid;
	padding: 5px;
}

.access_table td {
	padding: 5px;
}

.tableStyle {
	width: 100%;
	border-collapse: collapse;
	border: 3px solid #82C9D5;
}

.tableStyle th {
	width: 36%;
	padding-left: 10px;
	font-weight: bold;
	border-bottom: 1px dotted #bbced4;
	background-color: #E2F3F3;
	text-shadow: 1px 1px 0 #fff;
}

.tableStyle td {
	padding: 10px 0 10px 15px;
	border-bottom: 1px dotted #bbced4;
	border-left: 1px solid #bbced4;
}

.contact_table {
	width: 100%;
	margin-bottom: 30px;
	border-collapse: collapse;
	border: solid 3px #82C9D5;
}

.contact_table input {
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
	.contact_table input {
		width: auto;
	}
}

.contact_table textarea {
	width: 100%;
}

.contact_table th {
	width: 80px;
	background: #E2F3F3;
	padding: 10px;
	border-right: solid 1px #82C9D5;
	border-bottom: solid 1px #82C9D5;
}

@media screen and (min-width: 768px) {
	.contact_table th {
		width: auto;
	}
}


.contact_table td {
	padding: 20px;
	border-bottom: solid 1px #82C9D5;
}

.red_t {
	color: #E51313;
}

.submid {
	text-align: center;
}

.submid p {
	margin-bottom: 20px;
}


/* --------------------------------------------------------------------------------------
 footer
--------------------------------------------------------------------------------------- */

footer {
	width: 100%;
	border-top: solid 3px #0084c6;
	background: url(../images/common/f_bg.png) repeat;
	padding-top: 20px;
	font-size: 12px;
	font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
	footer {
		width: auto;
	}
}

.f_nav {
	position: relative;
	width: 100%;
	margin: 15px auto 0;
	font-size: 12px;
	font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
	.f_nav {
		width: 1200px;
	}
}

.f_nav ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: static;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 5px;
	font-size: 0;
	text-align: left;
}

@media screen and (min-width: 768px) {
	.f_nav ul {
		position: absolute;
		display: block;
		justify-content: flex-start;
		align-items: normal;
		flex-wrap: nowrap;
		width: 50%;
		margin: 0;
	}
}

.f_nav ul li {
	display: inline-block;
	padding: 5px 0;
	white-space: nowrap;
	font-size: 12px;
	font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
	.f_nav ul li {
		white-space: normal;
		padding: 0;
	}
}


.f_nav ul li a {
	background: url(../images/common/icon_arrow_002.png) no-repeat 10px center;
	padding: 0 15px 0 20px;
	text-decoration: none;
}

.foot_a_inner {
	display: none;
	float: right;
	width: 30%;
	margin: 0 auto;
	text-align: right;
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.foot_a_inner {
		display: block;
	}
}


a.pagetop {
	display: inline-block;
	padding: 10px 10px 10px 30px;
	border-top: solid 1px #e6e6e6;
	border-left: solid 1px #e6e6e6;
	border-right: solid 1px #e6e6e6;
	box-shadow: 0 0 1px rgba(0, 0, 0, .15);
	text-decoration: none;
	line-height: 1.0;
	background: url(../images/common/icon_arrow_005.png) no-repeat 10px center;
}

.under_text {
	padding: 10px;
	text-shadow: 1px 1px 0 #fff;
}

@media screen and (min-width: 768px) {
	.under_text {
		padding: 0;
	}
}


.f_text {
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
	.f_text {
		padding-bottom: 5px;
	}
}

.f_area {
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto;
	padding-top: 10px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.f_area {
		display: block;
		flex-wrap: nowrap;
		width: 1200px;
		text-align: left;
	}
}

.f_area p {
	font-size: 10px;
	font-size: 1rem;
}

.f_areabox {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

@media screen and (min-width: 768px) {
	.f_areabox {
		display: blcok;
		flex-wrap: nowrap;
	}
}

.f_area_left {
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	background: #fff;
	text-align: left;
	padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
	.f_area_left {
		width: 595px;
		height: 95px;
		margin-bottom: 0;
	}
}

.f_area_left img {
	/* width: 97px; */
	margin: 0 10px;
}

@media screen and (min-width: 768px) {
	.f_area_left img {
		margin: 0;
	}
}

.f_area_left p {
	color: #666666;
}

.f_area_inleft {
	width: 90%;
	float: none;
	margin: 0 auto;
	padding-bottom: 25px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.f_area_inleft {
		width: 270px;
		float: left;
		margin: 0 0 0 15px;
		padding-bottom: 0;
	}
}

.f_area_inleft p {
	width: 86%;
	text-align: left;
	margin-top: 10px;
	margin-left: 5px;
}

@media screen and (min-width: 768px) {
	.f_area_inleft p {
		width: 162px;
		margin-top: 0;
		float: right;
	}
}

.f_area_inright {
	width: 90%;
	float: none;
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.f_area_inright {
		width: 245px;
		float: right;
		margin: 0;
		padding-bottom: 0;
		text-align: unset;
	}
}

.f_area_inright p {
	width: 86%;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	text-align: left;
}

@media screen and (min-width: 768px) {
	.f_area_inright p {
		width: 170px;
		margin-top: 0;
	}
}

.f_area_right {
	width: 100%;
	float: none;
	background: #fff;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.f_area_right {
		width: 595px;
		float: right;
	}
}

.f_area_right p {
	width: 96%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 20px;
	color: #666666;
}

@media screen and (min-width: 768px) {
	.f_area_right p {
		width: 468px;
		text-align: left;
	}
}

address {
	padding: 10px;
}

address p {
	text-shadow: 1px 1px 0 #fff;
}

.ad_non {
	display: block;
}


@media screen and (min-width: 768px) {
	.ad_non {
		display: none;
	}
}

.br_non {
	display: none;
}


@media screen and (min-width: 768px) {
	.br_non {
		display: block;
	}
}


#copy {
	background: #d7d7d7 top left repeat;
	color: #2b1c0e;
	padding: 3px;
	text-align: center;
}


/* --------------------------------------------------------------------------------------
 一日の流れ
--------------------------------------------------------------------------------------- */
.timeline {
	width: 100%;
}

.timeline-list {
	padding: 40px 10px;
}

.timeline-list-item {
	display: flex;
	line-height: 1.5;
}

.timeline-list-item .date {
	width: 178px;
	padding: 0 0 0 20px;
	font-weight: bold;
}

.timeline-list-item .content {
	position: relative;
	width: 80%;
	padding: 0 20px 60px 30px;
	border-left: 1px solid #aaaaaa;
}

.timeline-list-item .content::before {
	content: "";
	position: absolute;
	top: 0;
	left: -10px;
	width: 20px;
	height: 20px;
	background-color: rgba(58, 167, 183);
	border-radius: 10px;
}

.timeline-list-item .content02 {
	position: relative;
	width: 80%;
	padding: 0 20px 60px 30px;
	border-left: 1px solid #aaaaaa;
}

.timeline-list-item .content02::before {
	content: "";
	position: absolute;
	top: 0;
	left: -15px;
	width: 30px;
	height: 30px;
	background-color: rgba(244, 136, 30);
	border-radius: 30px;
}

.step-title {
	margin-bottom: 5px;
	color: #007dbb;
}

.timeline-img {
	display: flex;
	width: 100%;
	flex-direction: column;
	margin-top: 10px;
}

@media screen and (min-width: 768px) {
	.timeline-img {
		flex-direction: row;
		width: 50%;
	}
}

.timeline-img img {
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
	.timeline-img img {
		width: 280px;
		margin-right: 10px;
		margin-bottom: 0;
	}
}

.holiday {
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media screen and (min-width: 768px) {
	.holiday {
		flex-direction: row;
		align-items: center;
	}
}

.holiday img {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.holiday img {
		width: 280px;
	}
}

.certified_link {
	display: flex;
	align-items: center;
	gap: 8px;
	width: fit-content;
}

.certified_link_icon {
	width: 1.6rem;
}