@charset "utf-8";
/* CSS Document */

/*
----------------------------------------- Common */
.mainimgBox {
	margin: 0;
	height: 510px;
	/*background: url(../images/zenkoji/mainimg_zenkoji.jpg) no-repeat center center / cover;*/
	position: relative;
}
.mainimgBox--under {
	height: 300px;
}

/* Takasaki */
.mainimgBox--takasaki {
	background: url(../images/takasaki/mainimg_takasaki.jpg) no-repeat center center / cover;
}

@media only screen and (max-width:1060px) {
.mainimgBox--takasaki .mainimgBox {
		margin: 0 auto;
		width: 1000px;
	}
}

/*
----------------------------------------- Page */

/*********************** Index ***************************/
.mainimgBox--index {
	/*height: 560px;*/
    height: 780px;
	position: relative;
	margin-bottom: 50px;
}
.mainBox__inner__wrap {
	height: 780px;
	display: flex;
	 /*-webkit-justify-content: center;
	justify-content:        center;
	 -webkit-align-items: center;
	align-items:         center;*/
	position: relative;
	background-color: #000;
	background-image: none;
}
.mainimgBox--index__bg {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.mainimgBox--index__bg::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	display: block;
}
.mainimgBox--index__bg01::after {
	background: url(../images/index/mainimg02.jpg) no-repeat center bottom / cover;
	z-index: 1;
	opacity: 0;
	transition: all 0.5s linear 0.5s;
}
.mainimgBox--index__bg02::after {
	background: url(../images/index/mainimg01.jpg) no-repeat center bottom / cover;
	z-index: 2;
	opacity: 0;
	transition: all 0.3s linear 2s;
}
.mainimgBox--index__bg01.show::after,
.mainimgBox--index__bg02.show::after {
	opacity: 1;
}
.mainBox__inner--index {
	position: relative;
	z-index: 10;
	transform: translateY(30px);
	opacity:0;
	transition: all 0.3s linear 2.6s;
    top: calc(50% - 280px);
    left: 12%;
}
.mainBox__inner--index.show {
	opacity:1;
	transform: translateY(0);
}

.hlLv1--index {
	width: 320px;
	/*margin: 0 auto;*/
}

.mainimgBox--index__read {
	margin-top: 30px;
    font-size: 3rem;
    font-weight: 400;
    color: #FFF;
}
.mainimgBox--index__read02{
	font-size: 2.2rem;
    color: #FFF;
    text-align: center;
    line-height: 1.9em;
    margin-top: 7px;
}
.mainimgBox--index__scrolldown{
    margin-top: 4rem;
    position: relative;
}
.mainimgBox--index__scrolldown a{
    color: #FFF;
    font-size: 1.2rem;
    font-family: 'Joan', serif;
    padding: 1rem 3rem;
    border: 1px solid #fff;
    text-decoration: none;
}
.mainimgBox--index__scrolldown a:hover{
    background-color: #fff;
    color: #000;
    transition: .3s;
}


.mainimgBox--index__btn {
	/*border: #E8380D solid 3px;*/
	background-color: rgba(255, 255, 255, 0.8);
	/*width: 220px;*/
	width: 180px;
	height: 50px;
	line-height: 50px;
	color: #E7370D;
	font-size: 1.8rem;
	text-align: center;
	display: block;
	margin: 60px auto 0;
	text-decoration: none;
	transition: all 0.3s linear;
	font-weight: 400;
}
.mainimgBox--index__btn:hover {
	background-color: #E8380D;
	color: #FFF;
}

