@charset "UTF-8";

/* CSS Document */
.sec {
  margin-bottom: 100px;
}
img {
  -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    touch-callout:none;
    user-select:none;
  }
  img {
    user-drag: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
  }
#CONTENTS.sec,
#RECRUIT__CONCEPT.sec,
#NEWS__POST.sec,
.sec.contact,
#PROJ.sec {
  margin-bottom: 200px;
}

#BUSINESS__INTRO.sec,
.sec.contactform {
  margin-bottom: 150px;
}

#BUSINESS__HR.sec,
#BUSINESS.sec,
NEWS__HR.sec,
#PROJECTLIST.sec,
#WORKSLIST.sec {
  margin-bottom: 0;
}

h1,
h2,
h3 {
  font-weight: normal;
}

h2.base__ttl {
  position: relative;
  font-size: 40px;
  font-size: 2.5rem;
  padding-left: 63px;
  margin-bottom: 50px;
  line-height: 1;
}

h2.base__ttl::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 40px;
  height: 2px;
  border-bottom: 1px solid #000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

h2.center__ttl {
  position: relative;
  font-size: 40px;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 200px;
}

h2.center__ttl.TLine {
}

h2.center__ttl span {
  display: block;
  font-size: 30px;
  font-size: 1.875rem;
  margin-top: 100px;
}

h2.center__ttl.TLine span {
  font-size: 40px;
  font-size: 2.5rem;
  margin-top: 50px;
}

h2.center__ttl::before {
  position: absolute;
  content: "";
  top: -260px;
  left: 0;
  right: 0;
  width: 1px;
  height: 200px;
  background: #000;
  margin: auto;
}

h2.center__ttl__bottom {
  position: relative;
  text-align: center;
  margin-bottom: 150px;
  line-height: 1;
}

h2.center__ttl__bottom span {
  display: block;
  font-size: 88px;
  font-size: 5.5rem;
  margin-bottom: 10px;
}

h2.center__ttl__bottom::after {
  position: absolute;
  content: "";
  bottom: -115px;
  left: 0;
  right: 0;
  width: 1px;
  height: 80px;
  background: #000;
  margin: auto;
}

h2.nobdr__ttl {
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 100px;
}

h3.interview__ttl {
  font-size: 40px;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 100px;
}

.outer {
  margin: auto 100px;
}

.inner {
  max-width: 1360px;
  margin: auto;
}

.inner.wide {
  max-width: 1420px;
}

/* #WORKSLIST .inner.wide {
  padding-bottom: 100px;
} */

#NOTFOUND .inner {
  max-width: 1240px;
}

.basic__inner {
  max-width: 1200px;
  margin: auto;
}

.SubImage {
  position: relative;
  width: 100%;
  height: 620px;
  overflow: hidden;
  margin-bottom: 160px;
}

#BUSINESS__OWNER .SubImage {
  overflow: inherit;
}

.SubImage img,
.SubImage picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left center;
  object-position: left center;
  font-family: "object-fit: cover; object-position: left center;";
}

/* --------------------------------

HERO

-------------------------------- */
.hero {
  position: relative;
  width: calc(100% - 360px);
  height: calc(100vh - 200px);
  margin: 0 0 235px 260px;
  animation: blurin 2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@keyframes blurin {
  0% {
    opacity: 0;
    -webkit-filter: blur(16px);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="16" /></filter></svg>#filter');
    filter: blur(16px);
  }

  100% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    filter: blur(0);
  }
}

.post__HR .hero {
  height: 400px;
  margin: 0 0 285px 260px;
}

@media all and (max-width: 769px) {
  .post__HR .hero {
    position: relative;
    width: calc(100% - 40px);
    height: 68.5vh;
    margin: 0 0 90px 40px;
  }

  .hero {
    position: relative;
    width: calc(100% - 360px);
    height: calc(100vh - 200px);
    margin: 0 0 30px 40px;
  }
}

.hero__slide__outer {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero__slide {
  width: 100%;
  height: 100%;
}

.hero__slide__photo {
  height: 100%;
  width: auto;
}

.hero__slide__photo img,
.hero__slide__photo picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

.recruit__HR .hero__slide__photo img,
.recruit__HR .hero__slide__photo picture {
  -o-object-position: left center;
  object-position: left center;
  font-family: "object-fit: cover; object-position: left center;";
}

h1.hero__ttl {
  position: absolute;
  left: -170px;
  bottom: -85px;
  font-size: 120px;
  font-size: 7.5rem;
  letter-spacing: 0.05em;
  line-height: 1;
  z-index: 3;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

h1.hero__ttl span {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 10px;
}

.hero__slide .slick-active .hero__slide__photo {
  -webkit-animation: slideAnim 0.5s ease 0s 1 normal forwards;
  animation: slideAnim 0.5s ease 0s 1 normal forwards;
  height: 100%;
  overflow: hidden;
}

.hero__slider {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
}

.hero__slider li {
  position: relative;
  height: 100%;
}

.hero__slider li::before {
  display: block;
  padding-top: 39%;
  content: "";
}

.hero__slider li .image {
  position: relative;
  overflow: hidden;
}

.hero__slider li img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 95%;
}

.hero__slider > .slick-list,
.hero__slider > .slick-list > .slick-track,
.hero__slider > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}

/* --------------------------------

NEWS

-------------------------------- */
.flexed.newswrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news__left {
  width: 80.88%;
}

.news__categories {
  margin-bottom: 115px;
}

.news__categories ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1;
  margin-left: -15px;
}

.news__categories ul li {
  margin-left: 15px;
  padding-right: 15px;
  border-right: 1px solid #000;
  margin-bottom: 35px;
}

.news__categories ul li a:hover {
  opacity: 1;
  border-bottom: 1px solid #000;
}

.news__list .news__box {
  width: 100%;
  margin-bottom: 50px;
}

.news__list .news__box a::before {
  top: 13px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.news__list .news__box a::after {
  top: 10px;
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

.pagenation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 28px;
  font-size: 1.75rem;
  margin-top: 100px;
  line-height: 1.2;
  padding: 20px 0 0 15px;
}

#PROJECTLIST .pagenation {
  margin: 0 auto 300px;
}

#WORKSLIST .pagenation {
  margin: 0 auto 200px;
}

.pagenation a,
.pagenation span {
  position: relative;
  display: block;
  margin: 0 10px;
  line-height: 1;
}

.pagenation .current,
.pagenation a:hover {
  opacity: 1;
  border-bottom: 1px solid #231815;
}

.pagenation a.next,
.pagenation a.prev {
  position: absolute;
  display: block;
  padding-right: 45px;
  margin-right: 45px;
  top: 0;
  right: 0;
}

.pagenation a.prev {
  right: 140px;
}

.pagenation a.next {
  padding-right: 0;
  margin-right: 0;
}

