/*
Theme Name: Twenty Twenty-one Child
Version: 1.6
Template: twentytwentyone
*/
:root {
  --viewport-width: min(100vw, 2000px);
  --b: calc(var(--viewport-width) / 160);
}

#faq #handover {
  background: #fff;
}
#faq #handover .handover__wrapper {
  padding-top: max(12.5rem, 80px);
  padding-bottom: max(25rem, 120px);
}
#faq #handover .handover__wrapper .handover__tab {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: max(2rem, 15px);
}
#faq #handover .handover__wrapper .handover__tab .tab-btn {
  flex: 1;
  text-align: center;
  padding: max(1rem, 10px) max(2rem, 20px);
  border: 1px solid #3b3128;
  border-radius: max(1.9rem, 15px);
  font-size: max(1.4rem, 12px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
#faq #handover .handover__wrapper .handover__tab .tab-btn--primary {
  color: #3b3128;
  background: #fff;
}
#faq #handover .handover__wrapper .handover__tab .tab-btn--secondary {
  color: #fff;
  background: #3b3128;
}
#faq #handover .handover__wrapper .handover__content {
  padding-top: max(10rem, 60px);
}
#faq #handover .handover__wrapper .handover__content .accordion:not(:first-of-type) {
  margin-top: max(7rem, 40px);
}
#faq #handover .handover__wrapper .handover__content .accordion.accordion-open .accordion__head--arrow .line:nth-of-type(2) {
  opacity: 0;
  transform: translateX(-50%);
}
#faq #handover .handover__wrapper .handover__content .accordion__head, #faq #handover .handover__wrapper .handover__content .accordion__body {
  display: flex;
  gap: max(3rem, 20px);
}
@media screen and (max-width: 550px) {
  #faq #handover .handover__wrapper .handover__content .accordion__head, #faq #handover .handover__wrapper .handover__content .accordion__body {
    gap: 10px;
  }
}
#faq #handover .handover__wrapper .handover__content .accordion__head--icon, #faq #handover .handover__wrapper .handover__content .accordion__body--icon {
  width: max(4.5rem, 25px);
  flex-shrink: 0;
}
#faq #handover .handover__wrapper .handover__content .accordion__head--icon span, #faq #handover .handover__wrapper .handover__content .accordion__body--icon span {
  font-family: YakuHanJP, "Jost", "Noto Sans JP", sans-serif;
  font-size: max(4.6rem, 30px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
}
#faq #handover .handover__wrapper .handover__content .accordion__head p, #faq #handover .handover__wrapper .handover__content .accordion__body p {
  line-height: 2;
}
#faq #handover .handover__wrapper .handover__content .accordion__head span.attention, #faq #handover .handover__wrapper .handover__content .accordion__body span.attention {
  line-height: 2;
  margin-top: max(3rem, 30px);
  margin-bottom: max(2rem, 20px);
}
#faq #handover .handover__wrapper .handover__content .accordion__head {
  padding-bottom: max(1rem, 10px);
  margin-bottom: max(1rem, 10px);
  border-bottom: 1px solid rgba(59, 49, 40, 0.3);
}
#faq #handover .handover__wrapper .handover__content .accordion__head--icon span {
  color: rgba(59, 49, 40, 0.4);
}
#faq #handover .handover__wrapper .handover__content .accordion__head--title {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: max(2rem, 15px);
}
#faq #handover .handover__wrapper .handover__content .accordion__head--title h3 {
  font-size: max(1.6rem, 14px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}
#faq #handover .handover__wrapper .handover__content .accordion__head--arrow {
  position: relative;
  width: auto;
  height: 0.5lh;
  aspect-ratio: 1/1;
  transition: transform 0.3s ease-out;
  cursor: pointer;
}
#faq #handover .handover__wrapper .handover__content .accordion__head--arrow .line {
  position: absolute;
  transition: all 0.3s ease-out;
}
#faq #handover .handover__wrapper .handover__content .accordion__head--arrow .line:nth-of-type(1) {
  top: 50%;
  left: 0;
  width: 100%;
  height: max(0.2rem, 2px);
  transform: translateY(-50%);
  background: #3b3128;
}
#faq #handover .handover__wrapper .handover__content .accordion__head--arrow .line:nth-of-type(2) {
  top: 0;
  left: 50%;
  width: max(0.2rem, 2px);
  height: 100%;
  transform: translateX(-50%);
  background: #3b3128;
}
#faq #handover .handover__wrapper .handover__content .accordion__body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease-out, opacity 0.3s ease-out;
}
#faq #handover .handover__wrapper .handover__content .accordion__body--icon span {
  color: #3b3128;
}
#faq #handover .handover__wrapper .handover__content .accordion__body--content {
  flex: 1;
  margin-top: 0.25em;
}
#faq #handover .handover__wrapper .handover__content .accordion__body--content .accordion__table {
  width: 100%;
  margin-top: max(3rem, 30px);
  overflow-x: auto;
}
#faq #handover .handover__wrapper .handover__content .accordion__body--content .accordion__table table {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
}
#faq #handover .handover__wrapper .handover__content .accordion__body--content .accordion__table table thead tr {
  background: rgba(59, 49, 40, 0.7);
}
#faq #handover .handover__wrapper .handover__content .accordion__body--content .accordion__table table thead tr th {
  padding: max(1rem, 10px);
  border-right: 1px solid #c2c0bd;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: max(1.4rem, 12px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}
#faq #handover .handover__wrapper .handover__content .accordion__body--content .accordion__table table thead tr th.kind-row {
  width: max(50rem, 225px);
  min-width: 225px;
}
#faq #handover .handover__wrapper .handover__content .accordion__body--content .accordion__table table tbody tr {
  border-bottom: 1px solid #c2c0bd;
}
#faq #handover .handover__wrapper .handover__content .accordion__body--content .accordion__table table tbody tr:first-of-type {
  border-top: 1px solid #c2c0bd;
}
#faq #handover .handover__wrapper .handover__content .accordion__body--content .accordion__table table tbody tr th,
#faq #handover .handover__wrapper .handover__content .accordion__body--content .accordion__table table tbody tr td {
  padding: max(1rem, 10px) max(2rem, 15px);
  font-size: max(1.4rem, 12px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}
#faq #handover .handover__wrapper .handover__content .accordion__body--content .accordion__table table tbody tr th sup,
#faq #handover .handover__wrapper .handover__content .accordion__body--content .accordion__table table tbody tr td sup {
  font-size: max(1.2rem, 10px);
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#faq #handover .handover__wrapper .handover__content .accordion__body--content .accordion__table table tbody tr th br,
#faq #handover .handover__wrapper .handover__content .accordion__body--content .accordion__table table tbody tr td br {
  line-height: inherit;
}
#faq #handover .handover__wrapper .handover__content .accordion__body--content .accordion__table table tbody tr th {
  text-align: center;
  background: rgba(59, 49, 40, 0.7);
  color: #fff;
}
#faq #handover .handover__wrapper .handover__content .accordion__body--content .accordion__table table tbody tr td:not(:last-of-type) {
  border-right: 1px solid #c2c0bd;
}
#faq #handover .handover__wrapper .handover__content .handover__after {
  display: flex;
  align-items: end;
  gap: max(10rem, 30px);
}
@media screen and (max-width: 1000px) {
  #faq #handover .handover__wrapper .handover__content .handover__after {
    gap: 20px;
    align-items: start;
    flex-direction: column;
  }
}
#faq #handover .handover__wrapper .handover__content .handover__after .btn {
  flex-shrink: 0;
  margin-left: auto;
}/*# sourceMappingURL=faq.css.map */