/**  Mixins */
/*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
/** Global **/
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@300;400;700&family=Noto+Serif+JP:wght@300;400;600;700&display=swap");
@font-face {
    font-family: 'HiraMinPro';
    src: url("../fonts/HiraMinPro-W3/HiraMinPro-W3.eot");
    src: url("../fonts/HiraMinPro-W3/HiraMinPro-W3.eot?#iefix") format("embedded-opentype"), url("../fonts/HiraMinPro-W3/HiraMinPro-W3.woff2") format("woff2"), url("../fonts/HiraMinPro-W3/HiraMinPro-W3.woff") format("woff"), url("../fonts/HiraMinPro-W3/HiraMinPro-W3.ttf") format("truetype");
    font-weight: 300; }
@font-face {
    font-family: 'HiraMinPro';
    src: url("../fonts/HiraMinPro-W6/HiraMinPro-W6.eot");
    src: url("../fonts/HiraMinPro-W6/HiraMinPro-W6.eot?#iefix") format("embedded-opentype"), url("../fonts/HiraMinPro-W6/HiraMinPro-W6.woff2") format("woff2"), url("../fonts/HiraMinPro-W6/HiraMinPro-W6.woff") format("woff"), url("../fonts/HiraMinPro-W6/HiraMinPro-W6.ttf") format("truetype");
    font-weight: 600; }
*,
*::before,
*::after {
    box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

dt {
    font-weight: 700; }

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

blockquote {
    margin: 0 0 1rem; }

b,
strong {
    font-weight: bolder; }

small {
    font-size: 80%; }

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

sub {
    bottom: -0.25em; }

sup {
    top: -0.5em; }

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

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

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

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

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

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

figure {
    margin: 0;
    padding: 0; }

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

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

table {
    border-collapse: collapse; }

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

th {
    text-align: inherit; }

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

button {
    border-radius: 0; }

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

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

button,
input {
    overflow: visible; }

button,
select {
    text-transform: none; }

select {
    word-wrap: normal; }

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

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical; }

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

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

progress {
    vertical-align: baseline; }

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

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

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

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

output {
    display: inline-block; }

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

template {
    display: none; }

[hidden] {
    display: none !important; }

:root {
    --white: #fff;
    --black: #000;
    --smoke: #f4f5ef;
    --gray: #e5e5e5;
    --primary: #1B1464;
    --second: #d75e5b;
    --text-body: #000;
    --radius: 0; }

/* Base Setting
---------------------------------------- */
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "Noto Serif JP", sans-serif;
    overflow-wrap: break-word;
    font-weight: 400;
    color: var(--text-body);
    overflow-x: hidden;
    line-height: 2.14;
    position: relative;
    width: 100%;
    background: var(--white);
    font-family: "Hiragino Mincho ProN","Shippori Mincho B1","Times New Roman", "YuMincho", "Yu Mincho", "MS PMincho", serifl; }
@media (min-width: 768px) and (max-width: 991px) {
    body {
        font-size: 12px; } }

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Noto Serif JP", sans-serif;
    font-weight: 300;
    color: var(--text-body); }

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

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

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

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

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

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

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

.sentence span {
    opacity: 0;
    position: relative;
    display: inline-block; }

.sentence span.active {
    animation: bounceUp 800ms ease 0ms 1 normal both; }

/* Bounce top in */
@keyframes bounceUp {
    0% {
        transform: translate3d(0px, 0px, 0px);
        opacity: 0; }
    50% {
        transform: translate3d(0px, 0px, 0px);
        opacity: 0.7; }
    80% {
        transform: translate3d(0px, 0px, 0px);
        opacity: 1; }
    100% {
        transform: translate3d(0px, 0px, 0px);
        opacity: 1; } }
@media screen and (min-width: 768px) {
    .pc {
        display: block; }

    .sp {
        display: none !important; } }
@media screen and (max-width: 767px) {
    .pc {
        display: none !important; }

    .sp {
        display: block; } }
.container, .container-sm, .container-lg, .container-fluid {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    position: relative; }
@media only screen and (min-width: 768px) {
    .container, .container-sm, .container-lg, .container-fluid {
        max-width: 1240px;
        padding: 0 20px; } }

.socials, .header-site__nav nav > ul, .header-site__nav nav > ul > li ul, .nav-site nav > ul, .nav-site nav > ul > li ul, .footer-site__nav nav > ul, .footer-site__nav nav > ul > li ul, .recruit-section__item--labels, .recruit-section__item--list, .company-infomation .company-infomation__info, .company-infomation .company-infomation__socials, .company-sticky ul, .topic__summary ul, .topic__item--contact-inner ul {
    margin: 0;
    padding: 0;
    list-style: none; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="phone"],
input[type="search"],
input[type="tel"],
textarea,
select {
    border: 2px solid #C3C3C3;
    border-radius: 3px;
    outline: none !important;
    background: #E9E9E9;
    height: 34px;
    padding: 0 20px;
    width: 100%; }
@media only screen and (min-width: 768px) {
    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="phone"],
    input[type="search"],
    input[type="tel"],
    textarea,
    select {
        height: 33px; } }
@media only screen and (min-width: 992px) {
    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="phone"],
    input[type="search"],
    input[type="tel"],
    textarea,
    select {
        height: 52px; } }

textarea {
    height: 100px;
    padding: 10px 20px; }
@media only screen and (min-width: 768px) {
    textarea {
        height: 115px; } }
@media only screen and (min-width: 992px) {
    textarea {
        height: 180px; } }

.btn {
    transition: all 0.3s;
    color: var(--white);
    font-size: 18px;
    line-height: 20px;
    padding: 1px 70px 1px 20px;
    min-width: 260px;
    text-align: center;
    font-weight: 700;
    display: inline-block;
    outline: none !important;
    border-radius: 100px;
    background: var(--primary);
    text-transform: uppercase;
    border: 0;
    position: relative; }
.btn small {
    font-size: 12px; }
.btn::after {
    content: '';
    position: absolute;
    right: 35px;
    top: calc(50% - 2px);
    width: 30px;
    height: 4px;
    background: url("../images/arrow-right-white.svg") no-repeat 100% 0/30px;
    animation: arrow-animation 0.5s ease infinite alternate; }
.btn:hover {
    opacity: 0.9;
    color: var(--white); }

.btn-gray {
    transition: all 0.3s;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    font-weight: 400;
    display: inline-block;
    outline: none !important;
    background: #E9E9E9;
    text-transform: uppercase;
    border: 1px solid #C3C3C3;
    position: relative;
    padding: 6px 19px;
    min-width: auto;
    border-radius: 3px;
    color: var(--primary); }
@media only screen and (min-width: 768px) {
    .btn-gray {
        padding: 11px 37px; } }
@media only screen and (min-width: 992px) {
    .btn-gray {
        font-size: 18px;
        padding: 23px 62px; } }
.btn-gray small {
    font-size: 12px; }
.btn-gray::after {
    display: none; }
.btn-gray:hover {
    color: var(--white);
    background: var(--primary); }

.btn-outline, .btn-outline-gray, .btn-ouline-text {
    transition: all 0.3s;
    color: var(--black);
    font-size: 16px;
    line-height: 1.2;
    padding: 8px 20px;
    min-width: 260px;
    text-align: center;
    font-weight: 700;
    display: inline-block;
    outline: none !important;
    border-radius: 100px;
    background: var(--white);
    text-transform: uppercase;
    border: 0;
    position: relative;
    border: 1px solid var(--primary); }
@media only screen and (min-width: 768px) {
    .btn-outline, .btn-outline-gray, .btn-ouline-text {
        font-size: 14px; } }
@media only screen and (min-width: 992px) {
    .btn-outline, .btn-outline-gray, .btn-ouline-text {
        font-size: 16px; } }
@media only screen and (min-width: 1200px) {
    .btn-outline, .btn-outline-gray, .btn-ouline-text {
        min-width: 333px;
        padding: 8px 80px 8px 60px; } }
.btn-outline::after, .btn-outline-gray::after, .btn-ouline-text::after {
    content: '';
    position: absolute;
    right: 20px;
    top: calc(50% - 2px);
    width: 54px;
    height: 8px;
    background: url("../images/arrow-right-blue-lg.svg") no-repeat 100% 0/54px;
    animation: arrow-animation 0.5s ease infinite alternate; }
@media (min-width: 768px) and (max-width: 991px) {
    .btn-outline::after, .btn-outline-gray::after, .btn-ouline-text::after {
        width: 35px; } }
.btn-outline:hover, .btn-outline-gray:hover, .btn-ouline-text:hover {
    opacity: 0.9;
    color: var(--white);
    background-color: var(--primary); }
.btn-outline:hover::after, .btn-outline-gray:hover::after, .btn-ouline-text:hover::after {
    background-image: url("../images/arrow-right-white-lg.svg"); }

