@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 大枠
　02. モジュール

******************************************************************************* */


/* ==

　01. 大枠

=============================================================================== */
#main {
	color: #000;
	font-family: 'Noto Sans Japanese';
	font-weight: 500;
	font-feature-settings: "palt";
	padding-top: 80px;
}
#main,
#topicPath .baseIn {
	width: 1166px;
}
#main a {
	color: #333;
	text-decoration: none;
}
h1,
h2 {
	padding: 0;
	border: none;
	background-color: transparent;
}
h1 {
	font-size: 32px;
	line-height: 1.4;
}

/* 游明朝体 */
#main .YuMincho,
.cLink_name_in a {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

#main .cNote01,
#main .cCaseSection .cNote01 {
	font-size: 14px;
	color: #666;
}
#main .cNote01-ar {
	text-align: right;
}

#main .noBorder {
	border: none !important;
}

.cVaM {
	display: table;
}
.cVaM .cVaM_target {
	display: table-cell;
	vertical-align: middle;
}
/* ==

　02. モジュール

=============================================================================== */
.cHead {
	border-bottom: 4px solid #000;
	padding-bottom: 30px;
}
#main .cHead .cHead_text01 {
	font-size: 20px;
	line-height: 1.2;
	border: 2px solid #e5e5e5;
	padding-right: 20px;
	display: inline-block;
}
#main .cHead .cHead_text01 a {
	display: block;
	padding: 10px 30px 10px 10px;
	background: url(/action2020/images/icon_arrow01.png) no-repeat right center;
	text-decoration: none;
}
.csstransitions.d_hover #main .cHead .cHead_text01 a:hover {
	color: #cb0029;
	text-decoration: underline;
}
#main .cHead .cHead_text01 span {
	font-size: 12px;
}
#main .cHead_block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
#main .cHead_head {
	width: 49%;
}
#main .cHead_head h2 {
	margin: 0;
	font-size: 32px;
	line-height: 1.4;
}
#main .cHead_tit {
	margin: 0 0 55px;
}
#main .cHead_body {
	width: 49%;
}
#main .cMoreBtn {
	font-size: 16px;
	position: relative;
	display: inline-block;
	cursor: pointer;
	margin-top: 50px;
	padding-bottom: 30px;
}
#main .cMoreBtn:after {
	position: absolute;
	top: 40px;
	bottom: 0;
	left: 50%;
	margin-left: -4px;
	content: "";
	vertical-align: middle;
	width: 7px;
	height: 7px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#main .cImgBlock01 {
	width: 694px;
	margin: 0 auto;
	padding: 50px 0;
}

/*
	トップカラム
*/
.cCase {
	padding-bottom: 20px;
	margin: 0 auto;
}
.csstransitions.d_hover .cCase a:hover img {
	opacity: 0.8;
}
#main .cCase_category {
	margin: 18px 0 5px;
	font-size: 12px;
	color: #989898;
}
#main .cCase_img {
  overflow: hidden;
}
#main .cCase_tit {
	margin-bottom: 15px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.03em;
	line-height: 1.4;
}
#main .cCaseLink ul {
	margin-bottom: 30px;
}
#main .cCase_img + p.cCase_tit {
	margin: 10px 0 0;
}
.csstransitions.d_hover #main a:hover .cCase_tit {
	text-decoration: underline;
}
#main .cCase-large .cCase_tit {
	font-size: 26px;
	letter-spacing: 0;
	margin-bottom: 10px;
	padding-right: 20px;
}
#main .cCase-large .cCase_img {
	width: 860px;
}
#main .cCase_label {
	font-size: 14px;
	color: #989898;
}
#main .cCaseLink li {
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 1.4;
}
#main .cCaseLink a:hover {
	color: #cb0029;
	text-decoration: underline;
}

