@charset "UTF-8";
/* ==================================================
[Style]
    1. setting
	2. foundation
	3. Layout
	4. object

================================================== */
/* --------------------------------------------------
	1. setting
-------------------------------------------------- */
/* mixins */
/* functions */
/* typography */
/* media-query */
/* variables */
/* --------------------------------------------------
	2. foundation
-------------------------------------------------- */
/* reset */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* base */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #222;
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 500;
  line-height: 1.75;
  word-break: normal;
  overflow-wrap: normal;
  word-wrap: normal;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: hidden;
}

a {
  color: inherit;
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
  text-decoration: none;
  cursor: pointer;
}

ul, ol {
  list-style: none;
}

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

iframe {
  max-width: 100%;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  color: #222;
  font-size: 1rem;
}

textarea {
  resize: none;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* --------------------------------------------------
	3. Layout
-------------------------------------------------- */
/* header */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.l-header__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1520px;
  padding: 0 1.25rem;
}

.l-header__container {
  height: 80px;
  position: relative;
}

.l-header__logo {
  top: 23px;
  left: 0;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: clamp(15rem, 22vw, 18.75rem);
}

.l-header__menu {
  top: 208px;
  left: 0;
  position: absolute;
}

.l-header__nav {
  display: block;
  border-top: 1px solid #bebebe;
}

.l-header__nav-item {
  border-bottom: 1px solid #bebebe;
}

