/**  Mixins */ /*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
/** Global **/
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;700&family=Montserrat+Alternates:wght@200;300;400;700&family=Noto+Sans+JP:wght@300;400;500;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] {
    -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: #e5e5e5;
    --primary: #EFCC9E;
    --second: #34944C;
    --text-body: #1d232f;
    --radius: 5px;
}

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

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "Kozuka Gothic Pr6N", "Noto Sans JP", sans-serif;
    overflow-wrap: break-word;
    font-weight: 400;
    color: var(--white);
    overflow-x: hidden;
    line-height: 1.7;
    position: relative;
    width: 100%;
    background: #585551;
}
@media only screen and (min-width: 768px) {
    body {
        font-size: 18px;
    }
}

a {
    transition: all 0.3s;
    color: var(--white);
    outline: none !important;
}
a:hover {
    opacity: 0.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Century Gothic", "Josefin Sans", sans-serif;
    font-weight: 400;
    color: var(--white);
}

h1 {
    font-size: 36px;
    line-height: 1.3;
}
@media (min-width: 48em) {
    h1 {
        font-size: 46px;
    }
}

h2 {
    font-size: 40px;
    line-height: 1.15;
}
@media (min-width: 48em) {
    h2 {
        font-size: 56px;
    }
}

h3 {
    font-size: 34px;
    line-height: 1.16;
}
@media (min-width: 48em) {
    h3 {
        font-size: 40px;
    }
}

h4 {
    font-size: 28px;
    line-height: 1.16;
}
@media (min-width: 48em) {
    h4 {
        font-size: 36px;
    }
}

h5 {
    font-size: 20px;
    line-height: 1.2;
}
@media (min-width: 48em) {
    h5 {
        font-size: 24px;
    }
}

h6 {
    font-size: 18px;
    line-height: 1.3;
}
@media (min-width: 48em) {
    h6 {
        font-size: 20px;
    }
}

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

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

.access-section__info ul, .information-section ul, .footer-site ul, .header-site__nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

input[type=text],
input[type=email],
input[type=password],
input[type=phone],
input[type=search],
input[type=tel],
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;
}
.btn:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
    opacity: 0.9;
    color: var(--white);
}
.btn svg,
button svg,
input[type=button] svg,
input[type=submit] svg {
    margin-right: 15px;
    max-height: 20px;
}
.btn.btn-white,
button.btn-white,
input[type=button].btn-white,
input[type=submit].btn-white {
    color: var(--primary);
    background: var(--white);
}

.btn-border {
    font-family: "Century Gothic", "Josefin Sans", sans-serif;
    font-size: 16px;
    display: inline-block;
    border-bottom: 2px solid var(--white);
    padding: 0 9px;
    line-height: 24px;
    text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
    .btn-border {
        border-bottom-width: 4px;
    }
}

.btn-lg {
    background: var(--white);
    font-size: 20px;
    border-radius: 3px;
    display: block;
    color: var(--text-body);
    text-align: center;
    padding: 23px 20px;
    line-height: 1.6;
}
@media only screen and (min-width: 768px) {
    .btn-lg {
        font-size: 30px;
        padding: 34px 20px;
    }
}
.btn-lg--second {
    font-family: "Century Gothic", "Josefin Sans", sans-serif;
}

.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);
}
.btn-outline:hover {
    opacity: 0.9;
    color: var(--white);
}
.btn-outline svg {
    margin-right: 15px;
    max-height: 20px;
}
.btn-outline.btn-white {
    border-color: var(--white);
    color: var(--white);
}

.section {
    padding: 60px 0;
}
@media only screen and (min-width: 768px) {
    .section {
        padding: 70px 0;
    }
}
.section h2:not(.heading-section) {
    text-align: center;
    font-family: "Century Gothic", "Josefin Sans", sans-serif;
    margin: 0 0 30px;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 400;
}
@media only screen and (min-width: 768px) {
    .section h2:not(.heading-section) {
        margin: 0 0 60px;
        font-size: 30px;
    }
}

