@charset "UTF-8";
/* ============================================================================================== */
/* CTAボタン                                                                                           */
/* =============================================================================================== */
.cta-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 353px;
  height: 52px;
  font-size: min(4.834605598vw, 19px);
  font-weight: 600;
  color: #fff !important;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0em;
  border: 2px solid #fff;
  border-radius: 40px !important;
  background: transparent linear-gradient(180deg, #fa9d30 0%, #ef6e2d 55%, #eb5e2c 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1607843137);
  padding: 0 40px;
}
@media screen and (min-width: 769px) {
  .cta-btn {
    max-width: 100%;
    height: 60px;
    font-size: 22px;
    padding: 0 44px;
  }
}

.cta-btn-white {
  color: #eb5e2c !important;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .cta-btn-white {
    height: 50px;
    font-size: 20px;
    padding: 0 80px;
  }
}

/* ============================================================================================== */
/* 追従CTA                                                                                           */
/* =============================================================================================== */
.fixed-cta {
  display: inline-block;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: 50%;
  right: auto;
  z-index: 100;
  transition: 0.4s ease-out;
}
@media screen and (max-width: 768px) {
  .fixed-cta {
    opacity: 0;
    visibility: hidden;
    transform: translate(-58%, 150%);
  }
}
@media screen and (min-width: 769px) {
  .fixed-cta {
    top: 50%;
    bottom: auto;
    left: auto;
    right: 12px;
    transform: translate(0, 0);
    writing-mode: vertical-lr;
    opacity: 0;
    visibility: hidden;
  }
}

.fixed-cta.is-show {
  opacity: 1;
  visibility: visible;
  transform: translate(-58%, 0);
}
@media screen and (min-width: 769px) {
  .fixed-cta.is-show {
    transform: translate(0, -50%);
  }
}

