@charset "UTF-8";
.wpcf7 dl {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
  border-top: 1px dashed #ccc;
}
.wpcf7 dl dt,
.wpcf7 dl dd {
  padding: 10px 5px;
}
.wpcf7 dl dt {
  clear: both;
  float: left;
}
.wpcf7 dl dd {
  padding-left: 14em;
  border-bottom: 1px dashed #ccc;
}
.wpcf7 dl dd input {
  max-width: 90%;
  width: 500px;
  font-size: inherit;
  padding: 10px;
}
.wpcf7 dl dd.radio01 input {
  max-width: 48%;
  width: auto;
}
.wpcf7 dl dd .radio input,
.wpcf7 dl dd .heckbox input {
  width: auto;
}
.wpcf7 dl dd .radio01 span.wpcf7-list-item,
.wpcf7 dl dd .sexes span.wpcf7-list-item,
.wpcf7 dl dd .correspondence span.wpcf7-list-item,
.wpcf7 dl dd .course span.wpcf7-list-item,
.wpcf7 dl dd .health-insurance span.wpcf7-list-item {
  display: block;
}
.wpcf7 dl dd p {
  margin-bottom: 0;
}
.wpcf7 dl dd textarea {
  max-width: 90%;
  width: 500px;
  font-size: inherit;
  font-family: var(--font-yugo);
}
.wpcf7 dl .mf {
  font-size: 80%;
  color: #EA0000;
  padding-left: 3px;
}
.wpcf7 dl .ex,
.wpcf7 dl .subtxt {
  font-size: 75%;
  color: #999;
  line-height: 1.4em;
  display: inline-block;
}
.wpcf7 dl dt .requisite,
.wpcf7 dl .attention {
  font-size: 78%;
  color: #f45000;
}
.wpcf7 dl .wpcf7-not-valid-tip {
  font-size: 76%;
  color: #af2223;
}
.wpcf7 .btn-style {
  text-align: center !important;
  position: relative;
  margin-bottom: 2em !important;
}
.wpcf7 .btn-style input {
  width: 120px;
  font-size: 16px;
  padding: 0.7em 1em;
  border-radius: 5px;
  background: var(--main_color);
  color: #fff;
  border: 0;
  cursor: pointer;
}
.wpcf7 .btn-style input:hover {
  opacity: 0.8;
  transition: 0.3s ease;
}
.wpcf7 .btn-style .wpcf7-spinner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
}
@media (max-width: 767px) {
  .wpcf7 dl dt {
    float: none;
    margin-bottom: 0em;
    padding-bottom: 2px;
  }
  .wpcf7 dl dd {
    padding-left: 5px;
    padding-top: 5px;
  }
  .wpcf7 dl dd input,
  .wpcf7 dl dd textarea {
    padding: 5px 2px;
    border: 1px solid #ccc;
    box-shadow: none;
    max-width: 100%;
    width: 100%;
  }
  .wpcf7 .block-inner {
    margin-bottom: 1em;
  }
}

.page-title h2 {
  font-family: var(--font-yugo);
  color: #333;
  min-width: 150px;
  font-size: clamp(26px, 3.298px + 2.96vw, 40px);
  letter-spacing: 0.1em;
  position: relative;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 0 auto;
  padding: 1.375em;
  font-weight: 700;
  background: url(../img/common/under_title.jpg) no-repeat center/cover;
}
@media (max-width: 767px) {
  .page-title h2 {
    padding: 1.5em 0.5em;
  }
}

h3,
h4,
h5,
h6 {
  font-family: var(--font-yugo);
  line-height: 1.4;
  font-weight: 700;
}

.entry-block h3,
h3 {
  text-align: center;
  font-size: clamp(24px, 2.24vw, 36px);
  padding-top: clamp(28px, 3vw, 40px);
  padding-bottom: clamp(28px, 3vw, 40px);
  letter-spacing: 0.06em;
  position: relative;
  margin: 0 auto clamp(20px, 4vw, 40px);
}
.entry-block h3:before,
h3:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 4.5277777778em;
  height: 3.4444444444em;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  background: url(../img/common/h3.png) no-repeat center center/contain;
}

h4 {
  font-size: clamp(22px, 1.92vw, 24px);
  border-bottom: solid 1px var(--main_color);
  padding: 10px 0 10px 1.7916666667em;
  margin: 0 auto clamp(15px, 2vw, 25px);
  position: relative;
  color: var(--main_color);
  margin-top: 20px;
}
@media (min-width: 768px) {
  h4 {
    margin-top: 40px;
  }
}
h4:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.375em;
  height: 1.2083333333em;
  top: 10px;
  bottom: 0;
  left: 0;
  right: auto;
  background: url(../img/common/h4.png) no-repeat center center/contain;
}

h5 {
  font-size: clamp(20px, 1.76vw, 22px);
  display: inline-block;
  margin: 0 auto clamp(15px, 1.6vw, 20px);
  position: relative;
  padding-left: 2.0454545455em;
  margin-top: 30px;
}
h5:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.5909090909em;
  height: 1.0454545455em;
  top: 3px;
  bottom: 0;
  left: 0;
  right: auto;
  background: url(../img/common/h5.png) no-repeat center center/contain;
}

h6 {
  font-size: clamp(18px, 1.6vw, 20px);
  color: var(--main_color);
  border: 2px solid var(--main_color);
  position: relative;
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.25em 0.75em;
  margin-bottom: clamp(10px, 1vw, 15px);
}

p + h3 {
  margin-top: clamp(40px, 6.4vw, 80px);
}

p + h4 {
  margin-top: clamp(20px, 4vw, 40px);
}

p + h5,
p + h6 {
  margin-top: clamp(15px, 1.6vw, 20px);
}

.entry-block {
  padding-bottom: 1.5em;
  margin-bottom: 2em;
  border-bottom: 1px dotted #ccc;
}
.entry-block .dateBlock {
  font-size: 13px;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}

.pager {
  font-size: 88%;
  margin-bottom: 3em;
}

.pager span.current, .pager a {
  display: inline-block;
  margin-right: 5px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: #fff;
  text-decoration: none;
  color: #51504e;
  text-align: center;
}

