@charset "UTF-8";
/* CSS Document */

.btn {
  display: inline-block;
  border: #00827E 1px solid;
  margin: 10px;
  padding: 5px 10px;
  text-decoration: none;
  text-align: center;
  color: #00827E;
  font-family: "rodin-demi-bold,ms gothic,ヒラギノ角ゴ pro w3,hiragino kaku gothic pro,osaka,sans-serif";
  font-size: 8pt;
}

.btn:hover {
  background-color: #B7E1E5;
  border: none;
}

.btn_disabled {
  display: inline-block;
  border: #00827E 1px solid;
  margin: 10px;
  padding: 5px 10px;
  text-decoration: none;
  text-align: center;
  color: #00827E;
  font-family: "rodin-demi-bold,ms gothic,ヒラギノ角ゴ pro w3,hiragino kaku gothic pro,osaka,sans-serif";
  font-size: 8pt;
  pointer-events: none;
  background-color: #B7E1E5;
}


.vision_content {
  background-color: white;
  max-width: 900px;
  margin: 0 auto;
  letter-spacing: 0.05em
}

.vision_main {
  background-color: white;
  max-width: 1000px;
  margin: 0 auto;
  letter-spacing: 0.05em
}

.vision_ttl {
  background-color: #00827E;
  color: white;
  width: 120pt;
  font-family: 'jockey one', sans-serif;
  font-size: 20px;
  letter-spacing: 10px;
  padding: 2px 15px 2px 30px;
  text-align: center;
  margin: 0 auto;
}

.vision_body {
  color: #00827E;
}

.main {
  background-color: #F8D2CA;
}

.collaborator {
  background-color: white;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  letter-spacing: 0.05em;
}

.collaborator_detail {
  background-color: white;
  width: 100%;
  margin: 0 auto 20px;
}

.collaborator_detail::after {
  content: "";
  display: block;
  clear: both;
}


.collaborator_image {
  max-width: 400px;
  width: 45%;
  height: auto;
  float: left;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 1rem;
}

.collaborator_profile {
  width: 50%;
  float: right;
}

.collaborator_name {
  font-size: 48px;
  line-height: 1;
}

.collaborator_name_en {
  font-size: 14px;
  margin: 5px 0 0;
}

.collaborator_job {
  font-size: 24px;
  margin: 25px 0 0;
}

.collaborator_other {
  font-size: 14px;
  margin: 25px 0 30px;
}

.collaborator_comment {
  width: 100%;
  max-width: 980px;
  font-size: 16px;
  margin: 0 auto 1rem;
}

.collaborator_back {
  margin: 1rem 0 2rem;
}

.collaborator_btn {
  background-color: black;
  cursor: pointer;
  display: inline-block;
  width: 10rem;
  height: 2rem;
  box-sizing: border-box;
  padding: 0;
  border-radius: 2rem;
  text-decoration: none;
  text-align: center;
}


.collaborator_btn_text {
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
  font-size: 0.8rem;
  color: white;
  line-height: 2rem;
}

.collaborator_btn:hover {
  background-color: #0097A7;
  border: none;
}

.collaborator_column {
  background-color: white;
  max-width: 980px;
  width: 100%;
  margin: 40px auto 0;
}

.collaborator_book {
  background-color: white;
  max-width: 980px;
  width: 100%;
  margin: 40px auto 0;
}

.collaborator_back {
  text-align: center;
}

/* mobile */
@media screen and (max-width: 950px) {
  .collaborator_detail {
    width: 95%;
    margin: 70px auto 15px;
  }

  .collaborator_image {
    width: 100%;
    margin: 0 auto;
    float: none;
    display: block;
  }

  .collaborator_profile {
    width: 100%;
    float: none;
    margin: 20px 0 0;
  }

  .collaborator_name {
    font-size: 28px;
  }

  .collaborator_name_en {
    font-size: 14px;
    margin: 0 0 10px;
  }

  .collaborator_job {
    font-size: 20px;
    margin: 0 0 10px;
  }

  .collaborator_other {
    font-size: 14px;
    margin: 0 0 10px;
  }

  .collaborator_link {
    display: flex;
    justify-content: space-between;
    margin: 0.5rem 0;
  }

  .collaborator_btn {
    width: 45%;
  }

  .collaborator_comment {
    width: 95%;
    font-size: 0.9rem;
    word-break: break-all;
  }

  .collaborator_column {
    width: 95%;
    margin: 30px auto 0;
  }

  .collaborator_book {
    width: 95%;
    margin: 30px auto 0;
  }

  .collaborator_back {
    text-align: center;
  }
}

/* ************************************************** */
/* *************     new_style     ****************** */
/* ************************************************** */
.wrap {
  display: flex;
  flex-direction: column;
  max-width: 980px;
  width: 96%;
  margin: 0 auto;
  padding-top: 1rem;
}

.top {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.top-img {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.top-img>img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
  object-fit: cover;
  object-position: 50% 50%;
}

.top-prof {
  width: 96%;
  font-weight: 500;
}

.name {
  color: #03827D;
  font-size: 2rem;
  line-height: 1;
}

.name-en {
  font-size: 0.8rem;
  margin: 0.3rem 0 0;
}

.job {
  font-size: 1rem;
  margin: 1rem 0 0;
}

/* tab */
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 2em auto;
}

.tab-wrap:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #03827D;
  display: block;
  order: -1;
}

