@charset "UTF-8";
/*============================================================================
	cHeaderMain
=============================================================================*/
.cHeaderMain {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cHeaderMain .ttlWrap {
  padding-left: calc((100vw - 1224px) / 2);
  width: 60%;
}
.cHeaderMain .ttlWrap h2 {
  margin: 0 0 clamp(48px, 8.334vw, 80px);
  width: fit-content;
  display: block;
}
.cHeaderMain .ttlWrap h2 .en {
  margin-bottom: clamp(24px, 4.167vw, 40px);
  display: block;
}
.cHeaderMain .ttlWrap h2 .jp {
  margin-left: 0;
}
.cHeaderMain .ttlWrap p {
  margin: auto 0 0;
  font-size: clamp(12.6px, 2.25vw, 18px);
  line-height: 2;
  max-width: 750px;
}
@media (max-width: 1240px) {
  .cHeaderMain .ttlWrap {
    padding-left: 5%;
  }
}
@media (max-width: 1024px) {
  .cHeaderMain {
    display: block;
    position: relative;
  }
  .cHeaderMain .ttlWrap {
    padding-top: clamp(24px, 4.167vw, 40px);
    width: 90%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
  }
  .cHeaderMain .ttlWrap h2 {
    padding: 5px;
  }
  .cHeaderMain .ttlWrap h2 span {
    -webkit-text-stroke: 8px #ffffff;
    text-stroke: 8px #ffffff;
    paint-order: stroke;
    filter: drop-shadow(0px 0px 2px #fff);
  }
  .cHeaderMain .ttlWrap h2 .en {
    margin-bottom: 10px;
  }
  .cHeaderMain .ttlWrap p {
    background: #FFFFFF;
  }
}
@media (max-width: 480px) {
  .cHeaderMain .ttlWrap {
    padding: 0 5%;
    width: 100%;
    position: relative;
  }
}

/*============================================================================
	cHeaderSub
=============================================================================*/
.cHeaderSub h2 {
  margin: auto;
  color: #00B2C7;
  max-width: 1224px;
  width: 90%;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
.cHeaderSub h2 .en {
  font-family: "Kumbh Sans", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  font-size: clamp(30px, 4.6662vw, 48px);
  font-weight: 300;
  line-height: 1;
}
.cHeaderSub h2 .jp {
  margin-left: clamp(24px, 4.167vw, 40px);
  font-weight: 500;
  letter-spacing: 0.04em;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cHeaderSub h2 .jp::before {
  content: '';
  margin-right: clamp(12px, 2.0835vw, 20px);
  width: clamp(60px, 10.416vw, 100px);
  height: 1px;
  background: #00B2C7;
  display: block;
}
@media (max-width: 1024px) {
  .cHeaderSub h2 {
    display: block;
  }
  .cHeaderSub h2 .jp {
    margin-left: 0;
    font-size: 1.4rem;
  }
  .cHeaderSub h2 .jp::before {
    width: 40px;
  }
}

.breadcrumbs {
  margin: clamp(48px, 8.334vw, 80px) auto 20px;
  max-width: 1224px;
  width: 90%;
}
.breadcrumbs ol {
  align-items: center;
}
.breadcrumbs ol li {
  color: #555555;
  font-family: "Kumbh Sans", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.breadcrumbs ol li:not(:last-of-type)::after {
  content: '\00ff1e';
  margin-left: 8px;
  color: #555555;
  font-size: 1.0rem;
}
.breadcrumbs ol li + li {
  margin-left: 5px;
}
.breadcrumbs ol li a {
  color: #555555;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.breadcrumbs ol li a:hover {
  opacity: 0.4;
}

/*============================================================================
	layoit
=============================================================================*/
#newsWrap {
  margin: clamp(60px, 10.416vw, 100px) auto clamp(49px, 11.6664vw, 140px);
  max-width: 1224px;
  width: 90%;
  position: relative;
}
#newsWrap #newsSidebar {
  margin: 0 0 auto;
  width: 22.8%;
  position: sticky;
  top: clamp(60px, 10.416vw, 100px);
}
#newsWrap #newsSidebar h3 {
  color: #00B2C7;
  font-family: "Kumbh Sans", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  font-weight: 300;
  font-size: clamp(25px, 3.8892vw, 40px);
  line-height: 1;
}
#newsWrap #newsSidebar ul {
  margin: clamp(24px, 4.167vw, 40px) auto 0;
  width: 100%;
}
#newsWrap #newsSidebar ul li {
  border-bottom: 1px solid #555555;
}
#newsWrap #newsSidebar ul li a {
  padding: clamp(18px, 3.1245vw, 30px) 0;
  letter-spacing: 0.04em;
  display: block;
}
#newsWrap #newsList {
  margin: 0 0 0 auto;
  padding-top: clamp(60px, 10.416vw, 100px);
  width: 67.7%;
}
#newsWrap #newsEntryWrap {
  margin: 0 0 0 auto;
  width: 65.4%;
}
@media (max-width: 1024px) {
  #newsWrap #newsSidebar {
    margin: clamp(49px, 11.6664vw, 140px) auto 0;
    width: 100%;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
    position: static;
  }
  #newsWrap #newsSidebar ul {
    margin: 10px auto 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #newsWrap #newsSidebar ul li {
    margin: 0 4% clamp(24px, 4.167vw, 40px) 0;
    width: 22%;
  }
  #newsWrap #newsSidebar ul li:nth-of-type(4n) {
    margin-right: 0;
  }
  #newsWrap #newsSidebar ul li a {
    padding: 10px 0;
    text-align: center;
  }
  #newsWrap #newsList {
    padding-top: 0;
    width: 100%;
  }
  #newsWrap #newsEntryWrap {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #newsWrap #newsSidebar ul li {
    margin: 0 4% clamp(24px, 4.167vw, 40px) 0;
    width: 48%;
  }
  #newsWrap #newsSidebar ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}

