:root {
	--font-color: #3e3a39;
	--primary-color: #00b1d4;
	--secondary-color: #e5f7fb;
}

html, body, div,
p, a, img, figure,
dl, dt, dd,
ul, ol, li,
button,
h1, h2, h3, h4, h5, h6,
hr, header, footer, section, article {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
html {
	box-sizing: border-box;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 12px;
	font-weight: 400;
	background-color: #FFFFFF;
	color: var(--font-color);
}

a, button {
	color: inherit;
	text-decoration: none;
}
ol, ul {
	list-style: none;
}
img {
	border: none;
	max-width: 100%;
	vertical-align: middle;
}

svg {
	display: block;
	max-width: 100%;
	height: auto;
	fill: currentcolor;
}


.anc01 {
	display: block;
	width: 0px;
	height: 0px;
	line-height: 0px;
}
#bodybox {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	min-width: 1040px;
	overflow-x: hidden;
}

.pcbr {
	display: block;
}
.mbbr {
	display: none;
}

.midbase {
	position: relative;
	width: 100%;
	margin: 0px 0px 0px 0px;
}
.midbox {
	position: relative;
	width: 1024px;
	margin: 0px auto 0px auto;
	padding-top: 1px;
	padding-bottom: 1px;
}
.midend-padding {
	height: 200px;
}
@media ( max-width: 640px ) {
	body {
		width: 480px;
		min-width: 480px;
		-webkit-text-size-adjust: 100%;
	}
	.pcbr {
		display: none;
	}
	.mbbr {
		display: block;
	}
	#bodybox {
		width: 480px;
		min-width: 480px;
		overflow-x: hidden;
	}
	.midbox {
		width: 480px;
	}
}



.img-box {
	position: relative;
	overflow: hidden;
}
.img-box img, .img-box video {
	position: absolute;
	height: 100%;
	width: 100%;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	object-fit: cover;
}


.l-inner {
	width: 1280px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 30px;
}
@media only screen and (max-width: 640px) {
	.l-inner {
		width: 100%;
	}
}
/* #region header =================================== */
.l-header {
	position: relative;
	padding: 26px 30px 35px;
	background: var(--primary-color);
	color: #fff;
	z-index: 20;
}
.c-header {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 1280px;
	margin: 0 auto;
}
.c-header__logo a {
	position: relative;
	display: inline-block;
	width: 364px;
}
.c-header__logo .text {
	position: absolute;
	left: 80px;
	top: 0;
	font-size: 13px;
	text-align: left;
	z-index: 3;
}
.c-header-main {

}
.c-header-nav {

}
.c-header-nav__list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px 40px;
	margin: 0;
	padding: 0;
	margin-bottom: 34px;
}
.c-header-nav__list a {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1;
	transition: opacity 0.3s cubic-bezier(0.4, 0.6, 0.6, 1);
}
.c-header-nav__list a:hover {
	opacity: 0.6;
}
.c-header-nav__list .btn-box {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	margin-left: 10px;
}
.c-header-nav__list .btn01 {
	display: block;
	width: 103px;
	height: 30px;
	border-radius: 100px;
	background: #fff;
	color: var(--primary-color);
	font-size: 13px;
	line-height: 30px;
	text-align: center;
}
.c-header-nav__list .btn01-p {
	background: #e96d8c;
	color: #fff;
}
.c-header-nav__service-list {
	display: flex;
	justify-content: flex-end;
	gap: 5px;
	margin: 0;
	padding: 0;
}
.c-header-nav__service-list li {
	width: 182px;
}
.c-header-nav__service-list a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 46px;
	background: #fff;
	border-radius: 5px;
	color: var(--primary-color);
	font-size: 15px;
	font-weight: 500;
	transition: opacity 0.3s cubic-bezier(0.4, 0.6, 0.6, 1);
}
.c-header-nav__service-list a:hover {
	opacity: 0.6;
}
@media only screen and (max-width: 640px) {
	.c-header {
		display: block;
		width: 100%;
		text-align: center;
	}
	.c-header__logo a {
		margin-bottom: 20px;
	}
	.c-header-nav__list .btn-box {
		display: none;
	}
	.c-header-nav__service-list {
		justify-content: center;
	}
}

