@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.img_bd {
  border: solid 1px #E8E8E8;
}

.c_red {
  color: #FF3425;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 47.7px;
  width: 33.8px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  position: absolute;
  height: 47.7px;
  width: 33.8px;
  opacity: 1;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.slick-prev {
  left: -20px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -20px;
}
.slick-prev:before {
  content: "";
  background: url(../images/arrow_left.svg) center center/contain no-repeat;
}
[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -20px;
}
[dir=rtl] .slick-next {
  left: -20px;
  right: auto;
}
.slick-next:before {
  content: "";
  background: url(../images/arrow_right.svg) center center/contain no-repeat;
}
[dir=rtl] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dotted.slick-slider {
  /*  margin-bottom: 30px; */
}

.slick-dots {
  display: block !important;
  position: absolute;
  left: -6%;
  bottom: 5%;
  padding: 0;
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .slick-dots {
    left: -10%;
    bottom: 0;
  }
}
.slick-dots li {
  position: relative;
  height: 24px;
  width: 24px;
  margin-bottom: 18px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .slick-dots li {
    height: 16px;
    width: 16px;
    margin-bottom: 15px;
  }
}
.slick-dots li button {
  border: 0;
  background: transparent;
  height: 22px;
  width: 22px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .slick-dots li button {
    height: 14.6666666667px;
    width: 14.6666666667px;
  }
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  right: 0;
  height: 22px;
  width: 22px;
  content: "";
  background: #e6e6e6;
  text-align: center;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .slick-dots li button:before {
    height: 14.6666666667px;
    width: 14.6666666667px;
  }
}
.slick-dots li.slick-active button:before {
  height: 24px;
  width: 23px;
  background: #fff url(../images/icon_logomaru.svg) center center/contain no-repeat;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .slick-dots li.slick-active button:before {
    height: 16px;
    width: 15.3333333333px;
  }
}

/* 300はhead内に記載 */
@font-face {
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/ZenMaruGothic-Bold.woff2") format("woff2"), url("../fonts/ZenMaruGothic-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Zen Maru Gothic tate";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/ZenMaruGothic-Bold_tate.woff2") format("woff2"), url("../fonts/ZenMaruGothic-Bold_tate.woff") format("woff");
  font-display: swap;
}
html {
  width: 100%;
}

body {
  font: 400 16px/1.8 "Noto Sans JP", sans-serif;
  color: #231815;
  text-align: left;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

a {
  text-decoration: none;
  color: #231815;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

.opacity {
  transition: 0.3s;
}
.opacity:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
}

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

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: inherit;
  }
}

::-moz-selection {
  background-color: rgba(141, 194, 31, 0.5);
  color: #e9f7e9;
}

::selection {
  background-color: rgba(141, 194, 31, 0.5);
  color: #e9f7e9;
}

html.sp-fixed {
  height: 100%;
  overflow: hidden;
}

#container_wrap {
  position: relative;
  overflow: hidden;
  min-width: 1100px;
}
@media screen and (max-width: 767px) {
  #container_wrap {
    min-width: 1px;
  }
}

.innerA {
  max-width: 1210px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.innerA::after {
  content: "";
  display: block;
  clear: both;
}

.innerB {
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.innerB::after {
  content: "";
  display: block;
  clear: both;
}

.innerC {
  max-width: 930px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.innerC::after {
  content: "";
  display: block;
  clear: both;
}

#main {
  float: right;
  width: 70%;
}
@media screen and (max-width: 767px) {
  #main {
    float: none;
    width: 100%;
    /* margin-bottom: 23%; */
  }
}

#sub {
  float: left;
  width: 20%;
}
@media screen and (max-width: 767px) {
  #sub {
    float: none;
    width: 100%;
  }
}

.section_wrapA {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .section_wrapA {
    padding: 18% 0;
  }
}

.section_wrapB {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .section_wrapB {
    padding: 0;
  }
}

.section_wrapC {
  padding: 140px 0;
}
@media screen and (max-width: 767px) {
  .section_wrapC {
    padding: 20% 0;
  }
}

.section_wrapD {
  padding: 140px 0 0;
}
@media screen and (max-width: 767px) {
  .section_wrapD {
    padding: 20% 0 0;
  }
}

.section_wrapE {
  padding: 0 0 100px;
}
@media screen and (max-width: 767px) {
  .section_wrapE {
    padding: 0 0 18%;
  }
}

.article img {
  max-height: 600px;
  height: auto;
  width: auto;
  margin: 10px auto;
}

/*
16:opening
------------------------------------------------------------
*/
.opening {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  background: #e9f7e9;
}
.opening .opening_load {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .opening .opening_load {
    width: 120px;
  }
}
.opening .maruA {
  width: 50px;
  height: 50px;
  background: #2da24a;
  border-radius: 50%;
  -webkit-animation: byu2tate 1.5s 0s linear infinite;
          animation: byu2tate 1.5s 0s linear infinite;
}
@media screen and (max-width: 767px) {
  .opening .maruA {
    width: 30px;
    height: 30px;
  }
}
.opening .maruB {
  width: 50px;
  height: 50px;
  background: #8dc21f;
  border-radius: 50%;
  -webkit-animation: byu2tate 1.5s 0.25s linear infinite;
          animation: byu2tate 1.5s 0.25s linear infinite;
}
@media screen and (max-width: 767px) {
  .opening .maruB {
    width: 30px;
    height: 30px;
  }
}
.opening .load_logo {
  width: 50px;
  height: 53px;
  background: url(../images/icon_logomaru.svg) center center/contain no-repeat;
  -webkit-animation: byu2tate 1.5s 0.5s linear infinite;
          animation: byu2tate 1.5s 0.5s linear infinite;
}
@media screen and (max-width: 767px) {
  .opening .load_logo {
    width: 30px;
    height: 33px;
  }
}
.opening .load_logo img {
  width: 50px !important;
}
@media screen and (max-width: 767px) {
  .opening .load_logo img {
    width: 30px !important;
  }
}
/* @keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}
 */
@-webkit-keyframes byu2tate {
  0% {
    transform: translateY(0%);
  }
  25% {
    transform: translateY(-10%);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes byu2tate {
  0% {
    transform: translateY(0%);
  }
  25% {
    transform: translateY(-10%);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(0);
  }
}
.loader-wrap {
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  bottom: 0;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background: #fff;
}

header {
  width: 100%;
  transition: 0.3s;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  header {
    position: relative;
    background: #fff;
    height: 60px;
  }
}

header.fixed .header_ttl {
  width: 193.3333333333px;
  height: 148.6666666667px;
  padding-top: 30px;
}
header.fixed .header_ttl img.logo {
  max-width: 100px;
}
header.fixed .header_low_ttl {
  padding-top: 10px;
}
header.fixed #header_left {
  height: 80px;
}
header.fixed .h_menubox {
  width: 80px;
  height: 80px;
}
header.fixed .h_jikan .jikan {
  transform: scale(0.85);
}

#header_left {
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #header_left {
    width: auto;
    height: auto;
  }
}

#header_right {
  /* 	width                : calc(100% - 340px); */
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  /* 	padding-right    : 120px;
  height               : 120px; */
}
@media screen and (max-width: 767px) {
  #header_right {
    width: auto;
  }
}

.header_box {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  transition: 0.3s;
  background: #fff;
}

