@charset "UTF-8";
.pc_br {
  display: block;
}

@media screen and (max-width: 500px) {
  .pc_br {
    display: none;
  }
}

.sp_br {
  display: none;
}

@media screen and (max-width: 800px) {
  .sp_br {
    display: block;
  }
}

.sm_br {
  display: none;
}

@media screen and (max-width: 500px) {
  .sm_br {
    display: block;
  }
}

.ec_br {
  display: none;
}

@media screen and (max-width: 800px) {
  .ec_br {
    display: block;
  }
}

.policy_br {
  display: none;
}

@media screen and (max-width: 800px) {
  .policy_br {
    display: block;
  }
}

.footer_br {
  display: block;
}

@media screen and (max-width: 800px) {
  .footer_br {
    display: none;
  }
}

.pc_br {
  display: block;
}

@media screen and (max-width: 500px) {
  .pc_br {
    display: none;
  }
}

.sp_br {
  display: none;
}

@media screen and (max-width: 800px) {
  .sp_br {
    display: block;
  }
}

.sm_br {
  display: none;
}

@media screen and (max-width: 500px) {
  .sm_br {
    display: block;
  }
}

.ec_br {
  display: none;
}

@media screen and (max-width: 800px) {
  .ec_br {
    display: block;
  }
}

.policy_br {
  display: none;
}

@media screen and (max-width: 800px) {
  .policy_br {
    display: block;
  }
}

.footer_br {
  display: block;
}

@media screen and (max-width: 800px) {
  .footer_br {
    display: none;
  }
}

html {
  font-family: "Noto Sans JP", sans-serif;
  color: #272727;
  font-size: 10px;
  background-color: #ffffff;
}

.container {
  max-width: 1340px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 400px) {
  .container {
    padding: 0 10px;
  }
}

a:hover {
  opacity: 0.7;
}

.sec-ttl {
  font-size: 4rem;
  letter-spacing: 0.06em;
  line-height: 1.25;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #34373f;
  position: relative;
  display: block;
  padding-top: 120px;
  z-index: 10;
}

.sec-ttl::after {
  content: '';
  position: absolute;
  background-color: #34373f;
  left: 50%;
  bottom: -5px;
  display: inline-block;
  width: 40px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /*位置調整*/
}

@media screen and (max-width: 800px) {
  .sec-ttl {
    padding-top: 80px;
  }
}

.pnkz {
  margin-top: 20px;
  display: block;
}

.pnkz-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
}

.pnkz-list:after {
  display: inline-block;
  margin: 0 5px;
  content: ">";
}

@media screen and (max-width: 800px) {
  .pnkz {
    display: none;
  }
}

.tag-space {
  padding-right: 10px;
}

