@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/* 20200106 */
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

h1 {
    font-size: 2em;
    /* margin: 0.67em 0; */
}

figcaption,
figure,
main {
    display: block;
}

/* figure {
    margin: 1em 40px;
} */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #c0c0c0;
    /* margin: 0 2px; */
    padding: 0.35em 0.625em 0.75em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

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

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

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

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

@-ms-viewport {
    width: device-width;
}

html {
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI",
        Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #292b2c;
    background-color: #fff;
}

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

/* h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
} */
/* p {
    margin-top: 0;
    margin-bottom: 1rem;
} */
abbr[title],
abbr[data-original-title] {
    cursor: help;
}

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

dd {
    /* margin-bottom: .5rem; */
    margin-left: 0;
}

/* blockquote {
    margin: 0 0 1rem;
}
 */
a {
    color: #0275d8;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #014c8c;
    text-decoration: underline;
}

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

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

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

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

/* figure {
    margin: 0 0 1rem;
} */
img {
    vertical-align: middle;
}

[role="button"] {
    cursor: pointer;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

table {
    border-collapse: collapse;
    background-color: transparent;
}

caption {
    padding-top: 12px;
    padding-top: 0.75rem;
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
    color: #636c72;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: left;
}

label {
    display: inline-block;
    /* margin-bottom: .5rem; */
}

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

input,
button,
select,
textarea {
    line-height: inherit;
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
    cursor: not-allowed;
}

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

textarea {
    resize: vertical;
}

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

legend {
    display: block;
    width: 100%;
    padding: 0;
    /* margin-bottom: .5rem; */
    font-size: 24px;
    font-size: 1.5rem;
    line-height: inherit;
}

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

output {
    display: inline-block;
}

[hidden] {
    display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    /* margin-bottom: 0.5rem; */
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

/* h1,
.h1 {
    font-size: 2.5rem;
}

h2,
.h2 {
    font-size: 2rem;
}

h3,
.h3 {
    font-size: 1.75rem;
}

h4,
.h4 {
    font-size: 1.5rem;
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 1rem;
} */
@-ms-viewport {
    width: device-width;
}

hr {
    /* margin-top: 1rem;
    margin-bottom: 1rem; */
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 80%;
    font-weight: normal;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

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

code {
    padding: 3.2px 6.4px;
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f7f7f9;
    border-radius: 0.25rem;
}

a > code {
    padding: 0;
    color: inherit;
    background-color: inherit;
}

kbd {
    padding: 3.2px 6.4px;
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #fff;
    background-color: #292b2c;
    border-radius: 0.2rem;
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
}

pre {
    display: block;
    margin-top: 0;
    /* margin-bottom: 1rem; */
    font-size: 90%;
    color: #292b2c;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0;
}

/*
* ex) font-family: unquote($ff);
*/
html,
body {
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: "-apple-system", "BlinkMacSystemFont", "YuGothic",
        "游ゴシック Medium", "Helvetica Neue", "Hiragino Kaku Gothic ProN",
        "ヒラギノ角ゴ ProN W3", "Arial", "メイリオ", "Meiryo", sans-serif;
    color: #312521;
    font-size: 15px;
    font-size: 15px;
    font-size: 0.9375rem;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    letter-spacing: 0.06em;
}

a {
    text-decoration: none;
}

a:focus,
*:focus {
    outline: none;
}

p {
    line-height: 1.8em;
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

p > a {
    color: #7ca02e;
    text-decoration: underline;
}

img {
    margin: 0;
    padding: 0;
    display: block;
}

img[src$=".svg"] {
    width: 100%;
}

ul {
    padding-left: 0;
}

ul li {
    list-style: none;
}

.container {
    width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
}

.container-fluid {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.container.w800 {
    width: 800px;
    margin: 0 auto;
    padding: 0 10px;
}

#load {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    background-color: black;
}

#load p {
    color: #d3d3d3;
    letter-spacing: 0.5em;
    font-size: 11px;
    font-size: 11px;
    font-size: 0.6875rem;
    font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3",
        "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.lower header .header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
    margin: 0 auto;
}

.lower header h1 {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.lower header h1 a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.lower header h1 img.logo {
    height: 80px;
    width: auto;
}

.lower footer {
    width: 100%;
    padding: 20px 0;
}

.lower footer .copyright {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3",
        "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin-bottom: 0;
    letter-spacing: 0.2em;
    line-height: 1em;
    font-size: 11px;
    font-size: 11px;
    font-size: 0.6875rem;
}

.topNav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.topNav > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
}

.topNav > ul > li {
    position: relative;
}

.topNav > ul > li > ul {
    display: none;
}

.topNav > ul > li:hover > ul {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
}

.topNav > ul > li:hover > ul > li {
    border-top: solid 1px #fff;
    background: #f5f5f5;
    height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.topNav > ul > li:hover > ul > li a {
    margin: 0;
    font-size: 16px;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #5a771c;
    transition-duration: 0.3s;
    white-space: nowrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}

.topNav > ul > li:hover > ul > li a:hover {
    background: #5a771c;
    color: #fff;
    transition-duration: 0.3s;
    text-decoration: none;
}

.topNav li a {
    margin: 0;
    font-size: 16px;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #fff;
    transition-duration: 0.3s;
    white-space: nowrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    height: 300px;
    width: 150px;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3",
        "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.topNav li a:hover {
    background: #5a771c;
    color: #fff;
    transition-duration: 0.3s;
    text-decoration: none;
}

.topNav li.drop {
    position: relative;
}

.topNav li.drop:after {
    position: absolute;
    font-size: 10px;
    font-size: 10px;
    font-size: 0.625rem;
    bottom: 5px;
    width: 100%;
    text-align: center;
    height: 10px;
    content: "▼";
    color: #5a771c;
}

.headerContact.hide {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    animation-name: a1;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-play-state: running;
}

@keyframes a1 {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        visibility: visible;
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        visibility: hidden;
    }
}

.vegas-animation-kenburns {
    animation: kenburns ease-out;
    animation-fill-mode: forwards;
}

@keyframes kenburns {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.03);
    }
}

.sa {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all 1s ease;
}

.sa.show {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -ms-transform: none;
    transform: none;
    overflow: hidden;
    position: relative;
}

.sa--lr {
    -ms-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
}

.sa--rl {
    -ms-transform: translate(100px, 0);
    transform: translate(100px, 0);
}

.sa--up {
    -ms-transform: translate(0, 100px);
    transform: translate(0, 100px);
}

.sa--down {
    -ms-transform: translate(0, -100px);
    transform: translate(0, -100px);
}

.sa--scaleUp {
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.sa--scaleDown {
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

.sa--rotateL {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sa--rotateR {
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.drawer-hamburger {
    z-index: 500;
    padding: 0 0 10px 6px;
    transition-duration: 0.5s;
    top: 8px;
    right: 5px !important;
    margin-top: 0 !important;
    border-radius: 3px;
    height: 26px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
}

.drawer-hamburger:active,
.drawer-hamburger:hover,
.drawer-hamburger:focus,
.drawer-hamburger:visited {
    background: rgba(0, 0, 0, 0.5);
    outline: none;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
    background-color: #fff;
    height: 1px;
}

.drawer-hamburger-icon {
    width: 80%;
    border-radius: 2px;
}

.drawer-hamburger-icon:before {
    width: 100%;
    top: -4px;
    border-radius: 2px;
}

.drawer-hamburger-icon:after {
    width: 100%;
    top: 4px;
    border-radius: 2px;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
    width: 100%;
}

.drawer-nav {
    background-color: transparent;
    z-index: 200;
}

.drawer-menu {
    min-height: 100vh;
    background: #f5f5f5 !important;
    padding: 60px 5px 0;
}

.drawer-menu li {
    margin: 0;
    padding: 0;
    text-align: left;
    display: block;
    border-bottom: solid 1px #fff;
}

.drawer-menu li:first-child {
    border-top: solid 1px #fff;
}

.drawer-menu li a {
    margin: 0;
    padding: 0 20px;
    height: 40px;
    line-height: 1em;
    color: #312521;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 12px;
    font-size: 12px;
    font-size: 0.75rem;
}

.drawer-menu li a:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    font-weight: 900;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    top: calc(50% - 0.5em);
    right: 5px;
    color: #312521;
}

.drawer-menu li a:hover,
.drawer-menu li a:focus,
.drawer-menu li a:active {
    text-decoration: none;
}

.drawer-menu li a span {
    display: none;
}

.drawer-menu li a.drawer-menu-item:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f0d7";
    font-weight: 900;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    top: calc(50% - 0.5em);
    right: 5px;
    color: #312521;
}

.drawer-menu li a.drawer-dropdown-menu-item {
    background: #fff;
    padding: 0 40px;
}

.drawer-menu li.drawer-dropdown.open a.drawer-menu-item {
    background: #fff;
}

.drawer-menu li.drawer-dropdown.open a.drawer-menu-item:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f0d7";
    font-weight: 900;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    top: calc(50% - 0.5em);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 5px;
    color: #312521;
}

.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-hamburger {
    left: 18px;
}

.home #wrapper {
    width: 100%;
    min-height: 100vh;
    height: 100%;
    text-align: center;
    display: none;
    background: linear-gradient(
            rgba(0, 0, 0, 0.7),
            rgba(0, 0, 0, 0.3),
            rgba(0, 0, 0, 0.7)
        ),
        url(../img/bg.webp) center center no-repeat;
    background-size: cover;
}

.home header .header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    margin: 0 auto;
    height: 35vh;
}

