@charset "UTF-8";

body {
  color: #333;
}
.mypartner-content p:not([class]) {
  font-weight: 500;
  line-height: 2.1;
}

@media screen and (max-width: 768px) {
  .mypartner-content p:not([class]) {font-size: 1.6rem;}
}

.hem_pt_wrap {overflow: initial!important;}

.breadcrumb ul li a{
  color: #FFBC3C;
}

/* =========================================================
  MODAL
========================================================= */
body.modal-open {
  overscroll-behavior: none;
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
}

#modalConfirm {
  position: absolute;
  top: 20%;
  left: 50%;
  margin-left: -370px;
  z-index: 1000000;
  display: none;
}
#modalConfirm .inner_index {
  border: #0066c8 solid 2px;
}
#modalConfirm .inner {
  padding: 15px 50px 30px;
  width: 740px;
  border: #0066c8 solid 2px;
  background-color: #ffffff;
  z-index: 1000;
}
#modalConfirm p{
  font-size: 1.4rem;
  text-align: center;
}
.inner {
  max-width: 1000px;
}
#modalConfirm .textArea {
  margin-top: 20px;
  padding: 0 25px;
}
.backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #333333;
  opacity: .0;
  filter: alpha(opacity=0);
  z-index: 100000;
  display: none;
}
#modalConfirm .btnWrap {
  margin-top: 25px;
  padding: 20px;
  background: #EEEEEE;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#modalConfirm .btnWrap li {
  font-size: 1.6rem!important;
  font-weight: bold;
  background: #0066c8;
  display: flex;
  align-items: center;
  width: 48%;
}
#yesBtn a, #noBtn a {
  display: block;
  padding: 5px 10px 2px;
  width: 100%;
  min-height: 34px;
  background: #0066c8;
}

#modalConfirm .btnWrap span {
  font-size: 11px;
  position: relative;
  top: -10px;
}
#modalConfirm .btnWrap li a:link, #modalConfirm .btnWrap li a:visited, #modalConfirm .btnWrap li a:hover, #modalConfirm .btnWrap li a:active {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  #modalConfirm{
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
    padding: 20px 20px 0;
    width: 100%;
  }
  #modalConfirm .inner {
    padding: 20px 10px;
    width: 100%;
  }
  #modalConfirm .textArea {
    margin-top: 20px;
    padding: 0;
  }
  #modalConfirm .btnWrap {
    padding-bottom: 25px;
    margin: 20px 0 0;
    text-align: center;
  }
  #modalConfirm .btnWrap{
    display: block;
  }
  #modalConfirm .btnWrap li {
    float: none;
    margin: 0 auto;
    width: 220px;
    height: auto;
    text-indent: 0;
    text-align: center;
    display: block;
  }
  #modalConfirm .btnWrap li:last-child {
    margin-top: 10px;
  }
  .index_branch #yesBtn a{
    padding: 10px 10px 15px;
    background: #0066c8;
    display: block;
    width: auto;
    height: auto;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  .index_branch #noBtn a{
    background: #0066c8;
    display: block;
    width: auto;
    height: auto;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  #noBtn a {
    line-height: 0.8;
    padding: 10px 10px 15px;
  }
  #modalConfirm .btnWrap span {
    font-size: 10px;
    position: relative;
    top: 4px;
    letter-spacing: -0.8px;
  }
}

/* =========================================================
  layout
========================================================= */
.mypartner-content {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
section {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}
.content-inner {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}
section + section {
  margin-top: 104px;
}
.mg-auto {
  margin: 0 auto;
}
.mt-8 {
  margin-top: 8px;
}
.mt-80 {
  margin-top: 80px;
}

.br-tb-pc {display: block;}
.br-sp {display: none;}

@media screen and (max-width: 980px) {
  .mypartner-content {
    padding: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  section {margin: 0;}
  .br-tb-pc {display: none;}
}
@media screen and (max-width: 676px) {
  .br-sp {display: block;}
}


/* =========================================================
  common
========================================================= */
/* h2
--------------------------------------------------------- */
.h2-title {
  position: relative;
  margin-bottom: 40px;
  margin-left: 0!important;
  margin-right: 0!important;
  padding-left: 62px;
}
.h2-title span {
  display: block;
  padding: 20px 16px 20px 80px;
  background: #26255B;
  color: #fff;
  font-size: 2.8rem;
}
.h2-title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 124px;
  height: 124px;
  background: url(../img/icon_h2.svg) no-repeat;
}

/* h3
--------------------------------------------------------- */
.h3-title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 48px 0 16px 0;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
}
.h3-title span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 54px;
  border-radius: 0 64px 64px 0;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  background: #0085CA;
}

