@charset "utf-8";
/* Generic Child-joint : front-page ONLY
    フロントページのみに適用されるスタイル
　　　-body
　　　-コンテナ div id="container" #container
　　　-共通要素 （ .btn.more-link ） 
    　-メインビジュアルスライダーdiv id="main-vis" #main-vis （bxslider）
    　-各コンテンツ section
　　　-メディアクエリ（ブレイクポイントごと）
*/
/*
    font-family: "IBM Plex Sans", sans-serif;
    font-family: "Noto Sans JP", sans-serif;
    font-family: "Noto Serif JP", serif;
*/
/* Color 
main purple : #251a8e rgba(37,26,142,1.00)
light purple : #742da9
pink : fb2576
blue : 332fd0
*/

/* ローディングアニメーション
---------------------------------------------------- */
/* ローディング画面 */
#loading {
    align-items: center;
    background-color: rgba(37,26,142,1.00) ;
    display: flex;
    height: 100vh;
    justify-content: center;
    position: fixed;
      top: 0;
      left: 0;
    transition: all 1s;
    z-index: 10000;
    width: 100vw;
}
.loader {
  color: #ffffff;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loaded {
    opacity: 0;
    visibility: hidden;
}

/* コンテナ div id="container" #container
---------------------------------------------------- */
#container {
    background-color: transparent;
    margin: 0 auto;
    width: 100%;
}
/*メインコンテンツ - メインカラム*/
main.content {
    float: none;
    margin: 0;
    padding: 00;
    width: 100%;
}
/* 共通要素
---------------------------------------------------- */
/* .btn.more-link */
p.btn.more-link {}
p.btn.more-link a {
    align-items: center;
    background-color: rgba(37,26,142,1.00);
    border: rgba(37,26,142,1.00) solid 1px;
    border-radius: 5px;
    color: rgba(255, 255, 255, 1.0);
    display: inline-flex;
    justify-content: center;
    line-height: normal;
    padding: .5em 2em;
    text-decoration: none;
}
p.btn.more-link a:hover {
    background-color: rgba(255, 255, 255, 1.0);
    color: rgba(37,26,142,1.00);
}
/* section / .section-wrap --- */
#container .content section {
    background-color: rgba(255, 255, 255, 0.00);
}
section .section-wrap {
    background-color: rgba(255, 255, 255, 0.00);
    margin: 0 auto;
    /* width: 1240px; */
}
/* header / h2 --- */
section .section-wrap header {
    align-items: center;
    display: flex;
    justify-content: center;
    line-height: 1;
    margin: 0;
}
section .section-wrap header h2 {
    color: rgba(37,26,142,1.00);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.75rem;
    font-weight: normal;
    margin: 0;
}
section .section-wrap header h3 {
    font-family: "Noto Sans JP", sans-serif;
    /* font-size: clamp(1rem, 0.8571rem + 0.9524vw, 2rem); */
    font-size: clamp(1.125rem, 1rem + 0.8333vw, 2rem);
    font-weight: 400;
    margin: 0;
    line-height: 1.3;
}
section .section-wrap header h3 span{
    font-size: larger;
}

