@charset "UTF-8";
/* FAQ-Minus */
/* FAQ-Minus */
/* FAQ-Minus */
:root {
  /* --yugo-minus：line-heightズレ用 フォントファミリーが游ゴシックの場合 1px それ以外 0px*/
  --main_family-minus: 0px;
  --title_family-minus: 0px;
  --yugo-minus: 0px;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 54.69%;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-size: 16px;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #1A1E23;
  background: #fff;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
  body:not(.wp-editor) {
    min-width: 1080px;
  }
}

a {
  color: #1A1E23;
}

@media (min-width: 768px) {
  a:hover {
    transition: color 0.3s;
    cursor: pointer;
  }
}

*:focus {
  outline: none;
}

.clearfix {
  overflow: hidden;
}
.clearfix:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .clearfix img {
    display: block;
    margin-inline: auto;
  }
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

img,
svg {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

a[href^="tel:"] {
  color: #1A1E23;
  text-decoration: none;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
input,
textarea,
select,
button {
  box-shadow: none;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0.35em 0.75em;
  width: auto;
}

input[type=submit],
button {
  background: #504C48;
  border-color: #504C48;
  color: #fff;
}
@media (min-width: 768px) {
  input[type=submit]:hover,
  button:hover {
    opacity: 0.8;
  }
}

.alignleft,
.alignright,
.aligncenter {
  margin-bottom: 24px;
}

.aligncenter {
  display: block;
  margin-inline: auto;
  max-width: 100%;
}

@media (min-width: 768px) {
  .alignleft,
  .alignright {
    max-width: 34%;
  }
  .alignleft {
    float: left;
    margin-right: 30px;
  }
  .alignright {
    float: right;
    margin-left: 30px;
  }
  .alignleft,
  .alignright {
    max-width: 34%;
  }
  .alignleft .w-per10,
  .alignright .w-per10 {
    max-width: 10%;
  }
  .alignleft .w-per12,
  .alignright .w-per12 {
    max-width: 12%;
  }
  .alignleft .w-per14,
  .alignright .w-per14 {
    max-width: 14%;
  }
  .alignleft .w-per16,
  .alignright .w-per16 {
    max-width: 16%;
  }
  .alignleft .w-per18,
  .alignright .w-per18 {
    max-width: 18%;
  }
  .alignleft .w-per20,
  .alignright .w-per20 {
    max-width: 20%;
  }
  .alignleft .w-per22,
  .alignright .w-per22 {
    max-width: 22%;
  }
  .alignleft .w-per24,
  .alignright .w-per24 {
    max-width: 24%;
  }
  .alignleft .w-per26,
  .alignright .w-per26 {
    max-width: 26%;
  }
  .alignleft .w-per28,
  .alignright .w-per28 {
    max-width: 28%;
  }
  .alignleft .w-per30,
  .alignright .w-per30 {
    max-width: 30%;
  }
  .alignleft .w-per32,
  .alignright .w-per32 {
    max-width: 32%;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .spbasic {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
  br.sp,
  span.sp {
    display: inline !important;
  }
  span.br {
    display: inline-block !important;
  }
  span.spdb {
    display: inline-block;
  }
}
@media (min-width: 421px) {
  .spmin {
    display: none !important;
  }
}
@media (max-width: 420px) {
  .spbasic {
    display: none !important;
  }
}
.container,
.gutters,
.mce-content-body {
  max-width: calc(100% - 40px);
  margin-inline: auto;
  width: 1040px;
}
@media (min-width: 768px) {
  .container,
  .gutters,
  .mce-content-body {
    max-width: calc(100% - 40px);
  }
}

.home .mce-content-body {
  max-width: 100%;
  width: 100%;
}

.wrap {
  overflow: hidden;
}
.wrap::after {
  position: fixed;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: env(safe-area-inset-bottom);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

body.archive .contents, body.single .contents {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  body.archive .contents, body.single .contents {
    margin-inline: auto;
    padding-bottom: 90px;
  }
}
@media (min-width: 768px) {
  body.contents-column-two .contents {
    display: flex;
    justify-content: space-between;
  }
  body.contents-column-two .contents #main {
    width: 72%;
  }
  body.contents-column-two .contents #aside {
    width: 23.5%;
  }
}

/* FAQ-Minus */
@media (max-width: 767px) {
  .row:not(:first-of-type),
  .columns:not(:first-of-type) {
    margin-top: 5%;
  }
  .row:first-of-type,
  .columns:first-of-type {
    margin-top: 0;
  }
  .row .col_2:not(:first-of-type),
  .row .col_3:not(:first-of-type),
  .row .col_4:not(:first-of-type),
  .row .col_5:not(:first-of-type),
  .row .col_6:not(:first-of-type),
  .row .column:not(:first-of-type),
  .columns .col_2:not(:first-of-type),
  .columns .col_3:not(:first-of-type),
  .columns .col_4:not(:first-of-type),
  .columns .col_5:not(:first-of-type),
  .columns .col_6:not(:first-of-type),
  .columns .column:not(:first-of-type) {
    margin-top: 5%;
  }
  .row.sp_col_2,
  .columns.sp_col_2 {
    display: flex;
    flex-wrap: wrap;
  }
  .row.sp_col_2 .col_2,
  .row.sp_col_2 .col_3,
  .row.sp_col_2 .col_4,
  .row.sp_col_2 .col_5,
  .row.sp_col_2 .col_6,
  .columns.sp_col_2 .col_2,
  .columns.sp_col_2 .col_3,
  .columns.sp_col_2 .col_4,
  .columns.sp_col_2 .col_5,
  .columns.sp_col_2 .col_6 {
    width: 49%;
    margin-right: 2%;
  }
  .row.sp_col_2 .col_2:not(:first-child),
  .row.sp_col_2 .col_3:not(:first-child),
  .row.sp_col_2 .col_4:not(:first-child),
  .row.sp_col_2 .col_5:not(:first-child),
  .row.sp_col_2 .col_6:not(:first-child),
  .columns.sp_col_2 .col_2:not(:first-child),
  .columns.sp_col_2 .col_3:not(:first-child),
  .columns.sp_col_2 .col_4:not(:first-child),
  .columns.sp_col_2 .col_5:not(:first-child),
  .columns.sp_col_2 .col_6:not(:first-child) {
    margin-top: 0;
  }
  .row.sp_col_2 .col_2:nth-child(2n),
  .row.sp_col_2 .col_3:nth-child(2n),
  .row.sp_col_2 .col_4:nth-child(2n),
  .row.sp_col_2 .col_5:nth-child(2n),
  .row.sp_col_2 .col_6:nth-child(2n),
  .columns.sp_col_2 .col_2:nth-child(2n),
  .columns.sp_col_2 .col_3:nth-child(2n),
  .columns.sp_col_2 .col_4:nth-child(2n),
  .columns.sp_col_2 .col_5:nth-child(2n),
  .columns.sp_col_2 .col_6:nth-child(2n) {
    margin-right: 0;
  }
  .row.sp_col_2 .col_2:nth-child(n+3),
  .row.sp_col_2 .col_3:nth-child(n+3),
  .row.sp_col_2 .col_4:nth-child(n+3),
  .row.sp_col_2 .col_5:nth-child(n+3),
  .row.sp_col_2 .col_6:nth-child(n+3),
  .columns.sp_col_2 .col_2:nth-child(n+3),
  .columns.sp_col_2 .col_3:nth-child(n+3),
  .columns.sp_col_2 .col_4:nth-child(n+3),
  .columns.sp_col_2 .col_5:nth-child(n+3),
  .columns.sp_col_2 .col_6:nth-child(n+3) {
    margin-top: 2%;
  }
  .row.sp_col_2 .col_2:last-child,
  .row.sp_col_2 .col_3:last-child,
  .row.sp_col_2 .col_4:last-child,
  .row.sp_col_2 .col_5:last-child,
  .row.sp_col_2 .col_6:last-child,
  .columns.sp_col_2 .col_2:last-child,
  .columns.sp_col_2 .col_3:last-child,
  .columns.sp_col_2 .col_4:last-child,
  .columns.sp_col_2 .col_5:last-child,
  .columns.sp_col_2 .col_6:last-child {
    margin-right: 0;
  }
  .row.sp_col_3,
  .columns.sp_col_3 {
    display: flex;
    flex-wrap: wrap;
  }
  .row.sp_col_3 .col_2,
  .row.sp_col_3 .col_3,
  .row.sp_col_3 .col_4,
  .row.sp_col_3 .col_5,
  .row.sp_col_3 .col_6,
  .columns.sp_col_3 .col_2,
  .columns.sp_col_3 .col_3,
  .columns.sp_col_3 .col_4,
  .columns.sp_col_3 .col_5,
  .columns.sp_col_3 .col_6 {
    width: 32%;
    margin-right: 2%;
  }
  .row.sp_col_3 .col_2:not(:first-child),
  .row.sp_col_3 .col_3:not(:first-child),
  .row.sp_col_3 .col_4:not(:first-child),
  .row.sp_col_3 .col_5:not(:first-child),
  .row.sp_col_3 .col_6:not(:first-child),
  .columns.sp_col_3 .col_2:not(:first-child),
  .columns.sp_col_3 .col_3:not(:first-child),
  .columns.sp_col_3 .col_4:not(:first-child),
  .columns.sp_col_3 .col_5:not(:first-child),
  .columns.sp_col_3 .col_6:not(:first-child) {
    margin-top: 0;
  }
  .row.sp_col_3 .col_2:nth-child(3n),
  .row.sp_col_3 .col_3:nth-child(3n),
  .row.sp_col_3 .col_4:nth-child(3n),
  .row.sp_col_3 .col_5:nth-child(3n),
  .row.sp_col_3 .col_6:nth-child(3n),
  .columns.sp_col_3 .col_2:nth-child(3n),
  .columns.sp_col_3 .col_3:nth-child(3n),
  .columns.sp_col_3 .col_4:nth-child(3n),
  .columns.sp_col_3 .col_5:nth-child(3n),
  .columns.sp_col_3 .col_6:nth-child(3n) {
    margin-right: 0;
  }
  .row.sp_col_3 .col_2:nth-child(n+4),
  .row.sp_col_3 .col_3:nth-child(n+4),
  .row.sp_col_3 .col_4:nth-child(n+4),
  .row.sp_col_3 .col_5:nth-child(n+4),
  .row.sp_col_3 .col_6:nth-child(n+4),
  .columns.sp_col_3 .col_2:nth-child(n+4),
  .columns.sp_col_3 .col_3:nth-child(n+4),
  .columns.sp_col_3 .col_4:nth-child(n+4),
  .columns.sp_col_3 .col_5:nth-child(n+4),
  .columns.sp_col_3 .col_6:nth-child(n+4) {
    margin-top: 2%;
  }
  .row.sp_col_3 .col_2:last-child,
  .row.sp_col_3 .col_3:last-child,
  .row.sp_col_3 .col_4:last-child,
  .row.sp_col_3 .col_5:last-child,
  .row.sp_col_3 .col_6:last-child,
  .columns.sp_col_3 .col_2:last-child,
  .columns.sp_col_3 .col_3:last-child,
  .columns.sp_col_3 .col_4:last-child,
  .columns.sp_col_3 .col_5:last-child,
  .columns.sp_col_3 .col_6:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .row,
  .columns {
    display: flex;
    flex-wrap: wrap;
  }
  .row .col_2 > *:first-child,
  .row .col_3 > *:first-child,
  .row .col_4 > *:first-child,
  .row .col_5 > *:first-child,
  .row .col_6 > *:first-child,
  .row .column > *:first-child,
  .columns .col_2 > *:first-child,
  .columns .col_3 > *:first-child,
  .columns .col_4 > *:first-child,
  .columns .col_5 > *:first-child,
  .columns .col_6 > *:first-child,
  .columns .column > *:first-child {
    margin-top: 0;
  }
  .row .col_2,
  .columns .col_2 {
    width: 48%;
    margin-right: 4%;
  }
  .row .col_2:nth-child(2n),
  .columns .col_2:nth-child(2n) {
    margin-right: 0;
  }
  .row .col_2:nth-child(n+3),
  .columns .col_2:nth-child(n+3) {
    margin-top: 4%;
  }
  .row .col_2:last-child,
  .columns .col_2:last-child {
    margin-right: 0;
  }
  .row .col_3,
  .columns .col_3 {
    width: 32%;
    margin-right: 2%;
  }
  .row .col_3:nth-child(3n),
  .columns .col_3:nth-child(3n) {
    margin-right: 0;
  }
  .row .col_3:nth-child(n+4),
  .columns .col_3:nth-child(n+4) {
    margin-top: 2%;
  }
  .row .col_3:last-child,
  .columns .col_3:last-child {
    margin-right: 0;
  }
  .row .col_4,
  .columns .col_4 {
    width: 23.5%;
    margin-right: 2%;
  }
  .row .col_4:nth-child(4n),
  .columns .col_4:nth-child(4n) {
    margin-right: 0;
  }
  .row .col_4:nth-child(n+5),
  .columns .col_4:nth-child(n+5) {
    margin-top: 2%;
  }
  .row .col_4:last-child,
  .columns .col_4:last-child {
    margin-right: 0;
  }
  .row .col_5,
  .columns .col_5 {
    width: 18.4%;
    margin-right: 2%;
  }
  .row .col_5:nth-child(5n),
  .columns .col_5:nth-child(5n) {
    margin-right: 0;
  }
  .row .col_5:nth-child(n+6),
  .columns .col_5:nth-child(n+6) {
    margin-top: 2%;
  }
  .row .col_5:last-child,
  .columns .col_5:last-child {
    margin-right: 0;
  }
  .row .col_6,
  .columns .col_6 {
    width: 15%;
    margin-right: 2%;
  }
  .row .col_6:nth-child(6n),
  .columns .col_6:nth-child(6n) {
    margin-right: 0;
  }
  .row .col_6:nth-child(n+7),
  .columns .col_6:nth-child(n+7) {
    margin-top: 2%;
  }
  .row .col_6:last-child,
  .columns .col_6:last-child {
    margin-right: 0;
  }
  .row.reverse,
  .columns.reverse {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .row.reverse .col_2,
  .columns.reverse .col_2 {
    width: 48%;
    margin-right: 4%;
  }
  .row.reverse .col_2:first-child,
  .columns.reverse .col_2:first-child {
    margin-right: 0;
  }
  .row.gap_row,
  .columns.gap_row {
    gap: 20px 2%;
  }
  .row.gap_row .col_2,
  .columns.gap_row .col_2 {
    width: 49%;
  }
  .row.gap_row .col_2,
  .row.gap_row .col_3,
  .row.gap_row .col_4,
  .row.gap_row .col_5,
  .row.gap_row .col_6,
  .columns.gap_row .col_2,
  .columns.gap_row .col_3,
  .columns.gap_row .col_4,
  .columns.gap_row .col_5,
  .columns.gap_row .col_6 {
    margin: 0;
  }
  .row.gap_row.reverse .col_2,
  .columns.gap_row.reverse .col_2 {
    width: 49%;
  }
  .columns.columns_2 .column {
    width: 48%;
    margin-right: 4%;
  }
  .columns.columns_2 .column:nth-child(2n) {
    margin-right: 0;
  }
  .columns.columns_2 .column:nth-child(n+3) {
    margin-top: 4%;
  }
  .columns.columns_2 .column:last-child {
    margin-right: 0;
  }
  .columns.columns_2 .column.box_bg {
    margin-bottom: 0;
  }
  .columns.columns_3 .column {
    width: 32%;
    margin-right: 2%;
  }
  .columns.columns_3 .column:nth-child(3n) {
    margin-right: 0;
  }
  .columns.columns_3 .column:nth-child(n+4) {
    margin-top: 2%;
  }
  .columns.columns_3 .column:last-child {
    margin-right: 0;
  }
  .columns.columns_3 .column.box_bg {
    margin-bottom: 0;
  }
  .columns.columns_4 .column {
    width: 23.5%;
    margin-right: 2%;
  }
  .columns.columns_4 .column:nth-child(4n) {
    margin-right: 0;
  }
  .columns.columns_4 .column:nth-child(n+5) {
    margin-top: 2%;
  }
  .columns.columns_4 .column:last-child {
    margin-right: 0;
  }
  .columns.columns_4 .column.box_bg {
    margin-bottom: 0;
  }
}
.row,
.columns {
  margin-bottom: 56.25px;
}
@media (max-width: 767px) {
  .row,
  .columns {
    margin-bottom: 28.125px;
  }
}
.row:last-child,
.columns:last-child {
  margin-bottom: 0;
}
.row.cols_center,
.columns.cols_center {
  justify-content: center;
  gap: 2%;
}
.row.cols_center .btnstyle,
.columns.cols_center .btnstyle {
  width: 100%;
  max-width: 280px;
}
@media (max-width: 767px) {
  .row.cols_center .btnstyle,
  .columns.cols_center .btnstyle {
    margin-left: auto;
    margin-right: auto;
  }
}
.row.cols_center > *,
.columns.cols_center > * {
  flex: 0 1 auto;
}

@media only screen and (max-width: 767px) {
  .columns.columns_2 > *,
  .columns.columns_3 > *,
  .columns.columns_4 > *,
  .columns.columns_5 > *,
  .columns.columns_6 > *,
  .columns .col_2,
  .columns .col_3,
  .columns .col_4,
  .columns .col_5,
  .columns .col_6 {
    margin-top: 2% !important;
  }
  .columns.sp_columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .columns.sp_columns.columns_2 > *,
  .columns.sp_columns.columns_3 > *,
  .columns.sp_columns.columns_4 > *,
  .columns.sp_columns.columns_5 > *,
  .columns.sp_columns.columns_6 > *,
  .columns.sp_columns.sp_columns_2 > *,
  .columns.sp_columns .col_2,
  .columns.sp_columns .col_3,
  .columns.sp_columns .col_4,
  .columns.sp_columns .col_5,
  .columns.sp_columns .col_6,
  .columns.sp_columns .sp_col_2 {
    width: 49%;
  }
  .columns.sp_columns.sp_columns_3 > *,
  .columns.sp_columns .sp_col_3 {
    width: 32%;
  }
  .columns.sp_columns.sp_columns_4 > *,
  .columns.sp_columns .sp_col_4 {
    width: 23.5%;
  }
  .columns.sp_columns.columns_2 > *,
  .columns.sp_columns.columns_3 > *,
  .columns.sp_columns.columns_4 > *,
  .columns.sp_columns.columns_5 > *,
  .columns.sp_columns.columns_6 > *,
  .columns.sp_columns .col_2,
  .columns.sp_columns .col_3,
  .columns.sp_columns .col_4,
  .columns.sp_columns .col_5,
  .columns.sp_columns .col_6,
  .columns.sp_columns.sp_columns_2 > *,
  .columns.sp_columns.sp_columns_3 > *,
  .columns.sp_columns.sp_columns_4 > *,
  .columns.sp_columns .sp_col_2,
  .columns.sp_columns .sp_col_3,
  .columns.sp_columns .sp_col_4 {
    margin-right: 2%;
  }
  .columns.sp_columns:not(.sp_columns_3):not(.sp_columns_4).columns_2 > *:nth-child(2n),
  .columns.sp_columns:not(.sp_columns_3):not(.sp_columns_4).columns_3 > *:nth-child(2n),
  .columns.sp_columns:not(.sp_columns_3):not(.sp_columns_4).columns_4 > *:nth-child(2n),
  .columns.sp_columns:not(.sp_columns_3):not(.sp_columns_4).columns_5 > *:nth-child(2n),
  .columns.sp_columns:not(.sp_columns_3):not(.sp_columns_4).columns_6 > *:nth-child(2n),
  .columns.sp_columns:not(.sp_columns_3):not(.sp_columns_4) .col_2:nth-child(2n),
  .columns.sp_columns:not(.sp_columns_3):not(.sp_columns_4) .col_3:nth-child(2n),
  .columns.sp_columns:not(.sp_columns_3):not(.sp_columns_4) .col_4:nth-child(2n),
  .columns.sp_columns:not(.sp_columns_3):not(.sp_columns_4) .col_5:nth-child(2n),
  .columns.sp_columns:not(.sp_columns_3):not(.sp_columns_4) .col_6:nth-child(2n) {
    margin-right: 0;
  }
  .columns.sp_columns.sp_columns_2 > *:nth-child(2n),
  .columns.sp_columns.sp_columns_3 > *:nth-child(3n),
  .columns.sp_columns.sp_columns_4 > *:nth-child(4n),
  .columns.sp_columns .sp_col_2:nth-child(2n),
  .columns.sp_columns .sp_col_3:nth-child(3n),
  .columns.sp_columns .sp_col_4:nth-child(4n) {
    margin-right: 0;
  }
  .columns_wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.sp-columns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.sp-columns_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.box_bg .row:last-child,
.box_bg .columns:last-child {
  margin-bottom: 0;
}

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

.text-center,
.tac {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

@media (max-width: 767px) {
  .sp-text-right {
    text-align: right !important;
  }
  .sp-text-center {
    text-align: center !important;
  }
  .sp-text-left {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .pc-text-right {
    text-align: right !important;
  }
  .pc-text-center {
    text-align: center !important;
  }
  .pc-text-left {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .pc_span {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .sp_span {
    display: inline !important;
  }
}
.bold {
  font-weight: bold;
}

.text-red,
.emp {
  color: #ff0000;
}

.text-color30 {
  color: #504C48;
}

.text-color20 {
  color: #363330;
}

.marker {
  background: #504C48;
  color: #fff;
}

.mt-1 {
  margin-top: 1em !important;
}

.mt-2 {
  margin-top: 2em !important;
}

.mt-3 {
  margin-top: 3em !important;
}

.mt-4 {
  margin-top: 4em !important;
}

.mt-5 {
  margin-top: 5em !important;
}

.mt-6 {
  margin-top: 6em !important;
}

.mt-7 {
  margin-top: 7em !important;
}

.mt-8 {
  margin-top: 8em !important;
}

.mt-9 {
  margin-top: 9em !important;
}

.mt-10 {
  margin-top: 10em !important;
}

.mb-1 {
  margin-bottom: 1em !important;
}

.mb-2 {
  margin-bottom: 2em !important;
}

.mb-3 {
  margin-bottom: 3em !important;
}

.mb-4 {
  margin-bottom: 4em !important;
}

.mb-5 {
  margin-bottom: 5em !important;
}

.mb-6 {
  margin-bottom: 6em !important;
}

.mb-7 {
  margin-bottom: 7em !important;
}

.mb-8 {
  margin-bottom: 8em !important;
}

.mb-9 {
  margin-bottom: 9em !important;
}

.mb-10 {
  margin-bottom: 10em !important;
}

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

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

/* FAQ-Minus */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  transition: background-color 0.3s, transform 0s !important;
}
@media (min-width: 768px) {
  .header {
    min-width: 1080px;
  }
}
.header .header_logo {
  line-height: 1;
}
@media (min-width: 768px) {
  .header .header_logo {
    max-width: 20%;
  }
}
@media (min-width: 768px) {
  .header .header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .header_logo {
    margin-left: min(20px, 2vw);
  }
  .header .header_info {
    margin-left: auto;
    flex: none;
  }
  .header .row {
    flex-wrap: nowrap;
  }
  .header .row .header_list:not(:first-child) {
    margin-left: 20px;
  }
  .header .row .header_list > ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .header .row .header_list > ul > li:not(:first-child) {
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  .pc_horizon .global_nav,
  .pc_horizon .header_menu {
    width: auto;
  }
  .pc_horizon .global_nav {
    flex: 0 1 auto;
    margin-left: auto;
    position: initial;
  }
  .pc_horizon .global_nav .menu-item > .sub-menu_wrap {
    top: 100%;
  }
  .pc_horizon .header_menu.container {
    max-width: none;
    width: auto;
  }
  .pc_horizon .header_menu > li {
    width: auto;
  }
}
@media (max-width: 767px) {
  .sp_horizon .container {
    max-width: 100%;
  }
  .sp_horizon .header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 64px;
  }
  .sp_horizon .header_logo {
    margin-left: 2%;
    max-width: 65%;
  }
  .sp_horizon .sp_nav {
    position: inherit;
    width: auto;
    margin-right: min(20px, 3vw);
  }
  .sp_horizon .sp_toggle_close_top {
    margin-right: min(20px, 3vw);
  }
  .sp_horizon .sp_toggle_close_top img {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .header_hover_item_wrap {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    overflow: hidden;
  }
  .header_hover_item {
    margin-right: -220px;
    z-index: 30;
    transition: margin-right 0.5s;
  }
  .header_hover_item.active {
    margin-right: 0;
  }
}
.header {
  transition: 0.3s;
}
.header .header_info_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(20px, 3vw, 70px);
}
@media (max-width: 1280px) {
  .header .header_info_wrap {
    gap: 10px;
  }
}
.header .header_info_list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(8.4375px, 0.78125vw, 15px);
}
.header .header_info_list .text_tel {
  font-size: clamp(10px, 0.7291666667vw, 14px);
  text-align: center;
  color: #fff;
  transition: 0.2s;
}
.header .header_info_list .text_tel .icon_tel {
  position: relative;
  padding-left: 1em;
  display: block;
  font-size: clamp(18px, 1.3541666667vw, 26px);
  border-bottom: solid 1px #cccccc;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  line-height: 1.5;
  transition: 0.2s;
  color: #fff;
}
.header .header_info_list .text_tel .icon_tel a {
  color: #fff;
  transition: 0.2s;
}
.header .header_info_list .text_tel .icon_tel:before {
  content: "";
  display: block;
  position: absolute;
  width: 23px;
  height: 23px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  max-width: 0.8846153846em;
  background: url(../img/common/icon_tel_wh.svg) no-repeat center/contain;
  transition: 0.2s;
}
.header .link_web {
  background: linear-gradient(105.48deg, #38332E 0%, #584D40 100%);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  font-size: clamp(14px, 0.9375vw, 18px);
  height: 80px;
  width: clamp(95px, 7.9166666667vw, 152px);
  transition: 0.3s;
  overflow: hidden;
  font-weight: 500;
}
.header .link_web:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #363330;
  opacity: 0;
  transition: 0.3s;
}
.header .link_web .icon_web {
  position: relative;
  padding-left: 1.5em;
}
.header .link_web .icon_web:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 21px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  max-width: 1.1111111111em;
  background: url(../img/common/icon_calendar_wh.svg) no-repeat center/contain;
}
.header .link_web .time {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  font-size: 0.7777777778em;
  display: block;
  background-color: #504C48;
  text-align: center;
  transform: translateY(100%);
  transition: 0.3s;
}
.header .link_web .time:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.3s;
}
.header .link_web:hover {
  padding-bottom: 1.5em;
}
.header .link_web:hover:before {
  opacity: 1;
}
.header .link_web:hover .time {
  transform: translateY(0);
}
.header *:has(> .wh) {
  position: relative;
  display: block;
}
.header .wh {
  position: absolute;
  z-index: 1;
  transition: 0.2s;
  top: 0;
  left: 0;
  display: block;
}
.header .color {
  opacity: 0;
  display: block;
}
.header.scrolling {
  background-color: #fff;
}
.header.scrolling .wh {
  opacity: 0;
}
.header.scrolling .color {
  opacity: 1;
}
@media (min-width: 768px) {
  .header.scrolling .header_info_list .text_tel {
    color: #363330;
  }
  .header.scrolling .header_info_list .text_tel .icon_tel {
    color: #363330;
  }
  .header.scrolling .header_info_list .text_tel .icon_tel a {
    color: #363330;
  }
  .header.scrolling .global_nav .menu-item > a {
    color: #363330;
  }
  .header.scrolling .global_nav .menu-item.menu-item-has-children > a::after {
    border-top: 0.4em solid #363330;
  }
}

/* FAQ-Minus */
/* FAQ-Minus */
/* FAQ-Minus */
/* FAQ-Minus */
.header .header_logo {
  margin-left: min(20px, 2vw);
  margin-right: min(20px, 2vw);
  max-width: 60%;
}
@media (min-width: 768px) {
  .header .header_logo {
    max-width: 20%;
  }
}

/* FAQ-Minus */
/* FAQ-Minus */
/* FAQ-Minus */
/* FAQ-Minus */
.header_nav_wrap_sp {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  background: #fff;
}

@media (min-width: 768px) {
  .sp_nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .sp_nav {
    display: flex;
  }
  .sp_nav > li {
    border-left: 1px solid #ddd;
  }
  .sp_nav > li:first-child {
    border-left: none;
  }
}

.menu_bk {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}
@media (min-width: 768px) {
  .menu_bk {
    display: none !important;
  }
}

/* FAQ-Minus */
@media (min-width: 768px) {
  .header .header_info_wrap {
    margin-right: 3%;
  }
}

.global_nav {
  --nav-line-height: 1.5; /* ナビゲーション aタグ line-height */
  --submenu-icon-width: 6px; /* PC サブメガメニューのアイコン（ > ）回転前サイズ */
  /**/
  overscroll-behavior: contain;
}
.global_nav a {
  display: block;
  line-height: var(--nav-line-height);
  position: relative;
  text-decoration: none;
}
.global_nav .menu {
  z-index: 20;
}
.global_nav .menu-item {
  position: relative;
}
@media (min-width: 768px) {
  .global_nav .menu-item > .sub-menu,
  .global_nav .menu-item > .sub-menu_wrap {
    transform: scaleY(0);
    transform-origin: 0 0;
    transition: all 0.1s;
  }
}
@media (min-width: 768px) {
  .global_nav {
    position: sticky;
    top: 0;
    z-index: 20;
  }
  .global_nav .menu {
    display: flex;
  }
  .global_nav .menu-item {
    display: flex;
    justify-content: center;
    flex: 1 1 auto;
    width: 100%;
  }
  .global_nav .menu-item > a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 1 auto;
    height: 80px;
    padding-left: 0.75em;
    padding-right: 0.75em;
    text-align: center;
    transition: background-color 0.2s, color 0.2s;
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .global_nav .menu-item > a {
    padding-left: 0.3em;
    padding-right: 0.3em;
  }
}
@media (min-width: 768px) {
  .global_nav .menu-item > a .arrow {
    display: none;
  }
}
@media (min-width: 768px) {
  .global_nav .menu-item:hover > a {
    opacity: 0.8;
    color: #928C87;
  }
}
@media (min-width: 768px) {
  .global_nav .menu-item.menu-item-has-children > a {
    position: relative;
  }
}
@media (min-width: 768px) {
  .global_nav .menu-item.wide {
    position: static;
  }
}
@media (min-width: 768px) {
  .global_nav .menu-item > .sub-menu,
  .global_nav .menu-item > .sub-menu_wrap {
    background: #F8F7F7;
    color: #1A1E23;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 10;
  }
  .global_nav .menu-item > .sub-menu a,
  .global_nav .menu-item > .sub-menu_wrap a {
    transition: 0.3s;
    color: #363330;
  }
  .global_nav .menu-item > .sub-menu a:hover,
  .global_nav .menu-item > .sub-menu_wrap a:hover {
    transition: 0.3s;
    color: #363330;
    background: #fff;
  }
}
@media (min-width: 768px) {
  .global_nav .menu-item > .sub-menu_wrap {
    right: 0;
    width: auto;
    overscroll-behavior-y: contain;
    overflow-y: auto;
  }
}
@media (min-width: 768px) {
  .global_nav .menu-item.active > .sub-menu,
  .global_nav .menu-item.active > .sub-menu_wrap {
    z-index: 20;
    transform: scaleY(1);
  }
}
@media (min-width: 768px) {
  .global_nav .menu-item:last-child > .sub-menu, .global_nav .menu-item.has_submenu_right > .sub-menu {
    left: auto;
    right: 0;
  }
}
@media (min-width: 768px) {
  .global_nav .menu-item > .sub-menu {
    width: 200px;
  }
  .global_nav .menu-item > .sub-menu > li:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
  .global_nav .menu-item > .sub-menu a {
    display: block;
    padding: 0.75em 1em;
  }
}
@media (min-width: 768px) {
  .global_nav .menu-item > .sub-menu_wrap .container {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 1280px;
  }
  .global_nav .menu-item > .sub-menu_wrap .sub-menu a {
    margin-bottom: 6px;
    margin-top: 6px;
    position: relative;
    padding-left: 15px;
  }
  .global_nav .menu-item > .sub-menu_wrap .sub-menu a::after {
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    width: var(--submenu-icon-width);
    height: var(--submenu-icon-width);
    bottom: auto;
    right: auto;
    left: 0.1em;
    margin: auto;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: calc(1em * var(--nav-line-height) / 2 - var(--submenu-icon-width) / 2 - var(--yugo-minus));
  }
  .global_nav .menu-item > .sub-menu_wrap .nav_title {
    border-bottom: 2px solid #fff;
    margin-bottom: 10px;
  }
  .global_nav .menu-item > .sub-menu_wrap .nav_title a {
    color: #fff;
    pointer-events: none;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
    padding: 0;
    padding-bottom: 10px;
  }
  .global_nav .menu-item > .sub-menu_wrap .nav_title a::after {
    display: none;
  }
  .global_nav .menu-item > .sub-menu_wrap a:hover {
    color: #363330;
    background: none;
  }
}
@media (min-width: 768px) {
  .global_nav .sp_toggle_close {
    display: none !important;
  }
}
.global_nav .sp_toggle_close:hover {
  cursor: pointer;
}
@media (max-width: 767px) {
  .global_nav {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 30;
    overflow-y: auto;
    scrollbar-width: none;
    background: #F8F7F7;
  }
  .global_nav .row .col_2:not(:first-of-type),
  .global_nav .row .col_3:not(:first-of-type),
  .global_nav .row .col_4:not(:first-of-type),
  .global_nav .row .col_5:not(:first-of-type) {
    margin-top: 0 !important;
  }
  .global_nav .row .col_2:not(:first-of-type) li:first-child a,
  .global_nav .row .col_3:not(:first-of-type) li:first-child a,
  .global_nav .row .col_4:not(:first-of-type) li:first-child a,
  .global_nav .row .col_5:not(:first-of-type) li:first-child a {
    border-top: 1px solid #ddd;
  }
  .global_nav::-webkit-scrollbar {
    display: none;
  }
  .global_nav .container {
    width: 100%;
    max-width: none;
  }
  .global_nav .menu {
    border-top: 1px solid #ddd;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-bottom: 40px;
    padding-top: 46px;
  }
  .global_nav .sub-menu_wrap {
    background: #F8F7F7;
    margin: 20px 0 30px 0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .global_nav .menu-item {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .global_nav .menu-item:first-child {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .global_nav .menu-item + .menu-item {
    margin-top: 1em;
  }
}
@media (max-width: 767px) {
  .global_nav .menu-item > a.button_arrow {
    max-width: 71.7948717949%;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .global_nav .menu-item > a.button_arrow:after {
    content: none;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .global_nav .menu-item > a.button_arrow .arrow {
    display: none;
  }
}
@media (max-width: 767px) {
  .global_nav .menu-item.menu-item-has-children > a::after {
    transform: rotate(135deg);
  }
}
@media (max-width: 767px) {
  .global_nav .sub-menu {
    font-size: inherit;
  }
  .global_nav .sub-menu a {
    height: auto;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 2em;
    padding-right: 2.6em;
    background: #F8F7F7;
    border-bottom: 1px solid #ddd;
  }
  .global_nav .sub-menu a:hover {
    background: #504C48;
  }
  .global_nav .sub-menu li:last-child a {
    border: none;
  }
}
@media (max-width: 767px) {
  .global_nav .nav_title {
    font-weight: bold;
  }
  .global_nav .nav_title a {
    background: #6B6661;
    color: #fff;
    pointer-events: none;
    justify-content: center;
  }
  .global_nav .nav_title a::after {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .global_nav .sp_toggle_close_bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #504C48;
    color: #fff;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
    height: 2em;
    margin-inline: auto;
    margin-top: 20px;
    letter-spacing: 0.075em;
    line-height: 1;
    padding: 0.25em 0;
    width: 7.5em;
  }
  .global_nav .sp_toggle_close_bottom .icon {
    flex: 0 0 auto;
    margin-left: 0.5em;
  }
  .global_nav .sp_toggle_close_bottom svg {
    display: block;
    fill: #fff;
    width: 13px;
    aspect-ratio: 1;
  }
}

@media (max-width: 767px) {
  .global_nav #menu-header_menu .custom_nav > a {
    display: none !important;
  }
  .global_nav #menu-header_menu .custom_nav .sub-menu_wrap {
    display: block !important;
  }
  .global_nav #menu-header_menu .custom_nav .nav_title {
    text-align: center;
    color: #fff;
    width: 100%;
    padding: 15px 10px;
    font-size: 18px;
    margin-bottom: 4%;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_box {
    padding: 20px;
  }
  .global_nav #menu-header_menu .custom_nav .row .col_2 a {
    text-align: center !important;
    background: #fff;
  }
  .global_nav #menu-header_menu .custom_nav .row .col_2 a:hover::after {
    border-color: #fff !important;
  }
  .global_nav #menu-header_menu .custom_nav .row .col_2:nth-child(n+3) {
    margin-top: 2% !important;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color01 {
    background: #deebf7;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color01 .nav_title {
    background: #504C48;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color01 .row .col_2 a {
    border: 1px solid #504C48;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color01 .row .col_2 a::after {
    border-color: #504C48;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color01 .row .col_2 a:hover {
    background: #504C48;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color02 {
    background: #e2f0d9;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color02 .nav_title {
    background: #6B6661;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color02 .row .col_2 a {
    border: 1px solid #6B6661;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color02 .row .col_2 a::after {
    border-color: #6B6661;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color02 .row .col_2 a:hover {
    background: #6B6661;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color03 {
    background: #fff2cc;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color03 .nav_title {
    background: #ff6600;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color03 .row .col_2 a {
    border: 1px solid #ff6600;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color03 .row .col_2 a::after {
    border-color: #ff6600;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color03 .row .col_2 a:hover {
    background: #ff6600;
  }
}
@media screen and (max-width: 767px) and (max-width: 600px) {
  .global_nav #menu-header_menu .custom_nav .row .col_2 a {
    font-size: 2.5vw;
    padding: 10px 25px 10px 10px;
    height: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .global_nav .menu-item > a {
    color: #fff;
    font-size: clamp(12px, 1vw, 18px);
    border: none;
  }
  .global_nav .menu-item > a:after {
    content: none;
  }
  .global_nav .menu-item > a img {
    display: block;
  }
  .global_nav .menu-item.active > a {
    color: #928C87;
  }
  .global_nav .menu-item.active > a:after {
    border-top: 0.4em solid #928C87 !important;
  }
}
.global_nav .sub-menu-close {
  display: none;
}
@media (min-width: 768px) {
  .global_nav .sub-menu-close {
    display: flex;
    align-items: center;
    gap: 0.5em;
    position: absolute;
    right: 3%;
    top: 20px;
    border: solid 2px #6B6661;
    font-size: 18px;
    color: #504C48;
    padding: 0.1em 0.5em;
  }
  .global_nav .sub-menu-close .icon {
    color: #504C48;
    border: solid 1px #504C48;
    padding: 0.2em;
    display: flex;
  }
  .global_nav .sub-menu-close .icon svg {
    width: 0.8em;
    fill: #504C48;
  }
  .global_nav .sub-menu-close:hover {
    cursor: pointer;
  }
}
.global_nav .sub-menu-contents {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .global_nav .sub-menu-contents {
    padding: 0;
  }
}
.global_nav .sub-menu-contents + .sub-menu-contents {
  margin-top: 12px;
}
@media (min-width: 768px) {
  .global_nav .sub-menu-contents + .sub-menu-contents {
    margin-top: 24px;
  }
}
.global_nav .sub-menu-toggle {
  display: none;
  padding: 0 0 0 0.3em;
}
@media (min-width: 768px) {
  .global_nav .sub-menu-toggle {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .global_nav .menu-item > a {
    color: #363330;
    background: #fff;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    line-height: var(--nav-line-height);
  }
  .global_nav .menu-item > a:before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 100%;
    top: 0;
    bottom: 0;
    right: auto;
    left: 0;
    margin: auto;
    background: linear-gradient(180deg, #38332E 0%, #584D40 100%);
  }
  .global_nav .menu-item > a > span {
    display: block;
    position: relative;
    padding: 1.1em 1em 1.1em 1.5em;
    font-size: 16px;
    color: #363330;
  }
  .global_nav .menu-item > a span.sub-menu-toggle-title-inner:before, .global_nav .menu-item > a span.sub-menu-toggle-title-inner:after {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 1px;
    top: 0;
    bottom: 0;
    right: 15px;
    left: auto;
    margin: auto;
    background: #504C48;
    transition: 0.3s;
  }
  .global_nav .menu-item > a span.sub-menu-toggle-title-inner:after {
    transform: rotate(90deg);
  }
  .global_nav .menu-item > a.onclick span.sub-menu-toggle-title-inner:after {
    transform: rotate(0deg);
  }
  .global_nav .menu-item > a.sub-menu-toggle-title-inner:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 19px;
    left: auto;
    margin: auto;
    width: 11px;
    height: 11px;
    border-top: 1px solid #504C48;
    border-right: 1px solid #504C48;
    transform: translate(0, -50%) rotate(45deg);
    transition: 0.3s;
  }
}
.global_nav .sub-menu-toggle-subtitle {
  background: #E6E5E4;
  font-size: 16px;
  padding: 0.3em 1em 0.3em 1em;
  margin-top: 1.2em;
}
@media (min-width: 768px) {
  .global_nav .sub-menu-toggle-subtitle {
    font-size: clamp(18px, 1.0416666667vw, 20px);
  }
}
@media (max-width: 767px) {
  .global_nav .sub-menu-toggle-subtitle:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .global_nav .sub-menu-toggle-inner {
    padding: 1.2em clamp(8.4375px, 0.78125vw, 15px) 0;
  }
}
.global_nav .sub-menu-toggle-inner + .sub-menu-toggle-subtitle {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .global_nav .sub-menu-toggle-inner + .sub-menu-toggle-subtitle {
    margin-top: 48px;
  }
}
.global_nav .sub-menu-toggle-inner:last-child {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .global_nav .sub-menu-toggle-inner:last-child {
    margin-bottom: 0;
    padding-bottom: 48px;
  }
}
.global_nav .sub-menu-toggle-ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 768px) {
  .global_nav .sub-menu-toggle-ul {
    gap: clamp(11.25px, 1.0416666667vw, 20px) clamp(22.5px, 2.0833333333vw, 40px);
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .global_nav .sub-menu-toggle-ul.col2 li {
    width: calc((100% - clamp(22.5px, 2.0833333333vw, 40px)) / 2);
  }
}
@media (min-width: 768px) {
  .global_nav .sub-menu-toggle-ul.col3 li {
    width: calc((100% - clamp(22.5px, 2.0833333333vw, 40px) * 2) / 3);
  }
}
@media (min-width: 768px) {
  .global_nav .sub-menu-toggle-ul.col4 li {
    width: calc((100% - clamp(22.5px, 2.0833333333vw, 40px) * 3) / 4);
  }
}
.global_nav .sub-menu-toggle-ul a {
  display: block;
  text-align: left;
  border-bottom: solid 1px #CFCCC9;
  padding: 0.8em;
  font-size: clamp(16px, 0.9375vw, 18px);
  color: #1A1E23;
  position: relative;
}
@media (min-width: 768px) {
  .global_nav .sub-menu-toggle-ul a {
    padding: 0.4em 1em 0.4em 0.4em;
    color: #1A1E23 !important;
  }
}
.global_nav .sub-menu-toggle-ul a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0.2em;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #A5A19C;
  border-right: 1px solid #A5A19C;
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.3s;
}
.global_nav .sub-menu-toggle-ul a:hover {
  text-decoration: none;
  color: #1A1E23;
}
.global_nav .sub-menu-toggle-ul a:hover:after {
  right: 0;
}
.global_nav .nav_button {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .global_nav .nav_button {
    margin-top: 32px;
  }
}
.global_nav .nav_button a {
  background: #504C48;
  width: 100%;
  max-width: 390px;
  padding: 1em;
  position: relative;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  color: #fff !important;
}
.global_nav .nav_button a:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  box-sizing: border-box;
  width: 8px;
  height: 5px;
  border: 5px solid transparent;
  border-left: 8px solid #fff;
}
.global_nav .nav_button a:hover {
  background: #504C48 !important;
  opacity: 0.8;
  text-decoration: none;
}
.global_nav .sub-menu-info-title {
  font-size: 16px;
  color: #363330;
  margin-top: 40px;
  margin-bottom: 0.5em;
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
}
@media (min-width: 768px) {
  .global_nav .sub-menu-info-title {
    text-align: left;
    font-size: 18px;
    margin-top: 60px;
  }
}
.global_nav .sub-menu-info {
  background: #F3F2F1;
  border-radius: 4px;
  padding: 12px;
}
@media (min-width: 768px) {
  .global_nav .sub-menu-info {
    padding: clamp(22.5px, 2.0833333333vw, 40px) clamp(28.125px, 2.6041666667vw, 50px);
  }
}
@media (min-width: 768px) {
  .global_nav .sub-menu-info-list {
    gap: clamp(27px, 2.5vw, 48px);
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
  }
}
.global_nav .sub-menu-info-list li + li {
  margin-top: 12px;
}
@media (min-width: 768px) {
  .global_nav .sub-menu-info-list li + li {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .global_nav .sub-menu-info-list li {
    width: calc((100% - clamp(27px, 2.5vw, 48px) * 2) / 3);
    margin: 0;
  }
}
.global_nav .sub-menu-info-link {
  background: #fff;
  display: flex;
  align-items: center;
  border-radius: 3px;
  font-size: clamp(16px, 1.0416666667vw, 20px);
  gap: 1em;
  position: relative;
}
.global_nav .sub-menu-info-link:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0.3em;
  bottom: 0;
  margin: auto;
  box-sizing: border-box;
  width: 0.4em;
  height: 0.3em;
  border: 0.3em solid transparent;
  border-left: 0.4em solid #CFCCC9;
}
.global_nav .sub-menu-info-link small {
  font-size: 0.8em;
  display: block;
}
.global_nav .sub-menu-info-link figure {
  width: 26.6666666667%;
  padding-top: 26.6666666667%;
}
.global_nav .sub-menu-info-link:hover {
  background: #fff !important;
}
.global_nav .sub-menu_column-title {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.8;
  text-align: left;
}
@media (max-width: 767px) {
  .global_nav .sub-menu_column-title {
    display: none;
  }
}
.global_nav .sub-menu_column-title .en {
  font-family: "Sorts Mill Goudy", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #6B6661;
  display: block;
}
@media (min-width: 768px) {
  .global_nav .sub-menu_column_01 {
    display: flex;
    justify-content: space-between;
    gap: 5%;
  }
}
@media (min-width: 768px) {
  .global_nav .sub-menu_column_01 .sub-menu_column_title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 21.09375%;
  }
}
@media (min-width: 768px) {
  .global_nav .sub-menu_column_01 .sub-menu_column_title .nav_button a {
    text-align: left;
    width: 270px;
  }
}
@media (min-width: 768px) {
  .global_nav .sub-menu_column_01 .sub-menu_column_menu {
    width: 67.1875%;
  }
}
@media (min-width: 768px) {
  .global_nav .sub-menu_column_01 .sub-menu_column_menu .sub-menu-toggle-subtitle {
    margin-bottom: 0.5em;
    margin-top: 2em;
  }
}
@media (min-width: 768px) {
  .global_nav .sub-menu_column_01 .sub-menu_column_menu > *:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .global_nav .sub-menu_column_02 {
    display: flex;
    gap: 5%;
  }
}
@media (min-width: 768px) {
  .global_nav .sub-menu_column_02 .sub-menu_column_title {
    flex: none;
  }
}
@media (min-width: 768px) {
  .global_nav .sub-menu_column_02 .sub-menu_column_menu .sub-menu-toggle-subtitle {
    margin-bottom: 0.5em;
    margin-top: 2em;
  }
}
@media (min-width: 768px) {
  .global_nav .sub-menu_column_02 .sub-menu_column_menu > *:first-child {
    margin-top: 0;
  }
}

/* FAQ-Minus */
.mainimage {
  overflow: hidden;
  position: relative;
  height: 100svh;
}
.mainimage img {
  width: 100%;
}
@media (min-width: 768px) {
  .mainimage .slider {
    height: 100%;
  }
  .mainimage .slider .slick-list {
    height: 100%;
  }
  .mainimage .slider .slick-track {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .mainimage .slider {
    aspect-ratio: 780/1688;
  }
}
.mainimage .slider:not(.slick-initialized) {
  overflow: hidden;
}
.mainimage .slider:not(.slick-initialized) > * {
  float: left;
}
@media (min-width: 768px) {
  .mainimage .slider img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
    font-family: "object-fit: cover;";
  }
}
.mainimage .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.mainimage .slick-arrow {
  position: absolute;
  z-index: 1;
}
.mainimage .slick-arrow svg {
  fill: #fff;
  vertical-align: bottom;
  width: min( 25px , 4vw );
}
.mainimage .slick-prev-original,
.mainimage .slick-next-original {
  top: 50%;
  transform: translateY(-50%);
}
.mainimage .slick-prev-original {
  left: 10px;
}
.mainimage .slick-next-original {
  right: 10px;
}
.mainimage .slick-dots li button:before {
  color: #504C48;
}
.mainimage .js-fade-item img {
  animation: zoomUp 6.2s linear 0s normal both;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.mainimage .mainimage_filter {
  content: "";
  display: block;
  position: absolute;
  width: 22.5641025641%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  background: linear-gradient(180deg, #38332E 0%, #584D40 100%);
  z-index: 1;
  transform: translateX(-100%);
  transition: transform 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .mainimage .mainimage_filter {
    width: 20.5208333333%;
  }
}
.mainimage .mainimage_logo {
  content: "";
  display: block;
  position: absolute;
  height: auto;
  top: auto;
  bottom: 3%;
  right: auto;
  margin: auto;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  width: 95.8974358974%;
  left: 4.1025641026%;
}
@media (min-width: 768px) {
  .mainimage .mainimage_logo {
    width: 46.1458333333%;
    left: 6.25%;
    top: auto;
    bottom: 0;
  }
}
.mainimage .copysliderlayout {
  position: absolute;
  bottom: 20vw;
  left: 3.7vw;
  max-width: calc(100% - 3.7vw - 4vw);
  z-index: 90;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .mainimage .copysliderlayout {
    bottom: 3vw;
  }
}
.mainimage .copyslider .slider-dots {
  width: 10%;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
  position: absolute;
  left: auto;
  right: 1vw;
  bottom: 0;
  top: auto;
}
@media (min-width: 768px) {
  .mainimage .copyslider .slider-dots {
    top: 9vw;
    bottom: auto;
    left: 1vw;
    right: auto;
  }
}
.mainimage .copyslider .slider-dots li {
  margin: 0 2px;
  line-height: 1;
  font-size: clamp(14px, 3.8888888889vw, 29.8277777778px);
  text-align: right;
}
@media (min-width: 768px) {
  .mainimage .copyslider .slider-dots li {
    text-align: left;
    font-size: clamp(9px, 0.8333333333vw, 16px);
  }
}
.mainimage .copyslider .slider-dots li + li {
  margin-top: 0.5em;
}
.mainimage .copyslider .slider-dots button {
  position: relative;
  width: 2px;
  height: 2em;
  border: 0;
  color: #928C87;
  font-family: "Sorts Mill Goudy", serif;
  font-style: normal;
  font-weight: 400;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 768px) {
  .mainimage .copyslider .slider-dots button {
    background-color: #928C87;
    opacity: 1;
  }
}
.mainimage .copyslider .slider-dots button > span {
  display: none;
}
@media (min-width: 768px) {
  .mainimage .copyslider .slider-dots button > span {
    line-height: 1.4375em;
    padding-left: 1em;
    display: block;
    white-space: nowrap;
  }
}
.mainimage .copyslider .slider-dots button:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 0;
  z-index: 100000;
}
.mainimage .copyslider .slider-dots {
  /* 省略 */
  /* 追加 */
}
.mainimage .copyslider .slider-dots .slick-active button {
  color: #fff;
}
.mainimage .copyslider .slider-dots .slick-active button:after {
  background-color: #fff;
  animation: progressmainimage 6s linear forwards;
}
@keyframes progressmainimage {
  from {
    height: 0%;
  }
  to {
    height: 100%;
  }
}
.mainimage .main_copy {
  max-width: 100%;
}
@media (min-width: 768px) {
  .mainimage .main_copy {
    display: grid !important;
    grid-template-columns: 5fr 28.1770833333vw;
    grid-template-rows: auto auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}
.mainimage .main_copy:not(:first-child) {
  opacity: 0;
}
.mainimage .slick-list {
  overflow: visible;
}
.mainimage .copy_text01 {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.02em;
  white-space: nowrap;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  color: #ffffff;
  text-shadow: 0px 0px 8px rgba(62, 62, 62, 0.2);
  font-size: clamp(24px, 6.6666666667vw, 51.1333333333px);
  padding: 0.2em 0.5em;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #fefefe;
  margin-bottom: 0.4em;
  backdrop-filter: blur(10px);
}
@media (min-width: 768px) {
  .mainimage .copy_text01 {
    backdrop-filter: none;
    border: none;
    background: none;
    padding: 0;
    grid-area: 1/1/2/2;
    font-size: clamp(49.5px, 4.5833333333vw, 88px);
    text-shadow: none;
    background: linear-gradient(90.67deg, #ffffff 0%, #FFEFDE 27.1%, #ffffff 99.7%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
}
.mainimage .copy_text01.en {
  backdrop-filter: none;
  font-family: "Sorts Mill Goudy", serif;
  padding: 0;
  border: none;
  font-size: clamp(68px, 18.8888888889vw, 144.8777777778px);
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: -3em;
  background: none;
}
@media (min-width: 768px) {
  .mainimage .copy_text01.en {
    background: linear-gradient(90.67deg, #ffffff 0%, #FFEFDE 27.1%, #ffffff 99.7%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-top: 0;
    font-size: clamp(63px, 5.8333333333vw, 112px);
    margin-bottom: 0.4em;
    line-height: 1;
  }
}
.mainimage .copy_text02 {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.12em;
  font-feature-settings: "palt" on;
  color: #ffffff;
  text-shadow: 0px 0px 8px rgba(62, 62, 62, 0.2);
  white-space: nowrap;
  font-size: clamp(16px, 4.4444444444vw, 34.0888888889px);
}
@media (min-width: 768px) {
  .mainimage .copy_text02 {
    padding-left: calc(3.7vw + 25%);
    grid-area: 2/1/3/2;
    font-size: clamp(14.625px, 1.3541666667vw, 26px);
  }
}
.mainimage .copy_img01 {
  display: none;
}
@media (min-width: 768px) {
  .mainimage .copy_img01 {
    grid-area: 1/2/3/3;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-top: 3em;
  }
}
.mainimage .clinic_info {
  padding: 0.4444444444em 1.5555555556em 0.4444444444em 0px;
  background: linear-gradient(118.25deg, #f4f2f0 0%, #fffbf6 100%);
  border-radius: 4px 0px 0px 4px;
  position: absolute;
  top: min(17vh, 120px);
  right: 0;
  z-index: 90;
  display: flex;
  width: 25.5208333333%;
  max-width: 355px;
  font-size: clamp(14px, 1vw, 18px);
}
.mainimage .clinic_info .con_ttl {
  width: 2.7777777778em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #D4CCC4;
}
.mainimage .clinic_info .con_list {
  width: calc(100% - 50px);
  padding: 0 0 0 12px;
}
.mainimage .clinic_info .con_list li:not(:last-child) .info_link {
  border-bottom: solid 1px #D4CCC4;
}
.mainimage .clinic_info .clinic_info_text {
  margin: 0;
  writing-mode: vertical-lr;
  font-style: normal;
  font-weight: 500;
  font-size: 0.8888888889em;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #766656;
}
.mainimage .clinic_info .info_link {
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 100%;
  max-width: 260px;
  line-height: 1.5;
  position: relative;
  font-weight: 400;
  font-size: 1em;
  letter-spacing: 0;
  color: #594D41;
  gap: 0.5em;
  padding: 0.4444444444em 0 0.4444444444em;
}
.mainimage .clinic_info .info_link small {
  display: block;
  font-size: 0.6666666667em;
}
.mainimage .clinic_info .info_link .fig {
  position: relative;
  z-index: 2;
  width: 28.0701754386%;
  padding-top: 26.6666666667%;
  border-radius: 2px;
}
.mainimage .clinic_info .info_link .fig img {
  transition: 0.3s;
  width: 100%;
}
.mainimage .clinic_info .info_link:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #594D41;
  border-right: 1px solid #594D41;
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.3s;
}
@media (min-width: 768px) {
  .mainimage .clinic_info .info_link:hover {
    color: #93806C;
  }
  .mainimage .clinic_info .info_link:hover:after {
    border-color: #93806C;
    right: -2px;
  }
}

/* FAQ-Minus */
.side_bnr {
  position: fixed;
  z-index: 90;
}
.side_bnr a:not([class]) img, .side_bnr a.swipebox img {
  transition: all 0.3s;
}
.side_bnr a:not([class]):hover img, .side_bnr a.swipebox:hover img {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .side_bnr {
    left: 0;
  }
}
@media (min-width: 768px) {
  .side_bnr {
    right: 0;
    z-index: 20;
    top: 200px;
    width: 80px;
  }
  .side_bnr li:not(:first-child) {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .side_bnr {
    bottom: 0;
    width: 100%;
  }
  .side_bnr .side_bnr_block {
    display: flex;
    padding-bottom: env(safe-area-inset-bottom);
  }
  .side_bnr .side_bnr_block li {
    flex: 1 1 auto;
  }
}

.totop {
  bottom: calc(17vw + env(safe-area-inset-bottom));
  display: none;
  position: fixed;
  right: 10px;
  width: 50px;
  z-index: 10;
}
.totop:hover {
  cursor: pointer;
  opacity: 0.8;
}
.totop .totop_inner {
  background: #504C48;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
}
.totop .totop_inner svg {
  width: 15px;
  fill: #fff;
}
@media (min-width: 768px) {
  .totop {
    bottom: 10px;
    width: 80px;
  }
  .totop .totop_inner {
    width: 80px;
    height: 80px;
  }
}

/* FAQ-Minus */
.mce-content-body p, .mce-content-body ul, .mce-content-body ol, .mce-content-body dl, .mce-content-body table {
  margin-top: 0;
  margin-bottom: 2.4rem;
}
.mce-content-body p:last-child, .mce-content-body ul:last-child, .mce-content-body ol:last-child, .mce-content-body dl:last-child, .mce-content-body table:last-child {
  margin-bottom: 0;
}
.mce-content-body .box_bg p:last-child, .mce-content-body .box_bg ul:last-child, .mce-content-body .box_bg ol:last-child, .mce-content-body .box_bg dl:last-child, .mce-content-body .box_bg table:last-child, .mce-content-body .box_flow p:last-child, .mce-content-body .box_flow ul:last-child, .mce-content-body .box_flow ol:last-child, .mce-content-body .box_flow dl:last-child, .mce-content-body .box_flow table:last-child {
  margin-bottom: 0;
}
.mce-content-body img {
  border-radius: 0;
}
.mce-content-body a {
  color: #504C48;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .mce-content-body a:hover {
    color: #504C48;
    text-decoration: none;
  }
}
.mce-content-body a:hover img {
  transition: opacity 0.3s;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .mce-content-body a[href^="tel:"] {
    color: inherit;
    pointer-events: none;
    text-decoration: none;
  }
}
.mce-content-body hr {
  border: none;
  height: 0;
  margin: 0 auto 0;
  display: block;
  border-bottom: 1px solid #ddd;
}
.mce-content-body strong {
  font-weight: bold;
}
.mce-content-body sup {
  font-size: 11.7px;
  vertical-align: super;
}
.mce-content-body sub {
  font-size: 11.7px;
  vertical-align: sub;
}
.mce-content-body blockquote {
  border: 1px solid #ccc;
  margin-top: 27px;
  padding: 32.4px;
  position: relative;
}
.mce-content-body blockquote::before, .mce-content-body blockquote::after {
  display: block;
  position: absolute;
  content: "format_quote";
  width: 36px;
  height: 36px;
  font-family: "Material Icons";
  font-size: 36px;
  white-space: nowrap;
  word-wrap: normal;
  color: #ccc;
}
.mce-content-body blockquote::before {
  top: 18px;
  left: 13.5px;
  transform: rotate(-180deg);
}
.mce-content-body blockquote::after {
  right: 13.5px;
  bottom: 18px;
}
.mce-content-body table {
  width: 100%;
}
.mce-content-body p.error404 {
  margin-bottom: 10rem;
  margin-top: 7.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .mce-content-body p.error404 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

/* FAQ-Minus */
.btnstyle {
  text-align: center;
}
.btnstyle:not(:last-child) {
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .btnstyle {
    text-align: left;
  }
}
.btnstyle a {
  text-align: left;
  color: #363330;
  padding: 0.5em 3em 0.5em 0.5em;
  position: relative;
  border-bottom: solid 1px #CFCCC9;
  line-height: 1.5;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}
.btnstyle a:after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 1px;
  top: auto;
  bottom: -1px;
  right: auto;
  left: 0;
  margin: auto;
  background: #6B6661;
  transition: 0.4s;
}
.btnstyle a:before {
  content: "";
  display: block;
  position: absolute;
  width: 28px;
  height: 5px;
  top: 0;
  bottom: 0;
  right: 0.2em;
  left: auto;
  margin: auto;
  background: url(../img/common/arrow_r_color.svg) no-repeat center;
  transition: 0.4s;
}
@media (min-width: 768px) {
  .btnstyle a:hover:after {
    width: 100%;
  }
  .btnstyle a:hover:before {
    animation: arrow 0.4s;
    background: url(../img/common/arrow_r.svg) no-repeat center;
  }
}
.btnstyle__right a {
  margin-right: 0;
}
@media (min-width: 768px) {
  .btnstyle__left {
    text-align: left !important;
  }
}
.btnstyle__left a {
  margin-left: 0;
}

.btnstyle.wide a {
  max-width: 300px;
}

/* FAQ-Minus */
.section {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  padding-top: 57.375px;
  padding-bottom: 57.375px;
}
@media (min-width: 768px) {
  .section {
    padding-top: 85.5px;
    padding-bottom: 85.5px;
  }
}

@media (min-width: 768px) and (max-width: 1079px) {
  .section,
  .section_wide,
  .section_overwide {
    margin-left: calc(50% - (1079px / 2));
    margin-right: calc(50% - (1079px / 2));
  }
  .section {
    padding-left: calc((1079px / 2) - 50%);
    padding-right: calc((1079px / 2) - 50%);
  }
}
.section_wide {
  padding-left: 20px;
  padding-right: 20px;
}

.section_overwide {
  padding: 0;
}

.main_post_body,
.post_aside {
  margin-top: 31.5px;
}

.main_post_body {
  margin-bottom: 54px;
}

.wp-embedded-content {
  display: block;
  max-width: 100%;
}

.breadcrumb {
  background: #fff;
  color: #6B6661;
  font-size: 15.75px;
  line-height: 1.4;
  padding-top: 22.5px;
  padding-bottom: 22.5px;
}
.breadcrumb .svg-icons {
  fill: #667689;
  width: 12px;
  height: 12px;
}
.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb li {
  display: flex;
  align-items: center;
}
.breadcrumb a {
  color: #504C48;
  text-decoration: none;
  color: #363330;
}
@media (min-width: 768px) {
  .breadcrumb a:hover {
    color: #1A1E23;
    text-decoration: none;
  }
}
.breadcrumb li:last-child a {
  pointer-events: none;
}
.breadcrumb .current a {
  color: #5b697b;
}

.btn-style {
  text-align: center;
}

.sitemap_box {
  margin-top: 31.5px;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .sitemap_box {
    margin-bottom: 63px;
  }
}
.sitemap_box .menu {
  border-top: 1px solid #ddd;
}
.sitemap_box .menu li {
  border-bottom: 1px solid #ddd;
}
.sitemap_box .menu a {
  position: relative;
  display: block;
  padding: 22.5px 45px 22.5px 22.5px;
  transition: 0.3s;
  text-decoration: none;
  color: #1A1E23;
}
@media (max-width: 767px) {
  .sitemap_box .menu a {
    padding: 18px 36px 18px 18px;
  }
}
@media (min-width: 768px) {
  .sitemap_box .menu a:hover {
    color: #504C48;
    background: #F8F7F7;
  }
}
.sitemap_box .menu a::after {
  position: absolute;
  content: "";
  right: 18px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #504C48;
  border-right: 1px solid #504C48;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.wpcf7 select,
.wpcf7 input,
.wpcf7 textarea {
  max-width: 100%;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=password],
.wpcf7 textarea,
.wpcf7 select {
  box-shadow: none;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 10px 6px;
  width: 100%;
}
.wpcf7 textarea {
  width: 100%;
}
.wpcf7 select {
  background: url("../img/default/expand_more.svg") no-repeat right center;
  background-size: 20px;
  min-width: 40%;
  padding: 8px 24px 8px 6px;
  width: auto;
}
.wpcf7 input[type=submit] {
  background: #504C48;
  box-shadow: none;
  border: 2px solid #504C48;
  border-radius: 5px;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 0.075em;
  padding: 15px 20px;
  text-align: center;
  transition: 0.3s;
  width: 240px;
}
.wpcf7 input[type=submit]:not(:disabled):hover {
  background: #fff;
  color: #504C48;
  cursor: pointer;
}
.wpcf7 input[type=submit]:disabled {
  background: #ccc;
  border: 2px solid #ccc;
}
.wpcf7 input[type=submit]:disabled:hover {
  pointer-events: none;
}
.wpcf7 .screen-reader-response {
  margin-bottom: 22.5px;
  padding: 10px;
  background: #FFFBD2;
}
.wpcf7 .screen-reader-response ul {
  display: none;
}
.wpcf7 .ajax-loader {
  position: absolute !important;
}

.wpcf7-spinner {
  position: absolute !important;
}

.wpcf7-not-valid {
  background: #FFFBD2;
}

.wpcf7-not-valid-tip {
  color: #cc0000;
}

.wpcf7-response-output.wpcf7-validation-errors {
  margin-top: 20px;
  padding: 10px;
  background: #FFFBD2;
}

.wpcf7-not-valid-tip {
  font-size: 76%;
  color: #af2223;
}

.wpcf7-list-item {
  margin-left: 0;
  margin-right: 20px;
}
.wpcf7-list-item input {
  width: auto;
}

.box_form {
  margin-top: 36px;
  margin-bottom: 54px;
}
@media (max-width: 767px) {
  .box_form {
    margin-top: 22.5px;
    margin-bottom: 36px;
  }
}
.box_form dl {
  width: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
  border-top: 1px dotted #ddd;
}
.box_form dt,
.box_form dd {
  padding: 1.5em 5px;
}
.box_form dt p,
.box_form dd p {
  margin-bottom: 0;
}
.box_form dt {
  clear: both;
  float: left;
  font-weight: bold;
  margin-bottom: 9px;
}
.box_form dd {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 0;
  padding-left: 14em;
}
.box_form dd > span + span {
  margin-left: 15px;
}
@media (min-width: 768px) {
  .box_form .input_wrap:not(:first-child) {
    margin-left: 22.5px;
  }
}
.box_form .mf {
  font-size: 80%;
  color: #ea0000;
  padding-left: 3px;
}
.box_form .ex,
.box_form .subtxt {
  font-size: 88%;
  color: #999;
  line-height: 1.4em;
  display: inline-block;
}
.box_form .requisite,
.box_form .attention {
  font-size: 78%;
  color: #f45000;
}
.box_form .attention {
  color: #cc0000;
  font-size: 13.5px;
}
.box_form .acceptance .attention {
  font-size: inherit;
}
.box_form .subtxt {
  color: #888;
  font-size: 13.5px;
  display: block;
}
.box_form .btnstyle {
  text-align: center;
  margin-top: 31.5px;
}
@media (max-width: 767px) {
  .box_form .btnstyle {
    margin-top: 22.5px;
  }
}
.box_form .wpcf7-list-item {
  margin-right: 0.5em;
  margin-left: 0.5em;
}
.box_form .acceptance_wrap {
  background: #f1f1f1;
  padding: 1em 0.5em;
}
.box_form .acceptance_wrap > * {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .box_form dt {
    float: none;
    padding-bottom: 0;
  }
  .box_form dd {
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 0;
  }
  .box_form dd input,
  .box_form dd textarea {
    width: 100%;
    max-width: 750px;
  }
}

.post-password-form {
  margin-bottom: 4em;
  margin-top: 2em;
}

@media (max-width: 767px) {
  .post_aside {
    padding-top: 18px;
  }
}

.entry_archive_wrap.blogsingleon .btnstyle {
  margin-top: 15px;
}
.entry_archive_wrap.blogsingleon .btnstyle a {
  min-width: 200px;
  padding: 0.8rem 1.5rem;
  font-size: 1.4rem;
}

.entry_title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .entry_title {
    font-size: 27px;
  }
}
.blogsingleon .entry_archive .entry_title {
  font-size: 27px;
}
.entry_title a {
  color: #1A1E23;
  text-decoration: none;
}
@media (min-width: 768px) {
  .entry_title a:hover {
    color: #504C48;
  }
}

.entry_ex {
  display: flex;
  flex-wrap: wrap;
  row-gap: 6px;
  column-gap: 18px;
  color: #666;
  font-size: 15.75px;
  letter-spacing: 0.01em;
  margin-bottom: 40.5px;
  margin-top: 18px;
}
@media (max-width: 767px) {
  .entry_ex {
    margin-bottom: 27px;
    margin-top: 13.5px;
  }
}
.blogsingleon .entry_archive .entry_ex {
  margin-bottom: 27px;
  margin-top: 13.5px;
}
.entry_ex a {
  color: #504C48;
  text-decoration: none;
}
@media (min-width: 768px) {
  .entry_ex a:hover {
    color: #1A1E23;
  }
}
.entry_ex .svg-icons {
  fill: #666;
  width: 18px;
  height: 18px;
  margin-left: -22px;
  margin-right: 5px;
  vertical-align: text-bottom;
}

.entry_date,
.entry_categories {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 22px;
}

.entry.mce-content-body {
  max-width: 100%;
}

.pagenav_single {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 20px;
  border-top: 1px solid #ddd;
  font-size: 15.84px;
  line-height: 1.5;
  margin-top: 72px !important;
  padding-top: 54px;
}
@media (max-width: 767px) {
  .pagenav_single {
    margin-top: 36px !important;
    padding-top: 31.5px;
  }
}
.pagenav_single li {
  flex: 1 1 auto;
  width: 100%;
}
.pagenav_single a {
  display: flex;
  align-items: center;
  column-gap: 5px;
  text-decoration: none;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .pagenav_single a:hover {
    opacity: 0.7;
  }
}
.pagenav_single a .svg-icons {
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  margin-bottom: auto;
  margin-top: 0.25em;
}

.pagenav_single_previous a {
  text-align: right;
  justify-content: flex-end;
}

.entry_archive {
  border-bottom: 1px solid #ddd;
  margin-bottom: 54px;
  padding-bottom: 54px;
}
.entry_archive .archive {
  border-bottom: 1px solid #ddd;
  padding-bottom: 90px;
}

.pagenav_archive {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15.84px;
  line-height: 22.5px;
  margin-top: 54px;
}
.pagenav_archive .page-numbers {
  border: 1px solid #aaa;
  color: #aaa;
  display: inline-block;
  height: 33.75px;
  line-height: 33.75px;
  margin: 5px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  width: 33.75px;
}
.pagenav_archive .page-numbers.current {
  background: #eee;
  border-color: #eee;
}
@media (min-width: 768px) {
  .pagenav_archive .page-numbers:hover {
    background: #504C48;
    border: 1px solid #504C48;
    color: #fff;
    cursor: pointer;
  }
}

.post_aside .aside_title {
  border-bottom: 2px solid #1A1E23;
  font-size: 24.75px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 13.5px;
}
.post_aside .category_list {
  margin-top: 18px;
}
.post_aside .category_list li {
  border-bottom: 1px solid #ddd;
}
.post_aside .category_list li ul li {
  border-top: 1px solid #ddd;
  border-bottom: none;
}
.post_aside .category_list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #1A1E23;
  line-height: 1.5;
  padding: 13.5px 9px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .post_aside .category_list a:hover {
    color: #504C48;
  }
}
.post_aside .category_list a .material-icons {
  font-size: 18px;
}
.post_aside .latestpost_list {
  margin-top: 18px;
  padding-bottom: 13.5px;
  border-bottom: 1px solid #ddd;
}
.post_aside .latestpost_list a {
  color: #1A1E23;
  display: table;
  line-height: 1.5;
  padding: 4.5px 9px 4.5px 27px;
  position: relative;
  text-decoration: none;
}
.post_aside .latestpost_list a::before {
  content: "・";
  left: 9px;
  padding-top: 4.5px;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .post_aside .latestpost_list a:hover {
    color: #504C48;
  }
  .post_aside .latestpost_list a:hover::before {
    color: #504C48;
  }
}

.blog_thumbnail_list_item a .title,
.blog_thumbnail_list_item a .date,
.blog_thumbnail_list_item a .post_term {
  color: inherit;
  text-decoration: none;
}
.blog_thumbnail_list_item .title {
  display: block;
}
.blog_thumbnail_list_item .btnstyle a {
  min-width: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .blog_thumbnail_list_item {
    -webkit-box-flex: 1;
    flex: 1 1 23.5%;
    margin-right: 2%;
    position: relative;
    padding-bottom: 5rem;
  }
  .blog_thumbnail_list_item:nth-child(4n) {
    margin-right: 0;
  }
  .blog_thumbnail_list_item .btnstyle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

.slide_main {
  position: relative;
}
.slide_main .item {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
  z-index: -1;
}
.slide_main .item.active {
  opacity: 1;
  z-index: 1;
  position: inherit;
}
.slide_main .item:first-child .arrow-prev, .slide_main .item:last-child .arrow-next {
  display: none;
}
.slide_main .item .caption {
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  color: #fff;
  font-size: 20px;
  left: 0;
  line-height: 1.6;
  padding: 13px 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.slide_main .item img {
  margin: 0;
}
.slide_main .arrow-prev,
.slide_main .arrow-next {
  height: 60px;
  width: 40px;
  position: absolute;
  top: 50%;
  display: block;
  z-index: 2;
  margin-top: -30px;
}
@media (min-width: 768px) {
  .slide_main .arrow-prev:hover,
  .slide_main .arrow-next:hover {
    cursor: pointer;
  }
}
.slide_main .arrow-prev::before,
.slide_main .arrow-next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  background-image: url("../img/default/icon_slidearrow_01.svg");
}
.slide_main .arrow-prev {
  left: 10px;
}
@media (max-width: 767px) {
  .slide_main .arrow-prev {
    left: 0px;
  }
}
.slide_main .arrow-next {
  right: 10px;
}
@media (max-width: 767px) {
  .slide_main .arrow-next {
    right: 0px;
  }
}
.slide_main .arrow-next::before {
  transform: scale(-1, 1);
}
#tinymce .slide_main .item:first-child {
  opacity: 1;
  z-index: 1;
  position: inherit;
}

.slide_thumb {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-bottom: 30px;
}
.slide_thumb .item {
  position: relative;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .slide_thumb .item:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
@media (min-width: 768px) {
  .slide_thumb .item.thumbnail-current:hover {
    opacity: 1;
  }
}
.slide_thumb .item.thumbnail-current::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #504C48;
  border-radius: 0;
}
.slide_thumb .item img {
  margin: 0;
}

@media (min-width: 768px) {
  .slide_wrap_horizontal {
    display: flex;
    justify-content: space-between;
  }
  .slide_wrap_horizontal .slide_main {
    flex: 0 0 75%;
  }
  .slide_wrap_horizontal .slide_thumb {
    flex: 0 0 22%;
  }
  .slide_wrap_horizontal .slide_thumb .item {
    flex: 0 0 48%;
    margin-bottom: 4%;
    margin-right: 4%;
  }
  .slide_wrap_horizontal .slide_thumb .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .slide_wrap_horizontal .slide_main {
    margin-bottom: 1%;
  }
  .slide_wrap_horizontal .slide_thumb .item {
    width: 15.8%;
    width: 15.8333333333%;
    max-width: 15.8333333333%;
    margin-right: 1%;
    margin-bottom: 1%;
  }
  .slide_wrap_horizontal .slide_thumb .item:nth-child(6n) {
    margin-right: 0;
  }
}

.slide_wrap_vertical .slide_main {
  margin-bottom: 1%;
}
.slide_wrap_vertical .slide_thumb .item {
  width: 15.8%;
  width: 15.8333333333%;
  max-width: 15.8333333333%;
  margin-right: 1%;
  margin-bottom: 1%;
}
.slide_wrap_vertical .slide_thumb .item:nth-child(6n) {
  margin-right: 0;
}

.point_box {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
}
.columns .point_box:first-child {
  margin-top: 60px;
}
.point_box p {
  margin-bottom: 30px;
}
.point_box p.image {
  margin-top: auto;
  margin-bottom: 0;
}

h4.point_title {
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
h4.point_title .subtext {
  font-size: 2rem;
}

.notice_box {
  align-items: center;
}
.notice_box .notice_title {
  background: #fff;
  border-radius: 6px;
  padding: 25px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .notice_box .notice_title {
    margin-right: 30px;
    flex: 2;
  }
}
@media (max-width: 767px) {
  .notice_box .notice_title {
    margin-bottom: 20px;
  }
}
.notice_box .notice_title h4 {
  color: #504C48;
  display: block;
  position: relative;
  text-align: center;
}
.notice_box .notice_title h4::before {
  position: absolute;
  content: "";
  background: #504C48;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
}
@media (min-width: 768px) {
  .notice_box .notice_title h4 {
    margin-bottom: 0;
  }
}
.notice_box .notice_text ul,
.notice_box .notice_text p {
  width: 100%;
}
.notice_box .notice_text ul:first-child,
.notice_box .notice_text p:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .notice_box .notice_text {
    display: flex;
    flex-wrap: wrap;
    flex: 5;
    align-items: center;
  }
}

.icon_tags {
  padding-top: 2.5em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5em;
}
.icon_tags a {
  background: #f1f1f1;
  border-radius: 3px;
  color: #504C48;
  display: block;
  font-size: 92%;
  line-height: 1.25;
  padding: 0.5em 0.75em;
  text-decoration: none;
}
@media (min-width: 768px) {
  .icon_tags a:hover {
    background: #504C48;
    color: #fff;
  }
}

.entry_search_result_lead {
  display: flex;
  gap: 10px;
  font-size: 88%;
  margin-bottom: 2em;
  margin-top: 2em;
}

.entry_search_result_wrap .entry_title {
  font-size: 20px;
  margin-bottom: 0.35em;
}
@media (min-width: 768px) {
  .entry_search_result_wrap .entry_title {
    font-size: 22px;
  }
}
.entry_search_result_wrap .entry_archive {
  display: flex;
  gap: 20px;
}
.entry_search_result_wrap .entry_archive .entry_content {
  flex: 1 1 auto;
}
.entry_search_result_wrap .entry_archive .entry_thumbnail {
  flex: 0 0 min(20% , 140px);
  width: min(20% , 140px);
}
.entry_search_result_wrap .entry_archive .entry_thumbnail img {
  object-fit: cover;
  aspect-ratio: 1;
  width: 100%;
  max-width: none;
  height: auto;
}
.entry_search_result_wrap .entry_archive .entry {
  font-size: 88%;
}
.entry_search_result_wrap .link {
  font-size: 92%;
}
.entry_search_result_wrap .link::before {
  content: "［ ";
}
.entry_search_result_wrap .link::after {
  content: " ］";
}

.entry_ex_sub {
  gap: 0;
  justify-content: flex-end;
  font-size: 82%;
  margin-top: 10px;
  margin-bottom: 0;
}
.entry_ex_sub .entry_date,
.entry_ex_sub .entry_categories {
  padding-left: 0;
}
.entry_ex_sub .entry_categories::before {
  content: "｜";
}

.splide__arrow {
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  width: auto;
  color: transparent;
  background: transparent;
  color: #e5eeee;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 1;
}

.splide__arrow--prev {
  left: 10px;
  transform: scaleX(-1) translateY(-50%);
}

.splide__arrow--next {
  right: 10px;
  transform: translateY(-50%);
}

.splide__arrow svg {
  fill: currentColor;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-width: 8px;
  height: 40px;
  width: 40px;
  vertical-align: middle;
  opacity: 0.8;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  margin: 0;
  pointer-events: none;
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #504C48;
  transform: scale(1.4);
}

/* FAQ-Minus */
.page_title_wrap {
  overflow: hidden;
  position: relative;
  text-align: left;
  background: #504C48;
  background: url("../img/common/under_title.jpg") no-repeat center/cover;
}
.page_title_wrap:before, .page_title_wrap:after {
  display: none;
}
.page_title_wrap .container {
  display: flex;
  align-items: end;
  justify-content: flex-start;
  height: 300px;
  padding-bottom: 50px;
  width: 1200px;
}
@media (min-width: 768px) {
  .page_title_wrap .container {
    height: 400px;
    padding-bottom: 100px;
  }
}
.page_title_wrap .page_title {
  flex: 1;
  color: #fff;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.25;
  z-index: 1;
}
@media (min-width: 768px) {
  .page_title_wrap .page_title {
    font-size: 36px;
  }
}

.mce-content-body h2,
.mce-content-body h3,
.mce-content-body h4,
.mce-content-body h5,
.mce-content-body .text-large {
  font-weight: 600;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}
.mce-content-body h2 {
  color: #504C48;
  font-size: 24px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1.5em;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .mce-content-body h2 {
    font-size: 32px;
    margin-bottom: 3em;
  }
}
.mce-content-body h3 {
  color: #504C48;
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-top: 4em;
  margin-bottom: 2em;
  position: relative;
  border-top: solid 1px;
  border-bottom: solid 1px;
  padding: 1em 0;
}
@media (min-width: 768px) {
  .mce-content-body h3 {
    font-size: 20px;
  }
}
.mce-content-body h3.aside_title {
  color: #1A1E23;
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #333333;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 1.2rem;
}
.mce-content-body h3.aside_title:after, .mce-content-body h3.aside_title:before {
  display: none;
}
.mce-content-body h3:has(.feature_num) {
  border-top: 0;
  padding-top: 0;
  text-align: left;
}
.mce-content-body h3:has(.feature_num) .feature_num {
  display: block;
  font-family: "Crimson Text", serif;
  font-size: 1.6666666667em;
  font-weight: normal;
}
.mce-content-body h4 {
  color: #504C48;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 2em;
  margin-bottom: 1em;
  position: relative;
  letter-spacing: 0.08em;
  border-bottom: solid 1px;
  padding-bottom: 0.3em;
  padding-left: 1.2em;
  display: flex;
}
.mce-content-body h4:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 100%;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  background: linear-gradient(180deg, #363330 0%, #504948 100%);
}
@media (min-width: 768px) {
  .mce-content-body h4 {
    font-size: 20px;
  }
}
.mce-content-body h5 {
  color: #504C48;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-top: 2em;
  margin-bottom: 1em;
  border: none;
  position: relative;
  padding: 0 0 0 1.2em;
}
.mce-content-body h5:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 24px;
  top: 1px;
  bottom: auto;
  right: auto;
  left: 0;
  margin: auto;
  background: #504C48;
}
@media (min-width: 768px) {
  .mce-content-body h5:before {
    top: 3px;
  }
}
@media (min-width: 768px) {
  .mce-content-body h5 {
    font-size: 20px;
  }
}

.text-large {
  color: #504C48;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .text-large {
    font-size: 24px;
  }
}

/* FAQ-Minus *//*# sourceMappingURL=base.css.map */

.clinic_bnr_list {
  background: #F3F2F1;
  font-feature-settings: 'palt' on;
  padding: 40px 24px;
  margin-bottom: 3em;
}

.clinic_bnr_title {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  border-left: 8px solid #504C48;
  padding-left: 12px;
}
.mce-content-body .clinic_bnr_title {
  margin-bottom: 32px;
}

.clinic_bnr {
  display: flex;
  gap: 32px;
}
.clinic_bnr li {
  flex: 1 1 auto;
  width: 100%;
}
.clinic_bnr a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  border-bottom: 1px solid #504C48;
  padding-bottom: 8px;
  text-decoration: none;
  position: relative;
}
.clinic_bnr a::after {
  position: absolute;
  content: "";
  background: url(../img/common/icon-arrow-r.svg) no-repeat center center / 28px;
  width: 28px;
  height: 5px;
  bottom: 16px;
  right: 8px;
  transition: right .3s;
}
.clinic_bnr a:hover::after {
  right: 3px;
}
.clinic_bnr a .img {
  width: 96px;
  border-radius: 2px;
  overflow: hidden;
}
.clinic_bnr a img {
  transition: scale .3s;
}
.clinic_bnr a:hover img {
  transition: scale .3s;
  scale: 1.1;
  opacity: 1;
}
.clinic_bnr a .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  flex: 1 0 0;
  align-self: stretch;
  padding: 0 8px 13px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.07em;
}
.clinic_bnr a .txt .sub {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 400;
}
@media (max-width: 767px) {
  .clinic_bnr {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .clinic_bnr_list {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 6em;
  }
  .clinic_bnr li {
    max-width: 298px;
  }
  .clinic_bnr a .txt {
    font-size: 20px;
  }
  
}