/* Index Banner */
.indexBnrBox01Link {
	text-decoration: none;
	color: #FFF;
	transition: opacity 0.3s linear;
	display: block;
}
/*.indexBnrBox01Link:hover {
	opacity: .7;
}*/
.indexBnrBox01Link {
	height: 400px;
	width: 100%;
	/*background: url(../images/index/img_zenkoji_stay.jpg) no-repeat center center / cover;*/
	display: flex;
	 -webkit-justify-content: center; /* Safari */
	justify-content:         center;
	 -webkit-align-items: center; /* Safari */
	align-items:         center;
	position: relative;
}
.sliderTempleLrg__item__img {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
.indexBnrBox01__ttl {
	font-size: 3.6rem;
	font-weight: 500;
	color: #FFF;
	text-decoration: none;
	text-shadow:0px 0px 2px rgba(0,0,0,0.9);
	text-align: center;
	letter-spacing: 0.1em;
}
.indexBnrBox01__read {
	font-size: 1.8rem;
	text-align: center;
	color: #FFF;
	margin-top: 20px;
	font-weight: 500;
	text-shadow:0px 0px 2px rgba(0,0,0,0.9);
}
.indexBnrBox01__btn {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 40px;
	/*width: 213px;*/
	width: 190px;
	background-color: #FF0000;
	font-size: 1.8rem;
	font-weight: 400;
	color: #FFF;
	text-decoration: none;
	display: block;
	text-align: center;
	line-height: 40px;
	vertical-align: middle;
	z-index: 5;
}
.indexBnrBox01__btn::after {
	content: "";
	display: inline-block;	height: 54px;
	height: 14px;
	width: 14px;
	background: url(../images/common/arrow02.png) no-repeat center center / 14px auto;
	margin-left: 10px;
	vertical-align: middle;
}

.sliderTempleSmlWrap {
	margin-top: 40px;
}
.sliderTempleSml__item {

}
.sliderTempleSml__item a {
	width: 480px;
	position: relative;
	display: block;
	height: 338px;
	overflow: hidden;
}
.sliderTempleSml__item__img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.sliderTempleSml__item__caption {
	text-align: center;
	font-size: 1.6rem;
	margin-top: 15px;
	color: #333;
}
.sliderTempleSmlWrap .slick-list {
	margin-right: -40px;
}
.sliderTempleSmlWrap .slick-slide {
	margin-right: 40px;
}



.sliderWrapExperienceWrap .slick-list {
	margin-right: -29px;
}
.sliderWrapExperienceWrap .slick-slide {
	margin-right: 29px;
}
.slideExperienceItem__inner {
	/*width: 228px;
	margin: 0 auto;
	margin-right: 30px;*/
	/*float: left;*/
}
.catExperience {
	position: relative;
}
.catExperience::after {
	position: absolute;
	content: "EXPERIENCE";
	color: #FFF;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 7px 12px;
	background-color: #65873B;
	display: block;
	top: 0;
	left: 0;
	z-index:99;
}
.slideExperienceItem__img__inner {
	display: block;
	width: 100%;
	padding-top: 150%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.slideExperienceItem__time {
	margin-top: 10px;
	color: #E7370D;
	font-size: 1.4rem;
	line-height: 1.4;
}
.slideExperienceItem__body {
	margin-top: 5px;
	font-size: 1.4rem;
	line-height: 1.6;
	color: #666;
}

.slideExperienceItem__body a:hover {
	color: #e7370d;
}


.slideExperienceItem__place {
	font-size: 1.25rem;
	margin-top: 5px;
	color: #AAA;
}

/* Arrows */
.sliderTempleLrgWrap .slick-prev,
.sliderTempleSmlWrap .slick-prev,
.sliderWrapExperienceWrap .slick-prev,
.sliderTempleLrgWrap .slick-next,
.sliderTempleSmlWrap .slick-next,
.sliderWrapExperienceWrap .slick-next
{
	font-size: 0;
	line-height: 0;

	position: absolute;
	top: 170px;

	display: block;

	width: 10px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);

	cursor: pointer;

	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	z-index: 10;
}
.sliderTempleLrgWrap .slick-prev:hover,
.sliderTempleLrgWrap .slick-prev:focus,
.sliderTempleSmlWrap .slick-prev:hover,
.sliderTempleSmlWrap .slick-prev:focus,
.sliderWrapExperienceWrap .slick-prev:hover,
.sliderWrapExperienceWrap .slick-prev:focus,
.sliderTempleLrgWrap .slick-next:hover,
.sliderTempleLrgWrap .slick-next:focus,
.sliderTempleSmlWrap .slick-next:hover,
.sliderTempleSmlWrap .slick-next:focus,
.sliderWrapExperienceWrap .slick-next:hover,
.sliderWrapExperienceWrap .slick-next:focus
{
	color: transparent;
	outline: none;
	background: transparent;
}
.sliderTempleLrgWrap .slick-prev:hover:before,
.sliderTempleLrgWrap .slick-prev:focus:before,
.sliderTempleSmlWrap .slick-prev:hover:before,
.sliderTempleSmlWrap .slick-prev:focus:before,
.sliderWrapExperienceWrap .slick-prev:hover:before,
.sliderWrapExperienceWrap .slick-prev:focus:before,
.sliderTempleLrgWrap .slick-next:hover:before,
.sliderTempleLrgWrap .slick-next:focus:before,
.sliderTempleSmlWrap .slick-next:hover:before,
.sliderTempleSmlWrap .slick-next:focus:before,
.sliderWrapExperienceWrap .slick-next:hover:before,
.sliderWrapExperienceWrap .slick-next:focus:before
{
	opacity: 1;
}
.sliderTempleLrgWrap .slick-prev.slick-disabled:before,
.sliderTempleSmlWrap .slick-prev.slick-disabled:before,
.sliderWrapExperienceWrap .slick-prev.slick-disabled:before,
.sliderTempleLrgWrap .slick-next.slick-disabled:before,
.sliderTempleSmlWrap .slick-next.slick-disabled:before,
.sliderWrapExperienceWrap .slick-next.slick-disabled:before
{
	opacity: .25;
}

.sliderTempleLrgWrap .slick-prev:before,
.sliderTempleSmlWrap .slick-prev:before,
.sliderWrapExperienceWrap .slick-prev:before,
.sliderTempleLrgWrap .slick-next:before,
.sliderTempleSmlWrap .slick-next:before,
.sliderWrapExperienceWrap .slick-next:before
{
	/*font-family: 'slick';
	font-size: 20px;
	line-height: 1;

	opacity: .75;
	color: white;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/

	width: 20px;
	height: 20px;
	background-color: #E2EDFB;
	content: "";
	display: block;
}

.sliderTempleLrgWrap .slick-prev,
.sliderTempleSmlWrap .slick-prev,
.sliderWrapExperienceWrap .slick-prev
{
	left: -32px;
}
.sliderTempleLrgWrap [dir='rtl'] .slick-prev,
.sliderTempleSmlWrap [dir='rtl'] .slick-prev,
.sliderWrapExperienceWrap [dir='rtl'] .slick-prev
{
	right: -25px;
	left: auto;
}
.sliderTempleLrgWrap .slick-prev:before,
.sliderTempleSmlWrap .slick-prev:before,
.sliderWrapExperienceWrap .slick-prev:before
{
	content: '';
	background: url(../images/common/arrow_left_orange.png) no-repeat center center / 20px 20px;
}
.sliderTempleLrgWrap [dir='rtl'] .slick-prev:before,
.sliderTempleSmlWrap [dir='rtl'] .slick-prev:before,
.sliderWrapExperienceWrap [dir='rtl'] .slick-prev:before
{
	content: '';
	background: url(../images/common/arrow_right_orange.png) no-repeat center center / 20px 20px;
}

.sliderTempleLrgWrap .slick-next,
.sliderTempleSmlWrap .slick-next,
.sliderWrapExperienceWrap .slick-next
{
	right: -25px;
}
.sliderTempleLrgWrap [dir='rtl'] .slick-next,
.sliderTempleSmlWrap [dir='rtl'] .slick-next,
.sliderWrapExperienceWrap [dir='rtl'] .slick-next
{
	right: auto;
	left: -25px;
}
.sliderTempleLrgWrap .slick-next:before,
.sliderTempleSmlWrap .slick-next:before,
.sliderWrapExperienceWrap .slick-next:before
{
	content: '';
	background: url(../images/common/arrow_right_orange.png) no-repeat center center / 20px 20px;
}
.sliderTempleLrgWrap [dir='rtl'] .slick-next:before,
.sliderTempleSmlWrap [dir='rtl'] .slick-next:before,
.sliderWrapExperienceWrap [dir='rtl'] .slick-next:before
{
	content: '';
	background: url(../images/common/arrow_left_orange.png) no-repeat center center / 20px 20px;
}

/* ExperienceBox */
.indexExperienceBox {
	margin-top: 50px;
	/*margin-bottom: 100px;*/
}
.sliderWrapExperienceWrap {
	position: relative;
}
.slideExperienceItem a{
	text-decoration:none;
}

.slideExperienceItem a:hover .slideExperienceItem__inner .slideExperienceItem__body,
.slideExperienceItem a:hover .slideExperienceItem__inner .slideExperienceItem__place{
	color:#e7370d;
	font-weight:300;
	text-decoration:underline;
}


.indexExperienceBox__btnBox {
	margin-top: 70px;
	margin-bottom: 70px;
	text-align: center;
}

.indexExperienceBox a{
	color:#333;
}

.indexExperienceBox a:hover{
	color:#fff;
	text-decoration:none;
}

.indexExperienceBox__btnItem {
	display: inline-block;
	/*width: 221px;*/
	width: 136px;
	height: 42px;
	border: #DDDDDD solid 3px;
	background-color: #E2E2E1;
	line-height: 42px;
	font-size: 1.5rem;
	font-weight: 400;
	text-decoration: none;
	margin: 0 12px;
	transition: all 0.3s linear;
}
.indexExperienceBox__btnItem::after {
	display: inline-block;
	content: "";
	background: url(../images/common/arrow_left_bk.png) no-repeat center center / 7px auto;
	height: 12px;
	width: 7px;
	vertical-align: middle;
	margin-left: 10px;
	text-decoration:none;
}
.indexExperienceBox__btnItem:hover {
	border: #e7370d solid 3px;
	background-color: #e7370d;
	color: #FFF;
	text-decoration:none;
}
.indexExperienceBox__btnItem:hover::after {
	background: url(../images/common/arrow_left_white.png) no-repeat center center / 7px auto;
	color: #FFF!important;
	text-decoration:none;
}

/*Bnr ADD*/
.indexBnrBox{
	width: 960px;
	margin: 40px auto;
	/*border: 1px solid #65873c;*/
	/*border-radius: 6px;*/
	overflow:hidden;
}
.indexBnrBox--inner {
    display: flex;
    background-color: #65873c;
}
.indexBnrBox--inner h2{
    color: #fff;
}
.indexBnrBox a,
.indexBnrBox a:visited{
    color: #fff;
    text-decoration: none;
}

.indexBnrBox a:hover .indexBnrBox--inner img{
    transform: scale(1.06);
    transition: .3s;
    opacity: 1;
}


.indexBnrBox figure{
	width: 56%;
}
.indexBnr--textBox{
	padding: 24px 40px;
	line-height: 1.6;
	font-size: 16px;
	width: 44%;
}
.indexBnr--textBox .modTxt04{
    margin-top: 2rem;
}

/*.indexBnr--textBox h2{
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
	color: #65873c;
}*/

.indexBnr--btn{
	text-align: right;
	margin-top: 2rem;
}

/* Block IndexSection Common */
.blockIndexSection {
	border-top: #DDD solid 1px;
	padding: 80px 0 40px;
}.blockIndexSection2 {
    padding: 0 0 50px;
    border: none;
}
.indexTitleBox {
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
	margin-bottom: 35px;
}

@media only screen and (max-width:1279px) {
    .indexTitleBox {
        padding-left: 3%;
    }
}

.hlLv2--index {
	font-size: 2rem;
	font-weight: 500;
	color: #000;
}

/* leadBlock */
.leadBlock {
    text-align: center;
    margin-bottom: 120px;
}
.leadBlock .first-lead{
    font-size: 1.25em;
    line-height: 3.2;
    margin-bottom: 4rem;
}

.bg-divider {
    height: 420px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}
.bg-divider.bgtop {
    background: url(../images/index/img_bgtop.jpg) no-repeat center bottom;
    background-attachment: fixed;
    background-size: cover;
}
.bg-divider.bg-brand {
    background: url(../images/brand/img_brand.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    max-height: 280px;
}




.contents--inner {
    padding: 80px 0;
}
.block {
}


/* News */
.newsListItem {
	margin-top: 21px;
	min-height: 26px;
}
.newsList__cat {
	display: inline-block;
	vertical-align: middle;
	/*color: #E7370D;*/
	font-weight: 700;
	font-size: 1.2rem;
	padding: 7px 0;
	text-align: center;
	width: 74px;
	/*background-color: #E7E7E7;*/
    color: #fff;
    background-color: #5d8134;
	float: left;
}
.newsListItem a,
.newsListItem a:visited{
    color: #fff;
}
.newsListItem .newsList__title a,
.newsListItem .newsList__title a:visited{
color: #333;
}


.newsList__date {
	display: inline-block;
	color: #666;
	font-size: 1.2rem;
	line-height: 26px;
	margin-left: 124px;
	float: left;
}
.newsList__cat + .newsList__date {
	margin-left: 20px;
}
.newsList__title {
	padding-left: 13.6em;
	display: block;
	padding-top: 3px;
	line-height: 1.6;
}
.newsList__title a {
	/*color: #65873B;*/
    color: #333;
	text-decoration:none;
}
.newsList__title a:hover {
	color: #e7370d;
	text-decoration:underline;
}

/* Media */
.indexMediaBox {
	padding-bottom: 100px;
}
.mediaListWrap {
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
}
.mediaListItem {
	width: 228px;
}
.mediaListItem a {
	color: #65873B;
	text-decoration:none;
}
.mediaListItem a:hover {
	color: #e7370d;
	text-decoration:underline;
}
.mediaList__body {
	margin-top: 10px;
	font-size: 1.4rem;
	line-height: 1.6;
}

/* add 180807 */
.index2clm {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.index2clm a {
	width: 48%;
	box-shadow:0px 0px 10px 0px #9d9d9d;
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
}
.index2clm .blank {
	width: 48%;
	background-color: #EEE;
	border-radius: 5px;
}
.indexStayTemple__txt {
	padding: 20px;
}
.indexStayTemple__name {
	font-size: 2.4rem;
	/*margin-bottom: 1em;*/
}
.indexStayTemple__name__fss {
	display: block;
	font-size: 1.2rem;
	margin-top: 1em;
}
.indexStayTemple__desc {
	font-size: 1.4rem;
	line-height: 1.5;
	color: #656565;
}
.indexStayTemple__btn {
	margin-top: 30px;
}
.indexStayTemple__btn__btn {
	font-size: 1.8rem;
	padding: 15px 30px;
	border: #e52e13 solid 1px;
	display: inline-block;
}
.indexStayTemple__btn__btn::after {
	content: "";
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	background: url(../images/index/arrow_l.png) no-repeat center center/ 16px auto;
	transform: translateY(-2px);
}
.indexStayTemple__btn__btn:hover {
	font-size: 1.8rem;
	padding: 15px 30px;
	border: #e52e13 solid 1px;
	display: inline-block;
	background-color: #e52e13;
	color: #fff;
	transition: 0.3s;
}
.indexStayTemple__btn__btn:hover::after {
	content: "";
	background: url(../images/index/arrow_lw.png) no-repeat center center/ 16px auto;
	transform: translateY(-2px);
}

.sliderTempleLrgWrap--pc {
	display: none;
}

.sliderTempleSmlWrap {
	display: none;
}

.indexExperienceBox:nth-of-type(1) {
	display: none;
}

.indexAbout .indexAbout--inner{
    display: flex;
    margin-bottom: 2rem;
}
.indexAbout--inner > *{
    width: 50%;
    flex-wrap: wrap;
}
.indexAbout--inner .moreBtn{
    margin-top: 2rem;
}

.indexNewsBox .newsBox--inner {
    display: flex;
    justify-content: space-between;
}

.indexNewsBox .newsBox--inner .indexTitleBox{
    width: 34%;
}
.indexNewsBox .newsBox--inner .newsListWrap {
    width:66%; 
}
.indexNewsBox .btnBox{
    margin: 6rem auto 0;
    text-align: center;
}


/*********************** Zenkoji Index ***************************/

.mainimgBox__btn {
	display: block;
	background: #FF0000 url(../images/common/icn_gallery.png) no-repeat center center;
	width: 83px;
	height: 83px;
	position: absolute;
	left: 0;
	bottom: 0;
	text-indent: -9999px;
}

/* Icon List */
.icnList {
	/*margin-top: 30px;*/
	padding-left: 10px;
	padding-top:12px;
}
.icnList__item {
	display: inline-block;
	margin-right: 30px;
}
/* Icon List Jastify */
.icnList--jastify {
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
}
.icnList__item--jastify {
	display: block;
	margin-right: 30px;
	width: 70px;
	text-align: center;
	margin-bottom: 30px;
}

.blockSection--access:nth-of-type(1) {
	width: 1000px;
	margin: 0 auto;
	border-top: #65873C solid 1px;
	padding: 40px 0 100px;
}

/*********************** Plan ***************************/
/* Detail Price Box */
.detailPrice__item {
	font-size: 1.4rem;
	line-height: 1.8;
	margin-top: 5px;
}
.detailPrice__item__ttl {
	display: inline-block;
	width: 7em;
}

/*********************** Equipment ***************************/
.blockArticle01 {
	padding: 50px 0;
	border-top: #E0E0E0 solid 1px;
}
.blockArticle01:nth-of-type(1) {
	padding-top: 0;
	border-top: none;
}
.blockArticle01:nth-last-of-type(1) {
	padding-bottom: 0;
}


/*********************** Review ***************************/
.review__item_pix {
	margin-top: 50px;
	padding-left: 0;
	background: none;
}

.review__item .revPix{
	width:150px;
	float:left;
	margin-right:24px;
	padding-top:6px;
}
.review__item_pix .modTxt01{
	padding-left:180px;
}

.rev_Trancelate .revLang li{
		display:inline-block;
		margin-right:20px;
	}


/*********************** Access ***************************/
.mapBtmBox {
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
	margin: 10px 0 50px;
}

.accessRoot{
}
.accessRoot .rootLeft{
	float:left;
	width:40%;
	margin-right:15px;
	padding-top:30px;
}
.accessRoot .rootRight{
	float:left;
	width:55%;
}


/*
--------------------------------------------------- Other */
/* Common */
.hlLv01--other {
	font-size: 2.4rem;
	color:#000;
	text-align: left;
	margin-top: 70px;
	margin-bottom: 40px;
	letter-spacing: 5pt;
	font-weight:400;
}
.pageTitleBox.ce .hlLv01--other {
    text-align: center;
}

/*********************** Stay ***************************/
.clm2Box02--stay {
	margin-bottom: 80px;
}
.hlLv01--other__sbttl {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
}
.stay__img {
	text-align: center;
}
.stay__caption {
	text-align: center;
	font-size: 1.6rem;
	margin-top: 15px;
}

/*********************** Experience ***************************/
.pageTitleBox--experienceDetail {
	margin-bottom: 40px;
	border-bottom: none;
}
.hlLv01--experienceDetail {
	line-height: 1.6;
	font-size: 2.8rem;
	letter-spacing: 0.05em;
}
.experienceDetail__main {
	padding-top: 52.6%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.experienceDetail__inner {
	padding-bottom: 80px;
}
/* Experience Info */
.experienceDetailInfoBox {
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	margin: 80px 0;
}
.experienceDetailInfoBox__ttl {
	padding: 40px 0;
	width: 160px;
}
.experienceDetailInfoBox__data {
	padding: 40px 0;
	width: 810px;
	border-top: #E0E0E0 solid 1px;
}
.experienceDetailInfoBox__data:nth-last-of-type(1) {
	border-bottom: #E0E0E0 solid 1px;
}

.btnWrapBox {
	margin-top: 80px;
	text-align: center;
}

/*********************** Company ***************************/
.blockSection--company {
	padding-bottom: 100px;
}

.spcl__companyBox {
	width: 100%;
	margin: 0 auto;
	font-size: 1.6rem;
	line-height: 1.8;
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
}
.spcl__companyBox__ttl {
	font-size: 1.4rem;
	width: 240px;
	margin-top: 40px;
	color: #ff0000;
}
.spcl__companyBox__ttl:first-of-type {
	margin-top: 0;
}
.spcl__companyBox__data {
	font-size: 1.4rem;
	width: 760px;
	margin-top: 40px;
}
.spcl__companyBox__data:first-of-type {
	margin-top: 0;
}

.spcl__companyBox dt,
.spcl__companyBox dd {
	padding-bottom:30px;
	border-bottom:1px solid #ddd;
}
.spcl__companyBox__ttl:last-of-type {
	border-bottom:none;
}
.spcl__companyBox dd:last-child {
	border-bottom:none;
}


/* Company add 2017.10.17 */
.company01__img01 {
	margin-bottom: 20px;
	text-align: center;
}
.clm2Box__item--company01 {
	width: 470px;
}
.clm2Box__item--company02 {
	width: 482px;
}
.companyBox02 {
	margin-top: 20px;
}
.company__pos {
	font-size: 1.4rem;
	margin-bottom: 10px;
}
.company__name {
	font-size: 2.4rem;
	margin-bottom: 12px;
	font-family: "游明朝";
}
.company__name span {
	font-size: 1.8rem;
	padding-left: 1rem;
}

/* Company add 2020.03.16 */
.hlLv1--index.companyTop {
	width: 160px;
	margin: 0;
	filter: drop-shadow(0 0  4px rgba(0,0,0,0.7));
}
.mainBox__inner--index.companyTop{
	text-align: left;
	width: 1080px;
	padding-left: 5%;
}

.mainimgBox--index.companyTop {
	height: 480px;
	position: relative;
	margin-bottom: 20px;
}
.mainimgBox--index.companyTop .mainBox__inner__wrap {
	height: 360px;
	display: flex;
	 -webkit-justify-content: center; /* Safari */
	justify-content:         center;
	 -webkit-align-items: center; /* Safari */
	align-items:         center;
	position: relative;
	background-color: #000;
	background-image: none;
}

.mainimgBox--company__read {
	margin-top: 40px;
    font-size: 2.6rem;
    font-weight: 400;
    color: #FFF;
	letter-spacing: 1em;
	/*width: 680px;*/
	width: auto;
}
.mainimgBox--company__read img {
	width: 680px;
	filter: drop-shadow(0 0  4px rgba(0,0,0,0.7));
}

.mainimgBox--company__read02{
	font-size: 2.2rem;
    color: #FFF;
    text-align: center;
    line-height: 1.9em;
    margin-top: 7px;
}

.mainimgBox--company__bg01::after {
	background: url(../images/company/img_companyimg01.jpg) no-repeat left bottom / cover;
	z-index: 1;
	opacity: 0;
	transition: all 0.5s linear 0.5s;
}
/*.mainimgBox--company__bg02::after {
	background: url(../images/index/img_companyimg01.jpg) no-repeat center bottom / cover;
	z-index: 2;
	opacity: 0;
	transition: all 0.3s linear 2s;
}*/
.mainimgBox--company__bg01.show::after,
.mainimgBox--company__bg02.show::after {
	opacity: 1;
}

.blockSection--company01{
	text-align: center;
	padding: 0 0 20px;
}

/*.blockSection--company01 ul{
	display: flex;
}*/
.blockSection--company01 li{
	/*background: #65873c;*/
	background: #efefef;
	color: #65873c;
	padding: 3%;
	/*margin-left: 20px;*/
	/*width: 33%;*/
    width: 860px;
	border-radius: 2%;
    margin: 0 auto;
}
/*.blockSection--company01 li:first-child{
	margin: 0;
}*/
.blockSection--company01 li:first-child{
    padding-bottom: 1rem;
}


.blockSection--company01 dd{
	margin-bottom: 12px;
	font-size: 1.8rem;
	/*color: #333;*/
	line-height: 1.8;
}
.blockSection--company01 .contentsTtl{
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	margin: 0 auto 20px;
	max-width: 80px;
	padding: 6px 0;
	background: #65873c;
	/*background: #e7380d;*/

	/*border: 1px solid #fff;*/
}

.blockSection--company04 dl{
	clear: left ;
}
.blockSection--company04 dl dt{
	float: left ;
	clear: left ;
	width: 114px;
	/*color: #ff0000;*/
}
.blockSection--company04 dl dd{
	float: left ;
	width: auto;
	max-width: 880px;
	margin-bottom: 20px;
}

.company--members{
	position: relative;
	width: auto;
}
.company--members li{
	margin-bottom:80px;
	display: flex;
}
.company--members li:nth-of-type(even){
	flex-direction: row-reverse;
}
.company--members li:nth-of-type(even) .membersTextBox{
	padding-left: 0;
	padding-right: 40px;
}

.company--members li figure img{
	height: 320px;
}
.company--members li p,
.company--members h2{
display: block;
}

.membersTextBox{
	width: 760px;
	padding-left: 40px;
	height: auto;
}
/*.membersTextBox:nth-of-type(1){
	width: 760px;
	padding-left: 40px;
	height: 12rem;
}*/

.membersTextBox p:last-child{
	margin-top: 30px;
}
.blockSection--company ul li{
	padding-bottom:10px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #ccc;
	text-indent: 0!important;
}
.blockSection--company .textTerms{
	border:none;
}
.blockSection--company .textTerms h2{
	padding:0 ;
}
.blockSection--company .serviceh2{
	padding:20px ;
}
.blockSection--company .textTerms li{
	text-indent:0;
	/*min-height:236px;*/
}
.blockSection--company .textTerms li:last-child{
	border: none;
}

.company--link {
    max-width: 640px;
    margin: 40px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.company--link > *{
    width: 48%;
}
.company--link a {
    color: #E7370D;
    padding: 2rem 4rem;
    width: auto;
    text-decoration: none;
    background-color: #fff;
    border: 2px solid #E7370D;
    border-radius: 12px;
}

.company--mediaWrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.company--mediaWrap > *{
    width: 48%;
}
.company--mediaBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
}
.company--mediaBox > *{
    width: 48%;
}
.company--mediaBox--text {
    padding: 1rem;
}
.company--mediaBox h4{
    font-size: 1.8rem;
}
.company--mediaBox .btnBox{
    margin-top: 2rem;
}


/*CSS accordion*/
.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	font-weight: bold;
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	cursor: pointer;
	margin: 0 0 1px 0;
	background: #65873c;
	color: #fff;
}
.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.8s;
	transition: max-height 0.8s;
	color: #333333;
	padding-top: 30px;
}
.cp_actab .cp_actab-content p {
	/*margin: 1em;*/
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 400em;
}
/* Icon */
.cp_actab label::after {
	line-height: 3;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}

/* terms */
.blockSection--terms{
	padding-bottom:100px;
	border-top: 1px solid #65873c;
}
.blockSection--terms .holderName{
	font-size:1.50rem;
	text-align:right;
	margin-bottom:20px;
}
.blockSection--terms .textTerms {
	margin:0 auto;
	font-size:1.6rem;
	line-height:1.8;
	padding:40px 0 20px ;
	border-bottom:1px solid #ddd;
}
.blockSection--terms .textTerms h2 {
	margin-bottom:6px;
	padding-top:50px;
	color:#ff0000;
	font-size:1.6rem;
	font-weight:normal;
	line-height:1.8;
}
.blockSection--terms .textTerms h2:first-child {
	padding-top:0;
	border-top:none;
}
.blockSection--terms .textTerms p {
	margin-bottom:20px;
	/*padding-left: 1rem;*/
}

.blockSection--terms .textTerms ul {
	margin-bottom:20px;
}
.blockSection--terms .textTerms li {
	/*text-indent:12px;*/
	/*padding-left:1em;*/
	text-indent:-1em;
}
.blockSection--terms .textTerms li span {
	padding-left:2em;
	text-indent:-2em;
}
.textTerms_ex {
	padding-top:60px;
	border-bottom:none!important;
}
.textTerms_ex table{
	width:100%;
	text-align:center;
	font-size:1.4rem;
}
.textTerms_ex td{
	border:1px solid #ddd;
	padding:8px 12px;
	vertical-align:middle;
}

/* pageExperience */

.blockSection--experience{
	padding-bottom:100px;
}

.pageWrapExperienceWrap{
	position:relative;
}
.pageListExperience{
	max-width:1000px;
    border:none;
    padding:0;
    font-size:0px;
}

.blockSection--experience a{
	color:#000;
	text-decoration:none;
}

.pageExperienceItem a:hover .slideExperienceItem__inner .slideExperienceItem__body,
.pageExperienceItem a:hover .slideExperienceItem__inner .slideExperienceItem__place{
	color:#e7370d;
	font-weight:300;
	text-decoration:underline;
}
.pageListExperience .pageExperienceItem{
	display:inline-block;
	width:230px;
	margin-right:25px;
	margin-bottom:60px;
	vertical-align:top;
}
.pageExperienceItem:nth-child(4n){
	margin-right:0;
}


/*********************** Concept ***************************/

.maincopy {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    color: #000;
    font-size: 2.4rem;
    letter-spacing: 0.3em;
    line-height: 2;
    margin: 8rem auto;
}
.maincopy span{
    display: block;
    font-family: 'Joan', serif;
    font-size: 6.4rem;
    color: #6d6260;
}


.exConcept{
	margin-top:0;
}

.borderBox{
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:16px 0;
}
.conceptWrap{
	width:100%;
	/*background:url(../images/concept/img_concept_bg.jpg)no-repeat top center;*/
}

.blockSection--concept {
	padding-bottom: 100px;
	padding-top:90px;
	width:580px;
	margin:0 auto;
	/*background:url(../images/about/img_about_bg.jpg)no-repeat top center;*/
	background-size: 198%;
	background-position: inherit;
}

.blockSection--concept h2 {
	text-align:center;
	margin-bottom:50px;
	font-size:2.4rem;
	/*line-height:1.6;*/
	padding:0;
}
.blockSection--concept h2 span {
	font-weight:300;
	padding-top:16px;
	font-size:1.6rem;
}
.blockSection--concept .modTxt01 {
	font-size:1.6rem;
	padding-bottom:30px;
	letter-spacing:.05em;
	line-height:2.2;
	color:#666;
}

.blockSection--concept .indexExperienceBox__btnItem {
	width: 160px;
}
.blockSection--concept .indexExperienceBox__btnItem::after {
	background:none;
	margin:0 auto;
	width:auto;
}

.blockSection--concept .indexExperienceBox__btnItem:hover::after {
	text-decoration:none;
}

.blockSection--concept .textTerms h3 {
    color: #ff0000;
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 6px;
    padding-top: 50px;
}

.blockSection--concept .textTerms h4 {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 6px;
    padding-top: 16px;
	color: #000;
}

.fs_sm{
	font-size:0.75em;
	vertical-align: super;
}

/* service  */

.mainimgBox--index.serviceTop {
	position: relative;
	height: 480px;
	margin-bottom: 20px;
	background:url(../images/service/img_service00bg.jpg)no-repeat center center;
	background-size: cover;
}

/*--ADD 2020317--*/
.service--topfig{
	margin: 60px auto 0;
	width: 420px;
}

.blockSection--service{
	border: none;
	padding-top: 0;
}
h1.service--ttl{
	font-size: 2.4rem;
	text-align: center;
	font-weight: normal;
}
.service--read{
	font-size: 18px;
	letter-spacing: .05em;
	line-height: 2.2;
	color: #5D8134;
	text-align: center;
	margin-top: 30px;
}

.blockSection--service figure{
	/*float:left;*/
	width:480px;
	vertical-align:top;
	margin-right:40px;
}
.blockSection--service figure img{
}
.serviceimg{
	float:left;
	width:400px;
	height:300px;
	vertical-align:top;
	border-radius: 0%;
	margin-right:30px;
}
.serviceimg img{
	border-radius: 0%;
}
.blockSection--service .textTerms{
	border:none;
}
.blockSection--service .textTerms h2{
	padding:0 ;
	font-size: 2rem;
}
.blockSection--service .textTerms h2 span{
	padding:0 ;
	text-indent: 0;
	font-size: 1.6rem;
	font-weight: bold;
	display: block;
}
.blockSection--service .serviceh2{
	padding:20px ;
}
.blockSection--service .textTerms li{
	text-indent:0;
	/*min-height:236px;*/
	min-height: 340px;
	display: flex;
}

.blockSection--service .textTerms li:last-child{
	border: none;
}

.blockSection--service .textTerms dl{
	width: 480px;
	display: inline-block;
}
.blockSection--service .textTerms dt{
	margin-bottom: 1rem;
}
.blockSection--service ul li{
	padding-bottom:10px;
	margin-bottom: 30px;
	clear: both;
}

/** service add 2020.11.30 **/
.blockSection--service .nowrap,
.service--topfigWrapper .nowrap{
	display: inline-block;
}
.service--topfig.service--topfig2{
	position: relative;
	/*left: -40px;*/
	text-align: center;
}
.service--topfigWrapper{
	position: relative;
    margin-bottom: 50px;
	/*padding-bottom: -50px;*/
}
.service--topTxt{
	position: absolute;
	color: #65873c;
	text-align: left;
}
.service--topTxt01{
	top: 0;
	left: calc(50% - 450px);
}
.service--topTxt02{
	top: 0;
    right: calc(50% - 530px);
    max-width: 310px;
}
.service--topTxt03{
	bottom: -80px;
	right: calc(50% - 240px);
}
.service--topTxt h3{
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 0.5em;
    border: 2px solid #65873c;
    padding: 1rem 2rem;
    text-align: center;
}

.service--topTxt01 h3{
    /*color: #CAA894;*/
    border-color: #CAA894;
}
.service--topTxt02 h3{
    /*color: #24A6B4;*/
    border-color: #24A6B4;
}
.service--topTxt03 h3 {
    /*color: #BCBA55;*/
    border-color: #BCBA55;
}


.service--topTxt p{
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 0.5em;
}
.service--topTxt li{
	line-height: 1.5;
	font-size: 1.6rem;
	text-indent: -1em;
	padding-left: 1em;
}
.service--topTxt li:before{
	content: "・";
}
.blockSection--service .service--subTtl{
	color: #65873c;
	text-align: center;
	margin: 2em 0 1.5em;
	line-height: 1.5;
	font-size: 24px;
}
.blockSection--service .service--block{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: center;
}
.blockSection--service .service--block li{
	width: 31%;
	background: #f0eff0;
	margin-bottom: 30px;
	padding: 40px 20px 30px;
}
.blockSection--service .service--block .service--blockImg{
	height: 140px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: 20px;
}
.blockSection--service .service--block li img{
	height: 100%;
	width: auto;
}
.blockSection--service .service--block h4{
	color: #3d3d3d;
	font-size: 24px;
	line-height: 1.8;
	margin-bottom: 1em;
}
.blockSection--service .service--block p{
	color: #3d3d3d;
	font-size: 16px;
	line-height: 1.8;
	min-height: 5.4em;
}
.blockSection--service .service--block .service--blockTxt{
	margin-bottom: 40px;
}
.blockSection--service .service--block .service--blockLink{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	margin: 0 auto;
	width: 190px;
	height: 40px;
	background: #E7370D;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 10px;
}
.blockSection--service .service--block .service--blockLink:hover{
	opacity: 0.7;
}
@media only screen and (max-width: 860px){
.blockSection--service .service--block li{
	width: 48%;
}
.service--topfig.service--topfig2{
	left: 0;
	max-width: 400px;
	margin-top: 0;
}
.service--topTxtUpper{
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	margin: 40px 0 10px;
}
.service--topTxt01{
	top: auto;
	left: auto;
	width: 48%;
	position: relative;
}
.service--topTxt02{
	top: auto;
	right: auto;
	width: 48%;
	position: relative;
}
.service--topTxt03{
	position: relative;
	right: auto;
	bottom: auto;
	width: 100%;
	max-width: 450px;
	margin: 20px auto 0;
}
.service--topTxt h3 br{
	display: none;
}
.service--topTxt p br{
	display: none;
}
}

.service--innerBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 60px auto;
}
.service--innerBox.toppage {
    margin-top: 0;
}
.service--innerBox.storeBox {
    margin: 0 auto 80px;
}

.service--innerBox.rev {
     flex-direction: row-reverse;   
}

.service--endBox {
    text-align: center;
    margin: 0 auto;
}
.service--endBox .btnBox{
    margin-top: 3rem;
}


@media only screen and (max-width:1279px) {
    .service--innerBox {
        padding-right: 3%;
    }
    .service--innerBox.rev {
        padding-left: 3%;
        padding-right: 0;
    }
}



.service--innerBox > *{
    width: 47%;
}
.service--innerBox figure{
}
.service--innerBox--detail{
    
}
.service--innerBox--detail h2{
    font-size: 42px;
    /*color: #6d6260;*/
    margin-bottom: 2rem;
}
.service--innerBox--detail p.subttl{
    font-size: 1.8rem;
    color: #000;
}

.service--innerBox--detail p{
    margin-top: 2rem;
    line-height: 2.2;
}

.service--sceens {
    display: flex;
    flex-wrap: wrap;
    margin: 3rem 0;
}
.service--sceens dt{
    background-color: #5d8134;
    padding: 8px 14px;
    margin-right: 2px;
    color: #fff;
}
.service--sceens dd{
    color: #5d8134;
    border: 1px solid #5d8134;
    border-radius: 5px;
    padding: 8px 14px;
    margin: 0 2px;
}

.service--innerBox--detail .btnBox{
    text-align: center;
    margin: 2rem auto 0;
}

.service--innerBox.ex-section {
    justify-content: flex-start;
    margin-top: 0;
    padding: 0;
}
.service--innerBox.ex-section > *{
    width: 32%;
}
.service--innerBox.ex-section .service--innerBox.block02 {
    margin: 0 auto;
    overflow: hidden;
}
.service--innerBox.ex-section h3 {
    font-family: 'hind',"sans-serif";
    font-size: 1.6rem;
}
.service--innerBox.ex-section span {
    color: #333;
    text-decoration: none;
    background-color: #e8e8e8;
}
/*.service--innerBox.ex-section a:hover {
    background-color: #5d8134;
    transition: .3s;
    color: #fff;
}*/
.service--innerBox.ex-section .service--innerBox.block02 .service--innerBox--detail p {
    margin-top: 1rem;
}
.service--innerBox.ex-section .service--innerBox.block02 figure{
    display: inline-block;
    width: 50%;
    overflow: hidden;
}
/*.service--innerBox.ex-section .service--innerBox.block02:hover img{
    transform: scale(1.05);
    transition: .3s;
    opacity: 1;
}*/
.service--innerBox.ex-section span{
    margin-left: 2%;
}
.service--innerBox.ex-section span:nth-child(3n+1){
    margin-left: 0;
}
.service--innerBox.ex-section span:nth-child(n+4) {
    margin-top: 3rem;
}


@media only screen and (max-width: 700px){
.blockSection--service .service--subTtl{
	font-size: 20px;
}
.blockSection--service .service--block{
	justify-content: center;
}
.blockSection--service .service--block li{
	width: 100%;
	max-width: 400px;
}
.blockSection--service .service--block h4 br{
	display: none;
}
.blockSection--service .service--block p{
	font-size: 14px;
}
}
@media only screen and (max-width: 500px){
.service--topTxt h3{
	font-size: 14px;
}
.service--topTxt p{
	font-size: 12px;
}
.service--topTxt li{
	font-size: 11px;
}
}

/*ABOUT*/

.mainimgBox--index.aboutTop {
	position: relative;
	height: 480px;
	margin-bottom: 20px;
	background:url(../images/about/img_about00bg.jpg)no-repeat center center;
	background-size: cover;
}

.blockSection--about {
	padding-bottom: 100px;
	padding: 80px 120px;
	margin:0 auto;

}
.blockSection--about::after {
	background-color: #000;
	opacity: 0.8;
}

.blockSection--about h2 {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	text-align:center;
	margin-bottom:50px;
	font-size:3.2rem;
	line-height:1.6;
	padding:0;
}
.blockSection--about h2 span {
	font-weight:300;
	padding-top:16px;
	font-size:1.6rem;
}
.blockSection--about .modTxt01 {
	font-size:1.6rem;
	padding-bottom:30px;
	letter-spacing:.05em;
	line-height:2.2;
}
.blockSection--about .modTxt01 span{
	display: block;
	margin: 1rem 0;
}
.about--roleBox{
	display: flex;
	width: auto;
	border: none;
	padding-top: 0;
}
.about--roleBox .aboutTextBox{
	width: auto;
	min-width: 380px;
	margin-left: auto;
	font-size:1.6rem;
	padding-bottom:30px;
	letter-spacing:.05em;
	line-height:1.6;
}
.about--roleBox figure{
	width: 540px;
}
.about--roleBox .aboutTextBox dl{
	background: #65873C;
	color: #fff;
	padding: 5%;
	margin-bottom: 10px;
	border-radius: 6px;
}
.about--roleBox .aboutTextBox dt{
	margin-bottom: 12px;
}
.about--roleBox .aboutTextBox dd{
	font-size: 1.4rem;
}
.about--roleBox .aboutTextBox h3{
	color: #fff;
	position: relative;
	margin-bottom: 1rem;
}
.about--roleBox .aboutTextBox h3::before{
	content: '';
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url(../images/about/icn_logo_w.png);
  background-size: contain;
  vertical-align: middle;
	margin-right: 1rem;
}

.blockSection.about--roleText {
    border: none;
    padding-top: 0;
}

.blockSection.about--roleText .block--inner{
    max-width: 640px;
}

.about--roleText h2{
	font-size: 21px;
    font-weight: bold;
	color: #333;
    text-align: center;
    margin: 2rem 0 4rem;
}
.about--roleText p{
	font-size:1.6rem;
	padding-bottom:30px;
	letter-spacing:.05em;
	line-height:2.2;
}

.blockSection.about--roleText .moreBtn {
    margin: 0 auto;
    text-align: center;
}

/*10days*/

.mainimgBox--index.daysTop {
	position: relative;
	height: 360px;
	margin-bottom: 50px;
	background:url(../images/10days/img_10days00bg.jpg)no-repeat center center;
	background-size: cover;
}

/*********************** Brand ***************************/

.brand--linkBox {
    margin: 3rem auto;
    text-align: center;
    max-width: 340px;
}
.brand--linkBox a{
    color: #333;
}
.brand--linkBox p span{
    display: block;
}


/*********************** Partner ***************************/

.mainimgBox--index.partnerTop {
	position: relative;
	height: 480px;
	margin-bottom: 20px;
	background:url(../images/partner/img_partner00bg.jpg)no-repeat center center;
	background-size: cover;
}

.contents-headBox.partnerHead {
    background-color: transparent;
    margin: 0 auto;
    width: 100%;
}


.partner-matrixBox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 340px;
}
.partner-matrixBox dl{
    padding: 8rem 1rem;
    width: 50%;
    position: relative;
    text-align: center;
    line-height: 1.4;
}
.partner-matrixBox dl::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-left: 1px solid #6d6260;
    border-right: 1px solid #6d6260;
    border-bottom: 1px solid #6d6260;
    border-top: 1px solid #e7380d;
    border-radius: 50%;
    transform: rotate(-45deg);
    width: 310px;
    height: 310px;
}

