/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

html {
  scroll-behavior: smooth;
}



.kv__image-group {
  position: relative;
  width; 100%;
  display: flex;
  min-height: 363px;
  height: calc(100vw * 36 / 127); 
}
.kv__image-group .kv__image-item {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.kv__image-group .kv__image-item img {
  min-height: 363px;
  object-fit: cover;
  height: calc(100vw * 36 / 127);
}
.kv__image-group .kv__image-item.active {
  z-index: 3;
}

@media screen and (max-width: 830px) {
  #kv {
    min-height: 100vh;
    max-height: 731px;
  }
  .kv__image-group {
    height: auto;
  }
  .kv__image-group .kv__image-item img {
    width: 100%;
    min-height: 100vh;
    max-height: 731px;
    height: auto;
  }
}



#caption {
  display: flex;
  justify-content: center;
}
#caption .container {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
  text-align: center;
}

#caption .heading {
  font-size: 32px;
  line-height: 1;
}
.caption__inner  {
  display: block;
}
.caption__desc {
  font-size: 20px;
  line-height: 2;
  color: #414141;
}

@media screen and (max-width: 830px) {
  #caption {
    padding-block: 120px;
    background:#414141;
  }

  #caption .container {
    padding: 200px 5px;
    row-gap: 40px;
    background:rgba(255, 255, 255, 0.9);
  }
  #caption .heading {
    font-size: 24px;
    line-height: 2;
  }
  .caption__desc {
    font-size: 16px;
  }
}



#about {
  display: flex;
  justify-content: center;
}
.about-sp {

}
.about__inner {
  padding: 120px 0;
  max-width: 100%;
  width: 1184px;
  display: flex;
  flex-direction: column;
  row-gap: 176px;
}
.about__group:first-child {
  position: relative;
  height: 815px;
}
.about__group:nth-child(2) {
  position: relative;
  height: 787px;
}

.about__img-1 {
  width: 784px;
  height: 712px;
  position: absolute;
  right: 0;
  top: 0;
}

.about__img-2 {
  width: 568px;
  position: absolute;
  left: 0;
  top: 295px;
	object-fit: cover;
}

.about__img-3 {
  width: 784px;
  height: 712px;
  top: 0;
  left: 0;
}

.about__group-desc {
  position: absolute;
  top: 515px;
  right: 0;
  padding: 52px 48px;
  width: 568px;
  height: 272px;
  background-color: #FFFFFF;
  color: #414141;
  line-height: 2;
  font-size: 20px;
  text-align: center;
}
.about__group-desc-heading-sp {
  display: none;
}
.about__group-desc-content {
  text-align: left;
}
@media screen and (max-width: 830px) {
  .about__inner {
    padding: 0;
    width: 100%;
    max-width: unset;
    row-gap: 0px;
  }  
  .about__group {
    display: flex;
    flex-direction: column;
  }
  .about__group:nth-child(2){
    height: auto;  
  }  
  .about__img-1 {
    width: 100%;
    height: auto;
    position: static;
  }
  .about__img-2 {
    width: 100%;
    max-height: fit-content;
    position: static;
  }
  .about__img-3 {
    display: none;
  }
  .about__group:first-child {
    height: auto;
  }
  .about__group-desc-sp {
    padding-top: 120px;
    background:#414141;
  }
  .about__group-desc {
    width: 100%;
    position: static;
    padding: 194.5px 24px;
    height: auto;
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    margin-top: -1px;
    background:#FFFFFFE5;
  }
  .about__group-desc-heading-sp {
    display: block;
    font-size: 26px;
    line-height: 2;
  }
  .about__group-desc-heading-sp sup {
    vertical-align: text-top;
    font-size: 14px;
  }
  .about__group-desc-content {
    font-size: 15px;
    line-height: 2;
    text-align: center;
  }
}
@media screen and (max-width: 393px) {
  .about__img-2 {
    width: 100%;
    position: static;
  }
}



#news {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#news .container {
  padding: 80px 0;
}
#news .heading {
  margin-bottom: 24px;
}
.news__group-outer {
  display: flex;
  flex-direction: column;
  padding: 16px 8px;
  row-gap: 16px;
}
.news__group-outer {
  display: flex;
  flex-direction: column;
  padding: 16px 8px;
  row-gap: 16px;
  border-bottom: 1px dashed #959595A6;
}

.news__group-outer:first-of-type {
  border-top: 1px solid #959595A6;
}

