@charset "utf-8";
/*
Theme Name:rp-recruit
Theme URI: https://rp-recruit.com/
Description: pcbrain
Version: 1.0
Author: pcbrain.co.jp
*/

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft {
	text-align: left !important;
}

.taCenter {
	text-align: center !important;
}

.taRight {
	text-align: right !important;
}

/* フォントの大きさ（プラス） */
.fsP1 {
	font-size: 1.08em !important;
}

.fsP2 {
	font-size: 1.16em !important;
}

.fsP3 {
	font-size: 1.24em !important;
}

.fsP4 {
	font-size: 1.32em !important;
}

.fsP5 {
	font-size: 1.4em !important;
}

/* フォントの大きさ（マイナス） */
.fsM1 {
	font-size: 0.92em !important;
}

.fsM2 {
	font-size: 0.84em !important;
}

.fsM3 {
	font-size: 0.76em !important;
}

.fsM4 {
	font-size: 0.68em !important;
}

.fsM5 {
	font-size: 0.6em !important;
}

/* フォントの太さ */
.fwNormal {
	font-weight: normal !important;
}

.fwBold {
	font-weight: bold !important;
}

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 {
	margin-top: 0 !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
* html .clearfix {
	zoom: 1;
}

*+html .clearfix {
	zoom: 1;
}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}


.textRight {
	text-align: right;
}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input,
textarea,
select,
option {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #555;
	text-decoration: none;
}

a:visited {
	color: #555;
}

a:hover {
	color: #555;
}

a:active {
	color: #555;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1200px;
	color: #555;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	padding-top: 19px;
	text-align: left;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2000;
}

#gHeader h1,
#gHeader p {
	padding: 2px 0;
	background-color: rgba(51, 51, 51, 0.8);
	font-weight: normal;
}

#gHeader h1.on,
#gHeader p.on {
	display: none;
}

#gHeader h1 span,
#gHeader p strong {
	width: 1100px;
	margin: 0 auto;
	display: block;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
}

#gHeader .hBox {
	padding: 6px 0 7px;
	background: url(./img/common/bg.png) repeat left top;
}

#gHeader .hBox .innerBox {
	width: 1100px;
	margin: 0 auto;
}

#gHeader .hBox .logo {
	margin: 10px 5px 0 0;
	float: left;
}

#gHeader .hBox .logo a:hover {
	opacity: 0.7;
}

#gHeader .hBox .linkBox {
	float: right;
}

#gHeader .hBox .linkBox p {
	font-weight: bold;
	background: none;
}

#gHeader .hBox .linkBox p span {
	font-size: 10px;
}

#gHeader .hBox .linkBox .photo {
	margin: 0;
}

#gHeader .hBox .linkBox .photo .tel-link {
	font-family: 'Anton', sans-serif;
	font-size: 32px;
	line-height: 1;
	font-weight: normal !important;
	background: url(./img/common/ico_tel.png) no-repeat left center;
	background-size: 17px auto;
	padding-left: 22px;
}


#gHeader .hBox .linkBox .link a {
	width: 210px;
	padding: 5px 0 5px 25px;
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	box-sizing: border-box;
	background: #ff8833 url(./img/common/icon01.png) no-repeat left 60px center;
}

#gHeader .hBox .linkBox .link a:hover {
	opacity: 0.7;
}

.menuBox {
	display: none;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	width: 610px;
	margin-top: 15px;
	float: left;
	box-sizing: border-box;
	overflow: hidden;
}

#gNavi li {
	display: block;
	float: left;
	font-weight: bold;
	position: relative;
}

#gNavi li a {
	padding: 50px 0 0 0;
	display: block;
	position: relative;
	width: 120px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#gNavi li a:before {
	display: block;
	content: '';
	position: absolute;
	margin: 0 auto;
	top: 0px;
	left: 0;
	right: 0;
	width: 39px;
	height: 39px;
	border-radius: 100%;
	background: #28a7e1;
	border: #28a7e1 solid 3px;
}

#gNavi li a:after {
	display: block;
	position: absolute;
	margin: 0 auto;
	top: 10px;
	left: 0;
	right: 0;
	content: '';
	width: 45px;
}

#gNavi li:nth-of-type(1) a:after {
	content: url(./img/common/gnav_ico01.png) !important;
}

#gNavi li:nth-of-type(2) a:after {
	content: url(./img/common/gnav_ico02.png) !important;
	top: 5px !important;
}

#gNavi li:nth-of-type(3) a:after {
	content: url(./img/common/gnav_ico03.png) !important;
	top: 6px !important;
}

#gNavi li:nth-of-type(4) a:after {
	content: url(./img/common/gnav_ico04.png) !important;
	top: 13px !important;
}

#gNavi li:nth-of-type(5) a:after {
	content: url(./img/common/gnav_ico05.png) !important;
	top: 12px !important;
}

#gNavi li a:hover {
	opacity: 0.7;
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
	width: 1100px;
	margin: 7px auto 6px;
}

#pagePath li {
	display: inline;
	font-size: 11px;
}

#pagePath li a:hover {
	opacity: 0.7;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	overflow: hidden;
}

#gFooter .fBox {
	padding: 20px 0;
	background-color: #ececec;
}

#gFooter .fBox .fLogo {
	float: left;
}

#gFooter .fBox .fLogo a:hover {
	opacity: 0.7;
}

#gFooter .fBox ul {
	width: 750px;
	margin-top: 3px;
	float: right;
}

#gFooter .fBox ul li {
	width: 750px;
	float: left;
}

#gFooter .fBox ul li:last-child {
	width: 750px;
}

#gFooter .fBox ul li p {
	font-size: 15px;
	line-height: 1.53;
}

#gFooter .fBox ul li h5 {
	display: block;
	font-weight: bold;
	font-size: 15px;
}

#gFooter .fNavi {
	padding: 40px 0 38px;
	font-size: 0;
	text-align: center;
}

#gFooter .fNavi li {
	margin: 0 22px;
	display: inline-block;
	font-size: 14px;
}

#gFooter .fNavi li a:hover {
	opacity: 0.7;
}

#gFooter .copyright {
	padding: 2px 0;
	font-size: 11px;
	color: #FFF;
	text-align: center;
	background-color: #5C5C5C;
}

#gFooter .fContact {
	display: none;
}

/*------------------------------------------------------------
	mainBox
------------------------------------------------------------*/
.mainBox {
	width: 1100px;
	margin: 0 auto;
}

article {
	margin-bottom: 50px;
	position: relative;
	overflow: hidden;
}

/*------------------------------------------------------------
	comContact
------------------------------------------------------------*/
.comContact {
	padding: 35px 0 25px;
	background-size: 10px auto;
	background-position: repeat-x left top;
	background: url(./img/common/line.gif) repeat-x left top;
}


.comContact .mainBox {
	/*   	width: 1030px;*/
}

.comContact01 {
	padding: 85px 0 20px;
	background: url(./img/corporate/line.png) repeat-x left top;
}

.comContact p {
	margin: 5px 30px 0 0;
	float: left;
	font-size: 23px;
	font-weight: bold;
}

.comContact ul {
	float: left;
}

.comContact ul li {
	float: left;
	font-size: 18px;
	font-weight: bold;
}

.comContact ul li .tel-link {
	font-family: 'Anton', sans-serif;
	font-size: 40px;
	line-height: 1;
	font-weight: normal !important;
	margin: 0;
	background: url(./img/common/ico_tel.png) no-repeat left center;
	padding-left: 22px;
}

.comContact ul li:first-child {
	width: 193px;
	margin-right: 10px;
	padding: 10px 0 8px;
	text-align: center;
	background-color: #F0F0F0;
}

.comContact ul li img {
	margin: 0 0 7px 3px;
}

.comContact ul li span {
	display: block;
	font-size: 10px;
}

.comContact .link {
	float: right;
}

.comContact .link a {
	width: 265px;
	padding: 10px 30px 10px 30px;
	display: block;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	box-sizing: border-box;
	background: #ff8833 url(./img/common/icon01.png) no-repeat left 46px center;
}

.comContact .link a:hover {
	opacity: 0.7;
}

/*------------------------------------------------------------
	comAbout
------------------------------------------------------------*/

.comAbout {
	padding: 50px 0 68px;
	background: url(./img/common/line.gif) repeat-x left top;
}

.comAbout p {

	font-size: 16px;
	line-height: 1.75;
	text-align: center;
	width: 1100px;
	margin: 0 auto 24px;
}

