@charset "utf-8";


/* -----------------------------------------------------
 基本設定
-------------------------------------------------------- */
html {
	font-size: 62.5%; 
	overflow-x: hidden;
}
body {
	background-color: #fff;
	line-height: 1.6;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","HiraKakuProN-W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif, serif;
	word-break: break-all;
	color: #222;
}
html, body, h1, h2, h3, h4, h5, h6, p, figure, dl, dt, dd, ul, ol, li {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
ul, ol, li {
	list-style: none;
}
em {
	font-style: normal;
}
header, footer, main, nav, article, aside, section, div, p {
	display: block;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: bold;
}
img {
	display: block;
	margin: auto;
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	border: none;
}
a {
	outline: none;
	text-decoration: none;
	transition: opacity .3s ease;
	color: #003223;
}
@media screen and (max-width: 767px) {
	body {
		font-size: 1.2rem;
		/*font-size: 3.125vw; 20px(640px BreakPoint) */
		font-size: 3.75vw;/* 24px(640px BreakPoint) */
	}
}
@media screen and (min-width: 768px), print {
	body {
		font-size: 1.6rem;
	}
	a {
		transition: opacity .3s ease;
	}
	a:hover {
		opacity: .7;
	}
	[href^="tel:"] {
		pointer-events: none;
	}
}


/* -----------------------------------------------------
 共通class
-------------------------------------------------------- */
[class|="inner"] {
	margin: auto;
}
[class|="flx"] {
	display: flex;
}
.bg {
	background-color: #e5eae9;
}
@media screen and (max-width: 767px) {
	.only-pc {
		display: none !important;
	}
	[class|="inner"] {
		width: 93.75%;
	}
	.inner-sp {
		width: 91.25%;
	}
	[class|="sec"] {
		padding: 3em 0;
	}
}
@media screen and (min-width: 768px), print {
	.only-sp {
		display: none !important;
	}
	[class|="inner"] {
		max-width: 1144px;
		width: 96%;
	}
	[class|="pc-flx"] {
		display: flex;
	}
	[class|="sec"] {
		padding: 3em 0;
	}
}


/* -----------------------------------------------------
 header
-------------------------------------------------------- */
.header {
	background-color: #231815;
}
.flx-header {
	align-items: center;
	justify-content: space-between;
}
.col-header-logo img,
.col-header-line img,
.col-header-tel img {
	margin: 0;
}
.nav-header {
	position: relative;
	background-color: #fff;
	z-index: 2;
}
.flx-nav {
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 1em 0;
	text-align: center;
	letter-spacing: .1em;
	font-weight: bold;
}
.flx-nav li {
	position: relative;
}
@media screen and (max-width: 767px) {
	.header {
		padding: 3.125vw 0 2.8125vw;
	}
	.inner-header {
		width: 100%;
	}
	.col-header-logo {
		width: 42%;
		max-height: 65px;
	}
	.col-header-line {
		width: 33%;
	}
	.col-header-tel {
		width: 14%;
	}
	.col-header-line img {
		/*width: 36.875vw;*/
		height: 10.15625vw;
	}
	.col-header-tel img {
		width: 10.78125vw;
		height: 10.15625vw;
	}
	.flx-nav li {
		width: 50%;
		font-size: 91.67%;
	}
	.flx-nav li:first-of-type,
	.flx-nav li:nth-of-type(2) {
		margin-bottom: 1em;
	}
	.flx-nav li:not(:nth-of-type(2n))::after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		display: block;
		margin: auto;
		width: 1px;
		height: 1em;
		background-color: #003223;
	}
	.flx-nav li a {
		border-bottom: solid 1px;
	}

}
@media screen and (min-width: 768px), print {
	.col-header-logo {
		width: 50%;
	}
	.col-header-line {
		width: 25%;
	}
	.col-header-tel {
		width: 21%;
		margin-right: 2%;
	}
	.col-header-line img,
	.col-header-tel img {
		float: right;
	}
	.flx-nav li {
		width: 25%;
	}
	.flx-nav li:not(:last-of-type)::after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		display: block;
		margin: auto;
		width: 1px;
		height: 1em;
		background-color: #003223;
	}
}