.tab-label {
  color: #555555;
  background: #e6e6e6;
  white-space: nowrap;
  text-align: center;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
  font-size: .85rem;
  height: 2rem;
  line-height: 2rem;
}

.tab-label label{
  display: block;
  width: 100%;
  height: 100%;
}

.tab-label:not(:last-of-type) {
  margin-right: 0.2rem;
}

.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

/* アクティブなタブ */
.tab-switch:checked + .tab-label {
  color: White;
  background: #03827D;
}

.tab-switch:checked + .tab-label +.tab-content {
  height: auto;
  overflow: auto;
  padding: .5rem;
  opacity: 1;
  transition: .5s opacity;
  box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}

/* content */
.comment {
  font-size: .9rem;
  line-height: 1.8;
}

.comment h3 {
  font-size: .9rem;
  font-weight: bold;
}

.comment p {
  margin: 0 0 1rem;
}

/* exlink */
.exlink_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.exlink_box {
  display: flex;
  align-items: flex-start;
  width: 100%;
  border-radius: 0.5rem;
  border: #00827E 1px solid;
  text-decoration: none;
  color: #00827E;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 1rem;
}

.exlink-img {
  margin: 1% 0 1% 0.3rem;
  width: 24%;
  max-width: 70px;
  height: 94%;
  max-height: 70px;
}

.exlink-img>img {
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  object-fit: contain;
  object-position: center;
}

.exlink_txt {
  width: 70%;
  margin: 2% .5rem;
}

.exlink_ttl {
  font-size: 1.2rem;
}

.exlink_desc {
  margin: 0.5rem 0 0;
  font-size: 1rem;
}

/* innerctz */
.innerctz {
  margin: 0 0 2rem;
}

.innerctz_ttl {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  width: 100%;
  border-bottom: #00827E 4px double;
}

.innerctz_items {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  overflow-x: scroll;
}

.innerctz_items::-webkit-scrollbar {
  background: #eee;
  height: 8px;
}
.innerctz_items::-webkit-scrollbar-thumb {
  background-color: #00827E;
  border-radius: 3px;
}

.innerctz_item {
  position: relative;
  width: 80%;
  min-width: 80%;
  margin: 0 5% 1rem 0;
  border: 2px solid transparent;
  border-radius: .5rem;
  background-color: #fafafa;
  box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
  transition: opacity 0.2s linear, border 0.2s linear;
  opacity: 1.0;
}

.innerctz_item-youtube {
  position: relative;
  width: 90%;
  min-width: 90%;
  aspect-ratio: 16 / 9;
  margin: 0 5% 1rem 0;
}

.innerctz_item-youtube iframe {
  width: 100%;
  height: 100%;
}

.innerctz_item.innerctz_item-book {
  width: 60%;
  min-width: 60%;
}

.innerctz_item:hover {
  opacity: 0.7;
}

.innerctz_item:nth-of-type(5n+1):hover {
  border: 2px solid #0081c8;
}

.innerctz_item a {
  text-decoration: none;
}

.innerctz_item-img {
  width: 100%;
  position: relative;
  border-radius: .5rem .5rem 0 0;
  overflow: hidden;
}

.innerctz_item-img:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.innerctz_item-book .innerctz_item-img:before {
  padding-top: 150%;
}

.innerctz_item-img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s linear;
  transform-origin: center bottom;
}

.innerctz_item:hover .innerctz_item-img img {
  transform: scale(1.05);
}

.innerctz_item-box {
  padding: .5rem;
}

.innerctz_item-ttl {
  font-size: 1rem;
  line-height: 1.1;
  text-decoration: none;
  color: #333;
  margin: .5rem 0;
}

.innerctz_item-date {
  position: absolute;
  bottom: 0;
  margin: 0 0 4px;
  font-size: 12px;
  color: #999;
}

/* youtube_link */
.collaborator_youtube {
  background-color: white;
  max-width: 980px;
  width: 95%;
  margin: 40px auto 0;
}

.collaborator_single-supplement-header {
  color: #616161;
  margin: 8px auto 0;
  font-size: 14px;
}

.youtube_items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.youtube {
  width: 100%;
  max-width: 480px;
  aspect-ratio: 16 / 9;
  margin: 0 0 16px;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 500px) {
  .innerctz_item {
    width: 30%;
    min-width: 30%;
    margin: 0 2% 1rem 0;
  }

  .innerctz_item-youtube {
    width: 50%;
    min-width: 50%;
  }

  .innerctz_item.innerctz_item-book {
    width: 25%;
    min-width: 25%;
  }

  .tab-label {
    font-size: 1rem;
  }

  .collaborator_single-supplement-header {
    font-size: 18px;
  }
}

@media screen and (min-width: 760px) {
  .top {
    flex-direction: row;
  }

  .top-img {
    max-width: 400px;
    width: 45%;
  }

  .top-prof {
    width: 50%;
    margin-left: 2rem;
  }

  .name {
    font-size: 3rem;
  }

  .name-en {
    font-size: 1rem;
  }

  .job {
    font-size: 1.5rem;
    margin: 2rem 0 0;
  }

  .tab-switch:checked+.tab-label+.tab-content {
    padding: 1rem;
  }

  .comment {
    font-size: 1rem;
  }

  /* exlink */
  .exlink_box {
    width: 48%;
  }

  .exlink-img {
    max-width: 85px;
    max-height: 85px;
  }
}