@charset "UTF-8";
/* 文字コードの指定 */
/*  */
html {
  font-size: 62.5%;
}

body {
  font-family: FontAwesome, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","MS PGothic",'Noto Sans JP',sans-serif,Helvetica,Arial !important;
  font-size: 1.4rem;
  line-height: 1.75;
  color: #333;
  background-color: #fff;
}

@media (min-width: 769px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  color: #333;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

p {
  margin: 0;
}

.txt-justify {
  text-align: justify;
}

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

.weight-200, .weight-300, .weight-400 {
  font-weight: normal;
}

.weight-500,.weight-600, .weight-800 {
  font-weight: bold;
}

.bg-blue3 {
  background-color: #e5f2fd;
}

.bg-white {
  background-color: #fff;
}

.container-w {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 769px) {
  .container-w {
    width: 100%;
    max-width: 123rem;
    margin: 0 auto;
    padding: 0 1.5rem;
  }
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

@media (min-width: 769px) {
  .d-md-none {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .d-md-block {
    display: block !important;
  }
}

.tmpl {
  display: none;
}

.header {
  top: 0;
  z-index: 100;
  background-color: #fff;
  width: 100%;
  height: 14.8rem;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 769px) {
  .header {
    height: 25rem;
  }
}

.container-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 7rem;
  padding: 1rem;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 769px) {
  .container-head {
    height: 15rem;
    padding: 0 0.5rem;
  }
}

.header-logo-kampo {
  display: none;
}

@media (min-width: 769px) {
  .header-logo-kampo {
    display: block;
    width: 20%;
    padding: 1.5rem 0 0;
  }
  .header-logo-kampo .logo-kampo {
    display: inline-block;
    max-width: 20rem;
  }
}

.header-logo-junction {
  width: 21.6rem;
}

@media (min-width: 769px) {
  .header-logo-junction {
    padding: 0 5rem 0 1rem;
    width: 40%;
  }
  .header-logo-junction .logo-junction {
    display: inline-block;
    max-width: 42rem;
  }
}

.header-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-icon .icon-search {
  display: none;
}

@media (min-width: 769px) {
  .header-icon .icon-search {
    display: block;
    width: 4rem;
    height: 4rem;
    font-size: 2.5rem;
    text-align: center;
    line-height: 4rem;
    color: #fff;
    border-radius: 0.5rem;
    background-color: #479adf;
    margin-right: 1.5rem;
  }
}

.header-icon .icon-button {
  display: block;
  width: 4rem;
  height: 4rem;
  font-size: 2.5rem;
  text-align: center;
  line-height: 4rem;
  color: #fff;
  border-radius: 0.5rem;
  background-color: #000099;
}

.container-nav .nav-area {
  padding: 0.3rem;
  background-color: #e5f2fd;
}

@media (min-width: 769px) {
  .container-nav .nav-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
  }
}

.container-nav .nav-area .nav-menu_0, .container-nav .nav-area .nav-menu_1, .container-nav .nav-area .nav-menu_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 7.3rem;
}

@media (min-width: 769px) {
  .container-nav .nav-area .nav-menu_0, .container-nav .nav-area .nav-menu_1, .container-nav .nav-area .nav-menu_2 {
    height: 10rem;
  }
}

@media (min-width: 769px) {
  .container-nav .nav-area .nav-menu_0 {
    width: 100%;
  }
}

.container-nav .nav-area .nav-menu_0 a {
  width: calc(100% / 4);
  /* 25％ */
}

@media (min-width: 769px) {
  .container-nav .nav-area .nav-menu_1 {
    width: calc(100% * 4 / 7);
  }
}

.container-nav .nav-area .nav-menu_1 a {
  width: calc(100% / 4);
  /* 25％ */
}

@media (min-width: 769px) {
  .container-nav .nav-area .nav-menu_2 {
    width: calc(100% * 3 / 7);
  }
}

.container-nav .nav-area .nav-menu_2 a {
  width: calc(100% / 3);
  /* 33.3333333…％ */
}

.container-nav .nav-area a {
  -webkit-transition: all  0.3s;
  transition: all  0.3s;
}

.container-nav .nav-area a:hover dl {
  background-color: #000099;
  -webkit-transition: all  0.3s;
  transition: all  0.3s;
}

.container-nav .nav-area dl {
  background-color: #479adf;
  margin: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  padding: 0.5rem;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 7rem;
}

@media (min-width: 769px) {
  .container-nav .nav-area dl {
    border-radius: 1rem 1rem 0 0;
    padding: 1rem;
    height: 9.6rem;
  }
}

.container-nav .nav-area dl.active {
  background-color: #000099;
}

.container-nav .nav-area dl dt {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.1;
  text-align: center;
  font-weight: bold;
  width: 100%;
}

@media (min-width: 769px) {
  .container-nav .nav-area dl dt {
    font-size: 1.4rem;
  }
}

.container-nav .nav-area dl dd {
  width: 3rem;
  margin: 0;
}

@media (min-width: 769px) {
  .container-nav .nav-area dl dd {
    width: 4rem;
  }
}

.scroll_nav .header {
  position: fixed;
  background-color: white;
  height: 5rem;
}

@media (min-width: 769px) {
  .scroll_nav .header {
    background-color: white;
    height: 6rem;
  }
}

.scroll_nav .container-head {
  display: none;
}

.scroll_nav .container-nav .nav-area {
  background-color: transparent;
}

