.js_ofi img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.fadeInDown {
    animation-fill-mode: both;
    animation-duration: 1s;
    animation-name: fadeInDown;
    visibility: visible !important;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(15px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes text-focus-in {
    0% {
        filter: blur(12px);
        opacity: 0;
    }
    100% {
        filter: blur(0px);
        opacity: 1;
    }
}
*,
*::after,
*::before {
    box-sizing: border-box;
}

body,
button,
input,
select,
textarea {
    font-family: "M PLUS 1p", sans-serif;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary,
div,
span,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
a,
img,
label,
form,
input,
textarea {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

img {
    border: 0;
    height: auto;
    line-height: 1;
    vertical-align: bottom;
    max-width: 100%;
}

a {
    background: transparent;
    cursor: pointer;
    outline: 0 none;
}

html {
    display: flex;
    flex-direction: column;
    font-size: 62.5%;
}

body {
    color: #534741;
    display: flex;
    flex-direction: column;
    font-size: 1.8rem;
    min-height: 100vh;
    line-height: 1.83;
}

main {
    flex: 0 0 auto;
}

.mg_tp5 {
    margin-top: 5px;
}

.mg_bt5 {
    margin-bottom: 5px;
}

.mg_tp10 {
    margin-top: 10px;
}

.mg_bt10 {
    margin-bottom: 10px;
}

.mg_tp15 {
    margin-top: 15px;
}

.mg_bt15 {
    margin-bottom: 15px;
}

.mg_tp20 {
    margin-top: 20px;
}

.mg_bt20 {
    margin-bottom: 20px;
}

.mg_tp25 {
    margin-top: 25px;
}

.mg_bt25 {
    margin-bottom: 25px;
}

.mg_tp30 {
    margin-top: 30px;
}

.mg_bt30 {
    margin-bottom: 30px;
}

.mg_tp35 {
    margin-top: 35px;
}

.mg_bt35 {
    margin-bottom: 35px;
}

.mg_tp40 {
    margin-top: 40px;
}

.mg_bt40 {
    margin-bottom: 40px;
}

.mg_tp45 {
    margin-top: 45px;
}

.mg_bt45 {
    margin-bottom: 45px;
}

.mg_tp50 {
    margin-top: 50px;
}

.mg_bt50 {
    margin-bottom: 50px;
}

:root {
    --app-height: 100%;
}

html {
    height: 100%;
}

html,
body {
    min-width: 320px;
}

body {
    background: #eee9e1;
    font-weight: 400;
    overflow-x: hidden;
}

@media (min-width: 768px), print {
    body {
        font-size: 1.8rem;
    }
}
@media (max-width: 767px) {
    body {
        font-size: 1.5rem;
    }
}
body.fixscroll {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

body.fixscroll .cmn_fixmenu {
    z-index: 9999;
}

body.fixscroll .cmn_fixmenu .cmn_nav {
    opacity: 0;
    pointer-events: none;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 25px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

::-webkit-input-placeholder {
    /* Edge */
    color: #0c408b;
    opacity: 0.5;
}

::placeholder {
    color: #0c408b;
    opacity: 0.5;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: #534741;
    text-decoration: none;
}

@media (min-width: 768px), print {
    a {
        transition: all ease-in-out 0.3s;
    }
    /* a[href^="tel:"],
    a[href^="fax:"] {
        pointer-events: none;
    }*/
    a:hover {
        color: #0c408b;
    }
}
img {
    vertical-align: middle;
}

@media (min-width: 768px), print {
    .pchide {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .sphide {
        display: none !important;
    }
}
main {
    overflow: hidden;
}

button {
    cursor: pointer;
}

.boxlink {
    cursor: pointer;
}

.header-banner {
    position: relative;
    width: 100%;
    z-index: 2;
}

.header-banner::before {
    content: "";
    left: 0;
    margin: 0 auto;
    max-width: 1720px;
    position: absolute;
    right: 0;
    width: 100%;
}

@media (min-width: 768px), print {
    .header-banner::before {
        animation: puff-in-center 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3s both;
        background: url("../images/pharmacy/img-fulldream-b.svg") top center/contain no-repeat;
        height: 254px;
        bottom: -169px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .header-banner::before {
        height: 116px;
        bottom: -76px;
    }
}
@media (max-width: 767px) {
    .header-banner::before {
        background: url("../images/pharmacy/img-fulldream-b-sp.svg") top center/contain no-repeat;
        height: 146px;
        bottom: -30px;
    }
}
.hd_outer {
    position: relative;
}

@media (min-width: 768px), print {
    .hd_outer {
        height: calc(100vh - 254px);
        min-height: 782px;
    }
}
@media (max-width: 767px) {
    .hd_outer {
        height: calc(100vh - 70px);
    }
}
.hd_outer::before {
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}

@media (min-width: 768px), print {
    .hd_outer::before {
        background: url("../images/pharmacy/img-fv.png") right center/cover no-repeat;
        height: 100%;
        top: 0;
    }
}
@media (max-width: 767px) {
    .hd_outer::before {
        background: url("../images/pharmacy/img-fv-sp.png") center center/cover no-repeat;
        height: calc(100% - 200px);
        bottom: 0;
    }
}
.hd_wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1460px;
}

@media (max-width: 767px) {
    .hd_wrap {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width: 768px), print {
    .hd_inner {
        background: rgba(255, 255, 255, 0.5);
        border-radius: 0 0 20px 20px;
        display: flex;
        flex-direction: column;
        height: 700px;
        width: 500px;
    }
}
.hd_logo {
    text-align: center;
}

@media (min-width: 768px), print {
    .hd_logo {
        padding: 50px 50px 10px;
    }
}
@media (max-width: 767px) {
    .hd_logo {
        margin: 15px auto 20px;
        width: 200px;
    }
}
.hd_logo a:hover {
    opacity: 0.6;
}

@media (min-width: 768px), print {
    .hd_ntlg {
        display: flex;
        flex-direction: column;
        flex: 1 1 0%;
        justify-content: center;
        gap: 50px;
        padding-left: 50px;
    }
}
@media (max-width: 767px) {
    .hd_ntlg {
        background: rgba(255, 255, 255, 0.5);
        border-radius: 15px;
        padding: 40px 30px;
        max-width: 312px;
        width: 100%;
    }
}
.hd_ttl_top {
    color: #0c408b;
    font-weight: 500;
}

@media (min-width: 768px), print {
    .hd_ttl_top {
        font-size: 6rem;
        line-height: 1.6;
    }
}
@media (max-width: 767px) {
    .hd_ttl_top {
        font-size: 3.2rem;
        line-height: 1.4;
        padding-bottom: 10px;
    }
}
.hd_scroll {
    color: #0c408b;
    font-family: "PT Serif", sans-serif;
    font-weight: 400;
    padding-left: 40px;
    position: relative;
    width: 100%;
}

@media (min-width: 768px), print {
    .hd_scroll {
        font-size: 1.8rem;
    }
}
@media (max-width: 767px) {
    .hd_scroll {
        font-size: 1.2rem;
    }
}
.hd_scroll::before {
    background: url("../images/pharmacy/ico-scrolldown.svg") 0 0/contain no-repeat;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
}

@media (min-width: 768px), print {
    .hd_scroll::before {
        height: 30px;
        width: 30px;
    }
}
@media (max-width: 767px) {
    .hd_scroll::before {
        height: 20px;
        width: 20px;
    }
}
.hd_scroll::after {
    background: url("../images/pharmacy/ico-scrolldown-line.svg") bottom center/contain no-repeat;
    content: "";
    height: 195px;
    left: 10px;
    position: absolute;
}

@media (min-width: 768px), print {
    .hd_scroll::after {
        height: 195px;
        left: 10px;
        top: 40px;
        width: 10px;
    }
}
@media (max-width: 767px) {
    .hd_scroll::after {
        height: 134px;
        left: 5px;
        top: 14px;
        width: 10px;
    }
}
.cmn_fixmenu {
    animation: slide-left 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3.8s both;
    position: fixed;
    z-index: 9999;
}

@media (min-width: 768px), print {
    .cmn_fixmenu {
        right: 65px;
        top: 60px;
        width: 160px;
    }
}
@media (max-width: 767px) {
    .cmn_fixmenu {
        right: 20px;
        top: 20px;
        width: 50px;
    }
}
.cmn_menu_btn {
    align-items: center;
    color: #0c408b;
    display: flex;
    justify-content: flex-end;
    gap: 30px;
    margin-bottom: 100px;
}

.cmn_menu_btn.active .cmn_menu_ttl {
    color: #fff;
}

.cmn_menu_btn.active .cmn_menu_line {
    background: #fff;
}

.cmn_menu_btn.active .cmn_menu_line::before,
.cmn_menu_btn.active .cmn_menu_line::after {
    border-color: #0c408b;
    top: 50%;
}

.cmn_menu_btn.active .cmn_menu_line::before {
    transform: rotate(26deg);
}

.cmn_menu_btn.active .cmn_menu_line::after {
    transform: rotate(-26deg);
}

.cmn_menu_btn .cmn_menu_ttl {
    font-family: "PT Serif", sans-serif;
    font-weight: 700;
}

@media (max-width: 767px) {
    .cmn_menu_btn .cmn_menu_ttl {
        display: none;
    }
}
.cmn_menu_btn .cmn_menu_line {
    transition: all 0.3s ease-in-out;
    background: #0c408b;
    border-radius: 100%;
    cursor: pointer;
    position: relative;
}

.cmn_menu_btn .cmn_menu_line:hover {
    opacity: 0.6;
}

@media (min-width: 768px), print {
    .cmn_menu_btn .cmn_menu_line {
        height: 60px;
        width: 60px;
    }
}
@media (max-width: 767px) {
    .cmn_menu_btn .cmn_menu_line {
        height: 50px;
        width: 50px;
    }
}
.cmn_menu_line::before,
.cmn_menu_line::after {
    border-top: 1px solid #fff;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    transition: all 0.4s;
    transform: translateY(-50%);
    width: 18px;
}

.cmn_menu_line::before {
    top: calc(50% - 3px);
}

.cmn_menu_line::after {
    top: calc(50% + 3px);
}

@media (max-width: 767px) {
    .cmn_nav {
        display: none !important;
        visibility: hidden;
        opacity: 0 !important;
    }
}
.cmn_menu {
    display: flex;
    flex-direction: column;
    gap: 21px;
}

.cmn_menu li {
    text-align: right;
}

.cmn_menu li a {
    font-weight: 700;
}

.cmn_btn {
    align-items: center;
    background: #0c408b;
    border: 1px solid #0c408b;
    border-radius: 45px;
    color: #fff;
    display: flex;
    font-weight: 500;
    justify-content: center;
    letter-spacing: 1px;
    position: relative;
}

@media (min-width: 768px), print {
    .cmn_btn {
        height: 60px;
        width: 280px;
    }
}
@media (max-width: 767px) {
    .cmn_btn {
        height: 42px;
        width: 200px;
    }
}
.cmn_btn::before {
    background: url("../images/pharmacy/ico-arrow-w.svg") 0 0/contain no-repeat;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 768px), print {
    .cmn_btn::before {
        height: 12px;
        left: 50px;
        width: 14px;
    }
}
@media (max-width: 767px) {
    .cmn_btn::before {
        height: 10px;
        left: 30px;
        width: 12px;
    }
}
.cmn_btn:hover {
    background: #fff;
    color: #0c408b;
}

.cmn_btn:hover::before {
    background: url("../images/pharmacy/ico-arrow-b.svg") 0 0/contain no-repeat;
}

.hd_menu_slide {
    background: #0c408b;
    display: none;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.hd_menu_slide_wrap {
    height: 100%;
    padding: 60px 60px 0 60px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hd_menu_slide_wrap {
        padding: 50px 30px 0 30px;
    }
}
@media (max-width: 767px) {
    .hd_menu_slide_wrap {
        padding: 30px 0 0 20px;
    }
}
.hd_menu_slide_content {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.menu_sp_logo {
    margin-bottom: 100px;
    width: 390px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .menu_sp_logo {
        margin-bottom: 50px;
        width: 290px;
    }
}
@media (max-width: 767px) {
    .menu_sp_logo {
        margin: 0 auto 38px;
        width: 190px;
    }
}
.menu_sp_logo a {
    display: block;
}

.menu_sp_logo a:hover {
    opacity: 0.6;
}

.menu_sp_inner {
    margin: 0 auto;
}

@media (min-width: 768px), print {
    .menu_sp_inner {
        max-width: 1280px;
    }
}
@media (max-width: 767px) {
    .menu_sp_inner {
        max-width: 320px;
    }
}
.menu_sp_lft {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
}

@media (min-width: 768px), print {
    .menu_sp_lft {
        border-bottom: 1px solid #fff;
        padding-bottom: 60px;
    }
}
@media (max-width: 767px) {
    .menu_sp_lft {
        flex-direction: column;
    }
}
.menu_sp_lft .ft_sns {
    margin-bottom: 60px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .menu_sp_lft .ft_sns {
        width: 210px;
    }
}
@media (max-width: 767px) {
    .menu_sp_lft .ft_sns {
        display: none;
    }
}
.menu_sp_item {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 280px);
}

@media (min-width: 768px) and (max-width: 1023px) {
    .menu_sp_item {
        width: calc(100% - 210px);
    }
}
@media (max-width: 767px) {
    .menu_sp_item {
        flex-direction: column;
        width: 100%;
    }
}
@media (min-width: 768px), print {
    .menu_sp_item .menu_sp_m {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .menu_sp_item .menu_sp_m {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .menu_sp_m li {
        border-bottom: 1px solid #fff;
    }
}
.menu_sp_m li a {
    color: #fff;
    display: block;
    font-size: 1.6rem;
    padding: 5px 0;
}

.menu_sp_m li a:hover {
    opacity: 0.6;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .menu_sp_m li a {
        font-size: 1.5rem;
    }
}
@media (max-width: 767px) {
    .menu_sp_m li a {
        font-size: 1.4rem;
        padding: 15px 0;
    }
}
.menu_sp_m li a span {
    display: inline-block;
    font-family: "PT Serif", sans-serif;
    font-size: 4rem;
    font-weight: 700;
    padding-right: 15px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .menu_sp_m li a span {
        font-size: 2.6rem;
    }
}
@media (max-width: 767px) {
    .menu_sp_m li a span {
        font-size: 2.4rem;
    }
}
.menu_sp_m2 {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 30px;
    padding-top: 20px;
}

@media (min-width: 768px), print {
    .menu_sp_m2 {
        gap: 40px;
    }
}
@media (max-width: 767px) {
    .menu_sp_m2 {
        flex-direction: column;
    }
}
@media (min-width: 768px), print {
    .menu_sp_m2 li:last-child {
        display: none;
    }
}
.menu_sp_m2 li a {
    color: #fff;
    display: inline-block;
    font-size: 1.4rem;
    padding: 5px 0;
}

.menu_sp_m2 li a:hover {
    opacity: 0.6;
}

.menu_sp_img {
    margin: 0 auto;
    max-width: 320px;
}

@media (min-width: 768px), print {
    .menu_sp_img {
        display: none;
    }
}
.litlink_sp {
    background: url("../images/pharmacy/ico-exlink.svg") right center/16px 15px no-repeat;
    padding-right: 22px !important;
}

.pharmacy_block {
    padding-bottom: 180px;
    position: relative;
}

.pharmacy_block_inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    width: 100%;
}

.pharmacy_about {
    padding: 268px 0 188px;
    z-index: 1;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .pharmacy_about {
        padding: 150px 0 188px;
    }
}
@media (max-width: 767px) {
    .pharmacy_about {
        padding: 70px 0 36px;
    }
}
.pharmacy_about::after {
    background: #e7dfd2;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 36%;
    z-index: -1;
}

.pharmacy_about .pharmacy_block_inner {
    display: flex;
    justify-content: space-between;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .pharmacy_about .pharmacy_block_inner {
        flex-direction: column;
        gap: 20px;
    }
}
@media (max-width: 767px) {
    .pharmacy_about .pharmacy_block_inner {
        flex-direction: column;
        gap: 15px;
    }
}
.about_feature {
    margin-top: 26px;
    position: relative;
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .about_feature {
        width: 420px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .about_feature {
        margin: 0 auto;
        width: 420px;
    }
}
@media (max-width: 767px) {
    .about_feature {
        margin: 0 auto;
        width: 228px;
    }
}
.about_feature_in {
    left: -100px;
    position: relative;
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .about_feature_in {
        left: -50px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .about_feature_in {
        left: auto;
    }
}
@media (max-width: 767px) {
    .about_feature_in {
        left: auto;
    }
}
.about_feature_in::before {
    animation: rotateY 1.2s linear infinite alternate-reverse both;
    background: url("../images/pharmacy/decort-2circles.svg") 0 0/contain no-repeat;
    content: "";
    height: 225px;
    left: 6%;
    pointer-events: none;
    position: absolute;
    top: -56px;
    width: 186px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .about_feature_in::before {
        height: 145px;
        left: 6%;
        top: -56px;
        width: 120px;
    }
}
@media (max-width: 767px) {
    .about_feature_in::before {
        height: 85px;
        left: 6%;
        top: -24px;
        width: 66px;
    }
}
.about_content {
    width: 52%;
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .about_content {
        width: calc(100% - 420px);
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .about_content {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .about_content {
        padding: 0 20px;
        width: 100%;
    }
}
.about_ttl {
    color: #0c408b;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.75;
    padding-bottom: 32px;
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .about_ttl {
        font-size: 3.4rem;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .about_ttl {
        font-size: 3rem;
    }
}
@media (max-width: 767px) {
    .about_ttl {
        font-size: 2.8rem;
        line-height: 1.6;
        padding-bottom: 18px;
        width: 73%;
    }
}
.about_txt {
    font-weight: 500;
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    .about_txt {
        font-size: 1.4rem;
    }
}
.about_sign {
    text-align: right;
}

@media (min-width: 768px), print {
    .about_sign img {
        width: 200px;
    }
}
@media (max-width: 767px) {
    .about_sign {
        padding-bottom: 40px;
    }
    .about_sign img {
        width: 180px;
    }
}
@media (max-width: 767px) {
    .about_btn {
        display: flex;
        justify-content: center;
    }
}
.pharmacy_shoplist {
    background: #e7dfd2;
    padding: 44px 0 65px;
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .pharmacy_shoplist {
        padding: 220px 0 80px;
    }
}
@media (max-width: 767px) {
    .pharmacy_shoplist {
        background: #eee9e1;
        padding: 0;
    }
}
.pharmacy_shoplist .pharmacy_block_inner {
    left: 0;
    margin: 0 auto;
    max-width: 1280px;
    position: absolute;
    right: 0;
    top: -67px;
    z-index: 2;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .pharmacy_shoplist .pharmacy_block_inner {
        position: relative;
        top: 20px;
    }
}
@media (max-width: 767px) {
    .pharmacy_shoplist .pharmacy_block_inner {
        position: relative;
        top: 25px;
    }
}
.pharmacy_shop_iner {
    background: #fff;
    position: relative;
}

@media (min-width: 768px), print {
    .pharmacy_shop_iner {
        border-radius: 20px;
        padding: 50px 20px 70px 40px;
        width: 500px;
    }
}
@media (max-width: 767px) {
    .pharmacy_shop_iner {
        border-radius: 15px;
        padding: 35px 30px 40px 30px;
        width: 100%;
    }
}
.pharmacy_shop_iner::before {
    background: url("../images/pharmacy/ico-shoplist.svg") 0 0/contain no-repeat;
    content: "";
    height: 72px;
    left: 50px;
    position: absolute;
}

@media (min-width: 768px), print {
    .pharmacy_shop_iner::before {
        height: 72px;
        left: 50px;
        top: -34px;
        width: 72px;
    }
}
@media (max-width: 767px) {
    .pharmacy_shop_iner::before {
        height: 50px;
        left: 44px;
        top: -24px;
        width: 50px;
    }
}
.shop_list_top {
    color: #0c408b;
    display: inline-flex;
    font-family: "PT Serif", sans-serif;
    font-weight: 700;
    margin-bottom: 58px;
    padding-bottom: 9px;
    position: relative;
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .shop_list_top {
        margin-bottom: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .shop_list_top {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .shop_list_top {
        margin-bottom: 36px;
        padding-bottom: 4px;
    }
}
.shop_list_top::after {
    background: #0c408b;
    bottom: 0;
    border-radius: 25px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
}

@media (min-width: 768px), print {
    .shop_list_top::after {
        height: 3px;
        width: 60px;
    }
}
@media (max-width: 767px) {
    .shop_list_top::after {
        height: 2px;
        width: 40px;
    }
}
.shop_list_ttl {
    color: #0c408b;
    font-size: 2.8rem;
    font-weight: 300;
    padding-bottom: 28px;
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .shop_list_ttl {
        padding-bottom: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .shop_list_ttl {
        font-size: 2.2rem;
    }
}
@media (max-width: 767px) {
    .shop_list_ttl {
        font-size: 2rem;
        padding-bottom: 12px;
    }
}
.shop_list_txt {
    font-size: 2rem;
    letter-spacing: 2px;
    padding-bottom: 55px;
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .shop_list_txt {
        padding-bottom: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .shop_list_txt {
        padding-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .shop_list_txt {
        font-size: 1.5rem;
        padding-bottom: 32px;
    }
}
.pharmacy_news {
    padding-bottom: 0;
}

.pharmacy_news::before {
    background: #e7dfd2;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 36%;
    z-index: -1;
}

.news_ttl_top {
    bottom: -30px;
    color: #e7dfd2;
    font-family: "PT Serif", sans-serif;
    font-size: 32rem;
    font-weight: 700;
    line-height: 0.8;
    padding-top: 40px;
    position: relative;
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .news_ttl_top {
        font-size: 24rem;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .news_ttl_top {
        bottom: -20px;
        font-size: 18rem;
        padding-top: 30px;
    }
}
@media (max-width: 767px) {
    .news_ttl_top {
        bottom: -10px;
        font-size: 12rem;
        line-height: 0.8;
        padding-top: 10px;
    }
}
.news_wrap {
    background: #0c408b;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px), print {
    .news_wrap {
        padding: 80px 0;
    }
}
@media (max-width: 767px) {
    .news_wrap {
        padding: 37px 0 32px;
    }
}
.news_inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    width: 100%;
}

.news_inner::before {
    animation: rotateY 1.2s linear infinite alternate-reverse both;
    background: url("../images/pharmacy/decort-2circles.svg") 0 0/contain no-repeat;
    content: "";
    height: 225px;
    pointer-events: none;
    position: absolute;
    right: 120px;
    transform: scaleX(-1);
    top: -244px;
    width: 186px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .news_inner::before {
        height: 145px;
        right: 120px;
        top: -170px;
        width: 120px;
    }
}
@media (max-width: 767px) {
    .news_inner::before {
        display: none;
    }
}
.news_inner .cmn_pharmacy_ttl {
    color: #fff;
}

.news_inner .cmn_pharmacy_ttl::after {
    background: #fff;
}

.news_inner .cmn_pharmacy_en_ttl {
    color: #fff;
}

.news_inner .cmn_pharmacy_en_ttl::before {
    background: url("../images/pharmacy/ico-arrown-down-wb.svg") 0 0/contain no-repeat;
}

.cmn_group_ttl {
    align-items: center;
    display: flex;
    margin-bottom: 48px;
}

@media (min-width: 768px), print {
    .cmn_group_ttl {
        gap: 280px;
    }
}
@media (max-width: 767px) {
    .cmn_group_ttl {
        justify-content: center;
        margin-bottom: 18px;
    }
}
.cmn_pharmacy_ttl {
    display: inline-block;
    font-size: 4rem;
    font-weight: 500;
    padding-bottom: 9px;
    position: relative;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .cmn_pharmacy_ttl {
        font-size: 3rem;
    }
}
@media (max-width: 767px) {
    .cmn_pharmacy_ttl {
        font-size: 2.6rem;
    }
}
.cmn_pharmacy_ttl::after {
    bottom: 0;
    border-radius: 25px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 60px;
}

@media (min-width: 768px), print {
    .cmn_pharmacy_ttl::after {
        height: 3px;
    }
}
@media (max-width: 767px) {
    .cmn_pharmacy_ttl::after {
        height: 1px;
    }
}
@media (max-width: 767px) {
    .cmn_pharmacy_btn {
        display: flex;
        justify-content: center;
    }
}
.cmn_group_ttl_en {
    display: flex;
}

@media (min-width: 768px), print {
    .cmn_group_ttl_en {
        justify-content: space-between;
        margin-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .cmn_group_ttl_en {
        justify-content: center;
        margin-bottom: 25px;
    }
}
.cmn_pharmacy_en_ttl {
    font-family: "PT Serif", sans-serif;
    font-weight: 700;
    position: relative;
}

@media (min-width: 768px), print {
    .cmn_pharmacy_en_ttl {
        padding-left: 50px;
    }
}
@media (max-width: 767px) {
    .cmn_pharmacy_en_ttl {
        padding-left: 35px;
    }
}
.cmn_pharmacy_en_ttl::before {
    content: "";
    left: 0;
    position: absolute;
    top: 0;
}

@media (min-width: 768px), print {
    .cmn_pharmacy_en_ttl::before {
        height: 30px;
        top: 0;
        width: 30px;
    }
}
@media (max-width: 767px) {
    .cmn_pharmacy_en_ttl::before {
        height: 20px;
        top: 4px;
        width: 20px;
    }
}
@media (max-width: 767px) {
    .news_viewmore_btn {
        display: flex;
        justify-content: flex-end;
        padding-right: 10px;
    }
}
.news_viewmore_btn a {
    color: #fff;
    font-weight: 500;
    position: relative;
}

@media (min-width: 768px), print {
    .news_viewmore_btn a {
        font-size: 1.9rem;
        padding-right: 90px;
    }
    .news_viewmore_btn a:hover::after {
        height: 80px;
        right: -5px;
        top: -30px;
        width: 80px;
    }
}
@media (max-width: 767px) {
    .news_viewmore_btn a {
        font-size: 1.5rem;
        padding-right: 60px;
    }
}
.news_viewmore_btn a::after {
    transition: all 0.3s ease-in-out;
    background: #c2d140;
    border-radius: 100%;
    content: "";
    position: absolute;
}

@media (min-width: 768px), print {
    .news_viewmore_btn a::after {
        height: 70px;
        right: 0;
        top: -25px;
        width: 70px;
    }
}
@media (max-width: 767px) {
    .news_viewmore_btn a::after {
        height: 42px;
        right: 0;
        top: -10px;
        width: 42px;
    }
}
.news_viewmore_btn a::before {
    background: url("../images/pharmacy/ico-news-arrow.svg") 0 0/contain no-repeat;
    content: "";
    height: 38px;
    position: absolute;
    width: 23px;
    z-index: 1;
}

@media (min-width: 768px), print {
    .news_viewmore_btn a::before {
        right: 22px;
        top: 3px;
    }
}
@media (max-width: 767px) {
    .news_viewmore_btn a::before {
        right: 10px;
        top: 2px;
    }
}
@media (min-width: 768px), print {
    .pharmacy_recruit {
        padding-bottom: 100px;
        padding-top: 180px;
    }
}
@media (max-width: 767px) {
    .pharmacy_recruit {
        padding-bottom: 32px;
        padding-top: 37px;
    }
}
.pharmacy_recruit::after {
    background: #e7dfd2;
    border-radius: 0 0 80px 80px;
    content: "";
    height: 220px;
    position: absolute;
    right: 0;
    top: 0;
    width: 36%;
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .pharmacy_recruit::after {
        border-radius: 0 0 60px 60px;
        height: 150px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .pharmacy_recruit::after {
        border-radius: 0 0 40px 40px;
        height: 150px;
    }
}
@media (max-width: 767px) {
    .pharmacy_recruit::after {
        border-radius: 0 0 15px 15px;
        height: 50px;
    }
}
.pharmacy_recruit .cmn_group_ttl .cmn_pharmacy_ttl {
    color: #0c408b;
}

.pharmacy_recruit .cmn_group_ttl .cmn_pharmacy_ttl::after {
    background: #0c408b;
}

.pharmacy_recruit .cmn_pharmacy_en_ttl {
    color: #0c408b;
}

.pharmacy_recruit .cmn_pharmacy_en_ttl::before {
    background: url("../images/pharmacy/ico-arrown-down-bw.svg") 0 0/contain no-repeat;
}

.recruit_subttl {
    color: #0c408b;
    font-size: 4rem;
    padding-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .recruit_subttl {
        font-size: 3rem;
        padding-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .recruit_subttl {
        font-size: 2.8rem;
        padding-bottom: 0;
        text-align: center;
    }
}
.shop_list_gallary .swiper-button-prev,
.shop_list_gallary .swiper-button-next {
    background: url("../images/pharmacy/ico-arr-slide.svg") #3f3f3f center center/13px auto no-repeat;
    border-radius: 100%;
}

@media (min-width: 768px), print {
    .shop_list_gallary .swiper-button-prev,
    .shop_list_gallary .swiper-button-next {
        height: 64px;
        width: 64px;
    }
}
@media (max-width: 767px) {
    .shop_list_gallary .swiper-button-prev,
    .shop_list_gallary .swiper-button-next {
        background-size: 8px auto;
        height: 40px;
        width: 40px;
    }
}
.shop_list_gallary .swiper-button-prev:hover,
.shop_list_gallary .swiper-button-next:hover {
    background-color: #0c408b;
}

.shop_list_gallary .swiper-button-prev::after,
.shop_list_gallary .swiper-button-next::after {
    display: none;
}

.shop_list_gallary .swiper-button-next {
    transform: scaleX(-1);
}

.shop_item {
    height: 700px;
    width: 100%;
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .shop_item {
        height: 520px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .shop_item {
        height: 450px;
    }
}
@media (max-width: 767px) {
    .shop_item {
        height: 490px;
    }
}
.shop_item a {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.shop_item a:hover .shop_item_feature img {
    transform: scale(1.1, 1.1);
}

.shop_item a:hover .shop_item_info {
    height: 100%;
}

.shop_item_feature {
    height: 100%;
    width: 100%;
}

.shop_item_feature img {
    transition: all 0.3s ease-in-out;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.shop_item_info {
    transition: all 0.5s ease-in-out;
    align-items: center;
    background: rgba(83, 71, 65, 0.78);
    bottom: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 2.7rem;
    font-weight: 500;
    justify-content: center;
    height: 115px;
    left: 0;
    line-height: 1.6;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    width: 100%;
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .shop_item_info {
        font-size: 2.2rem;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .shop_item_info {
        font-size: 1.8rem;
        height: 85px;
    }
}
@media (max-width: 767px) {
    .shop_item_info {
        font-size: 1.6rem;
        height: 80px;
    }
}
.shop_item_name {
    display: block;
    font-family: "PT Serif", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .shop_item_name {
        font-size: 1.5rem;
    }
}
@media (max-width: 767px) {
    .shop_item_name {
        font-size: 1.3rem;
        padding-bottom: 5px;
    }
}
@media (max-width: 767px) {
    .news_content {
        padding: 0 10px 30px;
    }
}
@media (min-width: 768px), print {
    .news_content .swiper-wrapper {
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
        gap: 7px;
        width: 100%;
    }
}
@media (min-width: 768px), print {
    .news_content .swiper-wrapper .swiper-slide {
        width: calc((100% - 21px) / 4);
        height: auto;
    }
    .news_content .swiper-wrapper .swiper-slide .news_item{
        height: 100%;
    }
}
.news_item a {
    background: #36619d;
    border-radius: 30px 0 0 0;
    color: #fff;
    display: block;
    height: 100%;
    padding: 58px 20px 26px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .news_item a {
        padding: 40px 10px 15px;
    }
}
.news_item a:hover {
    border-radius: 30px 0;
    background: rgba(54, 97, 157, 0.7);
}

.news_item a:hover .news_item_feature {
    border-radius: 30px 0;
}

.news_item a:hover .news_item_feature img {
    transform: scale(1.1, 1.1);
}

.news_item_date {
    font-family: "PT Serif", sans-serif;
    font-weight: 400;
    position: relative;
}

@media (min-width: 768px), print {
    .news_item_date {
        font-size: 1.6rem;
        margin: 0 20px 8px 10px;
    }
}
@media (max-width: 767px) {
    .news_item_date {
        font-size: 1.4rem;
        margin: 0 20px 28px 10px;
    }
}
.news_item_date::after {
    border-top: 1px solid #fff;
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    top: 13px;
}

@media (min-width: 768px), print {
    .news_item_date::after {
        width: calc(100% - 100px);
    }
}
@media (max-width: 767px) {
    .news_item_date::after {
        width: calc(100% - 130px);
    }
}
.news_item_ttl {
    font-size: 1.9rem;
    list-style: none;
    line-height: 1.68;
    padding-bottom: 30px;
    margin-left: 10px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .news_item_ttl {
        font-size: 1.5rem;
        padding-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .news_item_ttl {
        font-size: 1.5rem;
        padding-bottom: 25px;
    }
}
.news_item_feature {
    transition: all 0.3s ease-in-out;
    border-radius: 30px 0 0 0;
    height: 272px;
    overflow: hidden;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .news_item_feature {
        height: 170px;
    }
}
.news_item_feature img {
    transition: all 0.3s ease-in-out;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.recruit_content {
    position: relative;
}

@media (min-width: 768px), print {
    .recruit_content {
        padding-top: 60px;
    }
}
@media (max-width: 767px) {
    .recruit_content {
        padding-bottom: 30px;
        padding-top: 46px;
    }
}
.recruit_content::before {
    background: url("../images/pharmacy/ico-leaf.png") 0 0/contain no-repeat;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
}

@media (min-width: 768px), print {
    .recruit_content::before {
        height: 70px;
        top: -50px;
        width: 130px;
    }
}
@media (max-width: 767px) {
    .recruit_content::before {
        height: 35px;
        top: 0;
        width: 64px;
    }
}
.recruit_grid {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto;
    grid-column-gap: 40px;
    grid-row-gap: 32px;
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .recruit_grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .recruit_grid {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
}
@media (max-width: 767px) {
    .recruit_grid {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 14px;
    }
}
/* @media (min-width: 768px), print {
  .recruit_grid .recruit_item01 {
    grid-area: 1 / 1 / 3 / 3; }
  .recruit_grid .recruit_item02 {
    grid-area: 1 / 3 / 2 / 4; }
  .recruit_grid .recruit_item03 {
    grid-area: 1 / 4 / 2 / 5; }
  .recruit_grid .recruit_item04 {
    grid-area: 3 / 1 / 4 / 2; }
  .recruit_grid .recruit_item05 {
    grid-area: 3 / 2 / 4 / 3; }
  .recruit_grid .recruit_item06 {
    grid-area: 2 / 3 / 4 / 5; } } */
.recruit_interview {
    height: 100%;
    position: relative;
    width: 100%;
}

.recruit_interview a {
    background: #e1d6c5;
    color: #736357;
    display: flex;
    flex-direction: column;
    height: 100%;
}

@media (min-width: 768px), print {
    .recruit_interview a:hover {
        background: #36619d;
    }
    .recruit_interview a:hover .recruit_interview_position,
    .recruit_interview a:hover .recruit_interview_voice,
    .recruit_interview a:hover .recruit_intervie_viewmore span {
        color: #fff;
    }
    .recruit_interview a:hover .recruit_intervie_viewmore span:after {
        background: #fff;
    }
    .recruit_interview a:hover .recruit_intervie_viewmore span:before {
        background: url("../images/pharmacy/ico-news-arrow.svg") 0 0/contain no-repeat;
    }
}
.recruit_interview_position {
    border-bottom: 1px solid #736357;
    font-size: 2.4rem;
    font-weight: 500;
    padding-bottom: 2px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .recruit_interview_position {
        font-size: 1.8rem;
    }
}
@media (max-width: 767px) {
    .recruit_interview_position {
        font-size: 1.5rem;
    }
}
.recruit_interview_name {
    display: inline-block;
    padding-left: 20px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .recruit_interview_name {
        padding-left: 10px;
    }
}
@media (min-width: 768px), print {
    .recruit_interview_voice {
        line-height: 1.75;
    }
}
@media (max-width: 767px) {
    .recruit_interview_voice {
        font-size: 1.2rem;
        line-height: 1.75;
    }
}
.recruit_interview_num {
    align-items: center;
    background: #c2d140;
    border-radius: 100%;
    color: #0c408b;
    display: flex;
    flex-direction: column;
    font-weight: 700;
    justify-content: center;
    line-height: 0.9;
}

.recruit_interview_num span.number {
    font-family: "PT Serif", sans-serif;
}

.recruit_intervie_viewmore {
    position: absolute;
    pointer-events: none;
}

.recruit_intervie_viewmore span::before {
    background: url("../images/pharmacy/ico-news-arrow-w.svg") 0 0/contain no-repeat;
    content: "";
    height: 38px;
    position: absolute;
    right: 22px;
    top: 3px;
    width: 23px;
    z-index: 1;
}

.recruit_interview_large a {
    border-radius: 30px;
    padding: 45px 45px 40px 45px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .recruit_interview_large a {
        border-radius: 20px;
        padding: 25px 25px 20px 25px;
    }
}
@media (max-width: 767px) {
    .recruit_interview_large a {
        padding: 35px 30px 35px 30px;
    }
}
.recruit_interview_large .recruit_interview_position {
    margin-bottom: 16px;
    width: 50%;
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .recruit_interview_large .recruit_interview_position {
        width: 55%;
    }
}
@media (max-width: 767px) {
    .recruit_interview_large .recruit_interview_position {
        margin-bottom: 10px;
        width: 60%;
    }
}
.recruit_interview_large .recruit_interview_voice {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    width: 50%;
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .recruit_interview_large .recruit_interview_voice {
        width: 55%;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .recruit_interview_large .recruit_interview_voice {
        padding-bottom: 20px;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .recruit_interview_large .recruit_interview_voice {
        width: 60%;
    }
}
@media (min-width: 768px), print {
    .recruit_interview_large .recruit_interview_num {
        height: 135px;
        margin-bottom: 50px;
        width: 135px;
    }
}
@media (max-width: 767px) {
    .recruit_interview_large .recruit_interview_num {
        font-size: 1.1rem;
        height: 74px;
        margin-bottom: 20px;
        width: 74px;
    }
}
.recruit_interview_large .recruit_interview_num span.number {
    display: block;
}

@media (min-width: 768px), print {
    .recruit_interview_large .recruit_interview_num span.number {
        font-size: 6.6rem;
    }
}
@media (max-width: 767px) {
    .recruit_interview_large .recruit_interview_num span.number {
        font-size: 3.6rem;
    }
}
.recruit_interview_large .recruit_interview_feature {
    position: absolute;
    right: 45px;
    top: 45px;
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .recruit_interview_large .recruit_interview_feature {
        right: 10px;
        top: 20px;
        width: 230px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .recruit_interview_large .recruit_interview_feature {
        right: 20px;
        top: 20px;
        width: 170px;
    }
}
@media (max-width: 767px) {
    .recruit_interview_large .recruit_interview_feature {
        right: 20px;
        top: 30px;
        width: 140px;
    }
}
.recruit_interview_large .recruit_intervie_viewmore {
    bottom: 40px;
    right: 40px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .recruit_interview_large .recruit_intervie_viewmore {
        bottom: 10px;
        height: 40px;
        right: 10px;
        width: 40px;
    }
}
@media (max-width: 767px) {
    .recruit_interview_large .recruit_intervie_viewmore {
        bottom: 25px;
        right: 20px;
    }
}
.recruit_interview_large .recruit_intervie_viewmore span {
    color: #736357;
    font-size: 1.9rem;
    font-weight: 500;
    padding-right: 90px;
    position: relative;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .recruit_interview_large .recruit_intervie_viewmore span {
        color: transparent;
        font-size: 0.1rem;
        display: block;
        height: 40px;
        padding-right: 0;
        width: 40px;
    }
    .recruit_interview_large .recruit_intervie_viewmore span::before {
        right: 9px;
        top: 9px;
    }
}
@media (max-width: 767px) {
    .recruit_interview_large .recruit_intervie_viewmore span {
        font-size: 1.2rem;
        padding-right: 50px;
    }
}
@media (max-width: 767px) and (max-width: 767px) {
    .recruit_interview_large .recruit_intervie_viewmore span::before {
        background-size: 14px auto;
        right: 4px;
        top: 2px;
    }
}
.recruit_interview_large .recruit_intervie_viewmore span::after {
    transition: all 0.3s ease-in-out;
    background: #8f8075;
    border-radius: 100%;
    content: "";
    height: 70px;
    position: absolute;
    right: 0;
    top: -25px;
    width: 70px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .recruit_interview_large .recruit_intervie_viewmore span::after {
        height: 40px;
        right: 0;
        top: 0;
        width: 40px;
    }
}
@media (max-width: 767px) {
    .recruit_interview_large .recruit_intervie_viewmore span::after {
        height: 38px;
        right: 0;
        top: -10px;
        width: 38px;
    }
}
@media (max-width: 767px) {
    .recruit_interview_medium {
        width: calc((100% - 14px) / 2);
    }
}
.recruit_interview_medium a {
    border-radius: 20px;
    padding: 20px 20px 40px 20px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .recruit_interview_medium a {
        padding: 10px 10px 20px 10px;
    }
}
@media (max-width: 767px) {
    .recruit_interview_medium a {
        padding: 10px 10px 20px 10px;
    }
}
@media (min-width: 768px), print {
    .recruit_interview_medium a:hover .recruit_intervie_viewmore span {
        color: #36619d;
    }
    .recruit_interview_medium a:hover .recruit_intervie_viewmore span::before {
        background: url("../images/pharmacy/ico-news-arrow-w.svg") 0 0/contain no-repeat;
    }
}
.recruit_interview_medium .recruit_interview_position {
    margin-bottom: 8px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .recruit_interview_medium .recruit_interview_position {
        margin-bottom: 8px;
    }
}
@media (max-width: 767px) {
    .recruit_interview_medium .recruit_interview_position {
        margin-bottom: 5px;
    }
}
.recruit_interview_medium .recruit_interview_voice {
    font-size: 1.7rem;
    overflow: hidden;
    max-width: 240px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .recruit_interview_medium .recruit_interview_voice {
        font-size: 1.5rem;
    }
}
@media (max-width: 767px) {
    .recruit_interview_medium .recruit_interview_voice {
        font-size: 1.2rem;
    }
}
.recruit_interview_medium .recruit_interview_num {
    font-size: 1.3rem;
    height: 100px;
    margin-bottom: 5px;
    width: 100px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .recruit_interview_medium .recruit_interview_num {
        font-size: 1rem;
        height: 70px;
        margin-bottom: 15px;
        width: 70px;
    }
}
@media (max-width: 767px) {
    .recruit_interview_medium .recruit_interview_num {
        font-size: 0.9rem;
        height: 56px;
        margin-bottom: 5px;
        width: 56px;
    }
}
.recruit_interview_medium .recruit_interview_num span.number {
    display: block;
    font-size: 4.8rem;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .recruit_interview_medium .recruit_interview_num span.number {
        font-size: 3.8rem;
    }
}
@media (max-width: 767px) {
    .recruit_interview_medium .recruit_interview_num span.number {
        font-size: 2.7rem;
    }
}
.recruit_interview_medium .recruit_interview_feature {
    position: absolute;
    right: 30px;
    top: 22px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .recruit_interview_medium .recruit_interview_feature {
        right: 10px;
        top: 12px;
        width: 84px;
    }
}
@media (max-width: 767px) {
    .recruit_interview_medium .recruit_interview_feature {
        right: 10px;
        top: 12px;
        width: 56px;
    }
}
.recruit_interview_medium .recruit_intervie_viewmore {
    bottom: 20px;
    right: 20px;
}

.recruit_interview_medium .recruit_intervie_viewmore span {
    color: transparent;
    font-size: 0.1rem;
}

.recruit_interview_medium .recruit_intervie_viewmore span::after {
    display: none;
}

.recruit_interview_medium .recruit_intervie_viewmore span::before {
    background: url("../images/pharmacy/ico-arrow-br.svg") 0 0/contain no-repeat;
    right: 0;
    top: 18px;
    width: 23px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .recruit_interview_medium .recruit_intervie_viewmore span::before {
        top: 28px;
    }
}
@media (max-width: 767px) {
    .recruit_interview_medium .recruit_intervie_viewmore span::before {
        background-size: 16px auto;
        right: -17px;
        top: 26px;
    }
}
.recruit_sect_ttl {
    color: #e3d9c9;
    font-family: "PT Serif", sans-serif;
    font-size: 32rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .recruit_sect_ttl {
        font-size: 24rem;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .recruit_sect_ttl {
        font-size: 16rem;
    }
}
@media (max-width: 767px) {
    .recruit_sect_ttl {
        font-size: 9rem;
    }
}
footer {
    background: #0c408b;
    position: relative;
}

.ft_wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    width: 100%;
}

@media (min-width: 768px), print {
    .ft_wrap {
        padding-bottom: 90px;
        padding-top: 110px;
    }
}
@media (max-width: 767px) {
    .ft_wrap {
        padding-bottom: 20px;
        padding-top: 30px;
    }
}
.ft_logo {
    width: 100%;
}

@media (min-width: 768px), print {
    .ft_logo {
        margin-bottom: 60px;
        max-width: 375px;
    }
}
@media (max-width: 767px) {
    .ft_logo {
        margin: 0 auto 25px;
        max-width: 210px;
    }
}
.ft_store {
    background: #002b77;
    border-radius: 55px;
    color: #fff;
    display: inline-block;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 40px;
    padding: 32px 50px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .ft_store {
        font-size: 2rem;
        padding: 26px 40px;
    }
}
@media (max-width: 767px) {
    .ft_store {
        font-size: 1.1rem;
        margin-bottom: 20px;
        padding: 12px 15px;
        text-align: center;
        width: 100%;
    }
}
.ft_nav {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
}

@media (min-width: 768px), print {
    .ft_nav {
        padding-bottom: 50px;
    }
}
@media (max-width: 767px) {
    .ft_nav {
        flex-direction: column;
        gap: 20px;
        padding-bottom: 30px;
    }
}
.ft_menu_lft {
    display: flex;
    gap: 30px;
}

@media (min-width: 768px), print {
    .ft_menu_list {
        border-right: 1px solid #fff;
        padding-right: 50px;
    }
}
.ft_menu_list li a {
    color: #fff;
    display: inline-block;
    padding: 5px 0;
}

.ft_menu_list li a:hover {
    opacity: 0.6;
}

@media (max-width: 767px) {
    .ft_menu_list li a {
        font-size: 1.3rem;
    }
}
.ft_sns {
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px), print {
    .ft_sns {
        gap: 18px;
        width: 280px;
    }
}
@media (max-width: 767px) {
    .ft_sns {
        gap: 10px;
        margin: 0 auto;
        width: 190px;
    }
}
@media (min-width: 768px), print {
    .ft_sns li {
        height: 60px;
    }
}
@media (max-width: 767px) {
    .ft_sns li {
        height: 42px;
    }
}
.ft_sns li a {
    align-items: center;
    background: #36619d;
    border-radius: 35px;
    color: #fff;
    display: flex;
    font-family: "PT Serif", sans-serif;
    justify-content: center;
    height: 100%;
}

@media (min-width: 768px), print {
    .ft_sns li a:hover {
        opacity: 0.7;
    }
}
@media (max-width: 767px) {
    .ft_sns li a {
        font-size: 1.4rem;
    }
}
@media (min-width: 768px), print {
    .ft_sns_mul {
        background: url("../images/pharmacy/ico-exlink.svg") #36619d 85% center/19px 20px no-repeat !important;
    }
}
@media (max-width: 767px) {
    .ft_sns_mul {
        background: url("../images/pharmacy/ico-exlink.svg") #36619d 85% center/16px 15px no-repeat !important;
    }
}
.ft_copy {
    color: #fff;
    font-family: "PT Serif", sans-serif;
}

@media (min-width: 768px), print {
    .ft_copy {
        font-size: 1.7rem;
    }
}
@media (max-width: 767px) {
    .ft_copy {
        font-size: 1rem;
        text-align: center;
    }
}
.ft_bnr {
    margin: 0 20px;
}

.loader {
    align-items: center;
    background: #e7dfd2;
    display: flex;
    justify-content: center;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.loader_img {
    width: 100%;
}

@media (min-width: 768px), print {
    .loader_img {
        max-width: 420px;
    }
}
@media (max-width: 767px) {
    .loader_img {
        margin: 0 auto;
        width: 320px;
    }
}
@keyframes scale-in-center {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes slide-left {
    0% {
        transform: translateX(220px);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes puff-in-center {
    0% {
        transform: scale(1.5);
        filter: blur(3px);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        filter: blur(0px);
        opacity: 1;
    }
}
@keyframes rotateY {
    0% {
        opacity: 0.6;
        transform: scaleX(-1) rotateY(0);
    }
    100% {
        transform: scaleX(-1) rotateY(20deg);
    }
}
body.popup_open {
    height: 100vh;
    overflow: hidden;
}

.recruit_item_popup.active {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}

.recruit_item_popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(238, 233, 225, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    z-index: -1;
    padding: 0 15px;
}

.inner-popup {
    position: relative !important;
    top: 50%;
    transform: translateY(-50%);
    max-height: 90%;
    min-width: 70vw;
    border-radius: 30px;
    padding: 45px 45px 0px 45px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    background: #e1d6c5;
    color: #736357;
}

.popup_scroll {
    overflow-y: scroll;
    height: 80vh;
    width: 100%;
    scrollbar-width: thin;
}

.popup_content {
    position: relative;
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 65%;
    max-width: 796px;
    height: 100%;
    padding-top: 60px;
}

.x-close-popup {
    position: absolute !important;
    right: 60px;
    top: 60px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 9999;
}

.recruit_item_popup .recruit_interview_num {
    align-items: center;
    background: #c2d140;
    border-radius: 100%;
    color: #0c408b;
    display: flex;
    flex-direction: column;
    font-weight: 700;
    justify-content: center;
    line-height: 0.9;
    height: 135px;
    width: 135px;
    position: absolute;
    top: 60px;
    left: 60px;
}

.recruit_item_popup .recruit_interview_num span.number {
    font-size: 6.6rem;
}

.recruit_item_popup h2.title {
    color: #0C408B;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 100px;
}

.recruit_item_popup h3.title {
    color: #0C408B;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 60px;
    border-bottom: 1px solid #0C408B;
}

.faq li {
    margin-bottom: 80px;
}

.faq h3 {
    color: #0C408B;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.faq h3 span {
    margin-right: 30px;
}

.faq p {
    color: #736357;
    font-size: 24px;
}

img.popup_timeline {
    margin-bottom: 300px;
}

#popup01 img.popup_timeline {
    margin-bottom: 100px;
}

#popup02 img.popup_timeline {
    margin-bottom: 200px;
}

.popup_bottom_img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 250px;
}

@media (max-width: 767px) {
    .inner-popup {
        padding: 20px 20px 0;
    }
    .x-close-popup {
        right: 20px;
        top: 20px;
        width: 40px;
        height: 40px;
    }
    .recruit_item_popup .recruit_interview_num {
        font-size: 1.1rem;
        height: 74px;
        width: 74px;
        top: 20px;
        left: 20px;
    }
    .recruit_item_popup .recruit_interview_num span.number {
        font-size: 3.6rem;
    }
    .popup_scroll {
        margin-top: 80px;
        height: calc(80vh - 80px);
        width: calc(100% + 15px);
    }
    .popup_content {
        margin-right: 15px;
    }
    .container {
        width: 100%;
        padding-top: 0;
    }
    .recruit_item_popup h2.title {
        font-size: 22px;
        margin-bottom: 50px;
    }
    .faq li {
        margin-bottom: 30px;
    }
    .faq h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .faq p {
        color: #736357;
        font-size: 16px;
    }
    img.popup_timeline {
        margin-bottom: 200px;
    }
    .popup_bottom_img {
        width: 150px;
    }
}
/**  Mixins */
/*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
/** Global **/
:root {
    --white: #ffffff;
    --black: #000000;
    --smoke: #f4f5ef;
    --gray: #e5e5e5;
    --blue: #0c408b;
    --blue-dark: #192f67;
    --primary: #36619d;
    --second: #d75e5b;
    --text-body: #534741;
    --radius: 5px;
}

/* Base Setting
---------------------------------------- */
/*
html {
        scroll-behavior: smooth;
}

body {
        margin: 0;
        padding: 0;
        font-size: rem(16px);
        font-family: $primary-font;
        overflow-wrap: break-word;
        font-weight: 400;
        color: var(--text-body);
        overflow-x: hidden;
        line-height: 1.5;
        position: relative;
        width: 100%;
        background: var(--white);
}

a {
        transition: all 0.3s;
        color: var(--primary);
        outline: none !important;

        &:hover {
                opacity: 1;
                color: var(--second);
        }
}

h1,
h2,
h3,
h4,
h5,
h6 {
        font-family: $heading-font;
        font-weight: 700;
        color: var(--primary);
}

h1 {
        font-size: rem(36px);
        line-height: 1.3;

        @include breakpoint(tablet) {
                font-size: rem(46px);
        }
}

h2 {
        font-size: rem(40px);
        line-height: 1.15;

        @include breakpoint(tablet) {
                font-size: rem(56px);
        }
}

h3 {
        font-size: rem(34px);
        line-height: 1.16;

        @include breakpoint(tablet) {
                font-size: rem(40px);
        }
}

h4 {
        font-size: rem(28px);
        line-height: 1.16;

        @include breakpoint(tablet) {
                font-size: rem(36px);
        }
}

h5 {
        font-size: rem(20px);
        line-height: 1.2;

        @include breakpoint(tablet) {
                font-size: rem(24px);
        }
}

h6 {
        font-size: rem(18px);
        line-height: 1.3;

        @include breakpoint(tablet) {
                font-size: rem(20px);
        }
}

img {
        max-width: 100%;
        vertical-align: bottom;
}
*/
.container-lg {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.shop-detail__list--item ul, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.video-section__body iframe {
    height: auto;
    width: 100%;
    aspect-ratio: 16/9;
}

.site-main {
    overflow: visible;
}

.container-lg {
    max-width: 1320px;
}

@media only screen and (max-width: 767px) {
    .hide-sp {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .hide-pc {
        display: none;
    }
}

.third-font {
    font-family: "Noto Sans JP", sans-serif;
}

.btn-arrow, .btn-arrow--blue {
    background: #181c3d;
    border-radius: 20px;
    color: var(--white);
    width: 100%;
    max-width: 610px;
    display: inline-flex;
    justify-content: space-between;
    padding: 10px 20px;
    align-items: center;
    min-height: 68px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 16px;
    font-weight: 500;
}
@media only screen and (min-width: 768px) {
    .btn-arrow, .btn-arrow--blue {
        padding: 10px 30px;
        font-size: 18px;
        min-height: 80px;
    }
}
@media only screen and (min-width: 992px) {
    .btn-arrow, .btn-arrow--blue {
        padding: 10px 40px 10px 50px;
        font-size: 24px;
        min-height: 150px;
    }
}
.btn-arrow::after, .btn-arrow--blue::after {
    content: "";
    width: 32px;
    height: 32px;
    background: url("../images/arrow-brown.svg") no-repeat 0 0/100%;
}
@media only screen and (min-width: 768px) {
    .btn-arrow::after, .btn-arrow--blue::after {
        width: 50px;
        height: 50px;
    }
}
@media only screen and (min-width: 992px) {
    .btn-arrow::after, .btn-arrow--blue::after {
        width: 70px;
        height: 70px;
    }
}
.btn-arrow:hover, .btn-arrow--blue:hover {
    color: var(--white);
}
.btn-arrow--blue {
    border: 3px solid var(--blue);
    background: var(--white);
    color: var(--blue);
}
.btn-arrow--blue::after {
    background: url("../images/arrow-blue.svg") no-repeat 0 0/100%;
}
.btn-arrow--blue:hover {
    color: var(--blue);
}

.btn-arrow--left {
    color: var(--white);
    padding: 10px 55px;
    line-height: 1.5;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    border-radius: 100px;
    background: url("../images/arrow-right-inline.svg") no-repeat 35px 50%/8px var(--blue);
    font-size: 14px;
}
@media only screen and (min-width: 768px) {
    .btn-arrow--left {
        font-size: 18px;
        background-size: 10px;
        background-position: 55px 50%;
        padding: 16px 75px;
    }
}
.btn-arrow--left:hover {
    color: var(--white);
}

.mfp-bg {
    background: rgba(25, 47, 103, 0.5);
}

.pharmacy-popup {
    width: calc(100% - 30px);
    max-width: 1180px;
    margin: 50px auto;
    background: #fff;
    padding: 15px 15px 60px;
    border-radius: 6px;
}
@media only screen and (min-width: 768px) {
    .pharmacy-popup {
        border-radius: 14px;
        padding: 30px;
    }
}
@media only screen and (min-width: 992px) {
    .pharmacy-popup {
        padding: 50px 70px 100px 50px;
    }
}
.pharmacy-popup__heading {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}
@media only screen and (min-width: 992px) {
    .pharmacy-popup__heading {
        margin-bottom: 65px;
    }
}
.pharmacy-popup__heading h3 {
    color: var(--white);
    background: var(--blue-dark);
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
    margin: 0;
    padding: 3px 13px;
    border-radius: 4px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 2px;
    font-size: 16px;
}
@media only screen and (min-width: 768px) {
    .pharmacy-popup__heading h3 {
        padding: 8px 20px;
        font-size: 20px;
        min-width: 140px;
    }
}
.pharmacy-popup__close {
    margin-left: auto;
}
.pharmacy-popup__close svg {
    width: 20px;
}
@media only screen and (min-width: 768px) {
    .pharmacy-popup__close svg {
        width: 28px;
    }
}
.pharmacy-popup__bottom {
    margin-top: 20px;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .pharmacy-popup__bottom {
        margin-top: 50px;
    }
}
@media only screen and (min-width: 992px) {
    .pharmacy-popup__bottom {
        margin-top: 110px;
    }
}
.pharmacy-popup__bottom .btn-arrow--left {
    width: 100%;
    max-width: 190px;
}
@media only screen and (min-width: 768px) {
    .pharmacy-popup__bottom .btn-arrow--left {
        max-width: 280px;
    }
}

.list-info {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 15px;
    color: var(--blue-dark);
    line-height: 1.75;
    letter-spacing: 1.5px;
}
@media only screen and (min-width: 992px) {
    .list-info {
        font-size: 18px;
    }
}
.list-info li {
    padding-block: 21px;
}
@media only screen and (min-width: 768px) {
    .list-info li {
        padding: 0;
        display: flex;
        justify-content: space-between;
    }
}
@media only screen and (min-width: 768px) {
    .list-info li label,
    .list-info li p {
        padding: 24px 10px;
    }
}
.list-info li label {
    display: block;
    margin: 0 0 5px;
    font-weight: 500;
}
@media only screen and (min-width: 768px) {
    .list-info li label {
        width: 200px;
        margin: 0;
    }
}
@media only screen and (min-width: 992px) {
    .list-info li label {
        width: 270px;
    }
}
@media only screen and (min-width: 768px) {
    .list-info li p {
        width: calc(100% - 240px);
    }
}
@media only screen and (min-width: 992px) {
    .list-info li p {
        width: calc(100% - 310px);
    }
}
.list-info li + li {
    border-top: 1px solid var(--blue-dark);
}
@media only screen and (min-width: 768px) {
    .list-info li + li {
        border-top: 0;
    }
}
@media only screen and (min-width: 768px) {
    .list-info li + li label,
    .list-info li + li p {
        border-top: 1px solid var(--blue-dark);
    }
}

/*
input[type="text"],
input[type="email"],
input[type="password"],
input[type="phone"],
input[type="search"],
textarea,
select {
        border: 1px solid var(--gray);
        border-radius: var(--radius);
        padding: 15px 24px;
        outline: none !important;
}

.btn,
button,
input[type="button"],
input[type="submit"] {
        transition: all 0.3s;
        color: var(--white);
        padding: 16px 25px;
        min-width: 230px;
        text-align: center;
        font-weight: 700;
        display: inline-block;
        outline: none !important;
        border-radius: var(--radius);
        background: var(--primary);
        text-transform: uppercase;
        border: 0;

        &:hover {
                opacity: 0.9;
                color: var(--white);
        }

        svg {
                margin-right: 15px;
                max-height: 20px;
        }

        &.btn-white {
                color: var(--primary);
                background: var(--white);
        }
}

.btn-outline {
        transition: all 0.3s;
        color: var(--primary);
        padding: 15px 25px;
        min-width: 230px;
        text-align: center;
        font-weight: 700;
        display: inline-block;
        outline: none !important;
        border-radius: var(--radius);
        background: none;
        text-transform: uppercase;
        border: 1px solid var(--primary);

        &:hover {
                opacity: 0.9;
                color: var(--white);
        }

        svg {
                margin-right: 15px;
                max-height: 20px;
        }

        &.btn-white {
                border-color: var(--white);
                color: var(--white);
        }
}

.container {
        @extend %container;
}

.container-fluid {
        @extend %container;
        max-width: 1920px;

        @include breakpoint(tablet) {
                padding: 0 64px;
        }
}

.hamburger {
        position: relative;
        width: 28px;
        height: 18px;
        line-height: 1;
        cursor: pointer;
        display: block;
        right: 0;
        z-index: 99;
        opacity: 1;

        span {
                width: 28px;
                height: 2px;
                background: #555555;
                backface-visibility: hidden;
                position: absolute;
                display: block;
                margin: auto;
                transition: 0.3s all ease;
                transform: rotate(0deg);
                border-radius: 5px;
                top: calc(50% - 1px);
                left: calc(50% - 14px);

                &::before,
                &::after {
                        content: "";
                        transform-origin: center center;
                        width: 100%;
                        height: 2px;
                        background: #555555;
                        backface-visibility: hidden;
                        position: absolute;
                        left: 0;
                        top: 8px;
                        transition: 0.3s all ease;
                        border-radius: 5px;
                        opacity: 1;
                }

                &::after {
                        top: -8px;
                }
        }

        &.active {
                span {
                        transform: rotate(225deg);

                        &::before {
                                transform: rotate(-90deg);
                                top: 0;
                        }

                        &::after {
                                opacity: 0;
                        }
                }
        }
}

@media screen and (min-width: 1024px) {
        .pcbr {
                display: block;
        }
        .spbr {
                display: none;
        }
}
@media screen and (max-width: 1024px) {
        .pcbr {
                display: none;
        }
        .spbr {
                display: block;
        }
}
*/
body.header-transparent {
    position: relative;
}
body.header-transparent .site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.site-header {
    position: relative;
    padding: 20px;
    text-align: center;
    z-index: 999;
}
@media only screen and (min-width: 768px) {
    .site-header {
        padding: 51px 90px;
        text-align: left;
    }
}
.site-header__logo img {
    max-height: 40px;
}
@media only screen and (min-width: 768px) {
    .site-header__logo img {
        max-height: 77px;
    }
}

/** sections */
.pagination {
    margin-top: 50px;
}
@media only screen and (min-width: 992px) {
    .pagination {
        margin-top: 96px;
    }
}
.pagination ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 16px;
    font-weight: 300;
    gap: 10px 4px;
}
@media only screen and (min-width: 992px) {
    .pagination ul {
        gap: 10px 32px;
    }
}
.pagination ul li a,
.pagination ul li span {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination ul li span {
    background: #8f8075;
    color: var(--white);
    font-weight: 400;
}

/** pages */
.news {
    padding-top: 30px;
}
@media only screen and (min-width: 768px) {
    .news {
        padding-top: 100px;
    }
}
.news__heading {
    position: relative;
    z-index: 2;
}
@media only screen and (min-width: 768px) {
    .news__heading {
        margin-bottom: 70px;
    }
}
@media only screen and (min-width: 768px) {
    .news__heading--top {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
}
.news__heading--top h1 {
    font-family: "PT Serif", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: var(--primary);
    margin: 0 0 35px;
    font-size: 100px;
    text-align: right;
}
@media only screen and (min-width: 768px) {
    .news__heading--top h1 {
        order: 2;
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 992px) {
    .news__heading--top h1 {
        font-size: 238px;
    }
}
.news__heading--top-more h3 {
    margin: 0 0 16px;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 500;
    line-height: 1.5;
    font-size: 26px;
}
@media only screen and (min-width: 992px) {
    .news__heading--top-more h3 {
        font-size: 32px;
    }
}
.news__heading--top-more h4 {
    font-family: "PT Serif", sans-serif;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    gap: 14px;
    align-items: center;
}
@media only screen and (min-width: 992px) {
    .news__heading--top-more h4 {
        font-size: 18px;
        gap: 16px;
    }
}
.news__heading--top-more h4 svg {
    min-width: 19px;
    width: 19px;
}
@media only screen and (min-width: 992px) {
    .news__heading--top-more h4 svg {
        min-width: 30px;
        width: 30px;
    }
}
.news__heading--categories {
    margin-top: 50px;
}
@media only screen and (min-width: 992px) {
    .news__heading--categories {
        margin-top: 35px;
    }
}
.news__heading--categories ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 14px;
    font-weight: 400;
}
@media only screen and (min-width: 992px) {
    .news__heading--categories ul {
        font-size: 20px;
        gap: 20px 40px;
    }
}
@media only screen and (min-width: 1200px) {
    .news__heading--categories ul {
        gap: 20px 60px;
    }
}
.news__heading--categories ul li a {
    padding-bottom: 4px;
    display: block;
    border-bottom: 1px solid transparent;
}
@media only screen and (min-width: 992px) {
    .news__heading--categories ul li a {
        padding-bottom: 12px;
    }
}
.news__heading--categories ul li a:hover {
    border-color: rgba(54, 97, 157, 0.5);
}
.news__heading--categories ul li.active a {
    color: var(--primary);
    border-color: var(--primary);
}
.news__list {
    padding-block: 30px 100px;
    position: relative;
    z-index: 1;
}
@media only screen and (min-width: 768px) {
    .news__list {
        padding-block: 100px 132px;
    }
}
.news__list::before {
    content: "";
    background: #e7dfd2;
    position: absolute;
    right: 0;
    width: 160px;
    bottom: 0;
    height: calc(100% + 235px);
    border-radius: 24px 24px 0 0;
    z-index: -1;
}
@media only screen and (min-width: 520px) {
    .news__list::before {
        height: calc(100% + 185px);
    }
}
@media only screen and (min-width: 768px) {
    .news__list::before {
        border-radius: 50px 50px 0 0;
        height: 100%;
        width: 320px;
    }
}
@media only screen and (min-width: 1200px) {
    .news__list::before {
        width: calc(50vw - 265px);
        border-radius: 100px 100px 0 0;
    }
}
.news__item {
    padding-block: 20px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--text-body);
}
@media only screen and (min-width: 992px) {
    .news__item {
        padding-block: 40px;
        min-height: 246px;
    }
}
.news__item figure {
    width: 100px;
}
@media only screen and (min-width: 768px) {
    .news__item figure {
        width: 190px;
    }
}
.news__item figure img {
    width: 100%;
    border-radius: 15px;
}
.news__item--meta {
    display: flex;
    gap: 10px 34px;
    margin-bottom: 26px;
    font-size: 13px;
    font-weight: 300;
}
@media only screen and (min-width: 992px) {
    .news__item--meta {
        gap: 10px 94px;
        margin-bottom: 30px;
        font-size: 16px;
    }
}
.news__item--meta span {
    font-weight: 300;
}
.news__item--meta strong {
    font-family: "PT Serif", sans-serif;
    font-weight: 400;
}
.news__item--info {
    width: calc(100% - 100px);
    padding-right: 20px;
}
@media only screen and (min-width: 768px) {
    .news__item--info {
        width: calc(100% - 190px);
    }
}
.news__item--info h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    font-family: "M PLUS 1p", sans-serif;
    display: flex;
    gap: 15px;
    align-items: center;
}
@media only screen and (min-width: 992px) {
    .news__item--info h3 {
        font-size: 18px;
    }
}
.news__item--info h3 svg {
    min-width: 35px;
    width: 35px;
}
.news__item:hover .news__item--meta {
    color: var(--text-body);
}

.shop-detail__summary--detail h3, .shop-detail__info h3 {
    font-family: "PT Serif", sans-serif;
    color: var(--primary);
    font-weight: 400;
    font-size: 28px;
    line-height: 1.5;
}
@media only screen and (min-width: 992px) {
    .shop-detail__summary--detail h3, .shop-detail__info h3 {
        font-size: 32px;
    }
}
.shop-detail__summary--detail h3 a, .shop-detail__info h3 a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--primary);
}
.shop-detail__summary--detail h3 a svg, .shop-detail__info h3 a svg {
    width: 28px;
}
@media only screen and (min-width: 992px) {
    .shop-detail__summary--detail h3 a svg, .shop-detail__info h3 a svg {
        width: 30px;
    }
}

.openhour-table {
    border: 2px solid #7895bd;
    font-size: 11px;
    font-weight: 500;
}
@media only screen and (min-width: 768px) {
    .openhour-table {
        font-size: 14px;
    }
}
@media only screen and (min-width: 1200px) {
    .openhour-table {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1320px) {
    .openhour-table {
        font-size: 18px;
    }
}
.openhour-table tr th,
.openhour-table tr td {
    padding: 4px;
}
@media only screen and (min-width: 1200px) {
    .openhour-table tr th,
    .openhour-table tr td {
        padding: 10px;
    }
}
@media only screen and (min-width: 1320px) {
    .openhour-table tr th,
    .openhour-table tr td {
        padding: 15px;
    }
}
.openhour-table tr td {
    padding: 4px 0 4px 10px;
    font-size: 13px;
}
@media only screen and (min-width: 768px) {
    .openhour-table tr td {
        font-size: 14px;
    }
}
@media only screen and (min-width: 1200px) {
    .openhour-table tr td {
        font-size: 16px;
        padding: 10px 0 10px 15px;
    }
}
@media only screen and (min-width: 1320px) {
    .openhour-table tr td {
        padding: 15px 0 15px 30px;
        font-size: 18px;
    }
}
.openhour-table tr td:last-of-type {
    padding-right: 10px;
}
@media only screen and (min-width: 1200px) {
    .openhour-table tr td:last-of-type {
        padding-right: 15px;
    }
}
@media only screen and (min-width: 1320px) {
    .openhour-table tr td:last-of-type {
        padding-right: 30px;
    }
}
.openhour-table tr th {
    min-width: 100px;
    border-right: 2px solid #7895bd;
}
@media only screen and (min-width: 992px) {
    .openhour-table tr th {
        min-width: 195px;
    }
}
.openhour-table thead {
    font-size: 12px;
}
@media only screen and (min-width: 768px) {
    .openhour-table thead {
        font-size: 14px;
    }
}
@media only screen and (min-width: 1200px) {
    .openhour-table thead {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1320px) {
    .openhour-table thead {
        font-size: 18px;
    }
}
.openhour-table thead tr th,
.openhour-table thead tr td {
    background: #dee5ef;
    border-bottom: 2px solid #7895bd;
}

.shop-banner {
    padding-top: 40px;
}
@media only screen and (min-width: 768px) {
    .shop-banner {
        padding-top: 80px;
    }
}
@media only screen and (min-width: 768px) {
    .shop-banner {
        padding-top: 130px;
    }
}
.shop-banner__title {
    display: flex;
    align-items: center;
    gap: 30px;
}
@media only screen and (min-width: 768px) {
    .shop-banner__title {
        gap: 50px;
    }
}
.shop-banner__title h1 {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    font-family: "M PLUS 1p", sans-serif;
    color: var(--primary);
    line-height: 1.5;
    display: flex;
    flex-direction: column;
}
@media only screen and (min-width: 768px) {
    .shop-banner__title h1 {
        font-size: 32px;
    }
}
@media only screen and (min-width: 992px) {
    .shop-banner__title h1 {
        font-size: 40px;
    }
}
.shop-banner__title h1 small {
    font-family: "PT Serif", sans-serif;
    font-weight: 400;
    font-size: 16px;
}
@media only screen and (min-width: 992px) {
    .shop-banner__title h1 small {
        font-size: 20px;
    }
}
.shop-banner__title h3 {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    font-family: "M PLUS 1p", sans-serif;
    color: var(--primary);
}
@media only screen and (min-width: 992px) {
    .shop-banner__title h3 {
        font-size: 20px;
    }
}
@media only screen and (min-width: 992px) {
    .shop-banner__title h3 {
        font-size: 32px;
    }
}
.shop-banner picture {
    display: block;
    margin: 20px 0 0;
}
.shop-banner picture img {
    width: 100%;
}

.shop-detail {
    padding-block: 50px 40px;
}
@media only screen and (min-width: 768px) {
    .shop-detail {
        padding-block: 75px 40px;
    }
}
@media only screen and (min-width: 1024px) {
    .shop-detail {
        padding-block: 75px 190px;
    }
}
.shop-detail__box {
    background: var(--white);
    border-radius: 20px;
    padding: 35px 25px;
}
@media only screen and (min-width: 992px) {
    .shop-detail__box {
        padding: 85px 90px 75px;
    }
}
.shop-detail__info {
    color: var(--primary);
    margin-bottom: 45px;
}
@media only screen and (min-width: 768px) {
    .shop-detail__info {
        display: flex;
        align-items: flex-end;
        margin-bottom: 50px;
    }
}
@media only screen and (min-width: 768px) {
    .shop-detail__info--left {
        width: 50%;
        padding-right: 20px;
    }
}
@media only screen and (min-width: 768px) {
    .shop-detail__info--right {
        width: 50%;
    }
}
.shop-detail__info--hotline {
    margin-block: 12px 20px;
}
@media only screen and (min-width: 768px) {
    .shop-detail__info--hotline {
        margin-block: 5px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .shop-detail__info--hotline {
        display: flex;
        align-items: center;
        gap: 28px;
    }
}
.shop-detail__info h2 {
    font-size: 20px;
    font-weight: 500;
    font-family: "M PLUS 1p", sans-serif;
    margin: 0 0 12px;
    display: flex;
    align-items: flex-end;
    gap: 15px;
    color: var(--primary);
    line-height: 1.5;
}
@media only screen and (min-width: 768px) {
    .shop-detail__info h2 {
        font-size: 28px;
        margin: 0 0 20px;
    }
}
.shop-detail__info h2 a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--primary);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 2.4;
}
@media only screen and (min-width: 768px) {
    .shop-detail__info h2 a {
        font-size: 14px;
    }
}
.shop-detail__info h2 a svg {
    width: 6px;
}
@media only screen and (min-width: 768px) {
    .shop-detail__info h2 a svg {
        width: 8px;
    }
}
.shop-detail__info p {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
}
@media only screen and (min-width: 768px) {
    .shop-detail__info p {
        font-size: 18px;
    }
}
.shop-detail__info h4 {
    margin: 0;
    font-size: 15px;
    font-family: "PT Serif", sans-serif;
    font-weight: 400;
}
@media only screen and (min-width: 992px) {
    .shop-detail__info h4 {
        font-size: 20px;
    }
}
.shop-detail__list {
    color: #000000;
}
.shop-detail__list--item {
    padding-block: 25px;
    border-bottom: 1px solid #7895bd;
}
@media only screen and (min-width: 768px) {
    .shop-detail__list--item {
        display: flex;
    }
}
@media only screen and (min-width: 992px) {
    .shop-detail__list--item {
        padding-block: 40px;
    }
}
.shop-detail__list--item:first-of-type {
    border-top: 1px solid #7895bd;
}
.shop-detail__list--item-left {
    padding-right: 20px;
    color: var(--primary);
    font-family: "PT Serif", sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
    .shop-detail__list--item-left {
        width: 200px;
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 992px) {
    .shop-detail__list--item-left {
        font-size: 20px;
    }
}
.shop-detail__list--item-right {
    font-size: 16px;
    line-height: 1.75;
}
@media only screen and (min-width: 768px) {
    .shop-detail__list--item-right {
        width: calc(100% - 200px);
    }
}
@media only screen and (min-width: 992px) {
    .shop-detail__list--item-right {
        font-size: 18px;
        line-height: 2;
    }
}
.shop-detail__list--item ul li label {
    margin: 0;
    min-width: 96px;
    display: inline-block;
}
@media only screen and (min-width: 992px) {
    .shop-detail__list--item ul li label {
        min-width: 125px;
    }
}
.shop-detail__list--item ul li + li {
    margin-top: 10px;
}
.shop-detail__summary {
    margin-top: 40px;
}
@media only screen and (min-width: 768px) {
    .shop-detail__summary {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
@media only screen and (min-width: 992px) {
    .shop-detail__summary {
        margin-top: 70px;
    }
}
.shop-detail__summary picture {
    display: block;
    margin: 0 0 30px;
}
@media only screen and (min-width: 768px) {
    .shop-detail__summary picture {
        width: calc(50% - 32px);
        margin: 0;
    }
}
.shop-detail__summary picture img {
    width: 100%;
}
.shop-detail__summary--detail {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.86;
    letter-spacing: 1px;
}
@media only screen and (min-width: 768px) {
    .shop-detail__summary--detail {
        width: calc(50% - 70px);
        font-weight: 400;
    }
}
@media only screen and (min-width: 992px) {
    .shop-detail__summary--detail {
        font-size: 18px;
        line-height: 2.22;
    }
}
.shop-detail__summary--detail h2 {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 5px;
    letter-spacing: 1px;
    color: var(--primary);
}
@media only screen and (min-width: 992px) {
    .shop-detail__summary--detail h2 {
        font-size: 38px;
        margin: 0 0 10px;
    }
}
.shop-detail__summary--detail h3 {
    margin-bottom: 30px;
}

.shop-related .pharmacy_shoplist .pharmacy_block_inner {
    max-width: 1320px;
}

.video-section__heading h2, .content-image__body h2, .banner-info__body h2, .heading-section h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: var(--blue);
    letter-spacing: 0.5px;
    line-height: 1.75;
    font-size: 28px;
}
@media only screen and (min-width: 992px) {
    .video-section__heading h2, .content-image__body h2, .banner-info__body h2, .heading-section h2 {
        font-size: 36px;
    }
}
@media only screen and (min-width: 1300px) {
    .video-section__heading h2, .content-image__body h2, .banner-info__body h2, .heading-section h2 {
        font-size: 48px;
    }
}
@media only screen and (min-width: 1600px) {
    .video-section__heading h2, .content-image__body h2, .banner-info__body h2, .heading-section h2 {
        font-size: 54px;
    }
}

.content-image__body, .banner-info__body {
    color: #534741;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 1.6;
}
@media only screen and (min-width: 768px) {
    .content-image__body, .banner-info__body {
        font-size: 14px;
    }
}
@media only screen and (min-width: 992px) {
    .content-image__body, .banner-info__body {
        font-size: 15px;
        line-height: 2.22;
    }
}
@media only screen and (min-width: 1200px) {
    .content-image__body, .banner-info__body {
        font-size: 18px;
    }
}

.video-section__heading h3, .heading-section h3 {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--blue);
    font-size: 15px;
    font-weight: 400;
    font-family: "PT Serif", sans-serif;
    margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
    .video-section__heading h3, .heading-section h3 {
        font-size: 18px;
        gap: 16px;
    }
}
.video-section__heading h3::before, .heading-section h3::before {
    content: "";
    width: 19px;
    height: 19px;
    background: url("../images/arrow-down-blue.svg") no-repeat 0 0/100%;
}
@media only screen and (min-width: 992px) {
    .video-section__heading h3::before, .heading-section h3::before {
        width: 30px;
        height: 30px;
    }
}

.entry-section h2, .recruit-links h2 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
    font-size: 28px;
}
@media only screen and (min-width: 992px) {
    .entry-section h2, .recruit-links h2 {
        font-size: 32px;
    }
}

.grid-box, .data-section, .video-section, .content-image {
    position: relative;
    z-index: 1;
}
.grid-box::before, .data-section::before, .video-section::before, .content-image::before {
    content: "";
    width: 160px;
    height: 100%;
    background: #e7dfd2;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
}
@media only screen and (min-width: 768px) {
    .grid-box::before, .data-section::before, .video-section::before, .content-image::before {
        width: 320px;
    }
}
@media only screen and (min-width: 1200px) {
    .grid-box::before, .data-section::before, .video-section::before, .content-image::before {
        width: calc(50vw - 265px);
    }
}

.heading-section {
    margin-bottom: 45px;
}
.heading-section h2 {
    margin-bottom: 10px;
}
.heading-section--inline {
    margin-bottom: 40px;
    text-align: center;
}
@media only screen and (min-width: 992px) {
    .heading-section--inline {
        display: flex;
        gap: 10px 35px;
        align-items: center;
        flex-wrap: wrap;
        text-align: left;
    }
}
.heading-section--inline h2 {
    margin: 0;
    position: relative;
}
@media only screen and (min-width: 992px) {
    .heading-section--inline h2::after {
        content: "";
        width: 60px;
        height: 3px;
        border-radius: 5px;
        background: var(--blue);
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -25px;
    }
}
.heading-section--inline h3 {
    margin: 0;
    display: inline-flex;
}
.heading-section--inline p {
    width: 100%;
    font-weight: 300;
    line-height: 1.75;
    color: var(--blue);
    font-size: 18px;
    margin-top: 15px;
}
@media only screen and (min-width: 768px) {
    .heading-section--inline p {
        font-size: 20px;
        margin-top: 25px;
    }
}
@media only screen and (min-width: 992px) {
    .heading-section--inline p {
        font-size: 24px;
        margin-top: 45px;
    }
}

.banner-info {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    z-index: 2;
    padding-top: 120px;
}
@media only screen and (min-width: 992px) {
    .banner-info {
        padding-top: 0;
    }
}
.banner-info picture img {
    width: 100%;
}
.banner-info figure {
    position: absolute;
    bottom: -230px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    max-width: 335px;
    z-index: 2;
}
@media only screen and (min-width: 768px) {
    .banner-info figure {
        bottom: -9vw;
        max-width: 1700px;
    }
}
@media only screen and (min-width: 1740px) {
    .banner-info figure {
        bottom: -163px;
    }
}
.banner-info figure img {
    width: 100%;
}
.banner-info__body {
    position: absolute;
    background: rgba(255, 255, 255, 0.82);
    border-radius: 16px;
    padding: 50px 40px;
    width: calc(100% - 60px);
    left: 50%;
    transform: translateX(-50%);
    bottom: -195px;
    top: auto;
}
@media only screen and (min-width: 768px) {
    .banner-info__body {
        width: 50%;
        transform: translateY(50%);
        bottom: 50%;
        right: 0;
        left: auto;
    }
}
@media only screen and (min-width: 992px) {
    .banner-info__body {
        padding: 30px 40px;
    }
}
@media only screen and (min-width: 1600px) {
    .banner-info__body {
        padding: 135px 110px 70px;
    }
}
.banner-info__body--inner {
    max-width: 540px;
}
.banner-info__body h2 {
    margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
    .banner-info__body h2 {
        margin: 0 0 30px;
    }
}

.content-image {
    font-family: "Noto Sans JP", sans-serif;
    padding: 290px 20px 30px;
}
@media only screen and (min-width: 768px) {
    .content-image {
        padding: 16vw 20px 30px;
        display: flex;
        align-items: center;
        gap: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .content-image {
        gap: 0;
        padding: 16vw 0 80px;
    }
}
@media only screen and (min-width: 1740px) {
    .content-image {
        padding: 310px 0 80px;
    }
}
.content-image picture {
    overflow: hidden;
    display: block;
    margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
    .content-image picture {
        flex-basis: 0;
        flex-grow: 1;
    }
}
.content-image picture img {
    border-radius: 46px;
}
@media only screen and (min-width: 1200px) {
    .content-image picture img {
        margin-left: -60px;
    }
}
@media only screen and (min-width: 1600px) {
    .content-image picture img {
        margin-left: -120px;
    }
}
@media only screen and (min-width: 768px) {
    .content-image__body {
        flex-basis: 0;
        flex-grow: 1;
    }
}
.content-image__body h2 {
    margin: 0 0 30px;
}
.content-image__body p {
    margin-bottom: 24px;
}
@media only screen and (min-width: 1200px) {
    .content-image__body p {
        margin-bottom: 40px;
    }
}
.content-image__body p:last-of-type {
    margin-bottom: 0;
}

.video-section {
    padding-block: 30px 90px;
}
@media only screen and (min-width: 768px) {
    .video-section {
        padding-block: 80px 130px;
    }
}
@media only screen and (min-width: 768px) {
    .video-section .container-lg {
        display: flex;
        align-items: center;
    }
}
.video-section__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid var(--blue);
    padding-bottom: 10px;
    margin: 0 -20px 30px;
}
@media only screen and (min-width: 768px) {
    .video-section__heading {
        width: 45.3%;
        margin: 0;
    }
}
@media only screen and (min-width: 768px) {
    .video-section__body {
        width: 54.7%;
    }
}
.data-section {
    padding-block: 80px;
}
.data-section::after {
    content: "";
    background: var(--white);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    border-radius: 0;
}
@media only screen and (min-width: 768px) {
    .data-section::after {
        border-radius: 24px;
    }
}
@media only screen and (min-width: 768px) {
    .data-section::after {
        border-radius: 50px;
    }
}
.data-section .heading-section {
    margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
    .data-section .heading-section {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .data-section .heading-section h2 {
        font-size: 52px;
    }
}

.grid-box {
    padding-block: 40px;
}
@media only screen and (min-width: 768px) {
    .grid-box {
        padding-block: 90px;
    }
}
.grid-box::before {
    height: 363px;
    border-radius: 0 0 100px 100px;
}
@media only screen and (max-width: 767px) {
    .grid-box::before {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .grid-box .heading-section {
        text-align: left;
    }
    .grid-box .heading-section h3 {
        padding-bottom: 25px;
        position: relative;
    }
    .grid-box .heading-section h3::before {
        content: "";
        width: 60px;
        height: 3px;
        background: var(--blue);
        position: absolute;
        bottom: 0;
        left: 0;
        border-radius: 5px;
    }
}
.grid-box__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}
@media only screen and (min-width: 768px) {
    .grid-box__inner {
        gap: 40px 40px;
    }
}
@media only screen and (min-width: 992px) {
    .grid-box__inner {
        gap: 110px 60px;
    }
}
.grid-box__item {
    text-align: center;
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .grid-box__item {
        width: calc(50% - 20px);
    }
}
@media only screen and (min-width: 992px) {
    .grid-box__item {
        width: calc(33.33% - 40px);
    }
}
.grid-box__item figure {
    margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
    .grid-box__item figure {
        margin-bottom: 30px;
    }
}
.grid-box__item figure img {
    width: 100%;
    border-radius: 20px;
    aspect-ratio: 1.28;
    object-fit: cover;
}
.grid-box__item h3 {
    color: var(--text-body);
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    margin: 0;
    font-size: 24px;
    letter-spacing: 2px;
}
@media only screen and (min-width: 992px) {
    .grid-box__item h3 {
        font-size: 30px;
    }
}
.grid-box__item p {
    margin: 5px 0 0;
    font-size: 15px;
    font-weight: 300;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 2px;
}
@media only screen and (min-width: 992px) {
    .grid-box__item p {
        margin: 10px 0 0;
    }
}

.recruit-list {
    padding-block: 30px;
}
@media only screen and (min-width: 768px) {
    .recruit-list {
        padding-block: 90px 60px;
    }
}
.recruit-list .heading-section {
    margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
    .recruit-list .heading-section {
        margin-bottom: 75px;
    }
}
.recruit-list .heading-section h2::after {
    bottom: -15px;
}

.recruit-links figure {
    text-align: center;
}
.recruit-links figure img {
    width: 100%;
    max-width: 1112px;
}
@media only screen and (max-width: 767px) {
    .recruit-links .recruit_item {
        width: 100%;
    }
}
.recruit-links__inner {
    position: relative;
    z-index: 1;
    padding-bottom: 35px;
}
@media only screen and (min-width: 768px) {
    .recruit-links__inner {
        padding-bottom: 70px;
    }
}
@media only screen and (min-width: 1200px) {
    .recruit-links__inner {
        padding-bottom: 130px;
    }
}
.recruit-links__inner::before {
    content: "";
    width: calc(100% + 300px);
    height: calc(100% + 4vw);
    background: #e1d6c5;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
@media only screen and (min-width: 1152px) {
    .recruit-links__inner::before {
        height: calc(100% + 55px);
    }
}
.recruit-links__list {
    margin-top: 45px;
}
@media only screen and (min-width: 768px) {
    .recruit-links__list {
        display: flex;
        gap: 10px 60px;
    }
}
@media only screen and (min-width: 992px) {
    .recruit-links__list {
        margin-top: 90px;
    }
}
@media only screen and (max-width: 767px) {
    .recruit-links__list .btn-arrow, .recruit-links__list .btn-arrow--blue {
        margin-bottom: 24px;
    }
}
.recruit-links h2 {
    text-align: center;
}

.entry-section {
    background: #36619d;
    padding-block: 45px 34vw;
    position: relative;
    z-index: 1;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .entry-section {
        padding-block: 60px 34vw;
    }
}
@media only screen and (min-width: 870px) {
    .entry-section {
        padding-block: 110px 140px;
    }
}
.entry-section figure {
    position: absolute;
    bottom: -7vw;
    width: calc(100% - 40px);
    left: 50%;
    transform: translateX(-50%);
    max-width: 830px;
    z-index: -1;
}
@media only screen and (min-width: 870px) {
    .entry-section figure {
        bottom: -68px;
    }
}
.entry-section figure img {
    width: 100%;
}
.entry-section h2 {
    color: var(--white);
    margin-bottom: 45px;
}

.single_news__heading--top-more .single--info{
    margin-bottom: 20px;
}
.single_news__heading--top-more .single--info .date{
    font-size: 13px;
    line-height: 22px;
    margin-right: 80px;
}
.single_news__heading--top-more .single--info .category{
    font-size: 13px;
    line-height: 22px;
}

.single_news__heading--top-more h3{
    font-size: 18px;
    line-height: 32px;
}
.single_news__heading{
    padding-bottom: 30px;
}
.single_news__heading h1{
    color: #e7dfd2;
}
.single_news__content{
    border-bottom: 1px solid #534741;
}
.single_news__content .inner_content{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 70px;
}
.single_news__content img{
    display: block;
    margin: 0 0 30px;
}
.single_news__content p+p{
    margin-top: 30px;
}
.single_news__heading .link_list_page{
    margin: 70px auto 0;
}
@media (min-width: 768px){
    .single_news__heading{
        padding-bottom: 70px;
    }
    .single_news__content{
        border-top: 1px solid #534741;
    }
    .single_news__content .inner_content{
        padding: 70px 0 90px;
    }
    .single_news__heading--top-more .single--info .date{
        font-size: 16px;
        line-height: 28px;
        margin-right: 80px;
    }
    .single_news__heading--top-more .single--info .category{
        font-size: 16px;
        line-height: 28px;
        margin-right: 80px;
    }

    .single_news__heading--top-more h3{
        font-size: 24px;
        line-height: 42px;
    }
    .single_news__heading--top-more .single--info{
        margin-bottom: 40px;
    }
    .single_news__content img{
        margin: 0 0 50px;
    }
    .single_news__content p+p{
        margin-top: 50px;
    }
}

.access__map{
    margin-top: 60px;
}
.access__map .container-lg{
    margin: 0 -20px;
    width: calc(100% + 40px);
}
@media (min-width: 768px){
    .access__map{
        margin-top: 120px;
    }
    .access__map .container-lg{
        margin: 0 auto;
        width: 100%;
    }
}
.access__map .heading-section--inline{
    justify-content: center;
}
.access__map .map iframe{
    display: block;
    width: 100%;
}
.text-center{
    text-align: center !important;
}
.shop--banner.banner-info{
    padding-top: 0;
}
.shop--banner.banner-info figure{
    bottom: 0;
    transform: translate(-50%,50%);
}
.shop--banner.banner-info .banner-text{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 24px;
    line-height: 38px;
    width: 100%;
}
@media (min-width: 768px){
    .shop--banner.banner-info .banner-text{
        font-size: 52px;
        line-height: 92px;
    }
}
.shops__list{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    column-gap: 45px;
    row-gap: 40px;
    margin-top: 70px;
    margin-bottom: 120px;
}
.shops__list .shop--item{
    width: 100%;
}
@media (min-width: 575px){
    .shops__list{
        row-gap: 80px;
    }
    .shops__list .shop--item{
        width: calc(50% - 22.5px);
    }
}
@media (min-width: 992px){
    .shops__list .shop--item{
        width: calc(33.333333% - 30px);
    }
}
.shops__list .shop--item a figure img{
    width: 100%;height:300px;object-fit:cover;
}
.shops__list .shop--item .title-ja{
    background: rgba(83,71,65,0.8);
    padding: 11px 0;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    min-width: 250px;
    max-width: calc(100% - 30px);
    margin: 0 auto;
}
.shops__list .shop--item .title-en{
    text-align: center;
    margin-top: -30px;
	font-family:"PT Serif", sans-serif;
}
@media (min-width: 768px){
    .shops__list .shop--item .title-ja{
        max-width: 280px;
        margin: 0 auto;
    }
}