@charset "UTF-8";
/* CSS Document */



/****************************************************************************************************
header
****************************************************************************************************/
#logo {
}
#header {
	background: #FFF;
}



/****************************************************************************************************
wrap
****************************************************************************************************/
#wrap {
	overflow: hidden;
}



/****************************************************************************************************
contents
****************************************************************************************************/
#contents.result {
	background: url(../img/result/bg.jpg) no-repeat center top;
	background-size: cover;
	padding-top: 193px;
	padding-bottom: 60px;
}
#contents.symposium {
	background: url(../img/symposium/bg.jpg) no-repeat center top;
	background-size: cover;
	padding-top: 193px;
	padding-bottom: 60px;
}
#contents.voice {
	background: url(../img/symposium/bg.jpg) no-repeat center top;
	background-size: cover;
	padding-top: 193px;
	padding-bottom: 60px;
}
.section-block {
	position: relative;
	width: 1200px;
	margin: auto;
}
.section-inner {
	position: relative;
	padding-top: 86px;
	padding-bottom: 60px;
	background: #FFF;
	z-index: 10;
}
#contents .section-inner {
	padding-bottom: 0;
}
.section-inner::before {
	position: absolute;
	content: "";
	display: block;
	width: 44px;
	height: 37px;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	background: url(../img/common/mark.png) no-repeat center top;
	background-size: contain;
}
#result.section-block::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 15px;
	top: 15px;
	background-image: linear-gradient(180deg, #A2A6A7 0%, #F5FAF8 53%, #A2A6A7 100%);
	mix-blend-mode: multiply;
	opacity: .2;
	z-index: 1;
}
#symposium.section-block::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 15px;
	top: 15px;
	background-image: linear-gradient(180deg, #A2A6A7 0%, #F5FAF8 53%, #A2A6A7 100%);
	mix-blend-mode: multiply;
	opacity: .2;
	z-index: 1;
}
#voice.section-block::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 15px;
	top: 15px;
	background-image: linear-gradient(180deg, #A2A6A7 0%, #F5FAF8 53%, #A2A6A7 100%);
	mix-blend-mode: multiply;
	opacity: .2;
	z-index: 1;
}

.section-title {
}
.section-title h2 {
	margin-top: 18px;
	font-size: 2.8rem;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
.section-title h2::after {
	content: "";
	display: block;
	width: 160px;
	height: 5px;
	margin: auto;
	margin-top: 16px;
	margin-bottom: 22px;
	background: #32A7B1;
}
.section-eng {
	font-size: 1.866rem;
	letter-spacing: 0.1em;
}

#caption {
	margin-top: 80px;
	font-size: 0.666rem;
	line-height: 1.6;
}



/****************************************************************************************************
result
****************************************************************************************************/
.result-midashi {
	font-size: 1.733rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.result-midashi sup {
	font-size: 40%;
	vertical-align: top;
}
#result-map-block .result-midashi {
	position: absolute;
	left: 0;
	right: 0;
	top: 56px;
	margin: auto;
	z-index: 10;
}

#result-map-block {
	position: relative;
}
#result-map-column {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
#result-map-map figure {
	position: relative;
}
#result-map-map figure figcaption {
	position: absolute;
	right: 40px;
	bottom: 40px;
	font-size: 0.666rem;
	line-height: 1.2;
}
#result-map-text {
	margin-top: 184px;
	width: 282px;
	text-align: left;
}
#result-achievements-text {
	margin-top: 1.2em;
}
#result-achievements-text p {
	line-height: 1.8;
}
#result-achievements-text ul.caption {
	margin-top: 1em;
	font-size: 0.666rem;
	line-height: 1.6;
}
#result-achievements-text ul.caption li {
	padding-left: 1em;
	text-indent: -1em;
}