.header_ttl {
  width: 290px;
  height: 223px;
  background: #fff;
  text-align: center;
  padding-top: 40px;
  position: absolute;
  transition: 0.3s;
}
@media screen and (max-width: 1280px) {
  .header_ttl {
    width: 249.2307692308px;
    height: 192.3076923077px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .header_ttl {
    width: 162px;
    height: 125px;
    padding-top: 20px;
  }
}
.header_ttl a {
  display: block;
}
.header_ttl a:hover {
  opacity: 0.5;
}
.header_ttl img.logo {
  max-width: 185px;
  transition: 0.3s;
}
@media screen and (max-width: 1280px) {
  .header_ttl img.logo {
    max-width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .header_ttl img.logo {
    max-width: 110px;
  }
}

.header_low_ttl {
  width: 250px;
  padding: 25px 0 0 2vw;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .header_low_ttl {
    padding: 15px 0 0 10px;
    width: 125px;
  }
}
.header_low_ttl a {
  display: inline-block;
}
.header_low_ttl a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .header_low_ttl img.logo {
    width: 125px;
  }
}

.h_sns {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-right: 35px;
}
@media screen and (max-width: 1200px) {
  .h_sns {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .h_sns {
    display: none;
  }
}
.h_sns li {
  width: 35px;
}
.h_sns li:not(:last-child) {
  margin: 0 5px 0 0;
}
.h_sns li a {
  display: block;
}
.h_sns li a:hover {
  opacity: 0.6;
}
.h_sns li img {
  width: 35px;
}

.h_jikan {
  margin-right: 30px;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .h_jikan {
    margin-right: 15px;
  }
}
@media screen and (max-width: 1030px) {
  .h_jikan {
    display: none;
  }
}
.h_jikan .jikan {
  padding-top: 19px;
  padding-left: 2px;
  width: 72px;
  height: 72px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  font-size: 0.8rem;
  text-align: center;
  transition: 0.3s;
}
.h_jikan .jikan:first-child {
  margin-right: 1rem;
  background: url(../images/icon_leaf_dgrn.svg) center center/contain no-repeat;
}
.h_jikan .jikan:last-child {
  background: url(../images/icon_leaf_lgrn.svg) center center/contain no-repeat;
}

.h_eigyo {
  font-size: 0.83rem;
  margin-right: 35px;
}
@media screen and (max-width: 1200px) {
  .h_eigyo {
    margin-right: 20px;
    font-size: 0.78rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1030px) {
  .h_eigyo {
    display: none;
  }
}
.h_eigyo dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.h_eigyo dl dt {
  width: 75px;
}

.h_menubox {
  /* 	top       : 0;
  right     : 0;
  position  : fixed; */
  position: relative;
  width: 120px;
  height: 120px;
  z-index: 999;
  background: #2da24a;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .h_menubox {
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
  }
}

.menu-trigger {
  transition: all 0.3s;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 56px;
  text-align: center;
  cursor: pointer;
  /* 	background   : #fff; */
}
@media screen and (max-width: 767px) {
  .menu-trigger {
    width: 32px;
    height: 37.3333333333px;
  }
}
.menu-trigger::after {
  content: "";
  position: absolute;
  width: 46.5px;
  height: 8.5px;
  background: url(../images/hum_menu.svg) center center/contain no-repeat;
  bottom: 0;
  right: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .menu-trigger::after {
    width: 35.7692307692px;
    height: 6.5384615385px;
  }
}
.menu-trigger span {
  display: inline-block;
  transition: all 0.3s;
  box-sizing: border-box;
  position: absolute;
  z-index: 10;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 50px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .menu-trigger span {
    height: 1px;
  }
}
.menu-trigger span:nth-of-type(1) {
  top: 0%;
}
.menu-trigger span:nth-of-type(2) {
  top: 25%;
}
@media screen and (max-width: 767px) {
  .menu-trigger span:nth-of-type(2) {
    bottom: 10%;
  }
}
.menu-trigger span:nth-of-type(3) {
  width: 55%;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .menu-trigger span:nth-of-type(3) {
    bottom: calc(30% - 2px);
  }
}
.menu-trigger.active::after {
  content: "とじる";
  background: none;
  color: #fff;
  letter-spacing: 3px;
  font-size: 0.75rem;
  bottom: 8.5px;
}
@media screen and (max-width: 767px) {
  .menu-trigger.active::after {
    font-size: 10px;
    letter-spacing: 1px;
    bottom: 7px;
  }
}
.menu-trigger.active span:nth-of-type(1) {
  transform: rotate(210deg);
  top: 20%;
}
.menu-trigger.active span:nth-of-type(2) {
  display: none;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: rotate(-210deg);
  top: 20%;
  width: 100%;
}
#overlay {
  height: 100%;
  width: 100%;
  text-align: center;
  position: fixed;
  z-index: 999;
  top: 0;
  opacity: 0;
  right: 0;
  box-sizing: border-box;
  overflow-y: scroll;
  overflow-x: hidden;
  transition: 0.5s;
  visibility: hidden;
  text-align: center;
  background: #2da24a;
  padding: 13vh 5vw 2vh;
}
@media screen and (max-width: 767px) {
  #overlay {
    padding: 8vh 15px 5vh;
  }
}
#overlay.active {
  transition: 0.3s;
  height: 100%;
  width: 100%;
  opacity: 1;
  visibility: visible;
}
#overlay.active::after {
  -webkit-animation: over_fade 0.5s 0.3s ease forwards;
          animation: over_fade 0.5s 0.3s ease forwards;
}

.over_box {
  max-width: 800px;
  margin: 0 auto;
  opacity: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .over_box {
    display: block;
  }
}
.over_box.active {
  -webkit-animation: over_fade 0.5s 0.2s ease forwards;
          animation: over_fade 0.5s 0.2s ease forwards;
}

@-webkit-keyframes over_fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes over_fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .o_nav {
    margin-bottom: 60px;
    margin-left: 10px;
  }
}
.o_nav li {
  letter-spacing: 0.2rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 40px;
  line-height: 1;
  font-size: 1.8rem;
  position: relative;
  padding-left: 25px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}
.o_nav li:first-child {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .o_nav li:first-child {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .o_nav li {
    padding-left: 20px;
    font-size: 1.35rem;
    margin-bottom: 1.8rem;
  }
}
.o_nav li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 3px;
  background: #fff;
  left: 0;
  top: 15px;
}
@media screen and (max-width: 767px) {
  .o_nav li::before {
    top: 12px;
    width: 10px;
  }
}
.o_nav li .en {
  font-size: 0.75rem;
  display: block;
  font-weight: 300;
  margin-top: 0.7rem;
  letter-spacing: 0.1rem;
}
.o_nav li a {
  display: block;
  color: #fff;
}
.o_nav li a:hover {
  opacity: 0.6;
}

.o_contactbox {
  max-width: 380px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .o_contactbox {
    width: 100%;
    margin: auto;
  }
}
.o_contactbox .inbox {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px #fff solid;
}
@media screen and (max-width: 767px) {
  .o_contactbox .inbox {
    margin-bottom: 1.7rem;
    padding-bottom: 1.7rem;
  }
}
.o_contactbox .inbox:last-child {
  border-bottom: 0;
}
.o_contactbox .big_title {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .o_contactbox .big_title {
    font-size: 1.35rem;
  }
}
.o_contactbox .txt {
  font-size: 0.93rem;
}
@media screen and (max-width: 767px) {
  .o_contactbox .txt {
    font-size: 0.87rem;
  }
}
.o_contactbox .kotira_txt {
  font-size: 0.93rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .o_contactbox .kotira_txt {
    font-size: 3.5vw;
  }
}
.o_contactbox .form_btn {
  background: #fff;
  color: #2da24a;
  text-align: center;
  max-width: 296px;
  width: 100%;
  margin: 0 auto 2rem;
  display: block;
  line-height: 68px;
  height: 68px;
  border-radius: 50px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .o_contactbox .form_btn {
    width: 90%;
  }
}
.o_contactbox .form_btn:hover {
  opacity: 0.7;
}
.o_contactbox .form_btn.tel {
  margin: auto;
  font-size: 1.5rem;
}
.o_contactbox .form_btn img {
  margin-top: 22px;
  margin-right: 5px;
  width: 28px;
}

.o_sns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .o_sns {
    margin-bottom: 25px;
  }
}
.o_sns li {
  width: 40px;
}
@media screen and (max-width: 767px) {
  .o_sns li {
    width: 45px;
  }
}
.o_sns li:not(:last-child) {
  margin: 0 7px 0 0;
}
.o_sns li a {
  display: block;
}
.o_sns li a:hover {
  opacity: 0.6;
}
.o_sns li img {
  width: 40px;
}
@media screen and (max-width: 767px) {
  .o_sns li img {
    width: 45px;
  }
}

.o_flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .o_flex {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
}

.o_jikan {
  margin-right: 15px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .o_jikan {
    margin: 0 auto 25px;
    align-items: center;
    justify-content: center;
  }
}
.o_jikan .jikan {
  padding-top: 20px;
  padding-left: 2px;
  width: 72px;
  height: 72px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #2da24a;
  line-height: 1.4;
  font-size: 0.8rem;
  text-align: center;
  background: url(../images/icon_leaf_white.svg) center center/contain no-repeat;
}
.o_jikan .jikan:first-child {
  margin-right: 10px;
}

.o_eigyo {
  font-weight: 300;
  font-size: 0.87rem;
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .o_eigyo {
    font-size: 3vw;
    line-height: 2.2;
  }
}
.o_eigyo dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.o_eigyo dl dt {
  width: 75px;
}
footer {
  position: relative;
}
footer .f_bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0.2;
  z-index: -1;
}
footer .f_bg img {
  width: 100%;
}

#footer {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 80px 15px 60px;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 80px 15px 55px;
  }
}

.footer_box {
  max-width: 1120px;
  margin: 0 auto 40px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 50px;
  border-top: 1px #2da24a solid;
}
@media screen and (max-width: 767px) {
  .footer_box {
    margin: 0 auto 60px;
  }
}

.footer_left {
  width: 33%;
  margin-right: 4%;
}
@media screen and (max-width: 767px) {
  .footer_left {
    width: 100%;
    margin: 0 auto 50px;
  }
}
.footer_left .name {
  font-size: 1.25rem;
  margin-bottom: 25px;
  line-height: 1;
}
.footer_left .address {
  font-size: 0.93rem;
  line-height: 2;
  margin-bottom: 15px;
}
.footer_left .f_eigyou {
  font-size: 0.81rem;
  text-align: left;
  margin-bottom: 45px;
}
.footer_left .f_eigyou dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer_left .f_eigyou dl dt {
  width: 75px;
}

.f_sns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .f_sns {
    justify-content: center;
  }
}
.f_sns li {
  width: 35px;
}
.f_sns li:not(:last-child) {
  margin: 0 10px 0 0;
}
.f_sns li a {
  display: block;
}
.f_sns li a:hover {
  opacity: 0.6;
}
.f_sns li img {
  width: 35px;
}

.footer_center {
  width: 14%;
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  .footer_center {
    width: 100%;
    margin: 0 auto 40px;
  }
}

.footer_right {
  width: 44%;
}
@media screen and (max-width: 767px) {
  .footer_right {
    width: 100%;
  }
}
.footer_right .map {
  position: relative;
}
.footer_right .map::after {
  content: "";
  display: block;
  padding: 77.7% 0 0 0;
}
.footer_right .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .f_nav {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.f_nav li {
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
  line-height: 1;
  font-size: 1rem;
  position: relative;
  padding-left: 15px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}
.f_nav li:first-child {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .f_nav li:first-child {
    width: 100%;
    text-align: center;
    position: inherit;
    padding: 0 1rem 0 0;
  }
  .f_nav li:first-child::before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .f_nav li {
    width: 45%;
    margin-bottom: 20px;
  }
}
.f_nav li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 3px;
  background: #231815;
  left: 0;
  top: 7px;
}
@media screen and (max-width: 767px) {
  .f_nav li::before {
    top: 8px;
  }
}
.f_nav li .en {
  font-size: 0.68rem;
  display: block;
  font-weight: 700;
  margin-top: 10px;
  letter-spacing: 0.1rem;
}
.f_nav li a {
  display: block;
}
.f_nav li a:hover {
  opacity: 0.6;
}

