@import url('https://fonts.googleapis.com/css2?family=Cormorant:wght@300;400;500;600;700&family=Klee+One:wght@400;600&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Quicksand:wght@300;400&family=Sawarabi+Mincho&display=swap');

/*--------------------
Common
--------------------*/
html {
	font-size: 16px;
	letter-spacing: 1px;
}

body {
	font-family: 'Noto Serif JP', serif;
	/* font-family: 'Zen Maru Gothic', sans-serif; */
	font-weight: 500;
	font-feature-settings: 'palt';
	line-height: 1.6;
	color: #323232;
	background: #fff;
}

body.fixed {
	overflow: hidden;
	touch-action: none;
}

a {
	color: #323232;
	text-decoration: none;
}

img {
	width: 100%;
	vertical-align: bottom;
}

.head-list {
	text-align: right;
	padding: 1rem;
}

header {
	width: 100%;
	height: 4rem;
	padding: 0 1rem;
	background: rgba(255, 255, 255, 0.9);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}
.header-wrap {
	max-width: 1600px;
	margin: 0 auto;
	padding: 1rem 0;
}
.head-time a {
	font-size: 1rem;
	margin-left: 1em;
}

.navi-contact img {
	width: 250px;
}

.navi-contact-btn {
	display: none;
}

footer {
	padding: 3rem 1rem 2rem;
	text-align: center;
}
footer .logo-area {
	width: 15rem;
	margin: 0 auto;
}
.copy {
	/* background: #ccc; */
	font-size: 0.75rem;
	color: #212121;
	text-align: center;
	padding: 0.25rem 0;
	height: 2rem;
	margin-bottom: 4.5rem;
}
.logo-area {
	width: 8rem;
	height: 2rem;
	position: relative;
	z-index: 4;
	order: 1;
}

.column-box,
.column-list ul,
.column-list dl {
	display: flex;
	flex-wrap: wrap;
}

/*--------------------
Menu
--------------------*/
#navi-menu {
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: space-between;
}

#nav-toggle {
	width: 1.5rem;
	height: 1rem;
	position: relative;
	z-index: 3;
	order: 3;
}

#nav-toggle span {
	width: 100%;
	height: 1px;
	background: #323232;
	position: absolute;
	left: 0;
	transition: 0.3s ease;
}

#nav-toggle span:nth-of-type(1) {
	top: 0;
}

#nav-toggle span:nth-of-type(2) {
	top: 0.5rem;
}

#nav-toggle span:nth-of-type(3) {
	top: 1rem;
}

nav {
	width: 100%;
	/* background: rgba(237, 237, 237, 01); */
	background: rgba(255, 255, 255, 0.9);
	position: fixed;
	top: 3.95rem;
	left: 0;
	display: none;
	padding: 1rem;
	border-bottom: 1px solid #212121;
}

nav ul li {
	padding: 0.75rem 0;
	text-align: center;
}

nav ul li + li {
	border-top: 1px solid #212121;
}

nav ul li + li:last-child {
	/* border: none; */
}

nav ul li a {
	display: block;
	line-height: 1.2;
}

nav ul li a p {
	font-size: 1rem;
}

.navi-contact {
	text-align: center;
	font-size: 0.75rem;
	line-height: 1.2;
	z-index: 2;
	order: 2;
	position: absolute;
	top: 0.75rem;
	right: 2.75rem;
	display: flex;
	align-items: center;
}
.foot-contact {
	display: block;
	bottom: 0;
	position: sticky;
	padding: 1rem 0;
	letter-spacing: 0;
}
.navi-contact a {
	font-size: 1.2rem;
	font-weight: 900;
	text-align: center;
}

.head-time a {
	text-align: center;
	font-size: 0.75rem;
}

.open #nav-toggle span:nth-of-type(1) {
	top: 0.625rem;
	transform: rotate(135deg);
}

.open #nav-toggle span:nth-of-type(2) {
	opacity: 0;
}

.open #nav-toggle span:nth-of-type(3) {
	top: 0.625rem;
	transform: rotate(-135deg);
}

.open #nav-toggle:after {
	content: '';
	border-right: 16px solid transparent;
	border-bottom: 16px solid rgba(237, 237, 237, 1);
	border-left: 16px solid transparent;
	position: fixed;
	right: 0.75rem;
	top: 3.25rem;
}

