@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
	 # Global selectors
	 # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
	 # General elements
	 # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
	 # Forms
	 # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
	 # Specify media element style
	 # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
	 # Accessibility
	 # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
	 # Selection
	 # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

.swiper {
  width: 100%;
  aspect-ratio: 5/4;
}

.swiper--wrapper {
  /* wrapperのサイズを調整 */
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  width: 100%;
  height: 100%;
  clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0% 100%, 0% 38%);
}
.swiper-slide .slide-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  opacity: 0;
}
.swiper-slide[class*=-active] .slide-media {
  animation: ouchi-fadeout 8s ease 1;
}

@keyframes ouchi-fadeout {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    transform: scale(1.08);
    opacity: 0;
  }
}
/* フェードモード時 共通調整 */
.swiper-fade .swiper-slide {
  transition-property: opacity !important;
}

* {
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  color: #3d3f3d;
  line-height: 1.7;
}
html.wf-loading {
  opacity: 0;
}
html.wf-active {
  opacity: 1;
}

body {
  overflow: hidden;
  position: relative;
  color: #4a4a4a;
  font-feature-settings: "palt";
  font-size: 13pt;
}
@media screen and (max-width: 1023px) {
  body {
    font-size: 12pt;
  }
}

a {
  color: #3d3f3d;
  text-decoration: none;
}

p {
  text-align: justify;
  padding: 4px 0;
}
p a {
  color: #3074bb;
  text-decoration: underline;
}
p a:hover {
  opacity: 0.4;
}

ul {
  list-style: none;
}

address {
  font-style: normal;
}

img {
  vertical-align: bottom;
}

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

.align_left {
  text-align: left;
}

.align_right {
  text-align: right;
}

.align_center {
  text-align: center;
}

.mb05 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt05 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mr05 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.ml05 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.pb05 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.pt05 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pr05 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr20 {
  padding-right: 20px;
}

.pr30 {
  padding-right: 30px;
}

.pr40 {
  padding-right: 40px;
}

.pr50 {
  padding-right: 50px;
}

.pl05 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pl50 {
  padding-left: 50px;
}

.text__wrap {
  margin-bottom: 20px;
}
.text__wrap > img {
  max-width: 40%;
}
.text__wrap > img.left {
  float: left;
  margin: 0 40px 40px 0;
}
.text__wrap > img.right {
  float: right;
  margin: 0 0 40px 40px;
}
@media screen and (max-width: 767px) {
  .text__wrap > img {
    display: block;
    float: none !important;
    margin: 10px auto 20px !important;
    max-width: 80%;
  }
}

html.no-scroll,
body.no-scroll {
  overflow: hidden;
}

#header {
  padding: 0;
}
@media screen and (max-width: 1023px) {
  #header {
    width: 100%;
    padding: 0;
    background: white;
  }
}
#header > .inner {
  width: 80%;
  padding: 0;
}
@media screen and (max-width: 1439px) {
  #header > .inner {
    width: 90%;
    min-width: 1024px;
    padding: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1023px) {
  #header > .inner {
    width: 100%;
    min-width: auto;
    padding: 0 10px 0;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  #header > .inner {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}

.header__menu__pc {
  position: fixed;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.9);
  width: 100vw;
  left: calc(50% - 50vw);
  padding: 10px 10%;
  display: flex;
  justify-content: space-between;
  opacity: 0;
}
@media screen and (max-width: 1023px) {
  .header__menu__pc {
    padding: 10px 2%;
  }
}
@media screen and (max-width: 767px) {
  .header__menu__pc {
    display: none;
  }
}
.header__menu__pc .header__logo {
  flex: 1;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1023px) {
  .header__menu__pc .header__logo img {
    height: 40px;
  }
}
.header__menu__pc .nav__pc {
  flex: 5;
}
.header__menu__pc .nav__pc .upper {
  display: flex;
  justify-content: right;
}
.header__menu__pc .nav__pc .upper .tel {
  line-height: 1.4rem;
  color: #4c67a6;
  font-size: 1.4rem;
}
.header__menu__pc .nav__pc .upper .tel a {
  color: #4c67a6;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: bold;
  padding: 0 0 0 10px;
}
.header__menu__pc .nav__pc .upper .tel small {
  font-size: 0.8rem;
}
.header__menu__pc .nav__pc ul {
  display: flex;
  justify-content: right;
  gap: 2%;
}
.header__menu__pc .nav__pc ul li {
  font-family: "M PLUS 1p", sans-serif;
  padding: 5px 8px;
  word-break: keep-all;
  font-size: 1.2rem;
}
@media screen and (max-width: 1439px) {
  .header__menu__pc .nav__pc ul li {
    font-size: 1rem;
  }
}
.header__menu__pc .nav__pc ul li a {
  position: relative;
}
.header__menu__pc .nav__pc ul li a:before {
  background: #eac15c;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.header__menu__pc .nav__pc ul li a:hover {
  color: #b88711;
}
.header__menu__pc .nav__pc ul li a:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.header__menu__pc .button__wrap__square {
  margin: 0;
}
.header__menu__pc .button__wrap__square a {
  background: #40a629;
  font-size: 0.9rem;
  padding: 4px 10px;
}
@media screen and (max-width: 767px) {
  .header__menu__pc {
    display: none;
  }
}

.header__menu__sp {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 100vw;
  left: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .header__menu__sp {
    display: block;
  }
}
.header__menu__sp .header__logo {
  width: 60%;
  position: absolute;
  top: 0;
  left: 10px;
}
.header__menu__sp .header__spButtons {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .header__menu__sp .header__spButtons {
    display: flex;
    justify-content: space-between;
    height: 60px;
  }
}
.header__menu__sp .header__spButtons .header__menuButton {
  display: none;
  width: 60px;
  height: 60px;
  background: transparent;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header__menu__sp .header__spButtons .header__menuButton {
    display: block;
  }
}
.header__menu__sp .header__spButtons .header__menuButton:after {
  content: "";
  position: absolute;
  top: 23px;
  left: 13px;
  width: 34px;
  height: 2px;
  background: #3d3f3d;
  border-radius: 2px;
  opacity: 1;
}
.header__menu__sp .header__spButtons .header__menuButton > span {
  display: block;
  padding: 40px 0 0 2px;
  font-size: 9px;
  letter-spacing: 0.25em;
  text-align: center;
  color: #3d3f3d;
}
.header__menu__sp .header__spButtons .header__menuButton > span:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 13px;
  width: 34px;
  height: 2px;
  background: #3d3f3d;
  border-radius: 2px;
}
.header__menu__sp .header__spButtons .header__menuButton > span:after {
  content: "";
  position: absolute;
  top: 34px;
  left: 13px;
  width: 34px;
  height: 2px;
  background: #3d3f3d;
  border-radius: 4px;
}
.header__menu__sp .header__spButtons .header__menuButton.header__menuButton--opened:after {
  opacity: 0;
}
.header__menu__sp .header__spButtons .header__menuButton.header__menuButton--opened > span:before {
  top: 23px;
  transform: rotateZ(45deg);
}
.header__menu__sp .header__spButtons .header__menuButton.header__menuButton--opened > span:after {
  top: 23px;
  transform: rotateZ(-45deg);
}
.header__menu__sp .header__spNav {
  display: none;
  background: #fff;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .header__menu__sp .header__spNav {
    display: block;
    width: 200px;
    height: 100vh;
    animation-name: slideAnime;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
  }
  @keyframes slideAnime {
    0% {
      transform: translateX(100vw);
      opacity: 1;
    }
    100% {
      transform-origin: right top;
      transform: translateX(calc(100vw - 200px));
    }
    20%, 100% {
      opacity: 1;
    }
  }
}
.header__menu__sp .header__spNav__buttons {
  padding: 10px 0 0 0;
}
.header__menu__sp .header__spNav__buttons ul {
  display: flex;
  justify-content: left;
  flex-direction: column;
}
.header__menu__sp .header__spNav__buttons ul li {
  border-bottom: 1px solid #b88711;
}
.header__menu__sp .header__spNav__buttons ul li.picup {
  background: #40a629;
  color: #fff;
}
.header__menu__sp .header__spNav__buttons ul li.picup a {
  text-align: center;
  color: #fff;
  padding: 10px 0;
}
.header__menu__sp .header__spNav__buttons ul li a {
  display: block;
  padding: 10px 0 10px 10px;
  box-sizing: border-box;
}
.header__menu__sp .header__spNav__buttons .noneborder {
  border-bottom: none;
}

.header__spToggleMenu {
  display: block;
}
@media screen and (max-width: 767px) {
  .header__spToggleMenu {
    display: none;
    position: absolute;
    z-index: 98;
    width: 100%;
    overflow-y: scroll;
  }
  .header__spToggleMenu.header__spToggleMenu--visible {
    display: block;
  }
}

