@charset "UTF-8";
/*@mixin mob {
	@media screen and (max-width: 375px) {
    	@content;
	}
}*/
/*---------------------------------
共通
---------------------------------*/
.page-header {
  width: auto;
  margin: 0 2.9282576867vw;
  height: 21.9619326501vw;
  background: #fff url(../img/page-header-bg.png.webp) no-repeat center right/contain;
  border-radius: 0 0 2.196193265vw 2.196193265vw;
  overflow: hidden;
  box-shadow: 0 0 0.7320644217vw rgba(165, 196, 171, 0.75);
}
@media screen and (min-width: 1501px) {
  .page-header {
    width: 1366px;
    height: 300px;
    margin: 0 auto;
    border-radius: 0 0 30px 30px;
    box-shadow: 0 0 10px rgba(165, 196, 171, 0.75);
  }
}
@media screen and (max-width: 768px) {
  .page-header {
    width: auto;
    height: 29.8666666667vw;
    margin: 0 3.2vw;
    border-radius: 0 0 8vw 8vw;
    box-shadow: 0 0 2.6666666667vw rgba(165, 196, 171, 0.75);
    background-position: center right -13.3333333333vw;
  }
}
.page-header .page-header-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.page-header .page-header-wrap:before {
  content: "";
  position: absolute;
  z-index: 1;
  background: url(../img/h-logo.svg) no-repeat center/contain;
  width: 9.2972181552vw;
  height: 10.2489019034vw;
  margin-top: -5.1244509517vw;
  top: 50%;
  left: 7.3206442167vw;
}
@media screen and (min-width: 1501px) {
  .page-header .page-header-wrap:before {
    width: 127px;
    height: 140px;
    margin-top: -70px;
    left: 100px;
  }
}
@media screen and (max-width: 768px) {
  .page-header .page-header-wrap:before {
    width: 16.9333333333vw;
    height: 18.6666666667vw;
    margin-top: -9.3333333333vw;
    left: 5.3333333333vw;
  }
}
.page-header .page-header-ttl {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: 0 0 0 6.8814055637vw;
  text-shadow: 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff;
}
@media screen and (min-width: 1501px) {
  .page-header .page-header-ttl {
    padding: 0 0 0 94px;
  }
}
@media screen and (max-width: 768px) {
  .page-header .page-header-ttl {
    padding: 0 0 0 6.4vw;
  }
}
.page-header .page-header-ttl strong {
  font-size: 2.635431918vw;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1501px) {
  .page-header .page-header-ttl strong {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .page-header .page-header-ttl strong {
    font-size: 4.8vw;
  }
}
.page-header .page-header-ttl small {
  font-size: 1.1713030747vw;
  color: #198931;
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1501px) {
  .page-header .page-header-ttl small {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .page-header .page-header-ttl small {
    font-size: 3.4666666667vw;
  }
}

.breadcrumbs {
  padding: 2.9282576867vw 0;
  font-size: 1.1713030747vw;
}
@media screen and (min-width: 1501px) {
  .breadcrumbs {
    padding: 40px 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    padding: 5.3333333333vw 0;
    font-size: 13px;
  }
}
.breadcrumbs a {
  color: #198931;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}

.page-content .page-content-cnt {
  margin-bottom: 4.39238653vw;
}
@media screen and (min-width: 1501px) {
  .page-content .page-content-cnt {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .page-content .page-content-cnt {
    margin-bottom: 10.6666666667vw;
  }
}
.page-content .page-content-cnt ._flow {
  background-color: #f1ffe8;
  padding: 2.9282576867vw 4.39238653vw;
  border-radius: 2.196193265vw;
}
@media screen and (min-width: 1501px) {
  .page-content .page-content-cnt ._flow {
    padding: 40px 60px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 768px) {
  .page-content .page-content-cnt ._flow {
    padding: 5.3333333333vw 3.2vw;
    border-radius: 5.3333333333vw;
  }
}
.page-content .page-content-cnt ._flow ol {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.196193265vw;
  margin: 0 auto;
  list-style: none;
}
@media screen and (min-width: 1501px) {
  .page-content .page-content-cnt ._flow ol {
    width: 70%;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .page-content .page-content-cnt ._flow ol {
    width: 100%;
    gap: 5.3333333333vw;
  }
}
.page-content .page-content-cnt ._flow ol li {
  background-color: #fff;
  border-radius: 1.4641288433vw;
  padding: 1.4641288433vw;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1501px) {
  .page-content .page-content-cnt ._flow ol li {
    border-radius: 20px;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .page-content .page-content-cnt ._flow ol li {
    width: 100%;
    border-radius: 5.3333333333vw;
    padding: 5.3333333333vw 3.2vw;
  }
}
.page-content .page-content-cnt ._flow ol li:after {
  content: "";
  position: absolute;
  bottom: -1.4641288433vw;
  left: 50%;
  background: url(../img/arrow.svg) no-repeat center/contain;
  width: 1.8301610542vw;
  height: 1.8301610542vw;
  margin-left: -0.9150805271vw;
  rotate: 90deg;
}
@media screen and (min-width: 1501px) {
  .page-content .page-content-cnt ._flow ol li:after {
    bottom: -20px;
    width: 25px;
    height: 25px;
    margin-left: -12.5px;
  }
}
@media screen and (max-width: 768px) {
  .page-content .page-content-cnt ._flow ol li:after {
    bottom: -4vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin-left: -2.6666666667vw;
  }
}
.page-content .page-content-cnt ._flow ol li:last-child:after {
  content: none;
}
.page-content .page-content-cnt ._flow ol li ._ttl {
  position: relative;
  margin: 0 0 0.7320644217vw;
  padding: 0 0 0 5.8565153734vw;
}
@media screen and (min-width: 1501px) {
  .page-content .page-content-cnt ._flow ol li ._ttl {
    margin: 0 0 10px;
    padding: 0 0 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .page-content .page-content-cnt ._flow ol li ._ttl {
    margin: 0 0 2.6666666667vw;
    padding: 0 0 0 16vw;
  }
}
.page-content .page-content-cnt ._flow ol li ._ttl span {
  position: absolute;
  background-color: #198931;
  top: -2.196193265vw;
  left: -2.196193265vw;
  width: 5.8565153734vw;
  height: 5.8565153734vw;
  line-height: 5.8565153734vw;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 1.317715959vw;
  font-weight: 700;
}
@media screen and (min-width: 1501px) {
  .page-content .page-content-cnt ._flow ol li ._ttl span {
    top: -30px;
    left: -30px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .page-content .page-content-cnt ._flow ol li ._ttl span {
    top: -8vw;
    left: -5.3333333333vw;
    width: 17.3333333333vw;
    height: 17.3333333333vw;
    line-height: 17.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.page-content .page-content-cnt ._flow ol li ._ttl strong {
  font-size: 1.6105417277vw;
  font-weight: 700;
  color: #198931;
}
@media screen and (min-width: 1501px) {
  .page-content .page-content-cnt ._flow ol li ._ttl strong {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .page-content .page-content-cnt ._flow ol li ._ttl strong {
    font-size: 4.8vw;
  }
}
.page-content .page-content-cnt ._flow ol li ._cnt {
  padding: 0 2.9282576867vw 1.4641288433vw 5.8565153734vw;
}
@media screen and (min-width: 1501px) {
  .page-content .page-content-cnt ._flow ol li ._cnt {
    padding: 0 40px 20px 80px;
  }
}
@media screen and (max-width: 768px) {
  .page-content .page-content-cnt ._flow ol li ._cnt {
    padding: 0 5.3333333333vw 2.6666666667vw;
  }
}
.page-content .page-content-cnt ._flow ._notes {
  margin: 2.9282576867vw 0 0;
  background-color: #fff;
  padding: 2.196193265vw 2.9282576867vw;
  border-radius: 2.196193265vw;
}
@media screen and (min-width: 1501px) {
  .page-content .page-content-cnt ._flow ._notes {
    margin: 40px 0 0;
    padding: 30px 40px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 768px) {
  .page-content .page-content-cnt ._flow ._notes {
    margin: 5.3333333333vw 0 0;
    padding: 5.3333333333vw 3.2vw;
    border-radius: 5.3333333333vw;
  }
}
.page-content .page-content-cnt ._flow ._notes h3 {
  margin-bottom: 0.5em;
}
.page-content ._cnt-h2 {
  border-bottom: solid #cdcece 0.0732064422vw;
  position: relative;
  margin-bottom: 3.6603221083vw;
}
@media screen and (min-width: 1501px) {
  .page-content ._cnt-h2 {
    border-bottom-width: 1px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .page-content ._cnt-h2 {
    border-bottom-width: 0.2666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}
.page-content ._cnt-h2._mbh {
  margin-bottom: 2.196193265vw;
}
@media screen and (min-width: 1501px) {
  .page-content ._cnt-h2._mbh {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .page-content ._cnt-h2._mbh {
    margin-bottom: 4vw;
  }
}
.page-content ._cnt-h2:before {
  content: "";
  position: absolute;
  bottom: -0.0732064422vw;
  left: 0;
  background-color: #ff8bae;
  width: 10%;
  height: 0.0732064422vw;
  z-index: 10;
}
@media screen and (min-width: 1501px) {
  .page-content ._cnt-h2:before {
    bottom: -1px;
    height: 1px;
  }
}
@media screen and (max-width: 768px) {
  .page-content ._cnt-h2:before {
    bottom: -0.2666666667vw;
    height: 0.2666666667vw;
  }
}
.page-content ._cnt-h2 ._h2 {
  font-size: 2.196193265vw;
  font-weight: 700;
  line-height: 1.3;
  color: #198931;
  padding: 1em;
}
@media screen and (min-width: 1501px) {
  .page-content ._cnt-h2 ._h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .page-content ._cnt-h2 ._h2 {
    font-size: 5.8666666667vw;
    padding: 1em 0.5em;
  }
}
.page-content ._cnt-h3 {
  position: relative;
  margin-bottom: 3.6603221083vw;
  padding: 0 0 0 2.196193265vw;
}
@media screen and (min-width: 1501px) {
  .page-content ._cnt-h3 {
    margin-bottom: 50px;
    padding: 0 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .page-content ._cnt-h3 {
    margin-bottom: 8vw;
    padding: 0 0 0 4.8vw;
  }
}
.page-content ._cnt-h3._mbh {
  margin-bottom: 2.196193265vw;
}
@media screen and (min-width: 1501px) {
  .page-content ._cnt-h3._mbh {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .page-content ._cnt-h3._mbh {
    margin-bottom: 4vw;
  }
}
.page-content ._cnt-h3 ._h3 {
  font-size: 1.6105417277vw;
  font-weight: 700;
  line-height: 1.3;
  padding: 0 0 0 2em;
  position: relative;
}
@media screen and (min-width: 1501px) {
  .page-content ._cnt-h3 ._h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .page-content ._cnt-h3 ._h3 {
    font-size: 4.8vw;
    padding: 0 0 0 1.5em;
  }
}
.page-content ._cnt-h3 ._h3:before {
  content: "●";
  color: #198931;
  position: absolute;
  top: 0;
  left: 0;
}
.page-content ._h-dot {
  position: relative;
  padding: 0 0 0 2em;
  margin: 0 0 1.5em;
  font-size: 1.6105417277vw;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1501px) {
  .page-content ._h-dot {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .page-content ._h-dot {
    font-size: 4.8vw;
    padding: 0 0 0 1.5em;
    margin: 0 0 1em;
  }
}
.page-content ._h-dot:before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  color: #198931;
}
.page-content ._h4 {
  font-size: 1.317715959vw;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.5;
  background-color: #f1ffe8;
  padding: 1em 2em;
  border-bottom: solid #198931 0.0732064422vw;
  margin: 0 0 1.5em;
}
@media screen and (min-width: 1501px) {
  .page-content ._h4 {
    font-size: 18px;
    border-bottom-width: 1px;
  }
}
@media screen and (max-width: 768px) {
  .page-content ._h4 {
    font-size: 4.2666666667vw;
    border-bottom-width: 0.2666666667vw;
  }
}
.page-content p {
  font-size: 1.1713030747vw;
  line-height: 2.1;
}
@media screen and (min-width: 1501px) {
  .page-content p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .page-content p {
    font-size: 3.4666666667vw;
  }
}
.page-content p._mb {
  margin-bottom: 1em;
}
.page-content p._mbx {
  margin-bottom: 2em;
}
.page-content p._mbxx {
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  .page-content p._spp {
    padding-left: 3.2vw;
    padding-right: 3.2vw;
  }
}
.page-content p._center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-content p._center._spp {
    text-align: left;
  }
}
.page-content p.f_18 {
  font-size: 1.317715959vw;
}
@media screen and (min-width: 1501px) {
  .page-content p.f_18 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .page-content p.f_18 {
    font-size: 4vw;
  }
}
.page-content p.f_22 {
  font-size: 1.6105417277vw;
}
@media screen and (min-width: 1501px) {
  .page-content p.f_22 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .page-content p.f_22 {
    font-size: 4.2666666667vw;
  }
}
.page-content p.f_24 {
  font-size: 1.756954612vw;
}
@media screen and (min-width: 1501px) {
  .page-content p.f_24 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .page-content p.f_24 {
    font-size: 4.8vw;
  }
}
.page-content p strong {
  font-weight: bold;
}
.page-content p a {
  color: #198931;
  text-decoration: underline;
}
.page-content p a:hover {
  text-decoration: none;
}
.page-content small._kome {
  display: inline-block;
  position: relative;
  font-size: 1.1713030747vw;
  padding: 0 0 0 1em;
}
@media screen and (min-width: 1501px) {
  .page-content small._kome {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .page-content small._kome {
    font-size: 3.7333333333vw;
  }
}
.page-content small._kome:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.page-content dl {
  font-size: 1.1713030747vw;
  line-height: 2.1;
}
@media screen and (min-width: 1501px) {
  .page-content dl {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .page-content dl {
    font-size: 3.4666666667vw;
  }
}
.page-content ul {
  font-size: 1.1713030747vw;
  line-height: 2.1;
}
@media screen and (min-width: 1501px) {
  .page-content ul {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .page-content ul {
    font-size: 3.4666666667vw;
  }
}
.page-content ul._ul-dot {
  list-style: outside disc;
  margin-left: 1.5em;
}
.page-content ul._mb {
  margin-bottom: 1em;
}
.page-content ul._mbx {
  margin-bottom: 2em;
}
.page-content ul._mbxx {
  margin-bottom: 3em;
}
.page-content ol {
  font-size: 1.1713030747vw;
  line-height: 2.1;
  list-style: outside decimal;
  margin-left: 1.5em;
}
@media screen and (min-width: 1501px) {
  .page-content ol {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .page-content ol {
    font-size: 3.4666666667vw;
  }
}
.page-content ol._mb {
  margin-bottom: 1em;
}
.page-content ol._mbx {
  margin-bottom: 2em;
}
.page-content ol._mbxx {
  margin-bottom: 3em;
}
.page-content dl {
  font-size: 1.1713030747vw;
  line-height: 2.1;
}
@media screen and (min-width: 1501px) {
  .page-content dl {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .page-content dl {
    font-size: 3.4666666667vw;
  }
}
.page-content dl._dl-num {
  counter-reset: number 0;
}
.page-content dl._dl-num dt {
  position: relative;
  padding: 0 0 0 1.5em;
}
.page-content dl._dl-num dt:before {
  counter-increment: number 1;
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.page-content dl._dl-num dd {
  margin-left: 1.5em;
}
.page-content dl._mb {
  margin-bottom: 1em;
}
.page-content dl._mbx {
  margin-bottom: 2em;
}
.page-content dl._mbxx {
  margin-bottom: 3em;
}
.page-content ._btn {
  text-align: center;
  padding: 4.39238653vw 0 0;
}
@media screen and (min-width: 1501px) {
  .page-content ._btn {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .page-content ._btn {
    padding: 8vw 0 0;
  }
}
.page-content ._btn._ph {
  padding-top: 1.4641288433vw;
}
@media screen and (min-width: 1501px) {
  .page-content ._btn._ph {
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .page-content ._btn._ph {
    padding: 5.3333333333vw 0 0;
  }
}
.page-content:last-of-type {
  padding-bottom: 7.3206442167vw;
}
@media screen and (min-width: 1501px) {
  .page-content:last-of-type {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .page-content:last-of-type {
    padding-bottom: 13.3333333333vw;
  }
}
.page-content ._gr {
  color: #198931;
}
.page-content ._pink {
  color: #ff8bae;
}

._submenu {
  background-color: #f9f9f9;
  padding: 2.5622254758vw 4.39238653vw 2.9282576867vw;
  border-radius: 1.4641288433vw;
}
@media screen and (min-width: 1501px) {
  ._submenu {
    padding: 35px 60px 40px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  ._submenu {
    padding: 4vw 8vw 5.3333333333vw;
    border-radius: 5.3333333333vw;
  }
}
._submenu ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.317715959vw;
  font-weight: 600;
  gap: 1.8301610542vw;
  line-height: 1.5;
}
@media screen and (min-width: 1501px) {
  ._submenu ul {
    font-size: 18px;
    gap: 25px;
  }
}
@media screen and (max-width: 768px) {
  ._submenu ul {
    /*flex-direction:column;
    align-items:start;
    gap:sw(15);*/
    display: block;
    font-size: 4.2666666667vw;
    line-height: 2.1;
  }
}
._submenu ul li a {
  display: block;
  padding: 0 3em 0 0;
  background: url(../img/arrow.svg) no-repeat center right/1.0248901903vw auto;
}
@media screen and (min-width: 1501px) {
  ._submenu ul li a {
    background-size: 14px auto;
  }
}
@media screen and (max-width: 768px) {
  ._submenu ul li a {
    padding: 0 2em 0 0;
    background-size: 3.7333333333vw auto;
  }
}
._submenu ul li a:hover {
  color: #198931;
  text-decoration: underline;
}

table.wide-table {
  width: 100%;
  border-collapse: collapse;
  border-top: solid #e6e6e6 0.0732064422vw;
  font-size: 1.1713030747vw;
  line-height: 1.8;
}
@media screen and (min-width: 1501px) {
  table.wide-table {
    border-top-width: 1px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  table.wide-table {
    border-top-width: 0.2666666667vw;
    font-size: 3.7333333333vw;
    width: 200%;
  }
}
table.wide-table th {
  background-color: #f1ffe8;
  padding: 1em 1em;
  text-align: center;
  border-bottom: solid #e6e6e6 0.0732064422vw;
  font-weight: 700;
}
@media screen and (min-width: 1501px) {
  table.wide-table th {
    border-bottom-width: 1px;
  }
}
@media screen and (max-width: 768px) {
  table.wide-table th {
    border-bottom-width: 0.2666666667vw;
  }
}
table.wide-table td {
  padding: 1em 1em;
  text-align: left;
  border-bottom: solid #e6e6e6 0.0732064422vw;
}
@media screen and (min-width: 1501px) {
  table.wide-table td {
    border-bottom-width: 1px;
  }
}
@media screen and (max-width: 768px) {
  table.wide-table td {
    border-bottom-width: 0.2666666667vw;
  }
}
table.wide-table td._h {
  text-align: left;
  font-weight: 700;
  width: 20%;
}
table.wide-table td._c {
  text-align: center;
  width: 20%;
}
table.table-common {
  width: 100%;
  border-collapse: collapse;
  border-top: solid #e6e6e6 0.0732064422vw;
  font-size: 1.1713030747vw;
}
@media screen and (min-width: 1501px) {
  table.table-common {
    border-top-width: 1px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  table.table-common {
    display: block;
    border-top-width: 0.2666666667vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  table.table-common tr, table.table-common tbody {
    display: block;
  }
}
table.table-common th {
  border-bottom: solid #e6e6e6 0.0732064422vw;
  width: 25%;
  background-color: #f1ffe8;
  color: #198931;
  padding: 0.8em 1em;
  font-weight: 600;
}
@media screen and (min-width: 1501px) {
  table.table-common th {
    border-bottom-width: 1px;
  }
}
@media screen and (max-width: 768px) {
  table.table-common th {
    display: block;
    width: auto;
    border-bottom: none;
  }
}
table.table-common td {
  border-bottom: solid #e6e6e6 0.0732064422vw;
  padding: 0.8em 1.5em;
}
@media screen and (min-width: 1501px) {
  table.table-common td {
    border-bottom-width: 1px;
  }
}
@media screen and (max-width: 768px) {
  table.table-common td {
    display: block;
    width: auto;
    border-bottom-width: 0.2666666667vw;
    padding: 0.8em 1em;
  }
}

._faq-list {
  width: 73.2064421669vw;
  margin: 0 auto;
}
@media screen and (min-width: 1501px) {
  ._faq-list {
    width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  ._faq-list {
    width: auto;
  }
}
._faq-list dl {
  border: solid #198931 0.0732064422vw;
  border-radius: 1.4641288433vw;
  overflow: hidden;
  margin: 0 0 1.4641288433vw;
}
@media screen and (min-width: 1501px) {
  ._faq-list dl {
    border-width: 1px;
    border-radius: 20px;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  ._faq-list dl {
    border-width: 0.2666666667vw;
    border-radius: 5.3333333333vw;
    margin: 0 0 5.3333333333vw;
  }
}
._faq-list dl dt {
  background-color: #198931;
  color: #fff;
  font-size: 1.317715959vw;
  padding: 0.6em 1.5em;
}
@media screen and (min-width: 1501px) {
  ._faq-list dl dt {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  ._faq-list dl dt {
    font-size: 4.2666666667vw;
  }
}
._faq-list dl dt span {
  display: block;
  position: relative;
  padding: 0 0 0 1.5em;
}
._faq-list dl dt span:before {
  content: "Q.";
  position: absolute;
  top: 0;
  left: 0;
}
._faq-list dl dd {
  font-size: 1.1713030747vw;
  padding: 1.2em 1.6em 2em;
}
@media screen and (min-width: 1501px) {
  ._faq-list dl dd {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  ._faq-list dl dd {
    font-size: 3.7333333333vw;
  }
}
._faq-list dl dd p {
  padding: 0 0 0 3em;
  position: relative;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  ._faq-list dl dd p {
    padding: 0 0 0 2em;
  }
}
._faq-list dl dd p:before {
  content: "A.";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  color: #ff8bae;
  font-size: 1.6105417277vw;
  line-height: 1.3;
}
@media screen and (min-width: 1501px) {
  ._faq-list dl dd p:before {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  ._faq-list dl dd p:before {
    font-size: 4.8vw;
  }
}
._faq-list dl dd p a {
  color: #036ea9;
}
._faq-list dl dd p a:hover {
  text-decoration: underline;
}
._faq-list dl dd ._btn {
  padding: 1em 0 0 3em;
  display: flex;
  flex-wrap: wrap;
  gap: 1.4641288433vw;
}
@media screen and (min-width: 1501px) {
  ._faq-list dl dd ._btn {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  ._faq-list dl dd ._btn {
    justify-content: center;
    gap: 5.3333333333vw;
    padding: 1em 0 0;
  }
}

.page-navi {
  position: static;
  padding: 0 0 5.8565153734vw;
  transition: 0.6s ease;
}
@media screen and (min-width: 1501px) {
  .page-navi {
    padding: 0 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .page-navi {
    padding: 0 0 10.6666666667vw;
  }
}
.page-navi .page-navi-wrap {
  padding: 0 2.9282576867vw;
}
@media screen and (min-width: 1501px) {
  .page-navi .page-navi-wrap {
    padding: 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .page-navi .page-navi-wrap {
    padding: 0;
  }
}
.page-navi .page-navi-wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.4641288433vw;
}
@media screen and (min-width: 1501px) {
  .page-navi .page-navi-wrap ul {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .page-navi .page-navi-wrap ul {
    justify-content: start;
    gap: 3.2vw 4%;
  }
}
.page-navi .page-navi-wrap ul li {
  width: 15.3733528551vw;
  font-size: 1.1713030747vw;
  font-weight: 600;
}
@media screen and (min-width: 1501px) {
  .page-navi .page-navi-wrap ul li {
    width: 210px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .page-navi .page-navi-wrap ul li {
    width: 48%;
    font-size: 3.7333333333vw;
  }
}
.page-navi .page-navi-wrap ul li br.tb {
  display: none;
}
.page-navi .page-navi-wrap ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 4.39238653vw;
  border-radius: 0.7320644217vw;
  border: solid #198931 0.0732064422vw;
  background-color: #fff;
  padding: 0 1.2em;
  line-height: 1.3;
}
@media screen and (min-width: 1501px) {
  .page-navi .page-navi-wrap ul li a {
    height: 60px;
    border-radius: 10px;
    border-width: 1px;
  }
}
@media screen and (max-width: 768px) {
  .page-navi .page-navi-wrap ul li a {
    height: 13.3333333333vw;
    border-radius: 2.6666666667vw;
    border-width: 0.2666666667vw;
  }
}
.page-navi .page-navi-wrap ul li a span {
  width: 100%;
  display: block;
  background: url(../img/page-navi-arrow.svg) no-repeat center right/1.4641288433vw auto;
  padding-right: 2em;
}
@media screen and (min-width: 1501px) {
  .page-navi .page-navi-wrap ul li a span {
    background-size: 20px auto;
  }
}
@media screen and (max-width: 768px) {
  .page-navi .page-navi-wrap ul li a span {
    background-size: 4.2666666667vw auto;
  }
}
.page-navi .page-navi-wrap ul li a:hover {
  background-color: #f1ffe8;
}
.page-navi.fixed {
  position: fixed;
  left: 0;
  top: 10.980966325vw;
  width: 100vw;
  z-index: 9999;
  margin: 0;
}
@media screen and (min-width: 1501px) {
  .page-navi.fixed {
    top: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .page-navi.fixed {
    top: 6.588579795vw;
  }
}
@media screen and (max-width: 768px) {
  .page-navi.fixed {
    position: static;
    top: 18.6666666667vw;
  }
}
.page-navi.fixed .inner {
  width: 100vw;
  margin: 0;
  padding: 0;
}
.page-navi.fixed .page-navi-wrap {
  padding: 0;
  background-color: #fff;
  border-bottom: solid #198931 0.0732064422vw;
}
@media screen and (min-width: 1501px) {
  .page-navi.fixed .page-navi-wrap {
    border-bottom-width: 1px;
  }
}
@media screen and (max-width: 768px) {
  .page-navi.fixed .page-navi-wrap {
    border-bottom-width: 0.2666666667vw;
  }
}
.page-navi.fixed .page-navi-wrap ul {
  justify-content: space-between;
  gap: 0;
}
.page-navi.fixed .page-navi-wrap ul li {
  position: relative;
  flex: 1;
}
.page-navi.fixed .page-navi-wrap ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #cdcece;
  width: 0.0732064422vw;
  height: 3.513909224vw;
  transform: translateY(-50%);
}
@media screen and (min-width: 1501px) {
  .page-navi.fixed .page-navi-wrap ul li:after {
    width: 1px;
    height: 48px;
  }
}
@media screen and (max-width: 768px) {
  .page-navi.fixed .page-navi-wrap ul li:after {
    width: 0.2666666667vw;
    height: 12.8vw;
  }
}
.page-navi.fixed .page-navi-wrap ul li br.tb {
  display: block;
}
@media screen and (min-width: 1501px) {
  .page-navi.fixed .page-navi-wrap ul li br.tb {
    display: none;
  }
}
.page-navi.fixed .page-navi-wrap ul li br.nb {
  display: none;
}
.page-navi.fixed .page-navi-wrap ul li a {
  border-radius: 0;
  border: none;
}
.page-navi.fixed .page-navi-wrap ul li:last-child:after {
  content: none;
}
.page-navi.fixed.scrolled {
  top: -4.39238653vw;
}
@media screen and (min-width: 1501px) {
  .page-navi.fixed.scrolled {
    top: -60px;
  }
}
@media screen and (max-width: 768px) {
  .page-navi.fixed.scrolled {
    top: -16vw;
  }
}

._contact-box {
  background-color: #f1ffe8;
  border-radius: 2.196193265vw;
  padding: 2.196193265vw 0 4.39238653vw;
}
@media screen and (min-width: 1501px) {
  ._contact-box {
    border-radius: 30px;
    padding: 30px 0 60px;
  }
}
@media screen and (max-width: 768px) {
  ._contact-box {
    border-radius: 5.3333333333vw;
    padding: 5.3333333333vw 3.2vw 8vw;
  }
}
._contact-box ._tel {
  background-color: #fff;
  width: 59.2972181552vw;
  margin: 0 auto;
  border-radius: 2.196193265vw;
  padding: 2.9282576867vw;
  text-align: center;
}
@media screen and (min-width: 1501px) {
  ._contact-box ._tel {
    border-radius: 30px;
    width: 810px;
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  ._contact-box ._tel {
    border-radius: 5.3333333333vw;
    width: auto;
    padding: 5.3333333333vw;
  }
}
._contact-box ._tel ._number {
  display: inline-block;
  font-size: 2.4890190337vw;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 0 0 3.6603221083vw;
  background: url(../img/icon-tel.svg) no-repeat center left/2.9282576867vw auto;
  margin: 0 0 0.3em;
}
@media screen and (min-width: 1501px) {
  ._contact-box ._tel ._number {
    font-size: 34px;
    padding: 0 0 0 50px;
    background-size: 40px auto;
  }
}
@media screen and (max-width: 768px) {
  ._contact-box ._tel ._number {
    font-size: 8vw;
    padding: 0 0 0 13.3333333333vw;
    background-size: 10.6666666667vw auto;
  }
}
._contact-box ._tel ._number a {
  display: inline-block;
}
._contact-box ._tel ._time {
  font-size: 1.4641288433vw;
}
@media screen and (min-width: 1501px) {
  ._contact-box ._tel ._time {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  ._contact-box ._tel ._time {
    font-size: 4.2666666667vw;
  }
}
._contact-box ._tel ._btn {
  padding-top: 2.196193265vw;
}
@media screen and (min-width: 1501px) {
  ._contact-box ._tel ._btn {
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  ._contact-box ._tel ._btn {
    padding-top: 5.3333333333vw;
  }
}
._contact-box ._tel small {
  padding: 1.5em 0 0;
  display: block;
  font-size: 1.317715959vw;
  line-height: 2;
}
@media screen and (min-width: 1501px) {
  ._contact-box ._tel small {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  ._contact-box ._tel small {
    font-size: 3.7333333333vw;
  }
}

._nr {
  padding-left: 5.8565153734vw;
  padding-right: 5.8565153734vw;
}
@media screen and (min-width: 1501px) {
  ._nr {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media screen and (max-width: 768px) {
  ._nr {
    padding-left: 0;
    padding-right: 0;
  }
}

.faq-list {
  background-color: #f9f9f9;
  padding: 2.9282576867vw 2.9282576867vw;
  border-radius: 2.196193265vw;
}
@media screen and (min-width: 1501px) {
  .faq-list {
    padding: 40px 40px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 768px) {
  .faq-list {
    padding: 5.3333333333vw 3.2vw;
    border-radius: 5.3333333333vw;
  }
}
.faq-list dl {
  margin: 0 0 2.9282576867vw;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  border-radius: 0.7320644217vw;
  overflow: hidden;
}
@media screen and (min-width: 1501px) {
  .faq-list dl {
    margin: 0 0 40px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .faq-list dl {
    margin: 0 0 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
}
.faq-list dl:before {
  content: "";
  width: 2.196193265vw;
  height: 0.1464128843vw;
  background-color: #198931;
  position: absolute;
  top: 3.3674963397vw;
  right: 2.9282576867vw;
  rotate: 90deg;
  transition: 0.5s ease;
}
@media screen and (min-width: 1501px) {
  .faq-list dl:before {
    width: 30px;
    height: 2px;
    top: 46px;
    right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .faq-list dl:before {
    width: 8vw;
    height: 0.5333333333vw;
    top: 12.2666666667vw;
    right: 5.3333333333vw;
  }
}
.faq-list dl:after {
  content: "";
  width: 2.196193265vw;
  height: 0.1464128843vw;
  background-color: #198931;
  position: absolute;
  top: 3.3674963397vw;
  right: 2.9282576867vw;
}
@media screen and (min-width: 1501px) {
  .faq-list dl:after {
    width: 30px;
    height: 2px;
    top: 46px;
    right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .faq-list dl:after {
    width: 8vw;
    height: 0.5333333333vw;
    top: 12.2666666667vw;
    right: 5.3333333333vw;
  }
}
.faq-list dl dt {
  position: relative;
  padding: 2.196193265vw 1.4641288433vw;
  margin: 0 0 0.0732064422vw;
}
@media screen and (min-width: 1501px) {
  .faq-list dl dt {
    padding: 30px 20px;
    margin: 0 0 1px;
  }
}
@media screen and (max-width: 768px) {
  .faq-list dl dt {
    padding: 8vw 5.3333333333vw;
    margin: 0 0 0.2666666667vw;
  }
}
.faq-list dl dt span {
  display: block;
  font-size: 1.317715959vw;
  color: #198931;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 0 4.39238653vw 0 4.39238653vw;
}
@media screen and (min-width: 1501px) {
  .faq-list dl dt span {
    font-size: 18px;
    padding: 0 60px 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .faq-list dl dt span {
    font-size: 4.2666666667vw;
    padding: 0 10.6666666667vw 0 10.6666666667vw;
  }
}
.faq-list dl dt:before {
  content: "Q";
  position: absolute;
  font-size: 1.1713030747vw;
  font-weight: 700;
  color: #fff;
  background-color: #198931;
  width: 2.9282576867vw;
  height: 2.9282576867vw;
  top: 2.0497803807vw;
  left: 1.4641288433vw;
  line-height: 2.9282576867vw;
  text-align: center;
  border-radius: 50%;
}
@media screen and (min-width: 1501px) {
  .faq-list dl dt:before {
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 28px;
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .faq-list dl dt:before {
    font-size: 3.7333333333vw;
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    line-height: 8.5333333333vw;
    top: 7.4666666667vw;
    left: 3.7333333333vw;
  }
}
.faq-list dl dd {
  position: relative;
  padding: 1.4641288433vw 1.4641288433vw 1.4641288433vw 5.8565153734vw;
  display: none;
}
@media screen and (min-width: 1501px) {
  .faq-list dl dd {
    padding: 20px 20px 20px 80px;
  }
}
@media screen and (max-width: 768px) {
  .faq-list dl dd {
    padding: 5.3333333333vw 5.3333333333vw 5.3333333333vw 16vw;
  }
}
.faq-list dl dd h3 {
  font-size: 1.317715959vw;
  font-weight: 700;
  color: #198931;
  margin: 0 0 0.5em;
}
@media screen and (min-width: 1501px) {
  .faq-list dl dd h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .faq-list dl dd h3 {
    font-size: 4.2666666667vw;
  }
}
.faq-list dl dd p {
  font-size: 1.1713030747vw;
  line-height: 2;
}
@media screen and (min-width: 1501px) {
  .faq-list dl dd p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .faq-list dl dd p {
    font-size: 3.7333333333vw;
  }
}
.faq-list dl dd p strong {
  font-weight: 700;
  color: #198931;
}
.faq-list dl dd ._btn {
  padding-top: 1.4641288433vw;
}
@media screen and (min-width: 1501px) {
  .faq-list dl dd ._btn {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .faq-list dl dd ._btn {
    padding-top: 2.6666666667vw;
  }
}
.faq-list dl dd small {
  font-size: 1.0248901903vw;
  line-height: 2;
  display: block;
  padding: 0 0 0 1em;
  position: relative;
}
@media screen and (min-width: 1501px) {
  .faq-list dl dd small {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .faq-list dl dd small {
    font-size: 3.2vw;
  }
}
.faq-list dl dd small:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.faq-list dl dd:before {
  content: "A";
  position: absolute;
  font-size: 1.1713030747vw;
  font-weight: 700;
  color: #fff;
  background-color: #ff8bae;
  width: 2.9282576867vw;
  height: 2.9282576867vw;
  top: 1.317715959vw;
  left: 1.4641288433vw;
  line-height: 2.9282576867vw;
  text-align: center;
  border-radius: 50%;
}
@media screen and (min-width: 1501px) {
  .faq-list dl dd:before {
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 18px;
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .faq-list dl dd:before {
    font-size: 3.7333333333vw;
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    line-height: 8.5333333333vw;
    top: 4.8vw;
    left: 3.7333333333vw;
  }
}
.faq-list dl dd:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 98%;
  border-bottom: dashed #198931 0.0732064422vw;
  height: 0.0732064422vw;
  transform: translateX(-50%);
}
@media screen and (min-width: 1501px) {
  .faq-list dl dd:after {
    height: 1px;
    border-bottom-width: 1px;
  }
}
@media screen and (max-width: 768px) {
  .faq-list dl dd:after {
    height: 0.2666666667vw;
    border-bottom-width: 0.2666666667vw;
  }
}
.faq-list dl.active:before {
  rotate: 360deg;
}

/*---------------------------------
ごあいさつ
---------------------------------*/
#greeting-top .greeting-top-wrap .page-content-cnt {
  margin-bottom: 2.9282576867vw;
}
@media screen and (min-width: 1501px) {
  #greeting-top .greeting-top-wrap .page-content-cnt {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #greeting-top .greeting-top-wrap .page-content-cnt {
    margin-bottom: 0vw;
  }
}
#greeting-top .greeting-top-wrap ._cnt-body {
  padding: 0 7.6866764275vw 0 31.6983894583vw;
}
@media screen and (min-width: 1501px) {
  #greeting-top .greeting-top-wrap ._cnt-body {
    padding: 0 145px 0 473px;
  }
}
@media screen and (max-width: 768px) {
  #greeting-top .greeting-top-wrap ._cnt-body {
    padding: 0 2.9333333333vw;
  }
}
#greeting-top .greeting-top-wrap ._cnt-body h3 {
  font-size: 2.3426061493vw;
  font-weight: 700;
  letter-spacing: 0.13em;
}
@media screen and (min-width: 1501px) {
  #greeting-top .greeting-top-wrap ._cnt-body h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  #greeting-top .greeting-top-wrap ._cnt-body h3 {
    font-size: 5.3333333333vw;
  }
}
#greeting-top .greeting-top-wrap ._cnt-body h3 strong {
  color: #198931;
  font-weight: 700;
}
#greeting-top .greeting-top-wrap ._cnt-body small {
  display: block;
  text-align: right;
  font-size: 1.4641288433vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 1em 0 0;
}
@media screen and (min-width: 1501px) {
  #greeting-top .greeting-top-wrap ._cnt-body small {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #greeting-top .greeting-top-wrap ._cnt-body small {
    text-align: left;
    font-size: 4.2666666667vw;
  }
}
#greeting-top .greeting-top-wrap ._cnt-body small strong {
  font-size: 1.9033674963vw;
  font-weight: 700;
}
@media screen and (min-width: 1501px) {
  #greeting-top .greeting-top-wrap ._cnt-body small strong {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  #greeting-top .greeting-top-wrap ._cnt-body small strong {
    font-size: 5.3333333333vw;
  }
}
#greeting-top .greeting-top-desc {
  position: relative;
}
#greeting-top .greeting-top-desc:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 27.4524158126vw;
  z-index: 1;
  background: url(../img/greeting-bg.jpg.webp) no-repeat center/cover;
}
@media screen and (min-width: 1501px) {
  #greeting-top .greeting-top-desc:before {
    height: 375px;
  }
}
@media screen and (max-width: 768px) {
  #greeting-top .greeting-top-desc:before {
    bottom: auto;
    top: 15.2vw;
    height: 63.3333333333vw;
  }
}
#greeting-top .greeting-top-desc .page-content-cnt {
  position: relative;
  z-index: 2;
}
#greeting-top .greeting-top-desc .page-content-cnt:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0vw;
  background: url(../img/greeting-img01.png.webp) no-repeat center/contain;
  width: 32.9428989751vw;
  height: 34.7730600293vw;
}
@media screen and (min-width: 1501px) {
  #greeting-top .greeting-top-desc .page-content-cnt:before {
    left: 30px;
    width: 450px;
    height: 475px;
  }
}
@media screen and (max-width: 768px) {
  #greeting-top .greeting-top-desc .page-content-cnt:before {
    bottom: auto;
    top: -2.1333333333vw;
    left: 12.8vw;
    width: 73.6vw;
    height: 83.4666666667vw;
  }
}
#greeting-top .greeting-top-desc .page-content-cnt ._cnt-body {
  padding: 3.6603221083vw 0.3660322108vw 3.6603221083vw 36.1639824305vw;
}
@media screen and (min-width: 1501px) {
  #greeting-top .greeting-top-desc .page-content-cnt ._cnt-body {
    padding: 50px 45px 50px 534px;
  }
}
@media screen and (max-width: 768px) {
  #greeting-top .greeting-top-desc .page-content-cnt ._cnt-body {
    padding: 85.8666666667vw 1.3333333333vw 0vw 1.3333333333vw;
  }
}
#greeting-top .greeting-top-desc .page-content-cnt ._cnt-body p {
  font-size: 1.317715959vw;
  line-height: 2.2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1501px) {
  #greeting-top .greeting-top-desc .page-content-cnt ._cnt-body p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #greeting-top .greeting-top-desc .page-content-cnt ._cnt-body p {
    font-size: 4.2666666667vw;
    padding: 0 0.2em;
    letter-spacing: 0.06em;
  }
}
#greeting-top .greeting-top-desc .page-content-cnt ._cnt-body p strong {
  color: #198931;
  font-weight: 700;
}

#greeting-message {
  position: relative;
  margin: 0 0 6.9546120059vw;
  padding: 1.4641288433vw 0 0;
}
@media screen and (min-width: 1501px) {
  #greeting-message {
    margin: 0 0 95px;
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #greeting-message {
    margin: 0 0 10.6666666667vw;
    padding: 2.6666666667vw 0 0;
  }
}
#greeting-message .page-content-cnt ._cnt-body {
  padding: 0 0 0 0.8052708638vw;
  margin: 0 0 3.6603221083vw;
  width: 55.6368960469vw;
  float: left;
}
@media screen and (min-width: 1501px) {
  #greeting-message .page-content-cnt ._cnt-body {
    padding: 0 0 0 11px;
    margin: 0 0 50px;
    width: 800px;
  }
}
@media screen and (max-width: 768px) {
  #greeting-message .page-content-cnt ._cnt-body {
    float: none;
    width: auto;
    padding: 0 1.3333333333vw;
    margin: 0 0 6.6666666667vw;
  }
}
#greeting-message .page-content-cnt ._cnt-body p {
  font-size: 1.317715959vw;
  letter-spacing: 0.1em;
  padding: 0 0.5em;
}
@media screen and (min-width: 1501px) {
  #greeting-message .page-content-cnt ._cnt-body p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #greeting-message .page-content-cnt ._cnt-body p {
    font-size: 4.2666666667vw;
    padding: 0 0.2em;
    letter-spacing: 0.06em;
  }
}
#greeting-message .page-content-cnt ._cnt-body p strong {
  color: #198931;
  font-weight: 700;
}
#greeting-message .page-content-cnt ._btn {
  clear: both;
}
#greeting-message .page-content-cnt ._image {
  /*position:absolute;
  top:0;
  right:vw(-40);*/
  float: right;
  width: 37.4816983895vw;
  height: 42.0204978038vw;
}
@media screen and (min-width: 1501px) {
  #greeting-message .page-content-cnt ._image {
    width: 512px;
    height: 574px;
  }
}
@media screen and (max-width: 768px) {
  #greeting-message .page-content-cnt ._image {
    float: none;
    width: auto;
    height: auto;
    text-align: center;
    margin: 0 0 6.6666666667vw 0;
  }
}
#greeting-message .page-content-cnt ._image figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 2.196193265vw;
}
@media screen and (min-width: 1501px) {
  #greeting-message .page-content-cnt ._image figure {
    border-radius: 30px;
  }
}
@media screen and (max-width: 768px) {
  #greeting-message .page-content-cnt ._image figure {
    display: inline-block;
    border-radius: 8vw;
    width: 82.4vw;
    height: 89.8666666667vw;
  }
}
#greeting-message .page-content-cnt ._image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#greeting-message .page-content-cnt ._btn {
  text-align: left;
  padding: 0 0.8052708638vw;
}
@media screen and (min-width: 1501px) {
  #greeting-message .page-content-cnt ._btn {
    padding: 0 11px;
  }
}
@media screen and (max-width: 768px) {
  #greeting-message .page-content-cnt ._btn {
    padding: 0 2.9333333333vw;
  }
}

#greeting-slider {
  margin: 0 0 3.6603221083vw;
  clear: both;
}
@media screen and (min-width: 1501px) {
  #greeting-slider {
    margin: 0 0 50px;
  }
}
@media screen and (max-width: 768px) {
  #greeting-slider {
    margin: 0 -3.2vw 8vw;
  }
}
#greeting-slider .swiper-wrapper {
  transition-timing-function: linear;
}
#greeting-slider .swiper-slide figure {
  width: 100%;
  height: 100%;
  border-radius: 1.0980966325vw;
  overflow: hidden;
}
@media screen and (min-width: 1501px) {
  #greeting-slider .swiper-slide figure {
    border-radius: 15px;
  }
}
@media screen and (max-width: 768px) {
  #greeting-slider .swiper-slide figure {
    border-radius: 2.6666666667vw;
  }
}
#greeting-slider .swiper-slide figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#greeting-submenu ._submenu {
  width: 50.3660322108vw;
  margin: 0 auto;
}
@media screen and (min-width: 1501px) {
  #greeting-submenu ._submenu {
    width: 688px;
  }
}
@media screen and (max-width: 768px) {
  #greeting-submenu ._submenu {
    width: auto;
  }
}

