@charset "utf-8";
/*下層ページ*/

/* .subPage-header
=========================================== */
.subPage-header {
  background: #FFF;
  border-bottom: var(--bg-gray) solid 5px;
}
.subPage-header .inner {
  display: grid;
  grid-template-columns: 122px 1fr;
  grid-template-rows: 30px auto;
  grid-template-areas:
    "pankuzu pankuzu"
    "title title";
  width: 100%;
  gap: 12px 32px;
  max-width: var(--width);
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 60px;
  text-align: left;
  position: relative;
}
.subPage-header .inner.hasPageName {
  grid-template-areas:
    "icon pankuzu"
    "title title";
}
.subPage-header .inner::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  display: block;
  width: 80px;
  height: 5px;
  background: var(--mainColor);
}
.subPage-header .pageName-icon {
  grid-area: icon;
  display: block;
  align-self: center;
  padding: 6px 0.5em;
  text-align: center;
  font-size: 1.0625rem;
  font-family: var(--font-en);
  color: #FFF;
  background: #000;
  border-radius: 5px;
  line-height: 1;
}
.subPage-header .breadLink {
  grid-area: pankuzu;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  align-self: center;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}
.subPage-header .breadLink .slash{
	display: block;
	width: 7px;
	height: 11px;
	background: var(--fontColor);
	margin-left: 8px;
	margin-right: 8px;
	clip-path: polygon(90% 0, 100% 0, 10% 100%, 0% 100%);
	position: relative;
	top: 1px;
}
.subPage-header .breadLink .post{
	margin-bottom: 0;
}
.subPage-header .breadLink [property="itemListElement"] span.post,
.subPage-header .breadLink span.current-item {
	color: var(--mainColor);
}
.subPage-header .breadLink span[property="itemListElement"]:first-of-type,
.subPage-header .breadLink .slash:first-of-type{
  display: none;
}
.subPage-header h1{
	font-weight: 400;
}
.subPage-header .entry-title{
	grid-area: title;
	padding-top: 12px;
	font-size: 3.5rem;
	font-family: var(--font-zen);
	font-weight: 600;
	letter-spacing: 0.06em;
}
.subPage-header .title-english{
	grid-area: english;
	margin-top: 0;
	font-family: var(--font-hanken);
	font-size: 1.125rem;
	text-transform: uppercase;
}
.subPage-header .category-thumb{
	grid-area: thumb;
	display: block;
	align-self: flex-start;
	justify-self: end;
	width: 100%;
	max-width: 300px;
	padding: 47px 10px;
	font-family: var(--font-en);
	font-size: 8.125rem;
	font-weight: 400;
	line-height: 1;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	border-radius: 10px;
	background-repeat: repeat;
	background-position: left -75px top;
	background-size: 150px auto;
}

@media screen and (min-width:768px) and (max-width:1499px) {
 /* for 幅狭PC＆TAB */
	.subPage-header{
		grid-template-columns: 122px 1fr;
		padding-left: 2vw;
		padding-right: 2vw;
	}
	.subPage-header .category-thumb{
		width: 30vw;
		max-width: 300px;
		font-size: clamp(9vw, 8.125rem, 12vw);
	}
}
@media screen and (max-width: 767px) {/* for SP */
	.subPage-header .inner{
		padding-left: 5vw;
		padding-right: 5vw;
		grid-template-columns: 1fr 27vw;
		grid-template-rows: auto auto;
		grid-template-areas: 
			"pankuzu pankuzu"
			"title title";
		gap: 2vw 5vw;
		padding-top: 0;
		padding-bottom: 12vw;
	}
  .subPage-header .inner.hasPageName {
    grid-template-rows: auto auto auto;
    grid-template-areas: 
			"icon icon"
			"pankuzu pankuzu"
			"title title";
  }
  .subPage-header .inner::before {
    left: 5vw;
  }
	.subPage-header .pageName-icon{
		align-self: start;
		justify-self: start;
		font-size: 0.875rem;
		border-radius: 4px;
	}
	.subPage-header .breadLink{
		letter-spacing: 0em;
	}
	.subPage-header .breadLink .slash{
		width: 0.6em;
		height: 0.8em;
	}
	.subPage-header .entry-title{
		padding-top: 2vw;
		font-size: 2rem;
		line-height: 1.2;
		letter-spacing: 0.03em;
	}
}


/*==============================================
    
  コンテンツ内要素

==============================================*/

