@charset "UTF-8";
/*========/ next-normal /========*/
 .next-normal { padding-top: 70px; }

/*========/ 共通pagetitle /========*/
.pagetitle {
	background-color: var(--red);
	transform: skewY(-10deg);
	transform-origin: top left;
	position: relative;
}
.pagetitle::before,
.pagetitle::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: var(--red);
	position: absolute;
	left: 0;
}
.pagetitle::before {
	bottom: 20px;
	transform: skewY(20deg);
}
.pagetitle::after { bottom: -25px; }
.pagetitle .pagetitle-inner {
	height: 240px;
	position: relative;
	transform: skewY(10deg);
}
.pagetitle .pagetitle-inner::before {
    content: '';
    background-color: var(--red);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transform: skewY(0deg) translateY(-100px);
}
.pagetitle h1 {
	color: #fff;
	text-align: center;
	font-size: 4.8rem;
	line-height: 4.2rem;
	font-family: 'Oswald';
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -60%);
}
.pagetitle h1::first-letter {
	color: var(--red);
	text-shadow:
	    -1px -1px 0 #fff,
	    1px -1px 0 #fff,
	    -1px 1px 0 #fff,
	    1px 1px 0 #fff,
	    0 0 2px #fff;
}
.pagetitle h1 span {
	display: block;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 600;
}

/*========/ 共通タイトル /========*/
.next-h2 {
	color: var(--red);
	font-size: 4.8rem;
	font-family: 'Oswald';
	line-height: 4.2rem;
}
.next-h2::first-letter {
	color: #fff;
	text-shadow:
		-1px -1px 0 var(--red),
		1px -1px 0 var(--red),
		-1px 1px 0 var(--red),
		1px 1px 0 var(--red),
		0 0 2px var(--red);
}
.next-h2 span {
	display: block;
	color: #000;
	font-size: 1.6rem;
	font-weight: 600;
	font-family: "Noto Sans JP", sans-serif;
}

/* fc共通タイトル */
#fc .next-h2 { color: var(--blue); }
#fc .next-h2::first-letter {
	text-shadow:
		-1px -1px 0 var(--blue),
		1px -1px 0 var(--blue),
		-1px 1px 0 var(--blue),
		1px 1px 0 var(--blue),
		0 0 2px var(--blue);
}


/*========/ breadList /========*/
.breadList {
	margin-top: 40px;
	padding: 0 40px;
	list-style: none;
}
.breadList > li { display: inline-block }
.breadList > li:after {
    content: "＞";
    margin: 0 10px;
    display: inline-block;
	color: #969696;
}
.breadList > li a { color: #969696; }
.breadList > li a:hover { color: var(--red); }
.breadList > li:last-of-type{
	color: #000;
	font-weight: 600;
}
.breadList > li:last-of-type:after{ content:none; }


/* fcパンくず */
#fc .breadList > li a:hover { color: var(--blue); }


@media screen and (max-width:880px){
	.breadList { padding: 0 20px; }
}


/*========/ aboutus /========*/
/*==// aboutus-gentlecare //==*/
#aboutus .gentlecare {
	width: calc(100% - 80px);
	margin-top: 80px;
	padding: 0 40px;
}
#aboutus .gentlecare h2 {
	margin-top: 40px;
	padding: 0;
	display: block;
	color: #000;
	text-align: center;
	font-size: 2.4rem;
	position: relative;
}
#aboutus .gentlecare  h2 .text-red { color: var(--red); }
#aboutus .gentlecare  h2::before {
	content: attr(data-en);
	width: 100%;
    display: flex;
    justify-content: center;
	color: #000;
	white-space: nowrap;
	font-size: 7rem;
	font-family: 'Oswald';
	font-style: italic;
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0.1;
	z-index: -1;
}
#aboutus .gentlecare .image {
    width: 100%;
    height: 280px;
    margin: 60px auto 80px -10px;
    overflow: visible;
    position: relative;
}
#aboutus .gentlecare .image p {
	width: 100%;
	height: 280px;
	overflow: hidden;
	border-radius: 10px;
	transform: skewY(-10deg);
	position: relative;
	z-index: 1;
}
#aboutus .gentlecare .image::after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: var(--red);
	border-radius: 10px;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: -1;
	transform: skewY(-10deg);
}
#aboutus .gentlecare .image p img {
	width: 100%;
	height: 100%;
	min-height: 320px;
	object-fit: cover;
	transform: skewY(10deg) scale(1.5);
}

#aboutus .gentlecare .text {
	margin-top: 40px;
	line-height: 3.6rem;
}
/*==// aboutus-advantage //==*/
#aboutus .advantage {
	margin-top: 40px;
    background-color: var(--red);
    transform: skewY(10deg);
    transform-origin: top left;
    position: relative;
    z-index: 1;
}
#aboutus .advantage .advantage-inner {
    padding: 40px 40px 100px;
    transform: skewY(-10deg);
}
#aboutus .advantage .next-h2 { color: #fff; }
#aboutus .advantage .next-h2::first-letter {
  color: var(--red);
  text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff,
    0 0 2px #fff;
}
#aboutus .advantage .next-h2 span { color: #fff; }



/*画像あり
#aboutus .advantage ul { list-style: none; }
#aboutus .advantage ul li { margin-top: 60px; }
#aboutus .advantage ul li .title-box {
	width: 100%;
	height: 100%;
	position: relative;
}
#aboutus .advantage ul li .title-box::after {
	content: "";
	width: calc(100% + 80px);
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	left: -40px;
	z-index: -1;
	transform: skewY(-10deg);
}
#aboutus .advantage ul li .title-box .image {
    width: 100%;
	height: 250px;
	overflow: hidden;
	border-radius: 10px;
}
#aboutus .advantage ul li .title-box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#aboutus .advantage ul li .title-box h3 {
	width: calc(100% - 112px);
	padding: 4px 16px;
	color: #fff;
	border-radius: 10px;
	text-align: center;
	background-color: #000;
    position: absolute;
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
	z-index: 2;
}
#aboutus .advantage ul li .text {
	margin-top: 30px;
	color: #fff;
}
*/
#aboutus .advantage .noimg { list-style: none; }
#aboutus .advantage .noimg li { margin-top: 60px; }
#aboutus .advantage .noimg li .title-box {
	width: 100%;
	height: 100%;
	position: relative;
}
#aboutus .advantage .noimg li .title-box::after {
	content: "";
	width: calc(100% + 80px);
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	left: -40px;
	z-index: -1;
	transform: skewY(-10deg);
}
#aboutus .advantage .noimg li .title-box h3 {
	width: calc(100% - 112px);
	margin: auto;
	padding: 4px 16px;
	color: #fff;
	border-radius: 10px;
	text-align: center;
	background-color: #000;
	z-index: 2;
}
#aboutus .advantage .noimg li .text {
	margin-top: 30px;
	color: #fff;
}


/*==// aboutus-professional //==*/
#aboutus .professional {
	width: 100%;
	height: 900px;
	background: linear-gradient(to bottom, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 70%),
	url(../../aboutus/img/professional.jpg) no-repeat center / cover;
}
#aboutus .professional .professional-inner { padding: 120px 40px; }
#aboutus .professional-inner > p {
	margin-top: 40px;
	text-shadow: 0 0 8px rgba(255, 255, 255, 1);
}
#aboutus .professional-inner > p .text-red {
	color: var(--red);
	font-weight: 600;
}
#aboutus .professional .contact-box { margin-top: 40px; }
#aboutus .professional .contact-box p + p { margin-top: 20px; }
#aboutus .professional .contact-box a {
	width: calc(100% - 48px);
	padding: 16px 24px;
	display: block;
	color: #000;
	border: 1px solid #C0C0C0;
	border-radius: 10px;
	background-color: #fff;
	position: relative;
}
#aboutus .professional .contact-box a::after {
	content: "\a901";
	width: 24px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	border-radius: 50%;
	vertical-align: middle;
	font-size: 0.6rem;
	font-family: 'icomoon';
	background-color: #000;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#aboutus .professional .contact-box a:hover { color: var(--red); }
#aboutus .professional .contact-box a:hover::after { background-color: var(--red); }


