@charset "utf-8";

.cmn_mv__ttl {
	max-width: 228px;
	left: 20px;
}

.pdf_btn {
	position: fixed;
	right: 0;
	max-width: 49px;
	z-index: 10;
	width: 100%;
}
.pdf_btn02 {
	display: none;
}
.pdf_btn_link {
	width: 100%;
	background-color: #33BAD6;
	border-radius: 10px 0 0 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 5px;
}
.pdf_btn_link02 {
	width: 100%;
	background-color: #fabe00;
	border-radius: 0 10px 10px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 15px;
}
.pdf_btn_link02:hover{
	z-index: 0;
}
.pdf_icon {
	display: block;
	width: 30px;
	height: 33px;
}

.pdf_txt {
	margin-top: 5px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #fff;
}
.pdf_txt02 {
	margin-top: 5px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #070707;
	font-weight: bold;
}
.kintone__wrap {
	padding: 0 30px;
}

.sect01 {
	margin: 17px 0 35px;
}

.kintone__sect01_lead_logo {
	margin-bottom: 20px;
}

.kintone__txt {
	font-size: 13px;
	line-height: 1.5;
}

.kintone__lead_txt {
	font-size: 12px;
	line-height: 2;
}

.kintone__sect01_txt_area {
	margin-bottom: 20px;
}

.kintone__sect02_ttl {
	margin-bottom: 20px;
}

.kintone__sect02_box_area {
	display: flex;
	flex-wrap: wrap;
}

.kintone__sect02_box {
	width: calc((100% - 18px)/2);
	margin-right: 18px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 160px;
	margin-bottom: 15px;
}

.kintone__sect02_box:nth-child(2n) {
	margin-right: 0;
}

.kintone__sect02_box:nth-last-child(-n + 2) {
	margin-bottom: 0;
}

.kintone__sect02_box_txt {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	padding: 0 10px;
	border-radius: 10px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #FDEBB2;
	position: relative;
}

.kintone__sect02_box_txt::before {
	display: block;
	content: "";
	position: absolute;
	bottom: -20px;
	left: 15px;
	background: url("../img/kintone/hukidashi_img.svg") no-repeat;
	background-size: contain;
	width: 20px;
	height: 24px;
}

.kintone__sect02_box_img {
	width: 100%;
	margin: 0 auto;
}

.kintone__sect02_box:nth-child(1) .kintone__sect02_box_img {
	max-width: 77px;
}

.kintone__sect02_box:nth-child(2) .kintone__sect02_box_img {
	max-width: 65px;
}

.kintone__sect02_box:nth-child(3) .kintone__sect02_box_img {
	max-width: 83px;
}

.kintone__sect02_box:nth-child(4) .kintone__sect02_box_img {
	max-width: 83px;
}

.kintone__sect02_box:nth-child(5) .kintone__sect02_box_img {
	max-width: 65px;
}

.kintone__sect02_box:nth-child(6) .kintone__sect02_box_img {
	max-width: 83px;
}

.kintone__sect02_box:nth-child(7) .kintone__sect02_box_img {
	max-width: 68px;
}

.kintone__sect02_box:nth-child(8) .kintone__sect02_box_img {
	max-width: 80px;
}

.bg_obj_btm::after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-left: 22px solid transparent;
	border-right: 22px solid transparent;
	border-top: 23px solid #fff;
	position: absolute;
	bottom: -23px;
	left: 50%;
	transform: translateX(-50%);
}

.kintone__center_txt {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3;
	background-color: #FDEBB2;
	padding: 35px 0 20px;
}

.kintone_en_txt {
	font-size: 120%;
}

.sect02 {
	padding-bottom: 20px;
}

.sect03 {
	padding: 20px 0 25px;
}

.kintone__sect03_img {
	margin-bottom: 20px;
}

.kintone__sect03_sub_ttl01 {
	max-width: 275px;
	margin-bottom: 20px;
}

.kintone__sect03_flex {
	display: flex;
	align-items: flex-end;
	margin-top: 15px;
}

.kintone__sect03_logo {
	width: 132px;
}

.kintone__sect03_flex .kintone__txt {
	width: calc(100% - 91px);
	margin-bottom: 2px;
	margin-left: 15px;
}

