@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

:root {
	--bl:#006699;
	--ye:#fcdf37;
	--gy:#f0f3f5;
	--gl:#b59f33;
	--nv:#132c56;
	--gr: linear-gradient(135deg, #0c8eef 0%, #002eaf 100%);
	 --space-xxl: 130px;
  --space-md: 60px;
  --section-x-sp: 16px;
	 --section-pt-only-pc: 60px;
  --section-pt-only-sp: 60px;
}

body {
	transition: all 1s;
font-feature-settings: "palt";
	letter-spacing: .15em
}

#stage {
	font-size: 1.6rem;
}
.txtnv{
	color: var(--color-blue-dark);
}
strong,
b {
	font-weight: 700;
}

h2,
h3,
h4,
h5 {
	font-weight: normal;
}

.l-row {
	display: flex;
	flex-wrap: wrap;
}
.l-row_ai_center{
	align-items: center;
}
.l-row_jc_center{
	justify-content: center
}

.l-section {
  padding: var(--space-xxl) 0;
}

@media (max-width: 768px) {
  .l-section {
    padding: var(--space-md) var(--section-x-sp);
  }
}
.l-section--pb0 { padding-bottom: 0; }
.l-section--pt0 { padding-top: 0; }

.l-section--ptOnly {
  padding: var(--section-pt-only-pc) 0 0;
}

@media (max-width: 768px) {
  .l-section--ptOnly {
    padding: var(--section-pt-only-sp) var(--section-x-sp) 0;
  }
}
/* アニメーション
------------------------------ */

.animate {
	opacity: 0;
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fade-in-top {
	0% {
		opacity: 0;
		transform: translateY(8px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fade-in-bottom {
	0% {
		opacity: 0;
		transform: translateY(-8px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes roll {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

.fade-in-top.animated {
	animation: fade-in-top .8s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
}

.fade-in.animated {
	animation: fade-in .8s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
}


/* 共通パーツ
------------------------------ */
.l-inner {
	max-width: 1154px;
        width: 100%;
	margin: 0 auto
}

.ttl {
	line-height: 1.34;
	font-weight: 700
}
.p-section_ttl{
	font-size: clamp(18px, 11.333px + 1.778vw, 38px);
	position: relative;
	padding-bottom: .7em;
	margin-bottom: 1.65em;
}
.p-section_ttl:before,
.p-section_ttl:after{
	content: '';
	position: absolute;
	left: 0;
}
.p-section_ttl:before{
	width: 100%;
	height: 1px;
	background: #333333;
	bottom: 0
}
.p-section_ttl:after{
	width: 2.5em;
	background: var(--gr);
	height: 7px;
	border-radius: 3em;
	bottom: -3px
}
.p-btn a{
	border-radius: 3em;
	border: 1px solid var(--nv);
	font-size: clamp(16px, 13.000px + 0.8vw, 25px);
	text-align: center;
	position: relative;
	padding: 1em 5em 1em 3em;
	font-weight: 600;
	width: 100%;
	display: block;
}
.p-btn a:after{
	content: '';
	background: url(../images/service/smes/icon-arrow_r.svg)no-repeat;
	background-size: cover;
	width: 2.2em;
  height: 0.4em;
position: absolute;
  right: 1.5em;
  top: calc(50% - .3em);
	transition: .3s all;
}
.p-btn a:hover:after{
	right: 1em;
}
.p-btn._wh a{
	background: #fff;
}
.p-btn._wh a:hover{
	background: var(--gy);
}
.p-btn._ye a{
	background: var(--ye);
}
.p-btn._ye a:hover{
	background: #fff725;
}
@media (max-width: 768px) {
	.p-btn{
		width: min(370px,90%);
		margin: 0 auto
	}
	.p-btn a:after{
		width: 34px;
    height: 6px;
	}
}
/*============================
#SMEs_kv
============================*/
#SMEs_kv {
	background: var(--bl);
	display: flex;
	flex-direction: column;
	gap:50px;
	position: relative;
}
#SMEs_kv:before {
    content: "";
    position: absolute;
    top: 99%;
    left: 50%;
    margin-left: -80px;
    border: 80px solid transparent;
    border-top: 35px solid var(--bl);
}

#SMEs_kv .bloc1 .img {
	width: 66.6%;
}
#SMEs_kv .bloc1 .img img{
	border-radius: 0 0 125px 0
}
#SMEs_kv .bloc1 .txtarea {
	width: 38.66%;
	font-size: clamp(20px, 13.333px + 1.778vw, 46px);
	font-weight: 700;
    letter-spacing: .04em;
    margin-left: -10.93%;
    position: relative;
    z-index: 1;
}
#SMEs_kv .bloc1 .txtarea p {
    line-height: 1.8;
    background: #fff;
    display: inline;
    padding: 3px 10px;
}
#SMEs_kv .bloc1 .txtarea p b{
	color: var(--gl);
	font-weight: 700
}
#SMEs_kv .bloc2 {
	gap:30px
}