.l-header__nav-link {
  width: 100%;
  font-size: clamp(0.625rem, 1.1vw, 1.25rem);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.6px;
  padding: 1.5rem 2.5rem 1.5rem 0.5rem;
  gap: 1.5625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.l-header__nav-link.--lh-15 {
  line-height: 1.5;
}

.l-header__nav-link::before {
  content: "";
  width: 2.08333vw;
  height: 25px;
  display: inline-block;
  background: transparent url(../assets/images/common/img_menu.png) no-repeat center/contain;
}

.l-header__nav-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  background: transparent url(../assets/images/common/icon_arrow.png) no-repeat center/contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.l-header__logo-karatsu {
  top: 94px;
  right: 16px;
  position: absolute;
  width: 15.14286vw;
}

.l-header__logo-karatsu img {
  max-width: 212px;
  width: 100%;
}

.l-hum {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #222;
  background-color: #fff;
  position: fixed;
  top: 0.3125rem;
  right: 1.25rem;
  z-index: 101;
}

.l-hum__text {
  height: 12px;
  line-height: 12px;
  font-size: 0.5rem;
  display: block;
  position: absolute;
  bottom: 0.5625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.l-hum span {
  display: block;
  width: 20px;
  height: 1px;
  border-radius: 999px;
  background-color: #222;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.l-hum span:nth-child(1) {
  top: calc( 50% - 12px);
}

.l-hum span:nth-child(2) {
  top: calc(50% - 6px);
}

.l-hum span:nth-child(3) {
  top: calc(50%);
}

.l-hum.is-active span:nth-child(1) {
  top: calc(50% - 6px);
  -webkit-transform: translateX(-50%) rotate(-35deg);
  transform: translateX(-50%) rotate(-35deg);
}

.l-hum.is-active span:nth-child(2) {
  display: none;
}

.l-hum.is-active span:nth-child(3) {
  top: calc(50% - 6px);
  -webkit-transform: translateX(-50%) rotate(35deg);
  transform: translateX(-50%) rotate(35deg);
}

@media all and (min-width: 768px), print {
  .l-header__menu {
    width: 24.65753vw;
    max-width: 360px;
    display: block !important;
  }
  .l-header__nav-link:hover::after {
    right: 15px;
  }
  .l-hum {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .l-header {
    position: absolute;
  }
  .l-header__inner {
    padding: 0;
  }
  .l-header__logo-karatsu {
    top: 18.66667vw;
    left: 1.33333vw;
    width: 20.53333vw;
  }
  .l-header__container {
    height: 60px;
  }
  .l-header__logo {
    width: 240px;
    top: 14px;
    left: 20px;
    z-index: 101;
  }
  .l-header__menu {
    display: none;
    background: -webkit-gradient(linear, left bottom, left top, from(#FFF), to(#FFFEF0));
    background: -webkit-linear-gradient(bottom, #FFF 0%, #FFFEF0 100%);
    background: linear-gradient(0deg, #FFF 0%, #FFFEF0 100%);
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 100;
    position: fixed;
  }
  .l-header__nav-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 5.25rem 0 5rem;
    overflow-y: scroll;
  }
  .l-header__nav {
    width: calc( 100% - 40px);
  }
  .l-header__nav-link {
    gap: 1.25rem;
    font-size: 1rem;
    letter-spacing: 1.28px;
  }
  .l-header__nav-link::before {
    content: "";
    width: 30px;
    height: 20px;
  }
}

/* footer */
.l-footer {
  margin-top: 10rem;
  padding: 3.75rem 0.625rem 2.5rem;
  background: transparent url(../assets/images/common/bg-img_footer.png) no-repeat center/cover;
}

.l-footer__logo {
  text-align: center;
}

.l-footer__logo img {
  width: 420px;
}

.l-footer__info {
  color: #000;
  font-weight: 400;
  margin-top: 2.5rem;
}

.l-footer__info dt {
  font-size: 1.125rem;
  line-height: 180%;
  letter-spacing: 0.09rem;
}

.l-footer__sns {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.l-footer__sns-link {
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  width: 40px;
  height: 30px;
  display: block;
  background: no-repeat center / contain;
}

.l-footer__sns-link.--instagram {
  background-image: url(../assets/images/common/icon_instagram.png);
}

.l-footer__sns-link.--facebook {
  background-image: url(../assets/images/common/icon_facebook.png);
}

.l-footer__copyright {
  margin-top: 4rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1.12px;
}

/* main */
.l-inner {
  margin: 0 auto;
  padding: 0 20px;
  width: 1240px;
  max-width: 100%;
  height: inherit;
}

.l-inner.--wide {
  width: 1400px;
}

.l-inner.--narrow {
  width: 940px;
}

.l-article {
  margin-top: 1.5rem;
  position: relative;
}

.l-all {
  width: 100%;
  height: 100vh;
  position: relative;
}

.l-all::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFF), to(#FFFEF0));
  background: -webkit-linear-gradient(bottom, #FFF 0%, #FFFEF0 100%);
  background: linear-gradient(0deg, #FFF 0%, #FFFEF0 100%);
}

.l-pc {
  opacity: 0;
}

.l-pc.load-complete {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.l-container {
  width: 100%;
  height: 100vh;
  position: relative;
}

.l-slideshow {
  position: fixed;
  z-index: 1;
  bottom: 20px;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.l-sp {
  z-index: 2;
  position: absolute;
  width: calc(50% + 120px);
  top: 80px;
  left: calc(50% + 30px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.l-sp__contents {
  width: 66%;
  max-width: 520px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.2);
  box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.2);
}

@media only screen and (max-width: 767px) {
  .l-inner {
    padding: 0 20px;
  }
  .l-all {
    position: absolute;
  }
  .l-slideshow {
    display: none;
  }
  .l-sp {
    top: 60px;
    position: relative;
    width: 100%;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .l-sp__contents {
    width: 100%;
    max-width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* --------------------------------------------------
	4. object
-------------------------------------------------- */
/* component */
.c-button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 260px;
  min-height: 56px;
  padding: 0 1.25rem;
  border-radius: 999px;
  background-color: #fff;
  border: 2px solid #FFFEF3;
  line-height: 1.2;
  position: relative;
  color: #333;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  cursor: pointer;
}

.c-button::after {
  content: "";
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.5625rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #FFFEF3;
}

.c-button[target="_blank"]::after {
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25"><path fill="%23FFFEF3" d="M0 25V7h7V0h18v18h-7v7zm3-3h12v-4H7v-8H3zm19-7V3H10v4h8v8zm-12 0h5v-5h-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  width: 14px;
  height: 14px;
  background-size: contain;
  margin-left: 0.375rem;
  border: none;
}

.c-button[href*=".pdf"]::after {
  content: "PDF";
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 20px;
  font-size: 0.75rem;
  margin-left: 0.375rem;
  background-color: red;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border: none;
}

.c-button.--color {
  background-color: #FFFEF3;
  color: #fff;
}

.c-button.--color::after {
  border-color: transparent transparent transparent #fff;
}

.c-button.--color[target="_blank"]::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25"><path fill="%23ffffff" d="M0 25V7h7V0h18v18h-7v7zm3-3h12v-4H7v-8H3zm19-7V3H10v4h8v8zm-12 0h5v-5h-5z"/></svg>');
}

@media all and (min-width: 1281px), print {
  .c-button {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .c-button:hover {
    opacity: 0.7;
  }
}

.c-heading {
  font-size: 2rem;
  display: inline-block;
  position: relative;
  color: #FFFEF3;
}

.c-heading.--white {
  color: #fff;
}

.c-heading-h3 {
  font-size: 1.75rem;
  text-align: left;
  padding-bottom: 1rem;
  border-bottom: 1px solid #bebebe;
}

.c-heading-h4 {
  font-size: 1.3125rem;
  color: #FFFEF3;
}

.c-heading-h5 {
  font-size: 1.125rem;
}

@media only screen and (max-width: 767px) {
  .c-heading-h3 {
    font-size: 1.25rem;
  }
  .c-heading-h3.--img01 {
    max-width: 375px;
  }
  .c-heading-h4 {
    font-size: 1rem;
    color: #FFFEF3;
  }
  .c-heading-h5 {
    font-size: 1rem;
  }
}

.c-list-dot {
  padding-left: 1rem;
}

.c-list-dot__item {
  position: relative;
  color: #333;
}

.c-list-dot__item::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  left: -0.75rem;
  top: 0.75em;
  background: #ae9373;
}

.c-list-dot__item + .c-list-dot__item {
  margin-top: 0.5rem;
}

.c-list-ol {
  list-style: decimal;
  list-style-position: inside;
}

.c-list-ol__item + .c-list-ol__item {
  margin-top: 0.5rem;
}

.c-list-dl__dt {
  font-weight: bold;
}

.c-list-dl__dt + .c-list-dl {
  margin-top: 0.75rem;
}

.c-list-dl__dd {
  margin-left: 14px;
}

.c-text-link {
  font-size: 1rem;
  display: inline-block;
  position: relative;
  color: #0c7cad;
  text-decoration: underline;
}

.c-text-link.--blank::after {
  content: "";
  display: inline-block;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25"><path fill="%23FFFEF3" d="M0 25V7h7V0h18v18h-7v7zm3-3h12v-4H7v-8H3zm19-7V3H10v4h8v8zm-12 0h5v-5h-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  width: 14px;
  height: 14px;
  background-size: contain;
  margin-left: 0.375rem;
}

.c-text-link.--pdf::after {
  content: "PDF";
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 20px;
  font-size: 0.75rem;
  margin-left: 0.375rem;
  background-color: red;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.c-text {
  font-size: 1rem;
  color: #222;
  line-height: 2;
  letter-spacing: 0.08rem;
}

.c-text.--large {
  font-size: 1.125rem;
}

.c-text.--small {
  font-size: 0.875rem;
}

/* project */
.p-accordion__item + .p-accordion__item {
  margin-top: 1.25rem;
}

.p-accordion__head {
  width: 100%;
  border: none;
  padding: 1em;
}

.p-anchor-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}

.p-anchor-list__item.is-active .p-anchor-list__link {
  color: #fff;
  background-color: #333;
}

.p-anchor-list__item:hover .p-anchor-list__link {
  color: #fff;
  background-color: #333;
}

.p-anchor-list__link {
  display: block;
  border-radius: 999px;
  padding: 0.5rem 1rem;
  color: #333;
  border: 1px solid #333;
}

.p-anchor-list__link.is-active {
  color: #fff;
  background-color: #333;
}

.p-anchor-list__link:hover {
  color: #fff;
  background-color: #333;
}

.p-box {
  padding: 2rem 2.5rem;
  background-color: #fff;
  border-radius: 10px;
}

.p-box__title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #FFFEF3;
}

.p-box__text {
  font-size: 1rem;
  margin-top: 0.5rem;
}

.p-box.--bg-blue {
  background-color: #eafaff;
}

.p-box.--bd {
  border: 2px solid #FFFEF3;
}

.p-buttons.--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 40px;
}

.p-column__img {
  padding-top: 100%;
  position: relative;
}

.p-column__img.--ratio-1-1 {
  padding-top: 100%;
}

.p-column__img.--ratio-16-9 {
  padding-top: 56.25%;
}

.p-column__img.--ratio-4-1 {
  padding-top: 25%;
}

.p-column__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-column__title {
  margin-top: 0.625rem;
}

.p-column.--column2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(465px, 1fr));
  grid-gap: 2.5rem 1.875rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-template-rows: auto auto;
}

.p-column.--column3 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 2.5rem 1.875rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-template-rows: auto auto;
}

.p-column-wide {
  min-height: 400px;
  position: relative;
}

.p-column-wide.--reserve .p-column-wide__img {
  left: calc( -50vw + 50%);
}

.p-column-wide.--reserve .p-column-wide__content {
  margin-left: auto;
  padding-right: 0;
  padding-left: 1.25rem;
}

.p-column-wide__img {
  position: absolute;
  width: 50vw;
  left: 50%;
  height: 100%;
}

.p-column-wide__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-column-wide__content {
  width: 50%;
  padding-right: 1.25rem;
}

.p-column-wide__text {
  margin-top: 0.625rem;
}

@media only screen and (max-width: 767px) {
  .p-column.--column2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-column.--column3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-column-wide {
    min-height: auto;
  }
  .p-column-wide.--reserve .p-column-wide__img {
    left: 0;
  }
  .p-column-wide.--reserve .p-column-wide__content {
    margin-left: 0;
    padding-left: 0;
  }
  .p-column-wide__img {
    position: relative;
    width: 100%;
    left: 0;
    padding-top: 56.25%;
  }
  .p-column-wide__content {
    width: 100%;
    padding-right: 0;
    margin-top: 1.25rem;
  }
}

.p-form-table {
  width: 100%;
}

.p-form-table__th {
  width: 200px;
  text-align: left;
  padding: 1rem 0;
  vertical-align: top;
}

.p-form-table__td {
  width: calc( 100% - 400px);
  padding: 1rem;
  vertical-align: top;
}

.p-form-table__td-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}

@media only screen and (max-width: 767px) {
  .p-form-table tr:not(:first-child) .p-form-table__th {
    margin-top: 1.25rem;
  }
  .p-form-table__th {
    width: 100%;
    display: block;
    padding: 0;
  }
  .p-form-table__td {
    width: 100%;
    display: block;
    padding: 0;
    margin-top: 0.375rem;
  }
}

.p-mainvisual {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.p-mainvisual::after, .p-mainvisual::before {
  content: "";
  width: 30px;
  height: 28px;
  border-radius: 50%;
  position: absolute;
  top: -11px;
  z-index: 2;
  fill: #D9D9D9;
  background: #FFFEF0;
}

.p-mainvisual::after {
  right: -12px;
}

.p-mainvisual::before {
  left: -12px;
}

.p-mainvisual__img {
  text-align: center;
  position: relative;
  margin: 0 auto;
}

.p-mainvisual__img img {
  width: 100%;
}

.p-mainvisual__copy {
  top: 3.33333vw;
  left: 30px;
  width: calc(100% - 30px);
  position: absolute;
}

.p-mainvisual__copy-img01 {
  width: 70.5%;
  max-width: 345px;
}

.p-mainvisual__copy-img02 {
  margin-top: 1.125rem;
  width: 65.4%;
  max-width: 320px;
}

@media only screen and (max-width: 767px) {
  .p-mainvisual {
    overflow: hidden;
  }
  .p-mainvisual__copy {
    top: 12.8vw;
    left: 0;
    padding-left: 26.13333vw;
    width: 100%;
  }
  .p-mainvisual__copy-img01 {
    width: 61.86667vw;
    max-width: 100%;
  }
  .p-mainvisual__copy-img02 {
    width: 68vw;
    max-width: 100%;
  }
}

.p-pagetitle {
  max-width: 1760px;
  height: 480px;
  margin: 0 auto;
  padding: 0 1.25rem;
  position: relative;
}

.p-pagetitle__img {
  background-color: #000;
  position: absolute;
  width: calc( 100% - 40px);
  height: 100%;
  border-radius: 30px;
}

.p-pagetitle__title {
  position: absolute;
  left: 1.25rem;
  bottom: 0;
  min-width: 330px;
  height: 100px;
  background-color: #fff;
  border-radius: 0 30px 0 0;
  font-size: 2.25rem;
  font-weight: 500;
  padding-left: 1.875rem;
  padding-right: 5.25rem;
  color: #FFFEF3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-pagetitle__title-radius-top-left {
  position: absolute;
  left: 0;
  top: -30px;
}

.p-pagetitle__title-radius-bottom-right {
  position: absolute;
  right: -30px;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  .p-pagetitle {
    height: 220px;
  }
  .p-pagetitle__img {
    border-radius: 15px;
  }
  .p-pagetitle__title {
    font-size: 1.875rem;
    min-width: 280px;
    height: 60px;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
  .p-pagetitle__title-radius-top-left {
    width: 15px !important;
    height: 15px !important;
    top: -15px;
  }
  .p-pagetitle__title-radius-bottom-right {
    width: 15px !important;
    height: 15px !important;
    right: -15px;
  }
}

.p-report {
  padding: 1.5rem 1.875rem;
  outline: 2px solid #9ECC67;
  outline-offset: -10px;
  position: relative;
}

.p-report::after, .p-report::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: calc(100% - 100px);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.p-report::after {
  bottom: 0;
  background-position: bottom center;
}

.p-report::before {
  top: 0;
  background-position: top center;
}

.p-report__title {
  overflow: hidden;
  width: calc(100% + 60px);
  margin-left: -1.875rem;
  margin-right: -1.875rem;
  text-align: center;
  padding: 0 1.25rem;
}

.p-report__img {
  width: 100%;
}

.p-report__person {
  width: 100%;
  position: relative;
}

.p-report__person-img {
  z-index: 2;
  position: relative;
}

.p-report__person-lines {
  z-index: 1;
  position: absolute;
}

.p-report.--green {
  position: relative;
}

.p-report.--green::before {
  background-image: url(../assets/images/index/bd_green-top.png);
}

.p-report.--green::after {
  background-image: url(../assets/images/index/bd_green-bottom.png);
}

.p-report.--green .p-report__mark {
  width: 23%;
  max-width: 110px;
  top: -1.625rem;
  right: -0.625rem;
  position: absolute;
}

.p-report.--green .p-report__box {
  width: 100%;
  position: relative;
}

.p-report.--green .p-report__person {
  top: -40px;
  right: 0;
  position: absolute;
}

.p-report.--green .p-report__person-img {
  width: 31%;
  margin-left: auto;
}

.p-report.--green .p-report__person-lines {
  top: 9%;
  right: 27%;
  width: 36%;
}

.p-report.--orange {
  outline-color: #F7B264;
}

.p-report.--orange::before {
  background-image: url(../assets/images/index/bd_orange-top.png);
}

.p-report.--orange::after {
  background-image: url(../assets/images/index/bd_orange-bottom.png);
}

.p-report.--orange .p-report__person-img {
  margin-right: -1.0625rem;
  width: 58%;
  margin-left: auto;
}

.p-report.--orange .p-report__person-lines {
  top: 10%;
  right: 46%;
  width: 36%;
}

.p-report.--blue {
  outline-color: #64ACE0;
}

.p-report.--blue::before {
  background-image: url(../assets/images/index/bd_blue-top.png);
}

.p-report.--blue::after {
  background-image: url(../assets/images/index/bd_blue-bottom.png);
}

.p-report.--blue .p-report {
  overflow: hidden;
}

.p-report.--blue .p-report__person-img {
  margin-left: -0.875rem;
  width: 106%;
}

.p-report.--blue .p-report__person-lines {
  top: -18%;
  left: 25%;
  width: 41%;
}

@media only screen and (max-width: 767px) {
  .p-report {
    outline-offset: -2.2vw;
  }
}

.p-scroll-top {
  position: fixed;
  z-index: 10;
  right: 3.25%;
  bottom: 80px;
}

.p-scroll-top__button {
  font-size: 0;
  display: block;
  background: #FFFEF3;
  border: 2px solid #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-scroll-top__button::before {
  content: "";
  display: inline-block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 15px 10px;
  border-color: transparent transparent #fff transparent;
}

@media only screen and (max-width: 1280px) {
  .p-scroll-top {
    right: 20px;
    bottom: 100px;
  }
  .p-scroll-top__button {
    width: 50px;
    height: 50px;
  }
}

.p-section-title-h2 {
  text-align: center;
  margin-bottom: 2.5rem;
}

.p-section-title-h3 {
  text-align: center;
  margin-bottom: 1.5rem;
}

.p-section-title-h3:not(:first-child) {
  margin-top: 3rem;
}

@media only screen and (max-width: 767px) {
  .p-section-title-h2 {
    margin-bottom: 2rem;
  }
  .p-section-title-h3 {
    text-align: center;
    margin-bottom: 1rem;
  }
  .p-section-title-h3:not(:first-child) {
    margin-top: 2rem;
  }
}

.p-slideshow {
  width: 100%;
}

.p-slideshow__swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.p-slideshow__swiper .swiper-slide {
  max-width: 340px;
}

.p-table {
  width: 100%;
}

.p-table__th {
  background-color: #ededed;
  font-weight: bold;
  padding: 0.75em;
}

.p-table__td {
  padding: 0.75em;
}

.p-voice__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.625rem;
  position: relative;
}

.p-voice__item + .p-voice__item {
  margin-top: 1rem;
}

.p-voice__person {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 70px;
}

.p-voice__person-image {
  width: 50px;
  height: 50px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}

.p-voice__person-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-voice__person-name {
  text-align: center;
  font-size: 0.75rem;
  line-height: normal;
}

.p-voice__content {
  margin-top: 0.625rem;
  width: calc(100% - 70px);
}

.p-voice__text {
  padding: 1.5rem 1.5rem 1.375rem;
  border-radius: 0.375rem;
  border: 1px solid #222;
  background-color: #fff;
  position: relative;
}

.p-voice__text.--bg-color {
  background-color: #FFFEF3;
}

.p-voice__text::after, .p-voice__text::before {
  content: "";
  width: 1px;
  height: 10px;
  position: absolute;
}

.p-voice__text::after {
  top: 16px;
  left: -1px;
  background-color: #fff;
}

.p-voice__text::before {
  top: 14px;
  left: -5px;
  z-index: 2;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  background-color: #222;
}

.p-voice__img {
  margin-top: 1.5rem;
  margin-left: auto;
  width: calc(100% - 80px);
}

@media only screen and (max-width: 767px) {
  .p-voice__person {
    min-width: 70px;
    overflow: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 0.625rem;
  }
}

/* pages */
/* page index */
.page-index__01 {
  padding: 0 0.625rem;
}

.page-index__01 .c-text {
  font-family: "Sawarabi Mincho", sans-serif;
}

.page-index__01 .c-text + .c-text {
  margin-top: 1.5rem;
}

.page-index__02 {
  margin-top: 7.5rem;
}

.page-index__02-bg {
  margin: 3.5rem 0;
  padding: 3.5rem 0;
  background-color: #fffef6;
}

.page-index__02 .c-heading {
  width: 62.5%;
}

.page-index__03 {
  padding: 0 0.625rem;
  margin-top: 7.5rem;
}

.page-index__03 .u-bg-img {
  padding: 5rem 0.625rem 0.625rem;
}

.page-index__03 .c-heading {
  width: 73%;
  max-width: 320px;
}

.page-index__04 {
  overflow: hidden;
  padding: 5rem 0.625rem;
  margin-top: 7.5rem;
  background: #FFFEF3;
  position: relative;
}

.page-index__04::before {
  content: "";
  top: 540px;
  left: 16%;
  width: 91%;
  max-width: 472px;
  height: 330px;
  position: absolute;
  background: transparent url(../assets/images/index/bg_flower.png) no-repeat center/contain;
}

.page-index__04-border {
  padding: 2.5rem 0 2.5rem;
  position: relative;
}

.page-index__04-border::after, .page-index__04-border::before {
  content: "";
  width: 100%;
  height: 28px;
  background: transparent no-repeat center / 100% 100%;
  position: absolute;
  left: 0;
}

.page-index__04-border::after {
  top: 0;
  background-image: url(../assets/images/index/bd_top.png);
}

.page-index__04-border::before {
  bottom: 0;
  background-image: url(../assets/images/index/bd_bottom.png);
}

.page-index__04 .c-heading {
  width: 85%;
  max-width: 390px;
}

.page-index__04-message {
  width: 86%;
  max-width: 394px;
}

.page-index__05 {
  margin-top: 7.5rem;
  padding: 0 0.625rem;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.page-index__05::before {
  content: "";
  width: calc(100% - 20px);
  height: 100%;
  position: absolute;
  left: 10px;
  top: 0;
  background: transparent url(../assets/images/index/bg_staff-snap01.png) no-repeat top/100%;
}

.page-index__05-staff-snap, .page-index__05-club {
  z-index: 2;
  position: relative;
}

.page-index__05-staff-snap .p-section-title-h2, .page-index__05-club .p-section-title-h2 {
  position: absolute;
}

.page-index__05-staff-snap {
  margin: 0 auto;
  width: 97.4%;
}

.page-index__05-staff-snap .p-section-title-h2 {
  top: 5%;
  right: 6.8%;
  width: 36.964%;
}

.page-index__05-club {
  width: 96.8%;
  margin-left: auto;
  margin-right: -0.25rem;
  position: relative;
}

.page-index__05-club .p-section-title-h2 {
  top: 4.2%;
  left: 4%;
  width: 33.06%;
}

@media only screen and (max-width: 767px) {
  .page-index__01 {
    margin-top: 5rem;
  }
  .page-index__02 {
    margin-top: 5rem;
  }
  .page-index__03 {
    margin-top: 5rem;
  }
}

/* page template */
.guid {
  position: fixed;
  width: 1240px;
  margin: 0 20px;
  height: 100vh;
  border-left: 1px solid red;
  border-right: 1px solid red;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  z-index: 9999;
}

.guid::after {
  content: "";
  display: block;
  width: 1px;
  height: 100vh;
  background-color: red;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.page-template .c-heading-h3:not(:first-child), .page-template .c-heading-h4:not(:first-child), .page-template .c-heading-h5:not(:first-child), .page-template .c-heading-h6:not(:first-child) {
  margin-top: 3rem;
}

.page-template .c-text {
  margin-top: 1rem;
}

.page-template .c-text + .c-text {
  margin-top: 1rem;
}

.page-template .p-box {
  margin-top: 2rem;
}

.page-template .c-button {
  margin-top: 1.5rem;
}

.page-template .p-anchor-list {
  margin-top: 1rem;
}

.page-template .c-list-dot, .page-template .c-list-ol {
  margin-top: 1rem;
}

.page-template .c-list-dl {
  margin-top: 1rem;
}

.page-template .p-table {
  margin-top: 1rem;
}

.page-template .p-column {
  margin-top: 3rem;
}

.page-template .p-column .c-heading-h3 {
  margin-top: 1rem;
}

.page-template .p-column-wide + .p-column-wide {
  margin-top: 7.5rem;
}

.page-template .p-column-wide .c-heading-h3 {
  margin-top: 1rem;
}

/* utility */
.u-bg-brand {
  padding: 3.5rem 0;
  background-color: #FFFEF3;
}

.u-bg-img {
  overflow: hidden;
  background: transparent url(../assets/images/common/bg_img01.jpg) repeat center;
  background-size: 1600px 1200px;
  position: relative;
}

.u-bg-img__ellipse-top, .u-bg-img__ellipse-bottom {
  width: 100%;
  height: 30px;
  left: 0;
  position: absolute;
}

.u-bg-img__ellipse-top::after, .u-bg-img__ellipse-top::before, .u-bg-img__ellipse-bottom::after, .u-bg-img__ellipse-bottom::before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  top: 0;
  position: absolute;
}

.u-bg-img__ellipse-top::after, .u-bg-img__ellipse-bottom::after {
  left: -12px;
}

.u-bg-img__ellipse-top::before, .u-bg-img__ellipse-bottom::before {
  right: -12px;
}

.u-bg-img__ellipse-top {
  top: -12px;
}

.u-bg-img__ellipse-bottom {
  bottom: -12px;
}

.u-inline-b {
  display: inline-block;
}

@media all and (min-width: 768px), print {
  .u-hidden-pc {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}

/* hover */
@media all and (min-width: 1281px), print {
  .u-hover-opacity {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    opacity: 1;
  }
  .u-hover-opacity:hover {
    opacity: 0.7;
  }
  .u-hover-tellink {
    pointer-events: none;
    text-decoration: none;
  }
}

.u-mt-1 {
  margin-top: 0.5rem;
}

.u-ml-1 {
  margin-left: 0.5rem;
}

.u-mt-2 {
  margin-top: 1rem;
}

.u-ml-2 {
  margin-left: 1rem;
}

.u-mt-3 {
  margin-top: 1.5rem;
}

.u-ml-3 {
  margin-left: 1.5rem;
}

.u-mt-4 {
  margin-top: 2rem;
}

.u-ml-4 {
  margin-left: 2rem;
}

.u-mt-5 {
  margin-top: 2.5rem;
}

.u-ml-5 {
  margin-left: 2.5rem;
}

.u-mt-6 {
  margin-top: 3rem;
}

.u-ml-6 {
  margin-left: 3rem;
}

.u-mt-7 {
  margin-top: 3.5rem;
}

.u-ml-7 {
  margin-left: 3.5rem;
}

.u-mt-8 {
  margin-top: 4rem;
}

.u-ml-8 {
  margin-left: 4rem;
}

.u-mt-9 {
  margin-top: 4.5rem;
}

.u-ml-9 {
  margin-left: 4.5rem;
}

.u-mt-10 {
  margin-top: 5rem;
}

.u-ml-10 {
  margin-left: 5rem;
}

.u-mt-11 {
  margin-top: 5.5rem;
}

.u-ml-11 {
  margin-left: 5.5rem;
}

.u-mt-12 {
  margin-top: 6rem;
}

.u-ml-12 {
  margin-left: 6rem;
}

.u-mt-13 {
  margin-top: 6.5rem;
}

.u-ml-13 {
  margin-left: 6.5rem;
}

.u-mt-14 {
  margin-top: 7rem;
}

.u-ml-14 {
  margin-left: 7rem;
}

.u-mt-15 {
  margin-top: 7.5rem;
}

.u-ml-15 {
  margin-left: 7.5rem;
}

.u-mt-16 {
  margin-top: 8rem;
}

.u-ml-16 {
  margin-left: 8rem;
}

.u-mt-17 {
  margin-top: 8.5rem;
}

.u-ml-17 {
  margin-left: 8.5rem;
}

.u-mt-18 {
  margin-top: 9rem;
}

.u-ml-18 {
  margin-left: 9rem;
}

.u-mt-19 {
  margin-top: 9.5rem;
}

.u-ml-19 {
  margin-left: 9.5rem;
}

.u-mt-20 {
  margin-top: 10rem;
}

.u-ml-20 {
  margin-left: 10rem;
}

.u-mt-21 {
  margin-top: 10.5rem;
}

.u-ml-21 {
  margin-left: 10.5rem;
}

.u-mt-22 {
  margin-top: 11rem;
}

.u-ml-22 {
  margin-left: 11rem;
}

.u-mt-23 {
  margin-top: 11.5rem;
}

.u-ml-23 {
  margin-left: 11.5rem;
}

.u-mt-24 {
  margin-top: 12rem;
}

.u-ml-24 {
  margin-left: 12rem;
}

.u-mt-25 {
  margin-top: 12.5rem;
}

.u-ml-25 {
  margin-left: 12.5rem;
}

@media only screen and (max-width: 767px) {
  .u-mt-4 {
    margin-top: 1.5rem;
  }
  .u-ml-4 {
    margin-left: 1.5rem;
  }
  .u-mt-5 {
    margin-top: 1.75rem;
  }
  .u-ml-5 {
    margin-left: 1.75rem;
  }
  .u-mt-6 {
    margin-top: 2rem;
  }
  .u-ml-6 {
    margin-left: 2rem;
  }
  .u-mt-7 {
    margin-top: 2.25rem;
  }
  .u-ml-7 {
    margin-left: 2.25rem;
  }
  .u-mt-8 {
    margin-top: 2.5rem;
  }
  .u-ml-8 {
    margin-left: 2.5rem;
  }
  .u-mt-9 {
    margin-top: 2.75rem;
  }
  .u-ml-9 {
    margin-left: 2.75rem;
  }
  .u-mt-10 {
    margin-top: 3rem;
  }
  .u-ml-10 {
    margin-left: 3rem;
  }
  .u-mt-11 {
    margin-top: 3.25rem;
  }
  .u-ml-11 {
    margin-left: 3.25rem;
  }
  .u-mt-12 {
    margin-top: 3.5rem;
  }
  .u-ml-12 {
    margin-left: 3.5rem;
  }
  .u-mt-13 {
    margin-top: 3.75rem;
  }
  .u-ml-13 {
    margin-left: 3.75rem;
  }
  .u-mt-14 {
    margin-top: 4rem;
  }
  .u-ml-14 {
    margin-left: 4rem;
  }
  .u-mt-15 {
    margin-top: 4.25rem;
  }
  .u-ml-15 {
    margin-left: 4.25rem;
  }
  .u-mt-16 {
    margin-top: 4.5rem;
  }
  .u-ml-16 {
    margin-left: 4.5rem;
  }
  .u-mt-17 {
    margin-top: 4.75rem;
  }
  .u-ml-17 {
    margin-left: 4.75rem;
  }
  .u-mt-18 {
    margin-top: 5rem;
  }
  .u-ml-18 {
    margin-left: 5rem;
  }
  .u-mt-19 {
    margin-top: 5.25rem;
  }
  .u-ml-19 {
    margin-left: 5.25rem;
  }
  .u-mt-20 {
    margin-top: 5.5rem;
  }
  .u-ml-20 {
    margin-left: 5.5rem;
  }
}

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

.u-text-left {
  text-align: left;
}

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

@media all and (min-width: 768px), print {
  .u-text-center-pc {
    text-align: center;
  }
  .u-text-left-pc {
    text-align: left;
  }
  .u-text-right-pc {
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  .u-text-center-sp {
    text-align: center;
  }
  .u-text-left-sp {
    text-align: left;
  }
  .u-text-right-sp {
    text-align: right;
  }
}

/* js */
.js-fadeIn {
  opacity: 0;
}

.js-fadeIn.is-active {
  opacity: 1;
  -webkit-transition: opacity .6s ease-in-out;
  transition: opacity .6s ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.js-fadeIn.--delay {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.js-fadeIn.--delay15 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.js-fadeUp {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.js-fadeUp.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 1s 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, -webkit-transform 1s 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 1s 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 1s 1s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 1s 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.js-fadeUp.is-active.--delay0 {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.js-fadeUp.is-active.--delay1 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.js-fadeUp.is-active.--delay2 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.js-fadeUp.is-active.--delay3 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.js-fadeDown {
  opacity: 0;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

.js-fadeDown.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 1s 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, -webkit-transform 1s 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 1s 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 1s 1s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 1s 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.js-fadeLeft {
  opacity: 0;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}

.js-fadeLeft.is-active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 1s 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, -webkit-transform 1s 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 1s 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 1s 1s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 1s 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.js-fadeRight {
  opacity: 0;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}

.js-fadeRight.is-active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 1s 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, -webkit-transform 1s 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 1s 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 1s 1s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 1s 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.js-fadeZoom {
  opacity: 0;
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
}

.js-fadeZoom.is-active {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
