@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
.gt_float_switcher .gt-selected .gt-current-lang {
	font-size: 1.5rem !important;
	padding: 1rem 1rem 1rem 1rem !important;
}
.sub-archive .news-wrap {
  padding-top: 8vw;
}

.sub-single-create-post .sub-single__category {
  border: 1px solid #000000;
  color: #000000;
}
.sub-single-create-post .sub-single__main h2 {
  background-color: #000000;
}
.sub-single-create-post .sub-shop__table {
  width: 100%;
  padding-top: 2vw;
}
.sub-single-create-post .p-works-item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -3rem;
  padding-top: 5vw;
}
.sub-single-create-post .p-works-item {
  width: 49%;
  margin-top: 3rem;
}
.sub-single-create-post .p-works-item__img {
  padding-top: 18vh;
  position: relative;
}
.sub-single-create-post .p-works-item__img img {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sub-single-create-post .p-works-item p {
  margin: 0;
	    font-size: 1.4rem;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */

@media (min-width: 768px) {
  .sub-archive .news-wrap {
    padding-top: 3.2rem;
  }
  .sub-single-create-post .sub-single__main h2 {
    font-size: 2.5rem;
  }
  .sub-single-create-post .sub-shop__table {
    padding-top: 1rem;
  }
  .sub-single-create-post .p-works-item-wrap {
    padding-top: 3rem;
  }
  .sub-single-create-post .p-works-item__img {
    padding-top: 34rem;
  }
}

@font-face {
  src: url("../font/NotoSerifJP-Medium.woff") format("woff");
  font-family: "Noto Serif JP";
  font-style: normal;
  font-display: swap;
}

.sub-concept .c-heading01 {
/*   font-family: 'Noto Serif JP', serif !important; */
	    font-size: 2.5rem;
    text-align: left;
    margin-bottom: 2.5rem;
    font-weight: bold;
}

.sub-single__main .works_content img {
  margin-top: 0;
}

.sub-single__main .works_content ul {
  margin-top: 0;
}

.sub-single__main .works_content li {
  margin-left: 0;
}

.sub-single__main .works_content li::before {
  content: none;
}

.project-slider__item {
  position: relative;
  padding-top: 25rem;
}
.project-slider__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*-o-object-fit: cover;
     object-fit: cover;*/
-o-object-fit: contain;
     object-fit: contain;
}
.project-slider__arw {
  position: absolute;
  top: 30%;
  z-index: 1;
  cursor: pointer;
  width: 4rem;
  height: 5rem;
  /* background-color: #ef6c00; */
}
.project-slider__arw.prev::before, .project-slider__arw.next::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  filter:drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
  position: absolute;
}
.project-slider__arw.prev {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  left: 0;
}
.project-slider__arw.prev::before {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  left: 1.8rem;
}
.project-slider__arw.next {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  right: 0;
}
.project-slider__arw.next::before {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 1.8rem;
}
.project-slider__dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* flex-wrap: wrap; */
  padding-top: 2rem;
  margin-top: -0.5rem;
}
.project-slider__dots li {
  opacity: 0.5;
  position: relative;
  width: 13%;
  padding-top: 7%;
  cursor: pointer;
  margin-right: 0.5%;
  margin-top: 0.5rem;
}
.project-slider__dots li:last-child {
  margin-right: 0;
}
.project-slider__dots li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-slider__dots .slick-active {
  opacity: 1;
  /* border: 1px solid #ef6c00; */
}


