@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: #43311F;
  height: auto !important;
  overflow: hidden;
}

a {
  color: #43311F;
}

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 #43311F;
  border-right: 1px solid #43311F;
  -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: 180px;
}
@media (max-width: 767px) {
  .column_main {
    margin-bottom: 100px;
  }
}
.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: #365C3B;
  border: 1px solid #365c3b;
  border-radius: 100px;
  font-weight: bold;
}
.pager .nav-links > *:not(:last-child) {
  margin-right: 0.5em;
}
.pager .nav-links > *.current {
  background: #365C3B;
  color: rgb(31.3643835616, 53.4356164384, 34.2684931507);
}
.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 #365C3B;
  border-right: 1px solid #365C3B;
  -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 #365C3B;
  border-right: 1px solid #365C3B;
  -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: #365C3B;
  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: #365C3B !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: #365C3B;
}

.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: #365C3B;
  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: #365C3B;
  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: #365C3B;
  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: #365C3B;
  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: #365C3B;
  top: 10px;
  left: 0;
  position: absolute;
}
body:not(.home) .border_box {
  border: solid 1px #365C3B;
  padding: 20px 4%;
}
body:not(.home) .mt10 {
  margin-top: 10px !important;
}

/*----------------------------------------
下層ここから
----------------------------------------*/
@media (max-width: 767px) {
  .sp-none {
    display: none;
  }
}
.under_list {
  padding: 1em 1em 1em 3em;
  background: #fff3e7;
}

ul.list-unstyled {
  list-style: none;
  padding-left: 0;
}

.bg_color {
  background: #fff3e7;
  padding: 30px;
}

.u_check_list {
  padding-left: 0;
  margin-top: 0;
}
.u_check_list li {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #365C3B;
}
.u_check_list li:not(:last-child) {
  margin-bottom: 0.3em;
}
.u_check_list li .fa-regular.fa-square-check {
  font-size: 22px;
  color: #365C3B;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}

.fukidashi {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 20px;
  border-radius: 10px;
  background-color: #365C3B;
}
.fukidashi::after {
  content: "";
  position: absolute;
  top: 90%;
  left: 50%;
  z-index: -1;
  width: 20px;
  height: 12px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #365C3B;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.fukidashi h4 {
  padding-left: 0;
  color: #fff;
}
.fukidashi h4::after {
  content: none;
}

.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%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/*----------------------------------------
スタッフ　staff　
----------------------------------------*/
.staff_sec .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-bottom: 1em;
}
@media (max-width: 650px) {
  .staff_sec .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.staff_sec .col.span_6 img {
  width: 100%;
}
.staff_sec .doctor-img {
  float: right;
  margin: 0 0 0 1em;
  -webkit-flex-basis: 55%;
      -ms-flex-preferred-size: 55%;
          flex-basis: 55%;
}
@media (max-width: 650px) {
  .staff_sec .doctor-img {
    float: initial;
    margin: 0 0 1em 0;
  }
  .staff_sec .doctor-img img {
    width: 100%;
  }
}
.staff_sec .greeting-ttl {
  font-weight: 500;
}
.staff_sec .sign {
  margin-bottom: 32px;
}
.staff_sec .sign span {
  font-size: 1.8rem;
  font-weight: 500;
}
.staff_sec .bg_color .under_list {
  padding: 0 0 0 1.2em;
  margin-top: 0;
}

.under_dl_list {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  gap: 0.6em 1.5em;
  margin: 0;
}
.under_dl_list > * {
  margin: 0;
}
.under_dl_list.lifestyle_diseases_list {
  line-height: 1.8;
  gap: 1em 1.5em;
}
@media (max-width: 767px) {
  .under_dl_list.lifestyle_diseases_list {
    font-size: 13px;
  }
}

/*----------------------------------------
当院のご案内　clinic
----------------------------------------*/
.clinic_sec01 .rinen {
  text-align: center;
}
.clinic_sec01 .rinen p {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
}

.clinic_sec02 .cred_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 80px;
}
.clinic_sec02 .cred li {
  font-size: 16px;
  padding: 5px 1em;
  /*上下 左右の余白*/
  /*背景透明に*/
  border-left: solid 5px #96c091;
  /*左線*/
  margin: 35px 0 10px;
}
.clinic_sec02 .cred .green {
  border-left: solid 5px #559454;
  /*左線*/
  color: unset;
}
.clinic_sec02 .cred_text {
  width: 40%;
  margin: 0 auto;
}

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

