@charset "UTF-8";

/* ▼▼▼ トップ
======================================================*/
#mainVisual {
	width: 100%;
	height: calc(100vh - 80px);
	background:url('../img/mv_bg_pc.jpg') no-repeat center / cover;
	margin: 80px auto 0;
	position: relative;
	}
#mainVisual::after{
	content: '';
	width: 100%;
	height: 300px;
	max-height:30vh;
	max-width: 1200px;
	background: url('../img/mv_photo_pc.jpg') no-repeat center bottom / contain;
	margin: auto;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	}
#mainVisual .mv_inner{
	width:80%;
	padding: 50px 0 0 0;
	position: absolute;
	top: 40vh;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	z-index: 1;
	}
#mainVisual .mv_inner p{
	text-align: center;
	}
#mainVisual .mv_inner p:first-of-type{
	padding:30px 0;
	}
#mainVisual .mv_inner p:first-of-type img{
	width:420px;
	}
#mainVisual .mv_inner p:nth-of-type(2){
	margin:10px auto 5px;
	}
#mainVisual .mv_inner p:nth-of-type(2) img{
	width: 80%;
	max-width: 1000px;
	}
#mainVisual .mv_inner p:nth-of-type(3){
	font-size: 20px;
  font-weight: bold;
	}
#mainVisual p.scroll{
	visibility: hidden;
	margin:50px auto 0;
	font-size:20px;
	font-weight: normal;
	text-align: center;
	position: relative;
	}
	#mainVisual p.scroll a{
		display: inline-block;
		width: 100px;
		height: 100px;
		border: 1px solid #314b57;
		border-radius: 50px;
		padding: 20px 0 0 0;
		}
		#mainVisual p.scroll a::after{
			content:'';
			width:10px;
			height:10px;
			border-top: 2px solid #314b57;
			border-right: 2px solid #314b57;
			margin:auto;
			-webkit-transform: rotate(135deg);
			transform: rotate(135deg);
			position: absolute;
			right:0;
			bottom:25px;
			left:0;
			}
	#mainVisual p.scroll a:link,
	#mainVisual p.scroll a:hover,
	#mainVisual p.scroll a:visited,
	#mainVisual p.scroll a:active{
		color:#314b57;
		text-decoration: none;
		}


/* ▼ 「ロスマネ」とは？
------------------------------------------------------*/
section#overview_01 .read{
	position: relative;;
	}
section#overview_01 .read::before{
	content: '';
  width: 600px;
  height: 600px;
  background: url(../img/bg_o_light.png) no-repeat center / contain;
  position: absolute;
	top: -250px;
  left: -400px;
  z-index: -1;
	}
section#overview_01 .read::after{
	content: '';
  width: 500px;
  height: 650px;
  background: url(../img/bg_a_light.png) no-repeat center / contain;
  position: absolute;
  bottom: 80px;
  right: -290px;
  z-index: -1;
	}

section#overview_01 .read > img:first-of-type{
	width: 75%;
  margin-bottom: 70px;
	}
section#overview_01 .read > img:last-of-type{
	width:70%;
	}
section#overview_01 .overview_01_flexread{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin:20px auto 80px;
	}
	section#overview_01 .overview_01_flexread p:first-of-type{
		width:340px;
		text-align: center;
	}
	section#overview_01 .overview_01_flexread p:first-of-type img{
		width:260px;
	}
	section#overview_01 .overview_01_flexread p:last-of-type{
		width:calc(100% - 340px);
		color:#595757;
		font-size:20px;
		line-height: 1.4;
	}

	section#overview_01 .overview_01_flexread p strong{
		font-weight: bold;
		}

	section#overview_01 p.overview_frametext{
		margin:auto;
		text-align: center;
	}
	section#overview_01 p.overview_frametext span{
		display: inline-block;
    border: 2px solid #485157;
    border-radius: 60px;
    padding: 2px 30px 4px;
    margin: 160px auto 30px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
		}

section#overview_01 ul.overview_01_example{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	}
	section#overview_01 ul.overview_01_example li{
		width:31%;
    letter-spacing: -0.05em;
		}
	section#overview_01 ul.overview_01_example li h3.title{
		margin-top:10px;
		}


section#overview_02{
	padding-bottom: 280px;
	position: relative;
	}
	section#overview_02::before{
		content: '';
		width: 230px;
		height: 500px;
		background: url(../img/mockup_deco.png) no-repeat center / contain;
		position: absolute;
		top: 140px;
		right: 160px;
		z-index: -1;
		}
	section#overview_02:after{
		content:'';
		width:100%;
		height: 200px;
		background: url('../img/bottom_logo.png') no-repeat center bottom / contain;
		margin:auto;
		position: absolute;
		right:0;
		bottom:-5px;
		left:0;
		z-index: 0;
		}