#SMEs_kv .bloc3 .txtarea {
	width: 59%;
	padding: 0 5.5%;
	color: #fff
}
#SMEs_kv .bloc3 .txtarea b{
	color: var(--ye);
}
#SMEs_kv .bloc3 .txtarea .top{
	font-size: clamp(18px, 12.667px + 1.422vw, 34px);
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.1em;
	margin-bottom: 1em
}
#SMEs_kv .bloc3 .txtarea .bottom{
	font-size: clamp(14px, 12.000px + 0.533vw, 20px);
	letter-spacing: 0.05em;
	line-height: 2.1
}
#SMEs_kv .bloc3 .img {
	width: 40%;
}
@media (max-width: 768px) {
	#SMEs_kv{
		gap:30px;
		overflow: hidden;
	}
	#SMEs_kv .bloc1 .txtarea,
	#SMEs_kv .bloc3 .txtarea{
		width: 100%;
	}
	#SMEs_kv .bloc1 .img{
		    width: 100vw;
    margin: 0 calc(50% - 50vw);
	}
	#SMEs_kv .bloc1 .txtarea{
		margin-left: 0;
		margin-top: -40px;
		font-size: 26px
	}
	#SMEs_kv .bloc2{
		gap:8px
	}
	#SMEs_kv .bloc3 .img {
  width: min(280px,50%);
}
	#SMEs_kv .bloc3 .txtarea{
		display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
	}
	#SMEs_kv .bloc3 .txtarea .top{
		margin-bottom: 0;
	}
}

/*============================
#SMEs_cont1
============================*/
#SMEs_cont1 {
	background: var(--gy);
}

#SMEs_cont1 .bloc1 {
	margin-bottom: 100px
}
#SMEs_cont1 .bloc1 .box_wh {
	background: #fff;
	border: 1px solid #002eaf;
	border-radius: 16px;
	padding: 50px 11%;
	position: relative;
	margin-bottom: 40px
}
#SMEs_cont1 .bloc1 .box_wh:before{
	content: '';
	background: url(../images/service/smes/cont1_img02.png)no-repeat;
	background-size: cover;
	width: 6%;
  position: absolute;
  left: 2.5%;
  bottom: 50px;
  aspect-ratio: 131/474;
}
#SMEs_cont1 .bloc1 .box_wh:after{
	content: '';
	background: url(../images/service/smes/cont1_img03.png)no-repeat;
	background-size: cover;
	width: 10%;
  position: absolute;
  right: 2.5%;
  bottom: 50px;
  aspect-ratio: 233/623;
}
#SMEs_cont1 .bloc1 .box_wh .badge {
	width: min(253px,30%);
	position: absolute;
	top: -170px;
	right: -40px;
}
#SMEs_cont1 .bloc1 .box_wh .list_check li{
	font-size: clamp(14px, 10.667px + 0.889vw, 24px);
	margin-bottom: 1.5em;
	line-height: 1.3;
	color: var(--nv);
	padding-left: 1.6em;
	position: relative;
	font-weight: 600;
}
#SMEs_cont1 .bloc1 .box_wh .list_check li:before{
	content: '';
	background: url(../images/service/smes/icon-check.svg)no-repeat;
	width: 1em;
	height: 1em;
	background-size: cover;
	position: absolute;
	top: 3px;
	left: 0;
}
#SMEs_cont1 .bloc1 .box_wh .list_check li b{
	background:linear-gradient(transparent 60%, #c7d7fb 60%);
}
#SMEs_cont1 .txtarea{
	line-height: 1.56;
	font-weight: 600;
	text-align: center;
	letter-spacing: .16em;
	color: var(--nv)
}
#SMEs_cont1 .bloc1 .txtarea {
	font-size: clamp(16px, 12.000px + 1.067vw, 28px);
}
#SMEs_cont1 .bloc1 .txtarea span{
	font-weight: 600
}
#SMEs_cont1 .txt_gl {
	color: var(--gl);
}
#SMEs_cont1 .txt_ls{
	font-size: 120%;
}
#SMEs_cont1 .txt_l {
	background:linear-gradient(transparent 90%, var(--gl) 90%);
}
#SMEs_cont1 .txt_line {
	background:linear-gradient(transparent 60%, #c7d7fb 60%);
}
#SMEs_cont1 .bloc2 {
}
#SMEs_cont1 .bloc2 .top {
}
#SMEs_cont1 .bloc2 .top .txtarea {
	text-align: center;
	color: var(--nv);
	font-size: clamp(14px, 10.667px + 0.889vw, 24px);
	margin-bottom: 2em
}
#SMEs_cont1 .bloc2 .top .txtarea .ttl {
	font-size: clamp(16px, 12.000px + 1.067vw, 28px);
	margin-bottom: 1em
}
#SMEs_cont1 .bloc2 .middle {
}
:root{
  --goal-col: 120px;
  --card-head-h: 105px;
  --gap: 15px;
}

