@charset "utf-8";
/*2026年追加分 ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

h1.font{
  font-size: clamp(18px, 1.8vw, 30px);
  display: flex;
  align-items: flex-end; /* 子要素を底辺に配置 */
  height: 90px; /* 高さを指定する必要あり */
  justify-content: center;  /* 横方向中央 */
  padding:0 5px 10px 0;
}

/*h2*/
h2 {
    padding: 0.25em 0.5em;
    /*上下 左右の余白*/
    color: #494949;
    /*文字色*/
    background: transparent;
    /*背景透明に*/
    border-left: solid 5px #7db4e6;
    /*左線*/
    margin-top: 20px;
    margin-bottom: 20px;
}
h2.wp-block-heading,
.recruit2026 h3,
.table-old h6 {
    border-left: none;
    color: #505050;
    /*文字色*/
    padding: 0.5em;
    /*文字周りの余白*/
    display: inline-block;
    /*おまじない*/
    line-height: 1.3;
    /*行高*/
    background: #dbebf8;
    /*背景色*/
    vertical-align: middle;
    border-radius: 25px 0px 0px 25px;
    /*左側の角を丸く*/
}
h2.wp-block-heading:before,
.recruit2026 h3:before {
    content: '●';
    color: white;
    margin-right: 8px;
}
h2,h3,h6{
  display: block;
  width: 100%;
  margin: 20px 10px 20px auto;
  padding: 30px auto;
}

.aligncenter,
.recruit2026 h3 {
    border-left: none !important;
}

#header-scroll-menu a.bg-white {
    display: none;
}
dl.newlist {
    font-size: 90%;
    padding: 15px 10px;
    border-radius: 2px;
    margin: 10px 15px 30px 15px;
}
dl.newlist dt p {
    font-family: 'メイリオ', Me iryo, sans-serif;
    font-weight: normal;
    margin-top: 10px;
    display: block;
}
em.newicon {
    font-style: normal;
    font-size: xx-small;
    padding: 1px 2px;
    color: #fff;
    background: crimson;
}
/*カテゴリーラベル*/
.cat-label {
    color: #fff;
    font-size: 10px;
    margin: 8px 0;
    padding: 2px 6px;
    border-radius: 35px;
    letter-spacing: -0.03em;
    background-color: #008080;
    /*リンクさせない*/
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}
.cat-label.clerical-work {
    background-color: #5f9ea0;
    /* 事務 */
}
.cat-label.kogumaen {
    background-color: #cd853f
}
.cat-label.comedical {
    background-color: #4169e1
}
/*施設のindex.htmlここから □□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□*/
a:link {
    text-decoration: none;
}
footer a:link,
nav a:link {
    color: #fff;
}
nav {
    text-align: left;
}
nav ul.grid li:nth-child(even) {
    background-color: none !important;
}
/* ホバー時のスタイル例 */
.reclist dl {
    position: relative;
    /* 基準にする */
    border: 1px solid #ccc;
    padding: 10px;
}
.reclist dl dd {
    margin: 0;
    padding: 0;
}
.reclist dd a {
    position: absolute;
    /* 親(dl)のサイズに合わせる */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
    display: block;
    /* 範囲をブロックにする */
    z-index: 1;
    /* 他の要素の前面に出す */
    background: none;
}
.reclist dl:hover {
    background-color: #f0f0f0;
    background-image: url(/recruit/images/btn_details.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
}
li.img {
    width: fit-content;
    margin: auto;
}
#hdline,
#navi {
    display: none;
}
footer {
    clear: both;
}
footer ul a {
    color: #fff !important;
    text-decoration: none !important;
}
img {
    display: initial
}
/*td内の偽装リスト*/
.wp-block-table em {
    text-indent: -1em;
    padding-left: 1em;
    font-style: normal;
    display: block;
    /*emには必須*/
}
/*詩*/
pre.wp-block-verse {
    padding: 20px;
    margin: 20px 0;
}
/*申込btn*/
.aligncenter {
    margin: 10px auto;
    text-align: center;
}
/*table*/
.wp-block-table table td:nth-of-type(1) {
    font-weight: bold;
    text-align: center;
    color: #999;
    background: #f5f5f5;
    width: 30%;
}
.wp-block-table table tr {
    border-bottom: 1px solid #b5b1b1;
}
.wp-block-table table td {
    padding: 24px 10px;
    border: none;
}