.pagenation a.prev::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 1px;
  height: 40px;
  background: #000;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.pagenation a div.pagepnt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  padding-right: 85px;
}

.pagenation a.next:hover,
.pagenation a.prev:hover {
  opacity: 1;
  border-bottom: none;
}

.pagenation a.prev div.pagepnt {
  padding-right: 0;
  padding-left: 85px;
}

.pagenation a div.pagepnt::before {
  position: absolute;
  content: "";
  top: 50;
  right: 0;
  width: 70px;
  height: 70px;
  background: #231815;
  border: 1px solid #231815;
  border-radius: 70px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.pagenation a div.pagepnt::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  background: url(../images/common/icon_arrow_mid02.svg) center no-repeat;
  background-size: 20px 16px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.pagenation a.prev div.pagepnt::before {
  top: 0;
  left: 0;
}

.pagenation a.prev div.pagepnt::after {
  top: 0;
  left: 0;
  background: url(../images/common/icon_arrow_mid02.svg) center no-repeat;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pagenation a:hover div.pagepnt::before {
  background: #fff;
}

.pagenation a:hover div.pagepnt::after {
  background: url(../images/common/icon_arrow_mid.svg) center no-repeat;
  background-size: 20px 16px;
}

.pagenation.lastnation a.prev {
  right: 0;
  padding-right: 0;
  margin-right: 0;
}

.pagenation.lastnation a.prev::after {
  display: none;
}

.pagenations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 28px;
  font-size: 1.75rem;
  margin-top: 100px;
}

.project__post__inner .pagenations {
  margin-top: 50px;
}

.paging,
.prevandnext ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.paging {
  padding: 0 15px;
}

.paging a,
.paging span {
  position: relative;
  display: block;
  margin: 0 10px;
  line-height: 1;
}

.paging span,
.paging a:hover {
  opacity: 1;
  border-bottom: 1px solid #231815;
}

.paging span.dots {
  border-bottom: none;
  padding-top: 12px;
  font-size: 20px;
  font-size: 1.25rem;
}

.prevandnext ul li.paging-prev {
  position: relative;
  padding-right: 45px;
  margin-right: 45px;
}

.prevandnext.lastpost ul li.paging-prev {
  padding-right: 0;
  margin-right: 0;
}

.prevandnext ul li.paging-prev::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 1px;
  height: 40px;
  background: #000;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.prevandnext.lastpost ul li.paging-prev::after {
  display: none;
}

.prevandnext ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  padding-right: 85px;
}

.prevandnext ul li a:hover {
  opacity: 1;
}

.prevandnext ul li.paging-prev a {
  padding-right: 0;
  padding-left: 85px;
}

.prevandnext ul li a::before {
  position: absolute;
  content: "";
  top: 50;
  right: 0;
  width: 70px;
  height: 70px;
  background: #231815;
  border: 1px solid #231815;
  border-radius: 70px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.prevandnext ul li a::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  background: url(../images/common/icon_arrow_mid02.svg) center no-repeat;
  background-size: 20px 16px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.prevandnext ul li.paging-prev a::before {
  top: 0;
  left: 0;
}

.prevandnext ul li.paging-prev a::after {
  top: 0;
  left: 0;
  background: url(../images/common/icon_arrow_mid02.svg) center no-repeat;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.prevandnext ul li a:hover::before {
  background: #fff;
}

.prevandnext ul li a:hover::after {
  background: url(../images/common/icon_arrow_mid.svg) center no-repeat;
  background-size: 20px 16px;
}

.news__right {
  width: 130px;
}

.news__right h2 {
  position: relative;
  font-size: 40px;
  font-size: 2.5rem;
  padding-bottom: 100px;
  line-height: 1;
}

.news__right h2::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 30px;
  width: 1px;
  height: 40px;
  background: #000;
  margin: auto;
}

.news__right ul.archive {
  width: 72px;
  margin: auto;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
}

.news__right ul.archive li {
  margin-bottom: 20px;
}

.news__right ul.archive li a:hover {
  opacity: 1;
  border-bottom: 1px solid #000;
}

/* ------------------------------- */
.news__post__inner,
.project__post__inner,
.works__post__inner {
  max-width: 1200px;
  margin: auto;
}

.news__post__title {
  margin-bottom: 35px;
}

.news__post__cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  margin-bottom: 20px;
}

.news__post__cats .post__cat {
  font-weight: bold;
  color: #777;
}

.news__post__cats .post__date {
  font-size: 18px;
  font-size: 1.125rem;
}

.news__post__title h2 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
}

.news__post__mainimg {
  margin-bottom: 100px;
}

.news__post__content {
  padding-bottom: 100px;
  border-bottom: 1px solid #000;
  margin-bottom: 50px;
  text-align: center;
}

.news__post__content p,
.news__post__content h3,
.news__post__content img {
  margin-bottom: 30px;
}

.news__post__content h3 {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: left;
}

.news__post__content p {
  text-align: left;
}

.news__post__content p:last-child {
  margin-bottom: 0;
}

.news__post__content img,
.news__post__content picture {
  max-width: 100%;
  width: auto;
  height: auto;
}

.news__post__inner .pagenations {
  margin-top: 0;
}

.backtopage a {
  position: relative;
  display: block;
  padding-left: 30px;
}

.backtopage a::before {
  position: absolute;
  content: "";
  top: 25px;
  left: 0;
  width: 20px;
  height: 1px;
  border-bottom: 1px solid #000;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.backtopage a::after {
  position: absolute;
  content: "";
  top: 19px;
  left: 1px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.backtopage a:hover {
  opacity: 1;
}

.backtopage a:hover::before {
  left: -10px;
}

.backtopage a:hover::after {
  left: -9px;
}

#NEWS__CATEGORIES .news__categories {
  margin-bottom: 65px;
}

.news_cat_select select {
  width: 340px;
  font-size: 20px;
  font-size: 1.25rem;
}

/* ------------------------------- */
.project__list {
  padding-bottom: 200px;
}

.project__list.flexed {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.project__box {
  max-width: 670px;
  width: 47.15%;
}

.project__box:nth-child(odd) {
  margin-top: -85px;
}

.project__box:nth-child(even) {
  margin-top: 135px;
}

.project__box:first-child {
  margin-top: 130px;
}

.project__box:nth-child(2) {
  margin-top: 353px;
}

.project__box__txt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px 0 0 145px;
  margin-top: 20px;
}

.project__box__year {
  position: absolute;
  font-size: 40px;
  left: 0;
  top: 0;
  line-height: 0.7;
  width: 145px;
}

.project__box__year::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 100px;
  height: 1px;
  background: #231815;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.project__box__title {
  line-height: 1.5;
}

.project__box__logo img {
  height: 40px;
  width: auto;
}

.aboutDesign {
  padding: 0 30px;
}