/*---------------------------------
病院概要
---------------------------------*/
#hospital-overview-content01 .page-content-cnt figure {
  text-align: center;
}
#hospital-overview-content01 .page-content-cnt figure img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #hospital-overview-content01 .page-content-cnt figure img {
    width: 100%;
  }
}

#hospital-overview-content02 .page-content-cnt {
  margin-bottom: 0vw;
}
#hospital-overview-content02 .page-content-cnt ._cnt-body .hospital-overview-policy {
  padding: 0 2.5622254758vw;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content02 .page-content-cnt ._cnt-body .hospital-overview-policy {
    padding: 0 77px;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content02 .page-content-cnt ._cnt-body .hospital-overview-policy {
    padding: 0;
  }
}
#hospital-overview-content02 .page-content-cnt ._cnt-body .hospital-overview-policy figure {
  position: relative;
  z-index: 1;
  border-radius: 2.9282576867vw;
  width: 100%;
  height: 46.5592972182vw;
  overflow: hidden;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content02 .page-content-cnt ._cnt-body .hospital-overview-policy figure {
    border-radius: 40px;
    height: 636px;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content02 .page-content-cnt ._cnt-body .hospital-overview-policy figure {
    border-radius: 5.3333333333vw;
    height: 64vw;
  }
}
#hospital-overview-content02 .page-content-cnt ._cnt-body .hospital-overview-policy figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#hospital-overview-content02 .page-content-cnt ._cnt-body .hospital-overview-policy ._box {
  background-color: #fff;
  border-radius: 2.9282576867vw;
  position: relative;
  z-index: 2;
  top: -2.9282576867vw;
  margin: 0 2.196193265vw;
  padding: 2.196193265vw 2.9282576867vw;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content02 .page-content-cnt ._cnt-body .hospital-overview-policy ._box {
    border-radius: 40px;
    top: -40px;
    margin: 0 68px;
    padding: 30px 65px;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content02 .page-content-cnt ._cnt-body .hospital-overview-policy ._box {
    border-radius: 5.3333333333vw;
    top: -5.3333333333vw;
    margin: 0 4.2666666667vw;
    padding: 4.8vw 5.3333333333vw;
  }
}
#hospital-overview-content02 .page-content-cnt ._cnt-body .hospital-overview-policy ._box ol {
  font-size: 1.2445095168vw;
  line-height: 2.5;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content02 .page-content-cnt ._cnt-body .hospital-overview-policy ._box ol {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content02 .page-content-cnt ._cnt-body .hospital-overview-policy ._box ol {
    font-size: 3.7333333333vw;
    line-height: 2;
  }
}
#hospital-overview-content02 .page-content-cnt ._cnt-body .hospital-overview-policy ._box ol li::marker {
  color: #198931;
}

#hospital-overview-content03 .hospital-overview-service-top .page-content-cnt {
  margin-bottom: 2.9282576867vw;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content03 .hospital-overview-service-top .page-content-cnt {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content03 .hospital-overview-service-top .page-content-cnt {
    margin-bottom: 8vw;
  }
}
#hospital-overview-content03 .hospital-overview-service-top ._cnt-body {
  padding: 0 1.756954612vw;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content03 .hospital-overview-service-top ._cnt-body {
    padding: 0 24px;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content03 .hospital-overview-service-top ._cnt-body {
    padding: 0 3.2vw;
  }
}
#hospital-overview-content03 .hospital-overview-service-list {
  background-color: #f1ffe8;
  padding: 2.5622254758vw 0 5.1244509517vw;
  border-radius: 5.1244509517vw 5.1244509517vw 0 0;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content03 .hospital-overview-service-list {
    padding: 35px 0 70px;
    border-radius: 70px 70px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content03 .hospital-overview-service-list {
    padding: 6.6666666667vw 3.2vw 10.6666666667vw;
    border-radius: 10.6666666667vw 10.6666666667vw 0 0;
  }
}
#hospital-overview-content03 .hospital-overview-service-list .page-content-cnt {
  margin-bottom: 2.9282576867vw;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content03 .hospital-overview-service-list .page-content-cnt {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content03 .hospital-overview-service-list .page-content-cnt {
    margin-bottom: 5.3333333333vw;
  }
}
#hospital-overview-content03 .hospital-overview-service-list .page-content-cnt p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #hospital-overview-content03 .hospital-overview-service-list .page-content-cnt p {
    text-align: left;
  }
}
#hospital-overview-content03 .hospital-overview-service-list ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.0980966325vw;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content03 .hospital-overview-service-list ul {
    gap: 18px;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content03 .hospital-overview-service-list ul {
    gap: 5.8666666667vw;
    flex-direction: column;
  }
}
#hospital-overview-content03 .hospital-overview-service-list ul li {
  width: 23.4260614934vw;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content03 .hospital-overview-service-list ul li {
    width: 326px;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content03 .hospital-overview-service-list ul li {
    width: 86.6666666667vw;
  }
}
#hospital-overview-content03 .hospital-overview-service-list ul li figure {
  width: 100%;
  height: 100%;
}
#hospital-overview-content03 .hospital-overview-service-list ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
}
#hospital-overview-content03 .hospital-overview-service-list ul li ._num {
  position: absolute;
  top: 0.6em;
  left: 0;
  z-index: 2;
  color: #198931;
  font-weight: 700;
  font-size: 1.1713030747vw;
  padding: 0 0 0 2em;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content03 .hospital-overview-service-list ul li ._num {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content03 .hospital-overview-service-list ul li ._num {
    font-size: 3.7333333333vw;
  }
}
#hospital-overview-content03 .hospital-overview-service-list ul li ._num:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.6em;
  height: 0.2196193265vw;
  background-color: #198931;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content03 .hospital-overview-service-list ul li ._num:before {
    height: 3px;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content03 .hospital-overview-service-list ul li ._num:before {
    height: 0.8vw;
  }
}
#hospital-overview-content03 .hospital-overview-service-list ul li ._ttl {
  position: absolute;
  width: 100%;
  height: 5.60761347vw;
  bottom: 0;
  left: 0;
  font-size: 1.4641288433vw;
  line-height: 1.3;
  background-color: rgba(25, 137, 49, 0.9);
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 1.2em;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content03 .hospital-overview-service-list ul li ._ttl {
    height: 76.6px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content03 .hospital-overview-service-list ul li ._ttl {
    height: 20.4266666667vw;
    font-size: 4.8vw;
    padding: 0 1em;
  }
}
#hospital-overview-content03 .hospital-overview-service-list ul li ._ttl h3 {
  position: relative;
  width: 100%;
  font-weight: 600;
  letter-spacing: 0.1em;
}
#hospital-overview-content03 .hospital-overview-service-list ul li ._ttl h3:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0vw;
  background: url(../img/btn-arrow_wh.svg) no-repeat center/contain;
  width: 1.8301610542vw;
  height: 1.8301610542vw;
  margin-top: -0.9150805271vw;
  transition: 0.5s ease;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content03 .hospital-overview-service-list ul li ._ttl h3:after {
    right: 0px;
    width: 25px;
    height: 25px;
    margin-top: -12.5px;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content03 .hospital-overview-service-list ul li ._ttl h3:after {
    right: 0vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    margin-top: -3.3333333333vw;
  }
}
#hospital-overview-content03 .hospital-overview-service-list ul li a {
  display: block;
  position: relative;
  width: 100%;
  height: 28.4040995608vw;
  border: solid #198931 0.0732064422vw;
  border-radius: 1.4641288433vw;
  overflow: hidden;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content03 .hospital-overview-service-list ul li a {
    height: 388px;
    border-width: 1px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content03 .hospital-overview-service-list ul li a {
    height: 103.4666666667vw;
    border-width: 1px;
    border-radius: 5.3333333333vw;
  }
}
#hospital-overview-content03 .hospital-overview-service-list ul li a:hover figure img {
  scale: 1.05;
}

#hospital-overview-content04 {
  padding-top: 2.196193265vw;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content04 {
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content04 {
    padding-top: 5.3333333333vw;
  }
}
#hospital-overview-content04 .hospital-overview-facilities .page-content-cnt {
  margin-bottom: 2.9282576867vw;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content04 .hospital-overview-facilities .page-content-cnt {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content04 .hospital-overview-facilities .page-content-cnt {
    margin-bottom: 8vw;
  }
}
#hospital-overview-content04 .hospital-overview-facilities .page-content-cnt ._cnt-body ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3.2210834553vw 4.831625183vw;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content04 .hospital-overview-facilities .page-content-cnt ._cnt-body ul {
    gap: 44px 66px;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content04 .hospital-overview-facilities .page-content-cnt ._cnt-body ul {
    gap: 10.6666666667vw;
  }
}
#hospital-overview-content04 .hospital-overview-facilities .page-content-cnt ._cnt-body ul li {
  width: 26.3543191801vw;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content04 .hospital-overview-facilities .page-content-cnt ._cnt-body ul li {
    width: 360px;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content04 .hospital-overview-facilities .page-content-cnt ._cnt-body ul li {
    width: 86.6666666667vw;
  }
}
#hospital-overview-content04 .hospital-overview-facilities .page-content-cnt ._cnt-body ul li figure {
  width: 100%;
  height: 19.7657393851vw;
  overflow: hidden;
  border-radius: 1.4641288433vw;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content04 .hospital-overview-facilities .page-content-cnt ._cnt-body ul li figure {
    height: 270px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content04 .hospital-overview-facilities .page-content-cnt ._cnt-body ul li figure {
    height: 66.6666666667vw;
    border-radius: 5.3333333333vw;
  }
}
#hospital-overview-content04 .hospital-overview-facilities .page-content-cnt ._cnt-body ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#hospital-overview-content04 .hospital-overview-facilities .page-content-cnt ._cnt-body ul li h3 {
  text-align: center;
  font-size: 1.317715959vw;
  padding: 1em 0 0;
  color: #198931;
  font-weight: 600;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content04 .hospital-overview-facilities .page-content-cnt ._cnt-body ul li h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content04 .hospital-overview-facilities .page-content-cnt ._cnt-body ul li h3 {
    font-size: 4vw;
  }
}

@media screen and (max-width: 768px) {
  #hospital-overview-content05 ._cnt-body p {
    text-align: left;
  }
}
#hospital-overview-content05 ._cnt-table {
  width: 73.2064421669vw;
  margin: 0 auto;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content05 ._cnt-table {
    width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content05 ._cnt-table {
    width: auto;
  }
}

