.-sp {
  display: none !important;
}

.topics_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
}

/*	固定カスタムブロック
----------------------------------------------- */

.topics_contents_head {
  height: 450px;
  margin-bottom: 80px;
  padding-left: 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.topics_contents_heading{
  line-height: 1.5;
  position: relative;
  z-index: 3;
}

.topics_contents_date_wrapper {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.topics_contents_date {
  padding-right: 20px;
  color: #19274F;
  line-height: 1.3;
}

.topics_contents_date_y {
  font-size: 18px;
  display: block;
}

.topics_contents_date_dm {
  font-size: 30px;
  display: block;
  margin-left: 14px;
  border-bottom: 1px solid #19274F;
}

.topics_contents_category {
  padding: 3px 12px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
}

.topics_contents_category.-interview {
  background: url(../img/share/bg-category.png) no-repeat;
  background-size: contain;
}

.topics_contents_title_wrapper,
.topics_contents_subtitle_wrapper {
  display: block;
}

.topics_contents_subtitle_wrapper {
  margin-top: 10px;
}

.topics_contents_title {
  font-size: 37px;
  font-weight: bold;
  color: #19274F;
  box-shadow: inset 0 -48px 0 0 rgba(255, 255, 255, 0.8);
}

.topics_contents_subtitle {
  font-size: 25px;
  font-weight: bold;
  color: #19274F;
  box-shadow: inset 0 -32px 0 0 rgba(255, 255, 255, 0.8);
}

.topics_contents_mainvisual {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.topics_contents_mainvisual::after {
  content: "";
  display: block;
  width: 864px;
  height: 450px;
  background: url(../img/share/bg-main.png) no-repeat top left;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.topics_contents_mainvisual_imagewrap {
  width: 75%;
  max-width: 870px;
  height: 450px;
  margin-left: 25%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.topics_contents_mainvisual_image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.topics_contents_lead {
  max-width: 1024px;
  margin: 0 auto;
  margin-bottom: 70px;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}

.topics_contents_lead a[href] {
  color: #19274F;
  text-decoration: underline;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.topics_contents_lead a[href]:hover {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  opacity: 0.5;
}

.topics_block_wrapper {
  max-width: 1024px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.topics_block_wrapper.-border {
  border: 1px solid #005998;
  padding: 30px;
}

.topics_detail .topics_block_wrapper.-border .topics_column {
  margin-top: 0;
  margin-bottom: 0;
}

.topics_detail .topics_block_wrapper hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

.topics_column {
  margin-top: 40px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.topics_column.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

.topics_column_item {
  width: 48%;
  max-width: 492px;
}

.topics_column.-reverse .topics_column_item:last-child {
  padding-left: 0;
}

.topics_column.-smallphoto .topics_column_item:first-child {
  width: 240px;
}

.topics_column.-smallphoto .topics_column_item:last-child {
  width: calc(100% - 240px - 40px);
  max-width: inherit;
}

.topics_column.-reverse.-smallphoto .topics_column_item:last-child {
  padding-left: 0;
}

.topics_column.-largephoto .topics_column_item {
  width: 100%;
  max-width: 690px;
  height: auto;
  margin: 0 auto;
  text-align: center;
}

.topics_column.-largephoto .topics_column_item .topics_image {
  width: auto;
  max-width: 100%;
  height: auto;
}

.topics_column_item h3:first-of-type,
.topics_column_item h4:first-of-type,
.topics_column_item p:first-of-type {
  margin-top: 0;
}


.topics_image_wrapper {
  width: 100%;
  height: auto;
}

.topics_column .topics_image {
  width: 100%;
  height: auto;
  max-width: inherit;
  margin: 0;
}

.topics_column.-smallphoto .topics_image_wrapper {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.topics_column.-smallphoto .topics_image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.topics_image_caption {
  font-size: 12px;
  letter-spacing: 0.037em;
}

.topics_image_caption.-center {
  text-align: center;
}

.topics_image_wrapper + .topics_image_caption {
  margin-top: 10px;
}

/*	本文エリア
----------------------------------------------- */
.topics_detail h2 {
  max-width: 1024px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 60px;
  font-size: 32px;
  font-weight: bold;
  color: #19274F;
  line-height: calc(48 / 32);
  padding-bottom: 20px;
  position: relative;
}

.topics_detail h2::before,
.topics_detail h2::after {
  content: "";
  height: 4px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

.topics_detail h2::before {
  width: 100%;
  background-color: #EAEEF8;
}

.topics_detail h2::after {
  width: 60px;
  background: url(../img/share/bg-accent.png) no-repeat top left;
  background-size: auto 4px;
}

.topics_detail h3 {
  max-width: 1024px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 24px;
  color: #005998;
  font-weight: bold;
  line-height: calc(33 / 24);
}

.topics_detail h3 + h4 {
  margin-top: -25px !important;
}

.topics_detail h4 {
  max-width: 1024px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #005998;
  line-height: calc(27 / 16);
}

.topics_detail p {
  max-width: 1024px;
  margin: 0 auto;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  font-size: 16px;
  line-height: 2;
}

.topics_detail p:last-of-type {
  margin-bottom: 0;
}

.topics_detail em {
  padding-right: 1em;
  color: #005998;
}

.topics_detail img {
  max-width: 100%;
  height: auto;
}

.topics_detail a[href] {
  color: #19274F;
  text-decoration: underline;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.topics_detail a[href]:hover {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  opacity: 0.5;
}

.topics_detail hr {
  width: 100%;
  height: 1px;
  background-color: #D6DFF7;
  margin: 80px 0;
  border: none;
}

/*	関連記事
----------------------------------------------- */

.related_topics {
  background-color: #F4F6FB;
  margin-bottom: 3px;
}

.related_topics_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
}

.related_topics_heading {
  font-size: 35px;
  color: #19274c;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 40px;
}

.related_topics_list {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.related_topics_item {
  width: 49.1%;
  max-width: 570px;
  padding: 30px 20px;
  background-color: #fff;
}

.related_topics_item:not(:nth-child(-n+2)) {
  margin-top: 20px;
}

.related_topics_image_wrapper {
  width: 42.8%;
  max-width: 210px;
  min-width: 210px;
  height: 118px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}

.related_topics_image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.related_topics_body {
  flex: 1 1 auto;
  width: 100%;
}

.related_topics_anchor[href] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.related_topics_anchor[href]:hover {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  opacity: 0.5;
}

.related_topics_title {
  color: #19274f;
  font-size: 18px;
  font-weight: bold;
  line-height: calc(27 / 18);
  letter-spacing: 0;
}

.topics_interlocutor_wrapper {
  width: 100%;
}

.topics_interlocutor {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.topics_interlocutor:first-of-type {
  margin-top: 15px;
}

.topics_interlocutor + .topics_interlocutor {
  margin-top: 5px;
}

.topics_interlocutor_name {
  padding-right: 1em;
  font-size: 14px;
  color: #005998;
  font-weight: bold;
  white-space: nowrap;
  flex: 0 0 auto;
}

.topics_interlocutor_status {
  padding-top: 1px;
  font-size: 12px;
  color: #005998;
  line-height: calc(19 / 12);
  letter-spacing: 0;
  word-wrap: break-word;
  flex: 1 1 auto;
}

.topics_back_anchor[href] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  width: 274px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: normal;
  color: #ffffff;
  position: relative;
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
}

.topics_back_anchor::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #19274f;
  position: absolute;
  top:0;
  left:0;
  z-index: 1;
  -webkit-transform: skewX(-20deg);
      -ms-transform: skewX(-20deg);
          transform: skewX(-20deg);
}

.topics_back_anchor[href]:hover {
  color: #ffffff;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  opacity: 0.5;
}

.topics_back_anchor_text {
  position: relative;
  z-index: 2;
}

@media only screen and (max-width:1119px) {
  .topics_contents_head {
    padding-left: 0;
  }
}
