/* 新卒採用一覧
----------------------------------*/
.works_link_area {
	margin-bottom: 3%;
	margin-top: 3%;	
}
.works_link01,.works_link02,.works_link03 {
    position: relative;
    overflow: hidden;
    height: 70vh;
    /*border-radius: 5% 5% 5% 5%;*/
    margin-bottom: 20px;
}
@media screen and (max-width: 1399px) {
.works_link01,.works_link02,.works_link03 {    
    height: 50vh;
}
}
.works_link01:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: url(../img/new/list/pharmacist.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-position: center center;
}

.works_link02:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: url(../img/new/list/nursing.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
@media screen and (max-width: 575px) {
.works_link02:after {
    background-position: center center;
}
}
.works_link03:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: url(../img/new/list/receptionist.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-position: center center;
}
.works_link01:hover:after,.works_link02:hover:after,.works_link03:hover:after {
opacity: .8;
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.works_link01:before,.works_link02:before,.works_link03:before {
position: absolute;
content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
background-color: rgba(0,0,0,.9);
}

.works_link_name {
  text-align: center;
  position: relative;
  z-index: 10;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate3d(0px, -50%, 0px);
  transition: opacity 400ms cubic-bezier(0.18, 0.06, 0.23, 1)
}
.works_link_name_jp {
  display: block;
  font-size: 2.0vw;
  line-height: 1.1;
  font-weight: 100;
	  text-shadow: 
    black 2px 0px,  black -2px 0px,
    black 0px -2px, black 0px 2px,
    black 2px 2px , black -2px 2px,
    black 2px -2px, black -2px -2px,
    black 1px 2px,  black -1px 2px,
    black 1px -2px, black -1px -2px,
    black 2px 1px,  black -2px 1px,
    black 2px -1px, black -2px -1px;
}
@media screen and (max-width: 767px) {
.works_link_name_jp {    
    font-size: 5vw;
}
}
@media screen and (max-width: 575px) {
.works_link_name_jp {    
    font-size: 8vw;
}
}

.works_link_name_en {
    display: block;
    font-size: 15px;
    line-height: 1;
    margin: 29px 0 0;
    text-transform: uppercase;
	text-shadow: 
    black 2px 0px,  black -2px 0px,
    black 0px -2px, black 0px 2px,
    black 2px 2px , black -2px 2px,
    black 2px -2px, black -2px -2px,
    black 1px 2px,  black -1px 2px,
    black 1px -2px, black -1px -2px,
    black 2px 1px,  black -2px 1px,
    black 2px -1px, black -2px -1px;
}

/* 新卒採用
----------------------------------*/

.main_area {
  padding-top: 5%;
  padding-bottom: 5%;
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
}
@media (max-width: 991px) {
 .main_area {  
  padding-bottom: 0%;
	 padding-right: 5%;
  padding-left: 5%;
}
}
#o-top-training_bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 95%;
    background-color: rgba(18,150,143,0.1);
    top: 0vh;
    bottom: 0;
    height: 80%;
    border-bottom-right-radius: 100px;
}

/* 募集要項 */
.outline_area {    
    margin-top: 5%;
}
.outline_box {
    display: grid;
    grid-template-columns: 20% auto;
    font-size: 16px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
}
@media only screen and (max-width: 991px) {
.outline_box {
    grid-template-columns: 25% auto;    
}
}
@media only screen and (max-width: 767px) {
.outline_box {
    grid-template-columns: 1fr; 
	padding-bottom: 0px;	
}
}

.outline_box dt {    
    border-bottom: 1px solid #12968f;
	padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
}
.outline_box dd {  
	border-bottom: 1px solid rgba(166,166,166,1.00);
	padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
	font-feature-settings: "palt";
    letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
.outline_box dt {
    border-bottom: 1px none #12968f;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    font-size: 16px;
    font-weight: bold;
}
.outline_box dd {  
	border-bottom: 1px solid rgba(166,166,166,1.00);
	padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
	font-size: 14px;
}
}
/* 介護事業 */
.nursing_list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(350px, 2fr));
  margin-bottom: 5%;
}
@media (max-width: 991px) {
.nursing_list {  
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
}
@media (max-width: 575px) {
.nursing_list {  
  gap: 5px;
}
}


.staff_list .image01 {  
	line-height: 0;
  overflow: hidden;
	border-radius: 20px;
}
.staff_list .image01 img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.staff_list .image01:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.intro_area{
	padding: 20px;	
}
.intro_name {
    font-size: 20px;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    font-weight: bold;  /*color: #000;*/
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    margin-top: 20px;
}
@media screen and (max-width: 575px) {
.intro_name {
    font-size: 18px;
}
}
.intro_name::after {
  content: "";  
  background-image: linear-gradient(135deg, #12968f 0%, #12968f 50%, #999999 50%, #999999 100%);
	/*background-color: #12968f;*/
  width: 70px;
  height: 3px;
  position: absolute;
  top: 100%;
    left: 50%;
	transform: translateX(-50%);
}

.intro_name2{
	font-size: 14px;
	color: #000;
	padding-bottom: 5px;
	padding-top: 0px;
	text-align: center;
	margin: 0px;
}
.intro_tx_area{
	padding: 10px;
	margin-top: 0px;
	/*border: 1px solid #999;
	background-color: #fff;*/
}
.intro_txq{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin: 0px;
    padding: 5px;
    line-height: 1.5;
    text-align: center;
    background-color: rgba(0,158,150,0.5);
}
.intro_txa{
	font-size: 14px;
	color: #000;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 1.5;
}
.staff_list_ttl {
    font-size: 19px;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    font-weight: bold;  /*color: #000;*/    
	padding: 0.5rem 1rem 0.5rem 1.5rem;
    margin-bottom: 1.6rem;
    background-image:
        linear-gradient(#009e96 50%, #ccc 50%);
    background-repeat: no-repeat;
    background-size: 0.5rem 100%;
}
@media screen and (max-width: 575px) {
.staff_list_ttl {
    font-size: 17px;
}
}

.staff_list_tx {
    font-size: 15px;
    padding-top: 10px;
    font-feature-settings: "palt";
    line-height: 1.8;
}
a .staff_list_tx {
    color: #000000;    
}
.staff_list li .image01 {  
	line-height: 0;
  overflow: hidden;
	/*border-radius: 20px;*/
}
.staff_list li .image01 img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.staff_list li .image01:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.staff_ttl {
    font-size: 24px;
    padding-bottom: 5px;
    margin-bottom: 30px;
    font-weight: bold;
    font-feature-settings: "palt";
    color: #12968F;
}
@media screen and (max-width: 575px) {
.staff_ttl {
    font-size: 17px;
}
}
.staff_tx {
    font-size: 15px;
    line-height: 1.9;    
    margin-bottom: 3%;
}
.staff_img {
    padding-top: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
    padding-left: 1%;
}

.staff_photo {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 20px;
}
@media screen and (max-width: 575px) {
.staff_photo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px 10px;
}
}
/* トリミング
---------------------------------*/
.trimming {
  overflow: hidden;
  position: relative;
  padding-top: 65%;
  margin-bottom: 15px;
}
.photo {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* フットリスト
---------------------------------*/
.training_otherttl {
    font-size: 36px;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    margin-bottom: 1%;
    text-align: center;
    font-family: "Lora", serif;
    text-transform: uppercase;
}
@media screen and (max-width: 575px) {
.training_otherttl {
    font-size: 24px;
}
}
.training_otherlist {
    margin-left: 5px;    
}
.training_otherlist li {
    margin-right: 15px;
    display: inline-block;
    white-space: nowrap;
    line-height: 1.9;
    font-size: 15px;
}
.training_otherlist li::after {
    content: '/';
    color: #000;
    margin-left: 10px;    
}

