@charset "UTF-8";
@media screen and (max-width: 750px) {
  .on_pc {
    display: none !important;
  }
}

@media screen and (min-width: 751px) {
  .on_sp {
    display: none !important;
  }
}

.add_inner {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
}

.add_small_inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.add_flex,
.media {
  display: flex;
}

.img100p img {
  width: 100%;
  height: auto;
}

.cb_content .header_desc01 {
  width: 90%;
  max-width: 1200px;
}

.add_box {
  margin-bottom: 120px;
  padding: 150px 60px;
  background: #f3f3f3;
}

@media screen and (max-width: 750px) {
  .add_box {
    margin-bottom: 50px;
    padding: 60px 5%;
  }
}

.add_box .cb_header {
  margin-bottom: 40px;
  color: #1c2a8f;
}

.add_box .desc {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 2.8;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .add_box .desc {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 2.4;
  }
}

.add_img {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 10px;
  border-radius: 12px;
}

@media screen and (max-width: 750px) {
  .add_img {
    padding-top: 0;
  }
}

.add_img a {
  display: block;
  transition: all .2s linear;
}

.add_img a:hover {
  transform: scale(1.06);
}

.add_img .btn_link05 {
  transform-origin: 49.95474294% 16.46702403%;
}

.add_img .btn_link04 {
  transform-origin: 49.95474294% 29.55885397%;
}

.add_img .btn_link01 {
  transform-origin: 16.47356988% 55.37892791%;
}

.add_img .btn_link06 {
  transform-origin: 49.95474294% 56.9038817%;
}

.add_img .btn_link02 {
  transform-origin: 83.52643012% 55.37892791%;
}

.add_img .btn_link03 {
  transform-origin: 83.52643012% 71.55268022%;
}

#interview_content_builder {
  padding-top: 80px;
}

.interview_free_space {
  margin: -50px 0 20px !important;
  margin-bottom: 0 !important;
}

#interview_header_inner .catch .parent {
  padding: 10px;
  font-size: 16px;
}

.tac {
  text-align: center;
}

.tac > div {
  display: inline-block;
}

.tac > div * {
  text-align: left;
}

.rec_interview_single_cont,
.rec_occupation_cont {
  font-size: 20px;
  font-family: Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

@media screen and (max-width: 750px) {
  .rec_interview_single_cont,
  .rec_occupation_cont {
    font-size: 14px;
  }
}

.rec_interview_single_cont .rec_intro p,
.rec_occupation_cont .rec_intro p {
  line-height: 2;
  text-align: left;
}

.rec_intro01 + .img100p {
  margin-top: 10px;
}

.rec_intro02 {
  position: relative;
  margin-top: -120px;
  padding: 60px 60px 0;
  box-sizing: border-box;
  background: #fff;
}

@media screen and (max-width: 750px) {
  .rec_intro02 {
    margin-top: -35px;
    padding: 30px 30px 0;
  }
}

.rec_schedule {
  padding: 80px 0;
  background: #f4f6fb url(../img/grid.svg) center;
  background-size: 20px, 20px;
  background-attachment: fixed;
}

@media screen and (max-width: 750px) {
  .rec_schedule {
    padding: 40px 0;
  }
}

.rec_schedule h3 {
  margin-bottom: 60px;
  color: #555;
  font-size: 36px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .rec_schedule h3 {
    margin-bottom: 30px;
    font-size: 24px;
  }
}

.tac_ttl {
  margin-bottom: 30px;
  color: #555;
  font-size: 36px;
  line-height: 2;
  text-align: center !important;
}

@media screen and (max-width: 750px) {
  .tac_ttl {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.5;
  }
}

.rec_schedule_timeline {
  position: relative;
  padding: 30px 0;
  font-size: 20px;
  text-align: center;
}

.rec_schedule_timeline::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background: #364086;
  background: #ccc;
  background: rgba(54, 64, 134, .3);
  content: "";
}

.rec_schedule_timeline > * {
  position: relative;
}