.header__overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: black;
  display: none;
}
.header__overlay.active {
  display: block;
  opacity: 0.4;
}

.index__slider {
  position: relative;
  margin-top: 0;
}
@media screen and (max-width: 1439px) {
  .index__slider {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .index__slider {
    margin-top: 0;
  }
}

.header__mainNav__pc--upper {
  position: relative;
  padding: 40px 10px;
}
@media screen and (max-width: 1023px) {
  .header__mainNav__pc--upper {
    padding: 20px;
  }
}
.header__mainNav__pc--upper ul {
  display: flex;
  justify-content: right;
  gap: 0 10px;
  position: absolute;
  top: 0;
  right: 2%;
}
.header__mainNav__pc--upper ul li a {
  display: block;
  width: 100%;
  padding: 10px 40px 10px 60px;
  border-radius: 0 0 10px 10px;
  font-size: 1.2rem;
  color: #fff;
  text-shadow: 0 0 4px rgba(23, 120, 96, 0.8);
}
@media screen and (max-width: 1023px) {
  .header__mainNav__pc--upper ul li a {
    font-size: 1rem;
    padding: 5px 20px 5px 40px;
  }
}
.header__mainNav__pc--upper ul li.tel {
  font-size: 1.4rem;
}
.header__mainNav__pc--upper ul li.tel a {
  background: url("../images/icons/tel_bl.svg") 10% center/25px no-repeat;
  color: #0087cb;
  text-shadow: none;
}
@media screen and (max-width: 767px) {
  .header__mainNav__pc--lower {
    display: none;
  }
}
.header__mainNav__pc--lower > ul {
  display: flex;
  justify-content: center;
  gap: 0 2%;
}
.header__mainNav__pc--lower > ul > li {
  position: relative;
}
.header__mainNav__pc--lower > ul > li a {
  display: block;
  padding: 20px 0;
  font-size: 1.2rem;
}
@media screen and (max-width: 1023px) {
  .header__mainNav__pc--lower > ul > li a {
    font-size: 1rem;
    letter-spacing: -0.04em;
  }
}
.header__mainNav__pc--lower > ul > li a:hover {
  opacity: 0.6;
}
.header__mainNav__pc--lower > ul > li > ul {
  position: absolute;
  top: 64px;
  left: -25px;
  z-index: 30;
  visibility: hidden;
  opacity: 0;
  width: 440px;
  border-radius: 0 0 6px 6px;
  filter: drop-shadow(0 3px 1px rgba(136, 140, 119, 0.8));
  overflow: hidden;
  background: white;
  font-family: initial;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2px 5px;
  padding: 5px 0 10px 0;
}
@media screen and (max-width: 1023px) {
  .header__mainNav__pc--lower > ul > li > ul {
    top: 58px;
  }
}
.header__mainNav__pc--lower > ul > li > ul > li {
  width: 49%;
  box-sizing: border-box;
  text-align: left;
  position: relative;
}
.header__mainNav__pc--lower > ul > li > ul > li > a {
  display: block;
  padding: 14px 0 14px 30px;
  font-size: initial;
}
@media screen and (max-width: 767px) {
  .header__mainNav__pc--lower > ul > li > ul > li > a {
    padding: 10px 25px 10px 40px;
  }
}
.header__mainNav__pc--lower > ul > li > ul > li > a:hover {
  opacity: initial;
}
.header__mainNav__pc--lower > ul > li > ul > li > a:hover::before {
  content: "◆";
  color: #4fba31;
  top: calc(50% - 0.5em);
  left: 10px;
  width: 1em;
  height: auto;
  position: absolute;
}
.header__mainNav__pc--lower > ul > li > ul.col1 {
  width: 280px;
  left: 0;
}
.header__mainNav__pc--lower > ul > li > ul.col1 > li {
  width: 100%;
}
.header__mainNav__pc--lower > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
}

.page__header {
  width: 100%;
  padding: 100px 0 20px;
  position: relative;
}
.page__header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #98d47c;
}
@media screen and (max-width: 767px) {
  .page__header {
    padding: 50px 0 20px;
  }
}
.page__header h1.page__title {
  display: block;
  font-size: 1.8rem;
  font-weight: normal;
  text-align: center;
  padding: 10px 0;
  position: relative;
  color: #000;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
}

.page__breadcrumb {
  width: 100%;
  padding-left: 60px;
  background: #fff;
  color: #a3988d;
}
@media screen and (max-width: 1023px) {
  .page__breadcrumb {
    padding-left: 0;
  }
}

.page__header__breadcrumb {
  font-size: 0.8em;
}
.page__header__breadcrumb p {
  padding: 0;
}
.page__header__breadcrumb p span.breadcrumb_last {
  padding: 0 10px;
}
.page__header__breadcrumb a {
  padding: 0 10px;
}

#footer {
  border-top: 2px solid #b1b79a;
  padding: 50px 10% 120px;
  background: #40a629;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 20% 1fr;
  grid-template-rows: auto;
  gap: 2%;
  justify-content: center;
}
@media screen and (max-width: 1439px) {
  #footer {
    padding: 50px 2% 120px;
  }
}
@media screen and (max-width: 1023px) {
  #footer {
    grid-template-columns: 1fr;
    padding: 50px 5% 120px;
  }
}
#footer section {
  padding-right: 20px;
  border-right: 1px solid #98d47c;
}
@media screen and (max-width: 1023px) {
  #footer section {
    padding-right: 0;
    border-right: none;
  }
}
#footer section:last-of-type {
  padding-right: 0;
  border-right: none;
}
#footer section.info {
  text-align: center;
}
#footer section.info .footer__logo {
  padding: 10px 0;
}
#footer section.info .footer__logo img {
  display: block;
  margin: 0 auto;
  width: 40%;
}
@media screen and (max-width: 767px) {
  #footer section.info .footer__logo img {
    width: 60%;
  }
}
@media screen and (max-width: 1023px) {
  #footer section.pages {
    order: 3;
  }
}
#footer section.pages li {
  padding: 5px 0;
}
#footer section.pages a {
  text-decoration: underline;
  color: #fff;
}
#footer section.access iframe {
  width: 100%;
  min-height: 400px;
}
#footer section.access div {
  margin: 20px auto;
}
#footer .footer__link {
  margin: 50px 0 50px;
  text-align: center;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #footer .footer__link {
    margin: 50px 0 20px;
  }
}
#footer .attention {
  text-align: center;
  font-size: 0.8rem;
  color: #aaa;
}
#footer .footer__copyright {
  background-color: #40a629;
  color: #0d4020;
  width: 100%;
  text-align: center;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  #footer .footer__copyright {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .MedicalsubAndTel {
    text-align: center;
  }
}
.MedicalsubAndTel .footer__tel h3 {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .MedicalsubAndTel .footer__tel {
    text-align: center;
  }
}
.MedicalsubAndTel .footer__tel > dl {
  letter-spacing: 0.04em;
  padding-top: 10px;
  font-weight: bold;
  font-family: "M PLUS 1p", sans-serif;
}
.MedicalsubAndTel .footer__tel > dl > dt {
  display: inline-block;
  background: #000;
  color: #fff;
  white-space: nowrap;
  padding: 2px 10%;
}
@media screen and (max-width: 767px) {
  .MedicalsubAndTel .footer__tel > dl > dt {
    font-size: initial;
  }
}
.MedicalsubAndTel .footer__tel > dl > dd.num {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .MedicalsubAndTel .footer__tel > dl > dd.num {
    display: block;
  }
}
.MedicalsubAndTel .footer__tel > dl > dd.num > a {
  color: #fff;
}
.MedicalsubAndTel .footer__tel > dl > dd.time {
  font-size: 0.8rem;
}
.MedicalsubAndTel .footer__tel > dl.fax {
  font-weight: initial;
  display: flex;
  justify-content: center;
  padding-top: 0;
}
.MedicalsubAndTel .footer__tel > dl.fax dt {
  background: none;
  border-right: 1px solid #000;
  padding: 0 5px;
  color: #000;
}
.MedicalsubAndTel .footer__tel > dl.fax .num {
  font-size: initial;
  padding: 0 5px;
}