#hospital-overview-content06 ._cnt-body ._history-wrap {
  padding: 0 0.878477306vw;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content06 ._cnt-body ._history-wrap {
    padding: 0 22px;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content06 ._cnt-body ._history-wrap {
    padding: 0;
    display: block;
  }
}
#hospital-overview-content06 ._cnt-body ._history-list {
  width: 58.1991215227vw;
  margin: 0 auto;
  position: relative;
  padding: 0 0 2.9282576867vw;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content06 ._cnt-body ._history-list {
    width: 835px;
    padding: 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content06 ._cnt-body ._history-list {
    width: auto;
    padding: 0 0 5.3333333333vw;
    margin: 0 0 5.3333333333vw;
  }
}
#hospital-overview-content06 ._cnt-body ._history-list:before {
  content: "";
  background-color: #198931;
  border-radius: 1.4641288433vw;
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  z-index: 1;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content06 ._cnt-body ._history-list:before {
    border-radius: 1.4641288433vw;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content06 ._cnt-body ._history-list:before {
    width: 100%;
    border-radius: 5.3333333333vw;
  }
}
#hospital-overview-content06 ._cnt-body ._history-list dl {
  display: flex;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #hospital-overview-content06 ._cnt-body ._history-list dl {
    display: block;
  }
}
#hospital-overview-content06 ._cnt-body ._history-list dl dt {
  width: 25%;
  color: #fff;
  padding: 1.6105417277vw 2.5622254758vw 1.4641288433vw;
  text-align: right;
  border-bottom: solid #fff 0.0732064422vw;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content06 ._cnt-body ._history-list dl dt {
    padding: 22px 35px 20px;
    border-bottom-width: 1px;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content06 ._cnt-body ._history-list dl dt {
    width: auto;
    text-align: left;
    padding: 4vw 5.3333333333vw;
    border-bottom-width: 0.2666666667vw;
  }
}
#hospital-overview-content06 ._cnt-body ._history-list dl dt strong {
  font-size: 1.6105417277vw;
  font-weight: 700;
  display: block;
  line-height: 1.3;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content06 ._cnt-body ._history-list dl dt strong {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content06 ._cnt-body ._history-list dl dt strong {
    font-size: 4.8vw;
  }
}
#hospital-overview-content06 ._cnt-body ._history-list dl dt small {
  font-size: 1.1713030747vw;
  font-weight: 600;
  display: block;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content06 ._cnt-body ._history-list dl dt small {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content06 ._cnt-body ._history-list dl dt small {
    font-size: 3.7333333333vw;
  }
}
#hospital-overview-content06 ._cnt-body ._history-list dl dd {
  width: 75%;
  display: flex;
  align-items: center;
  padding: 0vw 2.3426061493vw 0vw;
  border-bottom: solid #198931 0.0732064422vw;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content06 ._cnt-body ._history-list dl dd {
    padding: 0px 32px 0px;
    border-bottom-width: 1px;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content06 ._cnt-body ._history-list dl dd {
    width: auto;
    padding: 4vw 5.3333333333vw;
    border-bottom-width: 0.2666666667vw;
    background-color: #fff;
  }
}
#hospital-overview-content06 ._cnt-body ._history-list dl dd p {
  line-height: 1.8;
}
#hospital-overview-content06 ._cnt-body ._history-image {
  width: 29.2825768668vw;
  background-color: #e9e0d6;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content06 ._cnt-body ._history-image {
    width: 440px;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content06 ._cnt-body ._history-image {
    width: auto;
  }
}
#hospital-overview-content06 ._cnt-body ._history-image ul {
  padding: 0.878477306vw;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.878477306vw;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content06 ._cnt-body ._history-image ul {
    padding: 12px;
    gap: 12px;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content06 ._cnt-body ._history-image ul {
    padding: 3.2vw;
    gap: 1.6vw 2%;
    flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content06 ._cnt-body ._history-image ul li {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content06 ._cnt-body ._history-image ul li figure {
    width: 100%;
    height: 26.6666666667vw;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content06 ._cnt-body ._history-image ul li figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

#hospital-overview-content07 ._cnt-table {
  width: 73.2064421669vw;
  margin: 0 auto;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content07 ._cnt-table {
    width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content07 ._cnt-table {
    width: auto;
  }
}
#hospital-overview-content07 ._cnt-table table td {
  line-height: 2;
}

#hospital-overview-content09 {
  margin: 0 0 3.2210834553vw;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content09 {
    margin: 0 0 44px;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content09 {
    margin: 0 0 8vw;
  }
}
#hospital-overview-content09 .hospital-overview-access ._cnt-box {
  background-color: #f9f9f9;
  padding: 4.39238653vw 1.6105417277vw 4.9780380673vw;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content09 .hospital-overview-access ._cnt-box {
    padding: 60px 22px 68px;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content09 .hospital-overview-access ._cnt-box {
    padding: 5.3333333333vw 3.2vw 8vw;
    margin: 0 -3.2vw;
  }
}
#hospital-overview-content09 .hospital-overview-access .top-access-main {
  display: flex;
  justify-content: space-between;
  padding: 0 3.6603221083vw;
  margin: 0 0 2.9282576867vw;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-main {
    padding: 0 70px;
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-main {
    display: block;
    padding: 0;
    margin: 0 0 10.6666666667vw;
  }
}
#hospital-overview-content09 .hospital-overview-access .top-access-main ._blk {
  width: 27.0863836018vw;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-main ._blk {
    width: 370px;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-main ._blk {
    width: auto;
    margin: 0 0 8vw;
  }
}
#hospital-overview-content09 .hospital-overview-access .top-access-main ._blk ._name p {
  font-size: 1.756954612vw;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 0.5em;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-main ._blk ._name p {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-main ._blk ._name p {
    font-size: 6.4vw;
    padding: 0 3.2vw;
  }
}
#hospital-overview-content09 .hospital-overview-access .top-access-main ._blk ._tel {
  margin: 0 0 1.0248901903vw;
  padding: 0 0 0 3.8067349927vw;
  background: url(../img/icon-tel.svg) no-repeat top 0.5em left/3.074670571vw auto;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-main ._blk ._tel {
    margin: 0 0 14px;
    padding: 0 0 0 52px;
    background-size: 42px auto;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-main ._blk ._tel {
    margin: 0 0.5333333333vw 3.7333333333vw 0.5333333333vw;
    padding: 0 0 0 13.3333333333vw;
    background-size: 10.6666666667vw auto;
  }
}
#hospital-overview-content09 .hospital-overview-access .top-access-main ._blk ._tel ._number {
  font-size: 2.4890190337vw;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-main ._blk ._tel ._number {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-main ._blk ._tel ._number {
    font-size: 8vw;
  }
}
#hospital-overview-content09 .hospital-overview-access .top-access-main ._blk ._tel ._number a {
  display: inline-block;
}
#hospital-overview-content09 .hospital-overview-access .top-access-main ._blk ._tel ._time {
  font-size: 1.4641288433vw;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-main ._blk ._tel ._time {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-main ._blk ._tel ._time {
    font-size: 4.8vw;
    padding: 0;
  }
}
#hospital-overview-content09 .hospital-overview-access .top-access-main ._blk ._address {
  margin: 0 0 1.4641288433vw;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-main ._blk ._address {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-main ._blk ._address {
    margin: 0 0 5.3333333333vw;
    padding: 0 1.6vw;
  }
}
#hospital-overview-content09 .hospital-overview-access .top-access-main ._blk ._address p {
  font-size: 1.1713030747vw;
  line-height: 2.196193265vw;
  padding: 0 0 0 2.5622254758vw;
  background: url(../img/icon-pin.svg) no-repeat center left/1.6837481698vw auto;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-main ._blk ._address p {
    font-size: 16px;
    line-height: 30px;
    padding: 0 0 0 35px;
    background-size: 23px auto;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-main ._blk ._address p {
    font-size: 4vw;
    line-height: 8vw;
    padding: 0 0 0 9.3333333333vw;
    background-size: 6.1333333333vw auto;
  }
}
#hospital-overview-content09 .hospital-overview-access .top-access-main ._blk ._access {
  margin: 0 0 1.756954612vw;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-main ._blk ._access {
    margin: 0 0 24px;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-main ._blk ._access {
    margin: 0 0 6.4vw;
    padding: 0 3.2vw;
  }
}
#hospital-overview-content09 .hospital-overview-access .top-access-main ._blk ._access ul li {
  position: relative;
  padding: 0 0 0 1em;
  font-size: 1.317715959vw;
  font-weight: 600;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-main ._blk ._access ul li {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-main ._blk ._access ul li {
    font-size: 4.8vw;
  }
}
#hospital-overview-content09 .hospital-overview-access .top-access-main ._blk ._access ul li:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
#hospital-overview-content09 .hospital-overview-access .top-access-main ._blk ._access ul li strong {
  color: #198931;
  font-size: 1.4641288433vw;
  font-weight: 600;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-main ._blk ._access ul li strong {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-main ._blk ._access ul li strong {
    font-size: 5.3333333333vw;
  }
}
#hospital-overview-content09 .hospital-overview-access .top-access-main ._blk ._btn {
  padding: 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-main ._blk ._btn {
    text-align: center;
  }
}
#hospital-overview-content09 .hospital-overview-access .top-access-main ._map {
  width: 51.2445095168vw;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-main ._map {
    width: 750px;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-main ._map {
    width: auto;
    padding: 0 1.0666666667vw;
  }
}
#hospital-overview-content09 .hospital-overview-access .top-access-main ._map ._gmap {
  width: 100%;
  height: 32.9428989751vw;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-main ._map ._gmap {
    height: 450px;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-main ._map ._gmap {
    height: 54.4vw;
  }
}
#hospital-overview-content09 .hospital-overview-access .top-access-main ._map ._gmap iframe {
  width: 100%;
  height: 300%;
  position: absolute;
  top: -100%;
  left: 0;
}
#hospital-overview-content09 .hospital-overview-access .top-access-main ._map ._gmap a {
  position: absolute;
  top: 0.878477306vw;
  left: 0.878477306vw;
  z-index: 10;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-main ._map ._gmap a {
    top: 12px;
    left: 12px;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-main ._map ._gmap a {
    top: 3.2vw;
    left: 3.2vw;
  }
}
#hospital-overview-content09 .hospital-overview-access .top-access-schedule {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-schedule {
    flex-direction: column;
    gap: 6.4vw;
  }
}
#hospital-overview-content09 .hospital-overview-access .top-access-schedule ._schedule {
  width: 44.6559297218vw;
  background-color: #fff;
  border: solid #198931 0.0732064422vw;
  border-radius: 1.4641288433vw;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-schedule ._schedule {
    width: 635px;
    border-width: 1px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-schedule ._schedule {
    width: auto;
    border-width: 0.2666666667vw;
    border-radius: 5.3333333333vw;
  }
}
#hospital-overview-content09 .hospital-overview-access .top-access-schedule ._schedule ._box {
  padding: 1.4641288433vw 0;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-schedule ._schedule ._box {
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-schedule ._schedule ._box {
    padding: 5.3333333333vw 0;
  }
}
#hospital-overview-content09 .hospital-overview-access .top-access-schedule ._schedule ._box ._flx {
  display: flex;
}
@media screen and (max-width: 768px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-schedule ._schedule ._box ._flx {
    display: block;
  }
}
#hospital-overview-content09 .hospital-overview-access .top-access-schedule ._schedule ._box ._flx h3 {
  width: 22%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-schedule ._schedule ._box ._flx h3 {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-schedule ._schedule ._box ._flx h3 {
    width: auto;
    display: block;
  }
}
#hospital-overview-content09 .hospital-overview-access .top-access-schedule ._schedule ._box ._flx h3 span {
  display: inline-block;
  padding: 4.7584187408vw 0 0;
  font-size: 1.6105417277vw;
  font-weight: 600;
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-schedule ._schedule ._box ._flx h3 span {
    padding: 65px 0 0;
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-schedule ._schedule ._box ._flx h3 span {
    padding: 0 0 0 17.3333333333vw;
    font-size: 5.8666666667vw;
    background-position: center left;
  }
}
#hospital-overview-content09 .hospital-overview-access .top-access-schedule ._schedule ._box ._flx h3._icn01 span {
  background-image: url(../img/icon-choshinki.svg);
  background-size: 2.9282576867vw auto;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-schedule ._schedule ._box ._flx h3._icn01 span {
    background-size: 40px auto;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-schedule ._schedule ._box ._flx h3._icn01 span {
    background-size: 10.6666666667vw auto;
    line-height: 10.6666666667vw;
  }
}
#hospital-overview-content09 .hospital-overview-access .top-access-schedule ._schedule ._box ._flx h3._icn02 span {
  padding: 4.2459736457vw 0 0;
  background-image: url(../img/icon-bed.svg);
  background-size: 3.6603221083vw auto;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-schedule ._schedule ._box ._flx h3._icn02 span {
    padding: 58px 0 0;
    background-size: 50px auto;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-schedule ._schedule ._box ._flx h3._icn02 span {
    padding: 0 0 0 17.3333333333vw;
    background-size: 13.3333333333vw auto;
    line-height: 10.6666666667vw;
  }
}
#hospital-overview-content09 .hospital-overview-access .top-access-schedule ._schedule ._box ._flx ._table {
  position: relative;
  width: 78%;
  padding: 0 1.1713030747vw 1.0980966325vw 1.4641288433vw;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-schedule ._schedule ._box ._flx ._table {
    width: 75%;
    padding: 0 16px 15px 20px;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-schedule ._schedule ._box ._flx ._table {
    width: auto;
    padding: 0 3.2vw 0vw 3.2vw;
  }
}
#hospital-overview-content09 .hospital-overview-access .top-access-schedule ._schedule ._box ._flx ._table:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #cdcece;
  width: 0.0732064422vw;
  height: 100%;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-schedule ._schedule ._box ._flx ._table:before {
    width: 1px;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-schedule ._schedule ._box ._flx ._table:before {
    width: 0.2666666667vw;
  }
}
#hospital-overview-content09 .hospital-overview-access .top-access-schedule ._schedule ._box ._flx ._table table {
  width: 100%;
  font-size: 1.317715959vw;
  line-height: 1.5;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-schedule ._schedule ._box ._flx ._table table {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-schedule ._schedule ._box ._flx ._table table {
    font-size: 4.8vw;
  }
}
#hospital-overview-content09 .hospital-overview-access .top-access-schedule ._schedule ._box ._flx ._table table th {
  color: #198931;
  font-weight: 600;
  border-bottom: solid #198931 0.1464128843vw;
  text-align: center;
  vertical-align: middle;
  padding: 1em 0;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-schedule ._schedule ._box ._flx ._table table th {
    border-bottom-width: 2px;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-schedule ._schedule ._box ._flx ._table table th {
    border-bottom-width: 0.5333333333vw;
  }
}
#hospital-overview-content09 .hospital-overview-access .top-access-schedule ._schedule ._box ._flx ._table table th.gr {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-schedule ._schedule ._box ._flx ._table table th.gr {
    width: 35%;
  }
}
#hospital-overview-content09 .hospital-overview-access .top-access-schedule ._schedule ._box ._flx ._table table td {
  text-align: center;
  vertical-align: middle;
  color: #198931;
  border-bottom: solid #cdcece 0.0732064422vw;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-schedule ._schedule ._box ._flx ._table table td {
    border-bottom-width: 1px;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-schedule ._schedule ._box ._flx ._table table td {
    border-bottom-width: 0.2666666667vw;
  }
}
#hospital-overview-content09 .hospital-overview-access .top-access-schedule ._schedule ._box ._flx ._table table td:nth-child(1) {
  color: #333;
  font-size: 1.1713030747vw;
  text-align: left;
  padding: 1em 0.5em 1em 1em;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-schedule ._schedule ._box ._flx ._table table td:nth-child(1) {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-schedule ._schedule ._box ._flx ._table table td:nth-child(1) {
    font-size: 4.2666666667vw;
    padding: 1em 0.4em;
  }
}
#hospital-overview-content09 .hospital-overview-access .top-access-schedule ._schedule ._box ._flx ._table table tr:nth-child(3) td {
  border-bottom: none;
}
#hospital-overview-content09 .hospital-overview-access .top-access-schedule ._schedule ._box ._flx ._table small {
  display: block;
  position: relative;
  padding: 0 0 2.6em 1em;
  font-size: 1.1713030747vw;
  margin: 1em 0 0;
}
@media screen and (min-width: 1501px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-schedule ._schedule ._box ._flx ._table small {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #hospital-overview-content09 .hospital-overview-access .top-access-schedule ._schedule ._box ._flx ._table small {
    font-size: 4.2666666667vw;
  }
}
#hospital-overview-content09 .hospital-overview-access .top-access-schedule ._schedule ._box ._flx ._table small:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

/*---------------------------------
医師紹介
---------------------------------*/
#doctor-navi .page-navi-wrap {
  padding: 0 0vw;
}
@media screen and (min-width: 1501px) {
  #doctor-navi .page-navi-wrap {
    padding: 0 60px;
  }
}
@media screen and (max-width: 768px) {
  #doctor-navi .page-navi-wrap {
    padding: 0;
  }
}
#doctor-navi .page-navi-wrap ul {
  gap: 1.0980966325vw;
}
@media screen and (min-width: 1501px) {
  #doctor-navi .page-navi-wrap ul {
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  #doctor-navi .page-navi-wrap ul {
    justify-content: start;
    gap: 3.2vw 2%;
  }
}
#doctor-navi .page-navi-wrap ul li {
  width: 16.8374816984vw;
}
@media screen and (min-width: 1501px) {
  #doctor-navi .page-navi-wrap ul li {
    width: 230px;
  }
}
@media screen and (max-width: 768px) {
  #doctor-navi .page-navi-wrap ul li {
    width: 49%;
  }
}

.doctor-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4.39238653vw 5%;
}
@media screen and (min-width: 1501px) {
  .doctor-list ul {
    gap: 60px 5%;
  }
}
@media screen and (max-width: 768px) {
  .doctor-list ul {
    gap: 5.3333333333vw;
    align-items: center;
    flex-direction: column;
  }
}
.doctor-list ul li {
  width: 30%;
}
@media screen and (min-width: 1501px) {
  .doctor-list ul li {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .doctor-list ul li {
    width: 86.6666666667vw;
  }
}
.doctor-list ul li figure {
  width: 100%;
  height: 100%;
}
.doctor-list ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
}
.doctor-list ul li ._num {
  position: absolute;
  top: 0.6em;
  left: 0;
  z-index: 2;
  color: #198931;
  font-weight: 700;
  font-size: 1.1713030747vw;
  padding: 0 0 0 2em;
}
@media screen and (min-width: 1501px) {
  .doctor-list ul li ._num {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .doctor-list ul li ._num {
    font-size: 3.7333333333vw;
  }
}
.doctor-list ul li ._num:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.6em;
  height: 0.2196193265vw;
  background-color: #198931;
}
@media screen and (min-width: 1501px) {
  .doctor-list ul li ._num:before {
    height: 3px;
  }
}
@media screen and (max-width: 768px) {
  .doctor-list ul li ._num:before {
    height: 0.8vw;
  }
}
.doctor-list ul li ._ttl {
  position: absolute;
  width: 100%;
  height: 5.60761347vw;
  bottom: 0;
  left: 0;
  font-size: 1.4641288433vw;
  line-height: 1.3;
  background-color: rgba(25, 137, 49, 0.9);
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 1.2em;
}
@media screen and (min-width: 1501px) {
  .doctor-list ul li ._ttl {
    height: 76.6px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .doctor-list ul li ._ttl {
    height: 20.4266666667vw;
    font-size: 4.8vw;
    padding: 0 1em;
  }
}
.doctor-list ul li ._ttl h3 {
  position: relative;
  width: 100%;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.doctor-list ul li ._ttl h3:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0vw;
  background: url(../img/btn-arrow_wh.svg) no-repeat center/contain;
  width: 1.8301610542vw;
  height: 1.8301610542vw;
  margin-top: -0.9150805271vw;
  transition: 0.5s ease;
}
@media screen and (min-width: 1501px) {
  .doctor-list ul li ._ttl h3:after {
    right: 0px;
    width: 25px;
    height: 25px;
    margin-top: -12.5px;
  }
}
@media screen and (max-width: 768px) {
  .doctor-list ul li ._ttl h3:after {
    right: 0vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    margin-top: -3.3333333333vw;
  }
}
.doctor-list ul li a {
  display: block;
  position: relative;
  width: 100%;
  height: 28.4040995608vw;
  border: solid #198931 0.0732064422vw;
  border-radius: 1.4641288433vw;
  overflow: hidden;
}
@media screen and (min-width: 1501px) {
  .doctor-list ul li a {
    height: 388px;
    border-width: 1px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .doctor-list ul li a {
    height: 80vw;
    border-width: 1px;
    border-radius: 5.3333333333vw;
  }
}
.doctor-list ul li a:hover figure img {
  scale: 1.05;
}

#doctor-post .doctor-post {
  background-color: #f1ffe8;
  padding: 5.8565153734vw 0 2.9282576867vw 0;
  border-radius: 5.1244509517vw 5.1244509517vw 0 0;
}
@media screen and (min-width: 1501px) {
  #doctor-post .doctor-post {
    padding: 80px 0 40px 0;
    border-radius: 70px 70px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #doctor-post .doctor-post {
    padding: 6.4vw 3.2vw 5.3333333333vw;
    border-radius: 10.6666666667vw 10.6666666667vw 0 0;
  }
}
#doctor-post .doctor-post .doctor-post-main {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #doctor-post .doctor-post .doctor-post-main {
    display: block;
  }
}
#doctor-post .doctor-post .doctor-post-main figure {
  width: 45%;
  height: 27.8184480234vw;
  overflow: hidden;
  border-radius: 1.4641288433vw;
}
@media screen and (min-width: 1501px) {
  #doctor-post .doctor-post .doctor-post-main figure {
    height: 27.8184480234vw;
    border-radius: 1.4641288433vw;
  }
}
@media screen and (max-width: 768px) {
  #doctor-post .doctor-post .doctor-post-main figure {
    width: 100%;
    height: 80vw;
    border-radius: 5.3333333333vw;
    margin: 0 0 5.3333333333vw;
  }
}
#doctor-post .doctor-post .doctor-post-main figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#doctor-post .doctor-post .doctor-post-main ._txt {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #doctor-post .doctor-post .doctor-post-main ._txt {
    width: 100%;
  }
}
#doctor-post .doctor-post .doctor-post-main ._txt ._ttl h1 {
  font-size: 3.074670571vw;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1501px) {
  #doctor-post .doctor-post .doctor-post-main ._txt ._ttl h1 {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  #doctor-post .doctor-post .doctor-post-main ._txt ._ttl h1 {
    font-size: 6.4vw;
  }
}
#doctor-post .doctor-post .doctor-post-main ._txt ._ttl small {
  display: block;
  padding: 0.3em 0 0;
  font-size: 1.4641288433vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #198931;
}
@media screen and (min-width: 1501px) {
  #doctor-post .doctor-post .doctor-post-main ._txt ._ttl small {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #doctor-post .doctor-post .doctor-post-main ._txt ._ttl small {
    font-size: 4.2666666667vw;
  }
}
#doctor-post .doctor-post .doctor-post-main ._txt ._ttl p {
  padding: 0.3em 0 0;
  font-size: 1.4641288433vw;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1501px) {
  #doctor-post .doctor-post .doctor-post-main ._txt ._ttl p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #doctor-post .doctor-post .doctor-post-main ._txt ._ttl p {
    font-size: 4.2666666667vw;
  }
}
#doctor-post .doctor-post .doctor-post-main ._txt ._cat {
  display: flex;
  flex-wrap: wrap;
  gap: 0.878477306vw;
  padding: 0.878477306vw 0;
}
@media screen and (min-width: 1501px) {
  #doctor-post .doctor-post .doctor-post-main ._txt ._cat {
    gap: 12px;
    padding: 12px 0;
  }
}
@media screen and (max-width: 768px) {
  #doctor-post .doctor-post .doctor-post-main ._txt ._cat {
    gap: 2.6666666667vw;
    padding: 2.6666666667vw 0;
  }
}
#doctor-post .doctor-post .doctor-post-main ._txt ._cat span {
  display: inline-block;
  font-size: 1.317715959vw;
  font-weight: 700;
  background-color: #198931;
  color: #fff;
  padding: 0.2em 1.5em;
}
@media screen and (min-width: 1501px) {
  #doctor-post .doctor-post .doctor-post-main ._txt ._cat span {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #doctor-post .doctor-post .doctor-post-main ._txt ._cat span {
    font-size: 4.2666666667vw;
  }
}
#doctor-post .doctor-post .doctor-post-main ._txt ._desc {
  padding: 1.4641288433vw 0 0;
  margin: 1.0980966325vw 0 0;
  border-top: solid #198931 0.0732064422vw;
}
@media screen and (min-width: 1501px) {
  #doctor-post .doctor-post .doctor-post-main ._txt ._desc {
    padding: 20px 0 0;
    margin: 15px 0 0;
    border-top-width: 1px;
  }
}
@media screen and (max-width: 768px) {
  #doctor-post .doctor-post .doctor-post-main ._txt ._desc {
    padding: 3.2vw 0 0;
    margin: 2.1333333333vw 0 0;
    border-top-width: 0.2666666667vw;
  }
}
#doctor-post .doctor-post .doctor-post-main ._txt ._desc h2 {
  font-size: 1.6105417277vw;
  color: #198931;
  font-weight: 700;
  margin: 0 0 0.5em;
}
@media screen and (min-width: 1501px) {
  #doctor-post .doctor-post .doctor-post-main ._txt ._desc h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  #doctor-post .doctor-post .doctor-post-main ._txt ._desc h2 {
    font-size: 4.8vw;
  }
}
#doctor-post .doctor-detail {
  padding: 2.9282576867vw 0 0;
}
@media screen and (min-width: 1501px) {
  #doctor-post .doctor-detail {
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #doctor-post .doctor-detail {
    padding: 5.3333333333vw 0 0;
  }
}
#doctor-post .doctor-detail .page-content-cnt {
  display: flex;
  flex-wrap: wrap;
  gap: 4.39238653vw 4%;
}
@media screen and (min-width: 1501px) {
  #doctor-post .doctor-detail .page-content-cnt {
    gap: 60px 4%;
  }
}
@media screen and (max-width: 768px) {
  #doctor-post .doctor-detail .page-content-cnt {
    gap: 5.3333333333vw;
  }
}
#doctor-post .doctor-detail .page-content-cnt .doctor-detail-cnt {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #doctor-post .doctor-detail .page-content-cnt .doctor-detail-cnt {
    width: 100%;
  }
}
#doctor-post .doctor-detail .page-content-cnt .doctor-detail-cnt ._cnt-body {
  padding: 0 1.756954612vw;
}
@media screen and (min-width: 1501px) {
  #doctor-post .doctor-detail .page-content-cnt .doctor-detail-cnt ._cnt-body {
    padding: 0 24px;
  }
}
@media screen and (max-width: 768px) {
  #doctor-post .doctor-detail .page-content-cnt .doctor-detail-cnt ._cnt-body {
    padding: 0 3.2vw;
  }
}

