﻿
.aboutus {
  max-width: 725px;
  margin: 80px auto 300px;
}
@media screen and (max-width: 768px) {
  .aboutus {
    padding: 0 25px;
    margin: 60px auto 50px;
  }
}
.aboutus h2 {
  font-family: brandon-grotesque, sans-serif;
  text-decoration: none;
  color: #808080;
  font-family: brandon-grotesque, sans-serif;
  letter-spacing: 0em;
  text-align: center;
  font-size: 24px;
  line-height: 33px;
  font-weight: 400;
  margin: 0 0 21px;
}
@media screen and (max-width: 768px) {
  .aboutus h2 {
    text-align: left;
    font-size: 20px;
    line-height: 29px;
  }
}
.aboutus .new_sec_top_p {
  color: #808080;
  font-family: "Hiragino Kaku Gothic ProN", "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  text-align: center;
  font-size: 14px;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  .aboutus .new_sec_top_p {
    text-align: left;
    font-size: 13px;
  }
}
.aboutus .new_sec_top_p.p1 {
  margin: 0 0 15px;
}
@media screen and (max-width: 768px) {
  .aboutus .new_sec_top_p.p1 {
    margin: 0 0 8px;
  }
}
.aboutus .new_sec_top_p.p2 {
  margin: 0 0 70px;
}
@media screen and (max-width: 768px) {
  .aboutus .new_sec_top_p.p2 {
    margin: 0 0 53px;
  }
}
.aboutus .new_sec_main .new_sec_main__contents {
  display: flex;
  margin: 0 auto 80px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .aboutus .new_sec_main .new_sec_main__contents {
    display: block;
    margin: 0 auto 50px;
  }
}
.aboutus .new_sec_main .new_sec_main__contents.ns2 .r img {
  margin: 0 0 21px;
}
.aboutus .new_sec_main .new_sec_main__contents .l {
  order: 1;
}
@media screen and (max-width: 768px) {
  .aboutus .new_sec_main .new_sec_main__contents .l {
    margin: 0 0 30px;
  }
}
.aboutus .new_sec_main .new_sec_main__contents .l {
  width: 350px;
}
@media screen and (max-width: 768px) {
  .aboutus .new_sec_main .new_sec_main__contents .l {
    width: 100%;
    margin: 0 0 20px;
  }
}
.aboutus .new_sec_main .new_sec_main__contents .l img {
  width: 100%;
}
.aboutus .new_sec_main .new_sec_main__contents .l picture img {
  display: none;
}
.aboutus .new_sec_main .new_sec_main__contents .l picture img.sp_img {
  display: block;
}
@media screen and (max-width: 768px) {
  .aboutus .new_sec_main .new_sec_main__contents .l picture img {
    display: block;
    width: auto;
    margin: 0 0 20px;
  }
  .aboutus .new_sec_main .new_sec_main__contents .l picture img.sp_img {
    width: 100%;
  }
}
.aboutus .new_sec_main .new_sec_main__contents .r img {
  margin: 0 0 28px;
}
@media screen and (max-width: 768px) {
  .aboutus .new_sec_main .new_sec_main__contents .r img {
    display: none;
  }
}
.aboutus .new_sec_main .new_sec_main__contents .r h3 {
  color: #808080;
  font-family: "Hiragino Kaku Gothic ProN", "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  text-align: left;
  font-size: 16px;
  line-height: 32px;
  margin: 0 0 22px;
}
@media screen and (max-width: 768px) {
  .aboutus .new_sec_main .new_sec_main__contents .r h3 {
    font-size: 15px;
    margin: 0 0 3px;
  }
}
.aboutus .new_sec_main .new_sec_main__contents .r p {
  color: #808080;
  font-family: "Hiragino Kaku Gothic ProN", "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  text-align: left;
  font-size: 13px;
  line-height: 32px;
  margin: 0 0 0px;
}
@media screen and (max-width: 768px) {
  .aboutus .new_sec_main .new_sec_main__contents .r p {
    font-size: 13px;
  }
}

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

.header__innar {
  max-width: 95.25vw;
}
@media screen and (max-width: 768px) {
  .header__innar {
    max-width: 100%;
  }
}

.header__pcnav {
  width: 615px;
}

.header__pcnav li {
  padding: 0 0 30px;
}

.b_wrap {
  position: fixed;
  width: 100%;
  left: 0;
  top: 85px;
  background: #fff;
  height: 90px;
  z-index: 2;
}

.innar {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 3;
  width: 100px;
}
.innar a {
  display: block;
  font-family: brandon-grotesque, sans-serif;
  font-size: 14px;
  line-height: 14px;
  margin: 0 0 15px;
}

.brand_new .b_wrap {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.brand_new .innar {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.brand_new:hover > .b_wrap {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
.brand_new:hover > .innar {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}

li.brand_new {
  padding: 0 20px 30px 0;
}
li.brand_new:before {
  display: block;
  content: "";
  background: url(http://www.because-jp.com/wp-content/themes/because/images/about/arrow.svg) no-repeat;
  width: 11px;
  height: 10px;
  position: absolute;
  right: 2px;
  transform: rotate(180deg);
  top: 5px;
}
li.brand_new.on:before {
  transform: rotate(0deg);
  top: 9px;
}

.innar a:hover {
  opacity: 0.6;
}

.header__pcnav li:after {
  display: none;
}

.header__pcnav li > a:after {
  content: "";
  width: 0%;
  height: 2px;
  background: #9db7e1;
  position: absolute;
  bottom: 25px;
  left: 0;
  transition: all 0.3s;
}

.header__pcnav li.on > a:after {
  width: 100%;
  transition: all 0.3s;
}

.sp_nav_new_open a span {
  position: relative;
  padding: 0 0px 0 0;
  font-family: brandon-grotesque, sans-serif;
  font-size: 20px;
  color: #333;
  text-decoration: none;
  text-align: center;
  height: 11.333vw;
  display: inline-block;
  letter-spacing: 0.08em;
  line-height: 11.333vw;
}
.sp_nav_new_open a span:before {
  display: block;
  content: "";
  background: url(http://www.because-jp.com/wp-content/themes/because/images/about/arrow.svg) no-repeat;
  width: 15px;
  height: 10px;
  position: absolute;
  right: -25px;
  transform: rotate(180deg);
  top: 45%;
  background-size: 100%;
}
@media screen and (max-width: 500px) {
  .sp_nav_new_open a span:before {
    top: 35%;
  }
}
.sp_nav_new_open a span.on:before {
  transform: rotate(0deg);
  top: 9px;
}

.sp_nav_new_open.active a span:before {
  transform: rotate(0deg);
  top: 44%;
}
@media screen and (max-width: 500px) {
  .sp_nav_new_open.active a span:before {
    top: 40%;
  }
}

.sp_nav_new {
  display: none;
}

li.sp_nav__animi.sp_nav_new a {
  text-align: left;
  padding: 0px 0 0 43%;
}
@media screen and (max-width: 500px) {
  li.sp_nav__animi.sp_nav_new a {
    padding: 0 0 0 38%;
  }
}
@media screen and (max-width: 376px) {
  li.sp_nav__animi.sp_nav_new a {
    padding: 0 0 0 35%;
  }
}/*# sourceMappingURL=about.css.map */