@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: "\2014 \0020";
}

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;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  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;
  -khtml-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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;
  -o-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;
  -o-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;
  -o-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;
  -o-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;
  }
}

@-o-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-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;
  -o-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;
  -o-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);
}

@-ms-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-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 {
  -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;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-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);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-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;
  -ms-animation-delay: .12s;
  -moz-animation-delay: .12s;
  -webkit-animation-delay: .12s;
  -o-animation-delay: .12s;
  animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-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;
  -ms-animation-delay: .25s;
  -moz-animation-delay: .25s;
  -webkit-animation-delay: .25s;
  -o-animation-delay: .25s;
  animation-delay: .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);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-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;
  -ms-animation-delay: .37s;
  -moz-animation-delay: .37s;
  -webkit-animation-delay: .37s;
  -o-animation-delay: .37s;
  animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-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;
  -ms-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .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);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-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;
  -ms-animation-delay: .62s;
  -moz-animation-delay: .62s;
  -webkit-animation-delay: .62s;
  -o-animation-delay: .62s;
  animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-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;
  -ms-animation-delay: .75s;
  -moz-animation-delay: .75s;
  -webkit-animation-delay: .75s;
  -o-animation-delay: .75s;
  animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-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 {
  -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;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .87s;
  -moz-animation-delay: .87s;
  -webkit-animation-delay: .87s;
  -o-animation-delay: .87s;
  animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-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;
}

.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-offset: 2px;
  outline: none;
}

body {
  background-color: #fff;
}

article {
  padding-top: 80px;
}

@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);
  }
}

html,
button {
  -webkit-font-feature-settings: "pkna" 1;
  font-feature-settings: "pkna" 1;
  font-size: 18px;
  color: #333;
  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: 980px) {
  html,
  button {
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  html,
  button {
    font-size: 15px;
  }
}

body {
  line-height: 1.5;
}

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

header,
.header {
  width: 100%;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
}

header::before,
.header::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  left: 0;
  top: 0;
  z-index: 1;
}

header_main,
.header_main {
  height: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 27px;
}

@media (max-width: 980px) {
  header_main,
  .header_main {
    padding: 12px 22px;
    height: 60px;
  }
}

@media (max-width: 768px) {
  header_main,
  .header_main {
    padding-top: 15px;
  }
}

@media (max-width: 600px) {
  header_main,
  .header_main {
    padding-top: 17px;
  }
}

header h1,
.header h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

header h1 img,
.header h1 img {
  width: 253px;
}

@media (max-width: 980px) {
  header h1 img,
  .header h1 img {
    width: 200px;
  }
}

@media (max-width: 768px) {
  header h1 img,
  .header h1 img {
    width: 180px;
  }
}

@media (max-width: 600px) {
  header h1 img,
  .header h1 img {
    width: 150px;
  }
}

@media (max-width: 500px) {
  header h1 img,
  .header h1 img {
    width: 130px;
  }
}

