/*------------------------
サイトマップ リンク集
---------------------*/
.sitemap {
  font-size: 18px;
  color: #20b07c;
  list-style: none;
  padding-left: 0;
  line-height: 1.8;
}

.sitemap>li {
  font-weight: bold;
  margin: 1em 0 0.5em;
}

.sitemap ul {
  padding-left: 1.5em;
}

.sitemap ul li {
  font-weight: normal;
  margin: 0.2em 0;
}

.sitemap li::before {
  content: "・";
  color: #20b07c;
  margin-right: 0.5em;
  font-size: 0.8em;
}

.sitemap>li::before {
  content: "";
  color: #333;
  font-size: 0.9em;
}

.f-bl {
  color: #000;
}

/* 「f-bl」クラスを含む span が最初にある li には「・」を表示しない */
li>.f-bl:first-child {
  display: inline-block;
}

/* その li 自体の ::before を非表示にする */
li>.f-bl:first-child::before {
  content: none;
}

/* または、li 自体をピンポイントで除外する書き方もあり */
li>.f-bl:first-child {
  /* li の ::before を無効化 */
  position: relative;
}

li:has(> .f-bl:first-child)::before {
  content: none;
}


/*求人：介護*/

table.tb01 {
  width: 100%;
  margin: 0 auto;
}

table.tb01 th {
  background-color: #40a16f;
}

table.tb01 tr th {
  background-color: #ccecde;
  padding: 10px;
}

table.tb01 tr.row01 th {
  background-color: #40a16f;
  color: #fff;
}

table.tb01 td {
  width: 50%;
  padding: 10px;
  text-align: left;
  background-color: #e5f9f0;
}

table.tb01 td:nth-child(1) {
  width: 40%;
}

table.tb01 td:nth-child(2) {
  width: 60%;
}

.tb01 span {
  background-color: #40a16f;
  padding: 5px 8px;
  display: inline-block;
  margin-right: 10px;
  font-size: 0.8em;
  border-radius: 5px;
  line-height: 1;
  color: #fff;
}

.tb01 span.i-01 {
  background-color: #40a16f;
}

.tb01 span.i-02 {
  background-color: #d23f31;
}

.tb01 span.i-03 {
  background-color: #d68c00;
}

.tb01 span.i-04 {
  background-color: #c2a800;
}

.tb01 span.i-05 {
  background-color: #e75454;
}

.tb01 span.i-06 {
  background-color: #1ab398;
}

.tb01 span.i-07 {
  background-color: #3a71c3;
}

.tb01 span.i-08 {
  background-color: #185abc;
}

.tb01 span.i-09 {
  background-color: #7b5fc9;
}

.tb01 span.i-10 {
  background-color: #9a4cbf;
}

.tb01 span.i-11 {
  background-color: #cc2e6e;
}

.tb01 span.i-12 {
  background-color: #9e6d3d;
}

.tb01 span.i-13 {
  background-color: #6e90af;
}

.tb01 span.i-14 {
  background-color: #e75454;
}

.tb01 span.i-15 {
  background-color: #4b4951;
}

.p-page h3.c-title {
  margin-bottom: 1em;
  font-size: 2.5rem;
}

.c-title--center {
  text-align: center;
  display: block;
  margin: 0 auto;
}


.mb50 {
  margin-bottom: 50px !important;
}

.center {
  margin: 0 auto;
  text-align: center;
}

td.sub-color {
  background-color: rgba(204, 237, 208, 0.2);
}

@media only screen and (max-width: 1280px) {
.p-page h3.c-title {
  text-align: left;
  margin-top: 10px; 
}
}

@media screen and (max-width: 600px) {

.p-page h3.c-title {
    margin-bottom: 1em;
    font-size: 2rem;
    line-height: 1.7;
}
  .care.p-page h2.c-title {
    margin-bottom: 1em;
    font-size: 2rem;
    text-align: left;
    line-height: 1.7;
  }
  


  table.tb01 tr th {
    background-color: #ccecde;
    padding: 10px;
    display: block;
    width: 100%;
    line-height: 1;
  }

  table.tb01 td:nth-child(1) {
    padding: 10px 10px 0;
    padding-bottom: 10px;
    display: block;
    width: 100%;
    line-height: 1;
  }

  table.tb01 td:nth-child(2) {
    display: block;
    width: 100%;
  }


}