.top-header {
	padding-bottom: 0;
	background: transparent;
	color: var(--font-color);
	overflow-y: visible;
}
.top-header .c-header {
	align-items: flex-start;
}
.top-header .c-header__logo {
	display: flex;
	position: relative;
	width: 368px;
	padding-right: 74px;
	margin-top: 10px;
}
.top-header .c-header__logo::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 124px;
	width: 2000px;
	background: #fff;
	border-radius: 0 0 40px 0;
}
.top-header .c-header__logo .text {
	position: absolute;
	left: -240px;
	top: 30px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.3;
	text-align: right;
}
.top-header .c-header__logo img {
	position: absolute;
	width: 364px;
}
.top-header .c-header-nav__list {
	margin-bottom: 26px;
}
.top-header .c-header-nav__list .btn01-b {
	background: var(--primary-color);
	color: #fff;
}
.top-header .c-header-nav__service-list {
	position: absolute;
	padding-top: 20px;
	right: 0;
}
.top-header .c-header-nav__service-list a {
	background: var(--primary-color);
	color: #fff;
}
@media only screen and (max-width: 640px) {
	.top-header .c-header__logo {
		display: block;
		padding-right: 0;
		margin: 0 auto 20px;
	}
	.top-header .c-header__logo::before {
		display: none;
	}
	.top-header .c-header__logo .text {
		left: 80px;
		top: 0;
		font-size: 13px;
		text-align: left;
		z-index: 3;
	}
	.top-header .c-header__logo img {
		position: relative;
	}
	.top-header .c-header-nav__service-list {
		width: 100%;
		right: auto;
	}
}
/* #endregion header -------------------------------- */

/* #region footer =================================== */
.l-footer {
	padding: 70px 30px 40px;
	background: var(--primary-color);
	color: #fff;
}
.c-footer {
	position: relative;
	width: 1280px;
	margin: 0 auto;
}
.c-footer-body {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 85px;
}
.c-footer-body__left {
}
.c-footer__logo {
	margin-bottom: 35px;
}
.c-footer__logo a {
	display: block;
	position: relative;
	max-width: 445px;
}
.c-footer__logo .text {
	position: absolute;
	left: 80px;
	top: 0;
	font-size: 16px;
	text-align: left;
	z-index: 3;
}
.c-footer__logo a img {
	max-width: 100%;
}
.c-footer__info {
	font-size: 13px;
	line-height: 1.7692;
	font-weight: 500;
}
.c-footer-body__right {
	padding-top: 60px;
	text-align: right;
}
.c-footer__catch {
	margin-bottom: 20px;
	font-family: 'Noto Serif JP', serif;
	font-size: 23px;
	font-weight: 600;
	line-height: 1.3;
}
.c-footer-nav {
	margin-bottom: 40px;
}
.c-footer-nav__list {
	font-size: 13px;
	letter-spacing: 0.1em;
}
.c-footer-nav__list::before {
	content: '｜';
}
.c-footer-nav__list li {
	display: inline-block;
}
.c-footer-nav__list li::after {
	content: '｜';
}
.c-footer-nav__list a {
	display: inline-block;
	margin: 0 0.8em;
	transition: opacity 0.3s cubic-bezier(0.4, 0.6, 0.6, 1);
}
.c-footer-nav__list a:hover {
	opacity: 0.6;
}
.c-footer__contact {
	display: inline-block;
	text-align: center;
}
.c-footer__contact .text {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 500;
}
.c-footer__contact .btn {
	display: block;
	height: 52px;
	border-radius: 100px;
	background: #fff;
	color: var(--primary-color);
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 52px;
	text-align: center;
	transition: opacity 0.3s cubic-bezier(0.4, 0.6, 0.6, 1);
}
.c-footer__contact .btn:hover {
	opacity: 0.6;
}
.c-footer-copy {
	font-size: 12px;
	letter-spacing: 0.2em;
	line-height: 1.3;
	text-align: right;
}
@media only screen and (max-width: 640px) {
	.c-footer {
		width: 100%;
	}
	.c-footer-body {
		display: block;
	}
	.c-footer-body__left {
		margin-bottom: 40px;
		text-align: center;
	}
	.c-footer-body__right {
		text-align: center;
	}
	.c-footer__catch {
		font-size: 18px;
	}
	.c-footer-nav {
		display: none;
	}
	.c-footer-copy {
		text-align: center;
	}
}
/* #endregion footer -------------------------------- */

