/**  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;
    --green-dark: #70802c;
    --primary: #7a8b07;
    --second: #d75e5b;
    --text-body: #3f3f2c;
    --radius: 5px;
}

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

body {
    margin: 0;
    padding: 0;
    font-size: rem(16px);
    font-family: "tbudmincho-std", sans-serif;
    overflow-wrap: break-word;
    font-weight: 500;
    color: var(--text-body);
    overflow-x: hidden;
    line-height: 1.5;
    position: relative;
    width: 100%;
    background: var(--white);
}

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

p:last-of-type {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "tbudmincho-std", sans-serif;
    font-weight: 500;
    color: var(--primary);
}

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

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

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

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

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

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

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

.container-fluid, .container {
    width: 100%;
    max-width: calc(1100px + 8vw);
    margin: 0 auto;
    padding: 0 4vw;
    position: relative;
}
@media only screen and (min-width: 768px) {
    .container-fluid, .container {
        padding: 0 15px;
        max-width: 1130px;
    }
}

.site-footer__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,
input[type=button],
input[type=submit] {
    transition: all 0.3s;
    color: var(--white);
    padding: 16px 25px;
    min-width: 230px;
    text-align: center;
    font-weight: 700;
    display: inline-block;
    outline: none !important;
    border-radius: var(--radius);
    background: var(--primary);
    text-transform: uppercase;
    border: 0;
}
.btn:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
    opacity: 0.9;
    color: var(--white);
}
.btn svg,
button svg,
input[type=button] svg,
input[type=submit] svg {
    margin-right: 15px;
    max-height: 20px;
}
.btn.btn-white,
button.btn-white,
input[type=button].btn-white,
input[type=submit].btn-white {
    color: var(--primary);
    background: var(--white);
}

.btn-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 {
    padding-block: 60px;
}
@media only screen and (min-width: 768px) {
    .section {
        padding-block: 100px;
    }
}
.section--blue {
    background: #f2fae3;
}

.img-shape {
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .img-shape {
        display: flex;
        align-items: flex-start;
        gap: 2.1333333333vw;
        max-width: 474px;
        margin: 0 auto;
    }
    .img-shape::before, .img-shape::after {
        content: "";
        flex-basis: 0;
        flex-grow: 1;
        border-bottom: 1px solid var(--primary);
        margin-top: 0.6666666667vw;
    }
}
.img-shape img {
    max-width: 20.4vw;
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .img-shape img {
        max-width: 268.5px;
    }
}

.hamburger {
    position: relative;
    line-height: 1;
    cursor: pointer;
    display: block;
    right: 0;
    z-index: 99;
    opacity: 1;
    width: 7.2vw;
    height: 4.6666666667vw;
}
.hamburger span {
    width: 7.2vw;
    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% - 0.19vw);
    left: calc(50% - 3.6vw);
}
.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: 2.3333333333vw;
    transition: 0.3s all ease;
    border-radius: 5px;
    opacity: 1;
}
.hamburger span::after {
    top: -2.3333333333vw;
}
.hamburger.active span {
    transform: rotate(225deg);
}
.hamburger.active span::before {
    transform: rotate(-90deg);
    top: 0;
}
.hamburger.active span::after {
    opacity: 0;
}

@media screen and (min-width: 1024px) {
    .pcbr {
        display: block;
    }

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

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

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

#wpadminbar {
    position: fixed;
    top: 0;
}

body.admin-bar .site-header {
    top: 46px;
}
@media only screen and (min-width: 783px) {
    body.admin-bar .site-header {
        top: 32px;
    }
}

.site-header {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
    left: 0;
    background: var(--green-dark);
    color: var(--white);
}
.site-header .container {
    max-width: 100%;
}
.site-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8vw;
    padding-block: 1.7333333333vw;
    position: relative;
}
@media only screen and (min-width: 768px) {
    .site-header__inner {
        padding-block: 15px;
        gap: 30px;
    }
}
@media only screen and (min-width: 992px) {
    .site-header__inner {
        padding-block: 20px;
    }
}
.site-header__logo {
    margin-right: auto;
}
.site-header__logo img {
    height: 6.08vw;
}
@media only screen and (min-width: 768px) {
    .site-header__logo img {
        height: 32px;
    }
}
@media only screen and (min-width: 1200px) {
    .site-header__logo img {
        height: 52px;
    }
}
.site-header__nav {
    margin-left: auto;
}
@media only screen and (max-width: 991px) {
    .site-header__nav {
        position: absolute;
        top: 100%;
        left: -20px;
        width: calc(100% + 40px);
        padding: 40px 20px;
        background: var(--green-dark);
        display: none;
        border-top: 1px solid var(--white);
    }
}
@media only screen and (min-width: 992px) {
    .site-header__nav {
        display: flex !important;
        align-items: center;
        gap: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .site-header__nav {
        gap: 40px;
    }
}
@media only screen and (min-width: 1600px) {
    .site-header__nav {
        gap: 80px;
    }
}
.site-header__nav a {
    color: var(--white);
}
.site-header__nav ul {
    gap: 4vw;
    line-height: 1.5;
    font-weight: 500;
    align-items: center;
    letter-spacing: 0.01em;
    font-size: 4.2666666667vw;
}
@media only screen and (min-width: 768px) {
    .site-header__nav ul {
        font-size: 16px;
        gap: 15px;
    }
}
@media only screen and (min-width: 992px) {
    .site-header__nav ul {
        display: flex;
        font-size: 14px;
    }
}
@media only screen and (min-width: 1200px) {
    .site-header__nav ul {
        font-size: 16px;
        gap: 20px 25px;
    }
}
@media only screen and (min-width: 1600px) {
    .site-header__nav ul {
        font-size: 20px;
        gap: 20px 40px;
    }
}
@media only screen and (max-width: 991px) {
    .site-header__nav ul li + li {
        margin-top: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .site-header__nav ul li + li {
        margin-top: 2.6666666667vw;
    }
}
.site-header__nav ul li a {
    display: block;
    position: relative;
}
.site-header__nav > a {
    display: flex;
    font-size: 4.8vw;
    gap: 10px;
    align-items: center;
    margin-top: 4vw;
}
@media only screen and (min-width: 768px) {
    .site-header__nav > a {
        margin-top: 15px;
        font-size: 18px;
    }
}
@media only screen and (min-width: 992px) {
    .site-header__nav > a {
        font-size: 24px;
        margin-top: 0;
    }
}
@media only screen and (min-width: 1600px) {
    .site-header__nav > a {
        font-size: 30px;
    }
}
.site-header__nav > a img {
    width: 6.4vw;
}
@media only screen and (min-width: 768px) {
    .site-header__nav > a img {
        width: 24px;
    }
}
@media only screen and (min-width: 1600px) {
    .site-header__nav > a img {
        width: 30px;
    }
}
@media only screen and (min-width: 992px) {
    .site-header .hamburger {
        display: none;
    }
}

.site-footer {
    background: #F2FBE8;
    text-align: center;
    padding-block: 4.6666666667vw 3.3333333333vw;
    font-size: 12px;
    color: #70802c;
    line-height: 1.4;
}
@media only screen and (min-width: 768px) {
    .site-footer {
        background: var(--green-dark);
        color: var(--white);
        font-size: 16px;
        padding-block: 40px;
    }
}
@media only screen and (min-width: 1200px) {
    .site-footer {
        font-size: 20px;
    }
}
.site-footer a {
    color: #70802c;
}
@media only screen and (min-width: 768px) {
    .site-footer a {
        color: var(--white);
    }
}
.site-footer p {
    margin: 0;
}
.site-footer__logo {
    margin-bottom: 3.3333333333vw;
}
@media only screen and (min-width: 768px) {
    .site-footer__logo {
        margin-bottom: 30px;
    }
}
.site-footer__logo img {
    height: 8.4vw;
}
@media only screen and (min-width: 768px) {
    .site-footer__logo img {
        height: 63px;
    }
}
.site-footer__nav {
    margin-bottom: 15px;
    display: none;
}
@media only screen and (min-width: 768px) {
    .site-footer__nav {
        margin-bottom: 20px;
        display: block;
    }
}
.site-footer__nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px 0;
}
.site-footer__nav ul li:not(:last-child) {
    margin-right: 25px;
    padding-right: 25px;
    border-right: 2px solid var(--white);
}
.site-footer__hotline {
    font-size: 12px;
    white-space: nowrap;
    margin-top: 2vw;
}
@media only screen and (min-width: 768px) {
    .site-footer__hotline {
        display: none;
        font-size: 18px;
    }
}
.site-footer__hotline a {
    display: inline-flex;
    gap: 1.3333333333vw;
}
.site-footer__hotline a svg {
    width: 100%;
    max-width: 3.4666666667vw;
}
.site-footer__hotline a svg path {
    fill: #7B913E;
}

/** Pages */
@media only screen and (min-width: 768px) {
    .banner__inner {
        display: flex;
        align-items: center;
    }
}
.banner__content {
    background: linear-gradient(180deg, #c7d2a9, transparent);
    padding: 22vw 5.3333333333vw 11.3333333333vw 12vw;
    clip-path: polygon(0 14vw, 100% 0, 100% 100%, 0% 100%);
    width: 62.13%;
    margin: -29.8666666667vw 0 0 auto;
}
@media only screen and (min-width: 768px) {
    .banner__content {
        background: linear-gradient(90deg, #c7d2a9, transparent);
        width: 34.77%;
        margin: 0 -6.77% 0 0;
        padding: 3.0555555556vw 1.1111111111vw 4.1666666667vw 7.2222222222vw;
        clip-path: none;
    }
}
.banner__content h1 {
    font-weight: 500;
    font-size: 4.2666666667vw;
    line-height: 1.5625;
}
@media only screen and (min-width: 768px) {
    .banner__content h1 {
        font-size: 2.1111111111vw;
        margin: 0 0 3.3333333333vw;
        line-height: 1.71;
    }
}
.banner__content figure {
    width: 100%;
    max-width: 180px;
    display: none;
}
@media only screen and (min-width: 768px) {
    .banner__content figure {
        display: block;
        max-width: 11.8333333333vw;
    }
}
.banner__slider {
    width: 87.46%;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 19.2vw), 0% 100%);
    z-index: 2;
}
@media only screen and (min-width: 768px) {
    .banner__slider {
        order: 2;
        width: 72%;
        clip-path: polygon(11.1111111111vw 0%, 100% 0, 100% 100%, 0% 100%);
    }
}
.banner__slider--item img {
    display: block;
    aspect-ratio: 1.22;
    object-fit: cover;
}
@media only screen and (min-width: 768px) {
    .banner__slider--item img {
        aspect-ratio: 1.81;
    }
}

