@charset "utf-8";
/*++++++++++++++++++
rinen
++++++++++++++++++*/
article#rinen {
    background: #ecf8ff;
    overflow: hidden;
    /* height: 800px; */
    position: relative;
    margin: 200px 0 0;
    padding: 100px 0 90px;
}

article#rinen h3,article#rinen h5 {
	position:relative;
	z-index:1;
}

article#rinen:before {
    content: "";
    width: 730px;
    height: 730px;
    background: #cde6f5;
    border-radius: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 0;
}

article#rinen:after {
    content: "";
    width: 450px;
    height: 450px;
    background: #ecf8ff;
    border-radius: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 0;
}

article#rinen ul {
	display: flex;
	flex-wrap: wrap;
	max-width: 1100px;
	margin: 30px auto 0;
	justify-content: center;
}

article#rinen li {
	background: #fff;
	z-index: 10;
	position: relative;
	width: 40%;
	margin: 0 3% 3% 0;
	padding: 30px;
	display: flex;
	justify-content: center;
	border-radius: 50px;
	box-shadow: 5px 8px 20px 0px rgba(13,44,95,0.15);
}

article#rinen li b {
	font-size: 1.5em;
}

article#rinen li .num {
	font-size: 1.5em;
	margin: 0 10px 0 0;
	color:  rgb(11 73 183);
}

article#rinen li:nth-child(2){
	margin: 0 0 3%;
}

article#rinen li:nth-child(3){
	
}

article#rinen li:nth-child(4){
	margin: 0 0 3%;
}

article#rinen li:nth-child(5){
	width: 440px;
	margin: 0% auto 0;
}

.rinen_text {
    margin: 0 0 40px;
    text-align: center;
    z-index: 10;
    position: relative;	
}

.rinen_text b {
    font-size: 1.3em;
    display: block;
    line-height: 2.2;
    letter-spacing: 0px;	
}

.rinen_text figure {
    width: 300px;
    margin: 0 10px 0 0;
    display: inline-block;
}

/*++++++++++++++++++
greeting
++++++++++++++++++*/
article#greeting {
	background: url("../img/aboutus/bg.jpg") no-repeat;
	background-size: cover;
	position: relative;
}

article#greeting:before {
    content: "";
    background: url(../img/index/bg.png) no-repeat bottom right;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

article#greeting .greetingbox {
	background: rgba(255,255,255,0.8);
	padding: 80px;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
}

article#greeting .greetingbox p {
	line-height:2.5;
	font-size: 1em;
}

article#greeting .gname {
	float: right;
	overflow: hidden;
	text-align: left;
}

article#greeting .gname b {
	display: block;
	font-size: 1.1em;
	letter-spacing: 1px;
	line-height: 2.5;
}

article#greeting .gname figure {
	width: 150px;
	display: inline-block;
	margin: 0 0 0 20px;
	vertical-align: top;
}
/*++++++++++++++++++
company
++++++++++++++++++*/
article#company {
}

article#company .flow {
	display: flex;
	/* flex-wrap: wrap; */
	overflow: hidden;
}

article#company .flow ul {
	text-align: left;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 80px 0 0;
	display: block;
}

article#company .flow ul:last-child {
	margin:0
}

article#company .flow figure {
	width: 32%;
	float: right;
	height: auto;
}

article#company .flow ul:before {
	content:"";
	position: absolute;
	background: #222;
	width: 1px;
	height: 94%;
	left: 8px;
	top: 12px;
}

article#company .flow li {
	display: flex;
	padding: 0 0 30px;
	position: relative;
}

article#company .flow li:last-child {
	padding:0;
}

article#company .flow li:before {
	content: "";
	background: #222;
	width: 16px;
	height: 16px;
	border-radius: 100px;
	display: block;
	margin: 5px 0 0;
	position: absolute;
}
article#company .flow li dl {margin: 0 0 0 40px;display: flex;/* justify-content: space-around; */width: 100%;align-items: center;}

article#company .flow li dt {
	font-family: 'Roboto',sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 1.4em;
	line-height: 1.2;
	color: #222;
	/* display: inline-block; */
	align-items: center;
	/* vertical-align: top; */
	margin: 0 44px 0 0;
	width: 100px;
}

article#company .flow li dd {
	/* display: inline-block; */
	/* vertical-align: middle; */
	margin: 0;
	/* width: 100%; */
}
article#company .flow li dd b {
	display: block;
	font-size: 1em;
}