.open .navimask {
	visibility: visible;
	opacity: 1;
}

/*--------------------
sp-foot-btn
--------------------*/
footer {
	background: #efefef;
}

.sp-foot {
	width: 100%;
	padding: 0.5rem 0.25rem 0.5rem;
	background: #f9cc23;
	transform: translateY(100%);
	transition: ease 0.5s;
	position: fixed;
	left: 0;
	bottom: 6rem;
	z-index: 99;
	display: none;
}
.line-btn.sp-foot {
	bottom: 9rem;
}
.sp-foot ul {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 1%;
}

.sp-foot li + li {
	margin-left: 5px;
}
.sp-foot li img {
	width: 2.5rem;
}
.sp-foot .demo-img img {
	width: 74%;
	padding-top: 1%;
}

.sp-foot a {
	font-family: 'Noto Serif JP', serif;
	height: 100%;
	font-size: 0.6rem;
	color: #212121;
	text-decoration: none;
	font-weight: 900;
}

.sp-foot a i {
	padding: 0 0.5rem;
	font-size: 1.25rem;
	color: #323232;
}
.sp-foot li {
	width: 80%;
	height: 5rem;
	text-align: center;
	background: #fff;
	border-radius: 0.5rem;
	border: 2px solid #dd1640;
}
.sp-foot li:nth-child(2) {
	width: 5rem;
	height: 5rem;
}
.sp-foot li:nth-child(3) {
	width: 5rem;
}
.demo-sp-btn {
	/* background: #fff !important; */
}
.demo-sp-btn a {
}
.fixed-foot {
	display: block;
	animation: opacity;
}
.fixed-foot.sp-foot {
}
@keyframes opacity {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
/*--------------------
main
--------------------*/
main {
	overflow: hidden;
	padding-bottom: 5rem;
}
.under-main {
	margin-top: 5rem;
}
.top-bg {
	background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%), url('../img/bg2.jpg');
	background-position: top left 30%;
	background-size: 324%;
	background-repeat: no-repeat;
	height: 810px;
	position: relative;
	width: 100%;
}
.top-bg::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 1rem;
	left: 0;
	right: 0;
	background: inherit;
	filter: blur(2px);
}
.topvisual {
	width: 100%;
	max-width: 1200px;
	height: 408px;
	background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%), url('../img/bg-b.png');
	background-size: 350%;
	background-position: top center;
	background-repeat: no-repeat;
	overflow: hidden;
	position: absolute;
	top: 4.5rem;
	color: #fff;
	z-index: 0;
	/* padding:4rem 1rem 8rem; */
}

.topvisual img {
	width: 106%;
	position: absolute;
	top: -2.25rem;
	right: -1.25rem;
}

.topvisual-maru {
	position: absolute;
	top: 16rem;
	right: 0.75rem;
	width: 93%;
	height: 11rem;
	border-radius: 50%;
	/* background: rgba(203,135,150,0.8); */
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	line-height: 1.3;
	padding-top: 1rem;
}

.topvisual-maru li {
	font-size: 0.9rem;
	font-weight: bold;
	color: #fff;
}