@media (min-width: 768px) {
  .project-slider__item {
    padding-top: 55rem;
  }
  .project-slider__arw {
    top: 35%;
  }
  .project-slider__arw.prev::before, .project-slider__arw.next::before {
    width: 2rem;
    height: 2rem;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  
}



.footer_cta {
    position: relative;
    background-image: url(../img/home/footer-cta001.jpg);
    background-size: cover;
    background-position: center;
}
.footer_cta_inner {
    color: #fff;
    display: flex;
    justify-content: space-between;
}
.footer_cta_inner .htitle03 {
    margin-bottom: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    position: relative;
    padding-bottom: 1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.footer_cta_inner .htitle03 span {
    display: inline-block;
    -ms-flex-order: 1;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.2;
	margin: 0;
    padding: 0;
    vertical-align: baseline;
	    border: 0;
}
.footer_cta_inner .htitle03::after {
    position: absolute;
    bottom: 0;
    right: initial;
    left: 0;
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #c8b66c), color-stop(50%, #fff));
    background-image: linear-gradient(to right, #c8b66c 50%, #fff 50%);
    -webkit-transform: skewX(-50deg);
    transform: skewX(-50deg);
    right: initial;
    left: 50%;
    -webkit-transform: translatex(-50%) skewX(-50deg);
    transform: translatex(-50%) skewX(-50deg);
}
.footer_cta_txt {
    text-align: left;
    padding: 2rem 0 3rem 0;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    line-height: 1.5;
}
.footer_btn_wrap {
    text-align: center;
		display: flex;
		align-items: center;
		gap: 3rem;
		justify-content: center;
    flex-direction: column;
}
/*
.btn.-color {
    background: linear-gradient(180deg, #AF9841, #C8B66C);
     border: 1px solid #80bef1; 
    color: #fff;
    font-size: 1.4rem;
}*/

.footer_cta_inner .home-section-title {
    color: #fff;
    margin-bottom: 1rem;
	font-weight: 300;
}
.footer_cta_inner .home-section-title span {
    color: #fff;
}
.footer_btn_wrap .btn.-color {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
}

.p-home-sec03__inner {
    padding-top: 8rem;
}
.c-heading01 {
    font-size: 7vw;
/*    font-family: serif;*/
/*    font-weight: 700;*/
/*    color: #333;*/
    line-height: 1.45;
}
.c-heading01_center {
    text-align: center;
}
.c-heading01 {
    font-size: 3.5rem;
		font-family: 'Roboto', sans-serif;
		font-weight: 300;
}
.c-heading01 span {
    display: block;
/*    color: #2C4667;*/
    font-size: 4vw;
    margin-top: 1vw;
    font-weight: 400;
}
.c-heading01 span {
    font-size: 1.4rem;
    margin-top: 0.8rem;
}
.p-home-sec03__txt {
    line-height: 1.5;
    padding-top: 1rem;
    text-align: center;
}
.inner-wide {
    margin-left: auto;
    margin-right: auto;
    max-width: 192rem;
    position: relative;
    width: 100%;
}
.p-home-sec03__item-wrap {
    /* padding-top: 5rem; */
    padding: 5rem 4rem 15rem 2rem;
    background: url(../img/home/top-bg001.png);
    margin-top: 20rem;
    gap: 2rem;
    background-size: cover;
}

.p-home-sec03 .item {
    color: #fff;
    /* box-shadow: 0 0 24px rgba(0,0,0,.1); */
    margin-top: -20rem;
    border-right: 20px solid #fff;
    margin-right: -20px;
    border-bottom: 20px solid;
    border-left: 20px solid;
    border-top: 20px solid;
}
.p-home-sec03 .item {
    color: #fff;
    /* box-shadow: 0 0 24px rgba(0,0,0,.1); */
    margin-top: -20rem;
    border-right: 20px solid #fff;
    margin-right: -20px;
    border-bottom: 20px solid;
    border-left: 20px solid;
    border-top: 20px solid;
}
.p-home-sec03 .item__link {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.p-home-sec03 .item__link01 {
    background-image: url(../img/home/sec03-02.jpg);
    background-position: top;
}

.p-home-sec03 .item__inner {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8rem 2rem;
}

.p-home-sec03 .item__ttl {
    font-size: 6vw;
    font-weight: bold;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

.p-home-sec03 .item__txt {
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    line-height: 1.5;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 2rem;
}
.p-home-sec03 .item__link::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
}
.p-home-sec03 .item:nth-child(2), .p-home-sec03 .item:nth-child(3) {
    border-left: none;
}
.p-home-sec03 .item__link02 {
    background-image: url(../img/home/sec03-01.jpg);
    background-position: top;
}
.p-home-sec03 .item__link03 {
    background-image: url(../img/home/sec03-03.jpg);
}
.home-section-title.-border-none.-center.-black {
    padding-top: 3rem;
    margin-bottom: 0rem;
}
.p-home-sec03 .inner.inner_news {
    padding-bottom: 12rem;
    display: grid;
    grid-template-columns: 1fr 5fr;
    gap: 3rem;
}

/*PC*/
@media (min-width: 1168px) {
	.c-heading01 {
    font-size: 5rem!important;
}
	.sub-contact .c-heading01 {
    font-size: 3rem!important;
}
	.sub-contact__tel {
    margin-top: 2.8rem;
}
}

@media screen and (min-width: 768px) {
	.p-home-sec03__item-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5rem;
}
	.p-home-sec03__item {
    width: 50%;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
	.p-home-sec03 .item__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
		.p-home-sec03 .item__inner {
    padding: 12rem 5rem;
}
	.p-home-sec03 .item__ttl {
    font-size: 2.4rem;
}
	.p-home-sec03 .item__link:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
}

@media only screen and (max-width: 767px) {
	.p-home-sec03__inner {
    padding-top: 5rem;
}
	.p-home-sec03__item-wrap {
    padding: 5rem 4rem 4rem 2rem;
    margin-top: 5rem;
}
	.c-heading01 {
    font-size: 6vw;
}
	.p-home-sec03__txt {
    font-size: 4vw;
}
	.p-home-sec03 .item {
    margin-top: 0;
    border: 10px solid;
}
	.p-home-sec03 .item:nth-child(2), .p-home-sec03 .item:nth-child(3) {
    border-left: 10px solid #fff;
    margin-top: 2rem;
}
	.p-home-sec03 .item {
    margin-top: 0;
    border: 10px solid;
}
	.sub-contact__box .c-heading01 {
    text-align: center;
}
	.sub-contact__tel {
    margin-top: 3vw;
}
	.sub-contact__time {
    margin-left: 0;
    margin-top: 3vw;
}
	.sub-contact__box {
    margin-top: 10vw;
}
	.p-home-sec03 .inner {
	padding-bottom: 0rem;
}
	.p-home-sec03 {
     padding-left: 0vw; 
     padding-right: 0vw;
		 margin-top: 3rem;
}
	.inner.p-home-sec03__inner {
    padding-bottom: 0;
}
}

/*sp_cta*/
@media screen and (max-width: 767px) {
	.sp_cta {
    position: fixed;
    width: 100%;
    display: block;
    height: 55px;
    bottom: 0;
    z-index: 2;
    background: #000000;
    display: flex;
    align-items: center;
    z-index: 11;
    border-top: 2px solid #fff;
}
	.sp_cta a {
    display: block;
    height: 100%;
    text-align: center;
    width: 50%;
    font-size: 16px;
    padding: 18px 0 10px 10px;
    font-family: "Noto Sans JP",sans-serif;
    font-weight: 700;
    color: #fff;
    background: #1B1B1C;
    position: relative;
}
	.sp_cta a::before {
    position: absolute;
    content: "";
    background-image: url(../img/common/tel-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 2rem;
    left: 1.4rem;
    width: 1.4rem;
    height: 2rem;
}
	.sp_cta a:last-child {
    background: #1B1B1C;
    border-left: 2px solid #fff;
}

	.sp_cta a span::before {
/*    background-image: url(../img/common/tel-color.svg);*/
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background-size: cover;
    left: -25px;
    top: 10px;
}
	.sp_cta a:last-child::before {
    position: absolute;
    content: "";
    background-image: url(../img/common/header_icon001.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 1.8rem;
    left: 1.3rem;
    width: 1.8rem;
    height: 1.8rem;
}
}
.logo-icon {
	width: 7rem;
}

.catch-txt {
	text-align: center;
	font-size: 3rem;
	line-height: 1.5;
	margin-top: 13rem;
	font-weight: 300;
}
.catch-txt p{
	font-size: 2rem;
	color: #8f8f8f;
	font-weight: 300;
	margin-top: 1rem;
}
.home-shop__img img {
	aspect-ratio: 3 / 1;
	object-fit: cover;
}
.home-shop .home-section__desc {
	width: 100%;
}
.home-shop__imgs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3rem;
	align-items: center;
  margin-top: 4rem;
}
.home-shop__imgs .img01 {
	aspect-ratio: 5 / 4;
	object-fit: cover;
}
.home-shop__img-logo {
	display: flex;
	align-items: center;
	gap: 2rem;
	max-width: 450px;
	margin: auto;
}
.home-shop__img-logo .img02 {
	width: 6rem;
}
.home-shop__img-logo .img03 {
	width: 100%;
}
.home-shop .home-section__desc {
	margin-top: 3rem;
}
.p-home-sec03 .home-section-title {
	margin-bottom: -3rem;
}
.p-home-sec01 .home-section-title {
	margin-bottom: 0;
}
.cat-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sub-contact .c-heading01 {
	display: flex;
	align-items: center;
	gap: 2rem;
	justify-content: center;
}
.sub-contact .c-heading01 span {
	display: inline-block;
	margin-top: 0;
}
.sub-shop__container.-info {
	flex-direction: column-reverse;
}
.sub-shop__container.-info .sub-shop__img {
  width: 100%;
}
.sub-shop__container.-info .sub-shop__img img{
width: 100%;
aspect-ratio: 3 / 1;
object-fit: cover;
}
.sub-shop__container.-info .sub-shop__table {
	width: 100%;
	margin-top: 2rem;
}
.p-profile-sec01 {
	background: #eef4e4;
  padding-top: 8rem;
}
.p-profile-sec01__birth {
	text-align: center;
}
.profile-img {
	width: 25rem;
}
.profile__container {
	gap: 3rem;
	justify-content: center;
}
.greeting {
	margin-top: 3rem;
	line-height: 2;
	margin: 3rem auto 0;
	max-width: 800px;
}
.greeting span {
	display: block;
	margin: auto;
	text-align: center;
	font-size: 2rem;
	margin-bottom: 1rem;
	font-weight: 300;
}
.sub-concept {
	padding-top: 0;
}
.service-catch-img {
	margin-top: 5rem;
}
.service-catch-img img{
	aspect-ratio: 5 / 2;
	object-fit: cover;
}
.c-flexbox01__head img,
.c-flexbox02__head img {
	aspect-ratio: 1;
	object-fit: cover;
}
.about-sec01 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 7rem;
	align-items: center;
}
.about-txt {
  line-height: 2.5;
/*   margin-top: 4rem; */
}
.about-sec01 img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
.about-sec01 p {
	line-height: 2;
	text-align: center;
}
.about_lead_btn {
	margin-top: 4rem;
}
.about_lead_area p,
.about_lead_area .home-section-title.-center,
.about_lead_area .home-section-title span {
	color: #fff;
}
.about_lead_area .btn {
	background-color: #fff;
	color: #000;
}
.about-sec04 {
	padding-top: 10rem;
}
.flow {
  padding-left: 120px;
  position: relative;
	max-width: 670px;
}
.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}
.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 8vh;
}
.flow > li .icon {
  font-size: 12px;
  color: #fff;
  background: #7aaa28;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  z-index: 100;
}
.flow > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #7aaa28;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flow > li dl {
  padding-left: 70px;
  position: relative;
}
.flow > li dl::before,
.flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #7aaa28;
  border-radius: 50%;
  left: -4px;
}
.flow > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.flow > li dl dt {
  font-size: 20px;
  color: #000;
  margin-bottom: 1vh;
}
.flow > li dl dt span {
	font-size: 16px;
	font-weight: 300;
}
.flow >li dd {
  margin-top: 2rem;
	line-height: 2;
}
.flow >li dd a{
	color: #7aaa28;
	display: inline-block;
	transition: all 0.3s;
}
.flow >li dd a:hover{
	opacity: 0.7;
}
.company-table th {
	text-align: left;
}
.privacy-policy {
    height: 200px;
    max-width: 90rem;
    width: 100%;
    padding: 0 2em 2em 1em;
    overflow-y: scroll;
    text-align: left;
    font-size: 14px;
    background-color: #f7f9f8;
    color: #141414;
    margin: 0 auto;
}
.privacy-policy__head {
  margin-top: 14px;
  margin-bottom: 2px;
  font-weight: 700;
}
.privacy-policy p{
	line-height: 1.5;
}

