@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
.blog-detail__title-position ul, .blog-page__sidebar ul, .about-box__description--content ul, .nav-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/**  Mixins */
/*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
/** Global **/
:root {
    --white: #ffffff;
    --black: #000000;
    --smoke: #f4f5ef;
    --gray: #e5e5e5;
    --primary: #acc4f2;
    --second: #90eab0;
    --third: #ffc08b;
    --forth: #ffc0c0;
    --fifth: #0081ce;
    --text-body: var(--black);
    --radius: 0;
}

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

body {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", "Yu Gothic Medium,", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic";
    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(--black);
    outline: none !important;
}
a:hover {
    opacity: 0.5;
    color: var(--second);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", "Yu Gothic Medium,", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic";
    font-weight: 700;
    color: var(--primary);
}

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;
}

.blog-detail__title-position ul, .blog__sidebar ul, .about-box__description--content ul, .nav-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/**  Mixins */
/*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
/** Global **/
:root {
    --white: #ffffff;
    --black: #000000;
    --smoke: #f4f5ef;
    --gray: #e5e5e5;
    --primary: #acc4f2;
    --second: #90eab0;
    --third: #ffc08b;
    --forth: #ffc0c0;
    --fifth: #0081ce;
    --text-body: var(--black);
    --radius: 0;
}

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

body {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", "Yu Gothic Medium,", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic";
    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(--black);
    outline: none !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", "Yu Gothic Medium,", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic";
    font-weight: 700;
    color: var(--primary);
}

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;
}

.about-box__description--content ul, .nav-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/**  Mixins */
/*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
/** Global **/
:root {
    --white: #ffffff;
    --black: #000000;
    --smoke: #f4f5ef;
    --gray: #e5e5e5;
    --primary: #acc4f2;
    --second: #90eab0;
    --third: #ffc08b;
    --forth: #ffc0c0;
    --fifth: #0081ce;
    --text-body: var(--black);
    --radius: 0;
}

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

body {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", "Yu Gothic Medium,", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic";
    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(--black);
    outline: none !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", "Yu Gothic Medium,", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic";
    font-weight: 700;
    color: var(--primary);
}

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;
}

/**  Mixins */ /*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
/** Global **/
*,
*::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: #e5e5e5;
    --primary: #acc4f2;
    --second: #90eab0;
    --third: #ffc08b;
    --forth: #ffc0c0;
    --fifth: #0081ce;
    --text-body: var(--black);
    --radius: 0;
}

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

body {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", "Yu Gothic Medium,", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic";
    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(--black);
    outline: none !important;
}

a:hover {
    opacity: 0.5;
    color: var(--second);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", "Yu Gothic Medium,", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic";
    font-weight: 700;
    color: var(--primary);
}

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: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

.address__quicklink-bottom ul, .address__quicklink-nav ul, .address__opentime .socials, .cover__topics-list ul, .header__main-sp-navigation ul, .header__main-navigation ul, .header__top-quick-link 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,
button,
input[type=button],
input[type=submit] {
    position: relative;
    transition: all 0.3s;
    color: var(--white);
    min-width: 230px;
    text-align: center;
    display: inline-flex;
    outline: none !important;
    border-radius: 10px;
    background: var(--fifth);
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    border: 0;
    height: 58px;
    line-height: 58px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

@media (min-width: 48em) {
    .btn,
    button,
    input[type=button],
    input[type=submit] {
        height: 70px;
        line-height: 80px;
    }
}
.btn span,
button span,
input[type=button] span,
input[type=submit] span {
    line-height: 1 !important;
    color: var(--white);
}

.btn:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
    opacity: 0.9;
    /*   color: var(--second); */
}

.btn svg,
button svg,
input[type=button] svg,
input[type=submit] svg {
    margin-right: 15px;
    max-height: 20px;
    position: absolute;
    width: 12px;
    height: 7px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.btn.btn-rounded,
button.btn-rounded,
input[type=button].btn-rounded,
input[type=submit].btn-rounded {
    border-radius: 50px;
}

.btn.btn-white,
button.btn-white,
input[type=button].btn-white,
input[type=submit].btn-white {
    color: var(--primary);
    background: var(--white);
}

.btn.btn-secondary,
button.btn-secondary,
input[type=button].btn-secondary,
input[type=submit].btn-secondary {
    background: #69d55c;
}

.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);
}

.container-fluid {
    max-width: 1920px;
}

@media (min-width: 48em) {
    .container-fluid {
        padding: 0 64px;
    }
}
.hamburger {
    position: absolute;
    width: 64px;
    height: 64px;
    line-height: 1;
    cursor: pointer;
    display: block;
    right: 0;
    top: -11px;
    z-index: 99;
    opacity: 1;
    background: var(--primary);
}

@media (min-width: 48em) {
    .hamburger {
        display: none;
    }
}
.hamburger span {
    width: 30px;
    height: 2px;
    background: var(--white);
    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);
}

.hamburger span::before, .hamburger span::after {
    content: "";
    transform-origin: center center;
    width: 100%;
    height: 2px;
    background: var(--white);
    backface-visibility: hidden;
    position: absolute;
    left: 0;
    top: 12px;
    transition: 0.3s all ease;
    border-radius: 5px;
    opacity: 1;
}

.hamburger span::after {
    top: -12px;
}

.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;
    }
}
.site__logo-text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 9.5px;
    margin-bottom: 8px;
    font-weight: bold;
    line-height: 1;
    font-family: "futura-pt", sans-serif;
}

@media (min-width: 48em) {
    .site__logo-text {
        font-size: 12.1px;
    }
}
.site__logo-text .small {
    text-align: right;
}

.site__logo-text .small span {
    display: block;
}

.site__logo-text .big {
    font-size: 23.2px;
}

@media (min-width: 48em) {
    .site__logo-text .big {
        font-size: 29.6px;
    }
}
.header {
    position: relative;
    background: #fff;
}

@media only screen and (max-width: 767px) {
    .header {
        min-height: 64px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 99;
    }
}
.header .cta-btn {
    display: none;
    padding-inline: 28px;
    height: 95px;
    position: relative;
    margin-block: -12px;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

@media only screen and (min-width: 1400px) {
    .header .cta-btn {
        display: flex;
    }
}
.header .cta-btn.btn-primary {
    background: var(--second);
}

.header .cta-btn.btn-secondary {
    background: var(--third);
}

.header .cta-btn.btn-highlight {
    background: var(--forth);
}

.header .cta-btn.btn-information {
    background: var(--fifth);
    color: var(--white);
}

.header__top {
    background: rgba(255, 255, 255, 0.8);
    padding-block: 11px;
}

@media (min-width: 48em) {
    .header__top {
        background: var(--primary);
        padding-block: 15px;
    }
}
.header__top .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-inline: 20px;
}

@media (min-width: 48em) {
    .header__top .container-fluid {
        align-items: flex-end;
        max-width: 100%;
    }
}
@media (min-width: 48em) {
    .header__top-logo {
        display: none;
    }
}
.header__top-logo img {
    width: 100%;
    max-width: 102px;
}

.header__top-name {
    color: #182b94;
    line-height: 1;
    font-family: "Times New Roman", serif;
}

@media (min-width: 48em) {
    .header__top-name {
        color: #1a1a1a;
    }
}
.header__top-left {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: flex-end;
}

@media (min-width: 48em) {
    .header__top-left {
        align-items: center;
    }
}
.header__top-quick-link {
    display: none;
    font-weight: bold;
}

@media (min-width: 48em) {
    .header__top-quick-link {
        display: block;
    }
}
.header__top-quick-link ul {
    display: flex;
}

.header__top-quick-link ul svg {
    width: 16px;
    height: 16px;
    transition: all 0.3s;
    position: relative;
    bottom: 1px;
}

.header__top-quick-link ul li a {
    display: flex;
    align-items: center;
    border-left: 1px solid var(--black);
    padding-inline: 35px;
    gap: 5px;
    font-size: 14px;
}

.header__top-quick-link ul li a:hover svg path {
    fill: var(--second);
}

.header__top-quick-link ul li:last-child a {
    border-right: 1px solid var(--black);
}

.header__main {
    display: none;
}

@media (min-width: 48em) {
    .header__main {
        display: flex;
        justify-content: space-between;
        padding-block: 10px;
        padding-left: 20px;
    }
}
.header__main .container-fluid {
    display: flex;
    justify-content: space-between;
}

@media (min-width: 48em) {
    .header__main .container-fluid {
        width: 100%;
        padding-inline: 0;
        max-width: 1920px;
    }
}
.header__main-logo img {
    width: 55px;
    height: auto;
    object-fit: contain;
}

.header__main-navigation {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header__main-navigation nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header__main-navigation ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-block: 10px;
}

.header__main-navigation ul a {
    display: flex;
    gap: 5px;
    align-items: center;
    font-weight: bold;
    padding-inline: 30px;
    border-right: 1px solid var(--black);
}

@media (min-width: 48em) {
    .header__main-navigation ul a {
        padding-inline: 60px;
    }
}
.header__main-navigation ul a svg {
    width: 16px;
    height: 16px;
    position: relative;
    bottom: 2px;
}

.header__main-navigation ul li:last-child a {
    border-right: none;
}

.header__main-sp {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    max-height: 0;
    transition: all 0.3s;
    background: rgba(255, 255, 255, 0.9);
    display: none;
}

.header__main-sp .container {
    padding-inline: 20px;
}

.header__main-sp.active {
    padding-top: 35px;
    padding-bottom: 100px;
    max-height: 200vh;
    opacity: 1;
    z-index: 3;
    display: block;
}

.header__main-sp a {
    color: var(--fifth);
}

.header__main-sp .cta-btn {
    display: flex;
}

.header__main-sp svg path {
    fill: var(--white);
}

.header__main-sp-navigation {
    display: flex;
    justify-content: space-between;
}

.header__main-sp-navigation > div {
    min-width: 145px;
}

.header__main-sp-navigation h3 {
    color: var(--fifth);
    font-size: 14px;
}

.header__main-sp-navigation h3 a {
    color: var(--fifth);
    text-decoration: underline;
    text-underline-offset: 5px;
}


.header__main-sp__nav h3 {
    margin-bottom: 40px;
    /*font-family: "游ゴシック体", serif;*/
}

.header__main-sp__nav a {
    text-decoration: underline;
    font-size: 14px;
    font-weight: bold;
    text-underline-offset: 5px;
}

.header__main-sp__nav ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.header__main-sp__nav ul li {
    margin-bottom: 40px;
}

.header__main-sp__nav ul svg {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-top: -2px;
    margin-left: 5px;
}

.header__main-sp__link h3 a {
    font-weight: bold;
}

.header__main-sp__link ul {
    margin-top: 20px;
}

.header__main-sp__link ul li {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 12px;
}

.header__main-sp__link ul li::before {
    content: "";
    width: 10px;
    height: 1px;
    background: var(--fifth);
    margin-right: 10px;
    display: inline-block;
    position: relative;
    top: -5px;
}

.header__main-sp__link ul li:last-child::before {
    /*display: none;*/
}

.sp-action > a {
    margin-bottom: 40px;
    display: block;
    /*font-family: "游ゴシック体", serif;*/
    font-weight: bold;
}

.sp-action__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 42px;
}

.sp-action__cta .cta-btn {
    width: 100%;
    max-width: calc(50% - 20px);
    border-radius: 10px;
    height: 52px;
    font-size: 18px;
    margin: initial;
    color: var(--black);
    font-weight: bold;
    /*font-family: "游ゴシック体", serif;*/
}

.sp-action__cta .cta-btn.btn-information {
    color: var(--white);
    background: var(--fifth);
}

.footer {
    background: var(--primary);
    padding-block: 20px;
    text-align: center;
    font-weight: bold;
    font-family: "futura-pt", sans-serif;
    line-height: 1;
}

@media (min-width: 48em) {
    .footer {
        padding-block: 36px;
    }
}
.footer p {
    margin-bottom: 0;
    font-size: 9.3px;
}

@media (min-width: 48em) {
    .footer p {
        font-size: 12px;
    }
}
.footer__copyright {
    display: block;
}

/** Pages */
.cover {
    background: #f6f5de;
    padding-bottom: 40px;
}

@media (min-width: 48em) {
    .cover {
        padding-bottom: 90px;
    }
}
.cover figure img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.cover__topics--wrap {
    background: var(--white);
    border: 2px solid var(--primary);
    padding: 20px;
    margin-top: -60px;
}

@media (min-width: 48em) {
    .cover__topics--wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 34px;
        margin-top: -34px;
    }
}
.cover__topics-heading {
    text-align: center;
    max-width: 117px;
}

@media only screen and (max-width: 767px) {
    .cover__topics-heading {
        position: absolute;
        background: var(--primary);
        left: 50%;
        transform: translateX(-50%);
        top: -15px;
        padding-inline: 24px;
        max-width: initial;
    }
}
.cover__topics-heading h2 {
    font-size: 17px;
    font-weight: 600;
    color: var(--white);
    text-align: center;
    line-height: 1;
    margin-top: 10px;
    font-family: "Times New Roman", serif;
}

@media (min-width: 48em) {
    .cover__topics-heading h2 {
        color: var(--primary);
        font-size: 30px;
        margin-top: initial;
    }
}
.cover__topics-heading a {
    justify-content: center;
    align-items: center;
    gap: 15px;
    display: none;
}

@media (min-width: 48em) {
    .cover__topics-heading a {
        display: flex;
    }
}
.cover__topics-heading a svg {
    width: 6px;
    height: 12px;
    fill: var(--black);
}

.cover__topics-heading a svg path {
    transition: all 0.3s;
    stroke-width: 0;
    fill: var(--black) !important;
}

.cover__topics-heading a:hover svg path {
    fill: var(--second) !important;
}

.cover__topics-list {
    width: 100%;
}

@media (min-width: 48em) {
    .cover__topics-list {
        max-width: calc(100% - 170px);
    }
}
.cover__topics-list ul {
    width: 100%;
}

.cover__topics-list ul li {
    font-weight: bold;
    border-bottom: 1px solid var(--black);
    padding-block: 12px;
    width: 100%;
    position: relative;
}

@media (min-width: 48em) {
    .cover__topics-list ul li {
        gap: 50px;
        display: flex;
        padding-block: 20px;
        align-items: center;
    }
}
.cover__topics-list ul li svg {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 12px;
}

.cover__topics-list ul span {
    display: block;
}

@media (min-width: 48em) {
    .cover__topics-list ul span {
        display: inline-block;
    }
}
.cover__topics-list .view-more {
    border: 1px solid var(--black);
    width: 135px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-inline: auto;
    margin-top: 30px;
    position: relative;
}

@media (min-width: 48em) {
    .cover__topics-list .view-more {
        display: none;
    }
}
.cover__topics-list .view-more svg {
    width: 6px;
    height: 12px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.section-heading {
    background: var(--primary);
    text-align: center;
    min-height: 61px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-block: 2px solid #303030;
}

@media (min-width: 48em) {
    .section-heading {
        min-height: 128px;
    }
}
.section-heading h2 {
    color: #303030;
    line-height: 1;
    font-size: 23px;
    position: relative;
    margin-bottom: 0;
}

@media (min-width: 48em) {
    .section-heading h2 {
        font-size: 56px;
    }
}
.section-heading h2 img {
    width: auto;
    object-fit: contain;
    height: 25px;
}

@media (min-width: 48em) {
    .section-heading h2 img {
        height: 50px;
    }
}
.section-heading h2::before, .section-heading h2::after {
    content: "";
    width: 55px;
    height: 2px;
    background: #303030;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 48em) {
    .section-heading h2::before, .section-heading h2::after {
        width: 215px;
    }
}
.section-heading h2::before {
    left: -85px;
}

@media (min-width: 48em) {
    .section-heading h2::before {
        left: -285px;
    }
}
.section-heading h2::after {
    right: -85px;
}

@media (min-width: 48em) {
    .section-heading h2::after {
        right: -285px;
    }
}
.message {
    background: #f6f5de;
    padding-bottom: 50px;
}

@media (min-width: 48em) {
    .message {
        padding-bottom: 123px;
    }
}
.message .section-heading {
    margin-bottom: 40px;
}

@media (min-width: 48em) {
    .message .section-heading {
        margin-bottom: 107px;
    }
}
@media (min-width: 48em) {
    .message .container {
        display: flex;
        justify-content: space-between;
        max-width: 1210px;
    }
}
.message .container figure {
    width: 100%;
    max-width: 160px;
    padding-right: 30px;
    float: left;
    background: #f6f5de;
}

@media (min-width: 48em) {
    .message .container figure {
        max-width: 420px;
        padding-right: initial;
        float: none;
    }
}
.message .container figure img {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 10px;
}

.message .container figure figcaption {
    display: none;
}

@media (min-width: 48em) {
    .message .container figure figcaption {
        display: block;
    }
}
.message .container figure figcaption small,
.message .container figure figcaption strong {
    display: block;
    line-height: 1.2;
}

.message .container figure figcaption small {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 3px;
}

.message .container figure figcaption strong {
    font-size: 18px;
}

.message__text {
    width: 100%;
    max-width: 588px;
    padding-top: 20px;
}

.message__text span {
    position: relative;
    display: block;
    font-family: "Times New Roman", serif;
    margin-bottom: 20px;
}

.message__text span::before {
    display: inline-block;
    content: "";
    width: 13px;
    height: 1px;
    background: var(--black);
    position: relative;
    top: -5px;
    margin-right: 10px;
}

@media only screen and (max-width: 767px) {
    .message__text p {
        font-size: 14px;
    }
    .message__text h2 {
        font-size: 6vw !important;
        line-height: 36px !important;
    }
}
.message__text h2 {
    font-weight: bold;
    color: var(--black);
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--black);
    padding-bottom: 10px;
}

@media (min-width: 48em) {
    .message__text h2 {
        margin-bottom: 40px;
        border-bottom: initial;
        padding-bottom: initial;
    }
}
.message__text .sign {
    display: flex;
    font-size: 24px;
    align-items: center;
    justify-content: flex-end;
}

.message__text .sign img {
    width: 103px;
    height: auto;
    object-fit: contain;
}

@media (min-width: 48em) {
    .message__text .sign img {
        font-size: 53px;
        width: 229px;
    }
}
.message__text .sign small {
    font-size: 10px;
    margin-right: 10px;
}

@media (min-width: 48em) {
    .message__text .sign small {
        display: none;
    }
}
.vision {
    position: relative;
    background: var(--white);
}

.vision figure img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.vision__text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    padding-block: 4.5%;
}

.vision__text-item {
    display: flex;
    flex-direction: column;
    color: var(--white);
    justify-content: center;
    align-items: center;
    width: 50%;
}
.vision__text-item a{
    display: flex;
    flex-direction: column;
    color: var(--white);
    justify-content: center;
    align-items: center;
    width: 100%;
}

.vision__text-item:first-child, .vision__text-item:last-child {
    width: 100%;
}

.vision__text-item:nth-child(2) {
    padding-right: 10%;
}

.vision__text-item:nth-child(3) {
    padding-left: 10%;
}

.vision__text-item span,
.vision__text-item strong {
    display: block;
}

.vision__text-item span {
    font-size: 14px;
    /* border-bottom: 1px solid var(--white); */
    font-family: "Times New Roman", serif;
}

@media (min-width: 48em) {
    .vision__text-item span {
        font-size: 40px;
    }
}
.vision__text-item strong {
    font-size: 19px;
    font-weight: bold;
    font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", "Yu Gothic Medium,", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic";
    border-top: 1px solid var(--white);
}

@media (min-width: 48em) {
    .vision__text-item strong {
        font-size: 36px;
    }
}
.works {
    position: relative;
}

.works .section-heading {
    background: var(--second);
}

.works__wrap {
    position: relative;
}

.works__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
}

.works__heading {
    text-align: center;
    color: var(--white);
}

.works__heading span,
.works__heading strong {
    display: block;
}

.works__heading span {
    font-size: 14px;
    position: relative;
    padding-bottom: 10px;
    font-family: "Times New Roman", serif;
}

@media (min-width: 48em) {
    .works__heading span {
        padding-bottom: 20px;
        font-size: 40px;
    }
}
.works__heading span::after {
    content: "";
    width: 68px;
    height: 1px;
    background: var(--white);
    left: 50%;
    transform: translateX(-50%);
    bottom: 5px;
    position: absolute;
}

@media (min-width: 48em) {
    .works__heading span::after {
        bottom: 10px;
        width: 180px;
    }
}
.works__heading strong {
    font-size: 19px;
    font-weight: bold;
}

@media (min-width: 48em) {
    .works__heading strong {
        font-size: 36px;
    }
}
.teams .section-heading {
    background: var(--forth);
}

@media (min-width: 48em) {
    .teams__list {
        display: flex;
    }
}
.teams__item {
    position: relative;
    border-top: 1px solid var(--white);
}

@media (min-width: 48em) {
    .teams__item {
        border: 1px solid var(--white);
        border-top: none;
        border-bottom: none;
    }
}
@media only screen and (max-width: 768px) {
    .teams__item:first-child {
        border-top: none;
    }
/*    .teams__item:last-child{
        border-bottom: 1px solid var(--white);
    }*/
}
.teams__item-name {
    position: absolute;
    color: var(--white);
    text-align: center;
    padding-bottom: 5px;
    left: 20px;
    top: 15px;
}

@media (min-width: 48em) {
    .teams__item-name {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding-bottom: 20px;
    }
}
.teams__item-name::after {
    content: "";
    width: 100%;
    height: 2px;
    background: var(--white);
    bottom: 0;
    position: absolute;
    left: 0;
}

@media (min-width: 48em) {
    .teams__item-name::after {
        left: 50%;
        transform: translateX(-50%);
        width: 289px;
    }
}
.teams__item-name strong {
    font-size: 16px;
    display: block;
}

@media (min-width: 48em) {
    .teams__item-name strong {
        font-size: 36px;
    }
}
.teams__item-name span {
    font-size: 29px;
    font-weight: 500;
    margin-top: -5px;
    display: none;
}

@media (min-width: 48em) {
    .teams__item-name span {
        display: block;
    }
}
.teams__item figure {
    position: relative;
}

.teams__item figure::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.teams__item figure img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.system {
    padding-top: 35px;
    background: url("../images/home/sp-system.jpg") no-repeat center center;
}

@media (min-width: 48em) {
    .system {
        padding-top: 87px;
        background: url("../images/home/system.jpg") no-repeat center center;
    }
}
.system .section-heading {
    background: var(--third);
}

.system__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 38px;
    padding-bottom: 61px;
}