.fixed-cta .cta-btn {
  position: relative;
  width: min(71.7557251908vw, 282px);
  height: 42px;
  border: none;
  border-radius: 68px;
}
@media screen and (max-width: 768px) {
  .fixed-cta .cta-btn {
    font-size: min(4.5801526718vw, 18px);
  }
}
@media screen and (min-width: 769px) {
  .fixed-cta .cta-btn {
    width: 72px;
    height: 264px;
    letter-spacing: 0.05em;
    background: transparent linear-gradient(180deg, #fa9d30 0%, #ef6e2d 55%, #eb5e2c 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1607843137);
    padding: 57px 0 0px;
  }
}

.fixed-cta .cta-btn:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -17px;
  transform: translateY(-50%);
  z-index: 1;
  background-image: url(../../images/hospital-renewal/cta_icon_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 53px;
  height: 53px;
}
@media screen and (min-width: 769px) {
  .fixed-cta .cta-btn:after {
    top: -17px;
    left: 50%;
    transform: translateX(-50%);
    width: 86px;
    height: 86px;
    background-image: url(../../images/hospital-renewal/cta_icon_pc.png);
  }
}

/* ============================================================================================== */
/* ファーストビュー                                                                                           */
/* =============================================================================================== */
.fv {
  position: relative;
  overflow: hidden;
  background-image: url(../../images/hospital-renewal/fv_bg_sp.png);
  background-size: 939px auto;
  background-position: 57% min(53vw, 184px);
  background-repeat: no-repeat;
  background-color: #EDFBFE;
}
@media screen and (min-width: 769px) {
  .fv {
    background-image: url(../../images/hospital-renewal/fv_bg_pc.png);
    background-size: 2028px auto;
    background-position: 48% 48%;
    margin-top: 5px;
  }
}
@media screen and (max-width: 389px) {
  .fv {
    background-image: url(../../images/hospital-renewal/fv_bg_sp1.png), url(../../images/hospital-renewal/fv_bg_sp2.png);
    background-size: 370px auto, 366px auto;
    background-position: left -207px top 222px, right -185px top 181px;
  }
}

.fv_content_container {
  display: flex;
  flex-direction: column;
  height: 780px;
  padding-top: 20px;
  padding-bottom: 45px;
}
@media screen and (min-width: 769px) {
  .fv_content_container {
    display: block;
    height: 724px;
    padding-top: 93px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 389px) {
  .fv_content_container {
    height: 647px;
    padding-top: 15px;
    padding-bottom: 20px;
  }
}

.fv_sub_copy {
  font-size: 16px;
  font-weight: 700;
  color: #6fcdf0;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .fv_sub_copy {
    font-size: 28px;
  }
}

.fv_copy {
  font-size: 35px;
  font-weight: 800;
  color: #48b7e0;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0em;
  margin-top: 18px;
}
@media screen and (min-width: 769px) {
  .fv_copy {
    font-size: 48px;
    margin-top: 42px;
  }
}

.fv_copy span {
  letter-spacing: -0.063em;
}

@media screen and (min-width: 769px) {
  .fv_copy img {
    width: min(89vw, 926px);
  }
}

.fv_text {
  font-size: 12px;
  font-weight: 300;
  color: #504F4D;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-top: 6px;
}
@media screen and (min-width: 769px) {
  .fv_text {
    font-size: 18px;
    margin-top: 28px;
  }
}

.fv_text2 {
  font-size: 14px;
  font-weight: 700;
  color: #3f9abc;
  text-align: center;
  line-height: 1;
  letter-spacing: 0em;
  margin-top: auto;
}
@media screen and (min-width: 769px) {
  .fv_text2 {
    font-size: 16px;
    margin-top: 44px;
  }
}

.fv_button {
  text-align: center;
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  .fv_button {
    margin-top: 20px;
  }
}

.fv_button3 {
  margin-top: 15px;
  text-align: center;
}
.fv_button3 span {
  white-space: nowrap;
}

@media screen and (min-width: 769px) {
  .fv_button3 {
    margin-top: 13px;
  }
}

.fv_button2 {
  text-align: center;
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  .fv_button2 {
    margin-top: 17px;
  }
}

@media screen and (max-width: 768px) {
  .fv_button2 .cta-btn-white {
    height: 44px;
    padding: 0 66px;
  }
}

/* ============================================================================================== */
/* Beacapp Here Hospitalの特長                                                                                           */
/* =============================================================================================== */
#feature {
  background-color: #68b7dc;
  padding: 10vw 0 15.566667vw;
}
@media screen and (min-width: 769px) {
  #feature {
    padding: 45px 0 90px;
  }
}

#feature .inner {
  width: 100%;
  height: 100%;
  max-width: 700px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #feature .inner {
    padding: 0 30px;
    max-width: 1088px;
  }
}

#feature .bottom_text {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  #feature .bottom_text {
    margin-top: 40px;
  }
}

#feature .bottom_text h4 {
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  #feature .bottom_text h4 {
    font-size: 26px;
  }
}

#feature .bottom_text p {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0em;
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  #feature .bottom_text p {
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-top: 25px;
  }
}

@media screen and (max-width: 768px) {
  #feature .inner h2 span {
    font-size: 6vw !important;
  }
  #feature .inner .list > ul > li > .image > img {
    width: 36.2vw !important;
  }
  #feature .inner .list > ul > li:nth-child(1) h3,
  #feature .inner .list > ul > li:nth-child(1) p,
  #feature .inner .list > ul > li:nth-child(2) h3,
  #feature .inner .list > ul > li:nth-child(2) p,
  #feature .inner .list > ul > li:nth-child(3) h3,
  #feature .inner .list > ul > li:nth-child(3) p {
    width: 45.866667vw !important;
  }
  #feature .inner .list > ul > li > h3 {
    font-size: 3.866667vw !important;
  }
  #feature .inner .list > ul > li:nth-child(n+2) {
    margin-top: 0.6vw !important;
  }
  #feature .inner .list > ul > li:nth-child(4) {
    margin-top: 3.733333vw !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 960px) {
  #feature .inner .list > ul > li:nth-child(n+3) {
    margin-top: 43px !important;
  }
}
/* ============================================================================================== */
/* このような問題をBeacapp Here Hospitalが解決します                                                                                         */
/* =============================================================================================== */
#case {
  background-color: #EDFBFE;
}
@media screen and (min-width: 769px) {
  #case {
    padding: 74px 0 107px;
  }
}

