@charset "UTF-8";
main.sub h2 {
  font-size: 3.0rem;
  margin-bottom: 1.5em;
  line-height: 1.4;
}

main.sub .sub-page-title h2 {
  margin-bottom: 5px;
}

main.sub .sub-page-title h3 {
  font-size: 3.8rem;
  margin-top: 1em;
  line-height: 1.4;
}

main.sub .sub-page-title {
  margin-bottom: 60px;
}

main.sub h3 {
  font-size: 2.5rem;
  border-left: 3px solid #13549D;
  color: #13549D;
  padding-left: 8px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 40px;
}

main.sub h3.bur {
  border-left: 3px solid #333;
  color: #333;
}

main.sub h4 {
  font-size: 2.2rem;
  color: #13549D;
  font-weight: 600;
  margin-bottom: 10px;
}

main.sub h5 {
  font-size: 1.8rem;
  color: #333;
  font-weight: 600;
  margin-bottom: 10px;
}

main.sub h3 span {
  font-size: 2.0rem;
  display: block;
}

@media screen and (max-width:1000px) {
  main.sub h2 {
    font-size: 2.6rem;
  }

  main.sub h3 {
    font-size: 2.4rem;
  }

  main.sub h3 span {
    font-size: 1.9rem;
  }

  main.sub .sub-page-title h3 {
    font-size: 2.4rem;
  }

}

@media screen and (max-width:560px) {
  main.sub h2 {
    font-size: 2.2rem;
  }

  main .sub-title h2 {
    font-size: 2.4rem;
    margin-bottom: 35px;
  }

  main.sub h3 {
    font-size: 2.0rem;
  }

  main.sub h3 span {
    font-size: 1.6rem;
  }

  main.sub .sub-page-title h3 {
    font-size: 2.0rem;
  }

  main.sub .sub-page-title {
    margin-bottom: 30px;
  }
}

.con-box {
  padding: 5em 0;
}

.con-box:nth-child(even) {
  background-color: #f9f9f9;
}

.con-box .list-box li {
  margin-top: 2em;
  background-image: url(img/list-box-bg.png);
  background-repeat: no-repeat;
  background-position: left top 10px;
  padding-left: 1.2em;
}

.con-box .list-box li span {
  color: #13549D;
  font-size: 2.0rem;
  font-weight: 600;
}

main.sub a {
  text-decoration: underline;
}

.con-box-sub {
  margin-bottom: 60px;
}

@media screen and (max-width:560px) {
  .con-box {
    margin-bottom: 0;
  }
}

.qr .qr-img {
  margin-left: 2em;
}

.qr .qr-img img {
  margin-bottom: 0;
}


/* ---------------- パンクズ ------------------*/
.pankuzu {
  background-color: #FAFAFA;
  margin-bottom: 60px;
}

.breadcrumb {
  padding: 15px 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 100%;
}

main.sub .breadcrumb a {
  text-decoration: none;
}

.breadcrumb .breadcrumb_last {
  color: #165AA6;
  font-weight: 500;
}

@media screen and (max-width:1400px) {
  .pankuzu .wrapper {
    max-width: 100%;
    width: 94%;
  }
}

@media screen and (max-width:1400px) {
  .pankuzu .wrapper {
    margin-bottom: 110px;
  }
}

@media screen and (max-width:768px) {
  .breadcrumb {
    font-size: 1.2rem;
  }
}

@media screen and (max-width:560px) {
  .pankuzu {
    margin-bottom: 60px;
  }

  .pankuzu .wrapper {
    width: 92%;
    margin-bottom: 0;
  }

  .breadcrumb {
    font-size: 1.0rem;
  }
}


/* ---------------- ページタイトル ------------------*/
.subpage_main_visual {
  height: 460px;
  background-image: url("img/subpage_main_pc.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  text-align: center;
  padding-top: 90px;
}

.subpage_main_visual.seeds {
  background-image: url("img/subpage_main_pc02.png");
}

.subpage_main_visual.advisor {
  background-image: url("img/subpage_main_pc03.png");
}

.subpage_main_visual.content {
  background-image: url("img/subpage_main_pc04.png");
}

.subpage_main_visual.contact  {
  background-image: url("img/subpage_main_pc05.png");
}

.subpage_main_visual h1 {
  color: #165AA6;
  font-size: 3.2rem;
  margin-top: 225px;
  padding: 10px 20px 15px 20px;
  letter-spacing: 0.08em;
  background: rgb(255 255 255 / 80%);
  border-radius: 5px;
  display: inline-block;
  font-weight: 600;
  line-height: 1.2;
}

.subpage_main_visual h1 span{
  font-size: 2.0rem;
}

.subpage_main_visual.seeds h1 {
  margin-top: 195px;
}

@media screen and (max-width: 960px) {

  .subpage_main_visual {
      height: 280px;
      padding-top: 58px;
  }

  .subpage_main_visual h1 {
      font-size: 4.4vw;
      margin-top: 75px;
  }

  .subpage_main_visual.seeds h1 {
    margin-top: 40px;
  }

  .subpage_main_visual h1 span{
    font-size: 1.8rem;
  }

  .breadcrumbs {
      font-size: 14px;
  }
}

@media screen and (max-width: 540px) {
  .subpage_main_visual {
      height: 200px;
      padding-top: 50px;
  }

  .subpage_main_visual h1 {
      font-size: 4.2vw;
      margin-top: 55px;
      margin: 55px auto auto auto;
      padding: 3px 10px 5px 10px;
  }

  .subpage_main_visual.seeds h1 {
    margin-top: 45px;
  }

  .subpage_main_visual h1 span{
    font-size: 1.2rem;
  }

  /*パンクズリスト*/
  .breadcrumbs {
      width: 92%;
      font-size: 10px;
      margin-bottom: -40px;
  }
}



/* ---------------- ページリンク ------------------*/
#structure-btn ul {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(5, minmax(0, var(--submenu-col-width, 1fr)));
  gap: 15px;
  align-self: center;
  margin-bottom: 60px;
}

#structure-btn ul li {
  display: flex; 
}

#structure-btn ul li a {
  display: flex;
  align-items: center; /* 垂直方向の中央揃え */
  justify-content: center; /* 水平方向の中央揃え（お好みで） */
  width: 100%;
  height: 100%; /* これで li の高さ一杯に広がる */
  padding: 10px;
  font-weight: 600;
  color: #13549D;
  background-color: #dbecff;
  text-decoration: none;
  border-radius: 5px;
  letter-spacing: -0.5px;
}

#structure-btn ul li a:hover {
  color: #fff;
  background-color: #13549D;
}

#structure-btn ul li.at a {
  color: #fff;
  background-color: #13549D;
}


@media screen and (max-width: 1200px) {
  #structure-btn ul {
    grid-template-columns: repeat(3, minmax(0, var(--submenu-col-width, 1fr)));
    gap: 15px 15px;
  }
}

@media screen and (max-width: 560px) {
  #structure-btn ul {
    grid-template-columns: repeat(2, minmax(0, var(--submenu-col-width, 1fr)));
    gap: 10px 10px;
    margin-bottom: 80px;
  }
}


#structure-btn02 .seeds-title {
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 2.0rem;
}

#structure-btn02 ul {
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  font-size: 1.8rem;
}

#structure-btn02 ul li {
  color: #0066cc;
  margin-right: 2em;
}

#structure-btn02 ul li a::before {
  content: '●';
}

#structure-btn02 ul a {
  color: #0066cc;
  padding: 0.5em;
  border-radius: 5px;
}

#structure-btn02 ul li.at a {
  color: #fff;
  background-color: #13549D;
  text-decoration: none;
}



/* ---------------- 2つ並びBOX ------------------*/
.box2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
  justify-content: center;
  gap: 80px 50px;
}

.box2 .box2__box {
  max-width: 560px;
  border-radius: 10px;
}

.box2 .box2__box__con {
  padding: 15px 25px 25px 25px;
}

.box2 .box2__box h3 {
  letter-spacing: 0;
  border-bottom: 1px dotted #354C74;
  margin-top: 5px;
  margin-bottom: 15px;
}

.box2 .box2__box p {
  line-height: 2;
}

@media screen and (max-width: 1260px) {
  .box2 {
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
  }

  .box2 .box2__box img {
    width: 100%;
  }
}

@media screen and (max-width:560px) {
  .box2 .box2__box h3 {
    font-size: 2.0rem;
    text-align: center;
  }
}



/* ---------------- 3つ並びBOX ------------------*/
.box3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  justify-content: center;
  grid-gap: 30px;
  padding-bottom: 100px;
  margin-bottom: 100px;
}

.box3 .box3__box {
  border-radius: 10px;
  box-shadow: 2px 1px 10px -5px #777777;
  background-color: #fff;
}

.box3 .box3__box__con {
  padding: 15px 25px 20px 25px;
}

.box3 .box3__box h3 {
  font-size: 2.0rem;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
}

.box3 .box3__box p {
  line-height: 2;
}

@media screen and (max-width: 1260px) {
  .box3 {
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
    grid-gap: 30px;
  }

  .box3 .box3__box img {
    width: auto;
    max-height: 35vw;
  }
}

@media screen and (max-width: 560px) {
  .box3 {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    gap: 3em 0;
    padding-bottom: 3em;
    margin-bottom: 3em;
  }

  .box3 .box3__box img {
    width: auto;
    max-height: 170px;
  }
}

@media screen and (max-width: 480px) {
  .box3 .box3__box img {
    width: auto;
    max-height: 35vw;
  }
}



/* ---------------- 画像左(画像が無い時text_area100％） ------------------*/
.l-img-con {
  display: flex;
  justify-content: space-between;
}

.l-img-con .text__area {
  width: fit-content;
}

.l-img-con .text__area h2 {
  margin-top: -0.5em;
}

.l-img-con .image__area {
  width: 500px;
  margin-right: 50px;
}

.l-img-con .image__area_sp {
  display: none;
}

.l-img-con ul {
  font-weight: 600;
  margin-top: 0.7em;
  margin-bottom: 1em;
  font-size: 1.8rem;
}

.l-img-con ul li {
  padding-left: 1em;
  position: relative;
  line-height: 2;
}

.l-img-con ul li::before {
  content: "・";
  padding: 0px 3px;
  position: absolute;
  margin-left: -1.5em;
}

.l-img-con .image__area__sp {
  display: none;
}

.l-img-con .image__area img {
  width: 100%;
}