section .section-wrap header::before {
    margin-right: 1.5rem;
    transform: rotate(30deg);
}
section .section-wrap header::after {
    margin-left: 1.5rem;
    transform: rotate(30deg);
}
/* .entry-list（お知らせ新着表示） --- */
.entry-list .section-wrap .article-list {
    margin: 0 auto;
}
.entry-list .section-wrap .article-list article {
    align-items: center;
    /* background-color: #fff; */
    border-bottom: #ddd dotted 1px;
    display: flex;
    font-family: "Noto Sans JP", sans-serif;
    justify-content: flex-start;
    margin: 0;
    padding: 1rem 0;
    position: relative;
    transition: .3s;
}
.entry-list .section-wrap .article-list article:first-child {
    border-top: #ddd dotted 1px;
}
/* .entry-list .section-wrap .article-list article::after {
    color: rgba(25, 68, 142, 1.00);
    content: '\e5df';
    display: inline-block;
    font-family: 'Material Icons';
    padding: 0;
} */
.entry-list .section-wrap .article-list article:hover {
    background-color: rgba(37,26,142,.2) 
}
.entry-list .section-wrap .article-list article .entry-meta {
    color: #000;
    margin: 0;
}
/* --- 投稿日付 */
.entry-list .section-wrap .article-list article .entry-meta .entry-time {
    display: inline-block;
    padding: 0 0 0 .5em;
}
/* --- 投稿カテゴリ */
.entry-list .section-wrap .article-list article .entry-meta .entry-category {
    color: #000;
    display: inline-block;
    line-height: 100%;
    margin: 0 0 0 .5em;
    padding: .5em 1em;
    text-align: center;
}
.entry-list .section-wrap .article-list article.cat-important
      .entry-meta .entry-category {
    background-color:#f7d0e4;
}
.entry-list .section-wrap .article-list article.cat-notice
      .entry-meta .entry-category {
    background-color:#dedcff;
}
.entry-list .section-wrap .article-list article.cat-recruit
      .entry-meta .entry-category {
    background-color:#dcf8ff;
}
/* --- 投稿タイトル */
.entry-list .section-wrap .article-list article .entry-title {
    flex: 1;
    font-size: 1rem;
    font-weight: normal;
    padding: 0 0 0 1em;
}
.entry-list .section-wrap .article-list article .entry-title a {
    color: #000;
    text-decoration: none;
}
.entry-list .section-wrap .article-list article .entry-title a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}
.entry-list .section-wrap p.btn.more-link {
    margin: 2rem auto;
    text-align: center;
}

/* メインビジュアル section id="main-vis" #main-vis 
---------------------------------------------------- */
#main-vis {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
/* メインビジュアル - スライダー（bxslider）*/
/*  - スライダー（bxslider）：スタイルリセット*/
#main-vis .bx-wrapper {
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
#main-vis .bx-wrapper .bx-viewport {
    margin: 0 auto;
}
/*  - スライダー（bxslider）：スライド設定*/
#main-vis .bx-wrapper .bx-viewport .slider > div {
    height: fit-content;
    top: 0;
    position: relative;
    overflow: hidden;
}
/* 20251023追加 */
.bx-wrapper, 
.bx-viewport, 
.bx-viewport .slider > div {
  overflow: hidden;
}

/* スライド画像 */
.bxslider img,
#main-vis .bx-viewport .slider > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;       /* 中央トリミング */
  object-position: center;
  display: block;
  height: 100vh;
}

/* catch要素をスライダー上にオーバーレイ */
#main-vis .catch {
    position: absolute;
    bottom: 25%;
    /* left: 6%; */
    width: 100%;
    text-align: left;
    z-index: 10;
    color: #fff; 
    padding-left: 68px;
}
#main-vis .catch p {
    margin: 0;
    
}
#main-vis .catch p.lead {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-style: normal;
    font-size: clamp(1.25rem, 0.7635rem + 3.1138vw, 4.5rem);
    line-height: 1.1;

}
#main-vis .catch p.lead span {
   font-size: clamp(0.875rem, 0.613rem + 1.6766vw, 2.625rem);
    font-weight: 500;
}
#main-vis .catch p.sign {
    text-align: right;
}

/* ご挨拶 #profile
---------------------------------------------------- */
#profile{
    padding:5rem 80px ;
}

#profile .contents{
    display:flex;
    justify-content: space-between;
    column-gap: 40px;
    margin: auto;
}


#profile .section-wrap .contents {
    display: flex;
    justify-content: space-between;
}
#profile .section-wrap .contents .photo {
    margin: 0;
    width: 50%;
}
#profile .section-wrap .contents .photo img {
    height: auto;
    width: 100%;
    box-shadow: 10px 10px rgba(37,26,142,.75);
}

#profile .section-wrap .contents .txt {
    margin: 0;
    width: 50%;
}

#profile .section-wrap .contents .txt header  {
    justify-content: flex-start;  
}
#profile .section-wrap .contents .txt h3 {
    color: rgba(37,26,142,1.00);    
}
#profile .section-wrap .contents .profiles h4 span{
    font-size: 1rem;
    padding: 0 1rem 0 0;
}
#profile .section-wrap .contents .profiles dl dt {
    color: rgba(37,26,142,1.00);
    padding: .5rem 0;
}
.front-container .btn-wrap {
    display: flex;
    justify-content: flex-start;
    column-gap: 30px;
    margin-top: 30px;
}

.front-container .btn {
    position: relative;
    display: grid;
    align-items: center;
    width: 100%;
    min-height: 70px;
    background-color: #fff;
    border: 2px solid rgba(37,26,142,1.00);
    padding: 1rem 1.5rem;
    overflow: hidden;
    transition: .3s;
    max-width: 20em;
}