/*検索*/
label {
  font-weight: normal;
  display: inline-block;
  width: 24%;
  margin-bottom: 5px;
}

#feas-searchform-2 label {
  width:49% ;
}

.officearea {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.office_block {
  width: 100%;
  border: 1px solid #ccc;
  padding: 1%;
  margin: 1%;
  text-align: center;
  box-sizing: border-box;
}

.sort dt:nth-of-type(3)+dd {
  height: auto;
}

@media only screen and (min-width: 1280px) {
  .office_block {
    width: 48%;
    border: 1px solid #ccc;
    padding: 1%;
    margin: 1%;
    text-align: center;
    box-sizing: border-box;
  }

  .sort dt:nth-of-type(3)+dd {
    height: 80px;
  }

}

.block_index ul {
  display: flex;
}

.block_index li {
  flex: 1;
  padding: 10px;
  background: #faec0c;
  margin: 30px 10px;
  text-align: center;
  background: repeating-linear-gradient(-45deg, #ebdd00, #ebdd00 0, #faec0c 6px);
  border-radius: 4px;
  border: 2px solid #faec0c;
}

.block_index li a {
  display: flex;
  color: #6badf8;
  font-size: 16px;
  font-weight: bold;
}

.link_web {
  position: relative;
  ;
  display: flex;
  align-items: center;
  justify-content: center;
}

.link_web a {
  display: flex;
  align-items: center;
}

.link_web a::after {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: .1em;
  margin-left: 1em;
  background-color: currentColor;
  content: "";
  clip-path: url(#mask-icon-caret);
}

input[type="checkbox"] {
  margin-right: 10px;
  margin: 0 5px 0 0;
  padding: 0;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  border: 2px solid #6badf8;
  border-radius: 100px;


}

input[type="checkbox"]:checked {
  margin: 0 5px 0 0;
  padding: 0;
  width: 25px;
  height: 25px;
  border: 2px solid #6badf8;
  box-shadow: 0 0 7px #6badf8;
  border-radius: 100px;
  background: url("../images/icon_circle.svg") no-repeat center;
  background-size: auto;
  background-size: 100%;
}

.office_area {
  display: flex;
  flex-wrap: wrap;
}

.office_block .office_name{
  color: white;
  margin-bottom: 10px;
  padding: 8px 5px;
  display: grid;
  font-size: 1.5rem;
  text-decoration: none;
  background-color: #20b07c;
  text-align: center;
}

.office_block .imgblock {
  text-align: center;
  width: 100%;
}

.office_block .imgblock img {
  width: 100%;
}

#main .office_block .sort p {
  padding: 0;
}

.office_block ul.sort {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.office_block .sort li {
  width: 48%;
  margin: 1%;
  background-color: #20b07c;
  ;
  padding: 5px;
  font-size: 12px;
}

.office_block .sort a {
  display: block;
  color: #fff;
  background-color: #20b07c;
  ;
}


.office_block dl.sort {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
}


.office_block dl.sort dt {
  width: 30%;
  text-align: left;
  margin-bottom: 1px;
  padding: 10px;
  background-color: #20b07c;
  color: #FFFFFF;
}

.office_block dl.sort dd {
  width: 70%;
  text-align: left;
  background-color: #f5f5f5;
  margin-bottom: 1px;
  padding: 10px;
}


.office_block .link_btn a:link {
  display: block;
  width: 300px;
  padding: 10px;
  color: #FFFFFF;
  background-color: #1fb07b;
  margin: 0 auto 10px;
  border-radius: 6px;
}

.office_block .link_btn a:visited {
  color: #FFFFFF;
}

.tab-panel-a .panel {
  display: none;
}

.tab-panel-a .panel.is-show {
  display: block;
}

.tab-panel-a .tab-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 60px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tab-panel-a .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30%;
  margin: 0 1.5%;
  border-radius: 25px;
  padding: 15px;
  font-weight: 700;
  color: #20b07c;
  background-color: #ccecde;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.tab-panel-a .tab:hover {
  cursor: pointer;
}

.tab-panel-a .tab.is-active,
.tab-panel-a .tab:hover {
  background-color: #20b07c;
  color: #fff;
}

.panel h2 {
  color: #20b07c;
  border-bottom:1px solid #20b07c;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 1.8rem;
}

.feas-submit-button {
  display: block;
  margin: 50px auto 50px;
  background-color: #20b07c;
  color: #fff;
  padding: 10px 30px;
  border: none;
  font-size: 1.5rem;
  border-radius: 3px;
  cursor: pointer;
  
}

h2.main-title {
  border: none;

}

.search-main label{
width: 30% !important;
}
@media screen and (max-width:900px) {
.tab-panel-a .tab {
  width: 45%;
}

}

@media screen and (max-width:450px) {
  .tab-panel-a .tab-group {
    margin: 20px auto 10px;
  }

  .tab-panel-a .tab {
    padding: 5px;
    font-size: 14px;
  }
}

/*投稿ページ*/
.magazine {
  max-width: 960px;
  margin: 2em auto;
  padding: 1em;
}

.magazine-title {
  font-size: 2rem;
  margin-bottom: 1.5em;
  text-align: center;
  border-bottom: 2px solid #ccc;
  padding-bottom: 0.5em;
}

.magazine-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5em;
  list-style: none;
  padding: 0;
}

.magazine-item {
  background-color: #f9f9f9;

  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s;
}

.magazine-item:hover {
  transform: translateY(-4px);
}

.magazine-link {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}

.magazine-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.magazine-content {
  padding: 1em;
}

.magazine-post-title {
  margin: 0 0 0.5em;
  font-size: 16px;
}

.magazine-date {
  color: #777;
}
.magazine-thumb{
  position: relative;
  width: 100%;
  padding-top: 50%;    
  overflow: hidden;
  }
 .magazine-thumb img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*------------------------
医療・介護で働きたい方:看護
------------------------*/
.scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.scroll table {
  border-collapse: collapse;
  min-width: 600px;
}

.scroll th,
.scroll td {
  white-space: nowrap;
  padding: 8px;
  border: 1px solid #ccc;

}

.wp-block-columns.block-col2 {
  display: flex;
  gap: 1em;
  justify-content: center;
  align-items: center;
}

.wp-block-columns.block-col2 {
  display: flex;
  justify-content: space-between;
  gap: 4%;
  flex-wrap: wrap;
}

.wp-block-columns.block-col2 .wp-block-column {
  width: 48%;
}

.wp-block-columns.block-col2 .wp-block-column:hover {
  transform: scale(1.05);
}

.wp-block-columns.block-col2 .wp-block-column a.c-button:hover {
  transform: unset;
}

.wp-block-columns.block-col2 button {
  position: relative;
  width: 100%;
  font-size: 2rem;
  padding: 1em 2em 1em 1em !important;
  background-color: #20b07c;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s;
  text-align: left;
}

.wp-block-columns.block-col2 button:hover {
  opacity: 0.8;
}

.btn-col01 .wp-block-columns.block-col2 .wp-block-column:hover {
  transform: scale(1);
}

.btn-col01 .wp-block-columns.block-col2 .wp-block-column {
  width: auto;
}

@media (max-width: 768px) {

  .wp-block-columns.block-col2 .wp-block-column {
    width: 100%;
  }

  .wp-block-columns.block-col2 button {
    position: relative;
    width: 100%;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

  .wp-block-columns.block-col2 .wp-block-column:last-child button {
    margin-bottom: 0;
  }
}

.frame01 {
  width: 50%;
  text-align: center;
  margin: 1em auto 2em;
  background: rgba(204, 237, 208, 0.2);
  padding: 20px;
}

.frame01 .sub-title {
  background: #16a085;
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
  line-height: 1;
  border-radius: 10px;
}

.main-txt {
  font-size: 2.8rem;
  text-align: center;
  line-height: 1.5;
}

.main-txt span {
  color: #16a085;
  font-weight: bold;
}

@media (max-width: 900px) {
  .frame01 {
    width: 100%;
  }

  .main-txt {
    font-size: 2rem;
  }
}

table#tb01 {
  width: 100%;
  border-collapse: collapse;
  background-color: #e5f9f0;
}

table#tb01 thead {
  background-color: #ccecde;
}

