a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline}html{line-height:1}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}caption,td,th{text-align:left;font-weight:400;vertical-align:middle}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}a img{border:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display:block}

/*clear fix*/

.gNavLi:after,
.topSection03 .list:after,
.topSection04 .list:after,
.bnrList:after,
#interviews .list:after,
#benefit .benefitList:after,
#training .topContents:after,
#training .trainingList:after,
#statistics .imgList:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '';
}

#wrapper img {
	display: block;
	max-width: 100%;
	height: auto;
	width: auto;
	margin: 0 auto;
}

header,
#js_menu,
#footerLink .linkList,
#pagetop,
.topSection02 .inner,
.topSection02 .btn,
.topSection04 .inner02,
.table01 th,
.table01 .btn,
.bnrList .inner,
#contentsInner,
#interviews .staffImg,
#interviews .staffImg .container01,
#interviews .dtl,
#benefit .benefitList li,
#statistics .imgList li {
	box-sizing: border-box;
}

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

body {
	font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-text-size-adjust: 100%;
	color: #333;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.en {
	/* font-family: 'Arvo', serif; */
}

.wrap,
.fade {
	display: block;
	text-decoration: none;
}

.wrap:hover,
.fade:hover {
	text-decoration: none;
}

.ib {
	display: inline-block;
}

.spCont {
	display: none;
}

.container01 {
	width: 980px;
	margin: 0 auto;
}

.container02 {
	max-width: 1400px;
	margin: 0 auto;
}

.container03 {
	max-width: 1200px;
	margin: 0 auto;
}

.razy {
	opacity: 0.1;
	filter: alpha(opacity=10);
	-webkit-transform: translate(0, 3px);
	-ms-transform: translate(0, 3px);
	transform: translate(0, 3px);
	transition: all 500ms;
}

.razy.fadeIn {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

/******************************** font-weight */
.bold { font-weight: bold; }
.Mbold {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.normal { font-weight: normal; }

/*文字左寄せ 要素中央寄せ*/
.left-contsCenter {
  display: block;
  text-align: center;
}
.left-contsCenter > * {
  display: inline-block;
  text-align: left;
}

/* #wrapper
-------------------------*/

#wrapper {
	min-width: 1060px;
}

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

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: #373582;
	z-index: 9999;
}

header .container01 {
	position: relative;
	width: 1094px;
}

header .logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 240px;
}

header.page .logo .wrap {
	background: url(/recruit/new/img/logo_on.png) no-repeat left top;
	background-size: 100% auto;
}

header.page .logo .wrap:hover img {
	opacity: 0;
	filter: alpha(opacity=0);
}

header.page .logo img {
	opacity: 1;
	filter: alpha(opacity=100);
	transition: all 500ms ease;
}

/* gNav
-------------------------*/

#js_menu {
	position: absolute;
	top: 10px;
	right: 5px;
	width: 30px;
	height: 32px;
	color: #fff;
	padding-top: 24px;
	font-size: 8px;
	text-align: center;
}

#js_menu:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 15px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: "";
}

#js_menu:after {
	position: absolute;
	top: 8px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	content: "";
}

#js_close {
	position: absolute;
	top: 10px;
	right: 15px;
	width: 30px;
	height: 30px;
}

#js_close:before {
	position: absolute;
	top: 15px;
	right: 0;
	width: 30px;
	height: 2px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}

#js_close:after {
	position: absolute;
	top: 15px;
	right: 0;
	width: 30px;
	height: 2px;
	background: #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	content: "";
}

#gNav {
	margin-left: 340px;
}

.gNavLi {
	padding-top: 15px;
}

.gNavLi li {
	float: left;
}

.gNavLi li:first-child {
	margin-left: 0;
}

.gNavLi .nav01 {
	width: 149px;
}
.gNavLi .nav02 {
	width: 132px;
}
.gNavLi .nav03 {
	width: 149px;
}
.gNavLi .nav04 {
	width: 136px;
}
.gNavLi .nav05 {
	width: 98px;
}

.gNavLi img {
	opacity: 1;
	filter: alpha(opacity=100);
	transition: all 500ms ease;
}

.gNavLi .current img {
	opacity: 0;
	filter: alpha(opacity=0);
}

.gNavLi .nav01 .wrap {
	background: url(/recruit/new/img/header_nav__img01_hover.webp) no-repeat left top / 100% auto;
}

.gNavLi .nav01 .wrap:hover img {
	opacity: 0;
	filter: alpha(opacity=0);
}

.gNavLi .nav02 .wrap {
	background: url(/recruit/new/img/header_nav__img02_hover.webp) no-repeat left top / 100% auto;
}

.gNavLi .nav02 .wrap:hover img {
	opacity: 0;
	filter: alpha(opacity=0);
}

.gNavLi .nav03 .wrap {
	background: url(/recruit/new/img/header_nav__img03_hover.webp) no-repeat left top / 100% auto;
}

.gNavLi .nav03 .wrap:hover img {
	opacity: 0;
	filter: alpha(opacity=0);
}

.gNavLi .nav04 .wrap {
	background: url(/recruit/new/img/header_nav__img04_hover.webp) no-repeat left top / 100% auto;
}

.gNavLi .nav04 .wrap:hover img {
	opacity: 0;
	filter: alpha(opacity=0);
}

.gNavLi .nav05 .wrap {
	background: url(/recruit/new/img/header_nav__img05_hover.webp) no-repeat left top / 100% auto;
}

.gNavLi .nav05 .wrap:hover img {
	opacity: 0;
	filter: alpha(opacity=0);
}

.gNavLi .entry {
	position: absolute;
	top: 0;
	right: 0;
}

.gNavLi .entry .wrap {
	width: 90px;
	height: 112px;
	background-image: url(/recruit/new/img/header_entry__img_hover.webp);
	background-repeat: no-repeat;
	background-position: left -5px;
	background-size: 100% auto;
}

.gNavLi .entry .wrap:hover {
	background-position: left 0;
}

.gNavLi .entry .wrap:hover img {
	position: relative;
	top: 5px;
	opacity: 0;
	filter: alpha(opacity=0);
}

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

#contents {
	margin-top: 80px;
	padding-bottom: 100px;
}

#contents.top {
	margin-top: 0;
}

/* breadcrumb
-------------------------*/

#breadcrumb .current {
	cursor: default;
}

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

#footerLink {
	background: #edeef2;
	padding: 25px 0;
}

#footerLink .linkList li {
	display: inline-block;
	font-size: 13px;
	margin-left: 10px;
	border-left: 1px solid #333;
	padding-left: 10px;
}

#footerLink .linkList li:first-child {
	margin-left: 0;
}

#footerLink .linkList li:first-child {
	border-left: none;
}

footer {
	background: #373582;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

#copyright {
	font-size: 11px;
	color: #fff;
}

#pagetop {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 80px;
	font-size: 10px;
	color: #fff;
	text-align: center;
	background: #373582;
	width: 70px;
	height: 70px;
	padding-top: 50px;
}

#pagetop:before {
	position: absolute;
	top: 25px;
	left: 23px;
	width: 17px;
	height: 17px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	content: "";
}

/* top
-------------------------*/

#main .container02 {
	position: relative;
}

#main .catch {
	position: absolute;
	top: -294px;
	left: 70px;
}

#main .icon {
	position: absolute;
	top: -80px;
	margin-top: -5px;
	left: 50%;
	margin-left: -35px;
	-webkit-animation: scrollAnime 2s infinite alternate linear;
	animation: scrollAnime 2s infinite alternate linear;
}

.ytp-watermark {
	display: none !important;
}

#tubular-container {
	position: relative !important;
	height: calc(100% - 80px) !important;
	margin-top: 80px;
}

