@charset "utf-8";
/*////////////////////////////////////
kanri
////////////////////////////////////*/

@media screen and (min-width: 768px) {
.spbr{
	display: none;
}

#kanri_top {
	position: relative;
	width: 100%;
	padding: 150px 0 50px 0;
	background:#2DA427;
}
#kanri_top_img {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

#kanri_sp_top_img{
	display: none;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
#kanri_top {
	position: relative;
	width: 100%;
	padding: 100px 0 30px 0;
	background:#2DA427;
}
#kanri_sp_top_img {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#kanri_top_img{
	display: none;
}
}


/*////////////////////////////////////
管理運用サービスについて
////////////////////////////////////*/
@media screen and (min-width: 768px) {
#kanri1 {
	position: relative;
	width: 100%;
	background: #FEFEFE;
	padding: 100px 0;
}
.kanri_area {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.kanri_word_area {
	position: relative;
	width: 50%;
}
.kanri_subtitle {
	position: relative;
	width: 100%;
	font-size: clamp(1.4rem,2vw,2rem);
	font-weight: 700;
	color: #1EC31B;
	line-height: 0;
}
.kanri_title {
	position: relative;
}
.kanri_title h2 {
	font-size: clamp(1.8rem,3vw,4rem);
	line-height: 1.6;
	font-weight: 700;
	color: #333;
}
.kanri_word {
	position: relative;
	font-size: clamp(1.4rem,1.4vw,1.8rem);
	line-height: 2;
	color: #333;
}
.kanri_word  span{
	font-size: clamp(1.8rem,1.6vw,2.4rem);
	font-weight: 600;
}
.kanri_img1 {
	position: relative;
	width: 46%;
	margin:10% 0 0 4%;
}
#kanri_area_bt50{
	margin-bottom: 50px;
}
.kanri_support_list{
	position: relative;
	width: 30%;
	margin: 0 1.5% 30px 1.5%;
	padding: 20px 40px 50px 40px;
	border: solid 3px #1EC31B;
	border-radius: 20px;
}
.kanri_support_list_num{
	position: relative;
	width: 100%;
	font-family: "Roboto", sans-serif;
	font-size: clamp(8rem,8vw,10rem);
	font-weight: 600;
	color: #1EC31B;
}
.kanri_support_list_img{
	position: relative;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
.kanri_support_list_title{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
	font-size: clamp(2rem,1.6vw,3rem);
	font-weight: 600;
	color: #1EC31B;
}
.kanri_support_list_word{
	position: relative;
	width: 100%;
	font-size: clamp(1.4rem,1.4vw,1.8rem);
	line-height: 1.4;
	color: #333;
}
.kanri_support_oralist{
	position: relative;
	width: 100%;
	text-align: center;
	margin: 0 2%;
	padding: 60px 40px 50px 40px;
	border-radius: 20px;
	background: rgba(253,142,47,1.00);
}
.kanri_support_oralist_title{
	position: relative;
	display: inline-block;
	margin-bottom: 40px;
	font-size: clamp(2rem,1.6vw,3rem);
	font-weight: 600;
	color: rgba(253,142,47,1.00);
	border-radius: 15px;
	background: #FEFEFE;
	padding: 10px 20px;
}
.kanri_support_oralist_subtitle{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
	font-size: clamp(2rem,1.6vw,3rem);
	font-weight: 400;
	color: #FEFEFE;
}
.kanri_support_oralist_word{
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	text-align: left;
	font-size: clamp(1.6rem,1.4vw,2rem);
	font-weight: 400;
	color: #FEFEFE;
	line-height: 1.8;
}

.kanri_support_oralist_word span{
	font-weight: 600;
	font-size: clamp(1.6rem,1.4vw,2rem);
}
.kanri_support_oralist_word i{
	font-size: 2rem;
	padding-right: 10px;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
#kanri1 {
	position: relative;
	width: 100%;
	background: #FEFEFE;
	padding: 50px 0;
}
.kanri_area {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.kanri_word_area {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
.kanri_subtitle {
	position: relative;
	width: 100%;
	font-size: clamp(1.4rem,4vw,2rem);
	font-weight: 700;
	color: #1EC31B;
	line-height: 0;
}
.kanri_title {
	position: relative;
}
.kanri_title h2 {
	font-size: clamp(1.8rem,5vw,4rem);
	line-height: 1.6;
	font-weight: 700;
	color: #333;
}
.kanri_word {
	position: relative;
	font-size: 1.8rem;
	line-height: 2;
	color: #333;
}
.kanri_word  span{
	font-weight: 600;
}
.kanri_img1 {
	position: relative;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.kanri_support_list{
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	padding: 20px 20px 50px 20px;
	border: solid 3px #1EC31B;
	border-radius: 20px;
}
.kanri_support_list_num{
	position: relative;
	width: 100%;
	font-family: "Roboto", sans-serif;
	font-size: 6rem;
	font-weight: 600;
	color: #1EC31B;
}
.kanri_support_list_img{
	position: relative;
	width: 70%;
	margin-top: -30px;
	margin-left: auto;
	margin-right: auto;
}
.kanri_support_list_title{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
	font-size: 3rem;
	font-weight: 600;
	color: #1EC31B;
}
.kanri_support_list_word{
	position: relative;
	width: 100%;
	font-size: 1.6rem;
	line-height: 1.4;
	color: #333;
}
.kanri_support_oralist{
	position: relative;
	width: 100%;
	text-align: center;
	padding: 40px 20px;
	border-radius: 20px;
	background: rgba(253,142,47,1.00);
}
.kanri_support_oralist_title{
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	font-size: 1.8rem;
	font-weight: 600;
	color: rgba(253,142,47,1.00);
	border-radius: 15px;
	background: #FEFEFE;
	padding: 10px;
}
.kanri_support_oralist_subtitle{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
	font-size: clamp(2rem,1.6vw,3rem);
	font-weight: 400;
	color: #FEFEFE;
	line-height: 1.4;
}
.kanri_support_oralist_word{
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	text-align: left;
	font-size: clamp(1.6rem,1.4vw,2rem);
	font-weight: 400;
	color: #FEFEFE;
	line-height: 1.8;
}

.kanri_support_oralist_word span{
	font-weight: 600;
	font-size: clamp(1.6rem,1.4vw,2rem);
}
.kanri_support_oralist_word i{
	font-size: 2rem;
	padding-right: 10px;
}
}


/*////////////////////////////////////
支援サポート
////////////////////////////////////*/

@media screen and (min-width: 768px) {
#kanri2 {
	position: relative;
	width: 100%;
	background:rgba(51,185,37,1.00);
	padding: 100px 0;
}
.kanri_area {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.kanri_word_area2 {
	position: relative;
	width: 80%;
	padding-left: 20px;
	margin-right: 4%;
	margin-bottom: 30px;
}
.kanri_subtitle2 {
	position: relative;
	width: 100%;
	font-size: clamp(1.4rem,2vw,2rem);
	font-weight: 700;
	color: #FFF;
	line-height: 1.4;
}
.kanri_title2 {
	position: relative;
}
.kanri_title2 h2 {
	font-size: clamp(1.8rem,3vw,4rem);
	line-height: 1.6;
	font-weight: 700;
	color: #FFF;
}
.kanri_title2 h2 span{
	font-size: clamp(4rem,3vw,8rem);
}
.kanri_word2 {
	position: relative;
	font-size: 1.8rem;
	line-height: 2;
	color: #FFF;
}
.kanri_img2 {
	position: relative;
	width: 16%;
	filter: opacity(80%);
}
.kanri_shien_list_area {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.kanri_shien_list_item{
	position: relative;
	width: 48%;
	margin: 0 1% 30px 1%;
	padding: 30px 40px;
	background: #FEFEFE;
	border-radius: 15px;
}

.kanri_shien_list_title{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	font-size: clamp(1.8rem,2vw,3.6rem);
	line-height: 1.6;
	font-weight: 700;
	color: #1EC31B;
}

.kanri_shien_list_title i{
	padding-right: 10px;
}

.kanri_shien_list_word{
	position: relative;
	font-size: clamp(1.4rem,1.8vw,2rem);
	font-weight: 600;
	color: #777777;
	line-height: 1.4;
}

.kanri_shien_list_word ul li{
	position: relative;
	font-size: clamp(1.4rem,1.4vw,1.8rem);
	font-weight: 400;
	color: #777777;
	line-height: 1.4;
}
}

@media screen and (min-width: 0px) and (max-width: 767px) {
#kanri2 {
	position: relative;
	width: 100%;
	background:rgba(51,185,37,1.00);
	padding: 50px 0;
}
.kanri_area {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.kanri_word_area2 {
	position: relative;
	width: 60%;
	padding-left: 20px;
	margin-right: 4%;
	margin-bottom: 30px;
}
.kanri_subtitle2 {
	position: relative;
	width: 100%;
	font-size: 2rem;
	font-weight: 700;
	color: #FFF;
	line-height: 1.4;
}
.kanri_title2 {
	position: relative;
}
.kanri_title2 h2 {
	font-size: 1.8rem;
	line-height: 1.6;
	font-weight: 700;
	color: #FFF;
}
.kanri_title2 h2 span{
	font-size: 3rem;
}
.kanri_word2 {
	position: relative;
	font-size: 1.8rem;
	line-height: 2;
	color: #FFF;
}
.kanri_img2 {
	position: relative;
	width: 36%;
	filter: opacity(80%);
}
.kanri_shien_list_area {
	position: relative;
	width: 90%;
	margin-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
}

.kanri_shien_list_item{
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	padding: 30px 40px;
	background: #FEFEFE;
	border-radius: 15px;
}

.kanri_shien_list_title{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	font-size: 2rem;
	line-height: 1.6;
	font-weight: 700;
	color: #1EC31B;
}

.kanri_shien_list_title i{
	padding-right: 10px;
}

.kanri_shien_list_word{
	position: relative;
	font-size: clamp(1.4rem,1.8vw,2rem);
	font-weight: 600;
	color: #777777;
	line-height: 1.4;
}

.kanri_shien_list_word ul li{
	position: relative;
	font-size: clamp(1.4rem,1.4vw,1.8rem);
	font-weight: 400;
	color: #777777;
	line-height: 1.4;
}
}


/*////////////////////////////////////
kanri_reason
////////////////////////////////////*/

@media screen and (min-width: 768px) {
#kanri_reason {
	position: relative;
	width: 100%;
	background: #FEFEFE;
	padding: 100px 0;
}

#kanri_reason_area {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

#kanri_reason_place{
	position: relative;
	width: 100%;
}

.kanri_reason_item{
	position: relative;
	width: 100%;
	margin-bottom: 40px;
	padding: 40px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	box-shadow: 0 0 8px #F88400;
	border-radius: 15px;
}

.kanri_reason_item:last-child{
	margin-bottom: 60px;
}

.kanri_reason_word_area{
	position: relative;
	width: 64%;
	margin-right: 4%;
}

.kanri_reason_point_area{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

.kanri_reason_point{
	position: relative;
	display: inline-block;
	margin-right: 20px;
	font-family: "Roboto", sans-serif;
	font-size: clamp(2rem,2vw,2.8rem);
	font-weight: 500;
	color: #F88400;
}

.kanri_reason_point i{
	padding-right: 20px;
}

.kanri_reason_title{
	position: relative;
	display: inline-block;
	background: #F88400;
	padding: 10px 20px;
	border-radius: 10px;
	font-size: clamp(1.8rem,2vw,2.4rem);
	font-weight: 700;
	color: #FEFEFE;
}

.kanri_reason_subtitle{
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	background: rgba(248,132,0,0.3);
	border-radius: 10px;
	padding: 20px;
	font-size: clamp(2rem,1.6vw,3rem);
	font-weight: 500;
	color: #F88400;
}

.kanri_reason_word{
	position: relative;
	width: 100%;
	font-size: clamp(1.4rem,1.4vw,1.8rem);
	font-weight: 400;
	color: #555555;
	letter-spacing: 0.06em;
	line-height: 1.8;
}

.kanri_reason_word i{
	font-size: 2rem;
	color: #F88400;
	font-weight: 900;
	padding-right: 5px;
}

.kanri_reason_img{
	position: relative;
	width: 32%;
	padding-top: 50px;
}

.kanri_reason_call{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
}
.kanri_reason_call_word{
	position: relative;
	width: 68%;
	margin-right: 2%;
	background: #1EC31B;
	border-radius: 15px;
	padding: 60px 30px;
	text-align: center;
	font-size: clamp(3rem,2vw,4rem);
	line-height: 1.6;
	font-weight: 600;
	letter-spacing: 0.08em;
	color: #FEFEFE;
}

.kanri_reason_call_word span{
	font-size: clamp(4rem,3vw,5rem);
}

.kanri_reason_call_img{
	position: relative;
	width: 30%;
	padding: 40px 0 0 0;
}
}

@media screen and (min-width: 0px) and (max-width: 767px) {
#kanri_reason {
	position: relative;
	width: 100%;
	background: #FEFEFE;
	padding: 50px 0;
}

#kanri_reason_area {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#kanri_reason_place{
	position: relative;
	width: 100%;
}

.kanri_reason_item{
	position: relative;
	width: 100%;
	margin-bottom: 40px;
	padding: 40px 20px;
	box-shadow: 0 0 8px #F88400;
	border-radius: 15px;
}

.kanri_reason_item:last-child{
	margin-bottom: 30px;
}

.kanri_reason_word_area{
	position: relative;
	width: 100%;
}

.kanri_reason_point_area{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

.kanri_reason_point{
	position: relative;
	display: inline-block;
	margin-right: 20px;
	font-family: "Roboto", sans-serif;
	font-size: clamp(2rem,2vw,2.8rem);
	font-weight: 500;
	color: #F88400;
}

.kanri_reason_point i{
	padding-right: 20px;
}

.kanri_reason_title{
	position: relative;
	display: inline-block;
	background: #F88400;
	padding: 10px 20px;
	border-radius: 10px;
	font-size: clamp(1.8rem,2vw,2.4rem);
	font-weight: 700;
	color: #FEFEFE;
}

.kanri_reason_subtitle{
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	background: rgba(248,132,0,0.3);
	border-radius: 10px;
	padding: 20px;
	font-size: clamp(2rem,1.6vw,3rem);
	font-weight: 500;
	color: #F88400;
}

.kanri_reason_word{
	position: relative;
	width: 100%;
	font-size: clamp(1.4rem,1.4vw,1.8rem);
	font-weight: 400;
	color: #555555;
	letter-spacing: 0.06em;
	line-height: 1.8;
}

.kanri_reason_word i{
	font-size: 2rem;
	color: #F88400;
	font-weight: 900;
	padding-right: 5px;
}

.kanri_reason_img{
	position: relative;
	width: 100%;
}

.kanri_reason_call{
	position: relative;
	width: 100%;
}
.kanri_reason_call_word{
	position: relative;
	width: 80%;
	background: #1EC31B;
	border-radius: 15px;
	padding: 40px 30px 80px 30px;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.6;
	font-weight: 600;
	letter-spacing: 0.08em;
	color: #FEFEFE;
	z-index: 1;
}

.kanri_reason_call_word span{
	font-size: 2.4rem;
}

.kanri_reason_call_img{
	position: absolute;
	width: 50%;
	bottom: -30%;
	right: 0;
	z-index: 1;
}
}


/*////////////////////////////////////
kanri_plan
////////////////////////////////////*/
@media screen and (min-width: 768px) {
#kanri_plan {
	position: relative;
	width: 100%;
	background:rgba(51,185,37,1.00);
	padding: 100px 0;
}

.kanri_plan_area {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

#kanri_plan_place{
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	padding-top: 50px;
}

.kanri_plan_item{
	position: relative;
	width: 48%;
	padding: 30px;
	background-color: rgba(255, 255, 255, 0.3);
 	border: 1px solid rgba(255, 255, 255, 0.4);
 	border-right-color: rgba(255, 255, 255, 0.2);
  	border-bottom-color: rgba(255, 255, 255, 0.2);
  	border-radius: 15px;
  	backdrop-filter: blur(20px);
  	-webkit-backdrop-filter: blur(20px);
}

.kanri_plan_item:nth-child(1){
	margin-right: 4%;
}


.kanri_plan_img{
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	aspect-ratio: 1920/1280;
}

.kanri_plan_img img{
	border-radius: 10px;
}

.kanri_plan_title{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
	background-image: linear-gradient(90deg, #f88400, #f9e92e);
	border-radius: 40px;
	padding: 20px 40px;
	font-size: clamp(1.6rem,1.4vw,2.4rem);
	font-weight: 500;
	color: #FEFEFE;
}

.kanri_plan_word{
	position: relative;
	width: 100%;
	font-size: clamp(1.4rem,1.4vw,1.8rem);
	font-weight: 400;
	color: #333333;
	letter-spacing: 0.06em;
	line-height: 1.8;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
#kanri_plan {
	position: relative;
	width: 100%;
	background:rgba(51,185,37,1.00);
	padding: 50px 0;
}

.kanri_plan_area {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#kanri_plan_place{
	position: relative;
	width: 100%;
}

.kanri_plan_item{
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	padding: 30px;
	background-color: rgba(255, 255, 255, 0.3);
 	border: 1px solid rgba(255, 255, 255, 0.4);
 	border-right-color: rgba(255, 255, 255, 0.2);
  	border-bottom-color: rgba(255, 255, 255, 0.2);
  	border-radius: 15px;
  	backdrop-filter: blur(20px);
  	-webkit-backdrop-filter: blur(20px);
}

.kanri_plan_img{
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	aspect-ratio: 1920/1280;
}

.kanri_plan_img img{
	border-radius: 10px;
}

.kanri_plan_title{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
	background-image: linear-gradient(90deg, #f88400, #f9e92e);
	border-radius: 40px;
	padding: 20px 40px;
	font-size: clamp(1.6rem,1.4vw,2.4rem);
	font-weight: 500;
	color: #FEFEFE;
}

.kanri_plan_word{
	position: relative;
	width: 100%;
	font-size: clamp(1.4rem,1.4vw,1.8rem);
	font-weight: 400;
	color: #333333;
	letter-spacing: 0.06em;
	line-height: 1.8;
}
}


/*////////////////////////////////////
kanri_flow
////////////////////////////////////*/

@media screen and (min-width: 768px) {
#kanri_flow {
	position: relative;
	width: 100%;
	background: #FEFEFE;
	padding: 100px 0;
}

#kanri_flow_area {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.kanri_flow_place{
	position: relative;
	width: 100%;
}

.flow_design01 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow_design01 ul {
  padding: 0;
}

.flow_design01 li {
  list-style-type: none;
}

.flow_design01 dd {
  margin-left: 0;
}

.flow01 > li {
  position: relative;
  list-style: none;
}

.flow01 > li:not(:last-child) {
  margin-bottom: 40px;
}

.flow01 > li dl {
  box-sizing: border-box;
  width: 100%;
  padding: 30px 30px;
  display: flex;
  align-items: center;
  border: 2px solid #F88400;
  border-radius: 10px;
  position: relative;
}

.flow01 > li:not(:last-child) dl::before,
.flow01 > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.flow01 > li:not(:last-child) dl::before {
  border-width: 23px;
  border-top-color: #F88400;
}

.flow01 > li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #fff;
}

.flow01 > li dl dt {
  font-size: clamp(1.8rem,1.4vw,3rem);
  font-weight: 600;
  color: #555555;
  flex-basis: 20%;
  margin-right: 2vw;
  text-align: center;
}

.flow01 > li dl dt .icon01 {
  font-size: clamp(1.4rem,1.2vw,1.6rem);
  color: #fff;
  background: #F88400;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 100;
}

.flow01 > li dl dd{
  font-size: clamp(1.6rem,1.6vw,1.8rem);
  font-weight: 400;
  line-height: 1.6;
}
}

