@charset "UTF-8";
/*フォント*/
/*色*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
  display: block;
}

span {
  display: block;
}

h1 {
  font-size: 0;
}

ul,
ol,
li {
  list-style: none;
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
}

a {
  text-decoration: none;
  text-decoration-skip-ink: auto;
  display: block;
}

img,
picture {
  display: block;
  width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

input,
textarea,
button,
select {
  color: #284252;
  background-color: transparent;
  margin: 0em;
  padding: 0;
  border-width: 0;
  border-style: none;
  border-color: transparent;
}

input,
textarea {
  cursor: text;
}

button {
  cursor: pointer;
}

:focus-visible {
  outline: none;
}

input:-internal-autofill-selected {
  appearance: none;
  background-image: none !important;
  background-color: transparent !important;
  color: #284252 !important;
}

input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #FBFAFD inset;
  -webkit-text-fill-color: #284252 !important;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
}

#wpadminbar {
  display: none;
}

html {
  margin-top: 0px !important;
}

body {
  background-image: linear-gradient(90deg, #fff, #E8F7FC), url(../images/bg.webp);
  background-repeat: no-repeat, repeat;
  background-position: top left, top left;
  background-size: cover, contain;
  background-blend-mode: multiply;
  color: #226C81;
  margin: 0 auto;
  font-family: "TsukuGoPr5-M", sans-serif;
  font-weight: 400;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.08em;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

.button {
  cursor: pointer;
}

a:hover,
a:active,
a:focus {
  opacity: 0.7;
  transition-duration: 0.3s;
}

button:not(.c-navButton):hover,
button:not(.c-navButton) active,
button:not(.c-navButton) focus {
  opacity: 0.7;
  transition-duration: 0.3s;
}

a:-webkit-any-link {
  color: #226C81 !important;
}

a p {
  color: #226C81 !important;
}

p {
  word-break: break-all;
  text-align: justify;
}

@media screen and (max-width: 1002px) {
  body {
    font-size: 17px;
  }
}
@media screen and (max-width: 500px) {
  body {
    font-size: 15px;
  }
}
/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  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;
}

.l-container--all {
  width: 100%;
  margin: 0 auto;
  padding-top: 3.5vw;
  padding-bottom: 3.5vw;
}

.l-container--large {
  padding-top: 3.5vw;
  padding-bottom: 3.5vw;
  padding-left: 6.6vw;
  padding-right: 6.6vw;
  margin: 0 auto;
}

.l-container--medium {
  padding-top: 3.5vw;
  padding-bottom: 3.5vw;
  padding-left: 11vw;
  padding-right: 11vw;
  margin: 0 auto;
}

.l-container--small {
  padding-top: 3.5vw;
  padding-bottom: 3.5vw;
  padding-left: 19.7vw;
  padding-right: 19.7vw;
  margin: 0 auto;
}

@media screen and (max-width: 1323px) {
  .l-container--small {
    padding-left: 13.2vw;
    padding-right: 13.2vw;
  }
}
@media screen and (max-width: 500px) {
  .l-container--all {
    padding-top: 7vw;
    padding-bottom: 7vw;
  }
  .l-container--large {
    padding-top: 7vw;
    padding-bottom: 7vw;
  }
  .l-container--medium {
    padding-top: 7vw;
    padding-bottom: 7vw;
    padding-left: 6.6vw;
    padding-right: 6.6vw;
  }
  .l-container--small {
    padding-top: 7vw;
    padding-bottom: 7vw;
    padding-left: 6.6vw;
    padding-right: 6.6vw;
  }
}
.c-sliderArrow {
  margin-top: 4vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.c-sliderArrows__item {
  width: 32px;
}

.c-sliderInsertCard__imgBox {
  width: 30vw;
  height: 20vw;
  margin-right: 24px;
}

.c-sliderInsertCard__img {
  display: block;
  object-fit: cover;
  width: 30vw;
  height: 20vw;
}

.c-sliderArrows__Prev {
  margin-left: 0;
  margin-right: 16px;
}

.c-sliderInsert__slider {
  margin-bottom: 16px;
}

.c-news {
  width: calc(100% - 104px);
  margin-left: 104px;
  position: relative;
  z-index: 9999;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 72px;
}

.c-newsCard {
  width: calc(40vw - 203px);
  margin-right: 52px;
  min-width: 480px;
}

.c-newsImgBox {
  width: 100%;
  object-fit: cover;
  margin-bottom: 22px;
}

.c-newsImg {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}

@media screen and (max-width: 1323px) {
  .c-newsCard {
    margin-right: 4vw;
    width: calc(44vw - 203px);
  }
  .c-news {
    margin-left: 72px;
  }
}
@media screen and (max-width: 1002px) {
  .c-news {
    flex-direction: column;
    width: calc(100% - 144px);
    gap: 32px;
  }
  .c-newsCard {
    margin-right: 5vw;
    width: calc(55vw - 203px);
  }
  .p-topNews__linkWrap {
    margin-left: auto;
  }
}
@media screen and (max-width: 714px) {
  .c-news {
    width: calc(100% - 15vw);
    margin-left: 7.5vw;
  }
  .c-newsCard {
    width: calc(70vw - 203px);
    min-width: 300px;
  }
}
@media screen and (max-width: 500px) {
  .c-news {
    width: calc(100% - 16px);
    margin-left: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .c-news {
    width: calc(100% - 188px);
    margin-left: 188px;
  }
}
.c-process {
  border-left: 1px solid #1A5166;
  box-sizing: content-box;
  padding: 0;
  margin-left: 8px;
}

.c-process__exp {
  margin-top: -10px;
}

.c-process__item {
  margin-left: -16px;
  display: flex;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}

.c-process__content {
  flex: 1;
}

.c-process__ttlWrap {
  width: 270px;
}

.c-process__ttl {
  line-height: 1.5;
  padding-left: 56px;
  position: relative;
  width: 100%;
  font-size: 20px;
  font-family: "TsukuARdGothicStd-B", sans-serif;
  font-weight: 300;
}

.c-process__ttl::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 8px;
  position: absolute;
  top: 3px;
  left: 8px;
  background-color: #1A5166;
}

.c-process__name {
  margin-top: 16px;
}

.c-process__name::before {
  display: none;
}

.c-process__date {
  margin-top: 16px;
  font-family: "TsukuGoPr5-M", sans-serif;
  font-size: 16px;
}

.c-process__date::before {
  display: none;
}

@media screen and (min-width: 1600px) {
  .c-process__ttl {
    font-size: 22px;
  }
  .c-process__content {
    margin-left: 56px;
  }
}
@media screen and (max-width: 1002px) {
  .c-process__item {
    flex-direction: column;
  }
  .c-process__content {
    flex: 1;
    padding-left: 56px;
    padding-top: 8px;
  }
}
@media screen and (max-width: 500px) {
  .c-process__ttlWrap {
    width: 100%;
  }
  .c-process__ttl {
    padding-left: 40px;
  }
  .c-process__content {
    padding-left: 40px;
  }
}
.c-container--bg {
  background-color: #f3f4eb;
  padding-top: 48px;
  margin-top: 48px;
  padding-bottom: 48px;
  margin-bottom: 48px;
}

@media screen and (max-width: 714px) {
  .c-childKv {
    padding: 32px 32px 0;
    height: calc(75svh + 32px);
  }
}
.c-header02 {
  font-size: 38px;
  letter-spacing: 0.08em;
  font-family: "TsukuARdGothicStd-B", sans-serif;
  margin-bottom: 8px;
  font-weight: 300;
  line-height: 1.57;
  background: linear-gradient(180deg, #284252, #478C9F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c-header02__eng {
  font-size: 18px;
  letter-spacing: 0.08em;
  display: block !important;
  margin-left: 3px;
  background: linear-gradient(180deg, #FFA088, #FFB773);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "TsukuGoPr5-M", sans-serif;
  margin-bottom: 0px;
  color: #FFA088;
}

.c-header02--childCap::before {
  background-color: #fff !important;
}

.c-header03 {
  font-size: 28px;
  font-family: "TsukuARdGothicStd-B", sans-serif;
  color: #1A5166;
  margin-bottom: 8px;
}

.c-header03-s::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  width: 8px;
  height: 8px;
  background-color: #829599;
  border-radius: 9999px;
}

.c-header03--child {
  color: #226C81;
}

.c-header04 {
  font-size: 24px;
  font-family: "TsukuARdGothicStd-B", sans-serif;
  line-height: 1;
  letter-spacing: 0.06em;
}

.c-header04--vtcl {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.c-header02--child {
  color: #fff;
  position: absolute;
  bottom: 42px;
  left: 72px;
  font-size: 50px;
}

.c-header04--child {
  font-size: 18px;
  margin-bottom: 88px;
  line-height: 2.65;
}

@media screen and (max-width: 1002px) {
  .c-header02 {
    font-size: 32px;
  }
}
@media screen and (max-width: 500px) {
  .c-header02 {
    font-size: 26px;
  }
  .c-header02__eng {
    font-size: 13px;
  }
  .c-header03 {
    font-size: 22px;
    margin-bottom: 8px;
  }
}
.c-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px 32px;
}

.c-grid--double {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 32px;
}

@media screen and (max-width: 714px) {
  .c-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 32px;
  }
}
.c-card {
  display: flex;
  column-gap: 72px;
  align-items: center;
}

.c-card__fruid {
  flex: 1;
}

.c-card__img {
  width: 47%;
}

.c-card__txt {
  margin: 0 auto;
  flex: 1;
  position: relative;
  margin-right: 16px;
}

.c-card--reverse {
  flex-direction: row-reverse;
}

.c-card--all {
  margin-right: 104px;
}

.c-card--all-r {
  margin-right: 104px;
}

.c-card--all-l {
  margin-left: 104px;
}

.c-mainCard__card:last-of-type {
  margin-bottom: 0px;
}

.c-mainCard {
  border-radius: 40px 0 0 40px;
  width: calc(100vw - 52px);
  margin: 152px 0 44px auto;
}

.c-mainCard--reverse {
  border-radius: 0 40px 40px 0;
  width: calc(100vw - 52px);
  margin: 152px auto 44px 0;
}

.c-mainCard__img {
  border-radius: 0 48px 48px 0;
}

.c-mainCard__img--reverse {
  border-radius: 48px 0 0 48px;
}

.c-mainCard__imgWrap {
  margin-top: -76px;
  width: 47vw;
}

.c-mainCard__card {
  column-gap: 4px;
  margin-bottom: 52px;
  align-items: center;
}

.c-mainCard__ttl {
  height: 252px;
}

.c-mainCard__txt {
  margin: 80px 96px 0;
  padding-left: 101px;
}

.c-mainCard__exp {
  line-height: 2.25;
}

.c-mainCard__txt {
  margin: calc(-16.2vw + 260px) 96px 0;
}

@media screen and (max-width: 1323px) {
  .c-mainCard__imgWrap {
    width: 45vw;
  }
  .c-mainCard__card {
    align-items: initial;
  }
  .c-mainCard__txt {
    margin: 64px 72px 0;
    padding-left: 88px;
  }
  .c-card {
    align-items: initial;
  }
  .c-card--child {
    column-gap: 48px;
  }
  .c-card__img {
    height: auto;
  }
  .c-card__img picture {
    height: 100%;
  }
  .c-card__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .c-mainCard__txt {
    margin: 80px 96px 0;
  }
}
@media screen and (max-width: 1002px) {
  .c-mainCard__txt {
    margin: 56px 48px 0;
    padding-left: 76px;
  }
}
@media screen and (max-width: 714px) {
  .c-card {
    column-gap: 32px;
  }
  .c-card__txt {
    width: 100%;
  }
  .c-card__img {
    width: 100%;
  }
  .c-card {
    flex-direction: column;
    row-gap: 52px;
  }
  .c-mainCard__imgWrap {
    width: calc(100% - 52px);
    height: 58vw;
  }
  .c-mainCard__txt {
    margin: -8px 102px 0;
    padding-left: 81px;
    width: calc(100% - 154px);
  }
  .c-mainCard__imgWrap--reverse {
    margin-left: auto;
  }
  .c-mainCard__txt--reverse {
    margin: -8px 52px 0;
  }
  .c-card--all-l {
    margin-left: 32px;
    margin-right: 32px;
    width: calc(100% - 64px);
  }
  .c-card--all-r {
    margin-left: 32px;
    margin-right: 32px;
    width: calc(100% - 64px);
  }
}
@media screen and (max-width: 500px) {
  .c-card__img img {
    height: auto;
  }
  .c-card__img picture {
    height: auto;
  }
  .p-topAbout__img {
    height: auto;
  }
  .c-card {
    row-gap: 32px;
  }
  .c-mainCard {
    margin: 112px 0 36px auto;
    width: calc(100vw - 16px);
  }
  .c-mainCard__imgWrap {
    height: auto;
    width: calc(100% - 24px);
  }
  .c-mainCard__txt {
    padding-left: 64px;
    margin: -8px 44px 0;
    width: calc(100% - 77px);
  }
  .c-mainCard__txt--reverse {
    margin: -8px 26px 0;
    width: calc(100% - 77px);
  }
  .c-card--all-r {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
  }
  .c-card--all-l {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
  }
  .c-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.c-linkGroup {
  display: flex;
  gap: 32px;
  line-height: 1;
}

.c-linkGroup--center {
  justify-content: center;
}

.c-link {
  display: inline-block;
  line-height: 1;
  border-radius: 4px;
  margin-top: 32px;
  color: #1A5166 !important;
  font-size: 24px;
  font-weight: 400;
}

.c-link::before {
  display: inline-block;
  content: "→";
  width: 40px;
  height: 40px;
  background-color: #1A5166;
  color: #fff;
  border-radius: 9999px;
  line-height: 40px;
  text-align: center;
  margin-right: 16px;
  border: 1px solid #1A5166;
}

.c-link--pink::before {
  background-color: #284252;
}

.c-link--white {
  color: #fff !important;
}

.c-link--white:-webkit-any-link {
  color: #fff !important;
}

.c-link--white::before {
  background-color: #fff;
  color: #1A5166;
  border: 1px solid #fff;
}

.c-link--white:-webkit-any-link::before {
  background-color: #fff;
  color: #1A5166;
  border: 1px solid #fff;
}

@media screen and (max-width: 1323px) {
  .c-link {
    font-size: 22px;
  }
  .c-link::before {
    width: 39px;
    height: 39px;
    line-height: 39px;
    margin-right: 14px;
  }
}
@media screen and (max-width: 500px) {
  .c-link {
    font-size: 21px;
    margin-top: 24px;
  }
  .c-link::before {
    width: 34px;
    height: 34px;
    line-height: 34px;
    margin-right: 9px;
  }
}
.c-message {
  display: flex;
  justify-content: flex-start;
  gap: 104px;
}

.c-message__copy {
  font-size: 32px;
  /* font-family: "A1 Gothic", sans-serif; */
  /* margin-bottom: 48px; */
  font-weight: 300;
}