#tubular-shield:before {
	position: absolute;
	width: 543px;
	height: 100%;
	top: 0;
	right: 0;
	background: url(/recruit/new/img/img_mv_01.png) no-repeat left top;
	content: "";
	z-index: 3;
}

#topContents {
	padding-top: 114px;
	background: url(/recruit/new/img/bg_contents_01.png) repeat-x center top;
}

.interview-banner {
	max-width: 780px;
	margin: 0 auto 40px;
}
.interview-banner a {
	transition: opacity .3s ease;
}
.interview-banner a:hover {
	opacity: 0.7;
}

.topSection .ttl {
	margin-bottom: 20px;
	font-size: 28px;
	text-align: center;
}

.topSection .subTtl {
	position: relative;
	padding-bottom: 32px;
	margin-bottom: 50px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.topSection .subTtl:before {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	height: 2px;
	content: "";
}

.topSection .catch {
	margin-bottom: 63px;
}

.topSection .txt {
	font-size: 16px;
	line-height: 37px;
}

.topSection01 {
	margin-bottom: 130px;
	text-align: center;
	background-image: url(/recruit/new/img/bg_top_01.png);
	background-repeat: no-repeat;
	background-position: center 263px;
}

.topSection01 .ttl {
	color: #e9341a;
	margin-bottom: 40px;
}

.topSection01 .catch {
	position: relative;
	opacity: 0;
	filter: alpha(opacity=0);
	top: 5px;
}

.topSection02 {
	margin-bottom: 80px;
}

.topSection02 .ttl {
	color: #373582;
}

.topSection02 .subTtl:before {
	background: #373582;
}

.topSection02 .container03 {
	height: 572px;
	background: url(/recruit/new/img/bg_top_02.jpg) no-repeat center top;
}

.topSection02 .inner {
	position: relative;
	top: 85px;
	left: 107px;
	width: 600px;
	height: 400px;
	background: #fff;
	box-shadow: 0 0 6px rgba(6, 0, 1, 0.1);
	padding: 50px;
}

.topSection02 .innerTxt {
	font-size: 30px;
	font-weight: bold;
	line-height: 48px;
	margin-bottom: 20px;
}

.topSection02 .name {
	text-align: right;
	font-size: 15px;
	margin-bottom: 30px;
}

.topSection02 .name .line {
	color: #e9341a;
}

.topSection02 .name .small {
	font-size: 13px;
}

.topSection02 .btn {
	width: 500px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border: 1px solid #373582;
	background: #fff;
	font-size: 16px;
	color: #373582;
	font-weight: bold;
	transition: all 500ms ease;
}

.topSection02 .btn:hover {
	background: #373582;
	color: #fff;
	box-shadow: 4px 4px 0 #d7d6d6;
}

.topSection02 .btn:hover .btnInner:before {
	border-left: 3px solid #fff;
}

.topSection02 .btnInner {
	position: relative;
	display: inline-block;
}

.topSection02 .btnInner:before {
	position: absolute;
	top: 50%;
	right: -10px;
	margin-top: -3px;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 3px solid #373582;
	content: "";
	transition: all 500ms ease;
}

.topSection03 {
	margin-bottom: 114px;
}

.topSection03 .ttl {
	color: #e9341a;
}

.topSection03 .subTtl:before {
	background: #e9341a;
}

.topSection03 .list {
	margin-left: -40px;
}

.topSection03 .list li {
	float: left;
	margin-left: 40px;
	height: 420px;
	margin-bottom: 30px;
}

.topSection03 .listTtl {
	position: relative;
	top: -28px;
	margin-bottom: 15px;
	left: 10px;
	display: inline-block;
	background: #373582;
	font-size: 16px;
	color: #fff;
	height: 46px;
	line-height: 46px;
	padding: 0 5px 0 15px;
	font-weight: bold;
}

.topSection03 .listTtl:before {
	position: absolute;
	right: -10px;
	top: 0;
	border-bottom: 46px solid transparent;
	border-left: 10px solid #373582;
	content: "";
	z-index: 99;
}

.topSection03 .name {
	margin-top: -28px;
	font-weight: bold;
	font-size: 18px;
	text-align: right;
	line-height: 1.5;
}

/* bnr-list 20/02/19
----------------------------*/
.topSection03 .container03 {
	max-width: 1042px;
}
.topSection03 .youtube-list {
	margin-bottom: 60px;
}
.topSection03 .bnr-list a {
	position: relative;
}
.topSection03 .bnr-list .fade {
  color: #fff;
  transition: all .3s ease;
}
.topSection03 .bnr-list .inner {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 75px;
  background: rgba(0, 0, 0, 0.45);
  padding: 15px 20px;
  display: block;
  box-sizing: border-box;
}
.topSection03 .bnr-list .en {
  font-size: 12px;
  color: #ffd464;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.topSection03 .bnr-list .ttl {
	color: inherit;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}
.topSection03 .btn {
	width: 90%;
  max-width: 500px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #373582;
  background: #fff;
  font-size: 16px;
  color: #373582;
  font-weight: bold;
  transition: all 500ms ease;
  margin: 20px auto;
}
.topSection03 .btnInner {
  position: relative;
  display: inline-block;
}
.topSection03 .btnInner::before {
  position: absolute;
  top: 50%;
  right: -10px;
  margin-top: -3px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #373582;
  content: "";
  transition: all 500ms ease;
}
.topSection03 .btn:hover {
  background: #373582;
  color: #fff;
  box-shadow: 4px 4px 0 #d7d6d6;
}
.topSection03 .youtube-list-item {
	height: 586px;
}
.topSection03 .youtube-list-item lite-youtube {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.topSection03 .bx-wrapper .bx-controls-direction a {
	top: calc(50% - 70px);
	background-color: #E9341A;
	width: 30px;
	height: 141px;
	border-radius: 3px;
}
.topSection03 .bx-wrapper .bx-controls-direction a.bx-prev {
	left: -55px;
}
.topSection03 .bx-wrapper .bx-controls-direction a.bx-next {
	right: -55px;
}
.topSection03 .bx-wrapper .bx-controls-direction a::before {
	position: absolute;
	content: "";
	top: calc(50% - 10px);
	left: calc(50% - 7px);
	width: 0;
  height: 0;
  border-style: solid;
  border-left: 0;
}
.topSection03 .bx-wrapper .bx-controls-direction a.bx-prev::before {
	border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 12px solid #fff;
	border-left: 0;
}
.topSection03 .bx-wrapper .bx-controls-direction a.bx-next::before {
	border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 12px solid #fff;
	border-right: 0;
}
.topSection03 .bx-wrapper .bx-pager.bx-default-pager a:hover, .topSection03 .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #E9341A;
}

.topSection04 {
	margin-bottom: 75px;
	padding-top: 65px;
	padding-bottom: 70px;
	background: url(/recruit/new/img/bg_pattern_01.png);
}

.topSection04 .ttl {
	color: #373582;
}

.topSection04 .subTtl:before {
	background: #373582;
}

.topSection04 .list {
	text-align: center;
}

.topSection04 .list li {
	float: left;
	width: 33.3%;
	height: 470px;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}

.topSection04 .list .wrap {
	position: relative;
	height: 100%;
}

.topSection04 .list .wrap:hover .inner {
	background: rgba(255, 255, 255, 0.85);
}

.topSection04 .list .wrap:hover .inner:before {
	width: 0;
}

.topSection04 .list .wrap:hover .inner:after {
	height: 0;
}

.topSection04 .list .wrap:hover .inner02:before {
	width: 0;
}

.topSection04 .list .wrap:hover .inner02:after {
	height: 0;
}

.topSection04 .list .wrap:hover .listTtl {
	color: #373582;
}

.topSection04 .list .en {
	color: #ffd464;
	font-size: 12px;
	margin-bottom: 20px;
	font-weight: bold;
}

.topSection04 .listTtl {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	transition: all 800ms ease;
}

.topSection04 .inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 260px;
	height: 300px;
	vertical-align: middle;
	transition: all 800ms ease;
	background: transparent;
}