article#company .flow li dd span {}

/**/


/*++++++++++++++++++
customer
++++++++++++++++++*/
article#customer {
	padding: 0 0 100px;
}
article#customer .list{
	background: #fff;
	padding: 50px;
	box-sizing: border-box;
	margin: 50px 0 20px;
}

article#customer .list ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

article#customer .list li{
	margin: 10px 30px;
	width: 43%;
	text-align: center;
}

article#customer p {
	text-align: right;
	color: #666;
	font-size: 0.9em;
}

/*++++++++++++++++++
access
++++++++++++++++++*/
article#company iframe {
	width: 100%;
	height: 400px;
	margin: 0 0 10px;
}

@media screen and (max-width: 1499px){
/*++++++++++++++++++
rinen
++++++++++++++++++*/
article#rinen {margin: 100px 0 0;}

article#rinen h3,article#rinen h5 {
}

article#rinen:before {
}

article#rinen:after {
    content: "";
    width: 450px;
    height: 450px;
    background: #ecf8ff;
    border-radius: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 0;
}

article#rinen ul {
}

article#rinen li {
}

article#rinen li b {
	font-size: 1.5em;
}

article#rinen li .num {
}

article#rinen li:nth-child(2){
	margin: 0 0 3%;
}

article#rinen li:nth-child(3){
	
}

article#rinen li:nth-child(4){
	margin: 0 0 3%;
}

article#rinen li:nth-child(5){
	width: 440px;
	margin: 0% auto 0;
}

.rinen_text {
}

.rinen_text b {
}

.rinen_text figure {
}

/*++++++++++++++++++
greeting
++++++++++++++++++*/
article#greeting {
}

article#greeting:before {
}

article#greeting .greetingbox {padding: 50px;}

article#greeting .greetingbox p {
}

article#greeting .gname {
}

article#greeting .gname b {
	display: block;
	font-size: 1.1em;
	letter-spacing: 1px;
	line-height: 2.5;
}

article#greeting .gname figure {
}
/*++++++++++++++++++
company
++++++++++++++++++*/
article#company {
}

article#company .flow {
	display: flex;
	/* flex-wrap: wrap; */
	overflow: hidden;
}

article#company .flow ul {
	text-align: left;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 80px 0 0;
	display: block;
}

article#company .flow ul:last-child {
	margin:0
}

article#company .flow figure {
	width: 32%;
	float: right;
	height: auto;
}

article#company .flow ul:before {
	content:"";
	position: absolute;
	background: #222;
	width: 1px;
	height: 94%;
	left: 8px;
	top: 12px;
}

article#company .flow li {
	display: flex;
	padding: 0 0 30px;
	position: relative;
}

article#company .flow li:last-child {
	padding:0;
}

article#company .flow li:before {
	content: "";
	background: #222;
	width: 16px;
	height: 16px;
	border-radius: 100px;
	display: block;
	margin: 0;
	position: absolute;
}
article#company .flow li dl {margin: 0 0 0 40px;display: flex;/* justify-content: space-around; */width: 100%;}

article#company .flow li dt {
}

article#company .flow li dd {
}
article#company .flow li dd b {
	display: block;
	font-size: 1em;
}

article#company .flow li dd span {}

/**/


/*++++++++++++++++++
customer
++++++++++++++++++*/
article#customer {
	padding: 0 0 100px;
}
article#customer .list{
	background: #fff;
	padding: 50px;
	box-sizing: border-box;
	margin: 50px 0 20px;
}

article#customer .list ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

article#customer .list li{
	margin: 10px 30px;
	width: 43%;
	text-align: center;
}

article#customer p {
	text-align: right;
	color: #666;
	font-size: 0.9em;
}

/*++++++++++++++++++
access
++++++++++++++++++*/
article#company iframe {
	width: 100%;
	height: 400px;
	margin: 0 0 10px;
}
}

@media screen and (max-width: 1023px){
/*++++++++++++++++++
rinen
++++++++++++++++++*/
article#rinen {
}

article#rinen h3,article#rinen h5 {
}

article#rinen:before {
    width: 700px;
    height: 700px;
}

article#rinen:after {
    content: "";
    width: 450px;
    height: 450px;
    background: #ecf8ff;
    border-radius: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 0;
}

article#rinen ul {
}

article#rinen li {
    margin: 0 2% 2% 0;
}