.result-bukken-block {
	width: 1040px;
	margin: auto;
	margin-top: 70px;
	text-align: left;
}
#himeji52 .result-bukken-ttl {
	padding-left: 530px;
}
.result-bukken-block + .result-bukken-block {
	margin-top: 90px;
}
.result-bukken-box {
	position: relative;
	margin-top: 15px;
	padding: 16px;
	background-image: linear-gradient(45deg, #72BDCB 0%, #F5FAF8 60%, #B7C9E2 100%);
	box-shadow: 10px 10px 10px rgba(0,0,0,.45);
}
.result-bukken-box::before {
	position: absolute;
	content: "";
	display: block;
	width: 70px;
	height: 70px;
	left: 0;
	top: 0;
	background: #8D9FA9;
	opacity: .2;
	mix-blend-mode: multiply;
	z-index: 1;
}
.result-bukken-box::after {
	position: absolute;
	content: "";
	display: block;
	width: 70px;
	height: 70px;
	right: 0;
	bottom: 0;
	background: #8D9FA9;
	opacity: .2;
	mix-blend-mode: multiply;
	z-index: 1;
}
.result-bukken-block-inner {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align:end;
    -webkit-align-items:flex-end;
    -ms-flex-align:end;
    align-items:flex-end;
	gap: 50px;
	padding: 60px 0 35px 0;
	background: #FFF;
	z-index: 2;
	
}
#himeji92 .result-bukken-img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
.result-bukken-img {
	position: relative;
	width: 413px;
}
.result-bukken-img figure {
	position: absolute;
	left: 0;
	bottom: 0;
}
.result-bukken-text {
	width: 420px;
}
.result-bukken-text h5 {
	font-size: 1.2rem;
	line-height: 1.8;
}
.result-bukken-text h6 {
	margin-top: 0.5em;
	font-size: 0.8rem;
	line-height: 1.8;
}
.result-bukken-text p {
	margin-top: 1.8em;
	font-size: 1.066rem;
	line-height: 1.8;
}
.result-bukken-sub-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 25px;
	margin-top: 40px;
}

#result-past-block {
	margin-top: 70px;
}
.past-midashi {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 98px;
	background: url(../img/result/collection-bg.png) no-repeat center center;
	color: #00A0BF;
	font-size: 1.133rem;
}
.past-block {
	margin-top: 50px;
}
.past-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.past-box::before {
	content: "";
	display: block;
	width: 70px;
	background: url(../img/result/arrow.png) no-repeat center center;
	background-size: 14px 20px;
}
.past-text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	width: 175px;
	background-image: linear-gradient(90deg, #F5FAF8 0%, #E4EEF3 100%);
	font-size: 1.066rem;
	line-height: 1.6;
}
.past-text h4 {
	margin-bottom: 0.5em;
	padding: 0 1em 0.3em 1em;
	border-bottom: 1px solid rgba(0,0,0,.25);
}



/****************************************************************************************************
symposium
****************************************************************************************************/
.symposium-midashi {
	font-size: 1.733rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
#symposium-main-block {
	padding: 64px 0 25px 0;
}
#symposium-main-column {
	position: relative;
	display: inline-block;
	margin-top: 46px;
}
#message-btn1 {
	position: absolute;
	left: 125px;
	top: 344px;
}
#message-btn2 {
	position: absolute;
	left: 405px;
	top: 344px;
}
#message-btn3 {
	position: absolute;
	left: 692px;
	top: 344px;
}

#symposium-btn-block {
}
#symposium-btn-block::before {
	content: "";
	display: block;
	width: 1px;
	height: 34px;
	margin: auto;
	margin-bottom: 30px;
	background: rgba(0,160,191,1);
}
#symposium-btn-block ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 49px;
}
#symposium-btn-block ul li {
	box-shadow: 4px 4px 4px rgba(0,0,0,.4);
}

.chapter {
	text-align: left;
}
#chapter1 {
	padding: 90px 0 0 0;
}
.chapter-title {
	position: relative;
}
.chapter-title h3 {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 134px;
	font-size: 1.733rem;
	letter-spacing: 0.1em;
}
#chapter1 .chapter-title h3 {
	padding-left: 286px;
}
#chapter1 .chapter-title h3::before {
	position: absolute;
	content: "";
	display: block;
	width: 2000px;
	height: 134px;
	right: 356px;
	top: 0;
	background: url(../img/symposium/chapter1-bar.png) no-repeat center center;
	z-index: -1;
}
#chapter1 .chapter-eng {
	position: absolute;
	left: -1px;
	top: 22px;
	mix-blend-mode: multiply;
}
.chapter-contents {
	position: relative;
	width: 976px;
	margin: auto;
	padding-top: 52px;
	transform: translate(27px,0);
}
.chapter-box {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.chapter-box-text h4 {
	color: #00A0BF;
	font-size: 1.333rem;
	line-height: 1.6;
}
.chapter-box-text h4::after {
	content: "";
	position: static;
	display: block;
	width: 380px;
	height: 7px;
	margin: 8px 0 15px 0;
	clip-path: polygon(0 0,100% 0,calc(100% - 7px) 100%,0 100%);
	background-image: linear-gradient(90deg, #98C8CD, #B7C9E2);
	opacity: .5;
}
.chapter-box-text p {
	line-height: 2;
}
.chapter-box-text p sup {
	font-size: 60%;
	vertical-align: top;
}
.chapter-box {
	padding: 0 102px 0 0;
}
.chapter-box.right {
	padding: 0 0 0 102px;
}
.chapter-box + .chapter-box {
	margin-top: 40px;
}
.chapter-box .chapter-box-img {
	margin: 0 22px 0 0;
}
.chapter-box.right .chapter-box-img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
	margin: 0 0 0 22px;
}
.chapter-box-img figcaption {
	transform: translate(-0.5em,0);
	margin-top: 0.6em;
	font-size: 1.066rem;
	text-align: center;
}
.chapter-box.right .chapter-box-img figcaption {
	transform: translate(0.5em,0);
}

#chapter1-columnWrap1 p {
	width: 620px;
}
#chapter1-column1 {
	position: absolute;
	right: -100px;
	top: 66px;
}
#chapter1-column1 figcaption {
	margin-top: 0.8em;
	margin-left: 1.5em;
	color: #00A0BF;
	font-size: 0.733rem;
	line-height: 1.6;
}
#chapter1-column1::after {
	position: absolute;
	content: "";
	display: block;
	width: 210px;
	height: 150px;
	right: -40px;
	bottom: -60px;
	background: #C7E4EE;
	opacity: .5;
	z-index: -1;
}

