@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------------
#newsrelease
----------------------------------------------------------*/
#newsrelease main h1 .txt-en {
  font-size: calc(50 / 1396 * 100vw);
}
#newsrelease main h1 .txt-en::before {
  transform: translateY(-.55em);
}
#newsrelease main h1 .txt-en img {
  height: calc(94 / 1396 * 100vw);
  width: auto;
}
#newsrelease main h1 .txt-ja {
  display: block;
  font-size: calc(20 / 1396 * 100vw);
  color: #606060;
  letter-spacing: .06em;
  font-weight: normal;
  padding-left: calc(76 / 1396 * 100vw);
  margin-top: calc(22 / 1396 * 100vw);
}
#newsrelease main h1 .txt-ja::before {
  display: none;
}

#newsrelease article {
  position: relative;
  padding-top: calc(90 / 1396 * 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
#newsrelease article > * {
  min-height: 0%;
  max-width: 100%;
}
#newsrelease article::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: calc(460 / 1396 * 100vw);
  content: '';
  background-color: #EBEBEB;
  z-index: -1;
}
#newsrelease article * {
  box-sizing: border-box;
}
#newsrelease article .inner {
  padding: calc(56 / 1396 * 100vw) 0 calc(120 / 1396 * 100vw);
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  width: calc(1248 / 1396 * 100vw);
}
#newsrelease .year {
  position: relative;
  background-color: #222;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  color: #fff;
  height: calc(70 / 1396 * 100vw);
  margin-bottom: calc(60 / 1396 * 100vw);
  width: calc(1248 / 1396 * 100vw);
  font-size: calc(18 / 1396 * 100vw);
  letter-spacing: .19em;
  z-index: 1;
}
#newsrelease .year::after {
  position: absolute;
  top: calc(31 / 1396 * 100vw);
  right: calc(48 / 1396 * 100vw);
  width: calc(14 / 1396 * 100vw);
  height: calc(9 / 1396 * 100vw);
  background: url('../img/newsrelease/icon_down.svg') no-repeat center bottom;
  background-size: 100% auto;
  content: '';
  pointer-events: none;
}
#newsrelease .year.is-open {
  box-shadow: none;
}
#newsrelease .year .current {
  display: flex;
  align-items: center;
  font-size: calc(18 / 1396 * 100vw);
  height: calc(70 / 1396 * 100vw);
  padding: 0 calc(58 / 1396 * 100vw);
}
#newsrelease .year .contents {
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: calc(70 / 1396 * 100vw);
  pointer-events: none;
}
#newsrelease .year.is-open .contents {
  pointer-events: auto;
}
#newsrelease .year ul {
  background-color: #222;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  display: none;
  list-style: none;
}
#newsrelease .year li {
  display: flex;
  align-items: center;
  height: calc(70 / 1396 * 100vw);
  padding: 0 calc(58 / 1396 * 100vw);
}
#newsrelease .sec:not(.current) {
  display: none;
}
#newsrelease .sec h2 .ttl-en {
  display: flex;
  align-items: center;
  color: #E85382;
  font-size: calc(34 / 1396 * 100vw);
  font-weight: normal;
  letter-spacing: .2em;
}
#newsrelease .sec h2 .ttl-en::before {
  content: '';
  display: block;
  margin-right: calc(11 / 1396 * 100vw);
  width: calc(50 / 1396 * 100vw);
  height: 3px;
  background: transparent linear-gradient(90deg, #DE3B70 0%, #EC733F 11%, #DE3B70 61%, #E9829F 100%) 0% 0% no-repeat padding-box;
}
#newsrelease .sec h2 .ttl-ja {
  display: block;
  font-size: calc(16 / 1396 * 100vw);
  font-weight: normal;
  letter-spacing: .06em;
  margin-top: calc(5 / 1396 * 100vw);
  margin-left: calc(61 / 1396 * 100vw);
}
#newsrelease .news-list {
  border-top: 1px solid #D1D1D1;
  margin: calc(47 / 1396 * 100vw) calc(61 / 1396 * 100vw) 0;
}
#newsrelease dt {
  padding-top: calc(15 / 1396 * 100vw);
  margin-left: calc(7 / 1396 * 100vw);
}
#newsrelease dd {
  font-size: calc(14 / 1396 * 100vw);
  letter-spacing: .06em;
  line-height: 1.9;
  border-bottom: 1px solid #D1D1D1;
  margin-top: calc(9 / 1396 * 100vw);
  margin-left: calc(7 / 1396 * 100vw);
  padding-bottom: calc(18 / 1396 * 100vw);
}
#newsrelease dd a[href$=".pdf"]::after {
  content: '';
  display: inline-block;
  width: calc(24 / 1396 * 100vw);
  height: calc(20 / 1396 * 100vw);
  vertical-align: middle;
  background: url(../common/img/icon_pdf.svg) no-repeat;
  background-size: 1.7vw auto;
  margin-left: calc(7 / 1396 * 100vw);
}
#newsrelease .news-date {
  font-size: calc(15 / 1396 * 100vw);
  color: #606060;
  letter-spacing: .06em;
  margin-right: calc(22 / 1396 * 100vw);
}
#newsrelease .news-cat {
  display: inline-block;
  width: calc(125 / 1396 * 100vw);
  height: calc(24 / 1396 * 100vw);
  font-size: calc(12 / 1396 * 100vw);
  letter-spacing: .06em;
  font-weight: normal;
  line-height: calc(24 / 1396 * 100vw);
  text-align: center;
  color: #fff;
  background: #939393;
}