.kintone__sect03_sub_ttl02 {
	text-align: center;
	font-size: 33px;
	margin-top: 35px;
	margin-bottom: 25px;
	line-height: calc(33 / 24);
}

.kintone__sect03_sub_ttl02>span {
	padding: 0 2.5px;
	font-size: 18px;
}

.kintone__sect03_list_txt {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}

.kintone__sect03_list {
	display: flex;
	flex-wrap: wrap;
}

.kintone__sect03_list>li {
	width: calc((100% - 25px)/2);
	margin-right: 25px;
	margin-bottom: 20px;
}

.kintone__sect03_list>li:nth-child(2n) {
	margin-right: 0;
}

.kintone__sect03_list>li:nth-child(1) .kintone__sect03_list_icon {
	max-width: 97px;
	margin: 3px auto 9px;
}

.kintone__sect03_list>li:nth-child(2) .kintone__sect03_list_icon {
	max-width: 75px;
	margin: 0 auto 5px;
}

.kintone__sect03_list>li:nth-child(3) .kintone__sect03_list_icon {
	max-width: 95px;
	margin: 0 auto 7px;
}

.kintone__sect03_list>li:nth-child(4) .kintone__sect03_list_icon {
	max-width: 85px;
	margin: 0 auto 5px;
}

.kintone__sect03_list>li:nth-child(5) .kintone__sect03_list_icon {
	max-width: 80px;
	margin: 0 auto 5px;
}

.kintone__sect03_list>li:nth-child(6) .kintone__sect03_list_icon {
	max-width: 77px;
	margin: 20px auto 26px;
}

.sect04 {
	padding: 30px 0 25px;
	background-color: #FDEBB2;
}

.kintone__sect04_ttl {
	font-size: 32px;
	margin-bottom: 20px;
	line-height: calc(33 / 24);
}

.kintone__sect03_sub_ttl02>span {
	padding: 0 2.5px;
	font-size: 18px;
}

.kintone__sect04_box_ttl_area {
	display: flex;
	background-color: #fff;
	padding: 7px 7px 15px;
	border-radius: 7px;
	position: relative;
	margin-bottom: 15px;
}

.kintone__sect04_box_case {
	width: 54px;
	margin-right: 10px;
}

.kintone__sect04_box_ttl {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.3;
	margin-top: 5px;
}

.kintone__sect04_box_ttl_area.bg_obj_btm::after {
	bottom: -13px;
}

.kintone__sect04_box_img {
	margin-bottom: 20px;
}

.sect04_img01 {
	max-width: 210px;
	margin: 0 auto 20px;
}

.sect04_img02 {
	max-width: 252px;
	margin: 0 auto 20px;
}

.kintone__arrow::before {
	display: block;
	content: "";
	width: 25px;
	height: 25px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	transform: rotate(45deg);
	margin: 15px auto;
}

.kintone__sect04_box {
	margin-bottom: 30px;
}

.sect04_img03 {
	max-width: 235px;
	margin: 10px auto 20px;
}

.sect04_img04 {
	max-width: 257px;
	margin: 0 auto 20px;
}

.sect04_img05 {
	max-width: 253px;
	margin: 10px auto 20px;
}

.sect04_img06 {
	max-width: 281px;
	margin: 10px auto 20px;
}

.kintone__sect04_box:last-child {
	margin-bottom: 0;
}

.sect05 {
	background-color: #ECF0F4;
	padding: 30px 0;
}

.kintone__sect05_box_area {
	margin-top: 30px;
}

.kintone__sect05_box {
	background-color: #fff;
	padding: 15px 30px 20px;
	margin-bottom: 20px;
}

.kintone__sect05_box:last-child {
	margin-bottom: 0;
}

.kintone__sect05_box_ttl_area {
	display: flex;
}

.sect05_box_ttl01 .kintone__sect05_box_icon {
	width: 56px;
	margin-right: 15px;
}

.sect05_box_ttl02 .kintone__sect05_box_icon {
	width: 62px;
	margin-right: 15px;
	margin-top:25px;
}

.kintone__sect05_box_ttl {
	font-size: 19px;
	line-height: 1.3;
}

.sect05_box_ttl01 {
	align-items: flex-end;
	margin-bottom: 20px;
}