@media screen and (min-width: 0px) and (max-width: 767px) {
#kanri_flow {
	position: relative;
	width: 100%;
	background: #FEFEFE;
	padding: 50px 0;
}

#kanri_flow_area {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.kanri_flow_place{
	position: relative;
	width: 100%;
}

.flow_design01 {
  position: relative;
  width: 100%;
}

.flow_design01 ul {
  padding: 0;
}

.flow_design01 li {
  list-style-type: none;
}

.flow_design01 dd {
  margin-left: 0;
}

.flow01 > li {
  position: relative;
  list-style: none;
}

.flow01 > li:not(:last-child) {
  margin-bottom: 40px;
}

.flow01 > li dl {
  box-sizing: border-box;
  width: 100%;
  padding: 30px 30px;
  
  border: 2px solid #F88400;
  border-radius: 10px;
  position: relative;
}

.flow01 > li:not(:last-child) dl::before,
.flow01 > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.flow01 > li:not(:last-child) dl::before {
  border-width: 23px;
  border-top-color: #F88400;
}

.flow01 > li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #fff;
}

.flow01 > li dl dt {
  font-size: 2rem;
  font-weight: 600;
  color: #555555;
  flex-basis: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.flow01 > li dl dt .icon01 {
  font-size: clamp(1.4rem,1.2vw,1.6rem);
  color: #fff;
  background: #F88400;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 100;
}

.flow01 > li dl dd{
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}
}


