.both_border1:before {
  z-index: 0;
}

.column_wrapper_inner {
  width: 87%;
  margin: 0 auto;
  padding: 430px 0 120px;
}
@media (max-width: 1290px) {
  .column_wrapper_inner {
    width: calc(100% - 90px);
  }
}
@media (max-width: 480px) {
  .column_wrapper_inner {
    width: calc(100% - 60px);
    padding-bottom: 65px;
    padding-top: 65px;
  }
}

.column_wrapper {
  display: flex;
  gap: 4%;
}
@media (max-width: 950px) {
  .column_wrapper {
    display: block;
  }
}
.column_wrapper .single_column_con {
  width: 70%;
}
@media (max-width: 950px) {
  .column_wrapper .single_column_con {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .column_wrapper .single_column_con {
    width: 100%;
    margin-bottom: 30px;
  }
}
.column_wrapper .single_column_con .a_inner .a_ttl {
  font-size: 42px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .column_wrapper .single_column_con .a_inner .a_ttl {
    font-size: 28px;
  }
}
.column_wrapper .single_column_con .a_inner .cat_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  .column_wrapper .single_column_con .a_inner .cat_wrap {
    margin-bottom: 30px;
  }
}
.column_wrapper .single_column_con .a_inner .cat_wrap .cat_b {
  font-size: 13px;
  border: 1px solid #20272e;
  padding: 2px 5px;
}
.column_wrapper .single_column_con .a_inner .s_column_con .s_column_thumb img {
  width: 100%;
  height: 100%;
}
.column_wrapper .single_column_con .a_inner .s_column_con .s_column_txt {
  margin-bottom: 50px;
  margin-top: 30px;
}
.column_wrapper .single_column_con .a_inner .s_column_con .s_column_content_con .s_column_content {
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  .column_wrapper .single_column_con .a_inner .s_column_con .s_column_content_con .s_column_content {
    margin-bottom: 30px;
  }
}
.column_wrapper .single_column_con .a_inner .s_column_con .s_column_content_con .s_column_content:last-of-type {
  padding-bottom: 80px;
}
@media (max-width: 480px) {
  .column_wrapper .single_column_con .a_inner .s_column_con .s_column_content_con .s_column_content:last-of-type {
    padding-bottom: 50px;
  }
}
.column_wrapper .single_column_con .a_inner .s_column_con .s_column_content_con .s_column_content .s_c_ttl {
  border-top: 1px solid #0068e2;
  padding-top: 30px;
  font-size: 38px;
}
@media (max-width: 480px) {
  .column_wrapper .single_column_con .a_inner .s_column_con .s_column_content_con .s_column_content .s_c_ttl {
    font-size: 24px;
  }
}
.column_wrapper .single_column_con .a_inner .s_column_con .s_column_content_con .s_column_content .s_c_txt {
  margin-top: 30px;
}
.column_wrapper .single_column_con .a_inner .s_column_con .s_column_content_con .s_column_content:last-of-type {
  margin-bottom: 0;
}