/* #region sub-header =================================== */
.l-sub-header {
	background: var(--secondary-color);
	color: var(--primary-color);
}
.c-sub-header {
	display: flex;
	align-items: center;
	max-width: 960px;
	width: 100%;
	height: 300px;
	margin: 0 auto;
}
.c-sub-header__title {
	width: 100%;
}
.c-sub-header__title .ja {
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 31px;
	letter-spacing: 0.1em;
	line-height: 1;
}
.c-sub-header__title .en {
	font-family: 'Poppins', sans-serif;
	font-weight: 200;
	font-size: 19px;
	letter-spacing: 0.05em;
}
@media only screen and (max-width: 640px) {
	.c-sub-header {
		height: 200px;
	}
	.c-sub-header__title {
		text-align: center;
	}
}
/* #endregion sub-header -------------------------------- */


/* #region top =================================== */
.top-hero {
	position: relative;
	height: 570px;
}
.top-hero .img-box {
	width: 100%;
	height: 100%;
}
@media only screen and (max-width: 640px) {
	.top-hero {
		height: 310px;
	}
}

.top-body {
	width: 1240px;
	padding-top: 75px;
	margin: 0 auto;
	margin-bottom: 100px;
}
.top-body__head {
	margin-bottom: 75px;
	text-align: center;
}
.top-body__head .catch {
	font-family: 'Noto Serif JP', serif;
	font-size: 45px;
	font-weight: 600;
	line-height: 1.3;
}
.top-body__main {
	display: flex;
	justify-content: space-between;
	gap: 60px;
}
.top-body__left {
	flex: 0 0 294px;
}
.top-body__right {
	flex-grow: 1;
}
.top-body__title {
	padding: 10px 4px 0;
	margin-bottom: 25px;
	border-top: solid 3px var(--primary-color);
}
.top-body__title .ja {
	display: inline-block;
	margin-right: 0.5em;
	font-size: 17px;
	font-weight: 700;
	line-height: 17px;
	color: #999999;
}
.top-body__title .en {
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 17px;
	color: var(--primary-color);

}
@media only screen and (max-width: 640px) {
	.top-body {
		width: 100%;
	}
	.top-body__head .catch {
		font-size: 28px;
	}
	.top-body__main {
		flex-wrap: wrap;
		padding: 0 30px;
	}
	.top-body__left {
		flex: 1 1;
		order: 2;
	}
}
.c-link-btn-list {
	margin: 0;
	padding: 0;
}
.c-link-btn01 {
	display: block;
	position: relative;
	width: 373px;
	height: 169px;
	margin: 0 auto;
	margin-bottom: 25px;
	color: #fff;
	transition: opacity 0.3s cubic-bezier(0.4, 0.6, 0.6, 1);
}
.c-link-btn01:hover {
	opacity: 0.7;
}
.c-link-btn01 .img-box {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
.c-link-btn01 .img-box img {
	transition: transform 0.3s cubic-bezier(0.4, 0.6, 0.6, 1);
}
.c-link-btn01:hover .img-box img {
	transform: scale(1.1);
}
.c-link-btn01 .text-box {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	flex-wrap: wrap;
	height: 100%;
	text-align: center
}
.c-link-btn01 .text-box .ja {
	width: 100%;
	margin-top: 37px;
	font-size: 23px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
}
.c-link-btn01 .text-box .en {
	width: 100%;
	font-family: 'Poppins', sans-serif;
	font-weight: 100;
	font-size: 27px;
}

.c-news-box {

}
.ntitem {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	position: relative;
	margin: 20px 0px 20px 0px;
	cursor: pointer;
	transition: opacity 0.3s cubic-bezier(0.4, 0.6, 0.6, 1);
}
.ntitem:hover {
	opacity: 0.7;
}
.ntitem .img-box {
	width: 180px;
	height: 135px;
}
.ntitem .img-box img {
	transition: transform 0.3s cubic-bezier(0.4, 0.6, 0.6, 1);
}
.ntitem:hover .img-box img {
	transform: scale( 1.1 );
}
.ntitem .info {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	position: relative;
	width: calc( 100% - 180px - 24px );
	margin-left: 24px;
}
.ntitem .idate {
	display: block;
	position: relative;
	width: 100px;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	text-align: left;
	color: #DD3333;
}
.ntitem .ititle {
	display: block;
	position: relative;
	width: calc( 100% - 100px );
	font-size: 17px;
	font-weight: 700;
	line-height: 20px;
	text-align: left;
	color: #003399;
}
.ntitem .icom {
	display: block;
	position: relative;
	margin: 8px 0px 0px 0px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6em;
	text-align: justify;
	text-justify: inter-ideograph;
}
@media ( max-width: 640px ) {
	.ntitem .info {
		width: calc( 100% - 180px - 16px );
		margin-left: 16px;
	}
	.ntitem .idate {
		width: 100%;
	}
	.ntitem .ititle {
		width: 100%;
		margin: 4px 0px 0px 0px;
	}
	.ntitem .icom {
		margin-top: 6px;
		line-height: 1.5em;
	}
}

.c-banner-block {
	padding: 55px 0 50px;
	background: var(--secondary-color);
}
.c-banner-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 15px 25px;
	width: 1370px;
	margin: 0 auto;
}
.c-banner-item {
	display: block;
	width: 321px;
	height: 104px;
	box-shadow : 0px 0px 3.01px rgba(28, 73, 81, 0.15);
	transition: opacity 0.3s cubic-bezier(0.4, 0.6, 0.6, 1);
}
.c-banner-item:hover {
	opacity: 0.6;
}
@media only screen and (max-width: 640px) {
	.c-banner-list {
		width: 100%;
	}
}
/* #endregion top -------------------------------- */