/* -----------------------------------------------------
 mv
-------------------------------------------------------- */
.mv {
	background: url(../img/bg_showcase.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
}
.blk-fukidashi {
	z-index: 1;
}
.ttl-mv {
	line-height: 1.1;
	letter-spacing: .1em;
	text-align: center;
	font-weight: bold;
	color: #003223;
}
.box-mv {
	position: absolute;
}
.mv small {
	display: block;
	text-align: right;
	font-size: 75%;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.mv {
		position: relative;
		height: 102.1875vw;
		background-image: url(../img/bg_showcase_sp.jpg);
	}
	.ttl-mv {
		-webkit-text-stroke: .04em #fff;
		font-size: 14.29375vw;
		font-weight: 900;
	}
	.blk-fukidashi {
		position: absolute;
		top: 20%;
	}
	.blk-fukidashi img {
		opacity: .9;
		/*mix-blend-mode: multiply;*/
		width: 30.78125vw;
		height: 32.65625vw;
	}
	.fukidashi1 {
		left: -.1em;
	}
	.fukidashi2 {
		right: -.1em;
	}
	.box-mv {
		top: 46%;
		left: 0;
		width: 100%;
	}
	.mv small {
		color: #fff;
	}

}
@media screen and (min-width: 768px), print {
	.mv {
		height: 508px;
		background-position: top right;
	}
	.inner-mv {
		position: relative;
		width: 100%;
		height: 100%;
	}
	.blk-fukidashi {
		position: absolute;
		top: -1em;
	}
	.fukidashi1 {
		left: 56%;
	}
	.fukidashi2 {
		right: 6%;
	}
	.box-mv {
		top: 36%;
		right: 0;
		width: 550px;
	}
	.ttl-mv {
		font-size: 88px;
	}
}



/* -----------------------------------------------------
 footer
-------------------------------------------------------- */
.footer {
	background-color: #231815;
	color: #fff;
}
.flx-nav-footer {
	flex-wrap: wrap;
}
.flx-nav-footer li a {
	color: #fff;
}
.copyright {
	display: block;
	text-align: center;
	font-size: 75%;
}
@media screen and (max-width: 767px) {
	.footer {
		padding: 0 0 25vw;
	}
	.flx-nav-footer {
		margin-bottom: 1em;
	}
	.flx-nav-footer li {
		width: 50%;
	}
	.flx-nav-footer li:nth-of-type(2n+1) {
		border-right: solid 1px;
	}
	.flx-nav-footer li:not(:nth-last-of-type(2)),
	.flx-nav-footer li:not(:last-of-type) {
		border-bottom: solid 1px;
	}
	.flx-nav-footer li a {
		position: relative;
		display: block;
		padding: 1em 1em 1em 2.5em;
		box-sizing: border-box;
		font-size: 3.125vw;
	}
	.flx-nav-footer li a::before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 1em;
		display: block;
		margin: auto;
		width: 2.5vw;
		height: 3vw;
		background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016.5%2021.5%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20stroke%3D%22rgb%28255%2C%20255%2C%20255%29%22%20stroke-width%3D%223px%22%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%20d%3D%22M4.500%2C1.499%20L13.501%2C10.000%20L4.500%2C18.501%20%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
		background-size: contain;
	}
	.footer-logo img {
		width: 56%;
	}
	.copyright {
	}
}
@media screen and (min-width: 768px), print {
	.footer {
		padding: 3em 0 200px;
	}
	.flx-nav-footer {
		align-items: center;
		justify-content: center;
		margin-bottom: 2em;
	}
	.flx-nav-footer li {
		padding: 0 1.5em;
		position: relative;
		font-size: 12px;
	}
	.flx-nav-footer li:first-of-type {
		padding-left: 0;
	}
	.flx-nav-footer li:last-of-type {
		padding-right: 0;
	}
	.flx-nav-footer li:not(:last-of-type)::after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		display: block;
		margin: auto;
		width: 1px;
		height: 1em;
		background-color: #fff;
	}
	.copyright {
	}
}


