@charset "UTF-8";
/*
   ========================================================================== */
/**
 *
 */
.bl_section_document {
  padding: 0 20px 50px;
}
.bl_section_document .bl_btn_arrow {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto 0;
  padding: 5px 10px;
  border: 1px solid #0234ab;
  border-radius: 20px;
  color: #0234ab;
  font-size: 16px;
}
.bl_section_document .bl_btn_arrow i {
  color: inherit;
  font-size: inherit;
}

.bl_documentList {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  max-width: 1040px;
  margin: 0 auto 50px;
  padding: 20px 0;
  gap: 30px 3.5%;
}
.bl_documentList li {
  width: 31%;
}

.fv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(106.55deg, rgba(242, 246, 245, 0) 9.23%, #f2f6f5 43.4%);
}

.fv img {
  width: 65%;
  max-width: 857px;
  height: auto;
}

.fv-inner {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 95%;
  max-width: 1108px;
  margin: 0 auto;
  padding-left: 10%;
}

.fv-text-inner {
  width: 100%;
}

.fv-main {
  font-weight: bold;
  font-size: 4rem;
  line-height: 60px;
  letter-spacing: 1.2px;
  text-align: left;
}

.fv-accent {
  color: #f28b34;
  font-size: 4rem;
}

.fv-text {
  margin: 16px 0;
  font-size: 1.4rem;
}

.fv-list {
  width: 100%;
  height: 200px;
  background: linear-gradient(106.55deg, rgba(242, 246, 245, 0) 9.23%, #f2f6f5 43.4%);
}

.fv-inner-list {
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 95%;
  max-width: 1076px;
  height: 100%;
  margin: 0 auto;
}

.fv-inner-list h2 {
  font-weight: bold;
  font-size: 3.2rem;
}

.custmer-bar {
  z-index: 5;
  position: relative;
  width: 100%;
  height: 150px;
}
.custmer-bar.custmer-bar__feature {
  -webkit-box-shadow: none;
  -webkit-box-shadow: 1px -2px 2px 1px rgba(0, 0, 0, 0.04);
  height: auto;
  margin-bottom: 140px;
  padding-top: 24px;
          box-shadow: none;
          box-shadow: 1px -2px 2px 1px rgba(0, 0, 0, 0.04);
}
.custmer-bar.custmer-bar__feature li img {
  -o-object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
     object-fit: cover;
}

.custmer-bar-title {
  margin: 0 auto;
  padding: 24px 0 16px;
  font-size: 16px;
  text-align: center;
}
.custmer-bar-title span {
  color: #cf6f1e;
  font-weight: bold;
  font-size: inherit;
}

.scloll-box {
  -ms-flex-align: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.slideshow {
  -webkit-animation: loop-slide 40s infinite linear 1s both;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  animation: loop-slide 40s infinite linear 1s both;
}
.slideshow li {
  height: auto;
}
.slideshow img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@-webkit-keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.content {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 60px;
  margin-left: 24px;
  border: solid 1px #edeceb;
}

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

.btn-form {
  width: 100%;
}

.btn-form-first {
  background-color: #edf5f1;
}

.btn-form-first-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
          align-items: center;
          justify-content: center;
  width: 960px;
  margin: auto;
  padding: 40px 0 0;
  gap: 32px;
}

.btn-form-first img {
  width: 140px;
  margin: auto;
  text-align: center;
}

.btn-form-container {
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  padding-top: 24px;
}

.btn-form-container img {
  width: 130px;
  height: auto;
}

.btn-form-box {
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.btn-form-title-box {
  width: 100%;
  min-width: 460px;
  margin: 0 auto 24px;
  text-align: center;
}

.btn-form-title {
  margin: 0 auto 24px;
  text-align: center;
  white-space: nowrap;
}

.suport-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.suport-box {
  -ms-flex-direction: column;
  -ms-flex-pack: justify;
  -ms-flex-align: left;
  -webkit-box-align: left;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  /*  display: flex;*/
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  flex-direction: column;
  align-items: left;
  justify-content: space-between;
  padding: 32px;
  border: 1px solid #d4ceca;
  border-radius: 8px;
  background-color: #f9f9f7;
}

.suport-title-box {
  -ms-flex-pack: left;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-pack: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: left;
  padding-bottom: 24px;
}

.suport-title-accent {
  color: #f28b34;
  font-size: 2.4rem;
}

.suport-title {
  font-weight: bold;
  font-size: 2.4rem;
  text-align: left;
}

.suport-title-number {
  margin-right: 16px;
  color: #f28b34;
  font-weight: bold;
  font-size: 4.8rem;
  line-height: 60px;
  font-family: Quicksand;
  text-align: left;
}

.suport-text {
  padding-bottom: 24px;
  line-height: 200%;
  letter-spacing: 1.2px;
  text-align: left;
}

.suport-text-accent {
  border-bottom: 2px solid #f28b34;
  font-weight: bold;
  font-size: 16px;
}

.section-sub-title {
  margin-top: 120px;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 42px;
  text-align: center;
}

.section-sub-text {
  width: 728px;
  margin: 24px auto;
  line-height: 28px;
}

.section-sub-text-accent {
  border-bottom: 2px solid #f28b34;
  font-weight: bold;
  font-size: 1.6rem;
}

#seminar {
  background-color: #f9f9f7;
}

.seminar-text-box {
  display: grid;
  grid-template-columns: 2fr 1fr;
  margin-bottom: 80px;
  gap: 32px;
}

.seminar-text-box img {
  /*  width: 48%;*/
  height: auto;
}

.seminar-text-content {
  /*  width: 48%;*/
}

.seminar-text-title {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 42px;
  letter-spacing: 1.2px;
}

.seminar-text-main {
  margin-top: 16px;
  margin-right: 32px;
  line-height: 28px;
}

.seminar-text-main-accent {
  border-bottom: 2px solid #f28b34;
  font-weight: bold;
  font-size: 1.6rem;
}

.seminar-container {
  /*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;*/
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}

.seminar-img-box {
  width: 100%;
}

.seminar-img-box img {
  width: 100%;
  height: auto;
}

.seminar-box {
  -ms-flex-direction: column;
  -ms-flex-pack: justify;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  /*  margin: 0 16px 16px;*/
  /*  width: 23%;*/
  min-width: 160px;
  padding: 24px;
  /*  height: 540px;*/
  border: 1px solid #d4ceca;
  border-radius: 8px;
  background-color: #fff;
}

.seminar-title {
  font-weight: bold;
  font-size: 2rem;
  line-height: 30px;
  text-align: center;
}

.seminar-box-title i {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 59px;
  height: 59px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background-color: #f28b34;
  color: #fff;
  font-size: 1.6rem;
}

.seminar-text {
  margin-top: 16px;
  padding-bottom: 24px;
  font-size: 1.4rem;
  line-height: 24px;
}

.seminar-text-accent {
  color: #f28b34;
  font-weight: bold;
  font-size: 1.4rem;
}

.seminar-sub-text {
  text-align: center;
}

.seminar-sub-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  /*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;*/
  display: grid;
  grid-template-columns: repeat(auto-fit, 253px);
          justify-content: center;
  gap: 32px;
}