#case .inner {
  width: 100%;
  height: 100%;
  max-width: 540px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #case .inner {
    max-width: 1017px;
    padding: 0 30px;
  }
}

#case .inner h2 span {
  color: #5f9db4;
}

#case .inner .list {
  margin-top: 55px;
}

#case .inner .list > ul {
  display: grid;
  gap: 30px 0;
  width: 100%;
}
@media screen and (min-width: 769px) {
  #case .inner .list > ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px min(3.5714285714vw, 50px);
  }
}

#case .inner .list > ul > li {
  width: auto;
  margin: 0 !important;
}

#case .inner .list > ul > li img {
  width: 100%;
}

#case .inner .list > ul > li h3 {
  color: #5f9db4;
  font-size: 23px;
}
@media screen and (min-width: 769px) {
  #case .inner .list > ul > li h3 {
    font-size: 32px;
    margin-top: 27px;
  }
}

#case .inner .list > ul > li p {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  #case .inner .list > ul > li p {
    margin-top: 20px;
  }
}

#case .inner .beacon {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  #case .inner .beacon {
    padding: 0 20px;
    margin-top: 70px;
  }
}

#case .inner .beacon .item img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #case .inner .beacon .item.num01 {
    left: 7.866667vw;
  }
  #case .inner .beacon .item.num01 img {
    width: 27.166667vw !important;
  }
  #case .inner .beacon .item.num03 {
    left: 37.2vw;
  }
  #case .inner .beacon .item.num03 img {
    width: 41.3vw !important;
  }
  #case .inner .beacon .item.num02 p {
    padding: 0 15px;
  }
}
.case-list_thumb-tokyojikei {
  background-image: url(../../images/hospital-renewal/jirei_jikei.jpg);
}

/* ============================================================================================== */
/* CTA                                                                                          */
/* =============================================================================================== */
.cta {
  position: relative;
  overflow: hidden;
  background-color: #68b7dc;
  background-image: url(../../images/hospital-renewal/cta_bg_sp.png);
  background-size: 739px auto;
  background-position: 38% 56%;
  background-repeat: no-repeat;
  padding: 70px 0 50px;
}
@media screen and (min-width: 769px) {
  .cta {
    background-image: url(../../images/hospital-renewal/cta_bg_pc.png);
    background-size: 1750px auto;
    background-position: 33% 69%;
    padding: 70px 0 50px;
  }
}

.cta .inner {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .cta .inner {
    width: 1000px;
    padding: 0;
  }
}

.cta .sec-ttl {
  text-align: center;
}

.cta .sec-ttl h2 {
  font-size: 27px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .cta .sec-ttl h2 {
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: 0em;
  }
}

.cta_text {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0em;
  margin-top: 18px;
}
@media screen and (min-width: 769px) {
  .cta_text {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-top: 20px;
  }
}

.cta_text2 {
  font-size: min(3.5623409669vw, 14px);
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0em;
  margin-top: 34px;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .cta_text2 {
    font-size: 18px;
    margin-top: 36px;
  }
}

.cta_button {
  text-align: center;
  margin-top: 13px;
}
@media screen and (min-width: 769px) {
  .cta_button {
    margin-top: 30px;
  }
}

.cta_button .cta-btn {
  width: min(100%, 353px);
  height: 53px;
}
@media screen and (min-width: 769px) {
  .cta_button .cta-btn {
    width: 400px;
    height: 60px;
  }
}

/* ============================================================================================== */
/* Beacapp Here Hospitalならコストを抑えたスピーディーな導入が可能です                                                                                       */
/* =============================================================================================== */
#introduction {
  background-color: #EDFBFE;
}
@media screen and (max-width: 768px) {
  #introduction {
    padding-top: 0;
  }
}
@media screen and (min-width: 769px) {
  #introduction {
    padding-bottom: 0;
  }
}

