@charset "UTF-8";
/*/////////// base ////////////*/
html {
  -webkit-text-size-adjust: 100%;
}

a {
  color: #000;
}

body {
  font-family: -apple-system, blinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 87.5%;
  line-height: 1.5em;
  color: #000;
  background: #ffffff none no-repeat 0 0 scroll;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

img {
  height: auto;
  vertical-align: bottom;
  max-width: 100%;
}

.img_w100 {
  width: 100%;
}

.f_en {
  font-family: "Arial Black";
}

.clearfix, .wrapper, .main_wrapper {
  *zoom: 1;
}

.clearfix:after, .wrapper:after, .main_wrapper:after {
  content: "";
  display: table;
  clear: both;
}

#page-top {
  position: fixed;
  z-index: 101;
  bottom: 20px;
  right: 20px;
  font-size: 400%;
}

#page-top a {
  background: #0059B2;
  text-decoration: none;
  color: #fff;
  padding: 0px 10px;
  text-align: center;
  display: block;
  border-radius: 5px;
  line-height: 1.0;
  box-sizing: border-box;
}

#page-top a:hover {
  text-decoration: none;
  background: #2772e2;
}

.common_btn {
  background: #000;
  width: 265px;
  display: block;
  margin: 0px auto;
  color: #fff;
  padding: 15px 0px 15px 55px;
  line-height: 1.0;
  box-sizing: border-box;
  text-decoration: none;
  transition: .5s all;
  position: relative;
}

.common_btn:before {
  content: "";
  position: absolute;
  top: 22px;
  left: 10px;
  height: 1px;
  background: #FFF;
  width: 32px;
  transition: .5s all;
}

.common_btn:hover:before {
  left: -20px;
}

.common_btn:hover {
  background: #0059B2;
}

.mr_0 {
  margin-right: 0px !important;
}

.mt_20 {
  margin-top: 20px;
}

