/*
 * component.css
 * コンポーネントスタイル
 *
 * ⚫︎規則
 * 　margin等コンポーネント外部のレイアウトに影響するスタイル禁止
 */

/**************************************
 * ヘッダー
**************************************/
/* 白文字ベース  */
#Header + div {
  padding-top: min(13.125rem, 14.583vw);
}

#Header + div.TopPage {
  padding-top: 0;
}

.s #Header + div {
  padding-top: 31.466vw;
}

.s #Header + div.TopPage {
  padding-top: 0;
}

.Header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  padding: min(1.25rem /* 20px (基準16px) */, 1.389vw /* 20px (基準1440px) */)
    min(1.979rem /* 28.5px (基準16px) */, 1.95vw /* 28.5px (基準1440px) */)
    min(1.563rem /* 25px (基準16px) */, 1.736vw /* 25px (基準1440px) */);
  color: rgba(255, 255, 255, 1);
  font-size: min(1rem, 1.69vw);
}
.s .Header {
  padding: 4.266vw 2.666vw 2.4vw 2.666vw;
  font-size: 3.733vw;
}

.Header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 68, 115, 1) 21%, rgba(0, 68, 115, 0) 99%);
  /* backdrop-filter: blur(2.125rem);
  -webkit-backdrop-filter: blur(2.125rem ); */
  z-index: -1;
}
.s .Header::before {
  background: linear-gradient(to bottom, rgba(0, 93, 203, 1) 0%, rgba(0, 93, 203, 0) 75%);
  /* backdrop-filter: blur(0.25rem);
    -webkit-backdrop-filter: blur(0.25rem); */
}

.s .Header.active::before {
  background: none;
}

.Header a:hover {
  opacity: 1;
}

.HeaderArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  position: relative;
}

.HeaderLogo {
  color: rgba(255, 255, 255, 1);
}

.s .Header.active .HeaderLogo {
  opacity: 0;
  pointer-events: none;
}

.HeaderLogo a {
  display: block;
  line-height: 1;
  transition: opacity 0.3s ease;
}

.HeaderLogo .LogoSvg {
  width: min(10.438rem /* 167px (基準16px) */, 11.493vw /* 167px (基準1440px) */);
}

.s .HeaderLogo .LogoSvg {
  width: 28.266vw;
}

.HeaderLogo .LogoSvg path {
  fill: currentColor;
}

.HeaderList ul {
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  flex-wrap: wrap;
  padding-bottom: 0.313rem /* 5px (基準16px) */;
}

.HeaderListArea ul li a {
  position: relative;
}
.HeaderListArea ul li a:hover {
  opacity: 1;
}

.HeaderListSubList {
  justify-content: flex-start;
  font-size: min(0.75rem /* 12px (基準16px) */, 1.43vw /* 12px (基準769px) */);
  gap: min(1.75rem /* 28px (基準16px) */, 1.944vw /* 28px (基準1440px) */);
}

.HeaderListSubList li {
  position: relative;
}

.HeaderListSubList li::before {
  background: rgba(255, 255, 255, 1);
  content: '';
  width: 100%;
  height: 0.063rem /* 1px (基準16px) */;
  position: absolute;
  left: 0;
  bottom: -0.188rem /* 3px (基準16px) */;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}

.HeaderListSubList li a:hover {
  opacity: 1;
}

.HeaderListSubList li:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.s .HeaderListSubList {
  display: none;
}

.HeaderListMainList {
  justify-content: space-between;
}

.HeaderListMainList li:not(.HeaderBox):not(.HeaderLang) {
  padding: 0 min(0.875rem /* 14px (基準16px) */, 1.04vw);
}

.HeaderListMainList li:not(.HeaderBox):not(.HeaderLang):nth-of-type(1) {
  padding: 0 min(0.875rem /* 14px (基準16px) */, 1.04vw) 0 0;
}

.s .HeaderListMainList li:not(.HeaderLang):not(.SpMenu) {
  display: none;
}

.HeaderBox {
  padding: 0;
  margin-left: 0.875rem /* 14px (基準16px) */;
}

.HeaderBox a {
  background-color: rgba(0, 26, 62, 0.32);
  backdrop-filter: blur(0.875rem);
  -webkit-backdrop-filter: blur(0.875rem);
  display: block;
  padding: min(0.938rem /* 15px (基準16px) */, 1.042vw /* 15px (基準1440px) */);
  line-height: 1;
  border-radius: 4px;
  transition: 0.3s;
}

.HeaderBox a:hover {
  background: rgba(255, 255, 255, 0.9);
  color: rgba(63, 123, 143, 1);
  transition: 0.3s;
  opacity: 1;
}

.HeaderBox a:hover {
  text-decoration: none !important;
}

.HeaderLang {
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
  margin-left: min(2rem /* 32px (基準16px) */, 2.08vw /* 32px (基準1440px) */);
  display: flex;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50px;
}
.s .HeaderLang {
  font-size: 3.2vw;
  margin-left: 0;
}
.s .Header.active .HeaderLang {
  opacity: 0;
  pointer-events: none;
}

.HeaderLang span {
  cursor: pointer;
}

.HeaderLang span,
.HeaderLang a {
  padding: 0.688rem 0.5rem 0.688rem 0.938rem;
}

.HeaderLang span._selected {
  pointer-events: none;
  background: rgba(255, 255, 255, 0.9);
  color: rgba(63, 123, 143, 1);
  padding: 0.688rem 0.938rem;
  border-radius: 50px;
  font-weight: 700;
  line-height: 1;
}

/* メガメニュー  */
.MegaMenu {
  position: fixed;
  top: clamp(5.539rem, 3.277rem + 4.708vw, 7.514rem);
  left: 0;
  width: 100%;
  z-index: 90;
  pointer-events: none;
}

.MegaMenuFade {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.MegaMenu.is-open .MegaMenuFade {
  opacity: 1;
  pointer-events: auto;
}

.MegaMenuInner {
  max-width: 45rem /* 720px (基準16px) */;
  margin: 0 auto;
  padding: 0 1.25rem /* 20px (基準16px) */;
}

.MegaMenuCard {
  position: relative;
  color: rgba(255, 255, 255, 1);
  background: rgba(0, 60, 143, 0.9);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  border: 1px solid rgba(0, 60, 143, 0.4);
  border-radius: 40px;
  padding: min(2.5rem /* 40px (基準16px) */, 2.777vw);
  box-shadow: 0 4px 24px rgba(38, 75, 127, 0.5);
}

.MegaMenuCard > div {
  font-size: clamp(1.25rem, 0.964rem + 0.595vw, 1.5rem);
  margin-bottom: min(2.563rem /* 41px (基準16px) */, 2.847vw);
  text-align: left;
  font-weight: 700;
}

.MegaMenuCard ul {
  font-size: clamp(0.875rem, 0.732rem + 0.298vw, 1rem);
  font-weight: 400;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: min(2.563rem /* 41px (基準16px) */, 2.847vw);
  column-gap: 1.25rem /* 20px (基準16px) */;
  text-align: left;
}

[data-mega-panel='support'] .MegaMenuCard ul {
  grid-template-columns: repeat(2, 1fr);
}

.MegaMenuCard ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 1.563rem; /* 25px (基準16px) */
}

.MegaMenuCard ul li a {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  opacity: 1;
}

.MegaMenuCard ul li a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1.625rem /* 26px (基準16px) */;
  height: 1.625rem /* 26px (基準16px) */;
  background: rgba(255, 255, 255, 0);
  border-radius: 50%;
  transition: 0.3s;
}

.MegaMenuCard ul li a:hover::before {
  background: rgba(255, 255, 255, 0.5);
}

.MegaMenuCard ul li a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0.375rem /* 6px (基準16px) */;
  transform: translateY(-50%);
  height: 0.875rem /* 14px (基準16px) */;
  width: 0.875rem /* 14px (基準16px) */;
  background: url('../../common/image/arrow-white.svg') center no-repeat;
  background-size: 100%;
  display: block;
}

/* SPメニュー */
.SpMenu {
  display: none;
}

.s .SpMenu {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  width: 2.625rem /* 42px (基準16px) */;
  height: 2.625rem /* 42px (基準16px) */;
  padding: 0 !important;
  margin-left: 5.333vw;
  backdrop-filter: blur(0.25rem);
  -webkit-backdrop-filter: blur(0.25rem);
  z-index: 200;
  position: relative;
}

.s .Header.active .SpMenuBtn svg {
  opacity: 0;
}

.s .SpMenu button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  color: rgba(255, 255, 255, 1);
  position: relative;
}

.s .SpMenu button::before,
.s .SpMenu button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.313rem;
  height: 0.125rem;
  border-radius: 10px;
  background: #fff;
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg);
  transform-origin: center;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.s .Header.active .SpMenuBtn::before,
.s .Header.active .SpMenuBtn::after {
  opacity: 1;
}

.s .Header.active .SpMenuBtn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.s .Header.active .SpMenuBtn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.s .SpMenu svg {
  fill: currentColor;
}

/* SPハンバーガーコンテンツ */
.Gnav {
  background: rgba(0, 60, 143, 0.7);
  display: none;
  top: 0;
  left: 0;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 90;
  overflow-y: scroll;
  backdrop-filter: blur(3.375rem /* 54px (基準16px) */);
  -webkit-backdrop-filter: blur(3.375rem /* 54px (基準16px) */);
}

.GnavMenu {
  display: flex;
  height: auto;
  justify-content: flex-start;
  flex-direction: column;
  position: absolute;
  top: 24vw;
  width: 100%;
  padding: 0 10.666vw 8vw 10.666vw;
  color: rgba(255, 255, 255, 1);
  font-size: 4.266vw;
}
.GnavMenu > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
}

.GnavMenu > li:last-child {
  border-bottom: none;
}

.GnavMenu > li > a {
  position: relative;
}