.topSection04 .inner:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	content: "";
	transition: all 800ms ease;
}

.topSection04 .inner:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
	height: 100%;
	background: #fff;
	content: "";
	transition: all 800ms ease;
}

.topSection04 .inner02 {
	position: relative;
	width: 100%;
	padding-top: 110px;
	height: 100%;
}

.topSection04 .inner02:before {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	content: "";
	transition: all 800ms ease;
}

.topSection04 .inner02:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background: #fff;
	content: "";
	transition: all 800ms ease;
}

.topSection04 .list01 {
	background-image: url(/recruit/new/img/img_top_05.jpg);
}

.topSection04 .list02 {
	background-image: url(/recruit/new/img/img_top_06.jpg);
}

.topSection04 .list03 {
	background-image: url(/recruit/new/img/img_top_07.jpg);
}

.topSection05 {
	padding-bottom: 10px;
}

.topSection05 .ttl {
	color: #e9341a;
}

.topSection05 .subTtl:before {
	background: #e9341a;
}

.topSection05 .entryBtn {
	position: relative;
	width: 450px;
	height: 60px;
	margin: 0 auto;
	font-size: 18px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	line-height: 60px;
	background: #f24624;
	transition: all 500ms ease;
	letter-spacing: 0;
}

.topSection05 .entryBtn:hover {
	box-shadow: 4px 4px 0 #d7d6d6;
	letter-spacing: 1px;
}

.topSection05 .entryBtn:before {
	position: absolute;
	top: 0;
	left: 0;
	border-left: 30px solid #e9341a;
	border-bottom: 60px solid transparent;
	content: "";
}

.topSection05 .entryBtn:after {
	position: absolute;
	top: 0;
	right: 0;
	border-right: 30px solid #e9341a;
	border-top: 60px solid transparent;
	content: "";
}

.table01 {
	width: 900px;
	margin: 0 auto 60px;
	table-layout: fixed;
}

.table01 th {
	font-size: 18px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 2px solid #373582;
	width: 200px;
	padding: 30px 0;
}

.table01 td {
	font-size: 16px;
	line-height: 1.8;
	padding: 30px 0 30px 25px;
	border-bottom: 2px solid #d4d5d9;
}

.table01 li {
	font-size: 14px;
}

.table01 .btn {
	width: 374px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	border: 1px solid #e9341a;
	background: #fff;
	font-size: 16px;
	color: #e9341a;
	font-weight: bold;
	transition: all 500ms ease;
	margin-top: 15px;
}

.table01 .btn:hover {
	background: #e9341a;
	color: #fff;
	box-shadow: 4px 4px 0 #d7d6d6;
}

.table01 .btn:hover .btnInner:before {
	border-left: 3px solid #fff;
}

.table01 .btnInner {
	position: relative;
	display: inline-block;
}

.table01 .btnInner:before {
	position: absolute;
	top: 50%;
	right: -10px;
	margin-top: -3px;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 3px solid #e9341a;
	content: "";
	transition: all 500ms ease;
}

.table01 .link {
	color: #e9341a;
}

.table01 dt {
	font-weight: bold;
}

.table01 dt .inner {
	font-weight: normal;
}

.table01 dd + dt {
	margin-top: 30px;
}

.table01 .dl02 dt {
	float: left;
	clear: both;
}

.table01 .dl02 dd + dt + dd {
	margin-top: 30px;
}

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

.pageMv {
	text-align: center;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 320px;
	color: #fff;
}

.pageMv .ttl {
	font-size: 37px;
	padding-top: 100px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	/*2019/09/25更新*/
	padding-top: 150px;
	margin-bottom: 5px;
}

.pageMv .subTtl {
	position: relative;
	font-size: 26px;
	padding-bottom: 40px;
	font-weight: bold;
	/*2019/09/25更新*/
	padding-bottom: 20px;
}

.pageMv .subTtl:before {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
	width: 60px;
	height: 2px;
	background: #fff;
	content: "";
}

.pageMv .linkLi {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #d9d9d9;
	margin-top: 40px;
}

.pageMv .linkLi li {
	display: inline-block;
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #d9d9d9;
}

.pageMv .linkLi li:first-child {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}

.pageMv .linkLi .link {
	color: #fff;
}

.bnrList {
	position: relative;
	margin-bottom: 60px;
	padding-top: 60px;
}

.bnrList.students {
	padding-top: 0;
}

.bnrList.students:before {
	display: none;
}

.bnrList:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: url(/recruit/new/img/bg_pattern_01.png) repeat-x left top;
	content: "";
}

.bnrList li {
	position: relative;
	float: left;
	margin-left: 40px;
}

.bnrList li:first-child {
	margin-left: 0;
}

.bnrList .inner {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 75px;
	background: rgba(0, 0, 0, 0.45);
	padding: 15px 20px;
}

.bnrList .fade {
	color: #fff;
}

.bnrList .en {
	font-size: 12px;
	color: #ffd464;
	letter-spacing: 1px;
	margin-bottom: 8px;
}

.bnrList .ttl {
	font-size: 20px;
	font-weight: bold;
}

/* recruit-list 20/02/19
-------------------------*/
#inc-recruit-list, .inc-recruit-list {
	position: relative;
}
#inc-recruit-list::before, .inc-recruit-list::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: url(/recruit/new/img/bg_pattern_01.png) repeat-x left top;
}
.recruit-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack:justify;
  -ms-flex-pack: justify;
    	justify-content: space-between;
	position: relative;
	margin-bottom: 60px;
	padding-top: 60px;
	position: relative;
}
/*.recruit-list::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: url(/recruit/new/img/bg_pattern_01.png) repeat-x left top;
}*/
.recruit-list li {
	position: relative;
	width: calc((100% / 2) - 20px);
	margin-bottom: 40px;
}
.recruit-list li:nth-last-of-type(-n+2) {
	margin-bottom: 0;
}
.recruit-list .recruit-list-item a {
	position: relative;
}
.recruit-list .inner {
	position: absolute;
  bottom: 0;
  width: 100%;
  height: 75px;
  background: rgba(0, 0, 0, 0.45);
  padding: 15px 20px;
  display: block;
  box-sizing: border-box;
}
.recruit-list .fade {
	color: #fff;
	transition: all .3s ease;
}
.recruit-list .fade:hover {
	opacity: .6;
}
.recruit-list .en {
	font-size: 12px;
	color: #ffd464;
	letter-spacing: 1px;
	margin-bottom: 8px;
}
.recruit-list .ttl {
	font-size: 20px;
	font-weight: bold;
}

.pageEntryBtn {
	position: relative;
	width: 450px;
	height: 60px;
	margin: 0 auto;
	font-size: 18px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	line-height: 60px;
	background: #464498;
	transition: all 500ms ease;
	letter-spacing: 0;
}

.pageEntryBtn:hover {
	box-shadow: 4px 4px 0 #d7d6d6;
	letter-spacing: 1px;
}

.pageEntryBtn:before {
	position: absolute;
	top: 0;
	left: 0;
	border-left: 30px solid #373582;
	border-bottom: 60px solid transparent;
	content: "";
}

.pageEntryBtn:after {
	position: absolute;
	top: 0;
	right: 0;
	border-right: 30px solid #373582;
	border-top: 60px solid transparent;
	content: "";
}

#contentsInner {
	width: 1060px;
	margin: -30px auto 0;
	padding: 40px 40px 70px;
	background: #fff;
}

.pageContainer {
	width: 900px;
	margin: 0 auto;
}

.otherListTtl {
	font-size: 28px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	text-align: center;
	color: #e9341a;
}