.type4 .type4-menu a {
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 10px;
}
/* .type4 .type4-menu a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 0%;
  height: 2px;
  background: #F05152;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
} */
.type4 .type4-menu a span {
  display: block;
  width: 100%;
  margin: 0 auto;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.type4 .type4-menu a span.ja {
  position: absolute;
  top: 101%;
  left: 0%;
  font-size: 14px;
  white-space: nowrap;
}
.type4 .type4-menu a:hover::after {
  width: 100%;
}
.type4 .type4-menu a:hover span.en {
  transform: translate(0%, -150%);
}
.type4 .type4-menu a:hover span.ja {
  top: 25%;
	opacity: 1;
}
.home-service {
	margin-top: 6rem;
}
.home .p-panel__item {
	width: 100%;
}
.home .p-panel__item {
	width: 100%;
}
.p-home-sec01__cont .slick-slide {
	margin: 0 10px; 
}
.slick-dots li button:before {
	opacity: 1;
}
.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #7aaa28;
	font-size: 14px;
}
.slick-dots {
	bottom: -35px;
}
.p-panel__category-name {
	color: #333;
  border: 1px solid #333;
	padding: 5px;
	font-weight: 300;
	display: inline-block;
	font-size: 14px;
}
.p-panel__inner-works {
  padding: 1rem;
}
.p-panel__ttl h3 {
	text-align: left;
	padding: 10px 0;
  font-weight: bold;
}
.works-category-list ul{
display: flex;
justify-content: center;
margin-top: 1rem;
}
.works-category-list li{
	background-color: #eef4e4;
	color: #333;
	margin: 10px;
}
.works-category-list li a{
	padding: 7px 10px;
}
.home-gallery {
margin-top: 13rem;
}
.home-gallery-grid {
	display: grid;
	grid-template-columns: 58.5% 40%;
	gap: 2rem;
}
.home-gallery-grid div {
	display: grid;
	gap: 2rem;
}
.home-gallery-grid_big img{
	aspect-ratio: 7 / 6;
	object-fit: cover;
}
.p-panel__inner-works .p-panel__ttl h3 {
	color: #000;
	padding: 0 0 1rem;
  font-weight: bold;
  font-size: 16px;
}
.p-panel__inner-works .p-panel__category-name {
	background: none;
	color: #000;
}
.service-works {
	margin-top: 13rem;
}
.service-works .p-panel__item {
	width: 100%;
}
.jbc-img {
	max-width: 180px;
	width: 100%;
	margin: auto;
	margin-top: -2rem;
	margin-bottom: 3rem;
}
@media only screen and (max-width: 900px) {
.header__item:not(:first-of-type) {
	margin-left: 0;
}
}