.f_logo {
  max-width: 225px;
  width: 100%;
  margin: 0 auto 40px;
  display: block;
}
@media screen and (max-width: 767px) {
  .f_logo {
    width: 45%;
  }
}
.f_logo:hover {
  opacity: 0.7;
}

.copy {
  font-size: 0.94em;
  text-align: center;
}

aside {
  margin-bottom: 70px;
}

.ttl_side {
  margin-bottom: 30px;
  font-size: 1.21rem;
  color: #2da24a;
  border-bottom: 1px #2da24a solid;
  padding-bottom: 0.7rem;
}

.list_side_category li a {
  display: inline-block;
  position: relative;
  padding: 0 0 0 25px;
  line-height: 1.5;
  font-size: 0.93rem;
}
.list_side_category li a::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 6px;
  background: url(../images/icon_yajirushi.svg) center center/contain no-repeat;
  left: 0;
  top: 10px;
}
.list_side_category li a:hover {
  opacity: 0.7;
}
.list_side_category li:not(:last-child) {
  margin: 0 0 25px;
}

.main_img {
  width: 100%;
  position: relative;
  margin: 120px auto 0px;
  padding: 0 0 0 9%;
}
@media screen and (max-width: 767px) {
  .main_img {
    padding: 0 0 0 13%;
    margin: 0px auto 0px;
  }
}
.main_img .main_txt {
  max-width: 230px;
  right: 10%;
  bottom: 6%;
  position: absolute;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  justify-content: end;
}
.main_img .main_txt.ttl-animation {
  /* 	.txt::before {
  	animation: fade_main 1s 1.5s ease forwards;
  } */
  /* .txt.two::before {
  	animation: fade_main 1s 1.75s ease forwards;
  } */
}
.main_img .main_txt.ttl-animation .txt {
  -webkit-animation: fade_mainA 2s 1s ease forwards;
          animation: fade_mainA 2s 1s ease forwards;
}
.main_img .main_txt.ttl-animation .txt.two {
  -webkit-animation: fade_mainA 2s 1.5s ease forwards;
          animation: fade_mainA 2s 1.5s ease forwards;
}
.main_img .main_txt .txt {
  z-index: 1;
  font-size: 1.8rem;
  writing-mode: vertical-lr;
  line-height: 1;
  padding: 35px 30px 32px 30px;
  letter-spacing: 0.2rem;
  background: #fff;
  margin-left: 15px;
  position: relative;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 500;
  opacity: 0;
  border-radius: 5px 50px 5px 50px;
  transform: translateY(50%);
  /* &::before {
  			content   : "";
  			position  : absolute;
  			width     : 100%;
  			height    : 100%;
  			background: #fff;
  			bottom    : 0;
  			left      : 0;
  		}
  */
}
@media screen and (max-width: 767px) {
  .main_img .main_txt .txt {
    font-size: 1.3rem;
    padding: 30px 25px 23px 25px;
    border-radius: 5px 45px 5px 45px;
  }
}
.main_img .main_txt .txt .bold {
  font-weight: 700;
  display: inline-block;
}
.main_img .main_txt .txt.two {
  padding: 35px 30px 5px 30px;
}
@media screen and (max-width: 767px) {
  .main_img .main_txt .txt.two {
    padding: 30px 25px 5px 25px;
  }
}
@media screen and (max-width: 767px) {
  .main_img .main_txt {
    /* width    : 40%;
    max-width: 230px; */
    right: 4%;
    bottom: 6%;
  }
}

@-webkit-keyframes fade_main {
  0% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}

@keyframes fade_main {
  0% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
@-webkit-keyframes fade_mainA {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes fade_mainA {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@-webkit-keyframes fade_mainB {
  0% {
    border-radius: 0;
  }
  100% {
    border-radius: 5px 55px 5px 55px;
  }
}
@keyframes fade_mainB {
  0% {
    border-radius: 0;
  }
  100% {
    border-radius: 5px 55px 5px 55px;
  }
}
@media screen and (max-width: 767px) {
  @-webkit-keyframes fade_mainB {
    0% {
      border-radius: 0;
    }
    100% {
      border-radius: 5px 35px 5px 35px;
    }
  }
  @keyframes fade_mainB {
    0% {
      border-radius: 0;
    }
    100% {
      border-radius: 5px 35px 5px 35px;
    }
  }
}
.main_slider img {
  width: 100%;
}
.main_slider img.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .main_slider img.pc {
    display: none;
  }
}
.main_slider img.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .main_slider img.sp {
    display: block;
  }
}

.top_tel_box .kotira_txt {
  color: #2da24a;
  font-size: 1.12rem;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_tel_box .kotira_txt {
    font-size: 3.7vw;
  }
}
.top_tel_box .form_btn {
  background: #2da24a;
  color: #fff;
  text-align: center;
  max-width: 335px;
  width: 100%;
  margin: 0 auto 2rem;
  display: block;
  line-height: 77px;
  height: 77px;
  border-radius: 50px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top_tel_box .form_btn {
    width: 90%;
  }
}
.top_tel_box .form_btn:hover {
  opacity: 0.7;
}
.top_tel_box .form_btn.tel {
  margin: auto;
  font-size: 1.5rem;
}
.top_tel_box .form_btn img {
  margin-top: 26px;
  margin-right: 6px;
  width: 22px;
}

.top_news_box {
  border: 10px #e9f7e9 solid;
  border-radius: 10px;
  padding: 40px 50px;
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .top_news_box {
    border: 7px #e9f7e9 solid;
    padding: 50px 10px;
  }
}
.top_news_box .title {
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 25px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .top_news_box .title {
    margin-bottom: 40px;
  }
}
.top_news_box .title .en {
  margin-bottom: 10px;
  font-size: 0.93rem;
  font-weight: 300;
  display: block;
  color: #8dc21f;
}

.top_about_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  position: relative;
}
.top_about_box .right_box {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .top_about_box .right_box {
    width: 90%;
    margin: auto;
  }
}
.top_about_box .left_box {
  width: 55%;
  padding: 0 0 0 5%;
}
@media screen and (max-width: 767px) {
  .top_about_box .left_box {
    width: 90%;
    padding: 0;
    margin: 0 auto 50px;
  }
}
.top_about_box .ttl_main {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .top_about_box .ttl_main {
    text-align: center;
  }
}
.top_about_box .ttl_main::after {
  right: inherit;
}
@media screen and (max-width: 767px) {
  .top_about_box .ttl_main::after {
    right: 0;
  }
}
.top_about_box .text {
  line-height: 2.2;
  margin-bottom: 40px;
}
.top_about_box .more {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .top_about_box .more {
    margin: auto;
  }
}

.bg_top {
  width: 94% !important;
  margin: 0 auto 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bg_top {
    margin: 30px auto 50px;
  }
}

.top_therapy_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.top_therapy_box .right_box {
  width: 50%;
  padding: 0 0 0 5%;
}
@media screen and (max-width: 767px) {
  .top_therapy_box .right_box {
    width: 100%;
    padding: 0;
  }
}
.top_therapy_box .left_box {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .top_therapy_box .left_box {
    width: 90%;
    padding: 0;
    margin: 0 auto 50px;
  }
}
.top_therapy_box .left_box img {
  border-radius: 5px 124px 5px 124px;
}
.top_therapy_box .ttl_main {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .top_therapy_box .ttl_main {
    text-align: center;
  }
}
.top_therapy_box .ttl_main::after {
  right: inherit;
}
@media screen and (max-width: 767px) {
  .top_therapy_box .ttl_main::after {
    right: 0;
  }
}
.top_therapy_box .text {
  line-height: 2.2;
  margin-bottom: 40px;
}
.top_therapy_box .more {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .top_therapy_box .more {
    margin: auto;
  }
}

.section_staff {
  position: relative;
  padding: 100px 0 110px;
}
.section_staff .list_staff {
  position: relative;
  z-index: 1;
}
.section_staff .list_staff2 {
  position: relative;
  z-index: 1;
}
.section_staff .bg_staff {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  margin: auto;
  z-index: 0;
}
.section_staff .bg_staff img {
  width: 100%;
}
.section_staff .more {
  position: absolute;
  bottom: -30px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}

.section_contact {
  background: url(../images/bg_top_contact.jpg) center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .section_contact {
    background: url(../images/bg_top_contact_sp.jpg) center center/cover no-repeat;
  }
}
.section_contact .bg_box {
  padding: 140px 0 130px;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(107, 176, 124, 0.5);
  /* 	&.img-animation {
  	transition: .3s;
  	animation : opacity_100 1s .5s ease forwards;
  } */
}
.section_contact .ttl_simple {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .section_contact .ttl_simple {
    padding-bottom: 45px;
    position: relative;
    margin-bottom: 35px;
  }
  .section_contact .ttl_simple::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 1px;
    background: #fff;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
}
.section_contact .ttl_simple .en {
  color: #fff;
}
.section_contact .txt {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section_contact .txt {
    text-align: left;
  }
}