.heading-section {
    text-align: center;
    margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
    .heading-section {
        margin-bottom: 70px;
    }
}
.heading-section img {
    max-height: 40px;
    margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
    .heading-section img {
        max-height: 64px;
        margin-bottom: 16px;
    }
}
.heading-section h4 {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    font-family: "Kozuka Gothic Pr6N", "Noto Sans JP", sans-serif;
}
@media only screen and (min-width: 768px) {
    .heading-section h4 {
        margin: 0 0 6px;
        font-size: 16px;
    }
}
.heading-section h2 {
    font-size: 24px;
    line-height: 1.2;
    margin: 0;
    font-family: "Century Gothic", "Josefin Sans", sans-serif;
}
@media only screen and (min-width: 768px) {
    .heading-section h2 {
        font-size: 36px;
    }
}

.container-fluid {
    max-width: 1920px;
}
@media (min-width: 48em) {
    .container-fluid {
        padding: 0 64px;
    }
}

.hamburger {
    position: relative;
    width: 36px;
    height: 36px;
    line-height: 1;
    cursor: pointer;
    display: block;
    right: 0;
    z-index: 99;
    align-self: flex-end;
    opacity: 1;
}
@media only screen and (min-width: 768px) {
    .hamburger {
        display: none;
    }
}
.hamburger span {
    width: 21px;
    height: 2px;
    background: var(--black);
    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% - 10.5px);
}
.hamburger span::before, .hamburger span::after {
    content: "";
    transform-origin: center center;
    width: 100%;
    height: 2px;
    background: var(--black);
    backface-visibility: hidden;
    position: absolute;
    left: 0;
    top: 7px;
    transition: 0.3s all ease;
    border-radius: 5px;
    opacity: 1;
}
.hamburger span::after {
    top: -7px;
}
.hamburger.active span {
    transform: rotate(225deg);
}
.hamburger.active span::before {
    transform: rotate(-90deg);
    top: 0;
}
.hamburger.active span::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;
    }
}
@media only screen and (max-width: 767px) {
    .hide-sp {
        display: none !important;
    }
}

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