#SMEs_cont1 .goal-cards{
  display: grid;
  grid-template-columns: var(--goal-col) 1fr 1fr;
  grid-template-rows: var(--card-head-h) auto;
  gap: 0 var(--gap);
  align-items: stretch;
	margin-bottom: 50px
}

#SMEs_cont1 .goal-cards__label{
  grid-column: 1;
  grid-row: 2;
  display: grid;
  place-items: center;
  background: var(--nv);
  color: #fff;
  font-weight: 700;
  padding: 18px 10px;
	border-radius: 32px 0 0 32px;
	font-size: clamp(14px, 10.333px + 0.978vw, 25px);
}

#SMEs_cont1 .card{
  grid-row: 1 / span 2;
  border-radius: 32px 32px 0 0 ;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--nv);
  display: grid;
  grid-template-rows: var(--card-head-h) auto; 
}


#SMEs_cont1 .card__head{
  display: grid;
  place-items: center;
  padding: 1em 16px;
  text-align: center;
  color: #fff;
}

#SMEs_cont1 .card__body{
  padding: 22px 18px;
  text-align: center;
  font-weight: 700;
  color: var(--nv);
  display: grid;
  place-items: center;
	font-size: clamp(13px, 9.000px + 1.067vw, 25px);
	line-height: 1.85;
}
#SMEs_cont4 .reasonbox.bloc2 .top .ttlwrap{
	width: 30%
}
#SMEs_cont1 .card--tax .card__head{ background:var(--nv); }
.card--teambox .card__head{ background:#0096dc; }

#SMEs_cont1 .card__title{
	font-size: clamp(14px, 9.667px + 1.156vw, 27px);
	font-weight: 700
}
#SMEs_cont1 .card__sub{
	font-size: clamp(12px, 9.333px + 0.711vw, 20px);
}
#SMEs_cont1 .bloc2 .bottom {
	font-size: clamp(14px, 10.667px + 0.889vw, 24px);
	line-height: 2;
	
}
@media (max-width: 768px) {
	:root{
  --goal-col: 30px;
  --card-head-h: 105px;
  --gap: 4px;
}

	#SMEs_cont1 .bloc1{
		margin-top: 100px;
		margin-bottom: 50px
	}
	#SMEs_cont1 .bloc1 .box_wh{
		margin-bottom: 60px
	}
	#SMEs_cont1 .bloc1 .box_wh .badge{
		top: -60px;
		right: 0;
		width: 138px;
		height: 138px
	}
	#SMEs_cont1 .bloc1 .box_wh{
		padding: 100px 3% 100px 14%;
	}
	#SMEs_cont1 .bloc1 .box_wh .list_check li{
		margin-bottom: 1em
	}
	#SMEs_cont1 .bloc1 .box_wh .list_check li:nth-child(n+4) {
		padding-right: 25%;
	}
	#SMEs_cont1 .bloc1 .box_wh:before {
    content: '';
    background: url(../images/service/smes/cont1_img02.png) no-repeat;
    background-size: cover;
    width: 13%;
    position: absolute;
    left: 2.5%;
    bottom: auto;
    aspect-ratio: 131 / 474;
    top: -61px;
}
	#SMEs_cont1 .bloc1 .box_wh:after {
    content: '';
    background: url(../images/service/smes/cont1_img03.png) no-repeat;
    background-size: cover;
    width: 23%;
    position: absolute;
    right: 2.5%;
    bottom: -40px;
    aspect-ratio: 233 / 623;
}
	#SMEs_cont1 .card__head{
		padding: 1em 8px;
	}
	#SMEs_cont1 .card__body{
		    padding: 16px 8px;
		    line-height: 1.45;
	}
	#SMEs_cont1 .goal-cards{
		margin-bottom: 30px
	}
	#SMEs_cont1 .goal-cards__label{
		 writing-mode: vertical-rl
	}
	#SMEs_cont1 .txt_ls{
		font-size: 112%
	}
}

/*============================
#SMEs_cont2
============================*/
.arrow_bottom{
	text-align: center;
	margin-bottom: 60px
}
.arrow_bottom span{
	display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 90px;
  height: 90px;
  border: 0.1em solid #333;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}
#SMEs_cont2 {
}
#SMEs_cont2 .ttl.p-section_ttl {
}
#SMEs_cont2 .bloc1 {
}
#SMEs_cont2 .bloc1 .top {
	gap:50px;
	justify-content: space-between;
	margin-bottom: 50px
}
#SMEs_cont2 .bloc1 .top .txtarea {
	width: 45.46%;
	font-size: clamp(14px, 11.667px + 0.622vw, 21px);