.comAbout h2.title {
	margin: 0 auto 35px;
	position: relative;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 14px;
	text-align: center;
	width: 1100px;
}

.comAbout .title:before {
	width: 118px;
	height: 4px;
	margin-left: -59px;
	position: absolute;
	bottom: -8px;
	left: 50%;
	border-bottom: #ff8833 4px solid;

	content: "";
}

.comAbout ul {
	width: 705px;
	margin: 0 auto;
}

/*
.comAbout ul li {
	float: left;
}

.comAbout ul li:last-child {
	float: right;
}
*/
.comAbout ul li {
	width: 100%;
}

.comAbout ul li a {
	width: 342px;
	display: block;
	font-size: 18px;
	color: #FFF;
	background: #ff8833 url(./img/corporate/icon06.png) no-repeat right 15px center;
	border-radius: 5px;
	margin: 0 auto;
}

.comAbout ul li a:hover {
	opacity: 0.7;
}

.comAbout ul li a>span {
	display: table;
}

.comAbout ul li a>span>span {
	display: table-cell;
	vertical-align: middle;
}

.comAbout ul li a>span>span span {
	display: block;
	font-weight: bold;
}

.comAbout ul li a img {
	margin-right: 15px;
}

/*------------------------------------------------------------
	comContactList
------------------------------------------------------------*/

.listUl.comContactList {
	margin-bottom: 35px;
}

.listUl.comContactList li {
	width: 350px;
	margin-right: 25px;
	float: left;
}

.listUl.comContactList li:last-child {
	margin-right: 0;
}

.listUl.comContactList li .photoBox {
	margin-bottom: 15px;
	position: relative;
	width: 350px;
	height: 170px;
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.listUl.comContactList li .photoBox img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}

.listUl.comContactList li .photoBox span {
	width: 330px;
	margin-left: -165px;
	padding: 4px 0 1px;
	display: block;
	position: absolute;
	left: 50%;
	bottom: 10px;
	font-size: 25px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background: rgba(0, 0, 0, 0.6);
}

.listUl.comContactList li p {
	margin: 0 2px;
	font-size: 14px;
	line-height: 1.43;
}

/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#top .mainVisual {
	height: 700px;
	padding-top: 177px;
	margin-top: 129px;
	text-align: center;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
	background-color: #ff8833;
	/*	background: url(./img/index/main_visual_img.jpg) center center;*/
	background-size: cover;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}

#top .mainVisual p {
	margin-bottom: 300px;
	font-size: 60px;
	font-weight: bold;
	line-height: 1.4;
	color: #FFF;
	text-shadow: 0 0 3px #000;
}

@media (min-width: 0) and (max-width: 767px) {
	#top .mainVisual p span {
		display: block;
		/*font-size: 40px;*/
		/*line-height: 1.1;*/
	}
}

#top .mainVisual ul {
	position: relative;
	overflow: hidden;
}

#top .mainVisual ul li {
	margin: 0 20px;
	display: inline-block;
	font-size: 20px;
}

#top .mainVisual ul li a {
	width: 300px;
	padding: 10px 0 20px;
	display: block;
	color: #FFF;
	border: 1px solid #FFF;
	background-color: #28a7e1;
	box-sizing: border-box;
}

#top .mainVisual ul li a:hover {
	opacity: 0.7;
}

#top .mainVisual ul li a span {
	margin-bottom: 5px;
	display: block;
	font-size: 30px;
}

#top .mainVisual ul li a span.ribbon {
	display: inline-block;
	position: relative;
	height: 28px;
	line-height: 28px;
	vertical-align: middle;
	text-align: center;
	padding: 0 30px;
	/*width: 220px;*/
	font-size: 14px;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	background: #ff8833;
	color: #FFF;
	box-sizing: border-box;
}

#top .mainVisual ul li a span.ribbon:before,
#top .mainVisual ul li a span.ribbon:after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
}

#top .mainVisual ul li a span.ribbon:before {
	top: 0;
	left: 0;
	border-width: 14px 0 14px 15px;
	border-color: transparent transparent transparent #28a7e1;
	border-style: solid;
}

#top .mainVisual ul li a span.ribbon:after {
	top: 0;
	right: 0;
	border-color: transparent #28a7e1 transparent transparent;
	border-style: solid;
	border-width: 14px 15px 14px 0;
}

#mainv {
	width: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
}

#mainv span {
	width: 100%;
	height: 700px;
	position: relative;
	overflow: hidden;
}

#mainv span img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}

#top #main {
	background: url(./img/common/bgwl.jpg) repeat left top;
}

#top #main .nwOrCr {
	width: 1100px;
	margin: 0 auto 30px auto;
	overflow: hidden;
}

#top #main .nwOrCr li {
	border: 1px #a8a8a8 solid;
	width: 540px;
	box-sizing: border-box;
	float: left;
	background: url(./img/index/bg_new00.png) no-repeat left center;
}

#top #main .nwOrCr li:last-child {
	float: right;
	background: url(./img/index/bg_career.png) no-repeat left center;
}

#top #main .nwOrCr li a {
	display: block;
	border: 5px #fff solid;
	height: 100%;
	color: #fff;
	box-sizing: border-box;
}

#top #main .nwOrCr li:hover {
	opacity: 0.7;
}

#top #main .nwOrCr li .bnrSummary {
	margin-left: 175px;
	padding: 15px;
	display: block;
	min-height: 195px;
	box-sizing: border-box;
}

#top #main .nwOrCr li.bnrNew .bnrSummary {
	background: #28a6e177;
	background: rgba(40, 167, 225, 0.85);
}

#top #main .nwOrCr li.bnrCareer .bnrSummary {
	background: rgba(233, 77, 30, 0.7);
}

#top #main .nwOrCr li h3 {
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 10px;
}

#top #main .nwOrCr li p {
	font-size: 14px;
	padding-left: 10px;
}

#top #main .sec01 {
	margin-bottom: 35px;
	position: relative;
}

#top #main .sec01 .photo img {
	width: 100%;
}

#top #main .sec01 .textBox {
	width: 100%;
	padding: 20px 0 15px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(./img/index/bg01.png) repeat left top;
}

#top #main .sec01 .textBox p {
	width: 1094px;
	margin: 0 auto;
	font-size: 20px;
	color: #FFF;
	line-height: 1.24;
}

#top #main .sec01 .textBox p span {
	display: block;
	font-size: 36px;
}

#top #main .listUl01 {
	width: 1094px;
	margin: 0 auto 55px;
}

#top #main .listUl01 li {
	width: 227px;
	margin-right: 60px;
	float: left;
}

#top #main .listUl01 li a {
	display: block;
}

#top #main .listUl01 li a:hover {
	opacity: 0.7;
}

#top #main .listUl01 li:last-child {
	margin-right: 0;
}

#top #main .listUl01 li .photo {
	margin-bottom: 10px;
	height: 227px;
	width: 227px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	position: relative;
	overflow: hidden;
}

#top #main .listUl01 li .photo img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}

#top #main .listUl01 li p {
	font-size: 14px;
	line-height: 1.43;
}

#top #main .listUl01 li .title {
	margin-bottom: 13px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
}

#top #main .listUl01 li .title span {
	display: block;
	font-size: 16px;
	color: #ff8833;
}

#top #main .sec02 {
	padding: 35px 0 60px;
	background: url(./img/common/line.gif) repeat-x left top;
}

#top #main .sec02 .lBox {
	width: 540px;
	margin-top: 7px;
	float: left;
}

#top #main .sec02 .lBox .photo {
	margin-bottom: 10px;
	text-align: center;
}

#top #main .sec02 .lBox p {
	margin-bottom: 18px;
	text-align: center;
	font-size: 24px;
	color: #28a7e1;
	font-weight: bold;
}

#top #main .sec02 .lBox .textBox {
	padding: 10px;
	box-sizing: border-box;
}

#top #main .sec02 .lBox .textBox .newsBox {
	height: 290px;
	padding: 13px 10px;
	margin-bottom: 10px;
	overflow-y: scroll;
	box-sizing: border-box;
}

#top #main .sec02 .lBox .textBox dl dt {
	float: left;
	font-size: 14px;
	color: #ff8833;
	font-weight: bold;
}

#top #main .sec02 .lBox .textBox dl dd {
	padding: 0 10px 7px 9.4em;
}

#top #main .sec02 .lBox .textBox dl dd a {
	font-size: 14px;
	text-decoration: underline;
}

#top #main .sec02 .lBox .textBox dl dd a:hover {
	text-decoration: none;
}