@media screen and (max-width: 1260px) {
  .l-img-con .image__area {
    width: 80%;
    margin-left: 50px;
  }

  .l-img-con .image__area img {
    width: 100%;
  }

  .l-img-con ul {
    padding: 1em 1em 0.6em;
  }

  .l-img-con ul li {
    margin-bottom: 0.5em;
  }
}

@media screen and (max-width: 768px) {
  .l-img-con {
    display: block;
    width: 100%;
    padding-bottom: 2em;
    margin-bottom: 3em;
  }

  .l-img-con .text__area {
    margin-bottom: 3em;
  }

  .l-img-con .image__area_sp {
    display: block;
    width: 100%;
    margin-bottom: 2em;
  }

  .l-img-con .image__area_sp img {
    width: 80%;
    display: block;
    margin: 0 auto;
  }

  .l-img-con ul li::before {
    top: 0.1em;
  }
}

@media screen and (max-width: 560px) {
  .l-img-con {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .l-img-con .text__area {
    margin-bottom: 2em;
  }
}

/* ---------------- 画像100％ ------------------*/
.w-img-con {
  width: 100%;
  padding-bottom: 40px;
}

.w-img-con:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.w-img-con .image__area {
  margin: 1em 0;
}

.w-img-con img {
  border-radius: 10px;
  margin: 0 auto;
  margin-bottom: 2em;
  display: block;
}

.w-img-con ul {
  margin-top: 10px;
}

.w-img-con ul li{
  padding-left: 1.5em;
  position: relative;
  font-weight: 600;
}

.w-img-con ul li::before{
  content: "●";
  padding: 0px 3px;
  font-size: 10px;
  top: 0.7em;
  position: absolute;
  margin-left: -2.2em;
}

.w-img-con .btn a {
  width: auto;
  min-width: 240px;
  background-image: linear-gradient(90deg, #13549D 70%, #2e70bb);
  display: table;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 5px;
  text-align: center;
  font-weight: 500;
  padding: 12px 2em 12px 2em;
  position: relative;
  overflow: hidden;
  /* ← はみ出し部分を隠す */
  z-index: 1;
  font-size: 1.6rem;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
  margin: 2em auto 0;
}

/* 左 → 右へスライドする背景（##107D6F） */
.w-img-con .btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  /* ← 左側に隠す */
  width: 100%;
  height: 100%;
  background-color: #3167a5;
  /* ← hoverカラー */
  border-radius: inherit;
  z-index: -1;
  transition: left 0.35s cubic-bezier(0.2, 0.8, 0.4, 1.0);
  /* ↑ 勢いよく滑り込む加速 → 減速の動き */
}

/* hover時に左 → 右へビューンと流れる */
.w-img-con .btn a:hover::before {
  left: 0;
}


@media screen and (max-width: 1260px) {
  .w-img-con .image__area img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 600px) {
  .w-img-con img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 560px) {
  .w-img-con {
    width: 100%;
    padding-bottom: 2em;
    margin-bottom: 3em;
  }
}



/* ---------------- 横幅100%スライドショー ------------------*/
.slider-w100 .slider_inner {
  margin: 0 30px;
}

.slider-w100 .slider_inner h3 {
  font-size: 1.8rem;
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: 500;
  text-align: left;
  line-height: 1.4;
  color: #000;
}

.slider-w100 .slider_inner .slider_product_img img {
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
}

.dashicons,
.dashicons-before:before {
  font-family: dashicons;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: never;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 24px;
  height: 32px;
  font-size: 30px;
  vertical-align: top;
  text-align: center;
  transition: color .1s ease-in;
  color: #FFD300;
  margin-top: 5px;
  margin-right: 5px;
  font-display: swap;
}

.slider-w100 .slider_inner p {
  text-align: left;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .slider-w100 .slider_inner {
    margin: 0 15px;
  }
}

@media screen and (max-width: 768px) {
  .slider-w100 .slider_inner h3 {
    font-size: 1.6rem;
  }
}

/* ---------------- アコーディオン　------------------*/
.accordion-con {
  max-width: 100%;
  margin-bottom: 30px;
  border-radius: 10px;
  background-color: #fff;
}

.accordion-con summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 10px 20px 10px 60px;
  color: #354C74;
  font-weight: 600;
  cursor: pointer;
  font-size: 1.8rem;
}

.accordion-con summary span {
  padding-right: 2em;
}

.accordion-con summary span::before {
  content: "Q";
  font-size: 2.0rem;
  line-height: 180%;
  position: absolute;
  top: 17px;
  margin-top: -0.8rem;
  left: 10px;
  background-color: #354C74;
  color: #fff;
  border-radius: 50%;
  font-weight: 400;
  width: 40px;
  height: 40px;
  text-align: center;
}

.accordion-con summary::-webkit-details-marker {
  display: none;
}

.accordion-con summary::before,
.accordion-con summary::after {
  width: 2px;
  height: 1.1em;
  background-color: #354C74;
  content: '';
}

.accordion-con summary::before {
  position: absolute;
  right: 20px;
  rotate: 90deg;
}

.accordion-con summary::after {
  transition: rotate .3s;
}

.accordion-con[open] summary::after {
  rotate: 90deg;
}

.accordion-con .accordion__text {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 10px 4em 0.4em 60px;
  color: #333333;
  transition: transform .5s, opacity .5s;
  position: relative;
}

.accordion-con[open] .accordion__text {
  transform: none;
  opacity: 1;
}

.accordion-con .accordion__text::before {
  content: "A";
  font-size: 2.0rem;
  line-height: 180%;
  position: absolute;
  top: 1em;
  margin-top: -1.2rem;
  left: 10px;
  background-color: #474747;
  color: #fff;
  border-radius: 50%;
  font-weight: 400;
  width: 40px;
  height: 40px;
  text-align: center;
}

.accordion-con[open] .accordion__text p {
  margin-bottom: 20px;
}

.accordion-con .accordion__text ul {
  font-weight: 600;
  margin-bottom: 20px;
}

.accordion-con .accordion__text ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.accordion-con .accordion__text ul li::before {
  content: "・";
  padding: 0px 3px;
  font-size: 15px;
}

.accordion-con .accordion__text a {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .top-five .faq {
    padding: 40px 40px 10px 40px;
  }
}

@media screen and (max-width: 560px) {
  .accordion-con {
    margin-bottom: 15px;
  }

  .top-five .faq {
    padding: 15px 15px 5px 15px;
  }

  .accordion-con summary {
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 10px 20px 10px 50px;
  }

  .accordion-con .accordion__text {
    padding: 10px 4em 0.4em 50px;
  }

  .accordion-con summary span::before {
    content: "Q";
    font-size: 1.8rem;
    top: 18px;
    line-height: 1.4;
    width: 30px;
    height: 30px;
  }

  .accordion-con .accordion__text::before {
    content: "A";
    font-size: 1.8rem;
    top: 1.2em;
    line-height: 1.4;
    width: 30px;
    height: 30px;
  }
}


/* ---------------- テーブルパターン1 ------------------*/
.table-pattern01 table {
  width: 100%;
  border-top: 1px solid #E3E4E4;
  background-color: #fff;
  margin: 1em 0;
}

.table-pattern01 table tr {
  border-bottom: 1px solid #E3E4E4;
}

.table-pattern01 table th {
  width: 275px;
  text-align: left;
  padding: 32px 1em 28px 1em;
  font-weight: 700;
}

.table-pattern01 table td {
  padding: 32px 1em 28px 1em;
}

.table-pattern01 table td li {
  padding-left: 1em;
  position: relative;
  margin-bottom: 9px;
  line-height: 1.8;
}

.table-pattern01 table td li::before {
  content: "●";
  font-size: 1.3rem;
  top: 0.25em;
  position: absolute;
  margin-left: -1.5em;
  padding: 0px 3px;
}

.table-pattern01 .btn a {
  width: auto;
  min-width: 240px;
  background-image: linear-gradient(90deg, #107D6E 70%, #22796D);
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 5px;
  text-align: center;
  font-weight: 500;
  padding: 7px 10px 10px 10px;
  position: relative;
  overflow: hidden;
  /* ← はみ出し部分を隠す */
  z-index: 1;
  font-size: 1.6rem;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
}

/* 左 → 右へスライドする背景（##107D6F） */
.table-pattern01 .btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  /* ← 左側に隠す */
  width: 100%;
  height: 100%;
  background-color: #41821d;
  /* ← hoverカラー */
  border-radius: inherit;
  z-index: -1;
  transition: left 0.35s cubic-bezier(0.2, 0.8, 0.4, 1.0);
  /* ↑ 勢いよく滑り込む加速 → 減速の動き */
}

/* hover時に左 → 右へビューンと流れる */
.table-pattern01 .btn a:hover::before {
  left: 0;
}

/* ---------------- テーブルパターン3 ------------------*/
.table-pattern03 table {
  width: 100%;
  border-collapse: collapse;
}