.otherListSubTtl {
	position: relative;
	font-size: 20px;
	margin-bottom: 50px;
	padding-bottom: 20px;
	font-weight: bold;
	text-align: center;
}

.otherListSubTtl:before {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
	width: 60px;
	height: 2px;
	background: #e9341a;
	content: "";
}

/* message
-------------------------*/

#message .pageMv {
	background-image: url(/recruit/new/img/mv_message.jpg);
}

#message .mainImg {
	margin-bottom: 60px;
}

#message .pageTtl {
	margin-bottom: 36px;
}

#message .pageTtl img {
	margin: 0;
}

#message .img {
	margin-bottom: 75px;
}

#message .txt {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 60px;
}

#message .txt + .txt {
	margin-top: -36px;
}

/* youTube-list 20/02/19
-------------------------*/
#message .youTube-link-list {
	margin-bottom: 100px;
}
#message .youTube-link-item {
	background-color: #ecedf1;
	padding: 20px 40px;
	margin-bottom: 40px;
}
#message .youTube-link-item .flex-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
    align-items: center;
}
#message .youTube-link-item .youTube-ttl {
  -webkit-box-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
      flex: 1 0 0;
  position: relative;
  color: #373582;
  font-size: 26px;
  font-weight: bold;
  padding-left: 20px;
}
#message .youTube-link-item .youTube-ttl:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 3px;
  background: #ffd464;
  content: "";
}
#message .youTube-link-item .youTube-thumb {
	display: block;
	max-width: 500px;
}
#message .youTube-link-item .youTube-thumb:hover {
	opacity: .8;
}

/* interviews
-------------------------*/
#interviews .pageMv {
	background-image: url(/recruit/new/img/mv_interviews.jpg);
}

#interviews .staffImg {
	padding-top: 60px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 520px;
}

#interviews .staffImg.staff01 {
	background-image: url(/recruit/new/img/img_staff_01_01.jpg);
}
#interviews .staffImg.staff02 {
	background-image: url(/recruit/new/img/img_staff_02_01.jpg);
}
#interviews .staffImg.staff03 {
	background-image: url(/recruit/new/img/img_staff_03_01.jpg);
}
#interviews .staffImg.staff04 {
	background-image: url(/recruit/new/img/img_staff_04_01.jpg);
}
#interviews .staffImg.staff05 {
	background-image: url(/recruit/new/img/img_staff_05_01.jpg);
}
#interviews .staffImg.staff06 {
	background-image: url(/recruit/new/img/img_staff_06_01.jpg);
}
#interviews .staffImg.staff07 {
	background-image: url(/recruit/new/img/img_staff_07_01.jpg);
}
#interviews .staffImg.staff08 {
	background-image: url(/recruit/new/img/img_staff_08_01.jpg);
}
#interviews .staffImg.staff09 {
	background-image: url(/recruit/new/img/img_staff_09_01.jpg);
}
#interviews .staffImg.staff10 {
	background-image: url(/recruit/new/img/img_staff_10_01.jpg);
}
#interviews .staffImg.staff11 {
	background-image: url(/recruit/new/img/img_staff_11_01.jpg);
}
#interviews .staffImg.staff12 {
	background-image: url(/recruit/new/img/img_staff_12_01.jpg);
}
#interviews .staffImg.staff13 {
	background-image: url(/recruit/new/img/img_staff_13_01.jpg);
}
#interviews .staffImg.staff14 {
	background-image: url(/recruit/new/img/img_staff_14_01.jpg);
}
#interviews .staffImg.staff15 {
	background-image: url(/recruit/new/img/img_staff_15_01.jpg);
}
#interviews .staffImg.staff16 {
	background-image: url(/recruit/new/img/img_staff_16_01.jpg);
}
#interviews .staffImg.staff17 {
	background-image: url(/recruit/new/img/img_staff_17_01.jpg);
}

#interviews .staffImg .container01 {
	padding: 0 10px;
}

#interviews .staffImg .ttl {
	color: #e9341a;
	font-size: 12px;
	margin-bottom: 5px;
}

#interviews .staffImg .subTtl {
	font-size: 20px;
	border-bottom: 1px solid #333;
	width: 320px;
	font-weight: bold;
	line-height: 1.7;
	margin-bottom: 15px;
	padding-bottom: 8px;
}
#interviews .staffImg.staff08 .subTtl {
	border-bottom: 1px solid #fff;
	color: #fff;
}

#interviews .staffImg .name {
	font-size: 16px;
	font-weight: bold;
	line-height: 35px;
	margin-bottom: 50px;
}

#interviews .staffImg .name-notes {
	font-size: 12px;
	display: block;
	line-height: 1.2;
}

#interviews .staffImg.staff08 .name {
	color: #fff;
}

#interviews .staffImg .catch {
	font-size: 36px;
	line-height: 60px;
	color: #fff;
	font-weight: bold;
}

#interviews .staffImg .catch .ib {
	background: #373582;
	line-height: 1.3;
	padding: 0 10px;
}

#interviews #contentsInner .ttl {
	color: #e9341a;
}

#interviews #contentsInner .subTtl:before {
	background: #e9341a;
}

#interviews #contentsInner .ttl {
	margin-bottom: 20px;
	font-size: 28px;
	text-align: center;
}

#interviews .list + .ttl {
	margin-top: 75px;
}

#interviews #contentsInner .subTtl {
	position: relative;
	padding-bottom: 32px;
	margin-bottom: 60px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

#interviews #contentsInner .subTtl:before {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	height: 2px;
	content: "";
}

#interviews .list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 40px;
}

#interviews .list li {
	width: calc((100% - 80px) / 2);
}

#interviews .list .name {
	position: relative;
	color: #373582;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.7;
	padding-left: 20px;
}

#interviews .list .name:before {
	position: absolute;
	top: 15px;
	left: 0;
	width: 10px;
	height: 3px;
	background: #ffd464;
	content: "";
}

#interviews .list .fade {
	margin-bottom: 20px;
}

#interviews .txt {
	font-size: 16px;
	line-height: 28px;
}

#interviews .dtl {
	padding: 40px 0;
}

#interviews .dtl .ttl {
	margin-bottom: 40px;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.7;
}

#interviews .dtl .q {
	margin-bottom: 35px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}

#interviews .dtl .q .inner {
	color: #373582;
}

#interviews .dtl .txt {
	margin-bottom: 50px;
}

#interviews .dtl .txt + .txt {
	margin-top: -30px;
}

#interviews .dtl .img {
	margin-bottom: 50px;
}

#interviews .movieTtl {
	position: relative;
	color: #373582;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 1.7;
	padding-left: 20px;
}

#interviews .movieTtl:before {
	position: absolute;
	top: 16px;
	left: 0;
	width: 10px;
	height: 3px;
	background: #ffd464;
	content: "";
}

#interviews .movie {
	width: 800px;
	height: 450px;
	margin: 0 auto 75px;
}

#interviews .otherListTtl {
	color: #e9341a;
}

#interviews .otherListSubTtl:before {
	background: #e9341a;
}

#interviews .otherList {
	margin-left: -15px;
}

#interviews .otherList li {
	width: 290px;
	margin-left: 15px;
	margin-bottom: 0;
}

#interviews .otherList .name {
	font-size: 15px;
}

#interviews .otherList .name:before {
	top: 11px;
}

/* 20/02/14 */
#interviews .other-staff-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
#interviews .other-staff-list li {
	width: calc((100% / 3) - 10px);
}
#interviews .other-staff-list li:nth-of-type(3n-1) {
	margin: 0 15px;
}
#interviews .other-staff-list .fade {
  margin-bottom: 20px;
}
#interviews .other-staff-list .name {
  position: relative;
  color: #373582;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.7;
  padding-left: 20px;
}
#interviews .other-staff-list .name:before {
  position: absolute;
  top: 11px;
  left: 0;
  width: 10px;
  height: 3px;
  background: #ffd464;
  content: "";
}