.seminar-sub-box {
  -ms-flex-direction: column;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  /*  width: 20%;*/
  height: 240px;
  padding: 16px 16px 0;
  border: 1px solid #d4ceca;
  border-radius: 8px;
  background-color: #fff;
}

.seminar-sub-box img {
  width: 80px;
  height: auto;
}

.seminar-sub-box-text {
  font-size: 1.4rem;
}

.sub-text-accent {
  color: #f28b34;
  font-size: 1.4rem;
}

.section-wrapper {
  width: 100%;
  padding: 120px 0;
}

.section-wrapper02 {
  padding: 20px 0;
}

.section-inner {
  width: 90%;
  max-width: 1108px;
  margin: 0 auto;
  text-align: center;
}

.btnWrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
}

.btnWrapper .btn {
  margin: 50px 10px 0;
}

.section-title {
  /* display: flex; */
  /* -webkit-box-pack: center; */
  -ms-flex-pack: center;
  /* justify-content: center; */
  /* -webkit-box-align: center; */
  -ms-flex-align: center;
  /* display: -webkit-box; */
  display: -ms-flexbox;
  margin: 24px auto 0;
  font-weight: bold;
  font-size: 3.2rem;
  /* align-items: center; */
  /* line-height: 1.5; */
  /* letter-spacing: 4px; */
  text-align: center;
}

.section-title-accent {
  color: #f28b34;
  font-size: 3.2rem;
}