/* -----------------------------------------------------
 blk-cv
-------------------------------------------------------- */
.blk-cv {
	background: linear-gradient(#53b547, #558c38);
}
.box-cv {
	position: relative;
	background-color: #fff;
}
.ttl-cv {
	margin-bottom: .5em;
}
.flx-cv {
	position: relative;
	align-items: center;
	justify-content: space-between;
	margin: auto;
	z-index: 1;
}
.blk-fixed {
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 100;
}
@media screen and (max-width: 767px) {
	.blk-cv {
		padding: 1em 0;
	}
	.box-cv {
		padding: 1em .5em;
	}
	.box-cv::before {
		content: "";
		position: absolute;
		top: -1.25vw;
		left: 0;
		display: block;
		width: 100%;
		height: calc(100% + 2.5vw);
		border: solid 1px rgba(229,234,233,.5);
	}
	.flx-cv {
		justify-content: flex-start;
		width: 100%;
	}
	.flx-cv li {
		width: 49%;
	}
	.flx-cv li a {
		display: block;
	}
	.flx-cv li:first-of-type img {
		height: 13vw;
	}
	.blk-fixed {
		background: linear-gradient(rgba(164,221,155,.5), rgba(165,200,141,.5));
	}
	.box-cv.fixed {
		background-color: rgba(255,255,255,0);
	}
	.box-cv.fixed::before {
		content: none;
	}
}
@media screen and (min-width: 768px), print {
	.blk-cv {
		padding: 3em 0
	}
	.box-cv {
		max-width: 1024px;
		width: 80%;
		margin: auto;
		padding: 1em 1em 1.7em;
	}
	.box-cv::before {
		content: "";
		position: absolute;
		top: -10px;
		left: -10px;
		display: block;
		width: calc(100% + 20px);
		height: calc(100% + 20px);
		border: solid 1px rgba(229,234,233,.5);
	}
	.blk-fixed {
		padding: 18px 0;
		background: linear-gradient(rgba(83,181,71,.5), rgba(85,140,56,.5));
	}
	.flx-cv {
		max-width: 847px;
		width: 100%;
	}
	.flx-cv li {
		width: 49%;
	}
	.box-cv.fixed {
		padding: 1em;
	}
	.box-cv.fixed::before {
		content: none;
	}
}


/* -----------------------------------------------------
 ttl
-------------------------------------------------------- */
.ttl-sec {
	margin-bottom: 2em;
	line-height: 1.2;
	letter-spacing: .2em;
	text-align: center;
	font-weight: bold;
	color: #4bb340;
}
.ttl-sec > span {
	display: inline-block;
	background: url(../img/pt_ttl.png) no-repeat left bottom;
	background-size: contain; 
	border-bottom: solid 2px;
}
.ttl-mv {
	opacity: 0;
	transition: opacity 3s ease;
}
@media screen and (max-width: 767px) {
	.ttl-sec {
		font-size: 150%;
	}
	.ttl-sec > span {
		padding: 1em 0 .3em 1.8em;
		background-size: 8.59375vw 13.59375vw;
	}
}
@media screen and (min-width: 768px), print {
	.ttl-sec {
		font-size: 225%;
	}
	.ttl-sec > span {
		padding: 1em 0 .4em 2em;
		background-size: 55px 87px;
	}
}



/* -----------------------------------------------------
 price
-------------------------------------------------------- */
.box-price-ttl {
	display: inline-block;
	padding: .2em .8em;
	margin: 0 0 .2em 1em;
	background-color: #5cb52f;
	border-radius: .2em;
	vertical-align: middle;
	line-height: 1;
	letter-spacing: 0;
	font-size: 55.56%;
	color: #fff;
}
.box-price-ttl em {
	color: #e7f72f;
}
.tbl-price {
	margin: auto;
	border-collapse: collapse;
}
.tbl-price tr:nth-child(odd) {
	background-color: #f2f2f2;
}
.tbl-price td,
.tbl-price th {
	width: 50%;
	padding: .5em 0;
	text-align: left;
	font-weight: bold;
}
.notes-price {
	margin: 1em auto;
	font-weight: bold;
}
.notes-price p {
	margin-left: 1em;
	text-indent: -1em;
}
.box-price-e {
	border: solid 2px #5cb52f;
	border-radius: .2em;
	font-size: 87.5%;
	font-weight: bold;
	color: #5cb52f;
}
.pc-flx-sns {
	margin: 0 auto;
}
.link-instagram {
	position: relative;
	display: block;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center;
	font-weight: bold;
}
.link-instagram::before {
	content: "";
	display: inline-block;
	margin-right: .5em;
	/*
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: block;
	margin: auto;*/
	background: url(../img/icon_instagram.svg) no-repeat center;
	background-size: contain;
	vertical-align: middle;
}
.link-youtube {
	position: relative;
	display: block;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center;
	font-weight: bold;
}
.link-youtube img {
	width: 40%;
	display: inline-block;
	margin-right: 1em;
	vertical-align: middle;
}
.col-sns a::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
	background: url(../img/pt_arw.svg) no-repeat center;
	background-size: contain;
}
@media screen and (max-width: 767px) {
	.tbl-price {

	}
	.tbl-price td,
	.tbl-price th {
		padding-left: .5em;
		padding-right: .5em;
	}
	.box-price-e {
		padding: 1em;
		margin: 0 auto 1.5em;
	}
	.col-sns:first-child {
		margin-bottom: .5em;
	}
	.link-instagram,
	.link-youtube {
		background-size: contain;
		font-size: 125%;
	}
	.link-instagram {
		padding: .6em 1em .6em 1.7em;
		background-image: url(../img/frame_instagram.svg);
	}
	.link-youtube {
		padding: .6em 1em .8em;
		background-image: url(../img/frame_youtube.svg);
		text-align: center;
	}
	.link-instagram::before {
		width: 8vw;
		height: 8vw;
	}
	.link-youtube img {
		width: 30%;
	}
	.col-sns a::after {
		right: 1.5em;
		width: 4vw;
		height: 4vw;
	}
}
@media screen and (min-width: 768px), print {
	.tbl-price,
	.notes-price,
	.box-price-e {
		max-width: 736px;
		width: 80%;
	}
	.tbl-price td,
	.tbl-price th {
		padding-left: 15%;
		font-size: 125%;
	}
	.notes-price {
		font-size: 125%;
	}
	.box-price-e {
		padding: .2em;
		margin: 0 auto 3em;
		text-align: center;
	}
	.pc-flx-sns {
		align-items: stretch;
		justify-content: space-between;
		max-width: 845px;
		width: 100%;
	}
	.col-sns {
		width: 49%;
		max-width: 410px;
	}
	.link-instagram,
	.link-youtube {
		height: 100px;
		background-size: 100% auto;
		font-size: 22px;
	}
	.link-instagram {
		padding: 1.1em 1em;
		background-image: url(../img/frame_instagram_pc.svg);
		letter-spacing: -1px;
	}
	.link-youtube {
		padding: 1.3em 1em 1.3em 2em;
		background-image: url(../img/frame_youtube_pc.svg);
	}
	.link-instagram::before {
		width: 52px;
		height: 52px;
	}
	.col-sns a::after {
		right: 1em;
		width: 22px;
		height: 30px;
	}
}


