/* =================================================================
定番商品共通
=================================================================*/
#teiban .list {display: flex;}
#teiban .float {display: none;}
#teiban h2 {display: flex; flex-direction: column; align-items: center; font-size: 40px; font-weight: 700; letter-spacing: 3.2px;}
#teiban h2 .sub {font-size: 20px; letter-spacing: 1.6px;}
#teiban h2 .main {font-size: 40px; letter-spacing: 3.2px;}

@media (max-width: 1160px) {
	#teiban .float {display: block; position: fixed; bottom: 0; left: 0; right: 0; z-index: 100; width: 335px; margin: auto;}
	#teiban .list {flex-direction: column;}
	#teiban h2 {font-size: 32px; text-align: center;}
	#teiban h2 .sub {font-size: 18px; letter-spacing: 1.44px;}
	#teiban h2 .main {font-size: 32px; letter-spacing: 2.56px;}
}

/*  レスポンシブ用
-------------------------------------------------------------*/
/*  pcのみ  */
.sp-only {display: none !important;}
.pc-only {display: block !important;}

/*  spのみ  */
@media (max-width: 1160px) {
	.pc-only {display: none !important;}
	.sp-only {display: block !important;}
}

/* =================================================================
fv
=================================================================*/
#teiban .fv {aspect-ratio: 1320 / 600; padding: 40px 40px 0; position: relative;}
#teiban .fv .fv-main {width: 100%; aspect-ratio: 1320 / 600; display: block}
#teiban .fv .fv-main img {width: 100%;}
#teiban .fv .text {background: #fff; width: 444px; height: 269px; position: absolute; right: 0; bottom: 0; padding: 25px 0px 25px 50px; border-radius: 30px 0px 0px 0px;}
#teiban .fv .text img {width: 211px; height: auto; display: block;}
#teiban .fv .text h1 {font-size: 38px; font-weight: 500; letter-spacing: 5.7px; color: #000;}
#teiban .fv .text p {border-radius: 4px; background: #6EB92B; font-size: 16px; color: #fff; letter-spacing: 1.28px; display: inline-flex; justify-content: center; align-items: center; padding: 0 5px; height: 32px; margin-top: 13px;}
#teiban .fv .text a {font-size: 16px; color: #67341E; font-weight: 700; letter-spacing: 2.4px; display: flex; align-items: center; width: 300px; height: 55px; border: 2px solid #67341E; border-radius: 9999px; padding-left: 42px; position: fixed; right: 9px; bottom: 20px; background: #fff; z-index: 100;} 
#teiban .fv .text a:after {content: ""; width: 63px; height: 46px; background-image: url('../images/teiban/fv_icon.png'); background-size: cover; position: absolute; right: 21px; bottom: -1px;} 

@media (max-width: 1160px) {
	#teiban .fv {aspect-ratio: auto; width: 100%; padding: 0px 0; height: 100vh; max-height: 565px; overflow: hidden;}
	#teiban .fv .fv-main {aspect-ratio: auto; width: 100%; height: 100%;}
	#teiban .fv .text {width: 100%; height: auto; border-radius: 30px 30px 0px 0px; padding: 25px 27px;}
	#teiban .fv .text img {width: 169px;}
	#teiban .fv .text h1 {font-size: 32px;}
	#teiban .fv .text p {font-size: 14px; letter-spacing: 1.12px; white-space: nowrap;}
	#teiban .fv .text a {font-size: 14px; width: 95px; height: 95px; letter-spacing: 2.1px; padding: 21px 0 0; display: block; text-align: center; line-height: 130%; bottom: 36px; bottom: 106px; z-index: 100;}
	#teiban .fv .text a:after {width: 43px; height: 31px; left: 0; right: 0; margin: auto;}
}

@media (max-width: 767px) {

}

