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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  scroll-behavior: auto !important;
}

em {
  font-style: normal;
}

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

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

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

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

body {
  background-color: #fff;
}

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

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

.max_width {
  max-width: 1060px;
}

.text_center {
  text-align: center;
}

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

img {
  max-width: 100%;
}

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

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

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

@keyframes mHover {
  0% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes mHover2 {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes mHover2 {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
html,
button {
  -webkit-font-feature-settings: "pkna" 1;
          font-feature-settings: "pkna" 1;
  font-size: 18px;
  color: #000;
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 980px) {
  html,
  button {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  html,
  button {
    font-size: 15px;
  }
}

body {
  line-height: 1.5;
}

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

header,
.header {
  width: 100%;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
}
header_hit,
.header_hit {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
}
header_main,
.header_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 40px;
}
@media (max-width: 1200px) {
  header_main,
  .header_main {
    padding: 0 25px;
  }
}
@media (max-width: 1060px) {
  header_main,
  .header_main {
    height: 60px;
  }
}
header h1,
.header h1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 166px;
          flex: 0 0 166px;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1200px) {
  header h1,
  .header h1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
            flex: 0 0 140px;
  }
}
header h1 .logo,
.header h1 .logo {
  display: block;
}
header h1 img,
.header h1 img {
  width: 166px;
}
@media (max-width: 1200px) {
  header h1 img,
  .header h1 img {
    width: 140px;
  }
}
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: 1060px) {
  header button,
  .header button {
    display: block;
  }
}
@media (any-hover: hover) {
  header button:hover .icon span,
  .header button:hover .icon span {
    background-color: #E64848;
  }
}
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: #262220;
  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%;
}
header_nav,
.header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1060px) {
  header_nav,
  .header_nav {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFFAEA;
    display: block;
    padding: 100px 20px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    text-align: center;
  }
}
header_nav_logo,
.header_nav_logo {
  display: none;
}
@media (max-width: 1060px) {
  header_nav_logo,
  .header_nav_logo {
    display: block;
  }
  header_nav_logo img,
  .header_nav_logo img {
    width: 12em;
  }
}
header_nav_cap,
.header_nav_cap {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  color: #E64848;
  font-size: 16px;
  margin: 1em 0;
}
header_nav_cap_sp,
.header_nav_cap_sp {
  display: none;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  color: #E64848;
}
@media (max-width: 1060px) {
  header_nav_cap_sp,
  .header_nav_cap_sp {
    display: block;
    text-align: right;
    line-height: 1.2;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 90%;
            flex: 0 1 90%;
    padding: 0 3em 0 1em;
    font-size: 14px;
  }
}
@media (max-width: 980px) {
  header_nav_cap_sp,
  .header_nav_cap_sp {
    text-align: center;
  }
}
@media (max-width: 600px) {
  header_nav_cap_sp,
  .header_nav_cap_sp {
    font-size: 12px;
  }
}
header_nav_link,
.header_nav_link {
  display: none;
}
@media (max-width: 1060px) {
  header_nav_link,
  .header_nav_link {
    display: block;
    margin-top: 1.5em;
  }
  header_nav_link a,
  .header_nav_link a {
    display: inline-block;
    width: 100%;
    background-color: #E64848;
    max-width: 16em;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    color: #fff;
    padding: 1em;
    position: relative;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 8px 16px #848484;
            box-shadow: 0 8px 16px #848484;
  }
  header_nav_link .icon,
  .header_nav_link .icon {
    width: 1.6em;
    height: 1.6em;
    background-color: #fff;
    border-radius: 50px;
    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;
    position: absolute;
    right: 20px;
    top: calc(50% - 0.8em);
  }
  header_nav_link .icon img,
  .header_nav_link .icon img {
    width: 40%;
  }
}
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;
  font-size: 20px;
}
@media (max-width: 1400px) {
  header_nav_wrap,
  .header_nav_wrap {
    font-size: 16px;
    padding-left: 15px;
  }
}
@media (max-width: 1060px) {
  header_nav_wrap,
  .header_nav_wrap {
    font-size: 18px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0px;
            flex: 0 0 0;
  }
}
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: 1060px) {
  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: 1060px) {
  header_nav li,
  .header_nav li {
    text-align: left;
    display: block;
    width: 14em;
    margin: 0 auto;
  }
}
header_nav li:nth-last-of-type(1) a .label:after,
.header_nav li:nth-last-of-type(1) a .label:after {
  display: none;
}
header_nav li a,
.header_nav li a {
  display: inline-block;
  -webkit-transition: color 0.4s, opacity 0.4s;
  transition: color 0.4s, opacity 0.4s;
  line-height: 1;
  color: #262220;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  padding: 1em;
}
@media (max-width: 1200px) {
  header_nav li a,
  .header_nav li a {
    padding: 1em 0.5em;
  }
}
@media (max-width: 1060px) {
  header_nav li a,
  .header_nav li a {
    display: block;
    text-align: left;
    padding: 0.75em 0;
  }
}
@media (any-hover: hover) {
  header_nav li a:hover,
  .header_nav li a:hover {
    color: #E64848;
  }
}
@media (any-hover: hover) and (max-width: 980px) {
  header_nav li a:hover,
  .header_nav li a:hover {
    opacity: 0.7;
  }
}
header_nav li a span,
.header_nav li a span {
  display: inline-block;
  position: relative;
}
header_nav li a span:before,
.header_nav li a span:before {
  content: "";
  display: inline-block;
  background: url(../img/cmn_fx.png) no-repeat center;
  background-size: contain;
  width: 0.75em;
  height: 0.75em;
  margin-right: 0.2em;
}
header_entry,
.header_entry {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  font-size: 16px;
}
@media (max-width: 1400px) {
  header_entry,
  .header_entry {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
  }
}
@media (max-width: 1200px) {
  header_entry,
  .header_entry {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
}
@media (max-width: 980px) {
  header_entry,
  .header_entry {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
  }
}
@media (max-width: 600px) {
  header_entry,
  .header_entry {
    visibility: hidden;
  }
}
header_entry a,
.header_entry a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 0.5em;
  -webkit-transition: background 0.4s, color 0.4s;
  transition: background 0.4s, color 0.4s;
}
@media (max-width: 980px) {
  header_entry a,
  .header_entry a {
    padding: 0.25em 1em;
  }
}
@media (max-width: 1060px) {
  .js_show_nav .header:before {
    display: block;
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100vh;
  }
}
.js_show_nav .header_nav {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(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: -webkit-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

body .footer {
  padding: 30px 40px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  background-color: #262220;
}
body .footer_main {
  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: 1200px) {
  body .footer_main {
    display: block;
  }
}
@media (max-width: 1200px) {
  body .footer ul {
    text-align: center;
    margin-bottom: 30px;
    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 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: #fff;
  margin-right: 1.5em;
}
@media (any-hover: hover) {
  body .footer li a:hover span {
    border-color: rgba(255, 255, 255, 0);
  }
}
@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 0 0.3em;
  border-bottom: 1px solid #fff;
  -webkit-transition: border 0.4s;
  transition: border 0.4s;
}
body .footer_copyrights {
  text-align: center;
  color: #fff;
  font-family: "Cormorant", "Noto Sans JP", "YuGothic", "Yu Gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
body .footer_totop {
  z-index: 3;
  position: fixed;
  right: 30px;
  bottom: -150px;
  border-radius: 100px;
  -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.4s;
  transition: opacity 0.3s, bottom 0.3s, background 0.3s, -webkit-box-shadow 0.4s;
  transition: opacity 0.3s, bottom 0.3s, background 0.3s, box-shadow 0.4s;
  transition: opacity 0.3s, bottom 0.3s, background 0.3s, box-shadow 0.4s, -webkit-box-shadow 0.4s;
  width: 70px;
  height: 70px;
  background-color: #E64848;
}
@media (max-width: 1500px) {
  body .footer_totop {
    bottom: -100px;
  }
}
@media (max-width: 980px) {
  body .footer_totop {
    width: 70px;
    height: 70px;
    right: 20px;
  }
}
@media (max-width: 600px) {
  body .footer_totop {
    width: 55px;
    height: 55px;
    right: 10px;
  }
}
@media (any-hover: hover) {
  body .footer_totop:hover {
    -webkit-box-shadow: 0 0 10px #E64848;
            box-shadow: 0 0 10px #E64848;
  }
}
body .footer_totop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: bold;
}
body .footer_totop .icon {
  font-size: 1%;
}
body .footer_totop .icon img {
  width: 20px;
}
@media (max-width: 980px) {
  body .footer_totop .icon img {
    width: 20px;
  }
}
@media (max-width: 600px) {
  body .footer_totop .icon img {
    width: 15px;
  }
}
body .footer_entry {
  position: fixed;
  z-index: 2;
  top: 120px;
  right: 0;
  font-size: 18px;
}
@media (max-width: 1060px) {
  body .footer_entry {
    top: 70px;
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  body .footer_entry {
    font-size: 15px;
  }
}
body .footer_entry a {
  text-align: center;
  color: #fff;
  background-color: #262220;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background 0.4s, -webkit-box-shadow 0.2s;
  transition: background 0.4s, -webkit-box-shadow 0.2s;
  transition: background 0.4s, box-shadow 0.2s;
  transition: background 0.4s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
  padding: 30px 15px;
}
@media (max-width: 1060px) {
  body .footer_entry a {
    padding: 30px 10px;
  }
}
@media (max-width: 600px) {
  body .footer_entry a {
    padding: 20px 10px;
  }
}
@media (any-hover: hover) {
  body .footer_entry a:hover {
    background-color: #E64848;
  }
}
body .footer_entry .target {
  display: block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media (max-width: 980px) {
  body .footer_entry .target {
    display: inline-block;
  }
}
body .footer_entry .icon {
  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;
  width: 2em;
  height: 2em;
  background-color: #fff;
  border-radius: 50px;
  margin: 0.75em auto 0;
}
body .footer_entry .icon img {
  width: 13px;
}

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

.cmn_title {
  text-align: center;
  margin: 0 0 50px;
}
@media (max-width: 980px) {
  .cmn_title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cmn_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 600px) {
  .cmn_title {
    margin-bottom: 30px;
  }
}
.cmn_title h3 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 50px;
}
@media (max-width: 980px) {
  .cmn_title h3 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .cmn_title h3 {
    font-size: 36px;
  }
}
@media (max-width: 600px) {
  .cmn_title h3 {
    font-size: 32px;
  }
}
@media (max-width: 500px) {
  .cmn_title h3 {
    font-size: 28px;
  }
}
.cmn_title h3 small {
  font-size: 80%;
}
.cmn_title p {
  margin-top: 0.5em;
}

.hero_cnt {
  background: url(../img/hero_bg.png);
  background-size: 38px auto;
  position: relative;
  aspect-ratio: 16/7.15;
}
@media (max-width: 980px) {
  .hero_cnt {
    aspect-ratio: 1/0.6;
  }
}
@media (max-width: 768px) {
  .hero_cnt {
    aspect-ratio: 1/1.5;
  }
}
.hero_cnt h2 {
  position: absolute;
  z-index: 1;
  left: 20vw;
  bottom: 10vw;
  font-size: 43px;
}
@media (max-width: 1200px) {
  .hero_cnt h2 {
    font-size: 3.5vw;
    left: 15vw;
    bottom: 6vw;
  }
}
@media (max-width: 980px) {
  .hero_cnt h2 {
    bottom: 10vw;
    left: 10vw;
  }
}
@media (max-width: 768px) {
  .hero_cnt h2 {
    bottom: 55vw;
    font-size: 6vw;
    left: 5vw;
  }
}
.hero_cnt h2 span {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-weight: 900;
  background-color: #fff;
  color: #E64848;
  line-height: 1;
  padding: 0.2em 0.4em 0.3em;
  margin-top: 0.2em;
}
.hero_cnt h2 small {
  color: #262220;
  font-size: 80%;
}
.hero_cnt h2 em {
  font-size: 115%;
}
.hero_fig img {
  position: absolute;
}
.hero_fig2, .hero_fig3, .hero_fig4 {
  -webkit-box-shadow: 0 8px 16px rgba(112, 112, 112, 0.5);
          box-shadow: 0 8px 16px rgba(112, 112, 112, 0.5);
}
.hero_fig1 {
  width: 49.5vw;
  top: 0;
  left: 29vw;
}
@media (max-width: 980px) {
  .hero_fig1 {
    top: 8vw;
  }
}
@media (max-width: 768px) {
  .hero_fig1 {
    width: 80vw;
    left: 10vw;
    top: 25vw;
  }
}
.hero_fig2 {
  width: 20vw;
  left: 1vw;
  top: 5vw;
}
@media (max-width: 768px) {
  .hero_fig2 {
    top: 1vw;
    left: 0;
    width: 33vw;
  }
}
.hero_fig3 {
  width: 16vw;
  left: 8vw;
  top: 20vw;
}
@media (max-width: 980px) {
  .hero_fig3 {
    top: 25vw;
  }
}
@media (max-width: 768px) {
  .hero_fig3 {
    top: 100vw;
    left: auto;
    right: 5vw;
    width: 30vw;
  }
}
.hero_fig4 {
  width: 16.5vw;
  top: 24vw;
  right: 1vw;
}
@media (max-width: 768px) {
  .hero_fig4 {
    top: 100vw;
    right: auto;
    left: 0;
    width: 40vw;
  }
}

.intro_cnt {
  text-align: center;
  padding: 100px 0 120px;
  position: relative;
}
@media (max-width: 980px) {
  .intro_cnt {
    padding: 80px 0 100px;
  }
}
@media (max-width: 768px) {
  .intro_cnt {
    padding: 70px 0 90px;
  }
}
@media (max-width: 600px) {
  .intro_cnt {
    padding: 60px 0 70px;
  }
}
.intro_cnt:before, .intro_cnt:after {
  display: block;
  content: "";
  position: absolute;
  width: 45%;
  height: 100%;
  top: 0;
}
.intro_cnt::before {
  left: 0;
  background: url(../img/intro_bg1.jpg) no-repeat right center;
  background-size: cover;
}
@media (max-width: 768px) {
  .intro_cnt::before {
    display: none;
  }
}
.intro_cnt::after {
  right: 0;
  background: url(../img/intro_bg2.jpg) no-repeat left center;
  background-size: cover;
}
@media (max-width: 768px) {
  .intro_cnt::after {
    width: 80%;
  }
}
.intro_cnt .inner {
  position: relative;
}
@media (max-width: 768px) {
  .intro_cnt .inner {
    text-shadow: 0 0 2px #fff, 0 0 5px #fff, 0 0 10px #fff;
  }
}
.intro_cnt h3 {
  font-size: 60px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-weight: 900;
  margin-bottom: 0.75em;
  line-height: 1.3;
}
@media (max-width: 1200px) {
  .intro_cnt h3 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .intro_cnt h3 {
    font-size: 8vw;
  }
}
.intro_cnt h3 small {
  font-size: 73%;
}
.intro_cnt h3 em {
  letter-spacing: 0.05em;
  color: #E64848;
}
.intro_cnt p {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  margin-top: 1em;
  line-height: 2.2;
}

.type_cnt {
  background: url(../img/type_bg.png);
}
.type_cnt .inner {
  max-width: 1260px;
}
.type_line {
  border: 25px solid #262220;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 75px 0;
  background-color: #fff;
  -webkit-transform: translateY(-25px);
      -ms-transform: translateY(-25px);
          transform: translateY(-25px);
}
@media (max-width: 1060px) {
  .type_line {
    border-width: 20px;
    padding: 60px 0;
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@media (max-width: 768px) {
  .type_line {
    border-width: 10px;
    padding: 55px 0;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@media (max-width: 600px) {
  .type_line {
    padding-bottom: 35px;
  }
}
.type_line:before, .type_line:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}
.type_line::before {
  border: 5px solid #D1A748;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .type_line::before {
    border-width: 3px;
  }
}
.type_line:after {
  border: 2px solid #D1A748;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  left: 10px;
  top: 10px;
}
@media (max-width: 768px) {
  .type_line:after {
    border-width: 1px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    left: 5px;
    top: 5px;
  }
}
.type_slide {
  padding: 0 95px;
}
@media (max-width: 1060px) {
  .type_slide {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .type_slide {
    padding: 0 30px;
  }
}
@media (max-width: 600px) {
  .type_slide {
    padding: 0 20px;
    padding: 0;
  }
}
.type_slide_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 5px;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .type_slide_head {
    gap: 15px 5px;
    margin-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .type_slide_head {
    padding: 0 10px;
  }
}
@media (max-width: 600px) {
  .type_slide_head {
    gap: 5px 2px;
    margin-bottom: 40px;
  }
}
.type_slide_head button {
  font-size: 18px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  color: #E64848;
  padding: 0 1em;
  -webkit-transition: color 0.4s, background 0.4s;
  transition: color 0.4s, background 0.4s;
}
@media (max-width: 768px) {
  .type_slide_head button {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .type_slide_head button {
    font-size: 15px;
    padding: 0 0.5em;
  }
}
@media (any-hover: hover) {
  .type_slide_head button:hover {
    background-color: #E64848;
    color: #fff;
  }
}
.type_slide_head span {
  padding: 0.3em 0;
  display: inline-block;
  border-bottom: 1px solid #E64848;
}
.type_slide_body_slide {
  position: relative;
}
.type_slide_body_single_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 53% 45px 1fr;
  grid-template-columns: 53% 1fr;
  gap: 45px;
}
@media (max-width: 1060px) {
  .type_slide_body_single_row {
    -ms-grid-columns: 47% 35px 1fr;
    grid-template-columns: 47% 1fr;
    gap: 35px;
  }
}
@media (max-width: 768px) {
  .type_slide_body_single_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
@media (max-width: 600px) {
  .type_slide_body_single_row {
    padding: 0 25px;
  }
}
.type_slide_body_single_list {
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
}
@media (max-width: 1060px) {
  .type_slide_body_single_list {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .type_slide_body_single_list {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .type_slide_body_single_list {
    font-size: 17px;
  }
}
.type_slide_body_single_list em {
  color: #E64848;
}
.type_slide_body_single_list li {
  border-top: 1px solid #D1A748;
  padding: 0.7em 0;
}
.type_slide_body_single_list li:nth-of-type(1) {
  border: none;
}
.type_slide_body_single_link {
  text-align: center;
  margin-top: 25px;
  padding-bottom: 15px;
}
.type_slide_body_single_link a {
  color: #fff;
  background-color: #E64848;
  display: inline-block;
  max-width: 300px;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  padding: 1em;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
}
@media (max-width: 1200px) {
  .type_slide_body_single_link a {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .type_slide_body_single_link a {
    width: 80%;
  }
}
@media (any-hover: hover) {
  .type_slide_body_single_link a:hover {
    -webkit-box-shadow: 0 0 10px #E64848;
            box-shadow: 0 0 10px #E64848;
  }
}
.type_slide_body_single_link a:after {
  display: block;
  content: "";
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  background: url(../img/cmn_arrow_r_w.png) no-repeat;
  background-size: contain;
  right: 25px;
  top: calc(50% - 0.4em);
}
.type_slide_nav button {
  position: absolute;
  background-color: #E64848;
  border-radius: 100px;
  border: none;
  width: 80px;
  height: 80px;
  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;
  top: 55%;
  z-index: 1;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
}
@media (max-width: 768px) {
  .type_slide_nav button {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 600px) {
  .type_slide_nav button {
    width: 50px;
    height: 50px;
  }
}
@media (any-hover: hover) {
  .type_slide_nav button:hover {
    -webkit-box-shadow: 0 0 10px #E64848;
            box-shadow: 0 0 10px #E64848;
  }
}
.type_slide_nav button img {
  width: 25%;
}
.type_slide_nav_prev {
  left: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 500px) {
  .type_slide_nav_prev {
    -webkit-transform: translateX(-45%);
        -ms-transform: translateX(-45%);
            transform: translateX(-45%);
  }
}
.type_slide_nav_next {
  right: 0;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}
@media (max-width: 500px) {
  .type_slide_nav_next {
    -webkit-transform: translateX(45%);
        -ms-transform: translateX(45%);
            transform: translateX(45%);
  }
}
.type_slide [data-slide-stat="0"] [data-slide-num="0"],
.type_slide [data-slide-stat="1"] [data-slide-num="1"],
.type_slide [data-slide-stat="2"] [data-slide-num="2"],
.type_slide [data-slide-stat="3"] [data-slide-num="3"],
.type_slide [data-slide-stat="4"] [data-slide-num="4"],
.type_slide [data-slide-stat="5"] [data-slide-num="5"],
.type_slide [data-slide-stat="6"] [data-slide-num="6"] {
  background-color: #E64848;
  color: #fff;
}

.flow_cnt {
  background: url(../img/type_bg.png);
  padding: 100px 0 80px;
}
@media (max-width: 980px) {
  .flow_cnt {
    padding: 80px 0 70px;
  }
}
@media (max-width: 768px) {
  .flow_cnt {
    padding: 70px 0 65px;
  }
}
@media (max-width: 600px) {
  .flow_cnt {
    padding: 65px 0 60px;
  }
}
.flow_cnt .inner {
  max-width: 1260px;
}
.flow_cnt .cmn_title p {
  padding-bottom: 2em;
}
.flow_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr 25px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
  position: relative;
}
@media (max-width: 1060px) {
  .flow_list {
    gap: 15px;
  }
}
@media (max-width: 600px) {
  .flow_list {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 50px 15px;
  }
}
@media (max-width: 500px) {
  .flow_list {
    gap: 50px 10px;
  }
}
.flow_list:before {
  display: block;
  content: "";
  position: absolute;
  background-color: #D1A748;
  width: 100%;
  height: 144px;
  left: 0;
  top: calc(50% - 72px);
}
@media (max-width: 600px) {
  .flow_list:before {
    display: none;
  }
}
.flow_list_single {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 0 20px 20px;
  text-align: center;
}
@media (max-width: 1060px) {
  .flow_list_single {
    padding: 0 15px 15px;
  }
}
.flow_list_single .num {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 32px;
  width: 2.5em;
  height: 2.5em;
  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;
  background-color: #D1A748;
  color: #fff;
  border-radius: 50px;
  margin: -1.25em auto 0.35em;
}
@media (max-width: 1060px) {
  .flow_list_single .num {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .flow_list_single .num {
    font-size: 22px;
  }
}
.flow_list_single .cap {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 32px;
}
@media (max-width: 1060px) {
  .flow_list_single .cap {
    font-size: 24px;
  }
}
.flow_list_single figure {
  margin: 25px 0;
}
.flow_list_single figure img {
  width: 65%;
}
.flow_link {
  text-align: center;
  margin-top: 80px;
}
@media (max-width: 1060px) {
  .flow_link {
    margin-top: 70px;
  }
}
@media (max-width: 768px) {
  .flow_link {
    margin-top: 60px;
  }
}
@media (max-width: 600px) {
  .flow_link {
    margin-top: 30px;
  }
}
.flow_link a {
  display: inline-block;
  background-color: #E64848;
  color: #fff;
  border: 1px solid #fff;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 32px;
  padding: 1em;
  width: 100%;
  max-width: 750px;
  -webkit-box-shadow: 0 8px 16px #848484;
          box-shadow: 0 8px 16px #848484;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
  position: relative;
}
@media (max-width: 1060px) {
  .flow_link a {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .flow_link a {
    font-size: 26px;
  }
}
@media (max-width: 600px) {
  .flow_link a {
    font-size: 23px;
    padding: 0.65em;
  }
}
@media (max-width: 500px) {
  .flow_link a {
    font-size: 20px;
  }
}
@media (any-hover: hover) {
  .flow_link a:hover {
    -webkit-box-shadow: 0 0 10px #E64848;
            box-shadow: 0 0 10px #E64848;
  }
}
.flow_link a .icon {
  position: absolute;
  width: 1.4em;
  height: 1.4em;
  background: #fff;
  border-radius: 50px;
  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;
  right: 35px;
  top: calc(50% - 0.7em);
}
.flow_link a .icon img {
  width: 35%;
}

.data_cnt {
  background-color: #F4F0E0;
  padding: 170px 0 50px;
}
@media (max-width: 980px) {
  .data_cnt {
    padding: 150px 0 50px;
  }
}
@media (max-width: 980px) {
  .data_cnt {
    padding: 80px 0 45px;
  }
}
@media (max-width: 600px) {
  .data_cnt {
    padding: 50px 0 40px;
  }
}
.data_cnt .cmn_title span {
  position: relative;
}
.data_cnt .cmn_title span:after {
  display: block;
  content: "";
  position: absolute;
  width: 1.3em;
  height: 1.3em;
  background: url(../img/data_cap_fx.png) no-repeat;
  background-size: contain;
  right: -1.2em;
  top: -0.5em;
}
.data_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px 8%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1060px) {
  .data_list {
    gap: 40px 6%;
  }
}
@media (max-width: 600px) {
  .data_list {
    gap: 20px;
  }
}
.data_list_single {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46%;
          flex: 0 0 46%;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  /*figure*/
  /*
              @include mdsl {
                  $LINE_W: 7px;
                  $R_WH: 45px;
                  $SPACE: 5px;
              }

              @include mds {
                  $LINE_W: 6px;
                  $R_WH: 40px;
                  $SPACE: 4px;
              }

              @include xs {
                  $LINE_W: 4.5px;
                  $R_WH: 30px;
                  $SPACE: 3px;
              }
  */
}
@media (max-width: 1060px) {
  .data_list_single {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
  }
}
@media (max-width: 600px) {
  .data_list_single {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.data_list_single_l {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.data_list_single:before {
  display: block;
  content: "";
  position: absolute;
  background-color: #fff;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  left: 20px;
  top: 20px;
  z-index: -1;
}
@media (max-width: 600px) {
  .data_list_single:before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    left: 10px;
    top: 10px;
  }
}
.data_list_single .cap {
  font-size: 24px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media (max-width: 768px) {
  .data_list_single .cap {
    font-size: 20px;
  }
}
.data_list_single .dot {
  text-align: center;
  margin: 5px 0;
}
.data_list_single .dot img {
  width: 24px;
}
@media (max-width: 500px) {
  .data_list_single .dot img {
    width: 20px;
  }
}
.data_list_single .fig {
  text-align: center;
  padding: 30px 0 20px;
}
@media (max-width: 500px) {
  .data_list_single .fig {
    padding: 20px 0 5px;
  }
}
.data_list_single .fig img {
  width: 77%;
  max-width: 250px;
}
@media (max-width: 500px) {
  .data_list_single .fig img {
    width: 60%;
  }
}
.data_list_single .data {
  text-align: center;
  font-size: 60px;
  font-family: "Cormorant", "Noto Sans JP", "YuGothic", "Yu Gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 1200px) {
  .data_list_single .data {
    font-size: 5vw;
  }
}
@media (max-width: 600px) {
  .data_list_single .data {
    font-size: 8vw;
  }
}
.data_list_single .data em {
  font-size: 130%;
}
.data_list_single .data small {
  font-size: 50%;
}
.data_list_single .list {
  padding-left: 1.5em;
  margin-top: 0.5em;
}
.data_list_single .list li {
  list-style: disc;
  padding: 0.3em 0;
}
.data_list_single .list em {
  color: #E64848;
}
.data_list_single_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 170px 50px 1fr;
  grid-template-columns: 170px 1fr;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 600px) {
  .data_list_single_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
.data_list_single_row figure {
  padding: 0;
  width: 170px;
  height: 170px;
  border-radius: 100px;
  overflow: hidden;
  background-color: #F4F0E0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 600px) {
  .data_list_single_row figure {
    margin: 0 auto;
  }
}
.data_list_single_row figure img {
  -webkit-transform: translateY(10%);
      -ms-transform: translateY(10%);
          transform: translateY(10%);
  aspect-ratio: 299/355;
}
.data_list_single_row_fig {
  text-align: center;
}
.data_list_single_row_fig p {
  margin-top: 1em;
  font-size: 14px;
}
.data_list_single_row_text {
  line-height: 2;
}
.data_list_single_row_text em {
  color: #E64848;
}
.data_list_single_body {
  margin: -10px 50px;
}
@media (max-width: 768px) {
  .data_list_single_body {
    margin: -10px 30px;
  }
}
.data_list_single_body {
  padding-bottom: 60px;
}
.data_list_single:before {
  display: block;
  content: "";
  position: absolute;
  background-color: #fff;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  left: 20px;
  top: 20px;
}
@media (max-width: 768px) {
  .data_list_single:before {
    width: calc(100% - 32px);
    height: calc(100% - 32px);
    left: 16px;
    top: 16px;
  }
}
@media (max-width: 600px) {
  .data_list_single:before {
    width: calc(100% - 28px);
    height: calc(100% - 28px);
    left: 14px;
    top: 14px;
  }
}
.data_list_single_line_v, .data_list_single_line_h {
  position: relative;
  height: 100%;
}
.data_list_single_line_v:before, .data_list_single_line_v:after, .data_list_single_line_h:before, .data_list_single_line_h:after {
  display: block;
  content: "";
  position: absolute;
  background-size: contain;
}
.data_list_single_line_h:before {
  top: 0;
}
.data_list_single_line_h:after {
  bottom: 0;
}
.data_list_single_line_h:before, .data_list_single_line_h:after {
  width: calc(100% - 134px);
  height: 9px;
  left: 67px;
  background-image: url(../img/data_box_h.png);
}
@media (max-width: 768px) {
  .data_list_single_line_h:before, .data_list_single_line_h:after {
    width: calc(100% - 107.2px);
    height: 7.2px;
    left: 55px;
  }
}
@media (max-width: 600px) {
  .data_list_single_line_h:before, .data_list_single_line_h:after {
    width: calc(100% - 93.8px);
    height: 6.3px;
    left: 49px;
  }
}
.data_list_single_line_v:before {
  left: 0;
}
.data_list_single_line_v:after {
  right: 0;
}
.data_list_single_line_v:before, .data_list_single_line_v:after {
  height: calc(100% - 134px);
  width: 9px;
  top: 67px;
  background-image: url(../img/data_box_v.png);
}
@media (max-width: 768px) {
  .data_list_single_line_v:before, .data_list_single_line_v:after {
    height: calc(100% - 107.2px);
    width: 7.2px;
    top: 55px;
  }
}
@media (max-width: 600px) {
  .data_list_single_line_v:before, .data_list_single_line_v:after {
    height: calc(100% - 93.8px);
    width: 6.3px;
    top: 49px;
  }
}
.data_list_single_head, .data_list_single_foot {
  width: 100%;
  height: 60px;
  left: 0;
}
@media (max-width: 768px) {
  .data_list_single_head, .data_list_single_foot {
    height: 48px;
  }
}
@media (max-width: 600px) {
  .data_list_single_head, .data_list_single_foot {
    height: 42px;
  }
}
.data_list_single_head:before, .data_list_single_head:after, .data_list_single_foot:before, .data_list_single_foot:after {
  display: block;
  content: "";
  position: absolute;
  width: 60px;
  height: 100%;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .data_list_single_head:before, .data_list_single_head:after, .data_list_single_foot:before, .data_list_single_foot:after {
    width: 48px;
  }
}
@media (max-width: 600px) {
  .data_list_single_head:before, .data_list_single_head:after, .data_list_single_foot:before, .data_list_single_foot:after {
    width: 42px;
  }
}
.data_list_single_head {
  position: relative;
}
.data_list_single_head:before {
  background-image: url(../img/data_box_lt.png);
  left: 0;
}
.data_list_single_head:after {
  background-image: url(../img/data_box_rt.png);
  right: 0;
}
.data_list_single_foot {
  position: absolute;
  bottom: 0;
}
.data_list_single_foot:before {
  background-image: url(../img/data_box_lb.png);
  left: 0;
}
.data_list_single_foot:after {
  background-image: url(../img/data_box_rb.png);
  right: 0;
}

.gallery_wrap {
  overflow: hidden;
}
.gallery_main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  width: 200vw;
  -webkit-animation: gallerySlide 50s infinite linear;
          animation: gallerySlide 50s infinite linear;
}
@media (max-width: 768px) {
  .gallery_main {
    width: 300vw;
  }
}
@media (max-width: 600px) {
  .gallery_main {
    width: 500vw;
  }
}

@-webkit-keyframes gallerySlide {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
}

@keyframes gallerySlide {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
}
.faq_cnt {
  position: relative;
  padding: 95px 0 100px;
  overflow: hidden;
}
@media (max-width: 980px) {
  .faq_cnt {
    padding: 85px 0 90px;
  }
}
@media (max-width: 768px) {
  .faq_cnt {
    padding: 75px 0 80px;
  }
}
@media (max-width: 600px) {
  .faq_cnt {
    padding: 65px 0 70px;
  }
}
.faq_cnt .inner {
  max-width: 1260px;
}
.faq_fx img {
  position: absolute;
}
.faq_fx1 {
  width: 25vw;
  top: 250px;
  right: -2vw;
}
.faq_fx2 {
  width: 20vw;
  top: 400px;
  left: 2vw;
}
.faq_fx3 {
  width: 20vw;
  bottom: 300px;
  left: -3vw;
}
.faq_fx4 {
  width: 20vw;
  bottom: 200px;
  right: 3vw;
}
.faq_single {
  background-color: #FFFAEA;
  padding: 25px 40px;
  margin-top: 30px;
}
@media (max-width: 600px) {
  .faq_single {
    padding: 20px 30px;
    margin-top: 20px;
  }
}
.faq_single dd {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: grid-template-rows 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: grid-template-rows 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), -ms-grid-rows 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.faq_single.on dt .icon::before, .faq_single.on dt .icon:after {
  rotate: 0deg;
}
.faq_single.on dd {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.faq_single button,
.faq_single .wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 23px 15px 1fr;
  grid-template-columns: 23px 1fr;
  gap: 0 15px;
}
@media (max-width: 500px) {
  .faq_single button,
  .faq_single .wrap {
    -ms-grid-columns: 20px 10px 1fr;
    grid-template-columns: 20px 1fr;
    gap: 0 10px;
  }
}
.faq_single dt {
  position: relative;
}
.faq_single dt .icon {
  width: 1em;
  height: 1em;
  right: 0;
  top: 0.15em;
  display: block;
  position: absolute;
}
.faq_single dt .icon::before, .faq_single dt .icon:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #184A9A;
  left: 0;
  top: calc(50% - 2.5px);
  -webkit-transition: rotate 0.5s;
  transition: rotate 0.5s;
}
.faq_single dt .icon:before {
  rotate: 90deg;
}
.faq_single dt .icon::after {
  rotate: 180deg;
}
.faq_single dt .text {
  padding-right: 1em;
}
.faq_single button {
  padding: 0;
  text-align: left;
  width: 100%;
  border: none;
  background: transparent;
  font-size: 20px;
  font-weight: bold;
  color: #262220;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media (max-width: 768px) {
  .faq_single button {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .faq_single button {
    font-size: 17px;
  }
}
@media (any-hover: hover) {
  .faq_single button:hover {
    color: #D1A748;
  }
}
.faq_single dd {
  overflow: hidden;
  line-height: 2;
}
.faq_single .box {
  overflow: hidden;
}
.faq_single .wrap {
  border-top: 1px solid #D1A748;
  padding-top: 0.6em;
  margin-top: 0.9em;
}

.entry_cnt {
  padding: 100px 0 95px;
  background: url(../img/type_bg.png);
  text-align: center;
  position: relative;
}
@media (max-width: 980px) {
  .entry_cnt {
    padding: 90px 0 85px;
  }
}
@media (max-width: 768px) {
  .entry_cnt {
    padding: 80px 0 75px;
  }
}
@media (max-width: 600px) {
  .entry_cnt {
    padding: 60px 0 65px;
  }
}
.entry_cnt h3 {
  color: #E64848;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 60px;
  line-height: 1.2;
}
@media (max-width: 980px) {
  .entry_cnt h3 {
    font-size: 5vw;
  }
}
.entry_cnt a {
  margin-top: 1em;
  display: inline-block;
  width: 100%;
  max-width: 750px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 32px;
  background-color: #E64848;
  padding: 1em;
  -webkit-box-shadow: 0 8px 16px #848484;
          box-shadow: 0 8px 16px #848484;
  position: relative;
  border: 1px solid #fff;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
}
@media (max-width: 980px) {
  .entry_cnt a {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .entry_cnt a {
    font-size: 26px;
  }
}
@media (max-width: 600px) {
  .entry_cnt a {
    font-size: 22px;
    padding: 0.65em;
  }
}
@media (max-width: 500px) {
  .entry_cnt a {
    font-size: 20px;
  }
}
@media (any-hover: hover) {
  .entry_cnt a:hover {
    -webkit-box-shadow: 0 0 10px #E64848;
            box-shadow: 0 0 10px #E64848;
  }
}
.entry_cnt .icon {
  background-color: #fff;
  width: 1.4em;
  height: 1.4em;
  border-radius: 50px;
  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;
  position: absolute;
  right: 45px;
  top: calc(50% - 0.7em);
}
.entry_cnt .icon img {
  width: 16px;
}
.entry_fx img {
  position: absolute;
}
.entry_fx1 {
  left: -5vw;
  top: 100px;
  width: 20vw;
}
@media (max-width: 600px) {
  .entry_fx1 {
    top: 50px;
    width: 30vw;
  }
}
.entry_fx2 {
  right: 6vw;
  top: 120px;
  width: 18vw;
}
@media (max-width: 600px) {
  .entry_fx2 {
    top: 70px;
    width: 26vw;
  }
}
.entry_fx3 {
  right: 10vw;
  bottom: 50px;
  width: 13vw;
}
@media (max-width: 600px) {
  .entry_fx3 {
    bottom: 20px;
    width: 25vw;
  }
}

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;
  background-color: #fff;
  overflow: hidden;
}
.modal_single_head {
  position: relative;
}
.modal_single_head h3 {
  position: absolute;
  left: 0;
  top: 60%;
}
.modal_single_head h3 span {
  background-color: #E64848;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 40px;
  padding: 0.2em 2em;
}
@media (max-width: 1060px) {
  .modal_single_head h3 span {
    padding: 0.2em 1.5em;
    font-size: 5vw;
  }
}
.modal_single_body {
  padding: 35px 45px;
}
@media (max-width: 768px) {
  .modal_single_body {
    padding: 30px 25px;
  }
}
.modal_single_body h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  border-bottom: 1px solid #E64848;
  padding: 0 0 0.2em;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .modal_single_body h4 {
    font-size: 20px;
  }
}
.modal_single_body dt {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 15px 10px 1fr;
  grid-template-columns: 15px 1fr;
  gap: 10px;
  margin-bottom: 0.5em;
}
.modal_single_body dt img {
  -webkit-transform: translateY(-0.15em);
      -ms-transform: translateY(-0.15em);
          transform: translateY(-0.15em);
}
.modal_single_body .text {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media (max-width: 768px) {
  .modal_single_body .text {
    font-size: 18px;
  }
}
.modal_single_body dd {
  margin-bottom: 2em;
  line-height: 2;
}
.modal_single_close {
  text-align: center;
  padding: 40px 0;
}
@media (max-width: 768px) {
  .modal_single_close {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  .modal_single_close {
    padding-top: 20px;
  }
}
.modal_single_close button {
  background-color: transparent;
  border: none;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  background-color: #262220;
  color: #fff;
  padding: 0.4em 1em 0.5em;
  position: relative;
}
@media (max-width: 768px) {
  .modal_single_close button {
    font-size: 16px;
  }
}
@media (any-hover: hover) {
  .modal_single_close button:hover {
    background-color: #E64848;
  }
}
.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: #262220;
  border: none;
  position: absolute;
  z-index: 1;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  width: 60px;
  height: 60px;
  top: 50px;
  right: 0;
}
@media (any-hover: hover) {
  .modal_single_close_top:hover {
    background-color: #E64848;
  }
}
.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), -webkit-filter 1s;
  transition: opacity 1.3s, -webkit-transform 1.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 1s;
  transition: opacity 1.3s, transform 1.6s cubic-bezier(0.19, 1, 0.22, 1), filter 1s;
  transition: opacity 1.3s, transform 1.6s cubic-bezier(0.19, 1, 0.22, 1), filter 1s, -webkit-transform 1.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 1s;
  -webkit-filter: brightness(5);
          filter: brightness(5);
  opacity: 0;
}
.add_anim.js_on {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.add_anim.js_on .cmn_title {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}