@charset "UTF-8";

.header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, .8);
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  padding: 0 4vw
}

.header-logo a {
  display: block;
  width: 150px;
  height: 0;
  padding-top: 32px;
  overflow: hidden;
  background: url(../img/logo_header.svg) no-repeat center center/contain;
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}

.header-logo a:hover {
  opacity: .8
}

.header-jpx {
  display: flex;
  align-items: center;
  height: 34px;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #ccc;
}

.header-jpx_img {
  width: 26px;
  height: auto;
}

.header-jpx_txt {
  margin-left: 3px;
  font-family: 'Yu Gothic Medium','游ゴシック Medium','YuGothic','游ゴシック体',sans-serif;
  font-size: 2.666667vw;
  font-weight: 700;
  text-align: center;
  transform: scale(.6);
  transform-origin: 0;
}

.news, .post {
  background: #efefef
}

.news-inner {
  padding: 80px 4vw 70px
}

.news-ttl {
  display: inline-block;
  font-size: 5.6vw
}

.news-ttl::after {
  display: block;
  width: 100%;
  height: 2px;
  background: #252525;
  content: ''
}

.news-item {
  margin-top: 40px
}

.news-item a {
  display: block
}

.news-item time {
  font-size: 3.73333vw;
  font-family: Roboto
}

.news-itemTxt h3 {
  margin-top: 10px;
  font-size: 4.26667vw
}

.news-itemTxt p {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, .1);
  font-size: 3.46667vw;
  line-height: 1.9
}

.news-itemTxt p::after {
  content: '…'
}

.post-inner {
  padding: 80px 4vw 70px
}

.post-inner time {
  display: block;
  position: relative;
  padding-top: 10vw;
  border-top: 2px solid rgba(0, 0, 0, .1);
  font-size: 3.73333vw;
  font-family: Roboto
}

.post-inner time::before {
  position: absolute;
  top: -2px;
  left: 0;
  width: 6vw;
  height: 2px;
  background: #000;
  content: ''
}

.post-ttl {
  margin-top: 4vw;
  font-size: 5.6vw
}

.post-body p {
  margin-top: 40px;
  font-size: 3.46667vw;
  line-height: 1.9;
  text-align: justify
}

.post-media iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.post-body table {
  width: 100%;
  margin-top: 40px;
  font-size: 3.46667vw;
  border: 1px solid #ccc;
}

.post-body table th,
.post-body table td {
  padding: 10px;
  border: 1px solid #ccc;
}

.post-body table th {
  text-align: left;
  vertical-align: top;
}

.post-btn {
  margin-top: 40px;
  text-align: center;
  text-transform: uppercase
}

.post-btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 3.46667vw;
  font-family: Roboto
}

.post-btn a::after {
  width: 5.33333vw;
  height: 2.66667vw;
  margin: 3px 0 0 5px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMCAxNSI+PHBhdGggZD0iTTIwLjE1OSwyLjE0MywyNC4wOCw1Ljk4NUgxMi4zNzF2My4wM0gyNC4wOGwtMy45MjEsMy44NDJMMjIuMzQ2LDE1LDMwLDcuNSwyMi4zNDYsMFpNNi4xODcsOS4wMTNWNS45ODNIOS4yNzl2My4wM1pNMCw5LjAxNFY1Ljk4NEgzLjA5M3YzLjAzWiIgZmlsbD0iIzAwMCIvPjwvc3ZnPg==) no-repeat center center/contain;
  content: '';
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s
}

.post-btn a:hover {
  color: #666
}

.post-btn a:hover::after {
  -webkit-transform: translateX(5px);
  transform: translateX(5px)
}

.footer-inner {
  padding: 40px 4vw 15px
}

.footer-logo a {
  display: block;
  width: 32vw;
  height: 0;
  margin: 0 auto;
  padding-top: 10.4vw;
  overflow: hidden;
  background: url(../img/logo_vision.svg) center center/contain no-repeat;
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}