/* 
@keyframes opacity_100 {


	100% {
		background: rgba(46, 79, 53, .6);
	}
} */
/* ブログだけ白背景 */
.section_contact_blog {
  background: url(../images/bg_top_contact.jpg) center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .section_contact_blog {
    background: url(../images/bg_top_contact_sp.jpg) center center/cover no-repeat;
  }
}
.section_contact_blog .bg_box {
  padding: 140px 0 130px;
  width: 100%;
  height: 100%;
  color: #231815;
  background: rgba(255, 255, 255, 0.8);
  /* 	&.img-animation {
  	transition: .3s;
  	animation : opacity_100 1s .5s ease forwards;
  } */
}
.section_contact_blog .ttl_simple {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .section_contact_blog .ttl_simple {
    padding-bottom: 45px;
    position: relative;
    margin-bottom: 35px;
  }
  .section_contact_blog .ttl_simple::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 1px;
    background: #231815;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
}
.section_contact_blog .ttl_simple .en {
  color: #2da24a;
}
.section_contact_blog .form_btn {
  background: #2da24a !important;
  color: #fff !important;
}
.section_contact_blog .txt {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section_contact_blog .txt {
    text-align: left;
  }
}

.contact_list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 640px;
  margin: auto;
}
.contact_list li {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .contact_list li {
    width: 100%;
  }
}
.contact_list li:not(:last-child) {
  margin: 0 4% 0 0;
}
@media screen and (max-width: 767px) {
  .contact_list li:not(:last-child) {
    margin: 0 auto 40px;
  }
}
.contact_list .kotira_txt {
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: 0.2rem;
  text-align: center;
}
.contact_list .form_btn {
  background: #fff;
  color: #2da24a;
  text-align: center;
  max-width: 296px;
  width: 100%;
  margin: auto;
  display: block;
  line-height: 68px;
  height: 68px;
  border-radius: 50px;
  font-weight: 700;
}
.contact_list .form_btn:hover {
  opacity: 0.7;
}
.contact_list .form_btn.tel {
  margin: auto;
  font-size: 1.5rem;
}
.contact_list .form_btn img {
  margin-top: 22px;
  margin-right: 5px;
  width: 28px;
}

.section_article .date_box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1rem;
  letter-spacing: 0;
}
.section_article .date_box dt {
  width: 90px;
}
.section_article .date_box dd {
  width: calc(100% - 90px);
}
.section_article .kugiri {
  display: inline;
  position: relative;
  padding: 0 0 0 0.5rem;
}
.section_article .kugiri:first-child {
  padding: 0;
}
.section_article .kugiri:first-child::before {
  content: none;
}
.section_article .kugiri::before {
  content: ",";
  position: absolute;
  top: 0;
  left: 0;
}
.section_article .article_ttl {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 25px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .section_article .article_ttl {
    font-size: 1.2rem;
  }
}
.section_article .article_contents {
  font-size: 0.93rem;
  padding-bottom: 3rem;
  line-height: 1.8;
}
.section_article img {
  margin: 3% 0;
  display: block;
  max-height: 500px;
  width: auto;
}

.map {
  position: relative;
}
.map::after {
  content: "";
  display: block;
  padding: 43% 0 0 0;
}
@media screen and (max-width: 767px) {
  .map::after {
    padding: 70% 0 0 0;
  }
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.low_main_img {
  width: 100%;
  position: relative;
  margin: 120px auto 0;
  padding: 0 0 0 10%;
}
@media screen and (max-width: 767px) {
  .low_main_img {
    margin: auto;
    padding: 0 0 0 10%;
  }
}
.low_main_img .bg_pc {
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .low_main_img .bg_pc {
    display: none;
  }
}
.low_main_img .bg_sp {
  display: none;
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .low_main_img .bg_sp {
    display: block;
  }
}
.low_main_img .low_main_ttl {
  left: 5%;
  bottom: 0%;
  max-width: 485px;
  width: 100%;
  min-height: 155px;
  background: #fff;
  position: absolute;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 0 70px 0 0;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}
.low_main_img .low_main_ttl.bg_green {
  background: #e9f7e9;
}
@media screen and (max-width: 767px) {
  .low_main_img .low_main_ttl {
    border-radius: 0 50px 0 0;
    min-height: 80px;
    width: 60%;
    font-size: 1.3rem;
  }
}
.low_main_img .low_main_ttl .txt_box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  opacity: 0;
}
.low_main_img .low_main_ttl h1 {
  font-weight: 700;
}
.low_main_img .low_main_ttl .en {
  margin-bottom: 1rem;
  font-size: 1.14rem;
  color: #2da24a;
  display: block;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .low_main_img .low_main_ttl .en {
    font-size: 0.87rem;
    margin-bottom: 0.5rem;
  }
}
.low_main_img .low_main_ttl.ttl-animation {
  /* 	animation: fade_low 2s ease forwards; */
}
.low_main_img .low_main_ttl.ttl-animation .txt_box {
  -webkit-animation: fade_low2 0.75s 0.25s ease forwards;
          animation: fade_low2 0.75s 0.25s ease forwards;
}

@-webkit-keyframes fade_low {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes fade_low {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes fade_low2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_low2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.about_copy {
  font-size: 1.62rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about_copy {
    font-size: 6.5vw;
    line-height: 2.5;
    margin: 0 auto 50px;
  }
}
.about_copy::before, .about_copy::after {
  content: "";
  position: absolute;
}
.about_copy::before {
  width: 157px;
  height: 173px;
  background: url(../images/about_motA.svg) center center/contain no-repeat;
  top: -20px;
  left: 10px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .about_copy::before {
    width: 104.6666666667px;
    height: 115.3333333333px;
    top: 143px;
    left: -15px;
  }
}
.about_copy::after {
  width: 201px;
  height: 158px;
  background: url(../images/about_motB.svg) center center/contain no-repeat;
  top: 20px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .about_copy::after {
    width: 134px;
    height: 105.3333333333px;
    top: 150px;
    right: -15px;
  }
}
.about_copy .txt {
  margin-bottom: 45px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .about_copy .txt {
    margin-bottom: 30px;
  }
}
.about_copy .txt span {
  display: inline-block;
  position: relative;
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .about_copy .txt span {
    padding-top: 0px;
  }
}
.about_copy .txt span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 1;
}
.about_copy .txt .green1 {
  color: #00ab95;
}
.about_copy .txt .green1::before {
  content: "●";
  color: #00ab95;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .about_copy .txt .green1::before {
    font-size: 10px;
  }
}
.about_copy .txt .green2 {
  color: #8dc21f;
}
.about_copy .txt .green2::before {
  content: "●";
  color: #8dc21f;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .about_copy .txt .green2::before {
    font-size: 10px;
  }
}
.about_copy .txt .green3 {
  color: #2da24a;
}
.about_copy .txt .green3::before {
  background: url(../images/icon_logomaru.svg) center center/contain no-repeat;
  width: 15px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .about_copy .txt .green3::before {
    width: 12.5px;
    height: 13.3333333333px;
  }
}
.about_copy .kuti {
  width: 100px;
  margin: auto;
  position: relative;
}
.about_copy .kuti::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  right: 0;
  z-index: 1;
  top: 0;
}
.about_copy.ttl-ani::before, .about_copy.ttl-ani::after {
  -webkit-animation: byuabout3 1s 2.2s ease-in-out forwards;
          animation: byuabout3 1s 2.2s ease-in-out forwards;
}
.about_copy.ttl-ani .green1 {
  opacity: 0;
  -webkit-animation: byuabout 1s 0.5s ease forwards;
          animation: byuabout 1s 0.5s ease forwards;
}
.about_copy.ttl-ani .green2 {
  opacity: 0;
  -webkit-animation: byuabout 1s 0.75s ease forwards;
          animation: byuabout 1s 0.75s ease forwards;
}
.about_copy.ttl-ani .green3 {
  opacity: 0;
  -webkit-animation: byuabout 1s 1s ease forwards;
          animation: byuabout 1s 1s ease forwards;
}
.about_copy .kuti::after {
  width: 100%;
  -webkit-animation: byuabout2 1s 1.8s ease-in forwards;
          animation: byuabout2 1s 1.8s ease-in forwards;
}