line-height: 1.9;
	color: var(--nv);
	font-weight: 600;
}
#SMEs_cont2 .txt_bl{
	color: #0384b4;
}
#SMEs_cont2 .bloc1 .l-row.l-row_ai_center.top .txtarea .article-title {
	font-size: clamp(18px, 12.333px + 1.511vw, 35px);
	color: var(--nv);
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 1em
}
#SMEs_cont2 .bloc1 .l-row.l-row_ai_center.top .txtarea .article-title span{
	background: var(--nv);
	color: #fff;
}
#SMEs_cont2 .bloc1 .l-row.l-row_ai_center.top .img {
	width: 46.666%
}
#SMEs_cont2 .bloc1 .arrow_bottom {
}
#SMEs_cont2 .bottom {
	    font-size: clamp(16px, 12.000px + 1.067vw, 28px);
	color: var(--nv);
	font-weight: 700;
	text-align: center;
	line-height: 1.56;
	    letter-spacing: .16em;
}
#SMEs_cont2 .bloc1 .bottom{
	margin-bottom: 50px
}
#SMEs_cont2 .bloc1 .bottom .txt_ls{
	font-size: 120%
}
#SMEs_cont2 .bloc1 .bottom .txt_bgnv {
	    background: var(--nv);
    color: #fff;
}
#SMEs_cont2 .bloc1 .bottom .txt_bl.txt_ls {
}
#SMEs_cont2 .bloc2 {
}
#SMEs_cont2 .bloc2 .box_bl {
	background: var(--bl);
	border-radius: 36px;
	padding: 50px;
	text-align: center;
		margin-bottom: 50px
}
#SMEs_cont2 .bloc2 .box_bl.top .ttl {
	color: #fff;
	    font-size: clamp(16px, 12.000px + 1.067vw, 28px);
	margin-bottom: 1em
}
#SMEs_cont2 .bloc2 .box_bl.top .ttl span{
	font-size: 120%
}
#SMEs_cont2 .bloc2 .box_bl.top .list {
	gap:17px 11px;
	justify-content: center;
}
#SMEs_cont2 .bloc2 .box_bl.top .list li{
	background: #fff;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--nv);
	font-weight: 600;
	width: calc(100% / 3 - 12px);
    aspect-ratio: 2 / 1;
	font-size: clamp(16px, 14.000px + 0.533vw, 22px);
	line-height: 1.56
}
@media (max-width: 768px) {
	#SMEs_cont2 .bloc1 .top .txtarea,
	#SMEs_cont2 .bloc1 .l-row.l-row_ai_center.top .img{
		width: 100%
	}
	#SMEs_cont2 .bloc1 .top {
		gap: 30px;
	margin-bottom: 20px
	}
	
.arrow_bottom,#SMEs_cont2 .bloc1 .bottom {
    margin-bottom: 20px;
}
	.arrow_bottom span{
		width: 60px;
		height: 60px;
	}
	#SMEs_cont2 .bloc2 .box_bl{
		    padding: 30px 5%;
		margin-bottom: 30px;
		border-radius: 16px
	}
	#SMEs_cont2 .bloc2 .box_bl.top .list{
		    gap: 6px 11px;
	}
	#SMEs_cont2 .bloc2 .box_bl.top .list li {
    border-radius: 4px;
    justify-content: flex-start;
    width: 100%;
    aspect-ratio: auto;
    font-size: 14px;
    text-align: left;
    padding: 1em;
}
}