#interviews .machine-list {
	margin-bottom: 50px;
}
#interviews .machine-list-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 0 28px;
}
#interviews .machine-list-item {
	width: calc((100% - 28px) / 2);
}
#interviews .machine-list-txt {
	text-align: center;
	margin-top: 16px;
	font-size: 16px;
	line-height: 28px;
}

/* symposium
-------------------------*/
#symposium .pageMv {
	background-image: url(/recruit/new/img/mv_symposium.jpg);
}
#symposium .list .name {
	position: relative;
	color: #373582;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1;
	padding-left: 20px;
}
#symposium .list .name:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 10px;
	height: 3px;
	background: #ffd464;
}
#symposium .txt {
	font-size: 16px;
	line-height: 1.5;
}
#symposium .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
      justify-content: center;
}
#symposium .member {
	width: calc((100% / 3) - 26.666px);
	margin: 0 0 35px 39.9px;
}
#symposium .member:nth-child(1),
#symposium .member:nth-child(4) {
	margin-left: 0;
}
#symposium .member:nth-last-of-type(-n+2) {
	margin-bottom: 0;
}
#symposium .member-img {
	margin-bottom: 15px;
}
#symposium .affiliation {
	margin-bottom: 10px;
}
#symposium .section {
	margin-bottom: 80px;
}
#symposium .sec-title {
	border: 1px solid #373582;
	box-shadow: 10px 10px 0 0 #373582;
	box-sizing: border-box;
	color: #373582;
	padding: 25px;
	margin-right: 10px;
	margin-bottom: 50px;
}
#symposium .sec-title-inner {
	font-size: 28px;
	line-height: 1.3;
}
#symposium .sec-title-inner span {
	color: #e9331a;
	display: block;
	font-size: 20px;
	text-align: center;
}
#symposium .sec-img {
	margin-bottom: 40px;
}
#symposium .sec-text {
	font-size: 18px;
	max-width: 785px;
  margin: 0 auto;
}
#symposium .answer {
	margin-bottom: 40px;
	line-height: 1.5;
}
#symposium .answer:last-of-type {
	margin-bottom: 0;
}
#symposium .answer dt,
#symposium .answer dd {
	display: inline-block;
	vertical-align: text-top;
}
#symposium .answer dt {
	min-width: 5em;
}
#symposium .answer dd {
	width: calc(100% - 6em);
}
/* oneday
-------------------------*/
#oneday .pageMv {
	background-image: url(/recruit/new/img/mv_oneday.jpg);
}
#oneday #oneday-list {
	margin-bottom: 20px;
	padding-top: 0;
}
#oneday-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
      justify-content: space-between;
	margin: 0 auto 70px;
	padding-top: 60px;
	position: relative;
}
#oneday-list li {
	width: calc((100% / 3) - 40px);
}
#oneday-list a {
	display: block;
	position: relative;
}
#oneday-list .name {
	position: relative;
	color: #373582;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1;
	padding-left: 20px;
}
#oneday-list .name:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 10px;
	height: 3px;
	background: #ffd464;
}
#oneday-list li.active a {
	pointer-events: none;
	cursor: default;
}
#oneday-list li.active a::before {
	content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 90%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#oneday-list li:not(.active) a:hover::before {
	content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 90%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
/********** oneday-page */
#oneday-page + .container01 #inc-oneday-list {
	position: relative;
}
#oneday-page + .container01 #inc-oneday-list::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: url(/recruit/new/img/bg_pattern_01.png) repeat-x left top;
  content: "";
}
#oneday-page .onedayImg {
	padding-top: 60px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 360px;
}
#oneday-page .onedayImg.oneday01 {
	background-image: url(/recruit/new/img/mv_oneday1.jpg);
}
#oneday-page .onedayImg.oneday02 {
	background-image: url(/recruit/new/img/mv_oneday2.jpg);
}
#oneday-page .onedayImg.oneday03 {
	background-image: url(/recruit/new/img/mv_oneday3.jpg);
}
#oneday-page .onedayImg .container01 {
	padding: 0 10px;
}
#oneday-page .onedayImg .container01 {
	color: #fff;
}
#oneday-page .onedayImg .ttl {
	color: #e9341a;
	font-size: 12px;
	margin-bottom: 5px;
}
#oneday-page .onedayImg .subTtl {
	font-size: 20px;
	border-bottom: 1px solid;
	width: 320px;
	font-weight: bold;
	line-height: 1.7;
	margin-bottom: 15px;
	padding-bottom: 8px;
}
#oneday-page .onedayImg .name {
	font-size: 16px;
	font-weight: bold;
	line-height: 35px;
	margin-bottom: 50px;
}
#oneday-page .pageContainer {
	padding: 40px 0;
}
#oneday-page .section {
	max-width: 800px;
	margin: 0 auto 80px;
}
#oneday-page .schedule {
	border-left: 4px solid #ffd464;
	box-sizing: border-box;
}
#oneday-page .schedule-conte {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	margin-bottom: 40px;
}
#oneday-page .schedule .schedule-conte:last-of-type {
	margin-bottom: 0;
}
#oneday-page .schedule-time,
#oneday-page .schedule-detail dt {
	color: #373582;
	font-size: 20px;
	line-height: 1;
}
#oneday-page .schedule-detail dd {
	font-size: 16px;
	max-width: 300px;
	line-height: 1.5;
}
#oneday-page .schedule-time {
	box-sizing: border-box;
	width: 210px;
	padding-left: 30px;
	position: relative;
}
#oneday-page .schedule-time::before {
	content: "";
	position: absolute;
	top: 0;
	left: -12px;
	z-index: 1;
	display: block;
	background: #373582;
	border-radius: 50%;
	width: 20px;
	height: 20px;
}
#oneday-page .schedule-detail {
  -webkit-box-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
        flex: 1 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
#oneday-page .schedule-detail dl {
  -webkit-box-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
        flex: 1 0 0;
}
#oneday-page .schedule-detail dt {
	margin-bottom: .75em;
}
#oneday-page .dd-clear dt {
	margin-bottom: 0;
}
#oneday-page .dd-clear dd {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}
#oneday-page .schedule-img {
  width: 45%;
  max-width: 250px;
  margin-left: 40px;
}

/* students
-------------------------*/

.topSection04.students {
	position: relative;
	margin-bottom: 0;
	background: none;
	padding: 60px 0 0;
}

.topSection04.students:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: url(/recruit/new/img/bg_pattern_01.png) repeat-x left top;
	content: "";
}

.topSection04.students .inner02 {
	padding-top: 70px;
}

.topSection04.students .listTxt {
	margin-top: 20px;
	color: #fff;
	padding: 10px 30px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.7;
	text-align: left;
	transition: all 800ms ease;
}

.topSection04.students .wrap:hover .listTxt {
	color: #333;
}

.pageTopTtl {
	position: relative;
	font-size: 26px;
	font-weight: bold;
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 4px solid #d4d5d9;
}

.pageTopTtl:before {
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 20px;
	height: 4px;
	background: #e9341a;
	content: "";
}

#students .pageMv {
	background-image: url(/recruit/new/img/mv_students.jpg);
}

#students .pageMv .ttl {
	padding-top: 60px;
}

#students .topSection04.students {
	padding: 0;
	margin-bottom: 20px;
}

#students .topSection04.students:before {
	display: none;
}

/* benefit
-------------------------*/

#benefit .pageMv {
	background-image: url(/recruit/new/img/mv_benefit.jpg);
}

#benefit .pageMv .ttl {
	padding-top: 60px;
}

#benefit .txt {
	font-size: 16px;
	line-height: 28px;
}