@media (max-width: 767px) {
  .clinic_sec04 .span_4 img {
    width: 100%;
  }
}
.clinic_sec04 .table-menu04 table {
  min-width: 1000px;
}

.clinic_sec05 .clinic_img img {
  aspect-ratio: 25/16;
  width: 100%;
}

.clinic_sec06 .clinic_img img {
  aspect-ratio: 2/3;
  max-width: 150px;
}
@media (max-width: 350px) {
  .clinic_sec06 .clinic_img img {
    width: 100%;
  }
}

/*----------------------------------------
内視鏡検査　endoscope
----------------------------------------*/
.endoscope_sec01 img {
  width: 100%;
}

.endoscope_sec02 a {
  display: block;
}
.endoscope_sec02 .date {
  padding: 0 0 0.5em 1em;
  font-weight: 600;
  display: block;
}
@media (max-width: 767px) {
  .endoscope_sec02 .date {
    padding: 0.7em 0.3em;
  }
}
.endoscope_sec02 .table-type2 {
  margin-bottom: 1em;
}
.endoscope_sec02 .table-type2 td {
  width: 30%;
}

.endoscope_sec04 .col p:first-of-type {
  margin-bottom: 0;
}
.endoscope_sec04 .list-unstyled {
  margin: 0;
}
.endoscope_sec04 .btn a {
  margin: 0;
}
@media (max-width: 767px) {
  .endoscope_sec04 .btn a {
    margin: 0 auto;
  }
}

/*----------------------------------------
胃カメラ　gastrocamera
----------------------------------------*/
.gastrocamera_sec01 .col img {
  display: block;
  margin: 0 auto;
}

.gastrocamera_sec04 .test-note {
  font-weight: 500;
}
.gastrocamera_sec04 .note-heading {
  background: #fff3e7;
  padding: 0.5em;
}

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