@media (min-width: 48em) {
    .system__content {
        padding-top: 111px;
        padding-bottom: 168px;
    }
}
.system__item {
    height: auto;
    position: relative;
    color: var(--white);
    max-width: 50%;
}

.system__item:first-child {
    width: 100%;
    max-width: initial;
    display: flex;
    justify-content: center;
}

.system__item figure {
    width: 100%;
    height: auto;
    position: relative;
}

.system__item figure::before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--third);
    border-radius: 50%;
    right: -6px;
    bottom: -2.5px;
    position: absolute;
    z-index: 1;
    border: 1px solid var(--black);
}

@media (min-width: 48em) {
    .system__item figure::before {
        border: 2px solid var(--black);
        right: -12px;
        bottom: -5px;
    }
}
.system__item figure img {
    position: relative;
    z-index: 2;
    border-radius: 50%;
}

.system__item-content {
    width: calc(50vw - 28px);
}

@media (min-width: 48em) {
    .system__item-content {
        width: 556px;
    }
}
.system__item-text {
    position: absolute;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
	color: #fff;
}

.system__item-text span {
    display: block;
    font-size: 13px;
}

@media (min-width: 48em) {
    .system__item-text span {
        font-size: 36px;
        font-weight: 500;
    }
}
.system__item-text strong {
    font-size: 20px;
    font-family: "Times New Roman", serif;
    font-weight: 500;
}

@media (min-width: 48em) {
    .system__item-text strong {
        font-size: 53px;
    }
}
.company {
    position: relative;
    background-color: #f6f5de;
}

.company::before {
    background: url("../images/home/company.jpg") #f6f5de no-repeat left center;
    background-size: cover;
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

@media (min-width: 48em) {
    .company::before {
        display: block;
    }
}
@media (min-width: 48em) {
    .company figure {
        display: none;
    }
}
.company figure img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

@media (min-width: 48em) {
    .company .container {
        display: flex;
        justify-content: flex-end;
    }
}
.company__text-content {
    width: 100%;
}

@media (min-width: 48em) {
    .company__text-content {
        max-width: 50%;
        padding-left: 105px;
        padding-block: 120px;
    }
}
.company__text-content span {
    font-size: 19px;
    line-height: 72px;
    color: var(--black);
    font-weight: 700;
}

@media (min-width: 48em) {
    .company__text-content span {
        font-size: 20px;
        font-weight: 600;
    }
}
.company__text-content h2 {
    font-size: 24px;
    color: var(--black);
    letter-spacing: 0;
    line-height: 1.2;
    font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", "Yu Gothic Medium,", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic";
}

@media (min-width: 48em) {
    .company__text-content h2 {
        font-size: 36px;
        letter-spacing: 1px;
    }
}
.company__actions {
    display: flex;
    flex-direction: column;
    color: var(--white);
    margin-top: 20px;
    margin-bottom: 30px;
    gap: 20px;
}

@media (min-width: 48em) {
    .company__actions {
        gap: 10px;
        margin-top: 60px;
        margin-bottom: initial;
        width: 360px;
    }
}
.company__actions svg,
.company__actions path {
    fill: var(--white);
}

.company__actions span {
    color: var(--white);
}

.address {
    padding-top: 87px;
    padding-bottom: 30px;
    background: #fff;
}

@media (min-width: 48em) {
    .address {
        padding-bottom: 112px;
    }
}
.address__wrap {
    display: flex;
    flex-wrap: wrap;
    color: var(--fifth);
    width: 100%;
}

.address__wrap > div {
    width: 100%;
}

@media (min-width: 48em) {
    .address__wrap > div {
        max-width: 50%;
    }
}
.address__wrap > div svg {
    width: 24px;
    height: 24px;
}

.address__wrap > div svg path {
    fill: var(--white);
}

.address__main-logo {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
    margin-bottom: 30px;
}

.address__main-logo span {
    font-size: 18px;
    font-weight: bold;
}
@media (max-width: 575px){
    .address__main-logo{
        display: inline-flex;
        position: relative;
    }
    .address__main-logo .site__logo-text.address__logo-text+span{
        position: absolute;
        bottom: 0;
        right: 0;
        transform: translateY(10px);
    }
}

.address__main-logo .big {
    font-size: 43.6px;
}

.address__opentime svg {
    width: 24px;
    height: 24px;
}

.address__opentime .socials {
    display: flex;
    gap: 10px;
}

.address__opentime .socials a {
    padding: 10px;
    background: var(--fifth);
    width: 43px;
    height: 43px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.address__opentime .socials a.line {
    background: #69D55C;
}

.address__opentime > div:first-child {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 50px;
}

.address__opentime > div a {
    font-weight: bold;
    color: var(--fifth);
    display: block;
    font-size: 24px;
    font-family: "futura-pt", sans-serif;
}

.address__opentime > div span {
    font-size: 15px;
    font-weight: bold;
    color: var(--fifth);
}

.address__opentime > div p {
    display: block;
    font-weight: 600;
}

.address__quicklink-nav-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (min-width: 48em) {
    .address__quicklink-nav-wrap h3,
    .address__quicklink-nav-wrap ul {
        white-space: nowrap;
    }
}
.address__quicklink-nav h3 {
    font-size: 14px;
    color: var(--fifth);
}

@media (min-width: 48em) {
    .address__quicklink-nav h3 {
        font-size: 20px;
    }
}
@media (min-width: 48em) {
    .address__quicklink-nav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }
}
@media only screen and (max-width: 767px) {
    .address__quicklink-nav ul.second {
        margin-top: -34px;
    }
}
.address__quicklink-nav ul li {
    width: 100%;
}

.address__quicklink-nav ul li a {
    font-weight: bold;
    color: var(--fifth);
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    border-bottom: 2px solid var(--fifth);
    margin-bottom: 20px;
}

.address__quicklink-nav ul li a svg {
    width: 16px;
    height: 16px;
    fill: var(--fifth);
    margin-right: 10px;
}

.address__quicklink-nav ul li a svg path {
    fill: var(--fifth);
}

.address__quicklink-nav ul li ul {
    display: block;
}

.address__quicklink-nav ul li ul li {
    display: block;
}

.address__quicklink-nav ul li ul li a {
    font-size: 14px;
    font-weight: 600;
    padding-left: 20px;
    position: relative;
    white-space: nowrap;
    margin-bottom: 10px;
    border: 0;
}

.address__quicklink-nav ul li ul li a::before {
    content: "";
    position: absolute;
    width: 11px;
    height: 1px;
    background: var(--fifth);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
    .address__quicklink-nav .first {
        width: 60%;
    }
    .address__quicklink-nav .first a {
        text-decoration: none;
        text-underline-offset: 5px;
        margin-top: 20px;
        margin-bottom: 0;
        display: inline-flex;
        font-size: 16px;
    }
/*    .address__quicklink-nav .first a:last-child{
        margin-top: 40px;
    }*/
    .address__quicklink-nav ul li a {
        display: inline-flex;
        margin-top: 0;
        margin-bottom: 30px;
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .address__quicklink-nav .second {
        width: 40%;
    }
}
.address__quicklink-bottom {
    border-top: 1px solid var(--fifth);
    margin-top: 40px;
    padding-top: 40px;
}

@media (min-width: 48em) {
    .address__quicklink-bottom {
        margin-top: 100px;
    }
}
.address__quicklink-bottom h3 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1;
    color: var(--fifth);
}

.address__quicklink-bottom ul {
    display: flex;
    flex-wrap: wrap;
}

.address__quicklink-bottom ul li {
    width: 33%;
    margin-bottom: 10px;
}

@media (min-width: 48em) {
    .address__quicklink-bottom ul li {
        max-width: 25%;
    }
}
.address__quicklink-bottom ul li a {
    font-size: 14px;
    color: var(--fifth);
}

.address__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin-top: 30px;
    max-width: 283px;
    margin-inline: auto;
}

@media (min-width: 48em) {
    .address__actions {
        gap: 40px;
        margin-top: 50px;
        flex-wrap: nowrap;
        max-width: initial;
        margin-inline: initial;
    }
}
.address__actions .btn {
    width: 100%;
    font-weight: 700;
}

.address__note {
    display: none;
}

@media (min-width: 48em) {
    .address__note {
        display: block;
    }
}
.address__note-sp {
    display: flex;
    width: 100%;
    font-weight: 600;
    margin-top: 10px;
}
.address__note-sp p{
    margin: 0;
}
@media (min-width: 48em) {
    .address__note-sp {
        display: none;
    }
}
.cover__topics-heading span {
    font-weight: 700;
}

/*# sourceMappingURL=styles.css.map */
/** Pages */
.weflare__list h2, .weflare__title h2, .environment h2 {
    font-size: 18px;
    font-family: "Arial", sans-serif;
    color: var(--black);
    margin-bottom: 0;
}

.education h2 {
    font-size: 18px;
    color: var(--black);
    margin-bottom: 0;
}

@media (min-width: 48em) {
    .weflare__list h2, .weflare__title h2, .environment h2, .education h2 {
        font-size: 30px;
    }
}
@media only screen and (min-width: 992px) {
    .weflare__list h2, .weflare__title h2, .environment h2, .education h2 {
        font-size: 40px;
    }
}
.weflare__title .container, .environment__title .container, .education__title .container {
    min-height: 106px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

@media (min-width: 48em) {
    .weflare__title .container, .environment__title .container, .education__title .container {
        min-height: 206px;
        border-left: 2px solid var(--black);
        align-items: flex-start;
        min-height: 306px;
        padding-left: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .weflare__title .container::before, .environment__title .container::before, .education__title .container::before {
        content: "";
        position: absolute;
        top: 0;
        left: 20px;
        height: 100%;
        border-right: 1px solid var(--black);
    }
}
.education__item.bg-dotted--right::before, .education__item.bg-dotted::before {
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    left: 0;
    top: 0;
    background: url("../images/about/bg-dotted.svg") repeat;
}

.weflare__content .container::before, .environment__list::before {
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    top: 0;
    background: url("../images/about/dots-1.svg") repeat;
    height: 382px;
    width: 297px;
}

.header__main-sp {
    overflow: hidden;
}

.page-cover {
    position: relative;
    border: 1px solid var(--black);
    border-left: none;
    border-right:none;
}

@media (min-width: 48em) {
    .page-cover {
        border-width: 2px;
    }
}
@media only screen and (max-width: 767px) {
    .page-cover {
        border-inline: none;
    }
}
.page-cover picture {
    width: 100%;
    display: block;
}

.page-cover picture img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .page-cover picture img {
        height: 160px;
        object-fit: cover;
    }
}
.page-cover__content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
    .page-cover__content {
        padding-top: 60px;
    }
}
.page-cover__content .container {
    text-align: center;
}

.page-cover__content p {
    color: #303030;
    text-align: center;
    font-size: 10px;
    font-family: "Times New Roman", serif;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .page-cover__content p {
        font-size: 18px;
    }
}
.page-cover__content img {
    margin-inline: auto;
    display: inline-block;
    margin-bottom: 10px;
    height: 30px;
}

@media only screen and (min-width: 768px) {
    .page-cover__content img {
        height: 54px;
    }
}
.slash {
    font-family: "Arial", sans-serif;
    font-style: italic;
    position: relative;
    display: inline-block;
    padding: 2px 15px 10px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    font-size: 13px;
    z-index: 1;
}

@media (min-width: 48em) {
    .slash {
        font-size: 18px;
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 992px) {
    .slash {
        font-size: 24px;
    }
}
.slash::after {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: -5px;
    background: #ffc08b;
    clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
    position: absolute;
    z-index: -1;
}

.education {
    position: relative;
    overflow: hidden;
}

.education__title {
    border-bottom: 1px solid var(--black);
    border-top: none;
}

@media (min-width: 48em) {
    .education__title {
        border-bottom-width: 2px;
    }
}
.education__item {
    padding-block: 40px;
    padding-inline: 20px;
    position: relative;
}

@media (min-width: 48em) {
    .education__item {
        padding-block: 80px;
        padding-inline: initial;
        border-bottom: 2px solid var(--black);
    }
}
.education__item.bg-dotted::before {
    display: none;
    width: 22vw;
}

@media (min-width: 48em) {
    .education__item.bg-dotted::before {
        display: block;
    }
}
.education__item.bg-dotted--right::before {
    display: none;
    width: 22vw;
    left: auto;
    right: 0;
}

@media (min-width: 48em) {
    .education__item.bg-dotted--right::before {
        display: block;
    }
}
@media (min-width: 48em) {
    .education__item .container {
        display: flex;
        gap: 110px;
        align-items: center;
        justify-content: space-between;
    }
}
.education__item figure {
    width: 100%;
}

@media (min-width: 48em) {
    .education__item figure {
        margin-top: -230px;
        max-width: 521px;
        order: 2;
    }
}
.education__item-title {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

@media (min-width: 48em) {
    .education__item-title {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .education__item-title {
        display: flex;
        align-items: center;
        border-bottom: 3px solid #ffc08b;
        margin-bottom: 20px;
        gap: 10px;
    }
}
@media (min-width: 48em) {
    .education__item-title::before {
        content: "";
        width: 50vw;
        right: 0;
        bottom: 0;
        height: 4px;
        background: #ffc08b;
        position: absolute;
    }
}
@media (min-width: 48em) {
    .education__item-title div {
        display: flex;
        align-items: flex-end;
        gap: 10px;
        margin-bottom: 20px;
    }
}
.education__item-title small {
    font-size: 12px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
}

@media (min-width: 48em) {
    .education__item-title small {
        font-size: 20px;
        font-weight: 700;
    }
}
.education__item-title span {
    font-size: 19px;
    line-height: 1.25;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
}

@media (min-width: 48em) {
    .education__item-title span {
        font-size: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .education__item-title span {
        line-height: 20px;
    }
}
.education__item-title h2 {
    font-size: 18px;
}

@media (min-width: 48em) {
    .education__item-title h2 {
        padding-bottom: 20px;
        font-size: 40px;
    }
}
.education__item-content {
    width: 100%;
}

@media (min-width: 48em) {
    .education__item-content {
        max-width: calc(100% - 521px);
    }
}
.education__item-content p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 0;
    font-weight: 500;
}

@media (min-width: 48em) {
    .education__item-content p {
        font-size: 16px;
        margin-bottom: 40px;
    }
}
.education__item:nth-child(odd) .container {
    flex-direction: row-reverse;
}

.education__item:nth-child(odd) .education__item-title::before {
    left: 0;
    right: initial;
}

.environment {
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .environment {
        border-top: 1px solid var(--black);
    }
}
.environment__title {
    border-bottom: 1px solid var(--black);
}

@media (min-width: 48em) {
    .environment__title {
        border-bottom-width: 2px;
    }
}
.environment__title .container {
    border-bottom: none !important;
    border-right: none !important;
}

@media only screen and (max-width: 767px) {
    .environment__title .container {
        border: none !important;
    }
}
@media (min-width: 48em) {
    .environment .container {
        border: 2px solid var(--black);
        border-bottom: none;
        border-top: none;
    }
}
@media only screen and (max-width: 767px) {
    .environment .container {
        padding: 0 20px;
    }
}
.environment__list {
    background: url("../images/about/education/bg-environment-sp.png") no-repeat center;
    background-size: cover;
    position: relative;
    padding: 60px 30px;
}

@media (min-width: 48em) {
    .environment__list {
        background-image: url("../images/about/education/bg-environment.jpg");
        margin-inline: -15px;
        display: flex;
        justify-content: space-between;
        gap: 106px;
        padding: 106px;
    }
}
@media only screen and (max-width: 767px) {
    .environment__list {
        border-inline: 1px solid var(--black);
    }
}
.environment__list::before {
    right: 100%;
}

@media only screen and (max-width: 991px) {
    .environment__list::before {
        display: none;
    }
}
.environment__item {
    width: 100%;
    background: var(--white);
    padding: 20px;
    font-size: 14px;
    line-height: 28px;
}

@media (min-width: 48em) {
    .environment__item {
        max-width: calc(33.333% - 53px);
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .environment__item + .environment__item {
        margin-top: 60px;
    }
}
.environment__item figure {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 50px;
}

@media (min-width: 48em) {
    .environment__item figure {
        height: 175px;
    }
}
.environment__item figure img {
    max-width: 50%;
    object-fit: contain;
}

@media (min-width: 48em) {
    .environment__item figure img {
        max-width: 70%;
    }
}
.weflare {
    overflow: hidden;
}

.weflare__title {
    border-top: 1px solid var(--black);
}

@media (min-width: 48em) {
    .weflare__title {
        border-top-width: 2px;
    }
}
.weflare__content {
    border-top: 1px solid var(--black);
}

@media (min-width: 48em) {
    .weflare__content {
        border-top-width: 2px;
    }
}
.weflare__content .container {
    position: relative;
}

@media (min-width: 48em) {
    .weflare__content .container {
        border-inline: 1px solid var(--black);
    }
}
@media (min-width: 48em) and (min-width: 48em) {
    .weflare__content .container {
        border-inline-width: 2px;
    }
}
.weflare__content .container::before {
    left: 100%;
    top: auto;
    bottom: 0;
}

@media only screen and (max-width: 991px) {
    .weflare__content .container::before {
        display: none;
    }
}
.weflare__content .highlight {
    padding: 20px 0px;
    font-size: 17px;
    line-height: 36px;
    text-align: center;
}

@media (min-width: 48em) {
    .weflare__content .highlight {
        line-height: 45px;
        padding: 50px;
        font-size: 24px;
        line-height: 51px;
        text-align: left;
    }
}

.weflare__content .highlight span {
    box-sizing: content-box;
    background: #ffc08b;
    font-size: 18px;
    font-weight: bold;
    border: 3px solid #ffc08b;
}

@media (min-width: 48em) {
    .weflare__content .highlight span {
        font-size: 24px;
        border: 8px solid #ffc08b;
    }
}
.weflare__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-bottom: 50px;
}

@media (min-width: 48em) {
    .weflare__list {
        padding-bottom: 100px;
    }
}
.weflare__list h2 {
    text-align: center;
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--black);
    min-height: 85px;
    justify-content: center;
    align-items: flex-end;
    display: flex;
}

@media (min-width: 48em) {
    .weflare__list h2 {
        font-size: 32px;
        border-bottom-width: 2px;
    }
}
.weflare__item {
    width: 100%;
    margin-bottom: 30px;
}

@media (min-width: 48em) {
    .weflare__item {
        margin-top: 150px;
        max-width: 418px;
    }
}
.weflare__item p {
    max-width: 320px;
    margin-inline: auto;
    font-weight: 500;
}

@media (min-width: 48em) {
    .weflare__item p {
        min-height: 96px;
    }
}
.weflare__item-title {
    position: relative;
}

.weflare__item figure {
    position: absolute;
    left: 0;
    width: 80px;
    bottom: 10px;
}

@media (min-width: 48em) {
    .weflare__item figure {
        width: 118px;
        bottom: 32px;
    }
}
.about-content {
    border-block: 1px solid var(--black);
}

@media (min-width: 48em) {
    .about-content {
        border-block-width: 2px;
    }
}
.about-content__list {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 48em) {
    .about-content__list {
        padding-block: initial;
        margin-inline: -15px;
    }
}
.about-content__item {
    position: relative;
    width: 50%;
    border-inline: 1px solid var(--black);
}

@media (min-width: 48em) {
    .about-content__item {
        width: 25%;
    }
}
.about-content__item-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 15px;
}

@media (min-width: 48em) {
    .about-content__item-content {
        padding: 20px;
    }
}
.about-content__item-content h3 {
    font-size: 16px;
    border-bottom: 1px solid var(--white);
    color: var(--white);
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: flex;
    gap: 5px;
    align-items: center;
}

@media (min-width: 48em) {
    .about-content__item-content h3 {
        font-size: 19px;
        max-width: 60%;
        border-bottom-width: 2px;
    }
}
.about-content__item-content h3 svg {
    max-width: 20px;
    position: relative;
    top: -4px;
}

.about-content__item-content h3 svg path {
    fill: var(--white);
    stroke: var(--white);
}

.about-content__item-content p {
    font-size: 12px;
    margin-bottom: 0;
    color: var(--white);
}

.about-content__item figure {
    height: 0;
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 100%;
}

.about-content__item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.nav-section {
    margin-top: 25px;
}

@media only screen and (min-width: 768px) {
    .nav-section {
        margin-top: 50px;
    }
}
@media only screen and (min-width: 992px) {
    .nav-section {
        margin-top: 110px;
    }
}
.nav-section .container {
    max-width: 1030px;
}

.nav-section ul {
    display: flex;
    gap: 8px;
}

@media only screen and (min-width: 768px) {
    .nav-section ul {
        gap: 0;
        border: 1px solid #303030;
    }
}
.nav-section ul li {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .nav-section ul li {
        border: 1px solid #303030;
    }
}
.nav-section ul li a {
    display: block;
    line-height: 16px;
    letter-spacing: 2px;
    font-weight: 700;
    color: #303030;
    background: url("../images/arrow-scroll-down.svg") no-repeat 50% calc(100% - 10px)/11px #acc4f2;
    padding: 10px 10px 20px;
    height: 100%;
    font-size: 14px;
}

@media only screen and (min-width: 768px) {
    .nav-section ul li a {
        font-size: 18px;
        line-height: 20px;
        padding: 20px 20px 30px;
        background-position: 50% calc(100% - 16px);
        background-size: 14px;
    }
}
@media only screen and (min-width: 768px) {
    .nav-section ul li a br {
        display: none;
    }
}
.nav-section ul li a small {
    font-size: 11px;
}

@media only screen and (min-width: 768px) {
    .nav-section ul li a small {
        font-size: 16px;
    }
}
@media only screen and (min-width: 768px) {
    .nav-section ul li + li {
        border-left: 1px solid #303030;
    }
}
.nav-section ul li:nth-child(2n) a {
    background-color: #90eab0;
}

.nav-section ul li:nth-child(3n) a {
    background-color: #ffc08b;
}

.about-box {
    padding-block: 40px;
    position: relative;
    color: #303030;
    z-index: 1;
    overflow: hidden;
}

@media only screen and (min-width: 768px) {
    .about-box {
        padding-block: 60px;
    }
}
@media only screen and (min-width: 992px) {
    .about-box {
        padding-block: 110px;
    }
}
.about-box__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    pointer-events: none;
    height: 100%;
    display: none;
}

@media only screen and (min-width: 1200px) {
    .about-box__image {
        display: block;
    }
}
.about-box__image::before, .about-box__image::after {
    content: "";
    position: absolute;
}

.about-box__image::before {
    width: 278px;
    height: 345px;
    background: url("../images/about/people/icon-1.svg") no-repeat 0 0/100%;
    top: 75px;
    right: 0;
}