.sec-contact {
  background: url(../images/contact.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .sec-contact {
    background: url(../images/sp-contact.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.sec-contact .sec-ttl {
  font-size: 4rem;
  letter-spacing: 0.06em;
  line-height: 1.25;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #34373f;
  position: relative;
  display: block;
  padding-top: 120px;
  z-index: 10;
  color: #ffffff;
}

.sec-contact .sec-ttl::after {
  content: '';
  position: absolute;
  background-color: #34373f;
  left: 50%;
  bottom: -5px;
  display: inline-block;
  width: 40px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /*位置調整*/
}

@media screen and (max-width: 800px) {
  .sec-contact .sec-ttl {
    padding-top: 80px;
  }
}

.sec-contact .sec-ttl::after {
  background-color: #ffffff;
}

@media screen and (max-width: 500px) {
  .sec-contact .sec-ttl {
    padding-top: 50px;
  }
}

.sec-contact .contact__txt {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: center;
  padding: 40px 0 58px;
}

@media screen and (max-width: 800px) {
  .sec-contact .contact__txt {
    padding: 40px 0;
  }
}

@media screen and (max-width: 500px) {
  .sec-contact .contact__txt {
    padding: 30px 0 50px;
  }
}

@media screen and (max-width: 400px) {
  .sec-contact .contact__txt {
    padding: 30px 0;
    font-size: 1.4rem;
  }
}

.sec-contact .contact__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 130px;
}

@media screen and (max-width: 800px) {
  .sec-contact .contact__wrap {
    display: block;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 500px) {
  .sec-contact .contact__wrap {
    padding-bottom: 50px;
  }
}

.sec-contact .contact__left {
  width: 50%;
  border-right: 1px solid #c7c7c7;
}

@media screen and (max-width: 800px) {
  .sec-contact .contact__left {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 40px;
    border-right: none;
    border-bottom: 1px solid #c7c7c7;
  }
}

@media screen and (max-width: 500px) {
  .sec-contact .contact__left {
    width: 90%;
  }
}

.sec-contact .contact__left-ttl {
  font-size: 2rem;
  color: #ffffff;
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-weight: 700;
  padding-bottom: 42px;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .sec-contact .contact__left-ttl {
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 400px) {
  .sec-contact .contact__left-ttl {
    padding-bottom: 30px;
  }
}

.sec-contact .contact__left-form {
  width: 70%;
  margin: 0 auto;
  overflow: hidden;
}

.sec-contact .contact__left-form a {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 2.2rem;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 0.9;
  text-align: center;
  border: 3px solid #ffffff;
  padding: 20px 0;
}

@media screen and (min-width: 800px) {
  .sec-contact .contact__left-form a:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #ffffff;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
  }
  .sec-contact .contact__left-form a:hover {
    color: #272727;
    opacity: 1;
  }
  .sec-contact .contact__left-form a:hover:before {
    left: 0;
  }
}

@media screen and (max-width: 800px) {
  .sec-contact .contact__left-form {
    width: 100%;
  }
}

.sec-contact .contact__right {
  width: 50%;
}

.sec-contact .contact__right-ttl {
  font-size: 2rem;
  color: #ffffff;
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-weight: 700;
  padding-bottom: 42px;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .sec-contact .contact__right-ttl {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

.sec-contact .contact__right-tel {
  font-size: 4rem;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  display: block;
}

.sec-contact .contact__right-tel-txt {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 400;
}

@media screen and (max-width: 400px) {
  .sec-contact .contact__right-tel {
    font-size: 3rem;
  }
}

@media screen and (max-width: 800px) {
  .sec-contact .contact__right {
    width: 100%;
  }
}

@media screen and (min-width: 800px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}

.common__btn-ani {
  overflow: hidden;
}

.common__btn-ani a {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  color: #272727;
  text-align: center;
  background-color: #f0f0f0;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  line-height: 0.9;
  padding: 14px 0;
  border: 3px solid #272727;
}

@media screen and (min-width: 800px) {
  .common__btn-ani a:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #272727;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
  }
  .common__btn-ani a:hover {
    color: #ffffff;
    opacity: 1;
  }
  .common__btn-ani a:hover:before {
    left: 0;
  }
}

.works {
  padding-top: 70px;
  margin-bottom: 50px;
  overflow: hidden;
}

@media screen and (max-width: 500px) {
  .works {
    padding-top: 57px;
  }
}

.works .sec-ttl {
  padding-top: 0;
  margin-bottom: 90px;
}

@media screen and (max-width: 800px) {
  .works .sec-ttl {
    padding-top: 80px;
    margin-bottom: 30px;
  }
}

.works__bg {
  margin-left: 59%;
  width: 40%;
  position: absolute;
  top: -198px;
}

.works__bg img {
  max-width: 100%;
}

@media screen and (max-width: 800px) {
  .works__bg {
    width: 30%;
    margin-left: 50%;
    bottom: 60px;
    top: auto;
  }
}

@media screen and (max-width: 500px) {
  .works__bg {
    width: 40%;
  }
}

.works__bg-inner {
  max-width: 1960px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.works__nav {
  display: block;
}

@media screen and (max-width: 800px) {
  .works__nav {
    display: none;
  }
}

.works__nav-sp {
  display: none;
}

@media screen and (max-width: 800px) {
  .works__nav-sp {
    display: block;
    margin: 0 auto;
    padding-bottom: 35px;
  }
}

.works__nav-sp-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.works__nav-sp-btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.works__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 50px;
  width: 80%;
}

.works__list {
  display: block;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-family: "Oswald", sans-serif;
  color: #34373f;
}

@media screen and (max-width: 800px) {
  .works__list {
    margin-right: 30px;
  }
  .works__list-btm {
    margin-right: 0;
  }
}

.works .border {
  position: relative;
}

.works .border::after {
  content: "";
  position: absolute;
  background-color: #34373f;
  left: 50%;
  bottom: -2px;
  display: inline-block;
  width: 34px;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /*位置調整*/
}

.works__item {
  width: calc((100% - 100px) / 3);
  margin-right: calc(100px / 2);
  margin-bottom: 80px;
}

.works__item:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 800px) {
  .works__item {
    width: calc((100% - 50px) / 2);
    margin-right: calc(50px / 1);
    margin-bottom: 60px;
  }
  .works__item:nth-of-type(3n) {
    margin-right: calc(50px / 1);
  }
  .works__item:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 500px) {
  .works__item {
    width: 100%;
    margin-right: 0;
  }
  .works__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .works__item:nth-of-type(2n) {
    margin-right: 0;
  }
}

.works__item-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.works__item-image {
  width: 100%;
}

.works__item-image img {
  max-width: 100%;
}

.works__item-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: left;
  padding: 20px 0 10px;
}

.works__item-tag {
  font-size: 1.4rem;
  font-weight: 400;
  color: #555555;
  line-height: 2;
  letter-spacing: 0.04em;
}

.works__item-tag .tag-space {
  padding-right: 10px;
}

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

.wp-pagenavi a,
.wp-pagenavi span {
  border: 1px solid #ffffff;
  color: #272727;
  background-color: #ffffff;
  font-size: 1.8rem;
  padding: 8px 15px !important;
  margin: 0 2px;
  white-space: nowrap;
  border-radius: 4px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  width: 46px;
  height: 46px;
}

.wp-pagenavi a:hover {
  color: #ffffff;
  background-color: #272727;
  cursor: pointer;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  cursor: pointer;
  border: 1px solid #ffffff;
}

.wp-pagenavi span.current {
  color: #ffffff;
  background-color: #272727;
  font-weight: bold;
  border: 1px solid #ffffff;
}

.single__works-sec-ttl {
  display: none !important;
}

@media screen and (max-width: 800px) {
  .single__works-sec-ttl {
    display: block !important;
  }
}

.single__works-bg {
  margin-left: 59%;
  width: 40%;
  position: absolute;
  top: -75px;
}

.single__works-bg img {
  max-width: 100%;
}

@media screen and (max-width: 800px) {
  .single__works-bg {
    width: 40%;
    margin-left: 50%;
    bottom: 50px;
    top: auto;
  }
}

@media screen and (max-width: 500px) {
  .single__works-bg {
    width: 45%;
    margin-left: 50%;
    bottom: 58px;
  }
}

.single__works-bg-inner {
  max-width: 1960px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.single__works-main-image {
  width: 100%;
  padding: 0 0 80px;
  text-align: center;
}

.single__works-main-image img {
  max-width: 100%;
}

@media screen and (max-width: 800px) {
  .single__works-main-image {
    padding: 0 0 60px;
  }
}

@media screen and (max-width: 500px) {
  .single__works-main-image {
    padding: 0 0 30px;
  }
}

.single__works-ttl {
  font-size: 3.2rem;
  line-height: 1.7;
  letter-spacing: 0.18em;
  font-weight: 700;
  text-align: left;
  padding-bottom: 40px;
}

@media screen and (max-width: 800px) {
  .single__works-ttl {
    font-size: 2.4rem;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 500px) {
  .single__works-ttl {
    font-size: 2.2rem;
  }
}

.single__works-txt {
  font-size: 1.6rem;
  line-height: 2.25;
  letter-spacing: 0.03em;
  font-weight: 400;
  text-align: left;
  padding-bottom: 80px;
}

@media screen and (max-width: 800px) {
  .single__works-txt {
    padding-bottom: 50px;
  }
}

.single__works-sub-image {
  margin-bottom: 60px;
}

.single__works-sub-image img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 800px) {
  .single__works-sub-image {
    margin-bottom: 40px;
  }
}

.single__works-sp {
  display: none;
}

@media screen and (max-width: 800px) {
  .single__works-sp {
    display: block;
    border-top: 1px solid #272727;
    margin-bottom: 30px;
  }
}

.single__works-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 800px) {
  .single__works-wrap {
    display: block;
  }
}

.single__works-left {
  width: 70%;
}

@media screen and (max-width: 800px) {
  .single__works-left {
    width: 100%;
  }
}

.single__works-right {
  width: 25%;
  border-top: 1px solid #272727;
}

.single__works-right-item-ttl {
  font-size: 1.6rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: left;
  padding-top: 20px;
}

.single__works-right-item-ttl-top {
  padding-top: 30px;
}

.single__works-right-item-txt {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 2.25;
  text-align: left;
  padding-top: 5px;
}

.single__works-right-item-txt a {
  pointer-events: none;
}

@media screen and (max-width: 800px) {
  .single__works-right {
    display: none;
  }
}

.term__list {
  font-size: 1.7rem;
  font-weight: 400;
  width: 25%;
  margin-bottom: 10px;
}

@media screen and (max-width: 800px) {
  .term__list {
    width: 50%;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 500px) {
  .term__list {
    width: 100%;
  }
}

.term__list-wrap {
  width: 100%;
  margin: 0 auto 50px;
  display: block;
}

.term__list-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 85%;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .term__list-wrap ul {
    width: 70%;
  }
}

@media screen and (max-width: 500px) {
  .term__list-wrap ul {
    display: block;
  }
}

.term__list-wrap .border {
  position: relative;
  display: inline-block;
}

.term__list-wrap .border::after {
  content: "";
  position: absolute;
  background-color: #34373f;
  left: 50%;
  bottom: -2px;
  display: inline-block;
  width: 35px;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /*位置調整*/
}

@media screen and (max-width: 890px) {
  .graphic .term__list {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .graphic .term__list {
    width: 100%;
  }
}
