.page_topbar_type1 {
  background-color: #EDF0F4;
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 3px, transparent 0, transparent 6px);
  padding: 60px 1rem; }

.topbar_box .topbar_ttl > div {
  text-align: center;
  margin-bottom: .5rem; }
  .topbar_box .topbar_ttl > div small {
    color: #004E98;
    font-weight: bold;
    font-style: italic; }
.topbar_box .topbar_ttl h2 {
  color: #004E98;
  text-align: center;
  font-weight: bold;
  padding-bottom: .2em; }
.topbar_box .topbar_text {
  margin: 40px 0 0; }
  .topbar_box .topbar_text p {
    text-align: center; }

.regist .page_topbar_type1 {
  padding: 30px 1rem; }

.regist .topbar_box .topbar_ttl > div {
  margin-bottom: .5rem; }
.regist .topbar_box .topbar_ttl h2 {
  padding-bottom: 0; }
.regist .topbar_box .topbar_text {
  margin: 16px 0 0; }
  .regist .topbar_box .topbar_text p {
    text-align: center; }

.regist .mb-5 {
  margin-bottom: 1.6rem !important; }

.regist .form_wrap {
  padding-top: 24px; }

.section_form_application {
  margin-bottom: 120px; }

.secbar {
  background-color: #004E98;
  color: #FFFFFF; }
  .secbar h4 {
    text-align: center;
    padding: 1rem 1rem; }

.form_wrap {
  max-width: 768px;
  margin: 0 auto;
  padding: 60px 0; }
  .form_wrap .form-label {
    display: flex;
    align-items: center;
		margin-bottom: .3rem;
    font-weight: bold; }
    .form_wrap .form-label .requ {
      font-size: .7rem;
      font-weight: normal;
      background-color: #E24649;
      color: #FFFFFF;
      padding: .1em .4em 0;
      border-radius: 4px;
      margin-left: 1rem;
      line-height: 1.6; }
    .form_wrap .form-label .any {
      font-size: .7rem;
      font-weight: normal;
      background-color: #099885;
      color: #FFFFFF;
      padding: .1em .4em 0;
      border-radius: 4px;
      margin-left: 1rem;
      line-height: 1.6; }
  .form_wrap textarea {
    width: 100%;
    padding: 1rem; }
    .form_wrap textarea#privacy_policy {
      font-size: 14px; }
  .form_wrap .btn_row {
    display: flex;
    justify-content: center;
    align-items: center; }
  .form_wrap .btn-orange {
    background-color: #EF9300;
    color: #FFFFFF;
    padding: 0.375rem 2rem;
    margin: 0 .75rem; }
  .form_wrap .btn-secondary {
    padding: 0.375rem 2rem;
    margin: 0 .75rem; }
  .form_wrap .btn-green {
    background-color: #0A9D91;
    padding: 0.375rem 2rem;
    margin: 0 .75rem;
    color: #FFFFFF; }
    .form_wrap .btn-green:hover {
      background-color: #068F84; }
  .form_wrap table.tbl_confirm {
    width: 100%; }
    .form_wrap table.tbl_confirm tr {
      border-bottom: solid 1px #DDDDDD; }
      .form_wrap table.tbl_confirm tr td {
        padding: 1rem; }
        .form_wrap table.tbl_confirm tr td:first-child {
          width: 40%;
          font-weight: bold;
          color: #004E98; }

.checkbox_pond {
  background-color: #EDF0F4;
  padding: 1.2rem 1.5rem 0;
  border-radius: 10px; }
  .checkbox_pond label {
    margin: 0 2rem 1.2rem 0; }

span#web_meet {
  color: #E24649;
  font-size: 1.2rem;
  font-weight: bold;
  padding: .5rem 1.8rem;
  background-color: #FFFFFF;
  border: solid 2px #E24649;
  border-radius: 1.5em;
  margin-bottom: 4px;
	display: inline-block; }

.regist span#web_meet {
  font-size: 0.9rem;
  padding: .4rem 1.5rem .2rem; }

@media (max-width: 767px) {
  .page_topbar_type1 {
    padding: 30px 1rem; }

  .topbar_box .topbar_text p {
    text-align: left; }

  .form_wrap table.tbl_confirm tr td {
    display: block; }
    .form_wrap table.tbl_confirm tr td:first-child {
      width: 100%; } }

/*# sourceMappingURL=style_regist.css.map */

/*無料転職相談改修20220823*/
.page_top_cj {}
.page_top_cj__text {
	margin-top: 30px;
}
.page_top_cj__text p {
	font-weight: bold;
	text-align: center;
	line-height: 1.875;
}
.page_top_cj__text p span {
	background:linear-gradient(transparent 60%, #FDDBE2 60%);
}
.formTitle .container {
	background-color: #085246;
	max-width: 768px;
	margin: 45px auto 0;
	padding: 15px;
	position: relative;
}
.formTitle .container::after {
	content: url("../img/arrowDown.svg");
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 14px;
	height: 7px;
}
.formTitle .container p {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.formTitle .container p span {
	font-size: 16px;
}
.step {
	margin: 30px auto 0;
}
.step .container {
	width: 100%;
	max-width: 792px;
}
.step ul {
	display: flex;
	justify-content: space-between;
}
.step ul li {
	position: relative;
}
.step ul li::after {
	content: url(https://www.oreyume.com/kyujin/img/arrowR.svg);
	display: inline-block;
	width: 14px;
	height: 30px;
	position: absolute;
	top: 50%;
	right: -25px;
	transform: translateY(-50%);
}
.step ul li:last-child::after {
	display: none;
}
.step .step_box {
	width: 230px;
	box-shadow: 0 2.66px 5.66px rgba(110, 136, 130, .10);
	height: 100%;
}
.step_box__header {
	background-color: #089E85;
	height: 30px;
	position: relative;
}
.step_box__header span {
	color: rgba(255,255,255,0.50);
	position: absolute;
	left: 0;
	bottom: -4px;
	font-size: 25px;
	font-weight: bold;
	line-height: 1;
}
.step_box__content {
	padding: 10px 14px 20px;
	border: solid 1px #E4E8ED;
	height: calc(100% - 30px);
}
.step_box__content .sb_title {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: .08em;
	line-height: 1.8;
	color: #085246;
	text-align: center;
	margin-bottom: 0;
}
.step_box__content .sb_text {
	font-size: 14px;
	letter-spacing: .02em;
	line-height: 1.64;
}
@media (max-width: 792px) {
	.step .container {
		width: 100%;
		overflow-x: scroll;
		/*IE(Internet Explorer)・Microsoft Edgeへの対応*/
		-ms-overflow-style: none;
		/*Firefoxへの対応*/
		scrollbar-width: none;
	}
	.step .container::-webkit-scrollbar{
		display: none;
	}
	.step .container ul {
		width: 750px;
	}
}
@media (max-width: 767px) {
	.page_top_cj__text {
		margin-top: 30px;
	}
	.page_top_cj__text p {
		text-align: left;
		line-height: 1.78;
	}
	.formTitle {
		padding: 0 .75rem;
	}
.formTitle .container p {
	font-size: 16px;
	margin-bottom: 17px;
}
.formTitle .container p span {
	font-size: 14px;
}
.formTitle .container::after {
	bottom: 20px;
	width: 12px;
	height: 6px;
}
	
}


/* 無料転職相談改修20221111 */
.reserve_link_bnt {
	background-color: #ee9300;
    border-radius: 4px;
    color: #fff!important;
    display: block;
    font-weight: 700;
    font-size: 1.125rem;
    padding: 15px 40px;
    max-width: 300px;
    margin: 20px auto 30px;
    text-align: center;
}

.reserve_link_bnt:hover {
	background-color: #E17603;
    transition: .3s;
}

@media (max-width: 792px) {
	.step .container .step_list {
		display: block;
		width: auto;
		margin-bottom: 0;
	}
	
	.step .step_list .step_box {
		margin-bottom: 40px;
		width: 100%;
	}
	
	.step .step_list li:last-child .step_box {
		margin-bottom: 0;
	}
	
	.step .step_list li::after {
		content: url(https://www.oreyume.com/kyujin/img/arrowD.svg);
		top: auto;
		right: 47%;
		transform: translateY(-100%);
		width: 30px;
	}
	
	.step_list .step_box__content {
		padding: 10px 14px;
	}
	
	.step_list .step_box__content .sb_text {
		display: none;
	}
}


/* 無料WEB登録フォーム改修20221205 */
.regist_bnt {
	background-color: #ee9300;
    border-radius: 4px;
    color: #fff!important;
    display: block;
    font-weight: 700;
    font-size: 1.25rem;
    padding: 20px 40px 22px;
    max-width: 360px;
    margin: 30px auto;
    text-align: center;
	letter-spacing: 1.2px;
	position: relative;
}

.regist_bnt::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	line-height: 1;
	width: 0.6em;
	height: 0.6em;
	border: 0.18em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(135deg);
	position: absolute;
	bottom: 0.4em;
	left: 50%;
}

.step_box {
    margin: 0 auto 30px;
    max-width: 792px;
	width: 100%;
}

.step_box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.step_box ul li {
	width: 31.5%;
	position: relative;
}

.step_box ul li::after {
	content: "";
    position: absolute;
    top: 50%;
    left: 256px;
    transform: translateY(-50%);
    border: 10px solid transparent;
    border-left: 10px solid #025098; 
}

.step_box ul li:last-child::after {
	display: none;
}

.step_box .step_inner {
	border: 2px solid #014E98;
	padding: 16px 0 10px;
	height: 100%;
}

.step_box .inner_ttl {
	background-color: #014f98;
	border-radius: 20px;
	color: #fff;
	font-weight: 700;
	font-size: 1.2rem;
	text-align: center;
	margin: 0 auto 16px;
	width: 150px;
}

.step_box .inner_txt h4 {
	color: #014E98;
	font-size: 1.2rem;
	font-weight: 700;
	text-align: center;
}

.step_box .inner_txt p {
	font-size: 0.875rem;
    line-height: 1.8;
	margin: 0;
	padding: 0 16px;
}

.ttl_st {
	font-size: 1.25rem;
    font-weight: 600;
}

@media (max-width: 792px) {
	.regist_bnt {
		font-size: 1.125rem;
		padding: 18px 0;
		margin: 25px auto;
	}
	
	.step_box {
		margin: 0 auto;
	}
	
	.step_box ul li {
		margin: 0 40px 20px;
		width: 100%;
	}
		
	.step_box .inner_txt p {
		display: none;
	}
	
	.step_box ul li::after {
		content: "";
		position: absolute;
		top: 89px;
		left: 48%;
		border: 10px solid transparent;
		border-top: 10px solid #025098; 
	}
	
	.step_box .step_inner {
		padding: 8px 0;
	}
	
	.step_box .inner_ttl {
		font-size: 1rem;
		margin: 0 auto 8px;
	}
	
	.step_box .inner_txt h4 {
		margin: 0;
		font-size: 1.1rem;
	}
}



.regist a#detail_link {
	position: relative;
	display: inline-block;
	color: #07b53b;
	font-size: 1rem;
	font-weight: bold;
	padding: .8rem 3rem .8rem 2rem;
	background-color: #FFFFFF;
	border: solid 2px #07b53b;
	border-radius: 6px;
	margin-bottom: 1rem;
	letter-spacing: 0.6px;
}
.regist a#detail_link::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0,-50%);
	display: block;
	border-right: 7px solid transparent;
	border-top: 12px solid #07b53b;
	border-left: 7px solid transparent; 
}
.regist a#detail_link span {
	display: inline-block;
	font-size: 1.2rem;
	margin:0 2px;
}
.regist a#detail_link img.abs_icon {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-60%,-60%);
	display: block;
	width: 91px;
}

@media (max-width: 792px) {
	.regist a#detail_link {
		padding: .8rem 3rem;
		font-size: .9rem;
	}
	.regist a#detail_link span {
		display: block;
		font-size: 1.1rem;
		margin:0;
	}
	.regist a#detail_link::after {
		top: auto;
		bottom: 10px;
		right: 10px;
		transform: none;
	}
	.regist a#detail_link img.abs_icon {
		transform: translate(-30%,-64%);
	}
}