/* -----------------------------------------------------
 feature
-------------------------------------------------------- */
.flx-feature {
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}
.num-feature {
	position: relative;
	display: block;
	margin: 0 auto .5em;
}
.num-feature::before,
.num-feature::after {
	content: "";
	position: absolute;
	bottom: -.2em;
	display: block;
	background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015.88%2012.22%22%3E%3Cpath%20d%3D%22M1.24%2C11.2a.72.72%2C0%2C0%2C1-.56.24.67.67%2C0%2C0%2C1-.44-.17.72.72%2C0%2C0%2C1-.07-1L5.76%2C3.85a.71.71%2C0%2C0%2C1%2C1-.06.69.69%2C0%2C0%2C1%2C.07%2C1Z%22%20style%3D%22fill%3A%23251e1c%22%2F%3E%3Cpath%20d%3D%22M13.91%2C3.15a.67.67%2C0%2C0%2C1-.54.23.66.66%2C0%2C0%2C1-.45-.18.71.71%2C0%2C0%2C1-.05-1l1.78-2a.71.71%2C0%2C0%2C1%2C1%2C1Z%22%20style%3D%22fill%3A%23251e1c%22%2F%3E%3Cpath%20d%3D%22M5.92%2C12a.71.71%2C0%2C0%2C1-.55.23A.66.66%2C0%2C0%2C1%2C4.92%2C12a.7.7%2C0%2C0%2C1%2C0-1L11.1%2C4.16a.7.7%2C0%2C0%2C1%2C1%2C0%2C.71.71%2C0%2C0%2C1%2C.05%2C1Z%22%20style%3D%22fill%3A%23251e1c%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
	background-size: contain;
}
.num-feature::before {
	left: -1.2em;
	transform: scale(-1, 1);
}
.num-feature::after {
	right: -1.2em;
}
.img-feature {
	margin-bottom: 1em;
	border-radius: 50%;
}
.ttl-feature {
	margin-bottom: .5em;
	line-height: 1.2;
	text-align: center;
	color: #4bb340;
}
.txt-feature {
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.flx-feature li:not(:last-of-type) {
		margin-bottom: 2em;
	}
	.ttl-feature {
		font-size: 150%;
	}
	.num-feature {
		width: 4.6875vw;
	}
	.num-feature img {
		height: 8.125vw;
	}
	.num-feature::before,
	.num-feature::after {
		width: 5vw;
		height: 4.53125vw;
	}
	.img-feature {
		max-width: 60%;
	}
	.txt-feature {
		width: 84%;
		margin: auto;
	}
}
@media screen and (min-width: 768px), print {
	.ttl-feature {
		font-size: 225%;
	}
	.flx-feature li {
		width: 32%;
		margin-bottom: 3em;
	}
	.num-feature {
		width: 30px;
	}
	.num-feature img {
		height: 55px;
	}
	.num-feature::before,
	.num-feature::after {
		width: 32px;
		height: 29px;
	}
	.txt-feature {
		text-align: center;
	}
}


