@charset "UTF-8";

/* ============================== */

/* マスタープラン */

/* ============================== */

/* 個別設定 */

.mv{
	position: relative;
}

/* .page_ttl_area{
	position: absolute;
	top: 50px;
	background-color: transparent !important;
	background: none !important;
} */

/* .page_ttl_area .page_ttl{
	font-size: clamp(10px, 2vw, 3rem);
	margin-top: 1%;
} */

/* .page_ttl_area .page_ttl span:nth-of-type(2) {
	font-size: clamp(10px, 1.5vw, 1.4rem);
}

.page_ttl_area .page_lead{
	font-size: clamp(10px, 2vw, 3.2rem);
} */

#breadcrumb{
	margin: 1% 0 0 1% !important;
	position: absolute;
	z-index: 1;
}

#breadcrumb li{
	color: #fff !important;
}

#breadcrumb li a{
	color: #fff !important;
}

@media screen and (max-width: 768px) {
	.page_ttl_area{
		/* padding-block: 6% 30% !important;
		background: none !important; */
		position: static !important;
	}

	ol#breadcrumb{
		left: 47%;
	}

	/* .page_ttl_area .page_ttl{
		font-size: clamp(1rem, 5vw, 3rem);
	}

	.page_ttl_area .page_ttl span:nth-of-type(2) {
		font-size: 1.4rem;
	}

	.page_ttl_area .page_lead{
		font-size: clamp(1rem, 4.5vw, 3.2rem);
	} */
}

/* section._com */

section._com .item._l{
	max-width: 550px;
	width: 46%;
	padding: 30px 40px 40px;
	box-sizing: border-box;
}

section._com .item._r{
	max-width: 400px;
	width: 46%;
}

section._com .p01{
	font-size: clamp(10px, 3vw, 22px);
}

section._com .p01._b{
	opacity: 35%;
}

section._com .p02{
	margin-bottom: 10px;
	font-size: clamp(10px, 2vw, 16px);
	letter-spacing: 0.1em;
}

section._com .p03{
	font-size: clamp(10px, 10vw, 25px);
	letter-spacing: 0.3em;
}

section._com .p04{
	margin: 30px 0;
	font-size: clamp(10px, 1.8vw, 14px);
	line-height: 1.5;
}

section._com .p04._r{
	line-height: 2.5;
}

section._com .p05{
	font-size: clamp(10px, 2vw, 22px);
	line-height: 2.2;
	font-weight: bold;
}

section._com .logo{
	width: 70%;
	margin: 30px 0;
	display: block;
}

@media screen and (max-width: 768px) {
	section._com .p01{
		font-size: clamp(10px, 6vw, 22px);
	}

	section._com .p01._b{
		font-size: clamp(10px, 8vw, 35px);
	}

	section._com .p04{
    font-size: clamp(10px, 4vw, 14px);
	}

	section._com .p05{
		font-size: clamp(10px, 5vw, 22px);
	}

	section._com .logo{
		width: 100%;
	}
}


/* section._01 */

section._01{
	background: #E6E6E2;
	position: relative;
}

section._01 .content_ttl{
	position: absolute;
	top: 35px;
	z-index: 2;
	writing-mode: vertical-lr;
	transform: rotate(180deg);
	color: #fff;
	font-size: clamp(1rem, 12vw, 22rem);
	opacity: 50%;
}

section._01 .box{
	max-width: 1300px;
	width: 80%;
	margin: 0 auto;
	padding-top: 120px;
	justify-content: space-between;
	position: relative;
	z-index: 3;
}

