@charset "UTF-8";
@font-face {
  font-family: 'Noto Sans Light';
  src: url("../font/NotoSansCJKjp-DemiLight.otf"); }

@font-face {
  font-family: 'Noto Sans Regular';
  src: url("../font/NotoSansCJKjp-Regular.otf"); }

@font-face {
  font-family: 'Noto Sans Medium';
  src: url("../font/NotoSansCJKjp-Medium.otf"); }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  color: #111733; }

body {
  background: #fff;
  font-family: "Lato","Noto Sans Regular",sans-serif;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.05em;
  color: #111733; }

a {
  text-decoration: none;
  font-family: "Noto Sans Medium",sans-serif; }

ul {
  list-style: none; }

@media (max-width: 990px) {
  #wrapper {
    min-width: 990px; } }

@media only screen and (max-width: 768px) {
  #wrapper {
    min-width: 0; } }

.clear {
  clear: both; }

.cf:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

.right {
  float: right; }

.left {
  float: left; }

.contents {
  width: 900px;
  height: auto;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .contents {
      width: 100%;
      height: auto;
      margin: 0 auto;
      padding: 0 15px; } }

.section_title {
  margin: 0 auto;
  text-align: center;
  position: relative;
  color: #2a236b;
  letter-spacing: 0.1em; }
  @media only screen and (max-width: 768px) {
    .section_title {
      width: 100%;
      height: auto; } }
  .section_title h2 {
    font-size: 32px;
    font-family: 'Noto Sans Medium',sans-serif; }
    @media only screen and (max-width: 768px) {
      .section_title h2 {
        font-size: 20px; } }
  .section_title p {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 38px;
    font-weight: 500; }
    @media only screen and (max-width: 768px) {
      .section_title p {
        font-size: 12px; } }

.section_title:after {
  content: "";
  display: block;
  width: 30px;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: solid 8px;
  color: #dd5a7f;
  opacity: 0.5; }
  @media only screen and (max-width: 768px) {
    .section_title:after {
      width: 25px;
      height: 6px; } }

section {
  padding-top: 100px; }
  @media only screen and (max-width: 768px) {
    section {
      padding-top: 60px; } }

.active {
  display: block; }

.work_detail.active .button_style {
  background-color: #041a85; }
  .work_detail.active .button_style:after {
    top: 13px;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg); }

.button_style {
  background-color: #f48eab;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 22px 5px 5px; }

.button_style:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 9px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }

@media (max-width: 990px) {
  .open_btn.active .span_1 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%; }
  .open_btn.active .span_2 {
    opacity: 0; }
  .open_btn.active .span_3 {
    bottom: 45%;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); } }

.open_btn {
  display: none;
  position: relative; }
  @media (max-width: 990px) {
    .open_btn {
      display: block;
      width: 80px;
      height: 85px;
      background-color: #eb6baa;
      position: absolute;
      top: 0;
      right: 0;
      cursor: pointer;
      z-index: 10; } }
  @media only screen and (max-width: 768px) {
    .open_btn {
      height: 60px;
      width: 60px; } }
  .open_btn span {
    position: absolute;
    left: 26%;
    width: 48%;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
    display: block; }

.span_1 {
  top: 30%; }

.span_2 {
  top: 48%; }

.span_3 {
  bottom: 30%; }

.menu_wrap {
  z-index: 4;
  display: block; }
  @media (max-width: 990px) {
    .menu_wrap {
      display: none;
      width: 100%; } }

.menu_wrap.active {
  display: block;
  position: absolute;
  width: 100%;
  height: 500px;
  top: 60px;
  left: 0;
  background-color: #fff;
  z-index: 4; }

@media only screen and (max-width: 768px) {
  .slider_nav_pc {
    display: none !important; } }

.slider_nav_sp {
  display: none !important; }
  @media only screen and (max-width: 768px) {
    .slider_nav_sp {
      display: block !important; } }

.icon_tel {
  padding-left: 24px;
  position: relative; }

.icon_tel:before {
  content: "";
  background-image: url(/assets/recruit/img/icon_tel.png);
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 12%;
  left: 3%; }
  @media only screen and (max-width: 768px) {
    .icon_tel:before {
      width: 14px;
      height: 14px;
      top: 14%;
      left: 2%; } }

.icon_fax {
  padding-left: 24px;
  position: relative; }

.icon_fax:before {
  content: "";
  background-image: url(/assets/recruit/img/icon_fax.png);
  background-repeat: no-repeat;
  width: 12px;
  height: 14px;
  position: absolute;
  top: 12%;
  left: 3%; }
  @media only screen and (max-width: 768px) {
    .icon_fax:before {
      width: 12px;
      height: 14px;
      top: 0%;
      left: 3%; } }