/* モックアップエリア共通  */
section#overview_02 > h1{
	margin-bottom:100px;
	}
section#overview_02 div.mockup p{
	width:47%;
	position: relative;
	z-index: 1;
	}
section#overview_02 div.mockup p:first-of-type,
section#overview_02 div.mockup p:nth-of-type(2){
	color:#314b57;
	font-weight: bold;
	}
section#overview_02 div.mockup p:first-of-type{
	font-size:54px;
	letter-spacing: -0.05em;
	line-height: 1.4;
	}
section#overview_02 div.mockup p:nth-of-type(2){
	font-size:36px;
	line-height: 1.3;
	margin-bottom: 15px
	}
section#overview_02 div.mockup p:last-of-type{
	font-size: 20px;
	line-height:1.4;
	}

/* モックアップ各ブロック個別スタイル  */
section#overview_02 div.block01{
	margin: 0 auto 200px;
	/* padding: 200px 0; */
	}
	section#overview_02 div.block01::before{
		content:'';
		width:650px;
		height:650px;
		background: url("../img/bg_o.png") no-repeat center / contain;
		position: absolute;
		top: 120px;
		left: -330px;
		z-index: -1;
		}
	section#overview_02 div.block01::after{
		content: '';
		width: 560px;
		height: 540px;
		background: url(../img/mockup_01.gif) no-repeat center / contain;
		position: absolute;
		top: -60px;
		right: 10px;
		z-index: 0;
		}
section#overview_02 div.block02{
	margin: 400px auto 460px;
	}
	section#overview_02 div.block02::before{
		content:'';
		width:540px;
		height:560px;
		background: url("../img/bg_a.png") no-repeat center / contain;
		position: absolute;
		top: 180px;
		right: -360px;
		z-index: 0;
		}
	section#overview_02 div.block02::after{
		content:'';
		width:800px;
		height:520px;
		background: url("../img/mockup_02.gif") no-repeat center / contain;
		position: absolute;
		top: -50px;
		left: -240px;
		z-index: 0;
		}
	section#overview_02 div.block02 p{
		margin-right:0;
		margin-left:auto;
		}


section#overview_02 div.block03{
	margin: 400px auto;
	}
	section#overview_02 div.block03::before{
		content:'';
		width:400px;
		height:770px;
		background: url("../img/bg_e.png") no-repeat center / contain;
		position: absolute;
		top: -130px;
		left: -280px;
		z-index: 0;
		}
	section#overview_02 div.block03::after{
		content:'';
		width:680px;
		height:610px;
		background: url("../img/mockup_03.gif") no-repeat center / contain;
		position: absolute;
		top: -50px;
		right: -240px;
		z-index: 0;
		}

section#overview_02 div.block04{
	text-align: center;
	}
section#overview_02 div.block04 > p{
  padding-top: 140px;
	color:#314b57;
	font-size:40px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	}
section#overview_02 div.block04 > img{
	width:40%;
	margin:40px auto;
	}
section#overview_02 div.block04 ul.icon_wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 30px 0;
	}
section#overview_02 div.block04 ul.icon_wrap li{
	width:20%;
	color:#314b57;
	font-size:20px;
	text-align: center;
	line-height: 1.3;
	}
section#overview_02 div.block04 ul.icon_wrap li img{
	width:100px;
	margin-bottom:15px;
	}
section#overview_02 div.block04 span{
	display: block;
	width:80%;
	margin:40px auto 0;
	text-align: left;
	}



/* ▼ ロスマネにできること
------------------------------------------------------*/
section#feature{

	}