.c-message__exp {
  width: 100%;
  margin-bottom: 16px;
}

.c-message__exp:last-child {
  margin-bottom: 0px;
}

.c-message__copyWrap {
  margin-bottom: 24px;
}

.c-message__expWrap {
  margin-top: 8px;
}

@media screen and (max-width: 1323px) {
  .c-message {
    gap: 88px;
  }
}
@media screen and (max-width: 714px) {
  .c-message--copy {
    font-size: 20px;
  }
  .c-message {
    gap: 44px;
  }
}
.c-mapArea {
  width: 100%;
  position: relative;
  height: 100%;
}

.c-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
}

@media screen and (min-width: 1600px) {
  .c-accessExp {
    flex: none;
  }
  .c-mapArea {
    padding-top: 390px;
  }
}
.c-outro {
  background-color: #1A5166;
  margin-top: 88px;
  margin-bottom: 0px;
  margin-left: 48px;
  margin-right: 48px;
  border-radius: 40px;
  padding: 80px;
  width: calc(100% - 96px);
  max-width: none;
}

.c-outroCotact {
  padding-bottom: 0;
}

.c-contact {
  padding-left: 200px;
  padding-right: 200px;
  max-width: 1200px;
  padding-bottom: 32px;
}

.c-form {
  background-color: #fff;
  padding: 12px 20px;
  width: 100%;
  margin-bottom: 8px;
  display: inline;
  color: #284252;
  font-family: sans-serif;
  font-size: 18px;
}

