@charset "utf-8";

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

/*************************************************

 pageSecTitle01

*************************************************/
.pageSecTitle01 {
	margin-bottom: 30px;
	color: #582b25;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	line-height: 1.3;
}
.pageSecTitle01 > * {
	display: inline-block;
	vertical-align: middle;
}
.pageSecTitle01 small {
	font-size: 15px;
	margin-left: 1em;
}
@media only screen and (max-width:970px) {
	.pageSecTitle01 {
		margin-bottom: 20px;
		font-size: 22px;
	}
}


/*************************************************

 mainVisual

*************************************************/
.mainVisual {
	line-height: 0;
}
.mainVisual img {
	width: 100%;
}


/* index
-------------------------*/


/*************************************************

 subArea

*************************************************/
.subArea {
	position: relative;
	line-height: 0;
	text-align: center;
	background-color: #fffaeb;
}
.subArea .inner {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}
.subArea img {
	width: 100%;
}
.subArea a {
	position: absolute;
	display: block;
	top: 42%;
	left: 44.5%;
	width: 5%;
	height: 47%;
	background-color: #fff;
	transition: opacity 0.3s;
	opacity: 0;
}
.noT .subArea a:hover {
	opacity: 0.3;
}
@media only screen and (max-width:970px) {
	.subArea a {
		top: 87.4%;
		left: 18.5%;
		width: 63%;
		height: 7.6%;
	}
}

/*************************************************

 searchings

*************************************************/
.searchings {
	padding: 50px 0 35px;
	background: url(../images/top/searching_bg.jpg) no-repeat center top / cover;
}
.searchings img {
	width: 100%;
}
.searchings .lis01 {
	display: flex;
	justify-content: center;
	margin: 0 auto 20px;
	line-height: 0;
}
.searchings .lis01 li {
	width: 280px;
	margin: 0 15px;
}
.searchings .isTitl01 {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
}
.searchings .other {
	max-width: 900px;
	margin: 0 auto;
	line-height: 0;
} 
@media only screen and (max-width:970px) {
	.searchings {
		padding: 40px 0;
	}
	.searchings .lis01 {
		display: block;
	}
	.searchings .lis01 li,
	.searchings .other {
		width: 76%;
		margin: 0 auto;
	}
	.searchings .lis01 li + li {
		margin-top: 30px;
	}
	.searchings .isTitl01 {
		margin-bottom: 10px;
		font-size: 18px;
	}
}



/*************************************************

 topicsArea

*************************************************/
.topicsArea {
	margin: 40px auto 50px;
}
.topicsList {
	width: calc(100% - 50px);
	max-width: 800px;
	margin: 0 auto;
	line-height: 1.5;
}
.topicsList a {
	display: flex;
	align-items: center;
	padding: 10px 0;
	color: #000;
	text-decoration: none;
}
.topicsList * {
	box-sizing: border-box;
}
.topicsList li {
	border-bottom: #ff8d8f solid 1px;
}
.topicsList .date {
	width: 130px;
	font-size: 14px;
}
.topicsList .cat {
	width: 85px;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	text-align: center;
	background-color: #aaaaaa;
	border-radius: 3px;
}
.topicsList .txt {
	width: calc(100% - 130px - 85px);
	padding-left: 60px;
	font-size: 17px;
	font-weight: 500;
}
.topicsArea .inBtn {
	margin-top: 30px;
}
@media only screen and (max-width:970px) {
	.topicsArea {
		margin-bottom: 20px;
	}
	.topicsList a {
		flex-wrap: wrap;
		padding: 13px 0;
	}
	.topicsList .date {
		width: 110px;
	}
	.topicsList .cat {
		width: 100px;
	}
	.topicsList .txt {
		width: 100%;
		margin-top: 5px;
		padding-left: 0;
		font-size: 16px;
	}
	.topicsArea .inBtn {
		margin-top: 20px;
	}
}