.section-title-famione {
  margin-top: 16px;
  font-weight: bold;
  font-size: 2rem;
  line-height: 30px;
  letter-spacing: 1.2px;
  text-align: center;
}

.section-title-box {
  -ms-flex-direction: column;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 40px;
  text-align: center;
}

.section-title-box img {
  width: 90%;
  max-width: 240px;
  height: auto;
}

.section-text-box {
  /*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;*/
  display: grid;
  grid-template-columns: 2fr 1fr;
  margin-bottom: 80px;
  gap: 32px;
}

.section-text-box img {
  /*  width: 35%;*/
}

.section-text {
  /*  margin-top: 16px;*/
  line-height: 28px;
}

.section-text-accent {
  border-bottom: 2px solid #f28b34;
  font-weight: bold;
  font-size: 1.6rem;
}

.merit-title-box {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 54%;
  max-width: 365px;
  height: 50px;
  margin: 0 auto -32px;
  border: 1px solid #d4ceca;
  border-radius: 8px;
  background-color: #fff;
}

.merit-title {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 42px;
  text-align: center;
}

.merit-container {
  width: 75%;
  margin: auto;
  padding: 60px 40px 40px;
  padding: 60px 40px 40px;
  border: 1px solid #d4ceca;
  border-radius: 16px;
  border-radius: 8px;
  background-color: #f9f9f7;
}

.merit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.merit-container:not(:last-child) {
  margin-bottom: 120px;
}

.merit-box {
  /* margin-bottom: 60px;*/
  /*  width: 45%;*/
}

.merit-box img {
  width: 100%;
}

.merit-box-inner {
  -ms-flex-pack: start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.merit-box-inner img {
  width: 80px;
  height: auto;
  margin-right: 16px;
}

.merit-box-text-name {
  margin-top: 8px;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5;
}

.merit-custmer-container {
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 24px 0;
  text-align: center;
}

.merit-custmer-box {
  -ms-flex-direction: column;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  /*  width: 45%;*/
  background-color: #fff;
}

.merit-custmer-box img {
  margin: 24px 40px 24px;
}

.merit-custmer-title {
  margin-top: 24px;
  color: #f28b34;
  font-weight: 700;
  font-size: 2rem;
  line-height: 30px;
  letter-spacing: 1.2px;
  text-align: center;
}

.merit-container-title {
  margin: 0 auto;
  margin-top: 24px;
  font-size: 1.6rem;
  line-height: 30px;
  text-align: center;
}

.merit-container-title-accent {
  border-bottom: solid 1px #f28b34;
  font-weight: bold;
  font-size: 1.6rem;
}

.merit-custmer-text {
  text-align: center;
}

.efficacy-container {
  /*  max-width: 1108px;
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto;*/
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 75%;
  margin: auto;
  gap: 32px;
}

.efficacy-box {
  -ms-flex-direction: column;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  /*  display: flex;*/
  -webkit-box-pack: justify;
  /*  width: 40%;*/
  /*  height: 440px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 24px 32px 32px;
  border: 1px solid #d4ceca;
  border-radius: 8px;
  background-color: #f9f9f7;
  /* margin: 32px 16px 0;*/
}

.efficacy-box img {
  width: 100%;
  height: auto;
}

.efficacy-number {
  position: relative;
  top: 8px;
  margin-right: 8px;
  color: #f28b34;
  font-size: 4.8rem;
  line-height: 48px;
  font-family: Quicksand;
}

.efficacy-title {
  padding-bottom: 24px;
  font-weight: bold;
  font-size: 2rem;
}

.efficacy-text {
  padding-bottom: 24px;
  font-size: 1.4rem;
}

.efficacy-img {
  display: none;
}

.gallery-cell {
  /*  opacity: 0.5;*/
  -webkit-filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.12));
  width: 75%;
  max-width: 750px;
  /*  height: 280px;*/
  margin-right: 10px;
  counter-increment: gallery-cell;
          filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.12));
}

