@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v5.6.1/css/all.css");

/*!
  12 COLUMN : RESPONSIVE GRID SYSTEM
  DEVELOPER : DENIS LEBLANC
  URL : http://responsive.gs
  VERSION : 3.0
  LICENSE : GPL & MIT
*/
*,
*:after,
*:before {
  box-sizing: border-box;
}

.container {
  max-width: 100%;
  margin: 0 auto;
}

.row {
  padding-bottom: 0;
}

.col {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .span_1 {
    width: 8.33333333333%;
  }

  .span_2 {
    width: 16.6666666667%;
  }

  .span_3 {
    width: 25%;
  }

  .span_4 {
    width: 33.3333333333%;
  }

  .span_5 {
    width: 41.6666666667%;
  }

  .span_6 {
    width: 50%;
  }

  .span_7 {
    width: 58.3333333333%;
  }

  .span_8 {
    width: 66.6666666667%;
  }

  .span_9 {
    width: 75%;
  }

  .span_10 {
    width: 83.3333333333%;
  }

  .span_11 {
    width: 91.6666666667%;
  }

  .span_12 {
    width: 100%;
  }

  .gutters .row {
    -moz-column-gap: 2%;
    column-gap: 2%;
    row-gap: 20px;
  }

  .gutters .span_1 {
    width: 6.5%;
  }

  .gutters .span_2 {
    width: 15%;
  }

  .gutters .span_3 {
    width: 23.5%;
  }

  .gutters .span_4 {
    width: 32%;
  }

  .gutters .span_5 {
    width: 40.5%;
  }

  .gutters .span_6 {
    width: 49%;
  }

  .gutters .span_7 {
    width: 57.5%;
  }

  .gutters .span_8 {
    width: 66%;
  }

  .gutters .span_9 {
    width: 74.5%;
  }

  .gutters .span_10 {
    width: 83%;
  }

  .gutters .span_11 {
    width: 91.5%;
  }

  .gutters .span_12 {
    width: 100%;
  }
}

/*!
 12 COLUMN : RESPONSIVE GRID SYSTEM Fix Ver. 1.2.1
*/
.container {
  padding: 0 1%;
}

.container img {
  max-width: 100%;
  height: auto;
}

*+.container {
  margin-top: 2em;
}

.row:not(:last-child) {
  margin-bottom: 4%;
}

.col:not(:last-child) {
  margin-bottom: 3%;
}

@media (min-width: 768px) {
  .container {
    max-width: 1200px;
    margin: auto;
    padding: 0 10px;
  }

  *+.container {
    margin-top: 40px;
  }

  .row {
    display: flex;
    flex-wrap: wrap;
  }

  .row.reverse {
    flex-flow: row-reverse;
  }

  .col:not(:last-child) {
    margin-bottom: 0;
  }

  .col.offset_1 {
    margin-left: 8.33333333333%;
  }

  .col.offset_2 {
    margin-left: 16.6666666667%;
  }

  .col.offset_3 {
    margin-left: 25%;
  }

  .col.offset_4 {
    margin-left: 33.3333333333%;
  }

  .col.offset_5 {
    margin-left: 41.6666666667%;
  }

  .col.offset_6 {
    margin-left: 50%;
  }

  .col.offset_7 {
    margin-left: 58.3333333333%;
  }

  .col.offset_8 {
    margin-left: 66.6666666667%;
  }

  .col.offset_9 {
    margin-left: 75%;
  }

  .col.offset_10 {
    margin-left: 83.3333333333%;
  }

  .col.offset_11 {
    margin-left: 91.6666666667%;
  }

  .col.offset_12 {
    margin-left: 100%;
  }
}

@media (min-width: 1024px) {
  .container {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .d-flex {
    display: flex;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .flex-nowrap {
    flex-wrap: nowrap;
  }

  .reverse {
    flex-direction: row-reverse;
  }

  .align-items-start {
    align-items: flex-start;
  }

  .align-items-center {
    align-items: center;
  }

  .align-items-end {
    align-items: flex-end;
  }

  .justify-content-start {
    justify-content: flex-start;
  }

  .justify-content-center {
    justify-content: center;
  }

  .justify-content-between {
    justify-content: space-between;
  }

  .justify-content-end {
    justify-content: flex-end;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .row.col_5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}

.grid_16 .span_1 {
  width: 6.25%;
}

.grid_16 .span_2 {
  width: 12.5%;
}

.grid_16 .span_3 {
  width: 18.75%;
}

.grid_16 .span_4 {
  width: 25%;
}

.grid_16 .span_5 {
  width: 31.25%;
}

.grid_16 .span_6 {
  width: 37.5%;
}

.grid_16 .span_7 {
  width: 43.75%;
}

.grid_16 .span_8 {
  width: 50%;
}

.grid_16 .span_9 {
  width: 56.25%;
}

.grid_16 .span_10 {
  width: 62.5%;
}

.grid_16 .span_11 {
  width: 68.75%;
}

.grid_16 .span_12 {
  width: 75%;
}

.grid_16 .span_13 {
  width: 81.25%;
}

.grid_16 .span_14 {
  width: 87.5%;
}

.grid_16 .span_15 {
  width: 93.75%;
}

.grid_16 .span_16 {
  width: 100%;
}

.grid_16.gutters .span_1 {
  width: 4.375%;
}

.grid_16.gutters .span_2 {
  width: 10.75%;
}

.grid_16.gutters .span_3 {
  width: 17.125%;
}

.grid_16.gutters .span_4 {
  width: 23.5%;
}

.grid_16.gutters .span_5 {
  width: 29.875%;
}

.grid_16.gutters .span_6 {
  width: 36.25%;
}

.grid_16.gutters .span_7 {
  width: 42.625%;
}

.grid_16.gutters .span_8 {
  width: 49%;
}

.grid_16.gutters .span_9 {
  width: 55.375%;
}

.grid_16.gutters .span_10 {
  width: 61.75%;
}

.grid_16.gutters .span_11 {
  width: 68.125%;
}

.grid_16.gutters .span_12 {
  width: 74.5%;
}

.grid_16.gutters .span_13 {
  width: 80.875%;
}

.grid_16.gutters .span_14 {
  width: 87.25%;
}

.grid_16.gutters .span_15 {
  width: 93.625%;
}

.grid_16.gutters .span_16 {
  width: 100%;
}

* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

html.scrollPrevent {
  overflow: hidden;
  height: 100%;
}

body {
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, Arial, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #333333;
  height: auto !important;
  overflow: hidden;
  letter-spacing: 0.05em;
}

main {
  overflow: hidden;
}

figure {
  margin: 0;
  text-align: center;
}

figure img {
  max-width: 100%;
  height: auto;
}

figure figcaption {
  margin-top: 0.5em;
  text-align: left;
}

picture {
  margin: 0;
  text-align: center;
}

picture img {
  max-width: unset;
  height: auto;
}

a {
  color: #74c234;
  transition: all .3s;
}

a:hover {
  color: #74c234;
  text-decoration: none;
}

.highlight a {
  color: #333333;
}

.highlight a:hover {
  color: #74c234;
}

a:not([class]) img,
a.swipebox img {
  transition: all .3s;
}

a:not([class]):hover img,
a.swipebox:hover img {
  opacity: 0.8;
}

img {
  vertical-align: middle;
}

img.circle {
  border-radius: 50%;
}

p {
  margin: 0.5em 0 1em;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

ol,
ul {
  margin: 0 0 1em;
  padding: 0 0 0 .5em;
  line-height: 1.6;
}

@media (max-width: 767px) {

  ol,
  ul {
    padding-left: 1em;
  }
}

ol:last-child,
ul:last-child {
  margin-bottom: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0.5em 0;
  padding-left: 2em;
}

ol ol:last-child,
ol ul:last-child,
ul ol:last-child,
ul ul:last-child {
  margin-bottom: 0.5em;
}

ul.list-unstyled {
  padding-left: 0;
  list-style: none;
}

ul.list-unstyled ol,
ul.list-unstyled ul {
  padding-left: 2em;
}

ul.list-inline {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -7px;
  font-size: 0rem;
  margin-bottom: 18px;
}

ul.list-inline>li {
  display: inline;
  padding-left: 7px;
  padding-right: 7px;
  white-space: nowrap;
  font-size: 1.8rem;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

main .contents_wrapper {
  max-width: 100%;
  padding: 0;
}

main section {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  main section {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  main section:last-child {
    margin-bottom: 80px;
  }
}

@media (min-width: 768px) {
  p {
    margin: 0.5em 0 1em;
  }
}

@media (max-width: 900px) {

  .gutters .span_3.column_sub,
  .gutters .span_9.column_main {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 600px) and (max-width: 900px) {
  .gutters .span_3.column_sub .sidebar {
    letter-spacing: -.40em;
  }

  .gutters .span_3.column_sub .sidebar .widget_wrap {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-left: 2%;
  }

  .gutters .span_3.column_sub .sidebar .widget_wrap:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}

.article_button {
  margin-top: 5%;
}

@media (min-width: 768px) {

  .article_detail:not(.reverse) .col.span_12+.span_4,
  .article_list:not(.reverse) .col.span_12+.span_4 {
    margin-left: 0;
  }
}

.sidebar {
  visibility: hidden;
}

.sidebar>.widget_wrap {
  visibility: visible;
}

.sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 6%;
}

.sidebar ul a {
  color: #333333;
  text-decoration: none;
  display: block;
  padding: .5em;
  border-bottom: rgba(116, 194, 52, 0.1) solid 1px;
}

.sidebar ul a:hover {
  color: #74c234;
  background: rgba(116, 194, 52, 0.05);
}

.gutters .col.span_12+.span_12 {
  margin-left: 0;
}

.map_wide #map_canvas,
.map_wide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map_wide img {
  max-width: none;
}

.slick-track {
  margin: 0 auto;
}

.col dl p {
  line-height: 1.4;
  margin: 0;
}

.col p {
  line-height: 1.8;
}

.container {
  padding: 0 20px;
}

@media (min-width: 1220px) {
  .container {
    padding: 0;
  }
}

.highlight {
  background: rgba(116, 194, 52, 0.1);
  color: #333333;
}

.highlight.round {
  border-radius: 10px;
}

section.highlight,
p.highlight,
.col.highlight {
  padding: 4%;
}

.js-header_break_point {
  display: none;
  z-index: 900;
}

:root {
  --header_break_point: 900;
}

:root {
  --navi_event_type: hover;
}

.column_main .col p+*:not(p),
.column_main .col table+*:not(p) {
  margin-top: 40px;
}

.globalHeader {
  background: #fff;
  color: #333333;
  font-size: 18px;
}

@media (max-width: 899px) {
  .globalHeader.high {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 899px) {
  .globalHeader {
    background: #fff;
    position: fixed;
    z-index: 999;
    width: 100%;
  }
}

.globalHeader .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  height: clamp(115px, 88.333px + 3.472vw, 155px);
  max-width: 100%;
}

.globalHeader .container .globalHeader_top {
  width: 98%;
  margin: 0 auto;
}

@media (max-width: 899px) {
  .globalHeader .container {
    height: 80px;
  }
}

.globalHeader .globalHeader_top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}

@media (min-width: 768px) {
  .globalHeader .globalHeader_top {
    display: block;
  }
}

.globalHeader .header_logo {
  width: 432px;
  height: 80px;
  margin: 0;
}

@media (min-width: 768px) {
  .globalHeader .header_logo {
    width: clamp(250px, 128.667px + 15.799vw, 432px);
  }
}

@media (min-width: 768px) and (max-width: 1224px) {
  .globalHeader .header_logo {
    height: auto;
  }
}

@media (max-width: 767px) {
  .globalHeader .header_logo {
    width: 250px;
    height: auto;
  }
}

.globalHeader .header_logo a {
  display: block;
  height: auto;
  line-height: 0;
}

.globalHeader .header_logo a img {
  max-width: 100%;
  height: auto;
}

.global_nav {
  width: auto;
  list-style-position: inside;
}

@media (max-width: 899px) {
  .global_nav {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100vh - 80px);
    height: calc(100dvh - 80px);
    z-index: 56;
    transition: all .3s;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}

.global_nav>ul {
  list-style: none;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

@media (min-width: 900px) {
  .global_nav>ul {
    margin: 20px auto 0;
    justify-content: center;
    max-width: 1200px;
  }
}

@media (max-width: 899px) {
  .global_nav>ul {
    display: block;
    background: rgba(116, 194, 52, 0.9);
    width: 80vw;
    max-width: 400px;
    transform: translateX(100%);
    transition: all .3s;
    height: 100%;
    overflow: auto;
  }
}

@media (min-width: 900px) {
  .global_nav>ul>li {
    border-left: solid 1px #cccccc;
  }

  .global_nav>ul>li:nth-last-child(2) {
    border-right: solid 1px #cccccc;
  }
}

@media (min-width: 900px) {
  .global_nav>ul>li>a {
    font-weight: bold;
  }
}

@media (max-width: 899px) {
  .global_nav>ul li {
    border-bottom: #b3b3b3 solid 1px;
  }

  .global_nav>ul li:first-child {
    border-top: #b3b3b3 solid 1px;
  }
}

@media (min-width: 900px) {
  .global_nav>ul li {
    flex: 1 1 auto;
  }
}

.global_nav>ul li a {
  color: #333333;
  text-decoration: none;
  padding: 0 10px;
  transition: all .3s;
}

@media (min-width: 900px) {
  .global_nav>ul li a {
    position: relative;
    display: block;
    text-align: center;
    font-size: clamp(14px, 11.333px + 0.347vw, 18px);
  }
}

@media (max-width: 899px) {
  .global_nav>ul li a {
    display: block;
    padding: 1em;
    color: #fff;
    position: relative;
  }

  .global_nav>ul li a:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -4px;
  }
}

.global_nav>ul li a:hover {
  opacity: 0.8;
}

@media (max-width: 899px) {
  .global_nav.open {
    opacity: 1;
    visibility: visible;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
  }
}

@media (max-width: 899px) {
  .global_nav.open>ul {
    transform: translateX(0);
  }
}

/**ハンバーガーメニュー**/
#headerToggle {
  display: none;
}

@media (max-width: 899px) {
  #headerToggle {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    z-index: 99;
    cursor: pointer;
    width: 30px;
    height: 25px;
    transition: all .3s;
    height: 19px;
    transform: translateY(-4px);
  }

  #headerToggle span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #74c234;
    transition: all .4s;
  }

  #headerToggle span:nth-of-type(1) {
    top: 0;
  }

  #headerToggle span:nth-of-type(2) {
    top: 11px;
    top: 8px;
  }

  #headerToggle span:nth-of-type(3) {
    bottom: 0;
  }

  #headerToggle:after {
    content: 'MENU';
    position: absolute;
    top: auto;
    bottom: -16px;
    left: -100%;
    right: -100%;
    margin: auto;
    width: 100%;
    font-size: 8px !important;
    letter-spacing: -0.02em;
    color: #74c234;
    text-align: center;
    font-weight: bold;
  }

  #headerToggle.active span {
    width: 80%;
    left: 10%;
  }

  #headerToggle.active span:nth-of-type(1) {
    transform: translateY(11px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }

  #headerToggle.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
  }

  #headerToggle.active span:nth-of-type(3) {
    transform: translateY(-11px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }

  #headerToggle.active:after {
    content: 'CLOSE';
    letter-spacing: -0.1em;
  }
}