.btn-outline-gray {
    border-color: #C3C3C3; }
.btn-outline-gray::after {
    background-image: url("../images/arrow-right-gray-lg.svg"); }
.btn-outline-gray:hover::after {
    background-image: url("../images/arrow-right-white-lg.svg"); }

.btn-ouline-text {
    position: relative;
    padding: 8px 80px 8px 20px; }
.btn-ouline-text__more {
    font-size: 14px;
    padding-bottom: 4px;
    background: url("../images/arrow-right-blue-lg.svg") no-repeat 0 100%/100%;
    padding-right: 15px;
    position: absolute;
    right: 15px;
    top: 6px;
    animation: arrow-animation 0.5s ease infinite alternate; }
@media only screen and (min-width: 768px) {
    .btn-ouline-text__more {
        font-size: 12px; } }
@media only screen and (min-width: 992px) {
    .btn-ouline-text__more {
        font-size: 14px; } }
.btn-ouline-text::after {
    display: none; }
.btn-ouline-text:hover .btn-ouline-text__more {
    background-image: url("../images/arrow-right-white-lg.svg"); }

.btn-arrow {
    font-size: 14px;
    line-height: 1.2;
    padding-bottom: 4px;
    background: url("../images/arrow-right-blue-lg.svg") no-repeat 0 100%/100%;
    padding-right: 15px; }
@media only screen and (min-width: 768px) {
    .btn-arrow {
        font-size: 12px; } }
@media only screen and (min-width: 992px) {
    .btn-arrow {
        font-size: 14px; } }

.container-sm {
    max-width: 1000px; }

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

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

.heading-section {
    font-size: 45px;
    line-height: 1.3;
    margin: 0 0 10px;
    position: relative;
    z-index: 3; }
@media (min-width: 768px) and (max-width: 991px) {
    .heading-section {
        font-size: 29px; } }
.heading-section small {
    font-size: 14px; }
@media only screen and (min-width: 768px) {
    .heading-section small {
        font-size: 16px; } }
@media only screen and (min-width: 992px) {
    .heading-section small {
        font-size: 20px; } }

.section {
    position: relative;
    z-index: 1;
    padding: 20px 0; }
@media only screen and (min-width: 768px) {
    .section {
        padding: 30px 0; } }

.section-deviated {
    position: relative;
    z-index: 1;
    padding: 0 0 20px; }
@media only screen and (min-width: 768px) {
    .section-deviated {
        padding: 0 0 30px; } }
.section-deviated .heading-section {
    margin: 0;
    transform: translateY(50%); }
.section-deviated__inner {
    position: relative;
    padding: 30px 0; }
@media only screen and (min-width: 768px) {
    .section-deviated__inner {
        margin-left: 50px;
        padding: 30px 20px; } }
@media only screen and (min-width: 992px) {
    .section-deviated__inner {
        padding: 30px 25px; } }
.section-deviated__inner::after {
    content: '';
    width: calc(100% + 30px);
    height: 100%;
    background: #E9E9E9;
    z-index: -1;
    position: absolute;
    top: 0;
    left: -15px; }
@media only screen and (min-width: 768px) {
    .section-deviated__inner::after {
        width: calc(100% + 20px);
        left: 0; } }

.section-bg {
    padding: 0 0 45px;
    background: #E9E9E9; }
.section-bg .heading-section {
    transform: translateY(-50%); }

.section-bg-inner {
    padding: 0 0 30px; }
@media only screen and (min-width: 768px) {
    .section-bg-inner {
        padding: 30px 0 78px; } }
.section-bg-inner .heading-section {
    transform: translateY(50%);
    margin: 0; }
.section-bg-inner__inner {
    margin: 0 auto; }
@media only screen and (min-width: 768px) {
    .section-bg-inner__inner {
        width: calc(100% - 100px);
        background: #E9E9E9; } }
@media only screen and (max-width: 767px) {
    .section-bg-inner__inner {
        position: relative;
        z-index: 1; }
    .section-bg-inner__inner::before {
        content: '';
        width: calc(100% - 25px);
        background: #E9E9E9;
        height: 100%;
        position: absolute;
        top: 0;
        left: 40px;
        z-index: -1; } }

.section-button {
    margin-top: 30px;
    text-align: center; }

.hamburger {
    position: relative;
    width: 37px;
    height: 37px;
    line-height: 1;
    cursor: pointer;
    display: block;
    right: 0;
    z-index: 99;
    align-self: flex-end;
    opacity: 1; }
.hamburger span {
    width: 37px;
    height: 2px;
    background: var(--primary);
    backface-visibility: hidden;
    position: absolute;
    display: block;
    margin: auto;
    transition: 0.3s all ease;
    transform: rotate(0deg);
    top: 0;
    left: calc(50% - 18.5px); }
.hamburger span::before {
    content: "";
    transform-origin: center center;
    width: 100%;
    height: 2px;
    background: var(--primary);
    backface-visibility: hidden;
    position: absolute;
    left: 0;
    top: 15px;
    transition: 0.3s all ease;
    opacity: 1; }
.hamburger strong {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    transition: all 0.3s;
    opacity: 1;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
    white-space: nowrap;
    color: var(--primary);
    display: flex;
    justify-content: center; }
.hamburger strong.hamburger__close {
    opacity: 0; }
.hamburger.active span {
    top: 15px; }
.hamburger.active span::before {
    top: 0;
    opacity: 0; }
.hamburger.active strong.hamburger__close {
    opacity: 1; }
.hamburger.active strong.hamburger__menu {
    opacity: 0; }

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

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

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

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

.responsive-iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; }
.responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }

@keyframes arrow-animation {
    0% {
        transform: translateX(0); }
    100% {
        transform: translateX(10px); } }
.slick-slider .slick-arrow {
    background-repeat: no-repeat;
    background-position: center;
    min-width: auto;
    width: 24px;
    height: 24px;
    z-index: 20; }
.slick-slider .slick-arrow::before {
    display: none; }
.slick-slider .slick-arrow.slick-prev {
    background-image: url("../images/arrow-slider-left.svg");
    left: 20px; }
.slick-slider .slick-arrow.slick-next {
    background-image: url("../images/arrow-slider-right.svg");
    right: 20px; }
.slick-slider .slick-dots li {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 3px; }
.slick-slider .slick-dots li button {
    min-width: auto;
    width: auto;
    height: auto;
    padding: 4px; }
.slick-slider .slick-dots li button::before {
    display: none; }
.slick-slider .slick-dots li button::after {
    content: '';
    width: 11px;
    height: 11px;
    background: var(--primary);
    display: block;
    border-radius: 50%;
    opacity: 0.3; }
.slick-slider .slick-dots li.slick-active button::after {
    opacity: 1; }
.slick-slider.slick-dotted {
    margin: 0;
    padding-bottom: 30px; }
.slick-slider.slick-dotted .slick-dots {
    bottom: 0; }

@media only screen and (max-width: 767px) {
    body.home-page .header-site {
        background: rgba(255, 255, 255, 0.3); } }
body.header-sticky .header-site__nav nav {
    opacity: 0;
    visibility: hidden; }
body.header-sticky .header-site__nav .hamburger {
    opacity: 1;
    visibility: visible; }
body.shown-nav {
    overflow-y: hidden; }
body.shown-nav .nav-site {
    opacity: 1;
    visibility: visible; }

.socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 35px; }
.socials li a img {
    height: 30px; }
@media (max-width: 768px){
    .socials{
        justify-content: center;
    }
}
.header-site {
    top: 0;
    left: 0;
    width: 100%;
    background: var(--white);
    position: sticky;
    z-index: 99;
    transition: all 0.3s; }
.header-site .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center; }
@media only screen and (max-width: 767px) {
    .header-site .container-fluid {
        padding-block: 8px; } }
@media only screen and (min-width: 768px) {
    .header-site::after {
        content: '';
        width: calc(100% - 40px);
        height: 50%;
        position: absolute;
        bottom: 0;
        right: 0;
        background: #E9E9E9;
        z-index: -1; } }
.header-site__logo {
    width: 30%; }
.header-site__logo--link {
    display: block; }
.header-site__logo--link picture {
    display: block; }
.header-site__logo--link img {
    display: block;
    max-height: 30px; }
@media only screen and (min-width: 768px) {
    .header-site__logo--link img {
        max-height: 20px; } }
.header-site__nav {
    line-height: 1.5; }
@media only screen and (min-width: 768px) {
    .header-site__nav .hamburger {
        position: absolute;
        right: 20px;
        top: calc(50% - 18.5px);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s; } }
.header-site__nav nav {
    opacity: 1;
    transition: all 0.3s;
    visibility: visible; }
@media only screen and (max-width: 767px) {
    .header-site__nav nav {
        display: none; } }
@media only screen and (min-width: 768px) {
    .header-site__nav nav > ul {
        display: flex;
        align-items: center;
        gap: 30px; } }
