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

.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 Sans JP";
  src: local("Noto Sans JP");
}
html,
button {
  -webkit-font-feature-settings: "pkna" 1;
          font-feature-settings: "pkna" 1;
  font-size: 18px;
  color: #333;
  font-family: "Local Noto Sans JP", "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;
}

:where(:root) {
  text-spacing-trim: trim-start;
  text-autospace: normal;
  line-break: strict;
  overflow-wrap: anywhere;
}
:where(:root):lang(ja) {
  -webkit-font-kerning: none;
          font-kerning: none;
}
:where(:root):lang(en) {
  -webkit-font-kerning: normal;
          font-kerning: normal;
}

:where(:is(h1, h2, h3, h4, h5, h6, p, caption):lang(en)) {
  text-wrap: pretty;
}

:where(h1, h2, h3, h4, h5, h6, caption) {
  -webkit-font-kerning: normal;
          font-kerning: normal;
}
:where(h1, h2, h3, h4, h5, h6, caption):lang(ja) {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  word-break: auto-phrase;
}

:where(pre) {
  text-spacing-trim: space-all;
}

:where(pre, time, input:not([type=button i], [type=submit i], [type=reset i]), textarea, [contenteditable]) {
  text-autospace: no-autospace;
}

header,
.header {
  width: 100%;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  pointer-events: none;
}
header a,
header button,
.header a,
.header button {
  pointer-events: all;
}
header_hit,
.header_hit {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
}
header_main,
.header_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 50px;
}
@media (max-width: 980px) {
  header_main,
  .header_main {
    height: 60px;
    display: block;
    padding: 0 30px;
  }
}
@media (max-width: 600px) {
  header_main,
  .header_main {
    padding: 0 25px;
  }
}
header h1,
.header h1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 325px;
          flex: 0 0 325px;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 980px) {
  header h1,
  .header h1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 245px;
            flex: 0 0 245px;
  }
}
@media (max-width: 600px) {
  header h1,
  .header h1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 215px;
            flex: 0 0 215px;
  }
}
header h1 .logo,
.header h1 .logo {
  display: block;
}
header h1 img,
.header h1 img {
  width: 325px;
}
@media (max-width: 980px) {
  header h1 img,
  .header h1 img {
    width: 245px;
  }
}
@media (max-width: 600px) {
  header h1 img,
  .header h1 img {
    width: 215px;
  }
}
header button,
.header button {
  width: 100px;
  height: 100px;
  border: none;
  background: #fff;
  text-align: center;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 0;
  z-index: 1;
  border-radius: 20px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  display: block;
  text-indent: -999px;
  overflow: hidden;
  font-size: 1%;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
}
@media (max-width: 980px) {
  header button,
  .header button {
    width: 60px;
    height: 60px;
  }
}
@media (any-hover: hover) {
  header button:hover .icon span,
  .header button:hover .icon span {
    background-color: #00A1E9;
  }
}
header button span,
.header button span {
  display: block;
}
header button .icon,
.header button .icon {
  width: 44%;
  height: 35%;
  position: absolute;
  left: 28%;
  top: 30%;
}
@media (max-width: 980px) {
  header button .icon,
  .header button .icon {
    top: 34%;
    height: 30%;
  }
}
header button .icon span,
.header button .icon span {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #013F8E;
  left: 0;
  -webkit-transition: top 0.25s, background 0.4s, opacity 0.4s, -webkit-transform 0.25s;
  transition: top 0.25s, background 0.4s, opacity 0.4s, -webkit-transform 0.25s;
  transition: top 0.25s, transform 0.25s, background 0.4s, opacity 0.4s;
  transition: top 0.25s, transform 0.25s, background 0.4s, opacity 0.4s, -webkit-transform 0.25s;
}
@media (max-width: 980px) {
  header button .icon span,
  .header button .icon span {
    height: 2px;
  }
}
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,
.header_nav {
  position: absolute;
  top: 20px;
  right: -100%;
  background-color: #fff;
  display: block;
  padding: 15px 150px 15px 30px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  font-size: 16px;
}
header_nav_wrap,
.header_nav_wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 99%;
          flex: 0 1 99%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header_nav li,
.header_nav li {
  display: block;
}
header_nav li:nth-last-of-type(1) a .label:after,
.header_nav li:nth-last-of-type(1) a .label:after {
  display: none;
}
header_nav li a,
.header_nav li a {
  display: inline-block;
  -webkit-transition: color 0.4s, opacity 0.4s;
  transition: color 0.4s, opacity 0.4s;
  line-height: 1;
  padding: 1em 0;
  color: #013F8E;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
}
@media (any-hover: hover) {
  header_nav li a:hover,
  .header_nav li a:hover {
    color: #00A1E9;
  }
}
header_entry,
.header_entry {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  font-size: 16px;
}
@media (max-width: 1400px) {
  header_entry,
  .header_entry {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
  }
}
@media (max-width: 1200px) {
  header_entry,
  .header_entry {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
}
@media (max-width: 980px) {
  header_entry,
  .header_entry {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
  }
}
@media (max-width: 600px) {
  header_entry,
  .header_entry {
    visibility: hidden;
  }
}
header_entry a,
.header_entry a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 0.5em;
  -webkit-transition: background 0.4s, color 0.4s;
  transition: background 0.4s, color 0.4s;
}
@media (max-width: 980px) {
  header_entry a,
  .header_entry a {
    padding: 0.25em 1em;
  }
}
.js_show_nav .header_nav {
  right: 0;
}
.js_show_nav .header button {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0);
}
.js_show_nav .header button .icon span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.js_show_nav .header button .icon span:nth-of-type(2) {
  opacity: 0;
  top: 50%;
}
.js_show_nav .header button .icon span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: rotate(-150deg);
      -ms-transform: rotate(-150deg);
          transform: rotate(-150deg);
}

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

