@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: #073584;
  font-size: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-gap: 20px;
  position: absolute;
  top: 0;
  left: 0;
text-align:center;
line-height: 1.6;
}
.secMv .ttl img {
  width: 80px;
}
@media screen and (min-width: 576px) {
  .secMv > .inner {
    max-width: 25000px;
  }
}
@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: 3.0vw;
  }
}
@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: 48px;
  }
}

.secIntro {
  margin-bottom: 70px;
}
.secIntro.orange{
  margin-bottom: 40px;
}


.secIntro__ttl {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.5714;
}

.secIntro__ttl.orange{
color:#F25D00;
}


.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:#40639E;
}
.drug_index-add-wrap .box.box02{
background:#333333;
}
.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;
}





.secIntro__txt {
  margin-bottom: 30px;
  letter-spacing: 0.032em;
  line-height: 1.7778;
  text-align: center;
}
.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-decoration: underline;
}
@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%;
  }
}
@media screen and (min-width: 1024px) {
  .secIntro {
    margin-bottom: 80px;
  }
  .secIntro__ttl {
    font-size: 32px;
  }
  .secIntro__txt {
    margin-bottom: 60px;
    font-size: 18px;
  }
  .secIntro__rowItem {
    grid-gap: 64px;
  }
  .secIntro__rowItem .ttl {
    font-size: 24px;
  }
}

.secFeature {
  margin-bottom: 60px;
}
.secFeature__ttl {
  margin-bottom: 50px;
  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;
  grid-gap: 45px;
  counter-reset: list 0;
}
.secFeature__list li{
  padding: 50px 20px 20px;
  background-color: #FCE6CC;
  border-top: 4px solid #F08300;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 20px;
  position: relative;
}



.secFeature__list li:nth-child(even) {
  background-color: #EFE8DF;
}
.secFeature__list li::before {
  counter-increment: list 1;
  content: counter(list);
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-color: #F08300;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
}
.secFeature__list li .txtWrap {
  letter-spacing: 0.04em;
}
.secFeature__list li .txtWrap .ttl {
  margin-bottom: 0.72em;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4545;
}
.secFeature__list li .txtWrap .txt {
  font-size: 14px;
  line-height: 1.75;
}
.secFeature__list li .img,
.secFeature__list li.wrap .img {
  width: 100%;
}
.secFeature__list li .img img,
.secFeature__list li.wrap .img img{
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 769px) {
  .secFeature__ttl {
    margin-bottom: 1.25em;
  }
  .secFeature__list {
    padding-left: 40px;
    grid-gap: 8px;
  }
  .secFeature__list li {
    height: 180px;
    padding: 0 20px 0 50px;
    border-top: 0;
    border-left: 4px solid #F08300;
    flex-direction: row;
    align-items: center;
  }
  .secFeature__list li::before {
    margin: auto 0;
    top: 0;
    bottom: 0;
    left: -40px;
    right: auto;
  }
  .secFeature__list li .img,
  .secFeature__list li.wrap .img {
    width: 150px;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1024px) {
  .secFeature {
    margin-bottom: 96px;
  }
  .secFeature__ttl {
    font-size: 32px;
  }
  .secFeature__list {
    padding-left: 64px;
  }
  .secFeature__list li {
    height: 208px;
    padding: 0 20px 0 80px;
    border-left-width: 8px;
    grid-gap: 32px;
  }
  .secFeature__list li::before {
    width: 128px;
    height: 128px;
    font-size: 28px;
    left: -64px;
  }
  .secFeature__list li .txtWrap .ttl {
    font-size: 22px;
  }
  .secFeature__list li .txtWrap .txt {
    font-size: 16px;
  }
  .secFeature__list li .img,
  .secFeature__list li.wrap .img {
    width: 220px;
  }
}
@media screen and (min-width: 1200px) {
  .secFeature__list li {
    padding: 0 36px 0 120px;
  }
  .secFeature__list li.wrap {
    padding:;
  }
}




.secFeature__list li.wrap{
  padding: 0;
}
.secFeature__list li.wrap a{
  padding: 50px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 20px;
  position: relative;
}
.secFeature__list li.wrap a:hover{
opacity:0.6;
}

@media screen and (min-width: 769px) {
    .secFeature__list li.wrap a {
        height: 180px;
        padding: 0 20px 0 50px;
        border:none;
        flex-direction: row;
        align-items: center;
    }
}

@media screen and (min-width: 1024px) {
    .secFeature__list li.wrap a {
        height: 208px;
        padding: 0 20px 0 80px;
        border-left-width: 8px;
        grid-gap: 32px;
    }
}
@media screen and (min-width: 1200px) {
  .secFeature__list li.wrap a {
    padding: 0 36px 0 120px;
  }
}




















.secService {
  margin-bottom: 80px;
}
.secService__list {
  display: grid;
  grid-gap: 56px;
}
.secService__listItem {
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
}
.secService__listItem .image {
  width: 100%;
}
.secService__listItem .txtWrap {
  width: 100%;
}
.secService__listItem .ttl {
  margin-bottom: 0.75em;
  font-size: 18px;
  font-weight: 500;
}
.secService__listItem .btn {
  margin-top: 20px;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  .secService__listItem {
    flex-direction: row;
    align-items: center;
    grid-gap: 48px;
  }
  .secService__listItem:nth-child(even) {
    flex-direction: row-reverse;
  }
  .secService__listItem .image {
    width: 46.5%;
    flex-shrink: 0;
  }
  .secService__listItem .txtWrap {
    width: 53.5%;
  }
}
@media screen and (min-width: 1024px) {
  .secService {
    margin-bottom: 100px;
  }
  .secService > .inner {
    max-width: 928px;
  }
  .secService__listItem .ttl {
    font-size: 24px;
  }
  .secService__listItem .btn {
    max-width: 352px;
    margin: 32px 0 0;
    font-size: 20px;
  }
}

.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: -110px;
}




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

}



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


@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: -14%;
}

.secIntro__logo img{
width:25%;
}


}





/*add*/

.secFeature__list li .txtWrap .link {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  grid-gap: 5px;
}
.secFeature__list li .txtWrap .link a {
  color: #F08300;
  display: flex;
  align-items: center;
  position: relative;
}
.secFeature__list li .txtWrap .link a::after {
  content: "";
  width: 24px;
  height: 24px;
  margin-left: 8px;
  background: #F08300 url(../re_img/common/icon_arrow-wh.svg) center/10px no-repeat;
  border-radius: 50%;
  display: inline-block;
}