@charset "utf-8";

.qx-pc-none{
  display: none;
}

.qx-sp-none{
  display: block;
}

@media (max-width:767px) {
.qx-pc-none{
  display: block;
}

.qx-sp-none{
  display: none;
}
}

/*********************************
*
*  .main_vsl
*
**********************************/
.main_vsl {
  margin: auto;
  width: 100%;
  height: auto;
}
.main_vsl h1 {
  text-align: center;
}
.main_vsl h1 img {
  width: 100%;
}
@media (max-width:767px) {
  .main_vsl h1 img{
    width: 100%;
  }
}

/*********************************
*
*  accordion
*
**********************************/
.acd-title {
  padding: 50px 0 0;
  z-index: 3;
}
.acd-title-inner {
  width: 300px;
  height: 50px;
  margin: auto;
  background-size: contain;
  cursor: pointer;
  transition: opacity 0.2s linear;
  filter: drop-shadow(0 5px 5px rgba(62, 93, 137, 0.25));
  z-index:3;
}

.acd-title-inner.qx-acd-bt-area01{
  background: url(../images/readmore_01.png) center center no-repeat;
  background-size: contain;
}

.acd-title-inner.qx-acd-bt-area02{
  background: url(../images/readmore_02.png) center center no-repeat;
  background-size: contain;
}

.acd-title-inner.qx-acd-bt-area03{
  background: url(../images/readmore_03.png) center center no-repeat;
  background-size: contain;
}

.acd-title-inner.qx-acd-bt-area04{
  background: url(../images/readmore_04.png) center center no-repeat;
  background-size: contain;
}

.acd-title-inner.qx-acd-bt-area05{
  background: url(../images/readmore_05.png) center center no-repeat;
  background-size: contain;
}

.opened .acd-title-inner {
  background-size: contain;
  z-index: 3;
}
.acd-title-inner:hover {
  opacity: 0.7;
}

.opened .acd-title-inner.qx-acd-bt-area01{
  background: url(../images/close_01.png) center center no-repeat;
  background-size: contain;
}

.opened .acd-title-inner.qx-acd-bt-area02{
  background: url(../images/close_02.png) center center no-repeat;
  background-size: contain;
}

.opened .acd-title-inner.qx-acd-bt-area03{
  background: url(../images/close_03.png) center center no-repeat;
  background-size: contain;
}

.opened .acd-title-inner.qx-acd-bt-area04{
  background: url(../images/close_04.png) center center no-repeat;
  background-size: contain;
}

.opened .acd-title-inner.qx-acd-bt-area05{
  background: url(../images/close_05.png) center center no-repeat;
  background-size: contain;
}


@media screen and (max-width:767px) {
  .acd-title {
    padding: 0;
  }
  
  .acd-title-inner {
  margin-top: 20px;
  width: calc(288 / 375 * 100vw);
  aspect-ratio: 300 / 50;
  height: auto;
  background-size: contain;
  }
}


@media screen and (max-width:320px) {
   .acd-title-inner {
    margin-top: 30px;
    width: calc(288 / 320 * 100vw * 0.85);
    aspect-ratio: 300 / 50;
    height: auto;
    background-size: contain;
   }

}

.qx-all-contents{
  background: url(../images/leadtext_bg_pc.png) no-repeat top center #f0f1f5;
  background-size:contain;
  aspect-ratio: 1400 / 672;
}
@media screen and (max-width: 768px) {
  .qx-all-contents {
  background: url(../images/leadtext_bg_sp.png) no-repeat top center #f0f1f5;
  background-size: 100% auto; 
}
}

/*********************************
*
*  lede
*
**********************************/