/* .sub-main_inner
=========================================== */
.sub-main_inner {
  max-width: var(--width);
  padding: 100px 0 140px 0 ;
  margin-left: auto;
  margin-right: auto;
}
.sub-main_inner a{
  color: var(--link);
  text-decoration: underline;
}
@media (min-width:768px){ /* 768px以上全て */
  .sub-main_inner {
    width: 96%;
  }
  .sub-main_inner a:hover{
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {/* for SP */
  .sub-main_inner {
    padding: 8vw 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
/* タイトル周り
=========================================== */
.topLineTitle {
  width: 100%;
  border-top: var(--border);
  position: relative;
  padding-top: 34px;
  margin-bottom: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.topLineTitle::before {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  background: var(--mainColor);
  position: absolute;
  top: -4px;
  left: 0;
  cursor: pointer;
}
.nomalTitle {
  font-weight: 600;
  font-size: 1.375rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {/* for SP */
  .topLineTitle {
    padding-top: 5vw;
    margin-bottom: 5vw;
    font-size: 1.375rem;
    letter-spacing: 0.03em;
  }
  .nomalTitle {
    font-size: 1.25rem;
  }
}
/* リスト周り
=========================================== */
.numList li{/*通常のリスト*/
  list-style-type: decimal;
  margin-left: 1.5em;
}
.numList.bold li::marker {
  font-weight: bold;
}
.numList li + li{
  margin-top: 1em;
}
.circleList {
  margin: 1em 0;
}
.circleList li{
  position: relative;
  padding-left: 1em;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.circleList li::before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  background: var(--mainColor);
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 0.6rem;
}
.circleList li + li{
  margin-top: 0.5em;
}
/* テーブル パターン1
=========================================== */
.nomalTable {
  border: 0;
}
.nomalTable th{
  border: 0;
  border-bottom: var(--border);
  padding: 1.8em 1em 1.8em 0;
  line-height: 1.8;
  font-weight: 600;
  vertical-align: top;
}
.nomalTable td{
  border: 0;
  border-bottom: var(--border);
  padding: 1.8em 0;
  line-height: 1.8;
  vertical-align: top;
} 
@media (min-width:768px){ /* 768px以上全て */
  .nomalTable tr:first-of-type th{
    border-top: 2px solid var(--mainColor);
  }
  .nomalTable tr:first-of-type td{
    border-top: 2px solid #000;
  } 
}
@media screen and (max-width: 767px) {/* for SP */
  .nomalTable {
    position: relative;
    border-top: 0.1875rem solid #000;
  }
  .nomalTable::before {
    content: '';
    line-height: 0;
    display: block;
    width: 3rem;
    height: 2px;
    position: absolute;
    left: 0;
    top: -1px;
    background: var(--mainColor);
  }
}
/* PDFリンク
=========================================== */
a.pdfLink {
  display: inline-block;
  padding-right: 1.75em;
  position: relative;
}
a.pdfLink::after {
  content: "";
  display: block;
  width: 1.125rem;
  height: 1.5rem;
  position: absolute;
  top: 0;
  right: 0.3125rem;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018%2024%22%20fill%3D%22%23000%22%20width%3D%2218%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M8.53%2C12c-.21-.71-.24-1.47-.09-2.2.39%2C0%2C.36%2C1.74.09%2C2.2ZM8.45%2C14.21c-.37%2C1.01-.81%2C1.99-1.33%2C2.94.95-.43%2C1.94-.77%2C2.95-1.03-.67-.52-1.22-1.17-1.62-1.91h0ZM4.04%2C20.06s.62-.25%2C1.64-1.88c-.66.52-1.22%2C1.16-1.64%2C1.89h0ZM11.63%2C7.5h6.38v15.38c0%2C.62-.5%2C1.12-1.12%2C1.12%2C0%2C0%2C0%2C0%2C0%2C0H1.13C.51%2C24%2C0%2C23.5%2C0%2C22.88c0%2C0%2C0%2C0%2C0%2C0V1.13C0%2C.51.5%2C0%2C1.12%2C0c0%2C0%2C0%2C0%2C0%2C0h9.38v6.38c0%2C.62.5%2C1.12%2C1.12%2C1.12ZM11.25%2C15.55c-.94-.58-1.65-1.47-2-2.52.32-.97.42-2%2C.29-3.01-.08-.64-.67-1.1-1.31-1.02-.41.05-.76.32-.93.7-.16%2C1.22-.03%2C2.45.38%2C3.61-.57%2C1.37-1.21%2C2.71-1.91%2C4.02h0c-1.27.65-3.45%2C2.09-2.56%2C3.19.26.29.62.46%2C1.01.48.84%2C0%2C1.67-.84%2C2.86-2.9%2C1.21-.45%2C2.44-.81%2C3.7-1.09.92.52%2C1.94.84%2C3%2C.91.67.02%2C1.23-.51%2C1.24-1.18%2C0-.31-.11-.62-.32-.85-.65-.64-2.55-.45-3.45-.34h0ZM17.67%2C4.92L13.08.33C12.87.12%2C12.58%2C0%2C12.28%2C0h-.28v6h6v-.29c0-.3-.12-.58-.33-.79ZM14.2%2C16.89c.19-.13-.12-.56-2.01-.42%2C1.74.74%2C2.01.42%2C2.01.42Z%22%2F%3E%3C%2Fsvg%3E') #FFF no-repeat center center / 1.125rem auto; 
}

/* テキストリンク
=========================================== */
a.linkText {
  display: inline-block;
  padding-right: 3em;
  position: relative;
}
a.linkText::after {
  content: "";
	display: block;
	width: 2.25rem;
	height: 1.25rem;
	border-radius: 25px;
	position: absolute;
	top: 0.2em;
	right: 0.3125rem;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010.16%208.48%22%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M5.91%2C8.48l-.71-.71%2C3.04-3.04H0v-1h8.24L5.21.71l.71-.71%2C4.24%2C4.24-4.24%2C4.24h0Z%22%2F%3E%3C%2Fsvg%3E') #000 no-repeat center center / 0.75rem auto;
}

/*==============================================
    
  一覧へ戻る

==============================================*/
#BackBtnBox{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	padding-top: 64px;
	padding-bottom: 64px;
	background: url("../images/pattern_bg.png") repeat center top;
}
#BackBtnBox a{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	background-color: var(--btnColor2);
	gap: 1em;
	width: 100%;
	max-width: 380px;
	padding: 20px 24px 20px 32px;
	border-radius: 50px;
	color: #FFF;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0;
	transition: all 0.3s ease;
}
#BackBtnBox a i{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	width: 36px;
	height: 20px;
	padding-top: 1px;
	color: #000;
	background: #FFF;
	border-radius: 25px;
}
#BackBtnBox a svg{
	display: block;
	width: 10px;
	height: 9px;
	fill: currentColor;
	transform: rotate(180deg);
}
@media (min-width:768px){ /* 768px以上全て */
	#BackBtnBox a:hover{
		background-color: var(--btnColor2-crr);
		transition: all 0.3s ease;
	}
}
@media screen and (max-width: 767px) {/* for SP */
	#BackBtnBox a{
		max-width: 90vw;
	}
}

