@charset "UTF-8";

/* base */

.mv_area {
	width: 100%;
	min-width: 1200px;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}

.mv_area .layout-content_inner {
	height: 450px;
	position: relative;
	margin: 0 auto;
	background-color: transparent;
}

.mv_area .mv_txt_box {
	position: absolute;
	background-color: rgba(255,255,255,0.8);
	font-size: 1.4rem;
	font-weight: 400;
	padding: 15px;
}

.mv_txt_box .-str {
	font-size: 1.6rem;
	font-weight: 700;
}

/* cv_area */

.cv_area {
	background: #fff;
	margin: 0 auto 50px;
	padding-top: 50px;
}

.cv_area .layout-content_inner {
	display: flex;
	justify-content: space-around;
	align-items: center;
}



/*----------
solution_top----------*/

.solution_top > .module-separation:nth-child(odd) {
	background-color: #fff;
}

.solution_top .layout-content_inner {
	background-color: transparent;
}

.solution_top .-inner_title .s_script {
	display: block;
	font-size: 1.6rem;
	color: #71c6ff;
	margin-bottom: 10px;
}

.solution_top .-inner_title {
	padding-top: 50px;
	font-size: 3.0rem;
	text-align: center;
	margin-bottom: 50px;
}

.solution_top .-inner_cv {
	text-align: center;
	padding: 40px 0 0;
}

.solution_top .module-separation {
	margin-bottom: 0;
	padding-bottom: 60px;
}

.solution_top .-sub_title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #015db1;
	font-size: 2.4rem;
	margin-bottom: 20px;
}

.solution_top .-inner_txt {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 1.8rem;
	font-weight: 700;
}

.solution_top .-inner_txt:before {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	color: #c7aa35;
	font-size: 2.0rem;
	margin-right: 5px;
}


/* mv_area */

.solution_top .mv_area {
	/* WSYS-10605 ワッペン差し替え依頼_1,900万人と7年連続No1 20231222 M.Amano */
	/* WSYS-10998 【サイト】solutionページTOPのデザイン修正 20240516 J.Young */
	/* WSYS-11187 【フロント】ワッペン差し替え依頼_2,000万人 20240711 M.Amano */
	/* WSYS-11635 【フロント】ワッペン差し替え依頼_2,100万人 20241107 M.Shimizu */
	/* WSYS-12114 【フロント】ワッペン差し替え依頼_2,200万人 20250403 M.Shimizu */
	background-image: url(/common/images/solution/pages/top/top_mv_a.png?date=20250403);
}
/* WSYS-10998 【サイト】solutionページTOPのデザイン修正 20240516 J.Young */
.solution_top .mv_area .module-inner {
	position: absolute;
	top: 5rem;
	right: 0;
	bottom: 45px;
	text-align: left;
	letter-spacing: 2px;
	color: #fff;
	padding-right: 10px;
}

.solution_top .mv_area .-title {
	margin: 20px auto;
	font-size: 4rem;
	color: #051f49;
	text-align-last: justify;
	border-bottom: solid 3px #051f49;
	line-height: 1.4;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	width: 356px;
}

.solution_top .mv_area .-txt {
	font-size: 1.7rem;
	color: #051f49;
	width: 356px;
	margin: 20px auto 40px;
	padding-left: 10px;
}

.solution_top .mv_cv {
	letter-spacing: normal;
}
/*[WSYS-7989]ワッペン差し替えに伴うMVの差し替え 20201001 sa.suzuki*/
.mv_area_annotation{
	font-size: 1.25rem;
}

.solution_top .mv_area .-txt .fs-big{
	font-size: 2.5rem;
}

/* bnr_area */

.solution_top .bnr_area {
}

.bnr_area .-inner_title {
	color: #008ae1;
}