/* #region welfare =================================== */
.welfare-main {
	padding-top: 130px;
	margin-bottom: 160px;
}

.welfare-items {
	max-width: 1113px;
	width: 100%;
	margin: 0 auto 0;
}
.welfare-item {
	display: flex;
	justify-content: space-between;
	column-gap: 80px;
	box-sizing: border-box;
	padding: 70px 75px 60px;
	margin-bottom: 50px;
	background: #fff;
	box-shadow : 0px 0px 4px rgba(28, 73, 81, 0.15);
}
.welfare-item .img-box {
	flex: 0 1 483px;
	min-height: 273px;
	order: 2;
}
.welfare-item .content-box {
	flex: 0	0 392px;
}
.welfare-item .header {
	margin-bottom: 25px;
}
.welfare-item .header .title {
	margin-bottom: 12px;
	color: var(--primary-color);
	font-weight: 700;
	font-size: 31px;
	letter-spacing: 0.05em;
	line-height: 1.3548;
}
.welfare-item .header .description {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.7143;
}
.welfare-item dl {
	margin-bottom: 5px;
}
.welfare-item .details dt {
	color: var(--primary-color);
	font-weight: 500;
	font-size: 16px;
	line-height: 1.3;
}
.welfare-item .details dt::before {
	content: '■';
}
.welfare-item .details dd {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.7143;
	text-align: justify;
}
@media only screen and (max-width: 640px) {
	.welfare-item {
		display: block;
		padding: 40px;
	}
	.welfare-item .img-box {
		min-height: 230px;
		margin-bottom: 20px;
	}
	.welfare-item .header .title {
		font-size: 26px;
	}
}

