.mb1{
    margin-bottom: 1em !important;
}
.mb2{
    margin-bottom: 2em !important;
}
.mb3{
    margin-bottom: 3em !important;
}
.mb5{
    margin-bottom: 5em !important;
}
.pd5{
    padding: 5em 0;
}
p, b, li, a{
    font-size: clamp(14px, 2vw, 16px);
}
@media screen and (max-width: 780px){
    .mb5{
        margin-bottom: 4em !important;
    } 
    .pd5{
        padding: 4em 0;
    }
}
@media screen and (max-width: 480px){
    .mb1{
        margin-bottom: 0.5em !important;
    }
    .mb5{
        margin-bottom: 3em !important;
    }
    .pd5{
        padding: 3em 0;
    }
}

/*HOME MAIN*/
.main{
	background: var(--blue);
	background: linear-gradient(90deg, var(--blue) 0%, var(--blue) 50%, #fff 50%, #fff 100%);
	padding-top: 120px;
}
.main-catch{
	width: 40%;
    margin-top: -5em;
    justify-content: flex-end;
}
.main-catch_head{
	background: var(--red);
	color: #fff;
	line-height: 0;
	font-size: 1.8vw;
    padding: 0.2em 0.7em 0.4em 0.5em;
    border-radius: 3em;
}
.main-catch_head i{
	color: #fff;
	padding-right: 5px;
    font-size: clamp(28px, 3vw, 44px);
    line-height: 1;
    vertical-align: -0.1em;
}
.main-catch_b{
	line-height: 1em;
	font-weight: 700;
	color: #fff;
    font-size: clamp(38px, 4.4vw, 100px);
    padding-left: 0.1em;
}
.main-catch_em{
	font-weight: 700;
	color: var(--yellow);
    font-size: clamp(16px, 2vw, 44px);
    padding-left: 0.3em;
}
.main-catch p{
	font-weight: 700;
	color: #fff;
    font-size: clamp(18px, 2vw, 34px);
}
.main-illust{
	width: 60%;
	padding: 1% 2% 0 0;
}
.mv-cv{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 2em auto;
}
.mv-cv a{
    display: block;
    width: 10em;
    text-align: center;
    background: var(--red);
    border-radius: 3em;
    padding: 0.5em 0;
    color: #fff;
    font-size: clamp(16px, 2.8vw, 28px);
    margin: 0 2px;
}
.mv-cv a:hover{
    background: var(--yellow);
    color: #000;
}
.banner-url{
    display: block;
    width: 95%;
    max-width: 1040px;
    margin: 1em auto;
    border: 3px solid var(--blue);
}
.banner-url:hover{
    opacity: 0.7;
}
@media screen and (max-width: 780px){
	.main{
		background: linear-gradient(180deg, var(--blue) 0%, var(--blue) 65%, #fff 65%, #fff 100%);
	}
	.main-illust{
		width: 95%;
		padding: 0;
		margin: 0 auto;
	}
    .main-catch{
        width: 100%;
        margin-top: 0;
        justify-content: center;
    }
	.main-catch_head{
		font-size: 6vw;
	}
    div.main-catch_inner{
        padding: 0 0 1em !important;
    }
	.main-catch_b {
        font-size: 11vw;
        padding-left: 0;
    }
    .main-catch_em {
        font-size: 5vw;
        padding-left: 0;
    }
    .main-catch_head i {
        font-size: 5.8vw;
    }
    .mv-cv{
        margin: 1em auto;
    }
}

/*HOME ABOUT*/
.home-about{
    padding: 5em 0;
    position: relative;
}
.home-about:before{
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: #cfecff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-45%);
    opacity: 0.5;
    z-index: -1;
}
.home-about_h3,
.home-about_h3 b{
    font-size: clamp(38px, 6vw, 48px);
    font-weight: 800;
}
.home-about_h3 b{
    color: var(--blue);
}
.home-about_img{
    max-width: 980px;
    margin: 2em auto;
}
@media screen and (max-width: 780px){
    .home-about{
        padding: 2em 0;
    }
    .home-about_img {
        margin: 1em auto;
    }
}
@media screen and (max-width: 480px){
    .home-about_p{
        text-align: left;
    }
    .home-about_p br{
        display: none;
    }
}


/*HOME FEATURE*/
.home-feature_h3{
    font-size: clamp(28px, 4vw, 54px);
    font-weight: 800;
    color: var(--blue);
    line-height: 1.1;
}
.home-feature_h3 br{
    display: none;
}
.home-feature_wrap{
    display: inline-block;
    
    margin-top: 1em;
    padding: 2em 5em;
    background: #fff;
    border: 10px solid var(--blue);
    border-radius: 1em;
}
.home-feature_dl{
    text-align: left;
    margin: 0;
    padding: 0;
}
.home-feature_dl dt{
    margin-bottom: 0.3em;
}
.home-feature_dl dt span{
    font-size: clamp(21px, 4vw, 28px);
    font-weight: 700;
    line-height: 1;
}
.home-feature_dl dt:before,
.home-feature_dl dt:after{
    content: "";
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    padding-right: 0.5em;
    font-size: clamp(21px, 4vw, 28px);
    vertical-align: top;
}
.home-feature_dl dd{
    font-size: clamp(16px, 3vw, 24px);
    font-weight: 700;
    line-height: 1.3;
    color: #666;
    margin-left: 2em;
}
.home-feature_dl:nth-of-type(1) dt span{
    border-bottom: 2px solid var(--pink);
}
.home-feature_dl:nth-of-type(1) dt:before{
    background: url("../img/home/icon_check_pink.png") center / contain no-repeat;
}
.home-feature_dl:nth-of-type(1) dt:after{
    background: url("../img/home/icon_pen_pink.png") center / contain no-repeat;
}
.home-feature_dl:nth-of-type(2) dt span{
    border-bottom: 2px solid var(--green);
}
.home-feature_dl:nth-of-type(2) dt:before{
    background: url("../img/home/icon_check_green.png") center / contain no-repeat;
}
.home-feature_dl:nth-of-type(2) dt:after{
    background: url("../img/home/icon_pen_green.png") center / contain no-repeat;
}
.home-feature_dl:nth-of-type(2) dd{
    margin-bottom: 0;
}
@media screen and (max-width: 780px){
    .home-feature_wrap{
        width: 95%;
        padding: 2em 1em;
    }
}
@media screen and (max-width: 680px){
    .home-feature_h3 br{
        display: block;
    }
    .home-feature_wrap{
        margin-top: 0.5em;
        padding: 1.2em 1em 1em;
        border: 5px solid var(--blue);
    }
}













/*HOME LEAD*/
.home-lead_h2{
	font-size: 2vw;
	font-weight: 900;
}
.home-lead_p{
	font-size: 1vw;
	font-weight: 700;
}
@media screen and (max-width: 1780px){
	.home-lead_h2{
		font-size: 2.6vw;
	}
	.home-lead_p{
		font-size: 18px;
	}
}
@media screen and (max-width: 1280px){
	.home-lead_h2{
		font-size: 3.6vw;
	}
}
@media screen and (max-width: 980px){
	.home-lead_h2{
		font-size: 4.4vw;
	}
	.home-lead_p{
		text-align: left;
	}
	.home-lead_p br{
		display: none;
	}
}
@media screen and (max-width: 780px){
	.home-lead_h2{
		font-size: 5vw;
	}
	.home-lead_p{
		font-size: 16px;
	}
}
@media screen and (max-width: 680px){
	.home-lead_h2{
		font-size: 5.7vw;
	}
}

/*HOME SUMMARY*/
.home-summary .bkgray{
	margin-top: -30px;
}
.home-summary_li{
	flex-basis: 30%;
}
.home-summary_img img{
	border-radius: 15px;
}
.home-summary_p{
	line-height: 1.3em;
}
@media screen and (max-width: 780px){
	.home-summary_li{
		flex-basis: 48%;
	}
}
@media screen and (max-width: 680px){
	.home-point_h2{
		margin-bottom: 20px !important;
	}
}
@media screen and (max-width: 480px){
	.home-summary_li{
		flex-basis: 100%;
	}
}

/*HOME SPEC*/
.home-spec{
	border: 7px solid rgba(0,110,187,1);
	border-radius: 30px;
}

/*HOME POINT*/
.home-point_bk{
	position: absolute;
	top: 0;
	width: 65%;
	height: 100%;
	background: rgba(0,110,187,1);
	z-index: -1;
}
.home-point_h3{
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2em;
	color: #fff;
}
.home-point_h3-small{
	background: #feda00;
	padding: 10px 20px;
	border-radius: 20px;
	font-size: 21px;
	font-weight: 700;
	line-height: 1em;
}
.home-point_text{
	flex: 1;
}
.home-point_img{
	flex-basis: 420px;
	margin-top: -7%;
}
.home-point_img img{
	border-radius: 30px;
}
.home-point_text-p{
	max-width: 75%;
	background: #fff;
	border-radius: 30px;
	padding: 80px 5% !important;
}
.home-point_item:nth-child(odd) .home-point_bk{
	border-radius: 0 30px 30px 0;
	left: 0;
}
.home-point_item:nth-child(odd) .home-point_text-p{
	border-radius: 30px 0 0 30px;
}
.home-point_item:nth-child(odd) .home-point_text{
	order: 1;
	padding-left: 5%;
}
.home-point_item:nth-child(even) .home-point_bk{
	border-radius: 30px 0 0 30px;
	right: 0;
}
.home-point_item:nth-child(even) .home-point_text-p{
	border-radius: 0 30px 30px 0;
}
.home-point_item:nth-child(even) .home-point_text{
	padding-right: 5%;
	text-align: right;
}
.home-point_item:nth-child(even) .home-point_text-p{
	margin-left: auto;
	margin-right: 0;
	text-align: left;
}
.home-point_release{
	background: #e60000;
	color: #fff;
	border-radius: 5px;
	padding: 10px 20px;
	font-size: 16px;
}
@media screen and (max-width: 1780px){
	.home-point_bk{
		width: 75%;
	}
}
@media screen and (max-width: 1380px){
	.home-point_bk{
		width: 78%;
	}
}
@media screen and (max-width: 1280px){
	.home-point_h3{
		font-size: 3.4vw;
		line-height: 1.2em;
	}
	.home-point_bk{
		width: 75%;
	}
	.home-point_img{
		flex-basis: 330px;
	}
	.home-point_text-p{
		padding: 50px 5% !important;
	}
}
@media screen and (max-width: 980px){
	.home-point_h3{
		font-size: 4vw;
	}
	.home-point_text-p{
		max-width: 100%;
	}
	.home-point_img{
		flex-basis: 300px;
	}
	.home-point_bk{
		width: 85%;
	}
}
@media screen and (max-width: 780px){
	.home-point_h3-small{
		padding: 5px 10px;
		font-size: 14px;
	}
	.home-point_img{
		flex-basis: 250px;
		margin-top: -70px;
	}
	.home-point_h3-small{
		font-size: 16px;
	}
	.home-point_item{
		padding: 30px 0!important;
	}
}
@media screen and (max-width: 680px){
	.home-point_h3{
		font-size: 4.6vw;
	}
	.home-point_img{
		flex-basis: 200px;
	}
	.home-point_img img{
		border-radius: 20px;
	}
}
@media screen and (max-width: 580px){
	.home-point_h3{
		font-size: 5vw;
	}
	.home-point_img{
		flex-basis: 130px;
		margin-top: 0;
	}
	.home-point_bk{
		width: 90%;
		height: 60%;
	}
	.home-point_text-p{
		padding: 30px 20px 0 !important;
	}
	.home-point_item{
		margin-bottom: 30px !important;
	}
}
@media screen and (max-width: 480px){
	.home-point_item{
		padding: 20px 0!important;
	}
	.home-point_bk{
		width: 95%;
	}
	.home-point_h3{
		font-size: 6vw;
	}
	.home-point_text-p{
		padding: 20px 15px 0 !important;
	}
}

/*FAQ*/
.home-faqs{
    background: rgba(0, 110, 187, 0.2);
}

/*VOICE*/
.home-voice_ol{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.home-voice_li{
    width: 32%;
    position: relative;
}
.home-voice_a {
    display: block;
    border-radius: 1em;
    position: relative;
    margin-bottom: 0.5em;
}
.home-voice_img{
    display: block;
    border-radius: 1em;
}
.home-voice_name{
    position: absolute;
    top: 1em;
    left: -1em;
    background: var(--yellow);
    line-height: 1.3;
    padding: 0.2em 0.5em;
    width: 95%;
    border-radius: 5px;
    font-size: clamp(14px, 1.4vw, 18px);
}
.home-voice_p{
    padding-left: 1em;
    text-indent: -1em;
    font-size: clamp(14px, 1.3vw, 16px);
}
.home-voice .page-lead{
    padding: 1em 0;
}
@media screen and (max-width: 1280px){
    .home-voice_name{
        left: -0.5em;
    }
}
@media screen and (max-width: 880px){
    .home-voice_li{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .home-voice_a{
        width: 40%;
        margin-right: 1em;
    }
    .home-voice_img{
        border-radius: 0.5em;
    }
    .home-voice_name{
        position: relative;
        top: inherit;
        left: inherit;
        margin-bottom: 0.5em;
        display: block;
        width: 100%;
        font-size: clamp(14px, 3vw, 18px);
        margin-top: 1em;
    }
    .home-voice_item{
        flex: 1;
    }
    .home-voice_p{
        font-size: clamp(14px, 3vw, 16px);
    }
}
@media screen and (max-width: 480px){
    .home-voice_a{
        margin-right: 0.5em;
    }
    .home-voice_name{
        margin-top: 0;
    }
}

/*REASON*/
.home-reason{
    background: var(--blue10);
}
.home-reason_h3 {
    font-size: clamp(28px, 5vw, 44px);
    font-weight: 800;
    color: var(--blue);
    line-height: 1.1;
}
.home-reason_h3 br{
    display: none;
}
.home-reason_wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.home-reason_item{
    width: 30%;
}
.home-reason_h4{
    font-weight: 700;
    font-size: clamp(15px, 2vw, 21px);
    margin: 1em 0 0.5em;
    background: #fff;
    padding: 0.5em 0;
    border-radius: 10px;
}
.home-reason_h4 b{
    font-weight: 700;
    font-size: clamp(16px, 2vw, 21px);
    color: var(--red);
}
@media screen and (max-width: 980px){
    .home-reason_item{
        width: 32%;
    }
}
@media screen and (max-width: 780px){
    .home-reason_item{
        width: 100%;
        margin-bottom: 2em;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .home-reason_img{
        width: 40%;
        margin-right: 0.5em;
    }
    .home-reason_summary{
        flex: 1;
    }
    .home-reason_h4{
        font-size: clamp(15px, 3vw, 21px);
    }
    .home-reason_h4 b{
        font-size: clamp(16px, 3vw, 21px);
    }
}
@media screen and (max-width: 480px){
    .home-reason_h3 br{
        display: block;
    }
    .home-reason_item{
        margin-bottom: 1em;
    }
}

/*ISSUE*/
.home-issue_content{
    background: #fafafa;
    padding-bottom: 3em;
}
.home-issues{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.home-issue_p{
    border: 2px solid var(--blue);
    line-height: 1;
    padding: 0.7em 1em !important;
    border-radius: 3em;
    background: #fff;
    margin: 5px !important;
    font-size: clamp(16px, 1.4vw, 21px);
}
.home-issue_p:before{
    content:"\f14a";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    display: inline-block;
    color: var(--red);
}
.home-issue_imgs{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 1em;
}
.home-issue_img:first-child{
    width: 32%;
}
.home-issue_img:nth-child(2){
    width: 22%;
}
.home-issue_img:nth-child(3){
    width: 30%;
    margin-left: 1em;
}
.home-issue_theme {
    font-size: clamp(28px, 4vw, 54px);
    font-weight: 800;
    color: var(--blue);
    line-height: 1.1;
    margin-top: 0.5em;
}
.home-issue_theme br{
    display: none;
}
@media screen and (max-width: 980px){
    .home-issue_content{
        padding-bottom: 2em;
    }
}
@media screen and (max-width: 680px){
    .home-issue_content{
        padding-bottom: 0.5em;
    }
    .home-issue_img:first-child{
        width: 37%;
    }
    .home-issue_img:nth-child(2){
        width: 25%;
    }
    .home-issue_img:nth-child(3){
        width: 35%;
    }
    .home-issue_theme{
        font-size: 6.4vw;
    }
    .home-issue_theme br{
        display: block;
    }
    .home-issue_p{
        padding: 0.7em 0 !important;
        width: 100%;
    }
}

/*SOLUTION*/
.home-solution{
    background: var(--blue);
    position: relative;
}
.home-solution:before{
    content: "";
    display: block;
    width: 50%;
    max-width: 680px;
    height: 5em;
    background: #fafafa;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.home-solution_p{
    margin: 1em auto;
}
.home-solution_p br{
    display: none;
}
.home-solution_p img,
.home-solution_p,
.home-solution_p span,
.home-solution_p b,
.home-solution_p em{
    font-size: clamp(28px, 4vw, 54px);
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
}
.home-solution_p img{
    width: 7em;
}
.home-solution_p b{
    display: inline-block;
    background: var(--yellow);
    color: var(--blue);
    border-radius: 3em;
    padding: 0 0.7em;
    margin: 0 2px;
    font-weight: 700;
}
.home-solution_p em{
    color: var(--yellow);
}
@media screen and (max-width: 980px){
    .home-solution:before{
        height: 4em;
    }
    .home-solution_p span{
        display: inline-block;
        margin-top: 0.2em;
    }
}
@media screen and (max-width: 780px){
    .home-solution:before{
        height: 3em;
    }
    .home-solution_p img,
    .home-solution_p,
    .home-solution_p span,
    .home-solution_p b,
    .home-solution_p em{
        font-size: 6.5vw;
    }
    .home-solution_p {
        margin: 1em auto 1.5em;
    }
    .home-solution_p br{
        display: block;
    }
}

/*COLLECT*/
.home-solution_wrap{
    background: #fff;
    border-radius: 1em;
    padding: 2em;
    position: relative;
}
.home-solution_header{
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-top: -3em;
}
.home-solution_h3{
    background: var(--red);
    padding: 0.5em 0.7em 1em;
    color: #fff;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% 80%, 0% 100%);
    border-radius: 5px 5px 0 0;
    font-size: clamp(18px, 3vw, 38px);
}
.home-solution_items{
    padding: 0 0 1em 0.5em;
}
.home-solution_items:after{
    content: "...など";
    vertical-align: bottom;
    display: inline-block;
    padding-bottom: 0.2em;
    font-size: clamp(13px, 1.4vw, 18px);
}
.home-solution_item{
    font-size: clamp(13px, 1.4vw, 18px);
}
.home-solution_item{
    display: inline-block;
    border: 3px solid var(--blue);
    border-radius: 0.5em;
    padding: 0.7em 1.5em;
    line-height: 1;
    margin-right: 3px;
}
.home-solution_wrapper{
    display: flex;
    justify-content: space-between;
    gap: 5px;
    margin-bottom: 5px;
    position: relative;
}
.home-solution_wrapper div{
    padding: 1em;
    line-height: 1.4;
    font-size: clamp(13px, 1.8vw, 16px);
    border-radius: 5px;
}
.home-solution_head{
    width: 8em;
    background: var(--blue10);
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-solution_body{
    background: #ddd;
    text-align: left;
    width: 25em;
    display: flex;
    align-items: center;
    position: relative;
}
.home-solution_wrapper:first-child .home-solution_body{
    background: #4f7189;
    position: relative;
    padding: 2em 1em;
}
.home-solution_wrapper:first-child .home-solution_body b,
.home-solution_wrapper:first-child .home-solution_last b{
    color: #fff;
    font-size: clamp(16px, 1.4vw, 21px);
    line-height: 0.5;
}
.home-solution_wrapper:first-child .home-solution_head{
    background: transparent;
}
.home-solution_last{
    flex: 1;
    border: 1px solid var(--blue);
    text-align: left;
    padding-left: 4em !important;
}
.home-solution_last b{
    display: block;
    color: var(--red);
    font-size: clamp(13px, 1.8vw, 16px);
}
.home-solution_last a{
    display: inline-block;
    color: var(--blue);
    font-size: clamp(12px, 1.1vw, 14px);
}
.home-solution_last a:hover{
    text-decoration: underline;
}
.home-solution_wrapper:first-child div{
    background: var(--blue);
    color: #fff;
    position: relative;
    padding: 2em 1em !important;
}
.home-solution_table{
    position: relative;
}
.home-solution_table:after{
    content: "";
    display: block;
    width: 3em;
    height: calc(100% - 5em - 5px);
    background: var(--yellow);
    position: absolute;
    bottom: 0;
    left: calc(8em + 25em + 5px + 5px - 1px);
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    font-size: clamp(13px, 1.8vw, 16px);
    z-index: 2;
}
.home-solution_overflow{
    position: relative;
    padding-top: 3.5em;
}
.home-solution_wrapper:first-child .home-solution_body:before{
    content: "";
    display: block;
    width: 100%;
    height: 8em;
    background: url("../img/home/issue02.png") right bottom / contain no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
}
.home-solution_wrapper:first-child .home-solution_last:before{
    content: "";
    display: block;
    width: 100%;
    height: 8em;
    background: url("../img/home/issue04.png") right bottom / contain no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
}
.home-solution_others{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1em;
}    
.home-solution_other{
    background: #f1efe9;
    border-radius: 5px;
    padding-bottom: 1em;
}
.home-solution_h4{
    background: var(--yellow);
    line-height: 1.2;
    padding: 0.5em;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 5px;
}
.home-solution_h4 br{
    display: none;
}
.home-solution_text{
    padding: 1em 2em !important;
    line-height: 1.4;
}
.home-solution_text b{
    color: var(--blue);
}
.home-solution_ul{
    margin: 0;
    padding: 1em 2em 0 !important;
}
.home-solution_li{
    list-style: none;
    font-size: clamp(14px, 1.4vw, 18px);
    padding: 0 0 0.5em 0.6em;
    text-indent: -0.6em;
}
.home-solution_li:before{
    content:"\f14a";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    display: inline-block;
    color: var(--red);
}
.home-solution_a{
    display: block;
    padding: 1em;
    max-width: 420px;
    margin: 0 auto;
}
.home-request .home-solution_other:nth-of-type(1) .home-solution_h4{
    background: var(--hanbai);
    color: #fff;
}
.home-request .home-solution_other:nth-of-type(2) .home-solution_h4{
    background: var(--pink);
    color: #fff;
}
@media screen and (max-width: 980px){
    .home-solution_items{
        padding: 0 0 0 0.5em;
    }
    .home-solution_wrap {
        padding: 2em 1em;
    }
    .home-solution_wrapper div {
        padding: 1em 0.5em;
    }
    .home-solution_head {
        width: 6em;
    }
    .home-solution_body {
        width: 22em;
    }
    .home-solution_table:after{
        width: 2em;
        left: calc(6em + 22em + 5px + 5px - 1px);
    }
    .home-solution_overflow{
        overflow-x: scroll;
    }
    .home-solution_table{
        min-width: 680px;
    }
    .home-solution_last{
        padding-left: 2.5em !important;
    }
    .home-solution_h4 br{
        display: block;
    }
}
@media screen and (max-width: 780px){
    .home-solution_header{
        flex-direction: column;
    }
    .home-solution_items{
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .home-solution_h3{
        margin: 0 auto 0.5em;
        width: 7em;
        text-align: center;
        font-size: clamp(21px, 2vw, 28px);
        padding: 0.4em 0.7em 1em;
    }
}
@media screen and (max-width: 680px){
    .home-solution_wrap {
        padding: 2em 1em;
    }
    .home-solution_item {
        padding: 0.5em;
        margin-right: 1px;
    }
    .home-solution_body {
        width: 15em;
    }
    .home-solution_table:after{
        left: calc(6em + 15em + 5px + 5px - 1px);
    }
    .home-solution_overflow {
        padding-top: 1em;
    }
    .home-solution_wrapper:first-child .home-solution_body,
    .home-solution_wrapper:first-child .home-solution_last{
        justify-content: center;
        text-align: center;
    }
    .home-solution_wrapper:first-child .home-solution_body:before,
    .home-solution_wrapper:first-child .home-solution_last:before{
        display: none;
    }
    .home-solution_others{
        margin-bottom: 1em !important;
    }
}