.pager span.current {
  color: #fff;
}

.float-list {
  margin-bottom: clamp(40px, 6.4vw, 80px);
}

@media (min-width: 768px) {
  .float-list {
    overflow: hidden;
  }
  .float-list li {
    float: left;
    margin: 0 1.2em 0.5em 0;
    margin-bottom: 25px !important;
  }
  .float-list2 li {
    display: inline-block;
    width: 50%;
    margin: 0 0 25px 0;
    padding-right: 0.8em;
  }
  .float-list3 li {
    display: inline-block;
    width: 33.3%;
    margin: 0 0 0.5em;
    padding-right: 0.8em;
  }
  .float-list3 li:nth-child(3n) {
    padding-right: 0;
  }
  .float-list3 li.no-float {
    float: none;
    margin: 0 0 0.5em;
    width: auto;
  }
}
.ul01:not(:last-child) {
  margin-bottom: 1em;
}
.ul01 li {
  padding-left: 15px;
  position: relative;
}
.ul01 li:before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: #f29965;
  border-radius: 50%;
  position: absolute;
  top: 0.6em;
  left: 0;
}

.ul02:not(:last-child) {
  margin-bottom: 1em;
}
.ul02 li {
  padding-left: 15px;
  position: relative;
}
.ul02 li:before {
  content: "";
  width: 9px;
  height: 9px;
  border: solid 2px var(--main_color);
  border-radius: 50%;
  position: absolute;
  top: 0.45em;
  left: 0;
}

.ul_check:not(:last-child) {
  margin-bottom: 1em;
}
.ul_check li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.8em;
}
.ul_check li:before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  background: var(--main_color);
  top: 4px;
  left: 5px;
}
.ul_check li:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 8px;
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  z-index: 10;
}

.ul_arrow {
  padding: clamp(20px, 2.56vw, 32px) clamp(25px, 3vw, 44px);
  background: #fdfaf6;
  border-radius: 20px;
}
.ul_arrow li a {
  background: var(--sub_color);
  color: #fff;
  border: solid 1px var(--sub_color);
  text-decoration: none;
  display: block;
  padding: 5px clamp(20px, 2.56vw, 32px) 6px;
  font-size: clamp(16px, 2.08vw, 17px);
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  z-index: 0;
  border-radius: 10px;
}
.ul_arrow li a:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0;
  bottom: 0;
  left: auto;
  right: 22px;
  margin: auto;
  background: url(../img/common/btn_arrow.png) no-repeat center center/contain;
}
.ul_arrow li a:hover {
  transition: 0.3s;
  opacity: 0.7;
}
.ul_arrow li a:hover:after {
  transition: 0.3s;
}
.ul_arrow li a:hover:before {
  right: 0;
  transition: 0.3s ease-in;
}

ol.ol01 {
  margin-bottom: 1.2em;
}
ol.ol01 li {
  position: relative;
  margin-bottom: 0.4em;
}
ol.ollist {
  margin-bottom: 1.2em;
}
ol.ollist li {
  margin-bottom: 0.5em;
  list-style: none inside;
  counter-increment: ollist;
}
ol.ollist li:before {
  display: list-item;
  float: left;
  margin-right: 5px;
  content: "(" counter(ollist) ") ";
}
ol.ol_decimal {
  counter-reset: li;
  list-style: none;
  padding-left: 0;
}
ol.ol_decimal:not(:last-child) {
  margin-bottom: 1.2em;
}
ol.ol_decimal > li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 2.5em;
}
ol.ol_decimal > li:before {
  content: counter(li) "";
  counter-increment: li;
  position: absolute;
  left: 10px;
  color: #fff;
  width: 1.7em;
  height: 1.7em;
  background: #f29965;
  border-radius: 50px;
  line-height: 1.8;
  text-align: center;
  font-size: 90%;
}

.float-list {
  overflow: hidden;
}
.float-list li {
  margin-bottom: 0.5em;
}

.ul01 li + li {
  margin-top: 0.5em;
}

.consul {
  color: var(--main_color);
}

.consul2 {
  color: #f29965;
}

.time-table {
  width: 100%;
  table-layout: fixed;
}
.time-table:not(:last-child) {
  margin-bottom: clamp(15px, 4vw, 50px);
}
.time-table th,
.time-table td {
  padding: 16px 5px;
  font-size: clamp(14px, 1.44vw, 18px);
  text-align: center;
}
.time-table th:first-child {
  width: 35%;
}
.time-table thead th:last-child {
  width: 15%;
}
.time-table thead th,
.time-table thead td {
  background: #83bc96;
  color: #fff;
}
.time-table tbody tr th,
.time-table tbody tr td {
  border-bottom: solid 1px #d8d8d8;
}
.time-table tbody th,
.time-table tbody td {
  background: #fff;
}
@media (min-width: 768px) {
  .time-table thead th:first-child {
    width: 30%;
  }
}

.table01 {
  width: 100%;
}
.table01:not(:last-child) {
  margin-bottom: clamp(15px, 4vw, 50px);
}
.table01 th,
.table01 td {
  padding: clamp(5px, 1.2vw, 15px) 10px clamp(5px, 1.2vw, 15px) clamp(10px, 2.72vw, 34px);
}
.table01 tr:last-child th {
  border-bottom: solid 1px var(--main_color);
}
.table01 tr:last-child td {
  border-bottom: solid 1px #cfcfcf;
}
.table01 th {
  border-top: solid 1px var(--main_color);
  text-align: left;
  font-weight: 700;
  color: var(--main_color);
}
.table01 th:first-child {
  width: 35%;
}
.table01 td {
  border-top: solid 1px #cfcfcf;
}
@media (min-width: 768px) {
  .table01 th:first-child {
    width: 30%;
  }
}

