@charset "UTF-8";
/* CSS Document */

/* noto-sans-jp-regular - japanese */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans-jp-v42-japanese-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/noto-sans-jp-v42-japanese-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-jp-v42-japanese-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-jp-v42-japanese-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-sans-jp-v42-japanese-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-sans-jp-v42-japanese-regular.svg#NotoSansJP') format('svg'); /* Legacy iOS */
}
/* noto-sans-jp-500 - japanese */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/noto-sans-jp-v42-japanese-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/noto-sans-jp-v42-japanese-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-jp-v42-japanese-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-jp-v42-japanese-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-sans-jp-v42-japanese-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-sans-jp-v42-japanese-500.svg#NotoSansJP') format('svg'); /* Legacy iOS */
}
/* noto-sans-jp-700 - japanese */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/noto-sans-jp-v42-japanese-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/noto-sans-jp-v42-japanese-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-jp-v42-japanese-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-jp-v42-japanese-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-sans-jp-v42-japanese-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-sans-jp-v42-japanese-700.svg#NotoSansJP') format('svg'); /* Legacy iOS */
}

body {
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #fff;
	font-family: 'Noto Sans JP', Meiryo, sans-serif;
	font-size: 13px;
	line-height: 1.7;
}

* {
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

a {
	outline: none;
	color: #2d8bc2;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.opacity {
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-ms-transition: opacity .2s;
	transition: opacity .2s;
}

a.opacity:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
}

p {
	margin: 0 0 15px 0;
	padding: 0;
}

img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

ul {
	margin: 0;
	list-style: none;
}

em {
	font-style: normal;
}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

.alignjust {
	 text-align: justify;
	 text-justify: inter-ideograph;
	 -ms-text-justify: inter-ideograph;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.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;}
.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;}
.ml1em {margin-left: 1em;}
.ml5 {margin-left: 5px;}
.ml6 {margin-left: 6px;}
.ml10 {margin-left: 10px;}
.ml14 {margin-left: 14px;}
.ml15 {margin-left: 15px;}
.ml18 {margin-left: 18px;}
.ml20 {margin-left: 20px;}
.ml25 {margin-left: 25px;}
.ml30 {margin-left: 30px;}
.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;}


.note {
	font-size: 10px;
}

.fs13 {
	font-size: 13px;
}
.fs14 {
	font-size: 14px;
}
.fs15 {
	font-size: 15px;
	line-height: 1.5;
}
.fs16 {
	font-size: 16px;
	line-height: 1.5;
}
.fs17 {
	font-size: 17px;
	line-height: 1.5;
}

.bold {
	font-weight: bold;
}

.red {
	color: #df0000;
}

.green {
	color: #63939d;
}

.strike {
	text-decoration: line-through;
}

.strike .black {
	color: #2b2b2b;
}

.under {
	text-decoration: underline;
}

table {
	border-collapse: collapse;
}

.indent1 {
	padding-left: 1em;
	text-indent: -1em;
}
.indent1 * { text-indent: 0; }


p.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 2;
}

p.pagetop a {
	width: 60px;
	height: 0;
	margin: 0;
	padding: 60px 0 0 0;
	background-image: url(../img/btn_pagetop.png);
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}

p.pagetop a:hover {
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}



/* --------------- header --------------- */


#header {
	width: 100%;
	height: 68px;
	background-color: #61b7be;
	border-bottom: solid 8px #218397;
	position: relative;
	z-index: 0;
	box-sizing: content-box;
}

.col_header {
	width: 1024px;
	height: 100%;
	margin: 0 auto;
	padding: 9px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}

.col_header .title {
	width: 275px;
	margin: 0;
	padding: 0 35px 0 15px;
}

.col_header #box_navi {
	width: 749px;
	margin: 0;
}

#navi {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	line-height: 1.4;
	display: flex;
	justify-content: flex-end;
}

#navi li {
	height: 100%;
	margin: 1px 20px 0 0;
	padding: 0;
	text-align: center;
	position: relative;
}

#navi li a,
#navi li span {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0 0 10px;
	color: #fff;
	text-decoration: none;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

#navi li:last-child {
	margin: 0;
}

#navi li a:hover:after,
#navi li .current:after {
	content: "";
	margin: 0;
	padding: 0;
	border-top: solid 6px #218397;
	border-left: solid 6px rgba(83,148,194,0);
	border-right: solid 6px rgba(83,148,194,0);
	position: absolute;
	bottom: 8px;
	left: calc( 50% - 6px );
}

