﻿@charset "UTF-8";
/* CSS Document */

header h1 {
     margin-top: 0px!important;
     width:100%!important;
}
/* recruit_header
------------------------------------------------------------ */
.recruit_header {
  max-width: 1024px;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 0;
}
.recruit_header .logo {
  width: 205px;
  float: left;
    transform-origin: top left;
}
.recruit_header .logo img{
    width: 100%;
}
.recruit_header .h_address {
  width: 500px;
  float: right;
  text-align: right;
    transform-origin: top right;
}
.recruit_header .h_address p:first-of-type {
  margin-bottom: 15px;
  font-size: 16px;
}
.recruit_header .h_address p:nth-of-type(2) {
  margin-left: auto;
  font-size:24px;
}
.recruit_header .h_address p:nth-of-type(2) a{
    color:#000;
    text-decoration:none;
}
.recruit_header .h_address p:nth-of-type(2) img {
  width: 1.5em;
  height: auto;
  margin-left:0.5em;
  position:relative;
  bottom:-0.4em;
}
@media (max-width: 767px) {
  .recruit_header {
    width: 100%;
    padding: 10px 0;
  }
  .recruit_header .logo {
    margin-left: 10px;
    width: 140px;
    float: none;
  }
  .recruit_header .h_address {
    display: none;
  }
  ion-icon .icon-inner, ion-icon svg {
    height: 3em;
    width: 2.5em;
}
}

/* header fixed */
#wrapper.recruit_wrapper {
    padding-top: 169px;
}
#wrapper.recruit_wrapper > header {
    width: 100%;
    background-color: #fff;
}
header.header_fixed .recruit_header {
    height: 60px;
    overflow: hidden;
    transition: 0.3s;
    margin: 5px auto;
    padding: 5px 0;
}
header.header_fixed .recruit_header > .logo {
    transition: 0.3s;
    transform: scale(0.7);
    transform-origin: top left;
}
header.header_fixed .recruit_header > .h_address {
    transition: 0.3s;
    transform: scale(0.7);
    transform-origin: top right;
}

@media (max-width: 767px) {
    #wrapper.recruit_wrapper {
        padding-top: 0;
    }
    #wrapper.recruit_wrapper > header {
        position: relative;
    }
}

