@keyframes dca_ripple {
  0% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.dc-txt.--txt1 {
  font-size: 25px;
  line-height: 1.24;
  border-radius: 20px;
  width: 160px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  text-align: center;
  flex-direction: column;
  letter-spacing: 0.1em;
}
.dc-txt.--txt1 .dc-txt-1__boder {
  border-bottom: 1px solid #574849;
}
.dc-txt.--txt1 .dc-txt-1__hl {
  color: #cf8080;
  font-size: 39px;
  line-height: 1.2051282051;
  display: inline-block;
}
.dc-txt.--txt2 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 25px;
  text-align: center;
  font-size: 28px;
  line-height: 1.2142857143;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
}
.dc-txt.--txt2::before, .dc-txt.--txt2::after {
  content: "";
  width: 1px;
  height: auto;
  background: #574849;
  border-radius: 2em;
}
.dc-txt.--txt2::before {
  transform: rotate(-30deg);
}
.dc-txt.--txt2::after {
  transform: rotate(30deg);
}
.dc-btn.--btn1 {
  font-size: 21px;
  line-height: 1.2380952381;
  color: #c77164;
  border: 1px solid;
  border-radius: 2em;
  display: flex;
  gap: 15px;
  align-items: center;
  width: 428px;
  max-width: 100%;
  min-height: 52px;
  text-decoration: unset;
  justify-content: center;
  cursor: pointer;
}
.dc-btn.--btn1::after {
  content: "";
  position: relative;
  display: block;
  background-size: contain;
  background-image: url("../img/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 20px;
}
.dc-heading.--heading1 {
  font-size: 28px;
  line-height: 1.2142857143;
  font-weight: 400;
  margin-bottom: 45px;
}
.dc-heading.--heading1 .dc-heading-1-in {
  background-color: white;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 10px;
  padding: 1px 10px 4px;
}
.dc-heading.--heading1 .dc-heading-1-in:last-child {
  margin-bottom: 0;
}
.dc-heading.--heading1 .dc-heading-1-big {
  font-size: 42px;
  line-height: 1;
  padding: 0px 10px 6px;
  padding-right: 15px;
}
.dc-heading.--heading2 {
  position: relative;
  font-size: 42px;
  letter-spacing: 2px;
  font-weight: normal;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  text-align: center;
  width: 1065px;
  max-width: 100%;
  margin: auto;
}
.dc-heading.--heading2 .before {
  width: 200px;
  height: 130px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
}
.dc-heading.--heading2 .after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top right;
     object-position: top right;
}
.dc-heading.--heading2-left .after {
  right: unset;
  left: 0;
}
.dc-list.--list1 {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 21px;
  line-height: 3.0476190476;
}
.dc-list.--list1 li {
  display: flex;
  gap: 5px;
}
.dc-list.--list1 li::before {
  content: "";
  position: relative;
  top: 20px;
  width: 30px;
  height: 23px;
  background-size: contain;
  background-image: url("../img/check.svg");
  background-repeat: no-repeat;
}
.dc-columns {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.dc-columns .dc-column {
  max-width: 100%;
}
.dc-columns.--columns1 .dc-column {
  flex: 1;
}
.dc-columns.--columns-center {
  justify-content: center;
}
.dc-card.--card1 {
  border-radius: 16.8px;
  overflow: hidden;
  width: 252px;
  max-width: 100%;
  background-color: white;
}
.dc-card.--card1 .dc-card-1-head img {
  display: flex;
}
.dc-card.--card1 .dc-card-1-body {
  padding: 23px 10px 18px;
  text-align: center;
  font-size: 21px;
  line-height: 1.7142857143;
}
.dc-card-1-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.dc-block.--block1 {
  height: 510px;
  overflow: hidden;
}
.dc-block.--block1 .dc-block-1-in {
  position: relative;
  width: 100%;
  height: 100%;
}
.dc-block.--block1 .dc-block-1-back {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.dc-block.--block1 .dc-block-1-back img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
}
.dc-block.--block1 .dc-block-1-txt {
  font-size: 140px;
  line-height: 1;
  position: absolute;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.05em;
  white-space: nowrap;
  left: 0;
  bottom: 0.2em;
}
.dc-block.--block1 .dc-block-1-content {
  position: relative;
  z-index: 100;
  color: white;
  width: 1280px;
  max-width: 100%;
  margin: auto;
  padding: 90px 60px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  box-sizing: border-box;
}
.dc-block.--block1 .dc-block-1-content p:not(.dc-heading) {
  width: 427px;
  max-width: 100%;
}
.dc-block.--block1 .dc-block-1-content .dc-heading-1-in {
  color: #574849;
  margin-bottom: 45px;
}
.dc-block.--block1-left .dc-block-1-txt {
  text-align: right;
  width: 100%;
}
.dc-block.--block1-left .dc-block-1-content {
  align-items: flex-start;
}
.dc-table {
  width: 621px;
  max-width: 100%;
  margin: auto;
  overflow: auto;
}
.dc-table.--table1 table {
  width: 100%;
  max-width: 100%;
  border: 0;
  border-spacing: 0;
}
.dc-table.--table1 table th,
.dc-table.--table1 table td {
  font-size: 18px;
  line-height: 1.5555555556;
  border-bottom: 0.25px solid;
  padding: 13px 27px;
  box-sizing: border-box;
}
.dc-table.--table1 table th a,
.dc-table.--table1 table td a {
  color: #574849;
  text-decoration: unset;
}
.dc-table.--table1 table th {
  width: 238px;
  max-width: 100%;
  text-align: left;
  font-weight: 400;
}
.dc-table.--table1 table td {
  padding-right: 5px;
}
.dc-table.--table1 table tr:last-child td,
.dc-table.--table1 table tr:last-child th {
  border-bottom: 0;
}
.dc-fv-1-in {
  position: relative;
}
.dc-fv-1-img {
  background-color: #f7dda5;
}
.dc-fv-1-img img {
  display: flex;
  height: auto;
  width: 100%;
}
.dc-fv-1-txt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 648px;
  max-width: 100%;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
}
.dc-fv-1-txt .dc-heading {
  margin-bottom: 0;
}
.dc-fv.--fv2 {
  position: relative;
}
.dc-fv.--fv2 .dc-fv__img {
  width: 100%;
  max-width: 100%;
}
.dc-fv.--fv2 .dc-fv__img img {
  width: 100%;
  max-width: 100%;
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.dc-fv.--fv2 .dc-fv__heading {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: yumincho, sans-serif;
  color: #574849;
  top: -20px;
}
.dc-fv.--fv2 .dc-fv__heading .dc-heading.--heading1 {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 37.5px;
  line-height: 1.184;
  font-weight: 500;
}
.dc-fv.--fv2 .dc-fv__heading .dc-heading.--heading1 .dc-heading-1-in {
  padding: 0px 15px;
}
.dc-section {
  position: relative;
}
.dc-section > * {
  position: relative;
  z-index: 10;
}
.dc-section-in {
  padding: 0 20px;
  box-sizing: border-box;
}
.dc-section-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.dc-section-back img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
}
.dc-section.--section-orange-thin {
  background: linear-gradient(-45deg, rgba(238, 159, 131, 0.3), rgba(247, 221, 165, 0.3), rgba(243, 201, 154, 0.3), rgba(246, 218, 163, 0.3), rgba(241, 206, 188, 0.3));
}