@media (max-width: 899px) {
  .hdr_info_wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
  }

  /* .hdr_info_wrapper .hdr_info_group li:nth-child(1) {
    order: 3;
  }

  .hdr_info_wrapper .hdr_info_group li:nth-child(2) {
    order: 1;
  }

  .hdr_info_wrapper .hdr_info_group li:nth-child(3) {
    order: 2;
  }

  .hdr_info_wrapper .hdr_info_group li:nth-child(4) {
    order: 4;
  } */

}

@media (min-width: 900px) {
  .hdr_info_wrapper {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.hdr_info_wrapper .hdr_info {
  display: flex;
  align-items: center;
}

.hdr_info_wrapper .hdr_info_group {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (min-width: 900px) {
  .hdr_info_wrapper .hdr_info_group {
    width: clamp(500px, 206.000px + 38.281vw, 941px);
  }
}

.sp_hdr_info_wrapper {
  display: none;
}

@media (max-width: 899px) {
  .sp_hdr_info_wrapper {
    display: block;
    position: absolute;
    top: 15px;
    right: 70px;
  }
}

.sp_hdr_info_wrapper .sp_hdr_info_group {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.sp_hdr_info_wrapper .sp_hdr_info_group li {
  margin-left: 10px;
}

.sp_hdr_info_wrapper .sp_hdr_info_group li.hdr_icon_tel {
  color: white;
}

.sp_hdr_info_wrapper .sp_hdr_info_group li.hdr_icon_tel a {
  color: #74c234;
}

.sp_hdr_info_wrapper .sp_hdr_info_group li.hdr_icon_tel i {
  font-size: 3.2rem;
}

.sp_hdr_info_wrapper .sp_hdr_info_group li.hdr_icon_mail {
  color: white;
}

.sp_hdr_info_wrapper .sp_hdr_info_group li.hdr_icon_mail a {
  color: #74c234;
}

.sp_hdr_info_wrapper .sp_hdr_info_group li.hdr_icon_mail i {
  font-size: 3.2rem;
}

.sp_hdr_info_wrapper .sp_hdr_info_group img {
  width: 40px;
}

footer {
  position: relative;
  padding: clamp(40px, 6.667px + 4.34vw, 90px) 0;
  font-size: clamp(15px, 13.000px + 0.26vw, 18px);
}

@media (max-width: 767px) {
  footer {
    padding: 40px 0 1em;
  }
}

footer .fNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .fNav ul li+li {
  border-top: 1px solid rgba(116, 194, 52, 0.3);
}

footer .fNav ul li a {
  display: block;
  padding: 1em 15px;
  text-decoration: none;
}

footer .fNav ul li.menu-item-has-children ul {
  display: block !important;
}

footer h2 {
  color: #74c234;
  text-align: left;
  padding: 0 0 10px;
  border-bottom: solid 1px #74c234;
  font-size: clamp(20px, 17.333px + 0.347vw, 24px);
}

footer h2:before,
footer h2:after {
  display: none;
}

@media (max-width: 767px) {
  footer .bnr_list {
    margin-bottom: 40px;
  }
}

footer .bnr_list .icon01 {
  padding-left: clamp(39px, 31.853px + 1.726vw, 65px);
}

footer .bnr_list .icon01:before {
  width: clamp(27px, 22.052px + 1.195vw, 45px);
  height: clamp(29px, 23.777px + 1.262vw, 48px);
  background: url(/wp-content/uploads/footer_icon01.png) no-repeat center/cover;
}

footer .bnr_list .icon02 {
  padding-left: clamp(35px, 25.378px + 2.324vw, 70px);
}

footer .bnr_list .icon02:before {
  width: clamp(32px, 23.478px + 2.058vw, 63px);
  height: clamp(29px, 21.028px + 1.926vw, 58px);
  background: url(/wp-content/uploads/footer_icon02.png) no-repeat center/cover;
}

footer .bnr_list .icon03 {
  padding-left: clamp(31px, 22.478px + 2.058vw, 62px);
}

footer .bnr_list .icon03:before {
  width: clamp(20px, 14.777px + 1.262vw, 39px);
  height: clamp(24px, 17.402px + 1.594vw, 48px);
  background: url(/wp-content/uploads/footer_icon03.png) no-repeat center/cover;
}

@media (max-width: 767px) {
  footer ul {
    border-top: 1px solid rgba(116, 194, 52, 0.3);
  }

  footer ul li>ul {
    border-top: 1px solid rgba(116, 194, 52, 0.3);
  }

  footer ul li.menu-item-has-children ul {
    display: block !important;
    height: auto !important;
  }

  footer ul li.menu-item-has-children ul a {
    font-size: 90%;
    padding-left: 1.5em;
  }

  footer ul li.menu-item-has-children ul ul a {
    padding-left: 2.5em;
  }

  footer .col:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  footer .nav_col_2 {
    display: flex;
    gap: 0 clamp(60px, 0.000px + 7.813vw, 150px);
  }

  footer .fNav ul {
    text-align: left;
    border-bottom: none;
  }

  footer .fNav ul li {
    border: none !important;
  }

  footer .fNav ul li a {
    padding: .2em 1em .2em 19px !important;
    text-decoration: none;
    position: relative;
  }

  footer .fNav ul li a:before {
    content: '';
    width: 7px;
    height: 9px;
    border: 0;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -5px;
    background: #ffa600;
  }

  footer .fNav ul li>ul {
    padding-left: clamp(15px, -11.667px + 3.472vw, 55px);
  }

  footer .fNav ul li>ul a {
    font-size: 90%;
    padding-left: 10px !important;
  }

  footer .fNav ul li>ul a:before {
    width: 7px;
    height: 1px;
    border: none;
    background: #333333;
    margin-top: -2px;
    -webkit-clip-path: none;
    clip-path: none;
  }

  footer .fNav ul li>ul .sub-menu {
    padding-left: 1em;
  }

  footer .fNav ul li>ul .sub-menu a:before {
    width: 5px;
    height: 2px;
    border: none;
    background: #74c234;
    border-radius: 0;
    transform: rotate(0);
  }

  footer .fNav a:hover {
    text-decoration: underline;
  }
}

.copy_right {
  background: #b8e692;
  margin: 0;
  padding: 15px 0;
}

@media (max-width: 767px) {
  .copy_right {
    padding: 1em 0 28%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  footer nav ul li.tablet-break:after {
    content: "\A";
    white-space: pre;
  }

  footer nav ul li.tablet-break+li:before {
    display: none;
  }
}

footer {
  background: #ffffff;
  color: #333333;
}

footer a {
  color: #333333;
}

footer a:hover {
  color: #333333;
}

@media (min-width: 768px) {
  footer .container .row nav a {
    display: inline-block;
    padding: 0.3em;
  }
}

body:not(.home) footer {
  border-top: solid 1px #ccc;
}

.main_visual {
  position: relative;
}

@media (max-width: 899px) {
  .main_visual {
    margin-top: 80px;
  }
}

.main_visual .main_visual_slick,
.main_visual .slick-track {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100% !important;
}

.main_visual .slick-track {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.main_visual .slick-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
}

.main_visual .main_visual_slick {
  position: relative;
  margin: 0 auto;
}

.main_visual .main_visual_slick .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

.main_visual .main_visual_slick .slick-slide picture,
.main_visual .main_visual_slick .slick-slide img {
  position: absolute;
  left: -300%;
  right: -300%;
  margin: auto;
  top: 0;
  width: auto;
  height: 100%;
}

.main_visual .main_visual_copy {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 1450px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 53;
  transform: scale(1);
}

.main_visual .main_visual_copy>li {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transition: opacity 1s;
}

.main_visual .main_visual_copy>li img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 93.03448%;
  max-width: 1349px;
  max-height: 601px;
  z-index: 52;
}

@media (max-width: 767px) {
  .main_visual .main_visual_copy>li img {
    width: 90%;
  }

  .main_visual .main_visual_copy>li img.main_copy1 {
    top: auto;
    bottom: 5%;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .main_visual .main_visual_copy>li img.main_copy1 {
    top: auto;
    bottom: 7%;
  }
}

.main_visual .main_visual_copy>li.active {
  opacity: 1;
}

.main_visual .main_visual_slick {
  padding-top: 65.83333% !important;
}

@media (min-width: 1200px) {
  .main_visual .main_visual_slick {
    padding-top: 0 !important;
    height: 790px !important;
  }
}

@media (min-width: 2000px) {
  .main_visual .main_visual_slick {
    padding-top: 39.5% !important;
  }
}

@media (max-width: 767px) {
  .main_visual .main_visual_slick {
    padding-top: 116.88312% !important;
  }
}

.slick-dots {
  z-index: 55 !important;
  bottom: -50px;
}

.slick-dots li button {
  margin: 0 auto;
  background: #ccc;
}

.slick-dots li.slick-active button {
  background: #74c234;
}

.main_visual .main_visual_swiper .swiper-slide {
  position: relative;
}

.main_visual .main_visual_swiper .swiper-slide a {
  color: white;
}

.main_visual .main_visual_swiper .swiper-slide .ofi {
  padding-top: 700px;
}

.main_visual .main_visual_swiper .swiper-slide .text_wrapper {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  padding: 1em;
}

.main_visual .main_visual_swiper .swiper-slide .text_wrapper h3 {
  color: white;
  padding: 0;
  margin: 0 0 .5em;
}

.main_visual .main_visual_swiper .swiper-slide .text_wrapper h3:after {
  content: none;
}

.main_visual .swiper-button-prev,
.main_visual .swiper-button-next {
  background: #74c234;
  color: white;
  width: 60px;
  height: 60px;
}

@media (max-width: 767px) {

  .main_visual .swiper-button-prev,
  .main_visual .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}

.main_visual .swiper-button-prev:after,
.main_visual .swiper-button-next:after {
  font-size: 16px;
}

@media (max-width: 767px) {

  .main_visual .swiper-button-prev:after,
  .main_visual .swiper-button-next:after {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .main_visual .swiper-button-prev {
    left: 0;
  }
}

@media (max-width: 767px) {
  .main_visual .swiper-button-next {
    right: 0;
  }
}

.main_visual .swiper-pagination {
  position: static;
  margin: 1em 0;
}

.main_visual .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #74c234;
  margin: 0 5px;
  outline-color: transparent;
}

main >h1,
.archive_title{
  text-align: center;
  font-size: clamp(26px, 23.573px + 0.647vw, 36px);
  font-weight: bold;
  padding: clamp(25px, 14.563px + 2.783vw, 68px) 5%;
  color: #333333;
  background: url(/wp-content/uploads/under_title.jpg) no-repeat center bottom/cover;
  margin: 0 0 40px;
  word-break: auto-phrase;
}

@media (max-width: 767px) {
 main >h1,.archive_title {
    margin-bottom: 10px;
  }
}

@media (max-width: 899px) {
  main >h1,.archive_title {
    margin-top: 80px;
  }
}

main >h1 span {
  display: block;
  font-size: 1.6rem;
  padding-top: .5em;
  color: white;
  font-style: italic;
}

main >h1 a {
  text-decoration: none;
}

main >h1 a:hover {
  text-decoration: underline;
}

h1:not(.header_logo).under_main_img {
  padding: 0;
  background: none;
}

h1:not(.header_logo).under_main_img img {
  max-width: 100%;
  height: auto;
}

h1:not(.header_logo).under_main_ttl {
  padding: 0;
  background: none;
  height: clamp(275px, 240.637px + 8.3vw, 400px);
  position: relative;
}

h1:not(.header_logo).under_main_ttl img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

h1:not(.header_logo).under_main_ttl .title {
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(23px, 18.327px + 1.129vw, 40px);
  width: 100%;
  color: #74c234;
  text-shadow: -1px -1px 10px white, 1px -1px 10px white, -1px 1px 10px white, 1px 1px 10px white;
}

h2,
h3,
h4,
h5 {
  line-height: 1.4;
  font-weight: bold;
}

h2 {
  font-size: clamp(26px, 22.151px + 0.93vw, 40px);
  font-weight: bold;
  text-align: center;
  padding: clamp(23px, 14.203px + 2.125vw, 55px) 0 0;
  position: relative;
  margin-bottom: clamp(25px, 20.876px + 0.996vw, 40px);
  color: #000000;
}

h2:before {
  content: "";
  background: url(/wp-content/uploads/logo_icon.png) no-repeat center/cover;
  width: clamp(27px, 18.478px + 2.058vw, 58px);
  height: clamp(24px, 17.677px + 1.527vw, 47px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media (min-width: 1225px) {
  h2 {
    letter-spacing: 0.0833em;
  }
}

h2.icon_typeA {
  padding-top: clamp(40px, 34.502px + 1.328vw, 60px);
}

h2.icon_typeA:before {
  background: url(/wp-content/uploads/top_tti_icon02.png) no-repeat center/cover;
  width: clamp(45px, 39.227px + 1.394vw, 66px);
  height: clamp(33px, 28.876px + 0.996vw, 48px);
}

h3 {
  padding: 0 0 10px clamp(20px, 16.976px + 0.73vw, 31px);
  position: relative;
  border-bottom: solid 2px #bde79b;
  margin-bottom: clamp(15px, 12.251px + 0.664vw, 25px);
  font-size: clamp(24px, 22.351px + 0.398vw, 30px);
}

h3:before {
  content: "";
  border: solid clamp(3px, 2.725px + 0.066vw, 4px) #bde79b;
  border-radius: 50%;
  width: clamp(15px, 13.625px + 0.332vw, 20px);
  height: clamp(15px, 13.625px + 0.332vw, 20px);
  position: absolute;
  top: .35em;
  left: 0;
}

h4 {
  display: table;
  color: #ffa600;
  font-size: clamp(22px, 21.450px + 0.133vw, 24px);
  border-bottom: solid 2px #ffa600;
  padding-bottom: 5px;
  margin-bottom: clamp(10px, 7.251px + 0.664vw, 20px);
}

h5 {
  display: table;
  margin-bottom: clamp(10px, 7.251px + 0.664vw, 20px);
  margin-top: clamp(15px, 8.333px + 0.868vw, 25px);
  color: #74c234;
  border: solid 1px #74c234;
  padding: 5px 28px 3px;
  font-size: clamp(19px, 18.175px + 0.199vw, 22px);
}

.widget_wrap .widget_header {
  font-size: 1.6rem;
  color: #333333;
  padding: .5em 0 .5em .5em;
  border-bottom: #74c234 solid 2px;
  font-weight: bold;
}

.widget_wrap .widget_header a {
  text-decoration: none;
}

.widget_wrap .widget_header a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .widget_wrap .widget_header {
    font-size: 1.4rem;
  }
}

.color_green {
  color: #74c234;
}

.color_orange {
  color: #ffa600;
}

.bread {
  overflow: hidden;
  font-size: 1.2rem;
  margin: 0 auto 60px;
  width: 100%;
  max-width: 1200px;
}

@media (max-width: 767px) {
  .bread {
    margin: 0 auto 40px;
  }
}

.bread ul {
  padding: 1em 0;
  margin: 0 auto;
  float: none;
}

.bread ul li {
  list-style: none;
  position: relative;
  float: left;
  padding-right: 2em;
  margin-right: 1.5em;
}

.bread ul li a {
  text-decoration: none;
  color: #74c234;
}

.bread ul li a:hover {
  color: #74c234;
  text-decoration: none;
}

.bread ul li:after {
  content: '>';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.bread ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.bread ul li:last-child:after {
  content: none;
}

.button,
.inquiry .form_button {
  display: inline-block;
  max-width: 320px;
  width: 100%;
  margin: 0;
  padding: 14px 1em;
  border: solid 1px #ffa600;
  border-radius: 0px;
  line-height: 1.4;
  background: #ffa600;
  color: white;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: .3s;
  font-weight: bold;
  cursor: pointer;
  border-radius: 50px;
  /*
* ボタン矢印
*/
}

@media (max-width: 767px) {

  .button,
  .inquiry .form_button {
    max-width: 100% !important;
    min-width: 100% !important;
  }
}

@media (max-width: 1224px) {

  .button,
  .inquiry .form_button {
    font-size: 15px;
  }
}

.button:hover,
.inquiry .form_button:hover {
  background: #fff;
  color: #ffa600;
}

.button.large_btn,
.inquiry .large_btn.form_button {
  max-width: 400px;
}

.button.arrow,
.inquiry .arrow.form_button {
  position: relative;
}

.button.arrow:after,
.inquiry .arrow.form_button:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  margin: auto;
  width: 7px;
  height: 9px;
  transition: 0.2s;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #fff;
}

.button.arrow:hover:after,
.inquiry .arrow.form_button:hover:after {
  background: #ffa600;
}

.highlight .button,
.highlight .inquiry .form_button,
.inquiry .highlight .form_button {
  color: white;
}

.highlight .button:hover,
.highlight .inquiry .form_button:hover,
.inquiry .highlight .form_button:hover {
  color: white;
}

.button.inverse,
.inquiry .inverse.form_button {
  background: none;
  border-color: #74c234;
  color: #74c234;
}

.button.inverse:after,
.inquiry .inverse.form_button:after {
  border-color: #74c234;
}

.button.inverse:hover,
.inquiry .inverse.form_button:hover {
  background: #74c234;
  color: #fff;
}

.button.inverse:hover:after,
.inquiry .inverse.form_button:hover:after {
  border-color: #fff;
}

.button.block,
.inquiry .block.form_button {
  display: block;
  min-width: 100%;
}

.button.small,
.inquiry .small.form_button {
  padding: .6em 1em;
  max-width: unset;
  width: auto;
}

.button.small.arrow,
.inquiry .small.arrow.form_button {
  padding-right: 2.5em;
}

.button+.button,
.inquiry .form_button+.button,
.inquiry .button+.form_button,
.inquiry .form_button+.form_button {
  margin-left: 0.5em;
}

@media (max-width: 767px) {

  .button+.button,
  .inquiry .form_button+.button,
  .inquiry .button+.form_button,
  .inquiry .form_button+.form_button {
    margin-left: 0;
    margin-top: 1em;
  }
}

.button.color_line {
  background-color: #06C755;
  border-color: #06C755;
}

.button.color_line:hover {
  background-color: #fff;
  color: #06C755;
}

.button.color_line:hover:after {
  background: #06C755;
}

/* お問い合わせフォーム */
.inquiry .h-adr {
  margin: 0;
  padding: .35em .75em .625em;
  border: #9C9C9C solid 1px;
}

.inquiry .table-default {
  border: none;
}

.inquiry .table-default tr:not(:last-of-type) {
  border-bottom: 1px solid #cccccc;
}

.inquiry .table-default th {
  background: none;
  border: none;
  text-align: left;
  padding: 1.4em 50px 1.2em .5em;
  vertical-align: top;
  font-weight: bold;
  position: relative;
}

@media (max-width: 767px) {
  .inquiry .table-default th {
    padding: 1em 0 0;
  }
}

.inquiry .table-default th .required {
  display: inline-block;
  background: #d43f3a;
  color: white;
  padding: 4px 10px;
  border-radius: 3px;
  font-size: 1.2rem;
  margin-left: .5em;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .inquiry .table-default th .required {
    position: absolute;
    top: 1.6em;
    right: 0;
  }
}

.inquiry .table-default td {
  background: none;
  border: none;
  padding: 1.2em .5em;
}

@media (max-width: 767px) {
  .inquiry .table-default td {
    padding: .5em 0 1em;
  }
}

.inquiry .input_wrap {
  display: block;
  margin: 0;
  padding: 0 .2em;
}

@media (max-width: 767px) {
  .inquiry .input_wrap {
    margin: 0;
  }
}

.inquiry .input_wrap input,
.inquiry .input_wrap textarea {
  margin: 0;
}

.inquiry .input_wrap:last-child {
  margin-right: auto;
}

.inquiry .text-2col {
  display: flex;
}

.inquiry .text-2col .input_wrap {
  flex-basis: 50%;
}

.inquiry input[type="text"],
.inquiry input[type="url"],
.inquiry input[type="email"],
.inquiry input[type="tel"],
.inquiry input[type="date"],
.inquiry input[type="number"],
.inquiry select,
.inquiry textarea {
  width: 100%;
  max-width: 100%;
  padding: 7px 2%;
  color: #333333;
  font-size: 1.6rem;
  margin: 0 .2em;
  border: 1px solid #cccccc;
  background: #fafafa;
  border-radius: 3px;
  -webkit-appearance: none;
}

@media (max-width: 767px) {

  .inquiry input[type="text"],
  .inquiry input[type="url"],
  .inquiry input[type="email"],
  .inquiry input[type="tel"],
  .inquiry input[type="date"],
  .inquiry input[type="number"],
  .inquiry select,
  .inquiry textarea {
    margin: .2em 0;
  }
}

.inquiry input[type="number"] {
  width: 65px;
  text-align: center;
}

.inquiry input.p-postal-code {
  width: 200px;
}

.inquiry input.p-region {
  width: 100px;
}

.inquiry input.p-locality {
  width: 150px;
}

.inquiry input.p-street-address {
  width: 100%;
}

.inquiry input.p-extended-address {
  width: 100%;
}

.inquiry .mwform-tel-field {
  display: flex;
  justify-content: space-between;
}

.inquiry .submit {
  margin: 1em 0;
  text-align: center;
}

@media (min-width: 768px) {

  .inquiry input[type="text"],
  .inquiry input[type="url"],
  .inquiry input[type="email"],
  .inquiry input[type="tel"],
  .inquiry input[type="date"],
  .inquiry input[type="text"],
  .inquiry select {
    margin: 0 .2em;
  }

  .inquiry input[type="number"] {
    width: 65px;
  }

  .inquiry input.p-postal-code {
    width: 200px;
  }

  .inquiry input.p-region {
    width: 100px;
  }

  .inquiry input.p-locality {
    width: 150px;
  }

  .inquiry input.p-street-address {
    width: 100%;
  }

  .inquiry input.p-extended-address {
    width: 100%;
  }

  .inquiry textarea {
    width: 100%;
  }

  .inquiry .input_wrap {
    display: block;
    margin: 0 .2em;
  }

  .inquiry .input_wrap input,
  .inquiry .input_wrap textarea {
    margin: 0;
  }

  .inquiry .input_wrap:last-child {
    margin-right: auto;
  }

  .inquiry .submit {
    margin: 60px 0 0;
  }

  .inquiry .form_button,
  .inquiry .wpcf7-submit {
    background: #74c234;
    color: white;
    border-color: #74c234;
  }

  .inquiry .form_button:hover,
  .inquiry .wpcf7-submit:hover {
    color: #74c234 !important;
  }

  .inquiry .form_button.form_back,
  .inquiry .wpcf7-submit.form_back {
    background: #ccc;
    border-color: #ccc;
    color: #666;
  }

  .inquiry .form_button.form_back:hover,
  .inquiry .wpcf7-submit.form_back:hover {
    background: #bfbfbf;
    border-color: #bfbfbf;
    color: #666;
  }

  .inquiry .form_button.form_send,
  .inquiry .wpcf7-submit.form_send {
    background: #74c234;
    color: white;
    border-color: #74c234;
  }

  .inquiry .form_button.form_send:hover,
  .inquiry .wpcf7-submit.form_send:hover {
    background: #fff;
    border-color: #74c234;
    color: #74c234;
  }
}

.form_button_wrap {
  display: flex;
  justify-content: center;
}

.form_button_wrap > p {
  width: 320px;
}

@media (max-width: 767px) {
  .form_button_wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}

.form_button_wrap button {
  margin: .5em !important;
}

.privacy_wrap {
  margin-top: 5%;
  border: #ccc solid 1px;
  padding: 1em;
  height: 400px;
  overflow-y: scroll;
}

.mw_wp_form_confirm .input-show {
  display: none !important;
}

.mw_wp_form_input .input-hide {
  display: none !important;
}

.mw_wp_form .error {
  color: #d43f3a !important;
}

header .global_nav>ul>li.menu-item-has-children {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 900px) {
  header .global_nav>ul>li.menu-item-has-children {
    display: block;
  }
}

header .global_nav>ul>li.menu-item-has-children>a {
  position: relative;
}

@media (max-width: 899px) {
  header .global_nav>ul>li.menu-item-has-children>a {
    width: calc(100% - 49px);
  }
}

header .global_nav>ul>li.menu-item-has-children>a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 9px;
  background: #74c234;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transition: .2s;
}

@media (max-width: 899px) {
  header .global_nav>ul>li.menu-item-has-children>a:after {
    content: none;
  }
}

header .global_nav>ul>li>.sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 900px) {
  header .global_nav>ul>li>.sub-menu {
    opacity: 0;
    visibility: hidden;
  }
}

@media (max-width: 899px) {
  header .global_nav>ul>li>.sub-menu {
    width: 100%;
    display: none;
  }
}

header .global_nav>ul>li>.sub-menu>li {
  border-bottom: 1px solid #b3b3b3;
}

header .global_nav>ul>li>.sub-menu>li:last-child {
  border-bottom: none;
}

header .global_nav>ul>li>.sub-menu>li>a {
  background: rgba(142, 210, 87, 0.9);
  padding-left: 1em;
  position: relative;
}

header .global_nav>ul>li>.sub-menu>li.menu-item-has-children {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

header .global_nav>ul>li>.sub-menu>li.menu-item-has-children>a {
  position: relative;
}

@media (max-width: 899px) {
  header .global_nav>ul>li>.sub-menu>li.menu-item-has-children>a {
    width: calc(100% - 49px);
  }
}

@media (min-width: 900px) {
  header .global_nav>ul>li>.sub-menu>li.menu-item-has-children>a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    margin: auto;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    transition: .2s;
  }
}

@media (max-width: 899px) {
  header .global_nav>ul>li>.sub-menu>li.menu-item-has-children>a:after {
    content: none;
  }
}

@media (max-width: 899px) {
  header .global_nav>ul>li>.sub-menu>li.menu-item-has-children.menu_under_open>a:after {
    transform: translate(0, 0);
  }
}

header .global_nav>ul>li>.sub-menu>li.menu-item-has-children>.sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 900px) {
  header .global_nav>ul>li>.sub-menu>li.menu-item-has-children>.sub-menu {
    opacity: 0;
    visibility: hidden;
    transition: .3s;
  }
}

@media (max-width: 899px) {
  header .global_nav>ul>li>.sub-menu>li.menu-item-has-children>.sub-menu {
    display: none;
  }
}

@media (min-width: 900px) {
  header .global_nav>ul>li>.sub-menu>li.menu-item-has-children>.sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 200px;
  }
}

@media (max-width: 899px) {
  header .global_nav>ul>li>.sub-menu>li.menu-item-has-children>.sub-menu {
    width: 100%;
    display: none;
  }
}

header .global_nav>ul>li>.sub-menu>li.menu-item-has-children>.sub-menu li:not(:last-child) {
  border-bottom: #fff solid 1px;
}

@media (max-width: 899px) {
  header .global_nav>ul>li>.sub-menu>li.menu-item-has-children>.sub-menu li:not(:last-child) {
    border-bottom: #b3b3b3 solid 1px;
  }
}

header .global_nav>ul>li>.sub-menu>li.menu-item-has-children>.sub-menu li:last-child {
  border-bottom: none;
}

header .global_nav>ul>li>.sub-menu>li.menu-item-has-children>.sub-menu li a {
  background: rgba(156, 215, 107, 0.9);
}

@media (max-width: 899px) {
  header .global_nav>ul>li>.sub-menu>li.menu-item-has-children>.sub-menu li a {
    padding-left: 2.5em;
  }
}

@media (min-width: 900px) {

  header .global_nav>ul>li>.sub-menu>li.menu-item-has-children:hover>.sub-menu,
  header .global_nav>ul>li>.sub-menu>li.menu-item-has-children.menu_under_open>.sub-menu {
    opacity: 1;
    visibility: visible;
  }
}

.child-menu-button {
  position: relative;
  width: 49px;
  min-height: 49px;
  background: #2c4914;
  border: 0;
  outline: 0;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (min-width: 900px) {
  .child-menu-button {
    display: none;
  }
}

.child-menu-button:before,
.child-menu-button:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  background: #fff;
  transition: .2s ease;
}

.child-menu-button:before {
  width: 15px;
  height: 1px;
}

.child-menu-button:after {
  width: 1px;
  height: 15px;
}

.child-menu-button.is-open:before {
  opacity: 0;
  transform: rotate(90deg);
}

.child-menu-button.is-open:after {
  transform: rotate(90deg);
}

.child-menu-button.is-open+.sub-menu {
  opacity: 1 !important;
  visibility: visible !important;
  display: none;
}

@media (min-width: 900px) {
  header .global_nav>ul>li.menu-item-has-children {
    position: relative;
    cursor: pointer;
  }

  header .global_nav>ul>li.menu-item-has-children>a {
    padding-right: 1em;
    position: relative;
  }

  header .global_nav>ul>li.menu-item-has-children>a:after {
    border-color: #333333;
    width: 6px;
    height: 6px;
  }

  header .global_nav>ul>li.menu-item-has-children>a:after {
    transform: translate(0, -50%);
  }

  header .global_nav>ul>li.menu-item-has-children>a.menu_under_open:after {
    transform: translate(0) rotate(-45deg);
  }

  header .global_nav>ul>li.menu-item-has-children>.sub-menu {
    position: absolute;
    right: 0;
    margin: auto;
    top: 100%;
    min-width: 300px;
    letter-spacing: -.40em;
    z-index: 999;
  }

  header .global_nav>ul>li.menu-item-has-children>.sub-menu>li {
    letter-spacing: normal;
    display: block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    border-bottom: 0;
    padding: 0;
  }

  header .global_nav>ul>li.menu-item-has-children>.sub-menu>li:not(:last-child) {
    border-bottom: white solid 1px;
  }

  header .global_nav>ul>li.menu-item-has-children>.sub-menu>li a {
    display: block;
    background: rgba(116, 194, 52, 0.9);
    padding: .5em;
    color: #fff;
  }

  header .global_nav>ul>li.menu-item-has-children>.sub-menu>li a:before {
    content: none;
  }
}

@media (min-width: 900px) and (max-width: 899px) {
  header .global_nav>ul>li.menu-item-has-children {
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 900px) {
  header .global_nav>ul>li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }

  header .global_nav>ul>li.menu-item-has-children:hover>a:after {
    transform: translate(0) rotate(-180deg);
  }

  header .global_nav>ul>li.menu-item-has-children:hover>ul {
    opacity: 1;
    height: auto;
    visibility: visible;
  }
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #74c234;
}

.movie {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.movie.ar16to9 {
  padding-top: 56.25%;
}

.movie.ar4to3 {
  padding-top: 75%;
}

@media (max-width: 767px) {
  .news .heading {
    display: flex;
    justify-content: space-between;
  }

  .news .heading h2 {
    text-align: left;
    margin: 0 0 1em;
  }

  .news .heading h2:after {
    right: auto;
  }
}

.news dl {
  margin: 0;
  overflow-y: auto;
  max-height: 300px;
}

.news dl dt {
  margin: 0.5em 0 0;
  padding: 0 1em;
  font-weight: normal;
}

.news dl dd {
  margin: 0.5em 0;
  padding: 0 1em 0.5em;
  border-bottom: #ccc solid 1px;
  position: relative;
}

.news dl dd a {
  text-decoration: none;
}

.news dl dd a:hover {
  text-decoration: underline;
}

.news dl .badge_category {
  display: inline-block;
  background: #74c234;
  color: white;
  padding: .2em 1em;
  margin-left: 1em;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .news>div {
    display: flex;
    width: 100%;
    margin: 0 auto;
  }

  .news>div .heading {
    width: 23.5%;
  }

  .news h2 {
    margin: 0;
    padding: 0;
  }

  .news h2:after {
    display: none;
  }

  .news .content {
    overflow: hidden;
    width: 76.5%;
    padding-left: 2%;
  }

  .news dl {
    overflow-y: auto;
    max-height: 200px;
  }

  .news dl dt {
    margin: 0;
    padding: 1em 0 .5em 0;
  }

  .news dl dd {
    margin: 0;
    padding: .5em 0 1em 0;
  }
}

.pagetop {
  position: fixed;
  bottom: 110px;
  right: 5%;
  z-index: 98;
}

.pagetop a {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  background: rgba(116, 194, 52, 0.9);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  .pagetop a {
    width: 70px;
    height: 70px;
  }
}

.pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: translate(-50%, -20%) rotate(45deg);
  transition: .2s;
}

footer.high .pagetop {
  position: absolute;
  bottom: auto;
  right: 5%;
  top: 0;
  margin: 0;
  transform: translateY(-50%);
}

.p-qa .question {
  font-size: 1.6rem;
  border: none;
  position: relative;
  margin: 0 0 0;
  padding: 1em 50px 1em 1em;
  background-color: rgba(116, 194, 52, 0.1);
  font-weight: normal;
  font-weight: bold;
}

.p-qa .question:after {
  content: none;
}

.p-qa .question:before {
  content: none;
}

.p-qa .question.open:after {
  transform: rotate(180deg);
}

.p-qa .question:not(:first-child) {
  margin-top: 1em !important;
}

.p-qa .answer {
  padding: 1em 0 0 1em;
}

.p-qa.qa_active .question {
  cursor: pointer;
}

.p-qa.qa_active .question:hover {
  opacity: 0.8;
}

.p-qa.qa_active .question:after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 1em;
  left: auto;
  top: 50%;
  bottom: auto;
  margin-top: -12px;
  background: url(../../../../../wp-content/uploads/arrow_down.svg) center center no-repeat;
  background-size: 24px;
  transition: .5s;
  border: none;
}

.p-qa.qa_active .answer {
  display: none;
}

.p-qa .qa_en_q,
.p-qa .qa_en_a {
  font-weight: bold;
  font-size: 160%;
}

.p-qa .qa_en_q {
  color: #74c234;
}

.p-qa .qa_en_a {
  color: #ffa600;
}

.highlight .qa .question {
  background: rgba(129, 205, 67, 0.1);
}

.highlight .qa .question:hover {
  background: rgba(121, 201, 55, 0.1);
}

.highlight .qa .question.open:hover {
  background: rgba(129, 205, 67, 0.1);
}

.nav_search {
  display: none;
}

.nav_search_box {
  display: none;
}

.p-search .article_list {
  padding: 0;
  border-bottom: rgba(116, 194, 52, 0.1) solid 1px !important;
  border-top: none;
}

.p-search .article_list:first-of-type {
  border-top: rgba(116, 194, 52, 0.1) solid 1px;
}

.p-search .article_list .col {
  margin: 0;
}

.p-search .article_list .search_item {
  display: block;
  text-decoration: none;
  color: currentColor;
  padding: 1em;
}

.p-search .article_list .search_item:hover {
  opacity: 0.8;
  background: rgba(116, 194, 52, 0.03);
}

.p-search .article_list .search_item h2 {
  margin: 0 0 0 !important;
  padding-bottom: 0 !important;
  text-align: left;
}

.p-search .article_list .search_item h2:after {
  content: none;
}

.p-search .article_list .search_item h2~p {
  margin-top: .6em;
}

.shopinfo figure,
.shopinfo picture {
  max-width: 80%;
  margin: 0 auto;
}

.shopinfo address {
  text-align: center;
  font-size: 2rem;
  font-style: normal;
}

.shopinfo dl {
  margin: 2em 0;
  line-height: 1.4;
}

.shopinfo dl:first-child {
  margin-top: 0;
}

.shopinfo dl dt {
  margin: 0 0 0.2em 0;
  font-weight: normal;
}

.shopinfo dl dt:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 3px;
  margin-right: 0.3em;
  vertical-align: middle;
  background: #74c234;
}