/*============================
#SMEs_cont3
============================*/
#SMEs_cont3 {
	background: var(--bl);
	border-radius: 0 70px 70px 0;
	color: #fff;
	position: relative
}
#SMEs_cont3 .ttl.p-section_ttl_2 {
	    font-size: clamp(18px, 11.333px + 1.778vw, 38px);
    position: relative;
    padding-top: .7em;
    margin-bottom: 1.65em;
	position: relative;
	z-index: 1;
	margin-right: 36%;
}
.p-section_ttl_2:before, .p-section_ttl_2:after {
    content: '';
    position: absolute;
    left: 0;
}
.p-section_ttl_2:before {
    width: 100%;
    height: 1px;
    background: #fff;
    top: 0;
}
.p-section_ttl_2:after {
    width: 2.5em;
    background: #fff;
    height: 7px;
    border-radius: 3em;
    top: -3px;
}
#SMEs_cont3 .bloc1 {
	position: relative
}
#SMEs_cont3 .bloc1:before {
    content: '';
    background: url(../images/service/smes/cont3_img01.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: -150px;
    right: 0;
    width: 100%;
    height: 100%;
	z-index: 0
}
#SMEs_cont3 .bloc1>div{
	position: relative;
	z-index: 1
}
#SMEs_cont3 article:not(:last-child){
	margin-bottom: 80px
}
#SMEs_cont3 .article-title {
	font-size: clamp(18px, 12.333px + 1.511vw, 35px);
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 1em;
}
#SMEs_cont3 strong{
color: var(--ye);
}
#SMEs_cont3 .read {
    font-size: clamp(14px, 11.667px + 0.622vw, 21px);
    line-height: 1.9;
    font-weight: 600;
}
#SMEs_cont3 .bloc1 .read{
	margin-bottom: 80px
}
#SMEs_cont3 .bloc1 .growthlist {
	gap:42px
}
#SMEs_cont3 .bloc1 .growthlist li{
	width: calc(100% / 3 - 38px);
	display: flex;
	flex-direction: column;
	gap :16px;
	align-items: center;
}
#SMEs_cont3 .bloc1 .growthlist li:nth-child(1)
{
margin-top: 130px}
#SMEs_cont3 .bloc1 .growthlist li:nth-child(2){
margin-top: 65px}
#SMEs_cont3 .bloc1 .growthlist .img {
}
#SMEs_cont3 .bloc1 .growthlist .ttl {
	background: var(--nv);
	border-radius: 3em;
	padding: .3em;
	text-align: center;
	font-size: clamp(16px, 12.333px + 0.978vw, 27px);
	font-weight: 700;
	letter-spacing: .08em;
	border: 1px solid #fff;
	width: 100%
}
#SMEs_cont3 .bloc2,#SMEs_cont3 .bloc3{
	gap:5%
}
#SMEs_cont3 .bloc2,#SMEs_cont3 .bloc3{
	justify-content: space-between;
}
#SMEs_cont3 .bloc2{
	flex-direction: row-reverse
}
#SMEs_cont3 .bloc2 .txtarea{
	width: 50%;
}
#SMEs_cont3 .bloc2 .img {
	width: 45%;
}
#SMEs_cont3 .bloc3 .txtarea{
	width: 60%;
}
#SMEs_cont3 .bloc3 .img{
	width: 35%;
}
@media (max-width: 768px) {
	#SMEs_cont3 .bloc2 .txtarea,
	#SMEs_cont3 .bloc3 .txtarea{
		width: 100%;
		margin-bottom: 20px
	}
	#SMEs_cont3 .bloc2 .img{
		width: min(300px,60%);
		margin: 0 auto
	}
	#SMEs_cont3 .bloc3 .img{
		width: min(250px,50%);
		margin: 0 auto
	}
	#SMEs_cont3 .bloc1:before{
		display: none
	}
	#SMEs_cont3 .bloc1 .growthlist {
    gap: 4px;
		position: relative;
		        padding-top: 0vw;
		align-items: anchor-center;
}
	#SMEs_cont3 .growthlist:before {
    content: '';
    background: url(../images/service/smes/cont3_img01.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: -15vw;
    right: 0;
    width: 100%;
    height: 100%;
	z-index: 0
}
	#SMEs_cont3 .bloc1 .growthlist li{
		    width: calc(100% / 3 - 4px);
		position: relative;
		z-index: 2;
		        flex-direction: column-reverse;
		gap:8px
	}
	#SMEs_cont3 .bloc1 .growthlist .ttl{
		font-size: 13px;
		padding: 1em
	}

}
}
@media (max-width: 520px) {
	#SMEs_cont3 .bloc1 .growthlist{
		padding-top: 2vw;
	}
}

/*============================
#SMEs_cont4
============================*/

#SMEs_cont4 {
	background: var(--gy);
	padding-top: 170px;
	margin-top: -70px
}

#SMEs_cont4 .subttl {
	    font-size: clamp(16px, 12.333px + 0.978vw, 27px);
    font-weight: 700;
}
.SMEs_cont4_cont{
	display: flex;
	flex-direction: column;
	gap:80px
}
#SMEs_cont4 .reasonbox:not(:last-child) {
	margin-bottom: 40px
}
#SMEs_cont4 .reasonbox .top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#SMEs_cont4 .reasonbox.bloc2 .top{
	flex-direction: row-reverse;
	    justify-content: center;
    gap: 110px;
}
#SMEs_cont4 .reasonbox .top .ttlwrap {
	width: 50%;
}
#SMEs_cont4 .reasonbox .top .ttlwrap .num {
	font-size: 110px;
	color: #d3d3d3;
	letter-spacing: -0.05em;
	font-weight: 900
}
#SMEs_cont4 .reasonbox .top .ttlwrap .boxttl {
	   font-size: clamp(20px, 13.333px + 1.778vw, 40px);
	background: #fff;
	line-height: 1.75;
	display: inline;
    padding: 3px 10px;
	font-weight: 700;
	color: var(--nv);
}
#SMEs_cont4 .reasonbox .top .img {
	width: 50%
}
#SMEs_cont4 .reasonbox .list {
	background: #fff;
	width: 80%;
	padding: 32px 65px;
	margin-top: -55px;
	position: relative;
	z-index: 1;
	color: var(--nv);
	font-weight: 600;
	margin-bottom: 40px
}
#SMEs_cont4 .reasonbox.bloc2 .list{
	    margin: -55px 0 40px auto;
}
#SMEs_cont4 .reasonbox .list .listttl {
font-size: clamp(14px, 12.000px + 0.533vw, 20px);
	font-weight: 500;
	margin-bottom: 1.5em;
	line-height: 1.45
}
#SMEs_cont4 .reasonbox .list .checklist li{
	font-size: clamp(14px, 11.000px + 0.8vw, 23px);
	padding-left: 1em;position: relative;
	line-height: 1.45
}
#SMEs_cont4 .reasonbox .list .checklist li:not(:last-child){
	margin-bottom: .7em;
}
#SMEs_cont4 .reasonbox .list .checklist li:before{
	content: '';
	width: .6em;
	height: .6em;
	background: var(--gr);
	position: absolute;
	left: 0;
	top: .45em;
	border-radius: 50%;
}
#SMEs_cont4 .reasonbox .summary {
	font-size: clamp(16px, 12.333px + 0.978vw, 27px);
	color: #0384b4;
	line-height: 1.65;
	font-weight: 500
}
#SMEs_cont4 .reasonbox.bloc3 .summary{
	text-align: center;
}
@media (max-width: 768px) {
	.SMEs_cont4_cont{
		gap:40px
	}
	#SMEs_cont4 .reasonbox .top .ttlwrap{
		width: 60%;
		position: relative;
		z-index: 2
	}
	#SMEs_cont4 .reasonbox .top .ttlwrap .boxttl{
		font-size: 20px
	}
	#SMEs_cont4 .reasonbox .top .ttlwrap .num{
		font-size: 70px
	}
	#SMEs_cont4 .reasonbox .top .img{
		width: 70%;
		margin-left: -40%;
		margin-top: -40px
	}
	#SMEs_cont4 .reasonbox .list{
		margin-top: 20px;
		    width: 100%;
    padding: 20px 28px;
		margin-bottom: 20px
	}
	#SMEs_cont4 .reasonbox .list .listttl{