.scroll_nav .container-nav .nav-area .nav-menu_0, .scroll_nav .container-nav .nav-area .nav-menu_1, .scroll_nav .container-nav .nav-area .nav-menu_2 {
  height: 4.3rem;
}

@media (min-width: 769px) {
  .scroll_nav .container-nav .nav-area .nav-menu_0, .scroll_nav .container-nav .nav-area .nav-menu_1, .scroll_nav .container-nav .nav-area .nav-menu_2 {
    height: 0;
  }
}

.scroll_nav .container-nav .nav-area dl {
  height: 4rem;
}

@media (min-width: 769px) {
  .scroll_nav .container-nav .nav-area dl {
    border-radius: 0;
    height: 5rem;
  }
}

.scroll_nav .container-nav .nav-area dl dd {
  display: none;
}

_:-ms-input-placeholder, :root .container-nav .nav-area dl dd img {
  margin-top: 10px;
}

_:-ms-input-placeholder, :root .container-nav .nav-area .nav-menu_2 a:last-child dl dd img {
  margin-top: 20px;
}

.junction-nav-icon {
  margin: 20px 27px 70px auto;
  display: block;
  width: 85px;
}

html.is-fixed body {
  height: 100%;
  overflow: hidden;
}

.junction-nav {
  pointer-events: none;
  position: fixed;
  z-index: 99;
  /*ナビのスタート位置と形状*/
  top: 0;
  opacity: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  /*ナビの高さ*/
  background: rgba(229, 242, 253, 0.8);
  -webkit-box-shadow: -3px 0px 6px rgba(0, 0, 0, 0.16);
          box-shadow: -3px 0px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.junction-nav .junction-nav-list {
  /*ナビのスタート位置と形状*/
  position: relative;
  top: -300%;
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.junction-nav.panelactive {
  pointer-events: auto;
  top: 0;
  opacity: 1;
}

.junction-nav.panelactive .junction-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  -ms-touch-action: none;
      touch-action: none;
  top: 0;
  opacity: 1;
  z-index: 999;
  max-width: 1200px;
  width: 100%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  scrollbar-width: none;
}

.junction-nav .hamburger-area {
  max-width: 400px;
  z-index: 999;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 76px 0 0 auto;
  padding: 2.5rem 2.2rem;
  position: relative;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.16);
}

@media (min-width: 769px) {
  .junction-nav .hamburger-area {
    margin: 107px 0 0 auto;
  }
}

.junction-nav .hamburger-area::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url('/junction/assets/img/icon_triangle.png') no-repeat;
  background-size: contain;
  position: absolute;
  right: 50px;
  bottom: -18px;
}

.junction-nav ul {
  padding-left: 0;
  margin: 0;
}

.junction-nav li {
  list-style: none;
}

.junction-nav li:first-child a {
  padding-top: 24px;
}

.junction-nav li:nth-child(7) a {
  padding-bottom: 26px;
}

.junction-nav li:last-child a {
  padding-right: 2rem;
  margin: 1.5rem 0 0.2rem;
  background: url('/junction/assets/img/icon_other.png') right center/15px auto no-repeat;
}

.junction-nav li a {
  color: #555;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 20px;
}

.junction-nav .junction-nav-list {
  max-width: 1200px;
  margin: auto;
  padding: 0 8px;
}

.junction-nav .junction-nav-list::-webkit-scrollbar {
  display: none;
}

.js-openbtn {
  position: relative;
  z-index: 100;
  /*ボタンを最前面に*/
  cursor: pointer;
  width: 50px;
  height: 50px;
}

.js-openbtn span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 3px;
  background-color: #fff;
  width: 19px;
}

.js-openbtn span:nth-of-type(1) {
  top: 12px;
}

.js-openbtn span:nth-of-type(2) {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
          transform: translateX(-50%) translateY(-50%) rotate(0deg);
}

.js-openbtn span:nth-of-type(3) {
  bottom: 12px;
}

.js-openbtn.active span:nth-of-type(1) {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  width: 47%;
}

.js-openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.js-openbtn.active span:nth-of-type(3) {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  width: 47%;
}

.hamburger-area .hashtag-area1 {
  width: 100%;
  margin-bottom: 2rem;
}

.hamburger-area .hashtag-area1 .container-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1rem;
  margin-bottom: 2rem;
}

.hamburger-area .hashtag-area1 .container-tit .tit-icon {
  width: 6.4rem;
}

.hamburger-area .hashtag-area1 .container-tit .tit-h2 {
  margin: 0;
  color: #000099;
  font-size: 2rem;
  letter-spacing: 0.1rem;
}

.hamburger-area .hashtag-area1 .container-hash {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: 1.2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.hamburger-area .hashtag-area1 .container-hash .hashtag {
  height: 2.7rem;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 2.7rem;
  color: #fff;
  border-radius: 1.5rem;
  background-color: #000099;
  padding: 0 1.2rem;
  margin: 0 1rem 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.hamburger-area .hashtag-area1 .container-hash .hashtag:last-child {
  margin-right: 0;
}

@media (orientation: landscape) and (max-height: 680px) {
  #header .junction-nav .hamburger-area {
    max-height: calc(100vh - 80px - 40px);
    overflow: scroll;
  }
  #header .junction-nav .hamburger-area::after {
    display: none;
  }
  #header .junction-nav-icon {
    display: none;
  }
}