.shopinfo dl dd {
  margin: 0 0 0.5em 1em;
  padding: 0;
}

.map_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70%;
}

.map_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map_container+p {
  margin-top: 2em;
}

.map_wide {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70%;
}

.map_wide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.scroll .googlemap {
  pointer-events: none;
}

@media (min-width: 768px) {

  .shopinfo figure,
  .shopinfo picture {
    max-width: 100%;
  }

  .shopinfo address {
    margin-bottom: 15px;
    text-align: left;
    font-size: 2.6rem;
    line-height: 1;
  }

  .shopinfo dl.dl-horizontal {
    margin: 10px 0;
  }

  .shopinfo dl.dl-horizontal dd {
    margin-bottom: 0.3em;
  }

  .shopinfo .span12 .map_container {
    padding-top: 50%;
  }

  .map_wide {
    padding-top: 420px;
  }
}

.p-sitemap {
  border-top: rgba(51, 51, 51, 0.3) solid 1px;
}

.p-sitemap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-sitemap ul li a {
  display: block;
  text-decoration: none;
  position: relative;
  padding: .6em 1em .6em 1.5em;
  border-bottom: rgba(51, 51, 51, 0.3) solid 1px;
  font-size: 1.8rem;
  color: #333333;
}

.p-sitemap ul li a:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #74c234;
  border-right: solid 2px #74c234;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: .5em;
  margin: auto;
}