/*////////////////////////////////////
kanri_voice
////////////////////////////////////*/
@media screen and (min-width: 768px) {
#kanri_voice {
	position: relative;
	width: 100%;
	background:rgba(51,185,37,0.1);
	padding: 100px 0;
}

.kanri_voice_area {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.kanri_voice_word {
	position: relative;
	widows: 100%;
	margin-bottom: 50px;
}
.kanri_voice_word h2 {
	text-align: center;
	font-size: clamp(1.6rem,2vw,2rem);
	line-height: 1.6;
	letter-spacing: 0.06em;
	font-weight: 500;
	color: #333;
}

.kanri_voice_word h2 span {
	font-size: clamp(1.8rem,5vw,4rem);
	color: #F88400;
}

#kanri_voice_place{
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
}

.kanri_voice_item{
	position: relative;
	width: 30%;
	margin: 0 1.5%;
	padding: 30px 24px;
	background: #fefefe;
	border-radius: 15px;
	border: solid 2px #F88400;
}

.kanri_voice_num{
	position: absolute;
	top: -20px;
	left: -20px;
	width: 80px;
	aspect-ratio: 1/1;
	padding: 20px 0;
	text-align: center;
	font-size: clamp(1.4rem,1.2vw,1.6rem);
  	color: #fff;
  	background: #F88400;
	border-radius: 50%;
	z-index: 2;
}

