@charset "utf-8";
/*
Theme Name:suzukaku-recruit.jp
Theme URI: https://suzukaku-recruit.jp/
Description: pcbrain
Version: 1.0
Author: pcbrain.co.jp
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&family=Noto+Sans+JP:wght@400;500;700;900&display=swap');

/*------------------------------------------------------------
	色設定
------------------------------------------------------------*/

:root{
	--main-color01:		#171c61;
	--main-color02:		#547ccd;	
	
	--color-white:		#ffffff;
	--color-black:		#111111;
	--color-gray:		#999999;
	--color-darkred:	#b70000;
	--color-linegreen:	#06c755;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.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;
}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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:'Noto Sans JP',"メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 500;
}

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: var( --color-black );
	text-decoration: none;
}

a:visited {
	color: var( --color-black );
}

a:hover {
	color: var( --color-black );
}

a:active {
	color: var( --color-black );
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1200px;
	color: var( --color-black );
	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: #fff;
}

#gHeader .hBox .innerBox {
	width: 1100px;
	margin: 0 auto;
	display: flex;
    justify-content: space-between;
}

#gHeader .hBox .logo {
	margin: 10px 30px 0 0;
}

#gHeader .hBox .logo a:hover {
	opacity: 0.7;
}

#gHeader .hBox .linkBox {
	
}

#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: 'Roboto', sans-serif;
	font-size:32px;
	line-height:1;
	font-weight: bold!important;
	background: url(./img/common/ico_tel.png) no-repeat left center;
    background-size: 17px auto;
	padding-left:22px;
}


#gHeader .hBox .linkBox .link a {
	padding: 5px 0 5px 25px;
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	box-sizing: border-box;
	background: var(--main-color01) url(./img/common/icon01.png) no-repeat left 60px center;
}

#gHeader .hBox .linkBox .link a:hover {
	opacity: 0.7;
}

.menuBox {
	display: none;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
    margin-top: 15px;
	margin-right: 20px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    column-gap: 30px;
}

#gNavi li {
    display: block;
    float: left;
    font-weight: bold;
    position: relative;
}

#gNavi li a{
    padding: 50px 0 0 0;
    display: block;
    position: relative;
    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: var(--main-color02);
    border: var(--main-color02) 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: 40px 0;
}

#gFooter .fBox .mainBox{
	display: flex;
	column-gap: 40px;
}

#gFooter .fBox .fLogo {
	
}

#gFooter .fBox .fLogo a:hover {
	opacity: 0.7;
}

#gFooter .fBox ul {
	width: 750px;
	margin-top: 3px;
	float: right;
}

#gFooter .fBox ul li {
	width: 750px;
	margin: 0 0 10px;
	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;
	background:  var( --color-black );
}

#gFooter .fNavi li {
	margin: 0 22px;
	display: inline-block;
	font-size: 14px;
}


#gFooter .fNavi li a {
	color: #fff;
}

#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;
}

/*------------------------------------------------------------
	comContact
------------------------------------------------------------*/
.comContact {
	padding: 35px 0 25px;
	border-top: 10px solid  var( --color-black );
}

.comContact .mainBox {
    display: flex;
    justify-content: space-between;
}

.comContact01 {
    padding: 50px 0 20px;
	border: none;
}

.comContact p {
	margin: 5px 0 0;
	float: left;
	font-size: 23px;
	font-weight: bold;
}

.comContact ul {
	display: flex;
}

.comContact ul li {
	font-size: 18px;
	font-weight: bold;
}
.comContact ul li .tel-link{
	font-family: 'Roboto', sans-serif;
	font-size:38px;
	line-height:1;
	font-weight: normal !important;
	letter-spacing: -1px;
	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: 250px;
    padding: 10px 30px 10px 30px;
	display: block;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	box-sizing: border-box;
	background: var(--main-color01) url(./img/common/icon01.png) no-repeat left 46px center;
}

.comContact .link a:hover {
	opacity: 0.7;
}