.home header h1 {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.home header h1 a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.home header h1 img.logo {
    height: 200px;
    width: auto;
}

.home footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
}

.home footer .sns__link__box {
    position: fixed;
    top: 10px;
    right: 10px;
}

.home footer .sns__link__box a img {
    width: 25px;
    height: auto;
}

.home footer .copyright {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3",
        "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin-bottom: 0;
    color: #fff;
    letter-spacing: 0.2em;
    line-height: 1em;
    font-size: 11px;
    font-size: 11px;
    font-size: 0.6875rem;
}

.home__main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 55vh;
}

.home__main .link__sctn .link__flex {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
}

.home__main .link__sctn .link__flex .link__box {
    box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.2);
}

.home__main .link__sctn .link__flex .link__box:hover {
    box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.5);
}

.home__main .link__sctn .link__flex .link__box a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 210px;
    height: 345px;
    transition-duration: 0.5s;
    background: black;
}

.home__main .link__sctn .link__flex .link__box a:hover {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    transition-duration: 0.5s;
}

.home__main .link__sctn .link__flex .link__box a img {
    /*padding: 30px;*/
    max-width: 100%;
}

.home__main .link__sctn .link__flex .link__recruit a img {
    padding: 0;
}

.home__main .sns__link__sctn .sns__link__flex {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.home__main .sns__link__sctn .sns__link__flex .sns__link__box {
    width: 35px;
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 10px;
}

.home__main .sns__link__sctn .sns__link__flex .sns__link__box img {
    width: 26px;
    height: auto;
}

.home__main .sns__link__sctn .sns__link__flex .sns__link__box a {
    display: block;
}

.spDisp,
.pon {
    display: none !important;
}

.btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 240px;
    height: 40px;
    border-radius: 20px;
    border: solid 2px #7ca02e;
    box-sizing: border-box;
    background: #7ca02e;
    letter-spacing: 0.1em;
    color: #fff;
    transition-duration: 0.3s;
    position: relative;
}