section._01 .box_g{
	height: 20vw;
	background: linear-gradient(90deg, #fff 0%, #ccc 80%);
}

section._01 .item._l{
	padding-bottom: 250px;
	background: #CFCFC8;
}

section._01 .item._l .flex{
	margin-bottom: 30px;
	justify-content: space-between;
	align-items: start;
}

section._01 .item._l .txtbox{
	width: 60%;
}

section._01 .item._l .txtbox .p03{
	margin-top: 10px;
	margin-bottom: 0;
	font-size: clamp(10px, 5.5vw, 25px);
}

section._01 .item._l .txtbox .p04{
	margin-top: 15px;
	margin-bottom: 0;
}

section._01 .item._r{
	margin-top: -20vw;
	margin-right: 4vw;
}

section._01 .imgBox._01 .imgnote{
	text-shadow: none;
	color: #fff;
	font-size: clamp(10px, 10vw, 70px);
	opacity: 50%;
}

section._01 .imgbox._02{
	width: 35%;
}

section._01 .imgbox._03{
	width: 75%;
	margin-left: auto;
	position: relative;
	top: -24vw;
	right: 2vw;
	z-index: 3;
}

section._01 .imgbox._03 .imgnote{
	bottom: 2vw;
	text-shadow: none;
	color: #000;
}

section._01 .p03{
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
	section._01{
		overflow: hidden;
	}

	section._01 .content_ttl{
	}

	section._01 .box{
		padding-top: 25vw;
		flex-direction: column-reverse;
	}

	section._01 .box_g{
	}

	section._01 .item._l{
		width: 100%;
		margin-top: 25vw;
		margin-bottom: 50px;
		padding-top: 25vw;
		padding-bottom: 25px;
		position: relative;
	}

	section._01 .item._l .flex{
		flex-direction: row;
	}

	section._01 .item._l .flex._col{
		flex-direction: column;
	}

	section._01 .item._r{
		width: 100%;
		margin: 0;
	}

	section._01 .imgBox._02{
		margin-bottom: 25px;
	}

	section._01 .imgBox._02 .imgNote{
		bottom: -2em;
		background: none;
		color: #000;
	}

	section._01 .imgbox._03{
		width: 140%;
		position: absolute;
		top: -26vw;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}

	section._01 .imgbox._03 .imgnote{
		right: 8vw;
		bottom: -2vw;
	}
}

/* section._02 */

section._02{
	padding-bottom: 50px;
	background: url(../img/bg_02.png);
	background-position: center;
	background-size: cover;
	position: relative;
}

section._02 .content_ttl, section._03 .content_ttl{
	position: absolute;
	top: 0;
	left: 10px;
	z-index: 1;
	color: #fff;
	font-size: clamp(1rem, 14vw, 17rem);
	opacity: 50%;
}

section._02 .box{
	flex-direction: row-reverse;
	align-items: end;
}

section._02 .item._l{
	background: #EAECEC;
}

section._02 .item._l .flex{
	margin-bottom: 30px;
	justify-content: space-between;
	align-items: start;
}

section._02 .item._l .txtbox{
	width: 60%;
}

section._02 .item._l .txtbox .p03{
	margin-top: 10px;
	margin-bottom: 0;
	font-size: clamp(10px, 5.5vw, 25px);
}

section._02 .item._l .txtbox .p04{
	margin-top: 15px;
	margin-bottom: 0;
}

section._02 .item._r{
	margin-right: 4vw;
}

section._02 .item._r .imgnote{
	bottom: -15px;
}

section._02 .item._r .p04{
	color: #fff;
}

section._02 .p05{
	color: #fff;
}

section._02 .imgbox._06{
	width: 35%;
}

section._02 .imgbox._07{
	max-width: 1300px;
	width: 90%;
	margin: 150px auto;
}

section._02 .scroll{
	width: 50%;
	margin: 50px auto 0;
}

@media screen and (max-width: 768px) {
	section._02{
		padding-bottom: 120px;
		overflow: hidden;
	}

	section._02 .content_ttl, section._03 .content_ttl{
	}

	section._02 .box{
		padding-top: 20vw;
		flex-direction: column-reverse;
		align-items: center;
	}

	section._02 .item._l{
		width: 80%;
		padding-bottom: 25px;
	}

	section._02 .item._l .flex{
		flex-direction: row;
	}

	section._02 .item._l .flex._col{
		flex-direction: column;
	}

	section._02 .imgBox._06{
		margin-bottom: 25px;
	}

	section._02 .imgBox._06 .imgNote{
		bottom: -2em;
		background: none;
		color: #000;
	}

	section._02 .item._r{
		width: 80%;
		margin-right: 0;
	}

	section._02 .item._r .imgnote{
	}

	section._02 .item._r .p04{
	}

	section._02 .p05{
	}

	section._02 .imgbox._05{
		margin-bottom: 50px;
	}

	section._02 .imgbox._07{
		width: 80%;
		margin: 50px auto 0;
		/* overflow: scroll; */
	}

	/* section._02 .imgbox._07 img{
		width: 200%;
	}

	section._02 .imgnote._07{
		bottom: auto;
	} */

	section._02 .imgbox._07 .imgnote{
		bottom: -2em;
	}
}

/* section._03 */

section._03{
	position: relative;
}

section._03 .bgwrap{
	padding-top: 300px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 1) 100%), url(../img/bg_03.jpg);
	background-size: cover;
	background-position: top;
}