/*
	汎用カラム
*/
.cCol2Block01 {
	padding-bottom: 20px;
	border-bottom: 2px solid #333;
}
.cCol2Block01 .colL {
	width: 885px;
	float: left;
}
.cCol2Block01 .colR {
	width: 258px;
	float: right;
}
.cCol2Block01 .colL .cCase-large {
	border-right: 1px solid #e5e5e5;
}
.cCol2Block01 .colR .cCase:first-child {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
}
.cCol2Block02 {
	margin-bottom: 30px;
}
.cCol2Block02-02 {
	margin-bottom: 80px;
}
.cCol2Block02 .colL {
	width: 480px;
	float: left;
}
.cCol2Block02 .colR {
	width: 480px;
	float: right;
}
.cCol2Block03 {
	margin-bottom: 60px;
}
.cCol2Block03 .colL {
	position: relative;
	width: 715px;
	height: 432px;
	float: left;
}
.cCol2Block03 .colR {
	position: relative;
	width: 265px;
	height: 432px;
	float: right;
}
.cCol2Block03-reverse .colL {
	width: 265px;
}
.cCol2Block03-reverse .colR {
	width: 715px;
}
.cCol2Block03 > div .cHeading02 {
	width: 255px;
	position: absolute;
	bottom: 30px;
}
.cCol2Block04 {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #eee;
}
.cCol2Block04 .colL {
	width: 203px;
	float: left;
}
.cCol2Block04 .colR {
	width: 770px;
	float: right;
}
.cCol2Block04-02 .colL {
	width: 264px;
}
.cCol2Block04-02 .colR {
	width: 710px;
}
.cCol4Block01 {
	padding: 20px 0;
	border-bottom: 1px solid #e5e5e5;
}
.cCol4Block01 .col {
	width: 300px;
	float: left;
	border-right: 1px solid #e5e5e5;
}
.cCol4Block01 .col:first-child {
	width: 280px;
	border-left: none;
}
.cCol4Block01 .col:last-child {
	width: 280px;
	border-right: none;
}
.cCol4Block01 .col .cCase {
	width: 259px;
	padding-bottom: 0;
}
.cCol4Block01 .col:first-child .cCase {
	margin-left: 0;
}
.cCol4Block01 .col:last-child .cCase {
	margin-right: 0;
}
.cCol2Block05 {
	margin-bottom: 30px;
}
.cCol2Block05 .colL {
	width: 580px;
	float: left;
}
.cCol2Block05 .colR {
	width: 380px;
	float: right;
}
.cCol2Block05-reverse .colL {
	width: 380px;
}
.cCol2Block05-reverse .colR {
	width: 580px;
}

/*
	営業状況カラム
*/
#main .cLink {
	border-bottom: 1px solid #333;
  margin-bottom: 40px;
	padding-bottom: 30px;
}
#main .cHead + .cLink {
	padding-top: 20px;
}
#main .cLink-noBorder {
	border-bottom: none;
}
#main .cLink .cLink_field {
	font-size: 18px;
	margin-bottom: 0;
	line-height: 1;
}
#main .cLink_item {
  border-bottom: 1px solid #eee;
  padding: 18px 0 18px 20px;
}
#main .cLink_name {
	display: table;
	min-height: 75px;
  float: left;
  width: 430px;
  font-size: 134%;
  font-weight: bold;
}
#main .cLink_name .cLink_name_in {
	display: table-cell;
	vertical-align: middle;
}
#main .cLink_name .cLink_name_in .cLink_category {
	font-size: 12px;
	color: #999;
}
#main .cLink_name .cLink_name_in a {
	font-size: 22px;
  padding: 0 0 0 19px;
  background: url(/common/images/ico_arw03.gif) left center no-repeat;
}
.csstransitions.d_hover #main .cLink_name .cLink_name_in a:hover {
	color: #cb0029;
	text-decoration: underline;
}
#main .cLink_data {
	display: table;
  float: left;
  width: 700px;
	min-height: 75px;
}
#main .cLink_data .cLink_data_in {
	display: table-cell;
	vertical-align: middle;
}
#main .cLink_data .cLink_data_in a {
	color: #534c4c;
}
.csstransitions.d_hover #main .cLink_data .cLink_data_in a:hover {
	color: #cb0029;
	text-decoration: underline;
}
#main .cLink_data p.cLink_data_in,
#main .cLink_data ul.cLink_data_in li {
	font-size: 16px;
  border-left: 1px solid #eee;
	padding-left: 20px;
}