.footer-logo a:hover {
  opacity: .8
}

.footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  padding: 20px 3vw;
  border-top: 1px solid rgba(0, 0, 0, .1);
  border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.footer-item {
  width: 50%;
  font-size: 3.2vw
}

.footer-item:last-of-type {
  margin-top: 3%
}

.footer-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.footer-item a::after {
  width: 2.93333vw;
  height: 2.66667vw;
  margin-left: 2%;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMSAxMCI+PHBhdGggZD0iTTAsMFY3LjdIOC43VjBaTTcuNyw2LjdIMVYxSDcuN1pNMTEsMS44SDEwVjlIMS44djFIMTFaIi8+PC9zdmc+) no-repeat center center/contain;
  content: '';
  opacity: .3
}

.footer-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 15px;
  font-weight: 700;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif
}

.footer-copy p {
  font-size: 2.66667vw
}

.footer small {
  display: block;
  font-size: 2.66667vw
}

@media screen and (min-width:768px) {
  .header-inner {
    height: 90px
  }

  .header-logo a {
    width: 300px;
    padding-top: 64px
  }

  .header-jpx {
    height: 60px;
    margin-left: 15px;
    padding-left: 15px;
  }
  
  .header-jpx_img {
    width: 36px;
  }
  
  .header-jpx_txt {
    margin-left: 5px;
    font-size: 1.1rem;
    transform: scale(.8);
  }

  .news-inner {
    min-height: 80vh;
    padding: 11.71875vw 4vw
  }

  .news-ttl {
    font-size: 4.2rem
  }

  .news-item time {
    font-size: 1.8rem
  }

  .news-itemTxt h3 {
    font-size: 2.2rem
  }

  .news-itemTxt p {
    font-size: 1.6rem
  }

  .post-inner {
    min-height: 80vh;
    padding: 11.71875vw 4vw
  }

  .post-inner time {
    font-size: 1.8rem
  }

  .post-ttl {
    font-size: 4.2rem
  }

  .post-body p {
    margin-top: 60px;
    font-size: 1.6rem
  }

  .post-media {
    width: 75%;
    margin: 60px auto 0;
  }

  .post-body table {
    margin-top: 60px;
    font-size: 1.6rem;
  }

  .post-btn {
    margin-top: 60px
  }

  .post-btn a {
    font-size: 1.6rem
  }

  .post-btn a::after {
    width: 20px;
    height: 10px;
    margin-top: 5px
  }

  .footer-logo a {
    width: 160px;
    padding-top: 52px
  }

  .footer-item {
    width: initial;
    margin-right: 25px;
    font-size: 1.4rem
  }

  .footer-item:last-of-type {
    margin-top: 0
  }

  .footer-item a::after {
    width: 11px;
    height: 10px;
    margin-left: 5px
  }

  .footer-copy {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .footer-copy p {
    font-size: 1.2rem
  }

  .footer small {
    margin-left: 15px;
    font-size: 1.2rem
  }
}

@media screen and (min-width:1025px) {
  .header-inner {
    padding: 0 50px
  }

  .news-inner {
    padding: 120px 50px
  }

  .news-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
    -webkit-transition: background .3s;
    transition: background .3s
  }

  .news-item a:hover {
    background: rgba(0, 0, 0, .1)
  }

  .news-item time {
    margin-top: 1px
  }

  .news-itemTxt {
    width: calc(100% - 150px)
  }

  .news-itemTxt h3 {
    margin-top: 0
  }

  .post-inner {
    padding: 140px 20vw 120px
  }

  .post-inner time {
    padding-top: 80px
  }

  .post-inner time::before {
    width: 40px
  }

  .post-ttl {
    margin-top: 60px
  }

  .footer-inner {
    padding: 30px 50px 15px
  }

  .footer-list {
    padding: 20px
  }

  .footer small {
    font-size: 1.2rem;
    text-align: center
  }
}