.partner-matrixBox dl dt{
    color: #5d8134;
    font-size: 1.4em;
    font-weight: bold;
}
.partner-matrixBox dl dd{
    margin-top: 3rem;
    font-size: 1.2em;
}

.blockSection.partnerOutcome {
    max-width: 1280px;
    margin: 80px auto 40px;
    padding-top: 0;
    text-align: center;
    border: none;
}
.partner--outcomeWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 6rem 0 3rem;
}
.partner--outcomeWrap > *{
    width: 31%;
    background-color: #eef2ea;
    padding: 2rem;
}
.partner--outcomeBox {
    /*color: #e7380d;*/
    color: #555;
}
/*.partner--outcomeBox:nth-of-type(1) {
    color: #555;
}*/
.partner--outcomeBox img {
    width: 92px;
}
.partner--outcomeBox h3{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 2rem;
}
.partner--outcomeBox h3 span{
    font-size: 21px;
    font-weight: normal;
    display: block;
}
.partner--outcomeBox p .superb{
    font-size: 96px;
    font-weight: bold;
}
.partner--outcomeBox p .superb.b1{
    padding-left: 4rem;
}
.partner--outcomeBox p .superb.b2{
    padding-left: 9rem;
}
.partner--outcomeBox p .superb.b3{
    padding-left: 4rem;
}

