@charset "UTF-8";
.home-carousel {
  margin-top: 126px;
}

@media (max-width: 576px) {
  .home-carousel {
    margin-top: 116px;
  }
}
.catch {
  width: 96%;
  max-width: 1280px;
  margin: 3.2rem auto;
  padding: 1rem 0.8rem;
  text-align: center;
  border-radius: 9px;
  /*  display: inline-block; */
  box-shadow: 0 0 0 1px rgb(45, 169, 113), 3px 3px 0 0 #fff, 3px 3px 0 3px #c5cd86;
}
.catch p {
  padding: 24px 0 18px 0;
  text-align: left;
}

@media (max-width: 576px) {
  .catch h2 {
    margin-top: 1.2rem auto 1.2rem auto;
    color: #e66e36;
    font-size: 1.4rem;
    font-weight: bold;
  }
}
.home-section {
  max-width: 1280px;
  margin: 2.4rem auto;
  width: 96%;
  padding: 12px;
}
.home-section h2 {
  font-weight: bold;
  font-size: 1.4rem;
  color: #555;
  border-bottom: solid 2px #d94b27;
  /*	padding: 6px 0 6px 0; */
  letter-spacing: 0.13em;
  margin-bottom: 12px;
}
.home-section h2:first-letter {
  font-size: 1.8rem;
  color: #d94e27;
}
.home-section h3 {
  margin: 1.3rem 0;
  font-size: 1.3rem;
  display: inline-block;
  font-weight: bold;
  border-bottom: solid 3px #d94e27;
  padding: 0 0 5px 0;
}
.home-section .home-section-contents {
  padding: 9px;
  /*-- 所在地・アクセス --*/
}
.home-section .home-section-contents p {
  margin-top: 12px;
  padding: 6px 3px;
}
.home-section .home-section-contents .address-map {
  margin-top: 18px;
}
.home-section .home-section-contents .address-map .address {
  font-size: 1rem;
  padding-bottom: 24px;
}
.home-section .home-section-contents .address-map .address dt {
  font-weight: normal;
  border-bottom: solid 1px #ad9b95;
}
.home-section .home-section-contents .address-map .address dd {
  margin-left: 12px;
  margin-top: 3px;
  margin-bottom: 9px;
}
.home-section .home-section-contents .address-map .google-map {
  text-align: center;
  max-width: 50%;
}

.section-catch {
  width: 100%;
  text-align: center;
}
.section-catch strong {
  margin: 1.6rem auto 0rem auto;
  color: #e66e36;
  font-size: 1.7rem;
  font-weight: bold;
  position: relative;
  display: inline-table;
  padding: 0 12px;
}
.section-catch strong:before, .section-catch strong:after {
  content: "";
  position: absolute;
  top: 60%;
  display: inline-block;
  width: 22px;
  height: 2px;
  background-color: #e6cb67;
}
.section-catch strong:before {
  left: -0.8rem;
  transform: rotate(60deg);
}
.section-catch strong:after {
  right: -0.8rem;
  transform: rotate(-60deg);
}