.mini_logo {
	max-width: 106px;
	margin-top: 10px;
}

.sect05_box_ttl02 {
	margin-bottom: 15px;
}

.hinto {
	display: flex;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	align-items: baseline;
}

.hinto dd:first-child {
	width: 36px;
	margin-right: 5px;
}

.hinto dd:nth-child(2) {
	width: 127px;
}

.hinto:last-child {
	margin-top: 10px;
}

.hinto_area {
	margin-top: 10px;
}

.kintone__sect06_plan_area {
	margin-top: 57px;
}

.sect06 {
	background-color: #FDEBB2;
	padding: 35px 0;
}

.sect06 .slick-dots {
	bottom: auto;
	top: -35px;
}

.sect06 .slick-dots li.slick-active button:before {
	background-color: #33BAD6;
	border: #33BAD6;
}

.sect06 .slick-dotted.slick-slider {
	margin-bottom: 5px;
}

.kintone__sect06_note {
	font-size: 10px;
	line-height: 1.4;
}

.sect07 {
	padding: 30px 0 50px;
}

.kintone__list::before {
	height: 95%;
}

/* 料金プランコーディング */
.len01 {
	width: 98px;
}

.len02 {
	width: 98px;
}

.len03 {
	width: 98px;
}

.top_lin_txt {
	font-size: 9px;
	line-height: 1.3;
	text-align: center;
}

.s_lin_txt {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}

.s_lin_txt td {
	padding: 10px 0;
	vertical-align: middle;
}

.txt01 {
	background-color: #33BAD6;
	color: #fff;
	padding: 5px 10px;
}

.txt02 {
	background-color: #666;
	color: #fff;
	padding: 5px 10px;
}

.txt03 {
	background-color: #ffc000;
	color: #000;
	padding: 5px 10px;
}

.co01 {
	background-color: #C1EAF3;
}

.co02 {
	background-color: #E6E6E6;
}

.co03 {
	background-color: #fff;
	vertical-align: middle;
}

.co04 {
	background-color: #F2F2F2;
	vertical-align: middle;
}

.co05 {
	background-color: #66CBE0;
	vertical-align: middle;
}

.co06 {
	background-color: #C1EAF3;
	vertical-align: middle;
}

.co07 {
	background-color: #f2e6c2;
	vertical-align: middle;
}

.co08 {
	background-color: #ffc000;
	vertical-align: middle;
}

.co09 {
	background-color: #f2e6c2;
	vertical-align: middle;
}

.kintone__sect06_plan_list tr {
	text-align: center;
	line-height: 1.3;
}

.kintone__sect06_plan_list tr th {
	font-size: 12px;
	font-weight: bold;
}

.th_lin_txt {
	height: 53px;
}

.fo_lin_txt {
	height: 53px;
}

.fa_lin_txt {
	height: 53px;
}

.si_lin_txt {
	height: 26px;
}

.se_lin_txt {
	height: 26px;
}

.ei_lin_txt {
	height: 26px;
}

.ni_lin_txt {
	height: 26px;
}

.ten_lin_txt {
	height: 26px;
}

.el_lin_txt {
	height: 26px;
}

.tw_lin_txt {
	height: 53px;
}

.prs {
	font-size: 18px;
	font-weight: bold;
}

.prs>span {
	font-size: 9px;
}

.kintone__sect06_plan_list .fa_lin_txt th,
.kintone__sect06_plan_list .si_lin_txt th,
.kintone__sect06_plan_list .se_lin_txt th,
.kintone__sect06_plan_list .ei_lin_txt th,
.kintone__sect06_plan_list .ni_lin_txt th,
.kintone__sect06_plan_list .ten_lin_txt th,
.kintone__sect06_plan_list .el_lin_txt th,
.kintone__sect06_plan_list .tw_lin_txt th {
	font-size: 9px;
	font-weight: normal;
}

.kintone__sect06_plan_list .fa_lin_txt th>span,
.kintone__sect06_plan_list .tw_lin_txt th>span {
	font-size: 12px;
	font-weight: bold;
}

.sup {
	vertical-align: super;
	font-size: 12px;
	color: #FF0000;
}

.hukidashi {
	position: relative;
}