@media screen and (max-width:880px){
	#aboutus .gentlecare {
		width: calc(100% - 40px);
		padding: 0 20px;
	}
	#aboutus .advantage .advantage-inner { padding: 40px 20px 80px; }
	#aboutus .advantage ul li .title-box::after {
		width: calc(100% + 40px);
		left: -20px;
	}
	#aboutus .professional .professional-inner { padding: 120px 20px; }
}


/*========/ staff /========*/
#staff .staff-list { margin-top: 80px; }
#staff .staff-list h2 { padding: 0 40px; }
#staff .staff-list ol {
	counter-reset: listnum;
    list-style: none;
}
#staff .staff-list ol li { position: relative; }
#staff .staff-list ol li + li { margin-top: 40px; }
#staff .staff-list ol li::after {
    content: "";
    width: 100%;
    height: calc(100% - 80px);
    display: block;
    background: #EAEAEA;
	position: absolute;
    left: 0;
	bottom: 0;
	transform: translateY(-50%);
	transform: skewY(-10deg);
	transform-origin: right;
	z-index: -2;
}
#staff .staff-list ol li .staff-image {
	width: calc(100% - 80px) ;
	height: 240px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
	z-index: -1;
	transform: skewY(-10deg);
	transform-origin: right;
}
#staff .staff-list ol li .staff-image img {
    width: 100%;
    height: 100%;
	min-height: 400px;
    object-fit: cover;
    transform: skewY(10deg) scale(1.2);
}
#staff .staff-list ol li > div {
	margin-top: 10px;
	padding: 0 60px;
}
#staff .staff-list ol li div .number {
	padding-left: 30px;
	color: var(--red);
	font-size: 7rem;
	line-height: 7rem;
	font-weight: 600;
	font-family: 'Oswald';
	position: relative;
}
#staff .staff-list ol li div .number span {
    content: "";
    width: fit-content;
    height: fit-content;
	padding: 4px;
    display: block;
    border-radius: 2px;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.6rem;
	font-style: italic;
    background: #000;
	position: absolute;
    left: 0;
	top: 50%;
	transform: translateY(-50%);
}
#staff .staff-list ol li div .name {
	padding-top: 20px;
	font-size: 3.2rem;
	line-height: 2.8rem;
	font-weight: 600;
}
#staff .staff-list ol li .name span {
	font-size: 2rem;
	font-family: 'Oswald';
}
#staff .staff-list ol li div .job {
	padding-top: 16px;
	font-size: 1.4rem;
	line-height: normal;
	font-weight: 600;
}
#staff .staff-list ol li div .text {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #C0C0C0;
}
/* スタッフ紹介背景赤*/
#staff .staff-list ol li:nth-child(2n)::after {
	transform: skewY(10deg);
	background: var(--red);
	transform-origin: bottom left;
}
#staff .staff-list ol li:nth-child(2n) div .number { color: #fff; }
#staff .staff-list ol li:nth-child(2n) .name { color: #fff; }
#staff .staff-list ol li:nth-child(2n) .job { color: #fff; }
#staff .staff-list ol li:nth-child(2n) .text {
	color: #fff;
	border-top: 1px solid #fff;
}


@media screen and (max-width:880px){
	#staff .staff-list h2 { padding: 0 20px; }
	#staff .staff-list ol li .staff-image { width: calc(100% - 40px) ; }
	#staff .staff-list ol li > div { padding: 0 40px; }
}

/*========/ shop /========*/
/*==// 共通タイトル //==*/
#shop .shop-h2 {
	margin-top: 40px;
	color: var(--red);
	text-align: center;
	font-size: 2.8rem;
	line-height: 3.6rem;
	font-weight: 600;
}
#shop .shop-h2 span {
	display: block;
	color: #000;
	font-size: 1.6rem;
}


/*==// shop-list //==*/
#shop .shop-list ul {
	margin-top: 40px;
	padding: 0 40px;
	list-style: none;
}
#shop .shop-list ul li {
	padding: 20px;
	border-radius: 10px;
	background: #EAEAEA;
}
#shop .shop-list ul li + li {
	margin-top: 20px;
}
#shop .shop-list ul li h3 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 2.2rem;
	position: relative;
}
#shop .shop-list ul li h3::before {
    content: "";
    width: 16px;
    height: 3px;
    display: block;
    border-radius: 2px;
    background: var(--red);
	position: absolute;
    left: 50%;
	bottom: -6px;
	transform: translateX(-50%);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#shop .shop-list ul li .con-btn a {
	width: calc(100% - 65px);
	min-height: 56px;
	padding: 0 50px 0 15px;
	display: inline-flex;
	border: 1px solid #ABABAB;
	border-radius: 10px;
	align-items: center;
	color: #000;
	font-size: 1.6rem;
	background-color: #fff;
	position: relative;
}
#shop .shop-list ul li .con-btn a::after {
	content: "\a901"; /* IcoMoonのコードを使う */
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
	color: #fff;
    border-radius: 50%;
    vertical-align: middle;
	font-size: 0.8rem;
	font-family: 'icomoon'; /* IcoMoonのフォント名 */
	background-color: #000;
	position: absolute;
    right: 16px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#shop .shop-list ul li .tel-btn a span { color: var(--red); }
#shop .shop-list ul li .line-btn a span { color: #4CC764; }
#shop .shop-list ul li .con-btn a:hover::after { background-color: var(--red); }
#shop .shop-list ul li .line-btn { margin-top: 10px; }

#shop .shop-list ul li .shop_info-btn {
	margin-top: 20px;
	text-align: center;
}
#shop .shop-list ul li .shop_info-btn a {
	padding: 6px 60px 6px 40px;
	display: inline-flex;
	border: 1px solid  var(--red);
	border-radius: 30px;
	align-items: center;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 600;
	background-color: var(--red);
	position: relative;
}
#shop .shop-list ul li .shop_info-btn a::after {
	content: "\a901";
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
	color: var(--red);
    border-radius: 50%;
    vertical-align: middle;
	font-size: 0.8rem;
	font-family: 'icomoon';
	background-color: #fff;
	position: absolute;
    right: 16px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#shop .shop-list ul li .shop_info-btn a:hover {
	color: var(--red);
	background-color: #fff;
}
#shop .shop-list ul li .shop_info-btn a:hover::after {
	color: #fff;
	background-color: var(--red);
}


@media screen and (max-width:880px){
	#shop .shop-list ul { padding: 0 20px; }
}
/*==// shop-name //==*/
.shop-name .image-box {
	margin-top: 20px;
	position: relative;
}
.shop-name .image-box::after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #EAEAEA;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transform: skewY(-10deg);
	transform-origin: bottom right;
}
.shop-name .image {
	width: 100%;
	height: 320px;
	display: block;
	overflow: hidden;
	transform: skewY(10deg);
	transform-origin: top left;
}
.shop-name .image img {
	width: 100%;
	height: 100%;
	min-height: 320px;
	object-fit: cover;
	transform: skewY(-10deg) scale(1.5);
}

/*==// shop-service //==*/
#shop .shop-service {
	background-color: var(--red);
	transform: skewY(10deg);
    transform-origin: top left;
}
#shop .shop-service .shop-service-inner {
	padding: 40px 40px 80px;
	transform: skewY(-10deg);
}
#shop .shop-service .shop-service-inner .next-h2{ color: #fff; }
#shop .shop-service .shop-service-inner .next-h2::first-letter {
  color: var(--red);
  text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff,
    0 0 2px #fff;
}
#shop .shop-service .shop-service-inner .next-h2 span { color: #fff; }
#shop .shop-service .shop-service-inner ol { margin-top: 70px; }
#shop .shop-service .shop-service-inner ol > li + li { margin-top: 36px; }

/*アコーディオン番号*/
#shop .shop-service .shop-service-inner > ol {
	counter-reset: listnum;
	list-style: none;
}