.big {
	font-size: 2.15rem !important;
}
.topvisual-text {
	background: rgba(255, 255, 255, 0.9);
	color: #212121;
	width: 100%;
	padding: 1rem 0;
	margin-top: 1rem;
	text-shadow: 1px 1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, -1px -1px 2px #fff;
	font-weight: 600;
	position: absolute;
	bottom: 0;
	font-size: 0.85rem;
	padding: 2rem 1rem;
}
.topvisual-text img {
	margin: 0.5rem 0 1rem;
}
.topvisual-text-ico {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	margin-bottom: 1rem;
}
.topvisual-text-ico img {
	margin: 0 0 0;
}
.topvisual-text-ico-b {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
}
.topvisual-text-ico-b p {
	width: 30%;
	text-align: center;
}
.topvisual-text-ico img {
	width: 15%;
	margin-top: 1rem;
	height: 100%;
}
.topvisual-text p {
	font-size: 0.75rem;
}
.demo-qr {
	display: none;
}
.demo-qr img {
	width: 100%;
}
.top-ban-area {
	width: 100%;
	padding: 0.5rem 1rem;
	margin-bottom: 7.5rem;
	background: none;
	opacity: 0.9;
	display: none;
}
.top-ban-area-wrap {
	/* background:#ffe8c5; */
	border-radius: 0.5rem;
}
.recommend {
	background: linear-gradient(to left, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%),
		url('../img/recommend-bg.png');
	background-size: 100%;
	background-repeat: repeat;
	width: 100%;
}
.recommend-wrap {
	padding: 2rem 0;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.recommend .title-box {
	/* background: #008bd5; */
}
.recommend-title {
	text-decoration: underline;
	font-size: 1.2rem;
}
.recommend .title-top {
	color: #c61d05;
}
.recommend .title-sub {
	color: #7f7f7f;
}
.icon-img {
	width: 2rem;
	margin-top: -3px;
}
.icon-img img {
	width: 2rem;
	padding-right: 5px;
}
.recommend-box {
	display: flex;
	padding: 1rem;
}
.big-title {
	text-align: center;
	font-size: 1.7rem;
	font-weight: 900;
	line-height: 1.3;
	padding: 0 0.75rem 0.5rem;
}
.title-box-comp {
	background: #f9cc23;
	color: #fff;
}
.title-box-comp .big-title {
	color: #000;
	font-size: 1.7rem;
}
.comp-area-ab-wrap {
	padding: 0 1rem;
}
.comp-area p {
	font-weight: bold;
	text-align: center;
	padding: 1rem 0;
}
.title-box {
	padding: 2rem 0 1rem;
}
.under-title-box {
	padding: 1rem 0 2rem;
}
.title-sub {
	font-size: 18px;
	text-align: center;
	font-weight: 900;
}

.title-top {
	color: #212121;
}

.section-wrap1 {
	/* background: #7ebed0; */
}

.trouble-area {
	background: #fff;
}

.trouble {
	width: 100%;
	background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%), url('../img/men.png');
	background-size: 50%;
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-top: 1rem;
}

.trouble-area-under {
	/* background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%), url("../img/trouble-arrow.png"); */
	background-size: 15%;
	background-repeat: no-repeat;
	background-position: top right 2rem;
	padding: 1rem 0 0;
}

