@charset "UTF-8";
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #333333;
  height: auto !important;
  overflow: hidden;
}

a {
  color: #333333;
}

figure {
  margin: 0;
  text-align: center;
}

p {
  line-height: 1.8;
}
p:first-of-type {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

ol,
ul {
  line-height: 1.8;
  padding: 0 0 0 1.8em;
}

li {
  margin: 0 0 1em;
}
li:last-child {
  margin-bottom: 0;
}

.pc-only {
  display: block;
}
@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

@media (max-width: 767px) {
  .col:not(:last-child) {
    margin-bottom: 30px;
    margin-bottom: 3rem;
  }
}

.row:not(:last-child) {
  margin-bottom: 50px;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .row:not(:last-child) {
    margin-bottom: 40px;
    margin-bottom: 4rem;
  }
}

.bread {
  margin-bottom: 80px;
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .bread {
    margin-bottom: 60px;
    margin-bottom: 6rem;
  }
}
.bread .container {
  padding: 0 20px;
  max-width: 1040px;
}
@media (max-width: 767px) {
  .bread .container {
    padding: 0 4.5%;
    max-width: calc(1000px + 9%);
  }
}
.bread ul {
  list-style: none;
  padding-left: 0;
}
.bread ul > * {
  margin: 0;
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
}
.bread ul > *:not(:last-child) {
  margin-right: 2em;
}
.bread ul > *:not(:last-child):before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 0;
  left: calc(100% + 0.6em);
  right: auto;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bread a {
  text-decoration: none;
}

body:not(.home) main > section > .container {
  padding: 0 20px;
  max-width: 1040px;
}
@media (max-width: 767px) {
  body:not(.home) main > section > .container {
    padding: 0 4.5%;
    max-width: calc(1000px + 6%);
  }
}

.column_main {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .column_main {
    margin-bottom: 60px;
  }
}
.column_main > section > .container {
  max-width: none;
  padding: 0;
}
.column_main > section:not(:last-child) {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .column_main > section:not(:last-child) {
    margin-bottom: 60px;
  }
}

.pager {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.pager .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pager .nav-links > * {
  width: 2em;
  height: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FCF4F9;
  color: #5a100f;
  border: 1px solid #5a100f;
  border-radius: 100px;
  font-weight: bold;
}
.pager .nav-links > *:not(:last-child) {
  margin-right: 0.5em;
}
.pager .nav-links > *.current {
  background: #5a100f;
  color: rgb(197.8516129032, 79.5677419355, 64.9483870968);
}
.pager .nav-links > *.prev {
  position: relative;
}
.pager .nav-links > *.prev:before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #5a100f;
  border-right: 1px solid #5a100f;
  -webkit-transform: translateX(-50%) rotate(222deg);
          transform: translateX(-50%) rotate(222deg);
}
.pager .nav-links > *.next {
  position: relative;
}
.pager .nav-links > *.next:before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #5a100f;
  border-right: 1px solid #5a100f;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

@media (max-width: 767px) {
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col:not(:last-child) {
    margin-bottom: 1em;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure {
    overflow: hidden;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure img {
    float: left;
    width: 32%;
    margin-bottom: 10px;
    vertical-align: middle;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure figcaption {
    float: right;
    width: 66%;
    margin-top: 0;
    vertical-align: middle;
  }
  .sp_image_cols.sp_col2 .col {
    width: 49%;
  }
  .sp_image_cols.sp_col2 .col:nth-child(odd) {
    clear: both;
    float: left;
  }
  .sp_image_cols.sp_col2 .col:nth-child(even) {
    float: right;
  }
  .sp_image_cols.sp_col3 .col {
    float: left;
    width: 32%;
  }
  .sp_image_cols.sp_col3 .col:nth-child(3n+1) {
    clear: both;
    margin-right: 2%;
  }
  .sp_image_cols.sp_col3 .col:nth-child(3n) {
    float: right;
  }
  .sp_image_left {
    overflow: hidden;
  }
  .sp_image_left .col:first-child {
    display: inline-block;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0.5em;
  }
  .sp_image_left .col:last-child {
    float: none;
  }
  .sp_image_right {
    overflow: hidden;
  }
  .sp_image_right .col:first-child {
    display: inline-block;
    float: right;
    width: 32%;
    margin-left: 2%;
    margin-bottom: 0.5em;
  }
  .sp_image_right .col:last-child {
    float: none;
  }
}
.text-center {
  text-align: center;
}

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

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

.lead {
  color: #D47B70;
  font-size: 20px;
  font-size: 2rem;
}

.text-xxlarge {
  font-size: 24px;
  font-size: 2.4rem;
}

.text-xlarge {
  font-size: 20px;
  font-size: 2rem;
}

.text-large {
  font-size: 16px;
  font-size: 1.6rem;
}

.text-small {
  font-size: 12px;
  font-size: 1.2rem;
}

.text-xsmall {
  font-size: 10px;
  font-size: 1rem;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.text-red {
  color: #f00 !important;
}

.text-primary {
  color: #D47B70 !important;
}

@media (max-width: 767px) {
  .sp-hide,
  .pc-only,
  .tablet-only {
    display: none !important;
  }
  .sp-text-center {
    text-align: center;
  }
  .sp-text-left {
    text-align: left;
  }
  .sp-text-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .lead {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .text-xxlarge {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .text-xlarge {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .text-large {
    font-size: 20px;
    font-size: 2rem;
  }
  .text-small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .text-xsmall {
    font-size: 10px;
    font-size: 1rem;
  }
  .pc-hide,
  .sp-only {
    display: none !important;
  }
  .pc-text-center {
    text-align: center;
  }
  .pc-text-left {
    text-align: left;
  }
  .pc-text-right {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tablet-hide {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .tablet-only {
    display: none !important;
  }
}
.arial {
  font-family: "Arial", arial !important;
}

.arial_n {
  font-family: "Arial Narrow", arial !important;
}

.color_pri {
  color: #D47B70;
}

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

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

.m-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.link-tel {
  text-decoration: none;
}
@media (min-width: 768px) {
  .link-tel {
    pointer-events: none;
    cursor: default;
  }
}

body:not(.home) {
  counter-reset: number;
}
body:not(.home) .height_bg > div:not(:last-of-type) {
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  body:not(.home) .height_bg > div:not(:last-of-type) {
    margin-bottom: 1.5em;
  }
}
body:not(.home) .text_box h3 {
  background: #D47B70;
  color: #fff;
  padding: 0.7em 1em;
}
body:not(.home) .text_box h3:after {
  content: none;
}
body:not(.home) ul li,
body:not(.home) ol li {
  margin-bottom: 0.2em;
}
@media (min-width: 768px) {
  body:not(.home) .under_btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  body:not(.home) .under_btns .btn {
    height: 100%;
  }
  body:not(.home) .under_btns a {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body:not(.home) .check {
  list-style: none;
  padding-left: 1.5em;
}
body:not(.home) .check li {
  position: relative;
  padding-left: 1.8em;
}
body:not(.home) .check li::after {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-size: 1em;
  color: #D47B70;
  position: absolute;
  top: 0.02em;
  bottom: auto;
  left: 0;
  right: auto;
  margin: 0 auto;
}
body:not(.home) main > section {
  min-height: 40vh;
}
body:not(.home) .u_highlight {
  background: #FCF4F9;
  padding: 40px 6%;
}
@media (min-width: 768px) {
  body:not(.home) .u_medical_list {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(9, auto);
    gap: 0 20px;
  }
}
body:not(.home) ul.bold li {
  font-weight: 500;
}
body:not(.home) strong.w500 {
  font-weight: 500;
}
body:not(.home) .step h3 {
  padding-left: 0;
}
body:not(.home) .step h3::after {
  content: none;
}
body:not(.home) h2.num_h2 {
  position: relative;
  padding-top: 0;
  background: #D47B70;
  color: #fff;
  padding: 10px 10px 10px 2.5em;
  text-align: left;
  font-size: 24px;
}
@media (max-width: 767px) {
  body:not(.home) h2.num_h2 {
    font-size: 22px;
  }
}
body:not(.home) h2.num_h2::before {
  background-color: #fff;
  border-radius: 50%;
  color: #D47B70;
  content: counter(number);
  counter-increment: number;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1em;
  font-weight: bold;
  height: 1.25em;
  line-height: 1.8em;
  margin-right: 0.2em;
  padding: 3px;
  text-align: center;
  width: 1.25em;
  position: absolute;
  top: 10px;
  left: 10px;
}
body:not(.home) h2.num_h2:after {
  content: none;
}
body:not(.home) h2.num_h2 .sub {
  font-size: 16px;
  line-height: 1.5;
  display: block;
}
body:not(.home) .u_list01 {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  gap: 0.2em 1.5em;
}
body:not(.home) .u_list01 dt {
  font-weight: bold;
}
body:not(.home) .u_list01 > * {
  margin: 0;
}
body:not(.home) .u_list02 {
  padding-left: 0;
}
body:not(.home) .u_list02 li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
body:not(.home) .u_list02 li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #D47B70;
  top: 10px;
  left: 0;
  position: absolute;
}
body:not(.home) .border_box {
  border: solid 1px #D47B70;
  padding: 20px 4%;
}
body:not(.home) .mt10 {
  margin-top: 10px !important;
}

/*----------------------------------------
下層共通
----------------------------------------*/
main img {
  margin-top: 1em;
  width: 100%;
}

.under_pcFlex .col.span_4 {
  padding: 1em;
  background: #fff;
}
.under_pcFlex .col.span_4 img {
  margin-top: 0;
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.under_pcFlex .col.span_4 h3 {
  text-align: center;
}
.under_pcFlex .col.span_4 h3::after {
  content: none;
}

.bg-white {
  padding: clamp(1.5em, 4vw, 5em);
  background: #fff;
}

.yobou_banner,
.shinbi_banner {
  width: 100%;
}

.hightlight {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(20%, #f5ff00));
  background: -webkit-linear-gradient(transparent 80%, #f5ff00 20%);
  background: linear-gradient(transparent 80%, #f5ff00 20%);
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.center {
  text-align: center;
}

.subheading {
  margin: 0;
  background: #ffdcd8;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 16px;
  margin-bottom: 0.5em;
}

.under_list {
  padding-left: 0;
  margin: 0;
}
.under_list li {
  list-style: none;
  position: relative;
  padding-left: 0.9375em;
  line-height: 1.7;
}
.under_list li:not(:last-child) {
  margin-bottom: 6px;
}
.under_list li::before {
  content: "";
  display: block;
  width: 0.375em;
  height: 0.375em;
  background: #D47B70;
  position: absolute;
  top: 0.73em;
  bottom: auto;
  left: 0;
  right: auto;
  border-radius: 50%;
}

.white-bg {
  padding: 1em;
  background: #fff;
  padding-left: 1.5em;
}

@media (max-width: 767px) {
  p {
    text-align: left;
  }
}
.table-price {
  border-collapse: collapse;
  padding: 2px;
  background: #fff;
  border: 1px solid #999;
  width: 100%;
  margin: auto;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .table-price th,
  .table-price td {
    font-size: 12px;
  }
}
.table-price tr {
  border: 1px solid #999;
}
.table-price th {
  background: rgba(255, 248, 242, 0.1);
  padding: 15px 20px;
  border: 1px solid #999;
  text-align: center;
  font-weight: bold;
}
.table-price td {
  border: 1px solid #999;
  padding: 15px 20px;
  vertical-align: middle;
  text-align: right;
}
.table-price.th_left th {
  text-align: left;
}
.table-price small {
  line-height: 1.2;
}

.card {
  width: 288px;
  height: auto;
}

.card__imgframe {
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.card__textbox {
  width: 100%;
  height: auto;
  padding: 20px 18px;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.card__textbox > * + * {
  margin-top: 10px;
}

.card__titletext {
  font-size: 20px;
  font-weight: bold;
  line-height: 125%;
}

.card__overviewtext {
  font-size: 12px;
  line-height: 150%;
}

.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}

/*----------------------------------------
院長スタッフ　staff
----------------------------------------*/
.staff_sec01 {
  margin-top: clamp(30px, 5vw, 120px);
}
.staff_sec01 .wrapper {
  background: rgba(255, 165, 0, 0.1);
  padding: 20px;
}
.staff_sec01 .wrapper li {
  list-style: disc;
}
@media (max-width: 767px) {
  .staff_sec01 .wrapper {
    padding: 20px 6%;
  }
}
.staff_sec01 .table-summary tr:first-child {
  border: none;
}

.table-summary {
  width: 100%;
}
@media (max-width: 767px) {
  .table-summary {
    display: block;
  }
}
@media (max-width: 767px) {
  .table-summary thead,
  .table-summary tbody {
    display: block;
  }
}
@media (max-width: 767px) {
  .table-summary tr {
    border-top: 1px solid rgba(51, 51, 51, 0.2);
    border-bottom: 0;
    padding: 0.8em;
    display: block;
  }
}
.table-summary td,
.table-summary th {
  padding: 0.7em 0.5em;
  text-align: left;
}
@media (max-width: 767px) {
  .table-summary td,
  .table-summary th {
    display: block;
    padding: 0;
  }
}
.table-summary th {
  width: 25%;
  font-weight: bold;
}
@media (max-width: 767px) {
  .table-summary th {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .responsive-stack {
    display: block;
  }
  .responsive-stack thead {
    display: none;
  }
  .responsive-stack tbody,
  .responsive-stack td,
  .responsive-stack th,
  .responsive-stack tr {
    display: block;
  }
  .responsive-stack td,
  .responsive-stack th {
    width: 100% !important;
  }
  .responsive-stack tr:not(:last-child) td,
  .responsive-stack tr:not(:last-child) th {
    border-bottom: 0;
  }
  .responsive-stack tr:last-child :not(:last-child) {
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  .staff_sec02 .row .col {
    margin-bottom: 0;
  }
}
.staff_sec02 .fukidashi-01-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 12px 16px;
  text-align: center;
}
@media (max-width: 565px) {
  .staff_sec02 .fukidashi-01-12 {
    text-align: left;
    padding: 0 0 1em 0;
  }
}
.staff_sec02 .fukidashi-01-12::before {
  content: "";
  width: 30px;
  height: 2px;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #5a100f;
}
@media (max-width: 565px) {
  .staff_sec02 .fukidashi-01-12::before {
    content: none;
  }
}
.staff_sec02 .fukidashi-01-12::after {
  content: "";
  width: 30px;
  height: 2px;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #5a100f;
}
@media (max-width: 565px) {
  .staff_sec02 .fukidashi-01-12::after {
    content: none;
  }
}
.staff_sec02 ul {
  padding-left: 0;
}
.staff_sec02 ul li {
  text-align: right;
}
@media (max-width: 565px) {
  .staff_sec02 ul li {
    text-align: left;
  }
}

/*----------------------------------------
専用ページ　staff_page
----------------------------------------*/
.staff_page .under_list a {
  border-bottom: 1px solid rgba(212, 123, 112, 0.5);
  color: #D47B70;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.staff_page .under_list a:hover {
  opacity: 0.6;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

/*----------------------------------------
当院について（医院紹介）　philosophy
----------------------------------------*/
.philosophy_sec02 ol.count-ex01-2 {
  list-style: none;
  padding-left: 0;
}
.philosophy_sec02 ol.count-ex01-2 > li {
  counter-increment: count-ex01-2;
  position: relative;
  padding: 20px 30px 20px 85px;
  border: 1px solid #d47b70;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.philosophy_sec02 ol.count-ex01-2 > li:before {
  position: absolute;
  content: "0" counter(count-ex01-2);
  display: inline-block;
  background: #5a100f;
  border-radius: 50%;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: white;
  left: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .philosophy_sec03 .table-type1 th {
    width: 30%;
  }
}

/*----------------------------------------
当院について（設備紹介）　facility
----------------------------------------*/
.facility_sec02 ul {
  padding-left: 0;
}

/*----------------------------------------
一般歯科（虫歯） general
----------------------------------------*/
.list_step .list_step_item {
  position: relative;
  padding-bottom: 38px;
}
.list_step .list_step_item::before {
  content: "";
  width: 1px;
  background: #D47B70;
  display: block;
  position: absolute;
  top: 68px;
  left: 30px;
  bottom: 4px;
}
@media (max-width: 767px) {
  .list_step .list_step_item::before {
    top: 54px;
    left: 23px;
    bottom: 4px;
  }
}
.list_step .list_step_item:last-of-type {
  padding-bottom: 0;
}
.list_step .list_step_item:last-of-type::before {
  content: none;
}
.list_step .list_step_num {
  background: #D47B70;
  color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  padding: 10px 0;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.2;
  font-size: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .list_step .list_step_num {
    width: 50px;
    height: 50px;
  }
}
.list_step .list_step_num span {
  display: block;
  font-size: 26px;
  line-height: 1;
}
@media (max-width: 767px) {
  .list_step .list_step_num span {
    font-size: 16px;
  }
}
.list_step .list_step_itm_main {
  padding-left: 86px;
  position: relative;
  padding-top: 8px;
}
@media (max-width: 767px) {
  .list_step .list_step_itm_main {
    padding-left: 62px;
    padding-top: 11px;
  }
}
.list_step .list_step_itm_main h4 {
  color: #333333;
  font-weight: 600;
  padding-left: 0;
  margin-bottom: 20px;
  font-size: 22px;
  border-bottom: 1px dotted #D47B70;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .list_step .list_step_itm_main h4 {
    font-size: 18px;
    width: initial;
  }
}
.list_step .list_step_itm_main h4:before {
  content: none;
}
.list_step .list_step_itm_main img {
  margin-bottom: 16px;
}

.general_sec02 .subheading {
  margin: 0;
  background: #ffdcd8;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 16px;
}
.general_sec02 .example {
  margin: 0;
}
.general_sec02 .hightlight {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(20%, #f5ff00));
  background: -webkit-linear-gradient(transparent 80%, #f5ff00 20%);
  background: linear-gradient(transparent 80%, #f5ff00 20%);
}
.general_sec02 h4::after {
  content: none;
}
@media (max-width: 767px) {
  .general_sec02 .col:not(:last-child) {
    margin-bottom: 0;
    margin-bottom: 0;
  }
}

/*----------------------------------------
歯周病　perio
----------------------------------------*/
.perio_sec01 .center {
  text-align: center;
}
.perio_sec01 .center img {
  display: block;
  margin: 0 auto;
  margin-bottom: 32px;
}

.perio_sec02 {
  background: #fff1e8;
  margin: 0 calc(50% - 50vw);
  padding: 60px calc(50vw - 50% + 8px);
  width: 100vw;
}
.perio_sec02 .wrapper-cont {
  background-color: #fff;
}
.perio_sec02 .wrapper-cont .ttl_background6 {
  font-size: clamp(1.4rem, 4vw, 1.6rem);
  font-weight: bold;
  padding: 0.5em 1em;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #D47B70;
  -webkit-box-shadow: 0 0 0 10px #D47B70;
          box-shadow: 0 0 0 10px #D47B70;
  border-top: 2px dashed #fff;
  border-bottom: 2px dashed #fff;
  margin-bottom: 32px;
  color: #fff;
}
.perio_sec02 img {
  display: block;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .perio_sec03 .col.span_6 {
    margin-bottom: 16px;
  }
}

.perio_sec05 .btn a {
  margin: 0;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .perio_sec05 .btn a {
    margin: 0 auto;
    margin-top: 32px;
  }
}

/*----------------------------------------
歯周外科　periodontalsurgery
----------------------------------------*/
/* ======== # list　=========== */
.u_number_list02 {
  counter-reset: number;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0;
}
.u_number_list02 li {
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  margin-right: 2%;
  padding-bottom: 1em;
  width: 100%;
  gap: 10px;
}
@media (max-width: 767px) {
  .u_number_list02 li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.u_number_list02 li span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.u_number_list02 li .num_title {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .u_number_list02 li .num_title {
    text-align: center;
  }
}
.u_number_list02 li:last-child {
  margin-bottom: 0;
}
.u_number_list02 li::before {
  background-color: #D47B70;
  border-radius: 50%;
  color: #fff;
  content: counter(number);
  counter-increment: number;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1em;
  font-weight: bold;
  height: 1.8em;
  line-height: 1.8em;
  margin-right: 0.2em;
  padding: 3px;
  text-align: center;
  width: 1.8em;
}
@media (min-width: 768px) {
  .u_number_list02 li::before {
    width: 50px;
    min-width: 35px;
    max-width: 35px;
    height: 35px;
  }
}
@media (max-width: 767px) {
  .u_number_list02 li::before {
    margin-inline: auto;
  }
}

.periodontalsurgery_sec01 .row {
  margin-bottom: 10px;
}
.periodontalsurgery_sec01 .hightlight-box {
  background: rgba(180, 32, 30, 0.08);
  padding: 20px 30px;
}

.periodontalsurgery_sec02 {
  background: #fff1e8;
  margin: 0 calc(50% - 50vw);
  padding: 60px calc(50vw - 50% + 8px);
  width: 100vw;
}
.periodontalsurgery_sec02 .u_number_list02 li {
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.periodontalsurgery_sec02 img {
  width: 98%;
  margin-bottom: 16px;
}

.periodontalsurgery_sec03 img {
  margin-bottom: 1em;
}

.bg {
  background: #fff1e8;
  margin: 0 calc(50% - 50vw);
  padding: 60px calc(50vw - 50% + 8px);
  width: 100vw;
}
.bg img {
  width: 100%;
}

/*----------------------------------------
矯正歯科　ortho
----------------------------------------*/
.ortho_sec01 p {
  text-align: center;
}
.ortho_sec01 img {
  display: block;
  margin: 0 auto;
}

.ortho_sec03,
.ortho_sec04,
.ortho_sec10 {
  background: #fff1e8;
  margin: 0 calc(50% - 50vw);
  padding: 60px calc(50vw - 50% + 8px);
  width: 100vw;
}

.ortho_sec06 img {
  width: 100%;
}

.ortho_sec07 {
  background: #fff1e8;
  margin: 0 calc(50% - 50vw);
  padding: 60px calc(50vw - 50% + 8px);
  width: 100vw;
}
.ortho_sec07 .flex img {
  width: 50%;
}
@media (max-width: 767px) {
  .ortho_sec07 .flex img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ortho_sec07 .flex {
    display: block;
  }
}

.ortho_sec08 img {
  width: 100%;
}

/* ===== # point　=========== */
.point {
  position: relative;
  padding: 0.6em 1em;
  background: #5a100f;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  font-weight: 600;
  color: #fff;
  margin: 0 auto 1.5em;
}
.point::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  border: 10px solid transparent;
  border-top: 10px solid #5a100f;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* ===== # 横並び ポイント　=========== */
.box03_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .box03_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.box03_wrap > * {
  width: calc((100% - 30px) / 3 - 1px);
  padding: 40px 20px;
  background-color: #fff0e4;
  border-radius: 16px 0 16px 0;
}
@media (max-width: 767px) {
  .box03_wrap > * {
    width: 100%;
    padding: 8% 4%;
  }
}

/*----------------------------------------
小児矯正　kids_ortho
----------------------------------------*/
.kids_ortho_sec01 .container > img {
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}

.kids_ortho_sec02 .flex {
  margin-left: 0;
  margin-top: 1em;
}

.kids_ortho_sec04 .flex img,
.kids_ortho_sec02 .flex img {
  width: 50%;
}

.kids_ortho_sec04 p {
  margin-top: 1em;
}

/*----------------------------------------
マウスピース矯正 mouthpiece
----------------------------------------*/
.storong {
  font-size: clamp(1.8rem, 4vw, 2rem);
  font-family: serif;
  font-weight: 700;
  color: #d47b70;
}

.cta_txt span {
  font-size: 26px;
  font-weight: 500;
  padding: 30px 0.5rem 0;
  position: relative;
  display: inline-block;
  background: radial-gradient(#f2eded 30%, transparent 30%) repeat-x, -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(212, 123, 112, 0.6392156863))) repeat-x;
  background: -webkit-radial-gradient(#f2eded 30%, transparent 30%) repeat-x, -webkit-linear-gradient(rgba(212, 123, 112, 0.6392156863) 0 100%) repeat-x;
  background: radial-gradient(#f2eded 30%, transparent 30%) repeat-x, linear-gradient(rgba(212, 123, 112, 0.6392156863) 0 100%) repeat-x;
  background-size: 5px 5px, 100% 10px;
  background-position: 0 100%;
  background-repeat: repeat-x;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .cta_txt span:last-of-type {
    padding: 0.2em 0.5rem 0;
  }
}

.sec_mouthpiece02 {
  background: #fff1e8;
  margin: 0 calc(50% - 50vw);
  padding: 60px calc(50vw - 50% + 8px);
  width: 100vw;
}
.sec_mouthpiece02 .campaign_banner {
  margin-bottom: 1em;
}
.sec_mouthpiece02 .table-type3 th {
  width: 30%;
}

.sec_mouthpiece03 h4::after {
  content: none;
}
@media (max-width: 767px) {
  .sec_mouthpiece03 .col:not(:last-child) {
    margin-bottom: 0;
    margin-bottom: 0;
  }
}

.sec_mouthpiece04 {
  background: #fff1e8;
  margin: 0 calc(50% - 50vw);
  padding: 60px calc(50vw - 50% + 8px);
  width: 100vw;
}

/*----------------------------------------
口腔外科　oralsurgery
----------------------------------------*/
.oralsurgery_sec01 .bg-none {
  margin-bottom: 1em;
}
.oralsurgery_sec01 ul.under_list:not(.bg-none) {
  background: #fbebe5;
  padding: 1em;
}

@media (min-width: 768px) {
  .udr_mm_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  .udr_mm_wrap > * {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
@media (max-width: 767px) {
  .udr_mm_wrap > *:not(:last-child) {
    margin-bottom: 30px;
  }
}

.udr_mm {
  background-color: rgba(212, 123, 112, 0.1);
}
.udr_mm .mm_ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 10px 0;
  background-color: #D47B70;
  color: #fff;
  font-weight: 600;
}
.udr_mm ul {
  list-style-type: disc;
  margin: 0;
  padding: 1em 1em 1em 2.5em;
}
.udr_mm ul li {
  padding: 0.3em 0.3em 0.3em 0;
}
@media (max-width: 767px) {
  .udr_mm ul li {
    font-size: 1.4rem;
  }
}
.udr_mm ul li::marker {
  color: #D47B70;
  font-size: 1.1em;
}

.list-3 {
  list-style-type: none;
  padding: 1em;
  border: 2px solid #D47B70;
}

.list-3 li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 5px;
  padding: 0.3em;
}

.list-3 li::before {
  display: inline-block;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #2589d0;
  border-left: 2px solid #2589d0;
  -webkit-transform: rotate(-45deg) translateY(-1.5px);
          transform: rotate(-45deg) translateY(-1.5px);
  content: "";
}

/*----------------------------------------
審美歯科　aesthetic-treatment
----------------------------------------*/
/* ===========　# table-menu04　=========== */
.table-menu04 {
  width: 100%;
  overflow-x: auto;
  /* 横スクロールを有効にする */
  margin-bottom: 20px;
}
.table-menu04 table,
.table-menu04 .note {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid rgba(212, 123, 112, 0.5);
  min-width: 600px;
  /* テーブルが狭くなりすぎないように最小幅を設定 */
}
.table-menu04 th,
.table-menu04 td {
  padding: 12px 15px;
  text-align: left;
  border: 1px solid rgba(212, 123, 112, 0.5);
}
.table-menu04 td {
  background: #fff;
}
.table-menu04 thead {
  background-color: #ffdcd8;
}
.table-menu04 p.note {
  padding: 12px 15px;
  border-top: none;
}
@media (max-width: 600px) {
  .table-menu04 th,
  .table-menu04 td {
    min-width: 250px;
    padding: 2%;
    /*font-size: 12px;*/
  }
}

.aesthetic-treatment_sec03 .flex {
  margin-left: 0;
}
.aesthetic-treatment_sec03 .flex img {
  width: 50%;
}

/*----------------------------------------
ホワイトニング　whitening_sce
----------------------------------------*/
.whitening_sec01 > .container > p:first-of-type {
  margin-bottom: 2.4em;
}
.whitening_sec01 .col img {
  width: 100%;
}

/*----------------------------------------
予防・メンテナンス　yobou
----------------------------------------*/
.yobou_sec02 {
  background: #fff1e8;
  margin: 0 calc(50% - 50vw);
  padding: 60px calc(50vw - 50% + 8px);
  width: 100vw;
}

.yobou_sec03 h4::after {
  content: none;
}

.yobou_sec04 {
  background: #fff1e8;
  margin: 0 calc(50% - 50vw);
  padding: 60px calc(50vw - 50% + 8px);
  width: 100vw;
}
.yobou_sec04 .list-unstyled {
  padding: 0;
}

.yobou_sec05 h4::after {
  content: none;
}

/* ===============================================
# メリット
=============================================== */
.merit_ttl {
  background: #D47B70;
  padding: 1em;
  color: #fff;
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
}
.merit_ttl.demrt {
  background: #333333;
}
.merit_ttl.demrt::before {
  content: none;
}

.de_wrap {
  background-color: rgba(51, 51, 51, 0.1);
  padding: 1em;
}
.de_wrap ul li {
  font-size: 1.6rem;
}

.me_wrap {
  background-color: rgba(212, 123, 112, 0.1);
  padding: 1em;
}

/*----------------------------------------
診療の流れ　flow
----------------------------------------*/
.u_step > div {
  border: 1px solid #D47B70;
}
@media (min-width: 768px) {
  .u_step > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.u_step > div:not(:last-child) {
  position: relative;
  margin-bottom: 50px;
}
.u_step > div:not(:last-child):before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: auto;
  left: 0;
  right: 0;
  bottom: auto;
  margin: 0 auto;
  top: calc(100% + 10px);
  border-top: 3px solid #D47B70;
  border-right: 3px solid #D47B70;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.u_step h3 {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0 !important;
}
.u_step h3:before {
  content: none;
}
.u_step .col {
  padding: 20px 4%;
  margin-bottom: 0;
}
.u_step .col:not(:last-child) {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .u_step .col:not(:first-child) {
    padding: 0px 4% 40px;
  }
}
.u_step .col:first-child {
  padding: 16px 1%;
}
@media (min-width: 768px) {
  .u_step .col:first-child {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .u_step .col:first-child {
    padding: 4%;
  }
}

.flow_sec01 h3::after {
  content: none;
}
.flow_sec01 .subheading {
  font-size: 1.5rem;
  margin-bottom: 3px;
}
.flow_sec01 .example {
  margin-top: 0;
  font-size: 1.5rem;
}
.flow_sec01 .supplement {
  margin-top: 16px;
}
.flow_sec01 .row img {
  display: block;
  width: 100%;
}

/*----------------------------------------
よくある質問　faq
----------------------------------------*/
.faq_sec:nth-child(odd) {
  background: #fff1e8;
  margin: 0 calc(50% - 50vw);
  padding: 60px calc(50vw - 50% + 8px);
  width: 100vw;
}

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

.faq_sec .container {
  position: relative;
  margin: 3rem;
  padding: 2rem 4rem;
}
.faq_sec .container h2 {
  text-align: center;
}
.faq_sec .qa-container {
  text-align: justify;
  margin-bottom: 0.5rem;
}
.faq_sec .qa-container label {
  display: block;
  position: relative;
  background: #5a100f;
  padding: 1rem 2.5rem 1rem 0.5rem;
  cursor: pointer;
  color: #fff;
}
.faq_sec .qa-container label:after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-right: solid 2px #ccc;
  border-bottom: solid 2px #ccc;
  -webkit-transform: rotate(45deg) translate(100%, 100%);
          transform: rotate(45deg) translate(100%, 100%);
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0.5rem;
  margin-right: 1rem;
}
.faq_sec .qa-container input:checked ~ label:after {
  -webkit-transform: rotate(-135deg) translate(-100%, -100%);
          transform: rotate(-135deg) translate(-100%, -100%);
  margin-top: 0.75rem;
}
.faq_sec .qa-container input {
  display: none;
}
.faq_sec .qa-container p {
  height: 0px;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease, opacity 0.3s ease;
  transition: height 0.3s ease, opacity 0.3s ease;
  margin: 0 0.5rem;
}
@media (max-width: 600px) {
  .faq_sec .container {
    margin: 0;
    padding: 2rem 1rem;
  }
}

/*----------------------------------------
アクセス　access
----------------------------------------*/
.access_sec02 p {
  margin: 0;
}
.access_sec02 p:nth-child(even) {
  margin-bottom: 16px;
}
.access_sec02 .way {
  border-bottom: 1px solid #D47B70;
  color: #D47B70;
}
@media (max-width: 767px) {
  .access_sec02 .map iframe {
    height: 300px;
  }
}

.access_sec03 .tel {
  font-size: 2rem;
}
.access_sec03 .tel a {
  font-size: 2.4rem;
  color: #D47B70;
  border-bottom: 1px solid #D47B70;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.access_sec03 .tel a:hover {
  color: rgba(212, 123, 112, 0.7);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

/*----------------------------------------
お問い合わせ　contact
----------------------------------------*/
.inquiry fieldset {
  background: rgba(255, 165, 0, 0.1);
  margin: 0;
  padding: 20px 10px;
  border: 0;
}
.inquiry fieldset .row {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .inquiry fieldset .row {
    margin-bottom: 40px;
  }
}
.inquiry dl {
  margin: 0;
  padding: 0;
}
.inquiry dt {
  font-weight: bold;
}
.inquiry dt.col:not(:last-child) {
  margin-bottom: 1em;
}
.inquiry dt p {
  position: relative;
}
.inquiry dd {
  margin: 0;
  padding: 0;
}
.inquiry dd:last-child {
  padding-bottom: 0;
}
.inquiry dd p {
  padding-top: 0.5rem;
}
.inquiry dd .confirm {
  padding: 0 0 1em 1em;
  border-bottom: 1px dashed #ccc;
}
.inquiry input[type=text],
.inquiry input[type=url],
.inquiry input[type=email],
.inquiry input[type=tel],
.inquiry input[type=date],
.inquiry input[type=number],
.inquiry select,
.inquiry textarea {
  width: 100%;
  padding: 15px 20px;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
}
.inquiry input[type=file] {
  border: 0;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .inquiry input[type=file] {
    margin-bottom: 10px;
  }
}
.inquiry input[type=number] {
  width: 65px;
  text-align: center;
}
.inquiry input[type=file] {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.inquiry input.p-postal-code {
  width: 100%;
}
.inquiry input.p-region {
  width: 100px;
}
.inquiry input.p-locality {
  width: 280px;
  margin-bottom: 16px;
}
.inquiry input.p-street-address {
  width: 100%;
  margin-bottom: 16px;
}
.inquiry input.p-extended-address {
  width: 100%;
}
.inquiry .submit {
  display: block;
  overflow: hidden;
  margin: 1em auto;
  text-align: center;
}
.inquiry .submit .button,
.inquiry .submit .wpcf7-submit {
  display: block;
  margin: 0 auto 10px;
  padding: 1em 1em;
  border-radius: 0;
  max-width: 280px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  background-color: #5a100f;
}
.inquiry .submit .button:hover,
.inquiry .submit .wpcf7-submit:hover {
  border: 1px solid #D47B70;
  background: #D47B70;
}
.inquiry .wpcf7-spinner {
  display: block;
  margin: 0 auto;
}

.required {
  color: rgb(197.8516129032, 79.5677419355, 64.9483870968);
  padding: 1px 6px;
  font-size: 12px;
  margin-top: 0.3rem;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

label {
  display: block;
  margin-bottom: 0.5em;
}

.cont_txt {
  line-height: 1.5;
}

@media (min-width: 768px) {
  .inquiry {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .inquiry fieldset {
    margin: 0;
    padding: 60px;
    border: 0;
  }
  .inquiry dt {
    clear: both;
    padding-top: 25px;
  }
  .inquiry dd {
    padding: 15px 0;
  }
  .inquiry dd .confirm {
    min-height: 1.5em;
    padding: 6px 0 0;
    border: 0;
    line-height: 1.4;
  }
  .inquiry input,
  .inquiry textarea {
    border: solid 1px #ccc;
  }
  .inquiry select {
    border: 1px solid #ccc;
  }
  .inquiry input[type=text],
  .inquiry input[type=url],
  .inquiry input[type=email],
  .inquiry input[type=tel],
  .inquiry input[type=date],
  .inquiry input[type=text],
  .inquiry select {
    width: 60%;
  }
  .inquiry input[type=number] {
    width: 65px;
  }
  .inquiry input.p-postal-code {
    width: 135px;
  }
  .inquiry input.p-region {
    width: 100px;
  }
  .inquiry input.p-locality {
    width: 280px;
    margin-bottom: 16px;
  }
  .inquiry input.p-street-address {
    width: 100%;
    margin-bottom: 16px;
  }
  .inquiry input.p-extended-address {
    width: 100%;
  }
  .inquiry textarea {
    width: 100%;
  }
  .inquiry .submit {
    margin: 20px 0 0;
  }
  .inquiry label {
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 0;
    margin-right: 0.8em;
  }
  .gutters .inquiry dt.col {
    margin-left: 0;
  }
}
input.wide_area,
select.wide_area {
  width: 100% !important;
}

span.wpcf7-form-control.wpcf7-radio.category {
  display: grid;
}

.contact_sec .note {
  margin-bottom: 16px;
}

/*----------------------------------------
求人　recruit
----------------------------------------*/
.recruit_sec01 .u_number_list02 {
  counter-reset: number;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0;
}
.recruit_sec01 .u_number_list02 li {
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  margin-right: 2%;
  padding-bottom: 1em;
  width: 100%;
  gap: 10px;
}
@media (max-width: 767px) {
  .recruit_sec01 .u_number_list02 li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.recruit_sec01 .u_number_list02 li span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.recruit_sec01 .u_number_list02 li .num_title {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .recruit_sec01 .u_number_list02 li .num_title {
    text-align: center;
  }
}
.recruit_sec01 .u_number_list02 li:last-child {
  margin-bottom: 0;
}
.recruit_sec01 .u_number_list02 li::before {
  background-color: #D47B70;
  border-radius: 50%;
  color: #fff;
  content: counter(number);
  counter-increment: number;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1em;
  font-weight: bold;
  height: 1.8em;
  line-height: 1.8em;
  margin-right: 0.2em;
  padding: 3px;
  text-align: center;
  width: 1.8em;
}
@media (min-width: 768px) {
  .recruit_sec01 .u_number_list02 li::before {
    width: 50px;
    min-width: 35px;
    max-width: 35px;
    height: 35px;
  }
}
@media (max-width: 767px) {
  .recruit_sec01 .u_number_list02 li::before {
    margin-inline: auto;
  }
}

.recruit_sec02 .table-type1 th {
  width: 20%;
}
@media (max-width: 767px) {
  .recruit_sec02 .table-type1 th {
    width: 30%;
  }
}

.recruit_sec03 .time-schedule {
  list-style: none;
  margin: 0 auto 0 6em;
  padding-left: 20px;
  border-left: 6px solid #D47B70;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.recruit_sec03 .time-schedule li:not(:last-child) {
  margin-bottom: 1em;
}
.recruit_sec03 .time-schedule span.time {
  width: 5em;
  display: inline-block;
  margin-left: -8em;
  padding: 0 0 5px;
  margin-top: 15px;
  vertical-align: top;
  position: relative;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.recruit_sec03 .time-schedule span.time::after {
  content: "";
  position: absolute;
  right: -35px;
  top: 5px;
  background: #D47B70;
  width: 20px;
  height: 20px;
  border-radius: 10px;
}
.recruit_sec03 .time-schedule .sch_box {
  display: inline-block;
  width: 100%;
  margin-left: 30px;
  padding: 15px 10px 15px 10px;
  vertical-align: middle;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
}

.recruit_sec04 .hiring-bonus-banner {
  margin-bottom: 1em;
}

/*----------------------------------------
求人フォーム　recruit_foam
----------------------------------------*/
@media (max-width: 767px) {
  .recruit_foam .container {
    padding: 0 4.5%;
    max-width: calc(1000px + 6%);
  }
}
.recruit_foam .submit {
  margin-bottom: clamp(30px, 5vw, 120px);
}

.wpcf7 input[type=date] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .wpcf7 input[type=date] {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .wpcf7-form-control-wrap {
    display: block;
  }
}
/*----------------------------------------
20250617　見出し修正
----------------------------------------*/
@media (min-width: 768px) {
  .under_pcFlex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

h3.under_h3_none {
  padding-left: 0;
}
h3.under_h3_none::after {
  content: none;
}

/*----------------------------------------
お知らせ一覧
----------------------------------------*/
body:not(.home) main > section.archive-list,
body:not(.home) main > section.single-wrap {
  min-height: unset;
}

.single-wrap .container .post-area {
  background: rgba(255, 165, 0, 0.1);
}

.archive-list {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .archive-list {
    margin-bottom: 80px;
  }
}
.archive-list dl {
  margin-top: 0;
}
@media (min-width: 768px) {
  .archive-list dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.archive-list dt,
.archive-list dd {
  padding: 1.2em 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
@media (min-width: 768px) {
  .archive-list dt:first-of-type,
  .archive-list dd:first-of-type {
    border-top: 1px solid rgba(51, 51, 51, 0.2);
  }
}
@media (min-width: 768px) {
  .archive-list dt {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .archive-list dt {
    border-bottom: 0;
    padding-bottom: 0.6em;
    border-top: 1px solid rgba(51, 51, 51, 0.2);
  }
}
.archive-list dd {
  margin: 0;
}
@media (min-width: 768px) {
  .archive-list dd {
    width: calc(100% - 150px);
  }
}
@media (max-width: 767px) {
  .archive-list dd {
    border-top: 0;
    padding-top: 0;
  }
}

.single-wrap {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .single-wrap {
    margin-bottom: 80px;
  }
}
.single-wrap .date {
  margin-bottom: 20px;
}
.single-wrap .post-area {
  background: #FCF4F9;
  padding: 60px 6%;
}
@media (max-width: 767px) {
  .single-wrap .post-area {
    padding: 30px 6%;
  }
}

/*==================================================
アコーディオンのためのcss
===================================*/
.qa {
  /*アコーディオン全体*/
  /*アコーディオンタイトル*/
  /*アイコンの＋と×*/
  /*　closeというクラスがついたら形状変化　*/
  /*アコーディオンで現れるエリア*/
}
.qa .qa-area {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  counter-reset: number 0;
}
.qa .qa-area li {
  border: 1px solid rgba(255, 248, 242, 0.5);
  border-radius: 4px;
  background: rgba(255, 248, 242, 0.07);
}
.qa .title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-weight: normal;
  padding: 20px 60px 20px calc(26px + 2.8em);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0;
  min-height: 4.8em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .qa .title {
    font-size: 17px;
    font-size: 1.7rem;
    padding: 16px 60px 16px calc(22px + 2.2em);
  }
}
.qa .title {
  color: #333333;
}
.qa .title::after {
  content: "+";
  position: absolute;
  width: 1em;
  height: 1em;
  background: transparent;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0;
  right: 20px;
  left: auto;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  bottom: 0;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  margin: auto;
  display: inline-block;
  font-size: 1.5em;
  text-indent: 0.15em;
  line-height: 0.9em;
}
.qa .title:before {
  font-weight: bold;
  width: 2.2em;
  border-radius: 4px;
  height: 1.2em;
  font-size: 1.2em;
  position: static;
  display: inline-block;
  margin-right: 0.7em;
  line-height: 1.2em;
  color: #fff;
  letter-spacing: 0.15em;
  counter-increment: number 1;
  content: "Q" counter(number);
  position: absolute;
  top: calc(20px + 0.45em);
  left: 28px;
  color: #FFF8F2;
  bottom: auto;
  margin: 0 auto;
  background: transparent;
}
@media (max-width: 767px) {
  .qa .title:before {
    top: calc(16px + 0.05em);
    left: 18px;
  }
}
.qa .title.close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.qa .box {
  display: none;
  /*はじめは非表示*/
  background: #FCF4F9;
  margin: 0 20px 20px;
  padding: 20px;
  border-radius: 4px;
  position: relative;
}

.highlight_ttl > h2,
.highlight_ttl h3,
.highlight_ttl h4 {
  background: #FCF4F9;
  border-radius: 4px;
  padding: 1em;
  color: #333333;
}
.highlight_ttl > h2:before, .highlight_ttl > h2:after,
.highlight_ttl h3:before,
.highlight_ttl h3:after,
.highlight_ttl h4:before,
.highlight_ttl h4:after {
  content: none;
}

.step > div {
  border: 1px solid #FFF8F2;
}
@media (min-width: 768px) {
  .step > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.step > div:not(:last-child) {
  position: relative;
  margin-bottom: 50px;
}
.step > div:not(:last-child):before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: auto;
  left: 0;
  right: 0;
  bottom: auto;
  margin: 0 auto;
  top: calc(100% + 10px);
  border-top: 3px solid #FFF8F2;
  border-right: 3px solid #FFF8F2;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.step h3 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
}
.step h3:before {
  content: none;
}
.step .col {
  padding: 1em 1.5em;
  margin: 0;
}
@media (max-width: 767px) {
  .step .col {
    padding: 1em 0.5em;
  }
}
.step .col:first-child {
  background: #FFF8F2;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  margin-bottom: 0;
}

.btn {
  display: block;
  margin: auto;
}
.btn a {
  display: block;
  border: 1px solid #5a100f;
  color: #fff;
  background: #5a100f;
  padding: 1.14em 0;
  margin: 0 auto 1px;
  max-width: 280px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-top: 32px;
}
.btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -1px;
  margin: auto;
  width: 20px;
  height: 1px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #fff;
}
.btn a:hover {
  background: rgb(197.8516129032, 79.5677419355, 64.9483870968);
  border-color: rgb(197.8516129032, 79.5677419355, 64.9483870968);
}

body.scroll-prevent {
  width: 100%;
  height: auto !important;
  overflow: hidden;
}

header {
  background: #fff;
  position: relative;
  z-index: 1000;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
header.active {
  position: fixed;
  left: 0;
  z-index: 102;
  width: 100%;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-box-shadow: 0 0px 10px rgba(51, 51, 51, 0.08);
          box-shadow: 0 0px 10px rgba(51, 51, 51, 0.08);
}
@media (min-width: 1024px) {
  header.active .header_info_wrap {
    top: 0px;
  }
  header.active .header_info_wrap .header_info {
    top: 5px;
  }
  header.active .title {
    padding: 30px 0;
    min-height: auto;
  }
  header.active .gnav {
    padding-bottom: 10px;
  }
}
header .title {
  margin: 0;
  font-size: 0;
}
@media (min-width: 1024px) {
  header .title {
    min-height: 120px;
    padding: 22px 0;
  }
}
@media (max-width: 1023px) {
  header .title {
    padding: 16px 0;
  }
}
header .title a {
  display: inline-block;
}
header .title a img {
  width: 330px;
  height: 80px;
}
@media (max-width: 999px) {
  header .title a img {
    width: 230px;
    height: auto;
  }
}
@media (max-width: 1023px) {
  header .title a img {
    width: 200px;
    height: auto;
  }
}
header .header_info_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  header .header_info_wrap {
    display: none;
  }
}
header .header_info_wrap .header_info {
  text-align: right;
  position: absolute;
  top: 30px;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
header .header_info_wrap .header_info > *:not(:last-child) {
  margin-right: 30px;
}
header .header_info_wrap .header_info .header_info_text > * {
  margin: 0;
}
header .header_info_wrap .header_info .header_info_text > *:not(:last-child) {
  margin-bottom: 8px;
}
header .header_info_wrap .header_info .tel {
  font-weight: bold;
  color: #D47B70;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
}
header .header_info_wrap .header_info .tel a {
  color: #D47B70;
  padding-left: 32px;
  position: relative;
}
header .header_info_wrap .btn {
  min-width: 162px;
}
header .header_info_wrap .btn a {
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.67em 0.3em;
  line-height: 1;
  margin-top: 0;
}
header .sp_header_info_wrap {
  position: absolute;
  top: 50%;
  left: auto;
  right: calc(30px + 4.5%);
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
  display: none;
}
@media (max-width: 1023px) {
  header .sp_header_info_wrap {
    display: block;
  }
}
header .sp_header_info_wrap .header_info {
  text-align: right;
}
header .sp_header_info_wrap .icon {
  max-width: 40px;
}
header .sp_header_info_wrap .icon a {
  display: block;
  font-size: 0;
}
header .sp_header_info_wrap .icon img {
  width: 100%;
}
@media (max-width: 1023px) {
  header .btn-gnavi {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 100;
    bottom: auto;
    right: 4.5%;
    margin: 0 auto;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    overflow: hidden;
    z-index: 1001;
  }
  header .btn-gnavi:after, header .btn-gnavi:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 4px;
    background: #D47B70;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  header .btn-gnavi:before {
    top: 0;
  }
  header .btn-gnavi:after {
    bottom: 0;
  }
  header .btn-gnavi span {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 4px;
    background: #D47B70;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  header .btn-gnavi.close:not(.fix) {
    background: none;
  }
  header .btn-gnavi.close:not(.fix):before {
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(45deg);
            transform: translate(0, -50%) rotate(45deg);
    background: #fff;
  }
  header .btn-gnavi.close:not(.fix):after {
    bottom: 50%;
    -webkit-transform: translate(0, 50%) rotate(-45deg);
            transform: translate(0, 50%) rotate(-45deg);
    background: #fff;
  }
  header .btn-gnavi.close:not(.fix) span {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
}
header .black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100;
}
header.menu_open .gnav {
  right: 0;
}
header.menu_open .black-bg {
  opacity: 0.3;
  visibility: visible;
}
header .btn-gnavi {
  display: none;
}
@media (max-width: 1023px) {
  header .btn-gnavi {
    display: block;
  }
}
@media (min-width: 1024px) {
  header .gnav {
    padding: 0 0 0.3em;
  }
}
@media (max-width: 1023px) {
  header .gnav {
    position: fixed;
    right: -100%;
    top: 0;
    width: 85%;
    height: 100vh;
    background-color: #D47B70;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1001;
    overflow-y: auto;
    padding-right: 0;
    padding: 100px 4%;
  }
}
header .gnav > ul {
  margin: 0;
  list-style: none;
  padding-left: 0;
}
header .gnav > ul > li {
  display: inline-block;
  margin: 0;
}
@media (max-width: 1023px) {
  header .gnav > ul > li {
    background: rgba(212, 123, 112, 0.97);
    display: block;
    padding: 0;
    background: transparent;
  }
  header .gnav > ul > li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
header .gnav > ul > li a {
  text-decoration: none;
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0.04em;
  padding: 0.3em 0.625em;
}
@media (max-width: 1100px) {
  header .gnav > ul > li a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 1023px) {
  header .gnav > ul > li a {
    color: #fff;
    text-align: left;
    font-size: 1.4rem;
    display: block;
    font-weight: 500;
    padding: 0.4em 1.5em;
  }
}
header .gnav > ul > li.has_under {
  position: relative;
}
header .gnav > ul > li.has_under > a {
  padding-right: 1.5em;
}
@media (max-width: 1023px) {
  header .gnav > ul > li.has_under > a {
    position: relative;
  }
}
header .gnav > ul > li.has_under > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6%;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(135deg);
          transform: translate(0, -50%) rotate(135deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 6px;
  height: 6px;
}
@media (max-width: 1023px) {
  header .gnav > ul > li.has_under > a:after {
    border-color: #fff;
    right: 11%;
  }
}
header .gnav > ul > li.has_under > a.menu_under_open:after {
  -webkit-transform: translate(0, 0) rotate(-45deg);
          transform: translate(0, 0) rotate(-45deg);
}
header .gnav > ul > li.has_under > ul {
  margin: 0;
  padding: 0;
  display: none;
  background: transparent;
  list-style: none;
}
@media (min-width: 1024px) {
  header .gnav > ul > li.has_under > ul {
    position: absolute;
    min-width: 230px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 100%;
    letter-spacing: -0.4em;
    z-index: 52;
  }
}
header .gnav > ul > li.has_under > ul > li {
  padding: 0;
  margin: 0;
}
header .gnav > ul > li.has_under > ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 1023px) {
  header .gnav > ul > li.has_under > ul > li {
    background: rgb(204.9258064516, 101.2838709677, 88.4741935484);
  }
  header .gnav > ul > li.has_under > ul > li:first-of-type {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  header .gnav > ul > li.has_under > ul > li.care_bg {
    background: #f9be48;
  }
}
header .gnav > ul > li.has_under > ul a {
  display: block;
  text-align: left;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow-wrap: break-word;
}
@media (max-width: 1023px) {
  header .gnav > ul > li.has_under > ul a {
    background: transparent;
    color: #333333;
    padding: 0.5em 6% 0.5em 10%;
    color: #fff;
  }
}
@media (min-width: 1024px) {
  header .gnav > ul > li.has_under > ul a {
    padding: 1em 20px;
    position: relative;
  }
  header .gnav > ul > li.has_under > ul a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: translate(0, -50%) rotate(45deg);
            transform: translate(0, -50%) rotate(45deg);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    width: 6px;
    height: 6px;
  }
  header .gnav > ul > li.has_under > ul a:hover {
    background: rgba(200.2096774194, 86.8064516129, 72.7903225806, 0.97);
  }
}
header .header-inner > .container {
  max-width: none;
  padding: 0 10px;
}
header .header_info_wrap {
  right: 6%;
}
@media (min-width: 1024px) {
  header .gnav {
    position: relative;
    padding: 14px 0;
  }
  header .gnav:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    left: -300%;
    right: -300%;
    bottom: 0;
    top: 0;
    margin: auto;
    background: #5a100f;
    position: absolute;
    z-index: -1;
  }
}
@media (min-width: 1024px) {
  header .gnav ul {
    text-align: center;
  }
}
header .hdr-ttl-wrap {
  position: relative;
  z-index: 1;
}
header .hdr-ttl-wrap:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #D47B70;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -300%;
  right: -300%;
  margin: auto;
  z-index: -1;
}
header .hdr-ttl-wrap .hdr-ttl {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding: 0.4em 0;
  margin: 0;
}
header .header-inner {
  position: relative;
}

@media (min-width: 1024px) {
  header .gnav > ul > li.has_under {
    position: relative;
    position: static;
  }
  header .gnav > ul > li.has_under > ul > li {
    padding: 0;
    margin: 0;
    width: 25%;
    display: inline-block;
  }
  header .gnav > ul > li.has_under > ul {
    text-align: left;
    background: #D47B70;
    padding: 20px 10% 20px 10%;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  header .gnav > ul > li.has_under > ul > li:not(:last-child) {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .mv-pc-only {
    display: none !important;
  }
}

.mv-sp-only {
  display: none !important;
}
@media (max-width: 767px) {
  .mv-sp-only {
    display: block !important;
  }
}

.mv .mv-inner {
  position: relative;
}
.mv .slick {
  margin: auto;
  overflow: hidden;
  padding-left: 0;
  position: relative;
  height: 700px;
}
@media (max-width: 999px) {
  .mv .slick {
    height: 0;
    padding-top: 70%;
  }
}
@media (max-width: 767px) {
  .mv .slick {
    padding-top: 100%;
  }
}
.mv .slick .slick-list {
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0%;
  margin: auto;
  position: absolute;
}
.mv .slick .slick-list .slick-track {
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0%;
  margin: auto;
  position: absolute;
}
.mv .slick li {
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0%;
  margin: auto;
  position: absolute;
}
.mv .slick li > img {
  position: absolute;
  top: 0;
  left: -300%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: -300%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv .mv-copy {
  position: absolute;
  top: 0;
  padding-left: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  list-style: none;
  z-index: 1;
  margin: auto;
}
.mv .mv-copy img {
  max-width: 830px;
  top: auto;
  left: 6.25%;
  right: auto;
  bottom: 12%;
  position: absolute;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 999px) {
  .mv .mv-copy img {
    max-width: none;
    width: 83%;
  }
}
@media (max-width: 767px) {
  .mv .mv-copy img {
    width: 80%;
    bottom: 6.1333333333%;
    left: 2.1354166667%;
    right: auto;
  }
}

footer {
  position: relative;
}
footer #top-ftrInfo {
  margin-bottom: 0;
  z-index: 101;
  width: 100%;
  background: rgba(212, 123, 112, 0.96);
}
footer #top-ftrInfo .pc-only {
  display: inline;
}
@media (max-width: 767px) {
  footer #top-ftrInfo .pc-only {
    display: none;
  }
}
footer #top-ftrInfo .sp-only {
  display: none;
}
@media (max-width: 767px) {
  footer #top-ftrInfo .sp-only {
    display: inline;
  }
}
footer #top-ftrInfo .pagetop {
  position: absolute;
  bottom: 100%;
  right: 5%;
  z-index: 100;
  margin: 0 auto;
}
footer #top-ftrInfo .pagetop a {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  background: #D47B70;
}
@media (min-width: 768px) {
  footer #top-ftrInfo .pagetop a {
    width: 70px;
    height: 70px;
  }
}
footer #top-ftrInfo .pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 14px 9px;
  border-color: transparent transparent #ffffff transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  footer #top-ftrInfo .pagetop a:after {
    border-width: 0 5px 8px 5px;
  }
}
footer #top-ftrInfo .container {
  margin-top: 0;
  padding: 30px 10px;
  max-width: 1000px;
}
@media (max-width: 767px) {
  footer #top-ftrInfo .container {
    padding: 6px;
  }
}
footer #top-ftrInfo .link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
footer #top-ftrInfo .link-wrap > *:not(:last-child) {
  margin-right: 3%;
}
@media (max-width: 767px) {
  footer #top-ftrInfo .link-wrap > *:not(:last-child) {
    margin-right: 5px;
  }
}
footer #top-ftrInfo .link {
  width: 100%;
}
footer #top-ftrInfo .link a {
  padding: 10px 50px;
  text-align: center;
  position: relative;
  display: grid;
  grid-template-rows: 1fr auto;
  place-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  font-weight: 500;
  color: #D47B70;
  border: 1px solid #fff;
  text-decoration: none;
  position: relative;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  footer #top-ftrInfo .link a {
    padding: 8px 6px;
    grid-template-rows: 30px 1fr;
  }
}
footer #top-ftrInfo .link a:hover {
  background: rgb(244.8, 244.8, 244.8);
}
@media (max-width: 767px) {
  footer #top-ftrInfo .link.out-link .link-text {
    margin-top: 4px;
    position: relative;
  }
}
footer #top-ftrInfo .link .out-link-img {
  display: block;
  width: 9px;
  height: 8px;
  position: absolute;
  top: 0;
  left: auto;
  right: 15px;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  footer #top-ftrInfo .link .out-link-img {
    right: 0;
  }
}
footer #top-ftrInfo p {
  line-height: 1.2;
}
@media (max-width: 767px) {
  footer #top-ftrInfo p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
footer #top-ftrInfo .tel {
  line-height: 1;
  margin: 4px 0 0;
  font-size: 18px;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  footer #top-ftrInfo .tel {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  footer #top-ftrInfo .icon {
    max-width: 30px;
    position: absolute;
    top: 50%;
    left: 10px;
    right: auto;
    bottom: auto;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
footer #top-ftrInfo .icon img {
  width: 100%;
}
@media (max-width: 767px) {
  footer #top-ftrInfo .icon img {
    max-width: 26px;
  }
}
footer #top-ftrInfo .link-text {
  margin: 0;
}
footer > .footer {
  background: #fff;
  color: #333333;
}
footer > .footer .container {
  max-width: none;
}
@media (min-width: 768px) {
  footer .nav {
    padding: 10px 0;
  }
}
footer .nav ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
  margin: 0;
}
footer .nav ul li {
  margin: 0;
  display: inline-block;
  color: #333333;
}
@media (min-width: 768px) {
  footer .nav ul li:not(:last-child) {
    border-right: 1px solid rgba(51, 51, 51, 0.3);
  }
}
@media (max-width: 767px) {
  footer .nav ul li {
    display: block;
  }
  footer .nav ul li:not(:last-child) {
    border-bottom: 1px solid rgba(51, 51, 51, 0.4);
  }
}
footer .nav ul li a {
  padding: 0em 0.8em;
  line-height: 1.2857142857;
  color: #333333;
  text-decoration: none;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  footer .nav ul li a {
    padding: 1em 1.5em;
  }
}
footer .copyright {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 16px 0;
  position: relative;
}
@media (min-width: 768px) {
  footer .copyright {
    border-top: 1px solid rgba(51, 51, 51, 0.3);
  }
}
@media (max-width: 767px) {
  footer .copyright {
    padding: 14px 0;
  }
}

table {
  margin: 0 auto;
  border-spacing: 0;
  width: 100%;
  border-collapse: collapse;
}
table td,
table th {
  padding: 0.7em 0.5em;
  word-break: break-all;
}
table th {
  text-align: center;
  font-weight: normal;
}
table.table-typeC thead {
  background: #D47B70;
}
table.table-typeC tbody {
  color: #333333;
}
table .tb {
  position: relative;
}
table .tb:after {
  content: "";
  display: inline-block;
}
table .tb.td-circle-s:after {
  width: 1.3em;
  height: 1.3em;
  background: #D47B70;
  border-radius: 500px;
}
table .tb.td-slash:after {
  background: #D47B70;
  width: 1.5em;
  height: 1px;
  -webkit-transform: rotate(-50deg) translate(0.4em, -0.2em);
          transform: rotate(-50deg) translate(0.4em, -0.2em);
}
table .tb.td-triangle:after {
  width: 0;
  height: 0;
  border-left: 0.65em solid transparent;
  border-right: 0.65em solid transparent;
  border-bottom: 1.3em solid #D47B70;
}

.table-type1 {
  width: 100%;
}
.table-type1 td,
.table-type1 th {
  border: 1px solid #d47b70;
}
.table-type1 th {
  background: #d47b70;
  color: #fff;
  text-align: left;
}
.table-type1 td {
  background: #fff;
}
.table-type1 tr:not(:last-of-type) th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.table-type2 {
  width: 100%;
}
.table-type2 tr:last-of-type td,
.table-type2 tr:last-of-type th {
  border-bottom: 1px solid #d47b70;
}
.table-type2 td,
.table-type2 th {
  padding: 0.7em 1em;
  border-top: 1px solid #d47b70;
}
@media (max-width: 767px) {
  .table-type2 td,
  .table-type2 th {
    padding: 0.7em 0.3em;
  }
}
.table-type2 th {
  text-align: left;
}
.table-type2 td:last-child {
  text-align: right;
}

.table-type3 {
  width: 100%;
}
.table-type3 td,
.table-type3 th {
  border: 1px solid #d47b70;
  padding: 0.7em 1em;
  text-align: center;
}
@media (max-width: 767px) {
  .table-type3 td,
  .table-type3 th {
    padding: 0.7em 0.3em;
  }
}
@media (max-width: 400px) {
  .table-type3 td,
  .table-type3 th {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.table-type3 thead th {
  background: #d47b70;
  color: #fff;
}
.table-type3 thead th:not(:last-child) {
  border-collapse: collapse;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.table-type3 tbody th {
  background: rgba(212, 123, 112, 0.15);
}
.table-type3 td {
  background: #fff;
}

h1:not(.title):not(.hdr-ttl) {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 500;
  text-align: center;
  color: #ffd7d6;
  line-height: 1.5;
  background: #5a100f;
  margin: 0 0 0.5em 0;
  padding: 0.9em 4.5%;
  position: relative;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 767px) {
  h1:not(.title):not(.hdr-ttl) {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

h2 {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 500;
  text-align: center;
  margin: 0 0 1.8em 0;
  position: relative;
  word-wrap: break-word;
  position: relative;
  padding: 0.5714285714em 0 0;
  line-height: 1.5;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  z-index: 4;
  color: #333333;
}
@media (max-width: 767px) {
  h2 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
h2:after {
  content: "";
  position: absolute;
  top: -6px;
  display: block;
  width: 85.9px;
  height: 15px;
  background: url("/wp-content/uploads/ttl-path.svg") no-repeat;
  background-size: contain;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
  margin: 0.5em 0 0.5em 0;
  padding-left: 18px;
  position: relative;
  word-wrap: break-word;
  line-height: 1.5;
  color: #333333;
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}
h3::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: calc(100% - 0.6em);
  top: 0;
  left: 0;
  bottom: 0;
  background: #D47B70;
  margin: auto;
}

body:not(.home) h3:not(.under_h3_none) {
  padding-left: 0;
  font-size: 2.4rem;
  border-bottom: solid 1px rgba(212, 123, 112, 0.4);
  margin-top: 0;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
}
body:not(.home) h3:not(.under_h3_none)::after {
  content: none;
}
body:not(.home) h3:not(.under_h3_none)::before {
  content: "";
  display: block;
  width: 3.3333333333em;
  height: 1px;
  background: #D47B70;
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0;
  right: auto;
}
@media (max-width: 767px) {
  body:not(.home) h3:not(.under_h3_none) {
    font-size: 2rem;
  }
}

h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #333333;
  font-family: "Noto Serif JP", serif;
  line-height: 1.8;
  margin: 0 0 0.4em 0;
  padding-left: 12px;
  position: relative;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
h4::after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 2px;
  left: 0;
  top: 1em;
  background: #D47B70;
}

[href^=tel] {
  text-decoration: none !important;
  display: inline-block;
}
@media (min-width: 767px) {
  [href^=tel] {
    pointer-events: none !important;
  }
}

@media (min-width: 1024px) {
  header .gnav > ul > li:not(:last-child) a {
    position: relative;
  }
  header .gnav > ul > li:not(:last-child) a:before {
    content: "";
    display: block;
    width: 1px;
    height: 1em;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    background: #fff;
    margin: auto;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  header .gnav > ul > li.has_under > ul {
    min-width: 330px;
    left: auto;
  }
  header .gnav > ul > li.has_under > ul a {
    border: 0;
  }
  header .gnav > ul > li.has_under > ul a:before {
    content: none;
  }
}

[id^=top-] {
  margin-bottom: 60px;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  [id^=top-] {
    margin-bottom: 60px;
    margin-bottom: 6rem;
  }
}
[id^=top-] .container {
  max-width: calc(1000px + 12%);
  padding: 0 6%;
}
[id^=top-] .container::after {
  content: none;
}
[id^=top-] h2 {
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  [id^=top-] h2 {
    margin-bottom: 30px;
    margin-bottom: 3rem;
  }
}
[id^=top-] p:not(.more):not(.tel):not(.fax):not(.table-info p) {
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  [id^=top-] p:not(.more):not(.tel):not(.fax):not(.table-info p) {
    letter-spacing: 0.05em;
  }
}
[id^=top-] h3 {
  color: #333333;
}

@media (min-width: 768px) {
  .btn.pc-left a {
    margin-left: 0;
  }
}
.btn.out-link a:after {
  border: 0;
  background: url(/hiromasakai/wp-content/uploads/link_001.png) no-repeat center/100%;
  width: 14px;
  height: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#top-news {
  margin-top: 100px;
  margin-top: 10rem;
}
@media (max-width: 767px) {
  #top-news {
    margin-top: 67px;
    margin-top: 6.7rem;
  }
}
@media (min-width: 768px) {
  #top-news .ttl h2 {
    margin-bottom: 40px;
    margin-bottom: 4rem;
    text-align: center;
  }
}
@media (min-width: 768px) {
  #top-news .news-box {
    width: 100%;
  }
}
#top-news .news-list {
  margin: 0;
}
@media (min-width: 768px) {
  #top-news .news-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
#top-news .news-list dt,
#top-news .news-list dd {
  margin-left: 0;
  margin-right: 0;
  padding: 1.7em 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
#top-news .news-list dt:first-of-type,
#top-news .news-list dd:first-of-type {
  border-top: 1px solid rgba(51, 51, 51, 0.2);
}
@media (max-width: 767px) {
  #top-news .news-list dt,
  #top-news .news-list dd {
    padding-left: 0.3em;
    padding-right: 0.3em;
  }
}
@media (min-width: 768px) {
  #top-news .news-list dt {
    width: 150px;
    padding-right: 2em;
    padding-left: 2%;
  }
}
@media (max-width: 767px) {
  #top-news .news-list dt {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
@media (min-width: 768px) {
  #top-news .news-list dd {
    width: calc(100% - 150px);
    padding-right: 2%;
  }
}
@media (max-width: 767px) {
  #top-news .news-list dd {
    padding-top: 0.5em;
  }
  #top-news .news-list dd:first-of-type {
    border-top: 0;
  }
}
#top-news .btn {
  margin-top: 40px;
}
@media (max-width: 767px) {
  #top-news .btn {
    margin-top: 30px;
  }
}

#top-reason {
  margin: clamp(40px, 6.25vw + 10px, 60px) 0;
  position: relative;
  z-index: 1;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
#top-reason .bg img {
  display: block;
  position: fixed;
  top: -300%;
  left: -300%;
  right: -300%;
  bottom: -300%;
  margin: auto;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}
@media (max-width: 767px) {
  #top-reason .bg img {
    height: 120vh;
  }
}
#top-reason .container {
  margin-top: 0;
}
#top-reason .box {
  background: rgba(255, 255, 255, 0.9);
  padding: 80px 8%;
}
@media (max-width: 599px) {
  #top-reason .box {
    padding: 60px 6%;
  }
}
#top-reason .item-card-wrap {
  display: grid;
}
@media (min-width: 600px) and (max-width: 999px) {
  #top-reason .item-card-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 5vw 3%;
  }
}
@media (max-width: 599px) {
  #top-reason .item-card-wrap > *:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (min-width: 1000px) {
  #top-reason .item-card-wrap.card-col2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 4.7619047619%;
  }
  #top-reason .item-card-wrap.card-col3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 3.5714285714%;
  }
  #top-reason .item-card-wrap.card-col4 {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 2.380952381%;
  }
  #top-reason .item-card-wrap.card-col4 .img {
    padding-top: 80.8510638298%;
  }
}
@media (min-width: 600px) {
  #top-reason .item-card-wrap.card-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: -1.5%;
    margin-left: -1.5%;
    gap: initial;
  }
  #top-reason .item-card-wrap.card-flex .item-card {
    gap: initial;
    width: 29.8850574713%;
    margin-right: 1.724137931%;
    margin-left: 1.724137931%;
  }
}
@media (min-width: 600px) and (min-width: 1000px) {
  #top-reason .item-card-wrap.card-flex .item-card:not(:nth-of-type(-n+3)) {
    margin-top: 3.4482758621%;
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  #top-reason .item-card-wrap.card-flex .item-card {
    width: 46.4367816092%;
  }
  #top-reason .item-card-wrap.card-flex .item-card:not(:nth-of-type(-n+2)) {
    margin-top: 3.4482758621%;
  }
}
#top-reason .item-card {
  border: 1px solid #D47B70;
  padding: 20px 2%;
  background: #fff;
}
@media (max-width: 599px) {
  #top-reason .item-card {
    padding: 20px 6%;
  }
}
#top-reason .item-card p {
  line-height: 1.75;
}
#top-reason .icon + p {
  margin-top: 16px;
}

