.section-top {
  background:url(../img/common/bg-section-header.jpg) no-repeat center center;
  background-size:cover;
}
.section-top .site-name {
  color:#fff;
}
.section-top {
  padding-top:100px;
}
.section-ttl {
  padding:40px 0 70px;
  font-size:4rem;
  font-weight: bold;
  color:#fff;
  text-align: center;
}
/*career */
.page-careerlist-single {
  padding-top:150px;
  padding-bottom:100px;
}
.page-careerlist {
  margin-top:50px;
}
.h3-ttl {
  margin-bottom: 50px;
  font-size:2.4rem;
  font-weight: bold;
  text-align: center;
}
.cla {
  margin-bottom: 50px;
}
.cla-ttl {
  margin-bottom: 3px;
  background: #1B6DB5;
  color:#fff;
  font-size:1.8rem;
  font-weight: bold;
  padding:16px 160px 16px 30px;
  position: relative;
  line-height: 1.5;
}
.cla-info {
  background: #F4F7F8;
  display: flex;
  margin-bottom: 3px;
}
.cla-info-ttl {
  flex:0 0 175px;
  min-width:175px;
  padding:15px;
  background: #8396A2;
  color:#fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cla-info-txt {
  padding:15px 15px 15px 30px;
  flex:1;
  display: flex;
  align-items: center;
}
.cla-detail-btn {
  width:120px;
  height:40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size:1.2rem;
  color:#003A88;
  background:#fff;
  border-radius: 25px;
  position:absolute;
  top:50%;
  right:20px;
  transform: translateY(-50%);
  line-height:0;
}
.cla-btn-plus {
  padding-left:5px;
  font-family: 'Viga', sans-serif;
  font-size:1.6rem;
	line-height: 1;
	line-height: 0;
}
.section-ttl-sub {
  padding:2.5rem 0 3.5rem;
  text-align: center;
  font-weight: bold;
  font-size:2.8rem;
  color:#1C4E9D;
}
.cla-single {
  max-width:1080px;
  margin:0 auto;
}
.cla-s {
  width:100%;
  display: flex;
}
.cla-s-ttl {
  padding:15px;
  font-weight: bold;
  flex:0 0 240px;
  display: flex;
  justify-content: center;
  border-bottom:2px solid #1B6DB5;
}
.cla-s-txt {
  padding:15px 10px 15px 35px;
  flex:1;
  border-bottom:2px solid #EAECED;
}
.cla-s-txt em {
  font-style: normal;
  font-weight: bold;
  color:#1B6DB5;
}
.cla-entry-btn {
  margin-top: 80px;
}
.cla-entry-btn a {
  background: #1C4E9D;
  color:#fff;
  font-size:1.8rem;
  font-weight: bold;
  width:275px;
  height:68px;
  margin:0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 45px;
}
.cla-entry-btn-icn {
  width:15px;
  height:11px;
  display: block;
  margin-left: 15px;
  background:url(../img/common/btn-arrow.png) no-repeat center center;
  background-size: cover;
}
.cla-entry-page {
  max-width:910px;
  margin:0 auto 60px;
}
.cla-ent-cat {
  margin-top:20px;
  margin-bottom: 15px;
	padding-bottom: 5px;
  font-size:2.4rem;
  font-weight: bold;
  border-bottom:2px solid #1B6DB5;
  display: flex;
  align-items: center;
}
.cla-ent {
  min-height: 78px;
  display: flex;
  align-items: center;
  border-bottom:2px solid #EAECED;
}
.confirm .cla-ent {
	min-height:auto;
	align-items: flex-start;
}
.cla-ent.cla-ai-fs {
  align-items: flex-start;
}
.cla-ent.cla-ai-fs .cla-ent-ttl {
  padding: 25px 0 0;
}
.cla-ent-ttl{
  padding:15px 0;
  flex:0 0 180px;
}
.cla-ent-cat .must {
  font-size:1.4rem;
  line-height: 1;
  padding:5px 15px;
  border-radius: 8px;
  background:#1B6DB5;
  color:#fff;
  display: inline-block;
  margin-left: 20px;
  font-weight: 500;
}
.cla-ent-txt {
  flex:1;
  padding:15px 0;
	position:relative;
}
.cla-ent-txt-sub {
  margin-bottom: 15px;
}
::placeholder {
  color:#899095;
}
.form-style input,
.form-style select,
.form-style textarea {
  font-size:16px;
  padding: 8px 10px;
  border:1px solid #899095;
  border-radius: 6px;
}
.form-style input[type="text"],
.form-style input[type="email"] {
  width:360px;
}
.form-style input[type="file"] {
  border:0;
}
.form-style textarea {
  width:100%;
  height:200px;
}
.select-wrap {
  display: flex;
  align-items: center;
}
.select-wrap .select-box::after {
  content:'▼';
  font-size:1.3rem;
  font-weight: 500;
  color:#000;
  position:absolute;
  right:10px;
  top:50%;
  transform:translateY(-50%);
  z-index: -1;
}
.select-box {
  width:360px;
  position: relative;
}
.select-box select {
  width:100%;
}
.birth-select .select-box {
  width:118px;
}
.birth-select select {
  width:100%;
}
.select-wrap .select-txt {
  padding:0 15px;
}
.lh14 {
  line-height: 1.4;
}
.mt10 {
  margin-top:10px;
}
.cla-ent-end {
  text-align: center;
}
.cla-entry-submit {
  width: 275px;
  height: 68px;
  margin: 40px auto;
  position:relative;
}
.cla-entry-submit::after {
  content:'';
  width:15px;
  height: 11px;
  background:url(../img/common/btn-arrow.png) no-repeat center center;
  background-size:cover;
  position:absolute;
  top:50%;
  right:30px;
  transform:translateY(-50%);
}
.cla-entry-submit input[type="submit"] {
  width:100%;
  height:100%;
  background: #1C4E9D;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 45px;
	text-align:center;
}
.cla-entry-back {
  width: 240px;
  height: 68px;
  margin: 40px auto;
  position:relative;
}