.trouble img {
	width: 100%;
	filter: drop-shadow(1px 1px 3px #dd1640);
}

.big-text img {
	width: 80%;
	margin-bottom: 0.5rem;
}

.big-text {
	font-size: 1.75rem;
	font-weight: 900;
	text-align: center;
	padding: 2rem 0;
}

.solution {
	background: #f5ebed;
}

.solution-box {
	padding: 0 0 2rem;
}

.solution-title {
	text-align: center;
	color: #212121;
	font-size: 1.6rem;
	line-height: 1.4;
}

.solution-image {
	width: 100%;
}

.solution-image img {
	width: 100%;
	border: 1px solid #bbb;
	border-radius: 6px;
}

.solution-info {
	width: 100%;
}

.title-yellow {
	color: #c61d05;
}

.section-wrap2 {
	padding: 1.25rem 1rem;
}

.point {
	background: #ff9732;
	width: 80px;
	text-align: center;
	font-size: 12px;
	color: #000;
	border-radius: 0.25rem;
	padding: 0.4rem 0 0.3rem;
	margin: 1.5rem auto 0.5rem;
	line-height: 1;
}

.point2 {
	background: #f9cc23;
}

.point3 {
	background: #00ca41;
}

.point4 {
	background: #ff9732;
}

.point5 {
	background: #f9cc23;
}

.content-text {
	padding: 1rem 0;
}

.annotation {
	font-size: 0.75rem;
	color: #212121;
}

.solution .content-text {
	color: #212121;
}

.flow {
	background: #f5ebed;
}

.flow .big-title {
	/* color: #fff; */
}

.flow .title-box {
	/* color: #fff; */
}
.flow-step {
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: nowrap;
	align-items: center;
	padding: 0.5rem;
	border: 1px solid #bbb;
	border-radius: 0.25rem;
	margin: 1rem 0;
	background: #fff;
}
.step-box {
	border-left: 1px dashed #bbb;
	padding: 1rem 0 1rem 0.5rem;
}
.step-num {
	text-align: center;
	font-weight: bold;
	margin-right: 0.5rem;
	line-height: 1.1;
	/* border: 1px solid #bbb; */
	border-radius: 6px;
	padding: 0.5rem;
}
.step-num span {
	font-size: 2rem;
	letter-spacing: -1px;
	font-weight: bolder;
}
.step-box-ttl,
.step-box-text {
	text-align: center;
}
.step-box-ttl {
	font-size: 1.25rem;
	font-weight: bold;
	background: -webkit-linear-gradient(transparent 50%, #f9cc23 0%);
	line-height: 1.2;
	margin-bottom: 0.5rem;
}
.yellow-line {
	width: 100%;
	max-width: 1200px;
	margin: 1.5rem auto 0;
	background: #ffff00;
	color: #f9cc23;
	position: relative;
	border-left: solid 50px transparent;
	font-size: 1.2rem;
	font-weight: 900;
	top: 0;
	left: 0;
	padding: 0.25rem 0;
	z-index: 1;
}

.yellow-line p {
	text-align: center;
	text-indent: -70px;
	z-index: 2;
}

.yellow-line:before {
	height: 0;
	display: block;
	position: absolute;
	right: -10px;
	content: '';
	border-top: solid 70px #7ebed0;
	border-left: solid 70px transparent;
	bottom: 0;
	z-index: 0;
}
.new-line br {
	display: none;
}
.yellow-line:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: -5rem;
	display: block;
	border: 70px solid transparent;
	border-left: 70px solid #ffff00;
	border-bottom: 0 solid transparent;
	z-index: -4;
}

.flow {
}

.flow-box-wrap {
	display: flex;
}

.flow-box {
	width: 33.3%;
	padding: 1rem 0;
	margin-bottom: 1rem;
}

.flow-image {
	width: 100%;
	padding: 5px;
}

.flow-info {
	color: #fff;
	padding: 0.25rem 0 0.25rem 0.5rem;
	font-size: 0.75rem;
}

.flow-image img {
	width: 100%;
}

.survice {
	/* background: #f5ebed; */
}

.section-wrap3 {
	width: 100%;
	max-width: 1200px;
	margin: 5rem auto 0;
	padding: 1rem;
}

.survice-title {
	background: #4aa74c;
	text-align: center;
	font-size: 1.5rem;
	color: #fff;
	padding: 1rem 0;
}

.survice-title-b {
	background: #008ad4;
}
.survice-image {
	padding-top: 1rem;
}
.survice-image-a {
	width: 100%;
}

.survice-info {
	padding: 0 1rem;
}

.survice-info ul {
	padding: 1rem 0;
}

.line-kinds {
	font-size: 1.5rem;
	color: #06b056;
	padding: 0.25rem 0;
}

.line-kinds-b {
	color: #008ad4;
}

.survice-text {
	padding-bottom: 1rem;
}

.price {
	/* background: #7ebed0; */
	padding-bottom: 2rem;
}

.price .title-box {
	/* color: #fff; */
}

.annotation-wrap {
	padding: 0 1rem;
}
.sample li {
	width: 95%;
	margin: 0 auto 2.5rem;
}
.sample-icon1,
.sample-icon2,
.sample-icon3 {
	position: relative;
	width: 11.5rem;
	margin: 1rem;
}
.sample-icon1:before {
	height: 0;
	display: block;
	position: absolute;
	right: 4.8rem;
	content: '';
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #ff9732;
	bottom: -10px;
	z-index: 0;
}
.sample-icon2:before {
	height: 0;
	display: block;
	position: absolute;
	right: 4.8rem;
	content: '';
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #f9cc23;
	bottom: -10px;
	z-index: 0;
}
.sample-icon3:before {
	height: 0;
	display: block;
	position: absolute;
	right: 4.8rem;
	content: '';
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #00ca41;
	bottom: -10px;
	z-index: 0;
}
.sample-list img {
	width: 60%;
	margin-top: -3.3rem;
}
.sample-sp {
	width: 30% !important;
	margin-left: 1rem !important;
}
.sample-list ul li a {
	display: block;
	text-align: center;
	padding: 0.5rem;
	margin-top: 1rem;
	border: 2px solid #ff9732;
	border-radius: 5rem;
}
.sample-food a {
	border: 2px solid #f9cc23 !important;
}
.sample-animal a {
	border: 2px solid #00ca41 !important;
}
.sample-list .material-icons {
	font-size: 12px;
}
.accordion ul {
	width: 100%;
	padding: 0;
}
.accordion li {
	position: relative;
	list-style: none;
	margin-bottom: 1rem;
	font-size: 0.8rem;
}

.accordion > ul > li > div {
	cursor: pointer;
	position: relative;
	color: #fff;
	padding: 0.5rem 3.5rem 0.5rem 2rem;
	background: #f9cc23;
	height: 52px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 1.2;
	border: 1px solid #f9cc23;
	border-radius: 0.25rem;
}
.accordion > ul > li > p {
	display: none;
	text-align: left;
	padding: 1.5rem;
	color: #212121;
}
.accordion li .accordion_icon,
.accordion li .accordion_icon span {
	display: inline-block;
	transition: all 0.3s;
	box-sizing: border-box;
}
.accordion li .accordion_icon {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #fff;
}
.accordion li .accordion_icon span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 1.5rem;
	height: 2px;
	background: #fff;
}
.accordion li .accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
}
.accordion li .accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
}
.accordion li .accordion_icon.active span:nth-of-type(1) {
	display: none;
}
.accordion li .accordion_icon.active span:nth-of-type(2) {
	transform: rotate(180deg);
}
.toggle > div > span {
	font-size: 0.5rem;
}
.voice-title {
}
.voice-wrap {
	padding: 1.25rem 0 1.25rem 1rem;
	position: relative;
}
.voice-scroll {
	display: flex;
	width: 1020px;
	max-width: 1020px;
	padding-right: 1rem;
	padding-bottom: 2rem;
}
.voice-box-wrap {
	width: 100%;
	overflow: auto;
	display: block;
}
.voice-box-next {
	background: rgba(255, 255, 255, 0.7);
	font-size: 0.75rem;
	font-weight: bold;
	writing-mode: vertical-lr;
	position: absolute;
	padding: 1rem 0.25rem;
	top: 30%;
	right: -0.05rem;
	border-radius: 8px 0 0 8px;
}
.voice-box {
	width: 100%;
	padding: 1rem 0;
}
/* .voice-box + .voice-box{
  margin-left: 1rem;
} */
.voice-box img {
	border-radius: 0.25rem;
	width: 100%;
	height: unset;
}
.voice-title {
	font-size: 1.2rem;
	font-weight: 900;
	padding: 1rem 0;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.voice-text {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	font-size: 14px;
}
.voice-btn {
	text-align: center;
	padding: 0.5rem;
	margin-top: 1rem;
	border: 2px solid #ff9732;
	border-radius: 5rem;
}
.voice-btn-b {
	width: 100%;
	margin: 2rem auto 0;
	background: #f9cc23;
	border: none;
}
.voice-btn-b a {
	color: #000;
}
.voice-btn-c {
	width: 100%;
	margin: 2rem auto 0;
	background: none;
	border: 2px solid #f9cc23;
}
.category-icon {
	width: 7rem;
	font-size: 0.75rem;
	padding: 0.25rem 1rem;
	background: #f9cc23;
	border-radius: 2rem;
	text-align: center;
	margin-top: 1rem;
	color: #fff;
}
.blog-date {
	margin-top: 1rem;
	font-size: 0.75rem;
}
.under-blog {
	width: 100%;
	max-width: 980px;
	margin: 5rem auto 0;
}
/*--------------------
         PC用
--------------------*/
@media screen and (min-width: 801px) {
	.sp {
		display: none;
	}
	.pc {
		display: block;
	}
	#nav-toggle {
		display: none;
	}

	.navi-contact-btn {
		display: block;
	}

	nav {
		display: flex;
		justify-content: space-around;
		align-items: stretch;
		padding: 0;
		top: 5rem;
		background: #fff;
	}

	nav ul {
		margin: 0 auto;
		max-width: 1200px;
		display: flex;
		justify-content: center;
		text-align: center;
		padding: 0.75rem 0;
		/* background: rgba(255,255,255,0.9); */
	}

	nav ul li {
		padding: 0 3rem;
		border-bottom: 0;
		border-right: 1px dotted #cecece;
	}

	nav ul li:first-child {
		border-left: 1px dotted #cecece;
	}

	nav ul li + li {
		border-top: none;
		border-right: 1px dotted #cecece;
	}

	nav ul li i {
		font-size: 1.5rem;
	}
	nav ul li a {
		line-height: 0.9;
	}
	nav ul li a p {
		font-size: 0.75rem;
	}

	.navi-contact {
		top: 1.2rem;
		right: 0;
	}

	.navi-contact a {
		font-size: 1.85rem;
		margin-top: -0.5rem;
		margin-right: 0.5rem;
	}
	.navi-contact ul {
	}
	.head-time a {
		font-size: 1rem;
		margin-left: 0.75rem;
	}
	.navi-contact-btn {
		background: #f9cc23;
		display: flex;
		border-radius: 0.25rem;
		position: relative;
		margin-left: 1rem;
	}
	.navi-contact-btn a {
		color: #000;
		font-size: 1rem;
		padding: 1.4rem 2rem 0.8rem;
	}
	.material-icons {
		position: absolute;
		top: 0.75rem;
		right: 1rem;
	}
	header {
		width: 100%;
		height: 5rem;
		background: #fff;
	}
	.header-wrap {
		padding: 2rem 0;
		position: relative;
	}
	.logo-area {
		width: 14rem;
	}
	.top-bg {
		background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%), url('../img/bg1.jpg');
		background-size: 100%;
		height: 780px;
	}

	.topvisual {
		width: 100%;
		max-width: 100%;
		height: 820px;
		background-size: 100%;
		background-position: bottom center;
		padding: 3rem 0 0 4rem;
		top: 0;
		bottom: 0;
		right: 0;
	}

	.topvisual img {
		width: 28%;
		margin-right: 19%;
		bottom: 6rem;
	}
	.topvisual-text img {
		margin: 1rem 0 2rem;
	}
	.topvisual-text {
		width: 37%;
		height: 54vh;
		padding: 2vw;
		line-height: 1.7;
		position: absolute;
		top: 20%;
		left: 10%;
		font-size: 1.25rem;
	}
	.topvisual-text p {
		width: 100%;
		font-size: 14px;
		font-weight: bold;
	}
	.topvisual-maru {
		top: 12rem;
		right: 15vw;
		width: 33%;
		height: 20rem;
	}
	.topvisual img {
		width: 28%;
		position: absolute;
		top: 30rem;
		right: -1.25rem;
	}
	.topvisual-text-ico {
		margin-bottom: 0;
		margin-top: 1rem;
	}
	.topvisual-maru li {
		font-size: 1.6rem;
	}
	.big {
		font-size: 3.75rem !important;
	}

	.demo-qr {
		display: flex;
		justify-content: center;
		width: 42%;
		position: absolute;
		bottom: 26%;
		right: 20%;
		padding-right: 1rem;
	}
	.demo-qr img {
		width: 32%;
		padding: 0.5rem;
	}
	.top-ban-area {
		bottom: 4rem;
		left: inherit;
		right: 6%;
		width: 500px;
		border-radius: 1rem;
	}

	.top-ban-area-wrap {
		margin: 0 auto;
	}
	.icon-img {
		width: 7rem;
		margin-top: -10px;
	}
	.icon-img img {
		width: 5rem;
	}
	.recommend {
		background-size: 38%;
	}
	.recommend-wrap {
		padding: 1rem 7rem;
	}
	.recommend-title {
		font-size: 1.6rem;
	}
	.under-title-box {
		padding: 4rem 0 2rem;
	}
	.big-title {
		font-size: 42px;
		padding: 3rem 0 2rem;
	}

	.big-title br {
		display: none;
	}

	.trouble {
		max-width: 1200px;
		margin: 0 auto;
		display: flex;
		/* padding: 5rem 6rem 8rem; */
		background-size: 24%;
	}
	.comp-area {
		max-width: 1200px;
		margin: 0 auto;
		padding: 3rem 0 1rem;
	}
	.comp-area-ab-wrap {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	.title-box-comp .big-title {
		font-size: 2rem;
	}
	.comp-area p {
		font-size: 42px;
	}
	.comp-area-a {
		width: 49%;
		margin-top: 1rem;
	}
	.comp-area-b {
		width: 49%;
	}

	.trouble-area-under {
		/* background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%), url("../img/trouble-arrow.png"); */
		background-size: 5%;
		background-repeat: no-repeat;
		background-position: top right 36%;
		padding: 3rem 0;
	}

	.trouble img {
		width: 56%;
		margin: 0 auto;
	}

	.big-text img {
		width: 600px;
		margin-bottom: 0.5rem;
	}

	.big-text {
		width: 95%;
		max-width: 1200px;
		font-size: 3rem;
		text-align: center;
		padding: 2rem 0;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		margin: 0 auto;
	}

	.big-text p {
		line-height: 2;
		padding-left: 1rem;
	}

	.section-wrap2 {
		width: 100%;
		max-width: 1400px;
		margin: 0 auto;
		padding: 1rem 0;
	}

	.solution-box {
		display: flex;
		justify-content: space-between;
		padding: 2rem 0;
	}

	.solution-title {
		font-size: 2rem;
	}

	.solution-image {
		width: 28%;
	}

	.solution-info {
		width: 68%;
		padding: 1rem;
	}

	.solution-info br {
		display: none;
	}

	.title-yellow br {
		display: block;
	}

	.new-line br {
		display: block;
	}

	.point1 {
		width: 100%;
		margin: 3rem auto;
		display: flex;
		justify-content: space-between;
	}

	.point-a {
		width: 45%;
	}

	.point-b {
		width: 54%;
	}

	.point-c {
		width: 49%;
	}

	.point-c img {
		width: 100%;
	}

	.yellow-line {
		width: 100%;
		max-width: 1200px;
		margin: 3rem auto 0;
		background: #ffff00;
		color: #f9cc23;
		border-left: solid 100px transparent;
		font-size: 2rem;
	}

	.yellow-line p {
		text-align: center;
		text-indent: -120px;
	}

	.yellow-line:before {
		height: 0;
		display: block;
		position: absolute;
		right: 0;
		content: '';
		border-top: solid 100px #7ebed0;
		border-left: solid 100px transparent;
		bottom: 0;
	}

	.yellow-line:after {
		content: '';
		position: absolute;
		bottom: 0;
		right: -100px;
		display: block;
		border: 100px solid transparent;
		border-left: 100px solid #ffff00;
		border-bottom: 0 solid transparent;
	}

	.flow-box {
		width: 28%;
	}

	.flow-box-wrap {
		display: flex;
		justify-content: space-around;
		padding: 1.5rem 0 2rem;
	}

	.flow-info {
		font-size: 1.1rem;
	}
	.flow-step {
		margin: 1.5rem 0;
	}
	.step-box {
		width: 100%;
		padding: 2rem 0.5rem 2rem 1rem;
	}
	.step-box-ttl {
		font-size: 1.5rem;
	}
	.step-num {
		padding: 1rem;
	}
	.survice-box {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.survice-image {
		width: 40%;
		padding: 2rem;
	}

	.survice-info {
		width: 60%;
	}

	.price {
		padding-bottom: 4rem;
	}

	.annotation-wrap {
		padding: 1rem 4rem 2rem;
	}
	.sample-list ul {
		display: flex;
		justify-content: space-between;
	}
	.sample li {
		width: 30%;
	}
	.copy {
		margin-bottom: 0;
	}
	.accordion li {
		font-size: 1.2rem;
	}
	.voice-scroll {
		width: 1200px;
		max-width: 1200px;
		padding: 0;
	}
	.voice-box-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		width: 100%;
	}
	.voice-box {
		width: 31.5%;
	}
	.under-voice-box {
		width: 100%;
	}
	.voice-box + .voice-box {
		margin-left: 2rem;
	}
	.voice-btn-b {
		width: 50%;
		margin: 3rem auto 0;
		border: none;
	}

	.voice-btn-c {
		width: 50%;
		margin: 3rem auto 0;
		background: none;
	}
}