@media only screen and (max-width: 767px) {
	.header-sp__logo {
display: flex;
align-items: center;
gap: 1rem;
	}
	.logo-icon {
		width: 4rem;
	}
	.catch-txt {
		margin-top: 6rem;
		font-size: 2.2rem;
	}
	.catch-txt p {
		font-size: 14px;
		max-width: 300px;
		margin: 1rem auto 0;
	}
	.p-home-sec01__btn-wrap {
		margin-top: 4rem;
	}
	.home-shop__imgs {
		display: flex;
    flex-direction: column-reverse;
    gap: 1rem;
    align-items: stretch;
	}
	.home-shop__img-logo {
		display: grid;
		grid-template-columns: 10% 87%;
		gap: 1rem;
	}
	.p-home-sec03 .home-section-title {
		margin-bottom: 0;
	}
	.footer_btn_wrap {
		flex-direction: column;
		gap: 1rem;
	}
	.footer_btn_wrap .btn {
		width: 60vw;
	}
	.footer_btn_wrap .tel__link::before {
		left: 4.5rem;
		top: 3.3vw;
	}
	.footer-contact .left__txt {
		padding-top: 2rem;
	}
	.about-sec01 {
		grid-template-columns: 1fr;
    gap: 3rem;
    padding: 0 1.6rem;
	}
  .about-txt {
    line-height: 2;
    margin-top: 2rem;
  }
	.about-sec04 {
		padding: 6rem 0 6rem 5vw;
	}
	.flow > li dl::after {
		width: 15px;
	}
	.flow > li dl {
		padding-left: 24px;
	}
	.flow {
		padding-left: 76px;
	}
	.flow > li .icon {
		padding: 8px 10px;
	}
	.flow > li .icon {
		left: -85px;
	}
	.flow::before {
		left: 76px;
	}
	.flow > li dl dt {
		line-height: 1.5;
	}
	.logo2 img {
		width: 8rem;
		margin: auto;
	}
	.u-pt100 {
		padding-top: 7rem;
	}
	.profile-img {
		width: 100%;
	}
	.profile__container {
		gap: 0;
	}
	.sub-shop__table th {
		text-align: left;
	}
	.c-news__ttl {
		padding-top: 1rem;
	}
	.nav-sns {
		width: 30px;
		margin: 2rem auto 0;
	}
	.sub-contact .c-heading01 {
		gap: 1rem;
	}
	.home-service {
		margin-top: 1rem;
	}
	.works-category-list ul {
		flex-wrap: wrap;
	}
	.works-category-list li {
		margin: 3px;
	}
	.p-panel__img-wrap {
		padding-top: 55vw;
	}
	.p-panel__ttl h3 {
		font-size: 14px;
	}
	.slick-dots {
		bottom: -18px;
	}
	.home-gallery {
		margin-top: 0;
		padding-bottom: 0;
	}
	.home-gallery-grid {
		grid-template-columns: 57.5% 40%;
		gap: 1rem;
	}
	.home-gallery-grid div {
		gap: 5px;
	}
	.home-gallery-grid_big img {
		aspect-ratio: 8 / 7;
	}
.p-home-sec03 .inner.inner_news {
	padding-bottom: 5rem;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.p-home-sec03__btn-wrap {
  padding-top: 3rem;
}
.slick-dots li button:before {
	font-size: 4px;
}
.slick-dots li.slick-active button:before {
	font-size: 10px;
}
.service-works {
	margin-top: 3rem;
}
.sub-archive .p-panel {
	grid-template-columns: 1fr;
}
	.jbc-img {
		margin-top: 0;
	}
}

.dropdown-menu {
  visibility: hidden;
  position: absolute;
  top: 170%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  padding: 5px;
  margin: 0;
  list-style: none;
  z-index: 1000;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
  width: 20rem;
}

.dropdown-menu li {
  margin: 0;
  padding: 0;
}

.home .header-item a.dropdown-link,
.dropdown-link {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
}

.dropdown-link a {
  color: #333;
}

.dropdown-link:hover {
  background-color: #f5f5f5;
}

li.header__item.-dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  top: 100%;
}
.header__item {
    position: relative;
}
.nav-drawer__link.-sub {
    font-size: 5.5vw;
    margin: 4vw 0 0 4vw;
    text-transform: uppercase;
}
.single-works .column {
  margin-top: 4rem;
}
.greeting-txt {
  line-height: 2;
  text-align: center;
  margin-top: 2rem;
}
.greeting-txt span {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  display: block;
}
.access {
  padding: 8rem 0 10rem;
  background: #f7f9f8;
}
.sub-shop {
  padding-top: 8rem;
}
.service__desc {
  line-height: 2.5;
  margin-top: 3rem;
}
.service__desc span {
  display: block;
  font-size: 2rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}
