@charset "shift_jis";

body{
	font-family: 'Heebo', 'Noto Sans CJK JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	overflow-x: hidden;
}
/* layout
------------------------------------------------------ */
a:visited,
a:link{
	color: #000;
}
p,ul,ol,div {
	color: #fff;
}
@media screen and (min-width: 751px) {
	/* override
	------------------------------------------------------ */
	body{
		min-width: 1260px;
		font-size: 1.6rem;
		background: url("/gecard/identityv/img-files/index_bg01.webp") repeat;
		overflow-x: hidden;
	}
	/* header
	------------------------------------------------------ */
	#header {
		width: 100%;
		height: 50px;
		margin: 0 auto;
		padding: 0;
		background-color: #000;
		border-bottom: none;
	}
	#headerLogo {
		width: 1260px;
		margin: 0 auto;
		padding: 8px 30px 4px;
	}
	#header #headerLogo img {
		height: 36px;
	}
	/* layout
	------------------------------------------------------ */
	#mainContainer {
		position: relative;
		margin-top: 0;
	}
	#mainContents{
		width: 1260px;
		padding: 35px 30px 0;
		margin-top: -175px;
	}
	/* footer
	------------------------------------------------------ */
	#footer {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 50px;
		margin-top: 0;
		padding: 0;
		border: none;
		background-color: #000;
		text-align: center;
	}
	#copyright {
		font-size: 1.4rem;
		color: #ce433c;
	}
	/* mainVisual
	------------------------------------------------------ */
	.mainVisual {
		position: relative;
		left: 50%;
		width: 1920px;
		transform: translateX(-50%);
	}
	.mainVisual .mainVisualInner {
		margin: auto;
	}
	.mainVisualTitleWrap {
		position: absolute;
		top: 77px;
		left: 50%;
		transform: translateX(-50%);
	}
	.mainVisualText {
		text-align: center;
		margin-top: 27px;
	}
	.mainVisualText img {
		width: 331px;
	}
	.mainVisualContentsWrap {
		position: absolute;
		bottom: 156px;
		left: 50%;
		transform: translateX(-50%);
	}
	/* news
	------------------------------------------------------ */
	.newsBox {
		position: relative;
		margin-top: 15px;
		width: 1200px;
	}
	.newsBox .newsBoxHeading {
		display: flex;
	}
	.newsBox .newsBoxHeading img {
		width: 81px;
		height: auto;
	}
	.newsBox .newsBoxInner {
		position: relative;
		width: 100%;
		height: 116px;
		margin-top: 7px;
		overflow-y: hidden;
		padding: 16px 10px 16px 20px;
		background: rgba(39, 39, 86, 0.7);
	}
	.newsBox .content {
		overflow: auto;
		position: relative;
		padding: 0px;
		height: 90px;
	}
	.newsBox .contentbox {
		padding: 10px 0 0;
		font-size: 1.6rem;
		line-height: 1.6;
	}
	.newsBox .contentbox li {
		display: table;
		margin-bottom: 10px;
	}
	.newsBox .contentbox li .date {
		display: table-cell;
		padding-right: 10px;
		width: 135px;
	}
	.newsBox .contentbox li .txt {
		display: table-cell;
	}
	.newsBox .mCSB_container {
		padding-right: 0px !important;
	}
	.newsBox .mCSB_inside > .mCSB_container{
		margin-right: 20px;
	}
	.mCSB_scrollTools a+.mCSB_draggerContainer{
		margin: 15px 0 10px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools{
		width: 18px;
		background-color: inherit;
		padding: 4px 3px;
		opacity: 1;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail{
		width: 14px;
		background-color: #6363d8;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { 
		width: 14px;
		margin: 3px 0;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 3px;
		right: 0;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		background-color: #fff;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonUp,
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonDown { 
		width: 16px;
		height:18px;
		opacity: 1;
	}
	 .newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonUp::before{
		width: 0;
		height: 0;
		border-bottom: 9px solid #6363d8;
		border-right: 7.5px solid transparent;
		border-left: 7.5px solid transparent;
		position:absolute;
		top: 2px;
		left: 0;
		display: block;
		content: "";
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::before{ 
		width: 0;
		height: 0;
		border-top: 9px solid #6363d8;
		border-right: 7.5px solid transparent;
		border-left: 7.5px solid transparent;
		position:absolute;
		bottom: 0;
		left: 0;
		display: block;
		content: "";
	}
	/* flow
	------------------------------------------------------ */
	.flow--wrap {
		margin-top: 43px;
		margin-bottom: 70px;
	}
	.flow > li {
		float: left;
		width: 278px;
		min-height: 305px;
		margin-right: calc(88px / 3);
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: contain;
		text-align: center;
	}
	.flow > li:last-child {margin-right: 0;}
	.flow > li.list01 {background-image: url("/gecard/identityv/img-files/pc_index_flow01.webp");}
	.flow > li.list02 {background-image: url("/gecard/identityv/img-files/pc_index_flow02.webp");}
	.flow > li.list03 {background-image: url("/gecard/identityv/img-files/pc_index_flow03.webp");}
	.flow > li.list04 {background-image: url("/gecard/identityv/img-files/pc_index_flow04.webp");}
	.flow > li a {color: inherit;}
	.flow > li .num {
		display: block;
		text-indent: -9999px;
		width: 100%;
		height: 42px;
	}
	.flow .flowDesc dd {
		padding-top: 177px;
		font-size: 1.6rem;
		text-align: center;
	}
	.flow .flowDesc dd a {
		color: #fff;
	}
	/* module
	------------------------------------------------------ */
	/* bg */
	.identityv-bg01 {
		position: relative;
		left: 50%;
		width: 1920px;
		margin: 58px 0 40px;
		background-color: #e62e8b;
		transform: translateX(-50%);
	}
	.identityv-bg01::before {
		top: -5px;
	}
	.identityv-bg01::after {
		bottom: -5px;
		transform: rotate(180deg);
	}
	.identityv-bg01 .identityv-bg01Inner {
		width: 1260px;
		margin: 0 auto;
		padding: 80px 30px 85px;
	}
	.identityv-bg01 .identityv-bg01Inner >:first-child {
		margin-top: 0 !important;
	}
	/* section */
	.identityv-section02 {
		margin-top: 60px;
	}
	.identityv-section02 >:first-child {
		margin-top: 0 !important;
	}
	.identityv-section02 + .identityv-section02 {
		margin-top: 78px;
	}
	.identityv-section03 {
		margin-top: 59px;
	}
	.identityv-section03 >:first-child {
		margin-top: 0 !important;
	}
	.identityv-section03 + .identityv-section03 {
		margin-top: 43px;
	}
	/* heading */
	.identityv-heading02 {
		position: relative;
		left: 50%;
		width: 1920px;
		margin-top: 80px;
		text-align: center;
		transform: translateX(-50%);
	}
	.identityv-heading03 {
		margin-top: 40px;
		text-align: center;
	}
	/* text */
	.identityv-lead {
		margin-top: 31px;
		margin-bottom: 30px;
		font-size: 3.5rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.identityv-text01 {
		margin-top: 27px;
		font-size: 1.6rem;
		text-align: center;
	}
	.identityv-text02 { 
		margin-top: 16px;
		font-size: 1.6rem;
	}
	/* list */
	.identityv-noteList {
		margin-top: 20px;
	}
	.identityv-noteList {
		margin: 20px auto 0;
	}
	.identityv-noteList > li {
		position: relative;
		padding-left: 16px;
		font-size: 1.6rem;
	}
	.identityv-noteList > li + li {
		margin-top: 7px;
	}
	.identityv-noteList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	/* image */
	.identityv-image {
		margin-top: 35px;
		text-align: center;
	}
	/* card */
	.identityv-cardWrap {
		display: flex;
		gap: 44px;
		margin-top: 40px;
	}
	.identityv-card {
		position: relative;
		width: calc(50% - 22px);
		text-align: center;
		background: url("/gecard/identityv/img-files/pc_index_bg06.webp") no-repeat 0 0 / contain;
		overflow: hidden;
		aspect-ratio: 578/771;
		padding: 0 40px 25px;
	}
	.identityv-card .identityv-cardInner {
		position: relative;
	}
	.identityv-card .identityv-cardTitle {
		margin-top: 20px;
		display: inline-block;
		margin: 13px -40px 0;
	}
	.identityv-card .identityv-cardTitle img {
		width: auto;
		height: 131px;
	}
	.identityv-card .identityv-cardImage {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 4px auto 0;
		width: 450px;
		height: 450px;
	}
	.identityv-card[data-card="vertical"] .identityv-cardImage img {
		width: auto;
		height: 100%;
	}
	.identityv-card[data-card="horizontal"] .identityv-cardImage img {
		width: 100%;
		height: auto;
	}
	.identityv-card .identityv-cardText {
		margin-top: 30px;
		text-align: center;
		font-size: 2.6rem;
		font-weight: bold;
		color: #fff;
	}
	/* button */
	.applyBtn {
		margin-top: 32px;
	}
	.applyBtn > li {
		background-color: #fff;
	}
	.applyBtn > li a {
		transition: 0.3s all ease-out;
	}
	.applyBtn > li a:hover {
		opacity: 0.7;
	}
	.applyBtn > li a img {
		box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 1);
	}
	.identityv-btnWrap {
		display: flex;
		justify-content: center;
		gap: 30px;
		margin-top: 32px;
		margin-bottom: 96px;
		padding: 0 50px;
	}
	.identityv-btn {
		width: calc(50% - 15px);
		min-height: 86px;
	}
	.identityv-btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		height: 100%;
		padding: 10px 57px;
		border-radius: 5px;
		background: url("/gecard/identityv/img-files/index_bg05.webp") no-repeat 0 0 / contain;
		font-size: 2.8rem;
		color: #ce433c;
		font-weight: bold;
		text-decoration: none;
		transition: 0.3s all ease-out;
	}
	.identityv-btn a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 20px;
		width: 34px;
		height: 34px;
		margin-top: -17px;
		background: url("/gecard/identityv/img-files/index_ic02.webp") no-repeat;
		}
	.identityv-btn a:hover {
		opacity: 0.7;
		color: #ffb9b5;
	}
	.webBtn {
		margin-top: 20px;
	}
	.webBtn a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 460px;
		min-height: 52px;
		margin: 0 auto;
		padding: 5px 20px 5px 10px;
		background-color: #000;
		border-radius: 10px;
		text-align: center;
		font-size: 1.6rem;
		color: #fff;
		text-decoration: none;
	}
	.webBtn a:hover {
		opacity: 0.7;
	}
	.webBtn a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 12px;
		width: 8px;
		height: 14px;
		margin-top: -7px;
		background: url("/gecard/identityv/img-files/index_ic03.webp") no-repeat 0 0 / cover;
	}
	/* media */
	.identityv-media {
		display: flex;
		gap: 60px;
		margin-top: 50px;
	}
	.identityv-media .identityv-mediaHead {
		flex-shrink: 0;
		width: 540px;
		text-align: center;
	}
	.identityv-media .identityv-mediaHead >:first-child,
	.identityv-media .identityv-mediaBody >:first-child {
		margin-top: 0 !important;
	}
	.identityv-media .identityv-mediaImage01 {
		margin: 0 auto;
	}
	.identityv-media .identityv-mediaText01 {
		margin-top: 10px;
		font-size: 2rem;
		line-height: 1.64;
	}
	.identityv-media .identityv-mediaText02 {
		margin-top: 13px;
		font-size: 2.8rem;
		font-weight: bold;
		line-height: 1.1;
	}
	.identityv-media .identityv-mediaText03 {
		margin-top: 5px;
		font-size: 1.6rem;
	}
	.identityv-media .identityv-mediaNoteList > li {
		position: relative;
		padding-left: 16px;
		font-size: 1.6rem;
	}
	.identityv-media .identityv-mediaNoteList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	/* box */
	.identityv-box {
		position: relative;
		margin-top: 63px;
		background: url("/gecard/identityv/img-files/index_bg04.webp") repeat;
	}
	.identityv-box::before {
		content: '';
		position: absolute;
		top: -13px;
		left: 0;
		width: 100%;
		height: 13px;
		background: url("/gecard/identityv/img-files/pc_index_bg02.webp") no-repeat 0 0;
	}
	.identityv-box::after {
		content: '';
		position: absolute;
		bottom: -9px;
		left: 0;
		width: 100%;
		height: 9px;
		background: url("/gecard/identityv/img-files/pc_index_bg03.webp") no-repeat 0 0;
	}
	.identityv-box + .identityv-box {
		margin-top: 57px;
	}
	.identityv-box .identityv-boxInner {
		padding: 30px 50px 30px;
	}
	.identityv-box .identityv-boxInner >:first-child {
		margin-top: 0 !important;
	}
	.identityv-box .identityv-boxTitle {
		margin-top: 20px;
		margin-bottom: 20px;
		text-align: center;
		font-size: 2rem;
		font-weight: bold;
		color: #000;
	}
	.identityv-box .identityv-boxText {
		font-size: 1.6rem;
		color: #000;
	}
	.identityv-box .identityv-boxText .txtLarge {
		font-size: 2rem;
		font-weight: bold;
	}
	.identityv-box .identityv-boxList {
		margin-top: 13px;
	}
	.identityv-box .identityv-boxList > li {
		position: relative;
		padding-left: 16px;
		font-size: 1.6rem;color: #000;
	}
	.identityv-box .identityv-boxList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.identityv-box .identityv-boxList > li > .identityv-boxListNest >:first-child {
		margin-top: 0 !important;
	}
	.identityv-box .identityv-boxList02 > li {
		position: relative;
		padding-left: 16px;
		font-size: 1.6rem;
		color: #000;
	}
	.identityv-box .identityv-boxList02 > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.identityv-box .identityv-boxList03 {
		margin-top: 25px;
	}
	.identityv-box .identityv-boxList03 > li {
		position: relative;
		padding-left: 16px;
		font-size: 1.6rem;
		color: #000;
	}
	.identityv-box .identityv-boxList03 > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.identityv-box .identityv-boxList03 > li > .identityv-boxListNest >:first-child {
		margin-top: 0 !important;
	}
	.identityv-box .identityv-boxImage {
		margin-top: 16px;
		text-align: center;
	}
	.identityv-box .identityv-boxHr {
		width: calc(100% + 64px);
		height: 3px;
		margin: 20px 0 22px -30px;
		background-image: linear-gradient(to right, #8b5e43, #8b5e43 3px, transparent 3px, transparent 12px);
		background-size: 12px 3px;
	}
	.identityv-box .identityv-boxInquiry {
		text-align: center;
	}
	.identityv-box .identityv-boxInquiry >:first-child {
		margin-top: 0!important;
	}
	.identityv-box .identityv-boxInquiry .identityv-boxInquiryTxt {
		font-size: 1.6rem;
		color: #000;
	}
	.identityv-box .identityv-boxInquiry .identityv-boxInquiryTel {
		font-size: 1.6rem;
		color: #000;
	}
	/* privilege */
	.identityv-privilegeText01 {
		margin-top: 42px;
		text-align: center;
		font-size: 2rem;
	}
	.identityv-privilegeText02 {
		margin-top: 23px;
		text-align: center;
		font-size: 2.8rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.identityv-privilegeText03 {
		margin-top: 27px;
		text-align: center;
		font-size: 1.6rem;
	}
	.identityv-privilegeList01 {
		margin-top: 11px;
		text-align: center;
		font-size: 1.6rem;
	}
	.identityv-privilegeColumn {
		display: flex;
		gap: 120px;
		margin-top: 28px;
	}
	.identityv-privilegeColumn .identityv-privilegeItem {
		width: calc(50% - 60px);
		text-align: center;
	}
	.identityv-privilegeColumn .identityv-privilegeItem >:first-child {
		margin-top: 0 !important;
	}
	.identityv-privilegeColumn .identityv-privilegeTitle {
		margin-top: 20px;
	}
	.identityv-privilegeColumn .identityv-privilegeTitle img {
		width: auto;
		height: 67px;
	}
	.identityv-privilegeImageWrap {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		background-color: #fff;
		border-radius: 20px;
		width: 540px;
		height: 451px;
		margin-top: 24px;
	}
	.identityv-privilegeImageWrap::before {
		position: absolute;
		content: "";
		top: -12px;
		left: 0;
		width: 540px;
		height: 38px;
		background: url("/gecard/identityv/img-files/index_bg07.webp") no-repeat 0 0 / contain;
	}
	.identityv-privilegeImageWrap::after {
		position: absolute;
		content: "";
		bottom: -12px;
		left: 0;
		width: 539px;
		height: 37px;
		background: url("/gecard/identityv/img-files/index_bg08.webp") no-repeat 0 0 / contain;
	}
	.identityv-privilegeColumn .identityv-privilegeImage[data-card="horizontal"] img {
		width: 377px;
	}
	.identityv-privilegeColumn .identityv-privilegeImage[data-card="vertical"] img {
		width: 268px;
	}
	/* slider
------------------------------------------------------ */
	.slick-list{
		overflow: visible;
	}
	.identityv-slider {
		margin-top: 45px;
	}
	.identityv-slider .identityv-sliderImage {
		width: 263px;
		margin-right: 8px;
		text-align: center;
	}
		/* other */
		#pageContainer .snsArea {
			margin: 60px auto 41px;
		}
	}
