/* 
----------------------------------*/
:root {
  --main-color: #C80000;
  --sub-color: #F0F0F0;
  --zen-min: "Zen Old Mincho", serif;
  --oswald: "Oswald", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.8;
  font-size: 16px;
  color: #000;
  text-align: justify;
}

h1 {
  font-size: 100px;
}

h2 {
  padding: 0;
  margin: 0;
  font-size: 60px;
}

h3 {
  padding: 0;
  margin: 0;
  font-size: 40px;
}

h4 {
  padding: 0;
  margin: 0;
  font-size: 30px;
}

h5 {
  padding: 0;
  margin: 0;
  font-size: 25px;
}

h6 {
  padding: 0;
  margin: 0;
  font-size: 20px;
}

p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  max-width: 100%;
}

figure {
  padding: 0;
  margin: 0;
  line-height: 0;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

main {
  position: relative;
}

.columnCenter {
  justify-content: center;
}

.red {
  color: var(--main-color);
}

.bold {
  font-weight: 500;
}

.center {
  text-align: center;
}

.inner {
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
}

.whiteBox {
  background-color: #FFF;
  padding: 100px 150px;
  border-radius: 20px;
}

.titleWrap.bg-taikyokuzu {
  position: relative;
  z-index: 0;
  width: fit-content;
}

.titleWrap.bg-taikyokuzu::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -140px;
  left: -80px;
  width: 400px;
  height: 400px;
  background-image: url(../img/icon-taikyokuzu.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.titleWrap h2 {
  line-height: 1.2;
}

.titleWrap p {
  font-family: var(--oswald);
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}

.text-right {
  text-align: right;
}

.sp-block {
  display: none;
}

.sp-hidden {
  display: block;
}

.column {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width:1366px) {
  .whiteBox {
    padding: 100px 70px;
  }
}

@media screen and (max-width:768px) {
  body {
    font-size: 14px;
  }

  h2 {
    font-size: 35px;
  }

  h3 {
    font-size: 30px;
  }

  h5 {
    font-size: 20px;
  }

  .titleWrap.bg-taikyokuzu::after {
    top: -65px;
    left: -35px;
    width: 200px;
    height: 200px;
  }

  .sp-block {
    display: block !important;
  }

  .sp-hidden {
    display: none !important;
  }

  .whiteBox {
    padding: 75px 15px;
  }
}

/* hero
----------------------------------*/

#hero {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(180deg, rgba(113, 0, 0, 1), rgba(158, 1, 22, 1) 30%, rgba(225, 20, 20, 1) 70%);
  color: #FFF;
  text-align: center;
  overflow: hidden;
}

#hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 20px;
  left: 20px;
  width: 940px;
  max-width: calc(100% - 40px);
  height: 572px;
  background-image: url(../img/hero-border-left.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

#hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 20px;
  right: 20px;
  width: 940px;
  max-width: calc(100% - 40px);
  height: 572px;
  background-image: url(../img/hero-border-right.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

#hero .hero-textWrap {
  position: absolute;
  top: -10%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  height: fit-content;
}

#hero h1 {
  margin: 0 0 55px;
  font-family: var(--zen-min);
  font-weight: 600;
  line-height: 1.3;
}

#hero h2 {
  margin: 0 0 20px;
  font-size: 40px;
  font-family: var(--zen-min);
}

#hero .hero-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: fit-content;
  height: fit-content;
  margin: auto;
}

#hero .hero-bg img {
  height: 60vh;
}

@media screen and (max-width:1280px) {
  #hero h1 {
    font-size: 80px;
  }

}

@media screen and (max-width:1000px) {
  #hero h1 {
    font-size: 65px;
  }

  #hero h2 {
    font-size: 30px;
  }

  #hero .hero-bg {
    width: 85%;
  }

  #hero .hero-bg img {
    height: auto;
  }
}

@media screen and (max-width:768px) {
  #hero h1 {
    margin-bottom: 100px;
    font-size: 50px;
  }

  #hero h2 {
    font-size: 20px;
  }

  #hero .hero-textWrap {
    text-align: left;
  }

  #hero .hero-textWrap p {
    font-size: 16px;
  }
}

/* visit
----------------------------------*/
#visit {
  padding-top: 100px;
  padding-bottom: 240px;
  background-image: linear-gradient(180deg, rgba(225, 20, 20, 1), rgba(240, 240, 240, 1) 45%, rgba(240, 240, 240, 1) 100%);
}