.aboutDesign.flexed {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.aboutDesign__logo {
  width: 640px;
  text-align: center;
}

.aboutDesign__logo img {
  height: 100px;
  width: auto;
  margin: auto;
}

.aboutDesign__txt {
  width: 600px;
}

.ttl__bottom_gd {
  margin: auto;
  padding: 50px 0 70px;
  text-align: center;
}

.ttl__bottom_gd img {
  height: 60px;
  width: auto;
  margin: auto;
}

.project__post__title {
  text-align: center;
  margin-bottom: 100px;
}

.project__post__title div {
  width: 360px;
  margin: auto;
  margin-bottom: 50px;
}

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

.project__post__title h2 p {
  text-align: left;
  line-height: 1.5;
  padding-top: 30px;
}

.project__post__title h2 p.en01 {
  position: relative;
  font-size: 40px;
  line-height: 0.7;
  padding: 0 60px 40px 0;
}

.project__post__title h2 p.en01::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 100px;
  height: 1px;
  background: #231815;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.project__post__title h2 span,
.project__box__title span {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #777;
}

.projectslides {
  margin-bottom: 150px;
}

.projectslide__main {
  margin-bottom: 15px;
}

.projectslide__main button.slick-arrow,
.projectslide__main button.slick-arrow:active,
.projectslide__main button.slick-arrow:visited,
.projectslide__main button.slick-arrow:focus,
.projectslide__main button.slick-arrow:link {
  border: none;
  background: rgba(255, 255, 255, 0.7);
  height: 38px;
  width: 38px;
  color: transparent;
  left: 0;
  top: 50%;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  z-index: 999;
  border-radius: 38px;
  margin-left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.projectslide__main button.slick-arrow:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 1);
}

.projectslide__main button.slick-arrow.slick-next {
  left: auto;
  right: 10px;
}

.projectslide__main.slick-slider .slick-prev::before,
.slick-slider .slick-next::before {
  background: url("../images/common/icon_arrow_sml.svg") center no-repeat;
}

.projectslide__sub {
  overflow: hidden;
  margin: 0 -12px 45px;
}

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

.project__icons ul li {
  width: 13.5%;
  margin-right: 3.8%;
}

.project__icons ul l:last-child {
  margin-right: 0;
}

.project__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 100px;
  border-bottom: 1px solid #231815;
}

.project__datas {
  width: 40%;
  max-width: 480px;
}

.project__datas h3,
.works__cats h3,
.works__brandnews h3 {
  position: relative;
  font-size: 40px;
  font-size: 2.5rem;
  padding-left: 63px;
  margin-bottom: 15px;
  line-height: 0.7;
}

.project__datas h3::before,
.works__cats h3::before,
.works__brandnews h3::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 40px;
  height: 2px;
  border-bottom: 1px solid #231815;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.project__datas__dls dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #231815;
}

.project__datas__dls dl dt {
  width: 30%;
  padding: 25px 0;
}

.project__datas__dls dl dd {
  width: 70%;
  padding: 25px 0;
}

.project__datas__dls dl dd a,
.project__datas__dls .lkdl a {
  border-bottom: 1px solid #231815;
}

.project__datas__dls dl dd a:hover,
.project__datas__dls .lkdl a:hover {
  border-bottom: none;
  opacity: 1;
}

.project__datas__dls .lkdl {
  padding: 25px 0;
  border-bottom: 1px solid #231815;
}

.project__post__content {
  width: 53.33%;
  max-width: 640px;
}

.project__post__content h4,
.project__post__content img {
  margin-top: 40px;
}

.project__post__content h4:first-child {
  margin-top: 0;
}

.project__post__content h5 {
  font-size: 30px;
  margin: 40px 0 15px;
  line-height: 0.7;
  font-family: "Cormorant Infant", serif;
  font-weight: 400;
}

.intro_txt_box + .intro_txt_box {
  margin-top: 25px;
}

.intro_txt_box h3 {
  margin-bottom: 10px;
}

/* --------------------------------

WORKS

-------------------------------- */
.works__post__title {
  margin-bottom: 100px;
}

.works__post__title h2 {
  margin-bottom: 70px;
  font-size: 20px;
  font-size: 1.25rem;
}

.works__post__title h2 span {
  display: block;
  font-size: 15px;
  margin-top: 20px;
  color: #777;
}

.worksimgs {
  margin-bottom: calc(200px - 5%);
}

.worksimgs a:hover {
  opacity: 1;
}

.worksimgs__eyecatch {
  margin-bottom: 100px;
}

.grid {
}

.grid-sizer,
.grid-item {
  width: 30%;
  margin-bottom: 5%;
}

.gutter-sizer {
  width: 5%;
}

.works__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 200px;
}

.works__cats {
  margin-bottom: 100px;
}

#WORKSCAT .works__cats {
  margin-bottom: 0;
}

.works__brandnews {
  padding-bottom: 100px;
  border-bottom: 1px solid #231815;
}

.works__cats ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 40px;
}

.works__cats ul li {
  padding-right: 15px;
  margin: 10px 15px 0 0;
  border-right: 1px solid #231815;
  line-height: 1;
}

.works__cats ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.works__cats ul li a:hover {
  opacity: 1;
  border-bottom: 1px solid #000;
}

.works__list {
  padding-bottom: 200px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.works__list::after {
  content: "";
  width: 30%;
  height: 1px;
}

.works__brandnews ul {
  margin-top: 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.works__box {
  position: relative;
  margin-top: 200px;
}

.works__box:nth-child(1),
.works__box:nth-child(2),
.works__box:nth-child(6),
.works__box:nth-child(7),
.works__box:nth-child(11),
.works__box:nth-child(12),
.works__box:nth-child(16),
.works__box:nth-child(17) {
  width: 45%;
}

.works__box:nth-child(3),
.works__box:nth-child(4),
.works__box:nth-child(5),
.works__box:nth-child(8),
.works__box:nth-child(9),
.works__box:nth-child(10),
.works__box:nth-child(13),
.works__box:nth-child(14),
.works__box:nth-child(15),
.works__box:nth-child(18),
.works__box:nth-child(19),
.works__box:nth-child(20) {
   width: 45%;
}

.works__brandnews ul li {
  position: relative;
  width: 31.5%;
}

.works__brandnews ul li a,
.works__box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.works__brandnews ul li a ~ p.imgzm img,
.works__brandnews ul li a ~ p.imgzm picture,
.works__box a ~ p.imgzm img,
.works__box a ~ p.imgzm picture {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 2s cubic-bezier(0.1, 0.55, 0.2, 1);
  transition: 2s cubic-bezier(0.1, 0.55, 0.2, 1);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

.works__brandnews ul li a:hover ~ p.imgzm img,
.works__brandnews ul li a:hover ~ p.imgzm picture,
.works__box a:hover ~ p.imgzm img,
.works__box a:hover ~ p.imgzm picture {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}

.works__brandnews ul li p {
  margin-bottom: 30px;
}

.works__box h4 {
  margin-top: 30px;
}

.works__brandnews ul li h4,
.works__box h4 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-weight: normal;
}

.works__brandnews ul li h4 span,
.works__box h4 span {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #777;
  margin-top: 15px;
}

/* --------------------------------

RECRUIT

-------------------------------- */
#BUSINESS__TOCHI__INTRO .inner .flexed {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.intro__txt {
  width: 50%;
  line-height: 2;
  font-size: 18px;
  font-size: 1.125rem;
}

.intro__ttl {
  font-size: 44px;
  font-size: 2rem;
}

#BUSINESS__TOCHI__INTRO .intro__ttl {
  line-height: 1;
  text-align: center;
}

