@charset "shift_jis";

/* ======================================================
 * /common-files/css/gecard/ec00013/ec00013.css
====================================================== */
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: #000;
}
#pageContainer {
		background-color: #fd4183;
	}
@media screen and (min-width: 751px) {
	/* override
	------------------------------------------------------ */
	body{
		min-width: 1260px;
		font-size: 1.6rem;
		overflow-x: hidden;
	}
	/* header
	------------------------------------------------------ */
	#header {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		border-bottom: none;
		background-color: #ffffff;
	}
	#headerLogo {
		width: 1260px;
		margin: 0 auto;
		padding: 5px 32px 7px;
	}
	#header #headerLogo img {
		width: 264px;
	}
	/* layout
	------------------------------------------------------ */
	#mainContainer {
		margin-top: 0;
	}
	#mainContents{
		width: 1260px;
		padding: 32px 30px 0;
	}
	/* 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: #fff;
	}
	/* mainVisual
	------------------------------------------------------ */
	.mainVisual {
		position: relative;
		left: 50%;
		width: 1920px;
		transform: translateX(-50%);
		text-align: center;
	}
/* news
------------------------------------------------------ */
.newsBox {
	position: relative;
	margin-top: 48px;
}
.newsBox .newsBoxHeading {
	display: flex;
}
.newsBox .newsBoxHeading img {
	width: 100px;
}
.newsBox .newsBoxInner {
	position: relative;
	width: 100%;
	height: 130px;
	margin-top: 12px;
	overflow-y: hidden;
	padding: 17px 19px 0 30px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid #fff;
}
.newsBox .content {
	overflow: auto;
	position: relative;
	padding: 0px;
	height: 85px;
}
.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: 130px;
}
.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: 15px;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { 
	width: 15px;
	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 #fff;
	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 #fff;
	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: 26px;
	}
	.flow > li {
		float: left;
		width: 276px;
		min-height: 304px;
		margin-right: 24px;
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: contain;
		text-align: center;
	}
	.flow > li.list02 {
		width: 288px;
		min-height: 298px;
	}
	.flow > li.list04 {
		width: 288px;
		min-height: 298px;
	}
	.flow > li:last-child {margin-right: 0;}
	.flow > li.list01 {background-image: url("/gecard/ec00013/img-files/pc_index_flow01.webp");}
	.flow > li.list02 {background-image: url("/gecard/ec00013/img-files/pc_index_flow02.webp");}
	.flow > li.list03 {background-image: url("/gecard/ec00013/img-files/pc_index_flow03.webp");}
	.flow > li.list04 {background-image: url("/gecard/ec00013/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: 168px;
		font-size: 16px;
		font-size: 1.6rem;
		text-align: center;
	}
	/* section */
	.ec00013-section >:first-child {
		margin-top: 0 !important;
	}
	.ec00013-section + .ec00013-section {
		margin-top: 50px;
	}
	/* textImage */
	.ec00013-textImage01 {
		width: 557px;
		margin: 20px auto 0;
	}
	/* heading */
	.ec00013-heading02 {
		margin-top: 88px;
	}
	.ec00013-heading02.type-first {
		margin-top: 89px;
		padding-top: 86px;
	}
	.ec00013-heading02-02 {
		margin-top: 81px;
		margin-bottom: 22px;
		text-align: center;
	}
	.ec00013-heading02 .ec00013-heading02Title[data-character="character01"] {
		position: relative;
		z-index: 2;
	}
	.ec00013-heading02 .ec00013-heading02Title[data-character="character02"] {
		position: relative;
	}
	.ec00013-heading02-01 .ec00013-heading02-01Title[data-character="character03"] {
		position: relative;
	}
	.ec00013-heading02 .ec00013-heading02Title[data-character="character01"]::before {
		position: absolute;
		content: "";
		top: 20px;
		left: 163px;
		width: 123px;
		height: 105px;
		background:url("/gecard/ec00013/img-files/index_im03.webp") no-repeat 0 0 / contain;
		z-index: -1;
		transition: 1s all ease-out;
	}
	.ec00013-heading02 .ec00013-heading02Title.is-animation[data-character="character01"]::before {
		z-index: -1;
		top: -86px;
	}
	.ec00013-heading02 .ec00013-heading02Title[data-character="character01"]::after {
		position: absolute;
		content: "";
		top: 3px;
		right: 132px;
		width: 157px;
		height: 121px;
		background:url("/gecard/ec00013/img-files/index_im04.webp") no-repeat 0 0 / contain;
	}
	.ec00013-heading02 .ec00013-heading02Title.is-animation[data-character="character01"]::after {
		animation: expansion 1s;
	}
	.ec00013-heading02 .ec00013-heading02Title[data-character="character02"]::before {
		position: absolute;
		content: "";
		top: 7px;
		left: 147px;
		width: 98px;
		height: 120px;
		background:url("/gecard/ec00013/img-files/index_im05.webp") no-repeat 0 0 / contain;
		z-index: 1;
		opacity: 0;
	}
	.ec00013-heading02 .ec00013-heading02Title.is-animation[data-character="character02"]::before {
		animation: fadeInLeft 2s;
		opacity: 1;
	}
	.ec00013-heading02 .ec00013-heading02Title[data-character="character02"]::after {
		position: absolute;
		content: "";
		top: 2px;
		right: 150px;
		width: 129px;
		height: 129px;
		background:url("/gecard/ec00013/img-files/index_im06.webp") no-repeat 0 0 / contain;
	}
	.ec00013-heading02 .ec00013-heading02Title.is-animation[data-character="character02"]::after {
		animation: rolling 1s;
	}
	.ec00013-heading02-01 .ec00013-heading02-01Title[data-character="character03"]::before {
		position: absolute;
		content: "";
		top: -5px;
		left: 21px;
		width: 110px;
		height: 122px;
		background:url("/gecard/ec00013/img-files/index_im07.webp") no-repeat 0 0 / contain;
		z-index: 1;
		opacity: 0;
	}
	.ec00013-heading02-01 .ec00013-heading02-01Title.is-animation[data-character="character03"]::before {
		animation: fadeUp 1s;
		opacity: 1;
	}
	.ec00013-heading02-01 .ec00013-heading02-01Title[data-character="character03"]::after {
		position: absolute;
		content: "";
		top: -29px;
		right: 27px;
		width: 102px;
		height: 131px;
		background:url("/gecard/ec00013/img-files/index_im08.webp") no-repeat 0 0 / contain;
	}
	.ec00013-heading02-01 .ec00013-heading02-01Title.is-animation[data-character="character03"]::after {
		animation: swing 1.5s;
	}
	.ec00013-heading02-01 {
		margin-top: 57px;
		
	}
	.ec00013-heading02-01 .ec00013-heading02-01Title {
		background: url("/gecard/ec00013/img-files/pc_index_bg04.webp") no-repeat;
		text-align: center;
		padding-top: 27px;
		padding-bottom: 65px;
	}
	/* text */
	.ec00013-lead {
		margin-bottom: 10px;
		font-size: 3.5rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.ec00013-text01 { 
		margin-top: 20px;
		font-size: 1.6rem;
	}
	.ec00013-text02 { 
		margin-top: 28px;
		font-size: 1.6rem;
	}
	/* image */
	.ec00013-image {
		margin-top: 35px;
		text-align: center;
	}
	.ec00013-voiImage {
		margin-top: 20px;
		text-align: center;
	}
	/* list */
	.ec00013-noteList {
		margin-top: 20px;
	}
	.ec00013-noteList.voiContent {
		margin: 20px auto 0;
	}
	.ec00013-noteList[data-align="center"],
	.ec00013-noteList[data-align-pc="center"] {
		text-align: center;
	}
	.ec00013-noteList > li {
		position: relative;
		padding-left: 16px;
		font-size: 1.6rem;
	}
	.ec00013-noteList[data-mark="static"] > li,
	.ec00013-noteList[data-mark-pc="static"] > li {
		padding-left: 0;
	}
	.ec00013-noteList[data-align="center"] > li,
	.ec00013-noteList[data-align-pc="center"] > li {
		display: inline-block;
	}
	.ec00013-noteList > li + li {
		margin-top: 10px;
	}
	.ec00013-noteList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.ec00013-noteList[data-mark="static"] > li > .mark {
		position: static;
	}
	/* card */
	.ec00013-cardWrap {
		margin-top: 18px;
	}
	.ec00013-card {
		position: relative;
		padding: 36px 40px 40px;
		background: url("/gecard/ec00013/img-files/index_bg01.webp") repeat 0 0;
		text-align: center;
		border-radius: 30px;
	}
	.ec00013-card::before {
		position: absolute;
		z-index: 1;
		content: "";
		top: 0;
		left: 0;
		width: 1200px;
		height: 87px;
		background: url("/gecard/ec00013/img-files/pc_index_bg03.webp") no-repeat 0 0 / contain;
	}
	.ec00013-card .ec00013-cardTitle {
		position: relative;
		z-index: 2;
	}
	.ec00013-card .ec00013-cardTitle img {
		margin: 0 auto;
	}
	.ec00013-card .ec00013-cardImage {
		margin: 20px auto 0;
	}
	.ec00013-card .ec00013-cardImage.horizontal img {
		width: 100%;
		height: auto;
	}
	.ec00013-card .ec00013-cardText {
		margin-top: 59px;
		text-align: center;
		font-size: 2.6rem;
		font-weight: bold;
		line-height: 1.3;
	}
	.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;
		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/ec00013/img-files/index_ic03.webp") no-repeat 0 0 / cover;
	}
	/* button */
	.applyBtn {
		margin-top: 35px;
	}
	.applyBtn > li {
		width: fit-content;
		margin: 0 auto;
		background-color: #fff;
	}
	.applyBtn > li a {
		transition: 0.3s all ease-out;
	}
	.applyBtn > li a:hover {
		opacity: 0.7;
	}
	.ec00013-btnWrap {
		display: flex;
		justify-content: center;
		gap: 20px 29px;
		margin: 9px 0 177px;
		padding: 0 40px;
	}
	.ec00013-btn {
		width: calc(50% - 25px);
		height: 86px;
	}
	.ec00013-btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		height: 86px;
		padding: 5px 60px;
		font-size: 2.8rem;
		font-weight: bold;
		text-decoration: none;
		transition: 0.2s all ease-out;
		background: url("/gecard/ec00013/img-files/index_bg02.webp") repeat 0 0 / cover;
		border-radius: 10px;
	}
	.ec00013-btn a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 22px;
		width: 34px;
		height: 34px;
		margin-top: -17px;
		background: url("/gecard/ec00013/img-files/index_ic01.webp") no-repeat;
	}
	.ec00013-btn a:hover {
		opacity: 0.8;
	}
	/* media */
	.ec00013-media {
		display: flex;
		flex-flow: row wrap;
		margin-top: 22px;
	}
	.ec00013-media .ec00013-mediaHead {
		flex-shrink: 0;
	}
	.ec00013-media .ec00013-mediaText {
		font-size: 2rem;
		line-height: 1.6;
	}
	.ec00013-media .ec00013-mediaText02 {
		margin-top: 5px;
		font-size: 2.8rem;
		font-weight: bold;
	}
	.ec00013-media .ec00013-mediaText03 {
		margin-top: 15px;
		font-size: 1.6rem;
	}
	.ec00013-media .ec00013-mediaImage {
		margin-right: 34px;
		text-align: center;
		width: 490px;
	}
	.ec00013-media .ec00013-mediaImage img {
		width: 257px;
		height: auto;
	}
	.ec00013-media .ec00013-mediaNoteList li {
		position: relative;
		padding-left: 16px;
		font-size: 1.6rem;
	}
	.ec00013-media .ec00013-mediaNoteList li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.ec00013-media02 {
	}
	.ec00013-media02 .ec00013-mediaBody {
		margin-right: 56px;
		margin-bottom: 30px;
	}
	.ec00013-media02 .ec00013-mediaBody .ec00013-mediaImage {
		width: 238px;
	}
	.ec00013-media .ec00013-mediaWrap {
		display: flex;
	}
	.ec00013-media .ec00013-mediaWrap .ec00013-mediaItem img {
		width: 205px;
		margin-left: 70px;
	}
	/* box */
	.ec00013-box {
		margin-top: 53px;
		border-radius: 10px;
		background: url("/gecard/ec00013/img-files/index_bg01.webp") repeat 0 0;
	}
	.ec00013-box + .ec00013-box {
		margin-top: 32px;
	}
	.ec00013-box .ec00013-boxInner {
		padding: 25px 50px;
	}
	.ec00013-box .ec00013-boxInner >:first-child {
		margin-top: 0 !important;
	}
	.ec00013-box .ec00013-boxTitle {
		margin-top: 36px;
		margin-bottom: 25px;
		text-align: center;
		font-size: 2rem;
		color: #000;
		font-weight: bold;
	}
	.ec00013-box .ec00013-boxText {
		margin-top: 20px;
		font-size: 1.6rem;
	}
	.ec00013-box .ec00013-boxText .txtLarge {
		font-size: 2rem;
		font-weight: bold;
	}
	.ec00013-box .ec00013-boxList {
		margin-top: 13px;
	}
	.ec00013-box .ec00013-boxList > li {
		position: relative;
		padding-left: 16px;
		font-size: 1.6rem;
	}
	.ec00013-box .ec00013-boxList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.ec00013-box .ec00013-boxList > li > .ec00013-boxListNest >:first-child {
		margin-top: 0 !important;
	}
	.ec00013-box .ec00013-boxImage {
		margin-top: 10px;
		text-align: center;
	}
	.ec00013-box .ec00013-boxHr {
		width: calc(100% + 70px);
		height: 3px;
		margin: 26px 0 23px -36px;
		background-image: linear-gradient(to right, #ffff00, #ffff00 3px, transparent 3px, transparent 12px);
		background-size: 12px 3px;
	}
	.ec00013-box .ec00013-boxInquiry {
		text-align: center;
	}
	.ec00013-box .ec00013-boxInquiry >:first-child {
		margin-top: 0!important;
	}
	.ec00013-box .ec00013-boxInquiry .ec00013-boxInquiryTxt {
		font-size: 1.6rem;
	}
	.ec00013-box .ec00013-boxInquiry .ec00013-boxInquiryTel {
		font-size: 1.6rem;
	}
	/* other */
	.ec00013-benefitsWrap {
		width: 67%;
	}
	.ec00013-snsWrap {
		position: relative;
		z-index: 2;
	}
	.ec00013-snsWrap::before {
		position: absolute;
		z-index: -1;
		content: "";
		top: 0;
		left: 46%;
		width: 89px;
		height: 66px;
		background: url(/gecard/ec00013/img-files/index_im09.webp) no-repeat 0 0 / contain;
		transition: 0.5s all ease-out;
	}
	.ec00013-snsWrap.is-animation::before {
		top: -59px;
	}
	#pageContainer .snsArea {
		margin: 113px auto 74px;
	}
}
@media screen and (max-width: 750px) {
	/* override
	------------------------------------------------------ */
	body{
		font-size: 1.3rem;
	}
	body .snsArea{
		margin-top: 56px;
		margin-bottom: 0;
	}
	#pageContainer {
		background-color: #fd4183;
	}
	/* header
	------------------------------------------------------ */
	#header {
		height: 35px;
		padding: 0;
		border-bottom: none;
		background-color: #fff;
	}
	#headerLogo {
		padding: 6px 8px 6px;
	}
	#header #headerLogo img {
		width: 162px;
	}
	/* layout
	------------------------------------------------------ */
	#mainContainer {
		margin-top: 0;
	}
	#mainContents{
		padding: 30px 10px 20px;
	}
	/* 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: #fff;
	}
	/* mainVisual
	------------------------------------------------------ */
	.mainVisual {
		text-align: center;
	}
	.mainVisual .mainVisualTitle img {
		width: 100vw;
	}
	/* news
	------------------------------------------------------ */
	.newsBox {
		margin-top: 20px;
	}
	.newsBox .newsBoxHeading {
		display: flex;
	}
	.newsBox .newsBoxHeading img {
		width: 70px;
	}
	.newsBox .newsBoxInner{
		width: auto;
		height: 84px;
		margin-top: 6px;
		padding: 10px 2px 10px 10px;
		background: rgba(255, 255, 255, 0.1);
		border: 1px solid #fff;
	}
	.newsBox .content {
		padding: 0px;
		height: 75px;
	}
	.newsBox .contentbox {
		padding: 10px 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: #fff;
	}
	.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 #fff;
		border-bottom-width: 8px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::before{
		bottom: 0;
		border-top: 8px solid #fff;
		border-top-width: 8px;
	}
	.newsBox .mCustomScrollBox{
		height: calc(100% - 15px);
	}
	
	/* flow
	------------------------------------------------------ */
	.flow--wrap {
		margin: 27px 0 0;
	}
	.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: 21px 0 0;}
	.flow > li:first-child{margin: 0;}
	.flow > li + li:after {
		position: absolute;
		content: "";
		width: 17px;
		height: 9px;
		top: -22px;
		right: 50%;
		margin-right: -10px;
		background: url("/gecard/ec00013/img-files/index_ic02.webp") no-repeat top left / contain;
		-webkit-background-size: 17px auto;
		background-size: 17px 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: 27.5%;
		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 6px;
		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;
	}
	/* module
	------------------------------------------------------ */
	.fadeInAnimation {
		opacity: 0;
		transform: translate(0, 30px);
		transition: all .8s ease;
	}
	.fadeInAnimation.is-show {
		opacity: 1;
		transform: none;
	}
	/* section */
	.ec00013-section >:first-child {
		margin-top: 0 !important;
	}
	.ec00013-section + .ec00013-section {
		margin-top: 20px;
	}
	/* textImage */
	.ec00013-textImage01 {
		width: min(668px, calc(668 / 750) * 100vw);
		margin: 20px auto 0;
	}
	/* heading */
	.ec00013-heading02 {
		position: relative;
		margin: 67px 0 13px;
	}
	.ec00013-heading02.type-first {
		margin-top: min(40px, calc(40 / 750) * 100vw);
		padding-top: min(80px, calc(80 / 750) * 100vw);
	}
	.ec00013-heading02-02 {
		margin: 28px auto 0;
		text-align: center;
	}
	.ec00013-heading02 .ec00013-heading02Title[data-character="character01"] {
		position: relative;
		z-index: 2;
	}
	.ec00013-heading02 .ec00013-heading02Title[data-character="character02"] {
		position: relative;
	}
	.ec00013-heading02-01 .ec00013-heading02-01Title[data-character="character03"] {
		position: relative;
	}
	.ec00013-heading02 .ec00013-heading02Title[data-character="character01"]::before {
		position: absolute;
		content: "";
		top: min(20px, calc((20 / 720) * 100vw));
		left: min(26px, calc((26 / 720) * 100vw));
		width: min(123px, calc((123 / 720) * 100vw));
		height: min(105px, calc((105 / 720) * 100vw));
		background:url("/gecard/ec00013/img-files/index_im03.webp") no-repeat 0 0 / contain;
		z-index: -1;
		transition: 1s top ease-out;
	}
	.ec00013-heading02 .ec00013-heading02Title.is-animation[data-character="character01"]::before {
		z-index: -1;
		top: max(-72px, calc((-72 / 720) * 100vw));
	}
	.ec00013-heading02 .ec00013-heading02Title[data-character="character01"]::after {
		position: absolute;
		content: "";
		top: max(-12px, calc((-12 / 720) * 100vw));
		right: 0;
		width: min(157px, calc((157 / 720) * 100vw));
		height: min(121px, calc((121 / 720) * 100vw));
		background:url("/gecard/ec00013/img-files/index_im04.webp") no-repeat 0 0 / contain;
	}
	.ec00013-heading02 .ec00013-heading02Title.is-animation[data-character="character01"]::after {
		animation: expansion 1s;
	}
	.ec00013-heading02 .ec00013-heading02Title[data-character="character02"]::before {
		position: absolute;
		content: "";
		top: min(20px, calc((20 / 720) * 100vw));
		left: min(2px, calc((2 / 720) * 100vw));
		width: min(98px, calc((98 / 720) * 100vw));
		height: min(120px, calc((120 / 720) * 100vw));
		background:url("/gecard/ec00013/img-files/index_im05.webp") no-repeat 0 0 / contain;
		z-index: 1;
		opacity: 0;
	}
	.ec00013-heading02 .ec00013-heading02Title.is-animation[data-character="character02"]::before {
		animation: fadeInLeft 2s;
		opacity: 1;
	}
	.ec00013-heading02 .ec00013-heading02Title[data-character="character02"]::after {
		position: absolute;
		content: "";
		top: min(22px, calc((22 / 720) * 100vw));
		right: min(18px, calc((18 / 720) * 100vw));
		width: min(129px, calc((129 / 720) * 100vw));
		height: min(129px, calc((129 / 720) * 100vw));
		background:url("/gecard/ec00013/img-files/index_im06.webp") no-repeat 0 0 / contain;
	}
	.ec00013-heading02 .ec00013-heading02Title.is-animation[data-character="character02"]::after {
		animation: rolling 1s;
	}
	.ec00013-heading02-01 .ec00013-heading02-01Title[data-character="character03"]::before {
		position: absolute;
		content: "";
		top: max(-72px, calc((-72 / 720) * 100vw));
		left: min(6px, calc((6 / 720) * 100vw));
		width: min(91px, calc((91 / 720) * 100vw));
		height: min(101px, calc((101 / 720) * 100vw));
		background:url("/gecard/ec00013/img-files/index_im07.webp") no-repeat 0 0 / contain;
		z-index: -1;
		opacity: 0;
	}
	.ec00013-heading02-01 .ec00013-heading02-01Title.is-animation[data-character="character03"]::before {
		animation: fadeUp 1s;
		opacity: 1;
	}
	.ec00013-heading02-01 .ec00013-heading02-01Title[data-character="character03"]::after {
		position: absolute;
		content: "";
		top: max(-37px, calc((-74 / 720) * 100vw));
		right: min(6px, calc((12 / 720) * 100vw));
		width: min(84px, calc((84 / 720) * 100vw));
		height: min(108px, calc((108 / 720) * 100vw));
		background:url("/gecard/ec00013/img-files/index_im08.webp") no-repeat 0 0 / contain;
		z-index: -1;
	}
	.ec00013-heading02-01 .ec00013-heading02-01Title.is-animation[data-character="character03"]::after {
		animation: swing 1.5s;
	}
	.ec00013-heading02-01 .ec00013-heading02-01Title {
		position: relative;
	background: url("/gecard/ec00013/img-files/sp_index_bg04.webp") no-repeat 0 0 / contain;
	text-align: center;
	padding: min(20px, calc((20 / 720) * 100vw)) min(48px, calc((48 / 720) * 100vw));
	z-index: 2;
	}
	/* text */
	.ec00013-lead {
		margin-top: 15px;
		margin-bottom: 15px;
		font-size: 2rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.ec00013-text01 { 
		margin-top: 15px;
		line-height: 1.2;
		font-size: 1.3rem;
	}
	.ec00013-text02 { 
		margin-top: 10px;
		font-size: 1.3rem;
	}
	/* image */
	.ec00013-image {
		margin-top: 15px;
		text-align: center;
	}
	.ec00013-voiImage {
		margin-top: 20px;
		text-align: center;
	}
	/* list */
	.ec00013-noteList {
		margin-top: 15px;
	}
	.ec00013-noteList[data-align="center"],
	.ec00013-noteList[data-align-sp="center"] {
		text-align: center;
	}
	.ec00013-noteList > li {
		position: relative;
		padding-left: 13px;
		font-size: 1.3rem;
	}
	.ec00013-noteList[data-mark="static"] > li,
	.ec00013-noteList[data-mark-sp="static"] > li {
		padding-left: 0;
	}
	.ec00013-noteList[data-align="center"] > li,
	.ec00013-noteList[data-align-sp="center"] > li {
		display: inline-block;
	}
	.ec00013-noteList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.ec00013-noteList[data-mark="static"] > li > .mark {
		position: static;
	}
	/* card */
	.ec00013-cardWrap {
		margin-top: 13px;
		display: flex;
		flex-flow: column;
	}
	.ec00013-card {
		position: relative;
		width: 100%;
		max-width: 340px;
		height: auto;
		margin: 0 auto;
		padding: min(20px, 6vw) min(20px, 6vw) min(32px, 9vw);
		background: url("/gecard/ec00013/img-files/index_bg01.webp") repeat 0 0 / 64px 47px;
		text-align: center;
		border-radius: 15px;
	}
	.ec00013-card::before {
		position: absolute;
		z-index: 1;
		content: "";
		top: 0;
		right: 0;
		width: min(323px, 88vw);
		height: min(43px, 13vw);
		background: url("/gecard/ec00013/img-files/sp_index_bg03.webp") no-repeat right 0 / contain;
	}
	.ec00013-card .ec00013-cardTitle {
		position: relative;
		z-index: 2;
	}
	.ec00013-card .ec00013-cardTitle img {
		width: auto;
		height: min(73px, 21vw);
	}
	.ec00013-card + .ec00013-card {
		margin-top: min(40px, 12vw);
	}
	.ec00013-card .ec00013-cardImage {
		margin: min(10px, 2vw) min(25px, 7vw) 0;
		
	}
	.ec00013-card .ec00013-cardImage.horizontal img {
		width: 100%;
		height: auto;
	}
	.ec00013-card .ec00013-cardImage.horizontal {
		width: min(240px, 70vw);
	}
	.ec00013-card .ec00013-cardText {
		margin-top: min(34px, 10vw);
		text-align: center;
		font-size: min(1.5rem, 4.5vw);
		font-weight: bold;
	}
	.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;
		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/ec00013/img-files/index_ic03.webp") no-repeat 0 0 / cover;
	}
	/* button */
	.applyBtn {
		margin-top: min(20px, 6vw);
	}
	.ec00013-btnWrap {
		display: block;
		justify-content: space-between;
		margin-top: 20px;
		margin-bottom: min(156px, calc(156 / 750) * 100vw);
		padding: 0 10px;
	}
	.ec00013-btn {
		width: 100%;
		height: 50px;
	}
	.ec00013-btn + .ec00013-btn {
		margin-top: 16px;
	}
	.ec00013-btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		height: 50px;
		padding: 5px 40px;
		background: url("/gecard/ec00013/img-files/index_bg02.webp") repeat 0 0 / cover;
		border-radius: 10px;
		font-size: 1.7rem;
		font-weight: bold;
		text-decoration: none;
	}
	.ec00013-btn a:hover {
		opacity: 1;
	}
	.ec00013-btn a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 14px;
		width: 17px;
		height: 17px;
		margin-top: -8.5px;
		background: url("/gecard/ec00013/img-files/index_ic01.webp") no-repeat 0 0 / contain;
		}
	/* media */
	.ec00013-media {
		margin-top: 20px;
	}
	.ec00013-media .ec00013-mediaBody {
		margin-top: 15px;
	}
	.ec00013-media .ec00013-mediaText {
		font-size: 1.3rem;
		line-height: 1.4;
	}
	.ec00013-media .ec00013-mediaText02 {
		font-size: 1.6rem;
		font-weight: bold;
	}
	.ec00013-media .ec00013-mediaText03 {
		font-size: 1.2rem;
	}
	.ec00013-media .ec00013-mediaImage {
		text-align: center;
	}
	.ec00013-media .ec00013-mediaImage img {
		width: auto;
		max-height: 277px;
	}
	.ec00013-media .ec00013-mediaNoteList li {
		position: relative;
		padding-left: 12px;
		font-size: 1.2rem;
	}
	.ec00013-media .ec00013-mediaNoteList li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.ec00013-media02 {
		margin-top: 15px;
	}
	.ec00013-media02 .ec00013-mediaBody .ec00013-mediaImage {
		text-align: right;
		margin-top: 17px;
		margin-left: auto;
		width: 137px;
	}
	.ec00013-media .ec00013-mediaWrap {
		display: flex;
		justify-content: space-between;
	}
	/* box */
	.ec00013-box {
		margin-top: 29px;
		background-color: #d5f0f4;
		background: url("/gecard/ec00013/img-files/index_bg01.webp") repeat 0 0 / 64px 47px;
		border-radius: 10px;
	}
	.ec00013-box + .ec00013-box {
		margin-top: 28px;
	}
	.ec00013-box .ec00013-boxInner {
		padding: 20px 10px;
	}
	.ec00013-box .ec00013-boxInner >:first-child {
		margin-top: 0 !important;
	}
	.ec00013-box .ec00013-boxTitle {
		margin-top: 15px;
		margin-bottom: 15px;
		text-align: center;
		font-size: 1.5rem;
		color: #000;
		font-weight: bold;
	}
	.ec00013-box .ec00013-boxText {
		margin-top: 15px;
		font-size: 1.3rem;
	}
	.ec00013-box .ec00013-boxText .txtLarge {
		font-size: 1.5rem;
		font-weight: bold;
	}
	.ec00013-box .ec00013-boxList {
		margin-top: 15px;
	}
	.ec00013-box .ec00013-boxList > li {
		position: relative;
		padding-left: 13px;
		font-size: 1.3rem;
	}
	.ec00013-box .ec00013-boxList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.ec00013-box .ec00013-boxList > li > .ec00013-boxListNest >:first-child {
		margin-top: 0 !important;
	}
	.ec00013-box .ec00013-boxImage {
		margin: 15px 5% 0;
		text-align: center;
	}
	.ec00013-box .ec00013-boxHr {
		width: 100%;
		height: 2px;
		margin: 20px 0 20px 0;
		background-image: linear-gradient(to right, #ffff00, #ffff00 2px, transparent 2px, transparent 6px);
		background-size: 6px 2px;
	}
	.ec00013-box .ec00013-boxInquiry {
		text-align: center;
	}
	.ec00013-box .ec00013-boxInquiry >:first-child {
		margin-top: 0!important;
	}
	.ec00013-box .ec00013-boxInquiry .ec00013-boxInquiryTxt {
		margin-top: 3px;
		font-size: 1.3rem; 
	}
	.ec00013-box .ec00013-boxInquiry .ec00013-boxInquiryTel {
		margin-top: 3px;
		font-size: 1.3rem;
	}
	/* other */
	.ec00013-snsWrap {
		position: relative;
		z-index: 2;
	}
	.ec00013-snsWrap::before {
		position: absolute;
		z-index: -1;
		content: "";
		top: 0;
		left: 43%;
		width: 44.5px;
		height: 33px;
		background: url(/gecard/ec00013/img-files/index_im09.webp) no-repeat 0 0 / contain;
		transition: 0.5s all ease-out;
	}
	.ec00013-snsWrap.is-animation::before {
		top: -30px;
	}
}
/* keyframes
------------------------------------------------------ */
@keyframes expansion {
	0% {
	transform: scale(1, 1)
	}
	10%,
	20% {
		transform: scale(.9, .9) rotate(-3deg)
	}
	30%,
	50%,
	70%,
	90% {
		transform: scale(1.1, 1.1) rotate(3deg)
	}
	40%,
	60%,
	80% {
		transform: scale(1.1, 1.1) rotate(-3deg)
	}
	100% {
		transform: scale(1, 1)
	}
}
@keyframes fadeInLeft {
	0% {
		opacity: 1;
		transform: translate(-100%, 0)
	}
	100% {
		opacity: 1;
		transform: none
	}
}
@keyframes rolling {
	0% {
		transform-origin: center;
		transform: rotate3d(0, 0, 1, -200deg)
	}
	100% {
		transform-origin: center;
		transform: none
	}
}
@keyframes fadeUp {
	0% {
		transform: translate3d(0, 100%, 0)
	}
	100% {
		transform: none
	}
}
@keyframes swing {
	20% {
		transform: rotate3d(0, 0, 1, 20deg)
	}
	40% {
		transform: rotate3d(0, 0, 1, -15deg)
	}
	60% {
		transform: rotate3d(0, 0, 1, 10deg)
	}
	80% {
		transform: rotate3d(0, 0, 1, -10deg)
	}
	100% {
		transform: rotate3d(0, 0, 1, 0deg)
	}
}
/* Cleafix
------------------------------------------------------ */
.contentsWrap:after,
.flow:after {
	display: block;
	clear: both;
	content: "";
}