#navi li span.label_new {
	width: 52px;
	height: 20px;
	margin: 0;
	padding: 0 0;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	line-height: 1.4;
	background-color: #df0000;
	position: absolute;
    top: 37px;
	left: calc( 50% - 26px );
	-webkit-animation:blink 1s ease-in-out infinite alternate;
	-moz-animation:blink 1s ease-in-out infinite alternate;
	animation:blink 1s ease-in-out infinite alternate;
}
#navi li span.label_new.short {
	width: 36px;
	left: calc( 50% - 18px );
}

@-webkit-keyframes blink{
	0% {opacity:0.05;}
	100% {opacity:1;}
}

@-moz-keyframes blink{
	0% {opacity:0.05;}
	100% {opacity:1;}
}

@keyframes blink{
	0% {opacity:0.05;}
	100% {opacity:1;}
}

#navi li span.label_new:before {
	content: "";
	margin: 0;
	padding: 0;
	border-top: solid 4px #df0000;
	border-left: solid 4px rgba(255,255,255,0);
	border-right: solid 4px rgba(255,255,255,0);
	position: absolute;
	top: -21%;
    left: calc(50% - 4px);
    transform: rotate(180deg);
}







/* --------------- footer --------------- */

#footer {
	margin: 0;
	padding: 0;
	color: #fff;
	background-color: #61b7be;
	position: relative;
}

.copy {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	font-size: 13px;
}


/* --------------- contents --------------- */

.col_prepare {
	margin: 0;
	padding: 80px;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}


