@charset "UTF-8";

@media all and (max-width: 767px) {
  .u-dn-md--down {
    display: none !important;
  }
}

@media all and (max-width: 1279px) {
  .u-dn-lgs--down {
    display: none !important;
  }
}

@media all and (max-width: 1365px) {
  .u-dn-lg--down {
    display: none !important;
  }
}

.u-dn {
  display: none !important;
}

@media all and (min-width: 768px) {
  .u-dn-md {
    display: none !important;
  }
}

@media all and (min-width: 1280px) {
  .u-dn-lgs {
    display: none !important;
  }
}

@media all and (min-width: 1366px) {
  .u-dn-lg {
    display: none !important;
  }
}

@font-face {
  font-family: Segoe UI;
  src: local("Segoe UI Light"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");
  font-weight: 100;
}

@font-face {
  font-family: Segoe UI;
  src: local("Segoe UI Semilight"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: Segoe UI;
  src: local("Segoe UI"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: Segoe UI;
  src: local("Segoe UI Bold"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: Segoe UI;
  src: local("Segoe UI Semibold"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");
  font-weight: 700;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

#wrapper {
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  #wrapper {
    position: relative;
  }
}

header,
#breadcrumb {
  z-index: 10;
  background-color: #ffffff;
}

#header.header-wide {
  min-width: 0;
}

#contents {
  width: 100%;
  overflow: hidden;
}

@media all and (max-width: 767px) {
  #contents * {
    text-align: justify;
  }
}

#contents article {
  background-color: #bddeed;
}

#dropMenuWrap.dropMenuWrap-wide {
  min-width: 0;
}

.areaShareButtons,
.footerBannerArea {
  display: none;
}

.zoomOut {
  animation-name: zoomOutAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
  transform-origin: center;
}