.about-box__image::after {
    width: 376px;
    height: 100%;
    background: url("../images/about/people/icon-4.svg") no-repeat 0 0/100%;
    top: 110px;
    left: 0;
}

.about-box__image--inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.about-box__image--inner::before, .about-box__image--inner::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 305px;
}

.about-box__image--inner::before {
    background: url("../images/about/people/icon-2.png") no-repeat 0 0/100%;
    top: 26%;
    left: 0;
}

.about-box__image--inner::after {
    background: url("../images/about/people/icon-3.png") no-repeat 0 0/100%;
    bottom: 23%;
    left: 0;
}

.about-box .container {
    max-width: 1030px;
}

.about-box h2 {
    position: absolute;
    left: 100%;
    top: 0;
    white-space: nowrap;
    display: none;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 120px;
    line-height: 1;
    letter-spacing: 5px;
    font-family: "Noto Sans JP", sans-serif;
    margin: 0;
    top: 175px;
}

@media only screen and (min-width: 1200px) {
    .about-box h2 {
        display: block;
    }
}
@media only screen and (min-width: 1400px) {
    .about-box h2 {
        font-size: 146.66px;
        left: calc(100% + 60px);
    }
}
.about-box h3 {
    font-weight: 700;
    line-height: 1.5;
    color: #303030;
    margin: 0 0 20px;
    font-size: 18px;
}

@media only screen and (min-width: 768px) {
    .about-box h3 {
        font-size: 30px;
        margin: 0 0 30px;
    }
}
@media only screen and (min-width: 992px) {
    .about-box h3 {
        font-size: 40px;
        margin: 0 0 60px;
    }
}
.about-box h3 small {
    font-size: 13px;
}

@media only screen and (min-width: 768px) {
    .about-box h3 small {
        font-size: 20px;
    }
}
@media only screen and (min-width: 992px) {
    .about-box h3 small {
        font-size: 28px;
    }
}
.about-box__title {
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #303030;
    background: #acc4f2;
    margin: 0;
    border-bottom: 1px solid #303030;
    padding: 7px 15px;
}

@media only screen and (min-width: 768px) {
    .about-box__title {
        font-size: 18px;
        line-height: 22px;
        padding: 17px 30px;
    }
}
.about-box__inner {
    border: 1px solid #303030;
    border-top: 0;
    position: relative;
    z-index: 1;
}

.about-box__inner::before, .about-box__inner::after {
    content: "";
    position: absolute;
    z-index: -1;
}

@media only screen and (min-width: 1200px) {
    .about-box__inner::before, .about-box__inner::after {
        display: none;
    }
}
.about-box__inner::before {
    width: 97px;
    height: 80px;
    background: url("../images/about/people/icon-1-sp.svg") no-repeat 0 0/100%;
    top: -55px;
    right: -15px;
}

.about-box__inner::after {
    width: 104px;
    height: 80px;
    background: url("../images/about/people/icon-4-sp.svg") no-repeat 0 0/100%;
    bottom: -35px;
    left: -15px;
}

.about-box__description {
    border-bottom: 1px solid #303030;
    border-top: 1px solid #303030;
    background: #fff;
}

@media only screen and (min-width: 768px) {
    .about-box__description {
        display: grid;
        grid-template-columns: 45% 1fr;
        grid-template-rows: 57px 1fr;
    }
}
@media only screen and (min-width: 992px) {
    .about-box__description {
        grid-template-columns: 36% 1fr;
    }
}
.about-box__description figure {
    border-bottom: 1px solid #303030;
}

@media only screen and (min-width: 768px) {
    .about-box__description figure {
        grid-column: 1/2;
        grid-row: 1/3;
        border-right: 1px solid #303030;
        border-bottom: 0;
    }
}
.about-box__description figure img {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .about-box__description figure img {
        height: 100%;
        object-fit: cover;
    }
}
@media only screen and (min-width: 768px) {
    .about-box__description .about-box__title {
        grid-column: 2/3;
        grid-row: 1/2;
    }
}
@media only screen and (min-width: 768px) {
    .about-box__description--body {
        grid-column: 2/3;
        grid-row: 2/3;
    }
}
.about-box__description--content {
    font-size: 14px;
    line-height: 27.6px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 20px 15px;
}

@media only screen and (min-width: 768px) {
    .about-box__description--content {
        padding: 25px 30px;
        font-size: 16px;
    }
}
.about-box__description--content h5 {
    margin: 0 0 7px;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 1px;
    color: #303030;
    position: relative;
    padding-left: 20px;
}

@media only screen and (min-width: 768px) {
    .about-box__description--content h5 {
        font-size: 18.4px;
    }
}
.about-box__description--content h5 + h5 {
    margin-top: 10px;
}

@media only screen and (min-width: 992px) {
    .about-box__description--content h5 + h5 {
        margin-top: 15px;
    }
}
.about-box__description--content h5::before {
    content: "";
    width: 15px;
    height: 15px;
    background: #acc4f2;
    position: absolute;
    left: 0;
    top: 2px;
    border-radius: 100%;
}

@media only screen and (min-width: 768px) {
    .about-box__description--content h5::before {
        width: 17px;
        height: 17px;
        top: 3px;
    }
}
.about-box__description--content ul {
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 1px;
}

@media only screen and (min-width: 768px) {
    .about-box__description--content ul {
        font-size: 15px;
    }
}
.about-box__description--content ul li {
    position: relative;
    padding-left: 16px;
}

.about-box__description--content ul li + li {
    margin-top: 8px;
}

.about-box__description--content ul li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 13px;
    height: 13px;
    border-radius: 100px;
    background: #acc4f2;
}

.about-box__description--content p {
    margin: 0 0 10px;
}

.about-box__content {
    background: #fff;
}

.about-box__button {
    margin-top: 50px;
}

@media only screen and (min-width: 768px) {
    .about-box__button {
        margin-top: 70px;
    }
}
@media only screen and (min-width: 992px) {
    .about-box__button {
        margin-top: 110px;
    }
}
.about-box__button a {
    display: flex;
    font-size: 17px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    background: url("../images/arrow-btn-down.svg") no-repeat calc(100% - 20px) 50%/12px #acc4f2;
    border: 1px solid #303030;
    width: 100%;
    max-width: 250px;
    min-height: 60px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #303030;
    transition: all 0.3s;
}

@media only screen and (min-width: 768px) {
    .about-box__button a {
        font-size: 20px;
        max-width: 300px;
    }
}
.about-box__button a:hover {
    color: #303030;
    opacity: 0.8;
}

.about-box--2 h2 {
    color: #90eab0;
    left: auto;
    right: 100%;
}

@media only screen and (min-width: 1400px) {
    .about-box--2 h2 {
        right: calc(100% + 60px);
    }
}
.about-box--2 .about-box__image::before {
    width: 300px;
    height: 305px;
    background-image: url("../images/about/people/icon-5.png");
}

.about-box--2 .about-box__image::after {
    left: auto;
    right: 0;
}

.about-box--2 .about-box__image--inner::before {
    width: 278px;
    height: 342px;
    background-image: url("../images/about/people/icon-6.svg");
    top: 35%;
}

.about-box--2 .about-box__image--inner::after {
    width: 299px;
    height: 305px;
    left: auto;
    right: 0;
    bottom: 35%;
    background-image: url("../images/about/people/icon-7.png");
}

.about-box--2 .about-box__title {
    background: #90eab0;
}

.about-box--2 .about-box__description--content h5::before {
    background: #90eab0;
}

.about-box--2 .about-box__description--content ul li::before {
    background: #90eab0;
}

.about-box--2 .about-box__inner::before {
    background-image: url("../images/about/people/icon-sp-5.svg");
}

.about-box--2 .about-box__inner::after {
    background-image: url("../images/about/people/icon-sp-6.svg");
}

.about-box--2 .about-box__button a {
    background-color: #90eab0;
}

.about-box--2 .daily-schedule__item::before {
    border-color: #90eab0;
}

.about-box--2 .faqs-list__item h5::before {
    background: #90eab0;
}

.about-box--3 h2 {
    color: #ffc08b;
}

.about-box--3 .about-box__image::before {
    width: 278px;
    height: 342px;
    background-image: url("../images/about/people/icon-8.svg");
}

.about-box--3 .about-box__image--inner::before {
    width: 299px;
    height: 305px;
    background-image: url("../images/about/people/icon-9.png");
    top: 40%;
}

.about-box--3 .about-box__image--inner::after {
    width: 299px;
    height: 305px;
    left: auto;
    right: 0;
    bottom: 15%;
    background-image: url("../images/about/people/icon-10.svg");
}

.about-box--3 .about-box__title {
    background: #ffc08b;
}

.about-box--3 .about-box__description--content h5::before {
    background: #ffc08b;
}

.about-box--3 .about-box__description--content ul li::before {
    background: #ffc08b;
}

.about-box--3 .about-box__inner::before {
    background-image: url("../images/about/people/icon-sp-7.svg");
}

.about-box--3 .about-box__inner::after {
    background-image: url("../images/about/people/icon-sp-8.svg");
}

.about-box--3 .about-box__button a {
    background-color: #ffc08b;
}

.about-box--3 .daily-schedule__item::before {
    border-color: #ffc08b;
}

.about-box--3 .faqs-list__item h5::before {
    background: #ffc08b;
}

.daily-schedule {
    padding: 35px 15px;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 768px) {
    .daily-schedule {
        padding: 45px;
    }
}
.daily-schedule::before, .daily-schedule::after {
    content: "";
    position: absolute;
    z-index: -1;
}

@media only screen and (min-width: 1200px) {
    .daily-schedule::before, .daily-schedule::after {
        display: none;
    }
}
.daily-schedule::before {
    width: 176px;
    height: 59px;
    background: url("../images/about/people/icon-2-sp.svg") no-repeat 0 0/100%;
    top: 0;
    right: 0;
}

.daily-schedule::after {
    width: 81px;
    height: 350px;
    background: url("../images/about/people/icon-3-sp.svg") no-repeat 0 0/100%;
    bottom: 0;
    left: 0;
}

.daily-schedule__item {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 0 20px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 768px) {
    .daily-schedule__item {
        grid-template-columns: 100px 1fr;
        gap: 0 30px;
    }
}
.daily-schedule__item::before {
    content: "";
    position: absolute;
    height: 100%;
    z-index: -1;
    border-right: 1px solid #acc4f2;
    top: 0;
    left: 35px;
}

.daily-schedule__item--time span {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    border: 1px solid #303030;
    border-radius: 50px;
    letter-spacing: 2px;
    padding: 4px 5px;
    min-width: 70px;
    text-align: center;
    display: inline-block;
    background: #fff;
}

.daily-schedule__item--content {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 20px;
}

.daily-schedule__item--content h5 {
    color: #303030;
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    letter-spacing: 2px;
}

.daily-schedule__item--content p {
    margin-bottom: 20px;
}

.daily-schedule__item--content p:last-of-type {
    margin-bottom: 0;
}

.daily-schedule__item:last-child {
    padding-bottom: 0;
}

.daily-schedule__item:last-child::before {
    display: none;
}

.faqs-list__item {
    padding: 36px 15px;
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
}

@media only screen and (min-width: 768px) {
    .faqs-list__item {
        padding: 25px 40px;
        font-size: 16px;
        line-height: 21px;
    }
}
.faqs-list__item + .faqs-list__item {
    border-top: 1px solid #303030;
}