@media (max-width: 576px) {
  .section-catch strong {
    font-size: 1.2rem;
  }
}
@media (max-width: 576px) {
  .section-mobile-space {
    height: 8rem;
  }
}
/*-- bxSlider Ticker --*/
/*-- trial --*/
.flex-card-3 {
  width: 31%;
  padding: 1rem 0 1.2rem 0;
  display: flex; /* 高さを揃える:子要素に追加*/
  flex-direction: column; /* 高さを揃える:子要素に追加*/
  /* FCF3B8 */
}
.flex-card-3 .trial-title {
  border-radius: 8px 8px 3px 3px;
  background-color: #E1FF8C;
  /*  background-image:
      radial-gradient(#fff 24%, transparent 12%),
      radial-gradient(#fff 24%, transparent 12%);
    background-size: 24px 24px;
    background-position: 0 0, 12px 12px;
  */
  border-left: 1px solid #7FA700;
  border-right: 1px solid #7FA700;
  border-top: 1px solid #7FA700;
  padding: 0.5rem 0;
}
.flex-card-3 .trial-image {
  width: 100%;
  display: block;
}
.flex-card-3 .trial-text {
  padding: 1rem;
  text-align: left;
  border-left: 1px solid #7FA700;
  border-right: 1px solid #7FA700;
  border-bottom: 1px solid #7FA700;
  flex-grow: 1; /* 高さを揃える*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.2rem;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.6rem 0.9rem;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap {
  margin: 4rem auto 3rem auto;
}

a.btn-c {
  font-size: 1.1rem;
  position: relative;
  padding: 0.25rem 1rem 0.25rem 1.5rem;
  color: #fff;
  background: #e94919;
  box-shadow: 0 5px 0 #d44114;
}

a.btn-c span {
  font-size: 1rem;
  position: absolute;
  top: -1.25rem;
  left: calc(50% - 120px);
  display: block;
  width: 240px;
  padding: 0.2rem 0;
  color: #d44114;
  border: 2px solid #d44114;
  border-radius: 100vh;
  background: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-c span:before,
a.btn-c span:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}

a.btn-c span:before {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #d44114 transparent transparent transparent;
}

a.btn-c span:after {
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

a.btn-c i {
  margin-right: 1rem;
}

a.btn-c:hover {
  transform: translate(0, 3px);
  color: #fff;
  background: #eb5b30;
  box-shadow: 0 2px 0 #d44114;
}

@media (max-width: 576px) {
  .btn,
  a.btn,
  button.btn {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
  }
  .btn-wrap-pc-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 435px;
    margin: 0 auto 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  a.btn-pc-sp {
    line-height: 1.4;
    width: 49.5%;
    padding: 0.6rem 0;
    border-radius: 100vh;
    color: white;
  }
  a.btn-pc-sp--contact {
    color: #e94919;
    background: #fff;
    border: 1px solid #e94919;
  }
  a.btn-pc-sp--tel {
    color: #094;
    background: #fff;
    border: 1px solid #094;
  }
  .fa-position-right {
    position: absolute;
    top: calc(50% - 0.5em);
    right: 1rem;
  }
}
/*-- product --*/
p {
  padding: 0.2rem 0.4rem 0.4rem 0;
}

.back-red-dots {
  padding: 9px 2px 2px 2px;
  color: #fff;
  background: #DF6800;
  border-radius: 8px;
  margin-left: 6px;
  /*  background-size: 50px 50px;f
  background-position: 0 0, 25px 25px;
  */
}

.flex-card-wrapper {
  display: flex;
  /*  flex-direction: column; */
  flex-wrap: wrap;
  gap: 18px;
  justify-content: space-between;
}

.flex-card-2 {
  position: relative;
  width: calc(50% - 18px);
  border: 1px solid #FFA228;
  border-radius: 9px;
  padding: 1rem;
  background: #FFFCF7;
  /*  background-image: repeating-linear-gradient(-45deg,#f2f3f7 0, #f2f3f7 3px,transparent 3px,transparent 6px); */ /*ストライプ*/
}
.flex-card-2 h4 {
  position: relative;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 0.4rem;
  border-radius: 6px;
}
.flex-card-2 h4:before {
  position: absolute;
  inset: 0;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  background-color: #ff0;
  transform: skewY(-2deg);
  z-index: -1;
  content: "";
}
.flex-card-2 p {
  margin: 1rem 0;
}
.flex-card-2 dl {
  margin-left: 0.6rem;
}
.flex-card-2 dl dt {
  vertical-align: middle;
  align-items: center;
  font-weight: normal;
  line-height: 1.3rem;
}
.flex-card-2 dl dt span {
  padding-left: 0.6rem;
  font-size: 0.7rem;
}
.flex-card-2 dl dd {
  margin-left: 1.2rem;
  margin-bottom: 0.6rem;
}
.flex-card-2 dl dd strong {
  font-weight: normal;
  color: #f00;
  font-size: 1.2rem;
}
.flex-card-2 dl dd:after {
  content: "";
  border: 2px solid #f00;
}
.flex-card-2:nth-child(1) h4 {
  color: #00520F;
  background-color: #E3FFDB;
  border: 1px solid #00520F;
}
.flex-card-2:nth-child(1):before {
  background-color: #ADFF2D;
}
.flex-card-2:nth-child(2) h4 {
  color: #8B8A00;
  background-color: #FDFFD6;
  border: 1px solid #8B8A00;
}
.flex-card-2:nth-child(2):before {
  background-color: #F0D600;
}
.flex-card-2:nth-child(3) h4 {
  color: #AB1B00;
  background-color: #FFEFDE;
  border: 1px solid #AB1B00;
}
.flex-card-2:nth-child(3):before {
  background-color: #EE8400;
}
.flex-card-2:nth-child(4) h4 {
  color: #0084E4;
  background-color: #E2FFF5;
  border: 1px solid #0084E4;
}
.flex-card-2:nth-child(4):before {
  background-color: #A1CEFF;
}
.flex-card-2 :after {
  background-color: #eee; /*ずらしたボックスの背景色*/
  border: none;
  border-radius: 9px;
  content: "";
  position: absolute; /*配置（ここを動かす）*/
  top: 7px; /*上から7pxずらす*/
  left: 7px; /*左から7pxずらす*/
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* google font --*/
/*
.material-symbols-outlined {
font-variation-settings:
'FILL' 0,
'wght' 400,
'GRAD' 0,
'opsz' 24
}
*/
.font-red {
  color: #f00;
}

.font-plus {
  font-size: 1.1rem;
}

.icon-font-small {
  font-size: 0.8rem;
}

.home-section-catch {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}
.home-section-catch strong {
  font-size: 1.6rem;
}

@media (max-width: 576px) {
  .flex-card-2 {
    width: 100%;
  }
  .flex-card-3 {
    width: 100%;
  }
}
/*-- topics --*/
.bx-wrapper {
  background-color: transparent;
  /*    margin: 0px auto; */
  margin-top: 0px;
  margin-bottom: 0px;
  border: none;
  box-shadow: none;
}

.site-ticker {
  /*ニュース1行の周りの余白*/
}
.site-ticker dl {
  display: flex;
  flex-wrap: wrap;
  height: 2.4em impotant;
}
.site-ticker dt {
  position: relative;
  width: 36px;
  font-weight: normal;
  background-color: #f00;
  color: #fff;
  height: 2.4em;
  display: flex;
  align-items: center;
  padding-left: 0.4em;
}
.site-ticker dt:after {
  position: absolute;
  top: 0;
  right: -1.2em;
  width: 0;
  height: 0;
  content: "";
  border-width: 2.4em 1.2em 0 0;
  border-style: solid;
  border-color: #f00 transparent transparent transparent;
}
.site-ticker dd {
  width: calc(100% - 36px);
  border: 1px solid #f00;
  height: 2.4em;
  vertical-align: middle;
  display: flex;
  padding-left: 1.6em;
  align-items: center;
}
.site-ticker .bxTicker {
  width: 100%;
}
.site-ticker .bxTicker a {
  display: block;
  /*  background:#fff; */
  /*  padding:20px; */
}
.site-ticker .bxTicker .title-date {
  display: inline-block;
  font-size: 0.8rem;
  /*margin-right:10px;
  */
  color: #777;
}
.site-ticker .bxTicker .category-botton {
  border-radius: 6px;
  background-color: #f00;
  padding: 5px 4px 0 4px;
  margin-top: 1px;
  margin-bottom: 2px;
  color: #fff;
  vertical-align: middle;
  margin-right: 6px;
  font-size: 0.7rem;
  line-height: 1rem;
}
.site-ticker .bxTicker li {
  display: flex;
}

/* インストラクター */
.instructors {
  margin: 2rem auto;
}

/*768px以下の見た目 ※1行のままにしたい場合は不要　*/
/*
@media screen and (max-width:768px) {
  .bslider {
      padding:20px;
      background:#fff;
  }

  .bslider li {
      border-bottom:1px dashed #ccc;
  }

  .bslider li:last-child {
      border-bottom:none;
  }
  .bslider span {
      display:block;
  padding-bottom:10px;
  }
} */

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