#top #main .sec02 .lBox .textBox .link a {
	padding: 8px 0 7px;
	display: block;
	font-size: 14px;
	text-align: center;
	color: #FFF;
	background-color: #28a7e1;
}

#top #main .sec02 .lBox .textBox .link a:hover {
	opacity: 0.7;
}

#top #main .sec02 ul {
	width: 520px;
	margin-top: -20px;
	float: right;
}

#top #main .sec02 ul li {
	margin-top: 20px;

	height: 110px;
	overflow: hidden;
}

#top #main .sec02 ul li a {
	color: #FFF;
	background: #ff8833 url(./img/index/icon02.png) no-repeat right 13px center;
	display: flex;
	align-items: center;
}

#top #main .sec02 ul li a:hover {
	opacity: 0.7;
}

#top #main .sec02 ul li a img {
	margin-right: 25px;
}

#top #main .sec02 ul li a>span {

	display: flex;
	align-items: center;
	height: 110px;
}

#top #main .sec02 ul li a>span>span {
	display: table-cell;
	vertical-align: middle;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2;
}

#top #main .sec02 ul li a>span>span span {
	font-size: 24px;
	font-weight: normal;
	display: block;
}

#main .listUl02 {
	width: 1100px;
	margin: 0 auto 25px;
}

#main .listUl02 li {
	width: 227px;
	margin: 0 64px 20px 0;
	float: left;
	word-break: break-all;
}

#main .listUl02 li:nth-child(4n) {
	margin-right: 0;
}

#main .listUl02 li .photo {
	margin-bottom: 20px;
	width: 227px;
	height: 227px;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}

#main .listUl02 li img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}

#main .listUl02 li p {
	font-size: 14px;
	line-height: 1.43;
}

#main .listUl02 li .title {
	margin-bottom: 5px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	line-height: 1.6;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
}

#main .listUl02 li .title span {
	display: block;
	font-size: 20px;
	color: #28a7e1;
}

#top #main .sec03 {
	padding: 30px 0;
	background-color: #F1EBDB;
}

#top #main .sec03 li {
	float: left;
	position: relative;
}

#top #main .sec03 li:last-child {
	float: right;
}

#top #main .sec03 li a {
	display: block;
}

#top #main .sec03 li a:hover {
	opacity: 0.7;
}

#top #main .sec03 li p {
	width: 430px;
	margin: -35px 0 0 -215px;
	padding: 13px 0 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	font-size: 32px;
	color: #FFF;
	background: url(./img/index/bg02.png) repeat left top;
}

#top #main .sec03 li:last-child p {
	background: url(./img/index/bg03.png) repeat left top;
}

/*------------------------------------------------------------
	corporate.html
------------------------------------------------------------*/
#corporate #gNavi li:first-child a:before {
	background: #28a7e1;
	border-color: #28a7e1;
}

.sec .mainVisual {
	min-height: 280px;
	padding-top: 155px;
	text-shadow: 0 0 10px #000;
	background: url(./img/corporate/main_visual_img.jpg) center center;
	background-size: cover !important;
	box-sizing: border-box;
}

.sec .mainVisual h1,
.sec .mainVisual>p {
	font-size: 50px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
}

.sec .mainVisual h1 span {
	font-size: 28px;
}

.sec .headLine01 {
	margin-bottom: 35px;
	padding: 12px 20px 7px;
	font-size: 28px;
	color: #FFF;
	background-color: #28a7e1;
	box-sizing: border-box;
}

.sec h2.headLine01 {
	padding: 12px 20px 7px !important;
	min-height: auto !important;
	font-size: 28px !important;
	font-weight: bold !important;
}

.sec #main .sec01 {
	margin-bottom: 50px;
}

.sec #main .sec01 .topText {
	margin-bottom: 30px;
	font-size: 28px;
	text-align: center;
	font-weight: bold;
}

.photoBox {
	margin-top: 5px;
	float: left;
}

.sec #main .sec01 .textBox {
	width: 655px;
	float: right;
}

.sec #main .sec01 .textBox.fullwidth {
	width: 100%;
}

.sec #main .sec01 .textBox p {
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 1.67;
}

.sec #main .sec01 .textBox .text {
	margin-bottom: 0;
	text-align: right;
}

.sec #main .sec02 {
	margin-bottom: 63px;
}

.sec #main .sec02 .headLine01 {
	margin-bottom: 43px;
}

.sec #main .sec02 .imgBox {
	position: relative;
}

.sec #main .sec02 p {
	position: absolute;
	left: 23px;
	top: 33px;
	font-size: 30px;
	color: #FFF;
	font-weight: bold;
}

.sec #main .sec02 p span {
	display: block;
	font-size: 22px;
}

.sec #main .sec02 p a {
	color: #FFF;
	text-decoration: underline;
}

.sec #main .sec02 p a:hover {
	text-decoration: none;
}

.sec #main .sec02 li {
	width: 222px;
	padding-top: 3px;
	position: absolute;
	left: 22px;
	bottom: 25px;
	font-size: 23px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background-color: #4487d2;
	border: 3px solid #4487d2;
	box-sizing: border-box;
	border-radius: 5px;
}

.sec #main .sec02 li span {
	margin-top: 3px;
	padding: 4px 0 1px;
	display: block;
	font-size: 30px;
	color: #555;
	background-color: #FFF;
	border-radius: 3px;
}

.sec #main .sec02 li:nth-child(2) {
	left: 284px;
	bottom: 92px;
}

.sec #main .sec02 li:last-child {
	left: 545px;
	bottom: 159px;
}

.sec #main .sec03 {
	margin-bottom: 50px;
}

.sec #main .sec03 p {
	margin-bottom: 13px;
	font-size: 25px;
	word-break: break-all;
}

.sec #main .sec03 .text {
	margin-bottom: 0;
}

.sec #main .sec04 {
	margin-bottom: 67px;
}

.sec #main .sec04 .headLine01 {
	margin-bottom: 29px;
}

.sec #main .sec04 p {
	margin-bottom: 17px;
	padding-left: 14px;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.4;
	border-left: 10px solid #28a7e1;
}

.sec #main .sec04 p span {
	margin-left: 28px;
	display: inline-block;
	font-size: 15px;
	font-weight: normal;
}

.sec #main .sec04 .photoList {
	margin-bottom: 25px;
}

.sec #main .sec04 ul li {
	margin-right: 25px;
	float: left;
}

.sec #main .sec04 ul li:last-child {
	margin-right: 0;
}

.sec #main .sec05 {
	margin-bottom: 70px;
}

.sec #main .sec05 .headLine01 {
	margin-bottom: 40px;
}

.sec #main .sec05 table {
	border-collapse: collapse;
	width: 100%;
}

.sec #main .sec05 th,
.sec #main .sec05 td {
	padding: 10px 13px 8px;
	font-size: 15px;
	font-weight: normal;
	vertical-align: top;
	line-height: 2;
	text-align: left;
	border: 1px solid #FFF;
}

.sec #main .sec05 th {
	width: 18.1%;
	background-color: #D9E8C6;
}

.sec #main .sec05 td {
	padding: 10px 20px 8px 32px;
	background-color: #F0F7E6;
}

.sec #main .sec05 td span {
	margin-top: 5px;
	display: block;
	float: right;
}

.sec #main .sec05 td span a {
	width: 136px;
	padding-top: 2px;
	display: block;
	font-size: 15px;
	color: #FFF;
	text-align: center;
	line-height: 1.3;
	background-color: #00A746;
	border-radius: 4px;
}

.sec #main .sec05 td span a:hover {
	opacity: 0.7;
}

.sec #main .sec06 {
	margin-bottom: 73px;
}

.sec #main .sec06 .headLine01 {
	margin-bottom: 40px;
}

.sec #main .sec06 ul li {
	width: 190px;
	margin-right: 25px;
	padding: 15px 5px 5px;
	float: left;
	background: url(./img/corporate/bg_nav.png) repeat;
	border-radius: 5px;
	text-align: center;
}

.sec #main .sec06 ul li:last-child {
	margin-right: 0;
}

.sec #main .sec06 ul li h4 {
	background: none !important;
	padding: 0 !important;
	font-size: 18px;
	line-height: 1.2;
	margin: 10px 0 0 !important;
}

.sec #main .sec06 ul li h4 strong {
	font-size: 30px !important;
	display: block !important;
}

.sec #main .sec06 ul li p {
	border-radius: 5px;
	background: #004088;
	display: block;
	margin: 10px 0 0;
	font-size: 15px;
	text-align: left;
	padding: 5px;
	color: #fff;
}