.mt_40 {
  margin-top: 40px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_40 {
  margin-bottom: 40px;
}

strong {
  font-weight: 700;
  color: #0059B2;
}

.pc_none {
  display: none;
}

.center {
  text-align: center;
}

/*/////////// Modal ////////////*/
.iziModal img {
  width: 100%;
}

.modal_box {
  width: 100%;
  background: #0059B2;
  box-sizing: border-box;
  padding-bottom: 50px;
}

.modal_box .box {
  padding: 10px 30px;
}

.modal_box .ttl_box {
  display: flex;
  /* 子要素をflexboxで揃える */
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
  padding: 5px 30px;
}

.modal_box .ttl_box .sub_ttl {
  font-size: 140%;
  line-height: 1.3;
  padding: 10px 10px 0px 0px;
  color: #FFF;
}

.modal_box .ttl_box .sub_ttl span {
  font-size: 180%;
  font-weight: bold;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

.modal_box .ttl_box .modal_ttl {
  font-size: 130%;
  padding-left: 40px;
  position: relative;
  color: #FFF;
  margin-left: 10px;
  margin-bottom: 10px;
}

.modal_box .ttl_box .modal_ttl:before {
  content: "";
  height: 1px;
  width: 30px;
  background: #FFF;
  position: absolute;
  left: 0px;
  top: 10px;
}

.modal_box .lead {
  line-height: 1.5;
  margin-bottom: 10px;
  color: #FFF;
  padding: 5px 30px;
}

.modal_box .lead span {
  font-weight: 700;
}

.modal_box .point {
  color: #FFF;
  padding-bottom: 20px;
  text-align: center;
}

.modal_box .point .child {
  border: 1px solid #FFF;
  font-size: 114%;
  padding: 10px;
  text-align: left;
  display: inline-block;
}

.modal_box .point_list {
  color: #FFF;
  padding-bottom: 20px;
  border: 1px solid #FFF;
  padding: 10px;
  margin: 0px 30px;
}

.modal_box .point_list .sub_ttl {
  text-align: center;
  font-size: 114%;
  margin-bottom: 10px;
}

.modal_box .point_list ul li {
  margin-bottom: 5px;
  font-size: 100%;
}

.modal_box .point_list_dl {
  color: #FFF;
  padding-bottom: 20px;
  border: 1px solid #FFF;
  padding: 10px;
  margin: 0px 30px;
}

.modal_box .point_list_dl .sub_ttl {
  text-align: center;
  font-size: 114%;
  margin-bottom: 10px;
}

.modal_box .point_list_dl dl dt {
  margin-bottom: 5px;
  font-size: 100%;
}

.modal_box .point_list_dl dl dd {
  padding-left: 10px;
}

.modal_box .bottom_link {
  padding: 30px 30px 0px 30px;
  position: relative;
}

.modal_box .bottom_link .close {
  position: absolute;
  top: 150%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  color: #FFF;
  font-size: 140%;
  vertical-align: middle;
}

.modal_box .bottom_link .close span {
  font-size: 70%;
}

.modal_box .bottom_link .close a {
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}

.modal_box .bottom_link .prev {
  background: url(/wp-content/uploads/2019/06/recruit-pre.jpg) no-repeat;
  min-height: 32px;
  padding-left: 30px;
  page-top: 10px;
  float: left;
  cursor: pointer;
  color: #FFF;
}

.modal_box .bottom_link .prev a {
  display: block;
  color: #FFF;
  cursor: pointer;
}

.modal_box .bottom_link .next {
  background: url(/wp-content/uploads/2019/06/recruit-next.jpg) no-repeat;
  background-position: 40px 0px;
  min-height: 32px;
  padding-right: 30px;
  color: #FFF;
  float: right;
  cursor: pointer;
}

.modal_box .bottom_link .next a {
  display: block;
  color: #FFF;
  cursor: pointer;
}

.modal_box .bottom_link li {
  position: relative;
}

@keyframes slideFromRight {
  0%, 25% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

.mincho {
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

/*/////////// contents layout ////////////*/
.bg_privacy {
  background: url(/wp-content/uploads/2019/06/recruit-privacy_bg.jpg) no-repeat bottom center;
  background-size: cover;
}

.bg_about {
  background: url(/wp-content/uploads/2019/06/recruit-about_bg.jpg) no-repeat bottom center;
  background-size: cover;
}

.bg_interview {
  background: url(/wp-content/uploads/2019/06/recruit-bg_interview.jpg) no-repeat bottom center;
  background-size: cover;
}

.bg_recruit {
  background: url(/wp-content/uploads/2019/06/recruit-bg_recruit.jpg) no-repeat bottom center;
  background-size: cover;
}

.second_main_img {
  width: 100%;
  max-width: 2000px;
  height: 280px;
  margin: 70px auto 0px;
  position: relative;
}

.second_main_img .sub_ttl_area {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  color: #FFF;
}

.second_main_img .sub_ttl_area .sub_ttl {
  font-size: 150%;
  padding-left: 40px;
  position: relative;
  color: #FFF;
  margin-left: 10px;
  margin-bottom: 10px;
  white-space: nowrap;
}

.second_main_img .sub_ttl_area .sub_ttl span {
  font-size: 70%;
}

.second_main_img .sub_ttl_area .sub_ttl:before {
  content: "";
  height: 1px;
  width: 30px;
  background: #FFF;
  position: absolute;
  left: 0px;
  top: 12px;
}

.second_main_img .page_ttl {
  font-weight: normal;
  text-align: center;
  max-width: 1060px;
  width: 80%;
  margin: 0px auto 0px;
  padding-top: 200px;
}

.second_main_img .page_ttl .inner {
  background: #FFF;
  padding-top: 20px;
  width: 100%;
  position: relative;
  text-align: center;
}

.second_page_content {
  padding-top: 90px;
}

.second_foot_content {
  width: 100%;
  min-height: 630px;
  max-width: 2000px;
  background: url(/wp-content/uploads/2019/06/recruit-link_bg.jpg) center bottom no-repeat;
  position: relative;
  margin-top: 60px;
}

.second_foot_content .pagetop_icon {
  position: absolute;
  bottom: 0;
  left: 50%;
  top: 95%;
  z-index: 1;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.second_foot_content .pagetop_icon img {
  animation: vertical 1s ease-in-out infinite alternate;
}

.second_foot_content .entry_btn {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 350px;
  background: #0059B2;
  transition: .5s all;
  z-index: 2;
}

.second_foot_content .entry_btn:hover {
  opacity: 0.7;
}

.second_foot_content .entry_btn a {
  display: block;
  padding: 10px 0px;
  color: #FFF;
  text-decoration: none;
}

.second_foot_content .entry_btn .sub_ttl {
  font-size: 220%;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  line-height: 1.3;
  color: #FFF;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

.second_foot_content .entry_btn .sub_ttl span {
  display: block;
  font-size: 50%;
  padding-top: 25px;
  font-weight: normal;
}

.second_foot_content .entry_btn .sub_ttl:after {
  content: "";
  position: absolute;
  text-align: center;
  display: block;
  width: 280px;
  height: 2px;
  background: #FFF;
  top: 17px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto auto;
}

.second_foot_content .particles {
  position: absolute;
  top: 0%;
  left: -10%;
  width: 120%;
  height: 100%;
  opacity: 0.5;
}

.second_foot_content .link__box {
  width: 100%;
}

.second_foot_content .link__box ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0px auto;
}

.second_foot_content .link__box ul li {
  width: calc(100% / 3);
  position: relative;
}

.second_foot_content .link__box ul li:hover .main_ttl_box .main_ttl:before {
  left: -10px;
}

.second_foot_content .link__box ul li:hover .main_ttl_box .main_ttl {
  background: #0059B2;
}

.second_foot_content .link__box ul li .main_ttl_box {
  position: absolute;
  bottom: -25px;
  right: -40px;
  z-index: 2;
}

.second_foot_content .link__box ul li .main_ttl_box .main_ttl {
  position: relative;
  background: #000;
  text-align: center;
  padding: 20px 60px;
  color: #FFF;
  font-size: 160%;
  transition: .5s all;
}

.second_foot_content .link__box ul li .main_ttl_box .main_ttl:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 10px;
  height: 1px;
  background: #FFF;
  width: 32px;
  transition: .5s all;
}

.second_foot_content .link__box ul li .img_wrap {
  position: relative;
  width: 100%;
  height: 260px;
  overflow: hidden;
}

.second_foot_content .link__box ul li .img_wrap .img_zoom {
  display: block;
  height: 260px;
  width: 100%;
  transition: all 0.5s ease-out;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  will-change: transform;
}

.second_foot_content .link__box ul li .img_wrap .img_zoom:hover {
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.9);
}

.second_foot_content .link__box ul li .img_wrap .about {
  width: 100%;
  background: url(/wp-content/uploads/2019/06/recruit-about.jpg) no-repeat;
  background-size: cover;
}

.second_foot_content .link__box ul li .img_wrap .message {
  width: 100%;
  background: url(/wp-content/uploads/2019/06/recruit-message.jpg) no-repeat;
  background-size: cover;
}

.second_foot_content .link__box ul li .img_wrap .business {
  width: 100%;
  background: url(/wp-content/uploads/2019/06/recruit-business.jpg) no-repeat;
  background-size: cover;
}

.second_foot_content .link__box ul li .img_wrap .photo {
  width: 100%;
  background: url(/wp-content/uploads/2019/06/recruit-photo.jpg) no-repeat;
  background-size: cover;
}

.second_foot_content .link__box ul li .img_wrap .path {
  width: 100%;
  background: url(/wp-content/uploads/2019/06/recruit-path.jpg) no-repeat;
  background-size: cover;
}

.second_foot_content .link__box ul li .img_wrap .step {
  width: 100%;
  background: url(/wp-content/uploads/2019/06/recruit-step.jpg) no-repeat;
  background-size: cover;
}

.second_foot_content .link__box ul li .img_wrap .term {
  width: 100%;
  background: url(/wp-content/uploads/2019/06/recruit-term.jpg) no-repeat;
  background-size: cover;
}

.second_foot_content .link__box ul .main_ttl_box {
  position: absolute;
  bottom: -25px;
  right: -40px;
  z-index: 2;
}

.second_foot_content .link__box ul .main_ttl_box .main_ttl {
  position: relative;
  background: #000;
  text-align: center;
  padding: 20px 60px;
  color: #FFF;
  font-size: 160%;
}

.second_foot_content .link__box ul .main_ttl_box .main_ttl:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 10px;
  height: 1px;
  background: #FFF;
  width: 32px;
  transition: .5s all;
}

.wrapper, .main_wrapper {
  width: 1200px;
  margin: 0px auto;
  position: relative;
}

.content_block {
  padding: 80px 0px;
}

@keyframes vertical {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

.navchild {
  position: absolute;
  width: 100%;
  overflow: hidden;
  top: 90px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  height: 0px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navchild ul {
  justify-content: flex-end !important;
  margin: 0px auto;
  height: 100%;
  box-sizing: border-box;
  padding-right: 50px;
}

.navchild ul .current a {
  color: #3E9EFF;
}

.navchild ul li {
  display: table-cell;
  padding-right: 20px;
}

.navchild ul li:last-child {
  padding-right: 0px;
}

.navchild ul li a {
  color: #FFF;
  width: auto !important;
}

.navchild ul li a:after {
  display: none !important;
}

.navchild_open, .activepage {
  height: 50px;
}

.navchild_fixd_size {
  top: 70px;
}

/*/////////// header ////////////*/
header .fixd_size {
  height: 70px !important;
}

header .fixd_size .logo {
  float: left;
  padding: 15px 25px !important;
}

header .header {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #FFF;
}

header .header .inner {
  position: relative;
  height: 100%;
}

header .header .logo {
  float: left;
  padding: 25px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .header .nav {
  float: right;
  height: 100%;
}

header .header .nav ul {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

header .header .nav ul .career {
  background: #0059B2;
  transition: .5s all;
}

header .header .nav ul .career:hover {
  opacity: 0.6;
}

header .header .nav ul .career a {
  color: #FFF;
}

header .header .nav ul .active:after {
  width: 100%;
}

header .header .nav ul li {
  display: table;
  height: 100%;
  transition: .5s all;
  margin: auto 0;
}

header .header .nav ul li a {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0px;
  text-align: center;
  height: 100%;
  text-decoration: none;
  position: relative;
  width: 150px;
}

header .header .nav ul li a:after {
  background-color: #0059B2;
  bottom: 0;
  content: '';
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  transition: .5s all;
  width: 0;
}

header .header .nav ul li a:hover:after {
  width: 100%;
}

.main_visual {
  height: 850px;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 70px;
}

.main_visual .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 700px;
  background: transparent url(/wp-content/uploads/2019/06/recruit-main_visual.jpg) 50% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  display: table;
}

.main_visual .cls-1 {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3px;
  stroke-dasharray: 1500;
  /* この行を追加 */
  stroke-dashoffset: 1500;
  /* この行を追加 */
}

.main_visual .particles {
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
}

.main_visual .inner {
  position: absolute;
  top: 48%;
  left: 50%;
  background: rgba(255, 255, 255, 0.5);
  max-width: 1075px;
  width: 100%;
  height: 75%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.main_visual .inner .image_area {
  width: 100%;
  height: 100%;
  background: transparent url(/wp-content/uploads/2019/06/recruit-main_visual_inner.png) 50% 50% no-repeat;
  background-size: cover;
  position: relative;
}

.main_visual .inner .image_area .logo {
  text-align: center;
  padding-top: 80px;
}

.main_visual .inner .image_area .pic {
  padding-top: 30px;
}

.main_visual .inner .image_area .pic img {
  width: 100%;
}

.main_visual .inner .image_area .copy {
  text-align: center;
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  font-size: 400%;
  line-height: 1.0;
  color: #0059B2;
  padding-top: 30px;
}

.main_visual .inner .image_area #MainCopy, .main_visual .inner .image_area #MainCopy span {
  opacity: 0;
}

.body {
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding-top: 50px;
  margin-top: 850px;
}

.body .main__top {
  background: transparent url(/wp-content/uploads/2019/06/recruit-top_middle_bg.jpg) 50% 50px no-repeat;
  display: block;
}

.body .scroll_icon img {
  animation: vertical 1s ease-in-out infinite alternate;
}

.body .slider {
  width: 100%;
  margin-bottom: 40px;
}

.body .slider li .box {
  width: 300px;
  background: #0059B2;
  padding: 0px;
  box-sizing: border-box;
  color: #FFF;
  max-height: 335px;
  overflow: hidden;
}

.body .slider li a {
  display: block;
  color: #FFF;
  text-decoration: none;
}

.body .slider li a img {
  transition-duration: 0.3s;
}

.body .slider li a:hover img {
  transform: scale(1.1);
  /*画像の拡大率*/
  transition-duration: 0.3s;
  /*変化に掛かる時間*/
}

.body .slider li .inner {
  overflow: hidden;
  /*拡大時にはみ出た部分を隠す*/
  width: 100%;
  /*画像の幅*/
}

.body .slider li .sub_ttl {
  font-size: 140%;
  line-height: 1.3;
  padding: 10px 10px 0px 10px;
}

.body .slider li .sub_ttl span {
  font-size: 180%;
  font-family: "Arial Black";
}

.body .slider li .modal_ttl {
  font-size: 130%;
  padding-left: 40px;
  position: relative;
  color: #FFF;
  margin-left: 10px;
  margin-bottom: 10px;
}

.body .slider li .modal_ttl:before {
  content: "";
  height: 1px;
  width: 30px;
  background: #FFF;
  position: absolute;
  left: 0px;
  top: 10px;
}

.body .top__scroll {
  max-width: 1075px;
  width: 90%;
  position: absolute;
  top: -125px;
  left: 0;
  right: 0;
  margin: auto;
  background: #FFF;
  padding-top: 20px;
}

.body .top__scroll .inner {
  position: relative;
  width: 100%;
  text-align: center;
}

.body .top__scroll .inner .scroll_ttl {
  font-size: 124%;
  margin-bottom: 40px;
}

.body .top__scroll .inner .sub_ttl {
  font-size: 250%;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  line-height: 1.3;
  font-weight: normal;
  color: #000;
}

.body .top__scroll .inner .sub_ttl:after {
  content: "";
  text-align: center;
  display: block;
  margin: 0px auto;
  width: 280px;
  height: 1px;
  background: #000;
}

.visual_menu__sec {
  display: flex;
  flex-wrap: nowrap;
  padding-top: 80px;
}

.visual_menu__sec li {
  max-width: 600px;
  width: 50%;
  position: relative;
}

.visual_menu__sec li:hover .sub_ttl:before {
  left: -10px;
}

.visual_menu__sec li:hover .main_ttl_box .main_ttl:before {
  left: -10px;
}

.visual_menu__sec li:hover .main_ttl_box .main_ttl {
  background: #0059B2;
}

.visual_menu__sec li:hover .main_ttl_box_work .main_ttl:before {
  left: -10px;
}

.visual_menu__sec li:hover .main_ttl_box_work .main_ttl {
  background: #0059B2;
}

.visual_menu__sec li:last-child {
  padding-top: 80px;
}

.visual_menu__sec li a {
  display: block;
}

.visual_menu__sec li .ttl_box {
  position: absolute;
  top: 60px;
  left: -40px;
}

.visual_menu__sec li .ttl_box_work {
  position: absolute;
  top: 180px;
  left: -40px;
}

.visual_menu__sec li .sub_ttl {
  position: relative;
  background: #FFF;
  text-align: center;
  padding: 20px 60px;
  font-weight: 700;
  color: #000;
  font-size: 160%;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

.visual_menu__sec li .sub_ttl:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 10px;
  height: 1px;
  background: #000;
  width: 32px;
  transition: .5s all;
}

.visual_menu__sec li .main_ttl_box {
  position: absolute;
  bottom: 50px;
  right: -40px;
  z-index: 2;
}

.visual_menu__sec li .main_ttl_box .main_ttl {
  position: relative;
  background: #000;
  text-align: center;
  padding: 20px 60px;
  color: #FFF;
  font-size: 160%;
  transition: .5s all;
}

.visual_menu__sec li .main_ttl_box .main_ttl:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 10px;
  height: 1px;
  background: #FFF;
  width: 32px;
  transition: .5s all;
}

.visual_menu__sec li .main_ttl_box_work {
  position: absolute;
  bottom: -20px;
  right: -40px;
}

.visual_menu__sec li .main_ttl_box_work .main_ttl {
  position: relative;
  background: #000;
  text-align: center;
  padding: 20px 60px;
  color: #FFF;
  font-size: 160%;
}

.visual_menu__sec li .main_ttl_box_work .main_ttl:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 10px;
  height: 1px;
  background: #FFF;
  width: 32px;
  transition: .5s all;
}

.visual_menu__sec .img_wrap {
  position: relative;
  width: 100%;
  height: 420px;
  overflow: hidden;
}

.visual_menu__sec .company {
  position: absolute;
  width: 100%;
  background: url(/wp-content/uploads/2019/06/recruit-company_link.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  display: block;
  height: 420px;
  width: 100%;
  transition: all 0.5s ease-out;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  will-change: transform;
}

.visual_menu__sec .company:hover {
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.9);
}

.visual_menu__sec .work {
  position: absolute;
  width: 100%;
  background: url(/wp-content/uploads/2019/06/recruit-work_link.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  display: block;
  height: 420px;
  transition: all 0.5s ease-out;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  will-change: transform;
}

.visual_menu__sec .work:hover {
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.9);
}

.top__interview {
  padding-top: 80px;
  margin-bottom: 80px;
  position: relative;
}

.top__interview:hover .sub_ttl:before {
  left: -10px;
}

.top__interview:hover .main_ttl_box .main_ttl:before {
  left: -10px;
}

.top__interview:hover .main_ttl_box .main_ttl {
  background: #0059B2;
}

.top__interview a {
  display: block;
}

.top__interview .img_wrap {
  position: relative;
  width: 100%;
  height: 460px;
  overflow: hidden;
}

.top__interview .ttl_box {
  position: absolute;
  top: 150px;
  left: -40px;
}

.top__interview .sub_ttl {
  position: relative;
  background: #FFF;
  font-weight: 700;
  text-align: center;
  padding: 20px 60px;
  color: #000;
  font-size: 160%;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

.top__interview .sub_ttl:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 10px;
  height: 1px;
  background: #000;
  width: 32px;
  transition: .5s all;
}

.top__interview .main_ttl_box {
  position: absolute;
  bottom: -25px;
  right: -40px;
  z-index: 2;
}

.top__interview .main_ttl_box .main_ttl {
  position: relative;
  background: #000;
  text-align: center;
  padding: 20px 60px;
  color: #FFF;
  font-size: 160%;
  transition: .5s all;
}

.top__interview .main_ttl_box .main_ttl:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 10px;
  height: 1px;
  background: #FFF;
  width: 32px;
  transition: .5s all;
}

.top__interview .bg {
  position: absolute;
  width: 100%;
  background: url(/wp-content/uploads/2019/06/interview_top.jpg) no-repeat;
  display: block;
  height: 460px;
  transition: all 0.5s ease-out;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  will-change: transform;
}

.top__interview .bg:hover {
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.9);
}

.pagetop {
  width: 100%;
  background: #FFF;
  z-index: 1;
  position: relative;
  text-align: center;
  padding: 15px 0px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  border-bottom: 1px solid #CCC;
  font-size: 150%;
}

.pagetop a {
  display: block;
  color: #000;
  text-decoration: none;
}

.recruit_link {
  margin-top: 80px;
}

.recruit_link .pagetop_icon {
  position: absolute;
  bottom: 0;
  left: 50%;
  top: 95%;
  z-index: 1;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.recruit_link .pagetop_icon img {
  animation: vertical 1s ease-in-out infinite alternate;
}

.recruit_link .bg {
  margin-top: 200px;
  height: 430px;
  width: 100%;
  max-width: 2000px;
  background: url(/wp-content/uploads/2019/06/recruit-link_bg.jpg) center bottom no-repeat;
  position: relative;
}

.recruit_link .bg .particles {
  position: absolute;
  top: -10%;
  left: -10%;
  width: 100%;
  height: 100%;
}

.recruit_link .link__box {
  position: absolute;
  left: 50%;
  top: -50px;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 100%;
  max-width: 1200px;
}

.recruit_link .link__box ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.recruit_link .link__box ul li {
  width: calc(100% / 3);
  position: relative;
}

.recruit_link .link__box ul li:hover .main_ttl_box .main_ttl:before {
  left: -10px;
}

.recruit_link .link__box ul li .img_wrap {
  position: relative;
  width: 100%;
  height: 260px;
  overflow: hidden;
}

.recruit_link .link__box ul li .img_wrap .path {
  position: absolute;
  width: 100%;
  background: url(/wp-content/uploads/2019/06/recruit-path.jpg) no-repeat;
  display: block;
  height: 260px;
  transition: all 0.5s ease-out;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  will-change: transform;
}

.recruit_link .link__box ul li .img_wrap .path:hover {
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.9);
}

.recruit_link .link__box ul li .img_wrap .step {
  position: absolute;
  width: 100%;
  background: url(/wp-content/uploads/2019/06/recruit-step.jpg) no-repeat;
  display: block;
  height: 260px;
  transition: all 0.5s ease-out;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  will-change: transform;
}

.recruit_link .link__box ul li .img_wrap .step:hover {
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.9);
}