.hukidashi::before {
	display: block;
	content: "";
	position: absolute;
	top: -20px;
	left: -30px;
	background: url("../img/kintone/list_hukidashi.svg") no-repeat;
	background-size: contain;
	width: 38px;
	height: 38px;
}

.slick-initialized .slick-slide {
	overflow-y: visible;
}

.slick-initialized .slick-slide {
	padding-top: 30px;
}

.slick-list {
	overflow-y: visible;
}
.kintone__banner--sp{
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 1000;
	max-width: 700px;
	left: 50%;
	transform: translateX(-50%) translateY(100%);
	transition: transform .5s linear;
}
.kintone__banner--sp img{
width: 100%;
}
footer{
	padding-bottom: 100px;
}
.scroll_btn{
	bottom: 135px;
}
.kintone__banner--sp.kintone--s{
	transform: translateX(-50%) translateY(0);
}
.kintone__banner--pc{
	display: none;
}
.contact__banner{
	display: none;
}
/* ==ここまで== */
@media screen and (max-width:767px) {

	.pdf_icon+.pdf_btn_link_sp {
		display: none;
	}

	.pdf_icon.is_btn_open+.pdf_btn_link_sp {
		display: block;
	}



	.kintone__sect06_plan_area {
		margin-top: 50px;
	}

	.sect06 .slick-dots {
		top: -40px;
	}

	/* .hukidashi::before {
		left: 50%;
		transform: translate(10px, -40%);
	} */

}

@media screen and (min-width:768px) {
	.contact__banner{
		display: block;
	}
	footer{
		padding-bottom: inherit;
	}
	.pdf_btn02 {
		position: fixed;
		/* left: 0; */
		right: 0;
		max-width: 49px;
		z-index: 10;
		width: 100%;
		display: block;
		cursor: pointer;
		transform: translate(calc(100% + 15px),0);
		transition: transform .5s linear;
		bottom: 180px;
	}
	.pdf_btn02.pdf_btn02--active {
		transform: translate(0,0);
		transition-delay:0.5s;
	}
	.kintone__banner__toggle01{
		background-color: #070707;
		width: 30px;
		height: 30px;
		border-radius: 100px;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		margin-left: auto;
		margin-right: 0;
		cursor: pointer;
		transform: translateX(0) translateY(50%);
		font-size: 180%;
		position: relative;
		z-index: 10;
	}
	.kintone__banner__toggle02{
		background-color: #070707;
		width: 30px;
		height: 30px;
		border-radius: 100px;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		margin-left: auto;
		margin-right: 0;
		cursor: pointer;
		transform: translateX(0) translateY(50%);
		font-size: 180%;
		position: relative;
		z-index: 10;
	}
	.kintone__banner--pc{
		display: block;
		position: fixed;
		z-index: 1000;
		right: 0;
		bottom: 30px;
		transform: translate(calc(100% + 15px),0);
		transition: transform .5s linear;
		bottom: 180px;
	}
	.kintone__banner--pc a{
		position: relative;
		z-index: 0;
	}
	.kintone__banner--pc.kintone__banner-pc__active{
		transform: translate(0,0);
		transition-delay:0.5s;
	}
	.scroll_btn{
		bottom: 35px;
	}
	.kintone__banner--sp{
		display: none !important;
	}
	.cmn_mv__ttl {
		max-width: 450px;
	}

	.kintone__sect03_img {
		margin-bottom: 0;
		margin-right: 20px;
	}

	.kintone__sect03_sub_ttl02 {
		max-width: 526px;
		font-size: 41px;
		margin: 80px auto 65px;
		text-align: center;
	}

	.kintone__sect03_sub_ttl02>span {
		font-size: 25px;
	}

	.kintone__sect04_ttl {
		max-width: 350px;
		margin: 0 auto 20px;
	}

	.kintone__sect04_ttl>span {
		font-size: 16px;
		padding: 0 2.5px;
	}

	.kintone__sect04_box_cont01,
	.kintone__sect04_box_cont02 {
		width: 300px;
	}

	.sect04_img01 {
		max-width: 300px;
		margin: 15px auto 33px;
	}

	.kintone__sect04_box_ttl_area {
		align-items: center;
	}

	.sect04_img02 {
		max-width: 365px;
	}

	.sect04 .pc_flex {
		justify-content: space-between;
	}

	.kintone__arrow {
		position: relative;
	}

	.kintone__arrow::before {
		position: absolute;
		top: 40%;
		right: 0;
		transform: rotate(316deg);
		width: 30px;
		height: 30px;
	}

	.kintone__sect04_box {
		margin-bottom: 75px;
	}

	.sect04_img03 {
		max-width: 309px;
	}

	.sect04_img04 {
		max-width: 294px;
		margin: 3px auto 20px;
	}

	.sect04_img05 {
		max-width: 326px;
	}

	.sect04_img06 {
		max-width: 367px;
		margin: 20px auto;
	}

	.kintone__sect05_box_area {
		display: flex;
		flex-wrap: wrap;
	}

	.kintone__sect05_box {
		width: calc((100% - 50px)/2);
		margin-right: 50px;
		min-height: 337px;
		margin-bottom: 0;
		padding: 20px 30px;
		border-radius: 20px;
	}

	.kintone__sect05_box:last-child {
		margin-right: 0;
	}

	.kintone__sect06_plan_area .slick-track li table {
		width: 97%;
		margin: 0 auto;
	}
}

