@charset "UTF-8";
/* ================================================ color */
/* hover
=================================================================== */
/* ================================================ vw */
/* ================================================ vh */
/* common
=================================================================== */
/* layout
=================================================================== */
/* imgCover
=================================================================== */
/* mask
=================================================================== */
/* background
=================================================================== */
/* flex
=================================================================== */
/* animation delay
=================================================================== */
/* 3d
=================================================================== */
/* font
=================================================================== */
/* textTate
=================================================================== */
/* vw
=================================================================== */
/* form
=================================================================== */
/*============================================================================================ 1185px */
@media only screen and (max-width: 1023px) {
  .pagesTop__contentsBlock--flexBlock {
    display: block;
  }
  .pagesTop__contentsBlock--flexBlock .flexBlock--left {
    width: 100%;
    margin-bottom: 40px;
  }
  .nextBlock__info {
    width: 100%;
  }
  .flexArticle {
    display: block;
  }
  .flexArticle__left {
    width: 100%;
    margin-bottom: 70px;
  }
  .flexArticle__right {
    width: 100%;
  }
  .stickyArticle .flexArticle__left {
    position: relative;
    top: 0;
  }
  .stickyArticle__double .flexArticle__left {
    width: 100%;
  }
  .stickyArticle__double .flexArticle__right {
    width: 100%;
  }
  .sp__yokoScroll .flexArticle__left {
    width: calc(100% + 200px) !important;
    left: -100px;
    padding-bottom: 10px;
    margin-bottom: 25px;
    margin-top: -35px;
    white-space: nowrap;
    font-size: 0;
    overflow-x: scroll;
    /*スクロールバー非表示（IE・Edge）*/
    -ms-overflow-style: none;
    /*スクロールバー非表示（Firefox）*/
    scrollbar-width: none;
  }
  /*スクロールバー非表示（Chrome・Safari）*/
  .sp__yokoScroll .flexArticle__left::-webkit-scrollbar {
    display: 　none;
  }
  .sp__yokoScroll .flexArticle__right {
    width: 100%;
  }
  /* ============================================================================ flexArticle__nav */
  /* --------------------------------------- flexArticle nav target */
  .flexArticle__nav {
    padding-left: 100px;
    padding-right: 15px;
    padding-bottom: 10px;
  }
  .flexArticle__nav .simplebar-track {
    height: 3px;
    background-color: rgba(0, 0, 0, 0.05);
  }
  .flexArticle__nav .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    background-color: rgba(0, 0, 0, 0.15);
    height: 1px;
    border-radius: 9999px;
    top: 1px;
  }
  .flexArticle__nav--target {
    display: inline-block;
    padding-left: 15px;
    padding: 2px 10px 2px 21px;
    margin-right: 10px;
    border-radius: 5px;
    background-color: #f4f4f4;
  }
  .flexArticle__nav--target::after {
    width: 3px;
    height: 3px;
    top: 12px;
    left: 11px;
  }
  .pages__ColorChange .flexArticle__nav--target {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
/*============================================================================================ 767px */
@media only screen and (max-width: 767px) {
  /* ============================================================================ pagesKv */
  .pagesKv {
    height: 355px;
  }
  .pagesKv.pagesKv__mainVisual {
    height: 100svh;
    height: 515px;
  }
  .pagesKv.pagesKv__layoutCenter {
    height: 330px;
  }
  .pagesKv.pagesKv__layoutCenter .pagesKv__inner {
    justify-content: center;
  }
  /* ============================================================================ pagesKv inner */
  .pagesKv__inner--contents {
    padding-top: 70px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .pagesKv__inner--contents.grid--landscape {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* --------------------------------------- pagesKv title leader */
  .pageskv__title--leader {
    font-size: 15px;
    margin-bottom: 15px;
  }
  /* --------------------------------------- pagesKv title strong */
  .pageskv__title--strong {
    font-size: 33px;
    white-space: nowrap;
  }
  .pageskv__title--strong.font-jp {
    font-size: 29px;
  }
  /* --------------------------------------- pagesKv leader text */
  .pagesKv__leader--text {
    font-size: 22px;
    margin-top: 12px;
  }
  /* ============================================================================ pagesContents */
  .pagesContents {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    margin-top: -10px;
  }
  .pagesTop__article {
    padding-bottom: 65px;
  }
  /* ============================================================================ mainBlock */
  .pagesContents__mainBlock.grid--wide {
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .pagesContents__mainBlock.grid--wide .pagesContents__mainBlock--thumImg {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  /* --------------------------------------- mainBlock thumImg */
  .pagesContents__mainBlock--thumImg {
    height: 210px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  /* --------------------------------------- contentsBlock */
  .pagesTop__contentsBlock {
    padding-top: 10px;
    padding-bottom: 45px;
  }
  .pagesTop__contentsBlock--flexBlock .flexBlock--left {
    margin-bottom: 35px;
  }
  /* --------------------------------------- contentsBlock */
  .pagesTop__contentsBlock--title {
    margin-bottom: 20px;
  }
  .pagesTop__contentsBlock--title--num {
    font-size: 10px;
    margin-bottom: 15px;
  }
  .pagesTop__contentsBlock--title--main {
    font-size: 29px;
  }
  .pagesTop__contentsBlock--info--text > span {
    margin-bottom: 10px;
  }
  /* ============================================================================ breadcrumb */
  .breadcrumb {
    display: none;
  }
  /* ============================================================================ flexArticle */
  /* --------------------------------------- flexArticle left */
  .flexArticle__left {
    margin-bottom: 35px;
  }
  .sp__yokoScroll .flexArticle__left {
    width: calc(100% + 60px) !important;
    left: -30px;
    padding-bottom: 10px;
    margin-bottom: 25px;
    margin-top: -35px;
    white-space: nowrap;
    font-size: 0;
    overflow-x: scroll;
    /*スクロールバー非表示（IE・Edge）*/
    -ms-overflow-style: none;
    /*スクロールバー非表示（Firefox）*/
    scrollbar-width: none;
  }
  /*スクロールバー非表示（Chrome・Safari）*/
  .sp__yokoScroll .flexArticle__left::-webkit-scrollbar {
    display: 　none;
  }
  /* ============================================================================ stickyBlock */
  .stickyBlock {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .js--pagesNav--block {
    margin-bottom: 90px;
  }
  /* --------------------------------------- stickyBlock title */
  .stickyBlock__title {
    width: 30px;
    top: 65px;
    padding-top: 0.3em;
  }
  .stickyBlock__title--inner {
    transform: scale(0.85);
  }
  /* --------------------------------------- stickyBlock inner */
  .stickyBlock__title--strong {
    font-size: 14px;
    margin-bottom: 13px;
  }
  /* --------------------------------------- stickyBlock inner */
  .stickyBlock__inner {
    width: calc(100% - 30px);
  }
  /* ============================================================================ flexArticle__nav */
  /* --------------------------------------- flexArticle nav target */
  .flexArticle__nav {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
  }
  .flexArticle__nav .simplebar-track {
    height: 3px;
    background-color: rgba(0, 0, 0, 0.05);
  }
  .flexArticle__nav .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    background-color: rgba(0, 0, 0, 0.15);
    height: 1px;
    border-radius: 9999px;
    top: 1px;
  }
  .flexArticle__nav--target {
    display: inline-block;
    padding-left: 15px;
    padding: 2px 10px 2px 21px;
    margin-right: 10px;
    border-radius: 5px;
    background-color: #f4f4f4;
  }
  .flexArticle__nav--target::after {
    width: 3px;
    height: 3px;
    top: 12px;
    left: 11px;
  }
  .pages__ColorChange .flexArticle__nav--target {
    background-color: rgba(255, 255, 255, 0.1);
  }
  /* --------------------------------------- flexArticle nav title */
  .flexArticle__nav--title {
    font-size: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .flexArticle__nav--title:after {
    height: 1px;
  }
  /* ============================================================================ stickyBlock inner */
  /* --------------------------------------- block title */
  .blockTitle {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 35px;
  }
  /* --------------------------------------- block text */
  .blockText__aside {
    margin-top: 15px;
  }
  /* --------------------------------------- block img */
  .blockImg__wrapper {
    position: relative;
    height: 340px;
    margin-bottom: 40px;
  }
  /* --------------------------------------- block img fullSize */
  .blockImg__wrapper.fullSize {
    width: calc(100% + 30px);
  }
  /* ============================================================================ nextBlock */
  /* --------------------------------------- nextBlock link */
  /* --------------------------------------- nextBlock info */
  /* --------------------------------------- nextBlock info */
  /* ============================================================================ hover sp */
}
@media only screen and (max-width: 767px) and (min-width: 1366px) {
  .blockImg__wrapper.fullSize {
    width: calc((100vw - 1366px) / 2 + 100% + 30px);
  }
}
@media only screen and (max-width: 767px) {
  .nextBlock {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 70px;
  }
  .nextBlock__link {
    height: 240px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .nextBlock__info {
    width: 100%;
    right: auto;
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .nextBlock__info .btn.btn--defaultSize .btnLink {
    min-width: inherit;
  }
  .nextBlock__info--leader {
    font-size: 11px;
    margin-bottom: 12px;
  }
  .nextBlock__info--title {
    font-size: 29px;
    margin-bottom: 30px;
  }
  a.breadcrumb__link:active {
    color: black;
  }
  .newsDetail a.breadcrumb__link:active {
    color: white;
  }
  .flexArticle__nav--target:active {
    opacity: 0.7;
  }
  .flexArticle__nav--target:active::after {
    background-color: black;
  }
  .flexArticle__nav--target:active .flexArticle__nav--title::after {
    width: 100%;
    right: auto;
    left: 0;
  }
  .nextBlock__link:active .nextBlock__bg--inner:after {
    opacity: 0.2;
  }
  .active .pagesKv.pagesKv__mainVisual {
    height: 100vh;
    height: 100svh;
  }
}/*# sourceMappingURL=pages-sp.css.map */