/* 20230303 LINE導線追加 */
.line_friend {
	background: #EDF4FE;
	padding: 60px 0;
}
.line_friend_inner {
	max-width: 768px;
	margin: 0 auto;
}
.line_friend_inner p {
	line-height: 1.75;
	letter-spacing: .6px;
}
.lead_box {
	margin-bottom: 32px;
	padding: 0 30px;
}
.lead_box h5 {
	margin-bottom: 20px;
	font-size: 21px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 1px;
}
.lead_box p {
	line-height: 2;
	text-align: center;
}
.lead_box p span {
	font-weight: 700;
}
.lead_box p span.line {
	display: inline-block;
	border-bottom: 2px solid #05b700;
	color: #05b700;
	font-size: 17px;
	line-height: 1.2;
	margin: 0 2px;
	padding: 0 2px;
}
.line_box {
	background: #fff;
	color: #333;
	border: 3px solid #05b700;
	margin-bottom: 22px;
	padding: 0 0 20px;
	border-radius: 6px;
}
.line_box h5 {
	background: #05b700;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 1px;
	margin: 0;
	padding: 18px 30px;
}
.line_box ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 16px;
	margin: 0;
	padding: 20px 20px 24px;
}
.line_box li {
	display: flex;
	align-items: center;
	gap: 10px;
	width: calc(50% - 8px);
	padding: 5px 12px;
	border-bottom: 1px solid #05b700;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .4px;
}
.line_box li span.num {
	color: #05b700;
	font-size: 21px;
	font-weight: 700;
	letter-spacing: 0;
}
.line_box a {
	display: block;
	width: 50%;
	max-width: 220px;
	min-width: 156px;
	margin: 0 auto;
	padding: 6px 20px;
	background: #05b700;
	border-radius: 6px;
	text-align: center;
}
.line_box img {
	width: 116px;
}
.annotation_box {
	padding: 0 20px;
}
.annotation_box h5 {
	color: #05b700;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .6px;
	margin-bottom: 6px;
}
.annotation_box p {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
}
@media (max-width: 767px) {
	.lead_box p {
		padding: 0 20px;
		text-align: justify;
	}
	.line_friend {
		padding: 48px 20px;
	}
	.lead_box {
		margin-bottom: 20px;
		padding: 0;
	}
	.line_box h5 {
		padding: 10px 20px;
		line-height: 1.5;
	}
	.line_box li {
		width: 100%;
	}
	.annotation_box {
		padding: 0 10px;
	}
}