.partner--outcomeBox p{
    font-size: 42px;
    line-height: 1;
}
.partner--outcomeBox p.for-bs.cap{
    font-size: 1.4rem;
}

.contents-headBox.partner {
    background-color: #e8e8e8;
}

.contents--listBox.partner--topicsWrap {
    justify-content: space-between;
}
.partner--topicsBox{
    display: flex;
}
.contents--listBox.col2.partner--topicsWrap > * {
    width: 48%;
}
.partner--topicsBox .partner--topicsBox--text {
    padding: 4%;
    position: relative;
}
.partner--topicsBox .partner--topicsBox--text .modTxt04 {
    text-align: left;
}
.contents--listBox.partner--topicsWrap div {
        width: 60%;
    background-color: #fff;
}
.contents--listBox.partner--topicsWrap figure {
    width: 40%;
}
.partner--topicsBox .partner--topicsBox--text .moreBtn{
    position: relative;
    bottom: 0;
    left: calc(50% - 12.5rem);
}


.blockSection.partner--topics {
    margin-bottom: 80px;
}

/*********************** Privacy ***************************/
.pageTitleBox--privacy {
	margin-bottom: 40px;
}
.privacy__inner {
	padding-bottom: 80px;
}
.hlLv02--privacy {
	margin: 40px 0 20px;
	font-size: 1.8rem;
	color: #191919;
}
.privacy__listItem {
	font-size: 1.4rem;
	line-height: 2;
	padding-left: 1em;
	text-indent: -1em;
	margin-top: 1em;
}
.privacy__listItem:first-of-type {
	margin-top: 0;
}
.privacy__listItem::before {
	content: "●";
	margin-right: 5px;
}
.privacy__list__innerItem {
	padding-left: 4em;
	text-indent: -2.8em;
	font-size: 1.4rem;
	line-height: 2;
}
.privacy__list__inner__lv2Item {
	padding-left: 5.8em;
	text-indent: -1.4em;
	font-size: 1.4rem;
	line-height: 2;
}