/* -----------------------------------------------------
 flow
-------------------------------------------------------- */
.flx-flow {
	flex-wrap: wrap;
}
.ttl-flow {
	position: relative;
	margin-bottom: 1em;
	background-color: #f39800;
	text-align: center;
	color: #fff;
}
.ttl-flow img {
	position: absolute;
	top: -1em;
	display: inline-block;
	margin: 0;
	vertical-align: bottom;
}
.ttl-flow b {
	display: inline-block;
}
.col-flow {
	text-align: center;
}
.txt-flow {
	margin-bottom: 1em;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.inner-flow {
		width: 100%;
	}
	.col-flow {
		width: 100%;
	}
	.col-flow:not(:last-child) {
		margin-bottom: 1.5em;
	}
	.ttl-flow {
		padding: .5em;
		background-color: #f39800;
		color: #fff;
	}
	.ttl-flow img {
		left: 1em;
		width: 13.75vw;
		height: 13.75vw;
	}
	.ttl-flow b {
		font-size: 150%;
	}
}
@media screen and (min-width: 768px), print {
	.flx-flow {
		position: relative;
		align-items: stretch;
		justify-content: space-between;
		max-width: 1000px;
		margin: auto;
	}
	.flx-flow::before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100vw;
		height: 97px;
		display: block;
		margin-left: calc(50% - 50vw);
		background-color: #f39800;
	}
	.col-flow {
		width: calc(100% / 3);
	}
	.ttl-flow {
		padding: 1.5em 1em 1.5em 4.5em;
	}
	.ttl-flow1::after,
	.ttl-flow2::after {
		content: "";
		position: absolute;
		right: 0;
		top: 1.5em;
		display: block;
		width: 28px;
		height: 44px;
		background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228px%22%20height%3D%2244px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20%20stroke%3D%22%23fff%22%20stroke-width%3D%224px%22%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%20d%3D%22M5.000%2C2.615%20L23.385%2C21.000%20L5.000%2C39.385%20%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
		background-size: contain;
	}
	.img-ttl-flow1 {
		left: 0;
	}
	.img-ttl-flow2 {
		left: 2em;
	}
	.img-ttl-flow3 {
		left: 3em;
	}
	.ttl-flow b {
		font-size: 187.5%;
	}
	.txt-flow {
		height: 100px;
	}
}