.footerlink {
  background: #ececec;
  color: #c6c6c6;
  font-size: 0.8rem;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 60px calc(50vw - 50%);
}
.footerlink h3 {
  color: #3d3f3d;
}
@media screen and (max-width: 1023px) {
  .footerlink h3 {
    padding-top: 60px;
  }
}
.footerlink a {
  text-decoration: underline;
  color: #3074bb;
}
.footerlink a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.footerlink--large li {
  padding: 5px 0 5px 20px;
  position: relative;
}
.footerlink--large li::before {
  content: "";
  background: url("../images/icons/star.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
}
.footerlink--small li {
  font-size: 0.8rem;
  padding: 0 10px;
  line-height: 1em;
}
.footerlink--small li a {
  display: inline-block;
  padding: 5px 0;
}
@media screen and (max-width: 1023px) {
  .footerlink--small li a {
    padding: 10px 0 10px 0;
  }
}
.footerlink--small--inner li {
  font-size: 0.8rem;
  padding: 0 30px;
}
@media screen and (max-width: 1023px) {
  .footerlink--small--inner li {
    padding: 5px 0 5px 30px;
  }
}

.main--archive {
  padding: 80px 0 50px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .main--archive {
    padding: 50px 0 40px;
  }
}

.archiveMain__blog__article {
  width: clamp(1rem, 120ch, 98%);
  margin-inline: auto;
  padding-inline: 1rem;
  background: white;
  padding-bottom: 100px;
  margin-bottom: 100px;
  border-bottom: 2px solid #40a629;
}
.archiveMain__blog__article .article__time {
  color: #bdbdbd;
  letter-spacing: 0.06em;
}
.archiveMain__blog__article .article__title {
  color: #3d3f3d;
  font-size: 2rem;
  margin: 0 0 20px;
  border-bottom: 2px solid #40a629;
}
@media screen and (max-width: 767px) {
  .archiveMain__blog__article .article__title {
    font-size: 1.5rem;
  }
}
.archiveMain__blog__article .article__thumbnailBox {
  margin: 0 0 20px;
}
.archiveMain__blog__article .article__thumbnailBox > img {
  width: 100%;
  height: auto;
}
.archiveMain__blog__article .article__body {
  margin: 40px 0 0;
  letter-spacing: 0.12rem;
  /*wp書き替え*/
}
.archiveMain__blog__article .article__body--page {
  padding: 100px 0;
}
.archiveMain__blog__article .article__body h2 {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 2rem;
  font-weight: normal;
  text-align: left;
  padding: 20px 0 40px 0;
}
@media screen and (max-width: 767px) {
  .archiveMain__blog__article .article__body h2 {
    font-size: 1.5rem;
    margin-top: 60px;
    padding: 20px 0 20px;
  }
}
.archiveMain__blog__article .article__body h3 {
  display: block;
  margin: 60px 0 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #40a629;
  font-size: 1.3rem;
  font-weight: normal;
  color: #40a629;
}
.archiveMain__blog__article .article__body h4 {
  color: #40a629;
  font-weight: 600;
  font-size: 0.9rem;
}
.archiveMain__blog__article .article__body .wp-block-column h4:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .archiveMain__blog__article .article__body .wp-block-column h4:first-child {
    margin-top: 30px;
  }
}
.archiveMain__blog__article .article__body .thumbnail {
  background: #eee;
  max-height: 600px;
  width: 85%;
  margin: 60px auto;
  overflow: hidden;
}
.archiveMain__blog__article .article__body .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.archiveMain__blog__article .article__body ul {
  padding-bottom: 2rem;
}
.archiveMain__blog__article .article__body ul > li {
  position: relative;
  padding: 0 0 0.5rem 2rem;
}
.archiveMain__blog__article .article__body ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #40a629;
}
.archiveMain__blog__article .article__body hr.wp-block-separator {
  border-top: 1px solid #ddd;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .archiveMain__blog__article .article__body hr.wp-block-separator {
    margin: 20px auto;
  }
}
.archiveMain__blog__article .article__body p {
  margin: 0 0 20px;
}
.archiveMain__blog__article .article__body strong {
  background: none;
  color: #cc4f4f;
}
.archiveMain__blog__article .article__body blockquote {
  margin: 30px 0 20px;
  background: #fafafa;
  border-radius: 30px;
  padding: 60px 40px 60px;
  position: relative;
}
.archiveMain__blog__article .article__body blockquote cite {
  font-size: 12px;
  font-style: normal;
  color: #3d3f3d;
}
.archiveMain__blog__article .article__body blockquote:before {
  content: "”";
  position: absolute;
  display: block;
  height: 86px;
  top: -20px;
  left: 20px;
  font-weight: bold;
  color: white;
  font-size: 86px;
}
.archiveMain__blog__article .article__body blockquote:after {
  content: "”";
  position: absolute;
  display: block;
  height: 86px;
  bottom: -20px;
  right: 20px;
  font-weight: bold;
  color: white;
  font-size: 86px;
  transform: rotateZ(180deg);
}
.archiveMain__blog__article .article__body .wp-block-media-text.alignwide {
  margin: 40px 0 40px;
}
.archiveMain__blog__article .article__body .wp-block-image {
  margin: 40px 0 40px;
}
.archiveMain__blog__article .article__body .wp-block-button {
  text-align: center;
  font-style: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin: 40px 0 40px;
}
.archiveMain__blog__article .article__body .wp-block-button a {
  text-decoration: none;
}

/* 固定ページ */
.page__article {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .page__article {
    padding: 20px 0;
    margin-bottom: 30px;
  }
}
.page__article .article__time {
  color: #bdbdbd;
  font-weight: bold;
  letter-spacing: 0.06em;
}
.page__article .article__title {
  color: #3d3f3d;
  margin: 0 0 20px;
  border-bottom: 1px solid #ccc;
}
.page__article .article__thumbnailBox {
  margin: 0 0 20px;
}
.page__article .article__thumbnailBox > img {
  width: 100%;
  height: auto;
}
.page__article .article__tags {
  font-size: 13px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .page__article .article__tags {
    flex-wrap: wrap;
  }
}
.page__article .article__tags > li {
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .page__article .article__tags > li {
    margin-bottom: 5px;
  }
  .page__article .article__tags > li:last-child {
    margin-bottom: 0;
  }
}
.page__article .article__tags > li > a {
  display: inline-block;
  border: 1px solid #63b24d;
  padding: 0 10px;
  border-radius: 20px;
}
.page__article .article__tags > li > a:hover {
  background: #63b24d;
  color: white;
}
.page__article .article__body--page {
  margin: 0 0;
  /*
  h2 {
  	font-family: global.$font-heading;
  	font-size: 28pt;
  	font-weight: normal;
  	text-align: left;
  	padding: 20px 0 40px 0;
  	background: url("../images/icons/h2side.svg") 2px top/50px auto no-repeat;

  	@include global.mq(sm) {
  		font-size: 22pt;
  		margin-top: 60px;
  		padding: 60px 0 20px 0;
  	}

  	@include global.mq(sm) {
  		padding: 20px 0 20px;
  		background: url("../images/icons/h2side.svg") 2px top/30px auto
  			no-repeat;
  	}
  }
  h3 {
  	display: inline-block;
  	margin: 30px 0 20px;
  	border-left: 10px solid #4fba31;
  	border-bottom: 1px solid #a8e217;
  	padding: 0 40px 0 10px;
  	font-size: 1.2rem;
  	font-weight: normal;
  }
  */
}
.page__article .article__body--page h4 {
  font-size: 14px;
  margin: 30px 0 10px;
}
.page__article .article__body--page .sec_treatment {
  text-align: center;
}
.page__article .article__body--page .sec_treatment figure {
  margin: 0 auto;
}
.page__article .article__body--page .wp-block-column h4:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .page__article .article__body--page .wp-block-column h4:first-child {
    margin-top: 30px;
  }
}
.page__article .article__body--page a.txtlink {
  color: #3074bb;
  text-decoration: underline;
}
.page__article .article__body--page a.txtlink:hover {
  text-decoration: none;
  opacity: 0.4;
}
.page__article .article__body--page p {
  margin: 0 0 20px;
}
.page__article .article__body--page ul.type1,
.page__article .article__body--page ol {
  padding: 10px 0 10px 20px;
}
@media screen and (max-width: 767px) {
  .page__article .article__body--page ul.type1,
  .page__article .article__body--page ol {
    padding: 10px 0 10px 20px;
  }
}
.page__article .article__body--page ul.type1 > li,
.page__article .article__body--page ol > li {
  margin-bottom: 15px;
  padding: 0 0 0 20px;
}
.page__article .article__body--page ul.type1 > li {
  position: relative;
}
.page__article .article__body--page ul.type1 > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 5px;
  background: #b88711;
}
.page__article .article__body--page ol {
  list-style: none;
  counter-reset: item;
  padding-left: 20px;
}
.page__article .article__body--page ol > li {
  position: relative;
  padding: 0 0 0 25px;
}
.page__article .article__body--page ol > li:before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  left: 0;
  font-weight: bold;
  color: #4c67a6;
  margin-right: 8px;
}
.page__article .article__body--page blockquote {
  margin: 30px 0 20px;
  background: #fafafa;
  border-radius: 30px;
  padding: 60px 40px 60px;
  position: relative;
}
.page__article .article__body--page blockquote cite {
  font-size: 12px;
  font-style: normal;
  color: #3d3f3d;
}
.page__article .article__body--page blockquote:before {
  content: "”";
  position: absolute;
  display: block;
  height: 86px;
  top: -20px;
  left: 20px;
  font-weight: bold;
  color: white;
  font-size: 86px;
}
.page__article .article__body--page blockquote:after {
  content: "”";
  position: absolute;
  display: block;
  height: 86px;
  bottom: -20px;
  right: 20px;
  font-weight: bold;
  color: white;
  font-size: 86px;
  transform: rotateZ(180deg);
}
.page__article .article__body--page .wp-block-media-text.alignwide {
  margin: 40px 0 40px;
}
.page__article .article__body--page .wp-block-image {
  margin: 40px 0 40px;
}
.page__article .article__body--page .wp-block-button {
  text-align: center;
  font-style: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin: 40px 0 40px;
}
.page__article .article__body--page .wp-block-button a {
  text-decoration: none;
}
.page__article .disease_list {
  display: block;
  margin: 0 auto;
  padding: 20px !important;
  border: 2px solid #f3efe0;
  border-radius: 10px;
  text-align: left;
}
.page__article .disease_list li {
  display: inline;
  margin: 0 20px 0 0;
}
.page__article .disease_list li:before {
  top: 5px !important;
}

