@charset "UTF-8";

/* ----------------------------------------------------------------------
    Font Noto+Sans+JP Roboto
---------------------------------------------------------------------- */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/* ----------------------------------------------------------------------
    reset css
---------------------------------------------------------------------- */
* {
	box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
ul,
ol {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
a:focus {
	outline: none;
}
ins {
	text-decoration: none;
}
mark {
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
button,
input,
select,
textarea {
	outline: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%;
}
input,
textarea {
	background-image: -webkit-linear-gradient(
		hsla(0, 0%, 100%, 0),
		hsla(0, 0%, 100%, 0)
	);
	-webkit-appearance: none;
	border-radius: 0; /* Removing the inner shadow, rounded corners on iOS inputs */
}
input[type="checkbox"] {
	-webkit-appearance: checkbox;
}
input[type="radio"] {
	-webkit-appearance: radio;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
img {
	-ms-interpolation-mode: bicubic;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0.1em;
	line-height: 0;
	visibility: hidden;
	overflow: hidden;
}
.clearfix {
	display: inline-block;
}
/* exlude MacIE5 \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* end MacIE5 */

.sp {
	display: none;
}

/* ----------------------------------------------------------------------
    Common
---------------------------------------------------------------------- */
body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	color: #111111;
	line-height: 1.5;
	box-sizing: border-box;
}

/* ----------------------------------------------------------------------
    fv
---------------------------------------------------------------------- */
#front #front_fv {
	background-image: url(img/fv_bk_pc.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 70px 0 115px;
}

#front #front_fv .fv_wrapper {
	max-width: 1360px;
	width: 100%;
	margin: 0 auto;
}

#front #front_fv .fv_wrapper.fv_wrapper {
	display: flex;
}

#front #front_fv .fv_wrapper .top_text_area {
	margin-bottom: 60px;
}

#front #front_fv .fv_wrapper .top_text_area .top {
	font-size: 26px;
	font-weight: 500;
}

#front #front_fv .fv_wrapper .top_text_area .top .large {
	font-size: 40px;
}

#front #front_fv .fv_wrapper .top_text_area .bottom {
	display: flex;
	align-items: center;
	gap: 13px;
	font-weight: 500;
}

#front #front_fv .fv_wrapper .top_text_area .bottom .orange {
	font-size: 20px;
	width: 100px;
	height: 40px;
	background-color: #ff7d4a;
	color: #fff;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

#front #front_fv .fv_wrapper .top_text_area .bottom .orange .inner {
	display: block;
}

#front #front_fv .fv_wrapper .top_text_area .bottom .text {
	display: block;
	font-size: 40px;
}

#front #front_fv .fv_wrapper .titie {
	font-weight: bold;
	font-size: 70px;
	line-height: 1.28;
	margin-bottom: 40px;
}

#front #front_fv .fv_wrapper .sub_text {
	font-size: 30px;
	line-height: 1.33;
	font-weight: 500;
	margin-bottom: 30px;
}

#front #front_fv .fv_wrapper .bottom_area {
	background-color: #ff7d4a;
	color: #fff;
	border-radius: 60px;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.7;
	max-width: 520px;
	width: 100%;
	text-align: center;
	padding: 20px 0;
}

#front #front_fv .fv_wrapper .sp_img_area {
	display: none;
}

/* ----------------------------------------------------------------------
    nayami
---------------------------------------------------------------------- */

#front #nayami {
	padding: 80px 0 90px;
	background-color: #fff;
}

#front #nayami h2 {
	text-align: center;
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 80px;
}

#front #nayami .nayami_box {
	border: 1px solid #707070;
	border-radius: 10px;
	max-width: 960px;
	margin: 0 auto;
	margin-bottom: 40px;
	padding: 40px;
}

#front #nayami .nayami_box ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#front #nayami .nayami_box ul li {
	width: 45%;
	position: relative;
	padding-left: 32px;
	margin-bottom: 20px;
	line-height: 1.77;
}
#front #nayami .nayami_box ul li:nth-child(7),
#front #nayami .nayami_box ul li:last-child {
	margin-bottom: 0;
}