.GnavMenu > li > a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 2.666vw;
  width: 2.666vw;
  background: url('../../common/image/arrow-white.svg') center no-repeat;
  background-size: 100%;
  display: block;
}

.GnavMenuItem > a {
  padding: 5.333vw 0;
  font-weight: 700;
  display: block;
  position: relative;
}

.GnavMenuItem .GnavMenuTitle {
  padding: 5.333vw 0;
  font-weight: 700;
  display: block;
  position: relative;
}

.GnavMenuItem .GnavMenuTitle::before {
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  width: 3.733vw;
  height: 0.266vw;
  border-radius: 10px;
  transform: rotate(90deg);
  background-color: rgba(255, 255, 255, 1);
  transition: all 0.3s ease-in-out;
}

.GnavMenuItem .GnavMenuTitle::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  width: 3.733vw;
  height: 0.266vw;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  transition: all 0.3s ease-in-out;
}

.GnavMenuTitle._open::before {
  transform: rotate(180deg);
}

.GnavMenuContent {
  display: none;
}

.GnavMenuItem ul {
  font-size: 3.733vw;
  position: relative;
}

.GnavMenuItem ul li a {
  padding: 5.333vw 0;
  display: block;
  position: relative;
}
.GnavMenuItem ul li a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 2.666vw;
  width: 2.666vw;
  background: url('../../common/image/arrow-white.svg') center no-repeat;
  background-size: 100%;
  display: block;
}

.GnavMenuExternal {
  display: flex;
  justify-content: flex-start;
  gap: 16vw;
  align-items: center;
  font-size: 3.2vw;
  padding-top: 12.533vw;
}

.GnavMenuExternal li span {
  position: relative;
}

.GnavMenuExternal li span::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -8.024vw;
  width: 5.112vw;
  height: 5.112vw;
  background: url(../image/icon-link-external-w.svg) center no-repeat;
  background-size: 100%;
}

/* 青文字ベース  */
.Header._blue {
  color: rgba(0, 60, 143, 1);
}

.Header._blue::before {
  background: linear-gradient(to bottom, rgba(248, 253, 254, 0.4) 50%, rgba(248, 253, 254, 0) 99%);
}
.s .Header._blue::before {
  background: linear-gradient(to bottom, rgba(248, 253, 254, 0.6) 40%, rgba(248, 253, 254, 0) 75%);
}

.Header._blue .HeaderLogo {
  color: rgba(0, 60, 143, 1);
}

.Header._blue .HeaderListSubList li::before {
  background: rgba(0, 60, 143, 1);
}

.Header._blue .HeaderBox a {
  background: rgba(0, 60, 143, 1);
  color: rgba(255, 255, 255, 1);
}

.Header._blue .HeaderBox a:hover {
  background: rgba(255, 255, 255, 1);
  color: rgba(0, 60, 143, 1);
}

.Header._blue .HeaderLang {
  background: rgba(0, 60, 143, 0.1);
  border: 1px solid rgba(0, 60, 143, 0.4);
}

.Header._blue .HeaderLang span._selected {
  background: rgba(0, 60, 143, 1);
  color: rgba(255, 255, 255, 1);
}

.s .Header._blue .SpMenu {
  border: 1px solid rgba(0, 60, 143, 0.4);
}

.s .Header._blue.active .SpMenu {
  background: rgba(0, 60, 143, 0.1);
  border: 1px solid rgba(255, 255, 255, 1);
}

.s .Header._blue .SpMenu svg {
  color: rgba(0, 60, 143, 1);
}

.s .Header._blue .SpMenu button {
  background: rgba(0, 60, 143, 0.1);
}

/* --------------------------------------
フッター
--------------------------------------- */
.Footer {
  width: 100%;
  transition: 0.3s;
  padding: min(5rem, 10.4vw) min(7.5rem, 2.6vw);
  background: rgba(0, 60, 143, 1);
  color: rgba(255, 255, 255, 1);
  font-size: min(1rem, 1.56vw /* 16px (基準1440px) */);
  font-weight: 400;
}

.s .Footer {
  padding: 10.666vw 5.333vw 16vw 5.333vw;
  font-size: 4.266vw;
}

.FooterArea {
  max-width: 75rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: clamp(2rem, -2.857rem + 10.119vw, 6.25rem);
}

.s .FooterArea {
  flex-direction: column;
  gap: 8vw;
}

.Footer .BtnSubmit._White {
  font-size: clamp(0.75rem, 0.464rem + 0.595vw, 1rem);
  font-weight: normal;
  justify-content: center;
  padding: min(1rem, 2.6vw) min(3.75rem /* 60px (基準16px) */, 3.3vw) min(1rem, 2.6vw)
    min(1.313rem /* 21px (基準16px) */, 1.458vw);
}

.Footer .BtnSubmit._White::after {
  width: clamp(1.438rem, 0.026rem + 2.241vw, 2.563rem);
  right: 0.688rem /* 11px (基準16px) */;
  background: url(../image/icon-footer-arrow.svg) no-repeat center center;
  background-size: contain;
}

.Footer .BtnSubmit span {
  transform: translateX(0);
}

.FooterLogoArea {
  flex: 0 0 min(15.625rem /* 250px (基準16px) */, 17.361vw /* 250px (基準1440px) */);
  text-align: center;
}

.s .FooterLogoArea {
  flex: 0 0 auto;
  text-align: left;
  max-width: 44.533vw;
}

.FooterLogo {
  color: rgba(255, 255, 255, 1);
  padding-bottom: 2.5rem /* 40px (基準16px) */;
}

.s .FooterLogo {
  padding-bottom: 0;
}

.FooterLogo .LogoSvg {
  max-width: 13.063rem /* 209px (基準16px) */;
}

.s .FooterLogo .LogoSvg {
  width: 100%;
  max-width: 100%;
}

.FooterLogo .LogoSvg path {
  fill: currentColor;
}

.FooterBtnArea li {
  margin-bottom: 1.25rem /* 20px (基準16px) */;
}
.s .FooterBtnArea {
  display: none;
}

.FooterListArea {
  flex: 1;
}

.FooterListAreaInner {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(4, 1fr);
  row-gap: min(3.75rem, 4.166vw);
  column-gap: min(3rem, 1.95vw);
  border-bottom: 1px solid #fff;
  padding-bottom: min(2.094rem /* 33.5px (基準16px) */, 2.326vw /* 33.5px (基準1440px) */);
  margin-bottom: min(1.75rem /* 28px (基準16px) */, 1.944vw /* 28px (基準1440px) */);
}

.s .FooterListAreaInner {
  display: block;
  padding-bottom: 10.666vw;
  margin-bottom: 10.666vw;
}

.FooterListAreaInner .FooterList:nth-of-type(5) {
  grid-column: 1 /5;
}

.FooterListAreaInner .FooterList:nth-of-type(6) {
  grid-column: 1 /2;
}

.FooterListAreaInner .FooterList:nth-of-type(7) {
  grid-column: 2 /3;
}

.FooterListAreaInner .FooterList:nth-of-type(8) {
  grid-column: 1 /3;
}

.FooterListAreaInner a:hover {
  text-decoration: underline;
  opacity: 1;
}

.FooterList div {
  font-size: min(1.25rem /* 20px (基準16px) */, 1.82vw /* 20px (基準1440px) */);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1rem;
  position: relative;
}

.s .FooterList div {
  font-size: 4.2666vw;
  padding-bottom: 0;
  padding-left: 12.8vw;
  margin-bottom: 8.533vw;
}

.s .FooterList div._faq {
  margin-bottom: 1.8666vw;
}

.FooterList div::before {
  content: '';
  position: absolute;
  top: -1.125rem /* 18px (基準16px) */;
  left: 0;
  width: 2rem;
  height: 0.375rem /* 6px (基準16px) */;
  background: url(../image/icon-wave-w.svg) center no-repeat;
  background-size: 100%;
}

.s .FooterList div::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8.533vw;
  height: 1.6vw;
}

.FooterList._2column ul {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: min(3rem, 1.95vw);
}

.FooterList._2column._external ul {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: min(5.75rem /* 92px (基準16px) */, 6.388vw);
}

.FooterList ul li {
  position: relative;
  padding-bottom: 1.5rem /* 24px (基準16px) */;
  padding-left: min(1.5rem, 1.56vw);
}

.FooterList ul li a {
  position: relative;
}

.FooterList > div a:hover,
.FooterList ul li a:hover {
  text-decoration: none;
}

.FooterList > div {
  display: inline-block;
  position: relative;
}
.s .FooterList > div {
  display: block;
}

.FooterList > div a::before,
.FooterList ul li a::before {
  background: rgba(255, 255, 255, 1);
  content: '';
  width: 100%;
  height: 0.063rem /* 1px (基準16px) */;
  position: absolute;
  left: 0;
  bottom: -0.188rem /* 3px (基準16px) */;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}

.s .FooterList > div a::before,
.s .FooterList ul li a::before {
  background: none;
  content: none;
}

.FooterList > div a:hover,
.FooterList ul li a:hover {
  opacity: 1;
}

.FooterList > div a:hover::before,
.FooterList ul li a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.s .FooterList ul li {
  display: none;
}

.FooterList._2column._external ul li {
  padding-left: 0;
}

.FooterList._2column._external ul li a {
  display: inline-block;
}

.FooterList ul li::before {
  content: '-';
  position: absolute;
  left: 0;
  top: 0;
}

.FooterList._2column._external ul li::before {
  content: none;
}

.s .FooterList p {
  padding-top: 10.4vw;
}

.FooterList p span {
  position: relative;
}

.FooterList p span::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1.813rem /* 29px (基準16px) */;
  width: min(1.188rem /* 19px (基準16px) */, 2.08vw);
  height: min(1.188rem /* 19px (基準16px) */, 2.08vw);
  background: url(../image/icon-link-external-w.svg) center no-repeat;
  background-size: 100%;
}

