/* arguments inittial */
/* font style */
/* site style */
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
.column {
  position: relative;
}

.column #wrap {
  overflow: hidden;
  color: #333333;
}

.column #wrap .title-heading {
  max-width: calc(100% - 166px);
}

@media (max-width: 767px) {
  .column #wrap .title-heading {
    max-width: calc(100% - 36px);
    margin-bottom: 20px;
  }
}

.column #wrap .title-heading__en {
  font-size: 10.2489vw;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .column #wrap .title-heading__en {
    font-size: 66px;
    font-size: 6.6rem;
    line-height: 0.90909em;
    padding-top: 4px;
    white-space: inherit;
  }
}

@media (max-width: 767px) {
  .column #wrap .title-heading__ja {
    margin-top: 17px;
  }
}

.column .wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 64px auto 172px;
  max-width: calc(100% - 166px);
  justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .column .wrapper {
    max-width: calc(100% - 30px);
  }
}

@media (max-width: 767px) {
  .column .wrapper {
    max-width: calc(100% - 36px);
    flex-wrap: wrap;
    margin: 48px auto 83px;
  }
}

.column .wrapper .content {
  width: calc(925 / 1200 * 100%);
}

@media (max-width: 767px) {
  .column .wrapper .content {
    width: 100%;
  }
}

.column .wrapper .sidebar {
  margin: 3px auto 0 85px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .column .wrapper .sidebar {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .column .wrapper .sidebar {
    margin: 0 auto;
  }
}

.column-detail {
  position: relative;
}

.column-detail #wrap {
  overflow: hidden;
  color: #333333;
}

