/**  Mixins */
/*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
/** Global **/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

figure {
  margin: 0;
  padding: 0;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

:root {
  --white: #ffffff;
  --black: #000000;
  --smoke: #f4f5ef;
  --gray: #e5e5e5;
  --primary: #45b035;
  --second: #ffe753;
  --text-body: #000;
  --radius: 5px;
}

/* Base Setting
---------------------------------------- */
body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  overflow-wrap: break-word;
  font-weight: 400;
  color: var(--text-body);
  overflow-x: hidden;
  line-height: 1.5;
  position: relative;
  width: 100%;
  background: var(--white);
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

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

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

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

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

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

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

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

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

.company-section__content ul, .content-section ol, .site-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.btn, .btn-second,
button,
input[type=button],
input[type=submit] {
  transition: all 0.3s;
  color: var(--white);
  padding: 5px 25px;
  text-align: center;
  font-weight: 400;
  display: inline-block;
  outline: none !important;
  border-radius: var(--radius);
  background: var(--primary);
  text-transform: uppercase;
  border: 0;
  font-size: 16px;
  border-radius: 100px;
  line-height: 1.5;
}
.btn:hover, .btn-second:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.5;
  color: var(--white);
}

.btn-second {
  background: var(--second);
  color: var(--text-body);
}
.btn-second:hover {
  color: var(--text-body);
}

.btn--arrow {
  position: relative;
  padding-right: 30px;
}
.btn--arrow::after {
  content: "";
  border-left: 10px solid var(--white);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  right: 7px;
  top: calc(50% - 6px);
}

@media only screen and (min-width: 768px) {
  .container__inner {
    padding-inline: 30px;
  }
}

.container-fluid {
  max-width: 1920px;
}
@media (min-width: 48em) {
  .container-fluid {
    padding: 0 64px;
  }
}

.section-heading {
  position: relative;
  margin-bottom: 10px;
  transform: translateY(-25px);
}
@media only screen and (min-width: 768px) {
  .section-heading {
    margin-bottom: 15px;
    transform: translateY(-35px);
  }
}
@media only screen and (min-width: 992px) {
  .section-heading {
    margin-bottom: 3px;
    transform: translateY(-47px);
  }
}
.section-heading h2 {
  color: var(--white);
  line-height: 1;
  font-weight: 500;
  font-size: 70px;
  margin: 0;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .section-heading h2 {
    font-size: 100px;
  }
}
@media only screen and (min-width: 992px) {
  .section-heading h2 {
    font-size: 128px;
  }
}
.section-heading h3 {
  border-bottom: 1px solid var(--primary);
  font-size: 22px;
  line-height: 1.2;
  display: inline-block;
  padding: 0 24px 8px;
  margin: 0;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .section-heading h3 {
    font-size: 28px;
  }
}

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