@media screen and (max-width: 750px) {
	/* override
	------------------------------------------------------ */
	body{
		font-size: 1.3rem;
		background: url("/gecard/identityv/img-files/index_bg01.webp") repeat 0 0 / 130px 142.5px;
	}
	body .snsArea {
		margin: 60px auto 34px;
	}
	/* header
	------------------------------------------------------ */
	#header {
		height: 35px;
		padding: 0;
		border-bottom: none;
		background-color: #000;
	}
	#headerLogo {
		padding: 5px 10px;
	}
	#header #headerLogo img {
		width: 170px;
	}
	/* layout
	------------------------------------------------------ */
	#mainContainer {
		margin-top: 0;
	}
	#mainContents{
		padding: 10px 10px 0;
	}
	/* footer
	------------------------------------------------------ */
	#footer {
		display: flex;
		align-items: center;
		justify-content: center;
		height: auto;
		margin-top: 0;
		padding: 10px 0;
		border: none;
		background-color: #000;
		text-align: center;
	}
	#copyright {
		font-size: 1rem;
		color: #ce433c;
	}
	/* mainVisual
	------------------------------------------------------ */
	.mainVisual {
		position: relative;
	}
	.mainVisualTitle {
		text-align: center;
	}
	.mainVisualTitle img {
		width: calc((508 / 720) * 100vw);
	}
	.mainVisualText {
		text-align: center;
		margin-top: calc((18 / 720) * 100vw);
	}
	.mainVisualText img {
		width: calc((399 / 720) * 100vw);
	}
	.mainVisual .mainVisualInner {
		margin: auto;
		padding: calc(35 / 720 * 100vw) calc(20 / 720 * 100vw) 0;
	}
	.mainVisual  .mainVisualImage {
		position: relative;
		z-index: -1;
		width: 100vw;
		margin-top: calc((-12 / 720) * 100vw);
		margin-left: -10px;
		text-align: center;
	}
	/* news
	------------------------------------------------------ */
	.newsBox {
		margin-top: 9px;
	}
	.newsBox .newsBoxHeading {
		display: flex;
	}
	.newsBox .newsBoxHeading img {
		width: 57px;
		height: auto;
	}
	.newsBox .newsBoxInner{
		width: auto;
		height: 79px;
		margin-top: 5px;
		padding: 12px 1px 10px 10px;
		background: rgba(39, 39, 86, 0.7);
	}
	.newsBox .content {
		padding: 0px;
		height: 75px;
	}
	.newsBox .contentbox {
		padding: 6px 0;
		font-size: 10px;
		font-size: 1.0rem;
	}
	.newsBox .contentbox li {
		margin-bottom: 2px;
	}
	.newsBox .contentbox li .date {
		width: 80px;
		padding-left: 0;
		display: table-cell;
	}
	.newsBox .contentbox li .txt {
		display: table-cell;
		padding-right: 10px;
	}
	.newsBox .mCSB_inside > .mCSB_container{
		margin-right: 15px;
	}
	.mCSB_scrollTools a+.mCSB_draggerContainer{
		margin: 9px 0 14px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools{
		width: 18px;
		opacity: 1;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail{
		width: 12px;
		border-radius: 2.5px;
		background-color: #6363d8;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_dragger{
		min-height: 9px !important;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { 
		width: 12px;
		margin: 3px 0;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonUp,
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonDown { 
		width: 12px;
		height:11px;
		opacity: 1;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::before,
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonUp::before{
		content: "";
		position:absolute;
		left: 0;
		width: 0;
		height: 0;
		border-right-width: 6px;
		border-left-width: 6px;
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonUp::before{
		top: 0;
		border-bottom: 8px solid #6363d8;
		border-bottom-width: 8px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::before{
		bottom: 0;
		border-top: 8px solid #6363d8;
		border-top-width: 8px;
	}
	.newsBox .mCustomScrollBox{
		height: calc(100% - 15px);
	}
	
	/* flow
	------------------------------------------------------ */
	.flow--wrap {
		margin: 15px 0 40px;
	}
	.flow > li {
		position: relative;
		width: 100%;
		padding-top: 0;
		text-align: center;
	}
	.flow > li:first-child {
		margin: 0;
	}
	.flow > li,
	.flow > li:nth-of-type(2),
	.flow > li:nth-of-type(3){margin: 13px 0 0;}
	.flow > li:first-child{margin: 0;}
	.flow > li + li:after {
		position: absolute;
		content: "";
		width: 21px;
		height: 13px;
		top: -17px;
		right: 50%;
		margin-right: -10px;
		background: url(/gecard/identityv/img-files/index_ic01.webp) no-repeat top left / contain;
		-webkit-background-size: 21px auto;
		background-size: 21px auto;
	}
	.flow > li .num {display: none;}
	.flow .flowDesc {
		display: table;
		width: 100%;
		height: 76px;
		margin-top: 0;
	}
	.flow .flowDesc dt {
		display: table-cell !important;
		width: 28%;
		height: auto;
		padding: 0;
		background-size: 100px auto !important;
		background-repeat: no-repeat;
		background-position: 0 50%;
		vertical-align: middle;
	}
	.flow .flowDesc dt span {display: inline;}
	.flow .flowDesc dd {
		display: table-cell;
		width: 74.5%;
		padding: 0 0 0 2px;
		vertical-align: middle;
		font-size: 1.3rem;
		text-align: left;
		z-index: -1;
		line-height: 1.7;
	}
	.flow .flowDesc dd > span {
		display: block;
		padding: 10px 5px 10px 10px;
	}
	.flow .flowDesc dd a {
		color: #fff;
	}
	/* module
	------------------------------------------------------ */
	/* bg */
	.identityv-bg01 {
		position: relative;
		width: 100vw;
		margin: 35px 0 30px -10px;
		background-color: #e62e8b;
	}
	.identityv-bg01::before {
		top: -5px;
	}
	.identityv-bg01::after {
		bottom: -5px;
		transform: rotate(180deg);
	}
	.identityv-bg01 .identityv-bg01Inner {
		width: 100%;
		margin: 0 auto;
		padding: 0 10px;
		padding: 45px 10px 20px;
	}
	.identityv-bg01 .identityv-bg01Inner >:first-child {
		margin-top: 0 !important;
	}
	/* section */
	.identityv-section02 {
		margin-top: 55px;
	}
	.identityv-section02 >:first-child {
		margin-top: 0 !important;
	}
	.identityv-section02 + .identityv-section02 {
		margin-top: 46px;
	}
	.identityv-section03 {
		margin-top: 54px;
	}
	.identityv-section03 >:first-child {
		margin-top: 0 !important;
	}
	.identityv-section03 + .identityv-section03 {
		margin-top: 52px;
	}
	/* heading */
	.identityv-heading02 {
		margin-top: 40px;
		width: 100vw;
		margin-left: -10px;
		text-align: center;
	}
	.identityv-heading03 {
		margin-top: 30px;
		text-align: center;
	}
	/* text */
	.identityv-lead {
		margin-top: 20px;
		font-size: 2rem;
		font-weight: bold;
		line-height: 1.2;
	}
	.identityv-text01 { 
		margin-top: 13px;
		font-size: 1.3rem;
		text-align: center;
		line-height: 1.2;
	}
	.identityv-text02 { 
		margin-top: 11px;
		font-size: 1.3rem;
	}
	/* list */
	.identityv-noteList {
		margin-top: 15px;
	}
	.identityv-noteList > li {
		position: relative;
		padding-left: 13px;
		font-size: 1.2rem;
		line-height: 1.2;
	}
	.identityv-noteList > li + li {
		margin-top: 3px;
	}
	.identityv-noteList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	/* image */
	.identityv-image {
		margin-top: 15px;
		text-align: center;
	}
	/* card */
	.identityv-cardWrap {
		margin-top: 17px;
	}
	.identityv-card {
		position: relative;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		background: url("/gecard/identityv/img-files/pc_index_bg06.webp") no-repeat 0 0 / contain;
		aspect-ratio: 578/771;
	}
	
	.identityv-card .identityv-cardInner {
		position: relative;
		padding: calc(17 / 720 * 100vw) calc(46 / 720 * 100vw) calc(30 / 720 * 100vw);
	}
	.identityv-card .identityv-cardInner >:first-child {
		margin-top: 0 !important;
	}
	.identityv-card .identityv-cardTitle {
		margin: calc(40 / 720 * 100vw) calc(-46 / 720 * 100vw) 0;
		display: inline-block;
	}
	.identityv-card .identityv-cardTitle img {
		width: auto;
		height: calc(155 / 720 * 100vw);
	}
	.identityv-card + .identityv-card {
		margin-top: calc(35 / 720 * 100vw);
	}
	.identityv-card .identityv-cardImage {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: calc(3 / 720 * 100vw) calc(35 / 720 * 100vw) 0;
		width: calc((529 / 720) * 100vw);
		height: calc((529 / 720) * 100vw);
	}
	.identityv-card[data-card="vertical"] .identityv-cardImage img {
		width: auto;
		height: 100%;
	}
	.identityv-card[data-card="horizontal"] .identityv-cardImage img {
		width: 100%;
		height: auto;
	}
	.identityv-card .identityv-cardText {
		margin-top: calc(35 / 720 * 100vw);
		text-align: center;
		font-size: calc(30 / 720 * 100vw);
		color: #fff;
		font-weight: bold;
	}
	
	.identityv-card.cannot {
		background: linear-gradient(#e62d8b 0, #e62d8b 50%, #eb57a2 50%);
	}
	.identityv-card.be {
		background: linear-gradient(#7db1c7 0, #7db1c7 50%, #97c1d2 50%);
	}
	/* button */
	.applyBtn {
		margin-top: calc((35 / 720) * 100vw);
	}
	.applyBtn li a img {
		box-shadow: 0px 0px 12px 0 rgba(0, 0, 0, 1);
	}
	.identityv-btnWrap {
		margin-top: 8px;
		padding: 0 10px;
		margin-bottom: 46px;
	}
	.identityv-btn {
		width: 100%;
		min-height: 50px;
	}
	.identityv-btn + .identityv-btn {
		margin-top: 16px;
	}
	.identityv-btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		position: relative;
		min-height: 50px;
		padding: 5px 40px;
		background: url("/gecard/identityv/img-files/index_bg05.webp") no-repeat top center / 100% 100%;
		text-decoration: none;
		color: #ce433c;
		font-size: 1.7rem;
		font-weight: bold;
	}
	.identityv-btn a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 14px;
		width: 17px;
		height: 17px;
		margin-top: -8.5px;
		background: url("/gecard/identityv/img-files/index_ic02.webp") no-repeat 0 0 / contain;
	}
	.webBtn {
		margin-top: 20px;
	}
	.webBtn a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 100%;
		min-height: 38px;
		padding: 5px 20px 5px 10px;
		background-color: #000;
		border-radius: 5px;
		text-align: center;
		font-size: 1.2rem;
		color: #fff;
		text-decoration: none;
	}
	.webBtn a:hover {
		opacity: 1;
	}
	.webBtn a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 10px;
		width: 7px;
		height: 12px;
		margin-top: -6px;
		background: url("/gecard/identityv/img-files/index_ic03.webp") no-repeat 0 0 / cover;
	}
	/* media */
	.identityv-media {
		margin-top: 20px;
	}
	.identityv-media .identityv-mediaBody {
		margin-top: 15px;
	}
	.identityv-media .identityv-mediaHead >:first-child,
	.identityv-media .identityv-mediaBody >:first-child {
		margin-top: 0 !important;
	}
	.identityv-media .identityv-mediaImage01 {
		margin-top: 20px;
		text-align: center;
	}
	.identityv-media .identityv-mediaText01 {
		margin-top: 10px;
		font-size: 1.3rem;
		line-height: 1.5;
	}
	.identityv-media .identityv-mediaText02 {
		margin-top: 10px;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.1;
	}
	.identityv-media .identityv-mediaText03 {
		margin-top: 10px;
		font-size: 1.2rem;
	}
	.identityv-media .identityv-mediaNoteList > li {
		position: relative;
		padding-left: 12px;
		font-size: 1.2rem;
	}
	.identityv-media .identityv-mediaNoteList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	/* box */
	.identityv-box {
		margin-top: 62px;
		position: relative;
		background: url("/gecard/identityv/img-files/index_bg04.webp") repeat;
	}
	.identityv-box::before {
		content: '';
		position: absolute;
		top: -6.5px;
		left: 0;
		width: 100%;
		height: 6.5px;
		background: url("/gecard/identityv/img-files/sp_index_bg02.webp") repeat 0 0/ 340px 6.5px;
	}
	.identityv-box::after {
		content: '';
		position: absolute;
		bottom: -7px;
		left: 0;
		width: 100%;
		height: 7px;
		background: url("/gecard/identityv/img-files/sp_index_bg03.webp") repeat-x 0 0/ 340px 6.5px;
	}
	.identityv-box + .identityv-box {
		margin-top: 20px;
	}
	.identityv-box .identityv-boxInner {
		padding: 20px 15px 25px;
	}
	.identityv-box .identityv-boxInner >:first-child {
		margin-top: 0 !important;
	}
	.identityv-box .identityv-boxTitle {
		margin-top: 15px;
		margin-bottom: 10px;
		text-align: center;
		font-size: 1.5rem;
		font-weight: bold;
		color: #000;
	}
	.identityv-box .identityv-boxText {
		margin-top: 15px;
		font-size: 1.3rem;
		line-height: 1.4;
		color: #000;
	}
	.identityv-box .identityv-boxText .txtLarge {
		font-size: 1.5rem;
		font-weight: bold;
	}
	.identityv-box .identityv-boxList {
		margin-top: 10px;
	}
	.identityv-box .identityv-boxList > li {
		position: relative;
		padding-left: 13px;
		font-size: 1.3rem;
		color: #000;
	}
	.identityv-box .identityv-boxList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.identityv-box .identityv-boxList > li > .identityv-boxListNest >:first-child {
		margin-top: 0 !important;
	}
	.identityv-box .identityv-boxList02 > li {
		position: relative;
		padding-left: 13px;
		font-size: 1.3rem;
		color: #000;
	}
	.identityv-box .identityv-boxList02 > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.identityv-box .identityv-boxList03 {
		margin-top: 15px;
	}
	.identityv-box .identityv-boxList03 > li {
		position: relative;
		padding-left: 13px;
		font-size: 1.3rem;
		color: #000;
	}
	.identityv-box .identityv-boxList03 > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.identityv-box .identityv-boxList03 > li > .identityv-boxListNest >:first-child {
		margin-top: 0 !important;
	}
	.identityv-box .identityv-boxImage {
		margin: 15px 2% 0;
		text-align: center;
	}
	.identityv-box .identityv-boxHr {
		width: 100%;
		height: 3px;
		margin: 20px 0;
		background-image: linear-gradient(to right, #8b5e43, #8b5e43 3px, transparent 3px, transparent 12px);
		background-size: 12px 3px;
	}
	.identityv-box .identityv-boxInquiry {
		text-align: center;
	}
	.identityv-box .identityv-boxInquiry >:first-child {
		margin-top: 0!important;
	}
	.identityv-box .identityv-boxInquiry .identityv-boxInquiryTxt {
		font-size: 1.3rem;
		color: #000;
	}
	.identityv-box .identityv-boxInquiry .identityv-boxInquiryTel {
		font-size: 1.3rem;
		color: #000;
	}
	/* privilege */
	.identityv-privilegeText01 {
		margin-top: 24px;
		font-size: 1.3rem;
		line-height: 1.4;
	}
	.identityv-privilegeText02 {
		margin-top: 8px;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.2;
	}
	.identityv-privilegeText03 {
		margin-top: 25px;
		font-size: 1.2rem;
	}
	.identityv-privilegeList01 {
		margin-top: 11px;
	}
	.identityv-privilegeList01 > li {
		position: relative;
		padding-left: 12px;
		font-size: 1.2rem;
	}
	.identityv-privilegeList01 > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.identityv-privilegeColumn {
		margin-top: 19px;
	}
	.identityv-privilegeColumn >:first-child {
		margin-top: 0 !important;
	}
	.identityv-privilegeColumn .identityv-privilegeItem {
		margin-top: 25px;
		text-align: center;
	}
	.identityv-privilegeColumn .identityv-privilegeItem + .identityv-privilegeItem {
		margin-top: 36px;
	}
	.identityv-privilegeColumn .identityv-privilegeItem >:first-child {
		margin-top: 0 !important;
	}
	.identityv-privilegeColumn .identityv-privilegeTitle {
		margin-top: 15px;
	}
	.identityv-privilegeColumn .identityv-privilegeTitle img {
		width: 100%;
	}
	.identityv-privilegeImageWrap {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		background-color: #fff;
		border-radius: calc((25 / 720) * 100vw);
		width: 100%;
		aspect-ratio: 340/284;
		padding-top: 3px;
		margin-top: calc((30 / 720) * 100vw);
	}
	.identityv-privilegeImageWrap::before {
		position: absolute;
		content: "";
		top: calc((-17 / 720) * 100vw);
		left: 50%;
		transform: translateX(-50%);
		width: calc((681 / 720) * 100vw);
		height: calc((48 / 720) * 100vw);
		background: url("/gecard/identityv/img-files/index_bg07.webp") no-repeat 0 0 / contain;
	}
	.identityv-privilegeImageWrap::after {
		position: absolute;
		content: "";
		bottom: calc((-14 / 720) * 100vw);
		left: 50%;
		transform: translateX(-50%);
		width: calc((680 / 720) * 100vw);
		height: calc((48 / 720) * 100vw);
		background: url("/gecard/identityv/img-files/index_bg08.webp") no-repeat 0 0 / contain;
	}
	.identityv-privilegeColumn .identityv-privilegeImage[data-card="horizontal"] img {
		width: calc((475 / 720) * 100vw);
	}
	.identityv-privilegeColumn .identityv-privilegeImage[data-card="vertical"] img {
		width: calc((337 / 720) * 100vw);
	}
	/* slider
	------------------------------------------------------ */
	.slick-list{
		overflow: visible;
	}
	.identityv-slider {
		margin-top: 34px;
	}
	.identityv-slider.type02 {
		margin-top: 50px;
	}
	.identityv-slider .identityv-sliderImage {
		width: calc(263px/2);
		margin-right: 4px;
		text-align: center;
	}
	
}
/* Cleafix
------------------------------------------------------ */
.contentsWrap:after,
.flow:after {
	display: block;
	clear: both;
	content: "";
}