/* caption
--------------------------------------------------------- */
.caption {
  display: flex;
  align-items: flex-start;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2;
}
.caption.x-right {
  justify-content: flex-end;
}

.strong {font-weight: bold;}

@media screen and (max-width: 980px) {
  .h2-title {
    padding-left: 7vw;
  }
  .h2-title span {
    font-size: clamp(1.8rem, 3.6vw, 2.2rem);
    padding: 16px 8px 16px calc(7vw + 8px);
  }
  .h2-title::before {
    width: 14vw;
    height: 14vw;
  }
}
@media screen and (max-width: 768px) {
  .h2-title {
    margin: 0 calc(50% - 50vw) 40px!important;
    padding-left: 0;
  }
  .h2-title span {
    padding: 56px 16px 16px;
    text-align: center;
    font-size: 2.4rem;
  }
  .h2-title::before {
    width: 100px;
    height: 100px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -60%);
  }
  .h3-title {flex-direction: column;}
  .h3-title span {
    width: 100%;
    height: 45px;
    border-radius: 45px;
  }
  .caption.sp-x-right {justify-content: flex-start;}
}


/* =========================================================
  MV
========================================================= */
.mypartner-mv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 104px;
  padding: 24px 16px;
  border: 3px solid #26255B;
}
.mypartner-mv p {
  margin-bottom: 24px;
  font-size: 1.8rem!important;
  font-weight: bold!important;
  line-height: 1.6!important;
  color: #26255B;
}
.mypartner-mv picture img {
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 207px;
}

@media screen and (max-width: 768px) {
  .mypartner-mv p {text-align: center;}
  .mypartner-mv picture img {min-height: auto;}
}


/* =========================================================
  セクション「血友病治療中にこんなことありませんか？」
========================================================= */
.sec02-content {
  width: 100%;
  max-width: 734px;
  margin: 0 auto;
}
.txt-bubble {
  display: grid;
}
.txt-bubble.reverse {
  direction: rtl;
}
.txt-bubble .img-box {
  filter: drop-shadow(10px 10px 5px rgba(4, 0, 0, .3));
}
.txt-bubble p {
  position: relative;
  height: fit-content;
  padding: 24px;
  direction: ltr;
  font-size: 1.8rem;
  font-weight: bold!important;
  color: #26255B;
  border-radius: 22px;
  border: 2px solid #26255B;
}
.txt-bubble p::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 39px;
  height: 35px;
}
.txt-bubble.type-01 p::after,
.txt-bubble.type-03 p::after {
  left: calc(100% + 12px);
  background: url(../img/icon_bubble_rigth.svg) no-repeat;
}
.txt-bubble.type-02 p::after,
.txt-bubble.type-04 p::after {
  right: calc(100% + 12px);
  background: url(../img/icon_bubble_left.svg) no-repeat;
}

/* ----- type-01 ----- */
.txt-bubble.type-01 {
  grid-template-columns: 1fr 245px;
}
.txt-bubble.type-01 p {
  width: calc(100% - 48px);
  margin: 64px auto 0 0;
}
/* ----- type-02 ----- */
.txt-bubble.type-02 {
  grid-template-columns: 1fr 325px;
  margin-top: 48px;
}
.txt-bubble.type-02 .img-box {
  margin-top: -124px;
}
.txt-bubble.type-02 p {
  width: calc(100% - 32px);
  margin: 0 0 0 auto;
}
.txt-bubble.type-02 p::after {
  top: auto;
  transform: none;
}
/* ----- type-03 ----- */
.txt-bubble.type-03 {
  margin-top: 40px;
  grid-template-columns: 1fr 245px;
}
.txt-bubble.type-03 p {
  width: calc(100% - 48px);
  margin: 48px auto 0 0;
}
.txt-bubble.type-03 p::after {
  top: auto;
  transform: none;
}
/* ----- type-04 ----- */
.txt-bubble.type-04 {
  grid-template-columns: 1fr 349px;
  margin-top: 40px;
}
.txt-bubble.type-04 .img-box {
  margin-top: -166px;
  margin-right: -16px;
  padding-left: 12px;
}
.txt-bubble.type-04 p {
  width: fit-content;
  margin: 0 auto;
}