/*--------------------
     料金テーブル用
--------------------*/
table {
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0;
	table-layout: fixed;
	background: #fff;
	border-radius: 0.25rem;
	position: relative;
}

table:after {
	display: block;
	position: absolute;
	top: 0;
	content: '';
	border: 2px solid #f9cc23;
	border-radius: 0.25rem;
	height: 100%;
	width: 100%;
}

thead {
	background: #f9cc23;
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

table tr {
	border-radius: 0.25rem;
}

table th,
table td {
	padding: 0.75rem;
	border-right: 1px solid #f9cc23;
	border-bottom: 1px solid #f9cc23;
}

table th,
table td:last-child {
	border-right: none;
}

table th {
	background: #f9cc23;
}

table th:last-child {
	border-top-right-radius: 0.25rem;
}

tbody th {
	background: #fff;
	font-size: 1.2rem;
	border-right: 1px solid #f9cc23;
	border-radius: 0.25rem;
}

tbody th:last-child {
	border-bottom: none;
}

table thead tr {
}

.non {
	background: #f9cc23;
	border-top-left-radius: 0.25rem;
}

.txt {
	text-align: center;
	font-size: 1rem;
}

th.th-title {
	width: 22%;
}

@media screen and (max-width: 600px) {
	.txt {
		text-align: right;
		font-size: 1rem;
	}

	.txt-b {
		text-align: center;
		padding-left: 64%;
	}

	tbody {
		border-radius: 1rem;
	}

	tbody th {
		background: none;
	}

	table {
		border: 0;
		width: 100%;
		height: auto;
		background: none;
	}

	table:after {
		border: none;
	}

	table th {
		background: #f9cc23;
		border-top-left-radius: 0.2rem;
		border-top-right-radius: 0.2rem;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		color: #fff;
		text-align: center;
		display: block;
		border-right: none;
	}

	table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}

	table tr {
		display: block;
		margin-bottom: 1rem;
		background: #fff;
		border: 1px solid #f9cc23;
	}

	table td {
		border-bottom: 1px solid #bbb;
		display: block;
		font-size: 1rem;
		text-align: right;
		position: relative;
		border-right: none;
	}

	table td::before {
		content: attr(data-label);
		font-weight: bold;
		position: absolute;
		left: 10px;
		text-align: center;
	}

	table td:last-child {
		border-bottom: 0;
	}

	th.th-title {
		width: auto;
	}
}
.line-btn {
	background: #00a75b;
	text-align: center;
	width: 96%;
	left: 0.5rem;
	border-radius: 0.25rem;
}
.line-btn a {
	width: 100%;
	color: #fff;
	padding: 0.25rem 0;
	font-size: 1rem;
	font-weight: normal;
}