#benefit .benefitList {
	margin-left: -40px;
	margin-top: 50px;
	margin-bottom: 20px;
}

#benefit .benefitList li {
	width: 430px;
	background: #f2f3f7;
	margin-left: 40px;
	margin-bottom: 40px;
	float: left;
	padding: 30px 20px;
}

#benefit .benefitList .list01 {
	height: 250px;
}

#benefit .benefitList .list02 {
	height: 220px;
}

#benefit .benefitList .list03 {
	height: 275px;
}

#benefit .benefitList .list04 {
	padding: 0;
	background: none;
}

#benefit .benefitList .listTtl {
	position: relative;
	text-align: center;
	font-weight: bold;
	color: #373582;
	font-size: 22px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 2px solid #373582;
}

#benefit .benefitList .listTtl:before {
	position: absolute;
	bottom: -2px;
	left: 4px;
	width: 2px;
	height: 2px;
	background: #f2f3f7;
	content: "";
}

#benefit .benefitList .listTtl:after {
	position: absolute;
	bottom: -2px;
	right: 4px;
	width: 2px;
	height: 2px;
	background: #f2f3f7;
	content: "";
}

#benefit .otherListTtl {
	color: #373582;
}

#benefit .otherListSubTtl:before {
	background: #373582;
}

/* training
-------------------------*/

#training .pageMv {
	background-image: url(/recruit/new/img/mv_training.jpg);
}

#training .pageMv .ttl {
	padding-top: 60px;
}

#training .txt {
	font-size: 16px;
	line-height: 28px;
}

#training .topContents {
	margin-top: 80px;
	margin-bottom: 30px;
}

#training .topContents .img {
	float: right;
	margin-top: 60px;
}

#training .topContents .trainingTtl {
	margin-right: 480px;
	margin-bottom: 25px;
}

#training .topContents .txt {
	margin-right: 480px;
}

#training .trainingTtl {
	position: relative;
	color: #373582;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.7;
	padding-left: 20px;
}

#training .trainingTtl:before {
	position: absolute;
	top: 16px;
	left: 0;
	width: 10px;
	height: 3px;
	background: #ffd464;
	content: "";
}

#training .trainingList {
	margin-top: 80px;
	margin-bottom: 60px;
	margin-left: -40px;
}

#training .trainingList li {
	width: 430px;
	height: 470px;
	margin-left: 40px;
	margin-bottom: 40px;
	float: left;
}

#training .trainingList .img {
	margin-bottom: 20px;
}

#training .trainingList .trainingTtl {
	margin-bottom: 10px;
}

/* guideline
-------------------------*/

#guideline .pageMv {
	background-image: url(/recruit/new/img/mv_guideline.jpg);
}

#guideline .entryBtn {
	position: relative;
	width: 450px;
	height: 60px;
	margin: 0 auto;
	font-size: 18px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	line-height: 60px;
	background: #f24624;
	transition: all 500ms ease;
	letter-spacing: 0;
}

#guideline .entryBtn:hover {
	box-shadow: 4px 4px 0 #d7d6d6;
	letter-spacing: 1px;
}

#guideline .entryBtn:before {
	position: absolute;
	top: 0;
	left: 0;
	border-left: 30px solid #e9341a;
	border-bottom: 60px solid transparent;
	content: "";
}

#guideline .entryBtn:after {
	position: absolute;
	top: 0;
	right: 0;
	border-right: 30px solid #e9341a;
	border-top: 60px solid transparent;
	content: "";
}

#guideline .entryBtn + .pageTopTtl {
	margin-top: 100px;
}

/* statistics
-------------------------*/

#statistics .pageMv {
	background-image: url(/recruit/new/img/mv_statistics.jpg);
}

#statistics .pageMv .ttl {
	padding-top: 60px;
}

#statistics .img {
	margin-bottom: 40px;
}

#statistics .imgList {
	margin-left: -40px;
	margin-bottom: 20px;
}

#statistics .imgList li {
	width: 430px;
	margin-left: 40px;
	margin-bottom: 60px;
	float: left;
}

#statistics .endTxt {
	margin-bottom: 60px;
	text-align: right;
}
/* ikukyuu
-------------------------*/
#training.ikukyuu .pageMv {
	background-image: url(/recruit/new/img/mv_benefit.jpg);
	/*background-image: url(/recruit/new/img/mv_ikukyuu.jpg);*/
}


@media screen and (max-width: 768px) {

.spCont {
	display: block;
}

.container01 {
	width: auto;
}

#wrapper {
	position: relative;
	min-width: inherit;
}

header {
	padding: 0 10px;
	height: 50px;
}

header .container01 {
	width: auto;
}

header .logo {
	width: 149px;
}

#gNav {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin-left: 0;
	background: rgba(62, 58, 129, 0.95);
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
	transition: all 400ms ease;
}

#gNav.open {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.gNavLi {
	padding: 50px 20px 0;
}

.gNavLi li {
	float: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.gNavLi .nav01,
.gNavLi .nav02,
.gNavLi .nav03,
.gNavLi .nav04,
.gNavLi .nav05 {
	width: auto;
}

.gNavLi .wrap {
	color: #fff;
	font-size: 13px;
	text-align: center;
	padding: 20px 0;
	background: none !important;
	font-weight: bold;
}
.gNavLi .entry .wrap {
	width: auto;
	height: auto;
}
.gNavLi img {
	display: none !important;
}

#contents {
	margin-top: 50px;
	padding-bottom: 50px;
}

#footerLink {
	padding: 0;
}

#footerLink .linkList li {
	border-left: none;
	display: block;
	font-size: 14px;
	border-top: 1px solid #c3c4c7;
	margin-left: 0;
}

#footerLink .linkList li:first-child {
	border-top: none;
}

#footerLink .linkList .link {
	position: relative;
	display: block;
	text-decoration: none;
	padding: 15px 10px;
}

#footerLink .linkList .link:before {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -3px;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 3px solid #373582;
	content: "";
}

#pagetop {
	bottom: 0;
	right: 10px;
	width: 55px;
	height: 60px;
	font-size: 8px;
	padding-top: 35px;
}

#pagetop:before {
	top: 15px;
	width: 14px;
	height: 14px;
	left: 20px;
}

#main .container02 {
	position: static;
}

#main .catch {
	top: inherit;
	bottom: 30px;
	left: 20px;
	z-index: 98;
	width: 280px;
}

#main .icon {
	display: none;
}

.bx-wrapper img {
	width: 100% !important;
	margin: 0 !important;
}

#tubular-container {
	display: none !important;
}

#tubular-shield {
	display: none;
	top: 0 !important;
}

#topContents {
	padding-top: 40px;
	background-size: auto 200px;
}

.interview-banner {
	max-width: none;
	margin: 0 20px 20px;
}
.interview-banner a:hover {
	opacity: 1;
}

.topSection .ttl {
	font-size: 16px;
	margin-bottom: 10px;
}