/*無料転職相談改修20231110*/
.page_top_cj section.sec_cj {
  padding: 80px 0;
}
.page_top_cj section.sec_cj.bg_gray {
  background: #F8F8F8;
}
.page_top_cj section.sec_cj .container {
  max-width: 966px;
}
.page_top_cj section.sec_osusume {
  padding-top: 60px;
}
.page_top_cj h3 {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: .02em;
  color: #333333;
}
.page_top_cj h3 span.hl_blue {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 10px;
}
.sec_osusume h4 {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: .02em;
  color: #003282;
  margin-bottom: 30px;
}
.sec_osusume p {
  font-size: 16px;
  letter-spacing: .04em;
  line-height: 2;
}
.sec_osusume p strong {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  margin-top: 1em;
}
.sec_osusume p strong span {
  background:linear-gradient(transparent 60%, rgba(57,185,237,0.20) 60%);
}
.sec_osusume img {
  max-width: 305px;
  margin: auto;
}
.cj_btn_block {
  margin: 80px auto 0;
}
.cj_btn_block a {
  display: block;
  width: 400px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: .08em;
  line-height: 1.4;
  color: #FFFFFF;
  background: #FF9D10;
  border-radius: 6px;
  padding: 14px 10px 14px;
  transition: all .3s;
}
.cj_btn_block a:hover {
  transform: scale(1.02);
}
.cj_btn_block a span {
  font-size: 16px;
}
.cj_merit_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 37px;
}
.cj_merit_list li {
  width: calc((100% - 74px) / 3);
  border-radius: 0;
  border: 0;
}
.cj_merit_list li .point {
  text-align: center;
  margin: 7px auto 20px;
}
.cj_merit_list li .point span {
  display: inline-block;
  padding: 3.5px 0;
  border-top: solid 1px #003282;
  border-bottom: solid 1px #003282;
  font-size: 16px;
  font-weight: bold;
  color: #003282;
}
.cj_merit_list li .card-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.42;
  color: #333333;
  text-align: center;
  margin: 16px 0 12px;
  height: 2.9em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cj_merit_list li .cj_card_text p {
  font-size: 16px;
  line-height: 1.68;
}
.hl_blue {
  color: #003282;
  background:linear-gradient(transparent 60%, rgba(57,185,237,0.20) 60%);
  font-weight: bold;
}
.cj_step_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 63px;
  margin-bottom: 80px;
}
.cj_step_list li {
  width: calc((100% - 126px) / 3);
  border-radius: 0;
  border: solid 2px #003282;
  position: relative;
}
.cj_step_list li::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 14px solid #003282;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
}
.cj_step_list li:last-child::after {
  display: none;
}
.cj_step_list li .step {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .04em;
  line-height: 1;
  text-align: center;
  color: #003282;
  padding: .25em 1em;
  background: #FFFFFF;
  position: absolute;
  bottom: calc(100% - .75em);
  left: 50%;
  transform: translateX(-50%);
}
.cj_step_list li .card-title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .04em;
  text-align: center;
  padding: 9px 0 12px;
}
.cj_step_list li p {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.68;
  margin: 0;
}
.cj_voice_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 38px;
}
.cj_voice_list li {
  width: calc((100% - 76px) / 3);
  border-radius: 0;
  border: 0;
  background: #FFFFFF;
}
.cj_voice_list li .cj_card_img {
  text-align: center;
  padding: 30px 14px 0;
}
.cj_voice_list li .cj_card_img img {
  max-width: 76px;
  margin: 0 auto;
}
.cj_voice_list li .cj_card_img p {
  font-size: 14px;
  letter-spacing: .04em;
  line-height: 1;
  text-align: center;
  margin: 10px auto 0;
}
.cj_voice_list li .card-body {
  padding: 20px 30px 30px;
}
.cj_voice_list li p {
  font-size: 16px;
  letter-spacing: .04em;
  line-height: 1.68;
  margin: 0 auto 0;
}