@-webkit-keyframes byuabout {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

@keyframes byuabout {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@-webkit-keyframes byuabout2 {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes byuabout2 {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@-webkit-keyframes byuabout3 {
  0% {
    transform: scale(-0.5, -0.5);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes byuabout3 {
  0% {
    transform: scale(-0.5, -0.5);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.about_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .about_flex {
    margin-bottom: 18%;
  }
}
.about_flex.change {
  margin-bottom: 0;
  flex-direction: row-reverse;
}
.about_flex .left_box {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .about_flex .left_box {
    width: 100%;
    margin-bottom: 25px;
  }
}
.about_flex .left_box img {
  border-radius: 5px 124px 5px 124px;
}
.about_flex .right_box {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .about_flex .right_box {
    width: 100%;
  }
}
.about_flex .right_box .ttl {
  font-size: 1.62rem;
  font-weight: 700;
  color: #2da24a;
  line-height: 1;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .about_flex .right_box .ttl {
    font-size: 5vw;
    margin-bottom: 20px;
  }
}
.about_flex .right_box .ttl .num {
  width: 41px;
  height: 41px;
  background: #2da24a;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 41px;
  border-radius: 50%;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .about_flex .right_box .ttl .num {
    line-height: 30px;
    width: 30px;
    height: 30px;
    font-size: 1rem;
    margin-right: 5px;
  }
}
.about_flex .right_box .txt {
  line-height: 2.3;
}
@media screen and (max-width: 767px) {
  .about_flex .right_box .txt {
    line-height: 2;
    font-size: 0.87rem;
  }
}

.voice_box {
  border: 2px #8dc21f solid;
  border-radius: 5px;
  padding: 40px 50px;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .voice_box {
    padding: 25px 20px;
    margin-bottom: 30px;
  }
}
.voice_box .name {
  color: #8dc21f;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1.1rem;
}
@media screen and (max-width: 767px) {
  .voice_box .name {
    font-size: 1.25rem;
  }
}
.voice_box .hoshi {
  color: #fbb03b;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1rem;
}
.voice_box .text {
  font-size: 0.93rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .voice_box .text {
    font-size: 0.87rem;
  }
}

.flow_box {
  position: relative;
}
.flow_box .therapy_deco1 {
  position: absolute;
  width: 128px;
  height: 328px;
  top: 4%;
  right: -150px;
}
.flow_box .therapy_deco2 {
  position: absolute;
  width: 128px;
  height: 318px;
  top: 19%;
  left: -150px;
}
.flow_box .therapy_deco3 {
  position: absolute;
  width: 128px;
  height: 398px;
  bottom: 6%;
  right: -150px;
}

.staff_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 75px;
}
.staff_box .left_box {
  /* width: 40%; */
  width: 450px;
  position: relative;
}
.staff_box .left_box::after {
  content: "";
  display: block;
  padding: 100% 0 0 0;
}
@media screen and (max-width: 767px) {
  .staff_box .left_box {
    width: 80%;
    margin: 0 auto 3rem;
  }
}
.staff_box .left_box img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  left: 0;
}
.staff_box .right_box {
  /* 	padding   : 10% 0 0 5%; */
  padding: 0 0 0 5%;
  /* width  : 60%; */
  width: calc(100% - 450px);
  max-width: 450px;
}
@media screen and (max-width: 767px) {
  .staff_box .right_box {
    width: 96%;
    padding: 0;
    margin: auto;
  }
}
.staff_box .right_box .name_box {
  border-top: 1px #2da24a solid;
  border-bottom: 1px #2da24a solid;
  padding: 1.5rem 0;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .staff_box .right_box .name_box {
    padding: 1.2rem 0;
    margin-bottom: 1.2rem;
  }
}
.staff_box .right_box .name_box .en {
  color: #2da24a;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .staff_box .right_box .name_box .en {
    font-size: 0.87rem;
  }
}
.staff_box .right_box .name_box .jp {
  font-weight: 700;
  font-size: 2.12rem;
}
@media screen and (max-width: 767px) {
  .staff_box .right_box .name_box .jp {
    font-size: 1.7rem;
  }
}

.staff_message .title {
  padding-top: 50px;
  font-size: 1.62rem;
  position: relative;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .staff_message .title {
    font-size: 1.5rem;
    padding-top: 30px;
  }
}
.staff_message .title::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 3px;
  background: #2da24a;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .staff_message .title::before {
    width: 40px;
  }
}
.staff_message .inbox {
  max-width: 500px;
  margin: auto;
  text-align: left;
}

.basic_txt_center {
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .basic_txt_center.left_t {
    text-align: left;
  }
}
.basic_txt_center.mb {
  margin-bottom: 20px;
}

.list_blog {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .list_blog {
    width: 90%;
    margin: 0 auto 15%;
  }
}
.list_blog.bg_change a {
  background: #f5f5f5;
}
.list_blog article {
  margin: 0 3.5% 0 0;
  width: 31%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .list_blog article {
    width: 100%;
    margin: 0 10px;
  }
}
.list_blog article:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list_blog article:last-child {
    margin: 0;
  }
}
.list_blog article a {
  display: block;
  padding: 30px;
}
.list_blog article a:hover .list_blog_img img {
  transition: 0.3s;
  transform: scale(1.1, 1.1);
}
.list_blog_img {
  overflow: hidden;
  margin: 0 0 20px;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .list_blog_img {
    margin: 0 0 15px;
  }
}
.list_blog_img::before {
  content: "";
  display: block;
  padding: 68.4% 0 0;
}
.list_blog_img img {
  transition: 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.list_blog dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 0.75rem;
}
.list_blog dl dt {
  width: 75px;
}
.list_blog dl dd {
  width: calc(100% - 75px);
}
.list_blog .kugiri {
  display: inline;
  position: relative;
  padding: 0 0 0 0.5rem;
}
.list_blog .kugiri:first-child {
  padding: 0;
}
.list_blog .kugiri:first-child::before {
  content: none;
}
.list_blog .kugiri::before {
  content: ",";
  position: absolute;
  top: 0;
  left: 0;
}
.list_blog_cat {
  margin-bottom: 10px;
}
.list_blog_ttl {
  font-size: 1.12rem;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .list_blog_ttl {
    font-size: 1srem;
  }
}
.list_blog_txt {
  font-size: 0.87rem;
}

.list_blog_low {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .list_blog_low {
    width: 90%;
    margin: 0 auto 15%;
  }
}
.list_blog_low article {
  margin: 0 3.5% 45px 0;
  width: 31%;
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .list_blog_low article {
    width: 100%;
    margin: 0 auto 10%;
  }
}
.list_blog_low article:nth-child(3n) {
  margin: 0 0 45px 0;
}
@media screen and (max-width: 767px) {
  .list_blog_low article:nth-child(3n) {
    margin: 0 auto 10%;
  }
}
.list_blog_low article a {
  display: block;
  padding: 20px;
}
.list_blog_low article a:hover .list_blog_img img {
  transition: 0.3s;
  transform: scale(1.1, 1.1);
}
.list_blog_low_img {
  overflow: hidden;
  margin: 0 0 20px;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .list_blog_low_img {
    margin: 0 0 15px;
  }
}
.list_blog_low_img::before {
  content: "";
  display: block;
  padding: 68.4% 0 0;
}
.list_blog_low_img img {
  transition: 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.list_blog_low dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 0.87rem;
  line-height: 1.5;
}
.list_blog_low dl dt {
  width: 75px;
}
.list_blog_low dl dd {
  width: calc(100% - 75px);
}
.list_blog_low_cat {
  margin-bottom: 10px;
}
.list_blog_low .kugiri {
  display: inline;
  position: relative;
  padding: 0 0 0 0.5rem;
}
.list_blog_low .kugiri:first-child {
  padding: 0;
}
.list_blog_low .kugiri:first-child::before {
  content: none;
}
.list_blog_low .kugiri::before {
  content: ",";
  position: absolute;
  top: 0;
  left: 0;
}
.list_blog_low_ttl {
  font-size: 1.07rem;
  line-height: 1.4;
  margin-bottom: 8px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .list_blog_low_ttl {
    font-size: 1rem;
  }
}
.list_blog_low_txt {
  line-height: 1.5;
  font-size: 0.87rem;
}

.list_blog_kanren {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .list_blog_kanren {
    width: 90%;
    margin: 0 auto 15%;
  }
}
.list_blog_kanren article {
  margin: 0 3.5% 45px 0;
  width: 31%;
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .list_blog_kanren article {
    width: 100%;
    margin: 0 auto 10%;
  }
}
.list_blog_kanren article:nth-child(3n) {
  margin: 0 0 45px 0;
}
@media screen and (max-width: 767px) {
  .list_blog_kanren article:nth-child(3n) {
    margin: 0 auto 10%;
  }
}
.list_blog_kanren article a {
  display: block;
  padding: 15px;
}
.list_blog_kanren article a:hover .list_blog_img img {
  transition: 0.3s;
  transform: scale(1.1, 1.1);
}
.list_blog_kanren_img {
  overflow: hidden;
  margin: 0 0 20px;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .list_blog_kanren_img {
    margin: 0 0 15px;
  }
}
.list_blog_kanren_img::before {
  content: "";
  display: block;
  padding: 68.4% 0 0;
}
.list_blog_kanren_img img {
  transition: 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.list_blog_kanren dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 0.73rem;
  line-height: 1.5;
}
.list_blog_kanren dl dt {
  width: 75px;
}
.list_blog_kanren dl dd {
  width: calc(100% - 75px);
}
.list_blog_kanren_cat {
  margin-bottom: 10px;
}
.list_blog_kanren .kugiri {
  display: inline;
  position: relative;
  padding: 0 0 0 0.5rem;
}
.list_blog_kanren .kugiri:first-child {
  padding: 0;
}
.list_blog_kanren .kugiri:first-child::before {
  content: none;
}
.list_blog_kanren .kugiri::before {
  content: ",";
  position: absolute;
  top: 0;
  left: 0;
}
.list_blog_kanren_ttl {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 8px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .list_blog_kanren_ttl {
    font-size: 1rem;
  }
}
.list_blog_kanren_txt {
  line-height: 1.5;
  font-size: 0.73rem;
}

.list_news {
  border-top: 1px #e9f7e9 solid;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .list_news {
    margin-bottom: 40px;
  }
}
.list_news article {
  border-bottom: 1px #e9f7e9 solid;
  width: 100%;
}
.list_news article a {
  padding: 1.2rem 0;
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .list_news article a {
    font-size: 0.87rem;
    padding: 1rem 0;
  }
}
.list_news article a:hover {
  color: #2da24a;
}
.list_news_date {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .list_news_date {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.list_news_ttl {
  width: calc(100% - 120px);
}
@media screen and (max-width: 767px) {
  .list_news_ttl {
    line-height: 1.6;
    width: 100%;
  }
}

.list_staff {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.list_staff li {
  width: 47%;
  margin: 0 6% 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_staff li {
    margin: 0 auto 70px;
    width: 100%;
  }
}
.list_staff li:last-child {
  margin: 0;
}
.list_staff li .img_box {
  width: 100%;
  position: relative;
  overflow: hidden;
  /* 	border       : 15px $greenColor2 solid; */
  border-radius: 50%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .list_staff li .img_box {
    margin: 0 auto 20px;
    width: 80%;
    /* 	border: 10px $greenColor2 solid; */
  }
}
.list_staff li .img_box::after {
  content: "";
  display: block;
  padding: 100% 0 0;
}
.list_staff li .img_box img {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  left: 0;
}
.list_staff li .disc {
  margin-bottom: 10px;
}
.list_staff li .name {
  line-height: 1;
  font-size: 2.12rem;
  font-weight: 700;
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 767px) {
  .list_staff li .name {
    font-size: 1.7rem;
  }
}
.list_staff li a {
  max-width: 215px;
  height: 60px;
  line-height: 56px;
  display: block;
  width: 100%;
  border: 2px #8dc21f solid;
  border-radius: 50px;
  color: #8dc21f;
  background: #fff;
  margin: auto;
}
.list_staff li a:hover {
  background: #8dc21f;
  color: #fff;
}

.list_staff2 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.list_staff2 li {
  width: 31%;
  margin: 0 3.5% 8% 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_staff2 li {
    width: 48%;
    margin: 0 4% 13% 0;
  }
}
.list_staff2 li:nth-child(3n) {
  margin: 0 0 8% 0;
}
@media screen and (max-width: 767px) {
  .list_staff2 li:nth-child(3n) {
    margin: 0 4% 13% 0;
  }
}
@media screen and (max-width: 767px) {
  .list_staff2 li:nth-child(2n) {
    margin: 0 0 13% 0;
  }
}
.list_staff2 li .img_box {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .list_staff2 li .img_box {
    margin: 0 auto 10px;
    width: 100%;
  }
}
.list_staff2 li .img_box::after {
  content: "";
  display: block;
  padding: 100% 0 0;
}
.list_staff2 li .img_box img {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  left: 0;
}
.list_staff2 li .disc {
  margin-bottom: 10px;
}
.list_staff2 li .name {
  line-height: 1;
  font-size: 1.62rem;
  font-weight: 700;
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 767px) {
  .list_staff2 li .name {
    margin-bottom: 15px;
    font-size: 1.2rem;
  }
}
.list_staff2 li a {
  max-width: 215px;
  height: 60px;
  line-height: 56px;
  display: block;
  width: 100%;
  border: 2px #8dc21f solid;
  border-radius: 50px;
  color: #8dc21f;
  background: #fff;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .list_staff2 li a {
    border: 1px #8dc21f solid;
    max-width: 160px;
    height: 50px;
    font-size: 0.87rem;
    line-height: 48px;
  }
}
.list_staff2 li a:hover {
  background: #8dc21f;
  color: #fff;
}

.list_method {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.list_method li {
  width: 48%;
  margin: 0 4% 8% 0;
}
@media screen and (max-width: 767px) {
  .list_method li {
    margin: 0 auto 13%;
    width: 90%;
  }
}
.list_method li:nth-child(2n) {
  margin: 0 0 8% 0;
}
@media screen and (max-width: 767px) {
  .list_method li:nth-child(2n) {
    margin: 0 auto 13%;
  }
}
.list_method li .img_box {
  position: relative;
  padding-top: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .list_method li .img_box {
    margin-bottom: 15px;
  }
}
.list_method li .img_box .title {
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 1;
  font-size: 1.25rem;
  font-weight: 700;
  writing-mode: vertical-lr;
  color: #2da24a;
  line-height: 1;
  padding: 19px 18px;
  background: #fff;
  border: 2px #2da24a solid;
  border-radius: 5px 28px 5px 28px;
  font-family: "Zen Maru Gothic tate", "Noto Sans JP", sans-serif;
  letter-spacing: -0.3rem;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .list_method li .img_box .title {
    letter-spacing: 0.15rem;
  }
}
@media screen and (max-width: 767px) {
  .list_method li .img_box .title {
    letter-spacing: 0.15rem;
    right: 10px;
    font-size: 1.12rem;
    padding: 15px 15px;
    border-radius: 5px 20px 5px 20px;
  }
}
.list_method li .img_box .title.posi2 {
  right: 85px;
}
@media screen and (max-width: 767px) {
  .list_method li .img_box .title.posi2 {
    right: 70px;
  }
}
.list_method li img {
  width: 100%;
  position: relative;
  border-radius: 8px;
}
.list_method li .txt {
  font-size: 0.87rem;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .list_method li .txt {
    line-height: 2;
  }
}

.list_flow li {
  width: 100%;
  border: 10px #e9f7e9 solid;
  border-radius: 10px;
  margin-bottom: 140px;
  padding: 40px 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_flow li {
    border: 7px #e9f7e9 solid;
    padding: 20px 20px;
    margin-bottom: 80px;
  }
}
.list_flow li::after {
  content: "";
  position: absolute;
  margin: 0 auto;
  width: 88px;
  height: 49px;
  background: url(../images/flow_arrow.svg) center center/contain no-repeat;
  bottom: -105px;
  right: 0;
  margin: auto;
  left: 0;
}
@media screen and (max-width: 767px) {
  .list_flow li::after {
    bottom: -65px;
    width: 58.6666666667px;
    height: 32.6666666667px;
  }
}
.list_flow li:last-child {
  margin-bottom: 0;
}
.list_flow li:last-child::after {
  content: none;
}
.list_flow li .img_box {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .list_flow li .img_box {
    margin: 0 auto 7%;
    width: 100%;
  }
}
.list_flow li .img_box img {
  width: 100%;
  border-radius: 8px;
}
.list_flow li .txt_box {
  width: calc(100% - 400px);
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .list_flow li .txt_box {
    padding: 0;
    width: 100%;
  }
}
.list_flow li .txt_box .num {
  font-size: 1.12rem;
  width: 105px;
  height: 45px;
  border-radius: 3px;
  background: #2da24a;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .list_flow li .txt_box .num {
    font-size: 0.78rem;
    line-height: 30px;
    width: 80px;
    height: 30px;
    margin-bottom: 15px;
  }
}
.list_flow li .txt_box .ttl {
  font-weight: 700;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 1.62em;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .list_flow li .txt_box .ttl {
    margin-bottom: 10px;
    font-size: 1.25rem;
  }
}
.list_flow li .txt_box .txt {
  line-height: 2;
  font-size: 1.12rem;
}
@media screen and (max-width: 767px) {
  .list_flow li .txt_box .txt {
    font-size: 0.87rem;
  }
}

.table_company {
  width: 100%;
  margin: 0 auto 50px;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .table_company {
    display: block;
    border-top: none;
  }
  .table_company tr {
    display: block;
    margin-bottom: 2rem;
  }
  .table_company tbody {
    display: block;
  }
}
.table_company th {
  width: 25%;
  font-weight: 400;
  padding: 1.5rem 1rem 1.5rem 1.5rem;
  border-bottom: 1px solid #8dc21f;
}
@media screen and (max-width: 767px) {
  .table_company th {
    width: 100%;
    display: block;
    padding: 0 0 0.3rem;
    font-weight: 700;
    font-size: 1.07rem;
  }
}
.table_company td {
  font-size: 0.93rem;
  width: 85%;
  padding: 1.5rem 1rem;
  border-bottom: 1px solid #8dc21f;
}
@media screen and (max-width: 767px) {
  .table_company td {
    width: 100%;
    display: block;
    border-bottom: none;
    padding: 0.5rem 0 0;
  }
}
.table_company td dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.table_company td dl dt {
  width: 90px;
}
.table_company td dl dd {
  width: calc(100% - 90px);
}

.table_price {
  table-layout: fixed;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .table_price {
    font-size: 4vw;
    line-height: 1.4;
    margin-top: 13%;
    margin-bottom: 0.5rem;
  }
}
.table_price.mb {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .table_price.mb {
    margin-bottom: 15%;
  }
}
.table_price tr {
  width: 100%;
  text-align: center;
}
.table_price th {
  border: 1px #ccc solid;
  padding: 1.8rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .table_price th {
    padding: 1rem 0.2rem;
    letter-spacing: 0.1rem;
  }
}
.table_price th.bg_green2 {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.table_price th:empty {
  background-image: linear-gradient(to left bottom, transparent 49.5%, #ccc 50%, transparent 50.5%);
}
.table_price th.title {
  border: 1px #8dc21f solid;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .table_price th.title {
    font-size: 4.5vw;
    letter-spacing: 0.2rem;
  }
}
.table_price td {
  border: 1px #ccc solid;
  padding: 1.8rem;
}
@media screen and (max-width: 767px) {
  .table_price td {
    padding: 1rem 0.2rem;
    font-size: 3.8vw;
  }
}

.price_att_box {
  border-radius: 5px;
  border: 2px #8dc21f solid;
  padding: 35px;
  max-width: 900px;
  margin: 0 auto 45px;
}
@media screen and (max-width: 767px) {
  .price_att_box {
    padding: 2rem 15px;
    margin: 0 auto 7%;
  }
}
.price_att_box:last-child {
  margin: 0 auto;
}
.price_att_box .big_ttl {
  padding: 0 0 0 30px;
  margin-bottom: 1rem;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  color: #8dc21f;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .price_att_box .big_ttl {
    padding: 0 0 0 15px;
    margin-bottom: 0.5rem;
    position: relative;
    font-size: 1.07rem;
  }
}
.price_att_box .big_ttl::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #8dc21f;
  border-radius: 50%;
  left: 0;
  top: 9px;
}
@media screen and (max-width: 767px) {
  .price_att_box .big_ttl::before {
    top: 10px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .price_att_box .txt {
    font-size: 0.87rem;
  }
}

.table_att.mb {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .table_att.mb {
    margin-bottom: 15%;
  }
}
@media screen and (max-width: 767px) {
  .table_att {
    font-size: 0.87rem;
  }
}

.ttl_main {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding-bottom: 45px;
  position: relative;
  margin-bottom: 35px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .ttl_main {
    font-size: 7vw;
    margin-bottom: 35px;
    padding-bottom: 25px;
  }
}
.ttl_main::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background: #2da24a;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .ttl_main::after {
    width: 30px;
  }
}
.ttl_main .en {
  font-weight: 300;
  color: #2da24a;
  font-size: 1.12rem;
  margin-bottom: 0.8rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .ttl_main .en {
    font-size: 3.5vw;
  }
}

