@charset "utf-8";

/*==============================================
    
  採用

==============================================*/
.page.specialty .rec_fst_title {
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: var(--mainColor);
}
.page.specialty .topLineTitle.fst{
  margin-bottom: 0.75rem;
}
.page.specialty .rec_title {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 3rem;
}
.page.specialty .tpBox{
  display: flex;
  flex-wrap: wrap;
}
.page.specialty .tpBox:first-of-type{
  padding-top: 0;
}
.page.specialty .tpBox + .tpBox{
  border-top: var(--border);
}
.page.specialty .tpBox .in--texts{
  line-height: 2;
}
.page.specialty .tpBox .in--photos {
  margin: 0;
}
.page.specialty .resourcesBox {
  background: var(--bg-gray);
  border-radius: 10px;
  width: 100%;
  margin: 3rem auto 6rem auto;
}
.page.specialty .resourcesBox h3{
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.rem;
}
.page.specialty .resourcesBox h4{
  margin: 2rem 0 0.75rem 0;
}
.page.specialty .resourcesBox p{
  padding-left: 1.75em;
}
.page.specialty .squareTitle {
  position: relative;
  font-size: 1.25rem;
  padding-left: 1.75rem;
  margin-bottom: 1.5rem;
  margin: 3.5rem 0 1rem 0;
  font-weight: 600;
}
.page.specialty .typeTitle {
  margin: 2rem 0 1rem 0;
  font-size:  1.125rem;
  font-weight: 500;
}

.page.specialty .squareTitle::before {
  content: "";
  display: block;
  width: .875em;
  height: .875em;
  background: var(--mainColor);
  position: absolute;
  left: 0;
  top: 0.3em;
}
.page.specialty .nomalTable.bb0 tr:last-of-type th,
.page.specialty .nomalTable.bb0 tr:last-of-type td{
  border-bottom: 0;
}
.page.specialty .info__box {
  border: var(--mainColor) solid 3px;
  padding: 2em 3em;
  text-align: center;
  border-radius: 10px;
}
.page.specialty .info__box h3 {
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 1em;
  color: var(--mainColor);
}
.page.specialty .info__box .big__text {
  font-size: 1.25rem;
}
.page.specialty .info__box .orange__text{
  color: var(--mainColor);
  font-weight: 500;
  margin-top: 0.5em;
}
.page.specialty .info__box table th{
  padding: 0.5em 1em 0.5em 0;
}
.page.specialty .info__box table td{
  padding: 0.5em 0;
}
@media (min-width:768px){ /* 768px以上全て */
  .page.specialty .tpBox{
    justify-content: space-between;
    gap: 4.5em;
    padding: 3em 0;
  }
  .page.specialty .nomalTable th{
    width: 15rem;
  }
  .page.specialty .tpBox .in--texts{
    flex: 1;
  }
  .page.specialty .tpBox .in--photos{
    max-width: 337px;
  }
  .page.specialty .info__box {
    max-width: 46em;
    width: 100%;
    margin: 4em auto;
  }
  .page.specialty .resourcesBox {
    padding: 3rem 3.5rem;
  }
}
@media screen and (max-width: 767px) { /* for SP */
  .page.specialty .rec_fst_title {
    font-size: 1.675rem;
  }
  .page.specialty .tpBox{
    flex-direction: column;
    gap : 2em;
    padding: 2.5em 0;
  }
  .page.specialty .resourcesBox {
    padding: 2rem 1.5rem;
    margin: 0 auto 5rem auto;
  }
  .page.specialty .resourcesBox h3 {
    margin-bottom: 1rem;
  }
  .page.specialty .typeTitle {
    margin-top: 2.5rem;
  }
  .page.specialty .nomalTable th,
  .page.specialty .nomalTable td{
    display: block;
    width: 100%;
  }
  .page.specialty .nomalTable th {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .page.specialty .nomalTable td{
    padding-top: 0;
  }
  .page.specialty .info__box table th,
  .page.specialty .info__box table td{
    display: block;
    width: 100%;
  }
  .page.specialty .info__box table th{
    padding-bottom: 0;
  }
  .page.specialty .info__box table td{
    padding-top: 0;
  }
}
/*==============================================
    
 サイトポリシー

==============================================*/
.page.policy .sub-main_inner p {
  line-height: 1.8;
}
.page.policy .top__text {
  margin-bottom: 3em;
}
.page.policy .nomalTitle {
  margin-top: 2em;
}
.page.policy .topLineTitle {
  margin-top: 3em;
}
.page.policy .info__box {
  border: var(--mainColor) solid 3px;
  padding: 2em 3em;
  text-align: center;
}
.page.policy .info__box h3 {
  font-size: 600;
  margin-bottom: 1em;
  color: var(--mainColor);
}
.page.policy .info__box .big__text {
  font-size: 1.25rem;
}
.page.policy .info__box .orange__text{
  color: var(--mainColor);
  font-weight: 500;
  margin-top: 0.5em;
}
.page.policy .arrow{
  padding-left: 1.5rem;
  position: relative;
  margin-top: 1rem;
}
.page.policy .arrow::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../images/icon-right_arrow.svg) no-repeat center center;
  position: absolute;
  left: 0;
  top: 0.5rem;
}
@media (min-width:768px){ /* 768px以上全て */
  .page.policy .info__box {
    max-width: 46em;
    width: 100%;
    margin: 4em auto;
  }
}
@media screen and (max-width: 767px) { /* for SP */
  .page.policy .info__box {
    margin: 3em 0;
  }
}

