@charset "utf-8";
/* --------------------------------------------------------------------------
  * contents
-------------------------------------------------------------------------- */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#container {
	font-family: 'Noto Serif JP', serif;
}
#container .inner {
	max-width: 1170px;
	width: 90%;
	margin: 0 auto;
}
#container h2 {
	color: #a78e49;
	font-size: 28px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: .1em;
	margin-bottom: 160px;
	text-align: center;
	display: block;
}
#container h2 span {
	font-family: 'Libre Baskerville', serif;
	font-size: 43px;
	letter-spacing: .02em;
}
#container h2 span::after {
	display: block;
	content: "";
	width: 80px;
	height: 1px;
	background: #a78e49;
	left: 0;
	right: 0;
	margin: 12px auto 20px;
}
#container h3 {
	color: #a78e49;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 25px;
	/*text-align: center;*/
}
#container h3 span {
	font-family: 'Libre Baskerville', serif;
	font-size: 30px;
}
/*#container h3 span::after {
	display: block;
	content: "";
	width: 80px;
	height: 1px;
	background: #a78e49;
	left: 0;
	right: 0;
	margin: 5px auto 10px;
}*/
#container h3 span {
	color: #a78e49;
	display: block;
}
#container h4 {
	color: #a78e49;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: .02em;
	margin-bottom: 40px;
}
.photo {
	width: 100%;
	position: relative;
}
.photo img {
	width: 100%;
}
.photo span {
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #fff;
	font-size: 12px;
	line-height: 1.3;
	display: flex;
}
.photo span::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #a78e49;
	margin: 3px 5px 0;
}
.spbr {
	display: none;
}

/* MV */
#mainVisual {
	position: relative;
}
#mainVisual .main_txt {
	position: absolute;
	bottom: 20%;
	right: 12%;
	text-align: center;
	color: #fff;
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: .1em;
}
#mainVisual .main_txt span {
	font-family: 'Libre Baskerville', serif;
	font-size: 37px;
	display: block;
}

/* BLOCK */
.wrapSection section {
	padding: 80px 0 160px;
}
.wrapSection section .secInner {
	padding-right: calc((100% - 1200px) / 2);
}
.wrapSection section .secInner.right {
	padding-left: calc((100% - 1200px) / 2);
	padding-right: inherit;
}
@media only screen and (max-width:1200px) {
	.wrapSection section .secInner {
		padding-right: 5%;
	}
	.wrapSection section .secInner.right {
		padding-left: 5%;
		padding-right: inherit;
		
	}
}
section .photo span {
	background: rgba(0, 0, 0, 0.75);
	padding: 3px;
	bottom: 0;
	right: 0;
}
section .photo span::before {
	display: none;
}
.block {
	display: flex;
	flex-wrap: wrap;
}
.block .img {
	position: relative;
	width: 55%;
}
.block .img .pic02 {
	margin-top: 40px;
	margin-left: auto;
	width: 50%;
}
.block .img .pic02.mL_inh{
	margin-left: inherit;
}
.block .img .pic03 {
	position: absolute;
	left: calc(100% + 40px);
	bottom: 0;
	width: 50%;
}
.block .img .op0 {
	opacity: 0;
}
.block .info_achievement {
	width: 45%;
}
.block .infoInner {
	max-width: 480px;
	padding-left: 40px;
}
.block .infoInner.itemL {
	max-width: 520px;
	padding-left: 40px;
	margin-left: auto;
	margin-right: 30px;
}

.block .info_achievement .infoTtl {
	font-size: 20px;
	margin-left: -0.5em;
}
.block .info_achievement .infoList {
	color: #595757;
	line-height: 1.5;
	padding-left: 1em;
	text-indent: -1em;
}
.imgList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	max-width: 950px;
	margin-left: auto;
	margin-top: -10vw;
	padding-right: 15vw;
}
.imgList li {
	width: 48%;
}

@media only screen and (min-width:768px) {
  .odr1 {
  	order: 1;
  }
  .odr2 {
  	order: 2;
  }
}

@media only screen and (max-width:767px) {
	#container .inner {
		width: 95%;
	}
	.spbr {
		display: block;
	}
	.pc {
		display: none;
	}	
	#container h2 {
		display: block;
		font-size: 16px;
		margin-bottom: 80px;
	}
	#container h2 span {
		font-size: 20px
	}
	#container h3 {
		font-size: 18px;
	}
	#container h3 span{
		font-size: 24px;
	}
	#container h4 {
		margin-bottom: 20px
	}
	#container h4 span {
		font-size: 16px;
	}
	.wrapSection section {
		padding: 40px 0;
	}
	.secInner {
		padding: 0 15px!important;
	}
	.block {
		display: block;
	}
	.block .info_achievement {
		width: 100%;
	}
	.block .infoInner {
		max-width: inherit;
		padding: 0;
	}
	.block .infoInner.itemL {
		max-width: inherit;
		padding: 0;
		margin-left: auto;
		margin-right: auto;
		max-width: 520px;
	}
	
	.block .info_achievement .infoTtl {
		font-size: 20px;
	}
	.block .info_achievement .infoList {
		font-size: 12px;
	}
	.block .img {
		width: 100%;
	}
	.block .img > p {
		margin-top: 20px!important;
	}
	.block .img .pic02 {
		width: 100%;
	}
	.block .img .pic03 {
		position: static;
		width: 100%;
	}
}


@media only screen and (max-width:480px) {
	#mainVisual .main_txt {
		bottom: 35%;
		right: 0;
		left: 0;
	}
	#mainVisual .main_txt span {
		font-size: 25px;
	}
	
}

.secOther {
	padding: 0 0 160px;
}
.secOtherInner {
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
	padding: 0 15px;
}
.secOther h4 {
	position: relative;
}
.secOther h4:after {
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	margin: auto;
	background: #9e8a48;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
}
.secOther h4 span {
	padding-right: 1em;
	background: #fff;
	position: relative;
	z-index: 100;
}
.secOther ul {
	display: flex;
	justify-content: space-between;
}
.secOther ul li {
	width: calc(33.33% - 18px);
}
.secOther ul li .ttl {
	color: #a78e49;
	font-size: 18px;
	margin-top: 20px;
	/*margin-left: -0.5em;*/
}
.secOther ul li .list > span {
	color: #595757;
	display: block;
	line-height: 1.6;
	padding-left: 1em;
	text-indent: -1em;
}
@media only screen and (max-width:767px) {
	.secOther {
		padding: 0 0 40px;
	}
	.secOther ul {
		display: block;
	}
	.secOther ul li {
		width: 100%
	}
	.secOther ul li + li {
		margin-top: 30px;
	}
}

/* */
.icon_logo{max-width: 180px;}
.flex_half{display: flex;}
.hf_item01{width: 28%; display: flex; justify-content: space-between;}
.hf_item02{width: 72%; letter-spacing: 1.8px; padding-left: 2px;}

.hf_item01 span{}
.block .info_achievement .infoList.ahoadj{
	padding-left: inherit;
	text-indent: inherit;
	padding: 0;
}
.block .info_achievement .infoList.ahoadj li:nth-child(n+2){
	margin-top: 4px;
}
.flex_half.short .hf_item01{ width: 34%;} 
.flex_half.short .hf_item02{
	width: 66%;
	letter-spacing: 0.5px;
}