.ttl_main_min {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding-bottom: 40px;
  position: relative;
  margin-bottom: 50px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .ttl_main_min {
    font-size: 5.5vw;
    margin-bottom: 40px;
    padding-bottom: 30px;
  }
}
.ttl_main_min::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background: #2da24a;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .ttl_main_min::after {
    width: 30px;
  }
}
.ttl_main_min .big {
  font-size: 2.2rem;
  font-weight: 700;
}
.ttl_main_min .en {
  font-weight: 300;
  color: #2da24a;
  font-size: 1.12rem;
  margin-bottom: 20px;
  display: block;
}
@media screen and (max-width: 767px) {
  .ttl_main_min .en {
    font-size: 3.5vw;
  }
}

.ttl_black {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .ttl_black {
    font-size: 6vw;
  }
}

.ttl_simple {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 50px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .ttl_simple {
    font-size: 7vw;
  }
}
.ttl_simple .en {
  font-weight: 300;
  color: #2da24a;
  font-size: 1.12rem;
  margin-bottom: 0.8rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .ttl_simple .en {
    font-size: 3.5vw;
  }
}

.bg_gray {
  background: #666;
}
.bg_white {
  background: #fff;
}
.bg_black {
  background: #000;
}
.bg_green {
  background: #e9f7e9;
}
.bg_green2 {
  background: #8dc21f;
}
.bg_green3 {
  background: #2da24a;
}