@media screen and (min-width: 769px) {
  .dc-tb {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .dc-tb-hidden {
    display: none !important;
  }
  .dc-txt.--txt1 {
    font-size: 21px;
    line-height: 1.6904761905;
    width: 150px;
    height: 108px;
  }
  .dc-txt.--txt1 .dc-txt-1__hl {
    font-size: 31.5px;
    line-height: 1.2222222222;
  }
  .dc-txt.--txt2 {
    font-size: 18px;
    line-height: 1.3333333333;
    gap: 13px;
    margin-bottom: 23px;
  }
  .dc-btn.--btn1 {
    font-size: 16px;
    line-height: 1.21875;
    gap: 6px;
    width: 290px;
    min-height: 40px;
  }
  .dc-btn.--btn1::after {
    width: 25px;
  }
  .dc-heading.--heading1 {
    font-size: 24px;
    line-height: 1.2083333333;
  }
  .dc-heading.--heading1 .dc-heading-1-in {
    padding: 1px 15px 5px;
  }
  .dc-heading.--heading1 .dc-heading-1-big {
    font-size: 41px;
    line-height: 1;
    padding: 0px 15px 7px;
  }
  .dc-heading.--heading2 {
    font-size: 24px;
    line-height: 1.2083333333;
    padding-top: 20px;
    margin-bottom: 17px;
  }
  .dc-heading.--heading2 .before {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    width: 120px;
    height: 72px;
    bottom: -5px;
  }
  .dc-heading.--heading2 .after {
    right: 0;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .dc-list.--list1 {
    font-size: 14px;
    line-height: 2.2857142857;
  }
  .dc-list.--list1 li::before {
    width: 20px;
    height: 15px;
    top: 8px;
  }
  .dc-block.--block2 {
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;
    justify-content: flex-end;
    margin-bottom: 19px;
  }
  .dc-block.--block2 .dc-block-2-left {
    padding-bottom: 44px;
    width: 100%;
    position: absolute;
    left: 0;
  }
  .dc-block.--block2 .dc-block-2-left > *:last-child {
    margin-bottom: 0;
  }
  .dc-block.--block2 .dc-block-2-right img {
    display: flex;
  }
  .dc-card.--card1 {
    width: 150px;
  }
  .dc-card.--card1 img {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .dc-card.--card1 .dc-card-1-body {
    padding: 10px;
    height: auto;
    text-align: left;
    font-size: 14px;
    line-height: 1.6428571429;
  }
  .dc-card-1-group {
    gap: 18px 9px;
  }
  .dc-table.--table1 {
    width: 425px;
  }
  .dc-table.--table1 table {
    margin: 0;
  }
  .dc-table.--table1 table th,
  .dc-table.--table1 table td {
    padding: 18px 0;
    border-bottom: 0.1px solid;
  }
  .dc-table.--table1 table th {
    font-size: 12px;
    line-height: 1.5;
    padding-right: 10px;
    width: 84px;
  }
  .dc-table.--table1 table td {
    font-size: 13px;
    line-height: 1.6153846154;
  }
  .dc-fv.--fv1 .dc-fv-1-img {
    height: 610px;
  }
  .dc-fv.--fv1 .dc-fv-1-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .dc-fv.--fv2 .dc-fv__heading {
    width: 375px;
    max-width: 100%;
    margin: auto;
    align-items: flex-start;
    padding-left: 17px;
    top: 115px;
  }
  .dc-fv.--fv2 .dc-fv__heading .dc-heading.--heading1 {
    align-items: flex-start;
  }
  .dc-fv.--fv2 .dc-fv__heading .dc-heading.--heading1 .dc-heading-1-in {
    padding: 0px 11px;
    font-size: 27px;
    line-height: 1.1851851852;
    text-align: left;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 426px) {
  .dc-spl {
    display: none !important;
  }
}
@media screen and (max-width: 425px) {
  _::-webkit-full-page-media,
  _:future,
  :root .dc-block.--block1 .dc-block-1-content .dc-heading.--heading1 .dc-heading-1-in span {
    transform: rotate(90deg);
    display: block;
    margin-top: 3px;
    margin-right: -5px;
    margin-bottom: -3px;
    writing-mode: unset;
  }
  .dc-spl-hidden {
    display: none !important;
  }
  .dc-heading.--heading2 .after {
    width: 14.8%;
  }
  .dc-block.--block1 {
    height: 600px;
  }
  .dc-block.--block1 .dc-block-1-content {
    padding: 30px;
    height: 100%;
  }
  .dc-block.--block1 .dc-block-1-content .dc-heading.--heading1 {
    display: inline-flex;
    justify-content: flex-end;
    width: 100%;
    font-size: 21px;
    line-height: 1.0476190476;
    margin: 0;
  }
  .dc-block.--block1 .dc-block-1-content .dc-heading.--heading1 .dc-heading-1-in {
    padding: 10px 1px;
  }
  .dc-block.--block1 .dc-block-1-content .dc-heading.--heading1 .dc-heading-1-in span {
    writing-mode: vertical-lr;
    display: block;
  }
  .dc-block.--block1 .dc-block-1-content-in {
    height: 100%;
    width: 100%;
    padding-left: 50px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .dc-block.--block1 .dc-block-1-txt {
    font-size: 70px;
    line-height: 1.4285714286;
    writing-mode: vertical-lr;
    top: 0;
    left: 0;
  }
  .dc-block.--block1-left .dc-block-1-txt {
    right: 0;
    left: unset;
    text-align: unset;
    width: auto;
  }
  .dc-block.--block1-left .dc-block-1-content .dc-heading.--heading1 {
    justify-content: flex-start;
  }
  .dc-block.--block1-left .dc-block-1-content-in {
    padding-left: 0px;
    padding-right: 50px;
  }
}
/*
 * page
*/
body.company .main {
  font-size: 18px;
  line-height: 2.1111111111;
  color: #574849;
  font-weight: normal;
  font-family: "hannari", sans-serif;
  letter-spacing: 0.1em;
}
body.company .main img {
  height: auto;
  max-width: 100%;
}
body.company .company-sv {
  padding: 80px 0 60px;
}
body.company .company-sv .dc-columns {
  flex-wrap: nowrap;
  gap: 50px;
}
body.company .company-sv .dc-columns.company-sv-columns1 {
  margin-bottom: 80px;
}
body.company .company-sv .dc-columns.company-sv-columns1 .dc-column:first-child {
  width: 568px;
  padding-top: 55px;
  padding-bottom: 60px;
}
body.company .company-sv .dc-columns.company-sv-columns1 .dc-column:last-child {
  width: 440px;
  position: relative;
}
body.company .company-sv .dc-columns.company-sv-columns1 .dc-column:last-child img:last-child {
  position: absolute;
  right: -5px;
  top: 275px;
}
body.company .company-sv .dc-columns.company-sv-columns2 .dc-column:first-child {
  width: 568px;
}
body.company .company-sv .dc-columns.company-sv-columns2 .dc-column:last-child {
  width: 447px;
}
body.company .company-sv .dc-columns.company-sv-columns2 .dc-column:last-child p:last-child {
  margin-top: 30px;
  text-align: right;
}
body.company .company-value {
  padding-top: 40px;
  padding-bottom: 30px;
}
body.company .company-value-block .dc-block.--block1:nth-child(3) .dc-block-1-txt {
  font-size: 120px;
}
body.company .company-value-block .dc-block.--block1:nth-child(3) .dc-block-1-content {
  width: 1100px;
}
body.company .company-company {
  padding: 170px 0;
}
body.company .company-company h2.dc-heading {
  font-size: 48px;
}
body.recruit-carrer .dc-heading.--heading2 {
  font-size: 42px;
  line-height: 1.4761904762;
}
body.recruit-carrer .dc-heading.--heading2 .before {
  bottom: 0;
}
body.recruit-carrer .main {
  font-size: 18px;
  line-height: 1.6666666667;
  color: #574849;
  font-weight: normal;
  font-family: "hannari", sans-serif;
}
body.recruit-carrer .main img {
  max-width: 100%;
}
body.recruit-carrer .recruit-carrer-master {
  padding-top: 70px;
  padding-bottom: 52px;
}
body.recruit-carrer .recruit-carrer-master h2 {
  margin-bottom: 60px;
}
body.recruit-carrer .recruit-carrer-acupuncture {
  padding-top: 52px;
  padding-bottom: 180px;
}
body.recruit-carrer .recruit-carrer-acupuncture h2 {
  margin-bottom: 30px;
}
body.recruit-carrer .recruit-carrer-acupuncture .recruit-carrer-acupuncture-content {
  width: 660px;
  max-width: 100%;
  margin: auto;
}
body.recruit-carrer .recruit-carrer-acupuncture .recruit-carrer-acupuncture-content .rcac-figure {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 95px;
}
body.recruit-carrer .recruit-carrer-acupuncture .recruit-carrer-acupuncture-content .rcac-figure-img {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
body.recruit-carrer .recruit-carrer-acupuncture .recruit-carrer-acupuncture-content .rcac-figure-img__face {
  position: absolute;
  top: 1.6%;
  left: -2%;
  right: 0;
  width: 102px;
  height: 102px;
  margin: auto;
}
body.recruit-carrer .recruit-carrer-acupuncture .recruit-carrer-acupuncture-content .rcac-figure-img__face__txt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 50;
}
body.recruit-carrer .recruit-carrer-acupuncture .recruit-carrer-acupuncture-content .rcac-figure-img__face__line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: 1.8s dca_ripple linear infinite;
  opacity: 1;
}
body.recruit-carrer .recruit-carrer-acupuncture .recruit-carrer-acupuncture-content .rcac-figure-img__face__line.--1 {
  z-index: 40;
  animation: none;
}
body.recruit-carrer .recruit-carrer-acupuncture .recruit-carrer-acupuncture-content .rcac-figure-img__face__line.--2 {
  z-index: 39;
}
body.recruit-carrer .recruit-carrer-acupuncture .recruit-carrer-acupuncture-content .rcac-figure-img__face__line.--3 {
  z-index: 38;
}
body.recruit-carrer .recruit-carrer-acupuncture .recruit-carrer-acupuncture-content .rcac-figure-img__face__line.--4 {
  z-index: 37;
}
body.recruit-carrer .recruit-carrer-acupuncture .recruit-carrer-acupuncture-content .rcac-figure-img__body {
  position: absolute;
  top: 22.5%;
  left: -2%;
  right: 0;
  width: 195px;
  height: 195px;
  margin: auto;
}
body.recruit-carrer .recruit-carrer-acupuncture .recruit-carrer-acupuncture-content .rcac-figure-img__body__txt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 50;
}
body.recruit-carrer .recruit-carrer-acupuncture .recruit-carrer-acupuncture-content .rcac-figure-img__body__line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: 1.8s dca_ripple linear infinite;
  opacity: 1;
}
body.recruit-carrer .recruit-carrer-acupuncture .recruit-carrer-acupuncture-content .rcac-figure-img__body__line.--1 {
  z-index: 40;
  animation: none;
}
body.recruit-carrer .recruit-carrer-acupuncture .recruit-carrer-acupuncture-content .rcac-figure-img__body__line.--2 {
  z-index: 39;
}
body.recruit-carrer .recruit-carrer-acupuncture .recruit-carrer-acupuncture-content .rcac-figure-img__body__line.--3 {
  z-index: 38;
}
body.recruit-carrer .recruit-carrer-acupuncture .recruit-carrer-acupuncture-content .rcac-figure-img__body__line.--4 {
  z-index: 37;
}
body.recruit-carrer .recruit-carrer-acupuncture .recruit-carrer-acupuncture-content .rcac-figure-txt {
  position: relative;
}
body.recruit-carrer .recruit-carrer-acupuncture .recruit-carrer-acupuncture-content .rcac-figure__txt {
  font-size: 21px;
  line-height: 1.1904761905;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  z-index: 100;
  position: relative;
}
body.recruit-carrer .recruit-carrer-acupuncture .recruit-carrer-acupuncture-content .rcac-figure__txt__main {
  border-radius: 2em;
  width: 227px;
  min-height: 61px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.recruit-carrer .recruit-carrer-acupuncture .recruit-carrer-acupuncture-content .rcac-figure__txt__sub {
  font-size: 21px;
  line-height: 1.5238095238;
  margin-top: 10px;
}
body.recruit-carrer .recruit-carrer-acupuncture .recruit-carrer-acupuncture-content .rcac-figure__txt.--type1 {
  position: relative;
  margin-top: 90px;
}
body.recruit-carrer .recruit-carrer-acupuncture .recruit-carrer-acupuncture-content .rcac-figure__txt.--type1::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 220px;
  background-color: #574849;
  left: -220px;
  top: 30px;
  transform: rotate(14deg);
  transform-origin: right;
}
body.recruit-carrer .recruit-carrer-acupuncture .recruit-carrer-acupuncture-content .rcac-figure__txt.--type1 .rcac-figure__txt__main {
  border: 1px solid;
}
body.recruit-carrer .recruit-carrer-acupuncture .recruit-carrer-acupuncture-content .rcac-figure__txt.--type2 {
  position: relative;
  margin-top: 80px;
}
body.recruit-carrer .recruit-carrer-acupuncture .recruit-carrer-acupuncture-content .rcac-figure__txt.--type2::before, body.recruit-carrer .recruit-carrer-acupuncture .recruit-carrer-acupuncture-content .rcac-figure__txt.--type2::after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #cc5644;
  top: 28px;
  transform-origin: right;
}
body.recruit-carrer .recruit-carrer-acupuncture .recruit-carrer-acupuncture-content .rcac-figure__txt.--type2::before {
  width: 320px;
  left: -320px;
  top: 28px;
  transform: rotate(47deg);
}
body.recruit-carrer .recruit-carrer-acupuncture .recruit-carrer-acupuncture-content .rcac-figure__txt.--type2::after {
  width: 210px;
  left: -210px;
  top: 30px;
  transform: rotate(13deg);
}
body.recruit-carrer .recruit-carrer-acupuncture .recruit-carrer-acupuncture-content .rcac-figure__txt.--type2 .rcac-figure__txt__main {
  color: white;
  background: linear-gradient(to right, #d58780, #cc5644);
}
body.recruit-carrer .recruit-carrer-training {
  padding: 70px 0 95px;
}
body.recruit-carrer .recruit-carrer-training h2 {
  font-size: 42px;
  line-height: 1.4761904762;
  text-align: center;
  font-weight: 400;
  margin-bottom: 60px;
  letter-spacing: 0.1em;
}
body.recruit-carrer .recruit-carrer-training-columns {
  justify-content: center;
  align-items: center;
  gap: 80px;
  color: #cf8080;
  font-size: 28px;
  line-height: 1.7857142857;
  margin-bottom: 60px;
}
body.recruit-carrer .recruit-carrer-training-columns img {
  height: auto;
}
body.recruit-carrer .recruit-carrer-training__catch {
  font-size: 18px;
  line-height: 2.6111111111;
  text-align: center;
}
body.recruit-carrer .recruit-carrer-detail-slide {
  padding: 90px 0 65px;
  text-align: center;
}
body.recruit-carrer .recruit-carrer-detail-slide h2 {
  font-size: 21px;
  line-height: 2.2857142857;
  font-weight: 400;
  margin-bottom: 28px;
}
body.recruit-carrer .recruit-carrer-detail-slide .rcds-iframe-wrap iframe {
  width: 624px;
  height: 402px;
  aspect-ratio: 624/402;
  max-width: 100%;
}
body.recruit-carrer .recruit-carrer-detail-info {
  padding: 65px 0 65px;
  text-align: center;
}
body.recruit-carrer .recruit-carrer-detail-info h2 {
  font-size: 21px;
  line-height: 2.2857142857;
  font-weight: 400;
  margin-bottom: 30px;
}
body.recruit-carrer .recruit-carrer-detail-info .rcdi-tct-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 105px;
}
body.recruit-carrer .recruit-carrer-detail-info .rcdi-tct-wrap .dc-txt:nth-child(2) {
  font-size: 21px;
  line-height: 1.1904761905;
}
body.recruit-carrer .recruit-carrer-detail-info .rcdi-tct-wrap .dc-txt:nth-child(3) {
  font-size: 22px;
  line-height: 1.7272727273;
}
body.recruit-carrer .recruit-carrer-detail-info .rcdi-tct-wrap .dc-txt:nth-child(3) .dc-txt-1__hl {
  margin-top: 5px;
  font-size: 22px;
  line-height: 1.2272727273;
}
body.recruit-carrer .recruit-carrer-detail-info .rcdi-tct-wrap .dc-txt:nth-child(4) {
  font-size: 18.5px;
  line-height: 1.2324324324;
}
body.recruit-carrer .recruit-carrer-detail-info .rcdi-tct-wrap .dc-txt:nth-child(4) p:last-child {
  margin-top: 5px;
  font-size: 14.5px;
  line-height: 1.2206896552;
}
body.recruit-carrer .recruit-carrer-detail-info .rcdi-tct-wrap .dc-txt:nth-child(4) .dc-txt-1__hl {
  font-size: 39px;
  line-height: 1.2051282051;
}
body.recruit-carrer .recruit-carrer-detail-info .rcdi-tct-wrap .dc-txt:nth-child(4) .dc-txt-1__hl span {
  color: #574849;
  font-size: 21px;
  line-height: 1.1904761905;
}
body.recruit-carrer .recruit-carrer-detail-info .rcdi-tct-wrap .dc-txt:nth-child(5) {
  font-size: 18.7px;
  line-height: 1.2299465241;
}
body.recruit-carrer .recruit-carrer-detail-info .rcdi-tct-wrap .dc-txt:nth-child(5) p:first-child {
  font-size: 25px;
  line-height: 1.24;
}
body.recruit-carrer .recruit-carrer-detail-info .rcdi-tct-wrap .dc-txt:nth-child(5) p:first-child .dc-txt-1__hl {
  font-size: 39px;
  line-height: 1.2051282051;
}
body.recruit-carrer .recruit-carrer-detail-info .rcdi-tct-wrap .dc-txt:nth-child(6) {
  font-size: 16.6px;
  line-height: 1.1265060241;
}
body.recruit-carrer .recruit-carrer-detail-info .rcdi-tct-wrap .dc-txt:nth-child(6) .dc-txt-1__hl {
  font-size: 23.9px;
  line-height: 1.2133891213;
}
body.recruit-carrer .recruit-carrer-detail-info .rcdi-card {
  box-sizing: border-box;
  background-color: white;
  padding: 20px;
  border-radius: 31px;
  width: 624px;
  max-width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
body.recruit-carrer .recruit-carrer-detail-info .rcdi-card .dc-columns {
  text-align: left;
  gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 25px;
}
body.recruit-carrer .recruit-carrer-detail-recommendation {
  padding: 90px 0 110px;
}
body.recruit-carrer .recruit-carrer-detail-recommendation h2 {
  margin-bottom: 50px;
}
body.recruit-carrer .recruit-carrer-detail-recommendation .dc-list {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: auto;
}
body.recruit-carrer .recruit-carrer-recruit {
  padding-top: 100px;
  padding-bottom: 100px;
}
body.recruit-carrer .recruit-carrer-recruit table {
  width: 860px;
  max-width: 100%;
}
body.recruit-carrer .recruit-carrer-recruit table th {
  width: 164px;
  max-width: 100%;
  box-sizing: border-box;
}
body.recruit-carrer .recruit-carrer-flow {
  padding-top: 100px;
  padding-bottom: 0;
  width: 100%;
  max-width: 100%;
}
body.recruit-carrer .recruit-carrer-flow .wrap_flow_box {
  width: 770px;
  max-width: 100%;
}
body.recruit-carrer .recruit-carrer-entry .t_round:before {
  background-position: top 0 right;
}
body.recruit-carrer .recruit-carrer-entry .index_entry {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
}
body.recruit-carrer .recruit-carrer-entry .index_entry_btn {
  width: 745px;
  max-width: 100%;
  text-align: center;
}
body.recruit-carrer .recruit-carrer-entry .index_entry_btn .entry_index_card {
  padding: 5% 15% 13%;
  box-sizing: border-box;
  margin-bottom: -60px;
}
body.recruit-carrer .recruit-carrer-entry .index_entry_btn .entry_index_card ul li a {
  padding: 20px;
  text-align: left;
}
body.recruit-carrer .recruit-carrer-entry .index_entry_text {
  width: 100%;
  text-align: center;
}
body.recruit-carrer .recruit-carrer-entry .index_entry_text .title_sub {
  text-align: center;
}
@media screen and (min-width: 768px) {
  body.recruit-carrer .headSpace {
    height: 169px;
  }
}

@media screen and (min-width: 769px) {
  body.recruit-carrer .recruit-carrer-master {
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  body.company .main {
    font-size: 14px;
    line-height: 2.1428571429;
  }
  body.company .company-sv {
    padding: 44px 0 100px;
  }
  body.company .company-sv .dc-section-in {
    padding: 0 30px;
    width: 375px;
    margin: auto;
    max-width: 100%;
    box-sizing: border-box;
  }
  body.company .company-sv .dc-heading.--heading1 {
    font-size: 18px;
  }
  body.company .company-sv .dc-heading.--heading1 .dc-heading-1-in {
    padding: 1px 9px;
  }
  body.company .company-life {
    padding: 76px 30px 58px;
  }
  body.company .company-life h2 {
    font-size: 24px;
    line-height: 1.2083333333;
    margin-bottom: 50px;
    text-align: center;
  }
  body.company .company-life p:last-child {
    margin-top: 40px;
    text-align: right;
  }
  body.company .company-life-in {
    width: 375px;
    margin: auto;
    max-width: 100%;
  }
  body.company .company-value {
    padding: 133px 0 1px;
  }
  body.company .company-company {
    padding: 75px 0 105px;
  }
  body.company .company-company h2.dc-heading {
    font-size: 24px;
    margin-bottom: 10px;
  }
  body.company .company-company .dc-section-in {
    padding: 0 30px;
  }
  body.recruit-carrer .dc-heading.--heading2 {
    font-size: 24px;
    line-height: 1.2083333333;
    margin-bottom: 36px;
  }
  body.recruit-carrer .recruit-carrer-master {
    padding-top: 58px;
    padding-bottom: 70px;
  }
  body.recruit-carrer .recruit-carrer-master .dc-heading.--heading2 .after {
    -o-object-fit: contain;
       object-fit: contain;
    width: 12%;
  }
  body.recruit-carrer .recruit-carrer-acupuncture {
    padding-top: 58px;
    padding-bottom: 93px;
  }
  body.recruit-carrer .recruit-carrer-acupuncture h2 {
    margin-bottom: 16px;
  }
  body.recruit-carrer .recruit-carrer-acupuncture h2 .after {
    width: 13.6%;
  }
  body.recruit-carrer .recruit-carrer-acupuncture .recruit-carrer-acupuncture-content .rcac-figure {
    gap: 0;
    justify-content: center;
  }
  body.recruit-carrer .recruit-carrer-acupuncture .recruit-carrer-acupuncture-content .rcac-figure-img {
    width: 165px;
  }
  body.recruit-carrer .recruit-carrer-acupuncture .recruit-carrer-acupuncture-content .rcac-figure-img img {
    height: auto;
  }
  body.recruit-carrer .recruit-carrer-acupuncture .recruit-carrer-acupuncture-content .rcac-figure-img__face {
    top: -2.4%;
    left: -1%;
  }
  body.recruit-carrer .recruit-carrer-acupuncture .recruit-carrer-acupuncture-content .rcac-figure-img__face__txt {
    width: 13.5px;
  }
  body.recruit-carrer .recruit-carrer-acupuncture .recruit-carrer-acupuncture-content .rcac-figure-img__face__line.--1 {
    width: 21px;
  }
  body.recruit-carrer .recruit-carrer-acupuncture .recruit-carrer-acupuncture-content .rcac-figure-img__face__line.--2 {
    width: 35px;
  }
  body.recruit-carrer .recruit-carrer-acupuncture .recruit-carrer-acupuncture-content .rcac-figure-img__face__line.--3 {
    width: 50px;
  }
  body.recruit-carrer .recruit-carrer-acupuncture .recruit-carrer-acupuncture-content .rcac-figure-img__face__line.--4 {
    width: 63px;
  }
  body.recruit-carrer .recruit-carrer-acupuncture .recruit-carrer-acupuncture-content .rcac-figure-img__body {
    top: 14.5%;
    left: -10%;
  }
  body.recruit-carrer .recruit-carrer-acupuncture .recruit-carrer-acupuncture-content .rcac-figure-img__body__txt {
    width: 28px;
  }
  body.recruit-carrer .recruit-carrer-acupuncture .recruit-carrer-acupuncture-content .rcac-figure-img__body__line.--1 {
    width: 40px;
  }
  body.recruit-carrer .recruit-carrer-acupuncture .recruit-carrer-acupuncture-content .rcac-figure-img__body__line.--2 {
    width: 68px;
  }
  body.recruit-carrer .recruit-carrer-acupuncture .recruit-carrer-acupuncture-content .rcac-figure-img__body__line.--3 {
    width: 95px;
  }
  body.recruit-carrer .recruit-carrer-acupuncture .recruit-carrer-acupuncture-content .rcac-figure-img__body__line.--4 {
    width: 121px;
  }
  body.recruit-carrer .recruit-carrer-acupuncture .recruit-carrer-acupuncture-content .rcac-figure__txt {
    font-size: 16px;
    line-height: 1.21875;
  }
  body.recruit-carrer .recruit-carrer-acupuncture .recruit-carrer-acupuncture-content .rcac-figure__txt__main {
    width: 165px;
    min-height: 21px;
  }
  body.recruit-carrer .recruit-carrer-acupuncture .recruit-carrer-acupuncture-content .rcac-figure__txt__sub {
    font-size: 14px;
    line-height: 1.7142857143;
    margin-top: 5px;
  }
  body.recruit-carrer .recruit-carrer-acupuncture .recruit-carrer-acupuncture-content .rcac-figure__txt.--type1::before {
    width: 95px;
    left: -92px;
    transform: rotate(35deg);
    top: 5px;
  }
  body.recruit-carrer .recruit-carrer-acupuncture .recruit-carrer-acupuncture-content .rcac-figure__txt.--type2::before {
    height: 1.3px;
    width: 198px;
    left: -193px;
    transform: rotate(64deg);
    top: 2px;
  }
  body.recruit-carrer .recruit-carrer-acupuncture .recruit-carrer-acupuncture-content .rcac-figure__txt.--type2::after {
    height: 1.3px;
    width: 93px;
    left: -88px;
    transform: rotate(35deg);
    top: 2px;
  }
  body.recruit-carrer .recruit-carrer-training {
    padding: 81px 0 103px;
  }
  body.recruit-carrer .recruit-carrer-training h2 {
    font-size: 24px;
    line-height: 1.4166666667;
    margin-bottom: 21px;
  }
  body.recruit-carrer .recruit-carrer-training .dc-section-in {
    width: 500px;
    max-width: 100%;
    margin: auto;
  }
  body.recruit-carrer .recruit-carrer-training-columns {
    gap: 17px;
    font-size: 23px;
    line-height: 1.6304347826;
    width: 500px;
    max-width: 100%;
    margin: auto;
    justify-content: start;
    margin-bottom: 50px;
  }
  body.recruit-carrer .recruit-carrer-training__catch {
    font-size: 13px;
    line-height: 2.7692307692;
    text-align: left;
  }
  body.recruit-carrer .recruit-carrer-detail-slide {
    padding: 93px 0 43px;
  }
  body.recruit-carrer .recruit-carrer-detail-slide h2 {
    font-size: 16px;
    line-height: 1.21875;
    margin-bottom: 15px;
  }
  body.recruit-carrer .recruit-carrer-detail-slide .rcds-iframe-wrap iframe {
    width: 312px;
    height: 202px;
  }
  body.recruit-carrer .recruit-carrer-detail-info {
    padding: 50px 0 60px;
  }
  body.recruit-carrer .recruit-carrer-detail-info h2 {
    font-size: 18px;
    line-height: 1.2222222222;
    margin-bottom: 25px;
  }
  body.recruit-carrer .recruit-carrer-detail-info .rcdi-tct-wrap {
    gap: 15px 10px;
    margin-bottom: 70px;
  }
  body.recruit-carrer .recruit-carrer-detail-info .rcdi-tct-wrap .dc-txt:nth-child(2) {
    font-size: 17px;
    line-height: 1.7352941176;
  }
  body.recruit-carrer .recruit-carrer-detail-info .rcdi-tct-wrap .dc-txt:nth-child(3) {
    font-size: 18px;
    line-height: 1.7222222222;
  }
  body.recruit-carrer .recruit-carrer-detail-info .rcdi-tct-wrap .dc-txt:nth-child(3) .dc-txt-1__hl {
    font-size: 18px;
    line-height: 1.2222222222;
  }
  body.recruit-carrer .recruit-carrer-detail-info .rcdi-tct-wrap .dc-txt:nth-child(4) {
    font-size: 15px;
    line-height: 1;
  }
  body.recruit-carrer .recruit-carrer-detail-info .rcdi-tct-wrap .dc-txt:nth-child(4) p:last-child {
    font-size: 11.5px;
    line-height: 1.7391304348;
    margin-top: 1px;
  }
  body.recruit-carrer .recruit-carrer-detail-info .rcdi-tct-wrap .dc-txt:nth-child(4) .dc-txt-1__hl {
    font-size: 31.5px;
    line-height: 1.2222222222;
  }
  body.recruit-carrer .recruit-carrer-detail-info .rcdi-tct-wrap .dc-txt:nth-child(4) .dc-txt-1__hl span {
    font-size: 17px;
    line-height: 1.7352941176;
  }
  body.recruit-carrer .recruit-carrer-detail-info .rcdi-tct-wrap .dc-txt:nth-child(5) {
    font-size: 15px;
    line-height: 1.2666666667;
  }
  body.recruit-carrer .recruit-carrer-detail-info .rcdi-tct-wrap .dc-txt:nth-child(5) p:first-child {
    font-size: 21px;
    line-height: 1.7142857143;
  }
  body.recruit-carrer .recruit-carrer-detail-info .rcdi-tct-wrap .dc-txt:nth-child(5) .dc-txt-1__hl {
    font-size: 31.5px;
    line-height: 1.2222222222;
  }
  body.recruit-carrer .recruit-carrer-detail-info .rcdi-tct-wrap .dc-txt:nth-child(6) {
    font-size: 13.5px;
    line-height: 1.1111111111;
  }
  body.recruit-carrer .recruit-carrer-detail-info .rcdi-tct-wrap .dc-txt:nth-child(6) .dc-txt-1__hl {
    font-size: 19.4px;
    line-height: 1.3479381443;
  }
  body.recruit-carrer .recruit-carrer-detail-info .rcdi-card {
    width: 312px;
    box-sizing: border-box;
  }
  body.recruit-carrer .recruit-carrer-detail-info .rcdi-card .dc-columns {
    gap: 11px;
    font-size: 14px;
    line-height: 1.7142857143;
    margin-bottom: 20px;
  }
  body.recruit-carrer .recruit-carrer-detail-info .rcdi-card .dc-columns img {
    width: 78px;
    height: auto;
  }
  body.recruit-carrer .recruit-carrer-detail-recommendation {
    padding: 60px 0 120px;
  }
  body.recruit-carrer .recruit-carrer-detail-recommendation h2 {
    margin-bottom: 35px;
  }
  body.recruit-carrer .recruit-carrer-entry .index_entry {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  body.recruit-carrer .recruit-carrer-entry .index_entry_text {
    width: 94%;
    max-width: 730px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  body.recruit-carrer .recruit-carrer-entry .index_entry_text p {
    text-align: left;
    font-size: 16px;
    line-height: 1.7;
  }
  body.recruit-carrer .recruit-carrer-entry .index_entry_text .title_sub {
    text-align: left;
    font-size: 20px;
    padding-bottom: 40px;
  }
  body.recruit-carrer .recruit-carrer-entry .index_entry_btn .entry_index_card {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    max-width: 730px;
    text-align: left;
    padding: 6% 6% 10%;
  }
  body.recruit-carrer .recruit-carrer-entry .index_entry_btn .entry_index_card ul li a {
    line-height: 19px;
    padding-left: 0;
    background-size: 15px;
    background-position: right 20px center;
  }
  body.recruit-carrer .recruit-carrer-entry .index_entry_btn .entry_index_card .title_entry {
    font-size: 17.5px;
    line-height: 1.2;
  }
  body.recruit-carrer .recruit-carrer-recruit table {
    max-width: 730px;
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  body.company .company-value-block .dc-block.--block1:nth-child(3) .dc-block-1-txt {
    font-size: 63px;
  }
}