:root {
  --color-red: #c8102e;
}
.container {
  max-width: 1030px;
  width: 100%;
  padding: 0 15px;
  margin: auto;
}
.fs-16 {
  font-size: 16px;
}
.fw-600 {
  font-weight: 600;
}
.pd-sec {
  padding: 55px 0;
}
.color-red {
  color: #c8102e;
}
.bg-black {
  background: #000;
}
.none-ul {
  list-style: none;
  padding-left: 0;
}
.d-flex {
  display: flex;
}
.box-tit-sec {
  margin-bottom: 35px;
}
.tit-sec {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
}
.subtit-sec {
  font-size: 11px;
  color: #c8102e;
  font-weight: bold;
}
.wrap-problems {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}
.l-problems {
  width: 420px;
  padding-left: 0;
}
.l-problems li {
  list-style: none;
  padding: 20px 0;
  border-top: 1px solid #4d4d4d33;
  display: flex;
}
.l-problems li:last-child {
  border-bottom: 1px solid #4d4d4d33;
}
.icon-check {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
}
.l-problems li > span {
  width: calc(100% - 30px);
  display: inline-block;
}
.info-problems {
  width: calc(100% - 420px);
}
.info-problems {
  background: #111111;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 15px;
  border-radius: 10px;
}
.info-problems .sm {
  font-size: 12px;
  color: #999999;
  letter-spacing: 0.1em;
}
.tit-info-problems {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  position: relative;
  padding-bottom: 25px;
  margin: 25px 0;
}
.tit-info-problems:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 1px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #c8102e;
}
.section-experient {
  background: #f2f2f2;
}
.tit-process {
  font-size: 18px;
  color: #c8102e;
  font-weight: 300;
  margin: 25px 0 30px 0;
  padding: 20px;
  position: relative;
  font-weight: 500;
}
.tit-process:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #c8102e;
}
.l-process {
  display: flex;
  flex-wrap: wrap;
  column-gap: 35px;
  row-gap: 20px;
  justify-content: flex-start;
  max-width: 850px;
  width: 100%;
  margin: auto;
  counter-reset: section;
}
.item-process {
  width: calc((100% - 35px) / 2);
  background: #fff;
  padding: 20px 25px 25px 25px;
  border-radius: 10px;
  position: relative;
}
.item-process::before {
  counter-increment: section;
  content: counter(section);
  width: 26px;
  height: 26px;
  position: absolute;
  background: #000;
  color: #fff;
  border-radius: 50%;
  line-height: 1.6;
  text-align: center;
  top: 26px;
  left: -12px;
  font-family: "Noto Serif JP", serif;
}
.item-process.red::before {
  background: #c8102e;
}
.tit-item-process {
  font-size: 18px;
  margin-bottom: 2px;
}
.tit-item-process ~ p {
  margin-bottom: 0px;
}
.wrap-putting-experient {
  margin-top: 40px;
  background: #fff;
  border-radius: 10px;
  padding: 25px 15px;
  text-align: center;
}
.wrap-putting-experient .info {
  margin-top: 20px;
}
.note-coupon {
  font-size: 18px;
  font-weight: bold;
}
.note-info {
  margin: 18px 0;
  line-height: 1.5;
}
.section-puttlab .tit-sec {
  color: #fff;
}
.wrap-puttlab {
  display: flex;
}
.puttlab-left {
  width: 400px;
}
.puttlab-right {
  width: calc(100% - 400px);
  padding-left: 30px;
}
.l-info-puttlab {
  list-style: none;
  padding-left: 0;
}
.l-info-puttlab {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
  margin-top: 24px;
  counter-reset: section;
}
.l-info-puttlab li {
  width: calc((100% - 10px) / 2);
  position: relative;
  color: #fff;
  font-size: 12px;
  background: #1a1a1a;
  border-radius: 8px;
  padding: 10px 10px 10px 30px;
}
.l-info-puttlab li span {
  position: relative;
}
.l-info-puttlab li span:before {
  counter-increment: section;
  content: counter(section, decimal-leading-zero);
  color: #c8102e;
  position: absolute;
  left: -17px;
}
.wrap-puttlab p {
  color: #b3b3b3;
}
.sec-count-price {
  padding: 30px 0;
  background: var(--color-red);
  color: #fff;
}
.l-count-price {
  display: flex;
  justify-content: space-between;
}
.l-count-price li {
  width: 33.33%;
  text-align: center;
}
.box-count-price {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
.box-count-price .price {
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
}
.box-count-price .name-price {
  font-size: 24px;
}
.l-method {
  display: flex;
  column-gap: 20px;
}
.l-method li {
  width: calc((100% - 20px) / 3);
}
.tit-method {
  font-size: 16px;
  font-weight: bold;
  color: var(--color-red);
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.tit-method .tit_met_nr {
  position: absolute;
  font-family: "Noto Serif JP", serif;
  font-size: 60px;
  color: #f2f2f2;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  top: -7px;
}
.section-staff {
  background: #f2f2f2 !important;
  overflow-x: unset;
  overflow-y: unset;
}
.wrap-staff {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
/* ====== SCROLLBAR (Chrome / Edge / Safari) ====== */
.wrap-staff::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}
.wrap-staff::-webkit-scrollbar-track {
  background: #f2f2f2;
  border-radius: 999px;
  margin: 0 40px;
}
.wrap-staff::-webkit-scrollbar-thumb {
  background: #999999 !important;
  border-radius: 999px;
}
/**/
/*style scollbar*/
.style-scollbar::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}
.style-scollbar::-webkit-scrollbar-track {
  background: #f2f2f2;
  border-radius: 999px;
  margin: 0 40px;
}
.style-scollbar::-webkit-scrollbar-thumb {
  background: #999999 !important;
  border-radius: 999px;
}
/*end style scollbar*/
.hori_scroll {
  display: flex;
  padding: 0 20px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}

.section-staff .box-thumb-staff .name {
  font-family: "Noto Serif JP", serif;
  color: #000;
  text-align: left;
  margin: 0;
}
.tit-name-staff {
  font-size: 11px;
  color: var(--color-red);
  font-weight: 500;
}
.section-staff .box-thumb-staff .thumb {
  max-width: 100px;
  width: 100%;
  margin: unset;
  border-radius: 5px;
  overflow: hidden;
}
.box-thumb-staff {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}
.box-staff-card {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
.detail-staff {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.box-name-staff {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cont-staff {
  font-weight: 300;
}
.tit-position {
  font-size: 10px;
  padding: 5px 10px;
  background: #000;
  color: #fff;
  display: inline-block;
  border-radius: 20px;
  line-height: 1;
  margin-top: 10px;
}
.tit-cont-staff.color-red.fs-16 {
  margin: 12px 0 18px 0;
  font-weight: 500;
}
.l-tag-staff {
  margin-top: 17px;
  margin-bottom: 0;
}
.l-tag-staff li {
  font-size: 11px;
  color: var(--color-red);
  border: 1px solid var(--color-red);
  display: inline-block;
  border-radius: 20px;
  padding: 5px 10px;
  line-height: 1;
  margin: 0 5px 5px 0;
}
.box-menu-pricing {
  margin: 65px 0 55px 0;
}
.l-menu-pricing.none-ul {
  display: flex;
  column-gap: 20px;
  padding: 50px 0px;
}
.item-center {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-red);
  line-height: 1;
  padding: 10px 22px;
  border-radius: 10px;
}
.item-pricing {
  width: 320px;
  background: var(--color-red);
  border-radius: 10px;
  padding: 30px 25px;
  color: #fff;
  position: relative;
  flex-shrink: 0;
}
.item-pricing:nth-child(2) {
  background: #000;
  margin-top: -40px;
  bottom: -20px;
}
.item-pricing:nth-child(3) {
  background: #f2f2f2;
  color: #808080;
}
.tit-pricing {
  font-size: 17px;
  font-family: "Noto Serif JP", serif;
}
.item-pricing:nth-child(3) .tit-pricing {
  color: #000;
}
.box-pricing .price {
  font-size: 36px;
  font-weight: bold;
  margin: 0 12px;
}
.item-pricing:nth-child(3) .box-pricing .price {
  color: var(--color-red);
}
.box-pricing {
  margin: 30px 0 20px 0;
}
.l-info-pricing {
  margin-bottom: 35px;
}
.l-info-pricing li {
  margin-bottom: 10px;
  font-size: 13px;
}
.l-info-pricing li:last-child {
  margin-bottom: 0;
}
.link-pricing {
  text-decoration: none;
  background: #fff;
  text-align: center;
  position: absolute;
  bottom: 10px;
  color: var(--color-red);
  width: calc(100% - 20px);
  left: 10px;
  padding: 12px;
  border-radius: 8px;
  line-height: 1;
}
.link-pricing:hover {
  opacity: 0.8;
}
.item-pricing:nth-child(2) .link-pricing {
  background: #ca3149;
  background: linear-gradient(
    90deg,
    rgba(202, 49, 73, 1) 0%,
    rgba(229, 57, 71, 1) 50%,
    rgba(196, 0, 35, 1) 100%
  );
  color: #fff;
}
.item-pricing:nth-child(3) .link-pricing {
  background: #000;
  color: #fff;
}
.sec-menu-pricing .iframe-hacomono {
  margin-top: 0px;
}
.staff-track .staff-card:last-child {
  padding-right: 0px;
}

/*mobile*/
@media screen and (max-width: 1000px) {
  .box-menu-pricing {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .l-menu-pricing {
    margin-bottom: 40px;
  }
  .l-problems,
  .info-problems {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .section-staff .staff-track {
    width: unset;
    flex-direction: unset;
    -webkit-overflow-scrolling: touch;
  }
  .section-staff .staff-card {
    padding-bottom: 30px;
    flex-shrink: 0;
  }
  .section-staff .cont-staff {
    overflow: hidden;
    height: unset;
    padding-right: 0;
  }
  .wrap-problems {
    flex-direction: column;
  }
  .info-problems {
    margin-top: 10px;
    border-radius: 0px;
  }
  .l-process {
    row-gap: 10px;
  }
  .item-process {
    width: 100%;
  }
  .wrap-puttlab {
    flex-direction: column;
  }
  .puttlab-left {
    width: 100%;
  }
  .puttlab-right {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
  .puttlab-right .thumb {
    max-width: 280px;
    width: 100%;
    margin: auto;
  }
  .l-count-price {
    flex-direction: column;
  }
  .l-count-price li {
    width: 100%;
    margin-bottom: 45px;
  }
  .l-count-price li:last-child {
    margin-bottom: 0;
  }
  .l-method {
    flex-direction: column;
  }
  .l-method li {
    width: 100%;
    margin-bottom: 25px;
  }
  .l-method li:last-child {
    margin-bottom: 0;
  }
  .section-problems {
    padding-bottom: 0;
  }
  /*.l-menu-pricing {
		width: unset;
	}
	.box-menu-pricing {
		overflow-x: unset;
		overflow-y: unset;
	}
	.item-pricing{
		margin: 0 10px;
	}*/

  /*.sec-menu-pricing .slick-list{
		padding: 30px 0 15px 0!important;
	}*/
  /*.sec-menu-pricing .slick-initialized .slick-slide {
		top: 72px;
	}{
	}
	.l-menu-pricing{
		height: 400px;
	}*/
}
