@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap');

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. ベース
　02. モジュール

******************************************************************************* */

/* ==

　01. ベース

=============================================================================== */
body {
	font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
	min-width: 950px;
}
.r3Header {
	position: relative;
	z-index: 12;
}
#topicPath {
	position: relative;
	z-index: 12;
	background: #fff;
}
#footer {
	background: #fff;
	padding-top: 24px;
	margin: 0;
}
p {
	font-size: 16px;
}
h1,h2,h3,h4 {
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
	line-height: 1.5;
	color: #000;
}
a {
	color: #000;
}
a[target="_blank"]::after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    width: 11px;
    height: 8px;
    background: url(/common/images/rn04/svg/blank_ico03.svg) left top no-repeat;
    background-size: contain;
}
.rNote01 {
	font-size: 12px;
}

/* ==

　02. モジュール

=============================================================================== */
/* MV
------------------------------------------------------------------------------*/
.rMv01 {
	opacity: 0;
	transition: all 1s linear;
}
.rMv01.inView {
	opacity: 1;
}
.rMv01_bg {
	height: 560px;
}
.rMv01_bg img {
	width: 100%;
	height: 560px;
	object-fit: cover;
}
.rMv01_in {
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
	top: -80px;
	z-index: 1;
}
.rMv01_in::before {
	content: "";
	width: 100px;
	height: 100%;
	display: block;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: -80px;
}
.rMv01_layer {
	background-color: #fff;
	box-shadow: 0 -30px 30px rgba(0, 0, 0, .08);
	max-width: 1400px;
	margin: 0 auto;
}
.rMv01_layer_in {
	position: relative;
	display: flex;
	justify-content: space-between;
	max-width: 1240px;
    margin: 0 auto;
}
.rMv01_layer_in::before {
	content: "";
	width: 50%;
	height: 240px;
	display: block;
	background-color: #248D96;
	position: absolute;
	top: -80px;
	left: calc(-50% + 40px);
}
.rMv01_tit {
	position: relative;
	background-color: #248D96;
	display: flex;
	align-items: center;
	height: 240px;
	width: 32.258%;
	max-width: 400px;
	top: -80px;
	left: 20px;
}

.rMv01_tit h1 {
	color: #fff;
	text-decoration: none;
	font-size: 17px;
	font-weight: 600;
}
.rMv01_tit h1 span {
	display: block;
	font-size: 50px;
	font-weight: bold;
	font-family: 'Noto Serif JP', serif;
}
.rMv01_txt {
	max-width: 660px;
	width: 56.896%;
	margin-right: 2.5%;
	padding-top: 50px;
}
.rMv01_tit::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #248D96;
	border-width: 120px 0px 120px 50px;
	position: absolute;
	right: -50px;
	top: 0;
}
.rMv01_txt p {
	font-weight: 500;
	line-height: 1.875;
	margin-bottom: 10px;
}
.rMv01_txt p:last-child {
	margin-bottom: 0;
}
.rMv01_txt .rMv01_heading {
	color: #248D96;
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 13px;
}
@media only screen and (max-width: 1240px) {
	.rMv01_tit h1 span {
		font-size: 42px;
	}
}

/* NEWS
------------------------------------------------------------------------------*/
.rNews {
	margin-bottom: 90px;
	padding: 0 20px;
}
.rNews_in {
	background-color: #F5F5F5;
	max-width: 1040px;
	margin: 0 auto;
	padding: 50px 100px;
}
.rNews_tit {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.rNews_in dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	color: #000000;
	margin-bottom: 20px;
	border-top: 1px solid #ccc;
}
.rNews_in dt {
    width: 12%;
    font-size: 14px;
    padding: 14px 0;
    border-bottom: 1px solid #ccc;
    color: #666666;
}
.rNews_in dd {
	width: 88%;
    font-size: 16px;
    padding: 14px 0;
    border-bottom: 1px solid #ccc;
}
.rNews_in a {
	text-decoration: none;
	color: #000;
}
.rNews_in a:hover {
	text-decoration: underline;
}
.rNews_in .rNews_btn {
	position: relative;
    display: inline-block;
    font-size: 16px;
    padding-right: 30px;
	color: #000000;
	text-decoration: underline;
}
.rNews_in .rNews_btn::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 0;
    width: 22px;
    height: 12px;
    background: url(/common/images/rn04/svg/arw_ico02.svg) left top no-repeat;
    background-size: contain;
}
.rNews_in .rNews_btn:hover {
	text-decoration: none;
}