body .footer {
  padding: 50px 40px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}
@media (max-width: 500px) {
  body .footer {
    font-size: 14px;
  }
}
body .footer ul {
  margin-bottom: 1em;
  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: #333;
}
body .footer li a:visited {
  color: #333;
}
@media (any-hover: hover) {
  body .footer li a:hover {
    color: #00A1E9;
    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 {
  display: inline-block;
  padding: 0 2em;
  border-right: 1px solid #333;
}
@media (max-width: 768px) {
  body .footer li a span {
    padding: 0 1em;
    border: none;
  }
}
body .footer_copyrights {
  text-align: center;
}
body .footer_totop {
  z-index: 3;
  position: fixed;
  right: 30px;
  bottom: -150px;
  border-radius: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: bottom 1.5s cubic-bezier(1, 0, 0, 1);
  transition: bottom 1.5s cubic-bezier(1, 0, 0, 1);
  -webkit-transition: opacity 0.3s, bottom 0.3s, background 0.3s, -webkit-box-shadow 0.2s;
  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: 70px;
  height: 70px;
}
@media (max-width: 1500px) {
  body .footer_totop {
    bottom: -100px;
  }
}
@media (max-width: 980px) {
  body .footer_totop {
    right: 20px;
  }
}
@media (max-width: 768px) {
  body .footer_totop {
    width: 55px;
    height: 55px;
    right: 10px;
  }
}
body .footer_totop a {
  display: block;
  -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;
  background-color: #013F8E;
  border-radius: 50px;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  font-weight: bold;
}
@media (any-hover: hover) {
  body .footer_totop a:hover {
    background-color: #00A1E9;
  }
}
body .footer_totop .icon::before {
  display: block;
  content: "";
  position: absolute;
  width: 50%;
  height: 40%;
  background-color: #fff;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  left: 25%;
  top: 25%;
}
body .footer_entry {
  position: fixed;
  z-index: 2;
  bottom: 120px;
  right: 30px;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
@media (max-width: 980px) {
  body .footer_entry {
    right: 15px;
    bottom: 100px;
  }
}
@media (max-width: 768px) {
  body .footer_entry {
    right: 10px;
    bottom: 75px;
  }
}
body .footer_entry a {
  text-align: center;
  display: block;
  padding-top: 45px;
  border-radius: 100px;
  width: 200px;
  height: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #E94F98;
  -webkit-transition: background 0.4s, -webkit-box-shadow 0.2s, -webkit-transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: background 0.4s, -webkit-box-shadow 0.2s, -webkit-transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: background 0.4s, box-shadow 0.2s, transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: background 0.4s, box-shadow 0.2s, transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-box-shadow 0.2s, -webkit-transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #fff;
  background: #E94F98;
  border: 2px solid #FFFFFF;
}
@media (max-width: 980px) {
  body .footer_entry a {
    padding-top: 37px;
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 768px) {
  body .footer_entry a {
    padding-top: 22px;
    width: 100px;
    height: 100px;
  }
}
@media (any-hover: hover) {
  body .footer_entry a:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (any-hover: hover) and (max-width: 980px) {
  body .footer_entry a:hover {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
}
body .footer_entry a .target {
  font-size: 40px;
}
@media (max-width: 980px) {
  body .footer_entry a .target {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  body .footer_entry a .target {
    font-size: 20px;
  }
}
body .footer_entry a .label {
  font-size: 30px;
}
@media (max-width: 980px) {
  body .footer_entry a .label {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  body .footer_entry a .label {
    font-size: 17px;
  }
}

.js_nav_fixed .footer_totop {
  bottom: 25px;
}
@media (max-width: 768px) {
  .js_nav_fixed .footer_totop {
    bottom: 15px;
  }
}
.cmn_title h3 {
  text-align: center;
  color: #013F8E;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(34px, 4.7vw, 50px);
  padding: 1em 0 0.85em 0.1em;
  letter-spacing: 0.1em;
}
.cmn_title span {
  display: inline-block;
  position: relative;
}
.cmn_title span::before {
  display: block;
  content: "";
  position: absolute;
  width: 2em;
  height: 2em;
  background: url(../img/cmn_cap_fx.png) no-repeat center;
  background-size: contain;
  top: -1em;
  right: -1em;
}

.add_bg {
  overflow: hidden;
  background: transparent linear-gradient(143deg, #9BE0FF 0%, #F8CAE0 100%) 0% 0% no-repeat padding-box;
}

.hero_cnt {
  position: relative;
  overflow: hidden;
}
.hero_title {
  text-align: center;
  width: 100%;
  color: #013F8E;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(42px, 5.5vw, 70px);
  position: relative;
  line-height: 1.4;
  padding-top: 50px;
}
@media (max-width: 1400px) {
  .hero_title {
    padding-top: 140px;
  }
}
@media (max-width: 980px) {
  .hero_title {
    padding-top: 100px;
  }
}
@media (max-width: 768px) {
  .hero_title {
    padding-top: 17vw;
  }
}
@media (max-width: 600px) {
  .hero_title {
    padding-top: 32vw;
  }
}
.hero_main {
  text-align: center;
  position: relative;
  padding-top: 2vw;
}
@media (max-width: 1400px) {
  .hero_main {
    padding-top: 1vw;
  }
}
.hero_main img {
  max-width: 1160px;
  width: 73%;
}
@media (max-width: 768px) {
  .hero_main img {
    margin-top: 5vw;
    width: 95%;
  }
}
@media (max-width: 600px) {
  .hero_main img {
    max-width: 106vw;
    width: 106vw;
    -webkit-transform: translateX(-3.3vw);
        -ms-transform: translateX(-3.3vw);
            transform: translateX(-3.3vw);
    margin-top: 9vw;
  }
}
.hero_fig1, .hero_fig2 {
  position: absolute;
}
.hero_fig1 {
  width: 18vw;
  top: 2vw;
  left: calc(50% - 9vw);
}
@media (max-width: 600px) {
  .hero_fig1 {
    width: 33vw;
    left: auto;
    right: 3vw;
    top: 36vw;
  }
}
.hero_fig2 {
  width: 25vw;
  top: 10vw;
  right: 50%;
  -webkit-transform: translateX(-80%);
      -ms-transform: translateX(-80%);
          transform: translateX(-80%);
}
@media (max-width: 600px) {
  .hero_fig2 {
    width: 60vw;
    top: 15vw;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }
}

.about_cnt {
  padding-bottom: 75px;
  position: relative;
}
@media (max-width: 980px) {
  .about_cnt {
    padding-bottom: 65px;
  }
}
@media (max-width: 768px) {
  .about_cnt {
    padding-bottom: 55px;
  }
}
@media (max-width: 600px) {
  .about_cnt {
    padding-bottom: 45px;
  }
}
.about_box {
  max-width: 884px;
  margin: 0 auto;
  border-radius: 40px;
  padding: 60px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1607843137);
  color: #013F8E;
  font-weight: 700;
  font-size: clamp(18px, 2.3vw, 22px);
  text-align: center;
  line-height: 2.2;
}
@media (max-width: 980px) {
  .about_box {
    padding: 50px 30px;
  }
}
@media (max-width: 768px) {
  .about_box {
    padding: 40px 25px;
    line-height: 2;
    text-align: left;
    border-radius: 30px;
  }
}
@media (max-width: 600px) {
  .about_box {
    padding: 35px 25px;
    border-radius: 25px;
    line-height: 1.8;
  }
}
.about_movie {
  padding-top: 60px;
  text-align: center;
}
@media (max-width: 600px) {
  .about_movie {
    padding-top: 50px;
  }
}
.about_movie iframe {
  max-width: 704px;
  aspect-ratio: 16/9;
  width: 100%;
  margin: 0 auto;
}
.about_fx img {
  position: absolute;
}
.about_fx1 {
  width: 22vw;
  top: -4vw;
  left: 7vw;
}
@media (max-width: 600px) {
  .about_fx1 {
    width: 30vw;
    left: 3vw;
    top: -2vw;
  }
}
.about_fx2 {
  width: 18vw;
  right: 6.6vw;
  top: 47%;
}
@media (max-width: 600px) {
  .about_fx2 {
    right: -7vw;
    width: 24vw;
  }
}
.about_fx3 {
  width: 18vw;
  bottom: 40px;
  left: 8vw;
}
@media (max-width: 600px) {
  .about_fx3 {
    width: 27vw;
    bottom: 3vw;
    left: -4vw;
  }
}

.intro_cnt {
  padding: 75px 0;
  background-color: #F6F6F4;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .intro_cnt {
    padding: 65px 0;
  }
}
@media (max-width: 600px) {
  .intro_cnt {
    padding: 55px 0;
  }
}
.intro_cnt .cmn_title {
  margin-bottom: 2em;
}
@media (max-width: 980px) {
  .intro_cnt .cmn_title {
    margin-bottom: 1.5em;
  }
}
@media (max-width: 768px) {
  .intro_cnt .cmn_title {
    margin-bottom: 1.2em;
  }
}
.intro_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
@media (max-width: 980px) {
  .intro_list {
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .intro_list {
    gap: 15px;
  }
}
.intro_list_single a {
  display: block;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1607843137);
  border-radius: 20px;
  background-color: #fff;
  padding: 24px;
  text-align: center;
  color: #013F8E;
  -webkit-transition: border 0.4s, -webkit-transform 0.4s, -webkit-box-shadow 0.4s;
  transition: border 0.4s, -webkit-transform 0.4s, -webkit-box-shadow 0.4s;
  transition: transform 0.4s, box-shadow 0.4s, border 0.4s;
  transition: transform 0.4s, box-shadow 0.4s, border 0.4s, -webkit-transform 0.4s, -webkit-box-shadow 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #fff;
  box-sizing: border-box;
  height: 100%;
}
@media (max-width: 980px) {
  .intro_list_single a {
    padding: 22px;
  }
}
@media (max-width: 768px) {
  .intro_list_single a {
    padding: 20px;
  }
}
@media (max-width: 600px) {
  .intro_list_single a {
    border-radius: 10px;
    padding: 12px;
    border-width: 1px;
  }
}
@media (any-hover: hover) {
  .intro_list_single a:hover {
    border-color: #013F8E;
    -webkit-box-shadow: 4px 4px 8px rgba(1, 63, 142, 0.5);
            box-shadow: 4px 4px 8px rgba(1, 63, 142, 0.5);
  }
  .intro_list_single a:hover figure img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
}
.intro_list_single figure {
  overflow: hidden;
}
.intro_list_single figure img {
  -webkit-transition: -webkit-filter 0.4s, -webkit-transform 0.2s;
  transition: -webkit-filter 0.4s, -webkit-transform 0.2s;
  transition: filter 0.4s, transform 0.2s;
  transition: filter 0.4s, transform 0.2s, -webkit-filter 0.4s, -webkit-transform 0.2s;
}
.intro_list_single h4 {
  font-size: 32px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
  padding: 0.5em 0;
}
@media (max-width: 980px) {
  .intro_list_single h4 {
    font-size: 3vw;
  }
}
@media (max-width: 500px) {
  .intro_list_single h4 {
    font-size: 4.2vw;
  }
}
.intro_list_single p {
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #013F8E;
  padding: 0.1em 2.5em 0.1em 1em;
  display: inline-block;
  position: relative;
  font-weight: 500;
  margin-bottom: 0.5em;
}
@media (max-width: 500px) {
  .intro_list_single p {
    font-size: 3.6vw;
  }
}
.intro_list_single .icon {
  width: 1.2em;
  height: 1.2em;
  background-color: #013F8E;
  border-radius: 50px;
  display: block;
  position: absolute;
  right: 10px;
  top: calc(50% - 0.6em);
}
.intro_list_single .icon::before {
  display: block;
  content: "";
  position: absolute;
  width: 40%;
  height: 50%;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  left: 35%;
  top: 25%;
}
.intro_fx img {
  position: absolute;
  width: 10vw;
}
@media (max-width: 768px) {
  .intro_fx img {
    width: 15vw;
  }
}
@media (max-width: 500px) {
  .intro_fx img {
    width: 20vw;
  }
}
.intro_fx1, .intro_fx2 {
  top: 5%;
}
@media (max-width: 500px) {
  .intro_fx2 {
    top: 2%;
  }
}
.intro_fx3, .intro_fx4 {
  top: 30%;
}
.intro_fx5, .intro_fx6 {
  top: 55%;
}
.intro_fx7, .intro_fx8 {
  top: 80%;
}
.intro_fx1 {
  left: 12.5vw;
}
@media (max-width: 1200px) {
  .intro_fx1 {
    left: 2.5vw;
  }
}
.intro_fx2 {
  right: 12.5vw;
}
@media (max-width: 1200px) {
  .intro_fx2 {
    right: 2.5vw;
  }
}
@media (max-width: 500px) {
  .intro_fx2 {
    right: -2.5vw;
  }
}
.intro_fx3 {
  left: 3vw;
}
@media (max-width: 1200px) {
  .intro_fx3 {
    left: -2.5vw;
  }
}
.intro_fx4 {
  right: 3vw;
}
@media (max-width: 1200px) {
  .intro_fx4 {
    right: -2.5vw;
  }
}
.intro_fx5 {
  left: 8.5vw;
}
@media (max-width: 1200px) {
  .intro_fx5 {
    left: 0.5vw;
  }
}
.intro_fx6 {
  right: 8.5vw;
}
@media (max-width: 1200px) {
  .intro_fx6 {
    right: 0.5vw;
  }
}
.intro_fx7 {
  left: 5vw;
}
@media (max-width: 1200px) {
  .intro_fx7 {
    left: -1.5vw;
  }
}
.intro_fx8 {
  right: 5vw;
}
@media (max-width: 1200px) {
  .intro_fx8 {
    right: -1.5vw;
  }
}

.interview_cnt {
  background: url(../img/interview_bg.png) no-repeat center;
  background-size: cover;
  padding: 115px 0;
}
@media (max-width: 980px) {
  .interview_cnt {
    padding: 95px 0;
  }
}
@media (max-width: 768px) {
  .interview_cnt {
    padding: 75px 0;
  }
}
@media (max-width: 600px) {
  .interview_cnt {
    padding: 55px 0;
  }
}
.interview_cnt .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.interview_cnt .slick-slide {
  height: auto !important;
}
.interview_title {
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 980px) {
  .interview_title {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .interview_title {
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .interview_title {
    margin-bottom: 35px;
  }
}
.interview_title::before {
  display: block;
  content: "";
  position: absolute;
  background: transparent linear-gradient(100deg, #9BE0FF 0%, #F8CAE0 100%) 0% 0% no-repeat padding-box;
  height: 100%;
  width: calc(50% + 490px);
  border-radius: 0 200px 200px 0;
}
@media (max-width: 1060px) {
  .interview_title::before {
    width: 100%;
  }
}
.interview_title h3 {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #013F8E;
  font-size: clamp(30px, 4.5vw, 50px);
}
@media (max-width: 500px) {
  .interview_title h3 {
    line-height: 1.3;
  }
}
.interview_title h3 span {
  display: inline-block;
  position: relative;
  padding: 0.6em 0;
}
.interview_title h3 span:before, .interview_title h3 span:after {
  display: block;
  content: "";
  position: absolute;
}
.interview_title h3 span::before {
  background: url(../img/interview_fx1.png) no-repeat center;
  background-size: contain;
  width: 5em;
  height: 5em;
  left: -4.7em;
  top: -1.3em;
}
@media (max-width: 500px) {
  .interview_title h3 span::before {
    left: -1em;
    top: -2.8em;
    width: 4.5em;
    height: 4.5em;
  }
}
.interview_title h3 span::after {
  background: url(../img/interview_fx2.png) no-repeat center;
  background-size: contain;
  width: 3em;
  height: 3em;
  right: -4em;
  top: -0.5em;
}
@media (max-width: 768px) {
  .interview_title h3 span::after {
    top: -30px;
    right: -20px;
  }
}
@media (max-width: 500px) {
  .interview_title h3 span::after {
    right: -10px;
    top: -35px;
  }
}
.interview_slide_single {
  position: relative;
  padding: 50px 1.5vw 0;
}
.interview_slide_single_mark {
  position: absolute;
  width: 28%;
  right: -2.5%;
  top: -8%;
}
.interview_slide_single_text {
  position: relative;
  z-index: 1;
}
.interview_slide_single_fig {
  position: absolute;
  width: 35%;
  left: 0;
  bottom: 0;
  max-width: 250px;
  z-index: 1;
}
@media (max-width: 768px) {
  .interview_slide_single_fig {
    width: 30%;
    left: -1.5%;
  }
}
.interview_slide_single_box {
  border-radius: 20px;
  padding-top: 50px;
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}
@media (max-width: 980px) {
  .interview_slide_single_box {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .interview_slide_single_box {
    padding-top: 35px;
  }
}
.interview_slide_single_box h4 {
  font-weight: 700;
  padding: 0.4em 1em 0.4em 30%;
  margin-bottom: 1em;
  font-size: clamp(24px, 4vw, 32px);
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.7);
}
@media (max-width: 768px) {
  .interview_slide_single_box h4 {
    padding-left: 22%;
  }
}
.interview_slide_single_box p {
  margin: 0 25px 25px 30%;
  padding: 18px 30px;
  background-color: #fff;
  border-radius: 20px;
  line-height: 1.8;
}
@media (max-width: 980px) {
  .interview_slide_single_box p {
    border-radius: 17px;
    padding: 18px 25px;
  }
}
@media (max-width: 768px) {
  .interview_slide_single_box p {
    margin-left: 22%;
  }
}
@media (max-width: 600px) {
  .interview_slide_single_box p {
    border-radius: 15px;
    padding: 18px 20px;
  }
}
.interview_slide_single1 > div {
  background-color: #668BBB;
}
.interview_slide_single2 > div {
  background-color: #4CBDEF;
}
.interview_slide_single3 > div {
  background-color: #F295C1;
}
.interview_ui {
  margin-top: 40px;
  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;
  font-size: 1%;
}
@media (max-width: 768px) {
  .interview_ui {
    margin-top: 30px;
  }
}
@media (max-width: 600px) {
  .interview_ui {
    margin-top: 25px;
  }
}
.interview_ui ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.interview_ui button {
  border: none;
  overflow: hidden;
  background: transparent;
  text-indent: -999px;
  position: relative;
  font-size: 1%;
}
.interview_ui_prev button, .interview_ui_next button {
  width: 50px;
  height: 50px;
}
@media (max-width: 768px) {
  .interview_ui_prev button, .interview_ui_next button {
    width: 45px;
    height: 45px;
  }
}
@media (any-hover: hover) {
  .interview_ui_prev button:hover span, .interview_ui_next button:hover span {
    background-color: #00A1E9;
  }
}
.interview_ui_prev span, .interview_ui_next span {
  width: 70%;
  height: 70%;
  display: block;
  border-radius: 50px;
  background-color: #013F8E;
  position: absolute;
  left: 15%;
  top: 15%;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
.interview_ui_prev span::before, .interview_ui_next span::before {
  display: block;
  content: "";
  position: absolute;
  width: 40%;
  height: 50%;
  background-color: #fff;
}
.interview_ui_prev span:before {
  left: 27%;
  top: 25%;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.interview_ui_next span:before {
  left: 35%;
  top: 25%;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.interview_ui li button {
  width: 35px;
  height: 35px;
}
@media (max-width: 768px) {
  .interview_ui li button {
    width: 25px;
    height: 25px;
  }
}
.interview_ui li button:before {
  display: block;
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  border: 1px solid #C9CACA;
  background: #fff;
  left: 25%;
  top: 25%;
  border-radius: 50px;
  -webkit-transition: border 0.4s, background 0.4s;
  transition: border 0.4s, background 0.4s;
}
@media (any-hover: hover) {
  .interview_ui li button:hover:before {
    background: #013F8E;
    border-color: #013F8E;
  }
}
.interview_ui li.slick-active button:before {
  background: #013F8E;
  border-color: #013F8E;
}

.faq_cnt {
  background: #B5E7FF;
  padding: 70px 0 110px;
  position: relative;
}
@media (max-width: 980px) {
  .faq_cnt {
    padding: 60px 0 90px;
  }
}
@media (max-width: 768px) {
  .faq_cnt {
    padding: 50px 0 70px;
  }
}
@media (max-width: 600px) {
  .faq_cnt {
    padding: 40px 0 50px;
  }
}
.faq_cnt::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 100px);
  background: url(../img/faq_bg.png);
  background-size: cover;
  top: 100px;
  left: 0;
}
.faq_single {
  border-radius: 20px;
  overflow: hidden;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .faq_single {
    margin-top: 30px;
    border-radius: 17px;
  }
}
@media (max-width: 600px) {
  .faq_single {
    margin-top: 20px;
    border-radius: 15px;
  }
}
@media (max-width: 500px) {
  .faq_single {
    margin-top: 17px;
  }
}
.faq_single:nth-of-type(1) {
  margin: 0;
}
.faq_single_head button {
  background: #013F8E;
  border: none;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  padding: 30px 45px;
  width: 100%;
  text-align: left;
  position: relative;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
@media (max-width: 768px) {
  .faq_single_head button {
    padding: 25px 35px;
  }
}
@media (max-width: 600px) {
  .faq_single_head button {
    padding: 20px 25px;
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .faq_single_head button {
    padding: 17px 20px;
  }
}
@media (any-hover: hover) {
  .faq_single_head button:hover {
    background-color: #00A1E9;
  }
}
.faq_single_head .text {
  display: inline-block;
  padding-right: 2em;
}
.faq_single_head .icon {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  right: 30px;
  top: calc(50% - 8px);
}
.faq_single_head .icon::before, .faq_single_head .icon:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  left: 0;
  top: calc(50% - 1px);
  -webkit-transition: rotate 0.4s;
  transition: rotate 0.4s;
}
.faq_single_head .icon:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq_single_body {
  background-color: #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: grid-template-rows 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: grid-template-rows 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), -ms-grid-rows 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.faq_single_wrap {
  overflow: hidden;
}
.faq_single_text {
  display: block;
  padding: 25px 45px;
  line-height: 2;
}
@media (max-width: 768px) {
  .faq_single_text {
    padding: 25px 35px;
  }
}
@media (max-width: 600px) {
  .faq_single_text {
    padding: 20px 25px;
  }
}
@media (max-width: 500px) {
  .faq_single_text {
    padding: 17px 20px;
  }
}
.faq_single.on .faq_single_head .icon:before {
  rotate: 180deg;
}
.faq_single.on .faq_single_head .icon:after {
  rotate: 270deg;
}
.faq_single.on .faq_single_body {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.message_cnt {
  padding: 120px 0 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 980px) {
  .message_cnt {
    padding-top: 100px;
  }
}
@media (max-width: 768px) {
  .message_cnt {
    padding-top: 80px;
  }
}
@media (max-width: 600px) {
  .message_cnt {
    padding-top: 60px;
  }
}
.message_title {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #fff;
}
.message_title span {
  background-color: #013F8E;
  border-radius: 50px;
  display: inline-block;
  padding: 0.3em 1.5em;
  position: relative;
  font-size: clamp(26px, 3.2vw, 40px);
}
@media (max-width: 600px) {
  .message_title span {
    line-height: 1.4;
    padding: 0.5em 1.5em;
  }
}
.message_title span:after {
  display: block;
  content: "";
  position: absolute;
  width: 0.6em;
  height: 0.75em;
  background-color: #013F8E;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  left: 3em;
  bottom: -0.73em;
}
.message_body {
  padding: 100px 50px;
  margin-top: -50px;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1607843137);
  border: 2px solid #013F8E;
  border-radius: 40px;
  background-color: #fff;
  z-index: 1;
}
@media (max-width: 1060px) {
  .message_body {
    margin-top: -3.5vw;
  }
}
@media (max-width: 980px) {
  .message_body {
    padding: 80px 40px;
    border-radius: 30px;
  }
}
@media (max-width: 768px) {
  .message_body {
    border-radius: 25px;
    padding: 70px 30px;
  }
}
@media (max-width: 600px) {
  .message_body {
    border-radius: 20px;
    padding: 50px 25px;
    margin-top: -5vw;
  }
}
.message_body p {
  max-width: 730px;
  margin: 0 auto;
  font-weight: 500;
  line-height: 2;
  font-size: clamp(18px, 2.5vw, 22px);
}
.message_body p em {
  font-weight: 700;
  color: #E94F98;
}
.message_body p + p {
  margin-top: 2em;
}
.message_end {
  margin: 80px auto 0;
  padding: 0.4em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
  max-width: 880px;
  font-size: clamp(24px, 3.2vw, 40px);
  border-radius: 50px;
  color: #013F8E;
  text-align: center;
  letter-spacing: 0.15em;
  background: transparent linear-gradient(95deg, #9BE0FF 0%, #F8CAE0 100%) 0% 0% no-repeat padding-box;
}
@media (max-width: 600px) {
  .message_end {
    line-height: 1.3;
    padding: 0.75em 0.4em;
  }
}
.message_fig img {
  position: absolute;
  z-index: 1;
}
.message_fig1 {
  width: 19vw;
  bottom: 15vw;
  right: 3vw;
}
@media (max-width: 1400px) {
  .message_fig1 {
    width: 17.1vw;
    right: -1.5vw;
  }
}
@media (max-width: 600px) {
  .message_fig1 {
    width: 20.9vw;
  }
}
.message_fig2 {
  width: 21vw;
  bottom: 0;
  left: 5.5vw;
}
@media (max-width: 1400px) {
  .message_fig2 {
    width: 18.9vw;
    left: 0.5vw;
  }
}
@media (max-width: 600px) {
  .message_fig2 {
    left: -0.5vw;
    width: 23.1vw;
    bottom: 55px;
  }
}
.message_fx img {
  position: absolute;
}
.message_fx1 {
  width: 29vw;
  left: -12vw;
  top: 5vw;
}
.message_fx2 {
  width: 29vw;
  right: 6vw;
  top: -8vw;
}
.message_fx3 {
  width: 29vw;
  right: -9vw;
  bottom: 0;
}

.entry_cnt {
  padding: 65px 0 100px;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(rgba(181, 231, 255, 0.3960784314))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, rgba(181, 231, 255, 0.3960784314) 100%) 0% 0% no-repeat padding-box;
}
@media (max-width: 980px) {
  .entry_cnt {
    padding: 60px 0 90px;
  }
}
@media (max-width: 768px) {
  .entry_cnt {
    padding: 55px 0 80px;
  }
}
@media (max-width: 600px) {
  .entry_cnt {
    padding: 50px 0 70px;
  }
}
.entry_cnt h3 {
  margin-bottom: 2em;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .entry_cnt h3 {
    margin-bottom: 1.2em;
  }
}
.entry_list {
  max-width: 880px;
  margin: 0 auto 65px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr 25px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
@media (max-width: 980px) {
  .entry_list {
    gap: 20px;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 55px;
  }
}
@media (max-width: 600px) {
  .entry_list {
    gap: 15px;
    margin-bottom: 45px;
  }
}
.entry_list a {
  background-color: #00A1E9;
  border-radius: 8px;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  display: block;
  border: 2px solid #00A1E9;
  overflow: hidden;
  -webkit-transition: border 0.4s;
  transition: border 0.4s;
}
@media (max-width: 980px) {
  .entry_list a {
    font-size: clamp(18px, 4.7vw, 22px);
  }
}
@media (any-hover: hover) {
  .entry_list a:hover {
    border-color: #013F8E;
  }
  .entry_list a:hover figure img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
}
.entry_list span {
  display: inline-block;
  padding: 0.4em;
}
.entry_list figure {
  overflow: hidden;
}
.entry_list figure img {
  -webkit-transition: -webkit-filter 0.4s, -webkit-transform 0.2s;
  transition: -webkit-filter 0.4s, -webkit-transform 0.2s;
  transition: filter 0.4s, transform 0.2s;
  transition: filter 0.4s, transform 0.2s, -webkit-filter 0.4s, -webkit-transform 0.2s;
}
.entry_link {
  text-align: center;
}
.entry_link a {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #00A1E9;
  border-radius: 8px;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  border: 2px solid #00A1E9;
  overflow: hidden;
  -webkit-transition: border 0.4s;
  transition: border 0.4s;
  max-width: 425px;
  padding: 0.5em;
  width: 100%;
  font-size: clamp(20px, 5vw, 32px);
}
@media (any-hover: hover) {
  .entry_link a:hover {
    border-color: #013F8E;
  }
  .entry_link a:hover figure img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
}

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_single2 .modal_single_body_intro_fig img {
  -o-object-position: 40% center;
     object-position: 40% center;
}
.modal_single3 .modal_single_body_intro_fig img {
  -o-object-position: 60% center;
     object-position: 60% center;
}
.modal_single4 .modal_single_body_intro_fig img {
  -o-object-position: 60% center;
     object-position: 60% center;
}
.modal_single_main {
  padding-top: 50px;
}
.modal_single_wrap {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.modal_single_wrap::before, .modal_single_wrap:after {
  display: block;
  content: "";
  position: absolute;
  top: -100px;
  width: 250px;
  height: 250px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 980px) {
  .modal_single_wrap::before, .modal_single_wrap:after {
    width: 27vw;
    height: 27vw;
  }
}
.modal_single_wrap::before {
  background-image: url(../img/popup_fx2.png);
  left: -4%;
}
@media (max-width: 980px) {
  .modal_single_wrap::before {
    top: -10vw;
  }
}
.modal_single_wrap:after {
  background-image: url(../img/popup_fx1.png);
  left: 35%;
}
@media (max-width: 980px) {
  .modal_single_wrap:after {
    top: -5vw;
    left: 40%;
  }
}
.modal_single_head {
  position: relative;
  padding: 30px 60px;
}
@media (max-width: 768px) {
  .modal_single_head {
    padding: 25px 50px;
  }
}
@media (max-width: 600px) {
  .modal_single_head {
    padding: 20px 35px;
  }
}
.modal_single_head_cap {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 32px;
  color: #013F8E;
  position: relative;
  z-index: 1;
}
@media (max-width: 980px) {
  .modal_single_head_cap {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .modal_single_head_cap {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  .modal_single_head_cap {
    font-size: 24px;
    text-shadow: 0 0 5px #fff, 0 0 10px #fff;
  }
}
.modal_single_head_mark {
  width: 30%;
  top: -15%;
  right: -2%;
  position: absolute;
}
.modal_single_body {
  padding: 10px;
  position: relative;
}
.modal_single_body_intro_text > dl > dt, .modal_single_body_misc > dt, .modal_single_body_basic > dl > dt {
  font-weight: 500;
  font-size: 16px;
  color: #013F8E;
}
@media (max-width: 600px) {
  .modal_single_body_intro_text > dl > dt, .modal_single_body_misc > dt, .modal_single_body_basic > dl > dt {
    font-size: 15px;
  }
}
.modal_single_body dd {
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
}
.modal_single_body_intro {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 210px 1fr;
  grid-template-columns: 210px 1fr;
}
@media (max-width: 768px) {
  .modal_single_body_intro {
    display: block;
  }
}
.modal_single_body_intro_fig {
  padding: 0 10px 10px 0;
}
@media (max-width: 768px) {
  .modal_single_body_intro_fig {
    padding: 0 0 10px;
  }
}
.modal_single_body_intro_fig img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal_single_body_intro_text {
  border-top: 2px solid #333;
  border-left: 2px solid #333;
  border-right: 2px solid #333;
}
.modal_single_body_intro_text dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 8em 1fr;
  grid-template-columns: 8em 1fr;
  border-top: 1px solid #333;
}
.modal_single_body_intro_text dl:nth-of-type(1) {
  border: none;
}
.modal_single_body_intro_text dl:nth-of-type(1) dd {
  font-size: 28px;
  text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #fff;
}
@media (max-width: 768px) {
  .modal_single_body_intro_text dl:nth-of-type(1) dd {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .modal_single_body_intro_text dl:nth-of-type(1) dd {
    font-size: 22px;
  }
}
.modal_single_body_intro_text dt {
  padding: 1em;
}
.modal_single_body_intro_text dd {
  padding: 1em 1em 1em 0;
}
.modal_single_body_basic {
  border-left: 2px solid #333;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  margin-bottom: 10px;
}
.modal_single_body_basic:nth-last-of-type(1) dd {
  padding-bottom: 100px;
}
.modal_single_body_basic dl {
  display: -ms-grid;
  display: grid;
}
.modal_single_body_basic dl:nth-last-of-type(1) {
  border: none;
}
.modal_single_body_basic > dl {
  -ms-grid-columns: 210px 1fr;
  grid-template-columns: 210px 1fr;
  border-bottom: 1px solid #333;
}
@media (max-width: 600px) {
  .modal_single_body_basic > dl {
    -ms-grid-columns: 100px 1fr;
    grid-template-columns: 100px 1fr;
  }
}
.modal_single_body_basic > dl > dt {
  background: #B5E7FF;
  padding: 1em 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-right: 1px solid #333;
}
@media (max-width: 600px) {
  .modal_single_body_basic > dl > dt {
    padding: 1em 0.5em;
  }
}
.modal_single_body_basic > dl > dd {
  padding: 1em 2em;
}
@media (max-width: 600px) {
  .modal_single_body_basic > dl > dd {
    padding: 1em 0.75em;
  }
}
.modal_single_body_basic dd ol {
  list-style: decimal;
  padding-left: 1.1em;
}
.modal_single_body_basic dd ol li {
  list-style: decimal;
}
.modal_single_body_basic dd ul li {
  display: inline-block;
  padding: 0 1em 0 0;
  position: relative;
}
.modal_single_body_basic dd ul li:before {
  content: "・";
  display: inline-block;
}
.modal_single_body_basic dd ul.is-block li {
  text-indent: -0.5em;
  padding-left: 1em;
  display: block;
}
.modal_single_body_basic dd dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5em 1fr;
  grid-template-columns: 5em 1fr;
}
@media (max-width: 600px) {
  .modal_single_body_basic dd dl {
    display: block;
    margin-top: 0.5em;
  }
  .modal_single_body_basic dd dl:nth-of-type(1) {
    margin: 0;
  }
}
.modal_single_body_detail > dl:nth-of-type(1) dt {
  border-top: 2px solid #333;
}
@media (max-width: 768px) {
  .modal_single_body_detail > dl:nth-of-type(1) dt {
    border-top: 1px solid #333;
  }
}
.modal_single_body_detail > dl:nth-of-type(1) dd {
  border-top: 1px solid #333;
}
.modal_single_body_note {
  border-top: 2px solid #333;
}
.modal_single_body_misc {
  border: 2px solid #333;
  margin-bottom: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 7em 1fr;
  grid-template-columns: 7em 1fr;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 600px) {
  .modal_single_body_misc {
    -ms-grid-columns: 5.5em 1fr;
    grid-template-columns: 5.5em 1fr;
  }
}
.modal_single_body_misc > dt {
  padding: 1em 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 600px) {
  .modal_single_body_misc > dt {
    padding: 1em 0.5em;
  }
}
.modal_single_body_misc > dd {
  padding: 1em 2em;
}
@media (max-width: 600px) {
  .modal_single_body_misc > dd {
    padding: 1em 0.75em;
  }
}
.modal_single_body_link {
  position: absolute;
  right: 9.5px;
  bottom: 19.4px;
  width: 157px;
  height: 157px;
}
@media (max-width: 600px) {
  .modal_single_body_link {
    width: 100px;
    height: 100px;
  }
}
.modal_single_body_link a {
  -webkit-transition: -webkit-filter 0.4s;
  transition: -webkit-filter 0.4s;
  transition: filter 0.4s;
  transition: filter 0.4s, -webkit-filter 0.4s;
}
@media (any-hover: hover) {
  .modal_single_body_link a:hover {
    -webkit-filter: brightness(2);
            filter: brightness(2);
  }
}
.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;
  border-radius: 50px;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  background-color: #fff;
  border: 2px solid #013F8E;
  padding: 0.4em 4em;
  position: relative;
  color: #013F8E;
  font-size: 20px;
  font-weight: 700;
}
@media (any-hover: hover) {
  .modal_single_close button:hover {
    background-color: #013F8E;
    color: #fff;
  }
}
.modal_single_close_top {
  display: none;
  overflow: hidden;
  text-indent: -999px;
  background-color: #013F8E;
  border-radius: 50px;
  border: none;
  position: absolute;
  z-index: 1;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  width: 60px;
  height: 60px;
  top: 17px;
  right: -15px;
}
.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-wrapper .modaal-close {
  background-color: #00A1E9;
}
.modaal-wrapper .modaal-close:before, .modaal-wrapper .modaal-close:after {
  width: 2px;
  left: 24px;
}
@media (any-hover: hover) {
  .modaal-wrapper .modaal-close:hover {
    background-color: #013F8E;
  }
  .modaal-wrapper .modaal-close:hover:before, .modaal-wrapper .modaal-close:hover:after {
    background-color: #fff;
  }
}

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