@media (max-width: 786px) {
  .table-pattern03 {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-pattern03 table {
    min-width: 787px;
  }

  .table-pattern03 table th {
    width: auto;
  }

  .table-pattern03 table td {
    width: auto;
  }
}

@media screen and (max-width: 560px) {
  .table-pattern03 table th {
      width: auto;
      display:table-cell;
  }

  .table-pattern03 table td {
    width: auto;
    display:table-cell;
  }
}



/* ------------ テーブル03 --------------*/

.box03 {
  width: 100%;
}

.box03 table {
  width: 100%;
  border-top: 1px solid #ddd;
  margin-bottom: 4em;
  border-left: 1px solid #ddd;
}

.box03 table a {
  text-decoration: underline;
}

.box03 tr th {
  background-color: #2a417b;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

.box03 th {
  background-color: none;
  padding: 10px;
  text-align: left;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  font-weight: bold;
  text-align: center;
}

.box03 td {
  padding: 10px;
  border-right: 1px solid #ddd;
  line-height: 25px;
  vertical-align: middle;
}



.box03 tr {
  border-bottom: 1px solid #ddd;
}




.box03_t {
  width: 100%;
}

.box03_t table {
  width: 100%;
  border-top: 1px solid #ddd;
  margin-bottom: 4em;
  border-left: 1px solid #ddd;
}

.box03_t table a {
  text-decoration: underline;
}

.box03_t tr th {
  background-color: #ffd700;
  text-align: center;
  font-weight: bold;
}

.box03_t th {
  background-color: none;
  padding: 10px;
  text-align: left;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  font-weight: bold;
  text-align: center;
}

.box03_t td {
  padding: 10px;
  border-right: 1px solid #ddd;
  line-height: 25px;
  vertical-align: middle;
}



.box03_t tr {
  border-bottom: 1px solid #ddd;
}



/*.box03 tr:nth-child(odd) {
border-bottom: 1px solid #ddd;
background-color: #f4f4f4;
}*/

@media screen and (max-width: 560px) {
  .box03 th {
      background-color: none;
      padding: 2px;
      text-align: left;
      border-right: 1px solid #ddd;
      border-left: 1px solid #ddd;
      font-weight: bold;
      text-align: center;
      font-size: 16px;
  }

  .box03 td {
      padding: 2px;
      border-right: 1px solid #ddd;
  }

  .box03_t th {
      background-color: none;
      padding: 2px;
      text-align: left;
      border-right: 1px solid #ddd;
      border-left: 1px solid #ddd;
      font-weight: bold;
      text-align: center;
      font-size: 16px;
  }

  .box03_t td {
      padding: 2px;
      border-right: 1px solid #ddd;
  }



}


/* ---------------- 画像右(画像が無い時text_area100％） ------------------*/
.r-img-con {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.r-img-con .text__area {
  width: fit-content;
}

.r-img-con .image__area {
  width: 370px;
  margin-left: 50px;
}

.r-img-con .image__area_sp {
  display: none;
}

.r-img-con .image__area_sp img {
  border-radius: 10px;
}

.r-img-con ul {
  margin-top: 15px;
  margin-bottom: 40px;
}

.r-img-con ul li {
  padding-left: 1em;
  position: relative;
}

.r-img-con ul li::before {
  content: "●";
  padding: 0px 3px;
  font-size: 12px;
  top: 0.5em;
  position: absolute;
  margin-left: -1.5em;
}

@media screen and (max-width: 1000px) {
  .r-img-con .image__area {
    width: 80%;
    margin-left: 50px;
  }

  .r-img-con .image__area img {
    width: 100%;
  }

  .r-img-con ul {
    padding: 1em 1em 0.6em;
  }

  .r-img-con ul li {
    margin-bottom: 0.5em;
  }
}

@media screen and (max-width: 800px) {
  .r-img-con {
    display: block;
    width: 100%;
    padding-bottom: 2em;
    margin-bottom: 3em;
  }

  .r-img-con .image__area_sp {
    display: block;
    width: 100%;
    margin-bottom: 2em;
  }

  .r-img-con .image__area_sp img {
    width: 100%;
  }

  .r-img-con ul li::before {
    top: 0.1em;
  }
}

@media screen and (max-width: 560px) {
  .r-img-con {
    padding-bottom: 1em;
  }

  .r-img-con ul {
    padding: 1em 0.7em 0.6em 0.2em;
  }
}

/* ---------------- フローボックス ------------------*/
.flow-con.image__area{
  display:flex;
  align-items:stretch;   /* ★高さを揃える */
  justify-content:center;
  gap:20px;
  flex-wrap:wrap;
  margin-bottom: 2em;
}

/* ボックス */

.flow-box{
  background:#c9def0;
  border:2px solid #1f325f;
  border-radius:5px;
  padding:15px;
  text-align:center;
  min-width:140px;
  display:flex;
  flex-direction:column; 
  justify-content:center;
}

/* タイトル */

.flow-box a{
  font-weight:700;
  font-size:18px;
  color:#0d3f8a;
  text-decoration:none;
  margin-bottom:6px;
}

.flow-box span{
  font-weight:700;
  font-size:18px;
  color:#0d3f8a;
  text-decoration:none;
  margin-bottom:6px;
}

/* リスト */

.flow-box ul{
  text-align:left;
  padding-left:20px;
}

.flow-box li{
  font-size:15px;
  color:#0d6fc3;
  font-weight:700;
}
/* 矢印 */

.flow-arrow{
  width:30px;
  height:2px;
  background:#4b78c2;
  position:relative;
  align-self:center; /* ★追加：高さ中央 */
}

.flow-arrow:after{
  content:"";
  position:absolute;
  right:-6px;
  top:50%;              /* ★変更 */
  transform:translateY(-50%); /* ★中央調整 */
  border-top:6px solid transparent;
  border-bottom:6px solid transparent;
  border-left:10px solid #4b78c2;
}

@media screen and (max-width:768px){

  .image__area{
    flex-direction:column;
  }
  
  .flow-arrow{
    width:2px;
    height:30px;
  }
  
  .flow-arrow:after{
    left:-5px;
    top:auto;
    bottom:-6px;
    border-left:6px solid transparent;
    border-right:6px solid transparent;
    border-top:10px solid #4b78c2;
  }
  
}

/* ---------------- サブページスライド ------------------*/
.slide-items img {
  border-radius: 10px;
  width: 100%;
  margin-bottom: 20px;
}

.slide-items p {
  margin: 1em 0;
}

.dots-wrap {
  display: flex;
  justify-content: center;
}

.dots-wrap li {
  width: 15px;
  height: 15px;
  margin: 0 5px;
  background: #C4C4C4;
  border-radius: 50%;
  cursor: pointer;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
  background: #000;
}

.dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}


/* ---------------- 医師主導治験 ------------------*/
/* 医師主導治験のテーブル */
.clinical-table{
  width:100%;
  border-collapse:collapse;
  text-align:center;
  font-size:14px;
  margin-top: 2em;
}

.clinical-table th,
.clinical-table td{
  border:1px solid #666;
  padding:12px;
  vertical-align:middle;
}

.title{
  background:#f3f3f3;
  font-weight:bold;
}

.green-bg {
  background:#cfe8cc;
}


.clinical-table td.green {
  background:#cfe8cc;
  border: 5px solid #4c7c46;
  border-bottom: none;
}

.clinical-table td.green2 {
  background:#cfe8cc;
  border-left: 5px solid #4c7c46;
  border-right: 5px solid #4c7c46;
}

.clinical-table td.green3 {
  background:#cfe8cc;
  border: 5px solid #4c7c46;
  border-top: none;
}

.beige-bg{
  background:#e9d2c3;
}

.clinical-table td.beige {
  background:#e9d2c3;
  border: 5px solid #ce8453;
  border-bottom: none;
}

.clinical-table td.beige2 {
  background:#e9d2c3;
  border-left: 5px solid #ce8453;
  border-right: 5px solid #ce8453;
  border-bottom:1px solid #666;
}

.clinical-table td.beige3 {
  background:#e9d2c3;
  border: 5px solid #ce8453;
  border-top:1px solid #666;
}

.clinical-table td.beige4 {
  background:#e9d2c3;
  border-left: 5px solid #ce8453;
  border-top:1px solid #666;
}

.clinical-table td.beige5 {
  background:#e9d2c3;
  border-right: 5px solid #ce8453;
  border-top:1px solid #666;
}

.gray{
  background:#e5e5e5;
}

.small{
  font-size:12px;
}

/* 医師主導治験の流れ */
.flow-wrapper {
  max-width: 1100px;
  margin:0 auto;
}

.flow-chart {
  position: relative;
  background: linear-gradient(180deg, #eef6ea 0%, #e6f1e1 100%);
  border: 3px solid #0ba64a;
  border-radius: 10px;
  padding: 34px 34px 28px 120px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-top: 2em;
}

.side-label {
  position: absolute;
  left: 18px;
  top: 40px;
  bottom: 42px;
  width: 52px;
  background: linear-gradient(180deg, #18b653 0%, #0a9b45 100%);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.12);
}

.side-label span {
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 2.4rem;
}

.flow-header {
  margin: 0 0 24px;
  padding: 0 10px;
  text-align: center;
  font-weight: 500;
  color: #213321;
  line-height: 1.7;
}

.steps {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
}

.step {
  position: relative;
  background: #fdfefc;
  border: 2px solid #6b9449;
  border-radius: 5px;
  padding: 14px 18px;
  font-size: 1.8rem;
  font-weight: 500;
  box-shadow: 0 4px 10px rgba(70, 105, 53, 0.08);
}

.step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 45%;
  bottom: -26px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-top: 14px solid #0bb54f;
  z-index: 2;
}

.step:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 45%;
  bottom: -14px;
  transform: translateX(-50%);
  width: 26px;
  height: 16px;
  background: #0bb54f;
  border-radius: 0 0 4px 4px;
  z-index: 1;
}

.step li {
  background-image: url(img/list-box-bg02.png);
  background-repeat: no-repeat;
  background-position: left top 10px;
  padding-left: 1.2em;
}

.flow-note {
  margin-top: 18px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  color: #1f2a1f;
}

.flow-end-arrow {
  margin: 12px auto 0;
  width: 0;
  height: 0;
  border-left: 34px solid transparent;
  border-right: 34px solid transparent;
  border-top: 22px solid #0bb54f;
}

.flow-chart.bu {
  border: 3px solid #2689da;
  background: linear-gradient(180deg, #eaf0f6 0%, #e1ebf1 100%);
}

.flow-chart.bu .step {
  background: #fdfefc;
  border: 2px solid #496c94;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.flow-chart.bu .step:not(:last-child)::before {
  background: #2689da;
}

.flow-chart.bu .step:not(:last-child)::after {
  border-top: 14px solid #2689da;
}

.flow-chart.bu flow-end-arrow {
  border-top: 22px solid #2689da;
}

.flow-chart.bu .side-label {
  background: linear-gradient(180deg, #2689da 0%, #2689da 100%);
}

.bu.flow-end-arrow {
  border-top: 22px solid #2689da;
}

.flow-chart.or {
  border: 3px solid #daa126;
  background: linear-gradient(180deg, #f6f5ea 0%, #f1eee1 100%);
}

.flow-chart.or .step {
  background: #fefdfc;
  border: 2px solid #daa126;
}

.flow-chart.or .step:not(:last-child)::before {
  background: #daa126;
}

.flow-chart.or .step:not(:last-child)::after {
  border-top: 14px solid #daa126;
}

.flow-chart.or flow-end-arrow {
  border-top: 22px solid #daa126;
}

.flow-chart.or .side-label {
  background: linear-gradient(180deg, #daa126 0%, #daa126 100%);
}

.flow-chart.or .flow-end-arrow {
  border-top: 22px solid #daa126;
}


@media (max-width: 768px) {
  .flow-chart {
    padding: 24px 18px 22px 18px;
    border-radius: 24px;
  }

  .side-label {
    position: static;
    width: 100%;
    height: auto;
    margin-bottom: 16px;
    padding: 10px 14px;
    border-radius: 14px;
  }

  .side-label::after {
    display: none;
  }

  .side-label span {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    font-size: 22px;
    letter-spacing: 0.2em;
  }

  .flow-header {
    font-size: 13px;
    text-align: left;
    padding: 0;
  }

  .step {
    font-size: 16px;
    padding: 12px 14px;
  }

  .flow-note {
    font-size: 15px;
    text-align: left;
  }

  .step:not(:last-child)::before {
    left: 50%;
  }

  .step:not(:last-child)::after {
    left: 50%;
  }
}

/* GCP省令のガイダンス：リンクテーブル */
.guideline-table-wrap {
  max-width: 980px;
  margin: 2em auto;
}

.guideline-table.guideline-table-link {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border: 1px solid #cfd9e8;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(28, 73, 135, 0.08);
  table-layout: auto;
  margin-bottom: 1em;
}

.guideline-table.guideline-table-link col.title-col {
  width: 30%;
}

.guideline-table.guideline-table-link col.overview-col {
  width: 70%;
}

.guideline-table.guideline-table-link thead th {
  background: linear-gradient(180deg, #3f6fbe 0%, #3563af 100%);
  color: #fff;
  text-align: center;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
  padding: 20px 24px;
  border: none;
}

.guideline-table.guideline-table-link tbody td {
  padding: 0;
  border-top: 1px solid #dbe4f0;
  vertical-align: middle;
}

.guideline-table.guideline-table-link tbody tr:first-child td {
  border-top: none;
}

.guideline-table.guideline-table-link tbody td.title {
  background: #eef3f9;
  border-right: 1px solid #dbe4f0;
}

.guideline-table.guideline-table-link tbody td.overview {
  background: #ffffff;
}

.guideline-table.guideline-table-link tbody tr:nth-child(even) td.title {
  background: #e5edf7;
}

.guideline-table.guideline-table-link tbody tr:nth-child(even) td.overview {
  background: #f8fbff;
}

/* セル全体リンク */
.guideline-table.guideline-table-link td a {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 72px;
  padding: 16px 20px;
  text-decoration: none;
  line-height: 1.6;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease;
}

/* 左列 */
.guideline-table.guideline-table-link td.title a {
  justify-content: center;
  text-align: center;
  color: #2d578f;
  font-size: 1.8rem;
  font-weight: 700;
  white-space: nowrap;
}

/* 右列 */
.guideline-table.guideline-table-link td.overview a {
  justify-content: flex-start;
  text-align: left;
  color: #244166;
  font-size: 1.8rem;
  font-weight: 600;
}

/* hover */
.guideline-table.guideline-table-link tbody tr:hover td.title {
  background: #dce8f7;
}

.guideline-table.guideline-table-link tbody tr:hover td.overview {
  background: #eef5ff;
}

.guideline-table.guideline-table-link tbody tr:hover td.title a,
.guideline-table.guideline-table-link tbody tr:hover td.overview a {
  color: #123f7a;
}

/* focus */
.guideline-table.guideline-table-link td a:focus-visible {
  outline: 2px solid #1c5fb8;
  outline-offset: -2px;
  box-shadow: inset 0 0 0 2px rgba(28, 95, 184, 0.15);
}

/* リンクらしさを少し出す */
.guideline-table.guideline-table-link td.overview a::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: auto;
  border-top: 2px solid #5c7eaf;
  border-right: 2px solid #5c7eaf;
  transform: rotate(45deg);
  flex-shrink: 0;
}

/* 左側には矢印不要 */
.guideline-table.guideline-table-link td.title a::after {
  content: none;
}

/* タブレット */
@media screen and (max-width: 768px) {
  .guideline-table.guideline-table-link {
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(28, 73, 135, 0.08);
  }

  .guideline-table.guideline-table-link thead th {
    font-size: 1.6rem;
    padding: 16px 14px;
  }

  .guideline-table.guideline-table-link td a {
    min-height: 60px;
    padding: 14px 14px;
  }

  .guideline-table.guideline-table-link td.title a,
  .guideline-table.guideline-table-link td.overview a {
    font-size: 1.5rem;
  }
}

/* スマホ */
@media screen and (max-width: 560px) {
  .guideline-table.guideline-table-link,
  .guideline-table.guideline-table-link tbody,
  .guideline-table.guideline-table-link tr,
  .guideline-table.guideline-table-link td {
    display: block;
    width: 100%;
  }

  .guideline-table.guideline-table-link colgroup {
    display: none;
  }

  .guideline-table.guideline-table-link thead {
    display: table-header-group;
  }

  .guideline-table.guideline-table-link thead th {
    display: table-cell;
    width: auto;
    font-size: 1.5rem;
    padding: 14px 12px;
  }

  .guideline-table.guideline-table-link tbody tr {
    border-top: 1px solid #dbe4f0;
  }

  .guideline-table.guideline-table-link tbody tr:first-child {
    border-top: none;
  }

  .guideline-table.guideline-table-link tbody td {
    border: none;
  }

  .guideline-table.guideline-table-link tbody td.title {
    border-right: none;
    border-bottom: 1px solid #dbe4f0;
  }

  .guideline-table.guideline-table-link td a {
    min-height: auto;
    padding: 12px;
  }

  .guideline-table.guideline-table-link td.title a {
    justify-content: flex-start;
    text-align: left;
    font-size: 1.4rem;
    white-space: normal;
  }

  .guideline-table.guideline-table-link td.overview a {
    font-size: 1.5rem;
  }
}

.gcp-list{
  counter-reset:gcp;
  list-style:none;
  padding-left:0;
  margin-top:1.5em;
  margin-bottom: 3em;
}

.gcp-list li{
  counter-increment:gcp;
  position:relative;
  padding-left:40px;
  margin-bottom:10px;
  line-height:1.7;
}

.gcp-list li::before{
  content: counter(gcp) "）";
  position:absolute;
  left:0;
  top:0;
  font-weight:700;
  color:#2f5aa8;
}

/* 法規制*/
.r-img-con.r-img-con.laws .image__area {
  width: 50%;
  margin-right: 5%;
  margin-top: 70px;
}

.r-img-con.r-img-con.laws .image__area img {
  width: 100%;
}

.r-img-con.r-img-con.laws .text__area{
  width: 45%;
}

.r-img-con.laws .text__area dl{
  border: 2px solid #13549D;
  padding: 20px;
  margin-bottom: 2em;
}

.r-img-con.laws .text__area dt{
  color: #13549D;
  font-size: 2.0rem;
  font-weight: 600;
}


.gxp-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.gxp-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #ecc6a8;
  border: 2px solid #ffffff;
}

.gxp-table th,
.gxp-table td {
  border: 2px solid #ffffff;
  padding: 10px 8px;
  vertical-align: middle;
  text-align: left;
  line-height: 1.15;
  color: #111;
  background: #ecc6a8;
}

.gxp-table th {
  width: 70px;
  font-weight: 400;
  white-space: nowrap;
}

.gxp-table td.en {
  width: 235px;
  font-weight: 400;
}

.gxp-table td.jp {
  font-weight: 400;
  word-break: break-word;
}

.gxp-table .red {
  color: #ff3b1f;
}

/* タブレット */
@media screen and (max-width: 900px) {
  .gxp-table th {
    width: 64px;
  }

  .gxp-table td.en {
    width: 190px;
  }
}

@media screen and (max-width: 800px) {
  .r-img-con.r-img-con.laws .text__area{
    width: 100%;
  }

  .r-img-con.r-img-con.laws .image__area {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-top: 2em;
  }
}

/* スマホ */
@media screen and (max-width: 560px) {
  .gxp-table,
  .gxp-table tbody,
  .gxp-table tr,
  .gxp-table th,
  .gxp-table td {
    display: block;
    width: 100%;
  }

  .gxp-table {
    border: none;
    background: none;
  }

  .gxp-table tr {
    margin-bottom: 14px;
    border: 2px solid #ffffff;
    background: #ecc6a8;
  }

  .gxp-table th,
  .gxp-table td {
    border: none;
    border-bottom: 2px solid #ffffff;
    padding: 10px 12px;
  }

  .gxp-table tr > *:last-child {
    border-bottom: none;
  }

  .gxp-table th {
    font-weight: 700;
    background: #e4bc9d;
  }

  .gxp-table td.en {
    width: 100%;
  }

  .gxp-table td.jp {
    width: 100%;
    line-height: 1.5;
  }
}



/* ------------ 実施中のプロジェクト テーブル02 --------------*/

.box02 table {
  width: 100%;
  border-top: 1px solid #ddd;
  margin-bottom: 4em;
  border-left: 1px solid #ddd;
}

.box02 .top th th {
  width: 20%;
  background-color: #ddd;
  padding: 25px;
  text-align: left;
  font-weight: bold;
}

.box02 th {
  background-color: none;
  padding: 15px;
  text-align: center;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  font-weight: bold;
  white-space: nowrap;
}

.box02 span {
  white-space: nowrap;
}

.box02 td {
  padding: 15px;
  border-right: 1px solid #ddd;
}

.box02 tr {
  border-bottom: 1px solid #ddd;
}

.box02 tr:nth-child(odd) {
  border-bottom: 1px solid #ddd;
  background-color: #f4f4f4;
}

.box02 .wh {
  width: 35%;
}

.box02 .wh02 {
  width: 40%;
}

@media screen and (max-width: 786px) {

  .box02 .topth th {
      display: none;
  }

  .box02 th {
      display: none;
  }

  .box02 td:first-child {
      font-weight: bold;
      background-color: #ccc;
  }

  .box02 td:last-child {
      padding-bottom: 1em;
  }

  .box02 tr:nth-child(even) {
      background: #F2F2F2;
  }

  .box02 td {
      display: block;
      width: 100%;
      padding: 5px 3% 5px 3%;
  }

  .box02 tr:nth-child(odd) {
      border-bottom: 1px solid #ddd;
      background-color: #fff;
  }
}

.pdf_link {
  width: 100%;
  margin: 10px auto 0;
  overflow: hidden;
}

.pdf_link a {
  width: 30%;
  height: 100%;
  display: block;
  font-weight: bold;
  background-color: #17599C;
  color: #fff;
  text-align: center;
  float: right;
  padding: 5px;
}

@media screen and (max-width: 768px) {
  .pdf_link a {
      width: 100%;
  }
}

/* ------------ 特定臨床研究の成果 --------------*/
.img_box {
  display: table;
  border: 5px solid #13549D;
  padding: 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
  width: 100%;
}

.img_box a {
  color: #fff;
  display: block;
  background-color: #0C2372;
  font-weight: bold;
  line-height: 1.2;
  font-size: 1.8rem;
  padding: 10px;
  width: 70%;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  background-image: url(img/btn-bg.png);
  background-repeat: no-repeat;
  background-position: 98% center;
}

.src table td {
  border-left: 1px solid #ccc;
}

.src table tr:nth-child(even) {
  background-color: #e9eef0;
}

.support-src {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, var(--submenu-col-width, 1fr)));
  justify-content: center;
  grid-gap: 30px;
  margin-top: 2em;
}

.support-src .box {
  border: 2px solid #ccc;
  padding: 1em;
}

.support-src .box h5 {
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #f0f0f0;
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center
}

.support-src .box img {
  display: block;
  margin: 1em auto;
}

.support-src .box dl {
  display: flex;
  color: #c04262;
}

.support-src .box dl dt {
  margin-right: 1em;
}

.support-src-con .pu h4{
  color: #a637bd;
}

.support-src-con .pu .box{
  border: 2px solid #a637bd;
  background-color: #fefcff;
}

.support-src-con .bu h4{
  color: #3181fa;
}

.support-src-con .bu .box{
  border: 2px solid #3181fa;
  background-color: #f9fbff;
}

.support-src-con .pn h4{
  color: #c995bc;
}

.support-src-con .pn .box{
  border: 2px solid #ffe2fb;
  background-color: #fffcff;
}

@media screen and (max-width: 1200px) {
  .img_box img {
    width: 100%;
  }
}

@media (max-width: 786px) {
  .table-pattern01 table th {
    width: 100px;
  }
}

/* ------------ 概要 --------------*/

.greeting-sec .img-right {
  margin-left: 33px;
  text-align: center;
}

.greeting-sec .text-box .img-detail {
  margin-top: 14px;
  line-height: 2.0rem;
  font-weight: bold;
}

.greeting-sec .text-box .name {
  font-size: 2.2rem;
  margin-top: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}

.activity-box {
  background-color: #F1F8FF;
  padding: 40px;
  margin-top: 40px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin-bottom: 5em;
}

main.sub .activity-box h3 {
  border-left: none;
  margin-top: 0;
}

.activity-box ul li {
  width: 50%;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-top: 2px;
  background: url(img/check-icon.png) no-repeat left 10px / 17px 17px;
}

.activity-box.bloom ul li {
  width: 100%;
}

.activity-box.bloom h3 {
  font-size: 2.4rem;
  text-align: left;
}

.activity-box.bloom h3::before {
  display: none;
}

.activity-box.bloom h3::after {
  display: none;
}

.activity-sec h4 {
  margin-bottom: 30px;
  color: #000;
  font-size: 2.4rem;
  text-align: center;
  border: none;
}

.content-block {
  padding-top: 40px;
  padding-bottom: 40px;
  word-break: break-word;
}

.organization-sec img {
  margin-top: 40px;
}

.menber-sec {
  margin-bottom: 100px;
}

.menber-sec dl dt {
  border-bottom: 1px solid #17599C;
  width: 30%;
  padding: 30px 0;
  font-weight: bold;
}

.menber-sec dl dt span {
  width: 60%;
  display: inline-block;
}

.menber-sec dl dd {
  border-bottom: 1px solid #C1C1C1;
  width: 70%;
  padding: 30px 0 30px 100px;
}

.content-block ul {
  list-style: none;
}

.content-block a {
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .menber-sec dl dt {
      border-bottom: 1px solid #17599C;
      width: 40%;
      padding: 30px 0;
      font-weight: bold;
  }

  .menber-sec dl dd {
      border-bottom: 1px solid #C1C1C1;
      width: 60%;
      padding: 30px 0 30px 50px;
  }
}

@media screen and (max-width: 786px) {
  .activity-sec h4 {
      padding: 5px;
      font-size: 2.2rem;
  }

  .activity-box {
      padding: 40px 20px;
  }

  .content-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }  

  .content-block .activity-box ul {
      list-style: none;
  }

  .activity-box ul li {
      width: 100%;
      padding: 5px 10px 5px 25px;
  }

  .content-block p {
      padding: 0 5px;
  }

  .content-block ul {
      display: block;
      width: 100%;
      padding: 15px 2px 15px 2px;
      margin-left: 0%;
      list-style: none;
  }

  .content-block img {
      width: 100%;
  }

  .content-block .pagebox img {
      width: auto;
  }

  .organization-sec img {
      width: 100%;
  }

  .menber-sec dl dt {
      width: 59%;
      padding-left: 10px;
  }

  .menber-sec dl dt span {
      width: 190px;
  }

  .menber-sec dl dd {
      width: 36%;
      padding-left: 60px;
  }

  .activity-box ul li {
      background: url(img/check-icon.png) no-repeat left 4px / 17px 17px;
  }

  .content-block .document2 ul {
      list-style: none;
      margin-left: 0%;
      width: 100%;
  }

  .content-block .document2 li {
      width: 50%;
      float: left;
  }
}

@media screen and (max-width: 480px) {
  .content-block .document2 li {
      width: 100%;
      float: none;
  }

  .menber-sec dl dd {
      width: 36%;
      padding-left: 30px;
  }
}


/* ------------ ベンチャー支援 --------------*/

.newbusiness .btn a {
  display: block;
  background: #B20000;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  width: 30%;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
}

/* 橋渡し研究プログラム */
.hw-list-disc {
  padding-left: 1.5em;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
}

.hw-list-disc li {
  margin-bottom: 0.5em;
}


.hw-sup {
  vertical-align: super;
  font-size: smaller;
}

.hw-note {
  font-size: 0.9em;
  color: #666;
}

.hw-img-full {
  width: 100%;
  height: auto;
}

.hw-point-title {
  font-weight: bold;
  font-size: 1.1em;
}

.hw-text-blue {
  color: #0066cc;
}

.hw-text-pn {
  color: #bd5f96;
}

.hw-indent-box {
  margin-left: 1.5em;
  margin-top: 10px;
}

.hw-flex-row {
  margin-bottom: 15px;
  display: flex;
}

.hw-icon-box {
  min-width: 25px;
}

.program-table-container {
  overflow-x: auto;
  margin-top: 40px;
}

.program-table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  font-size: 0.9em;
  background-color: #fff;
  font-size: 1.6rem;
}

.program-table th,
.program-table td {
  border: 1px solid #666;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}

.program-table th {
  font-weight: bold;
}

.program-table thead th {
  border-bottom: 2px solid #333;
  font-size: 0.95em;
}

.program-table td.left-text {
  text-align: left;
}

/*
.program-table tbody th {
  text-align: center;
  font-weight: bold;
  width: 12%; 
}
*/

.program-table td.text-left {
  text-align: left;
}

.program-table .v-middle {
  vertical-align: middle;
}

.program-table col:nth-child(1) { width: 12%; }
.program-table col:nth-child(2) { width: 15%; }
.program-table col:nth-child(3) { width: 35%; }
.program-table col:nth-child(4) { width: 15%; }
.program-table col:nth-child(5) { width: 10%; }
.program-table col:nth-child(6) { width: 13%; }

.program-table b {
  font-weight: 900;
}

.hw-highlight-bg {
  background-color: #ddd;
  padding: 0 5px;
}

.hw-list-square {
  padding-left: 1.5em;
  list-style-type: square;
}

.hw-border-bottom {
  border-bottom: 1px solid #333;
}

.hw-mb15 {
  margin-bottom: 15px;
}

.hw-flow-description {
    margin-bottom: 40px;
}
.hw-flow-description h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    border: none;
    padding: 0;
    color: #000;
}
.hw-list-square {
    list-style: none;
    padding-left: 0;
    margin-bottom: 15px;
}
.hw-list-square > li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 15px;
    line-height: 1.6;
}
.hw-list-square > li::before {
    content: ''��'';
    position: absolute;
    left: 0;
    color: #333;
}
.hw-list-square-sub {
    list-style: none;
    padding-left: 1.5em;
    margin-top: 10px;
}
.hw-list-square-sub > li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 5px;
}
.hw-list-square-sub > li::before {
    content: ''��'';
    position: absolute;
    left: 0;
    color: #333;
}
.hw-flow-note-text {
    padding-left: 1.5em;
    line-height: 1.6;
}