.c-form:focus {
  padding: 12px 20px;
  background-color: #fff;
}

.c-form:focus-visible {
  padding: 12px 20px;
  background-color: #fff;
}

x .wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #fff;
  color: #dc3232;
  margin: 0;
  padding: 0;
  font-size: 14px !important;
  margin-left: -3px;
  text-align: center;
  margin-top: 24px;
}

input,
textarea,
button {
  color: #226C81;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::placeholder {
  color: transparent;
}

input:focus + .wpcf7-not-valid-tip {
  display: none;
}

textarea:focus + .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-weight: normal;
  display: block;
  margin-bottom: -32px;
  position: absolute;
  top: 16px;
  text-align: end;
  right: 8px;
  z-index: 0;
  font-size: 14px !important;
}

.c-form--message {
  height: 352px;
}

.c-form__submit {
  margin: 0 auto;
  display: block;
  background: linear-gradient(180deg, #FFA088, #FFB773);
  padding: 8px 24px;
  border-radius: 9999px;
  color: #fff;
  cursor: pointer !important;
  font-size: 22px;
  font-family: "TsukuARdGothicStd-B", sans-serif;
  min-width: 232px;
  margin-top: 8px;
}

textarea.c-form {
  height: 266px;
}

.c-recapcha {
  font-size: 10px;
  letter-spacing: 0;
  text-align: center;
}

.c-recapchaLink {
  display: inline;
}

.c-outro {
  row-gap: 32px;
}

.c-outroTebiki {
  margin: 0 auto;
}

.c-outroContact {
  margin: 0 auto;
}

.c-outroLink {
  justify-content: center;
}

.c-privacyHeader {
  margin-top: 56px;
  border-bottom: 1px solid #226C81;
  margin-bottom: 32px;
  padding-bottom: 16px;
}

.c-privacyDate {
  margin-top: 64px;
}

.c-greetingProf {
  /* display: flex; */
  align-items: flex-start;
  gap: 32px;
  /* margin-top: 72px; */
  width: 178%;
  min-width: 240px;
  max-width: 380px;
}

.c-nenpyou__ttl {
  width: 180px;
}

.c-annualList__month {
  width: 180px;
}

.c-newsCategory {
  display: flex;
  justify-content: start;
  gap: 16px;
  padding-top: 48px;
  padding-bottom: 0;
  flex-wrap: wrap;
  margin-bottom: -24px;
}

.c-newsList__imgItem {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 3/2;
}

.c-newsList__img {
  margin-bottom: 8px;
}

.c-newsList__header {
  display: flex;
  justify-content: start;
  gap: 8px;
  flex-wrap: wrap;
}

.c-newsList__title {
  color: #226C81 !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 20px;
  margin-bottom: 0;
}

.c-newsList__exp {
  color: #226C81 !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.75;
}

.c-newsList__day {
  color: #284252 !important;
}

.c-newsArticle {
  max-width: 1200px;
}

.c-newsArticle__header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.c-newsArticle__day {
  color: #284252 !important;
}

.c-newsArticle__perticle img {
  width: 50% !important;
  height: auto !important;
  aspect-ratio: auto !important;
  margin: 40px auto 0;
  min-width: 450px;
}

.c-newsArticle__perticle p {
  margin-bottom: 16px;
}

.c-newsArticle__perticle figure {
  margin-bottom: 16px;
}

.c-newsArticle__catWrap {
  display: flex;
  gap: 0px 8px;
}

.c-newsPagenation {
  width: 100%;
  margin: 0 auto;
  padding-top: 0px;
  padding-bottom: 88px;
}

.c-newsArticle__pagenationPrev::before {
  display: inline-block;
  content: "←";
  margin-right: 8px;
}

.c-newsArticle__pagenationPrev::after {
  display: none;
}

.c-newsArticle__pagenation {
  justify-content: center;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
}

.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  display: block;
  border: 1px solid #226C81;
  width: 32px;
  height: 32px;
  margin: 0 8px;
  text-align: center;
  line-height: 28px;
  color: #226C81 !important;
  border-radius: 9999px;
  font-family: "TsukuGoPr5-M", sans-serif;
  letter-spacing: 0;
}

.wp-pagenavi .current {
  color: #fff !important;
  background-color: #226C81;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  border: none;
  font-size: 20px;
}

.wp-pagenavi .extend {
  position: relative;
  width: 32px;
}

.wp-pagenavi .extend::before {
  display: block;
  content: "...";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -68%);
  left: 50%;
}