.p-sitemap ul li a:hover {
  background: rgba(116, 194, 52, 0.1);
}

.p-sitemap ul.children {
  margin: 0;
}

.p-sitemap ul.children li a {
  padding-left: 3em;
  font-size: 1.7rem;
}

.p-sitemap ul.children li a:before {
  left: 2em;
}

.sns_icons {
  display: table;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0rem;
  margin: auto;
}

.sns_icons>li {
  display: inline;
  padding-left: 0;
  padding-right: 0;
  white-space: nowrap;
  font-size: 1.8rem;
}

.sns_icons li {
  display: inline-block;
}

.sns_icons li:not(:last-child) {
  margin-right: 10px;
}

.sns_icons a {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  background-size: contain;
}

.sns_icons a.icon_facebook {
  background-image: url(../../../../../wp-content/uploads/icon_facebook.png);
}

.sns_icons a.icon_twitter {
  background-image: url(../../../../../wp-content/uploads/icon_twitter.png);
}

.sns_icons a.icon_line {
  background-image: url(../../../../../wp-content/uploads/icon_line.png);
}

.sns_icons a.icon_google {
  background-image: url(../../../../../wp-content/uploads/icon_google.png);
}

.sns_icons a.icon_instagram {
  background-image: url(../../../../../wp-content/uploads/icon_instagram.png);
}

footer .sns_icons {
  margin-top: 1.5em;
}

@media (min-width: 768px) {
  .sns_icons {
    margin: 0;
  }

  .sns_icons.center {
    margin: auto;
  }

  .sns_icons li:not(:last-child) {
    margin-right: 20px;
  }

  .sns_icons a {
    width: 68px;
    height: 68px;
  }

  footer .sns_icons {
    margin-top: 30px;
  }
}

@use "sass:math";
@media (max-width: 767px) {
  .sp_image_cols {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 2%;
    column-gap: 2%;
    row-gap: 20px;
  }

  .sp_image_cols.sp_col2 .col {
    width: 49%;
  }

  .sp_image_cols.sp_col3 {
    display: flex;
    flex-wrap: wrap;
  }

  .sp_image_cols.sp_col3 .col {
    width: 33.3333333333%;
    padding: 0 1%;
  }
}

table {
  margin: 0 auto;
}

table td,
table th {
  padding: 0.7em 1em;
}

@media (max-width: 767px) {

  table td,
  table th {
    padding: 0.7em .5em;
  }
}

table th {
  text-align: center;
  font-weight: normal;
}

.table-default {
  width: 100%;
  table-layout: fixed;
}

.table-default thead th,
.table-default thead td {
  background: rgba(116, 194, 52, 0.15);
}

.table-default td,
.table-default th {
  border: 1px solid #ccc;
}

.table-default th {
  background: rgba(204, 204, 204, 0.2);
  color: #333333;
}

.table-default td {
  background: #fff;
}

.table-default.table-mini td,
.table-default.table-mini th {
  padding: .5em 1em;
}

@media (max-width: 767px) {

  .table-default.table-mini td,
  .table-default.table-mini th {
    padding: .5em .3em;
  }
}

.table-menu {
  width: 100%;
}

.table-menu caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 2rem;
}

.table-menu td,
.table-menu th {
  padding: 0.7em 1em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

@media (max-width: 767px) {

  .table-menu td,
  .table-menu th {
    padding: 0.7em .3em;
  }
}

.table-menu tbody th {
  text-align: left;
}

.table-menu td:last-child {
  text-align: right;
  white-space: nowrap;
}

.table-schedule {
  width: 100%;
}

.table-schedule caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 2rem;
}

.table-schedule td,
.table-schedule th {
  padding: 0.7em 5px;
  text-align: center;
}

.table-schedule thead th {
  background: #74c234;
  color: #fff;
}

.table-schedule tbody tr {
  border-bottom: solid 1px #dddddd;
}

.table-schedule tbody th {
  background: #fff;
}

.table-schedule td {
  background: transparent;
}

.table-schedule .fa-circle:before {
  background: #ffa600;
  border-radius: 50%;
  color: #ffa600;
  font-size: 14px;
}

@media (max-width: 767px) {
  .responsive-stack {
    display: block;
  }

  .responsive-stack thead {
    display: none;
  }

  .responsive-stack tbody,
  .responsive-stack td,
  .responsive-stack th,
  .responsive-stack tr {
    display: block;
  }

  .responsive-stack td,
  .responsive-stack th {
    width: 100% !important;
  }

  .responsive-stack tr:not(:last-child) td,
  .responsive-stack tr:not(:last-child) th {
    border-bottom: 0;
  }

  .responsive-stack tr:last-child :not(:last-child) {
    border-bottom: 0;
  }
}