.intro-section {
    padding-block: wv-sp(80px) 7.4666666667vw;
    text-align: center;
    font-weight: 500;
    line-height: 1.82;
    font-size: 16px;
    position: relative;
}
@media only screen and (min-width: 768px) {
    .intro-section {
        padding-block: 90px;
        font-size: 22px;
    }
}
@media only screen and (min-width: 992px) {
    .intro-section {
        font-size: 28px;
    }
}
@media only screen and (max-width: 767px) {
    .intro-section::before {
        content: "";
        width: calc(100% - 8vw);
        max-width: 474px;
        border-bottom: 1px solid var(--primary);
        position: absolute;
        top: 6vw;
        left: 50%;
        transform: translateX(-50%);
    }
}
.intro-section .img-shape {
    margin-top: 3.3333333333vw;
}
@media only screen and (min-width: 768px) {
    .intro-section .img-shape {
        margin-top: 80px;
    }
}

.about-section {
    padding-block: 7.3333333333vw 9.3333333333vw;
}
@media only screen and (min-width: 768px) {
    .about-section {
        padding-block: 100px 110px;
    }
}
.about-section .container {
    max-width: 1440px;
}
.about-section__inner {
    display: grid;
    gap: 2.6666666667vw;
    grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) {
    .about-section__inner {
        grid-template-columns: 1fr 1fr;
        gap: 0 24px;
    }
}
.about-section__inner figure img {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .about-section__heading {
        grid-column: 1/2;
        grid-row: 1/2;
    }
}
.about-section__heading h2 {
    font-size: 16px;
    line-height: 1.82;
    margin: 0;
    color: var(--primary);
    font-weight: 500;
    padding: 0;
}
@media only screen and (min-width: 768px) {
    .about-section__heading h2 {
        padding: 30px 10px 40px 30px;
        margin: 0;
        font-size: 20px;
    }
}
@media only screen and (min-width: 992px) {
    .about-section__heading h2 {
        display: flex;
        justify-content: center;
        padding: 30px 20px 50px 60px;
    }
}
@media only screen and (min-width: 1200px) {
    .about-section__heading h2 {
        font-size: 28px;
        padding: 30px 20px 60px 100px;
    }
}
.about-section__image--1 {
    margin-top: 1.3333333333vw;
}
@media only screen and (min-width: 768px) {
    .about-section__image--1 {
        grid-column: 1/2;
        grid-row: 2/4;
        margin: 0;
    }
}
@media only screen and (max-width: 767px) {
    .about-section__image--1 {
        order: 3;
    }
}
.about-section__image--2 {
    display: none;
}
@media only screen and (min-width: 768px) {
    .about-section__image--2 {
        display: block;
        grid-column: 2/3;
        grid-row: 1/3;
    }
}
.about-section__content {
    font-size: 16px;
    line-height: 1.82;
    font-weight: 500;
}
@media only screen and (min-width: 768px) {
    .about-section__content {
        padding: 50px 20px 20px;
        margin: 0;
        grid-column: 2/3;
        grid-row: 3/4;
        font-size: 18px;
        line-height: 1.96;
    }
}
@media only screen and (min-width: 992px) {
    .about-section__content {
        padding: 60px 25px 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .about-section__content {
        font-size: 26px;
        padding: 80px 45px 20px;
    }
}

.row-bg {
    padding-block: 14.6666666667vw;
}
@media only screen and (min-width: 768px) {
    .row-bg {
        padding-block: 100px;
        overflow: hidden;
    }
}
.row-bg + .row-bg {
    padding-top: 0;
}
@media only screen and (min-width: 768px) {
    .row-bg + .row-bg {
        padding-top: 50px;
    }
}
.row-bg--last {
    padding-bottom: 0;
}
.row-bg__inner {
    position: relative;
    max-width: 72.8vw;
    margin-inline: auto;
}
@media only screen and (min-width: 768px) {
    .row-bg__inner {
        padding-bottom: 85px;
        max-width: 986px;
    }
}
@media only screen and (max-width: 767px) {
    .row-bg__inner {
        padding: 2.6666666667vw;
        border: 1px solid var(--primary);
    }
}
.row-bg__inner > figure {
    position: absolute;
    left: 2.6666666667vw;
    bottom: calc(100% - 1vw);
}
@media only screen and (min-width: 768px) {
    .row-bg__inner > figure {
        bottom: auto;
        left: auto;
        right: 7%;
        top: 48px;
        margin: 0;
    }
}
.row-bg__inner > figure img {
    height: 8.9333333333vw;
}
@media only screen and (min-width: 768px) {
    .row-bg__inner > figure img {
        height: 86px;
    }
}
@media only screen and (min-width: 992px) {
    .row-bg__inner > figure img {
        height: 115px;
    }
}
@media only screen and (max-width: 767px) {
    .row-bg__inner > figure img {
        -webkit-filter: drop-shadow(2px 2px 0 white) drop-shadow(-2px 2px 0 white) drop-shadow(2px -2px 0 white) drop-shadow(-2px -2px 0 white);
        filter: drop-shadow(2px 2px 0 white) drop-shadow(-2px 2px 0 white) drop-shadow(2px -2px 0 white) drop-shadow(-2px -2px 0 white);
    }
}
@media only screen and (min-width: 768px) {
    .row-bg__inner::before {
        content: "";
        position: absolute;
        bottom: 0;
        background: #f2fae3;
        height: calc(100% - 105px);
        z-index: -1;
        right: -20px;
        width: calc(100% + 40px);
        clip-path: polygon(0 0, 100% 0, calc(100% - 130px) 100%, 0% 100%);
    }
}
@media only screen and (min-width: 1200px) {
    .row-bg__inner::before {
        width: calc(50vw + 550px);
    }
}
@media only screen and (min-width: 1400px) {
    .row-bg__inner::before {
        right: -55px;
    }
}
.row-bg__image {
    width: 100%;
    position: relative;
}
@media only screen and (min-width: 768px) {
    .row-bg__image {
        width: 64.4%;
    }
}
.row-bg__image--inner {
    display: flex;
    gap: 20px;
    align-items: flex-end;
}
@media only screen and (min-width: 992px) {
    .row-bg__image--inner {
        gap: 30px;
    }
}
.row-bg__image--inner h4 {
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin: 0;
    font-weight: 500;
    line-height: 1;
    color: var(--text-body);
    letter-spacing: 0.5em;
    font-size: 20px;
}
@media only screen and (min-width: 768px) {
    .row-bg__image--inner h4 {
        font-size: 24px;
    }
}
@media only screen and (min-width: 992px) {
    .row-bg__image--inner h4 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .row-bg__image--inner h4 {
        display: none;
    }
}
.row-bg__image--inner h4 span + span {
    margin-top: 15px;
}
.row-bg__image picture {
    flex-basis: 0;
    flex-grow: 1;
}
.row-bg__image--link {
    display: flex;
    gap: 1.6vw;
    justify-content: center;
    flex-direction: column;
    padding: 4vw 2.2666666667vw 0.6666666667vw;
}
@media only screen and (min-width: 768px) {
    .row-bg__image--link {
        position: absolute;
        bottom: 40px;
        left: calc(100% - 105px);
        padding: 0;
        flex-direction: row;
        gap: 16px;
    }
}
.row-bg__image--link a {
    background: #6E8026;
    background: linear-gradient(135deg, #6e8026 0%, #728427 45%, rgba(159, 184, 52, 0.3) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.65;
    font-weight: 500;
    color: var(--white);
    text-align: center;
    font-size: 16px;
    padding: 0.9333333333vw;
}
@media only screen and (min-width: 768px) {
    .row-bg__image--link a {
        width: 120px;
        height: 120px;
        font-size: 14px;
        border-radius: 50%;
        padding: 0;
    }
}
@media only screen and (min-width: 992px) {
    .row-bg__image--link a {
        width: 220px;
        height: 220px;
        font-size: 23px;
    }
}
@media only screen and (max-width: 768px) {
    .row-bg__image--link a br {
        display: none;
    }
}
.row-bg__content {
    font-size: 16px;
    line-height: 1.82;
    padding-top: 2vw;
}
@media only screen and (min-width: 768px) {
    .row-bg__content {
        padding: 40px 0 0 100px;
        margin-right: -53%;
        font-size: 16px;
        line-height: 1.739;
    }
}
@media only screen and (min-width: 992px) {
    .row-bg__content {
        font-size: 23px;
        padding: 60px 0 0 140px;
    }
}
@media only screen and (min-width: 768px) {
    .row-bg.reserve .row-bg__inner {
        padding-bottom: 40px;
    }
}
@media only screen and (min-width: 992px) {
    .row-bg.reserve .row-bg__inner {
        padding-bottom: 50px;
    }
}
@media only screen and (min-width: 768px) {
    .row-bg.reserve .row-bg__inner::before {
        clip-path: polygon(130px 0, 100% 0, 100% 100%, 0% 100%);
        left: -20px;
        right: auto;
    }
}
@media only screen and (min-width: 1400px) {
    .row-bg.reserve .row-bg__inner::before {
        left: -55px;
    }
}
@media only screen and (min-width: 768px) {
    .row-bg.reserve .row-bg__inner > figure {
        right: auto;
        left: 0;
    }
}
@media only screen and (min-width: 1400px) {
    .row-bg.reserve .row-bg__inner > figure {
        left: -37px;
    }
}
@media only screen and (min-width: 768px) {
    .row-bg.reserve .row-bg__image {
        margin-left: auto;
    }
}
@media only screen and (min-width: 768px) {
    .row-bg.reserve .row-bg__image--link {
        left: -14px;
        bottom: auto;
        top: -40px;
    }
}
@media only screen and (min-width: 992px) {
    .row-bg.reserve .row-bg__image--link {
        left: -50px;
    }
}
@media only screen and (min-width: 768px) {
    .row-bg.reserve .row-bg__content {
        margin-left: -53%;
    }
}

.instagram {
    padding-block: 6.6666666667vw;
}
@media only screen and (min-width: 768px) {
    .instagram {
        padding-block: 80px;
    }
}
.instagram__inner {
    display: flex;
    flex-direction: column;
    gap: 2.6666666667vw;
    align-items: center;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .instagram__inner {
        gap: 25px;
    }
}
.instagram__inner h2 {
    color: var(--text-body);
    margin: 0;
    font-size: 16px;
    line-height: 1.82;
}
@media only screen and (min-width: 768px) {
    .instagram__inner h2 {
        font-size: 18px;
    }
}
@media only screen and (min-width: 992px) {
    .instagram__inner h2 {
        font-size: 26px;
        line-height: 1.739;
    }
}
.instagram__inner figure img {
    width: 8.5333333333vw;
}
@media only screen and (min-width: 768px) {
    .instagram__inner figure img {
        width: 48px;
    }
}
@media only screen and (min-width: 992px) {
    .instagram__inner figure img {
        width: 64px;
    }
}
.instagram__link {
    border: 3px solid #7B913E;
    border-radius: 200px;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: var(--text-body);
    padding: 3px 65px 3px 8px;
    position: relative;
    max-width: 330px;
    min-height: 50px;
    display: none;
}
@media only screen and (min-width: 768px) {
    .instagram__link {
        display: inline-flex;
    }
}
@media only screen and (min-width: 992px) {
    .instagram__link {
        max-width: 408px;
        min-height: 57px;
        font-size: 26px;
    }
}
.instagram__link::after {
    content: "";
    width: 50px;
    height: 50px;
    background: url("../images/search.svg") no-repeat 50% 50%/26px #7B913E;
    position: absolute;
    top: -3px;
    right: -3px;
    border-radius: 100%;
}
@media only screen and (min-width: 992px) {
    .instagram__link::after {
        width: 57px;
        height: 57px;
        background-size: 31px;
    }
}

.page-banner {
    position: relative;
    z-index: 1;
    min-height: 30.2666666667vw;
    margin-bottom: 10.9333333333vw;
}
@media only screen and (min-width: 768px) {
    .page-banner {
        min-height: 320px;
        margin-bottom: 160px;
    }
}
@media only screen and (min-width: 992px) {
    .page-banner {
        min-height: 455px;
        margin-bottom: 200px;
    }
}
.page-banner picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 767px) {
    .page-banner picture {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 12.67vw));
    }
}
.page-banner picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-banner h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5;
    text-align: center;
    margin: 0;
    bottom: -10px;
    left: 0;
    position: absolute;
    z-index: 1;
    font-size: 18px;
    width: 50%;
    color: #5c681a;
}
@media only screen and (min-width: 768px) {
    .page-banner h1 {
        color: var(--white);
        width: 220px;
        height: 220px;
        font-size: 26px;
        left: 50%;
        transform: translate(-50%, 50%);
        background: url("../images/title-bg.svg") no-repeat 0 0/100%;
    }
}
@media only screen and (min-width: 992px) {
    .page-banner h1 {
        width: 262px;
        height: 262px;
        font-size: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .page-banner h1::after {
        content: "";
        position: absolute;
        bottom: -2.1333333333vw;
        width: 13.3333333333vw;
        height: 0.48vw;
        left: 50%;
        transform: translateX(-50%);
        background: #C8BF20;
        background: radial-gradient(circle, #c8bf20 0%, #f5fbb5 100%);
    }
}

@media only screen and (min-width: 768px) {
    .lecturer-info {
        margin-block: 180px;
    }
}
@media only screen and (max-width: 767px) {
    .lecturer-info {
        background: var(--white);
        padding: 9.0666666667vw 5.3333333333vw 4.6666666667vw;
        max-width: 605px;
        margin-inline: auto;
    }
}
@media only screen and (max-width: 767px) {
    .lecturer-info + .lecturer-info {
        margin-top: 5.3333333333vw;
    }
}
@media only screen and (min-width: 768px) {
    .lecturer-info__heading {
        display: flex;
        align-items: flex-end;
    }
}
.lecturer-info__heading--col {
    position: relative;
    z-index: 3;
}
@media only screen and (min-width: 768px) {
    .lecturer-info__heading--col {
        width: 50%;
        padding-left: 40px;
        display: flex;
        flex-direction: column;
    }
}
.lecturer-info__heading--col figure {
    padding: 12px;
    box-shadow: -10px 10px 5px rgba(82, 60, 35, 0.5);
    background: var(--white);
    margin-bottom: 30px;
    display: none;
}
@media only screen and (min-width: 768px) {
    .lecturer-info__heading--col figure {
        width: calc(100% + 68px);
        margin-bottom: 0;
        order: -1;
        display: block;
    }
}
.lecturer-info__heading--col figure img {
    width: 100%;
}
.lecturer-info__heading--inner {
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .lecturer-info__heading--inner {
        padding: 30px 0 30px 100px;
        position: relative;
        text-align: left;
    }
}
@media only screen and (min-width: 992px) {
    .lecturer-info__heading--inner {
        padding: 85px 20px 30px 150px;
    }
}
.lecturer-info__heading--inner h2 {
    font-weight: 500;
    margin: 0 0 2.1333333333vw;
    line-height: 1.5;
    color: var(--text-body);
    letter-spacing: 0;
    font-size: 18px;
}
@media only screen and (min-width: 768px) {
    .lecturer-info__heading--inner h2 {
        font-size: 24px;
        margin: 0;
    }
}
@media only screen and (min-width: 992px) {
    .lecturer-info__heading--inner h2 {
        font-size: 40px;
    }
}
.lecturer-info__heading--inner .lecturer-info__heading--name {
    height: 2.1733333333vw;
}
@media only screen and (min-width: 768px) {
    .lecturer-info__heading--inner .lecturer-info__heading--name {
        height: 15px;
    }
}
@media only screen and (min-width: 992px) {
    .lecturer-info__heading--inner .lecturer-info__heading--name {
        height: 19.5px;
    }
}
.lecturer-info__heading--inner .lecturer-info__heading--icon {
    display: none;
}
@media only screen and (min-width: 768px) {
    .lecturer-info__heading--inner .lecturer-info__heading--icon {
        max-width: 70px;
        bottom: 10px;
        left: 5px;
        position: absolute;
        display: block;
    }
}
@media only screen and (min-width: 992px) {
    .lecturer-info__heading--inner .lecturer-info__heading--icon {
        max-width: 95px;
        bottom: 0;
        left: 20px;
    }
}
.lecturer-info__heading picture {
    display: block;
    margin: 0 0 2.6666666667vw;
}
@media only screen and (min-width: 768px) {
    .lecturer-info__heading picture {
        width: 50%;
        order: 2;
        margin: 0;
    }
}
.lecturer-info__heading picture img {
    width: 100%;
}
.lecturer-info__content {
    line-height: 1.82;
    font-weight: 500;
    margin-top: 4vw;
    font-size: 16px;
}
@media only screen and (min-width: 768px) {
    .lecturer-info__content {
        font-size: 18px;
        line-height: 1.739;
        margin-top: 30px;
    }
}
@media only screen and (min-width: 992px) {
    .lecturer-info__content {
        font-size: 23px;
        margin-top: 50px;
    }
}
.lecturer-info__content h3 {
    color: var(--primary);
    font-size: 16px;
    line-height: 1.739;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    display: none;
}
@media only screen and (min-width: 768px) {
    .lecturer-info__content h3 {
        font-size: 18px;
        display: block;
    }
}
@media only screen and (min-width: 992px) {
    .lecturer-info__content h3 {
        font-size: 23px;
    }
}
.lecturer-info__content--more {
    display: none;
    border-top: 2px solid var(--primary);
    margin-top: 25px;
    padding-top: 20px;
}
@media only screen and (min-width: 768px) {
    .lecturer-info__content--more {
        display: block;
    }
}
@media only screen and (min-width: 992px) {
    .lecturer-info__content--more {
        margin-top: 35px;
        padding-top: 30px;
    }
}
.lecturer-info__content span {
    color: var(--primary);
}
@media only screen and (min-width: 768px) {
    .lecturer-info.reserve .lecturer-info__heading--inner {
        padding: 30px 80px 30px 30px;
    }
}
@media only screen and (min-width: 992px) {
    .lecturer-info.reserve .lecturer-info__heading--inner {
        padding: 85px 100px 30px 50px;
    }
}
@media only screen and (min-width: 768px) {
    .lecturer-info.reserve .lecturer-info__heading--icon {
        right: 0;
        left: auto;
    }
}
@media only screen and (min-width: 768px) {
    .lecturer-info.reserve .lecturer-info__heading--col {
        padding-inline: 0 30px;
    }
}
@media only screen and (min-width: 768px) {
    .lecturer-info.reserve .lecturer-info__heading--col figure {
        box-shadow: 10px 10px 5px rgba(82, 60, 35, 0.5);
        margin-left: -68px;
    }
}
@media only screen and (min-width: 768px) {
    .lecturer-info.reserve .lecturer-info__heading picture {
        order: -1;
    }
}
.lecturer-info--bg {
    position: relative;
    z-index: 1;
    padding-block: 5.3333333333vw;
    background: #F2FBE8;
}
@media only screen and (min-width: 768px) {
    .lecturer-info--bg {
        background: none;
        padding-block: 0;
    }
}
@media only screen and (min-width: 768px) {
    .lecturer-info--bg::before {
        content: "";
        z-index: -1;
        position: absolute;
        top: 0;
        background: linear-gradient(0deg, #9fb94e, transparent);
        opacity: 0.19;
        border-radius: 50%;
        width: 80vw;
        height: 80vw;
        left: -10vw;
    }
}
@media only screen and (min-width: 1600px) {
    .lecturer-info--bg::before {
        width: 78vw;
        height: 78vw;
        top: -7vw;
        left: -17vw;
    }
}

.combat-history {
    background: var(--white);
    padding-block: 6vw 8vw;
}
@media only screen and (min-width: 768px) {
    .combat-history {
        padding-block: 0 90px;
        background: #f2fae3;
    }
}
@media only screen and (max-width: 767px) {
    .combat-history .container {
        display: flex;
        flex-direction: column;
        padding-inline: 9.6vw;
    }
}
.combat-history__heading {
    text-align: center;
    margin-bottom: 2.6666666667vw;
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .combat-history__heading {
        margin-top: -35px;
    }
}
@media only screen and (min-width: 992px) {
    .combat-history__heading {
        margin-top: -55px;
    }
}
@media only screen and (min-width: 768px) {
    .combat-history__heading::before {
        content: "";
        width: 226px;
        height: 226px;
        position: absolute;
        top: -50px;
        left: 50%;
        transform: translateX(-50%);
        background: #f2fae3;
        border-radius: 100%;
        z-index: -1;
        clip-path: polygon(0 0, 100% 0, 100% 65%, 0 65%);
        width: 180px;
        height: 180px;
        top: -40px;
    }
}
@media only screen and (min-width: 992px) {
    .combat-history__heading::before {
        width: 226px;
        height: 226px;
        top: -50px;
    }
}
.combat-history__heading figure {
    margin-bottom: 4.6666666667vw;
}
@media only screen and (min-width: 768px) {
    .combat-history__heading figure {
        margin-bottom: 25px;
    }
}
@media only screen and (min-width: 992px) {
    .combat-history__heading figure {
        margin-bottom: 35px;
    }
}
@media only screen and (max-width: 767px) {
    .combat-history__heading figure {
        display: flex;
        align-items: center;
        gap: 1.3333333333vw;
    }
    .combat-history__heading figure::before, .combat-history__heading figure::after {
        content: "";
        flex-basis: 0;
        flex-grow: 1;
        border-top: 0.2666666667vw solid var(--green-dark);
        border-bottom: 0.2666666667vw solid var(--green-dark);
        height: 0.8266666667vw;
    }
}
.combat-history__heading figure img {
    width: 100%;
    max-width: 9.3333333333vw;
}
@media only screen and (min-width: 768px) {
    .combat-history__heading figure img {
        max-width: 90px;
    }
}
@media only screen and (min-width: 992px) {
    .combat-history__heading figure img {
        max-width: 110px;
    }
}
.combat-history__heading h2 {
    line-height: 1.5;
    color: var(--primary);
    margin: 0;
    font-weight: 500;
    font-size: 16px;
}
@media only screen and (min-width: 768px) {
    .combat-history__heading h2 {
        font-size: 26px;
    }
}
@media only screen and (min-width: 992px) {
    .combat-history__heading h2 {
        font-size: 30px;
    }
}
.combat-history__gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.6vw;
}
@media only screen and (min-width: 768px) {
    .combat-history__gallery {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .combat-history__gallery {
        order: 2;
    }
}
.combat-history__gallery picture {
    display: block;
}
.combat-history__gallery picture img {
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .combat-history__gallery picture:nth-child(2n) {
        display: none;
    }
}
.combat-history__content {
    font-size: 16px;
    line-height: 1.82;
    font-weight: 500;
    margin-bottom: 2.6666666667vw;
}
@media only screen and (min-width: 768px) {
    .combat-history__content {
        font-size: 18px;
        line-height: 1.739;
        margin-block: 30px 0;
    }
}
@media only screen and (min-width: 992px) {
    .combat-history__content {
        font-size: 23px;
        margin-top: 45px;
    }
}
.combat-history__content span {
    color: var(--primary);
}
.combat-history__content p {
    margin-bottom: 25px;
}
@media only screen and (min-width: 992px) {
    .combat-history__content p {
        margin-bottom: 38px;
    }
}
.combat-history__content p:last-of-type {
    margin: 0;
}

/*# sourceMappingURL=styles.css.map */
@media only screen and (min-width: 1200px) {
    .about-section__content {
        font-size: 26px;
        padding: 100px 45px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .img-shape {

        padding-top: 20px;
    }
}