.btn a:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    font-weight: 900;
    top: 0;
    right: 0;
    width: 20px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    transition-duration: 0.3s;
}

.btn a:hover {
    background: transparent;
    color: #7ca02e;
    text-decoration: none;
    transition-duration: 0.3s;
}

.btn a:hover:after {
    color: #7ca02e;
    transition-duration: 0.3s;
}

.btn a:active,
.btn a:focus {
    text-decoration: none;
}

.backToTop {
    background: transparent;
}

.backToTop .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 60px;
    padding-bottom: 5px;
}

.backToTop a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #5a771c;
    text-decoration: none;
    font-size: 10px;
    font-size: 10px;
    font-size: 0.625rem;
    letter-spacing: 0.06em;
}

.backToTop a:hover {
    color: #f5f5f5;
}

.backToTop .fas {
    font-weight: bold;
    padding-left: 5px;
}

.sctn {
    display: block;
    padding: 60px 0;
}

.contsTitle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 60px;
}

.contsTitle h2 {
    font-size: 50px;
    font-size: 50px;
    font-size: 3.125rem;
    letter-spacing: 0.06em;
    text-align: center;
    width: 100%;
    font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3",
        "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.contsTitle span {
    font-size: 14px;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: 0.5em;
}

.lower__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    background-color: #5a771c;
    background-size: cover;
    box-shadow: 0 2px 5px #312521;
    height: 300px;
}