@keyframes zoomOutAnime {
  from {
    opacity: 0;
    transform: scale(1.2);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@media all and (max-width: 767px) {
  .fadeIn {
    display: block !important;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeOut {
  animation-name: fadeOutAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 1;
}

@keyframes fadeOutAnime {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOutlogo {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOutMain {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.js-inView.fadeInUp {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s, transform 0.8s;
}

.js-inView.fadeInUp.is-inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  transform: translateY(0);
  transition-delay: 0.5s;
}

footer {
  position: relative;
  z-index: 300;
}

.p-mv {
  position: relative;
  width: 100%;
  height: 149px;
  background-color: #bcdeed;
}

@media all and (min-width: 768px) {
  .p-mv {
    height: 225px;
  }
}

.p-mv__inner {}

.p-mv__title {
  position: absolute;
  left: 6.6%;
  bottom: 29px;
}

@media all and (min-width: 768px) {
  .p-mv__title {
    left: 5.7%;
    bottom: 51px;
  }
}

.p-mv__title-image {
  width: 105px;
}

@media all and (min-width: 768px) {
  .p-mv__title-image {
    width: auto;
    height: 30px;
  }
}

.p-mv__logo {
  position: absolute;
  left: 5.1%;
  top: 33px;
}

@media all and (min-width: 768px) {
  .p-mv__logo {
    top: initial;
    left: initial;
    right: 5.1%;
    bottom: 51px;
  }
}

.p-mv__logo-link {
  display: block;
  transition: opacity 0.5s;
}

.p-mv__logo-link:hover {
  opacity: 0.8;
}

.p-mv__logo-image {
  width: 223px;
}

@media all and (min-width: 768px) {
  .p-mv__logo-image {
    width: 390px;
  }
}

.p-section {
  position: relative;
}

.p-topics {
  position: relative;
  padding: 11.3333333333vw 5.3333333333vw 11.4666666667vw;
  background-color: #efefef;
  color: #000;
}

@media all and (min-width: 768px) {
  .p-topics {
    /* padding: 6.8374816984vw 6.588579795vw 10.2489019034vw; */
    padding: 6.8374816984vw 6.588579795vw 6.8374816984vw;
  }
}

/* ニュースコンポーネント */
.c-news {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

@media all and (min-width: 768px) {
  .c-news {}
}

.c-news__item {
  position: relative;
  width: min(840px, 100%);
  margin: 0 auto;
  padding: 22.5px 0 22.5px;
}

@media all and (min-width: 768px) {
  .c-news__item {
    padding: 30px 0 30px;
  }
}

.c-news__item+.c-news__item {
  /* margin-top: 45px; */
  border-top: 1px solid #ccc;
}

.c-news__link {
  display: grid;
  grid-template:
    "news-date" auto
    "news-title" auto
    "news-tags" auto
    / 100%;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

@media all and (min-width: 768px) {
  .c-news__link {
    grid-template:
      "news-date . news-title" auto
      ". . news-tags" auto
      / 91px 0 1fr;
  }

  .c-news__link:hover {
    color: inherit;
  }

  .c-news__link:hover .c-news__title {
    text-decoration: underline;
  }
}

/* .c-news__image {
} */

.c-news__date {
  grid-area: news-date;
  font-size: 12px;
}

@media all and (min-width: 768px) {
  .c-news__date {
    display: flex;
    height: calc(16px * 1.64);
    align-items: center;
  }
}

.c-news__title {
  grid-area: news-title;
  font-size: 14px;
  word-break: break-word;
  text-align: left !important;
  margin-top: 9px;
}

@media all and (min-width: 768px) {
  .c-news__title {
    font-size: 16px;
    margin-top: 0;
  }
}

.c-news__title span {
  font-size: 80%;
}

.c-news__tags {
  grid-area: news-tags;
  display: flex;
  flex-wrap: wrap;
  margin-top: 11px;
  gap: 2.5641025641vw 1.28205128205vw;
}

@media all and (min-width: 768px) {
  .c-news__tags {
    margin-top: 14px;
    gap: 10px 7.5px;
  }
}

.c-news__tag {
  display: flex;
  height: 20px;
  justify-content: center;
  background-color: #DCDCDC;
  padding: 0 10px;
  align-items: center;
  border-radius: 9999px;
  font-family: "Segoe UI", "Arial", "Sans serif";
  font-size: 12px;
  letter-spacing: 0.03em;
  font-weight: bold;
}

@media all and (min-width: 768px) {
  .c-news__tag {
    height: 25px;
    font-size: 12px;
    padding: 0 15px;
  }
}

/* アンカー用ボーダー */
.c-border {
  position: absolute;
  width: 100vw;
  height: 1px;
  background-color: transparent;
  margin-top: -45px;
}

@media all and (min-width: 768px) {
  .c-border {
    margin-top: 0;
  }

  .c-border--offset {
    margin-top: -200px;
  }
}

/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 20000;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
}

.modalWrapper {
  width: 90%;
  max-width: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modalContents .movieBox {
  width: 100%;
  height: 0px;
  padding-bottom: 56.25%;
  position: relative;
}

.modalContents .movieBox iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: none;
}

.closeModal {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 100;
}

.closeModal img {
  padding: 5px;
  display: block;
}

@media screen and (max-width: 767px) {
  .pcView {
    display: none;
  }

  .titleArea p {
    padding-right: 0px;
  }
}

@media screen and (min-width: 768px) {
  .pcView {
    display: block;
    line-height: 0px;
    font-size: 0px;
  }
}

/* モーダル(slider)CSS */
.modalSliderArea {
  display: none;
  position: fixed;
  z-index: 20000;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.modalSliderBg {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
}

.modalSliderWrapper {
  width: 90%;
  height: 100%;
  max-width: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modalSliderContents {
  height: 100%;
}

.modalSliderContents .modalSliderBox {
  width: 100%;
  height: 100%;
  position: relative;
}

.modalSliderSlider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.modalSliderSlider:not(.slick-slider) {
  opacity: 0;
}

.modalSliderSliderArrows {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 100;
}

.modalSliderSliderArrows .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20.5px;
  height: 39px;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  background-repeat: no-repeat;
  pointer-events: auto;
  cursor: pointer;
  font-size: 0;
  border: 0;
}

@media screen and (min-width: 768px) {
  .modalSliderSliderArrows .slick-arrow {
    width: 26px;
    height: 51px;
  }
}

.modalSliderSliderArrows .slick-prev {
  left: -30px;
  background-image: url("../imgs/icon_arrow-l-lg.png");
}

@media screen and (min-width: 768px) {
  .modalSliderSliderArrows .slick-prev {
    left: -52px;
  }
}

.modalSliderSliderArrows .slick-next {
  right: -30px;
  background-image: url("../imgs/icon_arrow-r-lg.png");
}

@media screen and (min-width: 768px) {
  .modalSliderSliderArrows .slick-next {
    right: -52px;
  }
}

.modalSliderSliderItem {
  width: 100%;
  height: 100%;
  margin: 0 2px 0 2px;
  overflow-y: auto;
}

.closeModalSlider {
  position: absolute;
  top: 17px;
  right: 15px;
  cursor: pointer;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .closeModalSlider {
    top: 17px;
    right: 15px;
  }
}

.closeModalSlider>img {
  width: 25px;
  height: 25px;
}

@media screen and (min-width: 768px) {
  .closeModalSlider>img {
    width: 40px;
    height: 40px;
  }
}

.modalSliderWrapper {
  width: calc(100vw - 40px * 2);
  height: calc(100vh - 55px * 2);
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .modalSliderWrapper {
    width: calc(100vw - 82px * 2);
    height: calc(100vh - 85px * 2);
    max-width: 1200px;
    max-height: 560px;
    margin: 0;
  }
}

.modalSliderSliderItemSection {
  display: grid;
  height: 100%;
  grid-template:
    "contents" auto
    "image" auto
    / 1fr;
}

@media screen and (min-width: 768px) {
  .modalSliderSliderItemSection {
    position: relative;
    grid-template: "contents" 1fr / 1fr;
  }
}

.modalSliderSliderItemContents {
  display: grid;
  grid-area: contents;
  grid-template:
    "... ... ..." 37px
    "... category ..." auto
    "... head ..." auto
    "... text ..." auto
    "... ... ..." 34px
    / 38px 1fr 40px;
}

@media screen and (min-width: 768px) {
  .modalSliderSliderItemContents {
    grid-template:
      "..." 54px
      "category" auto
      "..." 42px
      "head" auto
      "..." 24px
      "text" 1fr
      "..." 54px
      / 1fr;
    padding-right: calc(40% + 50px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.modalSliderItemCategory {
  position: relative;
  grid-area: category;
}

@media screen and (min-width: 768px) {
  .modalSliderItemCategory {
    padding-left: 78px;
  }
}

.modalSliderItemCategory:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #ff0000;
  height: calc(100% - 9px);
}

@media screen and (min-width: 768px) {
  .modalSliderItemCategory:before {
    left: 61px;
    top: 50%;
    transform: translateY(-50%);
    height: calc(100% - 9px);
  }
}

.modalSliderItemCategoryTitle {
  display: block;
  font-size: 3.58974358974vw;
  line-height: 1.5;
  font-weight: 600 !important;
  padding-left: 16px;
  text-transform: lowercase;
}

.modalSliderItemCategoryTitle::first-letter {
  text-transform: capitalize;
}

@media screen and (min-width: 768px) {
  .modalSliderItemCategoryTitle {
    font-size: 14px;
    padding-left: 0;
  }
}

.modalSliderItemCategoryText {
  font-size: 3.07692307692vw;
  line-height: 1.5;
  margin-top: 5px;
  padding-left: 16px;
}

@media screen and (min-width: 768px) {
  .modalSliderItemCategoryText {
    font-size: 12px;
    margin-top: 5px;
    padding-left: 0;
  }
}

.modalSliderItemHead {
  grid-area: head;
  margin-top: 22px;
}

@media screen and (min-width: 768px) {
  .modalSliderItemHead {
    padding-left: 60px;
    margin-top: 0;
  }
}

.modalSliderItemHeadTitle {
  font-weight: 600 !important;
  display: block;
  font-size: 4.61538461538vw;
  line-height: 1.5;
  margin-top: 4px;
}

@media screen and (min-width: 768px) {
  .modalSliderItemHeadTitle {
    display: inline-block;
    margin-top: 9px;
    font-size: 22px;
    /* min-height: 72px; */
  }
}

.modalSliderItemHeadLabel {
  font-weight: 600 !important;
  font-size: 3.58974358974vw;
  line-height: 1.2;
  padding-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .modalSliderItemHeadLabel {
    font-size: 14px;
    padding-bottom: 0;
  }
}

.modalSliderItemText {
  font-size: 3.58974358974vw;
  line-height: 1.78571428571;
  grid-area: text;
  text-align: justify;
  margin-top: 20px;
}

.modalSliderItemText small {
  display: block;
  font-size: 3.07692307692vw;
  margin-top: 7.17948717948vw;
}

@media screen and (min-width: 768px) {
  .modalSliderItemText {
    font-size: 14px;
    line-height: 2;
    padding-left: 60px;
    margin-top: 0;
  }

  .modalSliderItemText small {
    font-size: 10px;
    margin-top: 20px;
  }
}

.modalSliderItemPicture {
  grid-area: image;
}

@media screen and (min-width: 768px) {
  .modalSliderItemPicture {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    grid-area: none;
  }
}

.modalSliderItemImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modalSliderItemImage.-top {
  object-position: 50% 0%;
}

.modalSliderItemImage.-left {
  object-position: 0% 50%;
}

.modalSliderItemImage.-bottom {
  object-position: 50% 100%;
}

.swiper-container {
  grid-area: MenuSlider;
}

/* local nav */
.l-nav {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: calc(45px + 26px);
  right: 20px;
  width: 90px;
  height: 32px;
  border: 1px solid #000;
  box-sizing: border-box;
  border-radius: 16px;
  background-color: rgba(189, 222, 237, 1);
  z-index: 1000;
}

@media all and (min-width: 768px) {
  .l-nav {
    position: absolute;
    display: block;
    top: calc(1.64em + 12 * 2px);
    right: initial;
    width: 100%;
    height: auto;
    border: 0;
    border-radius: 0;
    background-color: transparent;
  }
}

.l-nav__inn {}

@media all and (min-width: 768px) {
  .l-nav__inn {
    padding: 23px 5.2%;
  }
}

.l-nav__main {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100lvh;
  padding: calc(45px + 90px) 36px 90px;
  background-color: #2F383B;
  opacity: 0;
  visibility: hidden;
  box-sizing: border-box;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

@media (orientation: landscape) {
  .l-nav__main {
    padding: calc(45px + 90px * 2) 36px 90px;
  }
}

@media all and (min-width: 768px) {
  .l-nav__main {
    position: static;
    display: block;
    height: auto;
    padding: 0;
    background-color: initial;
    opacity: 1;
    visibility: visible;
  }
}

.l-nav__trigger {
  display: block;
  font-size: 12px;
  font-weight: 600 !important;
}

@media all and (min-width: 768px) {
  .l-nav__trigger {
    display: none;
  }
}

.l-nav__close {
  position: absolute;
  top: 67px;
  right: 20px;
  width: 31px;
  height: 31px;
  cursor: pointer;
  background-image: url(../imgs/icon_close.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media all and (min-width: 768px) {
  .l-nav__close {
    display: none;
  }
}

.l-nav__title img {
  width: 310px;
}

@media all and (min-width: 768px) {
  .l-nav__title {
    display: none;
  }
}

.l-nav__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 31px;
  margin-top: 43px;
}

@media all and (min-width: 768px) {
  .l-nav__list {
    flex-direction: row;
    gap: 28px;
    margin: 0;
  }
}

.l-nav__item {
  display: flex;
  flex-direction: column;
}

@media all and (min-width: 768px) {
  .l-nav__item {}
}

.l-nav__link {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  transition: color 0.5s;
  line-height: 1.4;
  padding-left: 25px;
  font-weight: 600 !important;
}

.l-nav__link.-current {
  /* font-weight: bold; */
}

.l-nav__link:before {
  content: '';
  position: absolute;
  top: calc(20px / 2 - 0.5em);
  left: 3px;
  display: block;
  width: 8px;
  height: 12px;
  /* transform: translateY(-50%); */
  background-image: url(../imgs/icon_arrow-l-white.png);
  background-size: contain;
  background-repeat: no-repeat;
}

/* SPのみ */
@media all and (max-width: 767px) {
  .l-nav__link {
    color: #fff !important;
  }
}

@media all and (min-width: 768px) {
  .l-nav__link {
    font-size: 85.71%;
    color: rgba(0, 0, 0, 0.3);
    padding-left: 0;
  }

  .l-nav__link.-current {
    color: rgba(0, 0, 0, 1);
  }

  .l-nav__link:before {
    content: none;
  }
}

@media (hover: hover) {
  .l-nav__link:hover {
    color: rgba(0, 0, 0, 1);
  }
}

/* local nav open */
.l-nav__main.is-open {
  opacity: 1;
  visibility: visible;
  overflow: auto;
}

/* local nav fixed */
@media all and (min-width: 768px) {
  .l-nav.is-fixed {
    position: fixed;
    background-color: rgba(189, 222, 237, 0.85);
    top: 65px;
  }

  .l-nav.is-fixed .l-nav__link {
    color: rgba(0, 0, 0, 0.3);
  }

  .l-nav.is-fixed .l-nav__link.is-current,
  .l-nav.is-fixed .l-nav__link.-current {
    color: rgba(0, 0, 0);
    font-weight: normal;
  }
}

@media all and (min-width: 1366px) {
  .l-nav.is-fixed .l-nav__link:hover {
    color: rgba(0, 0, 0, 1);
  }
}

@media all and (min-width: 980px) {
  .l-nav.is-fixed {
    top: calc(1.64em + 12 * 2px);
  }
}