.rec_schedule_timeline dt,
.rec_schedule_timeline dd {
  position: relative;
}

.rec_schedule_timeline dt::before,
.rec_schedule_timeline dd::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 100%;
  background: #f4f6fb;
  content: "";
}

.rec_schedule_timeline dt span,
.rec_schedule_timeline dd span {
  position: relative;
}

.rec_schedule_timeline dt {
  display: inline-block;
  padding: 10px 15px;
  border-top: 4px solid #364086;
  border-bottom: 4px solid #364086;
  color: #364086;
  font-weight: 700;
  font-size: 1.5em;
}

@media screen and (max-width: 750px) {
  .rec_schedule_timeline dt {
    font-size: 1.2em;
  }
}

.rec_schedule_timeline dt span span {
  font-size: .5em;
}

.rec_schedule_timeline dd {
  margin: 20px 0;
  padding: 15px 0;
  line-height: 1.75;
}

@media screen and (max-width: 750px) {
  .rec_schedule_timeline dd {
    padding: 15px 5%;
    line-height: 1.5;
  }
}

.rec_schedule_timeline dd span {
  color: #555;
  font-weight: 700;
  font-size: 1.2em;
}

@media screen and (max-width: 750px) {
  .rec_schedule_timeline dd span {
    font-size: .9em;
  }
}

.rec_schedule_timeline li {
  line-height: 0;
}

.rec_schedule_timeline img {
  width: 100%;
}

.rec_after_schedule {
  padding: 60px 0;
  font-size: 20px;
  line-height: 2.5;
}

@media screen and (max-width: 750px) {
  .rec_after_schedule {
    padding: 30px 0;
    font-size: 14px;
    line-height: 2;
  }
}

.rec_after_schedule .img100p {
  margin-top: 60px;
}

@media screen and (max-width: 750px) {
  .rec_after_schedule .img100p {
    margin-top: 30px;
  }
}

.rec_after_schedule .rec_outro02 {
  position: relative;
  margin-top: -120px;
  padding: 60px 120px 30px;
  box-sizing: border-box;
  background: #fff;
}

@media screen and (max-width: 750px) {
  .rec_after_schedule .rec_outro02 {
    margin-top: -35px;
    padding: 30px;
  }
  .rec_after_schedule .rec_outro02 .tac_ttl {
    font-size: 18px;
  }
}

.rec_after_schedule .rec_outro03 {
  align-items: center;
  margin-top: 30px;
}

@media screen and (max-width: 750px) {
  .rec_after_schedule .rec_outro03 {
    flex-direction: column;
    margin-top: 0;
  }
}

.rec_after_schedule .rec_outro03 .img {
  flex: 1;
}

.rec_after_schedule .rec_outro03 .img img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 750px) {
  .rec_after_schedule .rec_outro03 .img img {
    max-width: 330px;
  }
}

.rec_after_schedule .rec_outro03 .tx {
  flex: 1.5;
  margin-left: -60px;
  padding: 60px 70px;
  box-shadow: 0 .75vw 2vw rgba(54, 64, 134, .2);
  background: #f9fafd url(../img/grid.svg) center;
  background-size: 20px, 20px;
}

@media screen and (max-width: 750px) {
  .rec_after_schedule .rec_outro03 .tx {
    width: 90%;
    margin: -35px auto 0;
    padding: 20px 30px;
    box-sizing: border-box;
  }
}

.rec_btn {
  justify-content: center;
  margin-bottom: 120px;
}

@media screen and (max-width: 750px) {
  .rec_btn {
    flex-direction: column;
    align-items: center;
    margin: 10px 0 90px;
  }
}

.rec_btn li {
  margin: 0 10px;
}

@media screen and (max-width: 750px) {
  .rec_btn li {
    width: 90%;
    max-width: 420px;
    margin: 0;
  }
  .rec_btn li + li {
    margin-top: 10px;
  }
}

.rec_btn a {
  display: block;
  padding: 1.8em 3em;
  background: #2b4691 !important;
  color: #fff !important;
  font-size: 20px;
}