/*h1*/
#recruit h1.title {
    position: relative;
    line-height: 1.4;
    padding: 0.25em 1em;
    display: inline-block;
    top: 0;
    margin-bottom: 20px;
    color: #085;
    font-size: 1.2rem;
}
#recruit h1.title:before, #recruit h1.title:after {
    position: absolute;
    top: 0;
    content: '';
    width: 8px;
    height: 100%;
    display: inline-block;
}
#recruit h1.title:before {
    border-top: dotted 1px #535aaa;
    border-left: dotted 1px #535aaa;
    border-bottom: dotted 1px #535aaa;
    left: 0;
}
#recruit h1.title:after {
    content: '';
    border-top: dotted 1px #535aaa;
    border-right: dotted 1px #535aaa;
    border-bottom: dotted 1px #535aaa;
    right: 0;
}

/*------ recruit info -----*/
#recruit {
	width: 600px;
	float:left;
	text-align: left;
	margin:-20p 0 0 0;
	padding:0;
}

#recruit h5{
	height:30px;
	width:auto;
	margin:20px 0 15px 0;
	background:url(/recruit/images/title_application.gif) no-repeat;
}

#recruit .date{
	text-align: left;
	margin: 10px 0 0 10px;
	font-size: 14px;
}

#recruit .details {
   width: 470px;
   font-size: 12px;
   margin-left: 150px;
   margin-top: -55px;
   line-height:1.2em;
   padding-top: 10px;

}

#recruit .details-2 {
   width: 470px;
   font-size: 12px;
   margin-left: 150px;
   margin-top: -64px;
   line-height:1.2em;
   padding-top: 10px;

}

#recruit .details-3 {
   width: 500px;
   font-size: 12px;
   margin-left: 195px;
   margin-top: -55px;
   line-height:1.2em;
   padding-top: 10px;

}

#recruit .details-4{
   width: 500px;
   font-size: 12px;
   margin-left: 205px;
   margin-top: -55px;
   line-height:1.2em;
   padding-top: 10px;

}

#recruit .category{
	background: url(/recruit/images/icon_arrow-b.gif) no-repeat;
	background-position: 0 10px;
	padding: 14px 0 0 40px;
	font-weight: bold;
	font-size: 16px;
}

#recruit .category02{
	background: url(/recruit/images/icon_arrow-b.gif) no-repeat;
	background-position: 0 10px;
	padding: 14px 0 0 40px;
	font-weight: bold;
	font-size: 16px;
}


#recruit .btn{
   width: 120px;
   margin-left: 600px;
   margin-top: -63px;
}

#recruit .btn2{
   width: 120px;
   margin-left: 600px;
   margin-top: -33px;
}

#recruit .btn3{
   width: 120px;
   margin-left: 600px;
   margin-top: -27px;
}


#recruit .menu {
	text-align: left;
	margin: 10px 0 0 5px;
	font-size: 14px;
}

#recruit .menu a {
   color:#4f4949;
   text-decoration: underline;
}

#recruit .menu a:hover {
   color:#ff6400;
   text-decoration: underline;
}

#recruit .menu  a:visited {
   color:#ff6400;
   text-decoration: underline;
}

#recruit .banner {
	width: 798px;
	margin: 0 auto;
}

.reclist{
	margin-top:-25px;
}

.reclist dl{
	overflow: hidden;
	padding:10px 5px;
	background:#ffffff;
	border:3px #eee solid;
	border-radius: 6px;        /* CSS3草案 */  
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 6px;   /* Firefox用 */
	margin:10px 5px;
	position: relative;
}