section._03 .content_ttl{
	color: #E6E6E2;
}

section._03 .p05{
	text-align: center;
}

section._03 .p06{
	margin-top: 50px;
	font-size: clamp(10px, 2vw, 16px);
	line-height: 2.2;
	text-align: center;
}

section._03 .p07{
	margin-top: 10px;
	font-size: 10px;
	text-align: center;
}

section._03 .imgbox._08{
	max-width: 1000px;
	width: 90%;
	margin: 80px auto;
	mix-blend-mode: multiply;
}

section._03 .imgbox._08_01{
	width: 100%;
	mix-blend-mode: multiply;
}

section._03 .imgbox._08_02{
	width: 90%;
	margin: 0 auto;
	mix-blend-mode: multiply;
}

section._03 .imgbox._09, section._03 .imgbox._10{
	max-width: 1000px;
	width: 90%;
	margin: 30px auto 0;
}

section._03 .imgBox._12, section._03 .imgBox._13, section._03 .imgBox._16{
	margin-top: 80px;
}

section._03 .box{
	max-width: 1000px;
	width: 90%;
	margin: 80px auto 100px;
}

section._03 .box .item_l{
	width: 55%;
	mix-blend-mode: multiply;
	position: relative;
}

section._03 .box .item_l .imgnote{
	text-shadow: none;
	color: #000;
}

section._03 .box .item_l .mdlbtn{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: absolute;
	cursor: pointer;
}

section._03 .box .item_l .mdlbtn._01{
	top: 145px;
	right: 215px;
}

section._03 .box .item_l .mdlbtn._02{
	top: 152px;
	right: 255px;
}

section._03 .box .item_l .mdlbtn._03{
	top: 200px;
	right: 225px;
}

section._03 .box .item_l .mdlbtn._04{
	top: 194px;
	left: 190px;
}

section._03 .box .item_l .mdlbtn._05{
	bottom: 99px;
	right: 132px;
}

section._03 .box .item_l .mdlbtn._06{
	bottom: 212px;
	right: 140px;
}

section._03 .box .item_l .mdlbtn._07{
	bottom: 278px;
	right: 208px;
}

section._03 .box .item_l .mdlbtn._08{
	bottom: 205px;
	right: 340px;
}

.mdl_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	opacity: 0;
  display: none;
  z-index: 0;
}

.mdl_overlay.open {
  display: block;
}

section._03 .box .mdl{
	width: 650px;
	/* height: 600px; */
	padding: 45px 0 40px;
	box-sizing: border-box;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #3C3C3C;
	opacity: 0;
	transition: 1s;
	z-index: -1;
}

section._03 .box .mdl.open{
	opacity: 1;
	transition: 1s;
	z-index: 9999;
}

section._03 .box .mdl .clsbtn{
	width: 45px;
	height: 55px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0);
	border: none;
	position: absolute;
	top: -3px;
	right: 0;
	z-index: 100;
	cursor: pointer;
}

