/**  Mixins */
/*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
/** Global **/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

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

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

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

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

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

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

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

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

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

dt {
    font-weight: 700;
}

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

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

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

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

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

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

figure {
    margin: 0;
    padding: 0;
}

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

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

table {
    border-collapse: collapse;
}

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

th {
    text-align: inherit;
}

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

button {
    border-radius: 0;
}

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

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

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

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical;
}

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

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

progress {
    vertical-align: baseline;
}

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

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

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

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

output {
    display: inline-block;
}

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

template {
    display: none;
}

[hidden] {
    display: none !important;
}

:root {
    --white: #ffffff;
    --black: #000000;
    --smoke: #f4f5ef;
    --gray: #e5e5e5;
    --primary: #F1C01C;
    --second: #EA593F;
    --third: #A5CB0B;
    --text-body: #000;
    --radius: 5px;
}

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

body {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-family: "M PLUS Rounded 1c", sans-serif;
    overflow-wrap: break-word;
    font-weight: 400;
    color: var(--text-body);
    overflow-x: hidden;
    line-height: 1.5;
    position: relative;
    width: 100%;
    background: var(--white);
}

a {
    transition: all 0.3s;
    color: var(--text-body);
    outline: none !important;
}
a:hover {
    opacity: 1;
    color: var(--primary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
}
/* --- SP (default) --- */
h1 {
    font-size: 2.7rem;
    line-height: 1.3;
}
h2 {
    font-size: 3rem;
    line-height: 1.15;
}
h3 {
    font-size: 2.55rem;
    line-height: 1.16;
}
h4 {
    font-size: 2.1rem;
    line-height: 1.16;
}
h5 {
    font-size: 1.5rem;
    line-height: 1.2;
}
h6 {
    font-size: 1.35rem;
    line-height: 1.3;
}

/* --- PC (48em ↑) --- */
@media (min-width: 48em) {
    h1 {
        font-size: 3.45rem;
    }
    h2 {
        font-size: 4.2rem;
    }
    h3 {
        font-size: 3rem;
    }
    h4 {
        font-size: 2.7rem;
    }
    h5 {
        font-size: 1.8rem;
    }
    h6 {
        font-size: 1.5rem;
    }
}


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

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

.site-header__mobile--nav ul, .site-header__nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

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

.btn,
button {
    position: relative;
    z-index: 1;
    background: url("../images/btn-primary/btn-primary-1.png") no-repeat 0 0/auto 100%, url("../images/btn-primary/btn-primary-2.png") no-repeat 100% 0/auto 100%;
    transition: all 0.3s;
    text-align: center;
    font-weight: 700;
    outline: none !important;
    text-transform: uppercase;
    border: 0;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 100px;
    color: var(--text-body);
    min-height: 56px;
    min-width: 220px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    letter-spacing: 0.1em;
}
.btn::before,
button::before,
input[type=button]::before,
input[type=submit]::before {
    content: "";
    width: calc(100% - 60px);
    left: 30px;
    background: url("../images/btn-primary/btn-primary-3.png") repeat-x 0 0/auto 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    height: 100%;
}
@media only screen and (min-width: 992px) {
    .btn,
    button {
        min-height: 75px;
    }
}
.btn:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
    opacity: 0.8;
    color: var(--white);
}

.btn--link, .btn--email, .btn--arrow {
    padding-right: 60px;
}
.btn--link::after, .btn--email::after, .btn--arrow::after {
    content: "";
    width: 36px;
    height: 36px;
    background-size: 100%;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
    .btn--link::after, .btn--email::after, .btn--arrow::after {
        width: 48px;
        height: 50px;
        right: 20px;
    }
}
@media only screen and (min-width: 992px) {
    .btn--link, .btn--email, .btn--arrow {
        padding-right: 78px;
    }
}
.btn--link::after {
    background-image: url("../images/link-icon.svg");
}
.btn--email::after {
    background-image: url("../images/mail-icon.svg");
}
.btn--arrow::after {
    background-image: url("../images/arrow-icon.svg");
}
.btn--second {
    position: relative;
    z-index: 1;
    background: url("../images/btn-second/btn-second-1.png") no-repeat 0 0/auto 100%, url("../images/btn-second/btn-second-2.png") no-repeat 100% 0/auto 100%;
    color: var(--white);
}
.btn--second::before {
    content: "";
    width: calc(100% - 60px);
    left: 30px;
    background: url("../images/btn-second/btn-second-3.png") repeat-x 0 0/auto 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    height: 100%;
}
.btn--third {
    position: relative;
    z-index: 1;
    background: url("../images/btn-third/btn-third-1.png") no-repeat 0 0/auto 100%, url("../images/btn-third/btn-third-2.png") no-repeat 100% 0/auto 100%;
}
.btn--third::before {
    content: "";
    width: calc(100% - 60px);
    left: 30px;
    background: url("../images/btn-third/btn-third-3.png") repeat-x 0 0/auto 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    height: 100%;
}
.btn--four {
    position: relative;
    z-index: 1;
    color: #fff;
    background: url("../images/btn-four/btn--four-1.png") no-repeat 0 0/auto 100%, url("../images/btn-four/btn--four-2.png") no-repeat 100% 0/auto 100%;
}
.btn--four::before {
    content: "";
    width: calc(100% - 60px);
    left: 30px;
    background: url("../images/btn-four/btn--four-3.png") repeat-x 0 0/auto 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    height: 100%;
}
.btn--min {
    min-width: auto;
    min-height: 56px;
    font-size: 10px;
    padding-right: 60px;
}
.btn--min::after {
    width: 36px;
    height: 38px;
    right: 15px;
}

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

