@charset "UTF-8";

/*******************************
 共通
********************************/
:root {
  --base-color: #fff;
  --primary: #1a78d5;
  --secondary:#00003e;
  --tertiary:linear-gradient(90deg, rgba(26, 120, 213, 1), rgba(0, 0, 62, 1));
  --text-color: #3e3a39;
}
.blue-gradient{
  background-image: linear-gradient(90deg, rgba(26, 120, 213, 1), rgba(0, 0, 62, 1));
}
.main {
  position: relative;
}
.inline-block{
	display:inline-block;
}
/* pc,sp切り替え */
.sp-only {
  display: none;
}
.tb-only{
	display:none;
}
.pctb-only{
	display:block;
}
/* section */
.width-limit {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.pc-br{
	display:block;
}
.sp-br{
	display:none;
}
.zen_old_mincho{
	font-family:Zen Old Mincho,serif;
}
/*******************************
 パンくずリスト
********************************/
.breadcrumbs-area {
  /*padding-top: 2.8rem;*/
  padding:2rem 0;
  width:95%;
  margin:0 auto;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* font-size: 1.2rem; */
	font-size:1rem;
  /* font-weight:700; */
	font-weight:400;
  letter-spacing: 3px;
  line-height: 1.8;
}

.breadcrumbs-arrow-img {
  /* margin: 0 1rem; */
	margin:0 0.3rem;
  /* width: auto;
  height: 1rem;
  aspect-ratio: 1 / 1;
  filter: brightness(0) saturate(100%) invert(26%) sepia(0%) saturate(1273%) hue-rotate(223deg) brightness(100%) contrast(83%); */
	font-size:0.75em;
}


.breadcrumbs .home,
.breadcrumbs .post,
.breadcrumbs .archive,
.breadcrumbs .taxonomy {
  color: #4d4d4d;
  transition: all 0.5s;
}

.breadcrumbs .home:hover:not(.current-item),
.breadcrumbs .archive:hover:not(.current-item),
.breadcrumbs .post:hover:not(.current-item),
.breadcrumbs .taxonomy:hover:not(.current-item) {
  color: #1a78d5;
  transition: all 0.5s;
}

/*******************************
 Clasic Editor スタイル
********************************/
.contents-editor p{
	line-height: 1.6;
	letter-spacing: 1.6px;
	font-size: 1rem;
}
.contents-editor ul{
	padding-left: 44px;
}
.contents-editor ul li{
	line-height: 1.6;
	letter-spacing: 1.6px;
	font-size: 1rem;
	list-style-type: disc;
	list-style: outside;
}
.contents-editor img{
	margin: 25px 0;
	border-radius: 7px;
	max-width:100%;
	height:auto;
}
.contents-editor h1,
.contents-editor h2,
.contents-editor h3,
.contents-editor h4,
.contents-editor h5{
	line-height: 1.3;
	letter-spacing: 1.3px;
	font-size: 1.4rem;
	font-weight: bold;
	color: var(--secondary);
}
.contents-editor a{
	font-weight: bold;
	word-break: break-all;
	text-decoration: underline;
	color: var(--secondary);
	transition: all 0.3s;
}
.contents-editor a:hover{
	color: var(--primary);
}

/*******************************
 ページネーション共通
********************************/
.wp-pagenavi .extend,
.wp-pagenavi .first,
.wp-pagenavi .last{
	display:none!important;
}

/*******************************
 inview(スクロールアニメーション)
********************************/
.js-fadeUp {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s, transform 0.7s ease-in-out;
}

.js-fadeUp.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}


/*******************************
 ヘッダー
********************************/
header{
	/*position: sticky;*/
	position:fixed;
	width:100%;
	top: 0;
	left: 0;
	z-index: 999;
	/* background-color: transparent; */
	/* background-image:linear-gradient(180deg,rgba(255,255,255,0.4), rgba(255,255,255,0)); */
	background-image:linear-gradient(180deg,rgba(255,255,255,0.9), rgba(255,255,255,0));
	transition:all 0.5s;
}
header.cover{
	/*background-color: rgba(0,0,62,0.3);*/
	/* background-color:rgb(3 3 47 / 35%); */
	background-color:rgba(255,250,244);
	transition:all 0.5s;
}
.header-wrapper{
	position: relative;
	padding: 18px 6px;
	padding-bottom:40px; /*追加*/
}
.header-wrapper .header-flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-wrapper .header-left{
	width: 20%;
	padding-left:3%;
}
.header-wrapper .header-logo{
	text-align: left;
}
.header-wrapper .header-logo img{
	/*width: 300px;*/
	/* width:200px; */
	width:240px;
	object-fit: contain;
}
.header-wrapper .header-right{
	/*width: 70%;*/
	width:75%;
}
.header-wrapper .header-menuflex{
	display: flex;
	justify-content: right;
	align-items: center;
	padding-right:clamp(4.375rem, -17.589rem + 34.29vw, 8.125rem);
}
.header-wrapper .header-menu{
	position: relative;
	/*margin-right: 35px;*/
	padding:0 30px;
	z-index: 99;
	/* border-right:1px solid #fff; */
	border-right:1px solid var(--text-color);
	font-size:0.95rem;
	font-weight:500;
	/*letter-spacing: 5px;*/
	/* font-weight:600; */
	/* letter-spacing: clamp(0.031rem, -1.605rem + 2.56vw, 0.313rem); */
	letter-spacing: clamp(0.031rem, -1.605rem + 2.56vw, 0.28rem);
}
.header-wrapper .header-menu:first-child{
	padding-left:0;
}
.header-wrapper .header-menu:last-child{
	border-right:none;
}
.header-wrapper .header-menu-p{
	/* color:#fff; */
	/* color:var(--text-color); */
	color:#000;
	transition:all 0.5s;
}
.header-wrapper .header-menu:hover .header-menu-p{
	color: var(--primary);
	transition:all 0.5s;
}

