main.faq .search {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 26px;
  margin-bottom: clamp(51px, 13.6vw, 100px);
}
main.faq .search .search-window {
  max-width: 450px;
  width: 100%;
}
main.faq .search .search-window input[type=text] {
  border: 1px solid #707070;
  background: #fff;
  padding: 14px 26px;
  line-height: 1;
  width: 100%;
}
main.faq .search-tag {
  margin-bottom: clamp(56px, 14.9vw, 70px);
}
main.faq .search-tag .line {
  background-color: #707070;
  height: 1px;
  width: 100%;
  display: inline-block;
}
main.faq .search-tag .tag-wrap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: clamp(20px, 5.3vw, 28px) 30px;
  text-align: center;
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  main.faq .search-tag .tag-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
main.faq .search-tag label {
  border: 1px solid #707070;
  padding: 13px 0;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.faq .search-tag label:has(input:checked) {
  border: 1px solid #e4007f;
  transition: all 0.3s;
}
main.faq .search-text {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 1.25rem;
  font-weight: bold;
  word-break: keep-all;
}
main.faq h4 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 55px;
  margin-bottom: 13px;
}
main.faq h5 {
  margin: 60px 0 16px;
  font-weight: bold;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 8px;
}
main.faq h4 + h5 {
  margin-top: 29px;
}
main.faq .dash-pink {
  background-color: #e4007f;
  height: 1px;
  width: 25px;
  display: inline-block;
}
main.faq .component__head_bg {
  margin-bottom: clamp(15px, 4vw, 33px);
  margin-top: 0;
}
main.faq .component__accodions .accordion {
  font-weight: 500;
}
main.faq .component__accodions .accordion:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  main.faq .component__accodions .accordion {
    margin-top: 13px;
    font-size: 1rem;
  }
  main.faq .component__accodions .accordion .accordion_head {
    padding: 12px 12px 12px 42px;
  }
  main.faq .component__accodions .accordion .accordion_head .lines span.line {
    left: 12px;
  }
  main.faq .component__accodions .accordion .accordion_content.open {
    padding: 6px 0 22px;
  }
}
main.faq .component__accodions .accordion .accordion_content .gotoForm:not(.gotoFormfirst) {
  margin-top: 15px;
}
main.faq .faq-other {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(42px, 11.2vw, 90px);
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  main.faq .faq-other .faq-other-child {
    width: 100%;
  }
}
main.faq .faq-other .gosite {
  border: 1px solid;
  padding: 13px 32px;
  display: inline-block;
  margin-top: clamp(6px, 1.6vw, 20px);
}
@media screen and (max-width: 767px) {
  main.faq .faq-other .gosite {
    width: 100%;
  }
}
main.faq .faq-other .gosite a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  main.faq .faq-other .gosite a {
    justify-content: center;
  }
}
main.faq .faq-other .gosite a[target=_blank]::after {
  content: "";
  background-image: url(../images/faq/window-link.svg);
  background-size: contain;
  width: 13px;
  height: 13px;
  display: inline-block;
}
main.faq .label {
  display: flex;
  flex-wrap: wrap;
  gap: 72px 144px;
  margin-top: 48px;
}
main.faq section.bg-c {
  padding: 58px 0 80px;
}
@media screen and (max-width: 767px) {
  main.faq section.bg-c {
    padding: 38px 0 42px;
  }
}
main.faq section#about-all {
  padding-block: 78px;
}
main.faq section#about-feram,
main.faq section#about-reram {
  padding-block: 0 78px;
}
@media screen and (max-width: 767px) {
  main.faq .mv_image.sp {
    margin-bottom: 35px;
  }
  main.faq .child_mv .child_mv_content .mv_image img {
    height: 217px;
    object-position: bottom;
  }
  main.faq .child_mv .child_mv_content .mv_image.sp {
    margin-bottom: 35px;
  }
  main.faq .child_mv .child_mv_content .mv_title {
    top: 0;
    transform: translate(-50%, 10px);
  }
}

.link_hover span.component__circle_hover {
  margin-left: 5px;
  width: 25px;
  height: 25px;
  background: #333;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.link_hover span.component__circle_hover::before {
  transition: all 0.3s;
  content: "";
  position: absolute;
  background-image: url(../images/common/icon-arrow.svg);
  width: 16px;
  height: 9px;
  background-size: cover;
  top: 50%;
  left: 50%;
  transform: translate(-200%, -50%);
  display: block;
}
.link_hover span.component__circle_hover::after {
  transition: all 0.3s;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/common/icon-arrow.svg);
  width: 16px;
  height: 9px;
  background-size: cover;
  display: block;
}
.link_hover:hover span.component__circle_hover::before {
  transform: translate(-50%, -50%);
}
.link_hover:hover span.component__circle_hover::after {
  transform: translate(200%, -50%);
}

main.faq .component__accodions + .component__head_bg {
  margin-top: clamp(15px, 4vw, 33px);
}

.searchandfilter ul li li,
.searchandfilter ul li {
  padding: 0;
}

#toc_container {
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
#toc_container li::before {
  content: none;
}