/* =================================================================
intro
=================================================================*/
#teiban .intro {width: 100%; max-width: 1200px; margin: 0 auto -170px; display: flex; justify-content: space-between; position: relative; z-index: 1; padding: 91px 0 0;}
#teiban .intro img {width: 100%; max-width: 760px;}
#teiban .intro .text {width: 100%; max-width: 360px; padding-top: 40px;}
#teiban .intro h2 {align-items: flex-start; font-size: 30px; letter-spacing: 2.4px;}
#teiban .intro p {margin-top: 21px; line-height: 150%; letter-spacing: 1.44px;}

@media (max-width: 1160px) {
	#teiban .intro {flex-direction: column-reverse; padding: 50px 20px 29px; margin: 0 auto 0px;}
	#teiban .intro img {max-width: 100%;}
	#teiban .intro .text {max-width: 100%;}
	#teiban .intro p {font-size: 16px;}
}

@media (max-width: 767px) {
	#teiban .intro {flex-direction: column-reverse;}
}

/* =================================================================
特徴
=================================================================*/
#teiban .tokucho {position: relative; min-height: 994px; background: url('../images/teiban/tokucho_bg.png'); background-size: cover; display: flex; justify-content: flex-end; align-items: center; flex-direction: column; padding: 0px 0 90px;}
#teiban .tokucho h2 {color: #fff; margin-bottom: 60px;}
/* #teiban .tokucho:before {content: url('../images/teiban/tokucho_bg.png'); display: block; width: 100%; position: absolute; left: 0; bottom: 0; z-index: -1;} */

#teiban .tokucho .list {width: 100%; max-width: 1200px; margin: auto; gap: 32px; justify-content: space-between;}
#teiban .tokucho .list .item {width: calc((100% - 32px * 2) / 3); color: #fff;}
#teiban .tokucho .list .item .image {position: relative;}
#teiban .tokucho .list .item .image img {width: 100%;}
#teiban .tokucho .list .item .num {font-size: 16px; font-weight: 700; display: flex; flex-direction: column; align-items: center; color: #67341E; width: 95px; height: 95px; border: 3px solid #67341E; border-radius: 100%; background: rgba(255, 255, 255, 0.80); padding-top: 13px; line-height: 150%; position: absolute; top: -30px; left: 0;}
#teiban .tokucho .list .item .num strong {font-size: 32px; font-weight: 700; letter-spacing: 2.56px; position: relative; top: 0px;}
#teiban .tokucho .list .item h3 {font-size: 22px; font-weight: 700; letter-spacing: 1.76px; margin-top: 20px;}
#teiban .tokucho .list .item p {font-size: 18px; font-weight: 500; letter-spacing: 1.44px; margin-top: 12px;}

@media (max-width: 1160px) {
	#teiban .tokucho {padding: 122px 0 70px; background-image: url('../images/teiban/tokucho_bg_sp.png'); background-repeat: no-repeat; background-position: top; background-size: 100%; background-color: #6EB92B;}
	#teiban .tokucho .list {padding: 0 20px; gap: 70px;}
	#teiban .tokucho .list .item {width: 100%;}
	#teiban .tokucho .list .item .num {width: 80px; height: 80px; font-size: 13.474px;}
	#teiban .tokucho .list .item .num strong {font-size: 26.947px;}
	#teiban .tokucho .list .item h3 {font-size: 20px;}
	#teiban .tokucho .list .item p {font-size: 14px; margin-top: 15px;}
}

/* =================================================================
定番商品
=================================================================*/
#teiban .item-list {background: #F5F3E6; padding: 80px 0;}
#teiban .item-list h2 {color: #67341E; margin-bottom: 40px;}
#teiban .item-list .list {flex-direction: column; max-width: 1200px; margin: auto; gap: 70px;}
#teiban .item-list h3 {background-image: url('../images/teiban/item-list_title-bg.png'); background-size: 100%; background-position: center; background-repeat: no-repeat; height: 45px; display: flex; justify-content: center; align-items: center; position: relative; font-size: 30px; letter-spacing: 2.4px; font-weight: 700; margin-bottom: 56px;}
#teiban .item-list h3 img {position: absolute; left: 103px; bottom: 23px; width: 93px;}
#teiban .item-list h3.kanren {background-image: url('../images/teiban/item-list_title-bg02.png');}

