.p-cta {
	display: flex;
    position: fixed;
    bottom: 2%;
    left: 1.5%;
  	z-index: 900;
}

.p-cta-recruit a {
	padding: 20px 12px;
    border: 1px solid #7CA8BF;
    border-radius: 10px;
    margin-right: 15px;
  	font-size: 15px;
  	background: #fff;
  	color: #7CA8BF;
  	transition: 0.3s;
}

.p-cta-recruit a:hover {
	background: #7CA8BF;
  	color: #fff;
}

.p-cta-recruit a:hover,
.p-cta-entry a:hover{
	text-decoration: none;
}

.p-cta-recruit-txt {
	color: #7CA8BF;
  	position: relative;
}

.p-cta-entry a {
	padding: 20px 50px 20px 12px;
    color: #fff;
   background: #7CA8BF;
    border-radius: 10px;
  	font-size: 15px;
}

.p-cta-entry-txt {
	color: #fff;
  	position: relative;
}

.p-cta-entry-txt:before {
  	position: absolute;
  	content: "";
  	background-image: url(../images/cta-arrow.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 18px;
  	top: 50%;
  	right: -35px;
  	transform: translateY(-50%);
}

.p-mv {
	margin-top: 30px;
}

.p-fv-txt {
	z-index: 10;
  	padding-top: 100px;
  	position: relative;
}

.p-fv-txt-contents{
	color: #495966;
  	margin-top: 30px;
  	font-size: 22px;
    line-height: 2;
}

@media screen and (min-width: 768px) {
  .p-fv-txt {
   	 display: flex;
     gap: 18%;
    padding-top: 100px;
    padding-left: 50px;
  }
  
  .p-fv-txt-catch {
  	 width: 480px;
  }
  
  .p-fv-txt-contents{
  	 width: 310px;
     font-size: 22px;
     line-height: 2;
    margin-top: 0;
  }
}

@media screen and (min-width: 1024px) {
	.p-mv {
        margin-top: -30px;
      }
  
  	.p-fv-txt {
      padding-top: 170px;
    margin-top: -30px;
  }
}

.p-concept-box {
	border-bottom: none;	
}

.p-shoplist-ttl {
	font-size: 20px;
  	font-weight: bold;
  	margin-top: 15px;
}

.p-shoplist-heading-caption {
	line-height: 2.1;
}

.p-shoplist-address {
	font-size: 18px;
  	margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .p-shoplist-row {
      display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 50px;
    row-gap: 60px;
  }
}

@media screen and (min-width: 1024px) {
	.p-shoplist-heading {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
  
  	.p-concept-heading__en {
        font-size: 75px;
    }
}

.p-link-box-item__txt {
    position: absolute;
    bottom: 28px;
    left: 28px;
    color: #fff;
  	z-index: 10;
  	font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
}

.p-link-box-item__txt-en {
	font-size: 42px;
}

.p-link-box-item__txt-ja {
	font-size: 16px;
}

.p-link-box-item__inner {
    position: relative;
}

.p-link-box-item__wrapper {
    overflow: hidden;
    border-radius: 20px;
    display: inline-block;
}

.p-link-box-item__img {
	transition: 0.3s;
}

.p-link-box-item__wrapper:hover .p-link-box-item__inner:before {
	opacity: 0;
}

.p-link-box-item__wrapper:hover .p-link-box-item__img {
	transform: scale(1.1);
}

@media screen and (min-width: 768px) {
	.p-link-box-row {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 40px;
    }
}

.recruit_video {
  width: min(100%, 615px);
  aspect-ratio: 615 / 350;
}