/*****************************************************************************
CSS only for uniform 2025-26
*****************************************************************************/

/* Set
-----------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}
picture {
  display: block;
}
a {
  transition: opacity .35s;
}
.Content a:link    { text-decoration: none; }
.Content a:visited { text-decoration: none; }
.Content a:hover   { text-decoration: none; opacity: 0.8; }
.Content a:focus   { text-decoration: none; opacity: 0.8; }
.Content a:active  { text-decoration: none; opacity: 0.8; }

button {
  padding: 0;
  border: none;
  background-color: transparent;
  transition: opacity .35s;
  cursor: pointer;
}
button:hover   { opacity: 0.8; }
button:focus   { opacity: 0.8; }
button:active  { opacity: 0.8; }

/* Fv
---------------------------------------- */
.Fv {
  position: relative;
  margin-bottom: max(-398px, -20.72916vw);
  overflow: hidden;
  background-color: var(--color-primary04);
}
@media screen and (max-width: 1200px) {
  .Fv {
    padding-top: 66px;
  }
}
@media screen and (max-width: 767px) {
  .Fv {
    margin-bottom: 0;
  }
}
.Fv::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 27%;
  background: -webkit-linear-gradient(top, #001a75, #000);
  background: linear-gradient(to bottom, #001a75, #000);
}
.Fv__inner {
  position: relative;
  z-index: 1;
  max-width: 1920px;
  margin-inline: auto;
}
.Fv__wrapper {
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
}
.Fv__text {
  position: absolute;
  top: 43%;
  left: 3.80208vw;
  width: 35.36458vw;
}
@media screen and (max-width: 767px) {
  .Fv__text {
    top: 22px;
    left: 20px;
    width: 72.26666vw;
  }
}
.Fv__img {
  padding-top: 36px;
  margin-right: -56px;
  width: 80.625vw;
  max-width: 1548px;
}
@media screen and (max-width: 767px) {
  .Fv__img {
    margin-right: -94px;
    padding-top: 127px;
    width: 119.6vw;
    max-width: none;
  }
}

/* Content
---------------------------------------- */
.Content {
  position: relative;
  padding-bottom: 224px;
  background-color: var(--color-primary04);
}
@media screen and (max-width: 767px) {
  .Content {
    padding-bottom: 78px;
  }
}
.Content::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 264px;
  background: -webkit-linear-gradient(top, #000, #000d3d);
  background: linear-gradient(to bottom, #000, #000d3d);
}
@media screen and (max-width: 767px) {
  .Content::after {
    height: 118px;
  }
}
.Content__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
@media screen and (max-width: 767px) {
  .Content__wrapper {
    display: block;
  }
}
.Content__side {
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
  background-color: rgb(0 0 0 / .43);
}
@media screen and (max-width: 767px) {
  .Content__side {
    position: static;
    height: auto;
  }
}
.Content__main {
  padding-block: 88px;
  color: var(--color-primary03);
}
@media screen and (max-width: 767px) {
  .Content__main {
    padding-block: 77px;
  }
}
.Content__inner {
  max-width: 920px;
  margin-inline: auto;
  padding-inline: 20px;
}
.Content__sec + .Content__sec {
  padding-top: 188px;
}
@media screen and (max-width: 767px) {
  .Content__sec + .Content__sec {
    padding-top: 88px;
  }
}
.Content__item {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
.Content__item {
    margin-top: 36px;
  }
}
.Content__item + .Content__item {
  margin-top: 62px;
}
@media screen and (max-width: 767px) {
  .Content__item + .Content__item {
    margin-top: 39px;
  }
}
.Content__item > *:first-child {
  margin-top: 0;
}
.Content__item > *:last-child {
  margin-bottom: 0;
}

/* MainImg
---------------------------------------- */
.MainImg {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  padding: 66px 50px 0;
}
@media screen and (max-width: 767px) {
  .MainImg {
    padding: 38px 33px;
  }
}
.MainImg::after {
  content: '';
  display: block;
  position: absolute;
  top: 17%;
  left: -13%;
  width: 120%;
  aspect-ratio: 1 / 1;
  background: radial-gradient(at 50% 50%, #191919,   transparent 55%);
  filter: blur(75px);
}
@media screen and (max-width: 767px) {
  .MainImg::after {
    top: -8%;
    left: -24%;
    filter: blur(35px);
  }
}
.MainImg__wrapper {
  position: relative;
  z-index: 1;
}
.MainImg__item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.MainImg__item img {
  width: auto;
  max-height: 80vh;
}
@media screen and (max-width: 767px) {
  .MainImg__item img {
    max-height: none;
  }
}

/* Title
---------------------------------------- */
.SecTitle {
  display: block;
  text-align: center;
  text-transform: uppercase;
}
.SecTitle__main {
  margin-block: var(--leading-trim);
  font-family: var(--font-type01);
  font-size: clamp(56px, 4.16666vw, 80px);
  font-weight: 700;
  line-height: 1.15;
}
@media screen and (max-width: 767px) {
  .SecTitle__main {
    font-size: 55px;
  }
}
.SecTitle__sub {
  margin-top: 23px;
  color: var(--color-primary01);
  font-size: clamp(14px, .9375vw, 18px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .SecTitle__sub {
    margin-top: 13px;
    font-size: 12px;
  }
}
.SecTitle--white > .SecTitle__main,
.SecTitle--white > .SecTitle__sub {
  color: var(--color-primary03);
}

.SubTitle {
  font-size: 32px;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .SubTitle {
    font-size: 20px;
  }
}

.CatTitle {
  position: relative;
  margin-bottom: 20px;
  padding-left: 1em;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .CatTitle {
    margin-bottom: 10px;
    font-size: 15px;
  }
}
.CatTitle::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: .55em;
  left: 0;
  width: .4em;
  height: .4em;
  background-color: var(--color-primary01);
}

/* Text
---------------------------------------- */
.TextArea {
  margin-block: 20px 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .TextArea {
    margin-block: 10px 30px;
    font-size: 12px;
    line-height: 1.66666;
  }
}
.TextArea > p {
  margin-bottom: 1.5em;
}
.TextArea > *:last-child {
  margin-bottom: 0;
}

/* Img
---------------------------------------- */
.ImgArea {
  margin-block: 30px 40px;
}
@media screen and (max-width: 767px) {
  .ImgArea {
    margin-block: 20px 30px;
  }
}

.ImgArea__col {
  display: grid;
  grid-template-columns: repeat(2, 46.875%);
  align-items: center;
  gap: 0 6.25%;
  padding: 20px 40px;
  background-color: var(--color-primary03);
}
@media screen and (max-width: 767px) {
  .ImgArea__col {
    grid-template-columns: 1fr;
    gap: 25px 0;
    padding: 25px 20px;
  }
}
.ImgArea__col img {
  width: 85.33333%;
}
@media screen and (max-width: 767px) {
  .ImgArea__col img {
    margin-inline: auto;
    width: 94.91525%;
  }
}
.ImgArea__col > img:first-child {
  margin-left: auto;
}

.ImgList {
  display: grid;
}
.ImgList--col3 {
  grid-template-columns: repeat(3, calc((100% - 40px) / 3));
  gap: 45px 20px;
}
@media screen and (max-width: 767px) {
  .ImgList--col3 {
    grid-template-columns: repeat(2, calc((100% - 11px) / 2));
    gap: 18px 11px;
  }
}
.ImgList__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 10px 0;
}
.ImgList__text {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.BnrArea {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .BnrArea {
    margin-top: 80px;
  }
}

/* Photo
---------------------------------------- */
.Photo__main {
  max-width: 680px;
  margin-inline: auto;
  padding-inline: 68px;
}
@media screen and (max-width: 767px) {
  .Photo__main {
    padding-inline: 38px;
  }
}
.Photo__item {
  text-align: center;
}

.Photo__main .splide__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .Photo__main .splide__arrow {
    width: 40px;
    height: 40px;
  }
}
.Photo__main .splide__arrow--prev {
  left: 0;
}
@media screen and (max-width: 767px) {
  .Photo__main .splide__arrow--prev {
    left: -14px;
  }
}
.Photo__main .splide__arrow--next {
  right: 0;
}
@media screen and (max-width: 767px) {
  .Photo__main .splide__arrow--next {
    right: -14px;
  }
}

.Photo__main .splide__arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 25px;
  height: 25px;
  border-top: solid 4px var(--color-primary01);
  border-right: solid 4px var(--color-primary01);
}
@media screen and (max-width: 767px) {
  .Photo__main .splide__arrow::after {
    width: 20px;
    height: 20px;
    border-top: solid 3px var(--color-primary01);
    border-right: solid 3px var(--color-primary01);
  }
}
.Photo__main .splide__arrow--prev::after {
  left: 18px;
  transform: translateY(-50%) rotate(-135deg);
}
@media screen and (max-width: 767px) {
  .Photo__main .splide__arrow--prev::after {
    left: 14px;
  }
}
.Photo__main .splide__arrow--next::after {
  right: 18px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .Photo__main .splide__arrow--next::after {
    right: 14px;
  }
}
.Photo__main .splide__arrow > svg {
  display: none;
}

.Photo__sub {
  display: flex;
  justify-content: center;
  margin-top: 47px;
}
@media screen and (max-width: 767px) {
  .Photo__sub {
    margin-top: 18px;
  }
}
.Photo__thumb {
  cursor: pointer;
}
.Photo__thumb {
  opacity: 0.4;
}
.Photo__thumb.is-active {
  opacity: 1;
}

/* Btn
---------------------------------------- */
.BtnArea {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .BtnArea {
    margin-top: 30px;
  }
}

.LinkBtn {
  display: inline-block;
  position: relative;
  max-width: 100%;
  min-width: 373px;
  padding: 15px 44px;
  border-radius: 100vmax;
  background-color: var(--color-secondary02);
  color: var(--color-primary03);
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .LinkBtn {
    min-width: auto;
    padding: 11px 50px;
    font-size: 12px;
  }
}
a.LinkBtn:link    { color: var(--color-primary03); }
a.LinkBtn:visited { color: var(--color-primary03); }
a.LinkBtn:hover   { color: var(--color-primary03); }
a.LinkBtn:focus   { color: var(--color-primary03); }
a.LinkBtn:active  { color: var(--color-primary03); }

.LinkBtn[target="_blank"] > img {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 24px;
}

/* animation
----------------------------------------*/
.js-fadeIn {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.3s ease-out, transform 0.5s ease-out;
}
.js-fadeIn.js-itemShow {
	opacity: 1;
  transform: translateY(0);
}