.header-site__nav nav > ul > li > a {
    display: flex;
    color: var(--primary);
    align-items: center;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    min-height: 50px; }
@media only screen and (min-width: 992px) {
    .header-site__nav nav > ul > li > a {
        font-size: 22px; } }
.header-site__nav nav > ul > li > a::before {
    content: '';
    width: 0;
    border-bottom: 1px solid var(--primary);
    transition: all 0.3s;
    position: absolute;
    bottom: 6px;
    left: 0; }
.header-site__nav nav > ul > li ul {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    left: 0;
    top: calc(100% + 10px);
    gap: 7px;
    justify-content: flex-end;
    background: RGB(0 0 0/50%);
    padding: 20px 20px;
    opacity: 0;
    transition: all 0.3s;
    visibility: hidden;
    z-index: 10; }
.header-site__nav nav > ul > li ul li a {
    font-size: 13px;
    background: var(--white);
    border-radius: 100px;
    color: var(--primary);
    padding: 5px 12px;
    display: block; }
@media only screen and (min-width: 992px) {
    .header-site__nav nav > ul > li ul li a {
        font-size: 15px;
        padding: 5px 20px; } }
@media only screen and (min-width: 1200px) {
    .header-site__nav nav > ul > li ul li a {
        font-size: 16px;
        padding: 5px 30px; } }
.header-site__nav nav > ul > li:hover > a::before {
    width: 100%; }
.header-site__nav nav > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    top: 100%; }

.shown-nav .header-site {
    z-index: 9999; }

.nav-site {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primary);
    z-index: 99999;
    overflow-y: auto;
    padding: 55px 20px 70px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s; }
@media only screen and (min-width: 768px) {
    .nav-site {
        padding: 55px 65px 85px;
        width: 500px;
        left: auto;
        right: 0; } }
.nav-site .hamburger {
    position: absolute;
    right: 15px;
    top: 8px; }
@media only screen and (min-width: 768px) {
    .nav-site .hamburger {
        right: 20px;
        top: 20px; } }
.nav-site .hamburger span {
    background: var(--white); }
.nav-site .hamburger span:before {
    background: var(--white); }
.nav-site .hamburger strong {
    color: var(--white); }
.nav-site picture {
    display: block;
    margin: 0 0 30px; }
.nav-site picture img {
    max-height: 27px; }
.nav-site p {
    color: var(--white);
    margin: 0 0 20px; }
.nav-site nav {
    line-height: 1.5; }
.nav-site nav > ul > li > a {
    display: flex;
    color: var(--white);
    align-items: center;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-size: 28px;
    padding: 10px 0; }
.nav-site nav > ul > li ul {
    display: flex;
    white-space: nowrap;
    gap: 15px 5px;
    margin-bottom: 15px;
    flex-wrap: wrap; }
@media only screen and (max-width: 767px) {
    .nav-site nav > ul > li ul {
        overflow-x: auto; } }
.nav-site nav > ul > li ul li a {
    color: var(--primary);
    background: var(--white);
    font-size: 16px;
    display: block;
    border-radius: 100px;
    padding: 7px 20px; }
.nav-site .socials {
    margin-top: 65px; }

.back-to-top {
    position: fixed;
    bottom: 100px;
    right: 15px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    z-index: 50; 
    width: 74px;
    height: 85px;
    line-height: 1.4;
    text-align: center;
    padding-top: 27px;
    font-weight: bold;
    background: url(../images/back-to-top01.svg) left top no-repeat;
}

@media only screen and (min-width: 768px) {
    .back-to-top {
        bottom: 130px;font-size: 18px; padding-top: 20px;} }
.back-to-top img {
    max-width: 74px; }
@media only screen and (min-width: 768px) {
    .back-to-top img {
        max-width: 58px; } }
@media only screen and (min-width: 1200px) {
    .back-to-top img {
        max-width: 74px; } }
.back-to-top.shown {
    opacity: 1;
    visibility: visible; }
.back-to-top.shown1 {
    bottom: 150px; }

.footer-site {
    background: var(--primary);
    padding: 15px 0 5px;
    position: relative; }
@media only screen and (min-width: 768px) {
    .footer-site {
        padding: 15px 0 0; } }
.footer-site > .container-fluid {
    position: relative; }
@media only screen and (min-width: 768px) {
    .footer-site > .container-fluid {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; } }
@media only screen and (min-width: 768px) {
    .footer-site__logo {
        width: 30%;
        display: flex;
        gap: 20px; } }
@media only screen and (min-width: 992px) {
    .footer-site__logo {
        gap: 30px; } }
.footer-site__logo picture {
    display: block;
    margin-bottom: 10px; }
@media only screen and (min-width: 768px) {
    .footer-site__logo picture {
        margin-bottom: 0; } }
.footer-site__logo picture img {
    max-height: 11px;
    display: block; }
@media only screen and (min-width: 768px) {
    .footer-site__logo picture img {
        max-height: 15px;
        width: 100%; } }
@media only screen and (min-width: 1200px) {
    .footer-site__logo picture img {
        max-height: 18px; } }
.footer-site__logo .socials {
    gap: 20px; }
@media only screen and (max-width: 991px) {
    .footer-site__logo .socials {
        display: none; } }
.footer-site__logo .socials a {
    display: block; }
.footer-site__logo .socials a img {
    display: block; }
@media only screen and (min-width: 768px) {
    .footer-site__logo .socials a img {
        max-height: 15px; } }
@media only screen and (min-width: 1200px) {
    .footer-site__logo .socials a img {
        max-height: 18px; } }
.footer-site__nav nav {
    line-height: 1.5; }
.footer-site__nav nav > ul {
    gap: 10px; }
@media only screen and (min-width: 768px) {
    .footer-site__nav nav > ul {
        display: flex;
        padding-right: 50px; } }
@media only screen and (min-width: 992px) {
    .footer-site__nav nav > ul {
        gap: 10px 20px; } }
@media only screen and (min-width: 1200px) {
    .footer-site__nav nav > ul {
        gap: 10px 45px; } }
.footer-site__nav nav > ul > li > a {
    display: inline-flex;
    color: var(--white);
    align-items: center;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-size: 12px;
    padding: 3px 0; }
@media only screen and (min-width: 768px) {
    .footer-site__nav nav > ul > li > a {
        display: flex;
        font-size: 16px;
        padding: 0;
        padding-bottom: 50px; } }
@media only screen and (min-width: 1200px) {
    .footer-site__nav nav > ul > li > a {
        padding-bottom: 60px; } }
.footer-site__nav nav > ul > li ul {
    flex-wrap: wrap;
    width: 100%;
    left: 0;
    bottom: 0;
    gap: 7px 3px;
    justify-content: flex-end;
    transition: all 0.3s;
    z-index: 10;
    display: none;
    padding: 10px 0; }
@media only screen and (min-width: 768px) {
    .footer-site__nav nav > ul > li ul {
        padding: 0 20px;
        gap: 7px;
        position: absolute; } }
@media only screen and (max-width: 767px) {
    .footer-site__nav nav > ul > li ul {
        display: flex; } }
@media only screen and (min-width: 1200px) {
    .footer-site__nav nav > ul > li ul {
        display: flex !important;
        opacity: 0;
        visibility: hidden; } }
@media only screen and (max-width: 767px) {
    .footer-site__nav nav > ul > li ul li {
        width: calc(33.33% - 2px); } }
.footer-site__nav nav > ul > li ul li a {
    font-size: 12px;
    background: var(--white);
    border-radius: 100px;
    color: var(--primary);
    padding: 5px;
    display: block;
    text-align: center; }
@media only screen and (min-width: 768px) {
    .footer-site__nav nav > ul > li ul li a {
        padding: 5px 12px; } }
@media only screen and (min-width: 992px) {
    .footer-site__nav nav > ul > li ul li a {
        font-size: 15px;
        padding: 5px 20px; } }
@media only screen and (min-width: 1200px) {
    .footer-site__nav nav > ul > li ul li a {
        font-size: 16px;
        padding: 5px 30px;
        min-width: 170px; } }
.footer-site__nav nav > ul > li.menu-item-has-child > a {
    position: relative;
    padding-right: 20px; }
.footer-site__nav nav > ul > li.menu-item-has-child > a::before {
    content: ">";
    color: var(--white);
    position: absolute;
    right: 0;
    top: 3px;
    transform: rotate(90deg);
    transition: all 0.3s; }
@media only screen and (min-width: 768px) {
    .footer-site__nav nav > ul > li.menu-item-has-child > a::before {
        top: 0; } }
.footer-site__nav nav > ul > li.menu-item-has-child.shown > a::before {
    transform: rotate(-90deg); }
.footer-site__nav nav > ul > li.menu-item-has-child:hover > a::before {
    transform: rotate(-90deg); }
@media only screen and (min-width: 1200px) {
    .footer-site__nav nav > ul > li.menu-item-has-child:hover > ul {
        opacity: 1;
        visibility: visible; } }