/*---------------------------------
アクセス
---------------------------------*/
#access-content01 .page-content-cnt ._access-info {
  margin: 0 0 4.39238653vw;
}
@media screen and (min-width: 1501px) {
  #access-content01 .page-content-cnt ._access-info {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 768px) {
  #access-content01 .page-content-cnt ._access-info {
    margin: 0 0 8vw;
  }
}
#access-content01 .page-content-cnt ._access-info h3 {
  margin-bottom: 1em;
}
#access-content01 .page-content-cnt ._access-info p a {
  text-decoration: underline;
  color: #198931;
}
#access-content01 .page-content-cnt ._access-info p a:hover {
  text-decoration: none;
}
#access-content01 .page-content-cnt hr {
  margin: 4.39238653vw 0;
  background-color: #198931;
  padding: 0;
  height: 0.0732064422vw;
  border: none;
}
@media screen and (min-width: 1501px) {
  #access-content01 .page-content-cnt hr {
    margin: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  #access-content01 .page-content-cnt hr {
    margin: 8vw 0;
  }
}
#access-content01 .page-content-cnt ._access-gmap {
  width: 100%;
  height: 35.1390922401vw;
  overflow: hidden;
  position: relative;
  margin: 0 0 4.39238653vw;
}
@media screen and (min-width: 1501px) {
  #access-content01 .page-content-cnt ._access-gmap {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 768px) {
  #access-content01 .page-content-cnt ._access-gmap {
    margin: 0 0 8vw;
  }
}
#access-content01 .page-content-cnt ._access-gmap iframe {
  width: 100%;
  height: 300%;
  position: absolute;
  top: -100%;
  left: 0;
}
#access-content01 .page-content-cnt ._access-gmap a {
  position: absolute;
  top: 0.878477306vw;
  left: 0.878477306vw;
  z-index: 10;
}
@media screen and (min-width: 1501px) {
  #access-content01 .page-content-cnt ._access-gmap a {
    top: 12px;
    left: 12px;
  }
}
@media screen and (max-width: 768px) {
  #access-content01 .page-content-cnt ._access-gmap a {
    top: 3.2vw;
    left: 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  #access-content01 .page-content-cnt ._access-trafic {
    padding: 5.3333333333vw 0 0;
  }
}
#access-content01 .page-content-cnt ._access-trafic ._trafic-info {
  display: flex;
  flex-wrap: wrap;
  gap: 2.9282576867vw 4%;
}
@media screen and (min-width: 1501px) {
  #access-content01 .page-content-cnt ._access-trafic ._trafic-info {
    gap: 40px 4%;
  }
}
@media screen and (max-width: 768px) {
  #access-content01 .page-content-cnt ._access-trafic ._trafic-info {
    gap: 10.6666666667vw;
  }
}
#access-content01 .page-content-cnt ._access-trafic ._trafic-info ._cnt {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #access-content01 .page-content-cnt ._access-trafic ._trafic-info ._cnt {
    width: 100%;
  }
}
#access-content01 .page-content-cnt ._access-trafic ._trafic-info ._icon {
  font-size: 1.6105417277vw;
  line-height: 1.8;
  font-weight: 700;
  margin: 0 0 1em;
  padding: 0 0 0 3.6603221083vw;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 2.7818448023vw auto;
}
@media screen and (min-width: 1501px) {
  #access-content01 .page-content-cnt ._access-trafic ._trafic-info ._icon {
    font-size: 22px;
    padding: 0 0 0 50px;
    background-size: 38px auto;
  }
}
@media screen and (max-width: 768px) {
  #access-content01 .page-content-cnt ._access-trafic ._trafic-info ._icon {
    font-size: 4.8vw;
    padding: 0 0 0 11.7333333333vw;
    background-size: 8.5333333333vw auto;
  }
}
#access-content01 .page-content-cnt ._access-trafic ._trafic-info ._icon._icon01 {
  background-image: url(../img/icon-trafic01.svg);
}
#access-content01 .page-content-cnt ._access-trafic ._trafic-info ._icon._icon02 {
  background-image: url(../img/icon-trafic02.svg);
}
#access-content01 .page-content-cnt ._access-trafic ._trafic-info ._icon._icon03 {
  background-image: url(../img/icon-trafic03.svg);
}
#access-content01 .page-content-cnt ._access-trafic ._trafic-info ._icon._icon04 {
  background-image: url(../img/icon-trafic04.svg);
  margin: 0 0 0.5em;
}
#access-content01 .page-content-cnt ._access-trafic ._trafic-info dl {
  margin: 0 0 2.9282576867vw;
}
@media screen and (min-width: 1501px) {
  #access-content01 .page-content-cnt ._access-trafic ._trafic-info dl {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  #access-content01 .page-content-cnt ._access-trafic ._trafic-info dl {
    margin: 0 0 5.3333333333vw;
  }
}
#access-content01 .page-content-cnt ._access-trafic ._trafic-info dl:last-child {
  margin: 0;
}
#access-content01 .page-content-cnt ._access-trafic ._trafic-info dl dd strong {
  font-weight: 700;
}
#access-content01 .page-content-cnt ._access-trafic ._trafic-info dl dd ._bus1 {
  color: #904399;
}
#access-content01 .page-content-cnt ._access-trafic ._trafic-info dl dd ._bus2 {
  color: #F2714A;
}
#access-content01 .page-content-cnt ._access-trafic ._trafic-info dl dd ._bus3 {
  color: #378C57;
}
#access-content01 .page-content-cnt ._access-trafic ._trafic-info dl ._fl {
  display: flex;
}
#access-content01 .page-content-cnt ._access-trafic ._trafic-info dl ._fl dd {
  width: 50%;
}
#access-content01 .page-content-cnt ._access-trafic._car ._trafic-info {
  display: block;
}
#access-content01 .page-content-cnt ._access-trafic._car ._trafic-info ._cnt {
  width: auto;
}
#access-content01 .page-content-cnt ._access-trafic._car ._trafic-info ul._flbox {
  display: flex;
  flex-wrap: wrap;
  gap: 2.9282576867vw 5%;
}
@media screen and (min-width: 1501px) {
  #access-content01 .page-content-cnt ._access-trafic._car ._trafic-info ul._flbox {
    gap: 40px 5%;
  }
}
@media screen and (max-width: 768px) {
  #access-content01 .page-content-cnt ._access-trafic._car ._trafic-info ul._flbox {
    gap: 5.3333333333vw;
  }
}
#access-content01 .page-content-cnt ._access-trafic._car ._trafic-info ul._flbox li {
  width: 30%;
  background-color: #f9f9f9;
  padding: 2.9282576867vw 0;
  border-radius: 1.4641288433vw;
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1501px) {
  #access-content01 .page-content-cnt ._access-trafic._car ._trafic-info ul._flbox li {
    padding: 40px 0;
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  #access-content01 .page-content-cnt ._access-trafic._car ._trafic-info ul._flbox li {
    width: 100%;
    padding: 5.3333333333vw 0;
    border-radius: 5.3333333333vw;
  }
}
#access-content01 .page-content-cnt ._access-trafic._car ._trafic-info ul._flbox li ._box h4 {
  font-size: 1.6105417277vw;
  font-weight: 700;
  margin: 0 0 0.5em;
}
@media screen and (min-width: 1501px) {
  #access-content01 .page-content-cnt ._access-trafic._car ._trafic-info ul._flbox li ._box h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  #access-content01 .page-content-cnt ._access-trafic._car ._trafic-info ul._flbox li ._box h4 {
    font-size: 4.8vw;
  }
}
#access-content01 .page-content-cnt ._access-trafic._car ._trafic-info ul._flbox li ._box p {
  font-size: 1.317715959vw;
}
@media screen and (min-width: 1501px) {
  #access-content01 .page-content-cnt ._access-trafic._car ._trafic-info ul._flbox li ._box p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #access-content01 .page-content-cnt ._access-trafic._car ._trafic-info ul._flbox li ._box p {
    font-size: 4.2666666667vw;
  }
}
#access-content01 .page-content-cnt ._access-trafic._car ._trafic-info ul._flbox li ._box ._icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.196193265vw;
  padding: 1.4641288433vw 0 0;
}
@media screen and (min-width: 1501px) {
  #access-content01 .page-content-cnt ._access-trafic._car ._trafic-info ul._flbox li ._box ._icon {
    padding: 20px 0 0;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  #access-content01 .page-content-cnt ._access-trafic._car ._trafic-info ul._flbox li ._box ._icon {
    padding: 5.3333333333vw 0 0;
    gap: 8vw;
  }
}
#access-content01 .page-content-cnt ._access-trafic._car ._trafic-info ul._flbox li ._box ._icon img {
  width: 4.39238653vw;
}
@media screen and (min-width: 1501px) {
  #access-content01 .page-content-cnt ._access-trafic._car ._trafic-info ul._flbox li ._box ._icon img {
    width: 60px;
  }
}
@media screen and (max-width: 768px) {
  #access-content01 .page-content-cnt ._access-trafic._car ._trafic-info ul._flbox li ._box ._icon img {
    width: 13.3333333333vw;
  }
}

#access-content02 .page-content-cnt ._floormap ._floormap-main {
  width: 100%;
  height: 42.4597364568vw;
  background-color: #f1ffe8;
}
@media screen and (min-width: 1501px) {
  #access-content02 .page-content-cnt ._floormap ._floormap-main {
    height: 616px;
  }
}
@media screen and (max-width: 768px) {
  #access-content02 .page-content-cnt ._floormap ._floormap-main {
    height: 42.6666666667vw;
  }
}
#access-content02 .page-content-cnt ._floormap ._floormap-main .swiper {
  height: 100%;
}
#access-content02 .page-content-cnt ._floormap ._floormap-main .swiper .swiper-wrapper {
  height: 100%;
}
#access-content02 .page-content-cnt ._floormap ._floormap-main .swiper .swiper-wrapper .swiper-slide {
  height: 100%;
}
#access-content02 .page-content-cnt ._floormap ._floormap-main .swiper .swiper-wrapper .swiper-slide figure {
  height: 100%;
}
#access-content02 .page-content-cnt ._floormap ._floormap-main .swiper .swiper-wrapper .swiper-slide figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#access-content02 .page-content-cnt ._floormap ._thumbnail {
  padding: 2.9282576867vw 0 0;
}
@media screen and (min-width: 1501px) {
  #access-content02 .page-content-cnt ._floormap ._thumbnail {
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #access-content02 .page-content-cnt ._floormap ._thumbnail {
    padding: 5.3333333333vw 0 0;
  }
}
#access-content02 .page-content-cnt ._floormap ._thumbnail ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.4641288433vw;
}
@media screen and (min-width: 1501px) {
  #access-content02 .page-content-cnt ._floormap ._thumbnail ul {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  #access-content02 .page-content-cnt ._floormap ._thumbnail ul {
    gap: 2.1333333333vw;
  }
}
#access-content02 .page-content-cnt ._floormap ._thumbnail ul li a {
  display: block;
  background-color: #198931;
  color: #fff;
  padding: 0.6em 2.4em;
}
@media screen and (max-width: 768px) {
  #access-content02 .page-content-cnt ._floormap ._thumbnail ul li a {
    padding: 0.6em 1.6em;
  }
}
#access-content02 .page-content-cnt ._images {
  padding: 2.9282576867vw 0 0;
}
@media screen and (min-width: 1501px) {
  #access-content02 .page-content-cnt ._images {
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #access-content02 .page-content-cnt ._images {
    padding: 5.3333333333vw 0 0;
  }
}
#access-content02 .page-content-cnt ._images ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.33%;
}
@media screen and (max-width: 768px) {
  #access-content02 .page-content-cnt ._images ul {
    gap: 5.3333333333vw;
  }
}
#access-content02 .page-content-cnt ._images ul li {
  width: 24%;
}
@media screen and (max-width: 768px) {
  #access-content02 .page-content-cnt ._images ul li {
    width: 100%;
  }
}
#access-content02 .page-content-cnt ._images ul li figure {
  width: 100%;
  height: 16.1054172767vw;
  overflow: hidden;
  border-radius: 0.7320644217vw;
}
@media screen and (min-width: 1501px) {
  #access-content02 .page-content-cnt ._images ul li figure {
    height: 220px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  #access-content02 .page-content-cnt ._images ul li figure {
    height: 64vw;
    border-radius: 2.6666666667vw;
  }
}
#access-content02 .page-content-cnt ._images ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  #access-content02 .page-content-cnt ._images ul li p {
    text-align: center;
  }
}

#access-content03 ._access-schedule {
  display: flex;
  justify-content: space-between;
  margin: 0 0 4.39238653vw;
}
@media screen and (min-width: 1501px) {
  #access-content03 ._access-schedule {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 768px) {
  #access-content03 ._access-schedule {
    flex-direction: column;
    gap: 6.4vw;
    margin: 0 0 10.6666666667vw;
  }
}
#access-content03 ._access-schedule ._schedule {
  width: 44.6559297218vw;
  background-color: #fff;
  border: solid #198931 0.0732064422vw;
  border-radius: 1.4641288433vw;
}
@media screen and (min-width: 1501px) {
  #access-content03 ._access-schedule ._schedule {
    width: 635px;
    border-width: 1px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  #access-content03 ._access-schedule ._schedule {
    width: auto;
    border-width: 0.2666666667vw;
    border-radius: 5.3333333333vw;
  }
}
#access-content03 ._access-schedule ._schedule ._box {
  padding: 1.4641288433vw 0;
}
@media screen and (min-width: 1501px) {
  #access-content03 ._access-schedule ._schedule ._box {
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  #access-content03 ._access-schedule ._schedule ._box {
    padding: 5.3333333333vw 0;
  }
}
#access-content03 ._access-schedule ._schedule ._box ._flx {
  display: flex;
}
@media screen and (max-width: 768px) {
  #access-content03 ._access-schedule ._schedule ._box ._flx {
    display: block;
  }
}
#access-content03 ._access-schedule ._schedule ._box ._flx h3 {
  width: 22%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1501px) {
  #access-content03 ._access-schedule ._schedule ._box ._flx h3 {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  #access-content03 ._access-schedule ._schedule ._box ._flx h3 {
    width: auto;
    display: block;
  }
}
#access-content03 ._access-schedule ._schedule ._box ._flx h3 span {
  display: inline-block;
  padding: 4.7584187408vw 0 0;
  font-size: 1.6105417277vw;
  font-weight: 600;
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1501px) {
  #access-content03 ._access-schedule ._schedule ._box ._flx h3 span {
    padding: 65px 0 0;
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  #access-content03 ._access-schedule ._schedule ._box ._flx h3 span {
    padding: 0 0 0 17.3333333333vw;
    font-size: 5.8666666667vw;
    background-position: center left;
  }
}
#access-content03 ._access-schedule ._schedule ._box ._flx h3._icn01 span {
  background-image: url(../img/icon-choshinki.svg);
  background-size: 2.9282576867vw auto;
}
@media screen and (min-width: 1501px) {
  #access-content03 ._access-schedule ._schedule ._box ._flx h3._icn01 span {
    background-size: 40px auto;
  }
}
@media screen and (max-width: 768px) {
  #access-content03 ._access-schedule ._schedule ._box ._flx h3._icn01 span {
    background-size: 10.6666666667vw auto;
    line-height: 10.6666666667vw;
  }
}
#access-content03 ._access-schedule ._schedule ._box ._flx h3._icn02 span {
  padding: 4.2459736457vw 0 0;
  background-image: url(../img/icon-bed.svg);
  background-size: 3.6603221083vw auto;
}
@media screen and (min-width: 1501px) {
  #access-content03 ._access-schedule ._schedule ._box ._flx h3._icn02 span {
    padding: 58px 0 0;
    background-size: 50px auto;
  }
}
@media screen and (max-width: 768px) {
  #access-content03 ._access-schedule ._schedule ._box ._flx h3._icn02 span {
    padding: 0 0 0 17.3333333333vw;
    background-size: 13.3333333333vw auto;
    line-height: 10.6666666667vw;
  }
}
#access-content03 ._access-schedule ._schedule ._box ._flx ._table {
  position: relative;
  width: 78%;
  padding: 0 1.1713030747vw 1.0980966325vw 1.4641288433vw;
}
@media screen and (min-width: 1501px) {
  #access-content03 ._access-schedule ._schedule ._box ._flx ._table {
    width: 75%;
    padding: 0 16px 15px 20px;
  }
}
@media screen and (max-width: 768px) {
  #access-content03 ._access-schedule ._schedule ._box ._flx ._table {
    width: auto;
    padding: 0 3.2vw 0vw 3.2vw;
  }
}
#access-content03 ._access-schedule ._schedule ._box ._flx ._table:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #cdcece;
  width: 0.0732064422vw;
  height: 100%;
}
@media screen and (min-width: 1501px) {
  #access-content03 ._access-schedule ._schedule ._box ._flx ._table:before {
    width: 1px;
  }
}
@media screen and (max-width: 768px) {
  #access-content03 ._access-schedule ._schedule ._box ._flx ._table:before {
    width: 0.2666666667vw;
  }
}
#access-content03 ._access-schedule ._schedule ._box ._flx ._table table {
  width: 100%;
  font-size: 1.317715959vw;
  line-height: 1.5;
}
@media screen and (min-width: 1501px) {
  #access-content03 ._access-schedule ._schedule ._box ._flx ._table table {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #access-content03 ._access-schedule ._schedule ._box ._flx ._table table {
    font-size: 4.8vw;
  }
}
#access-content03 ._access-schedule ._schedule ._box ._flx ._table table th {
  color: #198931;
  font-weight: 600;
  border-bottom: solid #198931 0.1464128843vw;
  text-align: center;
  vertical-align: middle;
  padding: 1em 0;
}
@media screen and (min-width: 1501px) {
  #access-content03 ._access-schedule ._schedule ._box ._flx ._table table th {
    border-bottom-width: 2px;
  }
}
@media screen and (max-width: 768px) {
  #access-content03 ._access-schedule ._schedule ._box ._flx ._table table th {
    border-bottom-width: 0.5333333333vw;
  }
}
#access-content03 ._access-schedule ._schedule ._box ._flx ._table table th.gr {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #access-content03 ._access-schedule ._schedule ._box ._flx ._table table th.gr {
    width: 35%;
  }
}
#access-content03 ._access-schedule ._schedule ._box ._flx ._table table td {
  text-align: center;
  vertical-align: middle;
  color: #198931;
  border-bottom: solid #cdcece 0.0732064422vw;
}
@media screen and (min-width: 1501px) {
  #access-content03 ._access-schedule ._schedule ._box ._flx ._table table td {
    border-bottom-width: 1px;
  }
}
@media screen and (max-width: 768px) {
  #access-content03 ._access-schedule ._schedule ._box ._flx ._table table td {
    border-bottom-width: 0.2666666667vw;
  }
}
#access-content03 ._access-schedule ._schedule ._box ._flx ._table table td:nth-child(1) {
  color: #333;
  font-size: 1.1713030747vw;
  text-align: left;
  padding: 1em 0.5em 1em 1em;
}
@media screen and (min-width: 1501px) {
  #access-content03 ._access-schedule ._schedule ._box ._flx ._table table td:nth-child(1) {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #access-content03 ._access-schedule ._schedule ._box ._flx ._table table td:nth-child(1) {
    font-size: 4.2666666667vw;
    padding: 1em 0.4em;
  }
}
#access-content03 ._access-schedule ._schedule ._box ._flx ._table table tr:nth-child(3) td {
  border-bottom: none;
}
#access-content03 ._access-schedule ._schedule ._box ._flx ._table small {
  display: block;
  position: relative;
  padding: 0 0 2.6em 1em;
  font-size: 1.1713030747vw;
  margin: 1em 0 0;
}
@media screen and (min-width: 1501px) {
  #access-content03 ._access-schedule ._schedule ._box ._flx ._table small {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #access-content03 ._access-schedule ._schedule ._box ._flx ._table small {
    font-size: 4.2666666667vw;
  }
}
#access-content03 ._access-schedule ._schedule ._box ._flx ._table small:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
#access-content03 ._access-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.9282576867vw;
}
@media screen and (min-width: 1501px) {
  #access-content03 ._access-contact {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  #access-content03 ._access-contact {
    gap: 6.4vw;
  }
}
#access-content03 ._access-contact ._box {
  width: 46.8521229868vw;
  background-color: #fff;
  border: solid #198931 0.0732064422vw;
  border-radius: 1.4641288433vw;
  padding: 1.4641288433vw 0.878477306vw 2.9282576867vw;
  text-align: center;
}
@media screen and (min-width: 1501px) {
  #access-content03 ._access-contact ._box {
    width: 640px;
    border-width: 1px;
    border-radius: 20px;
    padding: 20px 12px 40px;
  }
}
@media screen and (max-width: 768px) {
  #access-content03 ._access-contact ._box {
    width: auto;
    border-width: 0.2666666667vw;
    border-radius: 5.3333333333vw;
    padding: 5.3333333333vw 3.2vw 8vw;
  }
}
#access-content03 ._access-contact h3 {
  font-size: 1.756954612vw;
  text-align: center;
  font-weight: 700;
  margin: 0 0 0.5em;
}
@media screen and (min-width: 1501px) {
  #access-content03 ._access-contact h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #access-content03 ._access-contact h3 {
    font-size: 5.3333333333vw;
  }
}
#access-content03 ._access-contact ._tel {
  display: inline-block;
  padding: 0 0 0 3.8067349927vw;
  background: url(../img/icon-tel.svg) no-repeat top 0.5em left/3.074670571vw auto;
}
@media screen and (min-width: 1501px) {
  #access-content03 ._access-contact ._tel {
    padding: 0 0 0 52px;
    background-size: 42px auto;
  }
}
@media screen and (max-width: 768px) {
  #access-content03 ._access-contact ._tel {
    padding: 0 0 0 13.3333333333vw;
    background-size: 10.6666666667vw auto;
  }
}
#access-content03 ._access-contact ._tel ._number {
  font-size: 2.4890190337vw;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 1501px) {
  #access-content03 ._access-contact ._tel ._number {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  #access-content03 ._access-contact ._tel ._number {
    font-size: 8vw;
  }
}
#access-content03 ._access-contact ._tel ._number a {
  display: inline-block;
}
#access-content03 ._access-contact ._tel ._time {
  font-size: 1.4641288433vw;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1501px) {
  #access-content03 ._access-contact ._tel ._time {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #access-content03 ._access-contact ._tel ._time {
    font-size: 4.8vw;
    padding: 0;
  }
}
#access-content03 ._access-contact hr {
  background-color: #cdcece;
  height: 0.0732064422vw;
  margin: 2.196193265vw 0;
  padding: 0;
  border: none;
}
@media screen and (min-width: 1501px) {
  #access-content03 ._access-contact hr {
    height: 1px;
    margin: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  #access-content03 ._access-contact hr {
    height: 0.2666666667vw;
    margin: 5.3333333333vw 0;
  }
}
#access-content03 ._access-contact ._btn {
  padding: 0;
}
#access-content03 ._access-contact ._btn a {
  margin: 0 0.7320644217vw;
}
@media screen and (min-width: 1501px) {
  #access-content03 ._access-contact ._btn a {
    margin: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  #access-content03 ._access-contact ._btn a {
    margin: 0 0 2.6666666667vw;
  }
}

/*---------------------------------
予防から治療、療養まで
---------------------------------*/
@media screen and (max-width: 768px) {
  #care-process-support .page-content-cnt ._cnt-body p {
    text-align: left;
    padding: 0 3.2vw;
  }
}
#care-process-support .page-content-cnt ._cnt-body figure {
  width: 63.6896046852vw;
  height: 40.2635431918vw;
  overflow: hidden;
  border-radius: 2.196193265vw;
  margin: 0 auto;
}
@media screen and (min-width: 1501px) {
  #care-process-support .page-content-cnt ._cnt-body figure {
    width: 870px;
    height: 550px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 768px) {
  #care-process-support .page-content-cnt ._cnt-body figure {
    width: auto;
    height: 69.3333333333vw;
    border-radius: 5.3333333333vw;
  }
}
#care-process-support .page-content-cnt ._cnt-body figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#care-process-about .page-content-cnt ._cnt-body ._fl {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #care-process-about .page-content-cnt ._cnt-body ._fl {
    display: block;
  }
}
#care-process-about .page-content-cnt ._cnt-body ._txt {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #care-process-about .page-content-cnt ._cnt-body ._txt {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  #care-process-about .page-content-cnt ._cnt-body ._txt p {
    padding: 0 3.2vw;
  }
}
#care-process-about .page-content-cnt ._cnt-body ._txt ._btn {
  text-align: left;
  padding: 2.9282576867vw 0 0;
}
@media screen and (min-width: 1501px) {
  #care-process-about .page-content-cnt ._cnt-body ._txt ._btn {
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #care-process-about .page-content-cnt ._cnt-body ._txt ._btn {
    text-align: center;
    padding: 5.3333333333vw 0 0;
  }
}
#care-process-about .page-content-cnt ._cnt-body figure {
  width: 45%;
  height: 30.4538799414vw;
  overflow: hidden;
  border-radius: 1.4641288433vw;
}
@media screen and (min-width: 1501px) {
  #care-process-about .page-content-cnt ._cnt-body figure {
    height: 416px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  #care-process-about .page-content-cnt ._cnt-body figure {
    width: auto;
    height: 69.3333333333vw;
    border-radius: 5.3333333333vw;
    margin: 0 0 5.3333333333vw;
  }
}
#care-process-about .page-content-cnt ._cnt-body figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*---------------------------------
医療機関の皆さまへ
---------------------------------*/
#for-medical-professionals-message {
  padding: 0vw 0 14.6412884334vw;
  margin: 0 0 3.6603221083vw;
  background: url(../img/top-strength-bg.png.webp) no-repeat center bottom/contain;
}
@media screen and (min-width: 1501px) {
  #for-medical-professionals-message {
    padding: 0px 0 200px;
    margin: 0 0 50px;
  }
}
@media screen and (max-width: 768px) {
  #for-medical-professionals-message {
    background-image: url(../img/top-strength-bg_sp.png.webp);
    padding: 10.6666666667vw 0 26.6666666667vw;
    margin: 0 0 8vw;
  }
}
#for-medical-professionals-message .page-content-cnt h2 {
  font-size: 3.074670571vw;
  color: #198931;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
  margin: 0 0 1.2em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1501px) {
  #for-medical-professionals-message .page-content-cnt h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  #for-medical-professionals-message .page-content-cnt h2 {
    font-size: 6.4vw;
  }
}
#for-medical-professionals-message .page-content-cnt h2 strong {
  font-weight: 700;
}
#for-medical-professionals-message .page-content-cnt p {
  text-align: center;
  font-size: 1.317715959vw;
  line-height: 2.5;
  text-shadow: 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff;
}
@media screen and (min-width: 1501px) {
  #for-medical-professionals-message .page-content-cnt p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #for-medical-professionals-message .page-content-cnt p {
    text-align: left;
    font-size: 3.7333333333vw;
  }
}
#for-medical-professionals-message .page-content-cnt p strong {
  font-size: 1.6105417277vw;
  color: #198931;
}
@media screen and (min-width: 1501px) {
  #for-medical-professionals-message .page-content-cnt p strong {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  #for-medical-professionals-message .page-content-cnt p strong {
    font-size: 4.8vw;
  }
}

