@charset "UTF-8";

/** reset **/
a {
	text-decoration: none;
}

img {
	max-width: 100%;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

em {
	font-style: normal;
	font-weight: bold;
}

figure {
	margin: 0;
}


/** base **/
.mt-10 {
	margin-top: 10px;
}

.mt-70 {
	margin-top: 70px;
}

.mb-0 {
	margin-bottom: 0;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.pcon1000 {
	display: block;
}

.pcon690 {
	display: block;
}

.spon1000 {
	display: none;
}

.spon690 {
	display: none;
}

.align-c {
	text-align: center;
}

.trans:hover {
	opacity: .6;
}

.contents {
	width: 1000px;
	margin: auto;
	box-sizing: border-box;
}

.text-nowrap {
	white-space: nowrap;
}

svg {
	width: 100%;
	height: auto;
}

@media screen and (max-width:1000px) {
	.pcon1000 {
		display: none !important;
	}

	.spon1000 {
		display: block;
	}

	.contents {
		width: 100%;
		padding: 20px;
	}
}

@media screen and (max-width: 690px) {
	.pcon690 {
		display: none !important;
	}

	.spon690 {
		display: block;
	}
}


/** mv **/
#mv {
	background: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	background-image: url(../img/mv_bg20250829.jpg);
	padding: 50px 0 70px;
}

#mv .mv-titlebox {
	display: flex;
	align-items: center;
}

#mv h1 {
	margin: 0;
}

.mv-container {
	width: 1000px;
	max-width: 100%;
	margin: auto;
}

#mv>div {
	height: 410px;
}

@media screen and (max-width:798px) {
	#mv .flex-container {
		display: block;
		width: 80vw;
		text-align: center;
	}

	#mv .mv-dl figure {
		width: 50%;
		margin: auto;
	}
}

#mv .contents-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 40px;
}

#mv .contents-container .contents-left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 20px;
	width: calc(50% - 20px);
}

#mv .contents-container .contents-right {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
	width: calc(50% - 20px);
	height: 100%;
}

#mv .contents-container .contents-right picture {
	width: 580px;
	max-width: 100%;
	max-height: 100%;
}
#mv .contents-container .contents-right picture img {
	max-height: 100%;
}

#mv .contents-container .btn-container .btn {
	padding-left: 20px;
	padding-right: 40px;
}

@media screen and (max-width: 798px) {
	#mv {
		padding: 9vw 7vw;
		background-image: url(../img/mv_bg20250829_sp.png);
		background-size: 100%;
		background-position: top;
	}

	#mv .contents-container {
		flex-direction: column;
		width: 100%;
		height: auto;
	}

	#mv .contents-container .contents-left {
		width: 100%;
	}

	#mv .contents-container .btn-container .btn {
		padding: 1rem 2.5rem 1rem 1rem;
		max-width: 100%;
		box-sizing: border-box;
		height: auto;
		font-size: 4.4vw;
		width: auto;
	}

	#mv .contents-container .contents-right {
		width: 100%;
		padding: 1vw 1vw 0vw 1vw;
	}
}


.nav-container {
	width: 1200px;
	max-width: 100%;
	margin: auto;
	text-align: center;
}

.nav-container>ul {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-top: -45px;
	height: 90px;
	text-align: center;
}

.nav-container>ul>li {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #FFF;
	width: 100%;
	border-right: 1px solid #006ac3;
	position: relative;
	overflow: hidden;
}

.nav-container>ul>li:nth-last-child(1) {
	border-right: none;
}

.nav-container>ul>li a {
	color: #000;
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 10px;
}

.nav-container>ul>li::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid;
	border-left: 2px solid;
	border-color: #006ac3;
	position: absolute;
	right: calc(50% - 4px);
	bottom: 10px;
	transform: rotate(-136deg);
	z-index: 2;
}

.nav-container>ul>li::before {
	position: absolute;
	display: block;
	content: '';
	z-index: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	top: 0;
	left: -105%;
	width: 100%;
	height: 100%;
	background-color: #006ac3;
}

.nav-container>ul>li:hover::before {
	top: 0;
	left: 0;
}

.nav-container>ul>li:hover a {
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #FFF;
	opacity: 1;
}

.nav-container>ul>li:hover::after {
	-webkit-transition: all .3s;
	transition: all .3s;
	border-color: #FFF;
}

@media screen and (min-width:799px) and (max-width:1014px) {
	.nav-container>ul {
		margin-top: 0;
		justify-content: space-around;
		align-items: stretch;
		flex-wrap: wrap;
		height: auto;
	}

	.nav-container>ul>li {
		width: calc(33.33% - 1px);
		border-bottom: 1px solid #006ac3;
	}

	.nav-container>ul>li:nth-child(3n) {
		border-right: none;
	}

	.nav-container>ul>li::after {
		right: 10px;
		bottom: calc(50% - 4px);
	}
}