/* recruit_menu
------------------------------------------------------------ */
.recruit_spmenu_container {
  display: none;
}
.recruit_menu_container {
  border-top: 1px solid #afafaf;
}
.recruit_menu_container > .recruit_menu {
  margin: 0 auto;
  width: 1024px;
}
.recruit_menu_container > .recruit_menu > ul {
  display: flex;
  justify-content: center;
}
.recruit_menu_container > .recruit_menu > ul > li {
  width: 147px;
}
.recruit_menu_container > .recruit_menu > ul > li.recruit_menu_interview{
    position:relative;
}
.recruit_menu_container > .recruit_menu > ul > li.recruit_menu_interview div{
    display:none;
    position:absolute;
    top:64px;
    background-color:#fff;
    width:100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.recruit_menu_container > .recruit_menu > ul > li.recruit_menu_interview div p a{
    display:block;
    color:#000;
    text-align:center;
    padding-top:0.5em;
    padding-bottom:0.5em;

}
.recruit_menu_container > .recruit_menu > ul > li.recruit_menu_interview div p a:hover{
  background-color: rgba(48,155,129,0.4);
  text-decoration:none;
}
.recruit_menu_container > .recruit_menu > ul > li > a {
  display: block;
  color: #333;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
}
.recruit_menu_container > .recruit_menu > ul > li > a:hover {
  background-color: rgba(57,114,182,0.2);
  text-decoration: none;
}
.recruit_menu > ul > li > a > span {
  display: inline-block;
  background-position: left center;
  background-repeat: no-repeat;
  padding-top: 20px;
  padding-bottom: 20px;
}
.recruit_menu > ul > li.recruit_menu_top > a > span {
  background-image: url(../img/recruit/recruit_gnav_home.svg);
  background-size: 25px;
  padding-left: 34px;
}
.recruit_menu > ul > li.recruit_menu_message > a > span {
  background-image: url(../img/recruit/recruit_gnav_message.svg);
  background-size: 32px;
  padding-left: 37px;
}
.recruit_menu > ul > li.recruit_menu_appeal > a > span {
  background-image: url(../img/recruit/recruit_gnav_appeal.svg);
  background-size: 26px;
  padding-left: 34px;
}

.recruit_menu > ul > li.recruit_menu_interview > a > span {
  background-image: url(../img/recruit/recruit_gnav_interview.svg);
  background-size: 20px;
  padding-left: 29px;
}
.recruit_menu > ul > li.recruit_menu_gallery > a > span {
  background-image: url(../img/recruit/recruit_gnav_gallery.svg);
  background-size: 24px;
  padding-left: 33px;
}
.recruit_menu > ul > li.recruit_menu_access > a > span {
  background-image: url(../img/recruit/recruit_gnav_access.svg);
  background-size: 20px;
  padding-left: 29px;
}
.recruit_menu > ul > li:last-of-type > a {
  background-color: #fff;
  padding: 10px 0;
}
.recruit_menu > ul > li:last-of-type > a:hover {
  background-color: #fff;
}
.recruit_menu_container > .recruit_menu > ul > li:last-of-type > a:hover img {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .drawer-toggle > .menu-mobile {
    top: 5px;
  }
  .drawer-nav {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    width: 180px;
    overflow: visible;
  }
  .drawer--right .drawer-nav {
    right: -218px;
  }
  .recruit_menu_container {
    display: none;
  }
  .recruit_spmenu_container {
    position: relative;
    display: block;
    width: 180px;
    background-color: #fff;
    line-height: 1.5;
    font-size: 12px;
  }
  .recruit_spmenu_container > .recruit_menu > ul > li > a {
    display: block;
    padding: 0 10px;
    color: #333;
    font-weight: 500;
  }
  .recruit_menu > ul > li > a > span {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .recruit_menu > ul > li.recruit_menu_top > a > span {
    background-size: 18px;
    padding-left: 27px;
  }
  .recruit_menu > ul > li.recruit_menu_message > a > span {
    background-size: 23px;
    padding-left: 30px;
  }
  .recruit_menu > ul > li.recruit_menu_appeal > a > span {
    background-size: 18px;
    padding-left: 27px;
  }
  .recruit_menu > ul > li.recruit_menu_interview > a > span {
    background-size: 14px;
    padding-left: 31px;
  }
  .recruit_menu > ul > li.recruit_menu_gallery > a > span {
    background-size: 17px;
    padding-left: 26px;
  }
  .recruit_menu > ul > li.recruit_menu_access > a > span {
    background-size: 14px;
    padding-left: 32px;
  }
  .recruit_menu > ul > li:last-of-type > a {

  }
  .recruit_menu > ul > li:last-of-type > a:hover {
    background-color: #fff;
  }
  .recruit_spmenu_container > .h_address {
    padding: 10px;
  }
  .recruit_spmenu_container > .h_address > p {
    padding-bottom: 10px;
  }
  .recruit_spmenu_container > .h_address p:nth-of-type(2){
      font-size:4vw;
  }
  .recruit_spmenu_container > .h_address p:nth-of-type(2) a{
      color:#000;
      font-size:5vw;
  }
  .recruit_spmenu_container > .h_address p:nth-of-type(2) img{
      width:1.5em;
      position:relative;
      bottom:-0.4em;
  }
  .recruit_gnav_sp_close {
    position: absolute;
    top: 0;
    left: -38px;
    width: 38px;
    height: 38px;
  }
  .recruit_gnav_sp_close img {
    width: 38px;
    height: 38px;
  }
}


/* recruit_home
------------------------------------------------------------ */
.mainslider.recruit_mainslider {
  padding-bottom: 20px;
}
.mainslider.recruit_mainslider li{
    text-align:center;
}
.mainslider.recruit_mainslider li img.pc{
  display:inline-block!important;
}
.btn_navi{
    position: relative;
    top: 1em;
}
.title h3 {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  color: #333333;
}
@media (max-width: 767px) {
  .mainslider.recruit_mainslider {
    padding-bottom: 0;
  }
  .title h3 {
    font-size: 13px;
  }
  .title .number img {
    width: 36px;
    height: auto;
  }
  .mainslider.recruit_mainslider li img.pc{
  display:none!important;
}
}
@media (max-width: 425px) {
  .mainslider.recruit_mainslider {
    padding-bottom: 0;
  }
}

/* message */
#message .title {
  margin-top: 20px;
}
.bg_message {
    background: url("../img/recruit/img_message.jpg") no-repeat right top;
    background-size: 647px;
    padding: 20px 0 20px 0;
}
.bg_message h3, .bg_message p {
  width: 460px;
  text-shadow: 1px 2px 3px #FFF;
}
.bg_message h3 {
  position: relative;
    color: #17b288;
    line-height: 1.5em;
    font-size: 20px;
    font-weight: 500;
}
.bg_message h3:after {
  display: block;
  margin: 20px auto;
  width: 50px;
  height: 2px;
  background-color: #17b288;
  content: '';
}
.bg_message p {
  line-height: 1.75;
  font-size: 16px;
}
@media (max-width: 767px) {
  .bg_message {
    background-position: center bottom;
      background-size: 100%;
      padding: 0;
      padding-top: 10px;
      padding-bottom: 56vw;
  }
  .bg_message h3, .bg_message p {
    width: 100%;
  }
  .bg_message h3 {
      font-size: 14px;
  }
  .bg_message h3:after {
    margin: 15px auto;
  }
  .bg_message p {
  }
}

/* appeal */
.recruit_appeal_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.recruit_appeal_nav a {
  display: block;
  position: relative;
  border-radius: 4px;
  width: 323px;
  height: 297px;
  background: url(../img/recruit/arrow_small_under_white.svg) no-repeat center 95% #408FC6;
  background-size: 22px;
  color: #fff;
  text-align: center;
}
.recruit_appeal_nav a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.recruit_appeal_nav a h3 {
  padding: 165px 0 15px 0;
  font-weight: 600;
  font-size: 20px;
}
.recruit_appeal_nav li:nth-of-type(1) h3 { background: url(../img/recruit/recruit_appeal01_bg.svg) no-repeat center 30px; background-size: 102px; }
.recruit_appeal_nav li:nth-of-type(3) h3 { background: url(../img/recruit/recruit_appeal02_bg.svg) no-repeat center 40px; background-size: 110px; }
.recruit_appeal_nav li:nth-of-type(2) h3 { background: url(../img/recruit/recruit_appeal03_bg.svg) no-repeat center 30px; background-size: 101px; }
.recruit_appeal_nav a p {
  font-size: 16px;
}
.appeal_bg {
  background-color: #eaf0f6;
  padding: 25px 30px;
  line-height: 1.5;
  font-size: 16px;
}
.appeal_bg .inner {
  margin: 0 auto;
  border: none;
  padding: 0;
}
.appeal_bg h4 {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
}
.appeal01_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.appeal01_list li {
  margin-bottom: 25px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  width: 321px;
  background-color: #fff;
  padding: 30px 0;
  text-align: center;
  font-size: 16px;
}
.inner .appeal01_list li p {
  line-height: 1.5;
}
.appeal01_list li.appeal01_list_other {
  width: 100%;
  padding: 15px;
}
@media (max-width: 767px) {
  .recruit_appeal_nav {
    display: block;
  }
  .recruit_appeal_nav a {
    margin-bottom: 10px;
    width: 100%;
    height: 181px;
    background: url(../img/recruit/arrow_small_under_white.svg) no-repeat center 157px #408FC6;
    background-size: 16px;
  }
  .recruit_appeal_nav a h3 {
    padding: 100px 0 10px 0;
    font-size: 13px;
  }
  .recruit_appeal_nav li:nth-of-type(1) h3 { background: url(../img/recruit/recruit_appeal01_bg.svg) no-repeat center 10px; background-size: 76px; }
  .recruit_appeal_nav li:nth-of-type(2) h3 { background: url(../img/recruit/recruit_appeal02_bg.svg) no-repeat center 20px; background-size: 85px; }
  .recruit_appeal_nav li:nth-of-type(3) h3 { background: url(../img/recruit/recruit_appeal03_bg.svg) no-repeat center 10px; background-size: 71px; }
  .recruit_appeal_nav a p {
    font-size: 12px;
  }
  .appeal_bg {
    padding: 10px;
    line-height: 1.5;
    font-size: 12px;
  }
  .appeal_bg h4 {
    font-size: 14px;
  }
  .appeal01_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .appeal01_list li {
    margin-bottom: 10px;
    width: 48%;
    padding: 10px 0;
    font-size: 12px;
  }
  .appeal01_list li img {
    height: 60px;
    width: auto;
  }
  .inner .appeal01_list li p {
    font-size: 12px;
  }
  .appeal_bg.peculiarity .inner p.male,
  .appeal_bg.peculiarity .inner p.female {
    margin: 10px auto;
    font-size: 12px;
  }
  .appeal_bg.peculiarity .inner p {
    font-size: 12px;
  }
  .appeal01_list li.appeal01_list_other {
    padding: 10px;
  }
}

/* interview */
.interview_bg {
  background-color: #eee;
  padding: 20px 0;
}
.interview_list {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
}
.interview_list:nth-of-type(even) {
  flex-direction: row-reverse;
}
.interview_list_txt {
  width: 512px;
  padding-top: 30px;
  text-align: center;
}
.interview_list_img {
  width: 512px;
}
dl.interview dt{
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    padding-top: 18px;
    margin-bottom: 18px;
}
dl.interview dd{
    width:90%;
    margin:0 auto;
    font-size: 16px;
    text-align: center;
    line-height: 1.5em;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
  .interview_bg {
    background-color: #eee;
    padding: 20px 0;
  }
  .interview_list {
    display: block;
  }
  .interview_list_txt {
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }
  .interview_list_img {
    margin-bottom: 10px;
    width: 100%;
  }
  .interview_list_txt img.interview_list_num {
    width: 100px;
    height: auto;
  }
  .interview_list_txt .interview_list_btn {
    width: 200px;
    height: auto;
  }
  dl.interview dt{
      margin-bottom: 15px;
      padding-top: 15px;
      font-size: 14px;
  }
  dl.interview dd{
      margin-bottom: 15px;
      font-size: 12px;
  }
}

/* access */
.access_logo {
  margin-bottom: 30px;
}
dl.access dt{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}
dl.access dd{
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5em;
}

dl.access dd a{
    color:#000!important;
}
dl.access dd li{
    margin-bottom:1em;
    word-break:break-all;
    text-align:left;
}
#gmap {
    position: relative;
    padding-bottom: 87.9%;
    width: 100%;
    height: 0;
}
#gmap iframe{
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
@media (max-width: 767px) {
  .access_logo {
    display: block;
    margin: 0 auto 20px;
    width: 192px;
    height: auto;
  }
  dl.access dt{
      text-align: center;
      font-size: 12px;
      margin-bottom: 5px;
  }
  dl.access dd{
      margin-bottom: 10px;
      font-size: 12px;
      line-height: 1.5em;
      text-align: center;
  }
}

