@charset "UTF-8";

/*================================================
* 
================================================*/
.searchArea {
  background: #F0EEDE;
  padding: 3.2rem 5rem 4.8rem;
  margin-top: 3.4rem;
}


.searchArea .ttl {
  font-size: 1.8rem;
  padding-bottom: 1.2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--color-white);
}


.tagList {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
}



.tagList input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}


.tagList li {
  font-size: 1.4rem;
  display: block;
  padding: .6rem 2.4rem;
  border: 1px solid #ccc;
  border-radius: 999px;
  transition: .2s;
  background: var(--color-white);
  cursor: pointer;
}

.tagList li.is-active {
  background: var(--color-blue);
  color: var(--color-white);
  border-color: var(--color-blue)
}

.searchWindow {
  margin-top: 4.3rem;
}

.searchWindow input {
  display: block;
  width: 100%;
  height: 7rem;
  padding: 1.9rem 4.6rem;
  background: var(--color-white);
  border-radius: 1000px;

}

.searchWindow input::placeholder {
  color: rgb(57 58 59 / 40%);
}

.searchWindow .searchForm {
  position: relative;
}



.searchWindow button {
  position: absolute;
  right: 2.8rem;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../../images/icon_search.webp);
  width: 2.4rem;
  height: 2.4rem;
  background-color: transparent;

}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}




.tab-content {
  display: none;
  padding: 8rem 0 0;
}

.search-content {
  padding: 8rem 0 0;
}

.tab-content.is-show {
  display: block;
}

.storyList:has(.noResult) {
  grid-template-columns: repeat(1, 1fr);
}

.noResult {
  text-align: center;
  padding: 12rem 0;
}




@media screen and (max-width:767px) {

  .searchArea {
    padding: 3.2rem 2rem;
  }

  .searchArea .ttl {
    font-size: 1.6rem;
  }

  .tagList {
    gap: 1rem 1.3rem;
  }

  .tagList span {
    padding: .6rem 2rem;
  }

  .searchWindow {
    margin-top: 3rem;
  }

  .searchWindow input {
    height: 5rem;
    padding: 1rem 3rem;
  }

  .searchWindow button {
    right: 1.4rem;
    width: 1.6rem;
    height: 1.6rem;
  }

  .storyList {
    gap: 2rem 0;
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }

  .story_box {
    border-left: 1px solid transparent;
  }

  .story_box a {
    padding: 5.5rem 2rem;
  }

  .story_box h3 {
    margin: 2rem 0 0.6rem;
  }

  .story_box .co {
    margin-bottom: 1.6rem;
  }
}

/*================================================
* 
================================================*/
#detail .wrap_md {
  width: 76.4%;
}

.detailCnt {
  background: var(--color-white);
  padding: 7rem 0 12.6rem;
  margin-bottom: 7rem;
  line-height: 2;
}

.detailCnt_inner {
  width: 70%;
  margin: 0 auto;
  min-width: 76rem;
}

.detailCnt * {
  font-size: 1.8rem;
}

.detailCnt h2 {
  padding: 0 0 2.3rem 3rem;
  font-size: 3.2rem;
  font-weight: 700;
  position: relative;
  border-bottom: 1px solid var(--color-black);
  margin-bottom: 3rem;
  line-height: 1.5;
}

.detailCnt h2::before {
  position: absolute;
  content: "";
  background: var(--color-yellow);
  width: 0.5rem;
  height: calc(100% - 2.4rem);
  left: 0;
}


.detailCnt h3 {
  padding: 1.5rem 2rem;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  background: #F5F5F5;
  margin-bottom: 3rem;
  line-height: 1.5;
}



body .is-layout-flex,
.detailCnt figure,
.detailCnt ul,
.detailCnt ol,
.detailCnt p {
  margin-bottom: 5rem;
}

.detailCnt ol {
  margin-left: 1em;
}

.detailCnt img {
  height: auto;
}