#chapter2 {
	margin-top: 90px;
}
#chapter2 .chapter-title h3 {
	padding-left: 236px;
	overflow: hidden;
}
#chapter2 .chapter-title h3::before {
	position: absolute;
	content: "";
	display: block;
	width: 2000px;
	height: 134px;
	left: 68px;
	top: 0;
	background: url(../img/symposium/chapter2-bar.png) no-repeat center center;
	z-index: -1;
}
#chapter2 .chapter-eng {
	position: absolute;
	right: 18px;
	top: 282px;
	mix-blend-mode: multiply;
}
#chapter2 .chapter-contents {
	margin-top: -80px;
}
#chapter2 .chapter-box-text h4 {
	color: #9F799C;
}
#chapter2 .chapter-box-text h4::after {
	background-image: linear-gradient(90deg, #9E8BA7, #A8D081);
	opacity: .3;
}
#chapter2-img1 {
	position: relative;
	margin-top: -198px;
	text-align: right;
	z-index: 2;
}
#chapter2-img1::after {
	position: absolute;
	content: "";
	display: block;
	width: 390px;
	height: 150px;
	right: -40px;
	bottom: -40px;
	background: #A8D081;
	opacity: .3;
	z-index: -1;
}

#chapter3 {
	margin-top: 90px;
}
#chapter3-cross {
	position: absolute;
	mix-blend-mode: multiply;
	left: 957px;
	top: 85px;
}
#chapter3 .chapter-title h3 {
	padding-left: 256px;
	z-index: 3;
}
#chapter3 .chapter-title h3::before {
	position: absolute;
	content: "";
	display: block;
	width: 2000px;
	height: 134px;
	right: 350px;
	top: 0;
	background: url(../img/symposium/chapter3-bar.png) no-repeat center center;
	z-index: -1;
}
#chapter3 .chapter-eng {
	position: absolute;
	left: -1px;
	top: 22px;
	mix-blend-mode: multiply;
	z-index: 4;
}
#chapter3 .chapter-box-text h4 {
	color: #4C92B8;
}
#chapter3 .chapter-box-text h4::after {
	background-image: linear-gradient(90deg, #A8C1D7, #D8E1EF);
	opacity: 1;
}
#chapter3-img1 {
	position: relative;
	margin-top: -102px;
	margin-left: 350px;
	z-index: 2;
}
#chapter3-columnWrap1 {
	width: 1061px;
}
#chapter3-columnWrap1 p {
	width: 447px;
	padding-right: 52px;
}
#chapter3-column1 {
}
#chapter3-column2 {
	position: absolute;
	left: -200px;
	top: -10px;
	text-align: right;
}
#chapter3-column2 figcaption {
	margin-top: 0.8em;
	color: #5D7682;
	font-size: 0.733rem;
	line-height: 1.6;
}
#chapter3-column2::after {
	position: absolute;
	content: "";
	display: block;
	width: 210px;
	height: 150px;
	right: -40px;
	bottom: -20px;
	background: #4C92B8;
	opacity: .2;
	z-index: -1;
}