/* コンテンツ
------------------------------------------------------------------------------*/
.rSupport {
	padding: 0 20px;
	overflow: hidden;
}
.rSupport_in {
	max-width: 1240px;
	margin: 0 auto;
}
.rSupport_in .rSupport_tit01 {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 50px;
}
.rSupport_in .rSupport_tit01 span {
	position: relative;
}
.rSupport_in .rSupport_tit01 span::before {
	content: "";
	width: 100%;
	height: 15px;
	display: block;
	background-color: #C2E3E6;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.rSupport_in .rSupport_tit02 {
	font-size: 20px;
	font-weight: bold;
}
.rSupport_col {
	display: flex;
	justify-content: space-between;
	max-width: 1040px;
    margin: 0 auto 150px;
}
.rSupport_col .rSupport_item {
	max-width: 165px;
	width: 14.224%;
	text-align: center;
	transition: all 1s cubic-bezier(0,.7,.7,1);
	transform: translateY(100px);
	opacity: 0;
}
.rSupport_col .rSupport_item img {
	max-width: 120px;
	width: 72.72%;
	height: auto;
}
.rSupport_col .rSupport_item p {
	text-align: center;
	margin-top: 20px;
	font-weight: 500;
	line-height: 1.4375;
	color: #000000;
}
.rSupport_col.inView .rSupport_item {
	opacity: 1;
	transform: translateY(0px);
}
.rSupport_col.inView .rSupport_item:nth-child(1) {transition-delay: .1s;}
.rSupport_col.inView .rSupport_item:nth-child(2) {transition-delay: .2s;}
.rSupport_col.inView .rSupport_item:nth-child(3) {transition-delay: .3s;}
.rSupport_col.inView .rSupport_item:nth-child(4) {transition-delay: .4s;}
.rSupport_col.inView .rSupport_item:nth-child(5) {transition-delay: .5s;}
.rSupport_col.inView .rSupport_item:nth-child(6) {transition-delay: .6s;}

@media only screen and (max-width: 1080px) {
	.rSupport_col .rSupport_item p {
		font-size: 14px;
	}
}

