@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;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  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: rgb(46.75, 46.75, 46.75);
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: rgb(46.75, 46.75, 46.75);
}

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

body {
  background-color: #fff;
}

article {
  padding-top: 110px;
}
@media (max-width: 980px) {
  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);
  }
}
/* 
@font-face でローカルフォントを優先 
参考：https://ics.media/entry/250718/
*/
@font-face {
  font-family: "Local Noto Serif JP";
  src: local("Noto Serif JP");
}
html,
button {
  -webkit-font-feature-settings: "pkna" 1;
          font-feature-settings: "pkna" 1;
  font-size: 16px;
  color: #000;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", YuMincho, 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: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 110px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0 100px 0 40px;
}
@media (max-width: 980px) {
  header_main,
  .header_main {
    padding: 0 100px 0 25px;
    height: 60px;
  }
}
@media (max-width: 600px) {
  header_main,
  .header_main {
    padding: 0 80px 0 10px;
  }
}
header h1,
.header h1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
}
@media (max-width: 980px) {
  header h1,
  .header h1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25vw;
            flex: 0 0 25vw;
  }
}
header h1 .logo,
.header h1 .logo {
  display: block;
}
header h1 img,
.header h1 img {
  width: 300px;
}
@media (max-width: 980px) {
  header h1 img,
  .header h1 img {
    width: 25vw;
    min-width: 170px;
  }
}
header button,
.header button {
  width: 60px;
  height: 60px;
  border: none;
  background: transparent;
  text-align: center;
  cursor: pointer;
  position: absolute;
  right: 13px;
  z-index: 1;
  display: block;
}
@media (max-width: 600px) {
  header button,
  .header button {
    right: 10px;
  }
}
@media (any-hover: hover) {
  header button:hover .icon span,
  .header button:hover .icon span {
    background-color: #04C1AB;
  }
}
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: 2px;
  border-radius: 5px;
  background-color: #202020;
  left: 5px;
  -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%;
}
header_nav_wrap,
.header_nav_wrap {
  position: absolute;
  top: 0px;
  left: 0;
  background-color: #d3e5e2;
  display: block;
  padding: 30px 20px;
  -webkit-transform: translateY(-120vh);
      -ms-transform: translateY(-120vh);
          transform: translateY(-120vh);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100vh;
  text-align: center;
  overflow-y: auto;
}
header_nav ul,
.header_nav ul {
  padding-top: 100px;
  font-size: clamp(28px, 5vw, 36px);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1em 1fr;
  grid-template-columns: repeat(2, 1fr);
  width: 15em;
  gap: 0 1em;
  margin: 0 auto;
}
@media (max-width: 600px) {
  header_nav ul,
  .header_nav ul {
    padding-top: 50px;
    display: inline-block;
    width: auto;
  }
}
header_nav li,
.header_nav li {
  display: block;
  text-align: left;
  border-top: 1px solid #707070;
}
header_nav li:nth-of-type(1),
.header_nav li:nth-of-type(1) {
  border: none;
}
header_nav li:nth-of-type(2),
.header_nav li:nth-of-type(2) {
  border: none;
}
@media (max-width: 600px) {
  header_nav li:nth-of-type(2),
  .header_nav li:nth-of-type(2) {
    border-top: 1px solid #707070;
  }
}
header_nav li a,
.header_nav li a {
  line-height: 1;
  padding: 0.75em 0;
  display: block;
}
header_nav li a .label,
.header_nav li a .label {
  font-family: "Vollkorn", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #04C1AB;
  display: block;
  background: linear-gradient(125deg, #04C1AB 0%, #04C1AB 50%, #0487C1 50%, #0487C1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 210% auto;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
header_nav li a .sub,
.header_nav li a .sub {
  display: block;
  font-size: 50%;
  color: #202020;
  font-weight: 700;
  padding-top: 0.5em;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media (any-hover: hover) {
  header_nav li a:hover .label,
  .header_nav li a:hover .label {
    background-position: 105% 0;
  }
  header_nav li a:hover .sub,
  .header_nav li a:hover .sub {
    color: #04C1AB;
  }
}
header_entry,
.header_entry {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  font-size: 24px;
}
@media (max-width: 1200px) {
  header_entry,
  .header_entry {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
    font-size: 20px;
  }
}
@media (max-width: 980px) {
  header_entry,
  .header_entry {
    font-size: clamp(15px, 3vw, 20px);
  }
}
@media (max-width: 600px) {
  header_entry,
  .header_entry {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 27vw;
            flex: 0 0 27vw;
  }
}
header_entry a,
.header_entry a {
  color: #fff;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  background: linear-gradient(105deg, #04C1AB 0%, #09A5C1 50%, #04C1AB 100%) 0% 0%;
  background-size: 210%;
  font-weight: 700;
  border-radius: 50px;
  padding: 0.8em;
  position: relative;
  -webkit-transition: background 0.3s, color 0.4s;
  transition: background 0.3s, color 0.4s;
}
@media (max-width: 980px) {
  header_entry a,
  .header_entry a {
    padding: 0.5em;
  }
}
@media (max-width: 600px) {
  header_entry a,
  .header_entry a {
    padding: 0.5em 0.5em 0.5em 0.1em;
  }
}
@media (any-hover: hover) {
  header_entry a:hover,
  .header_entry a:hover {
    background-position: 105%;
  }
  header_entry a:hover:before,
  .header_entry a:hover:before {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }
}
header_entry a:before,
.header_entry a:before {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 16px;
  background: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  right: 24px;
  top: calc(50% - 8px);
  -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) {
  header_entry a:before,
  .header_entry a:before {
    right: 20px;
  }
}
@media (max-width: 600px) {
  header_entry a:before,
  .header_entry a:before {
    width: 7px;
    height: 11.2px;
    right: 10px;
    top: calc(50% - 5.6px);
  }
}

.js_show_nav .header_nav_wrap {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(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_wrap {
  -webkit-transition: background 0.2s, -webkit-transform 0.5s cubic-bezier(1, 0, 0, 1);
  transition: background 0.2s, -webkit-transform 0.5s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.5s cubic-bezier(1, 0, 0, 1), background 0.2s;
  transition: transform 0.5s cubic-bezier(1, 0, 0, 1), background 0.2s, -webkit-transform 0.5s cubic-bezier(1, 0, 0, 1);
}

body .footer {
  padding: 26px 40px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #04C1AB;
  font-size: 12px;
}
body .footer_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 75px;
}
@media (max-width: 1060px) {
  body .footer_main {
    display: block;
  }
}
body .footer ul {
  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: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 {
    opacity: 0.7;
    text-decoration: none;
  }
}
@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 {
  border-right: 1px solid #000;
  display: inline-block;
  padding: 0 2em;
  border-right: 1px solid #fff;
}
@media (max-width: 768px) {
  body .footer li a span {
    padding: 0 1em;
    border: none;
  }
}
body .footer_copyrights {
  text-align: center;
  color: #fff;
}
@media (max-width: 1060px) {
  body .footer_copyrights {
    margin-top: 1.5em;
  }
}
body .footer_totop {
  z-index: 3;
  position: fixed;
  right: 0;
  bottom: -150px;
  -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;
  transition: opacity 0.3s, bottom 0.3s, background 0.3s, -webkit-box-shadow 0.2s;
  transition: opacity 0.3s, bottom 0.3s, background 0.3s, box-shadow 0.2s;
  transition: opacity 0.3s, bottom 0.3s, background 0.3s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
  width: 75px;
  height: 75px;
}
@media (max-width: 768px) {
  body .footer_totop {
    width: 55px;
    height: 55px;
  }
}
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;
  background-color: #349A8E;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
@media (any-hover: hover) {
  body .footer_totop a:hover {
    background-color: #202020;
  }
}
body .footer_totop .icon {
  display: block;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background-color: #fff;
  width: 30%;
  height: 20%;
}
body .footer_entry {
  position: fixed;
  bottom: 0;
  right: 0;
  text-align: center;
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
  width: 120px;
  z-index: 1;
  -webkit-transition: bottom 0.3s;
  transition: bottom 0.3s;
}
@media (max-width: 600px) {
  body .footer_entry {
    width: 90px;
    bottom: auto;
    top: 60px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
body .footer_entry span {
  display: block;
}
body .footer_entry img {
  width: 43px;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  body .footer_entry img {
    width: 36px;
    margin-bottom: 5px;
  }
}
body .footer_entry1 {
  background-color: #04C1AB;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #04C1AB), to(#0487C1));
  background: linear-gradient(90deg, #04C1AB 50%, #0487C1 100%);
}
body .footer_entry2 {
  margin-top: 2px;
  background-color: #0487C1;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #0487C1), to(#04C1AB));
  background: linear-gradient(90deg, #0487C1 50%, #04C1AB 100%);
}
body .footer_entry a {
  display: block;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  padding: 15px 0 15px 15%;
  background-size: 200% auto;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
@media (max-width: 600px) {
  body .footer_entry a {
    padding-left: 0;
  }
}
@media (any-hover: hover) {
  body .footer_entry a:hover {
    background-position: 100% 0;
  }
}

.js_nav_fixed .footer_totop {
  bottom: 0;
}
.js_nav_fixed .footer_entry {
  bottom: 77px;
}
@media (max-width: 768px) {
  .js_nav_fixed .footer_entry {
    bottom: 57px;
  }
}

.cmn_title {
  font-size: 18px;
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  .cmn_title {
    font-size: 16px;
  }
}
.cmn_title h3 {
  font-size: 64px;
  font-family: "Vollkorn", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  background: -webkit-gradient(linear, left top, left bottom, from(#04C1AB), to(#09A5C1));
  background: linear-gradient(-180deg, #04C1AB 0%, #09A5C1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
@media (max-width: 980px) {
  .cmn_title h3 {
    font-size: 9vw;
  }
}
@media (max-width: 600px) {
  .cmn_title h3 {
    font-size: 11vw;
  }
}
.cmn_title p {
  font-weight: 700;
  line-height: 1;
  color: #393E3D;
}

.hero_cnt {
  position: relative;
  z-index: 1;
}
.hero_slide_photo {
  padding: 0 0.5vw;
  padding: 0 6px;
}
.hero_slide_photo span {
  display: block;
  -webkit-transform: skewX(-5deg);
      -ms-transform: skewX(-5deg);
          transform: skewX(-5deg);
  overflow: hidden;
}
.hero_slide_photo img {
  -webkit-transform: skewX(5deg) scale(1.05);
      -ms-transform: skewX(5deg) scale(1.05);
          transform: skewX(5deg) scale(1.05);
  width: 100%;
}
@media (max-width: 768px) {
  .hero_slide_photo img {
    -webkit-transform: skewX(5deg) scale(1.1);
        -ms-transform: skewX(5deg) scale(1.1);
            transform: skewX(5deg) scale(1.1);
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 600px) {
  .hero_slide_photo img {
    aspect-ratio: 1/1.3;
  }
}
@media (max-width: 768px) {
  .hero_slide_photo1 img {
    -o-object-position: 50% 0;
       object-position: 50% 0;
  }
}
@media (max-width: 768px) {
  .hero_slide_photo2 img {
    -o-object-position: 60% 0;
       object-position: 60% 0;
  }
}
@media (max-width: 500px) {
  .hero_slide_photo2 img {
    -o-object-position: 80% 0;
       object-position: 80% 0;
    -webkit-transform: skewX(5deg) scale(1.5) translateY(-15%);
        -ms-transform: skewX(5deg) scale(1.5) translateY(-15%);
            transform: skewX(5deg) scale(1.5) translateY(-15%);
  }
}
@media (max-width: 768px) {
  .hero_slide_photo4 img {
    -o-object-position: 70% 0;
       object-position: 70% 0;
  }
}
@media (max-width: 500px) {
  .hero_slide_photo4 img {
    -o-object-position: 80% 0;
       object-position: 80% 0;
  }
}
.hero_cap {
  position: absolute;
  z-index: 1;
  left: 5.7vw;
  top: 35px;
}
@media (max-width: 600px) {
  .hero_cap {
    left: 15px;
    top: 25px;
  }
}
@media (max-width: 500px) {
  .hero_cap {
    top: auto;
    left: 10px;
    bottom: 10px;
  }
}
.hero_cap h2 {
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 700;
  color: #fff;
}
.hero_cap span {
  display: inline-block;
  position: relative;
  margin-bottom: 0.15em;
  line-height: 1;
  padding: 0.2em 0.3em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hero_cap span::before {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #04C1AB;
  -webkit-transform: skewX(-5deg);
      -ms-transform: skewX(-5deg);
          transform: skewX(-5deg);
  left: 0.2em;
  top: 0.05em;
}
.hero_cap span:nth-of-type(1) {
  margin-left: 0.15em;
}
.hero_cap span:nth-of-type(1)::before {
  width: calc(100% - 1em);
}
.hero_cap p {
  font-weight: 700;
  padding-top: 0.5em;
  padding-left: 0.4em;
  font-size: clamp(16px, 2.5vw, 23px);
  text-shadow: 0 0 10px white;
}
@media (max-width: 600px) {
  .hero_cap p {
    text-shadow: 0 0 3px white, 0 0 10px rgba(255, 255, 255, 0.75);
  }
}
.hero_entry {
  position: fixed;
  bottom: 0;
  right: 0;
  text-align: center;
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
  width: 120px;
}
@media (max-width: 600px) {
  .hero_entry {
    width: 100px;
    bottom: auto;
    top: 0;
  }
}
.hero_entry span {
  display: block;
}
.hero_entry img {
  width: 43px;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .hero_entry img {
    width: 36px;
    margin-bottom: 5px;
  }
}
.hero_entry1 {
  background-color: #04C1AB;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #04C1AB), to(#0487C1));
  background: linear-gradient(90deg, #04C1AB 50%, #0487C1 100%);
}
.hero_entry2 {
  margin-top: 2px;
  background-color: #0487C1;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #0487C1), to(#04C1AB));
  background: linear-gradient(90deg, #0487C1 50%, #04C1AB 100%);
}
.hero_entry a {
  display: block;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  padding: 15px 0 15px 15%;
  background-size: 200% auto;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
@media (max-width: 600px) {
  .hero_entry a {
    padding-left: 10%;
  }
}
@media (any-hover: hover) {
  .hero_entry a:hover {
    background-position: 100% 0;
  }
}
.hero_cnt .slick-dots {
  position: absolute;
  left: 15px;
  bottom: -26px;
}
.hero_cnt .slick-dots li {
  display: inline-block;
  margin-right: 4px;
}
.hero_cnt .slick-dots button {
  overflow: hidden;
  border: none;
  background: transparent;
  height: 26px;
  width: 36px;
  position: relative;
  text-indent: -99px;
}
@media (any-hover: hover) {
  .hero_cnt .slick-dots button:hover:before {
    background-color: #04C1AB;
  }
}
.hero_cnt .slick-dots button:before {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #D3E5E2;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
.hero_cnt .slick-active button:before {
  background-color: #04C1AB;
}

.about_cnt {
  position: relative;
  padding-top: 100px;
}
@media (max-width: 768px) {
  .about_cnt {
    padding-top: 90px;
  }
}
@media (max-width: 600px) {
  .about_cnt {
    padding-top: 80px;
  }
}
.about_cnt::before, .about_cnt:after {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
}
.about_cnt::before {
  width: 100%;
  height: 120%;
  background: url(../img/about_bg.jpg) no-repeat center top;
  background-size: cover;
  top: 0;
  left: 0;
}
.about_cnt:after {
  width: calc(53vw - 500px);
  height: calc(53vw - 500px);
  background: url(../img/about_fx.png) no-repeat center top;
  background-size: contain;
  left: -5vw;
  top: 100px;
}
@media (max-width: 1060px) {
  .about_cnt:after {
    left: auto;
    right: 0;
    top: 2vw;
    width: 25vw;
    height: 25vw;
  }
}
.about_text {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .about_text {
    width: 100%;
    margin-bottom: 0;
  }
}
.about_text p {
  line-height: 2;
  margin-bottom: 1em;
}
@media (max-width: 600px) {
  .about_text p {
    line-height: 1.9;
  }
}
.about_main {
  position: relative;
  min-height: 45vw;
}
.about_main figure {
  width: 46%;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 768px) {
  .about_main figure {
    position: static;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 55% 5% 40%;
    grid-template-columns: 55% 40%;
    width: 100%;
    gap: 5%;
    margin: 35px 0;
  }
}
.about_main figure img {
  display: block;
}
.about_main figure img:nth-of-type(2) {
  width: 52%;
  margin-left: 70px;
  margin-top: 30px;
}
@media (max-width: 980px) {
  .about_main figure img:nth-of-type(2) {
    width: 75%;
    margin-left: 10%;
  }
}
@media (max-width: 768px) {
  .about_main figure img:nth-of-type(2) {
    width: 100%;
    margin: auto;
  }
}
.about_movie_wrap {
  max-width: 866px;
  background-color: #EAF9F8;
  margin: 0 auto;
  padding: 45px 85px;
}
@media (max-width: 768px) {
  .about_movie_wrap {
    padding: 30px 25px 25px;
  }
}
@media (max-width: 600px) {
  .about_movie_wrap {
    padding: 25px 20px 20px;
  }
}
.about_movie h4 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0.75em;
}
@media (max-width: 768px) {
  .about_movie h4 {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .about_movie h4 {
    font-size: 4.5vw;
  }
}
.about_movie h4 span {
  display: inline-block;
  position: relative;
  padding-bottom: 0.5em;
}
.about_movie h4 span:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #04C1AB;
  -webkit-transform: skewX(-30deg);
      -ms-transform: skewX(-30deg);
          transform: skewX(-30deg);
}
@media (max-width: 600px) {
  .about_movie h4 span:after {
    height: 2px;
  }
}
.about_movie iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.search_cnt {
  padding: 100px 0;
  position: relative;
}
@media (max-width: 768px) {
  .search_cnt {
    padding: 85px 0 50px;
  }
}
@media (max-width: 600px) {
  .search_cnt {
    padding: 65px 0 30px;
  }
}
.search_cnt::before {
  display: block;
  content: "";
  position: absolute;
  top: 130px;
  left: 0;
  width: 100%;
  height: calc(100% - 75px);
  background-color: #D3EFEA;
  -webkit-transform: skewY(5deg);
      -ms-transform: skewY(5deg);
          transform: skewY(5deg);
}
.search_cnt .cmn_title p {
  margin-top: 1em;
}
.search_map {
  margin-top: -100px;
}
@media (max-width: 768px) {
  .search_map {
    margin-top: 0;
  }
}

.job_cnt {
  padding: 100px 0 180px;
  background: url(../img/job_bg.jpg) no-repeat center bottom;
  background-size: 100% auto;
}
@media (max-width: 768px) {
  .job_cnt {
    padding: 90px 0 140px;
  }
}
@media (max-width: 600px) {
  .job_cnt {
    padding: 85px 0 130px;
  }
}
.job_tab_head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2px 1fr 2px 1fr 2px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  border-bottom: 8px solid #04C1AB;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 4em;
}
@media (max-width: 768px) {
  .job_tab_head {
    border-bottom-width: 4px;
    height: 10vw;
  }
}
.job_tab_head button {
  background-color: #D3E5E2;
  border: none;
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  padding: 0.75em 0;
  -webkit-transition: background 0.4s, padding 0.4s, color 0.4s;
  transition: background 0.4s, padding 0.4s, color 0.4s;
}
@media (max-width: 768px) {
  .job_tab_head button {
    font-size: 2.8vw;
  }
}
@media (any-hover: hover) {
  .job_tab_head button:hover {
    background-color: #04C1AB;
    color: #fff;
  }
}
.job_tab_body {
  border: 2px solid #04C1AB;
  background-color: #fff;
}
@media (max-width: 768px) {
  .job_tab_body {
    border-width: 1px;
  }
}
.job_tab_body_wrap {
  padding: 35px 40px;
}
@media (max-width: 980px) {
  .job_tab_body_wrap {
    padding: 30px 35px;
  }
}
@media (max-width: 768px) {
  .job_tab_body_wrap {
    padding: 30px 25px;
  }
}
@media (max-width: 600px) {
  .job_tab_body_wrap {
    padding: 25px 20px;
  }
}
.job_tab_body_single {
  height: 0;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  overflow: hidden;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
.job_tab_cap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: 32px;
  margin-bottom: 0.65em;
}
@media (max-width: 768px) {
  .job_tab_cap {
    font-size: 28px;
    display: block;
  }
}
@media (max-width: 600px) {
  .job_tab_cap {
    font-size: 24px;
  }
}
.job_tab_cap_text {
  font-weight: 700;
}
.job_tab_cap_text_l {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7em;
          flex: 0 0 7em;
}
@media (max-width: 768px) {
  .job_tab_cap_text {
    display: inline-block;
    padding-bottom: 0.5em;
  }
}
.job_tab_cap_tag {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 80%;
          flex: 0 1 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.job_tab_cap_tag span {
  border: 1px solid #04C1AB;
  font-size: 14px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 125px;
          flex: 0 0 125px;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  padding: 0.3em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .job_tab_cap_tag span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6em;
            flex: 0 0 6em;
  }
}
.job_tab_lead {
  line-height: 2;
  margin-bottom: 1.5em;
}
.job_tab_photo {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 980px) {
  .job_tab_photo {
    gap: 25px;
  }
}
@media (max-width: 768px) {
  .job_tab_photo {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .job_tab_photo {
    gap: 15px;
  }
}
.job_tab_photo {
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .job_tab_photo {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.job_tab_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 980px) {
  .job_tab_list {
    gap: 25px;
  }
}
@media (max-width: 768px) {
  .job_tab_list {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .job_tab_list {
    gap: 15px;
  }
}
.job_tab_list {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .job_tab_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.job_tab_list_single {
  text-align: center;
}
.job_tab_list_single_cap {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  position: relative;
  padding: 0.3em 2em;
  z-index: 1;
}
.job_tab_list_single_cap::before {
  display: block;
  content: "";
  position: absolute;
  background-color: #04C1AB;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transform: skewX(-10deg);
      -ms-transform: skewX(-10deg);
          transform: skewX(-10deg);
  left: 0;
  top: 0;
}
.job_tab_list_single_cap span {
  display: inline-block;
  position: relative;
}
.job_tab_list_list {
  margin-top: -18px;
  background-color: #F5F5F5;
  padding: 35px 40px;
  text-align: left;
}
@media (max-width: 768px) {
  .job_tab_list_list {
    padding: 30px 30px 25px;
  }
}
@media (max-width: 600px) {
  .job_tab_list_list {
    padding: 30px 20px 15px;
  }
}
.job_tab_list_text {
  font-weight: 700;
  padding-left: 2.2em;
  position: relative;
  padding: 0.5em 0 0.5em 2.2em;
}
.job_tab_list_text::before {
  display: block;
  content: "";
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  background: url(../img/job_icon.png) no-repeat center;
  background-size: contain;
  left: 0;
  top: 0.5em;
}
.job_tab_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media (max-width: 980px) {
  .job_tab_link {
    gap: 25px;
  }
}
@media (max-width: 768px) {
  .job_tab_link {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .job_tab_link {
    gap: 15px;
  }
}
.job_tab_link {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.job_tab_link_single {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
}
@media (max-width: 980px) {
  .job_tab_link_single {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
}
@media (max-width: 768px) {
  .job_tab_link_single {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85%;
            flex: 0 0 85%;
  }
}
@media (max-width: 500px) {
  .job_tab_link_single {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.job_tab_link_single a {
  text-align: center;
  border-radius: 50px;
  display: block;
  font-weight: 700;
  background-size: 210%;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1em;
  position: relative;
}
.job_tab_link_single a::before {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 16px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: calc(50% - 8px);
  right: 16px;
  -webkit-transition: background 0.4s, -webkit-transform 0.2s;
  transition: background 0.4s, -webkit-transform 0.2s;
  transition: transform 0.2s, background 0.4s;
  transition: transform 0.2s, background 0.4s, -webkit-transform 0.2s;
}
@media (any-hover: hover) {
  .job_tab_link_single a:hover {
    background-position: 100%;
  }
  .job_tab_link_single a:hover::before {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    background-color: #fff;
  }
}
.job_tab_link_single_a a {
  border: 1px solid #04C1AB;
  color: #202020;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #D2E5E2), to(#04C1AB));
  background-image: linear-gradient(90deg, #D2E5E2 50%, #04C1AB 100%);
}
.job_tab_link_single_a a::before {
  background-color: #04C1AB;
}
.job_tab_link_single_b a {
  color: #fff;
  background-image: linear-gradient(101deg, #04C1AB 0%, #09A5C1 50%, #04C1AB 100%);
}
.job_tab_link_single_b a::before {
  background-color: #fff;
}
.job_tab[data-tab-stat="1"] [data-tab-num="1"], .job_tab[data-tab-stat="2"] [data-tab-num="2"], .job_tab[data-tab-stat="3"] [data-tab-num="3"], .job_tab[data-tab-stat="4"] [data-tab-num="4"] {
  height: auto;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.job_tab[data-tab-stat="1"] [data-tab-index="1"], .job_tab[data-tab-stat="2"] [data-tab-index="2"], .job_tab[data-tab-stat="3"] [data-tab-index="3"], .job_tab[data-tab-stat="4"] [data-tab-index="4"] {
  padding: 1em 0;
  background-color: #04C1AB;
  color: #fff;
}

.data_cnt {
  padding: 50px 0 150px;
  position: relative;
}
@media (max-width: 768px) {
  .data_cnt {
    padding: 45px 0 100px;
  }
}
@media (max-width: 600px) {
  .data_cnt {
    padding: 40px 0 50px;
  }
}
.data_cnt::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 106%;
  background-color: #D3EFEA;
  left: 0;
  top: -5vw;
  -webkit-transform: skewY(5deg);
      -ms-transform: skewY(5deg);
          transform: skewY(5deg);
}
@media (max-width: 980px) {
  .data_cnt::before {
    height: 103%;
  }
}
.data_cnt .cmn_title {
  text-align: center;
}
.data_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px 20px;
}
@media (max-width: 768px) {
  .data_list {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 15px;
  }
}
@media (max-width: 500px) {
  .data_list {
    gap: 20px 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.data_list_single {
  padding: 25px 25px 20px;
  position: relative;
}
@media (max-width: 600px) {
  .data_list_single {
    padding: 20px 20px 15px;
  }
}
.data_list_single::before, .data_list_single:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.data_list_single::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#04C1AB), to(#09A5C1));
  background: linear-gradient(180deg, #04C1AB 0%, #09A5C1 100%);
  top: 10px;
  left: 10px;
  z-index: -1;
}
@media (max-width: 600px) {
  .data_list_single::before {
    top: 5px;
    left: 5px;
  }
}
.data_list_single:after {
  left: 0;
  top: 0;
  background-color: #fff;
  border: 1px solid #04C1AB;
}
.data_list_single_wrap {
  position: relative;
  z-index: 1;
}
.data_list_single h4 {
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  color: #04C1AB;
  margin-bottom: 0.5em;
}
@media (max-width: 600px) {
  .data_list_single h4 {
    font-size: 20px;
  }
}
.data_list_single figure {
  min-height: 150px;
  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;
}
@media (max-width: 768px) {
  .data_list_single figure {
    min-height: 130px;
  }
}
.data_list_single figure.size-s {
  min-height: 110px;
}
@media (max-width: 768px) {
  .data_list_single figure.size-s {
    min-height: 130px;
  }
}
.data_list_single p {
  margin-top: 0.5em;
  line-height: 2;
}
.data_list_single ul li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 15px 1fr;
  grid-template-columns: 30% 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  font-weight: 700;
  border-top: 1px dashed #707070;
  padding: 15px 0;
  line-height: 1.8;
}
@media (max-width: 600px) {
  .data_list_single ul li {
    line-height: 1.6;
    padding: 13px 0;
  }
}
.data_list_single ul li:nth-of-type(1) {
  border: none;
}
.data_list_single ul li:nth-last-of-type(1) {
  padding-bottom: 0;
}
.data_list_single:nth-of-type(3n+1) {
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px);
}
.data_list_single:nth-of-type(3n) {
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
}
@media (max-width: 768px) {
  .data_list_single:nth-of-type(2n+1) {
    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  .data_list_single:nth-of-type(2n) {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 500px) {
  .data_list_single:nth-of-type(2n+1), .data_list_single:nth-of-type(2n) {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

.faq_cnt {
  position: relative;
  padding: 50px 0 200px;
  z-index: 1;
}
@media (max-width: 768px) {
  .faq_cnt {
    padding: 45px 0 150px;
  }
}
@media (max-width: 600px) {
  .faq_cnt {
    padding: 70px 0 100px;
  }
}
.faq_cnt .cmn_title p {
  padding-top: 0.4em;
}
.faq_single {
  border: 1px solid #04C1AB;
  margin-top: 24px;
  background-color: #F8F8F8;
}
@media (max-width: 600px) {
  .faq_single {
    margin-top: 20px;
  }
}
.faq_single button, .faq_single_dd_wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 55px 1fr;
  grid-template-columns: 55px 1fr;
  width: 100%;
}
@media (max-width: 600px) {
  .faq_single button, .faq_single_dd_wrap {
    -ms-grid-columns: 45px 1fr;
    grid-template-columns: 45px 1fr;
  }
}
.faq_single button {
  border: 0;
  background-color: #fff;
  padding: 0;
}
@media (any-hover: hover) {
  .faq_single button:hover {
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
    color: #04C1AB;
  }
}
.faq_single .lm {
  font-family: "Vollkorn", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  text-align: center;
}
@media (max-width: 600px) {
  .faq_single .lm {
    font-size: 22px;
  }
}
.faq_single .text {
  padding: 15px 25px;
  line-height: 1.8;
}
@media (max-width: 600px) {
  .faq_single .text {
    padding: 15px 15px;
  }
}
.faq_single dt {
  position: relative;
}
.faq_single dt::before {
  display: block;
  content: "";
  position: absolute;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 16px;
  height: 10px;
  background-color: #04C1AB;
  right: 20px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  top: 1.7em;
}
.faq_single dt .lm {
  background-color: #04C1AB;
  color: #fff;
  padding: 15px 0;
}
.faq_single dt .text {
  font-size: 18px;
  text-align: left;
  font-weight: 700;
  padding-right: 40px;
}
@media (max-width: 600px) {
  .faq_single dt .text {
    font-size: 17px;
  }
}
.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.785, 0.135, 0.15, 0.86);
  transition: grid-template-rows 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: grid-template-rows 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86), -ms-grid-rows 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.faq_single dd .lm {
  background-color: #D3E5E2;
  padding: 10px 0;
}
.faq_single dd .text {
  font-size: 16px;
  background-color: #F8F8F8;
}
.faq_single dd .faq_single_dd_wrap {
  overflow: hidden;
}
.faq_single.on dt:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq_single.on dd {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.group_cnt {
  padding: 70px 0 100px;
  position: relative;
  background-color: #F1F7F6;
}
@media (max-width: 768px) {
  .group_cnt {
    padding-bottom: 75px;
  }
}
@media (max-width: 600px) {
  .group_cnt {
    padding-bottom: 50px;
  }
}
.group_cnt::before {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/faq_bg.jpg) no-repeat center bottom;
  background-size: 100% auto;
  width: 100%;
  height: 31vw;
  left: 0;
  top: calc(-31vw + 100px);
}
@media (max-width: 768px) {
  .group_cnt::before {
    height: 45vw;
    background-size: cover;
    top: calc(-47vw + 100px);
  }
}
.group_cnt::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #F1F7F6;
  left: 0;
  top: 0;
  z-index: -1;
}
.group_cnt .cmn_title {
  text-align: center;
}
.group_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px 40px;
}
@media (max-width: 768px) {
  .group_list {
    gap: 35px 25px;
  }
}
@media (max-width: 600px) {
  .group_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.group_list_single_cap {
  background-color: #04C1AB;
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding: 0.3em;
  font-size: 18px;
}
.group_list_single_map iframe {
  width: 100%;
  aspect-ratio: 1.8/1;
}
.group_list_single_adress {
  text-align: center;
  font-size: 14px;
  padding: 1em;
}
.group_list_single_link {
  text-align: center;
}
.group_list_single_link a {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #04C1AB;
  color: #04C1AB;
  max-width: 225px;
  width: 100%;
  border-radius: 50px;
  font-weight: 700;
  padding: 0.4em 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: background 0.4s, color 0.4s;
  transition: background 0.4s, color 0.4s;
}
.group_list_single_link a::before {
  display: block;
  content: "";
  position: absolute;
  background-color: #04C1AB;
  width: 8px;
  height: 12px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  right: 12px;
  top: calc(50% - 6px);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media (any-hover: hover) {
  .group_list_single_link a:hover {
    background-color: #04C1AB;
    color: #fff;
  }
  .group_list_single_link a:hover::before {
    background-color: #fff;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.gallery_cnt {
  margin-top: 15px;
}
.gallery_wrap {
  overflow: hidden;
}
.gallery_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 250vw;
  -webkit-animation: gallerySlide 40s linear infinite;
          animation: gallerySlide 40s linear infinite;
}
@media (max-width: 980px) {
  .gallery_main {
    width: 300vw;
  }
}
@media (max-width: 768px) {
  .gallery_main {
    width: 400vw;
  }
}
@media (max-width: 600px) {
  .gallery_main {
    width: 500vw;
  }
}

@-webkit-keyframes gallerySlide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes gallerySlide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.entry_cnt {
  padding: 80px 0;
  background: url(../img/entry_bg.jpg) no-repeat center bottom;
  background-size: 100% auto;
}
.entry_col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 45px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px;
  margin-bottom: 100px;
}
@media (max-width: 980px) {
  .entry_col {
    gap: 35px;
  }
}
@media (max-width: 768px) {
  .entry_col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 50px;
  }
}
.entry_text dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
}
.entry_text dt {
  padding-right: 1em;
}
.entry_cap {
  margin-bottom: 45px;
}
.entry_cap img {
  max-width: 360px;
  width: 100%;
}
@media (max-width: 768px) {
  .entry_cap img {
    width: 55vw;
  }
}
.entry_cap p {
  margin-top: 1em;
}
.entry_map iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .entry_map iframe {
    aspect-ratio: 1.8/1;
  }
}
.entry_link {
  text-align: center;
}
.entry_link a {
  display: inline-block;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#04C1AB), color-stop(50%, #09A5C1));
  background-image: linear-gradient(180deg, #04C1AB 0%, #09A5C1 50%);
  background-size: 100% 200%;
  -webkit-box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.3);
  border: 1px solid #FFFFFF;
  border-radius: 99px;
  max-width: 780px;
  width: 100%;
  padding: 40px;
  -webkit-transition: background 0.4s, -webkit-box-shadow 0.4s;
  transition: background 0.4s, -webkit-box-shadow 0.4s;
  transition: background 0.4s, box-shadow 0.4s;
  transition: background 0.4s, box-shadow 0.4s, -webkit-box-shadow 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 980px) {
  .entry_link a {
    max-width: 80%;
    padding: 30px 10px;
  }
}
@media (max-width: 768px) {
  .entry_link a {
    padding: 20px 5px;
  }
}
@media (max-width: 600px) {
  .entry_link a {
    padding: 10px 5px;
    max-width: 90%;
    width: 90%;
  }
}
.entry_link a:hover {
  background-position: 0 100%;
  -webkit-box-shadow: 0px 16px 16px rgba(9, 165, 193, 0.3);
          box-shadow: 0px 16px 16px rgba(9, 165, 193, 0.3);
}
.entry_link em {
  display: block;
  font-size: 64px;
  font-family: "Vollkorn", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  padding: 0.1em 0 0.1em;
}
@media (max-width: 980px) {
  .entry_link em {
    font-size: 8vw;
    font-size: clamp(32px, 8vw, 50px);
  }
}
@media (max-width: 600px) {
  .entry_link em {
    padding: 0.2em 0 0em;
  }
}
.entry_link span {
  display: block;
  font-size: 18px;
}
@media (max-width: 768px) {
  .entry_link span {
    font-size: 16px;
  }
}

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;
  background-color: #fff;
  overflow: hidden;
  border: 2px solid #04C1AB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 60px;
}
@media (max-width: 768px) {
  .modal_single_wrap {
    padding: 40px 40px;
  }
}
@media (max-width: 600px) {
  .modal_single_wrap {
    padding: 40px 25px;
  }
}
.modal_single_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 40px;
}
.modal_single_head::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 110px;
  background-color: rgba(4, 193, 171, 0.5);
  left: 0;
  top: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 50%);
}
@media (max-width: 500px) {
  .modal_single_head::before {
    height: 80px;
  }
}
.modal_single_head figure,
.modal_single_head h4 {
  position: relative;
}
.modal_single_head img {
  width: 104px;
}
.modal_single_head em {
  font-weight: 700;
  color: #04C1AB;
  font-size: 25px;
}
.modal_single_head em span {
  font-size: 20px;
}
@media (max-width: 600px) {
  .modal_single_head em {
    display: block;
  }
}
.modal_single_head span {
  font-size: 18px;
}
.modal_single_head small {
  font-size: 14px;
}
.modal_single_body_faq dl {
  padding-bottom: 1.2em;
  margin-bottom: 1.2em;
  border-bottom: 1px dotted #707070;
}
.modal_single_body_faq dt {
  font-weight: 700;
  color: #04C1AB;
  margin-bottom: 0.8em;
  font-size: 18px;
}
.modal_single_body_faq .lm {
  font-size: 22px;
  font-family: "Vollkorn", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  padding-right: 0.5em;
}
.modal_single_body_faq dd {
  line-height: 2;
}
.modal_single_body_faq em {
  background-color: #FFFF8B;
}
.modal_single_timeline h5 {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  background: transparent linear-gradient(93deg, #04C1AB 0%, #09A5C1 100%) 0% 0% no-repeat padding-box;
  padding: 0.3em;
  margin-bottom: 1em;
}
@media (max-width: 600px) {
  .modal_single_timeline h5 {
    font-size: 20px;
  }
}
.modal_single_timeline_col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 43%;
  grid-template-columns: 1fr 43%;
  gap: 30px;
}
@media (max-width: 768px) {
  .modal_single_timeline_col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.modal_single_timeline dl {
  display: -ms-grid;
  display: grid;
  font-size: 18px;
}
@media (max-width: 600px) {
  .modal_single_timeline dl {
    font-size: 17px;
  }
}
.modal_single_timeline dt {
  font-weight: 700;
}
.modal_single_timeline_day dl {
  -ms-grid-columns: 4em 1fr;
  grid-template-columns: 4em 1fr;
  margin-bottom: 0.75em;
}
.modal_single_timeline_day dt {
  color: #04C1AB;
}
.modal_single_timeline_misc {
  border-top: 1px solid #202020;
  padding-top: 0.25em;
}
.modal_single_timeline_misc dl {
  margin-top: 0.5em;
  -ms-grid-columns: 5.5em 1fr;
  grid-template-columns: 5.5em 1fr;
}
.modal_single_timeline_misc dt::before {
  content: "";
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  background-color: #04C1AB;
  border-radius: 50px;
  margin-right: 0.3em;
  -webkit-transform: translateY(0.1em);
      -ms-transform: translateY(0.1em);
          transform: translateY(0.1em);
}
.modal_single_close {
  text-align: center;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .modal_single_close {
    padding-top: 30px;
  }
}
.modal_single_close button {
  background-color: transparent;
  border: none;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  background-image: -webkit-gradient(linear, left top, right top, from(#04C1AB), color-stop(50%, #09A5C1));
  background-image: linear-gradient(90deg, #04C1AB 0%, #09A5C1 50%);
  background-size: 200% 200%;
  padding: 0.5em 2.5em;
  max-width: 230px;
  width: 100%;
  position: relative;
}
@media (any-hover: hover) {
  .modal_single_close button:hover {
    background-position: 100% 0;
  }
}
.modal_single_close button .label {
  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;
  border: none;
  position: absolute;
  z-index: 1;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  width: 64px;
  height: 64px;
  top: 50px;
  right: 0;
  background-color: #202020;
}
@media (max-width: 600px) {
  .modal_single_close_top {
    width: 55px;
    height: 55px;
  }
}
@media (any-hover: hover) {
  .modal_single_close_top:hover {
    background-color: #349A8E;
  }
}
.modal_single_close_top span {
  width: 70%;
  height: 70%;
  position: absolute;
  display: block;
  left: 15%;
  top: 15%;
}
.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;
}

.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.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;
}