@charset "UTF-8";
@import url('https://fonts.cdnfonts.com/css/barlow');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,300;1,300&family=Space+Grotesk:wght@300&display=swap');
.contents_inner {
    display: block;
    padding-top: 120px;
    margin-top: -120px;
}
.overimg:hover{opacity: 0.5;}
.spnone{display: block;}
.sponly{display: none;}
.f-left{float: left;}
.f-right{float: right;}
.img100{width: 100%;}
.normal{font-weight: normal;}
.justify{text-align: justify;}
.w48per{width: 48%;}
.w30per{width: 30%;}
.w40per{width: 40%;}
.w56per{width: 56%;}
.w48per img{width: 100%;}
.w66per{width: 66%;position: relative;}
.w80per{width: 80%;margin: 0 auto;}
.w90per{width: 90%;margin: 0 auto;}
.white{color:#ffffff;}
.shadow{filter: drop-shadow(4px 4px 5px  rgba(0, 0, 0, 0.32));}
p{text-align: justify;}

.center-left{text-align: center;}

/*************** 全体ページヘッダータイトルCSS ***************/

.jost-bg {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
	position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  margin: 0;
  color: #e9e9e9;
  font-size: 6em;
  line-height: 1;
  letter-spacing: 0.02em;
}
.page-header {
	margin-top: 90px;
  overflow: hidden;
  color: #30343c;
}

.page-header__inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 88px 0 0px 100px;
}

.page-header__bg {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  margin: 0;
  color: #e9e9e9;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 6em;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.02em;
}

.page-header__title {
	text-align: left;
  margin: 0 0 50px;
  color: #211815;
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 0.04em;
}

.page-header__img {
  margin: 0;
}

.page-header__img img {
  display: block;
  width: 100%;
  height: auto;
max-height: 370px;
    object-fit: cover;
    object-position: center;
}


@media (max-width: 640px) {
.page-header {
	margin-top: 90px;
}

  .page-header__inner {
    width: 100%;
    padding: 30px 0 5%;
	  box-sizing: border-box;
  }

.page-header__bg {
    top: 0px;
    left: 0px;
    font-size: 3em;
    letter-spacing: 0;
  }
.jost-bg {
    top: 0px;
    left: 0px;
    font-size: 3em;
    letter-spacing: 0;
  }
  .page-header__title {
    width: calc(100% - 5%);
    margin: 0 auto 40px;
    font-size: 1.6em;
  }

  .page-header__img {
    width:100%;
  }

  .page-header__img img {
	  width:95%;
	  padding-left:5%;
	  object-fit: contain;

  }

}

/* 全体英字タイトル：左右センター */
.ttlIconCenter{
  display: flex;
  flex-direction: column;
  align-items: flex-start;   /* ← 日本語も含めてセンター */
  gap: 5px;
  margin: 0 0 2em;
}

/* 英字 */
.ttlIconCenter__en{
  font-size: 3.4em;
  font-weight: normal;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #4b4b4b;
  text-align: left;
	font-family: serif;
}

/* 日本語 */
.ttlIconCenter__jp{
  font-size: 1.2em;
  font-weight: normal;
  letter-spacing: 0.06em;
  line-height: 1.0;
  color: #4b4b4b;
  text-align: center;
}
@media (max-width: 640px) {
/* 全体英字タイトル：左右センター */
.ttlIconCenter{
  display: flex;
  flex-direction: column;
  align-items: flex-start;   /* ← 日本語も含めてセンター */
  margin: 0em 0 1em;
}

/* 英字 */
.ttlIconCenter__en{
  font-size: 2.8em;
  letter-spacing: 0.07em;}

/* 日本語 */
.ttlIconCenter__jp{
  font-size: 1.14em;}
}
/* ====== 下層ページページナビゲーションCSS ====== */
.page-nav ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 20px;
}

.page-nav a {
  position: relative;
  height: 50px;
  padding: 0 90px 0 20px;
  display: flex;
  align-items: center;
  border-right: 1px solid #373b43;
  border-bottom: 1px solid #373b43;
  color: #373b43;
  font-size: 1.14em;
  text-decoration: none;
 font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.page-nav i {
  position: absolute;
  right: 34px;
  top: 50%;
  width: 1px;
  height: 35px;
  background: #373b43;
  transform: translateY(-50%);
}

.page-nav i::before,
.page-nav i::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 20px;
  height: 1px;
  background: #373b43;
}

.page-nav i::before {
  right: 0;
  transform: rotate(45deg);
  transform-origin: right center;
}

.page-nav i::after {
  left: 0;
  transform: rotate(-45deg);
  transform-origin: left center;
}

