@charset "UTF-8";
/* メインビジュアル
------------------------------------------------------------------------- */
.bl_mv {
  background-image: url(../images/mainvisual.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.bl_mv_copy {
  max-width: 53.3333333333vw;
}
@media screen and (min-width: 768px) {
  .bl_mv_copy {
    max-width: 268px;
  }
}

#main-copy {
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translate(32px, 0);
  transition: opacity 1.5s ease, transform 1.5s ease;
}
@media screen and (min-width: 768px) {
  #main-copy {
    transform: translate(64px, 10.4166666667vw);
  }
}
#main-copy.visible {
  opacity: 1;
  transform: translate(32px, 80px);
}
@media screen and (min-width: 768px) {
  #main-copy.visible {
    transform: translate(64px, 13.8888888889vw);
  }
}

/* イントロダクション
------------------------------------------------------------------------- */
.bl_intro {
  padding-top: clamp(2rem, 1.636rem + 1.82vw, 3rem);
  padding-bottom: clamp(2rem, 1.636rem + 1.82vw, 3rem);
  border-bottom: 1px solid #cccccc;
}
.bl_intro p {
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  font-weight: 500;
  line-height: 2;
  padding: 0 32px;
}
@media screen and (min-width: 768px) {
  .bl_intro p {
    text-align: center;
  }
}

/* お知らせ
------------------------------------------------------------------------- */
.bl_news {
  padding-top: clamp(3.5rem, 2.409rem + 5.45vw, 6.5rem);
  padding-bottom: clamp(3.5rem, 2.409rem + 5.45vw, 6.5rem);
}
.bl_news_inner {
  max-width: 1024px;
  margin: 0 auto;
}
.bl_news_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bl_news_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding-top: clamp(2rem, 1.455rem + 2.73vw, 3.5rem);
}
@media screen and (min-width: 768px) {
  .bl_news_list {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px;
  }
}
.bl_news_item {
  border: 1px solid #359939;
  border-radius: 6px;
  padding: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .bl_news_item {
    width: 320px;
  }
}
.bl_news_item p {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .bl_news_item p {
    height: 70px;
  }
}
.bl_news_item .newsTime {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
}
.bl_news_item .newsTime time {
  font-size: 12px;
}
.bl_news_item .newsTime span {
  background-image: url(../images/icon_g_right_small.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}

/* 久喜株式会社について
------------------------------------------------------------------------- */
.bl_business {
  padding-bottom: clamp(3.5rem, 2.409rem + 5.45vw, 6.5rem);
}
.bl_business_inner {
  max-width: 1320px;
  margin: 0 auto;
}
.bl_business_container {
  display: flex;
  flex-direction: column-reverse;
  margin-top: -6.4vw;
}
@media screen and (min-width: 1200px) {
  .bl_business_container {
    flex-direction: row;
    justify-content: center;
    align-items: end;
    gap: 72px;
  }
}
.bl_business_cont {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .bl_business_cont {
    width: 320px;
  }
}
.bl_business_cont h3 {
  margin-top: 24px;
  font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);
}
@media screen and (min-width: 1200px) {
  .bl_business_cont h3 {
    margin-top: 0;
  }
}
.bl_business_cont p {
  padding-top: 24px;
}
.bl_business_cont .el_btn_base {
  margin-top: 24px;
}
.bl_business_img {
  margin-top: 24px;
}
@media screen and (min-width: 1200px) {
  .bl_business_img {
    width: 900px;
  }
}
.bl_business_img img {
  border-radius: 30px;
}

/* FAQ/規約など
------------------------------------------------------------------------- */
.bl_faqTerms {
  padding-top: clamp(3.5rem, 2.409rem + 5.45vw, 6.5rem);
  padding-bottom: clamp(3.5rem, 1.864rem + 8.18vw, 8rem);
  background-color: #f0f8eb;
}
.bl_faqTerms_inner {
  max-width: 1024px;
  margin: 0 auto;
}
.bl_faqTerms_container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 1200px) {
  .bl_faqTerms_container {
    flex-direction: row;
    gap: 64px;
  }
}

@media screen and (min-width: 1200px) {
  .bl_faq {
    max-width: 478px;
    width: 100%;
  }
}
.bl_faq_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bl_faq_item {
  overflow: hidden;
  border-top: 1px solid #a1a1a1;
  padding: 24px 0;
}
.bl_faq_item:first-child {
  border-top: none;
}
.bl_faq_question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.bl_faq_question h3 {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  padding: 0 clamp(1rem, 0.636rem + 1.82vw, 2rem) 0 12px;
}
.bl_faq_question h3::before {
  content: "Q";
  color: #359939;
  font-size: 24px;
  line-height: 1;
  padding-right: 12px;
}
.bl_faq_question .indent {
  padding-left: 1rem;
  text-indent: -1rem;
}
.bl_faq_answer {
  background-color: #fff;
  display: none;
  padding: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
  margin-top: 16px;
}

.bl_faq_header,
.bl_terms_header {
  border-bottom: 1px solid #a1a1a1;
  padding-bottom: 8px;
  position: relative;
}
.bl_faq_header::after,
.bl_terms_header::after {
  position: absolute;
  bottom: -1px;
  content: "";
  display: block;
  background-color: #fcc800;
  width: 50px;
  height: 4px;
}

.js_toggleBtn {
  position: relative;
  width: 16px;
  height: 16px;
  border: none;
  background: none;
  cursor: pointer;
  transition: ease 0.3s;
  flex-shrink: 0;
}
.js_toggleBtn::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}
.js_toggleBtn::after {
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  transform: translateX(-50%) scaleY(1);
  transform-origin: center center;
  opacity: 1;
}

.js_toggleBtn::before,
.js_toggleBtn::after {
  content: "";
  position: absolute;
  background-color: #333;
  transition: all 0.3s ease-in-out;
}

.js_toggleBtn.active::after {
  transform: translateX(-50%) scaleY(0);
  opacity: 0;
}

@media screen and (min-width: 1200px) {
  .bl_terms {
    max-width: 478px;
    width: 100%;
  }
}
.bl_terms_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bl_terms_item {
  border-top: 1px solid #a1a1a1;
  padding: 24px 0;
}
.bl_terms_item:first-child {
  border-top: none;
}
.bl_terms_item a {
  display: flex;
  justify-content: space-between;
}
.bl_terms_item a h3 {
  font-size: 18px;
}
.bl_terms_item a:hover {
  opacity: 0.8;
}

/* お問い合せ
------------------------------------------------------------------------- */
.bl_contact {
  background-image: url(../images/img_top_contact.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
}
@media screen and (min-width: 768px) {
  .bl_contact {
    height: 590px;
    object-fit: cover;
  }
}
.bl_contact_cont {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: clamp(1.25rem, 0.614rem + 3.18vw, 3rem);
  max-width: 1024px;
  margin: 0 32px;
  transform: translateY(-24%);
}
@media screen and (min-width: 1080px) {
  .bl_contact_cont {
    margin: 0 auto;
    transform: translateY(-32%);
  }
}
.bl_contact_cont .el_btn_base {
  margin-top: 24px;
}
.bl_contact_header {
  display: grid;
  justify-items: center;
}
.bl_contact_header p {
  margin-top: 16px;
  font-weight: 600;
}
.bl_contact_copy {
  max-width: 53.3333333333vw;
}
@media screen and (min-width: 768px) {
  .bl_contact_copy {
    max-width: 268px;
  }
}/*# sourceMappingURL=style.css.map */