@charset "UTF-8";

body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  background: #f9f1e7;
}
.back_fv {
  background-image: url(../image/fv_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
}
/* ウェブフォント */
.alata {
  font-family: "Alata", sans-serif;
}
.jose {
  font-family: "Josefin Sans", sans-serif;
}
.jose-t {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300 !important;
}
.noto300 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
/* フォント調整 */
.ls {
  letter-spacing: 0.2rem;
}
.ls-s {
  letter-spacing: -0.6rem;
}

/* 文字の両端揃え（右のガタガタを防ぐ） */
.text-btw {
  text-align: justify;
  text-justify: inter-ideograph;
}

.fs70-35 {
  font-size: 7rem;
}
.fs50-24 {
  font-size: 5rem;
}
.fs40-18 {
  font-size: 4rem;
}
.fs30-12 {
  font-size: 3rem;
}
.fs30-16 {
  font-size: 3rem;
}
.fs25-20 {
  font-size: 2.5rem;
}
.fs20-14 {
  font-size: 2rem;
}
.fs18-14 {
  font-size: 1.8rem;
}
.fs16-14 {
  font-size: 1.6rem;
}
.fs16-12 {
  font-size: 1.6rem;
}
.fs14-12 {
  font-size: 1.4rem;
}
.fs10-09 {
  font-size: 1rem;
}
.fs08-10 {
  font-size: 0.8rem;
}

.fc-kc {
  color: #0d47a1;
}

.bg-warning {
  background: #fb8c00 !important;
}
.bg-beige {
  background: #f9f1e7;
}
.bg-gray {
  background: #ccc;
}
.text-gray {
  color: #666;
}
.border-gray {
  border-color: #999 !important;
}

.cus-margin {
  margin-bottom: 100px;
}
.point-circle {
  width: 300px;
  height: 300px;
  top: -150px;
  left: calc(50% - 150px);
}
.point-circle-case {
  width: 70px;
  height: 70px;
}
.axis-num {
  margin-top: -100px;
  width: 30%;
}
.axis {
  width: 400px;
}
.axis-box {
  top: -100px;
}
.axis-img {
  width: 200px;
}
.axis-img-box {
  top: -120px;
}
.axis-text-box {
  margin-top: 330px;
}
.spacer {
  height: 5rem;
}
.plus {
  width: 30px;
}
.wave-img {
  margin-top: -60px;
}
.case-logo {
  width: 100px;
}
.case-text {
  height: calc(5rem * 1.5);
}

.flo-l {
  transition: 5s;
}
.flo-r {
  transition: 5s;
}
.ani-hide {
  opacity: 0;
  transition: 5s;
}

.f-box01 {
  width: 20%;
}

.table-spot th {
  text-align: center;
  background: #fafafa;
}
.post h2 {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 2rem;
  background: #3399cc;
  padding: 0.5rem 1rem;
}
.post p {
  padding: 0 1rem;
}
.post h3 {
  color: #006598;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
.post h3:before {
  content: "-";
  margin-right: 0.5rem;
}
.post h3:after {
  content: "-";
  margin-left: 0.5rem;
}
.post .box01 {
  padding: 2rem;
  border: 1px solid #ddd;
  background: #fafafa;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.post_thumb01 {
  width: 100%;
  height: 150px;
  background-size: cover;
  background-position: center;
}
.post_thumb02 {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
}

.logo-head {
  width: 150px;
  margin-top: 140px;
  margin-bottom: 100px;
}
.logo-foot {
  width: 100px;
}
.logo-panel {
  width: 100px;
}
.fv-text {
  margin-top: 200px;
}
.flower_l {
  top: 150px;
  left: 0;
  position: fixed;
}
.flower_l img {
  height: 500px;
}
.flower_r {
  top: 150px;
  right: 0;
  position: fixed;
}
.flower_r img {
  height: 550px;
}

.top-panel {
  margin-top: -300px;
}
.pro-photo {
  width: 150px;
}

.table01 th {
  background: #0d47a1;
  color: #fff;
}

@media (min-width: 1201px) {
  .card-columns {
    column-count: 5;
  }
}

@media (max-width: 1200px) {
  .card-columns {
    column-count: 4;
  }
}

@media (max-width: 992px) {
  .card-columns {
    column-count: 3;
  }
}

@media (max-width: 768px) {
  .card-columns {
    column-count: 2;
  }
}

@media (max-width: 576px) {
  .card-columns {
    column-count: 1;
  }
  body,
  html {
    font-size: 16px;
  }

  .ls-s {
    letter-spacing: -0.3rem;
  }

  .fs70-35 {
    font-size: 3.5rem;
  }
  .fs50-24 {
    font-size: 2.4rem;
  }
  .fs40-18 {
    font-size: 1.8rem;
  }
  .fs30-12 {
    font-size: 1.2rem;
  }
  .fs30-16 {
    font-size: 1.6rem;
  }
  .fs25-20 {
    font-size: 2rem;
  }
  .fs20-14 {
    font-size: 1.4rem;
  }
  .fs18-14 {
    font-size: 1.4rem;
  }
  .fs16-14 {
    font-size: 1.4rem;
  }
  .fs16-12 {
    font-size: 1.2rem;
  }
  .fs14-12 {
    font-size: 1.2rem;
  }
  .fs10-09 {
    font-size: 0.9rem;
  }
  .fs08-10 {
    font-size: 1rem;
  }

  .logo-head {
    width: 150px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .fv-text {
    margin-top: 70px;
  }

  .showcase {
    min-height: 350px;
  }
  .showcase img {
    max-height: 340px;
  }
  .post_thumb01 {
    height: 80px;
  }
  .post_thumb02 {
    height: 200px;
  }
  .flower_l {
    top: 150px;
    left: 0;
    position: absolute;
  }
  .flower_l img {
    height: 200px;
  }
  .flower_r {
    top: 150px;
    right: 0;
    position: absolute;
  }
  .flower_r img {
    height: 250px;
  }
  .top-panel {
    margin-top: -50px;
  }
  .axis-num {
    margin-top: 0px;
    width: 100%;
  }
  .axis {
    width: 200px;
  }
  .axis-box {
    top: -70px;
  }
  .axis-img {
    width: 120px;
  }
  .axis-img-box {
    top: -90px;
  }
  .axis-text-box {
    margin-top: 150px;
  }
  .cus-margin {
    margin-bottom: 50px;
  }
  .f-box01 {
    width: 50%;
  }
  .case-logo {
    width: 100px;
  }
  .wave-img {
    margin-top: -35px;
  }
  .case-text {
    height: auto;
  }

  .spacer {
    height: 2rem;
  }
  .point-circle {
    width: 180px;
    height: 180px;
    top: -90px;
    left: calc(50% - 90px);
  }
  .pro-photo {
    width: 120px;
  }
  .table-mob {
    border: 0;
  }
  .table-mob th,
  .table-mob td {
    display: block;
    border: 0;
  }
  .table-mob th {
    padding: 0.5rem 1rem;
  }
}
