body {
  background-color: #fff;
  color: #050505;
  font-family: BIZ UDPGothic, sans-serif;
  opacity: 0;
  overflow: scroll;
  pointer-events: none;
  transition: opacity .5s
}

body.active,
body.fixed {
  overflow: hidden
}

body.is-fade {
  opacity: 1;
  pointer-events: all
}

.c-page-header {
  z-index: 2
}

.news-archive {
  background-color: #f9f9f9;
  position: relative;
  padding: 100px 0;
}

@media (min-width:52.1875em) {
  .news-archive {
    padding-bottom: 6.1111111111vw
  }
}

@media (min-width:90em) {
  .news-archive {
    padding-bottom: 88px
  }
}

.news-archive:after {
  background-image: linear-gradient(90deg, transparent calc(100% - .24155vw), #d3d3d3 calc(100% - .24155vw));
  background-position: 50%;
  background-repeat: repeat;
  background-size: 29.2270531401vw 29.2270531401vw;
  content: "";
  height: 100%;
  left: 0;
  opacity: .3;
  position: absolute;
  top: 0;
  width: 100%
}

@media (min-width:52.1875em) {
  .news-archive:after {
    background-image: linear-gradient(90deg, transparent calc(100% - .06944vw), #d3d3d3 calc(100% - .06944vw));
    background-size: 13.2638888889vw 13.2638888889vw
  }
}

@media (min-width:90em) {
  .news-archive:after {
    background-image: linear-gradient(90deg, transparent calc(100% - 1px), hsla(0, 0%, 76%, .3) calc(100% - 1px));
    background-size: 191px 191px
  }
}

.news-archive__inner {
  margin: 0 auto;
  max-width: 88.4057971014vw;
  position: relative;
  z-index: 4
}

@media (min-width:52.1875em) {
  .news-archive__inner {
    max-width: 83.3333333333vw
  }
}

@media (min-width:90em) {
  .news-archive__inner {
    max-width: 1200px
  }
}

.news-archive__inner .news-archive__tag {
  background-color: #050505;
  border-radius: .4830917874vw;
  box-shadow: 0 1.9323671498vw 4.8309178744vw rgba(0, 0, 0, .25);
  color: #fff;
  margin-bottom: 9.6618357488vw;
  padding: 8.6956521739vw 8.6956521739vw 12.8019323671vw;
  position: relative;
  z-index: 3
}

@media (min-width:52.1875em) {
  .news-archive__inner .news-archive__tag {
    border-radius: .1388888889vw;
    box-shadow: 0 .5555555556vw 1.3888888889vw rgba(0, 0, 0, .25);
    margin-bottom: 3.6111111111vw;
    padding: 3.9583333333vw 4.1666666667vw 4.8611111111vw
  }
}

@media (min-width:90em) {
  .news-archive__inner .news-archive__tag {
    border-radius: 2px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .25);
    margin-bottom: 52px;
    padding: 57px 60px 70px
  }
}

.news-archive__inner .news-archive__tag .news-archive__title {
  font-size: 3.1400966184vw;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 6.7632850242vw
}

@media (min-width:52.1875em) {
  .news-archive__inner .news-archive__tag .news-archive__title {
    font-size: .9027777778vw;
    margin-bottom: 1.4583333333vw
  }
}

@media (min-width:90em) {
  .news-archive__inner .news-archive__tag .news-archive__title {
    font-size: 13px;
    margin-bottom: 21px
  }
}

.news-archive__inner .news-archive__tag ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 3.8647342995vw 2.8985507246vw;
  justify-content: flex-start
}

@media (min-width:52.1875em) {
  .news-archive__inner .news-archive__tag ul {
    gap: 1.3888888889vw
  }
}

@media (min-width:90em) {
  .news-archive__inner .news-archive__tag ul {
    gap: 20px
  }
}

.news-archive__inner .news-archive__tag ul li a {
  background-color: transparent;
  border: .2415458937vw solid #504f4f;
  border-radius: .9661835749vw;
  display: block;
  font-size: 3.1400966184vw;
  font-weight: 400;
  height: 100%;
  opacity: .8;
  padding: 1.690821256vw 2.4154589372vw 1.4492753623vw;
  width: 100%
}