.intro__ttl span {
  display: block;
}

.intro__txt__inner {
  width: 88.22%;
  /* margin: 150px 0 0 auto; */
}

.intro__txt__inner.bsn__inner {
  margin-top: 840px;
}

#BUSINESS__DOBOKU__INTRO .intro__txt__inner {
  margin-top: 60px;
}

#PROJECT__INTRO .intro__txt__inner {
  margin-top: 70px;
}

.intro__txt p {
  margin-bottom: 20px;
}

.intro__txt p:last-child,
.concept__txt p:last-child {
  margin-bottom: 0;
}

#BUSINESS__TOCHI__INTRO .intro__txt {
  width: 44.12%;
  line-height: 2.2;
}

.concept__ttl {
  width: 50%;
  padding-right: 7%;
  font-size: 30px;
  font-size: 1.875rem;
}

.concept__txt {
  width: 50%;
  padding-left: 7%;
}

.concept__txt p {
  margin-bottom: 30px;
}

/* ------------------------------- */
#RECRUIT__NEWS .flexed,
#PROJECT__NEWS .flexed {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news__box {
  width: 46.5%;
  padding-bottom: 20px;
  margin-bottom: 60px;
  border-bottom: 1px solid #231815;
}

.news__box p.date {
  color: #777777;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 10px 25px;
  line-height: 1;
}

.news__box p.date span {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  margin-right: 20px;
}

.news__box a {
  position: relative;
  padding-left: 25px;
  display: block;
}

.news__box a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 12px;
  height: 1px;
  border-bottom: 1px solid #000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.news__box a::after {
  position: absolute;
  content: "";
  left: 4px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.news__box a:hover {
  opacity: 1;
}

.news__box a:hover::before {
  left: 10px;
}

.news__box a:hover::after {
  left: 14px;
}

#RECRUIT__NEWS .tolist,
#PROJECT__NEWS .tolist {
  margin: 75px 0 auto auto;
}

/* ------------------------------- */
.flexed.staffs {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.staffs__box {
  width: 44.11%;
  margin-bottom: 200px;
}

.staffs__box:nth-child(even) {
  margin-top: 220px;
}

.staffs__box:last-child {
  margin-bottom: 0;
}

.staffs__box__inner {
  width: 73.333%;
  margin: auto;
}

.staffs__img {
  margin-bottom: 50px;
}

.staffs__box h3 {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 30px;
  line-height: 1;
}

.addedheading__staff {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 50px;
}

/* ------------------------------- */
.interview__box .flexed {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 200px;
}

.interview__box .flexed.alistr {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.interview__box .flexed:last-child {
  margin-bottom: 200px;
}

.interview__img,
.contact__img {
  width: 50%;
  text-align: right;
}

.interview__img02 {
  width: 44.12%;
  text-align: right;
}

.interview__img.IntMrno,
.interview__img02.IntMrno {
  margin-right: -30px;
}

.interview__img.IntMlno,
.interview__img02.IntMlno,
.contact__img.IntMlno {
  margin-left: -30px;
  text-align: left;
}

.interview__img.IntMrno img,
.interview__img.IntMrno picture,
.interview__img.IntMlno img,
.interview__img.IntMlno picture,
.contact__img.IntMlno img,
.contact__img.IntMlno picture {
  width: calc(100% - 30px);
}

.interview__txt,
.contact__txt {
  width: 44.12%;
}

.interview__name {
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 1;
  margin-bottom: 70px;
}

.interview__name span {
  display: block;
}

.interview__name span.jpn01 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 30px;
}

.interview__txt p {
  margin-bottom: 30px;
}

.interview__txt p:last-child {
  margin-bottom: 0;
}

.interview__txt p.interview__name__sub {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 0;
}

.interview__txt ul li {
  margin-bottom: 10px;
  margin-left: 1em;
  text-indent: -1em;
}

.interview__txt ul li:last-child {
  margin-bottom: 0;
}

h4.interview__ttl,
.contact__txt h2 {
  position: relative;
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 50px;
  padding-left: 65px;
  line-height: 1;
}

h4.interview__ttl::before,
.contact__txt h2::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  top: 50%;
  left: 0;
  border-bottom: 1px solid #000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* ------------------------------- */
.details__lnk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
}

.details__lnk li:nth-child(1),
.details__lnk li:nth-child(2) {
  position: relative;
  margin-right: 30px;
}

.details__lnk li:nth-child(1)::after,
.details__lnk li:nth-child(2)::after {
  position: absolute;
  content: "";
  top: 0;
  right: -23px;
  width: 1px;
  height: 20px;
  background: #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.detail__box {
  max-width: 1100px;
  margin: 200px auto 0;
}

.detail__box h3.detals__ttl {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  margin-bottom: 100px;
}

.details__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid #000;
  line-height: 2;
}

.details__table.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.details__table dt {
  width: 35.45%;
  font-size: 18px;
  font-size: 1.125rem;
}

.details__table dd {
  width: 64.55%;
}

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

.details__table .sub__table dt {
  width: 20%;
  font-size: 15px;
  font-size: 0.9375rem;
}

.details__table .sub__table dd {
  width: 80%;
}

.details__table dd ul li {
  margin-left: 1em;
  text-indent: -1em;
}

/* ------------------------------- */
#NEWEVENT h3.detals__ttl {
  line-height: 2;
}

.details__table2__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  margin-bottom: 100px;
}

.details__table2 {
  line-height: 2;
  width: 30%;
}

.details__table2 dt {
  font-size: 17px;
  font-size: 1.0625rem;
  height: 7em;
}

.details__table2 dd p {
  height: 12em;
  width: 100%;
}

.details__table2 dd .tolist {
  width: 100%;
}

.details__entry__wrap {
  text-align: center;
}

.details__entry__wrap h3.detals__ttl {
  line-height: 2;
  margin-bottom: 20px;
}

.details__entry__wrap .tolist {
  text-align: left;
  margin: 30px auto;
}

.details__entry__wrap .tolist .jp {
  font-size: 15px;
  font-size: 0.9375rem;
}

/* ------------------------------- */
.recruit__logo {
  width: 380px;
  margin: auto auto 30px;
}