@media (max-width: 640px) {
  .page-nav ul {
    width: 100%;
    display: block;
  }

  .page-nav li + li {
    margin-top: 10px;
  }

  .page-nav a {
    height: 35px;
    padding: 0 40px 0 14px;
    font-size: 0.84em;
    letter-spacing: .0em;
  }

  .page-nav i {
    right: 22px;
    height: 24px;
  }

  .page-nav i::before,
  .page-nav i::after {
    width: 12px;
  }
}
/* 下層ページのタイトルcss *************************************************************** */
.mincyou_title{font-family: serif; font-size: 2.2em;font-weight: normal;margin-bottom: 1em;}
.page-ttl {
  display: flex;
  align-items: flex-start;
  color: #30343c;
}

.page-ttl__line ,.page-ttl__line_02 {
  width: 10px;
  height: 90px;
  margin-left: 30px;
  margin-right: 22px;
  background: #a9d1dc;
  transform: skewX(-20deg);
  transform-origin: top;
}

.page-ttl__en {
  margin: 0.4em 0 8px;
  font-family:serif;
  font-size: 1.3em;
  line-height: 1;
  letter-spacing: 0.16em;
  font-weight: normal;
}

.page-ttl__jp {
  margin: 0;
  font-size: 2.4em;
  line-height: 1.15;
  letter-spacing: 0.04em;
  font-weight: normal;
}
@media (max-width: 640px) {
.mincyou_title{font-size: 1.4em;}
.page-ttl__line {
  width: 6px;
  height: 65px;
  margin-right: 10px;}
.page-ttl__line_02 {
  width: 6px;
  height: 90px;
  margin-right: 10px;
}
.page-ttl__en {margin: 0.6em 0 8px;font-size: 1.0em;}
.page-ttl__jp {font-size: 1.6em;letter-spacing: 0em;}
}
/* パンくずリストcss *************************************************************** */
.bg_breadcrumb{}
.breadcrumb {
	text-align: left;
width: 100%;
  padding: 0.2em 0em 0.2em;
  list-style: none;
  overflow: hidden;
  margin: 0 auto;
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
  font-weight: normal;/*太字*/
}
.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #666666;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
  text-decoration: none;
  color: #666666;
	font-size: 0.8em;
}
.breadcrumb li a:hover {text-decoration: underline;}
/* パンくずリストcss *************************************************************** */


/* ====== ページネーションCSS ====== */
.page_navi_wrap{width: 1000px;margin: 0 auto}
.border_top{border-top: solid 1px #000000;}
nav.pagination{display: block;}
.pagination .page-numbers {
  color: #3caeb8;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  line-height: 1.2rem;
  position: relative;
  display: inline-block;
  border: solid 1px #3caeb8;
  padding: 6px 11px 5px;
  margin: 2em 6px 5em;
}

.pagination .current {
  color: #fff;
  background-color: #3caeb8;
}

.pagination .dots {
  border: none;
  margin: 0 3px;
}

.pagination .prev {
  position: relative;
  padding-left: 23px;
}

.pagination .prev::after {
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  border-top: solid 1px #3caeb8;
  border-right: solid 1px #3caeb8;
  transform: rotate(225deg);
  margin: auto;
}

.pagination .next {
  position: relative;
  padding-right: 23px;
}

.pagination .next::after {
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  border-top: solid 1px #3caeb8;
  border-right: solid 1px #3caeb8;
  transform: rotate(45deg);
  margin: auto;
}

.pagination a:hover {
  color: #fff;
  background-color: #333;
  transition: .3s;
}

.pagination .prev:hover::after,
.pagination .next:hover::after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.page_f-left{float: left;}
.page_f-right{float: right;}
.page_navi{width: 90%; margin: 3em auto 3em;}
.page_navi a:visited{color:#333;}
.page_navi_lr{font-size: 1.2em;color:#333;}
.more_btn{width: 40%;display: block;margin: 2em auto;}
/*
===================================================
 tb タブレット解像度
===================================================
*/
@media screen and (max-width:1000px) {
.spnone{display: block;}
.sponly{display: none;}
}
/*
===================================================
 sp スマホ解像度
===================================================
*/
@media screen and (max-width:640px) {
.spnone{display: none;}
.sponly{display: block;}
.f-left{float: none;}
.f-right{float: none;}
.w30per{width: 70%;margin:0 auto;}
.w80per{width: 100%;margin:0 auto;}
.w48per{width: 100%;margin-bottom: 3%;}
.w66per{width: 100%;position: relative;}	
.w90per{width: 100%;margin: 0 auto;}
.w40per{width: 100%;}
.w56per{width: 100%;}
.center-left{text-align: left;}

/* パンくずリストcss *************************************************************** */
.breadcrumb {
	width: 95%;
	padding-left: 5%;}	
.breadcrumb li a {
  font-size: 0.8em;
}	
/* パンくずリストcss *************************************************************** */

	


.page_navi_wrap{width: 100%;margin: 0 auto}
.more_btn{width: 70%;display: block;margin: 2em auto;}
}