/*==============================================
    
  お問い合わせはこちら

==============================================*/
.inquiries__container {
  background: var(--bg-gray);
  margin-top: 3em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}
.inquiries__container h3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.5em;
}
.inquiries__container h3 svg {
  fill: var(--mainColor);
  width: 2em;
  height: 1.5em;
}
.inquiries__container .form__btn{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  width: 100%;
  max-width: 211px;
  padding: 16px 24px 16px 32px;
  border-radius: 50px;
  color: #FFF;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  background-color: var(--btnColor);
  transition: all 0.3s ease;
  text-decoration: none !important;
}
.inquiries__container .form__btn i {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 20px;
  padding-top: 1px;
  color: #000;
  background: #FFF;
  border-radius: 25px;
}
.inquiries__container .form__btn i svg {
    display: block;
    width: 10px;
    height: 9px;
    fill: currentColor;
}
@media (min-width:768px){ /* 768px以上全て */
  .inquiries__container {
    max-width: 46rem;
    width: 100%;
    padding: 2em 3em;
    align-items: center;
    justify-content: space-between;
  }
  .inquiries__container .form__btn{
		transition: background-color 0.3s ease;
	}
	.inquiries__container .form__btn:hover{
		background-color: var(--btnColor-crr);
	}
}
@media screen and (max-width: 767px) {/* for SP */
  .inquiries__container {
    flex-direction: column;
    padding: 2em 1.5em;
  }
  .inquiries__container h3 {
    flex-direction: column;
    gap: 0.3em;
    margin-bottom: 1em;
  }
  .inquiries__container .form__btn {
    margin: 0 auto;
  }
}