.lede-wrap {
  padding: 100px 5% 50px;
  text-align: center;
  line-height: 1.6;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .lede-wrap {
  font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .lede-wrap {
  padding: 200px 10% 30px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}
}

@media screen and (max-width: 767px) {
  .lede-wrap {
    padding: calc(245 / 750 * 100vw) 0 30px;
    font-size: 12px;
    line-height: 20px;
  }
}
@media screen and (max-width: 320px) {
  .lede-wrap {
    font-size: 10px;
    padding-bottom: 20px;
  }
}

.qx-txt-bold{
  font-weight:bold;
}

.about-area div {
  margin-left: 100px;
  margin-right: 100px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .about-area div {
    margin-left: 100px;
    margin-right: 100px;
}
}

@media screen and (max-width: 768px) {
.about-area div {
  margin-bottom: 30px;
  margin-left:auto;
  margin-right:auto;
}
}


  .qx-anchor-frame {
    width: auto;
    max-width: 700px;
    margin: 0 auto;
  }
  @media (max-width:768px) {
    .qx-anchor-frame {
      width: auto;
      margin: 0 1.923%;
    }
  }
  @media (max-width:520px) {
    .qx-anchor-frame {
      width: auto;
      margin: 0 calc(40 / 750 * 100vw);
    }
  }

.anchor-btn-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 30px 0 30px;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 768px) {
  .anchor-btn-list {
    justify-content: flex-start;
  margin: 30px 0 20px;
  }
}

@media screen and (max-width: 390px) {
  .anchor-btn-list {
    justify-content: flex-start;
  margin: 30px 0 0;
  }
}

.anchor-btn-list li {
  width: calc(100% / 2 - 10px); 
  text-align: center;
}

@media screen and (min-width: 769px) {
  .anchor-btn-list li {
    width: calc(100% / 3 - 20px);
  }
}

.guide_bg{
  background: #f0f1f5;
  text-align: center;
  display: block;
  border-radius: 10px;
  padding: 15px 15px 15px;
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
  box-shadow:
  -5px -5px 10px rgba(255, 255, 255, 0.7), 
  5px  5px 10px rgba(62, 93, 137, 0.1);  
  margin-bottom: 20px;   
}

.guide_bg::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  background: url("../images/icon_arrow_down.png") no-repeat center center;
  background-size: contain;
}

.guide_bg:hover{
  background: #ffffff;
  box-shadow:
  0px 0px 0px rgba(255, 255, 255, 0.7), 
  5px  5px 10px rgba(62, 93, 137, 0.1);   
}

@media screen and (max-width: 768px) {
.guide_bg{
  margin-bottom: 0px;   
}
.guide_bg::before {
  bottom: -10px;
  width: 20px;
  height: 20px;
}
}