@media screen and (max-width:798px) {
	.nav-container>ul {
		margin-top: 0;
		justify-content: space-around;
		align-items: stretch;
		flex-wrap: wrap;
		height: auto;
	}

	.nav-container>ul>li {
		width: 100%;
		border-bottom: 1px solid #006ac3;
		padding: 10px;
		border-right: 0;
	}

	.nav-container>ul>li:nth-child(2n) {
		border-right: none;
	}

	.nav-container>ul>li::after {
		right: 10px;
		bottom: calc(50% - 4px);
	}
}


.header-banner {
	font-size: 0;
	transition: all 0.3s ease;
}

.header-banner:hover {
	filter: brightness(0.7);
	opacity: 1;
	box-shadow: 3px 3px 3px 0px #cccccc;
}

h2 {
	margin: 50px auto;
	width: fit-content;
	display: flex;
}

h2::after {
	width: 100%;
	left: 0;
    right: 0;
    margin: auto;
}
@media screen and (max-width:798px) {
	h2 {
		flex-direction: column;
	}
}

#worries {
	background: #e9eef4;
	margin-top: -45px;
	padding-top: 45px;
	box-sizing: border-box;
}

#worries .worries-balloon {
	background: url(../img/worries_photo.png) no-repeat;
	background-size: auto 100%;
	background-position: -100px center;
}

#worries .worries-balloon .contents-coontainer {
	padding: 0;
}

.worries-container {
	margin-bottom: 30px;
}

.worries-comment {
	background: #FFF;
	text-align: center;
	padding: 30px 50px;
	border: 1px solid #0062b5;
}
.worries-comment b {
	font-size: 1.1em;
}
.worries-comment p {
	padding-bottom: 0;
}
.worries-comment .bg-blue {
	font-size: 1.4em;
	padding: 20px 10px;
	background: #0062b5;
	color: #fff;
	border-radius: 5px;
}
.worries-comment .ruby {
	position: relative;
}
.worries-comment [data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -1em;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: 100;
}
.worries-comment .bg-blue small {
	font-size: 0.9em;
}
.worries-comment .bg-blue em {
	border-bottom: 4px solid #fbd502;
}
.worries-comment p em.under-dot {
	border-bottom: 2px dotted #0062b5;
	padding-bottom: 5px;
}

@media screen and (max-width:798px) {
	.worries-container {
		background-size: 100%;
		background-position: top;
	}

	.worries-comment {
		padding: 5vw;
	}
	.worries-comment p em.under-dot {
		padding-bottom: 0;
	}
}

.worries-container {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.worries-item {
	display: flex;
	gap: 20px;
}

.worries-item-right {
	flex-direction: row-reverse;
}

.worries-item-right .worries-item-balloon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
	min-width: 120px;
	max-width: 100%;
	color: #000;
	font-size: 16px;
	background: #FFFFFF;
	border-radius: 10px;
	flex: auto;
	margin-left: 200px;
}

.worries-item-right .worries-item-balloon:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -8px;
	border: 8px solid transparent;
	border-left: 10px solid #FFFFFF;
}

.worries-item-left .worries-item-balloon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
	min-width: 120px;
	max-width: 100%;
	color: #000;
	font-size: 16px;
	background: #FFFFFF;
	border-radius: 10px;
	flex: auto;
	margin-right: 200px;
}

.worries-item-left .worries-item-balloon:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -18px;
	margin-top: -8px;
	border: 8px solid transparent;
	border-right: 10px solid #FFFFFF;
}

.worries-item p {
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
	font-weight: 700;
}

.worries-item p>em {
	font-size: 110%;
	color: #0162b5;
	background: linear-gradient(transparent 70%, #eaeef4 30%);
}

.worries-character {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 180px;
}

.worries-character img {
	object-fit: contain;
}

@media screen and (max-width:1250px) {
	#worries {
		padding-left: 1rem;
		padding-right: 1rem;
		padding-top: 1rem;
	}

	.worries-item-right {
		flex-direction: column;
		gap: 0;
	}

	.worries-item-left {
		flex-direction: column;
		gap: 0;
	}

	.worries-item-left .worries-item-balloon {
		margin-right: 0;
	}
	.worries-item-right .worries-item-balloon {
		margin-left: 0;
	}
	.worries-item-left .worries-item-balloon:before {
		top: -18px;
		left: 50%;
		margin-top: 0;
		margin-left: -8px;
		border: 8px solid transparent;
		border-bottom: 10px solid #FFFFFF;
	}

	.worries-item-right .worries-item-balloon:before {
		top: -18px;
		left: 50%;
		margin-top: 0;
		margin-left: -8px;
		border: 8px solid transparent;
		border-bottom: 10px solid #FFFFFF;
	}
}

#conditions {
	background: url(../img/conditions_bg.png);
	padding: 30px 0 0 0;
}
#conditions .contents-coontainer > p {
	max-width: 90%;
	margin: auto;
}
.conditions-container {
	text-align: center;
	margin-bottom: 30px;
}