.archiveMain__blog__nextprev > ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .archiveMain__blog__nextprev > ul {
    margin-bottom: 50px;
  }
}
.archiveMain__blog__nextprev > ul > li {
  width: 47%;
  border-bottom: 2px solid #e5d389;
  margin-top: 0;
  margin-bottom: 2px;
}
.archiveMain__blog__nextprev > ul > li:hover {
  margin-top: 2px;
  margin-bottom: 0px;
  box-shadow: none;
}
.archiveMain__blog__nextprev > ul > li > a {
  display: block;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .archiveMain__blog__nextprev > ul > li > a {
    padding: 10px;
    font-size: 12px;
  }
}
.archiveMain__blog__nextprev > ul > li > a > dl > dt {
  font-weight: bold;
  color: #3d3f3d;
  margin-bottom: 5px;
}

.wp-pagenavi {
  margin-top: 50px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    width: 100%;
    padding-bottom: 60px;
    margin-bottom: 40px;
  }
}
.wp-pagenavi .page,
.wp-pagenavi .current {
  display: inline-block;
  width: 33px;
  height: 33px;
  border-radius: 20px;
  border: 2px solid #efdfc8;
  text-align: center;
  margin: 0 10px;
  background: white;
}
.wp-pagenavi > a {
  padding: 0px;
}
.wp-pagenavi > a:hover {
  border: 2px solid #63b24d;
}
.wp-pagenavi > a.nextpostslink, .wp-pagenavi > a.previouspostslink {
  display: inline-block;
  height: 33px;
  border-radius: 20px;
  border: 2px solid #efdfc8;
  text-align: center;
  background: white;
}
.wp-pagenavi > a.nextpostslink:hover, .wp-pagenavi > a.previouspostslink:hover {
  border: 2px solid #63b24d;
}
.wp-pagenavi > a.nextpostslink {
  margin-left: 80px;
  padding: 0 40px 0 20px;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi > a.nextpostslink {
    position: absolute;
    right: 20px;
    bottom: 0;
  }
}
.wp-pagenavi > a.previouspostslink {
  margin-right: 80px;
  padding: 0 20px 0 40px;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi > a.previouspostslink {
    position: absolute;
    left: 20px;
    bottom: 0;
  }
}
.wp-pagenavi > span {
  padding: 0px;
}
.wp-pagenavi > span.current {
  border-color: #63b24d;
  font-weight: normal;
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 0;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding-top: 10px;
    padding-left: 0;
  }
}
.wp-block-media-text .wp-block-media-text__media {
  padding: 0 10px;
}
@media screen and (max-width: 374px) {
  .wp-block-media-text .wp-block-media-text__media {
    padding: 0;
  }
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-right: 50px;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-right: 0;
  }
}

.inner {
  display: block;
  width: 80%;
  padding: 80px 0;
  margin: 0 auto 0;
}
@media screen and (max-width: 1023px) {
  .inner {
    width: 100%;
    padding: 60px 20px;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
    padding: 60px 2%;
    margin: 0;
  }
}

.main {
  background: #fff;
}
.main.main--greeting {
  padding-top: 0;
}
.main--recruit {
  background: #fff;
  padding: 0 4% 100px;
}
.main--recruit .tel {
  padding: 0 0 0 35px;
  background: url("../images/icons/phone.svg") left center/25px no-repeat;
  font-size: 1.4rem;
}
.main--recruit .tel a {
  color: #0087cb;
}

section.greeting {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background-color: hsl(0, 0%, 100%);
  background-image: radial-gradient(at 29% 53%, hsl(124, 66%, 66%) 0px, transparent 50%), radial-gradient(at 80% 8%, hsl(106, 62%, 76%) 0px, transparent 50%), radial-gradient(at 22% 11%, hsl(61, 100%, 85%) 0px, transparent 50%);
  padding: 60px;
}
@media screen and (max-width: 767px) {
  section.greeting {
    padding: 60px 10px;
  }
}
section.greeting > div {
  background: rgba(255, 255, 255, 0.7);
  padding: 4rem;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  section.greeting > div {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section.greeting > div {
    padding: 4rem 1rem;
  }
}

h2.type1 {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.2rem;
  font-weight: normal;
  text-align: center;
  padding: 5px 0;
  position: relative;
  margin: 80px auto 40px;
  color: #40a629;
  border-bottom: 2px solid #40a629;
}
@media screen and (max-width: 767px) {
  h2.type1 {
    font-size: 1.6rem;
    letter-spacing: 0.14rem;
    padding: 5px 0;
  }
}

h2.type2 {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  font-weight: normal;
  text-align: center;
  padding: 5px 0;
  position: relative;
  margin: 0px auto;
  color: initial;
}
@media screen and (max-width: 767px) {
  h2.type2 {
    font-size: 1.3rem;
    padding: 20px 0;
  }
}

h2.type3 {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  font-weight: normal;
  text-align: center;
  padding: 5px 0;
  position: relative;
  margin: 0px auto;
  color: #4c67a6;
}
@media screen and (max-width: 767px) {
  h2.type3 {
    font-size: 1.3rem;
    padding: 20px 0;
  }
}

h3.type1 {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.3rem;
  font-weight: normal;
  text-align: left;
  padding: 10px 0;
  position: relative;
  margin: 0px auto;
  color: #b88711;
}
@media screen and (max-width: 767px) {
  h3.type1 {
    font-size: 1.1rem;
    padding: 40px 0 20px 0;
  }
}

h3.type2 {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.3rem;
  font-weight: normal;
  text-align: left;
  padding: 0 0 0 20px;
  position: relative;
  margin: 10px auto;
  border-left: 6px solid #b88711;
}

h3.type3 {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.3rem;
  font-weight: normal;
  text-align: center;
  padding: 0 0 0 20px;
  position: relative;
  margin: 10px auto;
  border-bottom: 1px solid #b88711;
  color: #4c67a6;
}
@media screen and (max-width: 767px) {
  h3.type3 {
    font-size: 1.1rem;
    padding: 40px 0 20px 0;
  }
}

ul.type1 > li {
  position: relative;
  padding-left: 20px;
}
ul.type1 > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 5px;
  background: #b88711;
}

.imgbox {
  display: flex;
  justify-content: center;
  gap: 5%;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .imgbox {
    flex-direction: column;
    width: 100%;
  }
}
.imgbox picture {
  text-align: center;
}
.imgbox picture img {
  width: initial;
}
@media screen and (max-width: 767px) {
  .imgbox picture img {
    width: 100%;
  }
}

.txtbox {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 40px;
}

figure.type1 table {
  width: 100%;
  margin: 0 auto 40px;
  border: 2px solid #40A629;
}
figure.type1 table tr {
  border-top: 1px solid #40A629;
  border-bottom: 1px solid #40A629;
}
figure.type1 table tr:last-child {
  border-bottom: none;
}
figure.type1 table tr th {
  color: #fff;
  background: #40A629;
  border-bottom: none;
  border-right: 1px solid #fff;
  padding: 1% 0;
}
figure.type1 table tr th:last-child {
  border-right: #40A629;
}
figure.type1 table tr td {
  border-top: 1px solid #40A629;
  border-bottom: 1px solid #40A629;
  border-right: 1px solid #40A629;
  padding: 1%;
  background: #fff;
}
figure.type1 table tr td:last-of-type {
  border-right: none;
}

.column2 {
  display: flex;
  justify-content: left;
  gap: 60px;
  flex-wrap: wrap;
  width: 98%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .column2 {
    flex-direction: column;
  }
}
.column2 section {
  width: calc(50% - 30px);
}
@media screen and (max-width: 767px) {
  .column2 section {
    width: 100%;
  }
}