#front #nayami .nayami_box ul li::before {
	content: "";
	display: block;
	width: 27px;
	height: 27px;
	background-image: url(img/fornt_nayami_check.png);
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 20%;
	left: 0;
}

#front #nayami .nayami_traiangle {
	text-align: center;
	margin-bottom: 30px;
}
#front #nayami .nayami_traiangle::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	border-top: 22px solid #1e9d98;
	border-bottom: 0;
	margin: 0 auto;
}

#front #nayami .nayami_solve_ara {
	background-color: #1e9d98;
	max-width: 330px;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	border-radius: 10px;
}

#front #nayami .nayami_solve_ara p {
	font-weight: bold;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 1.45;
}

/* ----------------------------------------------------------------------
    start
---------------------------------------------------------------------- */

#front #start {
	padding: 70px 0 100px;
	background-color: #1e9d98;
}

#front #start .start_title {
	background-color: #fff;
	max-width: 580px;
	width: 100%;
	margin: 0 auto 50px;
	position: relative;
	text-align: center;
	padding: 22px 0;
	border-radius: 15px;
}

#front #start .start_title::after {
	content: "";
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	border-top: 22px solid #fff;
	border-bottom: 0;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translate(-50%, 0);
}

#front #start .start_title .text {
	font-weight: bold;
	color: #1e9d98;
	font-size: 25px;
}

#front #start .top_text {
	text-align: center;
	font-size: 16px;
	line-height: 2;
	margin-bottom: 30px;
	font-weight: 500;
	color: #fff;
}

#front #start .start_list {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}

#front #start .start_list li {
	background-color: #fff;
	padding: 25px;
	border-radius: 10px;
	margin-bottom: 25px;
}

#front #start .start_list li h3 {
	font-weight: bold;
	margin-bottom: 10px;
}

#front #start .start_list li p {
	font-size: 16px;
	line-height: 1.5;
}

/* ----------------------------------------------------------------------
    point
---------------------------------------------------------------------- */

#front #point {
	padding: 70px 0;
	background-color: #fff;
}

#front #point h2 {
	text-align: center;
	margin-bottom: 50px;
	font-size: 26px;
}

#front #point .point_list {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	counter-reset: number 0;
}

#front #point .point_list li {
	margin-bottom: 40px;
	display: flex;
	gap: 25px;
	justify-content: space-between;
}

#front #point .point_list li .container_text {
	max-width: 535px;
}

#front #point .point_list li .container_img {
	max-width: 380px;
}

#front #point .point_list li:nth-child(even) {
	flex-direction: row-reverse;
}

#front #point .point_list h3 {
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 18px;
}

#front #point .point_list h3::before {
	content: "POINT" counter(number, decimal-leading-zero);
	counter-increment: number;
	display: block;
	font-size: 10px;
	font-family: "Roboto", "Noto Sans JP", sans-serif;
	color: #9a9a9a;
	line-height: 1;
}

#front #point .point_list p {
	font-size: 14px;
	line-height: 1.7;
}

#front #point .point_list .container_img img {
	width: 100%;
	height: auto;
}

/* ----------------------------------------------------------------------
    cv_area
---------------------------------------------------------------------- */

#front .cv_area {
	background-color: #f3f3f3;
	padding: 40px 0 50px;
}

#front .cv_area p {
	text-align: center;
	font-weight: bold;
	text-align: center;
	font-size: 26px;
	margin-bottom: 50px;
}

#front .cv_area .btn_area {
	max-width: 350px;
	width: 100%;
	margin: 0 auto;
}

#front .cv_area .btn_area a {
	display: block;
	width: 100%;
	background-color: #1e9d98;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	line-height: 80px;
	height: 80px;
	border-radius: 40px;
	font-size: 20px;
	border: 2px solid #1e9d98;
	transition: all 0.5s;
}