.recruit_link .link__box ul li .img_wrap .term {
  position: absolute;
  width: 100%;
  background: url(/wp-content/uploads/2019/06/recruit-term.jpg) no-repeat;
  display: block;
  height: 260px;
  transition: all 0.5s ease-out;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  will-change: transform;
}

.recruit_link .link__box ul li .img_wrap .term:hover {
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.9);
}

.recruit_link .link__box ul .main_ttl_box {
  position: absolute;
  bottom: -25px;
  right: -40px;
  z-index: 2;
}

.recruit_link .link__box ul .main_ttl_box .main_ttl {
  position: relative;
  background: #000;
  text-align: center;
  padding: 20px 60px;
  color: #FFF;
  font-size: 160%;
}

.recruit_link .link__box ul .main_ttl_box .main_ttl:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 10px;
  height: 1px;
  background: #FFF;
  width: 32px;
  transition: .5s all;
}

.recruit_link .entry_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 350px;
  background: #0059B2;
  transition: .5s all;
}

.recruit_link .entry_btn:hover {
  opacity: 0.7;
}

.recruit_link .entry_btn a {
  display: block;
  padding: 10px 0px;
  color: #FFF;
  text-decoration: none;
}

.recruit_link .entry_btn .sub_ttl {
  font-size: 220%;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  line-height: 1.3;
  color: #FFF;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

.recruit_link .entry_btn .sub_ttl span {
  display: block;
  font-size: 50%;
  padding-top: 25px;
  font-weight: normal;
}

.recruit_link .entry_btn .sub_ttl:after {
  content: "";
  position: absolute;
  text-align: center;
  display: block;
  width: 280px;
  height: 2px;
  background: #FFF;
  top: 17px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto auto;
}

/*/////////// footer ////////////*/
footer {
  z-index: 1;
  position: relative;
  background: #FFF;
}

footer .copy {
  background: #EEEEEE;
  padding: 25px 0px;
}

footer .copy .copy_box {
  display: flex;
  flex-wrap: nowrap;
}

footer .copy .copy_box div {
  width: 50%;
  font-size: 94%;
}

footer .copy .copy_box div:first-child {
  text-align: left;
}

footer .copy .copy_box div:first-child ul {
  display: flex;
  flex-wrap: nowrap;
}

footer .copy .copy_box div:first-child ul li {
  position: relative;
}

footer .copy .copy_box div:first-child ul li a {
  color: #000;
  text-decoration: none;
}

footer .copy .copy_box div:first-child ul li:first-child:after {
  content: " ｜ ";
}

footer .copy .copy_box div:last-child {
  text-align: right;
}

footer .box {
  padding: 50px 0px;
}

footer .box .logo {
  float: left;
  width: 250px;
}

footer .box nav {
  float: right;
  width: 780px;
}

footer .box nav ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

footer .box nav ul li {
  width: 20%;
}

footer .box nav ul li dl a {
  text-decoration: none;
  color: #000;
}

footer .box nav ul li dl dt {
  font-weight: 700;
  margin-bottom: 25px;
}

footer .box nav ul li dl dd {
  margin-bottom: 15px;
  font-size: 94%;
}

section.recruit-footer {
	position: relative;
    z-index: 1;
    background-color: #ffffff;
}

.ttl {
  font-size: 250%;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  line-height: 1.3;
  color: #000;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

.ttl span {
  display: block;
  font-size: 50%;
  padding-top: 25px;
  font-weight: normal;
}

.ttl:after {
  content: "";
  position: absolute;
  text-align: center;
  display: block;
  width: 280px;
  height: 2px;
  background: #000;
  top: 17px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto auto;
}

.ttl_underline {
  font-size: 124%;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  line-height: 1.3;
  font-weight: normal;
  color: #000;
}

.ttl_underline:after {
  content: "";
  text-align: center;
  display: block;
  margin: 0px auto;
  width: 280px;
  height: 2px;
  margin-top: 30px;
  background: #000;
}

/*/////////// Message ////////////*/
.message_sec .greeting {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.message_sec .greeting li {
  width: 48%;
}

.message_sec .greeting li .copy {
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  margin-bottom: 10px;
  font-size: 200%;
  line-height: 1.0;
}

.message_sec .greeting li .sub_ttl {
  font-size: 114%;
  padding: 0px 0px 50px 0px;
}

.message_sec .greeting li .lead {
  line-height: 1.5;
  color: #858585;
  margin-bottom: 30px;
}

.message_sec .greeting li:last-child {
  padding-top: 20px;
}

.message_sec .greeting li .name {
  text-align: right;
  font-size: 110%;
}

.message_sec .hope .lead {
  line-height: 1.5;
  color: #858585;
  margin-bottom: 30px;
  text-align: center;
}

.message_sec .hope .list {
  border: 1px solid #CCC;
  width: 790px;
  padding: 30px 0px;
  text-align: center;
  margin: 0px auto;
}

.message_sec .hope .list ul {
  display: inline-block;
  text-align: left;
}

.message_sec .hope .list ul li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}

.message_sec .hope .list ul li:last-child {
  margin-bottom: 0px;
}

.message_sec .hope .list ul li:before {
  content: "・";
  position: absolute;
  left: 0px;
  top: 0px;
}

/*/////////// About ////////////*/
.about_sec .copy {
  text-align: center;
  font-size: 140%;
  line-height: 1.5;
  margin-bottom: 50px;
}

.about_sec .copy span {
  font-size: 74%;
}

.about_sec .keyword_sec {
  padding: 70px 0px;
}

.about_sec .keyword_sec .card_box {
  background: #303030;
  padding: 50px 0px 25px 0px;
}

.about_sec .keyword_sec .card_box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.about_sec .keyword_sec .card_box ul li {
  width: 33%;
  background: #0059B2;
  box-sizing: border-box;
  padding-bottom: 25px;
  margin-right: 0.5%;
  margin-bottom: 25px;
}

.about_sec .keyword_sec .card_box ul li:nth-child(3) {
  margin-right: 0%;
}

.about_sec .keyword_sec .card_box ul li .box {
  padding: 10px 30px;
}

.about_sec .keyword_sec .card_box ul li .ttl_box {
  display: flex;
  /* 子要素をflexboxで揃える */
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
  padding: 5px 30px;
}

.about_sec .keyword_sec .card_box ul li .ttl_box .sub_ttl {
  font-size: 140%;
  line-height: 1.3;
  padding: 10px 10px 0px 0px;
  color: #FFF;
}

.about_sec .keyword_sec .card_box ul li .ttl_box .sub_ttl span {
  font-size: 180%;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

.about_sec .keyword_sec .card_box ul li .ttl_box .modal_ttl {
  font-size: 130%;
  padding-left: 40px;
  position: relative;
  color: #FFF;
  margin-left: 10px;
  margin-bottom: 10px;
}

.about_sec .keyword_sec .card_box ul li .ttl_box .modal_ttl:before {
  content: "";
  height: 1px;
  width: 30px;
  background: #FFF;
  position: absolute;
  left: 0px;
  top: 10px;
}

.about_sec .keyword_sec .card_box ul li .lead {
  line-height: 1.5;
  margin-bottom: 10px;
  color: #FFF;
  padding: 5px 30px;
}

.about_sec .keyword_sec .card_box ul li .lead span {
  font-weight: 700;
}

.about_sec .keyword_sec .card_box ul li .point {
  color: #FFF;
  text-align: center;
}

.about_sec .keyword_sec .card_box ul li .point .child {
  border: 1px solid #FFF;
  font-size: 114%;
  padding: 10px;
  text-align: left;
  display: inline-block;
}

.about_sec .keyword_sec .card_box ul li .point_list {
  color: #FFF;
  border: 1px solid #FFF;
  padding: 10px;
  margin: 0px 30px;
}

.about_sec .keyword_sec .card_box ul li .point_list .sub_ttl {
  text-align: center;
  font-size: 114%;
  margin-bottom: 10px;
}

.about_sec .keyword_sec .card_box ul li .point_list ol li {
  width: 100%;
  margin-bottom: 5px;
  font-size: 100%;
  padding: 0px;
}

.about_sec .keyword_sec .card_box ul li .point_list_dl {
  color: #FFF;
  padding-bottom: 20px;
  border: 1px solid #FFF;
  padding: 10px;
  margin: 0px 30px;
}

.about_sec .keyword_sec .card_box ul li .point_list_dl .sub_ttl {
  text-align: center;
  font-size: 114%;
  margin-bottom: 10px;
}

.about_sec .keyword_sec .card_box ul li .point_list_dl dl dt {
  margin-bottom: 5px;
  font-size: 100%;
}

.about_sec .keyword_sec .card_box ul li .point_list_dl dl dd {
  padding-left: 10px;
}

.about_sec .box {
  background: transparent url(/wp-content/uploads/2019/06/recruit-top_middle_bg.jpg) center 100px no-repeat;
  min-height: 740px;
  max-width: 2000px;
  margin: 0px auto;
}

.about_sec .box .chartImg {
  width: 100%;
  text-align: center;
  margin: 30px 0px;
}

.about_sec .box ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.about_sec .box ul li {
  width: 45%;
  border: 1px solid #CCC;
  background: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  padding: 50px 30px;
}

.about_sec .box ul li .sub_ttl {
  text-align: center;
  margin-bottom: 40px;
  font-size: 124%;
}

.about_sec .box ul li p {
  line-height: 1.5;
}

/*/////////// Business ////////////*/
.business_sec .copy {
  text-align: center;
  font-size: 150%;
  line-height: 1.5;
  margin-bottom: 50px;
}

.business_sec .copy span {
  font-size: 74%;
}

.business_sec .box {
  border: 13px solid #0059B2;
  box-sizing: border-box;
  padding: 40px;
  margin: 0px auto;
  max-width: 840px;
}

.business_sec .box article {
  margin-bottom: 20px;
}

.business_sec .box article:last-child {
  margin-bottom: 0px;
}

.business_sec .box article .btn_right {
  display: flex;
  flex-direction: row-reverse;
  padding-top: 20px;
}

.business_sec .box article .btn_right a {
  display: block;
  padding: 20px 0px 20px 55px;
  font-size: 140%;
}

.business_sec .box article .btn_right .more_btn {
  background: #000;
  width: 220px;
  color: #fff;
  line-height: 1.0;
  box-sizing: border-box;
  text-decoration: none;
  transition: .5s all;
  position: relative;
}

.business_sec .box article .btn_right .more_btn:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 10px;
  height: 1px;
  background: #FFF;
  width: 32px;
  transition: .5s all;
}

.business_sec .box article .btn_right .more_btn:hover:before {
  left: -20px;
}

.business_sec .box article .btn_right .more_btn:hover {
  background: #0059B2;
}

.business_sec .box article .lead {
  line-height: 1.5;
  padding-top: 10px;
}

.business_sec .box article ul {
  display: flex;
  flex-wrap: nowrap;
}

.business_sec .box article ul .left {
  min-width: 70px;
  padding-top: 10px;
}

.business_sec .box article ul .left .sub_ttl {
  font-family: "Arial Black";
  font-size: 360%;
  color: #0059B2;
  text-align: center;
}

.business_sec .box article ul .left .sub_ttl span {
  font-size: 20%;
}

.business_sec .box article ul .right {
  width: 100%;
  box-sizing: border-box;
  padding-left: 40px;
}

.business_sec .box article ul .right .sub_ttl {
  border-bottom: 1px solid #CCC;
  font-size: 180%;
  padding-bottom: 10px;
  line-height: 1.0;
}

.business_sec .box article ul .right .sub_copy {
  font-family: "Arial Black";
  font-size: 120%;
  color: #0059B2;
  padding: 5px 0px;
}

/*/////////// Photo ////////////*/
.photo_booth .slider.slick-initialized {
  display: block;
}

.photo_booth .slider {
  margin-top: 80px;
  margin-bottom: 80px;
  display: none;
}

.photo_booth .slider li img {
  max-width: 800px;
  margin: 0 auto;
}

.photo_booth .slider .original_pre,
.photo_booth .slider .original_next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  height: 40px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  transition: .5s all;
  z-index: 1;
}

.photo_booth .slider .original_pre {
  left: 0px;
}

.photo_booth .slider .original_pre:hover {
  /* 				left: -15px; */
}

.photo_booth .slider .original_next {
  right: 0px;
}

.photo_booth .slider .original_next:hover {
  /* 				right: -15px; */
}

.photo_booth nav ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.photo_booth nav ul .current {
  background: #0059B2;
  border: none;
}

.photo_booth nav ul .current a {
  color: #FFF;
}

.photo_booth nav ul li {
  width: 30%;
  border: 1px solid #999;
  box-sizing: border-box;
  transition: .5s all;
  margin: 0 10px;
}

.photo_booth nav ul li:hover {
  background: #0059B2;
}

.photo_booth nav ul li:hover a {
  color: #FFF;
}

.photo_booth nav ul li .inner {
  height: 100%;
  text-align: center;
}

.photo_booth nav ul li .inner a {
  display: block;
  padding: 100px 0px;
  font-size: 180%;
  font-family: "Arial Black";
  text-decoration: none;
}

.slider-nav li {
  margin: 0 10px;
}

/*/////////// CAREER PATHS ////////////*/
.careerpath_block {
  margin-bottom: 80px;
}

.careerpath_block .main_ttl {
  background: #000;
  width: 100%;
  display: block;
  margin: 0px auto;
  color: #fff;
  font-size: 118%;
  padding: 20px;
  line-height: 1.5;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  max-width: 740px;
  /* &:before {
       		content:"";
       		position: absolute;
			top: 50%;
			left: 30px;
			transform: translateY(-50%) translateX(-50%);
			-webkit-transform: translateY(-50%) translateX(-50%);

       		height:1px;
       		background:#FFF;
       		width:32px;
       	}  */
}

.careerpath_block .content {
  max-width: 2000px;
  width: 100%;
  margin-top: 80px;
}

.careerpath_block .content .inner {
  background: #FFF;
  padding: 0px 50px;
  box-sizing: border-box;
}

.careerpath_block .content .inner .chart__area__1 {
  background: transparent url(/wp-content/uploads/2019/06/career_path_1.png) center center no-repeat;
  position: relative;
  min-height: 700px;
}

.careerpath_block .content .inner .chart__area__1 .step_inner {
  position: relative;
  border: 1px solid #CCC;
  padding: 10px;
  box-sizing: border-box;
}

.careerpath_block .content .inner .chart__area__1 .step_inner ul:last-child {
  margin-bottom: 0px;
}

.careerpath_block .content .inner .chart__area__1 .step_inner ul li {
  position: relative;
  padding-left: 20px;
  color: #444444;
}

.careerpath_block .content .inner .chart__area__1 .step_inner ul li:before {
  content: "・";
  position: absolute;
  left: 0px;
  top: 0px;
}

.careerpath_block .content .inner .chart__area__1 .step_inner .sub_ttl {
  color: #0059B2;
  font-size: 108%;
  margin-bottom: 5px;
}

.careerpath_block .content .inner .chart__area__1 .step_1 {
  position: absolute;
  max-width: 360px;
  left: 0px;
  top: 50px;
}

.careerpath_block .content .inner .chart__area__1 .step_1 .step_inner:after {
  content: "";
  width: 1px;
  height: 200px;
  background: #CCC;
  position: absolute;
  left: 100px;
  top: 100%;
}

.careerpath_block .content .inner .chart__area__1 .step_2 {
  position: absolute;
  max-width: 360px;
  left: 200px;
  top: 530px;
}

.careerpath_block .content .inner .chart__area__1 .step_2 .step_inner:before {
  content: "";
  width: 1px;
  height: 150px;
  background: #CCC;
  position: absolute;
  left: 100px;
  bottom: 100%;
}

.careerpath_block .content .inner .chart__area__1 .step_3 {
  position: absolute;
  max-width: 400px;
  left: 400px;
  top: -50px;
}

.careerpath_block .content .inner .chart__area__1 .step_3 .step_inner:after {
  content: "";
  width: 1px;
  height: 200px;
  background: #CCC;
  position: absolute;
  left: 100px;
  top: 100%;
}

.careerpath_block .content .inner .chart__area__1 .step_4 {
  position: absolute;
  max-width: 400px;
  right: 0px;
  top: 400px;
}

.careerpath_block .content .inner .chart__area__1 .step_4 .step_inner:before {
  content: "";
  width: 1px;
  height: 150px;
  background: #CCC;
  position: absolute;
  left: 100px;
  bottom: 100%;
}

.careerpath_block .content .inner .chart__area__2 {
  background: transparent url(/wp-content/uploads/2019/06/career_path_2.png) center center no-repeat;
  position: relative;
  min-height: 700px;
  margin-top: 100px;
}

.careerpath_block .content .inner .chart__area__2 .step_inner {
  position: relative;
  border: 1px solid #CCC;
  padding: 10px;
  box-sizing: border-box;
}

.careerpath_block .content .inner .chart__area__2 .step_inner ul:last-child {
  margin-bottom: 0px;
}

.careerpath_block .content .inner .chart__area__2 .step_inner ul li {
  position: relative;
  padding-left: 20px;
  color: #444444;
}

.careerpath_block .content .inner .chart__area__2 .step_inner ul li:before {
  content: "・";
  position: absolute;
  left: 0px;
  top: 0px;
}

.careerpath_block .content .inner .chart__area__2 .step_inner .sub_ttl {
  color: #0059B2;
  font-size: 108%;
  margin-bottom: 5px;
}

.careerpath_block .content .inner .chart__area__2 .step_1 {
  position: absolute;
  max-width: 300px;
  left: 0px;
  top: 180px;
}

.careerpath_block .content .inner .chart__area__2 .step_1 .step_inner:after {
  content: "";
  width: 1px;
  height: 200px;
  background: #CCC;
  position: absolute;
  left: 100px;
  top: 100%;
}

.careerpath_block .content .inner .chart__area__2 .step_2 {
  position: absolute;
  max-width: 360px;
  left: 200px;
  top: 630px;
}

.careerpath_block .content .inner .chart__area__2 .step_2 .step_inner:before {
  content: "";
  width: 1px;
  height: 210px;
  background: #CCC;
  position: absolute;
  left: 100px;
  bottom: 100%;
}

.careerpath_block .content .inner .chart__area__2 .step_3 {
  position: absolute;
  max-width: 350px;
  left: 300px;
  top: 0px;
}

.careerpath_block .content .inner .chart__area__2 .step_3 .step_inner:after {
  content: "";
  width: 1px;
  height: 240px;
  background: #CCC;
  position: absolute;
  left: 100px;
  top: 100%;
}

.careerpath_block .content .inner .chart__area__2 .step_4 {
  position: absolute;
  max-width: 350px;
  right: 60px;
  top: 520px;
}

.careerpath_block .content .inner .chart__area__2 .step_4 .step_inner:before {
  content: "";
  width: 1px;
  height: 240px;
  background: #CCC;
  position: absolute;
  left: 100px;
  bottom: 100%;
}

.careerpath_block .content .inner .chart__area__2 .step_5 {
  position: absolute;
  max-width: 350px;
  right: 0px;
  top: -80px;
}

.careerpath_block .content .inner .chart__area__2 .step_5 .step_inner:after {
  content: "";
  width: 1px;
  height: 200px;
  background: #CCC;
  position: absolute;
  right: 200px;
  top: 100%;
}

/*/////////// Interview ////////////*/
.interview_block {
  margin-bottom: 80px;
}

.interview_block a {
  text-decoration: none;
}

.interview_block .inner {
  max-width: 1200px;
  width: 100%;
  margin: 0px auto;
}

.interview_block .left_pic {
  background: #EEEEEE;
}

.interview_block ul {
  display: flex;
  flex-wrap: wrap;
  transition: .5s all;
}

.interview_block ul:hover {
  opacity: 0.7;
}

.interview_block ul .l_large, .interview_block ul .r_large {
  width: 55%;
}

.interview_block ul .l_small, .interview_block ul .r_small {
  width: 45%;
}

.interview_block ul:hover img {
  transform: scale(1.1);
  transition-duration: 0.3s;
}

.interview_block ul li {
  height: 350px;
}

.interview_block ul li .sub_ttl {
  background: #333;
  font-size: 150%;
  line-height: 1.5;
  padding: 15px;
  margin-top: 110px;
  color: #FFF;
  letter-spacing: -1px;
  font-weight: normal;
}

.interview_block ul li dl {
  padding: 20px 0px 0px 15px;
}

.interview_block ul li dl dt {
  font-size: 150%;
  margin-bottom: 10px;
  font-weight: bold;
}

.interview_block ul li dl dd {
  color: #0059B2;
  font-size: 130%;
  font-weight: 500;
}

.interview_block ul li .inner {
  height: 350px;
  overflow: hidden;
}

.interview_block ul li img {
  width: 100%;
  height: 100%;
  transition-duration: 0.3s;
  /*変化に掛かる時間*/
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.interview_detail .voice1 {
  background: transparent url(/wp-content/uploads/2019/06/interview_01_l.jpg) center top no-repeat;
  background-size: cover;
}

.interview_detail .voice2 {
  background: transparent url(/wp-content/uploads/2019/06/interview_02_l.jpg) center top no-repeat;
  background-size: cover;
}

.interview_detail .voice3 {
  background: transparent url(/wp-content/uploads/2019/06/interview_03_l.jpg) center top no-repeat;
  background-size: cover;
}

.interview_detail .voice4 {
  background: transparent url(/wp-content/uploads/2019/06/interview_04_l.jpg) right top no-repeat;
  background-size: cover;
}

.interview_detail .voice4_mb {
  margin: 80px 0px !important;
}

.interview_detail .adjust-mt {
  margin-top: 80px;
}

.interview_detail .others {
  margin-bottom: 80px;
}

.interview_detail .others ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.interview_detail .others ul li {
  width: 25%;
  position: relative;
}

.interview_detail .others ul li .link {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px 0px;
  text-align: center;
  width: 100%;
  z-index: 3;
}

.interview_detail .others ul li .link img {
  transition: .5s all;
}

.interview_detail .others ul li:hover .inner img {
  transform: scale(1.1);
}

.interview_detail .others ul li:hover .link img {
  transform: translateX(10px);
}

.interview_detail .others ul li a {
  display: block;
}

.interview_detail .others ul li .inner {
  width: 100%;
  height: 460px;
  overflow: hidden;
}

.interview_detail .others ul li .inner img {
  width: 100%;
/*  height: 100%; */
  transition: .5s all;
}

.interview_detail .toall {
  border: 13px solid #0059B2;
  box-sizing: border-box;
  padding: 40px;
  margin: 80px auto;
  max-width: 840px;
}

.interview_detail .toall .sub_ttl {
  font-size: 164%;
  text-align: center;
}

.interview_detail .toall .lead {
  line-height: 2.0;
  max-width: 880px;
  text-align: left;
  width: 80%;
  margin: 30px auto 0px;
  font-size: 104%;
}

.interview_detail .box {
  max-width: 1200px;
  margin: 0px auto;
  width: 100%;
  box-sizing: border-box;
}

.interview_detail .box ul {
  display: flex;
  flex-wrap: wrap;
}

.interview_detail .box ul li {
  width: 50%;
}

.interview_detail .box ul li img {
  width: 100%;
}

.interview_detail .box ul li dl {
  margin-bottom: 60px;
  padding: 0px 40px;
}

.interview_detail .box ul li dl:last-child {
  margin-bottom: 0px;
}

.interview_detail .box ul li dl dt {
  text-align: center;
  font-size: 150%;
  margin-bottom: 25px;
}

.interview_detail .box ul li dl dd {
  line-height: 1.8;
  color: #858585;
}

.interview_detail .main_lead_ttl {
  font-size: 124%;
  text-align: center;
  margin-bottom: 30px;
}

.interview_detail .main_lead {
  line-height: 2.0;
  max-width: 880px;
  text-align: left;
  width: 80%;
  margin: 40px auto 80px;
  font-size: 104%;
  color: #858585;
}

.interview_detail .main_lead span {
  font-weight: bold;
}

.interview_detail .flexend {
  justify-content: flex-end;
}

.interview_detail .key_visual {
  margin: 0px auto;
  width: 100%;
  max-width: 1200px;
  height: 760px;
  display: flex;
  position: relative;
}

.interview_detail .key_visual .bottom_ttl {
  max-width: 1200px;
  width: 90%;
  background: #FFF;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  padding: 50px 0px 25px 0px;
}

.interview_detail .key_visual .bottom_ttl .sub_ttl {
  font-size: 164%;
}

.interview_detail .key_visual .inner_l_voice4 {
  max-width: 570px;
  padding-top: 370px;
}

.interview_detail .key_visual .inner_l_voice4 .sub_ttl {
  background: #333;
  font-size: 160%;
  line-height: 1.5;
  padding: 15px;
  margin-top: 50px;
  color: #FFF;
  letter-spacing: -1px;
  font-weight: normal;
}

.interview_detail .key_visual .inner_l_voice4 .sub_ttl span {
  display: inline-block;
  border-bottom: 1px solid #FFF;
  padding-bottom: 1px;
}

.interview_detail .key_visual .inner_l_voice4 dl {
  padding: 20px;
}

.interview_detail .key_visual .inner_l_voice4 dl dt {
  font-size: 130%;
  margin-bottom: 10px;
  font-weight: bold;
}

.interview_detail .key_visual .inner_l_voice4 dl dd {
  font-size: 110%;
  font-weight: 500;
}

.interview_detail .key_visual .inner_l {
  max-width: 650px;
  padding-top: 350px;
}

.interview_detail .key_visual .inner_l .sub_ttl {
  background: #333;
  font-size: 150%;
  line-height: 1.5;
  padding: 15px;
  margin-top: 130px;
  color: #FFF;
  letter-spacing: -1px;
  font-weight: normal;
}

.interview_detail .key_visual .inner_l .sub_ttl span {
  display: inline-block;
  border-bottom: 1px solid #FFF;
  padding-bottom: 1px;
}

.interview_detail .key_visual .inner_l dl {
  padding: 20px 0px 0px 20px;
  text-align: left;
}

.interview_detail .key_visual .inner_l dl dt {
  font-size: 150%;
  margin-bottom: 10px;
  font-weight: bold;
}

.interview_detail .key_visual .inner_l dl dd {
  font-size: 130%;
  font-weight: 500;
}

.interview_detail .key_visual .inner_voice3 {
  max-width: 650px;
  padding-top: 10%;
}

.interview_detail .key_visual .inner_voice3 .sub_ttl {
  background: #333;
  font-size: 150%;
  line-height: 1.5;
  padding: 15px;
  margin-top: 350px;
  color: #FFF;
  letter-spacing: -1px;
  font-weight: normal;
}

.interview_detail .key_visual .inner_voice3 dl {
  padding: 20px 20px 0px 0px;
  color: #FFF;
  text-align: right;
}

.interview_detail .key_visual .inner_voice3 dl dt {
  font-size: 150%;
  margin-bottom: 10px;
  font-weight: bold;
}

.interview_detail .key_visual .inner_voice3 dl dd {
  font-size: 130%;
  font-weight: 500;
}

.interview_detail .key_visual .inner {
  max-width: 650px;
  padding-top: 10%;
}

.interview_detail .key_visual .inner .sub_ttl {
  background: #333;
  font-size: 150%;
  line-height: 1.5;
  padding: 15px;
  margin-top: 350px;
  color: #FFF;
  letter-spacing: -1px;
  font-weight: normal;
}

.interview_detail .key_visual .inner dl {
  padding: 20px 20px 0px 0px;
  color: #FFF;
  text-align: right;
}

.interview_detail .key_visual .inner dl dt {
  font-size: 150%;
  margin-bottom: 10px;
  font-weight: bold;
}

.interview_detail .key_visual .inner dl dd {
  font-size: 130%;
  font-weight: 500;
}

/*/////////// CAREER TERM ////////////*/
.term {
  max-width: 840px;
  margin: 0px auto;
}

.term .back_btn {
  background: #000;
  width: 265px;
  display: block;
  margin: 40px auto 0px;
  color: #fff;
  padding: 25px 0px 25px 55px;
  line-height: 1.0;
  box-sizing: border-box;
  text-decoration: none;
  transition: .5s all;
  position: relative;
}

.term .back_btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  height: 1px;
  background: #FFF;
  width: 32px;
  transition: .5s all;
}

.term .back_btn:hover:before {
  left: -20px;
}

.term .back_btn:hover {
  background: #0059B2;
}

.term .copy {
  text-align: center;
  font-size: 150%;
  line-height: 1.5;
  margin-bottom: 50px;
}

.term .copy span {
  font-size: 74%;
}

.term table {
  border-collapse: collapse;
  width: 100%;
}

.term table tr {
  border-bottom: 1px solid #CCC;
}

.term table tr:first-child {
  border-top: 1px solid #CCC;
}

.term table tr th {
  border-right: 1px solid #CCC;
  width: 25%;
}

.term table tr th, .term table tr td {
  padding: 20px;
  font-size: 104%;
}

.term table tr th p, .term table tr td p {
  line-height: 1.8;
}

/*/////////// GUIDELINE ////////////*/
.guideline {
  max-width: 840px;
  margin: 0px auto;
}

.guideline table {
  border-collapse: collapse;
  width: 100%;
}

.guideline table tr {
  border-bottom: 1px solid #CCC;
}

.guideline table tr:first-child {
  border-top: 1px solid #CCC;
}

.guideline table tr th {
  border-right: 1px solid #CCC;
}

.guideline table tr th, .guideline table tr td {
  padding: 20px;
  font-size: 104%;
}

/*/////////// ENTRY ////////////*/
.enrty {
  max-width: 840px;
  margin: 0px auto;
}

.enrty .select_form ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.enrty .select_form ul li {
  width: 48%;
}

.enrty .select_form ul li p {
  font-size: 124%;
  margin-bottom: 20px;
}

.enrty .select_form ul li .btn {
  background: #000;
  width: 100%;
  display: block;
  margin: 0px auto;
  color: #fff;
  padding: 15px 0px 15px 55px;
  line-height: 1.0;
  box-sizing: border-box;
  text-decoration: none;
  transition: .5s all;
  position: relative;
  margin-bottom: 25px;
}

.enrty .select_form ul li .btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  height: 1px;
  background: #FFF;
  width: 32px;
  transition: .5s all;
}