.formTitle .container {
  background-color: #003282;
  max-width: 768px;
  margin: 80px auto 75px;
  padding: 24px 16px;
  position: relative;
}
.formTitle .container::after {
  bottom: 30px;
}
.formTitle .container p {
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .page_top_cj section.sec_osusume {
    padding-top: 40px;
  }
  .page_top_cj section.sec_voice,
  .page_top_cj section.sec_step,
  .page_top_cj section.sec_merit {
    padding: 40px 0 50px;
  }
  .page_top_cj h3 {
    font-size: 20px;
  }
  .sec_osusume h4 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .sec_osusume p {
    font-size: 14px;
  }
  .sec_osusume p strong {
    font-size: 15px;
  }
  .sec_osusume img {
    max-width: 255px;
  }
  .cj_btn_block a {
    width: 100%;
    max-width: 290px;
    font-size: 16px;
    padding: 10px;
    transition: all .3s;
  }
  .cj_btn_block a span {
    font-size: 12px;
  }
  .cj_voice_list,
  .cj_step_list,
  .cj_merit_list {
    gap: 30px 0;
    justify-content: center;
  }
  .cj_voice_list li,
  .cj_step_list li,
  .cj_merit_list li {
    width: 88%;
  }
  .cj_step_list {
    gap: 50px 0;
    margin-bottom: 50px;
  }
  .cj_step_list li::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 14px solid #003282;
    border-bottom: 0;
    position: absolute;
    top: calc(100% + 10px);
    right: 50%;
    transform: translateX(50%);
  }
  .cj_voice_list li .cj_card_img {
    padding: 20px 14px 0;
  }
  .cj_voice_list li .cj_card_img img {
    max-width: 75px;
  }
  .cj_voice_list li .card-body {
    padding: 20px 22px 20px;
  }
  .cj_voice_list li p {
    font-size: 14px;
    line-height: 1.92;
  }
}

/* 20240711_メルマガバナー */
.banner_wrapper{
	max-width: 600px;
	margin: 0px auto 50px;
	padding: 0 20px;
}
.banner_wrapper .banner{
	transition: .2s;
}
.banner_wrapper .banner:hover{
	opacity: .9;
}