#front .cv_area .btn_area a:hover {
	background-color: #fff;
	color: #1e9d98;
}

/* ----------------------------------------------------------------------
    plan
---------------------------------------------------------------------- */

#front #plan {
	background-color: #1e9d98;
	padding: 80px 0;
}

#front #plan h2 {
	font-weight: bold;
	color: #fff;
	margin-bottom: 80px;
	text-align: center;
	font-size: 26px;
}

#front #plan .table_wrapper .swipe_element {
	display: none;
}

#front #plan .price_area {
	max-width: 780px;
	width: 100%;
	margin: 0 auto 70px;
}

#front #plan .price_top_araa {
	text-align: center;
}

#front #plan .option_area {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	max-width: 1040px;
	width: 100%;
	margin: 0 auto 40px;
}

#front #plan .option_area .option_item {
	width: calc((100% / 3) - 15px);
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	padding: 25px;
}

#front #plan .option_area .option_item h4 {
	color: #1e9d98;
	font-weight: bold;
	margin-bottom: 30px;
}

#front #plan .bottom_text {
	max-width: 1040px;
	width: 100%;
	color: #fff;
	margin: 0 auto;
}

#front #plan .price_table {
	max-width: 780px;
	width: 100%;
	margin: 0 auto;
	border: 1px solid #c7cec2;
}

#front #plan .price_table td {
	border: 1px solid #c7cec2;
}
#front #plan .price_table th {
	border: 1px solid #c7cec2;
	vertical-align: middle;
}

#front #plan .price_table th span {
	color: #1e9d98;
	font-weight: bold;
	font-size: 20px;
}

#front #plan .price_table tr:nth-child(even) {
	background-color: #c9fffd;
}

#front #plan .price_table tr:nth-child(odd) {
	background-color: #ffffff;
}

#front #plan .price_table tr:nth-child(1) {
	background-color: #186e6b;
	color: #fff;
}

#front #plan .price_table tr:nth-child(1) th:first-child {
	width: 235px;
	background-color: #333333;
	padding: 30px 0;
	font-size: 18px;
}

#front #plan .price_table tr:nth-child(1) th:nth-child(2) {
	width: 240px;
}

#front #plan .price_table tr:nth-child(1) th:nth-child(3) {
	width: 240px;
}

#front #plan .price_table td {
	padding: 40px 20px;
}

#front #plan .price_table tr:nth-child(2) td p {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}

#front #plan .price_table tr:nth-child(2) td p .price {
	font-size: 48px;
	font-family: "Roboto", "Noto Sans JP", sans-serif;
}

/* ----------------------------------------------------------------------
    example
---------------------------------------------------------------------- */

#front #example {
	padding: 70px 0 80px;
}

#front #example h2 {
	text-align: center;
	font-size: 26px;
	margin-bottom: 40px;
}

#front #example .example_content {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	counter-reset: number 0;
}

#front #example .example_content .example_item {
	width: calc((100% / 3) - 15px);
	border-radius: 15px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	padding: 20px 15px;
}

#front #example .example_content .example_item figure {
	margin-bottom: 15px;
}

#front #example .example_content .example_item figure img {
	width: 100%;
	height: auto;
}

#front #example .example_content .example_item .case_title {
	font-weight: bold;
	margin-bottom: 15px;
}

#front #example .example_content .example_item .case_title::before {
	content: "case " counter(number, decimal-leading-zero);
	counter-increment: number;
	display: block;
	font-size: 10px;
	font-family: "Roboto", "Noto Sans JP", sans-serif;
	color: #9a9a9a;
	line-height: 1;
}

#front #example .example_content .example_item .text_area_top {
	padding-bottom: 25px;
	position: relative;
	margin-bottom: 30px;
}

#front #example .example_content .example_item .text_area_top::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #1e9d98;
	position: absolute;
	bottom: 0;
	left: 0;
}

#front #example .example_content .example_item .text_area_top::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
	border-top: 16px solid #1e9d98;
	border-bottom: 0;
	position: absolute;
	bottom: -16px;
	left: 50%;
	transform: translate(-50%, 0);
}

