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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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;
  -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-offset: 2px;
  outline: none;
}

body {
  background-color: #fff;
}

@media (max-width: 980px) {
  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: "Noto Sans JP", "YuGothic", "Yu Gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

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

body {
  line-height: 1.5;
}

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

header,
.header {
  width: 100%;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  background-color: rgba(255, 127, 0, 0.9);
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}

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 3.5vw;
}

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

header h1,
.header h1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

@media (max-width: 980px) {
  header h1,
  .header h1 {
    padding: 12px 0;
  }
}

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

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

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

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

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

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

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

header button .icon span,
.header button .icon span {
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background-color: #FFF;
  left: 0;
  -webkit-transition: top 0.25s, background 0.4s, opacity 0.4s, -webkit-transform 0.25s;
  transition: top 0.25s, background 0.4s, opacity 0.4s, -webkit-transform 0.25s;
  -o-transition: top 0.25s, transform 0.25s, background 0.4s, opacity 0.4s;
  transition: top 0.25s, transform 0.25s, background 0.4s, opacity 0.4s;
  transition: top 0.25s, transform 0.25s, background 0.4s, opacity 0.4s, -webkit-transform 0.25s;
}

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

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

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

@media (max-width: 980px) {
  header_nav,
  .header_nav {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(255, 250, 229, 0.9);
    display: block;
    padding: 30px 20px;
    border-radius: 0 0 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
}

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;
  padding-right: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1060px) {
  header_nav_wrap,
  .header_nav_wrap {
    padding-right: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

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

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

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

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

@media (max-width: 980px) {
  header_nav ul,
  .header_nav ul {
    display: block;
    text-align: left;
    padding: 0;
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
  }
}

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

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

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

header_nav li 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: #ff7f00;
    text-align: left;
    padding: 1.2em 0;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
  }
}

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

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

@media (max-width: 980px) {
  header_nav li a .label,
  .header_nav li a .label {
    background: none;
    padding: 0;
    text-align: left;
  }
}

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

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

header_link,
.header_link {
  display: none;
}

@media (max-width: 980px) {
  header_link,
  .header_link {
    display: block;
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
  }
  header_link dl,
  .header_link dl {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 35% 1fr;
    grid-template-columns: 35% 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
  }
  header_link dt img,
  .header_link dt img {
    width: 90%;
  }
  header_link dd,
  .header_link dd {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 18% 18% 18%;
    grid-template-columns: 18% 18% 18%;
    gap: 15%;
  }
  header_link dd a,
  .header_link dd a {
    display: inline-block;
  }
}

@media (max-width: 980px) {
  .js_show_nav .header {
    background-color: rgba(255, 127, 0, 0);
  }
  .js_show_nav .header h1 {
    opacity: 0;
  }
  .js_show_nav .header_nav {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.js_show_nav .header button .icon span {
  background-color: #ff7f00;
}

.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);
  -o-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);
  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: 40px 40px 60px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fde37f;
}

@media (max-width: 980px) {
  body .footer {
    padding: 30px 25px 120px;
  }
}

@media (max-width: 600px) {
  body .footer {
    padding: 25px 20px 100px;
  }
}

body .footer_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 130px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 60px;
}

@media (max-width: 1200px) {
  body .footer_logo {
    gap: 20px;
  }
}

@media (max-width: 768px) {
  body .footer_logo {
    display: block;
    margin-bottom: 40px;
  }
}

@media (max-width: 600px) {
  body .footer_logo {
    margin-bottom: 25px;
  }
}

body .footer_logo dl {
  text-align: center;
}

@media (max-width: 768px) {
  body .footer_logo dl {
    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;
    padding: 0.5em 0;
  }
}

body .footer_logo dt {
  margin-bottom: 10px;
}

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

@media (max-width: 600px) {
  body .footer_logo dt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
  }
}

body .footer_logo dt img {
  width: 100%;
  max-width: 233px;
}

body .footer_logo dd a {
  display: inline-block;
  padding: 7px;
}

@media (any-hover: hover) {
  body .footer_logo dd a:hover img {
    opacity: 0.7;
  }
}

body .footer_logo dd img {
  width: 40px;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

body .footer ul {
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 980px) {
  body .footer ul {
    display: block;
  }
}

body .footer li {
  display: inline-block;
  float: none;
  line-height: 1;
}

@media (max-width: 500px) {
  body .footer li {
    display: block;
  }
}

body .footer li:nth-last-of-type(1) a span {
  border: none;
}

body .footer li a {
  padding: 0.5em 0;
  display: inline-block;
  -webkit-transition: color 0.4s, opacity 0.4s;
  -o-transition: color 0.4s, opacity 0.4s;
  transition: color 0.4s, opacity 0.4s;
  text-decoration: none;
  color: #333;
}

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

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

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

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

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

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

body .footer_copyrights {
  text-align: center;
}

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

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

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

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

@media (any-hover: hover) {
  body .footer_totop:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}

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;
  background-color: #ff7f00;
  border-radius: 50%;
}