.list_step .list_step_item {
  position: relative;
  padding-bottom: 38px;
}
.list_step .list_step_item::before {
  content: "";
  width: 1px;
  background: #365C3B;
  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: #365C3B;
  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: #43311F;
  padding-left: 0;
  margin-bottom: 20px;
  font-size: 22px;
}
@media (max-width: 767px) {
  .list_step .list_step_itm_main h4 {
    font-size: 18px;
  }
}
.list_step .list_step_itm_main h4:before {
  content: none;
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.List_title {
  background: #365C3B;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-weight: bold;
  font-size: 0.9em;
  line-height: 2;
  margin: 0;
  padding: 0.2em 1em;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.List_box {
  border: 2px solid #365C3B;
  border-radius: 0 10px 10px 10px;
  line-height: 2;
  margin: 0 0 1.5em;
  color: #365C3B;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.List_design {
  list-style-type: disc;
  padding: 0 0 0 0.8rem;
}
@media (max-width: 767px) {
  .List_design {
    padding-left: 2.5rem;
  }
}
.List_design li {
  margin-top: 10px;
}
.List_design li:first-of-type {
  margin-top: 0;
}
.List_design li::marker {
  color: #365C3B;
}

.List_color {
  background: #43311F;
}

.List_box_color {
  border: 2px solid #43311F;
  color: #43311F;
}
.List_box_color li::marker {
  color: #43311F;
}

.list_parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
@media (max-width: 480px) {
  .list_parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
.list_parent > * {
  width: calc((100% - 15px) / 2 - 1px);
}
@media (max-width: 480px) {
  .list_parent > * {
    width: 100%;
  }
}
.list_parent > * .List_box {
  padding: 20px 40px;
}
@media (max-width: 767px) {
  .list_parent > * .List_box {
    padding: 4%;
  }
}

.u_img_number {
  counter-reset: cnt;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 60px 30px;
}
.u_img_number .col-md-4 {
  width: calc((100% - 60px) / 3 - 1px);
}
@media (max-width: 767px) {
  .u_img_number .col-md-4 {
    width: 100%;
  }
}
.u_img_number .col-md-6 {
  width: calc((100% - 30px) / 2 - 1px);
}
@media (max-width: 767px) {
  .u_img_number .col-md-6 {
    width: 100%;
  }
}
.u_img_number h3.item_none {
  padding-left: 0;
}
.u_img_number h3.item_none::before {
  content: none;
}
.u_img_number h3.item_none::after {
  content: none;
}
.u_img_number .text {
  margin-top: 20px;
}
.u_img_number .number_img {
  position: relative;
}
.u_img_number .number_img:before {
  content: "0" counter(cnt);
  counter-increment: cnt 1;
  position: absolute;
  font-size: 5rem;
  bottom: -30px;
  right: 20px;
  color: #365C3B;
  opacity: 0.8;
}
.u_img_number .number_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}

/*----------------------------------------
大腸内視鏡 colonoscopy
----------------------------------------*/
@media (max-width: 767px) {
  .colonoscopy_sec01 .span_3 img {
    width: 100%;
  }
}

.case-section {
  margin-bottom: 50px;
}

.case-section:last-child {
  margin-bottom: 0;
}

.image-comparison {
  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: 30px;
  margin-bottom: 20px;
}

.image-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 300px;
  text-align: center;
}

.image-title {
  font-size: 16px;
  font-weight: bold;
  padding: 8px 12px;
}

.image-frame {
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  background: #f8f9fa;
  aspect-ratio: 4/3;
  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;
}

.medical-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.placeholder-image {
  width: 100%;
  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;
  color: white;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .placeholder-image img {
    width: 70%;
  }
}

.arrow-container {
  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;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.arrow {
  font-size: 36px;
  color: #365C3B;
  font-weight: bold;
  text-shadow: 0 2px 4px rgba(52, 152, 219, 0.3);
  -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.arrow:hover {
  color: #2980b9;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.arrow-right::before {
  content: "→";
}

.arrow-down::before {
  content: "↓";
}

.description {
  font-size: 15px;
  text-align: center;
  padding: 20px;
  background: #fff3e7;
  border-radius: 10px;
  margin-top: 20px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.divider {
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#ddd), to(transparent));
  background: -webkit-linear-gradient(left, transparent, #ddd, transparent);
  background: linear-gradient(90deg, transparent, #ddd, transparent);
  margin: 40px 0;
}

/* レスポンシブデザイン */
@media (max-width: 768px) {
  .container {
    padding: 20px;
  }
  .image-comparison {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .image-container {
    max-width: 100%;
    width: 100%;
  }
  .arrow-right {
    display: none !important;
  }
  .arrow-down {
    display: inline-block !important;
  }
  .image-title {
    margin-bottom: 10px;
  }
  .description {
    font-size: 14px;
    padding: 15px;
  }
  .arrow {
    font-size: 28px;
  }
}
@media (min-width: 769px) {
  .arrow-down {
    display: none !important;
  }
  .arrow-right {
    display: inline-block !important;
  }
}
/*----------------------------------------
内視鏡検査の重要性　gastrocamera
----------------------------------------*/
.importance_sec01 ul {
  background: #fff3e7;
  padding: 1em 1em 1em 2.5em;
}

.importance_sec02 .img-wrap {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .importance_sec02 .img-wrap {
    width: 100%;
  }
}
.importance_sec02 .img-wrap img {
  width: 100%;
  display: block;
}
.importance_sec02 small {
  display: block;
}

/*----------------------------------------
ピロリ菌 importance
----------------------------------------*/
.pylori_sec02 .col img {
  display: block;
  margin: 0 auto;
}

/*=========
faq
=========*/
/*=========
accordion
=========*/
.accordion_area .accordion_one .ac_header {
  border-top: 1px solid #ccc;
  padding: 35px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.accordion_area .accordion_one:last-child {
  border-bottom: 1px solid #ccc;
}

.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.accordion_area .accordion_one .ac_header .i_box:before,
.accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}

.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #43311F;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #43311F;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  right: 9px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 20px;
}

.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 0px 35px 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 767px) {
  .accordion_area .accordion_one .ac_header {
    padding: 1.5rem 3rem 1.5rem 1rem;
  }
  .accordion_area .accordion_one .ac_header .i_box {
    right: 0.8rem;
    width: 15px;
    height: 15px;
    margin-top: -7px;
  }
  .accordion_area .accordion_one .ac_header .i_box:before {
    width: 15px;
  }
  .accordion_area .accordion_one .ac_header .i_box:after {
    height: 15px;
    right: 7px;
  }
  .accordion_area .accordion_one .ac_inner {
    padding: 0 1.5rem 1.5rem 1rem;
  }
}
/*=========
faq
=========*/
.p-faq__headinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}

.p-faq__headinner::before {
  position: absolute;
  left: 0;
  content: "Q";
  color: #365C3B;
  font-size: 2.4rem;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}

.p-faq__headinner p.p-faq__q-txt {
  font-size: 18px;
}

@media screen and (max-width: 736px) {
  .p-faq__headinner {
    padding-left: 25px;
  }
  .p-faq__headinner::before {
    font-size: 18px;
  }
  .p-faq__headinner p.p-faq__q-txt {
    font-size: 14px;
  }
}
.p-faq__bodyinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-faq__bodyinner {
    padding-left: 25px;
    font-size: 1.4rem;
  }
  .p-faq__bodyinner .box-title {
    font-size: 1.6rem;
  }
}
.p-faq__bodyinner .table-type2 th {
  text-align: left;
  width: 24%;
}
.p-faq__bodyinner .table-type2 td:last-child {
  text-align: left;
}
@media (max-width: 767px) {
  .p-faq__bodyinner .table-type2 {
    font-size: 1.3rem;
  }
}

.p-faq__bodyinner::before {
  position: absolute;
  left: 0;
  content: "A";
  color: red;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.p-faq__bodyinner p.p-faq__a-txt {
  font-size: 16px;
}

@media (max-width: 767px) {
  .p-faq__bodyinner {
    padding-left: 25px;
    font-size: 1.4rem;
  }
  .p-faq__bodyinner::before {
    font-size: 18px;
  }
  .p-faq__bodyinner p.p-faq__a-txt {
    font-size: 14px;
  }
}
/* ===============================================
# qaここまで
=============================================== */
/*----------------------------------------
アクセス　access
----------------------------------------*/
.access .map_wrap {
  position: relative;
  padding-top: 500px;
}
@media (max-width: 767px) {
  .access .map_wrap {
    padding-top: 90%;
  }
}
.access .map_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.access .swipebox {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.access .swipebox:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .access .swipebox img {
    width: 100%;
  }
}

.access02 .route-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: white;
  border-radius: 8px;
  padding: 10px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.access02 .route-header {
  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;
  margin-bottom: 20px;
  font-weight: bold;
}
.access02 .route-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.access02 .route-time {
  color: #095f3b;
  text-align: center;
  padding: 1em 2em;
  border: 1px solid #095f3b;
  margin-bottom: 20px;
}
.access02 .timeline {
  position: relative;
  margin-bottom: 50px;
}
.access02 .timeline-item {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.access02 .train .timeline-item:not(:last-child)::after {
  background-color: #365C3B;
}
.access02 .timeline-dot {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #365C3B;
  /* 緑矢印 */
  margin: 0 auto 10px;
}
.access02 .train .timeline-dot {
  border-top-color: #365C3B;
  /* 青矢印に変更 */
}
.access02 .timeline .timeline-item:first-child .timeline-dot {
  display: none;
}
.access02 .station-name {
  font-weight: bold;
  margin-bottom: 8px;
  color: #333;
}
.access02 .route-info {
  color: #666;
  line-height: 1.4;
}
.access02 .route-detail {
  color: #999;
  margin-top: 3px;
}
.access02 .train .timeline {
  margin-bottom: 72px;
}
@media (max-width: 767px) {
  .access02 .train .timeline {
    margin-bottom: 50px;
  }
}

/*----------------------------------------
お問い合わせ　contact
----------------------------------------*/
.inquiry fieldset {
  margin: 0;
  padding: 20px 10px;
  border: 0;
  background: #fff3e7;
}
.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: 100px;
}
.inquiry input.p-region {
  width: 100px;
}
.inquiry input.p-locality {
  width: 150px;
}
.inquiry input.p-street-address {
  width: 100%;
}
.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: #365C3B;
}
.inquiry .submit .button:hover,
.inquiry .submit .wpcf7-submit:hover {
  opacity: 0.7;
}
.inquiry .submit .wpcf7-spinner {
  display: block;
  margin: 0 auto;
}
.inquiry .required {
  color: #f00;
  padding: 1px 6px;
  font-size: 12px;
  margin-top: 0.3rem;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.inquiry 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: 100px;
  }
  .inquiry input.p-region {
    width: 100px;
  }
  .inquiry input.p-locality {
    width: 150px;
  }
  .inquiry input.p-street-address {
    width: 100%;
  }
  .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;
}

/*----------------------------------------
#top-achievement
----------------------------------------*/
#top-achievement {
  padding: 3em 2em;
  background-color: #365C3B;
  color: #fff3e7;
}
@media (max-width: 767px) {
  #top-achievement {
    padding: 1em 0 1.5em;
  }
}
#top-achievement .container h2 {
  margin-bottom: 0.5em;
  color: #fff3e7;
  font-size: 2rem;
}
@media (max-width: 767px) {
  #top-achievement .container h2 {
    font-size: 1.8rem;
  }
}
#top-achievement .container .achievement {
  text-align: center;
}
#top-achievement .container .achievement p {
  margin: 0;
  font-size: 2.4rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  #top-achievement .container .achievement p {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
