@charset "shift_jis";

/* ======================================================
 * /common-files/css/gecard/raccos/raccos.css
====================================================== */
body{
	min-width: 1260px;
	font-family: 'Heebo', 'Noto Sans CJK JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	color: #6f3e1c;
}
/* header
------------------------------------------------------ */
#header {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	border: none;
	background-color: #fff;
}
#headerLogo {
	position: relative;
	width: 1260px;
	margin: 0 auto;
	padding: 5px 30px;
}
#headerLogo img {
	max-height: 40px;
}
#headerLogo .imgOverlay {
	position: absolute;
	top: 5px;
	left: 30px;
	width: 80px;
	height: calc(100% - 10px);
	cursor: pointer;
}

/* layout
------------------------------------------------------ */
#pageContainer {
	overflow: hidden;
}
#mainContainer {
	margin-top: 0;
	background-color: #8cd9d3;
}
#mainContents{
	width: 1260px;
	padding: 30px 30px 0;
}
#mainContents >:first-child{
	margin-top: -170px;
}
a:hover,
a:visited,
a:link{
	color: #000;
	text-decoration: underline;
}
p,ul,ol,div {
	color: #000;
}
/* footer
------------------------------------------------------ */
#footer {
	margin-top: 0;
	padding: 0;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	font-size: 1.4rem;
	background: #000;
}
#copyright {
	color: #fff;
}
/* mainVisual
------------------------------------------------------ */
.mainVisual {
	background: url("/gecard/raccos/img-files/pc_main_bg01.jpg") no-repeat top center;
}
.mainVisual .mainVisualInner {
	width: 1260px;
	margin: 0 auto;
	padding: 75px 30px 154px;
}
.mainVisual .mainVisualTitle {
	position: relative;
	text-align: center;
}
.mainVisual .mainVisualTitle img.epos {
	animation-name:fadeOutAnime;
	animation-duration:3s;
	animation-delay: 1s;
	animation-fill-mode:forwards;
	opacity: 1;
}
.mainVisual .mainVisualTitle img.raccos {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	animation-name:fadeInAnime;
	animation-duration:3s;
	animation-delay: 1s;
	animation-fill-mode:forwards;
	opacity: 0;
}
.mainVisual .mainVisualImage {
	position: relative;
	width: fit-content;
	margin: 110px auto 0;
}
.mainVisual .mainVisualImage .imgOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.mainVisual .mainVisualText {
	margin-top: 50px;
	text-align: center;
}
.mainVisual .mainVisualText02 {
	position: relative;
	width: fit-content;
	margin: 0 auto;
}
.mainVisual .mainVisualText02 .imgOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.mainVisual .mainVisualNote {
	margin-top: 5px;
	text-align: center;
	font-size: 1.8rem;
}