#top-medical .btn-wrap {
  display: grid;
}
@media (min-width: 600px) and (max-width: 999px) {
  #top-medical .btn-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 5vw 3%;
  }
}
@media (max-width: 599px) {
  #top-medical .btn-wrap > *:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (min-width: 1000px) {
  #top-medical .btn-wrap.card-col2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 3.5714285714%;
  }
  #top-medical .btn-wrap.card-col3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 3.5714285714%;
  }
  #top-medical .btn-wrap.card-col4 {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 2.380952381%;
  }
}
@media (min-width: 600px) {
  #top-medical .btn-wrap.card-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: -1.5%;
    margin-left: -1.5%;
    gap: initial;
  }
  #top-medical .btn-wrap.card-flex .btn {
    gap: initial;
    width: 29.8850574713%;
    margin-right: 1.724137931%;
    margin-left: 1.724137931%;
  }
}
@media (min-width: 600px) and (min-width: 1000px) {
  #top-medical .btn-wrap.card-flex .btn:not(:nth-of-type(-n+3)) {
    margin-top: 3.4482758621%;
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  #top-medical .btn-wrap.card-flex .btn {
    width: 46.4367816092%;
  }
  #top-medical .btn-wrap.card-flex .btn:not(:nth-of-type(-n+2)) {
    margin-top: 3.4482758621%;
  }
}
#top-medical .btn {
  width: 100%;
}
#top-medical .btn p {
  line-height: 1.75;
}
#top-medical .btn a {
  border: 1px solid #FFF8F2;
  padding: 20px 2%;
  background: #fff;
  max-width: none;
  margin-bottom: 0;
  font-weight: 500;
  background: #fff;
  color: #333333;
  font-size: 22px;
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  #top-medical .btn a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 100px;
  }
}
@media (max-width: 767px) {
  #top-medical .btn a {
    padding: 26px 6%;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#top-medical .btn a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #FFF8F2 transparent;
  position: absolute;
  top: auto;
  left: auto;
  right: 3px;
  bottom: 3px;
  background: transparent;
}
#top-medical .btn a:hover {
  background: rgba(255, 248, 242, 0.1);
}