/* クリック領域 */
#shop .shop-service .title_btn {
	padding: 10px 20px;
	border: solid 1px #fff;
	border-radius: 60px;
	color: #000;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 600;
	background-color: #fff;
	position: relative;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	user-select: none;
}
#shop .shop-service .title_btn::before{
	content: counter(listnum, decimal-leading-zero) ".";
	counter-increment: listnum;
	padding-right: 4px;
	color: #000;
	font-size: 1.6rem;
	line-height: 0;
	font-weight: 600;
	font-family: 'Oswald';
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#shop .shop-service .title_btn .text-red {
	color: var(--red);
	font-size: 2rem;
	letter-spacing: 0.1rem;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#shop .shop-service .title_btn .arrow-circle {
	width: 24px;
	height: 24px;
	display: inline-block;
	border-radius: 50%;
	background-color: #000;
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#shop .shop-service .title_btn .arrow-circle::after {
	content: "";
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 7px solid #fff;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 55%;
	transform: translate(-55%, -50%);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#shop .shop-service .title_btn.open .arrow-circle::after {
  transform: translate(-60%, -40%) rotate(90deg);
}
#shop .shop-service .title_btn:hover {
	color: #fff;
	background-color: var(--red);
}
#shop .shop-service .title_btn:hover .text-red { color: #fff; }
#shop .shop-service .title_btn:hover .arrow-circle { background-color: #fff; }
#shop .shop-service .title_btn:hover .arrow-circle::after { border-left: 8px solid var(--red); }
#shop .shop-service .title_btn:hover::before{ color: #fff; }

/* クリックして出てくる部分 */
/* 共通 */
#shop .shop-service .text_box {
	margin-top: 20px;
	padding: 40px 25px;
	display: none;
	background-color: #fff;
	border-radius: 10px;
}
#shop .shop-service .text_box .text_box-title {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	border: solid 3px #fff;
	border-radius: 50%;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-align: center;
	font-size: 3.6rem;
	line-height: 3.2rem;
	font-family: 'Oswald';
	font-weight: 300;
	background-color: var(--red);
	position: relative;
	z-index: 10;
}
#shop .shop-service .text_box .text_box-title span{
	display: block;
	font-size: 1.8rem;
	font-weight: 600;
	font-family: "Noto Sans JP", sans-serif;
}
#shop .shop-service .text_box .text_box-image {
	width: 100%;
	height: 200px;
    margin-top: -25px;
	border-radius: 10px;
	overflow: hidden;
}
#shop .shop-service .text_box .text_box-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#shop .shop-service .attention-text {
	margin-top: 20px;
	display: flex;
	gap: 8px;
}
#shop .shop-service .attention-text p {
	font-size: 1.2rem;
	line-height: 2.2rem;
	font-weight: 600;
}

/* service01 */
#shop .shop-service .ser_01 dl { margin-top: 40px; }
#shop .shop-service .ser_01 dl dt {
	display: inline-block;
	color: var(--red);
	font-size: 2.8rem;
	line-height: 4.2rem;
	font-weight: 600;
	position: relative;
	z-index: 1;
}
#shop .shop-service .ser_01 dl dt::before{
	content: "";
	height: 20%;
	background-color: #FFFF00;
	position: absolute;
	left: 0;
	right: -10px;
	bottom: 0;
	z-index: -1;
}
#shop .shop-service .ser_01 dl dd { margin-top: 10px; }
#shop .shop-service .ser_01 dl dd ul {
	margin-top: 20px;
	list-style: none;
}
#shop .shop-service .ser_01 dl dd ul li {
	padding: 20px 10px 20px 20px;
	display: flex;
	gap: 20px;
	border-bottom: 1px solid #000;
	align-items: center;
}
#shop .shop-service .ser_01 dl dd ul li:first-child { border-top: 1px solid #000; }
#shop .shop-service .ser_01 dl dd ul li > p {
	width: 90px;
	font-size: 2.4rem;
	font-weight: 600;
}
#shop .shop-service .ser_01 dl dd ul li > .image {
    width: 90px;
    height: 65px;
    overflow: hidden;
}
#shop .shop-service .ser_01 dl dd ul li > .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#shop .shop-service .ser_01 dl dd ul li > div p {
	font-size: 1.6rem;
	font-weight: 600;
}
#shop .shop-service .ser_01 dl dd ul li > div p:first-child {
	display: flex;
	gap: 8px;
	align-items: self-start;
}
#shop .shop-service .ser_01 dl dd ul li > div p:last-child { line-height: 3.6rem; }
#shop .shop-service .ser_01 dl dd ul li > div p .attention { font-size: 1.2rem; }
#shop .shop-service .ser_01 dl dd ul li > div p .price {
	padding-right: 4px;
	font-size: 3.6rem;
	font-family: 'Oswald';
}
#shop .shop-service .ser_01 dl dd ul li > div p .price span { font-family: "Noto Sans JP", sans-serif; }


/* service02 */
#shop .shop-service .ser_02 .text_box > div { margin-top: 40px; }
#shop .shop-service .ser_02 ul {
	margin-top: 20px;
	list-style: none;
}
#shop .shop-service .ser_02 ul li {
	padding: 20px 10px 20px 20px;
	display: flex;
	gap: 20px;
	border-bottom: 1px solid #000;
	align-items: center;
}
#shop .shop-service .ser_02 ul li:first-child { border-top: 1px solid #000; }
#shop .shop-service .ser_02 ul li > p {
	width: 90px;
	font-size: 2.4rem;
	font-weight: 600;
}
#shop .shop-service .ser_02 ul li > div p {
	font-size: 1.6rem;
	font-weight: 600;
}
#shop .shop-service .ser_02 ul li > div p:first-child {
	display: flex;
	gap: 8px;
	align-items: self-start;
}
#shop .shop-service .ser_02 ul li > div p:last-child { line-height: 3.6rem; }
#shop .shop-service .ser_02 ul li > div p .attention { font-size: 1.2rem; }
#shop .shop-service .ser_02 ul li > div p .price {
	padding-right: 4px;
	font-size: 3.6rem;
	font-family: 'Oswald';
}
#shop .shop-service .ser_02 ul li > div p .price span { font-family: "Noto Sans JP", sans-serif; }



/* service03-04 */
#shop .shop-service .ser_03 .text_box > div ,
#shop .shop-service .ser_04 .text_box > div { margin-top: 40px; }
#shop .shop-service .ser_03 .price-text ,
#shop .shop-service .ser_04 .price-text {
	margin: 20px;
	padding-bottom: 10px;
	line-height: 2rem;
	font-weight: 600;
}
#shop .shop-service .ser_03 .price-text > div ,
#shop .shop-service .ser_04 .price-text > div {
	display: flex;
	gap: 6px;
	justify-content: center;
	align-items: flex-end;
}
#shop .shop-service .ser_03 .price-text > div p:first-child ,
#shop .shop-service .ser_04 .price-text > div p:first-child { text-align: end; }
#shop .shop-service .ser_03 .price-text > div p:last-child ,
#shop .shop-service .ser_04 .price-text > div p:last-child {
	margin-bottom: -8px;
	line-height: 3.6rem;
}
#shop .shop-service .ser_03 .price-text > div p .attention ,
#shop .shop-service .ser_04 .price-text > div p .attention { font-size: 1.2rem; }
#shop .shop-service .ser_03 .price-text > div p .price ,
#shop .shop-service .ser_04 .price-text > div p .price {
	padding-right: 4px;
	font-size: 3.6rem;
	font-family: 'Oswald';
}
#shop .shop-service .ser_03 .price-text > div p .price span ,
#shop .shop-service .ser_04 .price-text > div p .price span { font-family: "Noto Sans JP", sans-serif; }
#shop .shop-service .ser_03 .price-text > p ,
#shop .shop-service .ser_04 .price-text > p {
	margin-top: 10px;
	text-align: center;
	font-size: 1.2rem;
}