.footer-bottom {
    text-align: center;
    padding: 20px 0;
    background: var(--primary); }
@media only screen and (max-width: 767px) {
    .footer-bottom {
        padding: 0 0 5px;
        position: absolute;
        right: 0;
        bottom: 0; } }
.footer-bottom p {
    font-size: 13px;
    margin: 0;
    color: var(--white); }
@media only screen and (min-width: 768px) {
    .footer-bottom p {
        font-size: 16px; } }

/** Pages */
.hero {
    position: relative; }
@media (max-width: 768px){
    .hero .responsive-iframe{
        padding: 0;
        height: 600px;
    }
    .responsive-iframe iframe{
        position: absolute;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        width: 1120px;
        height: 630px;
    }
}
.hero__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 1;
    align-items: center;
    justify-content: center;
    text-align: center; }
.hero__inner h1 {
    font-size: 54px;
    line-height: 57px;
    color: var(--white); }
@media only screen and (min-width: 768px) {
    .hero__inner h1 {
        font-size: 50px;
        line-height: 54px; } }
@media only screen and (min-width: 992px) {
    .hero__inner h1 {
        font-size: 79px;
        line-height: 85px; } }
.hero__inner p {
    font-size: 13px;
    line-height: 23px;
    color: var(--white); }
@media only screen and (min-width: 992px) {
    .hero__inner p {
        font-size: 20px;
        line-height: 36px; } }
@media only screen and (max-width: 767px) {
    .hero__inner p {
        display: none; } }

.about-section {
    text-align: center;
    padding: 45px 0 0; }
.about-section h2 {
    font-size: 25px;
    line-height: 27px;
    margin: 0 0 20px; }
@media only screen and (min-width: 768px) {
    .about-section h2 {
        font-size: 30px;
        line-height: 32px;
        margin: 0 0 30px; } }
@media only screen and (min-width: 992px) {
    .about-section h2 {
        font-size: 45px;
        line-height: 48px;
        margin: 0 0 45px; } }
.about-section p {
    font-size: 16px;
    margin: 0 0 20px; }
@media only screen and (min-width: 768px) {
    .about-section p {
        font-size: 12px; } }
@media only screen and (min-width: 992px) {
    .about-section p {
        font-size: 16px; } }
.about-section .btn {
    margin-bottom: 20px; }
.about-section__more {
    background: #E9E9E9;
    padding: 42px 20px;
    display: none; }
.about-section__more p {
    font-size: 12px;
    line-height: 26px;
    margin: 0; }
@media only screen and (min-width: 992px) {
    .about-section__more p {
        font-size: 16px; } }
@media only screen and (max-width: 767px) {
    .about-section__more p {
        text-align: left; } }

.service-section {
    background: linear-gradient(0deg, #F0F5F9 72px, transparent 72px);
    padding: 10px 0 20px; }
@media only screen and (min-width: 768px) {
    .service-section {
        background: linear-gradient(0deg, #F0F5F9 112px, transparent 112px);
        padding: 10px 0 50px; } }
@media only screen and (min-width: 992px) {
    .service-section__inner {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 20px; } }
@media only screen and (max-width: 767px) {
    .service-section__inner {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px; } }
@media (min-width: 768px) and (max-width: 991px) {
    .service-section__inner {
        margin: 0 -7px; } }
@media (min-width: 768px) and (max-width: 991px) {
    .service-section__inner .slick-list {
        padding-right: 10%; } }
.service-section__item {
    display: flex !important; }
@media (min-width: 768px) and (max-width: 991px) {
    .service-section__item {
        padding: 0 7px; } }
.service-section__item figure {
    width: calc(100% - 34px);
    padding-top: 23px; }
@media only screen and (min-width: 768px) {
    .service-section__item figure {
        width: calc(100% - 38px);
        padding-top: 25px; } }
@media only screen and (min-width: 992px) {
    .service-section__item figure {
        width: calc(100% - 54px);
        padding-top: 35px; } }
.service-section__item figure img {
    width: 100%;
    box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.5); }
.service-section__item--info {
    position: relative;
    padding-top: 52px;
    width: 34px; }
@media only screen and (min-width: 768px) {
    .service-section__item--info {
        width: 38px;
        padding-top: 60px; } }
@media only screen and (min-width: 992px) {
    .service-section__item--info {
        width: 54px;
        padding-top: 76px; } }
.service-section__item--info label {
    font-size: 12px;
    line-height: 1;
    color: var(--white);
    font-family: "Cormorant Infant", sans-serif;
    font-weight: 300;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 50%;
    text-transform: uppercase; }
@media only screen and (min-width: 768px) {
    .service-section__item--info label {
        font-size: 12px;
        width: 52px;
        height: 52px; } }
@media only screen and (min-width: 992px) {
    .service-section__item--info label {
        font-size: 16px;
        width: 69px;
        height: 69px; } }

.service-section__item--info label img {
    /*width: 34px;*/ 
}
.service-section__item--info h3 {
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin: 0 0 0 5px;
    max-height: 139px;
    font-size: 12px; }
@media only screen and (min-width: 768px) {
    .service-section__item--info h3 {
        font-size: 12px;
        max-height: 178px;
        margin: 0 0 0 5px; } }
@media only screen and (min-width: 992px) {
    .service-section__item--info h3 {
        font-size: 16px;
        margin: 0 0 0 8px; } }

.professional-section {
    padding: 25px 0; }
@media only screen and (min-width: 768px) {
    .professional-section {
        padding: 30px 0; } }
.professional-section .btn-ouline-text {
    margin-bottom: 15px; }
@media only screen and (min-width: 768px) {
    .professional-section .btn-ouline-text {
        min-width: 347px; } }
@media only screen and (max-width: 767px) {
    .professional-section .btn-ouline-text {
        width: 100%; } }
.professional-section .slick-list {
    padding-right: 35%; }
@media only screen and (min-width: 768px) {
    .professional-section .slick-list {
        padding-right: 7%; } }
.professional-section__list {
    margin: 0 -15px 0 -5px; }
@media only screen and (min-width: 768px) {
    .professional-section__list {
        margin: 0 -30px 0 -10px; } }
.professional-section__item {
    padding: 0 5px; }
@media only screen and (min-width: 768px) {
    .professional-section__item {
        padding: 0 10px; } }
.professional-section__item--image {
    margin: 0 0 10px;
    position: relative;
    overflow: hidden; }
.professional-section__item--image figure {
    display: block;
    overflow: hidden;
    display: flex;
    overflow: hidden;
    align-items: flex-end;
    height: 250px; }
@media only screen and (max-width: 767px) {
    .professional-section__item--image figure {
        height: 130px; } }
.professional-section__item--image figure img {
    width: 100%;
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out,-webkit-transform .5s ease-out; }
.professional-section__item--info-more {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    transition: all 0.3s;
    transition-duration: 0.5s;
    transition-delay: 0.5s;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px 10px;
    z-index: 6; }
.professional-section__item--info-more p {
    font-size: 14px;
    line-height: 27px;
    margin: 0;
    color: var(--white); }
.professional-section__item--info {
    position: relative; }
@media only screen and (min-width: 768px) {
    .professional-section__item--info {
        padding-right: 80px; } }
.professional-section__item--info h3 {
    font-size: 16px;
    color: var(--black);
    margin: 0; }
@media only screen and (min-width: 768px) {
    .professional-section__item--info h3 {
        font-size: 14px; } }
@media only screen and (min-width: 992px) {
    .professional-section__item--info h3 {
        font-size: 16px; } }
.professional-section__item--info p {
    font-size: 12px;
    color: #909090;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
@media only screen and (min-width: 768px) {
    .professional-section__item--info p {
        font-size: 11px; } }
@media only screen and (min-width: 992px) {
    .professional-section__item--info p {
        font-size: 12px; } }
.professional-section__item--info .btn-arrow {
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%); }
@media only screen and (max-width: 767px) {
    .professional-section__item--info .btn-arrow {
        display: none; } }
.professional-section__item a:hover .professional-section__item--info-more {
    top: 0;
    visibility: visible;
    opacity: 1;
    transition-duration: 1s;
    transition-delay: 0s; }

.topics-section p {
    font-size: 14px; }
@media (min-width: 768px) and (max-width: 991px) {
    .topics-section p {
        font-size: 12px; } }
.topics-section__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 40px;
    padding-left: 20px; }
@media only screen and (min-width: 768px) {
    .topics-section__inner {
        grid-template-columns: 1fr 1fr;
        margin-top: 40px;
        padding-left: 0; } }
@media only screen and (min-width: 992px) {
    .topics-section__inner {
        margin-top: 80px;
        gap: 35px; } }
.topics-section__item {
    background: var(--white);
    box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.5);
    display: flex;
    padding-bottom: 24px; }