.flickity-slider li {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.flickity-slider li:hover {
  -webkit-filter: drop-shadow(0px 0px 14px rgba(0, 0, 0, 0.16));
  background-color: #fff3e0;
          filter: drop-shadow(0px 0px 14px rgba(0, 0, 0, 0.16));
}

.sccess-item {
  margin: 24px 16px;
  padding: 24px;
  border: 1px solid #d4ceca;
  border-radius: 8px;
  background-color: #fff;
}

.success-item-box {
  padding: 0;
}

.success-item-box-inner {
  /*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;*/
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: auto;
  gap: 32px;
}

.success-item-box-inner img {
  -o-object-fit: cover;
  /*  width: 40%;*/
  /*  max-width: 300px;*/
  height: 240px;
     object-fit: cover;
}

.success-item-box-text {
  -ms-flex-direction: column;
  -ms-flex-align: start;
  /*  -webkit-box-pack: justify;
      -ms-flex-pack: justify;*/
  /*          justify-content: space-between;*/
  -webkit-box-align: start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  /* margin-left: 32px;*/
}

.success-item-title {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  margin-bottom: 12px;
  overflow: hidden;
  font-weight: bold;
}

.success-item-text {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 24.5px;
}

.success-item-sub-title {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  margin-bottom: 12px;
  overflow: hidden;
  color: #f28b34;
  font-weight: bold;
  font-size: 2rem;
  line-height: 30px;
}

.success-item-btn {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  max-width: 360px;
  height: 40px;
  margin: 16px auto 0;
  border: 1px solid #d4ceca;
  border-radius: 4px;
  color: #f28b34;
  font-size: 1.3rem;
}

.success-item-btn i {
  color: #f28b34;
  font-size: 1.3rem;
}

.success-list-btn {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 48px auto 0;
  background-color: #f28b34;
}

.success-list-btn a {
  color: #fff;
}

.flickity-button-icon {
  fill: #f28b34;
}

.is-selected {
  opacity: 1;
}

.success-box a {
  width: 100%;
  height: 100%;
}

.flickity-page-dots .dot {
  background: #fa6e00;
}

.for-title {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}

.for-text-accent {
  font-weight: normal;
  font-size: 1.2rem;
}

.for-container {
  /*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;*/
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: auto;
  gap: 32px;
}

.for-box {
  padding: 24px;
  /*  width: 35%;*/
  background-color: #f9f9f7;
  /*  height: 600px;*/
}

.for-box-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: grid;
  grid-template-columns: 1fr 3fr;
          align-items: center;
  margin: auto;
  margin-bottom: 16px;
  padding-bottom: 24px;
  gap: 24px;
}

.for-box-inner img {
  width: 150px;
  height: auto;
}

.for-box-inner-text {
  font-size: 1.4rem;
}

.for-box-inner-name-bold {
  font-weight: bold;
}

#event {
  padding: 120px 0;
  background-color: #fff4eb;
}
.event-container {
  /*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;*/
  /* display: grid;
    gap: 32px;
    grid-template-columns: 1fr 1fr 1fr  ;
    margin:auto; */
}

/* .event-banner{
  img{
    width: 100%;
  }
} */
.event-box {
  -ms-flex-direction: column;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  /*  width: 28%;*/
  /*  height: 670px;*/
  padding: 16px;
  border: 1px solid #d4ceca;
  border-radius: 8px;
  background-color: #f9f9f7;
}

.event-box img {
  /*  width: 95%;*/
  margin: 0 auto;
}

.event-title {
  margin-top: 16px;
  font-weight: bold;
  font-size: 2rem;
}

.event-main-text {
  margin-top: 16px;
  font-size: 1.4rem;
}

.event-icon {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 20px;
  margin: 16px 0;
  border-radius: 4px;
  background-color: #f28b34;
  color: #fff;
  font-size: 1rem;
}

.event-sub-text {
  padding-bottom: 24px;
  font-size: 1.2rem;
}

.contact-btn {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  background-color: #f28b34;
  font-size: 1.3rem;
}

.contact-btn a {
  color: #fff;
}

.contact-btn i {
  height: 13px;
  color: #fff;
  font-size: 1.5rem;
}

.contact-btn:hover,
.contact-btn:active {
  -webkit-filter: brightness(110%);
  -webkit-transition: all 0.3s;
  filter: brightness(110%);
  opacity: 0.9;
  transition: all 0.3s;
}

.media-container {
  /*  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;*/
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: auto;
  margin-bottom: 40px;
  gap: 32px;
}

.media-box {
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin: auto;
  gap: 16px;
}

.media-icon-box {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 30%; */
  height: 100px;
  padding: 8px 24px;
  border: 1px solid #d4ceca;
  /* margin-right: 16px; */
  border-radius: 8px;
}