.news__group-outer:nth-last-of-type(2) {
  border-bottom: 1px solid #959595A6;
  margin-bottom: 24px;
}
.news__group__link {
  text-decoration: none;
}
.news__group {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.news__group:not(:last-child) {
  border-bottom: 1px;
  border-style: dashed;
  border-color: #959595A6;
  padding-bottom: 16px;
}

.news__date {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #FFFFFF;
}
.news__content-wrapper {
  display: flex;
}
.news__content {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #FFFFFF;
  width: 80%;
}
.news__content-wrapper .see-more {
  width: 20%;
}

.news__subcontent-area {
  display:grid;
  gap: 32px;
}
.news__sub-item {
  display:grid;
  place-content: center;
  aspect-ratio: 16 / 9;
  background-color: #E3E3E3;
}
@media screen and (min-width: 830px) {
  .news__subcontent-area {
    grid-template-columns: 1fr 1fr;
  }
  .news__sub-item:nth-child(1) {
    grid-row: 1 / 2;
    grid-column: 1 / 3;
  }
  .news__sub-item:nth-child(2) {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
  }
  .news__sub-item:nth-child(3) {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
  }
}

@media screen and (max-width: 830px) {
  #news .container {
    padding: 80px 20px;
  }
  .news__content-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 19px;
  }
  .news__content {
    width: 100%;
  }
  .news__content-wrapper .see-more {
    width: 100%;
  }
}
@media screen and (min-width: 830px) {

}


#story {
  display: flex;
  justify-content: center;
  height: 453px;
}

#story .container {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}

#story .overlay-white {
  /*   height: 133px; */
  height: 100%;
}
.story__title {
  font-size: 20px;
  line-height: 2;
  color: #414141;
  text-align: center;
}

.story__desc {
  font-size: 16px;
  line-height: 2;
  color: #414141;
  text-align: left;
  position: relative;
  margin-bottom: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  text-align: center;
}

#story .see-more__group {
  color: #414141;
  cursor: pointer;
}

@media screen and (max-width: 830px) {
  #story {
    height: 557px;
  }
  #story .container {
    padding: 80px 20px;
  }
}



#service {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#service .heading {
  margin-bottom: 32px;
}

.service__wrapper {
  width: 984.83px;
}

.service__item {
  display: flex;
  flex-direction: column;
}
.service__item:not(:last-child) {
  margin-bottom: 80px;
}

.service__item-header {
  font-family: 'Noto Serif';
  font-size: 36px;
  background: -webkit-linear-gradient(#B68412, #E3C55A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  opacity: 0.4;
}

.service__item-header-jp {
  font-size: 26px;
  line-height: 1;
  color: #FFFFFF;
  margin-left: 16.49px;
  margin-top: -16px;
  margin-bottom: 16px;
}

.service__image {
  width: 784px;
  height: 512px;
}

.service__desc {
  background-color: #65656599;
  padding: 24px;
  font-size: 18px;
  line-height: 2;
  color: #FFFFFF;
  width: 729px;
  align-self: flex-end;
  margin-top: -24px;
}

.service__item .see-more {
  margin-top: 16px;
}

.service__contact-step {
  color:#FFFFFF;
  picture {
    margin-top:40px;
    margin-bottom:24px;
    img{
      width: 100%;
    }
  }
}
.service__contact-step__ttl {
  font-size: 20px;
  line-height: 2;
  text-align: center;
}

.button__calendar {
  width: 380px;
  margin: 40px auto 0 auto;
}
.button__calendar a{
  position: relative;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 80.5px 14px 80.5px;
  background: #fff;
  color: #333333;
  font-size: 16px;
  line-height: 150%;
  transition: opacity 0.35s;
  border-radius: 4px;
}
.button__calendar a:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #b78614;  
  border-radius: inherit;   
  pointer-events: none;      
  box-sizing: border-box;
}
.button__calendar a:hover {
  opacity: 0.8;
  transition:  opacity 0.35s;
}
.button__calendar a:after {
  content: '';
  position: absolute;
  top: 40%;
  right : 15px;
  width: 16px;
  height: 16px;
  background: url('/hubfs/top/circle.png') center center / contain no-repeat;
}
.button__calendar a img {
  width: 30px;
  height: 30px;
  margin-right: 12px;
}

.line-bg {
  display: none;
  width: 100%;
  background-color: #e3e3e3;
  padding: 16px 0;
}

.mg {
  margin: 0 auto;
}

@media screen and (max-width: 830px) {
  #service {
    padding-bottom: 0;
  }
  .service__wrapper {
    width: 100%;
  }
  #service .heading {
    padding: 0 20px;
    margin-bottom: 24px;
  }
  .service__item {
    position: relative;
  }
  .service__image {
    width: 100%;
    height: auto;
  }
  .service__desc {
    padding: 0 20px;
    background-color: transparent;
    position: absolute;
    bottom: 85px;
    width: 100%;
  }
  .service__desc p {
    background-color: #65656599;
    padding: 16px 12px;
    font-size: 16px;
    line-height: 2;
    color: #FFFFFF;
    width: 100%;
    height: 214px;
  }
  .service__item .see-more {
    position: absolute;
    bottom: 40px;
    right: 20px;
  }
  .service__item:not(:last-child) {
    margin-bottom: 0;
  }
  .service__item-header-group {
    position: absolute;
    bottom: 319px;
    left: 20px;
  }
  .service__item-header-jp {
    font-size: 24px;
  }
  .service__contact-step {
    padding:48px 20px;
    picture {
      margin-top:32px;
    }
  }
  .line-bg {
    display: block;
  }
  .button__calendar {
    width: 353px;
  }
  .button__calendar a{
    padding: 14px 75px 14px 67px
  }
  .n-sp-pt {
    padding: 13px 20px 80px 20px;
  }
}



