@charset "UTF-8";

body {
	color: #000;
}


/*
#gHead
*/
#gHead {
	z-index: 1000;
	position: relative;
}
#gHead .gh-menu {
	position: fixed;
	top: 0;
	right: 0;
	/*height: 55px;*/
	height: 45px;
	width: 64px;
	padding: 0;
	margin: 0;
	border: none;
	background: #000;
}
#gHead .gh-menu div {
	height: 24px;
	width: 30px;
	position: relative;
	margin: 0 auto;
}
#gHead .gh-menu .gh-menu-bar {
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff;
	transition: all .3s;
}
#gHead .gh-menu.scrollover .gh-menu-bar {
	background-color: #000;
}
#gHead .gh-menu .gh-menu-bar.mod-top {
	top: 0;
}
#gHead .gh-menu .gh-menu-bar.mod-middle {
	top: 11px;
}
#gHead .gh-menu .gh-menu-bar.mod-bottom {
	bottom: 0;
}
#gHead .gh-menu.is-open .gh-menu-bar.mod-top {
	top: 11px;
	transform: rotate(-45deg);
}
#gHead .gh-menu.is-open .gh-menu-bar.mod-middle {
	background-color: transparent;
}
#gHead .gh-menu.is-open .gh-menu-bar.mod-bottom {
	bottom: 11px;
	transform: rotate(-135deg);
}
@media only screen and (max-width: 767px) {
	#gHead .gh-menu {
		height: 45px;
	}
	#gHead .gh-menu div {
		height: 17px;
		width: 26px;
	}
	#gHead .gh-menu .gh-menu-bar {
		position: absolute;
		left: 0;
		display: block;
		width: 100%;
		height: 1px;
	}
	#gHead .gh-menu .gh-menu-bar.mod-top {
		top: 0;
	}
	#gHead .gh-menu .gh-menu-bar.mod-middle {
		top: 8px;
	}
	#gHead .gh-menu .gh-menu-bar.mod-bottom {
		bottom: 0;
	}
	#gHead .gh-menu.is-open .gh-menu-bar.mod-top {
		top: 8px;
		transform: rotate(-45deg);
	}
	#gHead .gh-menu.is-open .gh-menu-bar.mod-middle {
		background-color: transparent;
	}
	#gHead .gh-menu.is-open .gh-menu-bar.mod-bottom {
		bottom: 8px;
		transform: rotate(-135deg);
	}
}


/*
#gNav
*/
#gNav {
	height: 0;
	overflow: hidden;
	transition: all .3s;
	z-index: 1001;
	position: fixed;
	right: 0;
	top: 45px;
	width: auto;
}
#gNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#gNav li {
	border-bottom: 1px solid #ccc;
}
#gNav li a {
	display: block;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 20px 20px;
	background: #000;
}
#gNav li a:hover {
	background: #746840;
}
@media only screen and (max-width: 767px) {
	#gNav {
		top: 45px;
	}
	#gNav li a {
		padding: 12px 20px;
	}
}




#content {
	margin-top: 0;
	margin-bottom: 100px;
}
section {
	padding: 80px 0;
}
@media only screen and (max-width: 767px) {
	#content {
		margin-bottom: 40px;
	}
	section {
		padding: 60px 0;
	}
}













/*
汎用スタイル
*/
.enCinzel {
	font-family: 'Cinzel', serif;
	font-weight: 900;/*Black 900*/
	font-weight: 700;/*Bold 700*/
	font-weight: 400;/*Regular 400*/
}
.jpSerif {
	font-family: 'Noto Serif JP', serif;
	font-weight: 900;/*Black 900*/
	font-weight: 700;/*Bold 700*/
	font-weight: 400;/*Regular 400*/
}

.textCenterLeft {
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.textCenterLeft {
		text-align: left;
	}
}

.title {
	margin: 0;
	line-height: 1.2;
	margin-bottom: 40px;
	font-size: 1.4em;
	text-align: center;
}
.title .colorBrown {
	color: #746840;
}
.title strong {
	font-weight: 900;
	font-size: 2.0em;
	display: block;
	margin-bottom: 10px;
}
.title em {
	font-weight: 700;
	color: #746840;
	font-style: normal;
	font-size: 0.875em;
	display: flex;
	align-items: center;
}
.title em:before,
.title em:after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: #746840;
}
.title em:before {
	margin-right: 1rem;
}
.title em:after {
	margin-left: 1rem;
}
@media only screen and (max-width: 767px) {
	.title {
		margin-bottom: 20px;
		font-size: 1.2em;
	}
}