header h1 .text,
.header h1 .text {
  margin-left: 1em;
  padding-left: 1em;
  color: #333;
  border-left: 1px solid #333;
  font-size: 20px;
  -webkit-transform: translateY(-0.3em);
  -ms-transform: translateY(-0.3em);
  transform: translateY(-0.3em);
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

@media (max-width: 980px) {
  header h1 .text,
  .header h1 .text {
    font-size: 18px;
    -webkit-transform: translateY(-0.2em);
    -ms-transform: translateY(-0.2em);
    transform: translateY(-0.2em);
  }
}

@media (max-width: 768px) {
  header h1 .text,
  .header h1 .text {
    font-size: 16px;
    -webkit-transform: translateY(-0.1em);
    -ms-transform: translateY(-0.1em);
    transform: translateY(-0.1em);
  }
}

@media (max-width: 500px) {
  header h1 .text,
  .header h1 .text {
    margin-left: 0.5em;
    padding-left: 0.5em;
    font-size: 15px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

header button,
.header button {
  width: 60px;
  height: 60px;
  border: none;
  background: transparent;
  text-align: center;
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 10px;
  z-index: 1;
  display: block;
}

@media (max-width: 980px) {
  header button,
  .header button {
    right: 10px;
    top: 3px;
    width: 55px;
    height: 55px;
  }
}

@media (any-hover: hover) {
  header button:hover .icon span,
  .header button:hover .icon span {
    background-color: #01BC8B;
  }
}

header button span,
.header button span {
  display: block;
}

header button .icon,
.header button .icon {
  width: 60px;
  height: 35px;
  position: relative;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

@media (max-width: 980px) {
  header button .icon,
  .header button .icon {
    width: 40px;
    height: 20px;
  }
}

header button .icon span,
.header button .icon span {
  position: absolute;
  width: 100%;
  height: 1px;
  border-radius: 5px;
  background-color: #333;
  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;
  -o-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;
  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: 17px;
}

@media (max-width: 980px) {
  header button .icon span:nth-of-type(2),
  .header button .icon span:nth-of-type(2) {
    top: 10px;
  }
}

header button .icon span:nth-of-type(3),
.header button .icon span:nth-of-type(3) {
  top: 35px;
}

@media (max-width: 980px) {
  header button .icon span:nth-of-type(3),
  .header button .icon span:nth-of-type(3) {
    top: 20px;
  }
}

header_nav,
.header_nav {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #7FDCC5;
  display: block;
  padding: 110px 20px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  -webkit-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  transform: translateY(-150%);
  height: 0;
  overflow: hidden;
}

@media (max-width: 980px) {
  header_nav,
  .header_nav {
    padding-top: 90px;
  }
}

header_nav_wrap,
.header_nav_wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

header_nav a,
.header_nav a {
  color: #333;
  display: block;
  padding: 0.3em 0;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

@media (any-hover: hover) {
  header_nav a:hover,
  .header_nav a:hover {
    color: #fff;
  }
  header_nav a:hover:before,
  .header_nav a:hover:before {
    background-color: #fff;
  }
}

header_nav_list,
.header_nav_list {
  width: 90%;
  max-width: 850px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
  margin-bottom: 2em;
}

@media (max-width: 768px) {
  header_nav_list,
  .header_nav_list {
    max-width: 320px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0.5em;
    margin-bottom: 1em;
  }
}

header_nav_list > li:nth-of-type(2),
.header_nav_list > li:nth-of-type(2) {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
}

@media (max-width: 768px) {
  header_nav_list > li:nth-of-type(2),
  .header_nav_list > li:nth-of-type(2) {
    -ms-grid-row: inherit;
    grid-row-start: inherit;
    -ms-grid-column: inherit;
    grid-column-start: inherit;
    -ms-grid-column-span: NaN;
    grid-column-end: inherit;
  }
}

header_nav li li,
.header_nav li li {
  display: inline-block;
  padding-right: 2em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 34px / 2;
}

header_nav li li a,
.header_nav li li a {
  padding-left: 1.2em;
  position: relative;
}

header_nav li li a:before,
.header_nav li li a:before {
  display: block;
  content: "";
  position: absolute;
  width: 0.7em;
  height: 1px;
  background-color: #333;
  top: 50%;
  left: 0;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

header_nav .label,
.header_nav .label {
  font-size: 40px / 2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

header_cat,
.header_cat {
  font-family: "Alex Brush", cursive;
  font-weight: 400;
  font-style: normal;
  padding-top: 0.5em;
  display: inline-block;
  color: #fff;
  font-size: 93px / 2;
  font-size: 40px;
  font-size: 55px;
}

@media (max-width: 768px) {
  header_cat,
  .header_cat {
    padding-top: 0;
    margin-bottom: -0.2em;
  }
}

header_entry,
.header_entry {
  width: 90%;
  margin: 25px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1em;
}

@media (max-width: 768px) {
  header_entry,
  .header_entry {
    display: block;
  }
}

header_entry a,
.header_entry a {
  margin-top: 10px;
  border: 1px solid #026A6C;
  border-radius: 50px;
  display: block;
  padding: 10px;
  background-color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  padding-right: 50px;
}

@media (max-width: 768px) {
  header_entry a,
  .header_entry a {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

header_entry a::after,
.header_entry a::after {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/cmn_arrow_w_r.png) no-repeat center center;
  background-size: 14px 10px;
  background-color: #026A6C;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

header_entry .text,
.header_entry .text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 11.2em;
  flex: 0 0 11.2em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #026A6C;
  text-align: center;
}

header_entry .sub,
.header_entry .sub {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #01BC8B;
}

@media (any-hover: hover) {
  header_entry1 a:hover,
  .header_entry1 a:hover {
    background-color: #c0ede2;
  }
}

@media (any-hover: hover) {
  header_entry2 a:hover,
  .header_entry2 a:hover {
    background-color: #fef9A7;
  }
}

.js_show_nav {
  overflow: hidden;
}

.js_show_nav .header_nav {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  height: 100vh;
  overflow-y: auto;
}

.js_show_nav .header button .icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.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: opacity 0.5s, height 0.5s, -webkit-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: opacity 0.5s, height 0.5s, -webkit-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.5s, height 0.5s;
  transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.5s, height 0.5s;
  transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.5s, height 0.5s, -webkit-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

body .footer {
  padding: 40px 70px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-height: 800px) and (min-width: 768px) {
  body .footer {
    padding-bottom: 100px;
  }
}

@media (max-width: 768px) {
  body .footer {
    padding-bottom: 100px;
  }
}

@media (max-width: 600px) {
  body .footer {
    padding: 35px 20px 100px;
  }
}

body .footer_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
}

@media (max-width: 1400px) {
  body .footer_main {
    display: block;
  }
}

body .footer ul {
  text-align: center;
}

@media (max-width: 980px) {
  body .footer ul {
    display: block;
  }
}

@media (max-width: 1400px) {
  body .footer ul {
    margin-bottom: 1em;
  }
}

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;
  -o-transition: color 0.4s, opacity 0.4s;
  transition: color 0.4s, opacity 0.4s;
  text-decoration: none;
  color: #989898;
}

body .footer li a:visited {
  color: #989898;
}

@media (any-hover: hover) {
  body .footer li a:hover {
    color: #333;
    text-decoration: none;
  }
}

body .footer li a span {
  display: inline-block;
  padding: 0 2em;
  border-right: 1px solid #989898;
}

@media (max-width: 768px) {
  body .footer li a span {
    padding: 0 1em;
    border: none;
  }
}

body .footer_copyrights {
  text-align: center;
  color: #989898;
}

body .footer_totop {
  z-index: 3;
  position: fixed;
  right: 30px;
  bottom: -150px;
  border-radius: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: bottom 1.5s cubic-bezier(1, 0, 0, 1);
  -o-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;
  -o-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;
  transition: opacity 0.3s, bottom 0.3s, background 0.3s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
  width: 100px;
  height: 100px;
  background: #fff url(../img/cmn_arrow_g_t.png) no-repeat center center;
}

@media (max-width: 1500px) {
  body .footer_totop {
    bottom: -100px;
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 980px) {
  body .footer_totop {
    width: 70px;
    height: 70px;
    right: 20px;
  }
}

@media (max-width: 600px) {
  body .footer_totop {
    width: 55px;
    height: 55px;
    right: 10px;
  }
}

@media (any-hover: hover) {
  body .footer_totop:hover {
    background-color: #E5F8F3;
  }
}

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: 140px;
  right: 35px;
}

@media (max-height: 800px) and (min-width: 768px) {
  body .footer_entry {
    left: 0;
    bottom: 15px;
    width: 100%;
    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: 15px;
  }
}

@media (max-width: 768px) {
  body .footer_entry {
    left: 0;
    bottom: 15px;
    width: 100%;
    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: 15px;
  }
}

@media (max-width: 600px) {
  body .footer_entry {
    display: block;
    padding: 0 75px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 0;
  }
}

body .footer_entry a {
  text-align: center;
  border: 1px solid #026A6C;
  display: block;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  padding: 0.75em 0.75em 2.7em 0.75em;
  display: block;
  -webkit-transition: background 0.4s, -webkit-box-shadow 0.2s;
  transition: background 0.4s, -webkit-box-shadow 0.2s;
  -o-transition: background 0.4s, box-shadow 0.2s;
  transition: background 0.4s, box-shadow 0.2s;
  transition: background 0.4s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
  position: relative;
}

@media (max-height: 800px) and (min-width: 768px) {
  body .footer_entry a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 0.3em 2.5em 0.3em 1em;
  }
}

@media (max-width: 768px) {
  body .footer_entry a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 0.3em 2.5em 0.3em 1em;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 600px) {
  body .footer_entry a {
    padding: 0.5em 4em 0.5em 1em;
  }
}

body .footer_entry a:after {
  display: block;
  content: "";
  position: absolute;
  background: #026A6C url(../img/cmn_arrow_w.png) no-repeat center center;
  width: 1.9em;
  height: 1.9em;
  overflow: hidden;
  border-radius: 100px;
  background-size: 9px 14px;
  right: 0.45em;
  bottom: 0.5em;
}

@media (max-height: 800px) and (min-width: 768px) {
  body .footer_entry a:after {
    width: 1.7em;
    height: 1.7em;
    right: 0.35em;
    bottom: 0.3em;
  }
}

@media (max-width: 768px) {
  body .footer_entry a:after {
    width: 1.7em;
    height: 1.7em;
    right: 0.35em;
    bottom: 0.3em;
  }
}

@media (max-width: 600px) {
  body .footer_entry a.footer_entry1 {
    border-radius: 0 16px 0 0;
    border-bottom: none;
    border-left: none;
  }
}

@media (max-width: 600px) {
  body .footer_entry a.footer_entry2 {
    border-radius: 0;
    border-bottom: none;
    border-left: none;
  }
}

body .footer_entry1 {
  margin-bottom: 25px;
}

@media (max-height: 800px) and (min-width: 768px) {
  body .footer_entry1 {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  body .footer_entry1 {
    margin-bottom: 0;
  }
}

body .footer_entry1 .target {
  background: url(../img/footer_label1.svg) no-repeat center center;
  height: 3em;
}

@media (any-hover: hover) {
  body .footer_entry1:hover {
    background-color: #c0ede2;
  }
}

body .footer_entry2 .target {
  height: 7.7em;
  background: url(../img/footer_label2.svg) no-repeat center center;
}

@media (any-hover: hover) {
  body .footer_entry2:hover {
    background-color: #fef9A7;
  }
}

body .footer_entry .target {
  margin: 0 auto 0.1em;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #026A6C;
  display: inline-block;
  width: 1.2em;
  color: rgba(2, 106, 108, 0);
  background-size: contain;
}

@media (max-height: 800px) and (min-width: 768px) {
  body .footer_entry .target {
    background-image: none;
    color: #026a6c;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    width: auto;
    height: auto;
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  body .footer_entry .target {
    background-image: none;
    color: #026a6c;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    width: auto;
    height: auto;
    margin-bottom: 0;
  }
}

@media (max-width: 600px) {
  body .footer_entry .target {
    font-size: 18px;
    text-align: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
}

body .footer_entry .label {
  color: #01BC8B;
  text-align: center;
  line-height: 0.9;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  background: url(../img/footer_entry.svg) no-repeat center center;
  background-size: contain;
  width: 1.1em;
  height: 5.2em;
  display: block;
  margin: 0 auto;
  color: rgba(1, 188, 139, 0);
}

@media (max-height: 800px) and (min-width: 768px) {
  body .footer_entry .label {
    background-image: none;
    color: #01bc8b;
    width: auto;
    height: auto;
  }
}

@media (max-width: 768px) {
  body .footer_entry .label {
    background-image: none;
    color: #01bc8b;
    width: auto;
    height: auto;
  }
}

@media (max-width: 600px) {
  body .footer_entry .label {
    text-align: right;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}

.js_nav_fixed .footer_totop {
  bottom: 25px;
}

@media (max-width: 980px) {
  .js_nav_fixed .footer_totop {
    bottom: 60px;
  }
}

@media (max-width: 600px) {
  .js_nav_fixed .footer_totop {
    bottom: 15px;
  }
}

.cmn_title {
  padding: 120px 20px 100px;
}

@media (max-width: 980px) {
  .cmn_title {
    padding: 100px 20px 80px;
  }
}

@media (max-width: 768px) {
  .cmn_title {
    padding: 80px 20px 60px;
  }
}

@media (max-width: 600px) {
  .cmn_title {
    padding: 70px 20px 50px;
  }
}

@media (max-width: 500px) {
  .cmn_title {
    padding: 55px 20px 40px;
  }
}

.cmn_title p {
  font-family: "Alex Brush", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 14vw;
  line-height: 1;
}

@media (max-width: 600px) {
  .cmn_title p {
    font-size: 18vw;
  }
}

.cmn_title h3 {
  text-align: center;
  font-size: 42px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  margin-top: -0.75em;
  letter-spacing: 0.05em;
}

@media (max-width: 1400px) {
  .cmn_title h3 {
    font-size: 3vw;
  }
}

@media (max-width: 600px) {
  .cmn_title h3 {
    margin-top: -0.15em;
    font-size: 5vw;
  }
}

.hero_cnt {
  background: url(../img/hero_bg.png) no-repeat center top;
  background-size: cover;
  position: relative;
  height: 55vw;
}

@media (max-width: 980px) {
  .hero_cnt {
    height: 65vw;
  }
}

@media (max-width: 768px) {
  .hero_cnt {
    height: 95vw;
  }
}

@media (max-width: 600px) {
  .hero_cnt {
    height: 78vh;
  }
}

.hero_cnt h2 {
  position: absolute;
  left: 45%;
  top: 5%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60%;
}

@media (max-width: 768px) {
  .hero_cnt h2 {
    left: 50%;
    width: 75%;
  }
}

@media (max-width: 600px) {
  .hero_cnt h2 {
    width: 90%;
  }
}

@media (max-width: 500px) {
  .hero_cnt h2 {
    width: 100%;
    top: 7%;
  }
}

.hero_cnt figure img {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hero_cnt figure img:nth-of-type(1) {
  width: 80%;
}

@media (max-width: 768px) {
  .hero_cnt figure img:nth-of-type(1) {
    display: none;
  }
}

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

@media (max-width: 768px) {
  .hero_cnt figure img:nth-of-type(2) {
    width: 60%;
    display: block;
  }
}

@media (max-width: 600px) {
  .hero_cnt figure img:nth-of-type(2) {
    width: 80%;
  }
}

@media (max-width: 500px) {
  .hero_cnt figure img:nth-of-type(2) {
    width: 85%;
  }
}

.intro_cnt {
  background-color: #E5F8F3;
}

.intro_lead {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-left: 25%;
  padding: 120px 0;
  position: relative;
}

@media (max-width: 980px) {
  .intro_lead {
    padding: 100px 0;
    margin: 0 auto;
    width: 100%;
    max-width: 665px;
  }
}

@media (max-width: 768px) {
  .intro_lead {
    padding: 80px 0;
  }
}

@media (max-width: 600px) {
  .intro_lead {
    padding: 60px 0;
  }
}

@media (max-width: 500px) {
  .intro_lead {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 10px 30px;
  }
}

.intro_lead:before {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/intro_bg.png) no-repeat center center;
  background-size: contain;
  width: 47vw;
  height: 22vw;
  bottom: 0;
  right: -14vw;
}

@media (max-width: 1400px) {
  .intro_lead:before {
    right: 0;
    width: 42.3vw;
    height: 19.8vw;
  }
}

@media (max-width: 768px) {
  .intro_lead:before {
    width: 56.4vw;
    height: 26.4vw;
  }
}

.intro_lead p {
  position: relative;
  font-size: 20px;
  line-height: 3;
  letter-spacing: 0.01em;
  margin-bottom: 3em;
}

@media (max-width: 768px) {
  .intro_lead p {
    font-size: 18px;
    line-height: 2.5;
    margin-bottom: 2.5em;
  }
}

@media (max-width: 600px) {
  .intro_lead p {
    font-size: 17px;
    line-height: 2;
    margin-bottom: 2em;
  }
}

.intro_lead em {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
  border-bottom: 3px solid #01BC8B;
  padding-right: 2em;
  display: inline-block;
  line-height: 1.7;
  padding-top: 0.5em;
}

@media (max-width: 768px) {
  .intro_lead em {
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  .intro_lead em {
    border-width: 2px;
    font-size: 24px;
    padding-right: 0;
  }
}

@media (max-width: 500px) {
  .intro_lead em {
    font-size: 6.0vw;
  }
}

.intro_lead em span {
  color: #01BC8B;
}

.intro_movie {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25% 1fr;
  grid-template-columns: 25% 1fr;
  padding: 140px 0 160px;
}

@media (max-width: 980px) {
  .intro_movie {
    padding: 120px 0 140px;
  }
}

@media (max-width: 768px) {
  .intro_movie {
    padding: 80px 0;
  }
}

@media (max-width: 600px) {
  .intro_movie {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 30px 0 60px;
    gap: 15px;
  }
}

.intro_movie h3 img {
  width: 85%;
}

@media (max-width: 600px) {
  .intro_movie h3 img {
    width: 30%;
  }
}

.intro_movie_wrap {
  width: 100%;
  max-width: 575px;
}

.intro_movie iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.search_cnt {
  padding-bottom: 150px;
}

@media (max-width: 980px) {
  .search_cnt {
    padding-bottom: 130px;
  }
}

@media (max-width: 768px) {
  .search_cnt {
    padding-bottom: 100px;
  }
}

@media (max-width: 600px) {
  .search_cnt {
    padding-bottom: 80px;
  }
}

.search_cnt .cmn_title p {
  color: #7FDCC5;
}

.search_cap {
  font-size: 24px;
  padding-left: 2em;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 2em;
}

@media (max-width: 980px) {
  .search_cap {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .search_cap {
    font-size: 20px;
  }
}

@media (max-width: 600px) {
  .search_cap {
    font-size: 18px;
    margin-bottom: 1.5em;
  }
}

.search_cap:before {
  display: block;
  content: "";
  position: absolute;
  width: 1.3em;
  height: 1px;
  background-color: #333;
  top: 50%;
  left: 0;
}

.search_map {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .search_map {
    margin-bottom: 80px;
  }
}

@media (max-width: 600px) {
  .search_map {
    margin-bottom: 60px;
  }
}

.search_list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 35px 40px;
}

@media (max-width: 980px) {
  .search_list ul {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .search_list ul {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 30px 35px;
  }
}

@media (max-width: 600px) {
  .search_list ul {
    gap: 20px 25px;
  }
}

@media (max-width: 500px) {
  .search_list ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px 20px;
  }
}

.search_list ul a {
  border-radius: 100px;
  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;
  border: 1px solid #01BC8B;
  min-height: 3.5em;
  text-align: center;
  font-size: 16px;
  color: #333;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  line-height: 1.4;
}

@media (any-hover: hover) {
  .search_list ul a:hover {
    color: #01BC8B;
  }
}

.search_list ul a:before {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/cmn_arrow_g.png) no-repeat center center;
  background-size: contain;
  width: 8px;
  height: 12px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.search_list p a {
  background-color: #026A6C;
  display: block;
  max-width: 380px;
  width: 100%;
  border-radius: 16px;
  color: #fff;
  padding: 1em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  margin: 85px auto 0;
  line-height: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

@media (max-width: 768px) {
  .search_list p a {
    margin-top: 60px;
  }
}

@media (max-width: 600px) {
  .search_list p a {
    border-radius: 10px;
    max-width: 100%;
    margin-top: 50px;
  }
}

@media (any-hover: hover) {
  .search_list p a:hover {
    background-color: #01BC8B;
  }
}

.about_cnt {
  overflow: hidden;
}

.about_cnt .cmn_title p {
  text-align: right;
  color: #fff;
}

.about_cnt .cmn_title h3 {
  margin-top: 2em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
}

.about_cnt figure img {
  -webkit-transform: translateX(-1.9%);
  -ms-transform: translateX(-1.9%);
  transform: translateX(-1.9%);
}

@media (max-width: 600px) {
  .about_cnt figure {
    margin: 0 -17px;
  }
}

.about_cap {
  text-align: center;
  margin: 140px 0 70px;
}

@media (max-width: 980px) {
  .about_cap {
    margin: 120px 0 50px;
  }
}

@media (max-width: 768px) {
  .about_cap {
    margin: 100px 0 40px;
  }
}

@media (max-width: 600px) {
  .about_cap {
    margin: 70px 0 10px;
  }
}

.feature_wrap {
  background: transparent -webkit-linear-gradient(291deg, #7FDCC5 0%, #FEF9A7 100%) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(291deg, #7FDCC5 0%, #FEF9A7 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(159deg, #7FDCC5 0%, #FEF9A7 100%) 0% 0% no-repeat padding-box;
}

.feature_cap {
  font-size: 24px;
  padding-left: 2em;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 1.6em;
}

@media (max-width: 980px) {
  .feature_cap {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .feature_cap {
    font-size: 20px;
  }
}

@media (max-width: 600px) {
  .feature_cap {
    font-size: 19px;
    margin-bottom: 1.3em;
  }
}

.feature_cap:before {
  display: block;
  content: "";
  position: absolute;
  width: 1.3em;
  height: 1px;
  background-color: #333;
  top: 50%;
  left: 0;
}

.feature_cap-s {
  font-size: 20px;
  text-align: center;
  margin-bottom: 1em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media (max-width: 980px) {
  .feature_cap-s {
    font-size: 19px;
  }
}

@media (max-width: 768px) {
  .feature_cap-s {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .feature_cap-s {
    font-size: 17px;
  }
}

.feature_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 50px;
}

@media (max-width: 600px) {
  .feature_list {
    display: block;
  }
}

.feature_list2 figure {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.feature_list_fig {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}

@media (max-width: 600px) {
  .feature_list_fig {
    margin-bottom: 1em;
  }
}

.feature_list_main {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.feature_list_cap {
  font-size: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 2;
}

.feature_list_text {
  line-height: 2;
}

.feature_list_list {
  border-top: 1px solid #707070;
  margin-top: 1.5em;
  padding-top: 1.5em;
  padding-left: 1.5em;
}

.feature_list_list li {
  line-height: 2;
  list-style: disc;
}

.feature_tab {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 360px 1fr;
  grid-template-columns: 360px 1fr;
  gap: 30px;
  padding-bottom: 160px;
}

@media (max-width: 980px) {
  .feature_tab {
    padding-bottom: 140px;
    -ms-grid-columns: 250px 1fr;
    grid-template-columns: 250px 1fr;
  }
}

@media (max-width: 768px) {
  .feature_tab {
    -ms-grid-columns: 200px 1fr;
    grid-template-columns: 200px 1fr;
    padding-bottom: 100px;
  }
}

@media (max-width: 600px) {
  .feature_tab {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding-bottom: 80px;
    gap: 15px;
  }
}

@media (max-width: 600px) {
  .feature_tab_head {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 5px 10px;
  }
}

.feature_tab_head button {
  display: block;
  border: none;
  background: transparent;
  text-align: left;
  padding: 0 0 0 33px;
  position: relative;
  z-index: 1;
  color: #989898;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  display: block;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

@media (max-width: 980px) {
  .feature_tab_head button {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .feature_tab_head button {
    font-size: 17px;
    margin-bottom: 0.5em;
  }
}

@media (max-width: 600px) {
  .feature_tab_head button {
    font-size: 16px;
    padding: 0 0 0 18px;
    margin-bottom: 0;
  }
}

.feature_tab_head button::before, .feature_tab_head button:after {
  display: block;
  content: "";
  position: absolute;
}

.feature_tab_head button:before {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background-color: #fff;
  left: 0;
  top: 0.7em;
  z-index: 1;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

@media (max-width: 600px) {
  .feature_tab_head button:before {
    top: 0.8;
    width: 0.8em;
    height: 0.8em;
  }
}

.feature_tab_head button:after {
  width: 1px;
  height: 100%;
  top: 0.7em;
  left: 9.5px;
  background-color: #333;
}

@media (max-width: 600px) {
  .feature_tab_head button:after {
    display: none;
  }
}

@media (any-hover: hover) {
  .feature_tab_head button:hover {
    color: #333;
  }
  .feature_tab_head button:hover:before {
    background-color: #01BC8B;
  }
}

.feature_tab_head li:nth-last-of-type(1) button:after {
  display: none;
}

.feature_tab_head span {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.feature_tab_head .num {
  font-size: 28px;
}

@media (max-width: 600px) {
  .feature_tab_head .num {
    font-size: 22px;
  }
}

.feature_tab_head .label {
  min-height: 3.5em;
}

.feature_tab_body {
  background-color: #fff;
}

.feature_tab_body_single {
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 0.4s, height 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, height 0.4s, -webkit-transform 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s, height 0.4s;
  transition: transform 0.4s, opacity 0.4s, height 0.4s;
  transition: transform 0.4s, opacity 0.4s, height 0.4s, -webkit-transform 0.4s;
}

.feature_tab_body_wrap {
  padding: 40px;
}

@media (max-width: 980px) {
  .feature_tab_body_wrap {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .feature_tab_body_wrap {
    padding: 25px;
  }
}

@media (max-width: 600px) {
  .feature_tab_body_wrap {
    padding: 20px;
  }
}

.feature_tab_body_cap {
  color: #01BC8B;
  font-size: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 1.4em 0 0.6em;
}

@media (max-width: 600px) {
  .feature_tab_body_cap {
    font-size: 18px;
  }
}

.feature_tab_body_text {
  line-height: 2.1;
}

.feature_tab[data-tab-stat="1"] [data-tab-num="1"],
.feature_tab[data-tab-stat="2"] [data-tab-num="2"],
.feature_tab[data-tab-stat="3"] [data-tab-num="3"],
.feature_tab[data-tab-stat="4"] [data-tab-num="4"] {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  height: auto;
}

.feature_tab[data-tab-stat="1"] [data-tab-index="1"],
.feature_tab[data-tab-stat="2"] [data-tab-index="2"],
.feature_tab[data-tab-stat="3"] [data-tab-index="3"],
.feature_tab[data-tab-stat="4"] [data-tab-index="4"] {
  color: #333;
}

.feature_tab[data-tab-stat="1"] [data-tab-index="1"]:before,
.feature_tab[data-tab-stat="2"] [data-tab-index="2"]:before,
.feature_tab[data-tab-stat="3"] [data-tab-index="3"]:before,
.feature_tab[data-tab-stat="4"] [data-tab-index="4"]:before {
  background-color: #01BC8B;
}

.feature_cnt1, .feature_cnt2 {
  padding-top: 60px;
}

.feature_cnt3 {
  background: url(../img/about_bg.png) no-repeat center center;
  background-size: contain;
  padding: 195px 0 290px;
}

@media (max-width: 980px) {
  .feature_cnt3 {
    padding: 125px 0 200px;
  }
}

@media (max-width: 768px) {
  .feature_cnt3 {
    padding: 100px 0 150px;
  }
}

@media (max-width: 600px) {
  .feature_cnt3 {
    padding: 80px 0 100px;
  }
}

.feature_lead {
  font-size: 24px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 2.3;
  margin-bottom: 100px;
}

@media (max-width: 980px) {
  .feature_lead {
    font-size: 22px;
    margin-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .feature_lead {
    font-size: 20px;
    margin-bottom: 60px;
  }
}

@media (max-width: 600px) {
  .feature_lead {
    font-size: 18px;
    margin-bottom: 40px;
  }
}

.feature_lead em {
  background: #fde381;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(255, 243, 82, 0)), color-stop(20.1%, #fff352), color-stop(80%, #fff352), color-stop(80.1%, rgba(255, 243, 82, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 243, 82, 0) 20%, #fff352 20.1%, #fff352 80%, rgba(255, 243, 82, 0) 80.1%);
  background: -o-linear-gradient(top, rgba(255, 243, 82, 0) 20%, #fff352 20.1%, #fff352 80%, rgba(255, 243, 82, 0) 80.1%);
  background: linear-gradient(180deg, rgba(255, 243, 82, 0) 20%, #fff352 20.1%, #fff352 80%, rgba(255, 243, 82, 0) 80.1%);
  display: inline-block;
}

@media (max-width: 768px) {
  .feature_lead em {
    background: #FFF352;
  }
}

.feature_data_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 67%;
  grid-template-columns: 30% 67%;
  gap: 3%;
  margin-bottom: 150px;
}

@media (max-width: 980px) {
  .feature_data_list {
    margin-bottom: 120px;
  }
}

@media (max-width: 768px) {
  .feature_data_list {
    margin-bottom: 90px;
    -ms-grid-columns: 35% 62%;
    grid-template-columns: 35% 62%;
  }
}

@media (max-width: 600px) {
  .feature_data_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 50px;
  }
}

.feature_data_single {
  background-color: #7FDCC5;
  padding: 35px 15px;
  text-align: center;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 2;
  grid-row: span 2;
  gap: 20px;
}

@media (max-width: 980px) {
  .feature_data_single {
    padding: 30px 15px;
  }
}

@media (max-width: 600px) {
  .feature_data_single {
    padding: 25px 15px;
  }
}

.feature_data_single:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background-color: #FFF352;
  width: 27px;
  height: 27px;
  left: 0;
  top: 0;
}

.feature_data_single h5 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.feature_data_single .mid {
  font-size: 18px;
}

.feature_data_single .laege {
  font-size: 20px;
}

.feature_data_single p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  margin-top: -0.5em;
}

.feature_data_single p em {
  font-size: 140px;
}

@media (max-width: 980px) {
  .feature_data_single p em {
    font-size: 13vw;
  }
}

.feature_data_single p span {
  font-size: 60px;
}

@media (max-width: 980px) {
  .feature_data_single p span {
    font-size: 6vw;
  }
}

.feature_data_single ul li {
  display: inline-block;
  border-radius: 100px;
  background-color: #fff;
  padding: 0.2em 1em;
  margin: 0 0.2em 0.75em;
}

.feature_study_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 35px;
  margin: 50px 0 150px;
}

@media (max-width: 980px) {
  .feature_study_list {
    margin: 40px 0 120px;
  }
}

@media (max-width: 768px) {
  .feature_study_list {
    -ms-grid-columns: 40vw 40vw;
    grid-template-columns: 40vw 40vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 25px;
    margin: 35px 0 100px;
  }
}

@media (max-width: 600px) {
  .feature_study_list {
    gap: 30px;
    margin: 30px 0 80px;
  }
}

@media (max-width: 500px) {
  .feature_study_list {
    gap: 20px;
    margin: 25px 0 60px;
    -ms-grid-columns: 60vw;
    grid-template-columns: 60vw;
  }
}

.feature_study_single {
  position: relative;
  text-align: center;
  padding: 20px 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 980px) {
  .feature_study_single {
    padding: 20px 25px;
  }
}

@media (max-width: 768px) {
  .feature_study_single {
    border-radius: 500px;
    height: 40vw;
    padding-top: 6vw;
  }
}

@media (max-width: 600px) {
  .feature_study_single {
    padding-top: 3vw;
  }
}

@media (max-width: 500px) {
  .feature_study_single {
    padding-top: 10vw;
    height: 60vw;
  }
}

.feature_study_single:before {
  display: block;
  content: "";
  position: absolute;
  width: 270px;
  height: 270px;
  border-radius: 500px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 980px) {
  .feature_study_single:before {
    width: 30vw;
    height: 30vw;
  }
}

@media (max-width: 768px) {
  .feature_study_single:before {
    display: none;
  }
}

@media (max-width: 768px) {
  .feature_study_single:nth-of-type(1), .feature_study_single:nth-of-type(3) {
    background-color: #E5F8F3;
  }
}

.feature_study_single:nth-of-type(1):before, .feature_study_single:nth-of-type(3):before {
  background-color: #E5F8F3;
}

@media (max-width: 768px) {
  .feature_study_single:nth-of-type(2) {
    background-color: #C0EDE2;
  }
}

.feature_study_single:nth-of-type(2):before {
  background-color: #C0EDE2;
}

.feature_study_single figure,
.feature_study_single h5,
.feature_study_single p {
  position: relative;
}

.feature_study_single figure {
  margin-bottom: 15px;
}

@media (max-width: 600px) {
  .feature_study_single figure {
    margin-bottom: 10px;
  }
}

.feature_study_single figure img {
  width: 100%;
  max-width: 75px;
}

@media (max-width: 600px) {
  .feature_study_single figure img {
    width: 40%;
  }
}

.feature_study_single h5 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #707070;
}

@media (max-width: 600px) {
  .feature_study_single h5 {
    font-size: 18px;
  }
}

.feature_study_single p {
  line-height: 2;
}

@media (max-width: 600px) {
  .feature_study_single p {
    line-height: 1.7;
  }
}

.staff_cnt {
  background-color: #7FDCC5;
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  .staff_cnt {
    padding-bottom: 85px;
  }
}

@media (max-width: 600px) {
  .staff_cnt {
    padding-bottom: 65px;
  }
}

.staff_cnt .cmn_title p {
  color: #fff;
}

.staff_slide_single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  padding: 70px 30px 50px;
}

@media (max-width: 1400px) {
  .staff_slide_single {
    padding: 60px 25px 40px;
  }
}

@media (max-width: 768px) {
  .staff_slide_single {
    padding: 50px 20px 30px;
  }
}

@media (max-width: 600px) {
  .staff_slide_single {
    padding: 40px 15px 25px;
  }
}

.staff_slide_single_box {
  background-color: #fff;
  padding: 50px 50px 80px;
}

@media (max-width: 1700px) {
  .staff_slide_single_box {
    padding: 40px 40px 50px;
  }
}

@media (max-width: 768px) {
  .staff_slide_single_box {
    padding: 40px 30px 30px;
  }
}

@media (max-width: 600px) {
  .staff_slide_single_box {
    padding: 35px 25px 25px;
  }
}

.staff_slide_single_head {
  padding-left: 135px;
  position: relative;
  margin-bottom: 50px;
  margin-right: -40px;
}

@media (max-width: 1700px) {
  .staff_slide_single_head {
    padding-left: 8vw;
    margin-right: -30px;
  }
}

@media (max-width: 768px) {
  .staff_slide_single_head {
    margin-right: -20px;
  }
}

@media (max-width: 850px) {
  .staff_slide_single_head {
    margin-bottom: 40px;
    margin-right: -10px;
  }
}

@media (max-width: 600px) {
  .staff_slide_single_head {
    margin-bottom: 20px;
  }
}

.staff_slide_single_head figure {
  border-radius: 100px;
  width: 165px;
  height: 165px;
  overflow: hidden;
  position: absolute;
  left: -40px;
  top: -100px;
}

@media (max-width: 1700px) {
  .staff_slide_single_head figure {
    width: 9vw;
    height: 9vw;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-50%) translateX(-30%);
    -ms-transform: translateY(-50%) translateX(-30%);
    transform: translateY(-50%) translateX(-30%);
  }
}

@media (max-width: 1500px) {
  .staff_slide_single_head figure {
    top: 0;
    left: 0;
    -webkit-transform: translateY(-50%) translateX(-30%);
    -ms-transform: translateY(-50%) translateX(-30%);
    transform: translateY(-50%) translateX(-30%);
  }
}

@media (max-width: 980px) {
  .staff_slide_single_head figure {
    width: 15vw;
    height: 15vw;
    -webkit-transform: translateY(-60%) translateX(-50%);
    -ms-transform: translateY(-60%) translateX(-50%);
    transform: translateY(-60%) translateX(-50%);
  }
}

@media (max-width: 850px) {
  .staff_slide_single_head figure {
    width: 15vw;
    height: 15vw;
  }
}

@media (max-width: 500px) {
  .staff_slide_single_head figure {
    width: 16vw;
    height: 16vw;
  }
}

.staff_slide_single_head h4 {
  font-size: 24px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.65;
}

@media (max-width: 1400px) {
  .staff_slide_single_head h4 br {
    display: none;
  }
}

@media (max-width: 980px) {
  .staff_slide_single_head h4 {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .staff_slide_single_head h4 {
    font-size: 20px;
  }
}

@media (max-width: 600px) {
  .staff_slide_single_head h4 {
    font-size: 18px;
  }
}

.staff_slide_single_body p {
  margin-bottom: 1.5em;
}

@media (max-width: 600px) {
  .staff_slide_single_body p {
    margin-bottom: 1.1em;
  }
}

.staff_slide_single_body dt {
  color: #026A6C;
  font-size: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0.5em;
}

@media (max-width: 768px) {
  .staff_slide_single_body dt {
    font-size: 18px;
  }
}

.staff_slide_single_body dd {
  line-height: 2;
}

.staff_slide_single1 .staff_slide_single_box, .staff_slide_single3 .staff_slide_single_box, .staff_slide_single5 .staff_slide_single_box, .staff_slide_single7 .staff_slide_single_box, .staff_slide_single9 .staff_slide_single_box, .staff_slide_single11 .staff_slide_single_box, .staff_slide_single13 .staff_slide_single_box {
  -webkit-box-shadow: 6px 6px 0px #01BC8B;
  box-shadow: 6px 6px 0px #01BC8B;
}

.staff_slide_single2 .staff_slide_single_box, .staff_slide_single4 .staff_slide_single_box, .staff_slide_single6 .staff_slide_single_box, .staff_slide_single8 .staff_slide_single_box, .staff_slide_single10 .staff_slide_single_box, .staff_slide_single12 .staff_slide_single_box {
  -webkit-box-shadow: 6px 6px 0px #FFF352;
  box-shadow: 6px 6px 0px #FFF352;
}

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

.slick-dots li {
  display: inline-block;
}

.slick-dots button {
  position: relative;
  text-indent: -999px;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border: none;
  background-color: transparent;
}

.slick-dots button:before {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 15px;
  top: 15px;
  border-radius: 50%;
  background-color: #C0EDE2;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

@media (max-width: 768px) {
  .slick-dots button:before {
    width: 14px;
    height: 14px;
    left: 21px;
    top: 21px;
  }
}

@media (any-hover: hover) {
  .slick-dots button:hover:before {
    background-color: #FFF352;
  }
}

.slick-active button:before {
  background-color: #FFF352;
}

.slick-arrow {
  position: absolute;
  width: 60px;
  height: 60px;
  top: -50px;
  text-indent: -999px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #01BC8B;
  border-radius: 100px;
  -webkit-transition: border 0.4s, background 0.4s;
  -o-transition: border 0.4s, background 0.4s;
  transition: border 0.4s, background 0.4s;
}

@media (max-width: 600px) {
  .slick-arrow {
    width: 50px;
    height: 50px;
    top: -40px;
  }
}

@media (max-width: 500px) {
  .slick-arrow {
    top: -30px;
  }
}

.slick-arrow:before {
  display: block;
  content: "";
  position: absolute;
  width: 0.75em;
  height: 0.75em;
  top: 50%;
  left: 50%;
  -webkit-transition: border 0.4s;
  -o-transition: border 0.4s;
  transition: border 0.4s;
}

@media (any-hover: hover) {
  .slick-arrow:hover {
    background-color: #01BC8B;
    border-color: #fff;
  }
  .slick-arrow:hover:before {
    border-color: #fff;
  }
}

.slick-next {
  right: 30px;
}

@media (max-width: 600px) {
  .slick-next {
    right: 10px;
  }
}

.slick-next:before {
  border-top: 1px solid #01BC8B;
  border-right: 1px solid #01BC8B;
  -webkit-transform: translateX(-70%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-70%) translateY(-50%) rotate(45deg);
  transform: translateX(-70%) translateY(-50%) rotate(45deg);
}

.slick-prev {
  right: 100px;
}

@media (max-width: 600px) {
  .slick-prev {
    right: 70px;
  }
}

.slick-prev:before {
  border-top: 1px solid #01BC8B;
  border-left: 1px solid #01BC8B;
  -webkit-transform: translateX(-30%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-30%) translateY(-50%) rotate(-45deg);
  transform: translateX(-30%) translateY(-50%) rotate(-45deg);
}

body:has(.modaal-wrapper) {
  overflow-y: hidden;
}

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

body .modaal-wrapper.modaal-start_fade {
  overflow: hidden;
}

body .modaal-wrapper.modaal-start_fade .modaal-close {
  display: none;
}

.modal_cnt {
  display: none;
}

.modal_single_main {
  padding-top: 50px;
}

.modal_single_wrap {
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  overflow: hidden;
}

@media (max-width: 768px) {
  .modal_single_wrap {
    border-radius: 20px;
  }
}

.modal_single_head {
  position: relative;
}

@media (max-width: 980px) {
  .modal_single_head figure {
    aspect-ratio: 16 / 8;
  }
  .modal_single_head figure img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -o-object-position: 45% top;
    object-position: 45% top;
  }
}

@media (max-width: 600px) {
  .modal_single_head figure {
    aspect-ratio: 16 / 10;
  }
  .modal_single_head figure img {
    -o-object-position: 47% top;
    object-position: 47% top;
  }
}

.modal_single_head_text {
  position: absolute;
  left: 55%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .modal_single_head_text {
    left: 50%;
  }
}

@media (max-width: 500px) {
  .modal_single_head_text {
    left: 48%;
  }
}

.modal_single_head_text span {
  padding: 1px 15px;
}

@media (max-width: 500px) {
  .modal_single_head_text span {
    padding: 1px 10px;
  }
}

.modal_single_head_text .shop {
  font-size: 26px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 2px;
}

@media (max-width: 1060px) {
  .modal_single_head_text .shop {
    font-size: 30px;
  }
}

@media (max-width: 600px) {
  .modal_single_head_text .shop {
    font-size: 24px;
  }
}

@media (max-width: 500px) {
  .modal_single_head_text .shop {
    font-size: 20px;
  }
}

.modal_single_head_text .pos {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0.75em;
}

@media (max-width: 768px) {
  .modal_single_head_text .pos {
    font-size: 20px;
  }
}

@media (max-width: 600px) {
  .modal_single_head_text .pos {
    font-size: 18px;
  }
}

.modal_single_head_text .name {
  color: #fff;
  font-size: 48px;
  font-family: "Alex Brush", cursive;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  .modal_single_head_text .name {
    font-size: 40px;
  }
}

@media (max-width: 600px) {
  .modal_single_head_text .name {
    font-size: 36px;
  }
}

.modal_single_head_text .name small {
  font-size: 50%;
}

.modal_single_body {
  margin-top: -25px;
  position: relative;
}

@media (max-width: 768px) {
  .modal_single_body {
    margin-top: 30px;
  }
}

.modal_single_body dl {
  padding-right: 60px;
}

@media (max-width: 1060px) {
  .modal_single_body dl {
    padding-right: 30px;
  }
}

@media (max-width: 600px) {
  .modal_single_body dl {
    padding-right: 15px;
  }
}

.modal_single_body dt {
  color: #fff;
  padding-left: 60px;
  border-radius: 0 50px 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .modal_single_body dt {
    padding-left: 30px;
    border-radius: 0 30px 30px 0;
  }
}

@media (max-width: 600px) {
  .modal_single_body dt {
    padding-left: 15px;
    border-radius: 0 15px 15px 0;
  }
}

.modal_single_body dt em {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.5em;
  flex: 0 0 1.5em;
  text-align: center;
  padding: 0.25em 0;
  border-radius: 50px;
  line-height: 1;
  font-size: 34px;
  font-family: "Alex Brush", cursive;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 768px) {
  .modal_single_body dt em {
    font-size: 30px;
  }
}

.modal_single_body dt span {
  font-size: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 0.5em 0 0.5em 0.75em;
  line-height: 1.4;
}

@media (max-width: 1060px) {
  .modal_single_body dt span {
    padding-right: 1em;
  }
}

@media (max-width: 768px) {
  .modal_single_body dt span {
    font-size: 18px;
  }
}

.modal_single_body dt small {
  font-weight: normal;
}

.modal_single_body dd {
  padding: 1.5em 0 2.5em 60px;
  line-height: 2;
}

@media (max-width: 768px) {
  .modal_single_body dd {
    padding-left: 30px;
  }
}

@media (max-width: 600px) {
  .modal_single_body dd {
    padding: 1em 0 2em 20px;
  }
}

.modal_single_close {
  text-align: center;
  padding: 40px 0;
}

@media (max-width: 768px) {
  .modal_single_close {
    padding-top: 30px;
  }
}

@media (max-width: 600px) {
  .modal_single_close {
    padding-top: 20px;
  }
}

.modal_single_close button {
  background-color: transparent;
  border: none;
  font-size: 16px;
  border-radius: 50px;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  padding: 0.4em 2.5em;
  width: 230px;
  position: relative;
}

.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-radius: 50px;
  border: none;
  position: absolute;
  z-index: 1;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  width: 60px;
  height: 60px;
  top: 17px;
  right: -15px;
}

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

.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);
  -o-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);
  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 .cmn_title {
  -webkit-transition: opacity 1s 0.3s, -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: opacity 1s 0.3s, -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  -o-transition: opacity 1s 0.3s, transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: opacity 1s 0.3s, transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: opacity 1s 0.3s, transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-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: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