/*******************************
 フッター
********************************/
.footer-wrapper{
	width:95%;
	/* margin:3rem auto 3.8rem; */
	margin:6rem auto 3.8rem;
}
.footer-wrapper .footer-block{
	display:flex;
	align-items: flex-end;
	justify-content: space-between;
}
.footer-wrapper .footer-detail{
	width:100%;
}
.footer-wrapper .footer-detail-logo{
	margin-bottom:1.8rem;
}
.footer-wrapper .footer-detail-logo-img{
	width:80%;
	/*max-width:340px;*/
	/* max-width:250px; */
	max-width:180px;
}
.footer-wrapper .footer-detail-address{
	color:#4d4d4d;
	margin-bottom:1.8rem;
	font-weight:500;
	letter-spacing: 2.5px;
	line-height:1.4;
}
.footer-wrapper .footer-detail-link{
	margin-bottom:3rem;
	max-width:280px;
	text-align:center;
	align-items: center;
	display:flex;
	justify-content: center;
	padding:1rem 0;
	color:#fff;
	position:relative;
	top:0;
	left:0;
	transition:all 0.5s;

	font-size:1.4rem;
	letter-spacing: 3px;
	gap:50px;
}
.footer-wrapper .footer-detail-link::before{
	content:"";
	position:absolute;
	top:6px;
	left:6px;
	width:100%;
	height:100%;
	z-index:-1;
	border:1px solid;
	border-image:var(--tertiary) 1;
	box-sizing: border-box;
	transition:all 0.5s;
}
.footer-wrapper .footer-detail-link:hover{
	top:6px;
	left:6px;
	transition:all 0.5s;
}
.footer-wrapper .footer-detail-link:hover::before{
	top:0;
	left:0;
	transition:all 0.5s;
}
.footer-wrapper .arrow-btn{
	display:flex;
	align-items: center;
	justify-content: center;
	width:32px;
	height:32px;
	border-radius:50%;
	border:1px solid #fff;
}
.footer-wrapper .arrow-btn::after{
	display: inline-block;
	content: '';
	width: 17px;
	height: 4px;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: skew(55deg);
	transition: .5s all;
	margin-right:2.5px;
	margin-bottom:1.5px;
}
.footer-wrapper .footer-menu{
	display:inline-block;
}
.footer-wrapper .footer-menu-list{
	display:block;
}
.footer-wrapper .footer-menu-list-item{
	color:#1a1a1a;
	padding-bottom:0.5rem;
	font-size:0.85rem;
	font-weight:500;
	letter-spacing: 2px;
}
.footer-wrapper .footer-menu-list-item:last-of-type{
	padding-bottom:0;
}
.footer-wrapper .footer-menu-list-item-link{
	transition:all 0.5s;
	position:relative;
	padding-left:45px;
	white-space: nowrap;
}
.footer-wrapper .footer-menu-list-item-link::after{
	content:">";
	position:absolute;
	top:0;
	left:0;
	transition:all 0.5s;
}
.footer-wrapper .footer-menu-list-item-link:hover::after{
	left:5px;
	transition:all 0.5s;
}
.footer-wrapper .footer-menu-list-item-link:hover{
	color:var(--primary);
	transition:all 0.5s;
}
.footer-wrapper .footer-copyright{
	color:#999999;
	transition:all 0.5s;
}
.footer-wrapper .footer-copyright-p{
	font-size:0.95rem;
	font-weight:500;
	letter-spacing: 1.5px;
}
.footer-wrapper .footer-copyright:hover{
	color:var(--primary);
	transition:all 0.5s;
}

/*******************************
 TOP
********************************/
/*fv*/
.front-fv{
	position:relative;
}
.front-fv .swiper-hero{
	width:100%;
	position:relative;
}
.front-fv .swiper-wrapper {
  position: relative;
  width: 100%;
}

.front-fv .swiper-slide {
	position:relative;
}

.front-fv .swiper-slide-img {
  width: 100%;
  height: 100svh;
	aspect-ratio: 2 / 1;
  object-fit: cover;
  object-position: center;
}
.front-fv .swiper-slide-top-img {
  width: 100%;
  height: auto;
	position:absolute;
	bottom:0;
	left:0;
}
.front-fv .front-fv-scroll{
	height:100svh;
	background:rgba(255,255,255,0.4);
	position:absolute;
	top:0;
	right:0;
	z-index:1;
}
.front-fv .front-fv-scroll-link{
	writing-mode: vertical-rl;
	/*width:140px;*/
	width:clamp(5.625rem, -12.679rem + 28.57vw, 8.75rem);
	height:100%;
	display:flex;
	align-items: center;
	justify-content: end;
	gap:30px;
	color:#fff;
	padding:1.5rem;
}
.front-fv .front-fv-scroll-line{
	width:1px;
	height:150px;
	background-color:#fff;
}
.front-fv .front-fv-scroll-text{
	font-size:1.5rem;
	font-weight:500;
	line-height:1;
	letter-spacing: 3px;
}
_::-webkit-full-page-media, _:future, :root .front-fv .front-fv-scroll-text {
	line-height:0.1;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome,.prosperite-top .front-fv .front-fv-scroll-text{
		line-height:0.1;
	}
}