.rSupport_block {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.rSupport_block-reverse {
	flex-direction: row-reverse;
}
.rSupport_block_txt {
	width: 50%;
}
.rSupport_block_txt .rSupport_block_in {
	padding: 0 80px 0 40px;
}
.rSupport_block-reverse .rSupport_block_txt .rSupport_block_in {
	padding: 0 40px 0 80px;
}
.rSupport_block_txt .rSupport_block_in {
	position: relative;
	top: -55px;
}
.rSupport_block_in .rSupport_tit02 {
	margin-top: 30px;
}
.rSupport_block_txt h2 {
	font-size: 32px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.rSupport_block_txt p {
	margin-bottom: 15px;
	line-height: 2;
}
.rSupport_block_img {
	position: relative;
	width: 50%;
	background-color: #F5F5F5;
	aspect-ratio: 72 / 68;
}
.rSupport_img {
	width: calc(100% + 100px);
	right: -100px;
}
.rSupport_img img {
	width: 100%;
	height: auto;
}
.rSupport_block_img .rSupport_block_in {
	padding: 70px 0;
}
.rSupport_block-reverse .rSupport_block_img::before {
	content: "";
	width: 100px;
	height: 100%;
	display: block;
	background-color: #F5F5F5;
	position: absolute;
	top: 0;
	left: -100px;
	right: auto;
}
.rSupport_block_img h3 {
	font-size: 28px;
	font-weight: bold;
	margin: 0 0 10px;
	color: #000000;
}
.rSupport_block_img h3 span {
	font-size: 20px;
	display: flex;
}
.rSupport_num {
	font-size: 64px;
	font-weight: bold;
	color: #248D96;
	line-height: 1;
	margin-bottom: 25px;
	font-family: 'Roboto';
	display: inline-block;
}
.rSupport_num span {
	font-size: 128px;
	display: inline-block;
	margin-right: 15px;
}
.rSupport_graph {
	max-width: 530px;
	width: 85.3%;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.rSupport_graph .rSupport_graph_item {
	max-width: 160px;
	width: 30.1889%;
}
.rSupport_graph .rSupport_graph_item p {
	text-align: center;
	margin-bottom: 10px;
	color: #000000;
}
.rSupport_graph .rSupport_graph_item img {
	width: 100%;
	height: auto;
}
.rSupport_case {
	max-width: 1160px;
	margin: 60px auto 150px;
}
.rSupport_case h3 {
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid #DCDCDC;
	line-height: 1;
}
.rSupport_detail {
	position: relative;
	display: flex;
}
.rSupport_detail .rSupport_item {
	display: block;
	max-width: 360px;
	width: 31.03%;
	text-align: center;
	margin-right: 3.448%;
	text-decoration: none;
}
.rSupport_detail .rSupport_item:last-child {
	margin-right: 0;
}
.rSupport_detail .rSupport_item img {
	width: 100%;
	transition: all .2s linear;
}
.rSupport_detail .rSupport_item .rSupport_detail_tit {
	color: #248D96;
	font-size: 16px;
	font-weight: bold;
	margin: 17px auto 5px;
}
.rSupport_detail .rSupport_item p {
	font-size: 13px;
}
.rSupport_detail .rSupport_item:hover img {
	opacity: 0.7;
}
.rSupport_detail .rSupport_item:hover .rBtn01 {
	text-decoration: underline;
}
.rSupport_label {
	font-size: 14px;
	margin-top: 20px;
}
.rSupport_label li {
	position: relative;
}
.rSupport_label li::before {
	content: "";
	width: 20px;
	height: 20px;
	background-color: #248D96;
	display: inline-block;
	margin-right: 10px;
	transform: translateY(5px);
}
.rSupport_label li:last-child::before {
	background-color: #E0E0E0;
}
.rSupport_table {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #DCDCDC;
	margin-top: 20px;
	font-size: 16px;
}
.rSupport_table dt {
	background-color: #F5F5F5;
	padding: 12px 20px;
	border: 1px solid #DCDCDC;
	border-top: none;
	width: calc(15% - 42px);
	max-width: 75px;
	text-align: center;
}
.rSupport_table dd {
	padding: 12px 20px;
	border: 1px solid #DCDCDC;
	border-top: none;
	border-left: none;
	width: calc(85% - 41px);
	max-width: 425px;
}
.rLabel {
	position: relative;
	background-color: #248D96;
	width: 130px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	font-family: 'Noto Serif JP', serif;
}
.rLabel::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #248D96;
	border-width: 20px 0px 20px 10px;
	position: absolute;
	right: -10px;
	top: 0;
}
.rBtn01 {
    position: relative;
    display: block;
    width: 160px;
    border-radius: 5px;
	border: 1px solid #E5E5E5;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    margin: 20px auto 15px;
    padding: 15px 40px 15px 0px;
    transition: opacity .2s linear;
}
.rBtn01::after {
	content: "";
	background: url(/common/images/rn04/svg/arw_ico02.svg) no-repeat center center;
	width: 20px;
	height: 10px;
	position: absolute;
	top: 50%;
	right: 0;
	margin: -5px 20px 0 0;
}

/* モーダル
------------------------------------------------------------------------------*/
/* Magnific Popup CSS */
.mfp-wrap .mfp-iframe-holder .mfp-content{max-width:99%;width:7in;border:1px solid #959593;padding:0}.mfp-wrap .mfp-iframe-scaler iframe{box-shadow:none;background:#fff}.mfp-bg{z-index:1;overflow:hidden;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-bg,.mfp-wrap{top:0;left:0;width:100%;height:100%;position:fixed}.mfp-wrap{z-index:2;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:4}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:3}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:5;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{/* top:1px */}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:9pt;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1;filter:alpha(opacity=100)}.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow .mfp-a,.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow .mfp-b,.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left .mfp-b,.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right .mfp-b,.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure,img.mfp-img{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:9pt;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0 0;transform-origin:0 0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}.mfp-bg,.mfp-wrap{z-index:1101!important}.mfp-content{margin:5px 0 0;padding:50px 0 0}button.mfp-close{right:0;opacity:1;filter:alpha(opacity=100);padding:0;font-size:0;text-indent:-9999px;overflow:hidden}.mfp-iframe-holder .mfp-close{top:-54px;right:0;padding-right:0}.mfp-iframe-holder .mfp-close:active{top:-53px}
.mfp-iframe-holder .mfp-close {
	background: url(/innovation/soh/images/rn01/icon_close.svg) no-repeat right center;
}
.mfp-content {
	padding-bottom: 100px;
}
.rModal {
	position: relative;
	background-color: #fff;
	max-width: 1240px;
	margin: 0 auto;
	padding: 60px 0 30px;
}
.rModal::before {
	content: "";
	width: 440px;
	height: 100px;
	display: block;
	background-color: #248D96;
	position: absolute;
	right: 0;
	top: 0;
}
.rModal_in {
	overflow: hidden;
}
.rModal_head {
	display: flex;
    max-width: 1040px;
    margin: 0 auto 60px;
	flex-direction: row-reverse;
}
.rModal_head_txt {
	padding: 40px 10px 0;
}
.rModal_head_txt .rLabel {
	margin-bottom: 12px;
}
.rModal_head_txt .rModal_head_tit {
	font-size: 32px;
	margin-bottom: 5px;
}
.rModal_head_txt .rModal_head_tit + p {
	font-size: 15px;
}
.rModal_head_txt {
	max-width: 420px;
	width: 40.3846%;
}
.rModal_head_list {
	font-size: 15px;
	margin-top: 40px;
}
.rModal_head_list li {
	position: relative;
}
.rModal_head_list li::before {
	content: "⚫︎";
	display: inline-block;
	font-size: 10px;
	color: #B2B2B2;
	margin-right: 5px;
}
.rModal_head_list sup {
    margin: 0;
    font-size: 65%;
    vertical-align: 3px;
}
.rModal_head_img {
	max-width: 620px;
	width: 59.6153%;
}
.rModal_head_img img {
	width: calc(100% + 100px);
	height: auto;
	transform: translateX(10px);
}

.rModal_body {
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 10px;
}
.rModal_col {
	display: flex;
	justify-content: space-between;
}
.rModal_col_item {
	max-width: 510px;
	width: 49.038%;
	background-color: #F5F5F5;
}
.rModal_col_item_in {
	padding: 30px;
}
.rModal_col_tit {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #DCDCDC;
}
.rModal_col_list {
	font-size: 16px;
}
.rModal_col_list li {
	position: relative;
    text-indent: -1em;
    margin-left: 2em;
	margin-bottom: 15px;
}
.rModal_col_list li:last-child {
	margin-bottom: 0;
}
.rModal_col_list li::before {
	content: "■";
	color: #248D96;
	display: inline-block;
	margin-right: 1em;
	transform: scale(0.8);
}

.rModal_relation {
	margin-top: 50px;
}
.rModal_relation_tit {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.rModal_relation_list {
	border-top: 1px solid #DCDCDC;
}
.rModal_relation_list li {
	border-bottom: 1px solid #DCDCDC;
}
.rModal_relation_list li a {
	font-size: 16px;
	display: inline-block;
	padding: 15px 0;
}
.rModal_close01 {
	width: 32px;
	height: 32px;
	padding: 0;
	top: -40px;
	opacity: 1;
	cursor: pointer;
}
.rModal_close01:hover {
	opacity: 0.7;
}
.rModal_close01::after,
.rModal_close01::before {
	content: "";
	width: 32px;
	height: 1px;
	display: block;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: calc(50% - 16px);
	transform: rotateZ(-45deg);
}
.rModal_close01::before {
	transform: rotateZ(45deg);
}
.rModal_close02 {
    position: relative;
    padding: 0;
    left: auto;
    right: auto;
    top: 84px;
    bottom: auto;
    display: inline-block;
    width: 180px;
    height: 48px;
	opacity: 1;
	cursor: pointer;
    background: #000 url(/tech/images/rn01/index_icon03.svg) no-repeat center center;
}
.rModal_close02:hover {
	opacity: 0.7;
}


/* アニメーション
------------------------------------------------------------------------------*/
.fnSlideIn {
	transform: translateY(70px);
	transition: all 1s cubic-bezier(0,.7,.7,1);
	opacity: 0;
}
.fnSlideIn-d1 {
	transition-delay: .2s;
}
.fnSlideIn-d2 {
	transition-delay: .4s;
}
.fnSlideIn-d3 {
	transition-delay: .6s;
}
.fnSlideIn.inView {
	transform: translateY(0px);
	opacity: 1;
}