@media screen and (max-width: 768px) {
  #for-medical-professionals-introduction .for-medical-professionals-introduction-top {
    padding: 0 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  #for-medical-professionals-introduction .for-medical-professionals-introduction-top p {
    text-align: left;
  }
}
#for-medical-professionals-introduction .for-medical-professionals-introduction-flow {
  padding: 0 2.9282576867vw;
}
@media screen and (min-width: 1501px) {
  #for-medical-professionals-introduction .for-medical-professionals-introduction-flow {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  #for-medical-professionals-introduction .for-medical-professionals-introduction-flow {
    padding: 0;
  }
}
#for-medical-professionals-introduction .for-medical-professionals-introduction-flow ._fl {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #for-medical-professionals-introduction .for-medical-professionals-introduction-flow ._fl {
    display: block;
  }
}
#for-medical-professionals-introduction .for-medical-professionals-introduction-flow ._fl ._fl-flow {
  width: 46.1200585652vw;
}
@media screen and (min-width: 1501px) {
  #for-medical-professionals-introduction .for-medical-professionals-introduction-flow ._fl ._fl-flow {
    width: 630px;
  }
}
@media screen and (max-width: 768px) {
  #for-medical-professionals-introduction .for-medical-professionals-introduction-flow ._fl ._fl-flow {
    width: auto;
  }
}
#for-medical-professionals-introduction .for-medical-professionals-introduction-flow ._fl ._fl-flow dl dt {
  background-color: #f1ffe8;
  border-radius: 0.7320644217vw;
  margin: 0 0 1.0980966325vw;
  padding: 1.0980966325vw 1.4641288433vw 1.0980966325vw 6.8814055637vw;
  position: relative;
}
@media screen and (min-width: 1501px) {
  #for-medical-professionals-introduction .for-medical-professionals-introduction-flow ._fl ._fl-flow dl dt {
    padding: 15px 20px 15px 94px;
    border-radius: 10px;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 768px) {
  #for-medical-professionals-introduction .for-medical-professionals-introduction-flow ._fl ._fl-flow dl dt {
    padding: 4vw 5.3333333333vw 4vw 25.0666666667vw;
    border-radius: 2.6666666667vw;
    margin: 0 0 4vw;
    line-height: 1.3;
  }
}
#for-medical-professionals-introduction .for-medical-professionals-introduction-flow ._fl ._fl-flow dl dt span {
  position: absolute;
  background-color: #fff;
  width: 6.8814055637vw;
  height: 6.8814055637vw;
  border: solid #ccd100 0.0732064422vw;
  border-radius: 50%;
  z-index: 2;
  top: -2.7086383602vw;
  left: -1.2445095168vw;
  color: #198931;
  font-size: 1.0248901903vw;
  line-height: 1.2;
  padding: 1.6em 0 0 0.6em;
}
@media screen and (min-width: 1501px) {
  #for-medical-professionals-introduction .for-medical-professionals-introduction-flow ._fl ._fl-flow dl dt span {
    width: 94px;
    height: 94px;
    border-width: 1px;
    top: -37px;
    left: -17px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #for-medical-professionals-introduction .for-medical-professionals-introduction-flow ._fl ._fl-flow dl dt span {
    width: 23.4666666667vw;
    height: 23.4666666667vw;
    border-width: 0.2666666667vw;
    top: -5.8666666667vw;
    left: -1.0666666667vw;
    font-size: 3.4666666667vw;
  }
}
#for-medical-professionals-introduction .for-medical-professionals-introduction-flow ._fl ._fl-flow dl dt span i {
  display: inline-block;
  font-style: normal;
  font-size: 1.6837481698vw;
  margin: 0 0 0 0.2em;
  font-weight: 700;
  vertical-align: top;
}
@media screen and (min-width: 1501px) {
  #for-medical-professionals-introduction .for-medical-professionals-introduction-flow ._fl ._fl-flow dl dt span i {
    font-size: 23px;
  }
}
@media screen and (max-width: 768px) {
  #for-medical-professionals-introduction .for-medical-professionals-introduction-flow ._fl ._fl-flow dl dt span i {
    font-size: 5.6vw;
  }
}
#for-medical-professionals-introduction .for-medical-professionals-introduction-flow ._fl ._fl-flow dl dt span:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: solid #198931 0.0732064422vw;
  top: -0.2928257687vw;
  left: -0.2928257687vw;
}
@media screen and (min-width: 1501px) {
  #for-medical-professionals-introduction .for-medical-professionals-introduction-flow ._fl ._fl-flow dl dt span:before {
    border-width: 1px;
    top: -4px;
    left: -4px;
  }
}
@media screen and (max-width: 768px) {
  #for-medical-professionals-introduction .for-medical-professionals-introduction-flow ._fl ._fl-flow dl dt span:before {
    border-width: 0.2666666667vw;
    top: -1.0666666667vw;
    left: -1.0666666667vw;
  }
}
#for-medical-professionals-introduction .for-medical-professionals-introduction-flow ._fl ._fl-flow dl dt strong {
  font-size: 1.756954612vw;
  font-weight: 700;
}
@media screen and (min-width: 1501px) {
  #for-medical-professionals-introduction .for-medical-professionals-introduction-flow ._fl ._fl-flow dl dt strong {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #for-medical-professionals-introduction .for-medical-professionals-introduction-flow ._fl ._fl-flow dl dt strong {
    font-size: 4.8vw;
  }
}
#for-medical-professionals-introduction .for-medical-professionals-introduction-flow ._fl ._fl-flow dl dd p {
  font-size: 1.317715959vw;
  padding: 0 1.5em 5em;
}
@media screen and (min-width: 1501px) {
  #for-medical-professionals-introduction .for-medical-professionals-introduction-flow ._fl ._fl-flow dl dd p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #for-medical-professionals-introduction .for-medical-professionals-introduction-flow ._fl ._fl-flow dl dd p {
    font-size: 4.2666666667vw;
    padding: 0 1em 3em;
  }
}
#for-medical-professionals-introduction .for-medical-professionals-introduction-flow ._fl ._fl-images {
  width: 39.5314787701vw;
}
@media screen and (min-width: 1501px) {
  #for-medical-professionals-introduction .for-medical-professionals-introduction-flow ._fl ._fl-images {
    width: 540px;
  }
}
@media screen and (max-width: 768px) {
  #for-medical-professionals-introduction .for-medical-professionals-introduction-flow ._fl ._fl-images {
    width: auto;
  }
}
#for-medical-professionals-introduction .for-medical-professionals-introduction-flow ._fl ._fl-images ul {
  display: flex;
  flex-direction: column;
  gap: 3.6603221083vw;
}
@media screen and (min-width: 1501px) {
  #for-medical-professionals-introduction .for-medical-professionals-introduction-flow ._fl ._fl-images ul {
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  #for-medical-professionals-introduction .for-medical-professionals-introduction-flow ._fl ._fl-images ul {
    gap: 3.2vw;
    flex-direction: row;
  }
}
#for-medical-professionals-introduction .for-medical-professionals-introduction-flow ._fl ._fl-images ul li figure {
  width: 100%;
  height: 30.5270863836vw;
  border-radius: 2.9282576867vw;
  overflow: hidden;
}
@media screen and (min-width: 1501px) {
  #for-medical-professionals-introduction .for-medical-professionals-introduction-flow ._fl ._fl-images ul li figure {
    height: 417px;
    border-radius: 40px;
  }
}
@media screen and (max-width: 768px) {
  #for-medical-professionals-introduction .for-medical-professionals-introduction-flow ._fl ._fl-images ul li figure {
    height: 58.6666666667vw;
    border-radius: 5.3333333333vw;
  }
}
#for-medical-professionals-introduction .for-medical-professionals-introduction-flow ._fl ._fl-images ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#for-medical-professionals-introduction .for-medical-professionals-introduction-flow ._fl ._fl-images p {
  padding-top: 1.5em;
}
#for-medical-professionals-introduction .for-medical-professionals-introduction-flow ._fl ._fl-images ._btn {
  padding-top: 1.0980966325vw;
}
@media screen and (min-width: 1501px) {
  #for-medical-professionals-introduction .for-medical-professionals-introduction-flow ._fl ._fl-images ._btn {
    padding-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  #for-medical-professionals-introduction .for-medical-professionals-introduction-flow ._fl ._fl-images ._btn {
    padding-top: 4vw;
  }
}
#for-medical-professionals-introduction .for-medical-professionals-introduction-flow ._fl ._fl-images ._btn a {
  width: 21.9619326501vw;
}
@media screen and (min-width: 1501px) {
  #for-medical-professionals-introduction .for-medical-professionals-introduction-flow ._fl ._fl-images ._btn a {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  #for-medical-professionals-introduction .for-medical-professionals-introduction-flow ._fl ._fl-images ._btn a {
    width: 80vw;
  }
}

#for-medical-professionals-outpatient ._cnt-body p {
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  #for-medical-professionals-outpatient ._cnt-body p {
    line-height: 2;
  }
}
#for-medical-professionals-outpatient ._cnt-body p strong {
  color: #198931;
}
@media screen and (max-width: 768px) {
  #for-medical-professionals-outpatient ._cnt-body p._sp-left {
    text-align: left;
    padding: 0 3.2vw;
  }
}
#for-medical-professionals-outpatient ._cnt-body ._link {
  margin: 0 0 2.196193265vw;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1501px) {
  #for-medical-professionals-outpatient ._cnt-body ._link {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  #for-medical-professionals-outpatient ._cnt-body ._link {
    margin: 0 0 5.3333333333vw;
  }
}
#for-medical-professionals-outpatient ._cnt-body ._link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41.7276720351vw;
  height: 10.6149341142vw;
  border: solid #198931 0.0732064422vw;
  border-radius: 2.9282576867vw;
  padding: 0;
}
@media screen and (min-width: 1501px) {
  #for-medical-professionals-outpatient ._cnt-body ._link a {
    width: 570px;
    height: 145px;
    border-width: 1px;
    border-radius: 40px;
  }
}
@media screen and (max-width: 768px) {
  #for-medical-professionals-outpatient ._cnt-body ._link a {
    width: 80vw;
    height: 42.6666666667vw;
    border-width: 0.2666666667vw;
    border-radius: 5.3333333333vw;
  }
}
#for-medical-professionals-outpatient ._cnt-body ._link a ._btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.9282576867vw;
  padding: 0 4.39238653vw 0 1.4641288433vw;
}
@media screen and (min-width: 1501px) {
  #for-medical-professionals-outpatient ._cnt-body ._link a ._btn-wrap {
    gap: 40px;
    padding: 0 60px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #for-medical-professionals-outpatient ._cnt-body ._link a ._btn-wrap {
    flex-direction: column;
    align-items: start;
    gap: 2.6666666667vw;
    padding: 0 13.3333333333vw 0 5.3333333333vw;
  }
}
#for-medical-professionals-outpatient ._cnt-body ._link a ._btn-wrap p {
  font-size: 1.317715959vw;
  line-height: 1.8;
  color: #333;
}
@media screen and (min-width: 1501px) {
  #for-medical-professionals-outpatient ._cnt-body ._link a ._btn-wrap p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #for-medical-professionals-outpatient ._cnt-body ._link a ._btn-wrap p {
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
}
#for-medical-professionals-outpatient ._cnt-body ._link a ._btn-wrap h3 {
  font-size: 1.756954612vw;
  color: #198931;
  font-weight: 700;
}
@media screen and (min-width: 1501px) {
  #for-medical-professionals-outpatient ._cnt-body ._link a ._btn-wrap h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #for-medical-professionals-outpatient ._cnt-body ._link a ._btn-wrap h3 {
    font-size: 5.3333333333vw;
    line-height: 1;
  }
}
#for-medical-professionals-outpatient ._cnt-body ._link a:hover p, #for-medical-professionals-outpatient ._cnt-body ._link a:hover h3 {
  color: #fff;
}

/*---------------------------------
外来受診
---------------------------------*/
#outpatient-top .page-content-cnt ._cnt-body figure {
  width: 57.8330893119vw;
  height: 35.8711566618vw;
  overflow: hidden;
  border-radius: 2.196193265vw;
  margin: 0 auto;
}
@media screen and (min-width: 1501px) {
  #outpatient-top .page-content-cnt ._cnt-body figure {
    width: 790px;
    height: 490px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 768px) {
  #outpatient-top .page-content-cnt ._cnt-body figure {
    width: auto;
    height: 69.3333333333vw;
    border-radius: 5.3333333333vw;
  }
}
#outpatient-top .page-content-cnt ._cnt-body figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#outpatient-top .page-content-cnt ._cnt-body ._wrap {
  text-align: center;
  margin: 0 auto;
  padding: 2.9282576867vw 0 4.39238653vw;
  background-color: #f1ffe8;
  border-radius: 1.4641288433vw;
}
@media screen and (min-width: 1501px) {
  #outpatient-top .page-content-cnt ._cnt-body ._wrap {
    padding: 40px 0 60px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  #outpatient-top .page-content-cnt ._cnt-body ._wrap {
    width: auto;
    padding: 8vw 1.0666666667vw 10.6666666667vw;
    border-radius: 5.3333333333vw;
  }
}
#outpatient-top .page-content-cnt ._cnt-body ._schedule {
  display: inline-block;
  width: 58.5651537335vw;
  background-color: #fff;
  border: solid #198931 0.0732064422vw;
  border-radius: 1.4641288433vw;
}
@media screen and (min-width: 1501px) {
  #outpatient-top .page-content-cnt ._cnt-body ._schedule {
    width: 830px;
    border-width: 1px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  #outpatient-top .page-content-cnt ._cnt-body ._schedule {
    width: auto;
    border-width: 0.2666666667vw;
    border-radius: 5.3333333333vw;
  }
}
#outpatient-top .page-content-cnt ._cnt-body ._schedule ._box {
  padding: 1.4641288433vw 0;
}
@media screen and (min-width: 1501px) {
  #outpatient-top .page-content-cnt ._cnt-body ._schedule ._box {
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  #outpatient-top .page-content-cnt ._cnt-body ._schedule ._box {
    padding: 5.3333333333vw 0;
  }
}
#outpatient-top .page-content-cnt ._cnt-body ._schedule ._box ._flx {
  display: flex;
}
@media screen and (max-width: 768px) {
  #outpatient-top .page-content-cnt ._cnt-body ._schedule ._box ._flx {
    display: block;
  }
}
#outpatient-top .page-content-cnt ._cnt-body ._schedule ._box ._flx h3 {
  width: 22%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1501px) {
  #outpatient-top .page-content-cnt ._cnt-body ._schedule ._box ._flx h3 {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  #outpatient-top .page-content-cnt ._cnt-body ._schedule ._box ._flx h3 {
    width: auto;
    display: block;
  }
}
#outpatient-top .page-content-cnt ._cnt-body ._schedule ._box ._flx h3 span {
  display: inline-block;
  padding: 4.7584187408vw 0 0;
  font-size: 1.6105417277vw;
  font-weight: 600;
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1501px) {
  #outpatient-top .page-content-cnt ._cnt-body ._schedule ._box ._flx h3 span {
    padding: 65px 0 0;
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  #outpatient-top .page-content-cnt ._cnt-body ._schedule ._box ._flx h3 span {
    padding: 0 0 0 17.3333333333vw;
    font-size: 5.8666666667vw;
    background-position: center left;
  }
}
#outpatient-top .page-content-cnt ._cnt-body ._schedule ._box ._flx h3._icn01 span {
  background-image: url(../img/icon-choshinki.svg);
  background-size: 2.9282576867vw auto;
}
@media screen and (min-width: 1501px) {
  #outpatient-top .page-content-cnt ._cnt-body ._schedule ._box ._flx h3._icn01 span {
    background-size: 40px auto;
  }
}
@media screen and (max-width: 768px) {
  #outpatient-top .page-content-cnt ._cnt-body ._schedule ._box ._flx h3._icn01 span {
    background-size: 10.6666666667vw auto;
    line-height: 10.6666666667vw;
  }
}
#outpatient-top .page-content-cnt ._cnt-body ._schedule ._box ._flx ._table {
  position: relative;
  width: 78%;
  padding: 0 1.1713030747vw 1.0980966325vw 1.4641288433vw;
}
@media screen and (min-width: 1501px) {
  #outpatient-top .page-content-cnt ._cnt-body ._schedule ._box ._flx ._table {
    width: 75%;
    padding: 0 16px 15px 20px;
  }
}
@media screen and (max-width: 768px) {
  #outpatient-top .page-content-cnt ._cnt-body ._schedule ._box ._flx ._table {
    width: auto;
    padding: 0 3.2vw 0vw 3.2vw;
  }
}
#outpatient-top .page-content-cnt ._cnt-body ._schedule ._box ._flx ._table:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #cdcece;
  width: 0.0732064422vw;
  height: 100%;
}
@media screen and (min-width: 1501px) {
  #outpatient-top .page-content-cnt ._cnt-body ._schedule ._box ._flx ._table:before {
    width: 1px;
  }
}
@media screen and (max-width: 768px) {
  #outpatient-top .page-content-cnt ._cnt-body ._schedule ._box ._flx ._table:before {
    width: 0.2666666667vw;
  }
}
#outpatient-top .page-content-cnt ._cnt-body ._schedule ._box ._flx ._table table {
  width: 100%;
  font-size: 1.317715959vw;
  line-height: 1.5;
}
@media screen and (min-width: 1501px) {
  #outpatient-top .page-content-cnt ._cnt-body ._schedule ._box ._flx ._table table {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #outpatient-top .page-content-cnt ._cnt-body ._schedule ._box ._flx ._table table {
    font-size: 4.8vw;
  }
}
#outpatient-top .page-content-cnt ._cnt-body ._schedule ._box ._flx ._table table th {
  color: #198931;
  font-weight: 600;
  border-bottom: solid #198931 0.1464128843vw;
  text-align: center;
  vertical-align: middle;
  padding: 1em 0;
}
@media screen and (min-width: 1501px) {
  #outpatient-top .page-content-cnt ._cnt-body ._schedule ._box ._flx ._table table th {
    border-bottom-width: 2px;
  }
}
@media screen and (max-width: 768px) {
  #outpatient-top .page-content-cnt ._cnt-body ._schedule ._box ._flx ._table table th {
    border-bottom-width: 0.5333333333vw;
  }
}
#outpatient-top .page-content-cnt ._cnt-body ._schedule ._box ._flx ._table table th.gr {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #outpatient-top .page-content-cnt ._cnt-body ._schedule ._box ._flx ._table table th.gr {
    width: 35%;
  }
}
#outpatient-top .page-content-cnt ._cnt-body ._schedule ._box ._flx ._table table td {
  text-align: center;
  vertical-align: middle;
  color: #198931;
  border-bottom: solid #cdcece 0.0732064422vw;
}
@media screen and (min-width: 1501px) {
  #outpatient-top .page-content-cnt ._cnt-body ._schedule ._box ._flx ._table table td {
    border-bottom-width: 1px;
  }
}
@media screen and (max-width: 768px) {
  #outpatient-top .page-content-cnt ._cnt-body ._schedule ._box ._flx ._table table td {
    border-bottom-width: 0.2666666667vw;
  }
}
#outpatient-top .page-content-cnt ._cnt-body ._schedule ._box ._flx ._table table td:nth-child(1) {
  color: #333;
  font-size: 1.1713030747vw;
  text-align: left;
  padding: 1em 0.5em 1em 1em;
}
@media screen and (min-width: 1501px) {
  #outpatient-top .page-content-cnt ._cnt-body ._schedule ._box ._flx ._table table td:nth-child(1) {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #outpatient-top .page-content-cnt ._cnt-body ._schedule ._box ._flx ._table table td:nth-child(1) {
    font-size: 4.2666666667vw;
    padding: 1em 0.2em;
  }
}
#outpatient-top .page-content-cnt ._cnt-body ._schedule ._box ._flx ._table table tr:nth-child(3) td {
  border-bottom: none;
}
#outpatient-top .page-content-cnt ._cnt-body ._schedule ._box ._flx ._table small {
  display: block;
  position: relative;
  padding: 0 0 2.6em 1em;
  font-size: 1.1713030747vw;
  margin: 1em 0 0;
}
@media screen and (min-width: 1501px) {
  #outpatient-top .page-content-cnt ._cnt-body ._schedule ._box ._flx ._table small {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #outpatient-top .page-content-cnt ._cnt-body ._schedule ._box ._flx ._table small {
    font-size: 4.2666666667vw;
  }
}
#outpatient-top .page-content-cnt ._cnt-body ._schedule ._box ._flx ._table small:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
#outpatient-top .page-content-cnt ._cnt-body ._list {
  margin: 2.9282576867vw 0 0;
}
@media screen and (min-width: 1501px) {
  #outpatient-top .page-content-cnt ._cnt-body ._list {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #outpatient-top .page-content-cnt ._cnt-body ._list {
    margin: 5.3333333333vw 0 0;
  }
}
#outpatient-top .page-content-cnt ._cnt-body ._list dl {
  margin: 0 0 2.196193265vw;
}
@media screen and (min-width: 1501px) {
  #outpatient-top .page-content-cnt ._cnt-body ._list dl {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  #outpatient-top .page-content-cnt ._cnt-body ._list dl {
    margin: 0 0 5.3333333333vw;
  }
}
#outpatient-top .page-content-cnt ._cnt-body ._list dl dt {
  font-size: 1.6105417277vw;
  font-weight: 700;
  color: #198931;
}
@media screen and (min-width: 1501px) {
  #outpatient-top .page-content-cnt ._cnt-body ._list dl dt {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  #outpatient-top .page-content-cnt ._cnt-body ._list dl dt {
    font-size: 4.8vw;
  }
}
#outpatient-top .page-content-cnt ._cnt-body ._btn {
  padding: 1.4641288433vw 0 0;
}
@media screen and (min-width: 1501px) {
  #outpatient-top .page-content-cnt ._cnt-body ._btn {
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #outpatient-top .page-content-cnt ._cnt-body ._btn {
    padding: 5.3333333333vw 0 0;
  }
}
#outpatient-top .page-content-cnt ._cnt-body ._btn a {
  margin: 0 0.7320644217vw;
}
@media screen and (min-width: 1501px) {
  #outpatient-top .page-content-cnt ._cnt-body ._btn a {
    margin: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  #outpatient-top .page-content-cnt ._cnt-body ._btn a {
    margin: 0 0 2.6666666667vw;
  }
}

#outpatient-first .page-content-cnt ._cnt-body ._item {
  margin: 0 2.9282576867vw;
}
@media screen and (min-width: 1501px) {
  #outpatient-first .page-content-cnt ._cnt-body ._item {
    margin: 0 80px;
  }
}
@media screen and (max-width: 768px) {
  #outpatient-first .page-content-cnt ._cnt-body ._item {
    margin: 0 3.2vw;
  }
}
#outpatient-first .page-content-cnt ._cnt-body ._item h3 {
  margin-bottom: 0.5em;
}
#outpatient-first .page-content-cnt ._cnt-body ._item ul._b {
  font-size: 1.317715959vw;
  font-weight: 700;
  margin-bottom: 1em;
}
@media screen and (min-width: 1501px) {
  #outpatient-first .page-content-cnt ._cnt-body ._item ul._b {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #outpatient-first .page-content-cnt ._cnt-body ._item ul._b {
    font-size: 4.2666666667vw;
  }
}

/*---------------------------------
外来担当医表
---------------------------------*/
#outpatient-schedule-list ._gairai table {
  table-layout: fixed;
  font-size: 1.1713030747vw;
  background-color: #a6a6a7;
  border-collapse: separate;
  border-spacing: 0.0732064422vw;
}
@media screen and (min-width: 1501px) {
  #outpatient-schedule-list ._gairai table {
    font-size: 16px;
    border-spacing: 1px;
  }
}
@media screen and (max-width: 768px) {
  #outpatient-schedule-list ._gairai table {
    width: 350%;
    font-size: 4.2666666667vw;
    border-spacing: 0.2666666667vw;
  }
}
#outpatient-schedule-list ._gairai table th {
  text-align: center;
  background-color: #f1ffe8;
  color: #198931;
  padding: 1em;
}
#outpatient-schedule-list ._gairai table td {
  text-align: center;
  background-color: #fff;
  padding: 1em;
}

/*---------------------------------
入院・面会
---------------------------------*/
#hospitalization-visiting-top .page-content-cnt p {
  text-align: left;
}
#hospitalization-visiting-top ._guide {
  padding: 0 2.9282576867vw;
}
@media screen and (min-width: 1501px) {
  #hospitalization-visiting-top ._guide {
    padding: 0 80px;
  }
}
@media screen and (max-width: 768px) {
  #hospitalization-visiting-top ._guide {
    padding: 0 3.2vw;
  }
}
#hospitalization-visiting-top ._guide ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #hospitalization-visiting-top ._guide ul {
    display: block;
  }
}
#hospitalization-visiting-top ._guide ul li {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #hospitalization-visiting-top ._guide ul li {
    width: auto;
    margin: 0 0 10.6666666667vw;
  }
}
#hospitalization-visiting-top ._guide ul li figure {
  width: 100%;
  height: 27.3792093704vw;
  overflow: hidden;
  border-radius: 1.4641288433vw;
  margin: 0 0 1.4641288433vw;
}
@media screen and (min-width: 1501px) {
  #hospitalization-visiting-top ._guide ul li figure {
    height: 374px;
    border-radius: 20px;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #hospitalization-visiting-top ._guide ul li figure {
    height: 80vw;
    border-radius: 5.3333333333vw;
    margin: 0 0 5.3333333333vw;
  }
}
#hospitalization-visiting-top ._guide ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
}
#hospitalization-visiting-top ._guide ul li figure:hover img {
  scale: 1.05;
}
#hospitalization-visiting-top ._guide ul li h3 {
  color: #198931;
  font-size: 1.6105417277vw;
  font-weight: 700;
  margin: 0 0 0.3em;
}
@media screen and (min-width: 1501px) {
  #hospitalization-visiting-top ._guide ul li h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  #hospitalization-visiting-top ._guide ul li h3 {
    font-size: 4.8vw;
  }
}
#hospitalization-visiting-top ._guide ul li ._more {
  padding: 1.4641288433vw 0 0;
  text-align: center;
}
@media screen and (min-width: 1501px) {
  #hospitalization-visiting-top ._guide ul li ._more {
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #hospitalization-visiting-top ._guide ul li ._more {
    padding: 5.3333333333vw 0 0;
  }
}
#hospitalization-visiting-top ._box {
  background-color: #f1ffe8;
  border-radius: 2.196193265vw;
  z-index: 2;
  margin: 0 2.9282576867vw;
  border: solid #198931 0.0732064422vw;
  overflow: hidden;
}
@media screen and (min-width: 1501px) {
  #hospitalization-visiting-top ._box {
    border-radius: 30px;
    margin: 0 80px;
    border-width: 1px;
  }
}
@media screen and (max-width: 768px) {
  #hospitalization-visiting-top ._box {
    border-radius: 5.3333333333vw;
    margin: 0 3.2vw;
    border-width: 0.2666666667vw;
  }
}
#hospitalization-visiting-top ._box h3 {
  background-color: #198931;
  color: #fff;
  text-align: center;
  font-size: 1.6105417277vw;
  font-weight: 700;
  padding: 0.5em;
}
@media screen and (min-width: 1501px) {
  #hospitalization-visiting-top ._box h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  #hospitalization-visiting-top ._box h3 {
    font-size: 4.8vw;
  }
}
#hospitalization-visiting-top ._box ul {
  font-size: 1.2445095168vw;
  line-height: 2.5;
  padding: 2.196193265vw 2.9282576867vw;
}
@media screen and (min-width: 1501px) {
  #hospitalization-visiting-top ._box ul {
    font-size: 17px;
    padding: 30px 65px;
  }
}
@media screen and (max-width: 768px) {
  #hospitalization-visiting-top ._box ul {
    font-size: 3.7333333333vw;
    line-height: 2;
    padding: 4.8vw 5.3333333333vw;
  }
}
#hospitalization-visiting-top ._box ul li::marker {
  color: #198931;
}