.sec #main .sec06 ul li .title span {
	display: block;
	font-size: 18px;
}

.sec #main .sec06 ul li .text {
	margin-top: 8px;
	padding: 5px;
	font-size: 15px;
	line-height: 1.33;
	background-color: #926423;
	border-radius: 5px;
	text-align: left;
}

.sec #main .txt {
	padding: 20px 0;
	font-size: 28px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background-color: #28a7e1;
}


#main .reasonBox .photoBox {
	width: 400px;
	height: 275px;
	overflow: hidden;
	position: relative;
}

#main .reasonBox .photoBox img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}


/* common*/




.wp-pagenavi {
	text-align: center;
	margin-bottom: 35px;
}

.wp-pagenavi span,
.wp-pagenavi a {
	background: #FFF;
}

/*投稿画像の回り込み処理*/

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 2px;
}

.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
}

img {
	border-style: none;
}

.wp-caption {
	border: solid 1px #DDDDDD;
	text-align: center;
	padding-top: 5px;
	margin-bottom: 5px;
	background-color: #EEEEEE;
	font-size: 0.6em;
	line-height: 0.8em;
}

/*#interview*/
#interview #gNavi li:nth-child(3) a:before {
	background: #28a7e1;
	border-color: #28a7e1;
}


#interview.intQA {
	padding-top: 10px;

}

.intQA h3 {
	font-size: 28px;
	border-left: 10px solid #28a7e1;
	padding-left: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.intQA p {
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 15px;
}

#interview .imgBox h3 {
	font-size: 28px;
	margin-bottom: 20px;

}

.intQA p.catchTxt {
	font-size: 28px;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
	font-weight: bold;
}

/*インタビュー一覧*/
.intList {
	padding: 35px 0 25px;
	background: url(./img/common/line.gif) repeat-x left top;
}

.intList h2 {
	font-size: 28px;
	margin-bottom: 45px;
}

.intList li {
	margin-bottom: 40px;
}

.intList.noBg {
	background-image: none;
	padding: 0 0 25px 0
}

/*#recruit*/
#recruit #gNavi li:nth-child(5) a:before {
	background: #28a7e1;
	border-color: #28a7e1;
}

#recruit #main .sec01 {
	margin-bottom: 100px;
}

.photoBoxL,
.photoBoxR {
	width: 530px;
	height: 350px;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.photoBoxL {
	float: left;

}

.photoBoxL img,
.photoBoxR img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}

.photoBoxR {
	float: right;
	text-align: right;
}

#recruit #main .sec01 .textBox {
	clear: both;
	float: none;
	width: 100%;

}

#recruit #main .sec01 .textBox p {
	font-size: 15px;
}


#recruit #main .sec01 table {
	border-collapse: collapse;
	width: 100%;
	margin-top: -60px;
	margin-bottom: 35px;
}

#recruit #main .sec01 th,
#recruit #main .sec01 td {
	padding: 10px 13px 8px;
	font-size: 15px;
	font-weight: normal;
	vertical-align: top;
	line-height: 2;
	text-align: left;
	border: 1px solid #FFF;
}

#recruit #main .sec01 th {
	width: 18.1%;
	background-color: #D9E8C6;
}

#recruit #main .sec01 td {
	padding: 10px 20px 8px 32px;
	background-color: #F0F7E6;
}

#recruit #main .sec01 .link a {
	width: 263px;
	padding: 5px 0 5px 25px;
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	box-sizing: border-box;
	background: #ff8833 url(./img/common/icon01.png) no-repeat left 65px center;
	margin: 0 auto 50px;
}

#recruit #main .sec01 .link a:hover {
	opacity: 0.7;
}

/*work*/
#work #gNavi li:nth-child(2) a:before {
	background: #28a7e1;
	border-color: #28a7e1;
}

#work .navBtn {
	margin-bottom: 35px;
}

#work .navBtn li a {
	border: 3px solid #28a7e1;
	display: block;
	min-width: 263px;
	font-size: 18px;
	color: #28a7e1;
	text-align: center;
	padding: 5px 10px;
	box-sizing: border-box;
	float: left;
	margin-right: 16px;
}

#work .navBtn li:last-child a {
	margin-right: 0px
}

#a001,
#a002,
#a003,
#a004,
#a005 {
	padding-top: 103px;
	margin-top: -103px;
}

#work .mainBox .sec01 .link a {
	width: 100%;
	margin-top: 15px;
	padding: 5px 0 5px 25px;
	display: block;
	text-align: center;
	float: right;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	box-sizing: border-box;
	background: #ff8833 url(./img/common/icon01.png) no-repeat left 50px center;
}

#work .imgBox {
	margin-bottom: 65px;
}

#work .topText span {
	color: #FF0004
}

#work .mainBox .workDetail .photoBox {
	width: 400px;
	height: 280px;
	position: relative;
	overflow: hidden;
}

#work .mainBox .workDetail .photoBox img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}

/*#career*/
#career #gNavi li:nth-child(4) a:before {
	background: #28a7e1;
	border-color: #28a7e1;
}

#career .listUl.comContactList {
	margin-bottom: 35px;
}

.listUl.comContactList li {
	width: 350px;
	margin-right: 25px;
	float: left;
}

.listUl.comContactList li:last-child {
	margin-right: 0;
}

.listUl.comContactList li .photoBox {
	margin-bottom: 15px;
	position: relative;
}

.listUl.comContactList li a {
	display: block;
	position: relative;
}

.listUl.comContactList li .photoBox span,
.listUl.comContactList li h4 {
	margin: 0 10px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 120px;
	font-size: 25px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background: rgba(0, 0, 0, 0.6);
	padding: 3px 0;
}

.listUl.comContactList li p {
	margin: 0 2px;
	font-size: 14px;
	line-height: 1.43;
}

#career #main .photosec {
	margin-bottom: 35px;
	position: relative;
}

#career #main .photosec .photo img {
	width: 100%;
}

#career #main .photosec .textBox {
	width: 100%;
	padding: 20px 0 15px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(./img/index/bg01.png) repeat left top;
}

#career #main .photosec .textBox p {
	width: 1094px;
	margin: 0 auto;
	font-size: 20px;
	color: #FFF;
	line-height: 1.24;
}

#career #main .photosec .textBox p span {
	display: block;
	font-size: 36px;
}

#career .topText {
	line-height: 1.4
}

#career .topText strong {
	color: #4487d2
}

#career .topText span {
	font-size: 15px;
	font-weight: normal
}

#career #main .photoList li {
	float: left;
	margin-right: 25px;
	position: relative;
}

#career #main .photoList li:last-child {
	float: right;
	margin-right: 0;
}

#career #main .photoList li a {
	display: block;
}

#career #main .photoList li a:hover {
	opacity: 0.7;
}


#career .listUl.comContactList li .photoBox span {
	width: 350px;
	margin-left: -175px;
	padding: 4px 0 1px;
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0px;
	font-size: 25px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background: url(./img/corporate/bg.png) repeat left top;
}

#career #main .listUl.comContactList ul {
	margin-top: 20px
}

#career #main .listUl.comContactList ul li {
	width: 50%;
	display: block;
	box-sizing: border-box;
	margin-right: 0;
	float: left;
	background: url(/img/career/list.gif) 0 center no-repeat;
	padding-left: 15px;
	font-size: 14px;
	margin-bottom: 5px;
}

#career #main .sec01 h3 {
	margin-bottom: 17px;
	padding-left: 14px;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.4;
	border-left: 10px solid #004088;
}

#career .listUl02 {
	margin-bottom: 60px !important;
}

#career .photoBox img.mb30 {
	margin-bottom: 30px
}

/*forfamily*/
#forfamily .imgBox h3 {
	font-size: 28px;
	margin-bottom: 20px;
}

/*form*/
.sec #main .form table {
	border-collapse: collapse;
	width: 100%;
}

.sec #main .form th,
.sec #main .form td {
	padding: 10px 13px 8px;
	font-size: 15px;
	font-weight: normal;
	vertical-align: top;
	line-height: 2;
	text-align: left;
	border: 1px solid #FFF;
}

.sec #main .form th {
	width: 27%;
	background-color: #D9E8C6;
}

.sec #main .form td {
	padding: 5px;
	background-color: #F0F7E6;
	font-size: 13px;
	vertical-align: middle
}

.sec #main .form td input,
.sec #main .form td textarea {
	width: 100%;
	box-sizing: border-box
}