@supports (-webkit-touch-callout: none) {
  .prosperite-top .front-fv .front-fv-scroll-text {
    line-height:0.1;
  }
}
/*news*/
.front-news{
	/* margin:5rem auto; */
	/* margin:6rem auto; */
	margin:9rem auto;
}
.front-news .front-news-wrapper{
	width:95%;
	/* border-top:1px solid;
	border-bottom:1px solid;
	border-image:var(--tertiary) 1;
	padding:5rem 0; */
	margin:0 auto;
}
.front-news .front-news-lead{
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.front-news .front-news-lead-title{
	/* font-size:1.85rem; */
	font-size:2.2rem;
	font-weight:600;
	letter-spacing: 1px;
	line-height:1;
	color:#4d4d4d;
	position:relative;
	/* padding-top:10px;
	padding-left:10px; */
	padding:8px;
	text-align:center;
	z-index:1;
}
.front-news .front-news-lead-title::before{
	content:"";
	background-image:url("../images/news-text.webp?20260122");
	background-size:contain;
	background-repeat: no-repeat;
	height:30px;
	width:131px;
	position:absolute;
	top:0;
	left:calc(50% - 24px);
	transform:translateX(-50%);
	z-index:-1;
}
.front-news .front-news-lead-link{
	font-size:1rem;
	font-weight:600;
	letter-spacing: 1px;
	color:#4d4d4d;
	border:1px solid #9e9e9e;
	border-radius:30px;
	width:230px;
	padding:0.8rem 1.5rem;
	position:relative;
	transition:all 0.5s;
}
.front-news .front-news-lead-link::after{
	content: '';
	position:absolute;
	top:50%;
	right:1.5rem;
	/*transform:;*/
	width: 23px;
	height: 4px;
	border-bottom: solid 1px #4d4d4d;
	border-right: solid 1px #4d4d4d;
	transform: skew(55deg) translateY(-50%);
	transition: .5s all;
}
.front-news .front-news-lead-link:hover{
	color:#fff;
	background:#9e9e9e;
	transition:all 0.5s;
}
.front-news .front-news-lead-link:hover::after{
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	transition:all 0.5s;
}
.front-news .front-news-block{
	width:calc(100% - 15px);
	position:relative;
	/* margin-top:2rem; */
	margin-top:3rem;
}
/* .front-news .front-news-block::before{
	content:"";
	position:absolute;
	bottom:-15px;
	right:-15px;
	width:calc(100% - 80px);
	height:calc(100% - 15px);
	z-index:-1;
	border:3px solid #f2f2f2;
} */
.front-news .front-news-list{
	border:1px solid #606060;
	background-color:#fafdff;
	margin-bottom:clamp(1.3rem, 0.6rem + 1.87vw, 3rem);
}
.front-news .front-news-item{
	border-bottom:1px solid #606060;
}
.front-news .front-news-item-link{
	display:flex;
	/* border-bottom:1px solid #4d4d4d; */
	align-items: center;
	/* color:#4d4d4d; */
	transition:all 0.5s;
	gap:1rem;
}
.front-news .front-news-item:last-of-type{
	border-bottom:none;
}
.front-news .front-news-item-link:hover{
	color:var(--primary);
	transition:all 0.5s;
}
.front-news .front-news-item-time-img{
	width:40px;
	height:auto;
	margin:0 auto;
}
.front-news .front-news-item-time{
	/* width:80px;
	display:flex;
	flex-direction: column;
	padding:0 10px;
	font-size:0.9rem; */
	font-size:0.95rem;
	text-align:center;
	/* font-weight:700;
	letter-spacing: -0.5px; */
	font-weight:400;
	padding-left:1.8rem;
}
/* .front-news .front-news-item-year{
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #4d4d4d;
	font-size:0.7em;
}
.front-news .front-news-item-date{

} */
.front-news .front-news-item-category{
	border:1px solid #4d4d4d;
	border-radius:999px;
	text-align:center;
	background-color:#fff;
	padding:0.3rem 1rem;
	line-height:1;
	transition:border-color 0.3s;
	font-weight:300;
	font-size:0.85rem;
}
.front-news .front-news-item-link:hover .front-news-item-category{
	border-color:var(--primary);
}
.front-news .front-news-item-title{
	width:calc(100% - 80px);
	/* background:#f2f2f2;
	font-size:1.1rem; */
	font-size:1rem;
	font-weight:400;
	padding:1.45rem 1.8rem;
	padding-left:0;
	line-height:1.4;
}
.front-news .front-news-item-title>span{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.front-news .front-news-box-link{
	max-width: 280px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem 0;
	color: #fff;
	position: relative;
	top: 0;
	left: 50%;
	transform:translateX(-50%);
	transition: all 0.5s;
	font-size: 1.4rem;
	letter-spacing: 3px;
	gap: 50px;
	z-index: 2;
}
.front-news .front-news-box-link::before{
	content: "";
	position: absolute;
	top: 6px;
	left: 6px;
	width: 100%;
	height: 100%;
	z-index: -1;
	border: 1px solid;
	border-image: var(--tertiary) 1;
	box-sizing: border-box;
	transition: all 0.5s;
}
.front-news .arrow-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid #fff;
}
.front-news .arrow-btn::after {
	display: inline-block;
	content: '';
	width: 17px;
	height: 4px;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: skew(55deg);
	transition: .5s all;
	margin-right: 2.5px;
	margin-bottom: 1.5px;
}
.front-news .front-news-box-link:hover{
	top:6px;
	left:calc(50% + 6px);
	transition:all 0.5s;
}
.front-news .front-news-box-link:hover::before{
	top:0;
	left:0;
	transition:all 0.5s;
}


/*front-about*/
.front-about{
	/* margin-bottom:6rem; */
	margin-bottom:9rem;
	position:relative;
	background-image:url("../images/top-image01.webp");
	/*background-size:45vw;	*/
	/*background-size:533px;*/
	background-size:contain;
	background-repeat: no-repeat;
	background-position-y: center;
	overflow:hidden;
}
@media (min-width:1200px){
	.front-about{
		background-size:45vw;
	}
}
/* .front-about::before{
	content:"ABOUT";
	font-size:clamp(11rem, 29.33vw, 22rem);
	font-weight:900;
	line-height:0.9;
	letter-spacing: 1px;
	position:absolute;
	bottom:1rem;
	left:50%;
	transform:translateX(-50%);
	text-align:center;
	color:#4d4d4d;
	opacity:0.09;	
} */

.front-about .front-about-wrapper{
	width:95%;
	margin:0 auto;
}
.front-about-block{
	/* width:65vw; */
	width:60vw;
	margin:1rem 0;
	margin-right: calc(calc((100vw - 100%) / 2) * -1);
	margin-left:auto;
	/*padding-right:2.5%;*/
	background:rgba(255,255,255,0.65);
}
.front-about .front-about-box{
	width:95%;
	max-width:855px;
	/*padding:3rem 7rem;*/
	/* padding:clamp(1rem, -1rem + 5.33vw, 3rem) clamp(4rem, 1rem + 8vw, 6rem); */
	padding:clamp(1rem, -1rem + 5.33vw, 3rem) clamp(2rem, -2rem + 10.67vw, 6rem);
	padding-right:0;
	color:#3e3a39;
}
@media (min-width:1201px){
	.front-about .front-about-box{
		max-width:calc(741px +  clamp(0rem, -11.683rem + 15.56vw, 17.5rem)); /*+0~280px*/
	}
}
.front-about .front-about-box-title{
	font-size:2.2rem;
	font-weight:600;
	letter-spacing: 1px;
	line-height:1;
	position:relative;
	padding-top:10px;
	padding-left:0;
	/*margin-bottom:1.8rem;*/
	margin-bottom:clamp(1.3rem, 0.8rem + 1.33vw, 1.8rem);
	z-index:1;
}
.front-about .front-about-box-title::before{
	content:"";
	background-image: url(../images/about-text.webp?20260122);
	background-repeat: no-repeat;
	background-size: contain;
	height: 30px;
	width: 250px;
	position: absolute;
	top: 0;
	left: -15px;
	z-index: -1;
}
.front-about .front-about-box-text{
	/* font-size:1.16rem; */
	font-size:1rem;
	/*line-height:1.9;*/
	line-height:clamp(1.6rem, 1rem + 1.6vw, 2.2rem);
	letter-spacing: 2px;
	text-align: justify;
	/*margin-bottom:2rem;*/
	/* margin-bottom:clamp(1.3rem, 0.6rem + 1.87vw, 2rem); */
	margin-bottom:clamp(1.3rem, 0.6rem + 1.87vw, 3rem);
	font-weight:500;
}
.front-about .front-about-box-link{
	max-width:280px;
	text-align:center;
	display:flex;
	align-items: center;
	justify-content: center;
	padding:1rem 0;
	color: #fff;
	position: relative;
	top: 0;
	left: 0;
	transition: all 0.5s;
	font-size: 1.4rem;
	letter-spacing: 3px;
  gap: 50px;
	z-index:2;
}
.front-about .front-about-box-link::before{
	content: "";
	position: absolute;
	top: 6px;
	left: 6px;
	width: 100%;
	height: 100%;
	z-index: -1;
	border: 1px solid;
	border-image: var(--tertiary) 1;
	box-sizing: border-box;
	transition: all 0.5s;
}
.front-about .arrow-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid #fff;
}
.front-about .arrow-btn::after {
	display: inline-block;
	content: '';
	width: 17px;
	height: 4px;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: skew(55deg);
	transition: .5s all;
	margin-right: 2.5px;
	margin-bottom: 1.5px;
}
.front-about .front-about-box-link:hover{
	top:6px;
	left:6px;
	transition:all 0.5s;
}
.front-about .front-about-box-link:hover::before{
	top:0;
	left:0;
	transition:all 0.5s;
}
/*front-work*/
.front-work{
	/* margin-bottom:8rem; */
	/* margin-bottom:6rem; */
	margin-bottom:9rem;
	background-image:url("../images/top-image02.webp?20260129");
	background-position-x:right;
}
.front-work .front-about-block{
	margin-left: calc(calc((100vw - 100%) / 2) * -1);
	margin-right:auto;
}
.front-work .front-about-box{
	padding-left:2.5%;
	/* padding-right:clamp(4rem, 1rem + 8vw, 6rem); */
	padding-right:clamp(2rem, -2rem + 10.67vw, 6rem);
	margin-left:auto;
	margin-right:0;
}
.front-work .front-about-box-title::before{
	background-image: url(../images/work-text.webp?20260122);
  width:141px;
}
/* .front-work::before{
	content:"WORK";
} */