#top-achievement .container .achievement p .strong {
  font-size: 3rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(90%, rgba(255, 249, 60, 0.4)));
  background: -webkit-linear-gradient(top, transparent 90%, rgba(255, 249, 60, 0.4) 90%);
  background: linear-gradient(to bottom, transparent 90%, rgba(255, 249, 60, 0.4) 90%);
}
@media (max-width: 767px) {
  #top-achievement .container .achievement p .strong {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  #top-achievement {
    display: none;
  }
}

/*----------------------------------------
下層ここまで
----------------------------------------*/
.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(67, 49, 31, 0.2);
}
@media (min-width: 768px) {
  .archive-list dt:first-of-type,
  .archive-list dd:first-of-type {
    border-top: 1px solid rgba(67, 49, 31, 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(67, 49, 31, 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, 243, 231, 0.5);
  border-radius: 4px;
  background: rgba(255, 243, 231, 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: #43311F;
}
.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: #fff3e7;
  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: #43311F;
}
.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 #fff3e7;
}
@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 #fff3e7;
  border-right: 3px solid #fff3e7;
  -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: #fff3e7;
  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 #365C3B;
  color: #fff;
  background: #365C3B;
  padding: 1.14em calc(6% + 16px);
  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;
}
.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(31.3643835616, 53.4356164384, 34.2684931507);
  border-color: rgb(31.3643835616, 53.4356164384, 34.2684931507);
}

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(67, 49, 31, 0.08);
          box-shadow: 0 0px 10px rgba(67, 49, 31, 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 {
    padding: 22px 0;
  }
}
@media (max-width: 1023px) {
  header .title {
    padding: 16px 0;
  }
}
header .title a {
  display: inline-block;
}
header .title a img {
  width: 465px;
/*   height: 80px; */
}
@media (max-width: 999px) {
  header .title a img {
    width: 365px;
    height: auto;
  }
}
@media (max-width: 1023px) {
  header .title a img {
    width: 230px;
    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: #365C3B;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
}
header .header_info_wrap .header_info .tel a {
  color: #365C3B;
  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;
}
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: #365C3B;
    -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: #365C3B;
    -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: #365C3B;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1001;
    overflow-y: auto;
    padding-right: 0;
    padding: 110px 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(54, 92, 59, 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: 17px;
  font-size: 1.7rem;
  color: #43311F;
  letter-spacing: 0.04em;
  padding: 0.3em 0.625em;
}
@media (max-width: 1100px) {
  header .gnav > ul > li a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@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;
  cursor: pointer;
}
@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 #43311F;
  border-right: 2px solid #43311F;
  -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(42.6821917808, 72.7178082192, 46.6342465753);
  }
  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 {
  background: rgba(54, 92, 59, 0.97);
  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: #43311F;
    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: 16px;
    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(35.1369863014, 59.8630136986, 38.3904109589, 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: #FFF3E7;
    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: #365C3B;
  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;
}

.header_achivement-area h2 {
  font-size: 5rem;
  margin: 0;
  padding-top: 0;
  text-align: left;
}
.header_achivement-area h2:after {
  content: unset;
}
.header_achivement-area p {
  font-size: 3.6rem;
  margin: 0;
  text-align: left;
  line-height: 1.4;
}
.header_achivement-area p .strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(255, 181, 0, 0.6)));
  background: -webkit-linear-gradient(top, transparent 70%, rgba(255, 181, 0, 0.6) 70%);
  background: linear-gradient(to bottom, transparent 70%, rgba(255, 181, 0, 0.6) 70%);
}
@media (max-width: 767px) {
  .header_achivement-area {
    display: 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 .header_achivement-area {
  position: absolute;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 10;
  bottom: 40px;
  right: 3vw;
}
@media (max-width: 1023px) {
  .mv .header_achivement-area {
    display: none;
  }
}
.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: 1400px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 999px) {
  .mv .mv-copy img {
    max-width: none;
    width: 98%;
  }
}
@media (max-width: 767px) {
  .mv .mv-copy img {
    width: 58.8%;
    bottom: 6.1333333333%;
    left: 2.1354166667%;
    right: auto;
  }
}

footer {
  position: relative;
}
footer #top-ftrInfo {
  margin-bottom: 0;
  z-index: 101;
  width: 100%;
  background: rgba(54, 92, 59, 0.8);
}
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: #365C3B;
}
@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: 440px;
}
@media (max-width: 767px) {
  footer #top-ftrInfo .container {
    padding: 6px;
  }
}
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: #365C3B;
  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: #fff;
}
footer > .footer .container {
  max-width: none;
  padding: 0;
}
footer .nav {
  background-color: #365C3B;
}
@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: #fff;
}
@media (min-width: 768px) {
  footer .nav ul li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
}
@media (max-width: 767px) {
  footer .nav ul li {
    display: block;
  }
  footer .nav ul li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
}
footer .nav ul li a {
  padding: 0em 0.8em;
  line-height: 1.2857142857;
  color: #fff;
  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 {
  background-color: #365C3B;
  color: #fff;
  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(255, 255, 255, 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: #365C3B;
}
table.table-typeC tbody {
  color: #43311F;
}
table .tb {
  position: relative;
}
table .tb:after {
  content: "";
  display: inline-block;
}
table .tb.td-circle-s:after {
  width: 1.3em;
  height: 1.3em;
  background: #365C3B;
  border-radius: 500px;
}
table .tb.td-slash:after {
  background: #365C3B;
  width: 1.5em;
  height: 1px;
  -webkit-transform: rotate(-50deg) translate(0.4em, -0.2em);
          transform: rotate(-50deg) translate(0.4em, -0.2em);
}

.table-type1 {
  width: 100%;
}
.table-type1 td,
.table-type1 th {
  border: 1px solid #365c3b;
}
.table-type1 th {
  background: #365c3b;
  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 #365c3b;
}
.table-type2 td,
.table-type2 th {
  padding: 0.7em 1em;
  border-top: 1px solid #365c3b;
}
@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 #365c3b;
  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: #365c3b;
  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(54, 92, 59, 0.15);
}
.table-type3 td {
  background: #fff;
}

/* ===============================================
# 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(54, 92, 59, 0.5);
  min-width: 600px;
  /* テーブルが狭くなりすぎないように最小幅を設定 */
}
.table-menu04 th {
  color: #fff;
}
.table-menu04 th,
.table-menu04 td {
  padding: 12px 15px;
  text-align: left;
  border: 1px solid rgba(54, 92, 59, 0.5);
}
.table-menu04 thead {
  background-color: #365C3B;
}
.table-menu04 p.note {
  padding: 12px 15px;
  border-top: none;
}
@media (max-width: 600px) {
  .table-menu04 th,
  .table-menu04 td {
    min-width: 150px;
    /*font-size: 12px;*/
  }
}

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