#teiban .item-list .item {background: #fff; border-radius: 10px; position: relative; padding: 40px; display: flex; align-items: flex-start; gap: 50px;}
#teiban .item-list .item + .item {margin-top: 56px;}
#teiban .item-list .item .num {width: 100px; height: 100px; background: url('../images/teiban/item-list_num-bg.png'); background-size: cover; position: absolute; right: 40px; top: -26px;}
#teiban .item-list .item .num p { display: flex; flex-direction: column; align-items: center; padding-top: 18px; color: #fff; font-weight: 700; font-size: 16px;}
#teiban .item-list .item .num strong {font-size: 36px; letter-spacing: 2.88px; position: relative; top: -2px;}
#teiban .item-list .item .image {width: 380px; flex-shrink: 0;}
#teiban .item-list .item .text {width: 100%;}
#teiban .item-list .item .name {font-size: 26px; font-weight: 700; letter-spacing: 2.08px;}
#teiban .item-list .item .appeal {font-size: 18px; font-weight: 700; letter-spacing: 1.44px; margin-top: 15px;}
#teiban .item-list .item .price {font-size: 24px; font-weight: 700; letter-spacing: 1.92px;}
#teiban .item-list .item .price .tani {color: #31352E; font-size: 16px;}
#teiban .item-list .item .price .tax {color: #31352E; font-size: 16px; font-weight: 500;} 
#teiban .item-list .item .osusume {margin-top: 36px; border-radius: 10px; border: 3px solid #F5F3E6; padding: 30px 20px 20px; position: relative;}
#teiban .item-list .item .osusume h5 {background: #67341E; display: inline-flex; padding: 4px 20px; justify-content: center; align-items: center; border-radius: 9999px; color: #fff; position: absolute; top: -20px;}
#teiban .item-list .item .osusume ul {display: flex; flex-wrap: wrap; gap: 12px 0;}
#teiban .item-list .item .osusume li {display: flex; width: 50%; font-size: 16px; font-weight: 700;}
#teiban .item-list .item .osusume li:before {content: ""; width: 23px; height: 23px; background-image: url('../images/teiban/item-list_check.svg'); background-size: cover; margin-right: 9px; flex-shrink: 0;}
#teiban .item-list .item .button {border-radius: 10px; background: #EE7801; width: 380px; height: 60px; display: flex; justify-content: center; align-items: center; color: #fff; margin-top: 31px; border: 1px solid #EE7801; transition: background-color 0.5s, color 0.5s;}
#teiban .item-list .item .button:hover {background-color: transparent; color: #EE7801; transition: background-color 0.5s, color 0.5s;}