/*
	事例詳細
*/
#main .cCaseHead {
	margin-bottom: 80px;
}
#main .cCaseHead-03 {
	margin-bottom: 100px;
}
.cCaseHead .cCaseHead_text {
	width: 700px;
	float: left;
}
.cCaseHead .cCaseHead_text h1 {
	font-size: 42px;
	margin: 30px 0 40px;
	line-height: 1.45;
}
#main .cCaseHead .cCaseHead_text p {
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 1.9;
}
#main .cCaseHead .cCaseHead_text p.cCaseHead_company {
	color: #909090;
	font-size: 16px;
}
.cCaseHead .cCaseHead_img {
	width: 426px;
	float: right;
}
.cCaseHead .cCaseHead_text .cCaseHead_title01 {
	font-size: 34px;
	margin-top: 0;
  margin: 0 0 20px;
}
.cCaseHead .cCaseHead_text .cCaseHead_title02 {
	font-size: 36px;
	margin-bottom: 15px;
}
.cCaseHead-02 .cCaseHead_text {
	width: 590px;
}
#main .cCaseHead-02 .cCaseHead_text p {
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 1.7;
}
.cCaseHead-02 .cCaseHead_img {
	width: 540px;
}
.cCaseHead-03 .cCaseHead_text {
	width: 650px;
}
.cCaseHead-03 .cCaseHead_img {
	width: 450px;
}
.cCaseHead-04 .cCaseHead_text {
	width: 900px;
}
.cCaseHead-04 .cCaseHead_img {
	width: 190px;
}
#main .cCaseHead .cCaseHead_in + p {
	margin-top: 40px;
	font-size: 18px;
	margin-bottom: 20px;
  line-height: 1.8;
}
#main .cCaseList {
	border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}
#main .cCaseList_title {
	position: relative;
	margin-bottom: 20px;
}
#main .cCaseList_title .cNote01 {
	position: absolute;
	top: 10px;
	right: 0;
}
#main .cCaseList_in .cCol4Block01 .cCase_tit {
	margin: 10px 0 0;
}
#main .cCaseList_in .cCol4Block01 .cCase_tit a:hover {
	text-decoration: underline;
}
.cCaseList_in .cCol4Block01:last-child {
	border-bottom: none;
}
#main .cCaseSection {
	width: 1000px;
	margin: 0 auto 100px;
}
#main .cCaseSection_indent01 {
	margin-bottom: 100px;
}
#main .cCaseSection p {
	font-size: 18px;
	line-height: 1.8;
}


/*
	テキスト
*/
.cHeading01 {
	padding-bottom: 10px;
	font-size: 24px;
	border-bottom: 2px solid #000;
}
.cHeading01-02 {
	margin-bottom: 40px;
	padding-bottom: 15px;
	border-bottom-width: 4px;
}
#main .cHeading02 {
	padding: 0 0 10px 10px;
	border-bottom: 2px solid #333;
}
#main .cHeading02 p {
	font-size: 20px;
}
#main .cHeading02 p.cHeading02_cap {
	font-size: 15px;
	line-height: 1.5;
/* 	letter-spacing: 0em; */
}
#main .cHeading03 {
	font-size: 20px;
	margin-bottom: 30px;
	padding: 5px 0 5px 15px;
	border-bottom: none;
	border-left: 2px solid #c7c9c4;
	color: #000;
}
.cCaseSection_indent01 .cHeading03 {
	margin-top: 70px;
}
#main .cHeading04 {
	font-size: 20px;
	margin-bottom: 10px;
	border-bottom: none;
	color: #000;
}
#main .cCaseSection p.cCap01 {
	font-size: 12px;
	margin-top: 5px;
	color: #909090;
	text-align: left;