/*==============================================
    
  pager

==============================================*/
.nav-links{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 80px;
}
.nav-links .page-numbers:not(.dots){
	display: grid;
	place-content: center;
	width: 2.5em;
	height: 2.5em;
	font-size: 1rem;
	border: var(--border);
	border-radius: 5px;
}
.nav-links .page-numbers.dots{
	pointer-events: none;
	cursor: default;
}
.nav-links .page-numbers.current{
	background: var(--mainColor);
	border-color: var(--mainColor);
	color: #FFF;
	cursor: default;
}
.nav-links .page-numbers.prev,
.nav-links .page-numbers.next{
	color: #000;
}
.nav-links .page-numbers svg{
	width: 0.7em;
	height: 0.6em;
	margin-left: 0.1em;
	margin-top: 0.1em;
	fill: currentColor;
}
.nav-links .page-numbers.prev svg{
	transform: rotate(-180deg)
}
@media (min-width:768px){ /* 768px以上全て */
	.nav-links .page-numbers:not(.dots):focus,
	.nav-links .page-numbers:not(.dots):hover{
		background: var(--mainColor);
		border-color: var(--mainColor);
		color: #FFF;
		text-decoration: none;
		transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
	}
}
@media screen and (max-width: 767px) {/* for SP */
	
	.nav-links{
		gap: 2vw;
		margin-top: 12vw;
		margin-bottom: 12vw;
	}
	.nav-links .page-numbers:not(.dots){
		width: 2.8em;
		height: 2.8em;
	}
	
}

/*==============================================
    
  404

==============================================*/
.error404 .site-main h2{
  text-align: center;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.error404 .site-main .lead {
  text-align: center;
  line-height: 2;
}
.error404 .footBtn{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	width: 100%;
	max-width: var(--width);
	margin-top: 80px;
}
.error404 .footBtn a{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	background-color: var(--btnColor2);
	gap: 1em;
	width: 100%;
	max-width: 240px;
	padding: 20px 24px 20px 32px;
	border-radius: 50px;
	color: #FFF;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0;
	transition: all 0.3s ease;
  text-decoration: none;
}
.error404 .footBtn a i{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	width: 36px;
	height: 20px;
	padding-top: 1px;
	color: #000;
	background: #FFF;
	border-radius: 25px;
}
.error404 .footBtn a svg{
	display: block;
	width: 10px;
	height: 9px;
	fill: currentColor;
}
@media (min-width:768px){ /* 768px以上全て */
	.error404 .footBtn a:hover{
		background-color: var(--btnColor2-crr);
		transition: all 0.3s ease;
	}
}

/*==============================================
    
  検索結果

==============================================*/
.search .searchWrap{
  background: var(--bg-gray);
  padding: 2em 3em;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 5em auto;
}
.search .searchWrap label {
  display: block;
  text-align: center;
  margin-bottom: 1em;
}
.search .searchWrap form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
.search .searchWrap form input[type="search"]{
  border: var(--border);
  padding: 0.8em 1em;
  border-radius: 5px;
}
.search .searchWrap form button{
  border: none;
  color: #FFF;
  font-family: var(--font-noto);
  background: var(--btnColor);
  font-weight: 500;
  cursor: pointer;
  height: 42px;
  padding: 0.5em;
  min-width: 4em;
}
.search .searchNum{
  text-align: right;
}
.search .search-result-list li{
  border-bottom: var(--border);
}
.search .search-result-list li a{
  display: block;
  color: var(--fontColor);
  text-decoration: none;
  position: relative;
}
.search .search-result-list li h2{
  font-size: 1rem;
}
.search .search-result-list li h2 + p{
  margin-top: 0.5em;
}
.search .search-result-list li p{
  font-size: .875rem;
}
.search .search-result-list li i{
  position: absolute;
  display: inline-block;
  width: 1rem;
	height: 0.9375rem;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.search .search-result-list li i svg{
	display: block;
	fill: currentColor;
  width: 100%;
  height: 100%;
}
@media (min-width:768px){ /* 768px以上全て */
  .search .searchWrap form input[type="search"]{
    width: 30em;
  }
  .search .search-result-list li a{
    padding: 2em 3em 2em 1em;
  }
  .search .search-result-list li a,
  .search .search-result-list li i svg{
    transition: all 0.3s ease;
  }
  .search .search-result-list li a:hover {
    color: var(--mainColor);
  }
  .search .search-result-list li:hover i svg{
    fill:var(--mainColor);
  }
}
@media screen and (max-width: 767px) {/* for SP */
  .search .search-result-list li a{
    padding: 1.5em 3em 1.5em 0.5em;
  }
}