body .footer_totop .icon {
  width: 25%;
  height: 25%;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  position: absolute;
  left: 50%;
  top: 55%;
}

body .footer_entry {
  position: fixed;
  z-index: 10;
  -webkit-transition: right 0.3s, -webkit-transform 0.3s;
  transition: right 0.3s, -webkit-transform 0.3s;
  -o-transition: right 0.3s, transform 0.3s;
  transition: right 0.3s, transform 0.3s;
  transition: right 0.3s, transform 0.3s, -webkit-transform 0.3s;
  right: 30px;
  bottom: 200px;
}

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

body .footer_entry a {
  border-radius: 200px;
  width: 150px;
  height: 150px;
  text-align: center;
  padding-top: 40px;
  display: block;
  background-color: #ff7f00;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.4s, -webkit-box-shadow 0.2s;
  transition: background 0.4s, -webkit-box-shadow 0.2s;
  -o-transition: background 0.4s, box-shadow 0.2s;
  transition: background 0.4s, box-shadow 0.2s;
  transition: background 0.4s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 40px;
  font-size: 38px;
  color: #fff;
}

body .footer_entry a:before {
  display: block;
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateX(-50%);
  -ms-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
  left: 50%;
  bottom: 20%;
}

@media (max-width: 980px) {
  body .footer_entry a:before {
    display: none;
  }
}

@media (max-width: 980px) {
  body .footer_entry a {
    height: auto;
    border-radius: 0;
    width: 100%;
    font-size: 20px;
    padding: 1.5em;
  }
}

@media (max-width: 600px) {
  body .footer_entry a {
    font-size: 18px;
    padding: 1em;
  }
}

@media (any-hover: hover) {
  body .footer_entry a:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  }
}

@media (any-hover: hover) and (max-width: 980px) {
  body .footer_entry a:hover {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
}

@media (max-width: 980px) {
  body .footer_entry a .label {
    display: inline-block;
    padding-right: 0.8em;
    position: relative;
  }
  body .footer_entry a .label:before {
    display: block;
    content: "";
    position: absolute;
    width: 0.5em;
    height: 0.5em;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    right: 0;
    top: 48%;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
  }
}

.js_nav_fixed .footer_totop {
  bottom: 25px;
}

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

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

.js_nav_fixed .footer_entry {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.cmn_title {
  text-align: center;
  padding: 130px 0;
}

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

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

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

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

.cmn_title h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  color: #ff7f00;
  text-shadow: 4px 4px 0 #fde37f;
  letter-spacing: 0.1em;
  font-size: 100px;
  line-height: 1;
  padding-bottom: 0.45em;
  margin: 0 -17px;
}

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

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

@media (max-width: 768px) {
  .cmn_title h3 {
    font-size: 9.7vw;
    padding-bottom: 0.35em;
  }
}

@media (max-width: 500px) {
  .cmn_title h3 {
    font-size: 10vw;
  }
}

.cmn_title p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 35px;
}

@media (max-width: 1060px) {
  .cmn_title p {
    font-size: 33px;
  }
}

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

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

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

.about_cnt,
.job_cnt,
.interview_cnt,
.environment_cnt,
.outline_cnt {
  padding-bottom: 160px;
}

@media (max-width: 980px) {
  .about_cnt,
  .job_cnt,
  .interview_cnt,
  .environment_cnt,
  .outline_cnt {
    padding-bottom: 130px;
  }
}

@media (max-width: 768px) {
  .about_cnt,
  .job_cnt,
  .interview_cnt,
  .environment_cnt,
  .outline_cnt {
    padding-bottom: 100px;
  }
}

@media (max-width: 600px) {
  .about_cnt,
  .job_cnt,
  .interview_cnt,
  .environment_cnt,
  .outline_cnt {
    padding-bottom: 80px;
  }
}

.job_cnt,
.interview_cnt,
.environment_cnt,
.outline_cnt {
  position: relative;
}

.job_cnt::before,
.interview_cnt::before,
.environment_cnt::before,
.outline_cnt::before {
  display: block;
  content: "";
  position: absolute;
  width: 35vw;
  height: 31vw;
  background: url(../img/cmn_cap_fx.png) no-repeat top/contain;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .job_cnt::before,
  .interview_cnt::before,
  .environment_cnt::before,
  .outline_cnt::before {
    width: 42vw;
    height: 37.2vw;
  }
}

.job_cnt,
.environment_cnt {
  background-color: #FEF1E5;
}

.hero_cnt {
  position: relative;
}

.hero_cnt .slick-dots {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  bottom: 0.5vw;
  left: 0;
}

.hero_cnt .slick-dots button {
  width: 44px;
  height: 44px;
  text-indent: -999px;
  overflow: hidden;
  background: transparent;
  border: none;
  position: relative;
}

