@charset "shift_jis";

/* ======================================================
 * /common-files/css/gecard/base/base09.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: #fff;
}
#pageContainer {
		background-color: #588629;
	}
@media screen and (min-width: 751px) {
	/* override
	------------------------------------------------------ */
	body{
		min-width: 1260px;
		font-size: 1.6rem;
		overflow-x: hidden;
	}
	/* header
	------------------------------------------------------ */
	#header {
		width: 100%;
		height: 50px;
		margin: 0 auto;
		padding: 0;
		background-color: #fff;
		border-bottom: none;
	}
	#headerLogo {
		width: 1260px;
		margin: 0 auto;
		padding: 7px 30px 4px;
	}
	#header #headerLogo img {
		height: 34px;
	}
	/* layout
	------------------------------------------------------ */
	#mainContainer {
		margin-top: 0;
	}
	#mainContents{
		width: 1260px;
		padding: 26px 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: #fff;
		text-align: center;
	}
	#copyright {
		font-size: 1.4rem;
		color: #000;
	}
	/* section
	------------------------------------------------------ */
	.mouses-section02 + .mouses-section02 {
		margin-top: 127px;
	}
	
	/* mainVisual
	------------------------------------------------------ */
	.mainVisual {
		text-align: center;
	}
	.mainVisualInner {
		position: relative;
		width: 1260px;
		padding: 28px 30px 0;
		margin: 0 auto;
	}
	.mainVisualContents {
		position: absolute;
		content: "";
		top: 77px;
		left: 50%;
		transform: translateX(-50%);
		text-align: center;
		width: 100%;
	}
	.mainVisualText {
		margin-top: 22px;
	}
	/* news
------------------------------------------------------ */
.newsBox {
	position: relative;
	margin-top: 33px;
}
.newsBox .newsBoxHeading {
	display: flex;
}
.newsBox .newsBoxHeading img {
	width: 82px;
}
.newsBox .newsBoxInner {
	position: relative;
	width: 100%;
	height: 116px;
	margin-top: 11px;
	overflow-y: hidden;
	padding: 10px 10px 16px 20px;
	background-color: #bccfa9;
}
.newsBox .content {
	overflow: auto;
	position: relative;
	padding: 0px;
	height: 85px;
}
.newsBox .contentbox {
	padding: 17px 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;
	color: #000;
}
.newsBox .contentbox li .txt {
	display: table-cell;
	color: #000;
}
.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: 122px;
	}
	.flow > li {
		float: left;
		width: 280px;
		min-height: 280px;
		margin-right: calc(80px / 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/themousesvest/img-files/pc_index_flow01.webp");}
	.flow > li.list02 {background-image: url("/gecard/themousesvest/img-files/pc_index_flow02.webp");}
	.flow > li.list03 {background-image: url("/gecard/themousesvest/img-files/pc_index_flow03.webp");}
	.flow > li.list04 {background-image: url("/gecard/themousesvest/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: 185px;
		font-size: 1.6rem;
		text-align: center;
		color: #000;
	}
	.flow .flowDesc dd a {
		color: #000;
	}
	/* module
	------------------------------------------------------ */
	/* heading */
	.mouses-heading02 {
		position: relative;
		left: 50%;
		width: 1920px;
		margin-top: 80px;
		padding-bottom: 19px;
		text-align: center;
		transform: translateX(-50%);
		background-size: 12px 2px;
		background-image: linear-gradient(to right, #bccfa9 8px, transparent 4px);
		background-repeat: repeat-x;
		background-position: left bottom;
		z-index: 2;
	}
	.mouses-heading02 .mouses-heading02Inner {
		position: relative;
		width: 1260px;
		margin: 0 auto;
		padding: 0 30px;
	}
	.mouses-heading02.mouses-character01 .mouses-heading02Inner::before {
		position: absolute;
		content: "";
		top: -34px;
		left: 56px;
		width: 169px;
		height: 213px;
		background: url("/gecard/themousesvest/img-files/index_im05.webp") no-repeat 0 0 / contain;
	}
	.mouses-heading02.mouses-character02 .mouses-heading02Inner::before {
		position: absolute;
		content: "";
		top: -25px;
		left: 30px;
		width: 166px;
		height: 115px;
		background: url("/gecard/themousesvest/img-files/index_im06.webp") no-repeat 0 0 / contain;
	}
	.mouses-heading02.mouses-character03 .mouses-heading02Inner::before {
		position: absolute;
		content: "";
		top: -31px;
		right: 29px;
		width: 177px;
		height: 109px;
		background: url("/gecard/themousesvest/img-files/index_im07.webp") no-repeat 0 0 / contain;
	}
	.mouses-heading02.mouses-character03 .mouses-heading02Title {
		padding-right: 58px;
	}
	.mouses-heading03 {
		margin-top: 75px;
		margin-bottom: 40px;
		text-align: center;
	}
	.mouses-heading03Title {
		position: relative;
		padding-bottom: 31px;
	}
	.mouses-heading03Title::before {
		position: absolute;
		content: "";
		bottom: 0;
		left: 50%;
		width: 100px;
		height: 2px;
		background-color: #fff;
		transform: translateX(-50%);
	}
	/* text */
	.mouses-lead {
		margin-bottom: 10px;
		font-size: 3.5rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.mouses-text01 { 
		margin-top: 20px;
		font-size: 1.6rem;
	}
	.mouses-text02 { 
		margin-top: 28px;
		font-size: 1.6rem;
	}
	/* image */
	.mouses-image {
		margin-top: 35px;
		text-align: center;
	}
	.mouses-voiImage {
		margin-top: 20px;
		text-align: center;
	}
	/* list */
	.mouses-noteList {
		margin-top: 30px;
	}
	.mouses-noteList[data-align="center"],
	.mouses-noteList[data-align-pc="center"] {
		text-align: center;
		width: fit-content;
	}
	.mouses-noteList > li {
		position: relative;
		padding-left: 16px;
		font-size: 1.6rem;
	}
	.mouses-noteList[data-mark="static"] > li,
	.mouses-noteList[data-mark-pc="static"] > li {
		padding-left: 0;
	}
	.mouses-noteList[data-align="center"] > li,
	.mouses-noteList[data-align-pc="center"] > li {
		display: inline-block;
	}
	.mouses-noteList > li + li {
		margin-top: 7px;
	}
	.mouses-noteList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.mouses-noteList[data-mark="static"] > li > .mark {
		position: static;
	}
/* card
------------------------------------------------------ */
	.ec00014-cardWrap {
		display: flex;
		justify-content: center;
		margin-top: 20px;
		position: relative;
		z-index: 1;
	}
	.ec00014-card {
		position: relative;
		width: 1200px;
		padding: 50px 40px 32px;
		background-color: #fff;
		text-align: center;
		z-index: 1;
	}
	.ec00014-card .ec00014-cardTitle img {
		width: 419px;
	}
	.ec00014-card .ec00014-cardImage {
		text-align: center;
		margin-top: 26px;
	}
	.ec00014-card .ec00014-mediaNoteList {
		margin-top: 25px;
		text-align: center;
	}
	.ec00014-card .ec00014-mediaNoteList li {
		position: relative;
		padding-left: 16px;
		font-size: 1.6rem;
		margin-left: auto;
		margin-right: auto;
		width: fit-content;
	}
	.ec00014-card .ec00014-mediaNoteList li +li {
		margin-top: 10px;
	}
	.ec00014-card .ec00014-mediaNoteList  li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.ec00014-card .ec00014-cardText {
		margin-top: 30px;
		text-align: center;
		font-size: 2.6rem;
		color: #ea0015;
		font-weight: bold;
		line-height: 1.4;
	}
	.ec00014-cardText02 {
		text-align: center;
		margin-top: 33px;
		color: #000;
	}
	/* button */
	.applyBtn {
		margin-top: 34px;
	}
	.applyBtn > li a {
		display: block;
		width: 500px;
		margin: 0 auto;
		transition: 0.3s all ease-out;
	}
	.applyBtn > li a:hover {
		opacity: 0.7;
	}
	.mouses-btnWrap {
		display: flex;
		justify-content: center;
		gap: 30px;
		margin: 94px 0 100px;
		padding: 0 50px;
	}
	.mouses-btn {
		width: calc(50% - 15px);
		height: 86px;
	}
	.mouses-btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		height: 86px;
		padding: 5px 60px;
		font-size: 2.8rem;
		color: #ea0015;
		font-weight: bold;
		text-decoration: none;
		background-color: #fff;
		border-radius: 5px;
		transition: 0.3s all ease-out;
	}
	.mouses-btn a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 22px;
		width: 34px;
		height: 34px;
		margin-top: -17px;
		background: url("/gecard/themousesvest/img-files/index_ic01.webp") no-repeat 0 0 / contain;
		}
	.mouses-btn a:hover {
		opacity: 0.7;
	}
	/* media */
	.mouses-media {
		display: flex;
		margin-top: 47px;
		gap: 50px;
	}
	.mouses-media .mouses-mediaHead {
		flex-shrink: 0;
		width: 540px;
	}
	.mouses-media .mouses-mediaText {
		font-size: 2rem;
		line-height: 1.6;
	}
	.mouses-media .mouses-mediaText02 {
		margin-top: 13px;
		font-size: 2.8rem;
		font-weight: bold;
		line-height: 1.3;
	}
	.mouses-media .mouses-mediaText03 {
		margin-top: 15px;
		font-size: 1.6rem;
	}
	.mouses-media .mouses-mediaImage {
		text-align: center;
	}
	.mouses-mediaNoteList {
		margin-top: 21px;
	}
	.mouses-media .mouses-mediaNoteList li {
		position: relative;
		padding-left: 16px;
		font-size: 1.6rem;
	}
	.mouses-media .mouses-mediaNoteList li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.mouses-media02 {
		display: flex;
		align-items: flex-end;
	}
	.mouses-media02 .mouses-mediaHead {
		width: calc(100% - 248px);
	}
	.mouses-media02 .mouses-mediaBody {
		flex-shrink: 0;
		width: 248px;
	}
	/* box */
	.mouses-box {
		margin-top: 60px;
		background-color: #bccfa9;
	}
	.mouses-box + .mouses-box {
		margin-top: 34px;
	}
	.mouses-box .mouses-boxInner {
		padding: 25px 50px;
	}
	.mouses-box .mouses-boxInner >:first-child {
		margin-top: 0 !important;
	}
	.mouses-box .mouses-boxTitle {
		margin-top: 20px;
		margin-bottom: 25px;
		text-align: center;
		font-size: 2rem;
		color: #000;
		font-weight: bold;
	}
	.mouses-box .mouses-boxText {
		margin-top: 20px;
		font-size: 1.6rem;
		color: #000;
	}
	.mouses-box .mouses-boxText .txtLarge {
		font-size: 2rem;
		font-weight: bold;
	}
	.mouses-box .mouses-boxList {
		margin-top: 13px;
	}
	.mouses-box .mouses-boxList > li {
		position: relative;
		padding-left: 16px;
		font-size: 1.6rem;
		color: #000;
	}
	.mouses-box .mouses-boxList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.mouses-box .mouses-boxList > li > .mouses-boxListNest >:first-child {
		margin-top: 0 !important;
	}
	.mouses-box .mouses-boxImage {
		margin-top: 20px;
		text-align: center;
	}
	.mouses-box .mouses-boxHr {
		width: calc(100% + 80px);
		height: 3px;
		margin: 30px 0 24px -40px;
		background-image: linear-gradient(to right, #ea0015, #ea0015 3px, transparent 3px, transparent 12px);
		background-size: 12px 3px;
	}
	.mouses-box .mouses-boxInquiry {
		text-align: center;
	}
	.mouses-box .mouses-boxInquiry >:first-child {
		margin-top: 0!important;
	}
	.mouses-box .mouses-boxInquiry .mouses-boxInquiryTxt {
		font-size: 1.6rem;
		color: #000;
	}
	.mouses-box .mouses-boxInquiry .mouses-boxInquiryTel {
		font-size: 1.6rem;
		color: #000;
	}
	/* other */
	.mouses-benefitsWrap {
		width: 67%;
	}
	#pageContainer .snsArea {
		margin: 54px auto 66px;
	}
	/* characterArea */
	.mouses-characterArea {
		position: relative;
		width: 1920px;
		height: 499px;
		left: 50%;
		transform: translateX(-50%);
		background-color: #fff;
		margin-top: 77px;
		margin-bottom: 75px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.mouses-characterArea::before {
		position: absolute;
		content: "";
		width: 1920px;
		height: 2px;
		top: -12px;;
		left: 0;
		background-size: 12px 2px;
		background-image: linear-gradient(to right, #fff 8px, transparent 4px);
		background-position: left bottom;
	}
	.mouses-characterArea::after {
		position: absolute;
		content: "";
		width: 1920px;
		height: 2px;
		bottom: -12px;;
		left: 0;
		background-size: 12px 2px;
		background-image: linear-gradient(to right, #fff 8px, transparent 4px);
		background-position: left bottom;
	}
	.mouses-characterImg {
		text-align: center;
		margin-top: 10px;
	}
	.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/themousesvest/img-files/index_ic03.webp") no-repeat 0 0 / contain;
	}
}
@media screen and (max-width: 750px) {
	/* override
	------------------------------------------------------ */
	body{
		font-size: 1.3rem;
	}
	body .snsArea{
		margin-top: 43px;
		margin-bottom: 0;
	}
	#pageContainer {
		background-color: #588629;
	}
	/* header
	------------------------------------------------------ */
	#header {
		height: 35px;
		padding: 0;
		border-bottom: none;
		background-color: #fff;
	}
	#headerLogo {
		padding: 4px 7px 6px;
	}
	#header #headerLogo img {
		width: 248px;
	}
	/* layout
	------------------------------------------------------ */
	#mainContainer {
		margin-top: 0;
	}
	#mainContents{
		padding: 16px 10px 38px;
	}
	/* footer
	------------------------------------------------------ */
	#footer {
		display: flex;
		align-items: center;
		justify-content: center;
		height: auto;
		margin-top: 0;
		padding: 10px 0;
		border: none;
		background-color: #fff;
		text-align: center;
	}
	#copyright {
		font-size: 1rem;
		color: #000;
	}
	/* section
	------------------------------------------------------ */
	.mouses-section02 + .mouses-section02 {
		margin-top: 90px;
	}
	/* mainVisual
	------------------------------------------------------ */
	.mainVisual {
		text-align: center;
		margin: 10px 10px 0;
	}
	.mainVisualInner {
		position: relative;
	}
	.mainVisualContents {
		width: 100%;
		position: absolute;
		content: "";
		top: calc((40 / 720) * 100vw);
		left: 0;
		text-align: center;
	}
	.mainVisualTitle img {
		width: calc((584 / 720) * 100vw);
	}
	.mainVisualText {
		margin-top: calc((28 / 720) * 100vw);
	}
	.mainVisualText img {
		width: calc((283 / 720) * 100vw);
	}
	/* news
	------------------------------------------------------ */
	.newsBox {
		margin-top: 30px;
	}
	.newsBox .newsBoxHeading {
		display: flex;
	}
	.newsBox .newsBoxHeading img {
		width: 57px;
	}
	.newsBox .newsBoxInner{
		width: auto;
		height: 79px;
		margin-top: 5px;
		padding: 10px 3px 10px 10px;
		background: #bccfa9;
	}
	.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;
		color: #000;
	}
	.newsBox .contentbox li .txt {
		display: table-cell;
		padding-right: 10px;
		color: #000;
	}
	.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: calc((44 / 720) * 100vw) 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: 21px;
		height: 13px;
		top: -15px;
		right: 50%;
		margin-right: -10px;
		background: url(/gecard/themousesvest/img-files/index_ic02.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: 72%;
		padding: 0 0 0 5px;
		vertical-align: middle;
		font-size: 1.3rem;
		text-align: left;
		line-height: 1.7;
	}
	.flow .flowDesc dd > span {
		display: block;
		padding: 10px 5px;
	}
	.flow .flowDesc dd a {
		color: #fff;
	}
	/* module
	------------------------------------------------------ */
	/* heading */
	.mouses-heading02 {
		position: relative;
		left: 50%;
		width: 100vw;
		margin-top: calc((52 / 720) * 100vw);
		padding-bottom: calc((20 / 720) * 100vw);
		text-align: center;
		transform: translateX(-50%);
		background-size: 6px 1px;
		background-image: linear-gradient(to right, #bccfa9 4px, transparent 2px);
		background-repeat: repeat-x;
		background-position: left bottom;
		z-index: 2;
		margin-right: -10px;
	}
	.mouses-heading02.mouses-character03 {
		padding-bottom: calc((27 / 720) * 100vw);
	}
	.mouses-heading02Title img {
		width: auto;
		height: calc((49 / 720) * 100vw);
	}
	.mouses-heading02.mouses-character03 .mouses-heading02Title img {
		height: calc((108 / 720) * 100vw);
	}
	.mouses-heading02 .mouses-heading02Inner {
		position: relative;
		margin: 0 auto;
	}
	.mouses-heading02.mouses-character01 .mouses-heading02Inner::before {
		position: absolute;
		content: "";
		top: calc((-46 / 720) * 100vw);
		left: calc((22 / 720) * 100vw);
		width: calc((169 / 720) * 100vw);
		height: calc((213 / 720) * 100vw);
		background: url("/gecard/themousesvest/img-files/index_im05.webp") no-repeat 0 0 / contain;
	}
	.mouses-heading02.mouses-character02 .mouses-heading02Inner::before {
		position: absolute;
		content: "";
		top: calc((-34 / 720) * 100vw);
		left: calc((4 / 720) * 100vw);
		width: calc((166 / 720) * 100vw);
		height: calc((115 / 720) * 100vw);
		background: url("/gecard/themousesvest/img-files/index_im06.webp") no-repeat 0 0 / contain;
	}
	.mouses-heading02.mouses-character03 .mouses-heading02Inner::before {
		position: absolute;
		content: "";
		top: calc((48 / 720) * 100vw);
		right: calc((12 / 720) * 100vw);
		width: calc((177 / 720) * 100vw);
		height: calc((109 / 720) * 100vw);
		background: url("/gecard/themousesvest/img-files/index_im07.webp") no-repeat 0 0 / contain;
	}
	.mouses-heading02.mouses-character02 .mouses-heading02Title {
		padding-left: calc((124 / 720) * 100vw);
	}
	.mouses-heading02.mouses-character03 .mouses-heading02Title {
		padding-right: calc((134 / 720) * 100vw);
	}
	.mouses-heading03 {
		margin-top: 53px;
		margin-bottom: 17px;
		text-align: center;
	}
	.mouses-heading03Title {
		position: relative;
		padding-bottom: calc((40 / 720) * 100vw);
	}
	.mouses-heading03Title::before {
		position: absolute;
		content: "";
		bottom: 0;
		left: 50%;
		width: calc((200 / 720) * 100vw);
		height: calc((4 / 720) * 100vw);
		background-color: #fff;
		transform: translateX(-50%);
	}
	.mouses-heading03Title img {
		width: 100%;
	}
	/* text */
	.mouses-lead {
		margin-top: 26px;
		margin-bottom: 15px;
		font-size: 2rem;
		font-weight: bold;
		line-height: 1.2;
	}
	.mouses-text01 { 
		margin-top: 15px;
		line-height: 1.3;
		font-size: 1.3rem;
	}
	.mouses-text02 { 
		margin-top: 15px;
		font-size: 1.2rem;
	}
	/* image */
	.mouses-image {
		margin-top: 15px;
		text-align: center;
	}
	.mouses-voiImage {
		margin-top: 20px;
		text-align: center;
	}
	/* list */
	.mouses-noteList {
		margin-top: 15px;
	}
	.mouses-noteList > li {
		position: relative;
		padding-left: 13px;
		font-size: 1.2rem;
		line-height: 1.3;
	}
	.mouses-noteList > li + li {
		margin-top: 2px;
	}
	.mouses-noteList[data-mark="static"] > li,
	.mouses-noteList[data-mark-sp="static"] > li {
		padding-left: 0;
	}
	.mouses-noteList[data-align="center"] > li,
	.mouses-noteList[data-align-sp="center"] > li {
		display: inline-block;
	}
	.mouses-noteList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.mouses-noteList[data-mark="static"] > li > .mark {
		position: static;
	}
	/* card
	------------------------------------------------------ */
	.ec00014-cardWrap {
		position: relative;
	}
	.ec00014-card {
		width: 100%;
		height: auto;
		margin: 20px auto 0;
		background-color: #fff;
	}
	.ec00014-card .ec00014-cardTitle {
		text-align: center;
	}
	.ec00014-card .ec00014-cardTitle img {
		width: auto;
		height: calc((40 / 720) * 100vw);
	}
	.ec00014-card .ec00014-cardInner {
		padding: calc((80 / 720) * 100vw) calc((40 / 720) * 100vw) calc((40 / 720) * 100vw);
	}
	.ec00014-card .ec00014-cardImage {
		text-align: center;
		margin: calc((28 / 720) * 100vw) calc((142 / 720) * 100vw) 0;
	}
	.ec00014-card .ec00014-cardText {
		text-align: center;
		font-size: calc((30 / 720) * 100vw);
		font-weight: bold;
		margin-top: calc((25 / 720) * 100vw);
		color: #ea0015;
		line-height: 1.3;
	}
	.ec00014-cardText02 {
		text-align: center;
		margin-top: calc((30 / 720) * 100vw);
		color: #000;
		font-size: calc((26 / 720) * 100vw);
		line-height: 1.3;
	}
	/* button */
	.applyBtn {
		margin-top: calc((30 / 720) * 100vw);
	}
	.mouses-btnWrap {
		margin-top: calc((32 / 720) * 100vw);
		margin-bottom: 73px;
		padding: 0 10px;
	}
	.mouses-btn {
		width: 100%;
		height: 50px;
	}
	.mouses-btn + .mouses-btn {
		margin-top: 16px;
	}
	.mouses-btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		height: 50px;
		text-align: center;
		padding: 5px 40px;
		font-size: 1.7rem;
		color: #ea0015;
		font-weight: bold;
		text-decoration: none;
		background-color: #fff;
		border-radius: 5px;
	}
	.mouses-btn a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 14px;
		width: 17px;
		height: 17px;
		margin-top: -8.5px;
		background: url("/gecard/themousesvest/img-files/index_ic01.webp") no-repeat 0 0 / contain;
		}
	/* media */
	.mouses-media {
		margin-top: 10px;
	}
	.mouses-media .mouses-mediaBody {
		margin-top: 21px;
	}
	.mouses-media .mouses-mediaText {
		font-size: 1.3rem;
		line-height: 1.4;
	}
	.mouses-media .mouses-mediaText02 {
		margin-top: 5px;
		font-size: 1.6rem;
		font-weight: bold;
	}
	.mouses-media .mouses-mediaText03 {
		margin-top: 10px;
		font-size: 1.2rem;
	}
	.mouses-media .mouses-mediaImage {
		text-align: center;
	}
	.mouses-mediaNoteList {
		margin-top: 6px;
	}
	.mouses-media .mouses-mediaNoteList li {
		position: relative;
		padding-left: 12px;
		font-size: 1.2rem;
	}
	.mouses-media .mouses-mediaNoteList li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.mouses-media02 .mouses-mediaBody {
		margin-top: 16px;
	}
	.mouses-media02 .mouses-mediaImage {
		text-align: center;
	}
	.mouses-media02 .mouses-mediaImage img {
		width: 139px;
	}
	/* box */
	.mouses-box {
		margin-top: 33px;
		background-color: #bccfa9;
	}
	.mouses-box + .mouses-box {
		margin-top: 10px;
	}
	.mouses-box .mouses-boxInner {
		padding: 20px 10px;
	}
	.mouses-box .mouses-boxInner >:first-child {
		margin-top: 0 !important;
	}
	.mouses-box .mouses-boxTitle {
		margin-top: 15px;
		margin-bottom: 15px;
		text-align: center;
		font-size: 1.5rem;
		font-weight: bold;
		color: #000;
	}
	.mouses-box .mouses-boxText {
		margin-top: 15px;
		font-size: 1.3rem;
		color: #000;
	}
	.mouses-box .mouses-boxText .txtLarge {
		font-size: 1.5rem;
		font-weight: bold;
	}
	.mouses-box .mouses-boxList {
		margin-top: 15px;
	}
	.mouses-box .mouses-boxList > li {
		position: relative;
		padding-left: 13px;
		font-size: 1.3rem;
		color: #000;
	}
	.mouses-box .mouses-boxList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.mouses-box .mouses-boxList > li > .mouses-boxListNest >:first-child {
		margin-top: 0 !important;
	}
	.mouses-box .mouses-boxImage {
		margin: 15px 11px 0;
		text-align: center;
	}
	.mouses-box .mouses-boxHr {
		width: 100%;
		height: 2px;
		margin: 18px 0 18px 0;
		background-image: linear-gradient(to right, #ea0015, #ea0015 2px, transparent 2px, transparent 6px);
		background-size: 6px 2px;
	}
	.mouses-box .mouses-boxInquiry {
		text-align: center;
	}
	.mouses-box .mouses-boxInquiry >:first-child {
		margin-top: 0!important;
	}
	.mouses-box .mouses-boxInquiry .mouses-boxInquiryTxt {
		margin-top: 3px;
		font-size: 1.3rem;
		color: #000;
	}
	.mouses-box .mouses-boxInquiry .mouses-boxInquiryTel {
		margin-top: 3px;
		font-size: 1.3rem;
		color: #000;
	}
	/* characterArea */
	.mouses-characterArea {
		position: relative;
		width: 1920px;
		height: 195px;
		left: 50%;
		transform: translateX(-50%);
		background-color: #fff;
		margin-top: 68px;
		margin-bottom: 27px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.mouses-characterArea::before {
		position: absolute;
		content: "";
		width: 1920px;
		height: 1px;
		top: -12px;
		left: 0;
		background-size: 6px 1px;
		background-image: linear-gradient(to right, #fff 4px, transparent 2px);
		background-position: left bottom;
	}
	.mouses-characterArea::after {
		position: absolute;
		content: "";
		width: 1920px;
		height: 1px;
		bottom: -12px;;
		left: 0;
		background-size: 6px 1px;
		background-image: linear-gradient(to right, #fff 4px, transparent 2px);
		background-position: left bottom;
	}
	.mouses-characterImg {
		text-align: center;
		margin-top: 10px;
	}
	.mouses-characterImg img {
		width: 151px;
	}
	.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/themousesvest/img-files/index_ic03.webp") no-repeat 0 0 / cover;
	}
}
/* Cleafix
------------------------------------------------------ */
.contentsWrap:after,
.flow:after {
	display: block;
	clear: both;
	content: "";
}