.border-table {
  width: 100%;
}
.border-table:not(:last-child) {
  margin-bottom: 1em;
}
.border-table th,
.border-table td {
  font-size: clamp(14px, 1.44vw, 18px);
  padding: clamp(5px, 1.2vw, 15px) 5px;
}
.border-table thead th,
.border-table thead td {
  background: #f0d2c0;
  border: solid 1px #aaaaaa;
  font-weight: bold;
}
.border-table tbody th,
.border-table tbody td {
  padding: clamp(5px, 1.2vw, 15px) 10px clamp(5px, 1.2vw, 15px);
  border: solid 1px #aaaaaa;
}
.border-table tbody th {
  text-align: left;
  background: #f7f0eb;
}
.border-table tbody td {
  background: #fff;
}

.fee-table {
  width: 100%;
}
.fee-table:not(:last-child) {
  margin-bottom: clamp(15px, 4vw, 50px);
}
.fee-table th,
.fee-table td {
  text-align: left;
  font-weight: normal;
  padding: 10px 8px;
  border: 1px solid #ccc;
}
.fee-table thead th {
  background: var(--main_color);
  color: #fff;
  text-align: center;
}
.fee-table tbody th {
  background: #ebf0f6;
}
.fee-table tbody td {
  text-align: right;
}

.mark {
  color: var(--main_color);
}

@media (max-width: 767px) {
  .time-table th,
  .time-table td,
  .border-table th,
  .border-table td,
  .table01 th,
  .table01 td {
    font-size: 80%;
    padding: 5px 3px;
  }
}
#menu-sitemap {
  padding: 0;
}
#menu-sitemap li {
  border-bottom: 1px solid var(--main_color);
  vertical-align: top;
}
#menu-sitemap li ul li {
  border-bottom: none;
  padding-bottom: 0;
}
#menu-sitemap li a {
  text-decoration: none;
  display: block;
  transition: 0.3s ease;
  padding: 0.8em 0.2em 0.7em 30px;
  position: relative;
}
#menu-sitemap li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  top: 1.4em;
  left: 12px;
  border-top: solid 2px var(--main_color);
  border-right: solid 2px var(--main_color);
  transform: rotate(45deg);
  transition: 0.3s ease;
}
#menu-sitemap li a:hover {
  background: var(--main_color);
  color: #fff;
  transition: 0.3s ease;
}
#menu-sitemap li a:hover:after {
  border-color: #fff;
  transition: 0.3s ease;
}

.googlemap {
  position: relative;
  padding-bottom: 350px;
  height: 0;
  overflow: hidden;
}
.googlemap:not(:last-child) {
  margin-bottom: clamp(15px, 2.8vw, 35px);
}
.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media (min-width: 768px) {
  .googlemap {
    padding-bottom: 400px;
  }
}

.youtube-wrap {
  max-width: 600px;
  width: 100%;
  margin: auto;
}
.youtube-wrap:not(:last-child) {
  margin-bottom: clamp(15px, 2.8vw, 35px);
}