.s .FooterList p span::after {
  right: -6.925vw;
  width: 5.112vw;
  height: 5.112vw;
}

.FooterInfoArea {
  color: rgba(255, 255, 255, 1);
  display: flex;
  justify-content: flex-start;
  gap: 3.75rem; /* 60px (基準16px) */
}

.s .FooterInfoArea {
  font-size: 3.733vw;
  justify-content: center;
  gap: 10.666vw;
}

.FooterInfoArea li a {
  position: relative;
}

.FooterInfoArea li a::before {
  background: rgba(255, 255, 255, 1);
  content: '';
  width: 100%;
  height: 0.063rem /* 1px (基準16px) */;
  position: absolute;
  left: 0;
  bottom: -0.188rem /* 3px (基準16px) */;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}

.s .FooterInfoArea li a::before {
  background: none;
  content: none;
}

.FooterInfoArea li a:hover {
  text-decoration: none;
  opacity: 1;
}

.FooterInfoArea li a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

/* --------------------------------------
News(カテゴリー付き)
--------------------------------------- */

.NewsCategoryItem {
  width: min(56.25rem /* 900px (基準16px) */, 64.583vw /* 900px (基準1440px) */);
  margin: 0 auto;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: min(3.75rem /* 60px (基準16px) */, 4.167vw /* 60px (基準1440px) */);
  padding-bottom: min(1.25rem /* 20px (基準16px) */, 1.389vw /* 20px (基準1440px) */);
}

.NewsCategoryItem:last-child {
  margin-bottom: 0;
}

.NewsCategoryItem a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  gap: min(2.5rem /* 40px (基準16px) */, 2.778vw /* 40px (基準1440px) */);
  text-decoration: none;
  padding-right: min(2.25rem /* 36px (基準16px) */, 2.5vw /* 36px (基準1440px) */);
}

.NewsCategoryItem a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: min(1rem /* 16px (基準16px) */, 1.111vw /* 16px (基準1440px) */);
  height: min(1rem /* 16px (基準16px) */, 1.111vw /* 16px (基準1440px) */);
  background: url(../image/news-category-arrow.png) center no-repeat;
  background-size: 100%;
}

.s .NewsCategoryItem a {
  padding-right: min(1.875rem /* 30px (基準16px) */, 8vw /* 30px (基準375px) */);
}

.s .NewsCategoryItem a::after {
  width: min(1.875rem /* 30px (基準16px) */, 8vw /* 30px (基準375px) */);
  height: min(0.938rem /* 15px (基準16px) */, 4vw /* 15px (基準375px) */);
}

.NewsCategoryImage {
  flex-shrink: 0;
  width: min(11.25rem /* 180px (基準16px) */, 12.5vw /* 180px (基準1440px) */);
  aspect-ratio: 18 / 11;
}

.NewsCategoryImage img {
  border-radius: min(0.938rem /* 15px (基準16px) */, 1.042vw /* 15px (基準1440px) */);
  height: 100%;
  object-fit: cover;
}

.s .NewsCategoryImage {
  display: none;
}

.NewsCategoryImage._sp {
  display: none;
}

.s .NewsCategoryImage._sp {
  display: block;
  width: min(6.063rem /* 97px (基準16px) */, 25.867vw /* 97px (基準375px) */);
}

.s .NewsCategoryWrap {
  display: flex;
  align-items: center;
  column-gap: min(0.625rem /* 10px (基準16px) */, 2.667vw /* 10px (基準375px) */);
}

.NewsCategoryText {
  flex: 1;
  min-width: 0;
  color: rgba(0, 60, 143, 1);
  font-size: min(1.25rem /* 20px (基準16px) */, 1.389vw /* 20px (基準1440px) */);
  font-weight: 400;
}

.s .NewsCategoryText {
  font-size: min(0.875rem /* 14px (基準16px) */, 3.733vw /* 14px (基準375px) */);
  display: flex;
  flex-direction: column;
  row-gap: min(0.625rem /* 10px (基準16px) */, 2.667vw /* 10px (基準375px) */);
}

.NewsCategoryText .NewsCategoryWrap p:nth-of-type(1) {
  padding-bottom: 5px;
  line-height: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.NewsCategoryText .NewsCategoryWrap p:nth-of-type(1) span:nth-of-type(1) {
  margin-right: min(1.25rem /* 20px (基準16px) */, 1.389vw /* 20px (基準1440px) */);
}

.s .NewsCategoryText .NewsCategoryWrap p:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  row-gap: min(0.625rem /* 10px (基準16px) */, 2.667vw /* 10px (基準375px) */);
  align-items: flex-start;
}

.NewsCategoryTag {
  background-color: rgba(204, 204, 204, 1);
  color: rgba(255, 255, 255, 1);
  display: inline-block;
  font-size: min(0.875rem /* 14px (基準16px) */, 0.972vw /* 14px (基準1440px) */);
  font-weight: 700;
  padding: min(0.625rem /* 10px (基準16px) */, 0.694vw /* 10px (基準1440px) */);
  border-radius: 50px;
  vertical-align: middle;
  text-align: center;
}

.s .NewsCategoryTag {
  font-size: min(0.625rem /* 10px (基準16px) */, 2.667vw /* 10px (基準375px) */);
  padding: min(0.5rem /* 8px (基準16px) */, 2.133vw /* 8px (基準375px) */);
}

.NewsCategoryTag._media {
  background-color: rgba(124, 85, 241, 1);
}

.NewsCategoryTag._event {
  background-color: rgba(240, 160, 55, 1);
}

.NewsCategoryTag._support {
  background-color: rgba(56, 77, 163, 1);
}

.NewsCategoryTag._important {
  background-color: rgba(241, 85, 127, 1);
}

.NewsCategoryTag._other {
  background-color: #888888;
}

.NewsCategoryTag._report {
  background-color: #1aae89;
}

.NewsCategoryTag._cd {
  background-color: #2b95e5;
}

.NewsCategoryTag._overseas {
  background-color: #d2559e;
}

/* --------------------------------------
　ニュース
--------------------------------------- */
/* 新着リスト */
.NewsItem {
  width: min(49.375rem /* 790px (基準16px) */, 54.513vw /* 790px (基準1440px) */);
  margin: 0 auto;
  border-bottom: 1px solid rgba(227, 227, 227, 1);
  padding-bottom: min(2rem, 2.222vw /* 32px (基準1440px) */);
  margin-bottom: min(1.25rem, 1.389vw /* 20px (基準1440px) */);
}

.NewsItem:last-child {
  margin-bottom: 0;
}

.NewsItem a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  gap: min(1.75rem, 1.944vw /* 28px (基準1440px) */);
  padding-right: min(10rem, 6.944vw /* 160px (基準1440px) */);
}

.NewsItem a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: min(8.5rem, 5.944vw /* 136px (基準1440px) */);
  height: min(2.25rem, 2.5vw /* 36px (基準1440px) */);
  background: url(../image/news-info-arrow.png) center no-repeat;
  background-size: 100%;
}

.NewsItemImage {
  flex-shrink: 0;
  width: min(6.188rem, 4.306vw /* 99px (基準1440px) */);
}

.NewsItemImage img {
  border-radius: min(0.938rem /* 15px (基準16px) */, 1.042vw /* 15px (基準1440px) */);
}

.NewsItemText {
  flex: 1;
  min-width: 0;
  color: rgba(0, 0, 0, 1);
  font-size: min(0.875rem /* 14px (基準16px) */, 0.972vw /* 14px (基準1440px) */);
  font-weight: 500;
}

.NewsItemText > p {
  margin-top: 5px;
}