#visit .inner {
  max-width: 1200px;
}

#visit h2 {
  margin-bottom: 120px;
  font-size: 35px;
}

#visit .whiteBox {
  padding: 65px 50px;
  border-radius: 0;
}

#visit .whiteBox>.leftBox {
  width: 300px;
  padding-right: 50px;
}

#visit .whiteBox>.rightBox {
  width: calc(100% - 300px);
}

#visit .titleWrap {
  display: flex;
  flex-flow: column-reverse;
}

#visit .titleWrap p {
  text-align: left;
}

#visit .company {
  margin-bottom: 50px;
}

#visit .company h5 {
  margin-bottom: 10px;
  font-size: 18px;
  text-align: center;
}

#visit .company table {
  width: 100%;
  border: solid 1px #969696;
  border-collapse: collapse;
}

#visit .company table tbody tr:nth-of-type(odd) {
  background-color: #F7D9D9;
}

#visit .company table tr th {
  padding: 8px 0;
  font-size: 14px;
}

#visit .company table tr td {
  width: 28px;
  padding: 7px 0;
  font-size: 14px;
}

#visit .company table tr td.center {
  letter-spacing: 2px;
  font-weight: 500;
}

#visit .company table tr td:first-of-type {
  width: calc(100% - 196px);
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
  text-align: left;
}

#visit .company dl {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #969696;
  padding: 20px 40px;
}

#visit .company dl.add {
  width: calc(100% - 150px);
}

#visit .company dl.add::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -150px;
  width: 230px;
  height: 73px;
  background-image: url(../img/cat-work.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

#visit .company dl dt {
  width: 150px;
  padding-right: 30px;
  font-size: 18px;
}

#visit .company dl dd {
  width: calc(100% - 150px);
  font-size: 18px;
}

#visit .company .schedule .leftBox {
  width: 450px;
}

#visit .company .schedule .rightBox {
  width: calc(100% - 450px);
  padding-top: 20px;
  padding-left: 30px;
}

#visit .contact {
  justify-content: center;
  margin-bottom: 40px;
}

#visit .contact .contactBox {
  width: calc((100% - 50px) / 2);
  max-width: 425px;
  border: solid 4px #C80000;
}

#visit .contact .contactBox.line {
  border: solid 4px #06C755;
}

#visit .contact .contactBox.tel {
  margin-right: 25px;
}

#visit .contact .contactBox.line {
  margin-left: 25px;
}

#visit .contact .contactBox h5 {
  padding-bottom: 4px;
  background-color: var(--main-color);
  color: #FFF;
  font-size: 20px;
  text-align: center;
}

#visit .contact .contactBox.line h5 {
  background-color: #06C755;
}

#visit .contact .contactBox.tel a {
  color: var(--main-color);
  font-family: var(--oswald);
  font-size: 50px;
  font-weight: 600;
  letter-spacing: -2px;
}

#visit .contact .contactBox .contactAdd {
  position: relative;
  text-align: center;
}

#visit .contact .contactBox .contactAdd:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(100% - 20px);
  height: 1px;
  margin: 0 auto;
  background-color: var(--main-color);
}

#visit .contact .contactBox.tel .contactAdd img {
  width: 43px;
  margin-right: 10px;
}

#visit .contact .contactBox.tel>.column {
  padding: 5px 0;
}

#visit .contact .contactBox.tel>.column p {
  color: var(--main-color);
  font-weight: 700;
}

#visit .contact .contactBox.line .contactLine {
  padding: 20px 15px 15px;
}

#visit .contact .contactBox.line .contactLine .leftBox {
  width: calc(100% - 105px);
}

#visit .contact .contactBox.line .contactLine .leftBox>.column {
  position: relative;
  padding-bottom: 10px;
  margin-right: 25px;
  align-items: center;
}

#visit .contact .contactBox.line .contactLine .leftBox>.column::before {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 13px;
  height: 1px;
  background-color: #06C755;
  transform: rotate(45deg);
}

#visit .contact .contactBox.line .contactLine .leftBox>.column::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #06C755;
}

#visit .contact .contactBox.line .contactLine .leftBox>.column img {
  width: 45px;
}