.detailCnt figcaption {
  font-size: 1.4rem;
  margin-top: 1em;
}


body .is-layout-flex {
  display: flex;
}

.detailCnt .is-layout-flex .wp-block-column {
  width: 100%;
}

.detailCnt .is-layout-flex p {
  margin-bottom: 0;
}

.wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}

.detailCnt .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
.detailCnt .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td,
.detailCnt .wp-block-table td,
.detailCnt .wp-block-table th {
  border: 1px solid var(--color-gray);
}

.detailCnt .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
.detailCnt .wp-block-table th {
  background: var(--color-blue);
  color: var(--color-white);
  padding: 1.4rem 0 1.4rem 2.6rem;
  font-weight: 700;
}

.detailCnt .wp-block-table td {
  padding: 1.4rem 0 1.4rem 3rem;
}

.detailCnt .is-layout-flex {
  gap: 6rem;
}

.news .detailCnt li {
  margin-bottom: 1rem;
}

.news .detailCnt ul li {
  padding-left: 2.4rem;
  position: relative;
}

.news .detailCnt ul li::before {
  position: absolute;
  content: "";
  background: var(--color-yellow);
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 1000px;
  top: 1rem;
  left: 0;
}

.story .detailCnt ul li {
  position: relative;
  padding-left: 3.3rem;
  padding-bottom: 1.2rem;
  background-image: repeating-linear-gradient(90deg, #cccccc, #cccccc 2px, transparent 2px, transparent 5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 2px;
  margin-top: 1.6rem;
}

.story .detailCnt ul li::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../../images/detail_check.webp);
  width: 2rem;
  height: 2rem;
  top: 0.3rem;
  left: 0;
}

.detailCnt .profile {
  display: flex;
  background: #F5F5F5;
  padding: 2rem 4.8rem 2rem 1.6rem;

  margin-top: 8rem;
}

.detailCnt .profile .ttl {
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: var(--en);
  border-right: 1px solid #DDDDDD;
  padding-right: 1.6rem;
}

.detailCnt .profile .img {
  width: 14rem;
  min-width: 14rem;
  padding-top: 4rem;
  margin-left: 2.8rem;
  /* margin-right: 5.6rem; */
  margin-right: 4%;
}

.detailCnt .profile .img img {
  aspect-ratio: 1/1;
  overflow: hidden;
  object-fit: cover;
  height: 14rem;
  width: 100%;
  border-radius: 100%;
  overflow: hidden;
}

.detailCnt .profile .meta {
  padding-top: 4rem;
}

.detailCnt .profile .meta_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.detailCnt .profile .txt .meta .co {
  font-weight: 500;
  font-size: 1.6rem;
}

.detailCnt .profile .txt .meta .name {
  font-weight: 500;
  font-size: 2.2rem;
}

.detailCnt .profile .txt .meta p {
  margin-top: 2rem;
}

.detailCnt .profile ul {
  margin-bottom: 0;
}

.detailCnt .profile ul li {
  padding: 0;
  background: unset;
}

.detailCnt .profile ul li::before {
  content: none;
}

.detailCnt .profile ul {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 1.8rem;
}

.detailCnt .profile ul li i {
  width: 5rem;
  height: 5rem;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
}

.detailCnt .profile ul li a {
  display: block;
  width: 5rem;
  height: 5rem;
}

.detailCnt .profile ul li .icon_insta {
  background-image: url(../../images/icon_insta_c.webp);
}

.detailCnt .profile ul li .icon_fb {
  background-image: url(../../images/icon_fb.webp);
}

.detailCnt .profile ul li .icon_link {
  background-image: url(../../images/icon_link.webp);
}


.detailCnt .profile .txt .meta p {
  margin-bottom: 0;
}


/* box */
.kakomi_box {
  padding: 4rem 4.8rem;
  border: 1px solid var(--color-gray);
  margin-bottom: 5.8rem;
}