.topSection .subTtl {
	font-size: 14px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.topSection .subTtl:before {
	width: 30px;
	margin-left: -15px;
}

.topSection .txt {
	font-size: 12px;
	line-height: 1.9;
}

.topSection01 {
	background-position: center 160px;
	background-size: 80% auto;
	margin-bottom: 50px;
}

.topSection01 .ttl {
	margin-bottom: 20px;
}

.topSection01 .catch {
	opacity: 1 !important;
	filter: alpha(opacity=100);
	top: 0 !important;
	padding: 0 40px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.topSection01 .txt {
	font-size: 10px;
	letter-spacing: -0.5px;
	line-height: 2.4;
}

.topSection02 {
	margin-bottom: 50px;
}

.topSection02 .container03 {
	background-size: cover;
	height: auto;
	height: 240px;
}

.topSection02 .inner {
	width: 68.75%;
	max-width: 300px;
	height: auto;
	padding: 15px;
	top: 15px;
	left: 15px;
}

.topSection02 .innerTxt {
	font-size: 13px;
	line-height: 1.7;
	margin-bottom: 10px;
}

.topSection02 .name {
	font-size: 10px;
	margin-bottom: 10px;
}

.topSection02 .name .small {
	font-size: 10px;
}

.topSection02 .btn {
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 12px;
}

.topSection03 {
	margin-bottom: 84px;
}

.topSection03 .container03 {
	margin: 0 30px;
}

.topSection03 .list {
	margin-left: 0;
	padding: 0 10px;
}

.topSection03 .list li {
	float: none;
	margin-left: 0;
	height: auto;
}

.topSection03 .listTtl {
	left: 5px;
	font-size: 11px;
	height: 30px;
	line-height: 30px;
	padding: 0 0px 0 7px;
}

.topSection03 .listTtl:before {
	border-bottom: 30px solid transparent;
}

.topSection03 .name {
	font-size: 12px;
}

/* bnr-list 20/02/19
----------------------------*/
.topSection03 .bnr-list-item {
	margin-bottom: 30px;
}
.topSection03 .bnr-list .en {
  margin-bottom: 12px;
}
.topSection03 .bnr-list .ttl {
  font-size: 14px;
}
.topSection03 .btn {
  height: 35px;
  line-height: 35px;
  font-size: 12px;
}
.topSection03 .youtube-list-item {
	height: calc((100vw - 60px) * 0.5625);
}
.topSection03 .bx-wrapper .bx-controls-direction a {
	top: calc(50% - 42px);
	width: 18px;
	height: 84px;
	border-radius: 2px;
}
.topSection03 .bx-wrapper .bx-controls-direction a.bx-prev {
	left: -24px;
}
.topSection03 .bx-wrapper .bx-controls-direction a.bx-next {
	right: -24px;
}
.topSection03 .bx-wrapper .bx-controls-direction a::before {
	position: absolute;
	content: "";
	top: calc(50% - 6px);
	left: calc(50% - 4px);
	width: 0;
  height: 0;
  border-style: solid;
  border-left: 0;
}
.topSection03 .bx-wrapper .bx-controls-direction a.bx-prev::before {
	border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 6px solid #fff;
	border-left: 0;
}
.topSection03 .bx-wrapper .bx-controls-direction a.bx-next::before {
	border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #fff;
	border-right: 0;
}

.topSection04 {
	padding: 30px 10px;
	margin-bottom: 50px;
}

.topSection04 .list li {
	float: none;
	width: auto;
	background-size: cover;
	height: 320px;
}

.topSection04 .list .en {
	font-size: 10px;
}

.topSection04 .listTtl {
	font-size: 16px;
}

.topSection04 .inner {
	width: 200px;
	height: 220px;
}

.topSection04 .inner02 {
	padding-top: 80px;
}

.topSection05 {
	padding: 0 10px;
}

.topSection05 .entryBtn {
	width: 100%;
	font-size: 15px;
}

.table01 {
	width: 100%;
}

.table01 th {
	font-size: 12px;
	width: 90px;
	padding: 15px 0;
}

.table01 td {
	font-size: 12px;
	padding: 15px 0 15px 12px;
}

.table01 li {
	font-size: 11px;
}

.table01 .btn {
	width: 100%;
	font-size: 10px;
	height: 35px;
	line-height: 35px;
}

.table01 .btnInner:before {
	right: -5px;
}

.pageMv {
	height: 150px;
}

.pageMv .ttl {
	font-size: 20px;
	padding-top: 40px;
	margin-bottom: 10px;
	/*2019/09/25更新*/
	padding-top: 70px;
	margin-bottom: 5px;
}

.pageMv .subTtl {
	font-size: 13px;
	padding-bottom: 20px;
	/*2019/09/25更新*/
	padding-bottom: 10px;
}

.pageMv .linkLi {
	margin-top: 15px;
	font-size: 13px;
}

.pageMv .linkLi li {
	margin-left: 10px;
	padding-left: 10px;
}

.pageBtmContainer {
	padding: 0 10px;
}

.bnrList.students {
	margin-top: 20px;
}

.bnrList {
	padding-top: 30px;
	margin-bottom: 30px;
}

.bnrList li {
	float: none;
	margin-left: 0;
	margin-bottom: 30px;
}

.bnrList .en {
	margin-bottom: 12px;
}

.bnrList .ttl {
	font-size: 14px;
}

/* recruit-list 20/02/19
-------------------------*/
.recruit-list {
	margin-bottom: 30px;
	padding-top: 30px;
}
.recruit-list li {
	width: 100%;
	margin-bottom: 30px;
}
.recruit-list li:nth-last-of-type(-n+2) {
	margin-bottom: 30px;
}
.recruit-list li:last-of-type {
	margin-bottom: 0;
}
.recruit-list .en {
	margin-bottom: 12px;
}
.recruit-list .ttl {
	font-size: 14px;
}

.pageEntryBtn {
	width: 100%;
	font-size: 15px;
}

#contentsInner {
	width: auto;
	margin: 0;
	padding: 20px 10px 10px;
}

.pageContainer {
	width: auto;
}

.otherListTtl {
	font-size: 20px;
}

.otherListSubTtl {
	font-size: 13px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

#message .mainImg {
	margin-bottom: 30px;
}

#message .pageTtl {
	margin-bottom: 13px;
}

#message .img {
	margin-bottom: 30px;
}

#message .txt {
	font-size: 12px;
	line-height: 1.7;
	margin-bottom: 30px;
}

#message .txt + .txt {
	margin-top: -10px;
}

/* youTube-list 20/02/25
-------------------------*/
#message .youTube-link-list {
	margin-bottom: 60px;
}
#message .youTube-link-item {
	padding: 20px;
	margin-bottom: 20px;
}
#message .youTube-link-item .youTube-ttl {
  flex: initial !important;
  font-size: 18px;
  display: table;
  width: auto;
  margin: 0 auto 10px;
}

#interviews .staffImg {
	height: 220px;
	padding-top: 30px;
}

#interviews .staffImg.staff17 {
	background-size: auto 220px;
	background-position: right top;
	height: auto;
	padding-top: 230px;
}

#interviews .staffImg .subTtl {
	width: 220px;
	font-size: 15px;
	margin-bottom: 10px;
}

#interviews .staffImg .name {
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 1.7;
}

#interviews .staffImg .catch {
	font-size: 15px;
	line-height: 1.8;
}

#interviews .list {
	flex-direction: column;
}

#interviews .list li {
	width: auto;
}

#interviews .list .name:before {
	top: 8px;
}

#interviews .list .name {
	font-size: 13px;
	margin-bottom: 10px;
}

#interviews .list .fade {
	margin-bottom: 10px;
}

#interviews .txt {
	font-size: 12px;
	line-height: 1.7;
}

#interviews .dtl {
	padding: 20px 10px;
}

#interviews .dtl .ttl {
	font-size: 15px;
	margin-bottom: 20px;
}

#interviews .dtl .q {
	font-size: 13px;
	margin-bottom: 20px;
}

#interviews .movieTtl:before {
	top: 8px;
}

#interviews .movieTtl {
	font-size: 15px;
	margin-bottom: 10px;
}

#interviews .movieTtl:before {
	top: 12px;
}

#interviews .movie {
	width: 100%;
	height: 200px;
	margin: 0 auto 30px;
}

#interviews .otherList {
	margin-left: 0;
}

#interviews .otherList li {
	width: auto;
	margin-left: 0;
	margin-bottom: 30px;
}

#interviews .otherList .name {
	font-size: 13px;
}

#interviews .otherList .name:before {
	top: 10px;
}

