@charset "UTF-8";
/* CSS Document */
h2.sp-title:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(45deg, rgba(74, 198, 186, 1), rgba(14, 141, 152, 1));
    content: '';
    z-index: -1;
}


    

.vison-h3 {
  font-size: 4.8rem;
  color: #21606B;
  font-weight: 300;
	margin-bottom: 50px;
	line-height: 1.8;
}

.detail-txt {
  font-size: 2.0rem;
  margin-bottom: 3.0rem;
}

@media only screen and (max-width: 767px) {
  .breadcrumbs {
    top: 60%;
}
  .vison-h3 {
    font-size: 2.8rem;
    color: #847049;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 20px;
  }
  .detail-txt {
    font-size: 1.5rem;
    margin-bottom: 0rem;
  }
}


.title-beside-sec{
	
	display: flex;
	justify-content: space-between;
	
	
}

.tilte-inner{
	width: 33%;
}
.detail-inner{
	width: 65%;
}
@media (max-width: 767px) {
  .title-beside-sec{
	
	display: block;
	justify-content: space-between;
	
	
}

.tilte-inner{
	width: 100%;
}
.detail-inner{
	width: 100%;
}
  
  
}
.img-frame{
	position: relative;
	margin-bottom: 20px;
}

.h3-t{
	font-size: 4.8rem;
	color: #847049;
	margin-bottom: 48px;
	font-weight: 300;
}
.detail-text-s{
	margin-bottom: 20px;
	font-size: clamp(15px, 1.07vw, 27px);
}
@media (max-width: 767px) {
  .h3-t{
	font-size: 2.4rem;
	color: #147075;
	margin-bottom: 24px;
	font-weight: 300;
}
.detail-text-s{
	margin-bottom: 20px;
	font-size: 1.5rem;
}
  
  
}
.signature{
	text-align: right;
}

.post-t{
	font-size: 1.4rem;
}
.name-t{
	font-size: 2.4rem;
}

.company-outline {
	border-top: 1px solid #354245;
}
.company-outline-inner {
	border-bottom: 1px solid #354245;
	display: flex;
	padding: 60px 0px;
}

.company-outline-title{
	font-size: clamp(15px, 1.07vw, 27px);
	font-weight: bold;
	width: 30%;
}
.company-outline-detail{
	font-size: clamp(15px, 1.07vw, 27px);
	width: 70%;
}

@media (max-width: 767px) {
  .company-outline-title{
	font-size: 1.5rem;
	font-weight: bold;
	width: 30%;
}
.company-outline-detail{
	font-size: 1.5rem;
	width: 70%;
}
  
  
}

.cate-box{
	display: flex;
	justify-content: space-between;
}


.cate-link{
	width: 15%;
	margin-right: 5%;
	font-weight: bold;
	font-size: 2.0rem;
	
}

.cate-link li{
	margin-bottom: 15px;
	
}


.cate-link a:link,.cate-link a:visited{
color: #899B9F;
}
.cate-link a:hover{
color: #847049;
}

.cate-detail{
	width: 80%;
	font-size: clamp(15px, 1.07vw, 27px);
}

.h1-news-l{
	font-size: 2.4rem;
	color: #847049;
}

@media (max-width: 767px) {
.cate-box{
	display: block;
	justify-content: space-between;
}


.cate-link{
	width: 100%;
	margin-right: 0%;
	font-weight: bold;
	font-size: 2.0rem;
	display: flex;
	justify-content: space-between;
	flex-flow: wrap row;
	margin-bottom: 0px;
}


.cate-detail{
	width: 100%;
	
}
}


.cat-list-l{
	position: relative;
	display: flex;
	padding:20px;
	align-items: center;
	
}
.thumbnail-img-c {
  aspect-ratio: 4 / 3; /* または 1 / 1, 4 / 3 など */
  overflow: hidden;
	padding: 10px;
	background: #fdfaf3;

	width: 30%;

	margin-right: 5%;
}

.thumbnail-img-c img {
  width: 100%;
  height: 100%;
  object-fit: cover;
	margin-bottom: 0px;
	filter: sepia(0.2) brightness(0.9) contrast(0.9) saturate(0.8);
  transition: filter 0.3s ease;
}
a:hover .thumbnail-img-c img {
	filter: none;
	
}

.catelint-l-inner{
	width: 55%;
}

@media only screen and (max-width: 767px) {
.cat-list-l{
	position: relative;

	padding:10px;
}
.thumbnail-img-c {

	padding: 5px;

}
}
.list-wrap{
	width: 100%;
	margin: 50px auto;
}


.list-wrap-li{
	border-top: solid 1px #B5B5B5;
	
}

.list-wrap-li:last-child{
	border-bottom: solid 1px #B5B5B5;

}
.cate{
	color: #847049;
	margin-left: 20px;
	font-size: clamp(10px, 0.62vw, 14px);
	border: 1px solid #847049;
	border-radius: 20px;
	padding: 5px 10px;
}

.cate-detail .cd {
    margin-bottom: 10px;
}