.front-container .btn a {
    display: flex;
    width: 100%;          
    height: 100%;        
    color: #000;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-weight: 400;
    z-index: 3;
}

.front-container .btn::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid rgba(37,26,142,1.00);
    border-right: 2px solid rgba(37,26,142,1.00);
    content: '';
    position: absolute;
    right: 10px;
}

.front-container .btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 50%;
    width: calc(100% + 30%);
    height: calc(100% + 2px);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    background-color: rgba(37,26,142,.3);
    transform: translateX(-100%);
    transition: all 0.4s;
}

.front-container .btn:hover::before {
    transform: translateX(0);
}

/* 取り組み #effort
---------------------------------------------------- */
#effort {
    position: relative;
    padding: 5rem 0;

}
#effort h3,
#effort p:first-of-type{
 color: #FFF;
 text-align: center; 
 margin-bottom: 20px;
}

/* 上部グラデーションだけを背景画像として重ねる */
#effort::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px; /* グラデーションの高さ */
  background-image: linear-gradient(to right, #0071bc, #251a8e);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0; /* 背景として配置 */
}

/* 中身 */
#effort .section-wrap {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}

/* カードエリア */
#effort .effort-card-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  position: relative;
  z-index: 2;
  margin-top: 60px;
}

/* 各カード */
#effort .effort-card {
  display: flex;
  align-items: flex-start; /* 上揃え */
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 6px 6px rgba(0,0,0,0.1);
  overflow: hidden;
  padding: 16px;
  gap: 24px; /* 画像とテキストの間の余白 */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
}
#effort .effort-card dt {
  color: #000;
}
.effort-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(37,26,142,.3);
}
.effort-card:hover dt:first-child{
  color:rgba(251,37,118,1.00)!important;
}
a:has(.effort-card) {
    text-decoration: none;
}

#effort .effort-card figure {
  flex: 0 0 136px; /* 固定幅 */
  margin: 0;
}

#effort .effort-card figure img {
  width: 136px;
  height: auto;
  display: block;
  border-radius: 8px;
}

#effort .effort-card figcaption {
  flex: 1; 
}

#effort .effort-card figcaption dl dt:first-child {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 8px;
  color: rgba(37,26,142,1);
}

#effort .effort-card figcaption dl dt:last-child {
  font-weight: normal;
  font-size: 0.95rem;
  line-height: 1.5;
}
/* ボタンラッパー */
#effort .btn-wrap {
  justify-content: center;
  text-align: center;
  margin-top: 3rem;
}

/* 病理診断拠点 #facility
---------------------------------------------------- */
#facility {
  position: relative;
  background-color: #FFF; 
  padding: 5rem 80px ;
}
/* 上部グラデーションだけを背景画像として重ねる */
#facility::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background-image: linear-gradient(to right, #251a8e,#3f0071 );
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}
#facility h3,
#facility p:first-of-type{
 color: #FFF;
 text-align: center; 
 margin-bottom: 20px;
}
/* 中身 */
#facility .section-wrap {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.facility-card-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* 全体中央寄せ */
  column-gap: 65px;
  row-gap: 30px;
  margin-top: 60px;
}

.facility-card {
  flex: 0 1 300px; 
  box-sizing: border-box;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
 a:has(.facility-card) {
  text-decoration: none;
}



.facility-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,.15);
}
.facility-card:hover img {
  opacity: 1;
}
.facility-card:hover figcaption{
  color:  #fb2576;
}

.facility-card figure {
  margin: 0;
  width: 300px;
  height: 300px;
  overflow: hidden; /* はみ出した部分を隠す */
}

.facility-card img {
  width: 110%;
  height: 110%;
  object-fit: cover; /* ← これで画像を枠に合わせて切り抜く */
  object-position: center; /* 中心を基準にトリミング */
  display: block;
}

.facility-card figcaption {
  padding: 0.75rem;
  font-size: 0.9rem;
}

/* 採用 #recruit
---------------------------------------------------- */
#recruit {
  position: relative;
  padding-bottom: 5rem;
}

/* ===== 共通 ===== */
#recruit .section-wrap {
  position: relative;
  width: 100%;
  /* width: 54%; */
  display: flex;
  flex-direction: column; /* 縦積み構成 */
  align-items: center;
  box-sizing: border-box;
  color: #fff;
}