.NewsItemDate {
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
  color: rgba(0, 0, 0, 0.5);
}
.s .NewsItemImage {
  display: none;
}
.NewsItemImage._sp {
  display: none;
}
.s .NewsItemImage._sp {
  display: block;
}
.s .NewsItemWrap {
  display: flex;
  align-items: center;
  column-gap: min(0.625rem /* 10px (基準16px) */, 2.667vw /* 10px (基準375px) */);
}
/* topページ用スタイル */
.NewsItem._top {
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.NewsItem._top:first-child {
  margin-top: 16px;
}
.NewsItem._top:last-child {
  border: none;
  margin-bottom: 0;
}
.NewsItem._top .NewsItemText {
  color: #003c8f;
  font-weight: normal;
}
.NewsItem._top .NewsItemDate {
  color: #003c8f;
}
.NewsItem._top a::after {
  width: min(3.125rem /* 50px (基準16px) */, 3.472vw /* 50px (基準1440px) */);
  height: min(1.625rem /* 26px (基準16px) */, 1.806vw /* 26px (基準1440px) */);
  border-radius: min(1rem /* 16px (基準16px) */, 1.111vw /* 16px (基準1440px) */);
  background-image: url(../image/arrow-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #00000036;
  background-size: 10px;
}
.NewsItem._top .NewsItemInfo {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.NewsItem._top .NewsItemTag {
  font-size: min(0.625rem /* 10px (基準16px) */, 0.694vw /* 10px (基準1440px) */);
  background-color: rgba(204, 204, 204, 1);
  color: rgba(255, 255, 255, 1);
  display: inline-block;
  font-weight: 700;
  padding: 4px;
  border-radius: 50px;
  vertical-align: middle;
  text-align: center;
}

.NewsItem._top .NewsItemTag._media {
  background-color: rgba(124, 85, 241, 1);
}

.NewsItem._top .NewsItemTag._event {
  background-color: rgba(240, 160, 55, 1);
}

.NewsItem._top .NewsItemTag._support {
  background-color: rgba(56, 77, 163, 1);
}

.NewsItem._top .NewsItemTag._important {
  background-color: rgba(241, 85, 127, 1);
}
.NewsItem._top .NewsItemTag._other {
  background-color: #888888;
}

.NewsItem._top .NewsItemTag._report {
  background-color: #1aae89;
}

.s .NewsItem._top {
  width: max(18.438rem /* 295px (基準16px) */, 78.667vw /* 295px (基準375px) */);
}

.s .NewsItem._top .NewsItemInfo {
  flex-direction: column;
  align-items: flex-start;
  row-gap: min(0.625rem /* 10px (基準16px) */, 2.667vw /* 10px (基準375px) */);
}

.s .NewsItem._top .NewsItemText {
  font-size: min(1.125rem /* 18px (基準16px) */, 4.8vw /* 18px (基準375px) */);
}

.s .NewsItem._top .NewsItemImage {
  width: min(6.063rem /* 97px (基準16px) */, 6.063rem /* 97px (基準16px) */);
}

.s .NewsItem._top .NewsItemImage img {
  border-radius: min(0.938rem /* 15px (基準16px) */, 1.042vw /* 15px (基準1440px) */);
}

.s .NewsItem._top .NewsItemTag {
  font-size: min(0.625rem /* 10px (基準16px) */, 2.667vw /* 10px (基準375px) */);
}

.s .NewsItem._top a::after {
  width: min(1.875rem /* 30px (基準16px) */, 8vw /* 30px (基準375px) */);
  height: min(0.938rem /* 15px (基準16px) */, 4vw /* 15px (基準375px) */);
  border-radius: min(1rem /* 16px (基準16px) */, 4.267vw /* 16px (基準375px) */);
}

/* --------------------------------------
　ボタン（後ほど差し替え予定）
--------------------------------------- */
/* 青ボタン */
.BtnSubmit {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-image: linear-gradient(43deg, rgba(1, 14, 78, 1) 0%, rgba(48, 148, 223, 1) 100%);
  color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50px;
  font-size: clamp(
    1rem /* 16px (基準16px) */,
    0.714rem + 0.595vw /* 768px-1440px間で1.000rem-1.250remの線形補間 */,
    1.25rem /* 20px (基準16px) */
  );
  font-weight: 700;
  padding-block: clamp(
    1.563rem /* 25px (基準16px) */,
    1.028rem + 1.114vw /* 768px-1440px間で1.563rem-2.031remの線形補間 */,
    2.031rem /* 32.5px (基準16px) */
  );
  padding-left: 1.25rem /* 20px (基準16px) */;
  padding-right: clamp(
    6.625rem /* 106px (基準16px) */,
    5.625rem + 2.083vw /* 768px-1440px間で6.625rem-7.500remの線形補間 */,
    7.5rem /* 120px (基準16px) */
  );
  box-shadow: 0 31px 43px rgba(0, 0, 0, 0.28);
}

.s .BtnSubmit {
  justify-content: center;
  border-radius: 100px;
  padding-left: 2.6666vw;
  padding-right: 28.266vw;
}

.BtnSubmit::after {
  position: absolute;
  content: '';
  width: clamp(
    4.125rem /* 66px (基準16px) */,
    3.125rem + 2.083vw /* 768px-1440px間で4.125rem-5.000remの線形補間 */,
    5rem /* 80px (基準16px) */
  );
  height: clamp(
    2.125rem /* 34px (基準16px) */,
    1.982rem + 0.298vw /* 768px-1440px間で2.125rem-2.250remの線形補間 */,
    2.25rem /* 36px (基準16px) */
  );
  background: url(../image/icon-btn-arrow-b-right.png) no-repeat center center;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1.25rem;
}

.BtnSubmit span {
  display: block;
  min-width: 5em;
  text-align: left;
  line-height: 1.4;
  transform: translateX(2rem);
}

.s .BtnSubmit span {
  transform: translateX(8vw);
}

/* サブ白ボタン */
.BtnSubmit._White {
  background: rgba(255, 255, 255, 0.27);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 18px 25px rgba(0, 0, 0, 0.08);
}

.BtnSubmit._White::after {
  background: url(../image/icon-sub-arrow-w-right.svg) no-repeat center center;
  background-size: contain;
}

/* サブ青ボタン */
.BtnSubmit._Blue {
  color: rgba(0, 60, 143, 1);
  background: rgba(0, 60, 143, 0.11);
  border: 1px solid rgba(0, 60, 143, 1);
  box-shadow: 0 18px 25px rgba(0, 0, 0, 0.08);
}

.BtnSubmit._Blue::after {
  background: url(../image/icon-sub-arrow-b-right.png) no-repeat center center;
  background-size: contain;
}

/* --------------------------------------
　ボタン（新）
--------------------------------------- */

/* 青ボタン */
.BaseLinkButton {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  background-image: linear-gradient(43deg, rgba(1, 14, 78, 1) 0%, rgba(48, 148, 223, 1) 100%);
  color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50px;
  font-size: clamp(
    1rem /* 16px (基準16px) */,
    0.714rem + 0.595vw /* 768px-1440px間で1.000rem-1.250remの線形補間 */,
    1.25rem /* 20px (基準16px) */
  );
  padding: min(1.25rem /* 20px (基準16px) */, 1.389vw /* 20px (基準1440px) */);
  font-weight: 700;
  box-shadow: 0 31px 43px rgba(0, 0, 0, 0.28);
}

.s .BaseLinkButton {
  border-radius: 6.25rem /* 100px (基準16px) */;
  padding: min(1.063rem /* 17px (基準16px) */, 4.533vw /* 17px (基準375px) */);
}

.BaseLinkButton span {
  text-align: center;
  width: 65%;
}

.BaseLinkButton::after {
  content: '';
  width: min(5rem /* 80px (基準16px) */, 5.556vw /* 80px (基準1440px) */);
  height: min(2.5rem /* 40px (基準16px) */, 2.778vw /* 40px (基準1440px) */);
  background: url(../image/icon-btn-arrow-b-right.png) no-repeat center center;
  background-size: contain;
  flex-shrink: 0;
}

.s .BaseLinkButton::after {
  width: min(3.75rem /* 60px (基準16px) */, 16vw /* 60px (基準375px) */);
  height: min(1.875rem /* 30px (基準16px) */, 8vw /* 30px (基準375px) */);
}

/* サブ白ボタン */
.BaseLinkButton._White {
  background: rgba(255, 255, 255, 0.27);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 18px 25px rgba(0, 0, 0, 0.08);
}

.BaseLinkButton._White::after {
  background: url(../image/icon-sub-arrow-w-right.svg) no-repeat center center;
  background-size: contain;
}

/* サブ青ボタン */
.BaseLinkButton._Blue {
  color: rgba(0, 60, 143, 1);
  background: rgba(0, 60, 143, 0.11);
  border: 1px solid rgba(0, 60, 143, 1);
  box-shadow: 0 18px 25px rgba(0, 0, 0, 0.08);
}

.BaseLinkButton._Blue::after {
  background: url(../image/icon-sub-arrow-b-right.png) no-repeat center center;
  background-size: contain;
}

/* --------------------------------------
　アンカーリンク
--------------------------------------- */
.AnchorMenuArea {
  display: flex;
  justify-content: center;
  gap: 0.875rem;
  flex-wrap: wrap;
}
.s .AnchorMenuArea {
  gap: 2.666vw;
}

.AnchorMenu {
  position: relative;
  width: calc((100% - 1.75rem) / 3);
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 15px 25px rgba(0, 65, 145, 0.34);
}
.s .AnchorMenu {
  border-radius: 16px;
}
.AnchorMenu a {
  padding: min(5rem, 5.55vw) min(1.75rem, 1.94vw)
    min(1.625rem /* 26px (基準16px) */, 1.944vw /* 26px (基準1440px) */);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.25rem;
  height: 100%;
}
.s .AnchorMenu a {
  padding: 10.666vw 2.133vw 2.666vw 2.133vw;
  gap: 4.266vw;
}

.AnchorMenuIcon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: min(6.25rem, 6.944vw);
}
.s .AnchorMenuIcon {
  max-width: 12.8vw;
}

.AnchorMenuTitle {
  font-size: min(1.25rem, 1.69vw);
  text-align: center;
  font-weight: 700;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s .AnchorMenuTitle {
  font-size: 3.733vw;
}

.AnchorMenu p {
  max-width: 6.25rem;
  margin-top: 0;
}
.s .AnchorMenu p {
  max-width: 18.666vw;
}

/* --------------------------------------
　アンカーリンク(数字)
--------------------------------------- */
.AnchorLinkNum {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background-color: rgb(255, 255, 255, 0.2);
  border: 1px solid rgb(255, 255, 255, 0.5);
  border-radius: 2.5rem /* 40px (基準16px) */;
  box-shadow: 0 15px 25px 0 rgba(0, 65, 145, 0.34);
  background: rgba(255, 255, 255, 0.13);
  padding-inline: clamp(
    0.625rem /* 10px (基準16px) */,
    -0.804rem + 2.976vw /* 768px-1440px間で0.625rem-1.875remの線形補間 */,
    1.875rem /* 30px (基準16px) */
  );
  padding-top: 2.5rem /* 40px (基準16px) */;
  padding-bottom: 3.125rem /* 50px (基準16px) */;
  transition: filter 0.2s ease;
}
.s .AnchorLinkNum {
  padding-inline: unset;
  padding-block: initial;
  padding: 0.313rem /* 5px (基準16px) */;
  padding-top: 1.25rem /* 20px (基準16px) */;
  padding-bottom: 0.625rem /* 10px (基準16px) */;
  border-radius: 1rem /* 16px (基準16px) */;
}
.AnchorLinkNum:hover {
  cursor: pointer;
  filter: contrast(0.8);
}
.AnchorLinkNum:active {
  cursor: pointer;
  filter: contrast(0.5);
}

.AnchorLinkNum > span:nth-child(1) {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(
    3rem /* 48px (基準16px) */,
    -0.714rem + 7.738vw /* 768px-1440px間で3.000rem-6.250remの線形補間 */,
    6.25rem /* 100px (基準16px) */
  );
  height: clamp(
    3rem /* 48px (基準16px) */,
    -0.714rem + 7.738vw /* 768px-1440px間で3.000rem-6.250remの線形補間 */,
    6.25rem /* 100px (基準16px) */
  );
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  color: #0047c5;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: clamp(
    1.25rem /* 20px (基準16px) */,
    0.107rem + 2.381vw /* 768px-1440px間で1.250rem-2.250remの線形補間 */,
    2.25rem /* 36px (基準16px) */
  );
}

.AnchorLinkNum > span:nth-child(2) {
  margin-top: 1.813rem /* 29px (基準16px) */;
  font-weight: 700;
  font-size: clamp(
    0.875rem /* 14px (基準16px) */,
    0.446rem + 0.893vw /* 768px-1440px間で0.875rem-1.250remの線形補間 */,
    1.25rem /* 20px (基準16px) */
  );
  color: #fff;
}
.s .AnchorLinkNum > span:nth-child(2) {
  margin-top: 1.25rem /* 20px (基準16px) */;
}

.AnchorLinkNum::after {
  position: relative;
  display: block;
  content: '';
  margin-top: 1.25rem /* 20px (基準16px) */;
  width: clamp(
    4.375rem /* 70px (基準16px) */,
    -0.339rem + 9.821vw /* 768px-1440px間で4.375rem-8.500remの線形補間 */,
    8.5rem /* 136px (基準16px) */
  );
  height: clamp(
    1.25rem /* 20px (基準16px) */,
    0.821rem + 0.893vw /* 768px-1440px間で1.250rem-1.625remの線形補間 */,
    1.625rem /* 26px (基準16px) */
  );
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.26);
  background-image: url('../../common/image/arrow-white-down.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: clamp(
    0.625rem /* 10px (基準16px) */,
    0.196rem + 0.893vw /* 768px-1440px間で0.625rem-1.000remの線形補間 */,
    1rem /* 16px (基準16px) */
  );
}
.s .AnchorLinkNum::after {
}

/* --------------------------------------
　山型リンクボタン
--------------------------------------- */

.LinkBtn {
  border-radius: 190px 190px 0 0;
  background: linear-gradient(120deg, rgba(69, 175, 255, 1) 0%, rgba(0, 49, 176, 1) 100%);
  color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(170, 232, 255, 1);
  font-weight: 700;
  padding: min(7.813rem, 8.68vw) 0.625rem min(5.75rem, 6.3888vw);
  display: block;
  text-decoration: none;
}

.s .LinkBtn {
  border-radius: 0;
  position: relative;
  background: linear-gradient(90deg, rgba(69, 175, 255, 1) 0%, rgba(0, 49, 176, 1) 100%);
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 1);
  padding: 5.333vw 2.666vw 5.333vw 5.333vw;
}

