@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
}

.st_header {
	width: 100%;
	padding: 1% 0;
}

.logo {
	width: 35%;
	max-width: 200px;
	margin: 20px auto;
}

.pageno {
	position: absolute;
	top: 0;
	left: 0;
	font-family: "sofia-pro", sans-serif;
	font-size: 32px;
	font-weight: 500;
	text-align: center;
}

.pageno small {
	font-size: 70%;
	font-weight: 300;
}

.st_wrap {
	clear: both;
	width:100%;
    text-align: center;
	padding: 0;
	margin: 0 auto;
	font-family: "Noto Sans JP", sans-serif;
	background-color: #eeeeee;
	position: relative;
}

.wrap_content h1 {
	font-weight: 500;
	font-size: 26px;
	line-height: 1.5em;
	text-align: center;
	margin: 6% auto 3%;
}

.wrap_content h2 {
	font-weight: 600;
	font-size: 23px;
	text-align: center;
	line-height: 1.3em;
	margin: 5% auto 3%;
}


.wrap_content h3{
	font-size: 20px;
    font-weight: 500;
	line-height: 1.7em;
	text-align: center;
	margin: 3% auto;
}

.wrap_content h4 {
	font-size: 18px;
	font-weight: 600;
	margin: 2% auto 2%;  
	text-align: left;
	position: absolute;
    top: -5%;
    left: -1%;
}


.wrap_content h5 {
	font-size: 18px;
	font-weight: 600;
	margin: 8% auto 5%;  
	text-align: center;
}

.wrap_content p {
	margin: 10px auto;
    font-size: 13px;    
    line-height: 1.6em;
}

.wrap_content img {
	width: 100%;
	vertical-align: bottom;
	border: none;
}

.st_footer {
	clear: both;
	width:100%;
    text-align: center;
	padding: 1% 0;
	margin: 0 auto;
	font-family: "Noto Sans JP", sans-serif;
	background-color: #ffffff;
}

.wrap_content {
	width: 1200px;
    margin: 0 auto;
    padding: 1% 0 6%;
}

.visual {
	width: 100%;
	margin: 30px auto 60px;
}

.visual img {
	border-radius: 20px;
}

.sp {
	display:none;
}


.Sofiapro {
	font-family: "sofia-pro", sans-serif;
	font-weight: 500;
}

.Sofiapro_b {
	font-family: "sofia-pro", sans-serif;
	font-weight: 700;
	font-size: 140%;
}

.Poppins {
    font-family: "poppins", sans-serif;
    font-weight: 500;
}

.Poppins_b {
    font-family: "poppins", sans-serif;
    font-weight: 600;
    font-size: 120%;
}

.Lead {
	font-size: 15px;
	font-weight: 400;
	text-align:center;
	margin: 2% auto;
	line-height: 2.0em;
}

.txt {
	font-size: 15px;
	font-weight: 500;
	text-align:center;
	margin: 2% auto;
	line-height: 1.7em;
}

.ttl {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4em;
}

.t01 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
	margin: 5% auto 3%;
}

.t02 {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3em;
	text-align: center;
	margin: 6% auto 4%;
}

.t03 {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5em;
	margin: 2% auto;
}

.t04 {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8em;
	margin: 2% auto;
}

.p20 {
	padding: 10px 20px;
}

.ubar {
	padding-bottom: 4px;
	border-bottom: solid 2px #000;
}

.brand_logo {
	max-width: 800px;
	margin: 4% auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.brand_logo_img {
	width: 18%;
}

.flx_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
	column-gap: 20px;
	margin: 0 auto;
	position: relative;
}


.flx_wrap_data {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
	column-gap: 10px;
	margin: 0 auto;
	position: relative;
}


.split-item {
  flex: 1; /* 1:1で均等に2分割 */
	text-align: center;
}

.split-wbox {
  	flex: 1; /* 1:1で均等に2分割 */
	text-align: left;
	background-color: #fff;
	padding: 10px 15px 10px;
	margin: 2% 0;
	position: relative;
}

.sboard_point_box {
	width: 80%;
	max-width: 800px;
	margin: 3% auto 4%;
}