/*------------------------------------------------------------
	comAbout
------------------------------------------------------------*/

.comAbout {
	padding: 50px 0 68px;
	border-top: 10px solid var( --color-black );
}

.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: 4px solid var(--main-color01);
  
	content: ""; 
}

.comAbout ul {
	width: 705px;
	margin: 70px auto 0;
}
/*
.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: var(--main-color01) 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: 420px;
	text-align: center;
	background-size: cover;
	box-sizing: border-box;
    position: relative;
}

#top .mainVisual p {
	margin-bottom: 20px;
	font-size: 60px;
	font-weight: 400;
	line-height: 1.4;
	color: #FFF;
	text-shadow: 0 0 10px #000;
}
#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: 246px;
	padding: 10px 0 20px;
	display: block;
	color: #FFF;
	border: 1px solid #FFF;
	background-color: var(--main-color01);
	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: 26px;
}

#top .mainVisual ul li a span.ribbon {
	font-family: 'Roboto', sans-serif;
    display: inline-block;
    position: relative;
    height: 28px;
    line-height: 28px;
    vertical-align: middle;
    text-align: center;
    padding: 0 30px;
	width: 210px;
    font-size: 14px;
    background: #ffbe34;
    color: var(--main-color01);
    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 var(--main-color01);
    border-style: solid;
}
#top .mainVisual ul li a span.ribbon:after{
    top: 0;
    right: 0;
    border-color: transparent var(--main-color01) 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%, -40%);
    -ms-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
    height: 100%;
    width: auto;
}

#top #main .sec01 {
	margin-bottom: 35px;
	position: relative;
}

#top #main .sec01 .photo img {

}

#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;
}

#top #main .listUl01 li .title span {
	display: block;
	font-size: 16px;
	color: var(--main-color01);
}

#top #main .sec02 {
	padding: 35px 0 60px;
}

#top #main .sec02 .mainBox{
    display: flex;
    justify-content: space-between;
    align-items: end;
}

#top #main .sec02 .lBox {
	width: 470px;
	margin-top: 7px;
}

#top #main .sec02 .lBox .photo {
	margin-bottom: 10px;
	text-align: center;
}

#top #main .sec02 .lBox p {
	margin-bottom: 40px;
	text-align: center;
	font-size: 24px;
	color: #333;
	font-weight: bold;
}

#top #main .sec02 .lBox .textBox {
	padding: 10px;
	border: 1px solid #CBCBCB;
	background-color: #F1EBDB;
	box-sizing: border-box;
}

#top #main .sec02 .lBox .textBox .newsBox {
	height: 190px;
	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: var(--main-color01);
	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: var(--main-color01);
}

#top #main .sec02 .lBox .textBox .link a:hover {
	opacity: 0.7;
}

#top #main .sec02 ul {
	width: 590px;
	margin-top: -20px;
}

#top #main .sec02 ul li {
	margin-top: 20px;
}

#top #main .sec02 ul li a {
	display: block;
	color: #FFF;
	background: var(--main-color02) url(./img/index/icon02.png) no-repeat right 13px 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: table;
}

#top #main .sec02 ul li a > span >span {
	display: table-cell;
	vertical-align: middle;
	font-size: 45px;
	font-weight: 500;
}

#top #main .sec02 ul li a > span >span span {
	font-size: 24px;
	font-weight: normal;
}

#main .listUl02 {
	width: 1094px;
	margin: 0 auto 25px;
}

#main .listUl02 li {
	width: 227px;
	margin-right: 62px;
	float: left;
	word-break: break-all;
}

#main .listUl02 li:nth-child(4n) {
	margin-right: 0;
}

#main .listUl02 li .photo {
	margin-bottom: 20px;
}

#top #main .listUl02 li .photo,
#interview #main .listUl02 li .photo,
#career #main .listUl02 li .photo{
    margin-bottom: 20px;
    width: 227px;
    height: 227px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: right;
    align-items: center;
}

#main .listUl02 li img{
	width: 227px;
	height: 227px;
	border-radius: 50%;
}

#top #main .listUl02 li img,
#interview #main .listUl02 li img,
#career #main .listUl02 li img{
    width: auto;
    height: 100%;
	border-radius: unset;
}

#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;
}

#main .listUl02 li .title span {
	display: block;
	font-size: 20px;
	color: var(--main-color01);
}

#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: 28px;
	color: #FFF;
	background: rgba(84, 124, 205, 0.8);
}

#top #main .sec03 li:last-child p {
	background: rgba(200, 160, 99, 0.8);
}

/*------------------------------------------------------------
	corporate.html
------------------------------------------------------------*/
#corporate #gNavi li:first-child a:before {
	background: var(--main-color01);
    border-color: var(--main-color01);
}