@media screen and (min-width: 1024px) {
  .pcbr {
    display: block;
  }
  .spbr {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pcbr {
    display: none;
  }
  .spbr {
    display: block;
  }
}
.bg-green {
  background: rgba(69, 176, 53, 0.1);
}

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

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

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

.site-header {
  font-weight: 300;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  background: var(--white);
}
.site-header__inner {
  padding-block: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  min-height: 60px;
}
@media only screen and (min-width: 992px) {
  .site-header__inner {
    gap: 30px;
    padding-block: 15px;
    min-height: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .site-header .container-lg {
    padding: 0;
  }
}
.site-header__logo img {
  height: 30px;
}
@media only screen and (min-width: 992px) {
  .site-header__logo img {
    height: 40px;
  }
}
.site-header__text {
  margin-right: auto;
}
.site-header__text p {
  color: var(--white);
  margin: 0;
  font-size: 16px;
}
@media only screen and (min-width: 992px) {
  .site-header__text p {
    font-size: 22px;
    color: var(--text-body);
  }
}
@media only screen and (min-width: 1200px) {
  .site-header__text p {
    font-size: 28px;
  }
}
.site-header__text p span {
  font-size: 13px;
}
@media only screen and (min-width: 992px) {
  .site-header__text p span {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .site-header__text p span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .site-header__nav {
    position: absolute;
    top: 100%;
    background: #f2f2f2;
    width: 100%;
    display: none;
    padding: 30px 15px;
    left: 0;
  }
}
@media only screen and (min-width: 992px) {
  .site-header__nav {
    display: block !important;
    flex-grow: 1;
  }
}
.site-header__nav ul {
  text-align: center;
  font-size: 16px;
}
@media only screen and (min-width: 992px) {
  .site-header__nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    font-weight: 600;
    justify-content: flex-end;
    font-size: 13px;
  }
}
@media only screen and (max-width: 991px) {
  .site-header__nav ul li + li {
    margin-top: 10px;
  }
}
.site-header__nav ul li a {
  color: var(--text-body);
  display: block;
  position: relative;
}
.site-header__nav ul li.active > a, .site-header__nav ul li:hover > a {
  color: var(--primary);
}
.site-header__nav ul li.special-menu a {
  background: var(--primary);
  color: var(--white);
  border-radius: 5px;
  padding: 7px 11px;
}
.site-header__nav ul li.special-menu a::after {
  display: none;
}
.site-header__nav ul li.special-menu a:hover {
  opacity: 0.5;
}
@media only screen and (min-width: 992px) {
  .site-header__btn {
    display: none;
  }
}
.site-header.header-sticky {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
}

.site-footer {
  border-top: 1px solid #45b035;
  font-size: 12px;
  padding-block: 16px;
}
@media only screen and (min-width: 768px) {
  .site-footer {
    padding-block: 22px;
  }
}
.site-footer p {
  margin: 0;
}

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999;
  width: 40px;
  transition: all 0.3s;
  opacity: 0;
}
@media only screen and (min-width: 992px) {
  .back-to-top {
    bottom: 40px;
    right: 40px;
  }
}
.back-to-top svg {
  width: 100%;
  height: auto;
}
.back-to-top.show {
  opacity: 1;
}

/** pages */
.banner {
  position: relative;
}
.banner .container {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
}
.banner picture {
  display: block;
}
.banner picture img {
  min-height: 400px;
  object-fit: cover;
  width: 100%;
}
.banner__inner {
  width: 80%;
  max-width: 640px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.85);
  padding: 20px;
  gap: 5px;
}
@media only screen and (min-width: 768px) {
  .banner__inner {
    font-size: 21px;
    min-height: 150px;
  }
}
.banner__inner p {
  margin: 0;
}
.banner__inner h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--primary);
}
@media only screen and (min-width: 768px) {
  .banner__inner h1 {
    font-size: 65px;
  }
}
.banner--top .banner__inner {
  position: static;
  transform: none;
  max-width: 550px;
  border-radius: 0 0 10px 10px;
  padding: 30px 10px 20px;
}
@media only screen and (min-width: 768px) {
  .banner--top .banner__inner {
    border-radius: 0 0 30px 30px;
    padding: 50px 40px 20px;
    max-width: 400px;
  }
}
@media only screen and (min-width: 992px) {
  .banner--top .banner__inner {
    max-width: 550px;
  }
}
.banner--top .banner__inner h1 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.33;
  color: #787878;
}
@media only screen and (min-width: 768px) {
  .banner--top .banner__inner h1 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .banner--top .banner__inner h1 {
    font-size: 40px;
  }
}