#RECRUIT__CONTACT .flexed {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact__txt p span {
  display: block;
  margin-left: 1em;
  text-indent: -1em;
}

.contact__txt .tolist {
  margin-top: 100px;
}

/* ------------------------------- */
.note__link {
  border: 1px solid#1f1813;
  padding: 30px;
  width: 100%;
}

.note__link .flexed {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}

.note__link .note__logo .logo__img {
  margin: 0 0 19px;
  width: 144px;
}

.note__link .note__logo p {
  line-height: 1;
}

.note__link .note__txt {
  width: 54%;
}

.note__link .tolist {
  margin: 0 0 0 46%;
}

/* --------------------------------

BUSINESS

-------------------------------- */
#BUSINESS__INTRO .intro__ttl {
  font-size: 70px;
  font-size: 4.375rem;
  text-align: center;
  line-height: 1.5;
}

#BUSINESS__INTRO .intro__txt__inner {
  margin-top: 130px;
}

.business__subtitle {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 150px;
}

.business__subtitle span {
  font-size: 30px;
  font-size: 1.875rem;
  margin-right: 30px;
}

.flexed.comandpd {
  position: relative;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 200px;
}

.comandpd__img {
  position: absolute;
  top: 0;
  left: -30px;
  width: calc(100% + 60px);
  z-index: -1;
}

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

.reverse .comandpd__img ul {
  -webkit-box-orient: horizontal;
}

.comandpd__img ul li:first-child,
.reverse .comandpd__img ul li:last-child {
  max-width: 710px;
  width: 50%;
  margin-top: 150px;
}

.comandpd__img ul li:last-child,
.reverse .comandpd__img ul li:first-child {
  max-width: 460px;
  width: 32.39%;
  margin-top: 0;
}

.comandpd__txt {
  width: 42.25%;
  margin-top: 30.5%;
}

.comandpd__txt h2 {
  line-height: 1;
  margin-bottom: 50px;
}

.comandpd__txt h2 span {
  display: block;
  font-size: 80px;
  font-size: 5rem;
  margin-bottom: 15px;
}

.comandpd__txt h3 {
  margin-bottom: 70px;
  font-size: 30px;
  font-size: 1.875rem;
}

.comandpd__txt h3 span {
  display: block;
}

.comandpd__txt p {
  margin-bottom: 30px;
}

.comandpd__txt p.comandpd__tags {
  margin-bottom: 100px;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #777;
}

/* ------------------------------- */
.renov__details .flexed {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flexed.csr__box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 200px;
}

.flexed.csr__box.onlytxt {
  margin-bottom: 100px;
}

.flexed.csr__box.naked {
  margin-bottom: 300px;
}

.csr__details .flexed {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.csr__box.wmax {
  margin-bottom: 200px;
}

.csr__box__img {
  width: calc(50% - 30px);
}

.csr__box__img.w670 {
  max-width: 670px;
  width: 50%;
}

.csr__box__img.w660 {
  max-width: 660px;
  width: 50%;
}

.csr__box__img.w630 {
  max-width: 630px;
  width: 50%;
}

.csr__box__img.w620 {
  max-width: 620px;
  width: 50%;
}

.csr__box__img.w540 {
  max-width: 540px;
  width: 50%;
}

.csr__box__img.w500 {
  max-width: 500px;
  width: 50%;
}

.csr__box__img.tate {
  text-align: center;
  width: 50%;
}

.csr__box__img.tate img,
.csr__box__img.tate picture {
  max-width: 480px;
}

.csr__box__txt {
  width: 42.25%;
  margin-right: 30px;
  line-height: 2.2;
}

.reverse .csr__box__txt {
  margin-left: 30px;
  margin-right: 0;
}

.csr__box.wmax .csr__box__txt {
  width: calc(100% - 30px);
  margin-left: 30px;
}

#BUSINESS__HIRAYA .csr__box__txt {
  line-height: 2;
}

.csr__logo {
  width: 150px;
  margin: auto auto 100px;
}

#BUSINESS__WORKS .csr__logo {
  width: 100%;
  text-align: center;
}

#BUSINESS__WORKS .csr__logo img {
  width: auto;
  height: auto;
}

.csr__box__txt h3.bsn__ttl,
.aboutDesign h3.bsn__ttl,
.renov__details h3.bsn__ttl,
.renov__details h4.bsn__ttl {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 70px;
}

.renov__details h3.bsn__ttl {
  margin-bottom: 100px;
}

.renov__details .csr__box__txt h3.bsn__ttl {
  margin-bottom: 70px;
}

.csr__box__txt h3.bsn__ttl__line,
.csr__box__txt h4.bsn__ttl__line {
  position: relative;
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 50px;
  padding-left: 60px;
  line-height: 1;
}

.csr__box__txt h3.bsn__ttl__line::before,
.csr__box__txt h4.bsn__ttl__line::before,
.csr__box__txt h3.bsn__ttl__lineB::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background: #231815;
  left: 0;
  top: 15px;
}

.csr__box__txt h3.bsn__ttl__lineB {
  position: relative;
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 50px;
  padding-left: 60px;
  line-height: 1;
}

.csr__box__txt h3.bsn__ttl__lineB::before {
  top: 20px;
}

.csr__box__txt h3.bsn__ttl__sml {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 70px;
}

.csr__box__txt h3.bsn__ttl__sml span.en01 {
  font-size: 30px;
  font-size: 1.875rem;
  margin-right: 10px;
}

#BUSINESS__HIRAYA .csr__box__txt h3.bsn__ttl {
  line-height: 1;
  margin-bottom: 70px;
}

#BUSINESS__HIRAYA .reverse .csr__box__txt h3.bsn__ttl {
  margin-bottom: 50px;
}

#BUSINESS__HIRAYA .csr__box__txt h4 {
  font-size: 20px;
  font-size: 1.25rem;
}

h3.bsn__ttl.txtC {
  text-align: center;
}

.csr__box__txt h3.bsn__ttl span {
  display: block;
}

.csr__box__txt p.csr__gooddesign {
  height: 40px;
  margin-bottom: 70px;
}

.csr__box__txt p.csr__best100 {
  height: 50px;
  margin-bottom: 70px;
}

.csr__box__txt .tolist.urls,
.csr__box__txt .tolist.mt100,
.tolist.doboku {
  margin-top: 100px;
}

.bsnver .csr__box__txt p,
#BUSINESS__WORKS .csr__box__txt p {
  margin-bottom: 30px;
}

.bsnver .csr__box__txt p:last-child,
#BUSINESS__WORKS .csr__box__txt p:last-child {
  margin-bottom: 0;
}

.bsnver .csr__box__txt p.jpn01 {
  margin-bottom: 50px;
  font-size: 18px;
  font-size: 1.125rem;
}