.sec #main .form td input[type="radio"] {
	width: 25px;
	margin: 8px 0px 8px 0;
	float: left;
	vertical-align: middle
}

.sec #main .form td select {
	font-size: 16px;
}

.sec #main .form td span.wpcf7-list-item {
	display: inline-block;
	font-size: 16px;
	margin: 0 30px 0 0;
}

.sec #main .form th span {
	margin-top: 0px;
	background: #a0a0a0;
	width: 55px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	display: block;
	float: right;
	font-size: 14px;
}

.sec #main .form th span.req {
	background: #d00000
}

input.wpcf7-submit {
	width: 350px;
	display: block;
	padding: 25px 0;
	background: #ff8833;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
	color: #fff;
	text-align: center;
	font-size: 25px;
	border: 0px;
	cursor: pointer;
	margin: 25px auto 150px;
}

.imgBox {
	margin-bottom: 65px;
}

.imgBox {
	margin-bottom: 65px;
}

.imgBox img {
	margin-bottom: 15px;
}

/*アーカイブ関連*/
#main .arcUl {
	width: 1094px;
	margin: 0 auto 25px;
}

#main .arcUl li {
	width: 350px;
	margin: 0 22px 40px 0;
	float: left;
	display: block;
	word-break: break-all;
}

#main .arcUl li:nth-child(3n) {
	margin-right: 0;
}

#main .arcUl li .photo {
	width: 350px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	height: 250px;
}

#main .arcUl li img {
	width: 348px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: 1px solid #ccc;
}

#main .arcUl li p {
	font-size: 14px;
	line-height: 1.43;
}

#main .arcUl li a h3 {
	margin-bottom: 10px;
	display: block;
	font-size: 18px;
	color: #f8771a;
	text-align: left;
	font-weight: bold;
	line-height: 1.6;
}



#main .arcUl li .title span {
	display: block;
	font-size: 20px;
	color: #4487d2;
}

#main .arcUl li .detail {
	color: #FFFFFF;
	font-size: 15px !important;
	font-weight: bold;
	background: #28a7e1;
	box-shadow: none;
	border-radius: 4px;
	padding: 3px 5px;
	width: 140px;
	margin: 10px auto 0;
	display: block;
	text-align: center;
}

#main .taxList {
	margin-bottom: 16px;
}

#main .taxList li,
#main .areaList li {
	display: inline-block !important;
	padding: 0;
	font-size: 16px;
	background: none;
	margin: 0;
}

#main .taxList li:before,
#main .areaList li:before,
#main .taxList li:after,
#main .areaList li:after {
	content: none;
}

#main .cat a,
#main .taxList li a,
#main .areaList li a {
	display: inline-block !important;
	background: #28a7e1;
	color: #fff !important;
	font-weight: bold;
	margin: 0 4px 4px 0;
	text-decoration: none;
	padding: 0 5px;
	border-radius: 3px;
	/*    position: inherit;*/
}

#main .areaList li a {
	background-color: #12a73b;
	border: solid 1px #12a73b;
}

#main .taxList li.current-cat a {
	background-color: #FFF;
	color: #28a7e1 !important;
	border: solid 1px #28a7e1;
}

#main .areaList li.current-cat a {
	background-color: #FFF;
	color: #12a73b !important;
	border: solid 1px #12a73b;
}

/*個別記事*/
.innerArt {
	font-size: 16px
}

.innerArt p {
	margin-bottom: 1.5em
}

#main .infoBox {
	padding: 8px 0;
	border-bottom: dotted 1px #333;
	overflow: hidden;
	margin-bottom: 30px;
	font-size: 16px;
}

#main .infoBox .time {
	float: right;
	font-weight: bold;
}

#main .pagenavi {
	padding: 20px 0 0 0 !important;
	margin: 0 auto 60px !important;
	text-align: center;
	position: relative;
}

#main .pagenavi a {
	display: inline-block;
	border-radius: 5px;
	background: #f8771a;
	/*border:solid 3px #338593;*/
	padding: 5px 5px;
	width: 130px;
	text-align: center;
	transition: 0.7s;
	font-size: 18px;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#main .pagenavi a:link,
#main .pagenavi a:hover,
#main .pagenavi a:visited {
	color: #fff !important;
	text-decoration: none !important;
}

#main .pagenavi a:hover {
	opacity: 0.75;
	transition: 0.7s;
}

#main .pagenavi li {
	padding: 0 !important;
	margin: 0 0 50px 0 !important;
	background: none !important;
	display: block;
	width: 140px;
}

#main .pagenavi li:before,
#main .pagenavi li:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	left: inherit;
	margin: auto;
	content: "";
	vertical-align: middle;
}

#main .pagenavi li:before {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #fff;
}

#main .pagenavi li:after {
	right: 26px;
	width: 4px;
	height: 4px;
	border-top: 2px solid #f8771a;
	border-right: 2px solid #f8771a;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#main .pagenavi .prev {
	position: absolute;
	right: 0;
}

#main .pagenavi .prev a {
	padding: 5px 20px 5px 5px;
}

#main .pagenavi li.list {
	position: absolute !important;
	left: 50%;
	margin-left: -70px !important;
}

#main .pagenavi li.list:before,
#main .pagenavi li.list:after {
	content: none;
}

#main .pagenavi .next {
	position: absolute !important;
	left: 0;
}

#main .pagenavi li.next:before,
#main .pagenavi li.next:after {
	left: 20px;
	right: inherit;
}

#main .pagenavi li.next:after {
	left: 26px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

#main .pagenavi .next a {
	padding: 5px 5px 5px 20px;
}

/* ---------- add ---------- */

small.bnr {
	display: block;
	font-weight: normal;
	font-size: 15px;
}










/* ====================================================================================================

	Add Styles by sgw

==================================================================================================== */

/* --------------------------------------------------

	page - seminar (60分会社説明会)

-------------------------------------------------- */

.programBox h3 {
	border: 1px solid #ff8833;
	border-radius: 4px;
	font-size: 24px;
	font-weight: bold;
	color: #ff8833;
	margin-bottom: 20px;
	padding: 5px 10px;
}

.programBox h3 span {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	background: #ff8833;
	color: white;
	border-radius: 4px;
	padding: 5px 10px;
	margin-bottom: 10px;
}

.programBox h4 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

.programBox ul li {
	list-style-type: none;
	margin: 0 0 10px;
	font-size: 22px;
	font-weight: bold;
	padding-left: 2em;
	text-indent: -1em;
}

#seminar #main .sec01 .photoBox,
#trial #main .sec01 .photoBox {
	width: 400px;
	height: 275px;
	overflow: hidden;
	position: relative;
}

#seminar #main .sec01 .photoBox img,
#trial #main .sec01 .photoBox img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}


/* --------------------------------------------------

	page - corporate (●●●を知る)

-------------------------------------------------- */

/* ----- topMessage(代表メッセージ) ----- */
.topMessage {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	min-height: 250px;
	overflow: hidden;
	position: relative;
	margin-bottom: 50px;
}

.topMessage:after {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 74%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 74%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 74%, rgba(255, 255, 255, 1) 100%);
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.topMessage .msgBox {
	margin: 50px 50px 50px 450px;
	width: 600px;
	padding: 20px;
	border-radius: 10px;
	text-align: left;
	font-size: 20px;
	background: rgba(240, 240, 240, 0.7);
	z-index: 2;
	position: relative;
}


.topMessage h3 {
	font-size: 36px;
	font-weight: bold;
	color: #28a7e1;
	margin-bottom: 20px;
	text-shadow: 4px 0px 0px #fff, -3.49322px -1.9487px 0px #fff, 2.10128px 3.40362px 0px #fff, -0.17692px -3.99608px 0px #fff, -1.7923px 3.57598px 0px #fff, 3.30734px -2.24976px 0px #fff, -3.98436px 0.35348px 0px #fff, 3.65176px 1.63238px 0px #fff, -2.39384px -3.20462px 0px #fff, 0.52934px 3.96482px 0px #fff, 1.46928px -3.72038px 0px #fff, -3.0956px 2.53324px 0px #fff, 3.93752px -0.70418px 0px #fff, -3.78172px -1.3033px 0px #fff, 2.66766px 2.98054px 0px #fff, -0.87764px -3.90254px 0px #fff, -1.13476px 3.83566px 0px #fff;
}

.topMessage h3 span {
	color: red;
}