@media (min-width:52.1875em) {
  .news-archive__inner .news-archive__tag ul li a {
    border: .0694444444vw solid #504f4f;
    border-radius: .2777777778vw;
    font-size: .9027777778vw;
    padding: .4861111111vw .6944444444vw .4166666667vw;
    transition: color .6s, background-color .6s, border-color .6s, opacity .6s
  }

  .news-archive__inner .news-archive__tag ul li a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #050505;
    opacity: 1
  }
}

@media (min-width:90em) {
  .news-archive__inner .news-archive__tag ul li a {
    border: 1px solid #504f4f;
    border-radius: 4px;
    font-size: 13px;
    padding: 7px 10px 6px
  }
}

.news-archive__inner .news-archive__tag ul li a.current {
  background-color: #fff;
  border: .2415458937vw solid #fff;
  color: #050505;
  opacity: 1
}

@media (min-width:52.1875em) {
  .news-archive__inner .news-archive__tag ul li a.current {
    border: .0694444444vw solid #fff
  }
}

@media (min-width:90em) {
  .news-archive__inner .news-archive__tag ul li a.current {
    border: 1px solid #fff
  }
}

.news-archive__inner .news-archive__contents {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 12.5603864734vw;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 88.4057971014vw;
  position: relative
}

@media (min-width:52.1875em) {
  .news-archive__inner .news-archive__contents {
    gap: 0;
    max-width: 75vw
  }
}

@media (min-width:90em) {
  .news-archive__inner .news-archive__contents {
    max-width: 1200px
  }
}

.news-archive_press .news-archive__inner .news-archive__contents {
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 88.4057971014vw;
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 50px;
}

@media (min-width:52.1875em) {
  .news-archive_press .news-archive__inner .news-archive__contents {
    gap: 50px;
    max-width: 75vw
  }
}

.news-archive_press .c-news-item {
  height: 100%;
}

.news-archive_press .c-news-item a {
  height: 100%;
  flex-flow: column;
  align-items: flex-start;
  gap: 20px;
}

.news-archive_press .c-news-item a .c-news-item__imagearea {
  width: 100%;
  margin: 0;
}

.news-archive_press .c-news-item a .c-news-item__textarea {
  width: 100%;
}

.news-archive_press .c-news-item a .c-news-item__textarea .c-news-item-info {
  width: 100%;
  justify-content: space-between;
}

.news-archive__title {
  max-width: 75vw;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
}

@media (min-width: 52.1875em) {
  .news-archive__title {
    max-width: 75vw;
  }
}

@media (min-width:90em) {
  .news-archive__title {
    max-width: 1200px;
  }
}

.news-archive__title h2 {
  font-size: 24px;
}

.news-archive__title a {
  font-size: 15px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%20%3Cg%20id%3D%22bg-btn%22%20transform%3D%22translate(-628.832%20-938)%22%3E%20%3Cg%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_29%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2029%22%20transform%3D%22translate(628.832%20938)%22%20fill%3D%22%23f9f9f9%22%20stroke%3D%22%23060a0d%22%20stroke-width%3D%221%22%3E%20%3Crect%20width%3D%2220%22%20height%3D%2220%22%20rx%3D%222%22%20stroke%3D%22none%22%2F%3E%20%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2219%22%20height%3D%2219%22%20rx%3D%221.5%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20id%3D%22arrow%22%20d%3D%22M3.6.176a.553.553%2C0%2C0%2C1%2C.809%2C0l3.427%2C3.6a.622.622%2C0%2C0%2C1%2C0%2C.849.553.553%2C0%2C0%2C1-.809%2C0L4%2C1.449.976%2C4.622a.553.553%2C0%2C0%2C1-.809%2C0%2C.622.622%2C0%2C0%2C1%2C0-.849L3.595.174Z%22%20transform%3D%22translate(641.632%20944)%20rotate(90)%22%20fill%3D%22%23050505%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center right 18px;
  padding: 20px 52px 20px 0;
}


.download {
  margin: 20.2898550725vw calc(50% - 50vw) 0
}