.header_keyword_input {
  width: 400px;
  padding: 20px;
  position: absolute;
  top: 71px;
  right: 0;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  .header_keyword_input {
    top: 53px;
  }
}
.header_keyword_input.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.header_keyword_input form {
  display: flex;
  gap: 20px;
}
.header_keyword_input input {
  background-color: white;
  padding: 10px;
  color: #000;
}
.header_keyword_input button {
  padding: 10px;
  flex-shrink: 0;
  border: 1px solid white;
}
.header_keyword_input .close {
  position: relative;
  width: 40px;
  cursor: pointer;
  height: 40px;
}
.header_keyword_input .close span {
  width: 40px;
  height: 1px;
  background-color: white;
  position: absolute;
  left: 13px;
}
.header_keyword_input .close span:nth-child(1) {
  transform: rotate(45deg) translate(-50%, 0);
  top: 32px;
}
.header_keyword_input .close span:nth-child(2) {
  transform: rotate(-45deg) translate(-50%, 0);
  top: 5px;
}

.search_result {
  margin-top: 110px;
  padding-bottom: 110px;
}
.search_result .keyword_input_box form {
  display: inline-flex;
  gap: 0;
  border: 1px solid #bec4d1;
}
.search_result .keyword_input_box input {
  background-color: white;
  padding: 10px;
  width: 371px;
  height: 60px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .search_result .keyword_input_box input {
    width: 100%;
    height: 40px;
  }
}
.search_result .keyword_input_box button {
  padding: 10px;
  flex-shrink: 0;
  border: 1px solid white;
  background-color: #000;
  color: white;
  width: 92px;
  text-align: center;
}
.search_result .resutl_desc_box {
  margin-top: 15px;
  background: #f2f3f6;
  border: 1px solid #bec4d1;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .search_result .resutl_desc_box {
    padding: 10px;
  }
}
.search_result .resutl_desc_box p {
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #333;
}
.search_result .search_resulut_list li {
  margin-top: 25px;
}
.search_result .search_resulut_list li a {
  text-decoration: none;
  transition: all 0.3s;
}
.search_result .search_resulut_list li a:hover {
  opacity: 0.6;
}
.search_result .search_resulut_list li h2 {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
}
.search_result .search_resulut_list li p.excerpt {
  margin-top: 7px;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
}
.search_result .search_resulut_list li p.link {
  margin-top: 7px;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  word-wrap: break-word;
}
.search_result .search_resulut_list li p.date {
  margin-top: 7px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #ccc;
}

.search-results {
  background-color: white;
}
.search-results .navigation {
  margin-top: 30px;
}
.search-results .pagination ul.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  font-size: 1rem;
}
.search-results .pagination ul.page-numbers li .current {
  background: #000;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-results .pagination ul.page-numbers li .prev {
  display: inline-block;
  vertical-align: middle;
  color: #bec4d1;
  line-height: 1;
  position: relative;
  width: 14.14px;
  height: 14.14px;
  transform: translateX(-25%) rotate(-135deg);
}
.search-results .pagination ul.page-numbers li .prev::before, .search-results .pagination ul.page-numbers li .prev::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}
.search-results .pagination ul.page-numbers li .prev::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}
.search-results .pagination ul.page-numbers li .prev::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}
.search-results .pagination ul.page-numbers li .next {
  display: inline-block;
  vertical-align: middle;
  color: #bec4d1;
  line-height: 1;
  position: relative;
  width: 14.14px;
  height: 14.14px;
  transform: translateX(-25%) rotate(45deg);
}
.search-results .pagination ul.page-numbers li .next::before, .search-results .pagination ul.page-numbers li .next::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}
.search-results .pagination ul.page-numbers li .next::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}
.search-results .pagination ul.page-numbers li .next::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}
.search-results .pagination ul.page-numbers li a:hover {
  text-decoration: none;
}

.application_cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  z-index: 5;
}

.application_cards .application_card {
  width: calc(33.33333% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 45px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .application_cards .application_card {
    width: 100%;
    margin-right: 0;
  }
}
.application_cards .application_card:nth-child(3n) {
  margin-right: 0;
}

.application_cards .application_card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 15px 15px 10px 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.application_cards .application_card a .cat1 {
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 2;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  color: #fff;
  background: #000;
  padding: 0 10px;
  z-index: 2;
}

.application_cards .application_card a .cat1::after {
  position: absolute;
  top: 0;
  right: -10px;
  content: "";
  width: 20px;
  height: 25px;
  background: #000;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  z-index: 1;
}

.application_cards .application_card a .cat2 {
  position: absolute;
  top: 8px;
  right: 0;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  min-width: 4em;
  color: #fff;
  background: #000;
  padding: 0 10px 0 10px;
  z-index: 2;
}

.application_cards .application_card a .cat2::after {
  position: absolute;
  top: 0;
  left: -10px;
  content: "";
  width: 20px;
  height: 25px;
  background: #000;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  z-index: 1;
}

.application_cards .application_card a .application_card_thumb {
  position: relative;
  padding-top: 66.67%;
  overflow: hidden;
}

.application_cards .application_card a .application_card_thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.application_cards .application_card a .application_card_text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.application_cards .application_card a .application_card_text h3 {
  margin-top: 5px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.application_cards .application_card a .application_card_text p {
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.application_cards .application_card a .component__circle_hover {
  display: block;
}

.application_cards .application_card a .link {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .application_cards .application_card {
    width: 100%;
  }
}/*# sourceMappingURL=custom.css.map */