@charset "UTF-8";
.single-news-v2 .news-container {
  display: flex;
  gap: 20px;
  width: 100%;
  max-width: 1275px;
  margin: 0 auto 100px;
  /* Popup */
}
@media screen and (max-width: 640px) {
  .single-news-v2 .news-container {
    margin: 0 auto 70px;
  }
}
.single-news-v2 .news-container .news__main {
  width: 66.6666666667%;
  margin-right: 30px;
}
@media screen and (max-width: 640px) {
  .single-news-v2 .news-container .news__main {
    width: calc(100% - 9vw);
    margin-right: unset;
    margin: 0 auto;
  }
}
.single-news-v2 .news-container .news__main .breadcrumbWrap {
  padding-right: 0;
}
.single-news-v2 .news-container .news__main .breadcrumbWrap > ul {
  padding: 30px 0;
}
@media screen and (max-width: 640px) {
  .single-news-v2 .news-container .news__main .breadcrumbWrap > ul > li > span {
    max-width: calc(91vw - 300px);
  }
}
.single-news-v2 .news-container .news__main .news-title {
  width: 100%;
  letter-spacing: 0;
  word-break: break-all;
  font-weight: 900;
  line-height: 170%;
  margin: 10px auto 60px;
  font-size: 37px;
}
@media screen and (max-width: 640px) {
  .single-news-v2 .news-container .news__main .news-title {
    line-height: 150%;
    margin: 0px auto 30px;
    font-size: 25px;
  }
}
.single-news-v2 .news-container .news__main .news__future {
  width: 100%;
  height: max-content;
}
.single-news-v2 .news-container .news__main .news__future img {
  width: 100%;
  height: auto;
}
.single-news-v2 .news-container .news__main .custom-inner {
  padding: 0;
  margin-top: 45px;
}
@media screen and (max-width: 640px) {
  .single-news-v2 .news-container .news__main .custom-inner {
    margin-top: 30px;
  }
}
.single-news-v2 .news-container .news__main .related-news,
.single-news-v2 .news-container .news__main .hot-news {
  margin: 100px 0 100px;
}
@media screen and (max-width: 640px) {
  .single-news-v2 .news-container .news__main .related-news,
  .single-news-v2 .news-container .news__main .hot-news {
    margin: 50px 0;
  }
}
.single-news-v2 .news-container .news__main .related-news__title,
.single-news-v2 .news-container .news__main .hot-news__title {
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 32px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .single-news-v2 .news-container .news__main .related-news__title,
  .single-news-v2 .news-container .news__main .hot-news__title {
    font-size: 20px;
    margin: 0 0 20px;
  }
}
.single-news-v2 .news-container .news__main .related-news__title:after,
.single-news-v2 .news-container .news__main .hot-news__title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(100% - 100px);
  height: 1px;
  background-color: #116277;
  transform: translateY(-50%);
}
.single-news-v2 .news-container .news__main .related-news__list,
.single-news-v2 .news-container .news__main .related-news .wpp-list,
.single-news-v2 .news-container .news__main .hot-news__list,
.single-news-v2 .news-container .news__main .hot-news .wpp-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 640px) {
  .single-news-v2 .news-container .news__main .related-news__list,
  .single-news-v2 .news-container .news__main .related-news .wpp-list,
  .single-news-v2 .news-container .news__main .hot-news__list,
  .single-news-v2 .news-container .news__main .hot-news .wpp-list {
    gap: 20px;
  }
}
@media screen and (max-width: 640px) {
  .single-news-v2 .news-container .news__main .related-news__list,
  .single-news-v2 .news-container .news__main .related-news .wpp-list,
  .single-news-v2 .news-container .news__main .hot-news__list,
  .single-news-v2 .news-container .news__main .hot-news .wpp-list {
    align-items: flex-start;
  }
}
.single-news-v2 .news-container .news__main .related-news__list li,
.single-news-v2 .news-container .news__main .related-news .wpp-list li,
.single-news-v2 .news-container .news__main .hot-news__list li,
.single-news-v2 .news-container .news__main .hot-news .wpp-list li {
  width: calc(50% - 15px);
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .single-news-v2 .news-container .news__main .related-news__list li,
  .single-news-v2 .news-container .news__main .related-news .wpp-list li,
  .single-news-v2 .news-container .news__main .hot-news__list li,
  .single-news-v2 .news-container .news__main .hot-news .wpp-list li {
    width: 100%;
  }
}
.single-news-v2 .news-container .news__main .related-news__list li .article-item,
.single-news-v2 .news-container .news__main .related-news .wpp-list li .article-item,
.single-news-v2 .news-container .news__main .hot-news__list li .article-item,
.single-news-v2 .news-container .news__main .hot-news .wpp-list li .article-item {
  display: flex;
  align-items: flex-start;
  gap: 12.8px;
}
.single-news-v2 .news-container .news__main .related-news__list li .article-item__img,
.single-news-v2 .news-container .news__main .related-news .wpp-list li .article-item__img,
.single-news-v2 .news-container .news__main .hot-news__list li .article-item__img,
.single-news-v2 .news-container .news__main .hot-news .wpp-list li .article-item__img {
  width: 180px;
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 640px) {
  .single-news-v2 .news-container .news__main .related-news__list li .article-item__img,
  .single-news-v2 .news-container .news__main .related-news .wpp-list li .article-item__img,
  .single-news-v2 .news-container .news__main .hot-news__list li .article-item__img,
  .single-news-v2 .news-container .news__main .hot-news .wpp-list li .article-item__img {
    width: 150px;
  }
}
.single-news-v2 .news-container .news__main .related-news__list li .article-item__img img,
.single-news-v2 .news-container .news__main .related-news .wpp-list li .article-item__img img,
.single-news-v2 .news-container .news__main .hot-news__list li .article-item__img img,
.single-news-v2 .news-container .news__main .hot-news .wpp-list li .article-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-news-v2 .news-container .news__main .related-news__list li .article-item__img .ranking,
.single-news-v2 .news-container .news__main .related-news .wpp-list li .article-item__img .ranking,
.single-news-v2 .news-container .news__main .hot-news__list li .article-item__img .ranking,
.single-news-v2 .news-container .news__main .hot-news .wpp-list li .article-item__img .ranking {
  position: absolute;
  top: -12px;
  right: 3px;
  width: 30px;
  height: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  border-radius: 100%;
  font-family: Noto Sans JP, sans-serif;
}
.single-news-v2 .news-container .news__main .related-news__list li .article-item__img .ranking.ranking-1,
.single-news-v2 .news-container .news__main .related-news .wpp-list li .article-item__img .ranking.ranking-1,
.single-news-v2 .news-container .news__main .hot-news__list li .article-item__img .ranking.ranking-1,
.single-news-v2 .news-container .news__main .hot-news .wpp-list li .article-item__img .ranking.ranking-1 {
  background: #e9cf4f;
}
.single-news-v2 .news-container .news__main .related-news__list li .article-item__img .ranking.ranking-2,
.single-news-v2 .news-container .news__main .related-news .wpp-list li .article-item__img .ranking.ranking-2,
.single-news-v2 .news-container .news__main .hot-news__list li .article-item__img .ranking.ranking-2,
.single-news-v2 .news-container .news__main .hot-news .wpp-list li .article-item__img .ranking.ranking-2 {
  background: #a4a4a4;
}
.single-news-v2 .news-container .news__main .related-news__list li .article-item__img .ranking.ranking-3,
.single-news-v2 .news-container .news__main .related-news .wpp-list li .article-item__img .ranking.ranking-3,
.single-news-v2 .news-container .news__main .hot-news__list li .article-item__img .ranking.ranking-3,
.single-news-v2 .news-container .news__main .hot-news .wpp-list li .article-item__img .ranking.ranking-3 {
  background: #a68c4e;
}
.single-news-v2 .news-container .news__main .related-news__list li .article-item__img .ranking.ranking-4,
.single-news-v2 .news-container .news__main .related-news .wpp-list li .article-item__img .ranking.ranking-4,
.single-news-v2 .news-container .news__main .hot-news__list li .article-item__img .ranking.ranking-4,
.single-news-v2 .news-container .news__main .hot-news .wpp-list li .article-item__img .ranking.ranking-4 {
  background: #116277;
}
.single-news-v2 .news-container .news__main .related-news__list li .article-item__img .ranking.ranking-5,
.single-news-v2 .news-container .news__main .related-news .wpp-list li .article-item__img .ranking.ranking-5,
.single-news-v2 .news-container .news__main .hot-news__list li .article-item__img .ranking.ranking-5,
.single-news-v2 .news-container .news__main .hot-news .wpp-list li .article-item__img .ranking.ranking-5 {
  background: #116277;
}
.single-news-v2 .news-container .news__main .related-news__list li .article-item__body,
.single-news-v2 .news-container .news__main .related-news .wpp-list li .article-item__body,
.single-news-v2 .news-container .news__main .hot-news__list li .article-item__body,
.single-news-v2 .news-container .news__main .hot-news .wpp-list li .article-item__body {
  flex: 1;
}
.single-news-v2 .news-container .news__main .related-news__list li .article-item__body p,
.single-news-v2 .news-container .news__main .related-news .wpp-list li .article-item__body p,
.single-news-v2 .news-container .news__main .hot-news__list li .article-item__body p,
.single-news-v2 .news-container .news__main .hot-news .wpp-list li .article-item__body p {
  font-weight: 900;
  font-size: 13.5px;
  line-height: 130%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .single-news-v2 .news-container .news__main .related-news__list li .article-item__body p,
  .single-news-v2 .news-container .news__main .related-news .wpp-list li .article-item__body p,
  .single-news-v2 .news-container .news__main .hot-news__list li .article-item__body p,
  .single-news-v2 .news-container .news__main .hot-news .wpp-list li .article-item__body p {
    font-size: 13px;
  }
}
.single-news-v2 .news-container .news__main .newer-and-older-news .newer-news,
.single-news-v2 .news-container .news__main .newer-and-older-news .older-news {
  width: 100%;
}
.single-news-v2 .news-container .news__main .newer-and-older-news .newer-news article,
.single-news-v2 .news-container .news__main .newer-and-older-news .older-news article {
  position: relative;
}
.single-news-v2 .news-container .news__main .newer-and-older-news .newer-news article a,
.single-news-v2 .news-container .news__main .newer-and-older-news .older-news article a {
  padding-top: 15px;
  display: flex;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 640px) {
  .single-news-v2 .news-container .news__main .newer-and-older-news .newer-news article a,
  .single-news-v2 .news-container .news__main .newer-and-older-news .older-news article a {
    padding-top: 0;
    gap: 12.8px;
  }
}
.single-news-v2 .news-container .news__main .newer-and-older-news .newer-news article a:after,
.single-news-v2 .news-container .news__main .newer-and-older-news .older-news article a:after {
  content: none;
}
.single-news-v2 .news-container .news__main .newer-and-older-news .newer-news article a .trigBase2,
.single-news-v2 .news-container .news__main .newer-and-older-news .older-news article a .trigBase2 {
  aspect-ratio: 16/9;
}
@media screen and (max-width: 640px) {
  .single-news-v2 .news-container .news__main .newer-and-older-news .newer-news article a .trigBase2,
  .single-news-v2 .news-container .news__main .newer-and-older-news .older-news article a .trigBase2 {
    aspect-ratio: 3/2;
    width: 150px;
  }
}
.single-news-v2 .news-container .news__main .newer-and-older-news .newer-news article a .titleWrap,
.single-news-v2 .news-container .news__main .newer-and-older-news .older-news article a .titleWrap {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .single-news-v2 .news-container .news__main .newer-and-older-news .newer-news article a .titleWrap,
  .single-news-v2 .news-container .news__main .newer-and-older-news .older-news article a .titleWrap {
    flex: 1;
  }
}
.single-news-v2 .news-container .news__main .newer-and-older-news .newer-news article a .titleWrap .title,
.single-news-v2 .news-container .news__main .newer-and-older-news .older-news article a .titleWrap .title {
  font-weight: 900;
  font-size: 16px;
  margin: 0 0 25px;
}
@media screen and (max-width: 640px) {
  .single-news-v2 .news-container .news__main .newer-and-older-news .newer-news article a .titleWrap .title,
  .single-news-v2 .news-container .news__main .newer-and-older-news .older-news article a .titleWrap .title {
    font-size: 13px;
    margin: 0 0 15px;
    line-height: 150%;
  }
}
.single-news-v2 .news-container .news__main .newer-and-older-news .newer-news article a .titleWrap time,
.single-news-v2 .news-container .news__main .newer-and-older-news .older-news article a .titleWrap time {
  letter-spacing: 0;
  font-weight: 900;
  font-size: 14px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .single-news-v2 .news-container .news__main .newer-and-older-news .newer-news article a .titleWrap time,
  .single-news-v2 .news-container .news__main .newer-and-older-news .older-news article a .titleWrap time {
    font-size: 11px;
  }
}
.single-news-v2 .news-container .news__main .newer-and-older-news .newer-news article:before,
.single-news-v2 .news-container .news__main .newer-and-older-news .older-news article:before {
  content: "NEWER";
  position: absolute;
  top: -30px;
  left: 0;
  width: 100px;
  color: rgba(0, 0, 0, 0.135);
  width: 100px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 900;
}
.single-news-v2 .news-container .news__main .newer-and-older-news .newer-news article:after,
.single-news-v2 .news-container .news__main .newer-and-older-news .older-news article:after {
  content: "";
  position: absolute;
  top: -21px;
  right: 0;
  width: calc(100% - 100px);
  height: 1px;
  background-color: rgba(0, 0, 0, 0.135);
}
.single-news-v2 .news-container .news__main .newer-and-older-news .older-news {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .single-news-v2 .news-container .news__main .newer-and-older-news .older-news {
    margin-top: 50px;
  }
}
.single-news-v2 .news-container .news__main .newer-and-older-news .older-news article:before {
  content: "OLDER";
  position: absolute;
  top: -30px;
  left: unset;
  text-align: right;
  right: 0;
}
.single-news-v2 .news-container .news__main .newer-and-older-news .older-news article:after {
  content: "";
  position: absolute;
  top: -21px;
  left: 0;
  width: calc(100% - 100px);
  height: 1px;
  background-color: rgba(0, 0, 0, 0.135);
}
.single-news-v2 .news-container .news__main .view-all {
  margin: 100px auto 0;
}
@media screen and (max-width: 640px) {
  .single-news-v2 .news-container .news__main .view-all {
    margin: 60px auto 0;
  }
}
.single-news-v2 .news-container .news__sidebar {
  width: 33.3333333333%;
  padding-top: 30px;
}
.single-news-v2 .news-container .news__sidebar .sidebar__bottom.form-sec {
  position: sticky;
  top: 215px;
}
.single-news-v2 .news-container .search-sec {
  display: flex;
  width: 100%;
  align-items: center;
  border: 2px solid #116277;
  border-radius: 5px;
}
@media screen and (max-width: 640px) {
  .single-news-v2 .news-container .search-sec {
    margin-bottom: 25px;
    margin-top: 5px;
  }
  .single-news-v2 .news-container .search-sec .search-icon {
    height: 20px;
    width: 20px;
  }
}
.single-news-v2 .news-container .search-sec .search-input {
  border: none;
  background: transparent;
}
.single-news-v2 .news-container .search-sec .search-input::placeholder {
  color: #d2d2d2;
}
.single-news-v2 .news-container .search-sec button {
  height: 100%;
  width: max-content;
  background: #116277;
  border: none;
  padding: 10px;
}
@media screen and (max-width: 640px) {
  .single-news-v2 .news-container .search-sec button {
    padding: 10px 20px;
  }
}
.single-news-v2 .news-container .category-news {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .single-news-v2 .news-container .category-news {
    margin: 50px 0;
  }
}
.single-news-v2 .news-container .category-news__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-news-v2 .news-container .category-news__title p {
  font-weight: 600;
  font-size: 16px;
  margin: 0;
  padding-right: 20px;
}
.single-news-v2 .news-container .category-news__title span {
  display: inline-block;
  flex: 1;
  height: 1px;
  background-color: #116277;
}
.single-news-v2 .news-container .category-news__list {
  margin-top: 20px;
}
.single-news-v2 .news-container .category-news__list ul {
  display: flex;
  justify-content: center;
  gap: 13px;
}
@media screen and (max-width: 640px) {
  .single-news-v2 .news-container .category-news__list ul {
    flex-direction: column;
    gap: 0;
  }
}
.single-news-v2 .news-container .category-news__list ul li {
  padding: 8px 12px;
  border-bottom: 1px solid #e4e4e4;
  flex: 1;
}
.single-news-v2 .news-container .category-news__list ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-news-v2 .news-container .category-news__list ul li a p {
  margin: 0;
  font-size: 13px;
  line-height: 170%;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 600;
}
.single-news-v2 .news-container .document-sec {
  background-color: #116277;
}
@media screen and (max-width: 640px) {
  .single-news-v2 .news-container .document-sec {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
  }
}
.single-news-v2 .news-container .document-sec .sidebar__top__title {
  padding: 16px 10px;
}
.single-news-v2 .news-container .document-sec .sidebar__top__title .large-title {
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.2em;
}
.single-news-v2 .news-container .document-sec .sidebar__top__title .large-title span {
  font-size: 10px;
}
.single-news-v2 .news-container .document-sec .sidebar__top__title .small-title {
  text-align: center;
  font-size: 10.5px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.2em;
}
.single-news-v2 .news-container .document-sec .sidebar__top__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 25px 20px;
  background-color: #f1f1f1;
  text-align: center;
}
.single-news-v2 .news-container .document-sec .sidebar__top__content .note {
  font-size: 9px;
  color: #9b9b9b;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  font-family: Noto Sans JP, sans-serif;
  position: relative;
  margin-left: 20px;
  margin-bottom: 10px;
}
.single-news-v2 .news-container .document-sec .sidebar__top__content .note::before {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  left: -18px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  background-image: url(../../images/single-news/b-chev.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.single-news-v2 .news-container .document-sec .sidebar__top__content .main-document-thumb {
  width: 100%;
  height: auto;
}
.single-news-v2 .news-container .document-sec .sidebar__top__content .main-document-thumb img {
  width: 100%;
  height: auto;
}
.single-news-v2 .news-container .download-form {
  max-height: calc(100vh - 216px);
  width: 100%;
  flex-direction: row;
  background-color: transparent;
  padding: 0;
  position: relative;
}
.single-news-v2 .news-container .download-form .download-form--block {
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 220px);
  overflow-y: auto;
  padding: 30px 5% 0;
  background-color: #116277;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.single-news-v2 .news-container .download-form .download-form--block::-webkit-scrollbar {
  display: none;
}
.single-news-v2 .news-container .download-form .download-form--block .wpcf7-form .formBtnWrap {
  width: 100%;
  min-width: unset;
}
.single-news-v2 .news-container .download-form .download-form--block .form-container p {
  color: #fff;
}
.single-news-v2 .news-container .download-form .download-form--block .form-container .form-table > tbody > tr {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
}
.single-news-v2 .news-container .download-form .download-form--block .form-container .form-table > tbody > tr textarea,
.single-news-v2 .news-container .download-form .download-form--block .form-container .form-table > tbody > tr input,
.single-news-v2 .news-container .download-form .download-form--block .form-container .form-table > tbody > tr select {
  background: #fff;
}
.single-news-v2 .news-container .download-form .download-form--block .form-container .form-table > tbody > tr > th {
  vertical-align: middle;
  padding-left: 55px;
  position: relative;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  border: none;
}
.single-news-v2 .news-container .download-form .download-form--block .form-container .form-table > tbody > tr > th::before {
  content: "任意";
  background-color: #000;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  display: block;
  font-size: 12px;
  line-height: 22px;
  height: 22px;
  padding: 0 8px;
}
.single-news-v2 .news-container .download-form .download-form--block .form-container .form-table > tbody > tr > td {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 20px;
  border: none;
  vertical-align: middle;
}
.single-news-v2 .news-container .download-form .download-form--block .form-container .form-table > tbody > tr.require > th::before {
  content: "必須";
  background-color: #00c850;
}
.single-news-v2 .news-container .download-form .download-form--block .form-container tbody > tr > td {
  padding-bottom: 25px;
}
.single-news-v2 .news-container .download-form .download-form--block .form-container tbody > tr > td span.wpcf7-form-control.wpcf7-radio {
  display: flex;
  gap: 35px;
}
.single-news-v2 .news-container .download-form .download-form--block .form-container tbody > tr > td span.wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  margin: 0;
  position: relative;
  padding-left: 25px;
}
.single-news-v2 .news-container .download-form .download-form--block .form-container tbody > tr > td span.wpcf7-form-control.wpcf7-radio input[type=radio]:before {
  background-color: #00c850;
}
.single-news-v2 .news-container .download-form .download-form--block .agreement p {
  color: #fff;
}
.single-news-v2 .news-container .download-form .download-form--block .agreement p a {
  color: #fff;
  text-decoration: underline;
}
.single-news-v2 .news-container .download-form .download-form--block .agreement .wpcf7-form-control-wrap .wpcf7-list-item .wpcf7-list-item-label {
  margin-left: 20px;
}
.single-news-v2 .news-container .download-form .download-form--block .agreement input[type=checkbox] {
  border-radius: 100%;
}
.single-news-v2 .news-container .download-form .download-form--block .agreement input[type=checkbox]::before {
  background-color: #00c850;
  border-radius: 100%;
}
.single-news-v2 .news-container .download-form .download-form--block .btn.send p input {
  background: #ED8A3F;
  border-radius: 50px;
  border: none;
  font-weight: bold;
  padding: 13px 5% 13px 3%;
  transition: 0.3s;
  font-size: 13px;
  color: #fff;
}
.single-news-v2 .news-container .download-form::before {
  content: "";
  position: absolute;
  top: 10px;
  right: -20px;
  width: 10px;
  height: 10px;
  background-image: url("../../images/attention_icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.single-news-v2 .news-container .download-form::after {
  content: "スクロールしながら必要事項を入力してください";
  position: absolute;
  top: 25px;
  right: -30px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height: 100%;
  font-family: Noto Sans JP, sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
}
.single-news-v2 .news-container .wpcf7-select {
  appearance: auto;
}
.single-news-v2 .news-container .popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  z-index: 10000;
}
.single-news-v2 .news-container .slideshow-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.single-news-v2 .news-container .carousel {
  display: flex;
  transition: transform 0.5s ease-in-out;
  height: 48vh;
}
.single-news-v2 .news-container .slide {
  flex: 0 0 30%;
  transition: opacity 0.5s, transform 0.5s;
  clip-path: inset(0 29% 0 29%);
  position: relative;
}
.single-news-v2 .news-container .slide img {
  width: 100%;
  height: 100%;
}
.single-news-v2 .news-container .slide.active {
  flex: 0 0 40%;
  clip-path: inset(0 0 0 0);
  padding: 0 60px;
}
.single-news-v2 .news-container .close-btn {
  display: flex;
  justify-content: center;
  align-items: anchor-center;
  position: absolute;
  left: 50%;
  bottom: 12%;
  transform: translateX(-50%);
  color: white;
  font-size: 16px;
  cursor: pointer;
  background-color: #ed8a3f;
  padding: 10px 20px;
  width: 233px;
  text-align: center;
  border-radius: 50px;
  border: none;
  font-weight: 500;
}
.single-news-v2 .news-container .close-btn-pc {
  height: 27px;
  width: 27px;
  margin-bottom: 2px;
}
.single-news-v2 .news-container .close-btn-mobile {
  display: none;
}
.single-news-v2 .news-container .slide-left {
  clip-path: inset(0 0 0 75%) !important;
}
.single-news-v2 .news-container .slide-right {
  clip-path: inset(0 75% 0 0) !important;
}
.single-news-v2 .news-container .nav-btn {
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: black;
  cursor: pointer;
  font-size: 24px;
  padding: 12px;
  border-radius: 50%;
  z-index: 10;
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-news-v2 .news-container .prev {
  left: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 15px;
}
.single-news-v2 .news-container .prev img {
  margin-left: 5px;
}
.single-news-v2 .news-container .prev img, .single-news-v2 .news-container .next img {
  width: 23px;
  height: 23px;
}
.single-news-v2 .news-container .next {
  right: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
}
.single-news-v2 .news-container .next img {
  margin-right: 5px;
}
.single-news-v2 .news-container .prev span, .single-news-v2 .news-container .next span {
  color: white;
  font-size: 15px;
  letter-spacing: 2px;
}

.recruitSite-the-header {
  height: 209px !important;
}
@media (max-width: 1280px) {
  .recruitSite-the-header {
    height: 175px !important;
  }
}
@media (max-width: 640px) {
  .recruitSite-the-header {
    height: 73px !important;
  }
}

@media (max-width: 768px) {
  .popup {
    height: 100vh;
  }
  .slide-left,
  .slide-right {
    display: none;
  }
  .close-btn {
    display: none;
  }
  .single-news-v2 .news-container .carousel {
    display: unset;
    gap: 0;
    height: unset;
  }
  .single-news-v2 .news-container .prev {
    left: 0 !important;
  }
  .single-news-v2 .news-container .next {
    right: 0 !important;
  }
  .prev img, .next img {
    width: 20px;
    height: 20px;
  }
  .no-scroll {
    overflow: hidden;
    height: 100vh;
  }
  .close-btn {
    display: none !important;
  }
  .close-btn-mobile {
    display: inline !important;
    position: absolute;
    top: 30px;
    color: white;
    right: 20px;
  }
  .close-btn-mobile img {
    width: 50px;
    height: 50px;
  }
  .single-news-v2 .news-container .document-sec .sidebar__top__title .small-title {
    font-weight: normal;
  }
  .single-news-v2 .news-container .document-sec .sidebar__top__content {
    background-color: white;
  }
  .single-news-v2 .news-container .download-form {
    max-height: unset;
  }
  .single-news-v2 .news-container .download-form .wpcf7-form-control-wrap input, .single-news-v2 .news-container .download-form .wpcf7-form-control-wrap textarea, .single-news-v2 .news-container .download-form .wpcf7-form-control-wrap select {
    border: 1px solid #CFCFCF;
  }
  .single-news-v2 .news-container .download-form .download-form--block {
    max-height: unset;
    background-color: white;
  }
  .single-news-v2 .news-container .download-form .download-form--block .agreement p, .single-news-v2 .news-container .download-form .download-form--block .agreement p a {
    color: #020202;
  }
  .single-news-v2 .news-container .download-form .download-form--block .agreement input[type=checkbox]::before {
    background-color: #0091B3;
  }
  .single-news-v2 .news-container .download-form .download-form--block .form-container .form-table > tbody > tr {
    gap: 10px;
  }
  .single-news-v2 .news-container .download-form .download-form--block .form-container .form-table > tbody > tr textarea,
  .single-news-v2 .news-container .download-form .download-form--block .form-container .form-table > tbody > tr input,
  .single-news-v2 .news-container .download-form .download-form--block .form-container .form-table > tbody > tr select {
    background: #EFEFEF;
  }
  .single-news-v2 .news-container .download-form .download-form--block .form-container .form-table > tbody > tr input {
    background-color: #EFEFEF;
  }
  .single-news-v2 .news-container .download-form .download-form--block .form-container tbody > tr > td span.wpcf7-form-control.wpcf7-radio input[type=radio]:before {
    background-color: #0091B3;
  }
  .single-news-v2 .news-container .download-form .download-form--block .form-container .wpcf7-list-item-label, .single-news-v2 .news-container .download-form .download-form--block .form-container p {
    color: #020202;
  }
  .single-news-v2 .news-container .download-form .download-form--block .form-container .form-table > tbody > tr.require > th::before {
    background-color: #0091B3;
  }
  .single-news-v2 .news-container .download-form::after {
    display: none;
  }
  .single-news-v2 .news-container .download-form::before {
    display: none;
  }
}

/*# sourceMappingURL=single-news-v2.css.map */
