@charset "utf-8";

/* == reset == */

html { font-size:100%;}
body { font-size:16px; background:#fff; font-family:  "Noto Sans JP", sans-serif; line-height:1.5; color:#333; }
body, h1, h2, h3, h4, h5, h6, p, dl, dd, ul, ol, li, form, fieldset, blockquote, table, thead, tbody, tfoot, tr, td, th { margin:0; padding:0;}
th, td, table, input, button, select, textarea {
	font-size:1rem;
	font-weight:normal;
	font-style:normal;
	padding:0;
	margin:0;
}
table {
	width:100%;
	border-width:0;
	border-spacing:0;
	border-collapse:collapse;
}
img, input, button, select, textarea {
	vertical-align:middle;
}
ul, ol {
	list-style:none;
}
a {
	color:#333;	
	text-decoration:underline;
	opacity:1;
	transition:0.3s;
}
a:hover {
	outline:none;
	text-decoration:none;
	opacity:0.6;
	transition:0.3s;
}
body * {
    box-sizing: border-box;
    word-wrap: break-word;
}
img,video {
	border:0;
	max-width: 100%;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
	img{
		width: 100%;
	}
}
/* == / reset == */

/* == layout == */
.ui_screen{
	display: block;
}
.pcNone {
	display:none;
}
.ui_db{
	display: block;
}
.ui_dib{
	display: inline-block;
}
.ui_df{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.ui_aic{
	align-items: center;
}
.ui_aife{
	align-items: flex-end;
}
.ui_aifs{
	align-items: flex-end;
}
.ui_wide{
	max-width:1200px;
	margin:0 auto;
}
.ui_wide_s{
	max-width:1000px;
	margin:0 auto;
}
.ui_wide_xs{
	max-width:800px;
	margin:0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.ui_wide,.ui_wide_s{
		width:auto;
		margin: 0 15px;
	}
}
@media only screen and (min-width: 0) and (max-width: 767px) {
	.spNone {
		display:none!important;
	}
	.pcNone {
		display:block!important;
	}
	.ui_screen{
		display: inline;
	}
	.ui_df_sp{
		display: flex!important;
		justify-content: space-between;
		align-items: stretch;
	}
	.ui_wide,.ui_wide_s{
		width:92vw;
		margin:0 4vw;
	}
}
/* == / layout == */

/* == / margin == */
.ui_mt0{
	margin-top: 0 !important;
}
.ui_mt10{
	margin-top: 10px !important;
}
[class *= "ui_mb_"]{
	padding-bottom: 0.1px;
}
.ui_mb0{
	margin-bottom: 0 !important;
}
.ui_mb5{
	margin-bottom: 5px !important;
}
.ui_mb10{
	margin-bottom: 10px !important;
}
.ui_mb15{
	margin-bottom: 15px !important;
}
.ui_mb20{
	margin-bottom: 20px !important;
}
.ui_mb25{
	margin-bottom: 25px !important;
}
.ui_mb30{
	margin-bottom: 30px !important;
}
.ui_mb40{
	margin-bottom: 40px !important;
}
.ui_mb50{
	margin-bottom: 50px !important;
}
.ui_mb60{
	margin-bottom: 60px !important;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
	.ui_mt0sp{
		margin-top: 0 !important;
	}
	.ui_mb0sp{
		margin-bottom: 0 !important;
	}
	.ui_mb5sp{
		margin-bottom: 5px !important;
	}
	.ui_mb10sp{
		margin-bottom: 10px !important;
	}
	.ui_mb15sp{
		margin-bottom: 15px !important;
	}
	.ui_mb20sp{
		margin-bottom: 20px !important;
	}
	.ui_mb25sp{
		margin-bottom: 25px !important;
	}
	.ui_mb30sp{
		margin-bottom: 30px !important;
	}
	.ui_mb40sp{
		margin-bottom: 40px !important;
	}
}
/* == / margin == */

/* == / font == */
ruby > rt{
	transform:scale(0.8);
}
.ui_font_n{
	font-weight: normal;
}
.ui_font_b{
	font-weight: bold;
}
.ui_tac{
	text-align: center;
}
.ui_tal{
	text-align: left!important;
}
.bhw_kv{
	position: relative;
}
.btn_follow{
	position: absolute;
	z-index: 3;
	left: calc(50% - 550px);
	bottom: 18%;
	padding-right: 30px;
	width: 550px;
	height: 70px;
	background: linear-gradient(130deg , #fe7800 0% , #fe4e00 100%);
	border-radius: 35px;
	font-size: 1.25rem;
	color: #fff;
	font-weight: 500;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn_follow::after {
	position: absolute;
	content: '';
	top: 50%;
	right: 25px;
	width: 8px;
	height: 8px;
	border-top: 2px solid currentcolor;
	border-right: 2px solid currentcolor;
	transform: translateY(-50%) rotate(45deg);
}
.btn_follow>p{
	margin-bottom: 0.5%;
}
.btn_follow_mark{
	margin: -20px 15px -20px 0;
	padding-bottom: 0.5%;
	position: relative;
	width: 82px;
	height: 82px;
	border-radius: 50%;
	border: 4px solid currentcolor;
	background: #fff;
	color: #ff6d00;
	font-size: 1.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
}
.btn_follow_mark::after{
	content: "";
	position: absolute;
	top: 50%;
	right: -10px;
	width: 0;
	height: 0;
	border: none;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	border-width: 10px 6px 0 6px;
	transform: translateY(-50%) rotate(-90deg);
}
.btn_follow:hover{
	background: #fff;
	border: 4px solid #fe6400;
	color: #ff6d00;
	transform: scale(1.05);
	opacity: 1;
}
.btn_follow:hover .btn_follow_mark{
	background: #ff6d00;
	border: 1px solid #ff6d00;
	color: #fff;
}
.btn_follow:hover .btn_follow_mark::after{
	border-color: #ff6d00 transparent transparent transparent;
}
.btn_follow_fixed{
	position: fixed;
	z-index: 99;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 16px;
	background: rgba(46,205,209,0.5);
	transform: translateY(110%);
	transition: 0.3s;
}
.btn_follow_fixed.is_show{
	transform: translateY(0);
}
.btn_follow_fixed .btn_follow{
	position: relative;
	left: 0;
	top: 0;
	margin: 0 auto;
	max-width: 800px;
	width: 100%;
}
@media screen and (min-width:768px) {
	.ui_bnr_wp{
		overflow: hidden;
	}
	.ui_bnr{
		position: relative;
		left: 50%;
		top: 0;
		width: 1920px;
		transform: translateX(-50%);
	}
	.btn_follow_fixed .btn_follow{
		font-size: 1.375rem;
	}
	.btn_follow_fixed .btn_follow_mark{
		margin-right: 3.5%;
		font-size: 1.6875rem;
	}
	.btn_follow_fixed .btn_follow::after{
		width: 10px;
		height: 10px;
		position: static;
		display: inline-block;
		margin-left: 2.5%;
		transform: translateY(0) rotate(45deg);
	}
	
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.ui_bnr{
		width: 166vw;
	}
	.btn_follow{
		width: 48vw;
		left: 21%;
		height: 62px;
		font-size: 1.7vw;
	}
	.btn_follow_mark{
		width: 72px;
		height: 72px;
		font-size: 1.4rem;
	}
	
}

.bhw_wrap{
	overflow: hidden;
}
.bhw_inner{
	max-width: 1100px;
	margin: 0 auto;
}
.bhw_company{
	padding: 80px 0 100px;
	text-align: center;
}
.bhw_main01{
	background: #e6fafb;
	padding: 80px 0 30px;
	position: relative;
}
.bhw_maintit{
	font-size: 1.875rem;
	font-weight: bold;
	margin-bottom: 30px;
}
.bhw_maintit span{
	font-size: 3.125rem;
	color: #0ccfd3;
}
.bhw_main01::after{
	content: "";
	position: absolute;
	z-index: 3;
	top: calc(100% - 1px);
	left: 50%;
	width: 0;
	height: 0;
	border: none;
	border-style: solid;
	border-color: #e6fafb transparent transparent transparent;
	border-width: 100px 50vw 0 50vw;
	transform: translateX(-50%);
}
#about.bhw_bhe{
	padding: 190px 0 70px;
	background: #10c4cf;
}
.bhw_a01 {
	width: 54%;
	margin-right: -4%;
	margin-left: -4%;
}
.bhw_a02 {
	width: 50%;
}
.bhw_a02 h3{
	text-align: center;
	font-size: 1.875rem;
	margin-bottom: 20px;
	font-weight: bold;
}
.bhw_a02 h3 span{
	font-size: 3.75rem;
	/* text-shadow: 1px 1px 8px #fff, -1px -1px 8px #fff; */
	color: #fff;
}
.bhw_atxt01{
	font-size: 1.625rem;
	text-align: center;
	line-height: 1.6;
	font-weight: 500;
	margin-bottom: 30px;
}
.bhw_atxt02{
	font-size: 1.625rem;
	font-weight: bold;
	margin-bottom: 50px;
}
.bhw_atxt02 span{
	background: #fff;
	padding: 8px 5px;
	font-size: 1.8rem;
	color: #00c0ce;
}
.bhw_atxt03{
	font-size: 1.5rem;
	border: 2px #fff solid;
	padding: 25px 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}
.bhw_atxt03 span{
	font-size: 2.25rem;
}
.bhw_secb{
	background: #f5f5f5;
	padding: 0 0 100px 0;
	position: relative;
}
.riy_img01{
	text-align: center;
	margin-bottom: 40px;
}
.riy_navi{
	margin-bottom: 150px;
}
.riy_item{
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
	position: relative;
	margin-bottom: 115px;
	z-index: 9;
}
.riy_item:last-child{
	margin-bottom: 0;
}
.riy_number{
	position: absolute;
	top: -58px;
	left: 30px;
}
.riy_top{
	padding: 50px 50px;
	justify-content: center;
	align-items: center;
	position: relative;
}
.riy_top::after{
	content: "";
	position: absolute;
	z-index: 0;
	bottom: -35px;
	left: 50%;
	width: 80px;
	height: 35px;
	background: url(/lp/img/img_arrow02_pc.png) 0 0 no-repeat;
	transform: translateX(-50%);
}
.riy_avatar{
	width: 14.3%;
	margin-right: 5%;
}
.riy_voice{
	width: 53%;
	border: 2px #0ccfd3 solid;
	border-radius: 15px;
	min-height: 160px;
	padding: 0 50px;
	font-size: 1.25rem;
	line-height: 1.5;
	display: flex;
	align-items: center;
	font-weight: bold;
	position: relative;
	z-index: 9;
}
.riy_voice::after{
	content: "";
	position: absolute;
	z-index: 0;
	top: 50%;
	left: -22px;
	width: 22px;
	height: 50px;
	background: url(/lp/img/img_arrow01_pc.png) 0 0 no-repeat;
	transform: translateY(-50%);
}
.riy_bot{
	background: #0ccfd3;
	padding: 70px 50px 50px;
	border-radius: 0 0 20px 20px;
	align-items: center;
	flex-direction: row-reverse;
}
.riy_illur{
	width: 30%;
	text-align: center;
}
.riy_info{
	width: 67%;
}
.riy_info h3{
	font-size: 2.5rem;
	margin-bottom: 15px;
	/* text-shadow: 1px 1px 8px #fff, -1px -1px 8px #fff; */
	color: #fff;
}
.riy_lead{
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.4;
	border-bottom: 2px #fff solid;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
.riy_info ul li{
	background: url(/lp/img/ico_check.png) 0 3px no-repeat;
	background-size: 20px 20px;
	padding-left: 30px;
	line-height: 1.7;
	font-weight: 500;
}
.riy_sec5{
	width: 100%;
	text-align: center;
}
.bhw_noteS{
	font-size: 0.75rem!important;
	line-height: 1.6!important;;
}
.ui_tar{
	text-align: right;
}
.riy_sec6{
	padding-left: 30px;
}
.riy_ind{
	margin-left: 2.4em;
	text-indent: -2.6em;
}
.secb_bg01{
	position: absolute;
	top: 12.1%;
	right: 0;
	width: 33%;
	height: 18.5%;
	background: #ddf1f2;
	border-radius: 20px 0 0 20px;
}
.secb_bg02{
	position: absolute;
	top: 19%;
	left: 50%;
	width: 23.4%;
	height: 12.26%;
	background: #ddf1f2;
	border-radius: 20px 0 0 20px;
	margin-left: -758px;
}
.secb_bg03{
	position: absolute;
	top: 36.9%;
	left: 50%;
	width: 24.1%;
	height: 6%;
	background: #ddf1f2;
	border-radius: 20px;
	margin-left: 285px;
}
.secb_bg04{
	position: absolute;
	top: 40%;
	left: 0;
	width: 34.8%;
	height: 19%;
	background: #ddf1f2;
	border-radius: 0 20px 20px 0;
}
.secb_bg05{
	position: absolute;
	top: 60.5%;
	right: 0;
	width: 26%;
	height: 9%;
	background: #ddf1f2;
	border-radius: 20px 0 0 20px;
}
.secb_bg06{
	position: absolute;
	top: 76.1%;
	left: 0;
	width: 31.6%;
	height: 9.7%;
	background: #ddf1f2;
	border-radius: 0 20px 20px 0;
}
.secb_bg07{
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 16.45%;
	height: 7.3%;
	background: #ddf1f2;
	border-radius: 20px 20px 0 0;
	margin-left: 360px;
}
.bhw_fontM{
	font-size: 1.1rem;
}
.bhw_secc{
	padding: 90px 0 100px;
}
.bhw_h2{
	font-size: 3.125rem;
	color: #0ccfd3;
	text-align: center;
	margin-bottom: 30px;
}
.bhw_note01{
	margin-right: 40px;
}
.bhw_btnbox{
	justify-content: center;
}
.bhw_btn{
	position: relative;
	width: 36%;
	display: block;
	padding: 25px;
	text-align: center;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.15);
	color: #fe7000;
	font-size: 1.125rem;
	font-weight: 500;
	border: 2px #fe7000 solid;
}
.bhw_btn:first-child{
	margin-right: 20px;
}
.bhw_btn::after{
	position: absolute;
	content: '';
	top: 50%;
	left: 80%;
	width: 8px;
	height: 8px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: translateY(-50%) rotate(45deg);
}
.bhw_easy img{
	position: absolute;
	left: 50%;
	top: -18px;
	transform: translateX(-50%);
}
.bhw_btn.bhw_easy{
	background: linear-gradient(-50deg , #fe4e00 0% , #fe7800 100%);
	color: #fff;
}
.bhw_btn.bhw_easy::after{
	position: absolute;
	content: '';
	left: 72%;
}
.bhw_secd{
	background: #e6fafb;
	padding: 90px 0 100px;
}
.bhw_grant{
	background: #fff;
	border-radius: 20px;
	padding: 40px 50px;
	margin-bottom: 40px;
}
.bhw_grant h3{
	font-size: 1.25rem;
	border-bottom: 2px #22cfd3 solid;
	padding-bottom: 20px;
	margin-bottom: 15px;
}
.bhw_grant h3 span{
	display: inline-block;
	color: #22cfd3;
	margin-right: 15px;
	font-size: 1.5rem;
}
.bhw_grant p{
	font-size: 0.875rem;
	line-height: 1.8;
}
.grant_btn .bhw_btn{
	background: #22cfd3;
	color: #fff;
	border: none;
	width: 63%;
	margin: 0 auto;
}
.grant_btn .bhw_btn::after{
	position: absolute;
	content: '';
	left: 70%;
}
.bhw_sece{
	padding: 90px 0 100px;
}
.cs_col01{
	margin-bottom: 80px;
}
.cs_col01,
.cs_col02{
	padding: 0 0 60px 0;
	position: relative;
}
.cs_col01::after{
	position: absolute;
	content: '';
	background: #e6fafb;
	width: 1630px;
	height: 85.7%;
	left: 0;
	bottom: 0;
	border-radius: 0 20px 20px 0;
}
.cs_col01 .bhw_inner,
.cs_col02 .bhw_inner{
	z-index: 9;
	position: relative;
}
.cs_titbox{
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 40px;
}
.cs_thum{
	width: 45.45%;
}
.cs_tit01{
	width: calc(54.55% + 27px);
	margin-left: -27px;
	font-size: 1.875rem;
}
.cs_tit01 span{
	background: #22cfd3;
	padding: 10px 15px 13px;
	display: inline-block;
	color: #fff;
	margin-bottom: 5px;
	font-weight: bold;
}
.cs_article{
	width: calc((100% - 60px)/3);
}
.cs_tit02{
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
}
.cs_tit02 span{
	background: #22cfd3;
	padding: 9px 15px 10px;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-right: 10px;
}
.cs_tit02 p{
	line-height: 1.3;
	font-weight: bold;
}
.cs_txt01{
	font-size: 0.93rem;
	line-height: 1.8;
}
.cs_col02::after{
	position: absolute;
	content: '';
	background: #e6fafb;
	width: 1630px;
	height: 91.5%;
	right: 0;
	bottom: 0;
	border-radius: 20px 0 0 20px;
}
.bhw_secf{
	padding: 0 0 100px;
}
.bhw_secf h2{
	font-size: 2.25rem;
	color: #0ccfd3;
	line-height: 1.6;
	text-align: center;
	position: relative;
	display: inline-block;
}
.bhw_secf h2::before{
	position: absolute;
	content: '';
	background: url(/lp/img/ico_left_pc.png) 0 0 no-repeat;
	width: 54px;
	height: 89px;
	left: -90px;
	bottom: 10px;
}
.bhw_secf h2::after{
	position: absolute;
	content: '';
	background: url(/lp/img/ico_right_pc.png) 0 0 no-repeat;
	width: 54px;
	height: 89px;
	right: -90px;
	bottom: 10px;
}
.bhw_innerS{
	max-width: 800px;
	margin: 0 auto;
}
.bhw_flex01{
		flex-direction: row-reverse;
}
.secc_bg02{
	background: #e6fafb;
}
.bhw_secg {
	margin-top: 40px;
}
.bhw_secg h3{
	font-size: 1.875rem;
	color: #0ccfd3;
	text-align: center;
	margin-bottom: 25px;
}
.secg_list{
	max-width: 800px;
	margin: 0 auto;
	background: #e6fafb;
	border-radius: 20px;
	padding: 40px 30px;
}
.secg_list li{
	font-size: 0.875rem;
	margin-left: 1em;
	text-indent: -1em;
	line-height: 1.7;
}
body#topPage{
	padding-top: 0!important;
}
body#topPage .bheLogo_a{
	margin: 10px 0 0 0;
}
body#topPage .nttLogo_a{
	margin-top: 10px;
}



@media only screen and (min-width: 768px) and (max-width: 1199px) { /*PAD*/

}
@media only screen and (min-width: 0) and (max-width: 767px) { /*SP*/
	.ui_df{
		display: block;
	}
	.bhw_company{
		padding: 50px 0 40px;
	}
	.bhw_inner{
		padding: 0 4vw;
	}
	.bhw_maintit{
		font-size: 1.125rem;
		line-height: 1.5;
	}
	.bhw_maintit span{
		font-size: 2.18rem;
	}
	.bhw_main01{
		padding: 50px 0 30px;
	}
	.bhw_main01::after {
		content: "";
		position: absolute;
		border-width: 40px 50vw 0 50vw;
	}
	.bhw_mgZero{
		margin-left: -4vw;
		margin-right: -4vw;
	}
	#about.bhw_bhe{
		padding: 80px 0 50px;
	}
	.bhw_a01{
		width: 100%;
	}
	.bhw_a02{
		width: 100%;
	}
	.bhw_a02 h3{
		font-size: 1.125rem;
	}
	.bhw_a02 h3 span{
		font-size: 2.3rem;
	}
	.bhw_atxt01{
		font-size: 0.93rem;
		margin-bottom: 20px;
	}
	.bhw_atxt02{
		font-size: 0.93rem;
		margin-bottom: 20px;
	}
	.bhw_atxt02 span{
		font-size: 1.15rem;
		padding: 5px 2px;
	}
	.bhw_atxt03{
		font-size: 0.93rem;
		padding: 10px;
		margin-bottom: 20px;
	}
	.bhw_atxt03 span{
		font-size: 1.43rem;
	}
	.riy_navi{
		flex-wrap: wrap;
		margin-bottom: 60px;
	}
	.riy_navi li{
		width: calc((100% - 10px)/2);
	}
	.riy_img01{
		margin-bottom: 20px;
	}
	.riy_item{
		border-radius: 10px;
		margin-bottom: 60px;
	}
	.riy_top{
		padding: 25px 20px 20px;
	}
	.riy_number{
		width: 24%;
		top: -30px;
		left: 15px;
	}
	.riy_avatar{
		width: 23%;
		margin-right: 3%;
	}
	.riy_voice{
		width: 71%;
		min-height: 100px;
		font-size: 0.875rem;
		padding: 20px 10px 20px 20px;
		border-radius: 10px;
	}
	.riy_voice::after {
		content: "";
		position: absolute;
		left: -11px;
		width: 11px;
		height: 50px;
	}
	.riy_top::after {
		content: "";
		position: absolute;
		bottom: -17px;
		width: 40px;
		height: 18px;
		background-size: 100%;
	}
	.riy_bot{
		padding: 40px 20px 20px;
		border-radius: 0 0 10px 10px;
	}
	.riy_illur{
		width: 76%;
		padding-top: 20px;
		margin: 0 12%;
	}
	.riy_info{
		width: 100%;
	}
	.riy_info h3{
		font-size: 1.5rem;
		margin-bottom: 10px;
	}
	.riy_lead{
		font-size: 0.93rem;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.riy_info ul li{
		font-size: 0.875rem;
		background: url(/lp/img/ico_check.png) 0 5px no-repeat;
		background-size: 15px 15px;
		padding-left: 20px;
	}
	.riy_sec5 .riy_lead{
		text-align: left;
	}
	.ui_tal_sp{
		text-align: left;
	}
	.bhw_secb{
		padding-bottom: 60px;
	}
	.secb_bg01{
		top: 8.9%;
		right: 0;
		width: 40%;
		height: 9.1%;
		border-radius: 20px 0 0 20px;
	}
	.secb_bg02{
		top: 20.6%;
		left: 0;
		margin-left: 0;
		width: 35%;
		height: 6.2%;
		border-radius: 0 20px 20px 0;
	}
	.secb_bg03{
		top: 35.1%;
		left: auto;
		right: 0;
		width: 40%;
		height: 4.8%;
		border-radius: 20px 0 0 20px;
		margin-left: 0;
	}
	.secb_bg04{
		top: 46.5%;
		left: 0;
		width: 40%;
		height: 9.5%;
		border-radius: 0 20px 20px 0;
	}
	.secb_bg05{
		top: 60.4%;
		right: 0;
		width: 43.4%;
		height: 4%;
		border-radius: 20px 0 0 20px;
	}
	.secb_bg06{
		top: 78.5%;
		left: 0;
		width: 84.3%;
		height: 5%;
		border-radius: 0 20px 20px 0;
	}
	.secb_bg07{
		display: none;
	}
	.bhw_secc{
		padding: 50px 0;
	}
	.bhw_h2{
		font-size: 8.5vw;
		margin-bottom: 20px;
	}
	.bhw_fontM{
		font-size: 3.7vw;
		line-height: 1.6;
	}
	.bhw_note01{
		margin-right: 0;
	}
	.bhw_btn{
		width: 100%;
		padding: 20px 25px;
		font-size: 4.2vw;
	}
	.bhw_btn:first-child {
		margin-right: 0;
		margin-bottom: 30px;
	}
	.bhw_btn::after {
		position: absolute;
		content: '';
		left: 86%!important;
	}
	.bhw_easy img{
		width: 50%;
	}
	.bhw_secd{
		padding: 50px 0;
	}
	.bhw_grant{
		border-radius: 10px;
		padding: 20px;
		margin-bottom: 30px;
	}
	.bhw_grant h3,
	.bhw_grant h3 span{
		font-size: 5.3vw;
	}
	.bhw_grant h3 span{
		margin-right: 10px;
	}
	.grant_btn .bhw_btn{
		width: 100%;
		margin-bottom: 0;
	}
	.bhw_sece{
		padding: 50px 0;
	}
	.cs_thum{
		width: 100%;
	}
	.cs_tit01{
		font-size: 4.8vw;
		width: 100%;
		margin-left: 0;
		margin-top: -20px;
	}
	.cs_titbox{
		margin-bottom: 20px;
	}
	.cs_article{
		width: 100%;
		margin-bottom: 20px;
	}
	.cs_tit01 span{
		padding: 7px 10px 10px;
	}
	.cs_tit02 span,
	.cs_tit02 p{
		font-size: 4vw;
	}
	.cs_txt01{
		font-size: 3.7vw;
	}
	.cs_col01{
		padding-bottom: 40px;
		margin-bottom: 60px;
	}
	.cs_col01::after {
		position: absolute;
		content: '';
		width: 100%;
		height: auto;
		top: 5.5%;
		border-radius: 0;
	}
	.cs_col02{
		padding-bottom: 40px;
	}
	.cs_col02::after {
		position: absolute;
		content: '';
		width: 100%;
		height: auto;
		top: 5.5%;
		border-radius: 0;
	}
	.bhw_secf h2{
		font-size: 5.3vw;
	}
	.bhw_secf h2::before {
		position: absolute;
		content: '';
		background: url(/lp/img/ico_left_sp.png) 0 0 no-repeat;
		background-size: 100%;
		width: 27px;
		height: 49px;
		left: -45px;
		bottom: 10px;
	}
	.bhw_secf h2::after {
		position: absolute;
		content: '';
		background: url(/lp/img/ico_right_sp.png) 0 0 no-repeat;
		background-size: 100%;
		width: 27px;
		height: 49px;
		right: -45px;
		bottom: 10px;
	}
	.btn_follow{
		position: absolute;
		padding-right: 2vw;
		left: 5.5vw;
		bottom: 9vw;
		width: 89vw;
		height: 16vw;
		border-radius: 8vw;
		font-size: 4.2vw;
		line-height: 1.3;
	}
	.btn_follow_mark{
		width: 19vw;
		height: 19vw;
		margin-right: 6vw;
		font-size: 5.4vw;
		border-width: 3px;
	}
	.btn_follow p{
		width: 59%;
	}
	.btn_follow:hover{
		border-width: 3px;
	}
	.btn_follow_fixed{
		padding: 12px 4vw;
	}
	.bhw_secg {
		padding-bottom: 40px;
	}
	.bhw_secg h3{
		font-size: 8.5vw;
		margin-bottom: 25px;
	}
	.secg_list{
		border-radius: 10px;
		padding: 20px;
	}
	.secg_list li{
		font-size: 3.7vw;
		line-height: 1.7;
	}
	
}



/**/
.lpb_point_wp{
	padding: 0 0 160px;
	background: #2bcdd1;
	border-radius: 100px 100px 0 0;
}
.lpb_point_item{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	line-height: 1.77;
	font-weight: 500;
}
.lpb_point_text{
	width: 50.5%;
}
.lpb_point_pic{
	width: 45.9%;
}
.lpb_point_tit{
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.lpb_point_tit h4{
	font-size: 40px;
	line-height: 1.4;
	font-weight: bold;
	/* text-shadow: 1px 1px 8px #fff, -1px -1px 8px #fff; */
	color: #fff;
}
.lpb_point_tit>div{
	width: 114px;
	margin-right: 2%;
	line-height: 0;
}
.lpb_note_s{
	font-size: 12px;
	line-height: 1.5;
	margin-left: 1em;
	text-indent: -1em;
}
.lpb_point_item .lpb_note_s{
	margin-top: 5px;
}
.lpb_point_item_dif{
	flex-direction: row-reverse;
}
.lpb_seca,.lpb_secb,.lpb_secc{
	margin-top: -100px;
	padding: 90px 0 200px;
	background: #cdf3f5;
	border-radius: 100px 100px 0 0;
}
.lpb_h2{
	margin-bottom: 10px;
	color: #0ccfd3;
	font-size: 50px;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
}
.lpb_lead{
	margin-bottom: 35px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}
.lpb_secb{
	background: #e6fafb;
}
.lpb_secc{
	padding-bottom: 100px;
	background: #fff;
}
.lpb_b_flex{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.lpb_b_item{
	padding: 30px;
	width: 48.3%;
	background: #fff;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lpb_b_item h4{
	width: 52%;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.66;
}
.lpb_b_pic{
	margin-right: 6%;
	width: 36%;
}
.lpb_b_btn{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-top: 30px;
	padding: 30px 9% 30px 1%;
	border: 2px solid #003466;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 4px 13px rgba(0,0,0,0.15);
}
.lpb_b_btn>div{
	line-height: 0;
	margin-right: 5%;
}
.lpb_b_btn h4{
	font-size: 24px;
	font-weight: 500;
	line-height: 1.66;
}
.lpb_b_btn::after{
	content: '';
	position: absolute;
	right: 7%;
	top: 50%;
	width: 33px;
	height: 33px;
	background: url(../img/b/img_outlink.png) no-repeat;
	background-size: 100% 100%;
	transform: translateY(-50%);
}
.lpb_c_flex{
	padding-top: 60px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.lpb_c_item{
	position: relative;
	padding: 40px 40px 30px;
	width: 31.3%;
	background: #edfbfc;
	border-radius: 20px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.73;
}
.lpb_c_item::after{
	content: '';
	position: absolute;
	z-index: 3;
	right: -13%;
	top: 50%;
	width: 54px;
	height: 44px;
	background: url(../img/b/arr_right.png) no-repeat;
	background-size: 100% 100%;
	transform: translateY(-50%);
}
.lpb_c_item:last-child::after{
	display: none;
}
.lpb_c_num{
	position: absolute;
	left: 50%;
	top: 0;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #ff8751;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 27px;
	font-weight: 600;
	transform: translateX(-50%) translateY(-50%);
}
.lpb_c_item h4{
	margin-bottom: 5px;
	min-height: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #0ccfd3;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 500;
	text-align: center;
}
.lpb_c_linebox{
	margin-top: 20px;
	padding: 13px 10px 15px;
	border: 1px solid #22cfd3;
	border-radius: 10px;
	text-align: center;
	font-size: 16px;
	line-height: 1.3;
	background: #fff;
}
.lpb_c_linebox strong{
	font-size: 18px;
	font-weight: 500;
}
.lpb_c_btn{
	position: relative;
	display: block;
	max-width: 690px;
	padding: 25px 10px 25px 30px;
	margin: 40px auto 0;
	color: #fff;
	background: #22cfd3;
	border-radius: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	box-shadow: 0 4px 13px rgba(0,0,0,0.15);
}
.lpb_c_btn::after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-left: 3%;
	width: 25px;
	height: 25px;
	background: url(../img/b/icon_pop_pc.png);
	background-size: 100% 100%;
}
.a_link{
	text-decoration: underline;
}
.lpb_c_item .a_link{
	color: #0ccfd3;
	font-weight: bold;
}
.lpb_page .ui_modal_container{
	max-width: 640px;
    border: 15px #22cfd3 solid;
    padding: 50px 35px 35px;
}
.lpb_page .ui_modal_close {
    font-size: 22px;
    right: 20px;
    top: 20px;
}
.lpb_page .ui_modal_close:before, .lpb_page .ui_modal_close:after{
	background: #22cfd3;
}
.lpb_page .ui_modal_body h3{
	font-size: 1.875rem;
	color: #0ccfd3;
	text-align: center;
	margin-bottom: 25px;
}
.cs_logo{
	margin-top: 15px;
}
.lpb_page .btn_follow{
	bottom: 13%;
	padding-right: 0;
}
.lpb_free{
	width: 100%;
	border-radius: 30px;
	padding: 30px 40px;
	justify-content: space-between;
}
.lpb_free .lpb_b_pic{
	max-width: 170px;
}
.lpb_free .lpb_date{
	width: calc(94% - 170px);
}
.lpb_free .lpb_date h4{
	width: 100%;
	font-size: 20px;
	margin-bottom: 10px;
}
.lpb_free .a_link {
	color: #0ccfd3;
}
.lp_thank_item{
	width: 47.3%;
}
.lp_thank_item p{
	color: #fe4e00;
	font-weight: bold;
	font-size: 1.5rem!important;
}
.lp_thank_item a{
	text-decoration: none;
}
.lp_mb120{
	margin-bottom: 120px;
}
.lp_dl_font{
	padding: 25px 20px 25px 30px!important;
}
.lp_dl_font.c-roundRect{
	width: auto;
}
.lp_dl_font .c-roundRect__label{
	font-size: 1.8rem;
}
.p-thanks .lp_dl_font .c-roundRect__icon{
	position: relative;
	right: 0;
	top: 5px;
}
.lp_tit_font{
	font-size: 1.8rem;
}
.lp_btn01{
	background: #ff8751;
	border-radius: 10px;
	padding: 5px 10px 7px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.lp_btn01 a{
	color: #fff!important;
}
.lp_btn02{
	text-align: center;
	margin-top: 80px;
}
.lp_btn02 a{
	background: #ff0000;
	border-radius: 15px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	padding: 25px 80px 28px;
}
.lpb_red01{
	color: red;
	text-decoration: underline;
}
.lpb_red02{
	color: red;
}
.lpb_note_s02{
	margin-left: 1.8em!important;
	text-indent: -1.8em!important;
}
.lpb_roundbox{
	background: #fff;
	border-radius: 20px;
	padding: 10px;
	margin-bottom: 20px;
	display: block;
	clear: both;
}
.lpb_bgtxt{
	background: #fbe3d6;
	padding: 10px 20px;
	color: red;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}
.p-thanks.f_flex01{
	justify-content: center;
}
.nttLogo_a .lp_logo .l-header__wrapper__nttLogo__img{
	width: 150px!important;
}
.new_logo2025 .l-header__wrapper__nttLogo a.data_sp{
	width: 150px;
	height: 23px;
	background: url(/assets/images/common/NTT-Data-Logo_lp.png) no-repeat;
	background-size: 100% 100%;
}
.new_logo2025 .l-header__wrapper__nttLogo a.data_sp img{
	display: none;
}
.new_logo2025 a{
	text-decoration: none;
}

@media only screen and (min-width: 0) and (max-width: 767px) { /*SP*/
	.lp_thank_item{
		width: auto;
	}
	.lp_thank_item p{
		font-size: 1.1rem!important;
	}
	.lp_tit_font{
		font-size: 1.5rem;
	}
	.lp_dl_font .c-roundRect__label{
		font-size: 1.4rem;
	}
	.lp_dl_font{
		padding: 18px 20px 20px 30px!important;
	}
	.lp_mb120{
		margin-bottom: 90px;
	}
	.lpb_point_wp{
		padding: 0 0 14vw;
		border-radius: 10vw 10vw 0 0;
	}
	.lpb_point_wp .riy_img01{
		width: 79vw;
		margin: 0 auto 6vw;
	}
	.lpb_point_item{
		margin-bottom: 6vw;
		display: block;
		font-size: 3.73vw;
	}
	.lpb_point_text{
		width: 100%;
		margin-bottom: 5vw;
	}
	.lpb_point_pic{
		width: 100%;
	}
	.lpb_point_tit{
		margin-bottom: 2vw;
	}
	.lpb_point_tit h4{
		font-size: 7.5vw;
	}
	.lpb_point_tit>div{
		width: 18vw;
		margin-top: 1vw;
		margin-right: 2vw;
	}
	.lpb_note_s{
		font-size: 3.2vw;
	}
	.lpb_seca, .lpb_secb, .lpb_secc{
		margin-top: -10vw;
		padding: 10vw 0 25vw;
		background: #cdf3f5;
		border-radius: 10vw 10vw 0 0;
	}
	.lpb_secb{
		background: #e6fafb;
	}
	.lpb_secc{
		background: #fff;
	}
	.lpb_h2{
		font-size: 8.5vw;
	}
	.lpb_lead{
		margin-bottom: 8vw;
		font-size: 3.73vw;
	}
	.lpb_b_flex{
		display: block;
	}
	.lpb_b_item{
		padding: 5vw;
		margin-bottom: 3.5vw;
		width: 100%;
		border-radius: 2.66vw;
	}
	.lpb_b_item h4{
		font-size: 4vw;
	}
	.lpb_b_pic{
		width: 34%;
	}
	.lpb_b_btn{
		display: block;
		padding: 5vw 10vw 4vw 5vw;
		border-radius: 2.66vw;
		box-shadow: 0 3px 8px rgba(0,0,0,0.15);
	}
	.lpb_b_btn>div{
		margin-bottom: 2.5vw;
		width: 60%;
	}
	.lpb_b_btn h4{
		font-size: 3.73vw;
	}
	.lpb_b_btn::after{
		right: 4vw;
		width: 5.33vw;
		height: 5.33vw;
	}
	.lpb_c_flex{
		padding-top: 8vw;
		display: block;
	}
	.lpb_c_item{
		margin-bottom: 10vw;
		padding: 9vw 5vw 8vw;
		width: 100%;
		border-radius: 2.66vw;
		font-size: 3.73vw;
	}
	.lpb_c_item h4{
		margin-bottom: 2vw;
		min-height: auto;
		font-size: 5.33vw;
	}
	.lpb_c_num{
		z-index: 3;
		width: 12vw;
		height: 12vw;
		font-size: 5.3vw;
	}
	.lpb_c_linebox{
		padding: 3vw;
		border-radius: 1.33vw;
		font-size: 3.73vw;
	}
	.lpb_c_linebox strong{
		font-size: 4.8vw;
	}
	.lpb_c_item::after{
		display: none;
	}
	.lpb_c_item::before{
		content: '';
		position: absolute;
		z-index: 1;
		left: calc(50% - 1px);
		bottom: -10vw;
		width: 2px;
		height: 10vw;
		background: #ff8751;
	}
	.lpb_c_item:last-child::before{
		display: none;
	}
	.lpb_c_btn{
		margin: -1vw auto -8vw;
		padding: 2.5vw;
		font-size: 4.26vw;
		line-height: 1.4;
		border-radius: 1.33vw;
		box-shadow: 0 3px 8px rgba(0,0,0,0.15);
	}
	.lpb_c_btn::after{
		position: absolute;
		right: 6%;
		top: 50%;
		transform: translateY(-50%);
		background: url(../img/b/icon_pop_sp.png);
		background-size: 100% 100%;
		width: 20px;
		height: 20px;
	}
	.lpb_page .ui_modal_container{
		max-height: 90vh;
		border-width: 10px;
        padding: 20px 15px 20px;
	}
	.lpb_page .ui_modal_body{
		overflow: auto;
	}
	.lpb_page .ui_modal_body .secg_list{
		padding: 10px;
	}
	.lpb_page .ui_modal_body h3{
		font-size: 6vw;
        margin-bottom: 15px;
	}
	.lpb_page .ui_modal_close{
		right: 5px;
		top: 5px;
		font-size: 18px;
	}
	body#topPage .bheLogo_a{
		margin: 0;
	}
	body#topPage .nttLogo_a{
		display: block!important;
		margin: 0 0 0 5px;
	}
	body#topPage .nttLogo_a .l-header__wrapper__nttLogo__img{
		width: 65px;
		margin-left: 5px;
	}
	body#topPage .l-header__wrapper{
		padding: 5px;
	}
	body#topPage .bheLogo_a p{
		margin-left: 5px;
	}
	.ui_bnr{
		padding-top: 60px;
	}
	.cs_logo{
		max-width: 150px;
		margin-top: 5px;
	}
	.cs_logo.end{
		max-width: 248px;
	}
	.lpb_page .btn_follow{
		bottom: 9vw;
	}
	.lpb_page .btn_follow p{
		width: 53%;
		text-align: center;
	}
	.lpb_free{
		display: block;
		padding-bottom: 7vw;
	}
	.lpb_free .lpb_b_pic{
		margin: 0 auto;
	}
	.lpb_free .lpb_date h4{
		font-size: 4vw;
	}
	.lpb_free .lpb_date{
		width: 100%;
	}
	.lp_btn02{
		margin-top: 0;
	}
	.lp_btn02 a{
		border-radius: 10px;
		font-size: 20px;
		padding: 20px 0 23px;
		display: block;
	}
	.lpb_txt01{
		font-size: 3.73vw;
	}
	.lpb_bgtxt{
		font-size: 3.73vw;
		text-align: left;
		line-height: 1.5;
	}
	.new_logo2025 .bheLogo_a .data_sp{
		width: 150px;
		height: 23px;
		background: url(/assets/images/common/NTT-Data-Logo_lp.png) no-repeat;
		background-size: 100% 100%;
		margin: 20px auto 0;
	}
	.new_logo2025 .bheLogo_a .data_sp img{
		display: none;
	}
	.new_logo2025 #scrollTopWrap img{
		width: 18px;
	}
	
}















