@charset "UTF-8";
#recruit {
  color: #111111;
  line-height: 200%;
}
#recruit .show812 {
  display: none;
}
@media only screen and (max-width: 812px) {
  #recruit .show812 {
    display: block;
  }
}
#recruit .hide812 {
  display: block;
}
@media only screen and (max-width: 812px) {
  #recruit .hide812 {
    display: none;
  }
}
#recruit header {
  position: fixed;
  width: 100%;
  background-color: #FFF;
  z-index: 991;
}
#recruit .header_recruit .siteid a {
  width: 212px;
  background-size: 212px 48px;
  margin-left: 10%;
}
@media only screen and (max-width: 812px) {
  #recruit .header_recruit .siteid a {
    width: 100%;
    height: 50px;
    background-size: 146px 38px;
    margin-left: 0%;
  }
}
#recruit .header_recruit .header_spnav {
  width: 50px;
}
#recruit .header_recruit .header_spnav_btn {
  background: url("/assets/images/recruit/spnav.svg") no-repeat 50% 50%;
  width: 50px;
  height: 50px;
  background-size: 100%;
}
#recruit .header_recruit .header_spnav_btn.navon {
  background: url("/assets/images/recruit/icn_spnav_close.svg") no-repeat 50% 50%;
  width: 50px;
  height: 50px;
  background-size: 100%;
}
#recruit .stage {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media only screen and (max-width: 812px) {
  #recruit .stage {
    background-color: rgba(0, 0, 0, 0.75) !important;
  }
}
#recruit .sp-menu {
  display: none !important;
}
@media only screen and (max-width: 812px) {
  #recruit .sp-menu {
    display: block !important;
  }
}
#recruit .recruit-mainmenu {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6;
  color: #111111;
  height: 80px;
}
@media only screen and (max-width: 812px) {
  #recruit .recruit-mainmenu {
    height: auto;
    display: none;
  }
}
#recruit .recruit-mainmenu.pc-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#recruit .recruit-mainmenu.pc-menu ul li {
  margin-left: 20px;
}
#recruit .recruit-mainmenu.pc-menu ul li:last-child {
  margin-left: 10px;
}
@media only screen and (max-width: 812px) {
  #recruit .recruit-mainmenu ul {
    padding: 7px 40px;
  }
}
#recruit .recruit-mainmenu ul li {
  padding: 0 10px;
  letter-spacing: inherit;
  font-weight: inherit;
  border-bottom: inherit;
  padding: inherit;
}
#recruit .recruit-mainmenu ul li:first-child {
  border-top: 1px solid #fff;
}
#recruit .recruit-mainmenu ul li a {
  color: #111111;
  font-weight: 600;
}
#recruit .recruit-mainmenu ul li a span {
  white-space: nowrap;
}
#recruit .recruit-mainmenu .nav_corporate {
  display: none;
}
@media only screen and (max-width: 812px) {
  #recruit .recruit-mainmenu .nav_corporate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    border: 1px solid #cccccc;
    max-width: 224px;
    width: 100%;
    height: 47px;
    margin: auto;
    margin-bottom: 40px;
  }
  #recruit .recruit-mainmenu .nav_corporate em {
    font-weight: 600;
  }
}
#recruit .recruit-mainmenu .nav_contact-recruit {
  padding: 0 0 0 15px;
  letter-spacing: 0;
}
@media only screen and (max-width: 812px) {
  #recruit .recruit-mainmenu .nav_contact-recruit {
    padding: 0;
  }
}
#recruit .recruit-mainmenu .nav_contact-recruit a {
  display: table;
  padding: 0 45px;
  background-color: #075ca5;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 1.6rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 80px;
  max-width: 180px;
  width: 100%;
}
@media only screen and (max-width: 812px) {
  #recruit .recruit-mainmenu .nav_contact-recruit a {
    height: 63px;
    width: 100%;
    max-width: inherit;
    margin: 40px 0;
  }
}
#recruit .recruit-mainmenu .nav_contact-recruit a:hover {
  background-color: #469fea;
}
#recruit .recruit-mainmenu .nav_contact-recruit span {
  display: table-cell;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
