@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: .2em;
  text-indent: .2em
}

@media screen and (max-width:768px) {
  .about__title {
    font-size: 22px;
    margin-bottom: 10px
  }
}

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

.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: 77px
}

@media screen and (max-width:768px) {
  .mission {
    padding: 53px 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;
    text-align: left;
  }
}

.mission__headline small {
  display: block;
  font-size: 16px;
  line-height: 33px;
  font-weight: 700;
  letter-spacing: .05em;
  text-indent: .05em
}

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

.mission__copy {
  margin: 50px 80px 0;
  line-height: 32px;
  letter-spacing: .05em;
  text-indent: .05em;
  text-align: left;
}
.mission__copy.mission__sign {
    text-align: right;
}

@media screen and (max-width:768px) {
  .mission__copy {
    font-size: 14px;
    text-align: left;
    line-height: 28px;
    margin: 20px 0 0
  }
}




.director {
  padding-bottom: 101px;
  background: #efede8
}

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

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

@media screen and (max-width:768px) {
  .director__inner {
    width: 100%;
    padding: 40px 0 16px;
    border-radius: 15px
  }
}

.director__content {
  padding: 93px 70px 76px
}

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

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

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

.director__text {
  width: 840px
}

@media screen and (max-width:768px) {
  .director__text {
    width: 100%;
    padding: 0 16px 0 42px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
}

.director__headline {
  font-size: 30px;
  margin-bottom: 65px;
  letter-spacing: .05em;
  text-indent: .05em;
  font-weight: 700;
  text-indent: -23px;
  color: #282828
}

@media screen and (max-width:768px) {
  .director__headline {
    margin-bottom: 30px;
    font-size: 22px;
    text-indent: 23px
  }
}

.director__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) {
  .director__headline::before {
    width: 9px;
    height: 9px;
    margin-right: 10px
  }
}

.director__policy {
  font-size: 38px;
  line-height: 57px;
  margin-bottom: 16px;
  color: #2f2f2f
}

@media screen and (max-width:768px) {
  .director__policy {
    font-size: 19px;
    line-height: 28.5px;
    margin-bottom: 10px
  }
}

.director__description {
  line-height: 38px;
  color: #333
}

@media screen and (max-width:768px) {
  .director__description {
    line-height: 28px
  }
}

.director__pic {
  margin: 10px 0 0 76px
}

@media screen and (max-width:768px) {
  .director__pic {
    width: 182px;
    margin: 12px auto 0;
    position: relative;
    top: 0;
    right: 0
  }
}



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

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

.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: 16px;
  letter-spacing: .05em;
  text-indent: .05em;
  text-indent: -21px;
  color: #282828;
}

@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 83px 70px
}

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


.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__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 {
  padding-top: 30px;
  padding-bottom: 16px;
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
}

@media screen and (max-width:768px) {
  .news__infoTitle {
    /*font-weight: initial;*/
    font-size: 22px;
    line-height: 31px
  }
}

.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__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
  }
}

