@charset "utf-8";

:root {
	--width-pc-display:     960px;
	--width-sp-min-display: 375px;

	--main-theme-color:    #3f6359;
	--sub-theme-color:     #bfb9ad;
	--sub-theme-color-txt: #80745c;
	--main-theme-color-bg: #b2c1bd;
}
ul.breadcrumbs {
	display: flex;
	padding: 10px 2%;
	margin: 0;
}
ul.breadcrumbs > li {
	display: block;
	font-size: var(--compact-font-size);
}
ul.breadcrumbs > li + li {
	margin-left: 3px;
}
ul.breadcrumbs > li + li::before {
	content: "＞";
	margin-right: 3px;
}
a:hover,
a:link,
a:visited {
	color: #000000;
}

main section .button-others {
	width: 180px;
	margin: 0 auto 10px;
}
main section .button-others a {
	position: relative;
	display: block;
	padding: 5px;
	background: #333333;
	border: 1px solid #333333;
	color: #ffffff;
	text-align: center;
}
main section .button-others a:hover {
	background: #ffffff;
	color: #333333;
	text-decoration: none;
}
main section .button-others a i.fas {
	position: absolute;
	top: calc(50% - 8px);
	right: 3%;
}

/*------------------------------------*/
html {
	scroll-behavior: smooth;
}
main section.key-visual {
	width: 100%;
	height: auto;
	background: url(../images/bg_main.png) repeat;
	margin: 0 auto;
}
main section.key-visual .main-image {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
main section.key-visual h1 {
	width: 320px;
	position: absolute;
	margin: 0;
	padding: 12px 20px;
	left: calc(50% - 160px);
	top: 5%;
	background: #ffffff;
	font-size: 24px;
	text-align: center;
	color: #EF845D;
	z-index: 3;
}
main section.key-visual h1 strong {
	font-size: 32px;
}
main section.key-visual h1 span {
	display: inline-block;
}
main section.key-visual figure {
	position: relative;
	z-index: 5;
	padding: 0;
	margin: 0;
}
main section.key-visual figure img {
	width: 100%;
	vertical-align: top;
	line-height: 0;
}
main section.key-visual figure .pc-image {
	display: none;
}
main section.key-visual .description {
	width: 100%;
	padding: 20px;
	background: #4D4847;
	color: #ffffff;
}
main section.key-visual .description .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
main section.key-visual .description p {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 14px;
}
main section.key-visual .description p span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
main section.key-visual .description .anchor {
	width: 100%;
}
main section.key-visual .description .anchor a {
	margin: 0 auto;
	display: block;
	width: 200px;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 3px;
	background: #727070;
	border: #727070;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
}
main section.key-visual .description .anchor a:hover,
main section.key-visual .description .anchor a:link,
main section.key-visual .description .anchor a:visited,
main section.key-visual .description .anchor a:focus {
	text-decoration: none;
}
main section.key-visual .description .anchor a:hover {
	background: #ffffff;
	color: #727070;
}
main section.model-case {
	position: relative;
	width: 100%;
	background: url(../images/bg_model_case.png) repeat;
	padding: 50px 0;
}
main section.model-case:after {
	position: absolute;
	display: block;
	content: "";
	width: 40px;
	height: calc(40px / 2 * tan(60deg));
	clip-path: polygon(0 0, 100% 0, 50% 50%);
	background: url(../images/bg_model_case.png) repeat;
	bottom: -34px;
	right: calc(50% - 20px);
	z-index: 2;
}
main section.model-case h2 {
	width: 375px;
	margin: 0 auto 30px;
	text-align: center;
	font-size: 20px;
}
main section.model-case h2 span {
	display: inline-block;
}
main section.model-case h2 span.accent {
	color: #E60013;
}
main section.model-case .detail {
	width: 375px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
main section.model-case .detail .item {
	width: 375px;
	margin-bottom: 20px;
}
main section.model-case .detail .item h3 {
	font-size: 20px;
	font-weight: bold;
	color: #0068B7;
	text-align: center;
	margin: 10px;
}
main section.model-case .detail .item p {
	margin: 0;
	padding: 10px;
	line-height: 1.4;
}
main section.model-case .detail .item .illust img {
	width: 100%;
	vertical-align: top;
	line-height: 0;
}

main section.merit {
	width: 100%;
	padding: 10px;
	background: #ffffff;
	box-sizing: border-box;
}
main section.merit h2 {
	font-size: 18px;
	text-align: center;
}
main section.merit h2 span {
	color: #E60013;
}
main section.merit .summary {
	border: 1px solid #221816;
	padding: 10px;
	background: #FFFBC6;
}
main section.merit .summary h3 {
	background: #009FB9;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto 10px;
	padding: 5px 0;
}
main section.merit .illust {
	width: 90%;
	margin: 0 auto;
}
main section.merit .illust img {
	width: 100%;
	vertical-align: top;
	line-height: 0;
}
main section.merit .summary ul {
	list-style: none;
	padding: 0 0 0 10px;
}
main section.merit .summary ul li span {
	background: #FFF200;
}
main section.merit .summary ul li span.only-pc {
	display: none;
}
main section.merit .summary ul li i {
	margin-right: 10px;
	color: #E60013;
}
main section.merit .summary .container ul li {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
main section.merit .summary .container ul li:last-child {
	margin-bottom: 0;
}
main section.workflow {
	overflow: hidden;
	width: 100%;
	padding: 30px 10px;
	background: url(../images/bg_workflow.png) repeat;
}
main section.workflow .container {
	position: relative;
	width: 100%;
	background: #ffffff;
	padding: 30px;
	margin: 0 auto;
	box-sizing: border-box;
}
main section.workflow .container:after,
main section.workflow .container:before {
	position: absolute;
	content: "";
	width: 2px;
	background: #898989;
	z-index: 1;
}
main section.workflow .container:after {
	height: 163px;
	top: -30px;
	left: 47px;
}
main section.workflow .container:before {
	height: 130px;
	bottom: -30px;
	right: 43px;
}
main section.workflow .container .left,
main section.workflow .container .right {
	position: absolute;
	width: 100px;
	padding: 0;
	margin: 0;
	z-index: 2;
}
main section.workflow .container .left img,
main section.workflow .container .right img {
	width: 100%;
	vertical-align: top;
	line-height: 0;
}
main section.workflow .container .left {
	top: 10px;
	left: 0;
}
main section.workflow .container .right {
	bottom: -30px;
	right: -8px;
}
main section.workflow h2 {
	font-size: 22px;
	text-align: center;
	margin: 0;
}
main section.workflow .container ol {
	list-style: none;
	padding: 0;
	margin: 0 auto;
}
main section.workflow .container ol li {
	position: relative;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #FFF200;
	padding: 8px 0;
	margin: 15px 0;
	border-radius: 3px;
}
main section.workflow .container ol li:nth-child(even) {
	background: #EE869A;
}
main section.workflow .container ol li:nth-child(odd) {
	background: #5CC2D0;
}
main section.workflow .container ol li:after {
	display: block;
	content: "";
	position: absolute;
	transform: rotate(45deg);
	bottom: -8px;
	right: calc(50% - 8px);
	width: 16px;
	height: 16px;
	border-radius: 0 0 3px 0;
	z-index: 2;
}
main section.workflow .container ol li:last-child::after {
	display: none;
}
main section.workflow .container ol li:nth-child(even)::after {
	background: #EE869A;
}
main section.workflow .container ol li:nth-child(odd)::after {
	background: #5CC2D0;
}
main section.prices {
	width: 100%;
	padding: 0 10px;
	margin-bottom: 30px;
	box-sizing: border-box;
}
main section.prices h2 {
	font-size: 22px;
	text-align: center;
}
main section.prices p {
	font-size: 18px;
}
main section.prices p span {
	font-weight: bold;
	color: #E60013;
}
main section.faq {
	width: 100%;
	padding: 10px 10px 45px;
	margin-bottom: 0;
	background: url(../images/bg_faq.png) repeat;
}
main section.faq h2 {
	font-size: 22px;
	text-align: center;
	color: #0068B7;
}
main section.faq dl {
	padding: 0 10px 16px;
	margin: 0;
	background: #ffffff;
	box-sizing: border-box;
}
main section.faq dl dt {
	position: relative;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #dddddd;
	padding: 16px 18px 16px 26px;
	text-indent: -26px;
	cursor: pointer;
}
main section.faq dl dt:after {
	position: absolute;
	content: '▼';
	top: 50%;
	transform: translateY(-50%);
	right: -15px;
	font-size: 12px;
}
main section.faq dl dt var {
	font-style: normal;
}
main section.faq dl dd {
	font-size: 15px;
	margin: 16px 0 0 16px;
	display: none;
}
main section.faq dl dd.active {
	display: block;
}

/*-- 100%とスタイル分割 --*/
main section {
	width: 375px;
	margin: 0 auto 45px;
}

main section.banners {
}
main section.banners .cont {
	display: flex;
	flex-wrap: wrap;
}
main section.banners .cont .banner {
	width: 181.5px;
	margin: 0 3px 6px;
}
main section.banners .cont .banner a {
	display: block;
	vertical-align: top;
	line-height: 0;
}
main section.banners .cont .banner a:hover {
	opacity: 0.7;
}
main section.banners .cont .banner a img {
	width: 100%;
	height: auto;
}
main section.stores {
	padding-top: 100px;
}
main section.stores .description {
	font-size: 16px;
	line-height: 1.4;
	margin: 20px 5px 40px 10px;
}
main section.stores ul {
	width: 375px;
	display: flex;
    flex-wrap: wrap;
   	margin: 0 auto 20px;
	padding: 0;
}
main section.stores ul li.store {
	width: 182px;
	display: inline-block;
	margin: 0 2px 8px;
}
main section.stores ul li.store .photo {
	width: 100%;
	position: relative;
	padding: 0;
	margin: 0;
}
main section.stores ul li.store .photo img {
	width: 100%;
	height: auto;
	vertical-align: top;
	line-height: 0;
}
main section.stores ul li.store .photo figcaption {
	width: 100%;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	padding: 3px;
	background: rgb(0,0,0,0.5);
}
main section.stores ul li.store .photo figcaption h3 {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
}
main section.stores ul li.store .tel {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 5px 0;
}
main section.stores ul li.store .address {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 5px 0;
}
main section.stores ul li.store .access-map a {
	display: block;
	width: 100%;
	margin-top: 5px;
	padding: 5px 2px;
	text-align: center;
	color: #cc0235;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #cc0235;
	box-sizing: border-box;
	background: #ffffff;
}
main section.stores ul li.store .access-map a:hover {
	color: #ffffff;
	background: #cc0235;
	text-decoration: none;
}

main section.other-service {
	padding-left: 2%;
}
main section.other-service h2 {
	margin: 0;
}
main section.other-service h3 {
	font-size: 18px;
	font-weight: bold;
}
main section.other-service .items {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 16px;
}
main section.other-service .items p {
	font-size: 14px;
}
main section.other-service .items .banner {
	width: 95%;
	margin: 0 auto 16px;
	text-align: center;
}
main section.other-service .items .banner a {
	display: inline-block;
}
main section.other-service .items .banner a img {
	width: 100%;
	height: auto;
	vertical-align: top;
	line-height: 0;
}
main section.other-service .items .banner a:hover img {
	opacity: 0.7;
}

/*-- タブレット／PC用スタイリング --*/
@media screen and (min-width:768px) and (max-width:959px) {
	main section {
		width: 768px;
	}
	main h1 {
		width: 768px;
	}
	main section.key-visual .main-image {
		width: 768px;
	}
	main section.key-visual h1 {
		left: 0;
	}
	main section.key-visual figure .pc-image {
		display: block;
	}
	main section.key-visual figure .sp-image {
		display: none;
	}
	main section.key-visual .description .wrap {
		width: 728px;
		margin: 0 auto;
	}
	main section.key-visual .description p {
		width: 520px;
		padding-right: 10px;
	}
	main section.key-visual .description .anchor {
		width: auto;
	}
	main section.key-visual .description .anchor a {
		margin-top: 35px;
	}
	main section.model-case h2 {
		font-size: 24px;
		width: 768px;
		margin-bottom: 30px;
	}
	main section.model-case {
		padding: 80px 0;
	}
	main section.model-case .detail {
		width: 768px;
	}
	main section.model-case .detail .item {
		width: 240px;
		margin: 0 7px;
	}
	main section.merit {
		margin-bottom: 75px;
	}
	main section.merit .summary {
		padding: 20px;
	}
	main section.merit h2 {
		font-size: 26px;
	}
	main section.merit .summary h3 {
		font-size: 22px;
		padding: 3px 0;
	}
	main section.merit .summary .container {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	main section.merit .summary .container .illust {
		width: 320px;
		margin: initial;
	}
	main section.merit .summary .container ul {
		width: 386px;
		margin: 42px 0 0 0;
		padding: 0 0 0 20px;
		box-sizing: border-box;
	}
	main section.merit .summary .container ul li {
		font-size: 18px;
		margin-bottom: 25px;
	}
	main section.workflow {
		padding: 75px 0;
	}
	main section.workflow h2 {
		font-size: 26px;
	}
	main section.workflow .container {
		width: 768px;
	}
	main section.workflow .container:after,
	main section.workflow .container:before {
		position: absolute;
		content: "";
		width: 2px;
		height: 630px;
		background: #898989;
		z-index: 1;
	}
	main section.workflow .container:after {
		top: -75px;
		left: 66px;
	}
	main section.workflow .container:before {
		top: -75px;
		right: 66px;
	}
	main section.workflow .container ol {
		width: 500px;
	}
	main section.workflow .container ol li {
		font-size: 20px;
	}
	main section.workflow .container ol li:nth-child(even)::before,
	main section.workflow .container ol li:nth-child(odd)::before {
		position: absolute;
		content: "";
		width: 20px;
		height: 20px;
		border-radius: 10px;
		right: -77px;
		bottom: calc(50% - 10px);
		z-index: 2;
	}
	main section.workflow .container ol li:nth-child(even)::before {
		background: #EE869A;
	}
	main section.workflow .container ol li:nth-child(odd)::before {
		background: #5CC2D0;
	}
	main section.workflow .container ol li:nth-child(5)::before,
	main section.workflow .container ol li:nth-child(6)::before {
		left: -77px;
	}
	main section.workflow .container .left,
	main section.workflow .container .right {
		width: 168px;
	}
	main section.workflow .container .left {
		top: 0;
		left: -13px;
	}
	main section.workflow .container .right {
		right: -21px;
	}
	main section.prices {
		width: 768px;
		margin-bottom: 75px;
	}
	main section.faq {
		padding-top: 45px;
		padding-bottom: 75px;
	}
	main section.faq h2 {
		margin: 30px 0;
	}
	main section.faq dl {
		padding: 0 20px 20px;
	}
	main section.faq dl dt {
		padding-left: 40px;
	}
	main section.faq dl dt:after {
		right: 0;
	}
	main section.faq dl dd {
		margin: 20px 0 0 35px;
	}
	main section.stores {
		padding-top: 100px;
	}
	main section.stores .description {
		margin-left: 0;
	}
	main section.stores ul {
		width: 762px;
	}
	main section.stores ul li.store {
		margin: 0 4px 10px;
	}
	main section.other-service {
		padding: 0;
	}
}
@media screen and (min-width:960px) {
	main section {
		width: 960px;
	}
	main h1 {
		width: 960px;
	}
	main section.key-visual h1 {
		width: 400px;
		top: 48px;
		left: 0;
		font-size: 28px;
	}
	main section.key-visual h1 strong {
		font-size: 40px;
	}
	main section.key-visual .main-image {
		width: 960px;
	}
	main section.key-visual figure .pc-image {
		display: block;
	}
	main section.key-visual figure .sp-image {
		display: none;
	}
	main section.key-visual .description .wrap {
		width: 920px;
		margin: 0 auto;
	}
	main section.key-visual .description p {
		width: 720px;
		padding-right: 10px;
	}
	main section.key-visual .description .anchor {
		width: auto;
	}
	main section.key-visual .description .anchor a {
		margin-top: 25px;
	}
	main section.model-case {
		padding: 80px 0;
	}
	main section.model-case:after {
		width: 50px;
		height: calc(50px / 2 * tan(60deg));
		clip-path: polygon(0 0, 100% 0, 50% 50%);
		bottom: -42px;
		right: calc(50% - 25px);
	}
	main section.model-case h2 {
		width: 960px;
		font-size: 26px;
		margin-bottom: 30px;
	}
	main section.model-case .detail {
		width: 960px;
	}
	main section.model-case .detail .item {
		width: 300px;
		margin: 0 10px;
	}
	main section.merit {
		padding: 0;
		margin-bottom: 75px;
	}
	main section.merit h2 {
		font-size: 26px;
	}
	main section.merit .summary {
		width: 960px;
		padding: 20px;
		margin: 0 auto;
	}
	main section.merit .summary h3 {
		font-size: 26px;
		padding: 3px 0;
	}
	main section.merit .summary .container {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	main section.merit .summary .container .illust {
		width: 400px;
		margin: initial;
	}
	main section.merit .summary .container ul {
		width: auto; /* width: 520px; */
		margin: 55px 0 0 0;
		padding: 0 0 0 30px;
		box-sizing: border-box;
	}
	main section.merit .summary .container ul li {
		font-size: 22px;
		margin-bottom: 25px;
	}
	main section.workflow {
		padding: 75px 0;
	}
	main section.workflow h2 {
		font-size: 26px;
	}
	main section.workflow .container {
		width: 960px;
	}
	main section.workflow .container:after,
	main section.workflow .container:before {
		position: absolute;
		content: "";
		width: 2px;
		height: 630px;
		background: #898989;
		z-index: 1;
	}
	main section.workflow .container:after {
		top: -75px;
		left: 100px;
	}
	main section.workflow .container:before {
		top: -75px;
		right: 112px;
	}
	main section.workflow .container ol {
		width: 500px;
	}
	main section.workflow .container ol li {
		font-size: 20px;
	}
	main section.workflow .container ol li:nth-child(even)::before,
	main section.workflow .container ol li:nth-child(odd)::before {
		position: absolute;
		content: "";
		width: 20px;
		height: 20px;
		border-radius: 10px;
		background: #EE869A;
		right: -127px;
		bottom: calc(50% - 10px);
		z-index: 2;
	}
	main section.workflow .container ol li:nth-child(even)::before {
		background: #EE869A;
	}
	main section.workflow .container ol li:nth-child(odd)::before {
		background: #5CC2D0;
	}
	main section.workflow .container ol li:nth-child(5)::before,
	main section.workflow .container ol li:nth-child(6)::before {
		left: -139px;
	}
	main section.workflow .container .left,
	main section.workflow .container .right {
		width: 210px;
	}
	main section.workflow .container .left {
		top: 100px;
	}
	main section.workflow .container .right {
		right: 3px;
	}
	main section.prices {
		width: 960px;
		padding: 0;
		margin-bottom: 75px;
	}
	main section.faq {
		padding-top: 45px;
		padding-bottom: 75px;
	}
	main section.faq h2 {
		margin: 30px 0;
	}
	main section.faq dl {
		width: 960px;
		margin: 0 auto;
		padding: 0 25px 25px;
	}
	main section.faq dl dt {
		padding-left: 40px;
	}
	main section.faq dl dt:after {
		right: 10px;
	}
	main section.faq dl dd {
		margin: 20px 0 0 35px;
	}
	main section.banners .cont .banner {
		width: 230px;
		margin: 0 5px 10px;
	}
	main section.stores {
		padding-top: 75px;
	}
	main section.stores .description {
		margin-left: 0;
	}
	main section.stores ul {
		width: 960px;
	}
	main section.stores ul li.store {
		width: 228px;
		margin: 0 6px 10px;
	}
	main section.other-service {
		padding: 0;
	}
}