.reclist dt {
	max-width: 400px;
	float: left;
	clear:both;
	padding: 10px;
	color:#333;
	letter-spacing:0.1em;
	/*font-size:110%;*/
  /*white-space: nowrap;*/
	/*background:url(/recruit/images/icon_arrow-b.gif) no-repeat 0 10px;*/
	/*font-weight:bold;*/
}

.reclist dt span{
	font-size:80%;
	color:#ccc;
	margin-left:2em;
}

.reclist dd {
	padding: 0 0 0 410px;
}

.reclist dd a{
	margin:5px 0;
	padding:0;
	/*background:url(/recruit/images/btn_details.gif) no-repeat;*/
	width:100px;
	height:34px;
	float:right;
	text-indent:-9999px;
}

.reclist dd.cont a{
	margin:10px 0;
	padding:0;
	background:url(/recruit/images/btn_cont.gif) no-repeat!important;
	width:100px;
	height:34px;
	float:right;
	text-indent:-9999px;
}

/* 2026ホバー時のスタイル例 */
.reclist dl {
  position: relative; /* 基準にする */
  border: 1px solid #ccc;
  padding: 10px;
}

.reclist dl dd {
  margin: 0;
  padding: 0;
}

.reclist dd a {
  position: absolute; /* 親(dl)のサイズに合わせる */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  display: block; /* 範囲をブロックにする */
  z-index: 1; /* 他の要素の前面に出す */
  background: none;
}

.reclist dl:hover {
  background-color: #f0f0f0;
  background-image: url(/recruit/images/btn_details.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
}
/* //2026ホバー時のスタイル例 */


.is-not-stacked-on-mobile {
    display: flex;
    margin: 30px auto;
}
.is-not-stacked-on-mobile p {
    margin: 15px;
    font-size: 90%;
}
.aligncenter img {
    margin: 50px auto;
}
/*ぱんくず*/
.topicPath {
    background: #ffffff;
    padding: 10px 0;
    margin: 10px;
}
.topicPath ul {
    margin: 0 auto !important;
    border: none !important;
    display: flex;
}
#grouptop .topicPath li#rectop a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 105%;
}
/*ぱんくずここまで*/


/*--------------------------------------------------------------------------------------------------------------*/

/*申込ボタン*/
.aligncenter{
  margin: 10px auto;
  text-align: center;
}
.aligncenter img{
  text-align: center;
  display: initial;/*display:block打消し*/
}
/* //申込ボタン*/

li.img{
  width: fit-content;
    margin: auto;
}
#hdline,
#navi{display: none;}


/*td内の偽装リスト*/
.wp-block-table em{
  text-indent: -1em;
 padding-left: 1em;
  font-style: normal;
  display: block;/*emには必須*/
}
/*詩*/
pre.wp-block-verse{
  padding: 20px;
  margin: 20px 0;
}


/*h1*/
#recruit h1.title {
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
  display: inline-block;
  top:0;
  margin-bottom: 20px;
  color: #085;
  font-size: 1.2rem;
}
#recruit h1.title:before, #recruit h1.title:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}

#recruit h1.title:before {
  border-top: dotted 1px #535aaa;
  border-left: dotted 1px #535aaa;
  border-bottom: dotted 1px #535aaa;
  left: 0;
}

#recruit h1.title:after {
  content: '';
  border-top: dotted 1px #535aaa;
  border-right: dotted 1px #535aaa;
  border-bottom: dotted 1px #535aaa;
  right: 0;
}


.recruit2026 h3,
.table-old h6 {
  display: block!important;
}

/*テーブル*/
.table table {
  width: 98%; /* 親要素いっぱいに広げる */
  margin: 5px;
  table-layout: fixed; /* 列幅を固定してはみ出しを防ぐ */
  font-size: 14px; /* フォントを小さくして収まりを良くする */
  border-collapse: collapse; /* 枠線を重ねる */
  line-height: 2;
}