/*============================================================================
	archive
=============================================================================*/
#newsList .listCard {
  padding: clamp(18px, 3.1245vw, 30px) 0;
  border-top: 1px solid #555555;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
#newsList .listCard:last-of-type {
  border-bottom: 1px solid #555555;
}
#newsList .listCard figure {
  width: 22%;
  border-radius: 10px;
  border: 1px solid #555555;
  overflow: hidden;
  position: relative;
}
#newsList .listCard figure::before {
  content: '';
  padding-top: 66.7%;
  display: block;
}
#newsList .listCard figure img {
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
#newsList .listCard .newsText {
  margin: 0 0 0 auto;
  width: 75.4%;
}
#newsList .listCard .newsText .infoBox {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
#newsList .listCard .newsText .infoBox date {
  margin: auto 16px auto 0;
  font-size: 1.4rem;
  font-family: "Kumbh Sans", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  font-weight: 700;
  display: inline-block;
}
#newsList .listCard .newsText .infoBox .ctg {
  padding: 4px 0;
  color: #00B2C7;
  font-size: 1.4rem;
  font-weight: 500;
  min-width: 120px;
  text-align: center;
  border-radius: 20px;
  background: rgba(0, 178, 199, 0.1);
  display: inline-block;
}
#newsList .listCard .newsText .ttl {
  margin-top: 16px;
  font-weight: 500;
}
@media (max-width: 480px) {
  #newsList .listCard {
    padding: clamp(30px, 5.208vw, 50px) 0;
    display: block;
  }
  #newsList .listCard:first-of-type {
    border: none;
  }
  #newsList .listCard figure {
    margin: 0 auto 10px;
    width: 80%;
  }
  #newsList .listCard .newsText {
    width: 100%;
  }
  #newsList .listCard .newsText .ttl {
    margin-top: 10px;
  }
}