/* service05 */
#shop .shop-service .ser_05 .text_box > div { margin-top: 40px; }
#shop .shop-service .ser_05 .price-text {
	margin: 20px;
	padding-bottom: 10px;
	line-height: 2rem;
	font-weight: 600;
}
#shop .shop-service .ser_05 .price-text ul { list-style: none; }
#shop .shop-service .ser_05 .price-text ul li + li { margin-top: 40px;  }
#shop .shop-service .ser_05 .price-text ul li div {
	display: flex;
	gap: 6px;
	justify-content: center;
	align-items: flex-end;
}
#shop .shop-service .ser_05 .price-text ul li div p:first-child { text-align: end; }
#shop .shop-service .ser_05 .price-text ul li div p:last-child {
	margin-bottom: -8px;
	line-height: 3.6rem;
}
#shop .shop-service .ser_05 .price-text ul li div p .attention { font-size: 1.2rem; }
#shop .shop-service .ser_05 .price-text ul li div p .price {
	padding-right: 4px;
	font-size: 3.6rem;
	font-family: 'Oswald';
}
#shop .shop-service .ser_05 .price-text ul li div p .price span { font-family: "Noto Sans JP", sans-serif; }
#shop .shop-service .ser_05 .price-text ul li p {
	margin-top: 10px;
	text-align: center;
	font-size: 1.2rem;
}

/* special-Notice */
#shop .shop-service-inner > p {
	margin-top: 40px;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
}

/* special-btn */
#shop .shop-service .special-btn {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #fff;
	text-align: center;
}
#shop .shop-service .special-btn .text {
	display: inline-block;
	color: #fff;
	font-weight: 600;
	line-height: 2.7rem;
	position: relative;
}
#shop .shop-service .special-btn .text::before {
	content: "";
	width: 40px;
	height: 90%;
	background: #fff;
	clip-path: polygon(20% 0, 0 0, 80% 100%);
	position: absolute;
	top: 5px;
	left: -25px;
}
#shop .shop-service .special-btn .text::after {
	content: "";
	width: 40px;
	height: 90%;
	background: #fff;
	clip-path: polygon(100% 0, 80% 0, 20% 100%);
	position: absolute;
	top: 5px;
	right: -25px;
}
#shop .shop-service .special-btn .btn-box {
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
}
#shop .shop-service .special-btn .btn-box a:hover { opacity: 0.7; }

@media screen and (min-width:880px){
	#shop .shop-service .special-btn .btn-box { margin-top: -15px; }
}
@media screen and (max-width:880px){
	#shop .shop-service .shop-service-inner { padding: 40px 20px 120px; }
}


/*==// shop-works //==*/
#shop .shop-works {
	background-color: #F4F4F4;
	transform: skewY(10deg);
    transform-origin: top left;
	position: relative;
}
#shop .shop-works::before,
#shop .shop-works::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: var(--red);
	position: absolute;
	left: 0;
}
#shop .shop-works::before {
	top: 0;
	transform: skewY(-20deg);
}
#shop .shop-works::after { top: 25px; }
#shop .shop-works .shop-works-inner {
	padding: 100px 0px 80px;
	transform: skewY(-10deg);
}
#shop .shop-works .next-h2 { padding: 0 40px; }
#shop .shop-works .next-h2::first-letter { color: #F4F4F4; }
#shop .shop-works .shop-works-inner > p {
	margin-top: 40px;
	padding: 0 40px;
	line-height: 3.6rem;
}

/* スライダー */
#shop .shop-works .shop-works-slider {
	margin: 40px 0;
}
#shop .shop-works .shop-works-slider .splide__slide {
	padding: 25px;
	border-radius: 10px;
	background-color: #fff;
}
#shop .shop-works .shop-works-slider .splide__slide > p {
	margin-bottom: 20px;
	text-align: center;
	font-size: 2rem;
	font-weight: 600;
}
#shop .shop-works .shop-works-slider .splide__slide .works-before .text ,
#shop .shop-works .shop-works-slider .splide__slide .works-after .text {
	width: 90px;
	height: 35px;
	padding-left: 20px;
	display: flex;
    align-items: anchor-center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 900;
	font-style: italic;
	background-color: #000;
	position: relative;
	left: -5px;
}
#shop .shop-works .shop-works-slider .splide__slide .works-after .text { background-color: var(--red); }
#shop .shop-works .shop-works-slider .splide__slide .works-before .text::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	right: -20px;
	border-right: 20px solid transparent;
	border-top: 35px solid #000;
}
#shop .shop-works .shop-works-slider .splide__slide .works-after .text::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	right: -20px;
	border-right: 20px solid transparent;
	border-top: 35px solid var(--red);
}
#shop .shop-works .shop-works-slider .splide__slide div .image {
	width: 100%;
	height: 200px;
	margin-top: -25px;
	border-radius: 10px;
	overflow: hidden;
}
#shop .shop-works .shop-works-slider .splide__slide div .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#shop .shop-works .shop-works-slider .splide__slide .works-before {
	margin-bottom: 60px;
	position: relative;
}
#shop .shop-works .shop-works-slider .splide__slide .works-before::after {
    content: "";
    width: 140px;
    height: 60px;
    margin: auto;
    background: url(../../img/works-arrow.svg) no-repeat center;
    background-repeat: no-repeat;
    background-size: contain;
	position: absolute;
	left: 50%;
	bottom: -60px;
	transform: translateX(-50%);
}

/* スライダー矢印 */
#shop .shop-works .shop-works-slider .button {
	width: 40px;
	height: 40px;
	top: 56%;
	opacity: 1;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
/* 矢印共通 */
#shop .shop-works .shop-works-slider button::before {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
	color: #fff;
    border-radius: 50%;
    vertical-align: middle;
	font-size: 1.2rem;
	font-family: 'icomoon';
	background-color: #000;
}
/* 前の矢印 */
#shop .shop-works .shop-works-slider .prev::before { content: "\a903"; }
/* 次の矢印 */
#shop .shop-works .shop-works-slider .next::before { content: "\a904"; }

#shop .shop-works .common-btn { padding: 0 40px; }


@media screen and (max-width:880px){
	#shop .shop-works .next-h2 { padding: 0 20px; }
	#shop .shop-works .shop-works-inner > p { padding: 0 20px; }
	#shop .shop-works .common-btn { padding: 0 20px; }
}
/*==// shop-info //==*/
#shop .shop-info {
	background-color: #fff;
	transform: skewY(10deg);
    transform-origin: top left;
	position: relative;
}
#shop .shop-info::before,
#shop .shop-info::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: var(--red);
	position: absolute;
	left: 0;
}
#shop .shop-info::before {
	top: 0;
	transform: skewY(-20deg);
}
#shop .shop-info::after { top: 25px; }
#shop .shop-info .shop-info-inner {
	padding: 100px 40px 20px;
	transform: skewY(-10deg);
}
#shop .shop-info .next-h2 { margin-bottom: 40px; }
#shop .shop-info .shop-info-inner dl {
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #C0C0C0;
}
#shop .shop-info .shop-info-inner dl dt {
	color: var(--red);
	font-weight: 600;
}
#shop .shop-info .shop-info-inner dl dd a { color: #000 }
#shop .shop-info .shop-info-inner dl dd a:hover { color: var(--red); }
#shop .shop-info .shop-info-inner ul { list-style: none; }
#shop .shop-info .shop-info-inner ul li {
	display: inline;
	line-height: 3rem;
}
#shop .shop-info .shop-info-inner ul li + li::before { content: ' / '; }
#shop .shop-info .shop-info-inner .line-btn a {
	width: 280px;
	height: 75px;
	margin: 40px auto 0;
	padding-right: 20px;
	display: flex;
	border: 2px solid #4CC764;
	border-radius: 10px;
	align-items: center;
    justify-content: center;
	color: #fff;
	font-size: 2rem;
	font-weight: 600;
	background-color: #4CC764;
	position: relative;
}
#shop .shop-info .shop-info-inner .line-btn a::after {
	content: "\a901";
	width: 24px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #4CC764;
	border-radius: 50%;
	vertical-align: middle;
	font-size: 0.8rem;
	font-family: 'icomoon';
	background-color: #fff;
	position: absolute;
	right: 16px;
}
#shop .shop-info .shop-info-inner .line-btn a:hover {
	color: #4CC764;
	background-color: #fff;
}
#shop .shop-info .shop-info-inner .line-btn a:hover::after {
	color: #fff;
	background-color: #4CC764;
}
#shop .shop-info .shop-info-inner .shop-map { margin-top: 40px; }
#shop .shop-info .shop-info-inner .shop-map iframe {
	width: 100%;
	height: 240px;
}
#shop .shop-info .shop-info-inner .shop-map p {
	margin-top: 10px;
	text-align: center;
}
#shop .shop-info .shop-info-inner .shop-map p a {
	color: #000;
	position: relative;
}
#shop .shop-info .shop-info-inner .shop-map p a:before {
	content: "";
	width: 100%;
	height: 1px;
	background: #000;
	position: absolute;
	right: 0;
	bottom: -4px;
	transition: 0.3s;
}
#shop .shop-info .shop-info-inner .shop-map p a:hover { color: var(--red) }
#shop .shop-info .shop-info-inner .shop-map p a:hover::before {
	width: 0;
	background: var(--red);
}


