@charset "UTF-8";



/* -------------------------------------------

kv

------------------------------------------- */
.top-kv {
	position: relative;
	overflow: hidden;
}
.top-kv .wrap {
	position: absolute;
	left: 0;
	bottom: 0;
}
.top-kv .wrap > div {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.top-kv .wrap > div a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24rem;
	height: 5.4rem;
	background: var(--orange);
	color: #fff;
	border-radius: 10rem;
	padding-bottom: 0.2rem;
	box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,0.45);
	font-weight: 500;
}
.top-kv .wrap > div a img {
	width: 2rem;
	margin-top: 0.15rem;
}
.top-kv .wrap > div a i {
	margin-top: 0.25rem;
	font-size: 1.2rem;
}
.top-kv .wrap > div a span {
	margin: 0 0.5rem 0 0.8rem;
}
.top-kv .wrap > div a:hover {
	background: var(--prime);
}
@media screen and (max-width: 768px) {
	.top-kv {
		padding-bottom: 4rem;
	}	
	.top-kv .wrap > img {
		width: 240%;
		margin-left: -70%;
	}
	.top-kv .wrap > div a {
		width: 24rem;
		height: 4.8rem;
	}	
}



/* -------------------------------------------

trouble

------------------------------------------- */
.top-trouble {
	padding-bottom: 6rem;
	position: relative;
}
.top-trouble > * {
	position: relative;
	z-index: 10;
}
.top-trouble::before {
	content: "";
	background: #ffe9b3;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
}
.top-trouble > ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 6rem;
}
.top-trouble > ul li {
	width: 31%;
	position: relative;
	background: #fff;
	border-radius: 1rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 2rem 0;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.4;
}
.top-trouble > ul li > span {
	position: absolute;
	left: -1rem;
	top: -1rem;
	width: 5.6rem;
}
.top-trouble > ul li:nth-child(n + 4) {
	margin-top: 4rem;
}
.top-trouble > ul figure {
	padding: 0 3.5rem;
	margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
	.top-trouble {
		padding: 0 3rem 6rem 3rem;
	}
	.top-trouble > ul {
		margin-bottom: 4rem;
	}
	.top-trouble > ul li {
		width: 48%;
		font-size: 1.3rem;
	}
	.top-trouble > ul li > span {
		width: 4.5rem;
	}
	.top-trouble > ul li:nth-child(n + 4) {
		margin-top: 0;
	}
	.top-trouble > ul li:nth-child(n + 3) {
		margin-top: 3rem;
	}	
}
/* wrap */
.top-trouble .wrap {
	background: #fff;
	border-radius: 1rem;
	padding: 3.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.top-trouble h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--prime);
	line-height: 1.4;
	font-size: 2.8rem;
}
.top-trouble h3::before,
.top-trouble h3::after {
	content: "";
	width: 0.2rem;
	height: 4rem;
	background: var(--prime);
	margin-top: 0.5rem;
}
.top-trouble h3::before {
	transform: rotate(-20deg);
	margin-right: 1.5rem;
}
.top-trouble h3::after {
	transform: rotate(20deg);
	margin-left: 1.2rem;
}
.top-trouble .wrap p {
	text-align: center;
	font-weight: bold;
	margin: 2rem 0;
	font-size: 2rem;
}
.top-trouble .wrap ul li {
	display: flex;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.4;
}
.top-trouble .wrap ul li i {
	color: var(--prime);
	margin-top: 0.4rem;
	margin-right: 1rem;
}
.top-trouble .wrap ul li:not(:last-child) {
	margin-bottom: 0.6rem;
}
.top-trouble .wrap .more-wrap {
	padding: 2rem 0;
}
@media screen and (max-width: 768px) {
	.top-trouble .wrap {
		padding: 3rem 2rem;
	}
	.top-trouble h3 {
		font-size: 2.4rem;
		text-align: center;
	}
	.top-trouble h3::before,
	.top-trouble h3::after {
		height: 6rem;
	}
	.top-trouble h3::before {
		margin-right: 2.2rem;
	}
	.top-trouble h3::after {
		margin-left: 1.8rem;
	}
	.top-trouble .wrap p {
		text-align: left;
		font-size: 1.6rem;
		line-height: 1.6;
	}
	.top-trouble .wrap ul li:not(:last-child) {
		margin-bottom: 1.5rem;
	}
	.top-trouble .wrap .more-wrap {
		padding: 2.5rem 0;
	}	
}