.btn1 {
	width: 300px;
	min-height: 54px;
	padding: 5px 25px;
	color: #ed6b04;
	font-size: 17px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	background: linear-gradient(180deg, #fff, #eaeaea);
	border: solid 2px #ed6b04;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 0;
}

a.btn1:hover {
	background: linear-gradient(0deg, #fff, #eaeaea);
}


.btn2 {
	width: 300px;
	min-height: 54px;
	padding: 5px 25px 5px 15px;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	background-color: #f38f1e;
	border: solid 2px #f38f1e;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 0;
}

.btn2:hover {
	background-color: #ffb25c;
}

.btn1>span {
	padding: 0 0 2px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 0;
}

.btn1.pdf span,
.btn2.pdf span {
	position: relative;
	z-index: 0;
}

.btn1.ppt span,
.btn2.ppt span {
	padding-right: 25px;
	position: relative;
	z-index: 0;
}

.btn1 span,
.btn2 span {
	padding: 1px 0 0 0;
	display: table-cell;
	vertical-align: middle;
}

.btn1.pdf::before {
	content: "";
	width: 27px;
	height: 32px;
	background-image: url(../img/icon_pdf.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	border: none;
	transform: rotate(0);
	position: absolute;
	top: calc(50% - 16px);
	right: 10px;
}

.btn1.ppt::before,
.btn2.ppt::before {
	content: "";
	width: 27px;
	height: 32px;
	background-image: url(../img/icon_ppt.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	border: none;
	transform: rotate(0);
	position: absolute;
	top: calc(50% - 16px);
	right: 15px;
}

.ttl {
	width: 100%;
	height: 64px;
	margin: 0 0 20px;
	padding: 15px 0 0 25px;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	background-color: #218397;
}

.mds1 {
	width: 96%;
	margin: 0 auto 12px;
	padding: 0 0 10px 15px;
	color: #218397;
	font-size: 18px;
	font-weight: 600;
	border-bottom: solid 1px #218397;
}

.mds2 {
	margin: 0 auto 12px;
	padding: 1px 0 3px 24px;
	color: #684992;
	font-size: 14px;
	font-weight: bold;
	border-bottom: solid 2px #5394c2;
	box-sizing : border-box ;
}

.col_content {
	width: 100%;
	padding-left: 34px;
	padding-right: 34px;
}

/* --------------- top contents --------------- */

#wrap_contents {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #e1ebf6;
	background-image: url(../img/bg_topmain.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.box_topmain {
	width: 1024px;
	height: 450px;
	margin: 0 auto;
	padding: 0;
}

.ttl_topomain {
	width: 720px;
	margin: 0 0 60px 289px;
	padding: 37px 0 0;
}

.img_topinfo2 {
	width: 482px;
	margin: 0 0 0 504px;
	padding: 0;
}

.col_topbtn {
	margin: 0 0 35px;
	padding: 0;
	display: flex;
	justify-content: center;
}

.col_topbtn .btn1.web1,
.col_topbtn .btn2.web2 {
	width: 345px;
	height: 68px;
	margin: 0 20px;
	font-size: 17px;
	box-shadow: 1px 1px 5px -1px #000;
}

.col_topfinish {
	width: 964px;
	margin: 0 auto 20px;
	padding: 18px 114px 18px;
	color: #d00000;
	font-size: 17px;
	font-weight: bold;
	border: solid 2px #d00000;
	background-color: #fff;
	text-align: center;
}

.col_recruitfinish {
	margin: 0 auto 20px;
	padding: 18px 114px 18px;
	color: #d00000;
	font-size: 17px;
	font-weight: bold;
	border: solid 2px #d00000;
	background-color: #fff;
	text-align: center;
}

.wrap_news {
	width: 100%;
	margin: 0 0 0;
	padding: 33px 0;
	background-color: rgba(255,255,255,0.5);
}

.col_news {
	width: 965px;
	margin: 0 auto;
	padding: 0;
}

.mds_topnews {
	padding: 0 0 10px 15px;
}

.col_topnews {
	max-height: 136px;
	margin: 0;
	padding: 0 13px 0 0;
	overflow: auto;
	position: relative;
	z-index: 0;
}

.col_topnews dl {
	width: 100%;
	margin: 0;
	padding: 10px 0 12px;
	font-size: 13px;
	color: #be6183;
	line-height: 1.6;
	border-bottom: solid 1px #61b7be;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.col_topnews dl dt {
	width: 120px;
	margin: 0;
	padding: 0 0 0 16px;
	font-size: 14px;
	font-weight: 600;
	color: #61b7be;
}

.col_topnews dl dd {
	width: calc(100% - 120px);
	margin: 0;
	padding: 0 5px 0 0;
	font-size: 14px;
	color: #404040;
}

ul.col_bnr {
	width: 965px;
	margin: 0 auto 20px;
	padding: 0;
	flex-wrap: wrap;
	display: flex;
}

ul.col_bnr li {
	margin: 20px 25px 20px 0;
	padding: 0;
	flex-shrink: 0;
}

ul.col_bnr li:nth-of-type(3n) {
	margin-right: 0;
}

ul.col_bnr li a {
	background-color: #fff;
	display: inline-block;
	vertical-align: bottom;
	border: solid 1px #c7c5c5;
}

ul.col_bnr li img {
	transition: .2s;
}

ul.col_bnr li:hover img {
	opacity: 0.75;
}

.wrap_footer_info {
	width: 916px;
	margin: 0 auto;
	padding: 0 0 15px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	   -ms-flex-pack: justify;
	 justify-content: space-between;
	position: relative;
}

.wrap_footer_info .left dl ,
.wrap_footer_info .right dl {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #000;
	line-height: 1.7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wrap_footer_info .left dl dt ,
.wrap_footer_info .right dl dt {
	width: 66px;
	height: 64px;
	margin: 0;
	padding: 0;
	border-right: solid 1px #b2b2b2;
	font-weight: 500;
}

.wrap_footer_info .left dl dd {
	margin: 0;
	padding: 0 0 0 8px;
}

.wrap_footer_info .right dl dd {
	margin: 0;
	padding: 0 0 0 8px;
	line-height: 1.4;
}

.wrap_footer_info dl dd span {
	font-weight: 500;
}

.wrap_footer_info dl dd .txt1 {
	margin: 0 0 5px;
	letter-spacing: -0.04em;
	font-weight: 500;
}


/* --------------- sub_contents --------------- */

#wrap_sub_contents {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 30px;
	background-image: url(../img/bg_topmain.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	z-index: 0;
	background-color: #fff;
}

#wrap_sub_contents::before {
	content: "";
	width: 100%;
	height: 200px;
	background: linear-gradient( 180deg, rgba(255,255,255,0), rgba(255,255,255,1) );
	position: absolute;
	top: 490px;
	z-index: -1;
}

.wrap_subcontents {
	width: 1000px;
	margin: 0 auto;
	min-height: 600px;
	padding: 40px 36px 30px;
	background-color: #fff;
	font-size: 15px;
	line-height: 1.75;
	position: relative;
	z-index: 1;
}

.wrap_sub_footer{
	width: 916px;
	margin: 0 auto;
	padding: 15px 0 15px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

.wrap_sub_footer .left dl ,
.wrap_sub_footer .right dl {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #000;
	line-height: 1.7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wrap_sub_footer .left dl dt ,
.wrap_sub_footer .right dl dt {
	width: 66px;
	height: 64px;
	margin: 0;
	padding: 0;
	border-right: solid 1px #b2b2b2;
	font-weight: 500;
}

.wrap_sub_footer .left dl dd {
	margin: 0;
	padding: 0 0 0 8px;
}

.wrap_sub_footer .right dl dd {
	margin: 0;
	padding: 0 0 0 8px;
	line-height: 1.4;
}

.wrap_sub_footer dl dd span {
	font-weight: 500;
}

.wrap_sub_footer dl dd .txt1 {
	margin: 0 0 5px;
	letter-spacing: -0.04em;
	font-weight: 500;
}


/*--------------- access --------------- */

.col_access {
	width: 430px;
	margin: 60px auto 40px;
	padding: 40px 25px 35px 25px;
	text-align: center;
	background-color: #fff;
	border: solid 2px #aaa;
}

.col_access .link {
	margin: 0;
	padding: 0 0 0 22px;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	z-index: 0;
}

.col_access .link::before {
	content: "";
	width: 16px;
	height: 16px;
	margin: 0 5px 0 0;
	padding: 0;
	background-color: #b1cde1;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	top: 7px;
	left: 0;
}

.col_access .link::after {
	content: "";
	margin: 0;
	padding: 0;
	border-left: solid 8px #fff;
	border-top: solid 6px rgba(177,205,225,0);
	border-bottom: solid 6px rgba(177,205,225,0);
	position: absolute;
	top: 9px;
	left: 5px;
}

.btn2.access1 {
	width: 220px;
	margin: 0 auto;
}


/*--------------- recruit --------------- */


.mds1.recruit1 {
	margin: 0 auto 20px;
}
.ml_recruit {
	margin-left: 220px;
}

.box_notice_recruit {
	width: 100%;
	margin: 0;
	padding: 0;
}

.box_notice_recruit dt {
	margin: 0;
	padding: 5px 0 7px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #c90000;
	border-right: solid 1px #c90000;
	border-left: solid 1px #c90000;
}

.box_notice_recruit dd {
	margin: 0;
	padding: 18px 24px 30px;
	border-right: solid 1px #c90000;
	border-bottom: solid 1px #c90000;
	border-left: solid 1px #c90000;
}

table.tbl_recruit1 {
	width: 620px;
	margin: 0 auto 10px;
	padding: 0;
	border: solid 1px #aaa;
}

table.tbl_recruit1 th {
	margin: 0;
	padding: 6px 0;
	font-weight: bold;
	border-bottom: solid 1px #aaa;
	background-color: #ddd;
}

table.tbl_recruit1 td {
	margin: 0;
	padding: 14px 25px;
}

.note_recruit {
	width: 600px;
	margin: 0 auto;
	padding: 0;
	font-size: 13px;
}

.btnarea_recruit {
	width: 710px;
	margin: 0 auto 40px;
	padding: 10px 0 0;
	display: flex;
	justify-content: space-between;
}

.btn1.recruit1 {
	width: 330px;
	margin: 0 auto 0;
	padding-top: 5px;
	line-height: 1.5;
}

.btn1.recruit2 {
	width: 410px;
	margin: 0 auto 0;
	padding-top: 8px;
	line-height: 1.5;
}

.btn2.recruit1 {
	width: 290px;
	margin: 0 auto 30px;
	padding-top: 5px;
	line-height: 1.5;
}

.btn2.recruit1.gray{
	background-color: #a4a4a4;
	border: solid 2px #a4a4a4;
}

.txt_extension{
	opacity: 0;
}


/*--------------- join --------------- */

.btn1.join1 {
	width: 380px;
	margin: 0 auto;
}

/*--------------- greeting --------------- */

.col_greeting {
	width: 100%;
	margin: 0 0 15px;
	padding: 10px 15px 15px;
	border-bottom: 1px solid #61b7be;
	display: flex;
	align-items: flex-end;
}

.name_greeting {
	width: calc( 100% - 150px );
	margin: 0;
	padding: 0 25px 0 0;
	text-align: right;
	box-sizing: border-box;
}

.name_greeting span {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5em;
}

.img_greeting1 {
	width: 150px;
	margin: 0;
	padding: 0;
}

.txt_greeting {
	margin: 0;
	padding: 0 0 20px;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
}