margin-bottom: 1em
	}
	#SMEs_cont4 .reasonbox.bloc2 .top{
		    flex-direction: row;
		justify-content: flex-start;
    gap: 0;
	}
	#SMEs_cont4 .reasonbox.bloc2 .top .ttlwrap {
    width: 60%;
}
	#SMEs_cont4 .reasonbox.bloc2 .list {
    margin: 20px 0 20px auto;
}
	#SMEs_cont4 .subttl{
margin-bottom: 40px}
#SMEs_cont4 .reasonbox.bloc3 .summary{
	text-align: left;
}
}

/*============================
#SMEs_cont5
============================*/

#SMEs_cont5 {
	background: #44aebd;
}
#SMEs_cont5 .inner{
	width: min(1277px,100%);
	margin: 0 auto;
}
#SMEs_cont5 .SMEs_cont5_ttl {
	text-align: center;
	color: #fff;
	font-size: clamp(30px, 23.333px + 1.778vw, 50px);
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 1em;
}
#SMEs_cont5 .SMEs_cont5_ttl span{
font-size: clamp(18px, 15.000px + 0.8vw, 27px);
}
.SMEs_cont5_box_wrap{
	align-items: flex-end;
}
#SMEs_cont5 .SMEs_cont5_box{
	border-radius: 16px;
	padding: 1em
}
#SMEs_cont5 .SMEs_cont5_box .ttl {
	margin-bottom: 8px;
	text-align: center;
	font-weight: 700;
}
#SMEs_cont5 .SMEs_cont5_box .subttl {
	margin-bottom: 50px;
	text-align: center;
	font-weight: 700;
}
#SMEs_cont5 .SMEs_cont5_box .checklist li{
	font-weight: 500;
	padding-left: 1em;
    position: relative;
	    line-height: 1.45;
		color: #3a3a3a
}
#SMEs_cont5 .SMEs_cont5_box .checklist li:before{
	    content: '';
    width: .6em;
    height: .6em;
    background: #44aebd;
    position: absolute;
    left: 0;
    top: .45em;
    border-radius: 50%;
}
#SMEs_cont5 .SMEs_cont5_box .checklist li:not(:last-child){
	margin-bottom: 1em
}
#SMEs_cont5 .SMEs_cont5_box.before {
	background: #fff;
	color: var(--nv);
	padding: 70px 25px 35px;
	position: relative;
	width: 50%;
	z-index: 2
}
#SMEs_cont5 .SMEs_cont5_box.before:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -36px;
  border: 36px solid transparent;
  border-left: 25px solid #fff;
}
#SMEs_cont5 .SMEs_cont5_box.before .ttl{
	font-size: 33px
}

#SMEs_cont5 .SMEs_cont5_box.before .subttl{
	font-size: 22px
}
#SMEs_cont5 .SMEs_cont5_box.before .checklist li {
	font-size: 20px;
}
#SMEs_cont5 .SMEs_cont5_box.after {
	background:#fcdf37;
	color: #44aebd;
	padding: 50px 35px 35px 50px;
	position: relative;
	width: calc(50% + 16px);
	margin-left: -16px;
	z-index: 1
}
#SMEs_cont5 .SMEs_cont5_box.after .img{
	position: absolute;
    width: min(123px, 20%);
    top: -10vw;
    right: 0;
    aspect-ratio: 123 / 297;
	z-index: 4
}