section#feature ul.case{

	}
	section#feature ul.case li{
		border-top:5px solid #314b57;
		background: #fff;
		padding-bottom:30px;
		margin-bottom:45px;
		font-weight: 500;
		position: relative;
		}
	section#feature ul.case li:before{
		background: #314b57;
		padding: 0 20px 5px;
		color: #fff;
		font-size: 20px;
		font-family: 'Questrial', sans-serif;
		line-height: 1.2;
		position: absolute;
		top: -1px;
		left: 0;
		}
		section#feature ul.case li.case1:before{
			content:'Case1';
			}
		section#feature ul.case li.case2:before{
			content:'Case2';
			}
		section#feature ul.case li.case3:before{
			content:'Case3';
			}
		section#feature ul.case li.case4:before{
			content:'Case4';
			}
		section#feature ul.case li.case5:before{
			content:'Case5';
			}
		section#feature ul.case li.case6:before{
			content:'Case6';
			}
		section#feature ul.case li.case7:before{
			content:'Case7';
			}
		section#feature ul.case li.case8:before{
			content:'Case8';
			}


	section#feature ul.case li .case_head{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding:30px 30px 0 30px;
		position: relative;
		cursor: pointer;
		}
	section#feature ul.case li .case_head.open::after{
		content:'';
		width:40px;
		height: 40px;
		background:url('../img/case_plus.png') no-repeat center / contain;
		position: absolute;
		top:25px;
		right:25px;
		}
	section#feature ul.case li .case_head.close::after{
		content:'';
		width:40px;
		height: 40px;
		background:url('../img/case_minus.png') no-repeat center / contain;
		position: absolute;
		top:25px;
		right:25px;
		}
	section#feature ul.case li .case_head .case_head_inner{
		width:70%;
		}
	section#feature ul.case li .case_head .case_head_inner h2.title{
		font-size:42px;
		font-weight: bold;
		text-align: left;
		}
	section#feature ul.case li .case_head .case_head_inner .case_read{
		line-height: 2;
		}
	section#feature ul.case li .case_head .case_head_inner .case_read span{
		letter-spacing: -0.6em;
		padding-right: 15px;
		}
	section#feature ul.case li .case_head > p{
		width:30%;
		text-align: center;
		}
		section#feature ul.case li .case_head > p img{
			height:160px;
			}

section#feature ul.case li .case_content{
	display: none;
	padding:30px 30px 0 30px;
	color:#575757;
	font-size:20px;
	font-weight: 400;
	text-align: center;
	line-height: 1.5;
	}

	section#feature ul.case li .case_content img{
		width:90%;
		}
	section#feature ul.case li.case5 .case_content img,
	section#feature ul.case li.case7 .case_content img{
		width:100%;
		}
	section#feature ul.case li.case8 .case_content img{
		width:80%;
		}
	section#feature ul.case li .case_content p{
		margin-top:30px;
		text-align: left;
		}



/* ▼ 対応端末
------------------------------------------------------*/
section#spec{

	}
section#spec p.spec_img{
	text-align: center;
	}
section#spec p.spec_img img{
	width:430px;
	}
section#spec table{
	width:75%;
	margin:70px auto 45px;
	}
section#spec table tr th,
section#spec table tr td{
	padding:5px 0;
	color:#314b57;
	font-size:20px;
	border-bottom:1px solid #314b57;
	}
	section#spec table tr:first-of-type th,
	section#spec table tr:first-of-type td{
		border-top:1px solid #314b57;
		}
section#spec table tr th{
	width:30%;
	font-weight:normal;
	}



/* ▼ 会社概要（運営会社）
------------------------------------------------------*/
section#company{
}

section#company dl{
	width:75%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin:0 auto 25px auto;
	color:#314b57;
	font-size:20px;
	}
section#company dl dt{
	width:110px;
	position: relative;
	}
section#company dl dt::after{
	content:'：';
	position: absolute;
	right:5px;
	}
section#company dl dd{
	width: calc(100% - 110px);
	}

/* ▼ 取扱会社
------------------------------------------------------*/
section#dealers p{
	margin:auto;
	font-size:20px;
	text-align: center;
}
section#dealers p:last-of-type{
	margin-top:30px;
	font-size:16px;
}


/* ▼ トップページ下部　お問い合わせボタン
------------------------------------------------------*/

section#top_contact p{
	margin: 0 auto 30px;
	color:#314b57;
	font-size:26px;
	font-weight: bold;
	text-align: center;
	}

section#top_contact .contact_btn{
	text-align: center;
	height:68px;
	}
section#top_contact .contact_btn a {
	display: inline-block;
    background: #314b57;
    border-radius: 34px;
	padding: 12px 30px;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    position: relative;
	}
section#top_contact .contact_btn a:hover{
	opacity: 0.6;
	}

#home footer{
	margin-top:70px;
	}


/* ▼▼▼ 769px〜930px
====================================================== */
	@media screen and (min-width:769px) and ( max-width:930px) {
		section#overview_02 > h1 {
    	font-size: 34px;
			}
		section#overview_02 div.mockup p:nth-of-type(2) {
	    font-size: 30px;
			}
		section#overview_02 div.block01::after {
	    width: 50%;
			}
		section#overview_02 div.block02::after {
	    width: 90%;
			}
		section#overview_02 div.block03::after {
	    width: 80%;
			}
		section#feature ul.case li .case_head .case_head_inner h2.title{
			font-size:31px;
			}
	}