article#rinen li b {
	font-size: 1.3em;
}

article#rinen li .num {
}

article#rinen li:nth-child(2){
	margin: 0 0 3%;
}

article#rinen li:nth-child(3){
	
}

article#rinen li:nth-child(4){
	margin: 0 0 3%;
}

article#rinen li:nth-child(5){
}

.rinen_text {
}

.rinen_text b {
}

.rinen_text figure {
}

/*++++++++++++++++++
greeting
++++++++++++++++++*/
article#greeting {
}

article#greeting:before {
}

article#greeting .greetingbox {
}

article#greeting .greetingbox p {
}

article#greeting .gname {
}

article#greeting .gname b {
	font-size: 1em;
}

article#greeting .gname figure {
}
/*++++++++++++++++++
company
++++++++++++++++++*/
article#company {
	padding: 100px 0 0;
}

article#company .flow {
	display: flex;
	/* flex-wrap: wrap; */
	overflow: hidden;
}

article#company .flow ul {
	text-align: left;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 80px 0 0;
	display: block;
}

article#company .flow ul:last-child {
	margin:0
}

article#company .flow figure {
	width: 32%;
	float: right;
	height: auto;
}

article#company .flow ul:before {
	content:"";
	position: absolute;
	background: #222;
	width: 1px;
	height: 94%;
	left: 8px;
	top: 12px;
}

article#company .flow li {
	display: flex;
	padding: 0 0 30px;
	position: relative;
}

article#company .flow li:last-child {
	padding:0;
}

article#company .flow li:before {
}
article#company .flow li dl {margin: 0 0 0 40px;display: flex;/* justify-content: space-around; */width: 100%;}

article#company .flow li dt {
	font-size: 1.1em;
	width: auto;
}

article#company .flow li dd {
}
article#company .flow li dd b {line-height: 1.5;}

article#company .flow li dd span {}

/**/


/*++++++++++++++++++
customer
++++++++++++++++++*/
article#customer {
	padding: 0 0 100px;
}
article#customer .list{
	background: #fff;
	padding: 50px;
	box-sizing: border-box;
	margin: 50px 0 20px;
}

article#customer .list ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

article#customer .list li{
	margin: 10px 30px;
	width: 43%;
	text-align: center;
}

article#customer p {
	text-align: right;
	color: #666;
	font-size: 0.9em;
}

/*++++++++++++++++++
access
++++++++++++++++++*/
article#company iframe {
	width: 100%;
	height: 400px;
	margin: 0 0 10px;
}
}

@media screen and (max-width: 767px){
/*++++++++++++++++++
rinen
++++++++++++++++++*/
article#rinen {
}

article#rinen h3,article#rinen h5 {
	position:relative;
	z-index:1;
}

article#rinen:before {
}

article#rinen:after {
    content: "";
    width: 450px;
    height: 450px;
    background: #ecf8ff;
    border-radius: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 0;
}

article#rinen ul {
}

article#rinen li {width: 48%;box-sizing: border-box;padding: 20px;}

article#rinen li b {font-size: 1em;}

article#rinen li .num {
}

article#rinen li:nth-child(2){
	margin: 0 0 3%;
}

article#rinen li:nth-child(3){
	
}

article#rinen li:nth-child(4){
	margin: 0 0 3%;
}

article#rinen li:nth-child(5){
}

.rinen_text {
}

.rinen_text b {
}

.rinen_text figure {
}

/*++++++++++++++++++
greeting
++++++++++++++++++*/
article#greeting {
}

article#greeting:before {
}

article#greeting .greetingbox {padding: 50px 40px;}

article#greeting .greetingbox p {font-size: 0.85em;}

article#greeting .gname {
}

article#greeting .gname b {
}

article#greeting .gname figure {
	width: 150px;
	display: inline-block;
	margin: 0 0 0 20px;
	vertical-align: top;
}
/*++++++++++++++++++
company
++++++++++++++++++*/
article#company {padding: 100px 0 50px;}

article#company .flow {
	display: flex;
	/* flex-wrap: wrap; */
	overflow: hidden;
}

article#company .flow ul {
	text-align: left;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 80px 0 0;
	display: block;
}

article#company .flow ul:last-child {
	margin:0
}

article#company .flow figure {
	width: 32%;
	float: right;
	height: auto;
}

article#company .flow ul:before {
	content:"";
	position: absolute;
	background: #222;
	width: 1px;
	height: 94%;
	left: 8px;
	top: 12px;
}

