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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

img {
  line-height: 0;
}

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

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

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

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

h4 {
  font-size: 21px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 14px;
}

p {
  margin: 0;
}

p img {
  margin: 0;
}

em {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

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

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

blockquote cite:before {
  content: "\2014 \0020";
}

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

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

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

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

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

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

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

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

button {
  cursor: pointer;
}

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

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

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

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

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

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

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

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

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

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #b93d0c;
}

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

.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

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

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

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

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

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

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

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

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

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

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

.modaal-gallery-item {
  display: none;
}

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

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

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

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}

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

.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

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

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

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

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

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

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

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
  -ms-transform: scale(0.25);
  transform: scale(0.25);
}

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

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

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

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

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

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  scroll-behavior: auto !important;
}

em {
  font-style: normal;
}

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

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

*:focus-visible {
  outline: none;
}

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

html,
button {
  -webkit-font-feature-settings: "pkna" 1;
  font-feature-settings: "pkna" 1;
  font-size: 16px;
  color: #333;
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  /*

Regular: 400
Midium: 500
Bold: 700 

    */
}

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

body {
  line-height: 1.5;
}

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

header,
.header {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 100%;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
}

@media (max-width: 980px) {
  header,
  .header {
    background-color: rgba(255, 255, 255, 0.5);
  }
}

header_main,
.header_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 60px;
}

@media (max-width: 1200px) {
  header_main,
  .header_main {
    padding: 0 40px;
  }
}

@media (max-width: 980px) {
  header_main,
  .header_main {
    height: 60px;
    display: block;
    padding: 5px 15px;
  }
}

header h1,
.header h1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 190px;
  flex: 0 0 190px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 1060px) {
  header h1,
  .header h1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
  }
}

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

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

@media (max-width: 980px) {
  header h1 img,
  .header h1 img {
    width: 140px;
    position: relative;
    z-index: 10;
  }
}

header h1 .label,
.header h1 .label {
  font-size: 16px;
  color: #217ECD;
}

@media (max-width: 980px) {
  header h1 .label,
  .header h1 .label {
    display: block;
    font-size: 10px;
    position: relative;
    z-index: 10;
  }
}

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: 980px) {
  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: 2px;
  border-radius: 5px;
  background-color: #217ECD;
  left: 0;
  -webkit-transition: top 0.25s, background 0.4s, opacity 0.4s, -webkit-transform 0.25s;
  transition: top 0.25s, background 0.4s, opacity 0.4s, -webkit-transform 0.25s;
  -o-transition: top 0.25s, transform 0.25s, background 0.4s, opacity 0.4s;
  transition: top 0.25s, transform 0.25s, background 0.4s, opacity 0.4s;
  transition: top 0.25s, transform 0.25s, background 0.4s, opacity 0.4s, -webkit-transform 0.25s;
}

header button .icon span:nth-of-type(1),
.header button .icon span:nth-of-type(1) {
  top: 0;
}

header button .icon span:nth-of-type(2),
.header button .icon span:nth-of-type(2) {
  top: 50%;
}

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

@media (max-width: 980px) {
  header_nav,
  .header_nav {
    position: absolute;
    top: -100vh;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    display: block;
    padding: 30px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: calc(100vh - 60px);
  }
}

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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1400px) {
  header_nav_wrap,
  .header_nav_wrap {
    padding-left: 15px;
  }
}

@media (max-width: 980px) {
  header_nav_wrap,
  .header_nav_wrap {
    padding: 15px 75px 15px 10px;
  }
}

header_nav ul,
.header_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2em;
}

@media (max-width: 1400px) {
  header_nav ul,
  .header_nav ul {
    padding-right: 1em;
  }
}

@media (max-width: 1200px) {
  header_nav ul,
  .header_nav ul {
    padding-right: 0.5em;
  }
}

@media (max-width: 980px) {
  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: 980px) {
  header_nav li,
  .header_nav li {
    display: block;
  }
}

header_nav li a,
.header_nav li a {
  display: inline-block;
  -webkit-transition: color 0.4s, opacity 0.4s;
  -o-transition: color 0.4s, opacity 0.4s;
  transition: color 0.4s, opacity 0.4s;
  line-height: 1;
  color: #333;
}

@media (max-width: 980px) {
  header_nav li a,
  .header_nav li a {
    display: block;
    padding: 1em 0;
    color: #217ECD;
    font-weight: 700;
    text-align: center;
  }
}

header_nav li a .label,
.header_nav li a .label {
  display: block;
  padding: 0.3em 2.5em;
}

@media (max-width: 1400px) {
  header_nav li a .label,
  .header_nav li a .label {
    padding: 0.3em 1.5em;
  }
}

@media (max-width: 1200px) {
  header_nav li a .label,
  .header_nav li a .label {
    padding: 0.3em 0.75em;
  }
}

@media (max-width: 980px) {
  header_nav li a .label,
  .header_nav li a .label {
    background: none;
    text-align: left;
    font-size: 16px;
    width: 50%;
    max-width: 10em;
    margin: 0 auto;
    padding-left: 3em;
    position: relative;
  }
  header_nav li a .label:before,
  .header_nav li a .label:before {
    display: block;
    content: "";
    position: absolute;
    background: url(../img/cmn_cap_fx.png);
    background-size: contain;
    bottom: 0;
    width: 2.5em;
    height: 2.5em;
    left: 0;
    top: -0.3em;
  }
}

header_nav li a small,
.header_nav li a small {
  display: block;
  padding-top: 0.75em;
  font-size: 15px;
}

@media (max-width: 1200px) {
  header_nav li a small,
  .header_nav li a small {
    font-size: 13px;
  }
}

@media (max-width: 980px) {
  header_nav li a small,
  .header_nav li a small {
    padding-top: 0.5em;
  }
}