#SMEs_cont5 .SMEs_cont5_box.after .ttl{
	    font-size: 48px;
    position: relative;
    display: flex;
    align-items: center;
	justify-content: center;
    gap: 12px;
	
}
#SMEs_cont5 .SMEs_cont5_box.after .ttl:before{
	content: '';
	background: url(../images/service/smes/titleparts_left.svg)no-repeat;
	width: 20px;
	height: 40px
}
#SMEs_cont5 .SMEs_cont5_box.after .ttl:after{
	content: '';
	background: url(../images/service/smes/titleparts_right.svg)no-repeat;
	width: 20px;
	height: 40px
}

#SMEs_cont5 .SMEs_cont5_box.after .subttl{
	    display: flex;
    justify-content: center;
}
#SMEs_cont5 .SMEs_cont5_box.after .subttl span{
	font-size: 26px;
	    background: linear-gradient(transparent 98%, #44aebd 98%);
	padding-bottom: 10px;
}
#SMEs_cont5 .SMEs_cont5_box.after .checklist li {
	font-size: 22px;
}
@media (max-width: 768px) {
	#SMEs_cont5 .SMEs_cont5_box.before,#SMEs_cont5 .SMEs_cont5_box.after{
		width: 100%
	}
	#SMEs_cont5 .SMEs_cont5_box.before{
		margin-bottom: 30px
	}
	#SMEs_cont5 .SMEs_cont5_box.after{
		margin-left: 0;
		z-index: 3
	}
	#SMEs_cont5 .SMEs_cont5_box.before:before {
         content: "";
        position: absolute;
        top: auto;
        left: 50%;
        bottom: -60px;
        margin-left: -35px;
        border: 35px solid transparent;
        border-top: 25px solid #ffffff;
}
	#SMEs_cont5 .SMEs_cont5_box .subttl{
		margin-bottom: 30px
	}
	#SMEs_cont5 .SMEs_cont5_box.before .subttl,
	#SMEs_cont5 .SMEs_cont5_box.before .checklist li,
	#SMEs_cont5 .SMEs_cont5_box.after .checklist li
	{
    font-size: 14px;
}
	#SMEs_cont5 .SMEs_cont5_box.after .subttl span{
		font-size: 20px
	}
	#SMEs_cont5 .SMEs_cont5_box.before,
	#SMEs_cont5 .SMEs_cont5_box.after{
		    padding: 30px 25px 30px;
	}
	
}
@media (max-width: 520px) {
	#SMEs_cont5 .SMEs_cont5_box.after .img {
    width: 64px;
    top: -10px;
    right: -11px;
    z-index: 4;
}
}
/*============================
#SMEs_cont6
============================*/
#SMEs_cont6 .subttl{
color: var(--nv);
	font-weight: 700;
	text-align: center;
	font-size: clamp(18px, 10.667px + 1.956vw, 40px);
	letter-spacing: .1em;
	margin-bottom: 1em;
	line-height: 1.7
}
#SMEs_cont6 .subttl span{
	background: var(--nv);
	color: #fff;
	padding: 6px 12px
}
#SMEs_cont6 .subttl span b{
	font-size: 124%
}
.growth {
  --blue: #1d76a8;
  --blue2: #2e9ad6;
  --gapX: 28px;
  --gapY: 18px;
  --labelW: 240px;
  --arrowW: 96px;

  max-width: 980px;
  margin: 0 auto 40px;
}

.growth__grid {
  display: grid;
  grid-template-columns: var(--labelW) 1fr var(--arrowW);
  column-gap: var(--gapX);
  row-gap: var(--gapY);
  align-items: center;
align-items: stretch;
  /* ★ここがポイント：配置を固定 */
  grid-template-areas:
    "label1 desc1 arrow"
    "label2 desc2 arrow"
    "label3 desc3 arrow";
}

/* 左ラベル */
.growth__label {
  background: var(--blue);
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 22px 14px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
font-size: clamp(18px, 13.667px + 1.156vw, 31px);
}
.growth__label--1 { grid-area: label1; }
.growth__label--2 { grid-area: label2; }
.growth__label--3 { grid-area: label3; }

/* 中テキスト */
.growth__desc {
  grid-area: auto;
  font-size: clamp(14px, 11.667px + 0.622vw, 21px);
  line-height: 1.8;
  color: #222;
  padding: 16px 0;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
	    display: flex;
    justify-content: center;
	font-weight: 500
}
.growth__desc--1 {grid-area: desc1;/* border-top: none; */}
.growth__desc--2 { grid-area: desc2; }
.growth__desc--3 { grid-area: desc3; }

/* 右の縦矢印 */
.growth__arrow {
  grid-area: arrow;
  background: var(--blue2);
  color: #fff;
  display: grid;
  place-items: center;
  position: relative;
  border-radius: 2px;
}

.growth__arrow::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -26px;
  margin: auto;
  width: 0;
  height: 0;
  border-left: calc(var(--arrowW) / 2) solid transparent;
  border-right: calc(var(--arrowW) / 2) solid transparent;
  border-top: 26px solid var(--blue2);
}