/* 	letter-spacing: 0em; */
}
#main .cCaseSection .cProf_text01 {
	font-size: 14px;
}
#main .cCaseSection .cProf_text02 {
	font-size: 22px;
	margin-bottom: 10px;
}
#main .cCaseSection .cProf_text02 span {
	font-size: 18px;
}
/*
	ボタン
*/
.cBtn01 {
	margin: 0 auto;
	display: inline-block;
	border: 1px solid #bfbfbf;
  border-radius: 40px;
  padding: 25px 120px 25px 110px;
  position: relative;
  vertical-align: middle;
  text-decoration: none;
	font-size: 16px;
/* 	letter-spacing: 0em !important; */
}
.cBtn01:hover {
  text-decoration: underline !important;
}
.cBtn01:after {
	position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 50px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#main .cBtn02,
#main .cCaseSection .cBtn02 {
	font-size: 16px;
	margin-top: 20px;
}
#main .cBtn02-02,
#main .cCaseSection .cBtn02-02 {
	margin: 0 0 5px;
}
#main .cBtn02 a {
	background: url(../images/icon_arrow01.png) no-repeat right center;
	padding-right: 30px;
/* 	letter-spacing: 0em !important; */
}
#main .cBtn02 a:hover {
  text-decoration: underline !important;
}

/*
	モーダルスライド
*/
.cModal {
	display: none;
}
.cModal .cModal_bg {
	background: rgba(0,0,0,0.9);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1101;
}
.cModal .cModal_target_in {
	width: 700px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -350px;
	z-index: 1102;
}
#main .slick-slide p {
	color: #fff;
	text-align: center;
	font-size: 24px;
	margin-top: 30px;
}

#main .cModal .modal_link01 {
	color: #fff;
	display: inline-block;
	padding: 8px 80px 8px 60px;
	border: 1px solid #ccc;
	border-radius: 25px;
	font-size: 16px;
	background: url(/action2020/images/icon_arrow02.png) no-repeat 95% center;
	background-size: 30px;
}
#main .cModal .modal_link01:hover {
	text-decoration: underline;
}
.cModal .slick-slide img {
	margin: 0 auto;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
}
.cModal .slick-prev,
.cModal .slick-next {
	width: 36px;
	height: 57px;
	top: 230px;
}
.cModal .slick-prev {
	left: -150px;
	background: url(/action2020/images/icon_prev01.png) no-repeat 0 0;
}
.cModal .slick-next {
	right: -150px;
	background: url(/action2020/images/icon_next01.png) no-repeat 0 0;
}
.cModal .slick-prev:hover, .cModal .slick-prev:focus, .cModal .slick-next:hover, .cModal .slick-next:focus {
	opacity: 1;
}










.cWrapper {
	min-width: 1166px;
	overflow: hidden;
}
#main .cGlowNewLife {
	margin: 0 0 40px;
	text-align: center;
}
#main .cGlowNewLife + p {
	text-align: center;
	margin: 0 auto 80px;
	font-size: 134%;
}
/*
	お客様の声
*/
#main .cVoice {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	width: 100%;
	margin: 0 0 90px;
	padding: 40px 60px 60px;
	border-top: 2px solid #e60012;
	background-color: #f8f8f5;
	box-sizing: border-box;
}
#main .cVoice::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -60px;
	left: 50%;
	width: 74px;
	height: 90px;
	margin: 0 0 0 -37px;
	background: url(../images/svg/ico_arw02.svg) center center no-repeat;
	background-size: 74px 90px;
}
#main .cVoice_head {
	width: 180px;
}
#main .cVoice_tit {
	line-height: 36px;
	margin: 0 auto 10px;
	border:  2px solid #e60012;
	color: #e60012;
	font-size: 150%;
	box-sizing: border-box;
	text-align: center;
}
#main .cVoice_category {
	line-height: 1.333;
	margin: 25px 0 0;
	color: #e60012;
	font-size: 150%;
	text-align: center;
	letter-spacing: 0.05em;
}
#main .cVoice_category span {
	display: inline-block;
	position: relative;
}
#main .cVoice_category span::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -9px;
	width: 100%;
	height: 2px;
	background-color: #e60012;
}
#main .cVoice_thumb {
	display: block;
	width: 150px;
	padding: 0 40px 0 100px;
}
#main .cVoice_thumb img {
	max-width: 100%;
	height: auto;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