.message-box {
	position: fixed;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	overflow: scroll;
	background: rgba(0,0,0,.95);
	color: #FFF;
	z-index: 10000;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	transition: opacity 300ms;
}
.message-box.active {
	opacity: 1;
	pointer-events: auto;
}
.message-inner {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
}
.message-ttl {
	width: 870px;
	margin-top: 50px;
	padding: 20px 0 0 0;
}
.message-ttl h3 {
	font-size: 1.733rem;
	line-height: 1.4;
	letter-spacing: 5px;
}
.message-ttl p {
	margin-top: 0.5em;
	font-size: 0.933rem;
	line-height: 1.8;
}
.message-ttl div {
	margin-top: 0.5rem;
}
.message-text {
	width: 660px;
	margin-top: 2em;
	padding: 90px 50px 50px 50px;
	background: #FFF;
	color: #000;
}
.message-img {
}
.message-text h4 {
	margin-top: 1.2em;
	line-height: 1.4;
}
.message-text h4 a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.5em;
}
.message-text p {
	margin-top: 2em;
	padding-top: 1em;
	border-top: 1px solid rgba(0,0,0,.25);
	font-size: 1rem;
	line-height: 2.0;
	text-align: left;
}
.message-text .example-img {
	display: inline-block;
	margin-top: 1.2rem;
	text-align: left;
}
.message-text .example-img figcaption {
	display: inline-block;
	padding: 1em;
	width: 135px;
	height: 135px;
	background: #E2E2E3;
	font-size: 0.733rem;
	line-height: 1.6;
}
.message-text .example-img img {
	display: inline-block;
	margin-top: 1em;
	margin-left: -1em;
}
.message-close {
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(255,255,255,.5);
}
.message-close a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}
.message-close a::before,
.message-close a::after {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 26px;
	height: 1px;
	margin: auto;
	background: #FFF;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	transition: 200ms;
}
.message-close a::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
.message-close a::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	content: "";
}



/****************************************************************************************************
voice
****************************************************************************************************/
.voice-midashi {
	font-size: 1.733rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
#voice-main-block {
	padding: 64px 0 55px 0;
}
#voice-main-column {
	margin-top: 36px;
}
#voice-main-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 40px;
}
#voice-main-btn a {
	display: block;
	box-shadow: 5px 5px 5px rgba(0,0,0,.40);
}

#voice1 {
	position: relative;
	padding: 80px 0 0 0;
	background-image: linear-gradient(180deg, #E3EEF3 0%,  #F4F9F7 100%);
}
#voice1::before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 50px;
	left: 0;
	top: 0;
	background: #FFF;
	clip-path: polygon(0 0,100% 0,50% 100%);
}
.voice-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 30px;
	padding-bottom: 80px;
	text-align: left;
	background: url(../img/voice/bar.png) no-repeat center bottom;
}
.voice-title.txt-fig > figure {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
.voice-title.txt-fig > .voice-title-txt {
	text-align: right;
}
.voice-title-txt {
	margin-top: 1.8em;
}
.voice-title-txt h3 {
	font-size: 1.733rem;
	font-weight: normal;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.voice-title-txt .owner-info {
	margin-top: 0.8em;
	font-size: 0.8rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.voice-contents {
	width: 910px;
	margin: auto;
	padding: 70px 0 50px 0;
	text-align: left;
}
.voice-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 80px;
}
.voice-block.txt-fig > figure {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
.voice-block + .voice-block {
	margin-top: 40px;
}
.voice-block.fig-txt + .voice-block.txt-fig {
	margin-top: 20px;
}
.voice-block-txt.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 35px;
}
.voice-block-txt-ttl {
	position: relative;
	padding-left: 15px;
	margin-left: -10px;
}
.voice-block-txt-ttl::before {
	position: absolute;
	content: "";
	display: block;
	width: 72px;
	height: 72px;
	left: 0;
	top: 50%;
	transform:translate(0,-50%);
	background: #FFF;
	border-radius: 50%;
}
.voice-block-txt-ttl h4 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.5em;
	position: relative;
	color: #00B19C;
	font-size: 1.266rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	z-index: 2;
}
.voice-block-txt-ttl h4::before {
	content: "Q.";
	font-size: 1.6rem;
}
.voice-block-txt.row .voice-block-txt-txt {
	padding-left: 35px;
	border-left: 4px solid #FFF;
	flex: 1;
}
.voice-block-txt.column .voice-block-txt-txt {
	margin-top: 30px;
}
.voice-block-txt-txt p {
	font-size: 1.066rem;
	line-height: 1.8;
}
.building-block {
	position: relative;
}
.building-block-inner {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 40px;
	padding: 12px;
	background: #D7ECE7;
	text-align: center;
	z-index: 10;
}
.building-block::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 12px;
	top: 12px;
	background: #BFE2D9;
}
.building-block .building-block-txt {
	flex: 1;
}
.building-block-txt-ttl h4 {
	font-size: 1.2rem;
	line-height: 1.2;
}
.building-block-txt-txt {
	display: inline-block;
	margin: 1em 0 0 0;
	padding: 1em 4em 0 4em;
	border-top: 1px solid rgba(0,0,0,.5);
}
.building-block-txt-txt div {
	font-size: 0.933rem;
	line-height: 1.8;
}
.building-block-txt-txt p {
	margin-top: 0.3em;
	font-size: 1.066rem;
	line-height: 1.8;
}