#visit .contact .contactBox.line .contactLine .leftBox>.column p {
  width: calc(100% - 45px);
  padding-left: 15px;
  color: #06C755;
  font-size: 18px;
  font-weight: 700;
}

#visit .contact .contactBox.line .contactLine .leftBox>p {
  color: #06C755;
  font-weight: 700;
}

#visit .contact .contactBox.line .contactLine .rightBox {
  width: 105px;
}

#visit .contact-sp .contactBox-sp {
  margin-bottom: 25px;
}

#visit .contact-sp .contactBox-sp a {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 15px 25px;
  color: #FFF;
  border-radius: 100px;
}

#visit .contact-sp .contactBox-sp.tel a {
  background-color: var(--main-color);
}

#visit .contact-sp .contactBox-sp.line a {
  background-color: #06C755;
}

#visit .contact-sp .contactBox-sp.tel img {
  width: 40px;
}

#visit .contact-sp .contactBox-sp.line img {
  width: 58px;
}

#visit .contact-sp .contactBox-sp .textWrap {
  margin-left: 12px;
}

#visit .contact-sp .contactBox-sp .textWrap p {
  font-size: 16px;
}

#visit .sup {
  text-align: center;
}

#visit .sup h6 {
  margin-bottom: 20px;
}

#visit .sup ul li {
  padding: 0 10px;
}

@media screen and (max-width:1366px) {
  #visit .company table tr td {
    width: 20px;
  }

  #visit .contact .contactBox {
    width: 100%;
  }

  #visit .contact .contactBox.tel,
  #visit .contact .contactBox.line {
    margin: 0 auto 30px;
  }

  #visit .contact .contactBox:last-of-type {
    margin-bottom: 0;
  }
}

@media screen and (max-width:1280px) {
  #visit .company dl.add {
    position: relative;
    width: 100%;
    padding-bottom: 120px;
    border: none;
  }

  #visit .company dl.add::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 150px);
    height: 1px;
    background-color: #969696;
  }

  #visit .company dl.add::after {
    right: 10px;
  }

  #visit .company .schedule .leftBox {
    width: 100%;
  }

  #visit .company .schedule .rightBox {
    width: 100%;
    padding-left: 0;
  }

  #visit .company table {
    max-width: 400px;
    margin: 0 auto;
  }

  #visit .company table tr td:first-of-type {
    width: calc(100% - 280px);
  }

  #visit .company table tr td {
    width: 40px;
  }

  #visit .contact {
    display: block;
  }

}

@media screen and (max-width:1000px) {
  #visit {
    padding-top: 0;
  }

  #visit .whiteBox>.leftBox {
    width: 100%;
    padding-right: 0;
  }

  #visit .whiteBox>.rightBox {
    width: 100%;
  }

  #visit .titleWrap {
    text-align: center;
  }

  #visit .titleWrap p {
    text-align: center;
  }

}

@media screen and (max-width:768px) {
  #visit {
    padding-bottom: 200px;
  }

  #visit .inner {
    width: 90%;
  }

  #visit h2 {
    margin-bottom: 50px;
    font-size: 30px;
  }

  #visit .whiteBox {
    padding: 60px 15px;
  }

  .titleWrap p {
    font-size: 16px;
  }

  #visit .company {
    margin-bottom: 50px;
  }

  #visit .company dl {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }

  #visit .company dl dt {
    width: 100%;
    margin-bottom: 10px;
    font-weight: 700;
  }

  #visit .company dl dd {
    width: 100%;
  }

  #visit .company table {
    border: solid 2px #969696;
  }

  #visit .company table tr th {
    border: solid 1px #969696;
    font-size: 14px;
    text-align: center;
  }

  #visit .company table tr th:first-of-type {
    border-right: solid 2px #969696;
  }

  #visit .company table tr td {
    width: 30px;
    border: solid 1px #969696;
    font-size: 14px;
    text-align: center;
  }

  #visit .company table tr td:first-of-type {
    width: calc(100% - 245px);
    padding-left: 10px;
    padding-right: 10px;
    border-right: solid 2px #969696;
  }

  #visit .sup {
    text-align: left;
  }

  #visit .sup h6 {
    margin-bottom: 5px;
    font-size: 16px;
  }

  #visit .sup ul {
    display: block;
  }
}

/* concept
----------------------------------*/
#concept {
  background-color: var(--sub-color);
  padding-bottom: 240px;
}

