@charset "UTF-8";

/*-------------------------------------------*/
/*	PC
/*-------------------------------------------*/

@media screen and (min-width:900px) {

  /* =====================
    news_post
  ===================== */

  /*  post
  ------------------------*/

  .post {
    margin-bottom: 120px;
  }

  .post .head_2,
  .post h2.wp-block-heading {
    margin-top: 115px;
  }

  .post_img {
    margin: 25px 0 40px;
  }

  .post .wp-block-image {
    margin: 15px 0 40px;
    overflow: hidden;
  }

  .post .wp-block-image figcaption,
  .post .wp-block-gallery.has-nested-images figure.wp-block-image figcaption,
  .post .slide-caption {
    font-size: 12px;
    margin: 10px 0 0;
    padding: 0 0 15px;
    letter-spacing: 0.08em;
    line-height: 1.5;
    text-shadow: none;
    background: none;
    text-align: left;
    position: static;
    color: #171717;
  }

  .wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
    display: none;
  }

  .post .wp-block-columns {
    gap: 40px;
  }

  .post .list,
  .post .wp-block-list {
    margin: 15px 0 26px;
  }

  .post .list li,
  .post .wp-block-list li {
    text-indent: -23px;
    padding-left: 23px;
  }

  .post .list li::before,
  .post .wp-block-list li::before {
    content: '・ ';
  }

  .post > p:not([class]) {
    margin-bottom: 26px;
  }

  .post hr.wp-block-separator {
    border-top: 1px solid rgba(23, 23, 23, 0.3);
  }

  .post hr.wp-block-separator.is-style-wide {
    border-top: 3px solid rgba(23, 23, 23, 0.3);
  }

  .post hr.wp-block-separator.is-style-dots {
    background: none !important;
    border: none !important;
    border-top: 1px dotted rgba(23, 23, 23, 0.3) !important;
    height: auto;
  }

  .post hr.wp-block-separator.is-style-dots::before {
    content: none !important;
  }
  

  /*  related_list
  ------------------------*/

  .post .related_ttl {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 25px;
    margin-top: 60px;
  }

  .post .related_list {
    margin-bottom: 60px;
  }
 
  .post .related_item {
    margin-bottom: 25px;
  }

  .post .related_item:last-of-type {
    margin-bottom: 0;
  }

  .post .related_item a {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
    padding-top: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(23, 23, 23, 0.3);
  }

  .post .related_img {
    width: 230px;
    margin-right: auto;
  }

  .post .related_text {
    width: calc( 100% - 230px - 40px );
    padding-right: 120px;
    padding-bottom: 25px;
    position: relative;
  }

  .post .related_text:only-child {
    width: 100%;
  }

  .post .related_sub {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 18px;
  }

  .post .related_item .arrow {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  /*  callout_box
  ------------------------*/
  
  .post .callout_box {
    border: 1px solid rgba(23, 23, 23, 0.3);
    margin: 60px 0;
    padding: 60px;
    background: #fff;
  }

  .post .callout_ttl {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .post .callout_text {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .post .callout_img {
    width: 225px;
  }

  .post .callout_text .text {
    width: calc( 100% - 225px - 40px );
  }

  .post .callout_text .text:only-child {
    width: 100%;
  }

  .post .callout_box a {
    text-decoration: underline;
  }

  .post .callout_box a {
    color: #1989CF;
  }

  .post .callout_box p:not(:last-of-type) {
    margin-bottom: 16px;
  }

  .post .callout_box em {
    background: linear-gradient(transparent 60%, rgb(84 173 255 / 30%) 60%);
    font-style: normal;
  }

  /*  swiper
  ------------------------*/
  
  .post .swiper {
    margin: 60px 0 120px;
  }
  
  .post .swiper .swiper-wrapper {
    display: flex;
    align-items: flex-start;
  }

  .post .swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }

  .post .swiper .gallery-img {
    max-width: clamp(520px, 54vw, 1000px);
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    transition: height .22s ease, width .22s ease;
  }

  .slide-caption {
    max-width: clamp(520px, 54vw, 1000px);
    width: 100%;
  }

  /* ナビ周り（下中央） */
  .post .swiper .swiper-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 75px;
    margin-top: 15px;
  }

  .post .swiper .swiper-counter {
    width: 30px;
    display: block;
    text-align: center;
    font-size: 13px;
  }

  .post .swiper .swiper-button {
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 50%;
    border: 1px solid #171717;
    background: url(/images/common/icon_arrow.svg) no-repeat center, #fff;
    background-size: 16px;
    transition: .3s;
    cursor: pointer;
  }

  .post .swiper .swiper-button.swiper-button-prev {
    transform: scale(-1, 1);
  }

  .post .swiper .swiper-button:not(.swiper-button-disabled):hover {
    background: url(/images/common/icon_arrow_w.svg) no-repeat center, #171717;
    background-size: 16px;
  }

  .post .swiper .swiper-button.swiper-button-disabled {
    opacity: .3;
    cursor: auto;
  }
  

}

/*-------------------------------------------*/
/*	SP
/*-------------------------------------------*/