.column3 {
  display: flex;
  justify-content: left;
  gap: 10px;
  flex-wrap: wrap;
  width: 98%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .column3 {
    flex-direction: column;
  }
}

/*キャッチコピー*/
.catch {
  text-align: center;
  padding: 40px 0 60px;
  color: #4fba31;
  font-weight: bold;
}
.catch p {
  text-align: center;
}
.catch span {
  font-size: 2rem;
  padding: 20px;
  background: url("../images/bg/paint_gr.svg") center bottom/100% auto no-repeat;
}
@media screen and (max-width: 1023px) {
  .catch span {
    font-size: 1.8rem;
    padding: 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  .catch span {
    font-size: 1.2rem;
    padding: 10px 10px;
  }
}

/*下線*/
.uline {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 90%, rgb(105, 196, 205) 91%);
}

/* ボタン */
.button__wrap__square {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 20px auto;
  max-width: 98%;
}
@media screen and (max-width: 767px) {
  .button__wrap__square {
    flex-direction: column;
  }
}
.button__wrap__square > a {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  color: #fff;
  background: #40a629;
  box-shadow: 0 2px 6px #ccc;
  display: inline-block;
  font-size: 1.2rem;
  line-height: initial;
  padding: 14px 25px;
  min-width: 200px;
  text-decoration: none;
  word-break: break-word;
  box-sizing: border-box;
  text-align: center;
  border-radius: 8px;
  position: relative;
}
.button__wrap__square > a:active {
  transform: translateY(2px);
  box-shadow: none;
}
.button__wrap__square > a:hover {
  background: #98d47c;
}
@media screen and (max-width: 767px) {
  .button__wrap__square > a {
    font-size: initial;
    padding: 14px 16px;
  }
}

.wp-container-1 {
  justify-content: center;
}

.wp-block-buttons {
  justify-content: center;
}
.wp-block-buttons > .wp-block-button {
  margin: 5px 0 !important;
}
.wp-block-buttons > .wp-block-button.button__wrap__square > a {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .wp-block-buttons > .wp-block-button.button__wrap__square > a {
    width: 170px;
    min-width: 170px;
    font-size: 0.8em;
    padding: 10px 5px;
  }
}

.imgBox--curve {
  overflow: hidden;
  background: #bababa;
  border-radius: 20px;
  width: 100%;
  min-height: 150px;
}
.imgBox--curve > img {
  width: 100%;
  height: auto;
}

.main--pageIndex {
  padding: 50px 0 60px;
}
.main--pageIndex .main--pageIndex__button {
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .main--pageIndex {
    padding: 40px 15px 40px;
  }
  .main--pageIndex .grid {
    padding-bottom: 40px;
  }
  .main--pageIndex .grid:last-child {
    background: none;
    padding-bottom: 0;
  }
}

strong {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #fcc427 0%) repeat scroll 0 0;
  color: #3d3f3d;
}

.timetable {
  margin: 0;
  width: 100%;
  background: #fff;
  overflow: hidden;
}
.timetable ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  border: 1px solid #40a629;
}
@media screen and (max-width: 767px) {
  .timetable ul {
    flex-direction: column;
  }
}
.timetable ul li {
  flex: 1;
  padding: 10px 0;
  display: grid;
  place-items: center;
  text-align: center;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .timetable ul li {
    font-size: 0.9em;
  }
}
.timetable ul li:first-child {
  flex: 1;
  white-space: nowrap;
  background: #40a629;
  color: #fff;
}
.timetable aside {
  background: #fff;
  padding: 5px 20px;
}
.timetable aside p {
  padding-bottom: 0.5rem;
}

.mainPage__footer {
  margin: 80px 0 0;
  display: flex;
  justify-content: space-between;
  padding: 40px 50px;
  border: 4px dotted #bedb91;
  background: white;
  border-radius: 20px;
}

.mainPage__footer__text {
  flex: 1;
  margin-right: 30px;
}

.mainPage__footer__button {
  min-width: 300px;
}

@media screen and (max-width: 767px) {
  .mainPage__footer {
    display: block;
    padding: 30px 30px;
  }
  .mainPage__footer__text {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .mainPage__footer__button {
    min-width: inherit;
    text-align: center;
  }
}
@media screen and (max-width: 374px) {
  .mainPage__footer {
    padding: 20px 20px;
  }
  .mainPage__footer__button .button__round--arrow--big {
    padding-left: 20px;
    padding-right: 40px;
    font-size: 18px;
  }
}
.main--general {
  padding: 80px 0 80px;
}
@media screen and (max-width: 374px) {
  .main--general {
    padding: 40px 15px 40px;
  }
}
.main--general .archiveMain__blog__article {
  padding-top: 10px;
}
.main--general .archiveMain__blog__article .article__body {
  margin-top: 0;
}
.main--general .archiveMain__blog__article .article__body a {
  text-decoration: underline;
}

.balloon_b {
  position: relative;
  width: 80%;
  background-color: #f8e2d8;
  border-radius: 13px;
  margin: 20px auto;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .balloon_b {
    width: 95%;
  }
}
.balloon_b:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #f8e2d8;
}

.blocks-gallery-item {
  list-style: none !important;
}

.pad_l40 {
  padding-left: 40px;
}

.wp-block-group__inner-container li {
  font-size: medium;
}

.is-style-outline > a {
  display: inline-block;
  padding: 16px 55px 12px 30px;
  border: 1px solid #63b24d !important;
  border-radius: 50px;
  font-weight: normal;
  background: white;
  box-shadow: 0px 2px 0px 0 #63b24d;
}
.is-style-outline > a:hover {
  box-shadow: none;
  margin-top: 2px;
  margin-bottom: -2px;
}
@media screen and (max-width: 767px) {
  .is-style-outline > a:hover {
    box-shadow: 0px 2px 0px 0 #63b24d;
    margin: 0;
  }
}

.box--outline {
  position: relative;
  display: block;
  text-align: left;
  border: 2px solid #67d1da;
  padding: 20px;
  margin: 50px auto;
}
.box--outline > h3 {
  color: #67d1da;
}

.box--type01 {
  position: relative;
  display: block;
  text-align: left;
  border-radius: 20px;
  background-color: #fcfbfc;
  padding: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .box--type01 {
    width: 98%;
    padding: 20px 10px;
  }
}

.table__wrap {
  width: 98%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .table__wrap {
    font-size: 0.9rem;
  }
}
.table__wrap table.type01 {
  width: 100%;
  border: 1px solid #999;
  text-align: center;
}
.table__wrap table.type01 tr {
  border-bottom: 1px solid #999;
}
.table__wrap table.type01 tr:last-child {
  border-bottom: none;
}
.table__wrap table.type01 tr th {
  background: #d8caad;
  border-right: 1px solid #999;
  padding: 1% 0;
}
.table__wrap table.type01 tr td {
  border-right: 1px solid #999;
  padding: 1% 0;
  background: #fff;
}
.table__wrap table.type01 tr td:last-of-type {
  border-right: none;
}

section.flow {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  section.flow {
    width: 100%;
  }
}

div.flow {
  position: relative;
  display: block;
  text-align: left;
  border: 2px solid #000;
  background: #fff;
  padding: 10px 20px 20px 100px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  div.flow {
    padding: 0 20px 20px 60px;
  }
}
div.flow:after {
  content: "";
  display: block;
  background-color: #000;
  width: 60px;
  height: 30px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  margin-top: 30px;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}
div.flow:last-child:after {
  display: none;
}
div.flow .num {
  font-family: "M PLUS 1p", sans-serif;
  position: absolute;
  top: 0;
  left: 20px;
  width: 60px;
  height: 90px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  background-color: #000;
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  div.flow .num {
    left: 8px;
    width: 40px;
    font-size: 40px;
  }
}

.table01 {
  width: 100%;
}
.table01 tr {
  border-bottom: 1px solid #b5b1b1;
}
.table01 th,
.table01 td {
  padding: 24px 0;
  border: none;
}
.table01 th {
  width: 30%;
}

/* タブ */
.tabBox .tabArea {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .tabBox .tabArea {
    padding: 5px 10px;
    margin: 40px auto 0;
  }
}
.tabBox .tabArea .one_tab {
  width: 100%;
  padding: 5px;
  transition-duration: 0.3s;
  text-align: center;
  cursor: pointer;
}
.tabBox .tabArea .one_tab.select a {
  background: #177860;
  text-shadow: none;
  box-shadow: inset 0 2px 0 #000;
  position: relative;
}
.tabBox .tabArea .one_tab.select a::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #177860;
  left: calc(50% - 10px);
  bottom: -10px;
  transform: rotate(45deg);
}
.tabBox .tabArea .one_tab > .button__wrap__square > a {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .tabBox .tabArea .one_tab > .button__wrap__square > a {
    min-width: auto;
  }
}
.tabBox .tabArea .one_tab:hover {
  opacity: 0.7;
  text-decoration: none;
}
.tabBox .tabArea .bottom {
  align-items: flex-start;
}