.conditions-message {
	font-size: 1.6em;
}

.conditions-h3 {
	margin: 0 0 20px;
	display: flex;
	gap: 20px;
	line-height: 1.2;
}

.conditions-h3.mb-0 {
	margin-bottom: 0;
}

.conditions-h3::after {
	display: none;
}

.conditions-h3>.num {
	color: #CCE0F0;
	font-size: 3.6em;
	height: fit-content;
}

.conditions-h3>.tit {
	color: #000000;
	padding-bottom: 5px;
	border-bottom: 1px solid #0070CC;
	align-self: center;
	flex: 1;
	text-align: left;
	line-height: 1.6;
}

@media screen and (max-width:798px) {
	.conditions-h3 {
		flex-direction: column;
		gap: 0;
		margin: 0 0 30px;
	}

	.conditions-h3>.num {
		font-size: 2em;
	}
}

.conditions-box {
	border: 15px solid #e9eef2;
	background: #FFF;
	margin-top: -30px;
	padding: 30px;
}

.conditions-box>p {
	text-align: left;
}

.conditions-box>p+p {
	padding-top: 0;
}

.conditions-box>h4+p {
	padding-top: 0;
}

.conditions-box>h4 {
	border-top: 1px solid #006ac3;
	border-bottom: 1px solid #006ac3;
	padding: 5px 0;
	color: #006ac3;
	font-size: 1.3em;
	margin: 30px 0 20px 0;
}

.conditions-box>p+h4 {
	margin-top: 0;
}

.conditions-box>h5 {
	text-align: left;
	font-size: 1.3em;
	margin: 20px 0 0;
}

.conditions-box>h5>span {
	background: #107ee6;
	color: #FFF;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	line-height: 31px;
	vertical-align: middle;
	margin-right: 10px;
}

.conditions-box>h5>em {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.bluebox-container {
	display: flex;
	justify-content: space-between;
}

.bluebox {
	width: 100%;
	margin: 0 10px;
	font-size: 1.1em;
	border: 1px solid #006ac3;
}

.bluebox:nth-child(1) {
	margin-left: 0;
}

.bluebox:nth-last-child(1) {
	margin-right: 0;
}

.bluebox dt {
	background: #006ac3;
	color: #FFF;
	padding: 5px;
	font-weight: bold;
}

.bluebox dd {
	margin: 0;
	padding: 10px;
	font-weight: bold;
	text-align: left;
}

@media screen and (max-width:798px) {
	.bluebox-container {
		display: block;
	}

	.bluebox {
		margin: 0 0 10px 0;
	}
}

.conditions-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
}

.conditions-table th {
	background: #007ee5;
	color: #FFF;
	position: relative;
	margin-bottom: 15px;
}

.conditions-table th:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #007ee5;
	z-index: 9;
}

.conditions-table td {
	text-align: left;
	line-height: 1.6;
	padding: 20px;
}

.conditions-table ul li::before {
	content: "";
	background: url(../img/conditions_icon_check.png) no-repeat;
	width: 20px;
	height: 20px;
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
}

.conditions-table ul li {
	line-height: 25px;
	font-weight: bold;
	margin-bottom: 5px;
}

.conditions-table ul li:nth-last-child(1) {
	margin-bottom: 0;
}

.conditions-table tr:nth-child(2n-1) td {
	background: #e9eef2;
}

.conditions-table tr:nth-child(2n) td {
	background: #e2e2e2;
}

.conditions-table tr {
	position: relative;
}

.conditions-table tr:nth-child(1) th {
	background-color: #007ee5;
}

.conditions-table tr:nth-child(1) th::before {
	border-top-color: #007ee5;
}

.conditions-table tr:nth-child(2) th {
	background-color: #0170cc;
}

.conditions-table tr:nth-child(2) th::before {
	border-top-color: #0170cc;
}

.conditions-table tr:nth-child(3) th {
	background-color: #0162b3;
}

.conditions-table tr:nth-child(3) th::before {
	border-top-color: #0162b3;
}

.conditions-table tr:nth-child(4) th {
	background-color: #00549a;
}

.conditions-table tr:nth-child(4) th::before {
	border-top-color: #00549a;
}

.conditions-table tr:nth-child(5) th {
	background-color: #004681;
}

.conditions-table tr:nth-child(5) th::before {
	display: none;
}

.conditions-document {
	display: flex;
	gap: 20px;
}

.conditions-document-txt {
	flex: 90%;
	border: 1px solid #E9EEF4;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	height: fit-content;
}

.conditions-document-txt>h4 {
	flex: 100%;
	text-align: left;
	margin: 0 0 10px;
	color: #264681;
}

.conditions-document-index {
	flex: 50%;
}

.conditions-document-index>dl {
	display: flex;
	margin: 5px 0;
	min-height: 56px;
}