h2 {
  font-size: 28px;
  font-size: 2.8rem;
  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 Sans JP", sans-serif;
  z-index: 4;
  color: #43311F;
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
h2:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  width: 40px;
  height: 4px;
  background: #365C3B;
  margin: 0 auto;
}

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

h4 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  margin: 0 0 0.4em 0;
  padding-left: 12px;
  color: #365C3B;
  position: relative;
  word-wrap: break-word;
}
@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: 0.8em;
  background: #365C3B;
}

[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: #43311F;
    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: 120px;
  margin-bottom: 12rem;
}
@media (max-width: 767px) {
  [id^=top-] {
    margin-bottom: 80px;
    margin-bottom: 8rem;
  }
}
[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: #43311F;
}

@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: left;
  }
  #top-news .ttl h2:after {
    left: 0;
    right: auto;
  }
}
@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(67, 49, 31, 0.2);
}
#top-news .news-list dt:first-of-type,
#top-news .news-list dd:first-of-type {
  border-top: 1px solid rgba(67, 49, 31, 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 {
  padding: 100px 0;
  position: relative;
  z-index: 1;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
@media (max-width: 767px) {
  #top-reason {
    padding: 70px 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 #365C3B;
  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 {
  aspect-ratio: 4/3;
}
@media (max-width: 599px) {
  #top-reason .icon {
    padding: 10px 6%;
  }
}
#top-reason .icon img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
#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 #365C3B;
  padding: 20px 2%;
  background: #fff;
  max-width: none;
  margin-bottom: 0;
  font-weight: 500;
  background: #fff;
  color: #43311F;
  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 #365C3B transparent;
  position: absolute;
  top: auto;
  left: auto;
  right: 3px;
  bottom: 3px;
  background: transparent;
}
#top-medical .btn a:hover {
  background: rgba(255, 243, 231, 0.1);
}