/* news
------------------------------------------------------ */
.newsBox {
	position: relative;
	width: 100%;
	height: 155px;
	overflow-y: hidden;
	margin-top: 42px;
	padding: 0 30px 25px;
	border-radius: 20px;
	color: #000;
	background: rgba(255, 255, 255, 0.8);
}
.newsBox .newsHdg {
	padding: 15px 0 6px;
	border-bottom: 2px solid #6bcbb8;
	font-size: 2.0rem;
	font-weight: bold;
	color: #000;
	line-height: 1.0;
}
.newsBox .content {
	overflow: auto;
	position: relative;
	padding: 0px;
	height: 85px;
}
.newsBox .contentbox {
	padding: 15px 0 0;
	font-size: 16px;
	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 .contentbox li a ,
.newsBox .contentbox li a .txt,
.newsBox .contentbox li a:visited ,
.newsBox .contentbox li a:hover {
	text-decoration:underline;
}
.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: #6bcbb8;
	-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 #00c3b3;
	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 #00c3b3;
	border-right: 7.5px solid transparent;
	border-left: 7.5px solid transparent;
	position:absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: "";
}
/* card
------------------------------------------------------ */
.raccos-cardWrap {
	display: flex;
	margin-top: 30px;
}
.raccos-card {
	width: calc(100% / 2 - 15px);
	padding: 50px 10px 25px;
	border-radius: 20px;
	background: url("/gecard/raccos/img-files/index_bg03.jpg") repeat;
	text-align: center;
}
.raccos-card:nth-child(2) {
	margin-left: 30px;
}
.raccos-card .raccos-cardTitle {
	margin: 0 5%;
}
.raccos-card .raccos-cardLine {
	margin: 30px 13% 0;
}
.raccos-card .raccos-cardImage {
	margin: 35px 12.5% 0;
}
.raccos-card .raccos-cardText {
	margin: 40px 0 10px;
	font-size: 2.2rem;
}
/* flow
------------------------------------------------------ */
.flow--wrap {
	margin-top: 44px;
}
.flow > li {
	float: left;
	width: 290px;
	min-height: 290px;
	margin-right: 13px;
	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/raccos/img-files/pc_index_flow01.png");}
.flow > li.list02 {background-image: url("/gecard/raccos/img-files/pc_index_flow02.png");}
.flow > li.list03 {background-image: url("/gecard/raccos/img-files/pc_index_flow03.png");}
.flow > li.list04 {background-image: url("/gecard/raccos/img-files/pc_index_flow04.png");}
.flow > li a {color: #000;}
.flow > li .num {
	display: block;
	text-indent: -9999px;
	width: 100%;
	height: 42px;
}
.flow .flowDesc dd {
	padding-top: 175px;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}
.flow .flowDesc dd a {
	color: #000;
}
/* module
------------------------------------------------------ */
/* heading */
.raccos-heading02 {
	padding-top: 20px;
}
.raccos-heading02 .raccos-heading02Title {
	position: relative;
	width: fit-content;
	margin: 0 auto;
	padding: 0 70px;
	text-align: center;
}
.raccos-heading02 .raccos-heading02Title::before,
.raccos-heading02 .raccos-heading02Title::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 63px;
	height: 55px;
	margin-top: -27.5px;
	background: url("/gecard/raccos/img-files/index_im01.gif") no-repeat;
}
.raccos-heading02 .raccos-heading02Title::before {
	left: 0;
}
.raccos-heading02 .raccos-heading02Title::after {
	right: 0;
}
.raccos-heading02-02 {
	padding-top: 50px;
}
.raccos-heading02-02 .raccos-heading02Inner {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 103px;
	border-radius: 20px;
	background-image: url("/gecard/raccos/img-files/index_bg01.png"),
		url("/gecard/raccos/img-files/index_bg02.png");
	background-repeat: no-repeat;
	background-color: #fffbeb;
	background-position: left,right;
	background-size: contain;
}
.raccos-heading02-02.type01 .raccos-heading02Title::before{
	content: '';
	position: absolute;
	bottom: 8px;
	left: 40px;
	width: 80px;
	height: 98px;
	background: url("/gecard/raccos/img-files/index_im02.gif") no-repeat;
}
.raccos-heading02-02.type01 .raccos-heading02Title::after{
	content: '';
	position: absolute;
	bottom: 10px;
	right: 20px;
	width: 134px;
	height: 103px;
	background: url("/gecard/raccos/img-files/index_im03.gif") no-repeat;
}
.raccos-heading02-02.type02 .raccos-heading02Title::before{
	content: '';
	position: absolute;
	bottom: 8px;
	left: 40px;
	width: 72px;
	height: 73px;
	background: url("/gecard/raccos/img-files/index_im10.gif") no-repeat;
}
.raccos-heading02-02.type02 .raccos-heading02Title::after{
	content: '';
	position: absolute;
	bottom: 10px;
	right: 40px;
	width: 100px;
	height: 110px;
	background: url("/gecard/raccos/img-files/index_im11.gif") no-repeat;
}
.raccos-heading02-02.type03 .raccos-heading02Title::before{
	content: '';
	position: absolute;
	bottom: 8px;
	left: 52px;
	width: 130px;
	height: 94px;
	background: url("/gecard/raccos/img-files/index_im12.gif") no-repeat;
}
.raccos-heading02-02.type03 .raccos-heading02Title::after{
	content: '';
	position: absolute;
	bottom: 10px;
	right: 37px;
	width: 104px;
	height: 80px;
	background: url("/gecard/raccos/img-files/index_im13.gif") no-repeat;
}
.raccos-heading02-03 {
	margin-top: 45px;
	padding-top: 45px;
	text-align: center;
}
.raccos-heading02-03 {
	margin-top: 45px;
	padding-top: 45px;
	text-align: center;
}
.raccos-heading02-03 .raccos-heading02Title {
	position: relative;
}
.raccos-heading02-03 .raccos-heading02Title .imgOverlay {
	position: absolute;
	top: 37px;
	left: 110px;
	width: 104px;
	height: 74px;
	cursor: pointer;
}
.raccos-heading02-04 {
	margin-top: 50px;
	text-align: center;
}
.raccos-heading02-04 .raccos-heading02Title img {
	height: 53px;
}
/* btn */
.applyBtn {
	display: flex;
	margin: 25px 20px 0;
}
.applyBtn > li {
	width: 100%;
}
.applyBtn > li > a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 94px;
	border-bottom: 4px solid #7f4771;
	border-radius: 20px;
	background-image: linear-gradient(-45deg, #ca7fb3 25%, #c778af 25%, #c778af 50%, #ca7fb3 50%, #ca7fb3 75%, #c778af 75%, #c778af);
	background-size: 35px 35px;
}
.applyBtn > li > a:hover {
	height: 91px;
	margin-top: 3px;
	border-bottom: 1px solid #7f4771;
}
.applyBtn > li > a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background: url("/gecard/raccos/img-files/index_ic01.png") no-repeat;
}
.applyBtn > li > a > img {
	height: 40px;
}
.raccos-btnWrap {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	margin-bottom: 110px;
	padding: 0 30px ;
}
.raccos-btn {
	width: calc(50% - 15px);
}
.raccos-btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 90px;
	padding: 5px 60px;
	background: url("/gecard/raccos/img-files/index_bg05.jpg") repeat 63% bottom;
	border-bottom: 4px solid #72b6b1;
	border-radius: 43px;
	font-size: 2.8rem;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.raccos-btn a:hover {height: 88px;
	margin-top: 2px;
	border-bottom: 2px solid #72b6b1;
}
.raccos-btn a::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 22px;
	width: 34px;
	height: 34px;
	margin-top: -17px;
	background: url("/gecard/raccos/img-files/index_ic02.png") no-repeat;
}
.raccos-btn02 {
	display: flex;
	margin: 20px 20px 0;
}
.raccos-btn02 a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 64px;
	border-bottom: 4px solid #395ac6;
	border-radius: 20px;
	background-image: linear-gradient(-45deg, #647ced 25%, #6c83ee 25%, #6c83ee 50%, #647ced 50%, #647ced 75%, #6c83ee 75%, #6c83ee);
	background-size: 35px 35px;
}
.raccos-btn02 a:hover {
	height: 61px;
	margin-top: 3px;
	border-bottom: 1px solid #395ac6;
}
.raccos-btn02 a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background: url(/gecard/raccos/img-files/index_ic04.png) no-repeat;
}
.raccos-btn02 a img {
	height: 34px;
}
/* text */
.raccos-noteText {
	margin-top: 10px;
	text-align: center;
	font-size: 1.8rem;
}
/* list */
.raccos-noteList {
	margin-top: 30px;
}
.raccos-noteList > li {
	position: relative;
	padding-left: 18px;
	font-size: 1.8rem;
}
.raccos-noteList > li + li {
	margin-top: 5px;
}
.raccos-noteList > li > .mark {
	position: absolute;
	top: 0;
	left: 0;
}
/* media */
.raccos-mediaWrap {
	position: relative;
}
.raccos-media {
	display: flex;
	flex-flow: row wrap;
	margin-top: 75px;
}
.raccos-media .raccos-mediaHead {
	width: 47%;
	margin-right: 2%;
}
.raccos-media .raccos-mediaBody {
	width: 51%;
}
.raccos-media .raccos-mediaTxt {
	font-size: 2rem;
	line-height: 1.6;
}
.raccos-media .raccos-mediaTxt .large {
	font-size: 2.4rem;
}
.raccos-media .raccos-mediaImage {
	text-align: center;
}
.raccos-media .raccos-mediaTxt02 {
	margin-top: 10px;
	font-size: 2.8rem;
	line-height: 1.2;
	font-weight: bold;
}
.raccos-media .raccos-mediaTxt02 .colorRed {
	color: #e70012;
}
.raccos-media .raccos-mediaTxt03 {
	margin-top: 10px;
	font-size: 1.6rem;
}
.raccos-media .raccos-mediaNoteList {
	margin-top: 20px;
}
.raccos-media .raccos-mediaNoteList li {
	position: relative;
	padding-left: 16px;
	font-size: 1.6rem;
}
.raccos-media .raccos-mediaNoteList li .mark {
	position: absolute;
	top: 0;
	left: 0;
}
.raccos-media02 {
	margin-top: 50px;
}
.raccos-media02 .raccos-media02Body {
	position: absolute;
	bottom: 0;
	right: 86px;
}
.raccos-media02 .raccos-media02Lead {
	font-size: 3.5rem;
	font-weight: bold;
}
.raccos-media02 .raccos-media02Voi {
	text-align: center;
}
/* box */
.raccos-box {
	margin-top: 35px;
	border-radius: 20px;
	background: url("/gecard/raccos/img-files/index_bg04.jpg") repeat;
}
.raccos-box + .raccos-box {
	margin-top: 30px;
}
.raccos-box .raccos-boxInner {
	padding: 40px 60px;
}
.raccos-box .raccos-boxInner >:first-child {
	margin-top: 0;
}
.raccos-box .raccos-boxTitle {
	margin-top: 55px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
}
.raccos-box .raccos-boxText {
	margin-top: 15px;
}
.raccos-box .raccos-boxList {
	margin-top: 15px;
}
.raccos-box .raccos-boxList02 {
	margin-top: 15px;
}
.raccos-box .raccos-boxList > li {
	position: relative;
	padding-left: 16px;
}
.raccos-box .raccos-boxList > li + li {
	margin-top: 10px;
}
.raccos-box .raccos-boxList02 > li + li {
	margin-top: 0;
}
.raccos-box .raccos-boxList > li a {
	color: #000;
}
.raccos-box .raccos-boxList > li .mark {
	position: absolute;
	top: 0;
	left: 0;
}
.raccos-box .raccos-boxHr {
	width: calc(100% + 80px);
	height: 3px;
	margin: 40px 0 40px -40px;
	background-image: linear-gradient(to right, #00c3b3, #00c3b3 3px, transparent 3px, transparent 12px);
	background-size: 12px 3px;
}
.raccos-box .raccos-boxInquiry {
	text-align: center;
}
.raccos-box .raccos-boxInquiry >:first-child {
	margin-top: 0!important;
}
.raccos-box .raccos-boxInquiry .raccos-boxInquiryTxt {
	margin-top: 3px;
	font-size: 1.6rem;
}
.raccos-box .raccos-boxInquiry .raccos-boxInquiryTel {
	margin-top: 3px;
	font-size: 1.6rem;
}
.raccos-box .raccos-boxInquiry .raccos-boxInquiryTel a {
	text-decoration: none;
}
.raccos-box .raccos-boxImage {
	margin-top: 15px;
	text-align: center;
}
/* foot */
.raccos-foot {
	position: relative;
	left: 50%;
	width: 1920px;
	margin-top: 40px;
	background: url("/gecard/raccos/img-files/pc_foot_im01.jpg") no-repeat;
	transform: translateX(-50%);
}
.raccos-foot .raccos-footInner {
	position: relative;
	width: 1260px;
	margin: 0 auto;
	padding: 330px 30px 50px;
}
.raccos-foot .raccos-footInner .imgOverlay {
	position: absolute;
	top: 69px;
	right: 344px;
	width: 209px;
	height: 82px;
	cursor: pointer;
}
.raccos-foot .raccos-footImage {
	text-align: center;
}
/* iframe */
.raccos-iframe {
	margin-top: 15px;
	text-align: center;
}
.raccos-iframe .raccos-iframeVideo iframe {
	width: 580px;
	height: 360px;
}
/* modal */
.raccos-modalInlineWrapper {
	display: none;
}
#cboxMiddleRight,
#cboxMiddleLeft,
#cboxTopLeft,
#cboxTopRight,
#cboxTopCenter,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight {
	width: 0 !important;
	height: 0 !important;
}
#cboxClose {
	display: block;
	position: absolute;
	top: -25px !important;
	bottom: auto !important;
	right: -25px !important;
	background: url("/gecard/raccos/img-files/index_ic05.png") no-repeat 0 0 !important;
	width: 53px !important;
	height: 53px !important;
	text-indent: -9999px;
}
#cboxContent {
	border-radius: 10px;
}
.raccos-modalInner {
	border-radius: 10px;
	background: url("/gecard/raccos/img-files/index_bg06.jpg") no-repeat;
}
.raccos-modalInner02 {
	border-radius: 10px;
	background: url("/gecard/raccos/img-files/index_bg07.jpg") no-repeat 0 0 / contain;
}
.raccos-modalContents {
	position: relative;
	height: 643px;
}
.raccos-modalContents .raccos-modalClose {
	position: absolute;
	bottom: 45px;
	right: 0;
	left: 0;
	width: 278px;
	margin: auto;
	border-radius: 10px;
	background-color: #fff;
	overflow: hidden;
}
.raccos-modalContents .raccos-modalClose a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 64px;
	background-color: #106864;
	font-size: 2.2rem;
	color: #fff;
	text-decoration: none;
}
.raccos-modalContents .raccos-modalClose a:hover {
	opacity: 0.7;
}
.raccos-modalContents .raccos-modalClose a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 20px;
	width: 31px;
	height: 28px;
	margin-top: -14px;
	background: url("/gecard/raccos/img-files/index_ic06.png") no-repeat;
}
.raccos-modalContents .raccos-modalImage {
	position: absolute;
	bottom: 125px;
	left: 0;
	right: 0;
	width: fit-content;
	margin: auto;
}
.raccos-modalContents .raccos-modalImage img {
	max-width: 300px;
}
.raccos-modalInner .raccos-modalContents .raccos-modalImage[data-image="03"] {
	bottom: 300px;
}
.raccos-modalInner02 .raccos-modalContents .raccos-modalImage[data-image="01"] img {
	max-width: 500px;
}
/* pageTopBtn */
#pageTopBtn a {
	width: 66px;
	height: 215px;
	background: url("/gecard/raccos/img-files/index_im14.png") no-repeat;
}
#pageTopBtn a:hover {
	background: url("/gecard/raccos/img-files/index_im14.png") no-repeat;
	animation: fuwafuwa 2s infinite;
}
@media screen and (max-width: 750px) {
	body{
		min-width: 100%;
		font-size: 13px;
		font-size: 1.3rem;
	}
	#pageContainer{
		overflow-x: hidden;
	}
	#mainContents{
		width: 100%;
		padding-top: 20px;
	}
	/* header
	------------------------------------------------------ */
	#header {
		padding: 0 10px;
		height: 35px;
	}
	#headerLogo {
		width: auto;
		padding: 6px 0;
	}
	#headerLogo img {
		max-height: 27px;
	}
	#headerLogo .imgOverlay {
		position: absolute;
		top: 6px;
		left: 0;
		width: 54px;
		height: calc(100% - 12px);
		cursor: pointer;
	}
	/* layout
	------------------------------------------------------ */
	#mainContainer {
		margin-top: 0;
	}
	#mainContents{
		padding-right: 10px;
		padding-left: 10px;
	}
	#mainContents >:first-child{
		margin-top: -26%;
	}
	/* footer
	------------------------------------------------------ */
	#footer {
		height: 27.5px;
		padding: 8px 0;
		font-size: 8px;
		font-size: 0.8rem;
	}
	#copyright {
		font-size: 8px;
		font-size: 0.8rem;
	}
	/* mainVisual
	------------------------------------------------------ */
	.mainVisual {
		background: url("/gecard/raccos/img-files/sp_main_bg01.jpg") no-repeat 0 0 / 100%;
	}
	.mainVisual .mainVisualInner {
		width: 100%;
		margin: 0 auto;
		padding: 10% 10px 23%;
	}
	.mainVisual .mainVisualTitle {
		position: relative;
		text-align: center;
	}
	.mainVisual .mainVisualTitle img {
		height: 14vw;
		width: auto;
	}
	.mainVisual .mainVisualTitle img.epos {
		animation-name:fadeOutAnime;
		animation-duration:3s;
		animation-delay: 1s;
		animation-fill-mode:forwards;
		opacity: 1;
	}
	.mainVisual .mainVisualTitle img.raccos {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		animation-name:fadeInAnime;
		animation-duration:3s;
		animation-delay: 1s;
		animation-fill-mode:forwards;
		opacity: 0;
	}
	.mainVisual .mainVisualImage {
		margin: 23% 21% 0;
	}
	.mainVisual .mainVisualText {
		margin-top: 0;
		text-align: center;
	}
	.mainVisual .mainVisualText02 {
		margin: 5px 25% 0;
	}
	.mainVisual .mainVisualText02 .imgOverlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		cursor: pointer;
	}
	.mainVisual .mainVisualNote {
		margin-top: 10px;
		text-align: center;
		font-size: 3.5vw;
	}
	/* news
	------------------------------------------------------ */
	.newsBox{
		width: auto;
		height: 104px;
		margin: 10px 0 0;
		padding: 15px;
		background-size: 73px auto;
		background-position: right 16px bottom -11px;
	}
	.newsBox .newsHdg {
		padding: 0 0 2px;
		font-size: 18px;
		font-size: 1.8rem;
	}
	.newsBox .content {
		padding: 0px;
		height: 65px;
	}
	.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;
	}
	.newsBox .contentbox li .txt {
		display: table-cell;
	}
	.newsBox .mCSB_inside > .mCSB_container{
		margin-right: 15px;
	}
	.mCSB_scrollTools a+.mCSB_draggerContainer{
		margin: 11px 0 8px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools{
		width: 18px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail{
		width: 12px;
		border-radius: 2px;
	}
	.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;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::before,
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonUp::before{
		position:absolute;
		left: 0;
		border-right-width: 6px;
		border-left-width: 6px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonUp::before{
		top: 0;
		border-bottom-width: 8px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::before{
		bottom: 0;
		border-top-width: 8px;
	}
	.newsBox .mCustomScrollBox{
		height: calc(100% - 15px);
	}
	
	/* card
	------------------------------------------------------ */
	.raccos-cardWrap {
		display: block;
		margin-top: 15px;
	}
	.raccos-card {
		width: 100%;
		margin-top: 15px;
		padding: 30px 10px 15px;
		border-radius: 10px;
		background: url("/gecard/raccos/img-files/index_bg03.jpg") repeat 0 0 / 50%;
		text-align: center;
	}
	.raccos-card:nth-child(2) {
		margin-left: 0;
	}
	.raccos-card .raccos-cardTitle {
		margin: 0;
	}
	.raccos-card .raccos-cardLine {
		margin: 15px 12% 0;
	}
	.raccos-card .raccos-cardImage {
		margin: 20px 11% 0;
	}
	.raccos-card .raccos-cardText {
		margin: 20px 0 10px;
		font-size: 1.6rem;
	}
	/* flow
	------------------------------------------------------ */
	.flow--wrap{
		margin: 23px -10px 15px;
		padding: 2px 10px 18px;
	}
	.flow {
		font-size: 13px;
		font-size: 1.3rem;
	}
	.flow > li {
		position: relative;
		float: none;
		width: 100%;
		min-height: inherit;
		padding-top: 0;
		background: none !important;
	}
	.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: 17px;
		top: -20px;
		right: 50%;
		margin-right: -8px;
		background: url("/gecard/raccos/img-files/index_ic03.png") no-repeat top left / cover;
		-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: 26.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 13px;
		vertical-align: middle;
		font-size: 13px;
		font-size: 1.3rem;
		text-align: left;
		z-index: -1;
		line-height: 1.7;
	}
	/* module
	------------------------------------------------------ */
	/* heading */
	.raccos-heading02 {
		padding-top: 20px;
	}
	.raccos-heading02 .raccos-heading02Title {
		position: relative;
		width: fit-content;
		margin: 0 auto;
		padding: 0 45px;
		text-align: center;
	}
	.raccos-heading02 .raccos-heading02Title::before,
	.raccos-heading02 .raccos-heading02Title::after {
		content: '';
		position: absolute;
		top: 50%;
		width: 40px;
		height: 35px;
		margin-top: -17.5px;
		background: url("/gecard/raccos/img-files/index_im01.gif") no-repeat 0 0 / cover;
	}
	.raccos-heading02 .raccos-heading02Title::before {
		left: 0;
	}
	.raccos-heading02 .raccos-heading02Title::after {
		right: 0;
	}
	.raccos-heading02-02 {
		padding-top: 25px;
	}
	.raccos-heading02-02 .raccos-heading02Inner {
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		height: 55px;
		border-radius: 10px;
		background-image: url("/gecard/raccos/img-files/index_bg01.png"),
			url("/gecard/raccos/img-files/index_bg02.png");
		background-repeat: no-repeat;
		background-color: #fffbeb;
		background-position: max(-18vw,-65px),max(70vw,252px);
		background-size: contain;
	}
	.raccos-heading02-02.type03 .raccos-heading02Inner {
		height: 78px;
		background-position: max(-35vw,-126px),max(70vw,252px);
	}
	.raccos-heading02-02.type01 .raccos-heading02Title {
		padding: 0 78px;
	}
	.raccos-heading02-02.type02 .raccos-heading02Title {
		padding: 0 50px;
	}
	.raccos-heading02-02.type03 .raccos-heading02Title {
		padding: 0 64px;
	}
	.raccos-heading02-02.type01 .raccos-heading02Title img {
		max-height: 30px;
	}
	.raccos-heading02-02.type02 .raccos-heading02Title img {
		max-height: 29px;
	}
	.raccos-heading02-02.type03 .raccos-heading02Title img {
		max-height: 57px;
	}
	.raccos-heading02-02.type01 .raccos-heading02Title::before{
		content: '';
		position: absolute;
		bottom: 8px;
		left: 10px;
		width: 44px;
		height: 58px;
		background: url("/gecard/raccos/img-files/index_im02.gif") no-repeat 0 0 / cover;
	}
	.raccos-heading02-02.type01 .raccos-heading02Title::after{
		content: '';
		position: absolute;
		bottom: 10px;
		right: -10px;
		width: 78px;
		height: 60px;
		background: url("/gecard/raccos/img-files/index_im03.gif") no-repeat 0 0 / cover;
	}
	.raccos-heading02-02.type02 .raccos-heading02Title::before{
		content: '';
		position: absolute;
		bottom: 8px;
		left: 9px;
		width: 35px;
		height: 36px;
		background: url("/gecard/raccos/img-files/index_im10.gif") no-repeat 0 0 / cover;
	}
	.raccos-heading02-02.type02 .raccos-heading02Title::after{
		content: '';
		position: absolute;
		bottom: 8px;
		right: -2px;
		width: 52px;
		height: 57px;
		background: url("/gecard/raccos/img-files/index_im11.gif") no-repeat 0 0 / cover;
	}
	.raccos-heading02-02.type03 .raccos-heading02Title::before{
		content: '';
		position: absolute;
		bottom: 18px;
		left: 3px;
		width: 60px;
		height: 43px;
		background: url("/gecard/raccos/img-files/index_im12.gif") no-repeat 0 0 / cover;
	}
	.raccos-heading02-02.type03 .raccos-heading02Title::after{
		content: '';
		position: absolute;
		bottom: 17px;
		right: 0;
		width: 52px;
		height: 40px;
		background: url("/gecard/raccos/img-files/index_im13.gif") no-repeat 0 0 / cover;
	}
	.raccos-heading02-03 {
		margin-top: 10px;
		padding-top: 10px;
		text-align: center;
	}
	.raccos-heading02-03 .raccos-heading02Title {
		position: relative;
		width: fit-content;
		margin: 0 auto;
	}
	.raccos-heading02-03 .raccos-heading02Title .imgOverlay {
		position: absolute;
		top: 37%;
		left: 0;
		width: 15%;
		height: 61%;
		cursor: pointer;
	}
	.raccos-heading02-04 {
		margin-top: 30px;
		text-align: center;
	}
	.raccos-heading02-04 .raccos-heading02Title img {
		height: auto;
	}
	/* btn */
	.applyBtn {
		display: flex;
		margin: 25px 0 0;
	}
	.applyBtn > li {
		width: 100%;
	}
	.applyBtn > li > a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		height: 54px;
		padding: 0 45px;
		border-bottom: 2px solid #7f4771;
		border-radius: 10px;
		background-image: linear-gradient(-45deg, #ca7fb3 25%, #c778af 25%, #c778af 50%, #ca7fb3 50%, #ca7fb3 75%, #c778af 75%, #c778af);
		background-size: 15px 15px;
	}
	.applyBtn > li > a:hover {
		height: 54px;
		margin-top: 0px;
		border-bottom: 2px solid #7f4771;
	}
	.applyBtn > li > a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 15px;
		width: 25px;
		height: 25px;
		margin-top: -12.5px;
		background: url("/gecard/raccos/img-files/index_ic01.png") no-repeat 0 0 / cover;
	}
	.applyBtn > li > a > img {
		height: auto;
		max-height: 22px;
	}
	.raccos-btnWrap {
		display: block;
		margin-top: 30px;
		margin-bottom: 25px;
		padding: 0 15px;
	}
	.raccos-btn {
		width: 100%;
	}
	.raccos-btn + .raccos-btn {
		margin-top: 15px;
	}
	.raccos-btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		height: 52px;
		padding: 5px 40px;
		background: url("/gecard/raccos/img-files/index_bg05.jpg") repeat 0 0 / 50%;
		border-bottom: 2px solid #72b6b1;
		border-radius: 25px;
		font-size: 1.7rem;
		color: #000;
		font-weight: bold;
		text-decoration: none;
	}
	.raccos-btn a:hover {
		margin-top: 0;
		height: 52px;
		border-bottom: 2px solid #72b6b1;
	}
	.raccos-btn a::before{
		content: '';
		position: absolute;
		top: 50%;
		right: 15px;
		width: 17px;
		height: 17px;
		margin-top: -8.5px;
		background: url("/gecard/raccos/img-files/index_ic02.png") no-repeat 0 0 / cover;
	}
	.raccos-btn02 {
		display: flex;
		margin: 10px 0 0;
	}
	.raccos-btn02 a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 100%;
		height: 42px;
		padding: 0 45px;
		border-bottom: 2px solid #395ac6;
		border-radius: 10px;
		background-image: linear-gradient(-45deg, #647ced 25%, #6c83ee 25%, #6c83ee 50%, #647ced 50%, #647ced 75%, #6c83ee 75%, #6c83ee);
		background-size: 35px 35px;
	}
	.raccos-btn02 a:hover {
		height: 42px;
		margin-top: 0;
		border-bottom: 2px solid #395ac6;
	}
	.raccos-btn02 a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 15px;
		width: 25px;
		height: 25px;
		margin-top: -12.5px;
		background: url(/gecard/raccos/img-files/index_ic04.png) no-repeat 0 0 /cover;
	}
	.raccos-btn02 a img {
		height: auto;
		max-height: 22px;
	}
	/* text */
	.raccos-noteText {
		position: relative;
		margin-top: 10px;
		padding-left: 12px;
		text-align: left;
		font-size: 1.2rem;
	}
	.raccos-noteText .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.raccos-noteList {
		margin-top: 15px;
	}
	.raccos-noteList > li {
		position: relative;
		padding-left: 12px;
		font-size: 1.2rem;
	}
	.raccos-noteList > li + li {
		margin-top: 3px;
	}
	.raccos-noteList > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	/* media */
	.raccos-mediaWrap {
		position: relative;
	}
	.raccos-media {
		display: block;
		margin-top: 30px;
	}
	.raccos-media .raccos-mediaHead {
		width: auto;
		margin-right: 0;
	}
	.raccos-media .raccos-mediaBody {
		width: auto;
		margin-top: 20px;
	}
	.raccos-media .raccos-mediaImage {
		margin: 0 15%;
	}
	.raccos-media .raccos-mediaTxt {
		font-size: 1.3rem;
		line-height: 1.6;
	}
	.raccos-media .raccos-mediaTxt .large {
		font-size: 1.7rem;
		line-height: 1.6;
	}
	.raccos-media .raccos-mediaTxt02 {
		margin-top: 10px;
		font-size: 1.6rem;
		line-height: 1.2;
		font-weight: bold;
	}
	.raccos-media .raccos-mediaTxt02 .colorRed {
		color: #e70012;
	}
	.raccos-media .raccos-mediaTxt03 {
		margin-top: 10px;
		font-size: 1.2rem;
	}
	.raccos-media .raccos-mediaNoteList {
		margin-top: 15px;
	}
	.raccos-media .raccos-mediaNoteList li {
		position: relative;
		padding-left: 12px;
		font-size: 1.2rem;
	}
	.raccos-media .raccos-mediaNoteList li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.raccos-media02 {
		position: relative;
		margin-top: 25px;
	}
	.raccos-media02 .raccos-media02Head {
		padding-right: 100px;
	}
	.raccos-media02 .raccos-media02Body {
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.raccos-media02 .raccos-media02Lead {
		font-size: 2rem;
		font-weight: bold;
	}
	.raccos-media02 .raccos-media02Image img {
		width: 100px;
	}
	.raccos-media02 .raccos-media02Voi {
		text-align: left;
	}
	/* box */
	.raccos-box {
		position: relative;
		margin-top: 40px;
		border: 1px solid #fff;
		background: url("/gecard/raccos/img-files/index_bg04.jpg") repeat 0 0 / 50%;
	}
	.raccos-box + .raccos-box {
		margin-top: 20px;
	}
	.raccos-box .raccos-boxInner {
		padding: 25px 10px;
	}
	.raccos-box .raccos-boxInner >:first-child {
		margin-top: 0;
	}
	.raccos-box .raccos-boxTitle {
		margin-top: 40px;
		margin-bottom: 15px;
		text-align: center;
		font-size: 1.5rem;
		font-weight: bold;
	}
	.raccos-box .raccos-boxText {
		margin-top: 10px;
	}
	.raccos-box .raccos-boxList {
		margin-top: 10px;
	}
	.raccos-box .raccos-boxList02 {
		margin-top: 10px;
	}
	.raccos-box .raccos-boxList > li {
		position: relative;
		padding-left: 13px;
	}
	.raccos-box .raccos-boxList > li + li {
		margin-top: 10px;
	}
	.raccos-box .raccos-boxList02 > li + li {
		margin-top: 0;
	}
	.raccos-box .raccos-boxList > li a {
		color: #000;
	}
	.raccos-box .raccos-boxList > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.raccos-box .raccos-boxHr {
		width: 100%;
		height: 2px;
		margin: 30px 0;
		background-image: linear-gradient(to right, #00c3b3, #00c3b3 2px, transparent 2px, transparent 6px);
		background-size: 6px 2px;
	}
	.raccos-box .raccos-boxInquiry {
		text-align: center;
	}
	.raccos-box .raccos-boxInquiry >:first-child {
		margin-top: 0!important;
	}
	.raccos-box .raccos-boxInquiry .raccos-boxInquiryTxt {
		margin-top: 0;
		font-size: 1.3rem;
	}
	.raccos-box .raccos-boxInquiry .raccos-boxInquiryTel {
		margin-top: 0;
		font-size: 1.3rem;
	}
	.raccos-box .raccos-boxInquiry .raccos-boxInquiryTel a {
		text-decoration: none;
	}
	.raccos-box .raccos-boxImage {
		margin: 10px 5% 0;
		text-align: center;
	}
	/* foot */
	.raccos-foot {
		position: static;
		width: 100vw;
		margin-top: 30px;
		margin-left: -10px;
		background: url("/gecard/raccos/img-files/sp_foot_im01.jpg") no-repeat 0 0 / 100%;
		transform: none;
	}
	.raccos-foot .raccos-footInner {
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 37% 10px 4.5%;
	}
	.raccos-foot .raccos-footInner .imgOverlay {
		position: absolute;
		top: 13%;
		right: 10%;
		width: 30%;
		height: 15%;
	}
	.raccos-foot .raccos-footImage {
		margin: 0 32%;
		text-align: center;
	}
	/* iframe */
	.raccos-iframe {
		margin-top: 15px;
		text-align: center;
	}
	.raccos-iframe .raccos-iframeVideo iframe {
		width: 100%;
		height: 80vw;
	}
	/* modal */
	.raccos-modalInlineWrapper {
		display: none;
	}
	#cboxMiddleRight,
	#cboxMiddleLeft,
	#cboxTopLeft,
	#cboxTopRight,
	#cboxTopCenter,
	#cboxBottomLeft,
	#cboxBottomCenter,
	#cboxBottomRight {
		width: 0 !important;
		height: 0 !important;
	}
	#cboxClose {
		display: block;
		position: absolute;
		top: -15px !important;
		bottom: auto !important;
		right: -10px !important;
		background: url("/gecard/raccos/img-files/index_ic05.png") no-repeat 0 0 / cover !important;
		width: 25px !important;
		height: 25px !important;
		text-indent: -9999px;
	}
	#colorbox, #cboxWrapper, #cboxContent {
		overflow: visible!important;
	}
	#cboxContent {
		border-radius: 10px;
	}
	.raccos-modalInner {
		border-radius: 10px;
		background: url("/gecard/raccos/img-files/index_bg06.jpg") no-repeat 0 0 / contain;
	}
	.raccos-modalInner02 {
		border-radius: 10px;
		background: url("/gecard/raccos/img-files/index_bg07.jpg") no-repeat 0 0 / contain;
	}
	.raccos-modalContents {
		position: relative;
		height: 68vw;
	}
	.raccos-modalContents .raccos-modalClose {
		position: absolute;
		bottom: 15px;
		right: 0;
		left: 0;
		width: 123px;
		margin: auto;
		border-radius: 5px;
		background-color: #fff;
		overflow: hidden;
	}
	.raccos-modalContents .raccos-modalClose a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		height: 28px;
		background-color: #106864;
		font-size: 1.3rem;
		color: #fff;
		text-decoration: none;
	}
	.raccos-modalContents .raccos-modalClose a:hover {
		opacity: 1;
	}
	.raccos-modalContents .raccos-modalClose a::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 20px;
		width: 14.5px;
		height: 13px;
		margin-top: -6.5px;
		background: url("/gecard/raccos/img-files/index_ic06.png") no-repeat no-repeat 0 0 / cover;
	}
	.raccos-modalContents .raccos-modalImage {
		position: absolute;
		bottom: 20%;
		left: 0;
		right: 0;
		width: fit-content;
		margin: auto;
	}
	.raccos-modalContents .raccos-modalImage img {
		max-width: 40vw;
	}
	.raccos-modalInner .raccos-modalContents .raccos-modalImage[data-image="03"] {
		bottom: 47%;
	}
	
	.raccos-modalInner02 .raccos-modalContents .raccos-modalImage[data-image="01"] img {
		max-width: 50vw
	}
	/* pageTopBtn */
	#pageTopBtn a {
		width: 33px;
		height: 107px;
		background: url("/gecard/raccos/img-files/index_im14.png") no-repeat 0 0 / cover;
	}
	#pageTopBtn a:hover {
		background: url("/gecard/raccos/img-files/index_im14.png") no-repeat 0 0 / cover;
		animation: none;
	}
}
@keyframes fadeOutAnime{
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}
@keyframes fadeInAnime{
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}
@keyframes fuwafuwa {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-30px);
	}
	100% {
		transform: translateY(0px);
	}
}
/* Cleafix
------------------------------------------------------ */
.contentsWrap:after,
.flow:after {
	display: block;
	clear: both;
	content: "";
}