@media (min-width:52.1875em) {
  .download {
    margin: 4.8611111111vw 0 0
  }
}

@media (min-width:90em) {
  .download {
    margin: 70px 0 0
  }
}

.download__inner {
  background-color: #ea5506;
  color: #fff;
  display: block;
  margin: 0 auto;
  padding: 10.38647343vw 8.9371980676vw 12.8019323671vw;
  position: relative;
  width: 100%
}

@media (min-width:52.1875em) {
  .download__inner {
    border-radius: .1388888889vw;
    box-shadow: 0 .5555555556vw 1.6666666667vw rgba(234, 85, 6, .3);
    padding: 3.125vw 4.0277777778vw 3.6111111111vw
  }
}

@media (min-width:90em) {
  .download__inner {
    border-radius: 2px;
    box-shadow: 0 8px 24px rgba(234, 85, 6, .3);
    padding: 45px 58px 52px
  }
}

.download__inner:hover span img {
  transition: opacity .6s, transform .6s
}

.download__inner:hover span img:first-child {
  opacity: 1;
  transform: translate(-50%, -50%)
}

.download__inner:hover span img:last-child {
  opacity: 0;
  transform: translate(500%, -50%)
}

.download__inner .download__title {
  align-items: center;
  display: flex;
  font-size: 4.8309178744vw;
  font-weight: 700;
  justify-content: flex-start;
  line-height: 1.5;
  margin-bottom: 1.9323671498vw
}

@media (min-width:52.1875em) {
  .download__inner .download__title {
    font-size: 1.3888888889vw;
    margin-bottom: .5555555556vw
  }
}

@media (min-width:90em) {
  .download__inner .download__title {
    font-size: 20px;
    margin-bottom: 8px
  }
}

.download__inner .download__title img {
  height: auto;
  margin: 0 3.6231884058vw 0 0;
  width: 5.7971014493vw
}

@media (min-width:52.1875em) {
  .download__inner .download__title img {
    margin: 0 .8333333333vw 0 0;
    width: 1.6666666667vw
  }
}

@media (min-width:90em) {
  .download__inner .download__title img {
    margin: 0 12px 0 0;
    width: 24px
  }
}

.download__inner .download__text {
  font-size: 3.8647342995vw;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 9.6618357488vw
}

@media (min-width:52.1875em) {
  .download__inner .download__text {
    font-size: 1.1111111111vw;
    padding-left: 2.3611111111vw
  }
}

@media (min-width:90em) {
  .download__inner .download__text {
    font-size: 16px;
    padding-left: 34px
  }
}

.download__inner span {
  background-color: #fff;
  border-radius: .4830917874vw;
  height: 7.2463768116vw;
  position: absolute;
  right: 8.6956521739vw;
  top: 50%;
  transform: translateY(-50%);
  width: 7.2463768116vw
}

@media (min-width:52.1875em) {
  .download__inner span {
    border-radius: .1388888889vw;
    height: 3.75vw;
    right: 4.1666666667vw;
    width: 3.75vw
  }
}

@media (min-width:90em) {
  .download__inner span {
    border-radius: 2px;
    height: 54px;
    right: 60px;
    width: 54px
  }
}

.download__inner span img {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.4492753623vw
}

@media (min-width:52.1875em) {
  .download__inner span img {
    width: .625vw
  }
}

@media (min-width:90em) {
  .download__inner span img {
    width: 9px
  }
}

.download__inner span img:first-child {
  opacity: 0;
  transform: translate(-550%, -50%)
}

.download__inner span img:last-child {
  opacity: 1;
  transform: translate(-50%, -50%)
}

.c-page-header__short {
  margin-bottom: 0;
  max-height: none;
  height: auto;
}

.c-page-header__short .c-page-header__inner {
  display: block;
  text-align: center;
  padding-bottom: 80px;
}

.c-page-header__short .c-page-header__title {
  margin-bottom: 28px;
}

.c-page-header__text {
  color: #fff;
  line-height: 1.6;
}

@media (max-width:52.1875em) {
  .c-page-header__text {
    font-size: 14px;
  }
}

/* column__cta */
.p-column__cta {
  padding: 0 16px 100px;
  background: #F9F9F9;
}