#concept>.inner {
  max-width: 1400px;
}

#concept h3 {
  font-family: var(--zen-min);
}

#concept h3:nth-of-type(2) {
  margin-bottom: 80px;
}

#concept h4 {
  margin-bottom: 30px;
}

#concept .leftBox {
  width: 400px;
  padding-right: 30px;
}

#concept .leftBox .titleWrap {
  margin-top: 150px;
}

#concept .rightBox {
  width: calc(100% - 420px);
}

#concept .rightBox h3 {
  text-indent: -2em;
  padding-left: 2em;
}

#concept .rightBox .textWrap:nth-of-type(1) {
  position: relative;
  padding-bottom: 120px;
}

#concept .rightBox .textWrap:nth-of-type(1)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -200px;
  width: 200px;
  height: 2px;
  background-color: #000;
}

#concept .rightBox .textWrap:nth-of-type(1)::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 1000px;
  height: 1px;
  background-color: #000;
}

#concept .rightBox .textWrap:nth-of-type(2) {
  padding-top: 120px;
  padding-bottom: 55px;
}

#concept .touyouigaku {
  max-width: 1200px;
  padding: 55px 50px 50px;
  margin-left: auto;
  background-color: #E1D2D2;
}

#concept .touyouigaku h3 {
  margin-bottom: 55px;
  text-align: center;
}

#concept .touyouigaku>p {
  margin-bottom: 25px;
}

#concept .touyouigaku .whiteBox {
  padding: 50px 50px 20px;
}

#concept .touyouigaku .whiteBox.column>ul {
  width: calc(100% - 440px);
  padding-right: 80px;
}

#concept .touyouigaku .whiteBox.column>ul>li {
  position: relative;
  padding-left: 65px;
  margin-bottom: 45px;
}

#concept .touyouigaku .whiteBox.column>ul>li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  height: fit-content;
  padding: 6px 8px 10px;
  color: #FFF;
  font-size: 32px;
  line-height: 1;
}

#concept .touyouigaku .whiteBox.column>ul>li.ki:before {
  content: "気";
  background-color: #AABE3C;
  border-radius: 5px;
}

#concept .touyouigaku .whiteBox.column>ul>li.chi:before {
  content: "血";
  background-color: #DC505A;
  border-radius: 5px;
}

#concept .touyouigaku .whiteBox.column>ul>li.mizu:before {
  content: "水";
  background-color: #32A0C8;
  border-radius: 5px;
}

#concept .touyouigaku .whiteBox.column>figure {
  width: 440px;
}


@media screen and (max-width:1280px) {
  #concept .leftBox {
    width: 100%;
    padding-right: 0;
  }

  #concept .leftBox .titleWrap {
    margin-bottom: 250px;
  }

  #concept .rightBox {
    width: 100%;
  }

  #concept .rightBox .textWrap:nth-of-type(1)::before {
    left: 0;
  }

  #concept .touyouigaku .whiteBox.column>ul {
    width: 100%;
    padding-right: 0;
  }

  #concept .touyouigaku .whiteBox.column>figure {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
  }
}

@media screen and (max-width:768px) {
  #concept {
    padding-bottom: 150px
  }

  #concept h3 {
    font-size: 35px;
  }

  #concept h3:nth-of-type(2) {
    margin-bottom: 55px;
  }

  #concept h4 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  #concept .leftBox .titleWrap {
    margin-top: 0;
    margin-bottom: 120px;
  }

  #concept .rightBox .textWrap:nth-of-type(1) {
    padding-bottom: 60px;
  }

  #concept .rightBox .textWrap:nth-of-type(2) {
    padding-top: 60px;
  }

  #concept .rightBox .textWrap:nth-of-type(1)::before {
    width: 60px;
  }

  #concept .touyouigaku {
    width: 94vw;
    margin: 0px calc(50% - 47vw);
    padding: 30px 15px;
  }

  #concept .touyouigaku h3 {
    margin-bottom: 35px;
    font-size: 30px;
  }

  #concept .touyouigaku .whiteBox {
    padding: 20px 20px 40px;
    border-radius: 10px;
  }

  #concept .touyouigaku .whiteBox.column>ul>li {
    padding-top: 60px;
    padding-left: 0;
    margin-bottom: 15px;
  }

  #concept .touyouigaku .whiteBox.column>ul>li:before {
    width: 100%;
    height: 48px;
    text-align: center;
    box-sizing: border-box;
    font-weight: 700;
  }
}