.welfare-seniorhome {
	padding-top: 120px;
	padding-bottom: 195px;
	background: var(--secondary-color);
}
.welfare-seniorhome .header {
	margin-bottom: 80px;
	text-align: center;
}
.welfare-seniorhome .header .title {
	margin-bottom: 32px;
	color: var(--primary-color);
	font-weight: 700;
	font-size: 31px;
	line-height: 1.3;
	letter-spacing: 0.1em;
}
.welfare-seniorhome .header .description {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.625;
}
.seniorhome-items {
	display: flex;
	justify-content: center;
	gap: 20px;
}
.seniorhome-item {
	flex: 0 1 305px;
	box-sizing: border-box;
	padding: 35px 35px 40px;
	box-shadow : 0px 0px 4px rgba(28, 73, 81, 0.15);
	border-radius: 15px;
	background: #fff;
}
.seniorhome-item .image {
	display: block;
	width: 230px;
	height: 180px;
	margin: 0 auto 10px;
}
.seniorhome-item .title {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 3em;
	margin-bottom: 10px;
	color: var(--primary-color);
	font-weight: 700;
	font-size: 22px;
	line-height: 1.2727;
	text-align: center;
}
.seniorhome-item .text {
	width: 207px;
	margin: 0 auto;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.7143;
	text-align: justify;
}
@media only screen and (max-width: 640px) {
	.seniorhome-items {
		flex-wrap: wrap;
	}
}
/* #endregion welfare -------------------------------- */

/* #region ma =================================== */
.ma-intro {
	padding-top: 105px;
	margin-bottom: 102px;
}
.ma-intro-cont {
	display: flex;
	justify-content: space-between;
	column-gap: 80px;
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}
.ma-intro-cont .img-box {
	flex: 0 1 486px;
	height: 315px;
	margin-top: 10px;
	order: 2;
}
.ma-intro-cont .content-box {
	flex: 0	0 392px;
}
.ma-intro-cont .header {
	margin-bottom: 25px;
}
.ma-intro-cont .header .title {
	margin-bottom: 15px;
	color: var(--primary-color);
	font-weight: 700;
	font-size: 31px;
	letter-spacing: 0.1em;
	line-height: 1.3548;
}
.ma-intro-cont dl {
	margin-bottom: 5px;
}
.ma-intro-cont .details dt {
	color: var(--primary-color);
	font-weight: 500;
	font-size: 16px;
	line-height: 1.3;
}
.ma-intro-cont .details dd {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.7143;
	text-align: justify;
}
@media only screen and (max-width: 640px) {
	.ma-intro-cont {
		display: block;
	}
	.ma-intro-cont .img-box {
		height: 230px;
		margin-bottom: 20px;
	}
}
.ma-strengths {
	padding-top: 65px;
	padding-bottom: 75px;
	background: var(--secondary-color);
}
.ma-strengths .header {
	margin-bottom: 40px;
	text-align: center;
}
.ma-strengths .header .title {
	color: var(--primary-color);
	font-weight: 700;
	font-size: 31px;
	line-height: 1.3;
	letter-spacing: 0.1em;
}
.ma-strengths-items {
	display: flex;
	justify-content: center;
	gap: 20px;
}
.ma-strengths-item {
	flex: 0 1 305px;
	box-sizing: border-box;
	padding: 40px 20px 45px;
	box-shadow : 0px 0px 4px rgba(28, 73, 81, 0.15);
	border-radius: 15px;
	background: #fff;
}
.ma-strengths-item .image {
	display: block;
	width: 240px;
	height: 154px;
	margin: 0 auto 15px;
}
.ma-strengths-item .title {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 3em;
	margin-bottom: 10px;
	color: var(--primary-color);
	font-weight: 700;
	font-size: 22px;
	line-height: 1.2727;
	text-align: center;
}
.ma-strengths-item .text {
	width: 207px;
	margin: 0 auto;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.7143;
	text-align: justify;
}
@media only screen and (max-width: 640px) {
	.ma-strengths-items {
		flex-wrap: wrap;
	}
}