.contents .tab_main {
  display: none;
  padding: 20px 0 40px;
  min-height: 280px;
  transition-duration: 0.3s;
}

.tab_main.is_show {
  display: block;
  /*表示*/
  animation-name: displayAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.access_detail {
  padding: 0 10px;
}
.access_detail ul li {
  padding: 5px 0 5px 70px;
  position: relative;
}
.access_detail ul li > span {
  position: absolute;
  left: 10px;
  top: calc(50% - 20px);
  text-align: center;
  width: 40px;
  height: 40px;
}
.access_detail ul li > span.subway {
  background: url("../images/icons/access_subway.svg") no-repeat center center;
}
.access_detail ul li > span.car {
  background: url("../images/icons/access_car.svg") no-repeat center center;
}
.access_detail ul li > span.bus {
  background: url("../images/icons/access_bus.svg") no-repeat center center;
}

.snsicons {
  text-align: center;
  padding: 20px 0;
}
.snsicons img {
  width: 30px;
}

.list__tip--yl li {
  display: inline-block;
  border-radius: 20px;
  padding: 2px 20px;
  margin: 2px;
  color: #fff;
  font-size: 1.4em;
}
.list__tip--yl li.li01 {
  background-color: #70caed;
}
.list__tip--yl li.li02 {
  background-color: #efd06c;
}
.list__tip--yl li.li03 {
  background-color: #93d86e;
  font-size: 1em;
}
.list__tip--yl li.li03 span {
  font-size: 0.8em;
}
.list__tip--yl li.li04 {
  background-color: #70caed;
}

.mainAccess__map img {
  border: 1px solid #e3e6e7;
}

.accordion__container {
  width: 100%;
  margin: 20px auto;
}

.accordion__content {
  padding: 10px;
  display: none;
  background: #e3e6e7;
}
.accordion__content figure {
  margin-bottom: 0 !important;
}
.accordion__content.active {
  display: block;
  transition: all 2.5s ease;
}

.attention {
  padding: 60px 0 0;
}
.attention h3 {
  text-align: center;
}
.attention .attention__content {
  border: 2px solid #e5d389;
  padding: 20px 10px;
}
.attention .attention__content ul {
  padding: 10px 0 10px 40px;
}
@media screen and (max-width: 767px) {
  .attention .attention__content ul {
    padding: 10px 0 10px 20px;
  }
}
.attention .attention__content ul > li {
  margin-bottom: 15px;
  padding: 0 20px;
}
.attention .attention__content ul > li {
  position: relative;
}
.attention .attention__content ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #e24b00;
}
.attention .attention__content strong {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 85%, #ff6358 0%) repeat scroll 0 0;
  color: #3d3f3d;
}

.child__wrap {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  gap: 0px 20px;
}
@media screen and (max-width: 767px) {
  .child__wrap {
    flex-wrap: wrap;
  }
}

.page_children {
  padding: 40px 0 0;
  box-sizing: border-box;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .page_children {
    width: auto;
  }
}
.page_children dt {
  margin: 0 auto;
  text-align: center;
}
.page_children dt > a {
  color: #fff;
  text-shadow: 0 2px 6px #177860;
  background: linear-gradient(45deg, rgb(141, 208, 67) 0%, rgb(79, 186, 49) 30%);
  border-radius: 14px;
  box-shadow: 0 2px 0 #177860;
  display: inline-block;
  font-size: initial;
  font-weight: initial;
  padding: 10px 40px;
  text-decoration: none;
  word-break: break-word;
  box-sizing: border-box;
  min-width: 180px;
}
.page_children dt > a:active {
  box-shadow: none;
  transform: translateY(2px);
}
.page_children dt > a:hover {
  opacity: 1;
}

.profile .name {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 26pt !important;
  font-weight: 400;
}
.profile .name > span {
  font-size: initial;
}
.profile .title {
  border-bottom: 2px solid #52b33b;
  padding: 20px 0;
}

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

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

dl.table {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  border: 1px solid #aaa;
}
@media screen and (max-width: 767px) {
  dl.table {
    border: none;
  }
}
dl.table > dt {
  background: #f3f3f3;
  border-bottom: 1px solid #aaa;
  width: 25%;
  padding: 10px 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  dl.table > dt {
    display: block;
    width: 100%;
    padding: 8px 20px;
    border-bottom: none;
  }
}
dl.table > dt:last-of-type {
  border: none;
}
dl.table > dd {
  width: 75%;
  border-bottom: 1px solid #aaa;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  dl.table > dd {
    display: block;
    width: 100%;
    padding: 10px 5px 20px;
    border-bottom: none;
  }
}
dl.table > dd:last-of-type {
  border: none;
}

/* ボタンのスタイル */
.page-top {
  /* buttonタグのリセットCSS */
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  /* ボタンの装飾 */
  position: fixed;
  right: 10px;
  bottom: 80px;
  z-index: 100;
  width: 50px;
  height: 50px;
  padding-top: 8px;
  background: rgba(240, 240, 240, 0.6);
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.3s ease;
  opacity: 0;
}
.page-top:before {
  content: "";
  width: 20px;
  height: 20px;
  margin-bottom: -6px;
  border-top: solid 1px rgba(0, 0, 0, 0.4);
  border-right: solid 1px rgba(0, 0, 0, 0.4);
  transform: rotate(-45deg);
}
.page-top:after {
  content: "TOP";
  width: 100%;
  font-size: 9px;
  letter-spacing: 0.25em;
  text-align: center;
  color: #3d3f3d;
}

/* ホバー時のスタイル */
.page-top:hover {
  transform: scale(1.1);
}

/* fixbutton */
.fixbutton {
  position: fixed;
  z-index: 20;
  left: calc(50% - 150px);
  bottom: 10px;
  display: flex;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .fixbutton {
    width: 280px;
    height: 60px;
    left: calc(50% - 140px);
    bottom: -20px;
    top: auto;
    padding-left: 0;
    padding-bottom: 20px;
  }
}
.fixbutton > a {
  width: 100%;
  font-size: 1.4rem;
  justify-content: center;
  align-items: center;
  padding: 15px 15px 20px 70px;
  background: url("../images/icons/mail.svg") 20px center/30px auto no-repeat #d92f1f;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  color: white;
  letter-spacing: 0.08em;
}

section.faq {
  text-align: center;
  padding-bottom: 100px;
}

.nav-links ul {
  display: flex;
  justify-content: center;
  gap: 5px;
  padding: 60px 0;
}
.nav-links ul li {
  width: 40px;
  height: 40px;
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-links ul li span {
  flex-grow: 1;
  background: #ccc;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-links ul li a {
  flex-grow: 1;
  background: #40a629;
  color: #fff;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index__recruitmentLink {
  position: fixed;
  z-index: 10;
  bottom: -70px;
  left: 50px;
  width: 362px;
  height: 70px;
  background: url("../images/bg/bg_flower_recruitment.png") no-repeat;
}
.index__recruitmentLink.index__recruitmentLink--shown {
  animation: showFlower 1000ms 1;
  animation-fill-mode: forwards;
}
@keyframes showFlower {
  0% {
    bottom: -70px;
  }
  30% {
    bottom: 5px;
  }
  40% {
    bottom: -10px;
  }
  100% {
    bottom: -5px;
  }
}
.index__recruitmentLink > p {
  padding: 7px 0 0 98px;
  line-height: 1.4;
}
.index__recruitmentLink > p > a {
  color: #63b24d;
}
@media screen and (max-width: 767px) {
  .index__recruitmentLink {
    display: none;
  }
}

.index__greeting article {
  display: none;
  grid-template-columns: 40% 1fr;
  gap: 20px;
}
@media screen and (max-width: 1023px) {
  .index__greeting article {
    grid-template-columns: 1fr;
  }
}
.index__greeting .image img {
  width: 100%;
  object-fit: cover;
  object-position: right center;
}
.index__greeting section.comment {
  background: rgba(255, 255, 255, 0.4);
  padding: 30px 15% 30px 5%;
}
@media screen and (max-width: 1023px) {
  .index__greeting section.comment {
    padding: 30px 50px 100px;
  }
}
@media screen and (max-width: 767px) {
  .index__greeting section.comment {
    padding: 20px;
  }
}
.index__greeting section.comment .doctor {
  justify-content: end;
  display: flex;
  align-items: right;
  align-items: end;
  align-content: flex-end;
  flex-direction: column;
  letter-spacing: 0.2rem;
  padding: 0 40px 20px 0;
}
@media screen and (max-width: 767px) {
  .index__greeting section.comment .doctor {
    background-position: bottom left;
    background-size: cover;
    padding: 10px;
    min-height: 200px;
    letter-spacing: 0.4rem;
  }
}
.index__greeting section.comment .doctor .clinicname {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .index__greeting section.comment .doctor .clinicname {
    font-size: 1.1rem;
  }
}
.index__greeting section.comment .doctor .name__wrap {
  display: flex;
  text-align: right;
  font-weight: normal;
  line-height: 2rem;
}
@media screen and (max-width: 767px) {
  .index__greeting section.comment .doctor .name__wrap {
    flex-direction: column;
    padding: 0px;
    line-height: initial;
  }
}
.index__greeting section.comment .doctor .name__wrap .name {
  padding: 0 0 0 20px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .index__greeting section.comment .doctor .name__wrap .name {
    text-align: right;
    padding: 0;
    font-size: 1.2rem;
  }
}
.index__greeting section.comment .doctor .english {
  letter-spacing: 0.3rem;
  font-size: 0.9rem;
  padding-right: 5px;
}
@media screen and (max-width: 767px) {
  .index__greeting section.comment .doctor .english {
    font-size: 0.8rem;
  }
}

.index_housecall_detail {
  background: #e3e2d0;
}
.index_housecall_detail .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .index_housecall_detail .inner {
    grid-template-columns: 1fr;
  }
}

