@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

:root {
  --color-green: #00AA80;
  --color-light-gray: #F6F6F6;
  --color-gray: #E4E4E4;
  --hover-opacity: 0.7;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
      text-size-adjust: 100%;
  height: 100%;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  color: #121212;
  font-family: "Catamaran", "Noto Sans JP", sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.5;
  background-color: #fff;
}

.pc-only {
  display: block !important;
}

.sp-only {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  img {
    width: 100%;
    height: auto;
  }
}
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 1260px;
}
@media screen and (max-width: 768px) {
  .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: initial;
  }
}

.main {
  width: calc(100% - 300px);
}
@media screen and (max-width: 768px) {
  .main {
    width: 100%;
    margin-left: 0;
  }
}

.header {
  width: 300px;
  height: 100vh;
  border-right: 1px solid var(--color-green);
  position: sticky;
  top: 0;
}
@media screen and (max-width: 768px) {
  .header {
    width: 100%;
    height: auto;
    position: sticky;
    top: 0;
    z-index: 100;
  }
}

.global-nav {
  height: 100vh;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .global-nav {
    overflow: initial;
    border-right: 0;
    height: auto;
    width: 100%;
    position: static;
  }
}

.global-nav .global-nav-header {
  background: var(--color-green);
  padding: 30px 20px 18px;
}
.global-nav .site-name {
  text-align: center;
}
.global-nav .site-logo {
  width: 260px;
  margin-bottom: 9px;
}
.global-nav .site-logo-copyright {
  font-size: 1.4rem;
}
.global-nav .site-name {
  font-size: 1.4rem;
  color: #fff;
}
.global-nav .nav-section {
  margin: 0 0 24px 0;
}
.global-nav .nav-list {
  list-style-type: none;
  padding: 0;
}
.global-nav .nav-list li {
  border-bottom: 1px solid #F0F0F0;
}
.global-nav .nav-list a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--color-green);
  text-decoration: none;
  padding: 18px 18px 18px 20px;
  font-weight: bold;
  font-size: 1.5rem;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.global-nav .nav-list a .icon-arrow {
  right: 18px;
}
.global-nav .nav-list .nav-pill {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  margin-right: 8px;
  font-size: 1.4rem;
  background: var(--color-green);
  color: #fff;
  border-radius: 10px;
  width: 72px;
}
.global-nav .nav-contact-button {
  background: var(--color-green);
  color: #fff;
  width: 220px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
  margin: 0 auto;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  border-radius: 4px;
  border: 2px solid var(--color-green);
  position: relative;
}
.global-nav .nav-contact-button::before {
  position: absolute;
  content: "";
  display: block;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 19px;
  height: 14px;
  border-radius: 4px;
  background: url("/assets/img/common/icon-mail-white.svg") no-repeat;
  background-size: 19px 14px;
  z-index: 1;
}
.global-nav .nav-contact-button::after {
  border-radius: 4px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.global-nav .nav-contact-button-label {
  z-index: 1;
}
.global-nav .nav-contact-button:hover::before {
  background: url("/assets/img/common/icon-mail-green.svg") no-repeat;
}
.global-nav .nav-contact-button:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.global-nav .nav-contact-button:hover .nav-contact-button-label {
  color: var(--color-green);
}
.global-nav .nav-search-form {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.global-nav .nav-search-input {
  position: relative;
}
.global-nav .nav-search-input::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 13px;
  width: 12px;
  height: 16px;
  background: url("/assets/img/common/icon-search-green.svg") no-repeat center center;
  background-size: cover;
}
.global-nav .nav-search-input input {
  background: var(--color-light-gray);
  border: 1px solid var(--color-gray);
  border-radius: 4px;
  height: 44px;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-left: 33px;
  padding-right: 5px;
}
.global-nav .nav-search-input input:focus {
  outline: none;
}
.global-nav .nav-search-submit {
  background: #A8A8A8;
  border: 1px solid var(--color-gray);
  width: 64px;
  height: 44px;
  border-radius: 4px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.global-nav .nav-sns-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 6px 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.global-nav .nav-sns-buttons-label {
  color: var(--color-green);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.6rem;
  font-weight: bold;
}
.global-nav .nav-sns-buttons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.global-nav .nav-sns-buttons ul li {
  margin-right: 9px;
}
.global-nav .nav-sns-buttons ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .global-nav .global-nav-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.5384615385vw;
  }
  .global-nav .global-nav-toggle {
    max-width: 44px;
    max-height: 44px;
    width: 11.2820512821vw;
    height: 11.2820512821vw;
    background: #fff;
    position: relative;
  }
  .global-nav .global-nav-toggle span {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 63.6363636364%;
    height: 9.0909090909%;
    background: var(--color-green);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .global-nav .global-nav-toggle span:nth-child(1) {
    top: 30%;
  }
  .global-nav .global-nav-toggle span:nth-child(3) {
    top: 70%;
  }
  .global-nav .site-logo {
    padding: 1.5384615385vw 0 0 1.5384615385vw;
    width: 48.4615384615vw;
    max-width: 189px;
  }
  .global-nav .site-logo-copyright {
    display: none;
  }
  .global-nav .global-nav-modal {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    visibility: visible;
    z-index: 101;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
  }
  .global-nav .global-nav-modal.open {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .global-nav .nav-list a {
    font-size: 5.1282051282vw;
    padding: 5.1282051282vw;
  }
  .global-nav .nav-list .nav-pill {
    height: 6.6666666667vw;
    border-radius: 3.3333333333vw;
    font-size: 4.8717948718vw;
    width: 23.8461538462vw;
    margin-right: 2.5641025641vw;
  }
}

@media screen and (max-width: 768px) {
  .global-nav-modal {
    overflow: scroll;
  }
  .global-nav-modal .global-nav-header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 8.9743589744vw 0;
  }
  .global-nav-modal .site-logo {
    width: 86.6666666667vw;
    margin: 0 auto 2.5641025641vw;
    max-width: initial;
  }
  .global-nav-modal .site-logo-copyright {
    display: block;
    font-size: 4.6153846154vw;
  }
  .global-nav-modal .nav-contact-button {
    width: 66.6666666667vw;
    padding: 3.8461538462vw 3.8461538462vw 3.8461538462vw 11.5384615385vw;
    font-size: 4.1025641026vw;
    border-radius: 1.2820512821vw;
  }
  .global-nav-modal .nav-contact-button::before {
    width: 6.1538461538vw;
    height: 4.6153846154vw;
  }
  .global-nav-modal .global-nav-close {
    width: 11.2820512821vw;
    height: 11.2820512821vw;
    margin: 6.4102564103vw auto;
    display: block;
  }
}
.footer .footer-nav-index {
  border-bottom: 1px solid var(--color-green);
  padding: 80px 60px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .footer-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 45px;
}
.footer .footer-nav-list li:last-child {
  margin-right: 0;
}
.footer .footer-nav-list li a {
  color: var(--color-green);
}
.footer .footer-nav-list li a:hover {
  text-decoration: underline;
}
.footer .footer-nav-list dl dt {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 26px;
}
.footer .footer-nav-list dl dd {
  margin-bottom: 15px;
}
.footer .footer-logo {
  width: 260px;
  padding-top: 20px;
}
.footer .footer-address {
  margin-left: auto;
  color: var(--color-green);
  line-height: 1.8;
}
.footer .footer-address-name {
  font-size: 2rem;
  font-weight: bold;
}
.footer .footer-nav-global {
  padding: 40px 100px 40px 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.footer .page-top {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: var(--color-green);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .footer-nav-global-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 980px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: auto;
}
.footer .footer-nav-global-list a {
  font-size: 2rem;
  font-weight: bold;
  color: var(--color-green);
}
.footer .footer-nav-global-list a:hover {
  text-decoration: underline;
}
.footer .nav-sns-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 6px 0 20px;
  margin-left: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .nav-sns-buttons-label {
  color: var(--color-green);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.6rem;
  font-weight: bold;
  margin-right: 12px;
}
.footer .nav-sns-buttons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .nav-sns-buttons ul li {
  margin-right: 9px;
}
.footer .nav-sns-buttons ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1730px) {
  .footer .footer-nav-global-list {
    width: auto;
  }
  .footer .footer-nav-global-list li {
    margin-right: 2em;
  }
  .footer .footer-nav-global-list li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .footer .global-nav {
    position: static;
  }
  .footer .global-nav-header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 8.9743589744vw 0;
  }
  .footer .global-nav .site-logo {
    width: 86.6666666667vw;
    margin: 0 auto 2.5641025641vw;
    max-width: initial;
  }
  .footer .global-nav .site-logo-copyright {
    display: block;
    font-size: 4.6153846154vw;
  }
  .footer .nav-section {
    margin: 0 0 8.4615384615vw 0;
  }
  .footer .nav-contact-button {
    width: 66.6666666667vw;
    padding: 3.8461538462vw 3.8461538462vw 3.8461538462vw 11.5384615385vw;
    font-size: 4.1025641026vw;
    border-radius: 1.2820512821vw;
  }
  .footer .nav-contact-button::before {
    width: 6.1538461538vw;
    height: 4.6153846154vw;
  }
  .footer .nav-search-form {
    padding: 0 6.6666666667vw;
  }
  .footer .nav-search-input {
    position: relative;
  }
  .footer .nav-search-input::before {
    left: 4.6153846154vw;
    width: 4.1025641026vw;
    height: 5.1282051282vw;
  }
  .footer .nav-search-input input {
    border-radius: 1.2820512821vw;
    height: 14.8717948718vw;
    font-size: 4.6153846154vw;
    padding-left: 11.5384615385vw;
    padding-right: 1.2820512821vw;
    margin-right: 2.5641025641vw;
  }
  .footer .nav-search-submit {
    width: 21.2820512821vw;
    height: 14.8717948718vw;
    font-size: 4.6153846154vw;
  }
  .footer .nav-sns-buttons {
    padding: 0 2.0512820513vw 0 6.6666666667vw;
    margin-bottom: 12.8205128205vw;
  }
  .footer .nav-sns-buttons-label {
    font-size: 5.1282051282vw;
  }
  .footer .nav-sns-buttons ul li {
    width: 9.2307692308vw;
    height: 9.2307692308vw;
  }
  .footer .nav-search-form {
    margin-bottom: 10.2564102564vw;
  }
  .footer .footer-nav-global {
    padding: 0;
    display: block;
  }
  .footer .footer-nav-global-list {
    width: 100%;
    display: block;
    padding-left: 6.6666666667vw;
    margin-bottom: 8.9743589744vw;
  }
  .footer .footer-nav-global-list li {
    margin-bottom: 2.5641025641vw;
  }
  .footer .footer-nav-global-list li a {
    font-size: 5.1282051282vw;
  }
  .footer .footer-nav-global-list li a::before {
    content: "・";
    color: var(--color-green);
  }
  .footer .footer-address {
    font-size: 5.1282051282vw;
    margin: 0 6.6666666667vw;
    padding-bottom: 8.9743589744vw;
  }
  .footer .footer-address-name {
    font-size: 6.1538461538vw;
  }
  .footer .page-top {
    position: fixed;
    top: auto;
    bottom: 0;
    right: 0;
    padding: 1.5384615385vw;
    z-index: 90;
  }
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.img-responsive {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .modal-open {
    overflow: hidden;
  }
}
.hover\:fade {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.hover\:fade:hover {
  opacity: var(--hover-opacity);
}

.icon-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.icon-arrow::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: "";
  width: 20px;
  height: 20px;
  background: url("/assets/img/common/icon-arrow.svg");
}
.icon-arrow.white::after {
  background: url("/assets/img/common/icon-arrow-white.svg");
}
@media screen and (max-width: 768px) {
  .icon-arrow::after {
    width: 5.1282051282vw;
    height: 5.1282051282vw;
    background: url("/assets/img/common/icon-arrow.svg");
    background-size: cover;
  }
  .icon-arrow.white::after {
    background: url("/assets/img/common/icon-arrow-white.svg");
    background-size: cover;
  }
}/*# sourceMappingURL=main.css.map */