.header-site {
    top: 0;
    left: 0;
    width: 100%;
    background: var(--white);
    position: relative;
    z-index: 99;
}
.header-site .container {
    padding-block: 6px;
}
@media only screen and (min-width: 768px) {
    .header-site .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
@media only screen and (max-width: 767px) {
    .header-site__logo {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
}
.header-site__logo--link {
    display: block;
}
.header-site__logo--link img {
    display: block;
    max-height: 38px;
}
.header-site__nav {
    font-size: 16px;
    line-height: 1.5;
    font-family: "Century Gothic", "Josefin Sans", sans-serif;
}
@media only screen and (min-width: 768px) {
    .header-site__nav {
        display: block !important;
    }
}
@media only screen and (max-width: 767px) {
    .header-site__nav {
        position: absolute;
        top: 100%;
        background: rgba(245, 245, 245, 0.89);
        left: 0;
        width: 100%;
        padding: 25px 20px;
        border-top: 1px solid #d9d9d9;
        display: none;
        z-index: 10;
    }
}
@media only screen and (min-width: 768px) {
    .header-site__nav ul {
        display: flex;
        align-items: center;
        gap: 28px;
    }
}
@media only screen and (max-width: 767px) {
    .header-site__nav ul li + li {
        margin-top: 15px;
    }
}
.header-site__nav ul li a {
    display: block;
    color: var(--text-body);
}

.footer-site {
    background: var(--white);
    padding: 25px 0 40px;
}
@media only screen and (min-width: 768px) {
    .footer-site {
        padding: 40px 0 30px;
    }
}
.footer-site .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}
@media only screen and (min-width: 768px) {
    .footer-site .container {
        gap: 25px;
    }
}
.footer-site ul {
    font-family: "Century Gothic", "Josefin Sans", sans-serif;
}
.footer-site ul li + li {
    margin-top: 18px;
}
.footer-site ul li a {
    font-size: 16px;
    color: var(--text-body);
    line-height: 1.6;
    display: block;
}
@media only screen and (max-width: 767px) {
    .footer-site__logo {
        width: 100%;
        text-align: center;
    }
}
.footer-site__logo img {
    max-height: 40px;
}
@media only screen and (min-width: 768px) {
    .footer-site__logo img {
        max-height: 53px;
    }
}
.footer-site__nav {
    margin-right: auto;
}

/** Pages */
.hero {
    margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
    .hero {
        margin-bottom: 110px;
    }
}
.hero picture {
    display: block;
}
.hero picture img {
    width: 100%;
}

.image-content + .image-content {
    margin-top: 55px;
}
@media only screen and (min-width: 768px) {
    .image-content + .image-content {
        margin-top: 85px;
    }
}
@media only screen and (min-width: 768px) {
    .image-content .container {
        display: flex;
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 768px) {
    .image-content .container > h3 {
        display: none;
    }
}
.image-content .container .heading-section {
    width: 100%;
    order: -1;
}
.image-content .container figure {
    margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
    .image-content .container figure {
        width: 50%;
        margin-bottom: 0;margin-top: 10px;
    }
}
.image-content .container figure img {
    width: 100%;
}
.image-content .container h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    font-family: "Century Gothic", "Josefin Sans", sans-serif;
    margin: 0 0 30px;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .image-content .container h3 {
        text-align: left;
        font-size: 30px;
        margin: 0 0 12px;
    }
}
@media only screen and (min-width: 768px) {
    .image-content__content {
        width: 50%;
        padding-left: 5.8%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}
@media only screen and (max-width: 767px) {
    .image-content__content h3 {
        display: none;
    }
}
.image-content__content p {
    font-size: 14px;
    line-height: 40px;
    margin: 0 0 auto;
}
@media only screen and (min-width: 768px) {
    .image-content__content p {
        font-size: 18px;
        line-height: 36px;
    }
}
.image-content__content--button {
    margin-top: 10px;
    text-align: right;
}
@media only screen and (min-width: 768px) {
    .image-content__content--button {
        margin-top: 30px;
    }
}
.image-content--reverse .image-content__content {
    order: -1;
    padding-left: 0;
    padding-right: 5.8%;
}
.image-content--heading {
    padding-top: 44px;
    margin-top: 0 !important;
}
@media only screen and (min-width: 768px) {
    .image-content--heading {
        padding-top: 78px;
    }
}
@media only screen and (min-width: 768px) {
    .image-content--heading .image-content__content {
        padding-left: 44px;
    }
}
.image-content--heading .image-content__content p {
    font-size: 14px;
    line-height: 40px;
}
@media only screen and (min-width: 768px) {
    .image-content--heading .image-content__content p {
        font-size: 18px;
    }
}
@media only screen and (min-width: 768px) {
    .image-content--heading.image-content--reverse .image-content__content {
        padding-right: 44px;
    }
}

@media only screen and (min-width: 768px) {
    .menu-section__inner {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 0 24px;
        gap: 16px 10%;
        align-items: flex-start;
    }
}
.menu-section h2:not(.heading-section) {
    margin-top: 50px;
}
@media only screen and (min-width: 768px) {
    .menu-section h2:not(.heading-section) {
        margin-top: 70px;
    }
}
@media only screen and (max-width: 767px) {
    .menu-section h2:not(.heading-section) {
        margin-bottom: 20px;
    }
}
.menu-section .btn-lg.btn-lg--second {
    margin-top: 65px;
}
@media only screen and (min-width: 768px) {
    .menu-section .btn-lg.btn-lg--second {
        margin-top: 35px;
    }
}
.menu-section__col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.menu-section__col h3 {
    text-align: center;
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 200;
    font-style: italic;
    font-size: 18px;
    line-height: 1.6;
    border-bottom: 1px solid var(--white);
    padding: 0 0 15px;
    margin: 0 0 15px;
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .menu-section__col h3 {
        padding: 0 0 10px;
        margin: 0 0 20px;
        font-size: 20px;
    }
}
.menu-section__col p {
    font-size: 16px;
    line-height: 40px;
    margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
    .menu-section__col p {
        font-size: 18px;
        margin: 0 0 42px;
    }
}
.menu-section__col--full {
    grid-row: 1/5;
    grid-column: 2/3;
}
.menu-section__col--full p {
    width: 100%;
}
.menu-section .section-button {
    text-align: right;
}

.information-section {
    padding: 0;
}
.information-section__inner {
    background: var(--white);
    padding: 15px 0 40px;
    border-radius: 3px;
}
@media only screen and (min-width: 768px) {
    .information-section__inner {
        padding: 30px 0 44px;
    }
}
.information-section h2 {
    color: var(--text-body);
    margin: 0 0 20px;
}
.information-section ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px 46px;
}
@media only screen and (min-width: 768px) {
    .information-section ul {
        gap: 20px 9%;
    }
}
.information-section ul li img {
    max-height: 56px;
}
@media only screen and (min-width: 768px) {
    .information-section ul li img {
        max-height: 77px;
    }
}
.information-section--margin {
    margin-bottom: 64px;
}
@media only screen and (min-width: 768px) {
    .information-section--margin {
        margin-bottom: 84px;
    }
}

@media only screen and (min-width: 768px) {
    .access-section__inner {
        display: flex;
    }
}
@media only screen and (min-width: 768px) {
    .access-section__map {
        width: 50%;
        padding-right: 30px;
    }
}
.access-section__map iframe {
    width: 100%;
    height: 330px;
}
@media only screen and (min-width: 1200px) {
    .access-section__map iframe {
        height: 100%;
    }
}
.access-section__info {
    margin-bottom: 44px;
}
@media only screen and (min-width: 768px) {
    .access-section__info {
        width: 50%;
        order: 2;
        margin-bottom: 0;
    }
}
.access-section__info ul li {
    display: flex;
    font-size: 16px;
    line-height: 32px;
}
.access-section__info ul li label {
    width: 100px;
    padding: 14px 10px 14px 0;
    text-align: right;
    border-right: 2px solid var(--white);
    margin: 0;
    font-weight: 400;
}
@media only screen and (max-width: 767px) {
    .access-section__info ul li label {
        font-size: 14px;
    }
}
@media only screen and (min-width: 768px) {
    .access-section__info ul li label {
        width: 115px;
    }
}
.access-section__info ul li p {
    width: calc(100% - 100px);
    padding-left: 20px;
    margin: 0;
    padding: 14px 0 14px 10px;
}
@media only screen and (min-width: 768px) {
    .access-section__info ul li p {
        width: calc(100% - 115px);
        padding: 14px 0 14px 20px;
    }
}
.access-section__info ul li:first-child label,
.access-section__info ul li:first-child p {
    padding-top: 0;
}
.access-section__info ul li:last-child label,
.access-section__info ul li:last-child p {
    padding-bottom: 0;
}

.banner-page {
    position: relative;
    z-index: 1;
}
.banner-page picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.banner-page picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-page .container {
    min-height: 155px;
    padding-block: 10px;
    display: flex;
    align-items: flex-end;
    text-align: right;
    justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
    .banner-page .container {
        padding-block: 40px;
        min-height: 300px;
    }
}
@media only screen and (min-width: 992px) {
    .banner-page .container {
        padding-block: 70px;
        min-height: 400px;
    }
}
.banner-page .container h1 {
    font-family: "Century Gothic", "Josefin Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    line-height: 1.5;
    text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
    .banner-page .container h1 {
        font-size: 30px;
    }
}
@media only screen and (min-width: 992px) {
    .banner-page .container h1 {
        font-size: 48px;
    }
}

.staff-section__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
@media only screen and (min-width: 768px) {
    .staff-section__inner {
        gap: 30px 7%;
    }
}
.staff-section__item {
    width: calc(50% - 15px);
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .staff-section__item {
        flex-basis: 0;
        flex-grow: 1;
        width: auto;
    }
}
.staff-section__item figure {
    margin: 0 0 10px;
}
.staff-section__item figure img {
    width: 100%;
    border-radius: 2px;
}
.staff-section__item h5,
.staff-section__item h6 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Kozuka Gothic Pr6N", "Noto Sans JP", sans-serif;
    margin: 0;
}
.staff-section .btn-lg {
    margin-top: 50px;
}
@media only screen and (min-width: 768px) {
    .staff-section .btn-lg {
        margin-top: 68px;
    }
}