#main .cVoice_info {
	width: -webkit-calc(100% - 470px);
	width: calc(100% - 470px);
}
#main .cVoice_catch {
	line-height: 1.5;
	font-size: 234%;
}
#main .cVoice_name {
	line-height: 1.2;
	margin: 20px 0 0;
	font-size: 167%;
}
/*
	大和ハウスグループの答え
*/
#main .cAnswer {
	margin: 0 -500% 0;
	padding: 50px 500% 60px;
	background-color: #f8f8f5;
}
#main .cSeparate {
	width: 100%;
	height: 60px;
	margin: 0 -500% 100px;
	padding: 0 500%;
	background-color: #e6e6e3;
}
#main .cAnswer_tit {
	margin: 0 auto 30px;
	color: #e60012;
	font-size: 234%;
	text-align: center;
}
#main .cComment {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
#main .cComment_thumb {
	display: block;
	width: 150px;
}
#main .cComment_thumb img {
	max-width: 100%;
	height: auto;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
#main .cComment_info {
	width: -webkit-calc(100% - 150px);
	width: calc(100% - 150px);
	padding: 26px 0 0 40px;
	box-sizing: border-box;
}
#main .cComment_catch {
	line-height: 1.571;
	font-size: 234%;
	font-weight: 500;
}
#main .cComment_company {
	line-height: 1.2;
	margin: 18px 0 0;
	font-size: 150%;
}
#main .cComment_catch a:hover,
#main .cComment_company a:hover {
	text-decoration: underline;
}
#main .cComment_list {
	line-height: 1.2;
	margin: 42px 0 0;
	font-size: 150%;
}
#main .cComment_list li {
	margin: 16px 0 0;
}
#main .cComment_list li.lh1 {
	line-height: 1.4;
}
#main .cComment_list li:first-child {
	margin-top: 0;
}
#main .cComment_list a {
	color: #333;
	text-decoration: none;
}
#main .cComment_list a:hover {
	text-decoration: underline;
}
#main .cComment_catch a[target=_blank]::after,
#main .cComment_company a[target=_blank]::after,
#main .cComment_list a[target=_blank]::after {
	content: "";
	display: inline-block;
	width: 17px;
	height: 14px;
	margin: 0 0 0 10px;
	background: url(../images/svg/ico_blank01.svg) center center no-repeat;
	background-size: 17px 14px;
}
#main .cGroup {
	margin: 49px 0 0;
	padding: 50px;
	background-color: #fff;
	overflow: hidden;
}
#main .cGroup_head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 50px;
}
#main .cGroup_tit {
	position: relative;
	line-height: 1.2;
	margin: 0 auto;
	padding: 0 0 30px;
	border: none;
	background: none;
	color: #333;
	font-size: 200%;
	font-weight: bold;
}
#main .cGroup_tit:after {
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -15px;
}
#main .cGroup_txt {
	width: -webkit-calc(100% - 158px);
	width: calc(100% - 158px);
	line-height: 1.6875;
	border-left: 2px solid #333;
	padding: 0 0 0 30px;
	font-size: 134%;
	box-sizing: border-box;
}
#main .cGroup_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -22px -11px 0;
	font-size: 100%;
}
#main .cGroup_item {
	width: -webkit-calc(25% - 22px);
	width: calc(25% - 22px);
	margin: 22px 11px 0;
}
#main .cGroup_item a {
	color: #333;
	text-decoration: none;
}
#main .cGroup_img {
	display: block;
	border: 1px solid #dddddd;
	text-align: center;
}
#main .cGroup_item a:hover .cGroup_img {
	border: 1px solid #bbbbbb;
}
#main .cGroup_img img {
	max-width: 100%;
	height: auto;
	vertical-align: baseline;
}
#main .cGroup_caption {
	line-height: 1.5;
	margin: 11px 0 0;
	font-size: 117%;
	text-align: center;
}

#main .cNav {
	text-align: right;
	margin-bottom: 30px;
}
#main .cNav a {
	color: #e60012;
	display: inline-block;
	margin-left: 40px;
	font-size: 117%;
}
#main .cNav a:hover {
	text-decoration: underline;
}
#main .cNav a.current {
	color: #ccc;
	cursor: default;
}
#main .cNav a.current:hover {
	opacity: 1;
	text-decoration: none;
}
