@charset "UTF-8";
/* base
==================================== */
html.js-noScroll {
  overflow-y: hidden !important;
}

body {
  font-family: "Noto Serif JP", serif;
  min-width: 1300px !important;
  padding-top: 100px;
}

.pbAreaWrapper1 {
  width: 100% !important;
  margin-top: 0 !important;
}

.pbMainArea {
  width: 100%;
}

body *:not(footer) * {
  box-sizing: border-box;
  transition: opacity 0.3s ease;
}
body *:not(footer) img {
  max-width: 100%;
  max-height: 100%;
}
body *:not(footer) p {
  margin: 0;
  color: #330000;
}
body *:not(footer) a:active {
  color: #330000;
  text-decoration: underline;
}
body *:not(footer) a:hover {
  text-decoration: none;
  color: #330000;
  opacity: 0.7;
}

.only-pc {
  display: block;
}

.only-sp {
  display: none;
}

/* header
==================================== */
.kasai2404-header {
  position: fixed;
  display: flex;
  width: 100%;
  height: 100px;
  padding: 0 0 0 40px;
  background-image: linear-gradient(360deg, rgb(255, 255, 255), rgb(234, 223, 202) 100%);
  top: 0;
  left: 0;
  z-index: 10000;
}
.kasai2404-header__inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.kasai2404-header__logo {
  position: relative;
  width: 250px;
}
.kasai2404-header__logo > a {
  display: block;
}
.kasai2404-header__logo img {
  max-width: 100%;
}
.kasai2404-header__nav {
  display: flex;
  height: 100%;
  align-items: center;
}
.kasai2404-header__logo2 {
  width: 124px;
  margin-right: 30px;
}
.kasai2404-header__hamburgerButton {
  display: block;
  position: relative;
  width: 120px;
  height: 100px;
  top: 0;
  right: 0;
  z-index: 20;
  transition: 0.3s;
}
.kasai2404-header__hamburgerButton:hover {
  opacity: 0.7;
}
.kasai2404-header__hamburgerButton > span {
  position: absolute;
  width: 55px;
  height: 7px;
  background-color: #AA998A;
  transition: 0.5s;
  left: 50%;
  transform: translateX(-50%);
}
.kasai2404-header__hamburgerButton > span:nth-child(1) {
  top: 30px;
}
.kasai2404-header__hamburgerButton > span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.kasai2404-header__hamburgerButton > span:nth-child(3) {
  bottom: 30px;
}
.kasai2404-header__hamburgerButton.close {
  background-color: #928175;
}
.kasai2404-header__hamburgerButton.close > span {
  background-color: #fff;
}
.kasai2404-header__hamburgerButton.close > span:first-child {
  top: 50% !important;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.kasai2404-header__hamburgerButton.close > span:nth-child(2) {
  opacity: 0;
}
.kasai2404-header__hamburgerButton.close > span:nth-child(3) {
  bottom: 50% !important;
  transform: translate(-50%, 50%) rotate(45deg);
}
.kasai2404-header__hamburgerContents {
  position: fixed;
  display: block;
  max-height: calc(100vh - 100px);
  overflow: hidden;
  visibility: hidden;
  top: 100px;
  right: 0;
  width: 605px;
  height: auto;
  z-index: -1;
  transition: 0.3s;
}
.kasai2404-header__hamburgerContents.open {
  visibility: visible;
}
.kasai2404-header__hamburgerContents.open .kasai2404-header__hamburgerMenu {
  transform: translateY(0);
}
.kasai2404-header__hamburgerMenu {
  position: relative;
  width: 100%;
  max-height: calc(100vh - 100px);
  transform: translateY(-100%);
  background-color: #fff;
  transition: 0.3s;
  overflow: scroll;
}
.kasai2404-header__hamburgerMenuListWrapper {
  padding: 37px 0 40px 0;
}
.kasai2404-header__hamburgerMenuListWrapper:nth-of-type(1) {
  background-color: #928175;
}
.kasai2404-header__hamburgerMenuListWrapper:nth-of-type(1) a, .kasai2404-header__hamburgerMenuListWrapper:nth-of-type(1) p {
  color: #fff;
}
.kasai2404-header__hamburgerMenuListWrapper:nth-of-type(1) a:hover {
  opacity: 1;
  border-bottom: 1px solid #fff;
}
.kasai2404-header__hamburgerMenuListWrapper:nth-of-type(2) {
  background-color: #E8DDC9;
}
.kasai2404-header__hamburgerMenuListWrapper:nth-of-type(2) a, .kasai2404-header__hamburgerMenuListWrapper:nth-of-type(2) p, .kasai2404-header__hamburgerMenuListWrapper:nth-of-type(2) li {
  color: #330000;
}
.kasai2404-header__hamburgerMenuListWrapper:nth-of-type(2) a:hover {
  opacity: 1;
  border-bottom: 1px solid #330000;
}
.kasai2404-header__hamburgerMenuListWrapper:nth-of-type(2) .kasai2404-header__hamburgerMenuListTitle::after {
  background-color: #330000;
}
.kasai2404-header__hamburgerMenuListWrapper:nth-of-type(2) .kasai2404-header__hamburgerMenuListTitle p {
  background-color: #E8DDC9;
}
.kasai2404-header__hamburgerMenuListWrapper ul.kasai2404-header__hamburgerMenuList {
  margin-top: 18px;
  padding: 0 0px 0 50px;
}
.kasai2404-header__hamburgerMenuListWrapper ul.kasai2404-header__hamburgerMenuList a {
  display: inline-block;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}
.kasai2404-header__hamburgerMenuListWrapper ul.kasai2404-header__hamburgerMenuList > li {
  font-size: 18px;
  font-weight: 700;
}
.kasai2404-header__hamburgerMenuListWrapper ul.kasai2404-header__hamburgerMenuList > li:not(:first-child) {
  margin-top: 16px;
}
.kasai2404-header__hamburgerMenuListWrapper ul.kasai2404-header__hamburgerMenuList > li > ul {
  font-weight: 400;
}
.kasai2404-header__hamburgerMenuListWrapper ul.kasai2404-header__hamburgerMenuList ul {
  margin-left: 20px;
}
.kasai2404-header__hamburgerMenuListWrapper ul.kasai2404-header__hamburgerMenuList ul > li {
  margin: 10px 0 0 0;
}
.kasai2404-header__hamburgerMenuListWrapper ul.kasai2404-header__hamburgerMenuList ul > li:last-of-type {
  margin: 10px 0 25px 0;
}
.kasai2404-header__hamburgerMenuListWrapper ul.kasai2404-header__hamburgerMenuList ul > li a {
  font-size: 16px;
}
.kasai2404-header__hamburgerMenuListTitle {
  position: relative;
}
.kasai2404-header__hamburgerMenuListTitle::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.kasai2404-header__hamburgerMenuListTitle > p {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 27px;
  background-color: #928175;
  z-index: 2;
  padding: 0 10px 0 40px;
  letter-spacing: 0.06em;
}

.kasai2404-topMessage {
  display: flex;
  margin: 0px auto 10px auto;
  text-align: center;
  gap: 17px;
  justify-content: center;
  align-items: center;
}
.kasai2404-topMessage figure {
    height: 81px;
}
.kasai2404-topMessage__decoration:nth-of-type(1) {
  width: 100px;
}
.kasai2404-topMessage__decoration:nth-of-type(2) {
  width: 46px;
}
.kasai2404-topMessage__decoration:nth-of-type(3) {
  width: 77px;
}
.kasai2404-topMessage__text {
  font-family: "Klee One", serif;
  font-size: 25px;
  flex-shrink: 0;
}
.kasai2404-topMessage__text--emphasis {
  font-size: 50px;
  color: #e50012;
}
.kasai2404__container {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
.kasai2404__container--narrow {
  width: 754px;
  margin: 0 auto;
}
.kasai2404-brickBgArea {
  position: relative;
  width: 100%;
  padding: 95px 0 96px 0;
  background-image: url("/library/kyousai/kasai/lp/202404/renew/top/image/decoration_brick01.png");
  background-size: 2000px 655px;
  background-repeat: repeat-y;
  z-index: 1;
  overflow: hidden;
}
@media (min-width: 2000px) {
  .kasai2404-brickBgArea {
    background-size: 100vw 32.75vw;
  }
}
.kasai2404-brickBgArea__outerContainer {
  width: 1200px;
  margin: 0 auto;
}
.kasai2404-brickBgArea__container {
  width: 960px;
  margin: 0 auto;
}
.kasai2404-brickBgArea__container--narrow {
  width: 754px;
  margin: 0 auto;
}
.kasai2404-mv {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.kasai2404-mv::before {
  content: "";
  position: absolute;
  width: 350px;
  height: 252px;
  background-image: url("/library/kyousai/kasai/lp/202404/renew/top/image/decoration_mv01.svg");
  background-size: cover;
  top: 163px;
  left: 50%;
  transform: translate(-50%, -35%);
  z-index: -1;
  opacity: 0;
  transition: 1s ease;
  animation: fadeInMove 1s ease 1.5s forwards;
}
@keyframes fadeInMove {
    from {
      opacity: 0;
      transform: translate(-50%, -35%);
    }
    to {
      opacity: 1;
      transform: translate(-50%, -50%);
    }
  }
.kasai2404-mv > figure {
  width: 350px;
}
.kasai2404__dotLine {
  position: absolute;
  display: block;
  top: 354px;
  right: -182px;
  aspect-ratio: 405/1625;
  height: 1660px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/library/kyousai/kasai/lp/202404/renew/top/image/decoration_dotLine.svg");
}
.kasai2404-section {
  margin-top: 60px;
}
.kasai2404-section:not(:first-of-type) {
  margin-top: 100px;
}
.kasai2404-section__subtitle {
  transform: translateX(-104px);
}
.kasai2404-section__subtitle--message {
  width: 396px;
}
.kasai2404-section__subtitle--voice {
  width: 248.5px;
}
.kasai2404-section__subtitle--promise {
  width: 377.7px;
}
.kasai2404-section__title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto 0px auto;
  padding: 0 49px;
  font-size: 40px;
  color: #330000;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
.kasai2404-section__title::before, .kasai2404-section__title::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url("/library/kyousai/kasai/lp/202404/renew/top/image/decoration_sectionTitle01.png");
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
}
.kasai2404-section__title::before {
  right: 0;
}
.kasai2404-section__title::after {
  left: 0;
}
.kasai2404-section__title--largeFont {
  font-size: 65px;
  line-height: 1;
}
.kasai2404-section:nth-of-type(even) .kasai2404-section__title::before, .kasai2404-section:nth-of-type(even) .kasai2404-section__title::after {
  background-image: url("/library/kyousai/kasai/lp/202404/renew/top/image/decoration_sectionTitle02.png");
}
.kasai2404-section2 {
  margin-top: 80px;
}
.kasai2404-section2:first-of-type {
  margin-top: 110px;
}
.kasai2404-section2__subTitle {
  margin: 0 auto;
  width: 960px;
}
.kasai2404-section2__subTitle--about > figure {
  width: 280px;
}
.kasai2404-section2__subTitle--history > figure {
  width: 356px;
}
.kasai2404-section2__subTitle--relieve > figure {
  width: 342px;
}
.kasai2404-section2__subTitle--prevention > figure {
  width: 524px;
}
.kasai2404-section2__title {
  position: relative;
  margin-top: 30px;
}
.kasai2404-section2__title h2 {
  position: relative;
  width: 857px;
  margin-right: auto;
  padding: 10.5px 100px 10.5px 0;
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  line-height: 1.75;
  background-color: #726364;
  z-index: 1;
}
.kasai2404-section2__title h2::before {
  content: "";
  position: absolute;
  width: 94px;
  height: 70px;
  background-image: url("/library/kyousai/kasai/lp/202404/renew/top/image/decoration_sectionTitle2_02.png");
  background-size: cover;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.kasai2404-section2__titleBg {
  position: absolute;
  display: block;
  width: 50vw;
  height: 100%;
  background-color: #726364;
  left: 0;
  top: 0;
}
.kasai2404-section2__titleBg::before {
  content: "";
  position: absolute;
  width: 94px;
  height: 70px;
  background-image: url("/library/kyousai/kasai/lp/202404/renew/top/image/decoration_sectionTitle2_01.png");
  background-size: cover;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.kasai2404-section2__outerContainer {
  width: 960px;
  margin: 0 auto;
}
.kasai2404-section2__innerContainer {
  width: 783px;
  margin-right: auto;
}
.kasai2404-section2__text {
  font-size: 22px;
  font-weight: 500;
  color: #330000;
  line-height: 1.8;
  letter-spacing: 0.025em;
}
.kasai2404-section2__text:first-child {
  margin-top: 40px;
}
.kasai2404-section2__text--note {
  margin-top: 10px;
  font-size: 14px;
  color: #8f7d6d;
  font-weight: 500;
  line-height: 1.8;
}
.kasai2404-section2__2col {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
.kasai2404-section2__2col:not(:first-of-type) {
  margin-top: 90px;
}
.kasai2404-section2__2col > a > figure {
  width: 350px;
}
.kasai2404-section2__2col-TextArea {
  width: 400px;
}
.kasai2404-section2__2col-Title {
  position: relative;
  padding-left: 24px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
  color: #266264;
}
.kasai2404-section2__2col-Title::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 45px;
  background-color: #266264;
  top: 0;
  left: 0;
}
.kasai2404-section2__2col-Text {
  font-size: 18px;
  margin-top: 20px;
  color: #330000;
  line-height: 1.8;
}
.kasai2404-section2__2col-Text a {
  text-decoration: underline;
}
.kasai2404-section2__2col-link {
  display: inline-block;
  margin-top: 25px;
  font-size: 18px;
  color: #266264 !important;
  font-weight: 500;
  border-bottom: 1px solid #266264;
}
.kasai2404-section2__2col-link:link {
  color: #266264 !important;
}
.kasai2404-section2__2col-link a:visited {
  color: #266264 !important;
}
.kasai2404-section2__2col-link a:active {
  color: #266264 !important;
}
.kasai2404-section2:nth-of-type(even) .kasai2404-section2__titleBg {
  left: auto;
  right: 0;
  top: 0;
}
.kasai2404-section2:nth-of-type(even) .kasai2404-section2__titleBg::before {
  content: "";
  background-size: cover;
  left: auto;
  right: 0;
}
.kasai2404-section2:nth-of-type(even) h2 {
  margin: 0 0 0 auto;
  padding-left: 74px;
}
.kasai2404-section2:nth-of-type(even) h2::before {
  content: "";
  position: absolute;
  width: 65px;
  height: 70px;
  background-size: cover;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.kasai2404-section2:nth-of-type(even) .kasai2404-section2__innerContainer {
  margin: 0 0 0 auto;
}
.kasai2404-message__subtitle {
  width: 357px;
}
.kasai2404-message__text {
  margin-top: 41px;
  font-size: 22px;
  letter-spacing: 0.06em;
  line-height: 2.2;
  font-weight: 600;
}
.kasai2404-message__text:not(:first-of-type) {
  margin-top: 20px;
}
.kasai2404-message__text--largeMt {
  margin-top: 60px !important;
}
.kasai2404-voice__balloonWrapper {
  margin-top: 50px;
}
.kasai2404-voice__balloonWrapper:not(:first-of-type) {
  margin-top: 30px;
}
.kasai2404-voice__balloon {
  position: relative;
  padding: 20px 20px 20px 132px;
  background-color: #d8e7e4;
  border-radius: 30px;
}
.kasai2404-voice__balloon::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 50px;
  background-image: url("/library/kyousai/kasai/lp/202404/renew/top/image/decoration_voice01.png");
  background-size: cover;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
.kasai2404-voice__balloonText {
  font-size: 18px;
  color: #266264;
  line-height: 1.8;
  font-weight: 500;
}
.kasai2404-voice__info {
  margin-top: 21px;
  font-size: 18px;
  color: #266264;
  text-align: right;
}
.kasai2404-promise {
  position: relative;
}
.kasai2404-promise__circle {
  position: absolute;
  display: block;
  width: 1150px;
  height: 1150px;
  top: 183px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  text-align: center;
}
.kasai2404-promise.kasai2404-section {
  margin-top: 30px;
}
.kasai2404-promise__title {
  position: relative;
  display: inline-block;
  min-width: 225px;
  padding: 10px 15px;
  color: #330000;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.06em;
  background-color: #eadfca;
}
.kasai2404-promise__title::before {
  content: "";
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  top: 50%;
  left: -55px;
  transform: translateY(-50%);
}
.kasai2404-promise__promise {
  padding-left: 103px;
  margin-top: 57px;
}
.kasai2404-promise__promise:not(:first-of-type) {
  margin-top: 45px;
}
.kasai2404-promise__promise:nth-of-type(1) .kasai2404-promise__title::before {
  width: 33px;
  height: 60px;
  background-image: url("/library/kyousai/kasai/lp/202404/renew/top/image/decoration_promise01.svg");
}
.kasai2404-promise__promise:nth-of-type(2) .kasai2404-promise__title::before {
  width: 40px;
  height: 60px;
  background-image: url("/library/kyousai/kasai/lp/202404/renew/top/image/decoration_promise02.svg");
}
.kasai2404-promise__promise:nth-of-type(3) .kasai2404-promise__title::before {
  width: 37.5px;
  height: 60px;
  background-image: url("/library/kyousai/kasai/lp/202404/renew/top/image/decoration_promise03.svg");
}
.kasai2404-promise__promise--grey.kasai2404-promise__promise {
  margin-top: 27px;
  text-align: center;
  padding-left: 0;
}
.kasai2404-promise__promise--grey .kasai2404-promise__title {
  background-color: #efefef;
}
.kasai2404-promise__promise--grey .kasai2404-promise__text {
  margin-top: 25px;
  text-align: center;
}
.kasai2404-promise__text {
  margin-top: 25px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.8;
  color: #330000;
  font-weight: 500;
}
.kasai2404-promise__measure {
  margin-top: 15px !important;
}
.kasai2404-promise__measure > li {
  position: relative;
  font-size: 18px;
  padding-left: 10px;
  color: #68584a;
}
.kasai2404-promise__measure > li::before {
  content: "・";
  position: absolute;
  color: #68584a;
  top: 0;
  left: -4px;
  font-size: 15px;
}
.kasai2404-promise__measure > li:not(:first-child) {
  margin-top: 15px;
}
.kasai2404-promise__measure > li > a {
  display: inline-block;
  margin-right: 10px;
  color: #68584a;
  border-bottom: 1px solid #68584a;
}
.kasai2404-promise__measure > li > a:hover {
  color: #68584a;
}
.kasai2404-promise__measure > li > a:first-of-type {
  margin: 0 10px;
}
.kasai2404-anchorArea {
  margin-top: 20px;
}
.kasai2404-anchorArea__title {
  font-size: 50px;
  font-weight: 600;
  color: #eadfca;
  text-align: center;
}
.kasai2404-anchorArea__anchor {
  display: flex;
  justify-content: space-between;
  width: 1010px;
  margin: 30px auto 0 auto !important;
}
.kasai2404-anchorArea__anchor > li {
  position: relative;
  border-bottom: 1px solid #330000;
}
.kasai2404-anchorArea__anchor > li::before {
  content: "∨";
  font-size: 18px;
  opacity: 1 !important;
  position: absolute;
  background-image: url("");
  background-size: cover;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
}
.kasai2404-anchorArea__anchor > li > a {
  font-size: 18px;
  font-weight: 500;
  color: #330000;
}
.kasai2404-ctaArea {
  margin-top: 120px;
}
.kasai2404-ctaArea__title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.kasai2404-ctaArea__title figure {
  width: 492px;
}
.kasai2404-ctaArea__title p {
  font-size: 40px;
  font-weight: 700;
}
.kasai2404-ctaArea__text {
  margin-top: 47px;
  font-size: 22px;
  color: #330000;
  font-weight: 600;
  line-height: 2.2;
  text-align: center;
}
.kasai2404-ctaArea__linkButton {
  display: flex;
  width: 754px;
  margin: 50px auto 0 auto;
  justify-content: space-between;
}
.kasai2404-ctaArea__linkButton a {
  position: relative;
  display: flex;
  width: 365px;
  min-height: 105px;
  padding: 17.5px 35px;
  color: #fff;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
  font-size: 22px;
  font-weight: 700;
  background-color: #009944;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.3s ease-in-out;
}
.kasai2404-ctaArea__linkButton a::after {
  content: "";
  width: 17px;
  height: 28px;
  position: absolute;
  background-image: url("/library/kyousai/kasai/lp/202404/renew/top/image/icon_arrow_white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  stroke: #ffffff;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  border-radius: 1px;
}
.kasai2404-ctaArea__linkButton a:hover {
  background-color: #4cb77c;
  opacity: 1;
  color: #fff;
}
.kasai2404-ctaArea__linkButton a:nth-of-type(2) {
  background-color: #82bc00;
}
.kasai2404-ctaArea__linkButton a:nth-of-type(2):hover {
  background-color: #a7d04c;
}
.kasai2404-ctaArea__decoration {
  width: 85%;
  margin: 60px auto 0 auto;
}

.kasai2404-mv > figure:nth-of-type(1) {
  transform: translateX(-40vw);
  animation: 1.5s cubic-bezier(0.2, 0.2, 0.1, 0.2) forwards alternate;
  animation-name: roll01;
}
.kasai2404-mv > figure:nth-of-type(2) {
  transform: translateX(40vw);
  animation: 1.5s cubic-bezier(0.2, 0.2, 0.1, 0.2) forwards alternate;
  animation-name: roll02;
}
@keyframes roll01 {
  from {
    transform: translateX(-40vw) rotate(80deg);
  }
  to {
    transform: translateX(0vw) rotate(360deg);
  }
}
@keyframes roll02 {
  from {
    transform: translateX(40vw) rotate(-80deg);
  }
  to {
    transform: translateX(0vw) rotate(-360deg);
  }
}
.kasai2404 .js-fadeUp {
  opacity: 0;
}
.kasai2404 .js-fadeUp.visible {
  animation: fadeIn 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
}
.kasai2404 .js-zoomIn {
  opacity: 0;
}
.kasai2404 .js-zoomIn.visible {
  animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0.5s;
}
.kasai2404 .circle-animation {
  opacity: 0;
}
.kasai2404 .circle-animation.visible {
  opacity: 1;
  stroke-dasharray: 3448.45; /* 円の周長に合わせて調整 */
  stroke-dashoffset: 3448.45;
  animation: dash 4s linear forwards;
  transform: rotate(-90deg);
  transform-origin: center;
}
.kasai2404 .js-slideIn {
  opacity: 0;
}
.kasai2404 .js-slideIn--right.visible {
  animation: slideInRight 1s 1 forwards;
}
.kasai2404 .js-slideIn--left.visible {
  animation: slideInLeft 1s 1 forwards;
}
@keyframes fadeIn {
  0% {
    transform: translate3d(0, 80px, 0);
    opacity: 0;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes dash {
  from {
    stroke-dashoffset: -3008;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