/* 20/02/14 */
#interviews .staffImg .name-notes {
	font-size: 10px;
}
#interviews .other-staff-list li {
	width: 100%;
	margin: 0 !important;
}
#interviews .other-staff-list .fade {
  margin-bottom: 10px;
}
#interviews .other-staff-list .name {
	max-width: 470px;
	font-size: 13px;
	margin: 0 auto 30px;
}
#interviews .other-staff-list .name:before {
	top: 10px;
}

#interviews #contentsInner .ttl {
	font-size: 16px;
	margin-bottom: 10px;
}

#interviews .list + .ttl {
	margin-top: 25px;
}

#interviews #contentsInner .subTtl {
	font-size: 14px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#interviews #contentsInner .subTtl:before {
	width: 30px;
	margin-left: -15px;
}

#interviews .machine-list {
	margin-bottom: 50px;
}
#interviews .machine-list-wrap {
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 12px 0;
}
#interviews .machine-list-item {
	width: auto;
}
#interviews .machine-list-txt {
	margin-top: 12px;
	font-size: 12px;
	line-height: 1.7;
}

/* symposium
-------------------------*/
#symposium .list .name {
	font-size: 18px;
}
#symposium .txt, #symposium .sec-text {
	font-size: 15px;
}
#symposium .sec-title-inner {
	font-size: 20px;
}
#symposium .sec-title-inner span {
	font-size: 16px;
}
#symposium .section {
	margin-bottom: 60px;
}
#symposium .member {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
	margin-left: 0 !important;
}
#symposium .member:nth-last-of-type(-n+2) {
  margin-bottom: 35px;
}
#symposium .member:last-of-type {
  margin-bottom: 0;
}
#symposium .member-img {
	width: 40%;
	margin-right: 10px;
}
#symposium .member-text {
  -webkit-box-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
        flex: 1 0 0;
}
#symposium .sec-title {
	padding: 15px;
  box-shadow: none;
  margin-right: 0;
  margin-bottom: 25px;
  border: initial;
  border-top: 2px solid;
  border-bottom: 2px solid;
}
#symposium .sec-img {
	margin-bottom: 20px;
	margin-left: calc( ( 100% - 100vw ) / 2 );
	margin-right: calc( ( 100% - 100vw ) / 2 );
}
#symposium .answer {
	margin-bottom: 20px;
}
#symposium .answer dt, #symposium .answer dd {
	display: block;
	width: 100%;
}
#symposium .answer dt {
	margin-bottom: 1em;
}
#symposium .answer .pc {
	display: none;
}

/* oneday
-------------------------*/
#oneday-list li {
	width: calc((100% / 2) - 10px);
	margin-bottom: 20px;
}
#oneday-list li:last-of-type {
	margin-bottom: 0;
}
#oneday-list .name {
	font-size: 15px;
}
/********** oneday-page */
#oneday-page .onedayImg {
	height: 220px;
	padding-top: 30px;
}
#oneday-page .onedayImg .subTtl {
	width: 220px;
	font-size: 15px;
	margin-bottom: 10px;
}
#oneday-page .onedayImg .name {
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 1.7;
}
#oneday-page .section {
  padding: 0 10px;
  margin-bottom: 40px;
}
#oneday-page .schedule {
	border-left: initial;
}
#oneday-page .schedule-conte {
	border-left: 6px solid #ffd464;
  position: relative;
}
#oneday-page .schedule-conte::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: -6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #ffd464;
}
#oneday-page .schedule-time,
#oneday-page .schedule-detail dt {
	font-size: 16px;
}
#oneday-page .schedule-detail dt {
	line-height: 1.3;
}
#oneday-page .schedule-detail dd {
	font-size: 14px;
	max-width: initial;
}
#oneday-page .schedule-time::before {
	left: -11px;
	width: 18px;
	height: 18px;
}
#oneday-page .schedule-time {
	width: 100%;
	margin-bottom: 1em;
	padding-left: 10px;
}
/*#oneday-page .schedule-time {
	border-left: 6px solid #ffd464;
	width: 100%;
  min-height: 50px;
  padding-left: 10px;
  position: relative;
}*/
#oneday-page .schedule-time::before {
	content: none;
}
/*#oneday-page .schedule-time::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: -6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #ffd464;
}*/
#oneday-page .schedule-detail {
	padding-top: 10px;
	padding-left: 10px;
}
#oneday-page .schedule-img {
	width: 40%;
	max-width: initial;
  margin-left: 20px;
}

.topSection04.students .listTxt {
	font-size: 12px;
	margin-top: 0;
}

.pageTopTtl {
	font-size: 15px;
	margin-top: 20px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

#students .pageMv .ttl {
	padding-top: 30px;
}

#benefit .pageMv .ttl {
	padding-top: 30px;
}

#benefit .txt {
	font-size: 12px;
	line-height: 1.7;
}

#benefit .benefitList {
	margin-left: 0;
	margin-top: 30px;
}

#benefit .benefitList li {
	width: 100%;
	margin-left: 0;
	margin-bottom: 30px;
}

#benefit .benefitList .list01 {
	height: auto;
}

#benefit .benefitList .list02 {
	height: auto;
}

#benefit .benefitList .list03 {
	height: auto;
}

#benefit .benefitList .listTtl {
	font-size: 16px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#training .pageMv .ttl {
	padding-top: 30px;
}

#training .txt {
	font-size: 12px;
	line-height: 1.7;
}

#training .topContents {
	margin-top: 40px;
}

#training .topContents .img {
	float: none;
	margin: 0 0 20px;
}

#training .topContents .trainingTtl {
	margin-right: 0;
	margin-bottom: 10px;
}

#training .topContents .txt {
	margin-right: 0;
}

#training .trainingTtl:before {
	top: 8px;
}

#training .trainingTtl {
	font-size: 15px;
	margin-bottom: 10px;
}

#training .trainingTtl:before {
	top: 12px;
}

#training .trainingList {
	margin-left: 0;
	margin-bottom: 20px;
	margin-top: 40px;
}

#training .trainingList li {
	float: none;
	width: auto;
	height: auto;
	margin-left: 0;
}

#guideline .entryBtn {
	width: 100%;
	font-size: 15px;
}

#guideline .entryBtn + .pageTopTtl {
	margin-top: 60px;
}

#statistics .pageMv .ttl {
	padding-top: 30px;
}

#statistics .img {
	margin-bottom: 30px;
}

#statistics .imgList {
	margin-left: 0;
}

#statistics .imgList li {
	width: auto;
	margin-left: 0;
	margin-bottom: 30px;
}

#statistics .endTxt {
	font-size: 12px;
}

}

@-webkit-keyframes scrollAnime {

0% {
	opacity: 0.2;
	filter: alpha(opacity=20);
}

100% {
	opacity: 1;
	filter: alpha(opacity=100);
}

}

@keyframes scrollAnime {

0% {
	opacity: 0.2;
	filter: alpha(opacity=20);
}

100% {
	opacity: 1;
	filter: alpha(opacity=100);
}

}

/*
lite-youtube-embed

<lite-youtube videoid="youtubeID" style="background-image: url('https://i.ytimg.com/vi/youtubeID/hqdefault.jpg');">
	<button type="button" class="lty-playbtn">
		<span class="lyt-visually-hidden">Play</span>
	</button>
</lite-youtube>

maxresdefault: 1280px
sddefault: 640px
hqdefault: 480px (lol, naming is hard)
mqdefault: 320px
default: 120px
*/
lite-youtube {
	max-width: 100% !important; }

	.banner-strong-poiint {
		margin: 7.5rem auto;
	}
	.banner-strong-poiint a {
		transition: all 0.3s ease;
	}
	.banner-strong-poiint a:hover {
		opacity: 0.7;
	}
	@media screen and (max-width: 768px) {
		.banner-strong-poiint {
			margin: 4rem 20px;
		}
	}