@media screen and (max-width:880px){
	#shop .shop-info .shop-info-inner { padding: 100px 20px 20px; }
}


/*========/ works /========*/
#works .case-list ol { list-style: none; }
#works .case-list ol > li:nth-child(2n-1) { margin-top: 80px; }
#works .case-list ol > li:nth-child(2n) { margin-top: 120px; }
#works .case-list ol > li h2 {
	padding: 0 40px;
	font-size: 2.4rem;
	font-weight: 600;
}
#works .case-list ol > li h2 .case-number {
	width: fit-content;
	padding: 0 10px;
	display: block;
	color: #fff;
	border-radius: 10px;
	font-size: 1.6rem;
	font-weight: 6 00;
	background-color: var(--red);
}
/* case スライダー */
#works .case-slider {
	margin-top: 20px;
	position: relative;
}
#works .case-slider::after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: #EAEAEA;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translateY(-50%);
	transform: skewY(-10deg);
	transform-origin: center;
	z-index: -2;
}
#works .case-slider .ba-before .text{
	width: 90px;
    height: 35px;
    padding-left: 20px;
    display: flex;
    align-items: anchor-center;
    color: #fff;
    font-size: 1.6rem;
	font-weight: 900;
	font-style: italic;
    font-family: "Noto Sans JP", sans-serif;
    background-color: #000;
    position: absolute;
    left: 40px;
}
#works  .case-slider .ba-before .text::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: -20px;
    border-right: 20px solid transparent;
    border-top: 35px solid #000;
}
#works .case-slider .ba-after .text {
	width: 70px;
    height: 35px;
    padding-left: 40px;
    display: flex;
    align-items: anchor-center;
    color: #fff;
    font-size: 1.6rem;
	font-weight: 900;
	font-style: italic;
    font-family: "Noto Sans JP", sans-serif;
    background-color: var(--red);
    position: absolute;
    right: 40px;
}
#works .case-slider .ba-after .text::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: -20px;
    border-left: 20px solid transparent;
    border-top: 35px solid var(--red);
}
#works .case-slider .image {
	width: auto;
	max-width: 100%;
	height: 300px;
	margin-top: 10px;
	display: block;
	overflow: hidden;
}
#works .case-slider .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#works .case-slider .ba-before .image { border-radius: 0 10px 10px 0 ; }
#works .case-slider .ba-after .image { border-radius: 10px 0 0 10px ; }
#works .case-slider .button {
    width: 40px;
    height: 40px;
	top: calc(50% + 5px);
    opacity: 1;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
#works .case-slider .prev { left: 20px; }
#works .case-slider .next { right: 20px; }
#works .case-slider .button::before {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    vertical-align: middle;
    font-size: 1.2rem;
    font-family: 'icomoon';
    background-color: #000;
}
#works .case-slider .prev::before { content: "\a903"; }
#works .case-slider .next::before { content: "\a904"; }
#works .case-slider .splide__arrow:disabled { opacity: 0; }
#works .case-slider .slide-padding-right { padding-right: 40px; }
#works .case-slider .slide-padding-left { padding-left: 40px; }
#works .case-list ol > li dl {
	margin-top: 20px;
	padding: 0 40px;
}
#works .case-list ol > li dl dt {
	color: var(--red);
	border-bottom: 1px solid #C0C0C0;
	font-size: 1.8rem;
	font-weight: 600;
}
#works .bg-gray {
	background-color: #F4F4F4;
	transform: skewY(10deg);
	transform-origin: top right;
	position: relative;
}
#works .bg-gray::before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: #eaeaea;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translateY(-50%);
	transform: skewY(-20deg);
	transform-origin: center;
}
#works .bg-gray .case-inner {
	padding: 40px 0;
	transform: skewY(-10deg);
}
#works .bg-gray .case-slider::after {
    background-color: #fff;
}


@media screen and (max-width:880px){
	#works .case-list ol > li h2 { padding: 0 20px; }
	#works .case-list ol > li dl { padding: 0 20px; }
	#works .case-slider .prev { left: 10px; }
	#works .case-slider .next { right: 10px; }
	#works .case-slider .slide-padding-right { padding-right: 20px; }
	#works .case-slider .slide-padding-left { padding-left: 20px; }
}