@media (any-hover: hover) {
  .hero_cnt .slick-dots button:hover:before {
    background-color: #ff7f00;
  }
}

.hero_cnt .slick-dots button:before {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: #fff;
  left: 17px;
  top: 17px;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}

.hero_cnt .slick-active button:before {
  background-color: #ff7f00;
}

.hero_ttl {
  position: absolute;
  top: 28vw;
  left: 12vw;
  width: 43vw;
}

@media (max-width: 980px) {
  .hero_ttl {
    width: 57vw;
    left: 5vw;
    top: auto;
    bottom: 3vw;
  }
}

@media (max-width: 500px) {
  .hero_ttl {
    width: 80vw;
    bottom: 1vw;
    left: 10vw;
  }
}

@media (max-width: 500px) {
  .hero_slide img {
    width: 100%;
    height: 50vh;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.about_cnt .cmn_title {
  text-align: center;
  padding: 110px 0 90px;
}

@media (max-width: 1200px) {
  .about_cnt .cmn_title {
    padding: 90px 0 80px;
  }
}

@media (max-width: 980px) {
  .about_cnt .cmn_title {
    padding: 80px 0 70px;
  }
}

@media (max-width: 768px) {
  .about_cnt .cmn_title {
    padding: 70px 0 55px;
  }
}

@media (max-width: 600px) {
  .about_cnt .cmn_title {
    padding: 50px 0 45px;
  }
}

.about_lead {
  background-color: #FFFAE5;
  color: #ff7f00;
  max-width: 885px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 75px;
  padding: 55px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: 2;
  font-size: 32px;
  border-radius: 18px;
}

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

@media (max-width: 768px) {
  .about_lead {
    padding: 45px;
    font-size: 26px;
    border-radius: 15px;
    margin-bottom: 50px;
  }
}

@media (max-width: 600px) {
  .about_lead {
    padding: 35px;
    border-radius: 10px;
    font-size: 5vw;
    margin-bottom: 40px;
  }
}

@media (max-width: 500px) {
  .about_lead {
    font-size: 4.5vw;
  }
}

.about_intro {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 45% 50%;
  grid-template-columns: 45% 50%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 135px;
}

@media (max-width: 1060px) {
  .about_intro {
    -ms-grid-columns: 35% 60%;
    grid-template-columns: 35% 60%;
  }
}

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

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

.about_intro_fig {
  position: relative;
}

@media (max-width: 768px) {
  .about_intro_fig {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2vw;
    margin-bottom: 35px;
  }
}

.about_intro_fig img {
  position: absolute;
  border-radius: 18px;
  width: 80%;
  max-width: 355px;
}

@media (max-width: 768px) {
  .about_intro_fig img {
    position: static;
    width: 45%;
  }
}

.about_intro_fig img:nth-of-type(1) {
  left: 0;
  top: 0;
}

.about_intro_fig img:nth-of-type(2) {
  right: 0;
  top: 43%;
}

@media (max-width: 1060px) {
  .about_intro_fig img:nth-of-type(2) {
    top: 25%;
  }
}

.about_intro_text p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 2.4;
  margin-bottom: 2em;
}

@media (max-width: 980px) {
  .about_intro_text p {
    font-size: 2.1vw;
  }
}

@media (max-width: 768px) {
  .about_intro_text p {
    text-align: center;
    font-size: 2.5vw;
    line-height: 2.2;
  }
}

@media (max-width: 600px) {
  .about_intro_text p {
    font-size: 3.7vw;
    line-height: 2.1;
  }
}

@media (max-width: 500px) {
  .about_intro_text p {
    font-size: 3.5vw;
    line-height: 1.9;
  }
}

.about_intro_text p:nth-last-of-type(1) {
  margin-bottom: 0;
}

.about_intro_text p em {
  display: inline-block;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(253, 227, 127, 0)), color-stop(20.1%, #fde37f), color-stop(35%, #fde37f), color-stop(35.1%, rgba(253, 227, 127, 0)));
  background: -webkit-linear-gradient(bottom, rgba(253, 227, 127, 0) 20%, #fde37f 20.1%, #fde37f 35%, rgba(253, 227, 127, 0) 35.1%);
  background: -o-linear-gradient(bottom, rgba(253, 227, 127, 0) 20%, #fde37f 20.1%, #fde37f 35%, rgba(253, 227, 127, 0) 35.1%);
  background: linear-gradient(0deg, rgba(253, 227, 127, 0) 20%, #fde37f 20.1%, #fde37f 35%, rgba(253, 227, 127, 0) 35.1%);
}

.about_group_cap {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.07em;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .about_group_cap {
    font-size: 19px;
    margin-bottom: 40px;
  }
}

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

.about_group_cap span {
  display: inline-block;
  border-bottom: 4px solid #ff7f00;
  padding-bottom: 0.2em;
}

@media (max-width: 600px) {
  .about_group_cap span {
    border-width: 3px;
  }
}

.about_group_lead {
  text-align: center;
  font-size: 20px;
  line-height: 2.2;
  margin-bottom: 55px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .about_group_lead {
    font-size: 18px;
    margin-bottom: 40px;
  }
}

@media (max-width: 600px) {
  .about_group_lead {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .about_group_lead br {
    display: none;
  }
}

.about_group_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 9px;
}

@media (max-width: 768px) {
  .about_group_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px 2%;
  }
  .about_group_list > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
}

.about_group_single {
  border: 1px solid #333;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 3;
  grid-row: span 3;
}

.about_group_single h4 {
  background-color: #333;
  text-align: center;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 20px;
  padding: 0.4em;
  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: 768px) {
  .about_group_single h4 {
    font-size: 18px;
  }
}

.about_group_single figure {
  padding: 28px 28px 20px;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.about_group_single p {
  padding: 0 28px 35px;
  line-height: 1.8;
}

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

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

.job_tab_head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

@media (max-width: 980px) {
  .job_tab_head {
    gap: 20px;
  }
}

@media (max-width: 600px) {
  .job_tab_head {
    gap: 15px;
  }
}

.job_tab_head button {
  border: none;
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 24px;
  padding: 0.5em;
  border-radius: 16px 16px 0 0;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}

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

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

@media (max-width: 600px) {
  .job_tab_head button {
    border-radius: 10px 10px 0 0;
    font-size: 18px;
  }
}

.job_tab_head li:nth-of-type(1) button {
  background-color: #fde37f;
}

@media (any-hover: hover) {
  .job_tab_head li:nth-of-type(1) button:hover {
    background-color: #F0BF00;
  }
}

.job_tab_head li:nth-of-type(2) button {
  background-color: #95D9D6;
}

@media (any-hover: hover) {
  .job_tab_head li:nth-of-type(2) button:hover {
    background-color: #2CB4AD;
  }
}

.job_tab_body {
  background-color: #fff;
}

.job_tab_body_in {
  padding: 60px 48px 80px;
}

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

@media (max-width: 768px) {
  .job_tab_body_in {
    padding: 40px 25px 45px;
  }
}

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

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

.job_tab_body_single h4 {
  font-size: 32px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  margin-bottom: 2em;
  text-align: center;
  padding: 0.2em;
}

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

@media (max-width: 768px) {
  .job_tab_body_single h4 {
    font-size: 28px;
    margin-bottom: 1.5em;
  }
}

@media (max-width: 600px) {
  .job_tab_body_single h4 {
    font-size: 24px;
    margin-bottom: 1em;
  }
}

.job_tab_body_single_detail {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 38% 55%;
  grid-template-columns: 38% 55%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

@media (max-width: 980px) {
  .job_tab_body_single_detail {
    -ms-grid-columns: 40% 55%;
    grid-template-columns: 40% 55%;
  }
}

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

.job_tab_body_single_detail_photo img {
  border-radius: 16px;
}

@media (max-width: 600px) {
  .job_tab_body_single_detail_photo img {
    border-radius: 10px;
  }
}

.job_tab_body_single_detail dt {
  font-size: 24px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  margin-bottom: 0.5em;
}

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

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

.job_tab_body_single_detail dd {
  font-size: 18px;
  line-height: 2;
}

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

@media (max-width: 600px) {
  .job_tab_body_single_detail dd {
    line-height: 1.8;
    font-size: 16px;
  }
}

.job_tab_body [data-tab-num="1"] h4 {
  color: #ff7f00;
  background-color: #FFFAE5;
}

.job_tab_body [data-tab-num="1"] dt {
  color: #ff7f00;
}

.job_tab_body [data-tab-num="2"] h4 {
  color: #2CB4AD;
  background-color: #E9F6F7;
}

.job_tab_body [data-tab-num="2"] dt {
  color: #2CB4AD;
}

.job_tab[data-tab-stat="1"] [data-tab-index="1"] {
  background-color: #F0BF00;
}

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

.job_tab[data-tab-stat="2"] [data-tab-index="2"] {
  background-color: #2CB4AD;
}

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

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

.interview_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 90px 68px;
}

@media (max-width: 980px) {
  .interview_list {
    gap: 70px 40px;
  }
}

@media (max-width: 768px) {
  .interview_list {
    gap: 50px 25px;
  }
}

@media (max-width: 600px) {
  .interview_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 400px;
    gap: 35px;
  }
}

.interview_list_single {
  border-radius: 16px;
  border: 2px solid #ff7f00;
  position: relative;
}

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

@media (any-hover: hover) {
  .interview_list_single:hover img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-filter: brightness(1.05);
    filter: brightness(1.05);
  }
  .interview_list_single:hover p {
    color: #ff7f00;
  }
  .interview_list_single:hover p.link {
    color: #fde37f;
  }
}

.interview_list figure {
  border-radius: 14px 14px 0 0;
  overflow: hidden;
}

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

.interview_list figure img {
  -webkit-transition: -webkit-transform 0.4s, -webkit-filter 0.4s;
  transition: -webkit-transform 0.4s, -webkit-filter 0.4s;
  -o-transition: transform 0.4s, filter 0.4s;
  transition: transform 0.4s, filter 0.4s;
  transition: transform 0.4s, filter 0.4s, -webkit-transform 0.4s, -webkit-filter 0.4s;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.interview_list hgroup {
  border-radius: 0 0 16px 16px;
  position: relative;
  padding: 95px 30px 30px;
}

@media (max-width: 980px) {
  .interview_list hgroup {
    padding: 10vw 25px 25px;
  }
}

@media (max-width: 768px) {
  .interview_list hgroup {
    padding-top: 13vw;
  }
}

@media (max-width: 500px) {
  .interview_list hgroup {
    padding-top: 19vw;
  }
}

.interview_list h4 {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-50%) translateX(-0.5em);
  -ms-transform: translateY(-50%) translateX(-0.5em);
  transform: translateY(-50%) translateX(-0.5em);
}

@media (max-width: 980px) {
  .interview_list h4 {
    font-size: 2.75vw;
  }
}

@media (max-width: 600px) {
  .interview_list h4 {
    font-size: 4vw;
  }
}

@media (max-width: 500px) {
  .interview_list h4 {
    font-size: 5.2vw;
  }
}

.interview_list h4 span {
  display: inline-block;
  background-color: #ff7f00;
  padding: 0.2em 0.4em;
  margin-bottom: 0.2em;
}

.interview_list h4 span:after {
  content: "";
  display: block;
}

.interview_list p {
  font-size: 18px;
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: 2;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

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

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

.interview_list p.link {
  position: absolute;
  font-size: 90%;
  right: 0.75em;
  bottom: 0.75em;
  color: #ff7f00;
  padding: 0 1.7em 0 1.2em;
  border-radius: 50px;
  background-color: #ff7f00;
  color: #fff;
}

.interview_list p.link:after {
  display: block;
  content: "";
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 0.7em;
  top: 0.75em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.environment_cnt .cmn_title h3 {
  letter-spacing: 0;
}

.environment_list, .environment_step {
  background-color: #fff;
  border-radius: 32px;
  padding: 55px 40px;
  margin-top: 55px;
  position: relative;
}

@media (max-width: 1400px) {
  .environment_list, .environment_step {
    padding: 50px 40px;
  }
}

@media (max-width: 980px) {
  .environment_list, .environment_step {
    border-radius: 24px;
    padding: 55px 30px;
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .environment_list, .environment_step {
    padding: 40px 30px;
    margin-top: 30px;
  }
}

@media (max-width: 600px) {
  .environment_list, .environment_step {
    border-radius: 16px;
    padding: 35px 20px;
    margin-top: 25px;
  }
}

@media (max-width: 500px) {
  .environment_list, .environment_step {
    padding-top: 20px;
  }
}

.environment_list_text {
  width: 57%;
}

@media (max-width: 1400px) {
  .environment_list_text {
    width: 53%;
  }
}

@media (max-width: 500px) {
  .environment_list_text {
    width: 100%;
  }
}

.environment_list_fig {
  width: 53%;
  position: absolute;
  right: -130px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 17px;
  overflow: hidden;
  width: 45%;
}

@media (max-width: 1400px) {
  .environment_list_fig {
    right: -20px;
    top: 50px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

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

.environment_list:nth-of-type(even) .environment_list_text {
  margin-left: auto;
}

.environment_list:nth-of-type(even) .environment_list_fig {
  right: auto;
  left: -130px;
}

@media (max-width: 1400px) {
  .environment_list:nth-of-type(even) .environment_list_fig {
    left: -20px;
  }
}

.environment_num {
  color: #ff7f00;
  font-size: 80px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0.35em;
}

@media (max-width: 1400px) {
  .environment_num {
    font-size: 70px;
  }
}

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

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

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

.environment_cap {
  color: #ff7f00;
  font-size: 32px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  margin-bottom: 0.4em;
}

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

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

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

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

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

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

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

@media (max-width: 600px) {
  .environment_text {
    line-height: 1.8;
  }
}

.environment_step {
  padding-bottom: 40px;
}

.environment_step_single {
  margin-top: 40px;
  padding: 30px;
  border-radius: 16px;
  border: 2px solid #ccc;
  position: relative;
}

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

.environment_step_single hgroup {
  margin-top: -50px;
  margin-bottom: 15px;
}

.environment_step_single hgroup h4 {
  font-size: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  border-radius: 50px;
  padding: 0.3em 1.5em;
  margin-bottom: 0.3em;
}

@media (max-width: 600px) {
  .environment_step_single hgroup h4 {
    padding: 0.3em 1em;
    border-radius: 16px;
  }
}

.environment_step_single hgroup p {
  font-size: 20px;
  position: relative;
  padding-left: 1.3em;
  font-weight: 500;
}

.environment_step_single hgroup p:before {
  display: block;
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  border-radius: 50px;
  top: 0.3em;
  left: 0;
  background-color: #333;
}

.environment_step_single:nth-of-type(1) {
  border-color: #F0BF00;
}

.environment_step_single:nth-of-type(1) h4 {
  background-color: #F0BF00;
}

.environment_step_single:nth-of-type(1) dl {
  border-color: #fdd84c;
}

.environment_step_single:nth-of-type(1) dt {
  background-color: #fdd84c;
}

.environment_step_single:nth-of-type(1) .year {
  color: #ff7f00;
}

.environment_step_single:nth-of-type(1) .name {
  color: #39b6a7;
}

.environment_step_single:nth-of-type(1) .level {
  border-color: #39b6a7;
}

.environment_step_single:nth-of-type(2) {
  border-color: #2CB4AD;
}

.environment_step_single:nth-of-type(2) h4 {
  background-color: #2CB4AD;
}

.environment_step_single:nth-of-type(2) dl {
  border-color: #6acac5;
}

.environment_step_single:nth-of-type(2) dt {
  background-color: #6acac5;
}

.environment_step_single:nth-of-type(2) .year {
  color: #2CB4AD;
}

.environment_step_single:nth-of-type(2) .name {
  color: #fde37f;
}

.environment_step_single:nth-of-type(2) .level {
  border-color: #fde37f;
}

@media (max-width: 980px) {
  .environment_step_wrap {
    overflow-x: auto;
    padding-bottom: 1em;
    position: relative;
  }
}

.environment_step_caution {
  display: none;
}

@media (max-width: 980px) {
  .environment_step_caution {
    display: block;
    text-align: center;
    padding: 1em 0 0;
  }
  .environment_step_caution span {
    display: inline-block;
    position: relative;
    padding: 0 1.2em;
  }
  .environment_step_caution span::before, .environment_step_caution span:after {
    display: block;
    content: "";
    position: absolute;
    width: 0.5em;
    height: 0.5em;
    border-top: 2px solid #aaa;
    top: 55%;
  }
  .environment_step_caution span::before {
    left: 0;
    border-left: 2px solid #aaa;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }
  .environment_step_caution span::after {
    right: 0;
    border-right: 2px solid #aaa;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
}

.environment_step_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 8px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  /*
            @include md {
                grid-template-columns: 1fr 1fr;
                // padding-top: 45px;
                align-items: stretch;
            }

            @include mds {
                grid-template-columns: 1fr;
            }
*/
}

@media (max-width: 980px) {
  .environment_step_list {
    width: 980px;
  }
}

.environment_step_list::before {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/environment_fig.png) no-repeat center/contain;
  width: 90px;
  height: 90px;
  left: 0;
  top: 60px;
}

.environment_step_list_single {
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid #ccc;
}

.environment_step_list_single dt {
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.environment_step_list_single .year {
  background-color: #fff;
  border-radius: 50px;
  padding: 0.2em;
}

.environment_step_list_single .level {
  font-size: 20px;
  padding: 0.5em 0;
  border-bottom: 2px dashed #ccc;
  margin-bottom: 0.5em;
}

@media (max-width: 1060px) {
  .environment_step_list_single .level {
    font-size: 18px;
  }
}

.environment_step_list_single .name {
  font-size: 20px;
  font-weight: bold;
  min-height: 4em;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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: 1060px) {
  .environment_step_list_single .name {
    font-size: 18px;
  }
}

.environment_step_list_single .name span {
  padding: 0.5em 0;
}

.environment_step_list_single dd {
  padding: 15px;
  line-height: 2;
}

.environment_step_list_single:nth-of-type(1) {
  margin-top: 150px;
}

.environment_step_list_single:nth-of-type(2) {
  margin-top: 100px;
}

.environment_step_list_single:nth-of-type(3) {
  margin-top: 50px;
}

.outline_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

@media (max-width: 768px) {
  .outline_list {
    gap: 35px;
  }
}

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

.outline_list_single dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 6em 1fr;
  grid-template-columns: 6em 1fr;
  border-bottom: 1px solid #707070;
  padding-bottom: 0.5em;
  margin-top: 2em;
}

.outline_list_single dl:nth-of-type(1) {
  margin: 0;
}

.outline_list_single dt {
  color: #707070;
  font-size: 18px;
}

.entry_cnt {
  background: url(../img/entry_bg.jpg) no-repeat center/cover;
  position: relative;
  text-align: center;
  padding: 130px 0;
}

@media (max-width: 1060px) {
  .entry_cnt {
    padding: 110px 0;
  }
}

@media (max-width: 768px) {
  .entry_cnt {
    padding: 15vw 0;
  }
}

.entry_cnt::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  top: 0;
  left: 0;
}

.entry_cnt h3 {
  font-size: 40px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  margin-bottom: 1em;
}

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

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

@media (max-width: 600px) {
  .entry_cnt h3 {
    font-size: 4.5vw;
  }
}

.entry_cnt h3 span {
  display: inline-block;
  position: relative;
  padding: 0 2em;
}

.entry_cnt h3 span:before, .entry_cnt h3 span:after {
  display: block;
  content: "";
  position: absolute;
  border-top: 3px solid #333;
  width: 1.5em;
  height: 2px;
  top: 0.8em;
}

.entry_cnt h3 span:before {
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  left: 0;
}

.entry_cnt h3 span:after {
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
  right: 0;
}

.entry_cnt a {
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #707070;
  font-size: 22px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #333;
  max-width: 420px;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: border 0.4s, color 0.4s;
  -o-transition: border 0.4s, color 0.4s;
  transition: border 0.4s, color 0.4s;
}

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

@media (max-width: 768px) {
  .entry_cnt a {
    font-size: 18px;
    width: 80%;
    min-width: 285px;
  }
}

@media (any-hover: hover) {
  .entry_cnt a:hover {
    border-color: #ff7f00;
    color: #ff7f00;
  }
  .entry_cnt a:hover .icon {
    background-color: #ff7f00;
  }
}

.entry_cnt a .icon {
  width: 1.3em;
  height: 1.3em;
  background-color: #707070;
  display: block;
  position: absolute;
  border-radius: 50px;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}

.entry_cnt a .icon:before {
  display: block;
  content: "";
  position: absolute;
  width: 0.4em;
  height: 0.4em;
  top: 57%;
  left: 27%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateX(-50%) translateY(-50%);
  -ms-transform: rotate(45deg) translateX(-50%) translateY(-50%);
  transform: rotate(45deg) translateX(-50%) translateY(-50%);
}

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: transparent -webkit-gradient(linear, left top, left bottom, from(#FFFAE5), to(#fde37f)) 0% 0% no-repeat;
  background: transparent -webkit-linear-gradient(top, #FFFAE5 0%, #fde37f 100%) 0% 0% no-repeat;
  background: transparent -o-linear-gradient(top, #FFFAE5 0%, #fde37f 100%) 0% 0% no-repeat;
  background: transparent linear-gradient(180deg, #FFFAE5 0%, #fde37f 100%) 0% 0% no-repeat;
  overflow: hidden;
  padding: 100px 80px;
}

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

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

.modal_single_wrap:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 650px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 0% 100%);
  background: #FDE381;
  background: -webkit-linear-gradient(100deg, #fde380 15%, #fff9de 100%);
  background: -o-linear-gradient(100deg, #fde380 15%, #fff9de 100%);
  background: linear-gradient(-10deg, #fde380 15%, #fff9de 100%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  top: 0;
}

.modal_single_head {
  margin-bottom: 60px;
}

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

.modal_single_head_main {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60% 40%;
  grid-template-columns: 60% 40%;
}

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

.modal_single_head h3 {
  font-size: 60px;
  color: #ff7f00;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  text-align: center;
  margin-bottom: 1em;
  position: relative;
  letter-spacing: 0.07em;
}

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

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

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

.modal_single_head img {
  border-radius: 16px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .modal_single_head img {
    border-radius: 10px;
  }
}

.modal_single_head_ttl {
  margin: 1.5em 0 1.5em -2em;
  font-size: 24px;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}

@media (max-width: 980px) {
  .modal_single_head_ttl {
    font-size: 2.7vw;
    margin-left: -4em;
  }
}

@media (max-width: 600px) {
  .modal_single_head_ttl {
    position: absolute;
    margin: 0;
    left: -10px;
    bottom: -5.5em;
    font-size: 4vw;
  }
}

.modal_single_head_ttl span {
  background-color: #ff7f00;
  display: inline-block;
  padding: 0.2em;
  margin-bottom: 0.15em;
}

@media (max-width: 600px) {
  .modal_single_head_ttl_s span:nth-of-type(2) {
    margin-left: -0.3em;
  }
}

.modal_single_head_detail {
  background-color: #fff;
  border-radius: 500px;
  width: 222px;
  height: 222px;
  margin: 0 auto;
  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;
  text-align: center;
  color: #ff7f00;
  line-height: 2;
  font-size: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}

@media (max-width: 980px) {
  .modal_single_head_detail {
    font-size: 18px;
    width: 23vw;
    height: 23vw;
  }
}

@media (max-width: 600px) {
  .modal_single_head_detail {
    font-size: 3.5vw;
    width: 30vw;
    height: 30vw;
    line-height: 1.7;
  }
}

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

.modal_single_body_faq dl {
  margin-top: 45px;
}

@media (max-width: 768px) {
  .modal_single_body_faq dl {
    margin-top: 40px;
  }
}

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

.modal_single_body_faq dt {
  color: #ff7f00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.modal_single_body_faq dt em {
  font-family: "Timmana", sans-serif;
  font-size: 64px;
  line-height: 1;
  padding-right: 0.3em;
  margin-right: 0.45em;
  position: relative;
  -webkit-transform: translateY(0.2em);
  -ms-transform: translateY(0.2em);
  transform: translateY(0.2em);
}

@media (max-width: 980px) {
  .modal_single_body_faq dt em {
    font-size: 58px;
  }
}

@media (max-width: 768px) {
  .modal_single_body_faq dt em {
    font-size: 48px;
  }
}

@media (max-width: 600px) {
  .modal_single_body_faq dt em {
    font-size: 42px;
  }
}

@media (max-width: 500px) {
  .modal_single_body_faq dt em {
    font-size: 36px;
  }
}

.modal_single_body_faq dt em:after {
  display: block;
  content: "";
  position: absolute;
  width: 3px;
  height: 0.7em;
  background-color: #ff7f00;
  top: 0;
  right: 0;
}

@media (max-width: 600px) {
  .modal_single_body_faq dt em:after {
    width: 2px;
  }
}

.modal_single_body_faq dt span {
  font-size: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: 1.35;
}

@media (max-width: 768px) {
  .modal_single_body_faq dt span {
    font-size: 18px;
  }
}

@media (max-width: 500px) {
  .modal_single_body_faq dt span {
    font-size: 17px;
  }
}

.modal_single_body_faq dd {
  background-color: #fff;
  border-radius: 16px;
  padding: 22px 40px;
  line-height: 1.9;
}

@media (max-width: 768px) {
  .modal_single_body_faq dd {
    padding: 20px 30px;
  }
}

@media (max-width: 600px) {
  .modal_single_body_faq dd {
    padding: 17px 20px;
    border-radius: 10px;
    line-height: 1.8;
  }
}

@media (max-width: 500px) {
  .modal_single_body_faq dd {
    font-size: 14px;
  }
}

.modal_single_body_timeline {
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff;
}

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

.modal_single_body_timeline_cap {
  background-color: #ff7f00;
  color: #fff;
  font-size: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 0.2em;
}

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

.modal_single_body_timeline_body {
  padding: 24px 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

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

@media (max-width: 600px) {
  .modal_single_body_timeline_body {
    padding: 15px 25px;
  }
}

.modal_single_body_timeline_col:nth-of-type(1) dd {
  padding-right: 2em;
}

@media (max-width: 768px) {
  .modal_single_body_timeline_col:nth-of-type(1) dd {
    padding: 0;
  }
}

.modal_single_body_timeline_col:nth-of-type(2) {
  padding-left: 2em;
  border-left: 1px solid #E4E4E4;
}

@media (max-width: 768px) {
  .modal_single_body_timeline_col:nth-of-type(2) {
    padding-left: 0;
    border: none;
  }
}

.modal_single_body_timeline dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 15px;
  gap: 10px;
}

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

.modal_single_body_timeline dt {
  background-color: #707070;
  border-radius: 15px;
  color: #fff;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 4.5em;
  flex: 0 0 4.5em;
  padding: 0.2em;
  line-height: 1.3;
}

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

@media (max-width: 500px) {
  .modal_single_body_timeline dt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.2em;
    flex: 0 0 4.2em;
    font-size: 16px;
  }
}

.modal_single_body_timeline dt small {
  display: inline-block;
  font-size: 80%;
}

.modal_single_body_timeline dd {
  line-height: 1.8;
  padding-top: 0.15em;
}

@media (max-width: 500px) {
  .modal_single_body_timeline dd {
    font-size: 14px;
  }
}

.modal_single_body_timeline dd ul {
  padding-left: 1.5em;
}

.modal_single_body_timeline dd li {
  list-style-type: disc;
}

.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;
  border-radius: 50px;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  background-color: #fff;
  padding: 0.3em 2em 0.3em 0.5em;
  width: 165px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  color: #ff7f00;
}

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

@media (max-width: 600px) {
  .modal_single_close button {
    width: 150px;
    padding: 0.5em 2em 0.5em 0.5em;
    font-size: 18px;
  }
}

@media (any-hover: hover) {
  .modal_single_close button:hover {
    background-color: #ff7f00;
    color: #fff;
  }
  .modal_single_close button:hover .icon:before, .modal_single_close button:hover .icon:after {
    background-color: #fff;
  }
}

.modal_single_close button .icon {
  position: absolute;
  width: 1em;
  height: 1em;
  display: inline-block;
  right: 25px;
  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: #ff7f00;
}

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

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

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

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

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

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

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

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

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

.modaal-close {
  display: none;
}

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

.add_anim.js_on {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.add_anim.js_on .cmn_title {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