#introduction .inner {
  width: 100%;
  height: 100%;
  max-width: 540px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #introduction .inner {
    width: auto;
    max-width: 1170px;
    padding: 65px 30px 109px;
  }
}

@media screen and (max-width: 768px) {
  #introduction .inner h2 img {
    margin-top: 18vw;
  }
}

#introduction .inner h2 span {
  color: #3f9abc;
}
@media screen and (max-width: 768px) {
  #introduction .inner h2 span {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 13px;
  }
}

#introduction .inner .label {
  background-image: url(../../images/hospital-renewal/introduction_label_bg.svg);
}
@media screen and (min-width: 769px) {
  #introduction .inner .label {
    transform: scale(1.12);
    transform-origin: top;
  }
}

@media screen and (max-width: 768px) {
  #introduction .inner .flow_wrapper {
    margin-top: 24px;
    overflow: initial;
  }
}
@media screen and (min-width: 769px) {
  #introduction .inner .flow_wrapper {
    margin-top: 34px;
  }
}

#introduction .inner .flow_wrapper .flow {
  padding-left: 10px;
}
@media screen and (min-width: 769px) {
  #introduction .inner .flow_wrapper .flow {
    transform: scale(1.12);
    transform-origin: top;
    padding-left: min(11.2857142857vw, 158px);
  }
}

#introduction .inner .flow_wrapper .flow .timeline {
  background-image: url("../../images/hospital-renewal/introduction_flow_timeline_bg.svg");
}
@media screen and (max-width: 768px) {
  #introduction .inner .flow_wrapper .flow .timeline {
    height: 11vw;
    background-position: left top;
    background-size: 134vw;
  }
}
@media screen and (min-width: 769px) {
  #introduction .inner .flow_wrapper .flow .timeline {
    height: 67px;
  }
}

#introduction .inner .flow_wrapper .flow ul.step_list > li h3 {
  background-image: url("../../images/hospital-renewal/introduction_flow_step_bg.svg");
}

#introduction .inner .flow_wrapper .flow ul.step_list > li:nth-child(n+2) p::after {
  background-image: url("../../images/hospital-renewal/introduction_flow_arrow.svg");
}

#introduction .inner .flow_wrapper .flow ul.step_list > li p span.adjust-line-height {
  line-height: 9vw;
}
@media screen and (min-width: 769px) {
  #introduction .inner .flow_wrapper .flow ul.step_list > li p span.adjust-line-height {
    line-height: 52px;
  }
}

#introduction .inner .flow_wrapper .flow ul.step_list > li p {
  height: 33.806667vw;
}
@media screen and (min-width: 769px) {
  #introduction .inner .flow_wrapper .flow ul.step_list > li p {
    height: 198px;
  }
}

/* ============================================================================================== */
/* 医療・病院での活用事例                                                                                 */
/* =============================================================================================== */
#voice {
  background-color: #85cadb;
  padding: 8.9333333333vw 0 8.9333333333vw;
}
@media screen and (min-width: 769px) {
  #voice {
    padding: 77px 0 77px;
  }
}

.voice_title {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .voice_title {
    font-size: 40px;
  }
}

#voice .case_slider {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  #voice .case_slider {
    margin-top: 60px;
  }
}

/* ============================================================================================== */
/* 導入事例                                                                                       */
/* =============================================================================================== */
@media screen and (min-width: 769px) {
  #index .case {
    padding-bottom: 53px;
  }
}

.case_slider {
  position: relative;
}
@media screen and (min-width: 769px) {
  .case_slider {
    max-width: 1000px;
    margin: 0 auto;
  }
}

.case_slider .case-list.slick-initialized .slick-list {
  border-radius: 15px;
  overflow: hidden;
}

.case_slider .case-list.slick-initialized .slick-slide {
  display: flex;
  margin: 0;
  border-radius: 0;
}

