@charset "UTF-8";


@media screen and (max-width: 768px) {
	.header-title a img {
		width: 300px;
	}
}

@media screen and (max-width: 555px) {
	.header-title a img {
		width: 52% !important;
	}
}

@media screen and (max-width: 320px) {
	.header-title a img {
	width: 36% !important;
	}
	
	.top_info_btn a {
		padding: 0.6em 4em 0.5em 5em;
	}
	.top_board_btn a {
		background: url("/career_support/images/common/img_info.svg") no-repeat #fff -1em 0.5em;
		background-size: 55% 55%;
		padding: 0.5em 2em 0.5em 4em;
	}
}

@media screen and (min-width: 64em){
.header-inner-left {
	width: 450px;
}
}

/*ヘッダー交通案内、問い合わせ*/
.header-container {
	position: relative;
}

.head_access { /*交通案内*/
	position: absolute;
	top: 0;
	right: 8em;
	padding: 0.8em 0 0.8em 1em;
	border-left: 1px solid #ffffff;
}

.head_toiawase { /*問い合わせ*/
	position: absolute;
	top: 0;
	right: 4em;
	padding: 0.8em 0 0.8em 1em;
	border-left: 1px solid #ffffff;
}

.head_access a , .head_toiawase a {
	margin-left: 0 !important;
}

.head_access a i , .head_toiawase a i {
	font-size: 1.8em;
}

.head_access a span , .head_toiawase a span {
		display: none;
	}

@media screen and (min-width: 64em) {
.head_access {
	background: #ffffff;
	border-radius: 10px;
	padding: 0.2em 1.2em !important;
	width: 10em;
	text-align: center;
	top: 38px;
	right: 0;
}
	
.head_toiawase { /*問い合わせ*/
	background: #ffffff;
	border-radius: 10px;
	padding: 0.2em 1.2em !important;
	width: 10em;
	top: 80px;
	right: 0;
}

.head_access a , .head_toiawase a {
	color: #48cccc !important;
}

.head_access a:hover , .head_toiawase a:hover {
	opacity: 0.7;
	transition: 0.5s;
}

.head_access a i , .head_toiawase a i {
	font-size: 1em;
}	
	
.head_access a span , .head_toiawase a span {
		display: inline-block;
	}	
}

/*block色追加*/
.block.six {
  border: 4px solid #ace7ad;
}

.block.seven {
  border: 4px solid #9fcff5;
}

.block.eight {
  border: 4px solid #ffeda1;
}

.five .block-header {
	color: #af6861;
}

.six .block-header {
  background: #ace7ad;
	color: #498f4b;
}

.seven .block-header {
  background: #9fcff5;
	color: #39729f;
}

.eight .block-header {
  background: #ffeda1;
	color: #877a3a;
}

.h_soroe { /*高さ揃え*/
	align-items: stretch;
}

.h_soroe .block {
	height: 100%;
}

/*フォーム*/
label {display: block;}

input[type=checkbox] {
    display: none;
}
.checkbox {
    box-sizing: border-box;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.checkbox::before {
    background: #fff;
    border: 1px solid #333333;
    content: '';
    display: block;
    height: 18px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 18px;
}
.checkbox::after {
    border-right: 3px solid #48cccc;
    border-bottom: 3px solid #48cccc;
    content: '';
    display: block;
    height: 16px;
    left: 12px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 7px;
}
input[type=checkbox]:checked + .checkbox::after {
    opacity: 1;
}

/*操作不可*/
.kitei {
	opacity: 0.4;
	cursor: not-allowed;
}

button[type="submit"] {
	cursor: pointer;
}

button[type="submit"]:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

a.bg-red:hover {
	background: #7b1e19;
}

a.bg-green:hover {
	background: #356c36;
}

a.bg-blue:hover {
	background: #004594;
}

/*スライダー*/
#slider{
  width: 100%;
  margin:0 auto 20px;
}

#slider img {
	display: none;
}
#slider.slick-initialized img {
  display: block;
}

.slide-item img {
	width: 100%;
	max-width: 756px;
	max-height: 500px;
}

@media screen and (max-width: 555px) {
.slide-item img {
	max-width: 520px;
	max-height: 347px;
}
}

@media screen and (max-width: 320px) {
.slide-item img {
	max-width: 280px;
	max-height: 187px;
}
}
	
#thumbnail-list{
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
.thumbnail-item{
  flex: 0 1 15%;
  margin-bottom: 10px;
  box-sizing: border-box;
	position:relative;
	cursor: pointer;
}

.thumbnail-item:after{
    content:'';
    background-color: rgba(0,0,0,0.5);
    position:absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: .3s opacity linear;
  }

.thumbnail-item.thumbnail-current:after {
  opacity: 0;
}

 .thumbnail-item img{
    width: 100%;
    margin: 0 auto;
  } 

/*左右がうすく見えてるスライダー*/
.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.sliderArea {
  max-width: 100%;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #48cccc !important;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .4;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}

.full-screen .slick-list {
  overflow: visible;
}
.full-screen.slider {
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 64em){
.full-screen.slider {
  max-width: 70%;
  margin: 0 auto;
}
}

/*お知らせ用*/
.red_line_box {
	border: 1px solid #ff0000;
	padding: 1.4em 1.8em;
	background: #ffffff;
	line-height: 2em;
}

.niju_line_box {
	border:double #b0120a ;
	padding: 1em 1.6em;
	background: #ffffff;
}

/*空き状況表示モーダル*/
*{box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.aki_jokyo{
    margin: 0 auto;
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
	left: 0;
    width: 100%;
	z-index: 1000;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
	left:50%;
    transform: translate(-50%,-50%);
    width: 90%;
}

@media screen and (max-width: 64em){
.modal__content{
    height: 90%;
	overflow: scroll;
}
}

@media screen and (max-width: 600px){
.modal__content{
    height: 90%;
	overflow: scroll;
}
}

/*TOP カード色追加*/
.top_topics_reha01 {
	border-top: 4px solid #c6bef6;
	background: #edebf7;
}

.top_topics_reha02 {
	border-top: 4px solid #fbd09d;
	background: #f9f0e4;
}

/*ツールチップ追加*/
.tooltip { /* 補足説明するテキストのスタイル */
  position: relative;
  cursor: pointer;
  padding: 0 5px;
	color: #3cb1b1;
	text-decoration: underline;
}

.tooltip:hover {
	color: #347b7b;
}

.balloon_top { /* ツールチップのスタイル */
  width: 300px; /* 横幅 */
  position: absolute;
  left: 50%;
  bottom: 80%; /* Y軸の位置 */
  transform: translateX(-50%);
  margin-bottom: 15px; /* テキストとの距離 */
  padding: 8px;
  border-radius: 10px; /* 角の丸み */
  background-color: #333; /* ツールチップの背景色 */
  font-size: 1em;
  color: #fff;
  text-align: center;
  visibility: hidden; /* ツールチップを非表示に */
  opacity: 0; /* 不透明度を0％に */
  z-index: 1;
  transition: 0.5s all; /* マウスオーバー時のアニメーション速度 */
}

.balloon_top::before { /* 吹き出しの「しっぽ」のスタイル */
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 12px solid #333; /* 最後の値は「ツールチップの背景色」と合わせる */
  position: absolute;
  top: 99%;
  left: 50%;
  transform: translateX(-50%);
}

.tooltip:hover .balloon_top { /* マウスオーバー時のスタイル */
  bottom: 100%; /* Y軸の位置 */
  visibility: visible; /* ツールチップを表示 */
  opacity: 1; /* 不透明度を100％に */
}