.index__disease {
  background: #e3e2d0;
}
.index__disease dl {
  width: 90%;
  margin: 0 auto;
}
.index__disease dl dt {
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
  padding: 10px 0;
  position: relative;
  margin: 0px auto;
  color: #b88711;
}
.index__disease dl dd {
  text-align: left;
  padding: 10px 0 10px 30px;
}
@media screen and (max-width: 767px) {
  .index__disease dl dd {
    padding: 10px 0 10px 0;
  }
}
.index__disease dl dd:after {
  content: "";
  display: block;
  clear: both;
}
.index__disease small {
  display: block;
  text-align: right;
}
.index__disease .areaimg {
  width: 50%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .index__disease .areaimg {
    width: 150px;
  }
}
.index__disease .area {
  display: flex;
  width: 70%;
  margin: auto;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .index__disease .area {
    flex-direction: column;
    width: 98%;
  }
  .index__disease .area img {
    width: 100%;
  }
}

.indexMain__greeting__imgBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 80%;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .indexMain__greeting__imgBox {
    width: 95%;
  }
}
.indexMain__greeting__imgBox .img {
  width: 15%;
  margin: 5px;
}
.indexMain__greeting__imgBox .img img {
  width: 100%;
}
.indexMain__greeting__imgBox .txt {
  width: 80%;
}