@media (any-hover: hover) {
  header_nav li a:hover,
  .header_nav li a:hover {
    color: #217ECD;
  }
}

@media (any-hover: hover) and (max-width: 980px) {
  header_nav li a:hover,
  .header_nav li a:hover {
    opacity: 0.7;
  }
}

header_entry,
.header_entry {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 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;
  -o-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 {
  top: 60px;
}

.js_show_nav .header button .icon span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.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(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

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

body .footer {
  padding: 40px 40px 30px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  background-color: #217ECD;
}

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

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

@media (any-hover: hover) {
  body .footer li a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

@media (max-width: 1200px) {
  body .footer li a {
    padding: 0.3em;
  }
}

@media (max-width: 500px) {
  body .footer li a {
    padding: 0.5em 0;
  }
}

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

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

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

body .footer_totop {
  z-index: 3;
  position: fixed;
  right: 30px;
  bottom: -150px;
  border-radius: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: bottom 1.5s cubic-bezier(1, 0, 0, 1);
  -o-transition: bottom 1.5s cubic-bezier(1, 0, 0, 1);
  transition: bottom 1.5s cubic-bezier(1, 0, 0, 1);
  -webkit-transition: opacity 0.3s, bottom 0.3s, background 0.3s, -webkit-box-shadow 0.2s;
  transition: opacity 0.3s, bottom 0.3s, background 0.3s, -webkit-box-shadow 0.2s;
  -o-transition: opacity 0.3s, bottom 0.3s, background 0.3s, box-shadow 0.2s;
  transition: opacity 0.3s, bottom 0.3s, background 0.3s, box-shadow 0.2s;
  transition: opacity 0.3s, bottom 0.3s, background 0.3s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
  width: 100px;
  height: 100px;
  background-color: #217ECD;
}

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

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

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

@media (any-hover: hover) {
  body .footer_totop:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background-color: #4197e0;
  }
}

body .footer_totop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: bold;
}

body .footer_totop a:before {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  rotate: 45deg;
  top: 44%;
}

@media (max-width: 600px) {
  body .footer_totop a:before {
    width: 15px;
    height: 15px;
  }
}

body .footer_totop .icon {
  font-size: 1%;
}

body .footer_totop .icon img {
  width: 25px;
}

@media (max-width: 980px) {
  body .footer_totop .icon img {
    width: 20px;
  }
}

@media (max-width: 600px) {
  body .footer_totop .icon img {
    width: 15px;
  }
}

body .footer_entry {
  position: fixed;
  z-index: 2;
  bottom: 200px;
  right: -170px;
  -webkit-transition: right 0.3s;
  -o-transition: right 0.3s;
  transition: right 0.3s;
}

@media (max-width: 1500px) {
  body .footer_entry {
    bottom: 140px;
    right: -150px;
  }
}

@media (max-width: 980px) {
  body .footer_entry {
    left: 0;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
  }
}

body .footer_entry a {
  text-align: center;
  color: #fff;
  display: block;
  padding-top: 55px;
  border-radius: 100px;
  width: 165px;
  height: 165px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.4s, -webkit-box-shadow 0.2s;
  transition: background 0.4s, -webkit-box-shadow 0.2s;
  -o-transition: background 0.4s, box-shadow 0.2s;
  transition: background 0.4s, box-shadow 0.2s;
  transition: background 0.4s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
  font-weight: 700;
  position: relative;
}

@media (max-width: 1500px) {
  body .footer_entry a {
    width: 150px;
    height: 150px;
    padding-top: 50px;
  }
}

@media (max-width: 1400px) {
  body .footer_entry a {
    width: 120px;
    height: 120px;
    padding-top: 35px;
  }
}

@media (max-width: 980px) {
  body .footer_entry a {
    border-radius: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    height: auto;
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 7px;
    line-height: 1;
  }
}

@media (max-width: 500px) {
  body .footer_entry a {
    padding-right: 10px;
    display: block;
  }
}

@media (any-hover: hover) {
  body .footer_entry a:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.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:before {
  display: block;
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  background: url(../img/cmn_cap_fx.png) no-repeat;
  background-size: contain;
  left: 50%;
  top: 10px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 1400px) {
  body .footer_entry a:before {
    top: 7px;
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 980px) {
  body .footer_entry a:before {
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (max-width: 600px) {
  body .footer_entry a:before {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 500px) {
  body .footer_entry a:before {
    top: 15%;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

body .footer_entry a .target {
  font-size: 26px;
}

@media (max-width: 1500px) {
  body .footer_entry a .target {
    font-size: 22px;
  }
}

@media (max-width: 1400px) {
  body .footer_entry a .target {
    font-size: 20px;
  }
}

@media (max-width: 600px) {
  body .footer_entry a .target {
    font-size: 18px;
    position: relative;
  }
}

@media (max-width: 500px) {
  body .footer_entry a .target {
    font-size: 16px;
    display: block;
  }
}

body .footer_entry a .label {
  font-size: 18px;
}

@media (max-width: 1500px) {
  body .footer_entry a .label {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  body .footer_entry a .label {
    font-size: 15px;
  }
}

@media (max-width: 500px) {
  body .footer_entry a .label {
    font-size: 13px;
  }
}

body .footer_entry a .icon {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  display: block;
  font-size: 1%;
  width: 14px;
  height: 14px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  rotate: 45deg;
  margin: 10px auto 0;
}

@media (max-width: 1500px) {
  body .footer_entry a .icon {
    width: 12px;
    height: 12px;
  }
}

@media (max-width: 980px) {
  body .footer_entry a .icon {
    position: absolute;
    right: 15px;
    top: 20%;
  }
}

@media (max-width: 500px) {
  body .footer_entry a .icon {
    width: 10px;
    height: 10px;
    top: 27%;
  }
}

body .footer_entry1 {
  margin-bottom: 25px;
  background-color: #43CEBA;
}

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

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

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

body .footer_entry2 {
  background-color: #217ECD;
}

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

body .footer_entry .target {
  display: block;
  letter-spacing: -0.05em;
}

@media (max-width: 980px) {
  body .footer_entry .target {
    display: inline-block;
  }
}

body .footer_entry .icon {
  display: inline-block;
  padding-left: 3px;
}

body .footer_entry .icon img {
  width: 27px;
}

@media (max-width: 1500px) {
  body .footer_entry .icon img {
    width: 18px;
    -webkit-transform: translateY(-0.2em);
    -ms-transform: translateY(-0.2em);
    transform: translateY(-0.2em);
  }
}

.js_nav_fixed .footer_totop {
  bottom: 25px;
}

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

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

.js_nav_fixed .footer_entry {
  right: 30px;
}

@media (max-width: 1400px) {
  .js_nav_fixed .footer_entry {
    right: 15px;
  }
}

.cmn_title {
  position: relative;
  padding-right: 70px;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .cmn_title {
    padding-right: 60px;
    margin-bottom: 50px;
  }
}

@media (max-width: 600px) {
  .cmn_title {
    padding-right: 50px;
    margin-bottom: 40px;
  }
}

.cmn_title h3 {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #217ECD;
  font-size: 56px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #217ECD;
  line-height: 1.2;
}

@media (max-width: 980px) {
  .cmn_title h3 {
    font-size: 48px;
  }
}

@media (max-width: 768px) {
  .cmn_title h3 {
    font-size: 42px;
  }
}

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

.cmn_title p {
  padding-top: 0.6em;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.cmn_title:before {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/cmn_cap_fx.png);
  background-size: contain;
  width: 57px;
  height: 57px;
  right: 0;
  bottom: 0.5em;
}

@media (max-width: 768px) {
  .cmn_title:before {
    width: 50px;
    height: 50px;
    bottom: 5px;
  }
}

@media (max-width: 600px) {
  .cmn_title:before {
    width: 45px;
    height: 45px;
    bottom: 9px;
  }
}

.hero_cnt {
  position: relative;
  padding: 100px 0 60px 60px;
  background: url(../img/hero_bg.jpg) no-repeat top center;
  background-size: cover;
}

@media (max-width: 980px) {
  .hero_cnt {
    padding: 60px 0 40px 40px;
  }
}

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

.hero_cnt figure {
  border-radius: 40px 0 0 40px;
  overflow: hidden;
}

@media (max-width: 980px) {
  .hero_cnt figure {
    border-radius: 0 0 0 30px;
    height: 60vw;
  }
}

@media (max-width: 768px) {
  .hero_cnt figure {
    border-radius: 0;
    height: 80vw;
  }
}

@media (max-width: 600px) {
  .hero_cnt figure {
    height: 115vw;
  }
}

.hero_cnt figure img {
  width: 100%;
}

@media (max-width: 980px) {
  .hero_cnt figure img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right top;
    object-position: right top;
  }
}

@media (max-width: 600px) {
  .hero_cnt figure img {
    -o-object-position: 80% top;
    object-position: 80% top;
  }
}

.hero_cnt h2 {
  position: absolute;
  color: #217ECD;
  left: 60px;
  top: calc(100px + 6vw);
  font-size: 3.2vw;
}

@media (max-width: 980px) {
  .hero_cnt h2 {
    left: 0;
    font-size: 5.2vw;
    top: auto;
    bottom: 10vw;
    z-index: 1;
  }
}

@media (max-width: 768px) {
  .hero_cnt h2 {
    font-size: 6vw;
    bottom: 5vw;
  }
}

@media (max-width: 600px) {
  .hero_cnt h2 {
    font-size: 6.5vw;
  }
}

.hero_cnt h2 .bg {
  display: inline-block;
  background-color: #fff;
  padding: 0 0.4em;
  margin-top: 0.2em;
}

.hero_cnt h2 .line {
  display: inline-block;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(73%, #fff), color-stop(73.1%, #ffec00), color-stop(87%, #ffec00), color-stop(87.1%, #fff));
  background: -webkit-linear-gradient(#fff 73%, #ffec00 73.1%, #ffec00 87%, #fff 87.1%);
  background: -o-linear-gradient(#fff 73%, #ffec00 73.1%, #ffec00 87%, #fff 87.1%);
  background: linear-gradient(#fff 73%, #ffec00 73.1%, #ffec00 87%, #fff 87.1%);
}

.hero_cnt p {
  position: absolute;
  width: 46%;
  right: 48%;
  bottom: 26%;
}

@media (max-width: 980px) {
  .hero_cnt p {
    right: 13%;
    bottom: 5%;
  }
}

@media (max-width: 768px) {
  .hero_cnt p {
    right: 5%;
    width: 70%;
    bottom: 9%;
  }
}

.hero_cnt p img {
  width: 100%;
}

.message_cnt {
  padding: 200px 0 150px;
  position: relative;
}

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

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

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

.message_main {
  position: relative;
}

.message_main_text {
  width: 45%;
  margin-left: auto;
}

@media (max-width: 980px) {
  .message_main_text {
    width: 55%;
  }
}

@media (max-width: 600px) {
  .message_main_text {
    width: 100%;
  }
}

.message_main_text p {
  margin-bottom: 1.5em;
  font-weight: 500;
  font-size: 20px;
  line-height: 2.2;
}

@media (max-width: 980px) {
  .message_main_text p {
    font-size: 18px;
    line-height: 2;
  }
}

@media (max-width: 600px) {
  .message_main_text p {
    font-size: 16px;
  }
}

.message_main_fig {
  position: absolute;
  right: 50%;
  width: 45vw;
  max-width: 870px;
  border-radius: 16px;
  overflow: hidden;
}

@media (max-width: 980px) {
  .message_main_fig {
    right: auto;
    left: -40px;
    width: 40vw;
    border-radius: 0 14px 14px 0;
  }
}

@media (max-width: 600px) {
  .message_main_fig {
    position: static;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 25px;
  }
}

.message_main_fig img {
  width: 100%;
}

.message_fx img {
  position: absolute;
}

.message_fx img:nth-of-type(1) {
  width: 15vw;
  height: 20vw;
  top: 5vw;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left top;
  object-position: left top;
}

@media (max-width: 768px) {
  .message_fx img:nth-of-type(1) {
    width: 20vw;
    height: 30vw;
  }
}

.message_fx img:nth-of-type(2) {
  width: 22vw;
  height: 22vw;
  top: 50vw;
  left: -5vw;
}

@media (max-width: 768px) {
  .message_fx img:nth-of-type(2) {
    width: 40vw;
    height: 40vw;
    top: 55vw;
  }
}

@media (max-width: 600px) {
  .message_fx img:nth-of-type(2) {
    top: 95vw;
  }
}

.message_fx img:nth-of-type(3) {
  width: 12vw;
  height: 12vw;
  bottom: 0vw;
  right: 25vw;
}

@media (max-width: 768px) {
  .message_fx img:nth-of-type(3) {
    width: 25vw;
    height: 25vw;
  }
}

@media (max-width: 600px) {
  .message_fx img:nth-of-type(3) {
    right: 15vw;
  }
}

.about_cnt {
  padding: 150px 0 180px;
}

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

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

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

.about_tab {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 260px 1fr;
  grid-template-columns: 260px 1fr;
  gap: 80px;
}

@media (max-width: 980px) {
  .about_tab {
    -ms-grid-columns: 200px 1fr;
    grid-template-columns: 200px 1fr;
    gap: 50px;
  }
}

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

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

.about_tab_head {
  background-color: #E4F3F9;
  border-radius: 16px 0 0 16px;
  padding: 90px 0;
}

@media (max-width: 768px) {
  .about_tab_head {
    border-radius: 13px 0 0 13px;
  }
}

@media (max-width: 600px) {
  .about_tab_head {
    border-radius: 10px 10px 0 0;
    padding: 15px 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0 10px;
  }
}

.about_tab_head button {
  width: 100%;
  position: relative;
  display: block;
  background-color: transparent;
  border: none;
  color: #C9CACA;
  text-align: left;
  padding: 1em 0 1em 45px;
}

@media (max-width: 980px) {
  .about_tab_head button {
    padding-left: 35px;
  }
}

@media (max-width: 768px) {
  .about_tab_head button {
    padding-left: 20px;
  }
}

@media (max-width: 600px) {
  .about_tab_head button {
    padding: 0.5em 0 0.5em 20px;
  }
}

.about_tab_head button:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 49%;
  width: 40px;
  height: 1px;
  background: #C9CACA;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}

@media (max-width: 980px) {
  .about_tab_head button:before {
    width: 30px;
  }
}

@media (max-width: 768px) {
  .about_tab_head button:before {
    width: 15px;
  }
}

@media (any-hover: hover) {
  .about_tab_head button:hover:before {
    background-color: #217ECD;
  }
  .about_tab_head button:hover .num {
    color: #217ECD;
  }
  .about_tab_head button:hover .label {
    color: #333;
  }
}

.about_tab_head .num {
  font-size: 32px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

@media (max-width: 980px) {
  .about_tab_head .num {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .about_tab_head .num {
    font-size: 25px;
  }
}

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

.about_tab_head .label {
  font-size: 24px;
  font-weight: 500;
  padding-left: 0.8em;
  -webkit-transform: translateY(-0.1em);
  -ms-transform: translateY(-0.1em);
  transform: translateY(-0.1em);
  display: inline-block;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

@media (max-width: 980px) {
  .about_tab_head .label {
    padding-left: 0.4em;
    font-size: 22px;
  }
}

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

@media (max-width: 600px) {
  .about_tab_head .label {
    font-size: 15px;
  }
}

.about_tab_body_single {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s, -webkit-filter 1s;
  transition: opacity 0.5s, -webkit-transform 0.5s, -webkit-filter 1s;
  -o-transition: opacity 0.5s, transform 0.5s, filter 1s;
  transition: opacity 0.5s, transform 0.5s, filter 1s;
  transition: opacity 0.5s, transform 0.5s, filter 1s, -webkit-transform 0.5s, -webkit-filter 1s;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-filter: brightness(2);
  filter: brightness(2);
}

.about_tab_body_single_head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 68%;
  grid-template-columns: 1fr 68%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 40px;
}

@media (max-width: 980px) {
  .about_tab_body_single_head {
    -ms-grid-columns: 1fr 61%;
    grid-template-columns: 1fr 61%;
    margin-bottom: 35px;
  }
}

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

.about_tab_body_single_head figure {
  overflow: hidden;
  border-radius: 16px;
}

@media (max-width: 600px) {
  .about_tab_body_single_head figure {
    border-radius: 0 0 0 10px;
  }
}

.about_tab_body_single_head_txt {
  line-height: 1.2;
}

.about_tab_body_single_head_txt p {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #217ECD;
  font-size: 64px;
}

@media (max-width: 980px) {
  .about_tab_body_single_head_txt p {
    font-size: 56px;
  }
}

.about_tab_body_single_head_txt h4 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

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

.about_tab_body_single_body {
  margin-bottom: 35px;
}

.about_tab_body_single_body p,
.about_tab_body_single_body li {
  line-height: 2;
}

.about_tab_body_single_body li {
  list-style: inside disc;
  padding-left: 0.25em;
}

.about_tab_body_single_detail {
  border-top: 1px solid #707070;
  padding-top: 25px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 140px 1fr;
  grid-template-columns: 140px 1fr;
  gap: 25px;
}

@media (max-width: 768px) {
  .about_tab_body_single_detail {
    -ms-grid-columns: 110px 1fr;
    grid-template-columns: 110px 1fr;
    gap: 20px;
  }
}

.about_tab_body_single_detail figure {
  height: 140px;
  border-radius: 100px;
  overflow: hidden;
  border: 1px solid #217ECD;
}

@media (max-width: 768px) {
  .about_tab_body_single_detail figure {
    height: 110px;
  }
}

.about_tab_body_single_detail figure img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.about_tab_body_single_detail .cap {
  color: #217ECD;
  margin-bottom: 1em;
}

.about_tab_body_single_detail .cap em {
  font-size: 20px;
  font-weight: 700;
  padding-right: 0.75em;
}

@media (max-width: 768px) {
  .about_tab_body_single_detail .cap em {
    font-size: 18px;
  }
}

.about_tab_body_single_detail .text {
  margin-bottom: 1.5em;
}

.about_tab_body_single_detail .link a {
  display: inline-block;
  border-radius: 100px;
  background-color: #707070;
  color: #fff;
  position: relative;
  padding: 0.2em 2.3em 0.4em;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}

.about_tab_body_single_detail .link a::before {
  display: block;
  content: "";
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  right: 15px;
  top: 37%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (any-hover: hover) {
  .about_tab_body_single_detail .link a:hover {
    background-color: #217ECD;
  }
}

.about_tab[data-tab-stat="1"] [data-tab-index="1"]:before {
  background-color: #217ECD;
}

.about_tab[data-tab-stat="1"] [data-tab-index="1"] .num {
  color: #217ECD;
}

.about_tab[data-tab-stat="1"] [data-tab-index="1"] .label {
  color: #333;
}

.about_tab[data-tab-stat="1"] [data-tab-num="1"] {
  opacity: 1;
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.about_tab[data-tab-stat="2"] [data-tab-index="2"]:before {
  background-color: #217ECD;
}

.about_tab[data-tab-stat="2"] [data-tab-index="2"] .num {
  color: #217ECD;
}

.about_tab[data-tab-stat="2"] [data-tab-index="2"] .label {
  color: #333;
}

.about_tab[data-tab-stat="2"] [data-tab-num="2"] {
  opacity: 1;
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.about_tab[data-tab-stat="3"] [data-tab-index="3"]:before {
  background-color: #217ECD;
}

.about_tab[data-tab-stat="3"] [data-tab-index="3"] .num {
  color: #217ECD;
}

.about_tab[data-tab-stat="3"] [data-tab-index="3"] .label {
  color: #333;
}

.about_tab[data-tab-stat="3"] [data-tab-num="3"] {
  opacity: 1;
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.about_tab[data-tab-stat="4"] [data-tab-index="4"]:before {
  background-color: #217ECD;
}

.about_tab[data-tab-stat="4"] [data-tab-index="4"] .num {
  color: #217ECD;
}

.about_tab[data-tab-stat="4"] [data-tab-index="4"] .label {
  color: #333;
}

.about_tab[data-tab-stat="4"] [data-tab-num="4"] {
  opacity: 1;
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.career_cnt {
  background-color: #F8F4E6;
  padding: 150px 0 160px;
}

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

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

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

.career_single + .career_single {
  margin-top: 85px;
}

@media (max-width: 768px) {
  .career_single + .career_single {
    margin-top: 65px;
  }
}

@media (max-width: 600px) {
  .career_single + .career_single {
    margin-top: 45px;
  }
}

.career_single_ttl {
  font-weight: 700;
  font-size: 22px;
  border-radius: 100px;
  padding: 0.75em 45px;
  background-color: #fff;
  border: 1px solid #217ECD;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .career_single_ttl {
    font-size: 20px;
    padding: 0.65em 35px;
    margin-bottom: 30px;
  }
}

@media (max-width: 600px) {
  .career_single_ttl {
    font-size: 18px;
    padding: 0.5em 25px;
    margin-bottom: 25px;
  }
}

.career_single_body {
  margin: 0 45px 65px;
  padding: 0 35px;
  border-left: 1px solid #217ECD;
}

@media (max-width: 980px) {
  .career_single_body {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .career_single_body {
    margin: 0 0 50px 35px;
    padding: 0 25px;
  }
}

@media (max-width: 600px) {
  .career_single_body {
    margin: 0 0 40px 15px;
    padding: 0 0 0 15px;
  }
}

.career_single_body p {
  font-size: 18px;
  line-height: 2;
}

@media (max-width: 768px) {
  .career_single_body p {
    font-size: 17px;
  }
}

@media (max-width: 600px) {
  .career_single_body p {
    font-size: 16px;
  }
}

.career_single_cap {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 1em;
  color: #217ECD;
}

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

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

.career_single_flow {
  display: -ms-grid;
  display: grid;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1), 0 0 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1), 0 0 50px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.career_single_flow.col5 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

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

.career_single_flow.col4 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

.career_single_flow dl {
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 2;
  grid-row: span 2;
  position: relative;
}

@media (max-width: 980px) {
  .career_single_flow dl {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 10em 1fr;
    grid-template-columns: 10em 1fr;
  }
}

.career_single_flow dl:before {
  display: block;
  content: "";
  position: absolute;
  height: 100%;
  width: 10px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  left: 0;
  top: 0;
}

@media (max-width: 980px) {
  .career_single_flow dl:before {
    height: 10px;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
    background: linear-gradient(-180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
  }
}

.career_single_flow dl:nth-of-type(1):before {
  display: none;
}

.career_single_flow dl:nth-of-type(1) dt:before {
  display: none;
}

.career_single_flow dl:nth-of-type(even) dt {
  background-color: #57A3E3;
}

.career_single_flow dl dt {
  color: #fff;
  background-color: #217ECD;
  position: relative;
  text-align: center;
  font-weight: 500;
  padding: 1em 0.5em;
}

.career_single_flow dl dt:before {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 40px;
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  background-color: #43CEBA;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 980px) {
  .career_single_flow dl dt:before {
    width: 30px;
    height: 15px;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.career_single_flow dl dt em,
.career_single_flow dl dt span {
  position: relative;
}

.career_single_flow dl dt em {
  font-size: 18px;
  display: block;
  font-weight: 500;
}

@media (max-width: 980px) {
  .career_single_flow dl dt em {
    font-size: 17px;
  }
}

@media (max-width: 980px) {
  .career_single_flow dl dt span {
    font-size: 14px;
  }
}

.career_single_flow dl dd {
  padding: 13px 17px 20px;
  line-height: 1.8;
}

@media (max-width: 980px) {
  .career_single_flow dl dd {
    padding: 13px 17px;
  }
}

.support_cnt {
  padding: 150px 0 160px;
  background: url(../img/support_bg.jpg) no-repeat;
  background-size: cover;
}

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

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

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

.support_list {
  margin-top: 115px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 60px 55px;
}

@media (max-width: 980px) {
  .support_list {
    margin-top: 90px;
    gap: 50px 45px;
  }
}

@media (max-width: 768px) {
  .support_list {
    margin-top: 70px;
    gap: 30px 25px;
  }
}

@media (max-width: 500px) {
  .support_list {
    margin-top: 50px;
    gap: 15px 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.support_list_single {
  border-radius: 24px;
  background-color: #fff;
  padding: 45px 40px 40px;
}

@media (max-width: 980px) {
  .support_list_single {
    border-radius: 20px;
    padding: 35px 30px 30px;
  }
}

@media (max-width: 768px) {
  .support_list_single {
    border-radius: 16px;
    padding: 25px;
    -webkit-box-shadow: 0 0 15px rgba(33, 126, 205, 0.1);
    box-shadow: 0 0 15px rgba(33, 126, 205, 0.1);
  }
}

.support_list_single h4 {
  text-align: center;
  color: #217ECD;
  margin-bottom: 45px;
  font-size: 24px;
  color: #217ECD;
  font-weight: 700;
}

@media (max-width: 980px) {
  .support_list_single h4 {
    font-size: 22px;
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .support_list_single h4 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.support_list_single figure {
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 980px) {
  .support_list_single figure {
    margin-bottom: 35px;
  }
}

@media (max-width: 768px) {
  .support_list_single figure {
    margin-bottom: 30px;
  }
}

.support_list_single figure img {
  width: 40%;
}

.support_list_single p {
  font-size: 18px;
  line-height: 2;
}

.staff_cnt {
  background-color: #BBE2F1;
  padding: 160px 0;
}

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

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

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

.staff_box {
  background-color: #fff;
  position: relative;
}

.staff_box:before {
  display: block;
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 1px solid #43CEBA;
  left: 15px;
  top: 15px;
  pointer-events: none;
}

@media (max-width: 768px) {
  .staff_box:before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    left: 10px;
    top: 10px;
  }
}

@media (max-width: 600px) {
  .staff_box:before {
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    left: 8px;
    top: 8px;
  }
}

.staff_box_ttl {
  background-color: #217ECD;
  color: #fff;
  text-align: center;
  font-size: 32px;
  padding: 2em 0 1.5em;
  font-weight: 700;
}

@media (max-width: 980px) {
  .staff_box_ttl {
    padding: 1.6em 0 1.3em;
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .staff_box_ttl {
    padding: 1.5em 0 1.2em;
    font-size: 26px;
  }
}

@media (max-width: 600px) {
  .staff_box_ttl {
    padding: 1.3em 0 1em;
    font-size: 22px;
  }
}

.staff_box_ttl span {
  position: relative;
  display: inline-block;
  padding: 0 1em;
}

.staff_box_ttl span:before, .staff_box_ttl span:after {
  display: block;
  content: "";
  position: absolute;
  width: 1px;
  height: 1.2em;
  background-color: #fff;
  top: 0.3em;
}

.staff_box_ttl span:before {
  left: 0;
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

.staff_box_ttl span:after {
  right: 0;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}

.staff_box_body {
  padding: 40px 65px 70px;
}

@media (max-width: 980px) {
  .staff_box_body {
    padding: 35px 50px 60px;
  }
}

@media (max-width: 768px) {
  .staff_box_body {
    padding: 35px 40px 125px;
  }
}

@media (max-width: 600px) {
  .staff_box_body {
    padding: 30px 25px 34vw;
  }
}

.staff_box_body_text {
  width: 45%;
  font-size: 18px;
  line-height: 2;
}

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

@media (max-width: 768px) {
  .staff_box_body_text {
    width: 100%;
  }
}

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

@media (max-width: 500px) {
  .staff_box_body_text {
    font-size: 15px;
  }
}

.staff_box_body_text h4 {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #217ECD;
  padding-left: 0.55em;
  border-left: 7px solid #217ECD;
  margin: 1.7em 0 0.5em;
  line-height: 1;
}

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

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

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

.staff_box_body_text ul {
  padding-left: 1.2em;
}

.staff_box_body_text li {
  list-style-type: disc;
}

.staff_box_body_text .link {
  margin-top: 50px;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .staff_box_body_text .link {
    margin-top: 45px;
  }
}

@media (max-width: 600px) {
  .staff_box_body_text .link {
    margin-top: 35px;
  }
}

.staff_box_body_text .link a {
  background-color: #57A3E3;
  color: #fff;
  padding: 1em;
  width: 100%;
  max-width: 360px;
  text-align: center;
  display: block;
  border-radius: 100px;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}

@media (max-width: 768px) {
  .staff_box_body_text .link a {
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .staff_box_body_text .link a {
    max-width: 90%;
  }
}

@media (any-hover: hover) {
  .staff_box_body_text .link a:hover {
    background-color: #217ECD;
  }
}

.staff_box_body_text .link a span {
  position: relative;
  display: inline-block;
  padding-right: 1.5em;
}

.staff_box_body_text .link a span::before {
  display: block;
  content: "";
  position: absolute;
  width: 0.6em;
  height: 0.6em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 0;
  top: 35%;
}

.staff_box_body_photo {
  position: absolute;
  left: 53%;
  top: 200px;
  width: 45vw;
  max-width: 600px;
  border-radius: 16px;
  overflow: hidden;
}

@media (max-width: 980px) {
  .staff_box_body_photo {
    top: 173px;
    border-radius: 13px;
  }
}

@media (max-width: 768px) {
  .staff_box_body_photo {
    width: 100%;
    margin-bottom: 25px;
    position: static;
  }
}

@media (max-width: 600px) {
  .staff_box_body_photo {
    border-radius: 10px;
    margin-bottom: 20px;
  }
}

.staff_box_body_photo img {
  width: 100%;
}

.staff_box_body_fx {
  position: absolute;
  width: 43%;
  right: 5%;
  bottom: 70px;
}

@media (max-width: 768px) {
  .staff_box_body_fx {
    bottom: 15px;
    right: 15px;
  }
}

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

.search_cnt {
  padding: 160px 0 180px;
  background-color: #F3F9FF;
}

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

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

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

.search_cap {
  font-size: 24px;
  padding-left: 2.5em;
  position: relative;
  margin: 3em 0 1em;
}

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

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

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

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

.search_map {
  background-color: #fff;
  border: 1px solid #217ECD;
  padding: 45px 45px 20px;
}

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

.search_link {
  padding: 0 45px;
  margin: 40px 0 85px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 25px 45px;
}

@media (max-width: 980px) {
  .search_link {
    margin: 35px 0 75px;
    gap: 20px 30px;
  }
}

@media (max-width: 768px) {
  .search_link {
    margin: 30px 0 65px;
    gap: 15px 20px;
    padding: 0;
  }
}

@media (max-width: 600px) {
  .search_link {
    padding: 0;
    gap: 13px;
  }
}

@media (max-width: 500px) {
  .search_link {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.search_link a {
  display: block;
  background-color: #fff;
  border: 1px solid #217ECD;
  font-size: 18px;
  text-align: center;
  padding: 1.5em 3em 1.5em 1.5em;
  color: #333;
  position: relative;
  -webkit-transition: color 0.4s, background 0.4s;
  -o-transition: color 0.4s, background 0.4s;
  transition: color 0.4s, background 0.4s;
}

@media (any-hover: hover) {
  .search_link a:hover {
    background-color: #217ECD;
    color: #fff;
  }
  .search_link a:hover .icon {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
  }
}

@media (max-width: 980px) {
  .search_link a {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .search_link a {
    padding: 1.2em 2em 1.2em 0.2em;
  }
}

.search_link a .icon {
  width: 2em;
  height: 2em;
  background-color: #57A3E3;
  display: block;
  position: absolute;
  border-radius: 100px;
  top: 1.25em;
  right: 20%;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

@media (max-width: 768px) {
  .search_link a .icon {
    width: 1.5em;
    height: 1.5em;
  }
}

.search_link a .icon:before {
  display: block;
  content: "";
  position: absolute;
  width: 30%;
  height: 30%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  rotate: 45deg;
  top: 33%;
  left: 25%;
}

@media (max-width: 980px) {
  .search_link a .icon {
    right: 5%;
  }
}

@media (max-width: 768px) {
  .search_link a .icon {
    top: 31%;
  }
}

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 {
  padding: 0 40px;
  position: relative;
}

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

.modal_single_wrap::before {
  display: block;
  content: "";
  position: absolute;
  border-radius: 16px;
  background-color: #E4F3F9;
  width: 100%;
  height: calc(100% - 140px);
  top: 35px;
  left: 0;
}

@media (max-width: 600px) {
  .modal_single_wrap::before {
    top: 50px;
    border-radius: 10px;
    height: calc(100% - 170px);
  }
}

.modal_single_head {
  position: relative;
  margin-bottom: 60px;
}

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

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

.modal_single_head_ttl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 200px 1fr;
  grid-template-columns: 1fr 200px 1fr;
  gap: 20px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 0 0 40px;
  line-height: 1;
}

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

@media (max-width: 768px) {
  .modal_single_head_ttl {
    -ms-grid-columns: 1fr 130px 1fr;
    grid-template-columns: 1fr 130px 1fr;
  }
}

@media (max-width: 600px) {
  .modal_single_head_ttl {
    -ms-grid-columns: 100px 1fr;
    grid-template-columns: 100px 1fr;
    gap: 0 15px;
  }
}

.modal_single_head_ttl_cmn {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #217ECD;
  padding-bottom: 15px;
}

@media (max-width: 600px) {
  .modal_single_head_ttl_cmn {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    padding-bottom: 0;
  }
}

.modal_single_head_ttl_cmn p {
  font-size: 20px;
  margin-bottom: 0.75em;
}

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

@media (max-width: 768px) {
  .modal_single_head_ttl_cmn p {
    font-size: 17px;
  }
}

@media (max-width: 600px) {
  .modal_single_head_ttl_cmn p {
    font-size: 16px;
    margin-bottom: 0.3em;
  }
}

.modal_single_head_ttl_cmn h3 {
  font-size: 32px;
}

@media (max-width: 980px) {
  .modal_single_head_ttl_cmn h3 {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .modal_single_head_ttl_cmn h3 {
    font-size: 24px;
  }
}

.modal_single_head_ttl_cmn h3,
.modal_single_head_ttl_cmn p {
  width: 170px;
  margin-left: auto;
}

@media (max-width: 980px) {
  .modal_single_head_ttl_cmn h3,
  .modal_single_head_ttl_cmn p {
    width: 145px;
  }
}

@media (max-width: 768px) {
  .modal_single_head_ttl_cmn h3,
  .modal_single_head_ttl_cmn p {
    width: 125px;
  }
}

@media (max-width: 600px) {
  .modal_single_head_ttl_cmn h3,
  .modal_single_head_ttl_cmn p {
    width: 100%;
  }
}

.modal_single_head_ttl_fig {
  height: 200px;
  border-radius: 200px;
  overflow: hidden;
  border: 1px solid #217ECD;
}

@media (max-width: 980px) {
  .modal_single_head_ttl_fig {
    height: 150px;
  }
}

@media (max-width: 768px) {
  .modal_single_head_ttl_fig {
    height: 130px;
  }
}

@media (max-width: 600px) {
  .modal_single_head_ttl_fig {
    height: 100px;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }
}

.modal_single_head_ttl_fig img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.modal_single_head_ttl_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding-bottom: 5px;
}

@media (max-width: 768px) {
  .modal_single_head_ttl_num {
    gap: 10px;
  }
}

.modal_single_head_ttl_num p {
  font-size: 64px;
  color: #217ECD;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

@media (max-width: 980px) {
  .modal_single_head_ttl_num p {
    font-size: 56px;
  }
}

@media (max-width: 768px) {
  .modal_single_head_ttl_num p {
    font-size: 44px;
  }
}

.modal_single_head_ttl_num h3 {
  font-size: 32px;
  font-weight: 700;
}

@media (max-width: 980px) {
  .modal_single_head_ttl_num h3 {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .modal_single_head_ttl_num h3 {
    font-size: 22px;
  }
}

.modal_single_head_lead {
  background-color: #fff;
  border-radius: 24px;
  padding: 35px;
  text-align: center;
  position: relative;
}

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

@media (max-width: 600px) {
  .modal_single_head_lead {
    border-radius: 16px;
    padding: 20px;
  }
}

.modal_single_head_lead:before {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/cmn_cap_fx.png) no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  right: 15px;
  bottom: 15px;
}

@media (max-width: 768px) {
  .modal_single_head_lead:before {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 600px) {
  .modal_single_head_lead:before {
    width: 30px;
    height: 30px;
  }
}

.modal_single_head_lead p {
  font-size: 18px;
  display: inline-block;
  font-weight: 500;
}

@media (max-width: 980px) {
  .modal_single_head_lead p {
    font-size: 17px;
  }
}

@media (max-width: 600px) {
  .modal_single_head_lead p {
    font-size: 16px;
  }
}

.modal_single_head_lead p:has(+ h4) {
  border-bottom: 1px solid #707070;
  padding-bottom: 0.75em;
  margin-bottom: 1.2em;
}

.modal_single_head_lead h4 {
  font-size: 24px;
  font-weight: 700;
  color: #217ECD;
  position: relative;
  z-index: 1;
}

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

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

.modal_single_body {
  position: relative;
}

.modal_single_body dl {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .modal_single_body dl {
    margin-bottom: 50px;
  }
}

@media (max-width: 600px) {
  .modal_single_body dl {
    margin-bottom: 35px;
  }
}

.modal_single_body dt {
  border-radius: 0 100px 100px 0;
  background-color: #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50px 1fr;
  grid-template-columns: 50px 1fr;
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .modal_single_body dt {
    margin-bottom: 15px;
  }
}

.modal_single_body dt .num {
  background-color: #217ECD;
  color: #fff;
  font-size: 28px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  padding: 0.1em 0;
}

@media (max-width: 980px) {
  .modal_single_body dt .num {
    font-size: 26px;
  }
}

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

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

.modal_single_body dt .text {
  font-size: 18px;
  font-weight: 700;
  color: #217ECD;
  padding: 0.5em 1em;
}

@media (max-width: 768px) {
  .modal_single_body dt .text {
    padding: 0.5em 0.75em;
    font-size: 17px;
  }
}

@media (max-width: 600px) {
  .modal_single_body dt .text {
    font-size: 16px;
  }
}

.modal_single_body dd {
  padding-left: 70px;
  line-height: 2;
}

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

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

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

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

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

@media (any-hover: hover) {
  .modal_single_close button:hover .label {
    color: #57A3E3;
  }
}

.modal_single_close button .label {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #217ECD;
  font-size: 24px;
  padding-right: 0.3em;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.modal_single_close button .icon {
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  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: #217ECD;
}

.modal_single_close button .icon::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal_single_close button .icon:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal_single_close_top {
  overflow: hidden;
  text-indent: -999px;
  border-radius: 50px;
  border: none;
  position: absolute;
  z-index: 1;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  width: 60px;
  height: 60px;
  top: 17px;
  right: -15px;
}

.modal_single_close_top span {
  width: 40%;
  height: 40%;
  position: absolute;
  display: block;
  left: 30%;
  top: 30%;
}

.modal_single_close_top span:before, .modal_single_close_top span:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  top: 48%;
}

.modal_single_close_top span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal_single_close_top span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-container {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modaal-content-container {
  padding: 0;
}

.modaal-close {
  display: none;
}

.add_anim {
  -webkit-transition: opacity 1.3s, -webkit-transform 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.3s, -webkit-transform 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 1.3s, transform 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.3s, transform 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.3s, transform 1.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
}

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