.growth__arrowText {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 0.12em;
  font-weight: 700;
  font-size: clamp(20px, 15.667px + 0.889vw, 34px);
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.growth__arrowText .dot {
     width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    display: block;
	    margin-left: 3px;
}

/* SP */
@media (max-width: 768px) {
.growth {
  --arrowW: 70px;
}
  .growth__grid {
    grid-template-columns: 1fr 70px; /* 左可変＋右固定 */
    column-gap: 16px;

    grid-template-areas:
      "label1 arrow"
      "desc1  arrow"
      "label2 arrow"
      "desc2  arrow"
      "label3 arrow"
      "desc3  arrow";
  }

  /* 矢印は縦維持 */
  .growth__arrow {
    align-self: stretch;
  }

  /* 三角はそのままでOK */
}
#SMEs_cont6 .bottom {
    font-size: clamp(16px, 12.000px + 1.067vw, 28px);
    color: var(--nv);
    font-weight: 700;
    text-align: center;
    line-height: 1.56;
    letter-spacing: .16em;
}
#SMEs_cont6 .bottom .txt_bl{
	color: #0384b4;
}
#SMEs_cont6 .bottom .txt_line{
	    background: linear-gradient(transparent 98%, #44aebd 98%);
    padding-bottom: 10px;
}
#SMEs_cont6 .bottom  .txt_ls{
	font-size: clamp(20px, 14.667px + 1.422vw, 36px);
}
@media (max-width: 768px) {
	.growth__label{
		    padding: 11px 14px;
	}
	
}
/*============================
#SMEs_cont7
============================*/
#SMEs_cont7{
	background: #e9f5fa;
	color: var(--nv);
	text-align: center;
}
#SMEs_cont7 .inner{
	display: flex;
	flex-direction: column;
	gap:40px;
	width: min(1050px,100%);
	padding: 0 7%;
	position: relative;
	margin: 0 auto
}
#SMEs_cont7 .inner:after{
	content: '';
	background: url(../images/service/smes/cont7_img02.png)no-repeat;
	background-size: cover;
	width: 14%;
	    aspect-ratio: 1 / 2.3;
	position: absolute;
	right: 0;
	bottom: 0;
}
.SMEs_cont7_ttl{
	font-size: clamp(20px, 14.667px + 1.422vw, 36px);
	font-weight: 700;
	line-height: 1.6;
	position: relative;
	letter-spacing: .1em
}
.SMEs_cont7_ttl:before{
	content: '';
	background: url(../images/service/smes/cont7_img01.svg)no-repeat;
	width: 3em;
	height: 1em;
	background-size: cover;
	position: absolute;
	    top: -1.2em;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.SMEs_cont7_txt{
	font-size: clamp(14px, 11.667px + 0.622vw, 21px);
	line-height: 1.76;
	font-weight: 600;
}
#SMEs_cont7 .p-btn{
	width: min(394px,80%);
	margin: 0 auto
}
@media (max-width: 768px){
	#SMEs_cont7 .inner{
		gap:20px
	}
	#SMEs_cont7 .p-btn{
		width: min(380px, 91%);
	}
}
#SMEs_cont8 .ttl{
	font-size: clamp(20px, 14.667px + 1.422vw, 36px);
	color: var(--nv);
	font-weight: 700;
	margin-bottom: 2em;
	text-align: center;
}

#customervoice{
    margin-top: 0!important;
}

.servicelink {
  width: 92vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 21.3333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4vw 0;
}

  .servicelink a {
  display: block;
  position: relative;
}
.servicelink a img{
	width: 100%;
	height: auto;
}
.servicelink a::after {
  content: '';
  width: 2vw;
  height: 3.0666666667vw;
  display: block;
  background: url(../images/common/ico_next_white.svg) center/contain no-repeat;
  position: absolute;
  right: 5.3333333333vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.servicelink a .logo {
  position: absolute;
  left: 5.3333333333vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.servicelink a:nth-of-type(1) .logo {
  width: 52.2666666667vw;
}
.servicelink a:nth-of-type(2) .logo {
  width: 60vw;
  padding-top: 1.3333333333vw;
}
.servicelink a:nth-of-type(3) .logo {
  width: 48vw;
}
.servicelink a:nth-of-type(4) .logo {
  width: 52.2666666667vw;
}
@media (min-width: 768px) {
    .servicelink {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  
    margin-top: 0;
    max-width: 1400px;
    gap: 20px;
  }
  .servicelink a::after {
    width: 10px;
    height: 15px;
    right: 40px;
  }
  .servicelink a {
    overflow: hidden;
  }
  .servicelink a::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 102, 153, 0.3);
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: -100%;
  }
  .servicelink a:hover::before {
    left: 0;
  }
  .servicelink a .logo {
    left: 40px;
  }
  .servicelink a:nth-of-type(1) .logo {
    width: 280px;
  }
  .servicelink a:nth-of-type(2) .logo {
   width: 277px;
  }
  .servicelink a:nth-of-type(3) .logo {
    width: 257px;
  }
  .servicelink a:nth-of-type(4) .logo {
    width: 280px;
  }

}
#contactArea{
	margin-top: 0
}