.topMessage h4 {
	font-size: 26px;
	font-weight: bold;
	color: #28a7e1;
	margin-bottom: 20px;
	text-shadow: 4px 0px 0px #fff, -3.49322px -1.9487px 0px #fff, 2.10128px 3.40362px 0px #fff, -0.17692px -3.99608px 0px #fff, -1.7923px 3.57598px 0px #fff, 3.30734px -2.24976px 0px #fff, -3.98436px 0.35348px 0px #fff, 3.65176px 1.63238px 0px #fff, -2.39384px -3.20462px 0px #fff, 0.52934px 3.96482px 0px #fff, 1.46928px -3.72038px 0px #fff, -3.0956px 2.53324px 0px #fff, 3.93752px -0.70418px 0px #fff, -3.78172px -1.3033px 0px #fff, 2.66766px 2.98054px 0px #fff, -0.87764px -3.90254px 0px #fff, -1.13476px 3.83566px 0px #fff;
}

.topMessage h4 span {
	color: red;
}

.topMessage p span {
	display: inline-block;
	background: white;
	color: #28a7e1;
	padding: 5px 20px;
	border-radius: 16px;
	font-weight: bold;
	font-size: 16px;
}

.programBox ul.normal li {
	font-size: 16px;
	text-indent: inherit;
	padding-left: 13px;
	position: relative;
	float: left;
	margin-right: 15px;
	width: calc(50% - 21px);
}

.programBox ul.normal li:nth-child(2n) {
	margin-right: 0;
}

.programBox ul.normal li:nth-child(2n+1) {
	clear: both;
}

.programBox ul.normal li:before,
.programBox ul.normal li:after {
	position: absolute;
	top: 8px;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.programBox ul.normal li:before {
	width: 7px;
	height: 7px;
	background: #f60;
}

.programBox ul.normal li:after {
	left: 1.5px;
	top: 10px;
	width: 2px;
	height: 2px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* ----- timeline(●●●の軌跡) ----- */
.timeline {
	list-style: none;
	margin-bottom: 70px;
	font-size: 16px;
	position: relative;
}

.timeline .photo {
	position: absolute;
	top: 0;
	right: 0;
}

.timeline>li {
	margin-bottom: 60px;
}

.timeline>li {
	overflow: hidden;
	margin: 0;
	position: relative;
}

.timeline-date {
	width: 150px;
	float: left;
	margin-top: 20px;
}

.timeline-content {
	width: 75%;
	float: left;
	border-left: 3px #e5e5d1 solid;
	padding: 20px 0 20px 40px;
}

.timeline-content:before {
	content: '';
	width: 12px;
	height: 12px;
	background: #28a7e1;
	position: absolute;
	left: 146px;
	top: 24px;
	border-radius: 100%;
}

/* ----- event(社内イベント) ----- */
.eventBox {
	counter-reset: eventlist;
}

.eventBox li {
	margin-top: 40px;
	border: 5px solid #ff8833;
	counter-increment: eventlist;
}

.eventHead {
	background: rgba(94, 166, 70, 0.2);
	font-size: 24px;
	color: #ff8833;
}

.eventHead:before {
	background: #ff8833;
	color: white;
	padding: 10px 20px;
	display: inline-block;
	margin-right: 20px;
	content: '社内イベント' counter(eventlist, decimal);
}

.eventBody {
	padding: 20px;
	font-size: 15px;
	line-height: 1.67;
}

.eventBody .left {
	width: 450px;
	height: 275px;
	float: left;
	position: relative;
	overflow: hidden;
}

.eventBody .left img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}

.eventBody .right {
	width: 560px;
	float: right;
}

.eventBody h4 {
	border: 3px double #28a7e1;
	border-radius: 4px;
	font-size: 24px;
	font-weight: bold;
	color: #28a7e1;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 5px 10px;
}

.eventBody ul.gallery li {
	width: 330px;
	float: left;
}

.eventBody ul.gallery li:nth-child(2) {
	margin-left: 30px;
	margin-right: 30px;
}

.eventBody ul.gallery li img {
	margin-bottom: 20px;
}

/* --------------------------------------------------

	archive - interview (仲間を知る)

-------------------------------------------------- */

.profile * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.profile .intro {
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	width: 1100px;
	background: #ff8833;
}

.profile .intro .photo {
	width: 700px;
	height: 350px;
	overflow: hidden;
	position: relative;
	background: url(./img/common/staff_bg.jpg) center center;
	background-size: 35% auto;
}

.profile .intro .photo img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}

.profile .intro .info {
	width: 400px;
	text-align: center;
	padding: 0 20px;
	color: white;
}

.profile .intro .info .name {
	font-size: 36px;
	font-weight: bold;
}

.profile .intro .info .name span {
	font-size: 18px;
	display: block;
}

.profile .intro .info .prflist {
	/*	border-top:1px solid rgba(0,0,0,0.2);
	border-bottom:1px solid rgba(0,0,0,0.2);*/
	margin-top: 20px;
	padding: 20px 0;
	text-align: left;
}

.profile .intro .info .prflist li+li {
	margin-top: 10px;
}

.profile .intro .info .prflist span:first-child {
	display: block;
	background: white;
	border-radius: 12px;
	text-align: center;
	color: #28a7e1;
	width: 20%;
	margin-right: 5%;
	float: left;
	font-weight: bold;
}

.profile .intro .info .prflist span:last-child {
	display: block;
	float: right;
	width: 75%;
}

.staffPict {
	position: relative;
	overflow: hidden;
	text-align: center;
}

.staffPict li {
	position: relative;
	overflow: hidden;
	width: 530px;
	height: 300px;
	float: left;
	margin-bottom: 20px;
}

.staffPict li:nth-child(2n) {
	float: right;
}

.staffPict li.picL {
	width: 1100px;
	height: 400px;
	float: none;
}


.staffPict li img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}


.staffPict li.picL img {
	width: 100%;
	height: auto;
}

/* --------------------------------------------------

	page - work (仕事を知る)

-------------------------------------------------- */

.workUI h3 {
	border: 1px solid #28a7e1;
	border-radius: 4px;
	font-size: 18px;
	font-weight: bold;
	color: #28a7e1;
	margin-bottom: 10px;
	padding: 5px 10px;
}

/* ----- timeline ----- */
.cp_timeline01 {
	position: relative;
	width: 100%;
	margin: 3em auto;
	padding: 1em 0;
	list-style-type: none;
}

.cp_timeline01:before {
	position: absolute;
	left: 50%;
	top: 0;
	content: '';
	display: block;
	width: 6px;
	height: 100%;
	margin-left: -3px;
	background: #ff8833;
	z-index: 5;
}

.cp_timeline01 li {
	padding: 1em 0;
}

.cp_timeline01 li:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.cp_timeline01 li:nth-child(odd) .timeline_item {
	position: relative;
	width: calc(50% - 29px);
	float: left;
	text-align: right;
}

.cp_timeline01 li:nth-child(even) .timeline_item {
	position: relative;
	width: calc(50% - 29px);
	float: right;
}

.cp_timeline01 li .timeline_item .flag_cont {
	position: relative;
	display: inline-block;
	text-align: center;
}

.cp_timeline01 li .timeline_item .flag {
	position: relative;
	display: inline;
	background: #ff8833;
	color: #ffffff;
	padding: 6px 10px;
	border-radius: 5px;
	font-weight: bold;
	text-align: left;
}