.works-partner {
  padding: 80px 0;
  background: #eef4e4;
}

.works-partner__lead {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 20px auto 50px;
  color: #555;
  max-width: 800px;
}

.works-partner__list {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.works-partner__item {
  background: #fff;
  padding: 20px 30px;
  width: 300px;
  text-align: center;
  transition: box-shadow 0.3s ease;
}

.works-partner__item:hover {
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.works-partner__category {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.works-partner__item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.works-partner__item li {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #333;
  margin: 5px 0;
}
.grid-col03 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
.grid-item {
  padding: 2rem;
  border: 1px solid #d2d7dc;
}
.grid-item img {
  max-width: 120px;
  margin: auto;
}
.grid-item h3 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 2rem;
  text-align: center;
}
.grid-item p {
  line-height: 1.7;
  margin-top: 1rem;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
.grid-col03 {
  grid-template-columns: 1fr;
  gap: 2rem;
}
}
.service-point {
  margin-top: 4rem;
}
.grid-col02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 3rem;
}
.grid-col02_text {
  line-height: 2;
}
@media screen and (max-width: 767px) {
	.grid-col02 {
	grid-template-columns: 1fr;
	gap: 1rem;
	}
}
.about-service {
  padding: 8rem 0;
  background: #eef4e4;
  margin-top: 8rem;
}
.about-service-grid {
  padding: 4rem;
  background: #fff;
  margin-top: 4rem;
}
.about-service-grid img {
  aspect-ratio: 5 / 4;
  object-fit: cover;
}
.about-service-grid-txt h3{
  font-size: 2.4rem;
  padding-left: 1.5rem;
  border-left: 2px solid #accb79;
}
.about-service-grid-txt p{
  margin-top: 2rem;
}
.about-service-btn {
  margin-top: 4rem;
}
/* SVGアニメーションボタン */
a.c-btn-svg {
  position: relative;
  display: inline-block;
  width: 204px;
  height: 54px;
  line-height: 54px;
  font-weight: 700;
  text-align: center;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
}

a.c-btn-svg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a.c-btn-svg svg rect {
  stroke: #000;
  stroke-width: 2;
  fill: none;
  stroke-dasharray: 200px, 16px;
  stroke-dashoffset: 70px;
  transition: stroke-dashoffset 0.4s ease;
}

a.c-btn-svg:hover svg rect {
  stroke-dashoffset: 284px;
}

a.c-btn-svg span {
  position: relative;
  z-index: 1;
  color: #000;
}
.recruit-grid .grid-col02_text {
  line-height: 2.5;
  margin-top: 3rem;
  text-align: center;
}
.recruit {
  padding: 8rem 0 13rem;
}
.mv-catch {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
  color: #fff;
  line-height: 2;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.16);
	line-height: 1.5;
}
.home-mv__slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); /* 黒のオーバーレイ (40%の透過) */
  z-index: 1; /* スライド画像の上、テキストの下に配置 */
}
/* ロゴスプラッシュ */
.splash-logo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff; /* 背景色は黒や白で調整 */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 1s ease;
}

