@charset "UTF-8";
/**  Mixins */ /*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
/** Global **/
@import url("https://fonts.googleapis.com/css2?family=Gothic+A1:wght@300..700&family=Noto+Sans+JP:wght@300..700&display=swap");
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #6096c4;
    text-decoration: none;
}
a:hover {
    opacity: 0.8;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0;
    padding: 0;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type=radio],
input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

:root {
    --white: #ffffff;
    --black: #000000;
    --smoke: #f4f5ef;
    --gray: #707070;
    --gray-light: #B1B1B1;
    --purple: #AA7ED8;
    --blue: #6C99EB;
    --cyan: #6ED0DE;
    --orange: #FFB658;
    --red: #FE7E7B;
    --pink: #ED99D9;
    --brown: #DCA69B;
    --blue-gray: #45565E;
    --primary: #88C4DA;
    --second: #F7C1B6;
    --text-body: #3A3938;
    --radius: 5px;
}

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

body {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-family: "Noto Sans JP", sans-serif;
    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(--text-body);
    outline: none !important;
}
a:hover {
    opacity: 0.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 700;
    color: var(--text-body);
}

h1 {
    font-size: 2.25rem;
    line-height: 1.3;
}
@media (min-width: 48em) {
    h1 {
        font-size: 2.875rem;
    }
}

h2 {
    font-size: 2.5rem;
    line-height: 1.15;
}
@media (min-width: 48em) {
    h2 {
        font-size: 3.5rem;
    }
}

h3 {
    font-size: 2.125rem;
    line-height: 1.16;
}
@media (min-width: 48em) {
    h3 {
        font-size: 2.5rem;
    }
}

h4 {
    font-size: 1.75rem;
    line-height: 1.16;
}
@media (min-width: 48em) {
    h4 {
        font-size: 2.25rem;
    }
}

h5 {
    font-size: 1.25rem;
    line-height: 1.2;
}
@media (min-width: 48em) {
    h5 {
        font-size: 1.5rem;
    }
}

h6 {
    font-size: 1.125rem;
    line-height: 1.3;
}
@media (min-width: 48em) {
    h6 {
        font-size: 1.25rem;
    }
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

.container-fluid, .container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.menu__inner ul, .site-footer__nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

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, .btn-gray, .btn-second,
button,
input[type=button],
input[type=submit] {
    transition: all 0.3s;
    color: var(--white);
    text-align: center;
    font-weight: 300;
    display: inline-block;
    outline: none !important;
    background: var(--primary);
    text-transform: uppercase;
    border: 0;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-size: 13px;
    border-radius: 100px;
    line-height: 1.4;
    max-width: 228px;
    width: 100%;
    padding: 11px 15px;
}
@media only screen and (min-width: 992px) {
    .btn, .btn-gray, .btn-second,
    button,
    input[type=button],
    input[type=submit] {
        max-width: 260px;
        font-size: 16px;
        padding: 13px 20px;
    }
}
.btn:hover, .btn-gray:hover, .btn-second:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
    color: var(--white);
}

.btn-second {
    background: var(--second);
}

.btn-gray {
    background: #6a787e;
}

.btn-outline, .btn-outline--gray {
    transition: all 0.3s;
    color: var(--primary);
    text-align: center;
    font-weight: 300;
    display: inline-block;
    outline: none !important;
    background: none;
    text-transform: uppercase;
    border: 2px solid var(--primary);
    padding: 10px 15px;
    border-radius: 100px;
    line-height: 1.4;
    max-width: 208px;
    width: 100%;
    font-size: 13px;
}
@media only screen and (min-width: 992px) {
    .btn-outline, .btn-outline--gray {
        max-width: 260px;
        font-size: 16px;
        padding: 11px 20px;
    }
}
.btn-outline:hover, .btn-outline--gray:hover {
    color: var(--primary);
}

.btn-outline--gray {
    border-color: var(--blue-gray);
    color: var(--blue-gray);
}
.btn-outline--gray:hover {
    color: var(--blue-gray);
}

.container-fluid {
    max-width: 1920px;
}
@media only screen and (min-width: 1200px) {
    .container-fluid {
        padding: 0 60px;
    }
}
@media only screen and (min-width: 1600px) {
    .container-fluid {
        padding: 0 135px;
    }
}

.hamburger {
    position: relative;
    width: auto;
    line-height: 1;
    cursor: pointer;
    display: block;
    right: 0;
    z-index: 99999;
    opacity: 1;
    padding-top: 24px;
}
.hamburger strong {
    font-size: 10px;
    line-height: 1.4;
    font-weight: 400;
}
.hamburger span {
    width: 20px;
    height: 1px;
    background: #707070;
    backface-visibility: hidden;
    position: absolute;
    display: block;
    margin: auto;
    transition: 0.3s all ease;
    transform: rotate(0deg);
    border-radius: 5px;
    top: 10px;
    left: calc(50% - 10px);
}
.hamburger span::before, .hamburger span::after {
    content: "";
    transform-origin: center center;
    width: 100%;
    height: 1px;
    background: #707070;
    backface-visibility: hidden;
    position: absolute;
    left: 0;
    top: 8px;
    transition: 0.3s all ease;
    border-radius: 5px;
    opacity: 1;
}
.hamburger span::after {
    top: -8px;
}
.hamburger.active span {
    transform: rotate(225deg);
}
.hamburger.active span::before {
    transform: rotate(-90deg);
    top: 0;
}
.hamburger.active span::after {
    opacity: 0;
}

.text-purple {
    color: var(--purple);
}

.text-blue {
    color: var(--blue);
}

.text-cyan {
    color: var(--cyan);
}

.text-orange {
    color: var(--orange);
}

.text-red {
    color: var(--red);
}

.text-pink {
    color: var(--pink);
}

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

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

@media only screen and (max-width: 767px) {
    .heading-dot {
        display: flex;
        align-items: center;
        gap: 16px;
        margin-bottom: 40px;
    }
}
.heading-dot h2 {
    font-size: 18px;
    font-weight: 700;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    margin: 0;
    position: relative;
    padding-left: 34px;
    line-height: 1.28;
}
@media only screen and (min-width: 768px) {
    .heading-dot h2 {
        font-size: 24px;
        margin: 0 0 15px;
    }
}
@media only screen and (min-width: 1300px) {
    .heading-dot h2 {
        font-size: 34px;
        padding-left: 0;
        margin: 0 0 25px;
    }
}
.heading-dot h2::after {
    content: "";
    width: 23px;
    height: 23px;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/heading-dot.png") no-repeat 0 0/100%;
}
@media only screen and (min-width: 768px) {
    .heading-dot h2::after {
        top: 4px;
    }
}
@media only screen and (min-width: 1300px) {
    .heading-dot h2::after {
        left: -58px;
        top: 5px;
        width: 38px;
        height: 38px;
    }
}
.heading-dot p {
    margin: 0;
    font-size: 8px;
    letter-spacing: 1px;
    color: #45565e;
}
@media only screen and (min-width: 768px) {
    .heading-dot p {
        font-size: 14px;
        padding-left: 34px;
    }
}
@media only screen and (min-width: 1300px) {
    .heading-dot p {
        padding-left: 0;
    }
}