.media-icon-box img {
  /*  width: 90%;*/
  height: auto;
}

.news-icon-box {
  -ms-flex-pack: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
  border: none;
}

.news-icon-box img {
  width: 100%;
  height: auto;
  border: 1px solid #d4ceca;
  border-radius: 8px;
}

.media-text-box {
  /*  width: 60%;*/
}

.media-title {
  font-weight: bold;
  font-size: 2rem;
}

.media-text {
  font-size: 1.4rem;
}

.news-title,
.news-text {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news-title {
  color: #f28b34;
}

.footer {
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 120px;
}

.copyright {
  padding-bottom: 16px;
  color: #7e7e7e;
  font-size: 1.2rem;
}

.main-container {
  -ms-flex-pack: start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -webkit-box-pack: start;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 95%;
  max-width: 1100px;
  margin: 40px auto;
}

.main-container-inner {
  /*  width: 60%;*/
}

.main-box {
  width: 100%;
}

.main-box img {
  width: 100%;
}

.main-box h1 {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 4rem;
}

.main-box h2 {
  -ms-flex-align: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 2.8rem;
}

.main-box h3 {
  -ms-flex-align: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 1.6rem;
}

.main-box p {
  margin-bottom: 24px;
}

.main-img-box p {
  margin: 16px 0 60px;
  font-size: 1.2rem;
}

.main-box h2::before {
  width: 4px;
  height: 90px;
  margin-right: 12px;
  background-color: #f28b34;
  content: "";
}

.main-box h3::before {
  width: 24px;
  height: 1px;
  margin-right: 8px;
  background-color: #454545;
  content: "";
}

.company-container {
  /*  margin-left: 32px;
  width: 30%;*/
}

.company-box {
  -ms-flex-direction: column;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  border: 1px solid #d4ceca;
}

.company-box img {
  width: 100%;
  max-width: 300px;
  margin-bottom: 24px;
}

.company-data-box {
  width: 100%;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: solid 1px #d4ceca;
  text-align: left;
}

.company-data-box p {
  margin-top: 16px;
}

.topics-box {
  width: 100%;
}

.topics-box h3 {
  margin-bottom: 16px;
  font-size: 1.6rem;
}

.btn-column-item {
  width: 100%;
  /*  max-width: 300px;
  margin: 16px 8px 0;*/
}

.main-btn-box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  margin-bottom: 70px;
}

.btn-column {
  /*  width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  margin-bottom:120px;*/
  display: grid;
  grid-template-columns: 1fr;
  margin: auto;
  gap: 24px;
}

.main-btn {
  max-width: 300px;
  margin: 8px;
  border: 1px solid #f28b34;
}

.topics-sub-box h2,
.topics-sub-box span {
  margin: 40px 0;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}

.h2-accent {
  color: #f28b34;
}

.success-slider {
  width: 100%;
}

.gallery {
  /*  margin: 40px auto 60px;
  width: 90%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;*/
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 1108px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 90px;
  gap: 32px;
}

.gallery a .sccess-item-list {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gallery a:hover .sccess-item-list {
  -webkit-filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.16));
  background-color: #fff3e0;
          filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.16));
}

.sccess-item-list {
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.078);
  padding: 20px;
  border: 1px solid #d4ceca;
  border-radius: 8px;
  background-color: #fff;
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.078);
  counter-increment: gallery-cell;
}

.sccess-item-list img {
  -o-object-fit: cover;
  height: 200px;
     object-fit: cover;
}

.success-item-box {
  -ms-flex-direction: column;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.success-item-box-inner-list {
  /*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;*/
}

.sccess-img-box {
  -webkit-box-shadow: 5px 5px 3px 0 rgba(0, 0, 0, 0.4);
  width: 100%;
  height: auto;
  box-shadow: 5px 5px 3px 0 rgba(0, 0, 0, 0.4);
}

.sccess-img-box img {
  width: 100%;
  height: auto;
}

.success-item-box-text-list {
  -ms-flex-direction: column;
  -ms-flex-pack: justify;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  -webkit-line-clamp: 3;
  margin-top: 16px;
  overflow: hidden;
  text-align: left;
}

.success-item-sub-title-list {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #454545;
}

.pager-container {
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 300px;
  margin: 0 auto 120px;
  margin-top: 60px;
}

.pager-container ul {
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 205px;
}

.pager-container ul li {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #d4ceca;
  border-radius: 4px;
}

.prev-page button,
.next-page button {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #d4ceca;
  border-radius: 4px;
  background-color: #fff;
}

.prev-page button i,
.next-page button i {
  width: 20px;
  color: #f28b34;
}

/*福利厚生一覧*/
.inner_body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
}

