@charset "UTF-8";

:root {
  --width-ratio-org-tag: (1200px / 1200);
}

@media (max-width: 1024px) {
  :root {
    --width-ratio-org-tag: (100vw / 1024);
  }
}

@media (max-width: 750px) {
  :root {
    --width-ratio-org-tag: (100vw / 750);
  }
}

html:has(> .js-open) {
  overflow-y: hidden;
}
body.js-open {
  overflow-y: hidden;
}

.org_tag_tabbtn01 {
  font-size: inherit;
  width: 96%;
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  padding: 0 0 calc(48 * var(--width-ratio-org-tag));
  margin: 0 auto;
}
.org_tag_tabbtn01_btns {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.org_tag_tabbtn01_btns button {
  width: calc(100% / 2);
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #1db1b6;
  background-color: #eeeeee;
  border-right: 1px solid #fff;
  line-height: 1.3;
  font-size: 13px;
  color: #333;
  text-align: center;
  display: block;
  float: left;
  transition: all 0.2s ease;
  cursor: pointer;
  padding: 0.8em 0;
}
.org_tag_tabbtn01_btns:has(button:nth-of-type(3)) button {
  flex-basis: 33.3%; /* ボタンの幅を33.3%に設定 */
}
.org_tag_tabbtn01_btns button.js-current {
  background: #1db1b6;
  color: #fff;
}
.org_tagtabbtn01_cnt {
  background: #fff;
}
.org_tag_tabbtn01_main {
  width: 100%;
  display: none;
  height: auto;
  opacity: 1;
  visibility: visible;
  max-width: calc(1212 * var(--width-ratio-org-tag));
  margin: 0 auto;
  padding-top: calc(38 * var(--width-ratio-org-tag));
}
.org_tag_tabbtn01_main.js-current {
  display: block;
}
.org_tag_tabbtn01_top {
  display: none;
  width: 100%;
  text-align: center;
  padding: 20px;
}
.org_tag_tabbtn01_top.js-current {
  display: block;
}
.org_tag_tabbtn01_btns_sub {
  display: flex;
  max-width: 80%;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5em;
  justify-content: center;
}
.org_tag_tabbtn01_btns_sub button {
  display: flex;
  width: fit-content;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  color: #a1acb2;
  background: #fff;
  border: 1px solid #a1acb2;
  box-shadow: 1px 1px 2px rgb(0 0 0 / 10%);
  padding: 0.75em 1em;
  cursor: pointer;
}
.org_tag_tabbtn01_btns_sub button.js-current {
  background: #1db1b6;
  color: #fff;
  border: solid 1px #1db1b6;
}
.org_tag_tabbtn01_main {
  background: #fff;
  padding: 30px;
}

@media (max-width: 749px) {
	.org_tag_tabbtn01 {
		font-size: 32px;
	}
  .org_tagtabbtn01_btns button {
    font-size: 24px;
  }
}

.org_tag_tab01 {
  font-size: 16px;
  width: 96%;
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  padding: 0 0 calc(48 * var(--width-ratio-org-tag));
  margin: 0 auto;
}
.org_tag_tab01_btns {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto 1em;
	line-height: 1.3em;
}
.org_tag_tab01_btns button {
  width: calc(100% / 2);
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #1db1b6;
  background-color: #eeeeee;
  line-height: 1.3em;
  font-size: calc(14 * var(--width-ratio-org-tag));
  color: #333;
  text-align: center;
  display: block;
  float: left;
  transition: all 0.2s ease;
  cursor: pointer;
  border-left: 1px solid #fff;
  padding: 0.8em 0;
}
/* ボタンが3個以上の場合 */
.org_tag_tab01_btns:has(button:nth-of-type(3)) button {
  flex-basis: 33.3%; /* ボタンの幅を33.3%に設定 */
}
.org_tag_tab01_btns button.js-current {
  background: #1db1b6;
  color: #fff;
}
.org_tag_tab01_cnt {
  background: #fff;
}
.org_tag_tab01_item {
  width: 100%;
  display: none;
  height: auto;
  opacity: 1;
  visibility: visible;
  max-width: calc(1212 * var(--width-ratio-org-tag));
  margin: 0 auto;
}
.org_tag_tab01_item.js-current {
  display: block;
}

@media (max-width: 749px) {
  .org_tag_tab01_btns button {
    font-size: 32px;
  }
}

.org_tag_tab02 {
font-size: 16px;
  width: 96%;
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  padding: 0 0 calc(48 * var(--width-ratio-org-tag));
  margin: 20px auto;
}
.org_tag_tab02_btns {
  display: flex;
  max-width: 80%;
  width: 100%;
  margin: 1em auto 1em;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: center;
}
.org_tag_tab02_btns button {
  display: flex;
  width: fit-content;
  font-size: calc(14 * var(--width-ratio-org-tag));
  height: 35px;
  line-height: 35px;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  color: #a1acb2;
  background: #fff;
  border: 1px solid #a1acb2;
  box-shadow: 1px 1px 2px rgb(0 0 0 / 10%);
  padding: 1em 1em;
  cursor: pointer;
}
.org_tag_tab02_btns button.js-current {
  background: #1db1b6;
  color: #fff;
  border: solid 1px #1db1b6;
}
.org_tag_tab02_cnt {
  background: #fff;
  padding: 0 0 calc(40 * var(--width-ratio-org-tag));
}
.org_tag_tab02_item {
  width: 100%;
  display: none;
  height: auto;
  opacity: 1;
  visibility: visible;
  max-width: calc(1212 * var(--width-ratio-org-tag));
  margin: 0 auto;
  padding: calc(0 * var(--width-ratio-org-tag)) 0;
}
.org_tag_tab02_item.js-current {
  display: block;
}

@media screen and (max-width: 768px) {
  .org_tag_tab02_btns button {
    font-size: calc(22 * var(--width-ratio-org-tag));
    height: 32px;
    line-height: 32px;
  }
}

.org_tag_modal01 {
	font-size: 16px;
}
.org_tag_modal01__disp {
  display: none;
  width: 100vw;
  width: 100dvw;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  transition: 0.3s ease-in-out;
}
.org_tag_modal01 a.org_tag_modal01__link {
  cursor: pointer;
  display: block;
  width: 100%;
  text-align: left;
}
.org_tag_modal01__dialog {
  font-size: 16px;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  width: 100dvw;
  height: 100vh;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.org_tag_modal01__wrapper {
  max-width: 720px;
  max-height: 90vh;
  background: #fff;
  position: fixed;
  border-radius: 4px;
  padding: 40px 20px 40px;
}
.org_tag_modal01__wrapper2 {
  background: #fff;
  overflow: hidden;
  max-height: calc(80vh - 60px);
  width: 75%;
  margin: 0 auto;
}

@media screen and (max-width: 749px) {
  .org_tag_modal01__wrapper2 {
    width: 100%;
  }
}

.org_tag_modal01__wrapper2::after {
  content: "×";
  font-size: 24px;
  color: #888;
  position: absolute;
  top: 7px;
  right: 10px;
  cursor: pointer;
}
.org_tag_modal01__cnt {
  width: 100%;
  max-height: 80vh;
  max-width: 66vw;
  height: fit-content;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  position: relative;
  z-index: 10000;
  padding-bottom: 50px;
}
.org_tag_modal01__close {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  position: absolute;
  bottom: -2em;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  cursor: pointer;
}
.org_tag_modal01__link img {
  display: block;
  margin: 1em auto;
}

@media screen and (max-width: 749px) {
  .org_tag_modal01__wrapper {
    width: 90%;
  }
  .org_tag_modal01__close {
    font-size: 1rem;
  }
  .org_tag_modal01__cnt {
    max-width: 90vw;
  }
  .org_tag_modal01__link img {
  }
}

.org_tag_itempart01 {
  font-size: 16px;
  position: relative;
  padding-bottom: 2.5rem;
}
.org_tag_itempart01__cnt {
  overflow-y: hidden;
  height: 70px;
  transition: 0.3s ease-in-out;
}
.org_tag_itempart01__bottom {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: linear-gradient(180deg, rgb(255, 255, 255, 0) 0%, rgb(255, 255, 255, 1) 70%);
  padding-top: 2.5rem;
}
.org_tag_itempart01__bottom.open {
  background: none;
}
.org_tag_itempart01__trigger {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
  transition: 0.3s ease-in-out;
}
.org_tag_itempart01__trigger::after {
  position: absolute;
  top: 0.55em;
  right: -1.2em;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-right: #999 2px solid;
  border-bottom: #999 2px solid;
  transform: rotate(45deg);
  transition: 0.3s ease-in-out;
}
.org_tag_itempart01__bottom.open .org_tag_itempart01__trigger::after {
  top: 0.75em;
  transform: rotate(-135deg);
}

@media screen and (max-width: 749px) {
  .org_tag_itempart01__trigger {
  }
}

.org_tag_itempart02 {
font-size: 16px;
  position: relative;
  padding-bottom: 2.5rem;
}
.org_tag_itempart02__cnt {
  overflow-y: hidden;
  height: 300px;
  transition: 0.4s ease-in-out;
}
.org_tag_itempart02__bottom {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: linear-gradient(180deg, rgb(255, 255, 255, 0) 0%, rgb(255, 255, 255, 1) 70%);
  padding-top: 2.5rem;
}
.org_tag_itempart02__bottom.open {
  background: none;
}
.org_tag_itempart02__trigger {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
  transition: 0.3s ease-in-out;
}
.org_tag_itempart02__trigger::after {
  position: absolute;
  top: 0.55em;
  right: -1.2em;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-right: #999 2px solid;
  border-bottom: #999 2px solid;
  transform: rotate(45deg);
  transition: 0.3s ease-in-out;
}
.org_tag_itempart02__bottom.open .org_tag_itempart02__trigger::after {
  top: 0.75em;
  transform: rotate(-135deg);
}

@media screen and (max-width: 749px) {
  .org_tag_itempart02__trigger {
  }
}

.org_tag_medialist01 {
font-size: 16px;
  border: #efefef 2px solid;
  border-radius: 8px;
  padding: 15px 30px;
  margin: 0 auto;
  width: 75%;
}

div.org_tag_medialist01 > h3 {
  font-size: 18px;
  font-weight: 700;
  color: #313131;
  border-bottom: none;
  margin: 0 0 0.5em;
  text-align: center;
}
section.article-body div.org_tag_medialist01 > h3 {
  font-size: 18px;
  font-weight: 700;
  color: #313131;
  border-bottom: none;
  margin: 0 0 0.5em;
  text-align: center;
}
.org_tag_medialist01__cnt {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.org_tag_medialist01__item {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.org_tag_medialist01__img {
  width: 128px;
  height: auto;
  flex-shrink: 0;
}
div.org_tag_medialist01__img > img {
  width: 100%;
  aspect-ratio: 400/300;
  object-fit: cover;
  border-radius: 4px;
  margin: 0;
}
.org_tag_medialist01__main {
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex-grow: 1;
  padding: 5px 2em 0 0;
  margin: 0;
}
.org_tag_medialist01 h4.org_tag_medialist01__ttl {
  font-size: 14px;
  font-weight: bold;
  color: #313131;
  letter-spacing: 0.05em;
  line-height: 1.3em;
  display: flex;
  align-items: center;
  gap: 4px;
  border-bottom: none;
  margin: 0;
}
.org_tag_medialist01__ttl span {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  background: #f7f7f7;
  border-radius: 50%;
}
.org_tag_medialist01 .org_tag_medialist01__main > p {
  font-size: 11px;
  line-height: 1.6;
  color: #999;
  width: 100%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 749px) {
  .org_tag_medialist01 {
    padding: 15px;
    width: 92%;
  }

  .org_tag_medialist01__item {
    gap: 15px;
  }
  .org_tag_medialist01__img {
    width: 90px;
    height: 90px;
  }

  div.org_tag_medialist01__img > img {
    aspect-ratio: 400/400;
  }
  div.org_tag_medialist01 > h3 {
    font-size: 15px;
    margin: 0 auto 0em 0.5em;
  }
  .org_tag_medialist01 h4.org_tag_medialist01__ttl {
    font-size: 13px;
  }
  .org_tag_medialist01__ttl span {
    font-size: 11px;
  }
  .org_tag_medialist01 .org_tag_medialist01__main > p {
    font-size: 10px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}

.org_tag_slider01 {
	font-size: 16px;
  max-width: 350px;
  width: 100%;
  font-size: 1rem;
  margin: 0 auto;
}
.org_tag_slider01 .splide__slide {
  cursor: pointer;
  margin-bottom: 0;
}
.org_tag_slider01 .slide-media {
  width: 90%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.org_tag_slider01 .slide-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.org_tag_slider01 .splide__arrow--prev,
.org_tag_slider01 .splide__arrow--next {
  display: grid;
  place-content: center;
  width: 35px;
  height: 35px;
  aspect-ratio: 1/1;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  background-color: #efefef;
  border-radius: 50%;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  border: none;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease-in-out;
  margin: auto;
}
.org_tag_slider01 .splide__arrow--prev {
  right: 80%;
}
.org_tag_slider01 .splide__arrow--next {
  left: 80%;
}
.org_tag_slider01 .splide__arrow--prev:disabled,
.org_tag_slider01 .splide__arrow--next:disabled {
  opacity: 0;
  pointer-events: none;
}
.org_tag_slider01 .splide__arrow--prev::after,
.org_tag_slider01 .splide__arrow--next::after {
  width: 9px;
  height: auto;
  aspect-ratio: 1/1;
  content: "";
  border: solid #555;
  border-width: 3px 3px 0 0;
  border-radius: 2px;
}
.org_tag_slider01 .splide__arrow--prev::after {
  margin-left: 3px;
  transform: rotate(-135deg);
}
.org_tag_slider01 .splide__arrow--next::after {
  margin-right: 3px;
  transform: rotate(45deg);
}
.org_tag_slider01 .splide__pagination {
  width: 100%;
  margin-top: 10px;
}
.org_tag_slider01 .splide__pagination__page {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  background: #c7c7c7;
  border-radius: 50%;
  border: none;
  padding: 0;
}
.org_tag_slider01 .splide__pagination > li {
  max-width: 10px;
  width: 2%;
  margin: 0 2px;
}
.org_tag_slider01 .splide__pagination__page.is-active {
  background: #999;
}
.org_tag_slider01_modal_wrapper {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100vw;
  width: 100dvw;
  height: 100vh;
  height: 100dvh;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.org_tag_slider01_modal_wrapper .modal-content {
  max-width: 1000px;
  width: 80%;
  height: 70%;
  background-color: #fefefe;
  padding: 20px 35px;
  border: 1px solid #888;
  border-radius: 5px;
  position: relative;
}
.org_tag_slider01_modal_wrapper .modal-content img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 5px;
}
.org_tag_slider01_modal_wrapper .modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 36px;
  cursor: pointer;
}
.org_tag_slider01_modal_wrapper .modal-close-txt {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 749px) {
  .org_tag_slider01 .splide__arrow--prev {
    right: 85%;
  }
  .org_tag_slider01 .splide__arrow--next {
    left: 85%;
  }
  .org_tag_slider01 .splide__arrow--prev::after,
  .org_tag_slider01 .splide__arrow--next::after {
    width: 0.7em;
  }
  .org_tag_slider01 .splide__arrow--prev::after {
    margin-left: 0.2em;
  }
  .org_tag_slider01 .splide__arrow--next::after {
    margin-right: 0.2em;
  }
  .org_tag_slider01_modal_wrapper .modal-content {
    width: 90%;
    padding: 10px;
  }
  .org_tag_slider01_modal_wrapper .modal-close {
    display: none;
  }
  .org_tag_slider01_modal_wrapper .modal-close-txt {
    font-size: 0.875rem;
  }
}

.org_tag_table_sticky {
	font-size: 16px;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 100;
}
.org_tag_table_sticky > table,
.studioDetail .org_tag_table_sticky > table {
  border-collapse: collapse;
  display: block;
  width: fit-content;
  margin: 1em auto !important;
  padding: 0;
}
.org_tag_table_sticky > table tr {
  width: fit-content;
  display: flex;
  margin: 0em auto !important ;
}
.org_tag_table_sticky > table th,
.org_tag_table_sticky > table td {
  box-sizing: border-box;
  width: auto !important;
}
.org_tag_table_sticky table th {
  font-size: 13px;
  background-color: #fcfdfd;
  border-bottom: #cfcfcf 1px solid;
  border-top: #e7e7e7 1px solid;
  color: #666;
  padding: 0.85em 1em 0.5em;
}
.org_tag_table_sticky > table th:first-of-type,
.org_tag_table_sticky > table td:first-of-type {
  position: sticky;
  top: 0;
  left: 0;
}
.org_tag_table_sticky > table td:first-of-type {
  background-color: #fff;
}
.org_tag_table_sticky > table th:nth-of-type(1),
.org_tag_table_sticky > table td:nth-of-type(1) {
  min-width: 150px;
}
.org_tag_table_sticky > table th:nth-of-type(2),
.org_tag_table_sticky > table td:nth-of-type(2) {
  min-width: 130px;
}
.org_tag_table_sticky > table th:nth-of-type(3),
.org_tag_table_sticky > table td:nth-of-type(3) {
  min-width: 130px;
}
.org_tag_table_sticky > table th:nth-of-type(4),
.org_tag_table_sticky > table td:nth-of-type(4) {
  min-width: 100px;
}
.org_tag_table_sticky > table th:nth-of-type(5),
.org_tag_table_sticky > table td:nth-of-type(5),
.studioDetail .detail .org_tag_table_sticky > table td:nth-of-type(5) {
  min-width: 300px;
  max-width: 300px;
  letter-spacing: 0;
  text-align: left;
}

.org_tag_table_sticky > table td,
.studioDetail .detail .org_tag_table_sticky > table td {
  font-size: 12px;
  font-weight: 400;
  color: #666;
  line-height: 1.3;
  letter-spacing: 0.05em;
  vertical-align: top;
  padding: 1em;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.org_tag_table_sticky > table tr:nth-of-type(odd) {
  background-color: #fbfbfb;
}
.org_tag_table_sticky > table tr:nth-of-type(odd) td:first-of-type {
  background-color: #fbfbfb;
}
.org_tag_table_sticky > table tr:nth-of-type(1),
.org_tag_table_sticky > table tr:nth-of-type(1) th {
  background-color: #1db1b6;
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin: 0 auto;
}
.org_tag_table_sticky .scroll-hint-text {
  line-height: 1;
}
.org_tag_table_sticky table .org_tag_modal01__link > img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.org_tag_table_sticky table tr td:nth-of-type(2) img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 749px) {
  .org_tag_table_sticky > table th {
    font-size: 0.75rem;
  }
  .org_tag_table_sticky > table td {
    font-size: 0.75rem;
  }
  .org_tag_table_sticky > table th:nth-of-type(1),
  .org_tag_table_sticky > table td:nth-of-type(1) {
    min-width: 80px;
  }
  .org_tag_table_sticky > table th:nth-of-type(2),
  .org_tag_table_sticky > table td:nth-of-type(2) {
    min-width: 100px;
  }
  .org_tag_table_sticky > table th:nth-of-type(3),
  .org_tag_table_sticky > table td:nth-of-type(3) {
    min-width: 80px;
  }
  .org_tag_table_sticky > table th:nth-of-type(4),
  .org_tag_table_sticky > table td:nth-of-type(4) {
    min-width: 80px;
  }
  .org_tag_table_sticky > table th:nth-of-type(5),
  .org_tag_table_sticky > table td:nth-of-type(5) {
  }

  .org_tag_table_sticky table .org_tag_modal01__link {
    margin: 0;
  }
  .org_tag_table_sticky table .org_tag_modal01__link > img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin: 0 auto;
  }
  .org_tag_table_sticky table tr td:nth-of-type(2) img {
    width: 60px;
    height: 60px;
    object-fit: cover;
  }
  .org_tag_table_sticky > table td {
    padding: 1em 0.5em;
  }
}
@media screen and (max-width: 749px) {
  div.org_tag_table_sticky > table tr {
    display: flex !important;
  }
  .org_tag_table_sticky > table tr:nth-of-type(1),
  .org_tag_table_sticky > table tr:nth-of-type(1) th {
    font-size: 11px;
    background: #1db1b6;
  }
  .org_tag_table_sticky > table td {
    font-size: 10px;
    padding: 1em 0.5em;
  }
  .studioDetail .detail .org_tag_table_sticky > table td {
    font-size: 10px;
    padding: 1em 0.5em;
  }
}

.org_tag_table01 {
	font-size: 16px;
  width: 100%;
  margin: 0.5em auto 0.5em;
  height: auto;
  overflow: hidden;
  position: relative;
  padding-bottom: 35px;
  transition: 0.3s ease-in-out;
}
.org_tag_table01 > table {
  table-layout: fixed;
  width: 92%;
  margin: 0 auto !important;
}
.org_tag_table01 > table > tbody {
  display: flex !important;
  flex-wrap: wrap;
  column-gap: 16px;
}
.org_tag_table01 > table tr {
  width: calc(50% - 8px);
  display: flex;
  border-bottom: 1px solid #e7e7e7;
  gap: 5px;
}
.org_tag_table01 > table th {
  width: 128px !important;
  flex-shrink: 0;
  font-size: 11px !important;
  font-weight: 400;
  color: #666;
  background: #fff;
  padding: 0.5em;
  line-height: 1.3em !important;
}

.org_tag_modal01__inner .org_tag_table01 > table th {
  font-size: 10px !important;
}
.org_tag_table01 > table td {
  font-size: 11px !important;
  font-weight: 600;
  padding: 0.5em;
  line-height: 1.3em !important;
}

.org_tag_modal01__inner .org_tag_table01 > table td {
  font-size: 10px !important;
}

.org_tag_table01__bottom {
  width: 100%;
  display: none;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: linear-gradient(180deg, rgb(255, 255, 255, 0) 0%, rgb(255, 255, 255, 1) 70%);
  padding-top: 2.5rem;
}
.org_tag_table01__bottom.open {
  background: none;
}
.org_tag_table01__trigger {
  font-size: 1rem;
  font-weight: 400;
  color: #999;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
  transition: 0.3s ease-in-out;
}
.org_tag_table01__trigger::after {
  position: absolute;
  top: 0.55em;
  right: -1.2em;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-right: #999 2px solid;
  border-bottom: #999 2px solid;
  transform: rotate(45deg);
  transition: 0.3s ease-in-out;
}
.org_tag_table01__bottom.open .org_tag_table01__trigger::after {
  top: 0.75em;
  transform: rotate(-135deg);
}
@media screen and (max-width: 749px) {
  .org_tag_table01__trigger {
    font-size: 13px;
  }

  .org_tag_table01 > table tr {
    width: 100%;
  }
  .org_tag_table01 > table th {
    font-size: 11px;
    padding: 0.5em;
    background: #fff;
  }
  .org_tag_modal01__inner .org_tag_table01 > table th {
    font-size: 11px;
  }
  .org_tag_table01 > table td {
    font-size: 11px;
    padding: 0.5em;
  }
  .org_tag_modal01__inner .org_tag_table01 > table td {
    font-size: 10px;
  }

  .org_tag_table01 {
    height: 200px;
    width: 92%;
  }
  .org_tag_table01__bottom {
    display: flex;
  }
}
@media screen and (max-width: 749px) {
  .org_tag_table01 > table tr {
    display: flex !important;
    gap: 5px;
  }
  div.org_tag_table01 > table th {
    background: #fff !important;
  }
}

.org_tag_table02 {
	font-size: 16px;
  width: 95%;
  margin: 0.5em auto;
  overflow-x: auto;
}

.org_tag_table02__inner {
  display: flex;
  gap: 15px;
  text-align: center;
}
.org_tag_table02__item {
  min-width: 124px;
}
.org_tag_table02 .scroll-hint-text {
  line-height: 1;
}
@media screen and (max-width: 749px) {
  .org_tag_table02 {
    width: 92%;
  }
}

.org_tag_topnavi {
	font-size: 16px;
  display: flex;
  justify-content: flex-start;
  max-width: 1120px;
  width: 100%;
  height: 0;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 1001;
  transform: translateX(-50%) translateY(-120%);
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.sec01 .org_tag_topnavi {
  max-width: calc(936 * var(--width-ratio-org-tag));
}
.org_tag_topnavi.js-show {
  height: 45px;
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.org_tag_topnavi_inner {
  width: 66.66%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  background: #fff;
  border-bottom: 1px solid #e7e7e7;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
.sec01 .org_tag_topnavi_inner {
  width: 100%;
}
.org_tag_topnavi .org_tag_topnavi_inner a.org_tag_topnavi_item {
  display: flex;
  width: 33.33%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #a1acb2;
  background: #fff;
  border-bottom: 3px solid #f7f7f7;
  margin: 0;
  transition: 0.3s ease-in-out;
}
.org_tag_topnavi .org_tag_topnavi_inner a.org_tag_topnavi_item.js-current {
  color: #313131;
  border-color: #1db1b6;
}
.org_tag_topnavi .org_tag_topnavi_inner a.org_tag_topnavi_item:hover,
.org_tag_topnavi .org_tag_topnavi_inner a.org_tag_topnavi_item:active,
.org_tag_topnavi .org_tag_topnavi_inner a.org_tag_topnavi_item:focus {
  text-decoration: none;
}
@media screen and (max-width: 1000px) {
  .org_tag_topnavi_inner {
    width: 100%;
  }
}

.org_tag_paraimg01 {
	font-size: 16px;
  width: 67%;
  margin: auto;
}
.org_tag_paraimg01_inner {
  display: flex;
  gap: 12%;
  margin: 0 auto 1em;
}
.org_tag_paraimg01_item {
  width: 44%;
}
.org_tag_paraimg01_item .org_tag_paraimg01_img {
  position: relative;
  cursor: pointer;
}
.org_tag_paraimg01_item:not(:last-of-type) .org_tag_paraimg01_img {
}
.org_tag_paraimg01_item:not(:last-of-type) .org_tag_paraimg01_img::after {
  content: "";
  width: 8%;
  height: auto;
  aspect-ratio: 1/2;
  background: #1db1b6;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 50%;
  right: -17%;
  transform: translateY(-50%);
}
.org_tag_paraimg01 .org_tag_paraimg01_inner .org_tag_paraimg01_item > h4 {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 600;
  color: #323232;
  text-align: center;
  border-bottom: none;
  margin: 0 auto 0.5em;
}
.org_tag_paraimg01 p.org_tag_paraimg01_comment {
  font-size: 14px;
  font-weight: 400;
  color: #5c5c5c;
  text-align: center;
  margin: 0 auto 1em;
}

.org_tag_paraimg01_modal_wrapper {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100vw;
  width: 100dvw;
  height: 100vh;
  height: 100dvh;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.org_tag_paraimg01_modal_wrapper .modal-content {
  max-width: 1000px;
  width: 80%;
  height: 80%;
  background-color: #fefefe;
  padding: 20px 35px;
  border: 1px solid #888;
  border-radius: 5px;
  position: relative;
}
.org_tag_paraimg01_modal_wrapper .modal-content img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 5px;
}
.org_tag_paraimg01_modal_wrapper .modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 36px;
  cursor: pointer;
}
.org_tag_paraimg01_modal_wrapper .modal-close-txt {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 749px) {
  .org_tag_paraimg01 {
    width: 80%;
  }
  .org_tag_paraimg01 .org_tag_paraimg01_inner .org_tag_paraimg01_item > h4 {
    font-size: 14px;
    margin: 0 auto 0.25em;
  }

  .org_tag_paraimg01 p.org_tag_paraimg01_comment {
    font-size: 11px;
  }

  .org_tag_paraimg01_modal_wrapper .modal-content {
    width: 90%;
    padding: 10px;
  }
  .org_tag_paraimg01_modal_wrapper .modal-close {
  }
  .org_tag_paraimg01_modal_wrapper .modal-close-txt {
    font-size: 0.875rem;
  }
}

.org_tag_marubatu01 {
	font-size: 16px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  padding: 20px;
}
.org_tag_marubatu01_item {
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  flex: 1;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  min-width: 288px;
}
.org_tag_marubatu01_item:nth-of-type(1) {
  border-color: #fc477a;
}
.org_tag_marubatu01_item:nth-of-type(2) {
  border-color: #2d85d2;
}
.org_tag_marubatu01 > .org_tag_marubatu01_item > h4 {
  font-size: 14px;
  font-weight: 700;
  display: block;
  width: 100%;
  padding: 8px 8px 8px 14px;
  margin: 0;
	border-left:none;
}
.org_tag_marubatu01 > .org_tag_marubatu01_item:nth-of-type(1) > h4 {
  color: #fc477a;
  background: #fff2f6;
}
.org_tag_marubatu01 > .org_tag_marubatu01_item:nth-of-type(2) > h4 {
  color: #2d85d2;
  background: #f0f7fc;
}
.org_tag_marubatu01 .org_tag_marubatu01_item .org_tag_marubatu01_txt {
  padding: 14px 8px 14px 8px;
}
.org_tag_marubatu01 .org_tag_marubatu01_item .org_tag_marubatu01_txt ul {
  font-size: 14px;
  font-weight: 400;
  color: #313131;
  margin: 0;
  padding: 0.5em 1em;
}
.org_tag_marubatu01 .org_tag_marubatu01_item .org_tag_marubatu01_txt ul li {
  line-height: 1.8em;
  padding: 0 0 0 1em;
  margin: 0;
  position: relative;
}
.org_tag_marubatu01 .org_tag_marubatu01_item .org_tag_marubatu01_txt ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 749px) {
  .org_tag_marubatu01 {
    flex-wrap: wrap;
    width: 92%;
    margin: 0 auto;
  }
  .org_tag_marubatu01_item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .org_tag_marubatu01 .org_tag_marubatu01_item .org_tag_marubatu01_txt ul {
    padding: 0 0.5em;
  }
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  transform: scale(0.8);
}

div.box-good {
	font-size: 16px;
  padding: 20px;
}
div.box-good_item {
  width: 75%;
  margin: 0.5em auto;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #fc477a;
}
div.box-good_item > h4.box-good_h4 {
  font-size: 14px;
  font-weight: 700;
  display: block;
  width: 100%;
  color: #fc477a;
  background: #fff2f6;
  padding: 8px 8px 8px 14px;
  margin: 0;
	border-left:none;
}
div.box-good_item > .box-good_txt {
  padding: 14px 14px 14px 8px;
}
div.box-good_item > .box-good_txt ul {
  font-weight: 400;
  color: #313131;
  margin: 0;
  padding: 0.5em;
}
div.box-good_item .box-good_txt ul li {
  line-height: 1.8em;
  padding: 0 0 0 1em;
  margin: 0;
  position: relative;
}
div.box-good_item .box-good_txt ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 749px) {
  div.box-good_item {
    width: 92%;
  }
}

div.box-bad {
	font-size: 16px;
  padding: 20px;
}
div.box-bad_item {
  width: 75%;
  margin: 0.5em auto;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #2d85d2;
}
div.box-bad_item > h4.box-bad_h4 {
  font-size: 14px;
  font-weight: 700;
  display: block;
  width: 100%;
  color: #2d85d2;
  background: #f0f7fc;
  padding: 8px 8px 8px 14px;
  margin: 0;
}
div.box-bad_item > .box-bad_txt {
  padding: 14px 14px 14px 8px;
}
div.box-bad_item > .box-bad_txt ul {
  font-weight: 400;
  color: #313131;
  margin: 0;
  padding: 0.5em;
}
div.box-bad_item .box-bad_txt ul li {
  line-height: 1.8em;
  padding: 0 0 0 1em;
  margin: 0;
  position: relative;
}
div.box-bad_item .box-bad_txt ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 749px) {
  div.box-bad_item {
    width: 92%;
  }
}

div.box-check {
	font-size: 16px;
  padding: 20px;
}
div.box-check_item {
  width: 75%;
  margin: 0.5em auto;
  border-radius: 8px;
  border-width: 8px;
  border-style: solid;
  border-color: #b3e1ff;
}
div.box-check_item > h4.box-check_h4 {
  font-size: 16px;
  font-weight: 700;
  display: block;
  width: 100%;
  color: #313131;
  background: #b3e1ff;
  border: none;
  padding: 8px 8px 8px 20px;
  margin: 0;
}
div.box-check_item > .box-check_txt {
  background: #f7fcff;
  padding: 0.5em 1em;
}
div.box-check_item > .box-check_txt ul {
  font-weight: 500;
  color: #313131;
  margin: 0;
}
div.box-check_item .box-check_txt ul li {
  line-height: 1.8em;
  padding: 0 0 0 1.4em;
  margin: 0;
  position: relative;
}
div.box-check_item .box-check_txt ul li::before {
  content: "";
  font-size: 14px;
  width: 0.9em;
  height: 0.6em;
  border-left: #0099ff 4px solid;
  border-bottom: #0099ff 4px solid;
  border-radius: 3px;
  position: absolute;
  top: 25%;
  left: 0;
  transform: rotate(-45deg);
}
@media screen and (max-width: 749px) {
  div.box-check_item {
    width: 92%;
  }
}

div.box-free {
	font-size: 16px;
  padding: 20px;
}
div.box-free_item {
  width: 75%;
  margin: 0.5em auto;
  border-radius: 4px;
  border-width: 2px;
  border-style: solid;
  border-color: #757575;
  position: relative;
}
div.box-free_item > h4.box-free_h4 {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 2;
  font-size: 14px;
  font-weight: 700;
  display: block;
  width: fit-content;
  color: #424242;
  background: #fff;
  border: none;
  padding: 10px 14px 10px 30px;
  margin: 0;
  transform: translateY(-50%);
	letter-spacing:0.075em;
}
div.box-free_item > h4.box-free_h4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.7em;
  width: 1.1em;
  height: 1.1em;
  background: #424242;
  border-radius: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
div.box-free_item > h4.box-free_h4::after {
  content: "";
  position: absolute;
  width: 0.6em;
  height: 0.35em;
  border-left: #fff 2px solid;
  border-bottom: #fff 2px solid;
  border-radius: 1px;
  position: absolute;
  top: 45%;
  left: 1.1em;
  z-index: 3;
  transform: rotate(-45deg) translateY(-50%);
}
div.box-free_item > .box-free_txt {
  padding: 1.5em 2em 1em;
}
div.box-free_item > .box-free_txt ul {
  color: #313131;
  margin: 0;
  padding: 0.5em 1em;
}
div.box-free_item .box-free_txt ul li {
  line-height: 1.8em;
  padding: 0 0 0 1em;
  margin: 0;
  position: relative;
}
div.box-free_item .box-free_txt ul li::before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  background: #323232;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 749px) {
  div.box-free_item {
    width: 92%;
  }
  div.box-free_item > .box-free_txt {
    padding: 0.75em 1em 0.5em;
  }
  div.box-free_item > .box-free_txt ul {
    padding: 0.5em 0.5em;
  }
}

.org_tag_table02 .org_tag_table02__inner .org_tag_table02__item h4.org_tag_table02__col {
  font-size: 13px;
  color: #1db1b6;
  border-bottom: 1px solid #ccc;
  margin: 0 auto 0.25em;
  padding: 0;
  line-height: 1.6em;
}

.org_tag_table02 .org_tag_table02__inner .org_tag_table02__item span.org_tag_table02__col {
  font-size: 12px;
  color: #5f5f5f;
  display: inline-block;
  line-height: 1.4em;
}

.org_tag_table02 .org_tag_table02__inner .org_tag_table02__item p.org_tag_table02__col {
  line-height: 1.3em !important;
  font-size: 10px;
  margin: 0em auto 0.5em !important;
  text-align: left;
  padding: 0 1em;
}

.org_tag_table02 .org_tag_table02__inner .org_tag_table02__item figure.org_tag_table02__col {
  margin: 0.25em auto 0em !important;
  width: 80%;
}

.org_tag_table02__item img{
	margin:0 auto 1rem auto!important;
}

figcaption.org_tag_paraimg01_img_fig {
  font-size: 11px;
  line-height: 1.4em;
  margin: 0em auto 1em;
  padding: 0 0.25em;
}

.org_tag_paraimg01 .org_tag_paraimg01_inner img{
		margin:0 auto 1rem auto;
	width:100%;
	height:auto;
}

@media screen and (max-width: 749px) {
  .org_tag_table02 .org_tag_table02__inner .org_tag_table02__item figure.org_tag_table02__col {
    margin: 0.25em auto 0.5em !important;
    width: 75%;
  }
  figcaption.org_tag_paraimg01_img_fig {
    font-size: 10px;
    line-height: 1.3em;
  }
}

/*モーダル内部*/

.org_tag_modal01__inner h3 {
  margin: 0 auto 0.5em;
  font-size: 15px;
  padding: 0 0em 0.25em 0.75em;
  line-height: 1.4em;
  font-weight: 600;
  border-bottom: 2px solid #1db1b6;
  text-align: center;
  border-width: 33%;
}

.org_tag_modal01__inner h4 {
  margin: 2em 0 0.75em;
  font-size: 14px;
  padding-left: 0.75em;
  line-height: 1.4em;
  font-weight: normal;
  border-left: 4px solid #1db1b6;
  font-weight: 600;
}

.org_tag_modal01__inner h5 {
  margin: 1.5em 0 0.75em;
  font-size: 14px;
  line-height: 1.4em;
  color: #1db1b6;
  font-weight: 600;
  padding: 0 0.75em 0 0.75em;
  border-bottom: 1px solid #a8baba;
}

.org_tag_modal01__inner p {
  font-size: 12px;
  line-height: 1.6em;
  margin: 0em auto 0.5em;
  padding: 0 1em;
}

.org_tag_modal01__inner img {
  width: 90%;
  margin: 0 auto 15px;
  display: block;
}

.org_tag_modal01__inner ul {
  list-style: none;
  width: 92%;
  max-width: 100%;
  padding: 0.75em 1em 0.75em 1em;
  margin: 0.75em 1em;
  font-size: 12px;
  line-height: 1.4em;
}

.org_tag_modal01__inner ul li {
  margin: 0.5rem 0.5rem 0.5rem 1rem;
}

.org_tag_modal01__inner a.btn-flat-border {
  font-size: calc(16 * var(--width-ratio-org-tag));
}

.org_tag_modal01__inner a.btn-modal01 {
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #1db1b6 !important;
  border: solid 2px #1db1b6;
  border-radius: 30px;
  transition: 0.4s;
  margin: 1em auto;
  text-align: center;
  width: 67%;
  font-size: 13px;
  line-height: 1.4em;
}

.org_tag_modal01__inner .btn-modal01:hover {
  transform: translatey(-4px);
}

.org_tag_modal01__inner .org_tag_table01 table {
  width: 92%;
}