#recruit .recruit-mainmenu .nav_contact-recruit em {
  display: inline-block;
  font-weight: 600;
}
#recruit article {
  padding-bottom: 0;
  background-color: #ffffff;
  padding-top: 80px;
}
@media only screen and (max-width: 812px) {
  #recruit article {
    padding-top: 50px;
  }
}
#recruit h2 {
  white-space: nowrap;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  color: #075ca5;
  line-height: 202%;
}
#recruit .txt-underline {
  position: relative;
  padding-bottom: 10px;
}
#recruit .txt-underline::after {
  content: "";
  position: absolute;
  background-image: url("/assets/images/recruit/h2-underline.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  left: 0;
  bottom: 0;
  width: 41px;
  height: 2px;
}
#recruit .mv-recruit {
  padding: 100px 0;
  background-image: url("/assets/images/recruit/bg-main.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 2rem;
  line-height: 200%;
  color: #075ca5;
}
@media only screen and (max-width: 812px) {
  #recruit .mv-recruit {
    color: #111111;
    font-size: 1.6rem;
    background-position: left -200px top;
  }
}
#recruit .mv-recruit h1 {
  width: 100%;
  margin-bottom: 40px;
  font-size: 8.8rem;
  line-height: 11.3rem;
  background-image: linear-gradient(45deg, #1CADD5, #054D8B, #054D8B, #054D8B);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
@media only screen and (max-width: 812px) {
  #recruit .mv-recruit h1 {
    font-size: 10vw;
    line-height: 13vw;
    margin-bottom: 30px;
  }
}
#recruit .mv-recruit .mv-recruit_detail {
  max-width: 1100px;
  width: 90%;
  margin: auto;
}
#recruit .message_content {
  padding: 100px 0;
  max-width: 1040px;
  width: 90%;
  margin: auto;
}
#recruit .message_content h2 {
  text-align: center;
  margin-bottom: 50px;
}
#recruit .message_content h2.txt-underline::after {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
#recruit .message_content p + p {
  margin-top: 30px;
}
#recruit .message_content .tt-name {
  text-align: right;
  font-size: 1.8rem;
  font-weight: 500;
}
#recruit .message_content .extra {
  display: block;
}
@media only screen and (max-width: 812px) {
  #recruit .message_content .extra {
    display: none;
  }
}
#recruit .message_content input[type=checkbox] {
  display: none;
}
@media only screen and (max-width: 812px) {
  #recruit .message_content input[type=checkbox] {
    width: 100%;
    height: 60px;
    display: block;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-image: url("/assets/images/recruit/frame-w-txt.svg");
    background-size: cover;
    background-position: bottom left;
    margin-top: -50px;
    z-index: 1;
    position: relative;
  }
}
#recruit .message_content label {
  display: none;
}
@media only screen and (max-width: 812px) {
  #recruit .message_content label {
    margin: auto;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.6rem;
    position: relative;
    background-color: #FFFFFF;
    color: #075CA5;
    border: 1px solid #075CA5;
    cursor: pointer;
    border-radius: 20px;
    width: 200px;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#recruit .message_content label:before {
  content: "開く";
}
#recruit .message_content input[type=checkbox]:checked ~ label:before {
  content: "閉じる";
}
#recruit .message_content .dots:has(~ input[type=checkbox]:checked) {
  display: none;
}
#recruit .message_content .extra:has(~ input[type=checkbox]:checked) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 60px;
}
#recruit .our-work_content {
  padding: 100px 0;
  background-color: #f6f6f4;
}
#recruit .our-work_content h2 {
  text-align: center;
}
#recruit .our-work_content h2.txt-underline::after {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
#recruit .our-work_content .our-work_detail {
  max-width: 1280px;
  width: 90%;
  margin: auto;
}
#recruit .our-work_content .our-work_detail-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
}
@media only screen and (max-width: 812px) {
  #recruit .our-work_content .our-work_detail-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#recruit .our-work_content .our-work_detail-img:nth-last-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-right: 40px;
}
@media only screen and (max-width: 812px) {
  #recruit .our-work_content .our-work_detail-img:nth-last-child(even) {
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#recruit .our-work_content .our-work_detail-img:nth-last-child(even) .txt-w-box {
  margin-left: 0px;
  margin-right: -40px;
}
@media only screen and (max-width: 812px) {
  #recruit .our-work_content .our-work_detail-img:nth-last-child(even) .txt-w-box {
    margin: auto;
  }
}
#recruit .our-work_content .our-work_detail-img .our-work-img img {
  position: relative;
  max-width: 640px;
  height: auto;
}
#recruit .our-work_content .our-work_detail-img .txt-w-box {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  max-width: 560px;
  padding: 80px;
  margin-left: -40px;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 812px) {
  #recruit .our-work_content .our-work_detail-img .txt-w-box {
    padding: 20px;
    max-width: inherit;
    margin: auto;
  }
}
#recruit .our-work_content .our-work_detail-img .txt-w-box h3 {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 20px;
}
#recruit .position_content {
  padding: 100px 0;
  max-width: 1040px;
  width: 90%;
  margin: auto;
}
#recruit .position_content h2 {
  text-align: center;
  margin-bottom: 40px;
}
#recruit .position_content h2.txt-underline::after {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
#recruit .position_content .position_detail {
  text-align: center;
}
@media only screen and (max-width: 812px) {
  #recruit .position_content .position_detail {
    text-align: left;
  }
}
#recruit .position_content .position_detail-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  margin-top: 60px;
}
@media only screen and (max-width: 812px) {
  #recruit .position_content .position_detail-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#recruit .position_content .position_detail-img p + p {
  margin-top: 20px;
}
#recruit .position_content .position_detail-img .txt_detail {
  max-width: 571px;
  width: 100%;
  margin-left: 20px;
}
@media only screen and (max-width: 812px) {
  #recruit .position_content .position_detail-img .txt_detail {
    margin: auto;
    margin-top: 50px;
  }
}
#recruit .position_content .position-img img {
  position: relative;
  max-width: 420px;
  height: auto;
}
#recruit footer .recruit_contact {
  padding: 100px 0;
  background-image: url("/assets/images/recruit/bg-main.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 812px) {
  #recruit footer .recruit_contact {
    background-position: left -300px top;
  }
}
#recruit footer .text_detail {
  max-width: 1100px;
  width: 90%;
  margin: auto;
  color: #075ca5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 812px) {
  #recruit footer .text_detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #111111;
  }
}
#recruit footer .text_detail .detail {
  max-width: 931px;
  width: 100%;
  margin-left: 20px;
}
@media only screen and (max-width: 812px) {
  #recruit footer .text_detail .detail {
    margin: auto;
    margin-top: 50px;
  }
}
#recruit footer .text_detail p + p {
  margin-top: 20px;
}
#recruit footer .btn-center {
  margin: auto;
  margin-top: 50px;
  width: 90%;
}
#recruit footer .btn-center .btn-recruit_contact {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  color: #fff;
  background-color: #075ca5;
  width: 100%;
  max-width: 640px;
  height: 107px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: auto;
}
@media only screen and (max-width: 812px) {
  #recruit footer .btn-center .btn-recruit_contact {
    max-width: 350px;
    height: 76px;
  }
}
#recruit footer .btn-center .btn-recruit_contact:hover {
  background-color: #469fea;
}
#recruit .nav-recruit_pagetop {
  z-index: 3;
  position: fixed;
  right: 20px;
  bottom: 40px;
  left: inherit !important;
  top: inherit !important;
  width: 66px !important;
  height: 66px !important;
  margin-left: -28px;
  border-radius: 8px;
}
@media only screen and (max-width: 812px) {
  #recruit .nav-recruit_pagetop {
    width: 42px;
    height: 42px;
    right: -10px;
    bottom: 20px;
  }
}
#recruit .nav-recruit_pagetop a {
  display: block;
  width: 66px;
  height: 66px;
  border-radius: 8px;
  background: #949ba4 url("/assets/images/recruit/icn_up_w.svg") no-repeat 50% 50%;
  background-size: 28px 14px;
  border: 1px solid #cccccc;
  text-indent: -9999px;
}
@media only screen and (max-width: 812px) {
  #recruit .nav-recruit_pagetop a {
    width: 42px;
    height: 42px;
  }
}
#recruit .nav_pagetop a:hover {
  cursor: pointer;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#recruit .nav_pagetop a:hover img {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}