.txt_clr_white {
  color: #fff;
}
.txt_clr_black {
  color: #000;
}
.txt_clr_green {
  color: #e9f7e9;
}
.txt_clr_green2 {
  color: #2da24a;
}
.txt_clr_green3 {
  color: #8dc21f;
}
.txt_clr_green4 {
  color: #00ab95;
}
.txt_clr_red {
  color: #ef0a0a;
}

/* ADD:2024.05.01 */
.txt_clr_green3 .txt_normal {
  font-weight: normal;
  font-size: 1rem;
  color: #231815;
}

.fit {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: top;";
}

.fit_c {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: contain; object-position: center;";
}

#topcontrol {
  width: 58px;
  height: 66px;
  background: url(../images/pagetop.svg) no-repeat center/auto 100%;
}

a.more {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background: #2da24a;
  max-width: 216px;
  height: 60px;
  line-height: 56px;
  width: 100%;
  border-radius: 50px;
  position: relative;
  border: 2px #2da24a solid;
  text-align: center;
  margin: auto;
  padding-right: 0.5rem;
  transition: 0.2s;
}
a.more.long {
  max-width: 305px;
}
a.more.long .maru {
  right: 7%;
}
a.more.sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  a.more.sp {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  a.more.pc {
    display: none !important;
  }
}
a.more .maru {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px #fff solid;
  border-radius: 50%;
  position: absolute;
  right: 13%;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}
a.more .maru::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background: #fff;
  top: 6px;
  right: -8px;
  transition: 0.2s;
}
a.more:hover {
  background: #fff;
  color: #2da24a;
  transition: 0.2s;
}
a.more:hover .maru {
  border: 1px #2da24a solid;
  transform: translateY(-50%) scale(1.2);
  transition: 0.2s;
}
a.more:hover .maru::after {
  transition: 0.2s;
  background: #2da24a;
}
a.button {
  display: block;
  font-size: 1.12rem;
  color: #fff;
  background: #2da24a;
  max-width: 330px;
  height: 75px;
  line-height: 75px;
  width: 100%;
  border-radius: 50px;
  position: relative;
  padding-left: 65px;
  font-weight: 300;
  margin: auto;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  a.button {
    width: 85%;
    height: 70px;
    line-height: 70px;
  }
}
a.button::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 1px #fff solid;
  border-left: 1px #fff solid;
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  left: 30px;
  transition: 0.3s;
}
a.button:hover {
  background: #becdce;
  transition: 0.3s;
}
a.button:hover::after {
  transition: 0.3s;
  right: 35px;
}

.mami_yoga_bnr {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 675px;
  height: 245px;
  padding: 30px;
  background: url(../images/hull_wa_img.jpg) center center/cover no-repeat;
  transition: 0.2s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mami_yoga_bnr {
    height: auto;
    width: 100%;
    padding: 0;
    background: url(../images/hull_wa_img_sp.jpg) center center/cover no-repeat;
  }
  .mami_yoga_bnr::after {
    content: "";
    display: block;
    padding: 104% 0 0 0;
  }
}
.mami_yoga_bnr img {
  position: absolute;
  width: 71.8px;
  height: 72.5px;
  top: -20px;
  left: -20px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mami_yoga_bnr img {
    width: 86.16px;
    height: 87px;
    top: -30px;
    left: -5px;
  }
}
.mami_yoga_bnr:hover {
  transition: 0.2s;
}
.mami_yoga_bnr:hover .bg_pink {
  transition: 0.2s;
  background: rgba(241, 170, 162, 0.9);
}
.mami_yoga_bnr span {
  display: block;
}
.mami_yoga_bnr .bg_pink {
  transition: 0.2s;
  width: 100%;
  height: 100%;
  background: rgba(241, 170, 162, 0.7);
  padding: 30px 15px 0;
}
@media screen and (max-width: 767px) {
  .mami_yoga_bnr .bg_pink {
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    position: absolute;
    padding: 50px 15px 0px;
  }
}
.mami_yoga_bnr .txt {
  text-align: center;
  font-size: 0.87rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .mami_yoga_bnr .txt {
    font-weight: 500;
    font-size: 0.93rem;
  }
}
.mami_yoga_bnr .ttl {
  color: #fff;
  font-family: "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Pgothic", "Osaka", sans-serif, Helvetica, Helvetica Neue, Arial, Verdana;
  font-size: 2.25rem;
  line-height: 1;
  text-align: center;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .mami_yoga_bnr .ttl {
    font-size: 2.8rem;
    padding-bottom: 35px;
    margin-bottom: 30px;
  }
}
.mami_yoga_bnr .ttl .min {
  font-size: 0.75rem;
  margin-top: 0.7rem;
}
.mami_yoga_bnr .ttl::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #fff;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
}

.mami_yoga_bnr2 {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 675px;
  transition: 0.2s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mami_yoga_bnr2 {
    width: 100%;
  }
}
.mami_yoga_bnr2 .teacher {
  position: absolute;
  width: 71.8px;
  height: 72.5px;
  top: -20px;
  left: -20px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mami_yoga_bnr2 .teacher {
    width: 86.16px;
    height: 87px;
    top: -30px;
    left: -5px;
  }
}
.mami_yoga_bnr2:hover {
  transition: 0.2s;
}
.mami_yoga_bnr2:hover img {
  opacity: 0.8;
}

a.link_txt {
  text-decoration: underline;
}

#list_breadcrumb {
  font-size: 0.87rem;
  padding: 1rem 15px;
  /* 	max-width : 1210px; */
  margin: auto;
  text-align: right;
}

.wp-pagenavi {
  align-items: center;
  justify-content: flex-start;
  display: flex;
  flex-flow: wrap;
  font-weight: bold;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    font-size: 1rem;
  }
}
.wp-pagenavi a,
.wp-pagenavi span {
  margin: 0 1rem 1rem 0;
  color: #5c895b;
  border: 1px #5c895b solid;
  background: #fff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 43px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi a,
.wp-pagenavi span {
    margin: 0 0.5rem 1rem 0;
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
}
.wp-pagenavi a:hover,
.wp-pagenavi span:hover {
  opacity: 0.7;
}
.wp-pagenavi .current {
  color: #fff;
  background: #5c895b;
}

.yarpp-related {
  margin: 0 !important;
}
.yarpp-related a {
  font-weight: 400 !important;
}

.ttl_policy {
  max-width: 740px;
  margin: 0 auto 0.5em;
  font-size: 1.06em;
}

.txt_policy {
  max-width: 740px;
  margin: 0 auto 2em;
}
.txt_policy a {
  color: #2da24a;
  text-decoration: underline;
}

.ttl_contact {
  text-align: center;
  color: #2da24a;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .ttl_contact {
    font-size: 1.4rem;
  }
}

.uketuke {
  text-align: center;
  position: relative;
  padding-bottom: 40px;
  color: #2da24a;
  margin-bottom: 35px;
}
.uketuke::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background: #2da24a;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .uketuke::after {
    width: 30px;
  }
}

.contactform {
  margin: 2rem auto 3rem;
  width: 100%;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .contactform {
    margin: 2rem auto 0;
  }
}
.contactform tr th {
  padding: 20px 1rem 20px 0;
  text-align: left;
  width: 30%;
  font-size: 1rem;
  color: #2d2d2d;
}
@media screen and (max-width: 767px) {
  .contactform tr th {
    width: 100%;
    display: block;
    padding: 0 0 1em;
    font-size: 1em;
  }
}
.contactform tr td {
  width: 70%;
  padding: 20px 0;
  text-align: left;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .contactform tr td {
    width: 100%;
    display: block;
    padding: 0 0 2em;
    font-size: 1em;
  }
}

input,
textarea,
select {
  font-size: 16px;
  width: 100%;
  padding: 0.7rem;
  border-radius: 0px;
  border: 1px #2da24a solid;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  outline: none;
  color: #231815;
}

input[type=checkbox],
input[type=radio] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff url(../images/form-css-arrow.svg) center right 8px/15.8px 6px no-repeat;
  border: 1px #2da24a solid;
  color: #231815;
  cursor: pointer;
  padding: 0.7rem;
  width: 100%;
  font-size: 16px;
  border-radius: 0px;
}
select::-ms-expand {
  display: none;
}
select:focus {
  border: 1px #2da24a solid;
  box-shadow: none;
  outline: none;
}

option {
  font-size: 16px;
  color: #231815;
}