.conditions-document-index>dl>dt {
	font-weight: bold;
	color: #fff;
	padding: 1px 15px;
	background: #0062B5;
	white-space: nowrap;
	height: fit-content;
}

.conditions-document-index>dl>dd {
	margin: 0;
	padding: 1px 10px;
	text-align: left;
}

.conditions-document-btn {
	border: 15px solid #e9eef2;
	background: #e9eef2;
	padding-bottom: 15px;
}

.conditions-document-btn>.btn.btn-full {
	max-width: 500px;
}

@media screen and (max-width:798px) {
	.conditions-document {
		flex-direction: column;
	}

	.conditions-document-txt {
		flex: 100%;
	}

	.conditions-document-index {
		flex: 100%;
	}

	.conditions-document-index>dl {
		flex: 100%;
	}

	.conditions-document-btn>.btn.btn-full {
		max-width: 90%;
	}
}



#dl {
	background: url(../img/dl_bg.png) no-repeat;
	background-size: cover;
	background-position: center;
	padding: 50px 0 20px;
}


.analytics-casestudy .c-card-service-v2__inner::after {
	position: absolute;
	height: 30%;
	width: 100%;
	content: "";
	background: linear-gradient(to right, #0070CC, #004680);
	left: 0;
	bottom: 0;
	display: inline-block;
	z-index: 1;
}

.analytics-casestudy .c-card-service-v2__content {
	position: relative;
	z-index: 2;
}

.analytics-casestudy .c-card-service-v2__image {
	text-align: center;
}

.analytics-casestudy .c-card-service-v2__title {
	margin-bottom: 16px;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.4;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.analytics-casestudy .c-card-service-v2__title>em {
	color: #fff;
	background: linear-gradient(to right, #004680, #0070CC);
	font-size: 0.6em;
	padding: 0.2em 0.6em;
	display: inline-block;
	margin-bottom: 0.6em;
}

.analytics-casestudy .c-card-service-v2__title>small {
	display: contents;
}

.analytics-casestudy .c-card-service-v2__title:after {
	display: none;
}

.analytics-casestudy .c-card-service-v2__text {
	margin-top: 10px;
	font-size: 1.2rem;
	line-height: 1.4;
	color: #888;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	max-height: 4.2em;
	overflow: hidden;
}

.analytics-casestudy .c-card-service-v2__tag .c-tag span {
	background-color: #E5EEFA;
	border-color: #E5EEFA;
	color: #444;
}

@media (max-width: 767px) {
	.analytics-casestudy .c-card-service-v2__title {
		margin: 1em 0;
	}

	.analytics-casestudy .c-card-service-v2__image {
		width: inherit;
		padding-bottom: 66.6666666667%;
		border: 0;
		position: relative;
		top: initial;
		right: initial;
	}

	.analytics-casestudy .c-image-fit>img {
		width: 100%;
		height: auto;
		margin: auto;
		bottom: 0;
	}
}

@media (min-width: 768px) {
	.analytics-casestudy .c-card-service-v2__content {
		padding: 25px 25px 35px;
	}

	.analytics-casestudy .c-card-service-v2__text {
		margin-top: 16px;
		margin-bottom: 16px;
		font-weight: bold;
		font-size: 1.6rem;
		line-height: 1.6;
		max-height: 4.8em;
	}
}

/* @media (min-width: 768px) and (hover: hover){
	.analytics-casestudy .c-card-service-v2__inner{transition:box-shadow 0.2s;}
	.analytics-casestudy .c-card-service-v2__inner .c-card-service-v2__title{transition:color 0.2s;}
	.analytics-casestudy .c-card-service-v2__inner:hover{box-shadow:0 4px 12px 0 rgba(0, 0, 0, 0.25);}
	.analytics-casestudy .c-card-service-v2__inner:hover .c-card-service-v2__title{color:#0057CA;}
} */
@media (max-width: 767px) {
	/* .analytics-casestudy .c-grid__item + .c-grid__item{margin-top:30px;} */
}

@media (min-width: 768px) {
	.analytics-casestudy .c-grid {
		display: grid;
		gap: 20px;
	}

	.analytics-casestudy .c-grid--2up {
		grid-template-columns: repeat(2, 1fr);
	}
}

.analytics-casestudy {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.analytics-casestudy>*:first-child {
	margin-top: 0 !important;
}

.analytics-casestudy>*:last-child {
	margin-bottom: 0 !important;
}

@media (min-width: 1201px) {
	.analytics-casestudy {
		width: 1200px;
		padding-left: 0;
		padding-right: 0;
	}
}

.analytics-casestudy>[class^=c-] {
	margin-top: 24px;
}

@media (min-width: 768px) {
	.analytics-casestudy>[class^=c-] {
		margin-top: 32px;
	}
}


#roadmap {
	background: url(../img/conditions_bg.png);
	padding: 30px 0;
}

#roadmap h4 {
	text-align: center;
	padding: 10px 0;
	margin: 0;
	font-size: 1.4em;
}

.roadmap-first {
	position: relative;
	background: #0162b3;
	color: #FFF;
	margin-bottom: 50px;
}

.roadmap-first:before {
	content: "";
	position: absolute;
	bottom: -40px;
	left: 0;
	border: 600px solid transparent;
	border-top: 40px solid #0162b3;
	border-bottom: 0px solid transparent;
	z-index: 2;
}

.roadmap-first p {
	margin: 0;
	font-weight: bold;
}

@media screen and (max-width:798px) {
	.roadmap-first:before {
		border: 50vw solid transparent;
		border-top: 40px solid #0162b3;
		border-bottom: 0px solid transparent;
	}
}

.roadmap-blue {
	position: relative;
	background: #e9eef2;
	text-align: center;
	padding: 20px;
	margin-bottom: 50px;
}

.roadmap-blue:before {
	content: "";
	position: absolute;
	bottom: -40px;
	left: 0;
	border: 600px solid transparent;
	border-top: 40px solid #e9eef2;
	border-bottom: 0px solid transparent;
	z-index: 2;
}

.roadmap-blue p {
	margin: 10px 0;
	font-weight: bold;
}

.roadmap-blue h4 {
	color: #d80321;
}

#roadmap .attention {
	color: #0063b3;
}

@media screen and (max-width:798px) {
	.roadmap-blue:before {
		border: 50vw solid transparent;
		border-top: 40px solid #e9eef2;
		border-bottom: 0px solid transparent;
	}
}

.roadmap-gray {
	position: relative;
	background: #e2e2e2;
	margin-bottom: 50px;
	padding: 10px;
	text-align: center;
}

.roadmap-gray h4 {
	color: #d80321;
}

.roadmap-gray:before {
	content: "";
	position: absolute;
	bottom: -40px;
	left: 0;
	border: 600px solid transparent;
	border-top: 40px solid #e2e2e2;
	border-bottom: 0px solid transparent;
	z-index: 2;
}

.roadmap-gray p {
	margin: 0 0 10px;
	font-weight: bold;
}

@media screen and (max-width:798px) {
	.roadmap-gray:before {
		border: 50vw solid transparent;
		border-top: 40px solid #e2e2e2;
		border-bottom: 0px solid transparent;
	}
}

.roadmap-last {
	background: #012a4a;
	color: #FFF;
}


#performance {
	background: #f1f8fe;
	padding: 30px 0;
}