.enrty .select_form ul li .btn:hover:before {
  left: -20px;
}

.enrty .select_form ul li .btn:hover {
  background: #0059B2;
}

.enrty .confirmation {
  font-size: 114%;
  margin-bottom: 30px;
}

.enrty .error {
  color: #FF0000;
  font-weight: 500;
  font-size: 110%;
  display: block;
  margin-top: 10px;
  padding: 20px;
  border: 2px solid #fb4040;
  background: #ffe4e4;
  margin-bottom: 20px;
}

.enrty .button_area {
  text-align: center;
  width: 100%;
  margin-top: 40px;
}

.enrty .button_area .back_btn {
  background: #CCC;
  width: 225px;
  display: block;
  margin: 0px auto 30px;
  color: #000;
  padding: 15px 0px 15px 0px;
  line-height: 1.0;
  box-sizing: border-box;
  text-decoration: none;
  transition: .5s all;
  position: relative;
}

.enrty .button_area .back_btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  height: 1px;
  background: #FFF;
  width: 32px;
  transition: .5s all;
}

.enrty .button_area .back_btn:hover:before {
  left: -20px;
}

.enrty .button_area .back_btn:hover {
  background: #0059B2;
}

.enrty .button_area .send_btn, .enrty .button_area .confirmation_btn {
  background: #000;
  width: 265px;
  display: block;
  margin: 0px auto;
  color: #fff;
  padding: 25px 0px 25px 0px;
  line-height: 1.0;
  box-sizing: border-box;
  text-decoration: none;
  transition: .5s all;
  position: relative;
  margin-bottom: 25px;
}