table#tb01 th,
table#tb01 td {
  border: 2px solid #fff;
  padding: 10px;
  text-align: left;
}

table#tb01 a {
  color: #16a085;
  text-decoration: none;
}

table#tb01 a:hover {
  text-decoration: underline;
}

table#tb01 th {
  font-weight: bold;
}


/*医療・介護で働きたい方*/
.wp-block-columns.block-col2 {
  display: flex;
  gap: 1em;
  /* ボタン間の余白 */
  justify-content: center;
  /* 必要に応じて left/right に変えてOK */
  align-items: center;
}

.wp-block-columns.block-col2 {
  display: flex;
  justify-content: space-between;
  gap: 4%;
  flex-wrap: wrap;
}

.wp-block-columns.block-col2 .wp-block-column {
  width: 48%;
}

.wp-block-columns.block-col2 .wp-block-column:hover {
  transform: scale(1.05);
}

.wp-block-columns.block-col2 .wp-block-column a.c-button:hover {
  transform: unset;
}

.wp-block-columns.block-col2 button {
  position: relative;
  width: 100%;
  font-size: 2rem;
  padding: 1em 2em 1em 1em !important;
  background-color: #20B07C;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s;
  text-align: left;
}

.wp-block-columns.block-col2 button:hover {
  opacity: 0.8;
}