@media screen and (max-width:899px) {

  /* =====================
    fv
  ===================== */

  #fv {
    margin-bottom: 0;
  }

  #fv .post_detail .cat {
    font-size: 12px;
    padding:  0 10px;
    background: #fff;
  }

  #fv .post_detail .date {
    font-size: 14px;
  }

  /* =====================
    news_post
  ===================== */

  /*  post
  ------------------------*/

  .post {
    margin-bottom: 60px;
  }

  .post_img {
    margin: 25px 0 35px;
  }
  
  .post .wp-block-image {
    margin: 15px 0 25px;
    overflow: hidden;
  }  

  .post .wp-block-image figcaption,
  .post .wp-block-gallery.has-nested-images figure.wp-block-image figcaption,
  .post .slide-caption {
    font-size: 10px;
    margin: 10px 0 0;
    padding: 0;
    letter-spacing: 0.08em;
    line-height: 1.5;
    text-shadow: none;
    background: none;
    text-align: left;
    position: static;
    color: #171717;
  }

  .wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
    display: none;
  }

  .post .wp-block-columns {
    margin: 15px 0 25px;
    gap: 20px 40px;
  }

  .post .wp-block-columns .wp-block-image {
    margin: 0;
  }

  .post .list,
  .post .wp-block-list {
    margin: 15px 0 26px;
  }

  .post .list li,
  .post .wp-block-list li {
    text-indent: -20px;
    padding-left: 20px;
  }

  .post .list li::before,
  .post .wp-block-list li::before {
    content: '・ ';
  }

  .post > p:not([class]) {
    margin-bottom: 26px;
  }

  .post .list {
    margin: 15px 0 26px;
  }

  .post .list li {
    text-indent: -23px;
    padding-left: 23px;
  }

  .post .list li::before {
    content: '・ ';
  }

  .post hr.wp-block-separator {
    border-top: 1px solid rgba(23, 23, 23, 0.3);
  }

  .post hr.wp-block-separator.is-style-wide {
    border-top: 3px solid rgba(23, 23, 23, 0.3);
  }

  .post hr.wp-block-separator.is-style-dots {
    background: none !important;
    border: none !important;
    border-top: 1px dotted rgba(23, 23, 23, 0.3) !important;
    height: auto;
  }

  .post hr.wp-block-separator.is-style-dots::before {
    content: none !important;
  }

  /*  related_list
  ------------------------*/

  .post .related_ttl {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin: 40px 0;
  }

  .post .related_item {
    margin-bottom: 10px;
  }

  .post .related_item:last-of-type {
    margin-bottom: 0;
  }

  .post .related_item a {
    display: block;
    padding: 25px 0;
    border-bottom: 1px solid rgba(23, 23, 23, 0.3);
  }

  .post .related_img {
    width: 230px;
    margin: 0 auto 20px;
  }

  .post .related_sub {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .post .related_item .btn_view {
    margin-top: 20px;
    padding-left: 40px;
    position: relative;
  }

  /*  callout_box
  ------------------------*/
  
  .post .callout_box {
    border: 1px solid rgba(23, 23, 23, 0.3);
    margin: 40px 0;
    padding: 25px;
    background: #fff;
  }

  .post .callout_ttl {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 15px;
  }

  .post .callout_text {
    display: block;
  }

  .post .callout_img {
    width: 225px;
    width: 100%;
    margin: 0 auto 15px;
  }

  .post .callout_box a {
    text-decoration: underline;
  }

  .post .callout_box a {
    color: #1989CF;
  }

  .post .callout_box p:not(:last-of-type) {
    margin-bottom: 16px;
  }

  .post .callout_box em {
    background: linear-gradient(transparent 60%, rgb(84 173 255 / 30%) 60%);
    font-style: normal;
  }

  /*  swiper
  ------------------------*/
  
  .post .swiper {
    margin: 40px 0;
  }
  
  .post .swiper .swiper-wrapper {
    display: flex;
    align-items: flex-start;
  }

  .post .swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }

  .post .swiper .gallery-img {
    max-width: clamp(520px, 54vw, 1000px);
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    transition: height .22s ease, width .22s ease;
  }

  .slide-caption {
    max-width: clamp(520px, 54vw, 1000px);
    width: 100%;
  }

  /* ナビ周り（下中央） */
  .post .swiper .swiper-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
    margin-top: 15px;
  }

  .post .swiper .swiper-counter {
    width: 30px;
    display: block;
    text-align: center;
    font-size: 13px;
  }

  .post .swiper .swiper-button {
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%;
    border: 1px solid #171717;
    background: url(/images/common/icon_arrow.svg) no-repeat center, #fff;
    background-size: 12px;
    cursor: pointer;
  }

  .post .swiper .swiper-button.swiper-button-prev {
    transform: scale(-1, 1);
  }

  .post .swiper .swiper-button.swiper-button-disabled {
    opacity: .3;
    cursor: auto;
  }

  .post .swiper .gallery-img {
    max-width: clamp(260px, 86vw, 420px);
  }



}