@media (max-width: 1160px) {
	#teiban .item-list {padding: 70px 0;}
	#teiban .item-list .list {padding: 0 20px; gap: 60px;}
	#teiban .item-list h3 {background-image: url('../images/teiban/item-list_title-bg_sp.png'); background-size: 100%; font-size: 24px; margin-bottom: 63px; height: 36px;}
	#teiban .item-list h3 img {width: 47px; left: 37px; bottom: 19px;}
	#teiban .item-list h3.kanren {background-image: url('../images/teiban/item-list_title-bg02_sp.png');}
	#teiban .item-list .item {flex-direction: column; padding: 40px 20px; gap: 20px;}
	#teiban .item-list .item .num {width: 124px; height: 55px; background-image: url('../images/teiban/item-list_num-bg_sp.png'); right: 22px;}
	#teiban .item-list .item .num p {font-size: 15px; padding: 11px 0 0 12px; flex-direction: row; align-items: flex-end; gap: 3px; line-height: 1;}
	#teiban .item-list .item .num strong {font-size: 28px; top: auto; bottom: 0px;}
	#teiban .item-list .item .image {width: 100%; padding: 0 22px;}
	#teiban .item-list .item .image img {width: 100%;}
	#teiban .item-list .item .name {font-size: 20px; letter-spacing: 1.6px;}
	#teiban .item-list .item .appeal {font-size: 14px; letter-spacing: 1.12px; font-weight: 500; margin-top: 10px;}
	#teiban .item-list .item .price {font-size: 22px; font-weight: 500; margin-top: 10px;}
	#teiban .item-list .item .price .tani {font-size: 14px;}
	#teiban .item-list .item .price .tax {font-size: 14px;}
	#teiban .item-list .item .osusume {}
	#teiban .item-list .item .osusume h5 {font-size: 14px; top: -15px;}
	#teiban .item-list .item .osusume ul {flex-direction: column;}
	#teiban .item-list .item .osusume li {width: 100%; font-size: 14px; font-weight: 500;}
	#teiban .item-list .item .osusume li:before {width: 18px; height: 18px; margin-right: 14px;}
	#teiban .item-list .item .button {width: 230px; height: 50px; margin: 25px auto 0; font-size: 16px;}
}

/* =================================================================
介護プロからの声
=================================================================*/
#teiban .voice-pro {overflow: hidden; padding: 80px 0 143px; position: relative;}
#teiban .voice-pro:before {content: ""; display: block; width: 279px; height: 154px; background-image: url('../images/teiban/voice-pro_bg.png'); background-size: cover; position: absolute; bottom: 39px; right: 0; z-index: 2;}
#teiban .voice-pro h2 {color: #67341E;}
#teiban .voice-pro .swiper {max-width: 788px; margin: 30px auto 0; overflow: visible;}
#teiban .voice-pro .swiper-slide {border-radius: 15px; background: #F5F3E6; min-height: 462px; display: flex; flex-direction: column; align-items: center; padding: 20px 30px;}
#teiban .voice-pro .image {width: 160px; height: 160px; background: #fff; border-radius: 100%; overflow: hidden; margin-bottom: 14px;}
#teiban .voice-pro h3 {display: flex; flex-direction: column; align-items: center; font-weight: 700; gap: 10px; margin-bottom: 16px;}
#teiban .voice-pro .position {color: #fff; background: #67341E; font-size: 16px; font-weight: 700; padding: 4px 10px; border-radius: 9999px;}

#teiban .voice-pro .swiper-pagination {bottom: -61px;}
#teiban .voice-pro .swiper-pagination-bullet {width: 15px; height: 15px; background: #31352E; opacity: 1; margin: 0 12px;}
#teiban .voice-pro .swiper-pagination-bullet-active {background: #EE7801;}

@media (max-width: 1160px) {
	#teiban .voice-pro {padding: 71px 0 122px;}
	#teiban .voice-pro:before  {width: 167px; height: 92px; right: -52px; bottom: 41px;}
	#teiban .voice-pro .swiper {max-width: 305px;}
	#teiban .voice-pro .swiper-slide {padding: 24px 25px; min-height: 412px;}
	#teiban .voice-pro .image {width: 140px; height: 140px; margin-bottom: 24px;}
	#teiban .voice-pro h3 {font-size: 18px; margin-bottom: 15px;}
	#teiban .voice-pro p {font-size: 14px; letter-spacing: 1.12px;}

	#teiban .voice-pro .swiper-pagination {bottom: -36px;}
	#teiban .voice-pro .swiper-pagination-bullet {width: 10px; height: 10px; margin: 0 7px;}
}