.s .LinkBtn._first {
  border-top: none;
}

.LinkBtnTitle {
  font-family: 'Montserrat', sans-serif;
  font-size: min(3.75rem, 5.2vw);
  line-height: 1;
  padding-bottom: 2.188rem;
  text-align: center;
}

.s .LinkBtnTitle {
  font-size: 8.533vw;
  padding-bottom: 3.2vw;
  text-align: left;
}

.LinkBtnArea {
  font-size: min(1.25rem, 1.82vw);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(2.5rem, 1.3vw);
}
.s .LinkBtnArea {
  font-size: 3.2vw;
  font-weight: 500;
  display: block;
  letter-spacing: 0.025rem;
}

.LinkBtnArea p:nth-of-type(2) {
  max-width: min(6rem, 7.8vw);
}

.s .LinkBtnArea p:nth-of-type(2) {
  position: absolute;
  right: 2.666vw;
  top: 50%;
  transform: translateY(-50%);
  max-width: 16vw;
}

/* --------------------------------------
　セミナー用のカード
--------------------------------------- */

.CardIntro {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0px 17px 20px;
  border-radius: 20px;
  width: min(20.875rem /* 334px (基準16px) */, 23.194vw /* 334px (基準1440px) */);
  aspect-ratio: 334 / 464;
  color: rgba(255, 255, 255, 1);
  font-size: min(1.5rem /* 24px (基準16px) */, 1.667vw /* 24px (基準1440px) */);
  font-weight: 500;
  box-shadow: 0 20px 34px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  cursor: pointer;
}

.s .CardIntro {
  width: 100%;
  font-size: min(1.125rem /* 18px (基準16px) */, 4.8vw /* 18px (基準375px) */);
}

.CardIntro::after {
  content: '';
  position: absolute;
  inset: 0;
  aspect-ratio: 334 / 464;
  background: var(--card-bg) center / cover no-repeat;
  transform: scale(1);
  transition: transform 0.4s ease;
  z-index: 0;
}

.CardIntro::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(13, 47, 114, 0.8) 0%,
    rgba(13, 47, 114, 0.6) 20%,
    rgba(13, 47, 114, 0) 40%
  );
  z-index: 1;
}

.CardIntro:hover::after {
  transform: scale(1.1);
}

.CardIntroLink {
  position: absolute;
  inset: 0;
  z-index: 3;
}

.CardIntroLimited {
  position: absolute;
  top: 0;
  right: 0;
  font-size: min(1rem /* 16px (基準16px) */, 1.111vw /* 16px (基準1440px) */);
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(0, 60, 143, 1);
  background: rgba(255, 255, 255, 1);
  padding: 20px;
  line-height: 1;
  border-radius: 0 0 0 20px;
  z-index: 5;
}

.CardIntroInner {
  position: absolute;
  top: min(18.75rem /* 300px (基準16px) */, 20.833vw /* 300px (基準1440px) */);
  left: 17px;
  right: 17px;
  z-index: 2;
}

.s .CardIntroInner {
  top: unset;
  bottom: 14%;
}

.CardIntroDate {
  padding-bottom: 10px;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
}

.CardIntroDate span {
  font-size: min(1.6rem, 1.111vw /* 16px (基準1440px) */);
}

.s .CardIntroDate span {
  font-size: min(0.875rem /* 14px (基準16px) */, 3.733vw /* 14px (基準375px) */);
}

.CardIntroTitle {
  font-weight: 700;
  line-height: 1.3;
  height: 64px;
}

.CardIntroTagArea {
  position: absolute;
  top: min(25.938rem /* 415px (基準16px) */, 28.819vw /* 415px (基準1440px) */);
  display: flex;
  gap: 0.313rem /* 5px (基準16px) */;
}

.s .CardIntroTagArea {
  top: unset;
  bottom: 5%;
}

.CardIntroTag {
  position: relative;
  flex-shrink: 0;
  font-size: min(1.4rem, 0.9722vw);
  color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(255, 255, 255, 1);
  display: inline-block;
  border-radius: 50px;
  line-height: 1.3;
  padding: 5px 12px;
  z-index: 2;
}

.s .CardIntroLimited {
  font-size: min(0.75rem /* 12px (基準16px) */, 3.2vw /* 12px (基準375px) */);
}

.s .CardIntroTag {
  font-size: min(0.75rem /* 12px (基準16px) */, 3.2vw /* 12px (基準375px) */);
}

/* --------------------------------------
　実績用のカード
--------------------------------------- */