.sboard_point_box .split-wbox {
	margin: 5% auto;
}

.split-wbox p {
	text-align: center;
}

.svoice_point_box {
	width: 95%;
	max-width: 800px;
	margin: 5% auto 4%;
	flex-direction: column;
}

.wbox_flx {
	text-align: left;
	background-color: #fff;
	width: 65%;
	padding: 5px 20px 10px;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}


.wbox {
	text-align: left;
	background-color: #fff;
	padding: 10px 20px;
	margin: 0 auto;
	position: relative;
}


.lbluebox {
	background-color: #e7f2fb;
	width: auto;
	padding: 10px;
	margin: 5% auto;
	text-align: center;
	border-radius: 8px;
}


.icon_voice_point {
	width: 21%;	
	margin: 0 2%;
}

.svoice_point_box_txt {
	width: 75%;
} 

.svoice_point_line {
	margin: 0 auto;
}

.parent-element {
  position: relative; /* 基準位置として設定 */
  padding-bottom: 50px; /* 縦線がはみ出ないように親要素の下部に余白を確保 */
  width: 100%;	
}

.parent-element::after {
  content: '';
  position: absolute;
  bottom: 0; /* 親要素の底辺に合わせる */
  left: 50%; /* 中央に配置 */
  transform: translateX(-50%); /* 自身の幅の半分だけ左にずらし、正確に中央揃えする */
  width: 4px; /* 縦線の太さ */
  height: 50px; /* 縦線の長さ */
  background-color: #448aca; /* 縦線の色 */
}


.case_img {
	width: 32%;	
	margin: 2% 3% 2% 0;
}

.case_txt {
	width: 63%;
	margin: 0 2% 0 0;
} 