.cp_timeline01 li:nth-child(odd) .timeline_item .flag {
	-webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
	box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.cp_timeline01 li:nth-child(even) .timeline_item .flag {
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.cp_timeline01 li:nth-child(odd) .timeline_item .flag_cont:before,
.cp_timeline01 li:nth-child(even) .timeline_item .flag_cont:before {
	position: absolute;
	top: 10px;
	right: -41px;
	content: ' ';
	display: block;
	width: 12px;
	height: 12px;
	margin-top: -10px;
	background: #ff8833;
	border-radius: 12px;
	border: 6px solid #ff8833;
	z-index: 10;
}

.cp_timeline01 li:nth-child(even) .timeline_item .flag_cont:before {
	left: -41px;
}

.cp_timeline01 li:nth-child(odd) .timeline_item .flag_cont:after,
.cp_timeline01 li:nth-child(even) .timeline_item .flag_cont:after {
	position: absolute;
	top: 12px;
	right: -39px;
	content: ' ';
	display: block;
	width: 16px;
	height: 16px;
	margin-top: -10px;
	border-radius: 10px;
	border: 2px solid rgba(255, 255, 255, 1);
	z-index: 10;
}

.cp_timeline01 li:nth-child(even) .timeline_item .flag_cont:after {
	left: -39px;
}

.cp_timeline01 li:nth-child(odd) .timeline_item .flag:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	height: 0;
	width: 0;
	margin-top: -6px;
	border: solid transparent;
	border-left-color: #ff8833;
	border-width: 6px;
}

.cp_timeline01 li:nth-child(even) .timeline_item .flag:after {
	content: '';
	position: absolute;
	right: 100%;
	top: 50%;
	height: 0;
	width: 0;
	margin-top: -6px;
	border: solid transparent;
	border-right-color: #ff8833;
	border-width: 6px;
}

.cp_timeline01 li .timeline_item .time {
	display: block;
	margin-top: 1em;
	padding: 4px 6px;
	font-size: 0.6em;
	line-height: 1em;
	color: rgba(255, 87, 34, 1);
	text-align: right;
}

.cp_timeline01 li:nth-child(even) .timeline_item .time {
	text-align: left;
}

.cp_timeline01 li .timeline_item .desc {
	margin: 1em 0.75em 0 0;
	line-height: 1.5em;
	margin: 1em 1em 0 1em;
	padding: 1em;
	background: rgba(94, 166, 70, 0.2);
	border-radius: 6px;
}

/* --------------------------------------------------

	page - career (キャリアを知る)

-------------------------------------------------- */
.careerTtl {
	text-align: center;
	color: white;
	background: #ff8833;
	padding: 10px 0;
	color: white;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0;
	border-bottom: #fff solid 2px;
}

table.careerTbl {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
	margin-bottom: 20px;
}

table.careerTbl thead th,
table.careerTbl td {
	width: 25%;
	text-align: left;
	padding: 10px 0;
	padding: 10px;
	vertical-align: top;
}

table.careerTbl tr.ccon {
	background: url(./img/career/career_up.png) no-repeat center bottom;
}

table.careerTbl tr.ccon td {
	padding-bottom: 110px;

}

table.careerTbl thead th {
	font-size: 24px;
	background: #ff8833;
	color: #fff;
	text-align: center;
	border-left: #fff solid 2px;
}

table.careerTbl thead th:first-child {
	border-left: none;
}

table.careerTbl td {
	border-left: #fff solid 2px;
}

table.careerTbl th,
table.careerTbl td {
	border-bottom: #fff solid 2px;
}

table.careerTbl thead th.num1,
table.careerTbl tbody .num1 th {
	background: rgba(94, 166, 70, 0.1);
}

table.careerTbl thead th.num2,
table.careerTbl tbody .num2 th {
	background: rgba(94, 166, 70, 0.2);
}

table.careerTbl thead th.num3,
table.careerTbl tbody .num3 th {
	background: rgba(94, 166, 70, 0.3);
}

table.careerTbl thead th.num4,
table.careerTbl tbody .num4 th {
	background: rgba(94, 166, 70, 0.4);
}

table.careerTbl thead th.num5,
table.careerTbl tbody .num5 th {
	background: rgba(94, 166, 70, 0.5);
}

table.careerTbl td.num1,
table.careerTbl tbody .num1 td {
	background: rgba(210, 210, 210, 0.1);
}

table.careerTbl td.num2,
table.careerTbl tbody .num2 td {
	background: rgba(210, 210, 210, 0.2);
}

table.careerTbl td.num3,
table.careerTbl tbody .num3 td {
	background: rgba(210, 210, 210, 0.3);
}

table.careerTbl td.num4,
table.careerTbl tbody .num4 td {
	background: rgba(210, 210, 210, 0.4);
}

table.careerTbl td.num5,
table.careerTbl tbody .num5 td {
	background: rgba(210, 210, 210, 0.5);
}

table.careerTbl tbody th {
	padding: 10px 20px;
}

.careerU {
	overflow: hidden;
	margin-bottom: 50px;
	font-size: 14px;
}

.careerU li {
	width: 500px;
	margin-bottom: 30px;
	float: left;
}

.careerU li:nth-child(even) {
	float: right;
}


.box26 {
	position: relative;
	padding: 20px;
	border: solid 3px #28a7e1;
	border-radius: 8px;
	color: #28a7e1;
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	margin-bottom: 60px;
	box-sizing: border-box;
}

.box26 .box-title {
	position: absolute;
	display: inline-block;
	top: -13px;
	left: 10px;
	padding: 0 9px;
	line-height: 1;
	font-size: 19px;
	background: url(./img/common/bgwl.jpg) repeat center center;
	color: #28a7e1;
	font-weight: bold;
}

.bounce {
	animation: bounce_7289 3.6s ease infinite;
	transform-origin: 50% 50%;
}

@keyframes bounce_7289 {
	0% {
		transform: translateY(0)
	}

	5.55556% {
		transform: translateY(0)
	}

	11.11111% {
		transform: translateY(0)
	}

	22.22222% {
		transform: translateY(-15px)
	}

	27.77778% {
		transform: translateY(0)
	}

	33.33333% {
		transform: translateY(-15px)
	}

	44.44444% {
		transform: translateY(0)
	}

	100% {
		transform: translateY(0)
	}
}

.sec #main .sec01 h2,
#main .sec01 h2 {
	background-size: cover !important;
	min-height: 330px;
	position: relative;
	padding-top: 225px;
	font-size: 36px;
	font-weight: normal;
	color: #FFF;
	box-sizing: border-box;
	margin-bottom: 35px;
}


#main .sec01 h2 .textBox {
	background: rgba(0, 0, 0, 0.5);
	font-size: 36px;
	line-height: 1.24;
	padding: 20px 0 15px;
	width: 100% !important;
}

#main .sec01 h2 .textBox span {
	width: 1100px;
	margin: 0 auto;
	display: block;
}

#main .sec01 h2 .textBox small {
	font-size: 20px;
	display: block;
}

#main .sec01.aboutList h2 {
	background: url(./img/index/img01.jpg) no-repeat center center;

}

#main .sec01.staffList h2 {
	background: url(./img/index/img09.jpg) no-repeat center center;

}

#main .recruitList {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;

}

#main .recruitList li {
	width: auto;
	float: left;
	margin: 0 20px 10px 0;
	display: inline-block;
}

/* #main .recruitList li:nth-child(4n){
	margin-right: 0;
} */

#main .recruitList li a {
	border: 3px solid #28a7e1;
	display: block;
	font-size: 18px;
	color: #28a7e1;
	text-align: center;
	padding: 5px 10px;
	box-sizing: border-box;
}

#main .recruitList li:hover {
	background: rgba(84, 124, 205, 0.43);
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-ms-transition: 0.7s;
	-o-transition: 0.7s;
}

/*------------------------------------------------------------
	新卒ページ
------------------------------------------------------------*/

#newgraduate #mainv {
	max-width: 1400px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: -1;
}

#newgraduate #main {
	background: url(./img/common/bgwl.jpg) repeat left top;
}

#newgraduate .mainVisual {
	height: 700px;
	padding-top: 400px;
	margin-top: 129px;
	text-align: center;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
	background: #ff8833;
	/*	background: url(./img/index/main_visual_img.jpg) center center;*/
	background-size: cover;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}

#newgraduate .gMenu {
	text-align: center;
	margin-bottom: 50px;
}

#newgraduate .gMenu li {
	display: inline-block;
	margin: 0 5px 25px;
}

#newgraduate .gMenu li a:hover {
	opacity: 0.6;
	transition: 0.7s;
}


#newgraduate .mainBox h2 {
	background: url(./img/common/newGraduate_h2_bg.png) no-repeat center bottom;
	padding-bottom: 20px;
	text-align: center;
	font-size: 50px;
	color: #555;
	margin-bottom: 50px;
}

#newgraduate .challengeMember {
	position: relative;
	overflow: hidden;
	margin-bottom: 70px;
	padding-right: 290px;
	min-height: 730px;
}

#newgraduate .challengeMember h3 {
	font-size: 40px;
	line-height: 1.4;
	margin-bottom: 50px;
}

#newgraduate .challengeMember h3 span,
#newgraduate .challengeMember h3 small {
	font-size: 20px;
	display: block;
}

#newgraduate .challengeMember h3 small {
	font-weight: normal;
}

#newgraduate .challengeMember .imgLayer {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 0;
}

#newgraduate .challengeMember .catchTxt {
	font-weight: bold;
	font-size: 38px;
	color: #ca1527;
	margin-bottom: 50px;
	line-height: 1.2;
}

#newgraduate .challengeMember .floatR {
	float: right;
	margin-left: 30px;
	z-index: 1;
	position: relative;
}


