@charset "UTF-8";
/* ----------------------- */
/* mixin
/* ----------------------- */
/* ----------------------- */
/* 動き
/* ----------------------- */
@-webkit-keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  100%,
  30% {
    opacity: 1;
  }
}

@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  100%,
  30% {
    opacity: 1;
  }
}

/* ----------------------- */
/* Bootstrapカスタマイズ
/* ----------------------- */
.h1,
.h2,
.h3,
.h4 {
  margin-bottom: 0;
  line-height: 1.5;
}

.lead {
  font-size: 16px;
}

dt {
  font-weight: normal;
}

/* ----------------------- */
/* base
/* ----------------------- */
a {
  color: #2D2D2D;
}

a:hover {
  color: #2D2D2D;
  text-decoration: none;
}

.chatbot.active {
  display: none !important;
}

* {
  font-family: YuGothic, "Yu Gothic", sans-serif;
  line-height: 1.5;
  color: #2D2D2D;
}

.img img {
  width: 100%;
}

img {
  vertical-align: bottom;
}

.inner {
  width: 85.9375%;
  margin: auto;
  max-width: 1100px;
}

@media (max-width: 992px) {
  .inner {
    width: 90%;
  }
}

.inner.inner_l {
  max-width: 1280px;
}

.text {
  font-size: 16px;
  line-height: 2;
}