.benefit-list_date {
  margin-bottom: -75px;
  font-size: 16px;
  text-align: right;
}

.page_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  overflow: hidden;
  border: 1px solid #f28b34;
  border-radius: 8px;
  background-color: #fff4eb;
}

.page_menu li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 0 !important;
}
.page_menu li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 10px;
}
.page_menu li::before {
  display: none !important;
}
.page_menu li.is-current {
  background-color: #f28b34;
}

.page_menu li.is-current a {
  color: #fff;
}

.page_menu li:not(:first-child) {
  border-left: 1px solid #f28b34;
}

.page_menu a {
  -webkit-transition: 1.5s;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: 1.5s;
}

.page_menu a:hover {
  background: #f28b34;
  color: #fff;
}
.benefit-list {
  margin-top: 40px;
  margin-bottom: 120px;
}
.benefit-list .inner_body {
  margin-right: auto;
  margin-left: auto;
}

.benefit-list h2:first-child {
  margin-top: 40px;
  font-weight: bold;
  font-size: 32px;
}

.benefit-list h2 {
  margin-top: 120px;
  font-weight: bold;
  font-size: 32px;
}

.benefit-list h3 {
  margin-top: 40px;
  font-weight: bold;
  font-size: 20px;
}

.benefit-list h4 {
  margin-top: 16px;
  padding: 12px 8px;
  border: 1px solid #f28b34;
  border-radius: 3px;
  background-color: #fff4eb;
  color: #f28b34;
  font-weight: bold;
  font-size: 14px;
}

.benefit-list li {
  margin-top: 12px;
  font-size: 16px;
}

.benefit-list li:before {
  display: inline-block;
  position: relative;
  bottom: 4px;
  width: 6px;
  /* 幅指定 */
  height: 6px;
  /* インラインブロックにする */
  margin-right: 8px;
  /* 高さ指定 */
  border-radius: 50%;
  /* 要素を丸くする */
  background-color: #999;
  /* 背景色指定 */
  content: "";
  /* 空の要素作成 */
}

.benefit-list .wp_social_bookmarking_light,
.benefit-list .wp_social_bookmarking_light_clear {
  display: none;
}

/* トップニュース */
.news_category {
  color: #d8793a;
  font-weight: bold;
  font-size: 12px;
}

.news-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  font-size: 12px;
}

.news-list {
  margin-top: 35px;
}

.news-list li {
  padding: 16px;
  border-top: 1px solid #d4ceca;
}

.news-list li:last-child {
  border-bottom: 1px solid #d4ceca;
}

.news-time {
  margin-right: 20px;
  color: #666;
  font-size: 12px;
}

.news_link {
  color: #fa6e00;
  font-size: 14px;
  text-decoration: none;
}

/* フッターの設定 */
/*footer .inner_body{
  width: auto;
}*/
.success-item-tag {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 12px;
  padding: 3px 6px;
  border: 1px solid #f28b34;
  border-radius: 999px;
  background-color: #fff4eb;
  color: #f28b34;
  font-size: 12px;
}

/*
  専門家スライダー
*/
.bl_memberSliderUnit {
  margin: 32px 8px 30px;
}
.bl_memberSliderUnit .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bl_memberSlider {
  height: auto;
  margin: 0 14px;
  padding: 24px;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}

.bl_memberSliderHeading {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  margin-bottom: 16px;
}

.bl_memberSlider_name {
  font-size: 1.4rem;
}

.bl_memberSlider_img {
  margin-right: 24px;
}

.bl_memberSlider_img img {
  width: 120px;
  border-radius: 50%;
}

.bl_memberSlider_degree {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
}

.bl_specialtyList {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  margin-bottom: 20px;
  gap: 4px;
}

.bl_specialtyList dt {
  width: 100%;
  font-weight: bold;
  font-size: 14px;
}

.bl_specialtyList dd {
  padding: 2px 8px;
  border-radius: 4px;
  background: #ffecde;
  font-size: 13px;
}