#recruit::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background: url("../images/front/recruit/img_bg_recruit.jpg") no-repeat left center;
  background-size: cover;
  z-index: 0;
}

/* ===== text-wrap ===== */
#recruit .text-wrap {
  position: relative;
  width: 100%;
  /* max-width: 1200px; */
  max-width: 770px;
  height: 260px;
  display: flex;
  flex-direction: column; 
  align-items: flex-end;  /* PC時は右寄せ */
  justify-content: center; /* 上下中央寄せ */
  text-align: left;
  z-index: 2;
  margin-left: 400px;
}
#recruit .text-wrap-in {
  position: relative;
  display: flex;
  flex-direction: column; 
  justify-content: flex-start; 
  text-align: left;
  z-index: 2;
  margin-top: 60px;
}
#recruit .text-wrap-in header{
  justify-content: flex-start; 
}

/* ===== contents ===== */
#recruit .contents {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-top: 5rem;
  text-align: center;
  z-index: 2;
}
.button-grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  outline: 8px solid #f9c2de;
  background-color: #FFF;
  max-width: 1200px;
}

#recruit .button-grid-container .btn {
  width: 100%; /* 親要素の幅に合わせてボタンの幅を100%にする */
  padding: 15px;
  border: 1px solid #ccc;
  background-color: #FFF;
  cursor: pointer;
  box-sizing: border-box; /* paddingとborderを幅に含める */
  max-width:none;
  color: #000;
  text-align: left;
}

#recruit .button-grid-container .btn::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #cc1761;
    border-right: 2px solid #cc1761;
    content: '';
    position: absolute;
    right: 10px;
}
#recruit .button-grid-container .btn::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 50%;
      width: calc(100% + 30%);
      height: calc(100% + 2px);
      clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
      background-color: rgba(204, 23, 97,0.3);
      transform: translateX(-100%);
      transition: all 0.4s;
    }

#recruit .button-grid-container .btn:hover::before {
    transform: translateY(0);
    }

/* お知らせ section id="news" #news 
---------------------------------------------------- */
#news { padding-bottom: 5rem;}

#news .section-wrap {
    max-width: 1200px;
    background-color: #f7f7f7;
    border-radius: 20px;
    padding: 0 2em 2em;
}
#news .section-wrap header {
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #251a8e;
}
#news .section-wrap header .btn{
    padding: 6px;
    width: 8em;
    height: 2.4em;
    min-height: initial;
    border-width: 1px;
}
#news .section-wrap header .btn a{
    text-align: center;
}
#news .btn::after{
    border: none;
}
#news .section-wrap header h3{
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-style: normal;
    color:#251a8e;
    font-size: clamp(1.625rem, 1.523rem + 0.606vw, 2.25rem);
}
#news .section-wrap .article-list{
    /* width: 80%; */
    margin-top: 20px;
}


/* ウィジェット（インフォバナーエリア） #info-bnr-widget
---------------------------------------------------- */
#info-bnr-widget{
    border-top: 1px solid #ddd;
}

section.widget-area#info-bnr-widget .section-wrap .info-bnr-area.slick{
    padding: 3rem 0;
    position: relative;
}
section.widget-area#info-bnr-widget .section-wrap .info-bnr-area.slick .slick-track {
    align-items: center;
    display: flex;
    justify-content: center;
}
section.widget-area#info-bnr-widget .section-wrap .info-bnr-area.slick .widgettitle {
    display: none;
}
section.widget-area#info-bnr-widget .section-wrap ul.info-bnr-area.slick {
    display: flex;
    justify-content: center;
    column-gap: 20px;
    align-items: center;
}

