@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: 2px solid cyan;
  outline-offset: 2px;
}

body {
  background-color: #fff;
}

article {
  padding-top: 100px;
}
@media (max-width: 1200px) {
  article {
    padding-top: 60px;
  }
}

.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: #000;
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  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 {
  background-color: #fff;
  width: 100%;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
}
header_hit,
.header_hit {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
}
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 25px;
}
@media (max-width: 1060px) {
  header_main,
  .header_main {
    height: 60px;
    display: block;
  }
}
header h1,
.header h1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 275px;
          flex: 0 0 275px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1400px) {
  header h1,
  .header h1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 210px;
            flex: 0 0 210px;
  }
}
@media (max-width: 1200px) {
  header h1,
  .header h1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 170px;
            flex: 0 0 170px;
  }
}
header h1 .logo,
.header h1 .logo {
  display: block;
  padding: 7px 0;
}
header h1 img,
.header h1 img {
  width: 275px;
}
@media (max-width: 1400px) {
  header h1 img,
  .header h1 img {
    width: 210px;
  }
}
@media (max-width: 1200px) {
  header h1 img,
  .header h1 img {
    width: 170px;
  }
}
header button,
.header button {
  display: none;
  width: 60px;
  height: 60px;
  border: none;
  background: transparent;
  text-align: center;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 2px;
  z-index: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media (max-width: 1060px) {
  header button,
  .header button {
    display: block;
  }
}
@media (any-hover: hover) {
  header button:hover,
  .header button:hover {
    opacity: 0.7;
  }
}
header button span,
.header button span {
  display: block;
}
header button .icon,
.header button .icon {
  width: 40px;
  height: 20px;
  position: relative;
  margin-bottom: 8px;
}
header button .icon span,
.header button .icon span {
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background-color: #006253;
  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: 50%;
}
header button .icon span:nth-of-type(3),
.header button .icon span:nth-of-type(3) {
  top: 100%;
}
@media (max-width: 1060px) {
  header_nav,
  .header_nav {
    position: absolute;
    top: 60px;
    right: -300px;
    right: -100%;
    background-color: #006253;
    display: block;
    padding: 30px 20px;
    border-radius: 0 0 0 10px;
    -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: 980px) {
  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;
  padding-right: 2em;
}
@media (max-width: 1400px) {
  header_nav ul,
  .header_nav ul {
    padding-right: 1em;
  }
}
@media (max-width: 1200px) {
  header_nav ul,
  .header_nav ul {
    padding-right: 0.5em;
  }
}
@media (max-width: 1060px) {
  header_nav ul,
  .header_nav ul {
    display: block;
    text-align: left;
    padding: 0;
  }
}
header_nav li,
.header_nav li {
  display: inline-block;
  text-align: center;
}
@media (max-width: 1200px) {
  header_nav li,
  .header_nav li {
    font-size: 15px;
  }
}
@media (max-width: 1060px) {
  header_nav li,
  .header_nav li {
    display: block;
    font-size: 16px;
  }
}
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;
  color: #000;
}
@media (max-width: 1060px) {
  header_nav li a,
  .header_nav li a {
    color: #fff;
    display: block;
    text-align: left;
  }
}
@media (max-width: 980px) {
  header_nav li a,
  .header_nav li a {
    display: block;
    text-align: left;
  }
}
header_nav li a .label,
.header_nav li a .label {
  display: block;
  padding: 0.3em 1.5em;
}
@media (max-width: 1400px) {
  header_nav li a .label,
  .header_nav li a .label {
    padding: 0.3em 0.5em;
  }
}
@media (max-width: 1060px) {
  header_nav li a .label,
  .header_nav li a .label {
    padding: 1em;
  }
}
header_nav li a small,
.header_nav li a small {
  display: block;
  padding-top: 0.75em;
  font-size: 15px;
}
@media (max-width: 1200px) {
  header_nav li a small,
  .header_nav li a small {
    font-size: 13px;
  }
}
@media (max-width: 980px) {
  header_nav li a small,
  .header_nav li a small {
    padding-top: 0.5em;
  }
}
@media (any-hover: hover) {
  header_nav li a:hover,
  .header_nav li a:hover {
    color: #addf69;
  }
}
@media (any-hover: hover) and (max-width: 980px) {
  header_nav li a:hover,
  .header_nav li a:hover {
    opacity: 0.7;
  }
}
header_entry,
.header_entry {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 270px;
          flex: 0 0 270px;
  display: -ms-grid;
  display: grid;
  gap: 5px;
  -ms-grid-columns: 1fr 5px 1fr;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1400px) {
  header_entry,
  .header_entry {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 215px;
            flex: 0 0 215px;
  }
}
@media (max-width: 1060px) {
  header_entry,
  .header_entry {
    display: none;
  }
}
header_entry a,
.header_entry a {
  border-radius: 10px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 0.5em;
  -webkit-transition: background 0.4s, color 0.4s;
  transition: background 0.4s, color 0.4s;
  padding: 5px 20px;
}
@media (max-width: 1400px) {
  header_entry a,
  .header_entry a {
    padding: 0.5em 0.3em;
  }
}
header_entry a span,
.header_entry a span {
  display: block;
}
header_entry a .target,
.header_entry a .target {
  padding-bottom: 0.5em;
  text-align: center;
}
header_entry a .label,
.header_entry a .label {
  font-size: 13px;
  font-family: "Cabin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
@media (max-width: 1400px) {
  header_entry a .label,
  .header_entry a .label {
    padding-left: 0.5em;
  }
}
header_entry a .icon,
.header_entry a .icon {
  position: absolute;
  right: 20px;
  bottom: 10px;
  width: 2em;
  height: 0.5em;
  -webkit-transform: skewX(45deg);
      -ms-transform: skewX(45deg);
          transform: skewX(45deg);
}
@media (max-width: 1400px) {
  header_entry a .icon,
  .header_entry a .icon {
    width: 1.5em;
    height: 0.3em;
    bottom: 13px;
  }
}
header_entry1,
.header_entry1 {
  background-color: #addf69;
  color: #000;
}
header_entry1 .icon,
.header_entry1 .icon {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
@media (any-hover: hover) {
  header_entry1:hover,
  .header_entry1:hover {
    background-color: #c4e893;
  }
}
header_entry2,
.header_entry2 {
  background-color: #006253;
  color: #fff;
}
header_entry2 .icon,
.header_entry2 .icon {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media (any-hover: hover) {
  header_entry2:hover,
  .header_entry2:hover {
    background-color: #00957e;
  }
}

.js_show_nav .header_nav {
  right: 0;
}
.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) {
  opacity: 0;
  top: 50%;
}
.js_show_nav .header button .icon span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: rotate(-150deg);
      -ms-transform: rotate(-150deg);
          transform: rotate(-150deg);
}

.js_on .header_nav {
  -webkit-transition: right 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: right 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

body .footer {
  padding: 60px 40px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #eff9e4;
}
@media (max-width: 768px) {
  body .footer {
    padding: 30px 20px 100px;
  }
}
@media (max-width: 600px) {
  body .footer {
    padding: 30px 20px 110px;
  }
}
body .footer ul {
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 980px) {
  body .footer ul {
    display: block;
  }
}
body .footer li {
  display: inline-block;
  float: none;
  line-height: 1;
}
@media (max-width: 500px) {
  body .footer li {
    display: block;
  }
}
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: #000;
}
body .footer li a:visited {
  color: #000;
}
@media (any-hover: hover) {
  body .footer li a:hover {
    text-decoration: none;
    color: #addf69;
  }
}
@media (max-width: 1200px) {
  body .footer li a {
    padding: 0.3em;
  }
}
@media (max-width: 500px) {
  body .footer li a {
    padding: 0.5em 0;
  }
}
body .footer li a span {
  display: inline-block;
  padding: 0 2em;
}
@media (max-width: 768px) {
  body .footer li a span {
    padding: 0 1em;
    border: none;
  }
}
body .footer_copyrights {
  text-align: center;
  font-size: 14px;
}
body .footer_totop {
  z-index: 3;
  position: fixed;
  right: 30px;
  bottom: -150px;
  border-radius: 10px;
  -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-transform 0.2s;
  transition: opacity 0.3s, bottom 0.3s, background 0.3s, -webkit-transform 0.2s;
  transition: opacity 0.3s, bottom 0.3s, background 0.3s, transform 0.2s;
  transition: opacity 0.3s, bottom 0.3s, background 0.3s, transform 0.2s, -webkit-transform 0.2s;
  width: 66px;
  height: 66px;
  background-color: #006253;
}
@media (max-width: 600px) {
  body .footer_totop {
    width: 55px;
    height: 55px;
    right: 10px;
  }
}
@media (any-hover: hover) {
  body .footer_totop:hover {
    background-color: #00957e;
  }
}
body .footer_totop a {
  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;
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: bold;
}
body .footer_totop .icon {
  font-size: 1%;
}
body .footer_totop .icon img {
  width: 25px;
}
@media (max-width: 980px) {
  body .footer_totop .icon img {
    width: 20px;
  }
}
@media (max-width: 600px) {
  body .footer_totop .icon img {
    width: 15px;
  }
}
body .footer_entry {
  position: fixed;
  z-index: 2;
  bottom: 200px;
  right: -150px;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  display: none;
}
@media (max-width: 1500px) {
  body .footer_entry {
    bottom: 140px;
    right: -100px;
  }
}
@media (max-width: 1060px) {
  body .footer_entry {
    left: 0;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
body .footer_entry a {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background 0.4s, box--shadow 0.2s;
  transition: background 0.4s, box--shadow 0.2s;
  position: relative;
  border-radius: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  height: auto;
  padding: 10px 0;
  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;
  gap: 7px;
}
body .footer_entry a .icon {
  position: absolute;
  right: 20px;
  -webkit-transform: skewX(45deg);
      -ms-transform: skewX(45deg);
          transform: skewX(45deg);
  width: 1.5em;
  height: 0.3em;
  bottom: 17px;
}
body .footer_entry a .label {
  font-size: 13px;
  font-family: "Cabin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
body .footer_entry1 {
  background-color: #addf69;
  color: #000;
}
body .footer_entry1 .icon {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
@media (any-hover: hover) {
  body .footer_entry1:hover {
    background-color: #c4e893;
  }
}
body .footer_entry2 {
  background-color: #006253;
  color: #fff;
}
body .footer_entry2 .icon {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media (any-hover: hover) {
  body .footer_entry2:hover {
    background-color: #00957e;
  }
}

.js_nav_fixed .footer_totop {
  bottom: 25px;
}
@media (max-width: 1060px) {
  .js_nav_fixed .footer_totop {
    bottom: 60px;
  }
}
@media (max-width: 600px) {
  .js_nav_fixed .footer_totop {
    bottom: 60px;
  }
}
.js_nav_fixed .footer_entry {
  right: 30px;
}

.cmn_title {
  margin-bottom: 75px;
  text-align: center;
}
@media (max-width: 1060px) {
  .cmn_title {
    margin-bottom: 65px;
  }
}
@media (max-width: 768px) {
  .cmn_title {
    margin-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .cmn_title {
    margin-bottom: 40px;
  }
}
.cmn_title h3 {
  font-size: 45px;
  font-family: "Cabin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  padding-bottom: 0.1em;
  margin-bottom: 0.7em;
  color: #006253;
  display: inline-block;
  border-bottom: 2px solid #006253;
}
@media (max-width: 1060px) {
  .cmn_title h3 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .cmn_title h3 {
    font-size: 35px;
  }
}
@media (max-width: 600px) {
  .cmn_title h3 {
    font-size: 32px;
  }
}
.cmn_title p {
  font-size: 20px;
}
@media (max-width: 1060px) {
  .cmn_title p {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .cmn_title p {
    font-size: 17px;
  }
}

.hero_cnt img {
  width: 100%;
}
.hero_cnt img:nth-of-type(2) {
  display: none;
}

.about_cnt {
  padding: 125px 0 110px;
  margin-bottom: 135px;
  background-color: #fff9e5;
}
@media (max-width: 1060px) {
  .about_cnt {
    padding: 105px 0 90px;
    margin-bottom: 115px;
  }
}
@media (max-width: 768px) {
  .about_cnt {
    padding: 85px 0 70px;
    margin-bottom: 85px;
  }
}
@media (max-width: 600px) {
  .about_cnt {
    padding: 65px 0 45px;
    margin-bottom: 60px;
  }
}
.about_main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 57% 43%;
  grid-template-columns: 57% 43%;
  margin-bottom: 90px;
}
@media (max-width: 1060px) {
  .about_main {
    -ms-grid-columns: 60% 40%;
    grid-template-columns: 60% 40%;
  }
}
@media (max-width: 768px) {
  .about_main {
    gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 50px;
  }
}
.about_text h3 {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 0.75em;
}
@media (max-width: 1060px) {
  .about_text h3 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .about_text h3 {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .about_text h3 {
    font-size: 18px;
  }
}
.about_text p {
  line-height: 2.5;
  font-size: 15px;
  margin-top: 1.5em;
}
@media (max-width: 600px) {
  .about_text p {
    line-height: 2;
  }
}
.about_fig img {
  -webkit-transform: translateX(30px);
      -ms-transform: translateX(30px);
          transform: translateX(30px);
}
@media (max-width: 768px) {
  .about_fig img {
    display: block;
    width: 75%;
    margin: 0 auto;
  }
}
.about_guidelie {
  background-color: #fff;
  border-radius: 10px;
  padding: 65px 50px;
  -webkit-box-shadow: 0 5px 15px rgba(204, 204, 204, 0.2);
          box-shadow: 0 5px 15px rgba(204, 204, 204, 0.2);
}
@media (max-width: 1060px) {
  .about_guidelie {
    padding: 55px 45px;
  }
}
@media (max-width: 768px) {
  .about_guidelie {
    padding: 45px 35px;
  }
}
@media (max-width: 600px) {
  .about_guidelie {
    padding: 30px 25px 20px;
  }
}
.about_guidelie h4 {
  text-align: center;
  background: url(../img/about_line.png) no-repeat center bottom;
  padding: 0 0 1em;
  margin-bottom: 1em;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 1060px) {
  .about_guidelie h4 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .about_guidelie h4 {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .about_guidelie h4 {
    font-size: 22px;
  }
}
.about_guidelie li {
  font-size: 19px;
  font-weight: 700;
  border-bottom: 1px dotted #ffce29;
  position: relative;
  padding: 1em 0 1em 1.75em;
}
@media (max-width: 1060px) {
  .about_guidelie li {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .about_guidelie li {
    font-size: 17px;
  }
}
@media (max-width: 600px) {
  .about_guidelie li {
    font-size: 16px;
  }
}
.about_guidelie li:before {
  display: block;
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  background-color: #ffce29;
  border-radius: 100px;
  left: 0;
  top: 1.3em;
}
.about_guidelie p {
  padding: 1.5em;
  line-height: 2;
}

.brand_cnt {
  padding: 135px 0 70px;
  margin-bottom: 100px;
  position: relative;
}
@media (max-width: 1060px) {
  .brand_cnt {
    padding: 115px 0 60px;
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .brand_cnt {
    padding: 85px 0 50px;
    margin-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .brand_cnt {
    padding: 45px 0 30px;
    margin-bottom: 50px;
  }
}
.brand_cnt:before {
  display: block;
  content: "";
  position: absolute;
  width: calc(50vw + 490px);
  max-width: 90%;
  height: 100%;
  border-radius: 30px 0 0 30px;
  right: 0;
  top: 0;
  background-color: #eff9e4;
}
@media (max-width: 768px) {
  .brand_cnt:before {
    max-width: 92%;
    border-radius: 20px 0 0 20px;
  }
}
.brand_cnt .inner {
  max-width: 1200px;
}
.brand_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 35px 1fr 35px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 35px;
}
@media (max-width: 1060px) {
  .brand_list {
    gap: 20px;
  }
}
@media (max-width: 980px) {
  .brand_list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 500px) {
  .brand_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.brand_single {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.brand_single a {
  color: #fff;
}
@media (any-hover: hover) {
  .brand_single a:hover img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
  .brand_single a:hover p::after {
    right: 1.3em;
  }
}
.brand_single img {
  width: 100%;
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-transition: -webkit-filter 0.4s, -webkit-transform 0.2s;
  transition: -webkit-filter 0.4s, -webkit-transform 0.2s;
  transition: filter 0.4s, transform 0.2s;
  transition: filter 0.4s, transform 0.2s, -webkit-filter 0.4s, -webkit-transform 0.2s;
}
@media (max-width: 500px) {
  .brand_single img {
    aspect-ratio: 1.3/1;
  }
}
.brand_single p {
  width: 100%;
  background-color: rgba(0, 98, 83, 0.9);
  font-size: 20px;
  padding: 0.75em;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1200px) {
  .brand_single p {
    font-size: 18px;
  }
}
@media (max-width: 1060px) {
  .brand_single p {
    font-size: 17px;
  }
}
.brand_single p:after {
  display: block;
  content: "";
  position: absolute;
  position: absolute;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  right: 1.5em;
  bottom: 1.45em;
  width: 2em;
  height: 0.3em;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: skewX(45deg);
      -ms-transform: skewX(45deg);
          transform: skewX(45deg);
}
@media (max-width: 1200px) {
  .brand_single p:after {
    width: 1.5em;
  }
}

.welfare_cnt {
  padding: 100px 0 200px;
}
@media (max-width: 1060px) {
  .welfare_cnt {
    padding: 80px 0 160px;
  }
}
@media (max-width: 768px) {
  .welfare_cnt {
    padding: 70px 0 130px;
  }
}
@media (max-width: 600px) {
  .welfare_cnt {
    padding: 50px 0 100px;
  }
}
.welfare_cnt .cmn_title {
  position: absolute;
  left: 0;
  top: -0.3em;
  text-align: left;
}
@media (max-width: 600px) {
  .welfare_cnt .cmn_title {
    position: static;
    text-align: center;
  }
}
.welfare_cnt .inner {
  width: calc(100% - 80px);
  position: relative;
}
@media (max-width: 768px) {
  .welfare_cnt .inner {
    width: calc(100% - 60px);
  }
}
@media (max-width: 600px) {
  .welfare_cnt .inner {
    width: 100%;
  }
}
.welfare_wrap {
  position: relative;
}
.welfare_box {
  margin-left: calc(50vw - 295px);
}
@media (max-width: 1060px) {
  .welfare_box {
    margin-left: 240px;
  }
}
@media (max-width: 768px) {
  .welfare_box {
    margin-left: 200px;
  }
}
@media (max-width: 600px) {
  .welfare_box {
    margin-left: 0;
  }
}
.welfare_single {
  padding: 15px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.welfare_single_wrap {
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(204, 204, 204, 0.2);
          box-shadow: 0 5px 15px rgba(204, 204, 204, 0.2);
  position: relative;
}
.welfare_single_fig {
  position: relative;
}
.welfare_single_fig img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.welfare_single_cat {
  position: absolute;
  left: -0.5em;
  bottom: -0.75em;
  font-size: 14px;
  padding: 0.1em 0.75em;
  border-radius: 50px;
  color: #fff;
}
.welfare_single_cat_g {
  background-color: #006253;
}
.welfare_single_cat_b {
  background-color: #000;
}
.welfare_single_cat small {
  font-size: 12px;
}
.welfare_single_text {
  padding: 30px 25px;
}
.welfare_single_text h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 1em;
}
.welfare_single_text p {
  line-height: 1.8;
  min-height: 5.4em;
}
.welfare_nav {
  border-radius: 10px;
  overflow: hidden;
  background-color: #f5f5f5;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 70px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  position: absolute;
  left: 0;
  bottom: 15px;
}
@media (max-width: 768px) {
  .welfare_nav {
    gap: 50px;
  }
}
@media (max-width: 600px) {
  .welfare_nav {
    position: static;
    width: 160px;
    margin: 20px auto 0;
  }
}
.welfare_nav button {
  width: 55px;
  height: 45px;
  background-color: #ececec;
  border: none;
  position: relative;
  display: block;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
@media (any-hover: hover) {
  .welfare_nav button:hover {
    background-color: #006253;
  }
  .welfare_nav button:hover:before {
    border-color: #fff;
  }
}
.welfare_nav button:before {
  display: block;
  content: "";
  position: absolute;
  width: 40%;
  height: 15%;
  top: 38%;
  -webkit-transition: border 0.4s;
  transition: border 0.4s;
}
.welfare_nav_prev:before {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  -webkit-transform: skewX(-45deg);
      -ms-transform: skewX(-45deg);
          transform: skewX(-45deg);
  left: 35%;
}
.welfare_nav_next:before {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: skewX(45deg);
      -ms-transform: skewX(45deg);
          transform: skewX(45deg);
  left: 25%;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slide {
  height: auto !important;
}

.interview_cnt {
  padding: 130px 0 140px;
  position: relative;
}
@media (max-width: 1060px) {
  .interview_cnt {
    padding: 110px 0 120px;
  }
}
@media (max-width: 768px) {
  .interview_cnt {
    padding: 90px 0 100px;
  }
}
@media (max-width: 600px) {
  .interview_cnt {
    padding: 60px 0 75px;
  }
}
.interview_cnt:before {
  display: block;
  content: "";
  position: absolute;
  width: calc(50vw + 550px);
  max-width: 90%;
  height: 100%;
  border-radius: 0 30px 30px 0;
  left: 0;
  top: 0;
  background-color: #fff9e5;
}
@media (max-width: 768px) {
  .interview_cnt:before {
    max-width: 93%;
    border-radius: 0 20px 20px 0;
  }
}
.interview_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 75px 50px;
}
@media (max-width: 980px) {
  .interview_list {
    gap: 55px 35px;
  }
}
@media (max-width: 600px) {
  .interview_list {
    gap: 40px 20px;
  }
}
.interview_single {
  position: relative;
}
.interview_single:nth-of-type(even) {
  margin-top: 50px;
}
@media (max-width: 980px) {
  .interview_single:nth-of-type(even) {
    margin-top: 40px;
  }
}
@media (max-width: 600px) {
  .interview_single:nth-of-type(even) {
    margin-top: 25px;
  }
}
.interview_single a {
  color: #000;
}
@media (any-hover: hover) {
  .interview_single a:hover .fig img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
  .interview_single a:hover .cat {
    background-color: #addf69;
  }
  .interview_single a:hover .name::before {
    right: 5px;
  }
}
.interview_single .num {
  position: absolute;
  left: -10px;
  top: -30px;
  z-index: 1;
}
@media (max-width: 980px) {
  .interview_single .num img {
    width: 80%;
  }
}
@media (max-width: 600px) {
  .interview_single .num img {
    width: 60%;
  }
}
.interview_single .fig {
  position: relative;
}
.interview_single .fig figure {
  overflow: hidden;
  border-radius: 10px;
}
.interview_single .fig img {
  width: 100%;
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-transition: -webkit-filter 0.4s, -webkit-transform 0.2s;
  transition: -webkit-filter 0.4s, -webkit-transform 0.2s;
  transition: filter 0.4s, transform 0.2s;
  transition: filter 0.4s, transform 0.2s, -webkit-filter 0.4s, -webkit-transform 0.2s;
}
.interview_single .cat {
  position: absolute;
  left: -0.5em;
  bottom: -0.75em;
  font-size: 14px;
  padding: 0.1em 0.75em;
  border-radius: 50px;
  color: #fff;
  background-color: #006253;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
.interview_single .name {
  font-size: 20px;
  padding-top: 1em;
  font-weight: 700;
  position: relative;
}
@media (max-width: 1060px) {
  .interview_single .name {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .interview_single .name {
    font-size: 17px;
  }
}
@media (max-width: 600px) {
  .interview_single .name {
    font-size: 16px;
  }
}
.interview_single .name em {
  letter-spacing: -0.2em;
  font-size: 175%;
  padding-right: 0.35em;
}
@media (max-width: 600px) {
  .interview_single .name em {
    font-size: 150%;
  }
}
.interview_single .name:before {
  display: block;
  content: "";
  position: absolute;
  width: 50px;
  height: 10px;
  border-bottom: 1px solid #006253;
  border-right: 1px solid #006253;
  -webkit-transform: skewX(45deg);
      -ms-transform: skewX(45deg);
          transform: skewX(45deg);
  right: 10px;
  bottom: 10px;
  -webkit-transition: right 0.4s;
  transition: right 0.4s;
}
@media (max-width: 980px) {
  .interview_single .name:before {
    width: 40px;
  }
}
@media (max-width: 600px) {
  .interview_single .name:before {
    width: 30px;
    height: 7px;
  }
}

.faq_cnt {
  padding-top: 130px;
}
@media (max-width: 1060px) {
  .faq_cnt {
    padding-top: 110px;
  }
}
@media (max-width: 768px) {
  .faq_cnt {
    padding-top: 90px;
  }
}
@media (max-width: 600px) {
  .faq_cnt {
    padding-top: 55px;
  }
}
.faq_main {
  padding-bottom: 150px;
  position: relative;
}
.faq_main:before {
  display: block;
  content: "";
  position: absolute;
  width: calc(50vw + 550px);
  max-width: 100%;
  height: 95%;
  border-radius: 30px 0 0 0;
  right: 0;
  bottom: 0;
  background-color: #eff9e4;
}
.faq_single {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 15px rgba(204, 204, 204, 0.2);
          box-shadow: 0 5px 15px rgba(204, 204, 204, 0.2);
  background-color: #fff;
  margin-top: 40px;
}
@media (max-width: 980px) {
  .faq_single {
    margin-top: 30px;
  }
}
@media (max-width: 600px) {
  .faq_single {
    margin-top: 20px;
  }
}
.faq_single button {
  background-color: #addf69;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
@media (max-width: 768px) {
  .faq_single button {
    padding: 10px 50px 10px 10px;
  }
}
@media (any-hover: hover) {
  .faq_single button:hover {
    background-color: rgba(173, 223, 105, 0.8);
  }
  .faq_single button:hover .icon {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.faq_single .num {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2em;
          flex: 0 0 2em;
  font-family: "Cabin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #fff;
  font-size: 30px;
}
@media (max-width: 1060px) {
  .faq_single .num {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .faq_single .num {
    font-size: 26px;
  }
}
@media (max-width: 600px) {
  .faq_single .num {
    font-size: 24px;
  }
}
.faq_single .label {
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 95%;
          flex: 0 1 95%;
}
@media (max-width: 1060px) {
  .faq_single .label {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .faq_single .label {
    font-size: 17px;
  }
}
@media (max-width: 600px) {
  .faq_single .label {
    font-size: 16px;
  }
}
.faq_single .tag {
  background-color: #fff;
  padding: 0.1em 0.7em;
  color: #006253;
  font-size: 14px;
  border-radius: 50px;
  display: inline-block;
  margin-left: 5px;
}
.faq_single .icon {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: calc(50% - 10px);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.faq_single .icon:before, .faq_single .icon:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  left: 0;
  top: calc(50% - 1px);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.faq_single .icon:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq_single dd {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: grid-template-rows 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: grid-template-rows 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -ms-grid-rows 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.faq_single .text {
  overflow: hidden;
}
.faq_single .text p {
  padding: 35px 50px;
  line-height: 2;
}
@media (max-width: 1060px) {
  .faq_single .text p {
    padding: 30px 45px;
  }
}
@media (max-width: 768px) {
  .faq_single .text p {
    padding: 25px 35px;
  }
}
@media (max-width: 600px) {
  .faq_single .text p {
    padding: 20px 25px;
  }
}
.faq_single.on .icon {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.faq_single.on .icon:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq_single.on .icon:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq_single.on dd {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.entry_cnt {
  background: url(../img/entry_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 135px 0 170px;
}
@media (max-width: 1060px) {
  .entry_cnt {
    padding: 115px 0 150px;
  }
}
@media (max-width: 768px) {
  .entry_cnt {
    padding: 95px 0 130px;
  }
}
@media (max-width: 600px) {
  .entry_cnt {
    padding: 75px 0 100px;
  }
}
.entry_cnt h3 {
  text-align: center;
  margin-bottom: 75px;
}
.entry_cnt h3 img {
  max-width: 80%;
}
.entry_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 25px 1fr;
  grid-template-columns: 100px 1fr;
  gap: 25px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .entry_list {
    display: block;
  }
}
.entry_list dt {
  color: #fff;
  font-weight: 700;
  font-size: 25px;
  text-align: center;
  padding-top: 0.7em;
}
@media (max-width: 1060px) {
  .entry_list dt {
    font-size: 23px;
  }
}
@media (max-width: 768px) {
  .entry_list dt {
    font-size: 21px;
    padding: 0 0 0.7em;
  }
}
@media (max-width: 600px) {
  .entry_list dt {
    font-size: 19px;
  }
}
.entry_list dd {
  display: -ms-grid;
  display: grid;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entry_list a {
  background-color: #fff;
  display: block;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  padding: 0.9em 1.3em;
  color: #000;
  position: relative;
  -webkit-transition: color 0.4s, background 0.4s;
  transition: color 0.4s, background 0.4s;
}
@media (max-width: 768px) {
  .entry_list a {
    font-size: 19px;
  }
}
@media (max-width: 600px) {
  .entry_list a {
    font-size: 17px;
  }
}
@media (any-hover: hover) {
  .entry_list a:hover {
    background-color: #f1fae8;
  }
  .entry_list a:hover .icon {
    right: 15px;
  }
}
.entry_list .icon {
  width: 25px;
  height: 6px;
  display: block;
  border-bottom: 1px solid #006253;
  border-right: 1px solid #006253;
  -webkit-transform: skewX(45deg);
      -ms-transform: skewX(45deg);
          transform: skewX(45deg);
  position: absolute;
  right: 20px;
  top: calc(50% - 3px);
  -webkit-transition: right 0.4s;
  transition: right 0.4s;
}
.entry_list1 dd {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 600px) {
  .entry_list1 dd {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.entry_list2 dd {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 980px) {
  .entry_list2 dd {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .entry_list2 dd {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

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_brand {
  background-color: #fff;
}
.modal_brand_head {
  position: relative;
}
.modal_brand_head h3 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 40px;
  color: #fff;
  background-color: rgba(0, 98, 83, 0.9);
  background-color: rgba(0, 65, 45, 0.8);
  border-radius: 10px;
  padding: 0.1em 1em;
}
@media (max-width: 1060px) {
  .modal_brand_head h3 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .modal_brand_head h3 {
    font-size: 34px;
  }
}
@media (max-width: 600px) {
  .modal_brand_head h3 {
    font-size: 32px;
  }
}
.modal_brand_head img {
  width: 100%;
}
.modal_brand_body {
  margin-top: 100px;
}
@media (max-width: 1060px) {
  .modal_brand_body {
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  .modal_brand_body {
    margin-top: 60px;
  }
}
@media (max-width: 600px) {
  .modal_brand_body {
    margin-top: 50px;
  }
}
.modal_brand_body h4 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 0.75em;
}
@media (max-width: 1060px) {
  .modal_brand_body h4 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .modal_brand_body h4 {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  .modal_brand_body h4 {
    font-size: 20px;
  }
}
.modal_brand_body p {
  line-height: 2;
}
.modal_brand_body_add_fig {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 38%;
  grid-template-columns: 1fr 38%;
  gap: 40px;
}
@media (max-width: 980px) {
  .modal_brand_body_add_fig {
    gap: 25px;
  }
}
@media (max-width: 600px) {
  .modal_brand_body_add_fig {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .modal_brand_body_fig {
    text-align: center;
  }
}
.modal_brand_body_fig img {
  border-radius: 10px;
}
.modal_brand_body_fig_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 40px 50px;
  max-width: 800px;
  margin: 50px auto 0;
}
@media (max-width: 980px) {
  .modal_brand_body_fig_list {
    gap: 30px 25px;
    margin: 40px auto 0;
  }
}
@media (max-width: 600px) {
  .modal_brand_body_fig_list {
    gap: 30px 15px;
    margin: 30px auto 0;
  }
}
.modal_brand_body_fig_list img {
  border-radius: 10px;
  width: 100%;
}
.modal_brand_body_fig_list figcaption {
  padding-top: 0.5em;
}
@media (max-width: 600px) {
  .modal_brand_body_fig_list figcaption {
    padding-top: 0.3em;
  }
}
.modal_brand_entry {
  text-align: right;
  margin-top: 40px;
}
.modal_brand_entry a {
  display: inline-block;
  border-radius: 10px;
  background-color: #006253;
  padding: 0.5em 4em 0.5em 2em;
  color: #fff;
  position: relative;
  -webkit-transition: background 0.4s, color 0.4s;
  transition: background 0.4s, color 0.4s;
}
@media (any-hover: hover) {
  .modal_brand_entry a:hover {
    color: #000;
    background-color: #addf69;
  }
  .modal_brand_entry a:hover:before {
    border-color: #000;
  }
}
.modal_brand_entry a::before {
  display: block;
  content: "";
  position: absolute;
  width: 1.2em;
  height: 0.4em;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  right: 20px;
  top: calc(50% - 0.3em);
  -webkit-transform: skewX(45deg);
      -ms-transform: skewX(45deg);
          transform: skewX(45deg);
  -webkit-transition: border 0.4s;
  transition: border 0.4s;
}
.modal_interview {
  background-color: #fff;
  margin-top: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.modal_interview_head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 35px 50%;
  grid-template-columns: 1fr 50%;
  gap: 35px;
  margin-bottom: 85px;
}
@media (max-width: 980px) {
  .modal_interview_head {
    gap: 30px;
    margin-bottom: 75px;
  }
}
@media (max-width: 768px) {
  .modal_interview_head {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .modal_interview_head {
    margin-bottom: 35px;
  }
}
.modal_interview_head .cap {
  margin-bottom: 35px;
}
@media (max-width: 980px) {
  .modal_interview_head .cap {
    margin-bottom: 20px;
  }
}
.modal_interview_head .tag {
  margin-left: 30px;
  padding-left: 30px;
  margin-bottom: 35px;
  font-size: 14px;
  color: #fff;
  background-color: #006253;
  padding: 0.1em 1.2em;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 65px;
  line-height: 2;
}
@media (max-width: 980px) {
  .modal_interview_head .tag {
    margin-left: 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .modal_interview_head .tag {
    margin-bottom: 25px;
  }
}
.modal_interview_head .ttl {
  margin-left: 30px;
  font-size: 25px;
  font-weight: 700;
}
@media (max-width: 980px) {
  .modal_interview_head .ttl {
    margin-left: 0;
    font-size: 23px;
  }
}
.modal_interview_head .name {
  text-align: right;
  font-size: 18px;
}
@media (max-width: 980px) {
  .modal_interview_head .name {
    font-size: 17px;
  }
}
.modal_interview_head .name em {
  font-size: 167%;
  font-weight: 700;
  letter-spacing: -0.2em;
  padding-right: 0.35em;
}
.modal_interview_head_fig img {
  width: 100%;
}
.modal_interview_body {
  padding: 0 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 230px 30px 1fr;
  grid-template-columns: 230px 1fr;
  gap: 30px;
}
@media (max-width: 980px) {
  .modal_interview_body {
    -ms-grid-columns: 200px 1fr;
    grid-template-columns: 200px 1fr;
  }
}
@media (max-width: 768px) {
  .modal_interview_body {
    padding: 0;
  }
}
@media (max-width: 600px) {
  .modal_interview_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
}
.modal_interview_body p {
  line-height: 2;
  margin-bottom: 2em;
}
.modal_interview_body_fig {
  text-align: center;
}
@media (max-width: 600px) {
  .modal_interview_body_fig {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.modal_interview_body_fig img {
  border-radius: 10px;
  width: 100%;
  max-width: 230px;
}
.modal_single_wrap {
  position: relative;
  overflow: hidden;
}
.modal_single_close {
  text-align: center;
  padding: 100px 0 50px;
}
@media (max-width: 1060px) {
  .modal_single_close {
    padding: 80px 0 40px;
  }
}
@media (max-width: 768px) {
  .modal_single_close {
    padding: 70px 0 35px;
  }
}
@media (max-width: 600px) {
  .modal_single_close {
    padding: 60px 0 30px;
  }
}
.modal_single_close button {
  background-color: transparent;
  border: none;
  font-size: 16px;
  border-radius: 10px;
  -webkit-transition: background 0.4s, color 0.4s;
  transition: background 0.4s, color 0.4s;
  border: 1px solid #006253;
  padding: 0.75em 2.5em;
  width: 230px;
  position: relative;
  color: #006253;
}
@media (any-hover: hover) {
  .modal_single_close button:hover {
    background-color: #006253;
    color: #fff;
  }
}
.modal_single_close button .icon {
  position: absolute;
  width: 1em;
  height: 1em;
  display: inline-block;
  right: 15px;
  top: 50%;
}
.modal_single_close button .icon::before, .modal_single_close button .icon:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 15%;
  top: 0;
  background-color: #fff;
}
.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: #006253;
  border-radius: 50px;
  border: none;
  position: absolute;
  z-index: 1;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  width: 60px;
  height: 60px;
  top: -17px;
  right: -15px;
}
@media (max-width: 1200px) {
  .modal_single_close_top {
    right: 10px;
  }
}
@media (any-hover: hover) {
  .modal_single_close_top:hover {
    background-color: #addf69;
  }
}
.modal_single_close_top span {
  width: 40%;
  height: 40%;
  position: absolute;
  display: block;
  left: 30%;
  top: 30%;
}
.modal_single_close_top span:before, .modal_single_close_top span:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  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);
}

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

.modaal-inner-wrapper {
  padding: 0;
}
.modaal-container {
  max-width: 100%;
}

.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.no-slide {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.add_anim .cmn_title {
  -webkit-transition: opacity 1s 0.3s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  transition: opacity 1s 0.3s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  transition: opacity 1s 0.3s, transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  transition: opacity 1s 0.3s, transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}
.add_anim.js_on {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.add_anim.js_on .cmn_title {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}