@charset "utf-8";

/******
フォント

Kinuta MaruMaruGothic BLr StdN R
font-family: "maru-maru-gothic-blr-stdn", sans-serif;
font-weight: 400;
font-style: normal;

Zen Maru Gothic Medium
font-family: "zen-maru-gothic", sans-serif;
font-weight: 500;
font-style: normal;

AB-babywalk Regular
font-family: "ab-babywalk", sans-serif;
font-weight: 400;
font-style: normal;

*******/

body {
  color: #323232;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

.img {
  width: 100%;
  height: auto;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.hover--opacity {
  transition: opacity 0.3s;
}
.hover--opacity:hover {
  opacity: 0.7;
}

.inner-1440 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.inner-1280 {
  width: 92%;
  max-width: 1280px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  position: relative;
  z-index: 50;
}
.inner-1200 {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}
.inner-1040 {
  width: 92%;
  max-width: 1040px;
  margin: 0 auto;
}
.inner-745 {
  width: 92%;
  max-width: 745px;
  margin: 0 auto;
}

a.sptel {
  cursor: default;
  pointer-events: none;
}

.ilblk {
  display: inline-block;
}
.sec {
  padding: 80px 0;
  position: relative;
  /* z-index: -1;  */
}
.sec__parts {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sec__partsBase {
  width: 92%;
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.sec__inner {
  padding: clamp(35px, 6.944vw, 100px) clamp(25px, 6.944vw, 100px);
}
.sec__ttlBox {
  margin-bottom: clamp(14px, 3.819vw, 55px);
}
.sec__jpTtl {
  /* margin-bottom: 13px; */
  font-size: clamp(15px, 1.18vw, 17px);
  font-weight: 500;
  line-height: 1.29;
  letter-spacing: 0.2em;
  text-align: center;
}
.sec__enTtl {
  font-size: clamp(35px, 3.125vw, 45px);
  font-family: "ab-babywalk", sans-serif;
  font-weight: 400;
  text-align: center;
}
.sec__txt {
  font-size: clamp(14px, 1.25vw, 18px);
  line-height: 1.75;
}
.sec__txt.indent {
  text-indent: 1em;
}
/* .sec__txt:last-child {
  margin-bottom: 0;
} */
@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1350px) {
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 980px) {
}

@media screen and (max-width: 700px) {
  a.sptel {
    cursor: pointer;
    pointer-events: auto;
  }
}

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

  .sp {
    display: block;
  }
  .sec__enTtl {
    font-size: 27px;
  }
  .sec__jpTtl {
    font-size: 12px;
  }
  .sec__parts {
    display: none;
  }
  .sec__inner {
    padding: 50px 15px;
  }
  .sec__ttlBox {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 500px) {
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 375px) {
}