/* #chiropractic
----------------------------------*/
#chiropractic {
  position: relative;
  background-color: var(--main-color);
}

#chiropractic .inner {
  max-width: 1820px;
  width: 95%;
  padding-top: 240px;
}

#chiropractic .titleWrap.bg-taikyokuzu {
  margin-bottom: 240px;
  margin-left: 220px;
}

#chiropractic .titleWrap.bg-taikyokuzu::after {
  background-image: url(../img/icon-taikyokuzu-red.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}

#chiropractic .titleWrap h2,
#chiropractic .titleWrap p {
  color: #FFF;
}

#chiropractic .kind {
  position: relative;
  z-index: 0;
  padding-bottom: 150px;
}

#chiropractic .kind.tsuruta {
  padding-bottom: 450px;
}

#chiropractic .kind:nth-of-type(n+2) {
  padding-top: 150px;
}

#chiropractic .kind:nth-of-type(n+2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1000px;
  right: 0;
  width: 100%;
  max-width: 200px;
  height: 2px;
  margin: 0 auto;
  background-color: #FFF;
}

#chiropractic .kind:nth-of-type(n+2)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -200px;
  width: 100%;
  max-width: 1000px;
  height: 1px;
  margin: 0 auto;
  background-color: #FFF;
}

#chiropractic .kind h5 {
  margin-bottom: 30px;
  color: #FFF;
}

#chiropractic .kind h6 {
  width: fit-content;
  padding: 3px 60px;
  margin-top: 35px;
  margin-bottom: 10px;
  color: #FFF;
  border: solid 1px #FFF;
}

#chiropractic .kind .textBg {
  position: relative;
}

#chiropractic .kind.suina .textBg::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -150px;
  right: 90px;
  width: 326px;
  height: 672px;
  background-image: url(../img/chiropractic-text-suina.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}

#chiropractic .kind.tsuruta .textBg::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 85px;
  left: 0;
  width: 1000px;
  height: 931px;
  background-image: url(../img/chiropractic-text-tsuruta.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}

#chiropractic .kind .textBg>.column {
  position: relative;
  max-width: 1500px;
}

#chiropractic .kind:nth-of-type(even) .textBg>.column {
  flex-flow: row-reverse;
  margin-left: auto;
}

#chiropractic .kind .imgWrap {
  z-index: 0;
  width: 600px;
  height: fit-content;
}

#chiropractic .kind .imgWrap figure {
  position: relative;
}

#chiropractic .kind .imgWrap figure::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -30px;
  bottom: -30px;
  width: 100%;
  height: 100%;
  background-color: #A50000;
}

#chiropractic .kind .imgWrap p {
  margin-top: 40px;
  color: #FFF;
}

#chiropractic .kind.tsuruta .imgWrap p {
  margin-left: 0;
  margin-right: 7.5%;
}

#chiropractic .kind .textWrap {
  width: calc(100% - 600px);
  padding-left: 100px;
  padding-right: 30px;
}

#chiropractic .kind:nth-of-type(even) .textWrap {
  padding-left: 30px;
  padding-right: 70px;
}

#chiropractic .kind .textWrap h3 {
  margin-bottom: 35px;
  color: #DCA06E;
  font-size: 70px;
  line-height: 1.2;
}

#chiropractic .kind .textWrap h3 span {
  font-size: 30px;
}

#chiropractic .kind .textWrap p {
  color: #FFF;
}

#chiropractic .kind .textWrap>p:not(.subCatch) {
  text-indent: 1em;
  line-height: 2;
}

#chiropractic .kind .textWrap p.subCatch {
  font-size: 30px;
  font-weight: bold;
}

#chiropractic .comment {
  position: absolute;
  z-index: 1;
  right: 230px;
  bottom: 350px;
  color: #FFF;
  text-align: center;
}

#chiropractic .comment::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -95px;
  left: -40px;
  width: 345px;
  height: 273px;
  background-image: url(../img/comment-fukidashi.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

#chiropractic .comment:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -320px;
  left: -260px;
  width: 270px;
  height: 270px;
  background-image: url(../img/cat-img.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

#chiropractic .comment h6 {
  position: relative;
  width: fit-content;
  margin: 0 auto 30px;
}

#chiropractic .comment h6::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: -5%;
  width: 110%;
  height: 12px;
  background-color: #A50000;
}