/* soon  */

.mainimgBox--soon{
    align-items: center;
    background-color: none;
    background-image: none;
    display: flex;
    height: 620px;
    justify-content: center;
    margin-bottom: 75px;
    position: relative;
}
.mainimgBox--soon__read {
    color: #AAA;
    font-size: 2rem;
    font-weight: 400;
    margin-top: 40px;
	text-align:center;
}


#ExpNoslide .slick-track {
	transform: none!important;
}


/** information archive **/
.info-archive a{
	text-decoration: none;
}
.info-archive .info-container{
	width: 100%;
	max-width: 1000px;
	margin: 50px auto;
}
.info-archive nav{
	border-bottom: 1px solid #dddddd;
	padding: 1em 1em 0;
	text-align: center;
	margin-top: 40px;
	line-height: 1.5;
}
.info-archive .cat-list{
	display: inline-block;
}
.info-archive .cat-list li{
	display: inline-block;
	margin: 0 0 0 2em;
	line-height: 1.7;
}
.info-archive .cat-list li:after{
	content: "|";
	margin-left: 2em;
	color: #dddddd;
}
.info-archive .cat-list li:last-child:after{
	display: none;
}
.info-archive .cat-list a{
	display: inline-block;
	color: #000;
	height: 35px;
	box-sizing: border-box;
}
.info-archive .cat-list a:hover,
.info-archive .cat-list a.active{
	border-bottom: 3px solid #000;
}
.info-archive .newsList__cat{
	width: 104px;
}
.info-archive .newsList__cat:hover{
	opacity: 0.7;
}
.info-archive .info-pagenation{
	text-align: center;
	margin: 50px 0 100px;
}
.info-archive .info-pagenation .wp-pagenavi{
	display: inline-block;
}
.info-archive .info-pagenation .pages{
	display: none;
}
.info-archive .wp-pagenavi a,
.info-archive .wp-pagenavi span{
	border: solid 1px #ddd;
	padding: 8px 18px;
  margin-right: 6px;
  color: rgb(119,119,119);
}
.info-archive .wp-pagenavi a:hover {
  border-color: #ccc;
  color: #333;
}
.info-archive .wp-pagenavi .current{
	background-color: #eee;
  border: solid 1px #ccc;
  color: #333;
  font-weight: 700;
}
.info-archive .postItem{
	width: 580px;
	margin: 0 auto;
}
.info-archive .postItem .post-info{
	padding: 30px 0;
}
.info-archive .postItem .date{
	color: #000;
	font-size: 16px;
	vertical-align: middle;
	display: inline-block;
	margin: 0.5em;
}
.info-archive .postItem .category{
	font-size: 12px;
	vertical-align: middle;
	display: inline-block;
	padding: 4px 10px;
  color: #000;
  background: #b8d497;
  border-radius: 10px;
}
.info-archive .postItem h1{
	color: #000;
	margin-bottom: 60px;
	font-size: 28px;
	line-height: 1.5;
	padding-bottom: 30px;
	border-bottom: 1px solid #d9d7d4;
}
.info-archive .post-contents{
	font-size: 16px;
	line-height: 2.2;
	margin-bottom: 100px;
}
.info-archive .post-contents h1{
	font-size: 30px;
	font-weight: bold;
	color: #65873c;
	margin: 1em 0 0.5em;
	line-height: 1.5;
}
.info-archive .post-contents h2{
	font-size: 26px;
	font-weight: bold;
	color: #65873c;
	margin: 1em 0 0.5em;
	line-height: 1.5;
}
.info-archive .post-contents h3{
	font-size: 22px;
	font-weight: bold;
	color: #65873c;
	margin: 1em 0 0.5em;
	line-height: 1.5;
}
.info-archive .post-contents h4{
	font-size: 20px;
	font-weight: bold;
	color: #65873c;
	margin: 1em 0 0.5em;
	line-height: 1.5;
}
.info-archive .post-contents h5{
	font-size: 18px;
	font-weight: bold;
	color: #65873c;
	margin: 1em 0 0.5em;
	line-height: 1.5;
}
.info-archive .post-contents h6{
	font-size: 16px;
	font-weight: bold;
	color: #65873c;
	margin: 1em 0 0.5em;
	line-height: 1.5;
}
.info-archive .post-contents ul,
.info-archive .post-contents ol
{
	margin: 1em 0 1em 1em;
}
.info-archive .post-contents ul li{
	list-style: disc;
}
.info-archive .post-contents ol li{
	list-style-type: decimal;
}
.info-archive .post-contents blockquote{
	display: block;
	padding: 0 0 0 2em;
	font-style: italic;
	margin: 2em 0;
	font-size: 15px;
}
@media screen and (max-width: 860px) {
.info-archive .info-contents{
	padding: 0 1em;
}
.info-archive .postItem{
	width: 100%;
}
.info-archive a.indexExperienceBox__btnItem{
  color: #fff;
}
.info-archive a.indexstayBox__btnItem{
  color: #fff;
}

}
@media screen and (max-width: 767px) {
.info-archive .wp-pagenavi .page,
.info-archive .wp-pagenavi .current{
	display: none;
}
.info-archive .postItem .date{
	font-size: 14px;
}
.info-archive .postItem .category{
	font-size: 11px;
	padding: 3.5px 10px;
  border-radius: 9px;
}
.info-archive .postItem h1{
	margin-bottom: 30px;
	font-size: 24px;
}
.info-archive .postItem h1{
	color: #000;
	margin-bottom: 60px;
	font-size: 28px;
	line-height: 1.5;
	padding-bottom: 30px;
	border-bottom: 1px solid #d9d7d4;
}
.info-archive .post-contents{
	font-size: 14px;
	line-height: 2.2;
	margin-bottom: 100px;
}
.info-archive .post-contents h1{
	font-size: 26px;
}
.info-archive .post-contents h2{
	font-size: 23px;
}
.info-archive .post-contents h3{
	font-size: 20px;
}
.info-archive .post-contents h4{
	font-size: 18px;
}
.info-archive .post-contents h5{
	font-size: 16px;
}
.info-archive .post-contents h6{
	font-size: 14px;
}
.info-archive .post-contents blockquote{
	font-size: 13.5px;
}
}
@media screen and (max-width: 630px) {
.info-archive .info-contents{
    padding: 0;
}
.info-archive nav{
  padding: 1em 0 0;
  min-width: 340px;
}
.info-archive .cat-list li{
	margin: 0 0 0 0.5em;
}
.info-archive .cat-list li:after{
  content: "|";
  margin-left: 0.5em;
}
.info-archive .cat-list li a{
	font-size: 12px;
	letter-spacing: 0;
}
}
@media screen and (max-width: 340px) {
.info-archive nav{
  overflow-x: scroll;
}
}