.cla-entry-back input[type="submit"] {
  width:100%;
  height:100%;
  background: #ddd;
    color: #000;
    font-size: 1.8rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 45px;
    text-align: center;
}
.select-wrap .sp-line {
  display: flex;
  align-items: center;
}
.errs {
	color:#f00;
	margin-bottom:40px;
}
.alert-danger {
	color:#f00;
}
#error_message {
	text-align: center;
    max-width: 980px;
    margin: 0 auto;
    background: #f1f1f1;
    padding: 20px;
}
.input_file {
	margin:5px 0 0;
	padding: 10px 40px;
    border: 1px solid #899095;
    border-radius: 6px;
    cursor: pointer;
	display: inline-block;
	transition:all .1s;
}
.input_file:hover {
	background: #eee;
}
.form-style input[type="file"] {display:none;}
.input_file_name01,
.input_file_name02,
.input_file_name03 {
	padding-left:20px;
	display:inline-block;
}
.cla-ent-end a {
	text-decoration:underline;
}
.cla-ent-end a:hover {
	text-decoration:none;
}
.entry-f-wrap {
	    max-width: 860px;
    margin: 0 auto;
}
.entry-f-ttl {
	font-size: 2.4rem;
    font-weight: bold;
    border-bottom: 2px solid #1C4E9D;
    margin-bottom: 30px;
}
.confirm-top {
	text-align:center;
}
.career-list-archive-btm {
    text-align:center;
    margin-bottom:10rem;
}
.career-list-archive-btm .ttl {
    font-size:1.8rem;
}
.career-list-archive-btm a {
    text-decoration:underline;
    color:#1B6DB5;
}
.career-list-archive-btm a:hover {
    text-decoration:none;
}
@media screen and (min-width:600px) {
	.cla-detail-btn,
	.cla-entry-btn a,
	.cla-entry-submit input  {
		transition:opacity .3s;
	}
	.cla-detail-btn:hover,
	.cla-entry-btn a:hover,
	.cla-entry-submit input:hover {
		opacity:.7;
	}
	
}
@media screen and (max-width:599px) {
  .page-careerlist-single {
    padding-top:80px;
  }
  .section-top {
    padding-top:90px;
  }
  .section-ttl {
    padding: 0px 0 40px;
    font-size:3.2rem;
  }
  .h3-ttl {
    margin-bottom: 40px;
  }
  .cla-ttl {
    padding: 15px 110px 15px 20px;
  }
  .cla-detail-btn {
    width: 100px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #003A88;
    background: #fff;
    border-radius: 25px;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
  }
  .cla-info {
    flex-direction: column;
    font-size:1.4rem;
  }
  .cla-info-ttl {
    flex: 0 0 auto;
    min-width: 100%;
    padding: 5px 15px 5px 20px;
    justify-content: flex-start;
  }
  .cla-info-txt {
    padding: 15px 15px 15px 20px;
  }
  .cla-s {
    flex-direction: column;
  }
  .cla-s-ttl {
    flex: 0 0 100%;
    justify-content: flex-start;
  }
  .cla-s-txt {
    padding: 15px 10px 15px 15px;
  }
  .section-ttl-sub {
    padding: 2.5rem 0 1.5rem;
  }
  .cla-ent {
    flex-direction: column;
    align-items: flex-start;
  }
  .cla-ent-ttl {
    padding: 15px 0 5px;
    flex: 0 0 100%;
    font-weight: bold;
  }
  .cla-ent-txt {
    width: 100%;
    padding:5px 0 15px;
  }
	.select-wrap .select-txt {
    padding: 0 10px;
	}
  .birth-select .select-box.fm-y {
    width:100px;
  }
  .birth-select .select-box {
    width:80px;
  }
  .select-wrap.term-select {
    flex-direction: column;
    align-items: flex-start;
  }
  .select-wrap.term-select .sp-line:first-child {
    margin-bottom: 10px;
  }
  label.radio {
    font-size:1.8rem;
  }
	.form-style input[type="text"], .form-style input[type="email"] {
    width: 100%;
	}
	.cla-entry-submit,
	.cla-entry-back,
	.cla-entry-btn a {
    height: 58px;
	}
	.confirm-top {
	text-align:left;
	}
	.career-list-archive-btm {
    text-align:left;
    }
    .career-list-archive-btm .ttl {
    font-size: 1.7rem;
    }
}
@media screen and (max-width:340px) {
	.cla-detail-btn {
		width: 84px;
	}
}