.case_slider .slide_ctrl .prev,
.case_slider .slide_ctrl .next {
  cursor: pointer;
  position: absolute;
  top: 48vw;
  z-index: 10;
  width: 51px;
  height: 51px;
}
@media screen and (min-width: 769px) {
  .case_slider .slide_ctrl .prev,
  .case_slider .slide_ctrl .next {
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
  }
}

.case_slider .slide_ctrl .prev {
  left: -18px;
}

.case_slider .slide_ctrl .next {
  right: -18px;
}

.case_slider ul.dots_ctrl {
  display: flex;
  margin-top: 12px;
  padding-left: 7px;
}

.case_slider ul.dots_ctrl li {
  width: 50px;
  height: 4px;
  background: #ffffff;
  cursor: pointer;
  position: relative;
}

.case_slider ul.dots_ctrl li.active {
  cursor: default;
}

.case_slider ul.dots_ctrl li:nth-child(n+2) {
  margin-left: 10px;
}

@media screen and (min-width: 769px) {
  .case_slider .slick-dots {
    bottom: -40px;
  }
}

.case_slider .slick-dots li {
  width: 7px;
  height: 7px;
  margin: 0 7px;
  overflow: initial;
  background-color: transparent !important;
  border: none !important;
}

.case_slider .slick-dots li button {
  display: block !important;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 1px solid #2584a7;
  background-color: #fff;
  padding: 4px;
}

.case_slider .slick-dots li button:before {
  content: none;
}

.case_slider .slick-dots li.slick-active button {
  background-color: #2584a7;
}

@media screen and (max-width: 768px) {
  #index .case a.link {
    font-size: 14px;
  }
}

.case .btn_above_case_list {
  margin-top: 50px;
}
@media screen and (min-width: 769px) {
  .case .btn_above_case_list {
    margin-top: 67px;
  }
}

.case .btn_above_case_list > a {
  color: #3DA341 !important;
}
@media screen and (max-width: 768px) {
  .case .btn_above_case_list > a {
    font-size: 20px !important;
    padding: 4.26vw 50px !important;
  }
}

@media screen and (max-width: 768px) {
  .case_slider {
    padding: 0 20px;
  }
  .case_slider .case-list_thumb {
    padding-top: 64% !important;
  }
  .case_slider .case-list_content {
    min-height: 350px !important;
  }
  .case_slider .slide_ctrl .prev {
    left: 2px;
  }
  .case_slider .slide_ctrl .next {
    right: 2px;
  }
}
@media screen and (min-width: 769px) {
  .voice_case_content {
    padding: 30px 40px 0 !important;
    min-height: 320px !important;
  }
}

@media screen and (max-width: 768px) {
  .voice_case_title {
    font-size: min(4.834605598vw, 19px) !important;
  }
}
@media screen and (min-width: 769px) {
  .voice_case_title {
    margin-bottom: 32px !important;
  }
}

.voice_case_text {
  text-align: left !important;
}
/* ============================================================================================== */
/* 他ソリューションとの連携                                                                                       */
/* =============================================================================================== */
.coop {
  background-color: #EDFBFE;
  padding: 40px 0 40px;
}
@media screen and (min-width: 769px) {
  .coop {
    padding: 90px 0 40px;
  }
}

.coop_inner {
  width: 100%;
  height: 100%;
  max-width: 540px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .coop_inner {
    width: auto;
    max-width: 1070px;
    padding: 0 30px;
  }
}

.coop_title {
  font-size: 20px;
  font-weight: 800;
  color: #3f9abc;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .coop_title {
    font-size: 30px;
  }
}

.coop_items {
  margin-top: 32px;
}
@media screen and (min-width: 769px) {
  .coop_items {
    margin-top: 38px;
  }
}

.coop_item {
  display: grid;
  background-color: #fff;
  padding: 18px;
}
@media screen and (min-width: 769px) {
  .coop_item {
    grid-template-columns: min(19.3571428571vw, 271px) 1fr;
    gap: 0 min(2.2857142857vw, 32px);
    padding: 18px;
  }
}

.coop_item + .coop_item {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .coop_item + .coop_item {
    margin-top: 25px;
  }
}