.ma-solutions {
	padding-top: 150px;
	padding-bottom: 125px;
}
.ma-solutions .header {
	margin-bottom: 45px;
	text-align: center;
}
.ma-solutions .header .title {
	color: var(--primary-color);
	font-weight: 700;
	font-size: 31px;
	line-height: 1.3;
	letter-spacing: 0.1em;
}
.ma-solutions-items {
	max-width: 795px;
	width: 100%;
	margin: 0 auto;
}
.ma-solutions-item {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px 60px;
	padding: 38px;
	margin-bottom: 15px;
	border-radius: 24px;
	box-shadow : 0px 0px 3.5px rgba(28, 73, 81, 0.15);
}
.ma-solutions-item .image {
	display: block;
	width: 230px;
	height: 140px;
}
.ma-solutions-item .content-box {
	width: 340px;
}
.ma-solutions-item .title {
	margin-top: 5px;
	margin-bottom: 15px;
	color: var(--primary-color);
	font-weight: 700;
	font-size: 24px;
	line-height: 1.3;
}
.ma-solutions-item .text {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.625;
	text-align: justify;
}
@media only screen and (max-width: 640px) {
	.ma-solutions-item .title {
		text-align: center;
	}
}

.ma-flow {
	padding-top: 130px;
	padding-bottom: 95px;
	background: var(--secondary-color);
}
.ma-flow .header {
	margin-bottom: 40px;
	text-align: center;
}
.ma-flow .header .title {
	margin-bottom: 30px;
	color: var(--primary-color);
	font-weight: 700;
	font-size: 31px;
	line-height: 1.3;
	letter-spacing: 0.1em;
}
.ma-flow .header .description {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.625;
}
.ma-flow-list {
	position: relative;
	max-width: 620px;
	width: 100%;
	margin: 0 auto;
}
.ma-flow-list::before {
	content: '';
	position: absolute;
	height: calc(100% - 104px);
	top: 52px;
	right: 62px;
	border-right: 2px solid var(--primary-color);
}
.ma-flow-list::after{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-top: 22px solid var(--primary-color);
	bottom: 50px;
	right: 50px;
}
.ma-flow-list li {
	height: 104px;
	padding-left: 55px;
	margin-bottom: 37px;
	border-radius: 100px;
	background: #fff;
	box-shadow : 0px 0px 3.5px rgba(28, 73, 81, 0.15);
	color: var(--primary-color);
	font-weight: 700;
	font-size: 24px;
	line-height: 104px;
	vertical-align: middle;
	counter-increment: num;
}
.ma-flow-list li::before {
	content: counter(num) "";
	display: inline-block;
	width: 75px;
	margin-bottom: 3px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 1.375em;
	vertical-align: middle;
}
@media only screen and (max-width: 640px) {

}

.ma-comparison {
	padding-top: 180px;
	padding-bottom: 190px;
}
.ma-comparison .header {
	margin-bottom: 55px;
	text-align: center;
}
.ma-comparison .header .title {
	color: var(--primary-color);
	font-weight: 700;
	font-size: 31px;
	line-height: 1.3;
	letter-spacing: 0.1em;
}
.ma-comparison-table {
	max-width: 960px;
	margin: 0 auto;
	border-collapse: collapse;
	font-weight: 700;
	font-size: 19px;
	line-height: 1.3;
	text-align: center;
}
.ma-comparison-table .col-item {
	width: 215px;
}
.ma-comparison-table .col-james,
.ma-comparison-table .col-general,
.ma-comparison-table .col-bank {
	width: 250px;
}
.ma-comparison-table .col-james {
	background: #fbd159;
}
.ma-comparison-table .col-general {
	background: #cceff6;
}
.ma-comparison-table .col-bank {
	background: #dadbdb;
}
.ma-comparison-table thead th:nth-child(2) {
	color: #e85514;
}
.ma-comparison-table thead th:nth-child(3) {
	color: #036eb6;
}
.ma-comparison-table th, .ma-comparison-table td {
	border-right: 1px dashed rgba(0,0,0,0.5);
	border-bottom: 1px dashed rgba(0,0,0,0.5);
}
.ma-comparison-table th {
	height: 73px;
}
.ma-comparison-table td {
	height: 93px;
}
@media only screen and (max-width: 640px) {

	.ma-comparison-table {
		font-size: 14px;
	}
}
/* #endregion ma -------------------------------- */