@charset "UTF-8";
@media (max-width: 1060px) {
  .hidden-xl {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .hidden-mdsl {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .hidden-mds {
    display: none !important;
  }
}

@media (max-width: 980px) {
  .hidden-md {
    display: none !important;
  }
}

@media (max-width: 500px) {
  .hidden-xs {
    display: none !important;
  }
}

.visible-mdsl,
.visible-xs,
.visible-md,
.visible-mds,
.visible-xl {
  display: none !important;
}

@media (max-width: 1060px) {
  .visible-xl {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .visible-mdsl {
    display: block !important;
  }
}

@media (max-width: 600px) {
  .visible-mds {
    display: block !important;
  }
}

@media (max-width: 980px) {
  .visible-md {
    display: block !important;
  }
}

@media (max-width: 500px) {
  .visible-xs {
    display: block !important;
  }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  line-height: 0;
}

sup {
  font-size: 70%;
  vertical-align: top;
}

body {
  -webkit-text-size-adjust: none;
}

h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.4;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}

h4 {
  font-size: 21px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 14px;
}

p {
  margin: 0;
}

p img {
  margin: 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
  color: #333;
}

small {
  font-size: 80%;
}

blockquote,
blockquote p {
  font-size: 17px;
  line-height: 24px;
  color: #777;
  font-style: italic;
}

blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #ddd;
}

blockquote cite {
  display: block;
  font-size: 12px;
  color: #555;
}

blockquote cite:before {
  content: "— ";
}

blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
  color: #555;
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

a,
a:visited {
  text-decoration: none;
  outline: 0;
}

p a,
p a:visited {
  line-height: inherit;
}

input[type=text],
input[type=password],
input[type=email],
textarea,
select {
  border: 1px solid #ccc;
  outline: none;
  border-radius: 2px;
  margin: 0;
  max-width: 100%;
  background: #fff;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus {
  border: 1px solid #aaa;
  color: #444;
}

label,
legend {
  display: block;
  font-weight: bold;
  font-size: 13px;
}

input[type=checkbox] {
  display: inline;
}

button {
  cursor: pointer;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #b93d0c;
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.modaal-close:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modaal-close:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
          animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
      -ms-transform: scale(0.25);
          transform: scale(0.25);
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

html {
  scroll-behavior: auto !important;
}

em {
  font-style: normal;
}

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

::-webkit-file-upload-button {
  inline-size: -webkit-fit-content;
  inline-size: fit-content;
  touch-action: manipulation;
  -webkit-user-select: none;
          user-select: none;
}

.button,
::file-selector-button {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

*:focus-visible {
  outline: none;
  outline-offset: 2px;
}

body {
  background-color: #fff;
}

article {
  background-color: #FFFBE8;
}

.inner {
  max-width: 1060px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 500px) {
  .inner {
    padding-left: 17px;
    padding-right: 17px;
  }
}

.max_width {
  max-width: 1060px;
}

.text_center {
  text-align: center;
}

.box_center {
  margin-left: auto;
  margin-right: auto;
}

img {
  max-width: 100%;
}

.va-bottom {
  vertical-align: bottom;
}

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

@-webkit-keyframes mHover {
  0% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes mHover {
  0% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes mHover2 {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes mHover2 {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
html,
button {
  -webkit-font-feature-settings: "pkna" 1;
          font-feature-settings: "pkna" 1;
  font-size: 16px;
  color: #202020;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 500px) {
  html,
  button {
    font-size: 15px;
  }
}

body {
  line-height: 1.5;
}

.wide-line-height {
  line-height: 2.5;
}

header,
.header {
  width: 100%;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  background-color: rgba(255, 251, 232, 0);
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
header:before,
.header:before {
  display: block;
  content: "";
  position: absolute;
  background-color: #FFFBE8;
  background-repeat: no-repeat;
  background-image: url(../img/hero_bg1.png), url(../img/hero_bg2.png);
  background-size: 52.5vw 52.5vw, 37.5vw 75vw;
  background-position: left top, right bottom;
  width: 100%;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s 0.01s, height 0.1s 0.5s;
  transition: opacity 0.5s 0.01s, height 0.1s 0.5s;
}
header_main,
.header_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 80px;
}
@media (max-width: 1700px) {
  header_main,
  .header_main {
    padding: 0 40px;
  }
}
@media (max-width: 1200px) {
  header_main,
  .header_main {
    padding: 0 30px;
    height: 60px;
    display: block;
  }
}
@media (max-width: 768px) {
  header_main,
  .header_main {
    padding: 0 20px;
  }
}
header h1,
.header h1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 465px;
          flex: 0 0 465px;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media (max-width: 1700px) {
  header h1,
  .header h1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 350px;
            flex: 0 0 350px;
  }
}
@media (max-width: 1400px) {
  header h1,
  .header h1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
  }
}
@media (max-width: 600px) {
  header h1,
  .header h1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
  }
}
header h1 .logo,
.header h1 .logo {
  display: block;
}
header h1 img,
.header h1 img {
  width: 465px;
}
@media (max-width: 1700px) {
  header h1 img,
  .header h1 img {
    width: 350px;
  }
}
@media (max-width: 1400px) {
  header h1 img,
  .header h1 img {
    width: 300px;
  }
}
@media (max-width: 600px) {
  header h1 img,
  .header h1 img {
    width: 260px;
  }
}
header button,
.header button {
  display: none;
  border: none;
  background: transparent;
  text-align: center;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 1;
  background-color: #FF999A;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  color: #fff;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1200px) {
  header button,
  .header button {
    display: block;
  }
}
@media (any-hover: hover) {
  header button:hover,
  .header button:hover {
    background-color: #E60038;
  }
}
header button span,
.header button span {
  display: block;
}
header button .text,
.header button .text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 15px;
  font-size: 16px;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
header button .icon,
.header button .icon {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 10px;
  top: 18px;
}
header button .icon span,
.header button .icon span {
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0);
  left: 0;
  -webkit-transition: top 0.25s, background 0.4s, opacity 0.4s, -webkit-transform 0.25s;
  transition: top 0.25s, background 0.4s, opacity 0.4s, -webkit-transform 0.25s;
  transition: top 0.25s, transform 0.25s, background 0.4s, opacity 0.4s;
  transition: top 0.25s, transform 0.25s, background 0.4s, opacity 0.4s, -webkit-transform 0.25s;
}
header button .icon span:nth-of-type(1),
.header button .icon span:nth-of-type(1) {
  top: 0;
}
header button .icon span:nth-of-type(2),
.header button .icon span:nth-of-type(2) {
  top: 100%;
}
header_entry,
.header_entry {
  display: none;
}
@media (max-width: 1200px) {
  header_entry,
  .header_entry {
    display: block;
    max-width: 320px;
    margin: 40px auto 0;
  }
  header_entry a,
  .header_entry a {
    display: block;
    background-color: #E60038;
    border: 3px solid #fff;
    border-radius: 100px;
    text-align: center;
    position: relative;
    color: #fff;
    -webkit-box-shadow: 0 8px 6px rgba(0, 0, 0, 0.15);
            box-shadow: 0 8px 6px rgba(0, 0, 0, 0.15);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
}
@media (max-width: 1200px) and (any-hover: hover) {
  header_entry a:hover,
  .header_entry a:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media (max-width: 1200px) {
  header_entry a span,
  .header_entry a span {
    display: block;
  }
  header_entry a .fig,
  .header_entry a .fig {
    width: 60px;
    position: absolute;
    left: 45px;
    top: -10px;
  }
  header_entry a .entry,
  .header_entry a .entry {
    padding-top: 0.5em;
  }
  header_entry a .entry img,
  .header_entry a .entry img {
    width: 75px;
  }
  header_entry a .text,
  .header_entry a .text {
    -webkit-transform: translate(-1em, -1em);
        -ms-transform: translate(-1em, -1em);
            transform: translate(-1em, -1em);
    font-size: 10px;
  }
}
@media (max-width: 1200px) {
  header_nav,
  .header_nav {
    position: absolute;
    top: 60px;
    width: 100%;
    left: 0;
    -webkit-transform: translateY(-100vh);
        -ms-transform: translateY(-100vh);
            transform: translateY(-100vh);
    display: block;
    padding: 30px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
header_nav_wrap,
.header_nav_wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 99%;
          flex: 0 1 99%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1400px) {
  header_nav_wrap,
  .header_nav_wrap {
    padding-left: 15px;
  }
}
@media (max-width: 1200px) {
  header_nav_wrap,
  .header_nav_wrap {
    padding: 15px 75px 15px 10px;
  }
}
header_nav ul,
.header_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1200px) {
  header_nav ul,
  .header_nav ul {
    display: block;
    text-align: left;
    padding: 0;
    max-width: 320px;
    margin: 0 auto;
  }
}
header_nav li,
.header_nav li {
  display: inline-block;
  text-align: center;
}
@media (max-width: 1200px) {
  header_nav li,
  .header_nav li {
    display: block;
  }
}
header_nav li:nth-last-of-type(1) a .label:after,
.header_nav li:nth-last-of-type(1) a .label:after {
  display: none;
}
header_nav li a,
.header_nav li a {
  display: inline-block;
  -webkit-transition: color 0.4s, opacity 0.4s;
  transition: color 0.4s, opacity 0.4s;
  line-height: 1;
  font-size: 20px;
  color: #202020;
}
@media (max-width: 1200px) {
  header_nav li a,
  .header_nav li a {
    display: block;
    padding: 1em 0;
  }
}
header_nav li a .label,
.header_nav li a .label {
  display: block;
  padding: 0.3em 1em;
}
@media (max-width: 1500px) {
  header_nav li a .label,
  .header_nav li a .label {
    padding: 0.3em 0.75em;
  }
}
@media (max-width: 1400px) {
  header_nav li a .label,
  .header_nav li a .label {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  header_nav li a .label,
  .header_nav li a .label {
    padding: 0;
    background: none;
    font-size: 18px;
  }
}
@media (any-hover: hover) {
  header_nav li a:hover,
  .header_nav li a:hover {
    color: #E60038;
  }
}
@media (any-hover: hover) and (max-width: 1200px) {
  header_nav li a:hover,
  .header_nav li a:hover {
    opacity: 0.7;
  }
}

@media (max-width: 1200px) {
  .js_show_nav .header:before {
    height: 100vh;
    opacity: 1;
    -webkit-transition: opacity 0.5s 0.01s;
    transition: opacity 0.5s 0.01s;
  }
}
.js_show_nav .header_nav {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.js_show_nav .header button .text {
  opacity: 0;
}
.js_show_nav .header button .icon span {
  background-color: #fff;
}
.js_show_nav .header button .icon span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.js_show_nav .header button .icon span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: rotate(-150deg);
      -ms-transform: rotate(-150deg);
          transform: rotate(-150deg);
}

@media (max-width: 1200px) {
  .js_on .header_nav {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
}

.js_nav_fixed .header {
  background-color: rgba(255, 251, 232, 0.85);
  backdrop-filter: blur(10px);
}

body .footer {
  padding: 30px 40px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  background-color: #C3002F;
  border-top: 1px solid #fff;
}
@media (max-width: 1060px) {
  body .footer {
    padding: 30px 20px;
  }
}
body .footer_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 980px) {
  body .footer_main {
    display: block;
  }
}
body .footer ul {
  text-align: center;
}
@media (max-width: 980px) {
  body .footer ul {
    margin-bottom: 30px;
    display: block;
  }
}
body .footer li {
  display: inline-block;
  float: none;
  line-height: 1;
}
@media (max-width: 600px) {
  body .footer li {
    display: block;
  }
}
body .footer li:nth-last-of-type(1) a span {
  border: none;
}
body .footer li a {
  padding: 0.5em 0;
  display: inline-block;
  -webkit-transition: color 0.4s, opacity 0.4s;
  transition: color 0.4s, opacity 0.4s;
  text-decoration: none;
  color: #fff;
}
body .footer li a:visited {
  color: #fff;
}
@media (any-hover: hover) {
  body .footer li a:hover {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
  }
}
@media (max-width: 1060px) {
  body .footer li a {
    padding: 0.3em;
  }
}
@media (max-width: 500px) {
  body .footer li a {
    padding: 0.5em 0;
  }
}
body .footer li a span {
  border-right: 1px solid #000;
  display: inline-block;
  padding: 0 2.5em;
  border-right: 1px solid #fff;
}
@media (max-width: 1060px) {
  body .footer li a span {
    padding: 0 1em;
  }
}
@media (max-width: 600px) {
  body .footer li a span {
    border: none;
  }
}
body .footer_copyrights {
  text-align: center;
  color: #fff;
}
body .footer_totop {
  z-index: 3;
  position: fixed;
  right: 30px;
  bottom: -150px;
  border-radius: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: bottom 1.5s cubic-bezier(1, 0, 0, 1);
  transition: bottom 1.5s cubic-bezier(1, 0, 0, 1);
  -webkit-transition: opacity 0.3s, bottom 0.3s, background 0.3s, -webkit-box-shadow 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.3s, bottom 0.3s, background 0.3s, -webkit-box-shadow 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.3s, bottom 0.3s, background 0.3s, box-shadow 0.2s, transform 0.2s;
  transition: opacity 0.3s, bottom 0.3s, background 0.3s, box-shadow 0.2s, transform 0.2s, -webkit-box-shadow 0.2s, -webkit-transform 0.2s;
  width: 70px;
  height: 70px;
  background-color: #E60038;
}
@media (max-width: 1500px) {
  body .footer_totop {
    bottom: -100px;
  }
}
@media (max-width: 980px) {
  body .footer_totop {
    right: 20px;
  }
}
@media (max-width: 600px) {
  body .footer_totop {
    width: 55px;
    height: 55px;
    right: 10px;
  }
}
@media (any-hover: hover) {
  body .footer_totop:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
body .footer_totop a {
  display: block;
  width: 100%;
  height: 100%;
}
body .footer_totop a:before {
  display: block;
  content: "";
  position: absolute;
  width: 40%;
  height: 30%;
  background-color: #fff;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
  left: 30%;
  top: 30%;
}
body .footer_entry {
  position: fixed;
  z-index: 2;
  bottom: 130px;
  right: 25px;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
@media (max-width: 600px) {
  body .footer_entry {
    bottom: 80px;
  }
}
body .footer_entry a {
  text-align: center;
  background-color: #E60038;
  color: #fff;
  display: block;
  font-size: 16px;
  border-radius: 100px;
  border: 6px solid #fff;
  width: 200px;
  height: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 8px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 8px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: background 0.4s, -webkit-box-shadow 0.2s, -webkit-transform 0.2s;
  transition: background 0.4s, -webkit-box-shadow 0.2s, -webkit-transform 0.2s;
  transition: background 0.4s, box-shadow 0.2s, transform 0.2s;
  transition: background 0.4s, box-shadow 0.2s, transform 0.2s, -webkit-box-shadow 0.2s, -webkit-transform 0.2s;
}
@media (max-width: 1060px) {
  body .footer_entry a {
    width: 150px;
    height: 150px;
    border-width: 3px;
  }
}
@media (max-width: 768px) {
  body .footer_entry a {
    width: 130px;
    height: 130px;
    border-width: 2px;
  }
}
@media (max-width: 600px) {
  body .footer_entry a {
    width: 100px;
    height: 100px;
  }
}
@media (any-hover: hover) {
  body .footer_entry a:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
body .footer_entry a span {
  display: block;
}
body .footer_entry a .fig {
  margin-top: -20px;
}
body .footer_entry a .fig img {
  width: 50px;
}
@media (max-width: 1060px) {
  body .footer_entry a .fig img {
    width: 35px;
  }
}
@media (max-width: 768px) {
  body .footer_entry a .fig img {
    width: 30px;
  }
}
@media (max-width: 600px) {
  body .footer_entry a .fig img {
    width: 25px;
  }
}
body .footer_entry a .label img {
  width: 150px;
}
@media (max-width: 1060px) {
  body .footer_entry a .label img {
    width: 120px;
  }
}
@media (max-width: 768px) {
  body .footer_entry a .label img {
    width: 105px;
  }
}
@media (max-width: 600px) {
  body .footer_entry a .label img {
    width: 82.5px;
  }
}
body .footer_entry a .target {
  -webkit-transform: translate(-1em, -1em);
      -ms-transform: translate(-1em, -1em);
          transform: translate(-1em, -1em);
}
@media (max-width: 1060px) {
  body .footer_entry a .target {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  body .footer_entry a .target {
    font-size: 13px;
  }
}
@media (max-width: 600px) {
  body .footer_entry a .target {
    font-size: 10px;
  }
}
body .footer_entry a .icon {
  display: block;
  width: 22px;
  height: 33px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin: -10px auto 0;
}
@media (max-width: 1060px) {
  body .footer_entry a .icon {
    width: 15.4px;
    height: 23.1px;
    margin-top: -5px;
  }
}
@media (max-width: 600px) {
  body .footer_entry a .icon {
    width: 11px;
    height: 16.5px;
  }
}

.js_nav_fixed .footer_totop {
  bottom: 60px;
}
@media (max-width: 600px) {
  .js_nav_fixed .footer_totop {
    bottom: 20px;
  }
}
.cmn_title p {
  font-size: 60px;
}
@media (max-width: 980px) {
  .cmn_title p {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .cmn_title p {
    font-size: 42px;
  }
}
@media (max-width: 600px) {
  .cmn_title p {
    font-size: 36px;
  }
}

.hero_cnt {
  position: relative;
  z-index: 1;
  padding: 160px 0 110px 30%;
  margin: 0 0 -60px;
}
@media (max-width: 1200px) {
  .hero_cnt {
    padding: 120px 1% 100px 25%;
  }
}
@media (max-width: 768px) {
  .hero_cnt {
    padding: 90px 2% 100px 12%;
  }
}
@media (max-width: 600px) {
  .hero_cnt {
    padding: 70px 2% 100px 10%;
  }
}
.hero_cnt .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-transform: translateX(13.6%);
      -ms-transform: translateX(13.6%);
          transform: translateX(13.6%);
}
@media (max-width: 1500px) {
  .hero_cnt .slick-dots {
    -webkit-transform: translateX(14.6%);
        -ms-transform: translateX(14.6%);
            transform: translateX(14.6%);
  }
}
@media (max-width: 1200px) {
  .hero_cnt .slick-dots {
    -webkit-transform: translateX(15.6%);
        -ms-transform: translateX(15.6%);
            transform: translateX(15.6%);
  }
}
@media (max-width: 768px) {
  .hero_cnt .slick-dots {
    position: absolute;
    display: block;
    left: -6vw;
    bottom: 0;
  }
}
.hero_cnt .slick-dots button {
  width: 80px;
  border: none;
  position: relative;
  background-color: transparent;
  overflow: hidden;
  text-indent: -99px;
  padding: 30px 0;
}
@media (max-width: 768px) {
  .hero_cnt .slick-dots button {
    width: 6px;
    height: 60px;
    padding: 0;
    margin: 5px 0;
  }
}
.hero_cnt .slick-dots button:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  background-color: #F8BCBB;
  border-radius: 50px;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
@media (max-width: 768px) {
  .hero_cnt .slick-dots button:before {
    left: 0;
    top: 0;
    height: 100%;
  }
}
@media (any-hover: hover) {
  .hero_cnt .slick-dots button:hover:before {
    background-color: #E60038;
  }
}
.hero_cnt .slick-active button:before {
  background-color: #E60038;
}
.hero_cnt::before, .hero_cnt:after {
  display: block;
  content: "";
  position: absolute;
}
.hero_cnt::before {
  background: url(../img/hero_bg1.png) no-repeat left top;
  background-size: contain;
  left: 0;
  top: 0;
  width: 35vw;
  height: 35vw;
}
@media (max-width: 768px) {
  .hero_cnt::before {
    width: 52.5vw;
    height: 52.5vw;
  }
}
.hero_cnt:after {
  background: url(../img/hero_bg2.png) no-repeat right bottom;
  background-size: contain;
  right: 0;
  bottom: -10vw;
  width: 25vw;
  height: 50vw;
}
@media (max-width: 768px) {
  .hero_cnt:after {
    width: 37.5vw;
    height: 75vw;
  }
}
.hero_ttl {
  font-size: 64px;
  position: absolute;
  z-index: 2;
  left: 90px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1200px) {
  .hero_ttl {
    left: 40px;
    font-size: 5vw;
  }
}
@media (max-width: 1060px) {
  .hero_ttl {
    left: 30px;
  }
}
@media (max-width: 980px) {
  .hero_ttl {
    font-size: 6vw;
  }
}
@media (max-width: 768px) {
  .hero_ttl {
    position: static;
    margin-top: 0.5em;
    -webkit-transform: translateX(-7vw);
        -ms-transform: translateX(-7vw);
            transform: translateX(-7vw);
    font-size: 7.5vw;
  }
}
@media (max-width: 600px) {
  .hero_ttl {
    font-size: 9.5vw;
  }
}
.hero_ttl em {
  color: #E60038;
}
.hero_slide {
  position: relative;
  z-index: 1;
  width: 95vw;
  -webkit-transform: translateX(-13.6%);
      -ms-transform: translateX(-13.6%);
          transform: translateX(-13.6%);
}
@media (max-width: 1500px) {
  .hero_slide {
    -webkit-transform: translateX(-14.6%);
        -ms-transform: translateX(-14.6%);
            transform: translateX(-14.6%);
  }
}
@media (max-width: 1200px) {
  .hero_slide {
    -webkit-transform: translateX(-15.6%);
        -ms-transform: translateX(-15.6%);
            transform: translateX(-15.6%);
  }
}
@media (max-width: 980px) {
  .hero_slide {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    width: 100%;
  }
}
.hero_slide_wrap {
  overflow: hidden;
}
@media (max-width: 768px) {
  .hero_slide_wrap {
    overflow: visible;
  }
}
.hero_slide figure {
  padding: 0 10px 6px;
}
.hero_slide img {
  border-radius: 40px;
  -webkit-box-shadow: 6px 6px 0 #E60038;
          box-shadow: 6px 6px 0 #E60038;
}
@media (max-width: 768px) {
  .hero_slide img {
    border-radius: 30px;
  }
}
@media (max-width: 600px) {
  .hero_slide img {
    border-radius: 20px;
  }
}

.message_cnt {
  padding: 60px 0;
  background-color: #FFFBE8;
}
.message_cnt .cmn_title {
  margin-bottom: 20px;
  -webkit-transform: rotate(-13deg) translateY(-3em);
      -ms-transform: rotate(-13deg) translateY(-3em);
          transform: rotate(-13deg) translateY(-3em);
  position: relative;
  z-index: 1;
}
@media (max-width: 1060px) {
  .message_cnt .cmn_title {
    -webkit-transform: rotate(-13deg) translate(15px, -3em);
        -ms-transform: rotate(-13deg) translate(15px, -3em);
            transform: rotate(-13deg) translate(15px, -3em);
  }
}
@media (max-width: 600px) {
  .message_cnt .cmn_title {
    margin-bottom: -20px;
  }
}
.message_cnt .cmn_title:before {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/message_cap_fx.png) no-repeat center;
  background-size: contain;
  width: 3em;
  height: 3em;
  left: -1em;
  top: -2.5em;
  -webkit-transform: rotate(13deg);
      -ms-transform: rotate(13deg);
          transform: rotate(13deg);
}
@media (max-width: 600px) {
  .message_cnt .cmn_title:before {
    width: 2em;
    height: 2em;
    left: -0.5em;
    top: -1.9em;
  }
}
.message_cnt .cmn_title h3 img {
  width: 233px;
}
@media (max-width: 980px) {
  .message_cnt .cmn_title h3 img {
    width: 186.4px;
  }
}
@media (max-width: 768px) {
  .message_cnt .cmn_title h3 img {
    width: 163.1px;
  }
}
@media (max-width: 600px) {
  .message_cnt .cmn_title h3 img {
    width: 139.8px;
  }
}
.message_cnt .cmn_title p {
  margin-top: -0.3em;
}
.message_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 70px 50%;
  grid-template-columns: 1fr 50%;
  gap: 70px;
}
@media (max-width: 980px) {
  .message_row {
    gap: 40px;
  }
}
@media (max-width: 600px) {
  .message_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .message_area {
    text-align: center;
  }
  .message_area img {
    width: 70%;
    max-width: 350px;
  }
}
.message_main p {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 2em;
}

.about_cnt {
  position: relative;
  z-index: 1;
  background-color: #E60038;
  border-radius: 80px 80px 0 0;
  padding: 150px 0 30px;
}
@media (max-width: 1200px) {
  .about_cnt {
    border-radius: 70px 70px 0 0;
    padding: 130px 0 30px;
  }
}
@media (max-width: 980px) {
  .about_cnt {
    border-radius: 50px 50px 0 0;
    padding: 100px 0 30px;
  }
}
@media (max-width: 768px) {
  .about_cnt {
    border-radius: 40px 40px 0 0;
    padding: 80px 0 20px;
  }
}
@media (max-width: 600px) {
  .about_cnt {
    border-radius: 30px 30px 0 0;
    padding: 70px 0 20px;
  }
}
.about_cnt::before, .about_cnt:after {
  display: block;
  content: "";
  position: absolute;
}
.about_cnt:before {
  position: absolute;
  background: url(../img/about_fx.png) no-repeat center;
  background-size: 100% auto;
  width: 14vw;
  height: 14vw;
  top: -8vw;
  left: 4vw;
}
@media (max-width: 980px) {
  .about_cnt:before {
    width: 16.8vw;
    height: 16.8vw;
  }
}
@media (max-width: 600px) {
  .about_cnt:before {
    width: 21vw;
    height: 21vw;
  }
}
.about_cnt:after {
  width: 100%;
  height: 9vw;
  background: url(../img/about_footer.png) no-repeat left bottom;
  background-size: 100% auto;
  left: 0;
  bottom: -9vw;
}
.about_cnt .cmn_title {
  -webkit-transform: rotate(-13deg);
      -ms-transform: rotate(-13deg);
          transform: rotate(-13deg);
}
@media (max-width: 980px) {
  .about_cnt .cmn_title {
    -webkit-transform: rotate(-13deg) translate(15px, -65%);
        -ms-transform: rotate(-13deg) translate(15px, -65%);
            transform: rotate(-13deg) translate(15px, -65%);
  }
}
@media (max-width: 768px) {
  .about_cnt .cmn_title {
    -webkit-transform: rotate(-13deg) translate(10px, -50%);
        -ms-transform: rotate(-13deg) translate(10px, -50%);
            transform: rotate(-13deg) translate(10px, -50%);
  }
}
@media (max-width: 600px) {
  .about_cnt .cmn_title {
    -webkit-transform: rotate(-13deg) translate(10px, -40%);
        -ms-transform: rotate(-13deg) translate(10px, -40%);
            transform: rotate(-13deg) translate(10px, -40%);
  }
}
.about_cnt .cmn_title h3 img {
  width: 276px;
}
@media (max-width: 980px) {
  .about_cnt .cmn_title h3 img {
    width: 220.8px;
  }
}
@media (max-width: 768px) {
  .about_cnt .cmn_title h3 img {
    width: 193.2px;
  }
}
@media (max-width: 600px) {
  .about_cnt .cmn_title h3 img {
    width: 165.6px;
  }
}
.about_cnt .cmn_title p {
  color: #fff;
}
.about_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 980px) {
  .about_title {
    display: block;
  }
}
.about_title_text {
  padding-top: 1em;
  line-height: 2;
}
.about_tab_head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3px 1fr 3px 1fr 3px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 3px;
}
.about_tab_head li {
  height: 100%;
}
.about_tab_head button {
  border-radius: 40px 40px 0 0;
  background-color: #FFD8E1;
  border: none;
  outline: none;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  padding: 1.2em 0 1em;
}
@media (max-width: 980px) {
  .about_tab_head button {
    border-radius: 30px 30px 0 0;
  }
}
@media (max-width: 768px) {
  .about_tab_head button {
    border-radius: 20px 20px 0 0;
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .about_tab_head button {
    border-radius: 15px 15px 0 0;
    font-size: 15px;
    padding: 0.6em 0 0.3em;
  }
}
.about_tab_body {
  background-color: #fff;
  border-radius: 0 0 40px 40px;
  overflow: hidden;
}
@media (max-width: 980px) {
  .about_tab_body {
    border-radius: 0 0 30px 30px;
  }
}
@media (max-width: 768px) {
  .about_tab_body {
    border-radius: 0 0 20px 20px;
  }
}
@media (max-width: 600px) {
  .about_tab_body {
    border-radius: 0 0 15px 15px;
  }
}
.about_tab_body_wrap {
  padding: 55px 40px 40px;
}
@media (max-width: 980px) {
  .about_tab_body_wrap {
    padding: 45px 35px 35px;
  }
}
@media (max-width: 768px) {
  .about_tab_body_wrap {
    padding: 40px 25px 30px;
  }
}
@media (max-width: 600px) {
  .about_tab_body_wrap {
    padding: 35px 20px 30px;
  }
}
.about_tab_body_intro {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 40px;
}
@media (max-width: 980px) {
  .about_tab_body_intro {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .about_tab_body_intro {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.about_tab_body_intro_fig img {
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 980px) {
  .about_tab_body_intro_fig img {
    border-radius: 20px;
  }
}
@media (max-width: 600px) {
  .about_tab_body_intro_fig img {
    border-radius: 12px;
  }
}
.about_tab_body_intro h4 {
  color: #E60038;
  font-size: 24px;
  background: url(../img/cmn_line_dot.png) repeat-x left bottom;
  background-size: 10px auto;
  padding: 0 0 1em;
  margin-bottom: 1.3em;
}
@media (max-width: 600px) {
  .about_tab_body_intro h4 {
    background-size: 8px auto;
  }
}
@media (max-width: 980px) {
  .about_tab_body_intro h4 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .about_tab_body_intro h4 {
    font-size: 21px;
  }
}
@media (max-width: 600px) {
  .about_tab_body_intro h4 {
    font-size: 20px;
  }
}
.about_tab_body_intro p {
  line-height: 2;
}
.about_tab_body_timeline h4 {
  background-color: #FFDE86;
  color: #E60038;
  text-align: center;
  padding: 0.1em 0 0.15em;
  position: relative;
  font-size: 22px;
  margin-bottom: 1.2em;
}
@media (max-width: 980px) {
  .about_tab_body_timeline h4 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .about_tab_body_timeline h4 {
    font-size: 19px;
  }
}
@media (max-width: 600px) {
  .about_tab_body_timeline h4 {
    font-size: 18px;
  }
}
.about_tab_body_timeline h4::before, .about_tab_body_timeline h4:after {
  display: block;
  content: "";
  position: absolute;
  background-color: #fff;
  height: 100%;
  width: 0.5em;
  top: 0;
}
.about_tab_body_timeline h4:before {
  left: -0.5px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.about_tab_body_timeline h4:after {
  right: -0.5px;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.about_tab_body_timeline_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 1060px) {
  .about_tab_body_timeline_row {
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .about_tab_body_timeline_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.about_tab_body_timeline_row h5 {
  text-align: center;
  font-size: 20px;
  background: url(../img/cmn_line_dot.png) repeat-x left bottom;
  background-size: 10px auto;
  color: #E60038;
  padding: 0 0 0.75em;
  margin: 0 0 0.25em;
}
@media (max-width: 600px) {
  .about_tab_body_timeline_row h5 {
    background-size: 8px auto;
  }
}
@media (max-width: 768px) {
  .about_tab_body_timeline_row h5 {
    font-size: 19px;
  }
}
@media (max-width: 600px) {
  .about_tab_body_timeline_row h5 {
    font-size: 18px;
  }
}
.about_tab_body_timeline_row dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5em 1fr;
  grid-template-columns: 5em 1fr;
  padding: 0.5em 0;
  line-height: 1.8;
}
.about_tab_head button {
  -webkit-transition: background 0.4s, color 0.4s;
  transition: background 0.4s, color 0.4s;
}
@media (any-hover: hover) {
  .about_tab_head button:hover {
    color: #E60038;
  }
}
.about_tab_body_single {
  height: 0;
  opacity: 0;
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
.about_tab[data-tab-stat="1"] [data-tab-index="1"], .about_tab[data-tab-stat="2"] [data-tab-index="2"], .about_tab[data-tab-stat="3"] [data-tab-index="3"], .about_tab[data-tab-stat="4"] [data-tab-index="4"] {
  background-color: #fff;
  color: #E60038;
}
.about_tab[data-tab-stat="1"] [data-tab-num="1"], .about_tab[data-tab-stat="2"] [data-tab-num="2"], .about_tab[data-tab-stat="3"] [data-tab-num="3"], .about_tab[data-tab-stat="4"] [data-tab-num="4"] {
  height: auto;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.interview_cnt {
  padding: 160px 0 150px;
  position: relative;
}
@media (max-width: 1060px) {
  .interview_cnt {
    padding: 140px 0 120px;
  }
}
@media (max-width: 768px) {
  .interview_cnt {
    padding: 120px 0 100px;
  }
}
@media (max-width: 600px) {
  .interview_cnt {
    padding: 100px 0 70px;
  }
}
.interview_cnt .cmn_title {
  margin-bottom: 85px;
  position: relative;
  -webkit-transform: rotate(-13deg);
      -ms-transform: rotate(-13deg);
          transform: rotate(-13deg);
}
@media (max-width: 768px) {
  .interview_cnt .cmn_title {
    margin-bottom: 65px;
  }
}
@media (max-width: 600px) {
  .interview_cnt .cmn_title {
    margin-bottom: 50px;
  }
}
.interview_cnt .cmn_title::before, .interview_cnt .cmn_title:after {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/interview_cap_fx.png) no-repeat center;
  background-size: contain;
  width: 5em;
  height: 5em;
}
@media (max-width: 768px) {
  .interview_cnt .cmn_title::before, .interview_cnt .cmn_title:after {
    width: 4em;
    height: 4em;
  }
}
.interview_cnt .cmn_title::before {
  right: 50%;
  top: 0;
  -webkit-transform: translateX(-280px);
      -ms-transform: translateX(-280px);
          transform: translateX(-280px);
}
@media (max-width: 980px) {
  .interview_cnt .cmn_title::before {
    -webkit-transform: translateX(-200px);
        -ms-transform: translateX(-200px);
            transform: translateX(-200px);
  }
}
@media (max-width: 768px) {
  .interview_cnt .cmn_title::before {
    -webkit-transform: translateX(-170px);
        -ms-transform: translateX(-170px);
            transform: translateX(-170px);
  }
}
@media (max-width: 600px) {
  .interview_cnt .cmn_title::before {
    -webkit-transform: translateX(-130px);
        -ms-transform: translateX(-130px);
            transform: translateX(-130px);
  }
}
.interview_cnt .cmn_title::after {
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(280px);
      -ms-transform: translateX(280px);
          transform: translateX(280px);
}
@media (max-width: 980px) {
  .interview_cnt .cmn_title::after {
    -webkit-transform: translateX(200px);
        -ms-transform: translateX(200px);
            transform: translateX(200px);
  }
}
@media (max-width: 768px) {
  .interview_cnt .cmn_title::after {
    -webkit-transform: translateX(170px);
        -ms-transform: translateX(170px);
            transform: translateX(170px);
  }
}
@media (max-width: 600px) {
  .interview_cnt .cmn_title::after {
    -webkit-transform: translateX(130px);
        -ms-transform: translateX(130px);
            transform: translateX(130px);
  }
}
.interview_cnt .cmn_title h3 {
  padding-left: 22%;
}
.interview_cnt .cmn_title h3 img {
  width: 297px;
}
@media (max-width: 980px) {
  .interview_cnt .cmn_title h3 img {
    width: 237.6px;
  }
}
@media (max-width: 768px) {
  .interview_cnt .cmn_title h3 img {
    width: 207.9px;
  }
}
@media (max-width: 600px) {
  .interview_cnt .cmn_title h3 img {
    width: 178.2px;
  }
}
.interview_cnt .cmn_title p {
  text-align: center;
}
.interview_cnt:before, .interview_cnt:after {
  display: block;
  content: "";
  position: absolute;
}
.interview_cnt::before {
  width: 25vw;
  height: 25vw;
  background: url(../img/hero_bg1.png) no-repeat left top;
  background-size: contain;
  top: 4vw;
  left: 0;
}
@media (max-width: 980px) {
  .interview_cnt::before {
    width: 30vw;
    height: 30vw;
  }
}
@media (max-width: 768px) {
  .interview_cnt::before {
    width: 40vw;
    height: 40vw;
  }
}
@media (max-width: 600px) {
  .interview_cnt::before {
    width: 50vw;
    height: 50vw;
  }
}
.interview_cnt::after {
  width: 30vw;
  height: 30vw;
  background: url(../img/interview_fx.png) no-repeat right bottom;
  background-size: contain;
  right: 0;
  bottom: 0;
}
@media (max-width: 980px) {
  .interview_cnt::after {
    width: 36vw;
    height: 36vw;
  }
}
@media (max-width: 980px) {
  .interview_cnt::after {
    width: 51vw;
    height: 51vw;
  }
}
@media (max-width: 600px) {
  .interview_cnt::after {
    width: 60vw;
    height: 60vw;
  }
}
.interview_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 45px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 50px 45px;
}
@media (max-width: 1060px) {
  .interview_row {
    -ms-grid-columns: 450px;
    grid-template-columns: 450px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .interview_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.interview_single {
  border-radius: 24px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media (max-width: 980px) {
  .interview_single {
    border-radius: 20px;
  }
}
@media (max-width: 600px) {
  .interview_single {
    border-radius: 12px;
  }
}
@media (any-hover: hover) {
  .interview_single:hover {
    -webkit-transform: scale(1.01);
        -ms-transform: scale(1.01);
            transform: scale(1.01);
  }
  .interview_single:hover img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-filter: brightness(1.05);
            filter: brightness(1.05);
  }
  .interview_single:hover .icon {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.interview_single figure {
  position: relative;
  overflow: hidden;
}
.interview_single figure img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-transition: -webkit-filter 0.4s, -webkit-transform 0.4s;
  transition: -webkit-filter 0.4s, -webkit-transform 0.4s;
  transition: filter 0.4s, transform 0.4s;
  transition: filter 0.4s, transform 0.4s, -webkit-filter 0.4s, -webkit-transform 0.4s;
}
.interview_single figcaption {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #202020;
}
.interview_single figcaption span {
  background-color: #fff;
  border-radius: 50px;
  display: inline-block;
  padding: 0.2em 1em;
  font-size: 18px;
  margin-bottom: 0.3em;
}
@media (max-width: 600px) {
  .interview_single figcaption span {
    font-size: 3.7vw;
    padding: 0.2em 0.5em;
  }
}
.interview_single p {
  background-color: #E60038;
  color: #fff;
  font-size: 20px;
  padding: 1em;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .interview_single p {
    font-size: 19px;
  }
}
@media (max-width: 600px) {
  .interview_single p {
    font-size: 18px;
  }
}
.interview_single .icon {
  width: 1.5em;
  height: 1.5em;
  background-color: #fff;
  border-radius: 100px;
  position: absolute;
  right: 25px;
  top: calc(50% - 0.75em);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.interview_single .icon::before {
  width: 30%;
  height: 50%;
  background-color: #E60038;
  display: block;
  content: "";
  position: absolute;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 25%;
  left: 38%;
}

.environment_cnt {
  background: #FFE8E8;
  padding: 100px 0 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1060px) {
  .environment_cnt {
    padding: 90px 0 20px;
  }
}
@media (max-width: 768px) {
  .environment_cnt {
    padding: 80px 0 25px;
  }
}
@media (max-width: 600px) {
  .environment_cnt {
    padding: 70px 0 30px;
  }
}
.environment_cnt::before, .environment_cnt:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
}
.environment_cnt::before {
  background: url(../img/environment_fx1.png) no-repeat left top;
  background-size: 100% auto;
  height: 2vw;
  top: -2vw;
}
.environment_cnt:after {
  background: url(../img/environment_fx2.png) no-repeat left bottom;
  background-size: 100% auto;
  height: 2vw;
  bottom: -2vw;
}
.environment_cnt .cmn_title {
  text-align: center;
  margin-bottom: 65px;
}
.environment_cnt .cmn_title h3 img {
  width: 394px;
}
@media (max-width: 980px) {
  .environment_cnt .cmn_title h3 img {
    width: 315.2px;
  }
}
@media (max-width: 768px) {
  .environment_cnt .cmn_title h3 img {
    width: 275.8px;
  }
}
@media (max-width: 600px) {
  .environment_cnt .cmn_title h3 img {
    width: 236.4px;
  }
}
.environment_cap {
  background-color: #E60038;
  text-align: center;
  color: #fff;
  font-size: 28px;
  border-radius: 100px;
  padding: 0.35em;
  margin: 80px 0 70px;
  position: relative;
}
@media (max-width: 980px) {
  .environment_cap {
    font-size: 26px;
    margin: 70px 0 60px;
  }
}
@media (max-width: 768px) {
  .environment_cap {
    font-size: 24px;
    margin: 60px 0 50px;
  }
}
@media (max-width: 600px) {
  .environment_cap {
    font-size: 22px;
    margin: 40px 0 40px;
  }
}
.environment_cap::before {
  display: block;
  content: "";
  position: absolute;
  width: 1.5em;
  height: 1em;
  background-color: #E60038;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  left: calc(50% - 0.75em);
  bottom: calc(-1em + 1px);
}
.environment_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 2%;
}
@media (max-width: 768px) {
  .environment_row {
    gap: 30px 5%;
  }
}
.environment_single {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  border-radius: 24px;
  border: 2px solid #F4C2CE;
  background-color: #fff;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 15px 35px;
}
@media (max-width: 768px) {
  .environment_single {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
}
@media (max-width: 600px) {
  .environment_single {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-bottom: 20px;
  }
}
.environment_single_cap {
  text-align: center;
  font-size: 34px;
  margin-bottom: 0.95em;
}
@media (max-width: 768px) {
  .environment_single_cap {
    font-size: 30px;
  }
}
.environment_single_fig {
  margin-bottom: 1.7em;
  text-align: center;
}
.environment_single_fig img {
  max-width: 90%;
}
@media (max-width: 600px) {
  .environment_single_fig img {
    max-width: 250px;
  }
}
.environment_single_text {
  line-height: 2;
}
.environment_single_fx {
  position: absolute;
  width: 35%;
}
@media (max-width: 600px) {
  .environment_single_fx {
    width: 20%;
  }
}
.environment_single1 .environment_single_fx {
  left: -13%;
  top: 5%;
}
@media (max-width: 600px) {
  .environment_single1 .environment_single_fx {
    left: -6%;
  }
}
.environment_single3 .environment_single_fx {
  right: -11%;
  top: 10%;
}
@media (max-width: 768px) {
  .environment_single3 .environment_single_fx {
    right: auto;
    left: -11%;
  }
}
@media (max-width: 600px) {
  .environment_single3 .environment_single_fx {
    left: auto;
    right: -3%;
  }
}
.environment_single4 .environment_single_fx {
  left: -13%;
  top: -2%;
}
@media (max-width: 600px) {
  .environment_single4 .environment_single_fx {
    left: -6%;
  }
}
.environment_single5 .environment_single_fx {
  right: -11%;
  bottom: -3%;
}
@media (max-width: 600px) {
  .environment_single5 .environment_single_fx {
    right: -3%;
  }
}
.environment_single5 .environment_single_text {
  padding-left: 2em;
}
@media (max-width: 600px) {
  .environment_single5 br {
    display: none;
  }
}
.environment_flex_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 770px;
  margin: 0 auto;
  gap: 10px;
}
@media (max-width: 600px) {
  .environment_flex_logo {
    display: block;
  }
}
.environment_flex_text {
  line-height: 2;
}
.environment_flex_text ul {
  padding-left: 1.5em;
}
.environment_flex_text li {
  list-style: disc;
}
.environment_flex_fig {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
}
@media (max-width: 600px) {
  .environment_flex_fig {
    text-align: center;
    margin-bottom: 30px;
  }
  .environment_flex_fig img {
    width: 80%;
    max-width: 300px;
  }
}
.environment_flex_img {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 45px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
}
@media (max-width: 600px) {
  .environment_flex_img {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.environment_flex_img img {
  border-radius: 24px;
  width: 100%;
}
@media (max-width: 980px) {
  .environment_flex_img img {
    border-radius: 20px;
  }
}
@media (max-width: 600px) {
  .environment_flex_img img {
    border-radius: 12px;
  }
}

.career_cnt {
  padding: 130px 0 70px;
  position: relative;
}
@media (max-width: 980px) {
  .career_cnt {
    padding: 110px 0 60px;
  }
}
@media (max-width: 768px) {
  .career_cnt {
    padding: 80px 0 50px;
  }
}
@media (max-width: 600px) {
  .career_cnt {
    padding: 55px 0 40px;
  }
}
.career_cnt::before, .career_cnt:after {
  display: block;
  content: "";
  position: absolute;
}
.career_cnt::before {
  background: url(../img/career_fx1.png) no-repeat right top;
  background-size: contain;
  right: 0;
  top: 0;
  width: 28vw;
  height: 28vw;
}
@media (max-width: 768px) {
  .career_cnt::before {
    width: 33.6vw;
    height: 33.6vw;
  }
}
@media (max-width: 600px) {
  .career_cnt::before {
    width: 56vw;
    height: 56vw;
  }
}
.career_cnt:after {
  background: url(../img/career_fx2.png) no-repeat left bottom;
  background-size: contain;
  left: 0;
  bottom: 0;
  width: 25vw;
  height: 25vw;
}
@media (max-width: 768px) {
  .career_cnt:after {
    width: 30vw;
    height: 30vw;
  }
}
@media (max-width: 600px) {
  .career_cnt:after {
    width: 50vw;
    height: 50vw;
  }
}
.career_cnt .cmn_title {
  text-align: center;
}
.career_cnt .cmn_title h3 img {
  width: 304px;
}
@media (max-width: 980px) {
  .career_cnt .cmn_title h3 img {
    width: 243.2px;
  }
}
@media (max-width: 768px) {
  .career_cnt .cmn_title h3 img {
    width: 212.8px;
  }
}
@media (max-width: 600px) {
  .career_cnt .cmn_title h3 img {
    width: 182.4px;
  }
}
.career_lead {
  text-align: center;
  margin: 10px 0 0;
  line-height: 1.9;
}
.career_cap {
  position: relative;
  font-size: 28px;
  margin: 2.2em 0 0.85em;
}
@media (max-width: 980px) {
  .career_cap {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .career_cap {
    font-size: 24px;
    margin: 2em 0 1em;
  }
}
@media (max-width: 600px) {
  .career_cap {
    font-size: 22px;
  }
}
.career_cap:before {
  content: "";
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  background: url(../img/career_lm.png) no-repeat center;
  background-size: contain;
  -webkit-transform: translateY(0.2em);
      -ms-transform: translateY(0.2em);
          transform: translateY(0.2em);
  margin-right: 0.2em;
}
.career_cap em {
  color: #E60038;
  display: inline-block;
  margin-right: 0.75em;
}
.career_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr 25px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
}
@media (max-width: 980px) {
  .career_list {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .career_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.career_list_single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid #E60038;
  border-radius: 16px;
  background-color: #fff;
  position: relative;
}
@media (max-width: 980px) {
  .career_list_single {
    border-width: 3px;
  }
}
@media (max-width: 600px) {
  .career_list_single {
    border-width: 2px;
  }
}
.career_list_single:after {
  display: block;
  content: "";
  position: absolute;
  height: 84px;
  width: 18px;
  background-color: #E60038;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  right: -18px;
  top: calc(50% - 42px);
}
@media (max-width: 768px) {
  .career_list_single:after {
    height: 15px;
    width: 40px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    right: calc(50% - 20px);
    top: auto;
    bottom: -15px;
  }
}
.career_list_single:nth-last-of-type(1)::after {
  display: none;
}
.career_list_single_cap {
  background-color: #E60038;
  color: #fff;
  text-align: center;
  font-size: 24px;
  padding: 0.2em 0 0.4em;
  border-radius: 10px 10px 0 0;
}
@media (max-width: 980px) {
  .career_list_single_cap {
    font-size: 20px;
  }
}
.career_list_single_wrap {
  padding: 12px;
}
.career_list_single_em {
  background-color: #F2D4DC;
  text-align: center;
  padding: 0.1em;
  margin-bottom: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50px;
  text-align: center;
}
.career_list_single_em br {
  display: none;
}
@media (max-width: 980px) {
  .career_list_single_em br {
    display: block;
  }
}
@media (max-width: 768px) {
  .career_list_single_em br {
    display: none;
  }
}
.career_list_single_text {
  line-height: 1.8;
}

.entry_cnt {
  padding: 140px 0 70px;
  background: url(../img/entry_bg.png);
  background-size: 1.92vw auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 1060px) {
  .entry_cnt {
    padding: 120px 0 60px;
  }
}
@media (max-width: 980px) {
  .entry_cnt {
    padding: 110px 0 55px;
  }
}
@media (max-width: 768px) {
  .entry_cnt {
    padding: 90px 0 50px;
  }
}
@media (max-width: 600px) {
  .entry_cnt {
    padding: 70px 0 45px;
  }
}
.entry_cnt::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 3.5vw;
  background: url(../img/entry_fx.png) no-repeat left top;
  background-size: 100% auto;
  left: 0;
  top: -2.9vw;
}
.entry_cap {
  text-align: center;
  font-size: 40px;
  color: #fff;
  position: relative;
  margin-bottom: 1em;
}
@media (max-width: 1060px) {
  .entry_cap {
    font-size: 4.2vw;
  }
}
@media (max-width: 600px) {
  .entry_cap {
    font-size: 5vw;
  }
}
.entry_cap figure {
  width: 15vw;
  position: absolute;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(-200px);
      -ms-transform: translateX(-200px);
          transform: translateX(-200px);
}
@media (max-width: 1060px) {
  .entry_cap figure {
    -webkit-transform: translateX(-22vw);
        -ms-transform: translateX(-22vw);
            transform: translateX(-22vw);
  }
}
@media (max-width: 600px) {
  .entry_cap figure {
    -webkit-transform: translateX(-20vw);
        -ms-transform: translateX(-20vw);
            transform: translateX(-20vw);
    bottom: 10vw;
  }
}
.entry_btn {
  text-align: center;
}
.entry_btn a {
  display: inline-block;
  color: #E60038;
  border: 8px solid #fff;
  -webkit-box-shadow: 0 6px 16px rgba(70, 0, 0, 0.5);
          box-shadow: 0 6px 16px rgba(70, 0, 0, 0.5);
  width: 100%;
  max-width: 760px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FEF1AA;
  font-size: 40px;
  border-radius: 40px;
  padding: 2em;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media (max-width: 980px) {
  .entry_btn a {
    font-size: 34px;
    border-radius: 30px;
    width: 80%;
  }
}
@media (max-width: 768px) {
  .entry_btn a {
    font-size: 32px;
    border-width: 5px;
    border-radius: 30px;
    padding: 1.5em;
  }
}
@media (max-width: 600px) {
  .entry_btn a {
    font-size: 28px;
    border-width: 4px;
    border-radius: 25px;
    padding: 1em;
  }
}
@media (max-width: 500px) {
  .entry_btn a {
    font-size: 24px;
    width: 100%;
  }
}
@media (any-hover: hover) {
  .entry_btn a:hover {
    -webkit-transform: scale(1.01);
        -ms-transform: scale(1.01);
            transform: scale(1.01);
  }
}
.entry_btn .icon {
  position: absolute;
  background-color: #E60038;
  width: 1.5em;
  height: 1.5em;
  border-radius: 100px;
  right: 20px;
  top: calc(50% - 0.75em);
}
.entry_btn .icon::before {
  display: block;
  content: "";
  position: absolute;
  width: 35%;
  height: 50%;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  left: 38%;
  top: 25%;
}

body:has(.modaal-wrapper) {
  overflow-y: hidden;
}
body:has(.modaal-wrapper.modaal-start_fade) {
  overflow-y: scroll;
}
body .modaal-wrapper.modaal-start_fade {
  overflow: hidden;
}
body .modaal-wrapper.modaal-start_fade .modaal-close {
  display: none;
}

.modal_cnt {
  display: none;
}
.modal_single_main {
  padding-top: 50px;
}
.modal_single_wrap {
  position: relative;
  border-radius: 40px;
  background-color: #fff;
  overflow: hidden;
  border: 4px solid #E60038;
  padding: 90px 75px 40px;
}
@media (max-width: 1200px) {
  .modal_single_wrap {
    padding: 80px 45px 30px;
  }
}
@media (max-width: 1060px) {
  .modal_single_wrap {
    padding: 50px 45px 30px;
  }
}
@media (max-width: 768px) {
  .modal_single_wrap {
    padding: 50px 25px 20px;
    border-radius: 20px;
  }
}
@media (max-width: 600px) {
  .modal_single_wrap {
    padding: 45px 20px 20px;
  }
}
.modal_single_head {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% 5% 55%;
  grid-template-columns: 40% 55%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 5%;
  margin-bottom: 60px;
}
@media (max-width: 1060px) {
  .modal_single_head {
    display: block;
  }
}
@media (max-width: 768px) {
  .modal_single_head {
    margin-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .modal_single_head {
    margin-bottom: 40px;
  }
}
.modal_single_head_face {
  position: relative;
}
@media (max-width: 1060px) {
  .modal_single_head_face {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 5vw;
  }
}
@media (max-width: 768px) {
  .modal_single_head_face {
    width: 50vw;
  }
}
@media (max-width: 600px) {
  .modal_single_head_face {
    width: 55vw;
    margin-bottom: 8vw;
  }
}
.modal_single_head_face::before {
  display: block;
  content: "";
  position: absolute;
  width: 40px;
  height: 30px;
  z-index: 1;
  background: url(../img/popup_fx.png) no-repeat center;
  background-size: contain;
  right: 5px;
  top: -25px;
}
.modal_single_head_face img {
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
  border: 4px solid #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
.modal_single_head_cap {
  font-size: 21px;
  color: #fff;
  margin-bottom: 1em;
}
@media (max-width: 600px) {
  .modal_single_head_cap {
    font-size: 3.3vw;
  }
}
.modal_single_head_cap span {
  padding: 0.1em 0.5em;
  border-radius: 50px;
  display: inline-block;
  background-color: #E60038;
  margin-top: 0.3em;
}
.modal_single_head_list {
  background: url(../img/cmn_line_dot.png) repeat-x left bottom;
  background-size: 10px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 600px) {
  .modal_single_head_list {
    background-size: 8px auto;
  }
}
.modal_single_head_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5em 0;
}
.modal_single_head_list dl + dl {
  margin-left: 2em;
}
.modal_single_head_list dt {
  color: #E60038;
  padding-right: 1em;
}
@media (max-width: 600px) {
  .modal_single_head_list:nth-of-type(1) {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .modal_single_head_list:nth-of-type(1) dl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .modal_single_head_list:nth-of-type(1) dl:nth-of-type(1) {
    background: url(../img/cmn_line_dot.png) repeat-x left bottom;
    background-size: 10px auto;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .modal_single_head_list:nth-of-type(1) dl:nth-of-type(1) {
    background-size: 8px auto;
  }
}
@media (max-width: 600px) {
  .modal_single_head_list:nth-of-type(1) dl + dl {
    margin-left: 0;
  }
}
.modal_single_body dl {
  margin-bottom: 2.5em;
  line-height: 2;
}
.modal_single_body dt {
  background-color: #FFDE86;
  position: relative;
  padding: 0.25em 1.3em;
  margin-bottom: 0.75em;
}
@media (max-width: 600px) {
  .modal_single_body dt {
    line-height: 1.6;
  }
}
.modal_single_body dt:after {
  display: block;
  content: "";
  position: absolute;
  background-color: #fff;
  height: 100%;
  width: 12px;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  right: -0.5px;
  top: 0;
}
.modal_single_body dt em {
  display: inline-block;
  padding-right: 1em;
  color: #E60038;
}
.modal_single_body dd ul {
  padding-left: 1.5em;
}
.modal_single_body dd li {
  list-style-type: disc;
}
.modal_single_close {
  text-align: center;
  padding: 60px 0 40px;
}
@media (max-width: 768px) {
  .modal_single_close {
    padding-top: 50px;
  }
}
@media (max-width: 600px) {
  .modal_single_close {
    padding-top: 30px;
  }
}
.modal_single_close button {
  background-color: transparent;
  border: none;
  font-size: 16px;
  border-radius: 50px;
  -webkit-transition: background 0.4s, color 0.4s;
  transition: background 0.4s, color 0.4s;
  padding: 0.2em;
  width: 125px;
  position: relative;
  border: 2px solid #E60038;
  color: #E60038;
}
@media (any-hover: hover) {
  .modal_single_close button:hover {
    background-color: #E60038;
    color: #fff;
  }
  .modal_single_close button:hover .icon::before, .modal_single_close button:hover .icon:after {
    background-color: #fff;
  }
}
.modal_single_close button .icon {
  width: 1em;
  height: 1em;
  display: inline-block;
  position: relative;
  -webkit-transform: translateY(0.1em);
      -ms-transform: translateY(0.1em);
          transform: translateY(0.1em);
}
.modal_single_close button .icon::before, .modal_single_close button .icon:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 2%;
  top: 45%;
  background-color: #E60038;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
.modal_single_close button .icon::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal_single_close button .icon:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal_single_close_top {
  overflow: hidden;
  text-indent: -999px;
  background-color: #E60038;
  border-radius: 50px;
  border: none;
  position: absolute;
  z-index: 1;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  width: 55px;
  height: 55px;
  top: 65px;
  right: 15px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media (max-width: 600px) {
  .modal_single_close_top {
    width: 45px;
    height: 45px;
  }
}
@media (any-hover: hover) {
  .modal_single_close_top:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.modal_single_close_top span {
  width: 50%;
  height: 50%;
  position: absolute;
  display: block;
  left: 25%;
  top: 25%;
}
.modal_single_close_top span:before, .modal_single_close_top span:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #fff;
  top: 48%;
}
.modal_single_close_top span:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal_single_close_top span:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal_single_entry {
  text-align: center;
}
.modal_single_entry a {
  display: inline-block;
  color: #E60038;
  border: 4px solid #fff;
  -webkit-box-shadow: 0 6px 16px rgba(70, 0, 0, 0.5);
          box-shadow: 0 6px 16px rgba(70, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FEF1AA;
  font-size: 32px;
  border-radius: 20px;
  padding: 0.5em 3em;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media (max-width: 980px) {
  .modal_single_entry a {
    font-size: 28px;
    border-radius: 15px;
  }
}
@media (max-width: 768px) {
  .modal_single_entry a {
    font-size: 24px;
    border-width: 3px;
  }
}
@media (max-width: 600px) {
  .modal_single_entry a {
    font-size: 22px;
  }
}
@media (any-hover: hover) {
  .modal_single_entry a:hover {
    -webkit-transform: scale(1.01);
        -ms-transform: scale(1.01);
            transform: scale(1.01);
  }
}
.modal_single_entry .icon {
  position: absolute;
  background-color: #E60038;
  width: 1.5em;
  height: 1.5em;
  border-radius: 100px;
  right: 20px;
  top: calc(50% - 0.75em);
}
@media (max-width: 600px) {
  .modal_single_entry .icon {
    width: 1.2em;
    height: 1.2em;
    top: calc(50% - 0.6em);
    right: 15px;
  }
}
.modal_single_entry .icon::before {
  display: block;
  content: "";
  position: absolute;
  width: 35%;
  height: 50%;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  left: 38%;
  top: 25%;
}

.modaal-container {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.modaal-content-container {
  padding: 0;
}
.modaal-close {
  display: none;
}

.add_anim {
  -webkit-transition: opacity 1.3s, -webkit-transform 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.3s, -webkit-transform 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.3s, transform 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.3s, transform 1.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}
.add_anim.anim_stat {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.add_anim.js_on {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}