.heading-overlap {
    text-align: center;
    margin-bottom: 44px;
}
@media only screen and (min-width: 768px) {
    .heading-overlap {
        margin-bottom: 100px;
    }
}
.heading-overlap figure img {
    max-width: 55px;
}
@media only screen and (min-width: 768px) {
    .heading-overlap figure img {
        max-width: 65px;
    }
}
@media only screen and (min-width: 992px) {
    .heading-overlap figure img {
        max-width: 123px;
    }
}
.heading-overlap__inner {
    position: relative;
}
.heading-overlap__inner h2 {
    font-size: 75px;
    line-height: 1;
    color: #f2eeec;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
}
@media only screen and (min-width: 992px) {
    .heading-overlap__inner h2 {
        font-size: 100px;
    }
}
@media only screen and (min-width: 1200px) {
    .heading-overlap__inner h2 {
        font-size: 143px;
    }
}
.heading-overlap__inner h5 {
    color: var(--text-body);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
}
@media only screen and (min-width: 992px) {
    .heading-overlap__inner h5 {
        font-size: 24px;
    }
}
@media only screen and (min-width: 1200px) {
    .heading-overlap__inner h5 {
        font-size: 37px;
    }
}

.heading-border {
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media only screen and (min-width: 768px) {
    .heading-border {
        margin-bottom: 48px;
    }
}
.heading-border__circle {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url("../images/heading-circle.png") no-repeat 0 0/100%;
    width: 175px;
    height: 175px;
    padding: 50px 30px 30px;
    margin-bottom: 22px;
}
@media only screen and (min-width: 992px) {
    .heading-border__circle {
        width: 248px;
        height: 248px;
    }
}
.heading-border__circle h3 {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    line-height: 1.7;
}
@media only screen and (min-width: 992px) {
    .heading-border__circle h3 {
        font-size: 22px;
    }
}
.heading-border__circle h4 {
    font-size: 9px;
    font-weight: 400;
    font-family: "Gothic A1", sans-serif;
    margin: 0;
    color: #c5d1d6;
}
@media only screen and (min-width: 992px) {
    .heading-border__circle h4 {
        font-size: 14px;
    }
}
.heading-border h2 {
    color: var(--brown);
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 700;
    font-size: 14px;
    background: url("../images/heading-border-left.svg") no-repeat 0 0/22px, url("../images/heading-border-right.svg") no-repeat 100% 100%/22px;
    padding: 10px 40px;
    margin: 0 0 16px;
}
@media only screen and (min-width: 768px) {
    .heading-border h2 {
        font-size: 22px;
    }
}
@media only screen and (min-width: 992px) {
    .heading-border h2 {
        padding: 20px 60px;
        font-size: 30px;
        background-size: 55px, 55px;
    }
}
.heading-border p {
    margin: 0;
    font-size: 16px;
    line-height: 2;
}
@media only screen and (max-width: 767px) {
    .heading-border p {
        display: none;
    }
}

.heading-line {
    margin-bottom: 14px;
}
@media only screen and (min-width: 768px) {
    .heading-line {
        margin-bottom: 30px;
    }
}
.heading-line h2 {
    font-size: 21px;
    font-weight: 700;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    margin: 0;
    position: relative;
    padding-left: 53px;
    line-height: 1.52;
    padding-bottom: 13px;
    border-bottom: 1px solid #d2d2d2;
}
@media only screen and (min-width: 768px) {
    .heading-line h2 {
        font-size: 25px;
        padding-left: 60px;
    }
}
.heading-line h2::after {
    content: "";
    width: 33px;
    height: 33px;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/heading-dot.png") no-repeat 0 0/100%;
}
@media only screen and (min-width: 768px) {
    .heading-line h2::after {
        width: 38px;
        height: 38px;
    }
}

.hotline {
    display: flex;
    align-items: flex-end;
    gap: 18px;
}
@media only screen and (min-width: 1200px) {
    .hotline {
        gap: 24px;
    }
}
.hotline figure img {
    width: 64px;
}
@media only screen and (min-width: 1200px) {
    .hotline figure img {
        width: 97px;
    }
}
.hotline__body {
    white-space: nowrap;
}
.hotline__body p {
    margin: 0 0 5px;
    display: flex;
    justify-content: space-between;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 1.2;
    font-size: 8px;
}
@media only screen and (min-width: 768px) {
    .hotline__body p {
        font-size: 10px;
    }
}
@media only screen and (min-width: 1200px) {
    .hotline__body p {
        font-size: 16px;
    }
}
.hotline__body p span {
    letter-spacing: 3.5px;
    border-bottom: 2px solid #fff100;
}
.hotline__body a {
    font-size: 31px;
    font-weight: 700;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    color: var(--primary);
    line-height: 1;
}
@media only screen and (min-width: 768px) {
    .hotline__body a {
        font-size: 34px;
    }
}
@media only screen and (min-width: 1200px) {
    .hotline__body a {
        font-size: 56px;
    }
}

body.show-nav .site-header {
    background: transparent;
}
body.show-nav .site-header__call a {
    background: var(--white);
    color: var(--primary);
}
body.show-nav .site-header__call figure img:first-child {
    display: none;
}
body.show-nav .site-header__call figure img:last-child {
    display: block;
}
body.show-nav .hamburger {
    color: var(--white);
}
body.show-nav .hamburger span {
    background: var(--white);
}
body.show-nav .hamburger span::before, body.show-nav .hamburger span::after {
    background: var(--white);
}

.site-header {
    padding-block: 16px;
    z-index: 9999;
    position: sticky;
    top: 0;
}
@media only screen and (min-width: 768px) {
    .site-header {
        background: #fff;
        /*position: relative;*/
    }
}
@media only screen and (min-width: 992px) {
    .site-header {
        padding-block: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .site-header.sticky {
        background: var(--white);
    }
}
.site-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.site-header__logo img {
/*    padding: 8px 10px;*/
    max-width: 150px;
    background: var(--white);
}
@media only screen and (min-width: 768px) {
    .site-header__logo img {
        padding: 0;
        background: transparent;
    }
}
@media only screen and (min-width: 992px) {
    .site-header__logo img {
        max-width: 300px;
    }
}
.site-header__controls {
    display: flex;
    gap: 12px;
    align-items: center;
}
@media only screen and (max-width: 767px) {
    .site-header .hotline {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .site-header__toggle {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .site-header__call {
        display: none;
    }
}
.site-header__call a {
    display: flex;
    background: var(--primary);
    border-radius: 5px;
    gap: 10px;
    padding: 8px 14px 8px 12px;
    align-items: center;
    color: var(--white);
}
.site-header__call a img {
    width: 24px;
}
.site-header__call a span {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.5;
}
.site-header__call a span strong {
    font-size: 10px;
    letter-spacing: 2px;
}
.site-header__call a span small {
    font-weight: 300;
    font-size: 7px;
}
.site-header__call figure img:last-child {
    display: none;
}

.site-footer {
    border-top: 1px solid #707070;
    padding-top: 80px;
    background: #f6f6f6;
}
.site-footer__inner {
    padding-bottom: 56px;
}
@media only screen and (min-width: 768px) {
    .site-footer__inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-bottom: 90px;
    }
}
.site-footer__info {
    width: 100%;
    margin-bottom: 50px;
}
@media only screen and (min-width: 992px) {
    .site-footer__info {
        width: auto;
        margin-bottom: 0;
    }
}
.site-footer__info img {
/*    padding: 10px 25px;
    background: var(--white);*/
    max-width: 190px;
}
@media only screen and (min-width: 768px) {
    .site-footer__info img {
        max-width: 257px;
    }
}
.site-footer__info--logo {
    margin-bottom: 50px;
    display: inline-block;
}
@media only screen and (min-width: 768px) {
    .site-footer__info--logo {
        margin-bottom: 38px;
    }
}
.site-footer__info p {
    margin-bottom: 11px;
}
@media only screen and (min-width: 768px) {
    .site-footer__info p {
        margin-bottom: 20px;
    }
}
.site-footer__info h3,
.site-footer__info h4,
.site-footer__info h5 {
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #45565e;
}
@media only screen and (min-width: 768px) {
    .site-footer__info h3,
    .site-footer__info h4,
    .site-footer__info h5 {
        font-weight: 300;
        font-family: "dnp-shuei-mgothic-std", sans-serif;
    }
}
.site-footer__info h3 {
    font-size: 16px;
    margin: 0 0 11px;
}
@media only screen and (min-width: 768px) {
    .site-footer__info h3 {
        font-size: 34px;
    }
}
.site-footer__info h3 a {
    color: #45565e;
}
.site-footer__info h4 {
    margin: 0 0 11px;
}
@media only screen and (min-width: 768px) {
    .site-footer__info h4 {
        font-size: 27px;
    }
}
.site-footer__info h5 {
    margin: 0 0 11px;
    color: #45565e;
}
@media only screen and (min-width: 768px) {
    .site-footer__info h5 {
        margin: 0;
    }
}
.site-footer__nav {
    margin-bottom: 17px;
}
@media only screen and (min-width: 768px) {
    .site-footer__nav {
        margin-bottom: 0;
    }
}
.site-footer__nav h3 {
    color: #45565e;
    font-size: 16px;
    margin: 0 0 14px;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.3;
    font-weight: 400;
}
@media only screen and (min-width: 768px) {
    .site-footer__nav h3 {
        color: #afafaf;
    }
}
@media only screen and (max-width: 767px) {
    /* .site-footer__nav h3::before {
        content: ">";
        margin-right: 7px;
    } */
}
.site-footer__nav ul {
    line-height: 2.125;
}
@media only screen and (max-width: 767px) {
    .site-footer__nav ul {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .site-footer__nav ul {
        display: block !important;
    }
	.site-footer__nav ul ul{
        margin-left:20px;
    }
}
.site-footer__nav ul li a {
    color: #45565e;
}
.site-footer__bottom {
    padding-block: 16px;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .site-footer__bottom {
        padding-block: 32px;
    }
}
.site-footer__bottom p {
    margin: 0;
}

/** Pages */
.banner {
    position: relative;
    padding-right: 0;
    z-index: 1;
    padding-block: 0 40vw;
}
@media only screen and (min-width: 768px) {
    .banner {


        padding-block: 0;
        padding-right: 0;
    }
}
.banner::before {
    content: "";
    background: url("../images/home/bg-banner.png") no-repeat 0 0/cover;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    border-radius: 5px;
}
@media only screen and (min-width: 768px) {
    .banner::before {
        width: 85%;
        top: -43px;
    }
}
.banner picture {
    display: block;
    margin: 0;
}
.banner picture img {
    width: 100%;
}
.banner__inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
@media only screen and (min-width: 768px) {
    .banner__inner {
        padding-left: 8vw;
        padding-block: 2vw 70px;
    }
}
@media only screen and (min-width: 992px) {
    .banner__inner {
        padding-block: 2vw 110px;
    }
}
.banner__inner .container-fluid {
    height: 100%;
}
@media only screen and (max-width: 767px) {
    .banner__inner .container-fluid {
        display: flex;
        justify-content: center;
    }
}
.banner__inner h1 {
    display: flex;
    flex-flow: wrap-reverse;
    font-size: 4.267vw;
    font-weight: 700;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    color: var(--white);
    letter-spacing: 7px;
    gap: 12px;
    white-space: nowrap;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin: 0;
}
@media only screen and (min-width: 768px) {
    .banner__inner h1 {
        font-size: 2vw;
        letter-spacing: 2px;
    }
}
@media only screen and (min-width: 992px) {
    .banner__inner h1 {
        font-size: 2.083vw;
        letter-spacing: 0.625vw;
    }
}
.banner__inner h1 span {
    padding: 0 6px;
    border-right: 1px dashed var(--white);
    display: block;
    writing-mode: vertical-rl;
    text-orientation: upright;
}
@media only screen and (min-width: 768px) {
    .banner__inner h1 span {
        padding: 0 20px;
    }
}
.banner__inner h1 span:first-child {
    margin-top: 40px;
}
@media only screen and (min-width: 768px) {
    .banner__inner h1 span:first-child {
        margin-top: 5.208vw;
    }
}
.banner__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 8vw;
    gap: 22.933vw;
}
@media only screen and (min-width: 768px) {
    .banner__content {
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        padding-bottom: 0;
        gap: 0;
    }
}
.banner__thumbnail {
    position: relative;
    z-index: 1;
    border-radius: 10px;
    max-width: 61.333vw;
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .banner__thumbnail {
        align-self: end;
        max-width: 310px;
        margin-left: auto;
    }
}
@media only screen and (min-width: 992px) {
    .banner__thumbnail {
        max-width: 400px;
    }
}
.banner__thumbnail figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.banner__thumbnail figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.banner__thumbnail--content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: var(--white);
    gap: 8px;
    font-family: "Yu Mincho", YuMincho, 游明朝, Times New Roman, Hiragino Mincho ProN, HGS明朝B, ＭＳ Ｐ明朝, serif;
    font-weight: 600;
    padding: 4.533vw 5.867vw 6.933vw;
}
@media only screen and (min-width: 768px) {
    .banner__thumbnail--content {
        gap: 12px;
        padding: 17px 22px 26px;
    }
}
.banner__thumbnail--content img {
    min-width: 7.733vw;
    width: 7.733vw;
}
@media only screen and (min-width: 768px) {
    .banner__thumbnail--content img {
        min-width: 40px;
        width: 40px;
    }
}
@media only screen and (min-width: 992px) {
    .banner__thumbnail--content img {
        min-width: 50px;
        width: 50px;
    }
}
.banner__thumbnail--content p {
    margin: 0;
    font-size: 2.4vw;
}
@media only screen and (min-width: 768px) {
    .banner__thumbnail--content p {
        font-size: 12px;
    }
}
@media only screen and (min-width: 992px) {
    .banner__thumbnail--content p {
        font-size: 16px;
    }
}
.banner__thumbnail--content h3 {
    display: flex;
    align-items: center;
    color: var(--white);
    font-family: "Yu Mincho", YuMincho, 游明朝, Times New Roman, Hiragino Mincho ProN, HGS明朝B, ＭＳ Ｐ明朝, serif;
    margin: 0;
    font-weight: 600;
    gap: 10px;
    font-size: 4.533vw;
}
@media only screen and (min-width: 768px) {
    .banner__thumbnail--content h3 {
        font-size: 20px;
    }
}
@media only screen and (min-width: 992px) {
    .banner__thumbnail--content h3 {
        font-size: 30px;
    }
}

.news-section {
    padding-block: 80px 130px;
}
@media only screen and (min-width: 768px) {
    .news-section {
        padding-block: 125px 208px;
    }
}
@media only screen and (min-width: 768px) {
    .news-section__inner {
        display: flex;
        justify-content: space-between;
    }
}
@media only screen and (min-width: 768px) {
    .news-section .heading-dot {
        width: 30%;
    }
}
@media only screen and (min-width: 768px) {
    .news-section__list {
        width: 65%;
    }
}
.news-section__list--inner {
    max-height: 225px;
    overflow-y: auto;
    margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
    .news-section__list--inner {
        max-height: 180px;
        margin-bottom: 30px;
    }
}
.news-section__list--button {
    text-align: right;
}
.news-section__list--button a {
    /*font-family: "Yu Mincho", YuMincho, 游明朝, Times New Roman, Hiragino Mincho ProN, HGS明朝B, ＭＳ Ｐ明朝, serif;*/
    font-weight: 700;
    font-size: 13px;
}
@media only screen and (min-width: 768px) {
    .news-section__list--button a {
        font-size: 16px;
    }
}
.news-section__list--item + .news-section__list--item {
    border-top: 1px solid #cfcfcf;
}
.news-section__list--item a {
    display: flex;
    padding: 13px 0;
    color: var(--blue-gray);
    font-size: 13px;
    line-height: 1.8;
}
@media only screen and (min-width: 768px) {
    .news-section__list--item a {
        font-size: 16px;
        padding: 20px 0;
        line-height: 1.5;
    }
}
.news-section__list--item a time {
    width: 120px;
}
@media only screen and (min-width: 768px) {
    .news-section__list--item a time {
        width: 188px;
    }
}
.news-section__list--item a span {
    width: calc(100% - 120px);
}
@media only screen and (min-width: 768px) {
    .news-section__list--item a span {
        width: calc(100% - 188px);
    }
}

.philosophy-section {
    position: relative;
    z-index: 1;
}
.philosophy-section::after {
    content: "";
    width: calc(100% - 65px);
    height: calc(100% - 24px);
    background: url("../images/bg-pink.png") no-repeat 0 0/cover;
    position: absolute;
    top: 24px;
    right: 0;
    z-index: -1;
    border-radius: 5px;
}
@media only screen and (min-width: 768px) {
    .philosophy-section::after {
        width: calc(100% - 130px);
    }
}
.philosophy-section__inner {
    padding-bottom: 50px;
    position: relative;
}
@media only screen and (min-width: 768px) {
    .philosophy-section__inner {
        display: flex;
        margin-top: 72px;
        padding-bottom: 185px;
    }
}
.philosophy-section__inner::before, .philosophy-section__inner::after {
    content: "";
    position: absolute;
}
.philosophy-section__inner::before {
    width: 55px;
    height: 55px;
    background: url("../images/home/icon-1.png") no-repeat 0 0/100%;
    right: 55px;
    top: -10px;
}
@media only screen and (min-width: 768px) {
    .philosophy-section__inner::before {
        top: auto;
        bottom: 63px;
        right: 14%;
    }
}
@media only screen and (min-width: 992px) {
    .philosophy-section__inner::before {
        width: 109px;
        height: 105px;
    }
}
.philosophy-section__inner::after {
    background: url("../images/home/icon-2.png") no-repeat 0 0/100%;
    width: 87px;
    height: 87px;
    bottom: -24px;
    right: 20px;
}
@media only screen and (min-width: 768px) {
    .philosophy-section__inner::after {
        bottom: 0;
        width: 120px;
        height: 120px;
        right: 20%;
        transform: translateY(50%);
    }
}
@media only screen and (min-width: 992px) {
    .philosophy-section__inner::after {
        width: 207px;
        height: 207px;
    }
}
.philosophy-section h3 {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 0 0 40px;
    align-items: flex-start;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-size: 24px;
    font-weight: 700;
}
@media only screen and (min-width: 768px) {
    .philosophy-section h3 {
        align-items: flex-end;
        gap: 22px;
        margin: 0 0 80px;
    }
}
@media only screen and (min-width: 992px) {
    .philosophy-section h3 {
        font-size: 43px;
    }
}
@media only screen and (min-width: 768px) {
    .philosophy-section h3 span:first-child {
        margin-right: 20px;
    }
}
.philosophy-section h3 span:last-child {
    margin-left: 100px;
}
.philosophy-section__image {
    margin-top: 40px;
    padding-right: 20px;
}
@media only screen and (min-width: 768px) {
    .philosophy-section h3 span:last-child {
        margin-left: 60px;
    }
    .philosophy-section__image {
        order: -1;
        width: 50%;
        padding-right: 80px;
        margin-top: 0;
    }
}
.philosophy-section__image figure img {
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .philosophy-section__image h3 {
        display: none;
    }
}
.philosophy-section__body {
    font-weight: 300;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    padding: 0 20px;
    font-size: 14px;
    line-height: 2.64;
}
@media only screen and (min-width: 768px) {
    .philosophy-section__body {
        width: 50%;
        padding: 0 20px 0 0;
    }
}
@media only screen and (min-width: 992px) {
    .philosophy-section__body {
        padding: 30px 0 0;
        font-size: 19px;
        line-height: 2.63;
    }
}
@media only screen and (min-width: 768px) {
    .philosophy-section__body h3 {
        display: none;
    }
}
.philosophy-section__body p {
    margin-bottom: 37px;
}
@media only screen and (min-width: 768px) {
    .philosophy-section__body p {
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .philosophy-section__body p br {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .philosophy-section__body > a {
        margin: 56px auto 0;
        display: block;
    }
}

.care-section {
    margin-top: 185px;
    position: relative;
    z-index: 1;
}
@media only screen and (min-width: 992px) {
    .care-section {
        margin-top: 240px;
        padding-bottom: 195px;
    }
}
.care-section::before {
    content: "";
    position: absolute;
    background: url("../images/bg-gray.png") no-repeat 0 0/cover;
    left: 0;
    bottom: 133px;
    z-index: -1;
    border-radius: 5px;
    width: calc(100% - 66px);
    height: calc(100% - 80px);
}
@media only screen and (min-width: 768px) {
    .care-section::before {
        width: 67%;
        height: calc(100% - 222px);
        bottom: 0;
    }
}
.care-section__inner {
    position: relative;
}
@media only screen and (min-width: 768px) {
    .care-section__inner {
        display: flex;
    }
}
@media only screen and (max-width: 991px) {
    .care-section__inner::before {
        content: "";
        background: url("../images/home/icon-6.png") no-repeat 0 0/100%;
        width: 114px;
        height: 114px;
        position: absolute;
        right: 0;
        top: -75px;
    }
}
@media only screen and (min-width: 768px) {
    .care-section .heading-dot {
        width: 35%;
    }
}
@media only screen and (min-width: 768px) {
    .care-section__body {
        width: 65%;
    }
}
.care-section__body--heading {
    margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
    .care-section__body--heading {
        display: flex;
        align-items: center;
        padding: 0 0 10px 20px;
        border-bottom: 1px solid #707070;
        gap: 24px;
    }
}
.care-section__body--heading img {
    width: 79px;
    display: none;
}
@media only screen and (min-width: 992px) {
    .care-section__body--heading img {
        display: block;
    }
}
.care-section__body--heading h2 {
    font-size: 16px;
    color: var(--brown);
    margin: 0;
    line-height: 1.54;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
}
@media only screen and (min-width: 992px) {
    .care-section__body--heading h2 {
        font-size: 30px;
    }
}
.care-section__body p {
    font-size: 14px;
    line-height: 2.62;
    margin-bottom: 36px;
}
@media only screen and (min-width: 992px) {
    .care-section__body p {
        font-size: 16px;
        line-height: 2.62;
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .care-section__body > a {
        display: block;
        margin: 44px auto 0;
    }
}
.care-section__list {
    margin-top: 73px;
}
@media only screen and (min-width: 768px) {
    .care-section__list {
        display: flex;
        gap: 30px;
        flex-wrap: wrap;
        margin-top: 92px;
    }
}
@media only screen and (min-width: 992px) {
    .care-section__list {
        gap: 20px;
    }
}
.care-section__item {
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    background: var(--white);
    padding: 8px;
}
@media only screen and (min-width: 768px) {
    .care-section__item {
        width: calc(50% - 15px);
        padding: 0;
    }
}
@media only screen and (min-width: 992px) {
    .care-section__item {
        width: calc(25% - 15px);
    }
}
@media only screen and (max-width: 767px) {
    .care-section__item {
        display: flex;
    }
	.care-section__item a {
	  width: 100%;
	  display: flex;
	}
}
@media only screen and (max-width: 767px) {
    .care-section__item + .care-section__item {
        margin-top: 20px;
    }
}
.care-section__item picture {
    display: block;
}
@media only screen and (max-width: 767px) {
    .care-section__item picture {
        width: 46%;
    }
}
.care-section__item picture img {
    object-fit: cover;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .care-section__item picture img {
        height: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .care-section__item picture img {
        aspect-ratio: 2.41;
    }
}
.care-section__item--body {
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media only screen and (max-width: 767px) {
    .care-section__item--body {
        width: 54%;
        justify-content: center;
    }
}
.care-section__item--body figure {
    width: 86px;
    height: 86px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: var(--white);
    margin: -43px 0 0;
    display: none;
}
@media only screen and (min-width: 768px) {
    .care-section__item--body figure {
        display: flex;
    }
}
@media only screen and (min-width: 1200px) {
    .care-section__item--body figure {
        width: 109px;
        height: 109px;
        margin: -54.5px 0 0;
    }
}
.care-section__item--body figure img {
    max-width: 36px;
    max-height: 36px;
}
@media only screen and (min-width: 1200px) {
    .care-section__item--body figure img {
        max-width: 52px;
        max-height: 52px;
    }
}
.care-section__item--content {
    text-align: center;
    padding: 0 10px;
}
@media only screen and (min-width: 768px) {
    .care-section__item--content {
        padding: 0 20px 18px;
    }
}
.care-section__item--content h3 {
    color: var(--gray);
    font-size: 15px;
    font-weight: 700;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    margin: 0 0 15px;
}
@media only screen and (min-width: 768px) {
    .care-section__item--content h3 {
        font-size: 22px;
        margin: 0 0 18px;
    }
}
.care-section__item--content p {
    color: var(--gray-light);
    text-transform: uppercase;
    font-size: 9px;
    font-family: "Gothic A1", sans-serif;
    letter-spacing: 1px;
    margin: 0;
}
@media only screen and (min-width: 768px) {
    .care-section__item--content p {
        font-size: 14px;
    }
}
.care-section__item--content > a {
    text-align: center;
    display: inline-block;
    margin-top: 8px;
    width: 35px;
}
@media only screen and (min-width: 768px) {
    .care-section__item--content > a {
        margin-top: 30px;
        width: 68px;
    }
}
.care-section__more {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 73px;
}
@media only screen and (min-width: 768px) {
    .care-section__more {
        gap: 56px;
        margin-top: 65px;
    }
}
.care-section__more-item {
    width: calc(50% - 15px);
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    background: var(--white);
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
    padding: 13px 10px 6px;
    flex-direction: column;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .care-section__more-item {
        width: calc(50% - 28px);
        padding: 40px 26px 40px 36px;
        gap: 17px;
        flex-direction: row;
        text-align: left;
    }
}
.care-section__more-item figure {
    margin: 0;
    display: none;
}
@media only screen and (min-width: 768px) {
    .care-section__more-item figure {
        display: block;
    }
}
.care-section__more-item h3 {
    font-size: 15px;
    color: var(--gray);
    font-weight: 700;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    margin: 0 0 14px;
}
@media only screen and (min-width: 768px) {
    .care-section__more-item h3 {
        font-size: 22px;
    }
}
.care-section__more-item p {
    color: var(--gray-light);
    text-transform: uppercase;
    font-size: 9px;
    font-family: "Gothic A1", sans-serif;
    letter-spacing: 1px;
    margin: 0;
}
@media only screen and (min-width: 768px) {
    .care-section__more-item p {
        font-size: 14px;
    }
}
.care-section__more-item > a {
    width: 35px;
}
@media only screen and (min-width: 768px) {
    .care-section__more-item > a {
        width: 68px;
        margin-left: auto;
    }
}

.flow {
    margin-top: 100px;
    position: relative;
    padding-bottom: 100px;
    z-index: 1;
}
@media only screen and (min-width: 768px) {
    .flow {
        margin-top: 140px;
        padding-bottom: 175px;
    }
}
.flow::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: calc(100% - 90px);
    left: 0;
    bottom: 0;
    background: url("../images/bg-blue.png") no-repeat 0 0/cover;
}
@media only screen and (min-width: 992px) {
    .flow::before {
        height: calc(100% - 190px);
    }
}
.flow__item {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background: var(--white);
    border-radius: 10px;
    position: relative;
    padding: 16px 20px 30px;
}
@media only screen and (min-width: 768px) {
    .flow__item {
        display: flex;
        padding: 5px 0 40px;
    }
}
.flow__item + .flow__item {
    margin-top: 42px;
}
@media only screen and (min-width: 992px) {
    .flow__item + .flow__item {
        margin-top: 115px;
    }
}
@media only screen and (min-width: 992px) {
    .flow__item + .flow__item::before {
        content: "";
        border-top: 41px solid #bfdee9;
        border-left: 104px solid transparent;
        border-right: 104px solid transparent;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -75px;
    }
}
.flow__item > figure {
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .flow__item > figure {
        width: 40%;
        padding: 10px;
    }
}
.flow__item > figure img {
    max-height: 110px;
}
@media only screen and (min-width: 768px) {
    .flow__item > figure img {
        max-height: none;
    }
}
@media only screen and (min-width: 768px) {
    .flow__item--body {
        width: 60%;
    }
}
.flow__item--body h4 {
    margin: 0 0 10px;
    font-size: 11px;
    font-weight: 700;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    color: var(--primary);
}
@media only screen and (min-width: 768px) {
    .flow__item--body h4 {
        font-size: 18px;
        margin: 20px 0 20px;
    }
}
.flow__item--body h4 span {
    font-size: 24px;
}
@media only screen and (min-width: 768px) {
    .flow__item--body h4 span {
        font-size: 38px;
    }
}
.flow__item--body h3 {
    margin: 0 0 22px;
    font-size: 16px;
    font-weight: 700;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    color: var(--text-body);
    position: relative;
    line-height: 2;
}
@media only screen and (min-width: 768px) {
    .flow__item--body h3 {
        margin: 0 0 28px;
        font-size: 27px;
        padding-bottom: 28px;
        line-height: 1.5;
    }
}
@media only screen and (min-width: 768px) {
    .flow__item--body h3::before {
        content: "";
        width: 100%;
        max-width: 215px;
        border-bottom: 4px solid #e6e6e6;
        position: absolute;
        left: 0;
        bottom: 0;
    }
}
.flow__item--body > p {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 2;
}
@media only screen and (min-width: 768px) {
    .flow__item--body > p {
        font-size: 16px;
    }
}
.flow__item--body .hotline {
    margin-top: 38px;
}
@media only screen and (min-width: 768px) {
    .flow__item--body .hotline {
        margin-top: 22px;
    }
}

.area-section {
    margin-top: 68px;
}
@media only screen and (min-width: 768px) {
    .area-section {
        margin-top: 143px;
    }
}
.area-section .map {
    margin-bottom: 36px;
}
@media only screen and (min-width: 768px) {
    .area-section .map {
        margin-bottom: 55px;
    }
}
.area-section .map img {
    border-radius: 10px;
    width: 100%;
}
.area-section .map figcaption {
    font-size: 16px;
    text-align: right;
    margin-top: 12px;
}
@media only screen and (min-width: 768px) {
    .area-section .map figcaption {
        margin-top: 5px;
    }
}
.area-section .map a {
    text-decoration: underline;
}
.area-section .map-content {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 80px;
}
@media only screen and (min-width: 768px) {
    .area-section .map-content {
        display: none;
    }
}
.area-section .map-content p {
    margin: 0;
}
@media only screen and (min-width: 768px) {
    .area-section .container > .map {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .area-section__inner {
        display: flex;
        justify-content: space-between;
    }
}
.area-section__map {
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .area-section__map {
        width: 45%;
        max-width: 375px;
        text-align: left;
    }
}
@media only screen and (max-width: 767px) {
    .area-section__map .map {
        display: none;
    }
}
.area-section__body {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 70px;
}
@media only screen and (min-width: 768px) {
    .area-section__body {
        width: 50%;
        font-size: 16px;
        margin-bottom: 0;
    }
}
.area-section__body > p {
    margin-bottom: 36px;
    padding-left: 15px;
}
.area-section__body > p span{
    margin-left: -15px;
}
@media only screen and (min-width: 768px) {
    .area-section__body > p {
        margin-bottom: 44px;
    }
}
.area-section__body .hotline {
    margin-top: 64px;
}
@media only screen and (min-width: 768px) {
    .area-section__body .hotline {
        margin-top: 84px;
    }
}
@media only screen and (max-width: 767px) {
    .area-section__body .hotline {
        justify-content: center;
    }
}
.area-section__info--logo {
    margin-bottom: 30px;
    display: inline-block;
}
.area-section__info--logo img {
    max-width: 174px;
}
@media only screen and (min-width: 992px) {
    .area-section__info--logo img {
        max-width: 206px;
    }
}
.area-section__info a {
    color: var(--gray);
}
.area-section__info > p {
    font-size: 12px;
    color: var(--gray);
    margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
    .area-section__info > p {
        font-size: 16px;
    }
}
.area-section__info h3,
.area-section__info h4,
.area-section__info h5 {
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 300;
    color: var(--gray);
}
.area-section__info h3 {
    margin: 0 0 7px;
    font-size: 31px;
}
@media only screen and (min-width: 992px) {
    .area-section__info h3 {
        margin: 0 0 3px;
        font-size: 40px;
    }
}
.area-section__info h4 {
    margin: 0 0 7px;
    font-size: 24px;
}
@media only screen and (min-width: 992px) {
    .area-section__info h4 {
        margin: 0 0 10px;
        font-size: 31px;
    }
}
.area-section__info h5 {
    margin: 0;
    font-size: 12px;
}
@media only screen and (min-width: 992px) {
    .area-section__info h5 {
        font-size: 16px;
    }
}
.area-section__images {
    display: flex;
    gap: 36px;
    flex-wrap: wrap;
    margin-top: 36px;
    flex-direction: column;
    align-items: center;
}
@media only screen and (min-width: 768px) {
    .area-section__images {
        flex-direction: row;
        gap: 27px 22px;
    }
}
@media only screen and (min-width: 992px) {
    .area-section__images {
        margin-top: 30px;
    }
}
.area-section__images img {
    width: calc(50% - 11px);
}
.area-section__images img:last-child {
    width: 100%;
}

.career-section {
    padding-top: 154px;
    padding-bottom: 100px;
}
@media only screen and (min-width: 768px) {
    .career-section {
        padding-top: 412px;
        padding-bottom: 110px;
    }
}
.career-section__top {
    position: relative;
}
.career-section__top h2 {
    position: absolute;
    bottom: 100%;
    left: 20px;
    font-size: 45px;
    font-weight: 700;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    color: #F2EEEC;
    line-height: 1;
    margin: 0 0 -4px;
    letter-spacing: 2vw;
}
@media only screen and (min-width: 768px) {
    .career-section__top h2 {
        font-size: 80px;
        left: 45px;
        margin: 0 0 -7px;
    }
}
@media only screen and (min-width: 992px) {
    .career-section__top h2 {
        font-size: 100px;
        margin: 0 0 -8px;
    }
}
@media only screen and (min-width: 1200px) {
    .career-section__top h2 {
        font-size: 133px;
        margin: 0 0 -15px;
    }
}
.career-section__top picture {
    display: block;
    margin: 0;
}
.career-section__top picture img {
    width: 100%;
}
.career-section__inner {
    margin-top: -70px;
    background: rgba(255, 255, 255, 0.68);
    border-radius: 10px;
    padding: 16px 20px 0;
    text-align: center;
}
@media only screen and (min-width: 992px) {
    .career-section__inner {
        margin-top: -190px;
        padding: 50px 20px 0;
    }
}
.career-section__inner figure img {
    max-width: 37px;
}
@media only screen and (min-width: 992px) {
    .career-section__inner figure img {
        max-width: 74px;
    }
}
.career-section__inner h2 {
    font-size: 41px;
    color: #272727;
    letter-spacing: 4px;
    margin: 0;
}
@media only screen and (min-width: 992px) {
    .career-section__inner h2 {
        font-size: 50px;
        margin: 0 0 5px;
    }
}
@media only screen and (min-width: 1200px) {
    .career-section__inner h2 {
        font-size: 60px;
    }
}
.career-section__inner h4 {
    color: #B1B1B1;
    font-size: 13px;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 300;
    margin: 0 0 37px;
}
@media only screen and (min-width: 992px) {
    .career-section__inner h4 {
        font-size: 14px;
        margin: 0 0 50px;
    }
}
.career-section__inner p {
    font-size: 14px;
    line-height: 2;
}
@media only screen and (min-width: 992px) {
    .career-section__inner p {
        font-size: 18px;
    }
}
.career-section__buttons {
    margin-top: 45px;
    display: flex;
    gap: 24px;
    flex-direction: column;
    align-items: center;
}
@media only screen and (min-width: 768px) {
    .career-section__buttons {
        margin-top: 56px;
        display: flex;
        flex-direction: row;
        gap: 64px;
        justify-content: center;
    }
}

/** Sections */
@media only screen and (max-width: 767px) {
    body.show-nav .menu {
        opacity: 1;
        visibility: visible;
    }
}

.menu {
    z-index: 99;
}
@media only screen and (min-width: 768px) {
    .menu {
        margin-top: -55px;
        position: relative;
    }
}
@media only screen and (min-width: 992px) {
    .menu {
        margin-top: -85px;
    }
}
@media only screen and (max-width: 767px) {
    .menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: var(--primary);
        padding-top: 110px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
    }
}
@media only screen and (min-width: 768px) {
    .menu__inner {
        background: var(--white);
        border-radius: 20px;
        padding: 20px 30px 22px;
    }
}
@media only screen and (min-width: 1200px) {
    .menu__inner {
        border-radius: 30px;
        padding: 40px 40px 26px;
    }
}
@media only screen and (min-width: 1600px) {
    .menu__inner {
        border-radius: 50px;
        padding: 55px 120px 42px;
    }
}
@media only screen and (max-width: 767px) {
    .menu__inner {
        padding-left: 12px;
        max-height: calc(100vh - 150px);
        overflow-y: auto;
    }
}
@media only screen and (min-width: 768px) {
    .menu__inner > ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
.menu__inner > ul li {
    position: relative;
}
.menu__inner > ul li a {
    color: var(--white);
    font-size: 13px;
}
@media only screen and (min-width: 768px) {
    .menu__inner > ul li a {
        color: var(--text-body);
        font-size: 16px;
    }
}
.menu__inner > ul li a.text-purple small {
    color: var(--purple);
}
.menu__inner > ul li a.text-blue small {
    color: var(--blue);
}
.menu__inner > ul li a.text-cyan small {
    color: var(--cyan);
}
.menu__inner > ul li a.text-red small {
    color: var(--red);
}
.menu__inner > ul li a.text-orange small {
    color: var(--orange);
}
.menu__inner > ul li a.text-pink small {
    color: var(--pink);
}
.menu__inner > ul li:hover > a {
    opacity: 0.5;
}
.menu__inner > ul li.has-submenu > .toogle-sub-menu {
    position: absolute;
    background: url("../images/arrow-menu.svg") no-repeat 50% 50%/8px;
    width: 40px;
    height: 28px;
    right: 0;
    top: 0;
}
@media only screen and (min-width: 768px) {
    .menu__inner > ul li.has-submenu > .toogle-sub-menu {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .menu__inner > ul li.shown-sub > ul {
        display: block;
    }
}
.menu__inner > ul ul {
    font-size: 13px;
    transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
    .menu__inner > ul ul {
        position: absolute;
        background: var(--primary);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        border-radius: 10px;
        top: 20px;
        left: 100%;
        width: 240px;
        font-size: 16px;
        opacity: 0;
        visibility: hidden;
    }
}
@media only screen and (max-width: 767px) {
    .menu__inner > ul ul {
        display: none;
        padding: 15px 0 15px 12px;
    }
}
.menu__inner > ul ul li a {
    color: var(--white);
    padding: 4px 0;
    display: block;
}
@media only screen and (min-width: 768px) {
    .menu__inner > ul ul li a {
        padding: 12px 30px;
    }
}
@media only screen and (max-width: 767px) {
    .menu__inner > ul ul li a::before {
        content: "-";
        margin-right: 10px;
    }
}
@media only screen and (min-width: 768px) {
    .menu__inner > ul ul li + li {
        border-top: 1px solid var(--white);
    }
}
.menu__inner > ul ul li.has-submenu > a {
    position: relative;
}
@media only screen and (min-width: 768px) {
    .menu__inner > ul ul li.has-submenu > a::after {
        content: "";
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%) rotate(-90deg);
        background: url("../images/arrow-menu.svg") no-repeat 50% 50%/100%;
        width: 12px;
        height: 10px;
    }
}
.menu__inner > ul ul li:hover > ul {
    top: 0;
    visibility: visible;
    opacity: 1;
}
@media only screen and (max-width: 767px) {
    .menu__inner > ul > li {
        padding: 18px 0;
    }
}
@media only screen and (max-width: 767px) {
    .menu__inner > ul > li + li {
        border-top: 1px solid var(--white);
    }
}
.menu__inner > ul > li > a {
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-size: 15px;
    font-weight: 300;
    gap: 4px;
}
@media only screen and (min-width: 768px) {
    .menu__inner > ul > li > a {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 18px;
    }
}
@media only screen and (min-width: 992px) {
    .menu__inner > ul > li > a {
        font-size: 20px;
        gap: 6px;
    }
}
@media only screen and (min-width: 1200px) {
    .menu__inner > ul > li > a {
        font-size: 22px;
    }
}
@media only screen and (min-width: 1600px) {
    .menu__inner > ul > li > a {
        font-size: 1.4vw;
    }
}
.menu__inner > ul > li > a img {
    height: 32px;
    margin-bottom: 4px;
}
@media only screen and (min-width: 1200px) {
    .menu__inner > ul > li > a img {
        height: 46px;
        margin-bottom: 6px;
    }
}
@media only screen and (min-width: 1600px) {
    .menu__inner > ul > li > a img {
        height: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .menu__inner > ul > li > a img {
        display: none;
    }
}
.menu__inner > ul > li > a small {
    font-size: 8px;
    font-family: "Gothic A1", sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}
@media only screen and (min-width: 1200px) {
    .menu__inner > ul > li > a small {
        font-size: 10px;
    }
}
@media only screen and (min-width: 1200px) {
    .menu__inner > ul > li > a small {
        font-size: 12px;
    }
}
@media only screen and (min-width: 1600px) {
    .menu__inner > ul > li > a small {
        font-size: 13px;
    }
}
@media only screen and (max-width: 767px) {
    .menu__inner > ul > li > a small {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .menu__inner > ul > li > ul {
        top: calc(100% + 20px);
        left: 50%;
        transform: translateX(-50%);
    }
}
.menu__inner > ul > li.has-submenu > .toogle-sub-menu {
    height: 60px;
}
.menu__inner > ul > li:hover > ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
}
@media screen and (min-width: 768px){
    .pcbr { display:block; }
    .spbr { display:none; }
}
@media screen and (max-width: 767px){
    .pcbr { display:none; }
    .spbr { display:block; }
}

.c_block.c_ourgold .cmn_txt{
    margin: 0 auto 75px;
}
#main_video{width:100%;}
@media screen and (min-width: 768px){
    .site-header {
        padding-block: 30px 50px 10px;
    }
    .site-header .container-fluid {
        padding: 0 15px;
    }
    .site-header__inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
    }
    .site-header__logo img {
        max-width: 200px;
    }
    .header_right {
        width: calc(100% - 250px);
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .header_right .hotline figure img {
        width: 70px;
    }
    .header_right    .hotline__body p {
        font-size: 12px;gap:15px;
    }
    .header_right   .hotline__body p span {
        letter-spacing: 1px;
    }
    .header_right .hotline__body a {
        font-size: 30px;
    }
    .header_right   .menu {
        margin-top: 0;
    }
    .header_right  .menu  .container-fluid {
        padding: 0;
    }
    .header_right .menu__inner {
        border-radius: 0;
        padding: 0;
        background: none;
    }
    .header_right .menu__inner > ul {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 50px;
    }
    .header_right .menu__inner > ul > li > a {
        font-size: 14px;gap:5px;padding: 0
    }
    .header_right .menu__inner > ul > li > a img {
        height: 35px;margin-bottom: 0;
    }
}
@media screen and (min-width: 768px) and (max-width:1399px){
    .site-header .container-fluid {
        padding: 0 15px;
    }
    .site-header__logo img {
        max-width: 120px;
    }
    .header_right {
        width: calc(100% - 150px);
    }
    .header_right .menu__inner > ul {
        gap: 24px;
    }
    .header_right .menu__inner > ul > li > a {
        font-size: 12px;
    }
}
@media screen and (min-width: 850px) and (max-width:1399px){
    .site-header__logo img {
        max-width: 150px;
    }
    .header_right {
        width: calc(100% - 180px);
    }
    .header_right .menu__inner > ul {
        gap: 30px;
    }
}
@media screen and (min-width: 1300px){
    .header_right {
        flex-direction: row-reverse;gap: 30px;
        justify-content: space-between;
    }
    .header_right .menu{
        margin: 0 auto;
    }
    .hotline {
        gap: 8px;
    }
    .header_right .hotline figure img {
        width: 60px;
    }
    .header_right .hotline__body p {
        font-size: 10px;
        gap: 15px;
    }
    .header_right .hotline__body a {
        font-size: 25px;
    }
    .header_right .menu__inner > ul {
        gap: 50px;
    }
}


.site-sticky__call{
    display: flex;
    background: var(--primary);
    border-radius: 5px;
    gap: 10px;
    padding: 8px 14px 8px 12px;
    align-items: center;
    justify-content: space-between;
    color: var(--white);
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: calc(100% - 30px);
    z-index: 9999;
}
.site-sticky__call a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.site-sticky__call a span{
    color: #fff;font-size: 18px;margin-left: 7px;white-space: nowrap;
}

.site-sticky__call .hotline {
    background: #fff;
    padding: 3px;
}
.site-sticky__call .hotline .hotline__body a{
    font-size: 28px;
}
.site-sticky__call .hotline p{
    color: #000;
}
.site-header__call{
    display: none;
}
.visit_area_title{display:flex;}
@media only screen and (min-width: 480px){
    .site-sticky__call{
        max-width: 350px;
    }
}
@media only screen and (min-width: 768px){
    .site-header__call{
        display: block;
    }
    .site-sticky__call{
        display: none;
    }
}
@media only screen and (max-width: 768px){
    .site-header__logo{
        margin-inline: auto;
    }
    .header_right{
        position: absolute;
        top: 0px;
        right: 15px;
    }
}
@media only screen and (min-width: 768px){
	.site-footer__nav h3 a{color: #afafaf;}
}
.site-footer__nav .toogle-sub-menu{display:none;}
@media only screen and (max-width: 767px){
	.site-footer {background: var(--primary);}
	.site-footer__info h3, .site-footer__info h4,.site-footer__info h5,.site-footer__info a,.site-footer__info h3 a, .site-footer__info p{color:#fff;}
	.site-footer__nav {margin-bottom: 0;padding: 18px 0;border-bottom: 1px solid var(--white);}
	.site-footer__nav:last-child {border-bottom: 0;}
	.site-footer__nav h3{margin-bottom:0;color:#fff;font-family: "dnp-shuei-mgothic-std", sans-serif;font-size: 15px;font-weight: 300;position:relative;}
	.site-footer__nav .toogle-sub-menu {height: 60px;position: absolute;background: url("../images/arrow-menu.svg") no-repeat 50% 50%/8px;width: 40px;height: 28px;right: 0;top: 0;display:block;z-index: 99;}  
	.site-footer__nav h3 a{color:#fff;font-family: "dnp-shuei-mgothic-std", sans-serif;font-size: 15px;font-weight: 300;width: 100%;display: block;}
	.site-footer__nav ul{padding:15px 15px 0;}
	.site-footer__nav ul li a{font-family: "dnp-shuei-mgothic-std", sans-serif;color: var(--white);font-size: 13px;}
	.site-footer__nav ul li a::before {content: "-";margin-right: 10px;}
 }

 .anchor-target {
  scroll-margin-top: 100px; /* 固定ヘッダーの高さに合わせて調整 */
  margin-top: -100px;
}
.section--pink {
  background: #fcf7f9;
}
.content-bg--pink::before {
  background: #fcf7f9;
}