.CardAchievemnts {
  display: block;
  width: 100%;
  border-radius: 40px;
  background: url(../image/card-achievements-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 31px 44px rgba(0, 0, 0, 0.17);
  padding: min(36px, 2.5vw /* 36px (基準1440px) */);
  padding-top: clamp(
    1.25rem /* 20px (基準16px) */,
    -0.893rem + 4.464vw /* 768px-1440px間で1.250rem-3.125remの線形補間 */,
    3.125rem /* 50px (基準16px) */
  );
  padding-inline: clamp(
    1.25rem /* 20px (基準16px) */,
    -0.893rem + 4.464vw /* 768px-1440px間で1.250rem-3.125remの線形補間 */,
    3.125rem /* 50px (基準16px) */
  );
  padding-bottom: clamp(
    1.875rem /* 30px (基準16px) */,
    -0.268rem + 4.464vw /* 768px-1440px間で1.875rem-3.750remの線形補間 */,
    3.75rem /* 60px (基準16px) */
  );
}
.s .CardAchievemnts {
  border-radius: 20px;
}

.CardAchievemntsImg {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.CardAchievemntsImg img {
  object-fit: cover;
}

.CardAchievemntsText {
  text-align: left;
  font-size: min(1.5rem /* 24px (基準16px) */, 1.667vw /* 24px (基準1440px) */);
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  padding-top: 1.875rem /* 30px (基準16px) */;
  line-height: 1.416;
}
.s .CardAchievemntsText {
  font-size: min(1.125rem /* 18px (基準16px) */, 4.8vw /* 18px (基準375px) */);
  padding-top: 1.75rem /* 28px (基準16px) */;
  line-height: 1.5;
}

.CardAchievemntsText span {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(
    0.75rem /* 12px (基準16px) */,
    0.464rem + 0.595vw /* 768px-1440px間で0.750rem-1.000remの線形補間 */,
    1rem /* 16px (基準16px) */
  );
  display: block;
  font-weight: 400;
  padding-top: min(2.5rem, 2.777vw /* 40px (基準1440px) */);
}
.s .CardAchievemntsText span {
  font-size: min(0.75rem /* 12px (基準16px) */, 3.2vw /* 12px (基準375px) */);
  padding-top: 1.75rem /* 28px (基準16px) */;
}

.CardAchievemntsImg > img {
  border-radius: 35px;
  height: 100%;
}
.s .CardAchievemntsImg > img {
  border-radius: 20px;
}

/* --------------------------------------
　リンクカード
--------------------------------------- */
.LinkCard {
  width: 100%;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 1);
  padding: clamp(
    1.25rem /* 20px (基準16px) */,
    -0.179rem + 2.976vw /* 768px-1440px間で1.250rem-2.500remの線形補間 */,
    2.5rem /* 40px (基準16px) */
  );
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  gap: clamp(
    1.25rem /* 20px (基準16px) */,
    0.536rem + 1.488vw /* 768px-1440px間で1.250rem-1.875remの線形補間 */,
    1.875rem /* 30px (基準16px) */
  );
  text-decoration: none;
  color: rgba(0, 60, 143, 1);
}

.s .LinkCard {
  flex-direction: column;
  text-align: center;
}

.LinkCard._external::after {
  content: '';
  position: absolute;
  top: min(2.5rem /* 40px (基準16px) */, 2.777vw /* 40px (基準1440px) */);
  right: min(2.5rem /* 40px (基準16px) */, 2.777vw /* 40px (基準1440px) */);
  width: min(2.094rem /* 33.5px (基準16px) */, 3.125vw /* 33.5px (基準1440px) */);
  height: min(2.094rem /* 33.5px (基準16px) */, 3.125vw /* 33.5px (基準1440px) */);
  background: url(../../common/image/icon-link-external.png) center no-repeat;
  background-size: 100%;
}

.LinkCardImage {
  flex-shrink: 0;
  width: min(27.5rem /* 440px (基準16px) */, 30.55vw);
  aspect-ratio: 2 / 1;
}

.s .LinkCardImage {
  width: 100%;
}

.LinkCardImage img {
  border-radius: min(0.938rem /* 15px (基準16px) */, 1.042vw /* 15px (基準1440px) */);
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.LinkCardText {
  display: block;
  font-weight: 400;
}

.LinkCardText p:nth-of-type(1) {
  font-size: clamp(
    1.5rem /* 24px (基準16px) */,
    0.929rem + 1.19vw /* 768px-1440px間で1.500rem-2.000remの線形補間 */,
    2rem /* 32px (基準16px) */
  );
  font-weight: 700;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
.LinkCard._external .LinkCardText p:nth-of-type(1) {
  padding-right: min(2.5rem /* 40px (基準16px) */, 2.777vw /* 40px (基準1440px) */);
}

.LinkCardText p:nth-of-type(1) span {
  font-size: clamp(
    0.875rem /* 14px (基準16px) */,
    0.589rem + 0.595vw /* 768px-1440px間で0.875rem-1.125remの線形補間 */,
    1.125rem /* 18px (基準16px) */
  );
  font-weight: 400;
  display: block;
  line-height: 1.5;
}
.s .LinkCardText p:nth-of-type(1) span {
  letter-spacing: -0.04em;
}

.LinkCardText p:nth-of-type(2) {
  margin-top: 2.5rem /* 40px (基準16px) */;
  color: rgba(136, 136, 136, 1);
  font-size: min(1rem /* 16px (基準16px) */, 1.111vw /* 16px (基準1440px) */);
}
.s .LinkCardText p:nth-of-type(2) {
  margin-top: 1.75rem /* 28px (基準16px) */;
  text-align: left;
  font-size: min(0.875rem /* 14px (基準16px) */, 3.733vw /* 14px (基準375px) */);
}

/* --------------------------------------
　汎用カード（記事用）
--------------------------------------- */

.CardCommon {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 1);
  font-size: min(1rem, 1.56vw);
  font-weight: 400;
  padding: min(1.25rem, 1.388vw);
}

.s .CardCommon {
  border-radius: 10px;
}

.CardCommonImg {
  width: 100%;
  aspect-ratio: 303 / 227;
}

.CardCommonImg img {
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.s .CardCommon {
  font-size: min(0.875rem /* 14px (基準16px) */, 3.733vw /* 14px (基準375px) */);
  padding: min(1rem /* 16px (基準16px) */, 4.267vw /* 16px (基準375px) */);
}

.CardCommonCategory {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.CardCommonText {
  margin-top: 0.313rem /* 5px (基準16px) */;
  color: rgba(0, 60, 143, 1);
}

.CardCommonText span {
  display: block;
  margin-bottom: 0.5rem;
}

.CardCommonTagArea {
  display: flex;
  overflow-x: auto;
  gap: min(10px, 0.52vw);
  font-size: min(1rem, 1.56vw);
  margin-top: 1rem;
}

.CardCommonTagArea .Tag {
  flex-shrink: 0;
}

/* --------------------------------------
　カテゴリ用のタグ
--------------------------------------- */

.CategoryTag {
  background-color: rgba(204, 204, 204, 1);
  color: rgba(255, 255, 255, 1);
  display: inline-block;
  font-size: min(0.875rem /* 14px (基準16px) */, 0.972vw /* 14px (基準1440px) */);
  font-weight: 700;
  padding: min(0.313rem /* 5px (基準16px) */, 1.333vw /* 5px (基準375px) */)
    min(0.625rem /* 10px (基準16px) */, 0.694vw /* 10px (基準1440px) */);
  border-radius: 50px;
  vertical-align: middle;
  text-align: center;
}

.s .CategoryTag {
  font-size: min(0.625rem /* 10px (基準16px) */, 2.667vw /* 10px (基準375px) */);
  padding: min(0.25rem /* 4px (基準16px) */, 1.067vw /* 4px (基準375px) */)
    min(0.5rem /* 8px (基準16px) */, 2.133vw /* 8px (基準375px) */);
}

/* --------------------------------------
　アコーディオンメニュー
--------------------------------------- */

.Accordion {
  border-radius: 20px;
  font-size: clamp(
    0.875rem /* 14px (基準16px) */,
    0.589rem + 0.595vw /* 768px-1440px間で0.875rem-1.125remの線形補間 */,
    1.125rem /* 18px (基準16px) */
  );
  font-weight: bold;
  transition: filter 0.2s ease;
}
.Accordion:hover {
  filter: contrast(0.8);
}
.Accordion:active {
  filter: contrast(1.2);
}

.AccordionHeader {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: rgba(1, 104, 182, 1);
  position: relative;
  padding-top: clamp(
    1rem /* 16px (基準16px) */,
    -0.286rem + 2.679vw /* 768px-1440px間で1.000rem-2.125remの線形補間 */,
    2.125rem /* 34px (基準16px) */
  );
  padding-bottom: clamp(
    1rem /* 16px (基準16px) */,
    -0.571rem + 3.274vw /* 768px-1440px間で1.000rem-2.375remの線形補間 */,
    2.375rem /* 38px (基準16px) */
  );
  padding-inline: clamp(
    1rem /* 16px (基準16px) */,
    -0.714rem + 3.571vw /* 768px-1440px間で1.000rem-2.500remの線形補間 */,
    2.5rem /* 40px (基準16px) */
  );
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 1);
}
.s .AccordionHeader {
  border-radius: 12px;
}

.AccordionHeader::before {
  position: absolute;
  content: '';
  top: 50%;
  right: clamp(
    1rem /* 16px (基準16px) */,
    -0.714rem + 3.571vw /* 768px-1440px間で1.000rem-2.500remの線形補間 */,
    2.5rem /* 40px (基準16px) */
  );
  width: 1.875rem /* 30px (基準16px) */;
  width: clamp(
    0.625rem /* 10px (基準16px) */,
    -0.804rem + 2.976vw /* 768px-1440px間で0.625rem-1.875remの線形補間 */,
    1.875rem /* 30px (基準16px) */
  );
  height: 2px;
  border-radius: 1px;
  background-color: rgba(1, 104, 182, 1);
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}

.AccordionHeader::after {
  position: absolute;
  content: '';
  top: 50%;
  right: clamp(
    1rem /* 16px (基準16px) */,
    -0.714rem + 3.571vw /* 768px-1440px間で1.000rem-2.500remの線形補間 */,
    2.5rem /* 40px (基準16px) */
  );
  width: clamp(
    0.625rem /* 10px (基準16px) */,
    -0.804rem + 2.976vw /* 768px-1440px間で0.625rem-1.875remの線形補間 */,
    1.875rem /* 30px (基準16px) */
  );
  height: 2px;
  border-radius: 1px;
  background-color: rgba(1, 104, 182, 1);
  transition: all 0.3s ease-in-out;
}

.AccordionContent {
  display: none;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, 0.25);
  padding: clamp(
    1rem /* 16px (基準16px) */,
    -0.714rem + 3.571vw /* 768px-1440px間で1.000rem-2.500remの線形補間 */,
    2.5rem /* 40px (基準16px) */
  );
  border-radius: 0 0 20px 20px;
}
.s .AccordionContent {
  border-radius: 0 0 12px 12px;
}

.AccordionHeader span:nth-of-type(1),
.AccordionContent span:nth-of-type(1) {
  font-size: clamp(
    1.063rem /* 17px (基準16px) */,
    -0.579rem + 3.421vw /* 768px-1440px間で1.063rem-2.500remの線形補間 */,
    2.5rem /* 40px (基準16px) */
  );
  font-family: 'Montserrat', sans-serif;
  padding-right: clamp(
    0.625rem /* 10px (基準16px) */,
    -1.518rem + 4.464vw /* 768px-1440px間で0.625rem-2.500remの線形補間 */,
    2.5rem /* 40px (基準16px) */
  );
  line-height: 1;
}

.AccordionHeader span:nth-of-type(2) {
  width: 80%;
}

.AccordionContentInner {
  display: flex;
}

.AccordionContentInner span a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* 開時 */
.Accordion._open .AccordionHeader {
  border-radius: 20px 20px 0 0;
}
.s .Accordion._open .AccordionHeader {
  border-radius: 12px 12px 0 0;
}

.Accordion._open .AccordionContent {
  display: flex;
}

.Accordion._open .AccordionHeader::before {
  transform: rotate(180deg);
}

/* --------------------------------------
　タグ
--------------------------------------- */

.Tag._Blue {
  position: relative;
  font-size: min(1rem, 1.56vw);
  color: rgba(0, 60, 143, 1);
  border: 1px solid rgba(0, 60, 143, 1);
  display: inline-block;
  border-radius: 60px;
  line-height: 1.3;
  padding: 0.313rem min(1.188rem, 1.319vw);
  z-index: 2;
  font-weight: 400;
}

.Tag._White {
  position: relative;
  font-size: min(0.875rem, 0.9722vw);
  color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(255, 255, 255, 1);
  display: inline-block;
  border-radius: 50px;
  line-height: 1.3;
  padding: 0.625rem min(0.875rem, 0.9722vw);
  z-index: 2;
  font-weight: 400;
}

.s .Tag._Blue {
  font-size: min(0.75rem /* 12px (基準16px) */, 3.2vw /* 12px (基準375px) */);
  padding: 0.25rem /* 4px (基準16px) */ 0.5rem /* 8px (基準16px) */;
}

.s .Tag._White {
  font-size: min(0.75rem /* 12px (基準16px) */, 3.2vw /* 12px (基準375px) */);
  padding: 0.313rem /* 5px (基準16px) */ 0.625rem /* 10px (基準16px) */;
}

/* --------------------------------------
フォーラムのメリット
--------------------------------------- */

.ForumMeritBox {
  position: relative;
  width: 100%;
  min-height: min(11.25rem /* 180px (基準16px) */, 12.5vw /* 180px (基準1440px) */);
  border-radius: 1rem /* 16px (基準16px) */;
  background: rgba(255, 255, 255, 1);
  color: rgba(0, 71, 197, 1);
  font-family: 'Montserrat', sans-serif;
  font-size: min(1.25rem /* 20px (基準16px) */, 1.389vw /* 20px (基準1440px) */);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  padding: min(1.25rem /* 20px (基準16px) */, 1.389vw /* 20px (基準1440px) */);
}

.ForumMeritBoxIcon {
  position: absolute;
  top: max(-1.5rem /* -24px (基準16px) */, -1.667vw /* -24px (基準1440px) */);
  left: 50%;
  transform: translateX(-50%);
  width: min(4rem /* 64px (基準16px) */, 4.444vw /* 64px (基準1440px) */);
  height: min(4rem /* 64px (基準16px) */, 4.444vw /* 64px (基準1440px) */);
  border-radius: 50%;
  object-fit: cover;
}

/* --------------------------------------
メンバー紹介カード
--------------------------------------- */
.MemberCard {
  display: block;
  background-color: rgba(255, 255, 255, 1);
  height: 100%;
  border-radius: 20px;
  color: rgba(0, 60, 143, 1);
  padding: min(2.5rem, 2.8vw) min(1.875rem, 2.1vw);
  font-weight: 400;
}

.s .MemberCard {
  padding: 5.333vw 2.6666vw 6.6666vw 2.6666vw;
}

.MemberProfile {
  display: flex;
  align-items: center;
  column-gap: min(2.5rem, 2.75vw);
}

.s .MemberProfile {
  column-gap: 4.2666vw;
}

.MemberImage {
  flex: 0 0 min(12.5rem, 13.88vw);
}

.s .MemberImage {
  flex: 0 0 34.666vw;
}

.s .MemberProfileInfos {
  flex: 1;
}

.MemberProfileTitle {
  font-size: min(0.875rem, 1vw);
  text-align: center;
  display: inline-block;
  color: rgba(255, 255, 255, 1);
  padding: min(0.313rem, 0.4vw) min(10px, 0.7vw);
  border-radius: 4px;
  background-color: rgba(0, 60, 143, 1);
}

.s .MemberProfileTitle {
  font-size: 3.2vw;
  padding: 2.1333vw 1.1333vw;
  letter-spacing: -0.05rem;
}

.MemberProfileName {
  margin-top: min(0.875rem, 0.972vw);
  display: flex;
  flex-direction: column;
}

.s .MemberProfileName {
  margin-top: 2.1333vw;
}

.MemberProfileNameKanji {
  font-size: min(1.75rem, 3.1vw);
  font-weight: 700;
}

.s .MemberProfileNameKanji {
  font-size: 6.4vw;
}

.MemberProfileNameKana {
  font-size: min(1rem, 1.2vw);
}

.s .MemberProfileNameKana {
  font-size: 3.2vw;
}

.MemberProfileCategories {
  margin-top: min(1.25rem, 1.388vw);
  display: flex;
  flex-wrap: wrap;
  gap: min(0.5rem, 0.6vw);
}
.s .MemberProfileCategories {
  display: none;
}

.MemberProfileCategoriesSp {
  display: none;
}

.s .MemberProfileCategoriesSp {
  display: flex;
  flex-wrap: wrap;
  font-size: 3.2vw;
  gap: 2.1333vw;
  padding-top: 5.333vw;
}

.MemberProfileCategory {
  font-size: min(1rem, 1.2vw);
  padding: min(0.313rem, 0.347vw) min(1rem, 1.111vw);
  border: 1px solid #003c8f;
  border-radius: 4px;
}

.s .MemberProfileCategory {
  font-size: 3.2vw;
  padding: 0.533vw 2.1333vw;
}

.MemberMessage {
  margin-top: min(1.75rem, 1.944vw);
  background-color: rgba(140, 196, 239, 0.1);
  border-radius: 20px;
  padding: min(1.875rem, 2.1vw);
}

.s .MemberMessage {
  margin-top: 4.2666vw;
  padding: 5.333vw;
}

.MemberLeading {
  display: flex;
  align-items: center;
  column-gap: min(1rem, 1.69vw);
}

.s .MemberLeading {
  column-gap: 4.2666vw;
}

.MemberLeadingIcon {
  width: min(1.688rem, 1.9vw);
}

.s .MemberLeadingIcon {
  width: 7.199vw;
}

.MemberLeadingText {
  font-size: min(1.5rem, 2.34vw);
  font-weight: 700;
}

.s .MemberLeadingText {
  font-size: 5.333vw;
}

.MemberBody {
  margin-top: min(0.938rem, 1.041vw);
  font-size: min(1rem, 1.69vw);
}

.s .MemberBody {
  margin-top: 2.6666vw;
  font-size: 3.7333vw;
}

.MemberHistory {
  margin-top: min(1.875rem, 2.1vw);
  padding: 0 min(0.938rem, 1.05vw);
}

.s .MemberHistory {
  margin-top: 4.2666vw;
  padding: 0 5.333vw;
}

/* --------------------------------------
プロジェクト紹介カード
--------------------------------------- */
.ProjectCard {
  display: flex;
  flex-direction: column;
  width: min(36.563rem, 40.7vw);
  aspect-ratio: 585 / 498;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 20px;
  color: rgba(0, 60, 143, 1);
}
.s .ProjectCard {
  aspect-ratio: 335 / 414;
  width: 100%;
}

.ProjectCardImage {
  width: 100%;
  aspect-ratio: 585 / 360;
  object-fit: cover;
  position: relative;
}

.ProjectCardLead {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(24.375rem, 27.1vw);
  padding: min(0.625rem, 0.7vw) min(1.5rem, 1.7vw);
  background-color: rgba(0, 60, 143, 1);
  border-radius: 0 0 20px 20px;
  font-size: min(2rem, 2.2vw);
  text-align: center;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
}

.s .ProjectCardLead {
  width: 40vw;
  padding: 2.6666vw;
  border-radius: 0 0 14px 14px;
  font-size: 4.266vw;
}

.s .ProjectCardLead._long {
  width: 58.4vw;
}

.ProjectCardLeadSub {
  font-size: min(1rem, 1.11vw);
  display: block;
}

.s .ProjectCardLeadSub {
  font-size: 3.2vw;
}

.ProjectCardMain {
  margin-top: min(2.5rem, 2.8vw);
  text-align: center;
}

.s .ProjectCardMain {
  margin-top: 4.266vw;
}

.ProjectCardTitle {
  color: rgba(0, 71, 197, 1);
}

.ProjectCardTitle._main {
  font-size: min(1.75rem, 1.9vw);
  font-weight: bold;
}

.s .ProjectCardTitle._main {
  font-size: 5.333vw;
}

.ProjectCardTitle._sub {
  font-size: min(1rem, 1.1vw);
  font-weight: bold;
}
.s .ProjectCardTitle._sub {
  font-size: 3.733vw;
}

.ProjectCardDescription {
  margin-top: min(0.5rem, 0.6vw);
  margin-bottom: min(1.25rem, 1.4vw);
  font-size: min(1rem, 1.1vw);
}

.s .ProjectCardDescription {
  margin: 2.1333vw 2.666vw 4.266vw 2.666vw;
  font-size: 3.733vw;
}

.ProjectCardCategories {
  margin-top: auto;
  background-color: rgba(199, 215, 230, 0.2);
  padding: min(1.25rem, 1.4vw);
  border-radius: 40px 40px 20px 20px;
}

.s .ProjectCardCategories {
  margin-top: auto;
  padding: 2.666vw;
}

.ProjectCardCategoryLead {
  font-size: min(1.25rem, 1.4vw);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: min(1rem, 1.1vw);
}

.s .ProjectCardCategoryLead {
  font-size: 3.733vw;
  column-gap: 4.266vw;
}

.ProjectCardCategoryLead img {
  width: min(1.688rem, 1.9vw);
}

.s .ProjectCardCategoryLead img {
  width: 4.266vw;
}

.ProjectCardCategoryItems {
  margin-top: min(0.625rem, 0.7vw);
  display: flex;
  justify-content: center;
  column-gap: min(0.625rem, 0.7vw);
}
.s .ProjectCardCategoryItems {
  flex-wrap: wrap;
  margin-top: 1.066vw;
  column-gap: 1.066vw;
}

.ProjectCardCategoryItem {
  font-size: min(1rem, 1.1vw);
  padding: min(0.25rem, 0.3vw) min(1rem, 1.1vw);
  border: rgba(0, 60, 143, 1) 1px solid;
  border-radius: 60px;
}

.s .ProjectCardCategoryItem {
  font-size: 3.2vw;
  padding: 1.066vw 2.133vw;
  margin-top: 1.066vw;
}
/* --------------------------------------
助成金
--------------------------------------- */
/* サポート種類別ボックス */
.SupportTypeBox {
  position: relative;
  width: 100%;
  max-width: 580px;
  color: rgba(0, 60, 143, 1);
  font-weight: 700;
  text-align: center;
  display: grid;
  grid-template-rows: auto 1fr; /* ヘッダーは自動、コンテンツは残りを埋める */
}

.SupportTypeBoxHead {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem /* 20px (基準16px) */;
  font-weight: 700;
  padding: 20px 20px 16px;
  line-height: 1;
  color: rgba(255, 255, 255, 1);
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px 20px 0 0;
}

.SupportTypeBoxContent {
  padding: 20px;
  color: rgba(0, 60, 143, 1);
  background: rgba(255, 255, 255, 1);
  border-radius: 0 0 20px 20px;
}

.SupportTypeBoxTitle {
  font-size: clamp(
    1.5rem /* 24px (基準16px) */,
    0.929rem + 1.19vw /* 768px-1440px間で1.500rem-2.000remの線形補間 */,
    2rem /* 32px (基準16px) */
  );
  line-height: 1.4;
  padding-bottom: 1.25rem /* 20px (基準16px) */;
}

.SupportTypeBoxTitle._en {
  font-size: 3rem /* 48px (基準16px) */;
  font-family: 'Montserrat', sans-serif;
}

.SupportTypeBoxTitle span {
  font-size: 1rem /* 16px (基準16px) */;
  display: block;
}

.SupportTypeBoxText {
  font-size: 1.5rem /* 24px (基準16px) */;
  line-height: 1.4;
  padding-bottom: 10px;
}

.SupportTypeBoxText ._tag {
  width: max-content;
  margin-inline: auto;
  border: 1px solid #003c8f;
  border-radius: 6px;
  padding: 0.5rem /* 8px (基準16px) */
    clamp(
      1.25rem /* 20px (基準16px) */,
      -0.179rem + 2.976vw /* 768px-1440px間で1.250rem-2.500remの線形補間 */,
      2.5rem /* 40px (基準16px) */
    );
}
.s .SupportTypeBoxText ._tag {
  font-size: min(1rem /* 16px (基準16px) */, 4.267vw /* 16px (基準375px) */);
}
.SupportTypeBoxText ._wrapper {
  display: block;
  margin-top: 0.625rem /* 10px (基準16px) */;
}
.SupportTypeBoxText ._price {
  color: rgba(0, 71, 197, 1);
}

.SupportTypeBoxText ._price span {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem /* 40px (基準16px) */;
}

.SupportTypeBoxContent p {
  max-width: 136px;
  margin: 0 auto;
}

/* サポートポイントボックス */

.SupportPointBox {
  width: 100%;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 1);
  padding: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  gap: clamp(
    1.25rem /* 20px (基準16px) */,
    0.679rem + 1.19vw /* 768px-1440px間で1.250rem-1.750remの線形補間 */,
    1.75rem /* 28px (基準16px) */
  );
  color: rgba(0, 60, 143, 1);
}
.s .SupportPointBox {
  border-radius: 12px;
}

.SupportPointBoxImage {
  flex: 0 0
    clamp(
      3rem /* 48px (基準16px) */,
      -0.714rem + 7.738vw /* 768px-1440px間で3.000rem-6.250remの線形補間 */,
      6.25rem /* 100px (基準16px) */
    );
}

.s.l .SupportPointBoxImage img._s,
.l .SupportPointBoxImage img._l {
  display: block;
}
.s.l .SupportPointBoxImage img._l,
.l .SupportPointBoxImage img._s {
  display: none;
}

.SupportPointBoxText {
  flex: 1;
  min-width: 0;
  font-weight: 400;
  font-size: 1rem /* 16px (基準16px) */;
}

.SupportPointBoxText div {
  font-size: 1.25rem /* 20px (基準16px) */;
  font-weight: 700;
  padding-bottom: 0.75rem /* 12px (基準16px) */;
  line-height: 1;
  color: #0047c5;
}
.SupportPointBoxText p {
  font-size: clamp(
    0.875rem /* 14px (基準16px) */,
    0.732rem + 0.298vw /* 768px-1440px間で0.875rem-1.000remの線形補間 */,
    1rem /* 16px (基準16px) */
  );
}
.SupportPointBoxText p > span {
  display: block;
  font-size: 0.688rem /* 11px (基準16px) */;
}

/* BISHOP用ボックス */
.BishopBox {
  position: relative;
  width: calc((100% - 20px) / 2);
  max-width: 592px;
  color: rgba(0, 60, 143, 1);
  font-weight: 700;
  /* display: flex;
  justify-content: center;
  flex-direction: column; */
  text-align: center;
}

.BishopBoxHead {
  font-family: 'Montserrat', sans-serif;
  font-size: min(4rem, 2.777vw);
  font-weight: 500;
  padding: 40px 20px;
  line-height: 1;
  color: rgba(255, 255, 255, 1);
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px 20px 0 0;
}

.BishopBoxHead span {
  position: relative;
  display: inline-block;
  transform: translateX(43px);
}

.BishopBoxHead span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -71px;
  transform: translate(0, -50%);
  width: 43px;
  height: 8px;
  background: url(../img/icon-wave-w.png) center no-repeat;
  background-size: 100%;
}