@media screen and (max-width: 750px) {
  .rec_btn a {
    width: 100%;
    padding: 1em;
    font-size: 16px;
  }
}

.rec_btn a:hover {
  color: #192955 !important;
}

.rec_btn a::before {
  background: #fff !important;
}

.rec_occupation_cont .rec_intro {
  padding: 70px 0 60px;
}

@media screen and (max-width: 750px) {
  .rec_occupation_cont .rec_intro {
    padding: 30px 0;
  }
}

.rec_occupation_cont .media {
  align-items: center;
  width: 100%;
  max-width: 1340px;
  margin: 60px auto 0;
}

@media screen and (max-width: 750px) {
  .rec_occupation_cont .media {
    flex-direction: column;
    margin-top: 30px;
  }
}

.rec_occupation_cont .media p {
  line-height: 2.5;
}

.rec_occupation_cont .media_img {
  position: relative;
  width: 40%;
  line-height: 0;
}

@media screen and (max-width: 750px) {
  .rec_occupation_cont .media_img {
    width: 100%;
    max-width: 330px;
  }
}

.rec_occupation_cont .media_img::before {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
  background: rgba(28, 42, 143, .05);
  content: "";
}

@media screen and (max-width: 750px) {
  .rec_occupation_cont .media_img::before {
    top: 10px;
    left: 10px;
  }
}

.rec_occupation_cont .media_img img {
  position: relative;
  width: 100%;
}

.rec_occupation_cont .media_tx {
  flex: 1;
  margin-left: 80px;
}

@media screen and (max-width: 750px) {
  .rec_occupation_cont .media_tx {
    margin: 40px 0 0;
  }
}

.rec_occupation_cont .media_tx p + p {
  margin-top: 2.5em;
}

.rec_occupation_cont .reverse {
  flex-direction: row-reverse;
}

@media screen and (max-width: 750px) {
  .rec_occupation_cont .reverse {
    flex-direction: column;
  }
}

.rec_occupation_cont .reverse .media_tx {
  margin: 0 80px 0 0;
}

@media screen and (max-width: 750px) {
  .rec_occupation_cont .reverse .media_tx {
    margin: 40px 0 0;
  }
}

#rec_link_in_page {
  margin-bottom: 80px;
}

@media screen and (max-width: 750px) {
  #rec_link_in_page {
    margin-bottom: 50px;
    padding: 0 5%;
  }
}

#rec_link_in_page ul {
  justify-content: center;
}

@media screen and (max-width: 899px) {
  #rec_link_in_page ul {
    flex-wrap: wrap;
  }
}

#rec_link_in_page li {
  margin: 0 1px;
}

@media screen and (max-width: 899px) {
  #rec_link_in_page li {
    margin: 0 3px 6px 3px;
  }
}

#rec_link_in_page a {
  display: block;
  padding: 15px 50px 15px 30px;
}

@media screen and (max-width: 750px) {
  #rec_link_in_page a {
    padding: 8px 30px 8px 15px;
  }
}

#rec_link_in_page a:hover::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

#rec_link_in_page a::after {
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
  transform: rotate(135deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #1c2a8f;
  border-right: 2px solid #1c2a8f;
  content: "";
  transition: all .2s linear;
}

@media screen and (max-width: 750px) {
  #rec_link_in_page a::after {
    right: 12px;
    width: 5px;
    height: 5px;
  }
}

.rec_occupation_list header {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1c2a8f;
}

.rec_occupation_list header img {
  opacity: .8;
  width: 100%;
}

.rec_occupation_list header h3 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -60px;
  padding: 1em 2em;
  background: #1c2a8f;
  color: #fff;
  font-size: 36px;
  letter-spacing: .1em;
}

@media screen and (max-width: 750px) {
  .rec_occupation_list header h3 {
    margin-top: -15px;
    padding: .5em 1em;
    font-size: 24px;
  }
}

.rec_occupation_list .imgs li {
  flex: 1;
}