/* pagetitle_area_recruit
------------------------------------------------------------ */
.pagetitle_area_recruit {
  margin-bottom: 80px;
  padding: 40px 0;
  background-color: #3972BC;
}
.pagetitle_area_recruit h2 {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  line-height: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .pagetitle_area_recruit {
    margin-bottom: 40px;
        padding: 30px 0;
  }
  .pagetitle_area_recruit h2 {
    font-size: 20px;
  }
}

.recruit_title h2 {
  margin-bottom: 30px;
  padding-top: 5px;
  text-align: center;
  font-weight: 500;
  font-size: 23px;
}

.recruit_subtitle h3 {
  margin-bottom: 30px;
  padding-top: 10px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 767px) {
  .recruit_title h2 {
    margin-bottom: 20px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
  }
  .recruit_subtitle img {
    width: 35px;
    height: auto;
  }
  .recruit_subtitle h3 {
    margin-bottom: 20px;
    padding-top: 6px;
    font-size: 16px;
  }
}

/* recruit_interview_section
------------------------------------------------------------ */
.recruit_interview_section {
  margin-bottom: 80px;
  background-color: #eaf0f6;
  padding: 28px 0;
}
.recruit_interview_head {
  position: relative;
  margin: 0 auto 25px auto;
  width: 1024px;
  background-color: #fff;
  text-align: right;
}
.recruit_interview_headtext {
  position: absolute;
  top: 125px;
  left: 43px;
  text-align: left;
}
.recruit_interview_headtext h3 {
  padding-top: 10px;
  line-height: 1.3;
  font-weight: 500;
  font-size: 28px;
}
.recruit_interview_headtext h3 span {
  font-size: 20px;
}
.recruit_interview_headimg > img {
  width: 681px;
  height: auto;
}