.enrty .button_area .send_btn:before, .enrty .button_area .confirmation_btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  height: 1px;
  background: #FFF;
  width: 32px;
  transition: .5s all;
}

.enrty .button_area .send_btn:hover:before, .enrty .button_area .confirmation_btn:hover:before {
  left: -20px;
}

.enrty .button_area .send_btn:hover, .enrty .button_area .confirmation_btn:hover {
  background: #0059B2;
}

.enrty table {
  border-collapse: collapse;
  width: 100%;
}

.enrty table tr {
  border-bottom: 1px solid #CCC;
}

.enrty table tr:first-child {
  border-top: 1px solid #CCC;
}

.enrty table tr th {
  border-right: 1px solid #CCC;
  width: 20%;
  text-align: left;
  vertical-align: middle;
}

.enrty table tr th span {
  color: red;
}

.enrty table tr th, .enrty table tr td {
  padding: 20px 10px;
  font-size: 104%;
  box-sizing: border-box;
}

.enrty table tr th input[type="text"], .enrty table tr td input[type="text"] {
  width: 100%;
  padding: 8px;
  border: 1px solid #CCC;
  box-sizing: border-box;
}

.enrty table tr th select, .enrty table tr td select {
  width: 70%;
  padding: 8px;
  border: 1px solid #CCC;
  box-sizing: border-box;
}