.csr__box__txt ul.hiraya {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 442px;
  height: 80px;
  margin: 20px 0 70px;
}

.csr__box__txt ul.hiraya li:first-child {
  width: 244px;
}

.csr__box__txt ul.hiraya li:last-child {
  width: 165px;
  padding-top: 10px;
}

.csr__box__txt ul.list {
  text-indent: -1em;
  margin-left: 1em;
}

.csr__box__txt ul.num02 {
  text-indent: -1.4em;
  margin-left: 1.4em;
}

.csr__box__txt ul.num02 li {
  margin-bottom: 30px;
}

.csr__box__txt ul.num02 li:last-child {
  margin-bottom: 0;
}

.csr__box__txt dl.licence {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 255px;
  margin-bottom: 40px;
}

.csr__box__txt dl.licence dt {
  width: 215px;
}

.csr__box__txt dl.licence dd {
  width: 40px;
  text-align: center;
}

.csr__box__subtitle {
  line-height: 1;
  margin-bottom: 50px;
}

.csr__box__subtitle span {
  display: block;
  font-size: 50px;
  font-size: 3.125rem;
  margin-bottom: 20px;
}

.csr__gooddesign img,
.csr__best100 img {
  width: auto;
  height: 100%;
}

.csr__details h3 {
  line-height: 1;
  margin-bottom: 50px;
}

.csr__details h3 span {
  display: block;
  font-size: 76px;
  font-size: 4.75rem;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}

#BUSINESS__WORKS .csr__details h3 span {
  font-size: 50px;
  font-size: 3.125rem;
}

.csr__details h4 {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 50px;
}

.csr__details h4 span {
  display: block;
}

.csr__box__txt .typeoftochi h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: 20px;
}

.csr__box__txt .typeoftochi h3 {
  margin-bottom: 15px;
  line-height: 1;
}

.bsnver .csr__box__txt .typeoftochi p {
  margin-bottom: 50px;
}

.csr__details .tolist {
  margin-top: 100px;
}

.bsnver .tolist p {
  margin: 0;
}

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

.project__wrap.reverse {
  flex-direction: row-reverse;
}

.project__wrap__img {
  width: 47.89%;
}

.project__wrap__img ul {
  position: relative;
  width: 100%;
  height: 555px;
  margin: auto;
}

.project__wrap__img li {
  position: absolute;
  width: 330px;
}

.project__wrap__img li:first-child {
  top: 0;
  left: 0;
}

.project__wrap__img li:last-child {
  bottom: 0;
  right: 0;
}

.project__wrap__txt {
  width: 42.25%;
  margin-right: 30px;
}

.project__wrap__txt h2 {
  margin-bottom: 40px;
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
}

.project__wrap__txt h2 span {
  display: block;
  font-size: 80px;
  font-size: 5rem;
  margin-bottom: 20px;
}

h3.projectheading3 {
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}

#FORSALE h3.projectheading3 {
  font-size: 30px;
  font-size: 1.875rem;
  margin-top: 60px;
  margin-bottom: 70px;
}

h3.projectheading3 span {
  display: block;
}

.project__design {
  width: 400px;
  margin-bottom: 45px;
}

.project__txt {
  margin-bottom: 100px;
}

.project__txt p {
  margin-bottom: 35px;
}

.project__txt p:last-child {
  margin-bottom: 0;
}

/* ------------------------------- */
#CONTENTS .flexed {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contents__lnk {
  width: 30.5%;
  margin-bottom: 100px;
}

.contents__lnk a {
  display: block;
  position: relative;
  padding-left: 85px;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 50px;
}

.contents__lnk a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  background: #231815;
  border: 1px solid #231815;
  border-radius: 70px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.contents__lnk a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  background: url("../images/common/icon_arrow_mid02.svg") center no-repeat;
  background-size: 20px 16px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.contents__lnk a:hover {
  opacity: 1;
}

.contents__lnk a:hover::before {
  background: #fff;
}

.contents__lnk a:hover::after {
  background: url("../images/common/icon_arrow_mid.svg") center no-repeat;
  background-size: 20px 16px;
}

.contents__lnk a span {
  display: block;
  font-size: 48px;
  font-size: 3rem;
  line-height: 1;
}

.contents__lnk p {
  font-size: 13px;
  font-size: 0.8125rem;
}

/* --------------------------------

RENOVATION

-------------------------------- */
h5.bs {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 20px;
  font-weight: bold;
}

h5.bs.jpn01 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
}

ul.renvchk01 li {
  margin-bottom: 30px;
  padding-left: 45px;
  background: url("../images/renovation/icon_bubble.svg") left 5px no-repeat;
  background-size: 32px auto;
  font-weight: bold;
}

ul.renvchk02 li {
  margin-bottom: 15px;
  padding-left: 45px;
  background: url("../images/renovation/icon_pencil.svg") left 0 no-repeat;
  background-size: 32px auto;
  font-weight: bold;
}

.bsnver .csr__box__txt p.renov__gooddesign {
  margin: 70px 0 50px;
  height: 40px;
}

.bsnver .csr__box__txt p.renov__gooddesign img {
  height: 100%;
  width: auto;
}

p.caption {
  margin-top: 10px;
}

.renovation__flow {
  margin-bottom: 200px;
}

.renovation__flow__list {
  width: 1200px;
  margin: 0 auto 100px;
}

.renovation__flow__list ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.renovation__flow__list ul li {
  text-align: center;
}

.renovation__flow__list ul li p {
  position: relative;
  width: 100%;
  height: 100px;
}

.renovation__flow__list ul li p::after {
  position: absolute;
  content: "";
  top: 30px;
  right: -130px;
  width: 30px;
  height: 30px;
  border-top: 2px solid #231815;
  border-right: 2px solid #231815;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.renovation__flow__list ul li:last-child p::after {
  display: none;
}

.renovation__flow__list ul li p img {
  width: 100px;
  height: auto;
}

.renovation__flow__list ul li span {
  display: block;
  width: 100%;
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 20px;
  line-height: 1.2;
}

.renovation__flow.flexed {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.renovation__flow__box {
  max-width: 630px;
  width: 47.5%;
  line-height: 2.2;
  margin-top: 200px;
}

.renovation__flow__box:first-child {
  margin-top: 0;
}

.renovation__flow__box:last-child {
  margin-top: 400px;
}

.renovation__flow__box h4 {
  position: relative;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 30px 0 50px;
  padding: 10px 0 0 90px;
}

.renovation__flow__box h4 img {
  position: absolute;
  left: 0;
  top: 0;
  height: 60px;
  width: auto;
}

.renovation__flow__box h5 {
  margin: 50px 0 30px;
}

ul.check10 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

ul.check10 li {
  width: 20%;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 50px;
}

ul.check10 li img {
  width: 75%;
  margin-bottom: 5px;
}

.renovation__flow__box ul.renvchk01 {
  margin-bottom: 50px;
}

.BeforeandAfter.flexed {
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 100px;
}

.BeforeandAfter__before,
.BeforeandAfter__after {
  max-width: 670px;
  width: 47.5%;
}

.BeforeandAfter::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  border-top: 2px solid #231815;
  border-right: 2px solid #231815;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  top: 52.5%;
  left: 48.25%;
  margin: auto;
}