#chiropractic .comment p {
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width:1280px) {
  #chiropractic .inner {
    width: 100%;
  }

  #chiropractic .titleWrap.bg-taikyokuzu {
    margin-left: auto;
    margin-right: auto;
  }

  #chiropractic .kind:nth-of-type(n+2)::after {
    right: 0;
    width: 85%;
  }

  #chiropractic .kind.suina .textBg::before {
    top: -50px;
    right: 0;
    width: 200px;
    height: 420px;
  }

  #chiropractic .kind.tsuruta {
    padding-bottom: 550px;
  }

  #chiropractic .kind.tsuruta .textBg::before {
    left: auto;
    right: 0;
    width: 200px;
    height: 930px;
    background-image: url(../img/chiropractic-text-tsuruta-sp.svg);
    background-size: 100%;
    background-repeat: no-repeat;
  }

  #chiropractic .kind:nth-of-type(odd) .textBg>.column {
    flex-flow: column-reverse;
  }

  #chiropractic .kind:nth-of-type(even) .textBg>.column {
    flex-flow: column-reverse;
  }

  #chiropractic .kind .textWrap {
    width: 85%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 auto 30px;
  }

  #chiropractic .kind .imgWrap {
    width: calc(92.5% - 30px);
  }

  #chiropractic .kind .imgWrap p {
    margin-left: 7.5%;
  }

  #chiropractic .kind:nth-of-type(even) .textBg>.column .imgWrap {
    margin-left: auto;
  }

  #chiropractic .kind:nth-of-type(even) .textBg>.column .imgWrap figure::after {
    right: 30px;
  }

}

@media screen and (max-width:768px) {
  #chiropractic {
    overflow-x: hidden;
  }

  #chiropractic .inner {
    padding-top: 200px;
  }

  #chiropractic .titleWrap.bg-taikyokuzu {
    margin-bottom: 150px;
  }

  #chiropractic .kind {
    padding-bottom: 80px;
  }

  #chiropractic .kind:nth-of-type(n+2) {
    padding-top: 80px;
  }

  #chiropractic .kind .textWrap h3 {
    display: flex;
    flex-flow: column;
    font-size: 40px;
  }

  #chiropractic .kind .textWrap h3 span {
    font-size: 16px;
  }

  #chiropractic .kind .textWrap p.subCatch {
    font-size: 20px;
  }

  #chiropractic .kind .imgWrap figure::after {
    right: -15px;
    bottom: -15px;
  }

  #chiropractic .kind:nth-of-type(even) .textBg>.column .imgWrap figure::after {
    right: 15px;
  }

  #chiropractic .kind h6 {
    width: 100%;
    padding: 3px 10px;
    font-size: 16px;
    text-align: center;
  }

  #chiropractic .kind.suina .textBg::before {
    width: 150px;
    height: 315px;
    top: -50px;
  }

  #chiropractic .kind.tsuruta .textBg::before {
    width: 150px;
    height: 700px;
  }

  #chiropractic .comment {
    right: auto;
    left: 20px;
  }

  #chiropractic .comment::before {
    bottom: -65px;
    left: -5px;
    width: 274px;
    height: 217px;
    background-image: url(../img/comment-fukidashi-right.svg);
  }

  #chiropractic .comment:after {
    left: auto;
    bottom: -280px;
    right: -90px;
    width: 200px;
    height: 200px;
  }

  #chiropractic .comment h6 {
    font-size: 16px;
  }

  #chiropractic .comment p {
    font-size: 16px;
  }
}

/* #chinese-medicine
----------------------------------*/
#chinese-medicine {
  padding: 250px 0;
  background-color: #F0F0F0;
}

#chinese-medicine>.inner {
  max-width: 1400px;
}

#chinese-medicine h3 {
  margin-bottom: 25px;
  color: var(--main-color);
  font-size: 50px;
  line-height: 1.1;
}

#chinese-medicine h6 {
  margin-bottom: 5px;
}

#chinese-medicine p.subCatch {
  font-size: 30px;
  font-weight: 700;
}

#chinese-medicine .leftBox {
  width: 500px;
}

#chinese-medicine .leftBox .titleWrap.bg-taikyokuzu::after {
  left: 10px;
}