.enrty table tr th input[type="file"], .enrty table tr td input[type="file"] {
  width: 70%;
  padding: 8px;
  border: 1px solid #CCC;
  box-sizing: border-box;
}

.enrty .step_chart {
  margin: 40px 0px;
  position: relative;
}

.enrty .step_chart:before {
  content: "";
  height: 1px;
  width: 100%;
  background: #CCC;
  position: absolute;
  left: 0px;
  top: 35px;
}

.enrty .step_chart .current {
  background: #444;
  color: #FFF;
}

.enrty .step_chart .current:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 35px 20px;
  border-color: transparent transparent transparent #444;
}

.enrty .step_chart li {
  position: relative;
  width: 30%;
  padding: 0 0px 0px 30px;
  box-sizing: border-box;
  height: 70px;
  display: table;
  background: #CCC;
  margin-right: 5%;
  float: left;
}

.enrty .step_chart li p {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  font-size: 104%;
}

.enrty .step_chart li:last-child {
  margin-right: 0%;
}

.enrty .step_chart li:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 35px 20px;
  border-color: transparent transparent transparent #CCC;
}

.enrty .alert span {
  color: red;
}

.enrty ul.lead {
  display: inline-block;
  text-align: left;
}

.enrty ul.lead li {
  margin-bottom: 7px;
  position: relative;
  padding-left: 20px;
}