.BishopBoxContent {
  padding: min(40px, 2.6vw);
  color: rgba(0, 60, 143, 1);
  background: rgba(255, 255, 255, 1);
  border-radius: 0 0 20px 20px;
  font-weight: 400;
}

.BishopBoxContent ul {
  padding-bottom: 20px;
  font-size: min(1.8rem, 1.82vw);
  font-weight: 700;
}

.BishopBoxContent ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
}

.BishopBoxContent ul li div:nth-of-type(1) {
  font-size: min(2rem, 2.34vw);
  width: 170px;
  line-height: 1;
  padding: 8px;
  background: rgba(0, 60, 143, 0.1);
  border-radius: 6px;
}

.BishopBoxContent ul li div:nth-of-type(2) {
  text-align: left;
}

.BishopBoxButton {
  width: 320px;
  margin: 0 auto;
}

/* --------------------------------------
サイトマップ
--------------------------------------- */

.SitemapItem {
  position: relative;
  flex: 0 0 calc((100% - 4 * 1.188rem) / 5);
  max-width: 14.063rem;
  height: 12.188rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 1);
  color: rgba(0, 71, 197, 1);
  box-shadow: 0 4px 16px rgba(136, 160, 197, 0.32);
}
.s .SitemapItem {
  flex: 0 0 calc((100% - 2 * 2.666vw) / 3);
  max-width: 28vw;
  height: 26.6vw;
}