#chinese-medicine .leftBox .titleWrap.bg-taikyokuzu {
  margin-top: 150px;
}

#chinese-medicine .rightBox {
  width: calc(100% - 500px);
}

#chinese-medicine .ohtakakohso {
  align-items: flex-end;
  padding: 40px 50px;
  margin-top: 45px;
  background-color: #E1D2D2;
}

#chinese-medicine .ohtakakohso .textWrap {
  width: calc(100% - 192px);
  padding-right: 60px;
}

#chinese-medicine .ohtakakohso .imgWrap {
  width: 192px;
}

@media screen and (min-width:1281px) and (max-width:1366px) {
  #chinese-medicine .ohtakakohso .textWrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }

  #chinese-medicine .ohtakakohso .imgWrap {
    margin: 0 auto;
  }
}

@media screen and (max-width:1280px) {
  .titleWrap.bg-taikyokuzu {
    margin: 0 auto;
  }

  #chinese-medicine .leftBox {
    width: 100%;
    margin-bottom: 250px;
  }

  #chinese-medicine .leftBox .titleWrap.bg-taikyokuzu {
    margin-top: 0;
  }

  #chinese-medicine .rightBox {
    width: 100%;
  }
}

@media screen and (max-width:768px) {
  #chinese-medicine {
    padding-top: 200px;
    padding-bottom: 150px;
  }

  #chinese-medicine .leftBox {
    margin-bottom: 150px;
  }

  #chinese-medicine h3 {
    font-size: 30px;
    line-height: 1.3;
  }

  #chinese-medicine h6 {
    font-size: 16px;
  }

  #chinese-medicine p.subCatch {
    font-size: 20px;
  }

  #chinese-medicine .ohtakakohso {
    padding: 35px 20px;
  }

  #chinese-medicine .ohtakakohso .textWrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }

  #chinese-medicine .ohtakakohso .imgWrap {
    margin: 0 auto;
  }
}

/* #balance
----------------------------------*/
#balance {
  padding: 110px 0 110px;
}

#balance>.inner {
  max-width: 1080px;
}

#balance h2 {
  position: relative;
  width: fit-content;
  margin: 0 auto 140px;
  font-size: 30px;
}

#balance h2:before,
#balance h2::after {
  content: '';
  top: 0;
  bottom: 0;
  width: 45px;
  height: 80px;
  margin: auto 0;
  position: absolute;
}

#balance h2::before {
  border-left: solid 2px #888;
  border-top: solid 2px #888;
  border-bottom: solid 2px #888;
  left: -45px;
}

#balance h2::after {
  border-right: solid 2px #888;
  border-top: solid 2px #888;
  border-bottom: solid 2px #888;
  right: -45px;
}

#balance .chart .liability {
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  width: 100px;
}

#balance .chart .liability::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(360deg, rgba(255, 242, 31, 5), rgba(255, 178, 28, 0.29) 50%, rgba(255, 20, 20, 1));
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

#balance .chart .liability p {
  height: fit-content;
  font-size: 30px;
  font-weight: 700;
  writing-mode: vertical-rl;
}

#balance .chart .effect {
  position: relative;
  width: calc(100% - 100px);
}

#balance .chart .effect::after {
  content: "当店で行っていること";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -50px;
  right: 0;
  width: 52%;
  height: 50px;
  background-color: #FFFF96;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  box-sizing: border-box;
}

#balance .chart .effect dl {
  display: flex;
  border-bottom: solid 1px #000;
}

#balance .chart .effect dl:first-of-type {
  border-top: solid 1px #000;
}

#balance .chart .effect dl dt {
  width: 48%;
  padding: 35px 25px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

#balance .chart .effect dl dd {
  display: flex;
  align-items: center;
  width: 52%;
  padding: 35px 25px;
  font-size: 20px;
  font-weight: 700;
  background-color: #FFFF96;
}

@media screen and (max-width:768px) {
  #balance h2 {
    font-size: 20px;
  }

  #balance h2:before,
  #balance h2::after {
    width: 28px;
  }

  #balance .chart .liability {
    width: 40px;
  }

  #balance .chart .liability p {
    font-size: 20px;
  }

  #balance .chart .effect {
    width: calc(100% - 40px);
  }

  #balance .chart .effect::after {
    font-size: 14px;
  }

  #balance .chart .effect dl dt {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
    font-size: 14px;
  }

  #balance .chart .effect dl dd {
    padding: 10px 15px;
    font-size: 14px;
  }
}