.topics-section__item figure {
    width: calc(69% + 20px);
    margin-top: -15px;
    margin-left: -20px; }
@media only screen and (min-width: 768px) {
    .topics-section__item figure {
        width: calc(100% - 92px);
        margin-top: -24px;
        margin-left: 0; } }
@media only screen and (min-width: 992px) {
    .topics-section__item figure {
        width: calc(100% - 156px); } }
.topics-section__item figure img {
    width: 100%; }
.topics-section__item--info {
    padding: 15px 10px;
    white-space: nowrap;
    text-align: right;
    width: 31%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between; }
@media only screen and (min-width: 768px) {
    .topics-section__item--info {
        width: 116px;
        padding: 25px 20px; } }
@media only screen and (min-width: 992px) {
    .topics-section__item--info {
        width: 180px;
        padding: 25px 60px 12px 0; } }
.topics-section__item--info h3 {
    font-size: 20px;
    margin: 0 0 10px;
    color: var(--primary); }
@media only screen and (min-width: 768px) {
    .topics-section__item--info h3 {
        font-size: 18px;
        margin: 0 0 15px; } }
@media only screen and (min-width: 1100px) {
    .topics-section__item--info h3 {
        font-size: 20px; } }
@media only screen and (min-width: 1300px) {
    .topics-section__item--info h3 {
        font-size: 22px; } }
@media only screen and (min-width: 1500px) {
    .topics-section__item--info h3 {
        font-size: 28px; } }
.topics-section__item--info h4 {
    font-size: 29px;
    color: #909090;
    margin: 0 0 20px; }
@media only screen and (min-width: 768px) {
    .topics-section__item--info h4 {
        font-size: 26px; } }
@media only screen and (min-width: 1300px) {
    .topics-section__item--info h4 {
        font-size: 30px; } }
@media only screen and (min-width: 1500px) {
    .topics-section__item--info h4 {
        font-size: 40px; } }
.topics-section__item--info .btn-arrow {
    padding-right: 20px;
    font-size: 16px;
    color: var(--primary);
    background-size: 80%;
    background-position: 100% 100%;
    margin-right: -24px;
    margin-top: auto; }
@media only screen and (min-width: 768px) {
    .topics-section__item--info .btn-arrow {
        font-size: 15px;
        padding-right: 20px;
        margin-right: -10px; } }
@media only screen and (min-width: 992px) {
    .topics-section__item--info .btn-arrow {
        font-size: 23px;
        padding-right: 33px;
        margin-right: -24px; } }