.bnr_list {
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.bnr_list .-img:hover{
	opacity: 0.8;
}

/* service_area */

.solution_top .service_area {
}

.service_list {
	display: flex;
	align-items:flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	overflow: auto;
}

.service_list .-item {
	width: 300px;
	margin-bottom: 30px;
}

.service_list .-txt {
	color: #008ae1;
}

.service_list .-txt .-str {
	font-size: 2.6rem;
}

.service_list .-box {
	position: relative;
	background: url(/common/images/solution/pages/top/service_box.png) no-repeat bottom center;
	height: 208px;
}

.service_list .-inner {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 35px;
}

.service_list .-img {
	margin-bottom: 15px;
}

.service_list .checklist {
	text-align: left;
	display: inline-block;
	font-weight: 700;
}

.service_list .u_txt {
	margin-left: auto;
	width: 140px;
}

.service_list .u_line {
	position: relative;
	display: inline-block;
	font-size: 1.2rem;
	padding-left: 5px;
	z-index: 10;
}

.service_list .u_line:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 5px;
	background-color: #fff;
	right: -3px;
	bottom: 2px;
	z-index: -1;
}

.service_list .u_line .-str {
	font-size: 1.8rem;
}

.service_list .-inner_txt.line_1 {
	margin-bottom: 29px;
}

.service_list .-txt {
	font-weight: 700;
}

.service_area .layout-content_inner > .-txt {
	text-align: center;
	font-weight: 700;
}

/* billing_area */

.solution_top .billing_area {
}

.billing_area .module-accordion {
	margin-bottom: 20px;
}

.billing_area .-accordion_btn {
	display: none;
}

.billing_area .-accordion_inner {
	padding: 0;
	display: flex;
}

.list_caption {
	background-color: #008ae1;
	color: #fff;
	width: 50px;
	font-size: 1.8rem;
	letter-spacing: 2px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	display: flex;
	justify-content: center;
	align-items: center;
}

.billing_area .-list {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 930px;
	padding: 20px 40px;
	border: 2px solid #008ae1;
}

.billing_area .-list .-item {
	display: flex;
	flex-direction: column;
	text-align: center;
	position: relative;
}

.billing_area .-list .-img {
	min-height: 0%;
	margin: auto;
	padding-bottom: 20px;
}

.billing_area .-list .-item .inner_title {
	min-height: 0%;
	color: #008ae1;
	font-size: 2.2rem;
	font-weight: 700;
}

.billing_area .-list .-item .inner_title.-fs_s {
	font-size: 1.8rem;
}

.billing_area .-list .-item.ab_txt {
	position: absolute;
	width: auto;
	bottom: 20px;
	left: 120px;
}

.billing_area .billing_solution .-list .-item.ab_txt {
	left: 210px;
}

.billing_area .-list .-item.arrow {
	align-self: center;
	width: 107px;
}
.billing_area .-list .-item.arrow .-img {
	width: 100%;
}

.billing_area .-list .-item.icon_receipt {
	margin-left: auto;
}

.billing_area .-list .-item.icon_receipt .-img {
	width: 48px;
	padding-bottom: 0;
}

.billing_personal .box01 {
	width: 200px;
}

.billing_personal .box02 {
	width: 160px;
}

.billing_personal .box03 {
	width: 190px;
}

.billing_solution .box01 {
	width: 210px;
}

.billing_solution .box02 {
	width: 130px;
}

.billing_solution .box03 {
	width: 220px;
}

.billing_personal .box01 .-img,
.billing_solution .box01 .-img {
	width: 80%;
	margin-top: 10px;
}

.billing_personal .box02 .-img,
.billing_solution .box02 .-img {
	width: 100%;
}

.billing_personal .box03 .-img,
.billing_solution .box03 .-img {
	width: 40%;
	padding-bottom: 0;
	margin-bottom: 10px;
}

.billing_personal .box03 .-img {
	width: 70%;
	padding-bottom: 0;
}

.billing_area .module-indent_list {
	width: 80%;
	margin: 30px auto 0;
	font-size: 1.4rem;
}


/* guide_area */

.solution_top .guide_area {
}

.step_list {
	display: flex;
	justify-content: space-between;
}

.step_list .-item {
	position: relative;
	width: 230px;
	height: 305px;
	border-radius: 6px;
	box-shadow: 0px 0px 5px rgba(0,69,104,0.5);
}