/*========/ special /========*/
/*==// special-hero //==*/
#special .hero {
	position: relative;
	transform:skewY(-10deg);
	transform-origin: left;
}
#special .hero::before,
#special .hero::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: var(--red);
	position: absolute;
	left: 0;
	z-index: 1;
}
#special .hero::before {
	bottom: 20px;
	transform: skewY(20deg);
}
#special .hero::after { bottom: -25px; }
#special .hero .hero-inner {
	width:100%;
	height:calc( 100vh - 100px );
	min-height: 680px;
	display:block;
	overflow:hidden;
}
#special .hero .hero-img {
    width: 100%;
    height: 100%;
	min-height: calc( 100vh - 100px );
    object-fit: cover;
	transform:skewY(10deg) scale(1.2);
}
#special .hero .hero-copy {
	color: white;
	font-size: 4.8rem;
	font-weight: bold;
	line-height: 5.3rem;
	letter-spacing: 0.4rem;
	position: absolute;
	top: 180px;
	left: 50%;
	z-index: 2;
	writing-mode: vertical-rl;
	transform: translateX(-50%) skewY(10deg); 
}
#special .hero .hero-copy span {
	font-size: 1.8rem;
	line-height: 3.2rem;
	letter-spacing: 0rem;
}
/*==// special-special //==*/
#special .special {
	margin-top: 80px;
	padding: 0 40px;
}
#special .special .p-red {
	margin-top: 20px;
	color: var(--red);
	font-size: 2.4rem;
	line-height: 3.8rem;
	font-weight: 900;
	font-style: italic;
}
#special .special .special-image {
	width: calc(100% + 80px);
	height: 250px;
	margin: 40px -40px;
	overflow: visible;
	position: relative;
}
#special .special .special-image::after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #EAEAEA;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transform: skewY(-10deg);
}
#special .special .special-image p {
	width: calc(100% - 20px);
	height: 250px;
	overflow: hidden;
	border-radius: 0 10px 10px 0;
	position: relative;
	z-index: 1;
}
#special .special .special-image p img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#special .special ul { list-style: none; }
#special .special ul li {
	width: 100%;
	height: 250px;
	margin-top: 80px;
	overflow: visible;
	position: relative;
}
#special .special ul li::after {
	content: "";
	width: calc(100% + 80px);
	height: 100%;
	background-color: #EAEAEA;
	position: absolute;
	top: 0;
	left: -40px;
	z-index: -1;
	transform: skewY(-10deg);
}
#special .special ul li .image {
    width: 100%;
	height: 250px;
	overflow: hidden;
	border-radius: 10px;
}
#special .special ul li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#special .special ul li .text {
	width: calc(100% - 112px);
	padding: 4px 16px;
	color: #fff;
	border-radius: 10px;
	text-align: center;
	background-color: #000;
    position: absolute;
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
	z-index: 2;
}
/*==// special-solve //==*/
#special .solve { margin-top: 80px; }
#special .solve .solve-title {
	margin-top: 50px;
	background-color: var(--red);
	transform: skewY(10deg);
	transform-origin: top left;
}
#special .solve .solve-title-inner {
	padding: 40px 40px;
	transform: skewY(-10deg);
}
#special .solve .solve-title .next-h2 { color: #fff; }
#special .solve .solve-title .next-h2::first-letter {
  color: var(--red);
  text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff,
    0 0 2px #fff;
}
#special .solve .solve-title .next-h2 span { color: #fff; }
#special .solve .solve-title p {
	margin-top: 20px;
	color: #fff;
	font-size: 2rem;
}
#special .solve-item {
	margin-top: -1px;
	list-style: none;
	background-color: var(--red);
	transform: skewY(10deg);
	transform-origin: top left;
}
#special .solve-item-inner {
	padding: 40px 0;
	transform: skewY(-10deg);
}
#special .solve-list > li + li .solve-item-inner {  padding: 60px 0 40px; }
#special .solve-item .title { padding: 0 40px; }
#special .solve-item .title p {
	width: fit-content;
	padding: 0 10px;
	display: flex;
	align-items: center;
	color: #000;
	border-radius: 10px;
	font-size: 1.4rem;
	font-weight: 600;
	background-color: #FFFB73;
}
#special .solve-item .title p span {
	font-size: 1.6rem;
	font-family: 'Oswald';
}
#special .solve-item .title p span::before {
    content: "-";
    margin: 0 8px;
    display: inline-block;
    color: #000;
}
#special .solve-item .title h3 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	color: #FFFB73;
	border-bottom: 1px solid #fff;
	font-size: 2.4rem;
	font-weight: 600;
}
#special .solve-item-inner > p {
	padding: 0 40px;
	color: #fff;
}
/* solve 背景グレー */
#special .solve-item:nth-child(2n) { background-color: #EAEAEA; }
#special .solve-item:nth-child(2n) .title p {
	color: #fff;
	background-color: var(--red);
}
#special .solve-item:nth-child(2n) .title p span::before { color: #fff; }
#special .solve-item:nth-child(2n) .title h3 {
	color: var(--red);
	border-bottom: 1px solid #000;
}
#special .solve-item:nth-child(2n) .solve-item-inner > p { color: #000; }
/* solve スライダー */
#special .solve-slider {
	margin-top: 40px;
	position: relative;
}
#special .solve-slider::after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, 0.2); 
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translateY(-50%);
	transform: skewY(-10deg);
	transform-origin: center;
	z-index: -2;
}
#special .solve-slider .ba-before .text{
	width: 90px;
    height: 35px;
    padding-left: 20px;
    display: flex;
    align-items: anchor-center;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 900;
	font-style: italic;
    font-family: "Noto Sans JP", sans-serif;
    background-color: #000;
    position: absolute;
    left: 40px;
}
#special .solve-slider .ba-before .text::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: -20px;
    border-right: 20px solid transparent;
    border-top: 35px solid #000;
}
#special .solve-slider .ba-after .text {
	width: 70px;
	height: 35px;
	padding-left: 40px;
	display: flex;
	align-items: anchor-center;
	color: #fff;
    font-size: 1.6rem;
    font-weight: 900;
	font-style: italic;
	font-family: "Noto Sans JP", sans-serif;
	background-color: var(--red);
	position: absolute;
	right: 40px;
}
#special .solve-slider .ba-after .text::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: -20px;
    border-left: 20px solid transparent;
    border-top: 35px solid var(--red);
}
#special .solve-slider .image {
	width: auto;
	max-width: 100%;
	height: 300px;
	margin-top: 10px;
	display: block;
	overflow: hidden;
}
#special .case-slider .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#special .solve-slider .ba-before .image { border-radius: 0 10px 10px 0 ; }
#special .solve-slider .ba-after .image { border-radius: 10px 0 0 10px ; }
#special .solve-slider .button {
    width: 40px;
    height: 40px;
	top: calc(50% + 5px);
    opacity: 1;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
#special .solve-slider .prev { left: 20px; }
#special .solve-slider .next { right: 20px; }
#special .solve-slider .button::before {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    vertical-align: middle;
    font-size: 1.2rem;
    font-family: 'icomoon';
    background-color: #000;
}
#special .solve-slider .prev::before { content: "\a903"; }
#special .solve-slider .next::before { content: "\a904"; }
#special .solve-slider .splide__arrow:disabled { opacity: 0; }
#special .solve-slider .slide-padding-right { padding-right: 40px; }
#special .solve-slider .slide-padding-left { padding-left: 40px; }
/*==// special-feedback //==*/
#special .feedback { margin: 40px 40px; }
#special .feedback .voice {
	padding: 20px;
	display: flex;
	align-items: center;
	gap: 10px;
	border-radius: 10px;
	background-color: #fff;
}
#special .feedback .voice .image img {
	width: 80px;
	min-width: 80px;
}
#special .feedback .voice .text {
	padding-left: 10px;
	border-left: solid 1px #C0C0C0;
	line-height: 2.8rem;
}
#special .feedback .user {
	margin-bottom: 40px;
	position: relative;
}
#special .feedback .user::after {
    content: "";
    width: 80px;
    height: 40px;
    margin: auto;
    background: url(../../img/works-arrow.svg) no-repeat center;
    background-repeat: no-repeat;
    background-size: contain;
	position: absolute;
	left: 50%;
	bottom: -40px;
	transform: translateX(-50%);
}
/*==// special-felling //==*/
#special .felling {
	width: 100%;
	height: 800px;
	background: linear-gradient(to bottom, rgba(197,221,255,1) 30%, rgba(255,255,255,0) 70%),
	url(../../special/img/felling.jpg) no-repeat center / cover;
}
#special .felling .felling-inner { padding: 120px 40px; }
#special .felling .next-h2 { color: #000; }
#special .felling .next-h2::first-letter {
	color: #c5ddff;
	text-shadow:
	    -1px -1px 0 #000,
	    1px -1px 0 #000,
	    -1px 1px 0 #000,
	    1px 1px 0 #000,
	    0 0 2px #000;
}
#special .felling p {
	margin-top: 40px;
	text-shadow: 0 0 8px rgba(255, 255, 255, 1);
}


@media screen and (max-width:880px){
	#special .hero {
		margin-bottom: 140px;
		transform-origin: right;
	}
	#special .hero .hero-inner { height:calc( 100vh - 180px ); }
	#special .hero .hero-img { min-height: calc( 100vh - 180px ); }
	#special .hero .hero-copy { top: 100px; }
	#special .special { padding: 0 20px; }
	#special .special .special-image {
		width: calc(100% + 40px);
		margin: 40px -20px;
	}
	#special .special ul li::after {
		width: calc(100% + 40px);
		left: -20px;
	}
	#special .solve .solve-title-inner { padding: 40px 20px; }
	#special .solve-item .title { padding: 0 20px; }
	#special .solve-item-inner > p { padding: 0 20px; }
	#special .solve-slider .ba-before .text{ left: 20px; }
	#special .solve-slider .ba-after .text { right: 20px; }
	#special .solve-slider .prev { left: 10px; }
	#special .solve-slider .next { right: 10px; }
	#special .solve-slider .slide-padding-right { padding-right: 20px; }
	#special .solve-slider .slide-padding-left { padding-left: 20px; }
	#special .feedback { margin: 40px 20px; }
	#special .felling > div { padding: 120px 20px; }
}