.case_brand_flx {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.case_brand_flx_img {
	width: 40%;
}

.case_brand_flx_img_txt {
	width: 60%;
}



.mw100 {
	width: 100%;
	display: block;
}

.mw800 {
	width: 60%;
	max-width: 800px;
}

.mw600 {
	width: 90%;
	max-width: 600px;
}


.mw800_80 {
	width: 85%;
	max-width: 800px;
}

.flx_item_end {
	align-items: flex-end;
}

.gap40 {
	gap: 40px;
}

.gap20 {
	gap: 20px;
}

.arrow_r {
	width: 20px;
	margin: 0 auto 30px;
}

.arrow_d {
	width: 40px;
	margin: 15px auto;
}

.stepimg {
	width: auto;
	margin: auto;
	min-height: 230px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.dataimg {
	width: 50%;
	max-width: 200px;
	margin: auto;
}

/*solution*/

.solution_box {
	width: 95%;
	max-width: 700px;
	margin: 5% auto;
}

.solution_box_content {
	box-sizing: border-box;
	border-radius: 30px;
	margin: 20px 0 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	position: relative;
}

.solution_box_content_img {
	width: 40%;
}

.solution_box_content_img img {
	border-radius: 27px 0 0 28px;
}

.solution_box_content_txt {
	width: 60%;
	text-align: center;
	padding: 1% 0;
}

.bkblack {
	background-color: #000;
	padding: 5px 20px;
}

.bkorange {
	background-color: #ed9700;
	padding: 5px 20px;
}

.bkblue {
	background-color: #448aca;
	padding: 5px 20px;
}

.br30 {
	border-radius: 30px;
}

.co01 {
	color: #fff;
}

.co02 {
	color: #ed9700;
}

.co03 {
	color: #448aca;
}

.co04 {
	color: #ff8400;
	font-size: 130%;
	font-weight: 600;
}

.bdr_orange {
	border: solid 2px #ed9700;
}


.bdr_blue {
	border: solid 2px #448aca;
}


.solution_ttl {
	width: 70%;
	margin: 0 auto;
}

.solution_no {
	width: 100px;
	position: absolute;
  	left: -50px;
  	top: calc(50% - 50px);
}


.icon_point {
	width: 60px;
	position: absolute;
  	top: -45px;
  	left: calc(50% - 30px);
}

.icon_no {
	width: 60px;
	position: absolute;
  	top: calc(50% - 30px);
  	left: -30px;
}

.function_img {
	width: 60%;
	margin: 0 auto;
}

.function_txt {
	font-size: 13px;
	line-height: 2.2em;
	background-color: #fff;
	border-radius: 5px;
	margin: 4% 5%;
}

.function_txt_blank {
	font-size: 13px;
	line-height: 2.2em;
	margin: 4% 5%;
}



.data_txt {
	font-size: 13px;
	line-height: 2.2em;
	background-color: #fff;
	border-radius: 5px;
	width: calc(50% - 10px);
    margin: 1% 0;
}


.scshot {
	width: 90%;
	max-width: 800px;
	margin: 4% auto;
}

.scshot_s {
	width: 70%;
	max-width: 400px;
	margin: 4% auto;
}

.scshot img, .scshot_s img{
	border: solid 1px #ccc;
}

.link {
	width: 90%;
	max-width: 700px;
	margin: 5% auto;
}

.MT3 {
	margin-top: 3%;
}

.MB5 {
	margin-bottom: 5%;
}

.hr {
	margin: 3% 0;
	border-bottom: solid 1px #ddd;
}

span.marker {
    background: linear-gradient(transparent 70%, #f8c894 70%);
	font-weight: 600;
	padding: 0;
	box-sizing: border-box;
}

.Sml {
	font-size: 12px;
	text-align: center;
	line-height: 1.4em;
	margin: 2% auto 4%;
	font-weight: normal;
}

.clear {
	clear:both;
}

.b_btn_area {
	position: absolute;
	bottom: 0;
	right: 0;
}

.btn-1 {
    display: block;
	position: relative;
    width: 150px;
    font-size: 13px;
	line-height: 2.3em;
	font-weight: 600;
    margin: 6% auto;
    color: #fff;
	text-align: center;
	background-color: #bfbfbf;
	border-radius: 30px;
}

a.btn-1 {
    text-decoration: none;
}


.btn-2 {
    display: block;
	position: relative;
    width: 70%;
    max-width: 400px;
    font-size: 16px;
	font-weight: 500;
    margin: 3% auto 1%;
    padding: 20px 0;
    color: #fff;
    background-color: #000;
}

a.btn-2 {
    text-decoration: none;
}

a.btn-2::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}


.btn-3 {
    display: block;
	position: relative;
    width: 60%;
    max-width: 300px;
    font-size: 14px;
	font-weight: 500;
    margin: 3% auto 5%;
    padding: 10px 0;
    color: #fff;
    background-color: #bfbfbf;
}

a.btn-3 {
    text-decoration: none;
}


a.btn-3::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  width: 7px;
  height: 7px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.btn-4 {
    display: block;
	position: relative;
    width: 60%;
    max-width: 300px;
    font-size: 14px;
	font-weight: 500;
    margin: 8% auto 4%;
    padding: 10px 0;
    color: #000;
}



.triangle-button{
    background-color: #fff;
    color: #000;
    display: block;
	width: 97%;
	margin: 6% auto 3%;
    padding: 20px 0;
	font-family: "Manrope", sans-serif;
	font-size: 25px;
	font-weight: 800;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.triangle-button::after{
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #ff9728;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.triangle-button2{
    background-color: #fff;
    color: #000;
    display: block;
	width: 90%;
	margin: 0 auto 6%;
    padding: 20px 0;
	border: solid 1px #000;
	box-sizing: border-box;
	font-family: "Manrope", sans-serif;
	font-size: 25px;
	font-weight: 600;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.triangle-button2::after{
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #00b4f0;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.triangle-button3{
    background-color: #fff;
    color: #000;
    display: block;
	width: 97%;
	margin: 6% auto 3%;
    padding: 20px 0;
	font-size: 22px;
	font-weight: 500;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.triangle-button3::after{
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #00b4f0;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#ターゲット要素 {
    padding-top: 110px;
    margin-top: -50px;
}

.point_video {
	display: block;
    width: 90%;
	max-width: 700px;
	margin: 5% auto 10%;
}

.point_video iframe {
    width: 100%;
}

@media only screen and (max-width: 750px) {

	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	
	.pageno {
		font-size: 17px;
	}
	
	.wrap_content {
		width: 94%;
	}

    .wrap_content p {
        font-size: 12px;
    }
    
	.wrap_content h1 {
		font-size: 18px;
		margin: 10% auto 4%;
	}	
    
    .wrap_content h2 {
        font-size: 16px;
		margin: 5% auto 2%;
    }

    
    .wrap_content h3 {
        font-size: 14px;
    }
	
	.visual {
		margin: 20px 0 40px;
	}
	
	.visual img {
		border-radius: 15px;
	}
	
	.logo {
		margin: 20px auto 10px;
	}
	
	.Lead {
		font-size: 12px;
		margin: 3% auto 6%;
	}
	
	.ttl {
		font-size: 14px;
	}
	
	.txt {
		font-size: 12px;
	}
	
	.t01 {
		font-size: 13px;
		margin: 6% auto 2%;
	}

	.t02 {
		font-size: 12px;
		margin: 8% auto 2%;
	}
	
	.t03 {
		font-size: 13px;
	}
	
	.flex_colum_sp {
		flex-direction: column;
	}
	
	.split-item {
		margin: 6% auto 2%; 
	}
	
	.sboard_point_box .split-wbox {
    	margin: 10% auto 5%;
    	width: 70%;
	}
	
	.stepimg {
		min-height: auto;
	}
	
	.sboard_point_box {
		margin: 10% auto 5%;
	}
	
	.svoice_point_box .wbox{
		width: 80%;
	}
	
	.data_txt {
		font-size: 12px;
	}
	
	
	.gap20 {
		gap: 15px;
	}
	
	.brand_logo_img {
    	width: 22%;
	}
	
	.case_img {
		width: 100%;
		margin: 4% auto 0;
	}
	
	.case_txt {
		width: auto;
	}
	
	.solution_box_content_img {
    	width: 42%;
	}
	
	.solution_box_content_txt .txt {
		text-align: left;
		margin: 5px 15px;
		line-height: 1.6em;
	}
	
	.solution_box_content_txt .txt br{
		display: none;
	}
	
	.solution_ttl {
		width: 100%;
	}
	
	.solution_no {
		width: 60px;
		left: -15px;
    	top: calc(50% - 30px);
	}
	
	.icon_point {
		width: 50px;
    	position: absolute;
	    top: -35px;
    	left: calc(50% - 25px);
	}
	
	.icon_no {
		width: 40px;
		top: calc(50% - 20px);
    	left: -20px;
	}
	
	.icon_voice_point {
    	width: 30%;
    	margin: 0 2% 0 0;
	}
	
	.svoice_point_box_txt {
 	   width: 66%;
	}
	
	.bkorange {
		padding: 5px 15px;
	}
	
	.bkblack {
		padding: 5px 10px;
	}
	
	.lbluebox {
		margin: 5% 0;
		padding: 6px 0;
	}
	
	.arrow_r {
		width: 10%;
		transform: rotate(90deg);
	}
	
	.arrow_d {
		 margin: 15px auto;
	}
	
	.scshot {
		margin: 6% auto;
	}
	
	.p20 {
		padding: 6px 10px;
	}
	
	.MT3 {
		margin-top: 5%;
	}

	.hr {
		margin: 6% 0;
	}
	
	.Sml {
		font-size: 10px;
	}
	
    .btn-1 {
        font-size: 11px;
		width: 60%;
		max-width: 160px;
    }
	
    .btn-2 {
		width: 80%;
        font-size: 13px;
		padding: 10px;
		margin: 8% auto;
    }
	
	a.btn-2::after {
		right: 10px;
	}
	
	.btn-3 {
		width: 70%;
    	max-width: 300px;
    	font-size: 12px;
		margin: 8% auto;
	}
	
	.btn-4 {
		font-size: 12px;
	}
	
	.triangle-button {
		padding: 15px 0;
    	font-family: "Manrope", sans-serif;
    	font-size: 20px;
	}
	
	.triangle-button2 {
		padding: 12px 0;
    	font-family: "Manrope", sans-serif;
    	font-size: 17px;
	}
	
	.triangle-button3 {
		padding: 15px 0;
    	font-size: 15px;
	}
}