.content-section {
    padding: 40px 0;
}
@media only screen and (min-width: 768px) {
    .content-section {
        padding: 78px 0;
    }
}
.content-section + .content-section {
    padding-top: 20px;
}
@media only screen and (min-width: 768px) {
    .content-section + .content-section {
        padding-top: 0;
    }
}
.content-section picture {
    display: block;
    margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
    .content-section picture {
        margin-bottom: 70px;
    }
}
.content-section picture img {
    width: 100%;
}
.content-section p {
    font-size: 14px;
    line-height: 40px;
    margin: 0 0 45px;
}
@media only screen and (min-width: 768px) {
    .content-section p {
        font-size: 18px;
        margin: 0 0 30px;
    }
}
.content-section__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px 0;
    margin: 45px 0;
}
@media only screen and (min-width: 768px) {
    .content-section__list {
        gap: 30px 0;
        margin: 55px 0;
    }
}
.content-section__list--item {
    width: 100%;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .content-section__list--item {
        width: 21%;
    }
}
.content-section__list--item figure {
    display: block;
    margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
    .content-section__list--item figure {
        margin: 0 0 14px;
    }
}
.content-section__list--item figure img {
    width: 100%;
    max-width: 200px;
}
.content-section__list--item h3 {
    font-size: 20px;
    line-height: 1.2;
    font-family: "Century Gothic", "Josefin Sans", sans-serif;
    margin: 0 0 12px;
}
@media only screen and (min-width: 768px) {
    .content-section__list--item h3 {
        font-size: 24px;
        margin: 0 0 8px;
    }
}
.content-section__list--item h4 {
    font-size: 20px;
    line-height: 1.2;
    font-family: "Kozuka Gothic Pr6N", "Noto Sans JP", sans-serif;
    margin: 0 0 24px;
}
@media only screen and (min-width: 768px) {
    .content-section__list--item h4 {
        font-size: 24px;
        margin: 0 0 20px;
    }
}
.content-section__list--item p {
    margin: 0;
    line-height: 1.7;
    text-align: left;
}
@media only screen and (min-width: 768px) {
    .content-section__list--item p {
        font-size: 16px;
    }
}
@media only screen and (min-width: 768px) {
    .content-section__button {
        margin-top: 55px;
    }
}
.content-section__list--item ul{
    margin: 0;
}
.content-section__list--item ul li{
    text-align: left;
    line-height: 1.7;
}
@media (min-width: 768px){
    .content-section__list--item ul li{
        font-size: 16px;
    }
}
/*# sourceMappingURL=styles.css.map */
@media screen and (min-width: 768px){   
    .pc { display:block; }
    .sp { display:none !important; }
}
@media screen and (max-width: 767px){   
    .pc { display:none !important; }
    .sp { display:block; }
}

@media (max-width: 767px){

    .inner-head-spa{
        max-width: 290px;
        margin: 0 auto;
    }
}