@charset "UTF-8";

.bg-contents {
	position: absolute;
	width: 100%;
	height: 360px;
	top: 0;
	left: 0;
	background: #90B1C4;
	z-index: -1;
}
.item-icon {
	width: 90px;
	height: 90px;
}
.voice-ph {
	height: 200px;
}

.map-wrap {
  height: 400px;
}
.comp-logo {
  width: 120px;
}

.btn-pdf a {
  display: block;
  width: 100%;
  height: 80px;
  line-height: 80px;
  border: solid 1px #666;
  background: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
.btn-pdf a:hover {
  background: #cdcdcd;
  color: #000;
}


/*slider2*/
.slider2 .slider-box {
  position: relative;
  height: 300px;
}
.slider2-cap01 {
  position: absolute;
  left: 0;
  top: 0;
}
.slider2-cap02 {
  position: absolute;
  right: 15px;
  bottom: 15px;
  border-radius: 50px;
  width: 100px;
  height: 100px;
  padding-top: 20px;
}





.sample6 {
  width:      100%;
  height:     280px;
  overflow:   hidden;
  
  position:   relative;
}
.sample6 .caption {
  font-size:    130%;
  color:      #fff;
  padding:    20px;
}
.sample6 .mask {
  width:      100%;
  height:     100%;
  position:   absolute;
  top:      -100%;  /* 枠の上に置いて表示させない */
  left:     0;
  background-color: rgba(0,0,0,0.4);
  -webkit-transition: all 0.6s ease;
  transition:   all 0.6s ease;
}
.sample6:hover .mask {
  top:      0;  /* 下に降りてくるように見せる */
}




/*モーダルを開くボタン*/
.modal-open ,.modal-open02{
/*  width: 100%;*/
  height: 80px;
  line-height: 80px;
  border: solid 1px #666;
  background: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.modal-open:hover , .modal-open02:hover {
  background: #cdcdcd;
  color: #000;
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container ,.modal-container02{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 100;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before ,.modal-container02:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active , .modal-container02.active {
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 780px;
  width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
  background: #fff;
  text-align: left;
  padding: 30px;
}



table {
	width: 100%;
}
th {
	vertical-align:top;
}

@keyframes displayAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


/*PCのみ*/
@media (min-width: 768px) {

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: -60px;
    background: #666;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: -60px;
    background: #666;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 1.4rem;
    color: #fff;
}


}

@media (max-width: 768px) {

.item-icon {
	width: 80px;
	height: 80px;
}
th , td {display: block;}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: -10px;
    background: #666;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: -10px;
    background: #666;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 1.4rem;
    color: #fff;
}

}



