@charset "UTF-8";

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
  scroll-behavior: smooth;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", sans-serif, sans-serif;
}



@-webkit-keyframes navLinkFade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes navLinkFade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.html {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

.body {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.header {
  z-index: 30;
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  background-image: url("../img_kz/header__bg__3@2x.png");
  background-repeat: round;
}

.header__logo {
  width: 23%;
  height: 100%;
  margin-left: 6%;
  margin-top: 20px;
  margin-bottom: 3%;
}

@media screen and (min-width: 1024px) {
  .header__logo {
    width: 13%;
    height: 100%;
    margin-left: 5%;
    margin-top: 30px;
  }
}

@media screen and (min-width: 1440px) {
  .header__logo {
    width: 17%;
  }
}

.header__logo__img {
  width: 100%;
}

.header__yoyaku {
  position: fixed;
  margin-left: 32%;
  top: 18px;
  width: 25%;
}

@media screen and (min-width: 768px) {
  .header__yoyaku {
    margin-left: 31%;
  }
}

@media screen and (min-width: 1024px) {
  .header__yoyaku {
    margin-left: 21%;
    width: 20%;
  }
}

@media screen and (min-width: 1440px) {
  .header__yoyaku {
    margin-left: 15%;
  }
}

.header__yoyaku__img {
  width: 100%;
}

.header__sns__list {
  display: flex;
}

.header__sns__item {
  margin-left: 11%;
}

.header__sns__item__link__img {
  width: 100%;
}

.header__inner {
  display: block;
  position: absolute;
  width: 100%;
}

.header-nav__menu {
  display: flex;
  justify-content: space-around;
  margin-top: 10%;
}

@media screen and (max-width: 767px) {
  .header-nav__menu {
    position: absolute;
    right: 0;
    height: 100vh;
    top: 0;
    background-color: rgba(242, 242, 242, 0.8);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100vw;
    opacity: 0;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    margin-top: 0%;
    justify-content: center;
  }
}

.header-nav__menu__list {
  font-size: 0.875rem;
  font-family: "Zen Maru Gothic", sans-serif;
  display: flex;
}

@media screen and (max-width: 1023px) {
  .header-nav__menu__list {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 767px) {
  .header-nav__menu__list {
    font-size: 0.75rem;
    margin: 30px;
  }
}

.header-nav__menu__list__span {
  width: 1.1875rem;
  display: block;
  margin-right: 0.25rem;
}

.header-nav__menu__list__span__img {
  width: 100%;
}

.header-nav__menu__list__link {
  position: relative;

}





.header-nav__menu__list__link::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 0.09375rem;
  background: #d22365;
  bottom: -23%;
  /*アンダーラインがaタグの下端から現れる*/
  transform: scale(0, 1);
  /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
  transform-origin: left top;
  /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
  transition: transform 0.3s;
  /*変形の時間*/
}

.header-nav__menu__list__link:hover::after {
  transform: scale(1, 1);
  /*ホバー後、x軸方向に1（相対値）伸長*/
}

.header__list__bg {
  width: 100%;
  position: absolute;
  top: 86%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .header__list__bg {
    display: none;
  }
}

.header__list__bg__img {
  width: 100%;
}

.header__hum {
  cursor: pointer;
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  margin-top: 20px;
  margin-right: 20px;
}

@media screen and (min-width: 768px) {
  .header__hum {
    display: none;
  }
}

.header__hum__btn {
  width: 100%;
}

.header-nav-active {
  transform: translateX(0);
  opacity: 1;
  /* フェードインアニメーション */
}

/* humのline操作 */
.sns__list {
  display: flex;
  width: 24%;
  z-index: 1000;
  position: fixed;
  top: 0%;
  right: 0;
  margin-right: 8%;
}

@media screen and (max-width: 767px) {
  .sns__list {
    display: flex;
    flex-direction: column;
    width: 9%;
    z-index: 1000;
    position: fixed;
    top: 15%;
    right: -3%;
    margin-right: 1.6%;
  }
}

.sns__item:nth-child(1):hover {
  transform: scale(1.2, 1.2);
  /*画像の拡大*/
  cursor: pointer;
  /*カーソルをポインターにする*/
  transition-duration: 0.2s;
  /*変化の時間*/
}

.sns__item:nth-child(2):hover {
  transform: scale(1.2, 1.2);
  /*画像の拡大*/
  cursor: pointer;
  /*カーソルをポインターにする*/
  transition-duration: 0.2s;
  /*変化の時間*/
}

.sns__item:nth-child(3):hover {
  transform: scale(1.2, 1.2);
  /*画像の拡大*/
  cursor: pointer;
  /*カーソルをポインターにする*/
  transition-duration: 0.2s;
  /*変化の時間*/
}

.sns__item__link__img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .sns__item__link__img {
    display: none;
  }
}

.sns__item__link__img__sp {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .sns__item__link__img__sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sns__item__link__img__sp {
    width: 100%;
  }
}

/* main */
.main {
  overflow-x: hidden;
}

/* main-visualのスライダー */
#js__main__visual__box {
  display: none;
}

