@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
#top_ttl {
	position: relative;
	padding-left: 100px;
	margin-bottom: 160px;
}
#top_ttl::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 230px;
	z-index: -1;
}
#top_ttl .scl {
	position: absolute;
	bottom: 0;
	left: 40px;
}
#top_ttl .scl img {
	width: 12px;
}
#mv_slide_area {
	position: relative;
	font-size: 0;
}
#mv_slide_area #mv_slide span {
	display: block;
	position: relative;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 100px;
	overflow: hidden;
}
#mv_slide_area #mv_slide span::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(102,102,102,0.2);
	z-index: 1;
}
#mv_slide_area #mv_slide span::after {
	content: "";
	position: absolute;
	left: 10px;
	top: -10px;
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	border-top-left-radius: 35px;
	border-bottom-left-radius: 100px;
}
@keyframes zoomOut {
	0% {
		transform: scale(1.15);
	}
	100% {
		transform: scale(1); /* 拡大率 */
	}
}
#mv_slide_area #mv_slide .add-animation {
	animation: zoomOut 10s linear 0s normal both;
}
#mv_slide_area .ashirai span {
	position: absolute;
}
#mv_slide_area .ashirai span.ashirai01 {
	top: 0;
	right: 80px;
}
#mv_slide_area .ashirai span.ashirai02 {
	left: 5px;
	bottom: 60px;
}
@media only screen and (max-width: 1400px) {
	#mv_slide_area .ashirai span.ashirai02 {
		bottom: 40px;
	}
	#mv_slide_area .ashirai span.ashirai02 img {
		width: 12vw;
		min-width: 140px;
	}
}
#mv_slide_area .title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow: hidden;
	width: 100%;
}
#mv_slide_area .title img {
	opacity: 0;
}
#mv_slide_area .title.is-animate img {
	opacity: 1;
	animation: titleBtmFade 2.5s cubic-bezier(.36, .14, 0, 1) 0.1s both;
}
@keyframes titleBtmFade {
	0% {
		transform: translate(0, 100%);
	}

	100% {
		transform: translate(0, 0);
	}
}
#mv_slide_area #top_news {
	position: absolute;
	z-index: 1;
	left: 70px;
	bottom: -40px;
}
#mv_slide_area #top_news a {
	width: 450px;
	height: 80px;
	background: #fff;
	display: block;
	padding: 12px 10px 10px 115px;
	position: relative;
	text-align: left;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(230, 230, 229, 0.7);
	overflow: hidden;
}
#mv_slide_area #top_news a:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background: var(--color-red);
}
#mv_slide_area #top_news a::before {
	content: "";
	width: 25px;
	height: 25px;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	right: 40px;
	top: calc(50% - (25px / 2));
	border: 1px solid var(--color-red);
	background: #fff;
}
#mv_slide_area #top_news a::after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px var(--color-red);
	border-right: solid 2px var(--color-red);
	top: calc(50% - 2px);
	right: 51px;
	transform: rotate(45deg);
}
#mv_slide_area #top_news a .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 80px;
	overflow: hidden;
}
#mv_slide_area #top_news a .img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
#mv_slide_area #top_news a:hover .img img {
	transform: scale(1.1);
	transition: 1.5s;
}
#mv_slide_area #top_news a .date {
	font-size: 12px;
	color: #999;
}
#mv_slide_area #top_news a:hover .date {
	color: #fff;
}
#mv_slide_area #top_news a .date .label {
	background: var(--color-red);
	color: #fff;
	font-size: 10px;
	border-radius: 8px;
	display: inline-block;
	margin-left: 15px;
	padding: 0 10px;
	position: relative;
	top: -2px;
}
#mv_slide_area #top_news a:hover .date .label {
	background: #fff;
	color: var(--color-red);
}
#mv_slide_area #top_news a .txt {
	color: #333;
	font-size: 14px;
	text-decoration: underline;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 250px;
}
#mv_slide_area #top_news a:hover .txt {
	color: #fff;
}
#service .ttl {
	margin-bottom: 50px;
}
#service .ttl .txt{
	width: 710px;
	margin-top: 40px;
	line-height: 2;
}
#service .grid {
	display: grid;
	justify-content: space-between;
	align-items: flex-start;
	grid-template-columns: repeat(4, 250px);
	gap: 50px 0;
	counter-reset: number 0;
}
#service .grid a {
	display: block;
	border: 3px solid var(--color-red);
	background: #fff;
	border-radius: 20px 20px 50px 20px;
	padding: 25px;
	color: var(--color-red);
	position: relative;
}
#service .grid a::before {
	position: absolute;
	right: 20px;
	top: 80px;
	font-family: var(--font-quick);
	font-size: 50px;
	font-weight: bold;
	color: #e6e6e5;
	counter-increment: number 1; 
	content: counter(number, decimal-leading-zero);
	line-height: 1;
}
#service .grid a:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background: #e7dd54;
	border-color: #e7dd54;
	color: #fff;
}
#service .grid a:hover::before {
	color: #fff;
}
#service .grid a .img {
	position: relative;
	top: -40px;
	margin: 0 auto -20px;
	text-align: center;
	width: 130px;
	height: 130px;
	overflow: hidden;
	border-radius: 50%;
	z-index: 1;
}
#service .grid a:hover .img::before {
	color: rgba(255, 255, 255, 0.3);
}
#service .grid a:hover .img img {
	transform: scale(1.1);
	transition: 1.5s;
}
#service .grid a .txt {
	display: -webkit-box;
	-webkit-box-orient: vertical;      /* 垂直方向に配置 */
	overflow: hidden;                  /* 溢れた部分を隠す */
	text-overflow: ellipsis;           /* 溢れた部分に「...」を表示 */
	-webkit-line-clamp: 2;             /* 最大行数を2行に設定 */
}
#service .grid a .title {
	border-top: 1px dashed var(--color-red);
	padding-top: 15px;
	font-size: 20px;
	color: #333;
	line-height: 1.2;
	margin-bottom: 0;
	position: relative;
}
#service .grid a:hover .title {
	border-color: #fff;
	color: #fff;
}
/*右向き矢印*/
/*#service .grid a .title::before {
	content: "";
	width: 25px;
	height: 25px;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	right: -2px;
	top: calc(50% - 7px);
	border: 1px solid var(--color-red);
}
#service .grid a .title::after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px var(--color-red);
	border-right: solid 2px var(--color-red);
	top: calc(50% - -3px);
	right: 9px;
	transform: rotate(45deg);
}*/
#service .grid a:hover .title::before, #service .grid a:hover .title::after {
	border-color: #fff;
}
#slide_loop {
	font-size: 0;
	position: relative;
}
#slide_loop::before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 10vw;
	background: url("../img/wave-border01.png") no-repeat bottom / 100% auto;
}
#top_pickup .grid {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(2, 530px);
	gap: 50px 0;
}
#top_pickup .grid .box {
	border: 3px solid var(--color-red);
	background: #fff;
	border-radius: 50px;
	padding: 72px;
	position: relative;
}
#top_pickup .grid .box::before, #top_pickup .grid .box::after, #top_pickup .grid .box > dl::before, #top_pickup .grid .box > dl::after {
	content: "";
	position: absolute;
	left: 45px;
	bottom: 45px;
	width: 10px;
	height: 10px;
	background: var(--color-red);
	border-radius: 50%;
	display: inline-block;
	z-index: 1;
}
#top_pickup .grid .box::after {
	left: auto;
	right: 45px;
}
#top_pickup .grid .box > dl {
	position: relative;
}
#top_pickup .grid .box > dl::before {
	left: -26px;
	bottom: auto;
	top: -26px;
}
#top_pickup .grid .box > dl::after {
	left: auto;
	right: -26px;
	bottom: auto;
	top: -26px;
}
#top_pickup .grid .box > dl > dt {
	color: var(--color-orange);
	font-size: 31px;
	border-bottom: 1px dashed var(--color-red);
	margin-bottom: 30px;
}
#top_pickup .grid .box > dl > dd .price {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	background: rgba(254, 109, 105, 0.8);
	border-radius: 10px;
	padding: 10px 20px;
	line-height: 1;
	margin-bottom: 10px;
}
#top_pickup .grid .box > dl > dd .price:last-of-type {
	margin-bottom: 30px;
}
#top_pickup .grid .box > dl > dd .txt {
	line-height: 2;
	font-size: 98%;
}
#top_pickup .grid .box > dl > dd .txt .red {
	font-size: 21px;
	line-height: 1.7;
}
#top_pickup .grid .box > dl > dd .txt b {
	font-size: 21px;
}
#top_pickup .grid .box > dl > dd .price dt {
	font-size: 30px;
}
#top_pickup .grid .box > dl > dd .price dd {
	font-size: 35px;
}
#top_pickup .grid .box > dl > dd .price dd .fm {
	font-size: 50px;
	font-family: var(--font-quick);
}
/* お知らせ */
#top_info {
	padding-top: 180px;
}
#top_info::before {
	background: rgba(242, 166, 94, 0.1) url("../img/wave-border03.png") no-repeat left top / 100% auto;
}
#top_info #news_list {
	position: relative;
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(2, 530px);
	gap: 30px 0;
	margin-bottom: 50px;
}
#top_info #news_list a {
	position: relative;
	display: block;
	padding: 20px;
	background: #fff;
	border: 1px solid var(--color-orange);
	border-radius: 20px;
	color: var(--color-font);
}
#top_info #news_list a:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#top_info #news_list a::before {
	content: "";
	width: 24px;
	height: 24px;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	right: 15px;
	top: calc(50% - 7px);
	border: 1px solid var(--color-red);
}
#top_info #news_list a::after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px var(--color-red);
	border-right: solid 2px var(--color-red);
	top: calc(50% + 2px);
	right: 26px;
	transform: rotate(45deg);
}
#top_info #news_list a .date {
	font-size: 12px;
	margin-bottom: 15px;
	display: block;
	color: #999;
}
#top_info #news_list a .date .label {
	border: 1px solid var(--color-orange);
	background: var(--color-orange);
	color: #FFF;
	font-size: 10px;
	border-radius: 8px;
	display: inline-block;
	margin-left: 15px;
	padding: 0 10px;
	position: relative;
	top: -2px;
}
#top_info #news_list a:hover .date .label {
	background: #fff;
	color: var(--color-orange);
}
#top_info #news_list a .txt {
	text-decoration: underline;
	width: 485px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: .4s;
	margin-bottom: 0;
}
#top_info #news_list a:hover .txt {
	margin-left: 10px;
}
#top_blog::before {
	background: rgba(242, 166, 94, 0.1);
}
#top_blog::after {
	content: "";
	background: url(../img/bg-total.png) no-repeat center / 100% auto;
	width: 270px;
	height: 270px;
	display: inline-block;
	position: absolute;
	left: -40px;
	top: 315px;
}
#top_blog .bg_white {
	position: relative;
	width: calc(100% - 157px);
	padding-left: 150px;
	margin-top: 50px;
	z-index: 1;
}
#top_blog .bg_white::after {
	content: "";
	position: absolute;
	background: #fff;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100vw;
	left: 0;
	right: -100%;
	height: 455px;
	bottom: 0;
	border-radius: 30px 0 0 30px;
	z-index: -1;
}
#top_blog .bg_white .swiper {
	overflow: visible;
}
#top_blog .bg_white .swiper .swiper-wrapper {
	cursor: grab;
	margin-bottom: 60px;
}
#top_blog .bg_white .swiper .swiper-slide {
	margin-bottom: 60px;
	cursor: grab;
}
#top_blog .bg_white #blog_list a {
	width: 250px;
	display: block;
	margin-right: 30px;
	position: relative;
	padding-bottom: 40px;
}
#top_blog .bg_white #blog_list a::before {
	content: "";
	width: 24px;
	height: 24px;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	border: 1px solid var(--color-red);
	z-index: 1;
}
#top_blog .bg_white #blog_list a::after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px var(--color-red);
	border-right: solid 2px var(--color-red);
	bottom: 9px;
	right: 11px;
	transform: rotate(45deg);
}
#top_blog .bg_white #blog_list a:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#top_blog .bg_white #blog_list a:last-of-type {
	margin-right: 0;
}
#top_blog .bg_white #blog_list a .img {
	margin-bottom: 10px;
	display: block;
	width: 250px;
	height: 250px;
	border-radius: 20px;
	overflow: hidden;
}
#top_blog .bg_white #blog_list a .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#top_blog .bg_white #blog_list a:hover .img img{
	transform: scale(1.2);
	transition: 1.0s;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#top_blog .bg_white #blog_list a .date {
	font-size: 12px;
	color: #999;
}
#top_blog .bg_white #blog_list a .date .label {
	background: var(--color-red);
	color: #fff;
	font-size: 10px;
	border-radius: 8px;
	display: inline-block;
	margin-left: 15px;
	padding: 4px 8px 2px;
	position: relative;
	top: -2px;
	border: 1px solid var(--color-red);
	line-height: 1;
}
#top_blog .bg_white #blog_list a:hover .date .label {
	background: #fff;
	color: var(--color-red);
}
#top_blog .bg_white #blog_list a .txt {
	color: #333;
	font-size: 14px;
	text-decoration: underline;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 0;
	width: calc(100% - 10px);
	transition: .4s;
}
#top_blog .bg_white #blog_list a:hover .txt {
	margin-left: 10px;
}
#top_blog .swiper-scrollbar {
	max-width: 400px;
	left: 0;
	z-index: 1;
}
#top_blog .swiper-scrollbar-drag {
	background: #F1843F;
}
#top_blog .bg_white .btn01 {
	text-align: center;
}
#flow {
	padding-bottom: 170px;
}
#flow .list {
	width: 700px;
}
#flow .list dl {
	border-top: 4px solid var(--color-red);
	background: #fff;
	margin-bottom: 40px;
	border-radius: 0 0 30px 30px;
	padding: 50px;
	position: relative;
}
#flow .list dl:last-of-type {
	margin-bottom: 0;
}
#flow .list dl:not(:last-of-type):before {
	position: absolute;
	content: "";
	left: 50%;
	bottom: -56px;
	margin-left: -36px;
	border: 36px solid transparent;
	border-top: 20px solid var(--color-orange);
}
#flow .list dl dt {
	display: flex;
	align-items: center;
	font-size: 31px;
	color: var(--color-orange);
	border-bottom: 2px dashed var(--color-red);
	padding-bottom: 10px;
	margin-bottom: 30px;
}
#flow .list dl dt .no {
	display: flex;
	width: 38px;
	height: 38px;
	align-items: center;
	justify-content: center;
	font-family: var(--font-quick);
	color: #fff;
	background: var(--color-red);
	position: relative;
	border-radius: 50%;
	font-size: 27px;
	margin-right: 20px;
	top: -2px;
}
#flow .list dl dt .no::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #e7dd54;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 2px;
}
#about_us {
	position: relative;
}
#about_us::before {
	content: "";
	background: url("../img/bg-total.png") no-repeat center / 100% auto;
	width: 270px;
	height: 270px;
	display: inline-block;
	position: absolute;
	right: -30px;
	top: -190px;
}
#about_us .img {
	position: absolute;
	top: -150px;
	left: -100px;
	width: 700px;
	z-index: 2;
}
#about_us .img img {
	border-radius: 0 20px 90px 0;
}
#about_us .bg_white {
	background: #fff;
	padding-top: 320px;
	padding-bottom: 130px;
	border-top-right-radius: 30px;
	position: relative;
	z-index: 1;
}
#about_us .bg_white::before {
	background: #fff;
	width: 50vw;
}
#about_us .bg_white .info {
	width: 600px;
}
#about_us .bg_white .info .txt {
	line-height: 2.1;
}
#about_us .bg_white .imgs {
	width: 400px;
	position: absolute;
	right: -50px;
	top: 130px;
}
#about_us .bg_white .imgs img {
	border-radius: 90px 20px 20px 20px;
}
#about_us .bg_white .imgs img+img {
	margin-top: 50px;
	border-radius: 20px 20px 90px 20px;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#mv_slide_area .ashirai span.ashirai01 img {
		width: 460px;
	}
	/* お知らせ */
	#top_info dl {
		display: flex;
	}
	#top_info dt {
		width: 100px;
	}
	#top_info dd {
		width: calc(100% - 100px);
	}
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_ttl {
		margin-bottom: 60px;
		padding-left: 50px;
	}
	#top_ttl .scl {
		left: 20px;
	}
	#mv_slide_area .slick-slide img {
		aspect-ratio: 2 / 1.5;
		object-fit: cover;
	}
	#mv_slide_area .ashirai span.ashirai02 {
		bottom: 40px;
	}
	#mv_slide_area .ashirai span.ashirai02 img {
		width: 15vw;
	}
	#mv_slide_area .title {
		width: 80%;
	}
	#mv_slide_area #top_news {
		left: 0;
	}
	#service .ttl .txt {
		width: 100%;
		margin-top: 0;
	}
	#service .grid {
		grid-template-columns: repeat(3, 32%);
		gap: 35px 0;
	}
	#service .grid a {
		padding: 10px;
		border-radius: 15px 15px 30px 15px;
	}
	#service .grid a::before {
		font-size: 35px;
	}
	#service .grid a .title {
		font-size: 16px;
		/*padding-right: 25px;*/
	}
	#service .grid+.txt {
		margin-top: 30px;
	}
	#top_pickup .grid {
		grid-template-columns: repeat(2, 48%);
		gap: 20px 0;
	}
	#top_pickup .grid .box {
		padding: 30px 15px;
		border-radius: 20px;
	}
	#top_pickup .grid .box::before {
		left: 15px;
		bottom: 15px;
	}
	#top_pickup .grid .box::after {
		right: 15px;
		bottom: 15px;
	}
	#top_pickup .grid .box > dl::before {
		left: 0;
		top: -15px;
	}
	#top_pickup .grid .box > dl::after {
		right: 0;
		top: -15px;
	}
	#top_pickup .grid .box > dl > dt {
		font-size: 20px;
		margin-bottom: 15px;
	}
	#top_pickup .grid .box > dl > dd .price dt {
		font-size: 20px;
	}
	#top_pickup .grid .box > dl > dd .price dd {
		font-size: 20px;
	}
	#top_pickup .grid .box > dl > dd .price dd .fm {
		font-size: 40px;
	}
	#top_pickup .grid .box > dl > dd .txt .red {
		font-size: 18px;
	}
	#top_pickup .grid .box > dl > dd .txt b {
		font-size: 18px;
	}
	#top_info {
		padding-top: 80px;
	}
	#top_info #news_list {
		grid-template-columns: repeat(2, 48%);
	}
	#top_info #news_list::before {
		width: 153px;
		height: 69px;
		left: -30px;
		top: -115px;
	}
	#top_info #news_list::after {
		width: 139px;
		height: 74px;
		right: -30px;
		top: -90px;
	}
	#top_info #news_list a .txt {
		width: calc(100% - 30px);
	}
	#top_blog > .box_flex {
		display: block;
	}
	#top_blog .bg_white {
		width: 100%;
		margin-top: 0;
		padding-left: 20px;
	}
	#top_blog .bg_white::after {
		height: 350px;
	}
	#top_blog .bg_white .swiper .swiper-wrapper {
		margin-bottom: 30px;
	}
	#top_blog .bg_white .swiper .swiper-slide {
		margin-bottom: 30px;
	}
	#top_blog .bg_white #blog_list a {
		width: 100%;
		font-weight: normal;
	}
	#top_blog .bg_white #blog_list a .img {
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 1;
	}
	#flow {
		padding-bottom: 200px;
	}
	#flow h3.sub {
		width: 100%;
	}
	#flow .list {
		width: 100%
	}
	#flow .list dl {
		padding: 20px;
	}
	#flow .list dl dt {
		font-size: 22px;
		margin-bottom: 15px;
	}
	#flow .list dl dt .no {
		margin-right: 10px;
	}
	#flow .list dl dd {
		font-weight: normal;
	}
	#about_us::before {
		width: 200px;
		height: 200px;
		top: -90px;
	}
	#about_us .img {
		width: 450px;
	}
	#about_us .bg_white {
		padding-top: 90px;
		padding-right: 20px;
		padding-bottom: 50px;
	}
	#about_us .bg_white .info {
		width: 100%;
		margin-bottom: 20px;
	}
	#about_us .bg_white .imgs {
		width: 100%;
		position: relative;
		right: auto;
		top: auto;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	#about_us .bg_white .imgs img {
		width: 49%;
		object-fit: cover;
		aspect-ratio: 1.3 / 1;
	}
	#about_us .bg_white .imgs img+img {
		margin-top: 0;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_ttl {
		padding-left: 30px;
	}
	#top_ttl::before {
		height: 120px
	}
	#top_ttl .scl {
		left: 9px;
		bottom: 50px
	}
	#mv_slide_area .slick-slide img {
		aspect-ratio: 1 / 1.21;
	}
	#mv_slide_area .ashirai span.ashirai01 {
		right: 15px;
	}
	#mv_slide_area .ashirai span.ashirai01 img {
		width: 200px;
	}
	#mv_slide_area .ashirai span.ashirai02 img {
		width: 75px;
		min-width: unset;
	}
	#mv_slide_area .title {
		width: 200px;
		top: 8%;
		transform: translateX(-50%);
	}
	#mv_slide_area #top_news {
		left: -15px;
		width: 100%;
	}
	#mv_slide_area #top_news a {
		width: 100%;
		padding: 14px 5px 14px 105px;
		font-weight: normal;
	}
	#mv_slide_area #top_news a::before {
		width: 22px;
		height: 22px;
		top: calc(50% - (22px / 2));
		right: 7px;
	}
	#mv_slide_area #top_news a::after {
		right: 17px;
	}
	#mv_slide_area #top_news a .txt {
		width: calc(100% - 30px);
	}
	#service .ttl .txt {
		line-height: 1.8;
		font-weight: normal;
	}
	#service .grid {
		grid-template-columns: repeat(2, 48%);
		gap: 35px 0;
	}
	#service .grid a {
		border-radius: 15px 15px 20px 15px;
	}
	#service .grid a::before {
		top: 77px;
	}
	#service .grid a .img {
		width: 120px;
		height: 120px;
	}
	#service .grid a .txt {
		font-size: 14px;
		margin-bottom: 5px;
		line-height: 1.6;
		font-weight: normal;
	}
	#service .grid a .title {
		font-size: 14px;
		padding-top: 10px;
	}
	#service .grid a .title::before {
		width: 22px;
		height: 22px;
	}
	#service .grid a .title::after {
		top: calc(50% - -2px);
		right: 8px;
	}
	#service .grid+.txt {
		padding: 20px;
		background: #fff;
		border: 2px solid var(--color-orange);
		border-radius: 20px;
	}
	#top_pickup .grid {
		display: block;
	}
	#top_pickup .grid .box {
		margin-bottom: 15px;
	}
	#top_pickup .grid .box > dl > dt {
		font-size: 18px;
	}
	#top_pickup .grid .box > dl > dd .price:last-of-type {
		margin-bottom: 15px;
	}
	#top_pickup .grid .box > dl > dd .price dt, #top_pickup .grid .box > dl > dd .price dd {
		font-size: 18px;
	}
	#top_pickup .grid .box > dl > dd .price dd .fm {
		font-size: 35px;
	}
	#top_pickup .grid .box > dl > dd .txt {
		line-height: 1.8;
		font-weight: normal;
	}
	#top_pickup .grid .box > dl > dd .txt .red, #top_pickup .grid .box > dl > dd .txt {
		font-size: 16px;
	}
	#top_pickup .grid .box > dl > dd .attention {
		font-weight: normal;
	}
	#top_info #news_list {
		margin-bottom: 30px;
	}
	#top_info #news_list::before {
		width: 100px;
		height: 50px;
		left: -30px;
		top: -115px;
	}
	#top_info #news_list::after {
		width: 90px;
		height: 60px;
		right: -30px;
		top: -90px;
	}
	#top_info #news_list {
		display: block;
	}
	#top_info #news_list a {
		margin-bottom: 20px;
		font-weight: normal;
	}
	#top_info #news_list a .date {
		margin-bottom: 5px;
	}
	#top_info #news_list a:hover .txt {
		margin-bottom: 5px;
	}
	#top_blog::after {
		width: 120px;
		height: 120px;
		left: auto;
		right: 0;
		top: 30px;
	}
	#flow {
		padding-bottom: 160px;
	}
	#flow .list dl {
		padding: 15px;
		margin-bottom: 30px;
	}
	#flow .list dl dt {
		font-size: 20px;
	}
	#flow .list dl dt .no {
		width: 34px;
		height: 34px;
		font-size: 23px;
	}
	#about_us::before {
		width: 120px;
		height: 120px;
		top: -50px;
	}
	#about_us .img {
		width: 300px;
		top: -100px;
		left: -20px;
	}
	#about_us .bg_white {
		padding-top: 35px;
	}
	#about_us .bg_white .info .txt {
		padding: 20px;
		background: #fff;
		border: 2px solid var(--color-orange);
		border-radius: 20px;
		line-height: 1.8;
	}
	#about_us .bg_white .imgs img {
		border-radius: 50px 15px 15px 15px;
	}
	#about_us .bg_white .imgs img+img {
		border-radius: 15px 15px 50px 15px;
	}
}
@media only screen and (max-width: 320px) {
	#mv_slide_area .ashirai span.ashirai01 img {
		width: 180px;
	}
	#mv_slide_area .ashirai span.ashirai02 img {
		width: 60px;
	}
	#mv_slide_area .title {
		width: 170px;
	}
	#service .grid a .img {
		width: 100px;
		height: 100px;
	}
	#service .grid a::before {
		top: 58px;
	}
	#service .grid a .title {
		font-size: 83%;
	}
}