@charset "UTF-8";
/*-------------------------------------------
Base Setting
-------------------------------------------*/
html {
	font-size:62.5%;
}
body {
	min-width:1200px;
}

body,select,input,textarea {
	font:18px Helvetica,Arial,Tahoma,sans-serif;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", sans-serif;
	line-height:1.75;
	color:#000;
	-webkit-text-size-adjust:none;
}
@media all and (min-width: 768px) {
	body {
		font-weight:500;
	}
}
a {
	color:#000;
	cursor: pointer;
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
caption {
	margin-bottom:5px;
	text-align:left;
}
ins {
	background-color:#fcd700;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#fcd700;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
textarea {
	resize:vertical;
}
address {
	font-style:normal;
}
em {
	font-style:normal;
}
legend {
	display:none;
}
table {
	text-align: left;
	font-weight: normal;
}
th,td {
	font-weight: normal;
}
body {
	background:#ffffff;
	word-break: break-all;
}
img {
	max-width: 100%;
}
p > img {
	vertical-align: middle;
}

/*英単語を途中改行させない*/
.e-word {word-break:keep-all;}
/*英単語を途中改行させない(日本語と英語混在)*/
.mix-word {word-break:normal;}

/*-------------------------------------------
Header
-------------------------------------------*/
.rin-headerInner {
	position: relative;
	width: 100%;
	height: 130px;
	background: #fff;
	font-size: 1.6rem;
	line-height: 1.5625;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
	z-index: 100;
}
.rin-headerTop {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
}
.rin-headerLogo {
	width: 206px;
	margin-top: 30px;
}
.rin-headerMenuIcon {
	position: fixed;
	top: 30px;
	left: 50%;
	margin-left: 520px;
	z-index: 101;
}
.rin-headerMenuIcon > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	background: rgba(255, 255, 255, 0);
	border-radius: 10px;
	-webkit-backdrop-filter: brightness(125%) blur(10px);
	backdrop-filter: brightness(125%) blur(10px);
}
.rin-headerMenuIcon > a > img {
	width: 30px;
}
.rin-headerMenuIcon .rin-headerCloseIconImg {
	display: none;
}
.rin-headerMenu {
	overflow-y: scroll;
	display: none;
	position: fixed;
	top: 130px;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/resona_in/specialty/common/images/hamburger_bg_01.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
	background-color: #fff;
	z-index: 101;
}
.rin-headerMenuList {
	display: flex;
	flex-wrap: wrap;
	width: 1200px;
	margin: 50px auto 0;
	font-size: 3.6rem;
	font-weight: bold;
	z-index: 1;
}
.rin-headerMenuList .rin-headerMenuListItem {
	width: calc(50% - 40px);
	margin-top: 70px;
}
.rin-headerMenuList .rin-headerMenuListItem:nth-child(-n+2) {
	margin-top: 0;
}
.rin-headerMenuList .rin-headerMenuListItem:nth-child(2n) {
	margin-left: 80px;
}
.rin-headerMenuList .rin-headerMenuListItem a:hover {
	display: inline-block;
	position: relative;
	color: #f7920e;
}
.rin-headerMenuList .rin-headerMenuColumn {
	font-size: 3rem;
}
.rin-headerMenuList .rin-jsMenuCurrent {
	display: inline-block;
	position: relative;
	color: #f7920e;
}
.rin-headerMenuList .rin-jsMenuCurrent::before,
.rin-headerMenuList .rin-headerMenuListItem a:hover::before {
	content: "";
	position: absolute;
	top: 9px;
	left: -27px;
	width: 11px;
	height: 44px;
	background: #f7920e;
	border-radius: 20px;
}
.rin-headerMenuList .rin-headerMenuColumn.rin-jsMenuCurrent::before,
.rin-headerMenuList .rin-headerMenuListItem .rin-headerMenuColumn:hover::before {
	top: 2px;
}
.rin-headerMenu.show {
	display: block;
}
.rin-headerMenu.show + .rin-headerInner {
	position: fixed;
	top: 0;
}
.rin-headerMenu.show + .rin-headerInner .rin-headerMenuIconImg {
	display: none;
}
.rin-headerMenu.show + .rin-headerInner .rin-headerCloseIconImg {
	display: inline-flex;
}

/*-------------------------------------------
Footer
-------------------------------------------*/
.rin-footerTopicPathInner {
	width: 1200px;
	margin: 0 auto;
	padding: 15px 0;
}
.rin-footerTopicPathList {
	margin-top: -10px;
}
.rin-footerTopicPathList .rin-footerTopicPathItem {
	display: inline-block;
	font-weight: bold;
	margin-top: 10px;
}
.rin-footerTopicPathList .rin-footerTopicPathItem:nth-child(n+2) {
	margin-left: 15px;
}
.rin-footerTopicPathList .rin-footerTopicPathItem:nth-child(n+2)::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 24px;
	border-right: 2px solid #000;
	border-top: 2px solid #000;
	transform: rotate(45deg) translateY(-3px);
}
.rin-footerTopicPathList .rin-footerTopicPathItem > a:hover {
	text-decoration: underline;
}
.rin-footerNav {
	padding: 25px 0 55px;
	background: #f7f7f7;
	font-size: 1.6rem;
	line-height: 1.5625;
}
.rin-footerNavList {
	display: flex;
	flex-wrap: wrap;
	width: 1200px;
	margin: 0 auto;
}
.rin-footerNavList .rin-footerNavListItem {
	width: calc(25% - 8px);
	margin-left: 10px;
}
.rin-footerNavList .rin-footerNavListItem:nth-child(4n+1) {
	margin-left: 0;
}
.rin-footerNavList .rin-footerNavListItem:nth-child(n+5) {
	margin-top: 20px;
}
.rin-footerNavList .rin-footerNavListItem > a:hover {
	text-decoration: underline;
}
.rin-footerLogoInner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
	padding: 15px 0;
}
.rin-footerLogoImg .rin-footerLogoResona {
	width: 160px;
}
.rin-footerPurpose {
	display: inline-flex;
}
.rin-footerPurpose > img {
	width: 290px;
}
.rin-copyRight {
	padding: 18px 0;
	background: #0ca26c;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1;
	text-align: center;
}

/*-------------------------------------------
Main Area
-------------------------------------------*/
#wrap .rin-mainContents {
	position: relative;
}

#wrap .rin-mainInner {
	width: 1200px;
	margin: 90px auto 0;
	padding-bottom: 50px;
}

#wrap .rin-mainContents > .rin-mainInner > section {
	margin-top: 90px;
}
#wrap .rin-mainContents > .rin-mainInner > section > section {
	margin-top: 60px;
}
#wrap .rin-mainContents > .rin-mainInner > section:first-child {
	margin-top: 0;
}
