@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap');

body,
html {
    font-family: 'Noto Sans JP', sans-serif, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif" !important;
}

/* line_link */
.line_link .bread_wrap,
.line_link .bread_wrap a {
	background: #09a75a;
	color: #FFF;
}
.line_link .bread_wrap a:hover {
	font-weight: bold;
}
.lineareabox {
	font-size: 120%;
	line-height: 1.6;
	letter-spacing: 0px;
}
.bg_green {
	background: #e3f2e7;
}
.last_box {
	padding-bottom: 50px;
}
.bg_inner {
    max-width: 1040px;
    margin: 0 auto;
    padding: 50px 20px;
}
.in_title {
	min-width: 100%;
	padding: 0 0 20px;
	font-weight: 750;
	font-size: 200%;
	text-align: center;
	color: #18b064;
}
.in_title > span {
	display: inline-block;
}
.gaiyo_box {
	position: relative;
	z-index: 1;
}
.gaiyo_box:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.84) 75%, rgba(255, 255, 255, 1) 90%);
}
.gaiyo_box .bg_inner {
	position: relative;
	z-index: 3;
}
.gaiyo_txt {
	width: 55%;
	margin: 0 auto 0 0;
}
.gaiyo_txt > h2 {
	max-width: 93%;
}
.gaiyo_txt > h2 > img {
	display: block;
	margin: 0 auto 0 0;
}
.gaiyo_txt h2 img + img {
	margin-top: 50px;
}
.gaiyo_phone {
	position: absolute;
	z-index: 4;
	bottom: -84px;
	right: -5%;
	margin: auto;
	max-width: 55%;
	max-height: 100%;
}
.gaiyo_intxt {
	margin-top: 30px;
	font-weight: 750;
	line-height: 1.8;
	font-size: 120%;
	letter-spacing: -1px;
}
.gaiyo_intxt em {
	color: #89c53f;
}
.btn_download {
	display: block;
	position: relative;
	z-index: 5;
	width: 100%;
	max-width: 330px;
	background: #89c53f;
	color: #FFF;
	text-align: center;
	padding: 0.7em 1.8em 0.6em;
	margin: 30px auto 0;
	border-radius: 50px;
	font-weight: bold;
	transition: 0.3s;
	font-size: 120%;
}
.btn_download:after {
	position: absolute;
	right: 1em;
	content: "→";
	display: inline-block;
	font-weight: normal;
	font-size: 110%;
}
.btn_download:hover {
	background: #09a75a;
}
.about_box {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: 20px;
}
.about_txt {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 20em;
}
.about_txt dt {
	font-weight: bold;
	font-size: 220%;
	letter-spacing: -1px;
}
.about_txt dd {
	margin: 20px auto 1.1em;
	line-height: 1.8;
	font-size: 105%;
}
.about_img {
	flex-basis: 55%;
}
.image_first,
.image_second {
	padding: 40px 20px;
	text-align: center;
	background: #FFF;
	border-radius: 10px;
}
.image_txt {
	padding: 30px 0 10px;
	text-align: center;
	font-weight: bold;
	font-size: 125%;
}
.image_txt > span {
	display: inline-block;
}
.functions_box {
	color: #231f20;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 20px;
}
.border_box {
	border: 1px solid #aeafb3;
	border-radius: 15px;
	padding: 30px 4%;
}
.functions_box > .in_title {
	padding: 0;
}
.functions_ul {
    min-width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap:  10px;
}
.f_right {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.txt_box {
	flex-grow: 1;
	max-width: 62%;
}
li.img_box {
	padding: 0 10px;
}
.functions_box > dl {
	width: calc(50% - 10px);
}
.functions_box dt {
	font-weight: bold;
	font-size: 161%;
}
.functions_box dd {
	margin: 15px auto 0;
}
.functions_txt {
	width: 100%;
	font-size: 120%;
	font-weight: bold;
	color: #18b064;
	text-align: center;
}
.function_list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem 1rem;
    text-align: center;
    font-size: 115%;
}
.function_list > li {
    min-width: calc(33.3333% - 1rem);
    -webkit-flex: 1;
    flex: 1;
    background: #FFF;
    color: #18b064;
    padding: 0.7em 1% 0.6em;
    font-weight: 550;
    border-radius: 10px;
    font-size: 115%;
}
.plan_price,
.plan_compare {
	margin: 50px auto 0;
}
.pp_table_wrap {
	background: #FFF;
	padding: 2.6rem 4%;
	text-align: center;
	border-radius: 15px;
}
.pp_zero {
	display: table;
	width: 13em;
	margin: 0 auto;
	border: 2px solid;
	border-radius: 50px;
	color: #18b064;
	font-size: 150%;
	line-height: 1;
}
.pp_zero > span {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	padding: 10px 0 0;
}
.pp_zero > em {
	display: table-cell;
	vertical-align: middle;
	font-size: 210%;
	font-weight: 700;
	letter-spacing: 3px;
	padding: 6px 0 11px 13px;
	text-align: left;
}
.pp_plus {
	width: 2em;
	height: 1.2em;
	line-height: 1.2;
	text-align: center;
	margin: 0 auto;
	font-size: 250%;
	font-weight: 900;
}
.pp_table {
	width: 100%;
	text-align: center;
	font-size: 85%;
	line-height: 1;
	border-collapse: separate;
	border-spacing: 15px 0;
}
.pp_table th,
.pp_table td {
	padding: 0.3em 1%;
}
.pp_table tr:first-child th:nth-child(2) {
	border-bottom: 10px solid #FFF;
}
.pp_table tr:not(:nth-child(2)) > th:first-child > span {
	display: inline-block;
	width: 100%;
	max-width: 15em;
	padding: 0.6em 2%;
	background: #f2f3f4;
	border-radius: 30px;
}
th.width_fix {
	width: 28%;
	padding: 0.3em 0;
}
.small_txt {
	display: inline-block;
	padding-left: 3px;
	font-size: 85%;
}
.pp_table tr:first-child > th > span,
.pp_table tr:nth-child(2) > th > span {
	display: inline-block;
	width: 98%;
	padding: 0.6em 2%;
	background: #18b064;
	color: #FFF;
	border-radius: 30px;
	font-weight: normal;
}
.pp_table tr:nth-child(2) > th > span {
	width: 90%;
}
.pp_table tr:nth-child(2) > th > span > span {
	display: inline-block;
}
.pp_table tr:nth-child(2) > th {
	border-radius: 10px 10px 0 0;
	padding: 1.2rem 1% 0.8rem;
	vertical-align: middle;
}
.pp_table tr:nth-child(2) th,
.pp_table td:not(:first-child) {
	background: #f2f3f4;
	font-weight: bold;
}
.pp_table tr:nth-child(2) > th:first-child,
.pp_table td:nth-child(2) {
	border-left: none;
}
.pp_table td:not(:first-child) > em {
	font-size: 200%;
	letter-spacing: -1px;
	padding-right: 2px;
}
.pp_table td:not(:first-child) > span {
	display: inline-block;
	padding: 5px 0 0;
}
.td_last {
	border-radius: 0 0 10px 10px;
	padding-bottom: 1.5rem;
}
.plan_addtxt > span {
	display: inline-block;
	font-size: 80%;
}
.plan_addtxt {
	margin: 1rem auto 0;
	color: #888286;
	line-height: 1.3;
	font-size: 92%;
}
.pb_table {
	width: 100%;
	text-align: center;
	border-radius: 10px;
	font-size: 110%;
	word-wrap: break-word;
	overflow-wrap : break-word;
}
.pb_table th:first-child {
  border-radius: 10px 0 0 0;
}
.pb_table th:last-child {
  border-radius: 0 10px 0 0;
}
.pb_table tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}
.pb_table tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}
.pb_table th {
	background: #18b064;
	color: #FFF;
	padding: 0.7em 1% 0.5em;
	vertical-align: middle;
}
.pb_table th > span {
	display: inline-block;
}
.pb_table th:not(:first-child) {
	border-left: 1px solid;
}
.pb_table td {
	background: #FFF;
	padding: 0.8rem 1.5rem 0.7rem;
	vertical-align: middle;
	font-weight: 550;
}
.pb_table td:first-child {
	text-align: left;
}
.pb_table td:not(:first-child) {
	border-left: 1px solid #18af64;
}
.pb_table tr:not(:first-child) {
	border-top: 1px solid #18af64;
}
.pb_table td.c_green {
	color: #18af64;
}
.pb_table td > em {
	font-size: 170%;
	font-weight: 600;
	color: #18af64;
	letter-spacing: -1px;
}
.pb_table td > span {
	display: inline-block;
}
.f_big {
	font-size: 150%;
	font-weight: 500;
}
.pc_none {
	display: none;
}