/* -------------------------------------------

cv

------------------------------------------- */
.cv {
	background: #fff;
	padding: 4rem 0;
}
.cv-txt {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-bottom: 1.5rem;
	font-weight: 500;
}
.cv-txt::before,
.cv-txt::after {
	content: "";
	width: 0.2rem;
	height: 4rem;
	background: var(--grey);
	margin-top: 0.5rem;
}
.cv-txt::before {
	transform: rotate(-20deg);
	margin-right: 1.5rem;
}
.cv-txt::after {
	transform: rotate(20deg);
	margin-left: 1.2rem;
}
.btn-line {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #06c755;
	color: #fff;
	width: 44rem;
	border-radius: 20rem;
	margin: 0 auto;
	font-weight: 500;
	font-size: 1.7rem;
	box-shadow: 0 0.6rem 0 #047833
}
.btn-line img {
	width: 6.8rem;
}
.btn-line span {
	margin-left: 0.5rem;
	margin-right: 2rem;
}
.btn-line i {
	margin-top: 0.3rem;
	font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
	.cv-txt {
		font-size: 1.4rem;
	}	
	.cv-txt::before,
	.cv-txt::after {
		height: 6rem;
	}
	.cv-txt::before {
		margin-right: 2.2rem;
	}
	.cv-txt::after {
		margin-left: 2rem;
	}
	.btn-line {
		width: 32rem;
		font-size: 1.7rem;
	}
	.btn-line img {
		width: 6.4rem;
	}
}



/* -------------------------------------------

price

------------------------------------------- */
.top-price {
	padding: 8rem 0;
}
.top-price .table-wrap {
	margin-bottom: 4rem;
}
.top-price table {
	width: 100%;
	border-collapse: collapse;
	border: solid 0.2rem var(--orange-light);
}
.top-price table th,
.top-price table td {
	border: solid 0.2rem var(--orange-light);
	width: 20%;
	text-align: center;
	vertical-align: middle;	
	padding: 1.5rem 0.5rem;
	background: #fff;
	font-weight: 500;
}
.top-price table tbody tr:nth-of-type(odd) td {
	background: #fff;
}
.top-price table tbody tr:nth-of-type(even) td {
	background: #fdf9e8;
}
.top-price table thead th {
	color: #fff;
	font-size: 1.8rem;
}
.top-price table thead th i {
	font-size: 1.2rem;
	margin-left: 0.2rem;
	margin-bottom: 0.1rem;
}
.top-price table thead th:nth-of-type(1) {
	background: #e06128;
} 
.top-price table thead th:nth-of-type(2) {
	background: #e3b444;
} 
.top-price table thead th:nth-of-type(3) {
	background: #e3a01e;
} 
.top-price table thead th:nth-of-type(4) {
	background: #e38b0c;
} 
.top-price table thead th:nth-of-type(5) {
	background: #e36d04;
} 
.top-price table tbody tr:nth-of-type(2) td:nth-of-type(2),
.top-price table tbody tr:nth-of-type(3) td:nth-of-type(2),
.top-price table tbody tr:nth-of-type(5) td:nth-of-type(2) {
	color: #e3b444;
}
.top-price table tbody tr:nth-of-type(2) td:nth-of-type(3),
.top-price table tbody tr:nth-of-type(3) td:nth-of-type(3),
.top-price table tbody tr:nth-of-type(5) td:nth-of-type(3) {
	color: #e3a01e;
}
.top-price table tbody tr:nth-of-type(2) td:nth-of-type(4),
.top-price table tbody tr:nth-of-type(3) td:nth-of-type(4),
.top-price table tbody tr:nth-of-type(5) td:nth-of-type(4) {
	color: #e38b0c;
}
.top-price table tbody tr:nth-of-type(2) td:nth-of-type(5),
.top-price table tbody tr:nth-of-type(3) td:nth-of-type(5),
.top-price table tbody tr:nth-of-type(5) td:nth-of-type(5) {
	color: #e36d04;
}
@media screen and (max-width: 768px) {
	.top-price .table-wrap {
		width: calc(100% - 6rem);
		margin: 0 auto 3rem auto;
		overflow-x: scroll;
	}
	.top-price table th,
	.top-price table td {
		white-space: nowrap;
		padding: 1.5rem 1rem;
	}
	.top-price table tbody tr:nth-of-type(even) td {
		background: #fdf9e8;
	}
	.top-price table thead th {
		color: #fff;
		font-size: 1.5rem;
	}
}