.faqs-list__item h5 {
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0 0 20px;
    color: #303030;
    position: relative;
    padding-left: 45px;
    min-height: 50px;
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 768px) {
    .faqs-list__item h5 {
        font-size: 20px;
        line-height: 24px;
        padding-left: 70px;
    }
}
.faqs-list__item h5::before {
    content: "Q";
    position: absolute;
    width: 36px;
    height: 36px;
    top: 0;
    left: 0;
    font-size: 14px;
    line-height: 1;
    background: #acc4f2;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (min-width: 768px) {
    .faqs-list__item h5::before {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}
.faqs-list__item p {
    margin: 0;
}

.white-popup-block {
    background: #fff;
    padding: 20px 30px;
    text-align: left;
    width: calc(100% - 30px);
    max-width: 1470px;
    margin: 60px auto;
    position: relative;
}

.white-popup-block .btn-close-popup {
    position: absolute;
    top: -30px;
    right: 0;
    width: 20px;
    height: 20px;
}

@media only screen and (min-width: 768px) {
    .white-popup-block .btn-close-popup {
        width: 25px;
        height: 25px;
    }
}
.white-popup-block .btn-close-popup svg line {
    stroke: #fff;
}

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

.heading-bg {
    position: relative;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    .heading-bg {
        margin-bottom: 50px;
    }
}
@media only screen and (min-width: 992px) {
    .heading-bg {
        margin-bottom: 60px;
    }
}
.heading-bg__inner {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.heading-bg h2 {
    position: absolute;
    right: 0;
    bottom: 0;
    font-weight: 500;
    font-size: 86px;
    line-height: 0.75;
    letter-spacing: 1px;
    margin: 0;
    padding-inline: 30px;
    display: none;
}

@media only screen and (min-width: 992px) {
    .heading-bg h2 {
        display: block;
    }
}
@media only screen and (min-width: 1200px) {
    .heading-bg h2 {
        font-size: 122px;
    }
}
.heading-bg h2::after {
    content: "";
    border-bottom: 6px solid #acc4f2;
    width: 38.4vw;
    position: absolute;
    bottom: 0;
    right: 0;
}

@media only screen and (min-width: 1200px) {
    .heading-bg h2::after {
        bottom: 0;
    }
}
.heading-bg h3 {
    color: #303030;
    padding: 3px 20px;
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
}

@media only screen and (min-width: 768px) {
    .heading-bg h3 {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 26px;
    }
}
@media only screen and (min-width: 992px) {
    .heading-bg h3 {
        font-size: 24px;
        line-height: 28px;
    }
}
.heading-bg h3::after {
    background: #acc4f2;
    top: 0;
}

.heading-bg p {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
}

@media only screen and (min-width: 768px) {
    .heading-bg p {
        font-size: 24px;
        line-height: 36px;
    }
}
@media only screen and (min-width: 992px) {
    .heading-bg p {
        font-size: 40px;
        line-height: 52px;
    }
}
.heading-bg--left h2::after {
    width: 42vw;
}

@media only screen and (min-width: 992px) {
    .heading-bg--left .heading-bg__inner {
        align-items: flex-start;
        padding-left: 60px;
    }
}
.heading-bg--reverse h2 {
    left: 0;
    right: auto;
}

.heading-bg--reverse h2::after {
    width: 42vw;
    left: 0;
    right: auto;
}

@media only screen and (min-width: 992px) {
    .heading-bg--padding-left .heading-bg__inner {
        width: 50%;
        align-items: flex-start;
        margin-left: auto;
    }
}
.heading-bg--min h2::after {
    width: 29vw;
}

.vision .heading-bg{
    margin-bottom: 0;
}
.vision .heading-bg h2{
    bottom: 60px;
}
.vision .heading-bg--left .heading-bg__inner{
    padding-top: 20px;
    padding-bottom: 20px;
    border-left: 1px solid var(--black);
}
.vision__border-bottom{
    border-bottom: 1px solid var(--black);
}

@media (min-width: 768px){
    .vision .heading-bg--left .heading-bg__inner{
        padding-top: 50px;
        padding-bottom: 50px;
        border-left: 2px solid var(--black);
    }
}
@media (min-width: 992px){
    .vision .heading-bg--left .heading-bg__inner{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .vision__border-bottom{
        border-bottom: 2px solid var(--black);
    }
}
.btn-more {
    background: url("../images/about/arrow-right.svg") no-repeat calc(100% - 20px) 50%/7px;
    border: 1px solid #303030;
    display: inline-block;
    width: 100%;
    max-width: 135px;
    text-align: center;
    color: #303030;
    font-size: 13px;
    line-height: 18px;
    padding: 4px 20px;
}

@media only screen and (min-width: 768px) {
    .btn-more {
        font-size: 16px;
        line-height: 20px;
        max-width: 223px;
        padding: 11px 40px;
    }
}
.vision {
    border-bottom: 1px solid #303030;
    padding-top: 32px;
    /*background: url("../images/about/environment/dots-2.svg") no-repeat 100% 0/107px;*/
}

@media only screen and (min-width: 768px) {
    .vision {
        border-bottom-width: 2px;
        padding-top: 50px;
        /*background-image: url("../images/about/environment/dots-1.svg");*/
        background-size: 34vw;
    }
}
@media only screen and (min-width: 992px) {
    .vision {
        padding-top: 90px;
    }
}
.vision__inner {
    grid-template-columns: 36% 1fr;
    gap: 20px;
    display: grid;
    justify-content: space-between;
}

@media only screen and (min-width: 768px) {
    .vision__inner {
        grid-template-columns: 47% 45%;
        gap: 30px;
    }
}
@media only screen and (min-width: 768px) {
    .vision__inner {
        grid-template-columns: 47% 38.3%;
    }
}
.vision__inner picture {
    border: 1px solid #303030;
    border-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .vision__inner picture {
        border-width: 2px;
        border-bottom: 0;
    }
}
.vision__inner picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vision__content img {
    max-height: 28px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    .vision__content img {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 992px) {
    .vision__content img {
        max-height: 72px;
        margin-bottom: 60px;
    }
}
.vision__content p {
    font-weight: 700;
    font-size: 21px;
    line-height: 32px;
}

@media only screen and (min-width: 768px) {
    .vision__content p {
        font-size: 30px;
        line-height: 52px;
        border-left: 5px solid #acc4f2;
        padding-left: 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .vision__content p {
        font-size: 50px;
        line-height: 72px;
        padding-left: 40px;
    }
}
.vision__content p span {
    background: #acc4f2;
}

.vision-detail {
    border-bottom: 1px solid #303030;
}

@media only screen and (min-width: 768px) {
    .vision-detail {
        border-bottom-width: 2px;
    }
}
.vision-detail__inner {
    padding: 45px 15px;
    background: url("../images/about/environment/bg-1.png") no-repeat 0 0/cover;
    border-inline: 1px solid #303030;
}

@media only screen and (min-width: 768px) {
    .vision-detail__inner {
        border-inline-width: 2px;
        padding: 110px 30px 120px;
    }
}
.vision-detail__inner figure {
    max-width: 300px;
    margin: 0 auto 80px;
}

@media only screen and (min-width: 768px) {
    .vision-detail__inner figure {
        max-width: 670px;
        margin: 0 auto 130px;
    }
}
/*.vision-detail__item {
    position: relative;
    border-radius: 23px;
    background: #fff;
    border: 1px solid #303030;
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    max-width: 1000px;
    margin-inline: auto;
    padding: 40px 15px;
}*/
.vision-detail__item{
    position: relative;
}
@media only screen and (min-width: 768px) {
    .vision-detail__item {
        padding: 50px;
        font-size: 16px;
        line-height: 28px;
    }
}
@media only screen and (min-width: 992px) {
    .vision-detail__item {
        padding: 50px 160px;
    }
}
.vision-detail__item + .vision-detail__item {
    margin-top: 70px;
}

@media only screen and (min-width: 768px) {
    .vision-detail__item + .vision-detail__item {
        margin-top: 80px;
    }
}
.vision-detail__item h3 {
    margin: 0;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.vision-detail__item h3 span {
    font-size: 17px;
    letter-spacing: 2px;
    font-weight: 700;
    text-align: center;
    padding: 11px 20px;
    display: inline-block;
    background: #acc4f2;
    color: #303030;
    border: 1px solid #303030;
}

@media only screen and (min-width: 768px) {
    .vision-detail__item h3 span {
        font-size: 20px;
        padding: 9px 35px;
    }
}
@media only screen and (min-width: 992px) {
    .vision-detail__item h3 span {
        font-size: 24px;
    }
}
.vision-detail__item p {
    margin: 0;
}

.origin {
    border-bottom: 1px solid #303030;
    background: url("../images/about/environment/dots-2.svg") no-repeat 0 0/106px;
}

@media only screen and (min-width: 768px) {
    .origin {
        border-bottom-width: 2px;
        background: url("../images/about/environment/dots-1.svg") no-repeat 0 100%/34vw;
    }
}
.origin .heading-bg {
    padding-top: 45px;
}

@media only screen and (min-width: 768px) {
    .origin .heading-bg {
        padding-top: 90px;
    }
}
.origin .heading-bg .container {
    position: relative;
}

@media only screen and (min-width: 768px) {
    .origin .heading-bg .container::after {
        content: "";
        position: absolute;
        border-right: 2px solid #303030;
        right: 15px;
        height: calc(100% + 140px);
        top: -90px;
    }
}
@media only screen and (min-width: 992px) {
    .origin .heading-bg .container::after {
        height: calc(100% + 150px);
    }
}
@media only screen and (min-width: 768px) {
    .origin__inner {
        border-right-width: 2px;
        display: grid;
        grid-template-columns: 42% 50%;
        justify-content: space-between;
        gap: 30px;
        border-right: 2px solid #303030;
    }
}
.origin__inner figure {
    border: 1px solid #303030;
    margin-bottom: 35px;
}

@media only screen and (min-width: 768px) {
    .origin__inner figure {
        border-width: 2px;
        border-bottom: 0;
        margin-bottom: 0;
    }
}
.origin__inner figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.origin__content {
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
    padding-bottom: 65px;
}

@media only screen and (min-width: 768px) {
    .origin__content {
        padding-right: 60px;
        font-size: 16px;
        padding-bottom: 40px;
    }
}
.origin__content p {
    margin-bottom: 28px;
}

.origin__content--button {
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .origin__content--button {
        text-align: right;
    }
}
.thought {
    padding-block: 35px 60px;
    background: #f6f5de;
    overflow: hidden;
}

@media only screen and (min-width: 768px) {
    .thought {
        padding-block: 60px 180px;
    }
}
.thought__item {
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 768px) {
    .thought__item {
        border-width: 2px;
    }
}
.thought__item + .thought__item {
    margin-top: 40px;
}

@media only screen and (min-width: 768px) {
    .thought__item + .thought__item {
        margin-top: 60px;
    }
}
.thought__item--inner {
    background: #fff;
    border: 1px solid #303030;
    padding: 20px 15px 35px;
}

@media only screen and (min-width: 768px) {
    .thought__item--inner {
        padding: 60px 30px;
    }
}
@media only screen and (min-width: 992px) {
    .thought__item--inner {
        padding: 80px 160px;
    }
}
.thought__item--number {
    line-height: 1;
    font-size: 0;
    font-weight: 700;
    position: absolute;
    right: 100%;
    top: 0;
    transform: translateY(-50%);
    color: #fff;
    z-index: -1;
}

@media only screen and (min-width: 1200px) {
    .thought__item--number {
        font-size: 240px;
    }
}
.thought__item--number::before {
    content: "";
    position: absolute;
    width: 115px;
    height: 115px;
    z-index: -1;
    background: url("../images/about/environment/circle-1.svg") no-repeat 0 0/100%;
    top: 50%;
    right: -45px;
    transform: translateY(-50%);
}

@media only screen and (min-width: 768px) {
    .thought__item--number::before {
        width: 340px;
        height: 340px;
        right: -70px;
    }
}
@media only screen and (min-width: 992px) {
    .thought__item--number::before {
        width: 640px;
        height: 640px;
        right: -120px;
    }
}
.thought__item--number span {
    position: relative;
    z-index: 1;
}

.thought__item--title {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
    .thought__item--title {
        flex-direction: row;
        gap: 30px;
        margin-bottom: 20px;
    }
}
.thought__item--title .slash {
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    padding: 3px 22px;
    margin: 0;
}

@media only screen and (min-width: 768px) {
    .thought__item--title .slash {
        font-size: 20px;
    }
}
@media only screen and (min-width: 992px) {
    .thought__item--title .slash {
        font-size: 24px;
    }
}
.thought__item--title .slash::after {
    top: 0;
    background: #acc4f2;
}

.thought__item--title h2 {
    font-size: 21px;
    line-height: 1.2;
    font-weight: 700;
    color: #303030;
    margin: 0;
}

@media only screen and (min-width: 768px) {
    .thought__item--title h2 {
        font-size: 30px;
    }
}
@media only screen and (min-width: 992px) {
    .thought__item--title h2 {
        font-size: 50px;
    }
}
.thought__item h3 {
    font-size: 16px;
    line-height: 19px;
    color: #303030;
    margin: 0 0 0;
}

@media only screen and (min-width: 768px) {
    .thought__item h3 {
        font-size: 20px;
        line-height: 28px;
        margin: 0 0 0;
    }
}
@media only screen and (min-width: 992px) {
    .thought__item h3 {
        font-size: 32px;
        line-height: 52px;
        margin: 0 0 0;
    }
}
.thought__item--readmore a {
    border-block: 1px solid #919191;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    position: relative;
    padding: 7px 20px;
}

@media only screen and (min-width: 768px) {
    .thought__item--readmore a {
        font-size: 20px;
        line-height: 26px;
        padding: 29px 20px;
    }
}
@media only screen and (min-width: 992px) {
    .thought__item--readmore a {
        font-size: 24px;
        line-height: 30px;
    }
}
.thought__item--readmore a::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(0);
    width: 11px;
    height: 11px;
    background: url("../images/about/plus-icon.svg") no-repeat 0 0/100%;
    transition: all 0.3s;
}

@media only screen and (min-width: 768px) {
    .thought__item--readmore a::after {
        width: 17px;
        height: 17px;
    }
}
.thought__item--readmore a.active::after {
    transform: translateY(-50%) rotate(45deg);
}

.thought__item--detail {
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
    padding-top: 25px;
    display: none;
}

@media only screen and (min-width: 768px) {
    .thought__item--detail {
        font-size: 18px;
        line-height: 32px;
        padding-top: 50px;
    }
}
.thought__item--detail p {
    margin-bottom: 28px;
}

@media only screen and (min-width: 768px) {
    .thought__item--detail p {
        margin-bottom: 32px;
    }
}
.thought__item--detail p:last-of-type {
    margin-bottom: 0;
}

.thought__item:nth-child(even) .thought__item--number {
    left: 100%;
    right: auto;
}

.thought__item:nth-child(even) .thought__item--number::before {
    right: auto;
    left: -45px;
}

@media only screen and (min-width: 768px) {
    .thought__item:nth-child(even) .thought__item--number::before {
        left: -70px;
    }
}
@media only screen and (min-width: 992px) {
    .thought__item:nth-child(even) .thought__item--number::before {
        left: -120px;
    }
}
.thought__item:nth-child(2) .thought__item--number::before {
    background-image: url("../images/about/environment/circle-2.svg");
}

.thought__item:nth-child(3) .thought__item--number::before {
    background-image: url("../images/about/environment/circle-3.svg");
}

.flow {
    padding-block: 40px 100px;
}

@media only screen and (min-width: 768px) {
    .flow {
        padding-block: 80px 150px;
    }
}
.flow__item {
    border: 1px solid #303030;
    padding: 15px;
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 10px;
    align-items: center;
}

@media only screen and (min-width: 768px) {
    .flow__item {
        padding: 30px;
        grid-template-columns: 200px 1fr;
        gap: 35px;
    }
}
@media only screen and (min-width: 992px) {
    .flow__item {
        padding: 35px 50px;
    }
}
.flow__item + .flow__item {
    margin-top: 40px;
    position: relative;
}

@media only screen and (min-width: 768px) {
    .flow__item + .flow__item {
        margin-top: 60px;
    }
}
.flow__item + .flow__item::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
    border-top: 18px solid #acc4f2;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
}

@media only screen and (min-width: 768px) {
    .flow__item + .flow__item::before {
        top: -42px;
    }
}
.flow__item--header span {
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
}

.flow__item--header h2 {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #303030;
}

@media only screen and (min-width: 768px) {
    .flow__item--header h2 {
        font-size: 24px;
        line-height: 29px;
    }
}
.flow__item--content {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
}

@media only screen and (min-width: 768px) {
    .flow__item--content {
        font-size: 18px;
        line-height: 22px;
    }
}
.flow__item--content p {
    margin: 0;
}

.flow__item:first-child, .flow__item:last-child {
    background: #acc4f2;
}

.origin-popup {
    padding: 40px 30px;
}

@media only screen and (min-width: 768px) {
    .origin-popup {
        padding: 80px 40px;
    }
}
@media only screen and (min-width: 992px) {
    .origin-popup {
        padding: 110px 180px 150px;
    }
}
.origin-popup .heading-bg {
    align-items: center;
}

.origin-popup__content {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

.origin-popup__content p {
    margin-bottom: 24px;
}

/*# sourceMappingURL=styles.css.map */
/** Pages */
.weflare__list h2, .weflare__title h2, .environment h2, .education h2 {
    font-size: 18px;
    font-family: "Arial", sans-serif;
    color: var(--black);
    margin-bottom: 0;
}

@media (min-width: 48em) {
    .weflare__list h2, .weflare__title h2, .environment h2, .education h2 {
        font-size: 30px;
    }
}
@media only screen and (min-width: 992px) {
    .weflare__list h2, .weflare__title h2, .environment h2, .education h2 {
        font-size: 40px;
    }
}
.weflare__title .container, .environment__title .container, .education__title .container {
    min-height: 106px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

@media (min-width: 48em) {
    .weflare__title .container, .environment__title .container, .education__title .container {
        min-height: 206px;
        border-left: 2px solid var(--black);
        align-items: flex-start;
        min-height: 306px;
        padding-left: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .weflare__title .container::before, .environment__title .container::before, .education__title .container::before {
        content: "";
        position: absolute;
        top: 0;
        left: 20px;
        height: 100%;
        border-right: 1px solid var(--black);
    }
}
.education__item.bg-dotted--right::before, .education__item.bg-dotted::before {
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    left: 0;
    top: 0;
    background: url("../images/about/bg-dotted.svg") repeat;
}

.weflare__content .container::before, .environment__list::before {
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    top: 0;
    background: url("../images/about/dots-1.svg") repeat;
    height: 382px;
    width: 297px;
}

.header__main-sp {
    overflow: hidden;
}

.page-cover {
    position: relative;
    border-top: 1px solid var(--black);
    border-bottom: 1px solid var(--black);
}

@media (min-width: 48em) {
    .page-cover {
        border-width: 2px;
    }
}
@media only screen and (max-width: 767px) {
    .page-cover {
        border-inline: none;
    }
}
.page-cover picture {
    width: 100%;
    display: block;
}

.page-cover picture img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .page-cover picture img {
        height: 160px;
        object-fit: cover;
    }
}
.page-cover__content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
    .page-cover__content {
        padding-top: 60px;
    }
}
.page-cover__content .container {
    text-align: center;
}

.page-cover__content p {
    color: #303030;
    text-align: center;
    font-size: 10px;
    font-family: "Times New Roman", serif;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .page-cover__content p {
        font-size: 18px;
    }
}
.page-cover__content img {
    margin-inline: auto;
    display: inline-block;
    margin-bottom: 10px;
    height: 30px;
}

@media only screen and (min-width: 768px) {
    .page-cover__content img {
        height: 54px;
    }
}
.slash {
    font-family: "Arial", sans-serif;
    font-style: italic;
    position: relative;
    display: inline-block;
    padding: 2px 15px 10px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    font-size: 13px;
    z-index: 1;
}

@media (min-width: 48em) {
    .slash {
        font-size: 18px;
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 992px) {
    .slash {
        font-size: 24px;
    }
}
.slash::after {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: -5px;
    background: #ffc08b;
    clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
    position: absolute;
    z-index: -1;
}

.education {
    position: relative;
    overflow: hidden;
}

.education__title {
    border-bottom: 1px solid var(--black);
    border-top: none;
}

@media (min-width: 48em) {
    .education__title {
        border-bottom-width: 2px;
    }
}
.education__item {
    padding-block: 40px;
    padding-inline: 20px;
    position: relative;
}

@media (min-width: 48em) {
    .education__item {
        padding-block: 80px;
        padding-inline: initial;
        border-bottom: 2px solid var(--black);
    }
}
.education__item.bg-dotted::before {
    display: none;
    width: 22vw;
}

@media (min-width: 48em) {
    .education__item.bg-dotted::before {
        display: block;
    }
}
.education__item.bg-dotted--right::before {
    display: none;
    width: 22vw;
    left: auto;
    right: 0;
}

@media (min-width: 48em) {
    .education__item.bg-dotted--right::before {
        display: block;
    }
}
@media (min-width: 48em) {
    .education__item .container {
        display: flex;
        gap: 110px;
        align-items: center;
        justify-content: space-between;
    }
}
.education__item figure {
    width: 100%;
}

@media (min-width: 48em) {
    .education__item figure {
        margin-top: -230px;
        max-width: 521px;
        order: 2;
    }
}
.education__item-title {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

@media (min-width: 48em) {
    .education__item-title {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .education__item-title {
        display: flex;
        align-items: center;
        border-bottom: 3px solid #ffc08b;
        margin-bottom: 20px;
        gap: 10px;
    }
}
@media (min-width: 48em) {
    .education__item-title::before {
        content: "";
        width: 50vw;
        right: 0;
        bottom: 0;
        height: 4px;
        background: #ffc08b;
        position: absolute;
    }
}
@media (min-width: 48em) {
    .education__item-title div {
        display: flex;
        align-items: flex-end;
        gap: 10px;
        margin-bottom: 20px;
    }
}
.education__item-title small {
    font-size: 12px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
}

@media (min-width: 48em) {
    .education__item-title small {
        font-size: 20px;
        font-weight: 700;
    }
}
.education__item-title span {
    font-size: 19px;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
}

@media (min-width: 48em) {
    .education__item-title span {
        font-size: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .education__item-title span {
        line-height: 20px;
    }
}
.education__item-title h2 {
    font-size: 18px;
}

@media (min-width: 48em) {
    .education__item-title h2 {
        padding-bottom: 20px;
        font-size: 40px;
    }
}
.education__item-content {
    width: 100%;
}

@media (min-width: 48em) {
    .education__item-content {
        max-width: calc(100% - 521px);
    }
}
.education__item-content p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 0;
    font-weight: 500;
}

@media (min-width: 48em) {
    .education__item-content p {
        font-size: 16px;
        margin-bottom: 40px;
    }
}
.education__item:nth-child(odd) .container {
    flex-direction: row-reverse;
}

.education__item:nth-child(odd) .education__item-title::before {
    left: 0;
    right: initial;
}

.environment {
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .environment {
        border-top: 1px solid var(--black);
    }
}
.environment__title {
    border-bottom: 1px solid var(--black);
}

@media (min-width: 48em) {
    .environment__title {
        border-bottom-width: 2px;
    }
}
.environment__title .container {
    border-bottom: none !important;
    border-right: none !important;
}

@media only screen and (max-width: 767px) {
    .environment__title .container {
        border: none !important;
    }
}
@media (min-width: 48em) {
    .environment .container {
        border: 2px solid var(--black);
        border-bottom: none;
        border-top: none;
    }
}
@media only screen and (max-width: 767px) {
    .environment .container {
        padding: 0 20px;
    }
}
.environment__list {
    background: url("../images/about/education/bg-environment-sp.png") no-repeat center;
    background-size: cover;
    position: relative;
    padding: 60px 30px;
}

@media (min-width: 48em) {
    .environment__list {
        background-image: url("../images/about/education/bg-environment.jpg");
        margin-inline: -15px;
        display: flex;
        justify-content: space-between;
        gap: 106px;
        padding: 106px;
    }
}
@media only screen and (max-width: 767px) {
    .environment__list {
        border-inline: 1px solid var(--black);
    }
}
.environment__list::before {
    right: 100%;
}

@media only screen and (max-width: 991px) {
    .environment__list::before {
        display: none;
    }
}
.environment__item {
    width: 100%;
    background: var(--white);
    padding: 20px;
    font-size: 14px;
    line-height: 28px;
}

@media (min-width: 48em) {
    .environment__item {
        max-width: calc(33.333% - 53px);
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .environment__item + .environment__item {
        margin-top: 60px;
    }
}
.environment__item figure {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 50px;
}

@media (min-width: 48em) {
    .environment__item figure {
        height: 175px;
    }
}
.environment__item figure img {
    max-width: 50%;
    object-fit: contain;
}

@media (min-width: 48em) {
    .environment__item figure img {
        max-width: 70%;
    }
}
.weflare {
    overflow: hidden;
}

.weflare__title {
    border-top: 1px solid var(--black);
}

@media (min-width: 48em) {
    .weflare__title {
        border-top-width: 2px;
    }
}
.weflare__content {
    border-top: 1px solid var(--black);
}

@media (min-width: 48em) {
    .weflare__content {
        border-top-width: 2px;
    }
}
.weflare__content .container {
    position: relative;
}

@media (min-width: 48em) {
    .weflare__content .container {
        border-inline: 1px solid var(--black);
    }
}
@media (min-width: 48em) and (min-width: 48em) {
    .weflare__content .container {
        border-inline-width: 2px;
    }
}
.weflare__content .container::before {
    left: 100%;
    top: auto;
    bottom: 0;
}

@media only screen and (max-width: 991px) {
    .weflare__content .container::before {
        display: none;
    }
}
.weflare__content .highlight {
    padding: 20px 0px;
    font-size: 17px;
    line-height: 36px;
    text-align: center;
}

@media (min-width: 48em) {
    .weflare__content .highlight {
        line-height: 45px;
        padding: 50px;
        font-size: 24px;
        line-height: 51px;
        text-align: left;
    }
}

.weflare__content .highlight span {
    box-sizing: content-box;
    background: #ffc08b;
    font-size: 18px;
    font-weight: bold;
    border: 3px solid #ffc08b;
}

@media (min-width: 48em) {
    .weflare__content .highlight span {
        font-size: 24px;
        border: 8px solid #ffc08b;
    }
}
.weflare__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-bottom: 50px;
}

@media (min-width: 48em) {
    .weflare__list {
        padding-bottom: 100px;
    }
}
.weflare__list h2 {
    text-align: center;
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--black);
    min-height: 85px;
    justify-content: center;
    align-items: flex-end;
    display: flex;
}

@media (min-width: 48em) {
    .weflare__list h2 {
        font-size: 32px;
        border-bottom-width: 2px;
    }
}
.weflare__item {
    width: 100%;
    margin-bottom: 30px;
}

@media (min-width: 48em) {
    .weflare__item {
        margin-top: 150px;
        max-width: 418px;
    }
}
.weflare__item p {
    max-width: 320px;
    margin-inline: auto;
}

@media (min-width: 48em) {
    .weflare__item p {
        min-height: 96px;
    }
}
.weflare__item-title {
    position: relative;
}

.weflare__item figure {
    position: absolute;
    left: 0;
    width: 80px;
    bottom: 10px;
}

@media (min-width: 48em) {
    .weflare__item figure {
        width: 118px;
        bottom: 32px;
    }
}
.about-content {
    border-block: 1px solid var(--black);
}

@media (min-width: 48em) {
    .about-content {
        border-block-width: 2px;
    }
}
.about-content__list {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 48em) {
    .about-content__list {
        padding-block: initial;
        margin-inline: -15px;
    }
}
.about-content__item {
    position: relative;
    width: 50%;
    border-inline: 1px solid var(--black);
}

@media (min-width: 48em) {
    .about-content__item {
        width: 25%;
    }
    .about-content__item:last-child{
        border-right: 2px solid var(--black);
    }
    .about-content__item:first-child{
        border-left: 2px solid var(--black);
    }
}
.about-content__item-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 15px;
}

@media (min-width: 48em) {
    .about-content__item-content {
        padding: 20px;
    }
}
.about-content__item-content h3 {
    font-size: 16px;
    border-bottom: 1px solid var(--white);
    color: var(--white);
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: flex;
    gap: 5px;
    align-items: center;
}

@media (min-width: 48em) {
    .about-content__item-content h3 {
        font-size: 19px;
        max-width: 60%;
        border-bottom-width: 2px;
    }
}
.about-content__item-content h3 svg {
    max-width: 20px;
    position: relative;
    top: -4px;
}

.about-content__item-content h3 svg path {
    fill: var(--white);
    stroke: var(--white);
}

.about-content__item-content p {
    font-size: 12px;
    margin-bottom: 0;
    color: var(--white);
}

.nav-section {
    margin-top: 25px;
}

@media only screen and (min-width: 768px) {
    .nav-section {
        margin-top: 50px;
    }
}
@media only screen and (min-width: 992px) {
    .nav-section {
        margin-top: 110px;
    }
}
.nav-section .container {
    max-width: 1030px;
}

.nav-section ul {
    display: flex;
    gap: 8px;
}

@media only screen and (min-width: 768px) {
    .nav-section ul {
        gap: 0;
        border: 1px solid #303030;
    }
}
.nav-section ul li {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .nav-section ul li {
        border: 1px solid #303030;
    }
}
.nav-section ul li a {
    display: block;
    line-height: 16px;
    letter-spacing: 2px;
    font-weight: 700;
    color: #303030;
    background: url("../images/arrow-scroll-down.svg") no-repeat 50% calc(100% - 10px)/11px #acc4f2;
    padding: 10px 10px 20px;
    height: 100%;
    font-size: 14px;
}

@media only screen and (min-width: 768px) {
    .nav-section ul li a {
        font-size: 18px;
        line-height: 20px;
        padding: 20px 20px 30px;
        background-position: 50% calc(100% - 16px);
        background-size: 14px;
    }
}
@media only screen and (min-width: 768px) {
    .nav-section ul li a br {
        display: none;
    }
}
.nav-section ul li a small {
    font-size: 11px;
}

@media only screen and (min-width: 768px) {
    .nav-section ul li a small {
        font-size: 16px;
    }
}
@media only screen and (min-width: 768px) {
    .nav-section ul li + li {
        border-left: 1px solid #303030;
    }
}
.nav-section ul li:nth-child(2n) a {
    background-color: #90eab0;
}

.nav-section ul li:nth-child(3n) a {
    background-color: #ffc08b;
}

.about-box {
    padding-block: 40px;
    position: relative;
    color: #303030;
    z-index: 1;
    overflow: hidden;
}

@media only screen and (min-width: 768px) {
    .about-box {
        padding-block: 60px;
    }
}
@media only screen and (min-width: 992px) {
    .about-box {
        padding-block: 110px;
    }
}
.about-box__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    pointer-events: none;
    height: 100%;
    display: none;
}

@media only screen and (min-width: 1200px) {
    .about-box__image {
        display: block;
    }
}
.about-box__image::before, .about-box__image::after {
    content: "";
    position: absolute;
}

.about-box__image::before {
    width: 278px;
    height: 345px;
    background: url("../images/about/people/icon-1.svg") no-repeat 0 0/100%;
    top: 75px;
    right: 0;
}

.about-box__image::after {
    width: 376px;
    height: 100%;
    background: url("../images/about/people/icon-4.svg") no-repeat 0 0/100%;
    top: 110px;
    left: 0;
}

.about-box__image--inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.about-box__image--inner::before, .about-box__image--inner::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 305px;
}

.about-box__image--inner::before {
    background: url("../images/about/people/icon-2.png") no-repeat 0 0/100%;
    top: 26%;
    left: 0;
}

.about-box__image--inner::after {
    background: url("../images/about/people/icon-3.png") no-repeat 0 0/100%;
    bottom: 23%;
    left: 0;
}

.about-box .container {
    max-width: 1030px;
}

.about-box h2 {
    position: absolute;
    left: 100%;
    top: 0;
    white-space: nowrap;
    display: none;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 120px;
    line-height: 1;
    letter-spacing: 5px;
    font-family: "Noto Sans JP", sans-serif;
    margin: 0;
    top: 175px;
}

@media only screen and (min-width: 1200px) {
    .about-box h2 {
        display: block;
    }
}
@media only screen and (min-width: 1400px) {
    .about-box h2 {
        font-size: 146.66px;
        left: calc(100% + 60px);
    }
}
.about-box h3 {
    font-weight: 700;
    line-height: 1.5;
    color: #303030;
    margin: 0 0 20px;
    font-size: 18px;
}

@media only screen and (min-width: 768px) {
    .about-box h3 {
        font-size: 30px;
        margin: 0 0 30px;
    }
}
@media only screen and (min-width: 992px) {
    .about-box h3 {
        font-size: 40px;
        margin: 0 0 60px;
    }
}
.about-box h3 small {
    font-size: 13px;
}

@media only screen and (min-width: 768px) {
    .about-box h3 small {
        font-size: 20px;
    }
}
@media only screen and (min-width: 992px) {
    .about-box h3 small {
        font-size: 28px;
    }
}
.about-box__title {
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #303030;
    background: #acc4f2;
    margin: 0;
    border-bottom: 1px solid #303030;
    padding: 7px 15px;
}

@media only screen and (min-width: 768px) {
    .about-box__title {
        font-size: 18px;
        line-height: 22px;
        padding: 17px 30px;
    }
}
.about-box__inner {
    border: 1px solid #303030;
    border-top: 0;
    position: relative;
    z-index: 1;
}

.about-box__inner::before, .about-box__inner::after {
    content: "";
    position: absolute;
    z-index: -1;
}

@media only screen and (min-width: 1200px) {
    .about-box__inner::before, .about-box__inner::after {
        display: none;
    }
}
.about-box__inner::before {
    width: 97px;
    height: 80px;
    background: url("../images/about/people/icon-1-sp.svg") no-repeat 0 0/100%;
    top: -55px;
    right: -15px;
}

.about-box__inner::after {
    width: 104px;
    height: 80px;
    background: url("../images/about/people/icon-4-sp.svg") no-repeat 0 0/100%;
    bottom: -35px;
    left: -15px;
}

.about-box__description {
    border-bottom: 1px solid #303030;
    border-top: 1px solid #303030;
    background: #fff;
}

@media only screen and (min-width: 768px) {
    .about-box__description {
        display: grid;
        grid-template-columns: 45% 1fr;
        grid-template-rows: 57px 1fr;
    }
}
@media only screen and (min-width: 992px) {
    .about-box__description {
        grid-template-columns: 36% 1fr;
    }
}
.about-box__description figure {
    border-bottom: 1px solid #303030;
}

@media only screen and (min-width: 768px) {
    .about-box__description figure {
        grid-column: 1/2;
        grid-row: 1/3;
        border-right: 1px solid #303030;
        border-bottom: 0;
    }
}
.about-box__description figure img {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .about-box__description figure img {
        height: 100%;
        object-fit: cover;
    }
}
@media only screen and (min-width: 768px) {
    .about-box__description .about-box__title {
        grid-column: 2/3;
        grid-row: 1/2;
    }
}
@media only screen and (min-width: 768px) {
    .about-box__description--body {
        grid-column: 2/3;
        grid-row: 2/3;
    }
}
.about-box__description--content {
    font-size: 14px;
    line-height: 27.6px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 20px 15px;
}

@media only screen and (min-width: 768px) {
    .about-box__description--content {
        padding: 25px 30px;
        font-size: 16px;
    }
}
.about-box__description--content h5 {
    margin: 0 0 7px;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 1px;
    color: #303030;
    position: relative;
    padding-left: 20px;
}

@media only screen and (min-width: 768px) {
    .about-box__description--content h5 {
        font-size: 18.4px;
    }
}
.about-box__description--content h5 + h5 {
    margin-top: 10px;
}

@media only screen and (min-width: 992px) {
    .about-box__description--content h5 + h5 {
        margin-top: 15px;
    }
}
.about-box__description--content h5::before {
    content: "";
    width: 15px;
    height: 15px;
    background: #acc4f2;
    position: absolute;
    left: 0;
    top: 2px;
    border-radius: 100%;
}

@media only screen and (min-width: 768px) {
    .about-box__description--content h5::before {
        width: 17px;
        height: 17px;
        top: 3px;
    }
}
.about-box__description--content ul {
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 1px;
}

@media only screen and (min-width: 768px) {
    .about-box__description--content ul {
        font-size: 15px;
    }
}
.about-box__description--content ul li {
    position: relative;
    padding-left: 16px;
}

.about-box__description--content ul li + li {
    margin-top: 8px;
}

.about-box__description--content ul li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 13px;
    height: 13px;
    border-radius: 100px;
    background: #acc4f2;
}

.about-box__description--content p {
    margin: 0 0 10px;
}

.about-box__content {
    background: #fff;
}

.about-box__button {
    margin-top: 50px;
}

@media only screen and (min-width: 768px) {
    .about-box__button {
        margin-top: 70px;
    }
}
@media only screen and (min-width: 992px) {
    .about-box__button {
        margin-top: 110px;
    }
}
.about-box__button a {
    display: flex;
    font-size: 17px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    background: url("../images/arrow-btn-down.svg") no-repeat calc(100% - 20px) 50%/12px #acc4f2;
    border: 1px solid #303030;
    width: 100%;
    max-width: 250px;
    min-height: 60px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #303030;
    transition: all 0.3s;
}

@media only screen and (min-width: 768px) {
    .about-box__button a {
        font-size: 20px;
        max-width: 300px;
    }
}
.about-box__button a:hover {
    color: #303030;
    opacity: 0.8;
}

.about-box--2 h2 {
    color: #90eab0;
    left: auto;
    right: 100%;
}

@media only screen and (min-width: 1400px) {
    .about-box--2 h2 {
        right: calc(100% + 60px);
    }
}
.about-box--2 .about-box__image::before {
    width: 300px;
    height: 305px;
    background-image: url("../images/about/people/icon-5.png");
}

.about-box--2 .about-box__image::after {
    left: auto;
    right: 0;
}

.about-box--2 .about-box__image--inner::before {
    width: 278px;
    height: 342px;
    background-image: url("../images/about/people/icon-6.svg");
    top: 35%;
}

.about-box--2 .about-box__image--inner::after {
    width: 299px;
    height: 305px;
    left: auto;
    right: 0;
    bottom: 35%;
    background-image: url("../images/about/people/icon-7.png");
}

.about-box--2 .about-box__title {
    background: #90eab0;
}

.about-box--2 .about-box__description--content h5::before {
    background: #90eab0;
}

.about-box--2 .about-box__description--content ul li::before {
    background: #90eab0;
}

.about-box--2 .about-box__inner::before {
    background-image: url("../images/about/people/icon-sp-5.svg");
}

.about-box--2 .about-box__inner::after {
    background-image: url("../images/about/people/icon-sp-6.svg");
}

.about-box--2 .about-box__button a {
    background-color: #90eab0;
}

.about-box--2 .daily-schedule__item::before {
    border-color: #90eab0;
}

.about-box--2 .faqs-list__item h5::before {
    background: #90eab0;
}

.about-box--3 h2 {
    color: #ffc08b;
}

.about-box--3 .about-box__image::before {
    width: 278px;
    height: 342px;
    background-image: url("../images/about/people/icon-8.svg");
}

.about-box--3 .about-box__image--inner::before {
    width: 299px;
    height: 305px;
    background-image: url("../images/about/people/icon-9.png");
    top: 40%;
}

.about-box--3 .about-box__image--inner::after {
    width: 299px;
    height: 305px;
    left: auto;
    right: 0;
    bottom: 15%;
    background-image: url("../images/about/people/icon-10.svg");
}

.about-box--3 .about-box__title {
    background: #ffc08b;
}

.about-box--3 .about-box__description--content h5::before {
    background: #ffc08b;
}

.about-box--3 .about-box__description--content ul li::before {
    background: #ffc08b;
}

.about-box--3 .about-box__inner::before {
    background-image: url("../images/about/people/icon-sp-7.svg");
}

.about-box--3 .about-box__inner::after {
    background-image: url("../images/about/people/icon-sp-8.svg");
}

.about-box--3 .about-box__button a {
    background-color: #ffc08b;
}

.about-box--3 .daily-schedule__item::before {
    border-color: #ffc08b;
}

.about-box--3 .faqs-list__item h5::before {
    background: #ffc08b;
}

.daily-schedule {
    padding: 35px 15px;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 768px) {
    .daily-schedule {
        padding: 45px;
    }
}
.daily-schedule::before, .daily-schedule::after {
    content: "";
    position: absolute;
    z-index: -1;
}

@media only screen and (min-width: 1200px) {
    .daily-schedule::before, .daily-schedule::after {
        display: none;
    }
}
.daily-schedule::before {
    width: 176px;
    height: 59px;
    background: url("../images/about/people/icon-2-sp.svg") no-repeat 0 0/100%;
    top: 0;
    right: 0;
}

.daily-schedule::after {
    width: 81px;
    height: 350px;
    background: url("../images/about/people/icon-3-sp.svg") no-repeat 0 0/100%;
    bottom: 0;
    left: 0;
}

.daily-schedule__item {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 0 20px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 768px) {
    .daily-schedule__item {
        grid-template-columns: 100px 1fr;
        gap: 0 30px;
    }
}
.daily-schedule__item::before {
    content: "";
    position: absolute;
    height: 100%;
    z-index: -1;
    border-right: 1px solid #acc4f2;
    top: 0;
    left: 35px;
}

.daily-schedule__item--time span {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    border: 1px solid #303030;
    border-radius: 50px;
    letter-spacing: 2px;
    padding: 4px 5px;
    min-width: 70px;
    text-align: center;
    display: inline-block;
    background: #fff;
}

.daily-schedule__item--content {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 20px;
}

.daily-schedule__item--content h5 {
    color: #303030;
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    letter-spacing: 2px;
}

.daily-schedule__item--content p {
    margin-bottom: 20px;
}

.daily-schedule__item--content p:last-of-type {
    margin-bottom: 0;
}

.daily-schedule__item:last-child {
    padding-bottom: 0;
}

.daily-schedule__item:last-child::before {
    display: none;
}

.faqs-list__item {
    padding: 36px 15px;
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
}

@media only screen and (min-width: 768px) {
    .faqs-list__item {
        padding: 25px 40px;
        font-size: 16px;
        line-height: 21px;
    }
}
.faqs-list__item + .faqs-list__item {
    border-top: 1px solid #303030;
}

.faqs-list__item h5 {
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0 0 20px;
    color: #303030;
    position: relative;
    padding-left: 45px;
    min-height: 50px;
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 768px) {
    .faqs-list__item h5 {
        font-size: 20px;
        line-height: 24px;
        padding-left: 70px;
    }
}
.faqs-list__item h5::before {
    content: "Q";
    position: absolute;
    width: 36px;
    height: 36px;
    top: 0;
    left: 0;
    font-size: 14px;
    line-height: 1;
    background: #acc4f2;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (min-width: 768px) {
    .faqs-list__item h5::before {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}
.faqs-list__item p {
    margin: 0;
}

.white-popup-block {
    background: #fff;
    padding: 20px 30px;
    text-align: left;
    width: calc(100% - 30px);
    max-width: 1470px;
    margin: 60px auto;
    position: relative;
}

.white-popup-block .btn-close-popup {
    position: absolute;
    top: -30px;
    right: 0;
    width: 20px;
    height: 20px;
}

@media only screen and (min-width: 768px) {
    .white-popup-block .btn-close-popup {
        width: 25px;
        height: 25px;
    }
}
.white-popup-block .btn-close-popup svg line {
    stroke: #fff;
}

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

.heading-bg {
    position: relative;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    .heading-bg {
        margin-bottom: 50px;
    }
}
@media only screen and (min-width: 992px) {
    .heading-bg {
        margin-bottom: 60px;
    }
}
.heading-bg__inner {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.heading-bg h2 {
    position: absolute;
    right: 0;
    bottom: 0;
    font-weight: 500;
    font-size: 86px;
    line-height: 1;
    letter-spacing: 1px;
    margin: 0;
    padding-inline: 30px;
    display: none;
}

@media only screen and (min-width: 992px) {
    .heading-bg h2 {
        display: block;
    }
}
@media only screen and (min-width: 1200px) {
    .heading-bg h2 {
        font-size: 122px;
    }
}
.heading-bg h2::after {
    content: "";
    border-bottom: 6px solid #acc4f2;
    width: 38.4vw;
    position: absolute;
    bottom: 5px;
    right: 0;
}

@media only screen and (min-width: 1200px) {
    .heading-bg h2::after {
        bottom: 10px;
    }
}
.heading-bg h3 {
    color: #303030;
    padding: 3px 20px;
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
}

@media only screen and (min-width: 768px) {
    .heading-bg h3 {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 26px;
    }
}
@media only screen and (min-width: 992px) {
    .heading-bg h3 {
        font-size: 24px;
        line-height: 28px;
    }
}
.heading-bg h3::after {
    background: #acc4f2;
    top: 0;
}

.heading-bg p {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
}

@media only screen and (min-width: 768px) {
    .heading-bg p {
        font-size: 24px;
        line-height: 36px;
    }
}
@media only screen and (min-width: 992px) {
    .heading-bg p {
        font-size: 40px;
        line-height: 52px;
    }
}
.heading-bg--left h2::after {
    width: 42vw;
}

@media only screen and (min-width: 992px) {
    .heading-bg--left .heading-bg__inner {
        align-items: flex-start;
        padding-left: 60px;
    }
}
.heading-bg--reverse h2 {
    left: 0;
    right: auto;
}

.heading-bg--reverse h2::after {
    width: 42vw;
    left: 0;
    right: auto;
}

@media only screen and (min-width: 992px) {
    .heading-bg--padding-left .heading-bg__inner {
        width: 50%;
        align-items: flex-start;
        margin-left: auto;
    }
}
.heading-bg--min h2::after {
    width: 29vw;
}

.btn-more {
    background: url("../images/about/arrow-right.svg") no-repeat calc(100% - 20px) 50%/7px;
    border: 1px solid #303030;
    display: inline-block;
    width: 100%;
    max-width: 135px;
    text-align: center;
    color: #303030;
    font-size: 13px;
    line-height: 18px;
    padding: 4px 20px;
}

@media only screen and (min-width: 768px) {
    .btn-more {
        font-size: 16px;
        line-height: 20px;
        max-width: 223px;
        padding: 11px 40px;
    }
}
.vision {
    border-bottom: 1px solid #303030;
    padding-top: 32px;
    background: url("../images/about/environment/dots-2.svg") no-repeat 100% 0/107px;
}

@media only screen and (min-width: 768px) {
    .vision {
        border-bottom-width: 2px;
        padding-top: 50px;
        background-image: url("../images/about/environment/dots-1.svg");
        background-size: 34vw;
    }
}
@media only screen and (min-width: 992px) {
    .vision {
        padding-top: 90px;
    }
}
.vision__inner {
    grid-template-columns: 36% 1fr;
    gap: 20px;
    display: grid;
    justify-content: space-between;
}

@media only screen and (min-width: 768px) {
    .vision__inner {
        grid-template-columns: 47% 45%;
        gap: 30px;
    }
}
@media only screen and (min-width: 768px) {
    .vision__inner {
        grid-template-columns: 47% 38.3%;
    }
}
.vision__inner picture {
    border: 1px solid #303030;
    border-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .vision__inner picture {
        border-width: 2px;
        border-bottom: 0;
    }
}
.vision__inner picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vision__content img {
    max-height: 28px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    .vision__content img {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 992px) {
    .vision__content img {
        max-height: 72px;
        margin-bottom: 60px;
    }
}
.vision__content p {
    font-weight: 700;
    font-size: 21px;
    line-height: 32px;
}

@media only screen and (min-width: 768px) {
    .vision__content p {
        font-size: 30px;
        line-height: 52px;
        border-left: 5px solid #acc4f2;
        padding-left: 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .vision__content p {
        font-size: 50px;
        line-height: 72px;
        padding-left: 40px;
    }
}
.vision__content p span {
    background: #acc4f2;
}

.vision-detail {
    border-bottom: 1px solid #303030;
}

@media only screen and (min-width: 768px) {
    .vision-detail {
        border-bottom-width: 2px;
    }
}
.vision-detail__inner {
    padding: 45px 15px;
    background: url("../images/about/environment/bg-1.png") no-repeat 0 0/cover;
    border-inline: 1px solid #303030;
}

@media only screen and (min-width: 768px) {
    .vision-detail__inner {
        border-inline-width: 2px;
        padding: 110px 30px 120px;
    }
}
.vision-detail__inner figure {
    max-width: 300px;
    margin: 0 auto 80px;
}

@media only screen and (min-width: 768px) {
    .vision-detail__inner figure {
        max-width: 670px;
        margin: 0 auto 130px;
    }
}
/*.vision-detail__item {
    position: relative;
    border-radius: 23px;
    background: #fff;
    border: 1px solid #303030;
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    max-width: 1000px;
    margin-inline: auto;
    padding: 40px 15px;
}*/

@media only screen and (min-width: 768px) {
    .vision-detail__item {
        padding: 50px;
        font-size: 16px;
        line-height: 28px;
    }
}
@media only screen and (min-width: 992px) {
    .vision-detail__item {
        padding: 50px 160px;
    }
}
.vision-detail__item + .vision-detail__item {
    margin-top: 70px;
}

@media only screen and (min-width: 768px) {
    .vision-detail__item + .vision-detail__item {
        margin-top: 80px;
    }
}
.vision-detail__item h3 {
    margin: 0;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.vision-detail__item h3 span {
    font-size: 17px;
    letter-spacing: 2px;
    font-weight: 700;
    text-align: center;
    padding: 11px 20px;
    display: inline-block;
    background: #acc4f2;
    color: #303030;
    border: 1px solid #303030;
}

@media only screen and (min-width: 768px) {
    .vision-detail__item h3 span {
        font-size: 20px;
        padding: 9px 35px;
    }
}
@media only screen and (min-width: 992px) {
    .vision-detail__item h3 span {
        font-size: 24px;
    }
}
.vision-detail__item p {
    margin: 0;
}

.origin {
    border-bottom: 1px solid #303030;
    background: url("../images/about/environment/dots-2.svg") no-repeat 0 0/106px;
}

@media only screen and (min-width: 768px) {
    .origin {
        border-bottom-width: 2px;
        background: url("../images/about/environment/dots-1.svg") no-repeat 0 100%/34vw;
    }
}
.origin .heading-bg {
    padding-top: 45px;
}

@media only screen and (min-width: 768px) {
    .origin .heading-bg {
        padding-top: 90px;
    }
}
.origin .heading-bg .container {
    position: relative;
}

@media only screen and (min-width: 768px) {
    .origin .heading-bg .container::after {
        content: "";
        position: absolute;
        border-right: 2px solid #303030;
        right: 15px;
        height: calc(100% + 140px);
        top: -90px;
    }
}
@media only screen and (min-width: 992px) {
    .origin .heading-bg .container::after {
        height: calc(100% + 150px);
    }
}
@media only screen and (min-width: 768px) {
    .origin__inner {
        border-right-width: 2px;
        display: grid;
        grid-template-columns: 42% 50%;
        justify-content: space-between;
        gap: 30px;
        border-right: 1px solid #303030;
    }
}
.origin__inner figure {
    border: 1px solid #303030;
    margin-bottom: 35px;
}

@media only screen and (min-width: 768px) {
    .origin__inner figure {
        border-width: 2px;
        border-bottom: 0;
        margin-bottom: 0;
    }
}
.origin__inner figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.origin__content {
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
    padding-bottom: 65px;
}

@media only screen and (min-width: 768px) {
    .origin__content {
        padding-right: 60px;
        font-size: 16px;
        padding-bottom: 40px;
    }
}
.origin__content p {
    margin-bottom: 28px;
}

.origin__content--button {
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .origin__content--button {
        text-align: right;
    }
}
.thought {
    padding-block: 35px 60px;
    background: #f6f5de;
    overflow: hidden;
}

@media only screen and (min-width: 768px) {
    .thought {
        padding-block: 60px 180px;
    }
}
.thought__item {
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 768px) {
    .thought__item {
        border-width: 2px;
    }
}
.thought__item + .thought__item {
    margin-top: 40px;
}

@media only screen and (min-width: 768px) {
    .thought__item + .thought__item {
        margin-top: 60px;
    }
}
.thought__item--inner {
    background: #fff;
    border: 1px solid #303030;
    padding: 20px 15px 35px;
}

@media only screen and (min-width: 768px) {
    .thought__item--inner {
        padding: 60px 30px;
    }
}
@media only screen and (min-width: 992px) {
    .thought__item--inner {
        padding: 80px 160px;
    }
}
.thought__item--number {
    line-height: 1;
    font-size: 0;
    font-weight: 700;
    position: absolute;
    right: 100%;
    top: 0;
    transform: translateY(-50%);
    color: #fff;
    z-index: -1;
}

@media only screen and (min-width: 1200px) {
    .thought__item--number {
        font-size: 240px;
    }
}
.thought__item--number::before {
    content: "";
    position: absolute;
    width: 115px;
    height: 115px;
    z-index: -1;
    background: url("../images/about/environment/circle-1.svg") no-repeat 0 0/100%;
    top: 50%;
    right: -45px;
    transform: translateY(-50%);
}

@media only screen and (min-width: 768px) {
    .thought__item--number::before {
        width: 340px;
        height: 340px;
        right: -70px;
    }
}
@media only screen and (min-width: 992px) {
    .thought__item--number::before {
        width: 640px;
        height: 640px;
        right: -120px;
    }
}
.thought__item--number span {
    position: relative;
    z-index: 1;
}

.thought__item--title {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
    .thought__item--title {
        flex-direction: row;
        gap: 30px;
        margin-bottom: 20px;
    }
}
.thought__item--title .slash {
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    padding: 3px 22px;
    margin: 0;
}

@media only screen and (min-width: 768px) {
    .thought__item--title .slash {
        font-size: 20px;
    }
}
@media only screen and (min-width: 992px) {
    .thought__item--title .slash {
        font-size: 24px;
    }
}
.thought__item--title .slash::after {
    top: 0;
    background: #acc4f2;
}

.thought__item--title h2 {
    font-size: 21px;
    line-height: 1.2;
    font-weight: 700;
    color: #303030;
    margin: 0;
}

@media only screen and (min-width: 768px) {
    .thought__item--title h2 {
        font-size: 30px;
    }
}
@media only screen and (min-width: 992px) {
    .thought__item--title h2 {
        font-size: 50px;
    }
}
.thought__item h3 {
    font-size: 16px;
    line-height: 19px;
    color: #303030;
    margin: 0 0 15px;
}

@media only screen and (min-width: 768px) {
    .thought__item h3 {
        font-size: 20px;
        line-height: 28px;
        margin: 0 0 30px;
    }
}
@media only screen and (min-width: 992px) {
    .thought__item h3 {
        font-size: 32px;
        line-height: 52px;
        margin: 0 0 50px;
    }
}
.thought__item--readmore a {
    border-block: 1px solid #919191;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    position: relative;
    padding: 7px 20px;
}

@media only screen and (min-width: 768px) {
    .thought__item--readmore a {
        font-size: 20px;
        line-height: 26px;
        padding: 29px 20px;
    }
}
@media only screen and (min-width: 992px) {
    .thought__item--readmore a {
        font-size: 24px;
        line-height: 30px;
    }
}
.thought__item--readmore a::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(0);
    width: 11px;
    height: 11px;
    background: url("../images/about/plus-icon.svg") no-repeat 0 0/100%;
    transition: all 0.3s;
}

@media only screen and (min-width: 768px) {
    .thought__item--readmore a::after {
        width: 17px;
        height: 17px;
    }
}
.thought__item--readmore a.active::after {
    transform: translateY(-50%) rotate(45deg);
}

.thought__item--detail {
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
    padding-top: 25px;
    display: none;
}

@media only screen and (min-width: 768px) {
    .thought__item--detail {
        font-size: 18px;
        line-height: 32px;
        padding-top: 50px;
    }
}
.thought__item--detail p {
    margin-bottom: 28px;
}

@media only screen and (min-width: 768px) {
    .thought__item--detail p {
        margin-bottom: 32px;
    }
}
.thought__item--detail p:last-of-type {
    margin-bottom: 0;
}

.thought__item:nth-child(even) .thought__item--number {
    left: 100%;
    right: auto;
}

.thought__item:nth-child(even) .thought__item--number::before {
    right: auto;
    left: -45px;
}

@media only screen and (min-width: 768px) {
    .thought__item:nth-child(even) .thought__item--number::before {
        left: -70px;
    }
}
@media only screen and (min-width: 992px) {
    .thought__item:nth-child(even) .thought__item--number::before {
        left: -120px;
    }
}
.thought__item:nth-child(2) .thought__item--number::before {
    background-image: url("../images/about/environment/circle-2.svg");
}

.thought__item:nth-child(3) .thought__item--number::before {
    background-image: url("../images/about/environment/circle-3.svg");
}

.flow {
    padding-block: 40px 100px;
}

@media only screen and (min-width: 768px) {
    .flow {
        padding-block: 80px 150px;
    }
}
.flow__item {
    border: 1px solid #303030;
    padding: 15px;
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 10px;
    align-items: center;
}

@media only screen and (min-width: 768px) {
    .flow__item {
        padding: 30px;
        grid-template-columns: 200px 1fr;
        gap: 35px;
    }
}
@media only screen and (min-width: 992px) {
    .flow__item {
        padding: 35px 50px;
    }
}
.flow__item + .flow__item {
    margin-top: 40px;
    position: relative;
}

@media only screen and (min-width: 768px) {
    .flow__item + .flow__item {
        margin-top: 60px;
    }
}
.flow__item + .flow__item::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
    border-top: 18px solid #acc4f2;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
}

@media only screen and (min-width: 768px) {
    .flow__item + .flow__item::before {
        top: -42px;
    }
}
.flow__item--header span {
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
}

.flow__item--header h2 {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #303030;
}

@media only screen and (min-width: 768px) {
    .flow__item--header h2 {
        font-size: 24px;
        line-height: 29px;
    }
}
.flow__item--content {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
}

@media only screen and (min-width: 768px) {
    .flow__item--content {
        font-size: 18px;
        line-height: 22px;
    }
}
.flow__item--content p {
    margin: 0;
}

.flow__item:first-child, .flow__item:last-child {
    background: #acc4f2;
}

.origin-popup {
    padding: 40px 30px;
}

@media only screen and (min-width: 768px) {
    .origin-popup {
        padding: 80px 40px;
    }
}
@media only screen and (min-width: 992px) {
    .origin-popup {
        padding: 110px 180px 150px;
    }
}
.origin-popup .heading-bg {
    align-items: center;
}

.origin-popup__content {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

.origin-popup__content p {
    margin-bottom: 24px;
}

.blog-meta {
    display: flex;
    gap: 20px;
    align-items: center;
    font-weight: 700;
}

.blog-meta--date {
    display: flex;
    font-size: 24px;
    line-height: 1.2;
    gap: 10px;
}

@media only screen and (min-width: 768px) {
    .blog-meta--date {
        font-size: 28px;
    }
}
.blog-meta--date small {
    font-size: 16px;
}

.blog-meta--category {
    display: flex;
    gap: 10px;
}

.blog-meta--category a {
    font-size: 13px;
    line-height: 1.2;
    border: 1px solid #303030;
    padding: 2px 5px;
    background: #ffc0c0;
    color: #303030;
}

@media only screen and (min-width: 768px) {
    .blog-meta--category a {
        font-size: 16px;
    }
}
.blog {
    color: #303030;
    background: #f6f5de;
    position: relative;
    z-index: 1;
}

/*@media only screen and (min-width: 768px) {
  .blog::before {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
  }
}*/
@media only screen and (min-width: 768px) {
    .blog__inner {
        display: flex;
        margin: 0 -15px;
    }
}
.blog__sidebar {
    padding: 25px 0 20px;
}

@media only screen and (min-width: 768px) {
    .blog__sidebar {
        width: 30%;
        border-right: 1px solid #303030;
        padding: 50px 30px;
    }
}
@media only screen and (min-width: 992px) {
    .blog__sidebar {
        width: 25%;
    }
}
@media only screen and (min-width: 1400px) {
    .blog__sidebar {
        padding: 50px 65px;
    }
}
@media only screen and (max-width: 767px) {
    .blog__sidebar {
        text-align: center;
    }
}
.blog__sidebar h3 {
    text-transform: uppercase;
    color: #303030;
    padding: 2px 20px;
    margin: 0 0 25px;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
}

@media only screen and (min-width: 768px) {
    .blog__sidebar h3 {
        margin: 0 0 35px;
        font-size: 16px;
        line-height: 24px;
        padding: 3px 20px;
    }
}
@media only screen and (min-width: 992px) {
    .blog__sidebar h3 {
        font-size: 24px;
        line-height: 29px;
    }
}
.blog__sidebar h3::after {
    background: #acc4f2;
    top: 0;
}

.blog__sidebar ul {
    display: flex;
    gap: 25px;
}

@media only screen and (min-width: 768px) {
    .blog__sidebar ul {
        padding-left: 25px;
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 768px) {
    .blog__sidebar ul {
        flex-direction: column;
    }
}
@media only screen and (max-width: 767px) {
    .blog__sidebar ul {
        justify-content: center;
    }
}
.blog__sidebar ul li a {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

@media only screen and (min-width: 768px) {
    .blog__sidebar ul li a::before {
        content: "<";
        margin-right: 20px;
    }
}
@media only screen and (min-width: 992px) {
    .blog__sidebar ul li a {
        font-size: 24px;
        line-height: 29px;
    }
}
@media only screen and (max-width: 767px) {
    .blog__sidebar ul li a::after {
        content: ">";
        margin-left: 10px;
    }
}
@media only screen and (min-width: 768px) {
    .blog__list {
        width: 70%;
        border-left: 1px solid #303030;
        border-right: 2px solid #303030;
    }
}
@media only screen and (min-width: 992px) {
    .blog__list {
        width: 75%;
    }
}
@media only screen and (max-width: 767px) {
    .blog__list {
        border-top: 1px solid #303030;
        margin: 0 -15px;
        padding: 0 15px;
        background: #fff;
    }
}
.blog__item {
    padding: 45px 15px 25px;
    background: #fff;
}

@media only screen and (min-width: 768px) {
    .blog__item {
        padding: 50px 30px;
        display: grid;
        align-items: center;
        grid-template-columns: 150px 1fr;
        gap: 30px;
    }
}
@media only screen and (min-width: 992px) {
    .blog__item {
        padding: 50px 130px;
        grid-template-columns: 280px 1fr;
        gap: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .blog__item {
        border-inline: 2px solid #303030;
    }
}
.blog__item + .blog__item {
    border-top: 2px solid #303030;
}

.blog__item .blog-meta {
    align-items: flex-end;
}

@media only screen and (min-width: 768px) {
    .blog__item .blog-meta--date {
        flex-direction: column;
        gap: 0;
    }
}
.blog__item .blog-meta--category {
    margin-bottom: 6px;
}

.blog__item figure {
    padding-top: 71.5%;
    position: relative;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    .blog__item figure {
        margin: 0;
    }
}
.blog__item figure img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.blog__item h3 {
    margin: 10px 0 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

.blog__item h3 a {
    color: #303030;
}

.blog-detail {
    background: #f6f5de;
    position: relative;
    padding-block: 26px 105px;
}

@media only screen and (min-width: 768px) {
    .blog-detail {
        padding-block: 80px 105px;
    }
}
.blog-detail .container {
    max-width: 1030px;
}

.blog-detail__title-position {
    position: absolute;
    left: calc(100% + 10px);
    display: flex;
    flex-direction: column;
    gap: 25px;
    top: 0;
}

@media only screen and (max-width: 1199px) {
    .blog-detail__title-position {
        display: none;
    }
}
@media only screen and (min-width: 1400px) {
    .blog-detail__title-position {
        left: calc(100% + 8vw);
    }
}
.blog-detail__title-position h3 {
    font-size: 122px;
    line-height: 1;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    margin: 0;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: var(--white);
    color: transparent;
}

.blog-detail__title-position ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-left: 10px;
}

.blog-detail__title-position ul li {
    width: 48px;
    height: 48px;
    background: #90eab0;
}

.blog-detail__title-position ul li:nth-child(2n) {
    background: #ffc08b;
}

.blog-detail__title-position ul li:nth-child(3n) {
    background: #ffc0c0;
}

.blog-detail__title-position ul li:nth-child(4n) {
    background: #0081ce;
}

.blog-detail__main {
    padding-top: 10px;
}

.blog-detail__main h1 {
    font-size: 18px;
    line-height: 1.25;
    color: #303030;
    margin: 0 0 15px;
}

@media only screen and (min-width: 768px) {
    .blog-detail__main h1 {
        font-size: 24px;
        margin: 0 0 25px;
    }
}
.blog-detail__main--box {
    padding: 20px 15px 30px;
    background: #fff;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
    font-weight: 700;
    position: relative;
}

@media only screen and (min-width: 768px) {
    .blog-detail__main--box {
        font-size: 16px;
        padding: 80px 60px;
        letter-spacing: 2px;
    }
}
.blog-detail__main--box figure {
    margin-bottom: 25px;
}

@media only screen and (min-width: 768px) {
    .blog-detail__main--box figure {
        margin-bottom: 35px;
    }
}
.blog-detail__main--box figure img {
    width: 100%;
    height: auto;
}

.blog-detail__main--box p {
    margin-bottom: 28px;
}

.blog-detail__main--pagination {
    display: flex;
    text-align: center;
    background: #fff;
    border-top: 2px solid #303030;
}

.blog-detail__main--pagination .pagination-middle {
    width: 42%;
    border-inline: 2px solid #303030;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
}

@media only screen and (min-width: 768px) {
    .blog-detail__main--pagination .pagination-middle {
        font-size: 18px;
    }
}
@media only screen and (min-width: 992px) {
    .blog-detail__main--pagination .pagination-middle {
        font-size: 24px;
    }
}
.blog-detail__main--pagination .pagination-middle a {
    color: #303030;
}

.blog-detail__main--pagination .pagination-nav {
    width: 29%;
}

.blog-detail__main--pagination .pagination-nav a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    gap: 20px;
    padding: 20px;
    min-height: 55px;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 700;
    color: #303030;
}

@media only screen and (min-width: 768px) {
    .blog-detail__main--pagination .pagination-nav a {
        font-size: 18px;
        min-height: 105px;
    }
}
@media only screen and (min-width: 992px) {
    .blog-detail__main--pagination .pagination-nav a {
        font-size: 24px;
        gap: 40px;
    }
}
.blog-detail__main--pagination .pagination-nav.pagination-prev {
    background: #ffc0c0;
}

.blog-detail__main--pagination .pagination-nav.pagination-prev a {
    padding-right: 20%;
}

.blog-detail__main--pagination .pagination-nav.pagination-next {
    background: #acc4f2;
}

.blog-detail__main--pagination .pagination-nav.pagination-next a {
    padding-left: 20%;
}

/*# sourceMappingURL=styles.css.map */
/** Pages */
.weflare__list h2, .weflare__title h2, .environment h2, .education h2 {
    font-size: 18px;
    font-family: "Arial", sans-serif;
    color: var(--black);
    margin-bottom: 0;
}
@media (min-width: 48em) {
    .weflare__list h2, .weflare__title h2, .environment h2, .education h2 {
        font-size: 30px;
    }
}
@media only screen and (min-width: 992px) {
    .weflare__list h2, .weflare__title h2, .environment h2, .education h2 {
        font-size: 40px;
    }
}

.weflare__title .container, .environment__title .container, .education__title .container {
    min-height: 106px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
@media (min-width: 48em) {
    .weflare__title .container, .environment__title .container, .education__title .container {
        min-height: 206px;
        border-left: 2px solid var(--black);
        align-items: flex-start;
        min-height: 306px;
        padding-left: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .weflare__title .container::before, .environment__title .container::before, .education__title .container::before {
        content: "";
        position: absolute;
        top: 0;
        left: 20px;
        height: 100%;
        border-right: 1px solid var(--black);
    }
}

.education__item.bg-dotted--right::before, .education__item.bg-dotted::before {
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    left: 0;
    top: 0;
    background: url("../images/about/bg-dotted.svg") repeat;
}

.weflare__content .container::before, .environment__list::before {
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    top: 0;
    background: url("../images/about/dots-1.svg") repeat;
    height: 382px;
    width: 297px;
}

.header__main-sp {
    overflow: hidden;
}

.page-cover {
    position: relative;
    border-top: 1px solid var(--black);
    border-bottom: 1px solid var(--black);
}
@media (min-width: 48em) {
    .page-cover {
        border-width: 2px;
    }
}
@media only screen and (max-width: 767px) {
    .page-cover {
        border-inline: none;
    }
}
.page-cover picture {
    width: 100%;
    display: block;
}
.page-cover picture img {
    width: 100%;
    height: auto;
}
@media only screen and (max-width: 767px) {
    .page-cover picture img {
        height: 160px;
        object-fit: cover;
    }
}
.page-cover__content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
    .page-cover__content {
        padding-top: 60px;
    }
}
.page-cover__content .container {
    text-align: center;
}
.page-cover__content p {
    color: #303030;
    text-align: center;
    font-size: 10px;
    font-family: "Times New Roman", serif;
    margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
    .page-cover__content p {
        font-size: 18px;
    }
}
.page-cover__content img {
    margin-inline: auto;
    display: inline-block;
    margin-bottom: 10px;
    height: 30px;
}
@media only screen and (min-width: 768px) {
    .page-cover__content img {
        height: 54px;
    }
}

.slash {
    font-family: "Arial", sans-serif;
    font-style: italic;
    position: relative;
    display: inline-block;
    padding: 2px 15px 10px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    font-size: 13px;
    z-index: 1;
}
@media (min-width: 48em) {
    .slash {
        font-size: 18px;
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 992px) {
    .slash {
        font-size: 24px;
    }
}
.slash::after {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: -5px;
    background: #ffc08b;
    clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
    position: absolute;
    z-index: -1;
}

.education {
    position: relative;
    overflow: hidden;
}
.education__title {
    border-bottom: 1px solid var(--black);
    border-top: none;
}
@media (min-width: 48em) {
    .education__title {
        border-bottom-width: 2px;
    }
}
.education__item {
    padding-block: 40px;
    padding-inline: 20px;
    position: relative;
}
@media (min-width: 48em) {
    .education__item {
        padding-block: 80px;
        padding-inline: initial;
        border-bottom: 2px solid var(--black);
    }
}
.education__item.bg-dotted::before {
    display: none;
    width: 22vw;
}
@media (min-width: 48em) {
    .education__item.bg-dotted::before {
        display: block;
    }
}
.education__item.bg-dotted--right::before {
    display: none;
    width: 22vw;
    left: auto;
    right: 0;
}
@media (min-width: 48em) {
    .education__item.bg-dotted--right::before {
        display: block;
    }
}
@media (min-width: 48em) {
    .education__item .container {
        display: flex;
        gap: 110px;
        align-items: center;
        justify-content: space-between;
    }
}
.education__item figure {
    width: 100%;
}
@media (min-width: 48em) {
    .education__item figure {
        margin-top: -230px;
        max-width: 521px;
        order: 2;
    }
}
.education__item-title {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}
@media (min-width: 48em) {
    .education__item-title {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .education__item-title {
        display: flex;
        align-items: center;
        border-bottom: 3px solid #ffc08b;
        margin-bottom: 20px;
        gap: 10px;
    }
}
@media (min-width: 48em) {
    .education__item-title::before {
        content: "";
        width: 50vw;
        right: 0;
        bottom: 0;
        height: 4px;
        background: #ffc08b;
        position: absolute;
    }
}
@media (min-width: 48em) {
    .education__item-title div {
        display: flex;
        align-items: flex-end;
        gap: 10px;
        margin-bottom: 20px;
    }
}
.education__item-title small {
    font-size: 12px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
}
@media (min-width: 48em) {
    .education__item-title small {
        font-size: 20px;
        font-weight: 700;
    }
}
.education__item-title span {
    font-size: 19px;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 48em) {
    .education__item-title span {
        font-size: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .education__item-title span {
        line-height: 20px;
    }
}
.education__item-title h2 {
    font-size: 18px;
}
@media (min-width: 48em) {
    .education__item-title h2 {
        padding-bottom: 20px;
        font-size: 40px;
    }
}
.education__item-content {
    width: 100%;
}
@media (min-width: 48em) {
    .education__item-content {
        max-width: calc(100% - 521px);
    }
}
.education__item-content p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 0;
    font-weight: 500;
}
@media (min-width: 48em) {
    .education__item-content p {
        font-size: 16px;
        margin-bottom: 40px;
    }
}
.education__item:nth-child(odd) .container {
    flex-direction: row-reverse;
}
.education__item:nth-child(odd) .education__item-title::before {
    left: 0;
    right: initial;
}

.environment {
    position: relative;
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
    .environment {
        border-top: 1px solid var(--black);
    }
}
.environment__title {
    border-bottom: 1px solid var(--black);
}
@media (min-width: 48em) {
    .environment__title {
        border-bottom-width: 2px;
    }
}
.environment__title .container {
    border-bottom: none !important;
    border-right: none !important;
}
@media only screen and (max-width: 767px) {
    .environment__title .container {
        border: none !important;
    }
}
@media (min-width: 48em) {
    .environment .container {
        border: 2px solid var(--black);
        border-bottom: none;
        border-top: none;
    }
}
@media only screen and (max-width: 767px) {
    .environment .container {
        padding: 0 20px;
    }
}
.environment__list {
    background: url("../images/about/education/bg-environment-sp.png") no-repeat center;
    background-size: cover;
    position: relative;
    padding: 60px 30px;
}
@media (min-width: 48em) {
    .environment__list {
        background-image: url("../images/about/education/bg-environment.jpg");
        margin-inline: -15px;
        display: flex;
        justify-content: space-between;
        gap: 106px;
        padding: 106px;
    }
}
@media only screen and (max-width: 767px) {
    .environment__list {
        border-inline: 1px solid var(--black);
    }
}
.environment__list::before {
    right: 100%;
}
@media only screen and (max-width: 991px) {
    .environment__list::before {
        display: none;
    }
}
.environment__item {
    width: 100%;
    background: var(--white);
    padding: 20px;
    font-size: 14px;
    line-height: 28px;
}
@media (min-width: 48em) {
    .environment__item {
        max-width: calc(33.333% - 53px);
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .environment__item + .environment__item {
        margin-top: 60px;
    }
}
.environment__item figure {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 50px;
}
@media (min-width: 48em) {
    .environment__item figure {
        height: 175px;
    }
}
.environment__item figure img {
    max-width: 50%;
    object-fit: contain;
}
@media (min-width: 48em) {
    .environment__item figure img {
        max-width: 70%;
    }
}

.weflare {
    overflow: hidden;
}
.weflare__title {
    border-top: 1px solid var(--black);
}
@media (min-width: 48em) {
    .weflare__title {
        border-top-width: 2px;
    }
}
.weflare__content {
    border-top: 1px solid var(--black);
}
@media (min-width: 48em) {
    .weflare__content {
        border-top-width: 2px;
    }
}
.weflare__content .container {
    position: relative;
}
@media (min-width: 48em) {
    .weflare__content .container {
        border-inline: 1px solid var(--black);
    }
}
@media (min-width: 48em) and (min-width: 48em) {
    .weflare__content .container {
        border-inline-width: 2px;
    }
}
.weflare__content .container::before {
    left: 100%;
    top: auto;
    bottom: 0;
}
@media only screen and (max-width: 991px) {
    .weflare__content .container::before {
        display: none;
    }
}
.weflare__content .highlight {
    padding: 20px 0px;
    font-size: 17px;
    line-height: 36px;
    text-align: center;
}
@media (min-width: 48em) {
    .weflare__content .highlight {
        line-height: 45px;
        padding: 50px;
        font-size: 24px;
        line-height: 51px;
        text-align: left;
    }
}

.weflare__content .highlight span {
    box-sizing: content-box;
    background: #ffc08b;
    font-size: 18px;
    font-weight: bold;
    border: 3px solid #ffc08b;
    padding: 3px 0;
}
@media (min-width: 48em) {
    .weflare__content .highlight span {
        font-size: 24px;
        border: 8px solid #ffc08b;
        padding: 0;
    }
}
.weflare__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-bottom: 50px;
}
@media (min-width: 48em) {
    .weflare__list {
        padding-bottom: 100px;
    }
}
.weflare__list h2 {
    text-align: center;
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--black);
    min-height: 85px;
    justify-content: center;
    align-items: flex-end;
    display: flex;
}
@media (min-width: 48em) {
    .weflare__list h2 {
        font-size: 32px;
        border-bottom-width: 2px;
    }
}
.weflare__item {
    width: 100%;
    margin-bottom: 30px;
}
@media (min-width: 48em) {
    .weflare__item {
        margin-top: 150px;
        max-width: 418px;
    }
}
.weflare__item p {
    max-width: 320px;
    margin-inline: auto;
}
@media (min-width: 48em) {
    .weflare__item p {
        min-height: 96px;
    }
}
.weflare__item-title {
    position: relative;
}
.weflare__item figure {
    position: absolute;
    left: 0;
    width: 80px;
    bottom: 10px;
}
@media (min-width: 48em) {
    .weflare__item figure {
        width: 118px;
        bottom: 32px;
    }
}

.about-content {
    border-block: 1px solid var(--black);
}
@media (min-width: 48em) {
    .about-content {
        border-block-width: 2px;
    }
}
.about-content__list {
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 48em) {
    .about-content__list {
        padding-block: initial;
        margin-inline: -15px;
    }
}
.about-content__item {
    position: relative;
    width: 50%;
    border-inline: 1px solid var(--black);
}
@media (min-width: 48em) {
    .about-content__item {
        width: 25%;
    }
}
.about-content__item-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 15px 15px 15px;
}

@media (max-width: 767px){
    .about-content__item:nth-child(1),
    .about-content__item:nth-child(2){
        border-bottom: 1px solid var(--black);
    }
    .about-content__item:nth-child(2),
    .about-content__item:nth-child(4){
        border-left: none;
    }
}
@media (min-width: 48em) {
    .about-content__item-content {
        padding: 20px;
    }
}
.about-content__item-content h3 {
    font-size: 16px;
    border-bottom: 1px solid var(--white);
    color: var(--white);
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: flex;
    gap: 5px;
    align-items: center;
}
@media (min-width: 48em) {
    .about-content__item-content h3 {
        font-size: 19px;
        max-width: 60%;
        border-bottom-width: 2px;
    }
}
.about-content__item-content h3 svg {
    max-width: 20px;
    position: relative;
    top: -4px;
}
.about-content__item-content h3 svg path {
    fill: var(--white);
    stroke: var(--white);
}
.about-content__item-content p {
    font-size: 12px;
    margin-bottom: 0;
    color: var(--white);
}

.nav-section {
    margin-top: 25px;
}
@media only screen and (min-width: 768px) {
    .nav-section {
        margin-top: 50px;
    }
}
@media only screen and (min-width: 992px) {
    .nav-section {
        margin-top: 110px;
    }
}
.nav-section .container {
    max-width: 1030px;
}
.nav-section ul {
    display: flex;
    gap: 8px;
}
@media only screen and (min-width: 768px) {
    .nav-section ul {
        gap: 0;
        border: 1px solid #303030;
    }
}
.nav-section ul li {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}
@media only screen and (max-width: 768px) {
    .nav-section ul li {
        border: 1px solid #303030;
    }
}
.nav-section ul li a {
    display: block;
    line-height: 16px;
    letter-spacing: 2px;
    font-weight: 700;
    color: #303030;
    background: url("../images/arrow-scroll-down.svg") no-repeat 50% calc(100% - 10px)/11px #acc4f2;
    padding: 10px 10px 20px;
    height: 100%;
    font-size: 14px;
}
@media only screen and (min-width: 768px) {
    .nav-section ul li a {
        font-size: 18px;
        line-height: 20px;
        padding: 20px 20px 30px;
        background-position: 50% calc(100% - 16px);
        background-size: 14px;
    }
}
@media only screen and (min-width: 768px) {
    .nav-section ul li a br {
        display: none;
    }
}
.nav-section ul li a small {
    font-size: 11px;
}
@media only screen and (min-width: 768px) {
    .nav-section ul li a small {
        font-size: 16px;
    }
}
@media only screen and (min-width: 768px) {
    .nav-section ul li + li {
        border-left: 1px solid #303030;
    }
}
.nav-section ul li:nth-child(2n) a {
    background-color: #90eab0;
}
.nav-section ul li:nth-child(3n) a {
    background-color: #ffc08b;
}

.about-box {
    padding-block: 40px;
    position: relative;
    color: #303030;
    z-index: 1;
    overflow: hidden;
    border-bottom: 1px solid #303030;
}
#section-3.about-box{
    border-bottom: none;
}
@media only screen and (min-width: 768px) {
    .about-box {
        padding-block: 60px;
    }
}
@media only screen and (min-width: 992px) {
    .about-box {
        padding-block: 110px;
    }
}
.about-box__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    pointer-events: none;
    height: 100%;
    display: none;
}
@media only screen and (min-width: 1200px) {
    .about-box__image {
        display: block;
    }
}
.about-box__image::before, .about-box__image::after {
    content: "";
    position: absolute;
}
.about-box__image::before {
    width: 278px;
    height: 345px;
    background: url("../images/about/people/icon-1.svg") no-repeat 0 0/100%;
    top: 75px;
    right: 0;
}
.about-box__image::after {
    width: 376px;
    height: 100%;
    background: url("../images/about/people/icon-4.svg") no-repeat 0 0/100%;
    top: 110px;
    left: 0;
}
.about-box__image--inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.about-box__image--inner::before, .about-box__image--inner::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 305px;
}
.about-box__image--inner::before {
    background: url("../images/about/people/icon-2.png") no-repeat 0 0/100%;
    top: 26%;
    left: 0;
    z-index: 1;
}
.about-box__image--inner::after {
    background: url("../images/about/people/icon-3.png") no-repeat 0 0/100%;
    bottom: 23%;
    left: 0;
    z-index: 1;
}
.about-box .container {
    max-width: 1030px;
}
.about-box h2 {
    position: absolute;
    left: 100%;
    top: 0;
    white-space: nowrap;
    display: none;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 120px;
    line-height: 1;
    letter-spacing: 5px;
    font-family: "Noto Sans JP", sans-serif;
    margin: 0;
    top: 175px;
    font-weight: 500;
}
@media only screen and (min-width: 1200px) {
    .about-box h2 {
        display: block;
    }
}
@media only screen and (min-width: 1400px) {
    .about-box h2 {
        font-size: 146.66px;
        left: calc(100% + 60px);
    }
}
.about-box h3 {
    font-weight: 700;
    line-height: 1.5;
    color: #303030;
    margin: 0 0 20px;
    font-size: 18px;
}
@media only screen and (min-width: 768px) {
    .about-box h3 {
        font-size: 30px;
        margin: 0 0 30px;
    }
}
@media only screen and (min-width: 992px) {
    .about-box h3 {
        font-size: 40px;
        margin: 0 0 60px;
    }
}
.about-box h3 small {
    font-size: 13px;
}
@media only screen and (min-width: 768px) {
    .about-box h3 small {
        font-size: 20px;
    }
}
@media only screen and (min-width: 992px) {
    .about-box h3 small {
        font-size: 28px;
    }
}
.about-box__title {
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #303030;
    background: #acc4f2;
    margin: 0;
    border-bottom: 1px solid #303030;
    padding: 7px 15px;
}
@media only screen and (min-width: 768px) {
    .about-box__title {
        font-size: 18px;
        line-height: 22px;
        padding: 17px 30px;
    }
}
.about-box__inner {
    border: 1px solid #303030;
    border-top: 0;
    position: relative;
    z-index: 1;
}
.about-box__inner::before, .about-box__inner::after {
    content: "";
    position: absolute;
    z-index: -1;
}
@media only screen and (min-width: 1200px) {
    .about-box__inner::before, .about-box__inner::after {
        display: none;
    }
}
.about-box__inner::before {
    width: 97px;
    height: 80px;
    background: url("../images/about/people/icon-1-sp.svg") no-repeat 0 0/100%;
    top: -55px;
    right: -15px;
}
.about-box__inner::after {
    width: 104px;
    height: 80px;
    background: url("../images/about/people/icon-4-sp.svg") no-repeat 0 0/100%;
    bottom: -35px;
    left: -15px;
}
.about-box__description {
    border-bottom: 1px solid #303030;
    border-top: 1px solid #303030;
    background: #fff;
}
@media only screen and (min-width: 768px) {
    .about-box__description {
        display: grid;
        grid-template-columns: 45% 1fr;
        grid-template-rows: 57px 1fr;
    }
}
@media only screen and (min-width: 992px) {
    .about-box__description {
        grid-template-columns: 36% 1fr;
    }
}
.about-box__description figure {
    border-bottom: 1px solid #303030;
}
@media only screen and (min-width: 768px) {
    .about-box__description figure {
        grid-column: 1/2;
        grid-row: 1/3;
        border-right: 1px solid #303030;
        border-bottom: 0;
    }
}
.about-box__description figure img {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .about-box__description figure img {
        height: 100%;
        object-fit: cover;
    }
}
@media only screen and (min-width: 768px) {
    .about-box__description .about-box__title {
        grid-column: 2/3;
        grid-row: 1/2;
    }
}
@media only screen and (min-width: 768px) {
    .about-box__description--body {
        grid-column: 2/3;
        grid-row: 2/3;
    }
}
.about-box__description--content {
    font-size: 14px;
    line-height: 27.6px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 20px 15px;
}
@media only screen and (min-width: 768px) {
    .about-box__description--content {
        padding: 25px 30px;
        font-size: 16px;
    }
}
.about-box__description--content h5 {
    margin: 0 0 7px;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 1px;
    color: #303030;
    position: relative;
    padding-left: 20px;
}
@media only screen and (min-width: 768px) {
    .about-box__description--content h5 {
        font-size: 18.4px;
    }
}
.about-box__description--content h5 + h5 {
    margin-top: 10px;
}
@media only screen and (min-width: 992px) {
    .about-box__description--content h5 + h5 {
        margin-top: 15px;
    }
}
.about-box__description--content h5::before {
    content: "";
    width: 15px;
    height: 15px;
    background: #acc4f2;
    position: absolute;
    left: 0;
    top: 2px;
    border-radius: 100%;
}
@media only screen and (min-width: 768px) {
    .about-box__description--content h5::before {
        width: 17px;
        height: 17px;
        top: 3px;
    }
}
.about-box__description--content ul {
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 1px;
}
@media only screen and (min-width: 768px) {
    .about-box__description--content ul {
        font-size: 15px;
    }
}
.about-box__description--content ul li {
    position: relative;
    padding-left: 16px;
}
.about-box__description--content ul li + li {
    margin-top: 8px;
}
.about-box__description--content ul li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 13px;
    height: 13px;
    border-radius: 100px;
    background: #acc4f2;
}
.about-box__description--content p {
    margin: 0 0 10px;
}
.about-box__content {
    background: #fff;
}
.about-box__button {
    margin-top: 50px;
}
@media only screen and (min-width: 768px) {
    .about-box__button {
        margin-top: 70px;
    }
}
@media only screen and (min-width: 992px) {
    .about-box__button {
        margin-top: 110px;
    }
}
.about-box__button a {
    display: flex;
    font-size: 17px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    background: url("../images/arrow-btn-down.svg") no-repeat calc(100% - 20px) 50%/12px #acc4f2;
    border: 1px solid #303030;
    width: 100%;
    max-width: 250px;
    min-height: 60px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #303030;
    transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
    .about-box__button a {
        font-size: 20px;
        max-width: 300px;
    }
}
.about-box__button a:hover {
    color: #303030;
    opacity: 0.8;
}
.about-box--2 h2 {
    color: #90eab0;
    left: auto;
    right: 100%;
}
@media only screen and (min-width: 1400px) {
    .about-box--2 h2 {
        right: calc(100% + 60px);
    }
}
.about-box--2 .about-box__image::before {
    width: 300px;
    height: 305px;
    background-image: url("../images/about/people/icon-5.png");
    z-index: 1;
}
.about-box--2 .about-box__image::after {
    left: auto;
    right: 0;
}
.about-box--2 .about-box__image--inner::before {
    width: 278px;
    height: 342px;
    background-image: url("../images/about/people/icon-6.svg");
    top: 35%;
}
.about-box--2 .about-box__image--inner::after {
    width: 299px;
    height: 305px;
    left: auto;
    right: 0;
    bottom: 35%;
    background-image: url("../images/about/people/icon-7.png");
    z-index: 1;
}
.about-box--2 .about-box__title {
    background: #90eab0;
}
.about-box--2 .about-box__description--content h5::before {
    background: #90eab0;
}
.about-box--2 .about-box__description--content ul li::before {
    background: #90eab0;
}
.about-box--2 .about-box__inner::before {
    background-image: url("../images/about/people/icon-sp-5.svg");
}
.about-box--2 .about-box__inner::after {
    background-image: url("../images/about/people/icon-sp-6.svg");
}
.about-box--2 .about-box__button a {
    background-color: #90eab0;
}
.about-box--2 .daily-schedule__item::before {
    border-color: #90eab0;
}
.about-box--2 .faqs-list__item h5::before {
    background: #90eab0;
}
.about-box--3 h2 {
    color: #ffc08b;
}
.about-box--3 .about-box__image::before {
    width: 278px;
    height: 342px;
    background-image: url("../images/about/people/icon-8.svg");
}
.about-box--3 .about-box__image--inner::before {
    width: 299px;
    height: 305px;
    background-image: url("../images/about/people/icon-9.png");
    top: 40%;
    z-index: 1;
}
.about-box--3 .about-box__image--inner::after {
    width: 299px;
    height: 305px;
    left: auto;
    right: 0;
    bottom: 15%;
    background-image: url("../images/about/people/icon-10.svg");
}
.about-box--3 .about-box__title {
    background: #ffc08b;
}
.about-box--3 .about-box__description--content h5::before {
    background: #ffc08b;
}
.about-box--3 .about-box__description--content ul li::before {
    background: #ffc08b;
}
.about-box--3 .about-box__inner::before {
    background-image: url("../images/about/people/icon-sp-7.svg");
}
.about-box--3 .about-box__inner::after {
    background-image: url("../images/about/people/icon-sp-8.svg");
}
.about-box--3 .about-box__button a {
    background-color: #ffc08b;
}
.about-box--3 .daily-schedule__item::before {
    border-color: #ffc08b;
}
.about-box--3 .faqs-list__item h5::before {
    background: #ffc08b;
}

.daily-schedule {
    padding: 35px 15px;
    position: relative;
    z-index: 1;
}
@media only screen and (min-width: 768px) {
    .daily-schedule {
        padding: 45px;
    }
}
.daily-schedule::before, .daily-schedule::after {
    content: "";
    position: absolute;
    z-index: -1;
}
@media only screen and (min-width: 1200px) {
    .daily-schedule::before, .daily-schedule::after {
        display: none;
    }
}
.daily-schedule::before {
    width: 176px;
    height: 59px;
    background: url("../images/about/people/icon-2-sp.svg") no-repeat 0 0/100%;
    top: 0;
    right: 0;
}
.daily-schedule::after {
    width: 81px;
    height: 350px;
    background: url("../images/about/people/icon-3-sp.svg") no-repeat 0 0/100%;
    bottom: 0;
    left: 0;
}
.daily-schedule__item {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 0 20px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
}
@media only screen and (min-width: 768px) {
    .daily-schedule__item {
        grid-template-columns: 100px 1fr;
        gap: 0 30px;
    }
}
.daily-schedule__item::before {
    content: "";
    position: absolute;
    height: 100%;
    z-index: -1;
    border-right: 1px solid #acc4f2;
    top: 0;
    left: 35px;
}
.daily-schedule__item--time span {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    border: 1px solid #303030;
    border-radius: 50px;
    letter-spacing: 2px;
    padding: 4px 5px;
    min-width: 70px;
    text-align: center;
    display: inline-block;
    background: #fff;
}
.daily-schedule__item--content {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 20px;
}
.daily-schedule__item--content h5 {
    color: #303030;
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    letter-spacing: 2px;
}
.daily-schedule__item--content p {
    margin-bottom: 20px;
}
.daily-schedule__item--content p:last-of-type {
    margin-bottom: 0;
}
.daily-schedule__item:last-child {
    padding-bottom: 0;
}
.daily-schedule__item:last-child::before {
    display: none;
}

.faqs-list__item {
    padding: 36px 15px;
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
}
@media only screen and (min-width: 768px) {
    .faqs-list__item {
        padding: 25px 40px;
        font-size: 16px;
        line-height: 21px;
    }
}
.faqs-list__item + .faqs-list__item {
    border-top: 1px solid #303030;
}
.faqs-list__item h5 {
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0 0 20px;
    color: #303030;
    position: relative;
    padding-left: 45px;
    min-height: 50px;
    display: flex;
    align-items: center;
}
@media only screen and (min-width: 768px) {
    .faqs-list__item h5 {
        font-size: 20px;
        line-height: 24px;
        padding-left: 70px;
    }
}
.faqs-list__item h5::before {
    content: "Q";
    position: absolute;
    width: 36px;
    height: 36px;
    top: 0;
    left: 0;
    font-size: 14px;
    line-height: 1;
    background: #acc4f2;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (min-width: 768px) {
    .faqs-list__item h5::before {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}
.faqs-list__item p {
    margin: 0;
}

.white-popup-block {
    background: #fff;
    padding: 20px 30px;
    text-align: left;
    width: calc(100% - 30px);
    max-width: 1470px;
    margin: 60px auto;
    position: relative;
}
.white-popup-block .btn-close-popup {
    position: absolute;
    top: -30px;
    right: 0;
    width: 20px;
    height: 20px;
}
@media only screen and (min-width: 768px) {
    .white-popup-block .btn-close-popup {
        width: 25px;
        height: 25px;
    }
}
.white-popup-block .btn-close-popup svg line {
    stroke: #fff;
}

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

.heading-bg {
    position: relative;
    margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
    .heading-bg {
        margin-bottom: 50px;
    }
}
@media only screen and (min-width: 992px) {
    .heading-bg {
        margin-bottom: 60px;
    }
}
.heading-bg__inner {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.heading-bg h2 {
    position: absolute;
    right: 0;
    bottom: 0;
    font-weight: 500;
    font-size: 86px;
    line-height: 0.75;
    letter-spacing: 1px;
    margin: 0;
    padding-inline: 30px;
    display: none;
}
@media only screen and (min-width: 992px) {
    .heading-bg h2 {
        display: block;
    }
}
@media only screen and (min-width: 1200px) {
    .heading-bg h2 {
        font-size: 122px;
    }
}
.heading-bg h2::after {
    content: "";
    border-bottom: 6px solid #acc4f2;
    width: 38.4vw;
    position: absolute;
    bottom: 0;
    right: 0;
}
@media only screen and (min-width: 1200px) {
    .heading-bg h2::after {
        bottom: 0;
    }
}
.heading-bg h3 {
    color: #303030;
    padding: 3px 20px;
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
}
@media only screen and (min-width: 768px) {
    .heading-bg h3 {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 26px;
    }
}
@media only screen and (min-width: 992px) {
    .heading-bg h3 {
        font-size: 24px;
        line-height: 28px;
    }
}
.heading-bg h3::after {
    background: #acc4f2;
    top: 0;
}
.heading-bg p {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
}
@media only screen and (min-width: 768px) {
    .heading-bg p {
        font-size: 24px;
        line-height: 36px;
    }
}
@media only screen and (min-width: 992px) {
    .heading-bg p {
        font-size: 40px;
        line-height: 52px;
    }
}
.heading-bg--left h2::after {
    width: 42vw;
}
@media only screen and (min-width: 992px) {
    .heading-bg--left .heading-bg__inner {
        align-items: flex-start;
        padding-left: 60px;
    }
}
.heading-bg--reverse h2 {
    left: 0;
    right: auto;
}
.heading-bg--reverse h2::after {
    width: 42vw;
    left: 0;
    right: auto;
}
@media only screen and (min-width: 992px) {
    .heading-bg--padding-left .heading-bg__inner {
        width: 50%;
        align-items: flex-start;
        margin-left: auto;
    }
}
.heading-bg--min h2::after {
    width: 29vw;
}

.btn-more {
    background: url("../images/about/arrow-right.svg") no-repeat calc(100% - 20px) 50%/7px;
    border: 1px solid #303030;
    display: inline-block;
    width: 100%;
    max-width: 135px;
    text-align: center;
    color: #303030;
    font-size: 13px;
    line-height: 18px;
    padding: 4px 20px;
}
@media only screen and (min-width: 768px) {
    .btn-more {
        font-size: 16px;
        line-height: 20px;
        max-width: 223px;
        padding: 11px 40px;
    }
}

.vision {
    border-bottom: none;
    padding-top: 0;
    background: none;
    margin-bottom: -2px;
}
@media only screen and (min-width: 768px) {
    .vision {
        border-bottom-width: 2px;
        padding-top: 0;
        background-image: none;
        background-size: 34vw;
    }
}
@media only screen and (min-width: 992px) {
    .vision {
        padding-top: 0;
    }
}
.vision__inner {
    grid-template-columns: 36% 1fr;
    gap: 20px;
    display: grid;
    justify-content: space-between;
}
@media only screen and (min-width: 768px) {
    .vision__inner {
        grid-template-columns: 47% 45%;
        gap: 30px;
    }
}
@media only screen and (min-width: 768px) {
    .vision__inner {
        grid-template-columns: 47% 38.3%;
    }
}
.vision__inner picture {
    border: 1px solid #303030;
    border-bottom: 0;
}
@media only screen and (min-width: 768px) {
    .vision__inner picture {
        border-width: 2px;
        border-bottom: 0;
    }
}
.vision__inner picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vision__content img {
    max-height: 28px;
    margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
    .vision__content img {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 992px) {
    .vision__content img {
        max-height: 72px;
        margin-bottom: 60px;
    }
}
.vision__content p {
    font-weight: 700;
    font-size: 21px;
    line-height: 32px;
}
@media only screen and (min-width: 768px) {
    .vision__content p {
        font-size: 30px;
        line-height: 52px;
        border-left: 5px solid #acc4f2;
        padding-left: 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .vision__content p {
        font-size: 50px;
        line-height: 72px;
        padding-left: 40px;
    }
}
.vision__content p span {
    background: #acc4f2;
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 0;
}

.vision-detail {
    border-bottom: 1px solid #303030;
}
@media only screen and (min-width: 768px) {
    .vision-detail {
        border-bottom-width: 2px;
    }
}
.vision-detail__inner {
    padding: 45px 15px;
    background: url("../images/about/environment/bg-1.png") no-repeat 0 0/cover;
    border-inline: 1px solid #303030;
}
@media only screen and (min-width: 768px) {
    .vision-detail__inner {
        border-inline-width: 2px;
        padding: 110px 30px 120px;
    }
}
.vision-detail__inner figure {
    max-width: 300px;
    margin: 0 auto 80px;
}
@media only screen and (min-width: 768px) {
    .vision-detail__inner figure {
        max-width: 670px;
        margin: 0 auto 130px;
    }
}
/*.vision-detail__item {
    position: relative;
    border-radius: 23px;
    background: #fff;
    border: 1px solid #303030;
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    max-width: 1000px;
    margin-inline: auto;
    padding: 40px 15px;
}*/
@media only screen and (min-width: 768px) {
    .vision-detail__item {
        padding: 50px;
        font-size: 16px;
        line-height: 28px;
    }
}
@media only screen and (min-width: 992px) {
    .vision-detail__item {
        padding: 40px 160px;
    }
}
.vision-detail__item + .vision-detail__item {
    margin-top: 30px;
}
@media only screen and (min-width: 768px) {
    .vision-detail__item + .vision-detail__item {
        margin-top: 0;
    }
}
.vision-detail__item h3 {
    margin: 0;
    text-align: center;
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(0);
}
.vision-detail__item h3 span {
    font-size: 17px;
    letter-spacing: 2px;
    font-weight: 700;
    text-align: center;
    padding: 11px 20px;
    display: inline-block;
    background: #acc4f2;
    color: #303030;
    border: 1px solid #303030;
}
@media only screen and (min-width: 768px) {
    .vision-detail__item h3 span {
        font-size: 20px;
        padding: 9px 35px;
    }
}
@media only screen and (min-width: 992px) {
    .vision-detail__item h3 span {
        font-size: 24px;
    }
}
.vision-detail__item p {
    margin: 0;
}

.origin {
    border-bottom: 1px solid #303030;
    background: url("../images/about/environment/dots-2.svg") no-repeat 0 0/106px;
}
@media only screen and (min-width: 768px) {
    .origin {
        border-bottom-width: 2px;
        background: url("../images/about/environment/dots-1.svg") no-repeat 0 100%/34vw;
    }
}
.origin .heading-bg {
    padding-top: 45px;
}
@media only screen and (min-width: 768px) {
    .origin .heading-bg {
        padding-top: 90px;
    }
}

.origin .heading-bg p{
    text-indent: -25px;
}
.origin .heading-bg .container {
    position: relative;
}
@media only screen and (min-width: 768px) {
    .origin .heading-bg .container::after {
        content: "";
        position: absolute;
        border-right: 2px solid #303030;
        right: 15px;
        height: calc(100% + 140px);
        top: -90px;
    }
}
@media only screen and (min-width: 992px) {
    .origin .heading-bg .container::after {
        height: calc(100% + 150px);
    }
}
@media only screen and (min-width: 768px) {
    .origin__inner {
        border-right-width: 2px;
        display: grid;
        grid-template-columns: 42% 50%;
        justify-content: space-between;
        gap: 30px;
        border-right: 2px solid #303030;
    }
}
.origin__inner figure {
    border: 1px solid #303030;
    margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
    .origin__inner figure {
        border-width: 2px;
        border-bottom: 0;
        margin-bottom: 0;
    }
}
.origin__inner figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.origin__content {
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
    padding-bottom: 65px;
}
@media only screen and (min-width: 768px) {
    .origin__content {
        padding-right: 60px;
        font-size: 16px;
        padding-bottom: 40px;
    }
}
.origin__content p {
    margin-bottom: 28px;
}
.origin__content--button {
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .origin__content--button {
        text-align: right;
    }
}

.thought {
    padding-block: 35px 60px;
    background: #f6f5de;
    overflow: hidden;
}
@media only screen and (min-width: 768px) {
    .thought {
        padding-block: 60px 180px;
    }
}
.thought__item {
    position: relative;
    z-index: 1;
}
@media only screen and (min-width: 768px) {
    .thought__item {
        border-width: 2px;
    }
}
.thought__item + .thought__item {
    margin-top: 40px;
}
@media only screen and (min-width: 768px) {
    .thought__item + .thought__item {
        margin-top: 60px;
    }
}
.thought__item--inner {
    background: #fff;
    border: 1px solid #303030;
    padding: 20px 15px 35px;
}
@media only screen and (min-width: 768px) {
    .thought__item--inner {
        padding: 60px 30px;
    }
}
@media only screen and (min-width: 992px) {
    .thought__item--inner {
        padding: 80px 160px;
    }
}
.thought__item--number {
    line-height: 1;
    font-size: 0;
    font-weight: 700;
    position: absolute;
    right: 100%;
    top: 0;
    transform: translateY(-50%);
    color: #fff;
    z-index: -1;
}
@media only screen and (min-width: 1200px) {
    .thought__item--number {
        font-size: 240px;
    }
}
.thought__item--number::before {
    content: "";
    position: absolute;
    width: 115px;
    height: 115px;
    z-index: -1;
    background: url("../images/about/environment/circle-1.svg") no-repeat 0 0/100%;
    top: 50%;
    right: -45px;
    transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
    .thought__item--number::before {
        width: 340px;
        height: 340px;
        right: -70px;
    }
}
@media only screen and (min-width: 992px) {
    .thought__item--number::before {
        width: 640px;
        height: 640px;
        right: -120px;
    }
}
.thought__item--number span {
    position: relative;
    z-index: 1;
}
.thought__item--title {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
    .thought__item--title {
        flex-direction: row;
        gap: 30px;
        margin-bottom: 20px;
    }
}
.thought__item--title .slash {
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    padding: 3px 22px;
    margin: 0;
}
@media only screen and (min-width: 768px) {
    .thought__item--title .slash {
        font-size: 20px;
    }
}
@media only screen and (min-width: 992px) {
    .thought__item--title .slash {
        font-size: 24px;
    }
}
.thought__item--title .slash::after {
    top: 0;
    background: #acc4f2;
}
.thought__item--title h2 {
    font-size: 21px;
    line-height: 1.2;
    font-weight: 700;
    color: #303030;
    margin: 0;
}
@media only screen and (min-width: 768px) {
    .thought__item--title h2 {
        font-size: 30px;
    }
}
@media only screen and (min-width: 992px) {
    .thought__item--title h2 {
        font-size: 50px;
    }
}
.thought__item h3 {
    font-size: 16px;
    line-height: 19px;
    color: #303030;
    margin: 0 0 0;
}
@media only screen and (min-width: 768px) {
    .thought__item h3 {
        font-size: 20px;
        line-height: 28px;
        margin: 0 0 0;
    }
}
@media only screen and (min-width: 992px) {
    .thought__item h3 {
        font-size: 32px;
        line-height: 52px;
        margin: 0 0 0;
    }
}
.thought__item--readmore a {
    border-block: 1px solid #919191;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    position: relative;
    padding: 7px 20px;
}
@media only screen and (min-width: 768px) {
    .thought__item--readmore a {
        font-size: 20px;
        line-height: 26px;
        padding: 29px 20px;
    }
}
@media only screen and (min-width: 992px) {
    .thought__item--readmore a {
        font-size: 24px;
        line-height: 30px;
    }
}
.thought__item--readmore a::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(0);
    width: 11px;
    height: 11px;
    background: url("../images/about/plus-icon.svg") no-repeat 0 0/100%;
    transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
    .thought__item--readmore a::after {
        width: 17px;
        height: 17px;
    }
}
.thought__item--readmore a.active::after {
    transform: translateY(-50%) rotate(45deg);
}
.thought__item--detail {
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
    padding-top: 25px;
    display: none;
}
@media only screen and (min-width: 768px) {
    .thought__item--detail {
        font-size: 18px;
        line-height: 32px;
        padding-top: 50px;
    }
}
.thought__item--detail p {
    margin-bottom: 28px;
}
@media only screen and (min-width: 768px) {
    .thought__item--detail p {
        margin-bottom: 32px;
    }
}
.thought__item--detail p:last-of-type {
    margin-bottom: 0;
}
.thought__item:nth-child(even) .thought__item--number {
    left: 100%;
    right: auto;
}
.thought__item:nth-child(even) .thought__item--number::before {
    right: auto;
    left: -45px;
}
@media only screen and (min-width: 768px) {
    .thought__item:nth-child(even) .thought__item--number::before {
        left: -70px;
    }
}
@media only screen and (min-width: 992px) {
    .thought__item:nth-child(even) .thought__item--number::before {
        left: -120px;
    }
}
.thought__item:nth-child(2) .thought__item--number::before {
    background-image: url("../images/about/environment/circle-2.svg");
}
.thought__item:nth-child(3) .thought__item--number::before {
    background-image: url("../images/about/environment/circle-3.svg");
}

.flow {
    padding-block: 40px 100px;
}
@media only screen and (min-width: 768px) {
    .flow {
        padding-block: 80px 150px;
    }
}
.flow__item {
    border: 1px solid #303030;
    padding: 15px;
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 10px;
    align-items: center;
}
@media only screen and (min-width: 768px) {
    .flow__item {
        padding: 30px;
        grid-template-columns: 200px 1fr;
        gap: 35px;
    }
}
@media only screen and (min-width: 992px) {
    .flow__item {
        padding: 35px 50px;
    }
}
.flow__item + .flow__item {
    margin-top: 40px;
    position: relative;
}
@media only screen and (min-width: 768px) {
    .flow__item + .flow__item {
        margin-top: 60px;
    }
}
.flow__item + .flow__item::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
    border-top: 18px solid #acc4f2;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
}
@media only screen and (min-width: 768px) {
    .flow__item + .flow__item::before {
        top: -42px;
    }
}
.flow__item--header span {
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
}
.flow__item--header h2 {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #303030;
}
@media only screen and (min-width: 768px) {
    .flow__item--header h2 {
        font-size: 24px;
        line-height: 29px;
    }
}
.flow__item--content {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
}
@media only screen and (min-width: 768px) {
    .flow__item--content {
        font-size: 18px;
        line-height: 22px;
    }
}
.flow__item--content p {
    margin: 0;
}
.flow__item:first-child, .flow__item:last-child {
    background: #acc4f2;
}

.origin-popup {
    padding: 40px 30px;
}
@media only screen and (min-width: 768px) {
    .origin-popup {
        padding: 80px 40px;
    }
}
@media only screen and (min-width: 992px) {
    .origin-popup {
        padding: 110px 180px 150px;
    }
}
.origin-popup .heading-bg {
    align-items: center;
}
.origin-popup__content {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}
.origin-popup__content p {
    margin-bottom: 24px;
}

.blog-meta {
    display: flex;
    gap: 20px;
    align-items: center;
    font-weight: 700;
}
.blog-meta--date {
    display: flex;
    font-size: 24px;
    line-height: 1.2;
    gap: 10px;
}
@media only screen and (min-width: 768px) {
    .blog-meta--date {
        font-size: 28px;
    }
}
.blog-meta--date small {
    font-size: 16px;
}
.blog-meta--category {
    display: flex;
    gap: 10px;
}
.blog-meta--category a {
    font-size: 13px;
    line-height: 1.2;
    border: 1px solid #303030;
    padding: 2px 5px 0;
    background: #ffc0c0;
    color: #303030;
}
@media only screen and (min-width: 768px) {
    .blog-meta--category a {
        font-size: 16px;
    }
}

.blog-page {
    color: #303030;
    background: #f6f5de;
    position: relative;
    z-index: 1;
}
@media only screen and (min-width: 768px) {
    .blog-page::before {
        content: "";
        width: 50%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background: #fff;
    }
}
@media only screen and (min-width: 768px) {
    .blog-page__inner {
        display: flex;
        margin: 0 -15px;
    }
}
.blog-page__sidebar {
    padding: 25px 0 20px;
}
@media only screen and (min-width: 768px) {
    .blog-page__sidebar {
        width: 30%;
        border-right: 1px solid #303030;
        padding: 50px 30px;
    }
}
@media only screen and (min-width: 992px) {
    .blog-page__sidebar {
        width: 25%;
    }
}
@media only screen and (min-width: 1400px) {
    .blog-page__sidebar {
        padding: 50px 65px;
    }
}
@media only screen and (max-width: 767px) {
    .blog-page__sidebar {
        text-align: center;
    }
}
.blog-page__sidebar h3 {
    text-transform: uppercase;
    color: #303030;
    padding: 2px 20px;
    margin: 0 0 25px;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
}
@media only screen and (min-width: 768px) {
    .blog-page__sidebar h3 {
        margin: 0 0 35px;
        font-size: 16px;
        line-height: 24px;
        padding: 3px 20px;
    }
}
@media only screen and (min-width: 992px) {
    .blog-page__sidebar h3 {
        font-size: 24px;
        line-height: 29px;
    }
}
.blog-page__sidebar h3::after {
    background: #acc4f2;
    top: 0;
}
.blog-page__sidebar ul {
    display: flex;
    gap: 25px;
}
@media only screen and (min-width: 768px) {
    .blog-page__sidebar ul {
        padding-left: 25px;
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 768px) {
    .blog-page__sidebar ul {
        flex-direction: column;
    }
}
@media only screen and (max-width: 767px) {
    .blog-page__sidebar ul {
        justify-content: center;
    }
}
.blog-page__sidebar ul li a {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}
@media only screen and (min-width: 768px) {
    .blog-page__sidebar ul li a::before {
        content: "<";
        margin-right: 20px;
    }
}
@media only screen and (min-width: 992px) {
    .blog-page__sidebar ul li a {
        font-size: 24px;
        line-height: 29px;
    }
}
@media only screen and (max-width: 767px) {
    .blog-page__sidebar ul li a::after {
        content: ">";
        margin-left: 10px;
    }
}
@media only screen and (min-width: 768px) {
    .blog-page__list {
        width: 70%;
        border-left: 1px solid #303030;
        border-right: 2px solid #303030;
    }
}
@media only screen and (min-width: 992px) {
    .blog-page__list {
        width: 75%;
    }
}
@media only screen and (max-width: 767px) {
    .blog-page__list {
        border-top: 1px solid #303030;
        margin: 0 -15px;
        padding: 0 15px;
        background: #fff;
    }
}
.blog-page__item {
    padding: 45px 15px 25px;
    background: #fff;
}
@media only screen and (min-width: 768px) {
    .blog-page__item {
        padding: 50px 30px;
        display: grid;
        align-items: center;
        grid-template-columns: 150px 1fr;
        gap: 30px;
    }
}
@media only screen and (min-width: 992px) {
    .blog-page__item {
        padding: 50px 130px;
        grid-template-columns: 280px 1fr;
        gap: 60px;
    }
}

.blog-page__item + .blog-page__item {
    border-top: 2px solid #303030;
}
.blog-page__item .blog-meta {
    align-items: flex-end;
}
@media only screen and (max-width: 767px) {
    .blog-page__item {
        border-inline: 1px solid #303030;
    }
    .blog-page__item + .blog-page__item {
        border-top: 1px solid #303030;
    }
}
@media only screen and (min-width: 768px) {
    .blog-page__item .blog-meta--date {
        flex-direction: column;
        gap: 0;
    }
}
.blog-page__item .blog-meta--category {
    margin-bottom: 6px;
}
.blog-page__item figure {
    padding-top: 71.5%;
    position: relative;
    margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
    .blog-page__item figure {
        margin: 0;
    }
}
.blog-page__item figure img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.blog-page__item h3 {
    margin: 10px 0 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}
.blog-page__item h3 a {
    color: #303030;
}

.blog-detail {
    background: #f6f5de;
    position: relative;
    padding-block: 26px 105px;
}
@media only screen and (min-width: 768px) {
    .blog-detail {
        padding-block: 80px 105px;
    }
}
.blog-detail .container {
    max-width: 1030px;
}
.blog-detail__title-position {
    position: absolute;
    left: calc(100% + 10px);
    display: flex;
    flex-direction: column;
    gap: 25px;
    top: 0;
}
@media only screen and (max-width: 1199px) {
    .blog-detail__title-position {
        display: none;
    }
}
@media only screen and (min-width: 1400px) {
    .blog-detail__title-position {
        left: calc(100% + 8vw);
    }
}
.blog-detail__title-position h3 {
    font-size: 122px;
    line-height: 1;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    margin: 0;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: var(--white);
    color: transparent;
}
.blog-detail__title-position ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-left: 10px;
}
.blog-detail__title-position ul li {
    width: 48px;
    height: 48px;
    background: #90eab0;
}
.blog-detail__title-position ul li:nth-child(2n) {
    background: #ffc08b;
}
.blog-detail__title-position ul li:nth-child(3n) {
    background: #ffc0c0;
}
.blog-detail__title-position ul li:nth-child(4n) {
    background: #0081ce;
}
.blog-detail__main {
    padding-top: 10px;
}
.blog-detail__main h1 {
    font-size: 18px;
    line-height: 1.25;
    color: #303030;
    margin: 0 0 15px;
}
@media only screen and (min-width: 768px) {
    .blog-detail__main h1 {
        font-size: 24px;
        margin: 0 0 25px;
    }
}
.blog-detail__main--box {
    padding: 20px 15px 30px;
    background: #fff;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
    font-weight: 700;
    position: relative;
}
@media only screen and (min-width: 768px) {
    .blog-detail__main--box {
        font-size: 16px;
        padding: 80px 60px;
        letter-spacing: 2px;
    }
}
.blog-detail__main--box figure {
    margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
    .blog-detail__main--box figure {
        margin-bottom: 35px;
    }
}
.blog-detail__main--box figure img {
    width: 100%;
    height: auto;
}
.blog-detail__main--box p {
    margin-bottom: 28px;
}
.blog-detail__main--pagination {
    display: flex;
    text-align: center;
    background: #fff;
    border-top: 2px solid #303030;
}
.blog-detail__main--pagination .pagination-middle {
    width: 42%;
    border-inline: 2px solid #303030;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
}
@media only screen and (min-width: 768px) {
    .blog-detail__main--pagination .pagination-middle {
        font-size: 18px;
    }
}
@media only screen and (min-width: 992px) {
    .blog-detail__main--pagination .pagination-middle {
        font-size: 24px;
    }
}
.blog-detail__main--pagination .pagination-middle a {
    color: #303030;
}
.blog-detail__main--pagination .pagination-nav {
    width: 29%;
}
.blog-detail__main--pagination .pagination-nav a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    gap: 20px;
    padding: 20px;
    min-height: 55px;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 700;
    color: #303030;
}
@media only screen and (min-width: 768px) {
    .blog-detail__main--pagination .pagination-nav a {
        font-size: 18px;
        min-height: 105px;
    }
}
@media only screen and (min-width: 992px) {
    .blog-detail__main--pagination .pagination-nav a {
        font-size: 24px;
        gap: 40px;
    }
}
.blog-detail__main--pagination .pagination-nav.pagination-prev {
    background: #ffc0c0;
}
.blog-detail__main--pagination .pagination-nav.pagination-prev a {
    padding-right: 20%;
}
.blog-detail__main--pagination .pagination-nav.pagination-next {
    background: #acc4f2;
}
.blog-detail__main--pagination .pagination-nav.pagination-next a {
    padding-left: 20%;
}
.sp{display:none;}
@media only screen and (max-width: 767px) {
    .sp{display:block;}
    .pc{display:none;}
}
ul.pagination {
    margin: 0;
    padding: 30px 0;
    list-style: none;
    display: flex;
    justify-content: center;
    background: #fff;
    gap: 15px;
}
ul.pagination li .page-numbers{
    color:#303030;
    border: 1px solid #303030;
    padding: 2px 10px;
    font-size: 16px;
    font-weight: 700;
}
ul.pagination li .page-numbers.current, ul.pagination li .page-numbers:hover{
    background: #ffc0c0;
}
@media (max-width: 767px){
    ul.pagination{
        border-left: 1px solid #303030;
        border-right: 1px solid #303030;
    }
}
.page-numbers.dots{border:0;}
.wpcf7-form.custom-wpcf7c-confirmed .contain--contact-form {
    padding: 100px 0;
}
.wpcf7-form.custom-wpcf7c-confirmed dl{
    display: flex;justify-content: space-between;
    align-items: baseline;
    border-bottom: 1px solid var(--black);
    padding: 30px 55px;
    margin: 0;
}
.wpcf7-form.custom-wpcf7c-confirmed dt {
    margin: 0;
    width: 30%;
}
.wpcf7-form.custom-wpcf7c-confirmed dd {
    margin: 0;
    width: calc(70% - 40px);
}
.wpcf7-form.custom-wpcf7c-confirmed dl.message_part{
    flex-direction: column;
    gap: 20px;
}
.wpcf7-form.custom-wpcf7c-confirmed dl.message_part dt {
    width: 100%;
}
.wpcf7-form.custom-wpcf7c-confirmed dl.message_part dd {
    width: 100%;
}
.wpcf7-form.custom-wpcf7c-confirmed  .wpcf7-acceptance label {
    display: flex;
}
.wpcf7-form.custom-wpcf7c-confirmed  input[type="text"].wpcf7-form-control,.wpcf7-form.custom-wpcf7c-confirmed  input[type="text"].wpcf7c-conf, .wpcf7-form.custom-wpcf7c-confirmed  input[type="tel"].wpcf7-form-control, .wpcf7-form.custom-wpcf7c-confirmed  textarea.wpcf7-form-control {
    border: 0;
    background: none;
    padding:0;
}
.wpcf7-form.custom-wpcf7c-confirmed  dt p{display:none;}
.custom-wpcf7c-confirmed  .acceptance .wpcf7-list-item-label {
    display: block;
}
.wpcf7-form.custom-wpcf7c-confirmed  .policy{display:none;}
.wpcf7-form .acceptance dt{display:none;}
.wpcf7-form.custom-wpcf7c-confirmed .acceptance dt{display:block;}
.wpcf7-form.custom-wpcf7c-confirmed  .acceptance p{display:none;}

.custom-wpcf7c-confirmed input[type="radio"] + input + .wpcf7-list-item-label,.custom-wpcf7c-confirmed .acceptance .wpcf7-list-item-label {
    margin-left: 15px;
}
.custom-wpcf7c-confirmed input[type="radio"] + input + .wpcf7-list-item-label::before,.custom-wpcf7c-confirmed .acceptance .wpcf7-list-item-label::before {
    display: block;
    position: absolute;
    content: '';
    height: 20px;
    width: 20px;
    top: 0px;
    left: 0;
    border: 1px solid #222;
}
.custom-wpcf7c-confirmed input[type="radio"] + input + .wpcf7-list-item-label::after ,.custom-wpcf7c-confirmed .acceptance .wpcf7-list-item-label::after{
    background: #0081ce;
    visibility: visible;
    display: block;
    position: absolute;
    content: '';
    height: 16px;
    width: 16px;
    top: 2px;
    left: 2px;
}
.wpcf7-response-output.wpcf7c-force-hide{display:block;}
@media only screen and (max-width: 767px) {
    .about-content__item figure {
        height: 115px;
        padding-bottom: 0;
    }
    .about-content .container{position:relative;}
    /*    .about-content .container:before{
            content:'';
            position:absolute;
            left:15px;
            top:-15px;
            width:1px;
            height:calc(100% + 15px);
            background:var(--black);
        }
        .about-content .container:after{
            content:'';
            position:absolute;
            right:15px;
            top:-15px;
            width:1px;
            height:calc(100% + 15px);
            background:var(--black);
        }*/
    .wpcf7-form.custom-wpcf7c-confirmed .contain--contact-form {
        padding-top: 30px;
    }
    .wpcf7-form.custom-wpcf7c-confirmed dl {
        padding: 15px;
        flex-direction: column;
    }
    .wpcf7-form.custom-wpcf7c-confirmed dt {
        margin: 0 0 20px;
        width: 100%;
    }
    .wpcf7-form.custom-wpcf7c-confirmed dd {
        width: 100%;
    }
}
.mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
}

.address__quicklink-bottom .links {
  display: flex;
  gap: 20px;
}
.address__quicklink-bottom .links img{
height:60px;
}
@media (min-width: 768px){
    .spbr{
        display:none !important;
    }
}
@media (max-width: 767px){
    .origin-popup{
        padding: 0;
        margin: 0;
        width: 100%;
    }
    .origin-popup .heading-bg{
        display: none;
    }
    .origin-popup__content{
        font-size: 14px;
        text-align: left;
    }
    /*    .origin__content--button .mfp-hide{
            display: block !important;
        }*/
    .pcbr{
        display: none !important;
    }
	.address__quicklink-bottom h3 {
	  text-align: center;
	}
	.address__quicklink-bottom .links {
	  flex-direction: column;
	  align-items: center;
	}
}