@media (max-width: 992px) {
  .text {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .text {
    font-size: 13px;
  }
}

strong {
  font-weight: normal;
}

.center {
  text-align: center;
}

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

.auto {
  margin: auto;
}

.line .line {
  display: inline-block;
  color: inherit;
  letter-spacing: inherit;
  font-family: inherit;
  font-weight: inherit;
}

@media (max-width: 576px) {
  .smInner {
    padding: 0 20px;
  }
}

.white {
  color: #fff;
}

.br {
  display: none;
}

@media (max-width: 420px) {
  .br {
    display: inline;
  }
}

/* ----------------------- */
/* 余白
/* ----------------------- */
.common-pad {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media (max-width: 992px) {
  .common-pad {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 768px) {
  .common-pad {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 576px) {
  .common-pad {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.pad-bottom {
  padding-bottom: 120px;
}

@media (max-width: 992px) {
  .pad-bottom {
    padding-bottom: 100px;
  }
}

@media (max-width: 768px) {
  .pad-bottom {
    padding-bottom: 80px;
  }
}

@media (max-width: 576px) {
  .pad-bottom {
    padding-bottom: 60px;
  }
}

.pad-top {
  padding-top: 120px;
}

@media (max-width: 992px) {
  .pad-top {
    padding-top: 100px;
  }
}

@media (max-width: 768px) {
  .pad-top {
    padding-top: 80px;
  }
}

@media (max-width: 576px) {
  .pad-top {
    padding-top: 60px;
  }
}

.m-bottom {
  margin-bottom: 120px;
}

@media (max-width: 992px) {
  .m-bottom {
    margin-bottom: 100px;
  }
}

@media (max-width: 768px) {
  .m-bottom {
    margin-bottom: 80px;
  }
}

@media (max-width: 576px) {
  .m-bottom {
    margin-bottom: 60px;
  }
}

.m-top {
  margin-top: 120px;
}

@media (max-width: 992px) {
  .m-top {
    margin-top: 100px;
  }
}

@media (max-width: 768px) {
  .m-top {
    margin-top: 80px;
  }
}

@media (max-width: 576px) {
  .m-top {
    margin-top: 60px;
  }
}

.bg-pad {
  padding: 100px 0;
}

@media (max-width: 768px) {
  .bg-pad {
    padding: 80px 0;
  }
}

@media (max-width: 576px) {
  .bg-pad {
    padding: 60px 0;
  }
}

.inner-pad {
  padding: 70px 0;
}

@media (max-width: 576px) {
  .inner-pad {
    padding: 50px 0;
  }
}

.link-pad {
  padding-top: 90px;
}

@media (max-width: 768px) {
  .link-pad {
    padding-top: 70px;
  }
}

@media (max-width: 576px) {
  .link-pad {
    padding-top: 60px;
  }
}

/* ----------------------- */
/* ボタン
/* ----------------------- */
.btn-icon_mail {
  position: relative;
  padding-left: 32px;
  transition: .4s;
}

.btn-icon_mail::after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 18px;
  background-image: url(https://heartbeat-2010.co.jp/system_panel/uploads/images/mail.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cotain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  transition: .4s;
}

.btn-icon_mail::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 18px;
  background-image: url(https://heartbeat-2010.co.jp/system_panel/uploads/images/mail_sub-c.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cotain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  opacity: 0;
  transition: .4s;
}

.btn-icon_tel {
  position: relative;
  padding-left: 32px;
}

.btn-icon_tel::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 25px;
  background-image: url(https://heartbeat-2010.co.jp/system_panel/uploads/images/tel.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cotain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.btn-frame {
  border-radius: 40px;
  box-shadow: 0px 0px 20px rgba(69, 100, 140, 0.15);
}

.btn-frame:hover {
  box-shadow: 0px 0px 20px rgba(69, 100, 140, 0.2);
}

.l-btn_right {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .l-btn_right {
    justify-content: center;
  }
}

.l-btn_center {
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .l-btn_center {
    justify-content: center;
  }
}

.l-btn_left {
  display: flex;
  justify-content: flex-start;
}

@media (max-width: 768px) {
  .l-btn_left {
    justify-content: center;
  }
}

.common-btn {
  margin-top: 40px;
  display: inline-block;
  width: 100%;
  height: 55px;
  max-width: 220px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #87C7EF;
  box-shadow: 0px 0px 20px rgba(69, 100, 140, 0.15);
  transition: .4s;
}

.common-btn p {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  letter-spacing: 0.06em;
  transition: .4s;
}

.common-btn:hover {
  background: #fff;
  box-shadow: 0px 0px 20px rgba(69, 100, 140, 0.2);
  transition: .6s;
}

.common-btn:hover p {
  color: #4AA3D7;
  transition: .6s;
}

/* ----------------------- */
/* 共通パーツ
/* ----------------------- */
.l-sub-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 240px;
}

@media (max-width: 768px) {
  .l-sub-hero {
    height: 200px;
  }
}

.l-sub-hero .l-sub-h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.l-sub-hero .l-sub-h1 .img {
  width: 170px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .l-sub-hero .l-sub-h1 .img {
    width: 140px;
  }
}

.l-sub-hero .l-sub-h1 .img img {
  width: 100%;
}

.l-sub-hero .l-sub-h1 .sub-h1 {
  font-size: 26px;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  font-weight: 500;
  letter-spacing: 0.04em;
}

@media (max-width: 768px) {
  .l-sub-hero .l-sub-h1 .sub-h1 {
    font-size: 20px;
  }
}

.bg-text {
  font-size: 13.125vw;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.04em;
  color: #F5F7F7;
  position: absolute;
  z-index: -1;
  width: 62.96875%;
}

.bg-text img {
  width: 100%;
}

.img_frame {
  width: 51%;
}

@media (max-width: 768px) {
  .img_frame {
    width: auto;
  }
}

.img_frame img {
  width: 100%;
  height: 368px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 992px) {
  .img_frame img {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .img_frame img {
    height: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }
}

.common-wrap1 {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .common-wrap1 {
    flex-direction: column-reverse;
  }
}

.common-wrap1 .content {
  width: 40.63636%;
}

@media (max-width: 768px) {
  .common-wrap1 .content {
    width: auto;
    margin-bottom: 40px;
  }
}

.common-wrap1_reverse {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .common-wrap1_reverse {
    flex-direction: column;
  }
  .common-wrap1_reverse .img_frame {
    margin-bottom: 40px;
  }
}

.common-wrap1_reverse .content {
  width: 40.63636%;
}

@media (max-width: 768px) {
  .common-wrap1_reverse .content {
    width: auto;
  }
}

.l-area {
  background: #F5F7F7;
  border-radius: 20px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
  margin-top: 80px;
}

@media (max-width: 768px) {
  .l-area {
    margin-top: 40px;
  }
}

.l-area .inner {
  width: 71.42857%;
  margin: auto;
}

@media (max-width: 768px) {
  .l-area .inner {
    width: 80%;
  }
}

@media (max-width: 576px) {
  .l-area .inner {
    width: 92%;
  }
}

.l-area .inner .content .item:not(:last-child) {
  margin-bottom: 40px;
}

.l-area .inner .content .item .l-tit {
  margin-bottom: 30px;
}

@media (max-width: 576px) {
  .l-area .inner .content .item .l-tit {
    margin-bottom: 20px;
  }
}

.l-area .inner .content .item .l-tit p {
  display: inline;
  font-weight: bold;
}

@media (max-width: 576px) {
  .l-area .inner .content .item .l-tit p {
    font-size: 13px;
  }
}

.l-area .inner .content .item .l-tit p.icon {
  color: #CCA75A;
}

.common-ul .li:not(:last-child) {
  margin-bottom: 80px;
}

@media (max-width: 576px) {
  .common-ul .li:not(:last-child) {
    margin-bottom: 40px;
  }
}

.common-ul .li .l-common-wrap2 {
  position: relative;
  padding-bottom: 60px;
}

.common-ul .li .l-common-wrap2::before {
  content: "";
  width: 100%;
  height: 333px;
  background: #F5F7F7;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 768px) {
  .common-ul .li .l-common-wrap2::before {
    height: 280px;
  }
}

.common-ul .li .l-common-wrap2 .common-wrap2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .common-ul .li .l-common-wrap2 .common-wrap2 {
    flex-direction: column-reverse;
  }
}

.common-ul .li .l-common-wrap2 .common-wrap2 .l-content {
  width: 42.72727%;
}

@media (max-width: 768px) {
  .common-ul .li .l-common-wrap2 .common-wrap2 .l-content {
    width: auto;
    margin-top: 40px;
  }
}

.common-ul .li .l-common-wrap2 .common-wrap2 .l-content .l-h3 {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

@media (max-width: 576px) {
  .common-ul .li .l-common-wrap2 .common-wrap2 .l-content .l-h3 {
    margin-bottom: 30px;
  }
}

.common-ul .li .l-common-wrap2 .common-wrap2 .l-content .l-h3 .l-count {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 20px;
}

@media (max-width: 992px) {
  .common-ul .li .l-common-wrap2 .common-wrap2 .l-content .l-h3 .l-count {
    margin-right: 15px;
  }
}

.common-ul .li .l-common-wrap2 .common-wrap2 .l-content .l-h3 .l-count .number {
  font-size: 84px;
  font-family: "Poppins", sans-serif;
  color: #4AA3D7;
  line-height: 1;
}

@media (max-width: 992px) {
  .common-ul .li .l-common-wrap2 .common-wrap2 .l-content .l-h3 .l-count .number {
    font-size: 60px;
  }
}

.common-ul .li .l-common-wrap2 .common-wrap2 .l-content .l-h3 .l-count .tit {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  color: #4AA3D7;
  letter-spacing: 0.05em;
  line-height: 1;
}

@media (max-width: 992px) {
  .common-ul .li .l-common-wrap2 .common-wrap2 .l-content .l-h3 .l-count .tit {
    font-size: 13px;
  }
}

.common-ul .li .l-common-wrap2 .common-wrap2 .l-content .l-h3 .h3 {
  font-size: 24px;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  font-weight: 500;
  white-space: nowrap;
}

@media (max-width: 992px) {
  .common-ul .li .l-common-wrap2 .common-wrap2 .l-content .l-h3 .h3 {
    font-size: 18px;
  }
}

@media (max-width: 420px) {
  .common-ul .li .l-common-wrap2 .common-wrap2 .l-content .l-h3 .h3 {
    font-size: 15px;
  }
}

.common-ul .li .l-common-wrap2 .common-wrap2 .l-content .content {
  padding: 40px 12.76596%;
  box-shadow: 0 0 20px rgba(69, 100, 140, 0.15);
  border-radius: 20px;
  background: #fff;
}

.common-ul .li .l-common-wrap2.l-common-wrap2_2 .common-wrap2 {
  flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .common-ul .li .l-common-wrap2.l-common-wrap2_2 .common-wrap2 {
    flex-direction: column-reverse;
  }
}

/* ----------------------- */
/* タイトル
/* ----------------------- */
.l-h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}

@media (max-width: 576px) {
  .l-h2 {
    margin-bottom: 25px;
  }
}

.l-h2 .h2 {
  font-size: 32px;
  font-weight: normal;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
}

@media (max-width: 992px) {
  .l-h2 .h2 {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .l-h2 .h2 {
    font-size: 22px;
  }
}

.l-h2 p {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  line-height: 2;
  color: #CCA75A;
}

@media (max-width: 992px) {
  .l-h2 p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .l-h2 p {
    font-size: 12px;
  }
}

.sub-h2 {
  font-size: 24px;
  font-weight: bold;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  letter-spacing: 0.04em;
  text-align: center;
  position: relative;
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .sub-h2 {
    font-size: 18px;
    margin-bottom: 60px;
  }
}

.sub-h2::before {
  content: "";
  width: 60px;
  height: 2px;
  background: #4AA3D7;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -16px;
}

.sub-h3 {
  padding: 2px 20px;
  border-left: 2px solid #4AA3D7;
  font-size: 24px;
  font-weight: 600;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  margin-bottom: 60px;
}

@media (max-width: 992px) {
  .sub-h3 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .sub-h3 {
    font-size: 18px;
    margin-bottom: 40px;
  }
}

.sub-tit {
  font-size: 24px;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  text-align: center;
  color: #CCA75A;
  margin-bottom: 60px;
}

@media (max-width: 992px) {
  .sub-tit {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .sub-tit {
    font-size: 18px;
    margin-bottom: 40px;
  }
}

/* ----------------------- */
/* ギャラリー
/* ----------------------- */
.l-gallery .inner .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1%;
}

@media (max-width: 576px) {
  .l-gallery .inner .top {
    flex-direction: column;
    margin-bottom: 0;
  }
}

.l-gallery .inner .top .img {
  width: 32.5%;
}

@media (max-width: 576px) {
  .l-gallery .inner .top .img.sp-none {
    display: none;
  }
}

@media (max-width: 576px) {
  .l-gallery .inner .top .img {
    width: auto;
    margin-bottom: 20px;
  }
}

.l-gallery .inner .top .img img {
  width: 100%;
}

.l-gallery .inner .bottom {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 576px) {
  .l-gallery .inner .bottom {
    flex-direction: column;
  }
}

.l-gallery .inner .bottom .img {
  width: 49.41667%;
}

@media (max-width: 576px) {
  .l-gallery .inner .bottom .img.sp-none {
    display: none;
  }
}

@media (max-width: 576px) {
  .l-gallery .inner .bottom .img {
    width: auto;
  }
  .l-gallery .inner .bottom .img:first-child {
    margin-bottom: 20px;
  }
}

.l-gallery .inner .bottom .img img {
  width: 100%;
}

.pdf_box{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.2rem;
  padding-top: 54px;
}
.pdf-link{
  border-radius: 20px;
  background: #4AA3D7;
  padding: 8px 16px;
  min-width: 200px;
  display: flex;
  justify-content: center;
}@media (max-width: 768px) {
  .pdf_box{
    flex-direction: column;
  }
}
.pdf-text p{
  color: #fff;
}

/*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
baseここまで
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★

★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★

★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★

★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★

★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