/*==============================================
    
  プライバシーポリシー

==============================================*/
.page.privacy .sub-main_inner p {
  line-height: 1.8;
}
.page.privacy .top__text {
  margin-bottom: 3em;
}
.page.privacy .topLineTitle:not(:first-of-type) {
  margin-top: 3em;
}
.page.privacy .info__box {
  border: var(--mainColor) solid 3px;
  padding: 2em 3em;
  text-align: center;
  border-radius: 10px;
}
.page.privacy .info__box h3 {
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 1em;
  color: var(--mainColor);
}
.page.privacy .info__box .big__text {
  font-size: 1.25rem;
}
.page.privacy .info__box .orange__text{
  color: var(--mainColor);
  font-weight: 500;
  margin-top: 0.5em;
}
@media (min-width:768px){ /* 768px以上全て */
  .page.privacy .info__box {
    max-width: 46em;
    width: 100%;
    margin: 4em auto;
  }
}
@media screen and (max-width: 767px) { /* for SP */
  .page.privacy .info__box {
    margin: 3em 0;
  }
}

/*==============================================
    
  サイトマップ

==============================================*/

.sitemap .sitemapWrap h3{
	display: block;
	padding-bottom: 16px;
	margin-bottom: 16px;
	font-size: 1.5rem;
	font-family: var(--font-en);
	font-weight: normal;
	letter-spacing: 0.07em;
	line-height: 1;
	border-bottom: var(--border);
}
.sitemap .sitemapWrap ul {
  margin: 1rem 0 4rem 0;
}
.sitemap .sitemapWrap ul li{
	margin-bottom: 16px;
	letter-spacing: 0.1em;
}
.sitemap .sitemapWrap ul li a{
	color: var(--fontColor-200);
}

/*==============================================
    
  実績

==============================================*/
.page.results {
  
}