.attachment-post-thumbnail{
	margin-bottom: 50px;
}
.content-blog{
	width: 90%;
	margin: auto;
}
.cat-link a{
	    border: 1px solid #847049;
    border-radius: 40px;
    padding: 5px 20px;
    color: #847049;

    height: auto;
    display: inline-block;
	font-size: clamp(12px, 0.78vw, 18px);
}
.days{
	    margin-right: 15px;
}
.keywords,.keywords a{
	font-size: 15px;
}
.thumbnail-img2 {
  aspect-ratio: 16 / 9; /* または 1 / 1, 4 / 3 など */
  width: 100%;
  overflow: hidden;
	padding: 15px;
	background: #fdfaf3;
		margin-bottom: 50px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1),
              0 8px 16px rgba(0,0,0,0.2);
	
}
.days-cate-box{
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.thumbnail-img2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;

	margin-bottom: 0px;

}
@media only screen and (max-width: 767px) {
  .content-blog{
	width: 100%;
	margin: auto;
}
	.cat-link a{
	display: inline-block;
		margin-bottom: 20px;

}
	  
}

.kiji-t{
	font-size: clamp(20px, 1.25vw, 35px);
	padding: 10px 0px 50px;
}


.kiji-nav{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 50px auto;
}

.kiji-nav li{
	width: 50%;
	text-align: center;
}
.kiji-nav li:first-child{
width: 20%;
	text-align: left;
}
.kiji-nav li:last-child{
width: 20%;
	text-align: right;
}
.kiji-nav li img{
	width: 32px;
	margin-bottom: 0px;
}
.bk-l{
	font-size: clamp(14px, 0.83vw, 20px);
	color: var(--clr-gold);
	border: 1px solid var(--clr-gold);
	padding: 5px 30px;
	border-radius: 50px;
}
@media only screen and (max-width: 767px) {
.bk-l{
	font-size: clamp(12px, 0.78vw, 18px);
	color: var(--clr-gold);
}
	
	.kiji-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px auto 0px;
}

}

.kiji-nav a{
	display: inline-block;
}
.kiji-nav a:hover{
	opacity: 0.6;
}


.cate-detail h2{
	border-bottom: #847049 solid 2px;
	
	padding: 15px;
	font-size: clamp(18px, 1.07vw, 30px);
	font-family: var(--font-primary-m);
	margin: 50px auto 20px;
}

.cate-detail h3{
	border-bottom: #847049 solid 1px;
	
	padding: 15px;
	font-size: clamp(15px, 0.9vw, 25px);
	margin: 50px auto 20px;
}

.cate-detail img{
	margin-bottom: 50px;
}

.cate-detail p{
	margin-bottom: 30px;
}


.cate-detail blockquote{
	border: 1px solid #847049;
	background-color: #f4f1eb;
	padding: 25px;
	border-radius: 10px;
}

.title-news-l{
	font-weight: 400!important;
	font-size: clamp(14px, 0.83vw, 20px)!important;
	border-bottom:none!important;
	
	padding: 0px!important;

	font-family: var(--font-primary-m);
	margin: 0px!important;
}
blockquote {
margin-inline-start: 0px!important;
    margin-inline-end: 0px!important;
}

main.news-bk{
	background: #eee;
}
#section02.news-wrap{
	padding: 0em 0px 2em;
}

.page_ttl.bg-none .inner {
    transform: translateY(0);
}



.main-btn {
  display: block;
	padding: 5px 10px;
	border: 1px solid #666;
    color: #899B9F;
	font-size: clamp(12px, 0.78vw, 18px);
	border-radius: 30px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px;
}

.sub-btn {
  display: block;
	padding: 5px 10px;
	border: 1px solid #666;
    color: #899B9F;
	font-size: clamp(12px, 0.78vw, 18px);
	border-radius: 30px;
	text-align: center;
}

.sub-sub-cate {
	margin-top: 10px;
  margin-left: 1em;
	margin-bottom: 20px;
}
.sub-sub-cate li{
	margin-bottom: 5px;
}
.sub-sub-link {
  font-size: clamp(10px, 0.62vw, 14px);
  display: block;
  color: #666;
}
.breadcrumbs{
	margin-bottom: 30px;
}
.sns-share-buttons {
  display: flex;
  gap: 10px;
  margin-top: 100px;
  font-size: 0.85em;
  align-items: center;
  flex-wrap: wrap; /* レスポンシブ対応 */
	justify-content: center;
}

.sns-share-buttons a {
  text-decoration: none;
  color: #666;
  transition: color 0.2s ease;
  display: flex;
  align-items: center;
	 font-size: clamp(10px, 0.62vw, 14px);
}

.sns-share-buttons a:hover {
  color: #000;
}

.sns-share-buttons i {
  margin-right: 4px;
  font-size: clamp(10px, 0.62vw, 14px); /* アイコンのサイズ */
}

@media only screen and (max-width: 767px) {
	.sub-cate-link{
		display: flex;
		flex-flow: row wrap;
		gap:10px;
	}
.cate-link-inner{
	width: 100%;
}
	.title-news-l {
    font-weight: 400 !important;
    font-size: clamp(14px, 0.83vw, 20px)!important;
    border-bottom: none !important;
    padding: 0px !important;
    font-family: var(--font-primary-m);
    margin: 0px !important;
}
	.thumbnail-img2 {
    aspect-ratio: 16 / 9;
    width: 100%;
    overflow: hidden;
    padding: 5px;
    background: #fdfaf3;
		margin-bottom: 15px;
}
}
.cate-link-inner:last-child{
	display: none;
}
table td {
  vertical-align: top;
}