@charset 'utf-8';
*{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
    color: inherit;
    box-sizing: border-box;
}
ol, ul {
	list-style: none;
}
html{
    font-size: 16px;
    font-family:  "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", "Noto Sans JP", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #111;
    line-height: 1.875;
    font-weight: 400;
    font-weight: 500;
}
img{
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
a{
    transition: 0.3s;
}
.center{
    text-align: center;
}
.nowrap{
    white-space: nowrap;
}

/* box */
.box{
    margin-bottom: 80px;
}
.boxTitle{
    margin-bottom: 40px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    letter-spacing: 0.3em;
    background: #8DC71C;
    border-radius: 50px;
    background: linear-gradient(0deg,#7EB70F 0%, #7EB70F 50%, #8DC71C 50%, #8DC71C 100%);
    position: relative;
}
.boxTitle:before{
    content: "";
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
}
.boxTitle1:before{
    background: url(../img/ico1.png)no-repeat center left / contain;
}
.boxTitle2:before{
    background: url(../img/ico2.png)no-repeat center left / contain;
}
.boxTitle3:before{
    background: url(../img/ico3.png)no-repeat center left / contain;
}
.boxTitle4:before{
    background: url(../img/ico4.png)no-repeat center left / contain;
}
.boxTitle5:before{
    background: url(../img/ico5.png)no-repeat center left / contain;
}

/* container */
.container{
    max-width: 750px;
    margin: auto;
    box-sizing: unset;
    padding: 0 40px;
}

/* bnr */
.bnr{
    width: 100%;
    max-width: 600px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.bnr a{
    display: flex;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    position: relative;
}
.bnr a:before{
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: 16px;
    right: 16px;
    background: url(../img/arrow.png)no-repeat center / contain;
    transition: 0.3s;
}
.bnr a:hover{
    color: #7EB70F;
    border-color: #7EB70F;
}
.bnr a:hover:before{
    right: 12px;
}
.bnrText{
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    font-size: 20px;
}

/* header */
header{
    padding: 32px 32px 40px;
}
.headerLogo a:hover{
    filter: brightness(1.2);
}

/* footer */
footer{
    padding: 63px 0;
    background: url(../img/footer.png)no-repeat center / cover;
    font-size: 14px;
    line-height: 1em;
}
footer a:hover{
    color: #7EB70F;
}
.copyright{
    margin-top: 10px;
    font-size: 10px;
    font-size: 9px;
}

/* main img */
.mainImgWrapper{
    position: relative;
}
.mainImg{
    display: flex;
    gap: 0;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.mainImg img{
    height: 440px;
}
.mainImg1{
    width: calc(100% - 440px);
}
.mainImg1 img{
    object-fit: cover;
    object-position: left;
}
.mainImgLogo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media screen and (min-width: 1201px) {
    .mainImg{
        max-width: 100%;
    }
    .mainImg img{
        width: 100%;
        height: auto;
    }
    .mainImg1{
        width: 63.3%;
    }
    .mainImg2{
        width: 36.7%;
    }
}

/* 企業理念 */
.leadTitle{
    font-size: 34px;
    padding-bottom: 16px;
    margin-bottom: 24px;
    border-bottom: 4px solid #8DC71C;
    line-height: 1;
}
.leadText{
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: 0.12em;
}
.leadText strong{
    font-weight: 500;
    color: #E25826;
}

/* お知らせ */
.newsList li:not(:last-child){
    margin-bottom: 22px;
}
.newsList li a,
.newsList li div{
    display: flex;
    text-decoration: none;
    padding-bottom: 22px;
    gap: 24px;
    background-image: linear-gradient(to right, #111, #111 2px, transparent 2px, transparent 6px);
    background-size: 6px 1px;
    background-position: left bottom;
    background-repeat: repeat-x;
}
.newsList li a:hover{
    color: #7EB70F;
}
.newsDate{
    width: 99px;
}
.newsTitle{
    flex: 1;
}
.newsLink{
    margin-top: 1rem;
    text-align: right;
}
.newsLink a{
    color: #8DC71C;
    font-weight: 900;
}
.newsLink a:hover{
    color: #7EB70F;
}
.pagination {
  margin-block: 40px 80px;
  text-align: center;
  .number,
  .first,
  .last,
  .prev,
  .next {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin: 0 8px;
    @media screen and (max-width: 768px) {
      margin: 0 5px;
    }
  }
  .current,
  .disabled,
  .first a,
  .last a,
  .prev a,
  .next a,
  .number a {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(141, 199, 28, 0.6);
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 36px;
    text-decoration: none !important;
    &:hover {
      @media screen and (min-width: 769px) {
        background: #7EB70F;
        opacity: 1!important;
      }
    }
    &:active {
      background: #7EB70F;
    }
  }
  .current {
    background: #7EB70F;
  }
}

/* 会社概要 */
.companyUpdate{
    text-align: right;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 400;
    font-weight: 300;
}
.companyTableWrapper{
    border: 1px solid #8DC71C;
    border-radius: 8px;
    overflow: hidden;
}
.companyTable{
    border-collapse: collapse;
    width: 100%;
}
.companyTable th,
.companyTable td{
    border-bottom: 1px solid #8DC71C;
    min-height: 48px;
    vertical-align: middle;
}
.companyTable th{
    border-right: 1px solid #8DC71C;
    background: #F0F8DF;
    font-weight: 500;
    line-height: 1.5;
    padding: 10px 0;
}
.companyTable td{
    padding: 10px 25px;
}
.companyTable tr:last-of-type th,
.companyTable tr:last-of-type td{
    border-bottom: none
}

/* ウエルシアプラス薬局の取り組み */
.effortCont > * + *{
    margin-top: 16px;
}
.effortList li{
    text-indent: -1em;
    padding-left: 1em;
}
.effortList li:not(:last-child){
    margin-bottom: 16px;
}
.effortCont a{
    color: #8DC71C;
    font-weight: 700;
    font-weight: 900;
}
.effortCont a:hover{
    color: #7EB70F;
}

/* パンくず */
.breadcrumbs{
    font-size: 12px;
    margin-bottom: 32px;
}
.breadcrumbs a{
    color: #8DC71C;
}
.breadcrumbs a:hover{
    color: #7EB70F;
}

/* プライバシーポリシー */
.privacyPolicy p,
.privacyPolicy ul{
    margin: 16px 0;
}
.privacyPolicy h3{
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 16px;
    margin: 24px 0;
    border-bottom: 4px solid #8DC71C;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.3em;
}
.privacyPolicy * + h3{
    margin-top: 48px;
}
.privacyPolicy h4{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
    padding-left: 28px;
    position: relative;
}
.privacyPolicy h4:before{
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 50%;
    background: #8DC71C;
    background: linear-gradient(0deg, #7EB70F 0%, #7EB70F 50%, #8DC71C 50%, #8DC71C 100%);
}
.privacyPolicy h5{
    font-size: 18px;
    font-weight: 700;
    margin: 16px 0;
}
.privacyPolicy p + h5{
    margin-top: 24px;
}
.privacyPolicy h6{
    font-size: 16px;
    font-weight: 700;
    margin: 16px 0;
}
.privacyPolicy * + h6{
    margin-top: 24px;
}
.privacyPolicy ul{
    list-style: disc;
    padding-left: 1em;
    margin-left: 1em;
}
.privacyPolicy ol li{
    list-style-type: none;
}
.privacyPolicy a{
    color: #8DC71C;
    font-weight: 700;
    font-weight: 900;
    word-break: break-all;
}
.privacyPolicy a:hover{
    color: #7EB70F;
}

@media screen and (min-width: 769px) {
    .sp{
        display: none;
    }
}

@media screen and (max-width: 768px) {
    html{
        font-size: 14px;
    }

    .pc{
        display: none;
    }

    /* box */
    .box{
        margin-bottom: 64px;
    }
    .boxTitle{
        margin-bottom: 32px;
        height: 48px;
        font-size: 18px;
        line-height: 1.1;
    }
    .boxTitle:before{
        width: 24px;
        height: 24px;
        left: 24px;
    }
    @media screen and (max-width: 500px) {
        .boxTitle--effort{
            padding-left: 40px;
            letter-spacing: 0em;
        }

        @media screen and (max-width: 374px) {
            .boxTitle{
                font-size: 4.5vw;
            }
        }
    }

    /* container */
    .container{
        padding: 0 20px;
    }

    /* bnr */
    .bnr{
        max-width: 400px;
    }
    .bnr a{
        display: block;
    }
    .bnrText{
        height: 64px;
        font-size: 16px;
    }

    /* header */
    header{
        padding: 24px 20px 40px;
    }
    .headerLogo{
        max-width: 24%;
    }

    /* main img */
    .mainImg{
        display: block;
    }
    .mainImg img{
        width: 100%;
        height: auto;
    }
    .mainImg1{
        width: 100%;
    }
    .mainImgLogo{
        aspect-ratio: 760 / 440;
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        left: 0;
        transform: unset;
    }
    .mainImgLogo img{
        max-width: 40%;
    }

    /* 企業理念 */
    .leadTitle{
        font-size: 22px;
        border-width: 2px;
    }
    .leadText{
        font-size: 18px;
    }
    @media screen and (max-width: 414px) {
        .leadTitle{
            font-size: 20px;
            letter-spacing: -0.02em;
        }
        .leadText{
            font-size: 16px;
        }

        @media screen and (max-width: 374px) {
            .leadTitle{
                font-size: 5vw;
                white-space: nowrap;
            }
        }
    }

    /* お知らせ */
    .newsDate{
        width: 80px;
    }

    /* 会社概要 */
    .companyUpdate{
        font-size: 10px;
    }
    .companyTable th{
        width: 158px;
    }

    /* ウエルシアプラス薬局の取り組み */
    .effortCont > * + *{
        margin-top: 12px;
    }
    .effortList li:not(:last-child){
        margin-bottom: 12px;
    }

    /* プライバシーポリシー */
    .privacyPolicy h3{
        font-size: 18px;
        border-width: 2px;
    }
    .privacyPolicy h4{
        font-size: 16px;
        padding-left: 24px;
    }
    .privacyPolicy h4:before{
        width: 14px;
        height: 14px;
    }
    .privacyPolicy h5{
        font-size: 15px;
    }
    .privacyPolicy h6{
        font-size: 14px;
    }
}















.animation--fadeIn{
    opacity: 0;
}
.animation--fadeIn.show{
    animation: fadeIn 0.6s ease-in-out forwards;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.animation--fadeInUp{
    opacity: 0;
    transform: translateY(20px);
}
.animation--fadeInUp.show{
    animation: fadeInUp 0.6s ease-in-out forwards;
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.animation--fadeInSlide{
    opacity: 0;
    transform: translateX(-20px);
}
.animation--fadeInSlide.sjfh--show{
    animation: fadeInSlide 0.6s ease-in-out forwards;
}
@keyframes fadeInSlide {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@media screen and (min-width: 737px) {

}

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

}