.page.results .entry-grid{
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	align-items: flex-start;
	width: 100%;
	max-width: var(--width);
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
@media (min-width:768px){ /* 768px以上全て */
}
@media screen and (min-width:768px) and (max-width:1499px) {
/* for 幅狭PC＆TAB */
	.page.results .entry-grid{
		padding-left: 2vw;
		padding-right: 2vw;
	}	
}
@media screen and (max-width: 767px) { /* for SP */
	.page.results .entry-grid{
		justify-content: flex-start;
	}
}

/* aside */
.page.results aside{
	width: 100%;
	max-width: 336px;
	position: relative;
	margin-right: auto;
	padding-bottom: 60px;
	text-align: left;
}
.page.results .multiPage aside .pagename{
	display: block;
	padding-bottom: 16px;
	margin-bottom: 38px;
	font-size: 1.5625rem;
	font-weight: 500;
	border-bottom: var(--border);
	letter-spacing: 0;
}
.page.results .aside--title{
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
	padding-bottom: 24px;
}
.page.results .aside--title svg{
	width: 12px;
	height: 7px;
}
.page.results .aside--title p{
	text-transform: uppercase;
	font-family: var(--font-hanken);
	font-size: 1.0625rem;
	font-weight: 400;
}
.page.results .multiPage aside .aside--chiledPage li:not(:last-child){
	margin-bottom: 22px;
}
.page.results .multiPage aside .aside--chiledPage a{
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	gap: 0.5em;
	letter-spacing: 0.03em;
	font-size: 0.9375rem;
	color: var(--fontColor-500);
}
.page.results .multiPage aside .aside--chiledPage a i{
	display: grid;
	place-content: center;
	width: 22px;
	height: 13px;
	border: var(--border);
	border-radius: 3px;
	background: #FFF;
}
.page.results .multiPage aside .aside--chiledPage a i svg{
	width: 8px;
	height: 6px;
}
.page.results aside .h-title{
	gap: 2px 4px;
}
.page.results aside .h-title svg{
	width: 16px;
	height: 16px;
	align-self: start;
	margin-top: 0.3em;
}
.page.results aside .h-title span[lang="en"]{
	text-align: left;
	font-size: 0.9375rem;
	letter-spacing: 0.08em;
}
.page.results aside .h-title p{
	grid-area: title;
	text-align: left;
	font-size: 2rem;
	font-family: var(--font-zen);
	font-weight: 600;
	letter-spacing: 0.08em;
}
@media (min-width:768px){ /* 768px以上全て */
	.page.results aside.fixed{
		position: fixed;
		top: 100px;
		left: calc(50% - 720px);
	}
	.page.results aside.stop{
		position: absolute;
		top: auto;
		bottom: 0;
		left: calc(50% - 720px);
	}
	.page.results .multiPage aside .aside--chiledPage li.crr a{
		color: var(--mainColor);
	}
}
@media screen and (min-width:768px) and (max-width:1499px) {
/* for 幅狭PC＆TAB */
	.page.results aside{
		max-width: 18vw;
	}	
	.page.results aside.fixed{
		left: 2vw;
	}
	.page.results aside.stop{
		left: 2vw;
	}
	.page.results .multiPage aside .pagename{
		font-size: 1.375rem;
	}
	.page.results aside .h-title p{
		font-size: 1.75rem;
	}
}
@media screen and (max-width: 767px) { /* for SP */
	.page.results aside{
		max-width: 100%;
		padding-bottom: 0;
	}
	.page.results .multiPage aside .pagename{
		display: none;
	}
	.page.results .aside--title{
		gap: 0.6em;
		padding-bottom: 2.5vw;
	}
	.page.results .multiPage aside .aside--chiledPage li:not(:last-child){
		margin-bottom: 3vw;
	}
	.page.results .multiPage aside .aside--chiledPage li:last-child{
		margin-bottom: 8vw;
	}
	.page.results aside .h-title{
		display: none;
	}
}

/* entry-content */
.page.results .entry-content{
	display: block;
	width: 100%;
	max-width: 1024px;
	margin-top: 0;
	font-size: 0.875rem;
}

.service--parentPost #allOpenBtn{
	display: block;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 0.7em 1.5em;
	border: none;
	color: #FFF;
	line-height: 1;
	font-size: 1rem;
	text-align: center;
	border-radius: 20px;
	background: var(--mainColor);
	cursor: pointer;
}
.page.results .entry-content h2{
  font-size: 1.625rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 1em;
}  
.page.results .entry-content h3{
	margin-top: 2.5em;
	margin-bottom: 1.25em;
	font-weight: 600;
	letter-spacing: 0.08em;
  font-size: 1.125rem;
  position: relative;
  width: 100%;
  padding-left: 1.25em;
  background: var(--bg-gray);
  padding: 0.875em 1em;
}
.page.results .entry-content h3:first-of-type{
  margin-top: 0;
}
.page.results .entry-content h4{
	margin-top: 50px;
	margin-bottom: 24px;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.08em;
}
.page.results .entry-content p{
	color: var(--font-300);
	line-height: 2;
	margin-top: 24px;
	margin-bottom: 24px;
}
.page.results .entry-content p.mT0{
  margin-top: 0;
}
.page.results .entry-content ul{
  margin: 0.5em 0;
}
.page.results .entry-content ul li{
	padding-left: 1.5rem;
  padding-right: 1em;
	letter-spacing: 0.08em;
	position: relative;
  margin-bottom: 1em;
}
.page.results .entry-content ul li::before{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background: var(--mainColor);
	border-radius: 50%;
	position: absolute;
	top: 0.5em;
	left: 0.5em;
}
.page.results .entry-content ol{
	counter-reset: number 0;
	border-top: var(--border);
	padding-left: 0;
}
.page.results .entry-content ol li{
	padding-top: 20px;
	padding-left: 2.2em;
	padding-bottom: 20px;
	font-size: 1rem;
	border-bottom: var(--border);
	position: relative;
}
.page.results .entry-content ol li::before{
  content: counter(number);
  counter-increment: number 1;
	font-family: var(--font-hanken);
	font-size: 1rem;
	font-weight: bold;
	color: var(--mainColor);
	position: absolute;
	top: 1.25em;
	left: 0;
}
.page.results .entry-content ol li:nth-child(-n+9)::before {
  content: "0" counter(number);
}