.formError{z-index:99}.formError .formErrorContent{z-index:2}.formError .formErrorArrow{z-index:3}.ui-dialog .formError{z-index:5000}.ui-dialog .formError .formErrorContent{z-index:5001}.ui-dialog .formError .formErrorArrow{z-index:5006}.inputContainer{position:relative;float:left}.formError{position:absolute;top:300px;left:300px;display:block;cursor:pointer;text-align:left}.formError.inline{position:relative;top:0;left:0;display:inline-block}.ajaxSubmit{padding:20px;background:#55ea55;border:1px solid #999;display:none}.formError .formErrorContent{width:100%;background:#c00;position:relative;color:#fff;min-width:120px;font-size:12px;font-weight:700;padding:4px 10px 4px 10px;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;-o-border-radius:6px}.formError.inline .formErrorContent{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;-o-box-shadow:none;border:none;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-o-border-radius:0}.greenPopup .formErrorContent{background:#33be40}.blackPopup .formErrorContent{background:#393939;color:#fff}.formError .formErrorArrow{width:15px;margin:-2px 0 0 13px;position:relative}body.rtl .formError .formErrorArrow,body[dir=rtl] .formError .formErrorArrow{margin:-2px 13px 0 0}.formError .formErrorArrowBottom{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;-o-box-shadow:none;margin:0 0 0 12px;top:2px}.formError .formErrorArrow div{font-size:0;height:1px;background:#c00;margin:0 auto;line-height:0;font-size:0;display:block}.formError .formErrorArrowBottom div{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;-o-box-shadow:none}.greenPopup .formErrorArrow div{background:#33be40}.blackPopup .formErrorArrow div{background:#393939;color:#fff}.formError .formErrorArrow .line10{width:13px;border:none}.formError .formErrorArrow .line9{width:11px;border:none}.formError .formErrorArrow .line8{width:11px}.formError .formErrorArrow .line7{width:9px}.formError .formErrorArrow .line6{width:7px}.formError .formErrorArrow .line5{width:5px}.formError .formErrorArrow .line4{width:3px}.formError .formErrorArrow .line3{width:1px;border-left:2px solid #ddd;border-right:2px solid #ddd;border-bottom:0 solid #ddd}.formError .formErrorArrow .line2{width:3px;border:none;background:#ddd}.formError .formErrorArrow .line1{width:1px;border:none;background:#ddd}.formError.inline{margin:5px!important}

#powered_by_me {
  display: none;
}