.splash-logo img {
  width: 200px;
  opacity: 0;
  animation: logoFade 2s ease forwards;
}

@keyframes logoFade {
  0% { opacity: 0; transform: scale(0.95); }
  50% { opacity: 1; transform: scale(1); }
  100% { opacity: 1; }
}

/* MVの初期状態を非表示 */
.home-mv {
  opacity: 0;
  transition: opacity 1s ease;
}
.home-mv.active {
  opacity: 1;
}
.home-service-btn {
  margin-top: 4rem;
}
.company-txt {
  line-height: 2;
  text-align: center;
  margin-top: 2rem;
}
.home-table {
  margin-top: 0;
}
.p-home-blog {
  padding: 8rem 0 13rem;
}
.footer-logo {
  max-width: 13rem;
}
.footer-sns {
  width: 2rem;
  margin-top: 1rem;
}
.nav-drawer__btn-wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 0 1.6rem;
  margin-top: 12vw;
}
.banner {
	position: relative;
	background: #fff;
	padding: 4rem 0;
}
.banner .inner {
	display: grid;
	grid-template-columns: 1fr;
	gap: 4rem;
	max-width: 80rem;
}
.banner a {
	transition: all 0.3s;
}
.banner a:hover {
	opacity: 0.7;
}
.mv-catch-num {
	font-size: 10vw;
	display: block;
	line-height: 1;
	margin-bottom: 4px;
}
.mv-catch-num span {
	font-size: 4vw;
}
/* チェックボックスは非表示 */
.works-filter__item input[type="checkbox"] {
  display: none;
}