.pagenate {
  margin: clamp(42px, 9.9996vw, 120px) auto 0;
  height: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pagenate a, .pagenate span {
  margin: 0 1em;
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #555555;
}
.pagenate a.current, .pagenate span.current {
  color: #00B2C7;
  border-bottom: 1px solid #00B2C7;
}
.pagenate a.dots, .pagenate span.dots {
  padding: 10px 0;
  border: none;
}
.pagenate a.prev, .pagenate span.prev {
  margin: 0 auto 0 0;
  width: 140px;
}
.pagenate a.prev::before, .pagenate span.prev::before {
  content: '';
  margin-right: 2.5em;
  width: 15px;
  height: 15px;
  background: url("../img/common/arrow-gry.svg") no-repeat center center/contain;
  display: inline-block;
  transform: rotate(180deg);
}
.pagenate a.next, .pagenate span.next {
  margin: 0 0 0 auto;
  width: 140px;
}
.pagenate a.next::after, .pagenate span.next::after {
  content: '';
  margin-left: 2.5em;
  width: 15px;
  height: 15px;
  background: url("../img/common/arrow-gry.svg") no-repeat center center/contain;
  display: inline-block;
}
@media (max-width: 480px) {
  .pagenate a, .pagenate span {
    margin: 0 0.5em;
    padding: 5px;
  }
  .pagenate a.dots, .pagenate span.dots {
    padding: 5px 0;
  }
  .pagenate a.prev, .pagenate span.prev {
    width: 80px;
  }
  .pagenate a.prev::before, .pagenate span.prev::before {
    margin-right: 1em;
    width: 10px;
    height: 10px;
  }
  .pagenate a.next, .pagenate span.next {
    width: 80px;
  }
  .pagenate a.next::after, .pagenate span.next::after {
    margin-left: 1em;
    width: 10px;
    height: 10px;
  }
}

/*============================================================================
	記事詳細
=============================================================================*/
#newsEntryWrap article .eyecatch {
  margin: 0 auto clamp(24px, 4.167vw, 40px);
  text-align: center;
  border-radius: 0.6944444444vw;
  position: relative;
  border: 1px solid #555555;
  overflow: hidden;
}
#newsEntryWrap article .eyecatch::before {
  content: '';
  padding-top: 57.5%;
  display: block;
}
#newsEntryWrap article .eyecatch img {
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
@media (max-width: 480px) {
  #newsEntryWrap article .eyecatch {
    border-radius: 2.6666666667vw;
  }
}
#newsEntryWrap article .infoBox {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
#newsEntryWrap article .infoBox date {
  margin: auto 16px auto 0;
  font-size: 1.4rem;
  font-family: "Kumbh Sans", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  font-weight: 700;
  display: inline-block;
}
#newsEntryWrap article .infoBox .ctg {
  padding: 4px 0;
  color: #00B2C7;
  font-size: 1.4rem;
  font-weight: 500;
  min-width: 120px;
  text-align: center;
  border-radius: 20px;
  background: rgba(0, 178, 199, 0.1);
  display: inline-block;
}
#newsEntryWrap article .entryTtl {
  margin: clamp(12px, 2.0835vw, 20px) auto clamp(18px, 3.1245vw, 30px);
  font-size: clamp(20.48px, 3.5552vw, 32px);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.5;
}
#newsEntryWrap article .entryBody p {
  font-weight: 500;
  line-height: 1.75;
}
#newsEntryWrap article .entryBody p + p {
  margin-top: 1em;
}
#newsEntryWrap article .entryBody a.btn {
  padding: 0 clamp(60px, 10.416vw, 100px) 0 clamp(12px, 2.0835vw, 20px);
  color: #00B2C7;
  width: fit-content;
  min-width: 280px;
  height: 64px;
  line-height: 64px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #00B2C7;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  background: #FFFFFF;
}
#newsEntryWrap article .entryBody a.btn::after {
  content: '';
  margin: auto;
  width: 15px;
  height: 15px;
  background: url("../img/common/arrow-tur.svg") no-repeat center center/contain;
  display: block;
  position: absolute;
  top: 0;
  left: auto;
  right: clamp(12px, 2.0835vw, 20px);
  bottom: 0;
}
@media (max-width: 480px) {
  #newsEntryWrap article .entryBody a.btn::after {
    margin-left: 1em;
    width: 10px;
    height: 10px;
  }
}
#newsEntryWrap article .entryBody a.btn:hover {
  color: #FFFFFF;
  background: #00B2C7;
}
#newsEntryWrap article .entryBody a.btn:hover::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(69deg) brightness(102%) contrast(100%);
}
#newsEntryWrap #postLinkBox {
  margin-top: clamp(49px, 11.6664vw, 140px);
}
#newsEntryWrap #postLinkBox p {
  padding-bottom: 10px;
  width: 28%;
  position: relative;
}
#newsEntryWrap #postLinkBox p::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #555555;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}
#newsEntryWrap #postLinkBox p:hover::after {
  transform: scale(0, 1);
}
#newsEntryWrap #postLinkBox p.prev, #newsEntryWrap #postLinkBox p.next {
  max-width: 140px;
  text-align: center;
}
#newsEntryWrap #postLinkBox p.prev a, #newsEntryWrap #postLinkBox p.next a {
  width: 100%;
  text-align: center;
  display: block;
}
#newsEntryWrap #postLinkBox p.back {
  max-width: 160px;
  text-align: center;
}
#newsEntryWrap #postLinkBox p.prev span::before {
  content: '';
  margin-right: 2.5em;
  width: 15px;
  height: 15px;
  background: url("../img/common/arrow-gry.svg") no-repeat center center/contain;
  display: inline-block;
  transform: rotate(180deg);
}
@media (max-width: 480px) {
  #newsEntryWrap #postLinkBox p.prev span::before {
    margin-right: 1em;
    width: 10px;
    height: 10px;
  }
}
#newsEntryWrap #postLinkBox p.next span::after {
  content: '';
  margin-left: 2.5em;
  width: 15px;
  height: 15px;
  background: url("../img/common/arrow-gry.svg") no-repeat center center/contain;
  display: inline-block;
}
@media (max-width: 480px) {
  #newsEntryWrap #postLinkBox p.next span::after {
    margin-left: 1em;
    width: 10px;
    height: 10px;
  }
}
#newsEntryWrap #postLinkBox p.nolink {
  opacity: 0.4;
}
