.page__fv {
  position: relative;
}
.page__fv--contents {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 30px 80px;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  max-width: 90%;
}
@media screen and (max-width: 768px) {
  .page__fv--contents {
    padding: 4vw 6.4vw;
  }
}
.page__fv--title {
  font-size: 36px;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .page__fv--title {
    margin-bottom: 2.6666666667vw;
    font-size: 4.8vw;
  }
}
.page__fv--subTitle {
  font-weight: 500;
  color: #EF9395;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .page__fv--subTitle {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  .page__fv--img img {
    aspect-ratio: 2.6;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
  }
}

.breadcrumb {
  margin: 16px auto 80px;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    margin: 2.6666666667vw auto 10.6666666667vw;
    padding: 0 5.3333333333vw;
  }
}
.breadcrumb__lists {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 6px;
  flex-wrap: wrap;
}
.breadcrumb__list {
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .breadcrumb__list {
    font-size: 3.2vw;
  }
}
.breadcrumb a {
  text-decoration: underline;
}

.youtube {
  padding: 0 40px 80px;
}
@media screen and (max-width: 768px) {
  .youtube {
    padding: 0 5.3333333333vw 10.6666666667vw;
  }
}
.youtube__media {
  max-width: 850px;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
}
.youtube__media iframe {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .youtube__media iframe {
    height: 188px;
  }
}

section.first {
  position: relative;
  padding: 80px 40px;
  background: #FFF0F0;
}
@media screen and (max-width: 768px) {
  section.first {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}

.first__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.first .ashirai {
  position: absolute;
  left: 0;
  top: -50%;
}
@media screen and (max-width: 768px) {
  .first .ashirai {
    width: 48vw;
    top: -5%;
  }
}
.first__title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  font-size: 28px;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .first__title {
    font-size: 4.8vw;
    gap: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  .first__title img {
    width: 12vw;
  }
}
.first__text {
  line-height: 2;
  font-size: 16px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .first__text {
    font-size: 3.4666666667vw;
    text-align: left;
    margin-bottom: 6.4vw;
  }
}
.first__lists {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .first__lists {
    display: block;
  }
}
.first__list {
  width: 30%;
  border-radius: 8px;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 768px) {
  .first__list {
    width: 90%;
    margin: 0 auto 8.5333333333vw;
  }
}
.first__list--img img {
  vertical-align: bottom;
}
.first__list--title {
  padding: 18px 20px;
  color: #fff;
  background: url(../img/page/icon_download.svg) no-repeat;
  background-size: 24px;
  background-position: 90%;
  background-color: #EF9395;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .first__list--title {
    font-size: 3.7333333333vw;
  }
}

.method {
  padding: 80px 40px 120px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .method {
    padding: 10.6666666667vw 5.3333333333vw 40vw;
  }
}
.method__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.method__subTitle {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  line-height: 2;
  margin: 64px auto;
}
@media screen and (max-width: 768px) {
  .method__subTitle {
    font-size: 4.2666666667vw;
    margin: 8.5333333333vw auto;
  }
}
.method__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .method__box {
    display: block;
  }
}
.method__contents {
  width: 45%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .method__contents {
    width: 100%;
  }
}
.method__contents .ashirai {
  position: absolute;
  top: -160px;
  left: -70px;
}
@media screen and (max-width: 768px) {
  .method__contents .ashirai {
    top: -175px;
    left: -65px;
    width: 32vw;
  }
}
.method__contents p {
  line-height: 2;
  font-size: 16px;
}
.method__img {
  width: 49%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .method__img {
    margin-top: 10.6666666667vw;
    width: 100%;
  }
}
.method__img .ashirai {
  position: absolute;
  z-index: 3;
  bottom: -80px;
  left: 30%;
}
@media screen and (max-width: 768px) {
  .method__img .ashirai {
    width: 24vw;
    bottom: -90px;
    left: 25%;
  }
}
@media screen and (max-width: 768px) {
  .method__img .method__img01 {
    width: 80%;
  }
}
.method__img .method__img02 {
  position: absolute;
  z-index: 2;
  right: -30%;
  width: 320px;
  bottom: -120px;
}
@media screen and (max-width: 768px) {
  .method__img .method__img02 {
    width: 55%;
    right: -2%;
    bottom: -70px;
  }
}

.page__title {
  text-align: center;
  background: #FAF6EF;
  padding: 16px 0;
  font-size: 28px;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 768px) {
  .page__title {
    padding: 2.6666666667vw 0;
    font-size: 4.5333333333vw;
  }
}
.page__title span {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid #D6B785;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page__title span {
    padding: 5.3333333333vw 0;
  }
}
.page__title span::before {
  content: "";
  position: absolute;
  width: 254px;
  height: 64px;
  left: 0;
  bottom: 0;
  background: url(../img/page/bg_pageTitle01.svg) no-repeat;
  background-size: 254px;
  background-position: left;
}
@media screen and (max-width: 768px) {
  .page__title span::before {
    width: 100px;
    height: 40px;
    background-size: 100px;
  }
}
.page__title span::after {
  content: "";
  position: absolute;
  width: 254px;
  height: 64px;
  right: 0;
  bottom: 0;
  background: url(../img/page/bg_pageTitle02.svg) no-repeat;
  background-size: 254px;
  background-position: left;
}
@media screen and (max-width: 768px) {
  .page__title span::after {
    width: 100px;
    height: 40px;
    background-size: 100px;
  }
}