#performance > p {
	max-width: 90%;
	margin: auto;
}

#performance .table-white {
	background: #cccccc;
	border-collapse: separate;
	border-spacing: 1px;
	width: 100%;
}

#performance .table-white th {
	background: #0162b3;
	color: #FFF;
	text-align: left;
	padding: 10px;
}

#performance .table-white th:nth-last-child(1) {
	border-right: none;
}

#performance .table-white td {
	background: #FFF;
	padding: 10px;
}

@media screen and (max-width:798px) {
	#performance .table-white td {
		padding: 5px;
	}
}

.service-runup-body {
	display: flex;
	border: 2px solid #3763B8;
	border-radius: 10px;
	overflow: hidden;
}

.service-runup-body+.service-runup-body {
	margin-top: 10px;
}

.service-runup-tit {
	display: flex;
	width: 40%;
	flex: 1 1 40%;
	background: #3763B8;
	padding: 20px;
	min-height: 40px;
	align-items: center;
	position: relative;
	box-sizing: border-box;
	text-align: left;
	min-height: 100px;
}

.service-runup-tit::after {
	content: "";
	position: absolute;
	right: -39px;
	bottom: 0;
	top: 0;
	margin: auto;
	display: inline-block;
	width: 40px;
	height: 120px;
	background: #3763b8;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.service-runup-tit>figure {
	min-width: 40px;
	display: flex;
}

.service-runup-tit>h5 {
	color: #fff;
	margin: 0 0 0 15px;
	font-size: 1.2em;
}

.service-runup-contents {
	display: flex;
	padding: 10px;
	margin-left: 40px;
	flex: 1 1 60%;
	gap: 15px;
	width: 60%;
	min-height: 100px;
}

.service-runup-name {
	position: relative;
	padding: 10px 10px 10px 30px;
	color: #264681;
	font-weight: bold;
	font-size: 1.15em;
	line-height: 1.4;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 1;
	max-width: 164px;
	border-right: 1px dotted #2D529B;
}
.service-runup-name > p {
	padding: 0;
	font-size: inherit;
	text-align: inherit;
}
.columns-2 .service-runup-name {
	max-width: 50%;
}

.service-runup-name.modal-open:hover {
	text-decoration: underline;
}

.service-runup-name.border-none {
	border-right: 0;
}