.bl_memberSlider_txt {
  font-size: 14px;
}

.bl_specialtyList .troubles-work,
.bl_specialtyList .childcare-leave,
.bl_specialtyList .career,
.bl_specialtyList .job-change,
.bl_specialtyList .personnel-system,
.bl_specialtyList .kurumin {
  background: #deeff4;
}

.bl_specialtyList .puberty,
.bl_specialtyList .menopause,
.bl_specialtyList .heart-trouble,
.bl_specialtyList .physical-ailment,
.bl_specialtyList .medicine,
.bl_specialtyList .mental-troubles,
.bl_specialtyList .supplement,
.bl_specialtyList .body-makeup,
.bl_specialtyList .diet,
.bl_specialtyList .sleep,
.bl_specialtyList .lgbtq,
.bl_specialtyList .cancer,
.bl_specialtyList .nursing,
.bl_specialtyList .end-life,
.bl_specialtyList .money-relationship,
.bl_specialtyList .internal-medicine,
.bl_specialtyList .thinning-hair,
.bl_specialtyList .metabolic,
.bl_specialtyList .nutrition,
.bl_specialtyList .kampo,
.bl_specialtyList .beauty,
.bl_specialtyList .recipe {
  background: #e7ddd7;
}

.bl_specialtyList .relationship-partners,
.bl_specialtyList .counseling-sex,
.bl_specialtyList .persons-feelings,
.bl_specialtyList .relationship,
.bl_specialtyList .love,
.bl_specialtyList .parent-child {
  background: #ecfdf8;
}

.bl_specialtyList .menstruation-pms,
.bl_specialtyList .pill,
.bl_specialtyList .pregnancy,
.bl_specialtyList .childbirth,
.bl_specialtyList .stillbirth,
.bl_specialtyList .postpartum,
.bl_specialtyList .breastfeeding,
.bl_specialtyList .unwanted-pregnancy,
.bl_specialtyList .gynecology {
  background: #f4e0de;
}

.bl_specialtyList .fertility-treatment,
.bl_specialtyList .sperm-egg,
.bl_specialtyList .egg-freezing,
.bl_specialtyList .at-home,
.bl_specialtyList .hospital-selection,
.bl_specialtyList .egg-donation {
  background: #ffecde;
}

.bl_specialtyList .child-consultation,
.bl_specialtyList .childcare,
.bl_specialtyList .preconception-care,
.bl_specialtyList .developmental-disorders {
  background: #fff4d5;
}

.bl_specialtyList dd::before {
  content: "#";
}

.bl_memberWrapper .slick-dots {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: center;
  margin-top: 20px;
  padding: 0;
  list-style: none;
}

.bl_memberWrapper .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 5px 5px;
  border-radius: 50%;
  background-color: #d4ceca;
  text-indent: -9999px;
}
.bl_memberWrapper .slick-dots li.slick-active {
  background-color: #f28b34;
}

.bl_memberWrapper {
  margin: 0 -20px;
}

.bl_memberWrapper .slick-list {
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: visible;
}

.bl_memberWrapper .slick-arrow {
  z-index: 1;
  position: absolute;
  top: 50%;
  width: 24px;
  height: 49px;
  border: none;
  background-color: transparent;
  font-size: 0;
}

.bl_memberWrapper .slick-arrow::before {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-top: 3px solid #b39885;
  border-right: 3px solid #b39885;
  content: "";
  vertical-align: middle;
  cursor: pointer;
}

.bl_memberWrapper .slick-next {
  -webkit-transform: translate(0, -50%) rotate(45deg);
  right: -25px;
          transform: translate(0, -50%) rotate(45deg);
}

.bl_memberWrapper .slick-prev {
  -webkit-transform: translate(0, -50%) rotate(-135deg);
  left: -25px;
          transform: translate(0, -50%) rotate(-135deg);
}

.el_txtCenter {
  line-height: 1.8;
  text-align: center;
}

.bl_small {
  display: block;
  margin: 0 auto;
  margin-top: 24px;
  font-size: 14px;
}

/*
  専門家スライダーここまで
*/
/*
   ========================================================================== */
/**
 * コテイバナー
 */
.bl_fixBanner {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  z-index: 100;
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  text-align: center;
}
.bl_fixBanner.is-disabled {
  display: none;
}
.bl_fixBanner img {
  display: block;
  width: 250px;
}