.c-pageError {
  height: calc(100vh - 180px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10%;
  padding-bottom: 0;
  min-height: 460px;
}

@media screen and (max-width: 1323px) {
  .c-greetingProf {
    min-width: 240px;
    max-width: 360px;
  }
}
@media screen and (max-width: 1002px) {
  .c-message {
    display: flex;
    row-gap: 0px;
  }
  .c-message__copy {
    margin-bottom: 12px;
  }
  .c-message__copyWrap {
    position: static;
    top: auto;
    height: auto;
  }
}
@media screen and (max-width: 714px) {
  .c-greetingProf {
    gap: 8px 32px;
  }
}
@media screen and (max-width: 500px) {
  .c-outro {
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 32px;
    padding: 40px;
    width: calc(100% - 40px);
  }
  .c-newsArticle__perticle img {
    min-width: auto;
    width: 100% !important;
  }
}
@media screen and (min-width: 1600px) {
  .c-header02--vtcl {
    font-size: 27px;
  }
}
.c-link:hover,
.c-link:active,
.c-link:focus {
  opacity: initial;
  transition-duration: 0.3s;
}

.c-link:hover::before,
.c-link:active::before,
.c-link:focus::before {
  background-color: #fff;
  color: #1A5166;
  transition-duration: 0.3s;
  border: 1px solid #1A5166;
}

.c-link--blue:hover,
.c-link--blue:active,
.c-link--blue:focus {
  background-color: #fff !important;
  color: #284252 !important;
}

.c-link--blue:-webkit-any-link:hover,
.c-link--blue:-webkit-any-link:active,
.c-link--blue:-webkit-any-link:focus {
  background-color: #fff !important;
  color: #284252 !important;
}

.c-link--white:hover::before,
.c-link--white:active::before,
.c-link--white:focus::before {
  background-color: #1A5166 !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}

.c-link--white:-webkit-any-link:hover::before,
.c-link--white:-webkit-any-link:active::before,
.c-link--white:-webkit-any-link:focus::before {
  background-color: #1A5166 !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}

.c-header {
  z-index: 1;
  margin: 0 auto;
  z-index: 99999;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 32px 0px 32px 32px;
  position: fixed;
  top: 0;
}

.c-header--child {
  padding: 72px 0px 32px 80px;
}

.c-headerLogo {
  position: relative;
  z-index: 777;
}

.c-headerLogo__img {
  height: 168px;
  width: auto;
}

.c-header.-active {
  z-index: 99999;
}

@media screen and (max-width: 1323px) {
  .c-header {
    padding: 32px 0px 32px 33px;
  }
  .c-header--child {
    padding: 56px 0px 32px 64px;
  }
}
@media screen and (max-width: 1002px) {
  .c-header {
    padding: 4px 0 0 0;
  }
}
@media screen and (max-width: 500px) {
  .c-childKv {
    padding: 76px 12px 0;
    height: calc(100vw + 52px);
    min-height: auto;
    margin-bottom: 10px;
  }
  .c-kvImg {
    min-height: auto;
    height: calc(100vw - 24px);
  }
  .c-headerLogo__img {
    height: 120px;
  }
}
.c-navAccordion.-active {
  opacity: 1;
  height: auto;
  position: static;
  border: none;
  top: 24px;
  margin-bottom: -8px;
}

.c-nav {
  position: fixed;
  top: 0px;
  right: -560px;
  width: 560px;
  overscroll-behavior: contain;
  overflow-x: hidden;
  touch-action: pan-y;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: right 0.5s;
  z-index: 999;
  background-color: #fff;
  background-size: contain;
  background-repeat: repeat;
  font-size: 17px;
  margin-bottom: -14px;
}

.c-navCover {
  display: none;
}

.c-navButton {
  margin: 0 0 0 auto;
  cursor: pointer;
  width: 80px;
  height: 80px;
  padding: 24px 16px 20px;
  z-index: 99999;
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: #fff;
  border-radius: 9999px;
  display: block;
}

.c-navButton__item {
  display: block;
  transition: all 0.4s;
  width: 48px;
  height: 2px;
  border-radius: 9999px;
  margin: 0 0 0 auto;
  background-color: #284252;
  transition: transform 0.5s;
}

.c-navButton__item--top {
  margin-top: 0px;
}

.c-navButton__item--center {
  margin-top: 10px;
}

.c-navButton__item--bottom {
  margin-top: 10px;
}

.c-navButton___txt {
  line-height: 1;
  font-family: "TsukuARdGothicStd-B", sans-serif;
  font-size: 15px;
  margin-top: 7px;
  text-align: center;
  background: linear-gradient(180deg, #284252, #478C9F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c-navButton.-active .p-navButton___txt {
  display: none;
}

.c-navCover {
  width: 100%;
  background-color: #226C81;
  height: 100vh;
  opacity: 0;
  transition: opacity 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  display: block;
}

.c-nav a {
  pointer-events: none;
}

.c-navWrap {
  padding: 56px 52px;
  overflow-y: scroll;
  width: 100%;
  overflow-x: hidden;
  margin: auto auto 0;
}

.c-navList {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  column-gap: 24px;
  row-gap: 8px;
  margin: 0 auto;
}

.c-navItem--sns {
  width: 32px;
  height: 32px;
}

.c-navLink:-webkit-any-link {
  color: #226C81 !important;
}

.c-navLink--parent.-accordion {
  position: relative;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.c-navLink {
  font-size: 18px;
  font-family: "TsukuARdGothicStd-B", sans-serif;
  color: #226C81 !important;
  display: inline;
  position: relative;
}

.c-navLink.current::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  width: 10px;
  height: 10px;
  background-color: #1A5166;
  border-radius: 9999px;
}

.c-navItem {
  margin: 0 0 48px;
  font-size: 18px;
  line-height: 1;
}

.c-navItem:last-child {
  margin: 0;
}

.c-navSns {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.c-navLink:-webkit-any-link {
  color: #284252;
}

.c-navSns__Link:-webkit-any-link {
  color: #284252;
}

.c-navLink--child {
  margin-bottom: 0;
  margin-right: 0;
}

.c-navLink:hover {
  transform-origin: left;
}

.c-nav.-active {
  right: 0px;
}

.c-nav.-active + .c-navCover {
  opacity: 0.9;
  position: fixed;
  z-index: 888;
}

.c-navButton.-active {
  background-color: transparent;
}

.c-nav.-active .c-navLink {
  pointer-events: auto !important;
}

.c-nav.-active .c-navLink--insta {
  pointer-events: auto !important;
}

.c-navButton.-active .c-navButton__item {
  background-color: #284252;
}

.c-navButton.-active .c-navButton__item--top {
  transform: rotate(45deg);
  background-color: #226C81;
}

.c-navButton.-active .c-navButton__item--center {
  display: none;
}

.c-navButton.-active .c-navButton__item--bottom {
  transform: rotate(-45deg);
  background-color: #226C81;
  margin-top: -1.875px;
}

.c-navAccordion {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.4s;
  margin-left: -28px;
  top: 48px;
  padding-top: 8px;
  padding-bottom: 8px;
  z-index: 9999;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #226C81;
  position: absolute;
}

.c-navItem--parent {
  position: relative;
}

.c-navAccordion.-active {
  opacity: 1;
  height: auto;
  position: absolute;
}

.c-navItem--child {
  width: 120px;
  text-align: center;
  display: none;
}

.c-navAccordion.-active .c-navItem--child {
  display: block;
}

@media screen and (max-width: 1323px) {
  .c-navButton {
    top: 16px;
    right: 14px;
  }
}
@media screen and (max-width: 500px) {
  .c-nav {
    width: 100%;
    right: -100%;
  }
  .c-navButton {
    top: 18px;
    right: 10px;
  }
  .c-navItem {
    margin: 0 0 32px;
  }
}
.c-sns {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 666;
}

.c-sns__link {
  width: 78px;
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1A5166;
  border-radius: 9999px;
}

.c-sns__link--instagram {
  margin-bottom: 8px;
}

.c-sns__icon--instagram {
  width: 28px;
  border-radius: 0px;
}

.c-sns__icon--facebook {
  width: 14px;
  border-radius: 0px;
}

.c-footer {
  padding: 32px 6.6vw 40px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: linear-gradient(360deg, rgba(77, 175, 211, 0.8), rgba(193, 217, 220, 0.8));
}

.p-footer__logo {
  width: 226px;
  text-align: start;
  margin: 0 auto;
}

.p-footer__cr {
  font-size: 10px;
  text-align: center;
  color: #fff;
}

.p-footer__link {
  color: #fff;
}

.p-footer__cr:-webkit-any-link {
  color: #fff !important;
}

.p-footer__link:-webkit-any-link {
  color: #fff !important;
}

.c-navButton.-active .c-navButton___txt {
  display: none;
}

.p-contactButton {
  width: 80px;
  height: 80px;
  border-radius: 9999px;
  background-color: #FFFFFF;
  border: 2px solid #284252;
  padding: 24px 20px;
  position: fixed;
  top: 40px;
  right: 144px;
}

.p-contactButton--cta {
  width: 309px;
  height: 79px;
  border-radius: 9999px;
  background-color: #FFFFFF;
  border: none;
  padding: 10px 32px 10px 36px;
  position: fixed;
  top: 21px;
  right: 126px;
}

.p-contactButton__txt {
  color: #284252 !important;
  margin-bottom: 0;
  line-height: 1.25;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  vertical-align: center;
  font-family: "TsukuARdGothicStd-B", sans-serif;
  letter-spacing: 0;
}

.p-contactButton__tel {
  color: #284252 !important;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 1.25;
  font-family: "TsukuARdGothicStd-B", sans-serif;
  letter-spacing: 0;
}

.p-contactButton__icon {
  width: 28px;
  height: 28px;
  display: inline-block;
  padding-top: 4px;
  margin-right: 8px;
}

.tel-number {
  display: inline;
  margin-left: -10px;
}

@media screen and (max-width: 900px) {
  .p-contactButton--cta {
    width: 80px;
    height: 80px;
    border-radius: 9999px;
    background-color: #FFFFFF;
    border: none;
    padding: 10px 32px 10px 28px;
    position: fixed;
    top: 17px;
    right: 105px;
  }
  .p-contactButton__txt {
    display: none;
  }
  .tel-number {
    display: none;
  }
  .p-contactButton__icon {
    width: 33px;
    height: 32px;
    display: inline-block;
    padding-top: 0;
    margin-right: 0;
    margin-top: 12px;
    margin-left: -4px;
  }
}
.p-about {
  padding-top: calc(var(--vh-fixed) * 100 + 64px);
}

.p-about__ttl {
  margin-bottom: 40px;
  display: block;
}

.p-about__ttl::after {
  display: block;
  content: "";
  width: 122px;
  height: 10px;
  background: url(../images/wave.svg) no-repeat center center/cover;
  margin: 32px auto 0;
}

.p-about__txt {
  margin-bottom: 16px;
}

.p-for {
  display: flex;
  align-items: flex-start;
  gap: 4.6vw;
}

.p-for__img {
  margin-bottom: 20px;
}

.p-sea {
  background: linear-gradient(180deg, rgba(251, 254, 255, 0.1) 0%, rgba(96, 199, 255, 0.1) 50%, rgba(251, 254, 255, 0.1) 100%);
}

.p-sea__img01 {
  width: 32vw;
  margin-left: 16vw;
}

.p-sea__img02 {
  width: 36vw;
  margin-right: 7vw;
  margin-left: auto;
  margin-top: -11vw;
}

.p-sea__img03 {
  width: 41vw;
  margin-top: -8vw;
}

.p-sea__img04 {
  width: 51vw;
  margin-right: 0;
  margin-left: auto;
  margin-top: -11vw;
}

.p-sea__txt {
  width: 41vw;
  padding-left: 11vw;
  margin-top: -19vw;
  margin-bottom: 5.3vw;
}

.p-message__box {
  display: flex;
  padding: 6.6vw;
  gap: 6.6vw;
  background: linear-gradient(180deg, rgba(130, 182, 219, 0.6), rgba(223, 239, 242, 0.6));
  background-blend-mode: multiply;
}

.p-message__ttl {
  margin-bottom: 16px;
}

.p-message__ttl span {
  margin-bottom: 8px;
}

.p-message__txt {
  flex: 1;
}

.p-message__img {
  flex: 1;
}

.p-message__img img {
  height: 100%;
  object-fit: cover;
}

.p-message__exp {
  font-size: 18px;
}

.p-voice__cardWrap {
  margin-left: calc(-13vw - 48px);
}

.p-voice__card {
  width: 25vw;
  padding: 3vw 3vw 3vw;
  margin: 0 16px;
  background: linear-gradient(180deg, rgba(130, 182, 219, 0.3), rgba(223, 239, 242, 0.3));
}

.p-voice__ttl {
  height: 96px;
}

.p-voice__txt {
  margin-top: 16px;
  margin-bottom: 32px;
}

.p-plan,
.p-movie,
.p-process,
.p-faq,
.p-form {
  background-image: linear-gradient(270deg, #fff, #E8F7FC), url(../images/bg.webp);
  background-repeat: no-repeat, repeat;
  background-position: top left, top left;
  background-size: cover, contain;
  background-blend-mode: multiply;
}

.p-planWrap {
  display: flex;
  gap: 24px;
}

.p-plan__card {
  flex: 1;
  padding: 1.6vw 1.8vw;
}

.p-plan__card--01 {
  background: linear-gradient(90deg, rgba(193, 220, 204, 0.26), rgba(130, 219, 197, 0.26));
}

.p-plan__card--02 {
  background: linear-gradient(90deg, rgba(130, 219, 197, 0.26), rgba(130, 204, 219, 0.26));
}

.p-plan__card--03 {
  background: linear-gradient(90deg, rgba(130, 204, 219, 0.26), rgba(62, 163, 184, 0.26));
}

.p-plan__card--04 {
  background: linear-gradient(90deg, rgba(62, 163, 184, 0.26), rgba(31, 101, 220, 0.26));
}

.p-plan__icon {
  font-size: 18px;
  font-family: "TsukuARdGothicStd-B", sans-serif;
  background-color: #fff;
  padding: 0 8px;
  border-radius: 2px;
  display: block;
  letter-spacing: 0;
  margin-bottom: 16px;
  text-align: center;
}

.p-plan__ttl {
  text-align: center;
}

.p-movie {
  background-image: linear-gradient(270deg, #fff, #E8F7FC), url(../images/bg.webp);
  background-repeat: no-repeat, repeat;
  background-position: top left, top left;
  background-size: cover, contain;
  background-blend-mode: multiply;
}

.p-movieWrap {
  width: 100%;
  height: 34.1vw;
  margin: 0 auto;
}

.p-process__parts {
  display: flex;
  justify-content: flex-start;
  gap: 32px;
  padding-bottom: 32px;
  align-items: center;
  position: relative;
}

.p-process__ttl {
  width: 194px;
  min-width: 194px;
}

.p-process__num {
  font-size: 38px;
  width: 88px;
  min-width: 88px;
  height: 88px;
  line-height: 88px;
  text-align: center;
  background: linear-gradient(180deg, rgba(130, 215, 219, 0.26), rgba(193, 216, 220, 0.26));
  border-radius: 9999px;
  font-family: "TsukuARdGothicStd-B", sans-serif;
  color: #fff;
}

.p-process__parts::before {
  display: block;
  content: "";
  height: 32px;
  width: 1px;
  background-color: #B5E3E7;
  position: absolute;
  bottom: 0px;
  left: 44px;
}

.p-process__parts:last-child:before {
  display: none;
}

.p-faq__detail {
  max-width: 1130px;
  margin: 0 auto;
}

.p-faq__detailItem {
  padding: 24px 32px;
  background: linear-gradient(180deg, rgba(130, 215, 219, 0.26), rgba(193, 216, 220, 0.26));
  margin-bottom: 16px;
  border-radius: 0;
}

.p-faq__detailItem:last-of-type {
  border-bottom: 0px;
  margin-bottom: 0;
}

.p-faq__detailHeader {
  position: relative;
  padding-right: 30px;
  font-size: 21px;
  font-family: "TsukuARdGothicStd-B", sans-serif;
}

.p-faq__detailHeader::after {
  width: 30px;
  height: 30px;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url("../images/plus.svg") no-repeat left top/contain;
}

.p-form {
  display: flex;
  gap: 4.6vw;
}

.p-formBox {
  flex: 1;
  padding: 48px;
  background: linear-gradient(180deg, rgba(130, 215, 219, 0.26), rgba(193, 216, 220, 0.26));
}

.p-doc__post {
  margin-bottom: 24px;
}

.p-process__parts:last-of-type {
  padding-bottom: 0;
}

.p-plan__price {
  font-family: "TsukuARdGothicStd-B", sans-serif;
  margin-top: 16px;
  background-color: #284252;
  color: #fff;
  padding-left: 8px;
  border-radius: 2px;
  font-size: 0.9em;
  text-align: center;
}

@media screen and (max-width: 1323px) {
  .p-voice__cardWrap {
    margin-left: calc(-45vw - 64px);
  }
  .p-voice__card {
    width: 38vw;
  }
  .p-plan__card {
    width: calc(44.3vw - 24px);
    flex: none;
    padding: 3.2vw 3.6vw;
  }
  .p-planWrap {
    flex-wrap: wrap;
  }
  .p-form {
    flex-direction: column;
  }
  .p-sea__txt {
    padding-left: 6.6vw;
    width: 46vw;
  }
}
@media screen and (max-width: 1002px) {
  .p-message__box {
    gap: 4vw;
    flex-direction: column;
  }
  .p-sea__txt {
    width: 50vw;
    margin-top: -16vw;
  }
  .p-sea__img04 {
    width: 47vw;
  }
  .p-voice__card {
    width: 51vw;
    padding: 4vw;
  }
  .p-voice__cardWrap {
    margin-left: calc(-77vw - 64px);
  }
  .p-process__parts {
    gap: 8px 18px;
    padding-bottom: 24px;
    flex-wrap: wrap;
  }
  .p-process__num {
    font-size: 25px;
    width: 48px;
    min-width: 48px;
    height: 48px;
    line-height: 48px;
  }
  element.style {
    margin-bottom: 0;
  }
  .p-process__ttl {
    width: 50%;
    min-width: 50%;
    margin-bottom: 0;
  }
  .p-process__parts::before {
    display: none;
  }
}
@media screen and (max-width: 714px) {
  .p-about__ttl {
    margin-bottom: 24px;
  }
  .p-about__ttl::after {
    width: 72px;
    height: 5px;
    margin: 20px auto 0;
  }
  .p-about__txt {
    margin-bottom: 8px;
  }
  .p-for {
    gap: 7vw;
    flex-direction: column;
  }
  .p-sea__txt {
    width: 100%;
    margin-top: 0;
  }
  .p-sea__img01 {
    display: none;
  }
  .p-sea__img02 {
    display: none;
  }
  .p-sea__img03 {
    width: 93.4vw;
    margin-top: 0;
    margin-bottom: 6.6vw;
  }
  .p-sea__img04 {
    width: 93.4vw;
    margin-top: 0;
    margin-bottom: 6.6vw;
  }
  .p-message__exp {
    font-size: 15px;
  }
  .p-message {
    padding-left: 0;
    padding-right: 0;
  }
  .p-voice__card {
    width: 86.8vw;
    padding: 6.6vw;
  }
  .p-message__ttl {
    margin-bottom: 8px;
  }
  .p-voice__cardWrap {
    margin-left: 6.6vw;
  }
  .p-plan__card {
    width: 86.8vw;
    padding: 6.6vw;
  }
  .p-movieWrap {
    height: 48.8vw;
  }
  .p-formBox {
    padding: 6.6vw;
  }
  .c-form {
    background-color: #fff;
    padding: 8px 12px;
    width: 100%;
    margin-bottom: 4px;
    display: inline;
    color: #284252;
    font-family: sans-serif;
    font-size: 15px;
  }
  .p-form {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .p-voice__ttl {
    height: 72px;
  }
  .p-process__num {
    font-size: 16px;
    width: 28px;
    min-width: 28px;
    height: 28px;
    line-height: 28px;
  }
  .p-process__parts {
    gap: 4px 10px;
    padding-bottom: 12px;
  }
  .p-faq__detailHeader {
    font-size: 15px;
  }
  .p-faq__detailItem {
    padding: 4.6vw;
    margin-bottom: 12px;
  }
  .p-about {
    padding-top: calc(var(--vh-fixed) * 100 + 104px);
  }
  .p-plan__price {
    font-family: "TsukuARdGothicStd-B", sans-serif;
    margin-top: 16px;
    font-size: 1.5em;
  }
}
.p-kv {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: url(../images/kv.webp) no-repeat center center/cover;
  height: calc(var(--vh-fixed) * 100);
  opacity: 1;
  /* ←アニメ開始時に見える必要がある場合 */
  pointer-events: none;
  transition: none;
  /* 不要なアニメが入らないように */
  margin: 0 auto;
}

.p-kv__img {
  width: 100%;
  object-fit: cover;
  height: calc(var(--vh-fixed) * 100);
  position: absolute;
  top: 0;
}

.p-kv__txt {
  position: absolute;
  z-index: 99999;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-left: 76px;
}

.p-kv__ttl {
  font-family: "TsukuARdGothicStd-B", sans-serif;
  font-size: calc(3.57vw + 12px);
  line-height: 1;
  color: #1A5166;
  margin-bottom: 24px;
}

.p-kv__exp {
  font-family: "TsukuARdGothicStd-B", sans-serif;
  color: #1A5166;
  font-size: 26px;
}

.p-kv__ttlItem {
  background-color: #fff;
  line-height: 1;
  margin-bottom: 16px;
  display: inline-block;
  padding: 8px;
}

.p-kv__expItem {
  background-color: #fff;
  line-height: 1;
  margin-bottom: 8px;
  display: inline-block;
  padding: 8px;
}

.p-kv__expItem--dot {
  position: relative;
}

.p-kv__expItem--dot::after {
  display: block;
  content: "";
  width: 34px;
  height: 9px;
  background: url(../images/dot.svg) no-repeat center center/cover;
  position: absolute;
  top: 4px;
  left: 2.8em;
}

.p-kv__expPrice {
  color: #FFA088;
  font-family: "TsukuARdGothicStd-B", sans-serif;
  font-size: 1.3em;
  margin-top: 4px;
  margin-left: 4px;
}

.p-kv__img--02,
.p-kv__img--03,
.p-kv__img--04,
.p-kv__ttl,
.p-kv__exp {
  opacity: 0;
}

.p-anime__img--01,
.p-anime__img--02,
.p-anime__img--03,
.p-anime__img--04,
.p-anime__img--05,
.p-anime__img--06,
.p-anime__img--07,
.p-anime__img--08,
.p-anime__img--09,
.p-anime__img--10,
.p-anime__img--11,
.p-anime__exp--01,
.p-anime__exp--02,
.p-anime__exp--03,
.p-anime__exp--06 {
  opacity: 0;
}

.p-anime__txt {
  position: absolute;
  z-index: 99999;
  top: 22%;
  /* left: 50%; */
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.p-anime__exp {
  position: absolute;
  /* top: 0; */
  text-align: center;
  width: 97%;
}

.p-anime__expItem {
  background-color: #fff;
  line-height: 1;
  margin-bottom: 8px;
  display: inline-block;
  padding: 8px;
  text-align: center;
  color: #1D3353;
  font-family: "TsukuGoPr5-D", sans-serif;
  font-size: 24px;
}

@media screen and (max-width: 1281px) {
  .p-kv__txt {
    top: 32%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: -16px;
    margin-right: 16px;
    width: 100%;
  }
  .p-kv__ttl {
    text-align: center;
    font-size: 60px;
  }
  .p-kv__exp {
    text-align: center;
  }
  .p-kv__ttlItem--01 {
    white-space: nowrap;
    width: 280px;
  }
  .p-kv__ttlItem--02 {
    white-space: nowrap;
    width: 404px;
  }
}
@media screen and (max-width: 500px) {
  .p-kv {
    background: url(../images/kv-sp.webp) no-repeat center center/cover;
  }
  .p-kv__ttl {
    font-size: 38px;
  }
  .p-kv__ttlItem--01 {
    width: 185px;
  }
  .p-kv__ttlItem--02 {
    width: 270px;
  }
  .p-kv__ttlItem {
    margin-bottom: 8px;
  }
  .p-kv__ttl {
    margin-bottom: 10px;
  }
  .p-kv__exp {
    font-size: 20px;
  }
  .p-kv__txt {
    margin: 0 auto;
    top: 42%;
  }
  .p-kv,
  .p-kv__img {
    height: calc(var(--vh-fixed) * 100);
  }
  .p-anime__expItem {
    font-size: 18px;
    letter-spacing: 0;
  }
  .p-anime__txt {
    width: 100%;
    top: 32%;
  }
  .p-anime__exp {
    width: 100%;
  }
  .p-kv__expPrice {
    font-size: 1.5em;
  }
  .p-kv__expItem--dot::after {
    width: 30px;
    height: 8px;
    top: 8px;
    right: 13px;
  }
}
.c-newsList__title {
  font-size: 24px;
}

.c-newsArticle__title {
  line-height: 1.5;
  margin-top: 8px;
  margin-bottom: 16px;
}

.c-newsCategory__current a p {
  color: #584038 !important;
}

@media screen and (max-width: 500px) {
  .c-newsCategory {
    row-gap: 0;
    margin-bottom: 0px;
  }
  .c-newsList__title {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.p-contact__detail {
  flex-direction: column;
}

.p-contact__link {
  width: 100%;
}

.p-accessContent {
  align-items: initial;
}

.p-accessKv {
  object-position: 73% 50%;
}

.p-contactKv {
  object-position: 63% 50%;
}

.p-contact__txt {
  margin-bottom: 40px;
}

.p-accessMap {
  padding-top: 80%;
  width: 100%;
}

.p-form--title {
  -webkit-appearance: none;
  appearance: none;
}

.wpcf7-form-control-wrap[data-name=your-subject]::after {
  content: "〉";
  display: block;
  transform: rotate(90deg);
  font-size: 16px;
  position: absolute;
  /* width: 10px; */
  /* height: 10px; */
  top: 20px;
  /* transform: translateY(-50%); */
  right: 22px;
}

::placeholder {
  color: #284252;
}

.p-policy {
  margin-top: 104px;
}

.p-contact__card {
  align-items: center !important;
}

@media screen and (max-width: 1323px) {
  .p-accessMap {
    padding-top: 100%;
    width: 100%;
  }
  .p-accessContent {
    column-gap: 64px;
  }
  .p-contact__card {
    column-gap: 64px;
  }
  .p-access__img {
    width: 40%;
  }
}
@media screen and (max-width: 1002px) {
  .p-accessContent {
    flex-direction: column;
    row-gap: 40px;
  }
  .p-access__img {
    width: 100%;
  }
  .c-accessExp {
    width: 100%;
  }
  .p-accessMap {
    padding-top: 50%;
    border-radius: 8px;
  }
  .c-mapArea {
    padding-top: 44vw;
  }
  .p-contact__card {
    flex-direction: column-reverse;
    row-gap: 40px;
  }
  .p-contact__detail {
    gap: 16px;
  }
}
@media screen and (max-width: 500px) {
  .p-accessMap {
    padding-top: 66%;
  }
  .p-access__card {
    row-gap: 40px;
  }
  .c-contact {
    padding-left: 24px;
    padding-right: 24px;
  }
  .c-recapcha {
    padding: 0 24px;
  }
  .c-mapArea {
    padding-top: 64vw;
  }
}
@media screen and (min-width: 1600px) {
  .p-accessContent {
    column-gap: 98px;
  }
  .p-accessContent .c-card__img {
    width: auto;
    flex: 1;
  }
  .p-accessContent {
    row-gap: 28px;
  }
}
.wpcf7 form.sent .wpcf7-response-output {
  border: none !important;
  font-family: sans-serif !important;
  text-align: center !important;
}

.ttl-mbl {
  margin-bottom: 4vw;
}

.ttl-mbm {
  margin-bottom: 2vw;
}

.txt-s {
  font-size: 18px;
}

.txt-white {
  color: #fff !important;
}

.txt-mc {
  color: #284252;
  background: none;
}

.txt-sc {
  color: #1A5166;
}

.txt-red {
  color: #284252 !important;
}

.txt-blk {
  color: #226C81 !important;
}

.txt-white:-webkit-any-link {
  color: #fff !important;
}

.txt-mc:-webkit-any-link {
  color: #284252 !important;
}

.txt-sc:-webkit-any-link {
  color: #1A5166 !important;
}

.txt-red:-webkit-any-link {
  color: #284252 !important;
}

.txt-brw:-webkit-any-link {
  color: #226C81 !important;
}

.txt-center {
  text-align: center;
}

.txt-bold {
  font-family: "TsukuGoPr5-M", sans-serif;
}

.txt-vtcl {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  margin-bottom: 16px;
}

.txt-il {
  display: inline;
}

.txt-ilbk {
  display: inline-block;
}

.txt-carning {
  margin-left: -20px;
}

.txt-dot {
  position: relative;
  padding-left: 24px;
  display: inline-block;
}

.txt-dot::before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #1A5166;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.txt-st {
  text-align: start;
}

.img-circle {
  border-radius: 9999px;
}

.img-round {
  border-radius: 8px;
}

.bg-white {
  background-color: #fff;
}

.bg-mc {
  background-color: #284252;
}

.bg-sc {
  background-color: #1A5166;
}

.pt-s {
  padding-top: 7vw;
}

.pt-l {
  padding-top: 76px;
}

.pb-l {
  padding-bottom: 16vw;
}

.pb-s {
  padding-bottom: 7vw;
}

.lh-l {
  line-height: 2.25;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-s {
  margin-bottom: 8px;
}

.mb-m {
  margin-bottom: 16px;
}

.gc-l {
  column-gap: 64px;
}

.gc-m {
  column-gap: 32px;
}

.gc-s {
  column-gap: 16px;
}

.gr-l {
  row-gap: 64px;
}

.gr-m {
  row-gap: 32px;
}

.gr-s {
  row-gap: 16px;
}

.bg-wh {
  background-color: #fff;
}

.img-h100 {
  height: 100%;
}

.img-cover {
  object-fit: cover;
}

.img-hauto {
  height: auto;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

@media screen and (max-width: 500px) {
  .pt-s {
    padding-top: 14vw;
  }
  .pb-l {
    padding-bottom: 32vw;
  }
  .pb-s {
    padding-bottom: 14vw;
  }
  .txt-s {
    font-size: 15px;
  }
}
@media screen and (min-width: 500px) {
  .sp {
    display: none;
  }
}
.wp-block-file__button {
  display: inline-block !important;
  background-color: #fff !important;
  border-radius: 9999px !important;
  border: 1px solid #284252 !important;
  padding-right: 16px !important;
  padding-left: 16px !important;
  margin-top: 16px !important;
}

.js-box {
  display: none;
  /*はじめは非表示*/
}

.js-accordion {
  cursor: pointer;
}

@keyframes slidefade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.js-box--open {
  animation: slidefade 0.2s linear 0s;
  display: block;
}

.is-open.p-consult__detailHeader::after {
  background: url("../images/minus.svg") no-repeat left top/contain;
}

.is-open.p-faq__detailHeader::after {
  background: url("../images/minus.svg") no-repeat left top/contain;
}

.underline {
  text-decoration: underline;
  display: inline;
}

.screen-reader-response {
  display: none;
}

.hidden-fields-container {
  display: none;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
  animation-duration: 1.3s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.delay-04s {
  animation-delay: 0.4s;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scaleX(1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}
.tada {
  animation-name: tada;
}

@keyframes wobble {
  0% {
    transform: translateZ(0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: translateZ(0);
  }
}
.wobble {
  animation-name: wobble;
}

@keyframes jello {
  0%, 11.1%, to {
    transform: translateZ(0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-duration: 0.75s;
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  0% {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-duration: 0.75s;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translateZ(0);
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 2s;
  animation-name: hinge;
}

@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.rollIn {
  animation-name: rollIn;
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

.js_fadein,
.js_fadeinup {
  opacity: 0;
}

.vegas-overlay,
.vegas-content-scrollable,
.vegas-timer,
.vegas-slide,
.vegas-slide-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0;
}

.vegas-content-scrollable {
  position: relative;
  height: 100%;
  overflow: auto;
}

.vegas-overlay {
  opacity: 0.5;
  background: transparent url("./overlays/02.png") center center repeat;
}

.vegas-timer {
  top: auto;
  bottom: 0;
  height: 2px;
}

.vegas-timer-progress {
  width: 0%;
  height: 100%;
  background: white;
  transition: width ease-out;
}

.vegas-timer-running .vegas-timer-progress {
  width: 100%;
}

.vegas-slide,
.vegas-slide-inner {
  margin: 0;
  padding: 0;
  background: transparent center center no-repeat;
  transform: translateZ(0);
  will-change: transform, opacity;
}

body .vegas-container {
  overflow: hidden !important;
  position: relative;
}

.vegas-video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

body.vegas-container {
  overflow: auto;
  position: static;
  z-index: -2;
}

body.vegas-container > .vegas-timer,
body.vegas-container > .vegas-overlay,
body.vegas-container > .vegas-slide {
  position: fixed;
  z-index: -1;
}

/* Target Safari IOS7+ in order to add 76px */
/*******************************************/
/* blur transition */
/*******************************************/
.vegas-transition-blur,
.vegas-transition-blur2 {
  opacity: 0;
  filter: blur(32px) brightness(1.01);
}

.vegas-transition-blur-in,
.vegas-transition-blur2-in {
  opacity: 1;
  filter: blur(0px) brightness(1.01);
}

.vegas-transition-blur2-out {
  opacity: 0;
}

/*******************************************/
/* burn transition */
/*******************************************/
.vegas-transition-burn,
.vegas-transition-burn2 {
  opacity: 0;
  filter: contrast(1000%) saturate(1000%);
}

.vegas-transition-burn-in,
.vegas-transition-burn2-in {
  opacity: 1;
  filter: contrast(100%) saturate(100%);
}

.vegas-transition-burn2-out {
  opacity: 0;
  filter: contrast(1000%) saturate(1000%);
}

/*******************************************/
/* fade transition */
/*******************************************/
.vegas-transition-fade,
.vegas-transition-fade2 {
  opacity: 0;
}

.vegas-transition-fade-in,
.vegas-transition-fade2-in {
  opacity: 1;
}

.vegas-transition-fade2-out {
  opacity: 0;
}

/*******************************************/
/* flash transition */
/*******************************************/
.vegas-transition-flash,
.vegas-transition-flash2 {
  opacity: 0;
  filter: brightness(25);
}

.vegas-transition-flash-in,
.vegas-transition-flash2-in {
  opacity: 1;
  filter: brightness(1);
}

.vegas-transition-flash2-out {
  opacity: 0;
  filter: brightness(25);
}

/*******************************************/
/* negative transition */
/*******************************************/
.vegas-transition-negative,
.vegas-transition-negative2 {
  opacity: 0;
  filter: invert(100%);
}

.vegas-transition-negative-in,
.vegas-transition-negative2-in {
  opacity: 1;
  filter: invert(0);
}

.vegas-transition-negative2-out {
  opacity: 0;
  filter: invert(100%);
}

/*******************************************/
/* slideDown transition */
/*******************************************/
.vegas-transition-slideDown,
.vegas-transition-slideDown2 {
  transform: translateY(-100%);
}

.vegas-transition-slideDown-in,
.vegas-transition-slideDown2-in {
  transform: translateY(0%);
}

.vegas-transition-slideDown2-out {
  transform: translateY(100%);
}

/*******************************************/
/* slideLeft transition */
/*******************************************/
.vegas-transition-slideLeft,
.vegas-transition-slideLeft2 {
  transform: translateX(100%);
}

.vegas-transition-slideLeft-in,
.vegas-transition-slideLeft2-in {
  transform: translateX(0%);
}

.vegas-transition-slideLeft2-out {
  transform: translateX(-100%);
}

/*******************************************/
/* slideRight transition */
/*******************************************/
.vegas-transition-slideRight,
.vegas-transition-slideRight2 {
  transform: translateX(-100%);
}

.vegas-transition-slideRight-in,
.vegas-transition-slideRight2-in {
  transform: translateX(0%);
}

.vegas-transition-slideRight2-out {
  transform: translateX(100%);
}

/*******************************************/
/* slideUp transition */
/*******************************************/
.vegas-transition-slideUp,
.vegas-transition-slideUp2 {
  transform: translateY(100%);
}

.vegas-transition-slideUp-in,
.vegas-transition-slideUp2-in {
  transform: translateY(0%);
}

.vegas-transition-slideUp2-out {
  transform: translateY(-100%);
}

/*******************************************/
/* swirlLeft transition */
/*******************************************/
.vegas-transition-swirlLeft,
.vegas-transition-swirlLeft2 {
  transform: scale(2) rotate(35deg);
  opacity: 0;
}

.vegas-transition-swirlLeft-in,
.vegas-transition-swirlLeft2-in {
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

.vegas-transition-swirlLeft2-out {
  transform: scale(2) rotate(-35deg);
  opacity: 0;
}

/*******************************************/
/* swirlRight transition */
/*******************************************/
.vegas-transition-swirlRight,
.vegas-transition-swirlRight2 {
  transform: scale(2) rotate(-35deg);
  opacity: 0;
}

.vegas-transition-swirlRight-in,
.vegas-transition-swirlRight2-in {
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

.vegas-transition-swirlRight2-out {
  transform: scale(2) rotate(35deg);
  opacity: 0;
}

/*******************************************/
/* zoomIn transition */
/*******************************************/
.vegas-transition-zoomIn,
.vegas-transition-zoomIn2 {
  transform: scale(0);
  opacity: 0;
}

.vegas-transition-zoomIn-in,
.vegas-transition-zoomIn2-in {
  transform: scale(1);
  opacity: 1;
}

.vegas-transition-zoomIn2-out {
  transform: scale(2);
  opacity: 0;
}

/*******************************************/
/* zoomOut transition */
/*******************************************/
.vegas-transition-zoomOut,
.vegas-transition-zoomOut2 {
  transform: scale(2);
  opacity: 0;
}

.vegas-transition-zoomOut-in,
.vegas-transition-zoomOut2-in {
  transform: scale(1);
  opacity: 1;
}

.vegas-transition-zoomOut2-out {
  transform: scale(0);
  opacity: 0;
}

/*******************************************/
/* kenburns animation */
/*******************************************/
.vegas-animation-kenburns {
  -webkit-animation: kenburns ease-out;
  animation: kenburns ease-out;
}

@-webkit-keyframes kenburns {
  0% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes kenburns {
  0% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
/*******************************************/
/* kenburnsDownLeft animation */
/*******************************************/
.vegas-animation-kenburnsDownLeft {
  -webkit-animation: kenburnsDownLeft ease-out;
  animation: kenburnsDownLeft ease-out;
}

@-webkit-keyframes kenburnsDownLeft {
  0% {
    transform: scale(1.5) translate(10%, -10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsDownLeft {
  0% {
    transform: scale(1.5) translate(10%, -10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsDownRight animation */
/*******************************************/
.vegas-animation-kenburnsDownRight {
  -webkit-animation: kenburnsDownRight ease-out;
  animation: kenburnsDownRight ease-out;
}

@-webkit-keyframes kenburnsDownRight {
  0% {
    transform: scale(1.5) translate(-10%, -10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsDownRight {
  0% {
    transform: scale(1.5) translate(-10%, -10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsDown animation */
/*******************************************/
.vegas-animation-kenburnsDown {
  -webkit-animation: kenburnsDown ease-out;
  animation: kenburnsDown ease-out;
}

@-webkit-keyframes kenburnsDown {
  0% {
    transform: scale(1.5) translate(0, -10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsDown {
  0% {
    transform: scale(1.5) translate(0, -10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsLeft animation */
/*******************************************/
.vegas-animation-kenburnsLeft {
  -webkit-animation: kenburnsLeft ease-out;
  animation: kenburnsLeft ease-out;
}

@-webkit-keyframes kenburnsLeft {
  0% {
    transform: scale(1.5) translate(10%, 0);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsLeft {
  0% {
    transform: scale(1.5) translate(10%, 0);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsRight animation */
/*******************************************/
.vegas-animation-kenburnsRight {
  -webkit-animation: kenburnsRight ease-out;
  animation: kenburnsRight ease-out;
}

@-webkit-keyframes kenburnsRight {
  0% {
    transform: scale(1.5) translate(-10%, 0);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsRight {
  0% {
    transform: scale(1.5) translate(-10%, 0);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsUpLeft animation */
/*******************************************/
.vegas-animation-kenburnsUpLeft {
  -webkit-animation: kenburnsUpLeft ease-out;
  animation: kenburnsUpLeft ease-out;
}

@-webkit-keyframes kenburnsUpLeft {
  0% {
    transform: scale(1.5) translate(10%, 10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsUpLeft {
  0% {
    transform: scale(1.5) translate(10%, 10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsUpRight animation */
/*******************************************/
.vegas-animation-kenburnsUpRight {
  -webkit-animation: kenburnsUpRight ease-out;
  animation: kenburnsUpRight ease-out;
}

@-webkit-keyframes kenburnsUpRight {
  0% {
    transform: scale(1.5) translate(-10%, 10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsUpRight {
  0% {
    transform: scale(1.5) translate(-10%, 10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsUp animation */
/*******************************************/
.vegas-animation-kenburnsUp {
  -webkit-animation: kenburnsUp ease-out;
  animation: kenburnsUp ease-out;
}

@-webkit-keyframes kenburnsUp {
  0% {
    transform: scale(1.5) translate(0, 10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsUp {
  0% {
    transform: scale(1.5) translate(0, 10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}/*# sourceMappingURL=style.css.map */