.qr-pc {
	display: flex;
	position: absolute;
	bottom: 8rem;
	right: 5rem;
	z-index: 1;
}

.qr-pc img {
	width: 180px;
	padding-left: 1rem;
}
@media screen and (max-width: 801px) {
	.qr-pc {
		display: none;
	}
}

.works-box li {
	position: relative;
	/* height: 257px; */
	margin-bottom: 3rem;
}
.pc-image {
	width: 100%;
	/* position: absolute;
  top:0;
  left:0; */
	z-index: 0;
}
.sp-image {
	width: 32%;
	position: absolute;
	top: 0.5rem;
	right: 0.25rem;
	z-index: 1;
	padding: 0.5rem;
	filter: drop-shadow(2px 2px 3px #919191);
	transform: rotate(15deg);
}
.works-box p {
	width: 100%;
	/* background: rgba(0,0,0,0.7); */
	background: #f9cc23;
	color: #000;
	text-align: center;
	padding: 0.75rem;
	position: absolute;
	right: 0;
	bottom: -1.25rem;
	z-index: 2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.works-box ul {
	width: 100%;
	height: auto;
	max-width: 680px;
	margin: auto;
}
.works-shop-name {
	text-decoration: underline;
}

@media screen and (min-width: 640px) {
	.works-box ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 2rem 0;
		max-width: unset;
	}
	.works-box li {
		width: 49%;
	}
	.works-box p {
		font-size: 0.85rem;
		padding: 0.5rem;
	}
	.sp-image {
		top: 0.85rem;
	}
	#works-anc,
	#flow-anc,
	#survice-anc,
	#price-anc,
	#blog-anc {
		padding-top: 3rem;
	}
}
@media screen and (min-width: 1100px) {
	.works-box li {
		width: 19%;
	}
}
@media screen and (min-width: 801px) {
	.works-box.archive li {
		width: 24.5% !important;
	}
}
@media screen and (min-width: 640px) {
	.topvisual-text {
		font-size: 1.1rem;
		height: 500px;
	}
}