main.junction-lower-page {
  min-height: calc(100vh - 250px - 135px);
}

.how-area {
  padding: 1rem;
}

@media (min-width: 769px) {
  .how-area {
    display: none;
  }
}

#js-accordion {
  display: none;
}

#plu-min .plu-min_icon {
  display: block;
  position: relative;
}

#plu-min .plu-min_icon:before, #plu-min .plu-min_icon:after {
  content: '';
  display: block;
  width: 1.4rem;
  height: 0.25rem;
  border-radius: 5px;
  background: #fff;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#plu-min .plu-min_icon:after {
  background: #fff;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#plu-min .active:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 0.2rem;
}

.how-info-sp {
  border: 0.2rem solid #000099;
  border-radius: 0.7rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 1rem 0;
}

.how-info-sp .how-info-btn {
  display: block;
  position: relative;
  top: 0;
  width: 100%;
  height: 2.6rem;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 2.6rem;
  color: #fff;
  border-radius: 0.5rem;
  background-color: #000099;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.how-info-sp .how-info-txt {
  color: #000099;
  line-height: 1.5;
  margin: 1.5rem;
}

.how-info-sp .how-info-txt p {
  margin-bottom: 0.8rem;
}

.how-info-sp .btn-name {
  cursor: pointer;
}

@media (min-width: 769px) {
  .tit-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5rem 0 1.5rem;
  }
}

.tit-area .tit-footprints {
  display: none;
}

@media (min-width: 769px) {
  .tit-area .tit-footprints {
    display: block;
    max-width: 31%;
    min-width: 20%;
    padding: 0 1rem;
  }
}

.category-tit {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  max-width: 35rem;
  margin: 0.5rem auto 1.5rem;
  padding: 0 0.5rem;
}

@media (min-width: 769px) {
  .category-tit {
    min-width: 34rem;
    width: 35rem;
    padding: 0 1rem;
  }
}

.category-tit .tit-icon {
  width: 5.2rem;
}

.category-tit h2 {
  display: inline-block;
  margin: 0px;
  color: #000099;
  font-size: 2.6rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1rem;
}

.category-tit h2:before {
  content: url('/junction/assets/img/tit_deco.svg');
  display: inline-block;
  vertical-align: middle;
  padding-right: 1rem;
  width: 3.7rem;
  margin-bottom: -0.5rem;
}

.category-tit h2:after {
  content: url('/junction/assets/img/tit_deco.svg');
  display: inline-block;
  vertical-align: middle;
  padding-right: 1rem;
  width: 3.7rem;
  margin-bottom: -0.5rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

@media (min-width: 769px) {
  .category-tit.hashtag-tit {
    min-width: 34rem;
    width: 100%;
    max-width: 100%;
  }
}

.fade-in {
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translatesy(20px);
            transform: translatesy(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatey(0);
            transform: translatey(0);
  }
}

@keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translatesy(20px);
            transform: translatesy(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatey(0);
            transform: translatey(0);
  }
}

.info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 1rem;
}

.news-card .btn {
  min-height: 0%;
}

@media (min-width: 769px) {
  .info-first-block {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 5rem 0;
  }
}

.info-first-block .how-card {
  display: none;
}

@media (min-width: 769px) {
  .info-first-block .how-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: calc((100% - 4rem) * 1 / 4);
  }
}

@media (min-width: 769px) and (min-width: 993px) {
  .info-first-block .how-card {
    width: calc((100% - 4rem) * 1 / 5);
  }
}

@media (min-width: 769px) {
  .info-first-block .how-card .how-info-pc {
    border: 0.2rem solid #000099;
    border-radius: 1.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    position: relative;
  }
  .info-first-block .how-card .how-info-pc .how-info-tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    top: 0;
    width: 100%;
    height: 3.5rem;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    color: #fff;
    border-radius: 1.4rem 1.4rem 0 0;
    background-color: #000099;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .info-first-block .how-card .how-info-pc .how-info-txt {
    color: #000099;
    line-height: 1.4;
    font-size: 1.4rem;
    margin: 1.5rem;
  }
}

@media (min-width: 769px) and (min-width: 1094px) {
  .info-first-block .how-card .how-info-pc .how-info-txt {
    line-height: 1.5;
  }
  .info-first-block .how-card .how-info-pc .how-info-txt p {
    margin-bottom: 0.8rem;
  }
}

@media (min-width: 769px) {
  .info-first-block .how-card .how-info-pc .how-info-img {
    margin: 0 auto;
    width: 8.9rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
}

@media (min-width: 769px) and (min-width: 769px) and (max-width: 788px) {
  .info-first-block .how-card .how-info-pc .how-info-img {
    display: none;
  }
}

@media (min-width: 769px) {
  .info-first-block .how-card .how-info-pc .btn-name {
    cursor: pointer;
  }
}

.info-first-block .news-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 0 0.5rem 3rem;
  -webkit-box-shadow: 0 0 0.7rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.7rem rgba(0, 0, 0, 0.2);
  color: #333;
  background-color: #fff;
  border-radius: 1.5rem;
}

@media (min-width: 769px) {
  .info-first-block .news-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: calc((100% - 4rem) * 3 / 4);
    margin: 0;
  }
}

@media (min-width: 769px) and (min-width: 993px) {
  .info-first-block .news-card {
    width: calc((100% - 4rem) * 4 / 5);
  }
}

