@charset "UTF-8";
/*font-family*/
/*color*/
/*font-size*/
/**transition**/
/**見出し**/
/**サブタイトル**/
/**スクロールアニメーション**/
/**hover-border-bottom**/
.concept__inner {
  padding-top: 112px;
  position: relative;
}
.concept__inner .concept__scroll {
  position: absolute;
  right: 30px;
  bottom: 10px;
  z-index: 5;
}
.concept__inner .concept__scroll img {
  width: 134px;
  height: auto;
  -webkit-animation: spin 20s linear infinite;
          animation: spin 20s linear infinite;
}
.concept__title {
  width: 92%;
  margin: 0 auto 92px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:760px) {
	.concept__inner .concept__scroll img {
		width:118px;
	}
  .concept__title {
    margin-bottom: 54px;
  }
}
.concept__title p {
  color: #898989;
	font-size:30px;
  font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
  letter-spacing: 0.2em;
}
.concept__title h2 {
	font-size:45px;
  font-size: clamp(1.875rem, 1.534rem + 1.7vw, 2.813rem);
  letter-spacing: 0.1em;
  margin-top: 12px;
}
@media screen and (max-width:760px) {
	.concept__title p {
	font-size:20px;
   font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);		
	}
  .concept__title h2 {
	  font-size:30px;
     font-size: clamp(1.875rem, 1.534rem + 1.7vw, 2.813rem);
    line-height: 1.6em;
    margin-top: 4px;
  }
}
.concept__title h2 .br {
  display: none;
}
@media screen and (max-width:760px) {
  .concept__title h2 .br {
    display: block;
  }
}
.concept__title h2 strong {
  line-height: 1.3em;
  border-bottom: 3px solid #e63736;
  padding-bottom: 4px;
}
.concept .concept__menu {
  position: relative;
}
.concept .concept__menu__img__top {
  position: absolute;
  z-index: 4;
  width: 50%;
  height: 186px;
  right: 0;
  top: -110px;
}
@media screen and (max-width:760px) {
  .concept .concept__menu__img__top {
    width: 80%;
  }
}
.concept .concept__menu__img__top img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.concept .concept__menu__img__bottom {
  position: relative;
  z-index: 4;
  width: 60%;
  height: 287px;
  margin-top: -110px;
}
@media screen and (max-width:760px) {
  .concept .concept__menu__img__bottom {
    width: 72%;
  }
}
.concept .concept__menu__img__bottom img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.concept .concept__menu__masu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width:760px) {
  .concept .concept__menu__masu {
    grid-template-columns: 1fr;
  }
}
.concept .concept__menu__masu .conceptMenuBox {
  color: #fff;
  position: relative;
  height: 418px;
  z-index: 5;
}
@media screen and (max-width:760px) {
  .concept .concept__menu__masu .conceptMenuBox {
    height: 252px;
  }
}
.concept .concept__menu__masu .conceptMenuBox a {
  display: block;
  height: 100%;
}
.concept .concept__menu__masu .conceptMenuBox a:hover .concept__menu__before {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s cubic-bezier(0.26, 0.06, 0, 1);
  transition: 0.5s cubic-bezier(0.26, 0.06, 0, 1);
}
.concept .concept__menu__masu .conceptMenuBox a:hover .concept__menu__after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.8s cubic-bezier(0.26, 0.06, 0, 1);
  transition: all 0.8s cubic-bezier(0.26, 0.06, 0, 1);
}
.concept .concept__menu__masu .conceptMenuBox a:hover .concept__menu__after::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.concept .concept__menu__masu .conceptMenuBox a:hover .concept__menu__after p {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.concept .concept__menu__masu .convey {
  background-color: rgba(52, 0, 0, 0.8);
}
.concept .concept__menu__masu .convey .concept__menu__after::before {
  background-image: url("/wp-content/uploads/2022/11/hover-bg-01.jpg");
}
.concept .concept__menu__masu .convey .concept__menu__after::after {
  content: "";
  background-color: rgba(52, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.concept .concept__menu__masu .fascinate {
  background-color: rgba(96, 6, 11, 0.4862745098);
}
.concept .concept__menu__masu .fascinate .concept__menu__after::before {
  background-image: url("/wp-content/uploads/2022/12/hover-bg-02.jpg");
}
.concept .concept__menu__masu .fascinate .concept__menu__after::after {
  content: "";
  background-color: rgba(96, 6, 11, 0.4862745098);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.concept .concept__menu__masu .cometrue {
  background-color: rgba(96, 6, 11, 0.262745098);
}
.concept .concept__menu__masu .cometrue .concept__menu__after::before {
  background-image: url("/wp-content/uploads/2022/12/hover-bg-03.jpg");
}
.concept .concept__menu__masu .cometrue .concept__menu__after::after {
  content: "";
  background-color: rgba(96, 6, 11, 0.262745098);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.concept .concept__menu__before {
  width: 100%;
  height: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.6s cubic-bezier(0.26, 0.06, 0, 1);
  transition: 0.6s cubic-bezier(0.26, 0.06, 0, 1);
}
.concept .concept__menu__before h3 {
	font-size:30px;
  font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
  letter-spacing: 0.2em;
  margin-top: 6px;
}
.concept .concept__menu__after {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.6s cubic-bezier(0.26, 0.06, 0, 1);
  transition: 0.6s cubic-bezier(0.26, 0.06, 0, 1);
}
.concept .concept__menu__after .concept__menu__subTitle {
	font-size:20px;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  letter-spacing: 0.2em;
}
.concept .concept__menu__after h4 {
	font-size:34px;
  font-size: clamp(1.5rem, 1.273rem + 1.14vw, 2.125rem);
  margin: 14px auto 36px;
  letter-spacing: 0.2em;
}
.concept .concept__menu__after .concept__menu__text {
  width: 80%;
  margin: 0 auto;
}
.concept .concept__menu__after .concept__menu__text p {
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.43, 0.05, 0.17, 1);
  transition: all 0.8s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.concept .concept__menu__arrow {
  position: relative;
  margin: 30px 0 0 -24px;
}
.concept .concept__menu__arrow span {
  display: block;
  width: 26px;
  height: 2px;
  background-color: #fff;
  position: absolute;
}
.concept .concept__menu__arrow span:nth-child(1) {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  top: -1px;
}
.concept .concept__menu__arrow span:nth-child(2) {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  top: 15px;
}

.project {
  position: relative;
  width: 100%;
  height: 1680px;
  /**project見出し**/
  /**スクロールアクション**/
  /**背景**/
}
@media screen and (max-width:760px) {
	.concept .concept__menu__before h3 {
		font-size:20px;
		font-size:clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
	}
.concept .concept__menu__after .concept__menu__subTitle {
	font-size:16px;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
}
  .project {
    height: 1006px;
  }
	.concept .concept__menu__after h4 {
		font-size:24px;
		font-size:clamp(1.5rem, 1.273rem + 1.14vw, 2.125rem);
		margin-bottom:12px;
	}
}
.project__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip: rect(auto, auto, auto, auto);
}
.project__title {
  position: relative;
  background-color: #f1d8d9;
  text-align: center;
  padding: 0 3%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 80vh;
}
.project__title .project__btn {
	width:432px;
	margin-top:32px;
}
.project__title .project__btn a:hover {
	border-color:#000;
}
.project__title .project__btn a:hover span {
	transform:translatex(.6rem);
}
@media screen and (max-width:760px) {
  .project__title {
    text-align: left;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
	  height:674px;
  }
	.project__title .project__btn {
		width:100%;
		margin-left:0;
	}
	.project__title .project__btn a span {
		width:32px;
	}
}
.project__title p {
  color: #898989;
	font-size:30px;
  font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
  letter-spacing: 0.2em;
}
.project__title h2 {
	font-size:40px;
  font-size: clamp(1.025rem, 1.07rem + 1.59vw, 2.5rem);
  letter-spacing: 0.1em;
  line-height: 1.6em;
  margin-top: 16px;
}
.project__scroll {
  position: absolute;
  right: 30px;
  bottom: -64px;
}
.project__scroll img {
  width: 134px;
  height: auto;
  -webkit-animation: spin 20s linear infinite;
          animation: spin 20s linear infinite;
}
.project__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
}
.project__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news {
  padding: 154px 0;
}
@media screen and (max-width:760px) {
	.project__scroll img {
		width:118px;
	}
	.project__bg {
		position:relative;
		height:70vw;
	}
	.project__title h2 {
		font-size:23px;
      font-size: clamp(1.025rem, 1.07rem + 1.59vw, 2.5rem);	
	}
	.project__title p {
	font-size:20px;
   font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);		
	}
  .news {
    padding-top: 24px;
    padding-bottom: 212px;
  }
}
.news__inner {
  width: 88%;
  margin: 0 auto;
  position: relative;
}
.news__title {
  text-align: center;
}
.news__title h2 {
  font-size: clamp(1.875rem, 1.534rem + 1.7vw, 2.813rem);
  -webkit-text-stroke: 1px #000;
  letter-spacing: 0.2em;
}
.news__title h3 {
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  letter-spacing: 0.1em;
  margin-top: 6px;
}
.news__title__text {
  margin-top: 52px;
}
@media screen and (max-width:760px) {
  .news__title__text {
    margin-top: 22px;
  }
}
.news__title__text p {
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  letter-spacing: 0.1em;
	line-height:1.6em;
}
@media screen and (max-width:760px) {
  .news__title__text p {
    text-align: left;
  }
}
.news__box {
  display: grid;
  grid-template-columns: 30% 30% 30%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 72px;
}
@media screen and (max-width:1100px) {
  .news__box {
    grid-template-columns: 32% 32% 32%;
  }
}
@media screen and (max-width:940px) {
  .news__box {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width:760px) {
  .news__box {
    margin-top: 38px;
  }
}
.news__posts {
  /**カテゴリー名**/
  /**記事取得内容**/
  /**お知らせ一覧へのボタン**/
}
@media screen and (max-width:760px) {
  .news__posts:nth-child(even) {
    margin: 54px 0;
  }
}
.news__posts__category a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  overflow: hidden;
	margin-bottom:6px;
}
.news__posts__category a:hover::after {
  left: 100%;
  -webkit-transition: 0.8s cubic-bezier(0.43, 0.05, 0.17, 1);
  transition: 0.8s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.news__posts__category a:hover p {
  opacity: 0.7;
}
.news__posts__category a::before {
  content: "";
  width: 100%;
  height: 7px;
  position: absolute;
  left: 0;
  bottom: 2.7px;
  background-color: #f1d8d9;
  z-index: -2;
}
.news__posts__category a::after {
  content: "";
  width: 100%;
  height: 7px;
  background-color: #fff;
  position: absolute;
  bottom: 2.7px;
  left: -100%;
  z-index: -1;
}
.news__posts__category a p {
  -webkit-transition: opacity 0.8s cubic-bezier(0.43, 0.05, 0.17, 1);
  transition: opacity 0.8s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.news__posts__category a p:nth-child(1) {
  font-size: clamp(1.35rem, 1.323rem + 1.14vw, 1.875rem);
  font-family: "Yu Gothic Pr6N B";
  -webkit-text-stroke: 1px #000;
  letter-spacing: 0.2em;
}
.news__posts__category a p:nth-child(2) {
  font-family: "Yu Gothic Pr6N B";
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  letter-spacing: 0.1em;
  padding-right: 12px;
}
.news__posts__contents {
  margin-top: 28px;
}
@media screen and (max-width:760px) {
  .news__posts__contents {
    margin-top: 14px;
  }
}

.news__posts__contents h4 {
	font-size:18px;
  letter-spacing: 0.1em;
  margin: 22px 0 12px;
  line-height: 1.6em;
}
.news__posts__contents .ctg__contact__link {
	font-size:16px;
	transition: opacity 0.5s cubic-bezier(0.43, 0.05, 0.17, 1);
	margin-top:18px;
}
.news__posts__contents .ctg__contact__link:hover {
	opacity:.5;
}
.news__posts__contents .ctg__receipt {
	font-size:16px;
	margin-top:18px;
}
.news__posts__contents .news__textarea {
	font-size:15px;
	letter-spacing:0.1em;
	line-height:1.5em;
	margin:12px 0;
}
.news__posts__contents .ctg__details {
	font-size:14px;
	margin:16px 0;
}
.news__posts__contents  .ctg__details__link a {
	transition: opacity 0.5s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.news__posts__contents  .ctg__details__link a:hover {
	opacity:.5;
}
@media screen and (max-width:940px) {
  .news__posts__contents h4 {
	  line-height:1.6em;
	  font-size:18px;
    margin-bottom: 22px;
  }
}
@media screen and (max-width:760px) {
  .news__posts__contents h4 {
    margin: 16px auto 12px;
  }
}
.news__posts__contents .news__time {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #898989;
	margin-top:12px;
}
.news__posts__contents .news__img {
  overflow: hidden;
}
.news__posts__contents img {
  width: 100%;
  height: 17vw;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.005);
          transform: scale(1.005);
  transition: transform 0.5s cubic-bezier(0.43, 0.05, 0.17, 1), -webkit-transform 0.5s cubic-bezier(0.43, 0.05, 0.17, 1);
}
@media screen and (max-width:940px) {
  .news__posts__contents img {
    height: 54vw;
  }
}
.news__posts__btn {
  margin: 82px auto 0;
  width: 342px;
  height: 62px;
}
@media screen and (max-width:760px) {
  .news__posts__btn {
    margin-top: 56px;
	  height:52px;
    width: 88%;
  }
}
.news__posts__btn a {
  height: 100%;
  border: 1px solid #000;
  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;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  letter-spacing: 0.01em;
  position: relative;
  color: #000;
  -webkit-transition: border 0.6s cubic-bezier(0.16, 0.5, 0.43, 1);
  transition: border 0.6s cubic-bezier(0.16, 0.5, 0.43, 1);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden;
}
.news__posts__btn a:hover {
  border: 1px solid transparent;
  -webkit-transition: border 0.3s cubic-bezier(0.16, 0.5, 0.43, 1);
  transition: border 0.3s cubic-bezier(0.16, 0.5, 0.43, 1);
}
.news__posts__btn a:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.16, 0.5, 0.43, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.16, 0.5, 0.43, 1);
  transition: transform 0.4s cubic-bezier(0.16, 0.5, 0.43, 1);
  transition: transform 0.4s cubic-bezier(0.16, 0.5, 0.43, 1), -webkit-transform 0.4s cubic-bezier(0.16, 0.5, 0.43, 1);
}
.news__posts__btn a:hover span {
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.16, 0.5, 0.43, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.16, 0.5, 0.43, 1);
  transition: transform 0.4s cubic-bezier(0.16, 0.5, 0.43, 1);
  transition: transform 0.4s cubic-bezier(0.16, 0.5, 0.43, 1), -webkit-transform 0.4s cubic-bezier(0.16, 0.5, 0.43, 1);
}
.news__posts__btn a::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f1d8d9;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.16, 0.5, 0.43, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.16, 0.5, 0.43, 1);
  transition: transform 0.3s cubic-bezier(0.16, 0.5, 0.43, 1);
  transition: transform 0.3s cubic-bezier(0.16, 0.5, 0.43, 1), -webkit-transform 0.3s cubic-bezier(0.16, 0.5, 0.43, 1);
}
.news__posts__btn a span {
  width: 80px;
  height: 1px;
  background-color: #000;
  display: block;
  margin-left: 28px;
  position: relative;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.16, 0.5, 0.43, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.16, 0.5, 0.43, 1);
  transition: transform 0.4s cubic-bezier(0.16, 0.5, 0.43, 1);
  transition: transform 0.4s cubic-bezier(0.16, 0.5, 0.43, 1), -webkit-transform 0.4s cubic-bezier(0.16, 0.5, 0.43, 1);
}
.news__posts__btn a span::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.news__scroll {
  position: absolute;
  right: -30px;
  bottom: -72px;
  -webkit-animation: spin 20s linear infinite;
          animation: spin 20s linear infinite;
}
@media screen and (max-width:940px) {
  .news__scroll {
    right: 16px;
  }
}
@media screen and (max-width:760px) {
  .news__scroll {
    bottom: -151px;
  }
	.news__scroll img {
		width:118px;
	}
}
/*# sourceMappingURL=top.css.map */