/* common */
.br_sp {
  display: none;
}
.br_pc {
  display: block;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}

.contens>.inr {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
/* layout */

.layout-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 40px;
  -moz-column-gap: 40px;
  -webkit-column-gap: 40px;
  column-gap: 40px;
}
.layout-01 .col-2 {
  width: 50%;
}
/* button */

.btn a {
  display: inline-block;
  line-height: 1.7;
  min-width: 200px;
  padding: 5px 20px;
  border: 1px solid #ccc;
  text-align: center;
  text-decoration: none;
  color: #333;
}

/* list */

.list-desc-01 dt {
  font-weight: bold;
  margin-bottom: 10px;
}
.list-desc-02>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-desc-02 dt {
  font-weight: bold;
}
.list-desc-02.w2-8 dt {
  width: 20%;
  margin-bottom: 20px;
}
.list-desc-02.w2-8 dd {
  width: 80%;
}
.list-desc-02.colon dt {
  font-weight: normal;
}
.list-desc-02.colon dt::after {
  content: ":";
  margin: 0 5px;
}

/* icon */

.icon-link-tw a {
  position: relative;
  display: inline-block;
}
.icon-link-tw a::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 22px;
  background: url(/assets/img/logo_twitter.svg) no-repeat;
}

/* top */

.top .mainvisual {
  height: 100vh;
  background: url(/assets/img/index/bg_mv.jpg);
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top .mainvisual .logo {
  width: 16%;
}
.top .hdg-02 {
  font-size: 4rem;
  letter-spacing: .1rem;
  text-align: center;
  margin: 0 0 60px;
  font-weight: 400;
}
.top .hdg-03 {
  font-size: 2rem;
  margin-bottom: 30px;
}
.top section {
  margin: 220px 0 180px;
}
.top .list-projects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 120px;
  -moz-column-gap: 80px;
  -webkit-column-gap: 80px;
  column-gap: 80px;
}
.top .list-projects>li {
  width: calc(50% - 40px);
}
.top .list-projects .hdg-03 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.top .list-projects-lead {
  margin-bottom: 14px;
}
.top .list-projects-tag {
  font-size: 0;
}
.top .list-projects-tag li {
  display: inline-block;
  background: #333;
  padding: .2rem .5rem;
  font-size: 1.2rem;
  color: #fff;
  margin-left: .5rem;
}
.top .list-projects-tag li:first-child {
  margin-left: 0;
}
.top .index-about>.inr {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.top .about-lead {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
}
.top .about-lead .hdg-03 {
  font-size: 2.4rem;
}
.top .about-lead .btn {
  text-align: right;
}
.top .profile {
  width: 100%;
  max-width: 1200px;
  padding: 0;
  position: relative;
  margin: 220px auto 120px;
}
.top .profile-img {
  position: absolute;
  top: -120px;
  left: 0;
}
.top .profile-txt {
  margin-left: 240px;
  padding: 60px 100px 30px 220px;
  background: #cbccca;
}
.top .profile-name {
  margin-bottom: 24px;
}
.top .profile-name .name {
  font-size: 2.4rem;
}
.top .profile-name span {
  font-size: 1.8rem;
  display: block;
}
.top .profile-lead {
  margin-bottom: 20px;
}
.top .layout-01.about-detail {
  -moz-column-gap: 240px;
  -webkit-column-gap: 240px;
  column-gap: 240px;
}
.top .layout-01.about-detail .col-2 {
  width: calc(50% - 120px);
  position: relative;
}
.top .layout-01.about-detail .col-2::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #707070;
  position: absolute;
  top: 0;
  left: -120px;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}
.top .layout-01.about-detail .col-2:first-child:before {
  content: none;
}

/* slick */
.slick-dotted.slick-slider{
    margin-bottom: 50px;
}
.top .slick-dots {
  bottom: -34px;
}
.top .slick-dots li button:hover, .slick-dots li button:focus {
  opacity: 1;
}
.top .slick-dots li button::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #333;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 4px;
  opacity: 1;
}
.top .slick-slide {
  position: relative;
}
.top .slick-slide::before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  background: #dbdbdb;
  padding-bottom: 56.25%;
  position: absolute;
  opacity: .1;
  top: 0;
  left: 0;
}

/* feed */

.fadeIn {
  opacity: 0;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .top .slick-dots li button::before {
    width: 8px;
    height: 8px;
  }
}
.top .slick-dots li.slick-active button:before {
  background: #333;
  opacity: 1;
}
.top .slick-dots li button:hover::before, .top .slick-dots li button:focus::before {
  background: #333;
  opacity: 1;
}

/* footer */

#footer {
  color: #fff;
  background: #333;
}
#footer .inr {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: .5rem;
  text-align: right;
}

/* common */

@media screen and (max-width: 768px) {
  .br_sp {
    display: block;
  }
  .br_pc {
    display: none;
  }
  p {
    margin-bottom: 20px;
  }
  .contens>.inr {
    padding: 0 35px;
  }
  .layout-01 {
    display: block;
  }
  .layout-01 .col-2 {
    width: 100%;
  }
  .list-desc-01 dt {
    margin-bottom: 5px;
  }
}

/* top */

@media screen and (max-width: 768px) {
  .top .mainvisual .logo {
    width: 32%;
  }
  .top section {
    margin: 180px 0 80px;
  }
  .top .hdg-03 {
    margin-bottom: 15px;
  }
  .top .list-projects {
    display: block;
  }
  .top .list-projects>li {
    width: 100%;
    margin-top: 60px;
  }
  .top .list-projects>li:first-child {
    margin-top: 0;
  }
  .top .list-projects-lead {
    margin-bottom: 10px;
  }
  .top .about-lead>p {
    text-align: left;
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  .top .about-lead .btn {
    text-align: center;
  }
  .top .index-about>.inr {
    padding: 0 35px;
  }
  .top .profile {
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 120px auto 60px;
  }
  .top .profile>.inr {
    padding: 0 0 0 35px;
    position: relative;
  }
  .top .profile-img {
    width: 28.64%;
    top: -11vw;
    left: 0;
  }
  .top .profile-name {
    font-size: 1.4rem;
    margin-left: 24vw;
    margin-bottom: 5vw;
  }
  .top .profile-name span {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .top .profile-name .name {
    font-size: 2rem;
    margin: 0;
  }
  .top .profile-txt {
    margin-left: 0;
    padding: 20px 20px 10px;
  }
  .top .about-detail .list-desc-02>div {
    display: block;
  }
  .top .about-detail .list-desc-02 dt {
    width: 100%;
    margin: 10px 0 0;
  }
  .top .about-detail .list-desc-02>div:first-child dt {
    margin-top: 0;
  }
  .top .about-detail .list-desc-02 dd {
    width: 100%;
  }
  .top .layout-01.about-detail .col-2 {
    width: 100%;
    margin-top: 60px;
  }
  .top .layout-01.about-detail .col-2:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .top .profile-img {
    width: 32vw;
    top: -12.5vw;
  }
  .top .profile-name {
    margin-left: 0;
  }
  .top .profile-name span {
    font-size: 1.4rem;
    margin-left: 25vw;
    margin-bottom: 6vw;
  }
}