.info-first-block .news-card .video .card-img:before {
  content: url('/junction/assets/img/btn_arrow.svg');
  position: absolute;
  bottom: 0;
  right: 0;
  width: 6rem;
  height: 6rem;
  z-index: 1;
}

.info-first-block .news-card .img-modal {
  width: 100%;
}

@media (min-width: 769px) {
  .info-first-block .news-card .img-modal {
    width: 55%;
  }
}

.info-first-block .news-card .card-img {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 1.5rem 1.5rem 0 0;
}

@media (min-width: 769px) {
  .info-first-block .news-card .card-img {
    height: 100%;
    border-radius: 1.5rem 0 0 1.5rem;
    background-color: #dee7ef;
    display: table;
    text-align: center;
  }
}

.info-first-block .news-card .card-img .imgEff {
  position: relative;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  overflow: hidden;
}

@media (min-width: 769px) {
  .info-first-block .news-card .card-img .imgEff {
    vertical-align: middle;
    display: table-cell;
  }
}

.info-first-block .news-card .card-img .imgEff:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.info-first-block .news-card .card-img .imgEff:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(150%, #333));
  background-image: linear-gradient(180deg, transparent 0 80%, #333 150% 100%);
  /* グラデーション */
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: 1;
  /* 見えないように透過しておく */
}

.info-first-block .news-card .card-img .imgEff:hover:before {
  opacity: 0;
  /* マウスオーバーで可視化 */
}

@media (min-width: 769px) {
  .info-first-block .news-card .card-img .news-card-img-pc {
    max-height: 27.7rem;
  }
}

.info-first-block .news-card .card-info {
  width: 100%;
  padding: 0 2rem 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media (min-width: 769px) {
  .info-first-block .news-card .card-info {
    width: 45%;
    height: 100%;
    padding: 0;
  }
}

.info-first-block .news-card .card-info .ribbon {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 2rem;
  margin: 0;
  padding: 0.5rem 1rem 0.2rem;
  z-index: 2;
  width: 40px;
  text-align: center;
  color: #fff;
  background: #FF7474;
  font-weight: bold;
}

@media (min-width: 769px) {
  .info-first-block .news-card .card-info .ribbon {
    right: 6%;
  }
}

.info-first-block .news-card .card-info .ribbon:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 3rem solid #FF7474;
  border-right: 3rem solid #FF7474;
  border-bottom: 0.7rem solid transparent;
}

@media (min-width: 769px) {
  .info-first-block .news-card .card-info .card-info-new {
    padding: 1.5rem 2rem;
  }
}

.info-first-block .news-card .card-info .card-info-new .category-area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.info-first-block .news-card .card-info .card-info-new .category-area .category-tag {
  height: 2.7rem;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 2.3rem;
  color: #479adf;
  border-radius: 1.5rem;
  background-color: #fff;
  padding: 0 1rem;
  margin: 1.5rem 0 1rem;
  border: 0.2rem solid #479adf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.info-first-block .news-card .card-info .card-info-new .category-txt {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

.info-first-block .news-card .card-info .card-info-new .card-hash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info-first-block .news-card .card-info .card-info-new .card-hash .hash-txt {
  color: #000099;
  margin-right: 1rem;
}

.info-first-block .news-card .card-info .card-info-new .date-area:before {
  content: url('/junction/assets/img/icon_date.svg');
  display: inline-block;
  vertical-align: middle;
  padding-right: 0.4rem;
  width: 1.5rem;
}

@media all and (min-width: 769px) {
  _:-ms-input-placeholder, :root .info-first-block .news-card .card-img:before {
    height: auto;
    bottom: 1rem;
    right: 1rem;
    width: 6.4rem;
  }
}

.info-second-block {
  padding-bottom: 1rem;
}

.info-second-block .news-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 0 0.5rem 3rem;
  -webkit-box-shadow: 0 0 0.7rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.7rem rgba(0, 0, 0, 0.2);
  color: #333;
  background-color: #fff;
  border-radius: 1.5rem;
}

@media (min-width: 769px) {
  .info-second-block .news-card {
    width: calc((100% - 10rem) / 3);
    margin: 0 5rem 5rem 0;
  }
  .info-second-block .news-card:nth-child(3n) {
    margin: 0 0 5rem;
  }
}

.info-second-block .news-card .video .card-img:before {
  content: url('/junction/assets/img/btn_arrow.svg');
  position: absolute;
  bottom: 0;
  right: 0;
  width: 6rem;
  height: 6rem;
  z-index: 1;
}

.info-second-block .news-card .card-img {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 1.5rem 1.5rem 0 0;
}

.info-second-block .news-card .card-img .imgEff {
  position: relative;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  overflow: hidden;
}

.info-second-block .news-card .card-img .imgEff:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.info-second-block .news-card .card-img .imgEff:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(150%, #333));
  background-image: linear-gradient(180deg, transparent 0 80%, #333 150% 100%);
  /* 円形グラデーション */
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: 1;
  /* 見えないように透過しておく */
}

.info-second-block .news-card .card-img .imgEff:hover:before {
  opacity: 0;
  /* マウスオーバーで可視化 */
}

.info-second-block .news-card .card-info {
  width: 100%;
  padding: 0 2rem 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.info-second-block .news-card .card-info .ribbon {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 2rem;
  margin: 0;
  padding: 0.5rem 1rem 0.2rem;
  z-index: 2;
  width: 40px;
  text-align: center;
  color: #fff;
  background: #FF7474;
  font-weight: bold;
}

@media (min-width: 769px) {
  .info-second-block .news-card .card-info .ribbon {
    width: 30px;
    right: 8%;
    font-size: 1.2rem;
  }
}

.info-second-block .news-card .card-info .ribbon:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 3rem solid #FF7474;
  border-right: 3rem solid #FF7474;
  border-bottom: 0.7rem solid transparent;
}

@media (min-width: 769px) {
  .info-second-block .news-card .card-info .ribbon:after {
    border-left: 2.5rem solid #FF7474;
    border-right: 2.5rem solid #FF7474;
    border-bottom: 0.5rem solid transparent;
  }
}

.info-second-block .news-card .card-info .category-area {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.info-second-block .news-card .card-info .category-area .category-tag {
  height: 2.7rem;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 2.3rem;
  color: #479adf;
  border-radius: 1.5rem;
  background-color: #fff;
  padding: 0 1rem;
  margin: 1.5rem 0 1rem;
  border: 0.2rem solid #479adf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.info-second-block .news-card .card-info .category-txt {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

.info-second-block .news-card .card-info .card-hash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info-second-block .news-card .card-info .card-hash .hash-txt {
  color: #000099;
  margin-right: 1rem;
}

.info-second-block .news-card .card-info .date-area:before {
  content: url('/junction/assets/img/icon_date.svg');
  display: inline-block;
  vertical-align: middle;
  padding-right: 0.4rem;
  width: 1.5rem;
}

.info-second-block .content-more {
  width: 100%;
  margin: 0 auto 2rem;
}

@media (min-width: 769px) {
  .info-second-block .content-more {
    width: 40%;
    margin: 0 30% 4rem;
  }
}

.info-second-block .content-more .btn-more {
  font-size: 1.8rem;
  text-align: center;
  padding: 10px;
  color: #fff;
  background: #479adf;
  border-radius: 1rem;
  cursor: pointer;
}

.info-second-block .content-more .btn-more .more-arrow::after {
  font-family: FontAwesome, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","MS PGothic",'Noto Sans JP',sans-serif,Helvetica,Arial;
  content: " \f107";
  margin-left: 0.3rem;
}

.info-second-block .content-more .btn-more:hover {
  background-color: #000099;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.hashtag-area2 {
  width: 100%;
}

@media (min-width: 769px) {
  .hashtag-area2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 4rem;
  }
}

.hashtag-area2 .container-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 769px) {
  .hashtag-area2 .container-tit {
    width: 40%;
  }
}

@media (min-width: 993px) {
  .hashtag-area2 .container-tit {
    width: 35%;
  }
}

.hashtag-area2 .container-tit .tit-icon {
  width: 6.4rem;
}

.hashtag-area2 .container-tit .tit-h2 {
  margin: 0;
  color: #000099;
  font-size: 2rem;
}

.hashtag-area2 .container-tit .balloon-left {
  position: relative;
  padding: 1.2rem 5rem;
  border: 2px solid #000099;
  border-radius: 3rem;
  margin-left: 1.2rem;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 769px) {
  .hashtag-area2 .container-tit .balloon-left {
    padding: 1.5rem 5rem;
  }
}

.hashtag-area2 .container-tit .balloon-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -21px;
  margin-top: -10px;
  border: 0 solid transparent;
  border-width: 9px 0px 9px 9px;
  border-right: 17px solid #e5f2fd;
  z-index: 2;
}

.hashtag-area2 .container-tit .balloon-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -10px;
  border: 0 solid transparent;
  border-width: 9px 0px 9px 9px;
  border-right: 17px solid #000099;
  z-index: 1;
}

