@charset "UTF-8";
/*　*/
/**************************************************
		common
**************************************************/
.p-press .m-listPager01 {
  margin-top: 3rem;
}
@media print, screen and (min-width: 768px) {
  .p-press .m-listPager01 {
    margin-top: 10rem;
  }
}
.p-press .m-listPager02 {
  margin-top: 5rem;
}
@media print, screen and (min-width: 768px) {
  .p-press .m-listPager02 {
    margin-top: 10rem;
  }
}

.press_mv {
  position: relative;
}
.is-noslide .press_mv {
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .is-noslide_pc .press_mv {
    justify-content: center;
  }
}
.press_mv_wrap {
  overflow: visible !important;
}
@media print, screen and (min-width: 768px) {
  .press_mv_wrap {
    margin: 0 -8.5rem;
  }
}
.press_mv_wrap .swiper-button-prev,
.press_mv_wrap .swiper-button-next {
  margin-top: -3.5rem;
  border: 0;
  width: 7rem;
  height: 7rem;
  background: transparent;
}
@media (hover: hover) {
  .press_mv_wrap .swiper-button-prev:hover,
  .press_mv_wrap .swiper-button-next:hover {
    opacity: 0.6;
  }
}
.d-ie .press_mv_wrap .swiper-button-prev:hover,
.d-ie .press_mv_wrap .swiper-button-next:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 767px) {
  .press_mv_wrap .swiper-button-prev,
  .press_mv_wrap .swiper-button-next {
    display: none;
  }
}
.press_mv_wrap .swiper-button-prev::before,
.press_mv_wrap .swiper-button-next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-left: -1.5rem;
  border-top: 0.4rem solid #D71518;
  border-right: 0.4rem solid #D71518;
  width: 5rem;
  height: 5rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  transition: border-color 0.3s;
  content: "";
}
.press_mv_wrap .swiper-button-prev::after,
.press_mv_wrap .swiper-button-next::after {
  display: none;
}
.press_mv_wrap .swiper-button-prev {
  left: -3.5rem;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.press_mv_wrap .swiper-button-next {
  right: -3.5rem;
}
.press_mv_wrap .is-noslide .swiper-button-prev,
.press_mv_wrap .is-noslide .swiper-button-next {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .press_mv_wrap .is-noslide_pc .swiper-button-prev,
  .press_mv_wrap .is-noslide_pc .swiper-button-next {
    display: none;
  }
}
.press_mv > li {
  padding: 0 0.5rem;
  width: 32.5rem;
}
@media print, screen and (min-width: 768px) {
  .press_mv > li {
    padding: 0 8.5rem;
    width: 100%;
  }
}
.press_mv .swiper-slide {
  opacity: 0.3;
  transition: opacity 0.5s;
}
.press_mv .swiper-slide a {
  pointer-events: none;
}
.press_mv .swiper-slide.swiper-slide-active, .press_mv .swiper-slide.swiper-slide-duplicate-active {
  opacity: 1;
}
.press_mv .swiper-slide.swiper-slide-active a, .press_mv .swiper-slide.swiper-slide-duplicate-active a {
  pointer-events: auto;
}
.press_mv a {
  display: block;
}
@media (hover: hover) {
  .press_mv a:hover .press_mv_img {
    opacity: 0.7;
  }
  .press_mv a:hover .press_mv_date,
  .press_mv a:hover .press_mv_ttl {
    color: #D71518;
  }
}
.d-ie .press_mv a:hover .press_mv_img {
  opacity: 0.7;
}
.d-ie .press_mv a:hover .press_mv_date,
.d-ie .press_mv a:hover .press_mv_ttl {
  color: #D71518;
}
@media print, screen and (min-width: 768px) {
  .press_mv_outer {
    display: flex;
  }
}
.press_mv_img {
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 768px) {
  .press_mv_img {
    width: calc(780 / 1400 * 100%);
  }
}
.press_mv_img .m-img01 {
  padding-bottom: calc(470 / 780 * 100%);
  border-radius: 1.5rem;
  background: transparent;
}
@media only screen and (max-width: 767px) {
  .press_mv_inner {
    padding: 1.5rem 0;
  }
}
@media print, screen and (min-width: 768px) {
  .press_mv_inner {
    margin-left: 6rem;
    flex: 1;
  }
}
.press_mv_date {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  transition: color 0.3s;
}
@media print, screen and (min-width: 768px) {
  .press_mv_date {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
}
.press_mv_ttl {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  transition: color 0.3s;
}
@media print, screen and (min-width: 768px) {
  .press_mv_ttl {
    font-size: 4rem;
  }
}
.press_mv_category {
  display: flex;
  margin: 1rem -0.5rem -0.5rem -0.5rem;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .press_mv_category {
    margin: 2rem -1rem -1rem -1rem;
  }
}
.press_mv_category > li {
  margin: 0.5rem;
}
@media print, screen and (min-width: 768px) {
  .press_mv_category > li {
    margin: 1rem;
  }
}
.press_list01 {
  margin-bottom: 3rem;
}
@media print, screen and (min-width: 768px) {
  .press_list01 {
    margin-bottom: 10rem;
  }
}
.press_list01 > li:not(:last-child) {
  margin-bottom: 3rem;
}
@media print, screen and (min-width: 768px) {
  .press_list01 dl {
    display: flex;
  }
}
.press_list01 dt {
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .press_list01 dt {
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .press_list01 dt {
    margin-top: 0.5rem;
    width: 15rem;
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .press_list01 dd {
    flex: 1;
  }
}
.press_list01 .num {
  padding-left: 0.7em;
  color: #D71518;
}
.press_list01 .is-active .num {
  color: #fff;
}
@media (hover: hover) {
  .press_list01 a:hover .num {
    color: #fff;
  }
}
.d-ie .press_list01 a:hover .num {
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .press_list01 .m-select02 {
    width: 50rem;
  }
}
.press_list01 .m-select02 select {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .press_list01 .js-more {
    position: relative;
    max-height: 19rem;
    overflow: hidden;
    transition: all 0.5s;
  }
}
@media print, screen and (min-width: 768px) {
  .press_list01 .js-more {
    max-height: 100% !important;
  }
}
.press_list01 .js-more-btn {
  display: flex;
  position: absolute;
  top: 14rem;
  left: 0;
  border: 0;
  width: 100%;
  height: 5rem;
  background: linear-gradient(rgba(255, 255, 255, 0.5) 0, #fff 100%);
  font-size: 1.4rem;
  text-align: center;
  align-items: center;
  justify-content: center;
  transition: all 0.25s;
}
@media print, screen and (min-width: 768px) {
  .press_list01 .js-more-btn {
    display: none;
  }
}
.press_list01 .js-more-btn .m-iconArrow02::after {
  border-width: 2px;
}
.press_list01 .js-more.is-visible .js-more-btn {
  opacity: 0;
  visibility: hidden;
}

/**************************************************
		index
**************************************************/
.index_sec02 {
  margin-top: 2rem;
}
@media print, screen and (min-width: 768px) {
  .index_sec02 {
    margin-top: 10rem;
  }
}
@media print, screen and (min-width: 768px) {
  .index_sec02 .m-sec01_container {
    width: calc(100vw - 10rem);
  }
}
@media print, screen and (min-width: 768px) {
  .index_list01 {
    margin: -2.5rem -3rem;
  }
}
@media only screen and (max-width: 767px) {
  .index_list01 > li:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .index_list01 > li {
    margin: 2.5rem 3rem;
    width: calc(33.333% - 6rem - 0.1px);
  }
}
.index_sec03 {
  margin-top: 5rem;
}
@media print, screen and (min-width: 768px) {
  .index_sec03 {
    margin-top: 10rem;
  }
}
@media print, screen and (min-width: 768px) {
  .index_sec03 .m-sec01_container {
    width: calc(100vw - 10rem);
  }
}
.index_ttl01 {
  margin-bottom: 1rem;
  font-size: 2.4rem;
}
@media print, screen and (min-width: 768px) {
  .index_ttl01 {
    margin-bottom: 2rem;
    font-size: 2.8rem;
  }
}
.index_txt01 {
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 768px) {
  .index_txt01 {
    margin-bottom: 5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .index_list02 {
    margin: -2.5rem -3rem;
  }
}
@media only screen and (max-width: 767px) {
  .index_list02 > li {
    border-bottom: 1px solid #DFDFDF;
  }
  .index_list02 > li:not(:last-child) {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .index_list02 > li {
    margin: 2.5rem 3rem;
    width: calc(33.333% - 6rem - 0.1px);
  }
}
@media (hover: hover) {
  .index_list02 a:hover .m-listPress_outer {
    background-color: transparent;
  }
}
.d-ie .index_list02 a:hover .m-listPress_outer {
  background-color: transparent;
}
.index_list02 .m-listPress_outer {
  border: 0;
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  .index_list02 .m-listPress_outer {
    padding: 2rem 0;
  }
}
@media print, screen and (min-width: 768px) {
  .index_list02 .m-listPress_img .m-img01 {
    border-radius: 1rem;
  }
}
.index_list02 .m-listPress_inner {
  padding-left: 0;
  padding-right: 0;
}
.index_list02 .m-listPress_category {
  display: none;
}

/**************************************************
		archive
**************************************************/
.archive_sec01 {
  margin-top: 2rem;
}
@media print, screen and (min-width: 768px) {
  .archive_sec01 {
    margin-top: 7rem;
  }
}
@media print, screen and (min-width: 768px) {
  .archive_list01 {
    margin: -2.5rem -3rem;
  }
}
@media only screen and (max-width: 767px) {
  .archive_list01 > li:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .archive_list01 > li {
    margin: 2.5rem 3rem;
    width: calc(33.333% - 6rem - 0.1px);
  }
}
.archive_txt01 {
  padding: 3rem 0;
  font-size: 1.6rem;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .archive_txt01 {
    padding: 5rem 0;
    font-size: 2.4rem;
  }
}

/*=========================================
		detail
=========================================*/
@media print, screen and (min-width: 768px) {
  .detail_box01 {
    margin: 0 auto;
    max-width: 70rem;
  }
}
.detail_mv01 {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .detail_mv01 {
    margin: 2rem -2rem 5rem -2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .detail_mv01 {
    margin-bottom: 2.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .detail_mv01 img {
    border-radius: 1.5rem;
  }
}
.detail_ttl01 {
  margin-bottom: 1.5rem;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .detail_ttl01 {
    margin-bottom: 1.5rem;
    font-size: 3.2rem;
  }
}
.detail_list01 {
  display: flex;
  margin: -0.5rem -0.7rem 0.5rem -0.7rem;
  font-size: 1.4rem;
  flex-wrap: wrap;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .detail_list01 {
    margin: -0.5rem -0.7rem 1rem -0.7rem;
    font-size: 1.6rem;
  }
}
.detail_list01 li {
  margin: 0.5rem 0.7rem;
}
.detail_list01_date {
  padding-right: 1rem;
  color: #707070;
  white-space: nowrap;
}
@media (hover: hover) {
  .detail_list01_category a:hover {
    opacity: 0.6;
  }
}
.d-ie .detail_list01_category a:hover {
  opacity: 0.6;
}
.detail_list01_tag {
  font-weight: 700;
}
.detail_list01_tag a {
  display: inline-block;
  padding: 0.3rem 0;
}
@media (hover: hover) {
  .detail_list01_tag a:hover {
    color: #D71518;
  }
}
.d-ie .detail_list01_tag a:hover {
  color: #D71518;
}
.detail_body01 {
  word-break: break-all;
  word-wrap: break-word;
}
@media print, screen and (min-width: 768px) {
  .detail_body01 {
    margin-top: 5rem;
  }
}
.detail_body01 h1 {
  margin-bottom: 5rem;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .detail_body01 h1 {
    margin-bottom: 5rem;
    font-size: 3.2rem;
  }
}
.detail_body01 h2 {
  margin-top: 4.5rem;
  margin-bottom: 3rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #D4D4D4;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .detail_body01 h2 {
    margin-top: 5.5rem;
    margin-bottom: 3.5rem;
    font-size: 2.8rem;
  }
}
.detail_body01 h2:first-child {
  margin-top: 0;
}
.detail_body01 h3 {
  margin-top: 4.5rem;
  margin-bottom: 2.5rem;
  padding-left: 1.3rem;
  border-left: 0.3rem solid #D71518;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .detail_body01 h3 {
    margin-top: 5.5rem;
    margin-bottom: 3.5rem;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.detail_body01 h3:first-child {
  margin-top: 0;
}
.detail_body01 h4 {
  position: relative;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .detail_body01 h4 {
    margin-top: 4.5rem;
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.detail_body01 h4:first-child {
  margin-top: 0;
}
.detail_body01 h2 + h2,
.detail_body01 h2 + h3,
.detail_body01 h2 + h4,
.detail_body01 h3 + h3,
.detail_body01 h3 + h4,
.detail_body01 h4 + h4 {
  margin-top: 0;
}
.detail_body01 p:not(:last-child),
.detail_body01 ul:not(:last-child),
.detail_body01 ol:not(:last-child),
.detail_body01 blockquote:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 768px) {
  .detail_body01 p:not(:last-child),
  .detail_body01 ul:not(:last-child),
  .detail_body01 ol:not(:last-child),
  .detail_body01 blockquote:not(:last-child) {
    margin-bottom: 3.5rem;
  }
}
.detail_body01 .wp-block-columns + p,
.detail_body01 .wp-block-columns + ul,
.detail_body01 .wp-block-columns + ol,
.detail_body01 .wp-block-columns + blockquote,
.detail_body01 .wp-block-columns + .wp-block-columns,
.detail_body01 .wp-block-columns + .wp-block-image,
.detail_body01 .wp-block-image + p,
.detail_body01 .wp-block-image + ul,
.detail_body01 .wp-block-image + ol,
.detail_body01 .wp-block-image + blockquote,
.detail_body01 .wp-block-image + .wp-block-columns,
.detail_body01 .wp-block-image + .wp-block-image {
  margin-top: 3.5rem;
}
.detail_body01 ul > li {
  margin-left: 1.2em;
}
.detail_body01 ul > li::before {
  display: inline-block;
  margin-left: -1.2em;
  width: 1.2em;
  content: "・";
}
.detail_body01 ol {
  counter-reset: ol-cnt;
}
.detail_body01 ol > li {
  margin-left: 1.7em;
  counter-increment: ol-cnt;
}
.detail_body01 ol > li::before {
  display: inline-block;
  margin-left: -1.7em;
  width: 1.7em;
  content: "(" counter(ol-cnt) ")";
}
.detail_body01 a {
  color: #D71518;
  text-decoration: underline;
}
@media (hover: hover) {
  .detail_body01 a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.d-ie .detail_body01 a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.detail_body01 blockquote {
  padding: 1.4rem;
  border: 1px solid #D4D4D4;
}
@media print, screen and (min-width: 768px) {
  .detail_body01 blockquote {
    padding: 1.9rem;
  }
}
.detail_body01 figure {
  margin-bottom: 0;
}
.detail_body01 figcaption {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1.4rem;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .detail_body01 figcaption {
    margin-top: 1.5rem;
  }
}
.detail_body01 .wp-block-columns.is-layout-flex {
  gap: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .detail_body01 .wp-block-columns.is-layout-flex {
    gap: 2.5rem;
  }
}
.detail_body01 .has-small-font-size {
  font-size: 88% !important;
}
.detail_body01 .has-normal-font-size {
  font-size: 100% !important;
}
.detail_body01 .has-medium-font-size {
  font-size: 111% !important;
}
.detail_body01 .has-large-font-size {
  font-size: 122% !important;
}
.detail_body01 .has-huge-font-size {
  font-size: 133% !important;
}
.detail_sec02 {
  margin-top: 6rem;
}
@media print, screen and (min-width: 768px) {
  .detail_sec02 {
    margin-top: 10rem;
  }
}
.detail_ttl02 {
  margin-bottom: 1rem;
  font-size: 2.4rem;
}
@media print, screen and (min-width: 768px) {
  .detail_ttl02 {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .detail_list02 {
    margin: -2.5rem -1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .detail_list02 > li:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .detail_list02 > li {
    margin: 2.5rem 1.5rem;
    width: calc(50% - 3rem - 0.1px);
  }
}