@media (max-width: 767px) {
  .responsive-scroll-container {
    display: block;
    width: 100%;
    min-height: 0.01%;
    overflow-x: scroll;
  }

  .responsive-scroll-container .responsive-scroll-inner {
    width: 798px;
    padding: 0 15px 15px;
  }

  .responsive-scroll-container table {
    width: 768px;
    margin: 0;
  }
}

table.table-default.typeA tr td,
table.table-default.typeA tr th {
  border: 0;
}

table.table-default.typeA tr:nth-child(odd) th {
  background: #74c234;
}

table.table-default.typeA tr:nth-child(odd) td {
  background: rgba(116, 194, 52, 0.1);
}

table.table-default.typeA tr:nth-child(even) th {
  background: #8ed257;
}

table.table-default.typeA tr:nth-child(even) td {
  background: rgba(142, 210, 87, 0.1);
}

table.table-default.typeB {
  border-spacing: 0;
  overflow: hidden;
}

table.table-default.typeB tbody td,
table.table-default.typeB tbody th {
  background: transparent;
  color: #333333;
  border: 0;
  border-bottom: 1px solid rgba(204, 204, 204, 0.1);
}

table.table-default.typeB tbody tr {
  position: relative;
}

table.table-default.typeB tbody th {
  color: #74c234;
}

table.table-default.typeC th {
  background: rgba(204, 204, 204, 0.2);
  color: #333333;
}

table.table-default.typeC td,
table.table-default.typeC th {
  border: 0;
}

table.table-default.typeC td:not(:last-child),
table.table-default.typeC th:not(:last-child) {
  border-bottom: 2px #fff solid;
}

table.table-default.typeC tr {
  position: relative;
}

table.table-default.typeC td {
  transform: translateX(2px);
}

.highlight table.table-default.typeC td,
.highlight table.table-default.typeC th {
  border: 0;
}

.highlight table.table-default.typeC td:not(:last-child),
.highlight table.table-default.typeC th:not(:last-child) {
  border-bottom: 2px rgba(116, 194, 52, 0.1) solid;
}

.article_list {
  padding: .5em;
  border-top: rgba(116, 194, 52, 0.2) solid 1px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .article_list {
    padding: 1em;
  }
}

.article_list .span_12 {
  margin: 2% 0;
}

.article_list:last-of-type {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .article_list:last-of-type {
    margin-bottom: 40px;
  }
}

.article_list .post_header .time:before {
  content: '\f073';
  font-family: "Font Awesome 5 Free";
  margin-right: .5em;
}

.article_list .post_header .category_badge {
  background: #74c234;
  color: white;
  font-size: 1.4rem;
  margin-left: 1em;
  display: inline-block;
}

.article_list .post_header .category_badge a {
  display: block;
  padding: .2em 1em;
  color: white;
  text-decoration: none;
}

.article_list h1 {
  text-align: left;
  margin: 0 0 1em;
  padding: 0 0 .5em !important;
  border-bottom: #e3f3d6 solid 1px;
  font-size:32px;
  color:#74c234;
  padding-left:50px!important;
  background:url("/wp-content/uploads/h1.svg")no-repeat top 8px left;
}

@media (max-width: 767px) {
  .article_list h1 {
      font-size: 24px;
    padding-left:40px!important;
    background-size:28px!important;
    background-position:top 5px left!important;
  }
}
.article_list h1 a{
    text-decoration: none;
  color: #74c234;
}
.article_list h1 a:hover {
  text-decoration: underline;
  color: #74c234;
}

.m-pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .m-pagenation {
    margin-bottom: 50px;
  }
}

.m-pagenation .m-pagenation__prev {
  margin-right: .5em;
}

.m-pagenation .m-pagenation__prev a {
  display: block;
  text-decoration: none;
  padding: .3em 1em;
  border: #ccc solid 1px;
}

.m-pagenation .m-pagenation__prev a:hover {
  background: rgba(116, 194, 52, 0.1);
  border-color: rgba(116, 194, 52, 0.1);
}

.m-pagenation .m-pagenation__next {
  margin-left: .5em;
}

.m-pagenation .m-pagenation__next a {
  display: block;
  text-decoration: none;
  padding: .3em 1em;
  border: #ccc solid 1px;
}

.m-pagenation .m-pagenation__next a:hover {
  background: rgba(116, 194, 52, 0.1);
  border-color: rgba(116, 194, 52, 0.1);
}

.m-pagenation .m-pagenation__body {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.m-pagenation .m-pagenation__body li {
  display: inline-block;
  margin: 0 5px;
}

.m-pagenation .m-pagenation__body li a {
  text-decoration: none;
  display: block;
  padding: .3em 1em;
  border: #ccc solid 1px;
}

.m-pagenation .m-pagenation__body li a:hover {
  background: rgba(116, 194, 52, 0.1);
  border-color: rgba(116, 194, 52, 0.1);
}

.m-pagenation .m-pagenation__body li.current {
  background: #74c234;
  color: white;
  border: #74c234 solid 1px;
  padding: .3em 1em;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .wp-pagenavi {
    margin-bottom: 50px;
  }
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  margin: 0 5px;
  text-decoration: none;
  padding: .3em 1em;
  border: #ccc solid 1px;
  color: #74c234;
}

.wp-pagenavi a.current,
.wp-pagenavi span.current {
  background: #74c234;
  color: white;
  border: #74c234 solid 1px;
  padding: .3em 1em;
}

.wp-pagenavi a:hover {
  background: rgba(116, 194, 52, 0.1);
  border-color: rgba(116, 194, 52, 0.1);
}

.article_single01 .article_single01_02 {
  margin-top: 10px;
}

.article_single01 .article_single01_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_single01 .article_single01_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_single01 .ofi {
  background: rgba(116, 194, 52, 0.1);
}

.article_single01 .more {
  display: block;
  text-align: center;
}

.article_single02 .article_single02_01 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_single02 .article_single02_01 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_single02 .ofi {
  background: rgba(116, 194, 52, 0.1);
}

.article_single02 .more {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .article_single03 .article_single03_02 .span_6 {
    width: 45%;
    margin-left: 10%;
  }

  .article_single03 .article_single03_02 .span_6:first-child {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .article_single03 .article_single03_02 .span_12 {
    margin-left: 0;
    margin-top: 20px;
  }
}

.article_single03 .article_single03_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_single03 .article_single03_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_single03 .case_arrow {
  position: relative;
}

@media (max-width: 767px) {
  .article_single03 .case_arrow {
    margin-bottom: 10%;
  }
}

.article_single03 .case_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 108%;
  margin: auto;
  width: 35px;
  height: 35px;
  border-top: 3px solid #74c234;
  border-right: 3px solid #74c234;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
  transition: 0.2s;
}

@media (max-width: 767px) {
  .article_single03 .case_arrow:after {
    left: 0;
    right: 0;
    top: 105%;
    width: 20px;
    height: 20px;
    transform: translate(0, -50%) rotate(135deg);
    transform-origin: center;
  }
}

.article_single03 .ofi {
  background: rgba(116, 194, 52, 0.1);
}

.article_single03 .more {
  display: block;
  text-align: center;
}

.article_single04 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article_single04 .article_single04_01_img1 .ofi {
  padding-top: 75%;
}

.article_single04 .article_single04_01_img2 .ofi {
  padding-top: 15%;
}

.article_single04 .article_single04_01_img3 .ofi {
  padding-top: 10.8%;
}

.article_single04 .article_single04_01_img4 .ofi {
  padding-top: 8.4%;
}

.article_single04 .article_single04_01_img5 .ofi {
  padding-top: 6.9%;
}

.article_single04 .article_single04_01_img6 .ofi {
  padding-top: 5.8%;
}

.article_single04 .article_single04_01_nav {
  margin-top: 15px;
}

.article_single04 .article_single04_01_nav .ofi {
  padding-top: 11.1%;
}

.article_single04 .article_single04_01_nav .slick-track {
  width: 100% !important;
  transform: none !important;
  left: 0 !important;
}

.article_single04 .article_single04_01_nav li {
  margin-left: 0.8%;
  width: calc(96% / 6) !important;
}

.article_single04 .article_single04_01_nav li:nth-child(1) {
  margin-left: 0;
}

.article_single04.article_container .article_single04_01_img1 .ofi {
  padding-top: 74.5%;
}

.article_single04.article_container .article_single04_01_img2 .ofi {
  padding-top: 18.7%;
}

.article_single04.article_container .article_single04_01_img3 .ofi {
  padding-top: 14.9%;
}

.article_single04.article_container .article_single04_01_img4 .ofi {
  padding-top: 12.5%;
}

.article_single04.article_container .article_single04_01_img5 .ofi {
  padding-top: 10.7%;
}

.article_single04.article_container .article_single04_01_img6 .ofi {
  padding-top: 9.4%;
}

.article_single04.article_container .article_single04_01_nav {
  margin-top: 15px;
}

.article_single04.article_container .article_single04_01_nav .ofi {
  padding-top: 12%;
}

.article_single04.article_container .article_single04_01_nav .slick-track {
  width: 100% !important;
  transform: none !important;
  left: 0 !important;
}

.article_single04.article_container .article_single04_01_nav li {
  margin-left: 0.8%;
  width: calc(96% / 6) !important;
}

.article_single04.article_container .article_single04_01_nav li:nth-child(1) {
  margin-left: 0;
}

.article_single04 .article_single04_02 {
  margin-top: 10px;
}

.article_single04 .article_single04_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_single04 .article_single04_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_single04 .slick-next,
.article_single04 .slick-prev {
  z-index: 1;
}

.article_single04 .slick-next:before,
.article_single04 .slick-prev:before {
  content: none;
}

.article_single04 .slick-next:after,
.article_single04 .slick-prev:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin: auto;
  width: 35px;
  height: 35px;
  border-top: 3px solid #74c234;
  transition: 0.2s;
  z-index: 1;
}

.article_single04 .slick-prev {
  left: 0;
}

.article_single04 .slick-prev:after {
  left: 0;
  border-left: 3px solid #74c234;
  transform: translate(0, -50%) rotate(-45deg);
  transform-origin: right top;
}

.article_single04 .slick-next {
  right: 0;
}

.article_single04 .slick-next:after {
  right: 0;
  border-right: 3px solid #74c234;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
}

.article_single04 .ofi {
  background: rgba(116, 194, 52, 0.1);
  height: auto !important;
}

.article_single04 .more {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .article_list_case02 .article_list_case02_01 {
    width: 67%;
  }

  .article_list_case02 .article_list_case02_02 {
    width: 31%;
  }

  .article_list_case02.article_single01 .article_single01_02 {
    margin-top: 0;
  }
}

.article_container .article_single01_02 {
  margin-top: 10px;
}

.article_container .article_single01_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_container .article_single01_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_detail {
  margin-bottom: 4%;
}

.article_detail h1 {
  text-align: left;
  margin: 0 0 1em;
  padding: 0 0 .5em !important;
  font-size: 2.4rem;
  border-bottom: #e3f3d6 solid 1px;
  font-size:32px;
  color:#74c234;
  padding-left:50px!important;
  background:url("/wp-content/uploads/h1.svg")no-repeat top 8px left;
}

@media (max-width: 767px) {
  .article_detail h1 {
    font-size: 24px;
    padding-left:40px!important;
    background-size:28px!important;
    background-position:top 5px left!important;
  }
}

.article_detail h1:after,
.article_detail h1:before {
  content: none;
}

.article_detail h1 a:hover {
  text-decoration: none;
  color: #74c234;
}

.article_detail h2{
font-size:26px;
  background:#eefde0;
  padding:10px 0 10px 20px;
  text-align:left;
}
.article_detail h2::before{
  display:none;
}
.article_detail h2::after{
  content: "";
display: block;
position: absolute;
bottom: 50%;
transform: translateY(50%);
left: 0;
margin: 0 auto;
width: 4px;
height: 20px;
background:#b8e692;
}
.article_detail h3{font-size:24px;padding:0 0 10px 20px;text-align:left;border-bottom:1px solid #b8e692;padding-left:30px!important;background:url("/wp-content/uploads/h3.svg")no-repeat top 8px left;}
.article_detail h3::before{
  display:none;
}
.article_detail h4{
  border:2px solid #ffa600;
  border-radius:5px;
  padding: 5px 20px 2px;
  font-size:22px;
}
.article_detail h5{
  color:#74c234;
  border:none;
  padding:0 0 5px;
  border-bottom:2px solid #74c234;
  display:block;
  width:fit-content;
}
.article_detail h2:first-child,
.article_detail h3:first-child,
.article_detail h4:first-child,
.article_detail h5:first-child{
  margin-top:0!important;
}
.article_detail bold{
font-size:20px;
}
.article_detail .box_border{
  padding:40px;
  border:4px solid #eefde0;
}
.article_detail ul li{
  position:relative;
  list-style:none;
  padding-left:20px;
}
.article_detail ul li::before{
  content: "";
display: block;
position: absolute;
top:0.5em;;
left: 0;
margin: 0 auto;
width: 10px;
height: 10px;
  border-radius:10px;
background:#74c234;
}
.article_detail .aligncenter{
  margin-bottom:20px;
}
@media (max-width: 767px) {
  .article_detail h2{
    font-size:22px;
  }

    .article_detail h3{
    font-size:20px;
      background-position:top 2px left!important;
  }
      .article_detail h4{
    font-size:19px;
  }
      .article_detail h3{
    font-size:18px;
  }
  .article_detail .box_border{
    padding:30px 20px;
  }
}


.article_detail .span_12 {
  margin: 2% 0;
}

.article_detail .post_header .time:before {
  content: '\f073';
  font-family: "Font Awesome 5 Free";
  margin-right: .5em;
}

.article_detail .post_header .category_badge {
  background: #74c234;
  color: white;
  font-size: 1.4rem;
  margin-left: 0.8em;
  display: inline-block;
}

.article_detail .post_header .category_badge a {
  display: block;
  padding: .2em 1em;
  color: white;
  text-decoration: none;
}

.pager {
  overflow: hidden;
  margin-bottom: 5%;
}

.pager .pager_prev {
  float: left;
}

.pager .pager_prev a {
  display: block;
  position: relative;
  padding-left: 20px;
  text-decoration: none;
}

.pager .pager_prev a:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #74c234;
  border-left: solid 2px #74c234;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 4px;
  margin-top: -6px;
}