.recruit_interview_body {
  margin: 0 auto;
  width: 1024px;
  background-color: #fff;
  padding-top: 50px;
}
.recruit_interview_body h4 {
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
  font-size: 20px;
}
.recruit_interview_block {
  display: flex;
  justify-content: space-between;
  margin: 0 50px 50px 50px;
}
.recruit_interview_block:nth-of-type(2) {
  flex-direction: row-reverse;
}
.recruit_interview_body .recruit_interview_block:last-of-type {
  padding-bottom: 50px;
  margin-bottom: 0;
}
.recruit_interview_block p {
  width: 500px;
  line-height: 1.75;
  font-size: 16px;
}
.recruit_interview_block img {
  width: 360px;
  height: auto;
}
.recruit_interview_body .link{
    text-align:center;
    padding-bottom:2em;
}
.recruit_interview_body .link p{
    display:inline-block;
    margin-left:2em;
    margin-right:2em;
}
.recruit_interview_body .link p a{
    color:#000;
}


@media (max-width: 767px) {
  .recruit_interview_section {
    margin-bottom: 40px;
    padding: 15px 0;
  }
  .recruit_interview_head {
    margin: 0 auto 15px auto;
    width: 96%;
    text-align: center;
  }
  .recruit_interview_headtext {
    position: relative;
    top: auto;
    left: auto;
    padding: 20px 0;
    text-align: center;
  }
  .recruit_interview_headtext > div {

  }
  .recruit_interview_headtext h3 {

    font-size: 24px;
  }
  .recruit_interview_headtext img {
    width: 80px;
    height: auto;
  }
  .recruit_interview_headtext h3 span {
    font-size: 14px;
  }
  .recruit_interview_headimg > img {
    width: 100%;
    height: auto;
  }

  .recruit_interview_body {
    width: 96%;
    padding-top: 20px;
  }
  .recruit_interview_body h4 {
    margin: 0 20px 20px 20px;
    font-size: 20px;
  }
  .recruit_interview_block {
    display: block;
    margin: 0 20px 40px 20px;
  }
  .recruit_interview_body .recruit_interview_block:last-of-type {
    padding-bottom: 20px;
  }
  .recruit_interview_block p {
    width: 100%;
    padding-top: 10px;
    font-size: 14px;
  }
  .recruit_interview_block img {
    width: 100%;
    height: auto;
  }
  .recruit_interview_body .link p{
      margin-bottom:0.5em;
}

}