@media screen and (max-width: 1040px){
	.lineareabox {
		font-size: 110%;
	}
	.br_none {
		display: none;
	}
	.gaiyo_phone {
		bottom: 5%;
		right: 0;
		max-width: 45%;
	}
	.gaiyo_txt h2 img + img {
		margin-top: 1.5rem;
	}
	.about_txt dt {
		font-size: 190%;
	}
	.image_first,
	.image_second {
		padding: 20px;
	}
	.border_box,
	.pp_table_wrap {
		padding: 30px 20px;
	}
	.functions_box dt > span {
		display: inline-block;
	}
}
@media screen and (max-width: 800px){
	.lineareabox {
		font-size: 105%;
	}
	.pc_none {
		display: block;
	}
	.sp_none {
		display: none;
	}
	.br2_none {
		display: none;
	}
	.gaiyo_phone {
		bottom: 10%;
	}
	.about_txt dd {
		margin: 10px auto 0;
	}
	.about_txt {
	    max-width: 50%;
	}
	.about_box {
	    -webkit-align-items: center;
	    align-items: center;
	}
	.gaiyo_intxt,
	.about_txt dd {
		line-height: 1.6;
	}
	.functions_box > dl {
		width: 100%;
	}
	.functions_ul.border_box {
		display: block;
	}
	.txt_box {
		max-width: 100%;
	}
	li.img_box {
		padding: 30px 0 0 0;
		text-align: center;
	}
	.pp_table {
		border-spacing: 5px 0;
	}
	.pp_table_wrap {
		font-size: 90%;
	}
	.pp_table tr:nth-child(2) > th > span {
	    width: 100%;
	}
	.pb_table {
		font-size: 88%;
	}
}
@media screen and (max-width: 649px){
	.lineareabox {
		line-height: 1.3;
	}
	.gaiyo_txt {
		width: 100%;
		margin: 0 auto 0;
	}
	.gaiyo_txt > h2 {
	    max-width: 100%;
	    padding: 0 3%;
	}
	.gaiyo_txt h2 img + img {
		margin-top: 4%;
	}
	.gaiyo_phone {
		position: relative;
		max-width: 60%;
		margin: 40px auto 0;
	}
	.about_box {
	    display: block;
	}
	.about_txt {
	    max-width: 100%;
	}
	.about_img {
		margin: 20px auto 0;
	}
	.border_box,
	.pp_table_wrap {
		padding: 25px 3%;
	}
	.function_list {
	    gap: 5px 5px;
	    font-size: 100%;
	}
	.image_first,
	.image_second {
		padding: 3%;
	}
	.pp_table_wrap {
		font-size: 80%;
	}
	.pb_table td {
		padding: 0.7rem 2% 0.5rem;
	}
}
@media screen and (max-width: 500px){
	.oth_vis .txt_list h1 {
		font-size: 160%;
	}
	.lineareabox {
		font-size: 100%;
	}
	.bg_inner {
	    padding: 50px 3%;
	}
	dd > .functions_ul {
		display: block;
	}
	.function_list > li {
		min-width: 45%;
	}
	.pp_table_wrap {
		padding: 25px 0;
		font-size: 75%;
	}
	.pb_table {
	    font-size: 80%;
	}
	.pb_table td > em {
		font-size: 150%;
	}
}
@media screen and (max-width: 320px){
	.lineareabox {
	font-size: 62.5%;
	}
}