.youtube {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: auto;
}
.youtube:not(:last-child) {
  margin-bottom: clamp(15px, 2.8vw, 35px);
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.ba-block:not(:last-child) {
  margin-bottom: clamp(20px, 3.2vw, 40px);
}
.ba-block .before,
.ba-block .after {
  border: solid 1px var(--text-color);
  padding: clamp(20px, 3.2vw, 40px);
}
.ba-block .before {
  position: relative;
}
.ba-block .before:after {
  content: "";
  position: absolute;
  background-color: var(--main_color);
  margin: auto;
}
.ba-block .batitle {
  font-family: var(--font-serif);
  font-size: clamp(20px, 1.92vw, 24px);
  border-bottom: solid 1px var(--text-color);
  padding: 0 0 10px 10px;
}
@media (max-width: 767px) {
  .ba-block .before {
    margin-bottom: 40px !important;
  }
  .ba-block .before:after {
    width: 30px;
    height: 15px;
    top: calc(100% + 15px);
    left: 0;
    right: 0;
    clip-path: polygon(50% 100%, 100% 0, 0 0);
  }
}
@media (min-width: 768px) {
  .ba-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .ba-block .before:after {
    width: 15px;
    height: 30px;
    top: 0;
    bottom: 0;
    left: calc(100% + 15px);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
  }
}

.flow-block {
  padding: clamp(15px, 4.8vw, 60px);
  border: 5px solid #d8f0e0;
  border-radius: 20px;
}
.flow-block:not(:last-child) {
  margin-bottom: 70px;
  position: relative;
}
.flow-block:not(:last-child):after {
  content: "";
  width: 87px;
  height: 34px;
  background-color: #f29965;
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  right: 0;
  margin: auto;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.flow-block .title {
  font-size: 18px;
}
@media (min-width: 768px) {
  .flow-block .title {
    font-size: 24px;
  }
}
.flow-block .title {
  flex: 0 0 auto;
  display: flex !important;
  font-weight: bold;
  margin-top: 0 !important;
  padding: 0;
  text-align: left;
  border: none;
}
.flow-block .title::after, .flow-block .title::before {
  display: none;
}
.flow-block .title .num {
  display: block;
  border: #83bc96;
  background: #83bc96;
  margin-right: 0.5em;
  margin-bottom: auto;
  color: #fff;
  border-radius: 2px;
  flex: none;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  aspect-ratio: 1;
  width: 34px;
}
@media (min-width: 768px) {
  .flow-block .title .num {
    width: 44px;
  }
}
.flow-block h4,
.flow-block h5,
.flow-block h6 {
  margin-top: 0;
}

.qa-block {
  padding-top: 1.8em;
  border-bottom: solid 1px #b0b0b0;
}
.qa-block:not(:last-child) {
  margin-bottom: 0;
}
.qa-block:last-child {
  margin-bottom: clamp(20px, 3.2vw, 40px);
}
.qa-block .question,
.qa-block .answer {
  padding: 10px 10px 10px 55px;
  position: relative;
}
.qa-block .question:after,
.qa-block .answer:after {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 0.2em;
  left: 0;
}
.qa-block .question:before,
.qa-block .answer:before {
  font-size: 26px;
  color: #fff;
  z-index: 1;
  position: absolute;
  left: 9px;
  bottom: auto;
  top: 3px;
  font-family: Arial;
  font-weight: bold;
  line-height: 40px;
}
.qa-block .title {
  position: relative;
  padding-right: 40px;
  display: block;
  cursor: pointer;
  font-size: clamp(20px, vw, 24px);
}
.qa-block .title:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-bottom: 2px solid var(--main_color);
  border-right: 2px solid var(--main_color);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  margin: auto;
  background: transparent;
}
.qa-block .open .title:before {
  transform: rotate(-130deg);
  transition: 0.3s;
}
.qa-block .question:before {
  content: "Q";
  font-size: 26px;
  background: none;
  width: auto;
  height: auto;
  font-family: Arial;
  font-weight: bold;
}
.qa-block .question:after {
  background: #83bc96;
}
.qa-block .answer {
  padding-bottom: 40px;
  display: none;
}
.qa-block .answer:after {
  background: var(--sub_color);
}
.qa-block .answer:before {
  content: "A";
  top: 4px;
  left: 11px;
}

.block:last-child {
  margin-bottom: clamp(20px, 3.2vw, 40px);
}

.block-inner:last-child {
  margin-bottom: clamp(20px, 3.2vw, 40px);
}

.border-block {
  padding: clamp(20px, 4vw, 50px);
  border: 5px solid #d8f0e0;
  border-radius: 20px;
}
.border-block:not(:last-child) {
  margin-bottom: clamp(20px, 3.2vw, 40px);
}
.border-block h4,
.border-block h5,
.border-block h6 {
  margin-top: 0;
}

.bg-block {
  padding: clamp(20px, 4vw, 50px);
  background: #e9f8ed;
  overflow: hidden;
  border-radius: 20px;
}
.bg-block:not(:last-child) {
  margin-bottom: clamp(20px, 3.2vw, 40px);
}
.bg-block h4,
.bg-block h5,
.bg-block h6 {
  margin-top: 0;
}

* + .bg-block,
* + .border-block {
  margin-top: clamp(30px, 4vw, 50px);
}

.border-block,
.bg-block + .border-block,
.bg-block {
  margin-top: 0;
}

h5 + .bg-block,
h5 + .border-block {
  margin-top: 0;
}

.border-block h5:first-child,
.bg-block h5:first-child {
  margin-top: 0 !important;
}

.border-block ul:last-child {
  margin-bottom: 0 !important;
}

.row:not(:last-child) {
  margin-bottom: clamp(20px, 3.2vw, 40px);
}
@media (min-width: 768px) {
  .row.col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .row.col3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .row.col4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
  .row.col5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
  }
  .row.col2 .col, .row.col3 .col, .row.col4 .col, .row.col5 .col {
    margin: 0;
  }
  .row.col2 .bg-block,
  .row.col2 .border-block, .row.col3 .bg-block,
  .row.col3 .border-block {
    padding: 25px;
  }
  .row.col4 .bg-block,
  .row.col4 .border-block, .row.col5 .bg-block,
  .row.col5 .border-block {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .row .col:not(:last-child) {
    margin-bottom: 10px;
  }
}

.section_bg {
  background: #fdfaf6;
}

.btn-style {
  text-align: center;
  padding: 10px 0;
}
.btn-style:not(:last-child) {
  margin-bottom: 1em;
}
.btn-style a {
  text-decoration: none;
  padding: 10px 10px;
  position: relative;
  display: inline-block;
  text-align: center;
  transition: 0.3s ease;
  padding: 8px 30px;
  background: var(--sub_color);
  border: solid 1px var(--sub_color);
  color: #fff;
  transition: 0.3s ease;
  line-height: 1.4;
  border-radius: 6px;
  width: 100%;
  max-width: 180px;
}
.btn-style a:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  bottom: 0;
  left: auto;
  right: 12px;
  margin: auto;
  background: url(../img/common/btn_arrow.png) no-repeat center center/contain;
}
.btn-style a:hover {
  opacity: 0.7;
  transition: 0.3s ease;
}
.btn-style a:hover:after {
  transition: 0.3s ease;
}

.post-list dt {
  font-weight: 700;
}
.post-list dd a {
  text-decoration: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.post-list dd a:hover {
  color: var(--main_color);
}
@media (min-width: 768px) {
  .post-list {
    display: grid;
    grid-template-columns: 120px 1fr;
  }
  .post-list dt {
    text-align: center;
  }
  .post-list dt,
  .post-list dd {
    padding: 15px 0;
    border-bottom: solid 1px #ccc;
  }
}
@media (max-width: 767px) {
  .post-list dt {
    padding-top: 5px;
  }
  .post-list dd {
    padding-bottom: 5px;
    border-bottom: solid 1px #ccc;
  }
}

.home #contents .inner {
  width: 100% !important;
  max-width: none !important;
}
.table_txt {
  text-align: right;
}

.sec_top {
  padding: 50px 0;
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .sec_top {
    padding: 120px 0;
  }
}
.sec_top .btn-style {
  padding: 0;
}

h2.top_title {
  text-align: center;
  font-size: clamp(30px, 0.812px + 3.805vw, 48px);
  padding-top: clamp(10px, 1vw, 15px);
  padding-bottom: clamp(10px, 1vw, 15px);
  letter-spacing: 0.06em;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.05em;
  isolation: isolate;
}
h2.top_title::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 3.3958333333em;
  height: 2.5833333333em;
  top: 0;
  bottom: 0.8em;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  background: url(../img/common/h3.png) no-repeat center center/contain;
}

h3.top_title {
  padding-top: 0;
  padding-bottom: 0;
}
h3.top_title::before {
  display: none;
}

.top_time-table {
  margin-bottom: 5px !important;
}
.top_time-table thead th {
  padding: 5px 5px;
}
.top_time-table tbody th,
.top_time-table tbody td {
  padding: 14px 5px;
}

.table01.top_table01 tbody tr:first-of-type th,
.table01.top_table01 tbody tr:first-of-type td {
  border: none;
}
.table01.top_table01 tbody th {
  border-color: #cfcfcf;
  width: 90px;
}
.table01.top_table01 tbody th,
.table01.top_table01 tbody td {
  padding: 10px 0;
}
.table01.top_table01 tbody th a,
.table01.top_table01 tbody td a {
  text-decoration: none;
}