.kanri_voice_num span{
	font-size: clamp(1.8rem,1.4vw,2rem);
	font-weight: 700;
}

.kanri_voice_img{
	position: relative;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	z-index: 1;
}

.kanri_voice_img img{
	border-radius: 50%;
}

.kanri_voice_title{
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	font-size: clamp(1.4rem,1.4vw,2rem);
	line-height: 1.6;
	letter-spacing: 0.06em;
	font-weight: 500;
	color: #F88400;
	z-index: 1;
}

.kanri_voice_word{
	position: relative;
	width: 100%;
	font-size: clamp(1.4rem,1.2vw,1.6rem);
  	color: #555555;
	line-height: 1.4;
	z-index: 1;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
#kanri_voice {
	position: relative;
	width: 100%;
	background:rgba(51,185,37,0.1);
	padding: 50px 0;
}

.kanri_voice_area {
	position: relative;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.kanri_voice_word {
	position: relative;
	widows: 100%;
	margin-bottom: 50px;
}
.kanri_voice_word h2 {
	text-align: center;
	font-size: clamp(1.6rem,2vw,2rem);
	line-height: 1.6;
	letter-spacing: 0.06em;
	font-weight: 500;
	color: #333;
}

.kanri_voice_word h2 span {
	font-size: clamp(1.8rem,5vw,4rem);
	color: #F88400;
}

#kanri_voice_place{
	position: relative;
	width: 100%;
}