/** TOP お知らせブロック **/
.indexNoticeBlock{
	border: 1px solid #000;
	padding: 1em;
	text-align: center;
	margin: 50px 30px;
	line-height: 1.5;
	font-family: 'Noto Serif JP', serif;
	color: #000;
	width: calc(100% - 60px);
}
@media only screen and (max-width: 860px){
.indexNoticeBlock{
	margin: 50px 2.5%;
	width: 95%;
	max-width: inherit;
}
}
.indexNoticeBlock p{
	margin-left: auto;
	margin-right: auto;
	max-width: 1060px;
}
/** .indexNoticeBlock a{
	color: #65873B;
	text-decoration: none;
}
.indexNoticeBlock a:hover {
	color: #e7370d;
	text-decoration:underline;
} **/

/** EN top **/
#en_top .en-mainsec{
	margin-bottom: 70px;
}
#en_top .en-mainsec .indexTitleBox{
	justify-content: center;
}
#en_top p.description{
	line-height: 1.6;
	text-align: center;
	margin-bottom: 2em;
}
#en_top .sec-service .blockSection{
	padding: 0;
}
#en_top .service--read{
	line-height: 1.6;
}
#en_top .service--topfig{
	margin: 30px auto 0;
}
#en_top .sec-message{
	font-size: 1.6rem;
	margin-top: 3em;
	line-height: 2;
	color: #191919;
	text-align: center;
	background: url(../images/concept/bg_concept.jpg) no-repeat center bottom / cover;
	padding: 40px 0 70px;
	position: relative;
}
#en_top .sec-message:before{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.4);
	position: absolute;
	top: 0;
	left: 0;
}
#en_top .en-board-member{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
#en_top .en-board-member li{
	width: 31%;
	margin-bottom: 50px;
}
#en_top .en-board-member li img{
	width: 100%;
	height: auto;
}
#en_top .en-board-member li .txt{
	text-align: center;
	margin-top: 10px;
}
#en_top .en-board-member li h3{
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 0.3em;
}
#en_top .sec-contact .contactBox{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
#en_top .sec-contact .contactBox .contact-logo{
	width: 230px;
	margin-right: 40px;
}
#en_top .sec-contact .contactBox .txt{
	border: 1px solid #65873c;
	padding: 1em 2em 1em 1em;
}
#en_top .sec-contact .contactBox .txt h3{
	line-height: 1.3;
	margin-bottom: 0.5em;
	font-size: 18px;
}
#en_top .sec-contact .contactBox .txt p{
	line-height: 1.6;
}
@media only screen and (max-width: 860px) {
#en_top p.description{
	padding: 0 6%;
}
#en_top .service--read{
	font-size: 15px;
	padding: 0 20px;
}
#en_top .sec-message p{
	margin: 0 20px;
	font-size: 14px;
}
#en_top .en-board-member{
	margin: 0 20px;
}
#en_top .en-board-member li{
	width: 48%;
}
#en_top .sec-contact .contactBox .contact-logo{
	max-width: 180px;
	width: 80%;
	margin-right: 0;
	margin-bottom: 40px;
}
#en_top .sec-contact .contactBox .txt{
	width: 100%;
	margin: 0 20px;
}
}
@media only screen and (max-width: 480px) {
#en_top .en-board-member li{
	width: 100%;
}
}


