@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@500&family=Noto+Sans+JP:wght@400;500;700;900&family=Oswald:wght@500&display=swap');

/* フェード追加
***************************************************************/
img {
    image-rendering: -webkit-optimize-contrast;
}

@media all and (min-width: 681px) {
  .action.delay4 {
    transition: opacity 1000ms ease 1.25s, transform 1000ms ease 1.25s;
  }
  .action.delay5 {
    transition: opacity 1000ms ease 1.5s, transform 1000ms ease 1.5s;
  }
  .action.delay6 {
    transition: opacity 1000ms ease 1.75s, transform 1000ms ease 1.75s;
  }
}

@media all and (max-width: 680px) {
  .action.delay4_sp {
    transition: opacity 750ms ease 1.25s, transform 750ms ease 1.25s;
  }
  .action.delay5_sp {
    transition: opacity 750ms ease 1.5s, transform 750ms ease 1.5s;
  }
  .action.delay6_sp {
    transition: opacity 750ms ease 1.75s, transform 750ms ease 1.75s;
  }
}



.co01{
	color: #006400;
}
.co02{
	color: #289100;
}
.co03{
	color: #00644e;
}
.co04{
	color: #008575;
}
.bg01{
	background-color: #006400;
}
.bg02{
	background-color: #289100;
}
.bg03{
	background-color: #00644e;
}
.bg04{
	background-color: #008575;
}
.serviceContainer{
	padding-top: 50px;
}
.pageLink{
	width: 100%;
	height: 210px;
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	margin-top: 0px;
}
.service01 .pageLink{
	background-image: repeating-linear-gradient(116deg, transparent, transparent 1px, rgba(209, 236, 170, 1) 1px, rgba(209, 236, 170, 1) 8px );
		background-color: #e6f3d0;
}
.service02 .pageLink{
	background-image: repeating-linear-gradient(116deg, transparent, transparent 1px, rgba(187, 231, 155, 1) 1px, rgba(187, 231, 155, 1) 8px );
		background-color: #d9f2c7;
}
.service03 .pageLink{
	background-image: repeating-linear-gradient(116deg, transparent, transparent 1px, rgba(172, 222, 199, 1) 1px, rgba(172, 222, 199, 1) 8px );
		background-color: #cbeade;
}
.service04 .pageLink{
	background-image: repeating-linear-gradient(116deg, transparent, transparent 1px, rgba(181, 229, 214, 1) 1px, rgba(181, 229, 214, 1) 8px );
		background-color: #d2eee5;
}
.anchor{
	position: absolute;
	height: 0;
	pointer-events: none;
	margin-top: 0; /*数値*/
}
#plan.anchor{
	margin-top: 1px; /*数値*/
}
@media all and (min-width: 681px) {
	.inner{
		width: 1100px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media all and (max-width: 680px) {
	.serviceContainer{
		padding-top: 25px;
	}
	.pageLink{
		height: auto;
		background-image: repeating-linear-gradient(116deg, transparent, transparent 0.5px, rgba(209, 236, 170, 1) 0.5px, rgba(209, 236, 170, 1) 5px );
		margin-top: 0px;
	}
	.service01 .pageLink{
		background-image: repeating-linear-gradient(116deg, transparent, transparent 0.5px, rgba(209, 236, 170, 1) 0.5px, rgba(209, 236, 170, 1) 5px );
		background-color: #e6f3d0;
	}
	.service02 .pageLink{
		background-image: repeating-linear-gradient(116deg, transparent, transparent 0.5px, rgba(187, 231, 155, 1) 0.5px, rgba(187, 231, 155, 1) 5px );
		background-color: #d9f2c7;
	}
	.service03 .pageLink{
		background-image: repeating-linear-gradient(116deg, transparent, transparent 0.5px, rgba(172, 222, 199, 1) 0.5px, rgba(172, 222, 199, 1) 5px );
		background-color: #cbeade;
	}
	.service04 .pageLink{
		background-image: repeating-linear-gradient(116deg, transparent, transparent 0.5px, rgba(181, 229, 214, 1) 0.5px, rgba(181, 229, 214, 1) 5px );
		background-color: #d2eee5;
	}
}

/* service_ttl - nav
***************************************************************/
.service_ttl{
	font-size: 36px;
	font-weight: 900;
	letter-spacing: 0.25em;
	text-align: center;
}
.link_ttl01{
	font-size: 18px;
	letter-spacing: 0.075em;
}
.link_ttl02{
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.12em;
}

@media all and (min-width: 681px) {
	.service_ttl{
		width: 1100px;
        padding-bottom: 40px;
		margin-left: auto;
		margin-right: auto;
	}
	.pageLink .inner{
		height: 100%;
		display: flex;
		justify-content: space-between;
	}
	.pageLink a{
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		position: relative;
		padding-top: 55px;
	}
	.pageLink a::after{
		content: '';
	    width: 27px;
	    height: 16px;
	    position: absolute;
	    bottom: 55px;
	    left: 50%;
	    transform: translateX(-50%);
	    transition: 0.3s;
	}
	.service01 .pageLink a::after{
	    background: url(../img/service01/01_arrow.svg) center / 100% no-repeat;
	}
	.service02 .pageLink a::after{
	    background: url(../img/service02/02_arrow.svg) center / 100% no-repeat;
	}
	.service03 .pageLink a::after{
	    background: url(../img/service03/03_arrow.svg) center / 100% no-repeat;
	}
	.service04 .pageLink a::after{
	    background: url(../img/service04/04_arrow.svg) center / 100% no-repeat;
	}
	.service01 .pageLink a:hover{
		color: #006400;
	}
	.service02 .pageLink a:hover{
		color: #289100;
	}
	.service03 .pageLink a:hover{
		color: #00644e;
	}
	.service04 .pageLink a:hover{
		color: #008575;
	}
	.pageLink a:hover::after{
	    bottom: 50px;
	}
}
@media all and (max-width: 680px) {
	.service_ttl{
		font-size: 19px;
        padding-bottom: 20px;
	}
	.pageLink .inner{
		display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	    height: 100%;
	}
	.pageLink a{
		display: flex;
		align-items: center;
		padding: 10px;
		position: relative;
	}
	.pageLink a + a {
		border-top: 1px solid #000;
	}
	.service01 .pageLink a{
		width: 255px;
	}
	.service02 .pageLink a{
		width: 240px;
	}
	.service03 .pageLink a{
		width: 240px;
	}
	.service04 .pageLink a{
		width: 270px;
	}
	.pageLink a::after {
	    content: '';
	    width: 14px;
	    height: 8px;
	    position: absolute;
	    right: 10px;
	    top: 50%;
	    transform: translateY(-45%) rotate(0deg);
	    transition: 0.3s;
	}
	.service01 .pageLink a::after{
	    background: url(../img/service01/01_arrow.svg) center / 100% no-repeat;
	}
	.service02 .pageLink a::after{
	    background: url(../img/service02/02_arrow.svg) center / 100% no-repeat;
	}
	.service03 .pageLink a::after{
	    background: url(../img/service03/03_arrow.svg) center / 100% no-repeat;
	}
	.service04 .pageLink a::after{
	    background: url(../img/service04/04_arrow.svg) center / 100% no-repeat;
	}
	.link_ttl01{
		font-size: 13px;
		line-height: 1.5;
	}
	.link_ttl02{
		font-size: 16px;
		margin-left: 0.1em;
	}
}
@media all and (max-width: 370px) {
}


/* leadBox
***************************************************************/
.leadBox{
	width: 100%;
	height: 175px;
	background-color: #f1f7f5;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 35px;
	margin-top: 85px;
}
.leadBox_ttl{
	width: 267px;
	height: 83px;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.10em;
    padding-top: 20px;
}
.service01 .leadBox_ttl{
	background: url(../img/service01/01_img01.svg) center / 100% no-repeat;
	padding-left: 58px;
}
.service02 .leadBox_ttl{
	background: url(../img/service02/02_img01.svg) center / 100% no-repeat;
	padding-left: 50px;
}
.service03 .leadBox_ttl{
	background: url(../img/service03/03_img01.svg) center / 100% no-repeat;
	padding-left: 50px;
}
.service04 .leadBox_ttl{
	background: url(../img/service04/04_img01.svg) center / 100% no-repeat;
	padding-left: 40px;
}
.leadBox_txt{
	width: 735px;
	font-size: 16px;
	letter-spacing: 0.10em;
	text-align: justify;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
	.leadWrap{
		padding: 0 20px;
	}
	.leadBox{
		width: 100%;
		height: auto;
		background-color: #f1f7f5;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: initial;
		padding: 25px 15px;
		margin-top: 25px;
	}
	.leadBox_ttl{
		width: 190px;
		height: 60px;
		font-size: 17px;
	    padding-top: 14px;
	}
	.service01 .leadBox_ttl{
		padding-left: 40px;
	}
	.service04 .leadBox_ttl{
		padding-left: 30px;
	}
	.leadBox_txt{
		width: 100%;
		font-size: 14px;
		margin-top: 15px;
	}
}
@media all and (max-width: 370px) {
}

/* sec_worry
***************************************************************/
.secTtl_wrap{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 80px;
	padding-bottom: 60px;
}
.sec_worry .secTtl_wrap{
	padding-bottom: 0;
}
.sec_worry .secTtl_wrap img{
	width: 140px;
	height: 100%;
}
.sec_plan .secTtl_wrap img{
	width: 124px;
	height: 100%;
}
.sec_flow .secTtl_wrap img{
	width: 133px;
	height: 100%;
}
.sec_ttl1{
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 0.075em;
	margin-top: 15px;
}
.sec_ttl1 span{
	font-weight: 900;
	letter-spacing: 0.12em;
}
.sec_ttl2{
	font-size: 26px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.15em;
	margin-top: 20px;
}

.worry_wrap{
	margin-top: 35px;
}
.worryBox{
	width: 325px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.worryBox img{
	width: 242px;
	height: auto;
}

.worry_ttl {
    width: 100%;
    height: 98px;
    border-radius: 15px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -10px;
    line-height: 1.33;
}
.worry_txt{
	font-size: 16px;
	line-height: 1.75;
	text-align: justify;
	margin-top: 20px;
	width: 100%;
}
.worry_txt50{
	letter-spacing: 0.05em;
}
.worry_txt0{
	letter-spacing: 0;
}
@media all and (min-width: 681px) {
	.worry_wrap{
		display: flex;
		justify-content: space-between;
	}
}
@media all and (max-width: 680px) {
	.secTtl_wrap{
		padding-top: 45px;
		padding-bottom: 30px;
	}
	.sec_worry{
		width: 100%;
		padding: 0 20px;
	}
	.sec_worry .secTtl_wrap img{
		width: 70px;
	}
	.sec_plan .secTtl_wrap img{
		width: 65px;
	}
	.sec_flow .secTtl_wrap img{
		width: 62.5px;
	}
	.sec_ttl1{
		font-size: 17px;
	}
	.sec_ttl2{
		font-size: 14px;
		margin-top: 10px;
	}

	.worry_wrap{
		margin-top: 25px;
	}
	.worryBox{
		width: 100%;
		padding: 0 20px;
	}
	.worryBox + .worryBox{
		margin-top: 25px;
	}
	.worryBox img{
		width: 165px;
	}

	.worry_ttl{
		height: 54px;
		border-radius: 8px;
		font-size: 15px;
		line-height: 1.3;
		margin-top: -10px;
	}
	.worry_txt{
		font-size: 12px;
		line-height: 1.7;
		margin-top: 15px;
	}
}
@media all and (max-width: 370px) {
}

/* guts_wrap
***************************************************************/
.guts_wrap{
	width: 100%;
	height: 310px;
	background-color: #f1f7f5;
	margin-top: 70px;
}
.guts_wrap > div{
	width: 1100px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.guts_wrap > div::before{
	content: '';
	border-bottom: solid 2px #000;
    border-right: solid 2px #000;
    width: 80px;
    height: 80px;
	transform: rotate(45deg) translateX(-50%);
	position: absolute;
	top: -35px;
	left: 50%;
}
.guts_ttl{
	font-size: 30px;
	font-weight: bold;
	line-height: 1.93;
	letter-spacing: 0.15em;
	padding-left: 145px;
	padding-top: 80px;
}
.guts_wrap img{
	width: 276px;
	height: auto;
	position: absolute;
	right: 145px;
	bottom: 0;
}
@media all and (max-width: 680px) {
	.guts_wrap{
		height: 170px;
		margin-top: 50px;
	}
	.guts_wrap > div{
		width: 300px;
	}
	.guts_wrap > div::before{
		border-bottom: solid 1px #000;
	    border-right: solid 1px #000;
	    width: 40px;
	    height: 40px;
		top: -20px;
	}
	.guts_ttl{
		font-size: 16px;
		line-height: 1.65;
		padding-left: 0;
		padding-top: 35px;
	}
	.guts_wrap img{
		width: 145px;
		right: -10px;
	}
}
/* sec_plan
***************************************************************/
.sec_plan{
	padding-bottom: 80px;
}
.plan_ttl1{
	width: 100%;
	height: 86px;
	border-radius: 15px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	letter-spacing: 0.1em;
}
.plan_ttl1::after{
	content: '';
    background: url(../img/service01/service_img01.png) center / 100% no-repeat;
    width: 141px;
    height: 142px;
    position: absolute;
    bottom: 0;
    right: 45px;
}
.plan_ttl1 img{
	width: 174px;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 20px;
}
.plan_arrow{
	width: 228px;
	height: 54px;
	background-color: #ade500;
	font-size: 26px;
	font-weight: bold;
	color: #006400;
	display: flex;
  align-items: baseline;
  line-height: 54px;
	padding-left: 50px;
	position: relative;
}
.plan_arrow::before{
  content: "";
  width: 2px;
  height: calc(100% - 2px);
  background-color: #ace500;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
  margin: auto;
}
.plan_arrow::after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 27px 0 27px 17px;
	border-color: transparent transparent transparent #ace500;
	position: absolute;
	top: 0;
	right: -17px;
}
.plan_arrow span{
	font-size: 30px;
	font-family: "Heebo", sans-serif;
	/* padding-top: 0.2em; */
  line-height: 1;
}
.plan_ttl2 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.64;
    margin-left: 50px;
    letter-spacing: 0.15em;
}
.plan_txt{
	font-size: 18px;
	line-height: 1.94;
	text-align: justify;
	margin-top: 15px;
}
.plan_txt + .plan_box{
	border-top: 2px dashed #c7c7c7;
	margin-top: 40px;
}
.plan_txt + .plan_ttl1{
	margin-top: 110px;
}
@media all and (min-width: 681px) {
	.plan_box{
		display: flex;
		align-items: center;
		padding-top: 40px;
	}
	.plan_txt2{
		margin-top: 40px;
	}
}
@media all and (max-width: 680px) {
	.sec_plan{
		width: 100%;
		padding: 0 20px;
		padding-bottom: 45px;
	}
	.plan_ttl1{
		height: 75px;
		border-radius: 8px;
		font-size: 15px;
		line-height: 1.3;
		letter-spacing: 0.1em;
	}
/*	.plan_ttl1::after{
	    width: 63px;
	    height: 63px;
	    right: 50%;
    	transform: translateX(10.5em);
	}*/
	.plan_ttl1::after {
	    width: 70px;
	    height: 70px;
	    right: 45.7%;
	    transform: translateX(10.5em);
	}
	/*.plan_ttl1 img{
		width: 63px;
		left: 50%;
    	transform: translateX(-10.5em);
	}*/
	.plan_ttl1 img {
	    width: 80px;
	    left: 44.6%;
	    transform: translateX(-10.5em);
	    bottom: -2px;
	}
	.plan_box{
		padding-top: 25px;
	}
	.plan_arrow{
		width: 114px;
		height: 28px;
		font-size: 13px;
		line-height: 28px;
		padding-left: 25px;
	}
	.plan_arrow::after{
		border-width: 14px 0 14px 9px;
		right: -9px;
	}
	.plan_arrow span{
		font-size: 15px;
		padding-top: 0.02em;
	}
	.plan_ttl2{
		font-size: 18px;
		margin-left: 0;
		margin-top: 10px;
	}
/*
	.plan_ttl2 br{
		display: none;
	}
*/
	.plan_txt{
		font-size: 14px;
		line-height: 1.7;
	}
	.plan_txt + .plan_box{
		border-top: 1px dashed #c7c7c7;
		margin-top: 25px;
	}
	.plan_txt + .plan_ttl1{
		margin-top: 30px;
	}
}
@media all and (max-width: 370px) {
}

/* sec_flow
***************************************************************/
.sec_flow{
	background-color: #f1f7f5;
	padding-bottom: 135px;
}
.stepWrap{
	position: relative;
}
.step{
	height: 95px;
	z-index: 100;
    position: relative;
}
.step:not(.step_3):not(.step_4){
	display: flex;
	border: 1px solid #000;
	background-color: #fff;
}
.step + .step{
	margin-top: 30px;
}
.step_ttl{
	width: 330px;
	font-size: 22px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-shrink: 0;
}
.step_txt{
	font-size: 16px;
	letter-spacing: 0;
}

/*step_1*/
.step_1 .step_txtWrap > div{
	display: flex;
	margin-top: 5px;
}
.step_1 .step_txtWrap a{
	width: 346px;
}
/*step_2*/
.step_2 .step_ttl span{
	width: 60px;
	background-color: #ade500;
	color: #006400;
	font-size: 19px;
	font-weight: bold;
	border-radius: 5px;
	margin-left: 10px;
}
/*step_3*/
.step_3{
	height: 485px;
	display: flex;
	align-items: center;
}
.step_3 .step_ttl{
	margin-left: 55px;
	margin-right: 55px;
	width: 220px;
	height: 120px;
	background-image: repeating-linear-gradient(0deg, #000, #000 6px, transparent 6px, transparent 9px, #000 9px), repeating-linear-gradient(90deg, #000, #000 6px, transparent 6px, transparent 9px, #000 9px), repeating-linear-gradient(180deg, #000, #000 6px, transparent 6px, transparent 9px, #000 9px), repeating-linear-gradient(270deg, #000, #000 6px, transparent 6px, transparent 9px, #000 9px);
	background-size: 1px 100%, 100% 1px, 1px 100% , 100% 1px;
	background-position: 0 0, 0 0, 100% 0, 0 100%;
	background-repeat: no-repeat;
	background-color: #fff;
}
.step_3 .step_txtWrap{
	height: 485px;
	width: 100%;
	position: relative;
	background-color: #dfeccf;
	padding: 30px;
	background-image: repeating-linear-gradient(0deg, #000, #000 6px, transparent 6px, transparent 9px, #000 9px), repeating-linear-gradient(90deg, #000, #000 6px, transparent 6px, transparent 9px, #000 9px), repeating-linear-gradient(180deg, #000, #000 6px, transparent 6px, transparent 9px, #000 9px), repeating-linear-gradient(270deg, #000, #000 6px, transparent 6px, transparent 9px, #000 9px);
	background-size: 1px 100%, 100% 1px, 1px 100% , 100% 1px;
	background-position: 0 0, 0 0, 100% 0, 0 100%;
	background-repeat: no-repeat;
}
.step_3 .step_txtWrap p{
	background-color: #006400;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.15em;
	color: #fff;
	text-align: center;
}
.step_3 .step_txtWrap dl dt{
	width: 180px;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.025em;
	line-height: 1.35;
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}
.step_3 .step_txtWrap dl dd{
	width: calc(100% - 180px);
	font-size: 14px;
	line-height: 1.71;
	letter-spacing: 0;
	text-align: justify;
	padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
}
/*step_4*/
.step_4{
	height: 275px;
	display: flex;
	align-items: center;
}
.step_4 .step_ttl{
	margin-left: 55px;
	margin-right: 55px;
	width: 220px;
	height: 120px;
	color: #eb4655;
	background-image: repeating-linear-gradient(0deg, #eb4655, #eb4655 6px, transparent 6px, transparent 9px, #eb4655 9px), repeating-linear-gradient(90deg, #eb4655, #eb4655 6px, transparent 6px, transparent 9px, #eb4655 9px), repeating-linear-gradient(180deg, #eb4655, #eb4655 6px, transparent 6px, transparent 9px, #eb4655 9px), repeating-linear-gradient(270deg, #eb4655, #eb4655 6px, transparent 6px, transparent 9px, #eb4655 9px);
	background-size: 2px 100%, 100% 2px, 2px 100% , 100% 2px;
	background-position: 0 0, 0 0, 100% 0, 0 100%;
	background-repeat: no-repeat;
	background-color: #fff;
}
.step_4 .step_txtWrap{
	height: 275px;
	width: 100%;
	position: relative;
	background-color: #f5f5ea;
	padding: 30px;
	background-image: repeating-linear-gradient(0deg, #eb4655, #eb4655 6px, transparent 6px, transparent 9px, #eb4655 9px), repeating-linear-gradient(90deg, #eb4655, #eb4655 6px, transparent 6px, transparent 9px, #eb4655 9px), repeating-linear-gradient(180deg, #eb4655, #eb4655 6px, transparent 6px, transparent 9px, #eb4655 9px), repeating-linear-gradient(270deg, #eb4655, #eb4655 6px, transparent 6px, transparent 9px, #eb4655 9px);
	background-size: 2px 100%, 100% 2px, 2px 100% , 100% 2px;
	background-position: 0 0, 0 0, 100% 0, 0 100%;
	background-repeat: no-repeat;
}
.step_4 .step_txtWrap > div{
	display: flex;
	position: relative;
}
.step4_txt1{
	font-size: 16px;
	letter-spacing: 0;
}
.step4_txt1 span{
	font-size: 12px;
}
.step4_txt2{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-top: 45px;
}
.step4_txt2 span{
	color: #eb4655;
}

@media all and (min-width: 681px) {
  .step_3 .step_txtWrap dl dd{
    font-size: 13px;
  	line-height: 1.4;
  }
	.step_1 .step_txtWrap a.mail:hover{
		opacity: 0.8;
	}
	/*.step_txtWrap:not(.step_3 .step_txtWrap):not(.step_4 .step_txtWrap){
		width: calc(100% - 330px);
		border-left: 1px solid #000;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-left: 30px;
	}*/
	.stepWrap > div:not(.step_3):not(.step_4) .step_txtWrap{
		width: calc(100% - 330px);
		border-left: 1px solid #000;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-left: 30px;
	}
	.stepWrap::before{
		content: '';
		width: 5px;
		height: 100%;
		background-color: #000;
		position: absolute;
		top: 0;
		left: 165px;
	}
	/*step_1*/
	.step_1{
		height: 120px;
	}
	.step_1 .step_txtWrap a.tel{
		pointer-events: none;
	}
	.step_1 .step_txtWrap a + a{
		margin-left: 10px;
	}
	/*step_3*/
	.step_3 .step_txtWrap::before{
		content: '';
	    background: url(../img/service01/huki01.svg) center / 100% no-repeat;
	    width: 75px;
	    height: 55px;
	    position: absolute;
	    top: 50%;
	    left: -45px;
	    transform: translateY(-50%);
	}
	.step_3 .step_txtWrap dl{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		margin-top: 5px;
	}
	.step_3 .step_txtWrap dl dt:after{
		content: '';
		width: 1px;
		height: 50px;
		background-color: #000;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}
	.service04 .step_3,
	.service04 .step_3 .step_txtWrap{
		height: 335px;
	}
	.step_3 .step_txtWrap dl dt,
	.step_3 .step_txtWrap dl dd{
		height: 80px;
	}
	.step_3 .step_txtWrap dl dt:not(:last-of-type),
	.step_3 .step_txtWrap dl dd:not(:last-of-type){
	    border-bottom: 1px solid #000;
	}
	/*step_4*/
	.step_4 .step_txtWrap::before{
		content: '';
	    background: url(../img/service01/huki02.svg) center / 100% no-repeat;
	    width: 75px;
	    height: 55px;
	    position: absolute;
	    top: 50%;
	    left: -45px;
	    transform: translateY(-50%);
	}
	.step_4 .step_txtWrap img{
		width: 550px;
		height: auto;
		position: absolute;
		top: 5px;
		right: -25px;
	}
}
@media all and (max-width: 680px) {
	.sec_flow{
		padding: 0 20px 60px 20px;
	}
	.step{
		height: auto;
	}
	.step:not(.step_3):not(.step_4){
		display: block;
	}
	.step + .step{
		margin-top: 20px;
	}
	.step_ttl{
		width: 100%;
		font-size: 16px;
		padding: 8px 0;
	}

	.stepWrap > div:not(.step_3):not(.step_4) .step_txtWrap{
		border-top: 1px solid #000;
		padding: 15px;
	}
	/*.step_txtWrap:not(.step_3 .step_txtWrap):not(.step_4 .step_txtWrap){
		border-top: 1px solid #000;
		padding: 15px;
	}*/
	.step_txt{
		font-size: 12px;
		letter-spacing: 0.1em;
		text-align: justify;
	}
	.step_txtWrap{
		position: relative;
	}
	.stepWrap > div:not(.step_7) .step_txtWrap::after{
		content: '';
		width: 3px;
		height: 21px;
		background-color: #000;
		position: absolute;
		bottom: -21px;
		left: 50%;
		transform: translateX(-50%);
	}

	/*.step_txtWrap:not(.step_7 .step_txtWrap)::after{
		content: '';
		width: 3px;
		height: 21px;
		background-color: #000;
		position: absolute;
		bottom: -21px;
		left: 50%;
		transform: translateX(-50%);
	}*/

	/*step_1*/
	.step_1 .step_txtWrap > div{
		display: flex;
		flex-direction: column;
		margin-top: 5px;
	}
	.step_1 .step_txtWrap a{
		width: 100%;
	}

	.step_1 .step_txtWrap a + a{
		margin-top: 10px;
	}
	/*step_2*/
	.step_2 .step_ttl{
	    padding: 10px 0 10px 4.1em;
	}
	.step_2 .step_ttl span{
		width: 45px;
		font-size: 13px;
		margin-left: 20px;
	}
	/*step_3*/
	.step_3{
		height: auto;
		display: block;
	}
	.step_3 .step_ttl{
		margin-left: auto;
		margin-right: auto;
		width: 220px;
		height: 45px;
		background-image: repeating-linear-gradient(0deg, #000, #000 4px, transparent 4px, transparent 6px, #000 6px), repeating-linear-gradient(90deg, #000, #000 4px, transparent 4px, transparent 6px, #000 6px), repeating-linear-gradient(180deg, #000, #000 4px, transparent 4px, transparent 6px, #000 6px), repeating-linear-gradient(270deg, #000, #000 4px, transparent 4px, transparent 6px, #000 6px);
	}
	.step_3 .step_txtWrap{
		height: auto;
		width: 100%;
		padding: 15px;
		background-image: repeating-linear-gradient(0deg, #000, #000 3px, transparent 3px, transparent 5px, #000 5px), repeating-linear-gradient(90deg, #000, #000 3px, transparent 3px, transparent 5px, #000 5px), repeating-linear-gradient(180deg, #000, #000 3px, transparent 3px, transparent 5px, #000 5px), repeating-linear-gradient(270deg, #000, #000 3px, transparent 5px, transparent 5px, #000 5px);
		margin-top: 35px;
	}
	.step_3 .step_txtWrap::before{
		content: '';
	    background: url(../img/service01/huki01_sp.svg) center / 100% no-repeat;
	    width: 30px;
	    height: 41px;
	    position: absolute;
	    top: -27px;
	    left: 50%;
	    transform: translateX(-50%);
	}
	.step_3 .step_txtWrap p{
		font-size: 13px;
		line-height: 2;
	}
	.step_3 .step_txtWrap dl dt{
		width: 100%;
		font-size: 15px;
	    padding-top: 15px;
	    padding-bottom: 7px;
	    position: relative;
	}
	.step_3 .step_txtWrap dl dd{
		width: 100%;
		font-size: 12px;
		padding-top: 0;
	    padding-bottom: 15px;
	    padding-left: 0;
	}
	.step_3 .step_txtWrap dl dd:not(:last-of-type){
	    border-bottom: 1px solid #000;
	}
	/*step_4*/
	.step_4{
	height: auto;
	display: block;
	}
	.step_4 .step_ttl{
		margin-left: auto;
		margin-right: auto;
		width: 220px;
		height: 45px;
		background-image: repeating-linear-gradient(0deg, #eb4655, #eb4655 4px, transparent 4px, transparent 6px, #eb4655 6px), repeating-linear-gradient(90deg, #eb4655, #eb4655 4px, transparent 4px, transparent 6px, #eb4655 6px), repeating-linear-gradient(180deg, #eb4655, #eb4655 4px, transparent 4px, transparent 6px, #eb4655 6px), repeating-linear-gradient(270deg, #eb4655, #eb4655 4px, transparent 4px, transparent 6px, #eb4655 6px);
		background-size: 1px 100%, 100% 1px, 1px 100% , 100% 1px;
	}
	.step_4 .step_txtWrap{
		height: auto;
		padding: 15px;
		background-image: repeating-linear-gradient(0deg, #eb4655, #eb4655 4px, transparent 4px, transparent 6px, #eb4655 6px), repeating-linear-gradient(90deg, #eb4655, #eb4655 4px, transparent 4px, transparent 6px, #eb4655 6px), repeating-linear-gradient(180deg, #eb4655, #eb4655 4px, transparent 4px, transparent 6px, #eb4655 6px), repeating-linear-gradient(270deg, #eb4655, #eb4655 4px, transparent 4px, transparent 6px, #eb4655 6px);
			background-size: 1px 100%, 100% 1px, 1px 100% , 100% 1px;
		margin-top: 35px;
	}
	.step_4 .step_txtWrap::before{
		content: '';
	    background: url(../img/service01/huki02_sp.svg) center / 100% no-repeat;
	    width: 30px;
	    height: 41px;
	    position: absolute;
	    top: -27px;
	    left: 50%;
	    transform: translateX(-50%);
	}
	.step_4 .step_txtWrap > div{
		flex-direction: column;
		align-items: center;
	}
	.step_4 .step_txtWrap img {
	    width: 100%;
	    height: auto;
	    max-width: 340px;
	}
	.step4_txt1{
		font-size: 12px;
		letter-spacing: 0.1em;
	}
	.step4_txt1 span{
		font-size: 10px;
		line-height: 1.65;
		display: block;
		margin-top: 10px;
	}
	.step4_txt2{
		font-size: 14px;
		margin-top: 25px;
	}
}
@media all and (max-width: 370px) {
}

/* sec_case
***************************************************************/
.sec_case {
    padding-bottom: 80px;
}
.sec_case .secTtl_wrap {
    padding-bottom: 0;
}
.sec_case .secTtl_wrap img {
    width: 133px;
    height: 100%;
}

.case_wrap {
    margin-top: 35px;
}
.caseBox {
    width: 325px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.caseBox img {
    width: 90%;
    max-height: 220px;
    margin-bottom: 25px;
}
.case_ttl {
    width: 100%;
    height: 98px;
    border-radius: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -10px;
    line-height: 1.33;
}
.case_txt {
    font-size: 16px;
    line-height: 1.75;
    text-align: justify;
    margin-top: 12px;
    width: 100%;
}
.service01 .caseBox a:hover {
    color: #006400;
}
.service02 .caseBox a:hover {
    color: #289100;
}
.service03 .caseBox a:hover {
    color: #00644e;
}
.service04 .caseBox a:hover {
    color: #008575;
}

@media screen and (min-width: 681px) {
    .case_wrap {
        display: flex;
        justify-content: space-between;
    }
}

@media screen and (max-width: 680px) {
    .sec_case {
        width: 100%;
        padding: 0 20px;
        padding-bottom: 45px;
    }
    .sec_case .secTtl_wrap img {
        width: 62.5px;
    }
    .caseBox {
        width: 100%;
    }
    .caseBox + .caseBox {
        margin-top: 25px;
    }
}

/* sec_faq
***************************************************************/
.sec_faq {
    background-color: #f1f7f5;
    padding-bottom: 75px;
}
.sec_faq .secTtl_wrap {
    padding-bottom: 0;
}
.sec_faq .secTtl_wrap img {
    width: 133px;
    height: 100%;
}
.faqWrap {
  padding: 30px 0;
  background-color: #F1F7F5;
}
.faq_h2 {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 25px;
}
.faq_ul1 + .faq_h2 {
  margin-top: 90px;
}
.faq_ul1 {
  width: 1000px;
  margin: 0 auto;
}
.faq_ul1 .li1 {
  box-shadow: 0 1px 5px rgba(0,0,0,0.2);
  border-left: 15px solid #ADE500;
  background-color: #fff;
  padding: 22px 40px 30px 70px;
}
.faq_ul1 .li1:nth-of-type(1n + 2) {
  margin-top: 22px;
}
.faq_dl1 .dt1 {
  color: #006400;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.0em;
  line-height: 1.5;
  text-indent: -36px;
  padding-left: 36px;
}
.faq_dl1 .dt1 .t1 {
  font-size: 30px;
}
.faq_dl1 .dd1 {
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.7;
  margin-top: 10px;
}
.faq_more {
  width: 350px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  background-color: #fff;
  border: 3px solid #ADE500;
  border-radius: 20px;
  padding: 20px 10px;
  margin: 30px auto;
}
.faq_more a {
  display: block;
  color: #006400;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .sec_faq {
    padding-bottom: 25px;
  }
  .faqWrap {
    padding: 15px 0;
  }
  .sec_faq .secTtl_wrap img {
    width: 62.5px;
  }
  .faq_h2 {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .faq_ul1 + .faq_h2 {
    margin-top: 50px;
  }
  .faq_ul1 {
    width: 100%;
    padding: 0 20px;
  }
  .faq_ul1 .li1 {
    border-left: none;
    border-bottom: 10px solid #ADE500;
    padding: 12px 15px 15px;
  }
  .faq_ul1 .li1:nth-of-type(1n + 2) {
    margin-top: 25px;
  }
  .faq_dl1 .dt1 {
    font-size: 17px;
    text-indent: -22px;
    padding-left: 22px;
  }
  .faq_dl1 .dt1 .t1 {
    font-size: 20px;
  }
  .faq_dl1 .dd1 {
    font-size: 15px;
  }
  .faq_more {
    width: 70%;
    font-size: 17px;
  }
}
@media all and (max-width: 370px) {
  .faq_h2 {
    font-size: 16px;
    letter-spacing: 0;
  }
}

/* sec_column
***************************************************************/
.sec_column {
  margin-bottom: 80px;
}

.sec_column .secTtl_wrap img {
  width: 133px;
  height: 100%;
}

.serviceColumn .serviceColumn_title {
  font-size: 22px;
  font-weight: 700;
  text-align: justify;
}

.serviceColumn .serviceColumn_text {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
}

@media (max-width: 680px) {
.sec_column {
	width: 100%;
	padding: 0 20px;
	margin-bottom: 0;
	padding-bottom: 45px;
  }
.sec_column .secTtl_wrap img {
    width: 62.5px;
  }
.serviceColumn .serviceColumn_title {
	font-size: 15px;
}
.serviceColumn .serviceColumn_text {
	margin-top: 5px;
	font-size: 14px;
  }
}

/* sec_price
***************************************************************/

.sec_price {
	padding-bottom: 75px;
}

.sec_price .secTtl_wrap img {
	width: 133px;
	height: 100%;
}

@media (max-width: 680px) {
	.sec_price {
		width: 100%;
		padding: 0 20px;
		padding-bottom: 45px;
	}

	.sec_price .secTtl_wrap img {
		width: 62.5px;
	}

	.price_txt {
		font-size: 14px;
		line-height: 1.7;
	}
}

/* 対応エリアマップ
***************************************************************/
.areaRetouchWrap {
	background-color: #F1F7F5;
	padding: 30px 0 40px;
}

.areaRetouchWrap .faq_h2 {
	font-size: 28px;
	font-weight: 500;
	text-align: center;
	padding-bottom: 25px;
}

.areaRetouchWrap .area_kv {
	width: 1000px;
	margin: 0 auto;
}

.areaRetouchWrap .area_kv .area_kv_box {
	width: 750px;
	margin: 20px auto;
	position: relative;
}

.areaRetouchWrap .area_kv .area_kv_ttl {
	text-align: center;
	font-size: 24px;
	margin: 0 auto 20px;
}

@media screen and (max-width: 680px) {
	.areaRetouchWrap .area_kv .area_kv_box {
			width: 90%;
			margin: 20px auto;
	}

	.areaRetouchWrap .area_kv {
			width: 100%;
	}

	.areaRetouchWrap .area_kv .area_kv_ttl {
			font-size: 17px;
	}
}

/* 20240131追記 */
@media (min-width: 681px){
	.step_1 {
	  height: 200px;
  }
  }
  .step_1 .step_txtWrap > div {
	justify-content: space-evenly;
  }

/* 20240709追記 */
.prefecture {
	margin: 50px auto;
	padding: 30px;
	max-width: 750px;
	border: 1px solid #006400;
	background-color: #fff;
	word-break: keep-all;
	font-size: 15px;
}

/* 20241212追記 */
.service_interviewWrap {
	padding: 60px 0 30px;
	margin-bottom: 100px;
}

.interview_h2 {
	padding-top: 140px;
	position: relative;
}

.interview_h2::before {
	content: "";
	width: 128px;
	height: 126px;
	background-image: url(../img/top/title_ico5.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.voice_ul1 {
	width: 100%;
	padding: 70px 0 0;
}

.voice_ul1 .li1 {
	width: 1000px;
	margin: 0 auto;
}

.voice_ul1 .li1:nth-of-type(1n + 2) {
	margin-top: 70px;
}

.voice_ul1 .link1 {
	width: 100%;
	display: flex;
	background-color: #fff;
	position: relative;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.voice_ul1 .voice_ul1_box1 {
	width: calc(100% - 446px);
	padding: 30px 38px;
}

.voice_ul1 .voice_ul1_p1 {
	font-size: 16px;
	font-weight: 400;
	text-align: justify;
	letter-spacing: 0.05em;
}

.voice_ul1 .voice_ul1_h2 {
	font-size: 22px;
	font-weight: 500;
	text-align: justify;
	letter-spacing: 0.05em;
	line-height: 1.59;
	margin-top: 5px;
}

.voice_ul1_dl1 {
	margin-top: 10px;
}

.voice_ul1 .voice_ul1_dt1 {
	width: 100%;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #006400;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.05em;
}

.voice_ul1 .voice_ul1_dd1 {
	font-size: 16px;
	font-weight: 400;
	text-align: justify;
	letter-spacing: 0.05em;
	margin-top: 5px;
}

.voice_ul1 .thumb1 {
	width: 446px;
	min-height: 268px;
	overflow: hidden;
	position: relative;
	transition: opacity 0.3s ease;
}

.voice_ul1 .img1 {
	width: 100%;
	height: 100%;
	background-image: url(../img/common/noimage.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: transform 0.3s ease;
}

.voice_ul1_more {
	width: 120px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #000;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1;
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: -20px;
	transition: background 0.3s ease;
}

.voice_ul1_more::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 22px 0 22px 14px;
	border-color: transparent transparent transparent #000;
	transition: border-color 0.3s ease;
	position: absolute;
	top: 0;
	right: -14px;
}

@media all and (min-width: 681px) {
	.voice_ul1 a:hover .thumb1 {
		opacity: .7;
	}

	.voice_ul1 a:hover .img1 {
		transform: scale(1.1);
	}

	a:hover .voice_ul1_more {
		background-color: #006400;
	}

	a:hover .voice_ul1_more::after {
		border-color: transparent transparent transparent #006400;
	}
}

@media all and (max-width: 680px) {
	.service_interviewWrap {
		padding: 30px 0 15px;
	}

	.interview_h2 {
		padding-top: 70px;
	}

	.interview_h2::before {
		width: 64px;
		height: 63px;
	}

	.voice_ul1 {
		width: 100%;
		padding: 30px 20px 30px;
	}

	.voice_ul1 .li1 {
		width: 100%;
	}

	.voice_ul1 .li1:nth-of-type(1n + 2) {
		margin-top: 60px;
	}

	.voice_ul1 .link1 {
		width: 100%;
		display: block;
	}

	.voice_ul1 .voice_ul1_box1 {
		width: 100%;
		padding: 16px 22px;
	}

	.voice_ul1 .voice_ul1_p1 {
		font-size: 13px;
	}

	.voice_ul1 .voice_ul1_h2 {
		font-size: 16px;
		margin-top: 5px;
	}

	.voice_ul1_dl1 {
		margin-top: 10px;
	}

	.voice_ul1 .voice_ul1_dt1 {
		font-size: 16px;
	}

	.voice_ul1 .voice_ul1_dd1 {
		font-size: 14px;
	}

	.voice_ul1 .thumb1 {
		width: 100%;
		height: 180px;
		min-height: auto;
	}

	.voice_ul1_more {
		width: 90px;
		word-break: keep-all;
		height: 32px;
		font-size: 14px;
		letter-spacing: 0.025em;
		bottom: -15px;
	}

	.voice_ul1_more::after {
		border-width: 16px 0 16px 8px;
		right: -8px;
	}
}

.w_btnBox1 {
	margin-top: 55px;
}

.w_btnBox1_btn1 {
	width: 400px;
	height: 70px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #000;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.05em;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	position: relative;
}

.w_btnBox1_btn1::after {
	content: "";
	width: 25px;
	height: 25px;
	background-image: url(https://jobutsu.jp/wp-content/themes/jobutsu/kaitori/img/common/ico_black1.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 6px;
	margin: auto;
}

@media all and (min-width: 681px) {
	a.w_btnBox1_btn1:hover {
		background-color: #e3efbf;
	}
}

@media (max-width: 680px) {
	.w_btnBox1_btn1 {
		width: 300px;
		height: 50px;
		font-size: 15px;
	}
}

.prefecture {
	margin: 50px auto;
	padding: 30px;
	max-width: 750px;
	border: 1px solid #006400;
	background-color: #fff;
	word-break: keep-all;
	font-size: 15px;
}

@media (max-width: 680px) {
	.prefecture {
		margin: 30px 10px;
		padding: 20px;
		font-size: 14px;
	}
}

/*20250130追記*/
.personWrap {
	padding: 60px 0 30px;
}
.person_h2 {
	padding-top: 140px;
	position: relative;
}
.person_h2::before {
	content: "";
	width: 130px;
	height: 130px;
	background-image: url(https://jobutsu.jp/wp-content/themes/jobutsu/kaitori/img/top/title_ico3.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.person_h3 {
	font-size: 42px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.2em;
	margin-top: 30px;
}
.person_p1 {
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.2em;
	color: #006400;
	margin-top: 70px;
}
.person_ul1 {
	width: 1000px;
	margin: 20px auto 0;
	border: 4px solid #006400;
	border-bottom: none;
}
.person_ul1 .li1 {
	width: 100%;
	padding: 30px 30px 30px 0;
	position: relative;
	display: flex;
	border-bottom: 4px solid #006400;
}
.person_ul1 .textBox1 {
	width: calc(100% - 370px);
}
.person_ul1 .imgBox1 {
	width: 370px;
}
.textBox1_in1 {
	display: flex;
	align-items: center;
}
.textBox1_in1_in {
	width: 345px;
	height: 82px;
	color: #fff;
	background-color: #006400;
	padding-left: 30px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	position: relative;
}
.textBox1_in1_in::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 41px 0 41px 27px;
	border-color: transparent transparent transparent #006400;
	position: absolute;
	top: 0;
	right: -27px;
}
.textBox1_in1_in .t1 {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.45;
}
.textBox1_in1_in .t2 {
	display: flex;
	align-items: center;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1.21;
	white-space: nowrap;
}
.textBox1_in1_in .t3 {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
	margin-left: 20px;
}
.textBox1_in1 .t4 {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.15em;
	margin-left: 42px;
}
.textBox1_p1 {
	width: 100%;
	padding: 20px 30px 0;
	font-size: 16px;
	font-weight: 400;
	text-align: justify;
	letter-spacing: 0;
	line-height: 1.75;
}
@media all and (min-width: 681px) {
	.textBox1_in1_in {
		left: -1px;
	}
	.textBox1_in1_in::before {
		content: "";
		width: 2px;
		height: calc(100% - 2px);
		background-color: #006400;
		position: absolute;
		top: 0;
		bottom: 0;
		right: -1px;
		margin: auto;
	}
}
@media all and (max-width: 680px) {
	.personWrap {
		padding: 30px 0 15px;
	}
	.person_h2 {
		padding-top: 70px;
	}
	.person_h2::before {
		width: 65px;
		height: 65px;
	}
	.person_h3 {
		font-size: 22px;
		letter-spacing: 0.1em;
		margin-top: 25px;
	}
	.person_p1 {
		font-size: 18px;
		letter-spacing: 0.1em;
		margin-top: 45px;
	}
	.person_ul1 {
		width: calc(100% - 40px);
		margin-top: 20px;
		border: 2px solid #006400;
		border-bottom: none;
	}
	.person_ul1 .li1 {
		width: 100%;
		padding: 15px 0 0;
		display: block;
		border-bottom: 2px solid #006400;
	}
	.person_ul1 .textBox1 {
		width: 100%;
	}
	.person_ul1 .imgBox1 {
		width: 100%;
		padding: 15px 20px 20px;
	}
	.textBox1_in1 {
		display: block;
		background-color: #006400;
		color: #fff;
		padding: 8px 0;
		text-align: center;
	}
	.textBox1_in1_in {
		width: 100%;
		height: auto;
		background-color: transparent;
		padding-left: 0;
		display: block;
	}
	.textBox1_in1_in::after {
		display: none;
	}
	.textBox1_in1_in .t1 {
		font-size: 14px;
		letter-spacing: 0;
	}
	.textBox1_in1_in .t2 {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 20px;
		letter-spacing: 0.1em;
		margin-top: 3px;
	}
	.textBox1_in1_in .t3 {
		font-size: 12px;
		letter-spacing: 0.05em;
		margin-left: 12px;
	}
	.textBox1_in1 .t4 {
		font-size: 12px;
		font-weight: 700;
		letter-spacing: 0;
		margin-left: 0;
		margin-top: 2px;
	}
	.textBox1_p1 {
		width: 100%;
		padding: 13px 30px 0;
		font-size: 14px;
		line-height: 1.7;
	}
}
@media all and (max-width: 370px) {
	.textBox1_in1 .t4 {
		font-size: 11px;
	}
}
.person_ul1 .li1 a {
	position: relative;
	display: flex;
	transition: all .5s;
}
.person_ul1 .li1 a:hover {
	opacity: .7;
	transition: all .5s;
}
@media all and (max-width:680px) {
	.person_ul1 .li1 a {
		flex-direction: column;
	}
}

/*20250313追記*/
.reasonWrap_box1 {
	padding: 80px 0;
}
.reasonWrap_box1_in {
	display: flex;
	margin-top: 30px;
}
.reasonWrap_box1_item1 {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 8px;
	display: flex;
	justify-content: center;
}
.reasonWrap_box1_item1 .li1 {
	text-align: center;
}
.reasonWrap_box1_item1 .li1+.li1 {
	margin-left: 30px;
}
.reasonWrap_box1_item1 .li1 .t1 {
	display: inline-block;
	border-left: 1px solid #006400;
	border-right: 1px solid #006400;
	color: #006400;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 0 6px;
}
.reasonWrap_box1_item1 .li1 .t2 {
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1.23;
	margin-top: 6px;
}
.reasonWrap_box1_item1 .li1 .t3 {
	font-size: 10px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.5;
	margin-top: 4px;
}

@media all and (min-width: 681px) and (max-width: 1300px) {
	.reasonWrap_box1_item1 .li1 .t2 {
		font-size: 19px;
		letter-spacing: 0;
	}
}

@media all and (max-width: 680px) {
	.reasonWrap_box1 {
		padding-left: 0;
		display: block;
		position: relative;
	}
	.reasonWrap_box1_in {
		display: block;
	}
	.reasonWrap_box1_item1 {
		width: 100%;
		padding: 15px 10px 16px;
		display: flex;
		flex-flow: wrap;
	}
	.reasonWrap_box1_item1 .li1 {
		width: 50%;
		position: relative;
		padding: 0 10px;
	}
	.reasonWrap_box1_item1 .t2 {
		font-size: 22px;
		line-height: 1.29;
		padding-top: 6px;
	}
	.reasonWrap_box1_item1 .t3 {
		font-size: 14px;
		padding-top: 4px;
	}
	.reasonWrap_box1_item1 .li1:nth-of-type(1n + 3) {
		width: calc(100% / 3);
		margin-top: 30px;
	}
	.reasonWrap_box1_item1 .li1:nth-of-type(3)::after {
		content: "";
		width: calc(100vw - 20px);
		height: 1px;
		border-top: 1px dotted #000;
		position: absolute;
		top: -15px;
		left: 0;
	}
	.reasonWrap_box1_item1 .li1+.li1 {
		margin-left: 0;
	}
	.reasonWrap_box1_item1 .li1:nth-of-type(2),
	.reasonWrap_box1_item1 .li1:nth-of-type(4),
	.reasonWrap_box1_item1 .li1:nth-of-type(5) {
		border-left: 1px dotted #000;
	}
	.reasonWrap_box1_item1 .li1 .t1 {
		font-size: 13px;
	}
	.reasonWrap_box1_item1 .li1 .t2 {
		font-size: 14px;
		letter-spacing: 0;
		line-height: 1.4;
		margin-top: 0;
	}
	.reasonWrap_box1_item1 .li1 .t3 {
		line-height: 1.3;
		margin-top: 0;
	}
}

/* 20250521 事例 モバイル時スライダー化 */
 @media(max-width:680px) {
	.service_case_slide .slick-prev,
	.service_case_slide .slick-next {
		width: 28px;
		height: 28px;
		background-color: rgba(0, 0, 0, 0.6);
		transition: 0.3s ease;
		top: 25%;
	}
	.service_case_slide .slick-prev:hover,
	.service_case_slide .slick-prev:focus,
	.service_case_slide .slick-next:hover,
	.service_case_slide .slick-next:focus {
		background-color: rgba(0, 0, 0, 0.6);
	}
	.service_case_slide .slick-slide {
		padding: 0px 5px 10px;
	}
	.service_case_slide .worryBox img {
		margin: 0px auto 25px;
	}
	.service_case_slide .caseBox img {
    margin: 0 auto 25px;
	}
}

/* 20250619 メリット・デメリット */
.sec_merit {
	padding-bottom: 75px;
}

.sec_merit .secTtl_wrap img {
	width: 133px;
	height: 100%;
}

.sec_merit .merit_hl {
	font-size: 22px;
	font-weight: 500;
	text-align: justify;
	letter-spacing: 0.05em;
	line-height: 1.59;
	margin-top: 5px;
}

.sec_merit .merit_list {
	list-style: disc;
	list-style-position: outside;
	padding-left: 30px;
	margin-bottom: 30px;
}

@media (max-width: 680px) {
	.sec_merit {
		width: 100%;
		padding: 0 20px;
		padding-bottom: 45px;
	}

	.sec_merit .secTtl_wrap img {
		width: 62.5px;
	}

	.sec_merit .merit_hl {
		font-size: 16px;
	}
}