.kanri_voice_item{
	position: relative;
	width: 100%;
	padding: 30px 24px 0 24px;
	margin-bottom: 30px;
	background: #fefefe;
	border-radius: 15px;
	border: solid 2px #F88400;
}

.kanri_voice_num{
	position: absolute;
	top: -20px;
	left: -20px;
	width: 80px;
	aspect-ratio: 1/1;
	padding: 20px 0;
	text-align: center;
	font-size: clamp(1.4rem,1.2vw,1.6rem);
  	color: #fff;
  	background: #F88400;
	border-radius: 50%;
	letter-spacing: 0.06em;
	z-index: 2;
}

.kanri_voice_num span{
	font-size: clamp(1.8rem,1.4vw,2rem);
	font-weight: 700;
}

.kanri_voice_img{
	position: relative;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	z-index: 1;
}

.kanri_voice_img img{
	border-radius: 50%;
}

.kanri_voice_title{
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0.06em;
	font-weight: 500;
	color: #F88400;
	z-index: 1;
}

.kanri_voice_word{
	position: relative;
	width: 100%;
	font-size: clamp(1.4rem,1.2vw,1.6rem);
  	color: #555555;
	line-height: 1.4;
	z-index: 1;
}
}


/*////////////////////////////////////
action_area
////////////////////////////////////*/