.enrty ul.lead li:last-child {
  margin-bottom: 0px;
}

.enrty ul.lead li:before {
  content: "・";
  position: absolute;
  left: 0px;
  top: 0px;
}

/*/////////// STEP ////////////*/
.recruit_step .box {
  border: 13px solid #0059B2;
  box-sizing: border-box;
  padding: 30px 30px 0px 30px;
  max-width: 840px;
  margin: 0px auto;
}

.recruit_step .box ul {
  margin-bottom: 60px;
  padding: 50px 0px;
  position: relative;
}

.recruit_step .box ul li {
  margin-bottom: 70px;
}

.recruit_step .box ul li:last-child {
  margin-bottom: 0px;
}

.recruit_step .box ul:before {
  content: "";
  top: 0px;
  width: 1px;
  height: 100%;
  background: #CCC;
  position: absolute;
  left: 39px;
  z-index: -1;
}

.recruit_step .box ul section {
  display: flex;
  flex-wrap: nowrap;
}

.recruit_step .box ul section .content {
  width: 100%;
  padding-left: 40px;
}

.recruit_step .box ul section .content .sub_ttl {
  width: 100%;
  border-bottom: 1px solid #CCC;
  padding-bottom: 5px;
  font-size: 150%;
  margin-bottom: 20px;
}

.recruit_step .box ul section .content .lead {
  line-height: 1.5;
  color: #444;
}

.recruit_step .box ul section .number {
  width: 80px;
  max-height: 80px;
  background: #0059B2;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  color: #FFF;
  font-family: "Arial Black";
  text-align: center;
}

.recruit_step .box ul section .number .count_num {
  font-size: 300%;
  margin-bottom: 10px;
}

.recruit_step .box ul section .number .text {
  font-size: 100%;
  margin-bottom: 5px;
}

/*/////////// PRIVACY ////////////*/
.privacy {
  max-width: 840px;
  margin: 0px auto;
}

.privacy dl {
  margin-bottom: 40px;
}

.privacy dl dt {
  font-size: 104%;
  font-weight: bold;
  margin-bottom: 10px;
}

.privacy dl dd p {
  line-height: 1.8;
  margin-bottom: 5px;
}

.privacy dl ul {
  display: inline-block;
  text-align: left;
  margin-bottom: 15px;
}

.privacy dl ul li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
}

.privacy dl ul li:last-child {
  margin-bottom: 0px;
}

.privacy dl ul li:before {
  content: "・";
  position: absolute;
  left: 0px;
  top: 0px;
}

.simple_foot_content {
  width: 100%;
  min-height: 450px;
  max-width: 2000px;
  background: url(/wp-content/uploads/2019/06/recruit-link_bg.jpg) center bottom no-repeat;
  position: relative;
  margin-top: 60px;
}

.simple_foot_content .pagetop_icon {
  position: absolute;
  bottom: 0;
  left: 50%;
  top: 95%;
  z-index: 1;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.simple_foot_content .pagetop_icon img {
  animation: vertical 1s ease-in-out infinite alternate;
}

.simple_foot_content .entry_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 350px;
  background: #0059B2;
  transition: .5s all;
  z-index: 2;
}

.simple_foot_content .entry_btn:hover {
  opacity: 0.7;
}

.simple_foot_content .entry_btn a {
  display: block;
  padding: 10px 0px;
  color: #FFF;
  text-decoration: none;
}