section.widget-area#info-bnr-widget .section-wrap .info-bnr-area.slick li{
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 0 1rem;
    padding: 0;
    position: relative;
    transition: .3s;
    width: 280px !important;
    border: 1px solid #DDD;
}
section.widget-area#info-bnr-widget .section-wrap .info-bnr-area.slick li:hover{
    opacity: .8;
}
section.widget-area#info-bnr-widget .section-wrap .info-bnr-area.slick li h2{
    flex: 1;
    font-size: 1rem;
    font-weight: normal;
    padding: 0 1rem;
}
section.widget-area#info-bnr-widget .section-wrap .info-bnr-area.slick li a::after{
    position:absolute;
        top:0;
        right:0;
        bottom:0;
        left:0;
    z-index:1;
    pointer-events:auto;
    content:"";
    background-color:rgba(0,0,0,0);
}
/*左右送り（バナー枚数超過の時のみ表示）*/
section.widget-area#info-bnr-widget .section-wrap .info-bnr-area.slick .slide-arrow{
    height: 2rem;
    margin: 0;
    text-align: center;
    width: 2rem;
    z-index: 250;
}
section.widget-area#info-bnr-widget .section-wrap .info-bnr-area.slick .slide-arrow:hover{
    cursor: pointer;
}
section.widget-area#info-bnr-widget .section-wrap .info-bnr-area.slick .slide-arrow::before{
    color: rgba(0,0,0,.50);
    content: "";
    display: inline;
    font-family: 'Material Icons';
    font-size: 2rem;
    line-height: 1;
}
section.widget-area#info-bnr-widget .section-wrap .info-bnr-area.slick .slide-arrow.slick-disabled::before{
    color: rgba(0,0,0,.50);
}
section.widget-area#info-bnr-widget .section-wrap .info-bnr-area.slick .slide-arrow.next-arrow{
    position: absolute;
        top: calc( 50% - 1rem);
        right: 0;
}
section.widget-area#info-bnr-widget .section-wrap .info-bnr-area.slick .slide-arrow.next-arrow::before{
    content: '\e5e1';
}
section.widget-area#info-bnr-widget .section-wrap .info-bnr-area.slick .slide-arrow.prev-arrow{
    position: absolute;
        top: calc( 50% - 1rem);
        left: 0;
}
section.widget-area#info-bnr-widget .section-wrap .info-bnr-area.slick .slide-arrow.prev-arrow::before{
    content: '\e2ea';
}


/* メディアクエリ（ブレイクポイントごと）
---------------------------------------------------- */
@media(max-width:1366px) {}
@media(max-width:1260px) {

/* 共通要素
---------------------------------------------------- */
    /* section / .section-wrap --- */
    section .section-wrap {
        padding: 0 2em;
    }


/* #recruit */
#recruit::after {
    background:rgba(172, 94, 126, 0.6) url("../images/front/recruit/img_bg_recruit.jpg") no-repeat left center;
    background-blend-mode: multiply;
  }
  #recruit .text-wrap {
    align-items: center;  /* 中央寄せに変更 */
    text-align: center;
    height: auto;
    padding:2em 5%; 
    margin-left: 0px;
  }
  #recruit .text-wrap-in{
    margin-top: 0;
  }
  #recruit .text-wrap-in header{
    justify-content: center;   
}
  #recruit .text-wrap-in header h3{
    font-size: 28px;     
}
  #recruit .contents{
    margin-top: 0;    
}
/* #news */
#news{
    padding: 0 2rem ;
}
/* ウィジェット（インフォバナーエリア） #info-info-bnr-widget
---------------------------------------------------- */
    section.widget-area#info-info-bnr-widget .section-wrap .info-bnr-area.slick .slide-arrow.next-arrow{
            right: -5%;
    }
    section.widget-area#info-info-bnr-widget .section-wrap .info-bnr-area.slick .slide-arrow.prev-arrow{
            left: -5%;
    }
/* ウィジェット（ピックアップ） #pickup-widget
---------------------------------------------------- */
    section.widget-area#pickup-widget .section-wrap .pickup-area.slick li div .wp-caption-text{
        text-align: left;
    }
/* ウィジェット（バナーエリア） #info-bnr-widget
---------------------------------------------------- */
    section.widget-area#info-bnr-widget .section-wrap .bnr-area.slick .slide-arrow.next-arrow{
            right: -5%;
    }
    section.widget-area#info-bnr-widget .section-wrap .bnr-area.slick .slide-arrow.prev-arrow{
            left: -5%;
    }    
}



@media(max-width:1200px) {

}