#newgraduate .challengeMember .overflowH {
	overflow: hidden;
}

#newgraduate .challengeMember P {
	font-size: 20px;
	line-height: 1.8;
}

#newgraduate .challengeMember img {
	margin-bottom: 10px;
}

#newgraduate table.careerTbl,
#newgraduate .careerU {}

#newgraduate .careerU {
	margin-top: 20px;
}

#newgraduate .careerU li {
	width: 520px
}

#newgraduate .careerU li:nth-child(2n+1) {
	clear: both;
}

#newgraduate .careerU li h4 {
	background: #004088;
	border-radius: 5px;
	color: #fff;
	padding: 5px 15px;
	font-size: 20px;
	margin-bottom: 10px;
}

#newgraduate .careerU li ul {
	position: relative;
	overflow: hidden;
	text-align: center;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
}

#newgraduate .careerU li li {
	display: inline-block;
	margin: 0;

	width: 260px;
}

#newgraduate .careerU li span {
	width: 100%;
	position: relative;
	overflow: hidden;
	display: block;
}

#newgraduate .careerU li span:before {
	content: '' !important;
	display: block;
	padding-top: 70%;
}


#newgraduate .careerU li img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: auto;
	height: 100%;
}

#newgraduate .careerTtl {
	margin-top: 30px;
}


#newgraduate .daysFlow {
	background: #ff8833;
	padding: 70px 0;
}

#newgraduate .daysFlow h2 {
	color: #fff;
	background: url(./img/common/newGraduate_h2_bg02.png) no-repeat center bottom;
}

#newgraduate .daysFlow ul {
	position: relative;
	padding: 20px 0 0;
}

#newgraduate .daysFlow ul:before {
	position: absolute;
	left: 230px;
	top: 0;
	content: '';
	display: block;
	width: 6px;
	height: 100%;
	background: #fff;
}

#newgraduate .daysFlow li {
	position: relative;
	overflow: hidden;
	padding-left: 275px;
	margin-bottom: 30px;
}

#newgraduate .daysFlow li:before {
	height: 28px;
	width: 28px;
	border-radius: 50%;
	background: #fff;
	content: '';
	box-shadow: 0px 0px 0px 2px #fff;
	border: #28a7e1 solid 2px;
	position: absolute;
	left: 219px;
	top: 4px;
	box-sizing: border-box;
}

#newgraduate .daysFlow li h3 {
	color: #28a7e1;
	font-size: 20px;
	margin-bottom: 10px;
}

#newgraduate .daysFlow li .thumImg {
	width: 280px;
	height: 210px;
	position: relative;
	overflow: hidden;
	float: right;
	border-radius: 5px;
	margin-left: 10px;
}

#newgraduate .daysFlow li .thumImg img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}

#newgraduate .daysFlow li .flowDetail {
	overflow: hidden;
	background: #fff;
	border-radius: 5px;
	padding: 20px 25px;
	/* min-height: 200px; */
	box-sizing: border-box;
}

#newgraduate .daysFlow li .flowDetail p {
	font-size: 16px;
	margin-bottom: 0;
	line-height: 1.8;
}

#newgraduate .daysFlow li span {
	background: #28a7e1;
	color: #fff;
	text-align: center;
	padding: 3px 15px;
	border-radius: 5px;
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	left: 30px;
	top: 0;
}

#newgraduate .daysFlow li span:after {
	content: '';
	position: absolute;
	left: 100%;
	height: 0;
	width: 0;
	border: solid transparent 6px;
	border-left-color: #28a7e1;
	border-left-width: 12px;
	margin: auto;
	top: 0;
	bottom: 0;
}


#newgraduate .messageBox {
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}

#newgraduate .messageBox li {
	position: relative;
	overflow: hidden;
	background: #fff;
}

#newgraduate .messageBox li h3 {
	width: 165px;
	height: 165px;
	border-radius: 50%;
	background: #ff8833;
	color: #fff;
	font-size: 26px;
	text-align: center;
	padding-top: 50px;
	line-height: 1.4;
	position: absolute;
	bottom: 20px;
	box-sizing: border-box;
	right: 55%;
	z-index: 6;
}

#newgraduate .messageBox li:nth-child(2n) h3 {
	right: 5%;
}

#newgraduate .messageBox li h3 span {
	font-size: 16px;
	display: block;
}

#newgraduate .messageBox li h4 {
	background: #28a7e1;
	color: #fff;
	font-size: 30px;
	padding: 20px 30px;
	text-align: center;
	position: relative;
	z-index: 0;
}

#newgraduate .messageBox li .msgPict {
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	width: 550px;
	height: 465px;
	overflow: hidden;
	position: relative;
}

#newgraduate .messageBox li .msgPict img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}


#newgraduate .messageBox li:nth-child(2n) .msgPict {
	float: right;
}

#newgraduate .messageBox li .msgPict:after {
	content: '';
	position: absolute;
	right: 0;
	height: 0;
	width: 0;
	border: solid transparent 26px;
	border-right-color: #28a7e1;
	border-right-width: 40px;
	margin: auto;
	top: 15px;
	z-index: 10;
}

#newgraduate .messageBox li:nth-child(2n) .msgPict:after {
	left: 0;
	right: inherit;
	border: solid transparent 26px;
	border-left-color: #28a7e1;
	border-left-width: 40px;
}

#newgraduate .messageBox li .msgTxt {
	overflow: hidden;
}

#newgraduate .messageBox li .msgTxt p {
	font-size: 16px;
	line-height: 1.8;
	padding: 35px;
	overflow: hidden;
}

#newgraduate .listUl.comContactList {
	margin-bottom: 0;
	padding-bottom: 50px;
}


#newgraduate #gHeader .hBox .logo {
	margin: 0;
}

#newgraduate #gHeader .innerBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#newgraduate #gHeader .floatR {
	float: right;

	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

#newgraduate #gNavi {
	width: auto;
	position: relative;
	overflow: hidden;
	margin: 0;
}

#newgraduate #gHeader .hBox .linkBox {
	float: left;
	margin-right: 10px;
}

#newgraduate #gHeader .hBox .linkBox .catchTtl {
	background: #f0f0f0;
	padding: 3px 15px;
	border-radius: 5px;
	text-align: center;
	font-size: 15px;
	min-height: inherit;
}

#newgraduate #gHeader .hBox .linkBox .catchTtl span {
	font-size: 12px;
}

#newgraduate #gHeader .hBox .linkBox .photo,
#newgraduate #gHeader .hBox .linkBox .photo span {
	color: #ca1527;
	font-size: 42px;
	background: none;
	padding-left: 15px;
	line-height: 1;
	position: relative;
}


#newgraduate #gHeader .hBox .linkBox .photo i {
	font-size: 30px;
	transform: rotate(15deg);
	position: absolute;
	top: 8px;
	left: 0;
}

#newgraduate #gFooter {
	padding: 10px 0 0;
	background: url(./img/common/line.gif) repeat-x left top;
}

#newgraduate #gNavi li {
	background: #28a7e1;
	height: 108px;
	width: 108px;
	border-radius: 50%;
	margin-left: 10px;
}

#newgraduate #gNavi li a {
	color: #fff;
	font-size: 18px;
	display: table-cell;
	vertical-align: middle;
	padding: 0;
	height: 108px;
	width: 108px;
	box-sizing: border-box;
}

#newgraduate #gNavi li a:before,
#newgraduate #gNavi li a:after {
	content: none;
}


#newgraduate #gNavi li a:after {
	position: absolute;
	bottom: 25px;
	margin: auto;
	font-family: "Font Awesome 5 Free";
	content: '\f078' !important;
	font-weight: 900;
	font-size: 24px;
	right: 0;
	left: 0;
	height: 18px;
	line-height: 1;
	color: #fed900;
	width: auto;
	top: inherit !important;
}

#newgraduate .catchTtl {
	background: url(./img/common/newGraduate_catch_bg.png) no-repeat center center;
	background-size: cover !important;
	min-height: 518px;
	padding: 115px 0 0;
	box-sizing: border-box;
}

#blog .innerArt p a {
	color: #ff8833;
	text-decoration: underline;
}

.textCenter {
	text-align: center;
	margin: 0 auto 24px;
}

.textCenter p {
	font-size: 16px;
	line-height: 1.75;
}

#blog .mainBox img {
	max-width: 100%;
	height: auto;
}


.sec #main .sec01 .textBox .philosophytxt {
	font-size: 22px;
	font-weight: bold;
}