.lower__header h1 {
    color: #fff;
    text-shadow: 0 1px 5px #312521;
    font-size: 40px;
    font-size: 40px;
    font-size: 2.5rem;
    font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3",
        "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.recruit.lower #wrapper {
    width: 100%;
    min-height: 100vh;
    height: 100%;
    text-align: center;
    display: none;
}

.recruit.lower .recruit__main {
    /* color: #fff; */
    min-height: 100vh;
}

.recruit.lower .recruit__top {
    width: 100%;
    position: relative;
}

.recruit.lower .recruit__top figure {
    width: 100%;
    height: 600px;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.recruit.lower .recruit__top figure img {
    width: 100%;
    height: auto;
}

.recruit.lower .recruit__top .recruit__top__title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.recruit.lower .recruit__top .recruit__top__title h2 {
    font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3",
        "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 50px;
    font-size: 50px;
    font-size: 3.125rem;
    color: #fff;
}

.recruit.lower .recruit__top .recruit__top__title span {
    font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3",
        "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 24px;
    color: #fff;
    margin-top: 10px;
}

@media screen and (max-width: 992px) {
    .recruit.lower .recruit__top .recruit__top__title span {
        font-size: 16px;
    }
}
.recruit.lower .catch {
    font-size: 36px;
    font-size: 36px;
    font-size: 2.25rem;
    font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3",
        "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.recruit.lower .catch__sub,
.recruit.lower .catch__sub span {
    font-weight: bold;
    font-size: 16px;
}

.recruit.lower .recruit__about {
    background: rgba(90, 119, 28, 0.2);
}

.recruit.lower .recruit__recruit .recruit__recruit__conts .rec__inner {
    text-align: left;
}

.recruit.lower
    .recruit__recruit
    .recruit__recruit__conts
    .rec__inner
    .innerTitle {
    font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3",
        "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    padding: 1em;
    text-align: center;
    background: #5a771c;
}

.recruit.lower
    .recruit__recruit
    .recruit__recruit__conts
    .rec__inner
    .innerTitle
    h3 {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
}
@media screen and (max-width: 992px) {
    .recruit.lower
        .recruit__recruit
        .recruit__recruit__conts
        .rec__inner
        .innerTitle
        h3 {
        font-size: 20px;
    }
}

.recruit.lower
    .recruit__recruit
    .recruit__recruit__conts
    .rec__inner
    .rec__text {
    background: #f5f5f5;
    padding: 32px 16px;
    padding: 2rem 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.recruit.lower
    .recruit__recruit
    .recruit__recruit__conts
    .rec__inner
    .rec__text
    h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    display: inline-flex;
    color: #5a771c;
    /* background: #5a771c; */
    margin-bottom: 1rem;
    border-bottom: solid 3px #5a771c;
    padding-bottom: 1rem;
}

.recruit.lower
    .recruit__recruit
    .recruit__recruit__conts
    .rec__inner
    .rec__text
    p
    span {
    font-weight: bold;
}

.recruit.lower .recruit__flow {
    background-image: url(../img/flow__bg.webp);
    background-repeat: repeat;
    background-color: rgba(90, 119, 28, 0.2);
    padding: 100px 0;
}

.recruit.lower .recruit__flow .flow__box {
    /* border: solid 1px $sc; */
    margin-bottom: 60px;
    position: relative;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    padding: 16px;
    padding: 1rem;
}

.recruit.lower .recruit__flow .flow__box:after {
    position: absolute;
    content: "▼";
    font-size: 40px;
    color: #fff;
    top: 100%;
    left: 0;
    width: 100%;
    height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.recruit.lower .recruit__flow .flow__box:last-child:after {
    content: "";
}

.recruit.lower .recruit__flow .flow__box .flow__title {
    padding: 16px 0;
    padding: 1rem 0;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    background: #7ca02e;
}

.recruit.lower .recruit__flow .flow__box .flow__title h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.recruit.lower .recruit__welfare .recruit__welfare__conts .conts__flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.recruit.lower .recruit__welfare .recruit__welfare__conts .conts__flex figure {
    width: 300px;
    height: auto;
    min-height: 300px;
}

.recruit.lower
    .recruit__welfare
    .recruit__welfare__conts
    .conts__flex
    figcaption {
    font-size: 16px;
}

.recruit.lower
    .recruit__welfare
    .recruit__welfare__conts
    .conts__flex
    figure
    img {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.recruit.lower .recruit__welfare .recruit__welfare__conts .text {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 992px) {
    .recruit.lower .recruit__welfare .recruit__welfare__conts .text {
        flex-direction: column;
    }
}
.recruit.lower .recruit__welfare .recruit__welfare__conts .text ul {
    width: 49%;
    margin: 0 auto;
    text-align: left;
    padding: 10px;
    background-color: rgba(90, 119, 28, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.recruit.lower .recruit__welfare .recruit__welfare__conts .text__inner {
    width: 49%;
    padding: 10px;
    background-color: rgba(199, 199, 199, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 992px) {
    .recruit.lower .recruit__welfare .recruit__welfare__conts .text ul,
    .recruit.lower .recruit__welfare .recruit__welfare__conts .text__inner {
        width: 98%;
        margin: 0 auto 1rem;
    }
}
.recruit.lower .recruit__welfare .recruit__welfare__conts .text li,
.recruit.lower .recruit__welfare .recruit__welfare__conts .text p {
    font-size: 16px;
    text-align: left;
}

.recruit.lower .recruit__apply {
    background-color: rgba(90, 119, 28, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    padding: 100px 0;
}
.recruit.lower .recruit__apply .recruit__apply__conts {
    padding: 0 10px;
    background-size: cover;
    position: relative;
    z-index: 0;
    overflow: hidden;
    font-size: 16px;
}

.recruit.lower .recruit__apply .recruit__apply__conts .conts__flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.recruit.lower .recruit__apply .recruit__apply__conts .conts__flex a {
    transition-duration: 0.3s;
}

.recruit.lower .recruit__apply .recruit__apply__conts .conts__flex a:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    transition-duration: 0.3s;
}

.recruit.lower .recruit__apply .recruit__apply__conts figure {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
    width: auto;
    margin: 0 5px;
}

.recruit.lower .recruit__apply .recruit__apply__conts figure img {
    height: 100px;
    width: auto;
}

@media print {
    *,
    *:before,
    *:after,
    p:first-letter,
    div:first-letter,
    blockquote:first-letter,
    li:first-letter,
    p:first-line,
    div:first-line,
    blockquote:first-line,
    li:first-line {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .badge {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

@media screen and (max-width: 992px) {
    img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .container {
        width: 100%;
    }
    .container.w800 {
        width: 100%;
    }
    .lower header .header {
        height: 60px;
    }
    .lower header h1 {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .lower header h1 img.logo {
        width: auto;
        height: 40px;
    }
    .topNav {
        display: none;
    }
    .home header .header {
        height: 22vh;
        -ms-flex-align: center;
        align-items: center;
    }
    .home header h1 {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .home header h1 img.logo {
        width: auto;
        height: 70px;
    }
    .home__main {
        width: 100%;
    }
    .home__main .link__sctn {
        width: 100%;
    }
    .home__main .link__sctn .container {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .home__main .link__sctn .link__flex {
        width: 680px;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto;
        padding: 10px 0;
    }
    .home__main .link__sctn .link__flex .link__box {
        width: 210px;
        height: 345px;
        margin-right: 10px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .home__main .link__sctn .link__flex .link__box a:hover {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
    }
    .home__main .link__sctn .link__flex .link__box a img {
        width: 225px;
        height: auto;
    }
    .home__main .sns__link__sctn {
        padding: 0;
    }
    .spDisp,
    .pon {
        display: block !important;
    }
    .spHidden,
    .pb {
        display: none !important;
    }
    .btn {
        width: 100%;
    }
    .btn a {
        min-width: 240px;
        width: auto;
        max-width: 100%;
    }
    .btn a:hover {
        background: inherit;
        color: inherit;
        transition-duration: 0;
    }
    .btn a:hover:after {
        color: inherit;
        transition-duration: 0;
    }
    .contsTitle {
        margin-bottom: 30px;
    }
    .contsTitle h2 {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 1.4;
    }
    .lower__header {
        height: 150px;
    }
    .lower__header h1 {
        font-size: 30px;
        font-size: 1.875rem;
    }
    .recruit.lower .recruit__top figure {
        height: 250px;
    }
    .recruit.lower .recruit__top .recruit__top__title {
        height: 250px;
    }
    .recruit.lower .recruit__top .recruit__top__title h2 {
        font-size: 30px;
        font-size: 1.875rem;
    }
    .recruit.lower .catch {
        font-size: 22px;
        font-size: 1.375rem;
    }
    .recruit.lower
        .recruit__recruit
        .recruit__recruit__conts
        .rec__inner
        .rec__text {
        padding: 20px 5px;
    }
    .recruit.lower .recruit__welfare .recruit__welfare__conts .conts__flex {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .recruit.lower
        .recruit__welfare
        .recruit__welfare__conts
        .conts__flex
        figure {
        width: 80%;
        min-height: auto;
        margin-bottom: 1rem;
    }
    .recruit.lower
        .recruit__welfare
        .recruit__welfare__conts
        .conts__flex
        figure
        img {
        width: 100%;
    }
    .recruit.lower .recruit__apply .recruit__apply__conts figure img {
        height: auto;
        width: 100%;
    }
}

@media screen and (min-width: 991px) {
    .drawer-hamburger {
        display: none;
    }
}

/* リクルートページ追加 20240202 */
.rec__text__inner {
    border-bottom: solid 3px lightgray;
    padding: 1rem;
    margin-bottom: 20px;
}
.rec__text__inner:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.rec__text__inner p,
.rec__text__inner th,
.rec__text__inner td,
.rec__text__inner li {
    font-size: 16px;
    line-height: 1.6;
}
.rec__text__inner p,
.rec__text__inner table,
.rec__text__inner ul {
    margin-bottom: 1rem;
}
.rec__text__inner th {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    vertical-align: top;
    padding: 10px 0 0;
    display: block;
    width: 100%;
}
.rec__text__inner th span {
    background: #5a771c;
    padding: 5px 10px;
    color: #fff;
}
.rec__text__inner td {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 10px 0;
    display: block;
    width: 100%;
}
@media screen and (max-width: 992px) {
    .rec__text__inner th,
    .rec__text__inner td {
        font-size: 16px;
        font-weight: 600;
    }
}
.googleMap iframe {
    width: 100%;
}
@media screen and (max-width: 992px) {
    .googleMap iframe {
        height: 90vw;
    }
}
.googleMapLink,
.voiceLink {
    margin: 30px auto 1rem;
}
@media screen and (max-width: 992px) {
    .googleMapLink,
    .voiceLink {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
.googleMapLink a,
.voiceLink a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
    font-weight: 600;
    font-size: 16px;
    background-color: #7ca02e;
    color: #fff;
    width: 300px;
    max-width: 90%;
    height: 60px;
    border-radius: 30px;
}
.googleMapLink a::before,
.voiceLink a::before {
    content: "";
    margin-left: 1.6rem;
}
.googleMapLink a::after,
.voiceLink a::after {
    content: "▶";
    font-weight: 600;
    margin-left: 10px;
}
.googleMapLink a:hover,
.voiceLink a:hover {
    background-color: #93bc3b;
    text-decoration: none;
}

.flow__text p {
    font-size: 16px;
}