@media(max-width:1024px) {
    /* メインビジュアル section id="main-vis" 
---------------------------------------------------- */
    /* メインビジュアル */
    #main-vis {
        height: 70vh;
    }
    #main-vis .catch{
        position: absolute;
        bottom: 20px;
    }
    /* 共通要素
---------------------------------------------------- */
    /* header / h2 --- */
    section .section-wrap header h2 {
        font-size: 1.5rem;
    }
    section .section-wrap header::before, section .section-wrap header::after {
        height: 28px;
    }
    /* .entry-list（お知らせ新着表示） --- */
    .entry-list .section-wrap .article-list article {
        border-bottom: #ccc dotted 1px;
        flex-wrap: wrap;
        padding: .5rem 1rem;
    }
    .entry-list .section-wrap .article-list article::after {
        display: none;
    }
    .entry-list .section-wrap .article-list article .entry-meta, .entry-list .section-wrap .article-list article .entry-title {
        width: 100%;
    }
    .entry-list .section-wrap .article-list article .entry-meta {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
    }
    .entry-list .section-wrap .article-list article .entry-meta .entry-time {
        padding: 0;
        width: auto;
    }
    .entry-list .section-wrap .article-list article .entry-title {
        padding: .5em 0 0;
    }

/* メインビジュアル section id="main-vis" #main-vis 
---------------------------------------------------- */
    /* メインビジュアル - コピー*/

    
/*section id="profile" #profile 
---------------------------------------------------- */
    #profile{
        padding: 2rem 2rem 3rem;
    }
    #profile .section-wrap .contents .photo {
        width: 100%;
    }
    #profile .section-wrap .contents {
        align-items: center;
        flex-direction: column;
        row-gap: 60px;
    }
    #profile .section-wrap .contents .profiles {
        width: 100%;
    }
    #profile .section-wrap .contents .txt {
        width: 100%;
    }
    #profile .section-wrap .contents .txt {
        width: 100%;
    }
    .front-container .btn-wrap{
        justify-content: center;
    }
/*section id="effort" #effort
---------------------------------------------------- */
    #effort{
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
/*section id="facility" #facility
---------------------------------------------------- */
    #facility {
        padding-left:0;
        padding-right:0;
        padding-bottom: 3rem;
        padding-top: 3rem;
    }
    #facility .section-wrap {
        position: relative;
        z-index: 1;
        max-width: 1200px;
        margin: 0 auto;
    }
/*section id="recruit" #recruit
---------------------------------------------------- */
    #recruit {
         padding-bottom: 2rem;
    }

/* お知らせ section id="news" #news 
---------------------------------------------------- */
    #news {
        padding-bottom: 3rem;
    }
    #news .btn {
        height: 2em;
    }
    #news .btn a{
        font-size: 13px;
    }
    #news .section-wrap .article-list{
        width: 100%;
    }
    /* ウィジェット（インフォバナーエリア） #info-info-bnr-widget
---------------------------------------------------- */
    section.widget-area#info-info-bnr-widget .section-wrap .info-bnr-area.slick li{
        margin: 0 10px;
        width: 50% !important;
    }
    /* ウィジェット（ピックアップ） #pickup-widget
---------------------------------------------------- */
    section.widget-area#pickup-widget .section-wrap .pickup-area.slick li h2{
        display: block;
        padding: .5rem;
        position: relative;
    }
    section.widget-area#pickup-widget .section-wrap .pickup-area.slick li div .wp-caption-text{
        padding: .5rem;
        position: relative;
    }
    /*slick dots 上書き*/
    section.widget-area#pickup-widget .section-wrap .pickup-area.slick .slick-dots li button:before {
        border-radius: 3px;
        height: 6px;
        width: 6px;
    }

}
@media(min-width:769px) {}
@media(max-width:768px) {

    section .section-wrap {
        padding: 0 10px;
                
    }
     /* メインビジュアル section id="main-vis" #main-vis 
---------------------------------------------------- */
    #main-vis {
        height: 70vh;
    }
    #main-vis .catch{
        position: absolute;
        bottom: 20px;
        padding-left: 0px;
        text-align: center;
    }


    /*section id="effort" #effort
---------------------------------------------------- */


    #effort h3, #effort p:first-of-type {
    text-align: left;
    }

    #effort .effort-card-wrap {
        grid-template-columns: 1fr;
    }

    #effort .effort-card {
        flex-direction: column;
        align-items: center;
        text-align: left;
}

    #effort .effort-card figure {
        margin-bottom: 16px;
    }

    /*section id="facility" #facility
---------------------------------------------------- */
#facility p:first-of-type {
    text-align: left;
}
.facility-card {
    flex: 0 1 200px;
}
.facility-card figure{
    width: 200px;
    height: 200px;
}
    /*section id="recruit" #recruit
---------------------------------------------------- */
#recruit .text-wrap-in header{
    justify-content: flex-start;
}
.button-grid-container {
    grid-template-columns: repeat(2, 1fr);
}
#recruit .text-wrap-in header h3{
    font-size: 24px;     
}
    /*section id="news" #news
---------------------------------------------------- */
    #news .section-wrap p.btn
        {
            margin-top: 12px;
            border: 0;
            border-radius: 20px;
        }

    /* ウィジェット
---------------------------------------------------- */
    section.widget-area#info-bnr-widget .section-wrap ul.info-bnr-area.slick {
    row-gap: 20px;
    flex-direction: column;
}
}