.rec_occupation_list .imgs img {
  width: 100%;
}

.rec_occupation_outline .add_inner {
  padding: 70px 0 80px;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .rec_occupation_outline .add_inner {
    padding: 30px 0;
  }
}

.rec_occupation_outline .add_inner:first-of-type {
  position: relative;
  margin-top: -120px;
  background: #fff;
}

@media screen and (max-width: 750px) {
  .rec_occupation_outline .add_inner:first-of-type {
    margin-top: -35px;
  }
}

.rec_occupation_outline .intro p {
  padding: 0 120px;
  line-height: 2.4;
}

@media screen and (max-width: 750px) {
  .rec_occupation_outline .intro p {
    padding: 0;
  }
}

.rec_occupation_outline h4 {
  margin-bottom: 1.5em;
  color: #555;
  font-size: 30px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .rec_occupation_outline h4 {
    margin-bottom: .5em;
    font-size: 18px;
    line-height: 1.75;
  }
}

.rec_occupation_outline .desc {
  line-height: 2.5;
}

.rec_occupation_outline .imgs {
  background: #1c2a8f;
  line-height: 0;
}

.rec_occupation_outline .imgs img {
  opacity: .8;
}

.rec_occupation_about {
  padding: 70px 0;
  background: #f4f6fb url(../img/grid.svg) center;
  background-size: 20px, 20px;
  background-attachment: fixed;
  color: #1c2a8f;
}

@media screen and (max-width: 750px) {
  .rec_occupation_about {
    padding: 40px 0 60px;
  }
}

.rec_occupation_about .add_inner {
  flex-direction: column;
  align-items: center;
  padding: 0 120px;
  box-sizing: border-box;
}

@media screen and (max-width: 1199px) {
  .rec_occupation_about .add_inner {
    padding: 0;
  }
}

.rec_occupation_other dl {
  flex-direction: column;
  align-items: center;
}

.rec_occupation_other dl + dl {
  margin-left: 60px;
}

.rec_occupation_other dt {
  display: inline-block;
  margin-bottom: 1em;
  padding-bottom: .5em;
  border-bottom: 4px solid #1c2a8f;
  font-weight: 700;
  font-size: 1.2em;
}

.rec_occupation_other dd {
  font-weight: 700;
  font-size: 1.5em;
}

.rec_occupation_other dd span {
  font-size: 2em;
}

.rec_occupation_more {
  width: 100%;
}

.rec_occupation_more .banner {
  justify-content: center;
  align-items: center;
  margin-top: 70px;
}

@media screen and (max-width: 750px) {
  .rec_occupation_more .banner {
    flex-direction: column;
    margin-top: 30px;
  }
}