.full_bg_area {
  padding-top: 80px; }
  .full_bg_area .full_bg_title {
    background-color: #fef0f8; }
    .full_bg_area .full_bg_title h2 {
      float: left;
      padding: 37px;
      font-family: "Noto Sans Medium",sans-serif; }
    .full_bg_area .full_bg_title p {
      float: right;
      padding: 43px 0; }
      @media only screen and (max-width: 768px) {
        .full_bg_area .full_bg_title p {
          margin-right: 5%;
          padding: 34px 0; } }
      .full_bg_area .full_bg_title p a {
        color: #111733;
        padding-bottom: 2px;
        -webkit-text-decoration: underline solid #111733;
        text-decoration: underline solid #111733;
        font-size: 16px; }
        @media only screen and (max-width: 768px) {
          .full_bg_area .full_bg_title p a {
            font-size: 12px; } }
    .full_bg_area .full_bg_title .inner {
      max-width: 900px;
      margin: 0 auto; }
      .full_bg_area .full_bg_title .inner h2 {
        font-size: 24px;
        padding-left: 30px;
        position: relative; }
        @media only screen and (max-width: 768px) {
          .full_bg_area .full_bg_title .inner h2 {
            font-size: 18px;
            margin-left: 5%; } }
      .full_bg_area .full_bg_title .inner h2:before {
        content: "";
        width: 16px;
        height: auto;
        border-bottom: 4px solid #f48eab;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }

.full_bg_area .full_bg_title_career {
  background-color: #feeaf0; }

.fixed_button {
  border: none;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 99; }
  @media only screen and (max-width: 768px) {
    .fixed_button {
      right: 5%; } }
  .fixed_button a {
    display: block;
    color: #fff;
    width: 240px;
    font-size: 20px;
    padding: 15px 35px 15px 25px;
    position: relative;
    background-color: #2a236b; }
    @media only screen and (max-width: 768px) {
      .fixed_button a {
        width: 170px;
        font-size: 14px;
        padding: 12px 35px 13px 25px; } }
  .fixed_button a:hover {
    opacity: 0.8;
    cursor: pointer; }
  .fixed_button a:before {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 28px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media only screen and (max-width: 768px) {
      .fixed_button a:before {
        right: 14px; } }
  .fixed_button a:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 38px;
    top: 39%;
    border-top: solid 2px;
    border-right: solid 2px;
    -webkit-transform: rotate(135deg) translateY(-50%);
    -ms-transform: rotate(135deg) translateY(-50%);
    transform: rotate(135deg) translateY(-50%);
    color: #2a236b; }
    @media only screen and (max-width: 768px) {
      .fixed_button a:after {
        top: 34%;
        right: 24px; } }

.sp_inner {
  display: block; }
  @media only screen and (max-width: 768px) {
    .sp_inner {
      display: none; } }

@media only screen and (max-width: 768px) {
  .sp_none {
    display: none; } }

.pc_none {
  display: none; }
  @media only screen and (max-width: 768px) {
    .pc_none {
      display: block; } }

@-webkit-keyframes slidePhoto {
  from {
    background-position: 0 0; }
  to {
    background-position: -2560px 0; } }

@keyframes slidePhoto {
  from {
    background-position: 0 0; }
  to {
    background-position: -2560px 0; } }

.photo_animation {
  content: "";
  width: 100%;
  height: 200px;
  margin-bottom: 33px;
  background: url(/assets/recruit/img/slideimg.png);
  background-repeat: repeat-x;
  -webkit-animation: slidePhoto 40s 0s linear infinite;
  animation: slidePhoto 40s 0s linear infinite; }
  .photo_animation .photo_animation:after {
    content: "";
    clear: both;
    display: block; }

.message_top:before {
  content: "";
  background-image: url(/assets/recruit/img/shape_1.png);
  background-repeat: no-repeat;
  width: 162px;
  height: 415px;
  position: absolute;
  top: 0;
  right: 0; }
  @media (max-width: 1120px) {
    .message_top:before {
      display: none; } }

.message:before {
  content: "";
  background-image: url(/assets/recruit/img/shape_2.png);
  background-repeat: no-repeat;
  width: 60px;
  height: 201px;
  position: absolute;
  bottom: -7%;
  left: 0;
  z-index: 1; }
  @media (max-width: 1120px) {
    .message:before {
      display: none; } }

.welfare:before {
  content: "";
  background-image: url(/assets/recruit/img/shape_3.png);
  background-repeat: no-repeat;
  width: 71px;
  height: 200px;
  position: absolute;
  top: -12%;
  right: 0; }
  @media (max-width: 1120px) {
    .welfare:before {
      display: none; } }

.location:before {
  content: "";
  background-image: url(/assets/recruit/img/shape_4.png);
  background-repeat: no-repeat;
  width: 71px;
  height: 204px;
  position: absolute;
  top: -4%;
  left: 0; }
  @media (max-width: 1120px) {
    .location:before {
      display: none; } }

.requirements:before {
  content: "";
  background-image: url(/assets/recruit/img/shape_6.png);
  background-repeat: no-repeat;
  width: 110px;
  height: 284px;
  position: absolute;
  top: -2%;
  right: 0; }
  @media (max-width: 1120px) {
    .requirements:before {
      display: none; } }

.education:before {
  content: "";
  background-image: url(/assets/recruit/img/shape_5.png);
  background-repeat: no-repeat;
  width: 71px;
  height: 204px;
  position: absolute;
  top: -1%;
  left: 0; }
  @media (max-width: 1120px) {
    .education:before {
      display: none; } }

input[type="text"], input[type="email"], textarea, select, option, input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0px; }

select::-ms-expand {
  display: none; }

.forSp {
  display: none !important; }
  @media only screen and (max-width: 768px) {
    .forSp {
      display: block !important; } }

@media only screen and (max-width: 768px) {
  .forPc {
    display: none !important; } }

.border-dot {
  border-bottom: 1px dotted #000;
  display: block;
  padding: 8px 0; }

.inner_career_text .border-dot {
  max-width: 90%; }

.header-container {
  margin: 0 auto;
  width: 100%;
  height: 85px;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .header-container {
      height: 60px;
      position: fixed;
      z-index: 10; } }
  .header-container .logo {
    max-width: 260px;
    width: 100%;
    float: left; }
    @media only screen and (max-width: 768px) {
      .header-container .logo {
        display: none; } }
    .header-container .logo 　.logo, .header-container .logo img {
      padding: 20px 0 20px 36px;
      display: inline-block; }
  .header-container .logo_sp {
    display: none; }
    @media only screen and (max-width: 768px) {
      .header-container .logo_sp {
        display: block;
        float: left;
        max-width: 210px;
        position: relative;
        z-index: 10;
        padding: 15px; } }
    .header-container .logo_sp .logo_sp, .header-container .logo_sp img {
      display: block;
      max-width: 210px;
      width: 60%; }
      @media only screen and (max-width: 768px) {
        .header-container .logo_sp .logo_sp, .header-container .logo_sp img {
          width: 100%; } }
  .header-container nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1; }
    @media (max-width: 990px) {
      .header-container nav {
        position: static;
        background-color: #fff; } }
    .header-container nav ul {
      float: right;
      margin-right: 32px;
      display: block; }
      @media (max-width: 990px) {
        .header-container nav ul {
          float: left;
          text-align: center;
          width: 100%;
          padding: 81px 39px 150px; } }
      .header-container nav ul li {
        display: inline-block;
        margin-top: 33px;
        margin-left: 33px; }
        @media (max-width: 990px) {
          .header-container nav ul li {
            display: block;
            margin-top: 0px;
            margin-left: 0px;
            border-top: 1px solid #ffc3ab; } }
        @media only screen and (max-width: 768px) {
          .header-container nav ul li:last-of-type {
            border-bottom: 1px solid #ffc3ab; } }
        .header-container nav ul li a {
          font-size: 14px;
          color: #111733;
          padding-bottom: 5px; }
          @media (max-width: 990px) {
            .header-container nav ul li a {
              display: block;
              padding: 18px 0; } }
        .header-container nav ul li a:hover {
          border-bottom: 2px solid #111733; }
          @media only screen and (max-width: 768px) {
            .header-container nav ul li a:hover {
              border: none; } }
  .header-container .menu {
    display: none; }
    @media only screen and (max-width: 768px) {
      .header-container .menu {
        display: block; } }
    @media only screen and (max-width: 768px) {
      .header-container .menu img {
        max-width: 60px;
        width: 100%; } }
  @media only screen and (max-width: 768px) {
    .header-container .menu {
      height: auto;
      position: absolute;
      top: 0;
      right: 0; } }
  .header-container .fixed_header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: #fff;
    min-height: 60px; }
    @media (max-width: 990px) {
      .header-container .fixed_header {
        border-bottom: 1px solid #e5e5e5; } }

.pc_mv {
  width: 100%;
  height: auto; }
  @media only screen and (max-width: 768px) {
    .pc_mv {
      display: none; } }

.mv_slick {
  width: 100%;
  height: auto;
  position: relative; }
  .mv_slick img {
    width: 100%;
    height: auto; }

.mv_slick::before {
  content: "";
  background-image: url(/assets/recruit/img/mv_text.png);
  background-repeat: no-repeat;
  width: 60%;
  height: 40%;
  position: absolute;
  top: 6%;
  left: 16%;
  z-index: 1; }
  @media only screen and (max-width: 768px) {
    .mv_slick::before {
      position: absolute;
      top: 15%;
      left: 10px;
      width: 80%;
      background-size: 100%; } }

.mv_slick::after {
  content: "";
  background-image: url(/assets/recruit/img/recruit_title.png);
  background-repeat: no-repeat;
  height: 263px;
  width: 300px;
  position: absolute;
  bottom: 0.5%;
  left: 15%; }
  @media only screen and (max-width: 768px) {
    .mv_slick::after {
      position: absolute;
      top: 38%;
      left: 60%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 60%;
      min-height: 24%;
      display: none; } }

.sp_mv {
  display: none; }
  @media only screen and (max-width: 768px) {
    .sp_mv {
      display: block;
      padding-top: 60px;
      position: relative;
      height: auto; } }

@media only screen and (max-width: 768px) {
  .for_sp_mv:after {
    content: "";
    background-image: url(/assets/recruit/img/mv-object_sp.png);
    background-repeat: no-repeat;
    background-size: 77%;
    position: absolute;
    top: 46%;
    left: 56%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60%;
    min-height: 30%;
    display: block; } }

.slick-prev, .slick-next {
  top: 58px; }

.message {
  position: relative; }
  .message_top .contents {
    padding-top: 100px;
    color: #111733; }
  .message_top .recruit_facility {
    float: left; }
    @media only screen and (max-width: 768px) {
      .message_top .recruit_facility {
        float: none;
        margin: 0 auto;
        padding: 0; } }
    .message_top .recruit_facility img {
      max-width: 320px;
      width: 100%;
      height: auto; }
      @media only screen and (max-width: 768px) {
        .message_top .recruit_facility img {
          max-width: 690px;
          width: 100%;
          height: auto;
          display: block;
          margin: 0 auto; } }
  .message_top_text {
    float: left;
    width: 550px; }
    @media only screen and (max-width: 768px) {
      .message_top_text {
        width: 100%;
        float: none; } }

.message_top_1 {
  padding-left: 30px;
  font-size: 24px;
  font-family: 'Noto Sans Medium',sans-serif; }
  @media only screen and (max-width: 768px) {
    .message_top_1 {
      float: none;
      width: 100%;
      font-size: 18px;
      margin: 0 auto;
      padding: 20px 0; } }

.message_top_2 {
  font-size: 16px;
  padding-left: 30px;
  margin-top: 30px;
  line-height: 1.8; }
  @media only screen and (max-width: 768px) {
    .message_top_2 {
      line-height: 1.6;
      font-size: 14px;
      padding-left: 0;
      margin-top: 0; } }

.message {
  color: #111733; }
  .message_top-wrap {
    position: relative; }
  .message h2 {
    font-size: 24px;
    font-family: 'Noto Sans Medium',sans-serif;
    padding-bottom: 40px;
    padding-top: 50px; }
    @media only screen and (max-width: 768px) {
      .message h2 {
        width: 100%;
        margin: 0 auto;
        font-size: 18px;
        padding: 50px 0 20px; } }
  .message .message_content .message_image {
    float: left; }
    @media only screen and (max-width: 768px) {
      .message .message_content .message_image {
        display: none; } }
  .message .message_content .message_image_sp {
    display: none; }
    @media only screen and (max-width: 768px) {
      .message .message_content .message_image_sp {
        display: block;
        width: 100%;
        margin: 0 auto; }
        .message .message_content .message_image_sp img {
          width: 100%;
          height: auto; } }
  .message .message_content p {
    float: left;
    width: 57%;
    padding-left: 30px;
    line-height: 1.9;
    font-weight: normal; }
    @media only screen and (max-width: 768px) {
      .message .message_content p {
        float: none;
        width: 100%;
        margin: 0 auto;
        font-size: 14px;
        padding-left: 0; } }
  .message .message_content_right {
    float: right;
    width: 550px;
    line-height: 2;
    font-size: 14px; }
    @media only screen and (max-width: 768px) {
      .message .message_content_right {
        width: 100%;
        float: none;
        padding-top: 20px;
        line-height: 1.8; } }
    @media only screen and (max-width: 768px) {
      .message .message_content_right .message_text_bottom {
        padding-top: 30px; } }
    .message .message_content_right .message_name {
      position: relative;
      text-align: right;
      margin-top: 30px;
      margin-bottom: 100px; }
      .message .message_content_right .message_name img {
        width: auto;
        display: block;
        float: right;
        position: relative; }
        @media only screen and (max-width: 768px) {
          .message .message_content_right .message_name img {
            width: 33.3%; } }
  .message .message_name:before {
    content: "理事長";
    position: absolute;
    top: 50%;
    right: 250px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px; }
    @media only screen and (max-width: 768px) {
      .message .message_name:before {
        right: 220px;
        font-size: 12px;
        top: 52%; } }

.interview {
  background-color: #f7f7f7;
  position: relative; }
  .interview .interview_wrap {
    margin-top: 50px; }
  @media only screen and (max-width: 768px) {
    .interview ul li img {
      width: 100%;
      height: auto; } }
  .interview .slider_nav {
    padding-bottom: 100px; }
    .interview .slider_nav li {
      padding: 20px; }
      @media only screen and (max-width: 768px) {
        .interview .slider_nav li {
          width: 50px;
          height: auto;
          padding: 0;
          margin-left: 9px; } }
      .interview .slider_nav li img {
        width: 100%;
        height: auto;
        display: block; }
      .interview .slider_nav li img:hover {
        opacity: 0.8;
        cursor: pointer; }
    @media only screen and (max-width: 768px) {
      .interview .slider_nav {
        padding-bottom: 60px; } }
  .interview .interview_text {
    width: 100%;
    height: auto;
    padding: 30px 0 0;
    word-wrap: break-word;
    margin: 0 auto;
    word-break: break-all;
    -ms-word-break: break-all; }
    @media only screen and (max-width: 768px) {
      .interview .interview_text {
        padding-top: 0;
        padding-bottom: 30px;
        width: 100%; } }
    .interview .interview_text .left, .interview .interview_text .right {
      width: 50%;
      max-width: 430px; }
      @media only screen and (max-width: 768px) {
        .interview .interview_text .left, .interview .interview_text .right {
          float: none;
          width: 100%;
          max-width: 100%; } }
      .interview .interview_text .left .interview_text_inner, .interview .interview_text .right .interview_text_inner {
        font-size: 14px;
        line-height: 1.5;
        padding-bottom: 20px; }
      .interview .interview_text .left dl, .interview .interview_text .right dl {
        width: 100%;
        height: auto;
        padding-bottom: 25px;
        word-break: break-all; }
        @media only screen and (max-width: 768px) {
          .interview .interview_text .left dl, .interview .interview_text .right dl {
            padding-top: 20px;
            padding-bottom: 0; } }
        .interview .interview_text .left dl dt, .interview .interview_text .right dl dt {
          font-size: 16px;
          color: #5265c1;
          font-family: "Noto Sans Medium",sans-serif;
          -ms-font-feature-settings: "normal";
          line-height: 1.4;
          padding-bottom: 12px;
          width: 430px; }
          @media only screen and (max-width: 768px) {
            .interview .interview_text .left dl dt, .interview .interview_text .right dl dt {
              padding-bottom: 10px;
              font-size: 15px;
              width: 100%; } }
        .interview .interview_text .left dl dd, .interview .interview_text .right dl dd {
          font-size: 14px;
          color: #111733;
          line-height: 1.8;
          width: auto;
          font-family: "Noto Sans Regular",sans-serif;
          -ms-font-feature-settings: "normal"; }
          @media only screen and (max-width: 768px) {
            .interview .interview_text .left dl dd, .interview .interview_text .right dl dd {
              font-size: 13px;
              padding-bottom: 5px; } }
    .interview .interview_text .right {
      width: 50%; }
      @media only screen and (max-width: 768px) {
        .interview .interview_text .right {
          width: 100%; } }

.welfare {
  position: relative; }
  .welfare ul {
    margin-top: 42px; }
    @media only screen and (max-width: 768px) {
      .welfare ul {
        width: 100%;
        margin: 40px auto; } }
    .welfare ul li {
      float: left;
      margin-right: 60px;
      width: 260px; }
      @media only screen and (max-width: 768px) {
        .welfare ul li {
          width: 32%;
          margin-right: 2%; } }
      .welfare ul li img {
        width: 100%;
        height: auto; }
      .welfare ul li p {
        text-align: center;
        margin-top: 30px;
        font-size: 16px;
        font-family: "Noto Sans Medium",sans-serif; }
        @media only screen and (max-width: 768px) {
          .welfare ul li p {
            font-size: 12px;
            margin-top: 15px; } }
    .welfare ul li:last-child {
      margin-right: 0; }
  .welfare .welfare_list_2 {
    padding-bottom: 100px; }
    @media only screen and (max-width: 768px) {
      .welfare .welfare_list_2 {
        padding-bottom: 0; }
        .welfare .welfare_list_2 li {
          display: block;
          width: 100%;
          margin-bottom: 30px;
          padding-left: 0; } }
    @media only screen and (max-width: 768px) and (max-width: 768px) {
      .welfare .welfare_list_2 li {
        margin-right: 0; } }
    .welfare .welfare_list_2 .welfare_list_2_img {
      max-width: 100px;
      display: block;
      margin: 0 auto; }
      @media only screen and (max-width: 768px) {
        .welfare .welfare_list_2 .welfare_list_2_img {
          float: left;
          margin-left: 15px;
          max-width: 74px; } }
      .welfare .welfare_list_2 .welfare_list_2_img img {
        width: 100%;
        height: auto; }
    @media only screen and (max-width: 768px) {
      .welfare .welfare_list_2 p {
        float: left;
        font-size: 14px;
        text-align: left;
        margin-left: 8%;
        width: 61%; } }
    @media only screen and (max-width: 768px) {
      .welfare .welfare_list_2 .welfare_text_2 {
        margin-top: 5px; } }
    .welfare .welfare_list_2 .welfare_text_3 {
      font-size: 14px;
      margin-top: 20px;
      color: #808080;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .welfare .welfare_list_2 .welfare_text_3 {
          float: left;
          font-size: 12px;
          text-align: left;
          margin-top: 10px; } }

.location {
  background-color: #f7f7f7; }
  .location .location_contents {
    background-color: #fff; }
    .location .location_contents .area_name {
      color: #2a236b; }
    .location .location_contents .district_name {
      color: #111733; }

.requirements {
  position: relative; }
  .requirements .section_title {
    margin-bottom: 80px; }
    @media only screen and (max-width: 768px) {
      .requirements .section_title {
        margin-bottom: 0; } }
  @media only screen and (max-width: 768px) {
    .requirements .select_requirements {
      width: 100%;
      margin: 0 auto; } }
  .requirements .select_requirements p {
    margin-bottom: 30px;
    width: 100%;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .requirements .select_requirements p {
        width: 100%;
        margin-bottom: 20px; } }
    .requirements .select_requirements p span {
      padding-left: 36px; }
      @media only screen and (max-width: 768px) {
        .requirements .select_requirements p span {
          padding-left: 20px; } }
    .requirements .select_requirements p span::before {
      content: "";
      position: absolute;
      top: 60%;
      left: 4%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 10px;
      height: auto;
      border-bottom: 4px solid #ff8fb0; }
      @media only screen and (max-width: 768px) {
        .requirements .select_requirements p span::before {
          left: 0; } }
    .requirements .select_requirements p a {
      color: #111733;
      padding: 16px 0 6px 20px;
      text-decoration: underline;
      display: inline-block;
      font-size: 16px;
      font-family: 'Noto Sans Regular'; }
    .requirements .select_requirements p a:hover {
      opacity: 0.8;
      cursor: pointer; }

  .requirements .select_requirements .new_graduate {
    float: left;
    width: 49%; }
    @media only screen and (max-width: 768px) {
      .requirements .select_requirements .new_graduate {
        float: none;
        width: 100%;
        margin-top: 50px; } }
  .requirements .select_requirements .new_graduate .inner {
    padding: 8px;
    border: #ff8fb0 2px solid; }

.requirements .select_requirements .career {
    float: right;
    width: 49%; }
    @media only screen and (max-width: 768px) {
      .requirements .select_requirements .career {
        float: none;
        width: 100%;
        margin-top: 50px; } }
  .requirements .select_requirements .career .inner {
    padding: 8px;
    border: #eb6baa 2px solid; }
    .requirements .select_requirements .career a:after {
      color: #eb6baa; }

  .requirements .select_requirements .select_requirements_buttom {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 44%; }
    @media only screen and (max-width: 768px) {
      .requirements .select_requirements .select_requirements_buttom {
        display: block;
        width: 100%;
        margin-bottom: 20px; } }
    .requirements .select_requirements .select_requirements_buttom a {
      padding: 16px 48px 6px 10px;
      display: block;
      font-size: 16px;
      color: #111733; }
    .requirements .select_requirements .select_requirements_buttom a:hover {
      opacity: 0.8;
      cursor: pointer; }
    .requirements .select_requirements .select_requirements_buttom a:before {
      content: "";
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #f6a5bc;
      position: absolute;
      top: 57%;
      right: 2.6px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media only screen and (max-width: 768px) {
        .requirements .select_requirements .select_requirements_buttom a:before {
          top: 53%; } }
    .requirements .select_requirements .select_requirements_buttom a:after {
      content: "";
      display: block;
      width: 6px;
      height: 6px;
      position: absolute;
      right: 13.8px;
      top: 40%;
      border-top: solid 2px;
      border-right: solid 2px;
      -webkit-transform: rotate(135deg) translateY(-50%);
      -ms-transform: rotate(135deg) translateY(-50%);
      transform: rotate(135deg) translateY(-50%);
      color: #fff; }
      @media only screen and (max-width: 768px) {
        .requirements .select_requirements .select_requirements_buttom a:after {
          top: 36%; } }
  .requirements .select_requirements .select_requirements_buttom:nth-child(odd) {
    margin-left: 18px; }
    @media only screen and (max-width: 768px) {
      .requirements .select_requirements .select_requirements_buttom:nth-child(odd) {
        margin-left: 0; } }
  .requirements .select_requirements .for_half {
    width: 120px;
    margin-right: 10px;
    margin-left: 0; }
    @media only screen and (max-width: 768px) {
      .requirements .select_requirements .for_half {
        display: block;
        width: 100%;
        margin-bottom: 20px; } }
    .requirements .select_requirements .for_half a {
      padding: 5px 10px;
      border: 2px solid #ff8fb0;
      display: block;
      font-size: 16px;
      color: #111733; }
      @media only screen and (max-width: 768px) {
        .requirements .select_requirements .for_half a {
          padding: 16px 48px 16px 20px; } }
    .requirements .select_requirements .for_half a:hover {
      opacity: 0.8;
      cursor: pointer; }
    .requirements .select_requirements .for_half a:before {
      content: "";
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background: #f6a5bc;
      position: absolute;
      top: 50%;
      right: 11px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .requirements .select_requirements .for_half a:after {
      content: "";
      display: block;
      width: 6px;
      height: 6px;
      position: absolute;
      right: 21.8px;
      top: 36%;
      border-top: solid 2px;
      border-right: solid 2px;
      -webkit-transform: rotate(135deg) translateY(-50%);
      -ms-transform: rotate(135deg) translateY(-50%);
      transform: rotate(135deg) translateY(-50%);
      color: #fff; }
      @media only screen and (max-width: 768px) {
        .requirements .select_requirements .for_half a:after {
          top: 36%; } }
  .requirements .select_requirements .select_button a {
    padding: 16px 48px 6px 10px;
    display: block;
    font-size: 16px;
    color: #111733; }
  .requirements .select_requirements .select_button a:before {
    background-color: #eb6baa; }
  .requirements .select_requirements .mynavi {
    display: block;
    margin: 24px 0 0;
    vertical-align: top;
    width: 195px; }
    @media only screen and (max-width: 768px) {
      .requirements .select_requirements .mynavi {
        margin: 24px auto 0; } }
    .requirements .select_requirements .mynavi a {
      display: block; }
      .requirements .select_requirements .mynavi a img {
        width: 100%;
        height: auto; }
      .requirements .select_requirements .mynavi a:hover {
        opacity: 0.8;
        cursor: pointer; }
  .requirements .contents {
    position: relative; }
    .requirements .contents .toggle_contents {
      border: 1px solid #111733;
      margin-top: 30px; }
      @media only screen and (max-width: 768px) {
        .requirements .contents .toggle_contents {
          width: 100%;
          margin: 0 auto;
          border: none;
          border-top: 1px solid #808080;
          float: none; } }
      .requirements .contents .toggle_contents .work_detail {
        display: block;
        color: #111733;
        text-decoration: none;
        position: relative; }
        .requirements .contents .toggle_contents .work_detail p {
          float: left;
          padding: 26px 20px;
          font-size: 18px; }
          @media only screen and (max-width: 768px) {
            .requirements .contents .toggle_contents .work_detail p {
              font-size: 14px;
              padding: 20px 0; } }
          .requirements .contents .toggle_contents .work_detail p span {
            font-size: 14px;
            padding-left: 50px; }
            @media only screen and (max-width: 768px) {
              .requirements .contents .toggle_contents .work_detail p span {
                display: none; } }
        .requirements .contents .toggle_contents .work_detail button {
          float: right;
          font-size: 12px;
          color: #fff;
          margin: 26px 20px;
          position: relative; }
          @media only screen and (max-width: 768px) {
            .requirements .contents .toggle_contents .work_detail button {
              margin: 12px 0; } }
        .requirements .contents .toggle_contents .work_detail .pdf_icon {
          display: block;
          float: right;
          background-image: url(/assets/recruit/img/pdf_icon_50.png);
          background-repeat: no-repeat;
          width: 50px;
          height: 50px;
          margin: 14px 10px;
          position: relative; }
          @media only screen and (max-width: 768px) {
            .requirements .contents .toggle_contents .work_detail .pdf_icon {
              margin: 5px 0; } }
        .requirements .contents .toggle_contents .work_detail .now_printing {
          display: block;
          float: right;
          padding: 26px 20px;
          position: relative; }
          @media only screen and (max-width: 768px) {
            .requirements .contents .toggle_contents .work_detail .now_printing {
              font-size: 14px;
              padding: 20px 0; } }
      .requirements .contents .toggle_contents .work_detail_sub_text {
        max-width: 98%;
        margin-top: 6px;
        font-size: 12px; }
        @media only screen and (max-width: 768px) {
          .requirements .contents .toggle_contents .work_detail_sub_text {
            max-width: 100%;
            font-size: 11px;
            color: #4b4f69; } }
      .requirements .contents .toggle_contents .inner_work_detail_text {
        border-top: 1px solid #e5e8eb;
        margin-top: 20px; }
        @media only screen and (max-width: 768px) {
          .requirements .contents .toggle_contents .inner_work_detail_text {
            margin-bottom: 20px; } }
        .requirements .contents .toggle_contents .inner_work_detail_text .work_time_first {
          font-size: 16px;
          float: right;
          margin-bottom: 0; }
          @media only screen and (max-width: 768px) {
            .requirements .contents .toggle_contents .inner_work_detail_text .work_time_first {
              font-size: 12px; } }
        .requirements .contents .toggle_contents .inner_work_detail_text tr {
          border-bottom: 1px solid #ebebeb; }
        .requirements .contents .toggle_contents .inner_work_detail_text td {
          padding: 10px 20px;
          width: 79%;
          line-height: 1.8;
          font-size: 16px; }
          @media only screen and (max-width: 768px) {
            .requirements .contents .toggle_contents .inner_work_detail_text td {
              font-size: 12px;
              width: 72%;
              padding: 10px 8px; } }
          .requirements .contents .toggle_contents .inner_work_detail_text td .left {
            float: left; }
          .requirements .contents .toggle_contents .inner_work_detail_text td .right, .requirements .contents .toggle_contents .inner_work_detail_text td .left {
            width: 50%; }
            @media only screen and (max-width: 768px) {
              .requirements .contents .toggle_contents .inner_work_detail_text td .right, .requirements .contents .toggle_contents .inner_work_detail_text td .left {
                width: 100%; } }
          .requirements .contents .toggle_contents .inner_work_detail_text td .sp_left {
            padding-left: 56px; }
            @media only screen and (max-width: 768px) {
              .requirements .contents .toggle_contents .inner_work_detail_text td .sp_left {
                float: left;
                margin-top: 10px;
                padding-left: 0; } }
          .requirements .contents .toggle_contents .inner_work_detail_text td .work_time {
            padding-left: 20px; }
            @media only screen and (max-width: 768px) {
              .requirements .contents .toggle_contents .inner_work_detail_text td .work_time {
                padding-left: 0; } }
          .requirements .contents .toggle_contents .inner_work_detail_text td .work_time_last {
            padding-left: 71px; }
            @media only screen and (max-width: 768px) {
              .requirements .contents .toggle_contents .inner_work_detail_text td .work_time_last {
                padding-left: 38px; } }
        .requirements .contents .toggle_contents .inner_work_detail_text td:first-child {
          width: 180px;
          background-color: #f6f6f6;
          text-align: center;
          vertical-align: top; }
          @media only screen and (max-width: 768px) {
            .requirements .contents .toggle_contents .inner_work_detail_text td:first-child {
              width: 160px; } }
        .requirements .contents .toggle_contents .inner_work_detail_text p {
          font-size: 14px;
          text-align: right;
          margin-bottom: 20px; }
          @media only screen and (max-width: 768px) {
            .requirements .contents .toggle_contents .inner_work_detail_text p {
              font-size: 12px;
              margin-bottom: 10px; } }
          .requirements .contents .toggle_contents .inner_work_detail_text p a {
            padding: 10px 0 0;
            text-decoration: underline;
            display: inline-block;
            color: #808080; }
            @media only screen and (max-width: 768px) {
              .requirements .contents .toggle_contents .inner_work_detail_text p a {
                padding-top: 0; } }
          .requirements .contents .toggle_contents .inner_work_detail_text p a:hover {
            opacity: 0.8; }
    @media only screen and (max-width: 768px) {
      .requirements .contents .toggle_contents:first-child {
        margin-top: 20px; } }
    .requirements .contents .requirements_pdf {
      max-width: 600px;
      width: 100%;
      height: auto;
      margin: 40px auto 70px;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .requirements .contents .requirements_pdf {
          width: 100%;
          margin: 40px auto 30px; } }
      .requirements .contents .requirements_pdf a {
        font-size: 16px;
        display: block;
        color: #041a85;
        position: relative;
        padding: 18px;
        border: 1px solid #041a85; }
        @media only screen and (max-width: 768px) {
          .requirements .contents .requirements_pdf a {
            padding: 18px 0 18px 50px; } }
      .requirements .contents .requirements_pdf a:hover {
        opacity: 0.8;
        cursor: pointer; }
      .requirements .contents .requirements_pdf a:before {
        content: "";
        background-image: url(/assets/recruit/img/icon_pdf.png);
        background-repeat: no-repeat;
        width: 16px;
        height: 19px;
        position: absolute;
        top: 52%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 28%;
        background-size: 90%; }
        @media only screen and (max-width: 768px) {
          .requirements .contents .requirements_pdf a:before {
            left: 16%; } }
    .requirements .contents .requirements_entry {
      width: 100%;
      height: auto;
      text-align: center;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .requirements .contents .requirements_entry {
          width: 100%;
          margin: 0 auto;
          text-align: left; } }
      .requirements .contents .requirements_entry a {
        font-size: 18px;
        display: block;
        color: #fff;
        position: relative;
        padding: 33px 64px 33px 0;
        background-color: #2a236b;
        line-height: 0.8;
        width: 100%; }
        @media only screen and (max-width: 768px) {
          .requirements .contents .requirements_entry a {
            padding: 15px 27px;
            line-height: 1.4; } }
        .requirements .contents .requirements_entry a .entry_arrow {
          padding: 24px 12px 0;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          right: 30%; }
          @media only screen and (max-width: 768px) {
            .requirements .contents .requirements_entry a .entry_arrow {
              right: 12%; } }
        .requirements .contents .requirements_entry a .entry_arrow:before {
          content: "";
          width: 24px;
          height: 24px;
          border-radius: 50%;
          background: #fff;
          position: absolute;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
          @media only screen and (max-width: 768px) {
            .requirements .contents .requirements_entry a .entry_arrow:before {
              right: 0; } }
        .requirements .contents .requirements_entry a .entry_arrow:after {
          content: "";
          display: block;
          width: 7px;
          height: 7px;
          position: absolute;
          right: 41.7%;
          top: 12%;
          border-top: solid 2px;
          border-right: solid 2px;
          -webkit-transform: rotate(135deg) translateY(-50%);
          -ms-transform: rotate(135deg) translateY(-50%);
          transform: rotate(135deg) translateY(-50%);
          color: #2a236b; }
          @media only screen and (max-width: 768px) {
            .requirements .contents .requirements_entry a .entry_arrow:after {
              right: 40%;
              top: 12%; } }
      .requirements .contents .requirements_entry a:hover {
        opacity: 0.8;
        cursor: pointer; }
    .requirements .contents .requirements_mynavi {
      width: 100%;
      height: auto;
      margin-top: 40px; }
      @media only screen and (max-width: 768px) {
        .requirements .contents .requirements_mynavi {
          width: 100%;
          height: auto;
          margin: 40px auto; } }
      .requirements .contents .requirements_mynavi .requirements_mynavi_1 {
        text-align: right;
        width: 50%;
        height: auto;
        padding: 18px 0;
        color: #808080; }
        .requirements .contents .requirements_mynavi .requirements_mynavi_1 p {
          padding-right: 20px;
          font-size: 13px; }
          @media only screen and (max-width: 768px) {
            .requirements .contents .requirements_mynavi .requirements_mynavi_1 p {
              width: 100%;
              height: auto;
              display: inline-block; } }
      .requirements .contents .requirements_mynavi .requirements_mynavi_2 {
        text-align: left;
        width: 50%;
        height: auto; }
        @media only screen and (max-width: 768px) {
          .requirements .contents .requirements_mynavi .requirements_mynavi_2 {
            margin-top: 12px; } }
        .requirements .contents .requirements_mynavi .requirements_mynavi_2 a {
          display: block;
          max-width: 195px; }
        .requirements .contents .requirements_mynavi .requirements_mynavi_2 a:hover {
          opacity: 0.8;
          cursor: pointer; }
        .requirements .contents .requirements_mynavi .requirements_mynavi_2 img {
          width: auto; }
          @media only screen and (max-width: 768px) {
            .requirements .contents .requirements_mynavi .requirements_mynavi_2 img {
              width: 100%;
              height: auto; } }
  .requirements .contents .toggle_group .area_contents_title_new {
    font-size: 14px;
    padding-left: 38px;
    font-size: 20px;
    padding-left: 40px;
    position: relative;
    margin-top: 80px;
    margin-bottom: 10px; }
    @media only screen and (max-width: 768px) {
      .requirements .contents .toggle_group .area_contents_title_new {
        font-size: 18px;
        padding-left: 28px;
        font-weight: bold;
        margin-top: 60px; } }
    .requirements .contents .toggle_group .area_contents_title_new .area_contents_title_detail {
      font-size: 14px;
      padding-left: 38px; }
      @media only screen and (max-width: 768px) {
        .requirements .contents .toggle_group .area_contents_title_new .area_contents_title_detail {
          padding-left: 0;
          font-size: 12px;
          font-weight: normal; } }
  .requirements .contents .toggle_group .area_contents_title_new:before {
    content: "";
    background-image: url(/assets/recruit/img/icon_pin.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0; }
    @media only screen and (max-width: 768px) {
      .requirements .contents .toggle_group .area_contents_title_new:before {
        background-size: 86%; } }
  @media only screen and (max-width: 768px) {
    .requirements .contents .toggle_group .toggle_group_title {
      font-size: 16px;
      font-weight: bold;
      padding-bottom: 20px; } }
  @media only screen and (max-width: 768px) {
    .requirements .contents .toggle_group .toggle_group_title_new {
      padding-left: 0;
      font-size: 12px;
      font-weight: normal; } }
  .requirements .contents .toggle_group .half_toggle {
    width: 100%;
    max-width: 440px;
    margin-top: 20px; }
    @media only screen and (max-width: 768px) {
      .requirements .contents .toggle_group .half_toggle {
        max-width: 100%;
        margin-top: 0; } }
    .requirements .contents .toggle_group .half_toggle .inner_career_text {
      display: none;
      border-top: 1px solid #111733;
      margin: 0 10px;
      padding-top: 25px; }
      @media only screen and (max-width: 768px) {
        .requirements .contents .toggle_group .half_toggle .inner_career_text {
          width: 100%;
          border-top: 1px dotted #111733;
          margin: 0; } }
      .requirements .contents .toggle_group .half_toggle .inner_career_text table {
        margin-left: 10px;
        font-size: 14px;
        width: 100%; }
        @media only screen and (max-width: 768px) {
          .requirements .contents .toggle_group .half_toggle .inner_career_text table {
            font-size: 12px;
            margin-left: 0; } }
        .requirements .contents .toggle_group .half_toggle .inner_career_text table .inner_text_head {
          padding: 0 0 20px;
          width: 120px;
          text-align: left; }
          @media only screen and (max-width: 768px) {
            .requirements .contents .toggle_group .half_toggle .inner_career_text table .inner_text_head {
              font-weight: bold;
              width: 100px; } }
        .requirements .contents .toggle_group .half_toggle .inner_career_text table td {
          padding-bottom: 20px; }
        .requirements .contents .toggle_group .half_toggle .inner_career_text table td:first-child {
          padding-bottom: 20px;
          width: 110px;
          vertical-align: top; }
          @media only screen and (max-width: 768px) {
            .requirements .contents .toggle_group .half_toggle .inner_career_text table td:first-child {
              font-weight: bold; } }
      .requirements .contents .toggle_group .half_toggle .inner_career_text .inner_text_2 th {
        text-align: left;
        padding-bottom: 20px;
        padding-top: 20px;
        width: 100px; }
        @media only screen and (max-width: 768px) {
          .requirements .contents .toggle_group .half_toggle .inner_career_text .inner_text_2 th {
            font-weight: bold; } }
    .requirements .contents .toggle_group .half_toggle .inner_table {
      border-top: 1px dotted #111733;
      width: 100%; }
  .requirements .contents .toggle_group_yokohama {
    margin-bottom: 40px; }
  .requirements .contents .area_contents {
    padding-top: 60px; }
    .requirements .contents .area_contents .area_contents_title {
      font-size: 20px;
      padding-left: 40px;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .requirements .contents .area_contents .area_contents_title {
          font-size: 18px;
          padding-left: 28px;
          font-weight: bold;
          margin-bottom: 10px; } }
    .requirements .contents .area_contents .area_contents_title:before {
      content: "";
      background-image: url(/assets/recruit/img/icon_pin.png);
      background-repeat: no-repeat;
      width: 20px;
      height: 32px;
      position: absolute;
      top: 0;
      left: 0; }
      @media only screen and (max-width: 768px) {
        .requirements .contents .area_contents .area_contents_title:before {
          background-size: 86%; } }
    .requirements .contents .area_contents .area_contents_table {
      margin: 30px 0;
      max-width: 900px;
      width: 100%; }
      @media only screen and (max-width: 768px) {
        .requirements .contents .area_contents .area_contents_table {
          margin-top: 20px; } }
      .requirements .contents .area_contents .area_contents_table tr {
        border-top: 1px solid #ddd; }
        .requirements .contents .area_contents .area_contents_table tr td {
          padding: 20px 30px;
          font-size: 14px;
          line-height: 1.6; }
          @media only screen and (max-width: 768px) {
            .requirements .contents .area_contents .area_contents_table tr td {
              font-size: 12px;
              padding: 15px 28px; } }
          .requirements .contents .area_contents .area_contents_table tr td span {
            padding-left: 20px; }
            @media only screen and (max-width: 768px) {
              .requirements .contents .area_contents .area_contents_table tr td span {
                display: block;
                margin-top: 2px; } }
        .requirements .contents .area_contents .area_contents_table tr td:first-child {
          padding: 20px 0;
          width: 218px;
          vertical-align: top;
          text-align: center; }
          @media only screen and (max-width: 768px) {
            .requirements .contents .area_contents .area_contents_table tr td:first-child {
              width: 30%;
              padding: 15px;
              font-family: 'Noto Sans Medium',sans-serif; } }
      .requirements .contents .area_contents .area_contents_table tr:last-child {
        border-bottom: 1px solid #ddd; }
  @media only screen and (max-width: 768px) {
    .requirements .contents .area_contents_fukui {
      padding-top: 20px; } }
  .requirements .contents .area_contents_fukui_new {
    padding-top: 30px; }
  .requirements .part_time {
    margin-bottom: 60px; }
    .requirements .part_time .part_time_text {
      padding: 30px 0 30px 20px;
      background-color: #edeff9;
      font-size: 16px;
      color: #5265c1;
      font-family: 'Noto Sans Medium'; }
      @media only screen and (max-width: 768px) {
        .requirements .part_time .part_time_text {
          text-align: center;
          padding: 30px 0 30px; } }
      .requirements .part_time .part_time_text span {
        margin-left: 60px;
        font-size: 13px;
        color: #111733;
        font-family: 'Noto Sans Regular'; }
        @media only screen and (max-width: 768px) {
          .requirements .part_time .part_time_text span {
            display: block;
            margin-left: 0;
            text-align: left;
            margin: 20px 0 10px;
            padding: 0 14px; } }

.education {
  position: relative;
  background-color: #f7f7f7; }
  .education .contents .education_img {
    max-width: 900px;
    padding-top: 75px; }
    @media only screen and (max-width: 768px) {
      .education .contents .education_img {
        padding-top: 45px; } }
    .education .contents .education_img img {
      width: 100%;
      height: auto; }
  .education .contents .education_text {
    font-size: 18px;
    padding: 25px 0 50px; }
    @media only screen and (max-width: 768px) {
      .education .contents .education_text {
        font-size: 14px; } }
  .education .contents .tabs {
    width: 100%;
    height: auto; }
    .education .contents .tabs .horizontal {
      background-color: #f7f7f7; }
      .education .contents .tabs .horizontal .horizontal_list.active a {
        border-bottom: 8px solid #f48eab; }
        @media only screen and (max-width: 768px) {
          .education .contents .tabs .horizontal .horizontal_list.active a {
            border-bottom: none;
            border: 2px solid #555; } }
      .education .contents .tabs .horizontal .horizontal_list {
        float: left;
        text-align: center;
        width: 33.3%;
        display: block;
        background-color: #fff; }
        @media only screen and (max-width: 768px) {
          .education .contents .tabs .horizontal .horizontal_list {
            float: none;
            width: 100%;
            height: auto; } }
        .education .contents .tabs .horizontal .horizontal_list a {
          color: #111733;
          display: block;
          padding: 30px;
          border-bottom: 8px solid #fde8ee; }
          @media only screen and (max-width: 768px) {
            .education .contents .tabs .horizontal .horizontal_list a {
              padding: 15px 0 18px;
              border-bottom: none;
              border: 2px solid #555;
              margin-bottom: 10px; } }
        .education .contents .tabs .horizontal .horizontal_list .tab_2 {
          padding-bottom: 54px; }
          @media only screen and (max-width: 768px) {
            .education .contents .tabs .horizontal .horizontal_list .tab_2 {
              padding-bottom: 18px; } }
        .education .contents .tabs .horizontal .horizontal_list a:active, .education .contents .tabs .horizontal .horizontal_list a:hover {
          border-bottom: 8px solid #f48eab; }
          @media only screen and (max-width: 768px) {
            .education .contents .tabs .horizontal .horizontal_list a:active, .education .contents .tabs .horizontal .horizontal_list a:hover {
              border-bottom: none;
              border: 2px solid #f48eab; } }
    .education .contents .tabs #tab-1, .education .contents .tabs #tab-2, .education .contents .tabs #tab-3 {
      width: 100%;
      height: auto;
      margin-bottom: 100px; }
      .education .contents .tabs #tab-1 p, .education .contents .tabs #tab-2 p, .education .contents .tabs #tab-3 p {
        width: 40%; }
      .education .contents .tabs #tab-1 p.education_attention, .education .contents .tabs #tab-2 p.education_attention, .education .contents .tabs #tab-3 p.education_attention {
        color: #5265c1;
        font-size: 12px;
        width: 100%;
        padding-top: 20px;
        clear: both; }
      .education .contents .tabs #tab-1 .inner_tab_content, .education .contents .tabs #tab-2 .inner_tab_content, .education .contents .tabs #tab-3 .inner_tab_content {
        width: 100%;
        margin: 0 auto;
        padding: 20px 20px 40px;
        background-color: #fff; }
        @media only screen and (max-width: 768px) {
          .education .contents .tabs #tab-1 .inner_tab_content, .education .contents .tabs #tab-2 .inner_tab_content, .education .contents .tabs #tab-3 .inner_tab_content {
            padding: 10px 0 40px;
            background-color: #f7f7f7; } }
        .education .contents .tabs #tab-1 .inner_tab_content dt, .education .contents .tabs #tab-2 .inner_tab_content dt, .education .contents .tabs #tab-3 .inner_tab_content dt {
          color: #2a236b;
          font-size: 18px;
          padding: 20px 10px 20px;
          font-weight: bold; }
          @media only screen and (max-width: 768px) {
            .education .contents .tabs #tab-1 .inner_tab_content dt, .education .contents .tabs #tab-2 .inner_tab_content dt, .education .contents .tabs #tab-3 .inner_tab_content dt {
              font-size: 14px;
              padding: 20px 0; } }
        @media only screen and (max-width: 768px) {
          .education .contents .tabs #tab-1 .inner_tab_content dt.tab-3, .education .contents .tabs #tab-2 .inner_tab_content dt.tab-3, .education .contents .tabs #tab-3 .inner_tab_content dt.tab-3 {
            padding-bottom: 10px;
            margin-bottom: 15px; } }
        .education .contents .tabs #tab-1 .inner_tab_content dd, .education .contents .tabs #tab-2 .inner_tab_content dd, .education .contents .tabs #tab-3 .inner_tab_content dd {
          font-size: 14px;
          color: #111733;
          padding-bottom: 10px;
          padding-left: 1em; }
          .education .contents .tabs #tab-3 .inner_tab_content dd {
            text-indent: -1em;
          }
          @media only screen and (max-width: 768px) {
            .education .contents .tabs #tab-1 .inner_tab_content dd, .education .contents .tabs #tab-2 .inner_tab_content dd, .education .contents .tabs #tab-3 .inner_tab_content dd {
              font-size: 13px; } }
        .education .contents .tabs #tab-1 .inner_tab_content .inner_left, .education .contents .tabs #tab-2 .inner_tab_content .inner_left, .education .contents .tabs #tab-3 .inner_tab_content .inner_left {
          width: 50%; }
          @media only screen and (max-width: 768px) {
            .education .contents .tabs #tab-1 .inner_tab_content .inner_left, .education .contents .tabs #tab-2 .inner_tab_content .inner_left, .education .contents .tabs #tab-3 .inner_tab_content .inner_left {
              width: 100%; } }
        .education .contents .tabs #tab-1 .inner_tab_content .inner_right, .education .contents .tabs #tab-2 .inner_tab_content .inner_right, .education .contents .tabs #tab-3 .inner_tab_content .inner_right {
          width: 50%; }
          @media only screen and (max-width: 768px) {
            .education .contents .tabs #tab-1 .inner_tab_content .inner_right, .education .contents .tabs #tab-2 .inner_tab_content .inner_right, .education .contents .tabs #tab-3 .inner_tab_content .inner_right {
              width: 100%; } }
    .education .contents .tabs #tab-2 .inner_tab_content .inner_left {
      width: 100%; }
      .education .contents .tabs #tab-2 .inner_tab_content .inner_left dt {
        padding-left: 0; }
      .education .contents .tabs #tab-2 .inner_tab_content .inner_left dd {
        padding-bottom: 0; }

@media only screen and (max-width: 768px) {
  dt.tab-3 {
    border-bottom: 1px solid #041a85; } }

.contact {
  position: relative; }

.contact_form {
  margin-top: 42px;
  margin-bottom: 50px; }
  .contact_form dl {
    padding: 20px 0;
    font-size: 18px;
    border-top: 1px solid #eaeaea; }
    @media only screen and (max-width: 768px) {
      .contact_form dl {
        border-top: none; } }
    @media only screen and (max-width: 768px) {
      .contact_form dl .address_area {
        float: none;
        width: 100%; } }
    .contact_form dl dt {
      display: inline-block;
      width: 50%;
      padding-left: 60px;
      float: left; }
      @media only screen and (max-width: 768px) {
        .contact_form dl dt {
          float: none;
          width: 100%;
          font-size: 16px;
          color: #111733;
          padding: 0 0 15px; } }
      .contact_form dl dt .required {
        font-size: 12px;
        color: #fc3d6f;
        border: 1px solid #fc3d6f;
        margin-left: 20px;
        padding: 1px 3px; }
    .contact_form dl .address_dt {
      margin-bottom: 54px; }
      @media only screen and (max-width: 768px) {
        .contact_form dl .address_dt {
          margin-bottom: 0; } }
    .contact_form dl dd {
      float: left;
      max-width: 350px; }
      @media only screen and (max-width: 768px) {
        .contact_form dl dd {
          padding-left: 0; } }
      .contact_form dl dd input {
        width: 360px;
        height: 48px;
        border: 1px solid #999;
        padding: 0 10px;
        font-size: 14px;
        line-height: 2.2; }
        @media only screen and (max-width: 768px) {
          .contact_form dl dd input {
            width: 100%;
            border: 1px solid #999; } }
      .contact_form dl dd .address_1 {
        width: 180px;
        margin-bottom: 14px;
        margin-left: 10px; }
        @media only screen and (max-width: 768px) {
          .contact_form dl dd .address_1 {
            width: 50%;
            margin-bottom: 0; } }
      @media only screen and (max-width: 768px) {
        .contact_form dl dd .address_2 {
          margin-top: 10px; } }
      .contact_form dl dd .area_1, .contact_form dl dd .area_2, .contact_form dl dd .male, .contact_form dl dd .female {
        width: 30px;
        height: 16px; }
      .contact_form dl dd textarea {
        width: 360px;
        min-height: 120px;
        border: 1px solid #999;
        padding: 10px;
        font-size: 14px; }
        @media only screen and (max-width: 768px) {
          .contact_form dl dd textarea {
            width: 100%;
            border: 1px solid #999; } }
      .contact_form dl dd input::-webkit-input-placeholder, .contact_form dl dd textarea::-webkit-input-placeholder {
        color: #999;
        font-size: 14px; }
      .contact_form dl dd input:-ms-input-placeholder, .contact_form dl dd textarea:-ms-input-placeholder {
        color: #999;
        font-size: 14px; }
      .contact_form dl dd input::-ms-input-placeholder, .contact_form dl dd textarea::-ms-input-placeholder {
        color: #999;
        font-size: 14px; }
      .contact_form dl dd input::placeholder, .contact_form dl dd textarea::placeholder {
        color: #999;
        font-size: 14px; }
      .contact_form dl dd input::-webkit-input-placeholder {
        padding-top: 0.1em; }
    .contact_form dl .form_select {
      padding-right: 20px; }
      @media only screen and (max-width: 768px) {
        .contact_form dl .form_select {
          display: block; } }
    .contact_form dl .select_box_occupations {
      position: relative; }
      @media only screen and (max-width: 768px) {
        .contact_form dl .select_box_occupations {
          width: 100%; } }
      .contact_form dl .select_box_occupations .occupations_contents {
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        border-radius: 0;
        border: 0;
        margin: 0;
        padding: 0 0 0 20px;
        background: none transparent;
        vertical-align: middle;
        font-size: 14px;
        color: inherit;
        width: 360px;
        height: 48px;
        border: 1px solid #ccc;
        cursor: pointer;
        position: relative;
        display: block;
        background-image: url(/assets/recruit/img/select_box.png);
        background-repeat: no-repeat;
        background-position: 95% 54%; }
        @media only screen and (max-width: 768px) {
          .contact_form dl .select_box_occupations .occupations_contents {
            width: 100%;
            padding: 0 0 0 10px; } }
  .contact_form .input_button {
    text-align: center;
    max-width: 700px;
    margin: 30px auto 0;
    position: relative; }
    .contact_form .input_button .input_btn {
      font-size: 16px;
      background-color: #fff;
      border: 2px solid #2a236b;
      width: 100%;
      padding: 20px 14px 20px 0;
      cursor: pointer;
      color: #111733;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .contact_form .input_button .input_btn {
          padding-right: 48px; } }
    .contact_form .input_button .input_btn:hover {
      background-color: #2a236b;
      color: #fff; }
  .contact_form .return_button {
    text-align: center; }
    .contact_form .return_button .return_btn {
      font-size: 16px;
      margin-top: 20px;
      padding: 20px 14px 20px 0;
      width: 100%;
      cursor: pointer;
      color: #111733; }
      @media only screen and (max-width: 768px) {
        .contact_form .return_button .return_btn {
          margin: 30px auto 0; } }
      .contact_form .return_button .return_btn:hover {
        color: #ffffff;
        background-color: #2a236b; }
  .contact_form .input_button button:after {
    content: "";
    background-image: url(/assets/recruit/img/arrow_right_navy.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 36%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1; }
    @media only screen and (max-width: 768px) {
      .contact_form .input_button button:after {
        right: 23%; } }
  .contact_form .input_button button:hover:after {
    background-image: url(/assets/recruit/img/arrow_right_white.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px; }

.text_attention {
  font-size: 12px;
  padding-left: 20px;
  color: #808080; }
  @media only screen and (max-width: 768px) {
    .text_attention.forSp {
      display: inline !important; } }

.footer {
  /*background-color: #f7f7f7;*/
  width: 100%;
  height: auto;
  text-align: center; }
  .footer p {
    /*font-size: 18px;
    padding-top: 60px;
    color: #111733; */}
  .footer .footer_address {
    font-size: 12px;
    padding: 20px 0;
    color: #111733; }
  .footer .corporation {
    width: 200px;
    height: auto;
    position: relative;
    margin: 0 auto 40px; }
    .footer .corporation a {
      display: block;
      padding: 10px 40px 10px 17px;
      background-color: #f48eab;
      font-size: 14px;
      color: #fff; }
    .footer .corporation a:hover {
      opacity: 0.8;
      cursor: pointer; }
    .footer .corporation .corporation_page:after {
      content: "";
      background-image: url(/assets/recruit/img/icon_pc.png);
      background-repeat: no-repeat;
      width: 19px;
      height: 16px;
      position: absolute;
      top: 35%;
      left: 80%; }
  .footer .footer_bottom {
    background-color: #111733; }
    .footer .footer_bottom p {
      font-size: 12px;
      padding: 11px 0;
      color: #fff; }

.confirm, .complete {
  background: #f7f7f7;
  font-size: 14px;
  padding: 80px 0; }
  @media only screen and (max-width: 768px) {
    .confirm, .complete {
      padding: 0; } }
  .confirm header, .confirm footer, .complete header, .complete footer {
    display: none; }

@media only screen and (max-width: 768px) {
  .contact_form.form_confirm {
    margin-bottom: 0; } }

.contact_form.form_confirm dl {
  background-color: #fff;
  font-size: 18px; }

@media only screen and (max-width: 768px) {
  .contact_form.form_confirm .form_group {
    padding: 15px 0 20px;
    border-top: 1px solid #eaeaea; } }

.contact_form.form_confirm .label_control, .contact_form.form_confirm .input_control {
  font-size: 14px;
  padding-top: 0; }

.contact_form.form_confirm .label_control {
  font-family: 'Noto Sans Medium', sans-serif; }
  @media only screen and (max-width: 768px) {
    .contact_form.form_confirm .label_control {
      padding-bottom: 6px; } }

.contact_form.form_confirm .button_wrap {
  background-color: #ffffff;
  padding-top: 50px;
  border-top: 1px solid #e5e5e5; }

.contact_form.form_confirm .button_wrap + .button_wrap {
  padding-top: 0;
  border: 0; }

.contact_form.form_confirm .return_button, .contact_form.form_confirm .send_button {
  width: 100%;
  font-family: 'Noto Sans Medium', sans-serif;
  padding: 21px 0;
  font-size: 16px;
  line-height: 1.2; }
  .contact_form.form_confirm .return_button:hover, .contact_form.form_confirm .send_button:hover {
    cursor: pointer; }

.contact_form.form_confirm .return_button {
  background: #bfbfbf;
  border: 0;
  color: #ffffff;
  margin-bottom: 14px; }
  .contact_form.form_confirm .return_button:hover {
    color: #ffffff;
    background-color: #2a236b; }

.contact_form.form_confirm .send_button {
  border: 2px solid #2a236b;
  background-image: url(../img/arrow_right_navy.png);
  background-repeat: no-repeat;
  background-position-x: 60%;
  background-position-y: 50%;
  background-color: #ffffff; }
  @media only screen and (max-width: 768px) {
    .contact_form.form_confirm .send_button {
      background-position-x: 80%; } }
  .contact_form.form_confirm .send_button:hover {
    background-color: #2a236b;
    background-image: url(../img/arrow_right_white.png);
    color: #ffffff; }

.confirm_head {
  text-align: center;
  padding: 50px 0; }

.confirm_inner {
  background: #fff;
  padding: 40px 100px; }
  @media only screen and (max-width: 768px) {
    .confirm_inner {
      padding: 30px 0; } }
  .confirm_inner_head {
    text-align: center; }
    .confirm_inner_head .confirm_inner_title {
      font-size: 20px;
      font-weight: 600;
      padding-bottom: 30px; }
  .confirm_inner_body .contact_form {
    margin-bottom: 0; }

.confirm .contents {
  background: #fff; }

.complete {
  height: 100vh; }
  .complete .confirm_inner .send_button {
    width: 100%; }
    .complete .confirm_inner .send_button a {
      display: block;
      margin: 40px auto 0;
      background-color: #fff;
      border: 2px solid #2a236b;
      color: #111733;
      cursor: pointer;
      font-size: 16px;
      padding: 20px 14px 20px 0;
      position: relative;
      width: 100%;
      text-align: center; }
      .complete .confirm_inner .send_button a.send_button_corporate {
        border: none; }
      .complete .confirm_inner .send_button a:hover {
        background-color: #2a236b;
        color: #ffffff; }