@media screen and (min-width: 768px){
#action_area{
	position: relative;
	width: 100%;
	background:rgba(51,185,37,0.1);
	padding: 0 0 100px 0;
}

#action_place{
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	background: #FEFEFE;
	border-radius: 20px;
	padding: 50px 100px;
}

.action_title {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
	font-size: clamp(1.8rem,3vw,3rem);
	line-height: 1.6;
	font-weight: 600;
	color: #333;
}

#action_list{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
}

#action_list_left{
	position: relative;
	width: 48%;
	margin-right: 4%;
}


#action_list_right{
	position: relative;
	width: 48%;
}

#action_tel{
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	transition: 0.5s all;
}

#action_tel a{
	position: relative;
	width: 100%;
	height: 150px;
	border-radius: 10px;
	border: solid 2px rgba(51,185,37,1);
	background: #FFFFFF;
	padding: 24px 10px;
	display: block;
	font-size:  1.4rem;
	font-weight: 600;
	color: #333333;
	letter-spacing: 0.04em;
	line-height: 1.6;
	text-decoration: none;
	transition: 0.5s all;
}

#action_tel a span{
	font-family: "Fira Sans", sans-serif;
	font-size:  clamp(2.4rem, 2vw, 4rem);
	font-weight: 600;
	color: rgba(51,185,37,1);
	letter-spacing: 0.06em;
	transition: 0.5s all;
}