/* ▼▼▼ 769px〜930px（IEのみ）
====================================================== */
	@media all and (min-width:769px) and ( max-width:930px) and (-ms-high-contrast: none) {
		section#overview_02 div.block01::after {
			right: 50%;
			}
		section#overview_02 div.block03::after {
			right: 50%;
			}
	}


/* ▼▼▼ 480px〜768px
======================================================*/
@media screen and (max-width: 768px) {
#mainVisual {
	width: 100%;
	height: calc(100vh - 50px);
	background:url('../img/mv_bg_sp.jpg?1218') no-repeat center / cover;
	margin: 50px auto 0;
	}
#mainVisual::after {
  content: '';
  display: none;
	}

#mainVisual .mv_inner{
	width: 90%;
	margin: auto;
  top: 0;
  left: 0;
  right: 0;
	transform: none;
	}
#mainVisual .mv_inner p:first-of-type {
  padding: 30px 0 0;
	}
#mainVisual .mv_inner p:first-of-type img {
  width: 80%;
  margin: 0 auto 20px;
	}
#mainVisual .mv_inner p:nth-of-type(2) {
  margin: auto;
	}
	#mainVisual .mv_inner p:nth-of-type(2) img{
	width:80%;
	margin: 10px auto 20px;
	}
#mainVisual .mv_inner p:last-of-type{
  font-size: 14px;
  line-height: 1.6;
	}
#mainVisual .mv_inner p:nth-of-type(3) {
  font-size: 14px;
	}
#mainVisual p.scroll a {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    padding: 15px 0 0 0;
    font-size: 12px;
	}
	#mainVisual p.scroll a::after {
    width: 6px;
    height: 6px;
	border-top: 1px solid #314b57;
    border-right: 1px solid #314b57;
    bottom: 13px;
	}


section {
    padding: 20px 0;
	}

/* ▼ 「ロスマネ」とは？
------------------------------------------------------*/
section#overview_01 .read::before {
  content: '';
  width: 325px;
  height: 325px;
	top:-130px;
  left: -150px;
	}
section#overview_01 .read::after {
  content: '';
  width: 270px;
  height: 280px;
  background: url(../img/bg_a_light.png) no-repeat center / contain;
  position: absolute;
  bottom: 130px;
  right: -110px;
  z-index: -1;
	}
section#overview_01 .read > img:first-of-type {
  width: 100%;
	margin: 30px auto 40px;
	}
section#overview_01 .read > img:last-of-type {
  width: 100%;
	margin: 30px auto 0;
	}
section#overview_01 .overview_01_flexread{
	display: block;
	margin:auto;
	}
	section#overview_01 .overview_01_flexread p:first-of-type {
	  width: 100%;
		}
		section#overview_01 .overview_01_flexread p:first-of-type img {
		  width: 200px;
			margin: 30px auto 0;
			}
	section#overview_01 .overview_01_flexread p:last-of-type {
	  width: 100%;
	  font-size: 14px;
		line-height: 1.8;
	  margin: 20px auto;
		}
section#overview_01 p.overview_frametext span {
  padding: 5px 30px 6px;
  margin: 70px auto 10px;
  font-size: 18px;
  line-height: 1.5;
	}

section#overview_01 ul.overview_01_example{
	display: block;
	}
section#overview_01 ul.overview_01_example li {
  width:100%;
	margin-bottom:20px;
	}


section#overview_02 {
    padding-bottom: 90px;
	}
	section#overview_02::before {
		content: '';
		width: 150px;
		height: 320px;
		top: 420px;
		right: 20px;
		}
	section#overview_02:after {
    width: 100%;
    height: 100px;
    background: url(../img/bottom_logo.png) no-repeat center bottom / contain;
		}

section#overview_02 h1{
  padding: 0 15px;
	font-size: 24px;
	}


section#overview_02 div.mockup p {
    width: 100%;
	}
section#overview_02 div.mockup p:first-of-type {
    font-size: 44px;
		}
section#overview_02 div.mockup p:nth-of-type(2) {
    font-size: 24px;
		}
section#overview_02 div.mockup p:last-of-type {
    font-size: 14px;
    line-height: 1.8;
		}


section#overview_02 div.block01 {
    margin: 0 auto;
	}
	section#overview_02 div.block01::before {
		width: 325px;
		height: 325px;
		position: absolute;
		top: -60px;
		left: -130px;
		}
	section#overview_02 div.block01::after {
		width: 290px;
		height: 300px;
		margin: 50px auto;
		position: static;
		}