/*front-recruit*/
.front-recruit{
	background-image:url("../images/top-image03.webp?20260129");
	background-size:cover;
	background-repeat: no-repeat;
	background-position:center center;
	position:relative;
	overflow:hidden;
}
.front-recruit::after{
	/* content:"HELLO"; */
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	font-size:11rem;
	font-weight:700;
	letter-spacing: 2px;
	color:rgba(83, 71, 65, 0.06);
	z-index:0;
}
.front-recruit::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(255,255,255,0.63);
}
.front-recruit .front-recruit-wrapper{
	/*min-height:300px;*/
	width:95%;
	margin:0 auto;
}
.front-recruit .front-recruit-link{
	display:flex;
	align-items: center;
	justify-content: space-between;
	padding:6.1rem 0 4.8rem;
	position:relative;
	z-index:1;
	transition:all 0.5s;
}
.front-recruit .front-recruit-link:hover{
	opacity:0.6;
	transition:all 0.5s;
}
.front-recruit .front-recruit-detail{
	display:flex;
	flex-direction: column;
	gap:22px;
	width:calc(100% - calc(110px + 50px));
}
.front-recruit .front-recruit-detail-lead{
	color:#534741;
	font-size: 2rem;
	font-weight:700;
	line-height:1.8;
	/* text-align: justify; */
	letter-spacing: 7px;
}
.front-recruit .front-recruit-detail-small{
	color:#736357;
	font-size:0.9rem;
	font-weight:600;
	line-height:1.6;
	letter-spacing: 1px;
}
.front-recruit .front-recruit-arrow{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	border: 3px solid #534741;
}
.front-recruit .front-recruit-arrow::after{
	display: inline-block;
	content: '';
	width: 60px;
	height: 10px;
	border-bottom: solid 3px #534741;
	border-right: solid 4px #534741;
	transform: skew(55deg);
	transition: .5s all;
	margin-right:5px;
}










/*******************************
 サブページ共通
********************************/
/* .subpage{
	background-color:rgba(244,249,255);
} */
.subpage-temp{
	overflow:hidden;
}
.subpage-temp-container{
  position:relative;
}
.subpage-temp-image{
	position:relative;
}
.subpage-temp-image::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#fff;
	opacity:0.54;
	z-index:2;
}
.subpage-temp-image-img{
  width:100%;
  height:39svh;
  object-fit:cover;
  /* object-position:center; */
	object-position:center 25%;
	z-index:1;
}
@media (min-width:1025px){
	.subpage-temp-image-img{
		min-height:300px;
	}
}
.subpage-temp-detail{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  line-height:1;
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  /*height:95px;*/ /*この部分は可変になるようjsで調整*/
  height:clamp(4.375rem, 0.25rem + 11vw, 8.5rem);
  white-space: nowrap;
	z-index:3;
	font-family:Zen Old Mincho,serif;
}
.subpage-temp-detail-title{
  color:#000;
  position:relative;
  /*font-size:2rem;*/
  /* font-size:clamp(1.688rem, 1.375rem + 0.83vw, 2rem); */
	font-size:clamp(1.688rem, 0.875rem + 2.17vw, 2.5rem); /*27~40px*/
  font-weight:700;
  z-index:2;
  line-height:1;
  letter-spacing: 10px;
}
.subpage-temp-detail-subtitle{
  position:absolute;
  bottom:0;
  left:50%;
  transform:translateX(-50%);
  /* color:rgba(255,255,255,0.09); */
  /*font-size:8.5rem;*/
  /* font-size:clamp(4.375rem, 0.25rem + 11vw, 8.5rem); */
	/* color:rgba(62, 58, 57, 0.29); */
	color:rgba(0, 0, 0, 0.19);
	font-size:clamp(4.375rem, 2.5rem + 5vw, 6.25rem); /*70px~100px*/
  font-weight:900;
  z-index:1;
  line-height:0.7;
  letter-spacing: 15px;
  margin-bottom:clamp(0.313rem, 0.83vw, 0.625rem);
}


