@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 {
  width: 1300px;
  margin: 0 auto;
  position: relative
}

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

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

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

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

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

.about__ja {
  margin-bottom: 14px;
  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
  }
}

.mission {
  background: #efede8;
  padding-top: 85px
}

@media screen and (max-width:768px) {
  .mission {
    padding: 55px 15px 0
  }
}

.mission__inner {
  width: 1300px;
  margin: 0 auto
}

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

.mission__text {
  margin: 0 auto;
  text-align: center
}

.mission__headline {
  font-size: 40px;
  letter-spacing: .05em;
  text-indent: .05em;
  font-weight: 700;
  line-height: 60px
}

@media screen and (max-width:768px) {
  .mission__headline {
    font-size: 22px;
    line-height: 31px
  }
}

.mission__headline small {
  display: block;
  font-size: 16px;
  line-height: 33px;
  font-weight: 400
}

@media screen and (max-width:768px) {
  .mission__headline small {
    font-size: 12px
  }
}

.mission__copy {
  margin-top: 30px;
  line-height: 30px;
  letter-spacing: .05em;
  text-indent: .05em
}

@media screen and (max-width:768px) {
  .mission__copy {
    font-size: 14px;
    text-align: left
  }
}

.news {
  padding-top: 83px;
  background: #efede8
}

@media screen and (max-width:768px) {
  .news {
    font-size: 14px;
    padding: 49px 15px 0
  }
}

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

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

.news__headline {
  font-size: 30px;
  width: 1177px;
  font-weight: 700;
  line-height: 50px;
  padding-bottom: 10px;
  letter-spacing: .05em;
  text-indent: .05em;
  text-indent: -21px;
  color: #282828;
  border-bottom: 1px dotted rgba(0, 0, 0, .2)
}

@media screen and (max-width:768px) {
  .news__headline {
    margin-bottom: 20px;
    padding-bottom: 15px;
    width: 100%;
    font-size: 22px;
    line-height: 31px
  }
}

.news__headline::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #fd0;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 12px 5px 0
}

@media screen and (max-width:768px) {
  .news__headline::before {
    width: 9px;
    height: 9px
  }
}

.news__content {
  padding: 83px 63px 136px 70px
}

@media screen and (max-width:768px) {
  .news__content {
    padding: 38px 20px 25px 41px
  }
}

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

.news__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: 20px 0
}

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

.news__date {
  width: 140px;
  font-size: 16px;
  color: #666;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 20px
}

@media screen and (max-width:768px) {
  .news__date {
    font-size: 14px;
    width: 135px;
    padding: initial;
    line-height: 16px;
    letter-spacing: .05em;
    text-indent: .05em;
    font-weight: 700
  }
}

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

@media screen and (max-width:768px) {
  .news__tag {
    width: 52px;
    font-size: 9px;
    line-height: 16px
  }
}

.news__tag--houjin {
  background: #666
}

.news__tag--event {
  background: #f03602
}

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

.news__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: 20px 0
}

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

.news__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 19px 0 40px
}

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

.news__title {
  font-size: 24px;
  line-height: 48px;
  margin-bottom: 34px;
  font-weight: 500;
  letter-spacing: .03em;
  text-indent: .03em
}

@media screen and (max-width:768px) {
  .news__title {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 25px;
    letter-spacing: .05em;
    text-indent: .05em
  }
}

.news__description {
  line-height: 38px;
  margin-bottom: 44px
}

@media screen and (max-width:768px) {
  .news__description {
    margin-bottom: 30px;
    line-height: 28px
  }
}

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

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

.news__infoTitle {
  font-weight: 700
}

@media screen and (max-width:768px) {
  .news__infoTitle {
    font-weight: initial
  }
}

.news__infoTxt {
  width: 561px;
  line-height: 38px;
  margin: 0 38px 70px 0
}

@media screen and (max-width:768px) {
  .news__infoTxt {
    width: 100%;
    line-height: 28px;
    margin-bottom: 38px
  }
}

.news__infoPlace {
  margin-left: 3em;
  text-indent: -3em;
  margin-bottom: 36px
}

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

.news__infoSpeak {
  margin-bottom: 20px
}

.news__btn {
  margin-bottom: 40px
}

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

.news__btn 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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 400px;
  height: 50px;
  color: #282828;
  background: #fd0;
  border-radius: 25px;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

@media screen and (max-width:768px) {
  .news__btn a {
    width: 100%;
    font-size: 14px;
    letter-spacing: .05em;
    text-indent: .05em
  }
}

.news__btn a::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(/assets/img/corporation/about_info/img_icon.png);
  position: absolute;
  top: 35%;
  right: 20px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

@media screen and (max-width:768px) {
  .news__btn a::after {
    right: 23px
  }
}

.news__btn a:hover {
  background: #000;
  color: #fff
}

.news__btn a:hover::after {
  background-image: url(/assets/img/corporation/branch/img_site.png);
  background-repeat: no-repeat
}

.news__infoPic figure {
  margin-top: 16px
}

.news__infoPic figcaption {
  margin-top: 8px;
  line-height: 26px
}

@media screen and (max-width:768px) {
  .news__infoPic figcaption {
    line-height: 19px;
    margin-bottom: 36px;
    font-size: 12px
  }
}

.news__photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

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

.news__photo figure {
  margin-right: 39px
}

@media screen and (max-width:768px) {
  .news__photo figure {
    margin-right: initial;
    margin-bottom: 36px
  }
}

.news__photo figure:nth-child(2n) {
  margin: initial
}

.news__photo figcaption {
  margin-top: 8px;
  line-height: 26px
}

@media screen and (max-width:768px) {
  .news__photo figcaption {
    line-height: 19px;
    font-size: 12px
  }
}

.facility {
  background: #efede8;
  padding: 68px 0 79px
}

@media screen and (max-width:768px) {
  .facility {
    padding: 35px 30px 56px
  }
}

.facility__inner {
  width: 400px;
  margin: 0 auto
}

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

.facility__btn 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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #282828;
  background: #fd0;
  border-radius: 35px;
  position: relative;
  padding: 27px 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

@media screen and (max-width:768px) {
  .facility__btn a {
    width: 100%;
    padding: 17px 0
  }
}

.facility__btn a:hover {
  background: #000;
  color: #fff
}

.facility__btn a::after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 1px solid #282828;
  border-right: 1px solid #282828;
  position: absolute;
  top: 50%;
  right: 34px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg)
}

@media screen and (max-width:768px) {
  .facility__btn a::after {
    right: 25px
  }
}

.facility__btn a:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff
}