/*========/ recruit /========*/
/*==// recruit-message //==*/
#recruit .message { margin-top: 80px; }
#recruit .message .intro {
	padding: 0 40px;
	text-align: center;
}
#recruit .message .intro .eng-phrase {
	width: fit-content;
	margin: 0 auto 10px;
	padding: 8px 20px;
	display: block;
	color: #fff;
	font-size: 1.6rem;
	font-family: 'Oswald';
	line-height: 2rem;
	font-weight: 600;
	font-style: normal;
	background-color: var(--red);
}
#recruit .message .intro h2 {
	color: var(--red);
	font-size: 2.8rem;
	line-height: 4.8rem;
	font-weight: 900;
	font-style: italic;
}
#recruit .message .intro p {
	margin-top: 20px;
}
#recruit .message .image {
	width: 100%;
	height: 320px;
	margin-top: 40px;
	overflow: hidden;
}
#recruit .message .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#recruit .message .points {
	margin: 40px 40px 0;
	padding: 20px;
	border-radius: 10px;
	background-color: var(--red);
}
#recruit .message .points p {
	color: var(--red);
	border-radius: 6px;
	font-size: 2rem;
	font-weight: 600;
	text-align: center;
	background-color: #fff;
}
#recruit .message .points ul {
	margin-top: 20px;
	list-style: none;
}
#recruit .message .points ul li {
	height: 60px;
	padding: 20px 0 20px 80px;
	display: flex;
	align-items: center;
	color: #fff;
	font-weight: 600;
	position: relative;
}
#recruit .message .points ul li + li { border-top: 1px solid #fff; }
#recruit .message .points ul li:first-child { padding: 10px 0 20px 80px; }
#recruit .message .points ul li:last-child { padding: 20px 0 10px 80px; }
#recruit .message .points ul li::before {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--red);
    border-radius: 50%;
    vertical-align: middle;
    font-size: 3.2rem;
    font-family: 'icomoon';
    background-color: #fff;
    position: absolute;
    /* top: 20px; */
    left: 0px;
}
#recruit .message .points ul .points-01::before { content: "\e90a"; }
#recruit .message .points ul .points-02::before { content: "\e909"; }
#recruit .message .points ul .points-03::before { content: "\e900"; }
/*==// recruit-culture //==*/
#recruit .culture { margin-top: 120px; }
#recruit .culture .next-h2 {
	padding: 0 40px;
	text-align: center;
}
#recruit .culture-list {
	counter-reset: listnum;
	margin-top: 120px;
	list-style: none;
}
#recruit .culture-item {
	background: linear-gradient(to bottom, #EAEAEA, #ffffff);
	transform: skewY(-10deg);
	transform-origin: top left;
}
#recruit .culture-list li + li { margin-top: 120px; }
#recruit .culture-item-inner {
	padding: 40px 40px 0;
	transform: skewY(10deg);
}
#recruit .culture-list h3 {
	color: var(--red);
	text-align: center;
	font-size: 2.8rem;
	font-weight: 900;
	font-style: italic;
	position: relative;
}
#recruit .culture-list h3::before {
	counter-increment: listnum;
	content: counter(listnum, decimal-leading-zero);
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    vertical-align: middle;
    font-size: 3.2rem;
    font-family: 'Oswald';
	font-style: normal;
	background-color: var(--red);
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
}
#recruit .culture-list .text { margin-top: 20px; }
#recruit .culture-list .image {
	width: 100%;
	height: 280px;
	margin-top: 20px;
	overflow: hidden;
	border-radius: 10px;
}
#recruit .culture-list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#recruit .culture .summary {
	margin: 40px;
	padding: 20px;
	border: 1px solid var(--red);
	border-radius: 10px;
	background-color: #FFF5F5;
}
#recruit .culture .summary h4 {
    color: var(--red);
    border-radius: 6px;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    background-color: #fff;
}
#recruit .culture .summary p { margin-top: 20px; }
/*==// recruit-schedule //==*/
#recruit .schedule {
    background-color: var(--red);
    transform: skewY(10deg);
    transform-origin: top left;
	position: relative;
	z-index: 1;
}
#recruit .schedule-inner {
	padding: 80px 0 100px;
	transform: skewY(-10deg);
}
#recruit .schedule .next-h2 {
	padding: 0 40px;
    color: #fff;
}
#recruit .schedule .next-h2::first-letter {
	color: var(--red);
	text-shadow:
		-1px -1px 0 #fff,
		1px -1px 0 #fff,
		-1px 1px 0 #fff,
		1px 1px 0 #fff,
		0 0 2px #fff;
}
#recruit .schedule .next-h2 span { color: #fff; }
#recruit .schedule .image {
	width: calc(100% - 40px);
	height: 220px;
	display: block;
	overflow: hidden;
	transform: skewY(-10deg);
	transform-origin: top right;
}
#recruit .schedule .image img {
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
    transform: skewY(10deg) scale(1.5);
}
#recruit .schedule ol {
	margin-top: 160px;
	padding: 0 40px;
	color: #fff;
	list-style: none;
	position: relative;
}
#recruit .schedule ol::before {
	content: "";
	width: 1px;
	height: 100%;
	display: block;
	background: #fff;
	position: absolute;
	left: 60px;
	top: 0;
}
#recruit .schedule ol li {
	display: flex;
	gap : 40px;
}
#recruit .schedule ol li + li { margin-top: 40px; }
#recruit .schedule ol li time {
    height: 100px;
	background-color: var(--red);
	position: relative;
}
#recruit .schedule ol li time::after {
	content: "";
	width: 60px;
	height: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	position: absolute;
	top: 32px;
	left: 50%;
	transform: translateX(-50%);
}
#recruit .schedule ol li .time0900::after { background-image: url(../../recruit/img/time0900.png); }
#recruit .schedule ol li .time1200::after { background-image: url(../../recruit/img/time1200.png); }
#recruit .schedule ol li .time1300::after { background-image: url(../../recruit/img/time1300.png); }
#recruit .schedule ol li .time1600::after { background-image: url(../../recruit/img/time1600.png); }
#recruit .schedule ol li .time1630::after { background-image: url(../../recruit/img/time1630.png); }
#recruit .schedule ol li dl { margin-top: 32px; }
#recruit .schedule ol li dl dt {
	color: #fff;
	font-size: 2rem;
	font-weight: 600;
}
/*==// recruit-recruit-contact //==*/
#recruit .recruit-contact {
	width: 100%;
	height: 720px;
    background: url(../../recruit/img/contact.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	position: relative;
}
#recruit .recruit-contact .recruit-contact-inner {
	width: calc(100% - 80px);
	padding: 40px;
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
}
#recruit .recruit-contact h2 {
	color: #fff;
	text-shadow: 0 0 8px rgba(0, 0, 0, 1);
}
#recruit .recruit-contact h2::first-letter {
	color: #fff;
	text-shadow: none;
}
#recruit .recruit-contact h2 span { color: #fff; }
#recruit .recruit-contact-inner > p {
	margin-top: 40px;
	color: #fff;
	text-shadow: 0 0 8px rgba(0, 0, 0, 1);
}
#recruit .recruit-contact .contact-box { margin-top: 40px; }
#recruit .recruit-contact .contact-box p + p { margin-top: 20px; }
#recruit .recruit-contact .contact-box a {
	width: calc(100% - 48px);
	padding: 16px 24px;
	display: block;
	color: #000;
	border-radius: 10px;
	background-color: #fff;
	position: relative;
}
#recruit .recruit-contact .contact-box a::after {
	content: "\a901";
	width: 24px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	border-radius: 50%;
	vertical-align: middle;
	font-size: 0.6rem;
	font-family: 'icomoon';
	background-color: #000;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#recruit .recruit-contact .contact-box a:hover { color: var(--red); }
#recruit .recruit-contact .contact-box a:hover::after { background-color: var(--red); }


@media screen and (max-width:880px){
	#recruit .message .intro { padding: 0 20px; }
	#recruit .message .points { margin: 40px 20px 0; }
	#recruit .culture .next-h2 { padding: 0 20px; }
	#recruit .culture-item-inner { padding: 40px 20px 0; }
	#recruit .culture .summary { margin: 40px 20px; }
	#recruit .schedule .next-h2 { padding: 0 20px; }
	#recruit .schedule .image { width: calc(100% - 20px); }
	#recruit .schedule ol { padding: 0 20px; }
	#recruit .schedule ol::before { left: 40px; }
	#recruit .recruit-contact .recruit-contact-inner {
		width: calc(100% - 40px);
		padding: 40px 20px;
	}
}


