@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 大枠
　02. モジュール

******************************************************************************* */
/* ==

　01. 大枠

=============================================================================== */
body {
	min-width: 950px;
}
#main {
  width: auto;
  padding-top: 0;
}
/* ==

　02. モジュール

=============================================================================== */
.cMv01 {
	position: relative;
	padding: 0;
	background: url(/about/community/images/rn01/index_bg01.png) repeat center center;
	background-size: cover;
	opacity: 0;
	transition: opacity 2s .5s linear;
}
.cMv01.cMv01-view {
	opacity: 1;
}
.cMv01_in {
	position: relative;
	overflow: hidden;
}
.cMv01_bg {
	position: absolute;
	top: 0;
	left: -100px;
	width: 3980px;
  height: 680px;
  display: flex;
  animation-name: animation;
  animation-duration: 40s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes animation {
  0%{
    transform: translateX(0);
  }
  100%{
    transform: translateX(-1920px);
  }
}
.cMv01_bg_02 {
	margin-left: -70px;
}
.cMv01_bg span {
	position: relative;
	width: 1990px;
  height: 680px;
	display: block;
}
.cMv01_bg span img {
	border-radius: 5px;
}
.cMv01_bg span .cMv01_img01 {
	position: absolute;
	top: 66px;
	left: 0;
}
.cMv01_bg span .cMv01_img02 {
	position: absolute;
  top: -54px;
  left: 370px;
	box-shadow: 20px 30px 10px 0 rgb(0, 0, 0, 0.1);
}
.cMv01_bg span .cMv01_img03 {
	position: absolute;
  top: 86px;
  left: 810px;
}
.cMv01_bg span .cMv01_img04 {
	position: absolute;
	top: 6px;
	left: 1080px;
	box-shadow: 20px 30px 10px 0 rgb(0, 0, 0, 0.1);
}
.cMv01_bg span .cMv01_img05 {
	position: absolute;
  top: -14px;
  left: 1460px;
	box-shadow: 20px 30px 10px 0 rgb(0, 0, 0, 0.1);
}
.cMv01_bg span .cMv01_img06 {
	position: absolute;
	top: 486px;
	left: 102px;
	box-shadow: 20px 30px 10px 0 rgb(0, 0, 0, 0.1);
}
.cMv01_bg span .cMv01_img07 {
	position: absolute;
  top: 446px;
  left: 562px;
	box-shadow: 20px 30px 10px 0 rgb(0, 0, 0, 0.1);
}
.cMv01_bg span .cMv01_img08 {
	position: absolute;
  top: 517px;
  left: 932px;
}
.cMv01_bg span .cMv01_img09 {
	position: absolute;
	top: 466px;
	left: 1212px;	
	box-shadow: 20px 30px 10px 0 rgb(0, 0, 0, 0.1);
}
.cMv01_bg span .cMv01_img10 {
	position: absolute;
  top: 436px;
  left: 1672px;
}
.cMv01_fore {
	position: relative;
	height: 680px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	z-index: 1;
}

.cMv01 h1 {
	font-family: 'Noto Serif JP', serif;
	font-size: 102px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	color: #23436E;
	margin: 0 0 5px;
}
.cMv01 h1 span {
	display: block;
	font-size: 34px;
}
.cMv01 p {
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	font-weight: 100;
	letter-spacing: .5px;
	color: #23436E;
}
.cMv01_icon {
	position: absolute;
  bottom: -24px;
  right: 20px;
	width: 48px;
	height: 48px;
}

.cVision {
	padding: 0 20px;
/*
	background: url(/about/community/images/index_bg01.jpg) no-repeat center center;
	background-size: cover;
*/
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 540px;
}
.cVision_in {
	max-width: 1240px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
}
.cVision h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 42px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 5px;
}
.cVision .cVision_txt {
	width: 67%;
}
#main .cVision .cVision_txt p {
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 1.6;
}
#main .cVision .cVision_txt_in {
	width: 78%;
	margin-left: 12%;
}
#main .cVision .cVision_txt a {
	margin-top: 40px;
}
.cVision .cVision_img {
	width: 34%;
}
.cVision .cVision_img img {
	width: 100%;
	height: auto;
}


.cServicefield {
	background: #F5F5F5;
	padding: 0;
}
.cServicefield_in {
	max-width: 1440px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.cServicefield_img {
	position: relative;
	width: 50%;
}
.cServicefield_img img {
	width: 100%;
	height: auto;
}
.cServicefield_txt {
	width: calc(57% - 10px);
	padding: 0 10px 0 7%;
}
.cServicefield_txt h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 30px;
}
.cServicefield_txt p {
	margin-bottom: 30px;
}
@media only screen and (max-width: 1140px) {
	.cServicefield_img {
		position: relative;
		width: 60%;
	}
	.cServicefield_txt {
		padding: 0 10px 0 5%;
	}
}
@media only screen and (max-width: 1040px) {
	.cServicefield_img {
		position: relative;
		width: 70%;
	}
	.cServicefield_txt {
		padding: 0 10px 0 3%;
	}
}


.cCase {
	padding: 100px 20px 60px;
}
.cCase_in {
	max-width: 1240px;
	margin: 0 auto;
}
.cCase_head {
	max-width: 1040px;
	margin: 0 auto;
}
.cCase_head h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 30px;
}
.cCase_head p {
	font-size: 16px;
	margin-bottom: 50px;
	line-height: 1.7;
}
.cCase_list {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.cCase_item {
	width: 48.5%;
	background-color: #F2F4F5;
}
.cCase_item .cCase_txt {
	padding: 30px;
}
.cCase_item .cCase_txt p {
	margin-bottom: 30px;
}
.cCase_item .cCase_img {
	position: relative;
}
.cCase_item .cCase_img img {
	width: 100%;
	height: auto;
}
.cCase_item .cCase_icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform : translate(-50%,-50%);
}
.cCase_item .cCase_img .cCase_icon-01 {
	width: 60%;
}
.cCase_item .cCase_img .cCase_icon-02 {
	width: 73%;
}
.cCase_item h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.8;
}
.cCase_item h3 span {
	font-size: 16px;
	display: block;
	width: 100%;
}
.cCase_item h3,
.cCase_item p {
	color: #000;
}

.cCase_item-v1 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.cCase_item-v1 .cCase_img {
	max-width: 540px;
	width: 43.548%;
}
.cCase_item-v1 .cCase_img img {
    width: 100%;
	height: 100%;
    object-fit: cover;
}
.cCase_item-v1 .cCase_txt {
	max-width: 600px;
	width: calc(56.451% - 100px);
	padding: 50px 4.032%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.cCase_item.cCase_item-v1 .cBtn {
    width: 460px;
	margin-left: 0;
}


/*
.cCase_item-01 {
	background: url(/about/community/images/rn01/index_img01.jpg) no-repeat center center;
	background-size: cover;
}
.cCase_item-02 {
	background: url(/about/community/images/rn01/index_img02.jpg) no-repeat center center;
	background-size: cover;
}
*/
.cCase_item .cBtn {
	margin: 0 auto;
}


.cBtn {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 380px;
	min-height: 60px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	line-height: 1;
	background-color: #000;
}
.cBtn::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
  width: 22px;
  height: 12px;
  background: url(/common/images/rn04/svg/arw_ico02.svg) left top no-repeat;
  background-size: contain;
}
.cBtn-v1 {
	color: #000;
	background-color: #fff;
}
.fnFade {
	transition: opacity .3s;
}
.fnFade:hover {
	opacity: 0.8;
}