/* footer
----------------------------------*/
footer {
  position: relative;
  padding: 100px 0 15px;
  background-color: #AAA3A3;
  color: #FFF;
}

footer h2 {
  position: relative;
  width: fit-content;
  margin: 0 auto 25px;
  font-size: 30px;
  font-weight: 500;
}

footer h2::before,
footer h2::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 66px;
  height: 1px;
  margin: auto 0;
  background-color: #FFF;
}

footer h2::before {
  left: -96px;
}

footer h2::after {
  right: -96px;
}

footer h3 {
  max-width: 545px;
  margin-bottom: 40px;
}

footer a {
  color: #FFF;
}

footer .lesson {
  padding-bottom: 50px;
  font-family: var(--zen-min);
  font-weight: 500;
  border-bottom: solid 1px #FFF;
}

footer .lesson>p {
  font-size: 40px;
  text-align: center;
}

footer .footer-company {
  padding: 50px 0 80px;
}

footer .footer-company p.subCatch {
  font-size: 20px;
}


footer .footer-company ul {
  margin-bottom: 40px;
}

footer .footer-company ul>li.column {
  align-items: center;
}

footer .footer-company ul.list li {
  position: relative;
  padding-right: 20px;
  margin-right: 5px;
}

footer .footer-company ul.list li::after {
  content: "／";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}

footer .footer-company ul.list li:last-of-type::after {
  content: none;
}

footer .gmap {
  margin-left: 55px;
}

footer .copyright {
  text-align: right;
  font-size: 14px;
}

@media screen and (max-width:1000px) {
  footer h2 {
    font-size: 16px;
  }

  footer .lesson>p {
    font-size: 22px;
  }
}

@media screen and (max-width:768px) {
  footer .footer-company ul.list {
    display: block;
    margin-bottom: 0;
  }

  footer .footer-company ul.list li::after {
    content: none;
  }

  footer .footer-company ul>li.column {
    display: block;
  }

  footer .gmap {
    margin-top: 5px;
    margin-bottom: 15px;
    margin-left: 0;
  }

  footer .copyright {
    font-size: 10px;
  }
}

/* footer
----------------------------------*/
.gmap {
  width: fit-content;
}

.gmap.bg-gray {
  margin-top: 10px;
}

.gmap a {
  display: flex;
  align-items: center;
  padding: 5px 18px;
  background-color: #FFF;
  color: #AAA3A3;
  border-radius: 100px;
}

.gmap.bg-gray a {
  background-color: #E6E6E6;
  color: #000;
}

.gmap img {
  width: 13px;
  margin-right: 5px;
}

/* page-top
----------------------------------*/
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  transition: all 0.3s;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  bottom: 40px !important;
  right: 50px;
  z-index: 2;
  /*はじめは非表示*/
}

#page-top a {
  position: relative;
}

#page-top a::before {
  content: "";
  position: absolute;
  top: -95px;
  left: -10px;
  width: 76px;
  height: 80px;
  background-image: url(../img/cat-gotop.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

#page-top.jump-cat a::before {
  top: -200px;
  width: 67px;
  height: 186px;
  background-image: url(../img/cat-gotop-jump.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

#page-top img {
  width: 43px;
}

@media screen and (max-width:768px) {
  #page-top {
    bottom: 20px !important;
    right: 30px;
  }

  #page-top a::before {
    top: -70px;
    width: 55px;
    height: 60px;
  }

  #page-top.jump-cat a::before {
    top: -130px;
    width: 40px;
    height: 120px;
  }

  #page-top img {
    width: 30px;
  }
}

/* scroll anime
----------------------------------*/

.scroll_down {
  position: absolute;
  bottom: 0px;
  left: 50%;
}

.scroll_down a {
  position: absolute;
  left: -30px;
  bottom: 87px;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
}

.scroll_down:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #FFF;
  animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}

@keyframes circlemove {
  0% {
    bottom: 80px;
  }

  100% {
    bottom: 0px;
  }
}

@keyframes cirlemovehide {
  0% {
    opacity: 0
  }

  50% {
    opacity: 1;
  }

  80% {
    opacity: 0.9;
  }

  100% {
    opacity: 0;
  }
}

.scroll_down:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 80px;
  background: #FFF;
}