@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, dl,
form, fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea,
figure {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #666;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  list-style: none;
}

ol ol,
ul ul,
ol ul,
ul ol {
  padding: 0;
  margin: 0;
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  overflow: auto;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

@media (max-width: 319px) {
  html {
    font-size: 10px;
  }
}
@media (min-width: 320px) and (max-width: 750px) {
  html {
    font-size: calc(2.6666666667vw + 0rem);
  }
}
@media (min-width: 750.1px) {
  html {
    font-size: 14px;
  }
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

a {
  color: #9f774b;
  text-decoration: underline;
  outline: none;
  transition: all 0.4s ease;
}
a:hover {
  color: #9f774b;
}

.is-pc {
  display: none;
}

@media (min-width: 750px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}
.db {
  display: block;
}

.di {
  display: inline;
}

.dib {
  display: inline-block;
}

.is-bold {
  font-weight: bold;
}

.is-blur {
  filter: blur(3px);
}

.shadow {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

mark {
  background: none;
  font-weight: bold;
  font-style: normal;
  color: #be3565;
}

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

@media (min-width: 750px) {
  .flex-pc {
    display: flex;
    flex-wrap: wrap;
  }
}
.is-left {
  float: left;
  padding-right: 1.5rem;
}

@media (min-width: 750px) {
  .is-left {
    padding-right: 20px;
  }
}
.is-right {
  float: right;
  padding-left: 1.25rem;
}

@media (min-width: 750px) {
  .is-left {
    padding-left: 20px;
  }
}
@media (min-width: 750px) {
  .is-left-pc {
    float: left;
  }
  .is-right-pc {
    float: right;
  }
}
.f-goth {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.f-min {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.f-en {
  font-family: "Times New Roman", Times, serif;
}

.f-wb {
  font-weight: bold;
}

.f-wn {
  font-weight: normal;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.tl {
  text-align: left;
}

.mt0.mt0 {
  margin-top: 0;
}

.mr0.mr0 {
  margin-right: 0;
}

.ml0.ml0 {
  margin-left: 0;
}

.mb0.mb0 {
  margin-bottom: 0;
}

.mt5.mt5 {
  margin-top: 0.5rem;
}

@media (min-width: 750px) {
  .mt5.mt5 {
    margin-top: 8px;
  }
}
.mt10.mt10 {
  margin-top: 1rem;
}

@media (min-width: 750px) {
  .mt10.mt10 {
    margin-top: 15px;
  }
}
.mt15.mt15 {
  margin-top: 1.5rem;
}

@media (min-width: 750px) {
  .mt15.mt15 {
    margin-top: 20px;
  }
}
.mt20.mt20 {
  margin-top: 2rem;
}

@media (min-width: 750px) {
  .mt20.mt20 {
    margin-top: 30px;
  }
}
.mt30.mt30 {
  margin-top: 3rem;
}

@media (min-width: 750px) {
  .mt30.mt30 {
    margin-top: 40px;
  }
}
.mt40.mt40 {
  margin-top: 4rem;
}

@media (min-width: 750px) {
  .mt40.mt40 {
    margin-top: 60px;
  }
}
.mt50.mt50 {
  margin-top: 5rem;
}

@media (min-width: 750px) {
  .mt50.mt50 {
    margin-top: 80px;
  }
}
.mt60.mt60 {
  margin-top: 6rem;
}

@media (min-width: 750px) {
  .mt60.mt60 {
    margin-top: 100px;
  }
}
.mt70.mt70 {
  margin-top: 7rem;
}

@media (min-width: 750px) {
  .mt70.mt70 {
    margin-top: 110px;
  }
}
.mb10.mb10 {
  margin-bottom: 1rem;
}

@media (min-width: 750px) {
  .mb10.mb10 {
    margin-bottom: 15px;
  }
}
.mb20.mb20 {
  margin-bottom: 2rem;
}

@media (min-width: 750px) {
  .mb20.mb20 {
    margin-bottom: 30px;
  }
}
.mb30.mb30 {
  margin-bottom: 3rem;
}

@media (min-width: 750px) {
  .mb30.mb30 {
    margin-bottom: 40px;
  }
}
.mb40.mb40 {
  margin-bottom: 4rem;
}

@media (min-width: 750px) {
  .mb40.mb40 {
    margin-bottom: 60px;
  }
}
.mb50.mb50 {
  margin-bottom: 5rem;
}

@media (min-width: 750px) {
  .mb50.mb50 {
    margin-bottom: 70px;
  }
}
.mb60.mb60 {
  margin-bottom: 6rem;
}

@media (min-width: 750px) {
  .mb60.mb60 {
    margin-bottom: 90px;
  }
}
.mb70.mb70 {
  margin-bottom: 7rem;
}

@media (min-width: 750px) {
  .mb70.mb70 {
    margin-bottom: 110px;
  }
}
.section {
  margin-top: 4rem;
}

@media (min-width: 750px) {
  .section {
    margin-top: 60px;
  }
  .section-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.block {
  margin-top: 2rem;
}

@media (min-width: 750px) {
  .block {
    margin-top: 30px;
  }
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.main-block {
  padding: 1.6rem 1.5rem 0.5rem;
}

.sub-block {
  margin: 3rem 0 0;
  padding: 0 1.5rem;
}

@media (min-width: 750px) {
  body {
    min-width: 1100px;
  }
  .contents {
    width: 1100px;
    margin: 0 auto;
    padding: 24px 0 100px;
    display: flex;
    justify-content: space-between;
  }
  .contents .main-block {
    padding: 0;
    width: 830px;
  }
  .contents .sub-block {
    order: -1;
    display: block;
    margin-top: 0;
    padding: 0;
    width: 226px;
  }
}
.header {
  position: fixed;
  z-index: 1111;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(3px);
}
.header.is-blur {
  transition: all 0.4s;
}
.header p, .header ul {
  margin-bottom: 0;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1rem;
  box-sizing: border-box;
  width: 100%;
}
.header-h1 {
  display: none;
}
.header-logo {
  margin: 0.45rem 0 0;
  width: 17rem;
  line-height: 1;
}
.header-tel-lead {
  display: none;
}
.header-tel-item {
  width: 3.8rem;
  height: 3.8rem;
}
.header-tel-item a {
  display: block;
}
.header-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 16rem;
}
.header-link img {
  width: 100%;
}
.header-link-list {
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header-link-item {
  width: 3.8rem;
  height: 3.8rem;
}
.header .is-cn,
.header .is-mail,
.header .is-osaka {
  display: none;
}

@media (min-width: 750px) {
  body {
    position: relative;
  }
  body::before {
    content: "";
    display: block;
    position: fixed;
    z-index: 1111;
    top: 0;
    left: 0;
    width: 100%;
    height: 116px;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
  }
  .header {
    z-index: 2222;
    padding: 0;
    background: none;
    backdrop-filter: blur(0px);
  }
  .header::before {
    content: "";
    display: block;
    width: 100%;
    height: 18px;
    background-color: #000;
  }
  .header-inner {
    position: relative;
    margin: -18px auto 0;
    padding: 0;
    width: 1100px;
    height: 68px;
  }
  .header-h1 {
    position: relative;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    width: 1100px;
    height: 18px;
    font-size: 10px;
    font-weight: normal;
    line-height: 1;
    color: #999;
  }
  .header-logo {
    margin-top: 2px;
    width: 258px;
    height: 36px;
  }
  .header-logo img {
    width: 100%;
  }
  .header-tel {
    order: -1;
    width: 365px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .header-tel-lead, .header-tel-list {
    height: 38px;
  }
  .header-tel-lead {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 178px;
    background-color: #fff;
  }
  .header-tel-lead-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 100%;
    height: 22px;
    background-color: #909090;
    line-height: 1;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
  }
  .header-tel-lead-text {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    height: 16px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 10px;
  }
  .header-tel-wrap {
    position: relative;
  }
  .header-tel-clinic {
    display: flex;
    justify-content: space-between;
    width: 178px;
  }
  .header-tel-clinic-item {
    width: calc((100% - 6px) / 4);
    padding: 4px 0 2px;
    font-size: 10px;
    line-height: 1;
    text-align: center;
    background: #fff;
    transition: 0.2s all;
    cursor: pointer;
  }
  .header-tel-clinic-item.is-active {
    color: #fff;
    background: #666;
  }
  .header-tel-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
    padding: 1px 0 0;
    width: 170px;
  }
  .header-tel-item {
    padding: 5px 0 0;
    width: 170px;
    height: auto;
    position: absolute;
    left: 4px;
    opacity: 0;
    transition: 0.2s all;
  }
  .header-tel-item.is-show {
    opacity: 1;
  }
  .header-link {
    width: 720px;
    height: 40px;
  }
  .header-link-list {
    margin: 0 0 0 6px;
    width: 258px;
    height: 38px;
  }
  .header-link-item {
    width: 127px;
    height: 38px;
  }
  .header-link-item a:hover {
    opacity: 0.8;
  }
  .header .is-cn,
  .header .is-mail {
    display: block;
  }
  .header .is-cn,
  .header .is-line {
    width: 38px;
  }
  .header .is-menu {
    display: none;
  }
  .header .is-osaka {
    display: block;
  }
}
.gnav {
  display: block;
  padding: 1.45rem 1rem 2.5rem;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.7);
  visibility: hidden;
  transition: all 0.2s;
  backdrop-filter: blur(3px);
  color: #fff;
}
.gnav.is-open {
  opacity: 1;
  visibility: visible;
  height: 100%;
  overflow: scroll;
}
.gnav-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gnav-logo {
  width: 17rem;
}
.gnav-list {
  padding-top: 2rem;
  margin: 0 auto 1rem;
  width: 28.5rem;
}
.gnav-item {
  border-bottom: 1px solid #666;
}
.gnav-item a {
  display: block;
  padding: 1.5rem 0;
  background: url(/theme/img/arrow_right_bold.svg) no-repeat 97% center;
  background-size: 0.7rem auto;
  text-decoration: none;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1;
  color: #333;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.gnav-item:last-child {
  border-bottom: 1px solid #666;
}
.gnav-item-icon {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  margin: 0;
  padding: 0 0.6rem;
  width: 2.4rem;
  height: 4.9rem;
  transition: all 0.2s ease;
}
.gnav-item .gnav-item-title {
  display: block;
  padding-right: 10%;
  padding-left: 10%;
  width: 100%;
  background-image: none;
  border-bottom: 1px solid #666;
  font-size: 1.6rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.gnav .is-slide {
  border-bottom: 0;
  position: relative;
}
.gnav .is-open {
  transform: rotateZ(-180deg);
}
.gnav-child {
  display: none;
  border: 0;
  width: 100%;
  border-bottom: 1px solid #666;
}
.gnav-child-list {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.gnav-child-item a {
  padding: 1rem 2rem 1rem 1rem;
  width: 100%;
  background: url(/theme/img/arrow_right.svg) no-repeat 96.5% center;
  background-size: 0.6rem auto;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.25;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.gnav-child .is-link-item-img {
  display: none;
}
.gnav-contact {
  display: flex;
  margin: 4rem auto 0;
  width: 34.5rem;
  background-color: #333;
}
.gnav-contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 0 0;
  width: 100%;
  height: 6rem;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
}
.gnav-contact-item {
  background-repeat: no-repeat;
  background-size: 1.6rem auto;
}
.gnav-contact .is-line {
  width: 6rem;
  background-color: #21b903;
  background-image: url(/theme/img/icon_line.svg);
  background-position: top 1.4rem center;
}
.gnav-contact .is-tel {
  width: 7.5rem;
  background-color: #b7738a;
  background-image: url(/theme/img/icon_tel.svg);
  background-size: 1.5rem auto;
  background-position: top 1.3rem center;
}
.gnav-contact .is-mail {
  width: 9rem;
  background-color: #9aa5a7;
  background-image: url(/theme/img/icon_mail.svg);
  background-position: top 1.5rem center;
}
.gnav-contact .is-counseling {
  flex: 1;
  background-color: #8d9da0;
  background-image: url(/theme/img/icon_counseling.svg);
  background-position: top 1.15rem center;
}
.gnav .close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 3.5rem auto 0;
  width: 22rem;
  height: 5rem;
  border: 1px solid #666;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1;
  color: #333;
}

@media (min-width: 750px) {
  .gnav {
    display: block;
    visibility: visible;
    position: fixed;
    z-index: 9500;
    top: 68px;
    opacity: 1;
    padding: 0;
    height: 48px;
    background: none;
    backdrop-filter: blur(0px);
  }
  .gnav-header, .gnav-logo {
    display: none;
  }
  .gnav-logo {
    width: 17rem;
  }
  .gnav .is-slide {
    position: static;
  }
  .gnav-list {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 13px 0 0;
    width: 1100px;
    position: relative;
  }
  .gnav-list a,
  .gnav-list span {
    border-bottom: 0;
  }
  .gnav-item {
    transition: all 0.4s ease;
    width: 122px;
    height: 26px;
    border-right: 1px solid #eee;
    border-bottom: 0;
  }
  .gnav-item:first-child {
    border-left: 1px solid #eee;
  }
  .gnav-item-icon {
    display: none;
  }
  .gnav-item a,
  .gnav-item .gnav-item-title {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    padding: 0;
    width: 100%;
    height: 100%;
    background: none;
    border-bottom: 0;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #666;
    font-size: 13px;
    font-weight: bold;
  }
  .gnav-item a:hover,
  .gnav-item .gnav-item-title:hover {
    opacity: 0.5;
  }
  .gnav-item.is-about a {
    position: static;
  }
  .gnav-item.is-worry {
    width: 145px;
  }
  .gnav-item.is-case {
    width: 100px;
  }
  .gnav-child {
    position: absolute;
    top: 38px;
    right: 0;
    padding: 15px 0 0;
    border-bottom: none;
  }
  .gnav-child-list {
    padding: 25px 60px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .gnav-child-item {
    margin: 20px 0 0 0;
    width: 25%;
  }
  .gnav-child-item.is-mt.is-mt {
    margin-top: 0;
  }
  .gnav-child-item a {
    display: flex;
    justify-content: flex-start;
    padding: 0 0 0 30px;
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 1.25;
    color: #666;
    font-weight: normal;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-image: url(/theme/img/arrow_long_darkgray.svg);
    background-repeat: no-repeat;
    background-position: bottom 4px left;
    background-size: 20px auto;
  }
  .gnav-child-item a:hover {
    background-position: bottom 4px left 4px;
    opacity: 1;
  }
  .gnav-child-item.is-link-item {
    margin: 15px 0 0 20px;
    width: calc((100% - 40px) / 3);
  }
  .gnav-child-item.is-link-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .gnav-child-item .is-link-item-a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    text-decoration: none;
    background-image: url(/theme/img/arrow_long_gray.svg);
    background-color: #f5f5f5;
    transition: 0.2s all all;
    background-repeat: no-repeat;
    background-position: right 10px bottom 5px;
    background-size: 30px auto;
    color: #666;
  }
  .gnav-child-item .is-link-item-a:hover {
    background-color: #fff;
    background-position: right 7px bottom 5px;
    opacity: 1;
  }
  .gnav-child-item .is-link-item-a::before {
    content: "";
    display: block;
    margin-right: 11px;
    width: 85px;
    height: 85px;
    background-image: url(/theme/img/thum_lipo.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 85px auto;
  }
  .gnav-child-item .is-link-item-a.is-agingcare::before {
    background-image: url(/theme/img/thum_agingcare.jpg);
  }
  .gnav-child-item .is-link-item-a.is-bust::before {
    background-image: url(/theme/img/thum_bustup.jpg);
  }
  .gnav-child-item .is-link-item-a.is-worry-body::before {
    background-image: url(/theme/img/thum_worry_body.jpg);
  }
  .gnav-child-item .is-link-item-a.is-worry-bust::before {
    background-image: url(/theme/img/thum_worry_bust.jpg);
  }
  .gnav-child-item .is-link-item-a.is-worry-agingcare::before {
    background-image: url(/theme/img/thum_worry_agingcare.jpg);
  }
  .gnav-child-item .is-link-item-a.is-worry-skin::before {
    background-image: url(/theme/img/thum_worry_skin.jpg);
  }
  .gnav-child-item .is-link-item-title {
    flex: 1;
    margin: 0;
    width: 100%;
    font-size: 14px;
    line-height: 1.2;
  }
  .gnav-contact,
  .gnav .close-menu {
    display: none;
  }
}
.header-menu-btn {
  box-sizing: border-box;
  width: 3rem;
  height: 3rem;
  padding: 0.8rem 0.3rem 0;
  position: relative;
}
.header-menu-btn-parts {
  margin-bottom: 0.8rem;
  width: 100%;
  height: 0.2rem;
  background-color: #000;
  transition: transform 0.3s;
}
.header-menu-btn-parts:last-child {
  margin-bottom: 0;
}
.header-menu-btn-parts.active {
  position: absolute;
  width: 2.7rem;
}
.header-menu-btn.is-active {
  padding: 0;
  margin-right: 0.3rem;
}
.header-menu-btn.is-active .header-menu-btn-parts {
  position: absolute;
  margin: 0;
  width: 3rem;
}
.header-menu-btn.is-active .menu__line--top {
  top: 1.1rem;
  transform: rotate(45deg);
}
.header-menu-btn.is-active .menu__line--center {
  opacity: 0;
  transform: scaleX(0);
}
.header-menu-btn.is-active .menu__line--bottom {
  bottom: 1.7rem;
  transform: rotate(135deg);
}

.page-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 5.8rem 1.5rem 0;
  width: 100%;
  min-height: 15rem;
  background-image: url(/theme/img/fv.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page-title-text {
  font-weight: normal;
  line-height: 1.2;
  font-size: 2.1rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #666;
  text-shadow: 1px 0 1px #fff;
}
.page-title-text span {
  display: inline-block;
  margin: 0 0 0 0.25em;
  font-size: 0.65em;
}
.page-title-text::after {
  content: attr(data-text);
  display: block;
  margin: 0.2em 0 0;
  width: 100%;
  line-height: 1;
  font-size: 0.5em;
  color: #c7b27c;
}
.page-title-catch {
  margin: 1rem 0 0;
  width: 100%;
  font-size: 12px;
  line-height: 1.4;
}
.page-title.is-big {
  padding-top: 11rem;
  padding-bottom: 5rem;
  min-height: 25rem;
}

@media (min-width: 750px) {
  .page-title {
    position: relative;
    padding: 116px 0 0;
    min-height: 300px;
    background-image: url(/theme/img/fv_pc.png);
    background-size: auto auto;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #f0f0f0;
  }
  .page-title-text, .page-title-catch {
    margin: 0 auto;
    padding-left: 50px;
    width: 1100px;
  }
  .page-title-text {
    text-shadow: none;
    font-size: 46px;
  }
  .page-title-text::after {
    margin-top: 1px;
    padding-left: 2px;
    font-size: 18px;
  }
  .page-title-catch {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.6;
  }
  .page-title.is-big {
    padding-top: 206px;
    padding-bottom: 100px;
    min-height: 450px;
    height: 450px;
  }
}
@media screen and (min-width: 2200px) {
  .page-title.is-big {
    display: block;
  }
}
.topicpath {
  margin-bottom: 1.5em;
  line-height: 1.4;
}
.topicpath li {
  display: inline-block;
  font-size: 10px;
  line-height: 1.4;
  color: #9f774b;
}
.topicpath li a {
  padding-right: 1em;
  margin-right: 0.3em;
  background: url(/theme/img/arrow_right.svg) no-repeat right center;
  background-size: 0.5rem auto;
}
.topicpath li:last-child a {
  background: none;
  padding-right: 0;
}

@media (min-width: 750px) {
  .topicpath {
    margin-bottom: 20px;
  }
  .topicpath li {
    font-size: 12px;
    line-height: 1.3;
  }
  .topicpath li a {
    margin-right: 2px;
    padding-right: 15px;
  }
}
.footer {
  margin: 3rem 0 0;
  background-color: #313131;
  border-top: 10px solid #c7b27c;
  color: #fff;
}
.footer-top {
  padding: 3.5rem 0 0;
}
.footer-top-logo {
  margin: 0 auto;
  width: 22.4rem;
}
.footer-top-lead {
  margin: 1.75rem 0;
  text-align: center;
  font-size: 1.2rem;
}
.footer-top-text {
  margin: 0;
  padding: 0 2rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.8;
}
.footer-supervision {
  margin: 2.5rem 0 2rem;
  padding: 0 1.5rem;
}
.footer-supervision-title {
  font-size: 1.2rem;
  line-height: 1;
  color: #c7b27c;
  text-align: center;
}
.footer-supervision-title::before {
  content: "";
  display: inline-block;
  margin-right: 0.4rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #c7b27c;
  vertical-align: middle;
}
.footer-supervision-title:nth-of-type(2) {
  margin: 2rem 0 0;
}
.footer-supervision-text {
  margin-top: 0.7rem;
  font-size: 1rem;
  font-weight: light;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
.footer-link-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 1.2rem 0;
}
.footer-link-item {
  width: 50%;
}
.footer-link-item a {
  display: block;
  padding: 1.2rem 0.65rem 1.2rem 4.5rem;
  background: url(/theme/img/arrow_long_gold.svg) no-repeat left 2.25rem center;
  background-size: 1.53rem auto;
  color: #fff;
  text-decoration: none;
  font-size: 1.1rem;
  line-height: 1.2;
  letter-spacing: -0.025em;
}
.footer-link-sub-list {
  display: none;
}
.footer-clinic {
  padding: 2.6rem 0 0;
  background-color: #1c1c24;
}
.footer-clinic-title {
  margin: 0 0 1.5rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.4;
  color: #c7b27c;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.footer-clinic-title span {
  font-size: 1.4rem;
}
.footer-clinic-title span span {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
}
.footer-clinic-list {
  margin: 2.5rem 0 0;
  padding: 0 2rem;
}
.footer-clinic-item {
  margin: 1.5rem 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.footer-clinic-item:first-child {
  margin-top: 0;
}
.footer-clinic-item::before {
  content: "";
  display: block;
  width: 8rem;
  height: 5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.footer-clinic-item.is-tokyo::before {
  background-image: url(/theme/img/tokyo_pic.jpg);
}
.footer-clinic-item.is-osaka::before {
  background-image: url(/theme/img/osaka_pic.jpg);
}
.footer-clinic-item.is-nagoya::before {
  background-image: url(/theme/img/nagoya_pic.jpg);
}
.footer-clinic-item.is-fukuoka::before {
  background-image: url(/theme/img/fukuoka_pic.jpg);
}
.footer-clinic-box {
  position: relative;
  margin: 0;
  padding: 0.2rem 0 0 1.5rem;
  flex: 1;
}
.footer-clinic-box-title {
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}
.footer-clinic-box-title a {
  color: #fff;
  text-decoration: none;
}
.footer-clinic-box-title a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer-clinic-box-text {
  line-height: 1.5;
  font-size: 1rem;
}
.footer-sns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 3.5rem 0 4.5rem;
  margin: 0;
  background-color: #1c1c24;
}
.footer-sns-item {
  margin: 0 0.5rem;
  width: 2.8rem;
  border-radius: 2px;
  overflow: hidden;
}
.footer-sns-item a {
  display: block;
}

.copyright {
  margin: 0;
  padding: 1rem 0;
  text-align: center;
  font-size: 10px;
  background-color: #1c1c24;
}

@media (min-width: 750px) {
  .footer {
    margin: 0;
  }
  .footer-inner {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .footer-contact {
    display: none;
  }
  .footer-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px 0 0;
    margin: 0 auto;
    width: 1100px;
  }
  .footer-top-header {
    width: 500px;
  }
  .footer-top-logo {
    width: 265px;
  }
  .footer-top-logo img {
    width: 100%;
  }
  .footer-top-lead {
    margin: 15px 0 0;
    font-size: 12px;
  }
  .footer-top-lead::after {
    display: none;
  }
  .footer-top-text {
    width: 600px;
    margin: 0;
    padding: 5px 0 5px 60px;
    border-left: 1px solid #707070;
    text-align: left;
    font-size: 12px;
    line-height: 1.8;
  }
  .footer-supervision {
    margin: 35px auto 0;
    padding: 0;
    width: 1000px;
  }
  .footer-supervision-list {
    margin-left: 70px;
  }
  .footer-supervision-title {
    font-size: 12px;
    text-align: left;
  }
  .footer-supervision-title::before {
    margin-right: 4px;
    width: 5px;
    height: 5px;
  }
  .footer-supervision-title:nth-of-type(2) {
    margin: 20px 0 0;
  }
  .footer-supervision-text {
    margin-top: 7px;
    font-size: 10px;
    text-align: left;
  }
  .footer-link {
    margin: 0 auto;
    width: 1100px;
  }
  .footer-link-list {
    position: relative;
    display: block;
    margin: 50px 0 0;
    padding: 0;
    width: 100%;
    height: 400px;
  }
  .footer-link-item {
    box-sizing: content-box;
    margin: 14px 0 0;
    padding-left: 875px;
    width: auto;
  }
  .footer-link-item.is-flow {
    display: none;
  }
  .footer-link-item:nth-child(odd) {
    border-right: 0;
  }
  .footer-link-item:nth-child(1) {
    padding-left: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    width: 250px;
  }
  .footer-link-item:nth-child(2) {
    position: absolute;
    padding-left: 0;
    top: 0;
    left: 250px;
    margin-top: 0;
    width: 245px;
  }
  .footer-link-item:nth-child(3) {
    padding-left: 0;
    position: absolute;
    top: 0;
    left: 490px;
    margin-top: 0;
    width: 335px;
  }
  .footer-link-item a {
    display: block;
    padding: 0 0 0 25px;
    background-size: 16px auto;
    background-position: left center;
    border-bottom: 0;
    letter-spacing: -0.025em;
    font-size: 12px;
    line-height: 1.2;
  }
  .footer-link-item a:hover {
    background-position: left 4px center;
  }
  .footer-link-sub-list {
    display: block;
    margin: 0 0 0 28px;
  }
  .footer-link-sub-item {
    margin: 14px 0 0;
  }
  .footer-clinic {
    padding: 30px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .footer-clinic-title {
    margin: 0;
    width: 355px;
    font-size: 14px;
  }
  .footer-clinic-title span {
    font-size: 14px;
  }
  .footer-clinic-title span span {
    font-size: 12px;
  }
  .footer-clinic-title br {
    display: none;
  }
  .footer-clinic-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
    padding: 8px 0 8px 55px;
    width: 736px;
    border-left: 1px solid #707070;
  }
  .footer-clinic-item {
    margin: 10px 0 0;
    padding: 0 30px 0 0;
    width: 339px;
  }
  .footer-clinic-item:nth-child(1), .footer-clinic-item:nth-child(2) {
    margin-top: 0;
  }
  .footer-clinic-item::before {
    width: 80px;
    height: 50px;
  }
  .footer-clinic-box {
    margin: 0;
    padding: 5px 0 0 15px;
    flex: 1;
  }
  .footer-clinic-box-title {
    margin: 0 0 6px;
    font-size: 11px;
  }
  .footer-clinic-box-text {
    font-size: 10px;
  }
  .footer-sns {
    padding: 30px 0 0;
  }
  .footer-sns-item {
    margin: 0 8px;
    width: 30px;
  }
  .footer-sns-item a:hover {
    opacity: 0.7;
  }
  .footer .copyright {
    padding: 26px 0 15px;
    font-size: 10px;
    line-height: 1;
    text-align: center;
  }
}
.flow-navi {
  position: fixed;
  bottom: -5.5rem;
  left: 0;
  z-index: 3;
  width: 100%;
  opacity: 0;
  transition: 0.7s all;
}
.flow-navi.menu-active {
  opacity: 1;
  bottom: 0;
}
.flow-navi-list {
  margin: 0;
  display: flex;
  width: 100%;
}
.flow-navi-item {
  flex: 1;
  width: 100%;
  background-repeat: no-repeat;
}
.flow-navi-item a, .flow-navi-item button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 0 0;
  width: 100%;
  height: 5.5rem;
  border: 0;
  background: none;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
}
.flow-navi-item a:focus, .flow-navi-item button:focus {
  outline: 0;
}
.flow-navi .is-line {
  background-color: #21b903;
  background-image: url(/theme/img/icon_line.svg);
  background-size: 1.6rem auto;
  background-position: top 1.2rem center;
}
.flow-navi .is-tel {
  background-color: #b7738a;
  background-image: url(/theme/img/icon_tel.svg);
  background-size: 1.5rem auto;
  background-position: top 1.1rem center;
}
.flow-navi .is-chat {
  background-color: #498faf;
  background-image: url(/theme/img/icon_chat.svg);
  background-size: 1.75rem auto;
  background-position: top 0.9rem center;
}
.flow-navi .is-mail {
  background-color: #9aa5a7;
  background-image: url(/theme/img/icon_mail.svg);
  background-position: top 1.3rem center;
}
.flow-navi .is-counseling {
  width: 3.5rem;
  flex: auto;
  background-color: #8d9da0;
  background-image: url(/theme/img/icon_counseling.svg);
  background-position: top 0.95rem center;
}

@media (min-width: 750px) {
  .flow-navi {
    top: 350px;
    bottom: auto;
    right: 0;
    left: auto;
    width: 80px;
  }
  .flow-navi-list {
    margin: 0;
    width: 100%;
    flex-wrap: wrap;
  }
  .flow-navi-item {
    width: 80px;
    flex: auto;
  }
  .flow-navi-item a, .flow-navi-item button {
    padding: 32px 2px 0;
    height: 72px;
    font-size: 11px;
    line-height: 1.2;
    font-weight: normal;
    text-align: center;
    transition: 0.3s all;
  }
  .flow-navi-item a:hover, .flow-navi-item button:hover {
    opacity: 0.7;
  }
  .flow-navi-item:first-child {
    margin-top: 0;
  }
  .flow-navi .is-line {
    background-size: 25px auto;
    background-position: top 13px center;
  }
  .flow-navi .is-tel {
    background-size: 22px auto;
    background-position: top 12px center;
  }
  .flow-navi .is-chat {
    background-size: 24px auto;
    background-position: top 12px center;
  }
  .flow-navi .is-mail {
    background-size: 24px auto;
    background-position: top 15px center;
  }
  .flow-navi .is-counseling {
    background-size: 20px auto;
    background-position: top 7px center;
  }
  .flow-navi .is-counseling a {
    letter-spacing: -0.1em;
  }
}
.title-d {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 0 0.6rem;
  font-size: 1.8rem;
  line-height: 1.25;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #c7b27c;
  border-bottom: 1px solid #e0e0e0;
}
.title-d::before {
  content: "1";
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.4rem 0 0;
  min-width: 4rem;
  width: 4rem;
  height: 4rem;
  border: 1px solid #c7b27c;
  border-radius: 50%;
  font-size: 2.3rem;
  color: #c7b27c;
}
.title-d.is-no2::before {
  content: "2";
}
.title-d.is-no3::before {
  content: "3";
}
.title-d.is-no4::before {
  content: "4";
}
.title-d.is-no5::before {
  content: "5";
}
.title-d.is-no6::before {
  content: "6";
}
.title-d.is-no7::before {
  content: "7";
}
.title-d.is-no8::before {
  content: "8";
}
.title-d.is-no9::before {
  content: "9";
}
.title-d.is-no10::before {
  content: "10";
}

@media (min-width: 750px) {
  .title-d {
    padding: 0 0 5px;
    font-size: 20px;
    line-height: 1.25;
  }
  .title-d::before {
    margin: 0 6px 0 0;
    min-width: 40px;
    width: 40px;
    height: 40px;
    font-size: 23px;
  }
}
.title-e {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 4rem;
  padding: 0 0 0 1rem;
  width: calc(100% + 15px);
  margin: 0 0 0 -1.5rem;
  border-left: 15px solid #c7b27c;
  font-size: 1.8rem;
  line-height: 1.25;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #c7b27c;
}

@media (min-width: 750px) {
  .title-e {
    min-height: 40px;
    padding: 0 0 0 10px;
    width: 100%;
    margin: 0;
    border-left: 10px solid #c7b27c;
    font-size: 20px;
  }
}
.title-f {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #c7b27c;
  font-size: 1.8rem;
  line-height: 1;
}
.title-f::before {
  content: "●";
  display: inline-block;
  margin-right: 0.25em;
}

@media (min-width: 750px) {
  .title-f {
    font-size: 20px;
  }
}
.text {
  font-size: 14px;
  line-height: 1.65;
}

@media (min-width: 750px) {
  .text {
    line-height: 1.8;
  }
}
.link a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 1rem;
  width: 27.5rem;
  height: 5rem;
  background-color: #93846a;
  background-image: url(/theme/img/arrow_long_white.svg);
  background-repeat: no-repeat;
  background-position: right 1rem bottom 1rem;
  background-size: 3rem auto;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1.25;
}

@media (min-width: 750px) {
  .link a {
    transition: 0.2s all all;
    width: 365px;
    height: 64px;
    background-position: right 13px bottom 10px;
    background-size: 30px auto;
    font-size: 16px;
  }
  .link a:hover {
    background-position: right 10px bottom 10px;
  }
}
.anchor-a-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}
.anchor-a-item {
  overflow: hidden;
  border-radius: 4px;
  background: rgb(246, 246, 246);
  background: -moz-linear-gradient(bottom, rgb(246, 246, 246) 0%, rgb(237, 237, 237) 100%);
  background: -webkit-linear-gradient(bottom, rgb(246, 246, 246) 0%, rgb(237, 237, 237) 100%);
  background: linear-gradient(to bottom, rgb(246, 246, 246) 0%, rgb(237, 237, 237) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f6f6f6", endColorstr="#ededed",GradientType=1 );
}
.anchor-a-item a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0.5rem 1.5rem;
  height: 100%;
  min-height: 5.7rem;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  color: #666;
}
.anchor-a-item a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.75rem;
  left: 50%;
  margin-left: -0.3rem;
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid;
  border-color: #666 #666 transparent transparent;
  transform: rotate(135deg);
}
.anchor-a-item.is-push {
  position: relative;
}
.anchor-a-item.is-push a {
  padding-top: 1.6rem;
}
.anchor-a-item.is-push a::before {
  content: "注目POINT";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1.2rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #be3565;
  line-height: 1;
  font-size: 0.8rem;
  color: #fff;
}
.anchor-a .is-column3 .anchor-a-item {
  width: calc(33.333% - 0.15rem);
}
.anchor-a .is-column3 .anchor-a-item a {
  padding-right: 1rem;
  padding-left: 1rem;
}
.anchor-a .is-column4 .anchor-a-item {
  width: calc(25% - 0.15rem);
}
.anchor-a .is-column5 .anchor-a-item {
  width: calc(33.333% - 0.15rem);
}
.anchor-a .is-column5 .anchor-a-item a {
  padding-right: 1rem;
  padding-left: 1rem;
}
.anchor-a .is-column5 .anchor-a-item:nth-child(4), .anchor-a .is-column5 .anchor-a-item:nth-child(5) {
  margin-top: 3px;
  width: calc(50% - 0.15rem);
}
.anchor-a .is-column6 .anchor-a-item {
  width: calc(33.333% - 0.15rem);
}
.anchor-a .is-column6 .anchor-a-item:nth-child(4), .anchor-a .is-column6 .anchor-a-item:nth-child(5), .anchor-a .is-column6 .anchor-a-item:nth-child(6) {
  margin-top: 3px;
}
.anchor-a .is-column7 .anchor-a-item {
  width: calc(25% - 0.15rem);
}
.anchor-a .is-column7 .anchor-a-item:nth-child(5), .anchor-a .is-column7 .anchor-a-item:nth-child(6), .anchor-a .is-column7 .anchor-a-item:nth-child(7) {
  margin-top: 3px;
  width: calc(33.333% - 0.15rem);
}
.anchor-a .is-column8 .anchor-a-item {
  width: calc(25% - 0.15rem);
}
.anchor-a .is-column8 .anchor-a-item:nth-child(5), .anchor-a .is-column8 .anchor-a-item:nth-child(6), .anchor-a .is-column8 .anchor-a-item:nth-child(7), .anchor-a .is-column8 .anchor-a-item:nth-child(8) {
  margin-top: 3px;
}
.anchor-a .is-column9 .anchor-a-item {
  width: calc(25% - 0.15rem);
}
.anchor-a .is-column9 .anchor-a-item:nth-child(5), .anchor-a .is-column9 .anchor-a-item:nth-child(6), .anchor-a .is-column9 .anchor-a-item:nth-child(7), .anchor-a .is-column9 .anchor-a-item:nth-child(8), .anchor-a .is-column9 .anchor-a-item:nth-child(9) {
  width: calc(20% - 0.15rem);
  margin-top: 3px;
}

@media (min-width: 750px) {
  .anchor-a-item {
    height: 77px;
  }
  .anchor-a-item a {
    padding: 0 4px 15px;
    font-size: 13px;
  }
  .anchor-a-item a::after {
    transition: 0.2s all;
    bottom: 12px;
  }
  .anchor-a-item a:hover::after {
    bottom: 9px;
  }
  .anchor-a-item.is-push a {
    padding-top: 16px;
  }
  .anchor-a-item.is-push a::before {
    height: 16px;
    font-size: 10px;
    font-weight: bold;
  }
  .anchor-a .is-column5 .anchor-a-item {
    width: calc(20% - 0.15rem);
  }
  .anchor-a .is-column5 .anchor-a-item:nth-child(4), .anchor-a .is-column5 .anchor-a-item:nth-child(5) {
    margin-top: 0;
    width: calc(20% - 0.15rem);
  }
  .anchor-a .is-column6 .anchor-a-item {
    width: calc(16.666% - 0.15rem);
  }
  .anchor-a .is-column6 .anchor-a-item:nth-child(4), .anchor-a .is-column6 .anchor-a-item:nth-child(5), .anchor-a .is-column6 .anchor-a-item:nth-child(6) {
    margin-top: 0;
  }
  .anchor-a .is-column7 .anchor-a-item {
    width: calc(14.258% - 0.15rem);
  }
  .anchor-a .is-column7 .anchor-a-item:nth-child(5), .anchor-a .is-column7 .anchor-a-item:nth-child(6), .anchor-a .is-column7 .anchor-a-item:nth-child(7) {
    margin-top: 0;
    width: calc(14.258% - 0.15rem);
  }
  .anchor-a .is-column8 .anchor-a-item {
    width: calc(12.5% - 0.15rem);
  }
  .anchor-a .is-column8 .anchor-a-item:nth-child(5), .anchor-a .is-column8 .anchor-a-item:nth-child(6), .anchor-a .is-column8 .anchor-a-item:nth-child(7), .anchor-a .is-column8 .anchor-a-item:nth-child(8) {
    margin-top: 0;
    width: calc(12.5% - 0.15rem);
  }
  .anchor-a .is-column9 .anchor-a-item {
    width: calc(11.11% - 0.15rem);
  }
  .anchor-a .is-column9 .anchor-a-item:nth-child(5), .anchor-a .is-column9 .anchor-a-item:nth-child(6), .anchor-a .is-column9 .anchor-a-item:nth-child(7), .anchor-a .is-column9 .anchor-a-item:nth-child(8), .anchor-a .is-column9 .anchor-a-item:nth-child(9) {
    margin-top: 0;
    width: calc(11.11% - 0.15rem);
  }
}
.module-qa-item a {
  display: inline-block;
  text-decoration: none;
}
.module-qa-item::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 8rem;
  height: 1px;
  background-color: #e0e0e0;
}
.module-qa-item:first-child .module-qa-inner {
  padding-top: 0;
}
.module-qa-item:last-child .module-qa-inner {
  padding-bottom: 0;
}
.module-qa-item:last-child::after {
  display: none;
}
.module-qa-inner {
  padding: 2rem 0;
}
.module-qa-title, .module-qa-text {
  padding: 0 0 0 4.2rem;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 3.2rem auto;
}
.module-qa-title {
  display: flex;
  align-items: center;
  min-height: 3.2rem;
  background-image: url(/theme/img/icon_q.svg);
  text-decoration: underline;
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
  color: #333;
}
.module-qa-text {
  margin: 0.85rem 0 0;
  background-image: url(/theme/img/icon_a.svg);
  font-size: 14px;
  line-height: 1.4;
  color: #666;
}
.module-qa-text p, .module-qa-text li {
  font-size: 14px;
  line-height: 1.4;
}
.module-qa-text li {
  font-size: 14px;
  line-height: 1.4;
}
.module-qa-text ul {
  margin: 0.5em 0;
}

@media (min-width: 750px) {
  .module-qa-item a:hover {
    text-decoration: underline;
  }
  .module-qa-item::after {
    width: 30%;
    max-width: 235px;
  }
  .module-qa-inner {
    padding: 25px 0;
  }
  .module-qa-title, .module-qa-text {
    padding-left: 58px;
    background-size: 48px auto;
  }
  .module-qa-title {
    min-height: 48px;
    font-size: 16px;
  }
  .module-qa-text {
    margin: 15px 0 0;
    min-height: 49px;
  }
}
.fv {
  padding: 5.8rem 0 0;
  width: 100%;
}

@media (min-width: 750px) {
  .fv {
    padding-top: 116px;
    position: relative;
    background-color: #04101D;
  }
  .fv-inner {
    position: relative;
    z-index: 3;
    width: 1200px;
    margin: 0 auto;
  }
}
.topicpath {
  margin: 1rem 0 0.5rem;
  padding: 0 1.5rem;
}

@media (min-width: 750px) {
  .topicpath {
    margin: 0 auto;
    padding: 10px 0 0;
    width: 1100px;
  }
}
.rq-inner {
  padding: 0 1.5rem;
}
.rq-section {
  margin: 3.5rem 0 0;
}
.rq-section-inner {
  padding: 0 1.5rem;
}
.rq-title {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.3;
  text-align: center;
  color: #333;
}
.rq-title::before {
  content: attr(data-text);
  display: block;
  font-size: 1.3rem;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: lighter;
  letter-spacing: 0.17em;
  color: #D1323E;
}

@media (min-width: 750px) {
  .rq-inner {
    margin: 0 auto;
    padding: 0 210px;
    width: 1280px;
  }
  .rq-section {
    margin: 80px 0 0;
  }
  .rq-title {
    margin-bottom: 45px;
    font-size: 24px;
    line-height: 1;
  }
  .rq-title::before {
    margin-bottom: 8px;
    font-size: 16px;
  }
}
.rq-lead {
  margin-top: 2.4rem;
}
.rq-lead-catch {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  color: #333;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.rq-lead-text {
  margin-top: 1.2rem;
  line-height: 1.7;
  text-align: center;
  font-size: 1.2rem;
}

@media (min-width: 750px) {
  .rq-lead {
    margin-top: 80px;
  }
  .rq-lead-catch {
    font-size: 40px;
    line-height: 1.4;
  }
  .rq-lead-text {
    font-size: 14px;
    line-height: 1.8;
  }
}
.main-video {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 10px;
}
.main-video iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@media (min-width: 750px) {
  .main-video {
    width: 745px;
    aspect-ratio: 16/9;
  }
  .main-video iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
}
.thumbnail-list {
  display: flex;
  gap: 10px;
}
.thumbnail-item {
  flex: 1;
  aspect-ratio: 16/9;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.thumbnail-item:hover {
  opacity: 0.8;
}
.thumbnail-item.active {
  box-shadow: 0 0 0 3px #BE3565;
}
.thumbnail-item iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.thumbnail-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: white;
  font-weight: bold;
}

@media (min-width: 750px) {
  .thumbnail-list {
    display: flex;
    flex-direction: column;
    width: 237px;
    gap: 10px;
  }
  .thumbnail-item {
    flex: 1;
    aspect-ratio: 16/9;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
  }
  .thumbnail-item:hover {
    opacity: 0.8;
  }
  .thumbnail-item.active {
    box-shadow: 0 0 0 3px #BE3565;
  }
  .thumbnail-item iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
  .thumbnail-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: white;
    font-weight: bold;
  }
}
.sns-link-text {
  text-align: center;
  font-size: 1.6rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  color: #93846a;
}
.sns-link-btn-item {
  margin-top: 1rem;
}
.sns-link-btn-item a::before {
  content: "";
  display: inline-block;
  margin-right: 0.5rem;
  background-image: url(/race-ambassador/img/insta_w.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 2rem;
  height: 2rem;
}
.sns-link-btn-item.is-tiktok a::before {
  background-image: url(/race-ambassador/img/tiktok_w.svg);
}

@media (min-width: 750px) {
  .sns-link-btn {
    display: flex;
    justify-content: center;
    width: 700px;
    margin: 0 auto;
  }
  .sns-link-btn-item {
    margin-top: 1rem;
  }
  .sns-link-btn-item a {
    width: 300px;
  }
  .sns-link-btn-item a::before {
    content: "";
    display: inline-block;
    margin-right: 0.5rem;
    background-image: url(/race-ambassador/img/insta_w.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 2rem;
    height: 2rem;
  }
  .sns-link-btn-item.is-tiktok a {
    margin-left: 15px;
  }
  .sns-link-btn-item.is-tiktok a::before {
    background-image: url(/race-ambassador/img/tiktok_w.svg);
  }
}
.rq-latest-item {
  width: 100%;
}
.rq-latest-text {
  padding: 0 1.5rem;
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 1.65;
  text-align: center;
}

@media (min-width: 750px) {
  .rq-latest-inner {
    width: 1000px;
    padding: 0;
    margin: 0 auto;
  }
  .rq-latest-movie-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .rq-latest-text {
    padding: 0;
    margin-top: 15px;
    width: 100%;
    font-size: 15px;
    line-height: 1.65;
  }
  .rq-latest .insta-bnr {
    margin-top: 25px;
    transition: 0.2s ease;
  }
  .rq-latest .insta-bnr:hover {
    opacity: 0.7;
  }
}
.race-member .rq-section-inner.is-and {
  margin-top: 3rem;
}
.race-member-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.race-member-wrap:nth-of-type(n+2) {
  margin-top: 3rem;
}
.race-member-pic {
  width: 11rem;
  height: 17rem;
  overflow: hidden;
}
.race-member-box {
  width: 22.5rem;
}
.race-member-name {
  margin-top: 0.8rem;
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
}
.race-member-name span {
  font-size: 1rem;
  color: #D1323E;
  display: inline-block;
  margin-left: 0.5rem;
}
.race-member-name::after {
  content: attr(data-text);
  display: inline-block;
  margin-left: 1rem;
  font-size: 1.4rem;
  font-weight: normal;
}
.race-member-size {
  margin-top: 1.2rem;
  background-color: #E5E4E9;
  position: relative;
}
.race-member-size-title {
  filter: drop-shadow(6px 0px 0px #ffffff);
}
.race-member-size-title-inner {
  background-color: #2d2d2d;
  color: white;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
  width: 11rem;
  box-shadow: 3px 0px 0px 0px rgb(0, 0, 0);
}
.race-member-size-list {
  padding-bottom: 0.8rem;
}
.race-member-size-item {
  margin: 0.8rem 0.8rem 0 0.8rem;
  display: flex;
}
.race-member-size-item-title {
  min-width: 4rem;
  padding: 0.3rem 0;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  color: #9B9A9D;
  background: #fff;
}
.race-member-size-item-title.is-a {
  color: #D64B56;
}
.race-member-size-item-num {
  font-size: 1.3rem;
  display: flex;
  align-items: center;
}
.race-member-size-item-num-log {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.3rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  font-size: 1rem;
  color: white;
  font-weight: bold;
  background: #9B9A9D;
}
.race-member-size-item-num.is-a {
  color: #D64B56;
}
.race-member-size-item-num.is-a .race-member-size-item-num-log {
  background: #D64B56;
  color: #fff;
}
.race-member-sns {
  margin-top: 0.8rem;
  display: flex;
  align-items: center;
}
.race-member-sns::before {
  content: "";
  width: 8.6rem;
  height: 4.9rem;
  margin-right: 1rem;
  background: url(/race-ambassador/img/sns.png) no-repeat center/cover;
}
.race-member-sns-item {
  width: 3.5rem;
  height: 3.5rem;
  margin-right: 0.8rem;
}
.race-member-movie {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1rem;
  width: 100%;
}
.race-member-movie::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.8rem;
  margin-bottom: 1rem;
  background: url(/race-ambassador/img/check.svg) repeat-x top/contain;
}
.race-member-movie-item {
  width: 48%;
}
.race-member-movie-item.is-coming {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  height: 9.3rem;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #9B9A9D;
  background: #E5E4E9;
}
.race-member-movie-item.is-coming span {
  display: block;
  margin-top: 0.5rem;
  padding: 0.3rem 1rem;
  font-size: 1.3rem;
  background-color: #fff;
}

@media (min-width: 750px) {
  .race-member .rq-section-inner {
    width: 930px;
    margin: 0 auto;
    padding: 0;
  }
  .race-member .rq-section-inner.is-and {
    margin-top: 30px;
  }
  .race-member-wrap:nth-of-type(n+2) {
    margin-top: 50px;
  }
  .race-member-pic {
    width: 255px;
    height: 415px;
  }
  .race-member-box {
    width: 655px;
    height: 210px;
  }
  .race-member-name {
    margin-top: 15px;
    font-size: 28px;
  }
  .race-member-name span {
    font-size: 13px;
    margin-left: 12px;
  }
  .race-member-name::after {
    margin-left: 15px;
    font-size: 16px;
  }
  .race-member-data {
    display: flex;
    margin-top: 20px;
  }
  .race-member-size {
    margin-top: 0;
    margin-right: 20px;
    width: 345px;
  }
  .race-member-size-title {
    filter: drop-shadow(8px 0px 0px #ffffff);
  }
  .race-member-size-title-inner {
    padding: 8px 10px;
    font-size: 16px;
    width: 135px;
  }
  .race-member-size-list {
    padding-bottom: 10px;
  }
  .race-member-size-item {
    margin: 10px 20px 0 20px;
  }
  .race-member-size-item-title {
    min-width: 66px;
    padding: 4px 0;
    font-size: 14px;
  }
  .race-member-size-item-num {
    font-size: 16px;
  }
  .race-member-size-item-num-log {
    margin: 0 5px 0 8px;
    width: 21px;
    height: 21px;
    font-size: 14px;
  }
  .race-member-sns {
    margin-top: 0;
  }
  .race-member-sns::before {
    width: 120px;
    height: 68px;
    margin-right: 9px;
  }
  .race-member-sns-item {
    width: 45px;
    height: 45px;
    margin-right: 10px;
    transition: 0.2s ease;
  }
  .race-member-sns-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .race-member-sns-item:hover {
    opacity: 0.7;
  }
  .race-member-movie {
    margin-top: -230px;
    margin-left: 280px;
    width: 655px;
  }
  .race-member-movie::before {
    width: 100%;
    height: 11px;
    margin-bottom: 0;
  }
  .race-member-movie-item {
    width: 49%;
  }
  .race-member-movie-item.is-coming {
    flex-wrap: wrap;
    height: 180px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    color: #9B9A9D;
    background: #E5E4E9;
  }
  .race-member-movie-item.is-coming span {
    display: block;
    margin-top: 0.5rem;
    padding: 0.3rem 1rem;
    font-size: 1.3rem;
    background-color: #fff;
  }
}
.rq-movie-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1rem;
  width: 100%;
}
.rq-movie-item {
  width: 48%;
  margin-bottom: 10px;
}

@media (min-width: 750px) {
  .rq-movie-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 0;
    width: 100%;
  }
  .rq-movie-item {
    width: 31%;
    margin-left: 3%;
    margin-bottom: 10px;
  }
  .rq-movie-item:first-of-type, .rq-movie-item:nth-of-type(4), .rq-movie-item:nth-of-type(7), .rq-movie-item:nth-of-type(10) {
    margin-left: 0;
  }
}
.rq-cta-m {
  margin: 5rem 0 0;
  padding: 0 2rem;
  background: #E5E4E9;
}
.rq-cta-m-inner {
  padding: 2rem;
}
.rq-cta-m-lead {
  margin: 0 0 1rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #333;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.rq-cta-m-btn-item {
  margin-top: 1rem;
}
.rq-cta-m-btn-item.is-cs a {
  background-color: #B7738A;
}

@media (min-width: 750px) {
  .rq-cta-m {
    margin-top: 100px;
  }
  .rq-cta-m-inner {
    padding: 50px 0;
    width: 700px;
    margin: 0 auto;
  }
  .rq-cta-m-lead {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .rq-cta-m-btn {
    display: flex;
    justify-content: center;
  }
  .rq-cta-m-btn-item {
    margin-top: 0;
  }
  .rq-cta-m-btn-item a {
    width: 300px;
  }
  .rq-cta-m-btn-item.is-cs a {
    background-color: #B7738A;
    margin-right: 15px;
  }
}
.cv {
  margin-top: 3rem;
}
.cv-inner {
  padding: 3rem 1.5rem;
  background-image: url(/race-ambassador/img/n_cv.png);
  background-repeat: no-repeat;
  background-size: 17rem;
  background-position: left top;
}
.cv-text {
  margin-top: 1rem;
  padding-left: 15rem;
  font-size: 1.3rem;
  line-height: 1.4;
}
.cv-box-lead {
  margin: 0;
  padding-left: 13.5rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #333;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.cv .link {
  margin-top: 1.5rem;
}
.cv .link.is-cs {
  margin-top: 2rem;
}
.cv .link.is-cs a {
  background-color: #B7738A;
}

@media (min-width: 750px) {
  .cv {
    margin-top: 80px;
  }
  .cv-inner {
    width: 1280px;
    padding: 64px 0 77px;
    margin: 0 auto;
    background-image: url(/race-ambassador/img/n_cv_pc.png);
    background-size: contain;
  }
  .cv-box {
    padding: 0 0 0 340px;
    background: none;
    box-shadow: none;
    filter: none;
  }
  .cv-box-lead {
    font-size: 20px;
    padding-left: 0;
  }
  .cv-box-btn {
    display: flex;
    justify-content: center;
  }
  .cv-text {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    padding-left: 0;
  }
  .cv .link {
    margin-top: 15px;
  }
  .cv .link a {
    width: 250px;
  }
  .cv .link.is-cs {
    margin-top: 15px;
    margin-right: 10px;
  }
}
.footer {
  margin-top: 0;
}