.step_list .-item .-inner_txt {
	font-size: 1.6rem;
	margin-left: 20px;
}

.step_list .-item > .-img {
	margin: 0 auto 10px;
	height: 120px;
}

.step_list .-item .-title .-img {
	margin-right: 10px;
}


.step_list .-item > .-img img {
	height: 120px;
}

.step_list .-item:last-child > .-img img {
	margin-left: 32px;
}

.step_list .-item .-title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 10px 0 10px 10px;
	font-size: 2.2rem;
	color: #073190;
	font-weight: 700;
}

.step_list .time_txt {
	position: absolute;
	display: flex;
	align-items: center;
	bottom: 5px;
	right: 10px;
}

.step_list .time_txt .icon {
	margin: 2px 5px 0 0;
}

.arrow_circle {
	display: none;
}


/* casestudies_area */

.solution_top .casestudies_area {
}

.casestudies_area .-txt {
	font-size: 1.8rem;
	margin-bottom: 30px;
}

.casestudies_area .u_line {
	position: relative;
	font-size: 3.0rem;
	margin: 0 5px;
	z-index: 10;
	font-weight: 700;
}

.casestudies_area .u_line:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 12px;
	background-color: #c0e7ff;
	left: 0;
	bottom: 2px;
	z-index: -1;
}

.logo_list.pc > ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo_list .-img {
	text-align: center;
}

.logo_list .line1 {
	justify-content: center;
	margin-bottom: 30px;
}

/* cellphone_area */

.solution_top .cellphone_area {
}

.cellphone_area .-box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.cellphone_area .-box .-inner {
	width: 52%;
}

.cellphone_area .-box .-inner.r_item {
	position: relative;
	align-self: stretch;
	width: 46%;
}

.inner_box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.inner_box .module-inner {
	padding: 5px 15px;
}

.cellphone_area .-box .box1 {
	width: 60%;
	font-size: 1.2rem;
}

.cellphone_area .-box .box1 .-title {
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 2px;
}

.cellphone_area .-box .box2 {
	width: 38%;
	align-self: stretch;
	display: flex;
	align-items: center;
	font-size: 1.2rem;
}

.cellphone_area .r_item .-title {
	font-weight: 700;
	font-size: 2.0rem;
}

.cellphone_area .r_item .-txt {
	font-size: 1.4rem;
	margin-top: 20px;
}

.cellphone_area .r_item .-img {
	position: absolute;
	bottom: 0;
}

.cellphone_area .-sub_title {
	margin-top: 40px;
}

.phone_txt .-txt{
	font-size: 1.4rem;
}

/* dialog_mobile */

.dialog_mobile .dialog_title {
	height: 40px;
	background: #123881;
	border-radius: 5px
}
.dialog_mobile .dialog_title p {
	color: #fff;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
}
.dialog_mobile .dialog_dl {
	margin-top: 20px;
}
.dialog_mobile .dialog_dl dt {
	width: 340px;
	height: 30px;
	margin: 0 0 0 20px;
	background: #123881;
	border-radius: 5px 5px 0 0;
	transform: skew(-30deg, 0deg);
}
.dialog_mobile .dialog_dl dt p {
	margin: 0 0 0 10px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	line-height: 35px;
	transform: skew(30deg, 0deg);
}
.dialog_mobile .dialog_dl dd {
	margin: 0 0 20px 0;
	padding: 12px;
	border: solid 4px #12387f;
	border-radius: 10px;
}
/* WSYS-10998 【サイト】solutionページTOPのデザイン修正 20240516 J.Young */
.txtbk {
	color: #333333;
}
.solution_top .-inner_cv.nobtn02 {
 	padding: 0 0 50px 0;
}
.-txt.txt02 {
	padding-top: 50px;
}
.module-inner.nobtn01{
	padding: 0px;
}

.solution_top .mv_area .-txt.txt03 {
	margin-bottom: 40px;
	font-size: 2rem;
}
.solution_top .mv_area .-title.notop {
	margin: 0 auto;
}
.fs-bold {
	font-weight: 600;
}