.hw-flow-diagram-wrapper {
    background-color: #f7f7f7;
    padding: 40px 20px;
}
.hw-flow-title {
    background-color: #d8c2d3;
    display: inline-block;
    padding: 5px 20px;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 30px;
    color: #333;
}
.hw-flow-title::before, .hw-flow-title::after {
    content: """";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 1px solid #666;
    background-color: transparent;
}
.hw-flow-title::before { left: -15px; }
.hw-flow-title::after { right: -15px; }
.hw-flow-title-outer {
    position: relative;
    text-align: center;
}
.hw-flow-title-outer::before {
    content: """";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 40px);
    max-width: 400px;
    height: calc(100% + 10px);
    border: 1px dashed #999;
    pointer-events: none;
}

.hw-flow-process {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}
.hw-flow-step {
    background-color: #87ceeb;
    padding: 20px;
    font-weight: bold;
    font-size: 20px;
    color: #000;
}
.hw-flow-step .small {
    font-size: 16px;
    font-weight: normal;
    display: block;
    margin-top: 5px;
}
.hw-flow-arrow {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 20px solid #1e5a84;
    margin: 15px auto;
}
.hw-flow-branches {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    align-items: flex-start;
}
.hw-flow-branch-left, .hw-flow-branch-right {
    width: 48%;
}
.hw-flow-branch-label {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
    text-align: center;
}
.hw-flow-box-blue {
    background-color: #87ceeb;
    padding: 25px 10px;
    font-size: 18px;
    color: #000;
}
.hw-flow-box-orange {
    background-color: #fce4d6;
    padding: 25px 10px;
    font-size: 18px;
    color: #000;
}
.hw-flow-box-orange-light {
    background-color: #feece0;
    padding: 15px 10px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.hw-flow-con {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 2em;
  flex-direction: column;
  align-items: center;
}

.hw-flow-box {
  background: #c9def0;
  border: 2px solid #1f325f;
  border-radius: 5px;
  padding: 15px;
  text-align: center;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hw-flow-box.blue { background: #c9def0; }
.hw-flow-box.orange { background: #fce4d6; border-color: #d16b3f; }
.hw-flow-box.orange-light { background: #feece0; border-color: #d16b3f; }

.hw-flow-box span.title {
  font-weight: 700;
  font-size: 18px;
  color: #0d3f8a;
  text-decoration: none;
  margin-bottom: 6px;
  display: inline-block;
}
.hw-flow-box.orange span.title, .hw-flow-box.orange-light span.title {
    color: #a84700;
}

.hw-flow-box span.small-desc {
    font-size: 14px;
    color: #333;
    font-weight: normal;
    display: block;
    margin-top: 5px;
}

.hw-flow-arrow-down {
  width: 2px;
  height: 30px;
  background: #4b78c2;
  position: relative;
  align-self: center;
  margin: 5px 0;
}
.hw-flow-arrow-down::after {
  content: """";
  position: absolute;
  right: -6px;
  bottom: -4px;
  border-top: 8px solid #4b78c2;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

.hw-flow-branches-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: flex-start;
    width: 100%;
    margin-top: 10px;
}
.hw-flow-branch {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hw-flow-branch-label-text {
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
}

.hw-list-check {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
}
.hw-list-check > li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 10px;
    line-height: 1.6;
}
.hw-list-check > li::before {
    content: '\f00c'; /* FontAwesome check */
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    color: #333;
}
.hw-flow-arrow-right {
    margin: 0 8px;
    color: #333;
}
.hw-flow-indent {
    display: block;
    padding-left: 5em;
    margin-top: 5px;
}

@media (max-width: 560px) {
  .hw-flow-diagram-wrapper {
    padding: 0;
  }
}


/* アドバイザー一覧 */
/* リスト全体のグリッド設定 */
.advisor-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr); /* PC時は4列 */
  gap: 20px 20px;
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

/* カードのデザイン */
.advisor-card {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  /* 境界をはっきりさせるための軽い影（不要なら削除可） */
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); 
}

/* 画像部分：縦横比を固定 */
.advisor-image {
  width: 100%;
  aspect-ratio: 4 / 5; /* 正方形。参考画像のように少し縦長にするなら 4 / 5 */
  overflow: hidden;
  background-color: #eee;
}

.advisor-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* テキスト部分：参考画像の余白感を再現 */
.advisor-content {
  padding: 20px 15px;
  text-align: left;
  border-top: 1px solid #f0f0f0; /* 画像とテキストの境界線 */
}

.company {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 8px 0;
  color: #333;
  line-height: 1.4;
}

.department {
  font-size: 13px;
  color: #666;
  margin: 0;
  line-height: 1.4;
}

/* --- レスポンシブ調整 --- */

/* タブレットサイズ（1024px以下） */
@media (max-width: 1024px) {
  .advisor-list {
    grid-template-columns: repeat(3, 1fr); /* 2列 */
  }
}

@media (max-width: 600px) {
  .advisor-list {
    grid-template-columns: repeat(2, 1fr); /* 2列 */
  }
}

/* 再生医療等製品　関連事業 */
.support-content-boxes {
  display: flex;
  gap: 24px;
  margin: 24px 0 40px;
}

.support-content-box {
  flex: 1;
  border: 1px solid #d9d9d9;
  padding: 24px;
  background-color: #ffffff;
}

.support-content-box p {
  margin-bottom: 1em;
}

.support-content-box__image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 16px;
}

.support-content-box__note {
  font-size: 1.4rem;
  color: #555555;
  margin-top: 12px;
}

.support-content-box__link {
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  .support-content-boxes {
    flex-direction: column;
  }
}

/* 研究サポート体制と支援内容 */
.support-dev-boxes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin: 24px 0 40px;
}

.support-dev-box {
  border: 1px solid #d6dbe5;
  background-color: #f5f7fb;
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
}

main.sub .support-dev-box h4 {
  margin: 0 0 12px;
  padding: 10px 12px;
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: 600;
  text-align: center;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 82px; /* 高さを揃える */
}

.support-dev-box p {
  margin: 0;
  line-height: 1.8;
}

.support-dev-box--blue h4 {
  background-color: #1f7fbf;
}

.support-dev-box--indigo h4 {
  background-color: #2e4aa8;
}

.support-dev-box--purple h4 {
  background-color: #5b3aa6;
}

.support-dev-box--magenta h4 {
  background-color: #8f2c8b;
}

@media screen and (max-width: 1200px) {
  .support-dev-boxes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 640px) {
  .support-dev-boxes {
    grid-template-columns: 1fr;
  }
}


.support-flow-box__title {
  font-weight: 600;
  min-width: 110px;
  text-align: center;
  border-right: 1px solid #cccccc;
  padding-right: 18px;
}

.support-flow-box p {
  margin: 0;
}

@media screen and (max-width: 640px) {
  .support-flow-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .support-flow-box__title {
    border-right: none;
    padding-right: 0;
    min-width: 0;
  }
}


/*大阪大学拠点　支援の流れ*/
.consultation-flow__inner {
  max-width: 1400px;
  margin: 0 auto;
}

.consultation-flow__item {
  display: flex;
  align-items: stretch;
  margin-bottom: 56px;
}

.consultation-flow__item:last-child {
  margin-bottom: 0;
}

/* 左ラベル */
.consultation-flow__label {
  width: 220px;
  min-width: 220px;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 20px 52px;
  box-sizing: border-box;
  position: relative;
  flex-shrink: 0;
  z-index: 1;
}

.consultation-flow__label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -39px;
  width: 100%;
  height: 40px;
  background: inherit;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.consultation-flow__label span {
  display: block;
}

/* 右コンテンツ */
.consultation-flow__content {
  flex: 1;
  margin-left: 18px;
  background: #f3f3f3;
  border: 4px solid;
  border-left: 4px solid;
  border-radius: 0 34px 34px 0;
  padding: 34px 48px;
  min-height: 190px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.consultation-flow__content p {
  width: 100%;
  margin: 0;
  text-align: center;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.7;
  color: #111111;
  letter-spacing: 0.02em;
}

.consultation-flow__content a {
  color: #6f93a4;
  text-decoration: underline;
  text-underline-offset: 6px;
}

/* カラー */
.consultation-flow__item--blue .consultation-flow__label {
  background: #1fa0d3;
}
.consultation-flow__item--blue .consultation-flow__content {
  border-color: #1fa0d3;
}

.consultation-flow__item--purple .consultation-flow__label {
  background: #4024c8;
}
.consultation-flow__item--purple .consultation-flow__content {
  border-color: #4024c8;
}

.consultation-flow__item--magenta .consultation-flow__label {
  background: #a72da1;
}
.consultation-flow__item--magenta .consultation-flow__content {
  border-color: #a72da1;
}

/* 1200px以下 */
@media screen and (max-width: 1200px) {
  .consultation-flow__label {
    width: 190px;
    min-width: 190px;
    font-size: 1.8rem;
    padding: 24px 16px 46px;
  }

  .consultation-flow__label::after {
    bottom: -34px;
    height: 34px;
  }

  .consultation-flow__content {
    padding: 28px 32px;
    min-height: 160px;
    border-radius: 0 28px 28px 0;
  }

  .consultation-flow__content p {
    font-size: 2rem;
    line-height: 1.65;
  }
}

/* 768px以下 */
@media screen and (max-width: 768px) {
  .consultation-flow {
    padding: 24px 16px;
  }

  .consultation-flow__item {
    flex-direction: column;
    margin-bottom: 44px;
  }

  .consultation-flow__label {
    width: 100%;
    min-width: 0;
    max-width: 190px;
    margin: 0 auto;
    font-size: 1.7rem;
    padding: 18px 14px 40px;
  }

  .consultation-flow__label::after {
    bottom: -30px;
    height: 30px;
  }

  .consultation-flow__content {
    margin-left: 0;
    margin-top: 36px;
    min-height: auto;
    padding: 24px 18px;
    border-width: 3px;
    border-radius: 24px;
  }

  .consultation-flow__content p {
    font-size: 1.7rem;
    line-height: 1.8;
    text-align: left;
  }

  .consultation-flow__content br {
    display: none;
  }
}

/* 480px以下 */
@media screen and (max-width: 480px) {
  .consultation-flow__label {
    max-width: 170px;
    font-size: 1.5rem;
    padding: 16px 12px 36px;
  }

  .consultation-flow__label::after {
    bottom: -26px;
    height: 26px;
  }

  .consultation-flow__content {
    margin-top: 30px;
    padding: 20px 16px;
    border-radius: 20px;
  }

  .consultation-flow__content p {
    font-size: 1.5rem;
    line-height: 1.75;
  }
}


/*大阪大学拠点　お問合せ先*/
.cancel table {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.cancel table th {
  text-align: center;
  background-color: #dbecff;
  border-left: 1px solid #ccc;
}

.cancel table td {
  border-left: 1px solid #ccc;
}

.cancel table tr:nth-child(even) {
  background-color: #e9eef0;
}


/* 医療機器開発 */
.course-box {
  display: flex;
  justify-content: space-between;
  background-color: #dbe9fc;
  padding: 2em;
  border-radius: 10px;
}

.course-box img {
  margin-bottom: 0;
}

.course-box ul {
  margin-bottom: 2em;
}

.course-box ul li a {
  display: block;
  padding: 5px 0;
  margin-bottom: 0.5em;
}

.w-img-con .course-box ul li::before {
  top: 1.2em;
}

.medical-banner {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}





/* 対話形式 */
.medical-talk {
  background: #ffffff;
  padding: 80px 20px;
  color: #4d433d;
  font-family:
    "Hiragino Sans",
    "Yu Gothic",
    "YuGothic",
    "Noto Sans JP",
    sans-serif;
}

.medical-talk__inner {
  max-width: 1120px;
  margin: 0 auto;
}

.medical-talk__header {
  margin-bottom: 56px;
  padding-bottom: 28px;
  border-bottom: 1px solid #e9e2dc;
}

.medical-talk__title {
  margin: 0 0 28px;
  font-size: clamp(2.6rem, 2.2vw, 4rem);
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.medical-talk__cast-title {
  margin: 0 0 12px;
  font-size: 1.6rem;
  font-weight: 700;
}

.medical-talk__cast-list {
  margin: 0;
}

.medical-talk__cast-list li {
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 1.9;
  font-weight: 700;
}

.medical-talk__body {
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.talk-row {
  display: flex;
  align-items: flex-end;
  gap: 24px;
}

.talk-row--right {
  justify-content: flex-end;
}

.talk-row--left {
  justify-content: flex-start;
}

.talk-row__content {
  max-width: min(78%, 860px);
}

.talk-person {
  flex: 0 0 88px;
  text-align: center;
}

.talk-person__icon {
  width: 88px;
  height: 88px;
  margin: 0 auto 10px;
  border-radius: 50%;
  overflow: hidden;
  background: #faf7f4;
  border: 1px solid #e6ddd6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.talk-person__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.talk-person__name {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #8a7b71;
}

.talk-bubble {
  position: relative;
  background: #fffdfa;
  border: 1px solid #e6ddd6;
  border-radius: 22px;
  padding: 24px 28px;
  box-shadow: 0 8px 24px rgba(120, 100, 85, 0.1);
}

.talk-bubble p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 2;
  color: #4b423d;
}

.talk-bubble--miku::after,
.talk-bubble--aki::after {
  content: "";
  position: absolute;
  top: 28px;
  width: 16px;
  height: 16px;
  background: #fffdfa;
  border-top: 1px solid #e6ddd6;
  border-right: 1px solid #e6ddd6;
}

.talk-bubble--miku::after {
  right: -9px;
  transform: rotate(45deg);
}

.talk-bubble--aki::after {
  left: -9px;
  transform: rotate(-135deg);
}

.talk-bubble--miku {
  background: #fffdfb;
}

.talk-bubble--aki {
  background: #fffdfa;
}

/* 少しだけ会話のリズムを調整 */
.talk-row:nth-child(2) .talk-row__content,
.talk-row:nth-child(4) .talk-row__content,
.talk-row:nth-child(6) .talk-row__content {
  max-width: min(74%, 800px);
}

/* タブレット */
@media screen and (max-width: 960px) {
  .medical-talk {
    padding: 64px 16px;
  }

  .medical-talk__header {
    margin-bottom: 40px;
  }

  .talk-row {
    gap: 18px;
  }

  .talk-row__content {
    max-width: 100%;
  }

  .talk-bubble {
    padding: 20px 22px;
    border-radius: 18px;
  }

  .talk-bubble p {
    font-size: 1.6rem;
    line-height: 1.9;
  }

  .talk-person {
    flex: 0 0 74px;
  }

  .talk-person__icon {
    width: 74px;
    height: 74px;
  }
}

/* スマホ */
@media screen and (max-width: 640px) {
  .medical-talk {
    padding: 48px 14px;
  }

  .medical-talk__title {
    margin-bottom: 22px;
    font-size: 2.4rem;
    line-height: 1.5;
  }

  .medical-talk__cast-title,
  .medical-talk__cast-list li {
    font-size: 1.5rem;
  }

  .medical-talk__body {
    gap: 22px;
  }

  .talk-row,
  .talk-row--left,
  .talk-row--right {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
  }

  /*
  .talk-row--right {
    flex-direction: row-reverse;
  }
*/

  .talk-person {
    flex: 0 0 56px;
  }

  .talk-person__icon {
    width: 56px;
    height: 56px;
    margin-bottom: 6px;
  }

  .talk-person__name {
    font-size: 1.2rem;
  }

  .talk-row__content {
    max-width: calc(100% - 68px);
  }

  .talk-bubble {
    padding: 16px 16px;
    border-radius: 16px;
  }

  .talk-bubble p {
    font-size: 1.45rem;
    line-height: 1.85;
  }

  .talk-bubble--miku::after,
  .talk-bubble--aki::after {
    top: 18px;
    width: 12px;
    height: 12px;
  }

  .talk-bubble--miku::after {
    right: -7px;
  }

  .talk-bubble--aki::after {
    left: -7px;
  }
}

.episode-preview__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.episode-preview__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 16px;
  text-align: center;
}

.episode-preview__heading::before,
.episode-preview__heading::after {
  content: "";
  flex: 1;
  max-width: 370px;
  height: 1px;
  background: #cfd8e3;
}

.episode-preview__heading span {
  font-size: 1.8rem;
  font-weight: 700;
  color: #3c8dde;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.episode-preview__content {
  max-width: 860px;
  margin: 0 auto 56px;
  text-align: left;
}

.episode-preview__title {
  margin: 0 0 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d8dee8;
  font-size: 2.0rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}

.episode-preview__text {
  margin: 0;
  font-size: clamp(1rem, 2vw, 1.5rem);
  line-height: 2;
  color: #3f4b5f;
}

.episode-preview__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(33, 52, 84, 0.08);
  justify-self: end;
  margin: 0 auto;
}

.episode-preview__link {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 96px;
  padding: 24px 28px;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.6;
  transition: transform 0.25s ease, opacity 0.25s ease, background 0.25s ease;
}

.episode-preview__link:hover {
  transform: translateY(-2px);
}

.episode-preview__link--prev {
  background: #eef1f5;
  color: #2e3a4f;
}

.episode-preview__link--next {
  background: linear-gradient(135deg, #4b9df0 0%, #2d81d8 100%);
  color: #ffffff;
}

.episode-preview__arrow {
  flex-shrink: 0;
  font-size: 1.8rem;
  line-height: 1;
}

.episode-preview__label {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .episode-preview {
    padding: 48px 16px 32px;
  }

  .episode-preview__heading {
    gap: 14px;
    margin-bottom: 28px;
  }

  .episode-preview__heading::before,
  .episode-preview__heading::after {
    max-width: none;
  }

  .episode-preview__content {
    margin-bottom: 36px;
  }

  .episode-preview__title {
    margin-bottom: 18px;
    padding-bottom: 14px;
    line-height: 1.5;
  }

  .episode-preview__text {
    line-height: 1.9;
  }

  .episode-preview__nav {
    grid-template-columns: 1fr;
    border-radius: 12px;
  }

  .episode-preview__link {
    min-height: auto;
    padding: 20px 18px;
    gap: 14px;
  }

  .episode-preview__label {
    font-size: 1rem;
  }

  .episode-preview__arrow {
    font-size: 1.4rem;
  }
}


/* 「Bloom Journey」プログラム*/
main.sub .bloom-journe h3 {
  font-size: 3rem;
  line-height: 140%;
  color: #000;
  text-align: center;
  border-left: none;
  margin-bottom: 1em;
}

main.sub .bloom-journe h4 {
  color: #fff;
}

.bloom-journe h3::before {
  display: none;
}

.bloom-journe h3::after {
  display: none;
}

.bloom-journe h5 {
  font-size: 3.4rem;
  line-height: 140%;
  color: #000;
  border-left: none;
  text-align: center;
}

.bloom-journe h5 span {
  font-size: 4rem;
  line-height: 140%;
  color: #000;
  border-left: none;
  text-align: center;
}

.bloom-journe-box {
  background-color: #4d7d99;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 3em;
}

.bloom-journe-box h4 {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 4.2rem;
  line-height: 140%;
  padding: 0;
  border-left: none;
}

.bloom-journe-box span {
  font-size: 6.2rem;
  margin-top: 0.5em;
  display: block;
  color: #fff
}


.bloom-tracs-box {
  background-color: #ffa500;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 3em;
}

.bloom-tracs-box h4 {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 4.2rem;
  line-height: 140%;
  padding: 0;
  border-left: none;
}

.bloom-tracs-box span {
  font-size: 6.2rem;
  margin-top: 0.5em;
  display: block;
  color: #fff
}


.p_contact{
font-size: 1.5rem;
margin-top: 0.5em;
display: block;
}

.dan1{
  display: flex;
}
.dan1 div{
  box-sizing: border-box;
  padding: 30px 15px;
}
.right{
  width: 29%;
  background: #ffd700;
}

.mid{
  width: 14%;
  background: #ffffff;
}

.left{
  width: 29%;
  background: #ffa500;
}


@media screen and (max-width: 768px) {

  main.sub .bloom-journe h3 {
      font-size: 2.6rem;
  }

  main.sub .bloom-journe h5 {
      font-size: 2.4rem;
  }

  main.sub .bloom-journe h5 span {
      font-size: 2.6rem;
  }

  main.sub .bloom-journe-box h4 {
      font-size: 3.2rem;
  }

  main.sub .bloom-journe-box span {
      font-size: 4.2rem;
  }

  main.sub .bloom-tracs-box h4 {
      font-size: 3.2rem;
  }

  main.sub .bloom-tracs-box span {
      font-size: 4.2rem;
  }

}

@media screen and (max-width: 600px) {
  main.sub .bloom-journe h3 {
      font-size: 2rem;
  }

  main.sub .bloom-journe h5 {
      font-size: 1.8rem;
  }

  main.sub .bloom-journe h5 span {
      font-size: 1.6rem;
  }

  main.sub .bloom-journe-box h4 {
      font-size: 2.4rem;
  }

  .bloom-journe-box span {
      font-size: 2.8rem;
  }

  main.sub .bloom-tracs-box h4 {
      font-size: 2.4rem;
  }

  main.sub .bloom-tracs-box span {
      font-size: 2.8rem;
  }

  main.sub .activity-box.bloom h3 {
      font-size: 2rem;
  }
}

p.w50 {
  width: 50%;
}

.cpc_img {
  width: 48%;
}

.cpc_img img {
  width: auto;
  max-width: 100%;
}

main.sub .cpc h4 {
  background-color: #0068B7;
  border-left: 4px solid #0068B7;
  color: #fff;
  padding: 10px;
}

main.sub .regenerative h4 {
  background-color: #8D1D21;
  border-left: 4px solid #8D1D21;
  color: #fff;
  padding: 10px;
}

@media screen and (max-width: 600px) {
  p.w50 {
      width: 100%;
  }

  .cpc_img {
      width: 100%;
  }
}


/* よくある質問*/

.faq-list {
  max-width: 1200px;
  margin: 0 auto;
  background: #efefef;
}

.faq-item {
  border-top: 1px solid #d9d9d9;
}

.faq-item:last-child {
  border-bottom: 1px solid #d9d9d9;
}

.faq-row {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 36px 40px;
}

.faq-labels {
  flex: 0 0 40px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 2px;
}

.faq-label {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}

.faq-label--q {
  background: #2f2f2f;
}

.faq-label--a {
  background: #8e8e8e;
}

.faq-content {
  flex: 1;
  min-width: 0;
}

.faq-question {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}

.faq-answer {
  line-height: 1.9;
}

/* タブレット */
@media screen and (max-width: 1024px) {
  .faq-row {
    padding: 30px 24px;
    gap: 20px;
  }

  .faq-question {
    font-size: 2.8rem;
  }

  .faq-answer {
    font-size: 1.9rem;
  }
}

/* スマホ */
@media screen and (max-width: 767px) {
  .faq-row {
    gap: 16px;
    padding: 24px 16px;
  }

  .faq-labels {
    flex: 0 0 34px;
  }

  .faq-label {
    width: 34px;
    height: 34px;
    font-size: 1.6rem;
  }

  .faq-question {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 12px;
  }

  .faq-answer {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.academia-btn {
  display: block;
  margin-bottom: 2em;
  align-items: center;
}

.academia-btn p {
  color: #13549D;
  margin-left: 3em;
}

.academia-btn {
  display: flex;
}

@media screen and (max-width: 768px) {
  .academia-btn img{
    width: 250px;
    height: 70px;
  }
}

@media screen and (max-width: 560px) {

  .academia-btn p {
    margin-top: 1em;
    margin-left: 0;
  }
}


/* 採用情報 */
.recruit-text {
  text-align: center;
  margin-bottom: 3em;
}

main .recruit-text h2  {
  color: #cf5858;
}

.job-voices__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.job-voice {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 24px;
  align-items: center;
  margin-bottom: 28px;
}

.job-voice--right {
  grid-template-columns: 1fr 280px;
}

.job-voice__image {
  border: 5px solid #ddd;
  background: #fff;
  overflow: hidden;
}

.job-voice__image img {
  display: block;
  width: 100%;
  height: auto;
}

.job-voice__image--green {
  border-color: #cfe8c3;
}

.job-voice__image--sky {
  border-color: #bfe7f5;
}

.job-voice__image--beige {
  border-color: #f0d9c8;
}

.job-voice__image--yellow {
  border-color: #f3e400;
}

.job-voice__image--purple {
  border-color: #d86bd2;
}

.job-voice__content {
  min-width: 0;
}

.job-voice__bubble {
  position: relative;
  padding: 28px 34px;
  border-radius: 10px;
  line-height: 1.9;
}

.job-voice__title {
  margin: 0 0 12px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #222;
}

main.sub .job-voice__bubble h3 {
  color: #333;
  padding-left: 0;
  margin-bottom: 20px;
  margin-top: 0;
  border-left: none;
}

.job-voice__bubble p {
  margin: 0;
  color: #333;
}

/* 吹き出し色 */
.job-voice__bubble--green {
  background: #eef4eb;
}

.job-voice__bubble--blue {
  background: #edf8fb;
}

.job-voice__bubble--pink {
  background: #f6efee;
}

.job-voice__bubble--yellow {
  background: #eef0b8;
}

.job-voice__bubble--purple {
  background: #efd4ef;
}

.job-voice__bubble--lightblue {
  background: #cfefff;
}

/* 吹き出しのしっぽ */
.job-voice--left .job-voice__bubble::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-right: 22px solid transparent;
}

.job-voice--right .job-voice__bubble::before {
  content: "";
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 22px solid transparent;
}

/* 吹き出しごとにしっぽ色を合わせる */
.job-voice--left .job-voice__bubble--green::before {
  border-right-color: #eef4eb;
}
.job-voice--right .job-voice__bubble--blue::before {
  border-left-color: #edf8fb;
}
.job-voice--left .job-voice__bubble--pink::before {
  border-right-color: #f6efee;
}
.job-voice--right .job-voice__bubble--yellow::before {
  border-left-color: #eef0b8;
}
.job-voice--left .job-voice__bubble--purple::before {
  border-right-color: #efd4ef;
}
.job-voice--right .job-voice__bubble--lightblue::before {
  border-left-color: #cfefff;
}

/* レスポンシブ */
@media screen and (max-width: 1024px) {
  .job-voice,
  .job-voice--right {
    grid-template-columns: 220px 1fr;
    gap: 20px;
  }

  .job-voice__bubble {
    padding: 24px 26px;
    border-radius: 40px;
  }

  .job-voice__title {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 767px) {
  .job-voices {
    padding: 24px 16px;
  }

  .job-voice,
  .job-voice--right {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 32px;
  }

  .job-voice__image {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }

  .job-voice__bubble {
    border-radius: 28px;
    padding: 20px 18px;
  }

  .job-voice__bubble::before {
    display: none;
  }

  .job-voice__title {
    margin-bottom: 10px;
  }

  .job-voice__bubble p {
    line-height: 1.8;
  }
}


.recruit-list__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px 38px;
}

.recruit-card {
  background: #fff;
  border: 1px solid #d2d2d2;
}

main.sub h4.recruit-card__title {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
}

.recruit-card__title {
  margin: 0;
  padding: 15px 10px;
  background: #0657a6;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
}

.recruit-card__body {
  padding: 28px 20px 18px;
}

.recruit-card__body p {
  margin: 0 0 10px;
  line-height: 1.9;
}

.recruit-card__body p:last-child {
  margin-bottom: 0;
}

.recruit-card__body span {
  display: inline-block;
  min-width: 6.5em;
}

.recruit-card__body a {
  color: #666;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .recruit-list {
    padding: 20px 15px;
  }

  .recruit-list__inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .recruit-card__title {
    padding: 16px 12px;
    font-size: 2.3rem;
  }

  .recruit-card__body {
    padding: 24px 18px 20px;
  }

  .recruit-card__body p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 10px;
  }

  .recruit-card__body span {
    min-width: auto;
  }
}



/* スタッフ */
ul.staff-main {
  width: 100%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, var(--submenu-col-width, 1fr)));
  gap: 20px 35px;
}

ul.staff-main li img {
  width: 100%;
}

ul.staff-sub {
  width: 100%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, var(--submenu-col-width, 1fr)));
  gap: 20px 35px;
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  ul.staff-main {
    grid-template-columns: repeat(2, minmax(0, var(--submenu-col-width, 1fr)));
    gap: 15px;
  }
}

ul.staff-sub {
  grid-template-columns: repeat(3, minmax(0, var(--submenu-col-width, 1fr)));
  gap: 15px;
}


/* コンテナ全体の幅調整 */
.tab-container {
  max-width: 1200px; /* 必要に合わせて変更してください */
  margin: 0 auto;
  font-family: sans-serif;
}

/* タブメニューのスタイル */
.tab-menu {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 4px; /* タブ間の隙間 */
}

/* 個別のタブボタン */
.tab-item {
  flex: 1 1 calc(25% - 4px); /* PCでは4等分 */
  padding: 12px 10px;
  background-color: #f1f1f1;
  color: #333;
  text-align: center;
  cursor: pointer;
  border-radius: 8px 8px 0 0;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
  border: 1px solid #ddd;
  border-bottom: none;
}

/* 選択されているタブ */
.tab-item.active {
  background-color: #00742C; /* お好みのテーマカラーに変更してください */
  color: #ffffff;
  font-weight: bold;
  border-color: #00742C;
}

.tab-item.tb02.active {
  background-color: #13549D; /* お好みのテーマカラーに変更してください */
  color: #ffffff;
  font-weight: bold;
  border-color: #13549D;
}

.tab-item.tb03.active {
  background-color: #8D56B1; /* お好みのテーマカラーに変更してください */
  color: #ffffff;
  font-weight: bold;
  border-color: #8D56B1;
}

.tab-item.tb04.active {
  background-color: #F40000; /* お好みのテーマカラーに変更してください */
  color: #ffffff;
  font-weight: bold;
  border-color: #F40000;
}

/* コンテンツエリア */
.tab-content {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 0 0 8px 8px;
  background-color: #fff;
}

/* パネル（初期状態は非表示） */
.tab-panel {
  display: none;
}

/* 選択されているパネル（表示してふわっと出すアニメーション） */
.tab-panel.active {
  display: block;
  animation: fadeIn 0.4s ease;
}

/* 画像のレスポンシブ対応 */
.tab-panel img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; /* 中央揃え */
}

/* フェードインのアニメーション */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* スマートフォン向けのレスポンシブ対応（画面幅600px以下） */
@media (max-width: 600px) {
  .tab-item {
    flex: 1 1 calc(50% - 4px); /* 2列に変更 */
    border-radius: 4px;
    margin-bottom: 4px;
    border-bottom: 1px solid #ddd; /* スマホでは下線を追加 */
  }
  .tab-content {
    border-radius: 8px;
    margin-top: 4px;
  }
}

/* ---------------- 公募状況 ------------------*/

.seeds-table tr:nth-child(even) {
  background-color: #f1f1f1;
}

.t-2 {
  border: 1px solid #ccc;
  line-height: 30px;
  width: 100%;
}

.t-2 th {
  background-color: #e8edf7;
  text-align: center;
  font-weight: bold;
}

.t-2 td,
th {
  border: 1px solid #ccc;
  padding: 25px;
}

.t-2 li {
  text-indent: 1em;
}

/* ---------------- アクセス ------------------*/
.access-box {
  margin-top: 40px;
  width: 100%;
  border: 1px solid #cccccc;
}

.access-box img {
  margin: 13px;
}


/* ------------　患者さん・一般の方へ --------------*/

.p-info_box {
  color: #fff;
  background-image: url(img/p-info01.png);
  background-repeat: no-repeat;
  background-position: 98% center;
  height: 739px;
}

.p-info_text {
  width: 420px;
  float: right;
  margin-top: 80px;
  margin-right: 30px;
  text-align: center;
}

.p-info_text p {
  line-height: 1.8;
  margin-bottom: 1em;
  text-align: left;
}

main.sub .p-info_text h3 {
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 20px;
  font-size: 34px;
  border-left: none;
}

.p-info_text p {
  font-size: 17px;
}

.p-info_text h3::before {
  display: none;
}

.p-info_text h3::after {
  display: none;
}

.p-info_text ul {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin-left: 100px;
}

.p-info_text li {
  background-image: url(img/p-info02.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 14px;
}

.p-info_text a {
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .p-info_box {
      color: #000;
      background-image: url(img/p-info03.png);
      background-repeat: no-repeat;
      background-position: left top;
      background-size: 30%;
      height: auto;
      width: 100%;
  }

  main.sub .p-info_text h3 {
      color: #000;
      font-size: 18px;
  }

  .p-info_text {
      width: 60%;
      margin-top: 0px;
      margin-right: 0px;
      text-align: center;
  }

  .p-info_text p {
      font-size: 14px;
  }

  .p-info_text li {
      background-image: url(img/triangle_icon.png);
      padding-left: 28px;
      margin-top: 0.5em;
  }

  .p-info_text ul {
      font-size: 14px;
      margin-left: 0px;
  }

  .p-info_text a {
      color: #000;
  }
}