.hashtag-area2 .container-hash {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 1rem 1.5rem 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 769px) {
  .hashtag-area2 .container-hash {
    width: 60%;
    padding: 0 1rem 0 0;
  }
}

@media (min-width: 993px) {
  .hashtag-area2 .container-hash {
    width: 65%;
  }
}

.hashtag-area2 .container-hash .hashtag {
  height: 2.7rem;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 2.7rem;
  color: #fff;
  border-radius: 1.5rem;
  background-color: #000099;
  padding: 0 1.2rem;
  margin: 0 1rem 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.hashtag-area2 .container-hash .hashtag:last-child {
  margin-right: 0;
}

@media (min-width: 769px) {
  .info-area-pickup {
    padding: 0;
  }
}

@media (min-width: 769px) {
  .info-third-block {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 5rem 0;
    padding: 0 7rem;
  }
}

@media (min-width: 769px) {
  .info-third-block .article-wrap {
    width: 100%;
  }
}

.info-third-block .news-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0.5rem 3rem;
  -webkit-box-shadow: 0 0 0.7rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.7rem rgba(0, 0, 0, 0.2);
  color: #333;
  background-color: #fff;
  border-radius: 1.5rem;
}

@media (min-width: 769px) {
  .info-third-block .news-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 94%;
    height: 100%;
    margin: 0 1rem 0;
  }
}

.info-third-block .news-card .video .card-img:before {
  content: url('/junction/assets/img/btn_arrow.svg');
  position: absolute;
  bottom: 0;
  right: 0;
  width: 6rem;
  height: 6rem;
  z-index: 1;
}

.info-third-block .news-card .img-modal {
  width: 100%;
}

@media (min-width: 769px) {
  .info-third-block .news-card .img-modal {
    width: 130%;
  }
}