#top-slider {
  background: #DDEDF1;
  padding: clamp(40px, 6.25vw + 10px, 60px) 0;
}
@media (max-width: 767px) {
  #top-slider {
    padding: 50px 0;
  }
}
#top-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
#top-slider img {
  height: auto;
  width: 100%;
}

#top-info {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  #top-info {
    padding-bottom: 100px;
  }
}
#top-info .box_wrap {
  display: grid;
}
@media (min-width: 1000px) {
  #top-info .box_wrap {
    gap: 0 4%;
    grid-template-columns: minmax(280px, 31.6%) 1fr;
  }
  #top-info .box_wrap.card-col2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 3.5714285714%;
  }
  #top-info .box_wrap.card-col3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 3.5714285714%;
  }
  #top-info .box_wrap.card-col4 {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 2.380952381%;
  }
}
@media (max-width: 999px) {
  #top-info .box_wrap {
    grid-template: "map" -webkit-max-content "text-box" max-content/1fr;
    grid-template: "map" max-content "text-box" max-content/1fr;
    gap: 30px 0;
  }
}
@media (max-width: 999px) {
  #top-info .text-box {
    grid-area: text-box;
    text-align: center;
  }
}
#top-info .logo-img {
  margin-bottom: 24px;
}
@media (min-width: 1000px) {
  #top-info .logo-img {
    text-align: left;
  }
}
@media (max-width: 999px) {
  #top-info .logo-img {
    margin-bottom: 14px;
  }
}
#top-info .logo-img img {
  max-width: 260px;
}
#top-info .tel {
  font-weight: 500;
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 1;
  margin: 0 0 12px;
  font-weight: 500;
  color: #333333;
}
@media (max-width: 999px) {
  #top-info .tel {
    margin: 0 0 8px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#top-info .tel a {
  color: #333333;
}
#top-info .address {
  line-height: 1.8571428571;
  font-size: 14px;
  margin: 0;
}
#top-info .table-box {
  margin-top: 42px;
}
@media (max-width: 999px) {
  #top-info .table-box {
    margin-top: 32px;
    text-align: left;
  }
}
#top-info .table-box h3 {
  font-size: 20px;
  font-size: 2rem;
  padding-left: 32px;
  margin-bottom: 10px;
}
@media (max-width: 999px) {
  #top-info .table-box h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#top-info .table-box h3 .icon {
  width: 24px;
  height: 24px;
  top: -300%;
  bottom: -300%;
  position: absolute;
  margin: auto;
  left: 0;
}
#top-info .table-box h3:after {
  content: none;
}
#top-info .table-box table {
  border: 1px solid #D47B70;
}
#top-info .table-box table th,
#top-info .table-box table td {
  border: 0;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}
