main {
  overflow: hidden;
}
.mv {
  position: relative;
  text-align: left;
  background: linear-gradient(180deg, #FFEB04 0%, #FFEB04 60%, #fff 60%, #fff 100%);
  padding: 90px 8% 0;
}
.mv::before {
  position: absolute;
  content: '';
  top: 0px;
  left: -60px;
  display: block;
  width: 200px;
  height: 200px;
  background-image: url("/img/common/circle_white.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.mv_txt {
  position: relative;
  z-index: 1;
}
.mv_txt h2 {}
.mv_txt h2 p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 2px;
  line-height: 1;
}
.mv_txt h2 div {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 4rem;
}
.mv_txt h2 div::first-letter {
  color: #fff;
}
.mv_txt > p {
  font-weight: 700;
  font-size: 1.6rem;
  display: inline-block;
  background: #000;
  color: #fff;
  border-radius: 30px;
  padding: 2px 15px;
  letter-spacing: 2px;
}
.mv img {
  position: relative;
  z-index: 1;
  border-radius: 15px;
  margin: 1em auto;
}
.mv > p {
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 2px;
}
.mv > p span {
  position: relative;
  display: inline-block;
  z-index: 0;
}
.mv > p span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 25%;
  background: #FF7F00;
  border-radius: 8px;
  z-index: -1;
}
/* about */
.about_bg {
  position: relative;
  padding: 2em 0 3em;
}
.about_bg::before, .about_bg::after {
  position: absolute;
  content: '';
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.about_bg::before {
  bottom: -80px;
  left: -100px;
  width: 200px;
  height: 200px;
  background-image: url("/img/common/circle_gray.webp");
}
.about_bg::after {
  top: -20px;
  right: -50px;
  width: 150px;
  height: 150px;
  background-image: url("/img/common/circle_yellow.webp");
}
.about {
  width: 85%;
  margin: auto;
}
.about_txt {
  position: relative;
  text-align: left;
  margin: 0 auto 1.5em;
}
.about_txt div {
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 2px;
  margin: 0 auto 0.5em;
}
.about_txt p {
  line-height: 1.8;
}
.about_en {
  text-align: right;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2.8rem;
  color: #FFEB04;
  margin: 0 -20px 0 auto;
}
/* target */
.target_bg {
  background: #FFEB04;
  position: relative;
  padding: 2em 0 3em;
}
.target_bg .heading::first-letter {
  color: #fff;
}
.target {
  width: 85%;
  margin: 1.5em auto 0;
}
.target li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background: #fff;
  border-radius: 5px;
  margin: 0.5em auto 0;
}
.target li::before {
  position: absolute;
  content: '';
  top: 50%;
  transform: translate(0%, -50%);
  left: 10px;
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("/img/kick/check.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.target li p {
  text-align: left;
  line-height: 1.5;
  font-weight: 500;
  width: calc(90% - 20px);
  padding: 0 0 0 20px;
}
.target li p span {
  position: relative;
  display: inline-block;
  z-index: 0;
}
.target li p span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 10%;
  background: #FF7F00;
  border-radius: 8px;
  z-index: -1;
}
/* strength */
.strength_bg {
  padding: 2em 0 3em;
}
.strength {}
.strength li {
  position: relative;
  width: calc(88% - 40px);
  margin: 2em 0 0 auto;
  background: #F0F0F0;
  border-radius: 15px 0 0 15px;
  padding: 25px;
  counter-increment: mycounter;
}
.strength li:nth-of-type(even) {
  margin: 2em auto 0 0;
  border-radius: 0 15px 15px 0;
}
.strength li::before {
  position: absolute;
  top: -12px;
  left: -12px;
  content: counter(mycounter, decimal-leading-zero);
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  line-height: 38px;
  padding: 0 0 0 2px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 10px solid #000;
  background: #F0F0F0;
  box-sizing: border-box;
  z-index: 1;
}
.strength li:nth-of-type(even)::before {
  left: auto;
  right: -15px;
}
.strength_img img {
  border-radius: 15px;
}
.strength_txt {
  text-align: left;
  margin: 1.5em auto 0;
}
.strength_txt div {
  display: inline-block;
  background: #FF7F00;
  color: #fff;
  border-radius: 30px;
  font-weight: 500;
  font-size: 1.3rem;
  padding: 2px 15px;
  margin: 0 auto 0.5em;
}
.strength_txt h3 {
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 2rem;
}
.strength_txt p {
  margin: 0.5em auto 1em;
}
.plan_btn {
  margin: 2em auto 0;
  width: 220px;
}
.plan_btn .btn {
  padding: 15px 10px 15px 0px;
}
/* menu */
.menu_bg {
  background: #F0F0F0;
  overflow: hidden;
  position: relative;
  padding: 3em 0 5em;
}
.menu_bg .heading::first-letter {
  color: #FFEB04;
}
.menu_bg::before, .menu_bg::after {
  position: absolute;
  content: '';
  display: block;
  width: 150px;
  height: 150px;
  background-image: url("/img/kick/menu_circle.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.menu_bg::before {
  top: 0px;
  left: 0px;
}
.menu_bg::after {
  bottom: 0px;
  right: 0px;
  background-image: url("/img/kick/menu_circle02.webp");
}
.menu_bg h2 {
  position: relative;
  z-index: 1;
}
.menu {
  position: relative;
  z-index: 1;
  width: 90%;
  margin: 2em auto 0;
}
.menu::before {
  position: absolute;
  top: 20px;
  left: 30px;
  width: 1px;
  height: calc(100% - 40px);
  content: '';
  background: #000;
}
.menu li {
  position: relative;
  margin: 2em auto 0;
  text-align: left;
  padding: 0 0 0 10px;
  counter-increment: mycounter;
}
.menu li::before {
  position: absolute;
  top: -10px;
  left: 0px;
  content: counter(mycounter, decimal);
  border-radius: 50%;
  background: #000;
  color: #FFEB04;
  width: 60px;
  height: 60px;
  line-height: 75px;
  text-align: center;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 700;
  font-size: 2rem;
}
.menu li::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  content: 'STEP';
  text-align: center;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 1.1rem;
}
.menu li.doubble::before {
  top: 0;
}
.menu li.doubble::after {
  top: 10px;
}
.menu h3 {
  background: #fff;
  border-radius: 50px;
  padding: 7px 15px 7px 70px;
  font-weight: 500;
  font-size: 1.3rem;
}
.menu h3 span {
  font-size: 1.6rem;
  display: block;
}
.menu_in {
  margin: 1em auto 0 60px;
}
.menu_in img {
  border-radius: 15px;
}
.menu_in p {
  margin: 1em auto 0;
}
/* effect */
.effect_slider {
  margin: 2em auto 0;
}
.effect_slider .slick-slide {
  transition: all .5s;
  width: 300px;
  margin: 0 15px;
  padding: 26px 0 0;
}
/*矢印の設定*/
.effect_slider .slick-prev, .effect_slider .slick-next {
  position: absolute;
  content: '';
  bottom: -5px;
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("/img/common/arrow.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.effect_slider .slick-prev {
  left: calc(50% - 70px);
  transform: scale(-1, 1);
}
.effect_slider .slick-next {
  right: calc(50% - 70px);
}
/*ドットナビゲーションの設定*/
.effect_slider .slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}
.effect_slider .slick-dots li {
  display: inline-block;
}
.effect_slider .slick-dots button {
  background: none;
  border: none;
}
.effect_slider .slick-dots .slick-active button {
  background: #000;
}
.effect {
  position: relative;
  background: #F0F0F0;
  border-radius: 0 15px 15px;
  padding: 20px;
  text-align: left;
}
.effect div {
  display: inline-block;
  position: absolute;
  top: -26px;
  left: 0;
  background: #FFEB04;
  border-radius: 10px 10px 0 0;
  font-weight: 500;
  padding: 3px 15px;
}
.effect img {
  border-radius: 15px;
}
.effect p {
  margin: 1em auto 0;
}
.effect p span {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 1.7rem;
  margin: 0 auto 0.2em;
}
/* voice */
.voice_bg {
  position: relative;
  padding: 4em 0 3em;
}
.voice_bg::before, .voice_bg::after {
  position: absolute;
  content: '';
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
  z-index: -1;
}
.voice_bg::before {
  top: -80px;
  left: -100px;
  background-image: url("/img/common/circle_yellow.webp");
}
.voice_bg::after {
  bottom: -80px;
  right: -100px;
  background-image: url("/img/common/circle_gray.webp");
}
.contents_ttl {
  position: relative;
  z-index: 1;
  width: 90%;
  margin: auto;
}
.contents_ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #FFEB04;
  mix-blend-mode: multiply;
  border-radius: 15px;
}
.contents_ttl img {
  border-radius: 15px;
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.contents_ttl h2 {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.contents_ttl h2::first-letter {
  color: #fff;
}
.voice_slider {
  width: 85%;
  margin: 2em auto 0;
}
.voice_slider .slick-slide {
  margin: 0 10px;
  border: 1px solid #000;
  border-radius: 15px;
  background: #fff;
  padding: 20px;
}
.voice_slider .slick-track {
  display: flex !important;
  align-items: stretch;
}
.voice_slider .slick-slide {
  height: auto !important;
  display: flex;
  flex-direction: column;
}
/*矢印の設定*/
.voice_slider .slick-prev, .voice_slider .slick-next {
  position: absolute;
  content: '';
  top: calc(50% - 15px);
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("/img/common/arrow.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.voice_slider .slick-prev {
  left: -28px;
  transform: scale(-1, 1);
}
.voice_slider .slick-next {
  right: -28px;
}
.voice div {
  margin: 0 auto 0.5em;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 2px;
}
.voice div span {
  position: relative;
  display: inline-block;
  z-index: 0;
}
.voice div span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10%;
  background: #FF7F00;
  border-radius: 8px;
  z-index: -1;
}
.voice div small {
  display: block;
  font-weight: 400;
  margin: 0.3em auto 0;
  font-size: 1.2rem;
}
.voice p {
  text-align: left;
}
.other_wrap {
  background: #FFEB04;
  width: calc(90% - 40px);
  margin: auto;
  padding: 20px;
  border-radius: 15px;
}
.other_wrap > p {
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
}
.other_wrap > p::before, .other_wrap > p::after {
  position: absolute;
  bottom: 0;
  content: '';
  width: 1px;
  height: 40px;
  background-color: #000;
}
.other_wrap > p::before {
  left: -15px;
  transform: rotate(-25deg)
}
.other_wrap > p::after {
  right: -15px;
  transform: rotate(25deg)
}
.other_wrap ul li {
  margin: 1.5em auto 0;
  background: #fff;
  border-radius: 15px;
  padding: 20px;
}
.other_wrap ul li h3 {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 3rem;
  margin: 0 auto 0.5em;
}
.other_wrap ul li h3::first-letter {
  color: #FFEB04;
}
.other_wrap ul li h3 span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 1;
  margin: -0.3em auto 0;
}
.other_wrap ul li img {
  border-radius: 15px;
}
.other_wrap ul li p {
  text-align: left;
  margin: 1em auto 0;
}
.other_wrap ul li p span {
  display: block;
  font-weight: 500;
  margin: 0 auto 0.3em;
  font-size: 1.5rem;
  text-align: center;
}
.belongings {}
.belongings > div {
  position: relative;
  font-weight: 500;
  font-size: 1.7rem;
  letter-spacing: 2px;
  padding: 0 0 10px;
  margin: 0 auto 10px;
}
.belongings > div::before {
  position: absolute;
  bottom: 0px;
  left: calc(50% - 20px);
  width: 40px;
  height: 3px;
  content: '';
  background: #FFEB04;
}
.belongings > p {
  font-size: 1.5rem;
}
.belongings > p span {
  display: inline-block;
}
.belongings > p small {
  display: block;
  font-size: 1.3rem;
}
.belongings01 {
  width: 85%;
  margin: auto;
}
.belongings01 li {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 1em auto 0em;
  justify-content: space-between;
  align-items: center;
  background: #F0F0F0;
  border-radius: 10px;
}
.belongings01 li img {
  width: calc(100% - 200px);
  border-radius: 10px 0 0 10px;
}
.belongings01 li p {
  width: 200px;
  text-align: left;
  box-sizing: border-box;
  padding: 0 15px;
}
.belongings01 li p span {
  display: block;
  font-weight: 500;
  font-size: 1.5rem;
}
.belongings02 {
  width: calc(85% + 10px);
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0em auto 0em;
  justify-content: center;
}
.belongings02 li {
  margin: 1em 5px 0em;
  width: calc(100% / 2 - 10px);
  background: #F0F0F0;
  border-radius: 10px;
  padding: 15px 0;
  position: relative;
  font-weight: 500;
  font-size: 1.4rem;
}
.belongings02 li img {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translate(0%, -50%);
  width: 25px;
}
.doctor {
  position: relative;
  background: #F0F0F0;
  width: 90%;
  margin: 0 auto 3em;
  padding: 30px 20px;
  box-sizing: border-box;
  border-radius: 10px;
}
.doctor h2 {
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translate(-50%, 0%);
  font-size: 3.3rem;
  width: 100%;
}
.doctor > p {
  display: inline-block;
  background: #FF7F00;
  color: #fff;
  padding: 2px 15px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 1.5rem;
  margin: 0 auto 0.5em;
}
.doctor h3 {
  font-weight: 500;
  font-size: 1.9rem;
}
.doctor h3 span {
  position: relative;
  display: inline-block;
  z-index: 0;
}
.doctor h3 span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 10%;
  background: #FF7F00;
  border-radius: 8px;
  z-index: -1;
}
.doctor_comment {
  margin: 2em auto 0;
}
.doctor_comment img {
  max-width: 200px;
  border-radius: 10px;
}
.doctor_comment p {
  margin: 1em auto 0;
  text-align: left;
}
.doctor_comment p span {
  display: block;
  font-weight: 500;
  margin: 0.4em auto 0;
  font-size: 1.4rem;
}
.doctor_comment02 {
  background: #fff;
  border-radius: 20px 20px 20px 0;
  padding: 15px;
  margin: 1.5em auto 0;
}
.doctor_comment02 div {
  font-weight: 500;
  font-size: 1.5rem;
  margin: 0 auto 0.3em;
}
.doctor_comment02 p {
  text-align: left;
}
/* ------------------------------------ */
/* ▼PC用デザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  .mv {
    background: linear-gradient(180deg, #FFEB04 0%, #FFEB04 60%, #fff 60%, #fff 100%);
    padding: 140px 5% 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 3em;
    justify-content: space-between;
  }
  .mv::before {
    top: -30px;
    left: -100px;
    width: 300px;
    height: 300px;
  }
  .mv_txt {
    width: 550px;
  }
  .mv_txt h2 p {
    font-size: 2.3rem;
  }
  .mv_txt h2 div {
    line-height: 1.3;
    font-size: 8rem;
  }
  .mv_txt > p {
    font-size: 2.5rem;
    padding: 2px 25px;
    letter-spacing: 4px;
  }
  .mv img {
    width: calc(100% - 600px);
    border-radius: 30px;
    margin: 0;
    height: 500px;
    object-fit: cover;
  }
  .mv > p {
    position: absolute;
    bottom: 0;
    left: 5%;
    font-size: 4.5rem;
    letter-spacing: 4px;
  }
  .mv > p span::before {
    bottom: 5px;
    border-radius: 15px;
  }
  /* about */
  .about_bg {
    padding: 3em 0 7em;
  }
  .about_bg::before {
    bottom: -270px;
    left: -200px;
    width: 500px;
    height: 500px;
  }
  .about_bg::after {
    top: -20px;
    right: -100px;
    width: 280px;
    height: 280px;
  }
  .about {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .about_txt {
    width: 40%;
    margin: 0;
  }
  .about_txt div {
    font-size: 3rem;
    line-height: 1.6;
  }
  .about_txt p {
    line-height: 2;
  }
  .about_img {
    width: 55%;
  }
  .about_en {
    position: absolute;
    bottom: -0.7em;
    right: 0;
    line-height: 1;
    font-size: 6rem;
    margin: 0;
  }
  /* target */
  .target_bg {
    padding: 3em 0 5em;
  }
  .target {
    width: 90%;
    max-width: 1200px;
    margin: 1.5em auto 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
  }
  .target li {
    margin: 1em 8px 0em;
    width: calc(100% / 2 - 16px);
    height: 80px;
  }
  .target li::before {
    left: 20px;
    width: 20px;
    height: 20px;
  }
  .target li p {
    font-size: 1.7rem;
    letter-spacing: 2px;
    width: calc(90% - 30px);
    padding: 0 0 0 30px;
  }
  /* strength */
  .strength_bg {
    padding: 3em 0 5em;
  }
  .strength {}
  .strength li {
    width: calc(95% - 10%);
    margin: 4em 0 0 auto;
    border-radius: 30px 0 0 30px;
    padding: 60px 5%;
    counter-increment: mycounter;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
  .strength li:nth-of-type(even) {
    margin: 5em auto 0 0;
    border-radius: 0 30px 30px 0;
    flex-direction: row;
  }
  .strength li::before {
    top: -15px;
    left: -15px;
    font-size: 3rem;
    line-height: 62px;
    width: 90px;
    height: 90px;
    border: 15px solid #000;
  }
  .strength li:nth-of-type(even)::before {
    left: auto;
    right: -15px;
  }
  .strength_img {
    width: 50%;
  }
  .strength_img img {
    border-radius: 30px;
    height: 500px;
    object-fit: cover;
  }
  .strength_txt {
    width: 45%;
    margin: 0;
  }
  .strength_txt div {
    font-size: 2.3rem;
    padding: 2px 15px;
    margin: 0 auto 0.5em;
  }
  .strength_txt h3 {
    font-size: 3.5rem;
    line-height: 1.5;
  }
  .strength_txt p {
    width: 90%;
    line-height: 2;
    margin: 0.5em auto 1em 0;
  }
  .plan_btn {
    margin: 3em auto 0;
    width: 350px;
  }
  .plan_btn .btn {
    padding: 18px 10px 18px 0px;
  }
  /* menu */
  .menu_bg {
    padding: 3em 0 7em;
  }
  .menu_bg::before, .menu_bg::after {
    width: 280px;
    height: 280px;
  }
  .menu {
    max-width: 1000px;
    margin: 3em auto 0;
  }
  .menu::before {
    left: 35px;
  }
  .menu li {
    position: relative;
    margin: 1.5em auto 0;
    text-align: left;
    padding: 0 0 0 10px;
    counter-increment: mycounter;
  }
  .menu li::before {
    top: -3px;
    width: 70px;
    height: 70px;
    line-height: 90px;
    font-size: 3rem;
  }
  .menu li::after {
    top: 5px;
    width: 70px;
    font-size: 1.3rem;
  }
  .menu li.doubble::before {
    top: -3px;
  }
  .menu li.doubble::after {
    top: 5px;
  }
  .menu h3 {
    padding: 10px 15px 10px 100px;
    font-size: 1.7rem;
    letter-spacing: 2px;
  }
  .menu h3 span {
    font-size: 2.5rem;
    display: inline-block;
  }
  .menu_in {
    margin: 2em auto 0 100px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
  }
  .menu_in img {
    width: 350px;
  }
  .menu_in p {
    margin: 0;
    line-height: 2;
    width: calc(100% - 380px);
  }
  /* effect */
  .effect_slider {
    margin: 3em auto 0;
  }
  .effect_slider .slick-slide {
    width: 420px;
    margin: 0 10px;
    padding: 35px 0 0;
  }
  .effect_slider .slick-prev, .effect_slider .slick-next {
    bottom: -5px;
    width: 40px;
    height: 40px;
  }
  .effect_slider .slick-prev {
    left: calc(50% - 100px);
  }
  .effect_slider .slick-next {
    right: calc(50% - 100px);
  }
  .effect {
    border-radius: 0 20px 20px;
    padding: 30px;
  }
  .effect div {
    top: -35px;
    padding: 3px 18px;
    font-size: 1.7rem;
    letter-spacing: 2px;
  }
  .effect p {
    margin: 1em auto 0;
  }
  .effect p span {
    font-size: 2.3rem;
    margin: 0 auto 0.2em;
  }
  /* voice */
  .voice_bg {
    padding: 6em 0 4em;
  }
  .voice_bg::before, .voice_bg::after {
    width: 400px;
    height: 400px;
  }
  .voice_bg::before {
    top: -200px;
    left: -150px;
  }
  .voice_bg::after {
    bottom: -220px;
    right: -200px;
  }
  .contents_ttl {
    max-width: 1200px;
  }
  .contents_ttl::before {
    border-radius: 30px;
  }
  .contents_ttl img {
    border-radius: 30px;
    height: 370px;
  }
  .voice_slider {
    width: 90%;
    max-width: 1200px;
    margin: 2em auto 0;
  }
  .voice_slider .slick-slide {
    padding: 20px 30px;
  }
  .voice_slider .slick-prev, .voice_slider .slick-next {
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
  }
  .voice_slider .slick-prev {
    left: -45px;
  }
  .voice_slider .slick-next {
    right: -45px;
  }
  .voice div {
    margin: 0 auto 0.5em;
    font-size: 1.8rem;
  }
  .voice div small {
    margin: 0.3em auto 0;
    font-size: 1.4rem;
  }
  .other_wrap {
    max-width: calc(1300px - 40px);
    width: calc(95% - 40px);
    padding: 50px 20px;
    border-radius: 30px;
  }
  .other_wrap > p {
    font-size: 2.5rem;
    letter-spacing: 2px;
  }
  .other_wrap > p::before, .other_wrap > p::after {
    height: 80px;
  }
  .other_wrap > p::before {
    left: -35px;
  }
  .other_wrap > p::after {
    right: -35px;
  }
  .other_wrap ul {
    max-width: 1300px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 2.5em auto 0em;
    justify-content: space-between;
  }
  .other_wrap ul li {
    margin: 0 10px 0em;
    width: calc(100% / 3 - 60px);
    border-radius: 30px;
    padding: 20px 20px 40px;
  }
  .other_wrap ul li h3 {
    font-size: 5rem;
    margin: 0 auto 0.5em;
  }
  .other_wrap ul li h3 span {
    font-size: 1.8rem;
    margin: -0.6em auto 0;
  }
  .other_wrap ul li img {
    border-radius: 30px;
  }
  .other_wrap ul li p {
    line-height: 2;
  }
  .other_wrap ul li p span {
    margin: 0 auto 0.3em;
    font-size: 2rem;
    letter-spacing: 2px;
    line-height: 1.5;
  }
  .belongings {}
  .belongings > div {
    font-size: 2.5rem;
    margin: 0 auto 15px;
  }
  .belongings > p {
    font-size: 2.0rem;
  }
  .belongings > p small {
    display: block;
    font-size: 1.5rem;
  }
  .belongings01 {
    width: 90%;
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 1.5em auto 0em;
    justify-content: space-between;
  }
  .belongings01 li {
    margin: 0 8px 0em;
    width: calc(100% / 2 - 16px);
    border-radius: 20px;
  }
  .belongings01 li img {
    width: calc(100% - 300px);
    border-radius: 20px 0 0 20px;
  }
  .belongings01 li p {
    width: 300px;
    padding: 0 30px;
  }
  .belongings01 li p span {
    font-size: 2.2rem;
  }
  .belongings02 {
    width: calc(90% + 0px);
    max-width: calc(1000px + 0px);
  }
  .belongings02 li {
    margin: 1em 8px 0em;
    width: calc(100% / 3 - 16px);
    border-radius: 20px;
    padding: 20px 0;
    font-size: 1.8rem;
  }
  .belongings02 li img {
    left: 25px;
    width: 35px;
  }
  .doctor {
    width: 90%;
    max-width: 1200px;
    margin: 3em auto 6em;
    padding: 50px 50px 60px;
    border-radius: 20px;
  }
  .doctor h2 {
    top: -1.2em;
    font-size: 8rem;
  }
  .doctor > p {
    padding: 2px 25px;
    font-size: 2.2rem;
  }
  .doctor h3 {
    letter-spacing: 2px;
    font-size: 3rem;
  }
  .doctor_comment {
    margin: 2em auto 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    justify-content: center;
  }
  .doctor_comment img {
    max-width: 250px;
    border-radius: 20px;
  }
  .doctor_comment p {
    margin: 0 0 0 40px;
    width: 700px;
    line-height: 2;
  }
  .doctor_comment p span {
    margin: 0.4em auto 0;
    font-size: 1.8rem;
  }
  .doctor_comment02 {
    max-width: 1000px;
    box-sizing: border-box;
    border-radius: 40px 40px 40px 0;
    padding: 25px 40px;
    margin: 2.5em auto 0;
  }
  .doctor_comment02 div {
    font-size: 2rem;
    margin: 0 auto 0.3em;
  }
  .doctor_comment02 p {
    line-height: 2;
  }
}