@charset "UTF-8";
@media screen and (min-width:768px) {
  .pc {
    display: inline
  }
  .sp {
    display: none
  }
}

@media screen and (max-width:768px) {
  .pc {
    display: none
  }
  .sp {
    display: inline
  }
}

.about__inner {
  position: relative;
  width: 1300px;
  margin: 0 auto
}

@media screen and (max-width:768px) {
  .about__inner {
    width: 100%
  }
}

.about__headline {
  text-align: center;
  padding: 118px 0 60px
}

@media screen and (max-width:768px) {
  .about__headline {
    padding: 43px 0 33px
  }
}

.about__title {
  margin-bottom: 25px;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: .1em;
  text-indent: .1em
}

@media screen and (max-width:768px) {
  .about__title {
    font-size: 22px;
    margin-bottom: 10px;
    letter-spacing: .2em;
    text-indent: .2em
  }
}

.about__ja {
  margin-bottom: 15px;
  font-size: 12px;
  letter-spacing: .1em;
  text-indent: .1em
}

@media screen and (max-width:768px) {
  .about__ja {
    letter-spacing: 0;
    text-indent: 0
  }
}

.about__ja a {
  color: #000
}

.about__ja a:hover {
  cursor: pointer
}

.about__en {
  font-size: 24px;
  color: #fd0;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700
}

@media screen and (max-width:768px) {
  .about__en {
    font-size: 16px
  }
}

.about__scroll-bar {
  position: absolute;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fd0;
  right: 50%;
  width: 2px;
  height: 80px;
  margin-top: 10px
}

@media screen and (max-width:768px) {
  .about__scroll-bar {
    position: absolute;
    width: 1px;
    height: 50px;
    margin-top: 3px
  }
}

.section {
  background: #efede8
}

.section__inner {
  width: 1300px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative
}

@media screen and (max-width:768px) {
  .section__inner {
    width: 100%;
    border-radius: 10px
  }
}

.section__headline {
  color: #666
}

.section__headline .en {
  display: block;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700
}

@media screen and (max-width:768px) {
  .section__headline .en {
    font-size: 37px;
    line-height: 35px
  }
}

.section__headline .ja {
  display: block;
  letter-spacing: .05em;
  text-indent: .05em;
  margin-top: 10px
}

@media screen and (max-width:768px) {
  .section__headline .ja {
    font-size: 12px;
    line-height: 14px;
    margin-top: 6px
  }
}

.section--news {
  padding: 80px 15px 117px
}

@media screen and (max-width:768px) {
  .section--news {
    padding: 49px 15px 115px
  }
}

.section--news .section__inner {
  padding: 88px 60px 70px
}

@media screen and (max-width:768px) {
  .section--news .section__inner {
    padding: 42px 18px 26px 20px
  }
}

.section--news .section__headline {
  width: calc(100% - 780px)
}

@media screen and (max-width:768px) {
  .section--news .section__headline {
    width: 100%;
    margin-bottom: 30px
  }
}

.news {
  width: 780px
}

@media screen and (max-width:768px) {
  .news {
    width: 100%
  }
}

.news__pic {
  margin-top: 56px
}

@media screen and (max-width:768px) {
  .news__pic {
    display: none
  }
}

.news__pic__sp {
  display: none
}

@media screen and (max-width:768px) {
  .news__pic__sp {
    margin-top: 30px;
    display: block
  }
}

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

@media screen and (max-width:768px) {
  .news__info {
    display: block
  }
}

.newsList {
  border-top: 1px dotted rgba(0, 0, 0, .2)
}

.newsList__item {
  border-bottom: 1px dotted rgba(0, 0, 0, .2)
}

.newsList__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 0
}

@media screen and (max-width:768px) {
  .newsList__item a {
    display: block;
    padding: 12px 4px
  }
}

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

@media screen and (max-width:768px) {
  .newsList__detail {
    margin-bottom: 8px
  }
}

.newsList__date {
  width: 103px;
  font-size: 14px;
  letter-spacing: .1em;
  text-indent: .1em;
  color: #666;
  padding-left: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 20px
}

@media screen and (max-width:768px) {
  .newsList__date {
    width: auto;
    padding: initial;
    font-size: 12px;
    line-height: 15px
  }
}

.newsList__tag {
  width: 70px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  margin-left: 8px;
}

@media screen and (max-width:768px) {
  .newsList__tag {
    font-size: 10px;
    line-height: 15px
  }
}

.newsList__tag--houjin {
  background: #666
}

@media screen and (max-width:768px) {
  .newsList__tag--houjin {
    width: 56px;
    height: 15px
  }
}

.newsList__tag--event {
  background: #f03602
}

@media screen and (max-width:768px) {
  .newsList__tag--event {
    width: 56px;
    height: 15px
  }
}

.newsList__txt {
  width: calc(100% - 173px);
  color: #282828;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 23px;
  line-height: 30px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

@media screen and (max-width:768px) {
  .newsList__txt {
    padding-left: initial;
    line-height: 24px;
    font-size: 14px
  }
}

.newsList__txt:hover {
  color: #fd0
}

.news__link {
  margin-top: 25px
}

.news__link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-weight: 500;
  color: #666
}

.news__link a::before {
  content: "";
  width: 17px;
  height: 17px;
  background: url(/assets/img/corporation/home/arrow_news.png) center/cover no-repeat;
  margin-right: 7px
}