#top-info .table-box table thead th:first-child {
  text-align: left;
}
#top-info .table-box table tbody tr:first-child th,
#top-info .table-box table tbody tr:first-child td {
  padding-top: 1.4em;
  padding-bottom: 0.4em;
}
#top-info .table-box table tbody tr:last-child th,
#top-info .table-box table tbody tr:last-child td {
  padding-top: 0.4em;
  padding-bottom: 1.4em;
}
#top-info .table-box table tbody th:first-of-type,
#top-info .table-box table tbody td:first-of-type {
  text-align: left;
  background: #fff;
}
#top-info .table-box .teble-info {
  margin-top: 10px;
}
#top-info .table-box p {
  font-size: 14px;
  line-height: 1.8571428571;
}
#top-info .table-box p:not(:last-child) {
  margin-bottom: 6px;
}
#top-info .map {
  position: relative;
}
@media (max-width: 999px) {
  #top-info .map {
    grid-area: map;
    padding-top: 350px;
  }
}
@media (max-width: 767px) {
  #top-info .map {
    padding-top: 90%;
  }
}
#top-info .map.demo .demo-text {
  background: #e5e5e5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #D47B70;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#top-info .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

header .hdr-ttl-wrap {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}
header .hdr-ttl-wrap .hdr-ttl {
  padding: 0.7em 0;
  font-weight: 500;
  font-size: 10px;
  font-size: 1rem;
}
header .header_info_wrap {
  right: 10px;
}
header .header_info_wrap .out-link-img {
  width: 9px;
  height: 8px;
  position: absolute;
  top: auto;
  left: auto;
  right: 6px;
  bottom: 6px;
  margin: 0 auto;
}
header .header-inner > .container {
  max-width: 1700px;
  position: relative;
}
header .title {
  padding: 22px 0;
}
@media (max-width: 1023px) {
  header .title {
    padding: 16px 0;
  }
}
@media (max-width: 1023px) {
  header .title a img {
    width: 220px;
  }
}
@media (max-width: 500px) {
  header .title a img {
    width: 200px;
  }
}
@media (min-width: 1024px) {
  header .gnav > ul > li a {
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header .gnav > ul > li a:hover {
    border-bottom: 2px solid #D47B70;
  }
  header .header_info_wrap .header_info .tel {
    display: inline-block;
    color: #D47B70;
  }
  header .header_info_wrap .header_info .tel .icon {
    max-width: 1.2222222222em;
    width: 100%;
  }
  header .header_info_wrap .header_info .tel a {
    padding-left: 0;
    color: #D47B70;
  }
  header .header_info_wrap .btn a .icon {
    max-width: 2em;
    width: 100%;
    display: inline-block;
    margin-right: 10px;
  }
  header .header_info_wrap .btn a:before {
    content: none;
  }
}
@media (max-width: 1023px) {
  header .sp_header_info_wrap .sp_header_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  header .sp_header_info_wrap .sp_header_info > * {
    margin: 0;
  }
  header .sp_header_info_wrap .sp_header_info > *:not(:last-child) {
    margin-right: 6px;
  }
  header .sp_header_info_wrap .sp_header_info .btn a {
    position: relative;
    padding: 6px 6px 4px;
    min-width: 58px;
    font-size: 11px;
    font-size: 1.1rem;
    margin: 0;
    height: 100%;
  }
  header .sp_header_info_wrap .sp_header_info .btn a:after {
    content: none;
  }
  header .sp_header_info_wrap .sp_header_info .icon {
    display: block;
    max-width: 20px;
    margin: 0 auto 2px;
  }
  header .sp_header_info_wrap .sp_header_info .icon img {
    width: 100%;
  }
  header .sp_header_info_wrap .sp_header_info .link-text {
    display: inline-block;
  }
  header .sp_header_info_wrap .sp_header_info .out-link .link-text {
    position: relative;
    padding-right: 1em;
  }
  header .sp_header_info_wrap .sp_header_info .out-link-img {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0.7em;
    height: 0.7em;
  }
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

body {
  background-color: #FFF8F2;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#top-medical .container.gutters {
  max-width: 1400px;
}
#top-medical img {
  display: block;
}
#top-medical .bg-color {
  padding: clamp(40px, 6.25vw + 10px, 60px) 0;
  background-color: #FFFDF2;
}
#top-medical .row h3 {
  padding-left: initial;
  font-size: clamp(2.4rem, 4vw, 3rem);
}
@media (max-width: 767px) {
  #top-medical .row h3 {
    text-align: center;
  }
}
#top-medical .row h3::after {
  content: none;
}
#top-medical .row h3 .strong-ttl {
  color: #D47B70;
  font-size: clamp(2.8rem, 4vw, 4.5rem);
}
#top-medical .row .grid-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: 16px;
  padding: 0;
}
@media (max-width: 500px) {
  #top-medical .row .grid-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
#top-medical .row .grid-box li {
  margin: initial;
  background: #fff;
  width: 100%;
  border: 1px solid #D47B70;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
#top-medical .row .grid-box li:hover {
  background: #D47B70;
  color: #fff;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
#top-medical .row .grid-box li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2%;
  text-align: center;
  padding: 0.5em;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
#top-medical .row .grid-box li .list-icon {
  width: 50px;
  height: 50px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0;
}
@media (min-width: 768px) and (max-width: 1920px) {
  #top-medical .row .grid-box li .list-icon {
    width: clamp(24px, 5vw, 50px);
    height: clamp(24px, 5vw, 50px);
  }
}
#top-medical .row .grid-box li .bigger {
  width: 52px;
  height: 52px;
  padding: 0;
}

#top-geeting .flex {
  gap: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#top-geeting .flex .sign {
  display: block;
  text-align: right;
  margin-top: 24px;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 767px) {
  #top-geeting .flex {
    display: block;
  }
  #top-geeting .flex .span_4 img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}
#top-geeting .row:after {
  content: none;
}

#top-slider {
  background: #FCF9E8;
  background-image: url("/wp-content/uploads/slider-bg.png");
  margin-bottom: 0;
}

#top-news {
  background-color: #fff;
  margin: 0;
  padding: clamp(40px, 6.25vw + 10px, 60px) 0;
}

#top-info {
  padding: clamp(50px, 6.25vw + 10px, 60px) 0 60px 0;
  background: #fffdfa;
}
#top-info .tel {
  color: #D47B70;
}
#top-info .tel a {
  color: #D47B70;
}/*# sourceMappingURL=main.css.map */