.bl_fixBanner__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bl_fixBanner__txtWrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 200px;
  padding: 16px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-left: none;
  font-size: 14px;
}

.bl_fixBanner__txt01 {
  color: #666;
  font-size: 12px;
}

.bl_fixBanner__txt02 {
  margin: 0;
  color: #454545;
  font-weight: bold;
  font-size: 13px;
}

.bl_fixBanner__txt03 {
  position: absolute;
  right: 16px;
  bottom: 16px;
  color: #0234ab;
  font-size: 12px;
  line-height: 1;
}

.bl_fixBanner_close {
  z-index: 1;
  position: absolute;
  top: -6px;
  right: -6px;
  width: 24px;
  height: 24px;
  border: none;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}
.bl_fixBanner_close::before, .bl_fixBanner_close::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  background-color: #ccc;
  content: "";
}
.bl_fixBanner_close::before {
  -webkit-transform: translate(-50%, 50%) rotate(45deg);
          transform: translate(-50%, 50%) rotate(45deg);
}
.bl_fixBanner_close::after {
  -webkit-transform: translate(-50%, 50%) rotate(-45deg);
          transform: translate(-50%, 50%) rotate(-45deg);
}

.bl_fixBanner__imgWrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 285px;
  overflow: hidden;
  border-radius: 8px 0 0 8px;
}
.bl_fixBanner__imgWrapper img {
  width: 285px;
}

@media only screen and (min-width: 768px){
  .bl_memberWrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .bl_memberWrapper .slick-dots li {
    width: 16px;
    height: 16px;
    margin: 0 8px 5px;
  }
  .bl_memberWrapper {
    margin: 0 -40px;
  }
}

@media screen and (max-width: 1000px){
  footer .footer_body_grid {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 768px){
  .bl_memberSlider {
    border: 1px solid #d4ceca;
  }
}

@media screen and (max-width: 768px){
  .bl_section_document .bl_btn_arrow {
    font-size: 14px;
  }
  .bl_documentList li {
    width: 100%;
  }
  .custmer-bar.custmer-bar__feature {
    -webkit-box-shadow: 1px -2px 2px 1px rgba(0, 0, 0, 0.08);
    margin-top: 0;
    margin-bottom: 84px;
    padding-top: 24px;
            box-shadow: 1px -2px 2px 1px rgba(0, 0, 0, 0.08);
  }
  .custmer-bar-title {
    font-size: 13px !important;
  }
  #event {
    padding: 60px 0;
  }
  .benefit-list_date {
    margin-bottom: -10px;
    font-size: 14px;
  }
  .page_menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page_menu li {
    -webkit-box-sizing: border-box;
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            box-sizing: border-box;
            flex: 50%;
  }
  .page_menu li:nth-child(n+3) {
    border-top: 1px solid #f28b34;
  }
  .page_menu {
    border-radius: 4px;
  }
  .page_menu li {
    height: 40px;
  }
  .page_menu a {
    font-size: 12px;
  }
  .bl_memberSliderUnit {
    margin-bottom: 20px;
  }
  .bl_memberSlider {
    margin: 0 7px;
    padding: 18px;
  }
  .bl_memberSlider_name {
    font-size: 1rem;
  }
  .bl_memberSlider_img img {
    width: 85px;
  }
  .bl_memberSlider_degree {
    font-size: 1.4rem;
  }
  .bl_specialtyList dt {
    font-size: 10px;
  }
  .bl_specialtyList dd {
    font-size: 10px;
  }
  .bl_memberSlider_txt {
    font-size: 12px;
  }
  .el_txtCenter {
    font-size: 14px;
  }
  .bl_small {
    font-size: 12px;
  }
  .bl_fixBanner__imgWrapper {
    display: none;
  }
  .bl_fixBanner__txtWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column-reverse;
    width: 359px;
    padding: 8px;
    border: none;
  }
  .bl_fixBanner {
    left: 8px;
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .bl_fixBanner__txt01 {
    font-size: 11px;
  }
  .bl_fixBanner__txt02 {
    font-size: 13px;
  }
  .bl_fixBanner__txt03 {
    right: 8px;
    bottom: 10px;
    font-size: 11px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px){
  .page_menu li:nth-child(2n-1) {
    border-left: none;
  }
}

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