.page.results .accordion-wrap{
	margin-top: 80px;
}
.page.results .accordionKey{
	display: block;
	width: 100%;
	border-top: var(--border);
	position: relative;
	cursor: pointer;
}
.page.results .accordionKey::before{
	content: "";
	display: block;
	width: 50px;
	height: 5px;
	background: var(--rm-icon);
	position: absolute;
	top: -4px;
	left: 0;
	cursor: pointer;
}
.page.results .accordionKey::after{
	content: "";
	display: block;
	width: 36px;
	height: 20px;
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2013%2013%22%20fill%3D%22%23FFF%22%3E%3Cpolygon%20points%3D%2213%206%207%206%207%200%206%200%206%206%200%206%200%207%206%207%206%2013%207%2013%207%207%2013%207%2013%206%22%2F%3E%3C%2Fsvg%3E') #000 no-repeat center center / 13px auto;
	border-radius: 25px;
	position: absolute;
	top: 3em;
	right: 0;
}
.page.results .active .accordionKey::after{
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2013%201%22%20fill%3D%22%23FFF%22%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2213%22%20height%3D%221%22%2F%3E%3C%2Fsvg%3E') #000 no-repeat center center / 13px auto;
}
.page.results .accordionKey h2{
	padding-right: 60px;
	margin-top: 34px;
	font-size: 1.625rem;
	font-weight: 500;
	letter-spacing: 0.08em;
}
.page.results .entry-content .accordionKey p{
  margin: 0;
}
.page.results .accordion-wrap {
  border-top: var(--border);
  position: relative;
  padding-top: 2.5em;
}
.page.results .accordion-wrap::before{
	content: "";
	display: block;
	width: 50px;
	height: 5px;
	background: var(--rm-icon);
	position: absolute;
	top: -4px;
	left: 0;
	cursor: pointer;
}
.page.results .accordion-wrap:first-of-type{
  margin-top: 0;
}
/*
.page.results .accordion-wrap:not(.active) .accordion-body{
	opacity: 0;
	pointer-events: none;
	height: 0px;
	padding-top: 0;
	padding-bottom: 0;
  margin: 0;
	overflow: hidden;
	transition: all 0.3s ease;
}
.page.results .accordion-wrap.active .accordion-body{
	height: auto;
	transition: all 0.3s ease;
}*/
.page.results .service--parentPost{
	margin-bottom: 56px;
}