#features {
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 32px;
}

#features .container {
  padding: 80px 0;
}

#features line-gold {
  border-bottom: 1px solid #B78614;
}

#features .heading {
  margin-bottom: 32px;
}

.features__group {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}

.features__num {
  font-size: 32px;
  line-height: 1;
}

.features__heading {
  font-size: 20px;
  line-height: 2;
  text-align: center;
}

.features__sub-heading {
  font-size: 18px;
  line-height: 2;
  text-align: center;
}

.features__text {
  font-size: 16px;
  line-height: 2.5;
}
.features__item-border {
  max-width: 100%;
  position: relative;
  background: linear-gradient(90deg, #B68412 0%, #E3C55A 100%);
  padding: 2px; 
}

.features__item {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  align-items: center;
  padding: 32px 24px;
  background-color: #414141;
}

.features__outline {
  background-color: #E3E3E3;
  border-radius: 2px;
  width: 100%;
  padding: 8px 24px;
  color: #414141;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.features__outline-title {
  font-size: 16px;
  line-height: 2;
  border-bottom: 1px solid #B78614;
}
.features__outline-list li {
  font-size: 14px;
  line-height: 2.29;
  list-style-type: none;
}

.features__outline-list li::before {
  content: '';
  width: 10px;
  height: 10px;
  rotate: 45deg;
  box-shadow: 0px 0px 3px #00000040;
  background-color: #B78614;
  display: inline-block;
  margin-right: 8px;
}
.features__item input {
  display: none;
}
.features__item-content {
  display: flex;
  flex-direction: column;
  margin-top: -24px;
  row-gap: 24px;
  width: 100%;
}
@media screen and (max-width: 830px) {
  #features .container {
    padding: 80px 20px;
  }
  .features__item {
    padding: 32px 16px;
  }
  .features__item-content {
    margin-top: 24px;
  }
  .features__heading {
    line-height: 2;
    text-align: center;
  }
  .features__acc {
    height: 36px;
    width: 100%;
    margin-top: -24px;
    position: relative;
    margin-bottom: -24px;
    cursor: pointer;
  }
  .features__item input ~ .features__acc:after {
    content: '+';
    position: absolute;
    display: flex;
    line-height: 0.625;
    right: 8px;
    bottom: 6px;
    font-size: 32px;
    font-weight: 100;
    color: #B78614;
  }
  .features__item input:checked ~ .features__acc:after {
    content: '-';
    position: absolute;
    display: flex;
    line-height: 0.625;
    right: 8px;
    bottom: 6px;
    font-size: 50px;
    font-weight: 100;
    color: #B78614;
  }
  .features__item-content {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: all 0.35s;  
    display: flex;
    flex-direction: column;
    row-gap: 24px;
  }
  .features__item input:checked ~ .features__item-content {
    height: fit-content;
  }
}


#faq {
  display: flex;
  justify-content: center;
}

#faq .container {
  padding: 80px 0;
}

#faq .heading {
  margin-bottom: 40px;
}

.faq__list-item {
  font-size: 16px;
  line-height: 2;
  border-top: 1px solid #959595A6;
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
}

.faq__list-item:last-child {
  border-bottom: 1px solid #959595A6;
}

.faq__question {
  display: block;
  position: relative;
  padding: 16px 29px 16px 27px;
  cursor: pointer;
}

.faq__question:before {
  content: 'Q';
  position: absolute;
  left: 0;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  color: #B78614;
  top: 18px;
}

.faq__list-item input {
  display: none;
}

.faq__list-item input ~ .faq__question:after {
  content: '+';
  position: absolute;
  display: flex;
  line-height: 0.625;
  right: 8px;
  top: 18px;
  font-size: 32px;
  font-weight: 100;
  color: #B78614;
}
.faq__list-item input:checked ~ .faq__question:after {
  content: '−';
  position: absolute;
  display: flex;
  line-height: 0.625;
  right: 8px;
  top: 18px;
  font-size: 32px;
  font-weight: 100;
  color: #B78614;
}

.faq__answer {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: all 0.35s;  
  border-top: none;
}

.faq__answer ul {
  margin-left: 26px;
}

.faq__list-item input:checked ~ .faq__answer  {
  height: fit-content;
  padding: 16px 8px 16px 27px;
  border-top: 1px dashed #959595A6;
}

.faq__answer:before {
  content: 'A';
  position: absolute;
  left: 0;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  color: #B78614;
  top: 18px;
}

@media screen and (max-width: 830px) {
  #faq .container {
    padding: 80px 20px;
  }
}