/* ---------------------------------------------------------
media queries
----------------------------------------------------------*/
@media screen and (max-width:768px) {

/* ---------------------------------------------------------
#newsrelease sp
----------------------------------------------------------*/
  #newsrelease main h1 .txt-en img {
    height: 16px;
    height: calc(16 / 375 * 100vw);
    width: auto;
  }
  #newsrelease main h1 .txt-en::before {
    transform: translateY(0);
  }
  #newsrelease main h1 .txt-ja {
    padding-left: 25px;
    padding-left: calc(25 / 375 * 100vw);
  }
  #newsrelease article {
    padding-top: 30px;
    padding-top: calc(30 / 375 * 100vw);
  }
  #newsrelease article .select-wrap {
    position: relative;
    width: 350px;
    width: calc(350 / 375 * 100vw);
    margin-bottom: 30px;
    margin-bottom: calc(30 / 375 * 100vw);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  }
  #newsrelease article .select-wrap::after {
    position: absolute;
    top: 20px;
    right: 21px;
    top: calc(20 / 375 * 100vw);
    right: calc(21 / 375 * 100vw);
    width: 11px;
    width: calc(11 / 375 * 100vw);
    height: 7px;
    height: calc(7 / 375 * 100vw);
    background: url('../img/newsrelease/icon_down.svg') no-repeat center bottom;
    background-size: 100% auto;
    pointer-events: none;
    content: '';
  }
  #newsrelease article .select-wrap select {
    -webkit-appearance: none;
    appearance: none;
    background-color: #222;
    border: none;
    color: #fff;
    width: 100%;
    height: 46px;
    height: calc(46 / 375 * 100vw);
    outline: none;
    padding-left: calc(20 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    letter-spacing: .19em;
  }
  #newsrelease article .inner {
    padding: 30px 0 60px;
    padding: calc(30 / 375 * 100vw) 0 calc(60 / 375 * 100vw);
    background-color: #fff;
    border-radius: 0;
    width: 100%;
    width: 100vw;
  }

  #newsrelease .sec h2 .ttl-en {
    font-size: 21px;
    font-size: calc(21 / 375 * 100vw);
    letter-spacing: .25em;
  }
  #newsrelease .sec h2 .ttl-en::before {
    margin-right: 6px;
    margin-right: calc(6 / 375 * 100vw);
    width: 19px;
    width: calc(19 / 375 * 100vw);
    height: 2px;
  }
  #newsrelease .sec h2 .ttl-ja {
    font-size: 13px;
    font-size: calc(13 / 375 * 100vw);
    margin-left: 25px;
    margin-left: calc(25 / 375 * 100vw);
  }
  #newsrelease .news-list {
    margin: 14px 12.5px 0;
    margin: calc(14 / 375 * 100vw) calc(12.5 / 375 * 100vw) 0;
  }
  #newsrelease dt {
    padding-top: 10px;
    padding-top: calc(10 / 375 * 100vw);
  }
  #newsrelease dd {
    font-size: 12px;
    margin-top: 7px;
    padding-bottom: 12px;
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.5;
    margin-top: calc(7 / 375 * 100vw);
    margin-left: 0;
    padding-bottom: calc(12 / 375 * 100vw);
  }
  #newsrelease dd a[href$=".pdf"]::after {
    width: 21px;
    height: 18px;
    margin-left: 5px;
    width: calc(21 / 375 * 100vw);
    height: calc(18 / 375 * 100vw);
    background-size: 5.6vw auto;
    margin-left: calc(5 / 375 * 100vw);
  }
  #newsrelease .news-date {
    font-size: 12px;
    margin-right: 9px;
    font-size: calc(12 / 375 * 100vw);
    margin-right: calc(9 / 375 * 100vw);
  }
  #newsrelease .news-cat {
    width: 105px;
    height: 17px;
    font-size: 10px;
    line-height: 17px;
    width: calc(105 / 375 * 100vw);
    height: calc(17 / 375 * 100vw);
    font-size: calc(10 / 375 * 100vw);
    line-height: calc(17 / 375 * 100vw);
  }


}