#voice2 {
	position: relative;
	padding: 80px 0 0 0;
}
#voice2::before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 50px;
	left: 0;
	top: 0;
	background: #F4F9F7;
	clip-path: polygon(0 0,100% 0,50% 100%);
}
#voice2 .voice-title {
	background: url(../img/voice/bar2.png) no-repeat center bottom;
}
#voice2 .voice-block-txt-ttl::before {
	background: #E9F5F6;
}
#voice2 .voice-block-txt-ttl h4 {
	color: #00B0D1;
}
#voice2 .voice-block-txt.row .voice-block-txt-txt {
	padding-left: 0;
	border-left: none;
}

#voice3 {
	position: relative;
	padding: 80px 0 0 0;
	background-image: linear-gradient(180deg, #E3EEF3 0%,  #F4F9F7 100%);
}
#voice3::before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 50px;
	left: 0;
	top: 0;
	background: #FFF;
	clip-path: polygon(0 0,100% 0,50% 100%);
}
#voice3 .voice-title {
	background: url(../img/voice/bar3.png) no-repeat center bottom;
}
#voice3 .voice-block-txt-ttl h4 {
	min-width: 9.5em;
	color: #3CBAC2;
}
#voice3 .voice-contents {
	padding-bottom: 80px;
}
#voice3 .building-block-inner {
	background: #D5ECEE;
}
#voice3 .building-block::after {
	background: #73C7CD;
}
.photo-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 26px;
	margin: 40px 0;
}