#front #example .example_content .example_item .content_block .title {
	font-size: 14px;
	margin-bottom: 5px;
	color: #1e9d98;
}

#front #example .example_content .example_item .content_block p {
	font-size: 14px;
	line-height: 1.71;
}

#front
	#example
	.example_content
	.example_item
	.text_area_bottom
	.content_block {
	margin-bottom: 20px;
}

#front
	#example
	.example_content
	.example_item
	.text_area_bottom
	.content_block
	p {
	font-weight: bold;
}

/* ----------------------------------------------------------------------
    voice
---------------------------------------------------------------------- */

#front #voice {
	padding: 80px 0;
	background-color: #1e9d98;
}

#front #voice h2 {
	font-weight: bold;
	text-align: center;
	color: #fff;
	font-size: 26px;
	margin-bottom: 60px;
}

#front #voice .voice_list {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

#front #voice .voice_list li {
	width: calc((100% / 2) - 20px);
	background-color: #fff;
	padding: 40px 30px;
	border-radius: 15px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#front #voice .voice_list li h3 {
	font-weight: bold;
	color: #1e9d98;
	margin-bottom: 15px;
}

#front #voice .voice_list li p {
	font-size: 14px;
	line-height: 1.7;
}

/* ----------------------------------------------------------------------
    flow
---------------------------------------------------------------------- */

#front #flow {
	padding: 80px 0;
	background-color: #fff;
}

#front #flow h2 {
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 50px;
}

#front #flow .flow_list {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}

#front #flow .flow_list li {
	margin-bottom: 95px;
	position: relative;
}

#front #flow .flow_list li:last-child {
	margin-bottom: 0;
}

#front #flow .flow_list li h3 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}
#front #flow .flow_list li p {
	font-size: 16px;
	line-height: 1.5;
}

#front #flow .flow_list li::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 22px solid transparent;
	border-left: 22px solid transparent;
	border-top: 39px solid #1e9d98;
	border-bottom: 0;
	position: absolute;
	bottom: -75px;
	left: 50%;
	transform: translate(-50%, 0);
}

#front #flow .flow_list li:last-child:after {
	content: none;
}

/* ----------------------------------------------------------------------
    faq
---------------------------------------------------------------------- */

#front #faq {
	padding: 80px 0;
}

#front #faq h2 {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 50px;
}

#front #faq .faq_list {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}

#front #faq .faq_list li {
	max-width: 960px;
	width: 100%;
	margin: 0 auto 35px;
	padding-bottom: 35px;
	border-bottom: 1px solid #e3e3e3;
}

#front #faq .faq_list li:last-child {
	border-bottom: none;
}

#front #faq .faq_list li .question_area {
	margin-bottom: 20px;
	align-items: center;
	gap: 20px;
	display: flex;
}

#front #faq .faq_list li .question_area p {
	font-weight: bold;
}

#front #faq .faq_list li .answer_area {
	align-items: center;
	gap: 20px;
	display: flex;
}

#front #faq .faq_list li .answer_area p {
	font-size: 14px;
	line-height: 1.7;
}

/* ----------------------------------------------------------------------
    form もしフォーム設置する場合
---------------------------------------------------------------------- */

#front #form {
	padding: 80px 0;
}