.content-section {
  padding-block: 80px 60px;
  font-size: 16px;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  .content-section {
    padding-block: 80px;
  }
}
.content-section h2 {
  background: var(--primary);
  color: var(--white);
  position: relative;
  text-align: center;
  font-weight: 700;
  border-radius: 200px;
  margin: 0 0 25px;
  line-height: 1.2;
  font-size: 24px;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .content-section h2 {
    font-size: 32px;
    padding: 6px 10px;
    margin: 0 0 35px;
  }
}
.content-section h2::before {
  content: "";
  position: absolute;
  left: 30px;
  width: 50px;
  height: 50px;
  top: -25px;
  background: url("../images/global/heading-icon.png") no-repeat 0 0/100%;
}
@media only screen and (min-width: 768px) {
  .content-section h2::before {
    left: 70px;
    width: 70px;
    height: 70px;
    top: -35px;
  }
}
.content-section h2.icon-right::before {
  left: auto;
  right: 30px;
}
@media only screen and (min-width: 768px) {
  .content-section h2.icon-right::before {
    right: 70px;
  }
}
.content-section h3 {
  text-align: center;
  color: var(--primary);
  line-height: 1.6;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .content-section h3 {
    font-size: 28px;
    margin: 0 0 15px;
  }
}
.content-section p {
  margin: 0 0 10px;
}
.content-section ol {
  counter-reset: list-counter;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  margin-block: 40px;
}
@media only screen and (min-width: 768px) {
  .content-section ol {
    font-size: 21px;
  }
}
.content-section ol li {
  counter-increment: list-counter;
  margin-bottom: 30px;
  padding: 2px 0 2px 45px;
  position: relative;
}
.content-section ol li::before {
  content: counter(list-counter);
  width: 35px;
  height: 35px;
  background: var(--primary);
  color: var(--white);
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-section ol:last-of-type {
  margin-bottom: 0;
}
.content-section__inner {
  padding-inline: 15px;
}
@media only screen and (min-width: 768px) {
  .content-section__inner {
    padding-inline: 30px;
  }
}
.content-section--style-2 h3 {
  margin: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  .content-section--style-2 h3 {
    margin: 0 0 45px;
  }
}
.content-section--style-2 p {
  line-height: 1.875;
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .content-section--style-2 p {
    margin: 0 0 30px;
  }
}
.content-section .grid-box {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .content-section .grid-box {
    margin-top: 70px;
  }
}

.message-section {
  padding-bottom: 60px;
}
.message-section__row {
  background: var(--white);
  border-radius: 10px;
}
@media only screen and (min-width: 768px) {
  .message-section__row {
    display: flex;
  }
}
.message-section__row + .message-section__row {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .message-section__row + .message-section__row {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .message-section__row figure {
    width: 41%;
  }
}
.message-section__row figure img {
  width: 100%;
  border-radius: 10px 10px 0 0;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .message-section__row figure img {
    border-radius: 10px 0 0 10px;
  }
}
.message-section__row--body {
  padding: 24px 20px;
  font-size: 16px;
  line-height: 1.52;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .message-section__row--body {
    width: 59%;
  }
}
@media only screen and (min-width: 992px) {
  .message-section__row--body {
    font-size: 21px;
  }
}
.message-section__row--body h3 {
  font-size: 20px;
  line-height: 1.1875;
  font-weight: 700;
  color: var(--primary);
  margin: 0 0 8px;
}
@media only screen and (min-width: 992px) {
  .message-section__row--body h3 {
    font-size: 32px;
  }
}
.message-section__row--body h3 a {
  color: var(--primary);
}
.message-section__row--body p {
  margin: 0 0 20px;
}

.company-section {
  padding-block: 60px 80px;
}
@media only screen and (min-width: 768px) {
  .company-section {
    padding-block: 85px 140px;
  }
}
@media only screen and (min-width: 768px) {
  .company-section__inner {
    display: flex;
  }
}
.company-section__inner figure {
  margin: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  .company-section__inner figure {
    width: 41%;
    margin: 0;
  }
}
.company-section__inner figure img {
  width: 100%;
  border-radius: 10px;
}
.company-section__content {
  font-size: 14px;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  .company-section__content {
    width: 59%;
    padding-inline: 30px;
    align-self: center;
  }
}
.company-section__content h3 {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 4px;
}
.company-section__content h2 {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 0;
}
.company-section__content ul {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.5;
}
.company-section__content ul li {
  padding-block: 15px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.company-section__content ul li + li {
  border-top: 1px solid #c8c8c8;
}
.company-section__content ul li span {
  color: var(--white);
  background: var(--primary);
  border-radius: 100px;
  font-size: 16px;
  font-weight: 400;
  width: 100px;
  min-width: 100px;
  text-align: center;
  padding: 1px 5px;
  margin-top: 1px;
}
.company-section__content ul li p {
  margin: 0;
}
.company-section__content--more {
  border-top: 1px solid #c8c8c8;
  padding-top: 15px;
}

.grid-box {
  display: grid;
  gap: 30px;
  max-width: 620px;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .grid-box {
    grid-template-columns: 1fr 1fr;
    gap: 30px 60px;
  }
}
.grid-box__item a {
  height: 100%;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.428;
}
.grid-box__item a img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1.78;
  border-radius: 10px 10px 0 0;
}
.grid-box__item a span {
  flex-grow: 1;
  text-align: left;
  background: var(--primary);
  color: var(--white);
  border-radius: 0 0 10px 10px;
  padding: 10px 30px 10px 20px;
  position: relative;
}
.grid-box__item a span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  border-left: 10px solid var(--white);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