#hospitalization-visiting-slider {
  margin: 0 0 3.6603221083vw;
}
@media screen and (min-width: 1501px) {
  #hospitalization-visiting-slider {
    margin: 0 0 50px;
  }
}
@media screen and (max-width: 768px) {
  #hospitalization-visiting-slider {
    margin: 0 -3.2vw 8vw;
  }
}
#hospitalization-visiting-slider .swiper-wrapper {
  transition-timing-function: linear;
}
#hospitalization-visiting-slider .swiper-slide figure {
  width: 100%;
  height: 100%;
  border-radius: 1.0980966325vw;
  overflow: hidden;
}
@media screen and (min-width: 1501px) {
  #hospitalization-visiting-slider .swiper-slide figure {
    border-radius: 15px;
  }
}
@media screen and (max-width: 768px) {
  #hospitalization-visiting-slider .swiper-slide figure {
    border-radius: 2.6666666667vw;
  }
}
#hospitalization-visiting-slider .swiper-slide figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#hospitalization-visiting-flow_2 ._schedule {
  width: 58.5651537335vw;
  background-color: #fff;
  border: solid #198931 0.0732064422vw;
  border-radius: 1.4641288433vw;
  margin: 0 auto;
}
@media screen and (min-width: 1501px) {
  #hospitalization-visiting-flow_2 ._schedule {
    width: 835px;
    border-width: 1px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  #hospitalization-visiting-flow_2 ._schedule {
    width: auto;
    border-width: 0.2666666667vw;
    border-radius: 5.3333333333vw;
  }
}
#hospitalization-visiting-flow_2 ._schedule ._box {
  padding: 1.4641288433vw 0;
}
@media screen and (min-width: 1501px) {
  #hospitalization-visiting-flow_2 ._schedule ._box {
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  #hospitalization-visiting-flow_2 ._schedule ._box {
    padding: 5.3333333333vw 0;
  }
}
#hospitalization-visiting-flow_2 ._schedule ._box ._flx {
  display: flex;
}
@media screen and (max-width: 768px) {
  #hospitalization-visiting-flow_2 ._schedule ._box ._flx {
    display: block;
  }
}
#hospitalization-visiting-flow_2 ._schedule ._box ._flx h3 {
  width: 22%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1501px) {
  #hospitalization-visiting-flow_2 ._schedule ._box ._flx h3 {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  #hospitalization-visiting-flow_2 ._schedule ._box ._flx h3 {
    width: auto;
    display: block;
  }
}
#hospitalization-visiting-flow_2 ._schedule ._box ._flx h3 span {
  display: inline-block;
  padding: 4.7584187408vw 0 0;
  font-size: 1.6105417277vw;
  font-weight: 600;
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1501px) {
  #hospitalization-visiting-flow_2 ._schedule ._box ._flx h3 span {
    padding: 65px 0 0;
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  #hospitalization-visiting-flow_2 ._schedule ._box ._flx h3 span {
    padding: 0 0 0 17.3333333333vw;
    font-size: 5.8666666667vw;
    background-position: center left;
  }
}
#hospitalization-visiting-flow_2 ._schedule ._box ._flx h3._icn02 span {
  padding: 4.2459736457vw 0 0;
  background-image: url(../img/icon-bed.svg);
  background-size: 3.6603221083vw auto;
}
@media screen and (min-width: 1501px) {
  #hospitalization-visiting-flow_2 ._schedule ._box ._flx h3._icn02 span {
    padding: 58px 0 0;
    background-size: 50px auto;
  }
}
@media screen and (max-width: 768px) {
  #hospitalization-visiting-flow_2 ._schedule ._box ._flx h3._icn02 span {
    padding: 0 0 0 17.3333333333vw;
    background-size: 13.3333333333vw auto;
    line-height: 10.6666666667vw;
  }
}
#hospitalization-visiting-flow_2 ._schedule ._box ._flx ._table {
  position: relative;
  width: 78%;
  padding: 0 1.1713030747vw 1.0980966325vw 1.4641288433vw;
}
@media screen and (min-width: 1501px) {
  #hospitalization-visiting-flow_2 ._schedule ._box ._flx ._table {
    width: 75%;
    padding: 0 16px 15px 20px;
  }
}
@media screen and (max-width: 768px) {
  #hospitalization-visiting-flow_2 ._schedule ._box ._flx ._table {
    width: auto;
    padding: 0 3.2vw 0vw 3.2vw;
  }
}
#hospitalization-visiting-flow_2 ._schedule ._box ._flx ._table:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #cdcece;
  width: 0.0732064422vw;
  height: 100%;
}
@media screen and (min-width: 1501px) {
  #hospitalization-visiting-flow_2 ._schedule ._box ._flx ._table:before {
    width: 1px;
  }
}
@media screen and (max-width: 768px) {
  #hospitalization-visiting-flow_2 ._schedule ._box ._flx ._table:before {
    width: 0.2666666667vw;
  }
}
#hospitalization-visiting-flow_2 ._schedule ._box ._flx ._table table {
  width: 100%;
  font-size: 1.317715959vw;
  line-height: 1.5;
}
@media screen and (min-width: 1501px) {
  #hospitalization-visiting-flow_2 ._schedule ._box ._flx ._table table {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #hospitalization-visiting-flow_2 ._schedule ._box ._flx ._table table {
    font-size: 4.8vw;
  }
}
#hospitalization-visiting-flow_2 ._schedule ._box ._flx ._table table th {
  color: #198931;
  font-weight: 600;
  border-bottom: solid #198931 0.1464128843vw;
  text-align: center;
  vertical-align: middle;
  padding: 1em 0;
}
@media screen and (min-width: 1501px) {
  #hospitalization-visiting-flow_2 ._schedule ._box ._flx ._table table th {
    border-bottom-width: 2px;
  }
}
@media screen and (max-width: 768px) {
  #hospitalization-visiting-flow_2 ._schedule ._box ._flx ._table table th {
    border-bottom-width: 0.5333333333vw;
  }
}
#hospitalization-visiting-flow_2 ._schedule ._box ._flx ._table table th.gr {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #hospitalization-visiting-flow_2 ._schedule ._box ._flx ._table table th.gr {
    width: 35%;
  }
}
#hospitalization-visiting-flow_2 ._schedule ._box ._flx ._table table td {
  text-align: center;
  vertical-align: middle;
  color: #198931;
  border-bottom: solid #cdcece 0.0732064422vw;
}
@media screen and (min-width: 1501px) {
  #hospitalization-visiting-flow_2 ._schedule ._box ._flx ._table table td {
    border-bottom-width: 1px;
  }
}
@media screen and (max-width: 768px) {
  #hospitalization-visiting-flow_2 ._schedule ._box ._flx ._table table td {
    border-bottom-width: 0.2666666667vw;
  }
}
#hospitalization-visiting-flow_2 ._schedule ._box ._flx ._table table td:nth-child(1) {
  color: #333;
  font-size: 1.1713030747vw;
  text-align: left;
  padding: 1em 0.5em 1em 1em;
}
@media screen and (min-width: 1501px) {
  #hospitalization-visiting-flow_2 ._schedule ._box ._flx ._table table td:nth-child(1) {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #hospitalization-visiting-flow_2 ._schedule ._box ._flx ._table table td:nth-child(1) {
    font-size: 4.2666666667vw;
    padding: 1em 0.4em;
  }
}
#hospitalization-visiting-flow_2 ._schedule ._box ._flx ._table table tr:nth-child(3) td {
  border-bottom: none;
}
#hospitalization-visiting-flow_2 ._schedule ._box ._flx ._table small {
  display: block;
  position: relative;
  padding: 0 0 2.6em 1em;
  font-size: 1.1713030747vw;
  margin: 1em 0 0;
}
@media screen and (min-width: 1501px) {
  #hospitalization-visiting-flow_2 ._schedule ._box ._flx ._table small {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #hospitalization-visiting-flow_2 ._schedule ._box ._flx ._table small {
    font-size: 4.2666666667vw;
  }
}
#hospitalization-visiting-flow_2 ._schedule ._box ._flx ._table small:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

/*---------------------------------
医療療養型病院
---------------------------------*/
@media screen and (max-width: 768px) {
  #long-term-care-about .page-content-cnt ._cnt-body p {
    text-align: left;
    padding: 0 3.2vw;
  }
}
#long-term-care-about .page-content-cnt ._cnt-body figure {
  width: 57.8330893119vw;
  height: 35.8711566618vw;
  overflow: hidden;
  border-radius: 2.196193265vw;
  margin: 0 auto;
}
@media screen and (min-width: 1501px) {
  #long-term-care-about .page-content-cnt ._cnt-body figure {
    width: 790px;
    height: 490px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 768px) {
  #long-term-care-about .page-content-cnt ._cnt-body figure {
    width: auto;
    height: 69.3333333333vw;
    border-radius: 5.3333333333vw;
  }
}
#long-term-care-about .page-content-cnt ._cnt-body figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#long-term-care-preparation .page-content-cnt ._cnt-body ._fl {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1.4641288433vw;
  gap: 2.9282576867vw 4%;
}
@media screen and (min-width: 1501px) {
  #long-term-care-preparation .page-content-cnt ._cnt-body ._fl {
    padding: 0 40px;
    gap: 40px 4%;
  }
}
@media screen and (max-width: 768px) {
  #long-term-care-preparation .page-content-cnt ._cnt-body ._fl {
    padding: 0 0vw;
    gap: 5.3333333333vw;
  }
}
#long-term-care-preparation .page-content-cnt ._cnt-body ._fl ._fl-box {
  width: 48%;
  background-color: #f1ffe8;
  padding: 2.196193265vw 2.9282576867vw;
  border-radius: 2.196193265vw;
}
@media screen and (min-width: 1501px) {
  #long-term-care-preparation .page-content-cnt ._cnt-body ._fl ._fl-box {
    padding: 30px 40px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 768px) {
  #long-term-care-preparation .page-content-cnt ._cnt-body ._fl ._fl-box {
    padding: 5.3333333333vw 3.2vw;
    border-radius: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #long-term-care-preparation .page-content-cnt ._cnt-body ._fl ._fl-box {
    width: 100%;
  }
}
#long-term-care-preparation .page-content-cnt ._cnt-body ._fl ._fl-box h3 {
  margin-bottom: 0.5em;
}
#long-term-care-preparation .page-content-cnt ._cnt-body ._fl ._notes {
  width: 100%;
  text-align: right;
}

#long-term-care-rental .page-content-cnt ._cnt-body ._icon {
  padding: 0 0 0 2.4890190337vw;
  background-position: top 0.3em left;
  background-repeat: no-repeat;
  background-size: 1.756954612vw auto;
}
@media screen and (min-width: 1501px) {
  #long-term-care-rental .page-content-cnt ._cnt-body ._icon {
    padding: 0 0 0 34px;
    background-size: 24px auto;
  }
}
@media screen and (max-width: 768px) {
  #long-term-care-rental .page-content-cnt ._cnt-body ._icon {
    padding: 0 0 0 9.0666666667vw;
    background-size: 6.4vw auto;
  }
}
#long-term-care-rental .page-content-cnt ._cnt-body ._icon._icon01 {
  background-image: url(../img/rental-icon01.svg);
}
#long-term-care-rental .page-content-cnt ._cnt-body ._icon._icon02 {
  background-image: url(../img/rental-icon02.svg);
  background-position: top 0.2em left;
}
#long-term-care-rental .page-content-cnt ._cnt-body ._icon._icon03 {
  background-image: url(../img/rental-icon03.svg);
}
#long-term-care-rental .page-content-cnt ._cnt-body ._icon._icon04 {
  background-image: url(../img/rental-icon04.svg);
}
#long-term-care-rental .page-content-cnt ._cnt-body ._icon + ._icon {
  margin: 0.5em 0 0;
}
#long-term-care-rental .page-content-cnt ._cnt-body ._kome {
  margin: 1em 0 0;
}

/*---------------------------------
介護医療院『おおぞら』
---------------------------------*/
@media screen and (max-width: 768px) {
  #oozora-care-facility-about .page-content-cnt ._cnt-body p {
    text-align: left;
    padding: 0 3.2vw;
  }
}
#oozora-care-facility-about .page-content-cnt ._cnt-body figure {
  width: 57.8330893119vw;
  height: 35.8711566618vw;
  overflow: hidden;
  border-radius: 2.196193265vw;
  margin: 0 auto;
}
@media screen and (min-width: 1501px) {
  #oozora-care-facility-about .page-content-cnt ._cnt-body figure {
    width: 790px;
    height: 490px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 768px) {
  #oozora-care-facility-about .page-content-cnt ._cnt-body figure {
    width: auto;
    height: 69.3333333333vw;
    border-radius: 5.3333333333vw;
  }
}
#oozora-care-facility-about .page-content-cnt ._cnt-body figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#oozora-care-facility-preparation .page-content-cnt ._cnt-body ._fl {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1.4641288433vw;
  gap: 2.9282576867vw 4%;
}
@media screen and (min-width: 1501px) {
  #oozora-care-facility-preparation .page-content-cnt ._cnt-body ._fl {
    padding: 0 40px;
    gap: 40px 4%;
  }
}
@media screen and (max-width: 768px) {
  #oozora-care-facility-preparation .page-content-cnt ._cnt-body ._fl {
    padding: 0 0vw;
    gap: 5.3333333333vw;
  }
}
#oozora-care-facility-preparation .page-content-cnt ._cnt-body ._fl ._fl-box {
  width: 48%;
  background-color: #f1ffe8;
  padding: 2.196193265vw 2.9282576867vw;
  border-radius: 2.196193265vw;
}
@media screen and (min-width: 1501px) {
  #oozora-care-facility-preparation .page-content-cnt ._cnt-body ._fl ._fl-box {
    padding: 30px 40px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 768px) {
  #oozora-care-facility-preparation .page-content-cnt ._cnt-body ._fl ._fl-box {
    padding: 5.3333333333vw 3.2vw;
    border-radius: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #oozora-care-facility-preparation .page-content-cnt ._cnt-body ._fl ._fl-box {
    width: 100%;
  }
}
#oozora-care-facility-preparation .page-content-cnt ._cnt-body ._fl ._fl-box h3 {
  margin-bottom: 0.5em;
}
#oozora-care-facility-preparation .page-content-cnt ._cnt-body ._fl ._notes {
  width: 100%;
  text-align: right;
}

#oozora-care-facility-rental .page-content-cnt ._cnt-body ._icon {
  padding: 0 0 0 2.4890190337vw;
  background-position: top 0.3em left;
  background-repeat: no-repeat;
  background-size: 1.756954612vw auto;
}
@media screen and (min-width: 1501px) {
  #oozora-care-facility-rental .page-content-cnt ._cnt-body ._icon {
    padding: 0 0 0 34px;
    background-size: 24px auto;
  }
}
@media screen and (max-width: 768px) {
  #oozora-care-facility-rental .page-content-cnt ._cnt-body ._icon {
    padding: 0 0 0 9.0666666667vw;
    background-size: 6.4vw auto;
  }
}
#oozora-care-facility-rental .page-content-cnt ._cnt-body ._icon._icon01 {
  background-image: url(../img/rental-icon01.svg);
}
#oozora-care-facility-rental .page-content-cnt ._cnt-body ._icon._icon02 {
  background-image: url(../img/rental-icon02.svg);
  background-position: top 0.2em left;
}
#oozora-care-facility-rental .page-content-cnt ._cnt-body ._icon._icon03 {
  background-image: url(../img/rental-icon03.svg);
}
#oozora-care-facility-rental .page-content-cnt ._cnt-body ._icon._icon04 {
  background-image: url(../img/rental-icon04.svg);
}
#oozora-care-facility-rental .page-content-cnt ._cnt-body ._icon + ._icon {
  margin: 0.5em 0 0;
}
#oozora-care-facility-rental .page-content-cnt ._cnt-body ._kome {
  margin: 1em 0 0;
}

/*---------------------------------
診療科・部門
---------------------------------*/
@media screen and (max-width: 768px) {
  #departments-top ._list {
    padding: 0 3.2vw;
  }
}
#departments-top ._list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.0980966325vw;
}
@media screen and (min-width: 1501px) {
  #departments-top ._list ul {
    gap: 18px;
  }
}
@media screen and (max-width: 768px) {
  #departments-top ._list ul {
    gap: 5.8666666667vw;
    flex-direction: column;
  }
}
#departments-top ._list ul li {
  width: 30.0146412884vw;
}
@media screen and (min-width: 1501px) {
  #departments-top ._list ul li {
    width: 410px;
  }
}
@media screen and (max-width: 768px) {
  #departments-top ._list ul li {
    width: 86.6666666667vw;
  }
}
#departments-top ._list ul li figure {
  width: 100%;
  height: 100%;
}
#departments-top ._list ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
}
#departments-top ._list ul li ._ttl {
  position: absolute;
  width: 100%;
  height: 5.60761347vw;
  bottom: 0;
  left: 0;
  font-size: 1.4641288433vw;
  line-height: 1.3;
  background-color: rgba(25, 137, 49, 0.9);
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 1.2em;
}
@media screen and (min-width: 1501px) {
  #departments-top ._list ul li ._ttl {
    height: 76.6px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #departments-top ._list ul li ._ttl {
    height: 20.4266666667vw;
    font-size: 4.8vw;
    padding: 0 1em;
  }
}
#departments-top ._list ul li ._ttl h3 {
  position: relative;
  width: 100%;
  font-weight: 600;
  letter-spacing: 0.1em;
}
#departments-top ._list ul li ._ttl h3:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0vw;
  background: url(../img/btn-arrow_wh.svg) no-repeat center/contain;
  width: 1.8301610542vw;
  height: 1.8301610542vw;
  margin-top: -0.9150805271vw;
  transition: 0.5s ease;
}
@media screen and (min-width: 1501px) {
  #departments-top ._list ul li ._ttl h3:after {
    right: 0px;
    width: 25px;
    height: 25px;
    margin-top: -12.5px;
  }
}
@media screen and (max-width: 768px) {
  #departments-top ._list ul li ._ttl h3:after {
    right: 0vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    margin-top: -3.3333333333vw;
  }
}
#departments-top ._list ul li a {
  display: block;
  position: relative;
  width: 100%;
  height: 20.0585651537vw;
  border: solid #198931 0.0732064422vw;
  border-radius: 1.4641288433vw;
  overflow: hidden;
}
@media screen and (min-width: 1501px) {
  #departments-top ._list ul li a {
    height: 274px;
    border-width: 1px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  #departments-top ._list ul li a {
    height: 64vw;
    border-width: 1px;
    border-radius: 5.3333333333vw;
  }
}
#departments-top ._list ul li a:hover figure img {
  scale: 1.05;
}

#departments-menu ._list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.9282576867vw 1.756954612vw;
}
@media screen and (min-width: 1501px) {
  #departments-menu ._list ul {
    gap: 40px 30px;
  }
}
@media screen and (max-width: 768px) {
  #departments-menu ._list ul {
    gap: 8vw 5.8666666667vw;
  }
}
#departments-menu ._list ul li {
  width: 21.6691068814vw;
}
@media screen and (min-width: 1501px) {
  #departments-menu ._list ul li {
    width: 286px;
  }
}
@media screen and (max-width: 768px) {
  #departments-menu ._list ul li {
    width: 42.6666666667vw;
  }
}
#departments-menu ._list ul li figure {
  width: 100%;
  height: 14.3484626647vw;
  overflow: hidden;
  border-radius: 1.4641288433vw;
  margin: 0 0 0.878477306vw;
}
@media screen and (min-width: 1501px) {
  #departments-menu ._list ul li figure {
    height: 196px;
    border-radius: 20px;
    margin: 0 0 12px;
  }
}
@media screen and (max-width: 768px) {
  #departments-menu ._list ul li figure {
    height: 29.8666666667vw;
    border-radius: 2.6666666667vw;
    margin: 0 0 2.6666666667vw;
  }
}
#departments-menu ._list ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
}
#departments-menu ._list ul li h3 {
  font-size: 1.4641288433vw;
  font-weight: 700;
  color: #198931;
}
@media screen and (min-width: 1501px) {
  #departments-menu ._list ul li h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #departments-menu ._list ul li h3 {
    font-size: 4.2666666667vw;
  }
}
#departments-menu ._list ul li p {
  line-height: 1.8;
}

._dep-gairai ._gairai table {
  table-layout: fixed;
  font-size: 1.1713030747vw;
  background-color: #a6a6a7;
  border-collapse: separate;
  border-spacing: 0.0732064422vw;
}
@media screen and (min-width: 1501px) {
  ._dep-gairai ._gairai table {
    font-size: 16px;
    border-spacing: 1px;
  }
}
@media screen and (max-width: 768px) {
  ._dep-gairai ._gairai table {
    width: 350%;
    font-size: 4.2666666667vw;
    border-spacing: 0.2666666667vw;
  }
}
._dep-gairai ._gairai table th {
  text-align: center;
  background-color: #f1ffe8;
  color: #198931;
  padding: 1em;
}
._dep-gairai ._gairai table td {
  text-align: center;
  background-color: #fff;
  padding: 1em;
}