#action_tel a span i{
	display: inline-block;
	color: rgba(51,185,37,1);
	font-size:  3rem;
	margin-right: 5px;
	transition: 0.5s all;
}

#action_mail{
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	transition: 0.5s all;
}

#action_mail a{
	position: relative;
	width: 100%;
	height: 150px;
	border-radius: 10px;
	border: solid 2px rgba(51,185,37,1);
	background: #FFFFFF;
	padding: 24px 10px;
	display: block;
	font-size:  1.4rem;
	font-weight: 600;
	color: #333333;
	letter-spacing: 0.04em;
	line-height: 1.6;
	text-decoration: none;
	transition: 0.5s all;
}

#action_mail a i{
	display: inline-block;
	color: rgba(51,185,37,1);
	font-size:  8rem;
	transition: 0.5s all;
}

#action_mail a:hover{
	background: rgba(51,185,37,1);
	color: #FEFEFE;
}

#action_mail a:hover i{
	color: #FFFFFF;
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
#action_area{
	position: relative;
	width: 100%;
	background:rgba(51,185,37,0.1);
	padding: 0 0 100px 0;
}

#action_place{
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background: #FEFEFE;
	border-radius: 20px;
	padding: 30px;
}

.action_title {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.6;
	font-weight: 600;
	color: #333;
}

#action_list{
	position: relative;
	width: 100%;
}

#action_list_left{
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}


#action_list_right{
	position: relative;
	width: 100%;
}

#action_tel{
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	transition: 0.5s all;
}

#action_tel a{
	position: relative;
	width: 100%;
	height: 150px;
	border-radius: 10px;
	border: solid 2px rgba(51,185,37,1);
	background: #FFFFFF;
	padding: 30px 10px;
	display: block;
	font-size:  1.4rem;
	font-weight: 600;
	color: #333333;
	letter-spacing: 0.04em;
	line-height: 1.6;
	text-decoration: none;
	transition: 0.5s all;
}

#action_tel a span{
	font-family: "Fira Sans", sans-serif;
	font-size:  clamp(2.4rem, 2vw, 4rem);
	font-weight: 600;
	color: rgba(51,185,37,1);
	letter-spacing: 0.06em;
	transition: 0.5s all;
}

#action_tel a span i{
	display: inline-block;
	color: rgba(51,185,37,1);
	font-size:  3rem;
	margin-right: 5px;
	transition: 0.5s all;
}

#action_mail{
	position: relative;
	width: 100%;
	text-align: center;
	transition: 0.5s all;
}

#action_mail a{
	position: relative;
	width: 100%;
	height: 150px;
	border-radius: 10px;
	border: solid 2px rgba(51,185,37,1);
	background: #FFFFFF;
	padding: 24px 10px;
	display: block;
	font-size:  1.4rem;
	font-weight: 600;
	color: #333333;
	letter-spacing: 0.04em;
	line-height: 1.6;
	text-decoration: none;
	transition: 0.5s all;
}

#action_mail a i{
	display: inline-block;
	color: rgba(51,185,37,1);
	font-size:  8rem;
	transition: 0.5s all;
}

#action_mail a:hover{
	background: rgba(51,185,37,1);
	color: #FEFEFE;
}

#action_mail a:hover i{
	color: #FFFFFF;
}
}