.table table th, .table table td {
  padding: 20px 10px; 
  word-wrap: break-word; /* 長い単語を折り返す */
  border-bottom: 1px #ccc solid;
  border-top: 1px #fff solid;
}

.table tr td:nth-of-type(1),
.table tr th:nth-of-type(1){
  background: #f5f5f5;
  width:30%;
  text-align: center;
}

.table tr td:nth-of-type(2){
  width:70%;
  background: #fff!important;
  text-align: left!important;
}

.table-old tr td{
  width:70%;
  background: initial;
  background: #fff!important;
  text-align: initial;
  text-align: left!important;
}

ul.coopbn li{
margin:10px 0;
}
ul.coopbn li span{
    font-size: 70%;
    letter-spacing: 0em;
}

@media (min-width: 601px) {
.wrapper{
display: flex;
min-width: 800px;
margin: 30px 60px;
}
#recruitdata{
  width: 80%;
  margin: 10px;
  
}
#sidem{
  width: 20%;
  max-width: 200px;
  margin: 10px;
}
#sidem #sisdata{
    margin-bottom: 30px;
    padding:10px 20px;
    border-radius: 2px;
    border: 1px solid #eee;
    font-size: 90%;
}
#sidem #sisdata a{
    margin: 5px 0;
    display: block;
}
#sidem #sisdata:hover{
    background: #eee;
}
#sidem #sisdata img{
    border-radius: 2px;
    margin: 5px;
}
}

@media (max-width: 600px) {

/*バナー非表示*/
ul.coopbn{
    display: none;
  }

/*サイドメニュー*/
#sidem{
  text-align: center;
}

#sidem em{
	font-weight:normal;
	font-weight:bold;
	font-size:12px;
	color:#930;
	border-top:3px solid #ffffff;
	display:block;
	padding:5px 0;
	margin:5px 0;
}

ul.datamenu{
	margin-left:0.5em;
}

a.telnon{
	font-weight:bold;
}

/*別窓*/
ul.datamenu .blank{
	background:url(/recruit/images/external-link.gif) no-repeat right center;
	padding:0 20px 0 0;
}

#sidem #sisdata{
	padding:20px 0 0 0;
	letter-spacing:0.1em;
	font-size:12px;
	background:#fff;
	margin-right:10px;
  margin-left:10px;
}

#sidem #sisdata span{
	font-size:80%;
	display:block;
}

#sidem #sisdata li.img{
	text-align:center;
}

#sidem #sisdata li.name{
	text-align:center;
	font-weight:bold;
	margin-bottom:8px;
}

#sidem #sisdata li.data{
	background:#f5f5f5;
	padding:8px;
}

#sidem #sisdata li a{
	text-decoration:none;
	color:#333;
}
  footer ul a{
  color: #fff!important;
  text-decoration: none!important;
  text-align: left;
}
/*詩*/
pre.wp-block-verse{
font-size: 80%;
}

#sidem{
padding-top: 30px;
}
}

/*エントリーボタン*/
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap-pc-sp {
  max-width: 435px;
  margin: 0 auto 20px;
}

a.btn-pc-sp {
  line-height: 1.4;

  width: 49.5%;
  padding: 1.25rem 0;

  color: #ffff;
}

a.btn--contact {
  display: block;

  padding: 1.5rem 0;

  color: #fff;
  background: #d20010;
  -webkit-box-shadow: 0 5px 0 #b9000e;
  box-shadow: 0 5px 0 #b9000e;
}

a.btn--contact i {
  font-size: 2rem;
}

a.btn--contact i.fa-position-left {
  font-size: 3rem;

  left: 2rem;
}

a.btn--contact :hover {
  color: #fff;
}

a.btn--tel {
  display: block;

  margin-top: 15px;
  padding: 1rem 0;

  color: #fff;
  background: #094;
  -webkit-box-shadow: 0 5px 0 #008039;
  box-shadow: 0 5px 0 #008039;
}

a.btn--tel i {
  font-size: 2rem;
}

a.btn--tel i.fa-position-left {
  font-size: 3rem;

  left: 2rem;
}