/* ＞矢印追加
.wp-block-columns.block-col2 button::after {
  content: '＞';
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3.2rem;
}
*/

.btn-col01 {
  padding: 3rem 0;
}

.btn-col01 .wp-block-columns.block-col2 {
  display: flex;
  justify-content: center;
}

.modal {
  display: none;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal .modal-box {
  background-color: #fff;
  max-width: 900px;
  width: 90%;
  border-radius: 10px;
  animation-name: modalopen;
  animation-duration: 1s;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 50px;
  z-index: 10000;
  /* 必要なら */
}

.modalClose {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  margin: 10px;
  background-color: transparent;
  border: none;
}

.flex.col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 2rem 0;
}

.flex.col3 a {
  display: inline-block;
  padding: 1rem;
  background-color: #CCEDD0;
  color: #20B07C;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  font-size: 1.6rem;
  transition: background-color 0.3s ease;
  padding: 30px;
}

.flex.col3 a:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .flex.col3 {
    grid-template-columns: repeat(2, 1fr);
    padding: 10px;
  }

  .flex.col3 a {
    padding: 10px;
  }

  .modal .modal-box {
    padding: 20px;
  }

  .wp-block-columns.block-col2 .wp-block-column {
    width: 100%;
  }

  .wp-block-columns.block-col2 button {
    position: relative;
    width: 100%;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

  .wp-block-columns.block-col2 .wp-block-column:last-child button {
    margin-bottom: 0;
  }
}

/*交通アクセス*/
.box-map-txt {
  font-size: 16px;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .box-map-txt {
    margin-top: 20px;
  }
  .tab-panel-a .tab-group {
  margin-bottom: 30px;
}
  .tab-panel-a .tab{
    width: 45%;
  }
  label {
  width: 100% !important;
}
#feas-searchform-2 label {

  width: 100% !important ;
}
input[type="checkbox"] {
  margin-right: 10px;
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
  border: 2px solid #6badf8;
  border-radius: 100px;
}
}
@media screen and (max-width:768px) {
  input[type="checkbox"]{
    width: 16px;
    height: 16px;
}

  .tab-panel-a .tab-group{
   justify-content: space-between;
  }
   .tab-panel-a .tab{
margin: 0 ;
    font-size: 1.3rem;
    border-radius: 10px;
    width: 49%;
  }
  .tab-panel-a .tab {
    padding: 15px 10px;
    font-size: 13px;
    border-radius: 10px;
  }
}
@media screen and (max-width:768px) {
    .tab-panel-a .tab {
    font-size: 12px;
    padding: 15px 5px;
  }
}
/*一覧リンクボタン*/
.btn-list {
  text-align: center;
}
.btn-list a{
  color: #1fb07b;
  text-align: center;
  display: block;
  margin: 50px auto;
  font-size: 1.2em;
  border: 1px solid;
  display: inline-block;
  padding: 20px;
  border-radius: 50px;
}

hr{
border-top: 1px dotted #8c8b8b;
}