.simple_foot_content .entry_btn .sub_ttl {
  font-size: 220%;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  line-height: 1.3;
  color: #FFF;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

.simple_foot_content .entry_btn .sub_ttl span {
  display: block;
  font-size: 50%;
  padding-top: 25px;
  font-weight: normal;
}

.simple_foot_content .entry_btn .sub_ttl:after {
  content: "";
  position: absolute;
  text-align: center;
  display: block;
  width: 280px;
  height: 2px;
  background: #FFF;
  top: 17px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto auto;
}

.simple_foot_content .particles {
  position: absolute;
  top: 0%;
  left: -10%;
  width: 120%;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .wrapper, .main_wrapper {
    width: 100%;
    padding: 0px 20px;
    box-sizing: border-box;
  }
  /*/////////// contents layout ////////////*/
  /*/////////// header ////////////*/
  header .header .logo {
    float: left;
    padding: 25px;
  }
  header .header .nav ul li a {
    width: 130px;
  }
  /*/////////// TOP ////////////*/
  .visual_menu__sec li .ttl_box {
    top: 60px;
    left: 0px;
  }
  .visual_menu__sec li .ttl_box_work {
    top: 180px;
    left: 0px;
  }
  .visual_menu__sec li .main_ttl_box {
    bottom: 50px;
    right: 0px;
    z-index: 2;
  }
  .visual_menu__sec li .main_ttl_box_work {
    position: absolute;
    bottom: -20px;
    right: 0px;
  }
  .recruit_link {
    margin-top: 80px;
  }
  .recruit_link .bg {
    margin-top: 200px;
    height: 430px;
    width: 100%;
    max-width: 2000px;
    background: url(/wp-content/uploads/2019/06/recruit-link_bg.jpg) center bottom no-repeat;
    position: relative;
  }
  .recruit_link .bg .particles {
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
  }
  .recruit_link .link__box {
    max-width: 100%;
  }
  .recruit_link .link__box ul .main_ttl_box {
    position: absolute;
    bottom: -25px;
    right: 0px;
    z-index: 2;
  }
  .recruit_link .link__box ul .main_ttl_box .main_ttl {
    position: relative;
    background: #000;
    text-align: center;
    padding: 20px 50px;
    color: #FFF;
    font-size: 110%;
  }
  .recruit_link .link__box ul .main_ttl_box .main_ttl:before {
    content: "";
    position: absolute;
    top: 30px;
    left: 10px;
    height: 1px;
    background: #FFF;
    width: 32px;
    transition: .5s all;
  }
  .second_foot_content {
    width: 100%;
    min-height: 630px;
    max-width: 100%;
    background: url(/wp-content/uploads/2019/06/recruit-link_bg.jpg) center bottom no-repeat;
    position: relative;
    margin-top: 60px;
  }
  .second_foot_content .entry_btn {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: 350px;
    background: #0059B2;
    transition: .5s all;
  }
  .second_foot_content .entry_btn:hover {
    opacity: 0.7;
  }
  .second_foot_content .entry_btn a {
    display: block;
    padding: 10px 0px;
    color: #FFF;
    text-decoration: none;
  }
  .second_foot_content .entry_btn .sub_ttl {
    font-size: 220%;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
    line-height: 1.3;
    color: #FFF;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  }
  .second_foot_content .entry_btn .sub_ttl span {
    display: block;
    font-size: 50%;
    padding-top: 25px;
    font-weight: normal;
  }
  .second_foot_content .entry_btn .sub_ttl:after {
    content: "";
    position: absolute;
    text-align: center;
    display: block;
    width: 280px;
    height: 2px;
    background: #FFF;
    top: 17px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto auto;
  }
  .second_foot_content .link__box {
    width: 100%;
  }
  .second_foot_content .link__box ul {
    max-width: 100%;
  }
  .second_foot_content .link__box ul li .main_ttl_box {
    position: absolute;
    bottom: -25px;
    right: 0px;
    z-index: 2;
  }
  .second_foot_content .link__box ul li .main_ttl_box .main_ttl {
    position: relative;
    background: #000;
    text-align: center;
    padding: 20px 50px;
    color: #FFF;
    font-size: 110%;
  }
  .second_foot_content .link__box ul li .main_ttl_box .main_ttl:before {
    content: "";
    position: absolute;
    top: 30px;
    left: 10px;
    height: 1px;
    background: #FFF;
    width: 32px;
    transition: .5s all;
  }
  /*/////////// About ////////////*/
  .about_sec .keyword_sec {
    padding: 70px 0px;
  }
  .about_sec .keyword_sec .card_box {
    background: #303030;
    padding: 30px 0px 15px 0px;
  }
  .about_sec .keyword_sec .card_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .about_sec .keyword_sec .card_box ul li {
    width: 48%;
    background: #0059B2;
    box-sizing: border-box;
    margin-right: 4%;
    margin-bottom: 25px;
  }
  .about_sec .keyword_sec .card_box ul li img {
    width: 100%;
  }
  .about_sec .keyword_sec .card_box ul li:nth-child(2n) {
    margin-right: 0%;
  }
  .about_sec .keyword_sec .card_box ul li:nth-child(3) {
    margin-right: 4%;
  }
  .about_sec .keyword_sec .card_box ul li .ttl_box {
    padding: 5px 10px;
  }
  .about_sec .keyword_sec .card_box ul li .ttl_box .sub_ttl {
    font-size: 130%;
    line-height: 1.3;
    padding: 10px 10px 0px 0px;
    color: #FFF;
  }
  .about_sec .keyword_sec .card_box ul li .ttl_box .sub_ttl span {
    font-size: 160%;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  }
  .about_sec .keyword_sec .card_box ul li .ttl_box .modal_ttl {
    font-size: 110%;
    padding-left: 40px;
    position: relative;
    color: #FFF;
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .about_sec .keyword_sec .card_box ul li .ttl_box .modal_ttl:before {
    content: "";
    height: 1px;
    width: 30px;
    background: #FFF;
    position: absolute;
    left: 0px;
    top: 10px;
  }
  .about_sec .keyword_sec .card_box ul li .lead {
    line-height: 1.5;
    margin-bottom: 10px;
    color: #FFF;
    padding: 5px 10px;
  }
  .about_sec .keyword_sec .card_box ul li .lead span {
    font-weight: 700;
  }
  .about_sec .keyword_sec .card_box ul li .point {
    color: #FFF;
    padding-bottom: 20px;
    text-align: center;
  }
  .about_sec .keyword_sec .card_box ul li .point .child {
    border: 1px solid #FFF;
    font-size: 114%;
    padding: 10px;
    text-align: left;
    display: inline-block;
  }
  .about_sec .keyword_sec .card_box ul li .point_list {
    color: #FFF;
    padding-bottom: 20px;
    border: 1px solid #FFF;
    padding: 10px;
    margin: 0px 10px;
  }
  .about_sec .keyword_sec .card_box ul li .point_list .sub_ttl {
    text-align: center;
    font-size: 114%;
    margin-bottom: 10px;
  }
  .about_sec .keyword_sec .card_box ul li .point_list ol li {
    width: 100%;
    margin-bottom: 5px;
    font-size: 100%;
    padding: 0px;
  }
  .about_sec .keyword_sec .card_box ul li .point_list_dl {
    color: #FFF;
    padding-bottom: 20px;
    border: 1px solid #FFF;
    padding: 10px;
    margin: 0px 10px;
  }
  .about_sec .keyword_sec .card_box ul li .point_list_dl .sub_ttl {
    text-align: center;
    font-size: 114%;
    margin-bottom: 10px;
  }
  .about_sec .keyword_sec .card_box ul li .point_list_dl dl dt {
    margin-bottom: 5px;
    font-size: 100%;
  }
  .about_sec .keyword_sec .card_box ul li .point_list_dl dl dd {
    padding-left: 10px;
  }
  .about_sec .box {
    background: transparent url(/wp-content/uploads/2019/06/recruit-top_middle_bg.jpg) center 100px no-repeat;
    min-height: 740px;
    max-width: 2000px;
    margin: 0px auto;
  }
  .about_sec .box .chartImg {
    width: 100%;
    text-align: center;
    margin: 30px 0px;
  }
  .about_sec .box ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .about_sec .box ul li {
    width: 45%;
    border: 1px solid #CCC;
    background: rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    padding: 50px 30px;
  }
  .about_sec .box ul li .sub_ttl {
    text-align: center;
    margin-bottom: 40px;
    font-size: 124%;
  }
  .about_sec .box ul li p {
    line-height: 1.5;
  }
  /*/////////// Interview ////////////*/
  .interview_block ul .pic {
    width: 40%;
  }
  .interview_block ul .content {
    width: 60%;
  }
  .interview_detail .others ul li .inner img {
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
  /*/////////// footer ////////////*/
  footer .box {
    padding: 50px 0px;
  }
  footer .box .logo {
    width: 20%;
  }
  footer .box .logo img {
    max-width: 100%;
  }
  footer .box nav {
    width: 77%;
  }
}

@media screen and (max-width: 1100px) {
  .careerpath_block .content .inner .chart__area__1 .step_2 {
    position: absolute;
    max-width: 360px;
    left: 0px;
    top: 530px;
  }
  .careerpath_block .content .inner .chart__area__1 .step_2 .step_inner:before {
    content: "";
    width: 1px;
    height: 150px;
    background: #CCC;
    position: absolute;
    left: 100%;
    bottom: 100%;
  }
}

@media screen and (max-width: 1020px) {
  header .header .nav ul li a {
	width: 90px;
    font-size: 90%;
  }
	
  header .header .nav ul li.ndr-home a {
	width: 120px;
  }
}

@media screen and (max-width: 900px) {
  header .header .logo {
    float: left;
    padding: 25px;
  }
  header .header .nav ul li a {
	width: 75px;
    font-size: 80%;
  }
  header .header .nav ul li.ndr-home a {
	width: 100px;
  }
  /*/////////// About ////////////*/
  .about_sec .box {
    background: transparent url(/wp-content/uploads/2019/06/recruit-top_middle_bg.jpg) center 100px no-repeat;
    min-height: initial;
    min-height: auto;
    max-width: 2000px;
    margin: 0px auto;
  }
  .about_sec .box .chartImg {
    width: 100%;
    text-align: center;
    margin: 30px 0px;
  }
  .about_sec .box ul li {
    width: 48%;
    padding: 30px;
  }
  /*/////////// CAREER PATHS ////////////*/
  .careerpath_block {
    margin-bottom: 80px;
  }
  .careerpath_block .content {
    width: 100%;
    margin-top: 80px;
  }
  .careerpath_block .content .inner {
    padding: 0px 10px;
  }
  .careerpath_block .content .inner .chart__area__1 {
    min-height: 680px;
  }
  .careerpath_block .content .inner .chart__area__2 .step_5 .step_inner:after {
    right: 30px;
    height: 220px;
  }
  /*/////////// Interview ////////////*/
  .interview_block ul li .sub_ttl {
    margin-top: 0px;
  }
  .interview_detail .voice1 {
    background-size: cover;
  }
  .interview_detail .key_visual {
    height: 500px;
  }
  .interview_detail .key_visual .bottom_ttl {
    padding: 15px 0px 25px 0px;
  }
  .interview_detail .key_visual .inner {
    max-width: 350px;
    padding-top: 0%;
  }
  .interview_detail .key_visual .inner .sub_ttl {
    font-size: 120%;
    margin-top: 230px;
  }
  .interview_detail .key_visual .inner dl {
    padding: 10px;
  }
  .interview_detail .key_visual .inner dl dt {
    font-size: 110%;
    margin-bottom: 5px;
  }
  .interview_detail .key_visual .inner dl dd {
    font-size: 104%;
  }
  .interview_detail .key_visual .inner_voice3 {
    max-width: 350px;
    padding-top: 0%;
  }
  .interview_detail .key_visual .inner_voice3 .sub_ttl {
    font-size: 120%;
    margin-top: 230px;
  }
  .interview_detail .key_visual .inner_voice3 dl {
    padding: 10px;
  }
  .interview_detail .key_visual .inner_voice3 dl dt {
    font-size: 110%;
    margin-bottom: 5px;
  }
  .interview_detail .key_visual .inner_voice3 dl dd {
    font-size: 104%;
  }
  .interview_detail .key_visual .inner_l_voice4 {
    max-width: 350px;
    padding-top: 8%;
  }
  .interview_detail .key_visual .inner_l_voice4 .sub_ttl {
    font-size: 130%;
  }
  .interview_detail .key_visual .inner_l {
    max-width: 400px;
    padding-top: 8%;
  }
  /*/////////// STEP ////////////*/
  .recruit_step .box {
    padding: 30px 30px 20px 30px;
  }
}
.orientation_main_content{    
  box-sizing: border-box;
  padding: 30px 30px 0px 30px;
  max-width: 840px;
  margin: 0px auto;
}
.orientationDate{
/*     text-align: center; */
    font-size: 150%;
    line-height: 1.5;
    margin-bottom: 50px;
    margin-left: 50px;
}