.blockSection--company03 p.sec-member--lead{
	line-height: 1.6;
	text-align: center;
}

.sec-member .en-board-member{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.sec-member  .en-board-member li{
	width: 31%;
	margin-bottom: 50px;
}
.sec-member  .en-board-member li img{
	width: 100%;
	height: auto;
}
.sec-member  .en-board-member li .txt{
	text-align: center;
	margin-top: 10px;
}
.sec-member  .en-board-member li h3{
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 0.3em;
}

.sec-contact h2 {
    margin: 60px auto 0;
    text-align: center;
}

.sec-contact .contactBox{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.sec-contact .contactBox .contact-logo{
	width: 230px;
	margin-right: 40px;
}
.sec-contact .contactBox .txt{
	border: 1px solid #65873c;
	padding: 1em 2em 1em 1em;
}
.sec-contact .contactBox .txt h3{
	line-height: 1.3;
	margin-bottom: 0.5em;
	font-size: 18px;
}
.sec-contact .contactBox .txt p{
	line-height: 1.6;
}

@media only screen and (max-width: 860px) {
    .sec-member .en-board-member li{
        width: 100%;
    }
    .sec-contact .contactBox .contact-logo {
    max-width: 180px;
    width: 80%;
    margin-right: 0;
    margin-bottom: 40px;
    }
}