@charset "UTF-8";

/*****************************
top
*****************************/
.topsec {
  padding: 10rem 0;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .topsec .ftxtbox {
    width: 100%;
  }
  .topsec .fimgbox {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}

/*****************************
topsec-fv
*****************************/
.topsec-fv .splide {
  margin-top: 15rem;
  margin-left: auto;
  height: 90vh;
  max-width: 90vw;
}
.topsec-fv .splide__slide {
  border-radius: 100px 0 0 100px;
  overflow: hidden;
  height: 90vh;
  max-width: 90vw;
}
.topsec-fv .splide img {
  object-fit: cover;
  transition: 8s ease-out;
  transform: scale(1.1);
  height: 100%;
  width: 100%;
}
.topsec-fv .splide__slide.is-active img {
  transform: scale(1);
  transition-delay: 0s;
}
.topsec-fv .catchtxt {
  position: absolute;
  top: -110px;
  right: 100px;
}
.topsec-fv .catchtxt .ttl {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
/* .topsec-fv .catchtxt .ttl > span {
  background: #fff;
  padding: .5rem 2rem;
} */
.topsec-fv .catchtxt .ttl span {
  /* background: #502F0D;
  color: #fff; */
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 8px;
}
.topsec-fv .contactbtn {
  background: #502F0D;
  border-radius: 20px 0 0 20px;
  color: #fff;
  padding: 1.5rem 1rem 1.5rem 5rem;
  position: absolute;
  bottom: 100px;
  right: 0;
}
.topsec-fv .contactbtn::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 13px;
  aspect-ratio: 33/48;
  background: #fff;
  mask-image: url(../images/common/icon-post.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: .5s;
  width: 25px;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
  .topsec-fv .splide {
    height: 500px;
  }
  .topsec-fv .splide__slide {
    height: 500px;
  }
  .topsec-fv .catchtxt .ttl span {
    font-size: 2rem;
  }
  .topsec-fv .contactbtn {
    bottom: 50px;
  }
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec-fv .splide {
    height: 350px;
    margin-top: 19rem;
  }
  .topsec-fv .splide__slide {
    height: 350px;
  }
  .topsec-fv .contactbtn {
    bottom: -50px;
  }
  .topsec-fv .catchtxt .ttl span {
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .topsec-fv .catchtxt {
    top: -70px;
    right: 20px;
  }
}

/*****************************
topsec-news
*****************************/
/* タブ切り替え */
.newstabchange {
  margin-bottom: 2rem;
}
.tabchange {
  gap: 1rem;
  margin-bottom: 2rem;
}
.tabchange input {
  display: none;
}
.tabchange label {
  color: #ccc;
  cursor: pointer;
  padding: .5rem 2rem;
}
.tabchange li label:has(input:checked) {
  background: #F5F5F5;
  color: #181818;
}
.newswrap {
  display: none;
}
.newstabchange:has(.tabchange li:nth-of-type(1) input:checked) .newswrap:nth-of-type(1),
.newstabchange:has(.tabchange li:nth-of-type(2) input:checked) .newswrap:nth-of-type(2),
.newstabchange:has(.tabchange li:nth-of-type(3) input:checked) .newswrap:nth-of-type(3),
.newstabchange:has(.tabchange li:nth-of-type(4) input:checked) .newswrap:nth-of-type(4) {
  display: block;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec-news {
    padding: 10rem 0 5rem;
  }
}

/*****************************
topsec-about
*****************************/
.topsec.topsec-about {
  padding: 5rem 0;
}
.topsec-about .txtwrap .ttlbox1 .ttl::before {
  background: #fff;
}
.topsec-about .txtwrap {
  background: rgba(80,47,13,.5);
  color: #fff;
  padding: 10rem 8rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5vw;
  width: 40vw;
  z-index: 1;
}
.topsec-about .txtwrap .txtbox {
  margin-bottom: 2rem;
}
.topsec-about .imgbox {
  max-width: 52vw;
  margin-left: auto;
}
.topsec-about .imgbox div:nth-child(1) {
  margin-left: auto;
  width: 75%;
}
.topsec-about .imgbox div:nth-child(2) {
  margin-top: 5rem;
  width: 65%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
  .topsec-about .txtwrap {
    padding: 4rem;
    left: 2vw;
    width: 50vw;
  }
  .topsec-about .imgbox {
    max-width: 45vw;
  }
}
@media only screen and (max-width: 820px) {
  .topsec-about .txtwrap {
    position: static;
    transform: initial;
    width: 65vw;
  }
.topsec-about .imgbox {
  margin-top: 5rem;
  margin-right: auto;
  max-width: 80vw;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec-about .txtwrap {
    padding: 4rem 2rem;
    width: 95vw;
  }
  .topsec-about .imgbox {
    margin-top: 5rem;
    max-width: 90vw;
  }
  .topsec-about .imgbox div:nth-child(2) {
    margin-top: 2rem;
    width: 70%;
  }
}

/*****************************
bgsec2
*****************************/
.topsec.bgsec1 .imgbox {
  display: flex;
  gap: 2rem;
  height: 400px;
}
.topsec.bgsec1 .imgbox .img {
  width: calc(100% / 3 - 1.4rem);
}
.topsec.bgsec1 .imgbox .img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .topsec.bgsec1 .imgbox {
    height: 300px;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec.bgsec1 {
    padding: 0 0 5rem 0;
  }
  .topsec.bgsec1 .imgbox {
    height: 100px;
    gap: 1rem;
  }
  .topsec.bgsec1 .imgbox .img {
    width: calc(100% / 3 - .4rem);
  }
}

/*****************************
topsec-guest
*****************************/
.topsec.topsec-guest {
  padding: 5rem 0 10rem;
}
.topsec-guest .fimgbox {
  position: relative;
  width: 45%;
}
.topsec-guest .fimgbox div:nth-of-type(1) {
  position: absolute;
  top: -200px;
  width: 55%;
}
.topsec-guest .fimgbox div:nth-of-type(1) img {
  aspect-ratio: 1/1;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.topsec-guest .fimgbox div:nth-of-type(2) {
  position: absolute;
  right: 0;
  bottom: -250px;
  z-index: 1;
  width: 55%;
}
.topsec-guest .fimgbox div:nth-of-type(2) img {
  aspect-ratio: 1/1;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.topsec-guest .ftxtbox {
  width: 46%;
}
.topsec-guest .ftxtbox .txtbox {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .topsec-guest .flexbox2 {
    flex-direction: column-reverse;
    max-width: 600px;
    margin: 0 auto;
  }
  .topsec-guest .ftxtbox {
    margin-bottom: 3rem;
    width: 100%;
  }
  .topsec-guest .fimgbox {
    margin-left: auto;
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec.topsec-guest {
    padding: 5rem 0 15rem;
  }
  .topsec-guest .fimgbox {
    width: 100%;
  }
  .topsec-guest .fimgbox div:nth-of-type(1) {
    aspect-ratio: 1/1;
    position: static;
    width: 60%;
  }
  .topsec-guest .fimgbox div:nth-of-type(2) {
    bottom: -180px;
    width: 60%;
  }
}

/*****************************
topsec-rental
*****************************/
.topsec-rental .fimgbox {
  position: relative;
  width: 40%;
}
.topsec-rental .fimgbox div:nth-of-type(1) {
  width: 60%;
  margin-left: auto;
}
.topsec-rental .fimgbox div:nth-of-type(1) img {
  aspect-ratio: 1/1.5;
  height: 100%;
  width: 100%;
}
.topsec-rental .fimgbox div:nth-of-type(2) {
  position: absolute;
  left: 0;
  bottom: -250px;
  z-index: 1;
  width: 70%;
}
.topsec-rental .fimgbox div:nth-of-type(2) img {
  aspect-ratio: 1/1;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.topsec-rental .ftxtbox {
  width: 55%;
}
.topsec-rental .ftxtbox .ttlbox1 {
  margin-bottom: 2rem;
}
.topsec-rental .ftxtbox .txtbox {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .topsec-rental .flexbox2 {
    max-width: 600px;
    margin: 0 auto;
  }
  .topsec-rental .ftxtbox {
    margin-bottom: 3rem;
    width: 100%;
  }
  .topsec-rental .fimgbox {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec.topsec-rental {
    padding: 10rem 0 0;
  }
  .topsec-rental .fimgbox {
    width: 100%;
  }
  .topsec-rental .fimgbox div:nth-of-type(1) {
    margin-top: 15rem;
    width: 50%;
  }
  .topsec-rental .fimgbox div:nth-of-type(2) {
    bottom: initial;
    top: 0;
    width: 55%;
  }
}

/*****************************
topsec-study
*****************************/
.topsec.topsec-study {
  padding: 30rem 0 10rem;
}
.topsec-study .bnrbox {
  background: url(../images/top/topsec-study-bg.webp) no-repeat center / cover;
  display: block;
  outline: 2px solid #fff;
  outline-offset: -15px;
  padding: 6rem 10rem;
  position: relative;
  transition: .5s;
  z-index: 1;
}
.topsec-study .bnrbox:hover {
  opacity: 1;
  outline-offset: 0;
}
.topsec-study .bnrbox .ttlbox1 {
  margin-bottom: 3rem;
  color: #fff;
}
.topsec-study .bnrbox .txtbox {
  color: #fff;
  margin-bottom: 2rem;
}
.topsec-study .bnrbox h2::before {
  background: #fff;
}
.topsec-study .bnrbox::after {
  background: #000;
  content: '';
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: .5s;
}
.topsec-study .bnrbox:hover::after {
  opacity: 0;
}
.topsec-study .bnrbox .morebtn1 span {
  background: initial;
  color: #fff;
}
.topsec-study .bnrbox .morebtn1 span::before,
.topsec-study .bnrbox .morebtn1 span::after {
  background: #fff;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .topsec-study .bnrbox {
    padding: 6rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec.topsec-study {
    padding: 10rem 0;
  }
  .topsec-study .bnrbox {
    padding: 6rem 3rem;
  }
}

/*****************************
bgsec2
*****************************/
.topsec.bgsec2 .imgbox {
  display: flex;
  gap: 2rem;
  height: 400px;
}
.topsec.bgsec2 .imgbox .img {
  width: calc(100% / 3 - 1.4rem);
}
.topsec.bgsec2 .imgbox .img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .topsec.bgsec2 .imgbox {
    height: 300px;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec.bgsec2 {
    padding: 0 0 5rem 0;
  }
  .topsec.bgsec2 .imgbox {
    height: 100px;
    gap: 1rem;
  }
  .topsec.bgsec2 .imgbox .img {
    width: calc(100% / 3 - .4rem);
  }
}

/*****************************
topsec-staff
*****************************/
.topsec-staff .fimgbox {
  position: relative;
  width: 40%;
}
.topsec-staff .fimgbox div {
  position: relative;
}
.topsec-staff .fimgbox div:nth-of-type(1) {
  top: -100px;
  width: 55%;
}
.topsec-staff .fimgbox div:nth-of-type(1) img {
  aspect-ratio: 1/1;
  height: 100%;
  width: 100%;
}
.topsec-staff .fimgbox div:nth-of-type(2) {
  position: absolute;
  right: 0;
  bottom: -100px;
  z-index: 1;
  width: 55%;
}
.topsec-staff .fimgbox div:nth-of-type(2) img {
  aspect-ratio: 1/1;
  height: 100%;
  width: 100%;
}
.topsec-staff .ftxtbox {
  width: 55%;
}
.topsec-staff .ftxtbox .txtbox h3 {
  border-bottom: 1px solid #181818;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.topsec-staff .ftxtbox .txtbox {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .topsec.topsec-staff {
    padding: 10rem 0 15rem;
  }
  .topsec-staff .flexbox2 {
    max-width: 600px;
    margin: 0 auto;
  }
  .topsec-staff .ftxtbox {
    margin-bottom: 3rem;
    width: 100%;
  }
  .topsec-staff .fimgbox {
    margin-left: auto;
    width: 70%;
  }
  .topsec-staff .fimgbox div:nth-of-type(1) {
    top: 0;
  }
  .topsec-staff .fimgbox div:nth-of-type(2) {
    bottom: -180px;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec.topsec-staff {
    padding: 5rem 0 15rem;
  }
  .topsec-staff .fimgbox {
    width: 100%;
  }
  .topsec-staff .fimgbox div:nth-of-type(2) {
    bottom: -150px;
  }
}

/*****************************
topsec-insta
*****************************/
#sb_instagram.sbi_col_4 #sbi_images,
#sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images {
  grid-template-columns: initial;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}