/* -------------------------------------------

news

------------------------------------------- */
.top-news {
    padding: 6rem 0;
	background: #fff;
}
@media screen and (max-width: 768px) {
    .top-news {
        padding: 8rem 3rem;
    }   
}
.top-news .wrap {
	display: flex;
	align-items: center;
}
.top-news .wrap > div:nth-of-type(1) {
	width: 18rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.top-news .wrap > div:nth-of-type(2) {
	padding-left: 2rem;
}
.top-news h2 {
	margin: 0;
}
.top-news h2::after {
	display: none;
}
.top-news .more {
    margin: 2.5rem auto 0 auto;
	width: 14rem;
	height: 4.4rem;
}
@media screen and (max-width: 768px) {
	.top-news .wrap {
		flex-direction: column;
	}
	.top-news .wrap > div:nth-of-type(1) {
		width: 100%;
		display: contents;
	}
	.top-news .wrap > div:nth-of-type(2) {
		padding-left: 0;
	}
	.top-news h2 {
		margin: 0 0 4rem 0;
		width: 100%;
	}
	.top-news h2::after {
		display: block;
	}
	.top-news .more-wrap {
		order: 3;
	}
	.top-news .more {
		margin: 4rem auto 0 auto;
		width: 26rem;
		height: 5.6rem;
	}
}
/* cms */
.top-news .CMS-NEWS-INDEX {
    padding-bottom: 0;
}
.top-news .CMS-NEWS-MORE-READ {
    display: none;
}



/* -------------------------------------------

instagram

------------------------------------------- */
.top-insta {
	padding: 8rem 0;
	background: #ffe9b3;
}
.top-insta .wrap {
	margin: 0 auto 4rem auto;
	width: 80rem;
}
@media screen and (max-width: 768px) {
	.top-insta .wrap {
		padding: 0 3rem;
		width: auto;
	}
}
/* cms */
.CMS-INSTAGRAM-LIST {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.CMS-INSTAGRAM-LIST > * {
    margin-right: 1rem;
	width: calc((100% - 2rem) / 3);
}
.CMS-INSTAGRAM-LIST > *:nth-of-type(3n) {
    margin-right: 0;
}
.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 4) {
    margin-top: 1rem;
}
.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 7) {
    display: none;
}



/* -------------------------------------------

company

------------------------------------------- */
.top-company {
	background: url(../img/top-company-bg.jpg) no-repeat center top;
	background-size: 100% auto;
	padding: 8rem 0 4rem 0;
}
.top-company .wrap {
	background: #fff;
	margin-bottom: 2.5rem;
	padding: 4rem 5rem;
}
dl.detail {
	display: flex;
	flex-wrap: wrap;
}
dl.detail dt {
	width: 12rem;
}
dl.detail dd {
	width: calc(100% - 12rem);
}
dl.detail dd ul {
	margin-left: 2rem;
	line-height: 1.4;
}
dl.detail dd li {
	list-style: decimal;
}
dl.detail dd li:not(:last-child) {
	margin-bottom: 0.6rem;
}
dl.detail dt:not(:last-of-type),
dl.detail dd:not(:last-of-type) {
	margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
	.top-company {
		background: url(../img/top-company-bg.jpg) no-repeat center top;
		background-size: 200% auto;
		padding: 8rem 3rem 4rem 3rem;
	}
	.top-company .wrap {
		padding: 3rem;
	}
	dl.detail {
		display: block;
	}
	dl.detail dt {
		width: 100%;
		font-weight: bold;
	}
	dl.detail dt::before {
		content: "◆";
		color: var(--prime);
		margin-right: 0.6rem;
	}	
	dl.detail dd {
		width: 100%;
	}
	dl.detail dt:not(:last-of-type) {
		margin-bottom: 0.5rem;
	}
	dl.detail dt:last-of-type {
		margin-bottom: 0.5rem;
	}
}



