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

body {
  background-color: #fff;
}

article {
  padding-top: 100px;
}

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

.inner {
  max-width: 1060px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

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

@media (max-width: 500px) {
  .inner {
    padding-left: 17px;
    padding-right: 17px;
  }
}

.max_width {
  max-width: 1060px;
}

.text_center {
  text-align: center;
}

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

img {
  max-width: 100%;
}

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

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

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

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

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

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

html,
button {
  -webkit-font-feature-settings: "pkna" 1;
  font-feature-settings: "pkna" 1;
  font-size: 16px;
  color: #333;
  font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', "Noto Sans JP", "YuGothic", "Yu Gothic", "Meiryo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

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

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

.font-en {
  font-family: "Alatsi", sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

body {
  line-height: 1.5;
}

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

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

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

@media (max-width: 1200px) {
  header_main,
  .header_main {
    height: 60px;
    display: block;
  }
}

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

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

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

@media (max-width: 1200px) {
  header h1 a,
  .header h1 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
  }
}

header h1 .logo,
.header h1 .logo {
  display: block;
}

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

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

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

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

@media (max-width: 1200px) {
  header button,
  .header button {
    display: block;
  }
}

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

header button .icon,
.header button .icon {
  width: 40px;
  height: 20px;
  position: relative;
  margin-bottom: 8px;
}

header button .icon span,
.header button .icon span {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 5px;
  background-color: #c40079;
  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: 1200px) {
  header_nav,
  .header_nav {
    position: absolute;
    top: 60px;
    right: -300px;
    right: -100%;
    background-color: #c40079;
    display: block;
    padding: 30px 30px;
    -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: 1200px) {
  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: 1500px) {
  header_nav ul,
  .header_nav ul {
    padding-right: 0.5em;
    padding-right: 0;
  }
}

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

@media (max-width: 1200px) {
  header_nav ul,
  .header_nav ul {
    display: block;
    text-align: left;
    padding: 0;
  }
}

header_nav li,
.header_nav li {
  display: inline-block;
  text-align: center;
}

@media (max-width: 1200px) {
  header_nav li,
  .header_nav li {
    display: block;
  }
}

header_nav li:nth-last-of-type(1) a .label:after,
.header_nav li:nth-last-of-type(1) a .label:after {
  display: none;
}

header_nav li a,
.header_nav li a {
  display: inline-block;
  -webkit-transition: color 0.4s, opacity 0.4s;
  -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;
    color: #fff;
    text-align: left;
    padding: 1em 0;
  }
}

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 0.75em;
  }
}

@media (max-width: 980px) {
  header_nav li a .label,
  .header_nav li a .label {
    background: none;
    text-align: left;
    font-size: 16px;
    padding-right: 3em;
    position: relative;
  }
  header_nav li a .label:before,
  .header_nav li a .label:before {
    display: block;
    content: "";
    position: absolute;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 0.4em;
    height: 0.4em;
    right: 0;
    top: 0.7em;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

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: #c40079;
  }
}

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

header_entry,
.header_entry {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 167px;
  flex: 0 0 167px;
  font-family: "Alatsi", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 1500px) {
  header_entry,
  .header_entry {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
  }
}

@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: 1200px) {
  header_entry,
  .header_entry {
    display: none;
  }
}

@media (max-width: 600px) {
  header_entry,
  .header_entry {
    visibility: hidden;
  }
}

header_entry a,
.header_entry a {
  color: #fff;
  background-color: #c40079;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 0.75em;
  -webkit-transition: background 0.4s, color 0.4s, opacity 0.4s;
  -o-transition: background 0.4s, color 0.4s, opacity 0.4s;
  transition: background 0.4s, color 0.4s, opacity 0.4s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1400px) {
  header_entry a,
  .header_entry a {
    padding: 0.75em 1.5em 0.75em 0.5em;
    text-align: left;
  }
}

header_entry a .text,
.header_entry a .text {
  font-family: "Alatsi", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}

header_entry a img,
.header_entry a img {
  width: 48px;
}

header_entry a::before, header_entry a:after,
.header_entry a::before,
.header_entry a:after {
  display: block;
  content: "";
  position: absolute;
  border-top: 1px solid #fff;
}

header_entry a:before,
.header_entry a:before {
  width: 22px;
  right: 15px;
  top: calc(50% + 3px);
}

@media (max-width: 1400px) {
  header_entry a:before,
  .header_entry a:before {
    right: 10px;
  }
}

header_entry a:after,
.header_entry a:after {
  width: 7px;
  right: 15px;
  top: calc(50% - 0px);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 1400px) {
  header_entry a:after,
  .header_entry a:after {
    right: 10px;
  }
}

@media (any-hover: hover) {
  header_entry a:hover,
  .header_entry a:hover {
    opacity: 0.7;
  }
}

.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);
  -o-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 {
  margin-top: 150px;
  position: relative;
}

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

@media (max-width: 600px) {
  body .footer {
    margin-top: 70px;
  }
}

body .footer_main {
  padding: 1.5em;
  background-color: #f6f5f3;
}

@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;
    text-align: center;
  }
}

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: #333;
}

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

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

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

body .footer li a span {
  display: inline-block;
  padding: 0 1em;
}

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

body .footer_copyrights {
  text-align: center;
  background-color: #c40079;
  color: #fff;
  padding: 1em 0.75em;
  font-size: 15px;
  letter-spacing: 0.05em;
}

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

@media (max-width: 980px) {
  body .footer_copyrights {
    padding-bottom: 88px;
  }
}

@media (max-width: 600px) {
  body .footer_copyrights {
    font-size: 14px;
    padding-left: 70px;
    padding-right: 70px;
  }
}

@media (max-width: 500px) {
  body .footer_copyrights {
    padding-left: 20px;
    padding-right: 20px;
  }
}

