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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

img {
  line-height: 0;
}

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

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

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

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

h4 {
  font-size: 21px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 14px;
}

p {
  margin: 0;
}

p img {
  margin: 0;
}

em {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

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

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

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

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

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

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

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

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

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

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

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

button {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  scroll-behavior: auto !important;
}

em {
  font-style: normal;
}

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

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

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

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

body {
  background-color: #fff;
}

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

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

.max_width {
  max-width: 1060px;
}

.text_center {
  text-align: center;
}

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

img {
  max-width: 100%;
}

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

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

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

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

.font-bold {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.font-serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

body {
  line-height: 1.5;
}

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

header,
.header {
  background-color: rgba(255, 255, 255, 0.98);
  width: 100%;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
}
header_hit,
.header_hit {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
}
header_main,
.header_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1200px) {
  header_main,
  .header_main {
    height: 60px;
  }
}
header h1,
.header h1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 375px;
          flex: 0 0 375px;
  padding: 10px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1400px) {
  header h1,
  .header h1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
    padding: 10px 0 10px 40px;
  }
}
@media (max-width: 1200px) {
  header h1,
  .header h1 {
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  header h1,
  .header h1 {
    -webkit-box-flex: 220px;
        -ms-flex: 220px;
            flex: 220px;
  }
}
header h1 .logo,
.header h1 .logo {
  display: block;
}
header h1 img,
.header h1 img {
  width: 294px;
}
@media (max-width: 1200px) {
  header h1 img,
  .header h1 img {
    width: 250px;
  }
}
@media (max-width: 768px) {
  header h1 img,
  .header h1 img {
    width: 200px;
  }
}
header h1 .text,
.header h1 .text {
  display: block;
  text-align: center;
  padding: 0.2em 0 0;
  color: #333;
}
@media (max-width: 1200px) {
  header h1 .text,
  .header h1 .text {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  header h1 .text,
  .header h1 .text {
    font-size: 12px;
  }
}
header button,
.header button {
  display: none;
  width: 60px;
  height: 60px;
  border: none;
  background: transparent;
  text-align: center;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 2px;
  z-index: 1;
}
@media (max-width: 1200px) {
  header button,
  .header button {
    display: block;
  }
}
header button span,
.header button span {
  display: block;
}
header button .icon,
.header button .icon {
  width: 40px;
  height: 20px;
  position: relative;
  margin-bottom: 8px;
}
header button .icon span,
.header button .icon span {
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background-color: #0A89C0;
  left: 0;
  -webkit-transition: top 0.25s, background 0.4s, opacity 0.4s, -webkit-transform 0.25s;
  transition: top 0.25s, background 0.4s, opacity 0.4s, -webkit-transform 0.25s;
  transition: top 0.25s, transform 0.25s, background 0.4s, opacity 0.4s;
  transition: top 0.25s, transform 0.25s, background 0.4s, opacity 0.4s, -webkit-transform 0.25s;
}
header button .icon span:nth-of-type(1),
.header button .icon span:nth-of-type(1) {
  top: 0;
}
header button .icon span:nth-of-type(2),
.header button .icon span:nth-of-type(2) {
  top: 50%;
}
header button .icon span:nth-of-type(3),
.header button .icon span:nth-of-type(3) {
  top: 100%;
}
@media (max-width: 1200px) {
  header_nav,
  .header_nav {
    position: absolute;
    top: 60px;
    right: -300px;
    right: -100%;
    background-color: #0A89C0;
    display: block;
    padding: 30px 20px;
    border-radius: 0 0 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
header_nav_wrap,
.header_nav_wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 99%;
          flex: 0 1 99%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1400px) {
  header_nav_wrap,
  .header_nav_wrap {
    padding-left: 15px;
  }
}
@media (max-width: 980px) {
  header_nav_wrap,
  .header_nav_wrap {
    padding: 15px 75px 15px 10px;
  }
}
header_nav ul,
.header_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 220px;
}
@media (max-width: 1400px) {
  header_nav ul,
  .header_nav ul {
    padding-right: 180px;
  }
}
@media (max-width: 1200px) {
  header_nav ul,
  .header_nav ul {
    display: block;
    text-align: left;
    padding: 0;
  }
}
header_nav li,
.header_nav li {
  display: inline-block;
  text-align: center;
}
@media (max-width: 1200px) {
  header_nav li,
  .header_nav li {
    display: block;
  }
}
header_nav li:nth-last-of-type(1) a .label:after,
.header_nav li:nth-last-of-type(1) a .label:after {
  display: none;
}
header_nav li a,
.header_nav li a {
  display: inline-block;
  -webkit-transition: color 0.4s, opacity 0.4s;
  transition: color 0.4s, opacity 0.4s;
  line-height: 1;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #333;
  padding: 0.3em 1.5em;
  font-weight: 700;
}
@media (max-width: 1500px) {
  header_nav li a,
  .header_nav li a {
    padding: 0.3em 1em;
  }
}
@media (max-width: 1400px) {
  header_nav li a,
  .header_nav li a {
    padding: 0.3em 0.7em;
  }
}
@media (max-width: 1200px) {
  header_nav li a,
  .header_nav li a {
    color: #fff;
    padding: 0.7em 1em;
  }
}
@media (max-width: 980px) {
  header_nav li a,
  .header_nav li a {
    display: block;
    text-align: left;
    padding: 1em 0;
  }
}
header_nav li a .label,
.header_nav li a .label {
  display: block;
  padding: 0.2em;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
@media (max-width: 980px) {
  header_nav li a .label,
  .header_nav li a .label {
    background: none;
    text-align: left;
  }
}
@media (any-hover: hover) {
  header_nav li a:hover,
  .header_nav li a:hover {
    color: #0A89C0;
  }
  header_nav li a:hover .label,
  .header_nav li a:hover .label {
    background-color: #E7F2F9;
  }
}
@media (any-hover: hover) and (max-width: 980px) {
  header_nav li a:hover,
  .header_nav li a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 1200px) {
  header_entry,
  .header_entry {
    display: none;
  }
}
header_entry a,
.header_entry a {
  position: absolute;
  right: -50px;
  top: -60px;
  display: block;
  font-size: 32px;
  letter-spacing: 0.07em;
  font-weight: 900;
  width: 220px;
  height: 220px;
  color: #fff;
  background-color: #0A89C0;
  border-radius: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 95px 0 0 35px;
  text-align: left;
  -webkit-transition: right 0.4s, top 0.4s, background 0.4s, padding 0.4s;
  transition: right 0.4s, top 0.4s, background 0.4s, padding 0.4s;
}
@media (any-hover: hover) {
  header_entry a:hover,
  .header_entry a:hover {
    background-color: #47A6D0;
    right: -40px;
    top: -50px;
    padding: 85px 0 0 45px;
  }
}

.js_show_nav .header_nav {
  right: 0;
}
.js_show_nav .header button .icon span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.js_show_nav .header button .icon span:nth-of-type(2) {
  opacity: 0;
  top: 50%;
}
.js_show_nav .header button .icon span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: rotate(-150deg);
      -ms-transform: rotate(-150deg);
          transform: rotate(-150deg);
}

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

body .footer {
  padding: 70px 40px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F4F5F5;
}
@media (max-width: 768px) {
  body .footer {
    padding: 30px 20px 100px;
  }
}
@media (max-width: 600px) {
  body .footer {
    padding: 30px 20px 110px;
  }
}
body .footer ul {
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 980px) {
  body .footer ul {
    display: block;
  }
}
body .footer li {
  display: inline-block;
  float: none;
  line-height: 1;
}
@media (max-width: 500px) {
  body .footer li {
    display: block;
  }
}
body .footer li: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 {
    text-decoration: none;
    color: #0A89C0;
  }
}
@media (max-width: 1200px) {
  body .footer li a {
    padding: 0.3em;
  }
}
@media (max-width: 500px) {
  body .footer li a {
    padding: 0.5em 0;
  }
}
body .footer li a span {
  border-right: 1px solid #333;
  display: inline-block;
  padding: 0 2em;
}
@media (max-width: 768px) {
  body .footer li a span {
    padding: 0 1em;
    border: none;
  }
}
body .footer_copyrights {
  text-align: center;
}
body .footer_totop {
  z-index: 3;
  position: fixed;
  background-color: #0A89C0;
  right: 30px;
  bottom: -150px;
  border-radius: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: bottom 1.5s cubic-bezier(1, 0, 0, 1);
  transition: bottom 1.5s cubic-bezier(1, 0, 0, 1);
  -webkit-transition: opacity 0.3s, bottom 0.3s, background 0.3s, -webkit-box-shadow 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.3s, bottom 0.3s, background 0.3s, -webkit-box-shadow 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.3s, bottom 0.3s, background 0.3s, box-shadow 0.2s, transform 0.2s;
  transition: opacity 0.3s, bottom 0.3s, background 0.3s, box-shadow 0.2s, transform 0.2s, -webkit-box-shadow 0.2s, -webkit-transform 0.2s;
  width: 70px;
  height: 70px;
}
@media (max-width: 1500px) {
  body .footer_totop {
    bottom: -100px;
  }
}
@media (max-width: 980px) {
  body .footer_totop {
    right: 20px;
  }
}
@media (max-width: 600px) {
  body .footer_totop {
    right: 10px;
  }
}
@media (any-hover: hover) {
  body .footer_totop:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
body .footer_totop a {
  display: -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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 10%;
  font-weight: bold;
}
body .footer_totop .icon {
  width: 20%;
  height: 20%;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
body .footer_entry {
  position: fixed;
  z-index: 2;
  bottom: 200px;
  right: -150px;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  display: none;
  pointer-events: none;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}
@media (max-width: 1200px) {
  body .footer_entry {
    left: 10px;
    display: block;
    top: calc(45vw + 100px - 50px);
  }
}
@media (max-width: 768px) {
  body .footer_entry {
    top: calc(70vw + 60px - 50px);
  }
}
@media (max-width: 600px) {
  body .footer_entry {
    top: calc(100vw + 60px - 50px);
  }
}
body .footer_entry a {
  pointer-events: all;
  text-align: center;
  color: #fff;
  font-weight: 700;
  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-radius: 100px;
  font-size: 18px;
  width: 100px;
  height: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background 0.4s, -webkit-box-shadow 0.2s, -webkit-transform 0.2s;
  transition: background 0.4s, -webkit-box-shadow 0.2s, -webkit-transform 0.2s;
  transition: background 0.4s, box-shadow 0.2s, transform 0.2s;
  transition: background 0.4s, box-shadow 0.2s, transform 0.2s, -webkit-box-shadow 0.2s, -webkit-transform 0.2s;
  background-color: #0A89C0;
}
@media (any-hover: hover) {
  body .footer_entry a:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.js_nav_fixed .footer_totop {
  bottom: 25px;
}
.js_nav_fixed .footer_entry {
  top: calc(100vh - 110px);
}

.cmn_title {
  text-align: center;
  margin-bottom: 100px;
  padding-top: 130px;
}
@media (max-width: 1200px) {
  .cmn_title {
    margin-bottom: 90px;
    padding-top: 110px;
  }
}
@media (max-width: 980px) {
  .cmn_title {
    margin-bottom: 80px;
    padding-top: 100px;
  }
}
@media (max-width: 768px) {
  .cmn_title {
    margin-bottom: 65px;
    padding-top: 85px;
  }
}
@media (max-width: 600px) {
  .cmn_title {
    margin-bottom: 50px;
    padding-top: 70px;
  }
}
.cmn_title hgroup {
  display: inline-block;
}
.cmn_title h3 {
  font-size: 60px;
  font-weight: 900;
  color: #0A89C0;
  letter-spacing: 0.1em;
  margin-bottom: 0.1em;
}
@media (max-width: 1200px) {
  .cmn_title h3 {
    font-size: 50px;
  }
}
@media (max-width: 980px) {
  .cmn_title h3 {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .cmn_title h3 {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .cmn_title h3 {
    font-size: 37px;
  }
}
.cmn_title p {
  border: 2px solid #0A89C0;
  font-size: 20px;
  padding: 0.2em;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .cmn_title p {
    font-size: 18px;
  }
}
@media (max-width: 980px) {
  .cmn_title p {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .cmn_title p {
    border-width: 1px;
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .cmn_title p {
    font-size: 15px;
  }
}

.add_bg {
  position: relative;
  overflow: hidden;
}
.add_bg::before, .add_bg:after {
  display: block;
  content: "";
  position: absolute;
  width: 13vw;
  height: 100%;
  background-color: #E7F2F9;
  rotate: -15deg;
  z-index: -1;
}
.add_bg::before {
  top: -5vw;
  right: 5vw;
}
.add_bg:after {
  left: -20vw;
  bottom: -10vw;
}

.hero_cnt {
  padding: 20px 80px 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media (max-width: 1200px) {
  .hero_cnt {
    padding: 20px 20px 0 20px;
  }
}
@media (max-width: 980px) {
  .hero_cnt {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .hero_cnt {
    padding: 0 0 15px;
  }
}
.hero_ttl {
  position: absolute;
  z-index: 1;
  top: 6%;
  right: 18%;
}
@media (max-width: 1200px) {
  .hero_ttl {
    top: 40px;
  }
}
@media (max-width: 768px) {
  .hero_ttl {
    right: auto;
    top: 35%;
    left: 5%;
  }
}
@media (max-width: 600px) {
  .hero_ttl {
    top: 6%;
  }
}
.hero_ttl span {
  display: inline-block;
  background-color: #0A89C0;
  color: #fff;
  font-weight: 700;
  padding: 10px;
}
.hero_ttl_h2 {
  line-height: 1;
  font-size: 50px;
  margin-bottom: 0.3em;
}
@media (max-width: 1200px) {
  .hero_ttl_h2 {
    font-size: 4.5vw;
  }
}
@media (max-width: 768px) {
  .hero_ttl_h2 {
    font-size: 6vw;
  }
}
@media (max-width: 600px) {
  .hero_ttl_h2 {
    font-size: 7.1vw;
  }
}
.hero_ttl_p {
  line-height: 1;
  font-size: 38px;
}
@media (max-width: 1200px) {
  .hero_ttl_p {
    font-size: 3.6vw;
  }
}
@media (max-width: 768px) {
  .hero_ttl_p {
    font-size: 4.5vw;
  }
}
@media (max-width: 600px) {
  .hero_ttl_p {
    font-size: 5.3vw;
  }
}
.hero_fig {
  position: relative;
}
.hero_fig img {
  overflow: hidden;
}
.hero_fig1 {
  width: 70%;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .hero_fig1 {
    min-height: 70vw;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0 10px 10px 0;
  }
}
@media (max-width: 600px) {
  .hero_fig1 {
    min-height: 100vw;
  }
}
.hero_fig2 {
  position: absolute;
  width: 19%;
  bottom: 43%;
  right: 0;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .hero_fig2 {
    min-height: 28vw;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px 0 0 10px;
    width: 27.5%;
    -o-object-position: right;
       object-position: right;
  }
}
@media (max-width: 600px) {
  .hero_fig2 {
    min-height: 35vw;
  }
}
.hero_fig3 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 26%;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .hero_fig3 {
    min-height: 28vw;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px 0 0 10px;
    width: 27.5%;
    -o-object-position: right top;
       object-position: right top;
  }
}
@media (max-width: 600px) {
  .hero_fig3 {
    min-height: 41vw;
  }
}

.about_cnt {
  padding-bottom: 120px;
}
@media (max-width: 980px) {
  .about_cnt {
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .about_cnt {
    padding-bottom: 80px;
  }
}
@media (max-width: 600px) {
  .about_cnt {
    padding-bottom: 60px;
  }
}
.about_main {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  -ms-grid-columns: 50% 40px 1fr;
  grid-template-columns: 50% 1fr;
  margin-bottom: 60px;
}
@media (max-width: 980px) {
  .about_main {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .about_main {
    margin-bottom: 35px;
  }
}
@media (max-width: 600px) {
  .about_main {
    display: block;
  }
}
.about_main_fig img {
  overflow: hidden;
  border-radius: 16px;
  width: 100%;
}
@media (max-width: 600px) {
  .about_main_fig img {
    border-radius: 10px;
    margin-bottom: 20px;
  }
}
.about_main_text {
  font-size: 22px;
  line-height: 1.8;
}
@media (max-width: 980px) {
  .about_main_text {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .about_main_text {
    font-size: 18px;
  }
}
.about_main_text p {
  margin-bottom: 1.5em;
}
.about_sub {
  border: 2px solid #0A89C0;
  border-radius: 16px;
  padding: 30px 45px;
  position: relative;
}
@media (max-width: 980px) {
  .about_sub {
    padding: 25px 35px;
  }
}
@media (max-width: 768px) {
  .about_sub {
    padding: 20px 25px;
  }
}
.about_sub_text {
  width: 63%;
}
@media (max-width: 768px) {
  .about_sub_text {
    width: 100%;
  }
}
.about_sub_text_ttl {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.about_sub_text_ttl p {
  color: #fff;
  font-size: 28px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
  height: 130px;
  border-radius: 200px;
  background-color: #0A89C0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 980px) {
  .about_sub_text_ttl p {
    font-size: 24px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    height: 100px;
  }
}
.about_sub_text_ttl h3 {
  color: #0A89C0;
  font-size: 24px;
  line-height: 1.9;
}
@media (max-width: 980px) {
  .about_sub_text_ttl h3 {
    font-size: 20px;
  }
  .about_sub_text_ttl h3 br {
    display: none;
  }
}
.about_sub_text_detail {
  font-size: 18px;
}
@media (max-width: 980px) {
  .about_sub_text_detail {
    font-size: 16px;
  }
}
.about_sub_text_detail p {
  line-height: 1.8;
}
.about_sub_text_detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  gap: 20px;
}
@media (max-width: 980px) {
  .about_sub_text_detail dl {
    display: block;
  }
}
.about_sub_text_detail dt span {
  background-color: #E7F2F9;
  border-radius: 50px;
  display: inline-block;
  padding: 0.5em 0.5em;
}
@media (max-width: 980px) {
  .about_sub_text_detail dt span {
    text-align: center;
    display: block;
    margin-bottom: 0.5em;
  }
}
.about_sub_text_detail ul {
  line-height: 1.8;
  list-style: disc;
  padding-left: 1.5em;
}
@media (max-width: 768px) {
  .about_sub_fig {
    position: relative;
    height: 43vw;
  }
}
.about_sub_fig img {
  overflow: hidden;
  border-radius: 16px;
  position: absolute;
}
@media (max-width: 768px) {
  .about_sub_fig img {
    margin-top: 15px;
    border-radius: 10px;
  }
}
.about_sub_fig1 {
  width: 42%;
  top: -5%;
  left: 65%;
}
@media (max-width: 1200px) {
  .about_sub_fig1 {
    width: 37%;
    top: -5%;
    left: auto;
    right: -20px;
  }
}
@media (max-width: 768px) {
  .about_sub_fig1 {
    right: 0;
    top: 0;
    width: 50%;
  }
}
.about_sub_fig2 {
  width: 24%;
  top: 43%;
  left: 65%;
}
@media (max-width: 1200px) {
  .about_sub_fig2 {
    left: auto;
    right: 10%;
  }
}
@media (max-width: 768px) {
  .about_sub_fig2 {
    right: auto;
    left: 0;
    top: 10%;
    width: 35%;
  }
}
.about_sub_fig3 {
  width: 20%;
  top: 60%;
  left: 5%;
  left: 87%;
}
@media (max-width: 1200px) {
  .about_sub_fig3 {
    left: auto;
    right: -20px;
  }
}
@media (max-width: 768px) {
  .about_sub_fig3 {
    right: auto;
    left: 32%;
    top: 50%;
    width: 35%;
  }
}

.job_cnt {
  background: transparent linear-gradient(323deg, #CCEBCF 0%, #C1E1EF 100%) 0% 0% no-repeat padding-box;
  padding-bottom: 120px;
}
@media (max-width: 980px) {
  .job_cnt {
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .job_cnt {
    padding-bottom: 80px;
  }
}
@media (max-width: 600px) {
  .job_cnt {
    padding-bottom: 60px;
  }
}
.job_cnt .cmn_title p {
  background-color: #fff;
  border: none;
}
.job_tab_head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 980px) {
  .job_tab_head {
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .job_tab_head {
    gap: 10px;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 500px) {
  .job_tab_head {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.job_tab_head button {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  border: 2px solid #47A6D0;
  border-radius: 8px;
  background-color: #fff;
  display: block;
  padding: 0.75em;
  width: 100%;
  -webkit-transition: background 0.4s, color 0.4s;
  transition: background 0.4s, color 0.4s;
}
@media (any-hover: hover) {
  .job_tab_head button:hover {
    background-color: #47A6D0;
    color: #fff;
  }
}
@media (max-width: 1060px) {
  .job_tab_head button {
    font-size: 20px;
    padding: 0.75em 0.2em;
  }
}
@media (max-width: 980px) {
  .job_tab_head button {
    font-size: 18px;
  }
}
.job_tab_body {
  border-radius: 8px;
  border: 2px solid #47A6D0;
  overflow: hidden;
  background-color: #fff;
}
.job_tab_body h4 {
  text-align: center;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 32px;
  padding: 0.5em;
  background-color: #47A6D0;
  letter-spacing: 0.05em;
}
@media (max-width: 1060px) {
  .job_tab_body h4 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .job_tab_body h4 {
    font-size: 26px;
  }
}
@media (max-width: 600px) {
  .job_tab_body h4 {
    font-size: 24px;
  }
}
.job_tab_body_single {
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.job_tab_body_single_box {
  padding: 70px 45px;
}
@media (max-width: 980px) {
  .job_tab_body_single_box {
    padding: 60px 35px;
  }
}
@media (max-width: 768px) {
  .job_tab_body_single_box {
    padding: 50px 25px;
  }
}
@media (max-width: 600px) {
  .job_tab_body_single_box {
    padding: 35px 20px;
  }
}
.job_tab_body_single_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .job_tab_body_single_col {
    margin-bottom: 70px;
  }
}
@media (max-width: 600px) {
  .job_tab_body_single_col {
    margin-bottom: 40px;
    display: block;
  }
}
.job_tab_body_single_col:nth-of-type(even) > div {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.job_tab_body_single_col_text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media (max-width: 600px) {
  .job_tab_body_single_col_text {
    margin-bottom: 25px;
  }
}
.job_tab_body_single_col_text h5 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 1em;
  position: relative;
  padding-left: 1.7em;
}
@media (max-width: 768px) {
  .job_tab_body_single_col_text h5 {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  .job_tab_body_single_col_text h5 {
    margin-bottom: 0.75em;
    font-size: 20px;
  }
}
.job_tab_body_single_col_text h5:before {
  display: block;
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  background-color: #47A6D0;
  border-radius: 100px;
  left: 0;
  top: 0.25em;
}
.job_tab_body_single_col_text p {
  font-size: 18px;
  line-height: 2;
}
@media (max-width: 768px) {
  .job_tab_body_single_col_text p {
    font-size: 17px;
  }
}
@media (max-width: 600px) {
  .job_tab_body_single_col_text p {
    font-size: 16px;
  }
}
.job_tab_body_single_col figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}
.job_tab_body_single_col figure img {
  border-radius: 8px;
  overflow: hidden;
}
.job_tab_body_single_col_b {
  display: block;
}
.job_tab_body_single_col_b figure {
  margin-top: 90px;
  gap: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 980px) {
  .job_tab_body_single_col_b figure {
    margin-top: 70px;
  }
}
@media (max-width: 600px) {
  .job_tab_body_single_col_b figure {
    display: block;
    margin-top: 0px;
  }
  .job_tab_body_single_col_b figure img {
    margin-bottom: 20px;
  }
}
.job_tab_body_single_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .job_tab_body_single_sub {
    margin-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .job_tab_body_single_sub {
    margin-bottom: 35px;
    display: block;
  }
}
.job_tab_body_single_sub_text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 68%;
          flex: 0 0 68%;
  background-color: #FFF8D3;
  border-radius: 32px;
  padding: 30px 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media (max-width: 980px) {
  .job_tab_body_single_sub_text {
    border-radius: 24px;
    padding: 25px 40px;
  }
}
@media (max-width: 768px) {
  .job_tab_body_single_sub_text {
    border-radius: 20px;
    padding: 20px 30px;
  }
}
@media (max-width: 600px) {
  .job_tab_body_single_sub_text {
    border-radius: 16px;
    padding: 20px 20px;
    margin-bottom: 20px;
  }
}
.job_tab_body_single_sub_text::before {
  display: block;
  content: "";
  position: absolute;
  background-color: #FFF8D3;
  width: 22px;
  height: 25px;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  left: -22px;
  top: 120px;
}
@media (max-width: 980px) {
  .job_tab_body_single_sub_text::before {
    top: 30%;
  }
}
@media (max-width: 768px) {
  .job_tab_body_single_sub_text::before {
    top: 20%;
  }
}
@media (max-width: 600px) {
  .job_tab_body_single_sub_text::before {
    height: 20px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    top: auto;
    left: auto;
    right: 20%;
    bottom: -20px;
  }
}
.job_tab_body_single_sub_text h5 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 0.5em;
  font-weight: 700;
}
.job_tab_body_single_sub_text h5 span {
  color: #0A89C0;
  display: inline-block;
  position: relative;
  padding: 0 1em;
}
.job_tab_body_single_sub_text h5 span::before, .job_tab_body_single_sub_text h5 span::after {
  display: block;
  content: "";
  position: absolute;
  height: 1.3em;
  width: 2px;
  background-color: #0A89C0;
  top: 0.2em;
}
.job_tab_body_single_sub_text h5 span::before {
  left: 0;
  rotate: -35deg;
}
.job_tab_body_single_sub_text h5 span::after {
  right: 0;
  rotate: 35deg;
}
.job_tab_body_single_sub_text p {
  font-size: 18px;
  line-height: 1.8;
}
.job_tab_body_single_sub_fig {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 27%;
          flex: 0 0 27%;
}
@media (max-width: 600px) {
  .job_tab_body_single_sub_fig {
    text-align: center;
    padding-left: 20%;
  }
  .job_tab_body_single_sub_fig img {
    max-width: 70%;
  }
}
.job_tab_body_single_link {
  width: 100%;
  max-width: 405px;
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
}
.job_tab_body_single_link a {
  display: block;
  border-radius: 100px;
  border: 2px solid #47A6D0;
  color: #333;
  padding: 0.7em;
  font-size: 18px;
  position: relative;
  -webkit-transition: background 0.4s, color 0.4s;
  transition: background 0.4s, color 0.4s;
}
@media (max-width: 600px) {
  .job_tab_body_single_link a {
    font-size: 17px;
  }
}
@media (any-hover: hover) {
  .job_tab_body_single_link a:hover {
    background-color: #47A6D0;
    color: #fff;
  }
  .job_tab_body_single_link a:hover .icon {
    right: 10px;
  }
}
.job_tab_body_single_link a .icon {
  position: absolute;
  display: block;
  width: 35px;
  height: 35px;
  background-color: #47A6D0;
  border-radius: 50px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.4s;
  transition: right 0.4s;
}
.job_tab_body_single_link a .icon::before {
  display: block;
  content: "";
  position: absolute;
  width: 30%;
  height: 30%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 33%;
  left: 25%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.job_tab[data-tab-stat="1"] [data-tab-num="1"], .job_tab[data-tab-stat="2"] [data-tab-num="2"], .job_tab[data-tab-stat="3"] [data-tab-num="3"], .job_tab[data-tab-stat="4"] [data-tab-num="4"], .job_tab[data-tab-stat="5"] [data-tab-num="5"] {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  height: auto;
}

.point_cnt {
  padding-bottom: 120px;
  background: #E7F2F9;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(231, 242, 249)), color-stop(5%, rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(231, 242, 249) 0%, rgb(255, 255, 255) 5%);
  background-size: 100% 30px;
}
@media (max-width: 980px) {
  .point_cnt {
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .point_cnt {
    padding-bottom: 80px;
    background-size: 100% 25px;
  }
}
@media (max-width: 600px) {
  .point_cnt {
    padding-bottom: 60px;
    background-size: 100% 20px;
  }
}
.point_col {
  position: relative;
}
.point_col::before {
  display: block;
  content: "";
  position: absolute;
  width: 90vw;
  background-color: #F9F6E7;
  top: 32px;
  height: calc(100% - 32px);
}
@media (max-width: 980px) {
  .point_col::before {
    width: 95vw;
  }
}
@media (max-width: 768px) {
  .point_col::before {
    width: 100%;
  }
}
.point_col1::before {
  border-radius: 0 80px 80px 0;
  left: 0;
}
@media (max-width: 980px) {
  .point_col1::before {
    border-radius: 0 40px 40px 0;
  }
}
@media (max-width: 768px) {
  .point_col1::before {
    border-radius: 0;
  }
}
.point_col2::before {
  border-radius: 80px 0 0 80px;
  right: 0;
}
@media (max-width: 980px) {
  .point_col2::before {
    border-radius: 40px 0 0 40px;
  }
}
@media (max-width: 768px) {
  .point_col2::before {
    border-radius: 0;
  }
}
.point_col h4 {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .point_col h4 {
    margin-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .point_col h4 {
    margin-bottom: 40px;
  }
}
.point_col h4 span {
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  background-color: #47A6D0;
  border-radius: 50px;
  padding: 0.5em;
  max-width: 465px;
  width: 100%;
}
@media (max-width: 768px) {
  .point_col h4 span {
    font-size: 26px;
  }
}
@media (max-width: 600px) {
  .point_col h4 span {
    max-width: 90%;
    font-size: 22px;
  }
}
.point_col_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3%;
  padding-bottom: 70px;
  margin-bottom: 100px;
}
@media (max-width: 980px) {
  .point_col_wrap {
    padding-bottom: 50px;
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .point_col_wrap {
    padding-bottom: 30px;
    margin-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .point_col_wrap {
    padding-bottom: 10px;
    margin-bottom: 40px;
  }
}
.point_col_single {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  background-color: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1607843137);
  margin-bottom: 30px;
  padding: 25px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .point_col_single {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
}
@media (max-width: 600px) {
  .point_col_single {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 20px;
    padding: 20px 15px;
  }
}
.point_col_single_l {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
@media (max-width: 768px) {
  .point_col_single_l {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
}
@media (max-width: 600px) {
  .point_col_single_l {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.point_col_single h5 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .point_col_single h5 {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  .point_col_single h5 {
    font-size: 20px;
  }
}
.point_col_single h5 span {
  display: inline-block;
  border-bottom: 2px solid #0A89C0;
  color: #0A89C0;
  padding-bottom: 0.15em;
}
.point_col_single figure {
  margin-bottom: 15px;
  text-align: center;
}
.point_col_single figure img {
  width: 100%;
  max-width: 250px;
}
.point_col_single p {
  line-height: 1.8;
}
.point_col_single ul {
  padding-left: 1.5em;
  line-height: 1.8;
}
.point_col_single li {
  list-style-type: disc;
}

.interview_cnt {
  background-color: #47A6D0;
  padding-bottom: 120px;
}
@media (max-width: 980px) {
  .interview_cnt {
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .interview_cnt {
    padding-bottom: 80px;
  }
}
@media (max-width: 600px) {
  .interview_cnt {
    padding-bottom: 60px;
  }
}
.interview_cnt .cmn_title h3 {
  color: #fff;
}
.interview_cnt .cmn_title p {
  background-color: #fff;
  border: none;
}
.interview_single {
  position: relative;
  margin: 0 30px;
}
@media (max-width: 600px) {
  .interview_single {
    margin: 0 15px;
  }
}
.interview_single1, .interview_single3 {
  margin-top: 50px;
}
.interview_single:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 90%;
  left: 0;
  bottom: 0;
  border-radius: 16px;
  background-color: #fff;
}
@media (max-width: 500px) {
  .interview_single:before {
    border-radius: 10px;
  }
}
.interview_single_head {
  position: relative;
}
.interview_single_head figure {
  padding: 0 45px;
}
@media (max-width: 500px) {
  .interview_single_head figure {
    padding: 0 25px;
  }
}
.interview_single_head h4 {
  position: absolute;
  left: 0;
  bottom: 25px;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}
@media (max-width: 500px) {
  .interview_single_head h4 {
    font-size: 4vw;
    bottom: -0.75em;
    left: -0.5em;
  }
}
.interview_single_head h4 span {
  background-color: #0A89C0;
  padding: 0.15em 0.4em;
  margin-bottom: 0.2em;
  display: inline-block;
}
.interview_single_body {
  padding: 35px 45px;
  position: relative;
}
@media (max-width: 600px) {
  .interview_single_body {
    padding: 25px;
  }
}
.interview_single_body p {
  line-height: 2;
  margin-bottom: 2em;
}
.interview_single_body dl {
  font-size: 20px;
  text-align: right;
  line-height: 2;
}
@media (max-width: 600px) {
  .interview_single_body dl {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .interview_single_body dl {
    font-size: 16px;
  }
}
.interview_slide_nav {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.interview_slide_nav li {
  display: inline-block;
}
.interview_slide_nav li button {
  width: 35px;
  height: 35px;
  border: none;
  background: transparent;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  display: block;
}
.interview_slide_nav li button::before {
  display: block;
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 50px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
@media (any-hover: hover) {
  .interview_slide_nav li button:hover::before {
    background-color: #0A89C0;
  }
}
.interview_slide_nav li.slick-active button::before {
  background-color: #0A89C0;
}
.interview_slide_nav p button {
  width: 35px;
  height: 35px;
  border-radius: 50px;
  border: none;
  background-color: #E7F2F9;
  position: relative;
  display: block;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
.interview_slide_nav p button::before {
  display: block;
  content: "";
  position: absolute;
  width: 30%;
  height: 30%;
  top: 32%;
  -webkit-transition: border 0.4s;
  transition: border 0.4s;
}
@media (any-hover: hover) {
  .interview_slide_nav p button:hover {
    background-color: #0A89C0;
  }
  .interview_slide_nav p button:hover:before {
    border-color: #fff;
  }
}
.interview_slide_nav .interview_slide_nav_prev::before {
  border-left: 2px solid #0A89C0;
  border-top: 2px solid #0A89C0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 39%;
}
.interview_slide_nav .interview_slide_nav_next::before {
  border-right: 2px solid #0A89C0;
  border-top: 2px solid #0A89C0;
  left: 27%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.flow_single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  padding-bottom: 80px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 980px) {
  .flow_single {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .flow_single {
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .flow_single {
    margin-bottom: 15px;
    gap: 20px;
  }
}
.flow_single:before {
  display: block;
  content: "";
  position: absolute;
  width: 30px;
  height: 95%;
  background: url(../img/flow_arrow.png) no-repeat center bottom;
  background-size: 100% auto;
  left: 45px;
  bottom: 0;
}
@media (max-width: 980px) {
  .flow_single:before {
    left: 35px;
  }
}
@media (max-width: 768px) {
  .flow_single:before {
    left: 30px;
    width: 20px;
  }
}
@media (max-width: 600px) {
  .flow_single:before {
    left: 20px;
  }
}
.flow_single4::before {
  display: none;
}
.flow_single dt {
  position: relative;
}
.flow_single dt span {
  font-size: 60px;
  color: #fff;
  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-radius: 100px;
  width: 120px;
  height: 120px;
  background: transparent linear-gradient(134deg, #47A6D0 0%, #93BA8F 100%) 0% 0% no-repeat padding-box;
}
@media (max-width: 980px) {
  .flow_single dt span {
    width: 100px;
    height: 100px;
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .flow_single dt span {
    width: 80px;
    height: 80px;
    font-size: 35px;
  }
}
@media (max-width: 600px) {
  .flow_single dt span {
    width: 60px;
    height: 60px;
    font-size: 25px;
  }
}
.flow_single h4 {
  margin: 0.75em 0 0.5em;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (max-width: 980px) {
  .flow_single h4 {
    margin-top: 0.7em;
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .flow_single h4 {
    margin-top: 0.6em;
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .flow_single h4 {
    margin-top: 0.45em;
    font-size: 28px;
  }
}

.entry_cnt {
  background: url(../img/link_bg.jpg) no-repeat center;
  background-size: cover;
  min-height: 465px;
  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;
  text-align: center;
}
@media (max-width: 600px) {
  .entry_cnt {
    min-height: auto;
    padding: 75px 0;
    display: block;
  }
}
.entry_cnt h4 {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}
@media (max-width: 980px) {
  .entry_cnt h4 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .entry_cnt h4 {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  .entry_cnt h4 {
    font-size: 24px;
  }
}
.entry_cnt h4 br {
  display: none;
}
@media (max-width: 600px) {
  .entry_cnt h4 br {
    display: block;
  }
}
.entry_cnt p a {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  display: inline-block;
  background-color: #fff;
  border-radius: 50px;
  min-width: 400px;
  border: 2px solid #47A6D0;
  padding: 0.7em;
  position: relative;
  -webkit-transition: background 0.4s, color 0.4s;
  transition: background 0.4s, color 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 980px) {
  .entry_cnt p a {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .entry_cnt p a {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .entry_cnt p a {
    font-size: 18px;
    min-width: 100%;
    width: 100%;
    display: block;
  }
}
@media (any-hover: hover) {
  .entry_cnt p a:hover {
    background-color: #47A6D0;
    color: #fff;
  }
  .entry_cnt p a:hover .icon {
    right: 10px;
  }
}
.entry_cnt p a .icon {
  position: absolute;
  display: block;
  width: 35px;
  height: 35px;
  background-color: #47A6D0;
  border-radius: 50px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.4s;
  transition: right 0.4s;
}
.entry_cnt p a .icon::before {
  display: block;
  content: "";
  position: absolute;
  width: 30%;
  height: 30%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 33%;
  left: 25%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: 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-weight: 700;
  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: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  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: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 768px) {
  .modal_single_body dt em {
    font-size: 30px;
  }
}
.modal_single_body dt span {
  font-size: 20px;
  font-weight: 700;
  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;
  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;
  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);
  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;
}