/*******************************
 採用情報
********************************/
.recruit-section{
  width:100%;
  /* padding-bottom:60px; */
}
.recruit-block{
  width:95%;
  margin:0 auto;
  line-height:1.8;
}
.recruit-block .flex-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}
.recruit-block .content-textbox{
	/*margin-top: 2.8em;*/
	margin-top:3.5em;
}
.recruit-block .flex-wrapper .flex-1 {
	width: 47%;
}
.recruit-block .flex-wrapper .flex-1-box{
	text-align:left;
}
.recruit-block .flex-1 h2 {
	/* font-size: 2.3em; */
	font-size:2rem;
	letter-spacing: 0.05em;
	font-weight: 700;
	color: #838383;
	line-height:1.4;
	display:inline-block;
	font-family:Zen Old Mincho,serif;
}
.recruit-block .flex-1 .block {
	display: inline-block;
	padding: 0 15px;
	background: linear-gradient(-180deg, transparent 0%, transparent 60%, #fffd6d 40%, #fffd6d 100%);
}
.recruit-block .pink {
	color: var(--primary);
}
.recruit-block .flex-1 .block.center {
	margin-left: 1em;
}
/* .recruit-block .flex-1 .block.last {
	margin-left: 6.4em;
} */
.recruit-block .flex-1 p {
	font-size: 16px;
	margin-top: 30px;
	text-align: justify;
}
.recruit-block .flex-wrapper .flex-2 {
	width: 49%;
}
.recruit-block .flex-wrapper .flex-2 img {
	border-radius: 50px 0 0 0;
	width: 100%;
	height: 350px;
	object-fit: cover;
}
.recruit-block .flex-wrapper.wrap-2 {
	margin-top: 70px;
}
.recruit-block .flex-wrapper .flex-3 {
	width: 47%;
}
.recruit-block .flex-wrapper .flex-3 img {
	border-radius: 0 50px 0 0;
	width: 100%;
	height: 350px;
	object-fit: cover;
}
.recruit-block .flex-wrapper .flex-4 {
	width: 49%;
}
.recruit-block .flex-wrapper .flex-4{
	text-align:right;
}
.recruit-block .flex-4 h2 {
	/* font-size: 2.3em; */
	font-size:2rem;
	letter-spacing: 0.05em;
	font-weight: 700;
	color: #838383;
	/* text-align: right; */
	text-align:left;
	line-height:1.4;
	display:inline-block;
	font-family:Zen Old Mincho,serif;
}
.recruit-block .flex-4 .block {
	display: inline-block;
	padding: 0 15px;
	background: linear-gradient(-180deg, transparent 0%, transparent 60%, #fffd6d 40%, #fffd6d 100%);
}
.recruit-block .flex-4 .first {
	/* margin-right:6.3em; */
}
.recruit-block .flex-4 .center {
	/* margin-right: 3.2em; */
	margin-left:2em;
}
.recruit-block .flex-4 .last{
	margin-left:4em;
}
.recruit-block .flex-4 p {
	font-size: 16px;
	margin-top: 30px;
	text-align: justify;
}
.recruit-block .title {
	margin-bottom: 1.5em;
	text-align: center;
}
.recruit-block .title h2 {
	display: inline;
	font-weight: 600;
	border-bottom: dotted 3px var(--primary) !important;
	font-size:1.6rem;
	letter-spacing: 3px;
	font-family:Zen Old Mincho,serif;
}
.recruit-section-second{
	/* padding-top:3rem; */
	padding-top:6rem;
}
.recruit-block .flex-wrapper-second{
	justify-content: center;
}
.recruit-block .flex-5 {
	width: 47%;
}
.recruit-block .flex-5 h3::before {
	position:absolute;
	top:calc(1.5em / 2 + 3px);
	left:0;
	content: "";
	display: inline-block;
	width: 50px;
	height: 3px;
	background-color: var(--primary);
	vertical-align: middle;
	/* margin-right: 10px; */
}
.recruit-block .flex-5 h3 {
	background: var(--tertiary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	/* font-weight: 700;
	font-size: 1.5em; */
	font-weight:500;
	font-size:1.4em;
	letter-spacing: 0.01em;
	position:relative;
	padding-left:calc(50px + 10px);
}
.recruit-block .flex-5 img {
	display: block;
	margin-top: 20px;
	border-radius: 10px;
  width:100%;
	height: 350px;
	object-fit: cover;
}
.recruit-block .flex-5 .detail {
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.6em;
	margin-top: 20px;
	text-align: justify;
}
.recruit-block .flex-5 .content {
	position: relative;
	border: 2px solid #e3e3e3;
	background-color: #ffffff;
	padding: 0 40px 40px 40px;
	margin-top: 51px;
}
.recruit-block .flex-5 .content h4 {
	position: absolute;
	top: 0;
	left: 50px;
	display: inline-block;
	padding: 2px 15px 7px 15px;
	border-radius: 0 0 6px 6px;
	letter-spacing: 0.03em;
	background: var(--tertiary);
	color: #ffffff;
	/* margin-left: 0.3em; */
	font-size:1.3rem;
	line-height:1.4;
}
.recruit-block .flex-5 .content p {
	/* margin-top: 20px; */
	margin-top:10px;
	border-bottom: 1px solid #838383;
  display:flex;
  align-items: baseline;
  justify-content: space-between;
}
.recruit-block .flex-5 .content .thick {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 10px;
  width:40%;
}
.recruit-block .flex-5 .content .thin {
	display: inline-block;
	font-size: 16px;
	padding-bottom: 10px;
  width:58%;
	text-align: justify;
}
.recruit-block .flex-6 {
	width: 47%;
}
.recruit-block .flex-6 h3::before {
	content: "";
	display: inline-block;
	width: 50px;
	height: 3px;
	background-color: var(--primary);
	vertical-align: middle;
	margin-right: 10px;
}
.recruit-block .flex-6 h3 {
		background: var(--tertiary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	font-weight: 700;
	font-size: 1.5em;
	letter-spacing: 0.01em;
}
.recruit-block .flex-6 img {
	display: block;
	margin-top: 20px;
	border-radius: 10px;
  width:100%;
	height: 350px;
	object-fit: cover;
}
.recruit-block .flex-6 .detail {
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.6em;
	margin-top: 20px;
}
.recruit-block .flex-6 .content {
	position: relative;
	border: 2px solid #e3e3e3;
	background-color: #ffffff;
	padding: 0 40px 40px 40px;
	margin-top: 25px;
}
.recruit-block .flex-6 .content h4 {
	position: absolute;
	top: 0;
	left: 50px;
	display: inline-block;
	padding: 2px 15px 7px 15px;
	border-radius: 0 0 6px 6px;
	letter-spacing: 0.03em;
	background: var(--tertiary);
	color: #ffffff;
}
.recruit-block .flex-6 .content p {
	margin-top: 20px;
	border-bottom: 1px solid #838383;
}
.recruit-block .flex-6 .content .thick {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 10px;
}
.recruit-block .flex-6 .content .thin {
	display: inline-block;
	font-size: 16px;
	padding-bottom: 10px;
}
.recruit-block .flex-6 .content .first .thick {
	margin-right: 3em;
}
.recruit-block .flex-6 .content .second .thick {
	margin-right: 5.3em;
}
.recruit-block .contact {
	margin-top: 50px;
}
.recruit-block .contact p {
	font-size: 16px;
	padding-left: 1.5em;
	text-indent: -1.15em;
}
.recruit-block .contact p:nth-child(2) {
	margin-top: 15px;
}
.recruit-block .tel_mobile{
  color:#4d4d4d;
  transition:all 0.5s;
}
.recruit-block .tel_mobile:hover{
  color:var(--primary);
  transition:all 0.5s;
}

/*******************************
 採用情報
********************************/
.contact-block{
	width: 95%;
	margin: 0 auto;
	/* padding-bottom:3rem; */
	padding:1.5rem 0 3rem 0;
}
.contact-gray{
	/* padding: 60px 0 40px 0; */
	padding:1.5rem 0 3rem 0;
	border-radius: 2px;
	background-color: #e8e8ee;
}
.contact-inner{
	/* width: 82%; */
	width:95%;
	max-width:900px;
	margin: 0 auto;
}
.contact-item{
	/* margin-bottom: 2.5em; */
	margin-bottom:1.5em;
}
.contact-flex{
	display: flex;
	align-items: center;
	margin-bottom: 0.3em;
}
.contact-left{
	margin-right: 0.9em;
	padding: 8px 16px;
}
.contact-flex .need{
	background-color: #de0000;
}
.contact-flex .any{
	background-color: #7c7c7c;
}
.contact-left p{
	/*font-size: 1.6rem;*/
	font-size:1rem;
	/* font-weight: bold; */
	letter-spacing: 1.3px;
	color: #fff;
	
}
.contact-right p{
	/*font-size: 1.8rem;*/
	/* font-size:1.15rem; */
	font-size:1rem;
	/* font-weight: bold; */
	letter-spacing: 1.3px;
	/* color: #3d3d3d; */
	color:var(--text-color);

}
.contact-form input,
.contact-form textarea{
	width: 100%;
	padding: 10px 15px;
	/*font-size: 1.5rem;*/
	font-size:0.9rem;
	/*font-weight: bold;*/
	font-weight:500;
	letter-spacing: 1.2px;
	line-height: 1.3;
	border: none;
}
.contact-form input:focus,
.contact-form textarea:focus{
	outline: solid 1px var(--primary);
}
.contact-form textarea{
	height: 250px;
}
.contact-submit{
	margin-top: 3em;
	text-align: center;
}
.contact-submit input{
	/* margin-left: 4.8em; */
	padding: 11px 90px;
	border-radius: 3px;
	border: solid 2px var(--primary);
	/*font-size: 1.6rem;*/
	font-size:1rem;
	font-weight: bold;
	letter-spacing: 1.3px;
	color: #fff;
	background-color: var(--primary);
	cursor: pointer;
	transition: all 0.5s;
	font-family:Zen Old Mincho,serif;
}
.contact-submit input:hover{
	color: var(--primary);
	background-color: #fff;
	transition: all 0.5s;
}
.contact .wpcf7-spinner{
	display:none;
}

/*******************************
 新着情報(一覧)
********************************/
.arcnews-wrapper{
	/* padding-top:2.5rem;
	padding-bottom: 4rem; */
	padding:1.5rem 0 3rem 0;
}
.arcnews-wrapper .arcnews-block{
	width: 95%;
	margin: 0 auto;
}
.arcnews-wrapper .arcnews-contents{
	/*width: 85%;*/
	width:100%;
	margin: 0 auto 4em auto;
	/* padding: 18px 0; */
	/*background-color: #e7e7e7;*/
	/* background-color:#e8e8ee; */
	background-color:#fafdff;
	
}
.arcnews-wrapper .arcnews-innercontents{
	/* width: 90%;
	margin: 0 auto; */
	border:1px solid #606060;
}
.arcnews-wrapper .arcnews-innercontents a{
	display: block;
	border-bottom:1px solid #606060;
}
.arcnews-wrapper .arcnews-innercontents a:last-of-type{
	border-bottom:none;
}
.arcnews-wrapper .arcnews-item{
	/* padding: 25px 0; */
	padding:1rem 1.8rem;
	/* border-bottom: solid 1px var(--primary); */
	display:flex;
	align-items:center;
	gap:1rem;

}
.arcnews-wrapper .arcnews-innercontents a:nth-last-child(1) .arcnews-item{
	border-bottom: none;
}
/* .arcnews-wrapper .arcnews-date{
	margin-bottom: 15px;
} */
/* .arcnews-wrapper .arcnews-date p{ */
.arcnews-wrapper .arcnews-date{
	/*font-size: 1.6rem;*/
	/* font-size:1rem; */
	font-size:0.95rem;
	transition: all 0.5s;
	color:#000;
	letter-spacing: 0.5px;
}
.arcnews-wrapper .arcnews-date span{
	margin-left: 5px;
	color: #f00;
}
/* .arcnews-wrapper .arcnews-text{
	position: relative;
	padding: 0 60px 0 5px ;
	
} */
/* .arcnews-wrapper .arcnews-text::after{
	content:url("../images/arrow-right-long-solid.svg");
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 4px;
	transform: translate(-50%, -50%);
	filter: brightness(0) saturate(100%) invert(48%) sepia(99%) saturate(3360%) hue-rotate(192deg) brightness(85%) contrast(95%);
}
.arcnews-wrapper .inner-link::after{
	content:url("../images/arrow-right-long-solid.svg");
	width:21px;
}
.arcnews-wrapper .out-link::after{
	content: url("../images/arrow-up-right-from-square-solid.svg");
	width:21px;
} */
.arcnews-wrapper .arcnews-category{
	border: 1px solid #4d4d4d;
	border-radius: 999px;
	text-align: center;
	background-color: #fff;
	padding: 0.3rem 1rem;
	line-height: 1;
	transition: all 0.5s;
	font-weight: 300;
	font-size: 0.85rem;
}
.arcnews-wrapper .arcnews-title{
	line-height: 1.5;
	transition: all 0.5s;
	/* font-size:0.95rem; */
	font-size:1rem;
	text-align: justify;
}
.arcnews-wrapper .arcnews-innercontents a:hover .arcnews-date,
.arcnews-wrapper .arcnews-innercontents a:hover .arcnews-category,
.arcnews-wrapper .arcnews-innercontents a:hover .arcnews-title{
	color: var(--primary);
}
.arcnews-wrapper .arcnews-innercontents a:hover .arcnews-category{
	border-color: var(--primary);
}
.arcnews-wrapper .arcnews-pagenavi{
	text-align: center;
	font-size:1.2rem;
}
.arcnews-wrapper .arcnews-pagenavi .wp-pagenavi{
	display:flex;
	align-items: center;
	justify-content: center;
}
.arcnews-wrapper .arcnews-pagenavi .pages{
	display: none;
}
.arcnews-wrapper .arcnews-pagenavi a{
	margin: 0 8px;
	padding: 0;
	border: 1px solid #000;
	background-color:#fff;
	font-weight: 400;
	/*font-size: 2.6rem;*/
	/* font-size:1.6rem; */
	/* color: #8b8b8b; */
	color:#000;
	transition:all 0.5s;
	line-height:1;
	font-weight:400;
	min-width:40px;
	min-height:40px;
	width:auto;
	height:auto;
	padding:0;
	display:flex;
	align-items: center;
	justify-content: center;
}
.arcnews-wrapper .arcnews-pagenavi a:hover{
	color:#fff;
	background:#000;

}
.arcnews-wrapper .arcnews-pagenavi a.previouspostslink,
.arcnews-wrapper .arcnews-pagenavi a.nextpostslink{
	/*font-size: 2rem;*/
	/* font-size:1.2rem; */
	font-size:1rem;
}
.arcnews-wrapper .arcnews-pagenavi span.current{
	margin: 0 8px;
	/* border: none; */
	/* font-weight: bold; */
	/*font-size: 3.2rem;*/
	/* font-size:2rem; */
	/* color: var(--primary); */
	color:#fff;
	background-color:#000;
	min-width:40px;
	min-height:40px;
	width:auto;
	height:auto;
	padding:0;
	font-weight:400;
	display:flex;
	align-items: center;
	justify-content: center;
}
.arcnews-wrapper .notarchive{
	font-size:1.2rem;
	text-align:center;
}

/*******************************
 新着情報(詳細)
********************************/
.singnews-wrapper{
	padding:1.5rem 0 3rem 0;
}
.singnews-wrapper .singnews-block{
	width: 95%;
	margin: 0 auto;
	border-image-source:linear-gradient(to bottom, rgba(26, 120, 213, 1), rgba(0, 0, 62, 1));
	border-left:3px solid;
	border-image-slice: 1;
}
.singnews-wrapper .singnews-box{
	border:1px solid #606060;
	border-left:none;
	padding:50px 5%;
	background-color:#fafdff;
}
.singnews-wrapper .singnews-titlebox{
	margin-bottom:3rem;
}
.singnews-wrapper .singnews-title h2{
	line-height: 1.4;
	letter-spacing: 1.4px;
	font-weight: bold;
	font-size:1.6rem;
	color: #000;
	text-align: justify;
	font-family:Zen Old Mincho,serif;
	border-bottom:1px solid var(--text-color);
	padding-bottom:0.5rem;
	margin-bottom:0.5rem;
}
.singnews-wrapper .singnews-date p{
	letter-spacing: 1.2px;
	font-size:1.05rem;
}
.singnews-wrapper .singnews-contents{
	width:100%;
	min-height: 10vw;
	/* margin: 0 auto 2.5em auto; */
	text-align: justify;
	color:var(--text-color);
}
.singnews-wrapper .singnews-contents p{
	margin-bottom:1.5rem;
}
.singnews-wrapper .singnews-contents img{
	max-width:100%;
}
.singnews-wrapper .singnews-btn{
	text-align: center;
}
.singnews-wrapper .btn{
	display: inline-block;
	padding: 15px 45px;
	border: solid 2px var(--primary);
	border-radius: 5px;
	background-color: var(--primary);
	transition: all 0.5s;	
}
.singnews-wrapper .btn:hover{
	background:#fff;
}
.singnews-wrapper .btn p {
	font-size: 1rem;
	font-weight: bold;
	color: #fff;
	transition: all 0.5s;	
}
.singnews-wrapper .btn:hover p{
	color:var(--primary);
}
.singnews-wrapper .outlink{
	font-size:1rem;
	line-height:1.4;
	text-align:left;
}
.singnews-wrapper .outlink-link{
	color:var(--text-color);
	text-decoration:none;
	display:inline-block;
	border-bottom:1px solid var(--text-color);
	transition:all 0.5s;
}
.singnews-wrapper .outlink-link:hover{
	color:var(--primary);
	border-color:transparent;
}
.singnews-wrapper .singnews-prevnext{
	width:100%;
	max-width:500px;
	/* margin:0 auto; */
	margin: 2.5em auto 0 auto;
}
.singnews-wrapper .singnews-prevnext-box{
	display:flex;
	align-items: stretch;
	justify-content: center;
}
.singnews-wrapper .singnews-prevnext-item{
	width:50%;
	border:1px solid #534741;
	border-right:none;
}
.singnews-wrapper .singnews-prevnext-item:last-of-type{
	border-right:1px solid #534741;
}
.singnews-wrapper .singnews-prevnext-notitem{
	border-color:transparent;
}
.singnews-wrapper .singnews-prevnext-item:last-of-type.singnews-prevnext-notitem{
	border-right:1px solid transparent;
	border-left:1px solid #534741;
}
.singnews-wrapper .singnews-prevnext-link{
	display:flex;
	align-items:center;
	justify-content: center;
	gap:1rem;
	padding:1.3rem 2rem;
}
.singnews-wrapper .singnews-prevarrow,
.singnews-wrapper .singnews-nextarrow{
	width: 20px;
	min-width:20px;
	height: 4px;
	display: block;
	transition:border-color 0.5s;
}
.singnews-wrapper .singnews-prevarrow{
	border-left: solid 1px #1a1a1a;
	border-bottom: solid 1px #1a1a1a;
	transform: skew(-45deg);
}
.singnews-wrapper .singnews-nextarrow{
	border-right: solid 1px #1a1a1a;
	border-bottom: solid 1px #1a1a1a;
	transform: skew(45deg);
}
.singnews-wrapper .singnews-prevnext-title{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size:0.9rem;
	font-weight:bold;
	line-height:1;
	color:#534741;
	transition:color 0.5s;
}
.singnews-wrapper .singnews-prevnext-link:hover .singnews-prevarrow,
.singnews-wrapper .singnews-prevnext-link:hover .singnews-nextarrow{
	border-color:var(--primary);
}
.singnews-wrapper .singnews-prevnext-link:hover .singnews-prevnext-title{
	color:var(--primary);
}

/****************************
 施行実績(一覧)
*****************************/
.per-wrapper{
	padding:1.5rem 0 3rem;
}
.per-wrapper .per-block{
	width:95%;
	display:flex;
	flex-wrap:wrap;
	gap:3rem 1rem;
	margin:0 auto;
	margin-bottom:4rem;
}
.per-wrapper .per-item{
	width:calc(calc(100% - calc(1rem * 2)) / 3);
	display:flex;
	flex-direction: column;
}
.per-wrapper .per-item-image{
	width:100%;
	margin-bottom:0.7rem;
}
.per-wrapper .per-item-image>img{
	width:100%;
	height:auto;
	object-fit:cover;
	object-position:center;
	aspect-ratio: 3 / 2;
	border:1px solid rgba(0,0,0,0.15);
}
.per-wrapper .per-item-title{
	font-size:1.05rem;
	font-weight:400;
	color:#000;
	font-weight:bold;
	font-family:Zen Old Mincho,serif;
	line-height:1.2;
	text-align: justify;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #534741;
}
.per-wrapper .per-item-lead{
	flex-grow:1;
	font-size:12px;
	color:#606060;
	font-weight:bold;
	letter-spacing: 0.3px;
	text-align: justify;
	margin-bottom:1.5rem;
}
.per-wrapper .per-item-link{
	max-width:200px;
	width:100%;
	display:flex;
	align-items: center;
	justify-content: space-between;
	padding:0.8rem 1.5rem;
	font-size:0.8rem;
	font-weight:bold;
	line-height:1;
	color:#534741;
	border:1px solid #534741;
	letter-spacing: 0.5px;
	transition:all 0.5s;
}
.per-wrapper .per-item-arrow{
	width:15px;
	height:4px;
	border-right:1px solid #1a1a1a;
	border-bottom:1px solid #1a1a1a;
	transform: skew(45deg);
	display: block;
  transition: border-color 0.5s;
	transition:all 0.5s;
}
.per-wrapper .per-item-link:hover{
	color:#fff;
	background-color:#534741
}
.per-wrapper .per-item-link:hover .per-item-arrow{
	border-color:#fff;
}
.per-wrapper .notarchive{
	width:95%;
	margin:0 auto;
	font-size:1.2rem;
	text-align:center;
}
/*ページネーション*/
.per-wrapper .per-pagenavi{
	text-align: center;
	font-size:1.2rem;
}
.per-wrapper .per-pagenavi .wp-pagenavi{
	display:flex;
	align-items: center;
	justify-content: center;
}
.per-wrapper .per-pagenavi .pages{
	display: none;
}
.per-wrapper .per-pagenavi a{
	margin: 0 8px;
	padding: 0;
	border: 1px solid #000;
	background-color:#fff;
	font-weight: 400;
	color:#000;
	transition:all 0.5s;
	line-height:1;
	font-weight:400;
	min-width:40px;
	min-height:40px;
	width:auto;
	height:auto;
	padding:0;
	display:flex;
	align-items: center;
	justify-content: center;
}
.per-wrapper .per-pagenavi a:hover{
	color:#fff;
	background:#000;
}
.per-wrapper .per-pagenavi a.previouspostslink,
.per-wrapper .per-pagenavi a.nextpostslink{
	font-size:1rem;
}
.per-wrapper .per-pagenavi span.current{
	margin: 0 8px;
	color:#fff;
	background-color:#000;
	min-width:40px;
	min-height:40px;
	width:auto;
	height:auto;
	padding:0;
	font-weight:400;
	display:flex;
	align-items: center;
	justify-content: center;
}

/*******************************
 施行実績(詳細)
********************************/
.singper-wrapper{
	padding:1.5rem 0 3rem 0;
}
.singper-wrapper .singper-block{
	width: 95%;
	margin: 0 auto;
	border-image-source:linear-gradient(to bottom, rgba(26, 120, 213, 1), rgba(0, 0, 62, 1));
	border-left:3px solid;
	border-image-slice: 1;
}
.singper-wrapper .singper-box{
	border:1px solid #606060;
	border-left:none;
	padding:50px 5%;
	background-color:#fafdff;
}
.singper-wrapper .singper-titlebox{
	margin-bottom:3rem;
}

.singper-wrapper .singper-title h2{
	line-height: 1.4;
	letter-spacing: 1.4px;
	font-weight: bold;
	font-size:1.6rem;
	color: #000;
	text-align: justify;
	font-family:Zen Old Mincho,serif;
	border-bottom:1px solid var(--text-color);
	padding-bottom:0.5rem;
	margin-bottom:0.5rem;
}
.singper-wrapper .singper-date p{
	letter-spacing: 1.2px;
	font-size:1.05rem;
}

.singper-wrapper .singper-contents{
	width:100%;
	/* min-height: 10vw; */
	margin: 0 auto 2.5em auto;
	text-align: justify;
	color:var(--text-color);
}
.singper-wrapper .singper-contents p{
	margin-bottom:1.5rem;
}
.singper-wrapper .singper-contents img{
	max-width:100%;
}
.singper-wrapper .singper-btn{
	text-align: center;
}
.singper-wrapper .btn{
	display: inline-block;
	padding: 15px 45px;
	border: solid 2px var(--primary);
	border-radius: 5px;
	background-color: var(--primary);
	transition: all 0.5s;	
}
.singper-wrapper .btn:hover{
	background:#fff;
}
.singper-wrapper .btn p {
	font-size: 1rem;
	font-weight: bold;
	color: #fff;
	transition: all 0.5s;	
}
.singper-wrapper .btn:hover p{
	color:var(--primary);
}
.singper-wrapper .outlink{
	font-size:1rem;
	line-height:1.4;
	text-align:left;
}
.singper-wrapper .outlink-link{
	color:var(--text-color);
	text-decoration:none;
	display:inline-block;
	border-bottom:1px solid var(--text-color);
	transition:all 0.5s;
}
.singper-wrapper .outlink-link:hover{
	color:var(--primary);
	border-color:transparent;
}
.singper-wrapper .singper-prevnext{
	width:100%;
	max-width:500px;
	margin:0 auto;
	margin: 2.5em auto 0 auto;
}
.singper-wrapper .singper-prevnext-box{
	display:flex;
	align-items: stretch;
	justify-content: center;
}
.singper-wrapper .singper-prevnext-item{
	width:50%;
	border:1px solid #534741;
	border-right:none;
}

.singper-wrapper .singper-prevnext-item:last-of-type{
	border-right:1px solid #534741;
}
.singper-wrapper .singper-prevnext-notitem{
	border-color:transparent;
}
.singper-wrapper .singper-prevnext-item:last-of-type.singper-prevnext-notitem{
	border-right:1px solid transparent;
	border-left:1px solid #534741;
}
.singper-wrapper .singper-prevnext-link{
	display:flex;
	align-items:center;
	justify-content: center;
	gap:1rem;
	padding:1.3rem 2rem;

}
.singper-wrapper .singper-prevarrow,
.singper-wrapper .singper-nextarrow{
	width: 20px;
	min-width:20px;
	height: 4px;
	display: block;
	transition:border-color 0.5s;
}
.singper-wrapper .singper-prevarrow{
	border-left: solid 1px #1a1a1a;
	border-bottom: solid 1px #1a1a1a;
	transform: skew(-45deg);
}
.singper-wrapper .singper-nextarrow{
	border-right: solid 1px #1a1a1a;
	border-bottom: solid 1px #1a1a1a;
	transform: skew(45deg);
}
.singper-wrapper .singper-prevnext-title{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size:0.9rem;
	font-weight:bold;
	line-height:1;
	color:#534741;
	transition:color 0.5s;
}
.singper-wrapper .singper-prevnext-link:hover .singper-prevarrow,
.singper-wrapper .singper-prevnext-link:hover .singper-nextarrow{
	border-color:var(--primary);
}
.singper-wrapper .singper-prevnext-link:hover .singper-prevnext-title{
	color:var(--primary);
}

.singper-wrapper .image-wrap{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap:0.5rem 0.5rem;
}
.singper-wrapper .content .images {
	/* width: calc(100% / 3); */
	width:calc((100% - calc(0.5rem * 2)) / 3);
	position: relative;
}
.singper-wrapper .content .images img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	aspect-ratio: 3 / 2;
}
.singper-wrapper .content .images a::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: 0.3s background-color;
}
.singper-wrapper .content .images a:hover::before {
	background-color: rgba(0, 0, 0, 0.4);
}
.singper-wrapper .more-read {
	border:1px solid #534741;
	/* border-top:none; */
}
.singper-wrapper .more-read a {
	position: relative;
	display: block;
	width: 100%;
	color:var(--text-color);
	transition: color 0.5s;
	padding:1rem 1.5rem;
	display:flex;
	align-items: center;
	justify-content: space-between;
}
.singper-wrapper .more-read a:hover {
	color:var(--primary);
}
.singper-wrapper .more-read a span {
	font-size: 1.05rem;
	white-space: nowrap;
}
.singper-wrapper .more-read a .load-arrow{
	width: 4px;
	min-width: 4px;
	height: 20px;
	display: block;
	transition: border-color 0.5s;
	border-left: solid 1px #1a1a1a;
	border-bottom: solid 1px #1a1a1a;
	transform: skew(-45deg) rotate(-45deg);
}
.singper-wrapper .more-read a:hover .load-arrow{
	border-color:var(--primary);
}