/*************************************************

 boardArea

*************************************************/
.boardArea {
	position: relative;
	box-sizing: border-box;
	width: calc(100% - 40px);
	max-width: 880px;
	margin: 0 auto 35px;
	padding: 40px 60px;
	background-color: #ffdfc0;
	border-radius: 20px;
}
.boardArea > * {
	position: relative;
	z-index: 2;
}
.boardArea:before {
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	content: '';
	border: #fff solid 3px;
	border-radius: 20px;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.boardArea .texts,
.boardArea .inBtn {
	float: left;
	width: 46.395%;
}
.boardArea .texts {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 500;
}
.boardArea .image {
	float: right;
	width: 47.368%;
}
@media only screen and (max-width:970px) {
	.boardArea {
		padding: 40px 30px;
	}
	.boardArea .texts,
	.boardArea .inBtn,
	.boardArea .image {
		float: none;
		width: auto;
	}
	.boardArea .image {
		margin-bottom: 20px;
	}
}


/*************************************************

 titleArea

*************************************************/
.titleArea {
	padding: 30px 0;
	background-color: #ffddd3;
}
.titleArea .inner {
	display: flex;
	align-items: center;
	max-width: 790px;
	margin: 0 auto;
}
.titleArea .title {
	width: 350px;
	font-size: 20px;
}
.titleArea .texts {
	width: calc(100% - 350px);
	line-height: 1.4;
}
@media only screen and (max-width:970px) {
	.titleArea .inner {
		display: block;
		max-width: none;
		margin: 0;
		padding: 30px 25px;
		background-color: #ffddd3;
	}
	.titleArea .title {
		width: auto;
		margin-bottom: 15px;
		text-align: center;
	}
	.titleArea .texts {
		width: auto;
	}
}



/*************************************************

 mediaArea

*************************************************/
.mediaArea {
	padding: 25px;
	background-color: #fffaeb;
}
.mediaArea .lead {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
.mediaArea .isFlex {
	display: flex;
	justify-content: space-between;
	max-width: 875px;
	margin: 0 auto;
}
.mediaArea .isFlex .image {
	width: 46.629%;
}
.mediaArea .isFlex .texts {
	width: 50%;
}
.mediaArea .isFlex .texts dl {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.mediaArea .isFlex .texts dl + dl {
	margin-top: 10px;
	padding-top: 10px;
	border-top: #ff645d solid 1px;
}
.mediaArea .isFlex .texts dl > * {
	display: table-cell;
	vertical-align: middle;
}
.mediaArea .isFlex .texts dt {
	width: 3.5em;
	color: #ff645d;
	font-size: 18px;
	font-weight: 700;
}
.mediaArea .isFlex .texts dd * {
	font-size: 12px;
	font-weight: 700;
}
.mediaArea .isFlex .texts .isCol2 {
	display: flex;
	flex-wrap: wrap;
}
.mediaArea .isFlex .texts .isCol2 li {
	width: 180px;
}
.mediaArea .isFlex .texts .inFlex {
	display: flex;
	flex-wrap: wrap;
}
.mediaArea .isFlex .texts .inFlex li {
	margin-right: 1em;
}
.mediaArea .inBtnArea {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}
.mediaArea .inBtnArea > * {
	margin: 0 5px;
}
.mediaArea .inBtnArea p {
	font-size: 12px;
	font-weight: 700;
}
.mediaArea .inBtnArea .inBtn {
	width: 145px;
}
@media only screen and (max-width:970px) {
	.mediaArea .isFlex {
		display: block;
	}
	.mediaArea .isFlex .image {
		width: auto;
		margin-bottom: 20px;
		text-align: center;
	}
	.mediaArea .isFlex .texts {
		width: auto;
	}
	.mediaArea .isFlex .texts dl,
	.mediaArea .isFlex .texts dl > * {
		display: block;
	}
	.mediaArea .isFlex .texts dt {
		width: auto;
		font-size: 20px;
	}
	.mediaArea .isFlex .texts dd * {
		font-size: 14px;
	}
	.mediaArea .isFlex .texts .isCol2 {
		display: block;
	}
	.mediaArea .isFlex .texts .isCol2 li {
		width: auto;
	}
	.mediaArea .inBtnArea {
		display: block;
		margin-top: 30px;
	}
	.mediaArea .inBtnArea > * {
		margin: 0 5px;
	}
	.mediaArea .inBtnArea p {
		margin-bottom: 10px;
		font-size: 15px;
		text-align: center;
	}
	.mediaArea .inBtnArea .inBtn {
		width: auto;
	}
}


/*************************************************

 lectureArea

*************************************************/
.lectureArea {
	margin: 30px 25px;
}
.lectureArea .lead {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
.lectureArea .isFlex {
	display: flex;
	justify-content: space-between;
	max-width: 890px;
	margin: 0 auto;
}
.lectureArea .isFlex .image {
	width: 43.708%;
	order: 1;
}
.lectureArea .isFlex .texts {
	width: 56.18%;
}
.lectureArea .isFlex .texts dl {
	display: flex;
	justify-content: space-between;
}
.lectureArea .isFlex .texts dl + dl {
	margin-top: 20px;
}
.lectureArea .isFlex .texts dt {
	width: 147px;
}
.lectureArea .isFlex .texts dt span {
	display: block;
	color: #ff645d;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	background-color: #ffddd3;
}
.lectureArea .isFlex .texts dd {
	width: calc(100% - 160px);
}
.lectureArea .isFlex .texts dd li {
	font-size: 12px;
	font-weight: 700;
}
.lectureArea .isFlex .texts dd .isCol2,
.lectureArea .isFlex .texts dd .inFlex {
	display: flex;
	flex-wrap: wrap;
}
.lectureArea .isFlex .texts dd .isCol2 li {
	width: 10em;
}
.lectureArea .isFlex .texts dd .inFlex li {
	margin-right: 1em;
}
.lectureArea .inBtn {
	margin-top: 20px;
}
@media only screen and (max-width:970px) {
	.lectureArea .lead {
		font-size: 15px;
	}
	.lectureArea .isFlex {
		display: block;
	}
	.lectureArea .isFlex .image {
		width: auto;
		margin-bottom: 15px;
		text-align: center;
	}
	.lectureArea .isFlex .texts {
		width: auto;
	}
	.lectureArea .isFlex .texts dl {
		display: block;
	}
	.lectureArea .isFlex .texts dt {
		width: auto;
		margin-bottom: 5px;
	}
	.lectureArea .isFlex .texts dt span {
		font-size: 20px;
	}
	.lectureArea .isFlex .texts dd {
		width: auto;
		padding-left: 10px;
	}
	.lectureArea .isFlex .texts dd li {
		font-size: 12px;
		font-weight: 700;
	}
	.lectureArea .isFlex .texts dd .isCol2,
	.lectureArea .isFlex .texts dd .inFlex {
		display: block;
	}
	.lectureArea .isFlex .texts dd .isCol2 li {
		width: auto;
	}
	.lectureArea .isFlex .texts dd .inFlex li {
		margin-right: 0;
	}
}



/*************************************************

 bookAndStage

*************************************************/
.bookAndStage {
	padding: 15px 25px;
	background-color: #fffaeb;
}
.bookAndStage .inner {
	display: flex;
	justify-content: space-between;
	max-width: 900px;
	margin: 0 auto;
}
.bookAndStage .bookArea {
	width: 48.889%;
}
.bookAndStage .bookArea .isFlex {
	display: flex;
	justify-content: space-between;
}
.bookAndStage .bookArea .images {
	width: 54.545%;
}
.bookAndStage .bookArea .texts {
	width: 40.909%;
}
.bookAndStage .bookArea .texts .info {
	margin-bottom: 3px;
	color: #eb687c;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.3;
}
.bookAndStage .bookArea .texts .ttl {
	margin-bottom: 3px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
}
.bookAndStage .bookArea .texts .comp {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 1.3;
}
.bookAndStage .stageArea {
	width: 41.111%;
	font-size: 12px;
	text-align: center;
}
.bookAndStage .stageArea p {
	margin-top: 5px;
	line-height: 1.4;
}
.bookAndStage .stageArea .intable {
	max-width: 140px;
	margin: 0 auto;
}
@media only screen and (max-width:970px) {
	.bookAndStage {
		padding: 30px 25px;
	}
	.bookAndStage .inner {
		display: block;
	}
	.bookAndStage .bookArea {
		width: auto;
		margin-bottom: 30px;
	}
	.bookAndStage .bookArea .isFlex {
		display: block;
	}
	.bookAndStage .bookArea .images,
	.bookAndStage .bookArea .texts {
		width: auto;
	}
	.bookAndStage .bookArea .images {
		margin-bottom: 10px;
		text-align: center;
	}
	.bookAndStage .bookArea .texts .info {
		margin-bottom: 5px;
		font-size: 16px;
	}
	.bookAndStage .bookArea .texts .ttl {
		margin-bottom: 5px;
		font-size: 18px;
	}
	.bookAndStage .bookArea .texts .comp {
		margin-bottom: 10px;
		font-size: 14px;
	}
	.bookAndStage .stageArea {
		width: auto;
		font-size: 16px;
	}
	.bookAndStage .stageArea p {
		margin-top: 10px;
	}
}


/*************************************************

 flowArea

*************************************************/
.flowArea {
	margin: 30px 25px;
}
.flowArea figure {
	max-width: 720px;
	margin: 0 auto;
	line-height: 0;
}
.flowArea .inBtn {
	margin-top: -25px;
}
@media only screen and (max-width:970px) {
	.flowArea .inBtn {
		margin-top: 20px;
	}
}




/*************************************************

 threeContents

*************************************************/
.threeContents {
	display: flex;
}
.threeContents * {
	box-sizing: border-box;
}
.threeContents > * {
	width: 50%;
}
.threeContents .left {
	display: flex;
	flex-direction: column;
}
.threeContents .left figure {
	max-width: 400px;
	margin-left: auto;
	line-height: 0;
}
.threeContents .blue,
.threeContents .green,
.threeContents .right {
	padding: 20px 45px 30px;
}

.threeContents .blue {
	flex-grow: 1;
	background-color: #d6edfb;
}
.threeContents .blue img {
	max-width: 400px;
}
.threeContents .green {
	flex-grow: 1;
	background-color: #eef4da;
}

.threeContents .right {
	background-color: #fffaeb;
}
.threeContents .right .isInner {
	max-width: 400px;
}
.threeContents .right .ttl {
	margin-bottom: 15px;
	color: #582b25;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.3;
	text-align: center;
}
.threeContents .right li {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.6;
}
.threeContents .right li + li {
	margin-top: 15px;
	padding-top: 15px;
	background: url(../images/top/bdr01.svg) repeat-x center top / auto 1px;
}

@media only screen and (max-width:970px) {
	.threeContents {
		display: block;
	}
	.threeContents > * {
		width: auto;
	}
	.threeContents .left {
		display: block;
	}
	.threeContents .left figure {
		max-width: none;
	}
	.threeContents .blue,
	.threeContents .green,
	.threeContents .right {
		padding: 25px 0;
	}
	.threeContents .blue {
		text-align: center;
	}
	.threeContents .blue img {
		max-width: 75%;
		margin: 0 auto;
	}
	.threeContents .green img {
		max-width: 84%;
		margin: 0 auto;
	}
	.threeContents .right {
		padding: 25px;
	}
	.threeContents .right .isInner {
		max-width: none;
	}
	.threeContents .right .ttl {
		font-size: 18px;
	}
	.threeContents .right li {
		font-size: 15px;
	}
}



/*************************************************

 bannerArea

*************************************************/
.bannerArea {
	margin: 25px 0;
}
.bannerArea ul {
	display: flex;
	flex-wrap: wrap;
	max-width: 940px;
	margin: 0 auto;
	line-height: 0;
}
.bannerArea li {
	box-sizing: border-box;
	width: 33.3333%;
	padding: 5px 22px;
}

@media only screen and (max-width:970px) {
	.bannerArea {
		margin: 30px auto;
		max-width: 230px;
	}
	.bannerArea ul {
		display: block;
	}
	.bannerArea li {
		width: auto;
		padding: 0;
	}
	.bannerArea li + li {
		margin-top: 15px;
	}
}