.doctor {
  padding: 0 40px 120px;
  position: relative;
  overflow: hidden;
}
.doctor > .ashirai {
  position: absolute;
  bottom: -50px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .doctor > .ashirai {
    width: 37.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .doctor {
    padding: 0 5.3333333333vw 21.3333333333vw;
  }
}
.doctor__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.doctor__item .page__title {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .doctor__item .page__title {
    margin-bottom: 6.4vw;
  }
}
.doctor__item + .doctor__item {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .doctor__item + .doctor__item {
    margin-top: 10.6666666667vw;
  }
}
.doctor__box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .doctor__box {
    flex-direction: column-reverse;
    margin-bottom: 10.6666666667vw;
  }
}
.doctor .doctor__item:nth-child(even) .doctor__box {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .doctor .doctor__item:nth-child(even) .doctor__box {
    flex-direction: column-reverse;
  }
}
.doctor__contents {
  width: 54%;
}
@media screen and (max-width: 768px) {
  .doctor__contents {
    width: 100%;
    margin-top: 6.4vw;
  }
}
.doctor__contents h3 {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 26px;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  padding: 11px 24px;
  border-left: 2px solid #EF9395;
  margin-bottom: 40px;
}
@media screen and (max-width: 1320px) {
  .doctor__contents h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .doctor__contents h3 {
    font-size: 4.5333333333vw;
    margin-bottom: 10.6666666667vw;
    padding: 15px 20px;
  }
}
.doctor__contents h3 span {
  font-size: 20px;
  font-weight: 500;
  font-family: "futura-pt", sans-serif;
  color: #EF9395;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1320px) {
  .doctor__contents h3 span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .doctor__contents h3 span {
    font-size: 2.9333333333vw;
  }
}
.doctor__contents table {
  width: 100%;
}
.doctor__contents table th {
  padding: 14px 24px;
  box-sizing: border-box;
  width: 25%;
  font-size: 16px;
  border-bottom: 1px solid #CECECE;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 1320px) {
  .doctor__contents table th {
    font-size: 14px;
    padding: 14px 10px;
  }
}
@media screen and (max-width: 768px) {
  .doctor__contents table th {
    font-size: 3.4666666667vw;
    padding: 12px 16px;
    width: 30%;
  }
}
.doctor__contents table td {
  width: 75%;
  padding: 14px 24px;
  box-sizing: border-box;
  border-bottom: 1px solid #F5F5F5;
  line-height: 1.6;
}
@media screen and (max-width: 1320px) {
  .doctor__contents table td {
    font-size: 14px;
    padding: 14px 10px;
  }
}
@media screen and (max-width: 768px) {
  .doctor__contents table td {
    font-size: 3.4666666667vw;
    padding: 12px 16px;
    width: 70%;
  }
}
.doctor__img {
  width: 40%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .doctor__img {
    width: 100%;
  }
}
.doctor__img .ashirai {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: -40px;
}
@media screen and (max-width: 768px) {
  .doctor__img .ashirai {
    width: 10.6666666667vw;
    bottom: -20px;
  }
}
.doctor .qualification {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .doctor .qualification {
    display: block;
  }
}
.doctor .qualification__item {
  width: 48%;
  background: #F5F5F5;
  padding: 32px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .doctor .qualification__item {
    width: 100%;
    padding: 6.4vw;
    margin-bottom: 6.4vw;
  }
}
.doctor .qualification__item h3 {
  text-align: center;
  padding: 10px 0;
  background: #EF9395;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .doctor .qualification__item h3 {
    font-size: 3.4666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
.doctor .qualification__item ul {
  padding-left: 25px;
}
.doctor .qualification__item ul li {
  list-style-type: disc;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .doctor .qualification__item ul li {
    font-size: 3.4666666667vw;
  }
}

.schedule {
  padding: 0 40px 80px;
}
@media screen and (max-width: 768px) {
  .schedule {
    padding: 0 5.3333333333vw 10.6666666667vw;
  }
}
.schedule__inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
.schedule__inner .ashirai {
  position: absolute;
  bottom: 14%;
  right: 0;
}
@media screen and (max-width: 768px) {
  .schedule__inner .ashirai {
    width: 18.6666666667vw;
  }
}
.schedule .hours__table {
  max-width: 700px;
  margin: 64px auto 40px;
}
@media screen and (max-width: 768px) {
  .schedule .hours__table {
    width: 100%;
    margin-top: 10.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.schedule .hours__table .thead {
  display: flex;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 0;
  gap: 12px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1320px) {
  .schedule .hours__table .thead {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .schedule .hours__table .thead {
    font-size: 14px;
    gap: 2px;
  }
}
.schedule .hours__table .thead .th {
  width: 152px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .schedule .hours__table .thead .th {
    width: 170px;
  }
}
.schedule .hours__table .thead .td {
  text-align: center;
  width: 80px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .schedule .hours__table .thead .td {
    width: 60px;
  }
}
.schedule .hours__table .tbody {
  display: flex;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 0;
  gap: 12px;
}
@media screen and (max-width: 1320px) {
  .schedule .hours__table .tbody {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .schedule .hours__table .tbody {
    font-size: 13px;
    padding: 6px 4px;
    gap: 2px;
  }
}
.schedule .hours__table .tbody .th {
  width: 152px;
  text-align: center;
  background: #F5F5F5;
  border-radius: 8px;
  padding: 14px 0;
  line-height: 1.4;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .schedule .hours__table .tbody .th {
    width: 170px;
  }
}
.schedule .hours__table .tbody .td {
  width: 80px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .schedule .hours__table .tbody .td {
    width: 60px;
    flex-direction: column;
  }
  .schedule .hours__table .tbody .td img {
    width: 20px;
  }
}
.schedule .hours__table .tbody .td.on {
  background: #FAF6EF;
}
.schedule .hours__doctors {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .schedule .hours__doctors {
    display: block;
  }
}
.schedule .hours__doctors--text {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .schedule .hours__doctors--text {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .schedule .hours__doctors--text {
    font-size: 3.2vw;
  }
}
.schedule .hours__doctor {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 4px dotted #5D3E22;
}
@media screen and (max-width: 768px) {
  .schedule .hours__doctor {
    width: 60%;
    margin: 0 auto 5.3333333333vw;
  }
}
.schedule .hours__doctor p {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 1320px) {
  .schedule .hours__doctor p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .schedule .hours__doctor p {
    font-size: 3.2vw;
  }
}

.access {
  padding: 0 40px 120px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .access {
    padding: 0 5.3333333333vw 42.6666666667vw;
  }
}
.access > .ashirai {
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .access > .ashirai {
    width: 48vw;
  }
}
.access > .ashirai img {
  transform: translate(-20px, 70px);
}
.access__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.access__box {
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .access__box {
    margin-top: 6.4vw;
    display: block;
  }
}
.access__box .ashirai {
  position: absolute;
  right: -100px;
  bottom: -20px;
}
@media screen and (max-width: 768px) {
  .access__box .ashirai {
    right: 20%;
    bottom: -450px;
    width: 53.3333333333vw;
  }
}
.access__table {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .access__table {
    width: 100%;
    margin-bottom: 10.6666666667vw;
  }
}
.access__table th {
  box-sizing: border-box;
  border-bottom: 1px solid #EF9395;
  font-size: 16px;
  font-weight: bold;
  padding: 24px;
  text-align: left;
  width: 25%;
  line-height: 1.6;
}
@media screen and (max-width: 1320px) {
  .access__table th {
    font-size: 14px;
    padding: 12px;
  }
}
@media screen and (max-width: 768px) {
  .access__table th {
    width: 25%;
    padding: 14px 5px;
    box-sizing: border-box;
    font-size: 14px;
  }
}
.access__table td {
  width: 75%;
  font-size: 16px;
  padding: 24px;
  border-bottom: 1px solid #F5F5F5;
  line-height: 1.6;
}
@media screen and (max-width: 1320px) {
  .access__table td {
    font-size: 14px;
    padding: 12px;
  }
}
@media screen and (max-width: 768px) {
  .access__table td {
    width: 75%;
    padding: 15px 10px;
    box-sizing: border-box;
    font-size: 14px;
  }
}
.access__lists {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .access__lists {
    width: 100%;
  }
}
.access__list {
  margin-bottom: 24px;
}
.access__list--title {
  text-align: center;
  padding: 12px 0;
  background: #F5F5F5;
  border-radius: 8px;
  gap: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 1320px) {
  .access__list--title {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .access__list--title {
    font-size: 4.2666666667vw;
  }
}
.access__list p {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 1320px) {
  .access__list p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .access__list p {
    font-size: 3.7333333333vw;
  }
}
.access__map {
  margin-top: 64px;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .access__map {
    margin-top: 8.5333333333vw;
  }
}
.access__map iframe {
  width: 100%;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .access__map iframe {
    height: 335px;
  }
}

.news {
  padding: 0 40px 120px;
}
@media screen and (max-width: 768px) {
  .news {
    padding: 0 5.3333333333vw 21.3333333333vw;
  }
}
.news__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.news__lists {
  margin: 80px auto;
  max-width: 850px;
}
@media screen and (max-width: 768px) {
  .news__lists {
    margin: 6.4vw auto;
  }
}
.news__list {
  display: block;
  padding: 24px 10px;
  border-bottom: 3px dotted #5D3E22;
}
.news__list--date {
  font-size: 16px;
  font-weight: normal;
  font-family: "futura-pt", sans-serif;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .news__list--date {
    font-size: 3.4666666667vw;
  }
}
.news__list--date .new {
  padding: 2px 8px;
  font-family: "futura-pt", sans-serif;
  background: #EF9395;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  margin-left: 10px;
  border-radius: 4px;
}
.news__list--title {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .news__list--title {
    font-size: 3.4666666667vw;
  }
}

.pagination__lists {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.pagination__list {
  background: #EDE6D5;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: normal;
  transition: 0.3s ease;
}
.pagination__list.current {
  background: #5D3E22;
  color: #fff;
}
.pagination__list:hover {
  background: #5D3E22;
  color: #fff;
  opacity: 1;
}
.pagination__list.dots {
  background: transparent;
}

.blog {
  padding: 0 40px 120px;
}
@media screen and (max-width: 768px) {
  .blog {
    padding: 0 5.3333333333vw 21.3333333333vw;
  }
}
.blog__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.blog__lists {
  max-width: 850px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .blog__lists {
    margin: 0 auto 10.6666666667vw;
  }
}
.blog__list.blog__list {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .blog__list.blog__list {
    margin-top: 21.3333333333vw;
  }
}
.blog__list--title {
  padding: 35px 50px;
  font-size: 26px;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  padding-left: 100px;
  border-bottom: 3px dotted #5D3E22;
  margin-bottom: 16px;
  background: url(../img/page/icon_blogTitle.svg) no-repeat;
  background-position: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .blog__list--title {
    font-size: 4.8vw;
    padding: 20px 40px;
    padding-left: 80px;
    background-size: 40px;
  }
}
.blog__list--detail {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .blog__list--detail {
    align-items: flex-end;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 6.4vw;
  }
}
.blog__list--detail .date {
  font-size: 14px;
  position: relative;
  padding: 4px 0;
  padding-left: 30px;
  background: url(../img/page/icon_calendar.svg) no-repeat;
  background-size: 20px;
  background-position: left;
}
@media screen and (max-width: 768px) {
  .blog__list--detail .date {
    font-size: 3.2vw;
  }
}
.blog__list--detail .update {
  font-size: 14px;
  position: relative;
  padding: 4px 0;
  padding-left: 30px;
  background: url(../img/page/icon_update.svg) no-repeat;
  background-size: 20px;
  background-position: left;
}
@media screen and (max-width: 768px) {
  .blog__list--detail .update {
    font-size: 3.2vw;
  }
}
.blog__list--contents p {
  line-height: 2;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .blog__list--contents p {
    font-size: 3.4666666667vw;
  }
}

.contact {
  padding: 0 40px 120px;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 0 5.3333333333vw 21.3333333333vw;
  }
}
.contact__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.contact__text {
  margin: 40px auto 20px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .contact__text {
    margin: 6.4vw auto 0;
    font-size: 3.4666666667vw;
  }
}
.contact__form table {
  margin: 40px auto 80px;
  width: 100%;
  border: 1px solid #CECECE;
}
@media screen and (max-width: 768px) {
  .contact__form table {
    margin: 10.6666666667vw auto 10.6666666667vw;
  }
}
.contact__form table tr {
  border-bottom: 1px solid #CECECE;
}
@media screen and (max-width: 768px) {
  .contact__form table tr {
    display: flex;
    flex-direction: column;
  }
}
.contact__form table th {
  background: #F5F5F5;
  padding: 16px 20px;
  box-sizing: border-box;
  width: 25%;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .contact__form table th {
    width: 100%;
  }
}
.contact__form table th h3 {
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .contact__form table th h3 {
    font-size: 3.4666666667vw;
  }
}
.contact__form table th .required {
  color: #C91715;
  font-weight: bold;
}
.contact__form table th p {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .contact__form table th p {
    font-size: 3.4666666667vw;
  }
}
.contact__form table td {
  width: 75%;
  padding: 12px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .contact__form table td {
    width: 100%;
  }
}
.contact__form table td input[type=text],
.contact__form table td input[type=tel],
.contact__form table td input[type=email] {
  width: 240px;
  border: 1px solid #929292;
  height: 40px;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #929292;
  border-radius: 4px;
}
.contact__form table td label {
  display: flex;
  align-items: center;
  gap: 6px;
}
.contact__form table td label input {
  margin: 0;
}
.contact__form table td .info {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .contact__form table td .info {
    font-size: 3.2vw;
  }
}
.contact__form table td .input.flex {
  display: flex;
  align-items: center;
  gap: 20px;
}
.contact__form table td textarea {
  height: 200px;
  width: 100%;
  border: 1px solid #929292;
  border-radius: 4px;
  padding: 10px;
  box-sizing: border-box;
}
.contact .privacy {
  margin-bottom: 30px;
}
.contact .privacy p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact .privacy {
    margin-bottom: 8.5333333333vw;
  }
}
.contact .privacy label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .contact .privacy label {
    font-size: 3.4666666667vw;
  }
}
.contact .privacy label input {
  margin: 0;
}
.contact .submit__btn {
  text-align: center;
}
.contact .submit__btn input {
  width: 338px;
  height: 64px;
  background: #EF9395;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  background-image: url(../img/page/arrow_right.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 94%;
  cursor: pointer;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .contact .submit__btn input {
    font-size: 4vw;
  }
}
.contact .submit__btn input:hover {
  opacity: 0.8;
}

.internal {
  padding: 80px 40px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .internal {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.internal > .ashirai {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .internal > .ashirai {
    width: 37.3333333333vw;
  }
}
.internal > .ashirai img {
  transform: translateY(60px);
}
.internal > .ashirai02 {
  position: absolute;
  right: 0;
  top: 45%;
}
.internal__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.main__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 80px;
  margin-top: 64px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1320px) {
  .main__lists {
    gap: 20px 50px;
  }
}
@media screen and (max-width: 768px) {
  .main__lists {
    display: block;
    margin-bottom: 10.6666666667vw;
    margin-top: 6.4vw;
  }
}

@media screen and (max-width: 768px) {
  .main__list {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 6.4vw;
  }
}
.main__list--img {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .main__list--img {
    margin-bottom: 4vw;
  }
}
.main__list--title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main__list--title h3 {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .main__list--title h3 {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .main__list--title h3 {
    font-size: 4vw;
  }
}
.main__list--title .more {
  height: auto;
  padding-right: 20px;
  background: url(../img/common/icon_right.svg) no-repeat;
  background-position: right;
  background-size: 13px;
  border-bottom: 1px solid #fff;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .main__list--title .more {
    font-size: 2.9333333333vw;
  }
}
.main__list--title .more:hover {
  border-bottom: 1px solid #5D3E22;
}

.page__box {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .page__box {
    flex-direction: column-reverse;
  }
  .page__box.reverse {
    flex-direction: column;
  }
}
.page__box:nth-of-type(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .page__box:nth-of-type(odd) {
    flex-direction: column-reverse;
  }
  .page__box:nth-of-type(odd).reverse {
    flex-direction: column;
  }
}
.page__box .ashirai {
  position: absolute;
  bottom: -80px;
  right: -140px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .page__box .ashirai {
    width: 37.3333333333vw;
    right: -40px;
  }
}
.page__box--contents {
  width: 54%;
}
@media screen and (max-width: 768px) {
  .page__box--contents {
    width: 100%;
  }
}
.page__box--contents h3 {
  font-size: 30px;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  padding-bottom: 20px;
  border-bottom: 2px solid #F5F5F5;
  position: relative;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .page__box--contents h3 {
    margin-bottom: 5.3333333333vw;
    font-size: 4.8vw;
    padding-bottom: 4vw;
  }
}
.page__box--contents h3::after {
  content: "";
  width: 80px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #EF9395;
  height: 2px;
}
.page__box--contents p {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .page__box--contents p {
    font-size: 3.4666666667vw;
  }
}
.page__box--contents ul {
  margin: 24px 0;
  padding: 24px 32px;
  border-radius: 4px;
  background: #FAF6EF;
}
@media screen and (max-width: 768px) {
  .page__box--contents ul {
    margin: 6.4vw 0;
    padding: 20px 16px;
  }
}
.page__box--contents ul li {
  font-size: 16px;
  padding-left: 30px;
  position: relative;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .page__box--contents ul li {
    padding-left: 24px;
    font-size: 13px;
  }
}
.page__box--contents ul li + li {
  margin-top: 14px;
}
.page__box--contents ul li::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #D6B785;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page__box--img {
  width: 40%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page__box--img {
    width: 80%;
    margin: 0 auto 6.4vw;
  }
}
.page__box--img .ashirai {
  position: absolute;
  bottom: 13%;
  right: -120px;
}
@media screen and (max-width: 768px) {
  .page__box--img .ashirai {
    width: 32vw;
    bottom: 2%;
    right: -40px;
  }
}
.page__box--img .ashirai02 {
  position: absolute;
  bottom: 4%;
  left: 40px;
}
@media screen and (max-width: 768px) {
  .page__box--img .ashirai02 {
    width: 21.3333333333vw;
    left: -20px;
  }
}

.bg {
  padding: 80px 40px;
  background: url(../img/page/bg.png) no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .bg {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.bg__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px;
  background: #fff;
}
@media screen and (max-width: 1320px) {
  .bg__inner {
    padding: 50px 40px;
  }
}
@media screen and (max-width: 768px) {
  .bg__inner {
    padding: 8.5333333333vw 8.5333333333vw;
  }
}
.bg__title {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  margin: 0 auto 40px;
  font-size: 28px;
  line-height: 1.6;
  font-weight: 500;
  position: relative;
  padding: 22px 10px;
  border: 1px solid #EF9395;
}
@media screen and (max-width: 768px) {
  .bg__title {
    margin-bottom: 6.4vw;
    font-size: 17px;
    padding: 6.4vw 10px;
  }
}
@media screen and (max-width: 768px) {
  .bg__title {
    font-size: 4.5333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.bg__title::before {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/top/ashirai_title01.svg) no-repeat;
  background-size: 80px;
  background-position: left;
}
@media screen and (max-width: 768px) {
  .bg__title::before {
    width: 60px;
    height: 60px;
    background-size: 60px;
  }
}
.bg__title::after {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../img/top/ashirai_title02.svg) no-repeat;
  background-size: 80px;
  background-position: right;
}
@media screen and (max-width: 768px) {
  .bg__title::after {
    width: 60px;
    height: 60px;
    background-size: 60px;
  }
}
.bg__text {
  line-height: 2;
  font-size: 16px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .bg__text {
    font-size: 3.4666666667vw;
  }
}
.bg__text span {
  font-weight: bold;
}
.bg__text.center {
  text-align: center;
}
.bg__item {
  width: 31%;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .bg__item {
    width: 100%;
    margin-bottom: 6.4vw;
  }
}
.bg__item h3 {
  text-align: center;
  background: #F5F5F5;
  font-size: 18px;
  font-weight: bold;
  padding: 16px 0;
  margin-bottom: 16px;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 768px) {
  .bg__item h3 {
    font-size: 3.7333333333vw;
    padding: 18px 0;
  }
}
.bg__item p {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .bg__item p {
    font-size: 3.4666666667vw;
  }
}
.bg__box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .bg__box {
    width: 100%;
    display: block;
  }
}
.bg__box.two .bg__item {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .bg__box.two .bg__item {
    width: 100%;
  }
}

.page__section {
  padding: 80px 40px 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page__section {
    padding: 10.6666666667vw 5.3333333333vw 21.3333333333vw;
  }
}
.page__section .page__title {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .page__section .page__title {
    margin-bottom: 6.4vw;
  }
}
.page__section--text {
  line-height: 2;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .page__section--text {
    font-size: 3.4666666667vw;
  }
}
.page__section > .ashirai {
  position: absolute;
  bottom: -80px;
  right: 5%;
}
@media screen and (max-width: 768px) {
  .page__section > .ashirai {
    width: 2%;
  }
}
.page__section > .ashirai02 {
  position: absolute;
  left: 42%;
  bottom: -30px;
}
@media screen and (max-width: 768px) {
  .page__section > .ashirai02 {
    bottom: 5px;
    width: 24vw;
  }
}
.page__section > .ashirai04 {
  position: absolute;
  bottom: -20px;
  left: 24%;
}
@media screen and (max-width: 768px) {
  .page__section > .ashirai04 {
    width: 45.3333333333vw;
    bottom: 10px;
  }
}
.page__section > .ashirai06 {
  position: absolute;
  bottom: 65px;
  left: 20%;
}
@media screen and (max-width: 768px) {
  .page__section > .ashirai06 {
    width: 18.6666666667vw;
    bottom: 30px;
    left: 25%;
  }
}
.page__section > .ashirai07 {
  position: absolute;
  top: -50px;
  right: 10%;
}
@media screen and (max-width: 768px) {
  .page__section > .ashirai07 {
    width: 42.6666666667vw;
    top: -30px;
    right: 25%;
  }
}
.page__section > .ashirai08 {
  position: absolute;
  bottom: -50px;
  left: 15%;
}
@media screen and (max-width: 768px) {
  .page__section > .ashirai08 {
    width: 42.6666666667vw;
    bottom: 45px;
    left: 25%;
  }
}
.page__section > .ashirai05 {
  position: absolute;
  bottom: -60px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .page__section > .ashirai05 {
    width: 37.3333333333vw;
  }
}
.page__section--inner {
  max-width: 1100px;
  margin: 0 auto;
}

.page__box2 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page__box2 {
    display: block;
  }
  .page__box2.reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .page__box2.reverse .page__box2--item {
    margin-bottom: 0 !important;
  }
}
.page__box2--item {
  width: 45.5%;
}
@media screen and (max-width: 768px) {
  .page__box2--item {
    margin-bottom: 10.6666666667vw;
    width: 100%;
  }
}
.page__box2--item .ashirai01 {
  position: absolute;
  bottom: 18%;
  left: 36%;
}
@media screen and (max-width: 768px) {
  .page__box2--item .ashirai01 {
    width: 21.3333333333vw;
    bottom: 5%;
    left: 55%;
  }
}
.page__box2--item .ashirai02 {
  position: absolute;
  bottom: 4%;
  left: 20%;
}
@media screen and (max-width: 768px) {
  .page__box2--item .ashirai02 {
    bottom: 0;
    width: 37.3333333333vw;
  }
}
.page__box2--item .img {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .page__box2--item .img {
    margin-bottom: 6.4vw;
  }
}
.page__box2--item h3 {
  font-size: 30px;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  padding-bottom: 20px;
  border-bottom: 2px solid #F5F5F5;
  position: relative;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .page__box2--item h3 {
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
  }
}
.page__box2--item h3::after {
  content: "";
  width: 80px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #EF9395;
  height: 2px;
}
.page__box2--item h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .page__box2--item h4 {
    font-size: 4vw;
  }
}
.page__box2--item ul {
  margin: 0 0 24px;
  padding: 24px 32px;
  border-radius: 4px;
  background: #FAF6EF;
}
@media screen and (max-width: 768px) {
  .page__box2--item ul {
    margin-bottom: 6.4vw;
    padding: 20px 15px;
  }
}
.page__box2--item ul li {
  font-size: 16px;
  padding-left: 30px;
  position: relative;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .page__box2--item ul li {
    font-size: 3.4666666667vw;
  }
}
.page__box2--item ul li + li {
  margin-top: 14px;
}
.page__box2--item ul li::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #D6B785;
  display: block;
  position: absolute;
  left: 0;
  top: 14%;
}
.page__box2--item p {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .page__box2--item p {
    font-size: 3.4666666667vw;
  }
}
.page__box2--item .item {
  background: #F5F5F5;
  border-radius: 8px;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .page__box2--item .item {
    padding: 6.4vw;
  }
}
.page__box2--item .item + .item {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .page__box2--item .item + .item {
    margin-top: 6.4vw;
  }
}
.page__box2--item .item h4 {
  text-align: center;
  background: #EF9395;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 16px;
  padding: 14px 0;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .page__box2--item .item h4 {
    font-size: 3.4666666667vw;
    padding: 10px 16px;
  }
}
.page__box2--item .item p {
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page__box2--item .item p {
    font-size: 3.4666666667vw;
  }
}
.page__box2--item .item p.left {
  text-align: left;
}

.message {
  padding: 0 40px 80px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .message {
    padding: 0 5.3333333333vw 10.6666666667vw;
  }
}
.message .ashirai {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .message .ashirai {
    width: 37.3333333333vw;
  }
}
.message .ashirai img {
  transform: translateY(60px);
}
.message__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.message__box {
  margin-top: 64px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .message__box {
    flex-direction: column-reverse;
    margin-top: 6.4vw;
  }
}
.message__box .contents {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .message__box .contents {
    margin-top: 6.4vw;
    width: 100%;
  }
}
.message__box .contents p {
  line-height: 2;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .message__box .contents p {
    font-size: large13;
  }
}
.message__box .img {
  width: 44%;
}
@media screen and (max-width: 768px) {
  .message__box .img {
    width: 100%;
  }
}

.trouble {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .trouble {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.trouble.orthopedics {
  background: url(../img/page/bg_orthopedics.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.trouble.head {
  background: url(../img/page/bg_headache.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.trouble.memorys {
  background: url(../img/page/bg_memory.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.trouble.parkinsons {
  background: url(../img/page/bg_parkinson.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.trouble.supplments {
  background: url(../img/page/bg_supplment.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.trouble.strokes {
  background: url(../img/page/bg_stroke.png) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.trouble.strokes .ashirai {
  position: absolute;
  bottom: -25%;
  right: 0;
}
@media screen and (max-width: 768px) {
  .trouble.strokes .ashirai {
    bottom: -8%;
    width: 48vw;
  }
}
.trouble.epilepsys {
  background: url(../img/page/bg_epilepsy.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.trouble__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.trouble__title {
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.6;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 768px) {
  .trouble__title {
    font-size: 4.5333333333vw;
  }
}
.trouble__title:after {
  content: "";
  display: block;
  margin: 32px auto 64px;
  width: 120px;
  height: 2px;
  background: #D6B785;
}
@media screen and (max-width: 768px) {
  .trouble__title:after {
    width: 17.0666666667vw;
    margin: 4.2666666667vw auto 8.5333333333vw;
  }
}
.trouble__text {
  text-align: center;
  color: #fff;
  line-height: 2;
  margin: 64px auto;
}
@media screen and (max-width: 768px) {
  .trouble__text {
    font-size: 3.4666666667vw;
    margin: 6.4vw auto;
  }
}
.trouble__text span {
  font-weight: bold;
}
.trouble__text.left {
  text-align: left;
}
.trouble.supplments .trouble__title,
.trouble.supplments .trouble__text {
  color: #5D3E22;
}
.trouble__box {
  margin-top: 64px;
  background: #fff;
  border-radius: 8px;
  padding: 48px 64px;
}
@media screen and (max-width: 768px) {
  .trouble__box {
    margin-top: 6.4vw;
    padding: 8.5333333333vw;
  }
}
.trouble__box p {
  line-height: 2.4;
  font-size: 20px;
  color: #5D3E22 !important;
}
@media screen and (max-width: 768px) {
  .trouble__box p {
    line-height: 2;
    font-size: 4.2666666667vw;
  }
}
.trouble .trouble__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 10px;
}
@media screen and (max-width: 768px) {
  .trouble .trouble__lists {
    grid-template-columns: repeat(1, 1fr);
  }
}
.trouble .trouble__lists2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 62px 80px;
}
@media screen and (max-width: 768px) {
  .trouble .trouble__lists2 {
    gap: 16px 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.trouble__box .trouble__lists {
    grid-template-columns: repeat(2, 1fr);
	
}
.trouble__box .trouble__lists .trouble__list {
	color:#5D3E22;
}
@media screen and (max-width: 768px) {
	.trouble__box .trouble__lists {
    grid-template-columns: repeat(1, 1fr);
	
}
}
.trouble.head .trouble__lists, .trouble.epilepsys .trouble__lists, .trouble.memorys .trouble__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 54px;
}
@media screen and (max-width: 768px) {
  .trouble.head .trouble__lists, .trouble.epilepsys .trouble__lists, .trouble.memorys .trouble__lists {
    gap: 24px 10px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.trouble__list {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  background: url(../img/page/icon_check.svg) no-repeat;
  background-position: 10% left;
  background-size: 38px;
  line-height: 1.6;
  font-size: 24px;
  color: #fff;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .trouble__list {
    padding-left: 35px;
    font-size: 4.2666666667vw;
    background-size: 6.9333333333vw;
  }
}
.trouble__list2 img {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .trouble__list2 img {
    margin-bottom: 6.4vw;
  }
}
.trouble__list2 h3 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  background: url(../img/page/icon_check.svg) no-repeat;
  background-position: 10% left;
  background-size: 38px;
  line-height: 1.6;
  font-size: 24px;
  color: #fff;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .trouble__list2 h3 {
    font-size: 4.2666666667vw;
    padding-left: 35px;
    background-size: 26px;
  }
}
.trouble p {
  color: #fff;
}

.pink__sec {
  background: #FFF0F0;
  position: relative;
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .pink__sec {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.pink__sec--inner {
  max-width: 1100px;
  margin: 0 auto;
}
.pink__sec > .ashirai {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 42%;
}
.pink__sec > .ashirai02 {
  position: absolute;
  bottom: 17%;
  left: 30%;
  z-index: 5;
}
.pink__sec > .ashirai02.ashirai__memory {
  bottom: -6%;
}
@media screen and (max-width: 768px) {
  .pink__sec > .ashirai02 {
    left: unset;
    right: 10px;
    bottom: 0;
    width: 21.3333333333vw;
  }
}
.pink__sec > .ashirai03 {
  position: absolute;
  bottom: -30px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .pink__sec > .ashirai03 {
    z-index: 3;
    width: 37.3333333333vw;
    bottom: -30px;
  }
}
.pink__sec--box {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .pink__sec--box {
    display: block;
  }
}
.pink__sec--box .img {
  width: 35%;
  position: relative;
  z-index: 3;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .pink__sec--box .img {
    width: 75%;
    margin-top: 0;
    margin: 0 auto;
    margin-bottom: -40px;
  }
}
.pink__sec--box .contents {
  width: 70%;
  margin-left: -5%;
  background: #fff;
  padding: 50px 64px 50px 120px;
  border-radius: 8px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .pink__sec--box .contents {
    padding: 17.0666666667vw 8.5333333333vw 8.5333333333vw;
    width: 100%;
    margin: 0 auto;
  }
}
.pink__sec--box .contents h3 {
  font-size: 30px;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .pink__sec--box .contents h3 {
    font-size: 4.8vw;
    margin-bottom: 4.2666666667vw;
  }
}
.pink__sec--box .contents h3 span {
  padding: 16px 40px;
  border-radius: 100px;
  background: #FFF0F0;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .pink__sec--box .contents h3 span {
    padding: 2.6666666667vw 8.5333333333vw;
  }
}
.pink__sec--box .contents p {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .pink__sec--box .contents p {
    font-size: 3.4666666667vw;
  }
}

.gray__box {
  border-radius: 8px;
  background: #F5F5F5;
  position: relative;
  padding: 64px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .gray__box {
    display: block;
    margin-bottom: 13.3333333333vw;
    padding: 10.6666666667vw 8.5333333333vw;
  }
}
.gray__box .ashirai {
  position: absolute;
  bottom: -20px;
  left: 14%;
}
@media screen and (max-width: 768px) {
  .gray__box .ashirai {
    width: 10.6666666667vw;
    left: 45%;
  }
}
.gray__box--title {
  width: 35%;
  font-size: 30px;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  padding-bottom: 20px;
  border-bottom: 2px solid #FFFFFF;
  position: relative;
  margin-bottom: 32px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .gray__box--title {
    font-size: 4.5333333333vw;
    margin-bottom: 5.3333333333vw;
    width: 100%;
    padding-bottom: 4.2666666667vw;
  }
}
.gray__box--title::after {
  content: "";
  width: 80px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #EF9395;
  height: 2px;
}
@media screen and (max-width: 768px) {
  .gray__box--title::after {
    width: vw 64;
  }
}
.gray__box--contents {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .gray__box--contents {
    width: 100%;
  }
}
.gray__box--contents ul li {
  padding-left: 30px;
  font-size: 24px;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 20px;
  position: relative;
  box-sizing: border-box;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .gray__box--contents ul li {
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
    padding-left: 24px;
  }
}
.gray__box--contents ul li::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #D6B785;
}

.page__box3 {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .page__box3 {
    margin-top: 10.6666666667vw;
  }
}
.page__box3--item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .page__box3--item {
    flex-direction: column;
  }
}
.page__box3--item:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .page__box3--item:nth-of-type(even) {
    flex-direction: column;
  }
}
.page__box3--item .img {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .page__box3--item .img {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 6.4vw;
  }
}
.page__box3--item .contents {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .page__box3--item .contents {
    width: 100%;
  }
}
.page__box3--item .contents h3 {
  font-size: 30px;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  padding-bottom: 20px;
  border-bottom: 2px solid #F5F5F5;
  position: relative;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .page__box3--item .contents h3 {
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
  }
}
.page__box3--item .contents h3::after {
  content: "";
  width: 80px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #EF9395;
  height: 2px;
}
@media screen and (max-width: 768px) {
  .page__box3--item .contents h3::after {
    width: 17.0666666667vw;
  }
}
.page__box3--item .contents p {
  line-height: 2;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .page__box3--item .contents p {
    font-size: 3.4666666667vw;
  }
}

.headache {
  padding: 0 40px 80px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .headache {
    padding: 0 5.3333333333vw 10.6666666667vw;
  }
}
.headache .ashirai {
  position: absolute;
  bottom: -40px;
  left: 5%;
}
@media screen and (max-width: 768px) {
  .headache .ashirai {
    left: unset;
    right: 4%;
    width: 18.6666666667vw;
    bottom: -20px;
  }
}
.headache__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.headache__box {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .headache__box {
    margin-top: 10.6666666667vw;
    flex-direction: column-reverse;
  }
}
.headache__box .contents {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .headache__box .contents {
    width: 100%;
  }
}
.headache__box .contents p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .headache__box .contents p {
    font-size: 3.4666666667vw;
  }
}
.headache__box .img {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .headache__box .img {
    margin-bottom: 6.4vw;
    width: 100%;
  }
}

.memory {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .memory {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.memory__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.memory__text {
  text-align: center;
  margin: 40px auto;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .memory__text {
    margin: 6.4vw auto;
    font-size: 3.4666666667vw;
  }
}
.memory__table {
  width: 100%;
}
.memory__table thead th {
  background: #F5F5F5;
  text-align: center;
  padding: 15px 0;
  width: 30%;
  font-weight: normal;
  border: 1px solid #5D3E22;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .memory__table thead th {
    width: 46%;
    font-size: 3.4666666667vw;
  }
}
.memory__table thead td {
  background: #F5F5F5;
  padding: 15px 0;
  width: 70%;
  border: 1px solid #5D3E22;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .memory__table thead td {
    width: 54%;
    font-size: 3.4666666667vw;
  }
}
.memory__table tbody th {
  text-align: left;
  padding: 20px 24px;
  width: 30%;
  border: 1px solid #5D3E22;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .memory__table tbody th {
    width: 46%;
    font-size: 3.4666666667vw;
    padding: 16px;
  }
}
.memory__table tbody td {
  padding: 20px 24px;
  box-sizing: border-box;
  width: 70%;
  border: 1px solid #5D3E22;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .memory__table tbody td {
    width: 54%;
    font-size: 3.4666666667vw;
    padding: 16px;
  }
}

.pink__sec2 {
  background: #FAF6EF;
  padding: 80px 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pink__sec2 {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.pink__sec2 .ashirai {
  position: absolute;
  bottom: -50px;
  right: 14%;
}
@media screen and (max-width: 768px) {
  .pink__sec2 .ashirai {
    right: 2%;
    width: 26.6666666667vw;
  }
}
.pink__sec2--inner {
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  padding: 64px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .pink__sec2--inner {
    padding: 8.5333333333vw;
    display: block;
  }
}
.pink__sec2--title {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .pink__sec2--title {
    width: 100%;
    margin-bottom: 6.4vw;
  }
  .pink__sec2--title img {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
}
.pink__sec2--title h3 {
  font-size: 30px;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  padding-bottom: 20px;
  border-bottom: 2px solid #F5F5F5;
  position: relative;
  margin-bottom: 40px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .pink__sec2--title h3 {
    margin-bottom: 6.4vw;
    font-size: 4.5333333333vw;
  }
}
.pink__sec2--title h3::after {
  content: "";
  width: 80px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #EF9395;
  height: 2px;
}
.pink__sec2--contents {
  width: 55%;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .pink__sec2--contents {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .pink__sec2--contents {
    font-size: 3.4666666667vw;
  }
}
.pink__sec2--contents span {
  font-weight: bold;
}

.flow {
  padding: 80px 40px;
  background: #FAF6EF;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.flow > .ashirai {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .flow > .ashirai {
    width: 40vw;
  }
}
.flow__inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
.flow__inner .ashirai {
  position: absolute;
  right: -120px;
  top: 35%;
}
@media screen and (max-width: 768px) {
  .flow__inner .ashirai {
    right: 2%;
    width: 26.6666666667vw;
  }
}
.flow__title {
  text-align: center;
  color: #fff;
  background: #5D3E22;
  font-size: 30px;
  font-weight: 500;
  padding: 32px 0;
  font-family: "Shippori Mincho", serif;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media screen and (max-width: 768px) {
  .flow__title {
    font-size: 4.8vw;
    padding: 4.2666666667vw;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}
.flow__lists {
  padding: 64px;
  background: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media screen and (max-width: 768px) {
  .flow__lists {
    padding: 6.4vw;
  }
}
.flow .flow__list--arrow {
  text-align: center;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .flow .flow__list--arrow {
    margin: 5.3333333333vw auto 8vw;
  }
}
.flow__list {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow__list {
    display: block;
  }
}
.flow__list + .flow__list {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .flow__list + .flow__list {
    margin-top: 10.6666666667vw;
  }
}
.flow__list--img {
  width: 22%;
}
.flow__list--img img {
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .flow__list--img {
    width: 85%;
    margin: 0 auto 3.7333333333vw;
  }
}
.flow__list--contents {
  width: 73%;
}
@media screen and (max-width: 768px) {
  .flow__list--contents {
    width: 100%;
  }
}
.flow__list--contents h3 {
  display: flex;
  align-items: center;
  padding-left: 30px;
  padding-bottom: 0;
  margin-bottom: 24px;
  border-bottom: 1px solid #5D3E22;
  line-height: 1.6;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .flow__list--contents h3 {
    padding-left: 20px;
  }
}
.flow__list--contents h3 .num {
  font-size: 80px;
  color: #EDE6D5;
  font-weight: 600;
  font-family: "futura-pt", sans-serif;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .flow__list--contents h3 .num {
    font-size: 14.9333333333vw;
    margin-right: 10px;
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .flow__list--contents h3 {
    font-size: 3.7333333333vw;
  }
}
.flow__list--contents p {
  line-height: 2;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .flow__list--contents p {
    padding: 0 12px;
    font-size: 3.4666666667vw;
  }
}

.merit {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .merit {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.merit__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.merit__box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .merit__box {
    flex-direction: column;
  }
}
.merit__item {
  width: 36%;
}
@media screen and (max-width: 768px) {
  .merit__item {
    width: 100%;
    order: 2;
    margin-bottom: 6.4vw;
  }
}
.merit__item:nth-of-type(1) {
  background: url(../img/page/icon_circle.svg) no-repeat;
  background-position: bottom;
  background-size: 280px;
}
@media screen and (max-width: 768px) {
  .merit__item:nth-of-type(1) {
    background-size: 60%;
  }
}
.merit__item:nth-of-type(3) {
  background: url(../img/page/icon_triangle.svg) no-repeat;
  background-position: bottom;
  background-size: 280px;
}
@media screen and (max-width: 768px) {
  .merit__item:nth-of-type(3) {
    background-size: 60%;
  }
}
.merit__item--img {
  position: relative;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .merit__item--img {
    width: 80%;
    margin: 0 auto 6.4vw;
  }
}
.merit__item--img img {
  width: 100%;
}
.merit__item--img span {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 10px 32px;
  font-size: 18px;
  font-weight: bold;
  border-top-right-radius: 8px;
}
@media screen and (max-width: 768px) {
  .merit__item--img span {
    padding: 2.6666666667vw 8.5333333333vw;
    font-size: 3.7333333333vw;
  }
}
.merit__item--text {
  line-height: 2;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .merit__item--text {
    font-size: 3.4666666667vw;
    padding-bottom: 8.5333333333vw;
  }
}
.merit__title {
  background: #FFF0F0;
  border-top: 4px solid #EF9395;
  writing-mode: vertical-rl;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  line-height: 1.6;
  position: relative;
  padding: 40px 32px;
  font-size: 30px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .merit__title {
    order: 1;
    writing-mode: horizontal-tb;
    font-size: 4.8vw;
    text-align: center;
    padding: 4.2666666667vw 4.2666666667vw 4.2666666667vw;
    margin-bottom: 8.5333333333vw;
  }
}
.merit__title .ashirai {
  position: absolute;
  bottom: -30px;
  right: -30px;
}
@media screen and (max-width: 768px) {
  .merit__title .ashirai {
    width: 13.3333333333vw;
    right: 0;
  }
}
.merit__title span {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .merit__title span {
    font-size: 4vw;
  }
}

.thanks__title {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 30px;
}

.thanks__text {
  text-align: center;
  line-height: 2;
}

.wpcf7-radio {
  display: flex;
  align-items: center;
  gap: 20px;
}

.price {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .price {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.price__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.price table {
  width: 100%;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .price table {
    margin-top: 30px;
  }
}
.price table th {
  padding: 16px 24px;
  width: 40%;
  box-sizing: border-box;
  text-align: left;
  line-height: 2;
  border: 1px solid #929292;
}
@media screen and (max-width: 768px) {
  .price table th {
    padding: 15px 15px;
    width: 45%;
    font-size: 14px;
  }
}
.price table td {
  padding: 16px 24px;
  box-sizing: border-box;
  width: 60%;
  text-align: right;
  line-height: 2;
  border: 1px solid #929292;
}
@media screen and (max-width: 768px) {
  .price table td {
    padding: 15px 15px;
    width: 55%;
    font-size: 14px;
  }
}
.price table.table2 th {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .price table.table2 th {
    width: 28%;
    font-size: 12px;
  }
}
.price table.table2 td {
  width: 35%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .price table.table2 td {
    width: 36%;
    font-size: 12px;
  }
}
.price__text {
  text-align: right;
  font-size: 16px;
  line-height: 2;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .price__text {
    font-size: 14px;
  }
}
.price__info {
  font-size: 16px;
  line-height: 2;
  margin-top: 25px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .price__info {
    font-size: 14px;
  }
}

#vaccination {
  position: relative;
}
#vaccination .ashirai {
  position: absolute;
  bottom: -30px;
  left: 5%;
}
@media screen and (max-width: 768px) {
  #vaccination .ashirai {
    width: 50.6666666667vw;
    left: 25%;
    bottom: -20px;
  }
}

.single__contents {
  line-height: 1.6;
}
.single__contents h3 {
  margin-bottom: 30px;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
}
.single__contents h3 span {
  border-bottom: 1px solid #EF9395;
}
@media screen and (max-width: 768px) {
  .single__contents h3 {
    margin-bottom: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.single__contents h4 {
  margin-bottom: 30px;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .single__contents h4 {
    font-size: 4vw;
    margin-bottom: 5.3333333333vw;
  }
}
.single__contents p {
  margin-bottom: 30px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .single__contents p {
    font-size: 3.7333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.single__contents img,
.single__contents figure {
  margin-bottom: 20px;
}

.single__title {
  padding: 10px 0;
  padding-left: 20px;
  border-left: 4px solid #EF9395;
  font-size: 24px;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .single__title {
    font-size: 5.3333333333vw;
    margin-bottom: 8vw;
  }
}

.back {
  display: block;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 0;
  padding-left: 70px;
  font-size: 14px;
  font-weight: bold;
  height: 56px;
  display: flex;
  align-items: center;
  background: url(../img/page/icon_arrow_left.svg) no-repeat;
  background-position: left;
  background-size: 56px;
  transition: 0.1s ease;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .back {
    height: 45px;
    padding-left: 50px;
    background-size: 40px;
  }
}
.back:hover {
  background: url(../img/page/icon_arrow_left_bk.svg) no-repeat;
  background-position: left;
  background-size: 56px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .back:hover {
    background-size: 40px;
  }
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-list-item {
  margin-left: 0 !important;
}

.wpcf7-not-valid-tip {
  margin-top: 10px !important;
}/*# sourceMappingURL=page.css.map */

.sitemap {
	max-width:700px;
	margin:80px auto;
	padding:0 40px;
}
.sitemap > li {
	margin-bottom:40px;
}
.sitemap ul{
	display:grid;
	 grid-template-columns: repeat(2, 1fr);
  gap: 40px 50px;
}