/* hospital_section
------------------------------------------------------------ */
.hospital_section {
  margin: 0 auto;
  width: 1024px;
}
.recruit_hospital_aboutus table {
  margin-bottom: 80px;
  width: 100%;
}
.recruit_hospital_aboutus table th {
  border: 1px solid #c6c6c6;
  width: 206px;
  background-color: #3972BC;
  padding: 15px 25px;
  font-size: 16px;
  color: #fff;
  vertical-align: middle;
}
.recruit_hospital_aboutus table td {
  padding: 15px 25px;
  font-size: 16px;
  color: #333333;
  border: 1px solid #c6c6c6;
}
@media (max-width: 767px) {
  .hospital_section {
    width: 96%;
  }
  .recruit_hospital_aboutus table {
    margin-bottom: 40px;
    border-bottom: 1px solid #c6c6c6;
  }
  .recruit_hospital_aboutus table th {
    display: block;
    width: 100%;
    font-size: 12px;
  }
  .recruit_hospital_aboutus table td {
    display: block;
    width: 100%;
    font-size: 12px;
    border-top: none;
    border-bottom: none;
  }
}

.recruit_hospital_doctor > ul {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
}
.recruit_hospital_doctor > ul > li {
  border: 1px solid #c6c6c6;
  border-radius: 4px;
  width: 321px;
  padding: 20px 0;
  font-size: 14px;
}
.recruit_hospital_doctor > ul > li h4 {
  margin: 0px 20px 15px 20px;
  border-bottom: 1px solid #c6c6c6;
  padding-bottom: 8px;
  line-height: 1.5;
  font-size: 16px;
}
.recruit_hospital_doctor > ul > li h4 span {
  font-size: 20px;
}
.recruit_hospital_doctor > ul > li dt {
  margin: 15px 20px 0 20px;
  color: #17b288;
}
.recruit_hospital_doctor > ul > li dd {
  margin: 0 20px;
}
@media (max-width: 767px) {
  .recruit_hospital_doctor > ul {
    display: block;
    margin: 0 auto 40px auto;
    width: 96%;
  }
  .recruit_hospital_doctor > ul > li {
    margin-bottom: 20px;
    width: 100%;
    font-size: 12px;
  }
  .recruit_hospital_doctor > ul > li h4 {
    font-size: 14px;
  }
  .recruit_hospital_doctor > ul > li h4 span {
    font-size: 16px;
  }
}

