.contents_wrap.contents_wrap_plus {
  margin-bottom: 2.5em;
}
@media print, screen and (min-width: 768px) {
  .contents_wrap.contents_wrap_plus {
    margin-bottom: 3.8em;
  }
}
@media print, screen and (min-width: 768px) {
  .contents_wrap.contents_wrap_plus .entry_list_child {
    display: flex;
  }
  .contents_wrap.contents_wrap_plus .entry_list_child:hover {
    background: #fff;
  }
  .contents_wrap.contents_wrap_plus .entry_list_child a {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .contents_wrap.contents_wrap_plus .entry_list_child a:hover {
    background: #edf4fa;
  }
  .contents_wrap.contents_wrap_plus .entry_list_child:hover .entry_list_child_tag_plus, .contents_wrap.contents_wrap_plus .entry_list_child a:hover .entry_list_child_tag_plus {
    pointer-events: none;
  }
}
@media print, screen and (min-width: 768px) {
  .contents_wrap.contents_entrylist_plus .entry_list_child {
    display: flex;
  }
  .contents_wrap.contents_entrylist_plus .entry_list_child:hover {
    background: #fff;
  }
  .contents_wrap.contents_entrylist_plus .entry_list_child a {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .contents_wrap.contents_entrylist_plus .entry_list_child a:hover {
    background: #edf4fa;
  }
}
/* TSR-PLUSナビゲーション */
.kv_plus {
  position: relative;
}
.contents_wrap.kv_plus {
  margin-bottom: 2.5em;
}
@media print, screen and (min-width: 768px) {
  .contents_wrap.kv_plus {
    margin-bottom: 3.8em;
  }
}
.kv_img_plus {
  height: 14em;
  top: 0;
  width: 100vw;
  margin: 0 calc(50% - 50vw - 1em);
  position: absolute;
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  .kv_img_plus {
    margin: 0 calc(50% - 50vw);
  }
}
.kv_img_plus img {
  display: block;
  width: 100%;
  height: 14em;
  object-fit: cover;
}
.main_title_plus {
  padding: 3.1em 0 2.4em 0;
}
.main_title_plus h1, .main_top_title_plus h1 {
  font-size: 3.1em;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.navigation_plus {
  background: #fff;
  box-shadow: 0 0 10px #C4D0E7;
  padding: 1em 0;
}
@media print, screen and (min-width: 768px) {
  .navigation_plus {
    padding: 1em 0;
  }
}
.navigation_plus_inner {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .navigation_plus_inner {
    flex-wrap: nowrap;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
.navigation_plus_child {
  width: calc((100% / 2) - 0.1em);
  text-align: center;
  padding: 1.2em 0;
  position: relative;
  display: inline-block;
}
.navigation_plus_child::before {
  content: '';
  position: absolute;
  bottom: -2px;
  /*線の上下位置*/
  display: inline-block;
  width: 70%;
  /*線の長さ*/
  height: 2px;
  /*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /*位置調整*/
  background-color: #BABABA;
  /*線の色*/
}
.navigation_plus_child.navigation_plus_child_active::before {
  content: none;
}
@media print, screen and (min-width: 768px) {
  .navigation_plus_child {
    width: calc(100% / 6);
    text-align: center;
    padding: 0.6em;
    margin-bottom: 0;
  }
  .navigation_plus_child::before {
    content: none;
  }
  .navigation_plus_child.navigation_plus_child_active::before {
    content: none;
  }
  .navigation_plus_child:not(:first-child) {
    margin-left: 2px;
    content: none;
  }
  .navigation_plus_child:hover {
    background: #edf4fa;
  }
}
@media print, screen and (min-width: 768px) {
  .navigation_plus_child:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 4em;
    background-color: #BABABA;
    position: absolute;
    top: 10%;
    right: -2px;
  }
  .navigation_plus_child.navigation_plus_child_active:not(:last-child)::after {
    background-color: #FFF;
    content: none;
  }
}
.navigation_plus_child.navigation_plus_child_active {
  background: #1F3681;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .navigation_plus_child.navigation_plus_child_active {
    width: calc(100% / 6 + 1px);
    margin: 0 -1px;
  }
}
.navigation_plus_child:nth-child(odd) {
  border-right: 2px solid #BABABA;
}
@media print, screen and (min-width: 768px) {
  .navigation_plus_child:nth-child(odd) {
    border-right: none;
  }
}
.navigation_plus_iconarea {
  margin-bottom: 0.9em;
}
@media print, screen and (min-width: 768px) {
  .navigation_plus_iconarea {
    margin-bottom: 1em;
  }
}
.navigation_plus_iconarea .navigation_plus_icon img {
  width: 1.5em;
  height: 1.5em;
}
.navigation_plus_icon {
  text-align: center;
}
.navigation_plus_icon_blue {}
.navigation_plus_child.navigation_plus_child_active .navigation_plus_icon_blue {
  display: none;
}
.navigation_plus_icon_white {
  display: none;
}
.navigation_plus_child.navigation_plus_child_active .navigation_plus_icon_white {
  display: block;
}
.navigation_plus_child_text {
  font-size: 0.9em;
}
/* ナビゲーションの検索欄 */
.navigation_plus_search {
  display: flex;
  flex-direction: column;
  padding: 0 1.6em;
}
@media print, screen and (min-width: 768px) {
  .navigation_plus_search {
    display: flex;
    flex-direction: row;
    padding: 0 5.6em 0.5em 5.6em;
  }
}
.navigation_plus_search input[type=text] {
  font-size: 0.9em;
  color: #474747;
  border: 2px solid #707070;
  background: #fff;
  outline: none;
  padding: 0.75em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  .navigation_plus_search input[type=text] {
    width: 75%;
    margin-bottom: 0;
    margin-right: 1em;
  }
}
.navigation_plus_search button[type=submit] {
  border: 2px solid #1F3681;
  background: #1F3681;
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  margin-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9em;
  padding: 0.75em;
  color: #fff;
}
.navigation_plus_search button[type=submit] img {
  width: 0.9em;
  height: 0.9em;
  margin-right: 0.5em;
}
@media print, screen and (min-width: 768px) {
  .navigation_plus_search button[type=submit] {
    width: 25%;
  }
}
.entry_title_plus {
  font-size: clamp(1.4rem, 2.2vw, 1.8rem);
  font-weight: 700;
  margin-bottom: 1em;
}
.entry_mainimg_plus {
  text-align: center;
  margin-bottom: 3em;
  height: 13em;
}
@media print, screen and (min-width: 768px) {
  .entry_mainimg_plus {
    width: 100%;
    height: 23em;
  }
}
.tag.tag_plus_category {
  padding: 0.35em 1em;
  font-size: 1em;
  background: #1F3681;
}
@media print, screen and (min-width: 768px) {
  .tag.tag_plus_category {
    padding: 0.3em 1em;
    font-size: 1.1em;
  }
}
.entry_mainimg_plus img {
  width: 100%;
  height: 13em;
  object-fit: cover;
}
@media print, screen and (min-width: 768px) {
  .entry_mainimg_plus img {
    width: 100%;
    height: 23em;
    object-fit: cover;
  }
}
/* TSR-PLUS 記事詳細 あわせて読みたい */
.contents_wrap.contents_entrylist_plus {
  margin-bottom: 0;
  padding-top: 2em;
  padding-bottom: 2em;
}
@media print, screen and (min-width: 768px) {
  .contents_wrap.contents_entrylist_plus {
    padding-top: 3em;
    padding-bottom: 3.8em;
  }
}
.contents_entrylist_plus .entry_list_wrap {
  margin-bottom: 0
}
/* TSR-PLUS 記事詳細 TSR-PLUSカテゴリー別最新記事 */
.c_entry_list_plus {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .c_entry_list_plus {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.c_entry_list_plus_child {
  width: 100%;
  border: 2px solid #1F3681;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  .c_entry_list_plus_child {
    width: calc((100% / 2) - 0.6em);
  }
}
.c_entry_list_plus_child_inner {
  padding: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .c_entry_list_plus_child_inner {
    padding: 1.4em;
  }
}
.c_entry_plus_titlearea {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 1.1em;
}
.c_entry_plus_title {
  font-size: clamp(1.1rem, 1.8vw, 1.3rem);
  font-weight: 700;
  color: #1F3681;
}
.c_entry_plus_listlink {
  font-size: 0.75em;
  color: #1F3681;
  margin-left: auto;
}
@media print, screen and (min-width: 768px) {
  .c_entry_plus_listlink {}
}
.c_entry_plus_listlink a {
  color: #1F3681;
}
.c_entry_plus_text {
  font-size: 0.9em;
  padding-bottom: 0.9em;
  margin-bottom: 1.1em;
  position: relative;
}
.c_entry_plus_text::after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 45%;
  border-bottom: 2px solid #1F3681;
}
.c_entry_plus_img {
  position: relative;
  height: 16em;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .c_entry_plus_img {
    height: 19em;
  }
}
.c_entry_plus_img img.c_entry_plus_thum {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5em;
}
@media print, screen and (min-width: 768px) {
  .c_entry_plus_img img.c_entry_plus_thum {
    width: 100%;
    height: 100%;
  }
}
.c_entry_plus_info {
  width: 95%;
  background: #fff;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.5em;
}
@media print, screen and (min-width: 768px) {
  .c_entry_plus_info {
    border-radius: 0 0.5em 0.5em 0;
    top: 65%;
    left: 47%;
  }
  .c_entry_plus_img:hover .c_entry_plus_info {
    background: #EFF3FF;
  }
}
.c_entry_plus_info_inner {
  padding: 1em;
}
.c_entry_plus_info_title {
  font-size: 0.9em;
  font-weight: 700;
  color: #1F3681;
  margin-bottom: 0.75em;
}
@media print, screen and (min-width: 768px) {
  .c_entry_plus_info_title {
    font-size: 1em;
  }
}
.c_entry_plus_info_text {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.c_entry_plus_info_writer {
  font-size: 0.75em;
}
/* TSR-PLUS詳細用End */
/* TSR-PLUS TOPKV */
.kv_top_img_plus {
  height: 22rem;
  top: 0;
  width: 100vw;
  position: absolute;
  z-index: -1;
  margin: 0 calc(50% - 50vw - 1em);
}
@media print, screen and (min-width: 768px) {
  .kv_top_img_plus {
    margin: 0 calc(50% - 50vw);
  }
}
.kv_top_img_plus img {
  display: block;
  width: 100%;
  height: 100% !important;
  height: 14em;
  object-fit: cover;
}
.main_top_title_plus {
  padding: 7em 0 4.5em 0;
}
@media screen and (max-width: 768px) {
  .main_top_title_plus {
    padding: 6.5em 0 2.5em 0;
  }
}
@media screen and (max-width: 768px) {
  .main_top_title_plus h1 {
    font-size: 1.9em;
  }
}
.main_top_title_plus p {
  font-size: 1.5em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-top: 0.7em;
}
@media screen and (max-width: 768px) {
  .main_top_title_plus p {
    font-size: 1em;
    line-height: 2em;
    margin-top: 1.3em;
  }
}
/* TSR-PLUS TOPKV End */
/* TSR-PLUS morebtn */
.morebtn_plus {
  padding-top: 1.5em;
  padding-bottom: 4em;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .morebtn_plus {
    padding-top: 1em;
    padding-bottom: 3em
  }
}
.morebtn_plus a {
  display: flex;
  background-color: #1F3681;
  font-size: 0.9em;
  align-items: center;
  padding: 0.4em 0.4em 0.4em 1em;
  color: #fff;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .morebtn_plus a {
    width: 100%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .morebtn_text_plus {
    width: calc(100% - 24px);
    text-align: center;
  }
}
.morebtn_plus a:hover {
  opacity: 0.8;
}
.morebtn_plus span {
  border-radius: 50%;
  display: flex;
  background-color: #fff;
  width: 24px;
  height: 24px;
  justify-content: center;
  margin-left: 1em;
}
.morebtn_plus span img {
  width: 60%;
}
/* TSR-PLUS morebtnEnd */
/* TSR-PLUS TOPcard */
.top_card_title_plus {
  font-size: 1.5em;
  color: #1F3681;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 768px) {
  .top_card_title_plus {
    font-size: 1.2em;
    text-align: center;
  }
}
.top_card_ditail_plus {
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  .top_card_ditail_plus {
    font-size: 0.9em;
    margin-bottom: 1em;
  }
}
.top_card_wrap_plus {
  display: flex;
  align-content: space-around;
}
@media screen and (max-width: 768px) {
  .top_card_wrap_plus {
    flex-direction: column;
  }
}
.top_card_wrap_plus li:first-child {
  margin-left: 0;
}
.top_card_child_plus {
  width: 24.5%;
  margin-left: 1%;
  margin-bottom: 2em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .top_card_child_plus {
    width: 100%;
    margin-left: 0;
    margin-bottom: 1em;
    display: flex;
    flex-direction: column;
  }
}
.top_card_child_plus a {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.top_card_child_plus a:hover {
  background-color: #edf4fa;
}
@media screen and (max-width: 768px) {
  .top_card_child_plus a {
    flex-direction: row;
  }
}
.top_card_img_plus {
  width: 100%;
  height: 11em;
}
@media screen and (max-width: 768px) {
  .top_card_img_plus {
    width: 33%;
    height: 6em;
  }
}
.top_card_img_plus img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_card_info_plus {
  padding: 1.2em 1em 1em 1em;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .top_card_info_plus {
    padding: 0.4em 0.75em;
    width: 66%;
  }
}
.top_card_child_title_plus {
  width: 100%;
  font-size: 0.9em;
  margin-bottom: 1em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .top_card_child_title_plus {
    font-size: 0.8em;
    margin-bottom: 0.5em;
  }
}
.top_card_child_writer_plus {
  font-size: 0.9em;
}
@media screen and (max-width: 768px) {
  .top_card_child_writer_plus {
    font-size: 0.7em;
  }
}
@media print, screen and (min-width: 768px) {
  #ancpoint01, #ancpoint02, #ancpoint03, #ancpoint04, #ancpoint05 {
    padding-top: 120px;
    margin-top: -120px;
  }
}
.dalancesheet_pc {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .dalancesheet_sp {
    display: none;
  }
  .dalancesheet_pc {
    display: block;
  }
}
.title_plus_detail {
  font-size: 3.1em;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .title_plus_detail {
    font-size: 1.9em;
  }
}
/* 分析・研究事例 */
.data_analysis_wrap_pc {
  height: 600px;
  min-height: 600px;
}
@media print, screen and (max-width: 768px) {
  .data_analysis_wrap_pc {
    display: none;
  }
}
.data_analysis_wrap_pc .tableauPlaceholder .tableauViz {
  width: 100%;
  height: 100%;
  display: none;
}
@media print, screen and (min-width: 768px) {
  .data_analysis_wrap_sp {
    display: none;
  }
}
/* 分析・研究事例 End*/