.service-runup-arrow {
	--v-iconImage: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><g transform='translate(-834 -141.5)'><circle cx='11' cy='11' r='11' transform='translate(835 142.5)' fill='rgba(0,0,0,0)' stroke='%233e71d1' stroke-width='2'/><path d='M0,9.085,4.536,4.546,0,0' transform='translate(843.732 148.957)' fill='none' stroke='%233e71d1' stroke-width='2'/></g></svg>");
	--v-iconColor: #3E71D1;
	--v-iconSize: 20px;
	margin-right: 10px;

	content: "";
	display: inline-flex;
	background-color: var(--v-iconColor);
	mask-image: var(--v-iconImage, none);
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-mask-image: var(--v-iconImage, none);
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	width: var(--v-iconSize, 1em);
	height: var(--v-iconSize, 1em);
	vertical-align: middle;
	transition: all .3s;

	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

@media screen and (max-width:1024px) {
	.service-runup-body {
		flex-direction: column;
	}

	.service-runup-tit {
		width: 100%;
		flex-direction: column;
		gap: 10px;
	}

	.service-runup-tit::after {
		right: 0;
		bottom: -29px;
		top: initial;
		left: 0;
		width: 120px;
		height: 30px;
		clip-path: polygon(0 0, 100% 0, 50% 100%);
	}

	.service-runup-tit>h4 {
		margin: 0;
	}

	.service-runup-name,
	.columns-2 .service-runup-name {
		max-width: initial;
		border-right: 0;
	}

	.service-runup-name+.service-runup-name {
		border-top: 1px dotted #2D529B;
	}

	.service-runup-contents {
		margin: 30px 0 0;
		flex-direction: column;
		gap: 0;
		width: initial;
	}
}


.approach-index {
	display: flex;
	margin-bottom: 80px;
}

.approach-index>li {
	margin: 0 10px;
}

.approach-index>li:nth-child(1) {
	margin-left: 0;
}

.approach-index>li:last-child {
	margin-right: 0;
}

@media screen and (max-width:1024px) {
	.approach-index {
		flex-direction: column;
		align-items: center;
	}

	.approach-index>li {
		margin: 10px 0;
	}

	.approach-index>li:nth-child(1) {
		margin-top: 0;
	}

	.approach-index>li:last-child {
		margin-bottom: 0;
	}
}

.approach-index>* {
	width: 32%;
}

.approach-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	background: #FFF;
	border: 3px solid #dce3eb;
	padding: 20px;
	position: relative;
	height: calc(100% - 40px);
}

.approach-container:hover {
	border-color: #0162b5;
}

.approach-container:after {
	position: absolute;
	right: 0;
	bottom: 0;
	content: '';
	border-top: 7px solid #fff;
	border-left: 7px solid #fff;
	border-right: 7px solid #0162b5;
	border-bottom: 7px solid #0162b5;
	box-sizing: border-box;
}

.approach-title {
	display: flex;
	align-items: center;
	gap: 20px;
	color: #0162b5;
}

.approach-title>.num {
	font-size: 44px;
	font-weight: 900;
	line-height: 1;
	border-bottom: 6px solid #fbd502;
}

.approach-title>p {
	padding: 0;
	line-height: 1.2;
	font-weight: 700;
	text-align: left;
}

.approach-description {
	color: #000;
	text-align: left;
}

.approach-description>p {
	text-align: left;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	border-top: 1px solid #1478cf;
	font-size: 17px;
	font-weight: 700;
}

@media screen and (max-width:1250px) {
	.approach-index {
		padding: 0 10px;
	}

	.approach-index>* {
		width: 100%;
	}
}

@media screen and (max-width:1250px) {
	.conditions-box {
		padding: 15px;
	}
}


.modal-open {
	cursor: pointer;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0, 0, 0, 50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	box-sizing: border-box;
	z-index: 9;
}

/*モーダル本体の擬似要素の指定*/
.modal-container:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
	opacity: 1;
	visibility: visible;
}

/*モーダル枠の指定*/
.modal-body {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 800px;
	width: 90%;
}

/*モーダルを閉じるボタンの指定*/
.modal-service-close {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	background-color: #0070CC;
	cursor: pointer;
}

/*モーダル内のコンテンツの指定*/
.modal-content {
	background: #E9EEF4;
	text-align: left;
	padding: 20px;
}

.modal-white {
	padding: 20px;
	background: #fff;
}

.modal-container h6 {
	position: relative;
	margin: 50px auto;
	width: fit-content;
	display: flex;
	font-size: 2em;
	margin-top: 10px;
	color: #020202;
	text-align: left;
	margin-bottom: 0;
}

.modal-container h6::after {
	background-color: #0062b5;
	position: absolute;
	content: "";
	bottom: -5px;
	width: 100%;
	height: 1px;
	left: 0;
	margin: auto;
}

.modal-container p {
	text-align: left;
}
.modal-container p + p{
	padding-top: 0;
}

@media screen and (max-width:1024px) {
	.modal-white>p:first-of-type {
		padding-top: 0;
	}
}