.recruit_hospital_welfare {
  margin-bottom: 80px;
  line-height: 1.75;
  font-size: 16px;
}
.recruit_hospital_welfare ul {
    margin: 0 auto;
    width: 680px;
    list-style: disc;
}
@media (max-width: 767px) {
  .recruit_hospital_welfare {
    margin-bottom: 40px;
        font-size: 14px;
  }
  .recruit_hospital_welfare ul {
      margin-left: 20px;
        width: calc(100% - 20px);
    }
}

/* recruit_location
------------------------------------------------------------ */
.recruit_location {
  margin-bottom: 80px;
}
.recruit_location h3.recruit_location_subtitle {
  margin-bottom: 20px;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
}
.recruit_location p.recruit_location_lead {
  margin-bottom: 30px;
  line-height: 1.75;
  font-size: 16px;
}

@media (max-width: 767px) {
  .recruit_location {
    margin-bottom: 40px;
  }
  .recruit_location h3.recruit_location_subtitle {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .recruit_location p.recruit_location_lead {
    font-size: 14px;
  }
}

/* recruit_position
------------------------------------------------------------ */
.recruit_position {
  margin: 0 auto;
  width: 1024px;
}
.recruit_position > p {
  margin-bottom: 30px;
  text-align: center;
}

.recruit_position > ul > li {
  margin-bottom: 30px;
}
.recruit_position > ul > li > a {
  display: flex;
  justify-content: space-between;
  background-color: #eeeeee;
  padding: 10px 20px 10px 10px;
}
.recruit_position > ul > li > a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.recruit_position > ul > li > a .recruit_position_list_img {
  width: 391px;
}
.recruit_position > ul > li > a .recruit_position_list_txt {
  width: 615px;
  padding: 10px 0;
}
.recruit_position > ul > li > a .recruit_position_list_txt h3 {
  margin-bottom: 15px;
  color: #3972B6;
  font-weight: 500;
  font-size: 20px;
}
.recruit_position > ul > li > a .recruit_position_list_txt p {
  color: #333;
  line-height: 1.5;
  font-size: 16px;
}
.recruit_position > ul > li > a .recruit_position_list_more {
  margin-bottom: 15px;
  background: url(../img/recruit/arrow_small_right.svg) no-repeat right center;
  background-size: 6px;
  padding-right: 10px;
  color: #3972B6;
  text-align: right;
  font-size: 14px;
}
.recruit_position > ul > li > a .recruit_position_list_tag li {
  display: inline-block;
  margin-right: 10px;
    margin-bottom: 10px;
  border-radius: 1em;
  background-color: #3972B6;
  padding: 0.5em 1em;
  color: #fff;
  line-height: 1;
  text-align: center;
  font-size: 16px;
}

@media (max-width: 767px) {
  .recruit_position {
    margin: 0 auto;
    width: 96%;
  }
  .recruit_position > p {
    margin-bottom: 10px;
  }
  .recruit_position > ul > li {
    margin-bottom: 15px;
  }
  .recruit_position > ul > li > a {
    display: block;
    padding: 10px;
  }
  .recruit_position > ul > li > a .recruit_position_list_txt {
    width: 100%;
    padding: 0;
  }
  .recruit_position > ul > li > a .recruit_position_list_txt h3 {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .recruit_position > ul > li > a .recruit_position_list_txt p {
    font-size: 12px;
  }
  .recruit_position > ul > li > a .recruit_position_list_more {
    margin-bottom: 10px;
    font-size: 10px;
  }
  .recruit_position > ul > li > a .recruit_position_list_tag li {
    font-size: 11px;
  }
.recruit_position > ul > li > a .recruit_position_list_img {
  width: 100%;
  margin-bottom:15px;
}
}

/* recruit_career
------------------------------------------------------------ */
.recruit_career_block {
  margin: 0 auto 80px auto;
  width: 1024px;
}
.recruit_career_block p {
  margin: 0 192px;
  line-height: 1.75;
  font-size: 16px;
}
@media (max-width: 767px) {
  .recruit_career_block {
    margin: 0 auto 40px auto;
    width: 96%;
  }
  .recruit_career_block p {
    margin: 0;
    font-size: 12px;
  }
}






ul.slick-box2{
    /*width:1460px;
    margin-left:-217.5px;*/
    width:100vw;
}
@media screen and (max-width:1260px){
ul.slick-box2{
    width:1460px;
    margin-left:-217.5px;
}
}
ul.slick-box2 li{
    position:relative;
}
.slick-slide img {
    width:100%;
}
ul.slick-box2 li .caption{
    text-align:center;
    position:absolute;
    bottom:0px;
    left:0px;
    padding-top:1em;
    padding-bottom:1em;
    background-color: rgba(48,155,129,0.7);
    color:#FFF;
    font-size:14px;
    width:100%;
}

ul.slick-box2 .slick-slide {
    margin-right: 20px;
}
@media screen and (max-width:768px){

ul.slick-box2 {
    width: 100%;
    margin-left: 0px;
}
ul.slick-box2 li .caption {
    font-size: 3.5vw;
    width: 100%;
}

ul.slick-box2 .slick-slide {
    margin-right: 0px;
}

}



.top_introduction_area .slider div span {
    background: rgba(57,114,182,0.5);
}
.top_introduction_area .slider div span:before {
    top: -13px;
    background-image: url(/assets/img/top/arrowup.png);
}
.slick-dots li.slick-active button:before {
    border: 2px solid #3972B6;
}




.tel_list.tel_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 20px;
}
.tel_list li a{
    border: 1px solid #fff;
    border-radius: 10px;
    padding:2.5em 10px;
    text-decoration:none;
    color:#fff;
    font-size: 16px;
    text-align: center;
    display:block;
    width: 250px;
}
.tel_list li .num{
    font-size: 30px;
}
.tel_list li a:hover{
    opacity:0.7;
}
.tel_list li a.pcr_contact {
    font-size: 15px;
    padding: 1.1em 10px;
}
.tel_list li a.pcr_contact .num {
    font-size: 26px;
    padding: 10px 0;
}
.tel_list li a.pcr_contact .note {
    font-size: 12px;
    line-height: 1.2;
    display: inline-block;
}
.tel_list li a.pcr_contact .note i {
    font-size: 12px;
    font-style: normal;
    display: inline-block;
    padding: 4px 2px 0;
    line-height: 1.2;
}

@media screen and (max-width:767px) {
  .tel_list.tel_list{
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
    padding-top: 2vw;
  }
  .tel_list li{
    margin-bottom: 2vw;
  }
  .tel_list li a{
    border: 1px solid #fff;
    border-radius: 10px;
    padding:1em 2vw 0.5em;
    text-decoration:none;
    color:#fff;
    font-size: 3.5vw;
    text-align: center;
    display:block;
    width: 100%;
  }
  .tel_list li .num{
    font-size: 6vw;
  }
  .tel_list li a:hover{
    opacity:1;
  }
}