.btn {
	text-align: center;
}
.btn a {
	display: inline-block;
	background: #746840;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 20px 60px;
}
.btn a:hover {
	background: #000;
}
.btn a[href$=".pdf"]:before {
	content: none;
}
@media only screen and (max-width: 767px) {
	.btn a {
		padding: 20px 20px;
	}
}

.btnB {
	text-align: center;
	width: 60%;
	margin: 0 auto;
}
.btnB a {
	display: block;
	background: #746840;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 20px 0;
}
.btnB a:hover {
	background: #000;
}
.btnB a[href$=".pdf"]:before {
	content: none;
}
@media only screen and (max-width: 767px) {
	.btnB {
		width: 90%;
	}
	.btnB a {
		display: block;
		padding: 20px 0;
	}
}

/* アニメーション前のスタイル */
.js-marker {
	display: inline;
	position: relative;
	background-image: linear-gradient(90deg, #ffca00, #ffca00);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 100% 30%;
	transition: all 1s ease-in-out;
	font-weight: bold;
}
/* アニメーション発火時 */
.js-marker.inview {
	background-size: 100% 30%;
}

/*戻る、次へ矢印の位置*/
.slideSec .slick-prev, 
.slideSec .slick-next {
	background: #31424e;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 100;
	width: 50px;
	height: 50px;
}
.slideSec .slick-prev {
	left: 0;
}
.slideSec .slick-next {
	right: 0;
}
.slideSec .slick-prev span, 
.slideSec .slick-next span {
	display: block;
	outline: none;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	height: 14px;
	width: 14px;
	position: absolute;
	top: 18px;
}
.slideSec .slick-prev span {
	transform: rotate(-135deg);
	right: 14px;
}
.slideSec .slick-next span {
	transform: rotate(45deg);
	left: 14px;
}
@media screen and (max-width: 767px) {
	.slideSec .slick-prev, 
	.slideSec .slick-next {
		width: 40px;
		height: 40px;
	}
	.slideSec .slick-prev {
		left: 0;
	}
	.slideSec .slick-next {
		right: 0;
	}
	.slideSec .slick-prev span, 
	.slideSec .slick-next span {
		height: 10px;
		width: 10px;
		top: 15px;
	}
	.slideSec .slick-prev span {
		right: 12px;
	}
	.slideSec .slick-next span {
		left: 12px;
	}
}

/*ドットナビゲーションの設定*/
.slideSec .slick-dots {
	text-align:center;
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
}
.slideSec .slick-dots li {
	display:inline-block;
	margin:0 5px;
}
.slideSec .slick-dots button {
	color: transparent;
	outline: none;
	width:15px;
	height:15px;
	border: none;
	display:block;
	border-radius:50%;
	background:#d0d0d0;
	padding: 0;
}
.slideSec .slick-dots .slick-active button{
	background:#746840;
}

/* もっとみる */
.grade_wrap {
	position: relative;
}
/* ボタン */
.grade_btn {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 2;
	transform: translateX(-50%);
	display: block;
	cursor: pointer;
	padding: 12px 40px;;
	border-radius: 30px;
	color: #fff;
	border: 1px solid #746840;
	font-weight: bold;
	font-size: 1em;
	background: #746840;
}
.grade_btn:hover {
	color: #fff;
	background: #000;
}
.grade_btn::before {
  content: "＋ 続きを読む";
}
/* ボックス */
.grade_item {
	position: relative;
	overflow: hidden;
	height: 250px; /*隠した状態の高さ*/
}
.grade_item::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 65px; /*グラデーションで隠す高さ*/
	background: #fff;
	content: "";
}
/* 処理 */
.grade_trigger {
	display: none; /*チェックボックスは常に非表示*/
}
.grade_trigger:checked ~ .grade_btn {
	display: none;
}
.grade_trigger:checked ~ .grade_btn::before {
	content: "－ 閉じる" /*チェックされていたら、文言を変更する*/
}
.grade_trigger:checked ~ .grade_item {
	height: auto; /*チェックされていたら、高さを戻す*/
}
.grade_trigger:checked ~ .grade_item::before {
	display: none; /*チェックされていたら、grade_itemのbeforeを非表示にする*/
}
@media only screen and (max-width: 767px) {
	.grade_btn {
		bottom: 0;
		padding: 12px 35px;
	}
	.grade_item::before {
		height: 50px;
	}
}



