@charset "UTF-8";
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */
/* ==

　01. モジュール

=============================================================================== */
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:500,600&display=swap&subset=japanese");
#container {
	padding-bottom: 100px;
}
/* MV
------------------------------------------------------------------------------- */
.mMainVisual img {
	width: 100%;
	max-width: none;
}
/* 見出し
------------------------------------------------------------------------------- */
.mHeading01 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 54px;
	color: #333;
	font-weight: 500;
	font-size: 250%;
	font-family: "Noto Serif JP", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Georgia", serif;
	letter-spacing: 0.06em;
}
.mHeading01>span {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 84px;
	height: 28px;
	margin: 0 15px 0 0;
	padding: 2px;
	background: #6b9384;
	color: #fff;
	font-size: 60%;
	line-height: 1;
}
.mHeading02 {
	margin: 0 0 37px;
	color: #0e603a;
	font-weight: 600;
	font-size: 250%;
	line-height: 1.6;
	font-family: "Noto Serif JP", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Georgia", serif;
	letter-spacing: 0.08em;
	text-align: center;
}
.mHeading03 {
	color: #222;
	font-size: 250%;
	letter-spacing: 0.08em;
	text-align: center;
}
/* Caseブロック
------------------------------------------------------------------------------- */
.mCaseBlc01 {
	position: relative;
	padding: 57px 40px 0;
}
.mCaseBlc01::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 648px;
	background: url(../images/case_bg01.jpg) no-repeat center top;
	background-size: cover;
	content: "";
}
.mCaseBlc01-pt01::before {
	height: 290px;
}
.mCaseBlc01Inner {
	position: relative;
	max-width: 1320px;
	margin: 0 auto;
}
.mCaseBlc01Txt {
	font-size: 133.33%;
	line-height: 2.25;
	letter-spacing: 0.06em;
	text-align: center;
}
.mCaseBlc01Txt span {
	display: block;
	margin: 10px 0 0;
	font-size: 74.62%;
}
.mCaseBlc01Photo {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 62px 0 0;
}
.mCaseBlc01Photo>div {
	width: 450px;
	margin: 50px 0 0;
}
.mCaseBlc01Photo>div p {
	margin: 18px 0 0;
	font-size: 133.33%;
	line-height: 1.81;
}
.mCaseBlc01Photo>div:nth-of-type(1) {
	width: 100%;
	margin: 0;
}
.mCaseBlc01Photo>div:nth-of-type(1) p {
	margin-top: 27px;
	line-height: 2;
	text-align: center;
}
.mCaseBlc01Photo>div:nth-of-type(2) {
	margin-right: 25px;
}
.mCaseBlc01Photo>div:nth-of-type(3) {
	margin-left: 25px;
}
.mCaseBlc01Photo>div.mCaseBlc01PhotoWide {
	width: 100%;
	max-width: 950px;
	margin: 50px auto 25px;
}
.mCaseBlc01Photo>div.mCaseBlc01PhotoWide>div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.mCaseBlc01Photo>div.mCaseBlc01PhotoWide>div>div {
	width: 450px;
}
.mCaseBlc01Photo>div.mCaseBlc01PhotoWide p {
	text-align: center;
}
.mCaseBlc01Data {
	box-sizing: border-box;
	max-width: 950px;
	margin: 35px auto 0;
	padding: 25px 15px 25px 30px;
	background: #f4f4f4;
}
.mCaseBlc01Data p {
	font-size: 100%;
	line-height: 2;
}
/* Caseナビ
------------------------------------------------------------------------------- */
.mCaseNav01 {
	margin: 80px 0 0;
	padding: 0 40px;
}
.mCaseNav01Inner {
	max-width: 1320px;
	margin: 0 auto;
	padding: 55px 0 0;
	border-top: 1px solid #d5d5d5;
}
.mCaseNav01Blc {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 950px;
	margin: 0 auto;
}
.mCaseNav01Blc>div {
	width: 450px;
	margin: 40px 0 0;
}
.mCaseNav01Blc>div:nth-of-type(-n+2) {
	margin-top: 30px;
}
.mCaseNav01Blc>div a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	transition: opacity 0.3s ease-out;
}
.mCaseNav01Blc>div a:hover {
	opacity: 0.7;
}
.mCaseNav01Blc>div a p {
	box-sizing: border-box;
	display: flex;
	position: relative;
	align-items: center;
	height: 72px;
	padding: 5px 40px 5px 30px;
	background: #f4f4f4;
	color: #333;
	font-size: 158%;
	line-height: 1.26;
	letter-spacing: 0.06em;
}
.mCaseNav01Blc>div a p::after {
	box-sizing: border-box;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 30px;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 0;
	transform: rotate(45deg);
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	border-radius: 2px;
	content: "";
}
.mCaseNav01Blc>div a p>span {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 30px;
	margin: 0 12px 0 0;
	padding: 2px;
	background: #6b9384;
	color: #fff;
	font-weight: 500;
	font-size: 78.94%;
	line-height: 1;
	font-family: "Noto Serif JP", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Georgia", serif;
}


.mCase_notes01,
.mCase_notes02 {
	margin: 10px 0 0;
	display: grid;
  justify-content: center;
}
.mCase_notes01>li {
	color: #7d7d7d;
	font-size: 100%;
	line-height: 1.8333333333;
	text-indent: -2.5em;
	padding-left: 2.5em;
}
.mCase_notes02>li {
	color: #7d7d7d;
	font-size: 100%;
	line-height: 1.8333333333;
	text-indent: -1em;
	padding-left: 1em;
}

.mVideo01_img {
	display: block;
	position: relative;
}

.mVideo01_img::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	transform: translate(-50%, -50%);
	border-radius: 100%;
  background-color: #2B333F;
  background-color: rgba(16, 118, 87, 0.7);
	transition: all 0.3s ease;
}

.mVideo01_img::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 20px;
  transform: translate(-25%, -50%);
  background: transparent;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  background-color: #fff;
  transition: all 0.3s ease;
}

a:hover .mVideo01_img::before {
  background-color: rgba(16, 118, 87);
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 0 15px rgba(16, 118, 87, 0.5);
}

a:hover .mVideo01_img::after {
  transform: translate(-25%, -50%) scale(1.2);
  background-color: #ffffff;
}

@media only screen and (max-width: 1230px) {
	.mCaseBlc01 {
		padding-right: 20px;
		padding-left: 20px;
	}
	.mCaseNav01 {
		padding-right: 20px;
		padding-left: 20px;
	}
}
@media only screen and (max-width: 990px) {
	.mCaseBlc01Photo {
		justify-content: space-between;
	}
	.mCaseBlc01Photo>div {
		width: calc((100% - 40px) / 2);
	}
	.mCaseBlc01Photo>div:nth-of-type(2) {
		margin-right: 0;
	}
	.mCaseBlc01Photo>div:nth-of-type(3) {
		margin-left: 0;
	}
	.mCaseBlc01Photo>div.mCaseBlc01PhotoWide>div>div {
		width: calc((100% - 40px) / 2);
	}
	.mCaseNav01Blc>div {
		width: calc((100% - 40px) / 2);
	}
}