.BeforeandAfter h4 {
  font-size: 40px;
  font-size: 2.5rem;
}

ul.ordinalist {
  margin-bottom: 50px;
}

ul.ordinalist li {
  text-indent: -1em;
  margin-left: 1em;
}

.naked .tolist a span.arrows {
  padding-top: 15px;
  font-weight: bold;
}

.caut {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 2.2;
}

/* --------------------------------

COMMON

-------------------------------- */
.basic__box {
  padding-bottom: 60px;
  margin-bottom: 50px;
  border-bottom: 1px solid #000;
  line-height: 2;
}

.basic__box.nobdr {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.basic__box.nobdr.mb50 {
  margin-bottom: 50px;
}

.basic__box.nobdr.mb150 {
  margin-bottom: 150px;
}

.basic__box.nobdr.mb200 {
  margin-bottom: 200px;
}

h2.basic__head {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 150px;
}

.basic__box h2,
.basic__box h3 {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 50px;
  margin-left: 1em;
  text-indent: -1em;
}

.contactform .basic__box h2 {
  margin-bottom: 25px;
  margin-left: 0;
  text-indent: 0;
}

.basic__box h3.last {
  margin-bottom: 20px;
}

.contact .basic__box h3 {
  margin-bottom: 50px;
}

.basic__box h3.sideline {
  position: relative;
  font-size: 80px;
  font-size: 5rem;
  line-height: 1;
  margin-left: 0;
  text-indent: 0;
}

.basic__box h3.sideline span {
  display: block;
  font-size: 30px;
  font-size: 1.875rem;
  margin-top: 30px;
}

.basic__box h3.sideline::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 1px;
  background: #000;
  top: 40px;
  left: -100px;
}

.basic__box h4 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 10px;
}

.contact .basic__box h3.small,
.contact .basic__box h4 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 20px;
}

.basic__box ul,
.inner__basic {
  margin-left: 40px;
}

.contact .basic__box ul {
  margin-left: 0;
}

.contact .basic__box ul.list li {
  margin-left: 0;
  text-indent: 0;
  display: inline-block;
  padding-right: 15px;
  border-right: 1px solid #000;
  margin-right: 15px;
  line-height: 1;
  margin-bottom: 10px;
}

.contact .basic__box ul.list li:last-child {
  padding-right: 0;
  border-right: none;
  margin-right: 0;
}

.contact .basic__box ul.list li a:hover {
  opacity: 1;
  border-bottom: 1px solid #000;
}

/* .basic__box ul.num li {
  margin-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: 40px;
} */

.basic__box ul li:last-child {
  margin-bottom: 0;
}

#CONTACTINT .basic__box p,
.contactform .basic__box p {
  margin-bottom: 30px;
}

.contact .basic__box .flexed {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.base__flex__box {
  width: 44.12%;
}

.base__flex__box .tolist {
  margin-bottom: 50px;
}

.basic__box .contactNum,
.renov__details .contactNum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.renov__details .contactNum {
  margin-bottom: 50px;
}

.basic__box .contactNum.row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.basic__box .contactNum p,
.renov__details .contactNum p {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  background: url("../images/common/icon_phone.svg") left top no-repeat;
  background-size: 28px;
  padding-left: 38px;
}

#CONTACTINT .basic__box .contactNum p,
.renov__details .contactNum p {
  margin-bottom: 0;
}

.basic__box .contactNum span,
.renov__details .contactNum span {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  padding-left: 15px;
}

.basic__box .contactNum.row span {
  line-height: 1.2;
}

.award__logo__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  height: 50px;
  margin-bottom: 70px;
  line-height: 0;
}

.award__logo__box div {
  height: 46px;
  margin-right: 30px;
  max-width: calc(50% - 40px);
}

.award__logo__box div img {
  height: 100%;
  width: auto;
}

/* FORMS */
.forms {
  width: 920px;
  margin: auto;
}

.forms__dl {
  margin-bottom: 20px;
}

.forms__dl.mb80 {
  margin-bottom: 80px;
}

.forms__dt {
  position: relative;
  width: 300px;
  font-size: 16px;
  font-size: 1rem;
  padding-left: 1.4em;
  padding-top: 20px;
}

div.attn-red p {
  display: inline;
  position: relative;
  line-height: 1;
  padding-left: 1.4em;
}

div.attn-red span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 25px;
}

.forms__dt span.attn-red {
  position: absolute;
  left: 0;
  top: 21px;
  font-size: 25px;
  line-height: 1;
}

.confirms .forms__dt span.attn-red {
  display: none;
}

.forms__dd {
  width: 620px;
}

.confirms .forms__dd {
  padding: 20px 0;
  border-bottom: 1px solid #000;
}

.confirms .forms__dd span.attn {
  display: none;
}

.forms__radio_group {
  padding: 20px;
  background: #eef0f2;
}

.confirms .forms__radio_group {
  padding: 0;
  background: transparent;
}

.forms__radio_group input {
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
}

.forms__radio_group .vertical-item {
  display: block;
}

.forms__radio_group .vertical-item input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.forms__radio_group .vertical-item input[type="radio"] + .mwform-radio-field-text::before {
  position: relative;
  content: "";
  display: inline-block;
  background: #fff;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  top: 0.3em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease;
  margin-right: 8px;
}

.forms__radio_group .vertical-item input[type="radio"]:checked + .mwform-radio-field-text::before {
  background: #fff;
  box-shadow: inset 0 0 0 5px #000;
}

.forms__radio_group .vertical-item input[type="radio"]:focus + .mwform-radio-field-text::before {
  outline: none;
}

.form__last__attn {
  margin-top: 40px;
  padding: 0 20px;
}

.confirms .form__last__attn {
  display: none;
  margin-top: 0;
}

.sec.contactform .attn a,
.form__last__attn a,
.thanxforms a {
  text-decoration: underline;
}

.sec.contactform .attn a:hover,
.form__last__attn a:hover,
.thanxforms a:hover {
  opacity: 1;
  text-decoration: none;
}

.forms input[type="text"],
.forms input[type="email"],
.forms textarea {
  position: relative;
  padding: 20px 15px;
  background: #eef0f2;
  border: none;
  height: 65px;
}

.forms textarea {
  height: 230px;
  display: block;
}

.form__btn__set {
  margin-top: 150px;
  text-align: center;
}

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

.form__btn__set__send {
  position: relative;
  display: inline-block;
  width: 50%;
}