/*********************************
*
*  about
*
**********************************/
.about-wrap .about-content {
  position: relative;

}
.about-wrap .frame-about {
  padding: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-wrap .frame-about h2 {
  font-size: 45px;
}
.about-wrap .frame-about div {
  margin: 0 35px;
}
.about-wrap .frame-about div p {
  letter-spacing: 0;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.6;
  height: 80%;
}
@media screen and (max-width: 767px) {
  .about-wrap .frame-about img {
    margin: calc(30/ 750 * 100vw);
    width: 43%;
  }
  .about-wrap .frame-about h2 {
    margin: 0 calc(25 / 750 * 100vw) 0 calc(10 / 750 * 100vw);
    font-size: 20px;
  }
  .about-wrap .frame-about div {
    margin: calc(30 / 750 * 100vw) 0 calc(25 / 750 * 100vw) 0;
    width: 50%;
  }
  .about-wrap .frame-about div p {
    font-size: 12px;
    line-height: 1.2;
  }
  .about-wrap .frame-about .pot {
    width: 28%;
    left: -11px;
    top: -13px;
  }
  .about-wrap .frame-about .geta {
    width: 27%;
    right: -6px;
    top: -4px;
  }
}

/*********************************
*
*  facility
*
**********************************/
i {
  font-style: normal;
  text-decoration: underline;
}
em {
  font-style: normal;
}
.facility-wrap {
  padding: 0px 0 0 0;
  background:none;
}
.facility-inner {
  padding: 0 0 0 0;
}
.facility-items-wrap {
  position: relative;
}
.facility-ttl {
  text-align: center;
  position: relative;
  font-size: 24px;
  font-weight: bold;
}
.facility-ttl img {
  top: -50px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.facility-item-img img {
  width: 100%;
}
.facility-cat-ttl {
  text-align: center;
  margin: 60px 0px 0;
  padding: 60px 0 10px;
}

.qx-area01-title img{
  margin-top: -180px;
}

@media screen and (max-width: 768px) {
  .qx-area01-title img{
  margin-top: -120px;
}
}

@media screen and (max-width: 430px) {
  .qx-area01-title img{
  margin-top: -40px;
}
}

.qx-area02-title img{
  margin-top: -60px;
  margin-bottom: -70px;
}

@media screen and (max-width: 1024px) {
.qx-area02-title img{
  margin-bottom: -50px;
  margin-top: -120px;
}
}

@media screen and (max-width: 768px) {
.qx-area02-title img{
  margin-top: -60px;
  margin-bottom: 0px;
}  
}


@media screen and (max-width: 430px) {
.qx-area02-title img{
  margin-top: -30px;
}  
}

.qx-area03-title img{
  margin-bottom: -10px;
}

@media screen and (max-width: 768px) {
.qx-area03-title img{
  margin-bottom: 0px;
  margin-top: -60px;
}  
}

@media screen and (max-width: 768px) {
.qx-area03-title img{
  margin-top: -30px;
}  
}

.qx-area04-title img{
  margin-top: -20px;
}

@media screen and (max-width: 768px) {
.qx-area04-title img{
  margin-top: -60px;
}  
}

.qx-area05-title img{
  margin-bottom: -100px;
}

@media screen and (max-width: 1024px) {
.qx-area05-title img{
  margin-bottom: -60px;
}
}

@media screen and (max-width: 768px) {
.qx-area05-title img{
  margin-bottom: 0px;
  margin-top: -60px;
}
}

@media screen and (max-width: 430px) {  
.qx-area05-title img{
  margin-bottom: 0px;
  margin-top: -30px;
}
}

.facility-cat-ttl span {
  display: inline-block;
  font-size: 36px;
  padding: 0 70px;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .facility-ttl {
    font-size: 18px;
  }
  .facility-wrap {
    padding: 0 0 0;
    background:none;
  }
  .facility-inner {
    padding: calc(50 / 750 * 100vw) 0 0 0;
    background: none;
  }
  .facility-ttl img {
    top: -25px;
  }
  .facility-cat-ttl span {
    font-size: 16px;
    padding: 0 40px;
    background-size: 12%;
  }
  .facility-cat-ttl {
    margin: calc(60 / 750 * 100vw) 0 0;
    background-size: 1.5%;
    padding: calc(60 / 750 * 100vw) 0 calc(10 / 750 * 100vw);
  }
}

@media screen and (max-width: 390px) {
    .facility-ttl {
    font-size: 16px;
  }
}

.qx-facility-frame{
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 768px) {
.qx-facility-frame{
  margin-left: 16px;
  margin-right: 16px;
}
}

.facility-items-list {
  padding: 0 60px;
  display: flex;
  flex-wrap: wrap;
  z-index: 3;
}

.facility-items-list li {
  width: 30%;
  margin: 2% 1.3% 0;
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: 14px;
  position: relative;
  display: block;
  z-index: 3;
}

.facility-items-list li.qx-js-hidden {
  display: none;
}

.facility-items-list li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 15px solid #cdcdcd;
  border-bottom: 15px solid transparent;
  border-right: none;
  right: 5px;
  bottom: -2px;
  transform: rotate(45deg);
}

.facility-items-list.qx-items-list-area01 li a::after {
  border-left: 15px solid #6e76c1;
}

.facility-items-list.qx-items-list-area02 li a::after {
  border-left: 15px solid #356caf;
}

.facility-items-list.qx-items-list-area03 li a::after {
  border-left: 15px solid #e45f7e;
}

.facility-items-list.qx-items-list-area04 li a::after {
  border-left: 15px solid #8360a2;
}


.facility-items-list.qx-items-list-area05 li a::after {
  border-left: 15px solid #de56a0;
}


.facility-items-list li a {
  height: 100%;
  box-sizing: border-box;
  color: #4e4e4e;
  display: block;
  padding: 20px 20px 45px;
}
.facility-item-lab {
  display: inline-block;
  border: 1px solid #cdcdcd;
  width: 85px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin-top: 15px;
  font-weight: 900;
}

.facility-item-lab.qx-txt-small{
  width: 110px;
}

.facility-item-lab:nth-child(1){
  margin-right: 10px;
}
.facility-item-introduction {
  margin-top: 10px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 40px;
}
.facility-item-sevice {
  font-size: 16px;
  margin-top: 30px;
  font-weight: 900;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.facility-items-list.qx-items-list-area01 li a .facility-item-sevice {
  color: #6e76c1;
}

.facility-items-list.qx-items-list-area02 li a .facility-item-sevice {
  color: #356caf;
}

.facility-items-list.qx-items-list-area03 li a .facility-item-sevice {
  color: #e45f7e;
}

.facility-items-list.qx-items-list-area04 li a .facility-item-sevice {
  color: #8360a2;
}


.facility-items-list.qx-items-list-area05 li a .facility-item-sevice {
  color: #de56a0;
}

@media screen and (max-width: 767px) {
  .facility-items-list {
    padding: 0;
    justify-content: space-between;
  }
  .facility-items-list li {
    font-size: 12px;
    width: 48.7%;
    margin: 2% 1% 0 0;
  }
  .facility-items-list li:nth-child(2n){
    margin-right: 0;
  }
  .facility-item-lab {
    width: auto;
    height: 16px;
    padding: 0 6px;
    line-height: 16px;
    margin-top: calc(15 / 750 * 100vw);
  }

  .facility-item-lab.qx-txt-small{
  width: auto;
  }
  .facility-item-lab:nth-child(1) {
    margin-right: 3px;
  }
  .facility-items-list li a {
    padding: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
  .facility-item-introduction {
    margin-top: calc(10 / 750 * 100vw);
    min-height: 35px;
  }
  .facility-item-sevice {
    margin-top: calc(40 / 750 * 100vw);
    font-size: 13px;
  }
  .facility-items-list li a::after {
    transform: scale(0.5) rotate(45deg);
    right: 0;
    bottom: -8px;
  }
}

@media (min-width: 768px) and (max-width:1024px) {
  .facility-items-list {
    padding: 0 5px;
  }
  .facility-items-list li {
    width: 32%;
    margin: 2% 0.5% 0;
  }
  .facility-items-list li a {
    padding: 10px 10px 35px;
  }
  .facility-item-lab:nth-child(1) {
    margin-right: 3px;
  }
  .facility-item-lab {
    margin-top: 10px;
    width: 62px;
  }
  .facility-cat-ttl span {
    font-size: 30px;
  }

}

.qx-facility-bg {
  position: relative;
}

.qx-facility-bg.qx-area01{
  background: url(../images/bg_01_pc.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: center top;
}
/*
@media screen and (min-width: 1400px) {
  .qx-facility-bg.qx-area01{
  background: url(../images/bg_01_pc_l.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: center top;
}
}
*/

@media screen and (max-width: 768px) {
.qx-facility-bg.qx-area01{
  background: url(../images/bg_01_sp.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: center top;
}

}

.qx-facility-bg.qx-area02{
  background: url(../images/bg_02_pc.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: center top;
}


.qx-facility-bg.qx-area03{
  background: url(../images/bg_03_pc.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: center top;
}
/*
@media screen and (min-width: 1400px) {
.qx-facility-bg.qx-area03{
  background: url(../images/bg_03_pc_l.png);
  background-size: 100% auto; 
  background-repeat: repeat-y;
  background-position: center top;
}
}
*/

.qx-facility-bg.qx-area04{
  background: url(../images/bg_04_pc.png);
  background-size: 100% auto; 
  background-repeat: repeat-y;
  background-position: center top;
}

.qx-facility-bg.qx-area05{
  background: url(../images/bg_05_pc.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  padding-bottom: 200px;
}

@media screen and (max-width: 768px) {
.qx-facility-bg.qx-area01{
  background: url(../images/bg_01_sp.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: center top;
}

.qx-facility-bg.qx-area03{
  background: url(../images/bg_03_sp.png);
  background-size: 100% auto; 
  background-repeat: repeat-y;
  background-position: center top;
}

.qx-facility-bg.qx-area05{
  background: url(../images/bg_05_sp.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: center top;
  padding-bottom: 100px;
}
}

.qx-decoration {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;                       
  pointer-events: none;
  z-index: 1;
}

@media screen and (min-width: 1440px) {
.qx-decoration {
  bottom: -50;
}
}




/*********************************
*
*  banner
*
**********************************/
.search_wrapper {
  background: url(../images/search_bg.png) no-repeat;
  background-size: cover;
  padding: 65px 0;
  text-align: center;
}
@media screen and  (max-width: 768px) {
.search_wrapper {
  background: url(../images/search_bg_sp.png) no-repeat center top;
  padding: 20px 0;
  text-align: center;
}
}


.banner-wrap {
  padding: 62px 0;
  background-color: #ffffff;
}
@media screen and  (max-width: 767px) {
  .banner-wrap {
    padding: calc(71 / 750 * 100vw) 0 calc(81 / 750 * 100vw);
  }
}
.yutai-top-btn {
  margin-top: 60px;
}
.banner-ttl {
  letter-spacing: 0;
  font-size: 35px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-ttl span {
  margin: 0 15px;
}
@media (min-width: 768px) and (max-width:1024px) {
  .banner-ttl {
    font-size: 25px;
  }
}
@media screen and  (max-width: 767px) {
  .search_link_facility::after {
    right: 13px;
    letter-spacing: normal;
    transform: scale(0.9);
  }
  .banner-ttl {
    font-size: 18px;
    background-size: contain;
    letter-spacing: 0;
  }
  .banner-ttl img {
    width: 20%;
  }
  .search_link_facility ,.yutai-top-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.7);
  }
  .search_link_facility img ,.yutai-top-btn img {
    width: 100%;
  }
  .yutai-top-btn {
    margin-top: calc(60 / 750 * 100vw);
  }
}
@media screen and  (max-width: 350px) {
  .search_link_facility {
    font-size: 16px;
    height: 50px;
  }
}
.btn-yutai-wrap {
  display: flex;
  justify-content: center;
}

  .random-banner-area{
    margin-top: 20px;
  }

@media screen and  (max-width: 767px) {
  .random-banner-area{
    margin: calc(40 / 750 * 100vw) auto 0;
    width: 75%;
  }
}
@media screen and  (min-width: 768px) {
  .items {
    font-size: 0;
  }
  .items li{
    display: inline-block;
    width: 49%;
  }
  .items li + li {
    margin-left: 2%;
  }
}
@media screen and  (max-width: 767px) {
  .items {
    text-align: center;
  }
  .items li + li {
    margin: 20px 0 0 0;
  }
}

.qx-contents-inner {
  width: 100%;
  max-width: 1000px;
  padding-inline: 30px;
  box-sizing: border-box;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .qx-contents-inner {
    padding-inline: 15px;
  }
}


/*******************

- .toPagetop

********************/
.toPagetop {
  position: fixed;
  width: 85px;
  height: 85px;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
  z-index: 14;
}
.toPagetop img {
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.toPagetop img:hover {
  opacity:0.8;
}
@media (max-width:767px) {
  .toPagetop {
    width: 55px;
    height: 55px;
    right: 20px;
    bottom: calc(130 / 750 * 100vw);
  }
}

@media (max-width:375px) {
  .toPagetop {
    bottom: calc(140 / 750 * 100vw);
  }
}