section#overview_02 div.block02 {
    margin: 30px auto;
	}
	section#overview_02 div.block02::before {
    width: 270px;
    height: 280px;
    background: url(../img/bg_a.png) no-repeat center / contain;
    position: absolute;
    top: -70px;
    right: -120px;
	}
	section#overview_02 div.block02::after {
    width: 100%;
	max-width: 400px;
    height: 260px;
    position: static;
    margin: 30px auto;
	}

section#overview_02 div.block03 {
    margin: 60px auto 30px;
	}
	section#overview_02 div.block03::before {
		width: 200px;
		height: 255px;
		top: -60px;
		left: -50px;
		}
	section#overview_02 div.block03::after {
		width: 90%;
    height: 300px;
		position: static;
    margin:30px auto;
	}

section#overview_02 div.block04 {
    margin-top: 50px;
	}
section#overview_02 div.block04 > p {
	padding-top: 0;
	font-size: 22px;
	line-height: 1.4;
	}
section#overview_02 div.block04 > img {
    width: 80%;
    margin: 30px auto;
	}
section#overview_02 div.block04 ul.icon_wrap {
    -ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin:0;
	}
	section#overview_02 div.block04 ul.icon_wrap li {
		width: 28%;
		margin-right: 20px;
		margin-bottom: 20px;
		font-size: 13px;
		}
	section#overview_02 div.block04 ul.icon_wrap li img{
		max-width:80px;
		}
	section#overview_02 div.block04 ul.icon_wrap li:nth-of-type(3n) {
		margin-right: 0;
		}

section#overview_02 div.block04 span {
    width: 100%;
    margin: 30px auto 0;
	}



/* ▼ ロスマネにできること
------------------------------------------------------*/
section#feature ul.case li{
		margin-bottom:30px;
		}
	section#feature ul.case li:before{
		padding: 0 20px 3px;
		font-size: 16px;
		}
section#feature ul.case li .case_head{
		display: block;
		padding: 30px 15px 0 15px;
		}
	section#feature ul.case li .case_head.open::after{
		width: 30px;
		height: 30px;
		top: unset;
		bottom: 0px;
		right: 20px;
		}
	section#feature ul.case li .case_head.close::after{
		width: 30px;
		height: 30px;
		top: unset;
		bottom: 0px;
		right: 20px;
		}
	section#feature ul.case li .case_head .case_head_inner{
		width: 100%;
		}
	section#feature ul.case li .case_head .case_head_inner h2.title{
		font-size: 22px;
		line-height: 1.4;
		font-weight: bold;
		}
	section#feature ul.case li .case_head .case_head_inner .case_read{
		line-height: 1.8;
		margin: 10px 0;
		}
	section#feature ul.case li .case_head .case_head_inner .case_read span{
		letter-spacing: -0.6em;
		padding-right: 15px;
		}
	section#feature ul.case li .case_head > p{
		width: 70%;
		}
		section#feature ul.case li .case_head > p img{
			height: auto;
			}

section#feature ul.case li .case_content{
	display: none;
	padding: 30px 15px 0 15px;
	font-size: 14px;
	}

	section#feature ul.case li .case_content img{
		width:100%;
		}
	section#feature ul.case li.case8 .case_content img{
		width:100%;
		}
	section#feature ul.case li .case_content p{
		margin-top: 20px;
		}

/* ▼ 対応端末
------------------------------------------------------*/
section#spec p.spec_img img{
	width:80%;
	}
section#spec table{
	width:100%;
	margin:40px auto 25px;
	}
section#spec table tr th,
section#spec table tr td{
	display: block;
	padding:0;
	color:#314b57;
	font-size:14px;
	}
	section#spec table tr:first-of-type th{
		border-top:1px solid #314b57;
		padding-top:10px;
		}
	section#spec table tr:first-of-type td{
		border-top:none;
		padding-bottom:10px;
		}
	section#spec table tr th{
		width:100%;
		border-top:none;
		border-bottom:none;
		padding-top:10px;
		font-weight: bold;
		}
	section#spec table tr td{
		border-top:none;
		border-bottom:1px solid #314b57;
		padding-bottom:10px;
		}



/* ▼ 取扱会社
------------------------------------------------------*/

section#company dl{
	width:100%;
	margin: 0 auto 10px auto;
	color:#314b57;
	font-size: 16px;
	}
section#company dl dt{
	width: 90px;
	position: relative;
	}
	section#company dl dd{
		width: calc(100% - 90px);
		}

section#top_contact p{
	margin: 70px auto 20px;
	font-size: 22px;
	line-height: 1.4;
	}
section#top_contact .contact_btn{
	height: auto;
	}
section#top_contact .contact_btn a {
	border-radius: 27px;
	padding: 12px 12px;
	font-size: 17px;
	}




}