.kakomi_box .kakomi_ttl {
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 2rem;
  margin-bottom: 3.2rem;
  border-bottom: 1px solid var(--color-gray);
}




@media screen and (max-width:767px) {


  body .is-layout-flex {

    flex-wrap: wrap;
  }




  #detail .wrap_md {
    width: 90%;
  }

  .detailCnt {
    padding: 2rem 2rem 5.6rem;
  }

  .detailCnt_inner {
    width: 100%;
    min-width: unset;
  }

  .detailCnt h2 {
    padding: 0 0 2rem 2rem;
    font-size: 2.6rem;
    margin-bottom: 2rem;
  }

  .detailCnt h3 {
    font-size: 1.8rem;
    padding: 1.5rem 1rem;
    margin-bottom: 2rem;
  }

  .story .detailCnt ul li::before {
    width: 1.5rem;
    height: 1.5rem;
  }


  .detailCnt .is-layout-flex {
    gap: 3rem;
  }

  .detailCnt .wp-block-table th {
    padding: 1.4rem 0 1.4rem 1.6rem;
  }

  .detailCnt .wp-block-table td {
    padding: 1.4rem 0 1.4rem 1.6rem;
  }

  .detailCnt,
  .detailCnt figure,
  .detailCnt .is-layout-flex,
  .detailCnt ul,
  .detailCnt ol,
  .detailCnt p {
    margin-bottom: 3rem;
    font-size: 1.4rem;
  }

  .detailCnt figcaption {
    font-size: 1.3rem;
    margin-top: 1em;
    line-height: 1.7;
  }

  .news .detailCnt ul li::before {
    top: 0.7rem;
  }

  .news .detailCnt ul li {
    padding-left: 2rem;
    position: relative;
    margin-bottom: 1rem;
  }





  .detailCnt .profile,
  .detailCnt .profile .meta_wrap {
    flex-wrap: wrap;
  }

  .detailCnt .profile .meta {
    padding-top: 2rem;
  }

  .detailCnt .profile {
    padding: 2rem 1.6rem;
    margin-top: 4rem;
  }

  .detailCnt .profile .img {
    width: 100%;
    max-width: 20rem;
    min-width: unset;
    padding-top: 2rem;
    margin: 0 auto;
  }

  .detailCnt .profile ul {
    width: 100%;
    justify-content: start;
  }

  .detailCnt .profile .ttl {
    width: 100%;
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
    border-right: unset;
    border-bottom: 1px solid #DDDDDD;
    padding: 0 0 1rem;
  }

  .detailCnt .profile ul li i {
    width: 4rem;
    height: 4rem;
  }

  .detailCnt .profile ul li a {
    width: 4rem;
    height: 4rem;
  }

  .detailCnt .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
  .detailCnt .wp-block-table th {
    padding: 1.4rem 0 1.4rem 1rem;
    min-width: 90px;
  }

  .kakomi_box {
    padding: 2rem 1.8rem;
    margin-bottom: 3rem;
  }

  .kakomi_box .kakomi_ttl {
    font-size: 1.8rem;
    padding-bottom: 1rem;
    margin-bottom: 1.2rem;
  }
}

/*================================================
* policy
================================================*/

#policy {
  border-top: 1px solid var(--color-gray);
}


#policy .detailCnt {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}

#policy .detailCnt h2:nth-of-type(2) {
  margin-top: 10rem;
}



@media screen and (max-width:767px) {
  #policy .detailCnt {
    padding: 0;
  }
}

/*================================================
* 
================================================*/

@media screen and (max-width:767px) {}

/*================================================
* 
================================================*/


@media screen and (max-width:767px) {}

/*================================================
* 
================================================*/

@media screen and (max-width:767px) {}

/*================================================
* 
================================================*/


@media screen and (max-width:767px) {}

/*================================================
* 
================================================*/

@media screen and (max-width:767px) {}

/*================================================
* 
================================================*/


@media screen and (max-width:767px) {}



@media screen and (max-width:767px) {}