.sidebar {
  width: 300px;
}
@media (max-width: 950px) {
  .sidebar {
    width: 100%;
  }
}
.sidebar .rank_con1 .s_ttl {
  width: 300px;
  position: relative;
  background: #20272e;
  padding: 6px 32px 6px 12px;
}
.sidebar .rank_con1 .s_ttl span {
  color: #fff;
}
.sidebar .rank_con1 .s_ttl:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -17px;
  background-image: url(../img/l-sub-ttl-deco.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  content: "";
  width: 34px;
  height: 4px;
}
.sidebar .rank_con1 .s_con .s_b a {
  display: flex;
  gap: 25px;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
@media (max-width: 950px) {
  .sidebar .rank_con1 .s_con .s_b a {
    justify-content: flex-start;
  }
}
.sidebar .rank_con1 .s_con .s_b a .left {
  width: 120px;
  flex: 0 0 120px;
}
.sidebar .rank_con1 .s_con .s_b a .left img {
  width: 100%;
  height: 80px;
}
.sidebar .rank_con1 .s_con .s_b a .right {
  font-weight: 500;
}
.sidebar .rank_con1 .s_con .s_b:first-of-type {
  border-bottom: none;
}
.sidebar .rank_con2 .s_ttl {
  width: 300px;
  position: relative;
  background: #20272e;
  padding: 6px 32px 6px 12px;
  margin-bottom: 20px;
}
.sidebar .rank_con2 .s_ttl span {
  color: #fff;
}
.sidebar .rank_con2 .s_ttl:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -17px;
  background-image: url(../img/l-sub-ttl-deco.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  content: "";
  width: 34px;
  height: 4px;
}
.sidebar .rank_con2 .cat_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.sidebar .rank_con2 .cat_wrap .cat_b {
  font-size: 13px;
  border: 1px solid #20272e;
  padding: 2px 5px;
}

.sec_wrap {
  position: relative;
  background: #20272e;
}
.sec_wrap:after {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  z-index: 5;
}
.sec_wrap .wrap {
  display: flex;
  width: 100%;
}
@media (max-width: 750px) {
  .sec_wrap .wrap {
    display: block;
  }
}
.sec_wrap .wrap .s_w_b:hover a .s_w_upper_b .s_w_btn:after {
  border-color: #484131;
  transform-origin: left top;
  transform: scale(1, 1);
}
.sec_wrap .wrap .s_w_b:hover a .s_w_upper_b .s_w_btn .text-button2__anchor:before {
  -webkit-animation: arrow-line 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
  animation: arrow-line 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
}
.sec_wrap .wrap .s_w_b:hover a .s_w_lower_b img {
  transform: scale(1.1);
}
.sec_wrap .wrap .s_w_b a .s_w_upper_b .s_w_txt_con {
  padding-left: 6.5%;
}
@media (max-width: 1290px) {
  .sec_wrap .wrap .s_w_b a .s_w_upper_b .s_w_txt_con {
    padding-left: 0;
  }
}
.sec_wrap .wrap .s_w_b a .s_w_upper_b .w_ttl {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  line-height: 0.755;
}
@media (max-width: 480px) {
  .sec_wrap .wrap .s_w_b a .s_w_upper_b .w_ttl {
    line-height: 1.25;
  }
}
.sec_wrap .wrap .s_w_b a .s_w_upper_b .w_ttl span {
  position: relative;
  font-size: 40px;
  color: #fff;
  top: -3px;
  margin: 0px clamp(50px, 3.448vw, 75px);
  margin-left: 60px;
}
@media (max-width: 480px) {
  .sec_wrap .wrap .s_w_b a .s_w_upper_b .w_ttl span {
    top: -1px;
    font-size: 24px;
    margin-left: 41px;
  }
}
.sec_wrap .wrap .s_w_b a .s_w_upper_b .w_ttl span:before {
  position: absolute;
  background-image: url(../img/ttl-deco.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 8px;
  height: 8px;
  content: "";
  left: -13px;
  transform: translateY(3px);
}
@media (max-width: 480px) {
  .sec_wrap .wrap .s_w_b a .s_w_upper_b .w_ttl span:before {
    width: 5px;
    height: 5px;
    transform: translateY(1px);
    left: -10px;
  }
}
.sec_wrap .wrap .s_w_b a .s_w_upper_b .w_ttl span:after {
  position: absolute;
  background-image: url(../img/ttl-deco.svg);
  transform: rotate(180deg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 8px;
  height: 8px;
  content: "";
  bottom: 8px;
  transform: rotate(180deg);
}
@media (max-width: 480px) {
  .sec_wrap .wrap .s_w_b a .s_w_upper_b .w_ttl span:after {
    bottom: 0;
    width: 5px;
    height: 5px;
    transform: translateX(3px) rotate(180deg);
  }
}
.sec_wrap .wrap .s_w_b a .s_w_upper_b .e_txt {
  padding: 30px clamp(50px, 3.448vw, 75px);
  color: #fff;
}
@media (max-width: 1290px) {
  .sec_wrap .wrap .s_w_b a .s_w_upper_b .e_txt {
    padding: 30px 46px;
  }
}
@media (max-width: 480px) {
  .sec_wrap .wrap .s_w_b a .s_w_upper_b .e_txt {
    font-size: 14px;
    padding: 15px 30px;
  }
}
.sec_wrap .wrap .s_w_b a .s_w_upper_b .s_w_btn {
  margin-right: clamp(50px, 3.448vw, 75px);
  width: 210px;
  margin-left: auto;
  transform: translateX(-40px);
}
@media (max-width: 480px) {
  .sec_wrap .wrap .s_w_b a .s_w_upper_b .s_w_btn {
    margin-right: auto;
    margin-left: 30px;
    transform: translateX(0);
  }
}
.sec_wrap .wrap .s_w_b a .s_w_upper_b .s_w_btn:after {
  background: #fff;
  height: 1px;
}
.sec_wrap .wrap .s_w_b a .s_w_upper_b .s_w_btn span {
  color: #fff;
}
.sec_wrap .wrap .s_w_b a .s_w_upper_b.sec .s_w_txt_con {
  padding-left: 0;
  padding-right: 6.5%;
}
@media (max-width: 1290px) {
  .sec_wrap .wrap .s_w_b a .s_w_upper_b.sec .s_w_txt_con {
    padding-right: 0;
  }
}
@media (max-width: 750px) {
  .sec_wrap .wrap .s_w_b a .s_w_upper_b.sec {
    padding-top: 65px;
  }
}
@media (max-width: 480px) {
  .sec_wrap .wrap .s_w_b a .s_w_upper_b.sec {
    padding-top: 30px;
  }
}
.sec_wrap .wrap .s_w_b a .s_w_lower_b {
  position: relative;
  margin-top: 60px;
  overflow: hidden;
  height: clamp(250px, 17.241vw, 375px);
  z-index: 8;
  width: 100%;
}
@media (max-width: 480px) {
  .sec_wrap .wrap .s_w_b a .s_w_lower_b {
    margin-top: 30px;
    height: 200px;
  }
}
.sec_wrap .wrap .s_w_b a .s_w_lower_b img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: clamp(250px, 17.241vw, 375px);
  transition: 0.5s;
}
@media (max-width: 480px) {
  .sec_wrap .wrap .s_w_b a .s_w_lower_b img {
    height: 200px;
  }
}

.sec_wrap .wrap .s_w_b a .s_w_upper_b.sec {
  width: 100%;
  padding: 70px 0;
}

.sec_wrap .wrap .s_w_b .bg a {
  display: block;
  justify-content: space-between;
  width: 100%;
}

.sec_wrap .wrap .s_w_b a .s_w_lower_b {
  margin-top: 0px;
}

.s_w_upper_b:after {
  position: absolute;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  right: 6.5%;
  z-index: 5;
}
@media (max-width: 1290px) {
  .s_w_upper_b:after {
    right: 45px;
  }
}
@media (max-width: 480px) {
  .s_w_upper_b:after {
    right: 30px;
  }
}

.both_border2:after {
  z-index: 4;
}

.s_w_upper_b:before {
  position: absolute;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  left: 6.5%;
  z-index: 5;
}
@media (max-width: 1290px) {
  .s_w_upper_b:before {
    left: 45px;
  }
}
@media (max-width: 480px) {
  .s_w_upper_b:before {
    left: 30px;
  }
}

@media (max-width: 950px) {
  .sec_wrap {
    padding: 0;
  }
  .sec_wrap .wrap .s_w_b a .s_w_upper_b.sec:after {
    display: none;
  }
  .sec_wrap .wrap .s_w_b a .s_w_upper_b.sec.sec2:before {
    display: none;
  }
  .sec_wrap .wrap .s_w_b a .s_w_upper_b.sec.sec2:after {
    display: block;
  }
}
@media (max-width: 750px) {
  .sec_wrap {
    padding: 0;
  }
  .sec_wrap .wrap .s_w_b a .s_w_upper_b.sec:after {
    display: block;
  }
  .sec_wrap .wrap .s_w_b a .s_w_upper_b.sec.sec2:before {
    display: block;
  }
}
.index_sec {
  margin-bottom: 50px;
  background: #fafafa;
}
.index_sec .index_con {
  position: relative;
  padding: 50px;
  border: 1px solid #eee;
}
@media (max-width: 480px) {
  .index_sec .index_con {
    padding: 20px;
  }
}
.index_sec .index_con:before {
  position: absolute;
  top: -10px;
  content: "INDEX";
  font-size: 12px;
  left: 20px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}
.index_sec .index_con .index_b {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}
.index_sec .index_con .index_b:first-of-type {
  padding-top: 0;
}
.index_sec .index_con .index_b .index_main_ttl {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 10px;
}
.index_sec .index_con .index_b ul {
  padding: 10px;
  padding-bottom: 0;
}
.index_sec .index_con .index_b ul li {
  padding-bottom: 10px;
  font-size: 15px;
}
.index_sec .index_con .index_b ul li:last-of-type {
  padding-bottom: 0;
}

.single-nav {
  border-top: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 30px;
}

.b_btn_b {
  display: inline-block;
}
.b_btn_b a {
  display: block;
  position: relative;
  font-size: 18px;
  padding-left: 30px;
  color: #0068e2;
  width: 132px !important;
}
.b_btn_b a:hover:before {
  -webkit-animation: arrow-line-p 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
  animation: arrow-line-p 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
}
.b_btn_b a:before {
  content: "";
  background-image: url(../img/btn-back--arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 10px;
  height: 6px;
  position: absolute;
  left: 5px;
  z-index: 5;
  top: 14px;
}
.b_btn_b a:after {
  position: absolute;
  top: 4px;
  left: 0;
  background-image: url(../img/btn-hover-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  content: "";
  z-index: 4;
}
.b_btn_b2 {
  display: inline-block;
}
.b_btn_b2 a {
  display: block;
  position: relative;
  font-size: 18px;
  padding-left: 30px;
  color: #0068e2;
  width: 132px !important;
}
.b_btn_b2 a:hover:before {
  -webkit-animation: arrow-line-p 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
  animation: arrow-line-p 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
}
.b_btn_b2 a:before {
  content: "";
  background-image: url(../img/btn-hover-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 10px;
  height: 6px;
  position: absolute;
  right: 5px;
  z-index: 5;
  top: 11px;
}
.b_btn_b2 a:after {
  position: absolute;
  top: 4px;
  right: 0;
  background-image: url(../img/btn-hover-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  content: "";
  z-index: 4;
}
.heading-link--back .text-button1__anchor:hover::before {
  -webkit-animation: arrow-line-left 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
  animation: arrow-line-left 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
}

.heading-link--back .text-button1__anchor:hover::after {
  transform-origin: right bottom;
}

@-webkit-keyframes arrow-line-left {
  0% {
    transform: translateX(0) translateY(-3px) scaleX(1);
    transform-origin: left center;
  }
  50% {
    transform: translateX(-8px) translateY(-3px) scaleX(-0.1);
    transform-origin: left center;
  }
  50.1% {
    transform: translateX(8px) translateY(-5px) scaleX(0);
    transform-origin: right center;
  }
  100% {
    transform: translateX(0) translateY(-3px) scaleX(1);
    transform-origin: right center;
  }
}
@keyframes arrow-line-left {
  0% {
    transform: translateX(0) translateY(-3px) scaleX(1);
    transform-origin: left center;
  }
  50% {
    transform: translateX(-8px) translateY(-3px) scaleX(-0.1);
    transform-origin: left center;
  }
  50.1% {
    transform: translateX(8px) translateY(-3px) scaleX(0);
    transform-origin: right center;
  }
  100% {
    transform: translateX(0) translateY(-3px) scaleX(1);
    transform-origin: right center;
  }
}/*# sourceMappingURL=single-column.css.map */