.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;
}

.sec .mainVisual h1 span{
    font-size: 28px;
}

.sec .headLine01 {
	margin-bottom: 35px;
	padding: 12px 20px 7px;
	font-size: 28px;
	color: #FFF;
	background-color: var(--main-color01);
	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: var( --color-black );
	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 var(--main-color01);
}

.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{
	margin: 0 0 40px;
}

.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: var(--main-color01);
}



/* 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;
}

#corporate img.alignright {
	padding: 0;
	margin: 0 0 2px 50px;
}

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: var(--main-color01);
    border-color: var(--main-color01);
}


 #interview.intQA{
	padding-top: 10px;
	
}
.intQA h3{
	font-size: 28px;
	border-left:10px solid var(--main-color01);
	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-weight: bold;
}

/*インタビュー一覧*/
.intList {
    padding: 35px 0 25px;
}
.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: var(--main-color01);
    border-color: var(--main-color01);
}

#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: var(--main-color01) 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: var(--main-color01);
    border-color: var(--main-color01);
}

#work .navBtn{
	margin-bottom: 35px;
}
#work .navBtn li a{
	border: 3px solid var(--main-color01);
	display: block;
	width: 263px;
	font-size: 18px;
	color: var(--main-color01);
	text-align: center;
	padding: 5px 0;
	box-sizing: border-box;
	float: left;
	margin-right: 16px;
}
#work .navBtn li:last-child a{
	margin-right: 0px
}
#a001,#a002,#a003,#a004,#a005,#a006{
	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: var(--main-color02) url(./img/common/icon01.png) no-repeat left 50px center;
}
#work .imgBox{
	margin-bottom: 65px;
}
#work .topText span{
	color: #FF0004
}



/*#career*/
#career #gNavi li:nth-child(4) a:before {
	background: var(--main-color01);
    border-color: var(--main-color01);
}
#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: #FE7936;
	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: var(--main-color01);
    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: var(--main-color01);
    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: var(--main-color01) !important;
    border: solid 1px var(--main-color01);
}

#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 var(--main-color01);
	border-radius: 4px;
	font-size: 22px;
	font-weight: bold;
	color: var(--main-color01);
	margin-bottom: 20px;
	padding: 5px 10px;
}
.programBox h3 span {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	background: var(--main-color01);
	color: white;
	border-radius: 4px;
	padding: 5px 10px;
	margin-bottom: 10px;
}
.programBox h4 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

#corporate .programBox h4 {
	margin-bottom: 5px;
}

.programBox ul li {
	list-style-type: none;
	margin: 0 0 10px;
    font-size: 22px;
    font-weight: bold;
    padding-left: 2em;
    text-indent: -1em;
}

/* --------------------------------------------------

	page - corporate (●●●を知る)

-------------------------------------------------- */