.coop_image img {
  width: 100%;
  height: auto;
}

.coop_item_title {
  margin-top: 26px;
}
@media screen and (min-width: 769px) {
  .coop_item_title {
    margin-top: 10px;
  }
}

.coop_item_title1 {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #68b7dc;
  text-align: center;
  line-height: 1.115;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .coop_item_title1 {
    white-space: nowrap;
    font-size: min(1.1428571429vw, 16px);
    text-align: left;
  }
}

.coop_item_title2 {
  display: block;
  font-size: 16px;
  font-weight: 800;
  color: #3f9abc;
  text-align: center;
  line-height: 1.66;
  letter-spacing: 0em;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .coop_item_title2 {
    white-space: nowrap;
    font-size: min(1.2857142857vw, 18px);
    text-align: left;
    margin-top: 10px;
  }
}

.coop_lists {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .coop_lists {
    margin-top: 15px;
  }
}

.coop_lists li {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #504F4D;
  text-align: left;
  line-height: 1.5;
  letter-spacing: -0.03em;
  padding-left: 1.3em;
}
@media screen and (min-width: 769px) {
  .coop_lists li {
    font-size: min(1.1428571429vw, 16px);
    padding-left: 1.8em;
  }
}

.coop_lists li + li {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .coop_lists li + li {
    margin-top: 4px;
  }
}

.coop_lists li:before {
  content: "●";
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  color: #3f9abc;
  font-size: 11px;
}
@media screen and (min-width: 769px) {
  .coop_lists li:before {
    top: min(0.2857142857vw, 4px);
    font-size: min(0.7vw, 11px);
  }
}

.coop_link {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .coop_link {
    text-align: left;
  }
}

.coop_link a {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #68b7dc !important;
  text-align: left;
  line-height: 1.115;
  letter-spacing: 0em;
  padding-right: 24px;
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .coop_link a {
    font-size: 16px;
    padding-right: 24px;
    margin-top: 24px;
  }
}

.coop_link a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 11px;
  background-image: url("../../images/hospital-renewal/coop_link_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
/* ============================================================================================== */
/* オプションもご用意しております                                                                                       */
/* =============================================================================================== */
.option {
  background-color: #EDFBFE;
  padding: 5px 0 40px;
}
@media screen and (min-width: 769px) {
  .option {
    padding: 40px 0 40px;
  }
}

.option_inner {
  width: 100%;
  height: 100%;
  max-width: 540px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .option_inner {
    width: auto;
    max-width: 1070px;
    padding: 0 30px;
  }
}

.option_title {
  font-size: 20px;
  font-weight: 800;
  color: #3f9abc;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .option_title {
    font-size: 30px;
  }
}

.option_items {
  margin-top: 32px;
}
@media screen and (min-width: 769px) {
  .option_items {
    margin-top: 32px;
  }
}

.option_item {
  display: grid;
}
@media screen and (min-width: 769px) {
  .option_item {
    grid-template-columns: min(15.2857142857vw, 214px) 1fr;
    grid-template-rows: min(13.5714285714vw, 190px);
  }
}

.option_item + .option_item {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .option_item + .option_item {
    margin-top: 40px;
  }
}

.option_header {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-areas: "text1 text2" "text3 text3";
  background-color: #68b7dc;
}
@media screen and (max-width: 768px) {
  .option_header {
    justify-content: flex-start;
    justify-items: start;
    padding: 20px 25px 24px 25px;
  }
}
@media screen and (min-width: 769px) {
  .option_header {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, max-content) 1fr;
    grid-template-areas: "text1" "text2" "text3";
    justify-items: center;
    align-items: center;
    padding-top: min(2.1428571429vw, 30px);
  }
}

.option_header1 {
  grid-area: text1;
  display: block;
  font-size: min(6.6157760814vw, 26px);
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 769px) {
  .option_header1 {
    font-size: min(2.4285714286vw, 34px);
    letter-spacing: 0em;
  }
}

