@charset "UTF-8";

/*****************************
    topスライド
*****************************/
.topsec-firstview{
  padding-top: 0px;
  overflow: hidden;
  position: relative;
}

.topslider {
  height: 90vh;
  position: relative;
  width: 100%;
}
.topslider .slideitem {
  height: 90vh;
  width: 100%;
}
@media screen and (max-width: 1024px) {
.topslider {
  height: 100%;
  position: relative;
  width: 100%;
   aspect-ratio: 4/3;
}
.topslider .slideitem {
  height: 100%;
  width: 100%;
   aspect-ratio: 4/3;
}
}
@media screen and (max-width: 767px) {
.topslider {
   aspect-ratio: 4/4;
}
.topslider .slideitem {
   aspect-ratio: 4/4;
}
}

.topslider::after{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  background: rgb(0 0 0 / 38%);
}


/*****************************
  top キャッチコピー
*****************************/
.catchcopy{
  position: absolute;
  width: 800px;
  max-width: 100%;
  text-align: center;
  color: #fff;
  top: 43%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: 0;
  padding: 10px 0;
  z-index: 1;
}
.catchcopy h2{
  font-size: 60px;
}
.catchcopy p{
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .catchcopy h2{
    font-size: 40px;
  }
  .catchcopy p{
    font-size: 18px;
  }
}

/*****************************
  topsec-news
*****************************/
.topsec-news{
  margin: 30px 0;
  padding: 30px 0;
}
.topsec-news input[type="radio"] {
  display: none;
}
.topsec-news .tab_area{
  margin-bottom: 3rem;
}
.topsec-news .tab_area .ftab{
  background: #ccc;
  border-radius: 5px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  width: calc(15% - 10px);
}
.topsec-news .tab_area .ftab label{
  cursor: pointer;
  display: block;
  font-weight: bold;
  padding: .3rem 0;
  position: relative;
  width: 100%;
  z-index: 1;
}
.topsec-news .tab_panel{
  display: none;
}
.topsec-news .tab_area .ftab:hover,
.topsec-news #tnewstab1:checked ~ .tab_area .tnewsftab1{
  background: #101010;
  color: #fff;
}
.topsec-news .tab_area .tnewsftab2:hover,
.topsec-news #tnewstab2:checked ~ .tab_area .tnewsftab2{
  background: #7E7E7E;
  color: #fff;
}
.topsec-news .tab_area .tnewsftab3:hover,
.topsec-news #tnewstab3:checked ~ .tab_area .tnewsftab3{
  background: #373737;
  color: #fff;
}

.topsec-news #tnewstab1:checked ~ .panel_area #tnewspanel1,
.topsec-news #tnewstab2:checked ~ .panel_area #tnewspanel2,
.topsec-news #tnewstab3:checked ~ .panel_area #tnewspanel3{
  display:block;
}

