@charset "utf-8";
/*
 * CSS Variabls
 */
:root {
	--x-rcs-s0-head-size: 160px;
	--x-rcs-s0-head-size-md: 190px;
	--x-rcs-s0-head-size-sm: 160px;
	--rcs-s0-head-size: 0px;
	--rcs-s0-head-size-md: 0px;
	--rcs-s0-head-size-sm: 0px;
	--rcs-s0-navi-size: 80px;
	--rcs-s0-navi-size-md: 75px;
	--rcs-s0-navi-size-sm: 65px;
	--rcs-color:#666699;
	--rcs-color-2nd: ##E0FF98;
	--rcs-link-color:#1a0dab;
	--rcs-linked-color:#cccccc;
	--rcs-ckick-color:#ffffff;

	--rcs-font-color: black; 
	--rcs-ff-kaku-got:"Hiragino Kaku Gothic ProN", "-apple-system", "BlinkMacSystemFont", "Meiryo", sans-serif;
	--rcs-ff-normal: "游ゴシック", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
	--rcs-weight-w6: 600;
	--rcs-weight-w4: 400;
	--rcs-weight-bold: bold;
	--rcs-s0-menu-bgcolor: white; 
}

/*
 * common class
 */
body {
	font-family: var(--rcs-ff-kaku-got);
	--x-font-family: var(--rcs-ff-normal);
  font-size: var(--rcs-fsv-s0);
	color: var(--rcs-font-color);
}
a {
  color: var(--rcs-link-color) !important;
}
p {
	max-width: none !important;
}
li {
	max-width: max-content !important;
}
#rcs-s0-wrapper {
  margin: var(--rcs-s0-head-size) auto 0;
	width: 1200px;
  max-width: 100%;
}
@media screen and (min-width: 481px) and (max-width: 915px) {
  #rcs-s0-wrapper {
  	margin: var(--rcs-s0-head-size-md) 0 0 0;
		width: 900px;
  	max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #rcs-s0-wrapper {
  	margin: var(--rcs-s0-head-size-sm) 0 0 0;
		width: 100%;
  	max-width: 100%;
  }
}
#rcs-s0-wrapper__main {
  margin: 0 4vw;
}
.rcs-s0-stacker {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 916px) and (max-width: 1024px) {
  .rcs-s0-stacker {
    margin: 20px 0 0 0;
  }
}
@media screen and (max-width: 915px) {
  .rcs-s0-stacker {
    margin: 20px 0 0 0;
  }
}
@media screen and (min-width: 481px) and (max-width: 915px) {
  .rcs-s0-stacker {
    margin: 20px 0 0 0;
  }
}
@media screen and (max-width: 480px) {
  .rcs-s0-stacker {
    margin: 20px 0 0 0;
  }
	#rcs-s0-wrapper__main {
  	margin: 10px ;
	}
}

/*
 * Footer メニュー
 */
rcs-footer.footer {
	--margin: 2rem 0 0 0; 
	--background-color: var(--rcs-color); 
}
rcs-footer::part(toprow) {
	height: 40px;
}
rcs-footer::part(left) {
	--flex-basis: 60%;
	color: white;
	margin: 0 0 0 40px;
	white-space: nowrap;
}
rcs-footer::part(right) {
	justify-content: center;
}
rcs-footer::part(bottom) {
	font-size: var(--rcs-fsv-s0);
	color: white;
	display: flex;
	justify-content: end;
	padding: 0 0 10px 0;
}
.rcs-s0-footer-ul {
	margin: 50px 0 0 20px;
}
.rcs-s0-footer-ul li {
	font-size: var(--rcs-fsv-s1);
	list-style: none;
}
rcs-footer ul li svg {
	width:  60px;
	height: 60px;
}
.rcs-s0-footer-corpname {
	margin-right: 40px;;
	font-size: var(--rcs-fsv-s-2);
}
.rcs-s0-footer-info {
	font-weight: 400;
	font-size: var(--rcs-fsv-s-1);
}
@media screen and (min-width: 916px) and (max-width: 1024px) {
}
@media screen and (max-width: 915px) {
}
@media screen and (min-width: 481px) and (max-width: 915px) {
	rcs-footer::part(toprow) {
		flex-flow: row;
	}
}
@media screen and (max-width: 480px) {
	rcs-footer.footer {
    margin: 10px 0 10px;
  }
	rcs-footer::part(toprow) {
		flex-flow: column;
	}
	rcs-footer::part(left) {
		margin: 0 1rem;
		padding: 8px 0 0 0;
	}
	rcs-footer::part(bottom) {
		padding: 0;
	}
	.rcs-s0-footer-info {
		font-size: var(--rcs-fsv-s0);
	}
	.rcs-s0-footer-corpname {
		margin: 0 10px 10px 0;
	}
}
/*
 * Flex Box
 */
.rcs-s0-flexbox {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .rcs-s0-flexbox {
    flex-direction: column;
  }
}
.rcs-s0-contents-wrapper {
	margin: 5px 10px 5px;
	max-width: 98vw;
	padding-right: 0px;
	padding-left: 0px;
	flex-direction: row;
}

@media screen and (max-width: 480px) {
	.rcs-s0-contents-wrapper {
		margin: 0px 0px;
	}
}

/* 共通のアイコンエフェクト */
/* Style all font awesome icons */
.rcs-s0-faicon {
  padding-left: 20px;
	display:inline-block;	
  font-size: 2rem;
  --text-decoration: none;
}

