@media screen and (min-width: 768px) {
  .pcnone {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .spnone {
    display: none !important;
  }
}
.fade {
  transition: 0.3s ease-in-out;
}
.fade:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.colorblue {
  color: #0d6fb8;
}
.colorblack {
  color: #222222;
}
.backgroundcolor-baige {
  background-color: #f9f3e0;
}
.backgroundcolor-blue {
  background-color: #0d6fb8;
}
.backgroundcolor-white {
  background-color: #ffffff;
}
.backgroundcolor-baigeimage {
/*  background-image: url(../image/common/backbeige_big.png);*/
/*	  background-image: url(../image/common/pageback2.jpg);*/
	background-image: url("../image/common/pagebacksvg.svg");
  /*background-size: cover;*/
	background-repeat: repeat-y;
/*	background-size: contain;*/
	background-size: cover;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.flex.center {
  justify-content: center;
}
.relative {
  position: relative;
}
.container {
  max-width: 1000px;
  margin: 0 auto;
}
h2.h2_1 {
  text-align: center;
  color: #222;
  font-family: "LineSeedJP_Bd";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 768px) {
  h2.h2_1 {
    font-size: 24px;
    line-height: 150%; /* 36px */
    letter-spacing: 0.72px;
  }
}
h2.h2_1 p {
  letter-spacing: 0.1em;
	font-weight: normal;
}
h2.h2_1 span {
  display: block;
  color: #0d6fb8;
  text-align: center;
   font-family: "Fredoka", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.9px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  h2.h2_1 span {
    font-size: 20px;
    line-height: normal;
    letter-spacing: 0.6px;
  }
}
h2.h2_2 {
  color: #222;
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.14px;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  h2.h2_2 {
    font-size: 24px;
    letter-spacing: 0.72px;
    margin-bottom: 40px;
  }
}
h2.h2_2 span {
  color: #0d6fb8;
  text-align: center;
   font-family: "Fredoka", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.63px;
  margin-bottom: 6px;
  display: block;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  h2.h2_2 span {
    font-size: 20px;
    letter-spacing: 0.6px;
  }
}
button {
  width: 238px;
  height: 64px;
  margin: 0 auto;
  display: block;
  border-radius: 100vh;
  text-align: left;
  padding-left: 30px;
  border: 1px solid #0d6fb8;
  transition: all 0.3s ease;
}
button a {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 24px */
  letter-spacing: 0.45px;
  text-align: left;
	display: block;
    width: 100%;
    height: 100%;
    line-height: 64px;
	
}
button.backgroundcolor-blue:after {
  position: absolute;
  right: 13px;
  width: 34px;
  height: 34px;
  background-image: url(../image/common/buttonarrowwhite.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
button.backgroundcolor-blue:hover {
  background-color: #fff;
  color: #0d6fb8;
}
button.backgroundcolor-blue:hover a {
  color: #0d6fb8;
}
button.backgroundcolor-blue:hover:after {
  background-image: url(../image/common/buttonarrowblue.svg);
}
button.backgroundcolor-white a {
  color: #0d6fb8;
}
button.backgroundcolor-white:after {
  position: absolute;
  right: 15px;
  width: 34px;
  height: 34px;
  background-image: url(../image/common/buttonarrowblue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
button.backgroundcolor-white:hover {
  background-color: #0d6fb8;
}
button.backgroundcolor-white:hover a {
  color: #fff;
}
button.backgroundcolor-white:hover:after {
  background-image: url(../image/common/buttonarrowwhite.svg);
}
/* お知らせ */
.newslist {
  border-top: 1px solid #fff;
  margin-bottom: 78px;
}
@media screen and (max-width: 768px) {
  .newslist {
    margin: 0 auto;
    width: 88.3vw;
    margin-bottom: 40px;
  }
}
.newslist li {
  border-bottom: 1px solid #fff;
  padding: 30px 0 28px;
}


div.newsList-container .newslist li {
border-bottom: 1px solid #f9f3e0;
}
div.newsList-container .newslist li:last-child {
	border: none;
}

@media screen and (max-width: 768px) {
  .newslist li {
    padding: 25px 0 23px;
    padding-right: 40px;
  }
}
.newslist li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.newslist li a {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  align-items: center;
  color: #222;
  font-feature-settings: "palt"on;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 36px */
  letter-spacing: 0.54px;
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .newslist li a {
    flex-wrap: wrap;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%; /* 36px */
    letter-spacing: 0.54px;
    gap: 5px;
  }
}
.newslist li a::after {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  background-image: url(../image/common/buttonarrowblue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .newslist li a::after {
    width: 30px;
    height: 30px;
    right: -40px;
    bottom: 0;
    transform: translateY(0);
    background-image: url(../image/common/buttonarrowblue-sp.svg);
  }
}
.newslist li a:hover {
  color: #f1c846;
}
.newslist li a:hover::after {
  background-image: url(../image/common/buttonarrowyellow.svg);
}
.newslist li a .date {
  color: #222;
  font-feature-settings: "palt"on;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 30px */
  letter-spacing: 0.45px;
  width: 108px;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .newslist li a .date {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%; /* 30px */
    letter-spacing: 0.45px;
    display: block;
    width: 100%;
    padding: 0;
  }
}
.pagewrap {
  padding-top: 14.34px;
  margin-top: 83.657px;
/*  background-image: url(../image/common/pageback.jpg);*/
background-image: url("../image/common/pagebacksvg.svg");
	background-size: cover;
  background-position: center;
  background-repeat: repeat-y;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .pagewrap {
    padding-top: 24px;
    margin-top: 65px;
    padding-bottom: 80px;
  }
}
/* ページの上部mv */
.page-head {
  height: 531px;
  position: relative;
  width: clamp(320px, 90%, 1270px);
  margin: 0 auto 116px;
}
@media screen and (max-width: 768px) {
  .page-head {
    height: 200px;
    margin: 0 auto;
  }
}
.page-head-inner .image {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page-head-inner .image {
    border-radius: 30px;
  }
}
.page-head-inner .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-head-inner .image::after {
  content: "";
  display: block;
  width: 419px;
  height: 84px;
  aspect-ratio: 419/84;
  background-image: url(../image/common/page-circle.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
}
@media screen and (max-width: 768px) {
  .page-head-inner .image::after {
    width: 229px;
    height: 46px;
    aspect-ratio: 229/46;
  }
}
@media screen and (max-width: 768px) {
  .page-head-inner {
    height: 100%;
  }
}
.page-head-circle {
  width: 419px;
  height: 84px;
  aspect-ratio: 419/84;
  position: absolute;
  bottom: 0;
}
.page-head-inner h2.page-title {
  position: absolute;
  bottom: -69px;
  left: 50%;
  transform: translateX(-50%);
  color: #222;
  text-align: center;
  font-family: "LineSeedJP_Bd";
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.14px;
	font-weight: normal;
}
.page-head-inner h2.page-title span {
  color: #0d6fb8;
  display: block;
  text-align: center;
   font-family: "Fredoka", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.9px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .page-head-inner h2.page-title {
    font-size: 28px;
    letter-spacing: 0.84px;
    bottom: -57px;
	  font-weight: normal;
  }
  .page-head-inner h2.page-title span {
    font-size: 24px;
    letter-spacing: 0.72px;
  }
}
.workscontents-head h2.page-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #222;
  text-align: center;
  font-family: "LineSeedJP_Bd";
  font-size: 38px;
  font-style: normal;
font-weight: normal;
  line-height: normal;
  letter-spacing: 1.14px;
  z-index: 2;
}

@media screen and (max-width: 768px) {
	
	.workscontents-head h2.page-title {
	white-space: nowrap;	
		color: #222;
text-align: center;
font-size: 28px;
font-style: normal;

line-height: normal;
letter-spacing: 0.84px;
	}
	
}

.workscontents-head h2.page-title span {
  color: #0d6fb8;
  display: block;
  text-align: center;
   font-family: "Fredoka", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.9px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {

.workscontents-head h2.page-title span {


font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.72px;
	}
}


/*404*/
.nofound {
  margin: 32px auto;
  line-height: 1.5;
}
/*アンカーリンク*/
.anchor {
  padding-top: 100px;
  margin-top: -100px;
}
/*お知らせ*/
.newsContentscategory {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
.newsContentscategory {
margin: 0 22px;
	}
}


.newsContents {
  color: #191e2e;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* letter-spacing: 0.45px; */
  letter-spacing: 0.1em;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
.newsContents {
padding: 0 22px 0;
	}
}

.newsContents p {
  margin-bottom: 32px;
}
.newsContents img {
  margin-bottom: 32px;
}
.newsContents a {
  text-decoration: underline;
  color: #0d6fb8;
}
/*前の記事、次の記事*/
div.PrevNext {
  justify-content: flex-start;
}
div.PrevNext a {
  color: #222;
  text-align: center;
  font-feature-settings: "palt"on;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width:768px) {
  div.PrevNext {
    padding-top: 20px;
  }
  div.PrevNext a {
    position: relative;
  }
}
div.PrevNext div {
  width: calc(100% / 3);
}
div.PrevNext div {
  text-align: center;
}
div.PrevNext div:first-child {
  text-align: left;
}
div.PrevNext div:last-child {
  text-align: right;
}
ul.newsList {
  align-items: flex-start;
  margin-bottom: 50px;
}
div.PrevNext div.prev a:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 2px;
  justify-content: center;
  align-items: center;
  background-image: url(../image/common/buttonarrowblue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 8px;
}
div.PrevNext div.next a:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 2px;
  justify-content: center;
  align-items: center;
  background-image: url(../image/common/buttonarrowblue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 8px;
}
@media screen and (max-width:768px) {
  div.PrevNext div.prev, div.PrevNext div.next {
    padding-top: 50px;
  }
  div.PrevNext div.prev a:before {
    position: absolute;
    top: -50px;
    left: 22px;
    margin: 0;
  }
  div.PrevNext div.next a:after {
    position: absolute;
    top: -50px;
    right: 22px;
    margin: 0;
  }
}
/*タクソノミーのページャー*/
.navigation.pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 8px;
  align-items: center;
}
.page-numbers.current {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background-color: #0D6FB8;
  border-radius: 100vh;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
a.page-numbers {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  color: #222;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 190%;
  padding: 0;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-links {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 8px;
  align-items: center;
}



.next.page-numbers{
	
}