.form__btn__set__send::after,
.forms a.fakeformbtn::after {
  position: absolute;
  content: "";
  top: 35px;
  right: 20px;
  width: 11px;
  height: 11px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.3s linear;
}

.form__btn__set__send::before,
.forms a.fakeformbtn::before {
  position: absolute;
  content: "";
  top: 40px;
  right: 19px;
  width: 20px;
  height: 1px;
  background: #fff;
  transition: 0.3s linear;
}

@media (max-width: 769px) {
  .form__btn__set__send {
    position: relative;
    display: inline-block;
    width: 100%;
  }
}

.form__btn__set__send:hover::after,
.forms a.fakeformbtn:hover::after {
  border-color: #000;
  right: 10px;
}

.form__btn__set__send:hover::before,
.forms a.fakeformbtn:hover::before {
  background: #000;
  right: 9px;
}

.forms .form__btn__set__send input[type="submit"],
.forms a.fakeformbtn {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  text-align: left;
  font-size: 20px;
  font-size: 1.25rem;
  width: 500px;
  height: 80px;
  padding-left: 30px;
  margin: auto;
  cursor: pointer;
  transition: 0.3s linear;
  background-color: #231815;
}

.forms a.fakeformbtn {
  position: relative;
  display: block;
  padding-top: 18px;
  border: 1px solid #231815;
}

.forms .form__btn__set__send input[type="submit"]:hover,
.forms a.fakeformbtn:hover {
  background: #fff;
  color: #000;
  opacity: 1;
}

.confirms .forms .form__btn__set__back {
  position: relative;
  width: 300px;
  text-align: left;
}

.confirms .forms .form__btn__set__back::after {
  position: absolute;
  content: "";
  top: 35px;
  left: 20px;
  width: 11px;
  height: 11px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: 0.3s linear;
}

.confirms .forms .form__btn__set__back::before {
  position: absolute;
  content: "";
  top: 40px;
  left: 19px;
  width: 20px;
  height: 1px;
  background: #000;
  transition: 0.3s linear;
}

.confirms .forms .form__btn__set__back:hover::after {
  border-color: #000;
  left: 10px;
}

.confirms .forms .form__btn__set__back:hover::before {
  background: #000;
  left: 9px;
}

.confirms .forms .form__btn__set__back button[type="submit"] {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  width: 90px;
  height: 80px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  text-align: right;
}

.formsAnim__wrap {
  position: relative;
  display: block;
  overflow: hidden;
}

.formsAnim__wrap > .formsAnim {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.6s cubic-bezier(0.43, 0.05, 0.17, 1);
  transition: opacity 0.2s ease, -webkit-transform 0.6s cubic-bezier(0.43, 0.05, 0.17, 1);
  transition: transform 0.6s cubic-bezier(0.43, 0.05, 0.17, 1), opacity 0.2s ease;
  transition: transform 0.6s cubic-bezier(0.43, 0.05, 0.17, 1), opacity 0.2s ease, -webkit-transform 0.6s cubic-bezier(0.43, 0.05, 0.17, 1);
}

.formsAnim__wrap > input:focus + .formsAnim,
.formsAnim__wrap > textarea:focus + .formsAnim {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.2s ease;
  transition: transform 0.5s ease, opacity 0.2s ease, -webkit-transform 0.5s ease;
}

.mw_wp_form .formsAnim__wrap .error,
.mw_wp_form .forms__radio_group .error {
  color: #d80000;
  border-top: 1px solid #d80000;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

/* NOTFOUND */
#NOTFOUND .intro h2 {
  font-size: 30px;
  font-size: 1.875rem;
}

#NOTFOUND .intro__txt {
  padding-top: 120px;
  margin-bottom: 150px;
  font-size: 1rem;
  width: 100%;
}

#NOTFOUND .intro__txt p {
  margin-top: 30px;
  margin-bottom: 0;
}

#NOTFOUND .forms {
  margin-bottom: 100px;
}

div#privacy {
  display: block;
  text-align: center;
  margin-bottom: 200px;
}

form#myform dl {
  display: flex;
  margin-bottom: 30px;
  justify-content: space-between;
  align-items: center;
}

.e-inner {
  max-width: 900px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 10px;
}

form#myform dl dt {
  position: relative;
  width: 300px;
  font-size: 16px;
  font-size: 1rem;
  padding-left: 1.4em;
}

form#myform dl dd {
  width: 620px;
}

form#myform dl dd input {
  background: #eef0f2;
}

form#myform dl dd textarea {
  background: #eef0f2;
  height: 230px;
  display: block;
}

p.errorMesse {
  color: #d80000;
}

/* .form__btn__set__send input[type="submit"], .forms a.fakeformbtn {
    color: #FFF;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    text-align: left;
    font-size: 20px;
    font-size: 1.25rem;
    width: 500px;
    height: 80px;
    padding-left: 30px;
    margin: auto;
    cursor: pointer;
    transition: .3s linear;
    background-color: #231815;
} */

.form__btn__set__send input[type="submit"]:hover,
.forms a.fakeformbtn:hover {
  background: #fff;
  color: #000;
  opacity: 1;
}

.e-inner_title {
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
}

.e-flexlink {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.e-flexlink .form__btn__set {
  width: 100%;
}

div#sec01 .e-inner_title {
  text-align: center;
  margin-bottom: 20px;
}

p.contact-e {
  text-align: center;
  margin-bottom: 30px;
}

.form-tab dl dt,
.form-tab dl dd {
  padding: 20px 20px;
}

.form__btn__set__send.form-Back input[type="submit"],
.forms a.fakeformbtn {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  text-align: left;
  font-size: 20px;
  font-size: 1.25rem;
  width: 300px;
  height: 80px;
  padding-left: 30px;
  margin: auto;
  cursor: pointer;
  transition: 0.3s linear;
  background-color: #231815;
}

.form__btn__set__send.form-Back input[type="submit"]:hover,
.forms a.fakeformbtn:hover {
  background: #fff;
  color: #000;
  opacity: 1;
}

.form__btn__set__send.form-Back input[type="submit"],
.forms a.fakeformbtn {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  text-align: left;
  font-size: 20px;
  font-size: 1.25rem;
  width: 100%;
  height: 80px;
  padding-left: 30px;
  margin: auto;
  cursor: pointer;
  transition: 0.3s linear;
  background-color: #231815;
}

.e-flexlink .form__btn__set {
  margin-top: 10px;
}

@media all and (max-width: 769px) {
  .forms .form__btn__set__send input[type="submit"],
  .forms a.fakeformbtn {
    height: 40px;
  }
  .form__btn__set__send::after,
  .forms a.fakeformbtn::after {
    top: 15px;
  }
  .forms input[type="text"],
  .forms input[type="email"],
  .forms textarea {
    height: 35px;
  }
  .form__btn__set__send.form-Back input[type="submit"],
  .forms a.fakeformbtn {
    height: 40px;
  }
}