.info-third-block .news-card .card-img {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 1.5rem 1.5rem 0 0;
}

@media (min-width: 769px) {
  .info-third-block .news-card .card-img {
    height: 100%;
    border-radius: 1.5rem 0 0 1.5rem;
    background-color: #dee7ef;
    display: table;
    text-align: center;
  }
}

.info-third-block .news-card .card-img .imgEff {
  position: relative;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  overflow: hidden;
}

@media (min-width: 769px) {
  .info-third-block .news-card .card-img .imgEff {
    vertical-align: middle;
    display: table-cell;
  }
}

.info-third-block .news-card .card-img .imgEff:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.info-third-block .news-card .card-img .imgEff:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(150%, #333));
  background-image: linear-gradient(180deg, transparent 0 80%, #333 150% 100%);
  /* グラデーション */
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: 1;
  /* 見えないように透過しておく */
  top: 0;
  left: 0;
}

.info-third-block .news-card .card-img .imgEff:hover:before {
  opacity: 0;
  /* マウスオーバーで可視化 */
}

@media (min-width: 769px) {
  .info-third-block .news-card .card-img .news-card-img-pc {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 768px) {
  .info-third-block .news-card .card-img .news-card-img-pc {
    height: auto !important;
  }
}

.info-third-block .news-card .card-info {
  width: 100%;
  padding: 0 2rem 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .info-third-block .news-card .card-info {
    width: 200%;
    max-width: 254px;
    min-width: 15rem;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .info-third-block .news-card .card-info {
    padding-top: 3rem;
  }
}

.info-third-block .news-card .card-info .ribbon {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 2rem;
  margin: 0;
  padding: 0.5rem 1rem 0.2rem;
  z-index: 2;
  width: 40px;
  text-align: center;
  color: #fff;
  background: #FF7474;
  font-weight: bold;
}

@media (min-width: 769px) {
  .info-third-block .news-card .card-info .ribbon {
    width: 30px;
    right: 10%;
    font-size: 1.2rem;
  }
}

.info-third-block .news-card .card-info .ribbon:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 3rem solid #FF7474;
  border-right: 3rem solid #FF7474;
  border-bottom: 0.7rem solid transparent;
}

@media (min-width: 769px) {
  .info-third-block .news-card .card-info .ribbon:after {
    border-left: 2.5rem solid #FF7474;
    border-right: 2.5rem solid #FF7474;
    border-bottom: 0.5rem solid transparent;
  }
}

.info-third-block .news-card .card-info .category-area {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.info-third-block .news-card .card-info .category-area .category-tag {
  height: 2.7rem;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 2.3rem;
  color: #479adf;
  border-radius: 1.5rem;
  background-color: #fff;
  padding: 0 1rem;
  margin: 1.5rem 0 1rem;
  border: 0.2rem solid #479adf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.info-third-block .news-card .card-info .category-txt {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

.info-third-block .news-card .card-info .card-hash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info-third-block .news-card .card-info .card-hash .hash-txt {
  color: #000099;
  margin-right: 1rem;
}

@media (min-width: 769px) {
  .info-third-block .news-card .card-info .card-hash .hash-txt {
    font-size: 1.4rem;
  }
}

.info-third-block .news-card .card-info .date-area:before {
  content: url('/junction/assets/img/icon_date.svg');
  display: inline-block;
  vertical-align: middle;
  padding-right: 0.4rem;
  width: 1.5rem;
}

@media (min-width: 769px) {
  .info-third-block .news-card .card-info .date-area {
    font-size: 1.4rem;
  }
}

@media (max-width: 768px) {
  .category-tit h2 {
    font-size: 2.2rem;
  }
}

@media (min-width: 769px) {
  .tit-area-pickup {
    padding: 1.5rem 0;
  }
  .tit-area-pickup .category-tit {
    width: 40rem;
    max-width: 40rem;
    min-width: 38rem;
  }
}

/*.info-third-block .news-card{*/
/*  width: 48% !important;*/
/*  height: auto !important;*/
/*}*/
.slick-arrow {
  position: absolute;
  z-index: 99;
  top: calc(50% - 33px);
  left: 0.5rem;
  cursor: pointer;
}

.slick-arrow.next_icon {
  left: auto;
  right: 1.2%;
}

.bnr-area {
  padding: 3rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.bnr-area .container-bnr {
  max-width: 40rem;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .bnr-area .container-bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 120rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.bnr-area .container-bnr a {
  text-align: center;
  padding: 0;
}

@media (min-width: 769px) {
  .bnr-area .container-bnr a {
    padding-left: 1.25rem;
  }
}

.bnr-area .container-bnr a img {
  margin-bottom: 2.5rem;
}

@media (min-width: 769px) {
  .bnr-area .container-bnr a img {
    width: calc(100% - 3rem);
    max-width: 38rem;
    margin-top: 1.5rem;
  }
}

/* 追従ナビ */
.scroll_nav.active .header {
  -webkit-animation: SlideIn 0.7s;
          animation: SlideIn 0.7s;
}

@-webkit-keyframes SlideIn {
  0% {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes SlideIn {
  0% {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* ハッシュタグ */
.hashtag-search-area {
  display: none;
  margin-top: -2rem;
  color: #000099;
}

.hashtag-search-area-title {
  font-weight: normal;
}

/* トップへ戻る */
#page_top {
  display: none;
  /*display: flex;*/
  position: fixed;
  width: 60px;
  height: 60px;
  background: url('/junction/assets/img/backtotop.svg') #FFFFFF no-repeat;
  background-size: contain;
  overflow: hidden;
  zoom: 1;
  z-index: 99;
  right: 40px;
  /*bottom: 60px;*/
  bottom: -70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 10px;
  font-size: 1rem;
  color: #000099;
  border: #000099 2px solid;
  border-radius: 30px;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.2));
}

#page_top.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slide {
  height: auto !important;
}

@media (max-width: 768px) {
  .info-third-block .dummy-article {
    display: none;
  }
}

.scroll_nav.active .header {
  -webkit-box-shadow: 0 0 0.7rem black;
          box-shadow: 0 0 0.7rem black;
}

.junction-lower-page .category-tit {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 0 0;
  margin-top: 0;
}

@media (min-width: 769px) {
  .junction-lower-page .category-tit {
    padding-top: 0.5rem;
  }
}

.junction-lower-page .category-tit .tit-left-icon {
  width: 3.6rem;
  margin-right: 1.2rem;
}

.junction-lower-page .category-tit h2:before {
  content: normal;
}

.junction-lower-page .category-tit h2:after {
  content: normal;
}

.footer {
  padding: 2rem 1rem;
  font-size: 1.4rem;
  background-color: #000099;
  text-align: center;
}

.footer .footer-logo {
  margin-bottom: 0.2rem;
  width: 14rem;
}

.footer .copyright {
  text-align: center;
  color: #fff;
}

.privacy_policy {
  text-align: center;
  color: #fff;
  padding: 1rem 0 0 0;
}

.privacy_policy a {
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  display: inline-block;
}

.privacy_policy a:first-of-type {
  padding-right: 1rem;
}

main .breadcrumb-wrap {
  display: none;
}

@media (min-width: 769px) {
  main .breadcrumb-wrap {
    display: block;
  }
}

main .breadcrumb {
  margin: 0;
}

main .breadcrumb .breadcrumb-item {
  display: inline-block;
  list-style: none;
}

main .article-detail {
  padding: 4rem 1rem 2.2rem;
}

@media (min-width: 769px) {
  main .article-detail {
    padding-top: 0;
  }
}

main .breadcrumb {
  padding-top: 1rem;
  padding-bottom: 4rem;
  font-size: 1.4rem;
}

main .breadcrumb li:after {
  content: '>';
  padding: 0 0.8rem;
  color: #999999;
}

main .breadcrumb li:last-child:after {
  content: '';
}

main .breadcrumb li a {
  text-decoration: none;
  color: #000099;
}

main .breadcrumb li a:hover {
  text-decoration: underline;
}

main .article-detail-content {
  padding: 4rem 2rem;
  background: #FFFFFF;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0 0 0.7rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0.7rem rgba(0, 0, 0, 0.2);
}

@media (min-width: 769px) {
  main .article-detail-content {
    padding: 5rem;
  }
}

@media (min-width: 769px) {
  main .article-info {
    margin: 0 auto;
    max-width: 80rem;
  }
}

main .article-info .article-info-category-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main .article-info .category-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

main .article-info .category-area .category-tag {
  height: 2.7rem;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 2.4rem;
  color: #74b3e8;
  border-radius: 1.5rem;
  background-color: #fff;
  padding: 0 1rem;
  margin-bottom: 1.5rem;
  border: 0.2rem solid #74b3e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 769px) {
  main .article-info .date-area {
    font-size: 1.4rem;
  }
}

main .article-info .date-area:before {
  content: url('/junction/assets/img/icon_date.svg');
  display: inline-block;
  vertical-align: middle;
  padding-right: 0.4rem;
  width: 1.5rem;
}

main .article-info .article-header {
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 4.8rem;
  line-height: 1.5;
}

@media (min-width: 769px) {
  main .article-info .article-header {
    font-size: 2.6rem;
  }
}

main .article-info .article-img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
}

main .video .article-img-wrap:before {
  content: url('/junction/assets/img/btn_arrow.svg');
  position: absolute;
  bottom: 0;
  right: 0;
  width: 6rem;
  height: 6rem;
  z-index: 1;
}

main .article-info .article-lead {
  margin: 4rem 0 6rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

@media (min-width: 769px) {
  main .article-info .article-lead {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 9rem;
  }
}

main .article-content {
  max-width: 80rem;
  margin: 0 auto;
  background: #FFFFFF;
  overflow-wrap: break-word;
}

.article-content .header {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 4rem;
  height: auto;
  border-left: 0.6rem solid #C1E3FF;
  padding-left: 1.6rem;
  line-height: 1.5;
}

@media (min-width: 769px) {
  .article-content .header {
    font-size: 2rem;
    border-left: 1rem solid #C1E3FF;
  }
}

.article-content .text {
  font-size: 1.6rem;
  margin-bottom: 3.6rem;
}

.article-content .text a {
  color: #000099;
  text-decoration: underline;
}

.article-content .text a:hover {
  color: #479adf;
}

.article-content .text .link {
  padding: 0.3em 2rem 0.3em 1.4em;
  margin: 1.5rem 0 3.6rem;
  background: url('/junction/assets/img/icon_other.png') right center/15px auto no-repeat;
  position: relative;
  display: inline-block;
}

.article-content .text .link:before {
  content: '';
  position: absolute;
  background-color: #C1E3FF;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  left: 0px;
  top: 10px;
}

.article-content .text strong {
  background-color: #FFFF00;
  font-weight: normal;
}

.article-content .inline-header {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 3.6rem;
}

@media (min-width: 769px) {
  .article-content .inline-header {
    margin-bottom: 3rem;
  }
}

.article-content .text.note {
  font-size: 1.2rem;
}

@media (min-width: 769px) {
  .article-content .text.note {
    font-size: 1.4rem;
  }
}

.article-content ul.list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 3.6rem;
  font-size: 1.6rem;
}

.article-content ul.list li {
  position: relative;
  padding: 0.3em 0 0.3em 1.6em;
}

.article-content ul.list li:before {
  font-size: 1.2rem;
  content: '';
  position: absolute;
  background-color: #C1E3FF;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  left: 0px;
  top: 10px;
}

.article-content .table {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 3.6rem;
  border-spacing: 0;
  border-collapse: collapse;
  border: 2px solid #999999;
  font-size: 1.2rem;
}

@media (min-width: 769px) {
  .article-content .table {
    font-size: 1.6rem;
  }
}

.article-content .table tr {
  border: 2px solid #999999;
}

.article-content .table tr:first-child th {
  border-left: 2px solid #EAEAEA;
}

.article-content .table th {
  background-color: #666666;
  color: #FFFFFF;
  font-weight: bold;
  height: 4.6rem;
}

.article-content .table tr:first-child th:first-child {
  background-color: #EAEAEA;
  border-top: 2px solid #999999;
  border-left: 2px solid #999999;
  border-right: 2px solid #666666;
}

.article-content .table td {
  height: 4.6rem;
  padding-left: 0.6rem;
  border: 2px solid #999999;
}

.article-content .table td:first-child {
  background-color: #666666;
  color: #FFFFFF;
  font-weight: bold;
  border-bottom-color: #EAEAEA;
}

@media (min-width: 769px) {
  .article-content .table td {
    padding-left: 1.8rem;
  }
}

.article-content .figure {
  margin: 0;
}

.article-content .figure-img.img-fluid {
  border-radius: 1.5rem 1.5rem 0 0;
  width: 100%;
}

.article-content .figure-caption {
  background-color: #EAEAEA;
  padding: 1.6rem 1.2rem;
  border-radius: 0 0 1.5rem 1.5rem;
  margin-bottom: 4rem;
  line-height: 1.3;
}

@media (min-width: 769px) {
  .article-content .figure-caption {
    padding: 3rem;
    line-height: 1.6;
  }
}

.article-content .news-card {
  padding: 1.8rem 1.5rem;
  border-radius: 1.5rem;
  margin-bottom: 4rem;
  border: 0.2rem solid #999999;
}

@media (min-width: 769px) {
  .article-content .news-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 4rem;
  }
}

@media (min-width: 769px) {
  .article-content .news-card .video {
    margin-bottom: 0;
    width: 70%;
  }
}

.article-content .news-card .imgEff {
  margin-bottom: 2.2rem;
}

@media (min-width: 769px) {
  .article-content .news-card .imgEff {
    margin-bottom: 0;
  }
}

.article-content .news-card .imgEff img {
  border-radius: 1.5rem;
}

@media (min-width: 769px) {
  .article-content .card-info {
    padding-left: 2rem;
  }
}

@media (min-width: 769px) {
  .article-content .news-card .date-area {
    font-size: 1.4rem;
  }
}

.article-content .news-card .date-area:before {
  content: url('/junction/assets/img/icon_date.svg');
  display: inline-block;
  vertical-align: middle;
  padding-right: 0.4rem;
  width: 1.5rem;
}

@media (min-width: 769px) {
  .article-content .news-card .date-area {
    font-size: 1.4rem;
  }
}

.article-content .box.box-bordered {
  padding: 1.8rem 1.5rem;
  border-radius: 1.5rem;
  margin-bottom: 4rem;
  border: 0.2rem solid #999999;
}

@media (min-width: 769px) {
  .article-content .box.box-bordered {
    padding: 4rem;
  }
}

@media (min-width: 769px) {
  .article-content .box.box-bordered .text {
    margin: 0;
  }
}

main .article-hash a {
  margin: 0 1rem 1rem 0;
  display: inline-block;
}

@media (min-width: 769px) {
  main .article-hash {
    max-width: 80rem;
    margin: 0 auto;
  }
}

main .article-hash .hash-txt {
  height: 2.7rem;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2.7rem;
  color: #ffffff;
  border-radius: 1.5rem;
  background-color: #000299;
  padding: 0 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}

main .container-w .back-to-list {
  margin: 0 1rem 5rem;
}

@media (min-width: 769px) {
  main .container-w .back-to-list {
    width: 40%;
    margin: 3rem 30% 8rem;
  }
}

main .container-w .back-to-list .btn-back {
  font-size: 1.8rem;
  text-align: center;
  padding: 10px;
  color: #fff;
  background: #479adf;
  border-radius: 1rem;
  cursor: pointer;
  display: block;
}

main .container-w .back-to-list .btn-back .back-arrow::after {
  font-family: FontAwesome, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","MS PGothic",'Noto Sans JP',sans-serif,Helvetica,Arial;
  content: " \f106";
  margin-left: 0.3rem;
}

main .container-w .back-to-list .btn-back:hover {
  background-color: #000099;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
/*# sourceMappingURL=style.css.map */