/* ボタン風のラベル */
.filter-btn {
  display: inline-block;
  margin: 5px;
  cursor: pointer;
}

.filter-btn span {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #ccc;
  color: #333;
  transition: all 0.2s;
}

/* ホバー時 */
.filter-btn:hover span {
  background: #eee;
}

/* チェックされたときに見た目を変える */
.filter-btn input[type="checkbox"]:checked + span {
  background: #333;
  color: #fff;
  border-color: #333;
}
.works-filter__item p {
	display: block;
	padding-left: 2rem;
	line-height: 1.5;
	border-left: 1px solid #333;
	margin-top: 1rem;
	margin-bottom: 5px;
}
.works-filter__submit {
	display: inline-block;
    background: #333;
    padding: 1rem 3rem;
    color: #fff;
    margin-top: 2rem;
	transition: all 0.3s;
}
.works-filter__submit:hover {
	opacity: 0.7;
}
.works-filter__submit button {
	color: #fff;
}
.p-panel__category {
	display: flex;
	gap: 1rem;
}
.service__btn-wrap {
	margin-top: 3rem;
}
.home-price + .home-service {
	margin-top: 9rem;
}
.home-service + .home-price{
	margin-top: 9rem;
}
.instagram {
	padding: 8rem 0;
}
.sub-contact {
	margin-top: 4rem;
}
.text {
  color: #000;
  font-family: 'Lato', sans-serif;
  font-size: 3.6rem;
  text-transform: uppercase;
}
.text .small {
	font-size: 1.4rem;
	display: block;
	text-align: center;
	margin-top: 1rem;
}
.text span {
	font-weight: 300;
}
.text.is-active {
  --opacity: 1;
}