/* ----- topMessage(代表メッセージ) ----- */
.topMessage {
	background-image: url(./img/corporate/corporate01.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	width: 600px;
	height: 250px;
	overflow: hidden;
	position: relative;
	padding: 50px 450px 50px 50px;
}
.topMessage h3 {
	font-size: 36px;
	font-weight: bold;
	color: var(--main-color01);
	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: var(--main-color01);
	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 {
    text-align: left;
    line-height: 2;
}
.topMessage p span {
    display: inline-block;
    background: var(--main-color01);
    color: var(--color-white);
    margin: 20px 0 0;
    padding: 5px 20px;
    border-radius: 16px;
    font-weight: bold;
    font-size: 16px;
}

/* ----- 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: var(--main-color01);
	position: absolute;
	left: 146px;
	top: 24px;
	border-radius: 100%;
}

/* ----- event(社内イベント) ----- */
.eventBoxLyt{
	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;
	border: 5px solid var(--main-color01);
    padding: 20px;
    margin-bottom: 30px;
}
.eventBodyN {
	width: 500px;
	font-size: 15px;
    line-height: 1.67;
}
.eventHeadN {
	display: inline-block;
    font-weight: bold;
    background: var(--main-color01);
    color: white;
    border-radius: 4px;
    padding: 3px 20px 0;
    margin:10px 0;
	font-size: 18px;
}
.eventImg{
	display: block;
	margin: 0 auto 15px;
}



/* --------------------------------------------------

	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:var(--main-color01);
}
.profile .intro .photo {
	width: 700px;
	overflow: hidden;
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}
.profile .intro .photo img {
	height: auto;
}
.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: var(--main-color01);
	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: auto;
    float: left;
    margin-bottom: 20px;
}

.staffPict li:nth-child(2n+1){
    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 var(--main-color01);
	border-radius: 4px;
	font-size: 18px;
	font-weight: bold;
	color: var(--main-color01);
	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: var(--main-color01);
	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: var(--main-color01);
	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: var(--main-color01);
	border-radius: 12px;
	border: 6px solid var(--main-color01);
	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: var(--main-color01);
	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: var(--main-color01);
	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;
}

.cp_timeline01 li .timeline_item .desc span {
	color: #666;
	font-size: 0.9em;
}

/* --------------------------------------------------

	page - career (キャリアを知る)

-------------------------------------------------- */

table.careerTbl {
	width: 100%;
	border-collapse:separate;
	border-spacing: 4px;
	font-size: 15px;
	margin-bottom: 60px;
}
table.careerTbl th{
	text-align: center;
	color:white;
	background: var(--main-color01);
	width: 25%;
	padding: 10px 0;
	color: white;
	font-size: 24px;
	font-weight: bold;
}
table.careerTbl td{
	text-align: left;
	width: 25%;
	padding: 10px 0;
	background: #eee;
	padding: 10px;
}
table.careerTbl td.num1{
	background: rgba(94,166,70,0.1);
	font-weight: bold;
}
table.careerTbl td.num2{
	background: rgba(94,166,70,0.2);
	font-weight: bold;
}
table.careerTbl td.num3{
	background: rgba(94,166,70,0.3);
	font-weight: bold;
}
table.careerTbl td.num4{
	background: rgba(94,166,70,0.4);
	font-weight: bold;
}
table.careerTbl td.num5{
	background: rgba(94,166,70,0.5);
	font-weight: bold;
}
table.careerTbl td.foot{
	background: white;
	padding: 30px 0 0 0 !important;
}

.box26 {
    position: relative;
    padding: 20px;
    border: solid 3px var(--main-color01);
    border-radius: 8px;
	color: var(--main-color01);
	font-size: 24px;
	font-weight: bold;
	width: 450px;
	text-align: center;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: var(--main-color01);
    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-image: url(./img/index/img09.jpg);
	background-repeat:  no-repeat;
	background-position:  center center;
	min-height: 415px;
}

#main .recruitList{
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
#main .recruitList li {
    width: 260px;
	float: left;
	margin:0 20px 10px 0;
}

#main .recruitList li:nth-child(4n){
	margin-right: 0;
}

#main .recruitList li a{
	border: 3px solid var(--main-color01);
    display: block;
    font-size: 18px;
    color: var(--main-color01);
    text-align: center;
    padding: 5px 0;
    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;
}

p.txt{
    font-size: 16px;
    text-align: center;
    margin: 50px auto;
}