/* -------------------------------------------

service

------------------------------------------- */
.service article > section {
	margin-bottom: 6rem;
}
.service article > section strong {
	color: var(--prime);
	font-weight: normal;
	border-bottom: solid 0.1rem var(--prime);
}
/* summary */
.service-summary p {
	text-align: center;
}
@media screen and (max-width: 768px) {
	.service-summary p {
		text-align: left;
		padding: 0 2rem;
	}
}
/* design */
.service-design p {
	text-align: center;
}
.service-design strong {
	border: none !important; 
	font-weight: 500 !important;
}
.service-design ul {
	margin: 4rem auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 75%;
}
.service-design ul li {
	width: 31%;
	background: #fff;
	position: relative;
	border-radius: 1rem;
	padding: 1.5rem 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 3.5%;
}
.service-design ul li:nth-child(3n) {
	margin-right: 0;
}
.service-design ul li:nth-child(n + 4) {
	margin-top: 4rem;
}
.service-design ul li > span {
	position: absolute;
	left: -1rem;
	top: -1.5rem;
	width: 4.2rem;
}
.service-design ul li > img {
	margin-bottom: 0.8rem;
	width: 50%;
}
.service-design ul li > div {
	text-align: center;
	line-height: 1.4;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	.service-design p {
		text-align: left;
		padding: 0 2rem;
	}
	.service-design ul {
		justify-content: space-between;
		width: 100%;
		padding: 0 2rem;
	}
	.service-design ul li {
		width: 47%;
		margin-right: 0;
	}
	.service-design ul li:nth-child(n + 4) {
		margin-top: 0;
	}
	.service-design ul li:nth-child(n + 3) {
		margin-top: 4rem;
	}	
	.service-design ul li > span {
		left: -0.5rem;
		top: -1rem;
		width: 3.8rem;
	}
}
/* difference */
.service-difference .table-wrap {
	padding: 0 2rem;
}
.service-difference table {
	width: 100%;
	border-collapse: collapse;
}
.service-difference th,
.service-difference td {
	text-align: center;
	vertical-align: middle;
	border: solid 0.2rem var(--orange-light);
	font-weight: 500;
}
.service-difference th {
	padding: 0.5rem 0;
	line-height: 1.4;
	color: #fff;
}
.service-difference td {
	padding: 1.2rem 0;
}
.service-difference th:nth-of-type(1) {
	background: #e06128;
}
.service-difference th:nth-of-type(2) {
	background: #e3a01e;
}
.service-difference th:nth-of-type(3) {
	background: #e38b0c;
}
.service-difference tbody tr:nth-of-type(odd) td {
	background: #fff;
}
.service-difference tbody tr:nth-of-type(even) td {
	background: #fdf9e8;
}
.service-difference > div:nth-of-type(2) {
	position: relative;
	text-align: center;
	color: var(--prime);
	background: #fff;
	border-radius: 1rem;
	padding: 2rem 0;
}
.service-difference > div:nth-of-type(2) {
	width: calc(100% - 4rem);
	margin: 3rem auto 0 auto;
}
.service-difference > div:nth-of-type(2) > img {
	width: 3.5rem;
	position: absolute;
	left: 0;
	top: -1.5rem
}
@media screen and (max-width: 768px) {
	.service-difference table {
		width: 100%;
		border-collapse: collapse;
	}
	.service-difference th,
	.service-difference td {
		white-space: nowrap;
		padding: 1.5rem 2rem;
		font-size: 1.4rem;
	}
	.service-difference th {
		padding: 0.8rem 0;
	}	
	.service-difference > div:nth-of-type(2) {
		padding: 1.5rem;
	}
	.service-difference > div:nth-of-type(2) > img {
		width: 3rem;
		top: -1.8rem
	}
	.service-difference .table-wrap {
		overflow-x: scroll;
		width: calc(100% - 4rem);
		margin: 0 auto;
		padding: 0;
	}
}
/* feature */
.service-feature > p {
	text-align: center;
	margin-bottom: 3rem;
}
.service-feature .wrap {
	position: relative;
	padding-bottom: 4rem;
}
.service-feature .wrap > img {
	position: absolute;
	right: -4rem;
	bottom: 0;
	width: 9rem;
	z-index: 10;
}
.swiper-slide {
	background: #fff;
	border-radius: 1rem;
	padding: 4rem;
}
.swiper-slide h4 {
	color: var(--prime);
	text-align: center;
	font-weight: 500;
	font-size: 1.8rem;
	border-bottom: solid 0.2rem var(--prime);
	padding-bottom: 1rem;
	margin-bottom: 2rem;
	line-height: 1.4;
}
.swiper-slide > div {
	display: flex;
	justify-content: space-between;
	padding: 0 2rem;
}
.swiper-slide > div > * {
	width: 47%;
}
.swiper-slide > div > ul > li > div {
	display: flex;
	align-items: flex-start;
}
.swiper-slide > div > ul > li > div > img {
	width: 3rem;
}
.swiper-slide > div > ul > li > div > span {
	width: calc(100% - 3rem);
	padding-left: 1.2rem;
	padding-top: 0.5rem;
	line-height: 1.4;
	font-weight: 500;
}
.swiper-slide > div > ul > li {
	padding: 1.5rem 0;
	border-bottom: dotted var(--grey) 0.15rem;
}
.swiper-slide > div > ul > li.adjust {
	border: none;
}
.swiper-slide > div > ul > li > div > span ul {
	font-weight: normal;
	font-size: 1.2rem;
	margin-top: 0.6rem;
	margin-left: 1.5rem;
}
.swiper-slide > div > ul > li > div > span ul li {
	list-style: disc;
}
.swiper-slide > div > ul > li > div > span ul li:not(:last-child) {
	margin-bottom: 0.3rem;
}
.swiper-slide > div > ul > li > div > span p {
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1.4;
	margin-top: 0.6rem;
}
.swiper-slide > div > ul > li > p {
	line-height: 1.4;
	margin-top: 2rem;
}
.swiper-slide > div > ul > li > span {
	border: solid 0.2rem var(--prime);
	width: 100%;
	display: block;
	position: relative;
	color: var(--prime);
	font-weight: 500;
	border-radius: 10rem;
	margin-top: 2rem;
	text-align: center;
	padding: 0.4rem 0;
}
.swiper-slide > div > ul > li > span::before {
	content: "";
	width: 0;
	height: 0;
	border-left: 2rem solid transparent;
	border-right: 2rem solid transparent;
	border-top: 1.5rem solid var(--prime);
	position: absolute;
	left: calc(50% - 2rem);
	bottom: -1.5rem;
}
.swiper-button-prev,
.swiper-button-next {
    width: 4rem;
    height: 4rem;
    top: calc(50% - 2rem);
    position: absolute;
    z-index: 999;
    transition: all .3s;
}	
.swiper-button-prev {
    background: url(../img/prev.png) no-repeat center / contain;
    left: -4.5rem;
}	
.swiper-button-next  {
    background: url(../img/next.png) no-repeat center / contain;
    right: -4.5rem;
}
.swiper-pagination {
	bottom: 0 !important;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
    cursor: pointer;
    opacity: 0.5;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #c6b3a3 !important;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background:var(--prime) !important;
}
@media screen and (max-width: 768px) {
	.service-feature > p {
		text-align: left;
		padding: 0 2rem;
	}
	.service-feature .wrap {
		width: calc(100% - 4rem);
		margin: 0 auto;
	}
	.service-feature .wrap > img {
		right: 0;
		bottom: -4rem;
		width: 6rem;
	}
	.swiper-slide {
		background: #fff;
		border-radius: 1rem;
		padding: 2rem;
		min-height: 50rem;
	}
	.swiper-slide h4 {
		font-size: 1.6rem;
	}
	.swiper-slide > div {
		padding: 0;
	}
	.swiper-slide > div > figure {
		width: 30%;
	}
	.swiper-slide > div > ul {
		width: 70%;
		padding-left: 1rem;
		margin-top: -0.5rem;
	}	
	.swiper-slide > div > ul > li > div > img {
		width: 1.5rem;
	}
	.swiper-slide > div > ul > li > div > span {
		width: calc(100% - 1.5rem);
		padding-left: 0.6rem;
		padding-top: 0;
		margin-top: -0.1rem;
		font-size: 1.2rem;
	}
	.swiper-slide > div > ul > li {
		padding: 0.8rem 0;
	}
	.swiper-slide > div > ul > li.adjust {
		border: none;
	}
	.swiper-slide > div > ul > li > div > span ul {
		font-size: 1rem;
		margin-top: 0.5rem;
	}
	.swiper-slide > div > ul > li > div > span ul li:not(:last-child) {
		margin-bottom: 0.2rem;
	}
	.swiper-slide > div > ul > li > div > span p {
		font-size: 1.2rem;
		font-weight: normal;
		line-height: 1.4;
		margin-top: 0.6rem;
	}
	.swiper-slide > div > ul > li > p {
		margin-top: 1rem;
		font-size: 1.1rem;
	}
	.swiper-slide > div > ul > li > span {
		margin-top: 1rem;
		padding: 0.3rem 0 0.4rem 0;
		font-size: 1.2rem;
	}
	.swiper-slide > div > ul > li > span::before {
		border-left: 1rem solid transparent;
		border-right: 1rem solid transparent;
		border-top: 1rem solid var(--prime);
		left: calc(50% - 1rem);
		bottom: -1rem;
	}
	.swiper-button-prev,
	.swiper-button-next {
		width: 2.5rem;
		height: 2.5rem;
		top: calc(50% - 1.25rem);
	}	
	.swiper-button-prev {
		left: -2rem;
	}	
	.swiper-button-next  {
		right: -2rem;
	}
	.swiper-pagination {
		bottom: 0 !important;
	}
}
/* voice */
.service-voice p {
	text-align: center;
	margin-bottom: 4rem;
}
.service-voice li {
	border-radius: 1rem;
	background: #fff;
	padding: 2rem 3rem;
	display: flex;
	align-items: center;
}
.service-voice li:not(:last-child) {
	margin-bottom: 2rem;
}
.service-voice li > figure {
	width: 18%;
}
.service-voice li > figure figcaption {
	text-align: center;
	line-height: 1.3;
	font-size: 1.3rem;
	margin-top: 0.8rem;
}
.service-voice li > dl {
	width: 82%;
	padding-left: 2rem;
}
.service-voice li > dl dt {
	color: var(--prime);
	font-weight: 500;
	font-size: 1.7rem;
	margin-bottom: 1rem;
}
.service-voice li > dl dt::before {
	content: "●";
	margin-right: 0.8rem;
}
@media screen and (max-width: 768px) {
	.service-voice p {
		text-align: left;
		padding: 0 2rem; 
	}
	.service-voice ul {
		width: calc(100% - 4rem);
		margin: 0 auto;
	}
	.service-voice li {
		padding: 2rem;
		flex-direction: column;
	}
	.service-voice li:not(:last-child) {
		margin-bottom: 2rem;
	}
	.service-voice li > figure {
		width: 40%;
		margin-bottom: 1.5rem;
	}
	.service-voice li > figure figcaption {
		line-height: 1.4;
		font-size: 1.4rem;
	}
	.service-voice li > dl {
		width: 100%;
		padding-left: 0;
	}
	.service-voice li > dl dt::before {
		content: "";
		margin-right: 0;
	}
}
/* more */
.service-more strong {
	border: none !important;
}
.service-more > p {
	text-align: center;
}
.service-more > ul {
	width: 90%;
	margin: 5rem auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.service-more > ul li {
	width: 48%;
	background: #fff;
	border-radius: 1rem;
	position: relative;
	padding: 1.5rem 2rem;
}
.service-more > ul li > span {
	display: block;
	width: 4rem;
	position: absolute;
	left: -1rem;
	top: -1.5rem;
}
.service-more > ul li:nth-child(n + 3) {
	margin-top: 3rem;
}
.service-more > ul li > div {
	display: flex;
	align-items: center;
}
.service-more > ul li > div > img {
	width: 25%;
}
.service-more > ul li > div > div {
	padding-left: 1rem;
	width: 75%;
	font-weight: 500;
	line-height: 1.4;
}
.service-more .more-wrap {
	margin-top: 5rem;
}
@media screen and (max-width: 768px) {
	.service-more > p {
		text-align: left;
		padding: 0 2rem;
	}
	.service-more > ul {
		padding: 0 2rem;
		width: 100%;
		margin: 3rem auto;
		display: block;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.service-more > ul li {
		width: 100%;
	}
	.service-more > ul li:not(:last-child) {
		margin-bottom: 2rem;
	}	
	.service-more > ul li > span {
		display: block;
		width: 3rem;
		position: absolute;
		left: -1rem;
		top: -1rem;
	}
	.service-more > ul li:nth-child(n + 3) {
		margin-top: 0;
	}
	.service-more .more-wrap {
		margin-top: 3rem;
	}
}
.fixed-bn {
	position: fixed;
	right: 1rem;
	top: 8rem;
	width: 12rem;
	z-index: 99;
}
.fixed-bn li:not(:last-child) {
	margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
	.fixed-bn {
		position: fixed;
		right: auto;
		top: auto;
		bottom: 0;
		width: 100%;
		display: flex;
	}
	.fixed-bn li:not(:last-child) {
		margin-bottom: 0;
	}
	.fixed-bn li {
		width: 50%;
	}	
	.fixed-bn li a {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 6rem;
		color: #fff;
	}	
	.fixed-bn li a > span {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.fixed-bn .line img {
		width: 4rem;
	}			
	.fixed-bn .contact img {
		width: 2.5rem;
	}				
	.fixed-bn .line a {
		background: #06c755;
	}
	.fixed-bn .contact a {
		background: #e36316;
	}	
	.fixed-bn li a > span span {
		margin: 0 0.7rem;
	}
	.fixed-bn i {
		font-size: 1.2rem;
		margin-top: 0.2rem;
	}
}




/* -------------------------------------------

form

------------------------------------------- */
.CMS-FORM-GROUP {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP {
        display: block;
    }
}
.CMS-FORM-GROUP:not(:last-of-type) {
    margin-bottom: 4rem;
}
.CMS-FORM-GROUP > label {
    width: 30%;
	display: flex;
	align-items: center;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP label {
        width: 100%;
        display: block;
        margin-bottom: 1rem;
    }
}
.CMS-FORM-INPUT,
.CMS-FORM-EMAIL {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    padding: 2rem;
    width: 70%;
}
.CMS-FORM-GROUP textarea {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    width: 70%;
    height: 16rem;
    padding: 2rem;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-INPUT,
    .CMS-FORM-EMAIL,
    .CMS-FORM-GROUP textarea {
        width: 100%;
    }
}
/* ---- radio ---- */
.CMS-FORM-RADIO {
    flex-direction: column;
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap;
    width: 70%;
}
.CMS-FORM-RADIO > div:not(:last-of-type) {
    margin-right: 2.5rem;
    margin-bottom: 1.2rem;
}
.CMS-FORM-RADIO > div {
    display: flex;
    align-items: center;
    width: calc(100% - 18px);
}
.CMS-FORM-RADIO > div label {
    margin-left: 0.5rem;
    margin-top: 0.3rem;
}
_::-webkit-full-page-media, _:future, :root .CMS-FORM-RADIO > div label {
    margin-top: 0;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-RADIO {
        display: block;
        width: 100%;
        white-space:unset;
    }
    .CMS-FORM-RADIO > div:not(:last-of-type) {
        margin-bottom: 1.2rem;
    }
    .CMS-FORM-RADIO > div label {
        width: calc(100% - 24px);
    }
    _::-webkit-full-page-media, _:future, :root .CMS-FORM-RADIO > div label {
        margin-top: 0.7rem;
    }   
}
input[type="radio"] {
    position: relative;
    width: 18px;
    height: 18px;
    background: rgba(245,245,245,1);
    border: solid 1px #ddd;
    border-radius: 50%;
    vertical-align: -2px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
input[type="radio"]:checked:before {
    content: "";
    background: var(--prime);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
}
@media screen and (max-width: 768px) {
    input[type="radio"] {
        width: 24px;
        height: 24px;
    }
    input[type="radio"]:checked:before {
        width: 12px;
        height: 12px;
    }
}
/* ---- submit ---- */
.CMS-FORM-GROUP input[type="submit"] {
    background: var(--orange);
    color: #fff;
    display: block;
	font-weight: 500;
    font-size: 1.6rem;
    margin: 0 auto;
    padding: 1.6rem 0 1.75rem 0;
    transition: all .3s;
    width: 24rem;
}
.CMS-FORM-GROUP input[type="submit"]:hover {
    cursor: pointer;
    opacity: 0.5;
}
input[type="submit"] {
    -webkit-appearance: button;
    appearance: button;
    border: none;
    border-radius: 0;
}
input[type="submit"]::-webkit-search-decoration {
    display: none;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP input[type="submit"] {
        width: 100%;
        font-size: 1.7rem;
    }   
}
/* ---- calendar ---- */
input[type="date"] {
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    border: #ddd solid 1px;
    font-size: 1.4rem;
    font-weight: normal;
    padding: 2rem;
    width: 70%;
}
@media screen and (max-width: 768px) {
    input[type="date"] {
        width: 100%;
    }
}
/* ---- select ---- */
.select-wrap {
    position: relative;
    width: 70%;
}
.select-wrap::before {
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    border-right: solid 0.15rem #333;
    border-bottom: solid 0.15rem #333;
    transform: rotate(45deg);
    position: absolute;
    right: 1.2rem;
    top: calc(50% - 0.6rem);
    z-index: 10;
}
select {
    appearance: none;
    background: #fff;
    border: solid 1px #ccc;
    border-radius: 0;
    color: #000;
    font-size: 1.4rem;
    padding: 1.6rem 4rem 1.5rem 1.5rem;
    position: relative;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .select-wrap {
        width: 100%;
    }
}
/* ---- required ---- */
.required {
    background: var(--prime);
    color: #fff;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1;
    margin-left: 1.0rem;
    padding: 0.25rem 0.7rem 0.35rem 0.7rem;
    vertical-align: 0.1rem;
}
/* <span class="required">必須</span> */
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP input:focus,
    .CMS-FORM-GROUP textarea:focus {
        font-size: 16px;
    }
}



/* -------------------------------------------

privacy

------------------------------------------- */
.privacy {
    background: #fff;
    border: 1px solid #ddd;
    font-size: 1.2rem;
    height: 20rem;
    overflow: auto;
    padding: 1.7rem 2rem;
}
.privacy-note {
    font-size: 1.2rem;
    margin: 5rem 0 2rem 0;
}



/* -------------------------------------------

thanx

------------------------------------------- */
.thanx {
    text-align: center;
}
@media screen and (max-width: 768px) {
    .thanx {
        text-align: left;
    }
}
.back {
    display: block;
    text-align: center;
}
.back a {
    color: var(--prime);
}