@charset "utf-8";

@import url("/common/css/rn03/fonts.css");
/* ****************************************************************************

目次

-------------------------------------------------------------------------------

  00. モジュール

******************************************************************************* */
/* ==

  00. モジュール

=============================================================================== */
/* 基本
------------------------------------------------------------------------------- */
body{	font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;}
.colBox {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.colBox .colItem {
  box-sizing: border-box;
  width: calc(50% - 10px);
}
.container h2{
	position: relative;
	font-size:200%;
	border-bottom: 2px solid #a99a5b;
	padding-bottom:15px;
	margin-bottom:50px;
}
.container p{
	font-size:152%;
}
.container p img{
  max-width: 100%;
  height: auto;
}
.aCenter{
	text-align: center;
}
.aRight{
	text-align: right;
}
sup{
	margin: 0 1px;
	font-size: 10px;
	vertical-align: 2px;
}
.fnFade {
	transition: opacity 0.3s !important;
}
.fnFade:hover {
	opacity: 0.8;
}

/* MV
------------------------------------------------------------------------------- */
.dpdcVisual01 {
	margin: 0 0 60px;
	padding: 0 10px;
	background: url(../images/main.jpg) center center no-repeat;
	background-size: cover;
}
.dpdcVisual01_in {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content:flex-end;
	max-width: 1180px;
	height: 520px;
	margin: 0 auto;
}
.dpdcVisual01_box{
	display:inline-block;
	background-color: rgba(255, 255, 255, 0.8);
	padding:30px;
}
.dpdcVisual01_tit {
	line-height: 1;
	margin: 0;
	font-size: 10px;
}
.dpdcVisual01_txt {
	font-size:22px;
	font-weight: 700;
	margin:20px 0;
	line-height:1.4;
}
.dpdcVisual01_btn a{
	position: relative;
	display:block;
	width:100%;
	padding:15px 0;
	background:#a99a5b;
	text-align:center;
	color:#fff;
	text-decoration: none;
	font-weight:700;
	font-size:20px;
}
.dpdcVisual01_btn a::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 1.5px #fff;
  border-right: solid 1.5px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
	margin-top:-5px;
}
.dpdcVisual01_btn a:hover{
	opacity: 0.6;
	
}
/* メイン
------------------------------------------------------------------------------- */
.container{
	min-width: 1120px;
}
.dpdcSection{
	padding:0 10px;
}
.dpdc_In{
	margin:0 auto 70px;
	max-width:1100px;
	box-sizing: border-box;
}

/* dpdc01
------------------------------------------------------------------------------- */
#dpdc01 h2 img{
	position: absolute;
	right:0;
	bottom:-20px;
	z-index: -1;
}
.dpdc01TxtBox{
	margin-bottom:30px;
}
.dpdc01TxtBox .txtem{
	font-size:180%;
	font-weight:700;
}
.colBox.dpdc01_v1 .colItem {
  padding:25px;
	background:#a99a5b;
}
.colBox.dpdc01_v1 .colItem p:first-child{
	font-size:180%;
	color:#fff;
	text-align: center;
	margin-bottom:10px;
	font-weight:700;
}
.colBox.dpdc01_v1 .colItem p:nth-child(2){
	color:#fff;
}
#dpdc01 p.note{
	color:#fff;
	font-size:124%;
	margin-top:10px;
}
#dpdc01 h3{
	text-align:center;
	font-size:180%;
	font-weight:700;
	margin:50px 0;
}


/* dpdc02
------------------------------------------------------------------------------- */
#dpdc02{
	position: relative;
	background:#000 url("../images/bg01.png");
	background-size: cover;	
	padding:80px 10px 40px;
}
#dpdc02 h2{
	position: relative;
	color:#fff;
}
#dpdc02 h2 span{
	position: relative;
	z-index:2;	
}
#dpdc02 h2 img{
	position: absolute;
	right:0;
	bottom:0;
	z-index:1;		
}
.colBox.dpdc02_v1 .colItem {
  padding:25px;
	background:#a99a5b;
}
.colBox.dpdc02_v1 .colItem p:first-child{
	font-size:180%;
	color:#fff;
	text-align: center;
	margin-bottom:10px;
	font-weight:700;
}
.colBox.dpdc02_v1 .colItem p:last-child{
	color:#fff;
}
#dpdc02 .titBox{
	margin-top:50px;
	text-align:center;
}
#dpdc02 h3{
	font-size:180%;
	color:#fff;
	border:1px solid #a99a5b;
	padding:8px 20px 10px;
	display:inline-block;
	margin: 0 auto 20px;
	font-weight: 400;
}