body .footer_totop {
  z-index: 3;
  position: fixed;
  right: -100%;
  bottom: -150px;
  bottom: 0;
  -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, right 0.3s, background 0.3s, -webkit-box-shadow 0.2s;
  transition: opacity 0.3s, right 0.3s, background 0.3s, -webkit-box-shadow 0.2s;
  -o-transition: opacity 0.3s, right 0.3s, background 0.3s, box-shadow 0.2s;
  transition: opacity 0.3s, right 0.3s, background 0.3s, box-shadow 0.2s;
  transition: opacity 0.3s, right 0.3s, background 0.3s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
  width: 85px;
  height: 85px;
  background-color: #c40079;
  text-align: center;
}

@media (max-width: 1200px) {
  body .footer_totop {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }
}

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

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

@media (any-hover: hover) {
  body .footer_totop:hover {
    opacity: 0.8;
  }
  body .footer_totop:hover .icon {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}

body .footer_totop a {
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding-top: 20%;
}

body .footer_totop .text {
  font-size: 15px;
  font-family: "Alatsi", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
}

@media (max-width: 600px) {
  body .footer_totop .text {
    font-size: 13px;
  }
}

body .footer_totop .icon {
  width: 40%;
  height: 32%;
  border-top: 1px solid #fff;
  display: block;
  position: relative;
  margin: 0 auto 5%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

body .footer_totop .icon:before, body .footer_totop .icon:after {
  display: block;
  content: "";
  position: absolute;
  width: 1px;
  background-color: #fff;
}

body .footer_totop .icon::before {
  left: 50%;
  top: 10%;
  height: 90%;
}

body .footer_totop .icon:after {
  left: 40%;
  top: 8%;
  height: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

body .footer_entry {
  position: fixed;
  z-index: 2;
  bottom: -100%;
  right: 0;
  -webkit-transition: bottom 0.3s;
  -o-transition: bottom 0.3s;
  transition: bottom 0.3s;
  display: none;
}

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

@media (max-width: 1200px) {
  body .footer_entry {
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
    padding-right: 85px;
  }
}

body .footer_entry a {
  text-align: center;
  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;
  height: 71px;
  gap: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.4s, opacity 0.4s, -webkit-box-shadow 0.2s;
  transition: background 0.4s, opacity 0.4s, -webkit-box-shadow 0.2s;
  -o-transition: background 0.4s, box-shadow 0.2s, opacity 0.4s;
  transition: background 0.4s, box-shadow 0.2s, opacity 0.4s;
  transition: background 0.4s, box-shadow 0.2s, opacity 0.4s, -webkit-box-shadow 0.2s;
  background-color: #c40079;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  padding: 0.75em;
  height: 86px;
}

@media (max-width: 980px) {
  body .footer_entry a {
    height: 71px;
  }
}

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

@media (any-hover: hover) {
  body .footer_entry a:hover {
    opacity: 0.8;
  }
}

body .footer_entry .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15px;
  flex: 0 0 15px;
  position: relative;
  height: 5px;
  position: relative;
}

body .footer_entry .icon::before, body .footer_entry .icon::after {
  display: block;
  content: "";
  position: absolute;
  border-top: 1px solid #FFF;
}

body .footer_entry .icon::before {
  top: 35%;
  right: -2px;
  width: 40%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

body .footer_entry .icon:after {
  bottom: 5%;
  right: 0;
  width: 100%;
}

.js_nav_fixed .footer_totop {
  right: 0;
}

.js_nav_fixed .footer_entry {
  bottom: 0;
}

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

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

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

.cmn_title hgroup {
  display: inline-block;
  position: relative;
}

.cmn_title p {
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 980px) {
  .cmn_title p img {
    width: 90%;
  }
}

@media (max-width: 600px) {
  .cmn_title p img {
    width: 80%;
  }
}

.cmn_title h3 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #c40079;
}

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

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

.cmn_title h3 span {
  display: inline-block;
  padding: 0.75em 1em 1em;
  position: relative;
}

.cmn_title h3 span:after {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/cmn_cap_fx.png) no-repeat bottom center;
  background-size: contain;
  width: 6.75em;
  height: 0.9em;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hero_cnt {
  position: relative;
}

.hero_cnt h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  width: 42vw;
}

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

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

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

.hero_cnt h2 img {
  width: 100%;
}

.hero_slide {
  overflow: hidden;
}

.hero_slide_single {
  width: 200vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1200px) {
  .hero_slide_single {
    width: 250vw;
  }
}

@media (max-width: 980px) {
  .hero_slide_single {
    width: 300vw;
  }
}

@media (max-width: 768px) {
  .hero_slide_single {
    width: 400vw;
  }
}

@media (max-width: 600px) {
  .hero_slide_single {
    width: 600vw;
  }
}

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

.hero_slide_single img {
  width: 100%;
}

.hero_slide_single1 {
  margin-bottom: 0.9vw;
  -webkit-animation: heroSlide1 60s linear infinite;
  animation: heroSlide1 60s linear infinite;
}

@media (max-width: 980px) {
  .hero_slide_single1 {
    margin-bottom: 1.3vw;
  }
}

@media (max-width: 768px) {
  .hero_slide_single1 {
    margin-bottom: 1.9vw;
  }
}

@media (max-width: 600px) {
  .hero_slide_single1 {
    margin-bottom: 3vw;
  }
}

.hero_slide_single2 {
  -webkit-animation: heroSlide2 70s linear infinite;
  animation: heroSlide2 70s linear infinite;
}

@-webkit-keyframes heroSlide1 {
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  from {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes heroSlide1 {
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  from {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@-webkit-keyframes heroSlide2 {
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes heroSlide2 {
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.about_cnt,
.flow_cnt,
.feature_cnt,
.welfare_cnt,
.message_cnt,
.search_cnt {
  padding: 125px 0 100px;
}

@media (max-width: 980px) {
  .about_cnt,
  .flow_cnt,
  .feature_cnt,
  .welfare_cnt,
  .message_cnt,
  .search_cnt {
    padding: 100px 0 80px;
  }
}

@media (max-width: 768px) {
  .about_cnt,
  .flow_cnt,
  .feature_cnt,
  .welfare_cnt,
  .message_cnt,
  .search_cnt {
    padding: 90px 0 70px;
  }
}

@media (max-width: 600px) {
  .about_cnt,
  .flow_cnt,
  .feature_cnt,
  .welfare_cnt,
  .message_cnt,
  .search_cnt {
    padding: 75px 0 60px;
  }
}

@media (max-width: 500px) {
  .about_cnt,
  .flow_cnt,
  .feature_cnt,
  .welfare_cnt,
  .message_cnt,
  .search_cnt {
    padding: 65px 0 50px;
  }
}

.about_cnt {
  position: relative;
  overflow: hidden;
}

.about_cnt .cmn_title {
  text-align: left;
  color: #c40079;
  margin-left: -33px;
}

@media (max-width: 600px) {
  .about_cnt .cmn_title p {
    left: 20px;
    top: -10px;
  }
}

.about_cnt:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 70%;
  -webkit-clip-path: polygon(0% 30%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 30%, 100% 0%, 100% 100%, 0% 100%);
  background-color: #f6f5f3;
  left: 0;
  bottom: 0;
}

.about_box {
  position: relative;
}

.about_text {
  font-size: 18px;
  line-height: 1.9;
}

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

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

.about_text1 {
  width: 100%;
  padding-bottom: 100px;
}

@media (max-width: 600px) {
  .about_text1 {
    padding-bottom: 2em;
  }
}

.about_text1 p {
  padding-right: 200px;
}

@media (max-width: 600px) {
  .about_text1 p {
    padding-right: 0;
  }
}

.about_text2 {
  padding-bottom: 100px;
  width: 100%;
}

@media (max-width: 1200px) {
  .about_text2 {
    padding-bottom: 0;
  }
}

.about_text2 p {
  padding-left: 300px;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .about_text2 p {
    padding-left: 35vw;
  }
}

@media (max-width: 600px) {
  .about_text2 p {
    margin-bottom: 2em;
    padding-left: 0;
  }
}

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

.about_fx img {
  position: absolute;
}

@media (max-width: 600px) {
  .about_fx-a {
    position: relative;
    display: block;
    width: 100%;
    height: 75vw;
  }
}

@media (max-width: 600px) {
  .about_fx-b {
    position: static;
    display: block;
    width: 100%;
  }
  .about_fx-b img {
    position: static;
  }
}

.about_fx1 {
  top: 100px;
  width: 24vw;
  max-width: 328px;
  left: 50%;
  -webkit-transform: translateX(25vw);
  -ms-transform: translateX(25vw);
  transform: translateX(25vw);
}

@media (max-width: 1400px) {
  .about_fx1 {
    -webkit-transform: translateX(26.5vw);
    -ms-transform: translateX(26.5vw);
    transform: translateX(26.5vw);
    width: 20vw;
  }
}

@media (max-width: 768px) {
  .about_fx1 {
    width: 27vw;
    -webkit-transform: translateX(21.5vw);
    -ms-transform: translateX(21.5vw);
    transform: translateX(21.5vw);
  }
}

@media (max-width: 600px) {
  .about_fx1 {
    width: 60vw;
    top: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    left: auto;
    right: 5vw;
  }
}

.about_fx2 {
  width: 15vw;
  bottom: -8vw;
  right: 50%;
  -webkit-transform: translateX(-30vw);
  -ms-transform: translateX(-30vw);
  transform: translateX(-30vw);
}

@media (max-width: 1200px) {
  .about_fx2 {
    right: auto;
    left: 1vw;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@media (max-width: 980px) {
  .about_fx2 {
    width: 20vw;
    bottom: -12vw;
  }
}

@media (max-width: 768px) {
  .about_fx2 {
    width: 25vw;
  }
}

@media (max-width: 600px) {
  .about_fx2 {
    left: 5vw;
    width: 40vw;
    bottom: 17vw;
  }
}

.about_fx3 {
  left: 0;
  bottom: -40px;
  width: 33vw;
  max-width: 536px;
}

@media (max-width: 1400px) {
  .about_fx3 {
    width: 31vw;
    bottom: auto;
    top: 15vw;
  }
}

@media (max-width: 1200px) {
  .about_fx3 {
    width: 30vw;
    top: auto;
    bottom: -3vw;
  }
}

@media (max-width: 980px) {
  .about_fx3 {
    width: 32vw;
  }
}

@media (max-width: 768px) {
  .about_fx3 {
    width: 37.5vw;
  }
}

@media (max-width: 600px) {
  .about_fx3 {
    position: static;
    width: 100%;
    display: block;
    max-width: 100%;
  }
}

.about_logo {
  overflow: hidden;
  padding: 100px 0 0;
}

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

@media (max-width: 980px) {
  .about_logo {
    padding-top: 70px;
  }
}

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

.about_logo div {
  width: 150vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: heroSlide2 30s linear infinite;
  animation: heroSlide2 30s linear infinite;
}

.flow_lead {
  text-align: center;
  font-size: 18px;
  line-height: 1.9;
  margin-bottom: 55px;
}

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

.flow_single {
  display: -ms-grid;
  display: grid;
  gap: 50px;
  -ms-grid-columns: 33% 1fr;
  grid-template-columns: 33% 1fr;
  margin-bottom: 40px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.flow_single_fig {
  position: relative;
}

.flow_single_fig img {
  width: 100%;
}

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

.flow_single_fig:before {
  border: 1px solid #c40079;
  width: 100%;
  height: 100%;
  left: 6px;
  top: 6px;
}

@media (max-width: 600px) {
  .flow_single_fig:before {
    left: 3px;
    top: 3px;
  }
}

.flow_single_fig:after {
  width: 60px;
  height: 2px;
  background-color: #c40079;
  right: -35px;
  top: 35px;
  z-index: 1;
}

@media (max-width: 768px) {
  .flow_single_fig:after {
    top: 32px;
  }
}

@media (max-width: 600px) {
  .flow_single_fig:after {
    top: 25px;
    width: 30px;
    right: -15px;
  }
}

.flow_single_fig img {
  position: relative;
  z-index: 1;
}

.flow_text dt {
  font-size: 23px;
  font-weight: bold;
  padding: 0.75em 0 0.9em;
  letter-spacing: 0.02em;
}

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

@media (max-width: 600px) {
  .flow_text dt {
    font-size: 20px;
    padding: 0.5em 0 0.7em;
  }
}

.flow_text dt em {
  color: #c40079;
  padding-right: 0.4em;
}

.flow_text dd {
  line-height: 1.8;
}

.feature_cnt {
  overflow: hidden;
}

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

.feature_cnt .inner {
  max-width: 1200px;
}

.feature_cap span {
  background-color: #c40079;
  color: #ffd956;
  font-size: 25px;
  font-weight: bold;
  padding: 0.25em 2em;
  display: inline-block;
  border-radius: 50px;
  margin-bottom: 1.6em;
}

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

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

.feature_main {
  position: relative;
}

.feature_main:before {
  display: block;
  content: "";
  position: absolute;
  height: 100%;
  top: 20px;
  width: calc(50vw + 600px);
  height: calc(100% + 30px);
}

@media (max-width: 1400px) {
  .feature_main:before {
    width: 100%;
  }
}

.feature_main1 {
  margin-bottom: 100px;
}

.feature_main1::before {
  background-color: #faf0f6;
  right: 0;
}

.feature_main1_single {
  padding: 22px 18px 22px 45px;
  display: -ms-grid;
  display: grid;
  gap: 40px;
  -ms-grid-columns: 1fr 32%;
  grid-template-columns: 1fr 32%;
  background-color: #fff;
  margin-bottom: 35px;
  position: relative;
}

@media (max-width: 980px) {
  .feature_main1_single {
    -ms-grid-columns: 1fr 40%;
    grid-template-columns: 1fr 40%;
    gap: 25px;
  }
}

@media (max-width: 600px) {
  .feature_main1_single {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 25px;
  }
  .feature_main1_single img {
    max-width: 100%;
    width: 100%;
  }
}

.feature_main1_single h5 {
  font-size: 25px;
  font-weight: bold;
  color: #c40079;
  padding: 1em 0;
}

@media (max-width: 768px) {
  .feature_main1_single h5 {
    font-size: 23px;
  }
}

@media (max-width: 600px) {
  .feature_main1_single h5 {
    font-size: 21px;
    padding-top: 0.5em;
  }
}

.feature_main1_single p {
  line-height: 1.8;
}

@media (max-width: 1200px) {
  .feature_main1_single p {
    margin-bottom: 1em;
  }
}

.feature_main1_link a {
  display: block;
  position: absolute;
  background-color: #c40079;
  color: #fff;
  padding: 15px 15px;
  bottom: 0;
  right: -25px;
  font-weight: bold;
  -webkit-transition: background 0.4s, opacity 0.4s;
  -o-transition: background 0.4s, opacity 0.4s;
  transition: background 0.4s, opacity 0.4s;
}

@media (any-hover: hover) {
  .feature_main1_link a:hover {
    opacity: 0.9;
  }
  .feature_main1_link a:hover .click {
    -webkit-transform: translate(3px);
    -ms-transform: translate(3px);
    transform: translate(3px);
  }
}

.feature_main1_link a span {
  display: block;
  line-height: 1.5;
}

.feature_main1_link a .click {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  text-align: right;
  margin-top: 1em;
  padding: 0 35px 0 0;
  position: relative;
  letter-spacing: 0.07em;
  font-family: "Alatsi", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.feature_main1_link a .click::before, .feature_main1_link a .click::after {
  display: block;
  content: "";
  position: absolute;
  border-top: 1px solid #fff;
}

.feature_main1_link a .click::before {
  top: 48%;
  right: -3px;
  width: 11px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.feature_main1_link a .click:after {
  top: 58%;
  right: 0;
  width: 24px;
}

.feature_main2 {
  padding-bottom: 30px;
}

.feature_main2::before {
  background-color: #f6f5f3;
  left: 0;
}

.feature_main2_lead {
  padding: 0 60px 70px;
}

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

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

@media (max-width: 500px) {
  .feature_main2_lead {
    padding: 0 0 20px;
  }
}

.feature_main2_lead_cap {
  font-size: 35px;
  color: #c40079;
  font-weight: 500;
  margin: 1em 0;
}

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

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

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

.feature_main2_lead p {
  line-height: 1.8;
}

.feature_main2_career {
  display: -ms-grid;
  display: grid;
  gap: 6px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

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

.feature_main2_career dt {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}

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

@media (max-width: 600px) {
  .feature_main2_career dt {
    font-size: 20px;
  }
}

.feature_main2_career dt em {
  color: #c40079;
}

.feature_main2_career dt span {
  display: inline-block;
  padding-bottom: 45px;
  margin-bottom: 25px;
  position: relative;
}

@media (max-width: 768px) {
  .feature_main2_career dt span {
    padding-bottom: 40px;
    margin-bottom: 20px;
  }
}

.feature_main2_career dt span:after {
  display: block;
  content: "";
  position: absolute;
  width: 258px;
  height: 44px;
  background-size: contain;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 10.3em;
  height: 1.76em;
}

.feature_main2_career dd .box {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 23px;
  text-align: center;
  padding: 0.85em 1em 0.9em;
  display: block;
  position: relative;
}

@media (max-width: 980px) {
  .feature_main2_career dd .box {
    padding: 0.75em;
    font-size: 21px;
  }
}

@media (max-width: 768px) {
  .feature_main2_career dd .box {
    font-size: 19px;
  }
}

.feature_main2_career dd .box::before, .feature_main2_career dd .box:after {
  display: block;
  content: "";
  position: absolute;
  width: 50px;
  height: 14px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}

.feature_main2_career dd .box::before {
  bottom: -14px;
}

.feature_main2_career dd .box:after {
  bottom: -13px;
}

.feature_main2_career_single {
  background-color: #fff;
  padding: 50px 35px 45px;
}

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

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

.feature_main2_career_single1 dt span:after {
  background-image: url(../img/feature_line1.png);
}

.feature_main2_career_single1 dd .box {
  border: 1px solid #c40079;
}

.feature_main2_career_single1 dd .box:before {
  background-color: #c40079;
}

.feature_main2_career_single1 dd .arrow {
  display: block;
  height: 35px;
  margin-top: -15px;
  position: relative;
}

.feature_main2_career_single1 dd .arrow span::before, .feature_main2_career_single1 dd .arrow span:after {
  display: block;
  content: "";
  position: absolute;
  width: 50px;
  height: 14px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.feature_main2_career_single1 dd .arrow span::before {
  background-color: #c40079;
}

.feature_main2_career_single1 dd .arrow span:after {
  background-color: #fff;
}

.feature_main2_career_single1 dd .arrow span:nth-of-type(2)::before {
  bottom: 17px;
}

.feature_main2_career_single1 dd .arrow span:nth-of-type(2)::after {
  bottom: 18px;
}

.feature_main2_career_single1 dd .arrow span:nth-of-type(1)::before {
  bottom: 6px;
}

.feature_main2_career_single1 dd .arrow span:nth-of-type(1)::after {
  bottom: 7px;
}

.feature_main2_career_single1 dd:nth-of-type(1) span.box {
  background-color: #fff;
}

.feature_main2_career_single1 dd:nth-of-type(1) span.box:after {
  background-color: #fff;
}

.feature_main2_career_single1 dd:nth-of-type(2) .box {
  background-color: #f9edf5;
}

.feature_main2_career_single1 dd:nth-of-type(2) .box:after {
  background-color: #f9edf5;
}

.feature_main2_career_single1 dd:nth-of-type(3) .box {
  background-color: #f5cce7;
}

.feature_main2_career_single1 dd:nth-of-type(3) .box:after {
  background-color: #f5cce7;
}

.feature_main2_career_single1 dd:nth-of-type(4) .box {
  color: #fff;
  background-color: #d27ab0;
}

.feature_main2_career_single1 dd:nth-of-type(4) .box:after {
  background-color: #d27ab0;
}

.feature_main2_career_single1 dd:nth-of-type(5) span.box {
  color: #fff;
  background-color: #c40079;
}

.feature_main2_career_single1 dd:nth-of-type(5) span.box::before, .feature_main2_career_single1 dd:nth-of-type(5) span.box:after {
  display: none;
}

.feature_main2_career_single2 dt span:after {
  background-image: url(../img/feature_line2.png);
}

.feature_main2_career_single2 dd .box {
  border: 1px solid #6b5151;
}

.feature_main2_career_single2 dd .box:before {
  background-color: #6b5151;
}

.feature_main2_career_single2 dd:nth-of-type(1) .box {
  background-color: #fff;
}

.feature_main2_career_single2 dd:nth-of-type(1) .box:after {
  background-color: #fff;
}

.feature_main2_career_single2 dd:nth-of-type(2) .box {
  background-color: #f3e5e5;
}

.feature_main2_career_single2 dd:nth-of-type(2) .box:after {
  background-color: #f3e5e5;
}

.feature_main2_career_single2 dd:nth-of-type(3) .box {
  background-color: #edcccc;
}

.feature_main2_career_single2 dd:nth-of-type(3) .box:after {
  background-color: #edcccc;
}

.feature_main2_career_single2 dd:nth-of-type(4) .box {
  color: #fff;
  background-color: #937979;
}

.feature_main2_career_single2 dd:nth-of-type(4) .box:after {
  background-color: #937979;
}

.feature_main2_career_single2 dd:nth-of-type(5) span.box {
  color: #fff;
  background-color: #6b5151;
}

.feature_main2_career_single2 dd:nth-of-type(5) span.box::before, .feature_main2_career_single2 dd:nth-of-type(5) span.box:after {
  display: none;
}

.feature_main2_link {
  text-align: right;
  padding-top: 45px;
}

.feature_main2_link a {
  background-color: #c40079;
  color: #fff;
  display: inline-block;
  padding: 1em 1.2em;
  font-weight: bold;
  -webkit-transition: background 0.4s, opacity 0.4s;
  -o-transition: background 0.4s, opacity 0.4s;
  transition: background 0.4s, opacity 0.4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

@media (any-hover: hover) {
  .feature_main2_link a:hover {
    opacity: 0.8;
  }
  .feature_main2_link a:hover .click {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
  }
}

.feature_main2_link a .click {
  margin-left: 3em;
  font-family: "Alatsi", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  text-align: right;
  padding: 0 35px 0 0;
  position: relative;
  letter-spacing: 0.07em;
  font-family: "Alatsi", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
}

.feature_main2_link a .click::before, .feature_main2_link a .click::after {
  display: block;
  content: "";
  position: absolute;
  border-top: 1px solid #fff;
}

.feature_main2_link a .click::before {
  top: 46%;
  right: -3px;
  width: 11px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.feature_main2_link a .click:after {
  top: 58%;
  right: 0;
  width: 24px;
}

.welfare_tab {
  margin-top: 75px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 1fr;
  grid-template-columns: 200px 1fr;
  gap: 75px;
}

@media (max-width: 980px) {
  .welfare_tab {
    gap: 40px;
    -ms-grid-columns: 190px 1fr;
    grid-template-columns: 190px 1fr;
  }
}

@media (max-width: 768px) {
  .welfare_tab {
    margin-top: 50px;
    gap: 20px;
    -ms-grid-columns: 190px 1fr;
    grid-template-columns: 190px 1fr;
  }
}

@media (max-width: 600px) {
  .welfare_tab {
    gap: 10px;
    margin-top: 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .welfare_tab_head {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 45px;
  }
}

.welfare_tab_head button {
  border: none;
  background-color: transparent;
  display: -ms-grid;
  display: grid;
  gap: 10px;
  -ms-grid-columns: 50px 1fr;
  grid-template-columns: 50px 1fr;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  color: #333;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

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

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

@media (any-hover: hover) {
  .welfare_tab_head button:hover {
    color: #c40079;
  }
}

.welfare_tab_head .icon img:nth-of-type(2) {
  display: none;
}

.welfare_tab_head .text {
  font-size: 20px;
  font-weight: 500;
}

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

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

.welfare_tab_body_single {
  background-color: #f6f5f3;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0.5;
  height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.welfare_tab_body_single_wrap {
  padding: 0 60px 60px;
}

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

@media (max-width: 768px) {
  .welfare_tab_body_single_wrap {
    padding: 0 30px 35px;
  }
}

.welfare_tab_body_single h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-bottom: -30px;
}

@media (max-width: 980px) {
  .welfare_tab_body_single h4 {
    margin-bottom: -20px;
  }
}

@media (max-width: 768px) {
  .welfare_tab_body_single h4 {
    margin-bottom: -10px;
  }
}

@media (max-width: 980px) {
  .welfare_tab_body_single h4 .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
  }
}

@media (max-width: 768px) {
  .welfare_tab_body_single h4 .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
  }
}

@media (max-width: 600px) {
  .welfare_tab_body_single h4 .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
  }
}

.welfare_tab_body_single h4 .icon img {
  width: 100%;
}

.welfare_tab_body_single h4 .text {
  background-color: #c40079;
  border-radius: 50px;
  color: #ffd956;
  font-weight: 600;
  font-size: 25px;
  padding: 0.2em 1.3em;
}

@media (max-width: 980px) {
  .welfare_tab_body_single h4 .text {
    font-size: 23px;
  }
}

@media (max-width: 768px) {
  .welfare_tab_body_single h4 .text {
    font-size: 21px;
    padding: 0.2em 1em;
  }
}

@media (max-width: 600px) {
  .welfare_tab_body_single h4 .text {
    font-size: 20px;
  }
}

.welfare_tab_body_single dl {
  padding: 1em 0;
  border-top: 1px dashed #bdbba7;
}

.welfare_tab_body_single dl:nth-of-type(1) {
  border-top: none;
}

.welfare_tab_body_single dt {
  color: #c40079;
  font-size: 23px;
  color: #c40079;
  font-weight: 500;
}

@media (max-width: 980px) {
  .welfare_tab_body_single dt {
    font-size: 21px;
    margin-bottom: 0.5em;
  }
}

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

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

.welfare_tab_body_single dt + dd {
  margin-top: 0.75em;
}

.welfare_tab_body_single dd {
  line-height: 1.8;
}

.welfare_tab_body_single ul {
  padding-left: 1.7em;
}

.welfare_tab_body_single li {
  font-size: 23px;
  font-weight: 500;
  color: #c40079;
  list-style-type: disc;
  margin-bottom: 1em;
}

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

.welfare_tab[data-tab-stat="1"] [data-tab-index="1"] .icon img:nth-of-type(1),
.welfare_tab[data-tab-stat="2"] [data-tab-index="2"] .icon img:nth-of-type(1),
.welfare_tab[data-tab-stat="3"] [data-tab-index="3"] .icon img:nth-of-type(1),
.welfare_tab[data-tab-stat="4"] [data-tab-index="4"] .icon img:nth-of-type(1),
.welfare_tab[data-tab-stat="5"] [data-tab-index="5"] .icon img:nth-of-type(1),
.welfare_tab[data-tab-stat="6"] [data-tab-index="6"] .icon img:nth-of-type(1) {
  display: none;
}

.welfare_tab[data-tab-stat="1"] [data-tab-index="1"] .icon img:nth-of-type(2),
.welfare_tab[data-tab-stat="2"] [data-tab-index="2"] .icon img:nth-of-type(2),
.welfare_tab[data-tab-stat="3"] [data-tab-index="3"] .icon img:nth-of-type(2),
.welfare_tab[data-tab-stat="4"] [data-tab-index="4"] .icon img:nth-of-type(2),
.welfare_tab[data-tab-stat="5"] [data-tab-index="5"] .icon img:nth-of-type(2),
.welfare_tab[data-tab-stat="6"] [data-tab-index="6"] .icon img:nth-of-type(2) {
  display: block;
}

@media (max-width: 600px) {
  .message_cnt .inner {
    position: static;
  }
}

.message_main {
  position: relative;
}

.message_main::before {
  display: block;
  content: "";
  position: absolute;
  width: 85%;
  background-color: #faf0f6;
  height: 100%;
  right: 0;
  top: 0;
}

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

.message_main_photo {
  position: absolute;
}

.message_main_photo1 {
  left: 0;
  top: 0;
  height: 95%;
  width: 45%;
}

@media (max-width: 768px) {
  .message_main_photo1 {
    width: 35%;
  }
}

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

.message_main_photo1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 600px) {
  .message_main_photo1 img {
    position: relative;
  }
}

.message_main_photo2 {
  right: 53%;
  bottom: -85px;
  width: 25vw;
}

@media (max-width: 600px) {
  .message_main_photo2 {
    bottom: auto;
    top: 55vw;
    right: 0;
    width: 40vw;
  }
}

.message_main_text {
  width: 50%;
  margin-left: auto;
  padding: 85px 0 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

@media (max-width: 980px) {
  .message_main_text {
    padding: 70px 0 65px;
  }
}

@media (max-width: 768px) {
  .message_main_text {
    width: 60%;
    padding: 60px 0 55px;
  }
}

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

.message_main_text h4 {
  font-size: 35px;
  margin-bottom: 1em;
}

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

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

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

.message_main_text h4 em {
  color: #c40079;
  display: inline-block;
  position: relative;
}

.message_main_text h4 em::before {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/message_line.png) no-repeat center bottom;
  background-size: contain;
  width: 100%;
  height: 15px;
  left: 0;
  bottom: -15px;
}

.message_main_text p {
  line-height: 2;
}

.search_cnt {
  position: relative;
}

.search_cnt::before {
  display: block;
  content: "";
  position: absolute;
  width: calc(50vw + 530px);
  height: 100%;
  background-color: #f6f5f3;
  left: 0;
  top: 0;
}

@media (max-width: 1400px) {
  .search_cnt::before {
    width: 100%;
  }
}

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

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

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

@media (max-width: 980px) {
  .search_list_single {
    padding: 45px 35px;
  }
}

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

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

.search_list_single h4 {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1em;
}

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

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

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

.search_list_single h4 em {
  color: #c40079;
}

.search_list_logo {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
}

.search_list_logo ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 15px 13px;
}

@media (max-width: 600px) {
  .search_list_logo ul {
    gap: 12px 10px;
  }
}

.search_list_logo a {
  display: block;
  border: 1px solid #bdbba7;
  text-align: center;
  padding: 5px 10px;
  -webkit-transition: border 0.4s;
  -o-transition: border 0.4s;
  transition: border 0.4s;
}

@media (any-hover: hover) {
  .search_list_logo a:hover {
    border-color: #c40079;
  }
}

.search_list_area .lead {
  margin-bottom: 1em;
  font-weight: 500;
}

.search_list_area .area_none {
  text-align: center;
}

.search_list_area .list p {
  font-size: 23px;
  color: #333;
  border-left: 1px solid #bdbba7;
  border-right: 1px solid #bdbba7;
  border-bottom: 1px solid #bdbba7;
  padding: 0.6em 0.85em;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

@media (max-width: 980px) {
  .search_list_area .list p {
    font-size: 21px;
  }
}

@media (max-width: 768px) {
  .search_list_area .list p {
    font-size: 19px;
  }
}

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

.search_list_area .list p:before {
  display: block;
  content: "";
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid #c40079;
  border-bottom: 1px solid #c40079;
  border-top: 1px solid rgba(196, 0, 121, 0);
  border-left: 1px solid rgba(196, 0, 121, 0);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 20px;
  top: 35%;
  -webkit-transition: border 0.2s, top 0.2s;
  -o-transition: border 0.2s, top 0.2s;
  transition: border 0.2s, top 0.2s;
}

@media (any-hover: hover) {
  .search_list_area .list p:hover {
    color: #c40079;
  }
}

.search_list_area .list .enable_area:nth-of-type(1) {
  border-top: 1px solid #bdbba7;
}

.search_list_area .list .enable_area.js_open p:before {
  border-top: 1px solid #c40079;
  border-left: 1px solid #c40079;
  border-right: 1px solid rgba(196, 0, 121, 0);
  border-bottom: 1px solid rgba(196, 0, 121, 0);
  top: 45%;
}

.search_list_area .list a {
  display: block;
  position: relative;
  color: #333;
  padding: 0.7em 0.85em 0.5em 2em;
  border-left: 1px solid #bdbba7;
  border-right: 1px solid #bdbba7;
  border-bottom: 1px solid #bdbba7;
  -webkit-transition: background 0.4s, color 0.4s;
  -o-transition: background 0.4s, color 0.4s;
  transition: background 0.4s, color 0.4s;
  font-size: 18px;
}

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

@media (max-width: 768px) {
  .search_list_area .list a {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .search_list_area .list a {
    font-size: 15px;
  }
}

@media (any-hover: hover) {
  .search_list_area .list a:hover {
    color: #c40079;
    background-color: #faf0f6;
  }
}

.search_list_area .list a::before, .search_list_area .list a::after {
  display: block;
  content: "";
  position: absolute;
  border-top: 1px solid #c40079;
}

.search_list_area .list a::before {
  top: 50%;
  right: 18px;
  width: 6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.search_list_area .list a:after {
  top: 55%;
  right: 20px;
  width: 18px;
}

.search_list_input form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 85px;
  grid-template-columns: 1fr 85px;
}

.search_list_input label {
  font-weight: 400;
  padding: 0.5em 0;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
}

.search_list_input input {
  padding: 1em;
  border: 1px solid #bdbba7;
  border-radius: 0;
}

.search_list_input button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  border: none;
  background-color: #c40079;
  border-radius: 0;
  -webkit-transition: background 0.4s, opacity 0.4s;
  -o-transition: background 0.4s, opacity 0.4s;
  transition: background 0.4s, opacity 0.4s;
}

@media (any-hover: hover) {
  .search_list_input button:hover {
    opacity: 0.8;
  }
}

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

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

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

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

.modal_cnt {
  display: none;
}

.modal_single_main {
  padding-top: 50px;
}

.modal_single_wrap {
  position: relative;
  padding: 80px 60px 20px;
  background-color: #fff;
  overflow: hidden;
}

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

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

@media (max-width: 600px) {
  .modal_single_wrap {
    padding: 50px 30px 10px;
  }
}

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

.modal_single_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px;
  gap: 70px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

.modal_single_head h2 {
  font-size: 35px;
  color: #c40079;
  margin-bottom: 1em;
}

@media (max-width: 980px) {
  .modal_single_head h2 {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .modal_single_head h2 {
    font-size: 30px;
  }
}

@media (max-width: 600px) {
  .modal_single_head h2 {
    font-size: 28px;
  }
}

.modal_single_head h2 span {
  padding-bottom: 0.1em;
  display: inline-block;
  border-bottom: 2px solid #ffd956;
}

.modal_single_head .name em {
  color: #c40079;
  font-size: 25px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .modal_single_head .name em {
    font-size: 24px;
  }
}

@media (max-width: 600px) {
  .modal_single_head .name em {
    font-size: 22px;
  }
}

.modal_single_head .misc {
  margin-bottom: 1em;
}

@media (max-width: 1060px) {
  .modal_single_head_fig {
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }
}

@media (max-width: 600px) {
  .modal_single_head_fig {
    text-align: center;
  }
  .modal_single_head_fig img {
    width: 60%;
  }
}

.modal_single_body1 h2 {
  color: #c40079;
  text-align: center;
  font-size: 35px;
  margin-bottom: 1em;
  font-weight: 500;
}

@media (max-width: 980px) {
  .modal_single_body1 h2 {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .modal_single_body1 h2 {
    font-size: 30px;
  }
}

@media (max-width: 600px) {
  .modal_single_body1 h2 {
    font-size: 28px;
  }
}

.modal_single_body1 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .modal_single_body1 dl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

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

.modal_single_body1 dl:nth-of-type(1) .text:before {
  -webkit-clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
  clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
  left: -20px;
}

.modal_single_body1 dl:nth-of-type(2) dt {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.modal_single_body1 dl:nth-of-type(2) .text:before {
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  right: -20px;
}

.modal_single_body1 dl:nth-of-type(2) .prev {
  text-align: right;
}

.modal_single_body1 dt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
  text-align: center;
}

@media (max-width: 980px) {
  .modal_single_body1 dt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
  }
}

@media (max-width: 768px) {
  .modal_single_body1 dt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
  }
}

.modal_single_body1 dt img {
  width: 90%;
}

@media (max-width: 600px) {
  .modal_single_body1 dt img {
    max-width: 220px;
  }
}

.modal_single_body1 dt .name {
  margin-top: 0.3em;
}

.modal_single_body1 dt .name em {
  color: #c40079;
  font-size: 23px;
  font-weight: bold;
}

.modal_single_body1 dd .text {
  position: relative;
  background-color: #f6f5f3;
  border-radius: 20px;
  padding: 35px;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .modal_single_body1 dd .text {
    padding: 25px;
    border-radius: 15px;
  }
}

@media (max-width: 600px) {
  .modal_single_body1 dd .text {
    padding: 20px;
    border-radius: 10px;
  }
}

.modal_single_body1 dd .text:before {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 40px;
  background-color: #f6f5f3;
  top: 1.5em;
  top: 30%;
}

@media (max-width: 980px) {
  .modal_single_body1 dd .text:before {
    top: 60%;
  }
}

@media (max-width: 768px) {
  .modal_single_body1 dd .text:before {
    top: 40%;
  }
}

@media (max-width: 600px) {
  .modal_single_body1 dd .text:before {
    display: none;
  }
}

.modal_single_body1 dd .prev {
  margin-top: 0.75em;
}

.modal_single_body2 {
  margin-top: -70px;
}

@media (max-width: 980px) {
  .modal_single_body2 {
    margin-top: -40px;
  }
}

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

@media (max-width: 600px) {
  .modal_single_body2 {
    margin-top: -10vw;
  }
}

.modal_single_body2 dl {
  background-color: #f6f5f3;
  padding: 45px;
  margin-bottom: 20px;
}

@media (max-width: 980px) {
  .modal_single_body2 dl {
    padding: 40px;
  }
}

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

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

.modal_single_body2 dt {
  color: #c40079;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 1em;
}

@media (max-width: 980px) {
  .modal_single_body2 dt {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .modal_single_body2 dt {
    font-size: 22px;
    margin-bottom: 0.75em;
  }
}

@media (max-width: 600px) {
  .modal_single_body2 dt {
    font-size: 20px;
    margin-bottom: 0.5em;
  }
}

.modal_single_body2 dd {
  line-height: 1.8;
}

.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 {
  border: none;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  background-color: #c40079;
  padding: 0.75em 2.5em 0.8em;
  width: 230px;
  position: relative;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

@media (any-hover: hover) {
  .modal_single_close button:hover {
    opacity: 0.8;
  }
}

.modal_single_close button .label {
  color: #fff;
}

.modal_single_close button .icon {
  position: absolute;
  width: 1em;
  height: 1em;
  display: inline-block;
  right: 15px;
  top: 50%;
}

.modal_single_close button .icon::before, .modal_single_close button .icon:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 15%;
  top: 0;
  background-color: #fff;
}

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

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

.modal_single_close_top {
  overflow: hidden;
  text-indent: -999px;
  background-color: #c40079;
  border-radius: 50px;
  border: none;
  position: absolute;
  z-index: 1;
  -webkit-transition: background 0.4s, opacity 0.4s;
  -o-transition: background 0.4s, opacity 0.4s;
  transition: background 0.4s, opacity 0.4s;
  width: 58px;
  height: 58px;
  top: 17px;
  right: -29px;
}

@media (max-width: 1200px) {
  .modal_single_close_top {
    right: -25px;
  }
}

@media (max-width: 600px) {
  .modal_single_close_top {
    right: -20px;
  }
}

@media (any-hover: hover) {
  .modal_single_close_top:hover {
    opacity: 0.8;
  }
}

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