._dep-fl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2.9282576867vw;
}
@media screen and (min-width: 1501px) {
  ._dep-fl {
    padding: 0 80px;
  }
}
@media screen and (max-width: 768px) {
  ._dep-fl {
    display: block;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  ._dep-fl ._dep-image {
    margin: 0 0 5.3333333333vw;
  }
}
._dep-fl ._dep-image figure {
  width: 30.0146412884vw;
  height: 19.9121522694vw;
  overflow: hidden;
  border-radius: 2.196193265vw;
  margin: 0 auto;
}
@media screen and (min-width: 1501px) {
  ._dep-fl ._dep-image figure {
    width: 410px;
    height: 272px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 768px) {
  ._dep-fl ._dep-image figure {
    width: auto;
    height: 69.3333333333vw;
    border-radius: 5.3333333333vw;
  }
}
._dep-fl ._dep-featured {
  width: 52.7086383602vw;
  background-color: transparent;
  padding: 0;
}
@media screen and (min-width: 1501px) {
  ._dep-fl ._dep-featured {
    width: 720px;
  }
}
@media screen and (max-width: 768px) {
  ._dep-fl ._dep-featured {
    width: auto;
    padding: 0 3.2vw;
  }
}

._dep-image figure {
  width: 57.8330893119vw;
  height: 35.8711566618vw;
  overflow: hidden;
  border-radius: 2.196193265vw;
  margin: 0 auto;
}
@media screen and (min-width: 1501px) {
  ._dep-image figure {
    width: 790px;
    height: 490px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 768px) {
  ._dep-image figure {
    width: auto;
    height: 69.3333333333vw;
    border-radius: 5.3333333333vw;
  }
}
._dep-image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._dep-featured {
  background-color: #f1ffe8;
  padding: 2.196193265vw 2.9282576867vw;
  border-radius: 2.196193265vw;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1501px) {
  ._dep-featured {
    padding: 30px 40px;
    border-radius: 30px;
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  ._dep-featured {
    padding: 5.3333333333vw 5.3333333333vw;
    border-radius: 5.3333333333vw;
    width: 100%;
  }
}

._dep-target {
  background-color: #f1ffe8;
  padding: 2.196193265vw 2.9282576867vw;
  border-radius: 2.196193265vw;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1501px) {
  ._dep-target {
    padding: 30px 40px;
    border-radius: 30px;
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  ._dep-target {
    padding: 5.3333333333vw 3.2vw;
    border-radius: 5.3333333333vw;
    width: 100%;
  }
}
._dep-target ul li::marker {
  color: #198931;
}

/*---------------------------------
検査・健診
---------------------------------*/
._purpose ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.196193265vw;
}
@media screen and (min-width: 1501px) {
  ._purpose ul {
    gap: 44px;
  }
}
@media screen and (max-width: 768px) {
  ._purpose ul {
    gap: 5.3333333333vw;
  }
}
._purpose ul li {
  width: 27.8184480234vw;
  border-radius: 2.196193265vw;
  background-color: #198931;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 1501px) {
  ._purpose ul li {
    width: 380px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 768px) {
  ._purpose ul li {
    width: 86.6666666667vw;
    border-radius: 5.3333333333vw;
  }
}
._purpose ul li ._num {
  position: absolute;
  top: -1.4641288433vw;
  left: -1.4641288433vw;
  width: 4.39238653vw;
  height: 4.39238653vw;
  line-height: 3.8067349927vw;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  border: solid #198931 0.2928257687vw;
  font-size: 1.4641288433vw;
  font-weight: 700;
  color: #198931;
}
@media screen and (min-width: 1501px) {
  ._purpose ul li ._num {
    top: -20px;
    left: -20px;
    width: 60px;
    height: 60px;
    line-height: 52px;
    border-width: 4px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  ._purpose ul li ._num {
    top: -5.3333333333vw;
    left: -5.3333333333vw;
    width: 16vw;
    height: 16vw;
    line-height: 13.8666666667vw;
    border-width: 1.0666666667vw;
    font-size: 5.3333333333vw;
  }
}
._purpose ul li ._wrap {
  padding: 2.196193265vw 2.9282576867vw;
}
@media screen and (min-width: 1501px) {
  ._purpose ul li ._wrap {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 768px) {
  ._purpose ul li ._wrap {
    padding: 5.3333333333vw 5.3333333333vw;
  }
}
._purpose ul li ._wrap h3 {
  font-size: 1.6105417277vw;
  text-align: center;
  font-weight: 700;
  margin: 0 0 0.5em;
}
@media screen and (min-width: 1501px) {
  ._purpose ul li ._wrap h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  ._purpose ul li ._wrap h3 {
    font-size: 4.8vw;
  }
}

._purpose2 ._fl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.9282576867vw 4%;
}
@media screen and (min-width: 1501px) {
  ._purpose2 ._fl {
    gap: 40px 4%;
  }
}
@media screen and (max-width: 768px) {
  ._purpose2 ._fl {
    gap: 5.3333333333vw;
  }
}
._purpose2 ._fl ._fl-box {
  background-color: #f1ffe8;
  border-radius: 2.196193265vw;
  width: 80%;
  border: solid #198931 0.0732064422vw;
  overflow: hidden;
}
@media screen and (min-width: 1501px) {
  ._purpose2 ._fl ._fl-box {
    border-radius: 30px;
    border-width: 1px;
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  ._purpose2 ._fl ._fl-box {
    border-radius: 5.3333333333vw;
    border-width: 0.2666666667vw;
    width: 100%;
  }
}
._purpose2 ._fl ._fl-box ._wrap h3 {
  padding: 1em;
  background-color: #198931;
  color: #fff;
  text-align: center;
  font-size: 1.6105417277vw;
  font-weight: 700;
}
@media screen and (min-width: 1501px) {
  ._purpose2 ._fl ._fl-box ._wrap h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  ._purpose2 ._fl ._fl-box ._wrap h3 {
    font-size: 4.8vw;
  }
}
._purpose2 ._fl ._fl-box ._wrap ul {
  padding: 2.196193265vw 2.9282576867vw;
}
@media screen and (min-width: 1501px) {
  ._purpose2 ._fl ._fl-box ._wrap ul {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 768px) {
  ._purpose2 ._fl ._fl-box ._wrap ul {
    padding: 3.2vw 5.3333333333vw;
  }
}
._purpose2 ._fl ._fl-box ._wrap ul li {
  margin: 0 0 0.8em;
  font-size: 1.317715959vw;
}
@media screen and (min-width: 1501px) {
  ._purpose2 ._fl ._fl-box ._wrap ul li {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  ._purpose2 ._fl ._fl-box ._wrap ul li {
    font-size: 4.2666666667vw;
  }
}
._purpose2 ._fl ._fl-box ._wrap ul li::marker {
  color: #198931;
}
._purpose2 ._fl ._fl-box ._wrap ._sep-fl {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4641288433vw 4%;
  padding: 2.196193265vw 2.9282576867vw;
}
@media screen and (min-width: 1501px) {
  ._purpose2 ._fl ._fl-box ._wrap ._sep-fl {
    gap: 20px 4%;
    padding: 30px 40px;
  }
}
@media screen and (max-width: 768px) {
  ._purpose2 ._fl ._fl-box ._wrap ._sep-fl {
    gap: 5.3333333333vw;
    padding: 3.2vw 5.3333333333vw;
  }
}
._purpose2 ._fl ._fl-box ._wrap ._sep-fl ._sep {
  width: 48%;
  padding: 0;
}
@media screen and (max-width: 768px) {
  ._purpose2 ._fl ._fl-box ._wrap ._sep-fl ._sep {
    width: 100%;
  }
}
._purpose2 ._fl ._fl-box ._wrap ._sep-fl p {
  width: 100%;
  padding: 1em 1.5em;
  background-color: #fff;
  border-radius: 0.7320644217vw;
}
@media screen and (min-width: 1501px) {
  ._purpose2 ._fl ._fl-box ._wrap ._sep-fl p {
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  ._purpose2 ._fl ._fl-box ._wrap ._sep-fl p {
    border-radius: 2.6666666667vw;
  }
}
._purpose2 ._fl ._fl-box ._wrap ._sep {
  padding: 2.196193265vw 2.9282576867vw;
}
@media screen and (min-width: 1501px) {
  ._purpose2 ._fl ._fl-box ._wrap ._sep {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 768px) {
  ._purpose2 ._fl ._fl-box ._wrap ._sep {
    padding: 3.2vw 5.3333333333vw;
  }
}
._purpose2 ._fl ._fl-box ._wrap ._sep h4 {
  margin-bottom: 1em;
}
._purpose2 ._fl ._fl-box ._wrap ._sep dl {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  font-size: 1.317715959vw;
  gap: 1em;
}
@media screen and (min-width: 1501px) {
  ._purpose2 ._fl ._fl-box ._wrap ._sep dl {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  ._purpose2 ._fl ._fl-box ._wrap ._sep dl {
    font-size: 4.2666666667vw;
  }
}
._purpose2 ._fl ._fl-box ._wrap ._sep dl dt {
  width: 8.78477306vw;
  text-align: center;
  padding: 0.1em 0.5em;
  border-radius: 2.9282576867vw;
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 1501px) {
  ._purpose2 ._fl ._fl-box ._wrap ._sep dl dt {
    width: 120px;
    border-radius: 40px;
  }
}
@media screen and (max-width: 768px) {
  ._purpose2 ._fl ._fl-box ._wrap ._sep dl dt {
    width: 32vw;
    border-radius: 10.6666666667vw;
  }
}
._purpose2 ._fl ._fl-box ._wrap ._sep dl dd {
  width: 46.8521229868vw;
}
@media screen and (min-width: 1501px) {
  ._purpose2 ._fl ._fl-box ._wrap ._sep dl dd {
    width: 690px;
  }
}
@media screen and (max-width: 768px) {
  ._purpose2 ._fl ._fl-box ._wrap ._sep dl dd {
    width: 100%;
  }
}
._purpose2 ._fl ._fl-box ._wrap ._sep dl._tag {
  margin: 0 0 1em;
}
._purpose2 ._fl ._fl-box ._wrap ._sep dl._tag dt {
  background-color: #198931;
  width: 11.7130307467vw;
  line-height: 1.5;
  padding: 0.3em 0;
}
@media screen and (min-width: 1501px) {
  ._purpose2 ._fl ._fl-box ._wrap ._sep dl._tag dt {
    width: 160px;
  }
}
@media screen and (max-width: 768px) {
  ._purpose2 ._fl ._fl-box ._wrap ._sep dl._tag dt {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  ._purpose2 ._fl ._fl-box ._wrap ._sep dl._tag dt br {
    display: none;
  }
}
._purpose2 ._fl ._fl-box ._wrap ._sep dl._merit {
  padding: 0 0 1em;
  margin: 0 0 1em;
  border-bottom: solid #198931 0.0732064422vw;
}
@media screen and (min-width: 1501px) {
  ._purpose2 ._fl ._fl-box ._wrap ._sep dl._merit {
    border-bottom-width: 1px;
  }
}
@media screen and (max-width: 768px) {
  ._purpose2 ._fl ._fl-box ._wrap ._sep dl._merit {
    border-bottom-width: 0.2666666667vw;
  }
}
._purpose2 ._fl ._fl-box ._wrap ._sep dl._merit dt {
  background-color: #ff8bae;
}
._purpose2 ._fl ._fl-box ._wrap ._sep dl._demerit {
  margin: 0 0 1.5em;
}
._purpose2 ._fl ._fl-box ._wrap ._sep dl._demerit dt {
  background-color: #a6a6a7;
}
._purpose2 ._fl ._fl-box ._wrap ._sep p {
  padding: 1em 1.5em;
  background-color: #fff;
  border-radius: 0.7320644217vw;
}
@media screen and (min-width: 1501px) {
  ._purpose2 ._fl ._fl-box ._wrap ._sep p {
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  ._purpose2 ._fl ._fl-box ._wrap ._sep p {
    border-radius: 2.6666666667vw;
  }
}

._cu-wrap {
  background-color: #f1ffe8;
  padding: 4.39238653vw 4.39238653vw;
  border-radius: 2.9282576867vw;
}
@media screen and (min-width: 1501px) {
  ._cu-wrap {
    padding: 60px 60px;
    border-radius: 40px;
  }
}
@media screen and (max-width: 768px) {
  ._cu-wrap {
    padding: 5.3333333333vw 3.2vw;
    border-radius: 5.3333333333vw;
  }
}
._cu-wrap ._cu-cnt {
  background-color: #fff;
  padding: 1.4641288433vw 8.78477306vw 2.9282576867vw;
  border-radius: 2.196193265vw;
  margin: 0 0 2.9282576867vw;
}
@media screen and (min-width: 1501px) {
  ._cu-wrap ._cu-cnt {
    padding: 20px 160px 40px;
    border-radius: 30px;
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  ._cu-wrap ._cu-cnt {
    padding: 2.6666666667vw 5.3333333333vw 5.3333333333vw;
    border-radius: 5.3333333333vw;
    margin: 0 0 20px;
  }
}
._cu-wrap ._cu-cnt:last-child {
  margin: 0;
}
._cu-wrap ._cu-cnt._wide {
  padding: 1.4641288433vw 4.39238653vw 2.9282576867vw;
}
@media screen and (min-width: 1501px) {
  ._cu-wrap ._cu-cnt._wide {
    padding: 20px 60px 40px;
  }
}
@media screen and (max-width: 768px) {
  ._cu-wrap ._cu-cnt._wide {
    padding: 2.6666666667vw 5.3333333333vw 5.3333333333vw;
  }
}
._cu-wrap ._cu-cnt ._h4 {
  background-color: #fff;
  font-size: 1.6105417277vw;
  margin-left: -5.8565153734vw;
  margin-right: -5.8565153734vw;
}
@media screen and (min-width: 1501px) {
  ._cu-wrap ._cu-cnt ._h4 {
    font-size: 22px;
    margin-left: -120px;
    margin-right: -120px;
  }
}
@media screen and (max-width: 768px) {
  ._cu-wrap ._cu-cnt ._h4 {
    font-size: 4.8vw;
    margin-left: 0;
    margin-right: 0;
  }
}
._cu-wrap ._cu-cnt ._fl {
  display: flex;
  flex-wrap: wrap;
  gap: 2.9282576867vw 4%;
  padding: 0.7320644217vw 0 0;
}
@media screen and (min-width: 1501px) {
  ._cu-wrap ._cu-cnt ._fl {
    gap: 10.6666666667vw 4%;
    padding: 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  ._cu-wrap ._cu-cnt ._fl {
    gap: 5.3333333333vw;
    padding: 2.6666666667vw 0 0;
  }
}
._cu-wrap ._cu-cnt ._fl ._fl-box {
  width: 48%;
  padding: 0;
}
@media screen and (min-width: 1501px) {
  ._cu-wrap ._cu-cnt ._fl ._fl-box {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  ._cu-wrap ._cu-cnt ._fl ._fl-box {
    width: 100%;
  }
}
._cu-wrap ._cu-cnt ._fl ._fl-box._x {
  width: 100%;
}
._cu-wrap ._cu-cnt ._fl ._fl-box h3 {
  margin-bottom: 0.5em;
}
._cu-wrap ._cu-cnt ._fl ._fl-box dl {
  margin: 0 0 0.7320644217vw;
}
@media screen and (min-width: 1501px) {
  ._cu-wrap ._cu-cnt ._fl ._fl-box dl {
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 768px) {
  ._cu-wrap ._cu-cnt ._fl ._fl-box dl {
    margin: 0 0 2.6666666667vw;
  }
}
._cu-wrap ._cu-cnt ._fl ._fl-box dl:last-child {
  margin: 0;
}
._cu-wrap ._cu-cnt ._fl ._fl-box dl dt {
  font-size: 1.6105417277vw;
  color: #198931;
  font-weight: 700;
}
@media screen and (min-width: 1501px) {
  ._cu-wrap ._cu-cnt ._fl ._fl-box dl dt {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  ._cu-wrap ._cu-cnt ._fl ._fl-box dl dt {
    font-size: 4.8vw;
  }
}
._cu-wrap ._cu-cnt ._fl ._fl-box dl dd {
  font-size: 1.1713030747vw;
}
@media screen and (min-width: 1501px) {
  ._cu-wrap ._cu-cnt ._fl ._fl-box dl dd {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  ._cu-wrap ._cu-cnt ._fl ._fl-box dl dd {
    font-size: 3.7333333333vw;
  }
}
._cu-wrap ._cu-cnt ._fl ._fl-box ul li::marker {
  color: #198931;
}
._cu-wrap ._cu-cnt ._fl._fl-sep {
  position: relative;
}
._cu-wrap ._cu-cnt ._fl._fl-sep:after {
  content: "";
  position: absolute;
  top: 3%;
  left: 50%;
  height: 100%;
  width: 0.0732064422vw;
  background-color: #198931;
}
@media screen and (max-width: 768px) {
  ._cu-wrap ._cu-cnt ._fl._fl-sep:after {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  ._cu-wrap ._cu-cnt ._fl._fl-sep ._fl-box:first-child {
    border-bottom: solid #198931 0.2666666667vw;
    padding-bottom: 5.3333333333vw;
  }
}
._cu-wrap ._cu-cnt ._cu-cnt-wrap {
  display: flex;
  justify-content: space-between;
  padding: 1.4641288433vw 0 0;
}
@media screen and (min-width: 1501px) {
  ._cu-wrap ._cu-cnt ._cu-cnt-wrap {
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  ._cu-wrap ._cu-cnt ._cu-cnt-wrap {
    padding: 2.6666666667vw 0 0;
    display: block;
  }
}
._cu-wrap ._cu-cnt ._cu-cnt-wrap ._fl-cnt {
  width: 48%;
}
@media screen and (max-width: 768px) {
  ._cu-wrap ._cu-cnt ._cu-cnt-wrap ._fl-cnt {
    width: 100%;
    margin: 0 0 5.3333333333vw;
  }
}
._cu-wrap ._cu-cnt ._cu-cnt-wrap ._fl-cnt h3 {
  margin-bottom: 1em;
}
._cu-wrap ._cu-cnt ._cu-cnt-wrap figure {
  width: 48%;
  border-radius: 2.196193265vw;
  height: 27.8184480234vw;
  overflow: hidden;
}
@media screen and (min-width: 1501px) {
  ._cu-wrap ._cu-cnt ._cu-cnt-wrap figure {
    border-radius: 30px;
    height: 380px;
  }
}
@media screen and (max-width: 768px) {
  ._cu-wrap ._cu-cnt ._cu-cnt-wrap figure {
    width: 100%;
    border-radius: 5.3333333333vw;
    height: 64vw;
  }
}
._cu-wrap ._cu-cnt ._cu-cnt-wrap figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._cu-wrap ._cu-cnt ._meta {
  padding: 0.878477306vw 2.9282576867vw 1.4641288433vw 2.9282576867vw;
  border: solid #198931 0.0732064422vw;
  border-radius: 1.4641288433vw;
  margin: 0 0 2.9282576867vw;
  display: inline-block;
}
@media screen and (min-width: 1501px) {
  ._cu-wrap ._cu-cnt ._meta {
    padding: 12px 40px 20px 40px;
    border-width: 1px;
    border-radius: 20px;
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  ._cu-wrap ._cu-cnt ._meta {
    padding: 3.2vw 5.3333333333vw 3.2vw 5.3333333333vw;
    border-width: 0.2666666667vw;
    border-radius: 5.3333333333vw;
    margin: 0 0 5.3333333333vw;
    display: block;
  }
}
._cu-wrap ._cu-cnt ._meta dl {
  display: flex;
  align-items: center;
  font-size: 1.1713030747vw;
}
@media screen and (min-width: 1501px) {
  ._cu-wrap ._cu-cnt ._meta dl {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  ._cu-wrap ._cu-cnt ._meta dl {
    font-size: 3.7333333333vw;
  }
}
._cu-wrap ._cu-cnt ._meta dl dt {
  width: 6em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  ._cu-wrap ._cu-cnt ._meta dl dt {
    width: 5em;
  }
}
._cu-wrap ._cu-cnt ._meta dl dd strong {
  font-size: 1.9033674963vw;
  font-weight: 700;
}
@media screen and (min-width: 1501px) {
  ._cu-wrap ._cu-cnt ._meta dl dd strong {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  ._cu-wrap ._cu-cnt ._meta dl dd strong {
    font-size: 5.8666666667vw;
  }
}
._cu-wrap ._cu-cnt ._meta dl dd strong small {
  font-size: 1.317715959vw;
}
@media screen and (min-width: 1501px) {
  ._cu-wrap ._cu-cnt ._meta dl dd strong small {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  ._cu-wrap ._cu-cnt ._meta dl dd strong small {
    font-size: 4.2666666667vw;
  }
}
._cu-wrap ._cu-cnt ._list h4 {
  font-size: 1.317715959vw;
  font-weight: 700;
  color: #198931;
  margin: 0 0 1em;
  padding: 0 0 1em;
  border-bottom: dashed #cdcece 0.0732064422vw;
}
@media screen and (min-width: 1501px) {
  ._cu-wrap ._cu-cnt ._list h4 {
    font-size: 18px;
    border-bottom-width: 1px;
  }
}
@media screen and (max-width: 768px) {
  ._cu-wrap ._cu-cnt ._list h4 {
    font-size: 4.2666666667vw;
    border-bottom-width: 0.2666666667vw;
  }
}
._cu-wrap ._cu-cnt ._list dl {
  font-size: 1.1713030747vw;
  margin: 0 0 1em;
  padding: 0 0 1em;
  border-bottom: dashed #cdcece 0.0732064422vw;
}
@media screen and (min-width: 1501px) {
  ._cu-wrap ._cu-cnt ._list dl {
    font-size: 16px;
    border-bottom-width: 1px;
  }
}
@media screen and (max-width: 768px) {
  ._cu-wrap ._cu-cnt ._list dl {
    font-size: 3.7333333333vw;
    border-bottom-width: 0.2666666667vw;
  }
}
._cu-wrap ._cu-cnt ._list dl dt {
  font-size: 1.317715959vw;
  font-weight: 700;
  padding: 0 0 0 1em;
  border-left: solid #198931 0.3660322108vw;
  line-height: 1.2;
  margin: 0.5em 0 0.5em;
}
@media screen and (min-width: 1501px) {
  ._cu-wrap ._cu-cnt ._list dl dt {
    font-size: 18px;
    border-left-width: 5px;
  }
}
@media screen and (max-width: 768px) {
  ._cu-wrap ._cu-cnt ._list dl dt {
    font-size: 4.2666666667vw;
    border-left-width: 1.3333333333vw;
  }
}
._cu-wrap ._cu-cnt ._list dl dd {
  padding: 0 0 0 1.25em;
}
._cu-wrap ._cu-cnt ._cnt-table .table-common th {
  text-align: center;
}
@media screen and (max-width: 768px) {
  ._cu-wrap ._cu-cnt ._cnt-table .table-common th {
    display: none;
  }
}
._cu-wrap ._cu-cnt ._cnt-table .table-common td {
  text-align: center;
}
@media screen and (max-width: 768px) {
  ._cu-wrap ._cu-cnt ._cnt-table .table-common td {
    text-align: left;
  }
}
._cu-wrap ._cu-cnt ._cnt-table .table-common td:first-child {
  text-align: left;
}
@media screen and (max-width: 768px) {
  ._cu-wrap ._cu-cnt ._cnt-table .table-common td:first-child {
    border: none;
    padding-bottom: 0;
  }
}
._cu-wrap ._cu-cnt ._deal {
  position: relative;
  z-index: 1;
}
._cu-wrap ._cu-cnt ._deal:before {
  content: "";
  position: absolute;
  top: 0.878477306vw;
  left: 0.8052708638vw;
  width: 0.1464128843vw;
  height: calc(100% - 10vw);
  background-color: #198931;
}
@media screen and (min-width: 1501px) {
  ._cu-wrap ._cu-cnt ._deal:before {
    top: 12px;
    left: 11px;
    width: 2px;
    height: calc(100% - 130px);
  }
}
@media screen and (max-width: 768px) {
  ._cu-wrap ._cu-cnt ._deal:before {
    top: 3.2vw;
    left: 2.9333333333vw;
    width: 0.5333333333vw;
    height: calc(100% - 65vw);
  }
}
._cu-wrap ._cu-cnt ._deal._t:before {
  height: calc(100% - 7.5vw);
}
@media screen and (min-width: 1501px) {
  ._cu-wrap ._cu-cnt ._deal._t:before {
    height: calc(100% - 100px);
  }
}
@media screen and (max-width: 768px) {
  ._cu-wrap ._cu-cnt ._deal._t:before {
    height: calc(100% - 65vw);
  }
}
._cu-wrap ._cu-cnt ._deal dl {
  position: relative;
  z-index: 2;
  margin: 0 0 1.4641288433vw;
}
@media screen and (min-width: 1501px) {
  ._cu-wrap ._cu-cnt ._deal dl {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  ._cu-wrap ._cu-cnt ._deal dl {
    margin: 0 0 5.3333333333vw;
  }
}
._cu-wrap ._cu-cnt ._deal dl:last-child {
  margin: 0;
}
._cu-wrap ._cu-cnt ._deal dl:before {
  content: "";
  position: absolute;
  top: 0.878477306vw;
  left: 0;
  width: 1.756954612vw;
  height: 1.756954612vw;
  border-radius: 50%;
  background-color: #198931;
}
@media screen and (min-width: 1501px) {
  ._cu-wrap ._cu-cnt ._deal dl:before {
    top: 12px;
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 768px) {
  ._cu-wrap ._cu-cnt ._deal dl:before {
    top: 2.1333333333vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}
._cu-wrap ._cu-cnt ._deal dl dt {
  color: #198931;
  font-size: 1.6105417277vw;
  font-weight: 700;
  padding: 0 0 0 4.39238653vw;
}
@media screen and (min-width: 1501px) {
  ._cu-wrap ._cu-cnt ._deal dl dt {
    font-size: 22px;
    padding: 0 0 0 60px;
  }
}
@media screen and (max-width: 768px) {
  ._cu-wrap ._cu-cnt ._deal dl dt {
    font-size: 4.8vw;
    padding: 0 0 0 13.3333333333vw;
  }
}
._cu-wrap ._cu-cnt ._deal dl dd {
  font-size: 1.1713030747vw;
  padding: 0 0 0 4.39238653vw;
}
@media screen and (min-width: 1501px) {
  ._cu-wrap ._cu-cnt ._deal dl dd {
    font-size: 16px;
    padding: 0 0 0 60px;
  }
}
@media screen and (max-width: 768px) {
  ._cu-wrap ._cu-cnt ._deal dl dd {
    font-size: 3.7333333333vw;
    padding: 0 0 0 13.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #health-checkup-top .page-content-cnt ._cnt-body p {
    text-align: left;
    padding: 0 3.2vw;
  }
}

#health-checkup-content03 ._cnt-body ._cnt-table table tr td:first-child {
  padding-left: 20%;
}
@media screen and (max-width: 768px) {
  #health-checkup-content03 ._cnt-body ._cnt-table table tr td:first-child {
    padding-left: 1em;
  }
}

@media screen and (max-width: 768px) {
  #vaccinations-top .page-content-cnt ._cnt-body p {
    text-align: left;
    padding: 0 3.2vw;
  }
}

#vaccinations-menu .page-content-cnt ._cnt-body ._fc {
  display: flex;
  justify-content: center;
}
#vaccinations-menu .page-content-cnt ._cnt-body small {
  margin: 1.4641288433vw 0 0;
}
@media screen and (min-width: 1501px) {
  #vaccinations-menu .page-content-cnt ._cnt-body small {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #vaccinations-menu .page-content-cnt ._cnt-body small {
    margin: 5.3333333333vw 0 0;
  }
}

@media screen and (max-width: 768px) {
  #endoscopy-top .page-content-cnt ._cnt-body p {
    text-align: left;
    padding: 0 3.2vw;
  }
}
#endoscopy-top .page-content-cnt ._cnt-body ._fl {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #endoscopy-top .page-content-cnt ._cnt-body ._fl {
    display: block;
  }
}
#endoscopy-top .page-content-cnt ._cnt-body ._fl p {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #endoscopy-top .page-content-cnt ._cnt-body ._fl p {
    width: auto;
  }
}
#endoscopy-top .page-content-cnt ._cnt-body ._fl figure {
  width: 45%;
  height: 30.4538799414vw;
  overflow: hidden;
  border-radius: 1.4641288433vw;
}
@media screen and (min-width: 1501px) {
  #endoscopy-top .page-content-cnt ._cnt-body ._fl figure {
    height: 416px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  #endoscopy-top .page-content-cnt ._cnt-body ._fl figure {
    width: auto;
    height: 69.3333333333vw;
    border-radius: 5.3333333333vw;
    margin: 0 0 5.3333333333vw;
  }
}
#endoscopy-top .page-content-cnt ._cnt-body ._fl figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  #endoscopy-top ._list {
    padding: 0 3.2vw;
  }
}
#endoscopy-top ._list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.0980966325vw;
}
@media screen and (min-width: 1501px) {
  #endoscopy-top ._list ul {
    gap: 18px;
  }
}
@media screen and (max-width: 768px) {
  #endoscopy-top ._list ul {
    gap: 5.8666666667vw;
    flex-direction: column;
  }
}
#endoscopy-top ._list ul li {
  width: 30.0146412884vw;
}
@media screen and (min-width: 1501px) {
  #endoscopy-top ._list ul li {
    width: 410px;
  }
}
@media screen and (max-width: 768px) {
  #endoscopy-top ._list ul li {
    width: 86.6666666667vw;
  }
}
#endoscopy-top ._list ul li figure {
  width: 100%;
  height: 100%;
}
#endoscopy-top ._list ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
}
#endoscopy-top ._list ul li ._ttl {
  position: absolute;
  width: 100%;
  height: 5.60761347vw;
  bottom: 0;
  left: 0;
  font-size: 1.4641288433vw;
  line-height: 1.3;
  background-color: rgba(25, 137, 49, 0.9);
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 1.2em;
}
@media screen and (min-width: 1501px) {
  #endoscopy-top ._list ul li ._ttl {
    height: 76.6px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #endoscopy-top ._list ul li ._ttl {
    height: 20.4266666667vw;
    font-size: 4.8vw;
    padding: 0 1em;
  }
}
#endoscopy-top ._list ul li ._ttl h3 {
  position: relative;
  width: 100%;
  font-weight: 600;
  letter-spacing: 0.1em;
}
#endoscopy-top ._list ul li ._ttl h3:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0vw;
  background: url(../img/btn-arrow_wh.svg) no-repeat center/contain;
  width: 1.8301610542vw;
  height: 1.8301610542vw;
  margin-top: -0.9150805271vw;
  transition: 0.5s ease;
}
@media screen and (min-width: 1501px) {
  #endoscopy-top ._list ul li ._ttl h3:after {
    right: 0px;
    width: 25px;
    height: 25px;
    margin-top: -12.5px;
  }
}
@media screen and (max-width: 768px) {
  #endoscopy-top ._list ul li ._ttl h3:after {
    right: 0vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    margin-top: -3.3333333333vw;
  }
}
#endoscopy-top ._list ul li a {
  display: block;
  position: relative;
  width: 100%;
  height: 20.0585651537vw;
  border: solid #198931 0.0732064422vw;
  border-radius: 1.4641288433vw;
  overflow: hidden;
}
@media screen and (min-width: 1501px) {
  #endoscopy-top ._list ul li a {
    height: 274px;
    border-width: 1px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  #endoscopy-top ._list ul li a {
    height: 64vw;
    border-width: 1px;
    border-radius: 5.3333333333vw;
  }
}
#endoscopy-top ._list ul li a:hover figure img {
  scale: 1.05;
}

@media screen and (max-width: 768px) {
  #endoscopy-menu .page-content-cnt ._cnt-body p {
    text-align: left;
    padding: 0 3.2vw;
  }
}

@media screen and (max-width: 768px) {
  #gastroscopy-top .page-content-cnt ._cnt-body p {
    text-align: left;
    padding: 0 3.2vw;
  }
}

#gastroscopy-purpose .page-content-cnt ._cnt-body figure {
  width: 49.4875549048vw;
  height: 31.4055636896vw;
  overflow: hidden;
  border-radius: 2.196193265vw;
  margin: 0 auto;
}
@media screen and (min-width: 1501px) {
  #gastroscopy-purpose .page-content-cnt ._cnt-body figure {
    width: 676px;
    height: 429px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 768px) {
  #gastroscopy-purpose .page-content-cnt ._cnt-body figure {
    width: auto;
    height: 69.3333333333vw;
    border-radius: 5.3333333333vw;
  }
}
#gastroscopy-purpose .page-content-cnt ._cnt-body figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  #gastroscopy-menu .page-content-cnt ._cnt-body p {
    text-align: left;
    padding: 0 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  #gastroscopy-menu .page-content-cnt ._cnt-body ._deal:before {
    height: calc(100% - 30vw);
  }
}

@media screen and (max-width: 768px) {
  #gastroscopy-contact .page-content-cnt ._cnt-body p {
    text-align: left;
    padding: 0 3.2vw;
  }
}

@media screen and (max-width: 768px) {
  #colonoscopy-top .page-content-cnt ._cnt-body p {
    text-align: left;
    padding: 0 3.2vw;
  }
}

@media screen and (max-width: 768px) {
  #colonoscopy-menu .page-content-cnt ._cnt-body p {
    text-align: left;
    padding: 0 3.2vw;
  }
}

#colonoscopy-purpose .page-content-cnt ._cnt-body figure {
  width: 49.4875549048vw;
  height: 31.4055636896vw;
  overflow: hidden;
  border-radius: 2.196193265vw;
  margin: 0 auto;
}
@media screen and (min-width: 1501px) {
  #colonoscopy-purpose .page-content-cnt ._cnt-body figure {
    width: 676px;
    height: 429px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 768px) {
  #colonoscopy-purpose .page-content-cnt ._cnt-body figure {
    width: auto;
    height: 69.3333333333vw;
    border-radius: 5.3333333333vw;
  }
}
#colonoscopy-purpose .page-content-cnt ._cnt-body figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  #colonoscopy-contact .page-content-cnt ._cnt-body p {
    text-align: left;
    padding: 0 3.2vw;
  }
}

._dep-contact {
  width: 58.5651537335vw;
  background-color: #fff;
  border: solid #198931 0.0732064422vw;
  border-radius: 1.4641288433vw;
  padding: 2.196193265vw 0.878477306vw 2.9282576867vw;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 1501px) {
  ._dep-contact {
    width: 800px;
    border-width: 1px;
    border-radius: 20px;
    padding: 30px 12px 40px;
  }
}
@media screen and (max-width: 768px) {
  ._dep-contact {
    width: auto;
    border-width: 0.2666666667vw;
    border-radius: 5.3333333333vw;
    padding: 5.3333333333vw 3.2vw 8vw;
  }
}
._dep-contact ._tel {
  display: inline-block;
}
._dep-contact ._tel ._number {
  display: inline-block;
  font-size: 2.4890190337vw;
  font-weight: 700;
  line-height: 1.3;
  padding: 0 0 0 3.8067349927vw;
  background: url(../img/icon-tel.svg) no-repeat top left/3.074670571vw auto;
}
@media screen and (min-width: 1501px) {
  ._dep-contact ._tel ._number {
    font-size: 34px;
    padding: 0 0 0 52px;
    background-size: 42px auto;
  }
}
@media screen and (max-width: 768px) {
  ._dep-contact ._tel ._number {
    font-size: 8vw;
    padding: 0 0 0 13.3333333333vw;
    background-size: 10.6666666667vw auto;
  }
}
._dep-contact ._tel ._number a {
  display: inline-block;
}
._dep-contact ._tel ._time {
  font-size: 1.4641288433vw;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 0.5em 0 0;
}
@media screen and (min-width: 1501px) {
  ._dep-contact ._tel ._time {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  ._dep-contact ._tel ._time {
    font-size: 4.8vw;
  }
}

#rehabilitation-staff .page-content-cnt ._cnt-body figure {
  width: 57.8330893119vw;
  height: 35.8711566618vw;
  overflow: hidden;
  border-radius: 2.196193265vw;
  margin: 0 auto;
}
@media screen and (min-width: 1501px) {
  #rehabilitation-staff .page-content-cnt ._cnt-body figure {
    width: 790px;
    height: 490px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 768px) {
  #rehabilitation-staff .page-content-cnt ._cnt-body figure {
    width: auto;
    height: 69.3333333333vw;
    border-radius: 5.3333333333vw;
  }
}
#rehabilitation-staff .page-content-cnt ._cnt-body figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#rehabilitation-staff .page-content-cnt ._cnt-body ._staff ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.196193265vw;
}
@media screen and (min-width: 1501px) {
  #rehabilitation-staff .page-content-cnt ._cnt-body ._staff ul {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  #rehabilitation-staff .page-content-cnt ._cnt-body ._staff ul {
    gap: 5.3333333333vw;
  }
}
#rehabilitation-staff .page-content-cnt ._cnt-body ._staff ul li {
  width: 26.3543191801vw;
  border-radius: 1.4641288433vw;
  border: solid #198931 0.0732064422vw;
  padding: 2.196193265vw 2.9282576867vw;
}
@media screen and (min-width: 1501px) {
  #rehabilitation-staff .page-content-cnt ._cnt-body ._staff ul li {
    width: 400px;
    border-radius: 20px;
    border-width: 1px;
    padding: 30px 40px;
  }
}
@media screen and (max-width: 768px) {
  #rehabilitation-staff .page-content-cnt ._cnt-body ._staff ul li {
    width: auto;
    border-radius: 5.3333333333vw;
    border-width: 0.2666666667vw;
    padding: 5.3333333333vw 5.3333333333vw;
  }
}
#rehabilitation-staff .page-content-cnt ._cnt-body ._staff ul li h3 {
  margin-bottom: 0.5em;
}

#rehabilitation-services-top .page-content-cnt ._cnt-body figure {
  width: 57.8330893119vw;
  height: 35.8711566618vw;
  overflow: hidden;
  border-radius: 2.196193265vw;
  margin: 0 auto;
}
@media screen and (min-width: 1501px) {
  #rehabilitation-services-top .page-content-cnt ._cnt-body figure {
    width: 790px;
    height: 490px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 768px) {
  #rehabilitation-services-top .page-content-cnt ._cnt-body figure {
    width: auto;
    height: 69.3333333333vw;
    border-radius: 5.3333333333vw;
  }
}
#rehabilitation-services-top .page-content-cnt ._cnt-body figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#musculoskeletal-cerebrovascular-rehab-top .page-content-cnt ._cnt-body figure {
  width: 57.8330893119vw;
  height: 35.8711566618vw;
  overflow: hidden;
  border-radius: 2.196193265vw;
  margin: 0 auto;
}
@media screen and (min-width: 1501px) {
  #musculoskeletal-cerebrovascular-rehab-top .page-content-cnt ._cnt-body figure {
    width: 790px;
    height: 490px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 768px) {
  #musculoskeletal-cerebrovascular-rehab-top .page-content-cnt ._cnt-body figure {
    width: auto;
    height: 69.3333333333vw;
    border-radius: 5.3333333333vw;
  }
}
#musculoskeletal-cerebrovascular-rehab-top .page-content-cnt ._cnt-body figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*---------------------------------
検索結果
---------------------------------*/
#page-search-list ._list {
  padding: 0 2.9282576867vw;
}
@media screen and (min-width: 1501px) {
  #page-search-list ._list {
    padding: 0 120px;
  }
}
@media screen and (max-width: 768px) {
  #page-search-list ._list {
    padding: 0;
  }
}
#page-search-list ._list a:hover dl dd p, #page-search-list ._list a:hover dl dd h2 {
  text-decoration: underline;
}
#page-search-list ._list dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: solid #cdcece 0.0732064422vw;
  padding: 0 0.878477306vw 1.8301610542vw;
  margin: 0 0 2.196193265vw;
}
@media screen and (min-width: 1501px) {
  #page-search-list ._list dl {
    border-bottom-width: 1px;
    padding: 0 12px 25px;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  #page-search-list ._list dl {
    gap: 3.2vw 0;
    border-bottom-width: 0.2666666667vw;
    padding: 0 1.6vw 5.3333333333vw;
    margin: 0 0 5.3333333333vw;
  }
}
#page-search-list ._list dl dd {
  font-size: 1.1713030747vw;
  display: flex;
  align-items: center;
  padding: 0 0 0 2em;
  line-height: 1.8;
}
@media screen and (min-width: 1501px) {
  #page-search-list ._list dl dd {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #page-search-list ._list dl dd {
    font-size: 4.2666666667vw;
    display: block;
    padding: 0;
  }
}
#page-search-list ._list dl dd p, #page-search-list ._list dl dd h2 {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #198931;
}
@media screen and (min-width: 1501px) {
  #page-search-list ._list dl dd p, #page-search-list ._list dl dd h2 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #page-search-list ._list dl dd p, #page-search-list ._list dl dd h2 {
    width: 85.3333333333vw;
  }
}

