body {
  font-family: "Noto Sans JP";
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  line-height: 1.6;
}

#wrapper {
  width: 100%;
  /*overflow:hidden;*/
}

footer {
  font-family: "游ゴシック体";
  background: #EBECEE;
}



.top_img_parent {
  position: relative;
  /*相対配置*/
}

.top_img_parent p {
  font-family: "HarenosoraMincho";
  position: absolute;
  color: white;
  /*文字は白に*/
}

.performance {
  position: relative;
  color: #FFFFFF;
}

.performance img {
  position: absolute;
}

.performanceImg01 {
  z-index: 1;
}

.performanceImg02 {
  z-index: 2;
}

.performance h3 {
  font-family: "HarenosoraMincho";
  position: absolute;
  z-index: 3;
}

.performanceContent {
  position: absolute;
  font-family: "游ゴシック体";
  z-index: 3;
}

.performanceContent h4 {
  padding-bottom: 5px;
  border-bottom: 1px solid #FFFFFF;
}

.performanceContent p {
  padding-bottom: 5px;
  border-bottom: 1px solid #FFFFFF;
}

.notice {
  font-family: "游ゴシック体";
}

.footerNav {
  list-style: none;
}

.footerInfoText p {
  font-size: 14px;
  color: #28362B;
  margin-bottom: 0;
}

.footerNav li {
  font-size: 16px;
}

.footerNav a {
  font-size: 16px;
}

.navChild {
  margin: 5px 0 5px 30px;
}

.profileInfo h3 {
  font-size: 14px;
  margin: 0;
}

.profileInfo p {
  font-size: 11px;
  color: #030505;
  margin-bottom: 0;
}



.navChild a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.navChild a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #41A849;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 2s;
}

.navChild a:hover::after {
  transform: scale(1, 1);
}

/* index */
.index-title__box {
  position: relative;
  display: flex;
  justify-content: center;
}

.index-title__box h1 {
  position: absolute;
  top: 160px;
  left: 50%;
  color: white;
  font-size: 21px;
  transform: translate(-50%, -50%);
}

.moreLinkText {
  font-family: "游ゴシック体";
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-right: 50px;
}

.lineArrow {
  height: 15px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  /*傾きを調節*/
  transform: skew(45deg);
  /*下線矢印をテキストに合わせてうまい具合にはめる*/
  margin: -10px 0 0 -25px;
}

.arrow {
  text-decoration: none;
  color: #212529;
  padding-right: 50px;
}

.arrow:hover {
  color: #41A849;
}

.work-index {
  background-color: black;
  display: inline-block;
  position: relative;

}

.work-index img {
  display: block;
  opacity: 0.7;
  max-width: 100%;
}

.work-index h2 {
  color: white;
  position: absolute;
  top: 5%;
  left: 5%;
  font-size: 32px;
}

.client {
  color: white;
  position: absolute;
  right: 5%;
  bottom: 5%;
}

.client h3 {
  font-size: 18px;
}

.work-index .work-index-sp {
  display: none;
}

@media (max-width: 425px) {
  .work-index .work-index-pc {
    display: none;
  }

  .work-index .work-index-sp {
    display: block;
  }
}

.wrapper {
  padding-right: 36px;
  padding-left: 36px;
}

.footer14 {
  font-size: 14px;
}

.footer-photo {
  width: 127px;
  height: auto;
}


footer {
  padding: 75px 0 45px 0;
}

.navChild {
  margin: 5px 0 5px 30px;
}

.profileInfo h3 {
  font-size: 14px;
  margin: 0;
}

.profileInfo p {
  font-size: 11px;
  color: #030505;
  margin-bottom: 0;
}



.footerNav li {
  margin-right: 20px;
}

.navChild a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.navChild a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #41A849;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 2s;
}

.navChild a:hover::after {
  transform: scale(1, 1);
}

.Copyright {
  font-size: 14px;
}

.nav-link {
  font-size: 24px;
  padding: 0 1rem;
}

.active span {
  border-bottom: solid 1px #41A849;
}

.nav-item a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.nav-item a::after {
  position: absolute;
  bottom: -1px;
  left: 15px;
  content: '';
  width: 70%;
  height: 1px;
  background: #41A849;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 2s;
}

.nav-item a:hover::after {
  transform: scale(1, 1);
}

.nav-item a {
  color: #28362B;
}



.footer-profile {
  font-size: 11px;
  max-width: 600px;
}

.twitter .facebook {
  width: 13px;
}

.copyright {
  font-size: 10px;
}

.footer {
  margin-top: 200px;
}




/* Works */
.container {
  max-width: 980px;
  padding-right: 20px;
  padding-left: 20px;
}

.image-title__box {
  width: 100%;
  display: block;
  height: auto;
  position: relative;

}

.image-title__img {
  width: 100%;
  display: block;
}

.image-title__img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.image-title h1 {
  font-family: HarenosoraMincho;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 20px;
  background-color: rgba(40, 54, 43, 0.25);
}

.image-title h1 {
  position: absolute;
  right: 32px;
  bottom: 32px;
  width: 100%;
  max-width: 400px;
  white-space: nowrap;
  color: #fff;
}

.image-title__img {
  max-width: 100%;
}

.image-title span {
  border-bottom: 1px solid;

}

.category {
  font-family: YuGothic;
}

.nav-link {
  color: #000;
}


.card {
  border: none;
  max-width: 290px;
}

.card-title {
  border-bottom: 1px solid #28362B;
}

.page-link {
  font-size: 24px;
  font-family: HarenosoraMincho;
}

.left1 {
  width: 15%;
  margin: auto;
}

.left1:hover .left2 {
  border-left: 1px solid #41A849;
}

.left2 {
  border-left: 1px solid #000;
  width: 200px;
  height: 15px;
  border-bottom: 1px solid #000;
  /*傾きを調節*/
  transform: skew(-45deg);
  /*下線矢印をテキストに合わせてうまい具合にはめる*/
  margin: -10px 0 0 -60px;
}

.page-link:hover {
  background-color: transparent;
}

.nav-link:hover {
  color: #28362B;
}

.work-category {
  list-style: none;
}

/* single-work */

.work-page span {
  font-size: 24px;
}


.icon-title:before {
  content: url(../img/arrow_left.png);
  padding-right: 10px;
  vertical-align: middle;
}

.icon-title:after {
  content: url(../img/arrow_right.png);
  padding-left: 10px;
  vertical-align: middle;
}






.point-title {
  width: 90%;
}

/* archive-aboutus */
.profile-photo {
  max-width: 100%;
}

.profile-text h3 {
  font-size: 11px;
  border-bottom: 1px solid #707070;
}

.profile-text span {
  font-size: 18px;
}

/* mission */
.mission {
  padding-top: 200px;
}

.mission-number {
  font-size: 48px;
  border-right: 1px solid #41A849;
  padding-right: 10px;
}

.mission-lists {
  list-style: disc;
}

/* news */