.topics-section .btn-outline, .topics-section .btn-outline-gray, .topics-section .btn-ouline-text {
    border-color: #C3C3C3; }
@media only screen and (max-width: 767px) {
    .topics-section .section-button {
        display: none; } }

.news-section {
    padding-bottom: 60px; }
.news-section__item {
    max-width: 940px;
    margin: 0 auto;
    padding: 20px 10px; }
@media only screen and (min-width: 768px) {
    .news-section__item {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        border-bottom: 1px solid #909090; } }
@media only screen and (max-width: 767px) {
    .news-section__item {
        position: relative; }
    .news-section__item::before {
        content: '';
        width: calc(100% - 128px);
        left: 50%;
        transform: translate(-50%);
        bottom: 0;
        height: 3px;
        background: #909090;
        position: absolute;
        border-radius: 3px; } }
.news-section__item time {
    font-size: 18px;
    color: #AAAAAA;
    line-height: 1.6; }
@media only screen and (min-width: 768px) {
    .news-section__item time {
        width: 100px;
        padding-right: 10px;
        font-size: 14px; } }
@media only screen and (min-width: 992px) {
    .news-section__item time {
        font-size: 16px; } }
.news-section__item h3 {
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 10px; }
@media only screen and (min-width: 768px) {
    .news-section__item h3 {
        max-width: calc(100% - 154px);
        padding-right: 20px;
        width: 565px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0;
        font-size: 12px; } }
@media only screen and (min-width: 992px) {
    .news-section__item h3 {
        font-size: 14px; } }
@media only screen and (min-width: 768px) {
    .news-section__item .link-arrow {
        width: 54px; } }
@media (min-width: 768px) and (max-width: 991px) {
    .news-section__item .link-arrow {
        width: 35px; } }
@media only screen and (max-width: 767px) {
    .news-section__item .link-arrow {
        display: block; } }
.news-section__item .link-arrow img {
    display: block;
    max-width: 54px;
    margin-left: auto; }
@media (min-width: 768px) and (max-width: 991px) {
    .news-section__item .link-arrow img {
        max-width: 35px; } }

.recruit-section__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 26px; }
@media only screen and (min-width: 768px) {
    .recruit-section__inner {
        grid-template-columns: 1fr 1fr; } }
@media only screen and (min-width: 992px) {
    .recruit-section__inner {
        max-width: 1000px;
        margin: 0 auto; } }
.recruit-section__item {
    padding: 5px;
    background: var(--white);
    box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.5); }
.recruit-section__item a {
    display: inline-flex; }
.recruit-section__item figure {
    width: 54%; }
@media only screen and (min-width: 768px) {
    .recruit-section__item figure {
        width: 58%; } }
.recruit-section__item figure img {
    width: 100%;
    height: auto;
    object-fit: cover; }
@media (max-width: 575px){
    .recruit-section__item a{
        align-items: center;
    }
    .recruit-section__item figure img{
        width: 100%;
        height: auto;
    }
}
.recruit-section__item--info {
    width: 46%;
    padding: 10px 4px 10px 10px; }
@media only screen and (min-width: 768px) {
    .recruit-section__item--info {
        width: 42%;
        padding: 10px 13px 5px; } }
.recruit-section__item--info h3 {
    font-size: 11px;
    margin: 0 -6px 10px; }
@media only screen and (min-width: 768px) {
    .recruit-section__item--info h3 {
        font-size: 9px; } }
@media only screen and (min-width: 992px) {
    .recruit-section__item--info h3 {
        font-size: 14px; } }
.recruit-section__item--info h3 span {
    background: linear-gradient(0, #E9E9E9 8px, transparent 8px);
    padding: 0 5px; }
.recruit-section__item--labels {
    display: flex;
    gap: 3px;
    flex-wrap: wrap;
    margin: 0 0 2px; }
.recruit-section__item--labels li {
    font-size: 11px;
    color: var(--white);
    background: var(--primary);
    border-radius: 3px;
    padding: 2px 12px;
    line-height: 1; }
@media only screen and (min-width: 768px) {
    .recruit-section__item--labels li {
        font-size: 9px; } }
@media only screen and (min-width: 992px) {
    .recruit-section__item--labels li {
        font-size: 14px; } }
.recruit-section__item--list {
    margin: 0 0 7px; }
.recruit-section__item--list li {
    font-size: 11px;
    padding-left: 13px;
    position: relative;
    line-height: 20px; }
@media only screen and (min-width: 768px) {
    .recruit-section__item--list li {
        font-size: 9px;
        line-height: 18px; } }
@media only screen and (min-width: 992px) {
    .recruit-section__item--list li {
        font-size: 14px;
        line-height: 24px; } }
.recruit-section__item--list li::before {
    content: '';
    width: 11px;
    height: 11px;
    background: var(--black);
    position: absolute;
    left: 0;
    top: 8px; }
@media (min-width: 768px) and (max-width: 991px) {
    .recruit-section__item--list li::before {
        width: 9px;
        height: 9px;
        top: 4px; } }
.recruit-section__item h4 {
    font-size: 11px;
    color: #0000FF;
    line-height: 1;
    display: flex;
    gap: 6px;
    align-items: center;
    margin: 0; }
@media only screen and (min-width: 768px) {
    .recruit-section__item h4 {
        font-size: 9px; } }
@media only screen and (min-width: 992px) {
    .recruit-section__item h4 {
        font-size: 14px; } }
.recruit-section__item h4 span {
    color: #808080;
    background: #DDDDDD;
    padding: 2px 6px; }

.contact-section__inner {
    padding: 50px 0 40px;
    display: flex;
    flex-direction: column;
    align-items: center; }
.contact-section__inner .btn-outline, .contact-section__inner .btn-outline-gray, .contact-section__inner .btn-ouline-text {
    margin-top: 20px; }
@media only screen and (max-width: 767px) {
    .contact-section__inner .btn-outline, .contact-section__inner .btn-outline-gray, .contact-section__inner .btn-ouline-text {
        width: 100%; } }
@media only screen and (min-width: 992px) {
    .contact-section__inner .btn-outline, .contact-section__inner .btn-outline-gray, .contact-section__inner .btn-ouline-text {
        margin-top: 45px; } }

.prodection-service {
    padding: 30px 0 20px;
    background: linear-gradient(0deg, #F0F5F9 72px, transparent 72px); }
@media only screen and (min-width: 768px) {
    .prodection-service {
        background: linear-gradient(0deg, #F0F5F9 112px, transparent 112px);
        padding: 45px 0 50px;
        margin-bottom: 30px; } }
@media only screen and (max-width: 991px) {
    .prodection-service .heading-section {
        display: flex;
        flex-direction: column;
        align-items: center; } }
@media only screen and (max-width: 767px) {
    .prodection-service .heading-section {
        font-size: 35px; } }

.company-infomation {
    padding: 10px 0 0; }
.company-infomation h1 {
    padding: 0 15px;
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 10px;
    text-align: center; }
@media only screen and (min-width: 768px) {
    .company-infomation{
        position: relative;
    }
    .company-infomation h1 {
        padding: 0 20px;
        text-align: left;
        font-size: 12px; 
        /*position: absolute;*/
        /*top: 25px;*/
        /*left: 0;*/
        z-index: 999;
    } 
}
@media only screen and (min-width: 992px) {
    .company-infomation h1 {
        font-size: 20px; 
        top: 21px;
    } 
}
@media only screen and (max-width: 767px) {
    .company-infomation h1 {
        position: fixed;
        top: 17px;
        left: 0;
        width: 100%;
        z-index: 999;
        margin: 0; } }
.company-infomation .company-infomation__info {
    margin-bottom: 25px; }
@media only screen and (max-width: 767px) {
    .company-infomation .company-infomation__info {
        padding: 20px 0 10px;
        position: relative;
        z-index: 1; }
    .company-infomation .company-infomation__info::before {
        content: '';
        background: #E9E9E9;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        height: 100%;
        z-index: -1; } }
@media only screen and (min-width: 768px) {
    .company-infomation .company-infomation__info {
        margin-bottom: 35px; } }
@media only screen and (min-width: 992px) {
    .company-infomation .company-infomation__info {
        margin-bottom: 60px; } }
.company-infomation .company-infomation__info li {
    display: flex;
    font-size: 16px; }
@media (min-width: 768px) and (max-width: 991px) {
    .company-infomation .company-infomation__info li {
        font-size: 12px; } }
@media only screen and (max-width: 767px) {
    .company-infomation .company-infomation__info li {
        background: var(--white);
        border: 1px solid #D0D0D0; }
    .company-infomation .company-infomation__info li + li {
        border-top: 0; } }
.company-infomation .company-infomation__info li label {
    width: 100px;
    margin: 0;
    position: relative; }
@media only screen and (max-width: 767px) {
    .company-infomation .company-infomation__info li label {
        padding-left: 20px; } }
@media only screen and (min-width: 768px) {
    .company-infomation .company-infomation__info li label {
        width: 80px; } }
.company-infomation .company-infomation__info li label::before {
    content: '';
    height: 13px;
    border-right: 1px solid #C3C3C3;
    position: absolute;
    top: 10px;
    right: 0; }
.company-infomation .company-infomation__info li p {
    width: calc(100% - 100px);
    margin: 0;
    padding-left: 20px; }
@media only screen and (max-width: 767px) {
    .company-infomation .company-infomation__info li p {
        padding-right: 20px; } }
@media only screen and (min-width: 768px) {
    .company-infomation .company-infomation__info li p {
        width: calc(100% - 80px); } }
.company-infomation .company-infomation__socials {
    display: flex;
    align-items: center;
    gap: 25px; }
.company-infomation .company-infomation__socials li img {
    height: 23px; }
@media only screen and (min-width: 768px) {
    .company-infomation .company-infomation__socials li img {
        height: 17px; } }
@media only screen and (min-width: 992px) {
    .company-infomation .company-infomation__socials li img {
        height: 25px; } }

.company-infomation .company-infomation__nav {
    position: sticky;
    top: 50px;
    background: var(--white);
    z-index: 999; }
@media only screen and (min-width: 768px) {
	.company-infomation .company-infomation__nav h2{font-size:20px;display:none;margin: 0;position: absolute;top: 15px;left: 20px}
}
.company-infomation .company-infomation__nav h1{
    position: absolute;
    left: 15px;
    bottom: calc(100% + 10px);
    top: auto;
    font-size: 20px;
}
.company-infomation .company-infomation__nav ul {
    display: flex;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    justify-content: center; }
@media only screen and (min-width: 768px) {
    .company-infomation .company-infomation__nav h1{
        top: 15px;
        bottom: auto;
        font-size: 12px;
    }
    .company-infomation .company-infomation__nav ul {
        padding: 15px 0 20px; } }
.company-infomation .company-infomation__nav ul li {
    padding: 0 30px; }
@media only screen and (min-width: 768px) {
    .company-infomation .company-infomation__nav ul li {
        padding: 0 27px; } }
@media only screen and (min-width: 992px) {
    .company-infomation .company-infomation__nav ul li {
        padding: 0 40px; } }

@media only screen and (min-width: 1200px) {
    .company-infomation .company-infomation__nav h1{
        font-size: 20px;
    }
}
.company-infomation .company-infomation__nav ul li + li {
    border-left: 1px solid #AAAAAA; }
.company-infomation .company-infomation__nav ul li a {
    color: #DDD;
    text-transform: uppercase;
    line-height: 1.7;
    position: relative;
    display: block;
    padding: 0 7px;
    font-size: 14px; }
@media only screen and (min-width: 768px) {
    .company-infomation .company-infomation__nav ul li a {
        font-size: 12px; } }
@media only screen and (min-width: 992px) {
    .company-infomation .company-infomation__nav ul li a {
        font-size: 15px; } }
.company-infomation .company-infomation__nav ul li a::before {
    content: '';
    width: 0;
    transition: all 0.3s;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid var(--primary); }
.company-infomation .company-infomation__nav ul li a.active {
    color: var(--primary); }
.company-infomation .company-infomation__nav ul li a:hover {
    color: var(--primary); }
.company-infomation .company-infomation__nav ul li a:hover::before {
    width: 100%; }
@media only screen and (min-width: 768px) {
    .company-infomation__inner {
        display: grid;
        grid-template-columns: 65% 35%; } }
.company-infomation__banner picture {
    display: block; }
.company-infomation__banner picture img {
    width: 100%; }
.company-infomation__left {
    padding-bottom: 20px; }
@media only screen and (min-width: 768px) {
    .company-infomation__left {
        padding-bottom: 300px; } }
.company-infomation__section {
    padding: 15px 0; }
@media only screen and (max-width: 767px) {
    .company-infomation__section .slick-list {
        padding-right: 35%; } }
.company-infomation__section h2 {
    font-size: 20px;
    position: relative;
    margin: 0 0 10px; }
@media only screen and (min-width: 768px) {
    .company-infomation__section h2 {
        font-size: 18px; } }
@media only screen and (min-width: 992px) {
    .company-infomation__section h2 {
        font-size: 26px; } }
.company-infomation__section h2 span {
    padding: 0 20px 10px;
    display: inline-block;
    background: linear-gradient(0deg, #E9E9E9 22px, transparent 22px); }
@media only screen and (min-width: 768px) {
    .company-infomation__section h2 span {
        padding: 0 15px 5px;
        background: linear-gradient(0deg, #E9E9E9 15px, transparent 15px); } }
@media only screen and (min-width: 992px) {
    .company-infomation__section h2 span {
        padding: 0 35px 10px;
        background: linear-gradient(0deg, #E9E9E9 25px, transparent 25px); } }
.company-infomation__section h2 span span {
    padding: 0;
    background: none; }
.company-infomation__section--content {
    padding: 20px;
    font-size: 14px;
    line-height: 2.14;
    margin-bottom: 20px; }
@media only screen and (min-width: 768px) {
    .company-infomation__section--content {
        padding-left: 15px;
        font-size: 12px; } }
@media only screen and (min-width: 992px) {
    .company-infomation__section--content {
        padding-left: 35px;
        font-size: 14px; } }
.company-infomation__section--list.slick-slider.slick-dotted {
    margin: 0 ; }
.company-infomation__section--item {
    padding: 0 5px; }
.company-infomation__section--item img {
    width: 100%; }
@media only screen and (min-width: 768px) {
    .company-infomation__right {
        background: #FBFBFB; } }
.company-infomation__right--inner {
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 20px 60px; }
@media only screen and (min-width: 768px) {
    .company-infomation__right--inner {
        padding: 60px 20px; } }
.company-infomation__right h2 {
    font-size: 20px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin: 0 0 25px; }
@media only screen and (min-width: 768px) {
    .company-infomation__right h2 {
        font-size: 18px; } }
@media only screen and (min-width: 992px) {
    .company-infomation__right h2 {
        font-size: 24px; } }
.company-infomation__right h2 span {
    padding: 0 30px 10px;
    display: inline-block;
    background: linear-gradient(0deg, #E9E9E9 22px, transparent 22px); }
@media only screen and (min-width: 992px) {
    .company-infomation__right h2 span {
        background: linear-gradient(0deg, #E9E9E9 25px, transparent 25px); } }
.company-infomation__right h3 {
    font-size: 16px;
    text-align: center;
    margin: 0; }
@media only screen and (min-width: 768px) {
    .company-infomation__right h3 {
        margin: 0 0 20px; } }
@media (min-width: 768px) and (max-width: 991px) {
    .company-infomation__right h3 {
        font-size: 12px; } }
.company-infomation__right h3 span {
    padding: 0 15px 5px;
    display: inline-block;
    border-bottom: 1px solid var(--primary); }

@media only screen and (max-width: 767px) {
    .conmany-page .footer-site,
    .conmany-page .back-to-top {
        display: none; } }

.company-sticky {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--primary);
    z-index: 88; }
@media only screen and (min-width: 768px) {
    .company-sticky {
        display: none; } }
.company-sticky ul {
    display: flex; }
.company-sticky ul li {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }
.company-sticky ul li a {
    color: var(--white); }
.company-sticky ul li + li {
    position: relative; }
.company-sticky ul li + li::before {
    content: '';
    height: calc(100% - 10px);
    position: absolute;
    left: 0;
    top: 5px;
    border-left: 1px solid var(--white); }
.company-sticky ul li.company-contact a {
    display: inline-block;
    margin-top: -36%; }
@media (max-width: 767px){
    .company-sticky ul li.company-contact a{        
        width: 74px;
        height: 85px;
        line-height: 1.4;
        text-align: center;
        padding-top: 27px;
        font-weight: bold;
        background: url(../images/back-to-top01.svg) left top no-repeat;
        color: #000;
    }
}
@media only screen and (min-width: 768px) {
    .topic {
        display: flex;
        align-items: flex-start; } }
@media only screen and (min-width: 768px) {
    .topic--left {
        width: 65%; } }
@media only screen and (min-width: 768px) {
    .topic--right {
        width: 35%; } }
.topic--right .topic-widget {
    padding: 25px 20px; }
@media only screen and (min-width: 992px) {
    .topic--right .topic-widget {
        padding: 46px 20px; } }
.topic--right .topic-widget:nth-child(odd) {
    background: #F9F9F9; }
.topic--right .topic-widget h2 {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    margin: 0 0 20px; }
.topic--right .topic-widget .topics-section__item {
    margin-bottom: 40px; }
.topic--right .topic-widget--padding {
    padding: 35px 30px 46px 35px; }
@media only screen and (min-width: 992px) {
    .topic--right .topic-widget--padding {
        padding: 46px 30px 46px 50px; } }
.topic--right .topic-widget--padding h2 {
    margin: 0 0 35px; }
@media only screen and (min-width: 992px) {
    .topic--right .topic-widget--padding h2 {
        margin: 0 0 46px; } }
@media (min-width: 768px) and (max-width: 991px) {
    .topic--right .topics-section__item {
        padding-bottom: 10px; } }
@media (min-width: 768px) and (max-width: 991px) {
    .topic--right .topics-section__item figure {
        width: calc(100% - 72px);
        margin-left: -10px;
        margin-top: -10px; } }
@media only screen and (min-width: 992px) {
    .topic--right .topics-section__item figure {
        width: calc(100% - 104px); } }
.topic--right .topics-section__item--info {
    padding: 25px 20px 12px 0; }
@media (min-width: 768px) and (max-width: 991px) {
    .topic--right .topics-section__item--info {
        width: 82px;
        padding: 10px; } }
@media only screen and (min-width: 992px) {
    .topic--right .topics-section__item--info {
        width: 128px; } }
.topic--right .topics-section__item--info h3 {
    font-size: 18px; }
@media only screen and (min-width: 768px) {
    .topic--right .topics-section__item--info h3 {
        font-size: 15px; } }
@media only screen and (min-width: 1300px) {
    .topic--right .topics-section__item--info h3 {
        font-size: 20px; } }
.topic--right .topics-section__item--info h4 {
    font-size: 25px; }
@media only screen and (min-width: 768px) {
    .topic--right .topics-section__item--info h4 {
        font-size: 18px; } }
@media only screen and (min-width: 1200px) {
    .topic--right .topics-section__item--info h4 {
        font-size: 22px; } }
@media only screen and (min-width: 1400px) {
    .topic--right .topics-section__item--info h4 {
        font-size: 29px; } }
.topic--right .topics-section__item--info .btn-arrow {
    font-size: 14px;
    margin-right: 0; }
@media only screen and (min-width: 768px) {
    .topic--right .topics-section__item--info .btn-arrow {
        font-size: 10px; } }
@media only screen and (min-width: 992px) {
    .topic--right .topics-section__item--info .btn-arrow {
        font-size: 16px; } }
.topic--right .recruit-section__item {
    margin-bottom: 30px; display: inline-flex;
align-items: center;}
@media (min-width: 768px) and (max-width: 991px) {
    .topic--right .recruit-section__item {
        display: block; }
    .topic--right .recruit-section__item figure {
        width: 100%; }
    .topic--right .recruit-section__item--info {
        width: 100%;
        text-align: center; }
    .topic--right .recruit-section__item--labels {
        justify-content: center; }
    .topic--right .recruit-section__item--list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 0 10px; }
    .topic--right .recruit-section__item h4 {
        justify-content: center; } }
.topic--right .btn-outline, .topic--right .btn-outline-gray, .topic--right .btn-ouline-text {
    width: 100%;
    border-color: #C3C3C3; }
.topic__heading {
    background: #000;
    padding: 6px 20px; }
@media only screen and (min-width: 768px) {
    .topic__heading {
        display: flex;
        justify-content: space-between; } }
.topic__heading h1 {
    font-size: 15px;
    color: var(--white);
    margin: 0;
    text-align: center; }
@media only screen and (min-width: 768px) {
    .topic__heading h1 {
        font-size: 12px;
        width: 33.33%; } }
@media only screen and (min-width: 992px) {
    .topic__heading h1 {
        font-size: 16px; } }
.topic__heading h2 {
    font-size: 12px;
    color: var(--white);
    margin: 0;
    width: 33.33%; }
@media only screen and (min-width: 992px) {
    .topic__heading h2 {
        font-size: 15px; } }
@media only screen and (max-width: 767px) {
    .topic__heading h2 {
        display: none; } }
.topic__heading h2 span {
    padding: 0 3px 2px;
    border-bottom: 1px solid var(--white); }
@media only screen and (min-width: 768px) {
    .topic__heading h2 span {
        padding: 0 5px 2px; } }
@media only screen and (min-width: 768px) {
    .topic__heading span {
        width: 33.33%; } }
.topic__banner picture {
    display: block; }
.topic__banner picture img {
    width: 100%; }
.topic__content {
    writing-mode: vertical-rl;
    text-orientation: upright;
    padding: 40px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; }
@media only screen and (min-width: 992px) {
    .topic__content {
        padding: 60px 20px 70px; } }
.topic__content--inner {
    max-height: 130px; }
@media only screen and (min-width: 768px) {
    .topic__content--inner {
        max-height: 100px; } }
@media only screen and (min-width: 992px) {
    .topic__content--inner {
        max-height: 150px; } }
.topic__content p {
    font-size: 12px;
    line-height: 25px; }
@media only screen and (min-width: 992px) {
    .topic__content p {
        font-size: 16px;
        line-height: 38px; } }
.topic__summary {
    display: flex;
    background: #666;
    justify-content: center;
    padding: 20px; }
.topic__summary--inner {
    display: flex;
    flex-direction: column;
    align-items: center; }
.topic__summary h3 {
    font-size: 20px;
    color: var(--white);
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1; }
@media (min-width: 768px) and (max-width: 991px) {
    .topic__summary h3 {
        font-size: 14px; } }
.topic__summary h3 span {
    background: #666;
    padding: 0 20px;
    display: inline-block; }
.topic__summary h3::before {
    content: '';
    width: 100%;
    border-bottom: 1px solid var(--white);
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1; }
.topic__summary ul li {
    margin-bottom: 2px; }
.topic__summary ul li a {
    color: var(--white);
    font-size: 12px;
    line-height: 2;
    position: relative;
    display: inline-block;
    padding-left: 17px; }
.topic__summary ul li a::before {
    content: '>';
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(90deg); }
.topic__item {
    padding: 50px 20px 35px; }
@media only screen and (min-width: 768px) {
    .topic__item {
        padding: 50px 20px 70px; } }
@media only screen and (min-width: 992px) {
    .topic__item {
        padding: 50px 20px 120px; } }
.topic__item--top {
    display: flex;
    padding-bottom: 24px;
    box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.5); }
@media only screen and (min-width: 768px) {
    .topic__item--top {
        margin-left: 15px; } }
@media only screen and (min-width: 992px) {
    .topic__item--top {
        margin-left: 150px; } }
@media only screen and (max-width: 767px) {
    .topic__item--top {
        width: calc(100% - 15px);
        margin-left: 15px; } }
.topic__item--top figure {
    width: calc(65% + 20px);
    margin-top: -15px;
    margin-left: -20px; }
@media only screen and (min-width: 768px) {
    .topic__item--top figure {
        width: calc(100% - 142px);
        margin-top: -24px; } }
@media only screen and (min-width: 992px) {
    .topic__item--top figure {
        width: calc(100% - 107px);
        margin-left: -150px; } }
.topic__item--top figure img {
    width: 100%; }
.topic__item--info {
    width: 35%;
    padding: 15px 10px;
    white-space: nowrap;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center; }
@media only screen and (min-width: 768px) {
    .topic__item--info {
        width: 166px;
        padding: 25px 20px; } }
@media only screen and (min-width: 992px) {
    .topic__item--info {
        width: 257px;
        padding: 56px 36px; } }
.topic__item--info h3 {
    font-size: 19px;
    margin: 0 0 25px;
    color: var(--primary); }
@media only screen and (min-width: 768px) {
    .topic__item--info h3 {
        font-size: 22px;
        margin: 0 0 30px; } }
@media only screen and (min-width: 992px) {
    .topic__item--info h3 {
        font-size: 35px;
        margin: 0 0 50px; } }
.topic__item--info h4 {
    font-size: 28px;
    color: #909090;
    margin: 0; }
@media only screen and (min-width: 768px) {
    .topic__item--info h4 {
        font-size: 32px; } }
@media only screen and (min-width: 992px) {
    .topic__item--info h4 {
        font-size: 50px; } }
.topic__item--content {
    padding: 20px 0 30px; }
@media only screen and (min-width: 992px) {
    .topic__item--content {
        padding: 24px 50px 30px; } }
.topic__item--content h4 {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 10px; }
@media only screen and (min-width: 992px) {
    .topic__item--content h4 {
        font-size: 16px; } }
.topic__item--content p {
    margin: 0 0 20px;
    font-size: 12px;
    line-height: 2.14; }
@media only screen and (min-width: 992px) {
    .topic__item--content p {
        font-size: 14px; } }
.topic__item--images {
    display: flex;
    gap: 10px; }
.topic__item--images figure {
    flex-basis: 0;
    flex-grow: 1; }
.topic__item--images figure img {
    width: 100%; }
.topic__item--contact {
    background: #F9F9F9;
    border: 1px solid #E6E6E6;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 15px 20px; }
.topic__item--contact-inner h3 {
    font-size: 14px;
    line-height: 1.7;
    border-bottom: 1px solid #666666; }
.topic__item--contact-inner ul {
    margin-bottom: 20px; }
.topic__item--contact-inner ul li {
    display: flex;
    font-size: 14px; }
@media only screen and (min-width: 768px) {
    .topic__item--contact-inner ul li {
        font-size: 12px; } }
@media only screen and (min-width: 992px) {
    .topic__item--contact-inner ul li {
        font-size: 16px; } }
.topic__item--contact-inner ul li label {
    width: 100px;
    margin: 0;
    position: relative;
    text-align: center; }
@media only screen and (min-width: 768px) {
    .topic__item--contact-inner ul li label {
        width: 80px; } }
.topic__item--contact-inner ul li label::before {
    content: '';
    height: 13px;
    border-right: 1px solid #C3C3C3;
    position: absolute;
    top: 10px;
    right: 0; }
.topic__item--contact-inner ul li p {
    width: calc(100% - 100px);
    margin: 0;
    padding-left: 20px; }
@media only screen and (min-width: 768px) {
    .topic__item--contact-inner ul li p {
        width: calc(100% - 80px); } }

.contact-content {
    padding: 40px 0 20px;
    text-align: center; }
@media only screen and (min-width: 768px) {
    .contact-content {
        padding: 60px 0 25px; } }
@media only screen and (min-width: 992px) {
    .contact-content {
        padding: 100px 0 40px; } }
.contact-content h2 {
    line-height: 1.2;
    transform: translateY(-50%);
    margin: 0 0 10px;
    font-size: 35px; }
@media only screen and (min-width: 768px) {
    .contact-content h2 {
        font-size: 29px; } }
@media only screen and (min-width: 992px) {
    .contact-content h2 {
        font-size: 45px; } }
.contact-content__inner {
    background: #E9E9E9;
    padding: 0 20px 20px; }
@media only screen and (min-width: 768px) {
    .contact-content__inner {
        padding: 0 20px 40px; } }
@media only screen and (max-width: 767px) {
    .contact-content__inner {
        background: none;
        margin-left: -15px;
        margin-right: -15px;
        position: relative; }
    .contact-content__inner::after {
        content: '';
        background: #E9E9E9;
        width: 80%;
        height: 100%;
        position: absolute;
        left: 20%;
        top: 0;
        z-index: -1; } }
.contact-content__inner p {
    font-size: 14px;
    line-height: 1.6875;
    margin: 0 0 20px; }
@media only screen and (min-width: 768px) {
    .contact-content__inner p {
        font-size: 10px; } }
@media only screen and (min-width: 992px) {
    .contact-content__inner p {
        font-size: 16px;
        margin: 0 0 30px; } }
@media only screen and (max-width: 767px) {
    .contact-content__inner p {
        text-align: left; } }

.checkbox-wrap {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-flex;
    align-items: center;
    min-height: 16px;
    padding-left: 30px;
    font-size: 12px;
    line-height: 1.2; }
@media only screen and (min-width: 768px) {
    .checkbox-wrap {
        padding-left: 40px;
        min-height: 25px; } }
@media only screen and (min-width: 992px) {
    .checkbox-wrap {
        padding-left: 60px;
        min-height: 38px;
        font-size: 18px; } }
.checkbox-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
.checkbox-wrap .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    border: 1px solid #1A1A1A;
    border-radius: 4px; }
@media only screen and (min-width: 768px) {
    .checkbox-wrap .checkmark {
        height: 25px;
        width: 25px; } }
@media only screen and (min-width: 992px) {
    .checkbox-wrap .checkmark {
        height: 38px;
        width: 38px; } }
.checkbox-wrap .checkmark:after {
    content: '';
    position: absolute;
    display: none;
    left: 4px;
    top: 1px;
    width: 6px;
    height: 10px;
    border: solid var(--primary);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
@media only screen and (min-width: 768px) {
    .checkbox-wrap .checkmark:after {
        left: 8px;
        top: 4px;
        width: 8px;
        height: 12px; } }
@media only screen and (min-width: 992px) {
    .checkbox-wrap .checkmark:after {
        left: 12px;
        top: 5px;
        width: 12px;
        height: 20px; } }
.checkbox-wrap input:checked ~ .checkmark:after {
    display: block; }

.contact-form {
    padding: 20px 0 80px; }
@media only screen and (min-width: 768px) {
    .contact-form {
        padding: 25px 0 95px; } }
@media only screen and (min-width: 992px) {
    .contact-form {
        padding: 40px 0 150px; } }
.contact-form h3 {
    font-size: 16px;
    margin: 0 0 10px; }
@media only screen and (min-width: 992px) {
    .contact-form h3 {
        font-size: 25px; } }
.contact-form h4 {
    border-bottom: 1.5px solid var(--primary);
    font-size: 12px;
    line-height: 1.75;
    margin: 0 0 20px; }
@media only screen and (min-width: 768px) {
    .contact-form h4 {
        margin: 0 0 30px; } }
@media only screen and (min-width: 992px) {
    .contact-form h4 {
        font-size: 20px;
        margin: 0 0 50px; } }

.form-group {
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px; }
@media only screen and (min-width: 768px) {
    .form-group {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
        margin-bottom: 70px; } }
@media only screen and (min-width: 992px) {
    .form-group {
        margin-bottom: 100px; } }

.form-row {
    margin-bottom: 20px; }
@media only screen and (min-width: 768px) {
    .form-row {
        margin-bottom: 35px; } }
@media only screen and (min-width: 992px) {
    .form-row {
        margin-bottom: 60px; } }
.form-row label {
    font-size: 12px;
    margin: 0;
    display: block; }
@media only screen and (min-width: 992px) {
    .form-row label {
        font-size: 18px; } }
.form-row__content {
    background: #E9E9E9;
    border: 2px solid #C3C3C3;
    border-radius: 3px;
    padding: 10px;
    max-height: 100px;
    overflow-y: auto;
    font-size: 14px; }
@media only screen and (min-width: 768px) {
    .form-row__content {
        max-height: 168px;
        padding: 20px; } }
@media only screen and (min-width: 992px) {
    .form-row__content {
        max-height: 260px;
        font-size: 16px; } }

.form-agree {
    text-align: center; }

.form-submit {
    margin-top: 40px;
    text-align: center; }
@media only screen and (min-width: 768px) {
    .form-submit {
        margin-top: 50px; } }
@media only screen and (min-width: 992px) {
    .form-submit {
        margin-top: 80px; } }
/*# sourceMappingURL=styles.css.map */