/* Add a hover effect if you want */
.rcs-s0-faicon:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Instagram */
.rcs-s0-fa-instagram {
  --color: #c6529a; 
	fill: white;
	width: 1.5rem;
}
.rcs-s0-fa-instagram a {
	display:inline-block;
}
/* Facebook */
.rcs-s0-fa-facebook {
  --x-background: #3B5998;
  --x-color: white;
	fill: white;
	width: 1.5rem;
}

/* Twitter */
.rcs-s0-fa-twitter {
  --color: #55ACEE;
	fill: white;
	width: 1.5rem;
}
/* goo */
.rcs-s0-fa-goo {
  color: #55ACEE;
}
/*
バッジ
*/
/* ellipse */
.rcs-s0-badge-a {
  display: inline-block;
	color: #ffffff;
	padding: .3em;
	font-size: 0.6rem;
	width: fit-content;
	border-radius: 6px;
}
.rcs-s0-badge-b {
  display: inline-block;
  color: #fff;
  padding: 0.2rem 0.3rem;
  border-radius: 1rem;
  font-size: 0.6rem;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
}
.rcs-s0-bg-blue {
    background-color: #3998DB;
}

.rcs-s0-bg-red {
    background-color: #DC143C;
}

.rcs-s0-bg-green {
    background-color: #5CBD9D;
}

.rcs-s0-bg-yellow {
    background-color: #F29C33;
}

.rcs-s0-ff-kaku-got-w6 {
  --x-font-family: "Hiragino Kaku Gothic ProN", "-apple-system", "BlinkMacSystemFont", "Meiryo", sans-serif;
	font-family: --rcs-ff-kaku-got;
  font-weight: var(--rcs-weight-w6);
}
.rcs-s0-ff-kaku-got-w4 {
  font-family: "Hiragino Kaku Gothic ProN", "-apple-system", "BlinkMacSystemFont", "Meiryo", sans-serif;
  font-weight: var(--rcs-weight-w4);
}

.rcs-s0-ff-min-bold {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
	font-weight: bold;
}

.rcs-s0-ff-yu-got-w6 {
  font-family: "游ゴシック", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
  font-weight: var(--rcs-weight-w6);
}


/* 
 * rcs-headline component
 */
rcs-headline-1st.head {
  --color:var(--rcs-color); 
  --border: none;
	--border-bottom:solid 2px silver;
	--padding: 0.5rem 0;
	--font-size:1.5rem;
	--bold: none;
	--x-margin: 0 0 0.7rem 0;
	--margin: 0;
}
@media screen and (max-width: 480px) {
	rcs-headline-1st.head {
		--padding: 0;
		--margin: 1rem 0 0.5rem 0;
		--line-height: 2.5rem;
	}
}
rcs-hzmenu.hzmenu  {
	/*
	--top: 1px;
	--left: 2px;
	--position: absolute;
	--logo-width: 10%;
	--list-width: 80%;
	--info-width: 10%;
	--item-border: 1px dash purple;
	--font-size: var(--rcs-fsv-s2);
	--color: black;
*/
	--height: var(--rcs-s0-navi-size);
	--item-background-color: var(--rcs-color);
	--item-color:white;
	--item-width: 22ch;
	--item-border: 1px dotted purple;
	--item-align: center;
}
rcs-hzmenu::part(logo) {
	flex-basis: 10%;
}
rcs-hzmenu::part(info) {
	display: none;
}
@media screen and (min-width: 916px) and (max-width: 1024px) {
}
@media screen and (min-width: 481px) and (max-width: 915px) {
	rcs-hzmenu.hzmenu {
		--height: var(--rcs-s0-navi-size-md);
	}
	rcs-hzmenu::part(logo) {
		flex-basis: 30%;
  }
	rcs-hzmenu::part(info) {
		display: block;
		position:absolute;
		right: 100px;
		top: 5px;
  }
	.rcs-s0-hzmenu-logo {
		width: 75%;	
	}
	.rcs-hzmenu-facebook {
			width: 30px;
			height: 30px;
		}
}
@media screen and (max-width: 480px) {
	rcs-hzmenu.hzmenu {
  	--height: var(--rcs-s0-navi-size-sm);
	}
	rcs-hzmenu::part(logo) {
		flex-basis: 30%;
	}
	rcs-hzmenu::part(info) {
		display: none;
  }
	.rcs-s0-hzmenu-facebook {
		width: 30px;
		height: 30px;
	}
	.rcs-s0-hzmenu-logo {
		width: 65%;	
		display: block
	}
}
/*
 * 新ハンバーガーメニュー V3
 */
rcs-hbmenu.hbmenu {
	--font-size: var(--rcs-fsv-s0);
	/* アイコン表示位置 */
	--icon-color: var(--rcs-color);
	--icon-right:1em;
	--icon-top: 1em;
	--icon-padding: 20px 9px;

	/* ３本線の幅、厚み、色 */
	--line-height: 4px;
	--line-width: 30px;
	--line-color:white; 

	/* メニュー */
  --menu-background-color: var(--rcs-color);
	--menu-top: 5em; 
	--menu-right: 10px;
	--menu-width: 18em;
}
@media screen and (min-width: 481px) and (max-width: 915px) {
	rcs-hbmenu.hbmenu {
    display: block;
  }
}

@media screen and (max-width: 480px) {
	rcs-hbmenu.hbmenu {
    display: block;
  }
}