@media only screen and (max-width: 1024px) {
  .topsec-news .tab_area {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 820px) {
  .topsec-news .tab_area .ftab{
    margin: 1rem 1rem 0 0;
    width: calc(30% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .topsec-news .t-newsttlbox,
  .topsec-news .tab_area .ftab label{
    font-size: 1.4rem;
  }
  .topsec-news .tab_area .ftab{
    width: calc(33% - 10px);
  }
}

/*****************************
  お知らせ一覧
*****************************/
.newslist{
  margin-bottom: 60px;
}
.newslinktab{
  margin-bottom: 5rem;
}
.newslinktab li{
  width: calc(15% - 10px);
}
.newslinktab  a.label{
  background: #ccc;
  border-radius: 5px;
  display: block;
  font-weight: bold;
  margin-right: 10px;
  opacity: 1 !important;
  padding: .3rem 0;
  position: relative;
  text-align: center;
}
.newslinktab  a.label:hover,
.newslinktab  a.label.label_cr{
  background: #101010;
  color: #fff;
}
.newslinktab  a.label.label_cr{
  pointer-events: none;
}
.newslinktab  a.label2:hover,
.newslinktab a.label2.label_cr{
  background: #7E7E7E;
}
.newslinktab  a.label3:hover,
.newslinktab a.label3.label_cr{
  background: #373737;
}

.newslist li{
  margin-top: 1rem;
}
.newslist a{
  opacity: 1 !important;
  position: relative;
  display: block;
}
.newslist a::before,
.newslist a::after{
  content: "";
  background: #c8c8c8;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
}
.newslist a::after{
  background: #373737;
  transition: 0.3s;
  width: 7%;
  z-index: 1;
}
.newslist a:hover::after{
  width: 100%;
}
.newslist a .cat,
.singlehead .cat{
  background: #373737;
  border-radius: 5px;
  color: #fff;
  margin-right: 1rem;
  text-align: center;
  width: 135px;
}
.newslist a .cat-cat01,
.singlehead .cat-cat01{
  background: #7E7E7E;
}
.newslist a .cat-cat02,
.singlehead .cat-cat02{
  background: #373737;
}
.newslist a .ttl{
  padding: 1rem 0;
}
@media only screen and (max-width: 820px) {
  .newslinktab li{
    margin: 1rem 1rem 0 0;
    width: calc(30% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .newslinktab li{
    width: calc(50% - 10px);
  }
  .newslist a .cat{
    font-size: 1.2rem;
    line-height: 2;
    width: 110px;
  }
  .newslist a .date{
    font-size: 1.4rem;
  }
  .singlehead .ttl{
    font-size: 1.8rem;
  }
}
.newsflex{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.newsimg{
  width: 20%;
  margin-right: 20px;
}
.newscont{
  width: 76%;
}
.newsimg img{
  width: 100%;
  height: 120px;
  object-fit: cover;
  padding: 5px;
  aspect-ratio: 4/3;
}
@media only screen and (max-width: 767px) {
  .newsimg{
    margin-right: 10px;
  }
  .newsimg img{
    padding: 0;
    height: auto;
  }
}


/*****************************
ボタン
*****************************/
.top_btn {
  margin: 20px 0;
}
.top_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 230px;
  margin: 0 auto;
  padding: 5px 30px 5px 2px;
  border: 1px solid #373737;
  color: #fff;
  font-size: 1em;
  transition: .6s;
  background: #373737;
}
.top_btn a:hover {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px solid #7E7E7E;
  color: #fff;
  background: #7E7E7E;
  opacity: 1;
  transition: .6s;
}
.top_btn a::after {
  position: absolute;
  right: 2em;
  transform: translateY(-50%);
  transform-origin: left;
  width: 2em;
  height: .5em;
  background-color: #fff;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: '';
  transition: .6s;
}
.top_btn a:hover::after {
  /* transform: translateY(-50%) scaleX(1.4); */
  border: 1px solid #a6a6a6;
}
.top_btn a:hover::after {
  position: absolute;
  right: -1.5em;
  transform: translateY(-50%);
  transform-origin: left;
  width: 2em;
  height: .5em;
  background-color: #a6a6a6;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: '';
}

/*****************************
  topsec1
*****************************/
.topsec1{
  background-image: url(../images/top/bg_topsec1.webp);
  background-repeat: no-repeat;
  background-position: center;
}
.topsec1box{
  padding: 60px 0;
}
.topttl1{
  text-align: center;
}
.topttl1 h2{
  font-size: 24px;
  margin-bottom: 20px;
}
.toptxt1{
  text-align: center;
}
.toptxt1 p{
  margin-top: 10px;
}
@media only screen and (max-width: 820px) {
  .topttl1,
  .toptxt1{
    text-align: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .topttl1 h2{
    font-size: 20px;
  }
}

/*****************************
  TOPBG
*****************************/
.topbg {
  position: relative;
  background: url(../images/top/topbg.webp) center / cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 60vh;
}
.topbg::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(0 0 0 / 10%);
}
@media only screen and (max-width: 767px) {
  .topbg{
    height: 30vh;
  }
}

/*****************************
  TOP FACILITY
*****************************/
.topsec2{
  position: relative;
  padding: 80px 0;
}
.facibox{
  margin-bottom: 20px;
}
.topsec2 .topttl{
  text-align: left !important;
  margin-bottom: 0;
}
.topsec2 .topttl h3{
  color: #101010;
  font-size: 20px;
  letter-spacing: 1px;
}
.top_business_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.top_business_flex .left_area{
  width: 40%;
  padding: 10px;
}
.top_business_flex .right_area{
  width: 60%;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .top_business_flex .left_area{
    width: 45%;
    padding: 10px;
  }
  .top_business_flex .right_area{
    width: 55%;
    padding: 10px;
  }
}
@media screen and (max-width: 820px) {
  .top_business_flex .left_area{
    width: 100%;
    padding: 10px;
  }
  .top_business_flex .right_area{
    width: 100%;
    padding: 10px;
  }
}

/*****************************
  ギャラリー
*****************************/
.topgsec{
  padding: 60px 0;
}
.top_gallery_flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}
.top_gallery_flex li:nth-child(1) {
  width: 40%;
  padding: 20px;
}
.top_gallery_flex li:nth-child(2) {
  width: 60%;
  padding: 20px;
}
.top_gallery_flex li:nth-child(3) {
  width: 50%;
  margin: 0 auto;
  padding: 20px;
}
.top_gallery_flex li:nth-child(1) img {
  position: relative;
  top: 130px;
  left: 0;
  box-shadow: 10px 10px 5px #e1e1e1;
}
.top_gallery_flex li:nth-child(2) img {
  position: relative;
  top: -30px;
  left: 0px;
  box-shadow: 10px 10px 5px #e1e1e1;
}
.top_gallery_flex li:nth-child(3) img {
  position: relative;
  top: -30px;
  left: 30px;
  box-shadow: 10px 10px 5px #e1e1e1;
}
@media screen and (max-width: 1024px) {
  .top_gallery_flex li:nth-child(1) {
    width: 40%;
    padding: 10px;
  }
  .top_gallery_flex li:nth-child(2) {
    width: 60%;
    padding: 10px;
  }
  .top_gallery_flex li:nth-child(3) {
    width: 50%;
    margin: 0 auto;
    padding: 10px;
  }
}

@media screen and (max-width: 820px) {
  .top_gallery_flex li:nth-child(1) {
    width: 43%;
    padding: 5px;
  }
  .top_gallery_flex li:nth-child(2) {
    width: 57%;
    padding: 5px;
  }
  .top_gallery_flex li:nth-child(3) {
    width: 100%;
    margin: unset;
    padding: 5px;
  }
  .top_gallery_flex li:nth-child(1) img {
    position: relative;
    top: 0px;
    left: 0;
    box-shadow: 0px 0px 0px #dadada;
  }
  .top_gallery_flex li:nth-child(2) img {
    position: relative;
    top: 0px;
    left: 0px;
    box-shadow: 0px 0px 0px #dadada;
  }
  .top_gallery_flex li:nth-child(3) img {
    position: relative;
    top: 0px;
    left: 0px;
    box-shadow: 0px 0px 0px #dadada;
  }
}

/*****************************
  TOPBG2
*****************************/
.topbg2 {
  position: relative;
  background: url(../images/top/topbg2.webp) center / cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 60vh;
}
.topbg2::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(0 0 0 / 10%);
}
@media only screen and (max-width: 767px) {
  .topbg2{
    height: 30vh;
  }
}

/*****************************
  TOPBG3
*****************************/
.topbg3 {
  position: relative;
  background: url(../images/top/topbg3.webp) center / cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 40vh;
}
.topbg3::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(0 0 0 / 10%);
}
@media only screen and (max-width: 767px) {
  .topbg3{
    height: 20vh;
  }
}

/*****************************
  TOP BANAR
*****************************/
.top_banner_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.top_banner_flex .banneritem01{
  padding: 10px;
}
.top_banner_flex .banneritem02{
  padding: 10px;
}
.top_banner_flex .banneritem03{
  padding: 10px;
}
.top_banner_flex .banneritem04{
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .top_banner_flex .banneritem04{
    width: 100%;
    padding: 10px;
  }
}
@media screen and (max-width: 820px) {
  .top_banner_flex .banneritem01{
    width: calc(100% / 2);
    padding: 5px;
  }
  .top_banner_flex .banneritem02{
    width: calc(100% / 2);
    padding: 5px;
  }
  .top_banner_flex .banneritem03{
    width: calc(100% / 2);
    padding: 5px;
  }
  .top_banner_flex .banneritem04{
    width: calc(100% / 2);
    padding: 5px;
  }
}
.top_banner_flex img{
  height: 180px;
}
@media screen and (max-width: 1180px) {
  .top_banner_flex img{
    height: 160px;
  }
}
@media screen and (max-width: 1024px) {
  .top_banner_flex img{
    height: 220px;
  }
}
@media screen and (max-width: 820px) {
  .top_banner_flex img{
    height: auto;
  }
}

.top_banner_flex .banneritem01 img{
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.top_banner_flex .banneritem02 img{
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.top_banner_flex .banneritem03 img{
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.top_banner_flex .banneritem04 img{
  aspect-ratio: 2.5 / 1;
  object-fit: cover;
}
@media screen and (max-width: 820px) {
  .top_banner_flex .banneritem01 img{
    aspect-ratio: 1 / 1;
  }
  .top_banner_flex .banneritem02 img{
    aspect-ratio: 1 / 1;
  }
  .top_banner_flex .banneritem03 img{
    aspect-ratio: 1 / 1;
  }
  .top_banner_flex .banneritem04 img{
    aspect-ratio: 1 / 1;
  }
}

.top_banner_flex .text_area {
    content: "";
    position: absolute;
    top: 42%;
    left: 10px;
    z-index: 1;
}
.top_banner_flex .text_area h3{
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
}
.top_banner_flex .text_area p{
  color: #fff;
  font-size: 14px;
}

/* フィルター */
.top_banner_flex .banneritem01 .img_area,
.top_banner_flex .banneritem02 .img_area,
.top_banner_flex .banneritem03 .img_area,
.top_banner_flex .banneritem04 .img_area{
  position: relative;
}
.top_banner_flex .banneritem01 .img_area::after,
.top_banner_flex .banneritem02 .img_area::after,
.top_banner_flex .banneritem03 .img_area::after {
  aspect-ratio: 1 / 1;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  background: rgb(0 0 0 / 56%);
  z-index: 0;
}
.top_banner_flex .banneritem04 .img_area::after {
  aspect-ratio: 2.5 / 1;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  background: rgb(0 0 0 / 56%);
  z-index: 0;
}
@media screen and (max-width: 820px) {
  .top_banner_flex .banneritem04 .img_area::after {
  aspect-ratio: 1 / 1;
  }
}
/* フィルター */