#top-slider {
  padding: 100px 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%;
  aspect-ratio: 25/16;
  -o-object-fit: cover;
     object-fit: cover;
}

#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; */
	max-width: 420px;
}
@media (max-width: 999px) {
  #top-info .logo-img img {
/*     max-width: 250px; */
	  max-width: 300px;
  }
}
#top-info .tel {
  font-weight: 500;
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 1;
  margin: 0 0 12px;
  font-weight: 500;
  color: #43311F;
}
@media (max-width: 999px) {
  #top-info .tel {
    margin: 0 0 8px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#top-info .tel a {
  color: #43311F;
}
#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 #365C3B;
}
#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: #365C3B;
  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: 20px 0;
  }
}
@media (max-width: 1023px) {
  header .title a img {
    width: 240px;
  }
}
@media (max-width: 500px) {
  header .title a img {
/*     width: 230px; */
	  width: 280px;
  }
}
@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 #365C3B;
  }
  header .header_info_wrap .header_info .tel {
    display: inline-block;
    color: #43311F;
  }
  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: #43311F;
  }
  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;
  }
}

/*----------------------------------------
top 追記ここから
----------------------------------------*/
/*----------------------------------------
#top-worries
----------------------------------------*/
#top-worries {
  margin-top: 12rem;
}
@media (max-width: 767px) {
  #top-worries {
    margin-top: 8rem;
  }
}
#top-worries .worries_list {
  max-width: 800px;
  margin: 0 auto;
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}
#top-worries .worries_list .speech-bubble {
  width: calc(50% - 10px);
  min-height: 80px;
  padding: 15px;
  border-radius: 5px;
  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;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  background-color: #FFF3E7;
}
#top-worries .worries_list .speech-bubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 80%;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #FFF3E7 transparent transparent;
  translate: -50% 100%;
}
@media (max-width: 767px) {
  #top-worries .worries_list .speech-bubble {
    width: 100%;
  }
}
#top-worries img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #top-worries img {
    max-width: 80%;
  }
}