/*========/ fc /========*/
/*==// fc-hero //==*/
#fc .hero {
	position: relative;
	transform:skewY(-10deg);
	transform-origin: left;
}
#fc .hero::before,
#fc .hero::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: var(--blue);
	position: absolute;
	left: 0;
	z-index: 1;
}
#fc .hero::before {
	bottom: 20px;
	transform: skewY(20deg);
}
#fc .hero::after { bottom: -25px; }
#fc .hero .hero-inner {
	width:100%;
	height:calc( 100vh - 100px );
	min-height: 680px;
	display:block;
	overflow:hidden;
}
#fc .hero .hero-img {
    width: 100%;
    height: 100%;
	min-height: calc( 100vh - 100px );
    object-fit: cover;
	transform:skewY(10deg) scale(1.2);
}
#fc .hero .hero-copy {
	color: white;
	font-size: 4.8rem;
	font-weight: bold;
	line-height: 5.3rem;
	letter-spacing: 0.4rem;
	position: absolute;
	top: 180px;
	left: 50%;
	z-index: 2;
	writing-mode: vertical-rl;
	transform: translateX(-50%) skewY(10deg); 
}
#fc .hero .hero-copy span {
	font-size: 1.8rem;
	line-height: 3.2rem;
	letter-spacing: 0rem;
}
/*==// fc-aboutfc //==*/
#fc .aboutfc {
	margin-top: 80px;
	padding: 0 40px;
}
#fc .aboutfc .p-blue {
	margin-top: 20px;
	color: var(--blue);
	font-size: 2.4rem;
	line-height: 3.8rem;
	font-weight: 900;
	font-style: italic;
}
#fc .aboutfc .aboutfc-image {
	width: calc(100% + 80px);
	height: 250px;
	margin: 40px -40px;
	overflow: visible;
	position: relative;
}
#fc .aboutfc .aboutfc-image::after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #EAEAEA;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transform: skewY(-10deg);
}
#fc .aboutfc .aboutfc-image p {
	width: calc(100% - 20px);
	height: 250px;
	overflow: hidden;
	border-radius: 0 10px 10px 0;
	position: relative;
	z-index: 1;
}
#fc .aboutfc .aboutfc-image p img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*==// fc-education //==*/
#fc .education {
	margin-top: 80px;
	background-color: var(--blue);
	transform: skewY(10deg);
	transform-origin: top left;
}
#fc .education .education-inner {
	padding: 80px 40px;
	transform: skewY(-10deg);
}
#fc .education .next-h2 { color: #fff; }
#fc .education .next-h2::first-letter {
  color: var(--blue);
  text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff,
    0 0 2px #fff;
}
#fc .education .next-h2 span { color: #fff; }
#fc .education .education-inner >  div { margin-top: 80px; }
#fc .education .education-inner >  div h3 {
	color: #fff;
	border-bottom: 1px solid #fff;
	font-size: 2.8rem;
	line-height: 4.8rem;
}
#fc .education .concept ol {
	counter-reset: listnum;
	list-style: none;
}
#fc .education .concept ol li {
	margin-top: 40px;
	padding: 24px 20px; 
	border-radius: 10px;
	background-color: #fff;
}
#fc .education .concept ol li h4 {
	display: flex;
	align-items: center;
    color: var(--blue);
    font-size: 2.4rem;
	line-height: 3.2rem;
    font-weight: 600;
}
#fc .education .concept ol li h4::before {
    content: counter(listnum, decimal-leading-zero) "";
    counter-increment: listnum;
	min-width: 40px;
	min-height: 40px;
	margin-right: 10px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
    color: #fff;
	border-radius: 50%;
    font-size: 2rem;
    line-height: 0;
    font-weight: 600;
	font-family: 'Oswald';
	background-color: var(--blue);
}
#fc .education .concept ol li p {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid var(--blue);
}
#fc .education .training ol { list-style: none; }
#fc .education .training ol li { margin-top: 60px; }
#fc .education .training ol li h4 {
	color: #FFFB73;
	font-size: 2.4rem;
	line-height: 3.2rem;
    font-weight: 600;
}
#fc .education .training ol li .text {
	margin-top: 16px;
	padding-top: 16px;
	color: #fff;
	border-top: 1px solid rgba(0, 0, 0, 0.4);
}
#fc .education .training ol li .image {
	width: calc(100% + 80px);
	height: 250px;
	margin: 16px -40px;
	overflow: visible;
	position: relative;
}
#fc .education .training ol li .image::after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transform: skewY(-10deg);
}
#fc .education .training ol li .image p {
	width: calc(100% - 20px);
	height: 250px;
	overflow: hidden;
	border-radius: 0 10px 10px 0;
	position: relative;
	z-index: 1;
}
#fc .education .training ol li .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*==// fc-pointfc //==*/
#fc .pointfc {
    background-color: #fff;
    transform: skewY(10deg);
    transform-origin: top left;
    position: relative;
}
#fc .pointfc::before,
#fc .pointfc::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: var(--blue);
	position: absolute;
	left: 0;
}
#fc .pointfc::before {
	top: 0;
	transform: skewY(-20deg);
}
#fc .pointfc::after { top: 25px; }
#fc .pointfc .pointfc-inner {
	padding: 100px 40px 80px;
    transform: skewY(-10deg);
}
#fc .pointfc h3 {
	margin-top: 40px;
	color: var(--blue);
	font-size: 2.4rem;
	line-height: 3.2rem;
	font-weight: 600;
}
#fc .pointfc p { margin-top: 40px; }
#fc .pointfc p span { color: var(--blue); }
/*==// fc-contact //==*/
#fc .fc-contact {
	padding: 120px 40px;
	background-color: #EAEAEA;
	text-align: center;
}
#fc .fc-contact .next-h2::first-letter { color: #EAEAEA; }
#fc .fc-contact > div { margin-top: 40px; }
#fc .fc-contact .tel-box p a {
	color: var(--blue);
	font-size: 4rem;
	line-height: 4rem;
	font-weight: 600;
	font-family: 'Oswald';
}
#fc .fc-contact .mail-box p a {
	width: 240px;
	margin: 8px auto 0;
	padding: 16px 24px;
	display: block;
	color: #fff;
	border-radius: 10px;
	background-color: #000;
	text-align: left;
	position: relative;
}
#fc .fc-contact .mail-box p a::after {
    content: "\a901";
	width: 24px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	border-radius: 50%;
	vertical-align: middle;
	font-size: 0.6rem;
	font-family: 'icomoon';
	background-color: #fff;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#fc .fc-contact .mail-box p a:hover { background-color: var(--blue); }
#fc .fc-contact .mail-box p a:hover::after { color: var(--blue); }


@media screen and (max-width:880px){
	#fc .hero {
		margin-bottom: 140px;
		transform-origin: right;
	}
	#fc .hero .hero-inner { height:calc( 100vh - 180px ); }
	#fc .hero .hero-img { min-height: calc( 100vh - 180px ); }
	#fc .hero .hero-copy { top: 100px; }
	#fc .aboutfc { padding: 0 20px; }
	#fc .aboutfc .aboutfc-image {
		width: calc(100% + 40px);
		margin: 40px -20px;
	}
	#fc .education .education-inner { padding: 80px 20px; }
	#fc .education .training ol li .image {
		width: calc(100% + 40px);
		margin: 40px -20px;
	}
	#fc .pointfc .pointfc-inner { padding: 100px 20px 80px; }
	#fc .fc-contact { padding: 120px 20px; }
}


/*========/ privacypolicy /========*/
#privacypolicy .privacypolicy-con {
	margin-top: 80px;
	padding: 0 40px;
}
#privacypolicy .privacypolicy-con > p + p { margin-top: 40px; }
#privacypolicy ol {
	counter-reset: listnum;
    list-style: none;
}
#privacypolicy ol li { margin-top: 40px; }
#privacypolicy ol li h2 {
	color: var(--red);
	font-size: 2.4rem;
	position: relative;
	user-select: none;
}
#privacypolicy ol li h2::before {
	content: counter(listnum) ".";
	counter-increment: listnum;
	color: var(--red);
	font-size: 2.4rem;
	line-height: 0;
	font-weight: 600;
}
#privacypolicy ol li p a {
	color: #000;
	line-height: normal;
	position: relative;
}
#privacypolicy ol li p a::after {
	content: "";
	width: 100%;
	height: 1px;
	background: #000;
	position: absolute;
	right: 0;
	bottom: -3px;
	transition: 0.3s;
}
#privacypolicy ol li p a:hover { color: var(--red); }
#privacypolicy ol li p a:hover::after {
	width: 0;
	background: var(--red);
}


@media screen and (max-width:880px){
	#privacypolicy .privacypolicy-con { padding: 0 20px; }
}


/*========/ contact /========*/
#contact .contact-foam {
	margin-top: 80px;
	padding: 0 40px;
}


@media screen and (max-width:880px){
	#contact .contact-foam { padding: 0 20px; }
}