@media(max-width:767px) {
    #news .section-wrap {
        border-radius: 0;
    }
    #news .section-wrap header {
        display: block;
        margin: auto;
        text-align: center;
    }
    #news .section-wrap p {
        margin-top: 14px;
        text-align: center;
        margin: auto;
    }

}

@media(max-width:576px) {
    /* メインビジュアル section id="main-vis" #main-vis 
---------------------------------------------------- */
    /* メインビジュアル */
    #main-vis {
        height: 60vh;
    }
    #main-vis .catch {
        bottom: 80px;
    }
    #main-vis .bx-viewport .slider > div img {
        height: 60vh;
    }
    /* 共通要素
    ---------------------------------------------------- */
    #profile,#effort,#facility,#recruit {
        padding: 2rem 1em;
    }
    /* .btn.more-link */
    p.btn.more-link {}
    p.btn.more-link a {
        border-radius: 1em;
        height: 2em;
        padding: .25em 1em;
    }
    /* .entry-list（お知らせ新着表示） --- */
    .entry-list .section-wrap .article-list article .entry-title {
        line-height: 120%;
    }
    

/* section id="profile" #profile 
---------------------------------------------------- */
    #profile .section-wrap .contents .photo {
        width: 100%;
    }
/*section id="facility" #facility
---------------------------------------------------- */
.facility-card {
    flex: 0 1 160px;
}
.facility-card figure{
    width: 160px;
    height: 160px;
}
/*section id="recruit" #recruit
---------------------------------------------------- */
    #recruit .text-wrap {
        padding: 0 0 1.4em 0;
    }
 

/* お知らせ section id="news" #news 
---------------------------------------------------- */
    #container .content section#news {
        padding: 30px 0;
    }
    
        
/* ウィジェット（インフォバナーエリア） #info-info-bnr-widget
---------------------------------------------------- */
    section.widget-area#info-info-bnr-widget .section-wrap .info-bnr-area.slick li{
        margin: 0 1rem;
    }
    section.widget-area#info-info-bnr-widget .section-wrap .info-bnr-area.slick .slide-arrow.next-arrow{
            right: -3%;
    }
    section.widget-area#info-info-bnr-widget .section-wrap .info-bnr-area.slick .slide-arrow.prev-arrow{
            left: -3%;
    }
    /* ウィジェット（バナーエリア） #info-bnr-widget
---------------------------------------------------- */
    section.widget-area .section-wrap .bnr-area.slick .slide-arrow{
        height: 1.5rem;
        width: 1.5rem;
    }
    section.widget-area .section-wrap .bnr-area.slick .slide-arrow::before{
        font-size: 1.5rem;
    }
    section.widget-area .section-wrap .bnr-area.slick .slide-arrow.next-arrow{
        position: absolute;
            right: -.25rem;
    }
    section.widget-area .section-wrap .bnr-area.slick .slide-arrow.prev-arrow{
        position: absolute;
            left: -.25rem;
    }
    section.widget-area#info-bnr-widget .section-wrap .bnr-area.slick .slide-arrow.next-arrow{
            right: -3%;
    }
    section.widget-area#info-bnr-widget .section-wrap .bnr-area.slick .slide-arrow.prev-arrow{
            left: -3%;
    }

}
@media(max-width:480px) {
    /*section id="facility" #facility
    ---------------------------------------------------- */
    .facility-card {
        flex: 0 1 270px;
    }
    .facility-card figure{
        width: 270px;
        height: 270px;
    }
    #recruit{
        background-color: rgba(172, 94, 126, 1)!important ;
    }
    #recruit::after{
        background-image: none;
        background-color: transparent;
    }
    #recruit .text-wrap-in header h3{
    font-size: 20px;     
    }
    .entry-list .section-wrap .article-list article .entry-title a {
        line-height: 1.4;
    }

}
@media(max-width:350px) {

}