.sec_news {
  background: #fdfaf6;
}
.sec_news h2.top_title {
  padding: 0;
  font-size: 24px;
  color: var(--main_color);
  text-align: left;
}
.sec_news h2.top_title::before {
  display: none;
}
.sec_news .tab_wrap .tab_item {
  display: none;
}
.sec_news .tab_wrap .tab_item.active {
  display: block;
}
.sec_news .tab_wrap {
  /* タブボタン共通設定 */
}
.sec_news .tab_wrap .tab_btn_wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .sec_news .tab_wrap .tab_btn_wrap {
    display: flex;
    flex-wrap: wrap;
  }
}
.sec_news .tab_wrap .tab_btn_wrap li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
  background: #d8f0e0;
  border-radius: 10px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .sec_news .tab_wrap .tab_btn_wrap li {
    font-size: 18px;
    height: 60px;
    width: 49%;
    margin-right: 2%;
  }
  .sec_news .tab_wrap .tab_btn_wrap li:not(:first-child) {
    margin-top: 0;
  }
  .sec_news .tab_wrap .tab_btn_wrap li:nth-child(2n) {
    margin-right: 0;
  }
  .sec_news .tab_wrap .tab_btn_wrap li:nth-child(n+3) {
    margin-top: 2%;
  }
}
@media (min-width: 768px) {
  .sec_news .tab_wrap .tab_btn_wrap li {
    font-size: 20px;
    height: 70px;
    flex: 1;
    margin-right: 14px;
  }
  .sec_news .tab_wrap .tab_btn_wrap li:last-child {
    margin-right: 0;
  }
}
.sec_news .tab_wrap .tab_btn_wrap li:after {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  content: "";
  height: 10px;
  position: absolute;
  right: 0;
  left: 0;
  top: auto;
  bottom: 15px;
  margin: auto;
  width: 10px;
  transform: rotate(135deg);
}
@media (max-width: 767px) {
  .sec_news .tab_wrap .tab_btn_wrap li:after {
    bottom: 8px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .sec_news .tab_wrap .tab_btn_wrap li:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
.sec_news .tab_wrap .tab_btn_wrap li.active {
  color: #fff;
  background: #3fb264;
}
.sec_news .tab_wrap .tab_btn_wrap li.active:after {
  border-color: #fff;
}
.sec_news .tab_wrap .tab_btn_wrap li.tab_btn_orange {
  background: #fadecd;
}
.sec_news .tab_wrap .tab_btn_wrap li.tab_btn_orange::after {
  border-color: #ed7e3d;
}
.sec_news .tab_wrap .tab_btn_wrap li.tab_btn_orange.active {
  background: #ed7e3d;
}
.sec_news .tab_wrap .tab_btn_wrap li.tab_btn_orange.active:after {
  border-color: #fff;
}
.sec_news .tab_wrap .tab_item_wrap {
  margin-top: 14px;
  padding: clamp(20px, -36.755px + 7.4vw, 55px) clamp(15px, -57.97px + 9.514vw, 60px) clamp(20px, -44.863px + 8.457vw, 60px);
  background: #fff;
  border-radius: 20px;
}
.sec_news .tab_wrap {
  /* ボタン設定 */
}
.sec_news .tab_wrap .btnstyle a {
  height: 80px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec_news .post-list dt,
.sec_news .post-list dd {
  padding: clamp(15px, 6.892px + 1.057vw, 20px) 0;
}
@media (max-width: 767px) {
  .sec_news .post-list dt {
    padding-bottom: 0;
  }
}
.sec_news .btn-style {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .sec_news .btn-style {
    text-align: right;
    margin-top: 30px;
  }
}
.sec_news .row_news {
  gap: clamp(20px, -44.863px + 8.457vw, 60px);
  margin-top: 50px;
}
@media (min-width: 768px) {
  .sec_news .row_news {
    display: flex;
    margin-top: 60px;
  }
}
.sec_news .row_news > .col {
  flex: 1;
  background: #fff;
  border-radius: 20px;
  padding: clamp(20px, -36.755px + 7.4vw, 55px) clamp(15px, -57.97px + 9.514vw, 60px) clamp(20px, -44.863px + 8.457vw, 60px);
}
.sec_news .row_news .col_l h3.top_title {
  font-size: clamp(19px, 1.92vw, 24px);
  padding: 10px 0 10px 1.7916666667em;
  margin: 0 auto clamp(15px, 2vw, 25px);
  position: relative;
  color: var(--main_color);
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 5px;
}
.sec_news .row_news .col_l h3.top_title::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.375em;
  height: 1.2083333333em;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto;
  background: url(../img/common/h4.png) no-repeat center center/contain;
  z-index: 1;
}
.sec_news .row_news .col_l .tel_list > li:first-child {
  padding-top: 0;
}
.sec_news .row_news .col_l .tel_list > li {
  padding-top: 23px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cad7cf;
}
@media (min-width: 1150px) {
  .sec_news .row_news .col_l .tel_list_flexBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.sec_news .row_news .col_l .tel_list_flexBox p {
  margin-bottom: 0;
}
.sec_news .row_news .col_l .tel_list_flexBox a {
  font-size: clamp(22px, 18.757px + 0.423vw, 24px);
  font-weight: bold;
  text-decoration: none;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  flex: none;
}
@media (max-width: 1150px) {
  .sec_news .row_news .col_l .tel_list_flexBox a {
    margin-top: 5px;
  }
}
.sec_news .row_news .col_l .tel_list_flexBox a .small {
  display: block;
  font-size: 0.5em;
  text-align: right;
  letter-spacing: 0.08em;
}
.sec_news .row_news .col_l .tel_list_flexBox a .icon {
  position: relative;
  padding-left: 1em;
}
.sec_news .row_news .col_l .tel_list_flexBox a .icon:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.9166666667em;
  height: 0.6666666667em;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto;
  background: url(../img/top/tel_icon02.png) no-repeat center center/contain;
}
.sec_news .row_news .col_r {
  background: url(../img/top/top_news_bg_icon01.png) no-repeat right -2% bottom -10%, #fff;
}
@media (max-width: 767px) {
  .sec_news .row_news .col_r {
    padding-bottom: 80px;
    background: url(../img/top/top_news_bg_icon01.png) no-repeat right -2% bottom -10%/200px, #fff;
  }
}
.sec_news .row_news .col_r h2.top_title {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .sec_news .row_news .col_r h2.top_title {
    margin-bottom: 20px;
  }
}

.sec_about {
  background: url(../img/top/sp_top_about_bg.jpg) no-repeat center top/cover;
  position: relative;
  padding-top: 80px;
}
@media (min-width: 1260px) {
  .sec_about {
    padding-bottom: 450px;
    background: url(../img/top/top_about_bg.jpg) no-repeat center top/cover;
    padding-top: 180px;
  }
}
.sec_about h2.top_title {
  padding: 0;
  color: var(--main_color);
  line-height: 1.6666666667;
  margin-bottom: 10px;
  font-size: clamp(24px, 2.24vw, 36px);
}
@media (min-width: 768px) {
  .sec_about h2.top_title {
    margin-bottom: 35px;
  }
}
.sec_about h2.top_title::before {
  display: none;
}
.sec_about .detailBox {
  line-height: 1.6666666667;
}
@media (min-width: 768px) {
  .sec_about .detailBox {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .sec_about .detailBox p {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .sec_about .detailBox p + p {
    margin-top: 2.1875em;
  }
}
.sec_about .imgBox_pc {
  position: absolute;
  width: 1506px;
  height: auto;
  top: 110px;
  left: 50%;
  transform: translate(-53%, 0);
}
@media (min-width: 1260px) and (max-width: 1450px) {
  .sec_about .imgBox_pc {
    width: 1300px;
  }
}
@media (max-width: 1259px) {
  .sec_about .imgBox_pc {
    display: none;
  }
}
@media (max-width: 1259px) {
  .sec_about .imgBox_sp01,
  .sec_about .imgBox_sp02 {
    display: block !important;
    text-align: center;
  }
}
.sec_about .imgBox_sp01 {
  margin-bottom: 20px;
}
.sec_about .imgBox_sp02 {
  margin-top: 20px;
}

.sec_greeting {
  background: url(../img/top/top_greeting_bg.png) no-repeat center top/cover;
  position: relative;
  isolation: isolate;
}
.sec_greeting:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: calc(100vw - 10px);
  height: 100%;
  top: 0;
  bottom: auto;
  left: 0;
  background: #fff;
  z-index: -1;
}
@media (min-width: 768px) {
  .sec_greeting:before {
    width: 77%;
    border-radius: 0 460px 0 0;
  }
}
.sec_greeting .row_greeting {
  position: relative;
}
@media (min-width: 768px) {
  .sec_greeting .row_greeting {
    display: flex;
    flex-direction: row-reverse;
    gap: 60px;
    align-items: center;
  }
}
.sec_greeting .row_greeting:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 424px;
  height: 517px;
  top: 100%;
  left: auto;
  right: 100%;
  background: url(../img/top/top_greeting_bg_icon02.png) no-repeat center center/contain;
  transform: translate(-5%, -35%);
  z-index: -1;
}
.sec_greeting .row_greeting .col_img {
  position: relative;
}
@media (min-width: 768px) {
  .sec_greeting .row_greeting .col_img {
    width: 45%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .sec_greeting .row_greeting .col_img:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 112.962962963%;
    height: 105.7407407407%;
    top: px;
    bottom: 25%;
    left: 52%;
    right: auto;
    background: url(../img/top/top_greeting_bg_icon01.png) no-repeat center center/contain;
    z-index: -1;
  }
}
.sec_greeting .row_greeting .col_txt {
  flex: 1;
}

.sec_feature .row_feature {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 768px) {
  .sec_feature .row_feature {
    gap: clamp(20px, -20.539px + 5.285vw, 45px);
  }
}
.sec_feature .row_feature > .col {
  width: calc((100% - 10px) / 2);
}
@media (min-width: 768px) {
  .sec_feature .row_feature > .col {
    width: calc((100% - clamp(20px, -20.539px + 5.285vw, 45px) * 2) / 3);
  }
}
.sec_feature h2.top_title {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .sec_feature h2.top_title {
    margin-bottom: 50px;
  }
}
.sec_feature h3.top_title {
  font-size: clamp(18px, 5.027px + 1.691vw, 26px);
  line-height: 1.3846153846;
  font-weight: bold;
  color: var(--main_color);
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .sec_feature h3.top_title {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1241px) {
  .sec_feature h3.top_title .pc_2 {
    display: none;
  }
}
.sec_feature h3.top_title::first-letter {
  color: #f29965;
}
@media (max-width: 767px) {
  .sec_feature .detail {
    font-size: 14px;
  }
}

.sec_information {
  background: url(../img/top/top_information_bg.jpg) no-repeat center top/cover;
}
.sec_information h2.top_title {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .sec_information h2.top_title {
    margin-bottom: 75px;
  }
}
.sec_information .row_information01 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .sec_information .row_information01 {
    gap: clamp(20px, -69.186px + 11.628vw, 75px);
    margin-bottom: 90px;
  }
}
.sec_information .row_information01 > .col {
  width: calc((100% - 10px) / 2);
  max-width: 313px;
}
@media (min-width: 768px) {
  .sec_information .row_information01 > .col {
    width: calc((100% - clamp(20px, -69.186px + 11.628vw, 75px) * 2) / 3);
  }
}
.sec_information .row_information01 > .col a {
  display: block;
  background: #fff;
  aspect-ratio: 1;
  border-radius: 50%;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-align: center;
  line-height: 1.2307692308;
  font-size: clamp(17px, 2.406px + 1.903vw, 26px);
  font-weight: bold;
  border: 4px solid #fbe7d9;
  position: relative;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .sec_information .row_information01 > .col a {
    border: 6px solid #fbe7d9;
  }
}
@media (hover: hover) and (pointer: fine) {
  .sec_information .row_information01 > .col a:hover {
    opacity: 0.7;
  }
  .sec_information .row_information01 > .col a:hover img {
    opacity: 1;
  }
}
.sec_information .row_information01 > .col a:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15.9744408946%;
  aspect-ratio: 1;
  bottom: 4.7923322684%;
  right: 4.7923322684%;
  background: var(--main_color);
  border-radius: 50%;
}
.sec_information .row_information01 > .col a:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 8.3067092652%;
  height: 6.3897763578%;
  bottom: 9.5846645367%;
  right: 8.945686901%;
  background: url(../img/common/btn_arrow.png) no-repeat center center/contain;
  border-radius: 50%;
}
.sec_information .row_information01 > .col a .imgBox {
  width: 42.1725239617%;
}
.sec_information .row_information01 > .col a .txtBox {
  height: 3.6923076923em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.sec_information .row_information01 > .col a .txtBox .group {
  margin-top: 0.3846153846em;
}
.sec_information .row_information02 {
  gap: clamp(20px, -44.863px + 8.457vw, 60px);
}
@media (min-width: 768px) {
  .sec_information .row_information02 {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .sec_information .row_information02 > .col {
    width: calc((100% - clamp(20px, -44.863px + 8.457vw, 60px) * 1) / 2);
  }
}
.sec_information .row_information02 > .col a {
  display: block;
  position: relative;
  font-size: clamp(18px, 5.027px + 1.691vw, 26px);
  color: #fff;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .sec_information .row_information02 > .col a {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (hover: hover) and (pointer: fine) {
  .sec_information .row_information02 > .col a:hover {
    opacity: 0.7;
  }
}
.sec_information .row_information02 > .col a .txtBox {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.3076923077em;
  background-color: rgba(236, 117, 48, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec_information .row_information02 > .col a .txtBox:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.8461538462em;
  height: 0.8461538462em;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0.8846153846em;
  margin: auto;
  background: url(../img/common/btn_arrow02.png) no-repeat center center/contain;
}

.sec_trouble {
  background: url(../img/top/top_trouble_bg.jpg) no-repeat center top/cover;
  position: relative;
  padding-top: 20px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .sec_trouble {
    padding-bottom: 190px;
  }
}
.sec_trouble:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  aspect-ratio: 2000/60;
  bottom: -1px;
  left: 0;
  background: url(../img/top/wave01.png) no-repeat center center/cover;
}
.sec_trouble h2.top_title {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .sec_trouble h2.top_title {
    margin-bottom: 50px;
  }
}
.sec_trouble .row_trouble {
  gap: 40px;
}
@media (min-width: 768px) {
  .sec_trouble .row_trouble {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .sec_trouble .row_trouble > .col + .col {
    margin-top: 20px;
  }
}
.sec_trouble .row_trouble > .col {
  background: #fff;
  border-radius: 20px;
  padding: clamp(20px, -12.431px + 4.228vw, 40px) clamp(15px, -25.539px + 5.285vw, 40px);
}
@media (min-width: 768px) {
  .sec_trouble .row_trouble > .col {
    width: calc((100% - 40px) / 2);
    border-radius: 30px;
  }
}
.sec_trouble .row_trouble > .col h3.top_title {
  font-size: clamp(20px, 13.514px + 0.846vw, 24px);
  text-align: left;
  margin-bottom: 7px;
}
.sec_trouble .row_trouble .trouble_check_list > li {
  padding-left: 1.5em;
  position: relative;
  padding-bottom: 0.4em;
  padding-top: 0.4em;
  border-bottom: 1px solid #bfbfbf;
}
@media (min-width: 768px) {
  .sec_trouble .row_trouble .trouble_check_list > li {
    font-size: 18px;
  }
}
.sec_trouble .row_trouble .trouble_check_list > li:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.8888888889em;
  height: 0.8888888889em;
  top: 0.9em;
  bottom: 0;
  left: 0;
  right: auto;
  background: url(../img/top/check_icon.png) no-repeat center center/contain;
}
@media (min-width: 768px) {
  .sec_trouble .row_trouble .trouble_check_list > li:before {
    top: 1em;
  }
}

.sec_clinic {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .sec_clinic {
    padding-bottom: 70px;
    padding-top: 100px;
  }
}
.sec_clinic h2.top_title {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .sec_clinic h2.top_title {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .sec_clinic .row_clinic {
    display: flex;
    gap: 60px;
  }
}
.sec_clinic .row_clinic > .col {
  flex: 1;
}
.sec_clinic .row_clinic .col_txt .logo_img img {
  width: 320px;
}
@media (min-width: 768px) {
  .sec_clinic .row_clinic .col_txt .logo_img img {
    width: 440px;
  }
}
.sec_clinic .row_clinic .col_txt .logo_img {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .sec_clinic .row_clinic .col_txt .logo_img {
    margin-bottom: 20px;
  }
}
.sec_clinic .row_clinic .col_txt .top_table01 {
  margin-bottom: 30px;
}
.sec_clinic .row_clinic .col_txt h3.top_title {
  font-size: 24px;
  color: var(--main_color);
  text-align: left;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .sec_clinic .row_clinic .col_txt h3.top_title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .sec_clinic .row_clinic .col_map {
    margin-top: 30px;
  }
}
.sec_clinic .row_clinic .col_map .mapBox {
  height: 100%;
}
.sec_clinic .row_clinic .col_map .mapBox iframe {
  height: 350px;
}
@media (min-width: 768px) {
  .sec_clinic .row_clinic .col_map .mapBox iframe {
    height: calc(100% - 50px);
  }
}

@media (max-width: 767px) {
  .clinic_mapBox iframe,
  .dayservice_mapBox iframe,
  .related_facilities_mapBox iframe {
    height: 350px;
  }
}

.img_slider {
  margin: auto;
}
.img_slider .splide__arrow svg {
  stroke: #000;
  stroke-width: 2;
  fill: none;
}
.img_slider .splide__arrow {
  background: #fff;
}
@media (min-width: 768px) {
  .img_slider .splide__arrow {
    width: 3.5em;
    height: 3.5em;
  }
}
.img_slider .splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 4px solid #1dad4c;
}

.img_slider img {
  border-radius: 0;
}

.img_slider .img_slide_thumb {
  margin-top: 10px;
}

.img_slider .img_slide_thumb img {
  padding: 0 2px;
}

.img_slider .img_slide_main .item {
  position: relative;
}

.img_slider .img_slide_main .img_slider_title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px 10px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  .img_slider .img_slide_thumb img {
    padding: 0 5px;
  }
}
body:not(.home) .red {
  color: #cc0000;
}
body:not(.home) .leadtxt {
  font-size: clamp(18px, 8.271px + 1.268vw, 24px);
  color: #3fb264;
  text-decoration: underline;
  font-weight: bold;
}
body:not(.home) .mb20 {
  display: block;
  margin-bottom: 10px;
}
body:not(.home) .orange {
  color: var(--sub_color);
}
body:not(.home) .flex_row {
  display: flex;
}
@media (min-width: 768px) {
  body:not(.home) .flex_row {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  body:not(.home) .flex_row {
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  body:not(.home) .flex_row .col_txt {
    flex: 1;
  }
}
@media (max-width: 767px) {
  body:not(.home) .flex_row .col_img {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  body:not(.home) .flex_row .col_img {
    width: 34%;
  }
}

@media (min-width: 768px) {
  .ul01.list_columns_2 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media (min-width: 768px) {
  .ul01.list_columns_2 > li {
    width: calc((100% - 10px) / 2);
    margin-top: 0 !important;
  }
}

@media (min-width: 768px) {
  .ul01.list_columns_3 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .ul01.list_columns_3 > li {
    width: calc((100% - 20px) / 3);
  }
}

@media (min-width: 768px) {
  .ul_arrow.float-list2 {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 0;
  }
  .ul_arrow.float-list2 li {
    margin-bottom: 0 !important;
  }
}

.border-table_rehabilitation thead th:nth-of-type(2) {
  width: 40%;
}
.border-table_rehabilitation thead th:nth-of-type(3) {
  width: 130px;
}
.border-table_rehabilitation tbody th {
  writing-mode: vertical-lr;
  text-align: center;
}

@media (max-width: 767px) {
  .scroll_table {
    overflow-x: scroll;
  }
  .scroll_table table {
    min-width: 768px;
  }
}

.blog.archive #main h3 {
  font-size: clamp(22px, 1.92vw, 24px);
  border-bottom: solid 1px var(--main_color);
  padding: 10px 0 10px 1.7916666667em;
  margin: 0 auto clamp(15px, 2vw, 25px);
  position: relative;
  margin-top: 20px;
  text-align: left;
}
.blog.archive #main h3:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.375em;
  height: 1.2083333333em;
  top: 10px;
  bottom: 0;
  left: 0;
  right: auto;
  margin: 0;
  background: url(../img/common/h4.png) no-repeat center center/contain;
}
.blog.archive #main h3 a {
  text-decoration: none;
  color: var(--main_color);
}
@media (hover: hover) and (pointer: fine) {
  .blog.archive #main h3 a:hover {
    color: #f29965;
  }
}

@media (min-width: 768px) {
  .category-in-blog #main {
    width: 72%;
  }
}
.category-in-blog #aside {
  background: #e9f8ed;
  border-radius: 20px;
  padding: 20px 15px;
}
@media (max-width: 767px) {
  .category-in-blog #aside {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .category-in-blog #aside {
    width: 23.5%;
  }
}
.category-in-blog #aside h3 {
  border-bottom: 2px solid #3fb264;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 12px;
  font-weight: bold;
  padding-top: 0;
  margin-bottom: 20px;
}
.category-in-blog #aside h3::before {
  display: none;
}
.category-in-blog #aside .category a {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .category-in-blog #aside .category a:hover {
    color: #3fb264;
  }
}
.category-in-blog #aside .category li.parent-category {
  font-weight: bold;
  font-size: 18px;
}
.category-in-blog #aside .category li:not(.parent-category) {
  padding-left: 15px;
  position: relative;
}
.category-in-blog #aside .category li:not(.parent-category):before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 1px;
  top: 13px;
  bottom: auto;
  left: 0;
  right: auto;
  background: #333;
}
@media (min-width: 768px) {
  .category-in-blog #contents .inner {
    display: flex;
    justify-content: space-between;
    align-items: start;
  }
}