@media screen and (max-width: 767px),
screen and (max-width: 960px) and (orientation: landscape) {
	
	
	
	/****************************************************************************************************
	header
	****************************************************************************************************/
	#logo {
	}
	#header {
		background: none;
	}
	
	
	
	/****************************************************************************************************
	wrap
	****************************************************************************************************/
	#wrap {
		overflow: hidden;
	}
	
	
	
	/****************************************************************************************************
	contents
	****************************************************************************************************/
	#contents.result {
		padding: 15vw 2vw 10vw 2vw;
	}
	#contents.symposium {
		padding: 15vw 2vw 10vw 2vw;
	}
	#contents.voice {
		padding: 15vw 2vw 10vw 2vw;
	}
	.section-block {
		width: 100%;
	}
	.section-inner {
		padding-top: 8vw;
		padding-bottom: 10vw;
	}
	.section-inner::before {
		width: calc(4.4vw / 1);
		height: calc(3.7vw / 1);
		background-size: contain;
	}
	#result.section-block::after {
		left: 1.5vw;
		top: 1.5vw;
	}
	#symposium.section-block::after {
		left: 1.5vw;
		top: 1.5vw;
	}
	#voice.section-block::after {
		left: 1.5vw;
		top: 1.5vw;
	}
	
	.section-title {
	}
	.section-title h2 {
		margin-top: 0.4em;
		font-size: 2.0rem;
	}
	.section-title h2::after {
		width: 30vw;
		height: 1vw;
		margin-top: 3vw;
		margin-bottom: 4vw;
	}
	.section-eng {
		font-size: 1.2rem;
	}
	
	#caption {
		margin-top: 10vw;
		font-size: 0.533rem;
	}
	
	
	
	/****************************************************************************************************
	result
	****************************************************************************************************/
	.result-midashi {
		font-size: 1.133rem;
		line-height: 1.6;
		letter-spacing: 0;
	}
	#result-map-block .result-midashi {
		top: 6vw;
	}
	
	#result-map-block {
		position: relative;
	}
	#result-map-column {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#result-map-map figure figcaption {
		right: 2vw;
		bottom: 2vw;
		font-size: 0.533rem;
	}
	#result-map-text {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		gap: 4vw;
		margin-top: 2vw;
		width: 100%;
		padding: 0 4vw;
	}
	#result-achievements {
		width: 30%;
	}
	#result-achievements-text {
		width: 70%;
		margin-top: 0;
	}
	#result-achievements-text p {
		font-size: 0.866rem;
	}
	#result-achievements-text ul.caption {
		font-size: 0.533rem;
	}
	
	#result-bukken-block {
		margin-top: 10vw;
	}
	.result-bukken-block {
		width: 90vw;
		margin-top: 8vw;
	}
	.result-bukken-ttl {
		width: 80vw;
	}
	#himeji52 .result-bukken-ttl {
		padding-left: 0;
	}
	.result-bukken-block + .result-bukken-block {
		margin-top: 10vw;
	}
	.result-bukken-box {
		margin-top: 3vw;
		padding: 2vw;
		box-shadow: 1.5vw 1.5vw 1.5vw rgba(0,0,0,.25);
	}
	.result-bukken-box::before {
		width: 10vw;
		height: 10vw;
	}
	.result-bukken-box::after {
		width: 10vw;
		height: 10vw;
	}
	.result-bukken-block-inner {
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-webkit-flex-direction:column;
		-ms-flex-direction:column;
		flex-direction:column;
		gap: 3vw;
		padding: 4vw;
		
	}
	.result-bukken-img {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	.result-bukken-img {
		width: 100%;
	}
	.result-bukken-img figure {
		position: static;
	}
	.result-bukken-text {
		width: 100%;
	}
	.result-bukken-text h5 {
		font-size: 1.2rem;
	}
	.result-bukken-text h6 {
		margin-top: 0;
	}
	.result-bukken-text p {
		margin-top: 1em;
		font-size: 0.866rem;
	}
	.result-bukken-sub-img {
		gap: 3vw;
		margin-top: 3vw;
	}
	
	#result-past-block {
		margin-top: 10vw;
	}
	.past-midashi {
		height: 16vw;
		background: url(../img/result/collection-bg.png) no-repeat center center;
		background-size: 200vw auto;
		font-size: 0.933rem;
	}
	.past-block {
		margin-top: 5vw;
	}
	.past-box {
		width: 48vw;
	}
	.past-box::before {
		width: 8vw;
		background: url(../img/result/arrow.png) no-repeat center center;
		background-size: 2vw auto;
	}
	.past-text {
		width: 20vw;
		font-size: 0.533rem;
	}
	.past-img {
		width: 20vw;
	}
	
	
	
	/****************************************************************************************************
	symposium
	****************************************************************************************************/
	.symposium-midashi {
		font-size: 1.133rem;
		line-height: 1.6;
		letter-spacing: 0;
	}
	#symposium-main-block {
		padding: 6vw 0 4vw 0;
	}
	#symposium-main-column {
		margin-top: 4vw;
	}
	#message-btn1 {
		width: 25vw;
		left: 8vw;
		top: auto;
		bottom: 1vw;
	}
	#message-btn2 {
		width: 25vw;
		left: 38vw;
		top: auto;
		bottom: 1vw;
	}
	#message-btn3 {
		width: 25vw;
		left: 68vw;
		top: auto;
		bottom: 1vw;
	}
	
	#symposium-btn-block::before {
		height: 8vw;
		margin-bottom: 4vw;
	}
	#symposium-btn-block ul {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 2vw;
		width: 92vw;
		margin: auto;
	}
	#symposium-btn-block ul li {
		width: 45vw;
	}
	
	.chapter {
		text-align: left;
	}
	#chapter1 {
		padding: 10vw 0 0 0;
	}
	.chapter-title {
		position: relative;
	}
	.chapter-title h3 {
		height: calc(134vw * 0.1);
		font-size: 1.2rem;
	}
	#chapter1 .chapter-title h3 {
		padding-left: 4vw;
	}
	#chapter1 .chapter-title h3::before {
		width: calc(2000vw * 0.1);
		height: calc(134vw * 0.1);
		right: 3vw;
		background-size: cover;
	}
	#chapter1 .chapter-eng {
		width: 10vw;
		top: 11vw;
	}
	.chapter-contents {
		width: 100%;
		padding: 4vw 4vw 0 4vw;
		padding-top: 8vw;
		transform: translate(0,0);
	}
	.chapter-box-text {
		width: 80%;
	}
	.chapter-box-text h4 {
		font-size: 1.0rem;
	}
	.chapter-box-text h4::after {
		width: calc(380vw * 0.165);
		height: calc(7vw * 0.1);
		margin: 1vw 0 2vw 0;
		clip-path: polygon(0 0,100% 0,calc(100% - 0.7vw) 100%,0 100%);
	}
	.chapter-box-text p {
		font-size: 0.866rem;
		line-height: 1.8;
	}
	.chapter-box {
		padding: 0 8vw 0 0;
	}
	.chapter-box.right {
		padding: 0 0 0 8vw;
	}
	.chapter-box + .chapter-box {
		margin-top: 6vw;
	}
	.chapter-box .chapter-box-img {
		width: 20%;
		margin: 0 2vw 0 0;
	}
	.chapter-box.right .chapter-box-img {
		margin: 0 0 0 2vw;
	}
	.chapter-box-img figcaption {
		font-size: 0.666rem;
	}
	.chapter-box.right .chapter-box-img figcaption {
		transform: translate(0.5em,0);
	}
	
	#chapter1-columnWrap1 p {
		width: 52vw;
	}
	#chapter1-column1 {
		width: 20vw;
		right: -4vw;
		top: 0;
	}
	#chapter1-column1 figcaption {
		margin-top: 0.8em;
		margin-left: 1.5em;
		font-size: 0.466rem;
		line-height: 1.4;
	}
	#chapter1-column1::after {
		width: 20vw;
		height: 15vw;
		right: -1vw;
		bottom: -1vw;
	}
	
	#chapter2 {
		margin-top: 10vw;
	}
	#chapter2 .chapter-title h3 {
		padding-left: 9vw;
		overflow: visible;
	}
	#chapter2 .chapter-title h3::before {
		width: calc(2000vw * 0.1);
		height: calc(134vw * 0.1);
		left: -6vw;
		background-size: cover;
	}
	#chapter2 .chapter-eng {
		width: 10vw;
		right: 2vw;
		top: 26vw;
	}
	#chapter2 .chapter-contents {
		margin-top: -6vw;
	}
	#chapter2-img1 {
		width: 30vw;
		margin-top: -15vw;
		margin-left: 70vw;
	}
	#chapter2-img1::after {
		width: 30vw;
		height: 20vw;
		right: -4vw;
		bottom: -4vw;
	}
	
	#chapter3 {
		margin-top: 10vw;
	}
	#chapter3-cross {
		width: 36vw;
		left: 76vw;
		top: 40vw;
	}
	#chapter3 .chapter-title h3 {
		padding-left: 4vw;
	}
	#chapter3 .chapter-title h3::before {
		width: calc(2000vw * 0.1);
		height: calc(134vw * 0.1);
		right: 3vw;
		background-size: cover;
	}
	#chapter3 .chapter-eng {
		width: 10vw;
		top: 11vw;
	}
	#chapter3-img1 {
		width: 76vw;
		margin-top: -9vw;
		margin-left: 20vw;
	}
	#chapter3-columnWrap1 {
		width: 100%;
	}
	#chapter3-columnWrap1 p {
		width: 52vw;
		padding-right: 0;
	}
	#chapter3-column1 {
		position: absolute;
		width: 22vw;
		right: -4vw;
		top: 0;
	}
	#chapter3-columnWrap2 .chapter-box-text {
		padding-left: 13vw;
	}
	#chapter3-columnWrap2 .chapter-box-text h4::after {
		width: 50vw;
	}
	#chapter3-column2 {
		width: 22vw;
		left: -6vw;
		top: 0;
	}
	#chapter3-column2 figcaption {
		font-size: 0.466rem;
		line-height: 1.4;
	}
	#chapter3-column2::after {
		width: 22vw;
		height: 15vw;
		right: -2vw;
		bottom: -2vw;
	}
	
	.message-ttl {
		width: 92vw;
		margin-top: 10vw;
		padding: 2vw 0 0 0;
	}
	.message-ttl h3 {
		font-size: 1.4rem;
		letter-spacing: 2px;
	}
	.message-ttl p {
		font-size: 0.733rem;
	}
	.message-ttl div {
		width: 6vw;
		margin: auto;
		margin-top: 0.5rem;
	}
	.message-img {
		width: 60vw;
		margin: auto;
	}
	.message-text {
		width: 92vw;
		margin-top: 1.5em;
		padding: 10vw 8vw;
	}
	.message-text h4 {
		font-size: 1rem;
		letter-spacing: 2px;
	}
	.message-text h4 a img {
		width: 3.5vw;
	}
	.message-text p {
		font-size: 0.866rem;
		line-height: 1.8;
	}
	.message-text .example-img figcaption {
		width: 30vw;
		height: 30vw;
		font-size: 0.6rem;
	}
	.message-text .example-img img {
		width: 48vw;
		margin-top: 1em;
		margin-left: -1em;
	}
	.message-close {
		right: 4vw;
		bottom: 4vw;
		width: 10vw;
		height: 10vw;
	}
	.message-close a::before,
	.message-close a::after {
		width: 7vw;
		height: 1px;
	}
	
	
	
	/****************************************************************************************************
	voice
	****************************************************************************************************/
	.voice-midashi {
		font-size: 1.133rem;
		line-height: 1.6;
		letter-spacing: 0;
	}
	#voice-main-block {
		padding: 6vw 0 4vw 0;
	}
	#voice-main-column {
		margin-top: 4vw;
	}
	
	#voice-main-btn {
		gap: 2vw;
	}
	#voice-main-btn li {
		width: 29vw;
	}
	#voice-main-btn a {
		box-shadow: 3px 3px 3px rgba(0,0,0,.40);
	}
	
	#voice1 {
		padding: 15vw 4vw 0 4vw;
	}
	#voice1::before {
		height: 10vw;
	}
	.voice-title {
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-webkit-flex-direction:column;
		-ms-flex-direction:column;
		flex-direction:column;
		gap: 4vw;
		padding-bottom: 10vw;
		background-size: 92vw auto;
	}
	.voice-title.txt-fig > figure {
		-webkit-box-ordinal-group: 0;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
	}
	.voice-title-txt,
	.voice-title.txt-fig > .voice-title-txt {
		text-align: center;
	}
	.voice-title-txt {
		margin-top: 0;
	}
	.voice-title-txt h3 {
		font-size: 1.4rem;
	}
	.voice-title-txt .owner-info {
		font-size: 0.666rem;
	}
	.voice-contents {
		width: 100%;
		padding: 10vw 0 10vw 0;
	}
	.voice-block {
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-webkit-flex-direction:column;
		-ms-flex-direction:column;
		flex-direction:column;
		gap: 4vw;
	}
	.voice-block.fig-txt > figure,
	.voice-block.txt-fig > figure {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	.voice-block + .voice-block {
		margin-top: 10vw;
	}
	.voice-block.fig-txt + .voice-block.txt-fig {
		margin-top: 10vw;
	}
	.voice-block-txt.row {
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-webkit-flex-direction:column;
		-ms-flex-direction:column;
		flex-direction:column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 5vw;
	}
	.voice-block-txt-ttl {
		position: relative;
		padding-left: 1em;
		margin-left: -0.5em;
	}
	.voice-block-txt-ttl::before {
		width: 13vw;
		height: 13vw;
	}
	.voice-block-txt-ttl h4 {
		font-size: 1.0rem;
	}
	.voice-block-txt-ttl h4::before {
		content: "Q.";
		font-size: 1.2rem;
	}
	.voice-block-txt.row .voice-block-txt-txt {
		padding-left: 0;
		border-left: none;
	}
	.voice-block-txt.column .voice-block-txt-txt {
		margin-top: 5vw;
	}
	.voice-block-txt-txt p {
		font-size: 0.933rem;
	}
	.building-block-inner {
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-webkit-flex-direction:column;
		-ms-flex-direction:column;
		flex-direction:column;
		gap: 3vw;
		margin-top: 10vw;
		padding: 6vw 4vw 4vw 4vw;
	}
	.building-block::after {
		left: 2vw;
		top: 2vw;
	}
	.building-block-txt {
		width: 100%;
	}
	.building-block-txt-ttl h4 {
		font-size: 1.0rem;
	}
	.building-block-txt-txt {
		width: 100%;
		padding: 1em 0 0 0;
	}
	.building-block-txt-txt div {
		font-size: 0.8rem;
		line-height: 1.6;
	}
	.building-block-txt-txt p {
		font-size: 0.933rem;
		line-height: 1.6;
	}
	
	#voice1 .voice-title-img {
		width: calc(329vw * 0.15);
		margin: auto;
	}
	
	#voice2 {
		padding: 15vw 4vw 0 4vw;
	}
	#voice2::before {
		height: 10vw;
	}
	#voice2 .voice-title-img {
		width: calc(243vw * 0.15);
		margin: auto;
	}
	#voice2 .voice-title {
		background-size: 92vw auto;
	}
	
	#voice3 {
		padding: 15vw 4vw 0 4vw;
	}
	#voice3::before {
		height: 10vw;
	}
	#voice3 .voice-title-img {
		width: calc(295vw * 0.15);
		margin: auto;
	}
	#voice3 .voice-title {
		background-size: 92vw auto;
	}
	#voice3 .voice-contents {
		padding-bottom: 10vw;
	}
	.photo-block {
		gap: 1vw;
		margin: 4vw 0 10vw 0;
	}
}

@media screen and (max-width: 960px) and (orientation: landscape) {
	
	
	
}