/*---------------------------------
当院の取り組み
---------------------------------*/
#page-column-list ._list {
  padding: 0 0vw;
}
@media screen and (min-width: 1501px) {
  #page-column-list ._list {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #page-column-list ._list {
    padding: 0;
  }
}
#page-column-list ._list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4641288433vw;
  margin: 0 0 5.8565153734vw;
}
@media screen and (min-width: 1501px) {
  #page-column-list ._list ul {
    gap: 24px;
    margin: 0 0 80px;
  }
}
@media screen and (max-width: 768px) {
  #page-column-list ._list ul {
    gap: 5.3333333333vw;
    margin: 0 0 10.6666666667vw;
  }
}
#page-column-list ._list ul li {
  width: 30.3806734993vw;
}
@media screen and (min-width: 1501px) {
  #page-column-list ._list ul li {
    width: 426px;
  }
}
@media screen and (max-width: 768px) {
  #page-column-list ._list ul li {
    width: 93.3333333333vw;
  }
}
#page-column-list ._list ul li figure {
  width: 100%;
  height: 100%;
}
#page-column-list ._list ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
}
#page-column-list ._list ul li ._ttl {
  position: absolute;
  width: 100%;
  height: 6.149341142vw;
  bottom: 0;
  left: 0;
  font-size: 1.1713030747vw;
  line-height: 1.6;
  background-color: rgba(25, 137, 49, 0.8);
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 2em;
}
@media screen and (min-width: 1501px) {
  #page-column-list ._list ul li ._ttl {
    height: 84px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #page-column-list ._list ul li ._ttl {
    height: 22.4vw;
    font-size: 4.2666666667vw;
  }
}
#page-column-list ._list ul li ._ttl h2 {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 3.2em;
  line-height: 1.6;
}
#page-column-list ._list ul li a {
  display: block;
  position: relative;
  width: 100%;
  height: 27.8184480234vw;
  border: solid #198931 0.0732064422vw;
  border-radius: 1.4641288433vw;
  overflow: hidden;
}
@media screen and (min-width: 1501px) {
  #page-column-list ._list ul li a {
    height: 380px;
    border-width: 1px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  #page-column-list ._list ul li a {
    height: 85.3333333333vw;
    border-width: 1px;
    border-radius: 5.3333333333vw;
  }
}
#page-column-list ._list ul li a:hover figure img {
  scale: 1.05;
}

/*---------------------------------
お知らせ
---------------------------------*/
#page-news-list ._list {
  padding: 0 2.9282576867vw;
}
@media screen and (min-width: 1501px) {
  #page-news-list ._list {
    padding: 0 120px;
  }
}
@media screen and (max-width: 768px) {
  #page-news-list ._list {
    padding: 0;
  }
}
#page-news-list ._list a:hover dl dd p, #page-news-list ._list a:hover dl dd h2 {
  text-decoration: underline;
}
#page-news-list ._list dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: solid #cdcece 0.0732064422vw;
  padding: 0 0.878477306vw 1.8301610542vw;
  margin: 0 0 2.196193265vw;
}
@media screen and (min-width: 1501px) {
  #page-news-list ._list dl {
    border-bottom-width: 1px;
    padding: 0 12px 25px;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  #page-news-list ._list dl {
    gap: 3.2vw 0;
    border-bottom-width: 0.2666666667vw;
    padding: 0 1.6vw 5.3333333333vw;
    margin: 0 0 5.3333333333vw;
  }
}
#page-news-list ._list dl dt {
  font-size: 1.1713030747vw;
}
@media screen and (min-width: 1501px) {
  #page-news-list ._list dl dt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #page-news-list ._list dl dt {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #page-news-list ._list dl dt time {
    font-size: 3.7333333333vw;
    display: block;
  }
}
#page-news-list ._list dl dd {
  font-size: 1.1713030747vw;
  display: flex;
  align-items: center;
  padding: 0 0 0 2em;
  line-height: 1.8;
}
@media screen and (min-width: 1501px) {
  #page-news-list ._list dl dd {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #page-news-list ._list dl dd {
    font-size: 4.2666666667vw;
    display: block;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  #page-news-list ._list dl dd._cat {
    padding: 0 0 0 1em;
  }
}
#page-news-list ._list dl dd._cat span {
  display: inline-block;
  padding: 0.3em 1.2em;
  border-radius: 2.9282576867vw;
  border: solid #198931 0.0732064422vw;
  color: #198931;
  min-width: 9.6em;
  text-align: center;
}
@media screen and (min-width: 1501px) {
  #page-news-list ._list dl dd._cat span {
    border-radius: 40px;
    border-width: 1px;
  }
}
@media screen and (max-width: 768px) {
  #page-news-list ._list dl dd._cat span {
    border-radius: 10.6666666667vw;
    border-width: 0.2666666667vw;
    font-size: 3.7333333333vw;
  }
}
#page-news-list ._list dl dd p, #page-news-list ._list dl dd h2 {
  width: 51.2445095168vw;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #198931;
}
@media screen and (min-width: 1501px) {
  #page-news-list ._list dl dd p, #page-news-list ._list dl dd h2 {
    width: 700px;
  }
}
@media screen and (max-width: 768px) {
  #page-news-list ._list dl dd p, #page-news-list ._list dl dd h2 {
    width: 85.3333333333vw;
  }
}

#page-news-post ._meta {
  display: flex;
  align-items: center;
  font-size: 1.1713030747vw;
  gap: 1em;
}
@media screen and (min-width: 1501px) {
  #page-news-post ._meta {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #page-news-post ._meta {
    font-size: 4.2666666667vw;
  }
}
#page-news-post ._meta span {
  display: inline-block;
  padding: 0.3em 1.2em;
  border-radius: 2.9282576867vw;
  border: solid #198931 0.0732064422vw;
  color: #198931;
}
@media screen and (min-width: 1501px) {
  #page-news-post ._meta span {
    border-radius: 40px;
    border-width: 1px;
  }
}
@media screen and (max-width: 768px) {
  #page-news-post ._meta span {
    border-radius: 10.6666666667vw;
    border-width: 0.2666666667vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #page-news-post ._meta time {
    font-size: 3.7333333333vw;
    display: block;
  }
}
#page-news-post .wp-block-image {
  margin: 0 0 2.9282576867vw;
  text-align: center;
}
@media screen and (min-width: 1501px) {
  #page-news-post .wp-block-image {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  #page-news-post .wp-block-image {
    margin: 0 0 5.3333333333vw;
  }
}
#page-news-post .wp-block-image img {
  max-width: 50%;
  width: auto;
  height: auto;
}
#page-news-post p {
  margin: 0 0 2em;
}
#page-news-post p strong {
  font-weight: bold;
}
#page-news-post h2 {
  border-bottom: solid #cdcece 0.0732064422vw;
  position: relative;
  margin-bottom: 3.6603221083vw;
  font-size: 2.196193265vw;
  font-weight: 700;
  line-height: 1.3;
  color: #198931;
  padding: 1em;
}
@media screen and (min-width: 1501px) {
  #page-news-post h2 {
    border-bottom-width: 1px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  #page-news-post h2 {
    border-bottom-width: 0.2666666667vw;
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 1501px) {
  #page-news-post h2 {
    font-size: 22px;
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  #page-news-post h2 {
    font-size: 5.3333333333vw;
    font-size: 4.8vw;
  }
}
#page-news-post h2:before {
  content: "";
  position: absolute;
  bottom: -0.0732064422vw;
  left: 0;
  background-color: #ff8bae;
  width: 10%;
  height: 0.0732064422vw;
  z-index: 10;
}
@media screen and (min-width: 1501px) {
  #page-news-post h2:before {
    bottom: -1px;
    height: 1px;
  }
}
@media screen and (max-width: 768px) {
  #page-news-post h2:before {
    bottom: -0.2666666667vw;
    height: 0.2666666667vw;
  }
}
#page-news-post h3 {
  position: relative;
  margin-bottom: 3.6603221083vw;
  margin-left: 2.196193265vw;
  font-size: 1.6105417277vw;
  font-weight: 700;
  line-height: 1.3;
  padding: 0 0 0 2em;
  position: relative;
}
@media screen and (min-width: 1501px) {
  #page-news-post h3 {
    font-size: 22px;
    margin-bottom: 50px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  #page-news-post h3 {
    font-size: 4.2666666667vw;
    margin-bottom: 8vw;
    margin-left: 4.8vw;
  }
}
#page-news-post h3:before {
  content: "●";
  color: #198931;
  position: absolute;
  top: 0;
  left: 0;
}
#page-news-post h4 {
  font-size: 1.317715959vw;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.5;
  background-color: #f1ffe8;
  padding: 1em 2em;
  border-bottom: solid #198931 0.0732064422vw;
  margin: 0 0 1.5em;
}
@media screen and (min-width: 1501px) {
  #page-news-post h4 {
    font-size: 18px;
    border-bottom-width: 1px;
  }
}
@media screen and (max-width: 768px) {
  #page-news-post h4 {
    font-size: 4.2666666667vw;
    border-bottom-width: 0.2666666667vw;
  }
}
#page-news-post ul {
  margin: 0 0 1.4641288433vw;
}
@media screen and (min-width: 1501px) {
  #page-news-post ul {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #page-news-post ul {
    margin: 0 0 5.3333333333vw;
  }
}
#page-news-post ul li {
  padding: 0 0 0 1em;
  line-height: 2;
  position: relative;
}
#page-news-post ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

._btm-navi {
  margin: 4.39238653vw 0 0;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 1501px) {
  ._btm-navi {
    margin: 60px 0 0;
  }
}
@media screen and (max-width: 768px) {
  ._btm-navi {
    margin: 10.6666666667vw 0 0;
    display: block;
  }
}
._btm-navi ._btn {
  padding: 0;
}
@media screen and (max-width: 768px) {
  ._btm-navi ._btn {
    padding: 10.6666666667vw 0 0;
  }
}
._btm-navi .btn_prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  ._btm-navi .btn_prev {
    top: 0;
    transform: translateY(0);
  }
}
._btm-navi .btn_prev a {
  display: inline-block;
  font-size: 1.1713030747vw;
  padding: 0 0 0 1em;
  position: relative;
  color: #198931;
  font-weight: 700;
}
@media screen and (min-width: 1501px) {
  ._btm-navi .btn_prev a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  ._btm-navi .btn_prev a {
    font-size: 3.7333333333vw;
  }
}
._btm-navi .btn_prev a:hover {
  text-decoration: underline;
}
._btm-navi .btn_next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  ._btm-navi .btn_next {
    top: 0;
    transform: translateY(0);
  }
}
._btm-navi .btn_next a {
  display: inline-block;
  font-size: 1.1713030747vw;
  padding: 0 1em 0 0;
  position: relative;
  color: #198931;
  font-weight: 700;
}
@media screen and (min-width: 1501px) {
  ._btm-navi .btn_next a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  ._btm-navi .btn_next a {
    font-size: 3.7333333333vw;
  }
}
._btm-navi .btn_next a:hover {
  text-decoration: underline;
}

.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.0248901903vw;
  gap: 1em;
}
@media screen and (min-width: 1501px) {
  .wp-pagenavi {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .wp-pagenavi {
    font-size: 3.2vw;
  }
}
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
  color: #198931;
  font-weight: 700;
}
.wp-pagenavi a.previouspostslink:hover, .wp-pagenavi a.nextpostslink:hover {
  color: #ff8bae;
}
.wp-pagenavi a.page {
  width: 2.635431918vw;
  height: 2.635431918vw;
  line-height: 2.635431918vw;
  text-align: center;
  background-color: #f1ffe8;
  color: #198931;
  border-radius: 50%;
}
@media screen and (min-width: 1501px) {
  .wp-pagenavi a.page {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .wp-pagenavi a.page {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    line-height: 8.5333333333vw;
  }
}
.wp-pagenavi a.page:hover {
  background-color: #198931;
  color: #fff;
}
.wp-pagenavi span {
  width: 2.635431918vw;
  height: 2.635431918vw;
  line-height: 2.635431918vw;
  text-align: center;
  background-color: #198931;
  color: #fff;
  border-radius: 50%;
}
@media screen and (min-width: 1501px) {
  .wp-pagenavi span {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .wp-pagenavi span {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    line-height: 8.5333333333vw;
  }
}

/*---------------------------------
お問い合わせ
---------------------------------*/
#contact-content ._tel {
  text-align: center;
}
#contact-content ._tel p {
  font-size: 1.317715959vw;
  font-weight: 700;
}
@media screen and (min-width: 1501px) {
  #contact-content ._tel p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #contact-content ._tel p {
    font-size: 4.2666666667vw;
  }
}
#contact-content ._tel ._tel-number {
  font-size: 2.0497803807vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  padding: 0.5em 0 0;
}
@media screen and (min-width: 1501px) {
  #contact-content ._tel ._tel-number {
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) {
  #contact-content ._tel ._tel-number {
    font-size: 9.3333333333vw;
    line-height: 1;
  }
}
#contact-content ._tel ._tel-number a {
  display: inline-block;
  padding: 0 0 0 2.635431918vw;
  background: url(../img/icon-tel.svg) no-repeat center left/1.9765739385vw auto;
}
@media screen and (min-width: 1501px) {
  #contact-content ._tel ._tel-number a {
    padding: 0 0 0 44px;
    background-size: 34px auto;
  }
}
@media screen and (max-width: 768px) {
  #contact-content ._tel ._tel-number a {
    padding: 0 0 0 10.6666666667vw;
    background-size: 8.5333333333vw auto;
    background-position: top 0.1em left;
    text-align: left;
  }
}
#contact-content ._tel ._tel-number small {
  font-size: 1.1713030747vw;
  font-weight: 500;
  vertical-align: middle;
  margin: 0 0 0 0.5em;
}
@media screen and (min-width: 1501px) {
  #contact-content ._tel ._tel-number small {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #contact-content ._tel ._tel-number small {
    font-size: 4.8vw;
    margin: -0.3em 0 0;
    display: inline-block;
  }
}

#contact-notes {
  background-color: #f1ffe8;
  border-radius: 0.7320644217vw;
  padding: 2.196193265vw 0 0.3660322108vw;
  cursor: pointer;
}
@media screen and (min-width: 1501px) {
  #contact-notes {
    padding: 30px 0 5px;
  }
}
@media screen and (max-width: 768px) {
  #contact-notes {
    padding: 5.3333333333vw 3.2vw 0.5333333333vw;
  }
}
#contact-notes ._cnt-h3 ._h3:after {
  content: "▼";
  color: #198931;
  position: absolute;
  top: 50%;
  right: 2em;
  margin-top: -0.6em;
  transition: 0.5s ease;
}
@media screen and (max-width: 768px) {
  #contact-notes ._cnt-h3 ._h3:after {
    right: 0;
  }
}
#contact-notes ._cnt-h3.active ._h3:after {
  rotate: 180deg;
}
#contact-notes ._cnt-normal {
  display: none;
}
#contact-notes ._cnt-normal ._ul-dot {
  font-weight: 700;
  padding: 0 3.6603221083vw 2.196193265vw;
}
@media screen and (min-width: 1501px) {
  #contact-notes ._cnt-normal ._ul-dot {
    padding: 0 50px 30px;
  }
}
@media screen and (max-width: 768px) {
  #contact-notes ._cnt-normal ._ul-dot {
    padding: 0 3.2vw 5.3333333333vw;
  }
}

#contact-form ._form {
  border-radius: 0.7320644217vw;
  background-color: #f1ffe8;
  padding: 3.6603221083vw 3.6603221083vw;
}
@media screen and (min-width: 1501px) {
  #contact-form ._form {
    border-radius: 10px;
    padding: 50px 50px;
  }
}
@media screen and (max-width: 768px) {
  #contact-form ._form {
    border-radius: 2.6666666667vw;
    padding: 5.3333333333vw 3.2vw;
  }
}
#contact-form ._form .wpcf7-spinner {
  display: none;
}
#contact-form ._form .wpcf7-response-output {
  text-align: center;
  border: none;
  background-color: #fff;
  padding: 2em;
}
#contact-form ._form table {
  width: 100%;
  font-size: 1.1713030747vw;
  border-collapse: collapse;
}
@media screen and (min-width: 1501px) {
  #contact-form ._form table {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #contact-form ._form table {
    font-size: 3.4666666667vw;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #contact-form ._form table tr, #contact-form ._form table tbody {
    display: block;
  }
}
#contact-form ._form table th {
  padding: 2.196193265vw 0vw;
  width: 20%;
  text-align: left;
  vertical-align: top;
  position: relative;
  font-weight: 600;
}
@media screen and (min-width: 1501px) {
  #contact-form ._form table th {
    padding: 30px 0vw;
  }
}
@media screen and (max-width: 768px) {
  #contact-form ._form table th {
    display: block;
    width: 100%;
    padding: 4vw 0 2.6666666667vw;
  }
}
#contact-form ._form table th .req {
  position: absolute;
  top: 2.196193265vw;
  right: 0;
  background-color: #198931;
  color: #fff;
  font-size: 0.9516837482vw;
  padding: 0.1em 0.5em;
  vertical-align: middle;
  border-radius: 0.439238653vw;
}
@media screen and (min-width: 1501px) {
  #contact-form ._form table th .req {
    top: 30px;
    font-size: 13px;
    border-radius: 6px;
  }
}
@media screen and (max-width: 768px) {
  #contact-form ._form table th .req {
    top: 4vw;
    font-size: 2.9333333333vw;
    border-radius: 1.0666666667vw;
  }
}
#contact-form ._form table td {
  padding: 0.7320644217vw 0 0.7320644217vw 2.9282576867vw;
  text-align: left;
  vertical-align: top;
}
@media screen and (min-width: 1501px) {
  #contact-form ._form table td {
    padding: 10px 0 10px 40px;
  }
}
@media screen and (max-width: 768px) {
  #contact-form ._form table td {
    display: block;
    padding: 0 0 4vw;
  }
}
#contact-form ._form table td input, #contact-form ._form table td textarea {
  width: 100%;
  border: solid #cdcece 0.0732064422vw;
  border-radius: 0.2928257687vw;
  padding: 1em 1em;
  border-radius: 0.7320644217vw;
}
@media screen and (min-width: 1501px) {
  #contact-form ._form table td input, #contact-form ._form table td textarea {
    border: solid #cdcece 1px;
    border-radius: 4px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  #contact-form ._form table td input, #contact-form ._form table td textarea {
    border: solid #cdcece 0.2666666667vw;
    border-radius: 1.0666666667vw;
    border-radius: 2.6666666667vw;
  }
}
#contact-form ._form table td input[type=date], #contact-form ._form table td textarea[type=date] {
  width: 20%;
}
@media screen and (max-width: 768px) {
  #contact-form ._form table td input[type=date], #contact-form ._form table td textarea[type=date] {
    width: 50%;
  }
}
#contact-form ._form table td .select-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#contact-form ._form table td .select-wrap:after {
  content: "";
  position: absolute;
  top: 1.4641288433vw;
  right: 1.1713030747vw;
  width: 0.878477306vw;
  height: 0.878477306vw;
  border-right: 0.1464128843vw solid #cdcece;
  border-bottom: 0.1464128843vw solid #cdcece;
  transform: rotate(45deg);
  z-index: 10;
}
@media screen and (min-width: 1501px) {
  #contact-form ._form table td .select-wrap:after {
    top: 20px;
    right: 16px;
    width: 12px;
    height: 12px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }
}
@media screen and (max-width: 768px) {
  #contact-form ._form table td .select-wrap:after {
    top: 3.7333333333vw;
    right: 4.2666666667vw;
    width: 3.2vw;
    height: 3.2vw;
    border-right-width: 0.5333333333vw;
    border-bottom-width: 0.5333333333vw;
  }
}
#contact-form ._form table td .select-wrap .wpcf7-form-control-wrap {
  display: block;
  position: relative;
  z-index: 1;
}
#contact-form ._form table td .select-wrap select {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 1em 1em;
  z-index: 1;
  background-color: #fff;
  border: none;
  outline: none;
  border: solid #cdcece 0.0732064422vw;
  border-radius: 0.7320644217vw;
}
@media screen and (min-width: 1501px) {
  #contact-form ._form table td .select-wrap select {
    border: solid #cdcece 1px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  #contact-form ._form table td .select-wrap select {
    border: solid #cdcece 0.2666666667vw;
    border-radius: 2.6666666667vw;
  }
}
#contact-form ._form table td ._notes {
  padding: 0.5em 0 0;
}
#contact-form ._form table td .conf {
  display: block;
  padding: 1.2em 0 0;
}
#contact-form ._form .btn-area {
  padding: 3.6603221083vw 0 0;
  display: flex;
  justify-content: center;
  gap: 2.9282576867vw;
}
@media screen and (min-width: 1501px) {
  #contact-form ._form .btn-area {
    padding: 50px 0 0;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  #contact-form ._form .btn-area {
    padding: 5.3333333333vw 0 0;
    gap: 3.2vw;
  }
}
#contact-form ._form .btn-area .btn-wrap {
  display: inline-block;
  position: relative;
  width: 17.5695461201vw;
  height: 4.5387994143vw;
  line-height: 4.39238653vw;
  border: solid #198931 0.0732064422vw;
  border-radius: 0.7320644217vw;
  background-color: #198931;
  color: #fff;
  padding: 0;
  text-align: left;
  overflow: hidden;
  cursor: pointer;
  transition: 0.5s ease;
}
@media screen and (min-width: 1501px) {
  #contact-form ._form .btn-area .btn-wrap {
    width: 240px;
    height: 62px;
    line-height: 60px;
    border: solid #198931 1px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  #contact-form ._form .btn-area .btn-wrap {
    width: 64vw;
    height: 13.8666666667vw;
    line-height: 13.3333333333vw;
    border: solid #198931 0.2666666667vw;
    border-radius: 2.6666666667vw;
  }
}
#contact-form ._form .btn-area .btn-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2445095168vw;
  background: url(../img/btn-arrow.svg) no-repeat center/contain;
  width: 1.6837481698vw;
  height: 1.6837481698vw;
  margin-top: -0.8418740849vw;
  transition: 0.5s ease;
  z-index: 10;
}
@media screen and (min-width: 1501px) {
  #contact-form ._form .btn-area .btn-wrap:after {
    width: 23px;
    height: 23px;
    margin-top: -11.5px;
    right: 17px;
  }
}
@media screen and (max-width: 768px) {
  #contact-form ._form .btn-area .btn-wrap:after {
    width: 6.1333333333vw;
    height: 6.1333333333vw;
    margin-top: -3.0666666667vw;
    right: 3.2vw;
  }
}
#contact-form ._form .btn-area .btn-wrap input {
  display: block;
  font-size: 1.1713030747vw;
  letter-spacing: 0.06em;
  position: relative;
  z-index: 2;
  transition: 0.5s ease;
  border: none;
  width: 100%;
  height: 100%;
  background: none;
  padding: 0;
  cursor: pointer;
}
@media screen and (min-width: 1501px) {
  #contact-form ._form .btn-area .btn-wrap input {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #contact-form ._form .btn-area .btn-wrap input {
    font-size: 3.4666666667vw;
  }
}
#contact-form ._form .btn-area .btn-wrap:hover {
  background-color: #198931;
  color: #fff;
}
#contact-form ._form .btn-area .btn-wrap:hover:after {
  transform: translate(0.7320644217vw, 0);
}
@media screen and (min-width: 1501px) {
  #contact-form ._form .btn-area .btn-wrap:hover:after {
    transform: translate(10px, 0);
  }
}
@media screen and (max-width: 768px) {
  #contact-form ._form .btn-area .btn-wrap:hover:after {
    transform: translate(1.6vw, 0);
  }
}
#contact-form ._form .btn-area .btn-wrap._bk {
  background-color: #333;
  color: #fff;
}
#contact-form ._form .btn-area .btn-wrap._bk:after {
  content: none;
}
#contact-form ._form ._policy {
  padding: 1.4641288433vw 0 0;
  text-align: center;
}
@media screen and (min-width: 1501px) {
  #contact-form ._form ._policy {
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #contact-form ._form ._policy {
    padding: 5.3333333333vw 0 0;
  }
}
#contact-form ._form ._policy p {
  font-size: 1.1713030747vw;
  margin: 0 0 1em;
}
@media screen and (min-width: 1501px) {
  #contact-form ._form ._policy p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #contact-form ._form ._policy p {
    font-size: 3.4666666667vw;
  }
}
#contact-form ._form ._policy ._policy-chk {
  font-size: 1.1713030747vw;
}
@media screen and (min-width: 1501px) {
  #contact-form ._form ._policy ._policy-chk {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #contact-form ._form ._policy ._policy-chk {
    font-size: 3.4666666667vw;
  }
}
#contact-form ._form ._policy ._policy-chk input[type=checkbox] {
  position: relative;
  margin-right: 0.5em;
  width: 1.1713030747vw;
  height: 1.1713030747vw;
  border: 0.0732064422vw solid #198931;
  background-color: #fff;
  vertical-align: -0.2196193265vw;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (min-width: 1501px) {
  #contact-form ._form ._policy ._policy-chk input[type=checkbox] {
    width: 16px;
    height: 16px;
    border-width: 1px;
    vertical-align: -3px;
  }
}
@media screen and (max-width: 768px) {
  #contact-form ._form ._policy ._policy-chk input[type=checkbox] {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    border-width: 0.2666666667vw;
    vertical-align: -0.8vw;
  }
}
#contact-form ._form ._policy ._policy-chk input[type=checkbox]:checked:before {
  position: absolute;
  top: 0.1464128843vw;
  left: 0.3660322108vw;
  transform: rotate(50deg);
  width: 0.2928257687vw;
  height: 0.5856515373vw;
  border-right: 0.1464128843vw solid #198931;
  border-bottom: 0.1464128843vw solid #198931;
  content: "";
}
@media screen and (min-width: 1501px) {
  #contact-form ._form ._policy ._policy-chk input[type=checkbox]:checked:before {
    top: 2px;
    left: 5px;
    width: 4px;
    height: 8px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }
}
@media screen and (max-width: 768px) {
  #contact-form ._form ._policy ._policy-chk input[type=checkbox]:checked:before {
    top: 0.5333333333vw;
    left: 1.3333333333vw;
    width: 1.0666666667vw;
    height: 2.1333333333vw;
    border-right-width: 0.5333333333vw;
    border-bottom-width: 0.5333333333vw;
  }
}
#contact-form ._form ._policy ._policy-chk .req {
  background-color: #198931;
  color: #fff;
  font-size: 0.9516837482vw;
  padding: 0.1em 0.5em;
  vertical-align: middle;
  border-radius: 0.439238653vw;
}
@media screen and (min-width: 1501px) {
  #contact-form ._form ._policy ._policy-chk .req {
    font-size: 13px;
    border-radius: 6px;
  }
}
@media screen and (max-width: 768px) {
  #contact-form ._form ._policy ._policy-chk .req {
    font-size: 2.9333333333vw;
    border-radius: 1.0666666667vw;
  }
}/*# sourceMappingURL=page.css.map */