/* -----------------------------------------------------
 blk-confidence
-------------------------------------------------------- */
.blk-confidence {
	position: relative;
	padding: 1em 0;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: cover;
	font-weight: bold;
	color: #fff;
	overflow: hidden;
}
.blk-confidence::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/cover_cv.png) repeat top center;
}
.inner-confidence {
	position: relative;
}
.ttl-confidence {
	position: absolute;
	display: block;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	background-color: rgba(255,255,255,.25);
	transform: rotate(-8deg);
	transform-origin: center center;
}
.blk-confidence p {
	line-height: 1.8;
}
.blk-confidence em {
	color: #fff82f;
}
@media screen and (max-width: 767px) {
	.blk-confidence {
		background-image: url(../img/bg_cv_sp.jpg);
	}
	.inner-confidence {
		padding: 11.5em 0 0;
	}
	.ttl-confidence {
		top: 0em;
		left: -1em;
		padding: .2em 2em;
		font-size: 170%;
	}
	.blk-confidence p {
		padding-left: .8em;
		font-size: 91.67%;
	}
	.blk-confidence em {
		font-size: 136.4%;
	}
}
@media screen and (min-width: 768px), print {
	.blk-confidence {
		background-image: url(../img/bg_cv_pc.jpg);
	}
	.inner-confidence {
		padding: 10em 0 2em;
	}
	.ttl-confidence {
		top: -1em;
		left: -5%;
		padding: .2em 5em;
		font-size: 256%;
	}
	.blk-confidence p {
		padding-left: 2em;
		font-size: 125%;
	}
	.blk-confidence em {
		font-size: 130%;
	}
}



/* -----------------------------------------------------
 faq
-------------------------------------------------------- */
.q {
	position: relative;
	padding: 1em 2.5em 1em 0;
	margin-left: 1.5em;
	text-indent: -.7em;
	line-height: 1.4;
	font-size: 125%;
	font-weight: bold;
}
.q::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
	background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2022%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23333%22%20stroke-width%3D%224px%22%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%20d%3D%22M27.728%2C5.000%20L15.000%2C17.728%20L2.272%2C5.000%20%22%2F%3E%3C%2Fsvg%3E) no-repeat center;
	background-size: contain;
	transition: transform .3s ease;
}
.q.is-active::after {
	transform: rotate(-180deg);
}
.q b {
	display: inline-block;
	width: .5em;
	font-size: 125%;
}
.a {
	display: none;
	position: relative;
	background-color: #fff;
	font-weight: bold;
	color: #3c791e;
}
.a::before {
	content: "A.";
	position: absolute;
	left: 1.8em;
	top: 1em;
}
@media screen and (max-width: 767px) {
	.a {
		padding: 1em 1.5em 1em 3.2em;
	}
	.q::after {
		right: .5em;	
		width: 5vw;
		height: 3.4375vw;
	}
}
@media screen and (min-width: 768px), print {
	.inner-faq {
		max-width: 1000px;
	}
	.q {
		cursor: pointer;
	}
	.q::after {
		right: 0;	
		width: 32px;
		height: 22px;
	}
	.a {
		padding: 1em 6em 1em 3em;
	}
}



/* -----------------------------------------------------
 voice
-------------------------------------------------------- */
.box-voice {
	padding: 1em;
	margin-bottom: 1.5em;
	background-color: #ffeee2;
	border-radius: .5em;
}
.box-voice::after {
	content: "";
	display: block;
	clear: both;
}
.flx-voice {
	align-items: flex-end;
	justify-content: space-between;
}
.col-voice-txt em {
	font-weight: bold;
	color: #f4662d;
}
.box-voice-last p {
	font-size: 75%;
}
@media screen and (max-width: 767px) {
	.col-voice-txt {
		width: 76%;
	}
	.col-voice-txt em {
		font-size: 137.5%;
	}
	.col-voice-img {
		width: 22%;
	}
}
@media screen and (min-width: 768px), print {
	.inner-voice {
		max-width: 1000px;
	}
	.pc-flx-voice {
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: space-between;
	}
	.box-voice,
	.box-voice-last {
		width: 47%;
	}
	.col-voice-txt {
		width: 72%;
	}
	.col-voice-txt em {
		font-size: 175%;
	}
	.col-voice-img {
		width: 26.5%;
	}
	.box-voice-last {
		position: relative;
	}
	.box-voice-last p {
		position: absolute;
		bottom: 0;
		right: 0;
	}
}







