body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}
header {
    background-color: #006699;
    color: white;
    padding: 20px;
    text-align: center;
}
.concept {
    background-color: #006699;
    /* height: 400px; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    padding: 0 4px;
}
.concept h3 {
    font-size: 2.0em;
}
div > p {
    font-size: 1.2em;
}
.hero {
    background: url('https://pharmacy.kawahashi.com/wp/wp-content/uploads/2016/05/map_oyamada1.png') no-repeat center center/cover;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    padding: 0 8px;
}
.hero h1 {
    font-size: 2.8em;
}
.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 8px 0 8px;
}
.section {
    margin: 40px 0;
}
.workplace > p.text , .working_wours > p.text , .section-last > p.text {
    font-size: 1.2em;
}
.section-last {
    margin: 40px 0 120px 0;
}
section > ul > li {
    margin-bottom: 12px;
}
footer {
    background-color: #006699;
    color: white;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
}
footer > p {
    margin: 8px 0 4px;
}
* , .HB1eCd-UMrnmb *{
    font-family: "Zen Antique Soft", serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
}
.toTop {
    text-align: right;
    color: darkseagreen;
    text-decoration: underline;
    font-size: 1.4em;
    cursor: pointer;
}
.toForm {
    background-color: #006699;
    padding: 8px 32px;
    color: #fff;
    border: none;
    font-size: 1.4em;
    cursor: pointer;
    margin-bottom: 32px;
}
.toTopBtn {
    width: 48%;
    max-width: 400px;
    background-color: #006699;
    padding: 8px 32px;
    color: #fff;
    border: 1px solid;
    font-size: 1.0em;
    cursor: pointer;
}
.toFormBtn {
    width: 48%;
    max-width: 400px;
    background-color: #fff;
    padding: 8px 32px;
    color: #006699;
    border: 1px solid;
    font-size: 1.0em;
    cursor: pointer;
}
.eng {
    color: cadetblue;
    font-size: 1.0em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2 {
    font-size: 2.0em;
    margin-top: 4px;
}
/** ローディング **/
.loader-bg {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #006699;
    display: flex;
    justify-content: center;
    align-items: center;
    }

    .loader {
    font-size: 10px;
    margin: 50px auto;
    text-indent: -9999em;
    width: 11em;
    height: 11em;
    border-radius: 50%;
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    }

    .loader:before {
    width: 50%;
    height: 50%;
    background: #ffffff;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    }

    .loader:after {
    background: #006699;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    }

    @-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    }
    @keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* 箇条書き1 */
.merits {
    background-color: white;
    color: #333;
    border-radius: 10px;
    padding: 12px 20px 12px 6px;
    /* max-width: 600px; */
    margin: 0 auto;
}
.merit-item {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.merit-item:last-child {
    border-bottom: none;
}
.highlight {
    color: #f06c64;
    font-weight: bold;
}
.merits > ol {
    margin: 0;
}
.merits > ol > li , ul > li{
    font-size: 1.2em;
    padding-bottom: 10px;
}
.merits > ol > li::marker {
    margin-left: 1.5em;
    padding-left: 1.5em;
}
.merits > ol > li::marker {
    font-size: 1.0rem;
    font-weight: bold;
    color: #000;
}
/* box */
.box-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 20px;
}

.box {
    padding: 20px;
    background-color: #f9f7e8;
    border: 1px solid #f0e68c;
    position: relative;
    box-sizing: border-box;
}

.box::before, .box::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid #f0a500;
}
.box_blue {
    background-color: #e0f7fa; /* 青系の背景色 */
    border: 1px solid #81d4fa; /* 青系のボーダー */
}

.box_blue::before, .box_blue::after {
    border: 2px solid #0288d1; /* 青系の隅の装飾 */
}
.box_blue > .number {
    color: #0277bd; /* 青系の数字色 */
}
.box_blue > .title {
    color: #0277bd; /* 青系のタイトル色 */
}
.box_blue > .description {
    color: #01579b; /* 青系の説明文色 */
}
.box_green {
    background-color: #e0f2f1; /* 緑系の背景色 */
    border: 1px solid #80cbc4; /* 緑系のボーダー */
}
.box_green::before, .box_green::after {
    border: 2px solid #004d40; /* 緑系の隅の装飾 */
}
.box_green > .number {
    color: #00796b; /* 緑系の数字色 */
}
.box_green > .title {
    color: #00796b; /* 緑系のタイトル色 */
}
.box_green > .description {
    color: #004d40; /* 緑系の説明文色 */
}
.box::before {
    top: 0;
    left: 0;
    border-right: none;
    border-bottom: none;
}
.box::after {
    bottom: 0;
    right: 0;
    border-left: none;
    border-top: none;
}

.box > .number {
    font-size: 1.6em;
    font-weight: bold;
    color: #888;
    display: inline-block;
    margin-right: 10px;
}

.box > .title {
    font-size: 1.6em;
    color: #888;
    display: inline-block;
}

.box > .description {
    margin-top: 10px;
    font-size: 1.2em;
    color: #555;
    line-height: 1.5;
}


/* カード */
.card_container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 20px;
}
.card_box {
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}
.card_box:hover {
    transform: translateY(-5px);
}
.card_icon {
    font-size: 40px;
    color: #2196f3;
}
.card_number {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}
.card_title {
    font-size: 20px;
    color: #555;
}
.card_description {
    margin-top: 10px;
    font-size: 14px;
    color: #777;
}

/* フラットカード */
.flat_container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 20px;
}
.flat_box {
    padding: 20px;
    border: 8px solid #006699;
    background-color: #fff;
    position: relative;
    transition: background-color 0.3s ease;
    border-radius: 1em;
}
.flat_box:hover {
    background-color: #e0f2f1;
}
.flat_number {
    font-size: 24px;
    font-weight: bold;
    color: #2196f3;
}
.flat_title {
    font-size: 20px;
    color: #0d47a1;
}
.flat_description {
    margin-top: 10px;
    font-size: 14px;
    color: #1565c0;
}



.bx-wrapper {
    margin: auto;
    max-width: 100%!important;
}
.bx-viewport {
    height: fit-content!important;
    padding-bottom: 12px!important;
}