article#company .flow li {
	padding: 0;
}

article#company .flow li:last-child {
	padding:0;
}

article#company .flow li:before {
	width: 12px;
	height: 12px;
	margin: 2px;
}
article#company .flow li dl {}

article#company .flow li dt {
    line-height: 1.2;
}

article#company .flow li dd {
}
article#company .flow li dd b {
}

article#company .flow li dd span {}

/**/


/*++++++++++++++++++
customer
++++++++++++++++++*/
article#customer {
	padding: 0 0 100px;
}
article#customer .list{
	background: #fff;
	padding: 50px;
	box-sizing: border-box;
	margin: 50px 0 20px;
}

article#customer .list ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

article#customer .list li{
	margin: 10px 30px;
	width: 43%;
	text-align: center;
}

article#customer p {
	text-align: right;
	color: #666;
	font-size: 0.9em;
}

/*++++++++++++++++++
access
++++++++++++++++++*/
article#company iframe {
	width: 100%;
	height: 400px;
	margin: 0 0 10px;
}
}

@media screen and (max-width:480px){
/*++++++++++++++++++
rinen
++++++++++++++++++*/
article#rinen {padding: 50px 15px;}

article#rinen h3,article#rinen h5 {
	position:relative;
	z-index:1;
}

article#rinen:before {
    width: 480px;
    height: 480px;
    margin: auto;
    display: none;
}

article#rinen:after {
    content: "";
    width: 450px;
    height: 450px;
    background: #ecf8ff;
    border-radius: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 0;
}

article#rinen ul {
	display: block;
	max-width: 100%;
}

article#rinen li {width: auto;margin: 0 0 3%;}

article#rinen li b {
}

article#rinen li .num {
}

article#rinen li:nth-child(2){
	margin: 0 0 3%;
}

article#rinen li:nth-child(3){
	
}

article#rinen li:nth-child(4){
	margin: 0 0 3%;
}

article#rinen li:nth-child(5){
	width: auto;
}

.rinen_text {
}

.rinen_text b {font-size: 1em;text-align: center;display: inline;}

.rinen_text figure {
    width: 200px;
    /* display: block; */
    margin: auto;
}

/*++++++++++++++++++
greeting
++++++++++++++++++*/
article#greeting {padding: 50px 0 20px;}

article#greeting:before {
}

article#greeting .greetingbox {padding: 40px 20px;}

article#greeting .greetingbox p {text-align: left;}

article#greeting .gname {
}

article#greeting .gname b {font-size: 0.9em;}

article#greeting .gname figure {
	width: 150px;
	display: inline-block;
	margin: 0 0 0 20px;
	vertical-align: top;
}
/*++++++++++++++++++
company
++++++++++++++++++*/
article#company {padding: 50px 0;}

article#company .flow {
	display: flex;
	/* flex-wrap: wrap; */
	overflow: hidden;
}

article#company .flow ul {
	text-align: left;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 80px 0 0;
	display: block;
}

article#company .flow ul:last-child {
	margin:0
}

article#company .flow figure {
	width: 32%;
	float: right;
	height: auto;
}

article#company .flow ul:before {
	content:"";
	position: absolute;
	background: #222;
	width: 1px;
	height: 94%;
	left: 8px;
	top: 12px;
}

article#company .flow li {padding: 0 0 20px;}

article#company .flow li:last-child {
	padding:0;
}

article#company .flow li:before {
}
article#company .flow li dl {}

article#company .flow li dt {
	font-size: 0.9em;
}

article#company .flow li dd {
	/* display: inline-block; */
	/* vertical-align: middle; */
	margin: 0;
	/* width: 100%; */
}
article#company .flow li dd b {font-size: 0.9em;}

article#company .flow li dd span {}

/**/


/*++++++++++++++++++
customer
++++++++++++++++++*/
article#customer {
	padding: 0 0 100px;
}
article#customer .list{
	background: #fff;
	padding: 50px;
	box-sizing: border-box;
	margin: 50px 0 20px;
}

article#customer .list ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

article#customer .list li{
	margin: 10px 30px;
	width: 43%;
	text-align: center;
}

article#customer p {
	text-align: right;
	color: #666;
	font-size: 0.9em;
}

/*++++++++++++++++++
access
++++++++++++++++++*/
article#company iframe {
	width: 100%;
	height: 400px;
	margin: 0 0 10px;
}
}