a.btn--tel .number {
  line-height: 1;

  display: inline-block;

  margin-top: 0.5rem;
  padding: 0.25rem 2rem;

  letter-spacing: 0;

  color: #094;
  border-radius: 0.5rem;
  background: #fff;
}

a.btn--tel:hover {
  color: #fff;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}

/*フェードアップ*/
.fdup {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
 
@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*パンくず*/
ul.coco{
  margin-bottom: 30px;
}
ul.coco li{
  margin-bottom: 2px;
}
ul.coco a{
color: #085;
}
ul.coco li:last-child a{
  color: #333;
  pointer-events:none;/*リンクを非リンクに変える*/
}

/*注釈*/
.has-small-font-size{
  font-size: 80%;
}

/*グリッドレイアウト*/
.grid2 {
  display: grid; /* グリッドコンテナの定義 */
  grid-template-columns: repeat(2, 1fr); /* 列の数と幅の指定 */
  gap: 1rem;
}
.grid3 {
  display: grid; /* グリッドコンテナの定義 */
  grid-template-columns: repeat(3, 1fr); /* 列の数と幅の指定 */
  gap: 5px;
  overflow-wrap: break-word;
}
/* スマホ表示：画面幅が768px未満 */
@media (max-width: 767px) {
  /* グリッドコンテナ */
  .grid2,
  .grid3 {
    grid-template-columns: repeat(1, 1fr); /* 1列表示 */
  }

.background-text,.background-text-k{
  overflow-x: hidden;
  overflow-y: hidden;
}
html{
  overflow-x: hidden;
}
}
/* スマホ表示ここまで */

/*各ページヘッダー画像設定ここから
　使用ソースここから
<main class="round-wrap">
  <section>
    <div class="round-content relative overflow-hidden bg-[rgba(0,0,0,0.25)] mb-6">
      <div class="absolute inset-x-0 inset-y-1/2 top-[45%] grid gap-y-11 px-4 text-center">
        <h1 class="font-notoserif text-2xl text-white md:text-5xl font">阪奈サナトリウム 調理員（パート）求人概要</h1>
      </div>
      <div class="cooks sanatobg absolute inset-0 z-[-1] bg-cover bg-center"></div>
    </div>
  </section>
　使用ソースここまで
*/

/*背景画像の下円（main class="round-wrap"）ここから*/
.round-wrap {
  overflow: hidden;
}
/*半円のサイズ<div class="round-contentten…>～ </div>*/
.round-content {
  background: rgba(0, 136, 85,0.7);/*#085のRGBの0.7半透明*/
  border-bottom-left-radius: 1000px 200px;
  border-bottom-right-radius: 1000px 200px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  height: 250px;/*トップ以外浅め*/
}
/* //背景画像の下円ここまで*/

/*背景画像*/

.hpbg{
  background-image: url("../images/bg_hp.jpg")!important;
  z-index: 99;
}
.tawaraenbg{
  background-image: url("../images/bg_tawaraen.jpg")!important;
  z-index: 99;
}
.sakuraenbg{
  background-image: url("../images/bg_sakura.jpg")!important;
  z-index: 100;
}
.tawarabg{
  background-image: url("../images/bg_tawara.jpg")!important;
  z-index: 99;
}
.tawaranosatobg{
  background-image: url("../images/bg_tawaranosato.jpg")!important;
  z-index: 99;
}
.zaitakubg{
  background-image: url("../images/bg_zaitaku.jpg")!important;
  z-index: 99;
}
.eiyoshi{
  background-image: url("../images/bg_eiyoshi.jpg")!important;
  z-index: 100;
}
.cooks{
  background-image: url("../images/bg_cook.jpg")!important;
  z-index: 100;
}
.washing{
  background-image: url("../images/bg_washing.jpg")!important;
  z-index: 100;
}

.imghover img{
  transition: transform .6s ease; /* ゆっくり変化させる */
}
.imghover img:hover {
  transform: scale(1.1); /* 拡大 */
}
