/* 共通パーツファイル */

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

.body {
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

/* フォントサイズ */
.fs-small {
  font-size: 0.875em;
}

/* h2パーツ */

.h2__ttl-logo {
  display: flex;
  justify-content: center;
}

.h2__ttl-img {
  width: auto;
  height: 82px;
  opacity: 0;
}

.h2__ttl {
  font-size: 50px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.018em;
  text-align: center;
  color: #1b1464;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 1000px) {
  .h2__ttl {
    font-size: 38px;
  }
}

@media screen and (max-width: 768px) {
  .h2__ttl-img {
    height: 12vw;
  }
}

@media screen and (max-width: 420px) {
  .h2__ttl {
    font-size: 31px;
    line-height: 1.5;
  }

  .h2__ttl_nowrap {
    white-space: nowrap;
  }
}

/* ctaセクション */

.cta {
  margin-top: 74px;
}

.cta__inner {
  max-width: 1298px;
  margin: 0 auto;
  padding: 0 20px;
}

.cta__box {
  width: 100%;
  padding-bottom: 26.7%;
  background-image: url(../images/cta/cta-back.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}

.cta__box-inner {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.cta__flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 59.3%;
  margin: 0 auto;
  margin-top: 31px;
}

.cta__ttl-sub {
  font-size: 16px;
  line-height: 1.62;
  text-align: center;
}

.cta-ttl {
  font-size: 30px;
  line-height: 1.22;
  letter-spacing: 0.13em;
  color: #666666;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 800;
  margin-top: 16px;
}

.cta__column {
  width: calc((100% - 3.3%) / 2);
  margin-right: 3.3%;
  display: flex;
  align-items: flex-start;
}

.cta__column:last-of-type {
  margin-right: 0%;
}

.cta__col-tel-icon {
  width: 16.2%;
  height: auto;
}

.cta__col-tel-link {
  font-size: 40.8px;
  line-height: 1;
  color: #666666;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.cta__col-tel-sub-content {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.9;
  font-feature-settings: "palt";
  white-space: nowrap;
}

.cta__btn {
  width: 100%;
  padding-bottom: 30.5%;
  background-image: url(../images/cta/cta-mail-back.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}

.cta__btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.cta__btn-mail-icon {
  width: 26.4%;
  height: auto;
  margin-left: -7%;
  position: relative;
  z-index: 100;
}

.cta__btn-link::before {
  content: "";
  display: inline-block;
  background-image: url(../images/topview/top-flower001-flower.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20.4%;
  height: 100px;
  position: absolute;
  top: -32%;
  left: 9.5%;
  transform: rotate(-12deg) translate(0px, 10px);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}

.cta__btn-link:hover::before {
  transform: rotate(-12deg) translate(0px, 0px);
  opacity: 1;
}

.cta__btn-content {
  font-size: 26px;
  line-height: 1.4;
}

/* イラスト */
@keyframes boundVer2 {
  0% {
    transform: translateY(-50%);
  }
  75% {
    transform: translateY(-50%);
  }
  82.5% {
    transform: translateY(-62.5%);
  }
  100% {
    transform: translateY(-50%);
  }
}

.cta__illust001 {
  width: 15.2%;
  height: auto;
  position: absolute;
  top: 55%;
  left: 6.6%;
  transform: translateY(-50%);
  -webkit-animation-name: boundVer2;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: infinite;
  animation-name: boundVer2;
  animation-duration: 2s;
  animation-timing-function: ease-in;
  animation-iteration-count: infinite;
}

.cta__illust002 {
  width: 13.3%;
  height: auto;
  position: absolute;
  top: 62%;
  right: 5.7%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1296px) {
  .cta__ttl-sub {
    /* font-size: 16px; */
    font-size: 1.24vw;
  }

  .cta-ttl {
    /* font-size: 30px; */
    font-size: 2.3vw;
    margin-top: 1.2vw;
  }

  .cta__flex {
    /* margin-top: 31px; */
    margin-top: 2.5vw;
  }

  .cta__col-tel-link {
    /* font-size: 40.8px; */
    font-size: 3.1vw;
  }

  .cta__col-tel-sub-content {
    /* font-size: 17px; */
    font-size: 1.3vw;
  }

  .cta__btn-content {
    /* font-size: 26px; */
    font-size: 2vw;
  }
}

@media screen and (max-width: 768px) {
  .cta {
    margin-top: 26px;
  }

  .cta__box {
    padding-bottom: 84.7%;
    background-image: url(../images/cta/cta-back-sp.jpg);
    background-size: contain;
  }

  .cta__ttl-sub {
    /* font-size: 2.2vw; */
    font-size: 0.7rem;
    line-height: 1.8;
  }

  .cta-ttl {
    font-size: 4.5vw;
    line-height: 1.5;
  }

  .cta__column {
    width: 100%;
    justify-content: center;
  }

  .cta__column:last-of-type {
    margin-top: 1.3vw;
  }

  .cta__col-tel-link {
    font-size: 5.4vw;
  }

  .cta__col-tel-sub-content {
    font-size: 2.3vw;
  }

  .cta__btn-content {
    font-size: 4.2vw;
  }

  .cta__illust001 {
    width: 14.2%;
    height: auto;
    top: 59%;
    left: 6.6%;
  }

  .cta__illust002 {
    width: 12.3%;
    height: auto;
    top: 63%;
    right: 7.7%;
  }
}

/* brシリーズ */
.br768on {
  display: none;
}

.br600on {
  display: none;
}

.br550on {
  display: none;
}

.br530on {
  display: none;
}

@media screen and (max-width: 768px) {
  .body .br768on {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .body .br600on {
    display: block;
  }

  .br600off {
    display: none;
  }
}

@media screen and (max-width: 550px) {
  .body .br550on {
    display: block;
  }
}

@media screen and (max-width: 530px) {
  .body .br530on {
    display: block;
  }
}

.fs-24 {
  font-size: 24px;
}

/* 20250702追記 */
strong {
  font-weight: 700;
}