@media screen and (min-width:1025px) {
	.sect06 .cmn__ttl_area {
		margin-bottom: 80px;
	}

	.pdf_btn {
		top: 25vw;
		bottom: 100px;
	}
	.pdf_btn02 {
		/* top: 25vw;
		bottom: 100px; */
	}
	.kintone__banner--pc{
		/* top: calc(25vw - 30px); */
	}
	.pdf_btn_link {
		padding: 15px;
	}

	.cmn_mv__ttl {
		max-width: 673px;
		left: 70px;
	}

	.kintone__wrap {
		padding: 0;
		max-width: 1000px;
		margin: 0 auto;
	}

	.sect01 {
		margin: 80px 0;
	}

	.kintone__sect01_lead_logo {
		max-width: 770px;
		margin-bottom: 70px;
	}

	.kintone__lead_txt {
		font-size: 22px;
	}

	.kintone__txt {
		font-size: 16px;
	}

	.kintone__sect01_img {
		width: 450px;
		position: absolute;
		top: -40px;
		right: -75px;
	}

	.sect01 .kintone__wrap {
		position: relative;
	}

	.kintone__sect02_ttl {
		max-width: 681px;
		margin: 0 auto 45px;
	}

	.kintone__sect02_box {
		width: calc((100% - 160px)/4);
		margin-right: 40px;
		margin-bottom: 45px;
		height: 272px;
	}

	.kintone__sect02_box:nth-child(2n) {
		margin-right: 40px;
	}

	.kintone__sect02_box:nth-child(4n) {
		margin-right: 0;
	}

	.kintone__sect02_box_txt {
		font-size: 18px;
		height: 90px;
	}

	.kintone__sect02_box_txt::before {
		width: 31px;
		height: 38px;
		bottom: -30px;
	}

	.kintone__sect02_box:nth-child(1) .kintone__sect02_box_img {
		max-width: 128px;
	}

	.kintone__sect02_box:nth-child(2) .kintone__sect02_box_img {
		max-width: 116px;
	}

	.kintone__sect02_box:nth-child(3) .kintone__sect02_box_img {
		max-width: 138px;
	}

	.kintone__sect02_box:nth-child(4) .kintone__sect02_box_img {
		max-width: 140px;
	}

	.kintone__sect02_box:nth-child(5) .kintone__sect02_box_img {
		max-width: 116px;
	}

	.kintone__sect02_box:nth-child(6) .kintone__sect02_box_img {
		max-width: 140px;
	}

	.kintone__sect02_box:nth-child(7) .kintone__sect02_box_img {
		max-width: 113px;
	}

	.kintone__sect02_box:nth-child(8) .kintone__sect02_box_img {
		max-width: 133px;
	}

	.kintone__sect02_box:nth-last-child(-n + 4) {
		margin-bottom: 0;
	}

	.bg_obj_btm::after {
		border-left: 61px solid transparent;
		border-right: 61px solid transparent;
		border-top: 56px solid #fff;
		bottom: -55px;
	}

	.sect02 {
		padding-top: 74px;
		padding-bottom: 70px;
	}

	.kintone__center_txt {
		font-size: 41px;
		padding: 78px 0 38px;
	}

	.sect03 {
		padding: 58px 0;
	}

	.kintone__sect03_img {
		width: 508px;
		margin-right: 35px;
		margin-left: -53px;
	}

	.kintone__sect03_txt_area {
		width: calc(100% - 490px);
	}

	.kintone__sect03_sub_ttl01 {
		max-width: 362px;
		margin-bottom: 35px;
	}

	.kintone__sect03_flex {
		margin-top: 25px;
	}

	.kintone__sect03_logo {
		width: 420px;
	}

	.kintone__sect03_flex .kintone__txt {
		width: calc(100% - 120px);
	}

	.kintone__sect03_sub_ttl02 {
		max-width: 626px;
	}

	.kintone__sect03_list>li {
		width: 130px;
		margin-right: 40px;
		margin-bottom: 0;
	}

	.kintone__sect03_list>li:nth-child(2n) {
		margin-right: 40px;
	}

	.kintone__sect03_list>li:last-child {
		margin-right: 0;
	}

	.kintone__sect03_list>li:nth-child(1) .kintone__sect03_list_icon {
		max-width: 115px;
		margin: 3px auto 24px;
	}

	.kintone__sect03_list>li:nth-child(2) .kintone__sect03_list_icon {
		max-width: 88px;
		margin: 0 auto 20px;
	}

	.kintone__sect03_list>li:nth-child(3) .kintone__sect03_list_icon {
		max-width: 112px;
		margin: 0 auto 20px;
	}

	.kintone__sect03_list>li:nth-child(4) .kintone__sect03_list_icon {
		max-width: 100px;
		margin: 0 auto 20px;
	}

	.kintone__sect03_list>li:nth-child(5) .kintone__sect03_list_icon {
		max-width: 95px;
		margin: 0 auto 13px;
	}

	.kintone__sect03_list>li:nth-child(6) .kintone__sect03_list_icon {
		max-width: 90px;
		margin: 20px auto 40px;
	}

	.kintone__sect03_list {
		justify-content: center;
	}

	.sect04 {
		padding: 80px 0;
	}

	.kintone__sect04_ttl {
		font-size: 41px;
		max-width: 491px;
	}

	.kintone__sect04_ttl>span {
		font-size: 25px;
	}

	.kintone__sect04_box_ttl_area {
		padding: 15px;
		align-items: center;
		max-width: 785px;
		margin: 0 auto 15px;
	}

	.kintone__sect04_box_ttl_area.bg_obj_btm::after {
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-top: 20px solid #fff;
		bottom: -20px;
	}

	.kintone__sect04_box_case {
		width: 79px;
	}

	.kintone__sect04_box_ttl {
		font-size: 23px;
	}

	.kintone__sect04_box_cont01,
	.kintone__sect04_box_cont02 {
		width: 451px;
	}

	.sect05 .kintone__lead_txt {
		font-size: 20px;
		text-align: center;
	}

	.sect05 {
		padding: 80px 0;
	}

	.sect06 {
		padding: 80px 0;
	}

	.kintone__sect05_box_ttl {
		margin-top: 25px;
		font-size: 25px;
	}

	.mini_logo {
		text-align: center;
		margin: 10px auto 0;
		max-width: 126px;
		padding-right: 20px;
	}

	.sect05_box_ttl01 .kintone__sect05_box_icon,
	.sect05_box_ttl02 .kintone__sect05_box_icon {
		margin-right: 20px;
	}

	.hinto {
		font-size: 20px;
	}

	.hinto dd:nth-child(2) {
		width: 310px;
	}

	.kintone__sect06_plan_area {
		margin-top: 0;
	}

	.kintone__sect06_note {
		font-size: 14px;
		margin-top: 10px;
		margin-left: 200px;
	}

	.sect07 {
		padding: 80px 0;
	}

	.kintone__list::before {
		height: 3px;
	}

	.cmn_step_list>li {
		width: calc((100% - 225px) / 5);

	}

	.cmn_step_list {
		justify-content: center;
	}

	.cmn_step_list::before {
		width: calc(100% - 115px);
		left: 58px;
	}

	/* 料金プランコーディング */
	.pc_plan_box_area {
		display: flex;
		flex-wrap: wrap;
	}

	.pc_plan_box {
		width: calc((99% - 40px)/4);
		margin-right: 15px;
	}

	.pc_plan_box:last-child {
		margin-right: 0;
	}

	.box01_wrap {
		background-color: #666;
		border-radius: 20px 0 0 20px;
	}

	.box01 {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}

	.pc_plan_txt {
		text-align: center;
		font-size: 12px;
		line-height: 1.4;
	}

	.txtb {
		font-weight: bold;
		font-size: 18px;
	}

	.box01 .pc_plan_txt {
		color: #fff;
		border-bottom: 1px solid #fff;
	}

	.box01 .pc_plan_txt:last-child {
		border-bottom: none;
	}

	.box01 .pc_plan_txt:nth-child(3) {
		padding: 0;
	}

	.box01 .pc_plan_txt:nth-child(4) p {
		font-size: 15px;
	}

	.duble {
		border-bottom: 2px dashed #808080;
	}

	.duble:last-child {
		border: none;
	}

	.pc_plan_top_txt {
		font-size: 12px;
		text-align: center;
		line-height: calc(15 / 12);
		background-color: #666;
		color: #fff;
		border-radius: 20px;
		min-height: 55px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin-bottom: 10px;
	}

	.box02 .pc_plan_top_txt {
		background-color: #33BAD6;
	}

	.box02 .pc_plan_box_list {
		background-color: #66CBE0;
		border: 3px solid #33BAD6;
	}

	.box04 .pc_plan_top_txt {
		background-color: #ffc000;
		color: #000;
	}

	.box04 .pc_plan_box_list {
		background-color: #ffc000;
		border: 3px solid #ffda65;
	}

	.pc_plan_box_list {
		background-color: #ccc;
		border: 3px solid #666;
		border-radius: 20px;
	}

	.pc_plan_box_list p:nth-child(1) {
		padding: 7px 0;
	}

	.pc_plan_box_list p:nth-child(7) {
		line-height: 1;
	}

	.duble_b {
		border-top: 2px dashed #666;
	}

	.box02 .duble_b {
		border-top: 2px dashed #fff;
	}

	.box04 .duble_b {
		border-top: 2px dashed #fff;
	}

	.height_70 {
		text-align: center;
		padding: 20px 0;
	}

	.height_75 {
		text-align: center;
		padding: 24px 0;
	}

	.height_68 {
		text-align: center;
		padding: 18px 0;
	}

	.height_65 {
		padding: 12px 0;
	}

	.height_30 {
		padding: 7px 0;
	}

	.pc_plan_txt_kigo {
		text-align: center;
	}

	.white_box01,
	.white_box02 {
		background-color: #fff;
	}

	.pc_plan_txt_num {
		font-size: 26px;
	}

	.pc_plan_txt_num span {
		font-size: 12px;
	}

	.pc_plan_btm {
		text-align: center;
		padding-bottom: 10px;
	}

	.note_mk01,
	.note_mk02 {
		position: relative;
	}

	.note_mk01 .sup {
		position: absolute;
		top: 18px;
		right: 68px;
		font-weight: normal;
	}

	.note_mk02 .sup {
		position: absolute;
		top: 8px;
		right: 49px;
		font-weight: normal;
	}

	.pc_plan_box:nth-child(5) .pc_plan_box_list p:nth-child(7) {
		font-weight: normal;
	}

	.hukidashi::before {
		width: 59px;
		height: 59px;
		top: -39px;
		left: -54px;
	}

	/* ==ここまで== */
}
/* ==資料請求== */
.container
{ /* その他のページスタイル */ }
.floating-banner
{ position: fixed; /* バナーを固定位置に配置 */
right: 20px; /* 右端から20ピクセルの位置に設置 */
bottom: 100px; /* 下端から20ピクセルの位置に設置 */
z-index: 9999; /* 他の要素より前面に表示 */
display: block; /* ブロックレベル要素として表示 */ }
.floating-banner img
{ width: 320px; /* バナーの幅を150ピクセルに設定 */
height: auto; /* 高さを自動的に調整（アスペクト比を保つ） */ }

.floating-banner:hover{
	  transform: translateY(-5px);
      cursor: pointer;
}
@media (max-width: 1155px)
{
.floating-banner { display: none; }
}