/*----------------------------------------
#top-reason
----------------------------------------*/
#top-reason .item-card > p {
  text-align: center;
}

/*----------------------------------------
#top-medical
----------------------------------------*/
#top-medical .btn a {
  font-size: 2rem;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
#top-medical .btn a:hover {
  color: #fff3e7;
  background-color: #365C3B;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#top-medical .btn a .font-small {
  font-size: 1.5rem;
}

/*----------------------------------------
#top-introduce
----------------------------------------*/
#top-introduce {
  padding: clamp(80px, 6.25vw + 60px, 180px) 0;
  background: url("/wp-content/uploads/top-introduce_bg.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: -2;
}
#top-introduce::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 253, 251, 0.8);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
#top-introduce .container.introduce_txt {
  padding: 0 11%;
}
@media (max-width: 999px) {
  #top-introduce .container.introduce_txt {
    padding: 0 6%;
  }
}

/*----------------------------------------
#top-slider
----------------------------------------*/
#top-slider {
  padding: 0;
}

/*----------------------------------------
#top-info
----------------------------------------*/
#top-info {
  padding: clamp(80px, 6.25vw + 60px, 120px) 0;
  background: #FFF3E7;
}
#top-info .tel {
  color: #365C3B;
}
#top-info .tel a {
  color: #365C3B;
}

/*----------------------------------------
top 追記ここまで
----------------------------------------*//*# sourceMappingURL=main.css.map */