.pager .pager_prev a:hover {
  opacity: 0.8;
}

.pager .pager_next {
  float: right;
}

.pager .pager_next a {
  display: block;
  position: relative;
  padding-right: 20px;
  text-decoration: none;
}

.pager .pager_next a:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #74c234;
  border-right: solid 2px #74c234;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -6px;
}

.pager .pager_next a:hover {
  opacity: 0.8;
}

.ofi {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 75%;
}

.ofi.cover img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ofi>img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.lead {
  color: #74c234;
  font-size: 2rem;
}

.text-xxlarge {
  font-size: 2.4rem;
}

.text-xlarge {
  font-size: 2rem;
}

.text-large {
  font-size: 1.6rem;
}

.text-small {
  font-size: 1.2rem;
}

.text-xsmall {
  font-size: 1rem;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.text-red {
  color: #f00 !important;
}

.text-primary {
  color: #74c234 !important;
}

@media (max-width: 767px) {

  .sp-hide,
  .pc-only,
  .tablet-only {
    display: none !important;
  }

  .sp-text-center {
    text-align: center;
  }

  .sp-text-left {
    text-align: left;
  }

  .sp-text-right {
    text-align: right;
  }
}

@media (min-width: 768px) {
  .lead {
    font-size: 2.8rem;
  }

  .text-xxlarge {
    font-size: 3.6rem;
  }

  .text-xlarge {
    font-size: 2.8rem;
  }

  .text-large {
    font-size: 2rem;
  }

  .text-small {
    font-size: 1.2rem;
  }

  .text-xsmall {
    font-size: 1rem;
  }

  .pc-hide,
  .sp-only {
    display: none !important;
  }

  .pc-text-center {
    text-align: center;
  }

  .pc-text-left {
    text-align: left;
  }

  .pc-text-right {
    text-align: right;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tablet-hide {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .tablet-only {
    display: none !important;
  }
}

@media (max-width: 899px) {

  .sp-hide02,
  .pc-only02,
  .tablet-only02 {
    display: none !important;
  }
}

@media (min-width: 900px) {

  .pc-hide02,
  .sp-only02 {
    display: none !important;
  }
}

.arial {
  font-family: 'Arial', arial !important;
}

.arial_n {
  font-family: 'Arial Narrow', arial !important;
}

.js-tel a {
  color: currentColor;
  text-decoration: none;
}

@media (min-width: 768px) {
  .js-tel a {
    pointer-events: none;
  }
}

.fs12 {
  font-size: 12px;
}

@media (max-width: 767px) {
  .sp-fs12 {
    font-size: 12px !important;
  }
}

.fs13 {
  font-size: 13px;
}

@media (max-width: 767px) {
  .sp-fs13 {
    font-size: 13px !important;
  }
}

.fs14 {
  font-size: 14px;
}

@media (max-width: 767px) {
  .sp-fs14 {
    font-size: 14px !important;
  }
}

.fs15 {
  font-size: 15px;
}

@media (max-width: 767px) {
  .sp-fs15 {
    font-size: 15px !important;
  }
}

.fs16 {
  font-size: 16px;
}

@media (max-width: 767px) {
  .sp-fs16 {
    font-size: 16px !important;
  }
}

.fs17 {
  font-size: 17px;
}

@media (max-width: 767px) {
  .sp-fs17 {
    font-size: 17px !important;
  }
}

.fs18 {
  font-size: 18px;
}

@media (max-width: 767px) {
  .sp-fs18 {
    font-size: 18px !important;
  }
}

.fs19 {
  font-size: 19px;
}

@media (max-width: 767px) {
  .sp-fs19 {
    font-size: 19px !important;
  }
}

.fs20 {
  font-size: 20px;
}

@media (max-width: 767px) {
  .sp-fs20 {
    font-size: 20px !important;
  }
}

.fs21 {
  font-size: 21px;
}

@media (max-width: 767px) {
  .sp-fs21 {
    font-size: 21px !important;
  }
}

.fs22 {
  font-size: 22px;
}

@media (max-width: 767px) {
  .sp-fs22 {
    font-size: 22px !important;
  }
}

.fs23 {
  font-size: 23px;
}

@media (max-width: 767px) {
  .sp-fs23 {
    font-size: 23px !important;
  }
}

.fs24 {
  font-size: 24px;
}

@media (max-width: 767px) {
  .sp-fs24 {
    font-size: 24px !important;
  }
}

.fs25 {
  font-size: 25px;
}

@media (max-width: 767px) {
  .sp-fs25 {
    font-size: 25px !important;
  }
}

.fs26 {
  font-size: 26px;
}

@media (max-width: 767px) {
  .sp-fs26 {
    font-size: 26px !important;
  }
}

.fs27 {
  font-size: 27px;
}

@media (max-width: 767px) {
  .sp-fs27 {
    font-size: 27px !important;
  }
}

.fs28 {
  font-size: 28px;
}

@media (max-width: 767px) {
  .sp-fs28 {
    font-size: 28px !important;
  }
}

.fs29 {
  font-size: 29px;
}

@media (max-width: 767px) {
  .sp-fs29 {
    font-size: 29px !important;
  }
}

.fs30 {
  font-size: 30px;
}

@media (max-width: 767px) {
  .sp-fs30 {
    font-size: 30px !important;
  }
}

.fs31 {
  font-size: 31px;
}

@media (max-width: 767px) {
  .sp-fs31 {
    font-size: 31px !important;
  }
}

.fs32 {
  font-size: 32px;
}

@media (max-width: 767px) {
  .sp-fs32 {
    font-size: 32px !important;
  }
}

.fs33 {
  font-size: 33px;
}

@media (max-width: 767px) {
  .sp-fs33 {
    font-size: 33px !important;
  }
}

.fs34 {
  font-size: 34px;
}

@media (max-width: 767px) {
  .sp-fs34 {
    font-size: 34px !important;
  }
}

.fs35 {
  font-size: 35px;
}

@media (max-width: 767px) {
  .sp-fs35 {
    font-size: 35px !important;
  }
}

.fs36 {
  font-size: 36px;
}

@media (max-width: 767px) {
  .sp-fs36 {
    font-size: 36px !important;
  }
}

.fs37 {
  font-size: 37px;
}

@media (max-width: 767px) {
  .sp-fs37 {
    font-size: 37px !important;
  }
}

.fs38 {
  font-size: 38px;
}

@media (max-width: 767px) {
  .sp-fs38 {
    font-size: 38px !important;
  }
}

.fs39 {
  font-size: 39px;
}

@media (max-width: 767px) {
  .sp-fs39 {
    font-size: 39px !important;
  }
}

.fs40 {
  font-size: 40px;
}

@media (max-width: 767px) {
  .sp-fs40 {
    font-size: 40px !important;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.m-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt-1 {
  margin-top: 1em !important;
}

.mt-2 {
  margin: 1em !important;
}

.mt2 {
  margin: 2em !important;
}

.mt-3 {
  margin-top: 3em !important;
}

.mt-4 {
  margin-top: 4em !important;
}

.mt-5 {
  margin-top: 5em !important;
}

.mb-1 {
  margin-bottom: 1em !important;
}

.mb-2 {
  margin-bottom: 2em !important;
}

.mb-3 {
  margin-bottom: 3em !important;
}

.mb-4 {
  margin-bottom: 4em !important;
}

.mb-5 {
  margin-bottom: 5em !important;
}

.inverse h2,
.inverse h3,
.inverse h4,
.inverse p {
  color: #fff;
}

.inverse h2:after {
  background: #fff;
}

.inverse h2 small,
.inverse h2 span {
  color: #fff;
}

.image_right {
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .image_right {
    display: inline-block;
    float: right;
    margin-left: 1em;
  }
}

.dsp-home-only {
  display: none;
}

.dsp-under-only {
  display: block;
}

.home .dsp-home-only {
  display: block;
}

.home .dsp-under-only {
  display: none;
}

@media (max-width: 899px) {
  .targetOffset {
    scroll-margin-top: 80px;
  }
}

.icon-tel:before {
  content: '\f879';
  font-family: 'Font Awesome 5 Free';
  margin-right: 5px;
}

.fadeUp {
  visibility: hidden;
}

.strong {
  font-weight: bold;
  text-decoration: underline;
}

.txt_line {
  background: linear-gradient(transparent 50%, #f9e8c7 0%);
}

body.home h2 {
  margin-top: 0;
}

/* TOP投稿 */
.top_post {
  padding: clamp(40px, 25.437px + 3.883vw, 100px) 0 0;
}

.top_post h2 {
  margin: 0;
  padding: 0;
  text-align: left;
  color: #ffa600;
  line-height: 1.2;
}

.top_post h2:before {
  display: none;
}

.top_post h2 .sub {
  font-size: clamp(16px, 15.029px + 0.259vw, 20px);
  margin-left: 20px;
}

.top_post .btn {
  margin: 0;
  width: 130px;
}

.top_post .btn a {
  padding: 6px 1em;
}

.top_post .btn a:after {
  right: 15px;
}

.top_post .box_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 10px;
  border-bottom: solid 1px #ffa600;
  padding-bottom: 10px;
}

.top_post dl {
  margin-bottom: 0;
}

.top_post dl dt,
.top_post dl dd {
  padding-left: clamp(10px, 4.660px + 1.424vw, 32px);
}

.top_post dl dt {
  padding-top: 10px;
  color: #999999;
  font-weight: bold;
}

.top_post dl dd {
  margin: 0;
  padding-bottom: 10px;
  border-bottom: solid 1px #cccccc;
}

.top_post dl a {
  color: #333333;
}

.top_post .type_green h2 {
  color: #74c234;
}

.top_post .type_green .box_head {
  border-color: #74c234;
}

.top_post .type_green .btn a {
  background: #74c234;
  border-color: #74c234;
}

.top_post .type_green .btn a:hover {
  background: #fff;
  color: #74c234;
}

.top_post .type_green .btn a:hover:after {
  background: #74c234;
}

@media (min-width: 1225px) {
  .top_post .row {
    gap: 0 4%;
  }

  .top_post .row .col {
    width: 48%;
  }
}

@media (max-width: 767px) {
  .top_post .row .col:not(:last-child) {
    margin-bottom: 30px;
  }
}

/* 「歯を、そして身体を大切にしたい！」 */
.top_greeting {
  background: url(/wp-content/uploads/top_greeting_bg_sp.jpg) no-repeat center top/contain;
}

@media (max-width: 767px) {
  .top_greeting {
    padding-top: 130px;
  }
}

@media (min-width: 768px) {
  .top_greeting {
    background: url(/wp-content/uploads/top_greeting_bg.jpg) no-repeat center/cover;
  }

  .top_greeting .txt_wrap {
    text-align: center;
  }

  .top_greeting .row {
    background: rgba(255, 255, 255, 0.9);
    padding: clamp(40px, 25.437px + 3.883vw, 100px) 20px;
  }
}

/* 若林歯科について */
.top_info {
  padding-top: clamp(40px, 25.437px + 3.883vw, 100px);
}

.top_info .bnr_list .icon01 {
  padding-left: clamp(30px, 21.753px + 1.992vw, 60px);
}

.top_info .bnr_list .icon01:before {
  width: clamp(20px, 14.502px + 1.328vw, 40px);
  height: clamp(25px, 18.127px + 1.66vw, 50px);
  background: url(/wp-content/uploads/info_icon01.png) no-repeat center/cover;
}

.top_info .bnr_list .icon02 {
  padding-left: clamp(30px, 21.753px + 1.992vw, 60px);
}

.top_info .bnr_list .icon02:before {
  width: clamp(20px, 14.502px + 1.328vw, 40px);
  height: clamp(20px, 14.502px + 1.328vw, 40px);
  background: url(/wp-content/uploads/info_icon02.png) no-repeat center/cover;
}

.top_info .bnr_list .icon03 {
  padding-left: clamp(26px, 19.127px + 1.66vw, 51px);
}

.top_info .bnr_list .icon03:before {
  width: clamp(14px, 10.151px + 0.93vw, 28px);
  height: clamp(20px, 14.502px + 1.328vw, 40px);
  background: url(/wp-content/uploads/info_icon03.png) no-repeat center/cover;
}

.top_info .top_logo {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .top_info .top_logo {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .top_info .top_logo img {
    max-width: 80%;
  }
}

.top_info .table_info {
  width: 100%;
}

.top_info .table_info th,
.top_info .table_info td {
  border-bottom: solid 1px #ccc;
  padding: 15px 0;
  line-height: 1.55556;
  vertical-align: top;
}

.top_info .table_info th {
  width: 80px;
  text-align: left;
}

.top_info .table_info .btn {
  margin-top: 5px;
}

.top_info .table_info .btn a {
  padding: 8px 1em;
}

.top_info .table-schedule {
  font-size: clamp(14px, 13.029px + 0.259vw, 18px);
}

.top_info .loopslider_wrap {
  overflow: hidden;
  margin-top: clamp(20px, 9.004px + 2.656vw, 60px);
}

.top_info .loopslider_wrap .loopslider {
  -webkit-animation: loopslider 100s linear infinite;
  animation: loopslider 100s linear infinite;
  display: flex;
  width: calc(320px * 14);
  height: 100%;
}

@media (max-width: 1224px) {
  .top_info .loopslider_wrap .loopslider {
    width: calc(180px * 14);
  }
}

@-webkit-keyframes loopslider {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-320px * 7));
  }
}

@keyframes loopslider {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-320px * 7));
  }
}

@media (max-width: 767px) {
  @-webkit-keyframes loopslider {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(calc(-180px * 7));
    }
  }

  @keyframes loopslider {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(calc(-180px * 7));
    }
  }
}

.top_info .loopslider_wrap figure {
  padding: 0 clamp(5px, 3.625px + 0.332vw, 10px);
}

/* 診療カレンダー */
.top_calendar {
  background: #fff8f2;
  padding: clamp(40px, 23.506px + 3.984vw, 100px) 0;
}