.option_header2 {
  grid-area: text2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 18px;
  font-size: min(3.0534351145vw, 12px);
  font-weight: 400;
  color: #fff;
  text-align: left;
  line-height: 1;
  letter-spacing: 0em;
  background-color: #d55c33;
}
@media screen and (max-width: 768px) {
  .option_header2 {
    margin-top: 5px;
    margin-left: 30px;
  }
}
@media screen and (min-width: 769px) {
  .option_header2 {
    width: min(9.1428571429vw, 128px);
    height: min(1.2857142857vw, 18px);
    font-size: min(1vw, 14px);
    margin-top: min(0.7142857143vw, 10px);
  }
}

.option_header3 {
  grid-area: text3;
  display: block;
  font-size: min(7.1246819338vw, 28px);
  font-weight: 400;
  color: #fff;
  text-align: left;
  line-height: 1;
  letter-spacing: -0.03em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .option_header3 {
    margin-top: 16px;
    margin-left: 4px;
  }
}
@media screen and (min-width: 769px) {
  .option_header3 {
    text-align: center;
    font-size: min(1.8571428571vw, 26px);
  }
}

@media screen and (max-width: 768px) {
  .option_item:nth-child(3) .option_header2 {
    margin-left: 0;
  }
  .option_item:nth-child(3) .option_header3 {
    font-size: min(5.3435114504vw, 21px);
  }
}
.option_body {
  background-color: #fff;
  padding: 22px 15px 40px 15px;
}
@media screen and (min-width: 769px) {
  .option_body {
    padding: min(2.1428571429vw, 30px) min(2.5vw, 35px);
  }
}

.option_item_title {
  display: block;
  font-size: 22px;
  font-weight: 800;
  color: #3f9abc;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .option_item_title {
    white-space: nowrap;
    font-size: min(1.7142857143vw, 24px);
    text-align: left;
    line-height: 1.66;
    letter-spacing: 0em;
  }
}

.option_lists {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .option_lists {
    margin-top: 5px;
  }
}

.option_lists li {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #504F4D;
  text-align: left;
  line-height: 1.5;
  letter-spacing: -0.03em;
  padding-left: 1.3em;
}
@media screen and (min-width: 769px) {
  .option_lists li {
    font-size: min(1.2857142857vw, 18px);
    padding-left: 1.8em;
  }
}

.option_lists li + li {
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  .option_lists li + li {
    margin-top: 0;
  }
}

.option_lists li:before {
  content: "●";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  color: #3f9abc;
  font-size: 11px;
}
@media screen and (min-width: 769px) {
  .option_lists li:before {
    top: min(0.3571428571vw, 5px);
    font-size: min(1vw, 11px);
  }
}

/* ============================================================================================== */
/* よくある質問                                                                                      */
/* =============================================================================================== */
.faq {
  background-color: #EDFBFE;
  padding: 20px 0 50px;
}
@media screen and (min-width: 769px) {
  .faq {
    padding: 24px 0 90px;
  }
}

.faq_title {
  font-size: 20px;
  font-weight: 800;
  color: #3f9abc;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .faq_title {
    font-size: 30px;
  }
}

.faq_inner {
  width: 100%;
  height: 100%;
  max-width: 520px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .faq_inner {
    max-width: 1020px;
    padding: 0 30px;
  }
}

.faq_items {
  display: grid;
  gap: 24px 0;
  margin-top: 32px;
}
@media screen and (min-width: 769px) {
  .faq_items {
    gap: 13px 0;
    margin-top: 55px;
  }
}

.faq_item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1019607843);
}
.faq_item-q {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #504F4D;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0px;
  padding: 25px 55px 25px 75px;
}
@media screen and (min-width: 769px) {
  .faq_item-q {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0px;
    padding: 35px 95px 35px 110px;
  }
}
@media screen and (max-width: 389px) {
  .faq_item-q {
    font-size: 11px;
  }
}

.faq_item-a {
  position: relative;
  font-size: 12px;
  font-weight: 300;
  color: #504F4D;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.17em;
  padding: 31px 20px 31px 68px;
}
@media screen and (min-width: 769px) {
  .faq_item-a {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0px;
    padding: 27px 30px 45px 110px;
  }
}
@media screen and (max-width: 389px) {
  .faq_item-a {
    font-size: 11px;
  }
}