.example-container {
	padding: 20px 40px 40px;
	background: #fff;
}

.example-container>h4 {
	color: #006AC3;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #0070CC;
	font-size: 1.7em;
}

.example-container>p {
	text-align: left;
	padding-top: 0;
}

@media screen and (max-width:798px) {
	.example-container {
		width: calc(100% - 20px);
		box-sizing: border-box;
		margin-left: auto;
		margin-right: auto;
	}
}


/** footer **/
/*----------
	main footer
----------*/
.l-mainfooter {
	width: 100%;
	background-color: #535961;
}

.l-mainfooter__inner {
	width: 100%;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5.3333333333%;
	padding-right: 5.3333333333%;
	padding-top: 24px;
	padding-bottom: calc(18px + 20vw);
	position: relative;
}

@media (min-width: 768px) {
	.l-mainfooter__inner {
		width: 1240px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.l-mainfooter__logo {
	width: 250px;
}

.l-mainfooter__nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-start;
	margin-top: 48px;
}

.l-mainfooter__nav>ul {
	flex: 0 0 50%;
	margin-bottom: 24px;
}

.l-mainfooter__nav>ul>li {
	line-height: 1.4;
}

.l-mainfooter__nav>ul>li>a {
	font-weight: bold;
	font-size: 1.2rem;
	color: #fff;
}

.l-mainfooter__nav>ul>li+li {
	margin-top: 8px;
}

.l-mainfooter__utility {
	margin-top: 64px;
}

.l-mainfooter__utility>ul>li {
	font-size: 0.95rem;
	line-height: 1.4;
}

.l-mainfooter__utility>ul>li>a {
	color: #ccc;
}

.l-mainfooter__utility>ul>li+li {
	margin-top: 12px;
}

.l-mainfooter__backhead {
	position: fixed;
	bottom: 23px;
	z-index: 40;
	right: 5.3333333333%;
}

.l-mainfooter__backhead>a {
	display: block;
	width: 48px;
	height: 48px;
	text-align: center;
}

.l-mainfooter__backhead>a>[class^=icon-] {
	font-size: 16px;
	line-height: 46px;
	color: #F0F3F7;
}

.l-mainfooter__copyright {
	border-top: 1px solid #888;
	padding: 6px 68px 0 0;
	margin-top: 32px;
	font-size: 0.81rem;
	color: #ccc;
	text-align: left;
}

@media (min-width: 768px) {
	.l-mainfooter {
		min-width: 1240px;
	}

	.l-mainfooter__inner {
		padding-top: 50px;
		padding-bottom: calc(32px + 80px);
	}

	.l-mainfooter__logo {
		width: 300px;
		position: absolute;
		top: 50px;
		left: 20px;
	}

	.l-mainfooter__nav {
		flex-wrap: nowrap;
		margin-top: 0;
	}

	.l-mainfooter__nav>ul {
		flex: 0 0 auto;
		margin-bottom: 0;
	}

	.l-mainfooter__nav>ul+ul {
		margin-left: 72px;
	}

	.l-mainfooter__nav>ul>li>a {
		opacity: 1;
		font-weight: bold;
		font-size: 0.95rem;
		color: #fff;
		transition: opacity 0.2s;
	}

	.l-mainfooter__nav>ul>li>a:hover {
		opacity: 0.6;
	}

	.l-mainfooter__nav>ul>li+li {
		margin-top: 12px;
	}

	.l-mainfooter__utility {
		margin-top: 80px;
	}

	.l-mainfooter__utility>ul>li {
		display: inline-block;
		line-height: 1;
	}

	.l-mainfooter__utility>ul>li>a {
		opacity: 1;
		transition: opacity 0.2s;
		font-size: 0.81rem;
	}

	.l-mainfooter__utility>ul>li>a:hover {
		opacity: 0.6;
	}

	.l-mainfooter__utility>ul>li+li {
		margin-top: 0;
		margin-left: 8px;
		padding-left: 8px;
		border-left: 1px solid #ccc;
	}

	.l-mainfooter__backhead {
		bottom: 62px;
		right: 40px;
	}

	.l-mainfooter__backhead>a {
		width: 60px;
		height: 60px;
		transition: background-color 0.2s;
	}

	.l-mainfooter__backhead>a img {
		transition: all 0.3s ease;
	}

	.l-mainfooter__backhead>a>[class^=icon-] {
		font-size: 20px;
		line-height: 58px;
		transition: color 0.2s;
	}

	.l-mainfooter__backhead>a:hover img {
		filter: brightness(0.8);
	}

	.l-mainfooter__backhead>a:hover>[class^=icon-] {
		color: #535961;
	}
}

body.scrollin-contact #service {
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 0;
	height: 75px;
	width: 100%;
	box-sizing: border-box;
	background: url(../img/footer_btn_bg.jpg) no-repeat;
	background-size: cover;
	z-index: 9;
	transition: all 1.0s;
	transition-delay: 0.5s;
}