/* bottom-txt */
.bottom-txt {
  margin-top: 56px;
  margin-left: 16px;
  padding: 24px 16px;
  text-align: center;
  line-height: 1.5;
  font-size: 2.8rem;
  font-weight: bold;
  border: 2px solid #26255B;
  border-radius: 22px;
  color: #26255B;
}

@media screen and (max-width: 768px) {
  .txt-bubble.type-01,
  .txt-bubble.type-02,
  .txt-bubble.type-03,
  .txt-bubble.type-04 {
    grid-template-columns: 1fr;
  }
  .txt-bubble.type-02 {margin-top: 40px;}
  .txt-bubble.type-01 p,
  .txt-bubble.type-02 p,
  .txt-bubble.type-03 p,
  .txt-bubble.type-04 p {
    width: 100%;
    margin: 0 0 48px;
  }
  .txt-bubble.type-01 p::after, 
  .txt-bubble.type-03 p::after {
    transform: rotate(90deg);
    top: calc(100% + 16px);
    left: 10%;
  }
  .txt-bubble.type-02 p::after,
  .txt-bubble.type-04 p::after {
    transform: rotate(-90deg);
    top: calc(100% + 12px);
    left: 60%;
  }
  .txt-bubble .img-box img {margin: 0 auto;}
  .txt-bubble.type-02 .img-box {margin-top: 0;}
  .txt-bubble.type-04 .img-box {
    margin-top: -24px;
    margin-right: 0;
    padding-left: 0;
  }
  .bottom-txt {
    margin-left: 0;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 480px) {
  .txt-bubble .img-box {height: 257px;}
  .txt-bubble.type-02 .img-box {height: 195px;}
  .txt-bubble.type-04 .img-box {height: 232px;}
  .txt-bubble .img-box img {height: 100%;}
}


/* =========================================================
  セクション「治療サポートプログラム"Myパートナー"」
========================================================= */
.sec03-img-content {
  position: relative;
  margin-top: 40px;
}
.sec03-img-content .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45%;
  max-width: 321px;
}

@media screen and (max-width: 768px) {
  .sec03-img-content .caption {
    position: initial;
    width: 100%;
    max-width: 100%;
    margin-top: 16px;
  }
  .sec03-img-content picture {
    width: 100vw;
    max-width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}


/* =========================================================
  セクション「"Myパートナー"のサポート内容（イメージ）」
========================================================= */
.sec04-content .txt-lg {
  margin-top: 56px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #26255B;
  line-height: 1.8;
}
.sec04-content h3 {
  margin-top: 40px;
  padding: 10px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  color: #26255B;
  border: 2px solid #26255B;
  border-radius: 16px;
}
.sec04-content ul {
  margin-top: 32px;
}
.sec04-content ul li {
  display: flex;
  width: 90%;
  margin: 0 auto;
  align-items: flex-start;
  font-size: 1.6rem;
  font-weight: 500;
}
.sec04-content ul li + li {margin-top: 8px;}
.sec04-content ul li span {color: #0085CA;}

.sec04-content picture {
  width: 100%;
  max-width: 634px;
  margin: 80px auto 0;
}

@media screen and (max-width: 768px) {
  .sec04-content .txt-lg {text-align: left;}
  .sec04-content ul li {width: 100%;}
}


/* =========================================================
  セクション「プログラム参加まで」
========================================================= */
.sec06-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.sec06-box {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 16px;
  background: #DCD9EC;
}
.sec06-box span {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 54px;
  border-radius: 16px 0 16px 0;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  background: #26255B;
}
.sec06-box figure {
  height: 218px;
  overflow: hidden;
}
.sec06-box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec06-box.img-contain figure img {
  object-fit: contain;
  padding: 14px;
}
.sec06-box p {
  font-size: 1.6rem;
  padding: 16px;
}

@media screen and (max-width: 676px) {
  .sec06-content {
    grid-template-columns: 1fr;
  }
}


/* =========================================================
  FAQ：よくあるご質問
========================================================= */
.faq-content {
  margin-top: 64px;
}
.faq-content dt {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #F3901D;
  line-height: 1.5;
}
.faq-content dt::before {
  content: '';
  display: block;
  width: 42px;
  min-width: 42px;
  height: 42px;
  background: url(../img/icon_faq.svg) no-repeat;
}
.faq-content dd + dt {
  margin-top: 40px;
}
.faq-content dd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 16px;
}
.faq-content dd::after {
  content: '';
  display: block;
  width: 112px;
  height: 112px;
  background: url(../img/icon_faq_bg.png) no-repeat center/cover;
}
.faq-content dd span {
  position: relative;
  width: calc(100% - 132px);
  padding: 16px;
  padding-left: 64px;
  border: 2px solid #0085CA;
  border-radius: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
}
.faq-content dd span::before {
  content: 'A';
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  color: #0085CA;
}
.faq-content dd span::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -9px;
  width: 14px;
  height: 14px;
  background: #fff;
  border-top: 2px solid #0085CA;
  border-right: 2px solid #0085CA;
  transform: translateY(-50%) rotate(45deg);
}
.attention-txt {
  margin-top: 104px;
  padding: 40px 16px;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.8;
  font-weight: bold;
  color: #E03828;
  border: 4px solid #E03828;
}