.indexMain__open {
  padding: 70px 0 70px;
  background-image: url("../images/bg/bg_open.png");
  background-repeat: repeat;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .indexMain__open {
    padding: 60px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .indexMain__open {
    padding: 40px 0 40px;
  }
}

.indexMain__open__content {
  margin: 0 auto 0;
  background: #f6f7f0;
  padding: 40px 80px;
}
@media screen and (max-width: 1023px) {
  .indexMain__open__content {
    padding: 20px 0;
    width: 90%;
  }
}

.indexMain__open__heading {
  font-size: 40px;
  color: #f2b540;
  display: inline-block;
  margin: 0 auto 0;
  padding: 0 0 30px;
}
@media screen and (max-width: 1023px) {
  .indexMain__open__heading {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .indexMain__open__heading {
    padding: 25px 10px;
    margin: 0 20px 0;
    font-size: 22px;
  }
}
@media screen and (max-width: 374px) {
  .indexMain__open__heading {
    padding: 20px 10px;
  }
}
.indexMain__open__heading > span {
  font-size: 60px;
}
@media screen and (max-width: 1023px) {
  .indexMain__open__heading > span {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .indexMain__open__heading > span {
    font-size: 30px;
  }
}
.indexMain__open__heading > br {
  display: none;
}
@media screen and (max-width: 1023px) {
  .indexMain__open__heading > br {
    display: inherit;
  }
}

.indexMain__open__recruitment {
  font-size: 28px;
  color: #f2b540;
  margin: 0 auto 0;
  background: #f6f7f0;
  padding: 40px 0;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .indexMain__open__recruitment {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .indexMain__open__recruitment {
    padding: 25px 30px;
  }
}
@media screen and (max-width: 374px) {
  .indexMain__open__recruitment {
    padding: 20px 25px;
  }
}
.indexMain__open__recruitment p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .indexMain__open__recruitment p {
    text-align: justify;
  }
}
.indexMain__open__recruitment a {
  font-size: 32px;
}
@media screen and (max-width: 1023px) {
  .indexMain__open__recruitment a {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .indexMain__open__recruitment a {
    font-size: 16px;
  }
}
.index__keyvisual {
  width: 90%;
  margin: 100px auto 0 auto;
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: 1fr;
  gap: 60px;
}
@media screen and (max-width: 1439px) {
  .index__keyvisual {
    grid-template-columns: 60% 1fr;
    gap: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .index__keyvisual {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.index__keyvisual .logo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.index__keyvisual .logo h1.header__logo {
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .index__keyvisual .logo h1.header__logo {
    position: relative;
    top: initial;
    left: initial;
    padding: 2%;
    text-align: left;
  }
}
.index__keyvisual .logo h1.header__logo img {
  width: 100%;
}
.index__keyvisual .logo h1.header__logo p {
  text-align: inherit;
  padding-top: 5px;
  font-size: initial;
  font-weight: normal;
}
@media screen and (max-width: 1023px) {
  .index__keyvisual .logo h1.header__logo p {
    font-size: 0.8rem;
  }
}
.index__keyvisual .copy {
  font-family: "M PLUS 1p", sans-serif;
  color: #40a629;
  font-size: 1.5rem;
}
.index__keyvisual nav {
  width: 100%;
  border-radius: 20px;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .index__keyvisual nav {
    display: none;
  }
}
.index__keyvisual nav ul {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
}
.index__keyvisual nav ul li {
  border-right: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index__keyvisual nav ul li a {
  display: block;
  padding: 5px 15px 5px 40px;
  background: url("../images/icons/arrow.svg") 10px center/20px no-repeat #e3e2d0;
}
.index__keyvisual nav ul li a:hover {
  background-color: #40a629;
}
.index__keyvisual nav ul li:last-child {
  border-right: none;
}
.index__keyvisual nav ul li:last-child a {
  border-radius: 0 20px 20px 0;
}
.index__keyvisual nav ul li:first-child a {
  border-radius: 20px 0 0 20px;
}

/* おしらせ */
.archiveMain__blog .posts,
.blog__information .posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 30px;
}
@media screen and (max-width: 1023px) {
  .archiveMain__blog .posts,
  .blog__information .posts {
    grid-template-columns: 1fr;
  }
}
.archiveMain__blog .post,
.blog__information .post {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 10px;
  background-color: #fff;
  padding: 0 0 10px 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.archiveMain__blog .post:hover,
.blog__information .post:hover {
  transform: scale(1.02);
  transition: transform 0.3s ease;
}
.archiveMain__blog .post > a,
.blog__information .post > a {
  display: inherit;
  grid-template-rows: inherit;
  grid-row: inherit;
}
.archiveMain__blog .post > a .title,
.blog__information .post > a .title {
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  padding: 0 1rem;
  color: #40a629;
}
@media screen and (max-width: 767px) {
  .archiveMain__blog .post > a .title,
  .blog__information .post > a .title {
    text-align: justify;
  }
}
.archiveMain__blog .post > a .time,
.blog__information .post > a .time {
  font-family: "M PLUS 1p", sans-serif;
  padding: 0 1rem;
  font-size: 0.9rem;
  text-align: right;
}
.archiveMain__blog .post > a .thumbnail,
.blog__information .post > a .thumbnail {
  background: #eee;
  height: clamp(100px, 20vh, 300px);
}
.archiveMain__blog .post > a .thumbnail img,
.blog__information .post > a .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.archiveMain__blog .post > a .thumbnail.noimg,
.blog__information .post > a .thumbnail.noimg {
  text-align: center;
}
.archiveMain__blog .post > a .thumbnail.noimg img,
.blog__information .post > a .thumbnail.noimg img {
  width: 80%;
  object-fit: none;
}
.archiveMain__blog .post > a .tags,
.blog__information .post > a .tags {
  padding: 5px;
  display: flex;
  justify-content: end;
  align-items: flex-start;
  gap: 5px;
  letter-spacing: 0.12em;
}
.archiveMain__blog .post > a .tags li,
.blog__information .post > a .tags li {
  border-radius: 15px;
  padding: 4px 15px 2px;
  font-size: 0.9rem;
  line-height: 1;
  color: #fff;
}
.archiveMain__blog .post > a .tags li.outpatient,
.blog__information .post > a .tags li.outpatient {
  background: #cc9a19;
}
.archiveMain__blog .post > a .tags li.housecall,
.blog__information .post > a .tags li.housecall {
  background: #1f5a99;
}

.index__topic {
  /*background: url("../images/photos/header.webp") top center / cover no-repeat;*/
}
.index__topic .copy2 p {
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  display: block;
  color: #32323d;
  font-size: 1.8rem;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .index__topic .copy2 p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 374px) {
  .index__topic .copy2 p {
    font-size: 1rem;
  }
}

.preopen {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 50px 0;
}
.preopen p {
  text-align: center;
}
.preopen img {
  width: 300px;
  margin: 50px auto;
}

.indexMain__reason .points {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px 40px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .indexMain__reason .points {
    grid-template-columns: 1fr;
  }
}
.indexMain__reason .points dl {
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  display: grid;
}
.indexMain__reason .points dt {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.1rem;
  text-align: center;
  padding: 5px 0;
  position: relative;
  margin: 0 auto;
  color: #40a629;
  border-bottom: 2px solid #40a629;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .indexMain__reason .points dt {
    font-size: 1.8rem;
    letter-spacing: 0.14rem;
    padding: 5px 0;
  }
}
.indexMain__reason .points dd {
  padding: 20px 0;
}
.indexMain__reason .points dd:last-of-type {
  padding: 0;
  align-self: end;
}
.indexMain__reason .points dd.image {
  text-align: center;
}
.indexMain__reason .points dd.image img {
  width: 80%;
}

.main--inquiry {
  padding: 40px 0;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .main--inquiry {
    width: 100%;
  }
}
.main--inquiry dl {
  display: flex;
  justify-content: left;
  gap: 4%;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .main--inquiry dl {
    flex-direction: column;
  }
}
.main--inquiry dl dt {
  flex: 1;
  padding: 5px 0 5px 20px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .main--inquiry dl dt {
    padding: 0px 0 0px 20px;
    background: #d8caad;
    text-align: left;
  }
}
.main--inquiry dl dt > p {
  text-align: inherit;
}
.main--inquiry dl dd {
  flex: 3;
}
.main--inquiry dl dd > p {
  width: 100%;
}
.main--inquiry .wpcf7-form.sent .wpcf7-submit {
  display: none;
}
.main--inquiry div.title {
  margin-bottom: 40px;
}
.main--inquiry div.title p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main--inquiry div.title p {
    text-align: initial;
  }
}
.main--inquiry .main--inquiry__form__input .wpcf7-submit {
  background: #ebdb2d;
  padding: 0.5% 10%;
  border-radius: 4px;
  box-shadow: 0 2px 0 rgba(209, 192, 7, 0.8);
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .main--inquiry .main--inquiry__form__input .wpcf7-submit {
    padding: 1% 30%;
  }
}
.main--inquiry .main--inquiry__form__input .wpcf7-submit:active {
  transform: translateY(2px);
  box-shadow: none;
}
@media screen and (max-width: 1023px) {
  .main--inquiry .main--inquiry__form__input .wpcf7-form-control-wrap.bodyText span.wpcf7-not-valid-tip {
    margin-left: 0px;
  }
}
.main--inquiry .main--inquiry__form__input input[type=text],
.main--inquiry .main--inquiry__form__input input[type=email],
.main--inquiry .main--inquiry__form__input input[type=tel] {
  border: 1px solid #b88711;
  background: #fff;
  padding: 5px 8px 2px;
  border-radius: 4px;
  width: 100%;
}
.main--inquiry .main--inquiry__form__input select {
  padding: 5px 8px;
  border-radius: 4px;
  border: 1px solid #b88711;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .main--inquiry .main--inquiry__form__input select {
    display: block;
    width: 100%;
  }
}
.main--inquiry .main--inquiry__form__input textarea {
  width: 100%;
  height: 200px;
  padding: 5px 8px;
  border-radius: 4px;
  border: 1px solid #b88711;
  background: #fff;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .main--inquiry .main--inquiry__form__input textarea {
    margin-top: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .main--inquiry .main--inquiry__form__input textarea {
    min-height: 350px;
  }
}
.main--inquiry .main--inquiry__form__input .main--inquiry__form__radioGroup {
  display: inline-block;
  vertical-align: top;
  padding-top: 3px;
}
.main--inquiry .main--inquiry__form__input .main--inquiry__form__radioGroup > div {
  margin-bottom: 20px;
}
.main--inquiry .main--inquiry__form__input .main--inquiry__form__radioGroup input[type=radio] {
  display: none;
}
.main--inquiry .main--inquiry__form__input .main--inquiry__form__radioGroup .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
  margin-left: 0;
}
.main--inquiry .main--inquiry__form__input .main--inquiry__form__radioGroup .wpcf7-list-item-label {
  position: relative;
  padding-left: 40px;
  padding-top: 2px;
}
.main--inquiry .main--inquiry__form__input .main--inquiry__form__radioGroup .wpcf7-list-item-label:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -10px;
  width: 25px;
  height: 25px;
  border: 2px solid #ec9f99;
  border-radius: 14px;
  content: "";
}
.main--inquiry .main--inquiry__form__input .main--inquiry__form__radioGroup .wpcf7-list-item-label:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 4px;
  display: block;
  margin-top: -6px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #ec9f99;
  content: "";
  opacity: 0;
}
.main--inquiry .main--inquiry__form__input .main--inquiry__form__radioGroup input:checked + .wpcf7-list-item-label:before {
  opacity: 1;
}
.main--inquiry .submit__wrap > p {
  text-align: center;
  position: relative;
}
.main--inquiry .submit__wrap > p .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.main--inquiry .policy {
  background: #fff;
  padding: 20px;
  font-size: 0.8rem;
}
.main--inquiry .policy div {
  font-size: initial;
}
.main--inquiry .policy div p {
  text-align: center;
}

.mainAccess__info {
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .mainAccess__info {
    display: block;
    text-align: center;
  }
}

.mainAccess__info__logo {
  width: 250px;
}
@media screen and (max-width: 1439px) {
  .mainAccess__info__logo {
    width: 230px;
  }
}
@media screen and (max-width: 1023px) {
  .mainAccess__info__logo {
    padding-top: 10px;
    width: 180px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .mainAccess__info__logo {
    text-align: center;
    display: inline-block;
    margin: 0 auto 10px;
  }
}

.mainAccess__info__address {
  padding: 8px 0 0;
}
@media screen and (max-width: 1439px) {
  .mainAccess__info__address {
    padding: 0 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .mainAccess__info__address {
    font-size: 14px;
    padding: 8px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .mainAccess__info__address {
    margin: 0 0 10px;
    padding: 15px 0 15px;
    text-align: justify;
  }
}

.mainAccess__info__tel {
  background: white;
  border: 4px dotted #efdfc8;
  border-radius: 10px;
}
.mainAccess__info__tel > a {
  display: block;
  padding: 35px 60px;
}
@media screen and (max-width: 1439px) {
  .mainAccess__info__tel > a {
    padding: 25px 40px;
  }
}
@media screen and (max-width: 1023px) {
  .mainAccess__info__tel > a {
    padding: 24px 20px;
    margin-top: 5px;
  }
}
.mainAccess__info__tel > a > dl {
  display: flex;
  font-weight: bold;
  align-items: flex-end;
  justify-content: center;
  line-height: 1;
}
.mainAccess__info__tel > a > dl > dt {
  font-size: 20px;
  margin-right: 8px;
}
@media screen and (max-width: 1023px) {
  .mainAccess__info__tel > a > dl > dt {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .mainAccess__info__tel > a > dl > dt {
    font-size: 20px;
  }
}
.mainAccess__info__tel > a > dl > dd {
  font-size: 26px;
}
@media screen and (max-width: 1023px) {
  .mainAccess__info__tel > a > dl > dd {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .mainAccess__info__tel > a > dl > dd {
    font-size: 26px;
  }
}

.image__wrap {
  border: 2px solid #b88711;
  padding: 60px 20px;
  position: relative;
  margin: 40px auto;
}
.image__wrap h3 {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.3rem;
  font-weight: normal;
  text-align: center;
  padding: 0 20px;
  width: 300px;
  height: 40px;
  position: absolute;
  top: -20px;
  left: calc(50% - 150px);
  border: 2px solid #b88711;
  color: #4c67a6;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .image__wrap h3 {
    font-size: 1.1rem;
  }
}
.image__wrap div {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .image__wrap div {
    flex-direction: column;
    gap: 80px;
  }
}
.image__wrap div dl {
  flex: 1;
  text-align: center;
}
.image__wrap div dl dt {
  color: #4c67a6;
}
.image__wrap div dl dd img {
  width: 80%;
}

div.image__wrap--outer {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  div.image__wrap--outer {
    flex-direction: column;
  }
}