textarea {
  height: 200px;
}

input#zip,
input#zip1 {
  width: 25%;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  input#zip,
input#zip1 {
    width: 35% !important;
  }
}

input#addr {
  margin-bottom: 15px;
}

span.mwform-tel-field input {
  width: 25% !important;
}
@media screen and (max-width: 767px) {
  span.mwform-tel-field input {
    width: 28% !important;
  }
}

/* input要素の代替 */
.mwform-radio-field-text {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  padding: 0 20px 0px 25px;
  line-height: 1;
}
.mwform-radio-field-text::before,
.mwform-radio-field-text::after {
  content: "";
  display: block;
  position: absolute;
}

/* input要素の代替（外側） */
.mwform-radio-field-text::before {
  width: 15px;
  height: 15px;
  border: 1px solid #2da24a;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 50%;
}

/* 本来のinput[type="checkbox"]を非表示 */
.mwform-radio-field input {
  display: none;
}

/* input要素の代替（外側）：チェック後 */
.mwform-radio-field input[type=radio]:checked + .mwform-radio-field-text::before {
  width: 15px;
  height: 15px;
  border: 1px solid #2da24a;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 50%;
}

/* input要素の代替（内側）：チェック後 */
.mwform-radio-field input[type=radio]:checked + .mwform-radio-field-text::after {
  width: 11px;
  height: 11px;
  top: 4px;
  left: 4px;
  background: #2da24a;
  border-radius: 50%;
}

/* チェックボタン要素の代替 */
.mwform-checkbox-field-text {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  padding: 0 20px 0 25px;
  line-height: 1;
}
.mwform-checkbox-field-text::before,
.mwform-checkbox-field-text::after {
  content: "";
  display: block;
  position: absolute;
}

/* input要素の代替（外側） */
.mwform-checkbox-field-text::before {
  width: 15px;
  height: 15px;
  border: 1px solid #2da24a;
  left: 0;
  background: #fff;
}

/* 本来のinput[type="checkbox"]を非表示 */
.mwform-checkbox-field input {
  display: none;
}

/* input要素の代替（外側）：チェック後 */
.mwform-checkbox-field input[type=checkbox]:checked + .mwform-checkbox-field-text::before {
  width: 15px;
  height: 15px;
  border: 1px solid #2da24a;
  top: 0;
  left: 0;
  background: #fff;
}

/* input要素の代替（内側）：チェック後 */
.mwform-checkbox-field input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  width: 15px;
  height: 10px;
  border-left: 2px solid #2da24a;
  border-bottom: 2px solid #2da24a;
  transform: rotate(-45deg);
  top: -1px;
  left: 2px;
}

::-moz-placeholder {
  color: #b7b7b7;
  font-size: 0.87rem;
}

::placeholder {
  color: #b7b7b7;
  font-size: 0.87rem;
}

.hasDatepicker {
  width: 30%;
  margin-right: 2rem;
  background: #fff url(../images/calender.svg) 95% 50%/20px 20px no-repeat;
}
@media screen and (max-width: 767px) {
  .hasDatepicker {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

.c_jikan {
  width: 15%;
}
@media screen and (max-width: 767px) {
  .c_jikan {
    width: 35%;
  }
}

.submit,
.backBtn {
  max-width: 385px;
  height: 70px;
  line-height: 68px;
  border: 1px #2da24a solid;
  width: 100%;
  margin: 0 auto;
  padding: 0rem;
  display: block;
  color: #fff;
  cursor: pointer;
  border: 1px #2da24a solid;
  background: #2da24a;
  transition: 0.3s;
  border-radius: 50px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .submit,
.backBtn {
    width: 80%;
  }
}
.submit:hover,
.backBtn:hover {
  opacity: 0.7;
}

.backBtn {
  background: #fff;
  color: #2da24a;
  margin-top: 1.5em;
}

.required {
  font-weight: 300;
  font-size: 0.87rem;
  display: inline-block;
  margin-left: 1rem;
  line-height: 1;
  padding: 3px 13px;
  background: #2da24a;
  color: #fff;
}

.policy_p {
  font-size: 1rem;
  margin-bottom: 10px;
}
.policy_p input[type=checkbox] {
  width: 38px;
  height: 35px;
  border-radius: 10px;
  vertical-align: middle;
}
.policy_p .mwform-checkbox-field-text {
  padding: 0 0px 5px 25px;
}

.contact_privacyBox {
  text-align: center;
  margin: 0 auto 2.5rem;
}
.contact_privacyBox a {
  font-size: 1rem;
  position: relative;
  display: inline-block;
  padding-right: 25px;
}
.contact_privacyBox a::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 8px;
  background: url(../images/icon_yajirushi.svg) center center/contain no-repeat;
  right: 0;
  top: 10px;
}
.contact_privacyBox a:hover {
  opacity: 0.7;
}
.contact_privacyBox a img {
  margin-left: 1rem;
  width: 16px;
}
.contact_privacyBox .basic_txt {
  margin-bottom: 1rem;
}

.contact_privacy {
  overflow-y: scroll;
  height: 200px;
  width: 100%;
  padding: 1.5rem 1.5rem;
  border: 1px solid #000;
  font-size: 0.87rem;
}
@media screen and (max-width: 767px) {
  .contact_privacy {
    padding: 1rem;
  }
}
.contact_privacy .big_ttl {
  margin-bottom: 1rem;
  font-size: 0.87rem;
}
.contact_privacy .in_txtbox {
  margin-bottom: 1rem;
  font-size: 0.87rem;
}

.mw_wp_form_confirm .contact_privacyBox {
  display: none;
}
.mw_wp_form_confirm .policy_p {
  display: none;
}

.m0 {
  margin-bottom: 0;
}

ul.list_pagination {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  padding: 2em 0;
}
ul.list_pagination li {
  letter-spacing: 0;
}
ul.list_pagination li.prev {
  font-size: 1rem;
  width: 40%;
}
ul.list_pagination li.prev a {
  padding-left: 15px;
}
ul.list_pagination li.prev a:before {
  left: 0;
  transform: translateY(-50%) rotate(130deg);
}
ul.list_pagination li.next {
  font-size: 1rem;
  width: 40%;
  text-align: right;
}
ul.list_pagination li.next a {
  padding-right: 15px;
}
ul.list_pagination li.next a:before {
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
}
ul.list_pagination li.middle {
  width: 20%;
  text-align: center;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.list_pagination li.middle a {
  position: inherit;
}
ul.list_pagination li.middle a:before {
  content: none;
}
ul.list_pagination li a {
  position: relative;
  color: #231815;
  display: inline-block;
}
ul.list_pagination li a:hover {
  opacity: 0.7;
}
ul.list_pagination li a:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-bottom: 2px #231815 solid;
  border-right: 2px #231815 solid;
  top: 50%;
}

.add_ttl {
  border-left: 3px solid #2da24a;
  margin-bottom: 1em;
  padding-left: 0.5em;
  line-height: 1.6;
  font-size: 1.5em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .add_ttl {
    font-size: 1.3em;
  }
}

.add_ttl_02 {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 0.5em;
  line-height: 1.6;
  font-size: 1.3em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .add_ttl_02 {
    font-size: 1.2em;
  }
}
.add_ttl_02:before {
  position: absolute;
  content: "●";
  left: 0;
  top: 0;
  color: #2da24a;
}

a.add_link {
  text-decoration: underline;
}
a.add_link:hover {
  opacity: 0.5;
}

/*
17:animation
------------------------------------------------------------
*/
.fadein {
  opacity: 0;
}
.fadein.scrollin {
  -webkit-animation: fade 0.8s ease forwards;
          animation: fade 0.8s ease forwards;
}
.fadein.top.scrollin {
  -webkit-animation: fadetop 0.8s easse forwards;
          animation: fadetop 0.8s easse forwards;
}
.fadein.bottom.scrollin {
  -webkit-animation: fadebottom 0.8s ease forwards;
          animation: fadebottom 0.8s ease forwards;
}
.fadein.right.scrollin {
  -webkit-animation: faderight 0.8s ease forwards;
          animation: faderight 0.8s ease forwards;
}
.fadein.left.scrollin {
  -webkit-animation: fadeleft 0.8s ease forwards;
          animation: fadeleft 0.8s ease forwards;
}
.fadein.on.scrollin {
  -webkit-animation: fadeon 1.5s 0.8s ease forwards;
          animation: fadeon 1.5s 0.8s ease forwards;
}

@-webkit-keyframes fadebottom {
  0% {
    opacity: 0;
    transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes fadebottom {
  0% {
    opacity: 0;
    transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fadetop {
  0% {
    opacity: 0;
    transform: translate(0, -50px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadetop {
  0% {
    opacity: 0;
    transform: translate(0, -50px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes faderight {
  0% {
    opacity: 0;
    transform: translate(50px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes faderight {
  0% {
    opacity: 0;
    transform: translate(50px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeleft {
  0% {
    opacity: 0;
    transform: translate(-50px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeleft {
  0% {
    opacity: 0;
    transform: translate(-50px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeon {
  0% {
    opacity: 0;
    transform: scale(1.1, 1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes fadeon {
  0% {
    opacity: 0;
    transform: scale(1.1, 1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeonly2 {
  opacity: 0;
}

.fadeonly-ani2 {
  -webkit-animation: fade_only2 0.8s ease forwards;
          animation: fade_only2 0.8s ease forwards;
}

@-webkit-keyframes fade_only2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade_only2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top_pallax {
  width: 100%;
  height: 400px;
  background-image: url(../images/top_pallax.jpg);
}
@media screen and (max-width: 767px) {
  .top_pallax {
    height: 600px;
    background-image: url(../images/top_pallax_sp.jpg);
  }
}

.parallax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
}