/* dpdc03
------------------------------------------------------------------------------- */
#dpdc03{
	padding-top:80px;
}
#dpdc03 h2 img{
	position: absolute;
	right:0;
	bottom:0;
	z-index: -1;
}
.dpdc03TxtBox{
	margin-bottom:30px;
}
.dpdc03TxtBox .txtem{
	font-size:180%;
	font-weight:700;
}
#dpdc03 .colItem span{
	display:block;
	padding:10px;
	font-size:14px;
	text-align: left;
}
.moduleDpdc{
	margin-top:30px;
	padding:30px;
	background: url("../images/bg02.png") no-repeat;
	background-size: cover;		
}
.moduleDpdc .colBox {
  max-width: 1180px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  gap: 30px;
}
.moduleDpdc .colItem:first-child {
  flex: 1 1 0;
	min-width: 0;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.moduleDpdc .colItem:last-child {
  flex: 0 1 600px;
	max-width: 600px;
	box-sizing: border-box;
}
.moduleDpdc dl {
  display: grid;
  grid-template-columns: 150px 1fr;
  row-gap: 8px;
  column-gap: 10px;
  margin: 0;
}
.moduleDpdc dt {
  margin: 0;
  background: #b99932; 
  color: #ffffff;
  font-weight: 400;
  font-size: 160%;
	min-height:95px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px 8px;
  box-sizing: border-box;
}
.moduleDpdc dd {
  margin: 0;
	line-height:1.4;
  font-size: 140%;
  box-sizing: border-box;
  align-items: center;	
}
.moduleName{
	margin-top:20px;
	background:#fff;
}
.moduleName_tit{
	background:#425167;
	color:#fff;
	text-align:center;
	padding:10px;
}
.moduleName ul{
	display:flex;
	padding:30px;
	flex-wrap: wrap;
}
.moduleName ul li{
	width:33.33%;
}


/* dpdc04
------------------------------------------------------------------------------- */
#dpdc04{
	position: relative;
	background:#000 url("../images/bg03.png");
	background-size: cover;	
	padding:80px 10px 40px;
	margin-bottom:50px;
}
#dpdc04 p{color:#fff;}
#dpdc04 h2{
	color:#fff;
}
#dpdc04 h2 img{
	position: absolute;
	right:0;
	bottom:0;
	z-index:1;
}
#dpdc04 h3{
	color:#fff;
	font-size:180%;
	border-bottom:1px solid #fff;
	padding-bottom:5px;
	margin-bottom:20px;
}
.dpdc04_imgcap{
	margin-top:10px;
	display: block;
	font-size:86%;
	text-align:left;
}
.dpdc04_ico{
	display:flex;
	gap:10px;
	margin-bottom:15px;
}
.dpdc04_ico li{
	display: flex; 
  align-items: center;
  justify-content: center;
	width:calc(33% - 5px);
	background:#fff;
	border-radius: 10px;
	padding:2px 10px;
	text-align:center;
	line-height:1.3;
	min-height:46px;

}
.dpdc04List{
	margin-top:20px;
	display:grid;
  grid-template-columns: 150px 1fr;
}
.dpdc04List dt {
  margin: 0 0 5px 0;
  background: #cccccc; 
  color: #333;
  font-weight: 400;
  font-size: 140%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px 4px;
  box-sizing: border-box;
}
.dpdc04List dd {
  display: flex;
  align-items: center;
  margin: 0 0 5px 0;
	padding-left:10px;
	line-height:1.4;
  font-size: 140%;
  box-sizing: border-box;
	color:#fff;
}
.dpdc04_btn{margin-top:20px;}
.dpdc04_btn a{
	display: block;
	position: relative;
	text-align:center;
	background:#fff;
	padding:10px;
	text-decoration: none;
} 
.dpdc04_btn a::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 1.5px #333;
  border-right: solid 1.5px #333;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
	margin-top:-5px;
}
/* dpdc05
------------------------------------------------------------------------------- */
#dpdc05{
	background-image: linear-gradient(0deg, #b5a555, #bfac4e 50%, #b5a555);
	padding:50px 0;
	margin-bottom:100px;
}
#dpdc05 .dpdc_In{
	margin:0 auto 20px;
}
#dpdc05 p{
	text-align:center;
	color:#fff;
	font-size:200%;
}
.dpdc05_btn{
	margin-top:20px;
}
.dpdc05_btn a{
	display: inline-block;
	position: relative;
	padding:20px;
	width:100%;
	max-width:470px;
	background:#000;
	text-align:center;
	color:#fff;
	text-decoration: none;
	border-radius: 10px;
	box-sizing: border-box;
}
.dpdc05_btn a::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 1.5px #fff;
  border-right: solid 1.5px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
	margin-top:-5px;
}