.top_calendar h2 {
  padding: 8px 0;
  margin: 0 0 clamp(15px, 10.327px + 1.129vw, 32px);
  font-size: clamp(24px, 22.351px + 0.398vw, 30px);
  color: #74c234;
  border: solid 1px #74c234;
}

.top_calendar h2:before {
  content: none;
}

/* 最新診療情報 */
.top_sns {
  padding: clamp(25px, -11.667px + 4.774vw, 80px) 0;
  background: #edfde0;
}

.top_sns h2 {
  display: table;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
  background: #edfde0;
}

.top_sns .box {
  border: solid 5px #bde79b;
  padding: clamp(30px, 21.753px + 1.992vw, 60px) clamp(20px, 9.004px + 2.656vw, 60px) clamp(20px, 9.004px + 2.656vw, 60px);
  margin-top: -28px;
}

@media (max-width: 1224px) {
  .top_sns .box {
    margin-top: -20px;
  }
}

.sns_block {
  max-height: 400px;
  overflow: auto;
}

@media (max-width: 767px) {
  .sns_block {
    max-height: 350px;
  }
}

/* ママとこどものはいしゃさん */
.top_about {
  padding: 0 0 clamp(40px, 23.506px + 3.984vw, 100px);
  background: url(/wp-content/uploads/top_about_bg_top.png) no-repeat center top;
}

.top_about .ttl_wrap {
  position: relative;
  padding-top: clamp(40px, 29.004px + 2.656vw, 80px);
  margin-bottom: clamp(25px, 14.829px + 2.457vw, 62px);
}

.top_about .ttl_wrap:before,
.top_about .ttl_wrap:after {
  content: "";
  position: absolute;
  top: 0;
  height: clamp(41px, 29.729px + 2.722vw, 82px);
}

.top_about .ttl_wrap:before {
  background: url(/wp-content/uploads/top_ttl_icon01_left.png) no-repeat center/cover;
  width: clamp(100px, 72.510px + 6.64vw, 200px);
  left: 0;
}

.top_about .ttl_wrap:after {
  background: url(/wp-content/uploads/top_ttl_icon01_right.png) no-repeat center/cover;
  width: clamp(86px, 62.359px + 5.71vw, 172px);
  right: 0;
}

.top_about .ttl_dec {
  position: relative;
  display: table;
  margin: auto;
}

.top_about .ttl_dec:before,
.top_about .ttl_dec:after {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 0;
  margin: auto;
}

.top_about .ttl_dec:before {
  background: url(/wp-content/uploads/top_ttl_icon02_left.png) no-repeat center/cover;
  width: clamp(25px, 18.402px + 1.594vw, 49px);
  height: clamp(28px, 20.303px + 1.859vw, 56px);
  right: calc(100% + clamp(25px, 18.127px + 1.66vw, 50px));
}

.top_about .ttl_dec:after {
  background: url(/wp-content/uploads/top_ttl_icon02_right.png) no-repeat center/cover;
  width: clamp(28px, 20.303px + 1.859vw, 56px);
  height: clamp(35px, 25.378px + 2.324vw, 70px);
  left: calc(100% + clamp(25px, 18.127px + 1.66vw, 50px));
}

.top_about h2 {
  display: table;
  margin-top: 0;
  padding-top: clamp(40px, 34.502px + 1.328vw, 60px);
}

.top_about h2:before {
  background: url(/wp-content/uploads/top_tti_icon02.png) no-repeat center/cover;
  width: clamp(45px, 39.227px + 1.394vw, 66px);
  height: clamp(33px, 28.876px + 0.996vw, 48px);
}

.top_about h2 .large {
  font-size: clamp(30px, 20.104px + 2.39vw, 66px);
}

@media (max-width: 767px) {
  .top_about .check_block {
    margin-bottom: 30px;
  }
}

.top_about .check_block .wrap {
  background: #fff;
  border: solid 4px #ffd88f;
  padding: 90px 20px clamp(20px, 9.004px + 2.656vw, 60px);
}

.top_about .check_block h3 {
  padding: 0;
  border: 0;
  margin: -150px auto 30px;
  font-size: clamp(18px, 11.447px + 1.748vw, 45px);
  text-align: center;
  color: #ffa600;
  display: table;
  background: #fff;
}

@media (max-width: 767px) {
  .top_about .check_block h3 {
    margin: -110px auto 10px;
  }
}

.top_about .check_block h3:before {
  display: none;
}

.top_about .check_block h3 small {
  font-size: clamp(14px, 10.117px + 1.036vw, 30px);
  display: block;
}

.top_about .check_list {
  display: table;
  margin: auto;
  padding: 0;
  list-style: none;
}

.top_about .check_list li {
  font-weight: bold;
  font-size: clamp(19px, 18.272px + 0.194vw, 22px);
  position: relative;
  padding: 5px 0 5px 46px;
}

.top_about .check_list li:before {
  content: "";
  width: 30px;
  height: 26px;
  position: absolute;
  top: .3em;
  left: 0;
  background: url(/wp-content/uploads/top_check_icon.png) no-repeat center/cover;
}

.top_about .txt {
  margin-bottom: clamp(20px, 10.291px + 2.589vw, 60px);
}

@media (max-width: 767px) {
  .top_about .btn {
    text-align: center;
  }
}

.top_about .c-bnr {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.top_about .secondary_block {
  margin-bottom: clamp(40px, 35.146px + 1.294vw, 60px);
}

.top_about .secondary_block h3 {
  font-size: clamp(26px, 22.602px + 0.906vw, 40px);
  border: 0;
  padding: 0 0 0 clamp(50px, 41.262px + 2.33vw, 86px);
  margin: 0 auto clamp(10px, 6.359px + 0.971vw, 25px);
}

.top_about .secondary_block h3:before {
  display: none;
}

.top_about .secondary_block h3:after {
  content: "";
  background: url(/wp-content/uploads/top_tti_icon02.png) no-repeat center/cover;
  width: clamp(40px, 33.689px + 1.683vw, 66px);
  height: clamp(29px, 24.388px + 1.23vw, 48px);
  position: absolute;
  top: .2em;
  left: 0;
}

.top_about .secondary_block h4 {
  padding: 0 0 10px clamp(20px, 16.976px + 0.73vw, 31px);
  position: relative;
  border-bottom: solid 2px #bde79b;
  margin-top: 0;
  margin-bottom: clamp(15px, 12.251px + 0.664vw, 25px);
  font-size: clamp(24px, 22.351px + 0.398vw, 30px);
  color: #333333;
  display: block;
}

@media (min-width: 768px) and (max-width: 1224px) {
  .top_about .secondary_block h4 {
    font-size: 24px;
  }
}

.top_about .secondary_block h4:before {
  content: "";
  border: solid clamp(3px, 2.725px + 0.066vw, 4px) #bde79b;
  border-radius: 50%;
  width: clamp(15px, 13.625px + 0.332vw, 20px);
  height: clamp(15px, 13.625px + 0.332vw, 20px);
  position: absolute;
  top: .35em;
  left: 0;
}

.top_about .secondary_block figure {
  margin-bottom: clamp(10px, 7.573px + 0.647vw, 20px);
}

.top_about .secondary_block .txt_wrap {
  margin-bottom: clamp(10px, 7.573px + 0.647vw, 20px);
}

.top_about .secondary_block .txt_wrap p {
  line-height: 2;
}

@media (min-width: 768px) {
  .top_about .secondary_block .txt_wrap p {
    letter-spacing: 0.0833em;
  }
}

@media (max-width: 767px) {
  .top_about .secondary_block .col:not(:last-child) {
    margin-bottom: 30px;
  }
}

/* あなたのを「こうなりたい」カタチにします */
.top_hope {
  padding: clamp(40px, 23.506px + 3.984vw, 100px) 0;
  background: #ffebd9;
}

@media (max-width: 767px) {
  .top_hope h2 {
    padding-top: 30px;
  }
}

.top_hope h2 .large {
  font-size: clamp(30px, 24.502px + 1.328vw, 50px);
}

.top_hope .bnr_block {
  row-gap: clamp(25px, 20.876px + 0.996vw, 40px);
  display: flex;
  flex-wrap: wrap;
}

.top_hope .bnr_block .link {
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .3s;
}

.top_hope .bnr_block .link:after {
  content: "";
  background: url(/wp-content/uploads/arrow_icon.png) no-repeat center/cover;
  width: clamp(35px, 31.976px + 0.73vw, 46px);
  height: clamp(35px, 31.976px + 0.73vw, 46px);
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - clamp(20px, 18.625px + 0.332vw, 25px));
  margin: auto;
}

.top_hope .bnr_block .link:hover {
  background: rgba(255, 166, 0, 0.3);
  transition: .3s;
}

.top_hope .bnr_block .col {
  position: relative;
  background: #fff;
  padding: 30px clamp(5px, 0.876px + 0.996vw, 20px) clamp(30px, 24.502px + 1.328vw, 50px);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.top_hope .bnr_block figure figcaption {
  text-align: center;
  font-size: clamp(16px, 13.801px + 0.531vw, 24px);
  font-weight: bold;
  line-height: 1.25;
  margin-top: clamp(10px, 7.251px + 0.664vw, 20px);
  letter-spacing: 0.0833em;
}

@media (max-width: 767px) {
  .top_hope .bnr_block {
    -moz-column-gap: 2%;
    column-gap: 2%;
  }

  .top_hope .bnr_block .col {
    width: 49%;
    margin: 0;
  }

  .top_hope .bnr_block figure img {
    max-width: 30%;
  }
}

/*  */
.top_common_block {
  position: relative;
  padding: clamp(40px, 23.506px + 3.984vw, 100px) 0;
}

.top_common_block:before {
  content: "";
  width: 40vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff8f2;
  z-index: -1;
}

.top_common_block.reverse:before {
  left: auto;
  right: 0;
  background: #f5fcf0;
}

.top_common_block h2 {
  margin-top: 0;
}

.top_common_block h3 {
  margin-bottom: clamp(15px, 9.502px + 1.328vw, 35px);
  font-size: clamp(23px, 21.076px + 0.465vw, 30px);
}

.top_common_block h4 {
  margin: 0 0 10px;
  padding: 0;
  border: 0;
  line-height: 1.3;
  font-size: clamp(24px, 21.251px + 0.664vw, 34px);
}

.top_common_block h4 small {
  font-size: clamp(18px, 16.351px + 0.398vw, 24px);
}

@media (min-width: 768px) {
  .top_common_block h4 {
    letter-spacing: 0.0833em;
  }
}

@media (max-width: 1224px) {
  .top_common_block .content_wrap {
    margin: 0 20px;
  }

  .top_common_block .btn {
    text-align: center;
  }

  .top_common_block .img_box {
    margin-bottom: 15px;
  }
}

@media (min-width: 1225px) {
  .top_common_block.reverse .content_wrap {
    flex-direction: row-reverse;
  }

  .top_common_block .content_wrap {
    display: flex;
    gap: 0 2%;
  }

  .top_common_block .content_wrap .img_box {
    width: 47.5%;
  }

  .top_common_block .content_wrap .txt_box {
    width: 50.1%;
    max-width: 585px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .top_common_block .content_wrap .txt_box p:not(.btn) {
    line-height: 2;
  }
}

@media (min-width: 768px) and (max-width: 1224px) {
  .top_common_block figure {
    height: 500px;
  }

  .top_common_block figure img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    height: 100%;
  }
}

.top_common_block .btn a {
  max-width: none;
  min-width: 320px;
  padding-left: clamp(15px, 5.291px + 2.589vw, 55px);
  padding-right: clamp(15px, 5.291px + 2.589vw, 55px);
  width: auto;
  display: inline-block;
}

/* 「各分野の専門家」が集まることで初めて「できる」ことがある */
.top_feild {
  padding: clamp(40px, 25.437px + 3.883vw, 100px) 0;
}

.top_feild h2 {
  margin-top: 0;
}

.top_feild .primary_block {
  position: relative;
  padding-bottom: clamp(30px, 22.718px + 1.942vw, 60px);
  margin-bottom: clamp(25px, 16.505px + 2.265vw, 60px);
}

.top_feild .primary_block:before {
  content: "";
  width: 100%;
  height: calc(100% - clamp(20px, 15.146px + 1.294vw, 40px));
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffebd9;
  z-index: -1;
}

.top_feild .primary_block h3 {
  padding: 0;
  border: 0;
  text-align: center;
  font-size: clamp(24px, 15.262px + 2.33vw, 60px);
  color: #ffa600;
}

.top_feild .primary_block h3:before {
  display: none;
}

.top_feild .secondary_block h3 {
  margin: 0 0 clamp(15px, 11.359px + 0.971vw, 30px);
  color: #74c234;
}

.top_feild .secondary_block h4 {
  border-bottom: 0;
  font-size: clamp(22px, 20.058px + 0.518vw, 30px);
  line-height: 1.66667;
  color: #000000;
  margin: 0;
}

@media (min-width: 768px) and (max-width: 1224px) {
  .top_feild .secondary_block h3 {
    font-size: 21px;
  }

  .top_feild .secondary_block h4 {
    font-size: 19px;
  }
}

.top_feild .secondary_block .txt_wrap {
  margin-bottom: clamp(10px, 7.573px + 0.647vw, 20px);
}

.top_feild .secondary_block .txt_wrap p {
  line-height: 2;
}

@media (min-width: 1225px) {
  .top_feild .secondary_block .txt_wrap p {
    letter-spacing: 0.0833em;
  }
}

.top_feild .secondary_block figure {
  margin-bottom: clamp(15px, 11.845px + 0.841vw, 28px);
}

@media (max-width: 767px) {
  .top_feild .secondary_block .btn {
    text-align: center;
  }

  .top_feild .secondary_block .btn a {
    max-width: 100%;
  }

  .top_feild .secondary_block .row:not(:last-child) {
    margin-bottom: 40px;
  }

  .top_feild .secondary_block .row .col:not(.img_box):not(:last-child) {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .top_feild .secondary_block .txt_box {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .top_feild .secondary_block .btn a {
    max-width: 380px;
  }
}

/*  */
.top_other {
  background-size: auto auto;
  background-color: #f6fef0;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, #edfde0 4px, #edfde0 9px);
  padding: clamp(40px, 25.437px + 3.883vw, 100px) 0;
}

.top_other h2 {
  margin-top: 0;
}

.top_other h3 {
  text-align: center;
  border-bottom: solid 1px #ffa600;
  color: #ffa600;
  margin-top: 0;
  padding: 0;
}

.top_other h3:before {
  display: none;
}

.top_other figure {
  margin-bottom: clamp(15px, 12.330px + 0.712vw, 26px);
}

.top_other .txt_wrap p {
  line-height: 1.55556;
}

.top_other .btn {
  text-align: center;
}

.top_other .btn a {
  max-width: 430px;
}

@media (min-width: 1225px) {
  .top_other .primary_block {
    gap: 0 6.5%;
  }

  .top_other .primary_block .col {
    width: 29%;
  }

  .top_other .primary_block .col:nth-child(n+4) {
    margin-top: 40px;
  }

  .top_other .txt_wrap p {
    letter-spacing: 0.07em;
  }
}

/* フッターやTOPコンテンツ内にある緑のボタン風バナー */
.bnr_list {
  padding: 0;
  list-style: none;
}

.bnr_list li {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.bnr_list li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: clamp(20px, 18.900px + 0.266vw, 24px);
  background: #74c234;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.4;
  text-align: center;
  min-height: clamp(60px, 49.004px + 2.656vw, 100px);
  position: relative;
}

.bnr_list li a:after {
  content: "";
  width: clamp(12px, 9.801px + 0.531vw, 20px);
  height: clamp(12px, 9.801px + 0.531vw, 20px);
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background: #5d9b2a;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: .3s;
}

.bnr_list li a .icon {
  position: relative;
}

.bnr_list li a .icon:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.bnr_list li a:hover {
  background: #5c9a29;
}

.bnr_list li a:hover:after {
  background: #45731f;
  transition: .3s;
}

@media (max-width: 767px) {
  .bnr_list li:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .bnr_list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 2%;
  }

  .bnr_list li {
    width: 32%;
  }
}

@media (min-width: 768px) and (max-width: 1224px) {
  .bnr_list li a {
    font-size: 18px;
  }
}

.anchor_list {
  background: #fff8f2;
  padding: 27px clamp(15px, 7.961px + 1.877vw, 44px);
  list-style: none;
}

.anchor_list li a {
  padding: clamp(6px, 5.029px + 0.259vw, 10px) 0 clamp(6px, 5.029px + 0.259vw, 10px) clamp(40px, 34.660px + 1.424vw, 62px);
  position: relative;
  text-decoration: none;
  color: #333333;
  font-weight: bold;
  display: block;
}

.anchor_list li a:before {
  content: "";
  width: clamp(30px, 27.087px + 0.777vw, 42px);
  height: clamp(30px, 27.087px + 0.777vw, 42px);
  background: url(/wp-content/uploads/arrow_icon.png) no-repeat center/cover;
  position: absolute;
  top: .2em;
  left: 0;
}

.anchor_list li a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .anchor_list li:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .anchor_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 2%;
  }

  .anchor_list li {
    width: 49%;
  }
}