.main__visual {
  width: 80%;
  margin: 0 auto;
  position: relative;
  margin-top: 37%;
  margin-bottom: 68%;
}

@media screen and (max-width: 767px) {
  .main__visual {
    width: 100%;
    left: 0;
  }
}

.main__visual__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  user-select: none;
  /* CSS3 */
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Safari、Chromeなど */
  -ms-user-select: none;
  /* IE10かららしい */
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

@media screen and (max-width: 767px) {
  .main__visual__img {
    left: 25%;
  }
}

.main__visual__hl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20%;
}

@media screen and (max-width: 1023px) {
  .main__visual__hl {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .main__visual__hl {
    width: 35%;
  }
}

.main__visual__ashirai {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-60%, -30%);
  width: 90%;
  z-index: -10;
}

@media screen and (min-width: 768px) {
  .main__visual__ashirai {
    display: none;
  }
}

#js__main2__visual__box {
  display: none;
}

.about {
  width: 100%;
  margin-top: 8%;

}

.about__hl {
  font-size: 2.8125rem;
  color: black;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .about__hl {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .about__hl {
    font-size: 1.0625rem;
  }
}

.about__hl::before {
  content: "";
  /*何も入れない*/
  display: inline-block;
  width: 65px;
  height: 90px;
  background-image: url(/assets/img_kz/hl_ashirai.svg);
  background-size: contain;
  vertical-align: top;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .about__hl::before {
    width: 33px;
    height: 46px;
  }
}

.about__hl3 {
  font-size: 2.1875rem;
  color: black;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #d22365;
  text-align: left;
  line-height: 2em;
}

@media screen and (max-width: 767px) {
  .about__hl3 {
    text-align: center;
  }
}

@media screen and (max-width: 1023px) {
  .about__hl3 {
    font-size: 0.8125rem;
  }
}

.about__hl3::after {
  content: "";
  display: block;
  width: 80%;
  background-image: url(/assets/img_kz/hl3_ashirai.svg);
  height: 4px;
}

@media screen and (max-width: 767px) {
  .about__hl3::after {
    content: "";
    display: block;
    width: 80%;
    background-image: url(/assets/img_kz/hl3_ashirai.svg);
    height: 4px;
    align-items: center;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
  }
}

.about__text {
  font-size: 1.875rem;
  color: #d22365;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 200;
  text-align: left;
  line-height: 2em;
  margin-top: 3%;
}

@media screen and (max-width: 767px) {
  .about__text {
    font-size: 1.875rem;
    color: #d22365;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 200;
    line-height: 2em;
    margin-top: 3%;
    text-align: center;
  }
}


@media screen and (max-width: 1023px) {
  .about__text {
    font-size: 0.75rem;
  }
}

.about__hl3__wrapper {
  margin-left: 40%;
  margin-top: 5%;
}

@media screen and (max-width: 767px) {
  .about__hl3__wrapper {
    /* margin-left: 20%; */
    margin-top: 10%;
    margin-left: 0%;
  }
}

@media screen and (max-width: 767px) {
  .about__ashirai {
    width: 100%;
    margin: -14% 16% 0 auto;
    transform: none;
  }
}

@media screen and (min-width: 768px) {
  .about__ashirai {
    width: 100%;
    margin: -51% 16% 0 auto;
    transform: none;
  }
}

.about__ashirai__img {
  width: 100%;
  user-select: none;
  /* CSS3 */
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Safari、Chromeなど */
  -ms-user-select: none;
  /* IE10かららしい */
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

.nagare {
  width: 100%;
  margin-top: 8%;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .nagare {
    display: none;
  }
}

.nagare__hl {
  font-size: 2.8125rem;
  color: black;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .nagare__hl {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .nagare__hl {
    font-size: 1.0625rem;
  }
}

.nagare__hl::before {
  content: "";
  /*何も入れない*/
  display: inline-block;
  width: 88px;
  height: 88px;
  background-image: url(/assets/img_kz/h3_ashirai.svg);
  background-size: contain;
  vertical-align: top;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .nagare__hl::before {
    width: 33px;
    height: 33px;
  }
}

.nagare__container {
  display: flex;
  flex-direction: column;
}

.nagare__wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 8%;
}

.nagare__icon {
  width: 33%;
}

.nagare__icon__img {
  width: 100%;
  user-select: none;
  /* CSS3 */
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Safari、Chromeなど */
  -ms-user-select: none;
  /* IE10かららしい */
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

.nagare__hl2__wrapper {
  width: 50%;
  margin-top: 3%;
  margin-right: 10%;
}

.nagare__hl2__wrapper2 {
  position: relative;
  width: 100%;
}

.nagare__hl2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.1875rem;
  color: #d22365;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .nagare__hl2 {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .nagare__hl2 {
    font-size: 1rem;
  }
}

.nagare__hl2__ashirai {
  width: 100%;
}

.nagare__hl2__text {
  font-size: 1.3125rem;
  color: black;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-align: left;
  line-height: 1.9em;
  margin-left: 2%;
  margin-top: 2%;
}

@media screen and (max-width: 767px) {
  .nagare__hl2__text {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .nagare__hl2__text {
    font-size: 0.75rem;
  }
}

.nagare__yazirushi {
  margin-left: 14%;
  margin-top: 8%;
  width: 3%;
}

.nagare__yazirushi__img {
  width: 100%;
  user-select: none;
  /* CSS3 */
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Safari、Chromeなど */
  -ms-user-select: none;
  /* IE10かららしい */
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

.nagare__ashirai {
  width: 22%;
  position: absolute;
  top: 56%;
  right: -12%;
  transform: translate(-50%, -50%);
}

.nagare__ashirai__img {
  width: 100%;
  user-select: none;
  /* CSS3 */
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Safari、Chromeなど */
  -ms-user-select: none;
  /* IE10かららしい */
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

.nagare__span {
  font-size: 1rem;
  color: #d22365;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  text-align: center;
  margin-left: 2%;
  margin-top: 5%;
  line-height: 1.7em;
}

@media screen and (max-width: 767px) {
  .nagare__span {
    font-size: 0.6875rem;
  }
}

@media screen and (min-width: 1024px) {
  .nagare__sp {
    display: none;
  }
}

.nagare__sp__hl {
  font-size: 1.0625rem;
  color: black;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-top: 5%;
}

@media screen and (max-width: 1023px) {
  .nagare__sp__hl {
    font-size: 1.25rem;
  }
}

.nagare__sp__hl::before {
  content: "";
  /*何も入れない*/
  display: inline-block;
  width: 33px;
  height: 33px;
  background-image: url(/assets/img_kz/h3_ashirai.svg);
  background-size: contain;
  vertical-align: top;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.nagare__sp__yazirushi {
  margin: 0 auto;
  width: 3%;
  margin-top: 10%;
  margin-bottom: 10%;
}

.nagare__sp__yazirushi__img {
  width: 100%;
  user-select: none;
  /* CSS3 */
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Safari、Chromeなど */
  -ms-user-select: none;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

.nagare__sp__icon {
  margin: 0 auto;
  width: 100%;
  margin-top: 15%;
}

.nagare__sp__icon__img {
  width: 100%;
  user-select: none;
  /* CSS3 */
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Safari、Chromeなど */
  -ms-user-select: none;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

.ryoukin {
  width: 100%;
  margin-top: 8%;
}

.ryoukin__hl {
  font-size: 2.8125rem;
  color: black;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .ryoukin__hl {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .ryoukin__hl {
    font-size: 1.0625rem;
  }
}

.ryoukin__hl::before {
  content: "";
  /*何も入れない*/
  display: inline-block;
  width: 88px;
  height: 88px;
  background-image: url(/assets/img_kz/h3_ashirai.svg);
  background-size: contain;
  vertical-align: top;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1023px) {
  .ryoukin__hl::before {
    width: 33px;
    height: 33px;
  }
}

.ryoukin__hyou {
  width: 60%;
  margin: 8% auto 0;
}

@media screen and (min-width: 1024px) {
  .ryoukin__hyou__sp {
    width: 80%;
    margin: 0 auto;
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .ryoukin__hyou__sp {
    width: 80%;
    margin: 0 auto;
  }
}

.ryoukin__hyou__img {
  width: 100%;
  user-select: none;
  /* CSS3 */
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Safari、Chromeなど */
  -ms-user-select: none;
  /* IE10かららしい */
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}


@media screen and (max-width: 1023px) {
  .ryoukin__hyou__img {
    width: 100%;
    user-select: none;
    /* CSS3 */
    -moz-user-select: none;
    /* Firefox */
    -webkit-user-select: none;
    /* Safari、Chromeなど */
    -ms-user-select: none;
    /* IE10かららしい */
    user-drag: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    display: none;
  }
}



@media screen and (max-width: 1023px) {
  .ryoukin__hyou__img__sp {
    width: 100%;
    user-select: none;
    /* CSS3 */
    -moz-user-select: none;
    /* Firefox */
    -webkit-user-select: none;
    /* Safari、Chromeなど */
    -ms-user-select: none;
    /* IE10かららしい */
    user-drag: none;
    -webkit-user-drag: none;
    -moz-user-select: none;

  }
}

@media screen and (min-width: 1024px) {
  .ryoukin__hyou__img__sp {
    width: 100%;
    user-select: none;
    /* CSS3 */
    -moz-user-select: none;
    /* Firefox */
    -webkit-user-select: none;
    /* Safari、Chromeなど */
    -ms-user-select: none;
    /* IE10かららしい */
    user-drag: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    display: none;
  }
}

.ryoukin__text {
  font-size: 1.1875rem;
  color: black;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  margin-top: 1%;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .ryoukin__text {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 767px) {
  .ryoukin__text {
    font-size: 0.5625rem;
  }
}

.qa {
  width: 100%;
  margin-top: 8%;
  background-color: #f1eeea;
  padding-top: 8%;
  padding-bottom: 8%;
}

.qa__hl {
  font-size: 2.8125rem;
  color: black;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 8%;
}

@media screen and (max-width: 1023px) {
  .qa__hl {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .qa__hl {
    font-size: 1.0625rem;
  }
}

.qa__hl::before {
  content: "";
  /*何も入れない*/
  display: inline-block;
  width: 88px;
  height: 88px;
  background-image: url(/assets/img_kz/h3_ashirai.svg);
  background-size: contain;
  vertical-align: top;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1023px) {
  .qa__hl::before {
    width: 33px;
    height: 33px;
  }
}

.qa__wrapper {
  margin-top: 2%;
}

.qa__q {
  width: 75%;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .qa__q {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .qa__q {
    width: 90%;
  }
}

.qa__q__img {
  width: 100%;

}

@media screen and (max-width: 767px) {
  .qa__q__img {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .qa__q__img__sp {
    display: none;
  }
}

.qa__a {
  position: relative;
  margin: 0 auto;
  width: 75%;
}

.qa__a1 {
  position: relative;
  margin: 0 auto;
  width: 75%;
  display: none;
  transition-property: opacity;
  transition-duration: 1s;

  /* .boxの初期状態を指定 */
  opacity: 0;
  display: none;
}

.qa__a2 {
  position: relative;
  margin: 0 auto;
  width: 75%;
  transition-property: opacity;
  transition-duration: 1s;

  /* .boxの初期状態を指定 */
  opacity: 0;
  display: none;
}

.qa__a3 {
  position: relative;
  margin: 0 auto;
  width: 75%;
  transition-property: opacity;
  transition-duration: 1s;

  /* .boxの初期状態を指定 */
  opacity: 0;
  display: none;
}

.qa__a4 {
  position: relative;
  margin: 0 auto;
  width: 75%;
  transition-property: opacity;
  transition-duration: 1s;

  /* .boxの初期状態を指定 */
  opacity: 0;
  display: none;
}

.qa__a5 {
  position: relative;
  margin: 0 auto;
  width: 75%;
  transition-property: opacity;
  transition-duration: 1s;

  /* .boxの初期状態を指定 */
  opacity: 0;
  display: none;
}

.qa__a6 {
  position: relative;
  margin: 0 auto;
  width: 75%;
  transition-property: opacity;
  transition-duration: 1s;

  /* .boxの初期状態を指定 */
  opacity: 0;
  display: none;
}



.qa__a7 {
  position: relative;
  margin: 0 auto;
  width: 75%;
  transition-property: opacity;
  transition-duration: 1s;

  /* .boxの初期状態を指定 */
  opacity: 0;
  display: none;
}

.qa__a8 {
  position: relative;
  margin: 0 auto;
  width: 75%;
  transition-property: opacity;
  transition-duration: 1s;

  /* .boxの初期状態を指定 */
  opacity: 0;
  display: none;
}




.active {
  opacity: 1;
  display: block;
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeOut {
  animation-name: fadeOutAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 1;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeOutAnime {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}




@media screen and (max-width: 1023px) {
  .qa__a {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .qa__a {
    width: 90%;
  }
}

.qa__a__img {
  width: 100%;

}

@media screen and (max-width: 767px) {
  .qa__a__img {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .qa__a__img__sp {
    display: none;
  }
}

.shinkyu {
  width: 100%;
  margin-top: 8%;
}

.shinkyu__hl {
  font-size: 2.8125rem;
  color: black;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .shinkyu__hl {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .shinkyu__hl {
    font-size: 1.0625rem;
  }
}

.shinkyu__hl::before {
  content: "";
  /*何も入れない*/
  display: inline-block;
  width: 88px;
  height: 88px;
  background-image: url(/assets/img_kz/h3_ashirai.svg);
  background-size: contain;
  vertical-align: top;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1023px) {
  .shinkyu__hl::before {
    width: 33px;
    height: 33px;
  }
}

.shinkyu__text1 {
  margin-top: 6%;
  font-size: 1.3125rem;
  color: black;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 2em;
}

@media screen and (max-width: 1023px) {
  .shinkyu__text1 {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .shinkyu__text1 {
    font-size: 11px;
  }
}

.shinkyu__text2 {
  margin-top: 4%;
  font-size: 1.3125rem;
  color: black;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 2em;
}

@media screen and (max-width: 1023px) {
  .shinkyu__text2 {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .shinkyu__text2 {
    font-size: 11px;
  }
}

.shinkyu__text3 {
  margin-top: 4%;
  font-size: 1.3125rem;
  color: black;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 2em;
}

@media screen and (max-width: 1023px) {
  .shinkyu__text3 {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .shinkyu__text3 {
    font-size: 11px;
  }
}

.shinkyu__text4 {
  margin-top: 4%;
  font-size: 1.3125rem;
  color: black;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 2em;
}

@media screen and (max-width: 1023px) {
  .shinkyu__text4 {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .shinkyu__text4 {
    font-size: 11px;
  }
}

.shinkyu__text5 {
  margin-top: 4%;
  font-size: 1.3125rem;
  color: black;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 2em;
}

@media screen and (max-width: 1023px) {
  .shinkyu__text5 {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .shinkyu__text5 {
    font-size: 11px;
  }
}

.shinkyu__text6 {
  margin-top: 7%;
  font-size: 1.3125rem;
  color: black;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 2em;
}

@media screen and (max-width: 1023px) {
  .shinkyu__text6 {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .shinkyu__text6 {
    font-size: 11px;
  }
}

.shinkyu__text6::after {
  content: "";
  display: block;
  width: 60%;
  background-image: url(/assets/img_kz/anzen_ashirai.svg);
  height: 4px;
  margin: auto;
  margin-top: 7px;
}

.shinkyu__text7 {
  margin-top: 2%;
  font-size: 1.3125rem;
  color: black;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 2em;
}

@media screen and (max-width: 1023px) {
  .shinkyu__text7 {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .shinkyu__text7 {
    font-size: 11px;
  }
}

.shinkyu__text8 {
  margin-top: 1%;
  font-size: 1.3125rem;
  color: black;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 2em;
}

@media screen and (max-width: 1023px) {
  .shinkyu__text8 {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .shinkyu__text8 {
    font-size: 11px;
  }
}

.shinkyu__text9 {
  margin-top: 7%;
  font-size: 1.3125rem;
  color: black;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 2em;
}

@media screen and (max-width: 1023px) {
  .shinkyu__text9 {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .shinkyu__text9 {
    font-size: 0.75rem;
  }
}

.shinkyu__text9::after {
  content: "";
  display: block;
  width: 60%;
  background-image: url(/assets/img_kz/anzen_ashirai.svg);
  height: 4px;
  margin: auto;
  margin-top: 7px;
}

.shinkyu__text10 {
  margin-top: 1%;
  font-size: 1.3125rem;
  color: black;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 2em;
}

@media screen and (max-width: 1023px) {
  .shinkyu__text10 {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .shinkyu__text10 {
    font-size: 0.75rem;
  }
}

.shinkyu__text11 {
  margin-top: 7%;
  font-size: 1.3125rem;
  color: black;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 2em;
}

@media screen and (max-width: 1023px) {
  .shinkyu__text11 {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .shinkyu__text11 {
    font-size: 0.75rem;
  }
}

.shinkyu__text11::after {
  content: "";
  display: block;
  width: 60%;
  background-image: url(/assets/img_kz/anzen_ashirai.svg);
  height: 4px;
  margin: auto;
  margin-top: 7px;
}

.shinkyu__text12 {
  margin-top: 1%;
  font-size: 1.3125rem;
  color: black;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 2em;
}

@media screen and (max-width: 1023px) {
  .shinkyu__text12 {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .shinkyu__text12 {
    font-size: 0.75rem;
  }
}

.shinkyu__text13 {
  margin-top: 7%;
  font-size: 1.3125rem;
  color: black;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 2em;
}

@media screen and (max-width: 1023px) {
  .shinkyu__text13 {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .shinkyu__text13 {
    font-size: 0.75rem;
  }
}

.shinkyu__text14 {
  margin-top: 7%;
  font-size: 1.3125rem;
  color: black;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 2em;
}

@media screen and (max-width: 1023px) {
  .shinkyu__text14 {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .shinkyu__text14 {
    font-size: 0.75rem;
  }
}

.blog {
  width: 100%;
  margin-top: 8%;
}

.blog__hl {
  font-size: 2.8125rem;
  color: black;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .blog__hl {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .blog__hl {
    font-size: 1.0625rem;
  }
}

.blog__hl::before {
  content: "";
  /*何も入れない*/
  display: inline-block;
  width: 88px;
  height: 88px;
  background-image: url(/assets/img_kz/h3_ashirai.svg);
  background-size: contain;
  vertical-align: top;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1023px) {
  .blog__hl::before {
    width: 33px;
    height: 33px;
  }
}

.access {
  width: 100%;
  margin-top: 8%;
}

.access__hl {
  font-size: 2.8125rem;
  color: black;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .access__hl {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .access__hl {
    font-size: 1.0625rem;
  }
}

.access__hl::before {
  content: "";
  /*何も入れない*/
  display: inline-block;
  width: 88px;
  height: 88px;
  background-image: url(/assets/img_kz/h3_ashirai.svg);
  background-size: contain;
  vertical-align: top;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1023px) {
  .access__hl::before {
    width: 33px;
    height: 33px;
  }
}

#map {
  height: 560px;
  width: 70%;
  margin: 8% auto 0;
  border-radius: 108px;
}

@media screen and (max-width: 1023px) {
  #map {
    height: 340px;
    width: 90%;
    border-radius: 90px;
  }
}

@media screen and (max-width: 767px) {
  #map {
    height: 200px;
    border-radius: 70px;
    width: 90%;
  }
}

.info {
  margin-top: 5%;
}

@media screen and (max-width: 767px) {
  .info {
    margin-top: 15%;
  }
}

.info__wrapper {
  display: flex;
  margin-left: 15%;
  margin-right: 15%;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .info__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 10%;
    margin-right: 0%;
  }
}

.info__logo__wrapper {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .info__logo__wrapper {
    width: 90%;
  }
}

.info__logo {
  width: 45%;
}

@media screen and (max-width: 767px) {
  .info__logo {
    width: 80%;
  }
}

.info__logo__img {
  width: 100%;
  user-select: none;
  /* CSS3 */
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Safari、Chromeなど */
  -ms-user-select: none;
  /* IE10かららしい */
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

.info__text {
  font-size: 1.125rem;
  color: black;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-align: left;
  margin-top: 7.2%;
}

@media screen and (max-width: 1023px) {
  .info__text {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 767px) {
  .info__text {
    font-size: 0.625rem;
  }
}

.info__eigyoubi {
  width: 85%;
}

@media screen and (max-width: 767px) {
  .info__eigyoubi {
    width: 80%;
    margin-top: 7%;
  }
}

.info__eigyoubi__img {
  width: 100%;
  user-select: none;
  /* CSS3 */
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Safari、Chromeなど */
  -ms-user-select: none;
  /* IE10かららしい */
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

.info__eigyoubi__text {
  font-size: 0.75rem;
  color: black;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-align: left;
  margin-top: 5%;
  position: relative;
  padding-left: 5%;
}

@media screen and (max-width: 1023px) {
  .info__eigyoubi__text {
    font-size: 0.5625rem;
  }
}

@media screen and (max-width: 767px) {
  .info__eigyoubi__text {
    font-size: 0.5625rem;
    margin-top: 5%;
  }
}

.info__eigyoubi__text::before {
  content: "";
  /*何も入れない*/
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(/assets/img_kz/p.svg);
  background-size: contain;
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1023px) {
  .info__eigyoubi__text::before {
    width: 22px;
    height: 22px;
    left: 0%;
  }
}

@media screen and (max-width: 767px) {
  .info__eigyoubi__text::before {
    width: 20px;
    height: 20px;
    left: 0%;
  }
}

.shoukai {
  width: 100%;
  margin-top: 8%;
}

.shoukai__main {
  width: 55%;
  margin: 0 auto;
}

.shoukai__main__img {
  width: 100%;
  user-select: none;
  /* CSS3 */
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Safari、Chromeなど */
  -ms-user-select: none;
  /* IE10かららしい */
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

.shoukai__main__ashirai {
  width: 62%;
  margin-top: -80%;
  margin-left: 80%;
  z-index: -1;
  position: relative;
}

.shoukai__hl {
  font-size: 2.8125rem;
  color: black;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .shoukai__hl {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .shoukai__hl {
    font-size: 1.0625rem;
  }
}

.shoukai__hl::before {
  content: "";
  /*何も入れない*/
  display: inline-block;
  width: 88px;
  height: 88px;
  background-image: url(/assets/img_kz/shoukai_bg.svg);
  background-size: contain;
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 35%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1023px) {
  .shoukai__hl::before {
    width: 33px;
    height: 33px;
  }
}

.shoukai__text {
  margin-top: 6%;
  font-size: 1.3125rem;
  color: black;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 3em;
}

@media screen and (max-width: 1023px) {
  .shoukai__text {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 767px) {
  .shoukai__text {
    font-size: 0.6875rem;
  }
}

.kansen {
  margin-top: 8%;
}

.kansen__hl {
  font-size: 2.8125rem;
  color: black;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .kansen__hl {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .kansen__hl {
    font-size: 1.0625rem;
  }
}

.kansen__hl::before {
  content: "";
  /*何も入れない*/
  display: inline-block;
  width: 88px;
  height: 88px;
  background-image: url(/assets/img_kz/h3_ashirai.svg);
  background-size: contain;
  vertical-align: top;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1023px) {
  .kansen__hl::before {
    width: 33px;
    height: 33px;
  }
}

.kansen__main {
  margin: 0 auto;
  width: 60%;
  margin-top: 11%;
}

.kansen__main__img {
  width: 100%;
  user-select: none;
  /* CSS3 */
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Safari、Chromeなど */
  -ms-user-select: none;
  /* IE10かららしい */
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

@media screen and (max-width: 1023px) {
  .kansen__main__img {
    display: none;
  }
}

.kansen__main__img__sp {
  width: 40%;
  user-select: none;
  /* CSS3 */
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Safari、Chromeなど */
  -ms-user-select: none;
  /* IE10かららしい */
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  margin-left: 30%;
  margin-right: 30%;
  margin-top: 15%;
}

@media screen and (min-width: 1024px) {
  .kansen__main__img__sp {
    display: none;
  }
}

.footer {
  margin-top: 8%;
  position: relative;
}

.footer__bg {
  width: 100%;
}

.footer__bg__img {
  width: 100%;
  user-select: none;
  /* CSS3 */
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Safari、Chromeなど */
  -ms-user-select: none;
  /* IE10かららしい */
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

.footer__hl__wrapper {
  position: absolute;
  top: 70%;
  left: 30%;
  transform: translate(-50%, -50%);
}

.footer__hl {
  font-size: 1.5rem;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-align: center;
  position: relative;
  text-align: left;
}

@media screen and (max-width: 1023px) {
  .footer__hl {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 767px) {
  .footer__hl {
    font-size: 0.625rem;
  }
}

.footer__text {
  font-size: 0.875rem;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-align: center;
  margin-top: 3%;
  text-align: left;
}

@media screen and (max-width: 1023px) {
  .footer__text {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 767px) {
  .footer__text {
    font-size: 0.625rem;
  }
}

.footer__sns {
  display: flex;
  margin-top: 5%;
}

@media screen and (max-width: 1023px) {
  .footer__sns {
    display: none;
  }
}

.footer__sns__list {
  display: block;
  width: 15%;
  margin-right: 3%;
}

.footer__sns__list__img {
  width: 100%;
}

.footer__sns__list__img:hover {
  transform: scale(1.2, 1.2);
  /*画像の拡大*/
  cursor: pointer;
  /*カーソルをポインターにする*/
  transition-duration: 0.2s;
  /*変化の時間*/
}

/*# sourceMappingURL=style.css.map */

.br__sp {}

@media screen and (min-width: 768px) {
  .br__sp {
    display: none;
  }
}

/* @media screen and (max-width: 767px) {
  .br__tab {
    display: none;
  }
} */

.loading-5 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-5 span {
  display: inline-block;
  color: #D22365;
  font-weight: 600;
  font-size: 1.5em;
  animation: animation-loading-5 1s infinite;
}

.loading-5 span:nth-of-type(2) {
  animation-delay: .1s;
}

.loading-5 span:nth-of-type(3) {
  animation-delay: .2s;
}

.loading-5 span:nth-of-type(4) {
  animation-delay: .3s;
}

.loading-5 span:nth-of-type(5) {
  animation-delay: .4s;
}

.loading-5 span:nth-of-type(6) {
  animation-delay: .5s;
}

.loading-5 span:nth-of-type(7) {
  animation-delay: .6s;
}

.loading-5 span:nth-of-type(8) {
  animation-delay: .7s;
}

.loading-5 span:nth-of-type(9) {
  animation-delay: .8s;
}

.loading-5 span:nth-of-type(10) {
  animation-delay: .9s;
}

@keyframes animation-loading-5 {
  50% {
    transform: translateY(10px);
  }
}

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  /* 背景色の設定 */
  background-color: #ffffff;
  z-index: 9999;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.animateElement {
  -webkit-transform: translateZ(0);
  /* 動きを滑らかにするおまじないです。使いすぎ注意。 */
  display: none;
  opacity: 0:
}

.animated {
  /* アニメーションのプロパティを指定 */
  animation-name: example;
  animation-duration: 3s;
  display: block;
  opacity: 1;

}

@keyframes example {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}