/* =================================================================
利用者さまの声
=================================================================*/
#teiban .review {background: #6EB92B; padding: 80px 0px;}
#teiban .review h2 {color: #fff; margin-bottom: 30px;}
#teiban .review .list {justify-content: space-between; max-width: 1200px; margin: auto; gap: 33px;}
#teiban .review .list .box {display: flex; flex-direction: column; justify-content: center; max-width: 582px;}
#teiban .review .list .box01 {gap: 60px;}
#teiban .review .list .box02 {gap: 50px;}
#teiban .review .list .item {background: #fff; border-radius: 9999px; padding: 25px 55px 50px; position: relative;}
#teiban .review .list .item h3 {text-align: center; font-size: 20px; font-weight: 700; line-height: 150%; letter-spacing: 1.6px; margin-bottom: 11px;}
#teiban .review .list .item .rate {display: flex; justify-content: center; align-items: center; gap: 7px; margin-bottom: 18px;}
#teiban .review .list .item .rate img {width: 21px; height: 20px;}
#teiban .review .list .item p {font-size: 18px; font-weight: 500; line-height: 150%; letter-spacing: 1.44px; max-width: 470px; position: relative;}
#teiban .review .list .item p:before {content: "“"; display: block; color: #FDD014; font-size: 45px; font-weight: 700; line-height: 150%; opacity: 0.5; position: absolute; top: -42px; left: -21px;}
#teiban .review .list .item p:after {content: "”"; display: block; color: #FDD014; font-size: 45px; font-weight: 700; line-height: 150%; opacity: 0.5; position: absolute; bottom: -41px; right: 0;}

#teiban .review .list .box01 .item:after {content: ""; display: block; width: 34px; height: 31px; background: url('../images/teiban/review_fukidashi01.png'); background-size: cover; position: absolute; left: 120px; bottom: -21px;}
#teiban .review .list .box01 .item:nth-child(2):after {left: auto; right: 110px; bottom: -21px;}

#teiban .review .list .box02 .item:after {content: ""; display: block; width: 34px; height: 32px; background: url('../images/teiban/review_fukidashi02.png'); background-size: cover; position: absolute; left: 79px; bottom: -10px;}
#teiban .review .list .box02 .item:nth-child(2):after {left: auto; right: 120px; bottom: -14px;}


@media (max-width: 1160px) {
	#teiban .review {padding: 70px 20px;}
	#teiban .review .list {gap: 52px;}
	#teiban .review .list .box {max-width: 100%;}
	#teiban .review .list .item {border-radius: 40px; padding: 25px 28px;}
	#teiban .review .list .item h3 {font-size: 16px; margin-bottom: 10px; letter-spacing: 1.28px;}
	#teiban .review .list .item .rate {gap: 5px;}
	#teiban .review .list .item .rate img {width: 16px; height: 15px;}
	#teiban .review .list .item p {font-size: 14px; letter-spacing: 1.12px; max-width: 100%;}
	#teiban .review .list .item p:before {font-size: 35px; top: -28px; left: -18px;}
	#teiban .review .list .item p:after {font-size: 35px; bottom: -30px; right: -10px;}
	#teiban .review .list .box01 {gap: 52px;}
	#teiban .review .list .box02 {gap: 52px;}

	#teiban .review .list .box01 .item:after {width: 34px; height: 32px; background-image: url('../images/teiban/review_fukidashi02.png'); left: 30px; bottom: -22px;}
	#teiban .review .list .box01 .item:nth-child(2):after {width: 34px; height: 32px; background-image: url('../images/teiban/review_fukidashi01.png'); right: 30px; bottom: -22px;}

	#teiban .review .list .box02 .item:after {width: 34px; height: 32px; background-image: url('../images/teiban/review_fukidashi02.png'); left: 30px; bottom: -22px;}
	#teiban .review .list .box02 .item:nth-child(even):after {width: 34px; height: 32px; background-image: url('../images/teiban/review_fukidashi01.png'); right: 30px; bottom: -22px;}

}

@media (max-width: 767px) {

}