.page-sitemap #menu-menu-1 li {
  position: relative;
  padding: 0.8em 0.2em 0.7em 1.1em;
  border-bottom: 2px dotted #eee;
  vertical-align: top;
}
.page-sitemap #menu-menu-1 li::after {
  display: block;
  position: absolute;
  top: 1.4em;
  left: 0.1em;
  width: 0.3em;
  height: 0.3em;
  transform: rotate(45deg);
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
  content: "";
}
.page-sitemap #menu-menu-1 li a {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .page-sitemap #menu-menu-1 li a:hover {
    color: #3fb264;
  }
}

.under_leadtxt {
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}
@media (min-width: 768px) {
  .under_leadtxt {
    font-size: 20px;
  }
}

.bg_section {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  display: block;
  z-index: 2;
  position: relative;
  background: #fdfaf6;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .bg_section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.under-page .inner.clearfix {
  overflow: visible !important;
}

.section_dayservice_bg .txtBox {
  padding: 80px clamp(15px, -41.755px + 7.4vw, 50px);
  background: url(../img/common/dayservice_bg.png) no-repeat center center/cover;
  border-radius: 20px;
}
@media (max-width: 950px) {
  .section_dayservice_bg .txtBox {
    background: url(../img/common/sp_dayservice_bg.png) no-repeat center top/cover;
    padding-bottom: 20px;
    padding-top: 57.8703703704%;
  }
}
@media (min-width: 951px) {
  .section_dayservice_bg .txtBox .under_leadtxt {
    width: 54.5833333333%;
  }
}
.section_dayservice_bg .txtBox .under_leadtxt {
  text-align: left;
  letter-spacing: 0;
  line-height: 1.6666666667;
}

.under-page #main .border-table th,
.under-page #main .border-table td,
.under-page #main .time-table th,
.under-page #main .time-table td {
  font-size: 16px;
}/*# sourceMappingURL=index.css.map */