.char {
  display: inline-block;
  opacity: var(--opacity, 0);
  transition: opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: calc(0.05s * var(--char-index));
}

/* 初期CSS */
.container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.visuallyHidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.cat-event .c-news__cat span {
	background: #DFEEC5;
	color: #333;
}
.cat-news .c-news__cat span {
	background: #C5E0EE;
	color: #333;
}
.cat-blog .c-news__cat span {
	background: #EEC5DF;
	color: #333;
}
.greeting-name {
	font-size: 2.2rem;
	line-height: 1.5;
}
/* mq */

@media screen and (max-width: 767px) {
	.mv-catch {
    font-size: 1.6rem;
    line-height: 1.5;
    top: 36%;
  }
  .home-service-btn {
    margin-top: 3rem;
  }
  .home-shop__imgs .img01 {
    aspect-ratio: 3 / 2;
  }
  .p-home-blog {
    padding: 5rem 0 6rem;
  }
  .footer_cta_inner {
    flex-direction: column;
    padding: 4rem 1.6rem;
  }
  .footer-contact__inner {
    flex-direction: column-reverse;
    padding: 0;
  }
  .footer-contact__right {
    width: 100%;
    gap: 2rem;
  }
  .about-service {
    margin-top: 6rem;
    padding: 6rem 0;
  }
  .about-service-grid {
    margin-top: 2rem;
    padding: 1.6rem;
    gap: 2rem;
  }
  .about-service-grid-txt h3 {
    font-size: 2rem;
    padding-left: 1rem;
  }
  .about-service-grid-txt p {
    margin-top: 1.5rem;
  }
  .about-service-btn {
    margin-top: 3rem;
  }
  .recruit {
    padding: 6rem 0 8rem;
  }
  .recruit-grid .grid-col02_text {
    line-height: 2;
    margin-top: 2rem;
  }
  .c-flexbox01__head img, .c-flexbox02__head img {
    aspect-ratio: 3 / 2;
  }
  .service-title {
    font-size: 2.4rem;
  }
  .service-title span {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  .service__desc span {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .service__desc {
    line-height: 2;
    margin-top: 2rem;
  }
  .service-point {
    margin-top: 2rem;
  }
  .works-partner {
    padding: 6rem 0;
  }
  .works-partner__lead {
    margin: 2rem 0;
  }
  .u-mb80 {
    margin-bottom: 4rem;
  }
  .greeting-txt span {
    font-size: 1.8rem;
    text-align: center;
  }
  .greeting-txt {
    text-align: left;
  }
  .p-profile-sec01 {
    padding: 4rem 0;
  }
  .sub-shop {
    padding-top: 6rem;
  }
  .sub-shop__container.-info .sub-shop__img img {
    aspect-ratio: 2 / 1;
  }
  .access {
    padding: 5rem 0 7rem;
  }
	.banner {
	padding: 4rem 0;
}
.banner .inner {
	grid-template-columns: 1fr;
	gap: 2rem;
}
	.filter-btn span {
		font-size: 14px;
		padding: 8px 10px;
	}
	.home-price + .home-service {
	margin-top: 6rem;
}
.home-service + .home-price{
	margin-top: 6rem;
}
	.instagram {
	padding: 6rem 0;
}
	.home-shop {
		margin-top: 0;
	}
}

/* mq */