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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  scroll-behavior: auto !important;
}

em {
  font-style: normal;
}

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

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

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

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

body {
  background-color: #fff;
}

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

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

.max_width {
  max-width: 1060px;
}

.text_center {
  text-align: center;
}

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

img {
  max-width: 100%;
}

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

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

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

@keyframes mHover {
  0% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes mHover2 {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes mHover2 {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* 
@font-face でローカルフォントを優先 
参考：https://ics.media/entry/250718/
*/
@font-face {
  font-family: "Local Noto Sans JP";
  src: local("Noto Sans JP");
}
html,
button {
  -webkit-font-feature-settings: "pkna" 1;
          font-feature-settings: "pkna" 1;
  font-size: 16px;
  color: #000;
  font-family: "Local Noto Sans JP", "Noto Sans JP", "YuGothic", "Yu Gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 500px) {
  html,
  button {
    font-size: 15px;
  }
}

body {
  line-height: 1.5;
}

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

header,
.header {
  background-color: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(20px);
  width: 100%;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
}
header_hit,
.header_hit {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
}
header_main,
.header_main {
  padding: 0 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 980px) {
  header_main,
  .header_main {
    height: 60px;
  }
}
header h1,
.header h1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 185px;
          flex: 0 0 185px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header h1 .logo,
.header h1 .logo {
  display: block;
}
header h1 img,
.header h1 img {
  width: 185px;
}
@media (max-width: 980px) {
  header h1 img,
  .header h1 img {
    width: 150px;
  }
}
header button,
.header button {
  display: none;
  width: 60px;
  height: 60px;
  border: none;
  background: transparent;
  text-align: center;
  cursor: pointer;
  position: absolute;
  right: 130px;
  top: 2px;
  z-index: 1;
}
@media (max-width: 980px) {
  header button,
  .header button {
    display: block;
  }
}
@media (max-width: 600px) {
  header button,
  .header button {
    right: 100px;
  }
}
@media (any-hover: hover) {
  header button:hover:hover .icon span,
  .header button:hover:hover .icon span {
    opacity: 0.8;
  }
}
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: #3083be;
  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: 980px) {
  header_nav,
  .header_nav {
    position: absolute;
    top: 80px;
    right: -300px;
    right: -100%;
    background: linear-gradient(125deg, #3b8ed0, #3671b6);
    display: block;
    padding: 30px 20px;
    border-radius: 20px 0 0 20px;
    -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: 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:nth-last-of-type(1) a .label:after,
.header_nav li:nth-last-of-type(1) a .label:after {
  display: none;
}
header_nav li + li,
.header_nav li + li {
  border-top: 1px dotted #fff;
}
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;
  color: #000;
}
@media (max-width: 980px) {
  header_nav li a,
  .header_nav li a {
    display: block;
    color: #fff;
    text-align: left;
    padding: 0.75em 0;
  }
}
@media (any-hover: hover) {
  header_nav li a:hover:hover,
  .header_nav li a:hover:hover {
    color: #3083be;
  }
}
@media (any-hover: hover) and (max-width: 980px) {
  header_nav li a:hover:hover,
  .header_nav li a:hover:hover {
    color: #fff;
    opacity: 0.7;
  }
}
header_nav li a .label,
.header_nav li a .label {
  display: block;
  padding: 0.3em 1.5em;
}
@media (max-width: 1400px) {
  header_nav li a .label,
  .header_nav li a .label {
    padding: 0.3em 1em;
  }
}
header_entry,
.header_entry {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@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 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
}
header_entry a,
.header_entry a {
  height: 100%;
  width: 100%;
  border-radius: 0 0 0 20px;
  background: #3083be;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  background: linear-gradient(125deg, #3b8ed0, #3671b6);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.05em;
  padding: 0.5em;
  -webkit-transition: background 0.4s, color 0.4s, opacity 0.4s;
  transition: background 0.4s, color 0.4s, opacity 0.4s;
}
@media (max-width: 980px) {
  header_entry a,
  .header_entry a {
    font-size: 18px;
    border-radius: 0 0 0 15px;
    padding: 0.25em 1em;
  }
}
@media (max-width: 600px) {
  header_entry a,
  .header_entry a {
    padding: 0;
    font-size: 15px;
  }
}
@media (any-hover: hover) {
  header_entry a:hover:hover,
  .header_entry a:hover:hover {
    opacity: 0.9;
  }
}
.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: 60px 40px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 600px) {
  body .footer {
    padding: 50px 20px;
  }
}
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: #000;
}
body .footer li a:visited {
  color: #000;
}
@media (any-hover: hover) {
  body .footer li a:hover:hover {
    text-decoration: none;
  }
}
@media (max-width: 1200px) {
  body .footer li a {
    padding: 0.3em;
  }
}
@media (max-width: 500px) {
  body .footer li a {
    padding: 0.5em 0;
    font-size: 13px;
  }
}
body .footer li a span {
  border-right: 0.5px solid #000;
  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;
  color: #6f6f6f;
  font-size: 15px;
}
@media (max-width: 500px) {
  body .footer_copyrights {
    font-size: 13px;
  }
}
body .footer_totop {
  z-index: 3;
  position: fixed;
  right: 0;
  bottom: -100px;
  border-radius: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: bottom 1.5s cubic-bezier(1, 0, 0, 1);
  transition: bottom 1.5s cubic-bezier(1, 0, 0, 1);
  -webkit-transition: opacity 0.3s, bottom 0.3s, background 0.3s, -webkit-box-shadow 0.2s;
  transition: opacity 0.3s, bottom 0.3s, background 0.3s, -webkit-box-shadow 0.2s;
  transition: opacity 0.3s, bottom 0.3s, background 0.3s, box-shadow 0.2s;
  transition: opacity 0.3s, bottom 0.3s, background 0.3s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
  width: 80px;
  height: 80px;
}
@media (max-width: 980px) {
  body .footer_totop {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 600px) {
  body .footer_totop {
    width: 55px;
    height: 55px;
  }
}
body .footer_totop a {
  background: linear-gradient(125deg, #3b8ed0, #3671b6);
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px 0 0 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media (any-hover: hover) {
  body .footer_totop a:hover {
    opacity: 0.85;
  }
}
body .footer_totop a:before {
  display: block;
  content: "";
  position: absolute;
  width: 30%;
  height: 30%;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 35%;
  top: 45%;
}
body .footer_entry {
  position: fixed;
  z-index: 2;
  bottom: 200px;
  right: -150px;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
@media (max-width: 1500px) {
  body .footer_entry {
    bottom: 140px;
    right: -100px;
  }
}
@media (max-width: 980px) {
  body .footer_entry {
    left: 0;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
body .footer_entry a {
  text-align: center;
  display: block;
  font-size: 16px;
  padding-top: 45px;
  border-radius: 100px;
  width: 150px;
  height: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background 0.4s, box--shadow 0.2s;
  transition: background 0.4s, box--shadow 0.2s;
}
@media (max-width: 1500px) {
  body .footer_entry a {
    width: 100px;
    height: 100px;
    padding-top: 25px;
    font-size: 14px;
  }
}
@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: 10px 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;
  }
}
@media (any-hover: hover) {
  body .footer_entry a:hover:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  }
}
@media (any-hover: hover) and (max-width: 980px) {
  body .footer_entry a:hover:hover {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
}
body .footer_entry1 {
  margin-bottom: 25px;
}
@media (max-width: 1500px) {
  body .footer_entry1 {
    margin-bottom: 10px;
  }
}
@media (max-width: 980px) {
  body .footer_entry1 {
    margin-bottom: 0;
  }
}
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: 0;
}
.js_nav_fixed .footer_entry {
  right: 30px;
}

.cmn_title {
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 980px) {
  .cmn_title {
    margin-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .cmn_title {
    margin-bottom: 40px;
  }
}
.cmn_title h3 {
  font-size: clamp(28px, 4vw, 40px);
}
.cmn_title p {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
  padding-left: 0.15em;
  font-size: clamp(15px, 2.5v, 17px);
}

.hero_cnt {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1200px) {
  .hero_cnt {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .hero_cnt {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 500px) {
  .hero_cnt {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.hero_cnt {
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 980px) {
  .hero_cnt {
    margin-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .hero_cnt {
    margin-bottom: 40px;
  }
}
.hero_cnt img {
  border-radius: 50px;
}
@media (max-width: 1060px) {
  .hero_cnt img {
    border-radius: 30px;
  }
}
@media (max-width: 600px) {
  .hero_cnt img {
    border-radius: 25px;
  }
}
.hero_cnt img {
  width: 100%;
}
@media (max-width: 1060px) {
  .hero_cnt img {
    aspect-ratio: 2/1.2;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 768px) {
  .hero_cnt img {
    aspect-ratio: 2/1.7;
    -o-object-position: 60% center;
       object-position: 60% center;
  }
}
@media (max-width: 600px) {
  .hero_cnt img {
    aspect-ratio: 1/1.1;
    -o-object-position: 70% center;
       object-position: 70% center;
  }
}
.hero_cnt hgroup {
  position: absolute;
  left: 50px;
  bottom: 45px;
}
@media (max-width: 600px) {
  .hero_cnt hgroup {
    left: 10px;
    bottom: 25px;
  }
}
.hero_cnt hgroup h2 {
  color: #3083be;
  font-size: clamp(30px, 4.7vw, 40px);
}
.hero_cnt hgroup h2 span {
  display: inline-block;
  background-color: #fff;
  -webkit-margin-after: 0.2em;
          margin-block-end: 0.2em;
  padding: 0.5em 30px 0.5em 40px;
  text-box: trim-both cap alphabetic;
}
@media (max-width: 600px) {
  .hero_cnt hgroup h2 span {
    padding-left: 20px;
    padding-right: 15px;
  }
}
.hero_cnt hgroup h2 span:nth-of-type(1) {
  padding-left: 20px;
}
@media (max-width: 600px) {
  .hero_cnt hgroup h2 span:nth-of-type(1) {
    padding-left: 7px;
  }
}
.hero_cnt hgroup p {
  margin-top: 1em;
  padding-left: 40px;
  font-size: 17px;
  letter-spacing: 0.05em;
  color: #ababab;
}
@media (max-width: 600px) {
  .hero_cnt hgroup p {
    margin-top: 0.5em;
    font-size: 3vw;
    padding-left: 20px;
  }
}

.message_cnt {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1200px) {
  .message_cnt {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .message_cnt {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 500px) {
  .message_cnt {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.message_cnt {
  position: relative;
  margin-bottom: 150px;
}
@media (max-width: 980px) {
  .message_cnt {
    margin-bottom: 120px;
  }
}
@media (max-width: 768px) {
  .message_cnt {
    margin-bottom: 90px;
  }
}
@media (max-width: 600px) {
  .message_cnt {
    margin-bottom: 80px;
  }
}
.message_cnt::before {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  width: 65%;
  height: 100%;
  border-radius: 50px;
}
@media (max-width: 1060px) {
  .message_cnt::before {
    border-radius: 30px;
  }
}
@media (max-width: 600px) {
  .message_cnt::before {
    border-radius: 25px;
  }
}
.message_cnt::before {
  background: linear-gradient(125deg, #d5f2ed, #f5fafb);
}
@media (max-width: 768px) {
  .message_cnt::before {
    width: calc(100% - 60px);
  }
}
@media (max-width: 600px) {
  .message_cnt::before {
    width: calc(100% - 40px);
  }
}
@media (max-width: 500px) {
  .message_cnt::before {
    width: calc(100% - 14px);
  }
}
.message_title {
  position: absolute;
  left: 85px;
  top: 40px;
}
@media (max-width: 1200px) {
  .message_title {
    left: 55px;
  }
}
@media (max-width: 980px) {
  .message_title {
    left: 30px;
  }
}
.message_title img {
  width: 25vw;
  max-width: 270px;
  min-width: 160px;
}
.message_box {
  padding: 150px 0 70px;
  width: 65%;
}
@media (max-width: 1500px) {
  .message_box {
    width: 60%;
    min-width: 600px;
  }
}
@media (max-width: 1200px) {
  .message_box {
    min-width: 60%;
  }
}
@media (max-width: 768px) {
  .message_box {
    width: 100%;
    padding: 120px 0 0vw;
  }
}
.message_box p {
  font-size: 113%;
  line-height: 2.5;
}
@media (max-width: 1060px) {
  .message_box p {
    font-size: 105%;
  }
}
@media (max-width: 600px) {
  .message_box p {
    font-size: 115%;
    line-height: 2;
  }
}
.message_fig {
  position: absolute;
  right: 50px;
  top: -20px;
  width: 33vw;
}
@media (max-width: 768px) {
  .message_fig {
    position: static;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(5vw);
        -ms-transform: translateY(5vw);
            transform: translateY(5vw);
  }
  .message_fig img {
    width: 80%;
  }
}

.system_cnt {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1200px) {
  .system_cnt {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .system_cnt {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 500px) {
  .system_cnt {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.system_cnt {
  position: relative;
  padding: 110px 0 100px;
}
@media (max-width: 980px) {
  .system_cnt {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .system_cnt {
    padding: 65px 0;
  }
}
@media (max-width: 600px) {
  .system_cnt {
    padding: 55px 0;
  }
}
.system_cnt::before {
  display: block;
  content: "";
  position: absolute;
  width: calc(100% - 100px);
  height: 100%;
  border-radius: 50px;
}
@media (max-width: 1060px) {
  .system_cnt::before {
    border-radius: 30px;
  }
}
@media (max-width: 600px) {
  .system_cnt::before {
    border-radius: 25px;
  }
}
.system_cnt::before {
  top: 0;
  left: 50px;
  background: linear-gradient(125deg, #f4f6fc, #f2f7fa);
}
@media (max-width: 1200px) {
  .system_cnt::before {
    left: 30px;
    width: calc(100% - 60px);
  }
}
@media (max-width: 768px) {
  .system_cnt::before {
    left: 20px;
    width: calc(100% - 40px);
  }
}
@media (max-width: 500px) {
  .system_cnt::before {
    left: 7px;
    width: calc(100% - 14px);
  }
}
.system_cnt .cmn_title p {
  color: #3083be;
}
.system_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 40px;
}
@media (max-width: 1060px) {
  .system_list {
    gap: 40px 25px;
  }
}
@media (max-width: 768px) {
  .system_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.system_list_single {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 45px 50px;
  position: relative;
  -webkit-box-shadow: 0 0 20px #e1e7f7;
          box-shadow: 0 0 20px #e1e7f7;
}
@media (max-width: 600px) {
  .system_list_single {
    padding: 20px 25px 30px;
  }
}
.system_list_single .num {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 50px;
  position: absolute;
  left: 45px;
  top: -0.75em;
  letter-spacing: 0.1em;
  font-weight: 900;
  color: #fff;
}
@media (max-width: 600px) {
  .system_list_single .num {
    font-size: 40px;
  }
}
.system_list_single:nth-of-type(1) .num {
  -webkit-text-stroke: 3px #3083be;
  text-stroke: 3px #3083be;
  paint-order: stroke;
}
.system_list_single:nth-of-type(1) h4 {
  color: #3083be;
}
.system_list_single:nth-of-type(2) .num, .system_list_single:nth-of-type(5) .num {
  -webkit-text-stroke: 3px #30529b;
  text-stroke: 3px #30529b;
  paint-order: stroke;
}
.system_list_single:nth-of-type(2) h4, .system_list_single:nth-of-type(5) h4 {
  color: #30529b;
}
.system_list_single:nth-of-type(3) .num {
  -webkit-text-stroke: 3px #1aa88a;
  text-stroke: 3px #1aa88a;
  paint-order: stroke;
}
.system_list_single:nth-of-type(3) h4 {
  color: #1aa88a;
}
.system_list_single:nth-of-type(4) .num {
  -webkit-text-stroke: 3px #0b92af;
  text-stroke: 3px #0b92af;
  paint-order: stroke;
}
.system_list_single:nth-of-type(4) h4 {
  color: #0b92af;
}
.system_list_single_l {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .system_list_single_l {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }
  .system_list_single_l > figure {
    display: none;
  }
}
.system_list_single_l .system_list_cap figure {
  display: none;
}
@media (max-width: 768px) {
  .system_list_single_l .system_list_cap figure {
    display: block;
  }
}
.system_list_cap {
  margin-bottom: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 600px) {
  .system_list_cap {
    margin-bottom: 0.75em;
  }
}
.system_list_cap h4 {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.7;
}
@media (max-width: 600px) {
  .system_list_cap h4 {
    font-size: 20px;
  }
}
.system_list_cap figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}
@media (max-width: 600px) {
  .system_list_cap figure {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
}
.system_list_main {
  line-height: 2;
}

.occupation_cnt {
  position: relative;
  padding: 140px 0 150px;
}
@media (max-width: 980px) {
  .occupation_cnt {
    padding: 120px 0;
  }
}
@media (max-width: 768px) {
  .occupation_cnt {
    padding: 100px 0;
  }
}
@media (max-width: 600px) {
  .occupation_cnt {
    padding: 80px 0;
  }
}
.occupation_cnt .cmn_title p {
  color: #3083be;
}
.occupation_cnt::before, .occupation_cnt:after {
  display: block;
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.occupation_cnt::before {
  background-image: url(../img/occupation_fx1.png);
  width: 33vw;
  height: 45vw;
  right: 0;
  top: -1vw;
}
@media (max-width: 768px) {
  .occupation_cnt::before {
    width: 39.6vw;
    height: 54vw;
  }
}
.occupation_cnt:after {
  left: 0;
  bottom: -5vw;
  background-image: url(../img/occupation_fx2.png);
  width: 30vw;
  height: 45vw;
}
@media (max-width: 1060px) {
  .occupation_cnt:after {
    bottom: -15vw;
  }
}
@media (max-width: 768px) {
  .occupation_cnt:after {
    width: 42vw;
    height: 63vw;
    bottom: -25vw;
  }
}
.occupation_list {
  max-width: 750px;
  margin: 0 auto;
  /*
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          gap: 90px 120px;
  */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 90px 15%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1200px) {
  .occupation_list {
    gap: 70px 100px;
  }
}
@media (max-width: 980px) {
  .occupation_list {
    gap: 50px 50px;
  }
}
@media (max-width: 768px) {
  .occupation_list {
    -webkit-transform: translateX(8px);
        -ms-transform: translateX(8px);
            transform: translateX(8px);
    gap: 40px 30px;
  }
}
.occupation_single {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42.5%;
          flex: 0 0 42.5%;
}
@media (any-hover: hover) {
  .occupation_single:hover img {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .occupation_single:hover::before {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.occupation_single:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 85%;
  border-radius: 10px;
  left: -30px;
  top: -20px;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media (max-width: 980px) {
  .occupation_single:before {
    left: -15px;
    top: -20px;
  }
}
.occupation_single.no-fig {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
}
.occupation_single.no-fig:before {
  height: 100%;
  left: 0;
  top: 0;
}
.occupation_single.no-fig h4 {
  margin: 1em;
  padding-right: 0;
}
.occupation_single h4 {
  font-size: 23px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0.7em;
  color: #fff;
  padding-right: 35px;
  letter-spacing: 0.05em;
  font-size: clamp(18px, 4vw, 23px);
}
.occupation_single figure {
  border-radius: 10px;
}
.occupation_single figure img {
  border-radius: 10px;
  width: 100%;
}
.occupation_single figure {
  overflow: hidden;
}
.occupation_single img {
  -webkit-transition: -webkit-transform 0.2s, -webkit-filter 0.4s;
  transition: -webkit-transform 0.2s, -webkit-filter 0.4s;
  transition: transform 0.2s, filter 0.4s;
  transition: transform 0.2s, filter 0.4s, -webkit-transform 0.2s, -webkit-filter 0.4s;
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
.occupation_single:nth-of-type(1) {
  -webkit-transform: translateX(-70px);
      -ms-transform: translateX(-70px);
          transform: translateX(-70px);
}
@media (max-width: 1200px) {
  .occupation_single:nth-of-type(1) {
    -webkit-transform: translateX(-3vw);
        -ms-transform: translateX(-3vw);
            transform: translateX(-3vw);
  }
}
@media (max-width: 768px) {
  .occupation_single:nth-of-type(1) {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.occupation_single:nth-of-type(1)::before {
  background: linear-gradient(155deg, #3caf93, #dbf1ed);
}
.occupation_single:nth-of-type(2) {
  -webkit-transform: translateX(-70px);
      -ms-transform: translateX(-70px);
          transform: translateX(-70px);
}
@media (max-width: 1200px) {
  .occupation_single:nth-of-type(2) {
    -webkit-transform: translateX(-3vw);
        -ms-transform: translateX(-3vw);
            transform: translateX(-3vw);
  }
}
@media (max-width: 768px) {
  .occupation_single:nth-of-type(2) {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.occupation_single:nth-of-type(2)::before {
  background: linear-gradient(155deg, #4061a5, #dae6f2);
}
.occupation_single:nth-of-type(3) {
  -webkit-transform: translateX(70px);
      -ms-transform: translateX(70px);
          transform: translateX(70px);
}
@media (max-width: 1200px) {
  .occupation_single:nth-of-type(3) {
    -webkit-transform: translateX(3vw);
        -ms-transform: translateX(3vw);
            transform: translateX(3vw);
  }
}
@media (max-width: 768px) {
  .occupation_single:nth-of-type(3) {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.occupation_single:nth-of-type(3)::before {
  background: linear-gradient(155deg, #458dc4, #dceaf5);
}
.occupation_single:nth-of-type(4) {
  -webkit-transform: translateX(70px);
      -ms-transform: translateX(70px);
          transform: translateX(70px);
}
@media (max-width: 1200px) {
  .occupation_single:nth-of-type(4) {
    -webkit-transform: translateX(3vw);
        -ms-transform: translateX(3vw);
            transform: translateX(3vw);
  }
}
@media (max-width: 768px) {
  .occupation_single:nth-of-type(4) {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.occupation_single:nth-of-type(4)::before {
  background: linear-gradient(155deg, #de477c, #fee2ea);
}
.occupation_single:nth-of-type(5)::before {
  background: linear-gradient(155deg, #8e8e8e, #d7d7d7);
}

.staff_cnt {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1200px) {
  .staff_cnt {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .staff_cnt {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 500px) {
  .staff_cnt {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.staff_cnt {
  position: relative;
  padding: 110px 0 100px;
}
@media (max-width: 980px) {
  .staff_cnt {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .staff_cnt {
    padding: 65px 0;
  }
}
@media (max-width: 600px) {
  .staff_cnt {
    padding: 55px 0;
  }
}
.staff_cnt::before {
  display: block;
  content: "";
  position: absolute;
  width: calc(100% - 100px);
  height: 100%;
  border-radius: 50px;
}
@media (max-width: 1060px) {
  .staff_cnt::before {
    border-radius: 30px;
  }
}
@media (max-width: 600px) {
  .staff_cnt::before {
    border-radius: 25px;
  }
}
.staff_cnt::before {
  top: 0;
  left: 50px;
  background: linear-gradient(125deg, #f2faf9, #f3f9fb);
}
@media (max-width: 1200px) {
  .staff_cnt::before {
    left: 30px;
    width: calc(100% - 60px);
  }
}
@media (max-width: 768px) {
  .staff_cnt::before {
    left: 20px;
    width: calc(100% - 40px);
  }
}
@media (max-width: 500px) {
  .staff_cnt::before {
    left: 7px;
    width: calc(100% - 14px);
  }
}
.staff_cnt .cmn_title p {
  color: #1aa88a;
}
.staff_benefit {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 90px;
}
@media (max-width: 980px) {
  .staff_benefit {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .staff_benefit {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 70px;
  }
}
@media (max-width: 600px) {
  .staff_benefit {
    gap: 15px;
    margin-bottom: 50px;
  }
}
@media (max-width: 500px) {
  .staff_benefit {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.staff_benefit_single {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px #e1e6f1;
          box-shadow: 0 0 20px #e1e6f1;
  text-align: center;
  padding: 30px 5px;
}
.staff_benefit_single .fig {
  margin-bottom: 15px;
}
.staff_benefit_single .fig img {
  width: 75%;
  max-width: 157px;
}
.staff_benefit_single .txt {
  margin-bottom: 15px;
  color: #1aa88a;
  font-size: 20px;
  font-weight: 700;
  min-height: 3.5em;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 600px) {
  .staff_benefit_single .txt {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .staff_benefit_single .txt {
    min-height: 1em;
  }
}
.staff_benefit_single .txt small {
  font-size: 80%;
  color: #000;
}
@media (max-width: 600px) {
  .staff_benefit_single .num img {
    width: 80%;
  }
}
.staff_benefit_single:nth-of-type(2) .txt {
  min-height: 2em;
}
.staff_benefit_single:nth-of-type(4) .txt {
  margin-top: 2em;
  min-height: 2em;
}
.staff_benefit_single:nth-of-type(8) .txt {
  margin-top: 3em;
  min-height: 1.7em;
}
.staff_interview .inner {
  max-width: 1250px;
}
.staff_interview_box {
  border-radius: 30px;
  padding: 80px 80px 160px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px #e1e6f1;
          box-shadow: 0 0 20px #e1e6f1;
}
@media (max-width: 1200px) {
  .staff_interview_box {
    padding: 60px 60px 140px;
  }
}
@media (max-width: 980px) {
  .staff_interview_box {
    padding: 40px 35px 50px;
  }
}
@media (max-width: 768px) {
  .staff_interview_box {
    padding: 30px 20px 35px;
  }
}
.staff_interview_head {
  max-width: 980px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 980px) {
  .staff_interview_head {
    gap: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .staff_interview_head {
    display: block;
  }
}
.staff_interview_head h4 {
  font-size: clamp(26px, 4vw, 38px);
  margin-bottom: 0.75em;
  padding-left: 1.4em;
  position: relative;
}
.staff_interview_head h4::before {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/interview_cap_fx.png) no-repeat center;
  background-size: contain;
  width: 1em;
  height: 1em;
  left: 0;
  top: 0.3em;
}
.staff_interview_head p {
  font-size: 17px;
}
@media (max-width: 1060px) {
  .staff_interview_head p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .staff_interview_head p {
    font-size: 15px;
  }
}
@media (max-width: 980px) {
  .staff_interview_head figure {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}
@media (max-width: 600px) {
  .staff_interview_head figure {
    position: absolute;
    width: 22%;
    top: 0;
    right: 15px;
    -webkit-transform: translateY(-65%);
        -ms-transform: translateY(-65%);
            transform: translateY(-65%);
  }
}
.staff_interview_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
}
@media (max-width: 980px) {
  .staff_interview_list {
    gap: 30px;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .staff_interview_list {
    gap: 20px 10px;
  }
}
.staff_interview_single {
  position: relative;
}
@media (any-hover: hover) {
  .staff_interview_single:hover::before {
    -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
            transform: scale(0.95);
  }
  .staff_interview_single:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.staff_interview_single:before, .staff_interview_single:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.staff_interview_single:before {
  width: 90%;
  height: 75%;
  border-radius: 10px;
  right: 0;
  bottom: 0;
}
.staff_interview_single:after {
  width: 0.75em;
  height: 0.75em;
  border-right: 3px solid #ccc;
  border-top: 3px solid #ccc;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 1.7em;
  bottom: 1.7em;
}
.staff_interview_single_cap {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 80px 15px 1fr;
  grid-template-columns: 80px 1fr;
  gap: 15px;
}
@media (max-width: 980px) {
  .staff_interview_single_cap {
    -ms-grid-columns: 10vw 10px 1fr;
    grid-template-columns: 10vw 1fr;
    gap: 10px;
  }
}
.staff_interview_single_cap p {
  border-radius: 100px;
  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;
  color: #fff;
  height: 80px;
  text-align: center;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 980px) {
  .staff_interview_single_cap p {
    height: 10vw;
    font-size: 1.5vw;
  }
}
.staff_interview_single_cap p em {
  display: block;
  letter-spacing: 0.1em;
  font-size: 280%;
}
.staff_interview_single_cap h5 {
  padding-top: 0.5em;
  font-size: 23px;
  font-weight: 700;
}
@media (max-width: 980px) {
  .staff_interview_single_cap h5 {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .staff_interview_single_cap h5 {
    padding-top: 0.3em;
    font-size: 18px;
  }
}
.staff_interview_single_box {
  position: relative;
  margin-top: -20px;
}
@media (max-width: 980px) {
  .staff_interview_single_box {
    margin-top: -10px;
  }
}
@media (max-width: 600px) {
  .staff_interview_single_box {
    margin-top: -5px;
  }
}
.staff_interview_single_box .fig {
  text-align: center;
}
.staff_interview_single_box img {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media (max-width: 980px) {
  .staff_interview_single_box img {
    max-width: 159px;
    width: 65%;
  }
}
.staff_interview_single_box .ttl {
  position: absolute;
  left: 5px;
  bottom: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 980px) {
  .staff_interview_single_box .ttl {
    font-size: 3vw;
  }
}
.staff_interview_single_box .ttl span {
  text-box: trim-both cap alphabetic;
  display: inline-block;
  padding: 0.7em 15px;
}
@media (max-width: 980px) {
  .staff_interview_single_box .ttl span {
    padding: 0.7em 10px;
  }
}
.staff_interview_single_txt {
  color: #000;
  position: relative;
  padding-bottom: 1.5em;
  padding-left: 20px;
}
@media (max-width: 980px) {
  .staff_interview_single_txt {
    padding-left: 10px;
  }
}
.staff_interview_single_txt .name em {
  font-size: 187%;
  font-weight: 700;
}
@media (max-width: 500px) {
  .staff_interview_single_txt .note {
    font-size: 14px;
  }
}
.staff_interview_single:nth-of-type(1):before {
  background: linear-gradient(125deg, #ebf8f7, #ecf6fa);
}
.staff_interview_single:nth-of-type(1):after {
  border-color: #1aa88a;
}
.staff_interview_single:nth-of-type(1) hgroup p {
  background-color: #1aa88a;
}
.staff_interview_single:nth-of-type(1) hgroup h5 {
  color: #1aa88a;
}
.staff_interview_single:nth-of-type(1) .ttl span {
  background-color: #1aa88a;
}
.staff_interview_single:nth-of-type(1) .name em {
  color: #1aa88a;
}
.staff_interview_single:nth-of-type(2) {
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
}
.staff_interview_single:nth-of-type(2):before {
  background: linear-gradient(125deg, #f0f4fb, #edf6fa);
}
.staff_interview_single:nth-of-type(2):after {
  border-color: #30529b;
}
.staff_interview_single:nth-of-type(2) hgroup p {
  background-color: #30529b;
}
.staff_interview_single:nth-of-type(2) hgroup h5 {
  color: #30529b;
}
.staff_interview_single:nth-of-type(2) .ttl span {
  background-color: #30529b;
}
.staff_interview_single:nth-of-type(2) .name em {
  color: #30529b;
}
.staff_interview_single:nth-of-type(3) {
  -webkit-transform: translateY(80px);
      -ms-transform: translateY(80px);
          transform: translateY(80px);
}
@media (max-width: 980px) {
  .staff_interview_single:nth-of-type(3) {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.staff_interview_single:nth-of-type(3):before {
  background: linear-gradient(125deg, #eff4fc, #e4f6fe);
}
.staff_interview_single:nth-of-type(3):after {
  border-color: #3083be;
}
.staff_interview_single:nth-of-type(3) hgroup p {
  background-color: #3083be;
}
.staff_interview_single:nth-of-type(3) hgroup h5 {
  color: #3083be;
}
.staff_interview_single:nth-of-type(3) .ttl span {
  background-color: #3083be;
}
.staff_interview_single:nth-of-type(3) .name em {
  color: #3083be;
}

.faq_cnt {
  margin-top: 60px;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1200px) {
  .faq_cnt {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .faq_cnt {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 500px) {
  .faq_cnt {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.faq_cnt {
  position: relative;
  padding: 110px 0 50px;
}
@media (max-width: 980px) {
  .faq_cnt {
    padding: 80px 0 30px;
  }
}
@media (max-width: 768px) {
  .faq_cnt {
    padding: 65px 0 20px;
  }
}
@media (max-width: 600px) {
  .faq_cnt {
    padding: 55px 0 10px;
  }
}
.faq_cnt::before {
  display: block;
  content: "";
  position: absolute;
  width: calc(100% - 100px);
  height: 100%;
  border-radius: 50px;
}
@media (max-width: 1060px) {
  .faq_cnt::before {
    border-radius: 30px;
  }
}
@media (max-width: 600px) {
  .faq_cnt::before {
    border-radius: 25px;
  }
}
.faq_cnt::before {
  top: 0;
  left: 50px;
  background: linear-gradient(125deg, #f3f4fb, #fcf6fa);
}
@media (max-width: 1200px) {
  .faq_cnt::before {
    left: 30px;
    width: calc(100% - 60px);
  }
}
@media (max-width: 768px) {
  .faq_cnt::before {
    left: 20px;
    width: calc(100% - 40px);
  }
}
@media (max-width: 500px) {
  .faq_cnt::before {
    left: 7px;
    width: calc(100% - 14px);
  }
}
.faq_cnt .cmn_title p {
  color: #dd467c;
}
.faq_list .cap {
  color: #dd467c;
  margin: 2em 0 1em;
  text-align: center;
  font-size: clamp(18px, 4vw, 25px);
}
.faq_list_single {
  margin-bottom: 2em;
}
@media (max-width: 980px) {
  .faq_list_single {
    margin-bottom: 1.5em;
  }
}
.faq_list_single dt {
  background-color: #fff;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 0.75em 1.5em;
}
.faq_list_single em {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  font-size: clamp(18px, 4vw, 25px);
  color: #dd467c;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
@media (max-width: 980px) {
  .faq_list_single em {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6vw;
            flex: 0 0 6vw;
  }
}
.faq_list_single span {
  font-size: clamp(16px, 3.5vw, 20px);
}
.faq_list_single dd {
  padding: 2em 0 2em 85px;
  line-height: 2;
}
@media (max-width: 980px) {
  .faq_list_single dd {
    padding: 1.5em 1.5em;
  }
}

.entry_cnt {
  padding: 120px 0 90px;
  position: relative;
}
@media (max-width: 980px) {
  .entry_cnt {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .entry_cnt {
    padding: 65px 0;
  }
}
@media (max-width: 600px) {
  .entry_cnt {
    padding: 55px 0;
  }
}
.entry_cnt::before {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/footer_fig.png) no-repeat center;
  background-size: contain;
  width: 23vw;
  height: 16vw;
  right: 50px;
  bottom: 0px;
  z-index: 2;
}
@media (max-width: 768px) {
  .entry_cnt::before {
    width: 27.6vw;
    height: 19.2vw;
  }
}
@media (max-width: 500px) {
  .entry_cnt::before {
    width: 34.5vw;
    height: 24vw;
  }
}
.entry_list {
  max-width: 1250px;
  margin-bottom: 100px;
  position: relative;
  margin: 0 auto 100px;
  padding: 50px 0;
}
@media (max-width: 980px) {
  .entry_list {
    padding: 40px 0;
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .entry_list {
    padding: 30px 0;
    margin-bottom: 60px;
  }
}
.entry_list::before {
  display: block;
  content: "";
  position: absolute;
  width: calc(100% - 100px);
  height: 100%;
  border-radius: 50px;
}
@media (max-width: 1060px) {
  .entry_list::before {
    border-radius: 30px;
  }
}
@media (max-width: 600px) {
  .entry_list::before {
    border-radius: 25px;
  }
}
.entry_list::before {
  top: 0;
  left: 50px;
  background: linear-gradient(125deg, #f4f6fc, #f2f7fa);
}
@media (max-width: 1200px) {
  .entry_list::before {
    left: 30px;
    width: calc(100% - 60px);
  }
}
@media (max-width: 768px) {
  .entry_list::before {
    left: 20px;
    width: calc(100% - 40px);
  }
}
@media (max-width: 500px) {
  .entry_list::before {
    left: 7px;
    width: calc(100% - 14px);
  }
}
.entry_list h4 {
  text-align: center;
  font-size: clamp(18px, 4vw, 25px);
  margin-bottom: 1.5em;
}
.entry_list ul {
  position: relative;
  /*
              display: grid;
              gap: 20px;
              grid-template-columns: repeat(5, 1fr);
  */
  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: 20px 2.5%;
}
@media (max-width: 600px) {
  .entry_list ul {
    gap: 10px 2.5%;
  }
}
.entry_list ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18%;
          flex: 0 0 18%;
}
@media (max-width: 1200px) {
  .entry_list ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}
@media (max-width: 768px) {
  .entry_list ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
}
.entry_list 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: 4em;
  font-size: clamp(16px, 3.5vw, 20px);
  color: #fff;
  font-weight: 700;
  border-radius: 10px;
  position: relative;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media (any-hover: hover) {
  .entry_list a:hover {
    opacity: 0.85;
  }
}
.entry_list a::before {
  display: block;
  content: "";
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  right: 15px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: calc(50% - 0.25em);
}
.entry_list li:nth-of-type(1) a {
  background: linear-gradient(155deg, #26ab8d, #7ccdbd);
}
.entry_list li:nth-of-type(2) a {
  background: linear-gradient(155deg, #4162a5, #94a9cf);
}
.entry_list li:nth-of-type(3) a {
  background: linear-gradient(155deg, #3e89c2, #8ebbdc);
}
.entry_list li:nth-of-type(4) a {
  background: linear-gradient(155deg, #db3e78, #ed93b3);
}
.entry_list li:nth-of-type(5) a {
  background: linear-gradient(155deg, #8e8e8e, #d7d7d7);
}
.entry_detail_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 25px 1fr;
  grid-template-columns: 50% 1fr;
  gap: 25px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 768px) {
  .entry_detail_box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.entry_detail_map {
  height: 300px;
  border: 1px solid #ccc;
}
.entry_detail_map iframe {
  width: 100%;
  height: 100%;
}
.entry_detail_text {
  background: #f2f7fa;
  border-radius: 30px;
  padding: 40px 30px 80px;
}
.entry_detail_text p {
  position: relative;
  padding-left: 40px;
}
.entry_detail_text p::before {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/footer_icon.png) no-repeat center;
  background-size: contain;
  width: 26px;
  height: 31px;
  left: 0;
  top: 0.5em;
}

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_single1 {
  background: linear-gradient(125deg, #ebf8f7, #ecf6fa);
}
.modal_single1 .modal_single_head .num,
.modal_single1 .modal_single_head .ttl span {
  background-color: #1aa88a;
}
.modal_single1 .modal_single_head .org {
  color: #1aa88a;
}
.modal_single1 .modal_single_head .name em {
  color: #1aa88a;
}
.modal_single1 .modal_single_head_fig:before {
  background: linear-gradient(125deg, #ebf8f7, #ecf6fa);
}
.modal_single1 .modal_single_body dt,
.modal_single1 .modal_single_body div {
  background: linear-gradient(125deg, #ebf8f7, #ecf6fa);
}
.modal_single1 .modal_single_body .lm,
.modal_single1 .modal_single_body .mark,
.modal_single1 .modal_single_body h4 {
  color: #1aa88a;
}
.modal_single2 {
  background: linear-gradient(125deg, #f0f4fb, #edf6fa);
}
.modal_single2 .modal_single_head .num,
.modal_single2 .modal_single_head .ttl span {
  background-color: #30529b;
}
.modal_single2 .modal_single_head .org {
  color: #30529b;
}
.modal_single2 .modal_single_head .name em {
  color: #30529b;
}
.modal_single2 .modal_single_head_fig:before {
  background: linear-gradient(125deg, #f0f4fb, #edf6fa);
}
.modal_single2 .modal_single_body dt,
.modal_single2 .modal_single_body div {
  background: linear-gradient(125deg, #f0f4fb, #edf6fa);
}
.modal_single2 .modal_single_body .lm,
.modal_single2 .modal_single_body .mark,
.modal_single2 .modal_single_body h4 {
  color: #30529b;
}
.modal_single3 {
  background: linear-gradient(125deg, #eff4fc, #e4f6fe);
}
.modal_single3 .modal_single_head .num,
.modal_single3 .modal_single_head .ttl span {
  background-color: #3083be;
}
.modal_single3 .modal_single_head .org {
  color: #3083be;
}
.modal_single3 .modal_single_head .name em {
  color: #3083be;
}
.modal_single3 .modal_single_head_fig:before {
  background: linear-gradient(125deg, #eff4fc, #e4f6fe);
}
.modal_single3 .modal_single_body dt,
.modal_single3 .modal_single_body div {
  background: linear-gradient(125deg, #eff4fc, #e4f6fe);
}
.modal_single3 .modal_single_body .lm,
.modal_single3 .modal_single_body .mark,
.modal_single3 .modal_single_body h4 {
  color: #3083be;
}
.modal_single_main {
  padding-top: 50px;
}
.modal_single_wrap {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px #e1e7f7;
          box-shadow: 0 0 20px #e1e7f7;
  padding: 65px 80px;
}
@media (max-width: 768px) {
  .modal_single_wrap {
    padding: 55px 60px;
    border-radius: 20px;
  }
}
@media (max-width: 600px) {
  .modal_single_wrap {
    padding: 40px 40px;
  }
}
@media (max-width: 500px) {
  .modal_single_wrap {
    padding: 30px 20px;
  }
}
.modal_single_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 768px) {
  .modal_single_head {
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .modal_single_head {
    margin-bottom: 30px;
  }
}
.modal_single_head_fig {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .modal_single_head_fig {
    position: absolute;
    right: 0;
    top: -20%;
    width: 35%;
  }
}
@media (max-width: 500px) {
  .modal_single_head_fig {
    top: -15%;
    width: 40%;
  }
}
.modal_single_head_fig::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 90%;
  border-radius: 20px;
  right: 0;
  bottom: 0;
}
.modal_single_head_fig img {
  position: relative;
}
.modal_single_head_text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  z-index: 1;
}
.modal_single_head_text hgroup {
  position: relative;
  z-index: 1;
}
.modal_single_head_text hgroup .sub {
  margin-bottom: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 80px 15px 1fr;
  grid-template-columns: 80px 1fr;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 980px) {
  .modal_single_head_text hgroup .sub {
    -ms-grid-columns: 10vw 10px 1fr;
    grid-template-columns: 10vw 1fr;
    gap: 10px;
  }
}
.modal_single_head_text hgroup .num {
  border-radius: 100px;
  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;
  color: #fff;
  height: 80px;
  text-align: center;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 980px) {
  .modal_single_head_text hgroup .num {
    height: 10vw;
    font-size: 1.5vw;
  }
}
.modal_single_head_text hgroup .num small {
  font-size: 100%;
}
.modal_single_head_text hgroup .num em {
  display: block;
  letter-spacing: 0.1em;
  font-size: 280%;
}
.modal_single_head_text hgroup .org {
  font-size: clamp(18px, 4vw, 25px);
  font-weight: 700;
}
.modal_single_head_text hgroup .ttl {
  color: #fff;
  font-size: clamp(20px, 4vw, 27px);
  font-weight: 700;
  margin-bottom: 0.75em;
}
.modal_single_head_text hgroup .ttl span {
  text-box: trim-both cap alphabetic;
  display: inline-block;
  padding: 0.7em 20px;
}
@media (max-width: 600px) {
  .modal_single_head_text hgroup .ttl span {
    padding: 0.6em 15px;
  }
}
.modal_single_head_text .name {
  padding-left: 20px;
}
@media (max-width: 600px) {
  .modal_single_head_text .name {
    padding-left: 15px;
  }
}
.modal_single_head_text .name em {
  font-size: 187%;
  font-weight: 700;
}
.modal_single_body {
  padding: 0 20px;
}
@media (max-width: 980px) {
  .modal_single_body {
    padding: 0;
  }
}
.modal_single_body dl {
  margin-bottom: 4em;
}
@media (max-width: 980px) {
  .modal_single_body dl {
    margin-bottom: 3em;
  }
}
@media (max-width: 600px) {
  .modal_single_body dl {
    margin-bottom: 2.5em;
  }
}
.modal_single_body dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 1em 25px;
  border-radius: 100px;
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  .modal_single_body dt {
    gap: 10px;
    padding: 0.75em 20px;
    margin-bottom: 1.5em;
    border-radius: 20px;
  }
}
.modal_single_body dt .lm {
  font-size: clamp(18px, 4vw, 25px);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.modal_single_body dt .cap {
  font-size: clamp(16px, 3.5vw, 20px);
}
.modal_single_body dd {
  padding-left: 77px;
  line-height: 2;
}
@media (max-width: 980px) {
  .modal_single_body dd {
    padding-left: 0;
  }
}
.modal_single_body .mark {
  display: inline-block;
  padding-bottom: 0.5em;
}
.modal_single_body div {
  border-radius: 30px;
  padding: 2em 4em;
}
@media (max-width: 980px) {
  .modal_single_body div {
    padding: 2em 3em;
  }
}
@media (max-width: 768px) {
  .modal_single_body div {
    border-radius: 20px;
  }
}
@media (max-width: 600px) {
  .modal_single_body div {
    padding: 2em 2em;
  }
}
@media (max-width: 500px) {
  .modal_single_body div {
    padding: 2em 1.5em;
  }
}
.modal_single_body div h4 {
  text-align: center;
  margin-bottom: 1em;
  font-weight: 700;
  font-size: clamp(19px, 3vw, 24px);
}
@media (max-width: 500px) {
  .modal_single_body div h4 {
    font-size: 4.8vw;
  }
}
.modal_single_body div p {
  line-height: 2;
}
.modal_single_close {
  text-align: center;
  padding: 80px 0 40px;
}
@media (max-width: 600px) {
  .modal_single_close {
    padding: 50px 0 40px;
  }
}
.modal_single_close button {
  background-color: transparent;
  border: none;
  border-radius: 10px;
  -webkit-transition: background 0.4s, opacity 0.4s;
  transition: background 0.4s, opacity 0.4s;
  padding: 0.8em 5em;
  position: relative;
  border: 1px solid #b3b3b3;
}
@media (any-hover: hover) {
  .modal_single_close button:hover:hover {
    opacity: 0.7;
  }
}
.modal_single_close button .label {
  color: #000;
}
.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;
  width: 100%;
  max-width: 100%;
}
.modaal-content-container {
  padding: 0;
}
.modaal-close {
  display: none;
}
.modaal-inner-wrapper {
  padding: 0;
}

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