/* ---------------------------------------------------------------
start COMMON CSS
--------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@500&display=swap');



* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	width: 100%;
	margin: 0;
	padding: 100px 0 0 0;
	color: #555353;
	font-family: 'Noto Sans Japanese', Meiryo, sans-serif;
	font-size: 15px;
	line-height: 1.85;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	z-index: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

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

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*/
	/*/
	height: auto;
	overflow: hidden;
	/**/
}

a {
	outline: none;
	color: #0086cf;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

button {
	outline: none;
}

img {
	width: 100%;
	height: auto;
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic !important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

iframe,
textarea {
	vertical-align: bottom;
}

p {
	margin: 0 0 15px 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-size: .8em;
	font-weight: normal;
}

ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

.alignjust {
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt35 {
	margin-top: 35px;
}

.mt40 {
	margin-top: 40px;
}

.mt45 {
	margin-top: 45px;
}

.mt50 {
	margin-top: 50px;
}

.mt55 {
	margin-top: 55px;
}

.mt60 {
	margin-top: 60px;
}

.mt65 {
	margin-top: 65px;
}

.mt70 {
	margin-top: 70px;
}

.mt80 {
	margin-top: 80px;
}

.mt85 {
	margin-top: 85px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb35 {
	margin-bottom: 35px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb45 {
	margin-bottom: 45px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb55 {
	margin-bottom: 55px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb65 {
	margin-bottom: 65px;
}

.ml1em {
	margin-left: 1em;
}

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.ml25 {
	margin-left: 25px;
}

.ml30 {
	margin-left: 30px;
}

.ml35 {
	margin-left: 35px;
}

.ml40 {
	margin-left: 40px;
}

.ml45 {
	margin-left: 45px;
}

.ml50 {
	margin-left: 50px;
}

.ml55 {
	margin-left: 55px;
}

.ml60 {
	margin-left: 60px;
}

.ml65 {
	margin-left: 65px;
}

.ml70 {
	margin-left: 70px;
}

.ml75 {
	margin-left: 75px;
}

.ml80 {
	margin-left: 80px;
}

.ml85 {
	margin-left: 85px;
}

.ml90 {
	margin-left: 90px;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}

.mr25 {
	margin-right: 25px;
}

.mr30 {
	margin-right: 30px;
}

.mr35 {
	margin-right: 35px;
}

.mr40 {
	margin-right: 40px;
}

.mr45 {
	margin-right: 45px;
}

.mr50 {
	margin-right: 50px;
}

.mr55 {
	margin-right: 55px;
}

.mr60 {
	margin-right: 60px;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.note {
	font-size: .7em;
}

.red {
	color: #e60012;
}

.under {
	text-decoration: underline;
}

.iblock {
	display: inline-block;
}

.indent1 {
	padding-left: 1em;
	text-indent: -1em;
}

.indent1 * {
	text-indent: 0;
}

img.object-fit-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

.col_content1 {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}


.fade-in,
.scroll-in {
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	position: relative;
}

.scroll-in.sc_active {
	opacity: 1;
}

.fade-in.active {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.delay01 {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.delay02 {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.delay03 {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.delay04 {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.delay05 {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.delay06 {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.delay07 {
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

.delay08 {
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}

.delay09 {
	-webkit-transition-delay: 0.9s;
	transition-delay: 0.9s;
}

.delay1 {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.delay11 {
	-webkit-transition-delay: 1.1s;
	transition-delay: 1.1s;
}

.delay12 {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

.delay13 {
	-webkit-transition-delay: 1.3s;
	transition-delay: 1.3s;
}

.delay14 {
	-webkit-transition-delay: 1.4s;
	transition-delay: 1.4s;
}

.delay15 {
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

.delay16 {
	-webkit-transition-delay: 1.6s;
	transition-delay: 1.6s;
}

.delay17 {
	-webkit-transition-delay: 1.7s;
	transition-delay: 1.7s;
}

.delay18 {
	-webkit-transition-delay: 1.8s;
	transition-delay: 1.8s;
}

.delay19 {
	-webkit-transition-delay: 1.9s;
	transition-delay: 1.9s;
}

.delay2 {
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
}

.delay22 {
	-webkit-transition-delay: 2.2s;
	transition-delay: 2.2s;
}

.delay3 {
	-webkit-transition-delay: 3s;
	transition-delay: 3s;
}

.delay5 {
	-webkit-transition-delay: 5s;
	transition-delay: 5s;
}

.goTop10 {
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
}

.goTop15 {
	-webkit-transform: translate3d(0, 15px, 0);
	transform: translate3d(0, 15px, 0);
}

.goTop20 {
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
}

.goLeft15 {
	-webkit-transform: translate3d(30px, 0, 0);
	transform: translate3d(30px, 0, 0);
}

.goLeft100 {
	-webkit-transform: translate3d(100px, 0, 0);
	transform: translate3d(100px, 0, 0);
}

.goRight10 {
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
}

.goRight15 {
	-webkit-transform: translate3d(-30px, 0, 0);
	transform: translate3d(-30px, 0, 0);
}

.pop-balloon1 {
	opacity: 0;
}


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

header {
	width: 100%;
	height: 100px;
	margin: 0;
	padding: 0;
	background-color: rgba(255, 255, 255, 1);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

.col_header {
	width: 96%;
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.logo_header {
	width: 249px;
	margin: 0;
	padding: 0;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

.link_header {
	width: calc(100% - 249px - 220px);
	height: 100%;
	margin: 0;
	padding: 0 8px 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

ul.btn_header {
	min-height: 41px;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

ul.btn_header li {
	width: 206px;
	margin: 0 8px 0 0;
	padding: 0;
}

ul.btn_header li:last-child {
	margin-right: 0;
}

ul.btn_header li a {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-weight: 500;
	text-decoration: none;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

ul.btn_header li.twitter a {
	color: #fff;
	background-color: #000;
	border: solid 2px #000;
}

ul.btn_header li.contact a {
	color: #fff;
	background-color: #094084;
	border: solid 2px #094084;
}

ul.btn_header li.entry a {
	color: #094084;
	background-color: #ffff00;
	border: solid 2px #094084;
}

ul.btn_header li.twitter a .icon {
	padding: 0 0 0 14px;
	position: relative;
	z-index: 0;
}

ul.btn_header li.twitter a .icon:before {
	content: "";
	width: 20px;
	height: 20px;
	background-image: url(../../img/recruit/icon_x.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 4px;
	left: -15px;
}

.nav_header {
	height: 100%;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.nav_header>ul {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.nav_header>ul>li {
	margin: 0;
	padding: 0 8px;
	line-height: 1.4;
	text-align: center;
	position: relative;
	z-index: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.nav_header>ul>li>a {
	margin: 0;
	padding: 0 4px;
	color: #3e3a39;
	font-weight: 500;
	text-decoration: none;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	position: relative;
	z-index: 0;
}

.btn_header_entry {
	width: 227px;
	height: calc(100% - 8px);
	margin: 0 0 auto;
	padding: 0;
	text-align: center;
	font-weight: 600;
	text-decoration: none;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	color: #094084;
	background-color: #ffff00;
	border: solid 2px #094084;
	;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/*
	.btn_header_entry:hover {
		background-color: #dcdc0f;
	}
*/
.btn_header_entry dl {
	width: 86%;
	margin: auto;
	padding: 0px 0 0 0;
}

.btn_header_entry dl dt {
	margin: 0 0 2px;
	padding: 0 0 0 0;
	font-family: Jost, 'Noto Sans Japanese', Meiryo, sans-serif;
	font-size: 28px;
	line-height: 1;
}

.btn_header_entry dl dt img {
	width: 31px;
	margin: 0 10px 0 0;
	display: inline-block;
}

.btn_header_entry dl dd {
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 1;
}

ul.list_type_entry {
	margin: 5px 0 0;
	padding: 0;
	display: flex;
}

ul.list_type_entry li {
	margin: 0;
	padding: 0;
}

ul.list_type_entry li a {
	width: 94px;
	height: 25px;
	margin: 0 5px 0 0;
	padding: 4px 0 0;
	border-radius: 13px;
	background-color: #0a4085;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	display: block;
	text-decoration: none;
	position: relative;
	transition: all .3s;
}

ul.list_type_entry li a:after {
	content: "";
	width: 5px;
	height: 5px;
	margin: 0 0 0 10px;
	cursor: default;
	position: absolute;
	top: calc(50% - 4px);
	right: 0 display: block;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


.submenu {
	width: 240px;
	margin: 0;
	padding: 8px 0 0 0;
	position: absolute;
	top: 32px;
	left: calc(50% - 120px);
}

.submenu.env {
	width: 160px;
	left: auto;
	right: 0;
}

.submenu ul {
	margin: 0;
	padding: 0;
}

.submenu ul li {
	height: 44px;
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 1.25;
	border-bottom: solid 1px #fff;
	text-align: center;
	background-color: rgba(9, 64, 132, 0.8);
	position: relative;
	z-index: 0;
	-webkit-transition: background .2s;
	-moz-transition: background .2s;
	-ms-transition: background .2s;
	transition: background .2s;
}

.submenu ul li:first-child:before {
	content: "";
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent rgba(9, 64, 132, 0.8) transparent;
	position: absolute;
	top: -8px;
	left: 0;
	right: 0;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}

.submenu ul li:hover:first-child:before {
	border-color: transparent transparent #094084 transparent;
}

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

.submenu ul li a {
	width: 100%;
	height: 100%;
	padding: 0 15px 2px;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	position: relative;
	z-index: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


.submenu ul li a:after {
	content: "";
	width: 7px;
	height: 7px;
	margin: auto;
	cursor: default;
	position: absolute;
	top: calc(50% - 4px);
	right: 12px;
	display: block;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	z-index: -1;
}

#menubtn {
	display: none;
}



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


footer {
	color: #fff;
	background-color: #094084;
	position: relative;
	/*z-index: -2;*/
}

footer a {
	color: #fff;
}

.col_footer {
	width: 94%;
	max-width: 1200px;
	margin: auto;
	padding: 40px 0 55px;
}

.wrap_footer_info {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.wrap_footer_info .left {
	width: 330px;
	margin: 0;
	padding: 0;
}

.logo_footer {
	width: 232px;
	margin: 0 0 20px;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

.address_footer {
	margin: 0;
	padding: 0 0 0 12px;
	font-style: normal;
}

.address_footer .big {
	font-size: 18px;
	font-weight: 500;
}

.official {
	padding-left: 20px;
	text-decoration: underline;
}

.official:hover {
	text-decoration: none;
}

.official a {
	position: relative;

}

.official a:before {
	content: "";
	width: 15px;
	height: 15px;
	background-image: url(../../img/recruit/intern/terakoya/icon_official.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 20%;
	left: -6%;
}

.wrap_footer_info .left .txt_trade {
	margin: 0 0 0 12px;
	padding: 15px 0 15px 1em;
	font-size: 0.9em;
	line-height: 1.3;
	text-indent: -1em;
}

.wrap_footer_info .left .txt_trade * {
	text-indent: 0;
}

.wrap_footer_info .right {
	margin: 0;
	padding: 10px 0 0 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

dl.link_footer {
	margin: 0 40px 0 0;
	padding: 0 0 0 25px;
}

dl.link_footer:last-of-type {
	margin-right: 0;
}

dl.link_footer dt {
	margin: 0 0 7px;
	padding: 0;
	line-height: 1.4;
	position: relative;
	z-index: 0;
}

dl.link_footer dt.single {
	margin-bottom: 30px;
}

dl.link_footer dt:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #ffff00;
	position: absolute;
	top: 9px;
	left: -13px;
}

dl.link_footer dt a {
	color: #ffff00;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
}

dl.link_footer dd {
	margin: 0 0 6px;
	padding: 0 0 0 1em;
	line-height: 1.5;
	text-indent: -1em;
}

dl.link_footer dd:last-of-type {
	margin-bottom: 0;
}

dl.link_footer dd * {
	text-indent: 0;
}

dl.link_footer dd a {
	text-decoration: none;
}

dl.link_footer dt a:hover,
dl.link_footer dt a:hover .iblock,
dl.link_footer dd a:hover,
dl.link_footer dd a:hover .iblock {
	text-decoration: underline;
}

.wrap_copyright {
	width: 100%;
	margin: 30px 0 0;
	display: flex;
	justify-content: space-between;
}

.copyright {
	margin: 0 0 0 0;
	padding: 0 0 0 13px;
	font-size: 13px;
}

.copyright div {
	margin-bottom: 15px;
}

.bg_btn_footer_entry {
	width: 610px;
	height: 70px;
	padding: 0 10px 10px 0;
	background-image: url(../../img/recruit/bg_entrybtn_footer.png);
	background-repeat: no-repeat;
	background-position: right -10px bottom -10px;
	box-sizing: content-box;
}

.btn_footer_entry {
	width: 610px;
	height: 70px;
	padding: 0 30px;
	background-color: #ffff00;
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

/*
.btn_footer_entry:after {
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(../../img/recruit/bg_line.png);
	border-radius: 5px;
	position: absolute;
	right: -12px;
	bottom: -12px;
	z-index: -1;
	
}
*/

.btn_footer_entry .txt {
	font-size: 18px;
	font-weight: bold;
	color: #0a4085;
	line-height: 1.5;
	letter-spacing: -0.04em;
}

ul.list_type_entry_footer {
	margin: 0;
	padding: 0;
	display: flex;
}

ul.list_type_entry_footer li {
	margin: 0;
	padding: 0;
}

ul.list_type_entry_footer li a {
	width: 144px;
	height: 28px;
	margin: 0 10px 0 0;
	padding: 0 0 0;
	border-radius: 13px;
	background-color: #0a4085;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	display: block;
	text-decoration: none;

	position: relative;
	transition: all .3s;
}

ul.list_type_entry_footer li:last-of-type a {
	margin: 0 0 0 0;
}

ul.list_type_entry_footer li a:after {
	content: "";
	width: 5px;
	height: 5px;
	margin: 0 0 0 15px;
	cursor: default;
	position: absolute;
	top: calc(50% - 4px);
	right: 0 display: block;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


.pagetop {
	width: 86px;
	height: 86px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background-color: rgba(90, 90, 90, 0.7);
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 5;
	cursor: pointer;
	transition: background .3s;
	-moz-transition: background .3s;
	-webkit-transition: background .3s;
	display: none;
}

.pagetop:before {
	content: "";
	width: 20px;
	height: 20px;
	margin: -6px 0 0 -10px;
	padding: 0 0 0 0;
	border-left: solid 1.5px #fff;
	border-top: solid 1.5px #fff;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 50%;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}




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

#wrap_content {
	overflow: hidden;
}

.btn1 {
	position: relative;
	z-index: 1;
}

.btn1:before {
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(../../img/recruit/top/shadow_btn1.png);
	position: absolute;
	right: -9px;
	bottom: -9px;
	z-index: -1;
}

.btn1 .inner {
	padding: 14px 0;
	color: #094084;
	font-weight: 500;
	line-height: 1.4;
	text-decoration: none;
	text-align: center;
	border: solid 2px #094084;
	background-color: #fff;
	display: block;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

.btn1 .inner span.arrow {
	padding: 0 10px 0 0;
	position: relative;
	z-index: 0;
	display: inline-block;
}

.btn1 .inner span.arrow:after {
	content: "";
	width: 7px;
	height: 7px;
	margin: auto;
	cursor: default;
	position: absolute;
	top: calc(50% - 4px);
	right: -10px;
	display: block;
	border-top: 2px solid #094084;
	border-right: 2px solid #094084;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

.btn2 {
	position: relative;
	z-index: 1;
}

.btn2:before {
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(../../img/recruit/top/shadow_btn2.png);
	position: absolute;
	right: -9px;
	bottom: -9px;
	z-index: -1;
}

.btn2 .inner {
	padding: 15px 0;
	color: #094084;
	font-weight: 500;
	line-height: 1.3;
	text-decoration: none;
	text-align: center;
	border: solid 2px #094084;
	background-color: #ffff00;
	display: block;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

.btn2 .inner span.arrow {
	padding: 0 10px 0 0;
	position: relative;
	z-index: 0;
}

.btn2 .inner span.arrow:after {
	content: "";
	width: 7px;
	height: 7px;
	margin: auto;
	cursor: default;
	position: absolute;
	top: calc(50% - 4px);
	right: -10px;
	display: block;
	border-top: 2px solid #094084;
	border-right: 2px solid #094084;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}


.col_pankuzu {
	margin: 0 0 38px;
	padding: 0;
	background-color: #094084;
}

.col_pankuzu ul {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 3px 0;
	color: #fff;
}

.col_pankuzu ul li {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	float: left;
}

.col_pankuzu ul li:after {
	content: "\FF1E";
	margin: 0 5px;
}

.col_pankuzu ul li:last-of-type:after {
	content: none;
}

.col_pankuzu ul li a {
	color: #fff;
	text-decoration: underline;
}


.col_pankuzu ul li a:hover {
	text-decoration: none;
}

.col_pagettl {
	width: 96%;
	max-width: 1150px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 0;
}

.col_pagettl img.sp_none {
	display: block;
}

.pagettl {
	width: 23%;
	max-width: 258px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.staff .pagettl {
	top: 18%;
	bottom: 0;
	left: 1%;
	right: 0;
}


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


.col_topmainimg {
	width: 100%;
	height: 585px;
	padding: 0;
	background-image: url(../../img/recruit/top/bg_mainimg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
}

.inner_topmainimg {
	width: 96%;
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}

.lead_topmain {
	width: 378px;
	margin: auto;
	position: absolute;
	top: 113px;
	left: 0;
	right: 0;
	z-index: 2;
}

.img_main1 {
	width: 177px;
	margin-left: -428px;
	position: absolute;
	top: -60px;
	left: 50%;
	z-index: 2;
}

.img_main1 .txt {
	width: 139px;
	position: absolute;
	bottom: 2px;
	left: -65px;
}

.img_main2 {
	width: 165px;
	margin-left: -664px;
	position: absolute;
	top: 252px;
	left: 45%;
	z-index: 0;
}

.img_main2 .txt {
	width: 68px;
	position: absolute;
	top: -50px;
	left: 58px;
}

.img_main3 {
	width: 267px;
	margin-left: 392px;
	position: absolute;
	top: 30px;
	left: 50%;
}

.img_main3 .txt {
	width: 333px;
	position: absolute;
	top: -3px;
	left: -116px;
}

.img_main4 {
	width: 150px;
	margin-left: 228px;
	position: absolute;
	top: 241px;
	left: 50%;
}

.img_main4 .txt {
	width: 103px;
	position: absolute;
	top: -22px;
	left: 40px;
}

.img_main5 {
	width: 179px;
	margin-left: 400px;
	position: absolute;
	bottom: 42px;
	left: 50%;
}

.img_main5 .txt {
	width: 152px;
	position: absolute;
	top: 60px;
	left: -124px;
}

.img_main6 {
	width: 142px;
	margin-left: 102px;
	position: absolute;
	top: 70px;
	left: 50%;
	z-index: -1;
}

.img_main7 {
	width: 429px;
	margin-left: -582px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	z-index: 0;
}

.img_main7 .txt1 {
	width: 297px;
	position: absolute;
	bottom: 74px;
	left: -97px;
}

.img_main7 .txt2 {
	width: 165px;
	position: absolute;
	bottom: 28px;
	right: 4px;
}

.img_main8 {
	width: 154px;
	height: 154px;
	margin-left: -588px;
	border-radius: 50%;
	overflow: hidden;
	transform: rotate(45deg);
	background-image: url(../../img/recruit/top/bg_circle_dot_main1.png);
	background-repeat: repeat;
	position: absolute;
	top: 45px;
	left: 50%;
	z-index: 1;
}

.img_main9 {
	width: 130px;
	height: 130px;
	margin-left: -726px;
	border-radius: 50%;
	overflow: hidden;
	transform: rotate(45deg);
	background-image: url(../../img/recruit/top/bg_circle_line_main1.png);
	background-repeat: repeat;
	position: absolute;
	bottom: 110px;
	left: 50%;
	z-index: -1;
}

.img_main10 {
	width: 154px;
	height: 154px;
	margin-left: 515px;
	border-radius: 50%;
	overflow: hidden;
	transform: rotate(45deg);
	background-image: url(../../img/recruit/top/bg_circle_dot_main2.png);
	background-repeat: repeat;
	position: absolute;
	bottom: 42px;
	left: 50%;
	z-index: -1;
}


.col_topbnr {
	padding: 65px 0 50px 0;
}

.inner_topbnr {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
}

.bnr_topevent1 {
	max-width: 960px;
	margin: 0 auto 20px;
	display: block;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.bnr_topevent1:before,
.bnr_topevent1:after {
	content: '';
	width: 200%;
	height: 200%;
	background: #104186;
	position: absolute;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
	opacity: 0.7;
}

.bnr_topevent1:before {
	right: 0;
	bottom: 0;
	-webkit-transform: skew(-45deg) translateX(150%);
	-moz-transform: skew(-45deg) translateX(150%);
	-ms-transform: skew(-45deg) translateX(150%);
	-o-transform: skew(-45deg) translateX(150%);
	transform: skew(-45deg) translateX(150%);
}

.bnr_topevent1:after {
	top: 0;
	left: 0;
	-webkit-transform: skew(-45deg) translateX(-150%);
	-moz-transform: skew(-45deg) translateX(-150%);
	-ms-transform: skew(-45deg) translateX(-150%);
	-o-transform: skew(-45deg) translateX(-150%);
	transform: skew(-45deg) translateX(-150%);
}

.bnr_topevent1:last-of-type {
	margin-bottom: 0;
}

.bnr_topevent1 .btn {
	width: 250px;
	height: 54px;
	margin: auto;
	padding: 11px 0 0 0;
	color: #fff;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	border: solid 2px #fff;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.bnr_topevent1 .btn:after {
	content: "";
	width: 7px;
	height: 7px;
	margin: auto;
	cursor: default;
	position: absolute;
	top: calc(50% - 4px);
	right: 60px;
	display: block;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

.img_main1 {
	opacity: 0;
}

.img_main2 {
	opacity: 0;
}

.img_main3 {
	opacity: 0;
}

.img_main4 {
	opacity: 0;
}

.img_main5 {
	opacity: 0;
}

.lead_topmain,
.img_main6 {
	opacity: 0;
}


.col_topabout {
	width: 100%;
	margin: 0;
	padding: 27px 0;
	background-color: #f1f1f1;
	background-image: url(../../img/recruit/top/bg_about_top.jpg), url(../../img/recruit/top/bg_about_btm.jpg);
	background-position: center top, center bottom;
	background-repeat: repeat-x, repeat-x;
}

.inner_topabout {
	width: 96%;
	max-width: 1054px;
	margin: 0 auto;
	padding: 100px 0 105px;
	position: relative;
	z-index: 0;
}

.deco_topabout1 {
	width: 507px;
	margin-left: -690px;
	position: absolute;
	top: 70px;
	left: 50%;
	z-index: -1;
}

.deco_topabout2 {
	width: 162px;
	margin-left: 360px;
	position: absolute;
	top: -50px;
	left: 50%;
	z-index: -1;
}

.deco_topabout2 .balloon {
	width: 151px;
	position: absolute;
	top: 22px;
	left: -160px;
}

.mds_topabout1 {
	max-width: 255px;
	margin: 0 auto 45px;
}

.wrap_topabout1 {
	max-width: 990px;
	margin: 0 auto 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.col_youtube {
	width: 550px;
}

.col_youtube video {
	vertical-align: bottom;
}

.wrap_topabout1 .right {
	/* width: calc( 100% - 550px ); */
	width: 100%;
	padding: 0 0 0 35px;
	text-align: center;
}

.submds_topabout1 {
	margin: 0 0 15px;
	padding: 0;
	color: #094084;
	font-size: 21px;
	font-weight: 600;
	line-height: 1.3;
}

.submds_topabout1 span {
	padding: 0 2px;
	display: inline-block;
	position: relative;
	z-index: 0;
}

.submds_topabout1 span:before {
	content: "";
	width: 0%;
	height: 14px;
	background-color: #ffff00;
	transition: all 0.5s ease-in-out 0.6s;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.submds_topabout1.sc_active2 span:before {
	width: 100%;
}

.wrap_topabout1 .right dl {
	margin: 0;
	padding: 0;
}

.wrap_topabout1 .right dl dt {
	margin: 0 0 6px;
	padding: 0;
	color: #094084;
	font-size: 23px;
	font-weight: 600;
	line-height: 1.7;
}

.wrap_topabout1 .right dl dd {
	margin: 0;
	padding: 0;
}

.wrap_topabout1 .right dl dd .ceo {
	margin: 5px 0 0 0;
	font-size: 14px;
}

.wrap_topabout1 .right dl dd .ceo .name {
	margin: 0 0 0 18px;
	font-size: 19px;
}

.btn1.topabout1 {
	max-width: 250px;
	/* margin: 30px 0 0 0; */
	margin: 30px auto 50px;
}

.wrap_topabout2 {
	max-width: 1030px;
	margin: 0 auto;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	/* -ms-flex-wrap: wrap;
	    flex-wrap: wrap; */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.wrap_topabout2 a {
	width: 30%;
	max-width: 236px;
	margin: 0 2.75% 30px;
	padding: 0;
	text-decoration: none;
	position: relative;
	z-index: 0;
}

/* .wrap_topabout2 a:nth-of-type(3),
.wrap_topabout2 a:last-child {
	margin-right: 0;
} */

.wrap_topabout2 a:nth-child(4) {
	margin-right: 0;
}

.wrap_topabout2 a:nth-last-of-type(-n+2) {
	margin-bottom: 0;
}

.wrap_topabout2 a dl {
	margin: 0;
	padding: 0;
}

.wrap_topabout2 dl dt {
	max-width: 228px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 0;
}

.wrap_topabout2 dl dt .inner {
	border: solid 5px #fff;
	border-radius: 50%;
	position: relative;
	z-index: 0;
	display: block;
	overflow: hidden;
}

.wrap_topabout2 dl dt .inner img {
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.wrap_topabout2 a dl dd {
	margin: -54px 0 0 0;
	padding: 0;
}

.wrap_topabout2 a dl dd .btn1 .inner {
	color: #094084;
	font-size: 16px;
	font-weight: 600;
	background-color: #ffff00;
}

.wrap_topabout2 a dl dd .btn1 .inner span.arrow:after {
	right: -2px;
	border-top-color: #094084;
	border-right-color: #094084;
}




.col_topstaff {
	width: 100%;
	margin: 0;
	padding: 0;
}

.inner_topstaff {
	width: 96%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 75px 0 45px;
	position: relative;
	z-index: 0;
}

.deco_topstaff1 {
	width: 419px;
	height: 174px;
	margin-left: 255px;
	position: absolute;
	top: -65px;
	left: 50%;
	z-index: -1;
}

.mds_topstaff1 {
	max-width: 145px;
	margin: 0 auto 70px;
}

.mds_topstaff2 {
	max-width: 335px;
	margin: 0 auto 55px;
}

.mds_topstaff2.kisotu {
	max-width: 342px;
	margin: 0 auto 55px;
}

.wrap_topstaff1 {
	margin: 0;
	padding: 0;
}

.wrap_topstaff1 .swiper-slide.num1,
.wrap_topstaff1 .swiper-slide.num3,
.wrap_topstaff1 .swiper-slide.num4,
.wrap_topstaff1 .swiper-slide.num5, 
.wrap_topstaff1 .swiper-slide.num6 {
	margin-bottom: 60px;
}

.wrap_topstaff1 .swiper-slide.num2 {
	margin-bottom: 78px;
}

.wrap_navi_staff.top {
	width: 94%;
	max-width: 1100px;
	display: flex;
	flex-wrap: wrap;
	margin: 0px auto 0;
	padding: 0;
}

.wrap_navi_staff.top::before {
	content: none;
}

.wrap_navi_staff.top .box {
	width: calc((100% - 66px) / 3);
	margin: 0 33px 30px 0;
}

.wrap_navi_staff.top .btn_staff1 .in_staff:after {
	content: "";
	width: 7px;
	height: 7px;
	margin: auto;
	cursor: default;
	position: absolute;
	top: calc(50% - 4px);
	right: 16px;
	display: block;
	border-top: 2px solid #094084;
	border-right: 2px solid #094084;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .2s;
}

.list_topstaff {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.list_topstaff .left {
	width: calc(100% - 550px);
	min-height: 258px;
	margin: 0;
	text-align: right;
	padding: 77px 50px 0 225px;
	position: relative;
	z-index: 0;
}

.wrap_topstaff1 .swiper-slide.num6 .list_topstaff .left{
	padding: 77px 13px 0 225px;
}

.list_topstaff .left:before {
	content: "";
	width: 0px;
	height: 100%;
	background: rgba(230, 237, 249, 1);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	transition: all 1s;
	transition-delay: 0.5s;
}

.sc_active2 .list_topstaff .left:before {
	width: 350%;
}

.topstaff_kisotu {
	margin: 30px 0 0 0;
}

.num_topstaff1 {
	width: 144px;
	position: absolute;
	top: -90px;
    left: -43px;
}

.img_topstaff1 {
	position: absolute;
}

.img_topstaff1:after {
	content: "";
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
}

.num1 .img_topstaff1 {
	width: 234px;
	left: 25px;
	bottom: -2px;
	z-index: -1;
}

.num1 .img_topstaff1 .person {
	transition: 2s;
	transform: rotateY(0deg);
}

.num1.sc_active2 .img_topstaff1 .person {
	transform: rotateY(360deg);
}

.num1 .img_topstaff1 .balloon {
	width: 136px;
	position: absolute;
	top: -13px;
    right: -63px;
}

.num1 .img_topstaff1 .deco1 {
	width: 49px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 124px;
    right: 192px;
}

.num1 .img_topstaff1 .deco1 img {
	width: 100%;
	margin: 0;
	padding: 0;
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-animation: deco-staff1 1.5s ease-in infinite forwards;
	animation: deco-staff1 1.5s ease-in infinite forwards;
}

.num1 .img_topstaff1 .deco2 {
	width: 21px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 250px;
    right: 215px;
}

.num1 .img_topstaff1 .deco2 img {
	width: 100%;
	margin: 0;
	padding: 0;
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-animation: deco-staff1 1.3s ease-in 0.5s infinite forwards;
	animation: deco-staff1 1.3s ease-in 0.5s infinite forwards;
}


.num1 .img_topstaff1 .deco3 {
	width: 23px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 85px;
    left: 180px;
}

.num1 .img_topstaff1 .deco3 img {
	width: 100%;
	margin: 0;
	padding: 0;
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-animation: deco-staff1 1.3s ease-in 0.5s infinite forwards;
	animation: deco-staff1 1.3s ease-in 0.5s infinite forwards;
}

@-webkit-keyframes deco-staff1 {
	0% {
		width: 100%;
	}

	50% {
		width: 70%;
	}

	100% {
		width: 100%;
	}
}

@keyframes deco-staff1 {
	0% {
		width: 100%;
	}

	50% {
		width: 70%;
	}

	100% {
		width: 100%;
	}
}

.num2 .img_topstaff1 {
	width: 208px;
	bottom: 30px;
	left: 67px;
}

.num2 .img_topstaff1 .balloon {
	width: 136px;
	position: absolute;
	top: -53px;
    left: -62px;
    z-index: -1;
}

.num2 .img_topstaff1 .deco1 {
	width: 26px;
	margin: 0;
	padding: 0;
	/* transform: rotate(15deg); */
	transform-origin: left bottom;
	position: absolute;
	top: 100px;
	left: 200px;
	/* -webkit-animation: deco-staff2 2s ease-in infinite forwards; */
}

.num2 .img_topstaff1 .deco1 img{
	width: 100%;
    margin: 0;
    padding: 0;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-animation: deco-staff1 1.5s ease-in infinite forwards;
    animation: deco-staff1 1.5s ease-in infinite forwards;
}

.num2 .img_topstaff1 .deco2 {
	width: 24px;
	margin: 0;
	padding: 0;
	position: absolute;
    top: 111px;
    left: 176px;
}

.num2 .img_topstaff1 .deco2 img {
	width: 100%;
	margin: 0;
	padding: 0;
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-animation: deco-staff1 1.5s ease-in infinite forwards;
	animation: deco-staff1 1.5s ease-in infinite forwards;
}


.num2 .img_topstaff1 .deco3 {
	width: 24px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 240px;
    left: -8px;
}

.num2 .img_topstaff1 .deco3 img {
	width: 100%;
	margin: 0;
	padding: 0;
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-animation: deco-staff1 1.5s ease-in infinite forwards;
	animation: deco-staff1 1.5s ease-in infinite forwards;
}














/* @-webkit-keyframes deco-staff2 {
	0% {
		transform:  rotate(15deg);
	}

	15% {
		transform:rotate(-15deg);
	}

	30% {
		transform:  rotate(15deg);
	}

	45% {
		transform: rotate(-15deg);
	}

	60% {
		transform:  rotate(15deg);
	}
} */

@keyframes deco-staff2 {
	0% {
		transform: translate(10px, 10px);
	}


	50% {
		transform: translate(0, 0);
	}


	100% {
		transform: translate(10px, 10px);
	}

}

.num3 .img_topstaff1 {
    width: 269px;
    bottom: 0px;
    left: 12px;
}

.num3 .img_topstaff1 .person {
	transition: 2s;
	transform: rotateY(0deg);
}

.num3.sc_active2 .img_topstaff1 .person {
	transform: rotateY(360deg);
}

.num3 .img_topstaff1 .balloon {
	width: 136px;
	position: absolute;
    top: 30px;
    left: -32px;
}

.num3 .img_topstaff1 .deco1 {
	width: 33px;
	margin: 0;
	padding: 0;
	transform-origin: right top;
	position: absolute;
    top: 200px;
    left: 255px;
	-webkit-animation: deco-staff3 2s linear infinite forwards;
	animation: deco-staff3 2s linear infinite forwards;
}

.num3 .img_topstaff1 .deco2 {
	width: 30px;
	margin: 0;
	padding: 0;
	transform-origin: left top;
	position: absolute;
	top: 135px;
    left: 30px;
	-webkit-animation: deco-staff3 1.6s ease-out 0.3s infinite forwards;
	animation: deco-staff3 1.6s ease-out 0.3s infinite forwards;
}

@-webkit-keyframes deco-staff3 {
	0% {
		transform: translate(0) rotate(0);
	}

	25% {
		transform: translate(0, -5px) rotate(5deg);
	}

	75% {
		transform: translate(0, 5px) rotate(-15deg);
	}

	100% {
		transform: translate(0) rotate(0);
	}
}

@keyframes deco-staff3 {
	0% {
		transform: translate(0) rotate(0);
	}

	25% {
		transform: translate(0, -5px) rotate(8deg);
	}

	75% {
		transform: translate(0, 5px) rotate(-10deg);
	}

	100% {
		transform: translate(0) rotate(0);
	}

}

.num4 .img_topstaff1 {
	width: 235px;
	bottom: 0px;
	left: 28px;
}

.num4 .img_topstaff1 .balloon {
	width: 136px;
	position: absolute;
	top: -45px;
    right: -65px;
}

.num4 .img_topstaff1 .deco1 {
	width: 19px;
	margin: 0;
	padding: 0;
	transform: rotate(15deg);
	transform-origin: left bottom;
	position: absolute;
	top: 92px;
    right: 225px;
	-webkit-animation: deco-staff3 1.6s ease-out 0.3s infinite forwards;
	animation: deco-staff3 1.6s ease-out 0.3s infinite forwards;
}


.num4 .img_topstaff1 .deco2 {
	width: 31px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 120px;
    left: -40px;
}

.num4 .img_topstaff1 .deco2 img {
	width: 100%;
	margin: 0;
	padding: 0;
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-animation: deco-staff1 1.5s ease-in infinite forwards;
	animation: deco-staff1 1.5s ease-in infinite forwards;
}


.num4 .img_topstaff1 .deco3 {
	width: 21px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 240px;
    left: -35px;
}

.num4 .img_topstaff1 .deco3 img {
	width: 100%;
	margin: 0;
	padding: 0;
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-animation: deco-staff1 1.5s ease-in infinite forwards;
	animation: deco-staff1 1.5s ease-in infinite forwards;
}

.num4 .img_topstaff1 .deco4 {
	width: 25px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 95px;
    left: 190px;
}

.num4 .img_topstaff1 .deco4 img {
	width: 100%;
	margin: 0;
	padding: 0;
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-animation: deco-staff1 1.5s ease-in infinite forwards;
	animation: deco-staff1 1.5s ease-in infinite forwards;
}




.num5 .img_topstaff1 {
	width: 250px;
	left: -9px;
	bottom: -2px;
	z-index: -1;
}

.num5 .img_topstaff1 .person {
	transition: 2s;
	transform: rotateY(0deg);
}

.num5.sc_active2 .img_topstaff5 .person {
	transform: rotateY(360deg);
}

.num5 .img_topstaff1 .balloon {
	width: 136px;
	position: absolute;
	top: 0;
	right: -90px;
}

.num5 .img_topstaff1 .deco1 {
	width: 16px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 135px;
    right: 192px;
}

.num5 .img_topstaff1 .deco1 img {
	width: 100%;
	margin: 0;
	padding: 0;
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-animation: deco-staff1 1.5s ease-in infinite forwards;
	animation: deco-staff1 1.5s ease-in infinite forwards;
}

.num5 .img_topstaff1 .deco2 {
	width: 35px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100px;
	right: 170px;
}

.num5 .img_topstaff1 .deco2 img {
	width: 100%;
	margin: 0;
	padding: 0;
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-animation: deco-staff1 1.3s ease-in 0.5s infinite forwards;
	animation: deco-staff1 1.3s ease-in 0.5s infinite forwards;
}


.num5 .img_topstaff1 .deco3 {
	width: 13px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100px;
	left: 200px;
}

.num5 .img_topstaff1 .deco3 img {
	width: 100%;
	margin: 0;
	padding: 0;
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-animation: deco-staff1 1.3s ease-in 0.5s infinite forwards;
	animation: deco-staff1 1.3s ease-in 0.5s infinite forwards;
}

.num5 .img_topstaff1 .deco4 {
	width: 27px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 125px;
	left: 215px;
}

.num5 .img_topstaff1 .deco4 img {
	width: 100%;
	margin: 0;
	padding: 0;
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-animation: deco-staff1 1.3s ease-in 0.5s infinite forwards;
	animation: deco-staff1 1.3s ease-in 0.5s infinite forwards;
}
@-webkit-keyframes deco-staff5 {
	0% {
		width: 100%;
	}

	50% {
		width: 70%;
	}

	100% {
		width: 100%;
	}
}

@keyframes deco-staff1 {
	0% {
		width: 100%;
	}

	50% {
		width: 70%;
	}

	100% {
		width: 100%;
	}
}


.num6 .img_topstaff1 {
    width: 262px;
    bottom: 0px;
    left: 0px;
}

.num6 .img_topstaff1 .person {
	transition: 2s;
	transform: rotateY(0deg);
}

.num6.sc_active2 .img_topstaff1 .person {
	transform: rotateY(360deg);
}

.num6 .img_topstaff1 .balloon {
	width: 136px;
	position: absolute;
    top: 7px;
    right: -67px;
}

.num6 .img_topstaff1 .deco1 {
	width: 54px;
	margin: 0;
	padding: 0;
	transform-origin: right top;
	position: absolute;
    top: 136px;
    right: 190px;
}

.num6 .img_topstaff1 .deco1 img{
	width: 100%;
    margin: 0;
    padding: 0;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-animation: deco-staff1 1.5s ease-in infinite forwards;
    animation: deco-staff1 1.5s ease-in infinite forwards;
}

.num6 .img_topstaff1 .deco2 {
	width: 16px;
	margin: 0;
	padding: 0;
	transform-origin: left top;
	position: absolute;
	top: 96px;
    left: 190px;
}

.num6 .img_topstaff1 .deco2 img{
	width: 100%;
    margin: 0;
    padding: 0;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-animation: deco-staff1 1.3s ease-in 0.5s infinite forwards;
    animation: deco-staff1 1.3s ease-in 0.5s infinite forwards;

}


.num6 .img_topstaff1 .deco3 {
	width: 17px;
	margin: 0;
	padding: 0;
	transform-origin: left top;
	position: absolute;
	top: 117px;
    left: 203px;
}

.num6 .img_topstaff1 .deco3 img{
	width: 100%;
    margin: 0;
    padding: 0;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-animation: deco-staff1 1.3s ease-in 0.5s infinite forwards;
    animation: deco-staff1 1.3s ease-in 0.5s infinite forwards;

}

@-webkit-keyframes deco-staff3 {
	0% {
		transform: translate(0) rotate(0);
	}

	25% {
		transform: translate(0, -5px) rotate(5deg);
	}

	75% {
		transform: translate(0, 5px) rotate(-15deg);
	}

	100% {
		transform: translate(0) rotate(0);
	}
}

@keyframes deco-staff3 {
	0% {
		transform: translate(0) rotate(0);
	}

	25% {
		transform: translate(0, -5px) rotate(8deg);
	}

	75% {
		transform: translate(0, 5px) rotate(-10deg);
	}

	100% {
		transform: translate(0) rotate(0);
	}

}




dl.info_topstaff1 {
	margin: 0;
	padding: 0;
	text-align: left;
	display: inline-block;
}

dl.info_topstaff1 dt {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 21px;
}

dl.info_topstaff1 dd {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.5;
}

dl.info_topstaff1 dd .join {
	display: inline-block;
	padding: 0 10px 0 10px;
	margin: 0 0 5px 0;
	font-size: 12px;
	color: #094084;
	font-weight: 500;
	background-color: #fff;
	border-radius: 13px;
	border: 1px solid #094084;
}

.list_topstaff .right {
	width: 550px;
	margin: 0 30px 0 0;
	padding: 0 0 55px 0;
	position: relative;
	z-index: 1;
}

.list_topstaff .right .col_youtube {
	box-shadow: 12px 12px 0px 0px #ffff00;
}

.deco_topstaff1 {
	width: 419px;
	margin-left: 230px;
	position: absolute;
	top: -60px;
	left: 50%;
	z-index: -1;
}

.col_topintern {
	width: 100%;
	margin: 0;
	padding: 0;
	background: linear-gradient(180deg, rgba(241, 241, 241, 0) 40%, rgba(241, 241, 241, 1) 40%);
	position: relative;
	z-index: 0;
}

.col_topintern:after {
	content: "";
	width: 100%;
	height: 17px;
	background-image: url(../../img/recruit/top/bg_intern_btm.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.inner_topintern {
	width: 96%;
	max-width: 912px;
	margin: 0 auto;
	padding: 65px 0 95px;
	position: relative;
	z-index: 0;
}

.unit_topintern_top {
	width: 100%;
	height: 27px;
	background-color: #094084;
	position: relative;
	z-index: 0;
}

.unit_topintern_top:before {
	content: "";
	width: 14px;
	height: 9px;
	margin: auto;
	background-color: #094084;
	position: absolute;
	top: -9px;
	left: 0;
	right: 0;
}

.unit_topintern_mdl {
	width: 96%;
	margin: 0 auto;
	padding: 40px 20px 55px;
	background-color: #fff;
	border-left: solid 15px #094084;
	border-right: solid 15px #094084;
}

.mds_topintern1 {
	width: 282px;
	margin: 0 auto 30px;
}

.list_topintern1 {
	width: 89%;
	max-width: 622px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.list_topintern2 {
	width: 89%;
	max-width: 624px;
	margin: 0 auto 4.1%;
}

.article_topintern1 {
	width: 42.7%;
	margin: 0 14.6% 36px 0;
	color: #555353;
	text-decoration: none;
	transition: opacity .3s;
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
}

.article_topintern1:nth-child(even) {
	margin-right: 0;
}

.article_topintern1 .thumb {
	width: 100%;
	height: 177px;
	margin: 0 0 5px;
	overflow: hidden;
}

.article_topintern1 .date {
	margin: 0 0 2px;
}

.article_topintern1 .tag {
	margin: 0 0 10px;
	line-height: 1.1;
}

.article_topintern1 .tag span {
	min-width: 128px;
	padding: 4px 10px 5px;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	border-radius: 3px;
}

.article_topintern1 .tag.Report span {
	background-color: #eea300;
}

.article_topintern1 .tag.Notice span {
	background-color: #ee5290;
}

.article_topintern1 dl.info {
	margin: 0;
	padding: 0;
}

.article_topintern1 dl.info dt {
	margin: 0 0 6px;
	padding: 0;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.article_topintern1 dl.info dd {
	margin: 0;
	padding: 0;
	line-height: 1.7;
}

.article_topintern1 dl.info dd span.more {
	color: #094084;
	text-decoration: underline;
}

.unit_topintern_btm {
	width: 100%;
	padding: 22px 0;
	text-align: center;
	background-color: #094084;
}

.unit_topintern_btm img {
	max-width: 372px;
	margin: 0 auto;
	display: block;
}

.txt_Nointern {
	width: 100%;
	padding: 60px 20px;
	text-align: center;
}

.btn1.topintern1 {
	width: 250px;
	margin: 0 auto;
}

.deco_topintern1_l {
	width: 197px;
	margin-left: -518px;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 0;
}

.deco_topintern1_l .balloon {
	width: 84px;
	position: absolute;
	top: -27px;
	left: -62px;
}

.deco_topintern1_r {
	width: 269px;
	margin-left: 242px;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 0;
}

.deco_topintern1_r .balloon {
	width: 83px;
	position: absolute;
	top: 0;
	right: -57px;
}

.deco_topintern2 {
	width: 470px;
	margin-left: -643px;
	position: absolute;
	top: -5px;
	left: 50%;
	z-index: -1;
}

.deco_topintern3 {
	width: 249px;
	height: 249px;
	margin-left: 353px;
	border-radius: 50%;
	overflow: hidden;
	transform: rotate(45deg);
	background-image: url(../../img/recruit/top/bg_circle_dot1.png);
	background-repeat: repeat;
	position: absolute;
	top: 30px;
	left: 50%;
	z-index: -1;
}

.deco_topintern4 {
	width: 208px;
	height: 208px;
	margin-left: -610px;
	border-radius: 50%;
	overflow: hidden;
	transform: rotate(45deg);
	background-image: url(../../img/recruit/top/bg_circle_line1.png);
	background-repeat: repeat;
	position: absolute;
	top: 338px;
	left: 50%;
	z-index: -1;
}

.deco_topintern5 {
	width: 162px;
	height: 162px;
	margin-left: 393px;
	border-radius: 50%;
	overflow: hidden;
	transform: rotate(45deg);
	background-image: url(../../img/recruit/top/bg_circle_line3.png);
	background-repeat: repeat;
	position: absolute;
	top: 603px;
	left: 50%;
	z-index: -1;
}



.col_topshop {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 0;
}

.inner_topshop {
	width: 96%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 65px 0 55px;
	position: relative;
	z-index: 0;
}

.bnr_topshop {
	width: 100%;
	position: relative;
	z-index: 0;
}

.bnr_topshop a {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	z-index: 0;
	display: block;
}

.mds_topshop {
	width: 222px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 46px;
}

.hover_topshop {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 10px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: rgba(9, 64, 132, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.bnr_topshop a dl {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: solid 2px #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bnr_topshop a dl dt {
	margin: 0 0 15px;
	padding: 0;
}

.bnr_topshop a dl dd {
	width: 188px;
	margin: 0;
	padding: 0;
	padding: 10px 0;
	color: #094084;
	font-weight: 500;
	line-height: 1.3;
	text-decoration: none;
	text-align: center;
	background-color: #fff;
	border-radius: 4px;
	display: block;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

.bnr_topshop a dl dd span.inner {
	padding: 0 5px 0 0;
	position: relative;
	z-index: 0;
}

.bnr_topshop a dl dd span.inner:after {
	content: "";
	width: 8px;
	height: 8px;
	margin: auto;
	cursor: default;
	position: absolute;
	top: calc(50% - 4px);
	right: -10px;
	display: block;
	border-top: 1px solid #094084;
	border-right: 1px solid #094084;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

.deco_topshop1 {
	width: 249px;
	height: 249px;
	margin-left: -617px;
	border-radius: 50%;
	overflow: hidden;
	transform: rotate(45deg);
	background-image: url(../../img/recruit/top/bg_circle_dot1.png);
	background-repeat: repeat;
	position: absolute;
	top: 165px;
	left: 50%;
	z-index: -1;
}

.deco_topshop2 {
	width: 136px;
	margin-left: 400px;
	position: absolute;
	top: 41px;
	left: 50%;
	z-index: 0;
	opacity: 0;
}

.deco_topshop2 .balloon {
	width: 85px;
	position: absolute;
	bottom: 45px;
	right: -75px;
	display: block;
}

.col_topenv {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 0;
}

.inner_topenv {
	width: 96%;
	max-width: 987px;
	margin: 0 auto;
	padding: 65px 0 90px;
	position: relative;
	z-index: 0;
}

.mds_topenv1 {
	width: 204px;
	margin: 0 auto 55px;
}

.wrap_topenv1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wrap_topenv1 a {
	width: 49%;
	max-width: 480px;
	margin: 0 2% 0 0;
	color: #fff;
	text-decoration: none;
	text-align: center;
	position: relative;
	z-index: 0;
}

.wrap_topenv1 a.right {
	margin-right: 0;
}

.hover_topenv {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 14px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: rgba(9, 64, 132, 0.95);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.hover_topenv dl {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 15px 0 0 0;
	border: solid 1px #ffffff;
	position: relative;
	z-index: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hover_topenv dl:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 26px 26px;
	border-color: transparent transparent #ffffff transparent;
	position: absolute;
	bottom: 0;
	right: 0;
}

.hover_topenv dl dt {
	margin: 0 0 25px;
	padding: 0;
}

.hover_topenv dl dd {
	margin: 0;
	padding: 0;
}

.link_topenv {
	margin: 14px 0 0 0;
	padding: 12px 38px;
	font-weight: 500;
	line-height: 1.3;
	border-bottom: solid 1px #fff;
	display: inline-block;
}

.link_topenv span.inner {
	padding: 0 8px 0 0;
	position: relative;
	z-index: 0;
}

.link_topenv span.inner:after {
	content: "";
	width: 7px;
	height: 7px;
	margin: auto;
	cursor: default;
	position: absolute;
	top: calc(50% - 4px);
	right: -10px;
	display: block;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

.deco_topenv1 {
	width: 476px;
	margin-left: 190px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
}

.deco_topenv2 {
	width: 160px;
	height: 160px;
	margin-left: 405px;
	border-radius: 50%;
	overflow: hidden;
	transform: rotate(45deg);
	background-image: url(../../img/recruit/top/bg_circle_line2.png);
	background-repeat: repeat;
	position: absolute;
	bottom: 55px;
	left: 50%;
	z-index: -1;
}

.col_topentry {
	width: 100%;
	height: 572px;
	margin: 0;
	padding: 0;
	background-image: url(../../img/recruit/top/bg_topentry.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.inner_topentry {
	width: 96%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 120px 0 110px;
	position: relative;
	z-index: 0;
}

.mds_topentry1 {
	width: 610px;
	margin: 0 auto 20px;
}

.txt_topentry1 {
	margin: 0 0 42px;
	color: #fff;
	text-align: center;
}

.btnarea_topentry {
	max-width: 858px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.btn2.topentry1 {
	width: 406px;
}

.btn2.topentry1.left {
	margin-right: 30px;
}

.btn2.topentry1.right {
	letter-spacing: -0.06em;
}

.btn2.topentry1 a {
	padding: 19px 0;
	font-size: 21px;
	font-weight: 600;
}

.deco_topentry1 {
	width: 170px;
	margin-left: 428px;
	position: absolute;
	bottom: -49px;
	left: 80%;
	z-index: -1;
}

.deco_topentry1.active {
	-webkit-animation: deco-topentry 1.5s linear forwards;
	animation: deco-topentry 1.5s linear forwards;
	left: 50%;
}

@-webkit-keyframes deco-topentry {
	0% {
		transform: translateY(0);
		left: 80%;
	}

	20% {
		transform: translateY(-35px);
	}

	25% {
		transform: translateY(-40px);
	}

	30% {
		transform: translateY(-35px);
	}

	50% {
		transform: translateY(0);
	}

	70% {
		transform: translateY(-35px);
	}

	75% {
		transform: translateY(-40px);
	}

	80% {
		transform: translateY(-35px);
	}

	100% {
		transform: translateY(0);
		left: 50%;
	}
}

@keyframes deco-topentry {
	0% {
		transform: translateY(0);
		left: 80%;
	}

	20% {
		transform: translateY(-35px);
	}

	25% {
		transform: translateY(-40px);
	}

	30% {
		transform: translateY(-35px);
	}

	50% {
		transform: translateY(0);
	}

	70% {
		transform: translateY(-35px);
	}

	75% {
		transform: translateY(-40px);
	}

	80% {
		transform: translateY(-35px);
	}

	100% {
		transform: translateY(0);
		left: 50%;
	}
}

.num2 .img_topstaff1 {
	width: 235px;
	bottom: 0px;
	/* left: 67px; */
}

.deco_topentry1 .balloon {
	width: 136px;
	position: absolute;
	top: -78px;
	right: 21px;
}

.col_topsns {
	width: 100%;
	margin: 0;
	padding: 0;
}

.inner_topsns1 {
	width: 96%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 60px 0 0;
	position: relative;
	z-index: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.col_toptwitter {
	width: 48.5%;
	max-width: 520px;
	margin: 0 3% 0 0;
	padding: 0;
}

.icon_topsns {
	width: 90%;
	max-width: 288px;
	margin: 0 auto 20px;
	padding: 0;
}

.wrap_toptwitter {
	width: 100%;
	height: 100%;
	max-height: 612px;
	padding: 42px 20px;
	border: solid 7px #aaa;
	border-radius: 10px;
}

.mds_topx{
	width: 90%;
    max-width: 168px;
    margin: 0 auto 27px;
}

.txt_topx{
	margin: 0 0 50px;
    text-align: center;
    line-height: 1.5;
}

.img_topx{
	width: 98%;
    max-width: 395px;
    margin: 0 auto 38px;
}

.btn1.topx1 {
	width: 250px;
	margin: 0 auto;
}

.wrap_toptwitter .inner_scroll {
	width: 100%;
	height: 100%;
	overflow: auto;
}

.inner_scroll .timeline-Widget {
	display: none;
}

.col_topyoutube {
	width: 48.5%;
	max-width: 520px;
	margin: 0;
	padding: 0;
}

.wrap_topyoutube {
	width: 100%;
	height: 100%;
	max-height: 612px;
	padding: 42px 20px;
	border: solid 7px #ff0000;
	border-radius: 10px;
}

.mds_topyoutube {
	width: 90%;
	max-width: 331px;
	margin: 0 auto 27px;
}

.txt_topyoutube {
	margin: 0 0 30px;
	text-align: center;
}

.img_topyoutube {
	width: 98%;
	max-width: 447px;
	margin: 0 auto 38px;
}

.btn1.topyoutube1 {
	width: 250px;
	margin: 0 auto;
}

.inner_topsns2 {
	width: 96%;
	max-width: 686px;
	margin: 0 auto;
	padding: 64px 0 60px;
	position: relative;
	z-index: 0;
}

.inner_topsns2 a {
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	display: block;
}

.deco_topsns1 {
	width: 177px;
	margin-left: -475px;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
}

.deco_topsns1 .balloon {
	width: 113px;
	position: absolute;
	top: -26px;
	left: -100px;
}



/* --------------- contact --------------- */

.col_contact1 {
	margin: 0;
	padding: 115px 0 110px 0;
}

.inner_contact1 {
	width: 94%;
	max-width: 1000px;
	margin: 0 auto 100px;
	padding: 0 0 53px;
	border: solid 4px #094084;
	background-color: #f4f4f9;
	border-radius: 9px;
	position: relative;
	z-index: 0;
}

.mds_contact1 {
	text-align: center;
	position: relative;
	z-index: 0;
	top: -28px;
}

.mds_contact1 .inner {
	width: 435px;
	padding: 9px 20px;
	font-size: 25px;
	color: #ffff00;
	font-weight: 600;
	line-height: 1.5;
	border-radius: 60px;
	background-color: #094084;
	display: inline-block;
}

.cont_contact1 {
	margin: 0;
	padding: 0 0 0 30px;
}

.txt_contact_line1 {
	margin: 0 0 30px;
	color: #094084;
	font-size: 21px;
	text-align: center;
	font-weight: 600;
}

.bnr_contact_line1 {
	width: 90%;
	max-width: 686px;
	margin: 0 auto;
}

.img_line_l {
	width: 208px;
	position: absolute;
	bottom: 0;
	left: 15px;
	z-index: 0;
}

.img_line_l .balloon {
	width: 113px;
	position: absolute;
	top: -100px;
	left: 38px;
}

.img_line_r {
	width: 153px;
	position: absolute;
	bottom: 0;
	right: 16px;
	z-index: 0;
}

.img_line_r .balloon {
	width: 115px;
	position: absolute;
	top: -95px;
	left: 20px;
}

.inner_contact2 {
	width: 94%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 30px 100px;
	border: solid 4px #094084;
	background-color: #f4f4f9;
	border-radius: 9px;
	position: relative;
	z-index: 0;
}

.inner_contact2.message_contact {
	padding: 40px 30px;
}

.inner_contact2.message_contact .tel {
	margin: 0 0 15px;
	padding: 0;
	color: #094084;
	font-size: min(5.6vw, 22px);
	font-weight: 600;
	line-height: 1.4;
}

.txt_contact_form1 {
	margin: 0 0 35px;
	padding: 10px 0 0 0;
	text-align: center;
}

.flow_contact1 {
	max-width: 548px;
	margin: 0 auto 40px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flow_contact1 div {
	width: 30%;
	height: 44px;
	margin: 0 16px 0 0;
	padding: 0 0 0 8px;
	color: #fff;
	text-align: center;
	background-color: #c5c6c6;
	position: relative;
	z-index: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.flow_contact1 div:nth-child(1) {
	z-index: 3;
}

.flow_contact1 div:nth-child(2) {
	z-index: 2;
}

.flow_contact1 div:nth-child(3) {
	z-index: 1;
}

.flow_contact1 div:last-child {
	margin-right: 0;
}

.flow_contact1 div.active {
	background-color: #094084;
}

.flow_contact1 div:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 22px 0 22px 20px;
	border-color: transparent transparent transparent #f4f4f9;
	position: absolute;
	top: 0;
	left: 0;
}

.flow_contact1 div:nth-child(1):before {
	content: none;
}

.flow_contact1 div:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 22px 0 22px 20px;
	border-color: transparent transparent transparent #c5c6c6;
	position: absolute;
	top: 0;
	right: -20px;
}

.flow_contact1 div.active:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 22px 0 22px 20px;
	border-color: transparent transparent transparent #094084;
	position: absolute;
	top: 0;
	right: -20px;
}

.flow_contact1 div:last-child:after {
	content: none;
}

.form_contact1 {
	max-width: 746px;
	margin: 0 auto;
	padding: 0;
}

.form_contact1 dl {
	max-width: 624px;
	margin: 0 0 15px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.form_contact1 dl.vtop {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.form_contact1 dl dt {
	width: 190px;
	margin: 0;
	padding: 0 15px 0 0;
	color: #094084;
	font-size: 14px;
	font-weight: 400;
	text-align: right;
}

.form_contact1 dl.vtop dt {
	padding-top: 10px;
}

.require {
	margin: 0 0 0 6px;
	padding: 3px 6px;
	line-height: 1.1;
	color: #ffff00;
	border-radius: 4px;
	background-color: #094084;
	display: inline-block;
}

.require.none {
	background-color: transparent;
}

.form_contact1 dl dd {
	width: calc(100% - 190px);
	margin: 0;
	padding: 0;
	color: #094084;
}

.form_contact1 dl dd input[type="tel"],
.form_contact1 dl dd input[type="text"],
.form_contact1 dl dd textarea {
	width: 100%;
	padding: 9px 12px;
	color: #313333;
	font-family: 'Noto Sans Japanese', Meiryo, sans-serif;
	font-size: 14px;
	line-height: 1.7;
	font-weight: 400;
	background-color: #fff;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
}

.form_contact1 dl dd.yubin input[type="text"],
.form_contact1 dl dd.yubin2 input[type="text"] {
	max-width: 290px;
}

.form_contact1 dl dd textarea {
	height: 12em;
}

.form_contact1 dl dd input::placeholder,
.form_contact1 dl dd textarea::placeholder {
	color: #c4c5c5;
	font-weight: 400;
}

.form_contact1 dl dd input:-ms-input-placeholder,
.form_contact1 dl dd textarea:-ms-input-placeholder {
	color: #c4c5c5;
	font-weight: 400;
}

.form_contact1 dl dd input::-ms-input-placeholder,
.form_contact1 dl dd textarea::-ms-input-placeholder {
	color: #c4c5c5;
	font-weight: 400;
}

.border_form1 {
	margin: 0 0 30px;
	padding: 15px 0 0 0;
	border: none;
	border-bottom: dotted 1px #094084;
}

.txt_contact_privacy {
	margin: 0 0 40px;
	padding: 20px 0 0 0;
	text-align: center;
}

.txt_contact_privacy a {
	color: #094084;
}

.bg_contact_notice {
	max-width: 840px;
	margin: 0 auto 35px;
	padding: 20px 15px 20px 45px;
	font-size: 13px;
	line-height: 1.8;
	background-color: #e7e7f1;
}

.bg_contact_notice ul {
	max-height: 105px;
	margin: 0;
	padding: 0;
	overflow: auto;
}

.bg_contact_notice ul li {
	margin: 0;
	padding: 0 15px 0 1em;
	text-indent: -1em;
}

.bg_contact_notice ul li * {
	text-indent: 0;
}

.bg_contact_notice ul li .icon {
	color: #094084;
}

.btn_form_contact {
	margin: 0;
	padding: 0;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.btn_form_contact input {
	width: 261px;
	height: 65px;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Noto Sans Japanese', Meiryo, sans-serif;
	background-color: transparent;
	background-image: url(../../img/recruit/contact/btn_submit_send.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-webkit-appearance: none;
}

.btn_form_contact input:active,
.btn_form_contact input:focus {
	outline: none;
}

.btn_form_contact input[name="submitConfirm"] {
	background-image: url(../../img/recruit/contact/btn_submit_confirm.png);
}

.btn_form_contact input[name="submitBack"] {
	margin: 0 20px 0 0;
	background-image: url(../../img/recruit/contact/btn_back.png);
}

.txt_contact_error {
	margin-bottom: 30px;
	text-align: center;
}

.form_contact1 .error {
	margin: 2px 0 0;
	color: #d6000e;
	font-size: 15px;
	display: block;
}

#Error .form_contact1 dl {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.txt_contact_conf {
	margin-bottom: 30px;
	text-align: center;
}

#Conf .form_contact1 dl.vtop dt {
	padding-top: 0;
}

#Conf .form_contact1 dl dd {
	color: #555353;
}

.txt_contact_thanks {
	margin-bottom: 50px;
	text-align: center;
}

.btn1.contact1 {
	max-width: 280px;
	margin: 0 auto 40px;
	display: block;
}

#Thanks .bg_contact_notice {
	margin-bottom: 0;
}

#Thanks .inner_contact2 {
	padding-bottom: 60px;
}




/* --------------- env --------------- */

.bg_env1 {
	margin: 0;
	padding: 0;
	background: linear-gradient(180deg, rgba(237, 237, 237, 0) 195px, rgba(237, 237, 237, 1) 195px)
}

.col_env1 {
	margin: 0;
	padding: 65px 0 0;
}

.inner_env1 {
	margin: 0;
	padding: 0;
}

.navi_env1 {
	width: 70%;
	max-width: 820px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.navi_env1 a,
.navi_env1 .inner {
	width: 50%;
	margin: 0;
	font-size: 19px;
	text-align: center;
	font-weight: 600;
	color: #094084;
	letter-spacing: -0.06em;
	text-decoration: none;
	background-color: #e5e4ef;
	border: solid 1px #094084;
	border-right: none;
	border-bottom: none;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	position: relative;
	z-index: 0;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


.navi_env1 .inner_kengaku {
	width: 50%;
	margin: 0;
	font-size: 19px;
	text-align: center;
	font-weight: 600;
	color: #094084;
	letter-spacing: -0.06em;
	text-decoration: none;
	background-color: #e5e4ef;
	border: solid 1px #094084;
	border-right: none;
	border-bottom: none;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	position: relative;
	z-index: 0;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


.navi_env1 a:last-of-type,
.navi_env1 .inner:last-of-type {
	border-right: solid 1px #094084;
}

.navi_env1 a.active,
.navi_env1 .inner.active {
	background-color: #fff;
}

.navi_env1 dl {
	width: 100%;
	margin: 0;
	padding: 17px 17px;
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.navi_env1 dl dt {
	width: 105px;
	margin: 0;
	padding: 0;
}

.navi_env1 dl dd {
	width: calc(100% - 105px);
	margin: 0;
	padding: 0;
}

.navi_env1 .inner.kengaku dl dt {
	width: 95px;
	margin: 0;
	padding: 0;
}

.navi_env1 .inner.kengaku dl dd {
	width: calc(100% - 95px);
	margin: 0;
	padding: 0;
}

.navi_env1 a.active:after,
.navi_env1 .inner.active:after {
	content: "";
	width: 92%;
	height: 1px;
	margin: 0 auto;
	background-color: #094084;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

.navi_env1 .active dl:before,
.navi_env1 .inner.active dl:before {
	content: "";
	width: 0;
	height: 0;
	margin: 0 auto;
	border-style: solid;
	border-width: 12px 11px 0 11px;
	border-color: #094084 transparent transparent transparent;
	position: absolute;
	bottom: -12px;
	left: 0;
	right: 0;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

.navi_env1 .active dl:after,
.navi_env1 .inner.active dl:after {
	content: "";
	width: 0;
	height: 0;
	margin: 0 auto;
	border-style: solid;
	border-width: 12px 11px 0 11px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	bottom: -11px;
	left: 0;
	right: 0;
	z-index: 1;
}

.bg_env2 {
	background-color: #ffff00;
	position: relative;
	z-index: 0;
}

.inner_env1 {
	width: 94%;
	max-width: 934px;
	margin: 0 auto;
	padding: 100px 0 125px;
	position: relative;
	z-index: 0;
}

.mds_env1 {
	width: 140px;
	margin: 0 auto 48px;
	padding: 0;
}

.txt_env1 {
	margin: 0 0 34px;
	padding: 0;
	color: #555353;
	text-align: center;
}

.wrap_training1 {
	margin: 0 auto 70px;
	padding: 52px 30px 35px 65px;
	border: solid 3px #094084;
	background-color: #fff;
	position: relative;
}

.wrap_training1:last-of-type {
	margin-bottom: 20px;
}

.wrap_training1:before {
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(../../img/recruit/env/bg_line1.png);
	background-repeat: repeat;
	background-position: left top;
	position: absolute;
	bottom: -20px;
	right: -20px;
	z-index: -1;
}

.mds_training1 {
	margin: 0 auto 38px;
	padding: 0;
}

.training1 .mds_training1 {
	width: 90%;
	max-width: 333px;
}

.training2 .mds_training1 {
	width: 90%;
	max-width: 503px;
}

.training3 .mds_training1 {
	width: 90%;
	max-width: 447px;
}

.training4 .mds_training1 {
	width: 90%;
	max-width: 276px;
}

.cont_training1 {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cont_training1 dl.left {
	width: calc(100% - 325px);
	margin: 0;
	padding: 0;
}

.cont_training1 dl.left dt {
	margin: 0 0 15px;
	padding: 0;
}

.cont_training1 dl.left dd {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cont_training1 dl.left dd.pc_none {
	display: none;
}

.cont_training1 dl.left dd div {
	width: 48.5%;
	margin-right: 3%;
}

.cont_training1 dl.left dd div:last-child {
	margin-right: 0;
}

.cont_training1 .right {
	width: 325px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 0;
}

.training1 .cont_training1 {
	margin-bottom: 20px;
}

.training1 .cont_training1 .right {
	text-align: right;
}

.training1 .cont_training1 .right .chara {
	max-width: 168px;
	margin: 0;
	padding: 0;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	opacity: 0;
	position: absolute;
	top: 100px;
	left: 46%;
}

.training1.active .cont_training1 .right .chara {
	opacity: 1;
	top: 0;
	left: 36%;
}

.training1 .cont_training1 .right .balloon1 {
	width: 144.5px;
	height: 130.4px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 58px;
	bottom: -8px;
}

.training1 .cont_training1 .right .balloon2 {
	width: 121px;
	height: 98px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -88px;
	right: 0;
}

.training1 .cont_training1 .right .balloon3 {
	width: 123px;
	height: 98.5px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 46px;
	left: 17px;
}

.training1 .cont_training1 .right .balloon1 img,
.training1 .cont_training1 .right .balloon2 img,
.training1 .cont_training1 .right .balloon3 img {
	width: 0;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
}

.training1.active .cont_training1 .right .balloon1 img {
	-webkit-animation: balloon-training1 .3s linear .5s forwards;
	animation: balloon-training1 .3s linear .5s forwards;
}

.training1.active .cont_training1 .right .balloon2 img {
	-webkit-animation: balloon-training1 .3s linear .7s forwards;
	animation: balloon-training1 .3s linear .7s forwards;
}

.training1.active .cont_training1 .right .balloon3 img {
	-webkit-animation: balloon-training1 .3s linear .9s forwards;
	animation: balloon-training1 .3s linear .9s forwards;
}

@-webkit-keyframes balloon-training1 {
	0% {
		width: 0;
	}

	60% {
		width: 40%;
	}

	90% {
		width: 110%;
	}

	100% {
		width: 100%;
	}
}

@keyframes balloon-training1 {
	0% {
		width: 0;
	}

	60% {
		width: 40%;
	}

	90% {
		width: 110%;
	}

	100% {
		width: 100%;
	}
}



.wrap_training1:nth-of-type(even) .cont_training1 dl.left {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.wrap_training1:nth-of-type(even) .cont_training1 .right {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

ul.img_training1 {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
}

ul.img_training1 li {
	width: 29.58%;
	margin: 0 2% 0 0;
	padding: 0;
}

ul.img_training1 li:last-of-type {
	margin-right: 0;
}

.training2.wrap_training1 {
	padding-bottom: 60px;
}

.training2 .cont_training1 .right {
	text-align: left;
}

.training2 .cont_training1 .right img {
	max-width: 247px;
	margin-top: 20px;
	opacity: 0;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	position: relative;
	top: 15px;
}

.training2.active .cont_training1 .right img {
	opacity: 1;
	top: 0;
}

.training3.wrap_training1 {
	padding-bottom: 55px;
}

.training3 .cont_training1 .right {
	text-align: right;
	opacity: 0;
	background-image: url(../../img/recruit/env/training/illust_training3_base.gif);
	background-repeat: no-repeat;
	background-size: 76% auto;
	background-position: 45% bottom;
	transition: opacity .5s;
	-moz-transition: opacity .5s;
	-webkit-transition: opacity .5s;
}

.training3.active .cont_training1 .right {
	opacity: 1;
}

.training3 .cont_training1 .right .chara1 {
	width: 46%;
	margin: 0;
	padding: 0;
	opacity: 0;
	transition: opacity .5s;
	-moz-transition: opacity .5s;
	-webkit-transition: opacity .5s;
	transition-delay: .4s;
	position: absolute;
	left: 7%;
	bottom: 14%;
}

.training3 .cont_training1 .right .chara2 {
	width: 44%;
	margin: 0;
	padding: 0;
	opacity: 0;
	transition: opacity .5s;
	-moz-transition: opacity .5s;
	-webkit-transition: opacity .5s;
	transition-delay: .8s;
	position: absolute;
	left: 52%;
	bottom: 38%;
}

.training3.active .cont_training1 .right .chara1,
.training3.active .cont_training1 .right .chara2 {
	opacity: 1;
}


.training4.wrap_training1 {
	padding-bottom: 60px;
}

.training4 .cont_training1 .right {
	text-align: left;
}

.training4 .cont_training1 .right img {
	max-width: 258px;
	margin-top: 0;
	opacity: 0;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	position: relative;
	top: 15px;
}

.training4.active .cont_training1 .right img {
	opacity: 1;
	top: 0;
}

.deco_training1 {
	width: 81px;
	position: absolute;
	top: -105px;
	right: -82px;
}

.deco_training1 .person {
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	backface-visibility: visible;
	-webkit-backface-visibility: visible;
}

.deco_training1:hover .person {
	transform: rotateY(180deg);
}

.deco_training1 .balloon {
	width: 163px;
	position: absolute;
	top: -130px;
	right: -40px;
	-webkit-animation: balloon-abouttab 4s linear infinite forwards;
	animation: balloon-abouttab 4s linear infinite forwards;
}

.bg_btmlink {
	/* background: linear-gradient(180deg, rgba(237, 237, 237, 0) 170px, rgba(237, 237, 237, 1) 170px); */
	background: #efefef;
}

.col_btmlink1 {
	margin: 0;
	padding: 45px 0 80px;
}



.col_fnavi_staff {
	width: 94%;
	max-width: 945px;
	margin: 0 auto;
	padding: 75px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
	flex-wrap: wrap;
}

.col_fnavi_staff .box {
	cursor: pointer;
	width: 210px;
	height: 194px;
	margin-inline: auto;
	margin-bottom: 27px;
	position: relative;
}



.col_fnavi_staff .box img {
	height: auto;
	left: 0;
	position: absolute;
	width: 100%;
}

.col_fnavi_staff .box img:last-of-type {
	opacity: 0;
	transition: opacity .7s;
}

.col_fnavi_staff .box:hover img {
	opacity: 1;
}

.col_fnavi_staff .box img {
	margin: 0;
	padding: 0;
	cursor: pointer;
}

@media screen and (min-width: 890px) {
	.col_fnavi_staff .box:nth-child(n+5) {
		margin-inline: 17px;     /* ← ここが下段用の gap */
	}
}


.inner_btmlink1 {
	width: 94%;
	max-width: 576px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.inner_btmlink1.link3 {
	max-width: 880px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.inner_btmlink1.link3 a,
.inner_btmlink1.link3 span {
	margin-right: 50px;
	margin-bottom: 25px;
}

.inner_btmlink1.link3 a:nth-of-type(3),
.inner_btmlink1.link3 span:nth-of-type(3) {
	margin-right: 0;
}

.inner_btmlink1.link3 a:last-child,
.inner_btmlink1.link3 span:last-child {
	margin-right: 0;
}


.inner_btmlink1 a,
.inner_btmlink1 span {
	width: 259px;
	height: 248px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	display: block;
	position: relative;
	z-index: 0;
}

.inner_btmlink1 a img,
.inner_btmlink1 span img {
	position: absolute;
	top: 0;
	left: 0;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

.inner_btmlink1 a img.on,
.inner_btmlink1 span img.on {
	opacity: 0;
	z-index: 1;
}

.inner_btmlink1 a:hover img.on,
.inner_btmlink1 a.active img.on,
.inner_btmlink1 span:hover img.on,
.inner_btmlink1 span.active img.on {
	opacity: 1;
}




/* --------------- env/welfare --------------- */


.welfare .inner_env1 {
	max-width: 950px;
	padding-bottom: 100px;
}

.welfare .mds_env1 {
	width: 125px;
}

.wrap_welfare1 {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.box_welfare1 {
	width: 48.5%;
	margin: 0 3% 3% 0;
	padding: 35px 24px;
	border: solid 5px #094084;
	background-color: #efeef4;
	background-repeat: repeat;
	background-position: left top;
	opacity: 0;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	position: relative;
	top: 15px;
}

.box_welfare1.active {
	opacity: 1;
	top: 0;
}

.box_welfare1.dot {
	background-image: url(../../img/recruit/env/welfare/bg_dot.png);
}

.box_welfare1.line {
	background-image: url(../../img/recruit/env/welfare/bg_line.png);
}

.box_welfare1:nth-child(even) {
	margin-right: 0;
	transition-delay: .3s;
}

.box_welfare1:nth-last-child(-n+2) {
	margin-bottom: 0;
}

.img_welfare1 {
	width: 36%;
	max-width: 138px;
	margin: 0 auto 16px;
}

.box_welfare1 dl {
	margin: 0;
	padding: 0;
}

.box_welfare1 dl dt {
	max-width: 247px;
	margin: 0 auto 25px;
	padding: 0;
}

.box_welfare1 dl dd {
	margin: 0;
	padding: 0;
}


/* --------------- intern --------------- */

.col_intern1 {
	margin: 0;
	padding: 80px 0 100px;
}

.inner_intern1 {
	width: 94%;
	max-width: 1150px;
	margin: 0 auto;
	padding: 0;
}

.txt_intern1 {
	margin: 0 0 30px;
	text-align: center;
	font-weight: bold;
	color: #094084;
	font-size: 23px;
}

.col_bnr {
	position: relative;
	max-width: 1028px;
	margin: 0 auto 30px;
}

.btnarea_intern {
	width: 159px;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: absolute;
	top: 19%;
	left: 82%;
}

.btnarea_intern img {
	max-width: 159px;
	margin: 5% 0px;
}

.btnarea_intern a:hover {
	opacity: 0.8;
}


.inner_intern1 .area_flex {
	width: 100%;
	margin-bottom: 90px;
	display: flex;
	justify-content: space-between;
}

.inner_intern1 .area_flex a {
	width: calc((100% - 30px)/2);
	margin: 0;
	padding: 0;
	display: block;
}

.img_terakoya {
	width: 100%;
	max-width: 558px;
	height: auto;
}

.img_shopvisit {
	width: 100%;
	max-width: 557px;
	height: auto;
}

.area_flex a:hover {
	opacity: 0.8;
}

.wrap_intern1 {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.wrap_intern1 .txt_Nointern {
	padding-bottom: 100px;
}

.link_intern1 {
	width: 31%;
	margin: 0 3.5% 78px 0;
	padding: 36px 38px 36px;
	color: #555353;
	text-decoration: none;
	border: solid 1px #094084;
	background-color: #fff;
	display: block;
	position: relative;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

.link_intern1:nth-child(3n) {
	margin-right: 0;
}

.link_intern1:before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #094084;
	position: absolute;
	bottom: -10px;
	right: -10px;
	z-index: -2;
}

.link_intern1 .label_new {
	margin: 0;
	padding: 3px 8px 15px;
	color: #094084;
	font-weight: 600;
	text-shadow: 1px 1px 0px #ffff00, -1px 1px 0px #ffff00, 1px -1px 0px #ffff00, -1px -1px 0px #ffff00;
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 1;
}

.link_intern1 .label_new::before {
	content: "";
	margin: 0;
	padding: 0;
	border-left: solid 50px #ffff00;
	border-bottom: solid 50px rgba(255, 255, 0, 0);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.link_intern1 .thumb {
	width: 100%;
	height: 177px;
	margin: 0 0 6px;
	overflow: hidden;
}

.link_intern1 .date {
	margin: 0 0 3px;
}

.link_intern1 .tag {
	margin: 0 0 6px;
	line-height: 1.1;
}

.link_intern1 .tag span {
	min-width: 128px;
	padding: 3px 10px 4px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 1.2;
	display: inline-block;
	border-radius: 3px;
}

.link_intern1 .tag.Report span {
	background-color: #eea300;
}

.link_intern1 .tag.Notice span {
	background-color: #ee5290;
}

.link_intern1 dl.info {
	margin: 0;
	padding: 0;
}

.link_intern1 dl.info dt {
	margin: 0 0 6px;
	padding: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* �C�ӂ̍s�����w�� */
}

.link_intern1 dl.info dd {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.4;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	/* �C�ӂ̍s�����w�� */
}

.link_intern1 dl.info dd .more {
	color: #094084;
	text-decoration: underline;
}

ul.col_pagenation1 {
	width: 100%;
	margin: 0;
	padding: 30px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

ul.col_pagenation1 li {
	width: 52px;
	height: 52px;
	margin: 0 8px;
	padding: 0;
}

ul.col_pagenation1 li a {
	width: 100%;
	height: 100%;
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #c4c4c4;
	border-radius: 50%;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-ms-transition: background-color .2s;
	transition: background-color .2s;
}

ul.col_pagenation1 li a:hover {
	background-color: #9eb5d1;
}

ul.col_pagenation1 li.num span {
	width: 100%;
	height: 100%;
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #094084;
	border-radius: 50%;
}


/* --------------- intern/detail --------------- */

.col_intern_d1 {
	width: 94%;
	max-width: 1150px;
	margin: 0 auto;
	padding: 50px 0 145px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cont_intern_left {
	width: 215px;
	position: relative;
	z-index: 0;
}

.submds_intern_d {
	margin: 0 0 10px;
	padding: 0;
}

.sidenav_intern_d {
	margin: 0;
	padding: 0;
}

.sidenav_intern_d .link_intern1 {
	width: 100%;
	margin: 0 0 6px;
	padding: 14px 14px;
	background-color: #eaeaf2;
	border: none;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

.sidenav_intern_d .link_intern1:before {
	content: none;
}

.sidenav_intern_d .link_intern1 .thumb {
	height: 126px;
	margin-bottom: 7px;
}

.sidenav_intern_d .link_intern1 .tag {
	margin-bottom: 2px;
}

.sidenav_intern_d .link_intern1 .date {
	margin: 0;
}

.sidenav_intern_d .link_intern1 .ttl {
	line-height: 1.5;
	font-weight: 500;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.fixed_intern_left {
	width: 215px;
}

.cont_intern_right {
	width: calc(100% - 215px);
	padding: 0 55px 0 35px;
}

.ttl_intern_d {
	margin: 0 0 40px;
	padding: 0 3px 12px;
	border-bottom: solid 6px #094084;
}

.ttl_intern_d .date {
	margin: 0 0 5px;
}

.ttl_intern_d .tag {
	margin: 0 0 9px;
	line-height: 1.1;
}

.ttl_intern_d .tag span {
	min-width: 128px;
	padding: 4px 10px 5px;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	border-radius: 3px;
}

.ttl_intern_d .tag.Report span {
	background-color: #eea300;
}

.ttl_intern_d .tag.Notice span {
	background-color: #ee5290;
}

.ttl_intern_d .mds_intern_d {
	font-size: 30px;
	color: #094084;
	font-weight: 500;
	line-height: 1.4;
}

.wrap_intern_d {
	margin: 0;
	padding: 0 25px;
	line-height: 2.65;
}

.wrap_intern_d p {
	margin: 0 0 20px;
}

.wrap_intern_d img {
	width: auto;
	max-width: 100%;
}

.pager_intern_d {
	width: 100%;
	max-width: 750px;
	margin: 70px auto 0;
	padding: 15px 4px;
	border-top: solid 1px #094084;
	border-bottom: solid 1px #094084;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.pager_intern_d>div {
	width: 50%;
	padding: 0;
}

.pager_intern_d>div:first-child {
	border-right: solid 1px #094084;
}

.pager_intern_d a {
	padding: 12px 0;
	color: #555353;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

.pager_intern_d dl {
	width: 100%;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 0;
}

.pager_intern_d .left dl {
	padding-right: 32px;
	padding-left: 40px;
}

.pager_intern_d .right dl {
	padding-right: 40px;
	padding-left: 32px;
}

.pager_intern_d dl:before {
	content: "";
	width: 10px;
	height: 27px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: calc(50% - 13px);
}

.pager_intern_d .left dl:before {
	background-image: url(../../img/recruit/intern/arrow_left.png);
	left: 0;
}

.pager_intern_d .right dl:before {
	background-image: url(../../img/recruit/intern/arrow_right.png);
	right: 0;
}

.pager_intern_d dl dt {
	width: 123px;
	height: 82px;
	margin: 0;
	padding: 0;
}

.pager_intern_d dl dd {
	width: calc(100% - 122px);
	margin: 0;
	padding: 0 0 0 12px;
}

.pager_intern_d dl dd .date {
	margin: 0 0 4px;
	line-height: 1.5;
}

.pager_intern_d dl dd .tag {
	margin: 0 0 6px;
	line-height: 1;
}

.pager_intern_d dl dd .tag span {
	min-width: 108px;
	padding: 4px 10px 5px;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	border-radius: 3px;
}

.pager_intern_d dl dd .tag.Report span {
	background-color: #eea300;
}

.pager_intern_d dl dd .tag.Notice span {
	background-color: #ee5290;
}

.pager_intern_d dl dd .mds_intern_d {
	font-size: 17px;
	font-weight: 500;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


/* --------------- intern / visit --------------- */

.bg_visit {
	width: 100%;
	margin: -38px 0 0;
	padding: 0;
	background: linear-gradient(180deg, #f4f3e6 0%, #f4f3e6 66%, #ffffff 66%, #ffffff 100%);
}

.col_intern1.visit1 {
	margin: 0;
	padding: 80px 0 10px;
}

.inner_visit1 {
	width: 90%;
	max-width: 950px;
	margin: 0 auto;
	padding: 10px 0 0;
}

.col_head_visit {
	width: 100%;
	margin: 0 0 60px;
}

.title_visit {
	width: 100%;
	margin: 0;
	padding: 0 0 0 1%;
	text-align: center;
}

.title_visit .deco {
	width: 23.68%;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
	z-index: 0;
	float: left;
}

.title_visit .deco .board {
	width: 47%;
	margin: 0 0 8% 3%;
}

.title_visit .deco .boar {
	width: 50%;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 76%;
	bottom: 0;
}

.title_visit.active .deco .boar {
	animation: hopping 1.5s linear forwards;
}

@keyframes hopping {
	0% {
		transform: translateY(0);
		left: 76%;
	}

	25% {
		transform: translateY(-12%);
	}

	50% {
		transform: translateY(0);
	}

	75% {
		transform: translateY(-12%);
	}

	100% {
		transform: translateY(0);
		left: 60%;
	}
}

.title_visit .title_img {
	max-width: 468px;
	width: 50%;
	margin: 0 auto 35px;
}

.title_visit .label {
	width: 20.63%;
	margin: 0.5% 0 0;
	padding: 0;
	float: right;
}

.col_head_visit .title_txt {
	width: 50%;
	margin: 0 auto;
	font-size: 20px;
	color: #0a4085;
}

.box_kengaku {
	width: 100%;
	border-top: 10px solid #0a4085;
	border-bottom: 10px solid #0a4085;
	border-left: 1px solid #0a4085;
	border-right: 1px solid #0a4085;
	background-color: #fff;
}

.inner_kangeku {
	max-width: 702px;
	margin: 40px auto 20px;
	width: 100%;
}

.inner_kangeku .mds {
	max-width: 272px;
	margin: 0 auto 15px;
	width: 100%;
}

.inner_kangeku .txt {
	margin: 0 0 20px;
	colo: #565454;
	font-size: 15px;
	text-align: center;
}

.inner_kangeku .img {
	max-width: 702px;
	margin: 0 auto;
	width: 100%;
}

.inner_kangeku .img .img_pc {}

.inner_kangeku .img .img_sp {
	display: none;
}


.bg_visit_chara {
	max-width: 1463px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}

.deco_charavisit1 {
	width: 161px;
	height: 161px;
	margin-left: 373px;
	border-radius: 50%;
	overflow: hidden;
	transform: rotate(45deg);
	background-image: url(../../img/recruit/top/bg_circle_line1.png);
	background-repeat: repeat;
	position: absolute;
	top: 170px;
	left: 50%;
	z-index: -1;
}

.deco_charavisit2 {
	width: 248px;
	height: 248px;
	margin-left: -590px;
	border-radius: 50%;
	overflow: hidden;
	transform: rotate(45deg);
	background-image: url(../../img/recruit/top/bg_circle_dot1.png);
	background-repeat: repeat;
	position: absolute;
	top: 348px;
	left: 50%;
	z-index: -1;
}

.deco_charavisit3 {
	width: 248px;
	height: 248px;
	margin-left: 380px;
	border-radius: 50%;
	overflow: hidden;
	transform: rotate(45deg);
	background-image: url(../../img/recruit/top/bg_circle_dot1.png);
	background-repeat: repeat;
	position: absolute;
	top: 810px;
	left: 50%;
	z-index: -1;
}

.deco_charavisit4 {
	width: 160px;
	height: 160px;
	margin-left: -700px;
	border-radius: 50%;
	overflow: hidden;
	transform: rotate(45deg);
	background-image: url(../../img/recruit/top/bg_circle_line1.png);
	background-repeat: repeat;
	position: absolute;
	top: 920px;
	left: 50%;
	z-index: -1;
}

.deco_charavisit5 {
	width: 189px;
	height: 189px;
	margin-left: -600px;
	border-radius: 50%;
	overflow: hidden;
	transform: rotate(45deg);
	background-image: url(../../img/recruit/top/bg_circle_dot1.png);
	background-repeat: repeat;
	position: absolute;
	top: 1290px;
	left: 50%;
	z-index: -1;
}

.deco_charavisit6 {
	width: 160px;
	height: 160px;
	margin-left: 560px;
	border-radius: 50%;
	overflow: hidden;
	transform: rotate(45deg);
	background-image: url(../../img/recruit/top/bg_circle_dot1.png);
	background-repeat: repeat;
	position: absolute;
	top: 1310px;
	left: 50%;
	z-index: -1;
}

.deco_charavisit7 {
	width: 160px;
	height: 160px;
	margin-left: 370px;
	border-radius: 50%;
	overflow: hidden;
	transform: rotate(45deg);
	background-image: url(../../img/recruit/top/bg_circle_line1.png);
	background-repeat: repeat;
	position: absolute;
	top: 1500px;
	left: 50%;
	z-index: -1;
}

.deco_charavisit8 {
	width: 248px;
	height: 248px;
	margin-left: -600px;
	border-radius: 50%;
	overflow: hidden;
	transform: rotate(45deg);
	background-image: url(../../img/recruit/top/bg_circle_dot1.png);
	background-repeat: repeat;
	position: absolute;
	top: 1770px;
	left: 50%;
	z-index: -1;
}

.deco_charavisit9 {
	width: 248px;
	height: 248px;
	margin-left: 370px;
	border-radius: 50%;
	overflow: hidden;
	transform: rotate(45deg);
	background-image: url(../../img/recruit/top/bg_circle_dot1.png);
	background-repeat: repeat;
	position: absolute;
	top: 1890px;
	left: 50%;
	z-index: -1;
}


.mds_chara {
	max-width: 266px;
	margin: 0 auto 55px;
}

.wrap_chara {
	max-width: 950px;
	width: 94%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: space-between;
}

.wrap_chara .cont_chara {
	width: calc((100% - 30px)/2);
	margin: 0 30px 100px 0;
	padding: 0;
	position: relative;
	z-index: 0;
}

.wrap_chara .cont_chara:before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 82%;
	background-color: #0a4085;
	border-radius: 10px;
	background-size: contain;
	position: absolute;
	top: 135px;
	left: 0;
	z-index: -1;
}

.wrap_chara .cont_chara:nth-child(even) {
	margin-right: 0;
}

.wrap_chara .cont_chara .img {
	width: 100%;
	margin: 0 auto 40px;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}

.wrap_chara .cont_chara .img:after {
	content: "";
	display: inline-block;
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: -45px;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: url(../../img/recruit/intern/n01.png);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 2;
}

.wrap_chara .cont_chara .img.chara2:after {
	width: 62px;
	height: 48px;
	background-image: url(../../img/recruit/intern/n02.png);
}

.wrap_chara .cont_chara .img.chara3:after {
	width: 62px;
	height: 48px;
	background-image: url(../../img/recruit/intern/n03.png);
}

.wrap_chara .cont_chara .img.chara4:after {
	width: 64px;
	height: 47px;
	background-image: url(../../img/recruit/intern/n04.png);
}

.wrap_chara .cont_chara .img.chara5:after {
	width: 62px;
	height: 47px;
	background-image: url(../../img/recruit/intern/n05.png);
}

.wrap_chara .cont_chara .img.chara6:after {
	width: 62px;
	height: 47px;
	background-image: url(../../img/recruit/intern/n06.png);
}

.wrap_chara .cont_chara .img .crop {
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.wrap_chara .cont_chara .img .crop::before {
	content: "";
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: solid 10px #fff;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.wrap_chara .cont_chara .img .crop::after {
	content: "";
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: solid 1px #0a4085;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.wrap_chara .cont_chara .img .crop img {
	transform-origin: center center;
	transform: scale(1.3);
	transition: transform 1s;
}

.wrap_chara .cont_chara:nth-child(even) .img .crop img {
	transition-delay: .4s;
}

.wrap_chara .cont_chara.active .img .crop img {
	transform: scale(1);
}

.wrap_chara .cont_chara .mds {
	margin: 0 0 15px;
	text-align: center;
}

.wrap_chara .cont_chara .mds img {
	width: 286px;
}

.wrap_chara .cont_chara .mds.chara2 img {
	width: 212px;
}

.wrap_chara .cont_chara .mds.chara3 img {
	width: 244px;
}

.wrap_chara .cont_chara .mds.chara4 img {
	width: 306px;
}

.wrap_chara .cont_chara .mds.chara5 img {
	width: 305px;
}

.wrap_chara .cont_chara .mds.chara6 img {
	width: 265px;
}

.wrap_chara .cont_chara .txt {
	width: 85%;
	margin: 0 auto 30px;
	color: #ffffff;
	text-align: center;
	line-height: 1.7;
}

.cont_chara .flex_chara2 {
	max-width: 344px;
	width: 90%;
	margin: 0 auto;
	display: flex;
}

.cont_chara .flex_chara2 .left {
	width: 54%;
	padding: 0 26px 0 0;
	border-right: solid 1px #ffffff;
	color: #ffffff;
}

.cont_chara .flex_chara2 .right {
	width: 46%;
	padding: 0 0 0 25px;
	color: #ffffff;
}

.cont_chara .flex_chara2 .left .txt1,
.cont_chara .flex_chara2 .right .txt1 {
	font-size: 19px;
	line-height: 1.1;
	text-align: center;
}

.cont_chara .flex_chara2 .left .txt1 span,
.cont_chara .flex_chara2 .right .txt1 span {
	font-size: 15px;
}

.cont_chara .flex_chara2 .left .txt2 {
	font-size: 12px;
	letter-spacing: -0.04em;
	font-feature-settings: "palt";
	text-align: center;
}

.cont_chara .flex_chara2 .left .per1,
.cont_chara .flex_chara2 .right .per2 {
	width: 100%;
	padding: 10px 0;
	text-align: center;
	display: flex;
	justify-content: center;
}

.cont_chara .flex_chara2 .left .per1 img {
	width: 100px;
}

.cont_chara .flex_chara2 .right .per2 img {
	width: 111px;
}

ul.list_chara3 {
	max-width: 308px;
	width: 94%;
	margin: 0 auto 5px;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	color: #ffffff;
}

ul.list_chara3 li {
	width: 50%;
	margin: 0;
	padding: 0;
}

.txt_chara3,
.txt_chara5 {
	width: 94%;
	margin: 0 auto 20px;
	font-size: 15px;
	color: #ffffff;
	text-align: center;
}

.wrap_chara .cont_chara.chara3 {
	margin: 0 30px 75px 0;
}

.wrap_chara .cont_chara.chara4 {
	margin: 0 0 75px 0;
}

.wrap_chara .cont_chara.chara3:before,
.wrap_chara .cont_chara.chara4:before {
	height: 77%;
}

.wrap_chara .cont_chara .mds.chara4 {
	max-width: 306px;
	width: 90%;
	margin: 0 auto;
}

.txt_chara4_2 {
	margin: 0 auto 20px;
	font-size: 15px;
	color: #ffffff;
	text-align: center;
}

.cont_chara .flex_chara4 {
	max-width: 380px;
	width: 94%;
	margin: 0 auto 5px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	color: #fff;
}

.cont_chara .flex_chara4 .txt1 {
	position: relative;
	width: 190px;
	height: 46px;
	background: #5d689f;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cont_chara .flex_chara4 .txt1:after {
	content: "";
	position: absolute;
	top: 0;
	right: -12px;
	width: 0;
	height: 0;
	border-left: 12px solid #5d689f;
	border-top: 23px solid transparent;
	border-bottom: 23px solid transparent;
}

.cont_chara .flex_chara4 .no {
	width: 70px;
	padding: 0 0 0 20px;
}

.cont_chara .flex_chara4 .no img {
	width: 53px
}

.cont_chara .flex_chara4 .txt2 {
	width: calc(100% - 260px);
	padding: 0 0 0 5px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
}

.txt_chara4 {
	margin: 0;
	padding: 0 0 5px;
	font-size: 19px;
	color: #ffffff;
	text-align: center;
}

.txt_chara4_2 {
	margin: 0;
	padding: 10px 0 0;
	font-size: 15px;
	color: #ffffff;
	text-align: center;
}

.txt_chara5_2 {
	margin: 0 auto;
	font-size: 15px;
	color: #ffffff;
	text-align: center;
	font-weight: 500;
}

.cont_chara a.btn_detail {
	width: 144px;
	height: 28px;
	margin: 0 auto;
	padding: 5px 0 0;
	color: #fff;
	font-size: 15px;
	text-align: center;
	line-height: 1;
	text-decoration: none;
	border: solid 1px #ffffff;
	border-radius: 15px;
	box-sizing: border-box;
	display: block;
	position: relative;
	z-index: 0;
	transition: all .2s;
}

.cont_chara a.btn_detail.kensyu {
	width: 190px;
}

.cont_chara a.btn_detail:before {
	content: "";
	width: 4px;
	height: 4px;
	margin: 0;
	padding: 0;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 3px);
	right: 12px;
}

.cont_chara a.btn_detail.kensyu:before {
	right: 12px;
}

.cont_chara a.btn_detail:hover {
	background-color: #0d56b3;
}


.bg_visit_flow {
	width: 100%;
	margin: 0;
	padding: 55px 0 70px;
	background-color: #dfdeec;
	background-image: url(../../img/recruit/intern/bg_visitflow_top.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}


.mds_visitflow {
	max-width: 274px;
	margin: 0 auto 25px;
}

.txt_visitflow {
	max-width: 720px;
	margin: 0 auto;
	width: 90%;
	color: #0a4085;
	text-align: center;
	font-size: 20px;
	line-height: 1.68;
	position: relative;
	z-index: 0;
}

.txt_visitflow:after {
	content: "";
	display: block;
	width: 1px;
	height: 0;
	background-color: #0a4085;
	transition: all 1s;
	position: absolute;
	top: calc(100% + 45px);
	left: 50%;
	transform: translate(-50%, 0);
}

.txt_visitflow.active:after {
	height: 147px;
}

.txt_visitflow .bold {
	font-weight: bold;
}

.bg_visit_form1 {
	width: 100%;
	height: 16px;
	margin: 0;
	padding: 0 0;
	background-image: url(../../img/recruit/intern/bg_visitflow_top2.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}

.bg_visit_form2 {
	width: 100%;
	margin: 0;
	padding: 0 0;
	background: repeating-linear-gradient(315deg, #f4f4f4, #f4f4f4 5px, #f0f0f0 5px, #f0f0f0 15px);
}


.col_intern1.visit_form {
	padding: 50px 0 115px;
}

.inner_visit_form {
	width: 94%;
	max-width: 950px;
	margin: 0 auto;
	padding: 0 30px 100px;
	border: solid 4px #094084;
	background-color: #f4f4f9;
	border-radius: 9px;
	position: relative;
	z-index: 0;
}

.mds_visit_form {
	max-width: 852px;
	margin: 0 auto 25px;
	padding: 70px 0 40px;
	width: 90%;
	border-bottom: solid 1px #094084;
	text-align: center;
}

.mds_visit_form img {
	width: 287px;
}

.txt_contact_privacy.visit {
	margin: 0 0 60px;
}

/* --------------- intern / terakoya --------------- */

.terakoya_wrap .pc_none {
	display: none;
}

.terakoya_wrap .sp_none {
	display: block;
}

.bg_terakoya {
	background: #fff;
}

.col_intern1.terakoya {
	padding: 225px 0 0;
}

.col_intern1.terakoya1 {
	padding: 35px 0 0;
}

.inner_terakoya1 {
	padding: 40px 0 0;
}

.title_terakoya {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	position: relative;
	z-index: 0;
}

.title_terakoya .title_img {
	width: 100%;
	order: -1;
}

.col_head_terakoya {
	margin: 0 0 30px;
}

.title_terakoya .title_img {
	max-width: 979px;
	margin: 0 auto 35px;
}

.title_txt.terakoya {
	text-align: center;
	width: 96%;
	margin: 0 auto;
}

.box_keiko {
	width: 100%;
	border-top: 10px solid #0a4085;
	border-bottom: 10px solid #0a4085;
	border-left: 1px solid #0a4085;
	border-right: 1px solid #0a4085;
	background-color: #fff;
	position: relative;
	padding: 0 10px;
}

.inner_keiko {
	max-width: 802px;
	margin: 40px auto;
	width: 96%;
	display: flex;
	align-items: center;
}

.inner_keiko .mds {
	max-width: 332px;
	margin: 0 auto 15px;
	width: 100%;
}

.inner_keiko .left {
	margin-right: 3%;
	width: 53%;
}

.inner_keiko .right {
	margin-left: 3%;
	width: 47%;
}

.bg_top {
	width: 100%;
	margin: -124px 0 0 0;
	padding: 297px 0 0 0;
	background-image: url(../../img/recruit/intern/terakoya/bg_terakoyaflow1_top.jpg);
	background-repeat: repeat-x;
}

.bg_bottom {
	width: 100%;
	margin: 0;
	padding: 0 0 27px 0;
	background-image: url(../../img/recruit/intern/terakoya/bg_terakoyaflow1_bot.jpg);
	background-repeat: repeat-x;
	background-position: 0 bottom;
}

.bg_terakoya_flow1 {
	width: 100%;
	background-color: #dfdeec;
	background-image: url(../../img/recruit/intern/terakoya/bg_terakoyaflow1_mid.png);
	background-repeat: repeat;
	margin: -270px 0 0 0;
}

.mds_terakoyaflow {
	max-width: 151px;
	margin: 0 auto 55px;
}

.wrap_keiko {
	max-width: 950px;
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: space-between;
}

.wrap_keiko .cont_keiko {
	width: calc((100% - 30px)/2);
	margin: 0 0px 100px 0;
	padding: 6% 1% 3%;
	;
	position: relative;
	z-index: 0;
	background-color: #0a4085;
	border-radius: 10px;

}

.wrap_keiko .cont_keiko .img_taiyo {
	max-width: 93px;
	margin: 0 auto;
}

.wrap_keiko .cont_keiko .txt {
	width: 92%;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	padding: 10px 0;
}

.wrap_keiko .cont_keiko::before {
	content: "";
	display: inline-block;
	max-width: 283px;
	width: 100%;
	height: 79px;
	position: absolute;
	top: 0;
	left: 52%;
	transform: translate(-50%, -50%);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 2;
}

.wrap_keiko .cont_keiko.saku::before {
	background-image: url(../../img/recruit/intern/terakoya/img_saku.png);
}

.wrap_keiko .cont_keiko.gatsu::before {
	background-image: url(../../img/recruit/intern/terakoya/img_gattsuri.png);
}

.wrap_keiko .cont_keiko .course_box {
	display: flex;
	justify-content: space-evenly;
}

.wrap_keiko .cont_keiko .course_box .saku_couese {
	width: calc((100% - 45px) / 3);
	margin: 0;
	padding: 20px 0 0px;
	background-color: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-sizing: border-box;
	position: relative;
	top: 10px;
}

.wrap_keiko .cont_keiko .course_box .saku_couese .icon {
	height: 57px;
	display: flex;
	align-items: flex-end;
}

.wrap_keiko .cont_keiko .course_box .saku_couese .icon01 {
	max-width: 45px;
	margin: 0 auto;
}

.wrap_keiko .cont_keiko .course_box .saku_couese .icon02 {
	max-width: 50px;
	margin: 0 auto;
}

.wrap_keiko .cont_keiko .course_box .saku_couese .icon03 {
	max-width: 49px;
	margin: 0 auto;
}

.wrap_keiko .cont_keiko .course_box .saku_couese .icon04 {
	max-width: 53px;
	margin: 0 auto;
}

.wrap_keiko .cont_keiko .course_box .saku_couese .icon05 {
	max-width: 55px;
	margin: 0 auto;
}

.wrap_keiko .cont_keiko .course_box .saku_couese .icon06 {
	max-width: 51px;
	margin: 0 auto;
}

.wrap_keiko .cont_keiko .course_box .saku_couese .txt {
	color: #0a4085;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	padding: 10px 0;
}



.wrap_keiko .cont_keiko .img_course {
	max-width: 136px;
}

.mds_keiko_detail {
	max-width: 188px;
	margin: 0 auto 55px;
}

ul.tab_courselist {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-evenly;
}

ul.tab_courselist li {
	width: calc((100% - 48px)/2);
	min-height: 77px;
	margin: 0;
	padding: 5px 8px;
	color: #094084;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	background-color: #f3f2e5;
	border-left: solid 3.5px #094084;
	border-top: solid 3.5px #094084;
	border-right: solid 3.5px #094084;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

ul.tab_courselist li:not(.active) {
	cursor: pointer;
	background-color: #094084;
	color: #fff;
}

ul.tab_courselist li.active {
	position: relative;
}

ul.tab_courselist li.active::after {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background-color: #f3f2e5;
	position: absolute;
	z-index: 1;
	bottom: -3px;
}


ul.tab_courselist li:not(.active):hover {
	background-color: #cac7e2;
}

ul.tab_courselist li .inner {
	margin: 0;
	padding: 0 0 0 5%;
	position: relative;
}

ul.tab_courselist li .inner::before {
	content: "";
	position: absolute;
	width: 36px;
	height: 36px;
	top: -3px;
	left: -15%;
	background-repeat: no-repeat;
	background-size: 36px 36px;
}

ul.tab_courselist li:not(.active)>.inner.saku::before {
	background-image: url(../../img/recruit/intern/terakoya/icon_saku.png);
}

ul.tab_courselist li:not(.active)>.inner.gatsu::before {
	background-image: url(../../img/recruit/intern/terakoya/icon_gatsu.png);
}

ul.tab_courselist li .inner.saku::before {
	background-image: url(../../img/recruit/intern/terakoya/icon_saku_on.png);
}

ul.tab_courselist li .inner.gatsu::before {
	background-image: url(../../img/recruit/intern/terakoya/icon_gatsu_on.png);
}

.wrap_course_detail {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	padding: 10px 0 0;
}

.cont_courselist {
	background-color: #f3f2e5;
	border: solid 3.5px #094084;
	border-radius: 12px;
}

.cont_courselist .cont_tab_course_detail {
	width: 90%;
	margin: 0 auto 4%;
	padding: 5%;
	border: solid 2px #094084;
	border-bottom: solid 2px #094084;
	border-right: solid 2px #094084;
	border-radius: 10px;
	box-sizing: border-box;
	background-image: url(../../img/recruit/intern/terakoya/bg_course.png);
	background-repeat: repeat;
	position: relative;
	box-shadow: 8px 8px 0px 0 rgb(8, 64, 132);
}

.cont_courselist .cont_tab_course_detail::after {
	content: "";
	width: 97%;
	height: 13px;
	position: absolute;
	top: 1%;
	left: 2%;
	background-image: url(../../img/recruit/intern/terakoya/deco_circle.png);
	background-repeat: repeat-x;
	background-size: 2.5%;
}

.cont_courselist .box_icon_course {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	padding: 6% 0;
}

.cont_courselist .icon_course {
	max-width: 196px;
}

.cont_courselist .icon_course a:hover {
	opacity: 0.8;
}

.cont_tab_course_detail .icon_01 {
	max-width: 68px;
	margin: 50px auto 25px;
}

.cont_tab_course_detail .icon_02 {
	max-width: 71px;
	margin: 25px auto 25px;
}

.cont_tab_course_detail .icon_03 {
	max-width: 78px;
	margin: 25px auto 25px;
}

.cont_tab_course_detail .icon_04 {
	max-width: 79px;
	margin: 25px auto 25px;
}

.cont_tab_course_detail .icon_05 {
	max-width: 81px;
	margin: 25px auto 25px;
}

.cont_tab_course_detail .icon_06 {
	max-width: 76px;
	margin: 25px auto 25px;
}

.cont_tab_course_detail .ttl {
	max-width: 368px;
	margin: 0 auto 25px;
}

.cont_tab_course_detail p.txt {
	text-align: center;
	margin: 0 auto;
	line-height: 2.5em;
}

.cont_tab_course_detail p.txt .blue {
	color: #0a4085;
	font-weight: bold;
}

.cont_tab_course_detail .image01 {
	max-width: 336px;
	margin: 3% auto;
}


.video {
	width: 100%;
	position: relative;
	padding-top: 56.25%;
	margin: 3% 0;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cont_tab_course_detail .manaberu {
	max-width: 149px;
	margin: 6% auto 28px;
	position: relative;
}

.cont_tab_course_detail .manaberu::before {
	content: "";
	width: 25vw;
	max-width: 350px;
	height: 5px;
	margin: 0;
	padding: 0;
	background: radial-gradient(#094084 25%, transparent 25%);
	background-size: 8px 8px;
	position: absolute;
	top: 50%;
	right: 100%;
}

.cont_tab_course_detail .manaberu::after {
	content: "";
	width: 25vw;
	height: 5px;
	max-width: 350px;
	margin: 0;
	padding: 0;
	background: radial-gradient(#094084 25%, transparent 25%);
	background-size: 8px 8px;
	position: absolute;
	top: 50%;
	left: 100%;
}

ul.list_manaberu {
	width: 100%;
	max-width: 780px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

ul.list_manaberu li {
	width: calc((100% - 45px) / 3);
	margin: 0;
	padding: 20px 0 30px;
	background-color: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-sizing: border-box;
	position: relative;
	top: 10px;
}

ul.list_manaberu li .icon {
	margin: 0 auto;
	padding: 0;
	display: flex;
	align-items: center;
	height: 60px;
}

ul.list_manaberu li .icon.manaberu01 {
	max-width: 45px;
}

ul.list_manaberu li .icon.manaberu02 {
	max-width: 50px;
}

ul.list_manaberu li .icon.manaberu03 {
	max-width: 45px;
}

ul.list_manaberu li .icon.manaberu04 {
	max-width: 60px;
}

ul.list_manaberu li .icon.manaberu05 {
	max-width: 53px;
}

ul.list_manaberu li .icon.manaberu06 {
	max-width: 44px;
}

ul.list_manaberu li .icon.manaberu07 {
	max-width: 57px;
}

ul.list_manaberu li .icon.manaberu08 {
	max-width: 60px;
}

ul.list_manaberu li .icon.manaberu09 {
	max-width: 49px;
}

ul.list_manaberu li .icon.manaberu10 {
	max-width: 55px;
}

ul.list_manaberu li .icon.manaberu11 {
	max-width: 50px;
}

ul.list_manaberu li .icon.manaberu12 {
	max-width: 45px;
}

ul.list_manaberu li .icon.manaberu13 {
	max-width: 53px;
}

ul.list_manaberu li .icon.manaberu14 {
	max-width: 66px;
}

ul.list_manaberu li .icon.manaberu15 {
	max-width: 46px;
}

ul.list_manaberu li .icon.manaberu16 {
	max-width: 32px;
}

ul.list_manaberu li .icon.manaberu17 {
	max-width: 46px;
}

ul.list_manaberu li .icon.manaberu18 {
	max-width: 43px;
}

ul.list_manaberu li .mds {
	color: #094084;
	font-size: 18.5px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	padding: 10px 0;
}

ul.list_manaberu li .txt {
	font-size: 13.8px;
	text-align: center;
	line-height: 1.6;
}

.bg_terakoya_form2 {
	width: 100%;
	height: 16px;
	margin: 0;
	padding: 0 0;
	background-image: url(../../img/recruit/intern/terakoya/bg_terakoyaflow2_top.png);
	background-position: center bottom;
	background-repeat: repeat-x;
}

.inner_terakoya_form {
	width: 94%;
	max-width: 950px;
	margin: 0 auto;
	padding: 0 30px 100px;
	border: solid 4px #094084;
	background-color: #f4f4f9;
	border-radius: 9px;
	position: relative;
	z-index: 0;
}

.mds_terakoya_form {
	max-width: 378px;
	margin: 0 auto 25px;
	padding: 70px 0 40px;
	width: 90%;
	border-bottom: solid 1px #094084;
	text-align: center;
}

.form_contact1 dl.course {
	align-items: flex-start;
	max-width: 780px;
}

.form_course {
	display: flex;
	justify-content: space-evenly;
}

#Conf .form_course {
	display: block;
}

#Conf .form_course .course_name {
	display: none;
}

.form_radio {
	margin: 5% 0;
}

#Conf .form_radio {
	margin: 0;
}

/* .form_course label {
	position: relative;
	padding-left: 30px;
} */

/* .form_course label::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 40px;
	background-repeat: no-repeat;
	background-size: 25px 29px;
} */

/* .form_course label.gakujutsu::before {
	background-image: url(../../img/recruit/intern/terakoya/form_course_icon01.png);
	height: 40px;
	left: 2px;
	background-size: 25px 29px;
} */

.form_course .form_radio {
	position: relative;
}


.form_course .form_radio .mwform-radio-field-text {
	padding-left: 30px;
}

.form_course .form_radio::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 40px;
	background-repeat: no-repeat;
	background-size: 25px 29px;
	height: 40px;
	left: 27px;
	z-index: -1;
}


.form_course .form_saku .form_radio:nth-of-type(1)::before {
	background-image: url(../../img/recruit/intern/terakoya/form_course_icon01.png);
	height: 40px;
	left: 27px;
	background-size: 25px 29px;
}

.form_course .form_saku .form_radio:nth-of-type(2)::before {
	background-image: url(../../img/recruit/intern/terakoya/form_course_icon02.png);
	height: 40px;
	left: 27px;
	background-size: 25px 29px;
}

.form_course .form_saku .form_radio:nth-of-type(3)::before {
	background-image: url(../../img/recruit/intern/terakoya/form_course_icon03.png);
	background-size: 24px 25px;
}

.form_course .form_gatsu .form_radio:nth-of-type(1)::before {
	background-image: url(../../img/recruit/intern/terakoya/form_course_icon04.png);
	background-size: 24px 24px;
}

.form_course .form_gatsu .form_radio:nth-of-type(2)::before {
	background-image: url(../../img/recruit/intern/terakoya/form_course_icon05.png);
	background-size: 25px 25px;
}

.form_course .form_gatsu .form_radio:nth-of-type(3)::before {
	background-image: url(../../img/recruit/intern/terakoya/form_course_icon06.png);
	background-size: 23px 24px;
}

#Conf .form_course .form_radio::before {
	background-image: none;
}

/* .form_course label.poli::before {
	background-image: url(../../img/recruit/intern/terakoya/form_course_icon02.png);
	height: 40px;
	left: 2px;
	background-size: 25px 24px;
}

.form_course label.tiiki::before {
	background-image: url(../../img/recruit/intern/terakoya/form_course_icon03.png);
	height: 40px;
	left: 2px;
	background-size: 24px 25px;
}


.form_course label.iryou::before {
	background-image: url(../../img/recruit/intern/terakoya/form_course_icon04.png);
	height: 40px;
	left: 2px;
	background-size: 24px 24px;
}

.form_course label.zaitaku::before {
	background-image: url(../../img/recruit/intern/terakoya/form_course_icon05.png);
	height: 40px;
	left: 2px;
	background-size: 25px 25px;
}


.form_course label.jissen::before {
	background-image: url(../../img/recruit/intern/terakoya/form_course_icon06.png);
	height: 40px;
	left: 2px;
	background-size: 23px 24px;
} */

/*deco terakoya*/
.bg_terakoya_chara {
	max-width: 1463px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}

.deco_charaterakoya1 {
	width: 126px;
	height: 126px;
	margin-left: -581px;
	border-radius: 50%;
	overflow: hidden;
	transform: rotate(45deg);
	background-image: url(../../img/recruit/top/bg_circle_line1.png);
	background-repeat: repeat;
	position: absolute;
	top: 470px;
	left: 50%;
	z-index: -1;
}

.deco_charaterakoya2 {
	width: 161px;
	height: 161px;
	margin-left: 451px;
	border-radius: 50%;
	overflow: hidden;
	transform: rotate(45deg);
	background-image: url(../../img/recruit/top/bg_circle_dot1.png);
	background-repeat: repeat;
	position: absolute;
	top: 260px;
	left: 50%;
	z-index: -1;
}

.deco_charaterakoya3 {
	width: 126px;
	height: 126px;
	margin-left: 455px;
	border-radius: 50%;
	overflow: hidden;
	transform: rotate(45deg);
	background-image: url(../../img/recruit/top/bg_circle_line1.png);
	background-repeat: repeat;
	position: absolute;
	top: 950px;
	left: 50%;
	z-index: -1;
}

.deco_charaterakoya4 {
	width: 122px;
	height: 122px;
	margin-left: -575px;
	border-radius: 50%;
	overflow: hidden;
	transform: rotate(45deg);
	background-image: url(../../img/recruit/top/bg_circle_dot1.png);
	background-repeat: repeat;
	position: absolute;
	top: 1125px;
	left: 50%;
	z-index: -1;
}

.deco_charaterakoya5 {
	width: 172px;
	height: 172px;
	margin-left: -606px;
	border-radius: 50%;
	overflow: hidden;
	transform: rotate(45deg);
	background-image: url(../../img/recruit/top/bg_circle_line1.png);
	background-repeat: repeat;
	position: absolute;
	top: 1564px;
	left: 50%;
	z-index: -1;
}

.deco_charaterakoya6 {
	width: 161px;
	height: 161px;
	margin-left: 456px;
	border-radius: 50%;
	overflow: hidden;
	transform: rotate(45deg);
	background-image: url(../../img/recruit/top/bg_circle_dot1.png);
	background-repeat: repeat;
	position: absolute;
	top: 1705px;
	left: 50%;
	z-index: -1;
}

.deco_charaterakoya7 {
	width: 126px;
	height: 126px;
	margin-left: -575px;
	border-radius: 50%;
	overflow: hidden;
	transform: rotate(45deg);
	background-image: url(../../img/recruit/top/bg_circle_line1.png);
	background-repeat: repeat;
	position: absolute;
	top: 2663px;
	left: 50%;
	z-index: -1;
}

.deco_charaterakoya8 {
	width: 161px;
	height: 161px;
	margin-left: 456px;
	border-radius: 50%;
	overflow: hidden;
	transform: rotate(45deg);
	background-image: url(../../img/recruit/top/bg_circle_dot1.png);
	background-repeat: repeat;
	position: absolute;
	top: 2363px;
	left: 50%;
	z-index: -1;
}

.deco_charaterakoya10 {
	width: 224px;
	height: 110px;
	margin-left: 500px;
	overflow: hidden;
	background-image: url(../../img/recruit/intern/terakoya/deco_come.png);
	position: absolute;
	top: 1250px;
	left: 50%;
	z-index: -1;
}

.deco_charaterakoya11 {
	width: 172px;
	height: 91px;
	margin-left: 500px;
	overflow: hidden;
	background-image: url(../../img/recruit/intern/terakoya/deco_try.png);
	position: absolute;
	top: 670px;
	left: 50%;
	z-index: -1;
}

.deco_charaterakoya12 {
	width: 98px;
	height: 125px;
	margin-left: -600px;
	overflow: hidden;
	background-image: url(../../img/recruit/intern/terakoya/deco_gj.png);
	position: absolute;
	top: 900px;
	left: 50%;
	z-index: -1;
}

.deco_charaterakoya13 {
	width: 196px;
	height: 96px;
	margin-left: -679px;
	overflow: hidden;
	background-image: url(../../img/recruit/intern/terakoya/deco_lets.png);
	position: absolute;
	top: 334px;
	left: 50%;
	z-index: -1;
}

.deco_charaterakoya14 {
	width: 168px;
	height: 90px;
	margin-left: -644px;
	overflow: hidden;
	background-image: url(../../img/recruit/intern/terakoya/deco_smile.png);
	position: absolute;
	top: 1300px;
	left: 50%;
	z-index: -1;
}

.deco_charaterakoya15 {
	width: 224px;
	height: 110px;
	margin-left: -661px;
	overflow: hidden;
	background-image: url(../../img/recruit/intern/terakoya/deco_come.png);
	position: absolute;
	top: 2200px;
	left: 50%;
	z-index: -1;
}

.deco_charaterakoya16 {
	width: 172px;
	height: 91px;
	margin-left: -652px;
	overflow: hidden;
	background-image: url(../../img/recruit/intern/terakoya/deco_try.png);
	position: absolute;
	top: 1883px;
	left: 50%;
	z-index: -1;
}

.deco_charaterakoya17 {
	width: 98px;
	height: 125px;
	margin-left: 493px;
	overflow: hidden;
	background-image: url(../../img/recruit/intern/terakoya/deco_gj.png);
	position: absolute;
	top: 2150px;
	left: 50%;
	z-index: -1;
}

.deco_charaterakoya18 {
	width: 196px;
	height: 96px;
	margin-left: -679px;
	overflow: hidden;
	background-image: url(../../img/recruit/intern/terakoya/deco_lets.png);
	position: absolute;
	top: 2450px;
	left: 50%;
	z-index: -1;
}

.deco_charaterakoya19 {
	width: 168px;
	height: 90px;
	margin-left: -616px;
	overflow: hidden;
	background-image: url(../../img/recruit/intern/terakoya/deco_smile.png);
	position: absolute;
	top: 3392px;
	left: 50%;
	z-index: -1;
}

.deco_charaterakoya20 {
	width: 224px;
	height: 110px;
	margin-left: 488px;
	overflow: hidden;
	background-image: url(../../img/recruit/intern/terakoya/deco_come.png);
	position: absolute;
	top: 3409px;
	left: 50%;
	z-index: -1;
}

.deco_charaterakoya21 {
	width: 172px;
	height: 91px;
	margin-left: -612px;
	overflow: hidden;
	background-image: url(../../img/recruit/intern/terakoya/deco_try.png);
	position: absolute;
	top: 4055px;
	left: 50%;
	z-index: -1;
}

.deco_charaterakoya22 {
	width: 98px;
	height: 125px;
	margin-left: -599px;
	overflow: hidden;
	background-image: url(../../img/recruit/intern/terakoya/deco_gj.png);
	position: absolute;
	top: 2998px;
	left: 50%;
	z-index: -1;
}

.deco_charaterakoya23 {
	width: 196px;
	height: 96px;
	margin-left: 459px;
	overflow: hidden;
	background-image: url(../../img/recruit/intern/terakoya/deco_lets.png);
	position: absolute;
	top: 3831px;
	left: 50%;
	z-index: -1;
}

.deco_charaterakoya24 {
	width: 168px;
	height: 90px;
	margin-left: -616px;
	overflow: hidden;
	background-image: url(../../img/recruit/intern/terakoya/deco_smile.png);
	position: absolute;
	top: 3392px;
	left: 50%;
	z-index: -1;
}

.deco_charaterakoya25 {
	width: 126px;
	height: 126px;
	margin-left: 463px;
	border-radius: 50%;
	overflow: hidden;
	transform: rotate(45deg);
	background-image: url(../../img/recruit/top/bg_circle_line1.png);
	background-repeat: repeat;
	position: absolute;
	top: 3092px;
	left: 50%;
	z-index: -1;
}

.deco_charaterakoya26 {
	width: 121px;
	height: 121px;
	margin-left: -576px;
	border-radius: 50%;
	overflow: hidden;
	transform: rotate(45deg);
	background-image: url(../../img/recruit/top/bg_circle_dot1.png);
	background-repeat: repeat;
	position: absolute;
	top: 3243px;
	left: 50%;
	z-index: -1;
}

.deco_charaterakoya27 {
	width: 172px;
	height: 172px;
	margin-left: -623px;
	border-radius: 50%;
	overflow: hidden;
	transform: rotate(45deg);
	background-image: url(../../img/recruit/top/bg_circle_line1.png);
	background-repeat: repeat;
	position: absolute;
	top: 3712px;
	left: 50%;
	z-index: -1;
}

.deco_charaterakoya28 {
	width: 161px;
	height: 161px;
	margin-left: 445px;
	border-radius: 50%;
	overflow: hidden;
	transform: rotate(45deg);
	background-image: url(../../img/recruit/top/bg_circle_dot1.png);
	background-repeat: repeat;
	position: absolute;
	top: 3988px;
	left: 50%;
	z-index: -1;
}

.deco_charaterakoya29 {
	width: 172px;
	height: 91px;
	margin-left: 484px;
	overflow: hidden;
	background-image: url(../../img/recruit/intern/terakoya/deco_try.png);
	position: absolute;
	top: 2798px;
	left: 50%;
	z-index: -1;
}

/*deco end*/



/* --------------- terakoya special --------------- */

.col_pagettl.internentry {
	width: 100%;
	max-width: 100%;
	padding: 105px 0 105px 0;
	margin: -38px 0 0 0;
	background: url("../../img/recruit/intern_entry/pagettl_bg.png") repeat-x center center;
	background-size: auto 100%;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.col_pagettl.internentry .pagettl {
	width: 405px;
	max-width: 405px;
	margin: 0 auto 25px;
	position: relative;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	display: block;
}

.col_pagettl.internentry .text {
	margin: 0 0 0 0;
	display: block;
	text-align: center;
	line-height: 1.6em;
	font-size: 23px;
	color: #0a4085;
}

.col_contact1.internentry {
	margin: 0;
	padding: 95px 0 130px 0;
	background: url("../../img/recruit/intern_entry/content_bg.png");
	background-size: 21px auto;
}

.col_contact1.internentry.confirm dl.vtop dt {
	padding-top: 0 !important;
}

.col_contact1.internentry .border_form1 {
	margin: 0 0 15px;
}

.inner_contact2.internentry h2 {
	margin: 0 0 0 0;
	padding: 65px 0 30px 0;
	text-align: center;
	display: block;
	line-height: 1.4em;
	font-size: 30px;
	font-weight: bold;
	color: #0a4085;
}

.inner_contact2.internentry hr.title_border {
	margin: 0 0 45px 0;
	padding: 0 0 0 0;
	width: 100%;
	height: 0;
	line-height: 0;
	background: none;
	border: none;
	border-top: 1px solid #0a4085;
	clear: both;
}

.inner_contact2.internentry .entry_information {
	margin: 0 auto;
	width: 100%;
	max-width: 650px;
	text-align: left;
}

.inner_contact2.internentry .entry_information dl {
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	width: 100%;
	display: flex;
}

.inner_contact2.internentry .entry_information dl dt {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 92px;
}

.inner_contact2.internentry .entry_information dl dt .label {
	margin: 0 0 0 0;
	padding: 3px 0;
	width: 75px;
	text-align: center;
	color: #ffffff;
	background: #0a4085;
	border-radius: 90px;
	display: block;
	line-height: 1.2em;
	font-size: 16px;
}

.inner_contact2.internentry .entry_information dl dd {
	margin: 0 0 0 0;
	padding: 3px 0;
	line-height: 1.6em;
	font-size: 15px;
	color: #565454;
}

.inner_contact2.internentry .contact_information {
	margin: 0 auto 25px;
	padding: 20px 0;
	width: 100%;
	max-width: 500px;
	text-align: center;
	background: #fffde1;
	border-top: 3px solid #0a4085;
	border-bottom: 3px solid #0a4085;
}

.inner_contact2.internentry .contact_information .ttl {
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	text-align: center;
	color: #0a4085;
	line-height: 1.6em;
	font-size: 16px;
	font-weight: bold;
}

.inner_contact2.internentry .contact_information a {
	color: #565454;
	text-decoration: none;
}

.inner_contact2.internentry .contact_information a:hover {
	text-decoration: underline;
}

.inner_contact2.internentry .contact_information .phone {
	margin: 0 20px 0 0;
	padding: 0 0 0 0;
	color: #565454;
	line-height: 1.6em;
	font-size: 15px;
	font-weight: normal;
	display: inline-block;
}

.inner_contact2.internentry .contact_information .phone:before {
	margin: 0 5px 0 0;
	padding: 0 0 0 0;
	width: 12px;
	height: 12px;
	line-height: 12px;
	content: "";
	background: url("../../img/recruit/intern_entry/icon_01.png") no-repeat center center;
	background-size: 100% 100%;
	display: inline-block;
	vertical-align: middle;
}

.inner_contact2.internentry .contact_information .mail {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #565454;
	line-height: 1.6em;
	font-size: 15px;
	font-weight: normal;
	display: inline-block;
}

.inner_contact2.internentry .contact_information .mail:before {
	margin: 0 5px 0 0;
	padding: 0 0 0 0;
	width: 14px;
	height: 10px;
	line-height: 10px;
	content: "";
	background: url("../../img/recruit/intern_entry/icon_02.png") no-repeat center center;
	background-size: 100% 100%;
	display: inline-block;
	vertical-align: middle;
}

.inner_contact2.internentry .radio_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.inner_contact2.internentry .mwform-radio-field {
	margin: 0 0 0 0 !important;
	padding: 6px 0 10px 0 !important;
	width: 25%;
}

.inner_contact2.internentry .mwform-radio-field:nth-of-type(3n) {
	margin: 0 25% 0 0 !important;
}

.inner_contact2.internentry .mwform-radio-field:nth-of-type(7) {
	margin: 0 0 0 0 !important;
	width: 6em;
}

.inner_contact2.internentry .mwform-radio-field label {
	margin: 0 0 0 0 !important;
	color: #565454;
}

.inner_contact2.internentry .other {
	width: calc(100% - 6.5em);
}

.inner_contact2.internentry .col_message_contact {
	width: 100%;
	margin: 0;
	padding: 30px 4%;
	background-color: rgba(255, 255, 255, 0.9);
	border-top: solid 1px #094084;
	border-bottom: solid 1px #094084;
}

.inner_contact2.internentry .col_message_contact .tel {
	margin: 0 0 15px;
	padding: 0;
	color: #094084;
	font-size: min(5.6vw, 22px);
	font-weight: 600;
	line-height: 1.4;
}





/* --------------- staff --------------- */


.bg_staff1 {
	background: linear-gradient(180deg, rgba(237, 237, 237, 0) 170px, rgba(237, 237, 237, 1) 170px);
}

.wrap_navi_staff {
	width: 94%;
	max-width: 1100px;
	display: flex;
	flex-wrap: wrap;
	margin: 60px auto 0;
	padding: 0 0 60px 0;
	position: relative;
}

.wrap_navi_staff.kisotu {
	justify-content: center;
}


.wrap_navi_staff::before {
	content: '';
	position: absolute;
	background-image: url(../../img/recruit/staff/bg_interview.gif);
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 427px;
	height: 185px;
	z-index: 2;
	top: 90%;
	left: -12%;

}

.wrap_navi_staff .box {
	width: calc((100% - 66px) / 3);
	margin: 0 33px 30px 0;
}

.wrap_navi_staff .box:nth-of-type(3) {
	margin: 0 0 30px 0;
}

.wrap_navi_staff .box:nth-of-type(6) {
	margin: 0 0 30px 0;
}

.btn_staff1 {
	width: 100%;
	padding: 0;
	position: relative;
	z-index: 1;
}

.btn_staff1 img {
	max-width: 107px;
	width: 100%;
	margin: 0 15px 0 0;
}

.btn_staff1:before {
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(../../img/recruit/top/shadow_btn1.png);
	position: absolute;
	right: -9px;
	bottom: -9px;
	z-index: -1;
}

.btn_staff1 .in_staff {
	width: 100%;
	padding: 12px 20px;
	text-decoration: none;
	text-align: center;
	color: #094084;
	border: solid 2px #094084;
	background-color: #e5e5f0;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .2s;
	position: relative;
	z-index: 0;
}

.btn_staff1 .in_staff:after {
	content: "";
	width: 7px;
	height: 7px;
	margin: auto;
	cursor: default;
	position: absolute;
	top: calc(50% - 4px);
	right: 16px;
	display: block;
	border-top: 2px solid #094084;
	border-right: 2px solid #094084;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	transition: all .2s;
}

.btn_staff1 .in_staff.active {
	background-color: #fff;
}

.btn_staff1 .in_staff:hover {
	background-color: #fff;
}


.btn_staff1 .in_staff .num.n1 {
	max-width: 26px;
}

.btn_staff1 .in_staff .num {
	position: absolute;
	top: 5px;
	left: 5px;
	max-width: 29px;
}

.btn_staff1 .in_staff .num img {
	margin: 0;
}

.btn_staff1 .in_staff .join_area {
	width: 88px;
	position: relative;
	top: -2px;
	left: -8px;
}

.btn_staff1 .in_staff .join {
	display: inline-block;
	padding: 0 10px 0 10px;
	font-size: 13px;
	color: #094084;
	font-weight: 500;
	background-color: #fff;
	border-radius: 13px;
	border: 1px solid #094084;
}

.btn_staff1 .in_staff.active .join {
	background-color: #e5e5f0;
}

.btn_staff1 .in_staff .shop {
	display: inline-block;
	padding: 0 10px 0 0;
	font-size: 14px;
	color: #094084;
	font-weight: 500;
}

.interview-page .btn_staff1 .in_staff .shop {
	width: 120px;
    text-align: left;
}

.btn_staff1 .in_staff .name {
	width: 100px;
	font-size: 19px;
	font-weight: bold;
	text-align: left;
	line-height: 1.4;
	display: inline-block;
}


.btn_staff1 .in_staff span.arrow {
	padding: 0 10px 0 0;
	position: relative;
	z-index: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

/*
.btn_staff1 .in_staff span.arrow:after {
	content: "";
	width: 7px;
	height: 7px;
	margin: auto;
	cursor: default;
	position: absolute;
	top: calc(50% - 4px);
	right: -10px;
	display: block;
	border-top: 2px solid #094084;
	border-right: 2px solid #094084;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
*/





.col_staff1 {
	margin: 0;
	padding: 55px 0 0px;
}

.inner_staff1 {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 0;
}

.deco_staff_person1 {
	width: 100%;
	max-width: 1294px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;

}

.person_staff1 {
	width: 223px;
	position: absolute;
	top: -514px;
	right: 20px;
}

.person_staff1.kisotu {
    top: -200px;
    right: 20px;
}

.person_staff1 .person {
	width: 225px;
	position: absolute;
	top: -205px;
    left: 105px;
}




.person_staff1:hover .person {
	-webkit-animation: anim-stafftab 3s linear infinite forwards;
	animation: anim-stafftab 3s linear infinite forwards;
}

@-webkit-keyframes anim-stafftab {
	0% {
		transform: translate(0, 0) rotate(0deg);
	}

	12% {
		transform: translate(5px, -40px) rotate(5deg);
	}

	24% {
		transform: translate(0, 0) rotate(0deg);
	}

	36% {
		transform: translate(-5px, -40px) rotate(-5deg);
	}

	48% {
		transform: translate(0, 0) rotate(0deg);
	}
}

@keyframes anim-stafftab {
	0% {
		transform: translate(0, 0) rotate(0deg);
	}

	12% {
		transform: translate(5px, -40px) rotate(5deg);
	}

	24% {
		transform: translate(0, 0) rotate(0deg);
	}

	36% {
		transform: translate(-5px, -40px) rotate(-5deg);
	}

	48% {
		transform: translate(0, 0) rotate(0deg);
	}
}

.person_staff1 .balloon {
	width: 163px;
	position: absolute;
	top: -222px;
    left: 0px;
	left: 0px;
	-webkit-animation: balloon-abouttab 4s linear infinite forwards;
	animation: balloon-abouttab 4s linear infinite forwards;
}



.wrap_staff {
	margin: 0;
	padding: 0;
}

.tabbox_staff1 {
	margin: 0;
	padding: 40px 0 0 0;
	overflow: hidden;
}

.mds_staff_interview {
	width: 90%;
	max-width: 444px;
	margin: 0 auto 111px;
	position: relative;
}



.mds_staff_interview::after {
	content: '';
	position: absolute;
	width: 16px;
	height: 80%;
	bottom: -90px;
	left: 50%;
	border-left: 3px dotted #0a4085;
}

.mds_staff1 {
	width: 644px;
	height: 153px;
	margin: 0 auto 22px;
	padding: 37px 0 0 105px;
	background-image: url(../../img/recruit/staff/bg_mds.gif);
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: relative;
	z-index: 0;
}

.mds_staff1::after {
	content: '';
	position: absolute;
	background-image: url(../../img/recruit/staff/fuwa_jiisyu.png);
	background-size: auto;
	width: 142px;
	height: 135px;
	top: -79px;
	right: 0;
}

.mds_staff1.kisotu::after {
	background-image: url(../../img/recruit/staff/fuwa_part.png);
}

.mds_staff1.mitsunaga::after {
	background-image: url(../../img/recruit/staff/fuwa_visit.png);
}
.mds_staff1 .num {
	width: 124px;
	position: absolute;
	top: -84px;
	left: 0;
	transform: rotate(-22deg);
}

.mds_staff1 dl {
	margin: 0;
	padding: 0;
	color: #094084;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: end;
	-ms-flex-align: end;

}

.mds_staff1 dl dt {
	margin: 0 55px 0 0;
	padding: 0;
	line-height: 1.5;
}

.mds_staff1 dl dd {
	margin: 0;
	padding: 0;
	font-size: 27px;
	font-weight: 600;
	line-height: 1.5;
}

.bg_staff2 {
	padding: 0 0 135px;
	background: linear-gradient(180deg, rgba(230, 237, 249, 0) 170px, rgba(230, 237, 249, 1) 170px);
	position: relative;
	z-index: 0;
}

.bg_staff2:before {
	content: "";
	width: 100%;
	height: 13px;
	background-image: url(../../img/recruit/staff/deco_faq_top.png);
	background-repeat: repeat-x;
	position: absolute;
	top: 170px;
	left: 0;
}

.bg_staff2:after {
	content: "";
	width: 100%;
	height: 13px;
	background-image: url(../../img/recruit/staff/deco_faq_btmgr.png);
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0;
	left: 0;
}

.bg_staff_boushiya {
	width: 1188px;
	margin-left: -615px;
	position: absolute;
	top: 370px;
	left: 50%;
	z-index: -1;
}

.video_staff1 {
	max-width: 826px;
	height: 465px;
	margin: 0 auto 65px;
	position: relative;
	box-shadow: 20px 20px 0px 0px #ffff00;
	position: relative;
	z-index: 0;
}

.video_staff1:before {
	content: "";
	width: 122px;
	height: 129px;
	background-image: url(../../img/recruit/staff/deco_video_l.gif);
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: -86px;
	left: -83px;
}

.video_staff1.active:before {
	-webkit-animation: video-staff1 3s linear forwards;
	animation: video-staff1 3s linear forwards;
}

.video_staff1:hover:before {
	-webkit-animation: video-staff1 3s linear infinite forwards;
	animation: video-staff1 3s linear infinite forwards;
}

@-webkit-keyframes video-staff1 {
	0% {
		transform: translate(0, 0);
	}

	10% {
		transform: translate(-15px, -15px);
	}

	20% {
		transform: translate(0, 0);
	}

	30% {
		transform: translate(-15px, -15px);
	}

	40% {
		transform: translate(0, 0);
	}
}

@keyframes video-staff1 {
	0% {
		transform: translate(0, 0);
	}

	10% {
		transform: translate(-15px, -15px);
	}

	20% {
		transform: translate(0, 0);
	}

	30% {
		transform: translate(-15px, -15px);
	}

	40% {
		transform: translate(0, 0);
	}
}

.video_staff1:after {
	content: "";
	width: 122px;
	height: 129px;
	background-image: url(../../img/recruit/staff/deco_video_r.gif);
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: -86px;
	right: -113px;
}

.video_staff1.active:after {
	-webkit-animation: video-staff2 3s linear forwards;
	animation: video-staff2 3s linear forwards;
}

.video_staff1:hover:after {
	-webkit-animation: video-staff2 3s linear infinite forwards;
	animation: video-staff2 3s linear infinite forwards;
}

@-webkit-keyframes video-staff2 {
	0% {
		transform: translate(0, 0);
	}

	10% {
		transform: translate(15px, -15px);
	}

	20% {
		transform: translate(0, 0);
	}

	30% {
		transform: translate(15px, -15px);
	}

	40% {
		transform: translate(0, 0);
	}
}

@keyframes video-staff2 {
	0% {
		transform: translate(0, 0);
	}

	10% {
		transform: translate(15px, -15px);
	}

	20% {
		transform: translate(0, 0);
	}

	30% {
		transform: translate(15px, -15px);
	}

	40% {
		transform: translate(0, 0);
	}
}


.list_staff_faq {
	width: 96%;
	max-width: 872px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
	z-index: 0;
}

.box_staff_faq {
	max-width: 774px;
	margin: 0 0 35px;
	padding: 0;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	opacity: 0;
	position: relative;
	z-index: 0;
	top: 15px;
}

.box_staff_faq.active {
	opacity: 1;
	top: 0;
}

.box_staff_faq:nth-of-type(even) {
	margin-left: auto;
}

.box_staff_faq:last-of-type {
	margin-bottom: 0;
}

.box_staff_faq:before {
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(../../img/recruit/staff/bg_line1.png);
	background-repeat: repeat;
	background-size: 11px auto;
	background-position: left top;
	opacity: 0;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition-delay: .3s;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.box_staff_faq.active:before {
	opacity: 1;
	right: -9px;
	bottom: -9px;
}

.box_staff_faq dl {
	margin: 0;
	padding: 22px 30px 22px 25px;
	border: solid 2px #094084;
	background-color: #fff;
}

.box_staff_faq dl dt {
	margin: 0 0 20px;
	padding: 0;
	color: #094084;
	font-size: 18px;
	line-height: 1.7;
	font-weight: 400;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.box_staff_faq dl dt .icon_ques {
	width: 46px;
}

.box_staff_faq dl dt .txt_ques {
	width: calc(100% - 46px);
	padding: 7px 0 0 16px;
	word-wrap: break-word;
}

.box_staff_faq dl dd {
	margin: 0;
	padding: 0;
	line-height: 1.75;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.box_staff_faq dl .icon_ans {
	width: 46px;
}

.box_staff_faq dl .txt_ans {
	width: calc(100% - 46px);
	padding: 9px 0 0 16px;
	word-wrap: break-word;
}

.person_staff2 {
	max-width: 1115px;
	margin: 0 auto;
	position: absolute;
	top: 39%;
	left: 0;
	right: 0;
}

.person_staff2 img {
	width: 112px;
}

.person_staff3 {
	max-width: 1166px;
	margin: 0 auto;
	position: absolute;
	top: calc(100% - 375px);
	left: 0;
	right: 0;
	z-index: 1;
}

.person_staff3 img {
	width: 156px;
	margin: 0 28px 0 auto;
	display: block;
}

#staff2 .person_staff2 img {
	width: 169px;
}

#staff2 .person_staff3 img {
	width: 237px;
	margin-right: -40px;
	margin-top: -40px;
}

#staff3 .person_staff2 img {
	width: 169px;
	margin-top: 20px;
}

#staff3 .person_staff3 img {
	width: 140px;
	margin-right: 20px;
	margin-top: -60px;
}



/* --------------- entry / flow --------------- */

.navi_env1.entry {
	margin-top: 60px;
}

.navi_env1.entry dl {
	line-height: 1.5;
}

.navi_env1.entry dl dd {
	padding: 0 15px;
}

.col_flow1 {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

.inner_flow1 {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 95px 0 120px;
	position: relative;
	z-index: 0;
}

.mds_flow1 {
	max-width: 146px;
	margin: 0 auto 80px;
}

.wrap_flow1 {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 0 40px;
	position: relative;
	z-index: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.wrap_flow1:before {
	content: "";
	width: 0;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	border-left: dotted 7px #094084;
	position: absolute;
	left: 0;
	right: 0;
	z-index: -1;
}

.cont_flow1 {
	width: 50%;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 0;
}

.wrap_flow1 .cont_flow1:nth-child(even) {
	margin: -70px 0 0 auto;
}

.wrap_flow1 .cont_flow1.spep2 {
	margin-top: -80px;
}

.wrap_flow1 .cont_flow1:nth-child(odd):not(:first-child) {
	margin-top: -100px;
}

.cont_flow1 dl {
	margin: 0;
	padding: 0;
}

.cont_flow1 dl dt {
	margin: 0 0 12px;
	padding: 0 0 10px 38px;
	color: #094084;
	border-bottom: solid 1px #094084;
	position: relative;
	z-index: 0;
}

.wrap_flow1 .cont_flow1:nth-child(even) dt {
	padding-left: 147px;
}

.wrap_flow1 .cont_flow1:nth-child(even) dt:before {
	left: 117px;
}

.cont_flow1 dl dt img {
	width: auto;
	height: 25px;
}

.cont_flow1 dl dt:before {
	content: "";
	width: 24px;
	height: 24px;
	background-color: #094084;
	border-radius: 50%;
	position: absolute;
	top: 2px;
	left: 5px;
}

.cont_flow1 dl dd {
	margin: 0;
	padding: 0 65px 0 30px;
	word-break: break-all;
}

.wrap_flow1 .cont_flow1:nth-child(even) dd {
	padding-left: 147px;
	padding-right: 0;
}

.img_flow1 {
	max-width: 248px;
	margin: 18px 0 0 0;
	box-shadow: 10px 10px 0px 0px #094084;
	opacity: 0;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	position: relative;
	z-index: 0;
	top: 10px;
}

.active .img_flow1 {
	opacity: 1;
	top: 0;
}

.cont_flow1 .num1,
.cont_flow1 .deco1 {
	position: absolute;
}

.cont_flow1.step1 .num1 {
	width: 110px;
	top: -16px;
	right: -55px;
}

.cont_flow1.step2 .num1 {
	width: 110px;
	top: -16px;
	left: -55px;
}

.cont_flow1.step3 .num1 {
	width: 110px;
	top: -10px;
	right: -54px;
}

.cont_flow1.step4 .num1 {
	width: 110px;
	top: -16px;
	left: -56px;
}

.cont_flow1.step5 .num1 {
	width: 110px;
	top: -16px;
	right: -55px;
}

.cont_flow1.step6 .num1 {
	width: 110px;
	top: -16px;
	left: -55px;
}

.cont_flow1.step1 .deco1 {
	width: 75px;
	top: 142px;
	right: 49px;
	transform-origin: 20% 80%;
	-webkit-backface-visibility: visible;
	-moz-backface-visibility: visible;
	backface-visibility: visible;
}

.cont_flow1.step1:hover .deco1 {
	-webkit-animation: deco-entryflow1 2s linear infinite forwards;
	animation: deco-entryflow1 2s linear infinite forwards;
}

@-webkit-keyframes deco-entryflow1 {
	0% {
		transform: rotate(0);
	}

	40% {
		transform: rotate(-30deg);
	}

	80% {
		transform: rotateZ(0);
	}
}

@keyframes deco-entryflow1 {
	0% {
		transform: rotate(0);
	}

	40% {
		transform: rotate(-30deg);
	}

	80% {
		transform: rotateZ(0);
	}
}

.cont_flow1.step2 .deco1 {
	width: 66px;
	bottom: -51px;
	right: -15px;
}

.cont_flow1.step2:hover .deco1 {
	-webkit-animation: deco-entryflow2 3s linear infinite forwards;
	animation: deco-entryflow2 3s linear infinite forwards;
}

@-webkit-keyframes deco-entryflow2 {
	0% {
		transform: translate(0, 0);
	}

	10% {
		transform: translate(15px, -4px);
	}

	20% {
		transform: translate(5px, -6px);
	}

	30% {
		transform: translate(20px, -10px);
	}

	40% {
		transform: translate(10px, -12px);
	}

	50% {
		transform: translate(20px, -10px);
	}

	60% {
		transform: translate(5px, -6px);
	}

	70% {
		transform: translate(15px, -4px);
	}

	80% {
		transform: translate(0, 0);
	}
}

@keyframes deco-entryflow2 {
	0% {
		transform: translate(0, 0);
	}

	10% {
		transform: translate(15px, -4px);
	}

	20% {
		transform: translate(5px, -6px);
	}

	30% {
		transform: translate(20px, -10px);
	}

	40% {
		transform: translate(10px, -12px);
	}

	50% {
		transform: translate(20px, -10px);
	}

	60% {
		transform: translate(5px, -6px);
	}

	70% {
		transform: translate(15px, -4px);
	}

	80% {
		transform: translate(0, 0);
	}
}


.cont_flow1.step3 .deco1 {
	width: 98px;
	bottom: -62px;
	right: 74px;
}

.cont_flow1.step4 .deco1 {
	width: 63px;
	bottom: -46px;
	right: -30px;
}

.cont_flow1.step4 .deco2 {
	width: 45px;
	position: absolute;
	bottom: -93px;
	right: 27px;
}

.cont_flow1.step4:hover .deco1 {
	-webkit-animation: deco-entryflow4 2s linear infinite forwards;
	animation: deco-entryflow4 2s linear infinite forwards;
}

.cont_flow1.step4:hover .deco2 {
	-webkit-animation: deco-entryflow4 2.2s linear 0.3s infinite forwards;
	animation: deco-entryflow4 2.2s linear 0.3s infinite forwards;
}

@-webkit-keyframes deco-entryflow4 {
	0% {
		transform: translate(0, 0);
	}
}

@keyframes deco-entryflow4 {
	0% {
		transform: translate(0, 0);
	}

	20% {
		transform: translate(3px, -3px);
	}

	40% {
		transform: translate(7px, 2px);
	}

	60% {
		transform: translate(-5px, -2px);
	}

	80% {
		transform: translate(-3px, 3px);
	}

	100% {
		transform: translate(0, 0);
	}
}

.cont_flow1.step5 .deco1 {
	width: 129px;
	bottom: -84px;
	right: 81px;
}

.cont_flow1.step6 .deco1 {
	width: 55px;
	bottom: -51px;
	right: -22px;
}

.deco_entry_person1 {
	width: 100%;
	max-width: 1172px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.person_entry1 {
	width: 145px;
	position: absolute;
	top: -110px;
	right: 0;
}

.person_entry1:hover .person {
	animation: shake-staff .1s infinite;
}

.person_entry1 .balloon {
	width: 163px;
	position: absolute;
	top: -130px;
	left: -40px;
	-webkit-animation: balloon-abouttab 4s linear infinite forwards;
	animation: balloon-abouttab 4s linear infinite forwards;
}

.col_person_flow1 {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 0;
}

.person_flow1 {
	width: 119px;
	position: absolute;
	opacity: 0;
	top: -55px;
	right: -30px;
}

.active .person_flow1 {
	opacity: 1;
	-webkit-animation: flow-entry1 .5s ease forwards;
	animation: flow-entry1 .5s ease forwards;
}

@-webkit-keyframes flow-entry1 {
	0% {
		opacity: 0;
		top: -25px;
	}

	80% {
		opacity: 1;
		top: -70px;
	}

	100% {
		top: -55px;
	}
}

@keyframes flow-entry1 {
	0% {
		opacity: 0;
		top: -25px;
	}

	80% {
		opacity: 1;
		top: -70px;
	}

	100% {
		top: -55px;
	}
}

.person_flow1 .balloon2 {
	width: 0;
	opacity: 0;
	transition: all .3s;
	transition-delay: .4s;
	position: absolute;
	right: calc(100% - 15px);
	bottom: calc(100% - 40px);
}

.active .person_flow1 .balloon2 {
	width: 185px;
	opacity: 1;
}

.bg_flow2 {
	background-color: #f1f1f1;
	background-image: url(../../img/recruit/entry/flow/bg_line1.png);
	background-repeat: repeat;
	background-position: left top;
	position: relative;
	z-index: 0;
}

.bg_flow2:before {
	content: "";
	width: 100%;
	height: 13px;
	background-image: url(../../img/recruit/entry/flow/deco_entry_top.png);
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
	left: 0;
}

.bg_flow2:after {
	content: "";
	width: 100%;
	height: 13px;
	background-image: url(../../img/recruit/entry/flow/deco_entry_btm.png);
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0;
	left: 0;
}

.col_flow2 {
	width: 94%;
	max-width: 880px;
	margin: 0 auto;
	padding: 145px 0 180px;
	position: relative;
	z-index: 0;
}

.col_flow2.career {
	padding: 145px 0 100px;
}

.person_flow2 {
	width: 84px;
	position: absolute;
	top: -116px;
	right: 80px;
}

.person_flow2 .balloon3 {
	width: 152px;
	position: absolute;
	bottom: calc(100% - 30px);
	left: calc(100% - 18px);
	-webkit-animation: balloon-entry 3s linear infinite forwards;
	animation: balloon-entry 3s linear infinite forwards;
}

@-webkit-keyframes balloon-entry {
	0% {
		width: 152px
	}

	30% {
		width: 175px
	}

	60% {
		width: 152px
	}
}

@keyframes balloon-entry {
	0% {
		width: 152px
	}

	30% {
		width: 175px
	}

	60% {
		width: 152px
	}
}

.mds_flow2 {
	max-width: 222px;
	margin: 0 auto 42px;
	padding: 0;
}

.announce_flow1 {
	margin: 0 auto 30px;
	padding: 7px 40px 8px;
	color: #fff;
	font-size: 23px;
	font-weight: 600;
	text-align: center;
	line-height: 1.55;
	background-color: #094084;
	border-radius: 60px;
}

.announce_flow1 a {
	color: #ffff00;
}

.tbl_entry_summary1 {
	width: 100%;
	margin: 0 0 50px;
	line-height: 1.7;
	background-color: #fff;
	border-top: solid 1px #c6c5db;
	border-left: solid 1px #c6c5db;
}

.tbl_entry_summary1 th {
	width: 240px;
	padding: 25px 25px 22px;
	color: #094084;
	font-weight: 400;
	vertical-align: top;
	text-align: center;
	background-color: #e5e4ef;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #c6c5db;
}

.tbl_entry_summary1 td {
	padding: 25px 28px 22px;
	vertical-align: top;
	text-align: left;
	border-right: solid 1px #c6c5db;
	border-bottom: solid 1px #c6c5db;
}

.tbl_entry_summary1 td a {
	color: #094084;
}

.tbl_entry_summary1 td p:last-of-type {
	margin-bottom: 0;
}

.tbl_entry_summary1 td ul.teate {
	margin: 0;
	padding: 0;
	/* display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap; */
}

.tbl_entry_summary1 td ul.teate li {
	width: 190px;
	margin: 0;
	padding: 0 10px 0 0;
}

.tbl_entry_summary1 td ul.teate li:nth-child(3n) {
	padding-right: 0;
}

.tbl_entry_summary1 td ul.teate li:before {
	content: "\30FB";
}

.btnarea_flow1 {
	max-width: 422px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.btnarea_flow1 .entry {
	margin-bottom: 45px;
}

.btnarea_flow1 .btn2.entry:before,
.btnarea_flow1 .btn1.contact:before {
	background-image: url(../../img/recruit/entry/flow/bg_line2.png);
	position: absolute;
	right: -14px;
	bottom: -14px;
}

.btnarea_flow1 a.inner {
	padding: 27px 0;
	font-size: 25px;
	font-weight: 500;
}

a.fixedbtn_entry {
	width: 218px;
	height: 218px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	border-radius: 50%;
	position: fixed;
	right: 15px;
	bottom: 120px;
	z-index: 5;
}

a.fixedbtn_entry img {
	transition: .3s;
}




/* --------------- entry / form --------------- */

.col_entryform1 {
	margin: 0;
	padding: 100px 0 0;
	background-image: url(../../img/recruit/entry/form/bg_form1.gif);
	background-repeat: no-repeat;
	background-position: center top 250px;
	position: relative;
	z-index: 0;
}

.col_entryform1.career {
	margin: 0 0 120px;
}

.inner_entryform1 {
	width: 94%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 35px 0 90px 0;
	border-left: 4px solid #094084;
	border-right: 4px solid #094084;
	background-color: #fff;
}

.mds_entryform1 {
	max-width: 392px;
	margin: 0 auto 50px;
	padding: 0;
}

.inner_entryform1 .inner_contact2.message_contact {
	border: none;
	background-color: none;
}

.txt_entryform1 {
	margin: 0 0 35px;
	padding: 0;
	text-align: center;
}

.col_entryform1 .form_contact1 {
	width: 94%;
}

.col_entryform1 .form_contact1 dl {
	max-width: 640px;
}

.col_entryform1 .form_contact1 dl dd {
	color: #555353;
}

.col_entryform1 .form_contact1 dl dd input[type="tel"],
.col_entryform1 .form_contact1 dl dd input[type="text"],
.col_entryform1 .form_contact1 dl dd textarea {
	background-color: #f1f1f1;
}

.col_entryform1 dd .birth {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.col_entryform1 dd .birth .left {
	width: 4.5em;
	padding: 0 1em 0 0;
	text-align: right;
}

.col_entryform1 dd .birth .right {
	width: calc(100% - 4.5em);
}

.col_entryform1 dd .birth input[type="text"] {
	width: 84px;
}

.col_entryform1 dd .daigaku {
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.col_entryform1 dd .daigaku:last-of-type {
	margin-bottom: 0;
}

.col_entryform1 dd .daigaku .left {
	width: 4.5em;
	padding: 0 1em 0 0;
	text-align: right;
}

.col_entryform1 dd .daigaku .right {
	width: calc(100% - 4.5em);
}

.col_entryform1 dd .iblock.blue {
	color: #094084;
}

.col_entryform1 dd.yubin,
.col_entryform1 dd.yubin2 {
	color: #094084;
}

.col_entryform1 .cont_home {
	margin: 0;
	padding: 0;
}

.col_entryform1 .cont_home p {
	margin: 0 0 15px;
	padding: 0 0 0 45px;
	color: #094084;
}

.col_entryform1 dd.radio .mwform-radio-field {
	margin-right: 30px;
}

.col_entryform1 .txt_contact_privacy {
	margin-bottom: 20px;
	padding: 0;
}

.col_entryform1 .bg_contact_notice {
	margin-bottom: 50px;
	line-height: 1.8;
	background-color: #f4f4f9;
}

.col_entryform1 .bg_contact_notice .scroll {
	max-height: 68px;
	margin: 0;
	padding: 0;
	overflow: auto;
}

.link_entryform {
	padding: 40px 0 0 0;
	text-align: center;
}

.link_entryform a {
	font-weight: 600;
	color: #094084;
}

.cont_entryform_thanks1 {
	width: 90%;
	margin: 0 auto;
}

.txt_kibobi:first-of-type {
	margin: 10px 0 10px;
}

.txt_kibobi {
	margin: 25px 0 10px;
	padding: 0 0 0 22px;
	color: #094084;
}



/* --------------- about --------------- */

.about .navi_env1 {
	width: 90%;
	max-width: 930px;

}

.about .navi_env1 .deco_tabinfo {
	width: 17.6%;
	max-width: 163px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -140%;
	left: 96%;
}

.about .navi_env1 .deco_tabinfo .balloon {
	margin: 0 0 10px;
	padding: 0;
	-webkit-animation: balloon-abouttab 4s linear infinite forwards;
	animation: balloon-abouttab 4s linear infinite forwards;
}


@-webkit-keyframes balloon-abouttab {
	0% {
		transform: translate(0, 0) rotate(0deg);
	}

	12% {
		transform: translate(5px, 0) rotate(5deg);
	}

	24% {
		transform: translate(0, 0) rotate(0deg);
	}

	36% {
		transform: translate(-5px, 0) rotate(-5deg);
	}

	48% {
		transform: translate(0, 0) rotate(0deg);
	}
}

@keyframes balloon-abouttab {
	0% {
		transform: translate(0, 0) rotate(0deg);
	}

	12% {
		transform: translate(5px, 0) rotate(5deg);
	}

	24% {
		transform: translate(0, 0) rotate(0deg);
	}

	36% {
		transform: translate(-5px, 0) rotate(-5deg);
	}

	48% {
		transform: translate(0, 0) rotate(0deg);
	}
}

.about .navi_env1 .deco_tabinfo .person {
	width: 53%;
	margin: 0 0 0 30%;
	padding: 0;
	transition: all 1s;

}

.about .navi_env1 a {
	width: calc(100% / 3);
}

.about .navi_env1 dl dt {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: hidden;
}

.about .navi_env1 dl dd {
	line-height: 1.2;
}

.col_about1 {
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 0 60px;
	position: relative;
	z-index: 0;
}

.col_about1 .bg_deco {
	width: 28vw;
	max-width: 321px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 65px;
	left: -10px;
}

.mds_about1 {
	max-width: 285.6px;
	margin: 0 auto 30px;
	padding: 0;
}

.lead_about1 {
	width: 96%;
	margin: 0 auto 45px;
	padding: 0;
	line-height: 1.86;
	text-align: center;
}

ul.list_img_about1 {
	width: 90%;
	max-width: 950px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

ul.list_img_about1 li {
	width: calc((100% - 80px)/3);
	max-width: 280px;
	margin: 0 40px 0 0;
	padding: 0 10px 10px 0;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}

ul.list_img_about1 li:last-child {
	margin-right: 0;
}

ul.list_img_about1 li:before {
	content: "";
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	margin: 0;
	padding: 0;
	background-color: #fff;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}

ul.list_img_about1.active li:before {
	background-color: #094084;
}

ul.list_img_about1 li img {
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	opacity: 0;
	position: relative;
	z-index: 0;
	top: 15px;
}

ul.list_img_about1.active li img {
	opacity: 1;
	top: 0;
}

ul.list_img_about1 li:nth-child(2):before,
ul.list_img_about1 li:nth-child(2) img {
	transition-delay: .3s;
}

ul.list_img_about1 li:nth-child(3):before,
ul.list_img_about1 li:nth-child(3) img {
	transition-delay: .6s;
}


.bg_about2 {
	margin: 0;
	padding: 0;
	background-color: #eff4fb;
}

.col_about2 {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 25px 0;
	position: relative;
	z-index: 0;
}

.col_about2 .bg_deco {
	width: 34.6%;
	max-width: 415px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -4%;
	left: 74%;
}

.col_about2 dl {
	width: 100%;
	max-width: 954px;
	margin: 0 auto;
	padding: 50px 0;
	position: relative;
}

.col_about2 dl.philosopy:before {
	content: "";
	width: 100%;
	height: 5px;
	margin: 0;
	padding: 0;
	background: radial-gradient(#094084 25%, transparent 25%);
	background-size: 8px 8px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.col_about2 dl.philosopy dt {
	width: 39.4%;
	max-width: 187.64px;
	margin: 0 auto 30px;
}

.col_about2 dl.philosopy dd {
	margin: 0;
	padding: 0;
	font-size: 38px;
	font-weight: 500;
	text-align: center;
	opacity: 0;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	position: relative;
	z-index: 0;
	top: 10px;
}

.col_about2 dl.philosopy dd.active {
	opacity: 1;
	top: 0;
}

.col_about2 dl.philosopy dd span.marker {
	line-height: 1.56;
	letter-spacing: 0.1em;
	background: linear-gradient(to bottom, transparent 70%, #ff0 70%);
}

.col_about2 dl.activities dt {
	width: 32.1%;
	max-width: 153px;
	margin: 0 auto 30px;
	padding: 0;
}

.col_about2 dl.activities dd {
	margin: 0;
	padding: 0;
}

.col_about2 dl.activities dd p {
	margin-bottom: 30px;
}

ul.list_activities {
	width: 100%;
	max-width: 942px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

ul.list_activities li {
	width: calc((100% - 45px)/4);
	margin: 0;
	padding: 20px 0 30px;
	background-color: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-sizing: border-box;
	opacity: 0;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	position: relative;
	top: 10px;
}

ul.list_activities.active li {
	opacity: 1;
	top: 0;
}

ul.list_activities li:nth-child(2) {
	transition-delay: .3s;
}

ul.list_activities li:nth-child(3) {
	transition-delay: .6s;
}

ul.list_activities li:nth-child(4) {
	transition-delay: .9s;
}

ul.list_activities li .icon {
	width: 68px;
	height: 110px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	align-items: center;
}

ul.list_activities li .txt {
	height: 5em;
	margin: 0;
	padding: 0 5px;
	color: #094084;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.48;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.col_about3 {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 0;
}

.col_about3 .mds_about1 {
	width: 30.17%;
	max-width: 143.8px;
}

.lead_about3 {
	margin: 0 0 40px;
	padding: 0;
	text-align: center;
}

.box_company {
	width: 100%;
	max-width: 898px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 0;
}

.box_company .deco1 {
	width: 160px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -90px;
	left: calc(100% - 80px);
	z-index: -1;
}

.box_company .deco2 {
	width: 248px;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 50px;
	right: calc(100% - 50px);
	z-index: -1;
}

.box_company .bg_box_company {
	width: 100%;
	margin: 0;
	padding: 20px;
	background-color: #094084;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-sizing: border-box;
}

.bg_box_company .inner {
	margin: 0;
	padding: 50px 0;
	background-color: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-sizing: border-box;
	vertical-align: top;
	position: relative;
	z-index: 0;
}

.img_profile {
	width: 154px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: calc(150% - 60px);
	bottom: -100px;
}

.active .img_profile {
	-webkit-animation: deco-profile 2.5s linear forwards;
	animation: deco-profile 2.5s linear forwards;
}

@-webkit-keyframes deco-profile {
	0% {
		opacity: 0;
		transform: translate(0, 0);
		right: calc(130% - 60px);
	}

	25% {
		transform: translate(0, -15px);
	}

	50% {
		transform: translate(0, 0);
	}

	75% {
		transform: translate(0, -15px);
	}

	100% {
		opacity: 1;
		transform: translate(0, 0);
		right: calc(100% - 60px);
	}
}

@keyframes deco-profile {
	0% {
		opacity: 0;
		transform: translate(0, 0);
		right: calc(130% - 60px);
	}

	25% {
		transform: translate(0, -15px);
	}

	50% {
		opacity: 1;
		transform: translate(0, 0);
	}

	75% {
		transform: translate(0, -15px);
	}

	100% {
		transform: translate(0, 0);
		right: calc(100% - 60px);
	}
}


.bg_box_company .inner dl {
	width: 88%;
	max-width: 730px;
	margin: 0 auto;
	padding: 17px 0;
	border-bottom: solid 1px #cacbcb;
	display: flex;
	align-items: center;
}

.bg_box_company .inner dl dt {
	width: 150px;
	margin: 0;
	padding: 0 0 0 40px;
	color: #094084;
	box-sizing: border-box;
}

.bg_box_company .inner dl dd {
	width: calc(100% - 150px);
	margin: 0;
	padding: 0;
}

.col_about4 {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 95px 0 50px;
	position: relative;
	z-index: 0;
}

.col_about4 .bg_deco {
	width: 287px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 80px;
	right: calc(96% - 250px);
}

.col_about4 .mds_about1 {
	width: 21.18%;
	max-width: 94.65px;
}

ul.list_history_about {
	width: 100%;
	max-width: 1056px;
	margin: 0 auto;
	padding: 40px 0 0;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 0;
}

ul.list_history_about:before {
	content: "";
	width: 6px;
	height: 100%;
	margin: 0 0 0 -3px;
	padding: 0;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 50%;
}

ul.list_history_about li {
	width: 50%;
	min-height: 138px;
	margin: 0;
	padding: 0 90px 10px 0;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}

ul.list_history_about li:first-child {
	margin-left: 50%;
}

ul.list_history_about li:nth-child(even) {
	padding: 0 0 10px 90px;
	top: -60px;
}

ul.list_history_about li:nth-child(even):last-child {
	margin-bottom: -60px;
}

ul.list_history_about li .year {
	margin: 0;
	padding: 0 0 0 60px;
	color: #094084;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	border-bottom: dotted 2px #094084;
	position: relative;
	z-index: 0;
}

ul.list_history_about li:nth-child(even) .year {
	padding: 0 60px 0 0;
	text-align: right;
}

ul.list_history_about li .year .num {
	font-family: 'Jost', sans-serif;
	font-size: 40px;
	font-weight: bold;
}

ul.list_history_about li.point .year {
	font-size: 23.4px;
	text-shadow:
		2px 0px 0px #ff0, -2px 0px 0px #ff0,
		0px 2px 0px #ff0, 0px -2px 0px #ff0,
		2px 2px 0px #ff0, -2px 2px 0px #ff0,
		2px -2px 0px #ff0, -2px -2px 0px #ff0,
		2px 1px 0px #ff0, -2px 1px 0px #ff0,
		2px -1px 0px #ff0, -2px -1px 0px #ff0,
		1px 2px 0px #ff0, -1px 2px 0px #ff0,
		1px -2px 0px #ff0, -1px -2px 0px #ff0;
}

ul.list_history_about li .year:before {
	content: "";
	width: 18px;
	height: 18px;
	margin: -9px 0 0;
	padding: 0;
	background-color: #094084;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	box-sizing: border-box;
	position: absolute;
	top: 100%;
	left: -9px;
}

ul.list_history_about li:nth-child(even) .year:before {
	left: auto;
	right: -9px;
}

ul.list_history_about li.point .year:before {
	width: 28px;
	height: 28px;
	margin-top: -14px;
	background-color: #ff0;
	border: solid 5px #094084;
	left: -14px;
}

ul.list_history_about li:nth-child(even).point .year:before {
	left: auto;
	right: -14px;
}

ul.list_history_about li.point .year .num {
	font-size: 52px;
}

ul.list_history_about li .img {
	width: 126px;
	height: 126px;
	margin: -63px 0 0;
	padding: 0;
	border: solid 6px #094084;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	box-sizing: border-box;
	overflow: hidden;
	position: absolute;
	top: 100%;
	left: calc(100% - 35px);
}

ul.list_history_about li:nth-child(even) .img {
	left: auto;
	right: calc(100% - 35px);
}

ul.list_history_about li .event {
	margin: 0;
	padding: 0.4em 0 0 45px;
}

ul.list_history_about li:nth-child(even) .event {
	padding: 0.4em 45px 0 0;
}

ul.list_history_about li dl {
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 1.6;
	box-sizing: border-box;
	display: flex;
}

ul.list_history_about li dl dt {
	width: 40px;
	margin: 0;
	padding: 0;
	color: #094084;
	text-align: right;
}

ul.list_history_about li:nth-child(even) dl dt {
	order: 1;
}

ul.list_history_about li dl dd {
	width: calc(100% - 40px);
	margin: 0;
	padding: 0 0 0 15px;
	box-sizing: border-box;
}

ul.list_history_about li:nth-child(even) dl dd {
	text-align: right;
}

.col_about5 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 110px 0 50px;
	position: relative;
	z-index: 0;
}

.col_about5 .mds_about1 {
	width: 68.2%;
	max-width: 340.5px;
	margin: 0 auto 70px;
}

.bg_deco_about5 {
	width: 327px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 55px;
	left: calc(100% - 285px);
}

.cont_sdgs_about {
	width: 96%;
	max-width: 1076px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.cont_sdgs_about .box {
	width: calc((100% - 60px)/2);
	margin: 0 60px 60px 0;
	padding: 20px 0 0 20px;
	box-sizing: border-box;
	position: relative;
}

.cont_sdgs_about .box:nth-child(even) {
	margin-right: 0;
}

.cont_sdgs_about .box .img {
	margin: 0 auto 20px;
	padding: 0 8px 8px 0;
	position: relative;
	z-index: 0;
}

.cont_sdgs_about .box .img:before {
	content: "";
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	margin: 0;
	padding: 0;
	background-color: #094084;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.cont_sdgs_about .box .img .trim {
	width: 100%;
	height: 28vw;
	max-height: 321.5px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.cont_sdgs_about .box .img .trim img {
	width: 120%;
	margin: 0;
	padding: 0;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: all .5s ease-in;
	-webkit-transition: all .5s ease-in;
	position: absolute;
	top: 50%;
	left: 50%;
}

.cont_sdgs_about .box:nth-child(even) .img .trim img {
	transition-delay: .3s;
}

.cont_sdgs_about .box.active .img .trim img {
	width: 100%;
}

.cont_sdgs_about .box ul.icon {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
}

.cont_sdgs_about .box ul.icon li {
	width: 9vw;
	max-width: 106px;
	margin: 0 4px 0 0;
	padding: 0;
}

.cont_sdgs_about .box ul.icon li.small {
	width: 5vw;
	max-width: 64px;
}

.cont_sdgs_about .box dl {
	margin: 0;
	padding: 0 0.6em;
}

.cont_sdgs_about .box dl dt {
	margin: 0 0 15px;
	padding: 0;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}

.cont_sdgs_about .box.sdgs3 dl dt {
	color: #00963a;
}

.cont_sdgs_about .box.sdgs5 dl dt {
	color: #e73819;
}

.cont_sdgs_about .box.sdgs11 dl dt {
	color: #f4a100;
}

.cont_sdgs_about .box.sdgs6 dl dt {
	color: #00a6d8;
}

.cont_sdgs_about .box.sdgs17 dl dt {
	color: #002f67;
}

.cont_sdgs_about .box dl dd {
	margin: 0;
	padding: 0;
}

.cont_sdgs_about .box dl dd a {
	color: #094084;
}

.cont_sdgs_about .box dl dd a .iblock {
	text-decoration: underline;
}

.cont_sdgs_about .box dl dd a:hover .iblock {
	text-decoration: none;
}

.box_sdgs_about {
	width: 90%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 60px 0;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}

.box_sdgs_about:before {
	content: "";
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: linear-gradient(-45deg, #708bb6 0%, #708bb6 10%, transparent 10%, transparent 50%, #708bb6 50%, #708bb6 60%, transparent 60%);
	background-size: 12px 12px;
	position: absolute;
	right: -10px;
	bottom: -10px;
	z-index: -1;
}

.box_sdgs_about:after {
	content: "";
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	border: solid 6px #094084;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.box_sdgs_about .mds {
	width: 41.7%;
	max-width: 181px;
	margin: 0 auto 40px;
	padding: 0;
}

.logo_sdgs {
	width: 68.2%;
	max-width: 390px;
	margin: 0 auto 25px;
	padding: 0;
}

ul.list_logo_sdgs {
	width: 90%;
	max-width: 700px;
	margin: 0 auto 30px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

ul.list_logo_sdgs li {
	width: calc((100% - 60px)/6);
	margin: 0 12px 12px 0;
	padding: 0;
}

ul.list_logo_sdgs li:nth-child(6n) {
	margin-right: 0;
}

.box_sdgs_about .txt {
	width: 90%;
	max-width: 810px;
	margin: 0 auto;
	padding: 0;
}

.col_btmlink1.about .inner_btmlink1 {
	max-width: 880px;
}

.col_btmlink1.about .inner_btmlink1 a {
	margin-right: 10px;
}

.col_btmlink1.about .inner_btmlink1 a:last-child {
	margin-right: 0;
}




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


.col_message1 {
	margin: 0;
	padding: 100px 0 65px;
	background-image: url(../../img/recruit/about/message/bg_line1.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}

.inner_message1 {
	width: 98%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 0;
}

.mds_message1 {
	max-width: 276px;
	margin: 0 auto 55px;
	padding: 0;
}

.cont_video_message {
	width: 100%;
	max-width: 874px;
	margin: 0 auto;
	padding: 0;
	background-color: #000;
	border: solid 12px #094084;
}

.cont_video_message iframe {
	width: 100%;
	height: calc((92vw - 24px) / 560 * 315);
	max-height: 492px;
}


.tab_message_video {
	max-width: 1024px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.video_message1 {
	width: calc(100% - 160px);
	margin: 0;
	padding: 0 15px 0 0;
}

.border_message {
	border: solid 12px #094084;
}

.tabbtn_message {
	width: 160px;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.tabbtn_message li {
	height: calc((100% / 6) - 6px);
	margin: 0;
	padding: 0;
	color: #094084;
	line-height: 1.35;
	text-align: center;
	background-color: #ffff00;
	border: solid 1px #094084;
	position: relative;
	z-index: 0;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tabbtn_message li.active {
	color: #fff;
	background-color: #094084;
}

.tabbtn_message li:before {
	content: "";
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-width: 6px 6px 6px 0;
	border-color: transparent #ffff00 transparent transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -6px;
}

.tabbtn_message li:after {
	content: "";
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-width: 7px 7px 7px 0;
	border-color: transparent #094084 transparent transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -7px;
	z-index: -1;
}

.tabbtn_message li.active:before {
	border-color: transparent #094084 transparent transparent;
}

.img_message_video1 {
	width: 131px;
	position: absolute;
	top: 44px;
	left: 110px;
	z-index: -1;
}

.img_message_video1 .img {
	-webkit-animation: deco-video1 4s linear infinite forwards;
	animation: deco-video1 4s linear infinite forwards;
}

@-webkit-keyframes deco-video1 {
	0% {
		transform: translate(0, 0) rotate(0deg);
	}

	5% {
		transform: translate(0, 0) rotate(10deg);
	}

	10% {
		transform: translate(5px, -10px) rotate(10deg);
	}

	15% {
		transform: translate(0, 0) rotate(10deg);
	}

	20% {
		transform: translate(5px, -10px) rotate(10deg);
	}

	25% {
		transform: translate(0, 0) rotate(10deg);
	}

	30% {
		transform: translate(0, 0) rotate(0deg);
	}
}

@keyframes deco-video1 {
	0% {
		transform: translate(0, 0) rotate(0deg);
	}

	5% {
		transform: translate(0, 0) rotate(10deg);
	}

	10% {
		transform: translate(5px, -10px) rotate(10deg);
	}

	15% {
		transform: translate(0, 0) rotate(10deg);
	}

	20% {
		transform: translate(5px, -10px) rotate(10deg);
	}

	25% {
		transform: translate(0, 0) rotate(10deg);
	}

	30% {
		transform: translate(0, 0) rotate(0deg);
	}
}

.img_message_video1 .balloon {
	position: absolute;
	top: -102px;
	right: -18px;
	-webkit-animation: deco-video1 4s linear 2s infinite forwards;
	animation: deco-video1 4s linear 2s infinite forwards;
}

.img_message_video2 {
	width: 112px;
	position: absolute;
	bottom: -3px;
	right: 15px;
}

.col_message2 {
	margin: 0;
	padding: 140px 0 100px;
}

.inner_message2 {
	width: 94%;
	max-width: 1085px;
	margin: 0 auto;
	padding: 0;
}

.mds_message2 {
	max-width: 300px;
	margin: 0 auto 38px;
	padding: 0;
}

.wrap_message1 {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wrap_message1 .left {
	width: calc(100% - 427px);
	padding: 0 15px 0 0;
	position: relative;
	z-index: 0;
}

.bg_circle_dot1 {
	width: 248px;
	height: 248px;
	overflow: hidden;
	transform: rotate(45deg);
	background-image: url(../../img/recruit/about/message/bg_circle_dot1.png);
	background-repeat: repeat;
	border-radius: 50%;
	position: absolute;
	top: -93px;
	left: -90px;
	z-index: -1;
}

.bg_circle_line1 {
	width: 130px;
	height: 130px;
	overflow: hidden;
	transform: rotate(45deg);
	background-image: url(../../img/recruit/about/message/bg_circle_line1.png);
	background-repeat: repeat;
	border-radius: 50%;
	position: absolute;
	top: 233px;
	right: -47px;
	z-index: -1;
}

.cont_message1 {
	margin: 0;
	padding: 0;
}

.unit_message_top {
	width: 100%;
	height: 20px;
	background-color: #094084;
	position: relative;
	z-index: 0;
}

.unit_message_top:before {
	content: "";
	width: 10px;
	height: 6px;
	margin: auto;
	background-color: #094084;
	position: absolute;
	top: -6px;
	left: 0;
	right: 0;
}

.unit_message_mdl {
	width: 97.6%;
	margin: 0 auto;
	padding: 45px 30px 40px;
	background-color: #fff;
	border-left: solid 12px #094084;
	border-right: solid 12px #094084;
	border-bottom: solid 12px #094084;
	overflow: hidden;
}

.unit_message_mdl dl {
	margin: 0;
	padding: 0;
}

.unit_message_mdl dl dt {
	margin: 0 0 20px;
	padding: 0;
	font-size: 23px;
	font-weight: 600;
	color: #094084;
	line-height: 1.6;
}

.unit_message_mdl dl dd {
	margin: 0;
	padding: 0;
	line-height: 1.8;
}

.unit_message_mdl dl dd p {
	margin: 0 0 20px;
}

.unit_message_mdl dl dd .name {
	text-align: right;
}

.unit_message_mdl dl dd .name .big {
	margin: 0 0 0 20px;
	font-size: 19px;
}

.wrap_message1 .right {
	max-width: 427px;
	position: relative;
	z-index: 0;
}

.img_message1 {
	max-width: 427px;
	margin: 90px 0 0 0;
}

.balloon_message1 {
	width: 182px;
	height: 162px;
	position: absolute;
	top: -15px;
	right: -20px;
}

.right:hover .balloon_message1 img {
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-animation: balloon-message1 4s linear infinite forwards;
	animation: balloon-message1 4s linear infinite forwards;
}

@-webkit-keyframes balloon-message1 {
	0% {
		width: 100%;
	}

	10% {
		width: 120%;
	}

	20% {
		width: 100%;
	}

	30% {
		width: 120%;
	}

	40% {
		width: 100%;
	}
}

@keyframes balloon-message1 {
	0% {
		width: 100%;
	}

	10% {
		width: 120%;
	}

	20% {
		width: 100%;
	}

	30% {
		width: 120%;
	}

	40% {
		width: 100%;
	}
}

.deco_message1 {
	width: 111px;
	position: absolute;
	top: -3px;
	left: 40px;
}

.right:hover .deco_message1 {
	-webkit-animation: deco-message1 3.5s linear infinite forwards;
	animation: deco-message1 3.5s linear infinite forwards;
}

@-webkit-keyframes deco-message1 {
	0% {
		opacity: 1;
		transform: translate(0, 0) rotate(0deg);
	}

	25% {
		opacity: 0;
		transform: translate(-80px, -4px) rotate(5deg);
	}

	26% {
		opacity: 0;
		transform: translate(80px, -8px) rotate(-5deg);
	}

	50% {
		opacity: 1;
		transform: translate(0, 0) rotate(0deg);
	}
}

@keyframes deco-message1 {
	0% {
		opacity: 1;
		transform: translate(0, 0) rotate(0deg);
	}

	25% {
		opacity: 0;
		transform: translate(-80px, -4px) rotate(5deg);
	}

	26% {
		opacity: 0;
		transform: translate(80px, -8px) rotate(-5deg);
	}

	50% {
		opacity: 1;
		transform: translate(0, 0) rotate(0deg);
	}
}

.deco_message2 {
	width: 48px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 135px;
	left: 10px;
	-webkit-animation: rotate-message1 3s linear infinite forwards;
	animation: rotate-message1 3s linear infinite forwards;
}

.deco_message3 {
	width: 35px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 190px;
	left: 66px;
	-webkit-animation: rotate-message1 2.2s linear infinite forwards;
	animation: rotate-message1 2.2s linear infinite forwards;
}

@-webkit-keyframes rotate-message1 {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes rotate-message1 {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.border_message1 {
	width: 100%;
	height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	background-image: url(../../img/recruit/about/message/border1.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

.col_message2.saiyou {
	padding-top: 120px;
	padding-bottom: 70px;
}

.saiyou .mds_message2 {
	max-width: 350px;
	margin-bottom: 55px;
}

.col_message2.saiyou .left {
	width: calc(100% - 439px);
	padding: 0 0 0 15px;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.bg_circle_dot2 {
	width: 248px;
	height: 248px;
	overflow: hidden;
	transform: rotate(45deg);
	background-image: url(../../img/recruit/about/message/bg_circle_dot1.png);
	background-repeat: repeat;
	border-radius: 50%;
	position: absolute;
	top: -93px;
	right: -90px;
	z-index: -1;
}

.bg_circle_line2 {
	width: 158px;
	height: 158px;
	overflow: hidden;
	transform: rotate(45deg);
	background-image: url(../../img/recruit/about/message/bg_circle_line1.png);
	background-repeat: repeat;
	border-radius: 50%;
	position: absolute;
	top: 93px;
	left: -57px;
	z-index: -1;
}

.col_message2.saiyou .right {
	max-width: 439px;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.saiyou .img_message1 {
	max-width: 439px;
	margin-top: 45px;
}

.saiyou .balloon_message1 {
	width: 190px;
	top: -135px;
	right: 0;
	left: -12px;
}

.saiyou .right:hover .balloon_message1 img {
	position: absolute;
	left: auto;
	right: 0;
}

.saiyou .deco_message1 {
	width: 63px;
	top: -35px;
	left: auto;
	right: 106px;
}

.saiyou .right:hover .deco_message1 {
	-webkit-animation: deco-message2 3s linear infinite forwards;
	animation: deco-message2 3s linear infinite forwards;
}

@-webkit-keyframes deco-message2 {
	0% {
		transform: translate(0, 0) rotate(0deg);
	}

	10% {
		transform: translate(5px, -10px) rotate(5deg);
	}

	20% {
		transform: translate(0, 0) rotate(0deg);
	}
}

@keyframes deco-message2 {
	0% {
		transform: translate(0, 0) rotate(0deg);
	}

	10% {
		transform: translate(5px, -10px) rotate(5deg);
	}

	20% {
		transform: translate(0, 0) rotate(0deg);
	}
}

.saiyou .deco_message2 {
	width: 43px;
	top: 110px;
	left: -10px;
	-webkit-animation: none;
	animation: none;
}

.saiyou .deco_message2 img {
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-animation: size-message1 1.5s linear infinite forwards;
	animation: size-message1 1.5s linear infinite forwards;
}

.saiyou .deco_message3 {
	width: 33.5px;
	top: 162px;
	left: 30px;
	-webkit-animation: none;
	animation: none;
}

.saiyou .deco_message3 img {
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-animation: size-message1 1.8s linear .2s infinite forwards;
	animation: size-message1 1.8s linear .2s infinite forwards;
}


@-webkit-keyframes size-message1 {
	0% {
		width: 100%
	}

	30% {
		width: 110%
	}

	55% {
		width: 90%
	}

	80% {
		width: 100%
	}
}

@keyframes size-message1 {
	0% {
		width: 100%
	}

	30% {
		width: 110%
	}

	55% {
		width: 90%
	}

	80% {
		width: 100%
	}
}




/* --------------- about action --------------- */
.mds_action {
	max-width: 208px;
	margin: 0 auto 65px;
	padding: 0;
}

.wp_action {
	max-width: 1106px;
	width: 94%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.bg_maru1 {
	width: 24vw;
	max-width: 248px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 160px;
	right: -35px;
	z-index: -3;
}

.bg_maru2 {
	width: 24vw;
	max-width: 248px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 950px;
	left: -111px;
	z-index: -3;
}

.bg_maru3 {
	width: 24vw;
	max-width: 248px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 1210px;
	right: -48px;
	z-index: -3;
}

.bg_maru4 {
	width: 24vw;
	max-width: 248px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 1905px;
	left: -17px;
	z-index: -3;
}


.box_action {
	width: 47.8%;
	height: auto;
	padding: 0 23px 26px;
	margin: 0 0 80px 0;
	box-sizing: border-box;
	text-align: center;
	opacity: 0;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	position: relative;
	top: 15px;
	background: linear-gradient(180deg, transparent 0%, transparent 24%, #e6edf9 24%, #e6edf9 100%);
	z-index: -2;
}

.box_action:nth-child(2n+2) {
	top: 133px;
}

.box_action.active {
	opacity: 1;
	top: 0;
}

.box_action.active:nth-child(2n+2) {
	top: 118px;
}

.box_action:before {
	content: "";
	width: 7.5vw;
	max-width: 119px;
	height: 7.5vw;
	display: inline-block;
	background: url(../../img/recruit/about/action/icon_action.png);
	background-size: auto 100%;
	position: absolute;
	left: -3px;
	top: -28px;
	z-index: 2;
}

.box_action .bg {
	width: 18%;
	position: absolute;
	right: 25px;
	top: calc(100% - 265px);
	z-index: -1;
}

.box_action .bg img {
	width: 100%
}

.box_action .img {
	padding-bottom: 82px;
}

.box_action .img img {
	max-width: 480px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.box_action .no {
	width: 22%;
	margin: 0 auto;
	position: absolute;
	top: 42%;
	left: 0;
	right: 0;
}

.box_action .no img {
	width: 100%
}

.box_action .midasi {
	padding: 0 0 9px 0;
	color: #094084;
	font-size: 25px;
	font-weight: bold;
}

.box_action .txt {
	font-size: 15px;
	line-height: 1.75;
}

.box_action .txt .iblock {
	display: inline;
}

.col_about1 .pc_none {
	display: none;
}

/* --------------- privacy --------------- */
.col_privacy {
	max-width: 900px;
	width: 94%;
	margin: 92px auto 0;
}

.col_privacy .lead {
	margin: 0;
	padding: 0 0 75px 0;
	text-align: center;
}

.col_privacy dl {
	margin: 0;
	padding: 0;
}

.col_privacy dt {
	margin: 0;
	padding: 0 0 9px 8px;
	font-size: 21px;
	font-weight: bold;
	color: #094084;
	border-bottom: 3px solid #094084;
}

.col_privacy dd {
	margin: 0;
	padding: 11px 0 45px 10px;
	line-height: 1.86;
}

.col_privacy dd a {
	color: #094084;
}

.col_privacy ul {
	margin: 0;
	padding: 0;
}

.col_privacy li {
	margin: 0;
	padding: 0 0 0 2.6em;
	text-indent: -2.55em;
}

.col_privacy .style1 li:first-letter {
	color: #094084;
}

.col_privacy .style1 li {
	padding: 0 0 0.7em 1em;
	text-indent: -1em;
}

.col_privacy .style2 li:first-letter {
	color: #094084;
}

.col_privacy .style2 li {
	padding: 0 0 0.6em 4.2em;
	text-indent: -2.55em;
}

.f_color {
	color: #094084;
}

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

.col_privacy li.txt2 {
	padding-top: 16px;
}

.col_privacy .txt3 {
	line-height: 1.86;
	padding-left: 1.2em;
	margin: 0;
}

.col_privacy .txt4 {
	padding-top: 16px;
	margin: 0;
}

.col_privacy .txt5 {
	text-align: right;
	padding-top: 35px;
	padding-bottom: 25px;
}

/* ---------------------------------------------------------------
	start max 1200px
--------------------------------------------------------------- */

@media print,
screen and (max-width: 1200px) {


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

	.col_header {
		width: 98%;
		margin: 0 0 0 auto;
	}

	.logo_header {
		width: 220px;
	}

	.link_header {
		width: calc(100% - 220px - 180px);
		padding-left: 15px;
	}

	.nav_header>ul>li {
		padding: 0 7px;
		font-size: 14px;
	}

	.btn_header_entry {
		width: 180px;
	}

	.btn_header_entry dl dt {
		padding-right: 5px;
		font-size: 25px;
	}

	.btn_header_entry dl dt img {
		width: 27px;
	}

	.btn_header_entry dl dd {
		font-size: 15px;
	}

	ul.list_type_entry li a {
		width: 73px;
	}

	ul.list_type_entry li a:after {
		margin: 0 0 0 3px;
	}


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


	/* .num1 .img_topstaff1 {
		left: 108px;
	} */

	/* .num3 .img_topstaff1 {
		left: 105px;
	} */

	.list_topstaff .left {
		padding-right: 20px;
		padding-left: 275px;
	}

	.sc_active2 .list_topstaff .left:before {
		width: 260%;
	}

	.deco_topintern1_l {
		width: 150px;
		margin-left: -460px;
	}

	.deco_topintern1_r {
		width: 216px;
		margin-left: 275px;
	}

	.deco_topintern1_r .balloon {
		width: 83px;
		top: -5px;
		right: -44px;
	}

	.deco_topshop2 {
		margin-left: 310px;
		top: -50px;
	}

	.btnarea_topentry {
		max-width: 780px;
	}

	.deco_topentry1 {
		width: 145px;
		margin-left: 310px;
		bottom: 196px;
	}

	.deco_topentry1 .balloon {
		top: -80px;
		right: -10px;
	}

	.deco_topsns1 {
		width: 165px;
		margin-left: -460px;
	}




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

	.deco_training1 {
		right: -5vw;
	}

	.deco_training1 .balloon {
		right: -20px;

	}




	/* --------------- staff --------------- */


	.deco_staff_person1 {
		display: none;
	}

	.person_staff2 img {
		width: 102px;
		margin: 0 0 0 10px;
	}

	.person_staff3 {
		top: calc(100% - 320px);
	}

	.person_staff3 img {
		width: 132px;
		margin-right: 20px;
	}

	#staff2 .person_staff2 img {
		width: 169px;
	}

	#staff2 .person_staff3 img {
		width: 237px;
		margin-right: -40px;
		margin-top: -40px;
	}

	#staff3 .person_staff2 img {
		width: 169px;
		margin-top: 20px;
	}

	#staff3 .person_staff3 img {
		width: 140px;
		margin-right: 20px;
		margin-top: -60px;
	}




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

	.inner_message1 {
		max-width: 1010px;
	}

	.img_message_video1 .balloon {
		top: -87px;
		right: -5px;
	}

	.img_message_video2 {
		width: 90px;
	}


	/* --------------- about / action --------------- */
	.box_action .bg {
		top: 26vw;
	}

	.box_action .no {
		top: 20vw;
	}















}

/* ---------------------------------------------------------------
	end max 1200px
--------------------------------------------------------------- */




/* ---------------------------------------------------------------
	start max 1140px
--------------------------------------------------------------- */

@media print,
screen and (max-width: 1140px) {

	.about .navi_env1 {
		margin-right: 10%;
	}

	.about .navi_env1 dl {
		padding: 17px 10px;
	}

	.about .navi_env1 dl dd {
		padding: 0 3px;
	}
}



}

/* ---------------------------------------------------------------
	end max 1140px
--------------------------------------------------------------- */