@media (min-width: 768px) {
  .anchor_list.anchor_col_3 li {
    width: 32%;
  }
}

.box_bg:not(:last-child),
.box_border:not(:last-child),
.box_border02:not(:last-child),
.clearfix:not(:last-child) {
  margin-bottom: clamp(20px, 15.146px + 1.294vw, 40px);
}

.box_bg {
  padding: clamp(20px, 15.146px + 1.294vw, 40px) clamp(20px, 10.291px + 2.589vw, 60px);
  background: #f5fcf0;
}

.box_border {
  padding: clamp(20px, 15.146px + 1.294vw, 40px) clamp(20px, 10.291px + 2.589vw, 60px);
  border: solid 5px #e8f7de;
  background: #fff;
}

.box_border02 {
  padding: 1.5em;
  background: #f8f5f5;
  border: solid 1px #333333;
}

.section_bg {
  background: rgba(255, 235, 197, 0.2);
  padding: clamp(40px, 25.437px + 3.883vw, 100px) 0;
}

.section_bg:last-child {
  margin-bottom: 0;
}

.section_bg .box_bg {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.ul_circle {
  padding: 0;
  list-style: none;
}

.ul_circle li {
  padding-left: 1em;
  position: relative;
}

.ul_circle li:before {
  content: "";
  width: 7px;
  height: 7px;
  background: #ffa600;
  border-radius: 50%;
  position: absolute;
  top: .5em;
  left: 0;
}

.under_main {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .under_main {
    height: clamp(350px, 283.333px + 8.681vw, 450px);
  }

  .under_main img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.under_img_block {
  max-width: 950px;
  margin: auto;
}

.under_img_block img {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.under_img_block02 {
  max-width: 660px;
  margin: auto;
}

.under_img_block02 img {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.img_shadow {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .sp_col_2 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 2%;
  }

  .sp_col_2 .col {
    width: 49%;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .sp_col_3 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 2%;
  }

  .sp_col_3 .col {
    width: 32%;
    margin: 0;
  }
}

.btn_list {
  list-style: none;
  padding: 0;
  margin-top: 0 !important;
}

.btn_list li a {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 100%;
}

.btn_list li a:after {
  right: 15px !important;
}

@media (min-width: 768px) {
  .btn_list {
    display: flex;
    justify-content: center;
    gap: 10px 20px;
  }

  .btn_list li a {
    min-width: 280px;
  }
}

@media (max-width: 767px) {
  .btn_list li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.bg_orange {
  background: rgba(255, 166, 0, 0.9) !important;
  color: #fff !important;
}

.clearfix {
  overflow: hidden;
}

.alignleft+p,
.alignright+p {
  margin-top: 0 !important;
}

@media (max-width: 767px) {
  .alignright {
    margin-bottom: 1em;
  }
}

@media (min-width: 768px) {
  .alignright {
    float: right;
    max-width: 48%;
    margin-left: 2%;
    margin-bottom: 2%;
  }

  .alignright.small_img {
    max-width: 30%;
  }
}

@media (max-width: 767px) {
  .alignleft {
    margin-bottom: 1em;
  }
}

@media (min-width: 768px) {
  .alignleft {
    float: left;
    max-width: 48%;
    margin-right: 2%;
    margin-bottom: 2%;
  }

  .alignleft.small_img {
    max-width: 30%;
  }
}

.list_img {
  list-style: none;
  padding: 0;
}

.list_img li {
  margin: 5px;
}

@media (min-width: 768px) {
  .list_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 2%;
  }
}

@media (max-width: 767px) {
  .list_img {
    text-align: center;
  }

  .list_img li:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1224px) {
  .list_img.equipment_custom {
    flex-wrap: nowrap;
  }
}

.list_img_w600 {
  list-style: none;
  padding: 0;
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.list_img_w600 li img {
  text-align: center;
  box-shadow: 0 0 8px rgba(51, 51, 51, 0.2);
  padding: 10px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .list_img_w600 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2%;
  }

  .list_img_w600 li {
    width: 32%;
  }
}

@media (max-width: 767px) {
  .list_img_w600 li:not(:last-child) {
    margin-bottom: 15px;
  }
}

.bef_afr {
  list-style: none;
  padding: 0;
}

@media (min-width: 768px) {
  .bef_afr {
    display: flex;
    justify-content: center;
    gap: 0 50px;
  }

  .bef_afr li:not(:last-child) {
    position: relative;
  }

  .bef_afr li:not(:last-child):after {
    content: "";
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background: #ccc;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100% + 17px);
    margin: auto;
  }
}

@media (max-width: 767px) {
  .bef_afr {
    text-align: center;
  }

  .bef_afr li:not(:last-child) {
    margin-bottom: 50px;
    position: relative;
  }

  .bef_afr li:not(:last-child):after {
    content: "";
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background: #ccc;
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
    right: 0;
    margin: auto;
  }
}

.ber_aft02 .row:not(:last-child) {
  margin-bottom: 60px;
  position: relative;
}

.ber_aft02 .row:not(:last-child):after {
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #ccc;
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  right: 0;
  margin: auto;
}

.flow_block h3 {
  margin-top: 0;
}

.flow_block .row {
  border: solid 4px #ffa600;
  padding: 1.5em;
  background: #fff;
}

.flow_block .row:not(:last-child) {
  margin-bottom: 60px;
  position: relative;
}

.flow_block .row:not(:last-child):after {
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #ffa600;
  width: 40px;
  height: 20px;
  position: absolute;
  top: calc(100% + 25px);
  left: 0;
  right: 0;
  margin: auto;
}

.ul_check {
  padding: 0;
  list-style: none;
}

.ul_check:not(:last-child) {
  margin-bottom: 10px;
}

.ul_check li {
  padding-left: 30px;
  position: relative;
}

.ul_check li:before {
  content: "";
  width: 20px;
  height: 17px;
  position: absolute;
  top: .25em;
  left: 0;
  background: url(/wp-content/uploads/top_check_icon.png) no-repeat center/cover;
}

.page_top_catch .container {
  font-size: clamp(20px, 18.900px + 0.266vw, 24px);
  font-weight: bold;
  padding: 0 20px;
  background: #f5fcf0;
  border: solid 3px #74c234;
  padding: clamp(20px, -6.667px + 3.472vw, 60px);
  position: relative;
  z-index: 0;
}

.page_top_catch .container:before {
  content: "";
  border: solid 1px #74c234;
  width: calc(100% - clamp(11px, 3.667px + 0.955vw, 22px));
  height: calc(100% - clamp(11px, 3.667px + 0.955vw, 22px));
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

@media (max-width: 1224px) {
  .page_top_catch .container {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 768px) {
  .page_top_catch {
    text-align: center;
  }
}

.page_top_catch .ul_check {
  display: table;
  margin: auto;
}

.page_top_catch .ul_check li:before {
  width: 28px;
  height: 24px;
}

@media (max-width: 767px) {
  .container {
    padding: 0 10px;
  }
}



.root_data_item {
  background: #efffe3;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 8%;
  text-align: center
}

.root_data_item:before {
  content: '';
  display: block;
  position: absolute;
  width: 55px;
  height: 55px;
  top: 0;
  bottom: auto;
  right: auto;
  left: 0;
  margin: auto;
  background: linear-gradient(-45deg, transparent 0%, transparent 50%, #74c235 50%, #74c235 100%);
  color: #fff;
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  padding-left: 0.2em;
}

.root_data_item:nth-child(1):before {
  content: '1';
}

.root_data_item:nth-child(2):before {
  content: '2';
}

.root_data_item:nth-child(3):before {
  content: '3';
}

.root_data_item:nth-child(4):before {
  content: '4';
}

.root_data_item:nth-child(1),
.root_data_item:nth-child(3) {
  background: #e3f7d4;
}

.root_data_item .ttl {
  flex: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-bottom: solid 1px #cccccc;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.5;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

.root_data_item .ttl .sm {
  font-size: clamp(14px, 1.25vw, 16px);
  color: #74c235;
}

.root_data_item .num {
  font-size: 52px;
  color: #74c235;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}

.root_data_item .num .per {
  font-size: 22px;
}

@media (min-width: 768px) {
  .root_data {
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: stretch;
  }

  .root_data_item {
    width: 25%;
    padding: 2% 3%;
  }

  .root_data_item:nth-child(1),
  .root_data_item:nth-child(4) {
    background: #e3f7d4;
  }
}

.root-table thead th {
  background: #ffcc99;
  font-weight: bold;
}

.root-table tbody th {
  background: #fff8f2;
  vertical-align: top;
  text-align: left;
}

.root-table .color {
  color: #ffa600;

}
.under_invisalign .before_box {
  margin-bottom: clamp(55px, 39.880px + 3.652vw, 110px);
  position: relative;
}
.under_invisalign .before_box:before {
  content: "";
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  background: url(/wp-content/uploads/plan_arrow.png) no-repeat center/cover;
  width: 300px;
  height: 50px;
  position: absolute;
}
@media (min-width: 768px) {
  .under_invisalign .before_box:before {
    height: 111px;
    width: 638px;
  }
}
.under_invisalign .before_box .before_img {
  max-width: 580px;
  width: 100%;
  margin: auto;
}
.under_invisalign figure {
  margin-top: 0 !important;
}
.under_invisalign .bef_aft_ttl {
  text-align: center;
  color: #67bf13;
  margin-bottom: 0;
  background: #eeeeee;
  border: solid 1px #67bf13;
  font-size: clamp(20px, 19.450px + 0.133vw, 22px);
  font-weight: bold;
  padding: 5px 5px;
  max-width: 580px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.under_invisalign .plan_ttl {
  background: #75c234;
  color: #fff;
  text-align: center;
  display: block;
}
@media (max-width: 767px) {
  .under_invisalign .plan_table tbody th {
    width: 50% !important;
  }
}
.under_invisalign .before_after_ttl {
  display: table;
  border: solid 1px #75c234;
  color: #75c234;
  padding: 3px 20px;
}
.under_invisalign .before_after {
  position: relative;
}
.under_invisalign .before_after:not(:last-child) {
  margin-bottom: 75px;
}
.under_invisalign .before_after:not(:last-child):before {
  content: "";
  position: relative;
  width: clamp(200px, 172.510px + 6.64vw, 300px);
  height: clamp(30px, 24.502px + 1.328vw, 50px);
  background-color: #75c234;
  position: absolute;
  top: calc(100% + clamp(10px, 4.502px + 1.328vw, 30px));
  left: 0;
  right: 0;
  margin: auto;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media (max-width: 767px) {
  .under_invisalign .plan_box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 2%;
  }
  .under_invisalign .plan_box .col {
    width: 49%;
    font-size: 17px;
  }
  .under_invisalign .before_after .row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 2%;
  }
  .under_invisalign .before_after .row .col {
    width: 49%;
  }
}

.p-flow .row {
  border: solid 5px #e8f7de;
  padding: clamp(20px, 15.146px + 1.294vw, 40px) clamp(20px, 10.291px + 2.589vw, 60px);
}

.p-flow .row:not(:last-child) {
  position: relative;
  margin-bottom: 40px!important;
}
.p-flow .row:not(:last-child):before {
  content: "";
  width: 40px;
  height: 15px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  right: 0;
  margin: auto;
  background-color: #ffa600;
}
.p-flow .row h4 {
  margin-top: 0;
  color: #333333!important;
  border-bottom: 0!important;
}
.p-flow .row h4:last-child {
  margin-bottom: 0!important;
}
.grecaptcha-badge { visibility: hidden; }