.rec_occupation_more .interview .ttl {
  position: relative;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 4px;
  background: #1c2a8f;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}

.rec_occupation_more .interview .ttl::before {
  position: absolute;
  bottom: -20px;
  left: calc(50% - 10px);
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #1c2a8f;
  content: "";
}

.rec_occupation_more .interview ul {
  flex-wrap: wrap;
  justify-content: center;
  max-width: 450px;
}

.rec_occupation_more .interview li {
  width: 120px;
  height: 120px;
  margin: 0 10px 10px 10px;
}

@media screen and (max-width: 750px) {
  .rec_occupation_more .interview li {
    width: 90px;
    height: 90px;
  }
}

.rec_occupation_more .interview a {
  display: block;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 120px;
}

@media screen and (max-width: 750px) {
  .rec_occupation_more .interview a {
    width: 90px;
    height: 90px;
  }
}

.rec_occupation_more .interview a:hover img {
  transform: scale(1.2);
}

.rec_occupation_more .interview br {
  display: none;
}

.rec_occupation_more .interview img {
  width: 100%;
  height: 100%;
  transition: all .75s ease;
}

.rec_occupation_more .recruiting {
  margin-left: 70px;
}

@media screen and (max-width: 750px) {
  .rec_occupation_more .recruiting {
    margin: 30px 0 0;
  }
}

.rec_occupation_more .recruiting a {
  align-items: center;
  background: #fff;
  color: #1c2a8f;
  transition: all .75s ease;
}

.rec_occupation_more .recruiting a:hover {
  background: #1c2a8f;
  color: #fff;
}

.rec_occupation_more .recruiting a:hover img {
  transform: scale(1.2);
}

.rec_occupation_more .recruiting p:empty {
  display: none;
}

.rec_occupation_more .recruiting .img {
  width: 120px;
  height: 120px;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .rec_occupation_more .recruiting .img {
    width: 80px;
    height: 80px;
  }
}

.rec_occupation_more .recruiting img {
  width: 100%;
  transition: all .75s ease;
}

.rec_occupation_more .recruiting .tx {
  padding: 0 1em;
  line-height: 1.5;
}

.rec_company_cont {
  font-size: 20px;
}

@media screen and (max-width: 750px) {
  .rec_company_cont {
    font-size: 14px;
  }
}

.rec_company_cont .main_headline {
  margin: 0 0 75px 0;
}

@media screen and (max-width: 750px) {
  .rec_company_cont .main_headline {
    margin-bottom: 25px;
  }
}

.rec_company_cont .main_headline h2 {
  color: #1c2a8f;
  font-weight: 600;
  font-size: 48px;
}

@media screen and (max-width: 750px) {
  .rec_company_cont .main_headline h2 {
    font-size: 28px;
  }
}

.rec_company_cont .main_headline .sub_title {
  color: #1c2a8f;
  font-size: 16px;
}

@media screen and (max-width: 750px) {
  .rec_company_cont .main_headline .sub_title {
    font-size: 13px;
  }
}

.rec_company_cont .image_header {
  height: 700px;
}

@media screen and (max-width: 750px) {
  .rec_company_cont .image_header {
    width: 100%;
    height: 50vw;
    margin: 0;
  }
}

.rec_company_cont .headline {
  font-size: 26px;
}

@media screen and (max-width: 750px) {
  .rec_company_cont .headline {
    font-size: 18px;
  }
}

.rec_company_cont .image_header .title_area {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: transparent;
}

@media screen and (max-width: 750px) {
  .rec_company_cont .image_header .title_area {
    display: flex;
    align-items: center;
    height: 60px;
    padding-top: 15px;
    background: #fff;
    line-height: 1.4;
  }
}

.rec_company_cont .image_header .title_area span {
  display: block;
  position: absolute;
  left: 0;
  min-width: 270px;
  padding: 0 40px;
  background: #fff;
}

@media screen and (max-width: 750px) {
  .rec_company_cont .image_header .title_area span {
    width: 100%;
    min-width: 0;
    padding: 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 750px) {
  .rec_company_cont .desc {
    margin: 10px 0 0 !important;
  }
}

#child_lp_page88 {
  padding-top: 20px;
}

@media screen and (max-width: 750px) {
  #child_lp_page88 {
    padding-top: 0;
  }
}
/*# sourceMappingURL=style.css.map */

a.btn_22 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 120px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #27acd9;
	background-image: linear-gradient(to right, #27acd9 0%, #b4e12b 100%);
	color: #fff;
	border-radius: 5px;
	transition: 0.5s;
	animation: move_d 2s infinite;
	box-shadow: 0 5px 0 rgb(6, 134, 178, 1);
	position: relative;
}
@keyframes move_d {
    0% {box-shadow: 0 5px 0 rgb(6, 134, 178, 1); top: 0px;}
    10% {box-shadow: 0 0 0 rgb(6, 134, 178, 1); top: 5px;}
    20% {box-shadow: 0 5px 0 rgb(6, 134, 178, 1); top: 0px;}
    30% {box-shadow: 0 0 0 rgb(6, 134, 178, 1); top: 5px;}
    40% {box-shadow: 0 5px 0 rgb(6, 134, 178, 1); top: 0px;}
}
a.btn_22:hover {
	color: #27acd9;
	background: #fff;
	border: 2px solid #0686b2;
}