/*
mainVideo
メインビジュアル（画像）
*/
.mainVideo {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mainVideo .fitsize {
	position: absolute;
}
.mainVideo .fitsize img {
	width: 100%;
}
.mainVideo .cover .ico {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
}
.mainVideo .cover .ico img {
	animation: down 1.5s infinite;
	-webkit-animation: down 1.5s infinite;
}
@keyframes down {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translateY(0);
  }
}

@-webkit-keyframes down {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translateY(0);
  }
}

.delayed-image {
	animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 3s ease 0s 1 normal;
} 
@keyframes fadeIn {
	0% {opacity: 0}
	30% {opacity: 0}
	100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	30% {opacity: 0}
	100% {opacity: 1}
}

.mainVideo .cover {
	position: relative;
	z-index: 100;
	width: 100%;
	height: 100%;
	color: #fff;
	background: rgba(0,0,0,0.5);
	/*background: rgba(255,255,255,0.6);*/
}
.mainVideo .cover .siteId {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.mainVideo .cover .siteId h1 {
	line-height: 1;
	margin: 0;
	margin-bottom: 30px;
	font-size: 1em;
}
.mainVideo .cover .siteId h1 em {
	font-size: 74px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	display: flex;
	align-items: center;
}
.mainVideo .cover .siteId h1 em::after {
    content: "";
    height: 3px;
	margin-left: 2rem;
    flex-grow: 1;
    background-color: #fff;
}
.mainVideo .cover .siteId h1 strong {
	font-size: 58px;
	font-weight: 900;
}
.mainVideo .cover .siteId .text {
	border-left: 3px solid #746840;
	padding: 20px 40px;
	padding-right: 0;
}
.mainVideo .cover .siteId .text h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0;
	margin-bottom: 20px;
}
.mainVideo .cover .siteId .text p {
	font-weight: bold;
	padding: 0;
}
@media only screen and (max-width: 1425px) {
	.mainVideo .cover .siteId h1 em {
		font-size: 5vw;
	}
	.mainVideo .cover .siteId h1 strong {
		font-size: 4vw;
	}
	.mainVideo .cover .siteId .text h2 {
		font-size: 2vw;
	}
	.mainVideo .cover .siteId .text p {
		font-size: 1.5vw;
	}
}
@media only screen and (max-width: 999px) {
	.mainVideo .cover .siteId h1 em {
		font-size: 7vw;
	}
	.mainVideo .cover .siteId h1 em::after {
		margin-left: 1rem;
	}
	.mainVideo .cover .siteId h1 strong {
		font-size: 4vw;
	}
	.mainVideo .cover .siteId .text {
		border-left: 3px solid #746840;
		padding: 10px 20px;
		padding-right: 0;
	}
	.mainVideo .cover .siteId .text h2 {
		font-size: 2.4vw;
	}
	.mainVideo .cover .siteId .text p {
		font-size: 1.7vw;
	}
}
@media only screen and (max-width: 767px) {
	.mainVideo .cover .siteId {
		left: 0;
		transform: translateY(-50%);
		width: 80%;
		margin: 0 10%;
	}
	.mainVideo .cover .siteId h1 em {
		font-size: 10vw;
	}
	.mainVideo .cover .siteId h1 em::after {
		height: 2px;
		margin-left: 1rem;
	}
	.mainVideo .cover .siteId h1 strong {
		font-size: 6.5vw;
	}
	.mainVideo .cover .siteId .text h2 {
		font-size: 3.5vw;
	}
	.mainVideo .cover .siteId .text p {
		font-size: 3vw;
	}
}




/*
sec01
*/
.sec01 {
	padding-top: 120px;
}
@media only screen and (max-width: 767px) {
	.sec01 {
		padding-top: 60px;
		padding-bottom: 20px;
	}
	.sec01 .wrapS {
		width: 94%;
		margin: 0 auto;
	}
}