@media screen and (max-width: 768px) {
  .faq-content dd {flex-direction: column-reverse;}
  .faq-content dd span {
    width: 100%;
    padding: 16px;
  }
  .faq-content dd span::before {
    position: initial;
    transform: initial;
    float: left;
    justify-content: left;
    width: 36px;
    height: 45px;
    margin-left: 6px;
  }
  .faq-content dd span::after {
    top: -2px;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .attention-txt {
    margin-top: 96px;
    padding: 32px 16px;
  }
}


/* =========================================================
  スクロールアニメーション
========================================================= */
.scroll-wrap {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin: 0 calc(50% - 50vw);
  background: #D9DEF0;
}
.scroll-container {
  position: sticky;
  top: 160px;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}
.scroll-container + .scroll-container {
  margin-top: -104px;
}
.scroll-container.slide05,
.scroll-container.slide10,
.scroll-container.slide14 {margin-top: -200px;}

.scroll-container.top::before {
  display: none;
  content: '';
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: calc(100% - 60px);
  background: #D9DEF0;
  z-index: -1;
}

/* h2タイトル
--------------------------------------------------------- */
.scroll-title {
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  width: 100%;
  padding: 16px 0;
  text-align: center;
  font-size: 2.2rem;
  color: #fff;
  background: #88A3D4;
  opacity: 0;
}
.scroll-title.top {opacity: 1;}

/* スライド
--------------------------------------------------------- */
.scroll-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(100dvh - 160px);
  opacity: 0;
}
.scroll-slide.top {opacity: 1;}

.scroll-slide ul li {
  display: flex;
  align-items: flex-start;
  font-size: 2rem;
}
.scroll-slide ul li + li {
  margin-top: 8px;
}

.scroll-slide figure,
.scroll-slide picture {
  width: 100%;
  max-width: 634px;
}

/* スクロールバー
--------------------------------------------------------- */
.scroll-bar {
  position: absolute;
  top: 0;
  right: 24px;
  width: 14px;
  height: 53px;
  background-color: #9FA0A0;
  border-radius: 14px;
  z-index: 2;
  /* transition: ease; */
}
.scroll-wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 24px;
  display: block;
  width: 14px;
  height: 53px;
  background-color: #9FA0A0;
  border-radius: 14px;
  z-index: 2;
}

@media screen and (max-width: 980px) {
  .scroll-container {top: 75px;}
  .scroll-slide {height: calc(100vh - 75px);}
  .scroll-bar,
  .scroll-wrap::after {
    width: 10px;
    height: 45px;
    right: 5px;
  }
}
@media screen and (max-width: 768px) {
  .scroll-slide {padding: 0 24px;}
  .scroll-title {max-width: calc(100% - 40px);}
  .scroll-slide ul li + li {margin-top: 24px;}
}

@media screen and (max-width: 676px) {
  .scroll-wrap { background: none;}
  .scroll-container.top::before {display: block;}
  .scroll-title {top: 30px;}

  .scroll-bar {top: 30px;}
  .scroll-wrap::after {
    bottom: 30px;
    opacity: 0;
  }
  .scroll-wrap.end::after {opacity: 1;}

  .scroll-slide .txt-box {
    margin-top: 90px;
  }
  .scroll-slide .txt-box.type-1 {
    margin-top: 16px;
  }
  .scroll-slide .txt-box.type-2 {
    margin-top: 120px;
  }
  .scroll-slide .txt-box.type-3 {
    margin-top: 60px;
  }
  .scroll-slide .txt-box img {
    width: 100%;
    height: 100%;
    min-width: 327px;
  }
}