@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@600&display=swap");
main {
  padding-top: 0;
}

.serif {
  font-family: "Shippori Mincho B1", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
}

.secMv {
  /*margin-bottom: 25px;*/
}
.secMv > .inner {
  width: 100%;
  position: relative;
}
.secMv .img {
  width: 100%;
  height: 335px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.secMv .ttl {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 22px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-gap: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.secMv .ttl img {
  width: 80px;
}
@media screen and (min-width: 576px) {
  .secMv > .inner {
    max-width: 2500px;
  }
}
@media screen and (min-width: 769px) {
  .secMv > .inner {
    width: calc(100% - 80px);
  }
  .secMv .img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .secMv .ttl {
    font-size: 4.5vw;
  }
}
@media screen and (min-width: 1024px) {
  .secMv {
    /*margin-bottom: 32px;*/
  }
  .secMv .ttl {
    grid-gap: 45px;
  }
  .secMv .ttl img {
    width: 160px;
  }
}
@media screen and (min-width: 1200px) {
  .secMv > .inner {
    width: calc(100% - 160px);
  }
}
@media screen and (min-width: 1440px) {
  .secMv .ttl {
    font-size: 68px;
  }
}

.secIntro {
  margin-bottom: 65px;
}
.secIntro__ttl {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.5714;
}
.secIntro__txt {
  margin-bottom: 30px;
  letter-spacing: 0.032em;
  line-height: 1.7778;
}
.secIntro__row {
  display: grid;
  grid-gap: 56px;
}
.secIntro__rowItem {
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
}
.secIntro__rowItem .image {
  width: 100%;
}
.secIntro__rowItem .txtWrap {
  width: 100%;
}
.secIntro__rowItem .ttl {
  margin-bottom: 0.75em;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .secIntro__rowItem {
    flex-direction: row;
    align-items: center;
    grid-gap: 20px;
  }
  .secIntro__rowItem .image {
    width: 51.4%;
    flex-shrink: 0;
  }
  .secIntro__rowItem .txtWrap {
    width: 48.6%;
  }
  .secIntro__rowItem .ttl {
    text-align: left;
  }
  .secIntro__rowItem .btn {
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .secIntro__ttl {
    font-size: 32px;
  }
  .secIntro__txt {
    margin-bottom: 100px;
    font-size: 18px;
    text-align: center;
  }
  .secIntro__rowItem {
    grid-gap: 64px;
  }
  .secIntro__rowItem .ttl {
    font-size: 24px;
  }
}

.secFeature {
  margin-bottom: 70px;
}
.secFeature__ttl {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
}
.secFeature__ttl strong {
  color: #F08300;
  font-size: 137.5%;
  font-weight: 500;
}
.secFeature__list {
  display: grid;
}
.secFeature__list li:not(:last-child) {
  border-bottom: 1px dotted #333;
}
.secFeature__list li a {
  padding: 20px 20px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.secFeature__list li a:hover {
  background-color: #FCE6CC;
}
.secFeature__list li .ttl {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.0909;
}
.secFeature__list li .img {
  width: 100%;
  margin-bottom: 8px;
}
.secFeature__list li .img img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 769px) {
  .secFeature > .inner {
    max-width: 928px;
  }
  .secFeature__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .secFeature__list li:not(:last-child) {
    border-bottom: 0;
  }
  .secFeature__list li:nth-child(odd) {
    border-right: 1px dotted #333;
  }
  .secFeature__list li:nth-child(-n+2) {
    border-bottom: 1px dotted #333;
  }
}
@media screen and (min-width: 1024px) {
  .secFeature {
    margin-bottom: 90px;
  }
  .secFeature__ttl {
    margin-bottom: 27px;
    font-size: 32px;
  }
  .secFeature__list li a {
    padding: 40px 40px 26px;
  }
  .secFeature__list li .ttl {
    font-size: 22px;
  }
}

.secService {
  margin-bottom: 70px;
}
.secService__ttl {
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.1429;
  text-align: center;
}
.secService__list {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 32px 10px;
}
.secService__list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
text-decoration:none;
}

.secService__list li a .underline{
text-decoration:none;
}

.secService__list li a.nonactive {
    pointer-events: none;
}


.secService__list li .ttl {
  color: #F25D00;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3636;
  text-align: center;
margin-bottom:15px;
}
.secService__list li .img {
  width: 100%;
  margin-bottom: 10px;
}
.secService__list li .img img {
  width: 100%;
  margin: 0 auto;
  border-radius: 16px;
  display: block;
}
.secService__row {
  display: grid;
  grid-gap: 56px;
}
.secService__rowItem {
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
}
.secService__rowItem .image {
  width: 100%;
}
.secService__rowItem .image img {
  width: 100%;
  border-radius: 16px;
  display: block;
}
.secService__rowItem .txtWrap {
  width: 100%;
}
.secService__rowItem .ttl {
  margin-bottom: 0.75em;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.secService__rowItem .txt {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.75;
}
.secService__rowItem .btn {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .secService > .inner {
    max-width: 928px;
  }
  .secService__list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 32px 20px;
  }
  .secService__rowItem {
    flex-direction: row;
    align-items: center;
    grid-gap: 20px;
  }
  .secService__rowItem .image {
    width: 51.4%;
    flex-shrink: 0;
  }
  .secService__rowItem .txtWrap {
    width: 48.6%;
  }
  .secService__rowItem .ttl {
    text-align: left;
  }
  .secService__rowItem .btn {
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .secService {
    margin-bottom: 95px;
  }
  .secService__ttl {
    margin-bottom: 45px;
    font-size: 28px;
  }
  .secService__list {
    margin-bottom: 105px;
    grid-gap: 45px 32px;
  }
  .secService__list li .ttl {
    font-size: 22px;
  }
  .secService__rowItem {
    grid-gap: 64px;
  }
  .secService__rowItem .ttl {
    font-size: 24px;
  }
  .secService__rowItem .txt {
    font-size: 16px;
  }
  .secService__rowItem .btn {
    margin-top: 32px;
  }
}

.secFacility {
  margin-bottom: 70px;
}
.secFacility__ttl {
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.1429;
  text-align: center;
}
.secFacility__list {
  margin-bottom: 40px;
  display: grid;
  grid-gap: 20px;
}
.secFacility__list li {
  display: flex;
  flex-direction: column;
  grid-gap: 15px;
}
.secFacility__list li .ttl {
  margin-bottom: 0.75em;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.secFacility__list li .txt {
  line-height: 1.75;
}
.secFacility__list li .img {
  width: 100%;
}
.secFacility__list li .img img {
  width: 100%;
  display: block;
}
.secFacility__row {
  display: grid;
  grid-gap: 56px;
}
.secFacility__rowItem {
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
}
.secFacility__rowItem .image {
  width: 100%;
}
.secFacility__rowItem .image img {
  width: 100%;
  display: block;
}
.secFacility__rowItem .txtWrap {
  width: 100%;
}
.secFacility__rowItem .ttl {
  margin-bottom: 0.75em;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.secFacility__rowItem .txt {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.75;
}
.secFacility__rowItem .btn {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .secFacility > .inner {
    max-width: 928px;
  }
  .secFacility__list {
    grid-gap: 40px;
  }
  .secFacility__list li {
    flex-direction: row;
    align-items: center;
    grid-gap: 20px;
  }
  .secFacility__list li .img {
    width: 320px;
    flex-shrink: 0;
  }
  .secFacility__list li .txtWrap {
    width: 100%;
  }
  .secFacility__rowItem {
    flex-direction: row-reverse;
    align-items: center;
    grid-gap: 20px;
  }
  .secFacility__rowItem .image {
    width: 51.4%;
    flex-shrink: 0;
  }
  .secFacility__rowItem .txtWrap {
    width: 48.6%;
  }
  .secFacility__rowItem .ttl {
    text-align: left;
  }
  .secFacility__rowItem .btn {
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .secFacility {
    margin-bottom: 90px;
  }
  .secFacility__ttl {
    margin-bottom: 45px;
    font-size: 28px;
  }
  .secFacility__list {
    margin-bottom: 105px;
    grid-gap: 40px;
  }
  .secFacility__list li {
    grid-gap: 62px;
  }
  .secFacility__list li .ttl {
    font-size: 20px;
    text-align: left;
  }
  .secFacility__rowItem {
    grid-gap: 64px;
  }
  .secFacility__rowItem .ttl {
    font-size: 24px;
  }
  .secFacility__rowItem .txt {
    font-size: 16px;
  }
  .secFacility__rowItem .btn {
    margin-top: 32px;
  }
}

.secFaq__btn {
  width: 100%;
  max-width: 400px;
  height: 80px;
  padding: 0 10px 0 30px;
  background-color: #fff;
  border: 2px solid #F08300;
  border-radius: 8px;
  color: #F08300;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.secFaq__btn img {
  width: 90px;
  margin-top: -50px;
  flex-shrink: 0;
}
.secFaq__btn:hover {
  background-color: #FCE6CC;
}
@media screen and (min-width: 1024px) {
  .secFaq__btn {
    max-width: 545px;
    height: 105px;
    padding: 0 22px 0 65px;
    font-size: 24px;
  }
  .secFaq__btn img {
    width: 112px;
    margin-top: -60px;
  }
}







/*add*/

.secIntro {
    z-index: 2;
    position: relative;
    margin-top: -90px;
}


@media only screen and (min-width: 770px) and (max-width: 1300px) {
.secIntro {
    margin-top: -8%;
}

}




.secIntro__logo{
text-align:center;
margin-bottom:30px;
}
.secIntro__logo img{
max-width:160px;
width:13%;
}

.staff_wrap{
margin-bottom:80px;
}


.drug_index-add-wrap{
display:flex;
flex-flow:wrap;
gap:35px;
max-width:740px;
margin:0 auto 40px auto;
}
.drug_index-add-wrap .box{
width:calc((100% - 70px) / 3);
}
.drug_index-add-wrap .box p{
padding:10px;
color:#fff;
text-align:center;
}
.drug_index-add-wrap .box.box01{
background:#073584;
}
.drug_index-add-wrap .box.box02{
background:#F08300;
}
.drug_index-add-wrap .box.box03{
background:#F78A9A;
}


.btn.drug-index{
display:block;
}

.btn.drug-index a{
    color: #fff;
    display: flex;
    max-width: 352px;
    height: 64px;
    align-items: center;
    justify-content: center;
}


.secService__list li a.btn{
    margin-top: 15px;
}




@media only screen and (max-width: 769px) {


.btn.drug-index a{
    max-width: 216px;
    height: 48px;
}

.drug_index-add-wrap .box p {
    display: flex;
    justify-content: center;
    align-items: center;
}

.drug_index-add-wrap {
    gap: 15px;
}
.drug_index-add-wrap .box {
    width: calc((100% - 30px) / 3);
}

.secIntro {
    margin-top: -12%;
}

.secIntro__logo img{
width:25%;
}

.secFacility__list li .img img{
width:65%;
margin:0 auto;
}
.secFacility__list li .img{
background:#FFE695;
}


}