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

#about{
	margin-bottom: 5em;
	padding-top: 2em;
}



.about-fvWrap{
	position: relative;
	padding-top: 1em;
}

.about-fvWrap::after{
	content: "";
	position: absolute;
background: #BBD7E3;
background: linear-gradient(90deg,rgba(187, 215, 227, 1) 0%, rgba(255, 255, 255, 0) 100%);
	left: 0%;
	top: 0%;
	width: 30%;
	height: 100%;
	z-index: 0;
}


.about-fv{
	position: relative;
	z-index: 1;
	max-width: 1000px;
	margin: 0 auto;
	margin: 0 auto 0 0;
    padding-left: 5%;
}

.about-fv img{
	width: 50%;
}


.conFile-wrap{
	padding: 0 5%;
}




.breadcrumb {
  font-size: 14px;
  margin: 20px 0;
	padding: 10px 0;
}

.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumb__item {
  display: flex;
  align-items: center;
}

.breadcrumb__item:not(:last-child)::after {
  content: ">";
  margin: 0 8px;
  color: #999;
}

.breadcrumb__item a {
  text-decoration: none;
  color: #333;
}

.breadcrumb__item a:hover {
  text-decoration: underline;
}

.breadcrumb__item.is-current {
  color: #999;
}


/***************con-file********************/
.con-file{
	max-width: 1000px;
	margin: 0 auto;
}

.file_ttl{
	border-bottom: solid 1.8px #CAAA61;
	padding-bottom: 6px;
}

.file_ttl p{
	text-align: left;
	font-size: 1.3em;
	color: #727272;
	font-weight: 400;
}

.gold-txt{
	color: #CAAA61;
	font-weight: 500;
	font-size: 1.3em;
}


/************tab**********/
.tab-wrap{
	max-width: 860px;
	margin: 0 auto;	
	margin-top: 3em;
	padding-bottom: 3em;
}

.tab__nav {
  display: flex;
  list-style: none;
  padding: 0;
}

.tab__nav li {
  padding: 10px 20px;
  cursor: pointer;
  background: #fff;
	border: solid 1px #CAAA61;
  margin-right: 5px;
	border-radius: 50px;
	font-size: 1.3em;
	color: #CAAA61;
}

.tab__nav li.is-active {
  background: #CAAA61;
  color: #fff;
}

/* コンテンツ */
.tab__content {
  display: none;
  opacity: 0;
  transition: opacity 0.3s;
}

.tab__content.is-active {
  display: block;
  opacity: 1;
}



.cp-box{
	max-width: 860px;
	margin: 0 auto;	
	box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.19);
	overflow: scroll;
	height: 70vh;
	margin-top: 1em;
}



.cp-item_sp{
	width: 50%;
	margin: 0 auto;
}


/**************banner**************/

.bannerFlex{
	display: flex;
	justify-content: center;
	max-width: 800px;
	margin: 0 auto;	
	align-items: flex-start;
}

.leftBox,.rightBox{
	
	padding: 10px;
}

.con-notice{
	font-size: 0.8em;
	color: #1D1D1D;
	text-align: left;
	margin-bottom: 5px;
}



/**************con-info*****************/

.con-info{
	max-width: 860px;
	margin: 0 auto;	
	margin-top: 2em;
}



.topic{
	color: #fff;
	background-color: #CAAA61;
	padding: 5px;
	font-size: 1em;
	display: inline-block;
	margin-top: 1em;

}

.topic_txt{
	font-size: 1.1em;
	color: #1D1D1D;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 1em;
	line-height: 1.6em;
}


/***************comment***************/
.commentBox{
	padding: 20px;
	background-color: #F9F2E2;
	margin-top: 5em;
}

.comment_ttl{
	width: 20%;
	margin: 0 auto;
	margin-top: -2.5em;
}


.commentBox p{
	text-align: center;
	color: #1D1D1D;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.6em;
}


/* SP */
@media screen and (max-width: 767px){
	.about-fv img{
		    width: 63%;
	}

	.comment_ttl{
		width: 25%;
	}
}

@media screen and (max-width: 555px){
    .about-fv img {
        width: 85%;
    }
	.file_ttl p{
		font-size: 1em;
	}

	.tab__nav li{
		    font-size: 1em;
			    padding: 13px 27px;
	}
	.cp-item_sp{
		width: 100%;
	}

	.bannerFlex{
		display: block;
	}

	.con-info .file_ttl p{
		font-size: 1.1em;
	}

	.topic{
		font-size: 0.9em;
	}

	.topic_txt{
		font-size: 1em;
	}

	    .comment_ttl {
        width: 46%;
    }

	.commentBox p{
		line-height: 1.8em;
	}
}