.section-heading {
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.08em;
    line-height: 1.45;
    margin: 0 -15px 35px;
}
@media only screen and (max-width: 767px) {
    .section-heading {
    padding: 10px;
}
}
@media only screen and (min-width: 768px) {
    .section-heading {
        font-size: 24px;
    }
}
@media only screen and (min-width: 992px) {
    .section-heading {
        margin: 0 0 40px;
        font-size: 32px;
    }
}
@media only screen and (min-width: 1200px) {
    .section-heading {
        margin: 0 0 60px;
        font-size: 36px;
    }
}
.section-heading span {
    position: relative;
    background: linear-gradient(0, #F8E08E 10px, transparent 10px);
}
@media only screen and (min-width: 992px) {
    .section-heading span {
        background: linear-gradient(0, #F8E08E 15px, transparent 15px);
    }
}
.section-heading--white span {
    background: linear-gradient(0, var(--white) 10px, transparent 10px);
}
@media only screen and (min-width: 992px) {
    .section-heading--white span {
        background: linear-gradient(0, var(--white) 15px, transparent 15px);
    }
}
.section-heading--bg {
    position: relative;
    z-index: 1;
    background: url("../images/btn-black/btn-black-1.png") no-repeat 0 0/auto 100%, url("../images/btn-black/btn-black-2.png") no-repeat 100% 0/auto 100%;
    color: var(--white);
    padding: 10px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.1em;
    margin: 0 0 25px;
    font-size: 18px;
    position: relative;
    z-index: 1;
}
.section-heading--bg::before {
    content: "";
    width: calc(100% - 60px);
    left: 30px;
    background: url("../images/btn-black/btn-black-3.png") repeat-x 0 0/auto 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    height: 100%;
}
@media only screen and (min-width: 768px) {
    .section-heading--bg {
        font-size: 22px;
    }
}
@media only screen and (min-width: 992px) {
    .section-heading--bg {
        margin: 0 0 36px;
        font-size: 26px;
    }
}
@media only screen and (min-width: 1200px) {
    .section-heading--bg {
        font-size: 29px;
    }
}

.hamburger {
    position: relative;
    width: 28px;
    height: 18px;
    line-height: 1;
    cursor: pointer;
    display: block;
    right: 0;
    z-index: 99;
    opacity: 1;
}
.hamburger span {
    width: 28px;
    height: 2px;
    background: #555555;
    backface-visibility: hidden;
    position: absolute;
    display: block;
    margin: auto;
    transition: 0.3s all ease;
    transform: rotate(0deg);
    border-radius: 5px;
    top: calc(50% - 1px);
    left: calc(50% - 14px);
}
.hamburger span::before, .hamburger span::after {
    content: "";
    transform-origin: center center;
    width: 100%;
    height: 2px;
    background: #555555;
    backface-visibility: hidden;
    position: absolute;
    left: 0;
    top: 8px;
    transition: 0.3s all ease;
    border-radius: 5px;
    opacity: 1;
}
.hamburger span::after {
    top: -8px;
}
.hamburger.active span {
    transform: rotate(225deg);
}
.hamburger.active span::before {
    transform: rotate(-90deg);
    top: 0;
}
.hamburger.active span::after {
    opacity: 0;
}

@media screen and (min-width: 1024px) {
    .pcbr {
        display: block;
    }
    .spbr {
        display: none;
    }
}
@media screen and (max-width: 1024px) {
    .pcbr {
        display: none;
    }
    .spbr {
        display: block;
    }
}
.text-right {
    text-align: right;
}

.site-header {
    padding-top: 15px;
    position: relative;
    z-index: 99;
}
@media only screen and (min-width: 768px) {
    .site-header {
        padding-top: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .site-header.open {
        height: 100vh;
        position: fixed;
        width: 100%;
        background: #fff;
        z-index: 99999;
        overflow: hidden;
    }
}
@media only screen and (min-width: 992px) {
    .site-header {
        padding-top: 30px;
    }
}
.site-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.site-header__logo {
    width: 145px;
    position: relative;
    z-index: 5;
}
@media only screen and (min-width: 992px) {
    .site-header__logo {
        width: 21%;
        margin-right: -11%;
    }
}
.site-header__logo img {
    width: 100%;
}
.site-header__nav {
    width: 90%;
    padding: 32px 0 32px 11%;
    background: url("../images/header/border-menu.svg") no-repeat 0 0/100% 100%;
}
@media only screen and (max-width: 991px) {
    .site-header__nav {
        display: none;
    }
}
.site-header__nav ul {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 3%;
    align-items: center;
}
.site-header__nav ul li a {
    display: flex;
    flex-direction: column;
    gap: 10px;
    line-height: 1.3;
    text-align: center;
    font-weight: 700;
}
.site-header__nav ul li a>img {
    height: 54px;
}
@media only screen and (min-width: 1200px) {
    .site-header__nav ul li a>img {
        height: 82px;
    }
}
@media only screen and (min-width: 992px) {
    .site-header__mobile {
        display: none;
    }
}
.site-header__mobile--buttons {
    display: flex;
    gap: 10px;
}
.site-header__mobile--buttons a img {
    height: 70px;
}
.site-header__mobile--buttons .toggle-menu {
    display: block;
    width: 72px;
    height: 70px;
    background: url("../images/header/toggle-btn.svg") no-repeat 50% 50%/100% 100%;
}
.site-header__mobile--buttons .toggle-menu.active {
    background-image: url("../images/header/close-btn.svg");
}
.site-header__mobile--nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: calc(100% + 30px);
    margin-inline: -15px;
    padding: 45px 15px 30px;
    background: var(--white);
    text-align: center;
    display: none;
}
@media only screen and (min-width: 992px) {
    .site-header__mobile--nav {
        display: none !important;
    }
}
.site-header__mobile--nav ul li + li {
    margin-top: 20px;
}
.site-header__mobile--nav ul li a {
    display: inline-flex;
    height: 56px;
    background: url("../images/header/bg-primary.svg") no-repeat 0 0/100% 100%;
    color: var(--white);
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.1em;
    width: 100%;
    max-width: 360px;
}
.site-header__mobile--nav ul li:nth-child(4n-2) > a {
    background-image: url("../images/header/bg-second.svg");
}
.site-header__mobile--nav ul li:nth-child(3) > a {
    background-image: url("../images/bg-blog.png");
}
.site-header__mobile--nav ul li:nth-child(4) > a {
    background-image: url("../images/header/bg-third.svg");
}
.site-header__mobile--nav ul li:nth-child(5) > a {
    background-image: url("../images/header/border-second.svg");
    color: var(--second);
}

.site-footer {
    background: #E7E5E5;
    font-weight: 700;
    letter-spacing: 0.01em;
    margin: 0;
    padding-block: 40px;
}
.site-footer .container {
    max-width: 660px;
}
.site-footer h3 {
    font-size: 28px;
    margin: 0 0 13px;
    font-weight: 700;
    letter-spacing: 0.03em;
}
.site-footer p {
    margin: 0 0 5px;
}
.site-footer span {
    color: #908B89;
}

/** pages */
.yms {
    padding-block: 40px;
    overflow: hidden;
}
@media only screen and (min-width: 768px) {
    .yms {
        padding-block: 86px 50px;
    }
}
.yms__top {
    position: relative;
    margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
    .yms__top {
        margin-bottom: -22px;
    }
}
.yms__top picture {
    display: block;
}
@media only screen and (min-width: 768px) {
    .yms__top picture {
        width: 66%;
        margin-left: 4%;
    }
}
.yms__top picture img {
    width: 100%;
}
.yms__top figure {
    position: absolute;
    right: -19%;
    width: 45%;
    bottom: 26%;
}
@media only screen and (max-width: 767px) {
    .yms__top figure {
        display: none;
    }
}
.yms__top figure img {
    width: 100%;
}
.yms__main {
    position: relative;
}
@media only screen and (min-width: 768px) {
    .yms__main {
        padding-left: 49%;
    }
}
.yms__main .section-heading {
    text-align: left;
}
@media only screen and (min-width: 1200px) {
    .yms__main .section-heading {
        margin: 0 0 75px;
    }
}
@media only screen and (min-width: 768px) {
    .yms__main .section-heading--bg {
        /*    margin-left: -12%;*/
    }
}
.yms__main .figure {
    width: 100%;
    margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
    .yms__main .figure {
        position: absolute;
        left: -4%;
        top: calc(55% - 60px);
        width: 47%;
        margin: 0;
    }
}
.yms__main .figure>img:first-child{
	margin-bottom:60px;
}
.yms__main .figure img {
    width: 100%;
}
.yms__content {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 22px 22px;
}
.yms__content--top {
    width: 100%;
}
.yms__content h4 {
    font-size: 14px;
    text-align: right;
    margin: 16px 0 0;
    font-weight: 700;
    letter-spacing: 0.04em;
}
@media only screen and (min-width: 768px) {
    .yms__content h4 {
        font-size: 18px;
        margin: 20px 0 0;
    }
}
@media only screen and (min-width: 992px) {
    .yms__content h4 {
        font-size: 24px;
        margin: 31px 0 0;
    }
}
.yms__content--left {
    width: 62%;
    line-height: 1.2;
    letter-spacing: 0.02em;
    font-size: 16px;
}
@media only screen and (max-width: 767px) {
    .yms__content--left {
        width: 62%;
        line-height: 24px;
        letter-spacing: 0.02em;
        font-size: 16px;
    }
}
@media only screen and (min-width: 768px) {
    .yms__content--left {
        font-size: 20px;
        width: 67%;
    }
}
@media only screen and (min-width: 992px) {
    .yms__content--left {
        font-size: 16px;
        line-height: 26px;
    }
}
.yms__content--right {
    width: 38%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
    .yms__content--right {
        justify-content: center;
        width:33%;
    }
}

.yms__content--right img {
    max-width: 80%;
}
@media only screen and (min-width: 768px) {
    .yms__content--right img {
        max-width: 70%;
    }
}

.box-section__box {
    border-image: url("../images/bg-yellow.png") 16/16px/0 round;
    position: relative;
    z-index: 1;
    padding: 30px 20px;
}
.box-section__box::before {
    content: "";
    width: calc(100% - 28px);
    height: calc(100% - 28px);
    left: 14px;
    top: 14px;
    position: absolute;
    z-index: -1;
    background: var(--primary);
}
@media only screen and (min-width: 1200px) {
    .box-section__box {
        padding: 52px 30px;
    }
}
.box-section__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
@media only screen and (min-width: 768px) {
    .box-section__inner {
        gap: 30px 18px;
    }
}
@media only screen and (min-width: 1200px) {
    .box-section__inner {
        gap: 48px;
    }
}
.box-section__item {
    width: 100%;
    position: relative;
    padding: 4px;
    display: flex;
    flex-direction: column;
}
@media only screen and (min-width: 768px) {
    .box-section__item {
        width: calc(33.33% - 12px);
    }
}
@media only screen and (min-width: 1200px) {
    .box-section__item {
        width: calc(33.33% - 32px);
    }
}
.box-section__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    border-image: url("../images/home/border-box.png") 16/16px/0 round;
}
.box-section__item figure {
    background: var(--white);
    border-radius: 20px 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 190px;
}
@media only screen and (min-width: 992px) {
    .box-section__item figure {
        min-height: 240px;
    }
}
.box-section__item figure img {
    max-height: 150px;
    max-width: 230px;
    width: 44vw;
}

@media only screen and (min-width: 992px) {
    .box-section__item figure img {
        max-height: 150px;
        max-width: 210px;
        width: 70%;
    }
}
.box-section__item--body {
    background: #F8E08E;
    border-radius: 0 0 20px 20px;
    flex-basis: 0;
    flex-grow: 1;
    padding: 20px;
    font-size: 16px;
    line-height: 1.15;
}
@media only screen and (min-width: 768px) {
    .box-section__item--body {
        display: flex;
        font-size: 18px;
        flex-direction: column;
        justify-content: space-between;
    }
}
@media only screen and (min-width: 992px) {
    .box-section__item--body {
        padding: 22px 28px;
        font-size: 18px;
    }
}
.box-section__item--body h3 {
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.02em;
    margin: 0 0 15px;
    line-height: 1.25;
}
@media only screen and (min-width: 768px) {
    .box-section__item--body h3 {
        font-size: 18px;
    }
}
@media only screen and (min-width: 992px) {
    .box-section__item--body h3 {
        font-size: 26px;
        margin: 0 0 20px;
    }
}
.box-section__item--body p {
    margin: 0 0 28px;
}
.box-section__item--body .btn {
    margin-top: auto;
    width: 100%;
    min-width: auto;
}

.grid-link {
    padding-block: 90px;
}
.grid-link__inner {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}
@media only screen and (min-width: 1200px) {
    .grid-link__inner {
        gap: 35px;
    }
}
.grid-link__item {
    width: calc(50% - 15px);
}
@media only screen and (min-width: 768px) {
    .grid-link__item {
        width: calc(33.33% - 20px);
    }
}
@media only screen and (min-width: 1200px) {
    .grid-link__item {
        width: calc(20% - 28px);
    }
}
.grid-link__item figure {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    margin: 0 0 3px;
}

@media only screen and (max-width: 767px) {
    .grid-link__item figure {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100px;
        margin: 0 0 3px;
    }
}
.grid-link__item figure img {
    height: 75px;
    width: auto;
}
.grid-link__item .btn {
    width: 100%;
}

.services {
    padding-block: 40px 60px;
}
.services__inner {
    border-image: url("../images/bg-yellow-2.svg") 16/16px/0 round;
    position: relative;
    z-index: 1;
    padding: 30px 20px;
}
.services__inner::before {
    content: "";
    width: calc(100% - 28px);
    height: calc(100% - 28px);
    left: 14px;
    top: 14px;
    position: absolute;
    z-index: -1;
    background: var(--primary);
}
@media only screen and (min-width: 992px) {
    .services__inner {
        padding: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .services__inner {
        padding: 55px;
    }
}
@media only screen and (min-width: 1200px) {
    .services__inner .section-heading {
        margin-bottom: 100px;
    }
}
@media only screen and (min-width: 1200px) {
    .services__inner .services__box .section-heading {
        margin-bottom: 66px;
    }
}
.services__box {
    position: relative;
    z-index: 1;
    padding: 30px 20px;
}
@media only screen and (min-width: 1200px) {
    .services__box {
        padding: 46px 65px;
    }
}
.services__box + .services__box {
    margin-top: 40px;
}
@media only screen and (min-width: 768px) {
    .services__box + .services__box {
        margin-top: 66px;
    }
}
.services__box::before, .services__box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.services__box::before {
    z-index: 1;
    border-image: url("../images/home/border-box.png") 16/16px/0 round;
}
.services__box::after {
    z-index: -1;
    background: var(--white);
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    left: 3px;
    top: 3px;
    border-radius: 20px;
}
@media only screen and (min-width: 768px) {
    .services__box--inner {
        display: flex;
        align-items: center;
        gap: 8%;
    }
}
.services__box--inner figure {
    margin: 0 0 30px;
}
@media only screen and (min-width: 768px) {
    .services__box--inner figure {
        width: 45%;
        margin: 0;
    }
}
.services__box--body {
    font-size: 20px;
    line-height: 1.27;
}
@media only screen and (max-width: 767px) {
	.services__box--body {
    font-size: 17px;
    line-height: 1.27;
}
}
@media only screen and (min-width: 768px) {
    .services__box--body {
        width: 47%;
    }
}
@media only screen and (min-width: 992px) {
    .services__box--body {
        font-size: 20px;
        line-height: 27px;
    }
}
.services__box--body h3 {
    font-size: 20px;
    margin: 0 0 7px;
}
@media only screen and (min-width: 992px) {
    .services__box--body h3 {
        font-size: 24px;
    }
}
.services__box--button {
    margin-top: 32px;
    text-align: right;
}
.services__box picture {
    margin-top: 35px;
    display: block;
    text-align: center;
}
@media only screen and (min-width: 992px) {
    .services__box picture {
        margin-top: 68px;
    }
}
@media only screen and (min-width: 992px) {
    .services__box .image-min {
        max-width: 70%;
        margin-inline: auto;
    }
}

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

@media screen and (min-width: 1024px){
    .tabpcbr { display:block; }
    .tabspbr { display:none; }
}
@media screen and (max-width: 1023px){
    .tabpcbr { display:none; }
    .tabspbr { display:block; }
}

.title-brown{
    
}

.figure strong{
    font-size:25px;
}
@media only screen and (max-width: 767px) {
    .figure strong{
    font-size: 4.3vw;
}
}