#service .footer-btn-container {
	display: flex;
	max-width: 1200px;
	margin: auto;
	height: 75px;
}

#service .footer-btn-container>.footer-btn-document {
	display: flex;
}

#service .footer-btn-container>figure.footer-btn-document {
	display: flex;
	margin-right: 20px;
	position: relative;
	padding-left: 150px;
}

#service .footer-btn-container>figure.footer-btn-document>img {
	position: absolute;
	bottom: 0;
	left: 0;
}

#service .footer-btn-container>figure.footer-btn-document>figcaption {
	color: #fff;
	font-size: 1.2em;
	font-weight: 600;
	white-space: nowrap;
	display: flex;
	align-items: center;
}

#service .footer-btn-container>.btn {
	margin: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width:1024px) {
	body.scrollin-contact #service {
		background: url(../img/footer_btn_bg_sp.jpg) no-repeat;
		background-size: cover;
	}

	body.scrollin-contact #service {
		height: auto;
	}

	#service .footer-btn-container {
		height: auto;
		flex-wrap: wrap;
		justify-content: center;
	}

	#service .footer-btn-container>figure.footer-btn-document {
		padding-left: 15vw;
		margin-right: 0;
	}

	#service .footer-btn-container>figure.footer-btn-document.footer-btn-document-nttdocomo>img {
		width: 13vw;
		height: auto;
	}

	#service .footer-btn-container>figure.footer-btn-document.footer-btn-document-data>img {
		width: 13vw;
		height: auto;
	}

	#service .footer-btn-container>.footer-btn-document {
		width: calc(50% - 15vw - 20px);
		height: 6vw;
		font-size: 1em;
	}

	#service .footer-btn-container>.btn {
		max-width: 100%;
		padding: 1rem;
	}
}

@media screen and (max-width:768px) {
	#service .footer-btn-container>.footer-btn-document {
		width: auto;
		height: 10vw;
		padding-top: 2vw;
	}

	#service .footer-btn-container>.footer-btn-document.footer-btn-document-nttdocomo {
		margin-right: 10px;
	}

	#service .footer-btn-container>figure.footer-btn-document>figcaption {
		font-size: 0.9em;
	}
}

#right-float-box {
	position: fixed;
	bottom: 10px;
	right: 10px;
	transform: translateX(250px);
	transition: .5s;
	opacity: 0;
	z-index: 1000;
}

body.scrollin2 #right-float-box {
	bottom: 105px;
}

#right-float-box.scroll-start {
	transform: translateX(0);
	opacity: 1;
	overflow: inherit;
	transition: .5s;
	box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.6);
}

#right-float-box.scroll-start.scroll-end {
	transform: translateX(250px);
	opacity: 0;
}

.right-float-box-in {
	display: inline-block;
}

.right-float-box-in .right-float-in {
	background: rgba(255, 255, 255, .8);
	display: block;
}

.right-float-box-in .right-float-in img {
	width: 300px;
}

.right-float-box-in .upperRight img {
	width: 35px;
}

@media only screen and (max-width:678px) {
	.right-float-box-in .upperRight img {
		width: 5vw;
	}

	.right-float-box-in .right-float-in img {
		width: 40vw;
	}

	#right-float-box.scroll-start {
		bottom: 10px;
	}
}

.right-float-box-in .upperRight {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	cursor: pointer;
}

.right-float-box-in .right-float-in label {
	text-align: center;
	display: block;
	height: auto;
	line-height: 1.7;
	font-size: 15px;
}

.right-float-box-in .right-float-in label input {
	vertical-align: text-top;
}

@media only screen and (max-width:460px) {
	#right-float-box {
		bottom: 30vw;
	}

	.right-float-box-in .right-float-in label {
		font-size: 2vw;
	}
}

.icon-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
	gap: 10px;
	align-items: stretch;
	justify-content: center;
}

.icon-list li {
	width: 232px;
	font-size: 0.7rem;
	text-align: center;
	border: 1px solid #cccccc;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 15px;
	box-sizing: border-box;
	background-color: #FFF;
}

.icon-list li h5 {
	font-size: 1rem;
	margin: 0;
}

.icon-list li img {
	padding: 20px;
	max-height: 130px;
	box-sizing: border-box;
}

.icon-list li p {
	padding: 0;
}

.header-banner-wrapper {
	padding: 65px 0 30px;
	margin-top: -45px;
	background: #CCD6E3;
}

.c-card-service-v2__inner {
	display: flex;
	flex-direction: column;
}

.c-card-service-v2__inner .btn.btn-blue {
	margin-bottom: 30px;
}

#performance .contents-coontainer {
	margin-top: 60px;
}

.table-white th:nth-child(1), .table-white th:nth-child(2) {
	width: 100px;
}

@media screen and (max-width:768px) {
	.c-card-service-v2__inner .btn.btn-blue {
		margin-top: 30px;
	}
}