/*
sec02
*/
.sec02 {}
.sec02 h4 {
	margin: 50px 0 15px 0;
}
.sec02 .flexBox {
	display: flex;
	align-items: center;
	margin: 20px 0;
}
.sec02 .flexBox figure {
	width: 40%;
	margin: 0;
	margin-right: 5%;
	text-align: center;
}
.sec02 .flexBox .tableBox {
	margin: 0;
	flex: 1;
}
.sec02 .flexBox .tableBox dl {
	display:flex;
	padding: 15px 0;
}
.sec02 .flexBox .tableBox dl dt {
	width: 25%;
	font-weight: bold;
	font-size: 1.1em;
	border: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: baseline;
}
.sec02 .flexBox .tableBox dl dt:after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: #746840;
	margin-left: 1rem;
}
.sec02 .flexBox .tableBox dl dd {
	width: 75%;
	box-sizing: border-box;
	padding-left: 1rem;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.sec02 h4 {
		margin: 40px 0 15px 0;
	}
	.sec02 .flexBox {
		flex-direction: column;
		margin: 10px 0;
	}
	.sec02 .flexBox figure {
		width: 90%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.sec02 .flexBox .tableBox {
		margin: 0 20px;
		margin-bottom: 0px;
	}
	.sec02 .flexBox .tableBox dl {
		padding: 10px 0;
		flex-direction: column;
	}
	.sec02 .flexBox .tableBox dl dt {
		width: 85%;
		align-items: center;
	}
	.sec02 .flexBox .tableBox dl dd {
		width: 100%;
		padding: 10px;
	}
}






/*
sec03
*/
.sec03 {
	background: #f8f7f5;
	padding-bottom: 0;
}
.sec03 .slide_report {
	width:100%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 50px;
}
.sec03 .slide_report .slick-slide {
	padding: 0;
	box-sizing: border-box;
	margin: 10px 20px;
	text-align: center;
	width: 360px;
	background: #fff;
	border-radius: 10px;
	border: 4px solid #f8f7f5;
	position: relative;
}
.sec03 .slide_report .slick-slide.slick-center{
	border: 4px solid #746840;
}
.sec03 .slide_report .slick-slide a {
	display: block;
	padding: 10px;
	z-index: 1;
	border-radius: 5px;
	border: 1px solid #746840;
	position: relative;
}
.sec03 .slide_report .slick-slide a:hover {
	background: #746840;
	color: #fff;
	text-decoration: none;
}
.sec03 .slide_report .slick-slide img {
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.sec03 .slide_report {
		margin-bottom: 30px;
	}
	.sec03 .slide_report .slick-slide {
		margin: 10px 5vw;
		width: 90vw;
	}
	.sec03 .slide_report .slick-slide {
		border: none;
	}
	.sec03 .slide_report .slick-slide.slick-center{
		border: none;
	}
}






/*
sec04
*/
.sec04 {
	background: #f8f7f5;
}
.sec04 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sec04 li {
	display: flex;
	align-items: center;
	padding: 40px 0;
}
.sec04 li:last-child {
	padding-bottom: 0;
}
.sec04 li figure {
	margin-right: 5%;
	position: relative;
}
.sec04 li figure figcaption {
	font-weight: 900;
	font-size: 120px;
	font-style: italic;
	position: absolute;
	left: -60px;
	top: -40px;
	line-height: 1;
}
.sec04 li .text {
	flex: 1;
}
.sec04 li .text h3 {
	font-size: 1.6em;
	margin: 0;
	margin-bottom: 15px;
}
.sec04 li.even {
	flex-flow: row-reverse;
}
.sec04 li.even figure {
	margin-right: 0;
	margin-left: 5%;
}
.sec04 li.even figure figcaption {
	left: inherit;
	right: -60px;
	top: -40px;
}
@media screen and (max-width: 1240px) {
	.sec04 li figure figcaption {
		left: -10px;
	}
	.sec04 li.even figure figcaption {
		right: -10px;
	}
}
@media screen and (max-width: 767px) {
	.sec04 {
		padding-bottom: 0;
		overflow: hidden;
	}
	.sec04 li {
		padding: 15px 0;
		flex-direction: column;
	}
	.sec04 li figure {
		margin-right: 0;
	}
	.sec04 li figure figcaption {
		font-size: 80px;
		left: -20px;
		top: -30px;
	}
	.sec04 li .text {
		padding: 15px;
	}
	.sec04 li .text h3 {
		margin-bottom: 5px;
	}
	.sec04 li.even {
		flex-direction: column;
	}
	.sec04 li.even figure {
		margin-left: 0;
	}
	.sec04 li.even figure figcaption {
		right: -10px;
		top: -30px;
	}
}





/*
sec05
*/
.sec05 {
	padding-bottom: 0;
	overflow: hidden;
}
.sec05 .btn a {
	padding: 20px 50px;
	font-size: 1.4em;
}
.sec05 .tableBox {
	display: table;
	margin: 0 auto;
}
.sec05 .tableBox h4 {
	margin: 0;
	padding: 0.5em 0;
}
.sec05 .box {
	margin: 80px 0;
}
.sec05 .box figure.main {
	position: relative;
	max-height: 400px;
	overflow: hidden;
	background: rgba(255,255,255,.6);
}
.sec05 .box figure.main img {
	width: 100%;
	opacity: 0.5;
}
.sec05 .box figure.main figcaption {
	font-weight: 900;
	font-size: 1.4em;
	position: absolute;
	padding: 30px;
	top: 0;
}
.sec05 .box.odd figure.main {
	margin-right: calc(50% - 50vw);
}
.sec05 .box.even figure.main {
	margin-left: calc(50% - 50vw);
}
.sec05 .box.odd figure.main figcaption {
	left: 0;
}
.sec05 .box.even figure.main figcaption {
	right: 0;
	text-align: right;
}
.sec05 .box figure.main header {
	position: absolute;
	padding: 30px;
	bottom: 0;
}
.sec05 .box figure.main header h2 {
	margin: 0;
}
.sec05 .box.odd figure.main header {
	left: 0;
}
.sec05 .box.even figure.main header {
	right: 0;
	text-align: right;
}
.sec05 .box figure.main .coming {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	color: #fff;
}
.sec05 .box figure.main .coming span {
	font-weight: 900;
	font-size: 3.0em;
	font-style: italic;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.sec05 .box .inner {
	padding: 60px 5%;
	padding-bottom: 0;
}
.sec05 .box .inner .letter {
	margin-top: 30px;}
.sec05 .box .inner .letter p {
	padding: 1.0em 0;
	line-height: 1.75;
}
.sec05 .box .inner .factBox {
	border: 5px solid #000;
	padding: 50px;
	padding-top: 0;
	text-align: center;
}
.sec05 .box .inner .factBox h3 {
	display: inline-block;
	background: #000;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 20px 60px;
	line-height: 1;
	margin: 0;
	margin-top: -50px;
	margin-bottom: 30px;
}
.sec05 .box .inner .factBox h3 span {
	font-weight: 900;
	font-size:1.4em;
	margin-left: 5px;
	vertical-align: -2px;
}
.sec05 .box .inner .factorBox {
	border: 5px solid #746840;
	margin-top: 40px;
	background: #f8f7f5;
	text-align: center;
}
.sec05 .box .inner .factorBox h3 {
	display: inline-block;
	margin: 0 auto;
	background: #746840;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 20px 60px;
	line-height: 1.2;
	margin: 0 auto;
	margin-top: -50px;
	margin-bottom: 30px;
}
.sec05 .box .inner .factorBox h3 span {
	font-weight: 900;
	font-size:1.2em;
	margin-left: 5px;
	vertical-align: -2px;
}
.sec05 .box .inner .factorBox figure {
	width: 20%;
	float: right;
	margin-left: 30px;
	margin-top: 20px;
}
.sec05 .box .inner .factorBox .text {
	text-align: left;
	padding: 30px;
	padding-top: 0;
}
@media only screen and (max-width: 767px) {
	.sec05 .box {
		margin: 40px 0;
	}
	.sec05 .box figure.main figcaption {
		font-size: 1.2em;
		padding: 10px;
	}
	.sec05 .box figure.main header {
		padding: 10px;
	}
	.sec05 .box figure.main header h2 {
		font-size: 1.2em;
	}
	.sec05 .box figure.main .coming span {
		font-size: 1.4em;
	}
	.sec05 .box .inner {
		padding: 40px 0;
		padding-bottom: 0;
	}
	.sec05 .box .inner .letter {
		margin-top: 15px;
	}
	.sec05 .box .inner .letter p {
		padding: 0.5em 0;
	}
	.sec05 .box .inner .factBox {
		padding: 10px;
		padding-top: 0;
	}
	.sec05 .box .inner .factBox h3 {
		font-size: 1.2em;
		padding: 20px 20px;
		padding-bottom: 15px;
		margin-top: -30px;
		margin-bottom: 10px;
	}
	.sec05 .box .inner .factBox h3 span {
		font-size:1.4em;
	}
	.sec05 .box .inner .factorBox h3 {
		font-size: 1.2em;
		padding: 20px 20px;
		padding-bottom: 15px;
		margin-top: -30px;
		margin-bottom: 20px;
	}
	.sec05 .box .inner .factorBox h3 span {
		font-size:1.4em;
		margin-top: 5px;
		margin-left: 0;
		display: block;
	}
	.sec05 .box .inner .factorBox figure {
		width: 50%;
		float: none;
		margin: 0 auto;
	}
	.sec05 .box .inner .factorBox .text {
		padding: 20px;
		padding-top: 0;
	}
}

.sec05 .box .inner .snsBtn {
	margin-top: 40px;
}
.sec05 .box .inner .snsBtn ul {
	width: 80%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-around;
}
.sec05 .box .inner .snsBtn ul li {
	width: 30%;
	text-align: center;
}
.sec05 .box .inner .snsBtn ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	padding: 15px 15px;
	text-decoration: none;
	font-weight: bold;
}
.sec05 .box .inner .snsBtn ul li a .fab {
	margin-right: 10px;
	font-size: 1.2em;
}
.sec05 .box .inner .snsBtn ul li a:hover {
	background: #000 !important;
}
.sec05 .box .inner .snsBtn ul li.twitter a {
	background: #1d9bf0;
}
.sec05 .box .inner .snsBtn ul li.facebook a {
	background: #1877f2;
}
@media only screen and (max-width: 767px) {
	.sec05 .box .inner .snsBtn {
		margin-top: 20px;
	}
	.sec05 .box .inner .snsBtn ul {
		flex-direction: column;
	}
	.sec05 .box .inner .snsBtn ul li {
		width: 100%;
		margin: 5px 0;
	}
	.sec05 .box .inner .snsBtn ul li a .fab {
		font-size: 1.1em;
	}
}





/*
sec06
*/
.sec06 {
	background: #f8f7f5;
}
.sec06 .box {
	border: 5px solid #000;
	background: #fff;
	margin-top: 60px;
}
.sec06 .box figure {
	width: 26%;
	float: right;
	margin: 0 0 20px 30px;
	margin-right: -30px;
	margin-top: -30px;
	overflow: hidden;
	border-radius: 0 30px 0 0;
	border: 5px solid #746840;
}
.sec06 .box .text {
	flex: 1;
	padding: 30px;
}
.sec06 .box .text p {
	padding: 1.0em 0;
	line-height: 1.75;
}
@media only screen and (max-width: 767px) {
	.sec06 .box {
		border: 3px solid #000;
		margin-top: 30px;
	}
	.sec06 .box figure {
		width: 36%;
		margin: 0 0 10px 20px;
		margin-right: -10px;
		margin-top: -25px;
		border-radius: 0 20px 0 0;
		border: 3px solid #746840;
	}
	.sec06 .box .text {
		padding: 20px;
	}
	.sec06 .box .text p {
		padding: 0.5em 0;
	}
}





/*
sec07
*/
.sec07 {
	padding-bottom: 0;
}
.sec07 .btnB {
	margin-top: 60px;
}
.sec07 .flexBox {
	display: flex;
	align-items: center;
}
.sec07 .flexBox .text {
	flex: 1;
}
.sec07 .flexBox figure {
	width: 40%;
	margin-left: 5%;
	border: 3px solid #ccc;
	padding: 10px;
	box-sizing: border-box;
}
.sec07 .flexBox .text .link {
	margin: 5px 0;
}
.sec07 .flexBox .text .link a {
	display: block;
	padding: 14px 14px;
	border: 1px solid rgba(55, 53, 47, 0.16);
	border-radius: 3px;
	font-size: 0.75em;
	color: #000;
	text-decoration: none;
}
.sec07 .flexBox .text .link a:hover {
	background: #eee;
}
.sec07 .flexBox .text .link a h4 {
	margin: 0;
	margin-bottom: 10px;
}
.sec07 .flexBox .text .link a p.desc {
	line-height: 16px;
	color: rgba(55, 53, 47, 0.65);
	height: 32px;
	overflow: hidden;
	padding: 0;
}
.sec07 .flexBox .text .link a p.url {
	display: flex;
	align-items: center;
	padding-bottom: 0;
}
.sec07 .flexBox .text .link a p.url span {
	margin-right: 5px;
	width: 16px;
}
@media screen and (max-width: 767px) {
	.sec07 .btnB {
		margin-top: 50px;
	}
	.sec07 .flexBox {
		flex-direction: column;
	}
	.sec07 .flexBox figure {
		width: 80%;
		margin: 0 auto;
		margin-top: 15px;
	}
	.sec07 .flexBox .text .url {
		display: none !important;
	}
}





/*
sec08
*/
.sec08 {}
.sec08 .imgFig {
	margin: 50px 0;
}
.sec08 ul.interview {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sec08 ul.interview li {
	display: flex;
	align-items: center;
}
.sec08 ul.interview li figure {
	margin-right: 5%;
	position: relative;
}
.sec08 ul.interview li figure figcaption {
	text-align: center;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 5px;
}
.sec08 ul.interview li figure img {
	border-radius: 50%;
}
.sec08 ul.interview li .text {
	flex: 1;
	position: relative;
	display: inline-block;
	margin-top: 50px;
	padding: 20px 25px;
	min-width: 120px;
	max-width: 100%;
	background: #FFF;
	border: solid 3px #746840;
	border-radius: 10px;
	box-sizing: border-box;
}
.sec08 ul.interview li .text:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -24px;
	margin-top: -12px;
	border: 12px solid transparent;
	border-right: 12px solid #FFF;
	z-index: 2;
}
.sec08 ul.interview li .text:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -14px;
	border: 14px solid transparent;
	border-right: 14px solid #746840;
	z-index: 1;
}
.sec08 ul.interview li .text p {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.sec08 ul.interview li.even {
	flex-flow: row-reverse;
}
.sec08 ul.interview li.even figure {
	margin-right: 0;
	margin-left: 5%;
}
.sec08 ul.interview li.even .text:before {
	left: auto;
	right: -24px;
	border: 12px solid transparent;
	border-left: 12px solid #FFF;
}
.sec08 ul.interview li.even .text:after {
	left: auto;
	right: -30px;
	border: 14px solid transparent;
	border-left: 14px solid #746840;
}
.sec08 .descBox {
	margin-bottom: 50px;
}
.sec08 .linkBox {
	margin-top: 50px;
	padding: 30px;
	border: 2px solid #555;
}
.sec08 .linkBox h4 {
	text-align: center;
	margin-bottom: 15px;
}
.sec08 .linkBox ul.link {
	list-style-position: outside;
	margin-left: 20px;
}
.sec08 .linkBox ul.link li {
	padding: 10px 0;
}
@media only screen and (max-width: 767px) {
	.sec08 .wrapS {
		width: 94%;
		margin: 0 auto;
	}
	.sec08 .imgFig {
		margin: 30px 0;
	}
	.sec08 .descBox {
		margin-bottom: 30px;
	}
	.sec08 .linkBox {
		margin-top: 40px;
		padding: 20px;
	}

	.sec08 ul.interview li {
		flex-direction: column;
	}
	.sec08 ul.interview li figure {
		margin-right: auto;
		width: 50%;
	}
	.sec08 ul.interview li .text {
		margin-top: 5px;
		padding: 15px 25px;
	}
	.sec08 ul.interview li .text:before {
		content: "";
		position: absolute;
		top: -12px;
		left: 25%;
		margin-left: -15px;
		border: 12px solid transparent;
		border-bottom: 12px solid #FFF;
		z-index: 2;
	}
	.sec08 ul.interview li .text:after {
		content: "";
		position: absolute;
		top: -16px;
		left: 25%;
		margin-left: -17px;
		border: 14px solid transparent;
		border-bottom: 14px solid #555;
		z-index: 1;
	}
	.sec08 ul.interview li.even {
		flex-direction: column;
		margin-top: 30px;
	}
	.sec08 ul.interview li.even figure {
		margin-left: auto;
	}
	.sec08 ul.interview li.even .text:before {
		left: auto;
		right: 25%;
		margin-left: 0;
		margin-right: -15px;
		border: 12px solid transparent;
		border-bottom: 12px solid #FFF;
	}
	.sec08 ul.interview li.even .text:after {
		left: auto;
		right: 25%;
		margin-left: 0;
		margin-right: -17px;
		border: 14px solid transparent;
		border-bottom: 14px solid #555;
	}
}