section._03 .box .mdl .clsbtn .line{
	width: 45%;
	height: 1px;
	display: inline-block;
	background-color: #fff;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: 1s;
	transition: 1s;
}

section._03 .box .mdl .clsbtn .line:first-of-type{
	top: 27px;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

section._03 .box .mdl .clsbtn .line:nth-of-type(2){
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

section._03 .box .mdl .imgBox{
	width: 90%;
	margin: 0 auto;
}

section._03 .box .mdl p{
	width: 90%;
	margin: 0 auto;
	color: #fff;
}

section._03 .box .mdl .p10{
	margin-top: 20px;
	font-size: clamp(10px, 10vw, 18px);
	font-weight: bold;
}

section._03 .box .mdl .p20{
	margin-top: 10px;
	font-size: clamp(10px, 10vw, 14px);
	line-height: 1.8;
}

section._03 .box .item_r{
	width: 45%;
	padding-left: 5%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

section._03 .box .item_r li{
	width: 70%;
	margin-bottom: 15px;
	padding: 12px;
	box-sizing: border-box;
	background: #726934;
	cursor: pointer;
}

section._03 .box .item_r li:first-of-type{
	padding-left: 0;
	padding-bottom: 5px;
	background: none;
}

section._03 .box .item_r li p{
	color: #fff;
	font-size: clamp(10px, 10vw, 18px);
	font-weight: bold;
}

section._03 .box .item_r li:first-of-type p{
	color: #726934;
	font-size: clamp(10px, 10vw, 13px);
}

section._03 .box_t{
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
	background: #213433;
	border: 4px solid #AA9F60;
}

section._03 .box_t .box_in{
	width: 98%;
	margin: 1% auto;
	padding: 40px 0;
	border: 1px solid #AA9F60;
}

section._03 .box_t .item._l{
	width: 45%;
	margin-right: 5%;
	padding: 0;
}

section._03 .box_t .item._r{
	width: 45%;
}

section._03 .box_t .p10{
	margin-bottom: 50px;
	color: #fff;
	font-size: clamp(10px, 2.5vw, 25px);
	font-weight: bold;
	letter-spacing: 0.1em;
}

section._03 .box_t .p20{
	margin-bottom: 20px;
	color: #fff;
	font-size: clamp(10px, 1.5vw, 16px);
	line-height: 1.5;
}

section._03 .box_t .anno{
	color: #fff;
}

section._03 .box_b{
	max-width: 1000px;
	width: 90%;
	margin: 70px auto;
	border: 1px solid #AA9F60;
	position: relative;
}

section._03 .box_b::before{
	content: '';
	width: 98%;
	height: 98%;
	border: 1px solid #AA9F60;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

section._03 .box_b .box_in{
	margin: 0 auto;
	padding: 50px 10%;
	box-sizing: border-box;
	background: #E6E6E2;
}

section._03 .box_b .box_inin{
	margin: 30px auto 0;
	padding: 30px 3%;
	background: #fff;
	border-top: 2px solid #726934;
}

section._03 .box_b .box_inin .flex{
	align-items: start;
}

section._03 .box_b .item_l{
	width: 38%;
}

section._03 .box_b .item_r{
	width: 38%;
}

section._03 .box_b .arrow{
	width: 10%;
	margin: 10px 3% 0;
}

section._03 .box_b .p30{
	padding: 50px 0 40px;
	background: #213433;
	color: #fff;
	font-size: clamp(10px, 2.5vw, 25px);
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
}

section._03 .box_b .p40{
	font-size: clamp(10px, 1.5vw, 16px);
	letter-spacing: 0.15em;
	line-height: 2;
}

section._03 .box_b .p40 span{
	font-weight: bold;
}

section._03 .box_b .p40._b{
	margin-bottom: 30px;
	text-align: center;
}

section._03 .box_b .p40._b .txt_gld{
	font-weight: bold;
}

section._03 .box_b .p40._b .num{
	font-size: 1.5em;
}

section._03 .box_b .p50{
	font-size: clamp(10px, 1.5vw, 12px);
	line-height: 2;
}

section._03 .box_b .p60{
	font-size: clamp(10px, 1.5vw, 15px);
	font-weight: bold;
	line-height: 2;
}

section._03 .detailsbox{
	padding: 100px 0 200px;
}

section._03 details{
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
	background: #192925;
}

section._03 details summary{
	position: relative;
}

section._03 details .txtbox{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

section._03 details .txtbox .p10{
	margin-bottom: 60px;
	font-size: clamp(10px, 2vw, 18px);
}

section._03 details .txtbox .p20{
	width: fit-content;
	margin: 0 auto 20px;
	position: relative;
	font-size: clamp(10px, 2vw, 22px);
}

section._03 details .txtbox .p20::before{
	content: '';
	width: 50px;
	height: 1px;
	background: #fff;
	display: block;
	position: absolute;
	top: 50%;
	left: -60px;
	transform: translateY(-50%);
}

section._03 details .txtbox .p20::after{
	content: '';
	width: 50px;
	height: 1px;
	background: #fff;
	display: block;
	position: absolute;
	top: 50%;
	right: -60px;
	transform: translateY(-50%);
}

section._03 details .txtbox .p30{
	width: 100%;
	font-size: clamp(10px, 3vw, 30px);
	letter-spacing: 0.05em;
}

section._03 details .box{
	max-width: 700px;
	width: 90%;
	margin: 0 auto;
}

section._03 details .numbox{
	position: relative;
}

section._03 details .num{
	width: 10%;
	position: absolute;
	left: 10%;
	transform: translateY(-40%);
}

section._03 details p{
	color: #fff;
}

section._03 details .p01{
	width: 50%;
	margin-top: 100px;
	padding: 0.5em 0;
	padding-left: 22%;
	box-sizing: border-box;
	background: #303E3B;
	font-size: clamp(10px, 1.5vw, 16px);
}

section._03 details .p02{
	margin: 50px auto 30px;
	padding-left: 20px;
	border-left: 2px solid #A8A578;
	color: #A8A578;
	font-size: clamp(10px, 2vw, 20px);
	letter-spacing: 0.2em;
	line-height: 1.5;
}

section._03 details .p02._b{
	margin: 50px auto 30px;
	padding-left: 0;
	border-left: none;
	color: #A8A578;
	font-size: clamp(10px, 2vw, 18px);
	letter-spacing: 0.2em;
	line-height: 2.5;
	text-align: center;
}

section._03 details .p03{
	font-size: clamp(10px, 1.5vw, 14px);
	line-height: 2;
	letter-spacing: 0.2em;
}

section._03 details .box_b{
	background: #3C3C3C;
}

section._03 summary {
  display: block;
	cursor: pointer;
}

section._03 summary::-webkit-details-marker {
  display: none;
}

section._03 .readbox{
	padding: 25px 0 20px;
	box-sizing: border-box;
	background: #726934;
	cursor: pointer;
}

section._03 details[open] .readbox{
	background: #192925;
}

section._03 .readbox .arrow{
	width: 40px;
	margin: 0 auto 10px;
}

section._03 details[open] .arrow{
	transform: rotate(180deg);
}

section._03 details .read{
	color: #fff;
	font-size: clamp(10px, 2vw, 18px);
	text-align: center;
}

section._03 details[open] .read{
	opacity: 0;
}

section._03 details .close{
	margin-top: -1em;
	color: #fff;
	font-size: clamp(10px, 2vw, 18px);
	text-align: center;
	opacity: 0;
}

section._03 details[open] .close{
	opacity: 1;
}

@media screen and (max-width: 1100px) {

	section._03 .box{
		flex-direction: column;
	}

	section._03 .box .item_l{
		width: 100%;
		margin-bottom: 65px;
	}

	section._03 .box .item_l .imgnote{
	}

	section._03 .box .item_l .mdlbtn{
		width: 5vw;
    height: 5vw;
	}

	section._03 .box .item_l .mdlbtn._01{
		top: 23.5vw;
    right: 35vw;
	}

	section._03 .box .item_l .mdlbtn._02{
		top: 25vw;
    right: 42vw;
	}

	section._03 .box .item_l .mdlbtn._03{
		top: 32.5vw;
		right: 37vw;
	}

	section._03 .box .item_l .mdlbtn._04{
		top: 32vw;
		left: 31vw;
	}

	section._03 .box .item_l .mdlbtn._05{
		bottom: 16vw;
		right: 22vw;
	}

	section._03 .box .item_l .mdlbtn._06{
		bottom: 35vw;
    right: 22.5vw;
	}

	section._03 .box .item_l .mdlbtn._07{
		top: 61vw;
		right: 34vw;
	}

	section._03 .box .item_l .mdlbtn._08{
		bottom: 33vw;
		left: 29.5vw;
	}

	section._03 .box .mdl{
		width: 90vw;
		padding: 45px 0 40px;
	}

	section._03 .box .mdl.open{
	}

	section._03 .box .mdl .clsbtn{
	}

	section._03 .box .mdl .clsbtn .line{
	}

	section._03 .box .mdl .clsbtn .line:first-of-type{
	}

	section._03 .box .mdl .clsbtn .line:nth-of-type(2){
	}

	section._03 .box .mdl .imgBox{
		width: 85%;
	}

	section._03 .box .mdl p{
		width: 85%;
	}

	section._03 .box .mdl .p10{
	}

	section._03 .box .mdl .p20{
	}


	section._03 .box .item_r{
		width: 100%;
		padding-left: 0;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
	}

	section._03 .box .item_r li{
		width: 48%;
	}

	section._03 .box .item_r li:first-of-type{
		width: 100%;
		padding-right: 0;
		position: absolute;
		top: -40px;
		text-align: center;
	}

	section._03 .box .item_r li p{
		font-size: clamp(10px, 3.2vw, 18px);
	}

	section._03 .box .item_r li:first-of-type p{
		font-size: clamp(10px, 3.5vw, 18px);
	}

}

@media screen and (max-width: 768px) {
	section._03{
	}

	section._03 .bgwrap{
		padding-top: 100px;
	}

	section._03 .content_ttl{
		font-size: clamp(1rem, 14vw, 17rem);
	}

	section._03 .p05{
		width: 90%;
		margin: 0 auto;
		text-align: left;
	}

	section._03 .p06{
		width: 90%;
		margin: 30px auto 0;
		font-size: clamp(10px, 3.2vw, 16px);
		line-height: 2.5;
		text-align: left;
	}

		section._03 .p07{
			width: 90%;
			margin: 10px auto 0;
			text-align: left;
		}

	section._03 .imgbox._08{
		width: 80%;
		margin: 50px auto 0;
	}

	section._03 .imgbox._08_01{
		margin: 30px auto;
	}

	section._03 .imgbox._08_02{
	}

	section .scrlbox{
		width: 90%;
		height: 100vw;
		margin: 0 auto;
		padding: 30px 0;
		box-sizing: border-box;
		overflow: scroll;
		border-top: 2px solid #726934;
		border-bottom: 2px solid #726934;
	}

	section._03 .imgbox._09, section._03 .imgbox._10{
		width: 80%;
	}

	section._03 .imgBox._12, section._03 .imgBox._13, section._03 .imgBox._16{
	}

	section._03 .box._t{
		margin-top: 50px;
	}

	section._03 .box_t .box_in{
		border: none;
	}

	section._03 .box_t .item._l{
		width: 90%;
		margin-right: 0;
	}

	section._03 .box_t .item._r{
		width: 90%;
		margin-top: 40px;
	}

	section._03 .box_t .p10{
		margin-bottom: 30px;
		font-size: clamp(10px, 5vw, 25px);
		text-align: center;
	}

	section._03 .box_t .p20{
		font-size: clamp(10px, 3.8vw, 16px);
		line-height: 2em;
	}

	section._03 .box_t .anno{
	}

	section._03 .box_b{
		margin-bottom: 0;
	}

	section._03 .box_b::before{
		height: 99%;
	}

	section._03 .box_b .box_in{
		padding: 30px 10%;
	}

	section._03 .box_b .box_inin{
		padding: 30px 5%
	}

	section._03 .box_b .box_inin .flex{
		align-items: center;
	}

	section._03 .box_b .item_l{
		width: 100%;
	}

	section._03 .box_b .item_r{
		width: 100%;
	}

	section._03 .box_b .arrow{
		width: 20%;
		margin: 30px auto;
		transform: rotate(90deg);
	}

	section._03 .box_b .p30{
		padding: 30px 0;
		font-size: clamp(10px, 5vw, 25px);
		line-height: 2;
	}

	section._03 .box_b .p40{
		font-size: clamp(10px, 3.8vw, 16px);
		letter-spacing: 0.01em;
	}

	section._03 .box_b .p40._b{
		font-size: clamp(10px, 4.2vw, 16px);
	}

	section._03 .box_b .p40._b .txt_gld{
	}

	section._03 .box_b .p40._b .num{
	}

	section._03 .box_b .p50{
		margin: 20px 0;
		font-size: clamp(10px, 3.5vw, 16px);
	}

	section._03 .box_b .p60{
		margin: 5px 0 20px;
		font-size: clamp(10px, 4.2vw, 17px);
	}

	section._03 .box_b .p70{
		padding: 1em 0;
		background: #E6E6E2;
		font-size: clamp(10px, 10vw, 22px);
		text-align: center;
		letter-spacing: 0.05em;
	}

	section._03 .box_b .p70 span{
		font-size: 0.7em;
	}

	section._03 .box_b .p70._r{
		padding: 0.5em;
		background: #726934;
		color: #fff;
	}

	section._03 .detailsbox{
	}

	section._03 details{
	}

	section._03 details summary{
	}

	section._03 details .imgNote{
	}

	section._03 details .imgNote._ba{
		bottom: auto;
	}

	section._03 details .txtbox{
		padding: 40px 0 30px;
		position: static;
		transform: none;
		background: #000;
	}

	section._03 details .p10{
		position: absolute;
		top: 30%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: clamp(10px, 4vw, 40px);
	}

	section._03 details .txtbox .p10{
	}

	section._03 details .txtbox .p20{
		font-size: clamp(10px, 3.5vw, 22px);
	}

	section._03 details .txtbox .p20::before{
		width: 35px;
		left: -45px;
	}

	section._03 details .txtbox .p20::after{
		width: 35px;
		right: -45px;
	}

	section._03 details .txtbox .p30{
		font-size: clamp(10px, 6vw, 30px);
    line-height: 1.8em;
	}

	section._03 details .box{
	}

	section._03 details .numbox{
	}

	section._03 details .num{
		max-width: 100px;
		width: 25%;
		transform: translateY(-38%);
		left: 3%;
	}

	section._03 details p{
	}

	section._03 details .p01{
		width: 100%;
		margin-top: 60px;
		padding-left: 105px;
		font-size: clamp(10px, 4vw, 16px);
	}

	section._03 details .p02{
		font-size: clamp(10px, 4vw, 20px);
	}

	section._03 details .p02._b{
		margin-bottom: 40px;
    font-size: clamp(10px, 3.5vw, 18px);
	}

	section._03 details .p03{
		font-size: clamp(10px, 3.5vw, 18px);
		line-height: 1.5;
	}

	section._03 details .flex{
		flex-direction: row;
	}

	section._03 summary {
	}

	section._03 summary::-webkit-details-marker {
	}

	section._03 .readbox{
		padding: 15px 0 10px;
	}

	section._03 .readbox .arrow{
	}

	section._03 .readbox .read{
	}
}

@media screen and (max-width: 768px) {
}