.SitemapItem a {
  cursor: pointer;
  transition: 0.2s;
  color: inherit;
  text-decoration: none;
  height: 100%;
  padding: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.25rem;
}
.s .SitemapItem a {
  padding: 4.666vw 2.666vw 2.666vw 2.666vw;
  gap: 2.666vw;
}

.SitemapTitle {
  font-size: 1rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
}
.s .SitemapTitle {
  font-size: 3.73vw;
  line-height: 1.43;
}

.s .SitemapList._small .SitemapTitle {
  font-size: 2.933vw;
  letter-spacing: -0.03125rem;
}

.Sitemap p {
  max-width: 8.5rem;
}

.s .Sitemap p {
  max-width: 18.666vw;
}

/* --------------------------------------
ページネーション
--------------------------------------- */
.Pagination {
  width: max-content;
  padding: 0.625rem /* 10px (基準16px) */;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: min(2.5rem /* 40px (基準16px) */, 2.778vw) /* 40px (基準1440px) */;
  background-color: #fff;
  border-radius: 70px;
}
.s .Pagination {
  column-gap: min(0.563rem /* 9px (基準16px) */ 4.167vw /* 32px (基準768px) */);
}

.Pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.563rem /* 9px (基準16px) */;
}

.s.l .Pagination ul._s {
  display: flex;
}
.l .Pagination ul._s {
  display: none;
}

.s.l .Pagination ul._l {
  display: none;
}
.l .Pagination ul._l {
  display: flex;
}

.Pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 50%;
  width: 1.75rem /* 28px (基準16px) */;
  height: 1.75rem /* 28px (基準16px) */;
  background-color: #fff;
  color: #0047c5;
  font-family: 'Montserrat', sans-serif;
}
.Pagination a.page-numbers:hover {
  filter: contrast(0.8);
  background-color: #0047c5;
  color: #fff;
}
.Pagination a.page-numbers:active {
  filter: contrast(0.5);
}

.Pagination .page-numbers.current {
  width: 1.75rem /* 28px (基準16px) */;
  height: 1.75rem /* 28px (基準16px) */;
  color: #fff;
  background-color: #0047c5;
}
.Pagination .page-numbers.prev,
.Pagination .page-numbers.next,
.Pagination .page-numbers.disabled {
  width: 3rem /* 48px (基準16px) */;
  height: 3rem /* 48px (基準16px) */;
  border-radius: 50%;
  transform-origin: center;
  background-size: 1rem /* 16px (基準16px) */;
  background-repeat: no-repeat;
  background-position: center;
}

.Pagination .page-numbers.prev,
.Pagination .page-numbers.next {
  background-image: url('../image/arrow-white.svg');
  background-color: #0047c5;
}
.Pagination .page-numbers.disabled {
  background-image: url('../image/arrow-blue.svg');
  background-size: 1rem /* 16px (基準16px) */;
  background-color: #f2f2f2;
  pointer-events: none;
}
.Pagination .page-numbers.prev {
  transform: rotate(180deg);
}