.faq_item-q::before,
.faq_item-a::before {
  content: attr(data-mark);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 17px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #2584a7;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  line-height: 0;
  letter-spacing: 0px;
}
@media screen and (min-width: 769px) {
  .faq_item-q::before,
  .faq_item-a::before {
    left: 35px;
    width: 44px;
    height: 44px;
    font-size: 20px;
  }
}

@media screen and (min-width: 769px) {
  .faq_item-q::before {
    left: 44px;
  }
}

.faq_item-a::before {
  top: 36px;
  left: 13px;
  font-size: 24px;
  color: #e17038;
  background-color: transparent;
}
@media screen and (min-width: 769px) {
  .faq_item-a::before {
    top: 33px;
    left: 51px;
    font-size: 24px;
  }
}

.faq_item-a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 22px;
  background-color: #707070;
  opacity: 0.2;
  width: 88%;
  height: 1px;
}
@media screen and (min-width: 769px) {
  .faq_item-a:after {
    width: 92%;
    left: 44px;
  }
}

.faq_item-a {
  display: none;
}

.faq_item-a.is-open {
  display: block;
}

.faq_item-q-cross {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #2584a7;
  transition: transform 0.5s;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .faq_item-q-cross {
    right: 32px;
    width: 32px;
    height: 32px;
  }
}

.faq_item-q-cross:before,
.faq_item-q-cross:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #2584a7;
  transition: opacity 0.5s;
}

.faq_item-q-cross:before {
  width: 10px;
  height: 2px;
  border-radius: 50px;
}

.faq_item-q-cross:after {
  width: 2px;
  height: 10px;
  border-radius: 50px;
}

.faq_item-q.is-open .faq_item-q-cross {
  transform: translateY(-50%) rotate(90deg);
}
.faq_item-q.is-open .faq_item-q-cross:before {
  opacity: 0;
}

.faq_item-q.is-open::after {
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (min-width: 769px) {
  .faq_item-q:hover {
    cursor: pointer;
  }
}
/* ============================================================================================== */
/* お問い合わせ                                                                                      */
/* =============================================================================================== */
body#beacapp_hospital:not(.is-tablet) #contact_headline h1,
body#beacapp_hospital:not(.is-tablet) #contact_form_area h1 {
  color: #3f9abc !important;
}
body#beacapp_hospital:not(.is-tablet) #contact_submit_area #contact_submit.active {
  background-color: #3f9abc !important;
}

@media screen and (max-width: 768px) {
  #feature .inner .list > ul > li:nth-child(4) h3,
  #feature .inner .list > ul > li:nth-child(4) p,
  #feature .inner .list > ul > li:nth-child(5) h3,
  #feature .inner .list > ul > li:nth-child(5) p,
  #feature .inner .list > ul > li:nth-child(6) h3,
  #feature .inner .list > ul > li:nth-child(6) p {
    width: 45.866667vw !important;
  }
  #feature .inner .list > ul > li:nth-child(4),
  #feature .inner .list > ul > li:nth-child(5),
  #feature .inner .list > ul > li:nth-child(6) {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 45.3333333333vw;
    position: relative;
  }
  #feature .inner .list > ul > li:nth-child(4) .image,
  #feature .inner .list > ul > li:nth-child(5) .image,
  #feature .inner .list > ul > li:nth-child(6) .image {
    position: absolute;
    left: 0;
    top: 0;
  }
  #feature .inner .list > ul > li:nth-child(4) h3,
  #feature .inner .list > ul > li:nth-child(4) p,
  #feature .inner .list > ul > li:nth-child(5) h3,
  #feature .inner .list > ul > li:nth-child(5) p,
  #feature .inner .list > ul > li:nth-child(6) h3,
  #feature .inner .list > ul > li:nth-child(6) p {
    width: 50.6666666667vw;
    margin-left: auto;
  }
}