@media (min-width:768px){ /* 768px以上全て */
	.page.results .service--parentPost #allOpenBtn:hover{
		background-color: var(--btnColor-crr);
		transition: background-color 0.3s ease;
	}
  .page.results .entry-content h3 + ul {
    padding: 0 1em;
  }
  .page.results .entry-content ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em 1.5em;
  }
  .page.results .entry-content ul li{
    width: calc((100% - 2em) / 2);
  }
}
@media screen and (min-width:768px) and (max-width:1499px) {
/* for 幅狭PC＆TAB */
	.page.results .entry-content{
		max-width: 71vw;
	}
}
@media screen and (max-width: 767px) { /* for SP */
	.page.results .entry-content{
		padding-bottom: 12vw;
	}
	.service--parentPost{
		margin-bottom: 4vw;
	}
	.service--parentPost #allOpenBtn{
		border-radius: 2rem;
		margin-top: 10vw;
		margin-bottom: 0;
		padding: 0.7em 1.2em;
		font-size: 0.875rem;
	}
	.page.results .entry-content h3{
		margin-top: 9vw;
		margin-bottom: 4vw;
		font-size: 1.15rem;
		letter-spacing: 0.03em;
	}
  .page.results .entry-content .service--childBody h3:first-of-type{
    margin-top: 0;
  }
	.page.results .entry-content h4{
		margin-top: 8vw;
		margin-bottom: 5vw;
		font-size: 1.125rem;
		letter-spacing: 0.03em;
	}
	.page.results .entry-content p{
		font-size: 1rem;
		margin-top: 5vw;
		margin-bottom: 5vw;
	}
	.page.results .entry-content figure{
		margin-top: 5vw;
		margin-bottom: 5vw;
	}
  .entry-content figure + figure {
    margin-top: 7vw;
  }
  .entry-content h3 + figure{
    margin-top: 4vw;
  }
	.wp-block-group-is-layout-flex:has(figure){
		flex-wrap: wrap;
	}
	.wp-block-group-is-layout-flex figure{
		width: 100%;
	}
	.page.results .entry-content ul li{
		padding-left: 1.5rem;
    padding-right: 0;
		font-size: 1rem;
		line-height: 1.65;
		letter-spacing: 0.03em;
	}
	.page.results .entry-content ul:not(.rowList) li:not(:last-child){
		margin-bottom: 4vw;
	}
	.page.results .entry-content ul li::before{
		top: 0.5em;
    left: 0.5em;
	}
	.page.results .entry-content ul.rowList{
    flex-direction: column;
    gap: 0.8rem;
		padding: 1.4em 1.6em;
		border-radius: 6px;
	}
	.page.results .entry-content ol li{
		padding-top: 4vw;
		padding-bottom: 4vw;
		line-height: 1.65;
	}
	.page.results .accordion-wrap{
		margin-top: 12vw;
	}
	.page.results .accordionKey{
		padding-bottom: 2vw;
	}
	.page.results .accordionKey::after{
		top: 2em;
	}
	.page.results .accordionKey h2{
		margin-top: 5vw;
		font-size: 1.375rem;
		letter-spacing: 0.03em;
	}
	.page.results .accordion-body{
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 0;
    margin-top: 5vw;
	}
	.active .accordion-body{
		margin-bottom: 12vw;
	}
	.page.results .entry-content .accordion-body *:first-child{
		margin-top: 0;
	}
}