#front #form h2 {
	text-align: center;
	margin-bottom: 50px;
	font-size: 26px;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	#front #front_fv {
		padding: 35px 5% 60px;
	}
	#front #front_fv .fv_wrapper .pc_img_area {
		display: none;
	}

	#front #front_fv .fv_wrapper .sp_img_area {
		display: block;
		margin-bottom: 20px;
	}

	#front #front_fv .fv_wrapper .sp_img_area img {
		width: 100%;
		height: auto;
	}

	#front #front_fv .fv_wrapper .top_text_area .top {
		font-size: 13px;
	}

	#front #front_fv .fv_wrapper .top_text_area .top .large {
		font-size: 20px;
	}

	#front #front_fv .fv_wrapper .top_text_area .bottom .orange {
		font-size: 12px;
		width: 70px;
		height: 25px;
	}

	#front #front_fv .fv_wrapper .top_text_area .bottom .text {
		font-size: 18px;
	}

	#front #front_fv .fv_wrapper .titie {
		font-size: 30px;
		margin-bottom: 20px;
	}

	#front #front_fv .fv_wrapper .sub_text {
		font-size: 16px;
	}

	#front #front_fv .fv_wrapper .top_text_area .bottom {
		gap: 5px;
	}

	#front #front_fv .fv_wrapper .top_text_area {
		margin-bottom: 15px;
	}

	#front #front_fv .fv_wrapper .bottom_area {
		font-size: 14px;
		line-height: 1.4;
		padding: 10px 0;
	}

	/* ----------------------------------------------------------------------
		common
	---------------------------------------------------------------------- */
	.sp {
		display: block;
	}

	.pc {
		display: none;
	}

	/* ----------------------------------------------------------------------
		nayami
	---------------------------------------------------------------------- */

	#front #nayami {
		padding: 40px 5% 45px;
	}

	#front #nayami h2 {
		margin-bottom: 40px;
		font-size: 22px;
	}

	#front #nayami .nayami_box {
		padding: 20px;
		margin-bottom: 20px;
	}

	#front #nayami .nayami_box ul li {
		width: 100%;
		font-size: 14px;
		margin-bottom: 10px;
	}
	#front #nayami .nayami_box ul li:nth-child(7) {
		margin-bottom: 10px;
	}

	#front #nayami .nayami_solve_ara {
		padding: 10px 0;
	}

	#front #nayami .nayami_solve_ara p {
		font-size: 16px;
	}

	/* ----------------------------------------------------------------------
		start
	---------------------------------------------------------------------- */

	#front #start {
		padding: 35px 5% 50px;
	}

	#front #start .start_title {
		padding: 10px;
		margin: 0 auto 25px;
	}

	#front #start .start_title .text {
		font-size: 20px;
	}

	#front #start .top_text {
		font-size: 14px;
		margin-bottom: 15px;
	}

	#front #start .start_list li p {
		font-size: 14px;
		line-height: 1.75;
	}

	/* ----------------------------------------------------------------------
		point
	---------------------------------------------------------------------- */

	#front #point {
		padding: 35px 5%;
	}

	#front #point h2 {
		margin-bottom: 40px;
		font-size: 22px;
	}

	#front #point .point_list li {
		flex-direction: column;
		gap: 10px;
	}

	#front #point .point_list li:nth-child(even) {
		flex-direction: column;
	}

	#front #point .point_list h3 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	#front #point .point_list p {
		font-size: 13px;
	}
	#front #point .point_list li .container_text {
		max-width: unset;
	}

	#front #point .point_list li .container_img {
		max-width: unset;
	}

	#front #point .point_list li .container_img figure {
		text-align: center;
	}

	/* ----------------------------------------------------------------------
		cv_area
	---------------------------------------------------------------------- */

	#front .cv_area {
		padding: 20px 5% 25px;
	}

	#front .cv_area p {
		font-size: 18px;
		margin-bottom: 25px;
	}

	#front .cv_area .btn_area a {
		font-size: 16px;
		line-height: 49px;
		height: 50px;
	}

	/* ----------------------------------------------------------------------
		plan
	---------------------------------------------------------------------- */

	#front #plan {
		padding: 40px 5%;
	}

	#front #plan h2 {
		font-size: 22px;
		margin-bottom: 40px;
	}

	#front #plan .table_wrapper {
		overflow-x: scroll;
		position: relative;
	}

	#front #plan .table_wrapper .swipe_element {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}

	#front #plan .table_wrapper .swipe_element img {
		width: 130px;
		height: 130px;
	}

	#front #plan .price_table {
		max-width: unset;
		width: 760px;
	}
	#front #plan .price_top_araa {
		width: 760px;
	}

	#front #plan .price_table tr:nth-child(1) th {
		font-size: 14px;
		padding: 20px 0;
	}

	#front #plan .price_table tr:nth-child(1) th:first-child {
		font-size: 14px;
		width: 160px;
	}

	#front #plan .price_table tr:nth-child(1) th:nth-child(2) {
		width: 200px;
	}

	#front #plan .price_table tr:nth-child(1) th:nth-child(3) {
		width: 200px;
	}

	#front #plan .price_table tr:nth-child(2) td p {
		font-size: 18px;
	}

	#front #plan .price_table tr:nth-child(2) td p .price {
		font-size: 27px;
	}

	#front #plan .price_table td {
		padding: 20px 10px;
		font-size: 14px;
	}

	#front #plan .option_area {
		flex-direction: column;
	}

	#front #plan .price_table th span {
		font-size: 16px;
	}

	#front #plan .option_area .option_item {
		width: 100%;
		padding: 15px;
	}

	#front #plan .option_area .option_item h4 {
		margin-bottom: 10px;
	}

	#front #plan .option_area .option_item p {
		font-size: 13px;
	}

	#front #plan .bottom_text {
		font-size: 14px;
	}

	/* ----------------------------------------------------------------------
		example
	---------------------------------------------------------------------- */

	#front #example {
		padding: 35px 5% 40px;
	}

	#front #example h2 {
		font-size: 22px;
		margin-bottom: 20px;
	}

	#front #example .example_content {
	}

	#front #example .example_content .example_item {
		width: 100%;
	}

	#front #example .example_content .example_item .case_title {
		margin-bottom: 10px;
	}

	#front #example .example_content .example_item .text_area_top {
		padding-bottom: 20px;
		margin-bottom: 25px;
	}

	#front
		#example
		.example_content
		.example_item
		.text_area_bottom
		.content_block {
		margin-bottom: 10px;
	}

	#front #example .example_content .example_item .content_block .title {
		margin-bottom: 3px;
	}

	/* ----------------------------------------------------------------------
		voice
	---------------------------------------------------------------------- */

	#front #voice {
		padding: 40px 5%;
	}

	#front #voice h2 {
		font-size: 22px;
		margin-bottom: 30px;
	}

	#front #voice .voice_list {
		flex-direction: column;
	}

	#front #voice .voice_list li {
		width: 100%;
		padding: 20px 15px;
	}

	/* ----------------------------------------------------------------------
		flow
	---------------------------------------------------------------------- */

	#front #flow {
		padding: 40px 5%;
	}

	#front #flow h2 {
		font-size: 22px;
		margin-bottom: 25px;
	}

	#front #flow .flow_list li {
		margin-bottom: 50px;
	}

	#front #flow .flow_list li::after {
		border-right: 10px solid transparent;
		border-left: 10px solid transparent;
		border-top: 17px solid #1e9d98;
		bottom: -27px;
	}

	#front #flow .flow_list li h3 {
		font-size: 16px;
		margin-bottom: 5px;
	}

	#front #flow .flow_list li p {
		font-size: 14px;
	}

	/* ----------------------------------------------------------------------
		faq
	---------------------------------------------------------------------- */

	#front #faq {
		padding: 40px 5%;
	}
	#front #faq h2 {
		font-size: 22px;
		margin-bottom: 25px;
	}

	#front #faq .faq_list li {
		margin: 0 auto 15px;
		padding-bottom: 15px;
	}

	#front #faq .faq_list li .question_area {
		margin-bottom: 10px;
		gap: 10px;
	}
	#front #faq .faq_list li .answer_area {
		gap: 10px;
	}

	/* ----------------------------------------------------------------------
		form もしフォーム設置する場合
	---------------------------------------------------------------------- */

	#front #form {
		padding: 40px 0;
	}

	#front #form h2 {
		font-size: 22px;
		margin-bottom: 25px;
	}
}