@media (min-width: 768px) {
  .column-detail #wrap {
    padding-top: 104px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1200px) {
  .column-detail .breadcrumb {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .column-detail .breadcrumb {
    padding: 8px 17px;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .column-detail .breadcrumb::-webkit-scrollbar {
    display: none;
  }
  .column-detail .breadcrumb .item {
    white-space: nowrap;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1200px) {
  .column-detail .column-info {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .column-detail .column-info {
    padding: 0;
  }
}

.column-detail .column-info .subpage {
  margin-bottom: 27px;
}

@media (max-width: 767px) {
  .column-detail .column-info .subpage {
    margin: 15px auto 0;
  }
}

.column-detail .column-info .info {
  color: #00469d;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 35px;
  position: relative;
}

@media (max-width: 767px) {
  .column-detail .column-info .info {
    padding-left: 10px;
    margin-bottom: 0;
    margin-top: 12px;
  }
}

.column-detail .column-info .info::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 96px;
  background: #00469d;
  left: 37px;
  top: 20px;
}

@media (max-width: 767px) {
  .column-detail .column-info .info::after {
    left: 21px;
    top: 10px;
    height: 76px;
  }
}

.column-detail .column-info .info__date {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1em;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  margin-right: 23px;
  position: absolute;
  top: 21px;
  left: 2px;
  writing-mode: vertical-lr;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .column-detail .column-info .info__date {
    font-size: 14px;
    font-size: 1.4rem;
    top: 10px;
    margin-right: 14px;
    transform: rotate(-180deg);
    left: 0;
  }
}

.column-detail .column-info .info__title {
  font-size: 52px;
  font-size: 5.2rem;
  line-height: 1.61538em;
  letter-spacing: 0.04em;
  font-weight: 700;
  position: relative;
  color: #00469d;
  margin: 0 0 0 87px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .column-detail .column-info .info__title {
    margin-left: 50px;
    font-size: 40px;
    font-size: 4rem;
  }
}

@media (max-width: 767px) {
  .column-detail .column-info .info__title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.58333em;
    letter-spacing: 0.05em;
    margin-bottom: 0;
    margin-left: 26px;
  }
}

.column-detail .wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 83px auto 196px;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .column-detail .wrapper {
    max-width: 1100px;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .column-detail .wrapper {
    max-width: calc(100% - 40px);
    margin-top: 78px;
  }
}

@media (max-width: 767px) {
  .column-detail .wrapper {
    max-width: 100%;
    flex-wrap: wrap;
    margin: 0 auto 86px;
  }
}

.column-detail .wrapper .content {
  max-width: 810px;
  width: 100%;
}

@media (max-width: 767px) {
  .column-detail .wrapper .content {
    width: 100%;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .column-detail .wrapper .sidebar {
    margin-top: 3px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .column-detail .wrapper .sidebar {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .column-detail .wrapper .sidebar {
    display: none;
    margin-left: auto;
  }
}

.column-detail .news-detail__img {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .column-detail .news-detail__img {
    margin: 30px auto 0;
  }
}

.column-detail .news-detail__img ~ div .news-detail__desc {
  margin-top: 30px !important;
}

@media (max-width: 767px) {
  .column-detail .news-detail__img ~ div .news-detail__desc {
    margin-top: 24px !important;
  }
}

.column-detail .news-detail__img img {
  width: 100%;
}

.column-detail .news-detail__desc {
  margin: 0 auto;
}

.column-detail .news-detail__desc p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.25em;
  letter-spacing: 0.04em;
  font-weight: 400;
}

.column-detail .news-detail__desc p.caption {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 102px;
}

@media (max-width: 767px) {
  .column-detail .news-detail__desc p.caption {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 62px;
  }
}

@media (max-width: 767px) {
  .column-detail .news-detail__desc p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2em;
    padding: 0 18px;
  }
}

.column-detail .news-detail .table-content.mt56 {
  margin-top: 56px;
}

.column-detail .news-detail__info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 38px;
  margin: 63px auto 0;
  max-width: 1100px;
  width: 100%;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .column-detail .news-detail__info {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .column-detail .news-detail__info {
    padding: 0 0 0 36px;
    margin: 15px auto 0;
  }
}

.column-detail .news-detail__info .cat {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-right: 28px;
}

@media (max-width: 767px) {
  .column-detail .news-detail__info .cat {
    margin-right: 15px;
  }
}

.column-detail .news-detail__info .cat a {
  border-radius: 16px;
  background: #00469d;
  border: 1px solid #00469d;
  padding: 8px 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1em;
  letter-spacing: 0.01em;
  font-weight: 500;
}

.column-detail .news-detail__info .cat a:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .column-detail .news-detail__info .cat a {
    padding: 6px 10px;
    font-size: 11px;
    letter-spacing: 0.01em;
    margin: 0 2px 2px 0;
  }
}

.column-detail .news-detail__info .tag {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

@media (max-width: 767px) {
  .column-detail .news-detail__info .tag {
    flex-wrap: wrap;
    margin-top: 2px;
  }
}

.column-detail .news-detail__info .tag a {
  margin-right: 15px;
  color: #00469d;
  display: inline-block;
  white-space: nowrap;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1em;
  letter-spacing: 0.01em;
  font-weight: 500;
}

@media (max-width: 767px) {
  .column-detail .news-detail__info .tag a {
    font-size: 12px;
    letter-spacing: 0.01em;
    margin-right: 9px;
    margin-bottom: 2px;
  }
}

.column-detail .news-detail .cms-content {
  margin-bottom: 63px;
}

@media (max-width: 767px) {
  .column-detail .news-detail .cms-content {
    padding: 0 18px;
    margin: 60px auto 43px;
  }
  .column-detail .news-detail .cms-content blockquote {
    margin-bottom: 37px;
  }
}

.column-detail .news-detail .link-card {
  width: 100%;
  background: transparent;
  border: 1px solid #b6cae2;
  display: flex;
  align-items: flex-start;
  padding: 27px 25px;
  text-decoration: none;
  margin: 56px auto 0;
  cursor: pointer;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .column-detail .news-detail .link-card {
    padding: 15px;
  }
}

@media only screen and (min-width: 1025px) {
  .column-detail .news-detail .link-card:hover:hover {
    opacity: 1;
  }
  .column-detail .news-detail .link-card:hover:hover .thumb img {
    transform: scale(1.1);
  }
}

@media (max-width: 767px) {
  .column-detail .news-detail .link-card {
    margin-top: 51px;
    flex-wrap: wrap;
    position: relative;
    padding: 15px 15px;
  }
}

.column-detail .news-detail .link-card .thumb {
  width: 250px;
  height: 166px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .column-detail .news-detail .link-card .thumb {
    width: 200px;
    height: 144px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .column-detail .news-detail .link-card .thumb {
    width: 120px;
    height: 100px;
  }
}

@media (max-width: 767px) {
  .column-detail .news-detail .link-card .thumb {
    width: 140px;
    height: 93px;
    order: 1;
  }
}

.column-detail .news-detail .link-card .thumb img {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.column-detail .news-detail .link-card__info {
  width: calc(100% - 250px);
  padding: 2px 0 0 26px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .column-detail .news-detail .link-card__info {
    width: calc(100% - 220px);
    padding-left: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .column-detail .news-detail .link-card__info {
    width: calc(100% - 120px);
  }
}

@media (max-width: 767px) {
  .column-detail .news-detail .link-card__info {
    width: calc(100% - 140px);
    padding: 0 0 0 14px;
    order: 2;
  }
}

.column-detail .news-detail .link-card__date {
  color: #00469d;
  font-family: "Barlow", sans-serif;
  white-space: nowrap;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .column-detail .news-detail .link-card__date {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .column-detail .news-detail .link-card__date {
    font-size: 14px;
    line-height: 17px;
  }
}

.column-detail .news-detail .link-card__box {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .column-detail .news-detail .link-card__box {
    display: block;
  }
}

.column-detail .news-detail .link-card__cat {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: 11px;
}

@media (max-width: 767px) {
  .column-detail .news-detail .link-card__cat {
    margin: 6px 0 0;
  }
}

.column-detail .news-detail .link-card__cat span {
  margin-right: 2px;
  height: 31px;
  border-radius: 15px;
  background: #f2f2f7;
  color: #333;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1em;
  letter-spacing: 0.01em;
  font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .column-detail .news-detail .link-card__cat span {
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  .column-detail .news-detail .link-card__cat span {
    font-size: 11px;
    letter-spacing: 0.01em;
    height: 26px;
    padding: 0 12px;
  }
}

.column-detail .news-detail .link-card__heading {
  color: #333;
  margin: 10px 0 0;
  padding: 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.66667em;
  letter-spacing: 0.04em;
  font-weight: 700;
  overflow: hidden;
  width: 100%;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: normal;
}

.column-detail .news-detail .link-card__heading::after {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .column-detail .news-detail .link-card__heading {
    font-size: 16px;
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .column-detail .news-detail .link-card__heading {
    width: 100%;
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 24px;
    order: 3;
  }
}

.column-detail .news-detail .link-card__tag {
  margin: 10px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .column-detail .news-detail .link-card__tag {
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .column-detail .news-detail .link-card__tag {
    margin-top: 8px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}

.column-detail .news-detail .link-card__tag span {
  margin-right: 12px;
  color: #00469d;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1em;
  letter-spacing: 0.01em;
  font-weight: 400;
}

@media (max-width: 767px) {
  .column-detail .news-detail .link-card__tag span {
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.01em;
    margin-right: 14px;
    margin-bottom: 7px;
  }
}

@media (min-width: 768px) {
  .column-detail .news-detail .pagi__item {
    width: calc(365 / 900 * 100%);
  }
  .column-detail .news-detail .pagi__item.prev .cont {
    padding: 6px 0 0 21px;
  }
}

@media (min-width: 768px) and (max-width: 767px) {
  .column-detail .news-detail .pagi__item.prev .cont {
    padding: 12px 0 0;
  }
}

@media (min-width: 768px) {
  .column-detail .news-detail .pagi__item.next .thumb {
    order: 2;
  }
  .column-detail .news-detail .pagi__item.next .cont {
    order: 1;
    padding: 6px 21px 0 0;
  }
}

@media (min-width: 768px) and (max-width: 767px) {
  .column-detail .news-detail .pagi__item.next .cont {
    padding: 12px 0 0;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 900px) {
  .column-detail .news-detail .pagi__item.prev .cont {
    padding-left: 10px;
  }
  .column-detail .news-detail .pagi__item.next .cont {
    padding-right: 10px;
  }
  .column-detail .news-detail .pagi__item .thumb {
    width: 90px;
  }
  .column-detail .news-detail .pagi__item .cont {
    width: calc(100% - 90px);
  }
  .column-detail .news-detail .pagi__item .cont__date {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1em;
  }
  .column-detail .news-detail .pagi__item .cont__ttl {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.18182em;
  }
}

@media (max-width: 767px) {
  .column-detail .news-detail .pagi {
    padding: 40px 18px 0;
    margin: 0 auto;
  }
  .column-detail .news-detail .pagi__list {
    margin-top: 43px;
  }
  .column-detail .news-detail .pagi__item .cont__date {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .column-detail .news-detail .table-content {
    margin: 56px auto 0;
    width: calc(100% - 36px);
  }
}

.column-detail .related-page {
  margin: 82px auto 0;
}

@media (max-width: 767px) {
  .column-detail .related-page {
    margin: 62px auto 0;
    padding: 0 18px;
  }
}

.column-detail .related-page__inner {
  margin: 0;
}

.column-detail .related-page__ttl {
  position: relative;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .column-detail .related-page__ttl {
    margin-left: 28px;
  }
}

.column-detail .related-page__ttl .en {
  color: #00469d;
  font-family: "Barlow", sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.25em;
  letter-spacing: 0.03em;
  font-weight: 700;
}

@media (max-width: 767px) {
  .column-detail .related-page__ttl .en {
    font-size: 34px;
    letter-spacing: 0.03em;
  }
}

.column-detail .related-page__ttl .en::before {
  content: "";
  position: absolute;
  top: 17px;
  left: -31px;
  width: 12px;
  height: 12px;
  background: #fd4e24;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .column-detail .related-page__ttl .en::before {
    top: 15px;
    left: -25px;
  }
}

.column-detail .related-page__ttl .ja {
  margin-top: 12px;
  color: #00469d;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.0625em;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.column-detail .related-page__box {
  max-width: 810px;
  border-radius: 93px;
  background: #f2f2f7;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 28px 31px;
  margin: 59px auto 0;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .column-detail .related-page__box {
    height: auto;
  }
}

@media (max-width: 767px) {
  .column-detail .related-page__box {
    align-items: flex-start;
    height: auto;
    margin: 34px auto 0;
    padding: 26px 20px;
    border-radius: 44px;
  }
}

.column-detail .related-page__box .ttl,
.column-detail .related-page__box .txt {
  transition: all 0.3s ease-in-out;
}

.column-detail .related-page__box .ttl {
  color: #00469d;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.57143em;
  letter-spacing: 0.04em;
  font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .column-detail .related-page__box .ttl {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5em;
  }
}

@media (max-width: 767px) {
  .column-detail .related-page__box .ttl {
    font-size: 22px;
    letter-spacing: 0.04em;
    line-height: 32px;
    padding-right: 45px;
  }
}

.column-detail .related-page__box .txt {
  margin-top: 9px;
  color: #333;
  overflow: hidden;
  width: 100%;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875em;
  letter-spacing: 0.04em;
  font-weight: 400;
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .column-detail .related-page__box .txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857em;
  }
}

@media (max-width: 767px) {
  .column-detail .related-page__box .txt {
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 22px;
    margin-top: 7px;
    overflow: hidden;
    width: 100%;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: normal;
  }
}

.column-detail .related-page__box .dots {
  position: absolute;
  top: calc(50% - 45px);
  right: 40px;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  background: #00469d;
  border: 1px solid #00469d;
  transition: all 0.3s ease-in-out;
  transform: translate3d(0, 0, 0);
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .column-detail .related-page__box .dots {
    width: 50px;
    height: 50px;
    right: 20px;
    top: calc(50% - 25px);
  }
}

@media (max-width: 767px) {
  .column-detail .related-page__box .dots {
    width: 28px;
    height: 28px;
    top: 29px;
    bottom: auto;
    transform: none;
    right: 20px;
  }
}

.column-detail .related-page__box .dots::before {
  content: "";
  position: absolute;
  top: 48%;
  left: 22px;
  right: 0;
  width: 22px;
  height: 6px;
  background: url("//20348057.fs1.hubspotusercontent-na1.net/hubfs/20348057/raw_assets/public/alive-theme/assets/img/common/icon/ico-arrow-white-long.svg") no-repeat;
  background-size: contain;
  transform: translate(-50%, 0%);
  margin: 0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .column-detail .related-page__box .dots::before {
    width: 18px;
    height: 3px;
  }
}

@media (max-width: 767px) {
  .column-detail .related-page__box .dots::before {
    left: 50%;
    top: 42%;
    width: 10px;
    height: 4px;
    right: auto;
    background: url("//20348057.fs1.hubspotusercontent-na1.net/hubfs/20348057/raw_assets/public/alive-theme/assets/img/common/icon/ico-arrow-white.svg") no-repeat;
    background-size: contain;
  }
}

@media only screen and (min-width: 1025px) {
  .column-detail .related-page__box:hover:hover {
    opacity: 1;
    background: #00469d;
  }
  .column-detail .related-page__box:hover:hover .ttl,
  .column-detail .related-page__box:hover:hover .txt {
    color: #fff;
  }
  .column-detail .related-page__box:hover:hover .thumb img {
    transform: scale(1.1);
  }
  .column-detail .related-page__box:hover:hover .dots {
    background: #fff;
  }
  .column-detail .related-page__box:hover:hover .dots::before {
    background: url("//20348057.fs1.hubspotusercontent-na1.net/hubfs/20348057/raw_assets/public/alive-theme/assets/img/common/icon/ico-arrow-blue-long.svg") no-repeat;
    background-size: contain;
  }
}

.column-detail .related-page__info {
  width: calc(100% - 130px);
  padding: 4px 135px 0 29px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .column-detail .related-page__info {
    padding-right: 50px;
  }
}

@media (max-width: 767px) {
  .column-detail .related-page__info {
    padding: 0 0 0 22px;
    width: calc(100% - 93px);
  }
}

.column-detail .related-page .thumb {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .column-detail .related-page .thumb {
    width: 90px;
    height: 90px;
  }
}

@media (max-width: 767px) {
  .column-detail .related-page .thumb {
    width: 93px;
    height: 93px;
  }
}

.column-detail .related-page .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.column-detail .other-articles {
  margin: 90px auto 0;
}

@media (max-width: 767px) {
  .column-detail .other-articles {
    margin-top: 54px;
    padding: 0 18px;
  }
}

.column-detail .other-articles__inner {
  margin: 0;
}

.column-detail .other-articles__ttl {
  position: relative;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .column-detail .other-articles__ttl {
    margin-left: 28px;
  }
}

.column-detail .other-articles__ttl .en {
  color: #00469d;
  font-family: "Barlow", sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.25em;
  letter-spacing: 0.03em;
  font-weight: 700;
}

@media (max-width: 767px) {
  .column-detail .other-articles__ttl .en {
    font-size: 34px;
    letter-spacing: 0.03em;
  }
}

.column-detail .other-articles__ttl .en::before {
  content: "";
  position: absolute;
  top: 17px;
  left: -31px;
  width: 12px;
  height: 12px;
  background: #fd4e24;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .column-detail .other-articles__ttl .en::before {
    top: 15px;
    left: -25px;
  }
}

.column-detail .other-articles__ttl .ja {
  margin-top: 12px;
  color: #00469d;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375em;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.column-detail .other-articles .column-post {
  margin: 63px auto 0;
}

@media (max-width: 767px) {
  .column-detail .other-articles .column-post {
    overflow: scroll;
    width: 100vw;
    margin-left: -18px;
    margin-top: 43px;
    padding: 0 20px;
  }
  .column-detail .other-articles .column-post::-webkit-scrollbar {
    display: none;
  }
}
.column-detail .other-articles .column-post__img {
  height: 163px;
}

@media (max-width: 767px) {
  .column-detail .other-articles .column-post__img {
    max-width: calc(100vw * 178 / 375);
    height: 120px;
  }
}

.column-detail .other-articles .column-post__item {
  width: 30.247%;
  margin: 0 4.6% 0 0;
  position: relative;
}

@media (min-width: 768px) {
  .column-detail .other-articles .column-post__item:nth-child(3n + 3) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .column-detail .other-articles .column-post__item {
    width: 205px;
    margin-right: 22px;
    padding-left: 27px;
  }
}

.column-detail .other-articles .column-post__content {
  margin-top: 14px;
}

.column-detail .other-articles .column-post__content .ttl {
  margin-top: 8px;
  font-size: 14px;
  letter-spacing: 0.04em;
}

@media (max-width: 767px) {
  .column-detail .other-articles .column-post__content .ttl {
    margin-top: 12px;
    font-weight: 500;
  }
}

.column-detail .other-articles .column-post__content .tag {
  margin-top: 8px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .column-detail .other-articles .column-post__content .tag {
    display: flex;
    flex-flow: row wrap;
  }
}

.column-detail .other-articles .column-post__content .tag span {
  font-size: 12px;
  letter-spacing: 0.01em;
}

.column-detail .other-articles .column-post .info {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .column-detail .other-articles .column-post .info {
    position: inherit;
  }
}

.column-detail .other-articles .column-post .info::after {
  display: none;
}

.column-detail .other-articles .column-post .info .date {
  font-size: 13px;
  line-height: 27px;
  margin-right: 10px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .column-detail .other-articles .column-post .info .date {
    margin-top: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .column-detail .other-articles .column-post .info .date {
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 1em;
    letter-spacing: 0em;
    padding: 0 10px;
    margin-right: 2px;
  }
}

@media (max-width: 767px) {
  .column-detail .other-articles .column-post .info .date {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
    writing-mode: vertical-rl;
  }
}

.column-detail .other-articles .column-post .info .cat span {
  font-size: 12px;
  letter-spacing: 0.01em;
}

@media only screen and (min-width: 1001px) and (max-width: 1200px) {
  .column-detail .other-articles .column-post .info .cat span {
    height: auto;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .column-detail .other-articles .column-post .info .cat span {
    line-height: 1.3;
    height: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .column-detail .other-articles .column-post .info .cat span {
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 1em;
    letter-spacing: 0em;
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .column-detail .other-articles .column-post .info .cat span {
    color: #fff;
    background: #00469d;
    font-size: 12px;
    height: auto;
    padding: 5px 12px;
    letter-spacing: 0.01em;
  }
}

/*# sourceMappingURL=maps/column.min.css.map */

.column .column-post__inner {
  flex-wrap: wrap;
}