@charset "UTF-8";
/* ==========================================================================
リセット
========================================================================== */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

/* HTML5 display definitions
----------------------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/* Links
----------------------------------------------------------------- */
a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
----------------------------------------------------------------- */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 1rem;
  line-height: 1;
  margin: 0;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
----------------------------------------------------------------- */
img {
  border: 0;
}

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

/* Grouping content
----------------------------------------------------------------- */
figure {
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

/* Forms
----------------------------------------------------------------- */
button,
input,
optgroup,
select,
textarea {
  outline: none;
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  border: none;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/* Tables
----------------------------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ==========================================================================
グローバル変数
=========================================================================*/
@font-face {
  font-family: "uzura";
  src: url("../font/uzura.woff2") format("woff2"), url("../font/uzura.woff") format("woff");
}
/*-==========================================================================
mixin
==========================================================================*/
/*-==========================================================================
ブレイクポイント
==========================================================================*/
/* less_than_xx */
/* more_than_xx */
/* ==========================================================================
汎用CSS
========================================================================== */
/* サイト全体のフォントサイズや色に関する設定
----------------------------------------------------------------- */
html {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  text-justify: inter-ideograph;
  vertical-align: baseline;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background-image: url(../images/bg.jpg);
  background-size: 400px 400px;
}

::-moz-selection {
  color: #525252;
  background-color: #ffd0c4;
}

::selection {
  color: #525252;
  background-color: #ffd0c4;
}

::-moz-selection {
  color: #525252;
  background-color: #ffd0c4;
}

.f-common-wrap {
  overflow: hidden;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0;
  text-align: justify;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

hr {
  overflow: visible;
  border: 0;
  border-top: 1px solid #e9e9e9;
  text-align: inherit;
  margin: 0 0 0 0;
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
ul li {
  list-style-type: none;
  text-align: justify;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table {
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
  width: 100%;
  text-align: justify;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0;
}

label {
  cursor: pointer;
}

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

/* ==========================================================================
アニメーション
========================================================================== */
/* fadeIm fadeOut
----------------------------------------------------------------- */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*-==========================================================================
特定の画面幅で表示・非表示するクラス（CSSの順番の上書きの関係で、utilityフォルダには置かず、こちらに記載)
==========================================================================*/
@media screen and (min-width: 1401px) {
  .f-visible-1400 {
    display: block;
  }
}
@media screen and (max-width: 1400px) {
  .f-visible-1400 {
    display: none !important;
  }
}

@media screen and (min-width: 1041px) {
  .f-visible-1400pc {
    display: block;
  }
}
@media screen and (max-width: 1040px) {
  .f-visible-1400pc {
    display: none !important;
  }
}

@media screen and (min-width: 993px) {
  .f-visible-1400pclp {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .f-visible-1400pclp {
    display: none !important;
  }
}

@media screen and (min-width: 993px) {
  .f-visible-lp {
    display: none !important;
  }
}
@media screen and (min-width: 821px) and (max-width: 992px) {
  .f-visible-lp {
    display: block;
  }
}
@media screen and (max-width: 820px) {
  .f-visible-lp {
    display: none !important;
  }
}

@media screen and (min-width: 993px) {
  .f-visible-lptbsp {
    display: none !important;
  }
}
@media screen and (max-width: 992px) {
  .f-visible-lptbsp {
    display: block;
  }
}

@media screen and (min-width: 821px) {
  .f-visible-tb {
    display: none !important;
  }
}
@media screen and (min-width: 577px) and (max-width: 820px) {
  .f-visible-tb {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .f-visible-tb {
    display: none !important;
  }
}

@media screen and (min-width: 821px) {
  .f-visible-1400pclptb {
    display: block;
  }
}
@media screen and (max-width: 820px) {
  .f-visible-1400pclptb {
    display: none !important;
  }
}

@media screen and (min-width: 821px) {
  .f-visible-tbsp {
    display: none !important;
  }
}
@media screen and (max-width: 820px) {
  .f-visible-tbsp {
    display: block;
  }
}

@media screen and (min-width: 577px) {
  .f-visible-1400pclptbsp {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .f-visible-1400pclptbsp {
    display: none !important;
  }
}

@media screen and (min-width: 577px) {
  .f-visible-sp {
    display: none !important;
  }
}
@media screen and (max-width: 576px) {
  .f-visible-sp {
    display: block;
  }
}

/* ==========================================================================
ヘッダー
========================================================================== */
header {
  position: relative;
}

.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  height: 104px;
  z-index: 1010;
  position: relative;
}
@media screen and (max-width: 820px) {
  .l-header {
    height: 60px;
  }
}
@media screen and (max-width: 576px) {
  .l-header {
    height: 45px;
  }
}

.l-header-logo {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 411px;
  width: 100%;
}
@media screen and (max-width: 1040px) {
  .l-header-logo {
    max-width: 330px;
  }
}
@media screen and (max-width: 820px) {
  .l-header-logo {
    max-width: 290px;
  }
}
@media screen and (max-width: 576px) {
  .l-header-logo {
    width: 200px;
  }
}
.l-header-logo h1 {
  position: relative;
  height: 100%;
  width: 100%;
}
.l-header-logo h1 a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-header-logo h1 a img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 820px) {
  .l-header-logo h1 a img {
    -webkit-transform: translateX(-50px) translateY(-30px);
            transform: translateX(-50px) translateY(-30px);
  }
}
@media screen and (max-width: 576px) {
  .l-header-logo h1 a img {
    -webkit-transform: translateX(-30px) translateY(-23px);
            transform: translateX(-30px) translateY(-23px);
  }
}

.l-header-text {
  position: absolute;
  left: 210px;
  z-index: 1;
  line-height: 1.4;
  top: 16px;
  font-size: 11px;
}
@media screen and (max-width: 576px) {
  .l-header-text {
    top: 8px;
    left: 153px;
  }
}

/* PC版メニュー
----------------------------------------------------------------- */
.l-header-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 70%;
  text-align: center;
  font-size: 0.875rem;
  height: 104px;
}
.l-header-nav .l-header-nav-global {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern1-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 104px;
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern1-main .l-header-nav-pattern1-main__menu {
  position: relative;
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern1-main .l-header-nav-pattern1-main__menu a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #3c6d2c;
  font-family: "uzura", sans-serif;
  font-size: 16px;
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern1-main .l-header-nav-pattern1-main__menu a:hover {
  color: #ff9849;
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern1-main .l-header-nav-pattern1-main__menu:not(:last-child) {
  margin-right: 3em;
}
@media screen and (max-width: 1040px) {
  .l-header-nav .l-header-nav-global ul.l-header-nav-pattern1-main .l-header-nav-pattern1-main__menu:not(:last-child) {
    margin-right: 1em;
  }
}
.l-header-nav .l-header-nav-global .l-dropdown {
  position: relative;
}
@media (orientation: landscape) and (max-device-width: 1024px) {
  .l-header-nav .l-header-nav-global .l-dropdown > a {
    pointer-events: none;
  }
}
.l-header-nav .l-header-nav-global .l-dropdown .l-dropdown-nav {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.l-header-nav .l-header-nav-global .l-dropdown .l-dropdown-nav:after {
  content: "";
  border-bottom: 25px solid rgba(60, 109, 44, 0.7);
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  position: absolute;
  top: -25px;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  width: 0;
  height: 0;
}
.l-header-nav .l-header-nav-global .l-dropdown .l-dropdown-nav .l-dropdown-nav__menu {
  width: 222px;
  background-color: rgba(60, 109, 44, 0.7);
  line-height: 1.6;
  font-size: 13px;
  font-size: 0.8125rem;
}
.l-header-nav .l-header-nav-global .l-dropdown .l-dropdown-nav .l-dropdown-nav__menu a {
  padding: 15px 40px;
  color: #fff;
  text-align: center;
  display: block;
}
.l-header-nav .l-header-nav-global .l-dropdown .l-dropdown-nav .l-dropdown-nav__menu:first-child {
  padding-top: 20px;
}
.l-header-nav .l-header-nav-global .l-dropdown .l-dropdown-nav .l-dropdown-nav__menu:last-child {
  padding-bottom: 20px;
}
.l-header-nav .l-header-nav-global .l-dropdown .l-dropdown-nav.l-dropdown-open {
  overflow: visible;
  opacity: 1;
  visibility: visible;
}
.l-header-nav .l-header-nav-global .l-dropdown .l-dropdown-arrow::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #3c6d2c;
  border-right: 1px solid #3c6d2c;
  transform: rotate(135deg) translateY(50%);
  -webkit-transform: rotate(135deg) translateY(50%);
  margin-left: 0.6125em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.l-header-nav .l-header-nav-global .l-dropdown:hover .l-dropdown-arrow::after {
  border-top: 1px solid #ff9849;
  border-right: 1px solid #ff9849;
}
.l-header-nav .l-header-nav-contact {
  width: 27%;
  max-width: 320px;
  line-height: 80px;
}
.l-header-nav .l-header-nav-contact .l-header-nav-contact-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-header-nav .l-header-nav-contact .l-header-nav-contact-wrap .l-header-nav-contact-menu {
  width: 50%;
}
.l-header-nav .l-header-nav-contact .l-header-nav-contact-wrap .l-header-nav-contact-menu a {
  display: block;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}
.l-header-nav .l-header-nav-contact .l-header-nav-contact-wrap .l-header-nav-contact-menu:first-child a {
  background-color: #ff9849;
}
.l-header-nav .l-header-nav-contact .l-header-nav-contact-wrap .l-header-nav-contact-menu:first-child a:hover {
  background-color: #71b8d2;
}
.l-header-nav .l-header-nav-contact .l-header-nav-contact-wrap .l-header-nav-contact-menu:last-child a {
  background-color: #3c6d2c;
}
.l-header-nav .l-header-nav-contact .l-header-nav-contact-wrap .l-header-nav-contact-menu:last-child a:hover {
  background-color: #71b8d2;
}

/* アクティブメニュー*/
.l-header-nav-list a {
  position: relative;
}
.l-header-nav-list a.active::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 1rem;
  background-color: #3c6d2c;
  width: 25px;
  height: 2px;
}

.l-header-nav-contact-wrap a {
  position: relative;
}
.l-header-nav-contact-wrap a.active::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 1rem;
  background-color: #71b8d2;
  width: 25px;
  height: 2px;
}

/* ドロワーメニュー
----------------------------------------------------------------- */
.l-toggle {
  display: block;
  width: 60px;
  height: 60px;
  background-image: url(/shared/images/menu_open.svg);
  -webkit-transition: background-image 0.1s linear;
  transition: background-image 0.1s linear;
  background-size: contain;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
}
@media screen and (max-width: 576px) {
  .l-toggle {
    width: 45px;
    height: 45px;
  }
}

body.open {
  overflow: hidden;
}
body.open .l-toggle {
  background-image: url(/shared/images/menu_close.svg);
}

.l-drawer {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
}
.l-drawer .l-drawer-body {
  position: absolute;
  width: 100%;
  height: 100%;
}
.l-drawer .l-drawer-body .l-drawer-nav-main {
  position: relative;
  height: 100%;
  background-color: rgba(60, 109, 44, 0.95);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-left: 20px;
  padding-right: 20px;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu {
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
  border-bottom: 1px solid white;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu a {
  color: #fff;
  padding: 1.875em 10%;
  display: block;
  position: relative;
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
}
@media screen and (max-width: 576px) {
  .l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu a {
    padding: 1em 10%;
  }
}

.l-drawer-nav-main-sub {
  border-top: 1px dotted #fff;
}

.l-drawer-nav-main-sub__menu:not(:last-child) {
  border-bottom: 1px dotted #fff;
}

/* ==========================================================================
フッター
========================================================================== */
footer {
  position: relative;
  z-index: 1;
  margin-top: 80px;
}
@media screen and (max-width: 576px) {
  footer {
    margin-top: 25px;
  }
}
footer::before, footer::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 206px;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
footer::before {
  background-image: url(/shared/images/footer_bg_left.svg);
  background-position: bottom left;
  left: 0;
  width: 50.92vw;
}
@media screen and (max-width: 576px) {
  footer::before {
    width: 203px;
  }
}
footer::after {
  background-image: url(/shared/images/footer_bg_right.svg);
  background-position: bottom right;
  width: 40.57vw;
  right: 0;
}
@media screen and (max-width: 576px) {
  footer::after {
    width: 162px;
  }
}

/* 問い合わせ欄
----------------------------------------------------------------- */
.l-footer-contact-flex {
  background-color: #fff;
  border-radius: 83px;
  padding: 40px 60px 40px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .l-footer-contact-flex {
    display: block;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 30px;
  }
}
.l-footer-contact-flex .tel {
  -ms-flex-preferred-size: 38.77%;
      flex-basis: 38.77%;
  padding-bottom: 20px;
  background-image: url(/shared/images/logomark.svg);
  background-position: center calc(50% + 36px);
  background-repeat: no-repeat;
}
@media screen and (max-width: 820px) {
  .l-footer-contact-flex .tel {
    background-position: center calc(50% + 10px);
  }
}
.l-footer-contact-flex .tel img {
  margin-bottom: 20px;
}
.l-footer-contact-flex .tel p {
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 820px) {
  .l-footer-contact-flex .tel p {
    font-size: 17px;
  }
}
.l-footer-contact-flex .tel .number {
  font-size: 37px;
  color: #3c6d2c;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 820px) {
  .l-footer-contact-flex .tel .number {
    font-size: 8vw;
  }
}
.l-footer-contact-flex .open {
  -ms-flex-preferred-size: 59%;
      flex-basis: 59%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 820px) {
  .l-footer-contact-flex .open {
    display: block;
    margin-top: 20px;
  }
}
.l-footer-contact-flex .open h3 {
  font-size: 28px;
  color: #3c6d2c;
}
@media screen and (max-width: 820px) {
  .l-footer-contact-flex .open h3 {
    text-align: center;
    font-size: 25px;
  }
}
.l-footer-contact-flex .open .open-wrap {
  width: 100%;
}
.l-footer-contact-flex .open .open-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .l-footer-contact-flex .open .open-flex {
    display: block;
  }
}
.l-footer-contact-flex .open .open-flex .open-flex-table {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.l-footer-contact-flex .open .open-flex .open-flex-table .c-tb-open {
  margin-top: 10px;
}
.l-footer-contact-flex .open .open-flex .open-flex-table .note {
  font-size: 15px;
  margin-top: 5px;
}
.l-footer-contact-flex .open .open-flex .open-flex-text {
  -ms-flex-preferred-size: 47%;
      flex-basis: 47%;
}
.l-footer-contact-flex .open .open-flex .open-flex-text dl dt {
  color: #3c6d2c;
  font-size: 19px;
}
.l-footer-contact-flex .open .open-flex .open-flex-text dl dd {
  font-size: 17px;
}
.l-footer-contact-flex .open .open-flex .open-flex-text dl dd + dt {
  margin-top: 0.5em;
}
.l-footer-contact-flex .open .open-flex .open-flex-text dl dd ul li {
  display: inline-block;
}
.l-footer-contact-flex .open .open-flex .open-flex-text dl dd ul li::before {
  content: "■";
  color: #3c6d2c;
}
.l-footer-contact-flex .open .open-flex .open-flex-text dl dd ul li:not(:last-child) {
  margin-right: 0.5em;
}
.l-footer-contact-flex .open .open-flex .open-flex-text img {
  margin-right: 0;
  margin-left: auto;
  display: block;
}

.l-footer {
  background-color: #fff;
  margin-top: 80px;
  padding-top: 68px;
  padding-bottom: 166px;
}
@media screen and (max-width: 820px) {
  .l-footer {
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 46px;
  }
}

.l-footer-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .l-footer-flex {
    display: block;
  }
}

.l-footer-logo {
  -ms-flex-preferred-size: 288px;
      flex-basis: 288px;
}
@media screen and (max-width: 820px) {
  .l-footer-logo {
    text-align: center;
  }
}
.l-footer-logo p {
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  .l-footer-logo p {
    text-align: center;
  }
}

.l-footer-log-sns > div {
  display: inline-block;
  margin-right: 1em;
}
@media screen and (max-width: 820px) {
  .l-footer-log-sns > div {
    margin: 0 0.5em;
  }
}

/* TOPのみ */
@media screen and (max-width: 576px) {
  .home footer {
    margin-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  .home .l-footer-contact {
    background-color: #7da35a;
    padding-bottom: 30px;
  }
}
.home .l-footer-contact-flex {
  margin-top: -80px;
}
@media screen and (max-width: 576px) {
  .home .l-footer-contact-flex {
    margin-top: -40px;
  }
}

/* メニュー
----------------------------------------------------------------- */
.l-footer-nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 820px) {
  .l-footer-nav {
    display: block;
  }
}
.l-footer-nav .l-footer-nav-web {
  -ms-flex-preferred-size: 133px;
      flex-basis: 133px;
  margin-right: 40px;
}
@media screen and (max-width: 820px) {
  .l-footer-nav .l-footer-nav-web {
    margin-right: 0;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    max-width: 133px;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-footer-nav .l-footer-nav-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media screen and (max-width: 820px) {
  .l-footer-nav .l-footer-nav-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
}
.l-footer-nav .l-footer-nav-parent {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
  -ms-flex-preferred-size: 191px;
      flex-basis: 191px;
  white-space: nowrap;
}
.l-footer-nav .l-footer-nav-parent:last-child {
  margin-right: 0;
}
.l-footer-nav .l-footer-nav-parent .l-footer-nav-parent__inner {
  margin-bottom: 1rem;
}
@media screen and (max-width: 820px) {
  .l-footer-nav .l-footer-nav-parent .l-footer-nav-parent__inner {
    text-align: left;
  }
}
.l-footer-nav .l-footer-nav-parent .l-footer-nav-parent__inner a {
  font-size: 16px;
  font-weight: 600;
}
.l-footer-nav .l-footer-nav-parent .l-footer-nav-parent__inner a:hover {
  color: #71b8d2;
}
.l-footer-nav .l-footer-nav-parent .l-footer-nav-child {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 820px) {
  .l-footer-nav .l-footer-nav-parent .l-footer-nav-child {
    display: none;
  }
}
.l-footer-nav .l-footer-nav-parent .l-footer-nav-child .l-footer-nav-child__inner {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 0.75rem;
}
.l-footer-nav .l-footer-nav-parent .l-footer-nav-child .l-footer-nav-child__inner a {
  font-size: 16px;
  font-weight: 600;
}
.l-footer-nav .l-footer-nav-parent .l-footer-nav-child .l-footer-nav-child__inner:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-block;
  background-color: #83c46e;
  margin: 4px 4px 4px 0;
  width: 6px;
  height: 1px;
}

/* コピーライト
----------------------------------------------------------------- */
.l-copyright p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  text-align: right;
}
@media screen and (max-width: 820px) {
  .l-copyright p {
    text-align: center;
    margin-top: 20px;
  }
}

/* ページトップに戻るボタン
----------------------------------------------------------------- */
a#pagetop {
  line-height: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
}
a#pagetop img {
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
  width: 45px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a#pagetop:hover img {
  opacity: 0.7;
}

/* ==========================================================================
サイドバー
=========================================================================*/
.l-sidebar {
  -ms-flex-preferred-size: 240px;
      flex-basis: 240px;
  /* 検索 */
  /* 投稿カテゴリー */
  /* カレンダー */
  /* 最新の投稿 */
}
@media screen and (max-width: 820px) {
  .l-sidebar {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-sidebar .wp-block-heading {
  font-size: 20px;
  font-family: "uzura", sans-serif;
  color: #3c6d2c;
  margin-top: 30px;
  margin-bottom: 10px;
}
.l-sidebar .wp-block-search__inside-wrapper {
  position: relative;
}
.l-sidebar .wp-block-search__button {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-size: contain;
  background-image: url(/shared/images/ico_search.svg);
  background-position: center;
  background-repeat: no-repeat;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background-color: transparent;
}
.l-sidebar .wp-block-search__input {
  border-color: #3c6d2c;
  padding-right: 40px;
  padding-top: 13px;
  padding-bottom: 13px;
}
.l-sidebar .wp-block-categories-list li a {
  display: block;
  background-color: #fff;
  border-radius: 10px;
  padding: 5px 15px;
}
.l-sidebar .wp-block-categories-list li + li {
  margin-top: 10px;
}
.l-sidebar .wp-block-categories-list li.cat_info a {
  color: #50b0d4;
}
.l-sidebar .wp-block-categories-list li.cat_blog a {
  color: #689100;
}
.l-sidebar .wp-block-categories-list li.cat_important a {
  color: #b80000;
}
.l-sidebar .wp-block-categories-list li.cat_04 a {
  color: #00288b;
}
.l-sidebar .wp-block-categories-list li.cat_05 a {
  color: #ff9434;
}
.l-sidebar .wp-block-categories-list li.cat_06 a {
  color: #77571e;
}
.l-sidebar .custom-calendar-widget h3 {
  font-weight: 400;
  text-align: center;
  font-size: 14px;
  margin-bottom: 5px;
}
.l-sidebar .custom-calendar-widget table:where(:not(.has-text-color)) th {
  background-color: transparent;
}
.l-sidebar .custom-calendar-widget table th,
.l-sidebar .custom-calendar-widget table td {
  text-align: center;
}
.l-sidebar .custom-calendar-widget table th {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 2px solid #000;
}
.l-sidebar .custom-calendar-widget table td {
  border-left: none;
  border-right: none;
  padding-top: 0;
  padding-bottom: 0;
}
.l-sidebar .custom-calendar-widget table td a {
  color: #3c6d2c;
  font-weight: 600;
}
.l-sidebar .custom-calendar-widget table td a:hover {
  text-decoration: underline;
}
.l-sidebar .custom-calendar-widget .calendar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-sidebar .custom-calendar-widget .calendar-nav a,
.l-sidebar .custom-calendar-widget .calendar-nav span {
  font-size: 11px;
}
.l-sidebar .custom-calendar-widget .calendar-nav span {
  display: none;
}
.l-sidebar .wp-block-latest-posts__list li {
  border-top: 1px solid #d5d6d6;
  padding: 10px 0px;
}
.l-sidebar .wp-block-latest-posts__list li:last-child {
  border-bottom: 1px solid #d5d6d6;
}
.l-sidebar .wp-block-latest-posts__list li a {
  line-height: 1.5;
}

/* ==========================================================================
ページタイトル
=========================================================================*/
.l-page-title {
  margin-top: 100px;
}
@media screen and (max-width: 820px) {
  .l-page-title {
    margin-top: 40px;
  }
}
.l-page-title .l-page-title-inner {
  position: relative;
}
.l-page-title .l-page-title-inner .l-page-title-jp {
  color: #3c6d2c;
  font-size: 44px;
  font-size: 2.75rem;
  font-family: "uzura", sans-serif;
  padding-left: 60px;
  width: 434px;
  height: 186px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(/shared/images/bg_page_title.svg);
  letter-spacing: 0.2em;
  line-height: 1.3;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 820px) {
  .l-page-title .l-page-title-inner .l-page-title-jp {
    text-align: center;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 576px) {
  .l-page-title .l-page-title-inner .l-page-title-jp {
    width: 288px;
    height: 146px;
    font-size: 32px;
    background-image: url(/shared/images/bg_page_title_sp.svg);
  }
}

.l-page-title-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 820px) {
  .l-page-title-flex {
    display: block;
  }
}

.l-page-title-lead {
  color: #3c6d2c;
  font-weight: 600;
  font-family: "Zen Maru Gothic", serif;
  font-size: 19px;
  line-height: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 40px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 820px) {
  .l-page-title-lead {
    display: block;
    margin-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-page-title-lead p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 820px) {
  .l-page-title-lead p {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.l-page-title-lead p img {
  position: absolute;
  top: -70px;
  left: calc(100% + 10px);
  max-width: 431px;
  width: 100%;
  z-index: -1;
  max-width: none;
}
@media screen and (max-width: 820px) {
  .l-page-title-lead p img {
    position: static;
    display: block;
    margin-bottom: 20px;
  }
}

.l-page-title-image {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% + 110px);
  width: 60.78vw;
  max-width: 851px;
}
@media screen and (max-width: 820px) {
  .l-page-title-image {
    position: static;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
.l-page-title-image .l-page-title-illust {
  bottom: -160px;
  left: 0;
  right: 0;
  -webkit-transform: translateX(-60px);
          transform: translateX(-60px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 820px) {
  .l-page-title-image .l-page-title-illust {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.l-page-lead {
  margin-top: 170px;
}
.l-page-lead .lg {
  font-size: 28px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 1em;
}
@media screen and (max-width: 576px) {
  .l-page-lead .lg {
    font-size: 22px;
    text-align: center;
  }
}
.l-page-lead p {
  max-width: 571px;
}
@media screen and (max-width: 820px) {
  .l-page-lead p {
    max-width: none;
  }
}
.l-page-lead p.strong {
  color: #3c6d2c;
  font-size: 17px;
  font-weight: 600;
  margin-top: 2em;
}

/* 文字のみのシンプルタイプ
----------------------------------------------------------------- */
.l-page-title-simple {
  padding-top: 166px;
}
@media screen and (max-width: 820px) {
  .l-page-title-simple {
    padding-top: 50px;
  }
}
.l-page-title-simple h2 {
  color: #3c6d2c;
  font-size: 44px;
  text-align: center;
  font-family: "uzura", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 820px) {
  .l-page-title-simple h2 {
    font-size: 32px;
    margin-bottom: 1em;
  }
}

/* ==========================================================================
セクション
=========================================================================*/
.l-sec-small {
  padding: 1rem 0;
}

.l-sec-medium {
  padding: 2.5rem 0;
}

.l-sec-large {
  padding: 4rem 0;
}
@media screen and (max-width: 576px) {
  .l-sec-large {
    padding: 2.8571428571rem 0;
  }
}

.l-sec-xlarge {
  padding: 5rem 0;
}
@media screen and (max-width: 576px) {
  .l-sec-xlarge {
    padding: 4rem 0;
  }
}

.l-sec-xxlarge-remove-top {
  padding: 0 0 6.5rem;
}
@media screen and (max-width: 576px) {
  .l-sec-xxlarge-remove-top {
    padding: 0 0 5.1428571429rem;
  }
}

.l-sec-mountain {
  position: relative;
  background-color: #7da35a;
  margin-top: 120px;
  padding-bottom: 80px;
}
@media screen and (max-width: 576px) {
  .l-sec-mountain {
    padding-bottom: 25px;
  }
}
.l-sec-mountain::before, .l-sec-mountain::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
.l-sec-mountain::before {
  background-image: url(/shared/images/idx_access_bg_top.png);
  background-position: top center;
  background-repeat: repeat-x;
  background-size: auto 100%;
  top: -136px;
  height: 216px;
}
@media screen and (max-width: 576px) {
  .l-sec-mountain::before {
    background-image: url(/shared/images/idx_access_bg_top_sp.png);
    top: -94px;
    height: 96px;
  }
}
.l-sec-mountain::after {
  background-image: url(/shared/images/idx_access_bg_bottom.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: -67px;
  height: 67px;
}

/* ==========================================================================
コンテナーボックス
=========================================================================*/
.l-container,
.l-container-small,
.l-container-large {
  margin-left: auto;
  margin-right: auto;
  padding-left: 6%;
  padding-right: 6%;
  width: 100%;
}
@media screen and (max-width: 1040px) {
  .l-container,
  .l-container-small,
  .l-container-large {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 576px) {
  .l-container,
  .l-container-small,
  .l-container-large {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.l-container {
  max-width: calc(1140px + 12%);
}

.l-container-small {
  max-width: calc(1040px + 12%);
}

.l-container-large {
  max-width: 1120px;
}

/*-==========================================================================
FlexBox
==========================================================================*/
/* FlexBox （カスタマイズ可）
----------------------------------------------------------------- */
.c-flex,
.c-flex--align-items-center,
.c-flex--flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-flex .c-flex-2-clm,
.c-flex--align-items-center .c-flex-2-clm,
.c-flex--flex-start .c-flex-2-clm {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .c-flex .c-flex-2-clm,
  .c-flex--align-items-center .c-flex-2-clm,
  .c-flex--flex-start .c-flex-2-clm {
    width: 100%;
  }
}
.c-flex .c-flex-3-clm,
.c-flex--align-items-center .c-flex-3-clm,
.c-flex--flex-start .c-flex-3-clm {
  width: 30%;
}
@media screen and (max-width: 576px) {
  .c-flex .c-flex-3-clm,
  .c-flex--align-items-center .c-flex-3-clm,
  .c-flex--flex-start .c-flex-3-clm {
    width: 100%;
  }
}
.c-flex .c-flex-4-clm,
.c-flex--align-items-center .c-flex-4-clm,
.c-flex--flex-start .c-flex-4-clm {
  width: 20%;
}
@media screen and (max-width: 576px) {
  .c-flex .c-flex-4-clm,
  .c-flex--align-items-center .c-flex-4-clm,
  .c-flex--flex-start .c-flex-4-clm {
    width: 100%;
  }
}
.c-flex .c-flex-5-clm,
.c-flex--align-items-center .c-flex-5-clm,
.c-flex--flex-start .c-flex-5-clm {
  width: 15%;
}
@media screen and (max-width: 576px) {
  .c-flex .c-flex-5-clm,
  .c-flex--align-items-center .c-flex-5-clm,
  .c-flex--flex-start .c-flex-5-clm {
    width: 100%;
  }
}
.c-flex .c-flex-flex-1,
.c-flex--align-items-center .c-flex-flex-1,
.c-flex--flex-start .c-flex-flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 576px) {
  .c-flex,
  .c-flex--align-items-center,
  .c-flex--flex-start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-flex--align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-flex--flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 40px 5%;
}

/* FlexBox(既存のtemplateの仕組みを踏襲)
----------------------------------------------------------------- */
.c-flex-small,
.c-flex-medium,
.c-flex-large,
.c-flex-collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.c-flex-small > *:first-child {
  margin-left: 0;
}
.c-flex-small .c-flex-5-clm,
.c-flex-small .c-flex-5-clm-sp {
  width: 19.2%;
}
.c-flex-small .c-flex-4-clm {
  width: 24.25%;
}
.c-flex-small .c-flex-3-clm {
  width: 32.6666666667%;
}
.c-flex-small .c-flex-2-clm {
  width: 49.5%;
}
@media screen and (max-width: 576px) {
  .c-flex-small > * {
    margin-top: 1rem;
    margin-left: 0;
  }
  .c-flex-small > *:first-child {
    margin-top: 0;
  }
  .c-flex-small .c-flex-5-clm,
  .c-flex-small .c-flex-4-clm,
  .c-flex-small .c-flex-3-clm,
  .c-flex-small .c-flex-2-clm {
    width: 100%;
  }
  .c-flex-small .c-flex-5-clm-sp {
    width: 48%;
    margin-top: 0;
  }
  .c-flex-small .c-flex-5-clm-sp:nth-child(n+3) {
    margin-top: 1rem;
  }
  .c-flex-small .c-flex-5-clm-sp:nth-child(odd) {
    margin-right: 4%;
  }
}

.c-flex-medium > * {
  margin-left: 4%;
}
.c-flex-medium > *:first-child {
  margin-left: 0;
}
.c-flex-medium .c-flex-3-clm {
  width: 30.6666666667%;
}
.c-flex-medium .c-flex-2-clm {
  width: 48%;
}
@media screen and (max-width: 576px) {
  .c-flex-medium > * {
    margin-top: 2rem;
    margin-left: 0;
  }
  .c-flex-medium > *:first-child {
    margin-top: 0;
  }
  .c-flex-medium .c-flex-3-clm,
  .c-flex-medium .c-flex-2-clm {
    width: 100%;
  }
}

.c-flex-large > * {
  margin-left: 6%;
}
.c-flex-large > *:first-child {
  margin-left: 0;
}
.c-flex-large .c-flex-3-clm {
  width: 29.3333333333%;
}
.c-flex-large .c-flex-2-clm {
  width: 47%;
}
@media screen and (max-width: 576px) {
  .c-flex-large > * {
    margin-top: 3rem;
    margin-left: 0;
  }
  .c-flex-large > *:first-child {
    margin-top: 0;
  }
  .c-flex-large .c-flex-3-clm,
  .c-flex-large .c-flex-2-clm {
    width: 100%;
  }
}

.c-flex-collapse .c-flex-5-clm {
  width: 20%;
}
.c-flex-collapse .c-flex-4-clm {
  width: 25%;
}
.c-flex-collapse .c-flex-3-clm {
  width: 33.3333333333%;
}
.c-flex-collapse .c-flex-2-clm {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .c-flex-collapse .c-flex-5-clm,
  .c-flex-collapse .c-flex-4-clm,
  .c-flex-collapse .c-flex-3-clm,
  .c-flex-collapse .c-flex-2-clm {
    width: 100%;
  }
}

/*-==========================================================================
グリッド
==========================================================================*/
/* グリッド　
----------------------------------------------------------------- */
.c-grid-small,
.c-grid-medium,
.c-grid-large,
.c-grid-collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.c-grid-small > * {
  margin-left: 1%;
}
.c-grid-small > *:first-child {
  margin-left: 0;
}
.c-grid-small .c-grid-5-clm,
.c-grid-small .c-grid-5-clm-sp {
  width: 19.2%;
}
.c-grid-small .c-grid-4-clm {
  width: 24.25%;
}
.c-grid-small .c-grid-3-clm {
  width: 32.6666666667%;
}
.c-grid-small .c-grid-2-clm {
  width: 49.5%;
}
@media screen and (max-width: 576px) {
  .c-grid-small > * {
    margin-top: 1rem;
    margin-left: 0;
  }
  .c-grid-small > *:first-child {
    margin-top: 0;
  }
  .c-grid-small .c-grid-5-clm,
  .c-grid-small .c-grid-4-clm,
  .c-grid-small .c-grid-3-clm,
  .c-grid-small .c-grid-2-clm {
    width: 100%;
  }
  .c-grid-small .c-grid-5-clm-sp {
    width: 48%;
    margin-top: 0;
  }
  .c-grid-small .c-grid-5-clm-sp:nth-child(n+3) {
    margin-top: 1rem;
  }
  .c-grid-small .c-grid-5-clm-sp:nth-child(odd) {
    margin-right: 4%;
  }
}

.c-grid-medium > * {
  margin-left: 3%;
}
.c-grid-medium > *:first-child {
  margin-left: 0;
}
.c-grid-medium .c-grid-3-clm {
  width: 31.3333333333%;
}
.c-grid-medium .c-grid-2-clm {
  width: 48%;
}
@media screen and (max-width: 820px) {
  .c-grid-medium > * {
    margin-top: 2rem;
    margin-left: 0;
  }
  .c-grid-medium > *:first-child {
    margin-top: 0;
  }
  .c-grid-medium .c-grid-3-clm,
  .c-grid-medium .c-grid-2-clm {
    width: 100%;
  }
}

.c-grid-large > * {
  margin-left: 6%;
}
.c-grid-large > *:first-child {
  margin-left: 0;
}
.c-grid-large .c-grid-3-clm {
  width: 96%;
}
.c-grid-large .c-grid-2-clm {
  width: 47%;
}
@media screen and (max-width: 576px) {
  .c-grid-large > * {
    margin-top: 3rem;
    margin-left: 0;
  }
  .c-grid-large > *:first-child {
    margin-top: 0;
  }
  .c-grid-large .c-grid-3-clm,
  .c-grid-large .c-grid-2-clm {
    width: 100%;
  }
}

.c-grid-collapse .c-grid-5-clm {
  width: 20%;
}
.c-grid-collapse .c-grid-4-clm {
  width: 25%;
}
.c-grid-collapse .c-grid-3-clm {
  width: 33.3333333333%;
}
.c-grid-collapse .c-grid-2-clm {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .c-grid-collapse .c-grid-5-clm,
  .c-grid-collapse .c-grid-4-clm,
  .c-grid-collapse .c-grid-3-clm,
  .c-grid-collapse .c-grid-2-clm {
    width: 100%;
  }
}

.c-grid-pdf:nth-child(n+6) {
  margin-top: 30px;
}
.c-grid-pdf:nth-of-type(6n) {
  margin-left: 0 !important;
}

/* ==========================================================================
リスト
=========================================================================*/
.c-list-num {
  counter-reset: number;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.c-list-num li {
  position: relative;
  padding-left: 1.5rem;
}
.c-list-num li:before {
  content: counter(number) ".";
  counter-increment: number;
  position: absolute;
  display: inline-block;
  color: #ff9849;
  font-weight: 700;
  margin-left: -1.5rem;
}

.c-list-num-divider {
  counter-reset: number;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.c-list-num-divider li {
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  padding-left: 2.5rem;
  padding-bottom: 1rem;
  margin-top: 1rem;
}
.c-list-num-divider li:before {
  content: counter(number);
  counter-increment: number;
  position: absolute;
  display: inline-block;
  color: #3c6d2c;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  margin-left: -2rem;
}

.c-list-dot li {
  text-indent: -1em;
  margin-left: 1em;
}
.c-list-dot li:before {
  content: "・";
  color: #ff9849;
  font-weight: 700;
}

/* ==========================================================================
テーブル
=========================================================================*/
.c-tb-open {
  margin-top: -10px;
}
.c-tb-open th,
.c-tb-open td {
  border: 1px solid #d5d6d6;
  line-height: 1.4;
  text-align: center;
  padding: 10px 5px;
  font-weight: 400;
  background-color: #fff;
}
.c-tb-open thead th {
  background-color: #fbf5e1;
  color: #929394;
}
.c-tb-open tbody tr:nth-child(1) th, .c-tb-open tbody tr:nth-child(2) th {
  background-color: #3c6d2c;
  color: #fff;
}
.c-tb-open tbody tr:nth-child(1) td, .c-tb-open tbody tr:nth-child(2) td {
  color: #3c6d2c;
}
.c-tb-open tbody tr:nth-child(1) td.gray, .c-tb-open tbody tr:nth-child(2) td.gray {
  color: #929394;
}
.c-tb-open tbody tr:nth-child(3) th {
  background-color: #a05b1c;
  color: #fff;
}
.c-tb-open tbody tr:nth-child(3) td {
  color: #a05b1c;
}
.c-tb-open tbody tr:nth-child(3) td.gray {
  color: #929394;
}
.c-tb-open tbody th {
  width: 1px;
  white-space: nowrap;
}

.c-tb-pattern1 tr {
  border-bottom: 1px solid #e9e9e9;
}
.c-tb-pattern1 tr:first-child {
  border-top: 1px solid #e9e9e9;
}
.c-tb-pattern1 tr th,
.c-tb-pattern1 tr td {
  padding: 1rem;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern1 tr th,
  .c-tb-pattern1 tr td {
    line-height: 1.7;
  }
}
.c-tb-pattern1 tr th {
  font-weight: 700;
  text-align: center;
  vertical-align: top;
  width: 30%;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern1 tr th {
    text-align: left;
  }
}

.c-tb-pattern2 {
  border: 1px solid #e9e9e9;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern2 tr {
    border-top: 1px solid #e9e9e9;
  }
  .c-tb-pattern2 tr:first-child {
    border: none;
  }
}
.c-tb-pattern2 tr th,
.c-tb-pattern2 tr td {
  border: 1px solid #e9e9e9;
  padding: 1rem 1.5rem;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern2 tr th,
  .c-tb-pattern2 tr td {
    display: block;
    border: none;
    line-height: 1.7;
  }
}
.c-tb-pattern2 tr th {
  color: #3c6d2c;
  background-color: #f6f6f6;
  font-weight: 700;
  text-align: center;
  vertical-align: top;
  width: 30%;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern2 tr th {
    width: 100%;
    padding: 1rem 0;
  }
}
.c-tb-pattern2 tr td dl {
  margin: 0;
}
.c-tb-pattern2 tr td dl dt {
  color: #ff9849;
  font-weight: 700;
  float: left;
  width: 50px;
  min-width: 50px;
}
.c-tb-pattern2 tr td dl dd {
  margin-left: 50px;
}

.c-tb-pattern3 {
  overflow: auto;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern3 {
    max-height: 445px;
  }
}
.c-tb-pattern3::-webkit-scrollbar {
  width: 8px;
  background: #e9e9e9;
}
.c-tb-pattern3::-webkit-scrollbar:horizontal {
  height: 8px;
  background: #e9e9e9;
}
.c-tb-pattern3::-webkit-scrollbar-thumb {
  background: #3c6d2c;
  border-radius: 4px;
}
.c-tb-pattern3::-webkit-scrollbar-thumb:horizontal {
  background: #3c6d2c;
  border-radius: 4px;
}
.c-tb-pattern3 table {
  width: 100%;
  min-width: 720px;
}
.c-tb-pattern3 table th,
.c-tb-pattern3 table td {
  border: solid 1px #d4d4d4;
  padding: 1rem 1.5rem;
  text-align: center;
  font-weight: 700;
}
.c-tb-pattern3 table th {
  color: #3c6d2c;
  background-color: #e9e9e9;
}
.c-tb-pattern3 table td {
  font-weight: 400;
  padding: 0.5rem 1.5rem;
}
.c-tb-pattern3 table .first {
  background-color: #f6f6f6;
  font-weight: 700;
}

/* ==========================================================================
モーダルウィンドウ
=========================================================================*/
.c-modal {
  display: none;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.c-modal-bg {
  background: rgba(51, 51, 51, 0.7);
  height: 100vh;
  width: 100%;
}

.c-modal-content {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 80%;
  max-width: 720px;
}
@media screen and (max-width: 1040px) {
  .c-modal-content {
    width: 90%;
  }
}

.c-modal-content-inner {
  position: relative;
}
.c-modal-content-inner .c-modal-close {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 0;
  position: absolute;
  top: -1.5rem;
  right: 0;
}

.c-modal-open {
  display: block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-modal-open:hover {
  opacity: 0.7;
}
.c-modal-open:before {
  content: "+";
  display: block;
  color: #3c6d2c;
  background-color: #fff;
  width: 1rem;
  height: 1rem;
  text-align: center;
  line-height: 0.8;
  padding: 0.25rem;
  position: absolute;
  top: 2px;
  left: 2px;
}

/* ==========================================================================
ナビ
=========================================================================*/
.c-page-nav {
  margin-top: 2.5rem;
}
.c-page-nav .c-page-nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  margin: -1%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu {
  margin: 1%;
  background-color: #f6f6f6;
  width: 23%;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu {
    width: 98%;
  }
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a {
  display: block;
  color: #3c6d2c;
  line-height: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-right: solid 1px #3c6d2c;
  border-bottom: solid 1px #3c6d2c;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a:hover {
  color: #fff;
  background-color: #71b8d2;
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a:hover:after {
  border-color: #fff;
}

.c-page-nav-tag {
  margin: auto;
}
.c-page-nav-tag .c-page-nav-tag-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}
.c-page-nav-tag .c-page-nav-tag-wrap .c-page-nav-tag-wrap__menu {
  display: inline-block;
  background-color: #3c6d2c;
  margin: 2px;
}
.c-page-nav-tag .c-page-nav-tag-wrap .c-page-nav-tag-wrap__menu a {
  display: block;
  color: #fff;
  line-height: 3;
  padding: 0 3rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-page-nav-tag .c-page-nav-tag-wrap .c-page-nav-tag-wrap__menu a:hover {
  opacity: 0.7;
}

.c-related-nav {
  background-color: #f6f6f6;
  padding: 3.75rem 0;
}
@media screen and (max-width: 576px) {
  .c-related-nav {
    padding: 2.5rem 0;
  }
}
.c-related-nav .c-related-nav__ttl {
  color: #3c6d2c;
  border-left: 4px solid #3c6d2c;
  line-height: 1.5;
  padding-left: 0.75rem;
}

.c-related-tmb {
  position: relative;
}
.c-related-tmb .c-related-tmb__ttl {
  text-align: center;
  color: #3c6d2c;
  background-color: #fff;
  background-image: url(/shared/images/ico_arrow_right_main.svg);
  background-size: 10px auto;
  background-position: center right 1.375rem;
  background-repeat: no-repeat;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 3.375;
}
.c-related-tmb a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-related-tmb a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* ==========================================================================
パンくずリスト
=========================================================================*/
.c-breadcrumb,
.c-breadcrumb-ft {
  font-size: 15px;
  font-size: 0.9375rem;
  padding-top: 20px;
}
@media screen and (max-width: 1040px) {
  .c-breadcrumb,
  .c-breadcrumb-ft {
    padding-top: 10px;
  }
}
@media screen and (max-width: 576px) {
  .c-breadcrumb,
  .c-breadcrumb-ft {
    padding-top: 0px;
  }
}
.c-breadcrumb .c-breadcrumb-wrap,
.c-breadcrumb-ft .c-breadcrumb-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 400px;
}
@media screen and (max-width: 1040px) {
  .c-breadcrumb .c-breadcrumb-wrap,
  .c-breadcrumb-ft .c-breadcrumb-wrap {
    padding-left: 300px;
  }
}
@media screen and (max-width: 992px) {
  .c-breadcrumb .c-breadcrumb-wrap,
  .c-breadcrumb-ft .c-breadcrumb-wrap {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 820px) {
  .c-breadcrumb .c-breadcrumb-wrap,
  .c-breadcrumb-ft .c-breadcrumb-wrap {
    padding-left: 240px;
  }
}
@media screen and (max-width: 576px) {
  .c-breadcrumb .c-breadcrumb-wrap,
  .c-breadcrumb-ft .c-breadcrumb-wrap {
    padding-left: 160px;
  }
}
.c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list,
.c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list {
  color: #676767;
  white-space: nowrap;
}
.c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list a,
.c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list a {
  color: #666666;
}
.c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list:first-child img,
.c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list:first-child img {
  width: 10px;
  vertical-align: baseline;
}
@media screen and (max-width: 992px) {
  .c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list:first-child img,
  .c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list:first-child img {
    width: 9px;
  }
}
.c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list:nth-child(n+2),
.c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list:nth-child(n+2) {
  padding-left: 16px;
  position: relative;
}
.c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list:nth-child(n+2):before,
.c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list:nth-child(n+2):before {
  content: "＞";
  font-size: 15px;
  margin-right: 1em;
}

.c-breadcrumb-ft .c-breadcrumb-wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* ==========================================================================
メールフォーム
=========================================================================*/
/* 入力>確認>完了のnav
----------------------------------------------------------------- */
ul.p-contact-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
ul.p-contact-nav::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  background-color: #3c6d2c;
  background-color: #676767;
  aspect-ratio: 1/360;
  max-width: 1px;
  width: 100%;
  max-width: 300px;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
ul.p-contact-nav li {
  display: block;
  border: 1px solid #676767;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  max-width: 100px;
  height: 100px;
  width: 100%;
}
ul.p-contact-nav li.p-contact-nav__active {
  border: 2px solid #3c6d2c;
}
ul.p-contact-nav li.p-contact-nav__active span {
  color: #3c6d2c;
}
ul.p-contact-nav li span {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #676767;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 700;
}

/* フォーム
----------------------------------------------------------------- */
.c-form-wrap table {
  border-spacing: 10px 0;
  border-collapse: separate;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .c-form-wrap table {
    border-collapse: collapse;
  }
}
.c-form-wrap table tr th,
.c-form-wrap table tr td {
  padding: 1.25rem 0;
  font-size: 16px;
}
@media screen and (max-width: 820px) {
  .c-form-wrap table tr th,
  .c-form-wrap table tr td {
    display: block;
  }
}
.c-form-wrap table tr th {
  font-weight: 700;
  text-align: left;
  vertical-align: top;
  position: relative;
  color: #3c6d2c;
  border-top: 1px solid #3c6d2c;
  width: 236px;
}
@media screen and (max-width: 820px) {
  .c-form-wrap table tr th {
    width: 100%;
  }
}
.c-form-wrap table tr td {
  border-top: 1px dotted #797979;
  padding-left: 20px;
}
@media screen and (max-width: 820px) {
  .c-form-wrap table tr td {
    padding-left: 0;
  }
}
.c-form-wrap table tr td input[type=text],
.c-form-wrap table tr td textarea {
  border-radius: 10px;
  border: 1px solid #b0b0b1;
  font-family: 18px;
  padding: 10px;
  width: 100%;
}
.c-form-wrap table tr td input[type=text].w242 {
  width: 242px;
}
@media screen and (max-width: 820px) {
  .c-form-wrap table tr td input[type=text].w242 {
    width: 144px;
  }
}
.c-form-wrap table tr td textarea {
  height: 223px;
}
.c-form-wrap label input[type=radio] {
  display: none;
}
.c-form-wrap label input[type=radio]:checked + span::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #3c6d2c;
  border-radius: 5px;
  position: absolute;
  top: 2px;
  left: 2px;
}
.c-form-wrap label:not(:last-child) {
  margin-right: 0.5em;
}
.c-form-wrap label span {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  border: 1px solid #000;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  margin-right: 5px;
}
.c-form-wrap label.c-label-block {
  display: block;
  margin-right: 0;
}
.c-form-wrap .required {
  color: #b30023;
}
.c-form-wrap div.c-form-required {
  position: relative;
}
@media screen and (max-width: 576px) {
  .c-form-wrap div.c-form-required {
    text-align: center;
  }
}
.c-form-wrap div.c-form-required::after {
  content: "必須";
  display: inline-block;
  background-color: #3c6d2c;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 21px;
  width: 44px;
  text-align: center;
  margin-left: 14px;
}
@media screen and (max-width: 992px) {
  .c-form-wrap div.c-form-required::after {
    top: 0.35rem;
    margin-left: 0.2rem;
  }
}
@media screen and (max-width: 576px) {
  .c-form-wrap div.c-form-required::after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-left: 0;
    top: auto;
    bottom: -30px;
  }
}
.c-form-wrap ::-webkit-input-placeholder {
  color: #9a9a9b;
}
.c-form-wrap ::-moz-placeholder {
  color: #9a9a9b;
}
.c-form-wrap :-ms-input-placeholder {
  color: #9a9a9b;
}
.c-form-wrap ::-ms-input-placeholder {
  color: #9a9a9b;
}
.c-form-wrap ::placeholder {
  color: #9a9a9b;
}

.c-form-radio,
.c-form-checkbox {
  display: inline-block;
  border: 3px solid #d4d4d4;
  margin: -0.25rem 0.5rem 0 0;
  height: 1.5rem;
  width: 1.5rem;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.c-form-radio:not(:disabled),
.c-form-checkbox:not(:disabled) {
  cursor: pointer;
}

.c-form-radio {
  border-radius: 50%;
}
.c-form-radio:checked {
  border: 7px solid #ff9849;
}

.c-form-checkbox {
  background-color: #fff;
  position: relative;
}
.c-form-checkbox:checked:before {
  content: "";
  background-image: url(/shared/images/ico_form_cheaked.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 19px;
  display: block;
  position: absolute;
  left: 1px;
  top: -3px;
}
@media screen and (max-width: 820px) {
  .c-form-checkbox:checked:before {
    top: -5px;
  }
}

.c-form-input,
.c-form-select,
.c-form-textarea {
  display: inline-block;
  background-color: #f6f6f6;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  font-size: 0.875rem;
  vertical-align: middle;
  padding: 0.25rem 0.5rem;
  max-width: 480px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .c-form-input,
  .c-form-select,
  .c-form-textarea {
    max-width: 100%;
  }
}

.c-form-input {
  height: 40px;
}

.c-form-privacy {
  background-color: #f6f6f6;
  margin-top: 2.5rem;
  padding: 2.5rem 3.75rem;
}
@media screen and (max-width: 576px) {
  .c-form-privacy {
    padding: 2rem 5% 3.25rem;
  }
}
.c-form-privacy .c-form-privacy-panel {
  background-color: #fff;
  border: 1px solid #d4d4d4;
  font-size: 14px;
  font-size: 0.875rem;
  height: 180px;
  margin-top: 1rem;
  padding: 1.5rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both;
  margin-left: auto;
  margin-right: auto;
}

.c-form-privacy-checkbox {
  cursor: pointer;
}

.p-contact-not-sale-txt {
  text-align: center;
}
.p-contact-not-sale-txt p {
  color: #3c6d2c;
  border-bottom: 4px solid #ff9849;
  display: inline-block;
  margin: 0 auto;
  font-weight: 700;
}

.p-contact-not-sale-cheackbox {
  border: 1px solid #3c6d2c;
  padding: 2rem 0;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 576px) {
  .p-contact-not-sale-cheackbox {
    padding: 40px 0 56px;
  }
}

/*-==========================================================================
背景
==========================================================================*/
.c-bg-white {
  background-color: #fff !important;
}

.c-bg-lightgray {
  background-color: #e9e9e9 !important;
}

.c-bg-silver {
  background-color: #d4d4d4 !important;
}

.c-bg-gray {
  background-color: #676767 !important;
}

.c-bg-black {
  background-color: #333 !important;
}

.c-bg-main {
  background-color: #3c6d2c !important;
}

.c-bg-lightgreen {
  background-color: #689100 !important;
}

.c-bg-sub {
  background-color: #ff9849 !important;
}

.c-bg-hover {
  background-color: #71b8d2 !important;
}

.c-bg-whitesmoke {
  background-color: #f6f6f6 !important;
}

.c-bg-selection_txt {
  background-color: #525252 !important;
}

.c-bg-selection_bg {
  background-color: #ffd0c4 !important;
}

.c-bg-important {
  background-color: #b80000 !important;
}

.c-bg-blog {
  background-color: #689100 !important;
}

.c-bg-info {
  background-color: #50b0d4 !important;
}

.c-bg-4 {
  background-color: #00288b !important;
}

.c-bg-5 {
  background-color: #ff9434 !important;
}

.c-bg-6 {
  background-color: #77571e !important;
}

.c-bg-red {
  background-color: #b30023 !important;
}

/* ==========================================================================
ボタン
=========================================================================*/
.c-btn-main,
.c-btn-main--white {
  text-align: center;
  max-width: 227px;
}
.c-btn-main a,
.c-btn-main button,
.c-btn-main--white a,
.c-btn-main--white button {
  display: block;
  color: #fff;
  background-color: #3c6d2c;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.4;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 26px;
  position: relative;
  padding: 17px 10px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-btn-main a:hover,
.c-btn-main button:hover,
.c-btn-main--white a:hover,
.c-btn-main--white button:hover {
  background-color: #71b8d2;
}
.c-btn-main a::after,
.c-btn-main button::after,
.c-btn-main--white a::after,
.c-btn-main--white button::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 20px;
}
.c-btn-main a span,
.c-btn-main button span,
.c-btn-main--white a span,
.c-btn-main--white button span {
  font-weight: 400;
}
.c-btn-main--large,
.c-btn-main--white--large {
  max-width: 333px;
}
@media screen and (max-width: 576px) {
  .c-btn-main--large,
  .c-btn-main--white--large {
    max-width: 227px;
  }
}
.c-btn-main--large a,
.c-btn-main--large button,
.c-btn-main--white--large a,
.c-btn-main--white--large button {
  padding: 38px 10px;
  border-radius: 41px;
}
@media screen and (max-width: 576px) {
  .c-btn-main--large a,
  .c-btn-main--large button,
  .c-btn-main--white--large a,
  .c-btn-main--white--large button {
    padding: 17px 10px;
  }
}
.c-btn-main--nowrap,
.c-btn-main--white--nowrap {
  max-width: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-btn-main--nowrap a,
.c-btn-main--nowrap button,
.c-btn-main--white--nowrap a,
.c-btn-main--white--nowrap button {
  padding-right: 50px;
  padding-left: 50px;
}
.c-btn-main--back a,
.c-btn-main--back button,
.c-btn-main--white--back a,
.c-btn-main--white--back button {
  background-color: #ccc;
}
.c-btn-main--back a::after,
.c-btn-main--back button::after,
.c-btn-main--white--back a::after,
.c-btn-main--white--back button::after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  right: auto;
  left: 20px;
}

.c-btn-main--white a,
.c-btn-main--white button {
  color: #3c6d2c;
  background-color: #fff;
  background-image: url(/shared/images/ico_arrow_main.svg);
}
.c-btn-main--white a:hover,
.c-btn-main--white button:hover {
  color: #fff;
  background-image: url(/shared/images/ico_arrow_white.svg);
}

.c-btn-card,
.c-btn-card--tmb {
  border: 2px solid #e9e9e9;
  padding: 2rem 2.5rem;
  position: relative;
}
@media screen and (max-width: 992px) {
  .c-btn-card,
  .c-btn-card--tmb {
    padding: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .c-btn-card,
  .c-btn-card--tmb {
    padding: 1.5rem;
  }
}
.c-btn-card .c-btn-card__ttl,
.c-btn-card--tmb .c-btn-card__ttl {
  margin-bottom: 0.5rem;
}
.c-btn-card .c-btn-card__txt,
.c-btn-card--tmb .c-btn-card__txt {
  color: #676767;
}
.c-btn-card .c-btn-card__txt span,
.c-btn-card--tmb .c-btn-card__txt span {
  color: #ff9849;
}
.c-btn-card a,
.c-btn-card--tmb a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-btn-card a:hover,
.c-btn-card--tmb a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.c-btn-card--tmb {
  border: 1px solid #e9e9e9;
  padding: 0;
}
.c-btn-card--tmb .c-btn-card-tmb__txt {
  font-size: 14px;
  font-size: 0.875rem;
}
.c-btn-card--tmb .c-btn-card-tmb__txt span {
  color: #ff9849;
}

.c-btn-pdf {
  text-align: left;
  line-height: 1;
  text-indent: -2.2em;
  padding-left: 2.2em;
}
.c-btn-pdf a::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 35px;
  vertical-align: middle;
  background: url(/shared/images/ico_pdf.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 0.45em;
}
.c-btn-pdf a span {
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.2;
  position: relative;
  top: -0.5rem;
}
.c-btn-pdf:hover {
  opacity: 0.6;
}

/* ==========================================================================
カード
=========================================================================*/
.c-card-small,
.c-card-medium {
  border: 1px solid #e9e9e9;
}

.c-card-small {
  padding: 1rem;
}

.c-card-medium {
  padding: 2.5rem;
}

.c-card-pattern1 {
  border: 1px solid rgba(60, 109, 44, 0.2);
}
.c-card-pattern1 .c-card-pattern1-head {
  background-color: rgba(60, 109, 44, 0.2);
  text-align: center;
  padding: 2rem 1rem;
}
.c-card-pattern1 .c-card-pattern1-head .c-card-pattern1-head__ttl {
  color: #3c6d2c;
}
.c-card-pattern1 .c-card-pattern1__txt {
  padding: 2.5rem;
}
.c-card-pattern1 .c-card-pattern1__txt-sm {
  padding: 1.5rem;
}

.c-card-pattern2 {
  border: 4px solid #ff9849;
  padding: 1.5rem;
  text-align: center;
}
.c-card-pattern2 .c-card-pattern2__ttl {
  color: #ff9849;
  font-size: 30px;
  font-size: 1.875rem;
}
.c-card-pattern2 .c-card-pattern2__ttl span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.c-card-pattern2 .c-card-pattern2__sub-ttl {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 1.5rem;
}
.c-card-pattern2 .c-card-pattern2__txt {
  text-align: left;
  margin-top: 1rem;
}

/* ==========================================================================
テキスト・タイトル
=========================================================================*/
/* テキスト
----------------------------------------------------------------- */
.c-txt-bold {
  font-weight: 700;
}

.c-txt-base {
  font-size: 1rem;
}

.c-txt-small {
  font-size: 14px;
  font-size: 0.875rem;
}

.c-txt-large {
  font-size: 20px;
  font-size: 1.25rem;
}

.c-txt-link {
  color: #3c6d2c;
  text-decoration: underline;
}
.c-txt-link:hover {
  color: #71b8d2;
  text-decoration: none;
}

.c-txt-center {
  text-align: center !important;
}

.c-txt-left {
  text-align: left !important;
}

.c-txt-right {
  text-align: right !important;
}

.c-txt-white {
  color: #fff !important;
}

.c-txt-lightgray {
  color: #e9e9e9 !important;
}

.c-txt-silver {
  color: #d4d4d4 !important;
}

.c-txt-gray {
  color: #676767 !important;
}

.c-txt-black {
  color: #333 !important;
}

.c-txt-main {
  color: #3c6d2c !important;
}

.c-txt-lightgreen {
  color: #689100 !important;
}

.c-txt-sub {
  color: #ff9849 !important;
}

.c-txt-hover {
  color: #71b8d2 !important;
}

.c-txt-whitesmoke {
  color: #f6f6f6 !important;
}

.c-txt-selection_txt {
  color: #525252 !important;
}

.c-txt-selection_bg {
  color: #ffd0c4 !important;
}

.c-txt-important {
  color: #b80000 !important;
}

.c-txt-blog {
  color: #689100 !important;
}

.c-txt-info {
  color: #50b0d4 !important;
}

.c-txt-4 {
  color: #00288b !important;
}

.c-txt-5 {
  color: #ff9434 !important;
}

.c-txt-6 {
  color: #77571e !important;
}

.c-txt-red {
  color: #b30023 !important;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

h2 {
  font-size: 30px;
  font-size: 1.875rem;
}

h3 {
  font-size: 26px;
  font-size: 1.625rem;
}

h4 {
  font-size: 20px;
  font-size: 1.25rem;
}

h5 {
  font-size: 18px;
  font-size: 1.125rem;
}

h6 {
  font-size: 16px;
  font-size: 1rem;
}

.c-txt-lead {
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
}

/* 見出し・タイトル
----------------------------------------------------------------- */
.c-ttl-main-bg {
  background-color: #3c6d2c;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3.75rem 5%;
}
@media screen and (max-width: 576px) {
  .c-ttl-main-bg {
    padding: 2.5rem 5%;
  }
}

.c-ttl-main {
  color: #fff;
  text-align: center;
}
.c-ttl-main span {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}

.c-ttl-lv2 {
  font-size: 28px;
  font-family: "Zen Maru Gothic", serif;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 576px) {
  .c-ttl-lv2 {
    font-size: 21px;
  }
}

.c-ttl-cloud {
  background-image: url(/shared/images/homevisiting_inspection_title_bg.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* 電話番号
----------------------------------------------------------------- */
.c-txt-tel {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  .c-txt-tel {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.c-txt-tel img {
  margin-right: 0.25rem;
  width: 21px;
  vertical-align: baseline;
}
@media screen and (max-width: 992px) {
  .c-txt-tel img {
    width: 14px;
  }
}
.c-txt-tel a[href^="tel:"] {
  color: #3c6d2c;
  display: inline-block;
  pointer-events: none;
}
@media screen and (max-width: 576px) {
  .c-txt-tel a[href^="tel:"] {
    pointer-events: auto;
  }
  .c-txt-tel a[href^="tel:"]:hover {
    color: #71b8d2;
  }
}

/* ==========================================================================
イラスト
=========================================================================*/
.c-illust {
  position: absolute;
}

/* ==========================================================================
トップページ
========================================================================== */
/* スライドショー
----------------------------------------------------------------- */
.p-idx-slide-wrap {
  position: relative;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 12.85vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 820px) {
  .p-idx-slide-wrap {
    display: block;
  }
}
.p-idx-slide-wrap .p-idx-slide-bg {
  position: absolute;
  bottom: -31vw;
  width: 100vw;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 820px) {
  .p-idx-slide-wrap .p-idx-slide-bg {
    bottom: -42vw;
  }
}
.p-idx-slide-wrap .p-idx-slide-catch {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #3c6d2c;
  font-size: 50px;
  font-family: "uzura", sans-serif;
  line-height: 1.5;
  padding-top: 60px;
  position: relative;
  margin-left: 20px;
  -ms-flex-preferred-size: 120px;
      flex-basis: 120px;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .p-idx-slide-wrap .p-idx-slide-catch {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 30px;
    text-align: center;
    margin-left: 0;
    padding-top: 0;
    margin-bottom: 20px;
  }
}
.p-idx-slide-wrap .p-idx-slide-catch img {
  position: absolute;
  top: 0px;
  right: -130px;
}
@media screen and (max-width: 820px) {
  .p-idx-slide-wrap .p-idx-slide-catch img {
    right: 40px;
    top: -14px;
    width: 71px;
  }
}
.p-idx-slide-wrap .p-idx-slide-mask {
  width: 62.21vw;
  height: auto;
  position: relative;
}
@media screen and (max-width: 820px) {
  .p-idx-slide-wrap .p-idx-slide-mask {
    width: 100%;
  }
}
.p-idx-slide-wrap .p-idx-slide-mask-department {
  position: absolute;
  top: 29vw;
  left: 0;
  max-width: 21.92vw;
}
@media screen and (max-width: 820px) {
  .p-idx-slide-wrap .p-idx-slide-mask-department {
    width: 76.75vw;
    max-width: none;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: -60px;
    top: auto;
  }
}
.p-idx-slide-wrap .p-idx-slide-mask-inner {
  mask-image: url("../images/idx_slider_mask.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../images/idx_slider_mask.svg");
  /* Safari対応 */
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-idx-slide-wrap .p-idx-slide-items .slick-slide {
  height: 43vw;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 820px) {
  .p-idx-slide-wrap .p-idx-slide-items .slick-slide {
    height: 63vw;
  }
}
.p-idx-slide-wrap .p-idx-slide-items .slick-list {
  pointer-events: none;
}

/* お知らせ
----------------------------------------------------------------- */
@media screen and (max-width: 820px) {
  .p-idx-info {
    background-image: url(/shared/images/idx_info_bg_sp.jpg);
    padding-bottom: 30px;
    margin-top: 32.5vw;
  }
}

.p-idx-info-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .p-idx-info-flex {
    display: block;
  }
}

.p-idx-info-news,
.p-idx-info-data {
  background-color: #fff;
  border-radius: 83px;
}
@media screen and (max-width: 820px) {
  .p-idx-info-news,
  .p-idx-info-data {
    border-radius: 30px;
  }
}

.p-idx-info-news {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 30px;
  padding: 40px 50px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .p-idx-info-news {
    padding: 40px 20px;
    margin-right: 0;
  }
}
.p-idx-info-news img {
  position: absolute;
  top: -60px;
  right: -30px;
  max-width: 245px;
}
@media screen and (max-width: 1008px) {
  .p-idx-info-news img {
    max-width: 180px;
  }
}
@media screen and (max-width: 820px) {
  .p-idx-info-news img {
    max-width: 134px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateX(59px);
            transform: translateX(59px);
  }
}

.p-idx-info-news__ttl {
  font-family: "uzura", sans-serif;
  color: #3c6d2c;
  text-align: center;
  font-size: 28px;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 820px) {
  .p-idx-info-news__ttl {
    margin-bottom: 1em;
  }
}

.p-idx-info-list-items ul {
  margin-bottom: 40px;
}
.p-idx-info-list-items li + li {
  margin-top: 25px;
}
.p-idx-info-list-items a:hover .p-idx-news-list-article-ttl {
  text-decoration: underline;
}

.p-idx-info-data {
  -ms-flex-preferred-size: 35.52%;
      flex-basis: 35.52%;
  padding: 40px 40px;
}
@media screen and (max-width: 820px) {
  .p-idx-info-data {
    margin-top: 30px;
    padding: 40px 20px;
  }
}
.p-idx-info-data .note {
  font-size: 15px;
  margin-top: 5px;
}

.p-idx-news-list-article-data .date {
  font-weight: 600;
  font-size: 14px;
  margin-right: 1em;
}
.p-idx-news-list-article-data .category {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  padding: 5px 5px;
  width: 78px;
  text-align: center;
}
.p-idx-news-list-article-data .category.cat_info {
  background-color: #50b0d4;
}
.p-idx-news-list-article-data .category.cat_blog {
  background-color: #689100;
}
.p-idx-news-list-article-data .category.cat_important {
  background-color: #b80000;
}
.p-idx-news-list-article-data .category.cat_04 {
  background-color: #00288b;
}
.p-idx-news-list-article-data .category.cat_05 {
  background-color: #ff9434;
}
.p-idx-news-list-article-data .category.cat_06 {
  background-color: #b80000;
}

.p-idx-news-list-article-ttl {
  font-size: 15px;
}

.p-idx-info-data-dl {
  margin-top: 5px;
  margin-bottom: 20px;
}
.p-idx-info-data-dl dt {
  color: #3c6d2c;
  font-size: 19px;
}
.p-idx-info-data-dl dd {
  font-size: 17px;
}
.p-idx-info-data-dl dd + dt {
  margin-top: 0.75em;
}
.p-idx-info-data-dl dd ul li {
  display: inline-block;
}
.p-idx-info-data-dl dd ul li::before {
  content: "■";
  color: #3c6d2c;
}
.p-idx-info-data-dl dd ul li:not(:last-child) {
  margin-right: 0.5em;
}

.p-idx-info-data-buttons .c-btn-main + .c-btn-main {
  margin-top: 20px;
}

/* 治し支える医療
----------------------------------------------------------------- */
.p-idx-familymedicine {
  background-image: url(/shared/images/idx_familymedicine_bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top 200px center;
  padding-top: 6.7vw;
  padding-bottom: 94px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .p-idx-familymedicine {
    padding-bottom: 62px;
    background-image: none;
  }
}
.p-idx-familymedicine .p-idx-illust-tree01 {
  left: -100px;
  top: -30px;
}
@media screen and (max-width: 576px) {
  .p-idx-familymedicine .p-idx-illust-tree01 {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  .p-idx-familymedicine .p-idx-familymedicine-bg {
    width: 100vw;
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
    background-image: url(/shared/images/idx_familymedicine_bg_sp.svg);
    background-size: cover;
    padding-bottom: 15vw;
    padding-top: 15.6vw;
    margin-top: 17.3vw;
  }
}
.p-idx-familymedicine .p-idx-slide-mask {
  width: 57.64vw;
  max-width: 807px;
  height: auto;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12vw;
  margin-top: max(-7.1vw, -60px);
}
@media screen and (max-width: 820px) {
  .p-idx-familymedicine .p-idx-slide-mask {
    width: 100%;
    margin-top: 120px;
    margin-bottom: 42.5vw;
  }
}
.p-idx-familymedicine .p-idx-slide-mask-inner {
  mask-image: url("../images/idx_slider_mask.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../images/idx_slider_mask.svg");
  /* Safari対応 */
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transform: translateX(2vw);
          transform: translateX(2vw);
}
@media screen and (max-width: 820px) {
  .p-idx-familymedicine .p-idx-slide-mask-inner {
    -webkit-transform: none;
            transform: none;
  }
}
.p-idx-familymedicine .p-idx-slide-items .slick-slide {
  height: 43vw;
  background-position: center center;
  background-size: cover;
  max-height: 554px;
}
@media screen and (max-width: 820px) {
  .p-idx-familymedicine .p-idx-slide-items .slick-slide {
    height: 62vw;
  }
}
.p-idx-familymedicine .p-idx-slide-items .slick-list {
  pointer-events: none;
}

.p-idx-familymedicine-catch {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-left: 60px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .p-idx-familymedicine-catch {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    margin-left: 0;
    margin-bottom: 15vw;
  }
}
.p-idx-familymedicine-catch .lg {
  color: #3c6d2c;
  font-size: 48px;
  font-family: "uzura", sans-serif;
}
@media screen and (max-width: 820px) {
  .p-idx-familymedicine-catch .lg {
    font-size: 36px;
    text-align: center;
  }
}
.p-idx-familymedicine-catch p {
  font-size: 19px;
}
@media screen and (max-width: 820px) {
  .p-idx-familymedicine-catch p {
    text-align: center;
  }
}

.p-idx-familymedicine-illust {
  position: absolute;
}

.p-idx-familymedicine-illust01 {
  max-width: 406px;
  width: 29vw;
  top: -39%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 820px) {
  .p-idx-familymedicine-illust01 {
    width: 63.5vw;
    top: -84%;
  }
}

.p-idx-familymedicine-illust02 {
  max-width: 189px;
  width: 13.5vw;
  top: 30%;
  left: -16%;
}
@media screen and (max-width: 820px) {
  .p-idx-familymedicine-illust02 {
    width: 31vw;
    top: -33%;
    left: 4%;
  }
}

.p-idx-familymedicine-illust03 {
  max-width: 169px;
  width: 12vw;
  top: 71%;
  left: -16%;
}
@media screen and (max-width: 820px) {
  .p-idx-familymedicine-illust03 {
    width: 20.75vw;
    top: 106%;
    left: 4%;
    z-index: 1;
  }
}

.p-idx-familymedicine-illust04 {
  max-width: 341px;
  width: 24.35vw;
  top: 77%;
  left: 11%;
}
@media screen and (max-width: 820px) {
  .p-idx-familymedicine-illust04 {
    width: 41.75vw;
    top: 106%;
    left: 30%;
  }
}

.p-idx-familymedicine-illust05 {
  max-width: 189px;
  width: 13.5vw;
  top: 90%;
  left: 58%;
}
@media screen and (max-width: 820px) {
  .p-idx-familymedicine-illust05 {
    width: 31vw;
    top: 76%;
    left: 19%;
  }
}

.p-idx-familymedicine-illust06 {
  max-width: 189px;
  width: 12.6vw;
  top: 72%;
  left: 92%;
}
@media screen and (max-width: 820px) {
  .p-idx-familymedicine-illust06 {
    width: 21.75vw;
    top: 106%;
    left: 74%;
  }
}

.p-idx-familymedicine-illust07 {
  max-width: 189px;
  width: 13.5vw;
  top: 5%;
  left: 91%;
}
@media screen and (max-width: 820px) {
  .p-idx-familymedicine-illust07 {
    width: 31vw;
    top: -33%;
    left: 63%;
  }
}

/* 第二セクション
----------------------------------------------------------------- */
.p-idx-guide {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 576px) {
  .p-idx-guide {
    padding-bottom: 50px;
    padding-top: 20px;
  }
}
.p-idx-guide .p-idx-illust-tree {
  right: -64px;
  top: 60px;
}
@media screen and (max-width: 576px) {
  .p-idx-guide .p-idx-illust-tree {
    display: none;
  }
}
.p-idx-guide .p-idx-secondary-card .thum {
  border: 7px solid #fff;
  border-radius: 80px;
  overflow: hidden;
}
.p-idx-guide .p-idx-secondary-card:nth-child(1) .p-idx-secondary-txt h4 {
  background-image: url(/shared/images/idx_guide_ribon01.svg);
}
.p-idx-guide .p-idx-secondary-card:nth-child(2) .p-idx-secondary-txt h4 {
  background-image: url(/shared/images/idx_guide_ribon02.svg);
}
.p-idx-guide .p-idx-secondary-card:nth-child(3) .p-idx-secondary-txt h4 {
  background-image: url(/shared/images/idx_guide_ribon03.svg);
}
.p-idx-guide .p-idx-secondary-txt h4 {
  text-align: center;
  color: #fff;
  font-family: "uzura", sans-serif;
  font-size: min(24px, 1.7vw);
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: -30px;
  position: relative;
  z-index: 1;
  background-position: center 5px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 820px) {
  .p-idx-guide .p-idx-secondary-txt h4 {
    font-size: 24px;
  }
}
.p-idx-guide .p-idx-secondary-txt h4 span {
  display: inline-block;
  -webkit-transform: translateY(-0.1vw);
          transform: translateY(-0.1vw);
}
.p-idx-guide .p-idx-secondary-txt h4::after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(/shared/images/ico_arrow_right_green.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: 10px;
}
.p-idx-guide .p-idx-secondary-txt p {
  text-align: center;
  font-size: 19px;
}

.p-idx-guide__title {
  text-align: center;
  font-family: "uzura", sans-serif;
  color: #3c6d2c;
  font-size: 28px;
  margin-bottom: 3em;
  position: relative;
}
@media screen and (max-width: 576px) {
  .p-idx-guide__title {
    margin-bottom: 2em;
  }
}
.p-idx-guide__title img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}

/* 交通アクセス
----------------------------------------------------------------- */
@media screen and (max-width: 576px) {
  .p-idx-access {
    padding-bottom: 50px;
  }
}

.p-idx-access-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .p-idx-access-flex {
    display: block;
  }
}
.p-idx-access-flex .map {
  -ms-flex-preferred-size: 58.26%;
      flex-basis: 58.26%;
}
@media screen and (max-width: 820px) {
  .p-idx-access-flex .map {
    margin-bottom: 30px;
  }
}
.p-idx-access-flex .map p {
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-bottom: 5px;
}
.p-idx-access-flex .access {
  -ms-flex-preferred-size: 36.82%;
      flex-basis: 36.82%;
}
.p-idx-access-flex .access dl dt {
  background-color: #fff;
  border-radius: 9px;
  color: #689100;
  font-size: 20px;
  font-weight: 400;
  padding: 3px 10px;
}
@media screen and (max-width: 820px) {
  .p-idx-access-flex .access dl dt {
    text-align: center;
  }
}
.p-idx-access-flex .access dl dd {
  font-size: 19px;
  color: #fff;
  margin: 10px 0;
  padding: 0 10px;
}
@media screen and (max-width: 820px) {
  .p-idx-access-flex .access dl dd {
    text-align: center;
  }
}

.p-idx-access__title {
  text-align: center;
  font-family: "uzura", sans-serif;
  color: #fff;
  font-size: 28px;
  margin-bottom: 1.5em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .p-idx-access__title {
    margin-bottom: 1em;
  }
}

/* バナーエリア
----------------------------------------------------------------- */
.p-idx-bnr-wrap {
  padding: 3.75rem 0;
  margin-top: 3.75rem;
}
@media screen and (max-width: 576px) {
  .p-idx-bnr-wrap {
    padding: 3rem 0;
    margin-top: 3.75rem;
  }
}
.p-idx-bnr-wrap .p-idx-bnr-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -1%;
}
@media screen and (max-width: 576px) {
  .p-idx-bnr-wrap .p-idx-bnr-flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
    margin-top: -2%;
  }
}
.p-idx-bnr-wrap .p-idx-bnr-flex .p-idx-bnr-clm {
  margin-left: 1%;
  width: 24%;
}
@media screen and (max-width: 576px) {
  .p-idx-bnr-wrap .p-idx-bnr-flex .p-idx-bnr-clm {
    width: 49%;
    margin-left: 0;
    margin-top: 2%;
  }
}
.p-idx-bnr-wrap .p-idx-bnr-flex a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-idx-bnr-wrap .p-idx-bnr-flex a:hover {
  opacity: 0.6;
}

/* お問い合わせエリア
----------------------------------------------------------------- */
.p-idx-contact-wrap {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3.75rem 0;
  margin-top: 5rem;
}
@media screen and (max-width: 576px) {
  .p-idx-contact-wrap {
    padding: 1.875rem 0;
    margin-top: 3.75rem;
  }
}
.p-idx-contact-wrap .p-idx-contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 576px) {
  .p-idx-contact-wrap .p-idx-contact-box {
    display: block;
  }
}
.p-idx-contact-wrap .p-idx-contact-box > * {
  width: 50%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.875rem 5%;
}
@media screen and (max-width: 576px) {
  .p-idx-contact-wrap .p-idx-contact-box > * {
    width: 100%;
  }
}
.p-idx-contact-wrap .p-idx-contact-box > *:last-child {
  border-left: 1px solid #e9e9e9;
}
@media screen and (max-width: 576px) {
  .p-idx-contact-wrap .p-idx-contact-box > *:last-child {
    border-top: 1px solid #e9e9e9;
    border-left: none;
  }
}
.p-idx-contact-wrap .p-idx-contact-box .c-btn-main {
  margin-top: 1.5rem;
}

/* ==========================================================================
当院について
========================================================================== */
/* ごあいさつ
----------------------------------------------------------------- */
.p-about-greeting {
  margin-bottom: 100px;
}
@media screen and (max-width: 820px) {
  .p-about-greeting {
    margin-bottom: 50px;
  }
}
.p-about-greeting h3 {
  font-family: "Zen Maru Gothic", serif;
  font-size: 28px;
  margin-bottom: 1em;
  margin-top: 80px;
  padding-left: 40px;
}
@media screen and (max-width: 820px) {
  .p-about-greeting h3 {
    text-align: center;
    padding-left: 0;
    margin-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  .p-about-greeting h3 {
    font-size: 22px;
  }
}

.p-about-greeting-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 820px) {
  .p-about-greeting-flex {
    display: block;
  }
}

.p-about-greeting-text {
  padding-left: 40px;
  -ms-flex-preferred-size: 42%;
      flex-basis: 42%;
}
@media screen and (max-width: 820px) {
  .p-about-greeting-text {
    padding-left: 0;
  }
}
.p-about-greeting-text p + p {
  margin-top: 2em;
}

.p-about-greeting-image {
  -ms-flex-preferred-size: 54.3%;
      flex-basis: 54.3%;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
@media screen and (max-width: 820px) {
  .p-about-greeting-image {
    -webkit-transform: none;
            transform: none;
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .p-about-greeting-image {
    width: 100%;
  }
}
.p-about-greeting-image p {
  text-align: right;
  font-size: 17px;
  font-weight: 600;
}

.p-about-greeting-illust {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 820px) {
  .p-about-greeting-illust {
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .p-about-greeting-illust {
    width: 70vw;
  }
}

.p-about-greeting-profile {
  background-color: #fff;
  border-radius: 83px;
  padding: 110px 20px 70px 20px;
  margin-top: 20px;
}
@media screen and (max-width: 820px) {
  .p-about-greeting-profile {
    margin-top: 100px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 576px) {
  .p-about-greeting-profile {
    padding-top: 130px;
  }
}

.p-about-greeting-profile-inner {
  max-width: 943px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.p-about-greeting-profile-inner h4 {
  width: 252px;
  height: 154px;
  background-image: url(/shared/images/about_greeting_title_bg.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -190px;
}
@media screen and (max-width: 576px) {
  .p-about-greeting-profile-inner h4 {
    font-size: 21px;
  }
}

.p-about-greeting-profile-box .name .bold {
  font-weight: bold;
  font-size: 20px;
}
.p-about-greeting-profile-box p {
  margin-top: 1em;
}
.p-about-greeting-profile-box + .p-about-greeting-profile-box {
  border-top: 1px solid #333;
  margin-top: 20px;
  padding-top: 20px;
}

/* 理念
----------------------------------------------------------------- */
.p-about-philosophy {
  background-image: url(/shared/images/about_philosophy_bg.jpg);
  background-size: 63px 62px;
  padding-top: 126px;
  padding-bottom: 410px;
  margin-bottom: -300px;
  -webkit-mask-image: url(/shared/images/about_philosophy_mask.svg);
          mask-image: url(/shared/images/about_philosophy_mask.svg);
  /* 外部SVGをマスクに */
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
@media screen and (max-width: 820px) {
  .p-about-philosophy {
    -webkit-mask-image: url(/shared/images/about_philosophy_mask_sp.svg);
            mask-image: url(/shared/images/about_philosophy_mask_sp.svg);
    padding-top: 80px;
    padding-bottom: 360px;
  }
}
@media screen and (max-width: 576px) {
  .p-about-philosophy {
    padding-bottom: 360px;
  }
}
.p-about-philosophy p {
  margin-top: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.p-about-philosphy-wrap {
  margin-top: 80px;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 576px) {
  .p-about-philosphy-wrap {
    margin-top: 10px;
  }
}
.p-about-philosphy-wrap .p-about-philosphy__dl dt {
  font-size: 25px;
  font-family: "Zen Maru Gothic", serif;
  position: relative;
  padding-left: 120px;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 576px) {
  .p-about-philosphy-wrap .p-about-philosphy__dl dt {
    padding-left: 0;
    font-size: 20px;
    text-align: center;
  }
}
.p-about-philosphy-wrap .p-about-philosphy__dl dt img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 576px) {
  .p-about-philosphy-wrap .p-about-philosphy__dl dt img {
    position: static;
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 10px;
  }
}
.p-about-philosphy-wrap .p-about-philosphy__dl dd {
  padding-left: 120px;
}
@media screen and (max-width: 576px) {
  .p-about-philosphy-wrap .p-about-philosphy__dl dd {
    padding-left: 0;
    text-align: center;
  }
}
.p-about-philosphy-wrap .p-about-philosphy__dl dd + dt {
  margin-top: 2em;
}
@media screen and (max-width: 576px) {
  .p-about-philosphy-wrap .p-about-philosphy__dl dd + dt {
    margin-top: 1em;
  }
}
.p-about-philosphy-wrap .p-about-philosophy__illust01,
.p-about-philosphy-wrap .p-about-philosophy__illust02 {
  position: absolute;
}
.p-about-philosphy-wrap .p-about-philosophy__illust01 {
  bottom: 100px;
  left: -210px;
}
.p-about-philosphy-wrap .p-about-philosophy__illust02 {
  bottom: 100px;
  right: -210px;
}

/* ロゴマークに込めた思い
----------------------------------------------------------------- */
.p-about-logomark {
  padding-top: 30px;
  padding-bottom: 75px;
}
.p-about-logomark h3 {
  background-image: url(/shared/images/about_logomark_title_bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 366px;
  height: 180px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -46px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 576px) {
  .p-about-logomark h3 {
    width: 267px;
    height: 132px;
  }
}
.p-about-logomark h3 span {
  display: inline-block;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
@media screen and (max-width: 576px) {
  .p-about-logomark h3 span {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}

.p-about-logomark-contents {
  background-color: #fff;
  border-radius: 83px;
  padding: 130px 40px;
}
@media screen and (max-width: 820px) {
  .p-about-logomark-contents {
    padding-top: 80px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 576px) {
  .p-about-logomark-contents {
    padding-bottom: 20px;
  }
}

.p-about-logomark-contents-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 820px) {
  .p-about-logomark-contents-flex {
    display: block;
  }
}
.p-about-logomark-contents-flex .image {
  -ms-flex-preferred-size: 34.61%;
      flex-basis: 34.61%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 820px) {
  .p-about-logomark-contents-flex .image {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .p-about-logomark-contents-flex .image img {
    width: 50vw;
  }
}
.p-about-logomark-contents-flex .text {
  -ms-flex-preferred-size: 59.8%;
      flex-basis: 59.8%;
}

/* クリニック概要
----------------------------------------------------------------- */
.p-about-outline::after {
  display: none;
}
.p-about-outline h3 {
  position: relative;
  z-index: 1;
  color: #fff;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 576px) {
  .p-about-outline h3 {
    font-size: 24px;
  }
}

.p-about-outline-contents {
  background-color: #fff;
  border-radius: 83px;
  position: relative;
  z-index: 1;
  padding: 60px 50px;
}
@media screen and (max-width: 820px) {
  .p-about-outline-contents {
    border-radius: 30px;
  }
}
@media screen and (max-width: 576px) {
  .p-about-outline-contents {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
  }
}

.p-about-outline-contents-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .p-about-outline-contents-flex {
    display: block;
  }
}
.p-about-outline-contents-flex .image {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}
@media screen and (max-width: 820px) {
  .p-about-outline-contents-flex .image {
    margin-bottom: 20px;
  }
}
.p-about-outline-contents-flex .text {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-about-outline-contents-flex .text table tr th,
.p-about-outline-contents-flex .text table tr td {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 576px) {
  .p-about-outline-contents-flex .text table tr th,
  .p-about-outline-contents-flex .text table tr td {
    display: block;
    text-align: center;
  }
}
.p-about-outline-contents-flex .text table tr th {
  font-weight: 400;
  font-size: 16px;
  padding-right: 1em;
}
@media screen and (max-width: 576px) {
  .p-about-outline-contents-flex .text table tr th {
    padding-right: 0;
    padding-bottom: 0;
  }
}
.p-about-outline-contents-flex .text table tr td {
  color: #3c6d2c;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 576px) {
  .p-about-outline-contents-flex .text table tr td {
    padding-top: 0;
    line-height: 1.5;
  }
}

/* カルーセル
----------------------------------------------------------------- */
.p-about-carousel {
  padding-top: 80px;
  padding-bottom: 30px;
}

.p-about-carousel-lead {
  text-align: center;
  margin-bottom: 40px;
}
.p-about-carousel-lead img {
  width: 234px;
  margin-bottom: 20px;
}
.p-about-carousel-lead p {
  font-size: 19px;
  text-align: center;
  color: #3c6d2c;
  font-weight: 600;
  font-family: "Zen Maru Gothic", serif;
}
.p-about-carousel-lead p span {
  font-size: 24px;
}

.p-about-carousel-items .slick-slide {
  width: 331px;
  margin: 0 20px;
}

.p-about-carousel-top {
  margin-bottom: 40px;
}

/* ==========================================================================
訪問診療
========================================================================== */
@media screen and (max-width: 576px) {
  .page-homevisiting .l-page-title .l-page-title-image {
    width: 90vw;
  }
}
.page-homevisiting .l-page-title .l-page-title-illust {
  bottom: -155px;
}
@media screen and (max-width: 820px) {
  .page-homevisiting .l-page-title .l-page-title-illust {
    width: 30vw;
    bottom: -23vw;
  }
}
@media screen and (max-width: 576px) {
  .page-homevisiting .l-page-title .l-page-title-illust {
    bottom: -17vw;
  }
}
@media screen and (max-width: 820px) {
  .page-homevisiting .l-page-lead {
    margin-top: 20vw;
  }
}

/* リード
----------------------------------------------------------------- */
.p-homevisiting-lead {
  margin-top: 80px;
  padding-bottom: 120px;
}
@media screen and (max-width: 820px) {
  .p-homevisiting-lead {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 576px) {
  .p-homevisiting-lead {
    margin-top: 30px;
  }
}

.p-homevisiting-lead-box {
  background-color: #fff;
  background-image: url(/shared/images/homevisiting_lead_bg.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 158px 20px 100px 20px;
  border-radius: 83px;
}
@media screen and (max-width: 820px) {
  .p-homevisiting-lead-box {
    border-radius: 30px;
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
.p-homevisiting-lead-box h3 {
  margin-bottom: 2em;
}
.p-homevisiting-lead-box p {
  max-width: 944px;
  margin-left: auto;
  margin-right: auto;
}
.p-homevisiting-lead-box p strong {
  color: #c5522c;
}

.p-homevisiting-lead-difference {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .p-homevisiting-lead-difference {
    display: block;
  }
}

.p-homevisiting-lead-difference__box {
  -ms-flex-preferred-size: 30.17%;
      flex-basis: 30.17%;
  background-color: #fff;
  border-radius: 83px;
  overflow: hidden;
}
.p-homevisiting-lead-difference__box h4 {
  padding: 50px 10px 30px 10px;
  text-align: center;
  background-size: cover;
  background-position: center;
  color: #fff;
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.1em;
}
.p-homevisiting-lead-difference__box .contents {
  padding: 20px 30px;
}
.p-homevisiting-lead-difference__box:nth-child(1) h4 {
  background-image: url(/shared/images/homevisiting_differencte_bg_blue.jpg);
}
.p-homevisiting-lead-difference__box:nth-child(2) h4 {
  background-image: url(/shared/images/homevisiting_differencte_bg_green.jpg);
}
.p-homevisiting-lead-difference__box:nth-child(3) h4 {
  background-image: url(/shared/images/homevisiting_differencte_bg_pink.jpg);
}
@media screen and (max-width: 820px) {
  .p-homevisiting-lead-difference__box + .p-homevisiting-lead-difference__box {
    margin-top: 20px;
  }
}

.p-homevisiting-lead-inspection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 110px;
}
@media screen and (max-width: 820px) {
  .p-homevisiting-lead-inspection {
    display: block;
  }
}

.p-homevisiting-lead-inspection__box {
  -ms-flex-preferred-size: 48.15%;
      flex-basis: 48.15%;
  border: 4px solid #fff;
  border-radius: 83px;
  position: relative;
  padding-top: 110px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 820px) {
  .p-homevisiting-lead-inspection__box {
    border-radius: 30px;
  }
}
.p-homevisiting-lead-inspection__box h4 {
  width: 252px;
  height: 154px;
  position: absolute;
  top: -68px;
  left: 0;
  right: 0;
}
.p-homevisiting-lead-inspection__box ul {
  max-width: 364px;
  margin-left: auto;
  margin-right: auto;
}
.p-homevisiting-lead-inspection__box ul li {
  font-size: 19px;
}
.p-homevisiting-lead-inspection__box ul li::before {
  content: "●";
  color: #82c4db;
}
.p-homevisiting-lead-inspection__box .note {
  max-width: 364px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 820px) {
  .p-homevisiting-lead-inspection__box + .p-homevisiting-lead-inspection__box {
    margin-top: 100px;
  }
}

/* 対応エリア
----------------------------------------------------------------- */
.p-homevisiting-area {
  color: #fff;
  text-align: center;
}
.p-homevisiting-area::after {
  display: none;
}
.p-homevisiting-area h4 {
  position: relative;
  z-index: 1;
  color: #fff;
}
.p-homevisiting-area .lg {
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 1.5em;
  line-height: 1.5;
}
.p-homevisiting-area .lg .bold {
  font-size: 28px;
  font-weight: 600;
}
.p-homevisiting-area p {
  text-align: center;
  font-size: 19px;
}

/* よくあるご質問
----------------------------------------------------------------- */
.p-homevisiting-faq {
  padding-top: 100px;
  padding-bottom: 80px;
}
@media screen and (max-width: 576px) {
  .p-homevisiting-faq {
    padding-top: 50px;
  }
}
.p-homevisiting-faq .c-ttl-cloud {
  width: 281px;
  height: 181px;
}

.p-homevisiting-faq__dl dt,
.p-homevisiting-faq__dl dd {
  padding-left: 80px;
  position: relative;
  font-size: 18px;
}
.p-homevisiting-faq__dl dt img,
.p-homevisiting-faq__dl dd img {
  position: absolute;
  left: 0;
  top: -9px;
}
.p-homevisiting-faq__dl dt {
  font-weight: 400;
  margin-bottom: 2em;
}
.p-homevisiting-faq__dl dd {
  font-family: "Zen Maru Gothic", serif;
  color: #3c6d2c;
  font-weight: 500;
}
.p-homevisiting-faq__dl dd + dt {
  margin-top: 4em;
}

.p-homevisiting-faq-bottom {
  margin-top: 80px;
  border: 4px solid #fff;
  border-radius: 83px;
  padding: 60px 20px;
}
.p-homevisiting-faq-bottom h3 {
  font-size: 24px;
  font-family: "Zen Maru Gothic", serif;
  text-align: center;
  margin-bottom: 1.5em;
}
.p-homevisiting-faq-bottom p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 1em;
}
@media screen and (max-width: 576px) {
  .p-homevisiting-faq-bottom p {
    text-align: left;
  }
}
.p-homevisiting-faq-bottom h4 {
  color: #3c6d2c;
  font-family: "Zen Maru Gothic", serif;
  text-align: center;
  margin-bottom: 1em;
}

.p-homevisiting-faq-bottom__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 576px) {
  .p-homevisiting-faq-bottom__buttons {
    display: block;
  }
}
.p-homevisiting-faq-bottom__buttons > div {
  -ms-flex-preferred-size: 44.5%;
      flex-basis: 44.5%;
}
@media screen and (max-width: 576px) {
  .p-homevisiting-faq-bottom__buttons > div {
    max-width: 227px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-homevisiting-faq-bottom__buttons > div a {
  display: block;
  border-radius: 100px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}
.p-homevisiting-faq-bottom__buttons > div a:hover {
  opacity: 0.8;
}
.p-homevisiting-faq-bottom__buttons > div a::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 14px;
  background-image: url(/shared/images/ico_download.svg);
  background-position: center;
  background-size: contain;
}
.p-homevisiting-faq-bottom__buttons > div.pdf a {
  background-color: #b80000;
}
.p-homevisiting-faq-bottom__buttons > div.word a {
  background-color: #004f9b;
}
@media screen and (max-width: 576px) {
  .p-homevisiting-faq-bottom__buttons > div + div {
    margin-top: 20px;
  }
}

/* ご相談
----------------------------------------------------------------- */
.p-homevisiting-consult {
  background-image: url(/shared/images/outpatient_consult_bg.jpg);
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 576px) {
  .p-homevisiting-consult {
    text-align: left;
  }
}
.p-homevisiting-consult h3 {
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.1em;
  font-size: 24px;
  margin-bottom: 1em;
}
@media screen and (max-width: 576px) {
  .p-homevisiting-consult h3 {
    font-size: 22px;
  }
}
.p-homevisiting-consult p {
  font-size: 18px;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 576px) {
  .p-homevisiting-consult p {
    text-align: left;
  }
}
.p-homevisiting-consult .tel {
  color: #3c6d2c;
  font-size: 37px;
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 576px) {
  .p-homevisiting-consult .tel {
    font-size: 9vw;
    text-align: center;
  }
}

.p-homevisiting-consult-innner {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 820px) {
  .p-homevisiting-consult-illusts {
    text-align: center;
  }
}

.p-homevisiting-consult__illust01,
.p-homevisiting-consult__illust02 {
  bottom: 20px;
}
@media screen and (max-width: 820px) {
  .p-homevisiting-consult__illust01,
  .p-homevisiting-consult__illust02 {
    position: static;
    margin: 0 10px;
  }
}

.p-homevisiting-consult__illust01 {
  left: -140px;
}

.p-homevisiting-consult__illust02 {
  right: -140px;
}

/* ==========================================================================
外来診療
========================================================================== */
/* タイトル部
----------------------------------------------------------------- */
.page-out-patient .l-page-lead {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 820px) {
  .page-out-patient .l-page-lead {
    margin-top: 20vw;
  }
}
.page-out-patient .l-page-lead .l-page-lead-p-wrap {
  position: relative;
  max-width: 565px;
}
@media screen and (max-width: 820px) {
  .page-out-patient .l-page-lead .l-page-lead-p-wrap {
    max-width: none;
  }
}
.page-out-patient .l-page-lead .l-page-lead-p-wrap .c-btn-main {
  position: absolute;
  bottom: 0px;
  right: -380px;
  width: 290px;
  max-width: none;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  .page-out-patient .l-page-lead .l-page-lead-p-wrap .c-btn-main {
    position: static;
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .page-out-patient .l-page-title .l-page-title-image {
    width: 90vw;
  }
}
.page-out-patient .l-page-title .l-page-title-illust .l-page-title-illust {
  bottom: -170px;
}
@media screen and (max-width: 820px) {
  .page-out-patient .l-page-title .l-page-title-illust {
    width: 67vw;
    bottom: -23vw;
  }
}
@media screen and (max-width: 576px) {
  .page-out-patient .l-page-title .l-page-title-illust {
    bottom: -17vw;
  }
}

/* 診療内容
----------------------------------------------------------------- */
.p-outpatient-sec {
  padding-bottom: 126px;
}
@media screen and (max-width: 820px) {
  .p-outpatient-sec {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 576px) {
  .p-outpatient-sec {
    padding-bottom: 30px;
  }
}
.p-outpatient-sec + .p-outpatient-sec {
  margin-top: 100px;
}
@media screen and (max-width: 820px) {
  .p-outpatient-sec + .p-outpatient-sec {
    margin-top: 70px;
  }
}

.p-outpatient-box {
  background-color: #fff;
  border-radius: 83px;
  padding: 100px 50px 50px 50px;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 820px) {
  .p-outpatient-box {
    border-radius: 30px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .p-outpatient-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-outpatient-box h3 {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  font-family: "Zen Maru Gothic", serif;
  margin-bottom: 1em;
  margin-top: -130px;
}
@media screen and (max-width: 576px) {
  .p-outpatient-box h3 {
    font-size: 22px;
    margin-top: -155px;
  }
}
.p-outpatient-box h3 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.p-outpatient-box-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .p-outpatient-box-lead {
    display: block;
  }
}
.p-outpatient-box-lead .image {
  -ms-flex-preferred-size: 58%;
      flex-basis: 58%;
}
@media screen and (max-width: 820px) {
  .p-outpatient-box-lead .image {
    margin-bottom: 30px;
  }
}
.p-outpatient-box-lead .text {
  -ms-flex-preferred-size: 36.53%;
      flex-basis: 36.53%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-outpatient-box-lead .text p strong {
  color: #c5522c;
}

.p-outpatient-box-middle {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 30px;
}
@media screen and (max-width: 820px) {
  .p-outpatient-box-middle {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 576px) {
  .p-outpatient-box-middle {
    padding-top: 30px;
  }
}
.p-outpatient-box-middle .text {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  padding-left: 40px;
}
@media screen and (max-width: 820px) {
  .p-outpatient-box-middle .text {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
.p-outpatient-box-middle .text .lg {
  font-size: 28px;
  font-weight: 600;
  font-family: "Zen Maru Gothic", serif;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 576px) {
  .p-outpatient-box-middle .text .lg {
    font-size: 22px;
    text-align: center;
  }
}
.p-outpatient-box-middle .text p strong {
  color: #c5522c;
}
.p-outpatient-box-middle .image {
  -ms-flex-preferred-size: 49.18%;
      flex-basis: 49.18%;
}

.p-outpatient-box-example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}
@media screen and (max-width: 820px) {
  .p-outpatient-box-example {
    display: block;
  }
}
.p-outpatient-box-example .title {
  -ms-flex-preferred-size: 252px;
      flex-basis: 252px;
}
.p-outpatient-box-example .title h4 {
  font-size: 21px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  text-align: center;
  background-position: center;
  background-size: contain;
  width: 252px;
  height: 154px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 820px) {
  .p-outpatient-box-example .title h4 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.p-outpatient-box-example .list {
  padding-left: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 820px) {
  .p-outpatient-box-example .list {
    padding-left: 0;
  }
}
.p-outpatient-box-example .list ul li {
  display: inline-block;
}
.p-outpatient-box-example .list ul li::before {
  content: "●";
}
.p-outpatient-box-example .list ul li:not(:last-child) {
  margin-right: 0.75em;
}

.p-outpatient-box-bottom {
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 820px) {
  .p-outpatient-box-bottom {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .p-outpatient-box-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-outpatient-box-bottom .illust {
  -ms-flex-preferred-size: 23.72%;
      flex-basis: 23.72%;
  text-align: center;
}
.p-outpatient-box-bottom .illust img {
  max-width: 150px;
}
@media screen and (max-width: 820px) {
  .p-outpatient-box-bottom .illust img {
    margin-bottom: 10px;
  }
}
.p-outpatient-box-bottom .text {
  -ms-flex-preferred-size: 51.8%;
      flex-basis: 51.8%;
}
.p-outpatient-box-bottom .text .lg {
  font-size: 21px;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-family: "Zen Maru Gothic", serif;
}
@media screen and (max-width: 820px) {
  .p-outpatient-box-bottom .text .lg {
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}
.p-outpatient-box-bottom .btn {
  -ms-flex-preferred-size: 24.14%;
      flex-basis: 24.14%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-outpatient-box-bottom .btn .c-btn-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 820px) {
  .p-outpatient-box-bottom .btn .c-btn-main {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}

.p-outpatient-box-note {
  font-weight: 600;
  text-align: center;
  font-size: 18px;
  margin-top: 60px;
  padding-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .p-outpatient-box-note {
    text-align: left;
    margin-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  .p-outpatient-box-note {
    padding-bottom: 0;
  }
}

/* あかちゃん・こどもの診療 */
.p-outpatient-child .p-outpatient-box {
  background-image: url(/shared/images/outpatient_child_bg.png);
}
.p-outpatient-child .p-outpatient-box h3 img {
  width: 160px;
}
.p-outpatient-child .p-outpatient-box-middle {
  background-image: url(/shared/images/outpatient_child_middle_bg.png);
}
.p-outpatient-child .p-outpatient-box-example .title h4 {
  background-image: url(/shared/images/outpatient_child_example_title_bg.svg);
}
.p-outpatient-child .p-outpatient-box-example .list ul li::before {
  color: rgba(233, 150, 162, 0.5);
}
.p-outpatient-child .p-outpatient-box-bottom {
  background-image: url(/shared/images/outpatient_child_bottom_bg.png);
}

/* おとなの診療 */
.p-outpatient-adult .p-outpatient-box {
  background-image: url(/shared/images/outpatient_adult_bg.png);
}
.p-outpatient-adult .p-outpatient-box h3 img {
  width: 97px;
}
.p-outpatient-adult .p-outpatient-box-example .title h4 {
  background-image: url(/shared/images/outpatient_adult_example_title_bg.svg);
}
.p-outpatient-adult .p-outpatient-box-example .list ul li::before {
  color: rgba(92, 171, 201, 0.5);
}
.p-outpatient-adult .p-outpatient-box-bottom {
  background-image: url(/shared/images/outpatient_child_bottom_bg.png);
}

/* ご高齢の方の診療 */
.p-outpatient-senior .p-outpatient-box {
  background-image: url(/shared/images/outpatient_senior_bg.png);
}
.p-outpatient-senior .p-outpatient-box h3 img {
  width: 79px;
}
.p-outpatient-senior .p-outpatient-box-middle {
  background-image: url(/shared/images/outpatient_adult_middle_bg.png);
}
.p-outpatient-senior .p-outpatient-box-middle .text {
  -ms-flex-preferred-size: 52%;
      flex-basis: 52%;
}
.p-outpatient-senior .p-outpatient-box-middle .image {
  -ms-flex-preferred-size: 44%;
      flex-basis: 44%;
}
.p-outpatient-senior .p-outpatient-box-example .title h4 {
  background-image: url(/shared/images/outpatient_senior_example_title_bg.svg);
}
.p-outpatient-senior .p-outpatient-box-example .list ul li::before {
  color: rgba(188, 208, 77, 0.5);
}
.p-outpatient-senior .p-outpatient-box-bottom {
  background-image: url(/shared/images/outpatient_adult_middle_bg.png);
}

/* 受診のご案内
----------------------------------------------------------------- */
.p-outpatient-reception {
  background-color: #fff;
  padding-top: 62px;
  padding-bottom: 94px;
}
@media screen and (max-width: 576px) {
  .p-outpatient-reception {
    padding-bottom: 30px;
  }
}
.p-outpatient-reception h3 {
  background-image: url(/shared/images/about_logomark_title_bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 366px;
  height: 180px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -46px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 576px) {
  .p-outpatient-reception h3 {
    width: 293px;
    height: 144px;
  }
}
.p-outpatient-reception h3 span {
  display: inline-block;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.p-outpatient-reception-contents {
  background-image: url(/shared/images/bg.jpg);
  border-radius: 83px;
  padding: 90px 6% 80px 6%;
}
@media screen and (max-width: 820px) {
  .p-outpatient-reception-contents {
    border-radius: 30px;
  }
}
@media screen and (max-width: 576px) {
  .p-outpatient-reception-contents {
    padding-bottom: 30px;
  }
}

.p-outpatient-reception__title {
  color: #3c6d2c;
  font-size: 26px;
  font-family: "Zen Maru Gothic", serif;
  margin-bottom: 0.75em;
}

.p-outpatient-reception-top-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .p-outpatient-reception-top-flex {
    display: block;
  }
}
.p-outpatient-reception-top-flex .table {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}
@media screen and (max-width: 820px) {
  .p-outpatient-reception-top-flex .table {
    margin-bottom: 30px;
  }
}
.p-outpatient-reception-top-flex .table .c-tb-open {
  margin-top: 0;
}
.p-outpatient-reception-top-flex .table .c-tb-open th {
  width: 160px;
}
.p-outpatient-reception-top-flex .data {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}

.p-outpatient-reception-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
@media screen and (max-width: 820px) {
  .p-outpatient-reception-flex {
    display: block;
  }
}
.p-outpatient-reception-flex > div {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}
.p-outpatient-reception-flex > div .c-btn-main {
  margin-top: 20px;
}
.p-outpatient-reception-flex > div ul li::before {
  content: "●";
  color: #3c6d2c;
}
@media screen and (max-width: 820px) {
  .p-outpatient-reception-flex > div + div {
    margin-top: 30px;
  }
}

/* ==========================================================================
予防接種・健康診断
========================================================================== */
/* タイトル部
----------------------------------------------------------------- */
.page-preventive-medicine .l-page-lead .l-page-lead-p-wrap {
  position: relative;
  max-width: 565px;
}
.page-preventive-medicine .l-page-lead {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 820px) {
  .page-preventive-medicine .l-page-lead {
    margin-top: 20vw;
  }
}
@media screen and (max-width: 576px) {
  .page-preventive-medicine .l-page-lead {
    margin-top: 60px;
  }
}
.page-preventive-medicine .l-page-lead .l-page-lead-p-wrap {
  position: relative;
  max-width: 565px;
}
@media screen and (max-width: 820px) {
  .page-preventive-medicine .l-page-lead .l-page-lead-p-wrap {
    max-width: none;
  }
}
.page-preventive-medicine .l-page-lead .l-page-lead-p-wrap .c-btn-main {
  position: absolute;
  bottom: 0px;
  right: -380px;
  width: 290px;
  max-width: none;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  .page-preventive-medicine .l-page-lead .l-page-lead-p-wrap .c-btn-main {
    position: static;
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .page-preventive-medicine .l-page-title .l-page-title-image {
    width: 90vw;
  }
}
.page-preventive-medicine .l-page-title .l-page-title-illust .l-page-title-illust {
  bottom: -170px;
}
@media screen and (max-width: 820px) {
  .page-preventive-medicine .l-page-title .l-page-title-illust {
    width: 34.5vw;
    bottom: -16vw;
  }
}
@media screen and (max-width: 576px) {
  .page-preventive-medicine .l-page-title .l-page-title-illust {
    bottom: -17vw;
  }
}

.l-page-title .l-page-title-illust {
  bottom: -105px;
}

/* ご予約について
----------------------------------------------------------------- */
.p-preventivemedicine-reserve-contents {
  border: 6px solid #fff;
  border-radius: 83px;
  text-align: center;
  position: relative;
  margin-top: 120px;
  padding: 110px 20px 80px 20px;
}
@media screen and (max-width: 820px) {
  .p-preventivemedicine-reserve-contents {
    border-radius: 30px;
    margin-top: 80px;
    padding-bottom: 30px;
  }
}
.p-preventivemedicine-reserve-contents h3 {
  width: 252px;
  height: 154px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/shared/images/preventivemedicine_reserve_title_bg.svg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  font-family: "Zen Maru Gothic", serif;
  font-size: 21px;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
}
.p-preventivemedicine-reserve-contents p {
  text-align: center;
  font-size: 19px;
}
.p-preventivemedicine-reserve-contents .buttons {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-preventivemedicine-reserve-contents .buttons .c-btn-main {
  margin: 0 15px;
  height: 102px;
  width: 100%;
  max-width: 283px;
}
.p-preventivemedicine-reserve-contents .buttons .c-btn-main a {
  color: #fff !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/* ページ内ナビ
----------------------------------------------------------------- */
.p-preventivemedicine-nav {
  background-color: #bbcf4d;
  margin-top: 80px;
}
@media screen and (max-width: 576px) {
  .p-preventivemedicine-nav {
    margin-top: 40px;
  }
}
.p-preventivemedicine-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-preventivemedicine-nav ul li {
  border-right: 1px solid #fff;
}
.p-preventivemedicine-nav ul li:first-child {
  border-left: 1px solid #fff;
}
@media screen and (max-width: 576px) {
  .p-preventivemedicine-nav ul li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.p-preventivemedicine-nav ul li a {
  display: block;
  color: #3c6d2c;
  font-size: 20px;
  font-weight: 600;
  padding: 34px 80px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 576px) {
  .p-preventivemedicine-nav ul li a {
    padding: 10px 20px;
    text-align: center;
  }
}
.p-preventivemedicine-nav ul li a:hover {
  opacity: 0.8;
  background-color: #cada6b;
}
.p-preventivemedicine-nav ul li a::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #3c6d2c;
  border-right: 1px solid #3c6d2c;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

/* 各コンテンツ
----------------------------------------------------------------- */
.p-preventivemedicine-sec {
  padding-top: 80px;
}
@media screen and (max-width: 576px) {
  .p-preventivemedicine-sec {
    padding-top: 40px;
  }
}
.p-preventivemedicine-sec h3 {
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-size: 28px;
}
.p-preventivemedicine-sec h3 + p {
  margin-top: 0.75em;
  margin-bottom: 2em;
}

.p-preventivemedicine-box {
  background-color: #fff;
  border-radius: 83px;
  padding-top: 80px;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .p-preventivemedicine-box {
    border-radius: 30px;
  }
}
.p-preventivemedicine-box h4 {
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-size: 28px;
}
@media screen and (max-width: 576px) {
  .p-preventivemedicine-box h4 {
    font-size: 22px;
  }
}
.p-preventivemedicine-box + .p-preventivemedicine-box {
  margin-top: 82px;
}
@media screen and (max-width: 576px) {
  .p-preventivemedicine-box + .p-preventivemedicine-box {
    margin-top: 30px;
  }
}

.p-preventivemedicine-box-wrap {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .p-preventivemedicine-box-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-preventivemedicine-box-sub {
  border-radius: 20px;
  padding: 30px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-image: url(/shared/images/outpatient_child_bottom_bg.png);
  margin-top: 60px;
}
@media screen and (max-width: 820px) {
  .p-preventivemedicine-box-sub {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-preventivemedicine-box-sub .image {
  -ms-flex-preferred-size: 22.39%;
      flex-basis: 22.39%;
  text-align: center;
}
.p-preventivemedicine-box-sub .image img {
  max-width: 102px;
}
.p-preventivemedicine-box-sub .text {
  -ms-flex-preferred-size: 74%;
      flex-basis: 74%;
}
.p-preventivemedicine-box-sub .text .lg {
  font-weight: 600;
  font-family: "Zen Maru Gothic", serif;
  font-size: 21px;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 820px) {
  .p-preventivemedicine-box-sub .text .lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.5;
  }
}
.p-preventivemedicine-box-sub .text .lg p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}
.p-preventivemedicine-box-sub .text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 820px) {
  .p-preventivemedicine-box-sub .text ul {
    display: block;
  }
}
.p-preventivemedicine-box-sub .text ul li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  font-size: 18px;
}

.p-preventivemedicine-box-bottom {
  background-color: #efefef;
  padding: 50px 50px;
}
@media screen and (max-width: 576px) {
  .p-preventivemedicine-box-bottom {
    padding: 20px;
  }
}
.p-preventivemedicine-box-bottom h5 {
  font-size: 21px;
  font-family: "Zen Maru Gothic", serif;
  margin-bottom: 1em;
}
.p-preventivemedicine-box-bottom ul li {
  text-indent: -16px;
  padding-left: 16px;
}

/* こどもの予防接種 */
.p-preventivemedicine-box-child {
  background-image: url(/shared/images/outpatient_child_bg.png);
}
.p-preventivemedicine-box-child .p-outpatient-box-example .title h4 {
  background-image: url(/shared/images/preventivemedicine_child_example_title_bg.svg);
}
.p-preventivemedicine-box-child .p-outpatient-box-example .list ul li::before {
  color: rgba(233, 150, 162, 0.5);
}
.p-preventivemedicine-box-child .p-outpatient-box-bottom {
  background-image: url(/shared/images/outpatient_child_bottom_bg.png);
}

/* おとなの予防接種 */
.p-preventivemedicine-box-adult {
  background-image: url(/shared/images/outpatient_adult_bg.png);
}
.p-preventivemedicine-box-adult .p-outpatient-box-example .title h4 {
  background-image: url(/shared/images/outpatient_adult_example_title_bg.svg);
}
.p-preventivemedicine-box-adult .p-outpatient-box-example .list ul li::before {
  color: rgba(92, 171, 201, 0.5);
}
.p-preventivemedicine-box-adult .p-outpatient-box-bottom {
  background-image: url(/shared/images/outpatient_child_bottom_bg.png);
}

/* 健康診断 */
.p-preventivemedicine-check {
  margin-top: 40px;
}
.p-preventivemedicine-check .p-preventivemedicine-box-wrap {
  padding-bottom: 80px;
}
@media screen and (max-width: 576px) {
  .p-preventivemedicine-check .p-preventivemedicine-box-wrap {
    padding-bottom: 25px;
  }
}

.p-preventivemedicine-box-check {
  background-image: url(/shared/images/preventivemedicine_check_bg.png);
  padding-top: 50px;
}
.p-preventivemedicine-box-check .p-outpatient-box-example .title h4 {
  background-image: url(/shared/images/preventivemedicine_check_title_bg.svg);
}
.p-preventivemedicine-box-check .p-outpatient-box-example .list ul li::before {
  color: rgba(255, 150, 103, 0.5);
}
.p-preventivemedicine-box-check .p-outpatient-box-bottom {
  background-image: url(/shared/images/outpatient_child_bottom_bg.png);
}

.p-preventivemedicine-check-detail {
  margin-top: 60px;
}
.p-preventivemedicine-check-detail h3 {
  font-size: 21px;
  margin-bottom: 1em;
}

.p-preventivemedicine-check-detail__dl {
  border: 1px solid #c9c9c9;
  border-radius: 20px;
  padding: 20px 30px;
  margin-top: 0;
}
.p-preventivemedicine-check-detail__dl + dl {
  margin-top: 20px;
}
.p-preventivemedicine-check-detail__dl dt {
  font-size: 19px;
  font-family: "Zen Maru Gothic", serif;
}
.p-preventivemedicine-check-detail__dl dd ul li {
  display: inline-block;
}
.p-preventivemedicine-check-detail__dl dd ul li:not(:last-child) {
  margin-right: 1em;
}
.p-preventivemedicine-check-detail__dl dd ul li::before {
  content: "●";
  color: rgba(255, 150, 103, 0.5);
}

.p-preventivemedicine-check-option {
  margin-left: 122px;
  position: relative;
  background-color: #efefef;
  border-radius: 20px;
  padding: 30px 30px 30px 125px;
  margin-top: 45px;
}
@media screen and (max-width: 820px) {
  .p-preventivemedicine-check-option {
    margin-left: 0;
    margin-top: 75px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 100px;
  }
}
.p-preventivemedicine-check-option ul li {
  display: inline-block;
}
.p-preventivemedicine-check-option ul li:not(:last-child) {
  margin-right: 1em;
}
.p-preventivemedicine-check-option ul li::before {
  content: "●";
  color: rgba(255, 150, 103, 0.5);
}
.p-preventivemedicine-check-option .title {
  position: absolute;
  width: 211px;
  height: 129px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/shared/images/preventivemedicine_check_option_title_bg.svg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 19px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  left: -122px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 820px) {
  .p-preventivemedicine-check-option .title {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: -50px;
    -webkit-transform: none;
            transform: none;
  }
}

.p-preventivemedicine-check-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 55px;
}
@media screen and (max-width: 576px) {
  .p-preventivemedicine-check-bottom {
    display: block;
    margin-top: 20px;
  }
}
.p-preventivemedicine-check-bottom > div {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  text-align: center;
  background-image: url(/shared/images/outpatient_child_bottom_bg.png);
  border-radius: 20px;
  padding: 40px 20px 30px 20px;
}
.p-preventivemedicine-check-bottom > div h4 {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.p-preventivemedicine-check-bottom > div .lg {
  font-size: 20px;
  margin-bottom: 0.5em;
  font-weight: 600;
}
.p-preventivemedicine-check-bottom > div p {
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 576px) {
  .p-preventivemedicine-check-bottom > div + div {
    margin-top: 20px;
  }
}

/* ==========================================================================
私たちの 家庭医療・総合診療
========================================================================== */
.page-family-medicine .l-page-title .l-page-title-inner .l-page-title-jp {
  width: 534px;
  height: 239px;
  font-size: 42px;
}
@media screen and (max-width: 820px) {
  .page-family-medicine .l-page-title .l-page-title-inner .l-page-title-jp {
    max-width: 378px;
    width: 100%;
    height: 186px;
    font-size: 28px;
  }
}
.page-family-medicine .l-page-title .l-page-title-inner .l-page-title-image {
  left: calc(100% + 40px);
}
@media screen and (max-width: 820px) {
  .page-family-medicine .l-page-title .l-page-title-inner .l-page-title-image {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}
.page-family-medicine .l-page-lead {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 820px) {
  .page-family-medicine .l-page-lead {
    margin-top: 20vw;
  }
}
@media screen and (max-width: 576px) {
  .page-family-medicine .l-page-lead {
    margin-top: 60px;
  }
}
.page-family-medicine .l-page-lead .l-page-lead-p-wrap {
  position: relative;
  max-width: 565px;
}
@media screen and (max-width: 820px) {
  .page-family-medicine .l-page-lead .l-page-lead-p-wrap {
    max-width: none;
  }
}
.page-family-medicine .l-page-lead .l-page-lead-p-wrap .c-btn-main {
  position: absolute;
  bottom: 0px;
  right: -380px;
  width: 290px;
  max-width: none;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  .page-family-medicine .l-page-lead .l-page-lead-p-wrap .c-btn-main {
    position: static;
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .page-family-medicine .l-page-title .l-page-title-image {
    width: 90vw;
  }
}
.page-family-medicine .l-page-title .l-page-title-illust .l-page-title-illust {
  bottom: -170px;
}
@media screen and (max-width: 820px) {
  .page-family-medicine .l-page-title .l-page-title-illust {
    width: 34.5vw;
    bottom: -16vw;
  }
}
@media screen and (max-width: 576px) {
  .page-family-medicine .l-page-title .l-page-title-illust {
    bottom: -17vw;
  }
}

.p-familymedicine-top {
  margin-top: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 576px) {
  .p-familymedicine-top {
    margin-top: 0;
  }
}

.p-familymedicine-top-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .p-familymedicine-top-box {
    display: block;
  }
}
.p-familymedicine-top-box .text {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}
.p-familymedicine-top-box .text h3 {
  font-family: "Zen Maru Gothic", serif;
  font-size: 28px;
  margin-bottom: 1em;
}
@media screen and (max-width: 576px) {
  .p-familymedicine-top-box .text h3 {
    text-align: center;
    font-size: 22px;
  }
}
.p-familymedicine-top-box .text p + p {
  margin-top: 2em;
}
.p-familymedicine-top-box .text p strong {
  color: #c0522c;
}
.p-familymedicine-top-box .image {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}
@media screen and (max-width: 820px) {
  .p-familymedicine-top-box .image {
    text-align: center;
    margin-top: 30px;
  }
}
.p-familymedicine-top-box + .p-familymedicine-top-box {
  margin-top: 50px;
}

.p-familymedicine-top-box01 .image {
  padding-top: 170px;
}
@media screen and (max-width: 820px) {
  .p-familymedicine-top-box01 .image {
    padding-top: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .p-familymedicine-top-box01 .image {
    padding-top: 0;
  }
}

.p-familymedicine-top-illust01,
.p-familymedicine-top-illust02 {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
@media screen and (max-width: 820px) {
  .p-familymedicine-top-illust01,
  .p-familymedicine-top-illust02 {
    -webkit-transform: none;
            transform: none;
    display: inline-block !important;
    margin: 0 10px;
  }
}

.p-familymedicine-top-illust01 {
  max-width: 256px;
}
@media screen and (max-width: 820px) {
  .p-familymedicine-top-illust01 {
    width: 18.2vw;
  }
}
@media screen and (max-width: 576px) {
  .p-familymedicine-top-illust01 {
    width: 35vw;
  }
}

.p-familymedicine-top-illust02 {
  max-width: 287px;
  display: block;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 820px) {
  .p-familymedicine-top-illust02 {
    width: 20.5vw;
    margin-left: 0;
    margin-right: auto;
  }
}
@media screen and (max-width: 576px) {
  .p-familymedicine-top-illust02 {
    width: 40vw;
  }
}

.p-familymedicine-top-box02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-familymedicine-contents {
  border-radius: 83px;
  background-color: #fff;
  padding: 140px 50px 100px 50px;
}
@media screen and (max-width: 820px) {
  .p-familymedicine-contents {
    border-radius: 30px;
  }
}
@media screen and (max-width: 576px) {
  .p-familymedicine-contents {
    padding: 80px 20px 30px 20px;
  }
}
.p-familymedicine-contents h3 {
  font-family: "Zen Maru Gothic", serif;
  text-align: center;
  font-size: 28px;
  margin-bottom: 1em;
}
@media screen and (max-width: 576px) {
  .p-familymedicine-contents h3 {
    font-size: 22px;
  }
}
.p-familymedicine-contents h3 + p {
  text-align: center;
  max-width: 671px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5em;
}
@media screen and (max-width: 576px) {
  .p-familymedicine-contents h3 + p {
    text-align: left;
    margin-bottom: 30px;
  }
}

.p-familymedicine-sec-birth .p-familymedicine-contents {
  background-image: url(/shared/images/familymedicine_birth_bg.png);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-familymedicine-sec-birth-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .p-familymedicine-sec-birth-flex {
    display: block;
  }
}
.p-familymedicine-sec-birth-flex .title {
  -ms-flex-preferred-size: 252px;
      flex-basis: 252px;
}
.p-familymedicine-sec-birth-flex .title h4 {
  width: 252px;
  height: 154px;
  background-image: url(/shared/images/familymedicine_birth_title_bg.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
}
@media screen and (max-width: 820px) {
  .p-familymedicine-sec-birth-flex .title h4 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.p-familymedicine-sec-birth-flex .contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 50px;
}
@media screen and (max-width: 576px) {
  .p-familymedicine-sec-birth-flex .contents {
    margin-left: 0;
  }
}
.p-familymedicine-sec-birth-flex .contents .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .p-familymedicine-sec-birth-flex .contents .flex {
    display: block;
  }
}
.p-familymedicine-sec-birth-flex .contents .flex + .flex {
  margin-top: 20px;
}
.p-familymedicine-sec-birth-flex .contents .flex .image {
  -ms-flex-preferred-size: 20.67%;
      flex-basis: 20.67%;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .p-familymedicine-sec-birth-flex .contents .flex .image {
    margin-bottom: 20px;
  }
}
.p-familymedicine-sec-birth-flex .contents .flex .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 40px;
  padding-left: 30px;
}
@media screen and (max-width: 576px) {
  .p-familymedicine-sec-birth-flex .contents .flex .text {
    padding-right: 0;
    padding-left: 0;
  }
}
.p-familymedicine-sec-birth-flex .contents .flex .text strong {
  color: #c0522c;
}

.p-familymedicine-sec-birth-sub {
  margin-top: 60px;
  border-radius: 20px;
  padding: 40px 50px;
  background-image: url(/shared/images/outpatient_child_bottom_bg.png);
}
@media screen and (max-width: 576px) {
  .p-familymedicine-sec-birth-sub {
    margin-top: 20px;
    padding: 15px 20px;
  }
}

.p-familymedicine-sec-birth-movie {
  max-width: 718px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  margin-bottom: 70px;
}
@media screen and (max-width: 576px) {
  .p-familymedicine-sec-birth-movie {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.p-familymedicine-sec-birth-movie-inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p-familymedicine-sec-birth-movie-inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* トリセツ */
.p-familymedicine-torisetsu {
  padding-top: 80px;
}
@media screen and (max-width: 576px) {
  .p-familymedicine-torisetsu {
    padding-top: 50px;
  }
}
.p-familymedicine-torisetsu h3 {
  font-size: 44px;
  text-align: center;
  font-family: "uzura", sans-serif;
  color: #3c6d2c;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 576px) {
  .p-familymedicine-torisetsu h3 {
    font-size: 32px;
  }
}
.p-familymedicine-torisetsu .catch {
  font-size: 28px;
  font-weight: 600;
  font-family: "Zen Maru Gothic", serif;
  text-align: center;
  margin-bottom: 1em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 576px) {
  .p-familymedicine-torisetsu .catch {
    font-size: 22px;
    line-height: 1.6;
  }
}

.p-familymedicine-torisetsu-slider-wrap {
  background-color: #fff;
  border-radius: 20px;
  padding: 60px 0 20px 0;
  margin-bottom: 60px;
  margin-top: 60px;
}
@media screen and (max-width: 820px) {
  .p-familymedicine-torisetsu-slider-wrap {
    border-radius: 0;
    width: 100vw;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    padding-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  .p-familymedicine-torisetsu-slider-wrap {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
    margin-bottom: 40px;
    margin-top: 30px;
  }
}
.p-familymedicine-torisetsu-slider-wrap .slick-slide {
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 576px) {
  .p-familymedicine-torisetsu-slider-wrap .slick-slide {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.p-familymedicine-torisetsu-slider-wrap .slick-prev,
.p-familymedicine-torisetsu-slider-wrap .slick-next {
  width: 35px;
  height: 37px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  z-index: 1;
}
.p-familymedicine-torisetsu-slider-wrap .slick-prev::before,
.p-familymedicine-torisetsu-slider-wrap .slick-next::before {
  display: none;
}
.p-familymedicine-torisetsu-slider-wrap .slick-prev:hover,
.p-familymedicine-torisetsu-slider-wrap .slick-next:hover {
  opacity: 0.8;
}
.p-familymedicine-torisetsu-slider-wrap .slick-prev {
  background-image: url(/shared/images/ico_slider_prev.svg);
  left: 20px;
}
.p-familymedicine-torisetsu-slider-wrap .slick-prev:active, .p-familymedicine-torisetsu-slider-wrap .slick-prev:focus, .p-familymedicine-torisetsu-slider-wrap .slick-prev:hover {
  background-image: url(/shared/images/ico_slider_prev.svg);
}
.p-familymedicine-torisetsu-slider-wrap .slick-next {
  background-image: url(/shared/images/ico_slider_next.svg);
  right: 20px;
}
.p-familymedicine-torisetsu-slider-wrap .slick-next:active, .p-familymedicine-torisetsu-slider-wrap .slick-next:focus, .p-familymedicine-torisetsu-slider-wrap .slick-next:hover {
  background-image: url(/shared/images/ico_slider_next.svg);
}

.p-familymedicine-torisetsu-slider-item h4 {
  font-size: 24px;
  text-align: center;
  max-width: 544px;
  font-family: "uzura", sans-serif;
  color: #fff;
  background-image: url(/shared/images/familymedicine_torisetsu_slider_title_bg.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 74px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5em;
}
@media screen and (max-width: 576px) {
  .p-familymedicine-torisetsu-slider-item h4 {
    background-image: url(/shared/images/familymedicine_torisetsu_slider_title_bg_sp.svg);
    max-width: 340px;
    height: 73px;
    line-height: 1.2;
    font-size: 18px;
    margin-bottom: 1.5em;
  }
}
.p-familymedicine-torisetsu-slider-item h4 span {
  display: inline-block;
  -webkit-transform: translateY(13px);
          transform: translateY(13px);
}

.p-familymedicine-torisetsu-slider-item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 820px) {
  .p-familymedicine-torisetsu-slider-item-flex {
    display: block;
  }
}
.p-familymedicine-torisetsu-slider-item-flex .image {
  -ms-flex-preferred-size: 44.93%;
      flex-basis: 44.93%;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .p-familymedicine-torisetsu-slider-item-flex .image {
    margin-bottom: 20px;
  }
}
.p-familymedicine-torisetsu-slider-item-flex .image .lg {
  font-size: 21px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  margin-bottom: 1.5em;
  line-height: 1.4;
}
.p-familymedicine-torisetsu-slider-item-flex .image img {
  margin-left: auto;
  margin-right: auto;
  height: 192px;
}
.p-familymedicine-torisetsu-slider-item-flex .text {
  -ms-flex-preferred-size: 43.8%;
      flex-basis: 43.8%;
}
.p-familymedicine-torisetsu-slider-item-flex .text h5 {
  font-size: 16px;
}

.p-familymedicine-torisetsu-bubbles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
@media screen and (max-width: 576px) {
  .p-familymedicine-torisetsu-bubbles {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-familymedicine-torisetsu-bubbles > div {
  margin: 0 20px;
}
@media screen and (max-width: 576px) {
  .p-familymedicine-torisetsu-bubbles > div {
    -ms-flex-preferred-size: 44%;
        flex-basis: 44%;
    margin: 0 10px 10px 10px;
  }
}

.p-familymedicine-torisetsu-catch {
  font-family: "Zen Maru Gothic", serif;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-top: 60px;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
}
@media screen and (max-width: 576px) {
  .p-familymedicine-torisetsu-catch {
    font-size: 21px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.p-familymedicine-torisetsu-catch span {
  font-weight: 400;
  display: block;
  font-size: 20px;
  margin-top: 10px;
  letter-spacing: normal;
}

.p-familymedicine-meaning .p-familymedicine-contents {
  background-image: url(/shared/images/familymedicine_meaning_bg.png);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-familymedicine-meaning__copy {
  color: #3c6d2c;
  font-size: 24px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #3c6d2c;
  padding: 8px 25px;
}
@media screen and (max-width: 576px) {
  .p-familymedicine-meaning__copy {
    font-size: 19px;
  }
}

.p-familymedicine-meaning-contents {
  margin-top: 50px;
}
.p-familymedicine-meaning-contents img {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  max-width: 461px;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .p-familymedicine-meaning-contents img {
    float: none;
    margin-right: 0;
    display: block;
    max-width: none;
  }
}

/* ==========================================================================
お知らせ（検索結果共通）
========================================================================== */
.archive main,
.search main {
  background-image: url(/shared/images/bg2.png);
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-news-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 820px) {
  .p-news-outer {
    display: block;
    margin-top: 0px;
  }
}

.p-news-articles {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 70px;
}
@media screen and (max-width: 820px) {
  .p-news-articles {
    margin-right: 0;
  }
}

.p-news-articles-item {
  background-color: #fff;
  border-radius: 30px;
  padding: 30px;
}
.p-news-articles-item + .p-news-articles-anchor {
  margin-top: 40px;
}
@media screen and (max-width: 820px) {
  .p-news-articles-item + .p-news-articles-anchor {
    margin-top: 20px;
  }
}

.p-news-article__head {
  margin-bottom: 20px;
}
.p-news-article__head .category {
  color: #fff;
  display: inline-block;
  width: 92px;
  text-align: center;
  margin-right: 0.75em;
}
.p-news-article__head .category.cat_info {
  background-color: #50b0d4;
}
.p-news-article__head .category.cat_blog {
  background-color: #689100;
}
.p-news-article__head .category.cat_important {
  background-color: #b80000;
}
.p-news-article__head .category.cat_04 {
  background-color: #00288b;
}
.p-news-article__head .category.cat_05 {
  background-color: #ff9434;
}
.p-news-article__head .category.cat_06 {
  background-color: #b80000;
}
.p-news-article__head .date {
  font-size: 17px;
}

.p-news-article__title {
  font-size: 20px;
  margin-bottom: 1.25em;
}

.p-news-article__eyecatch {
  margin-bottom: 20px;
}

.p-news-article__content * + * {
  margin-top: 20px;
}

/* ページャー */
.p-news-articles-pager {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 820px) {
  .p-news-articles-pager {
    margin-bottom: 50px;
  }
}
.p-news-articles-pager .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-news-articles-pager .wp-pagenavi .pages {
  display: none;
}
.p-news-articles-pager .wp-pagenavi a,
.p-news-articles-pager .wp-pagenavi span {
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 34px;
  border-radius: 21px;
  margin: 0 7px;
  border: none;
  background-color: #d5d6d6;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-news-articles-pager .wp-pagenavi a.current,
.p-news-articles-pager .wp-pagenavi span.current {
  background-color: #3c6d2c;
  color: #fff;
  pointer-events: none;
}
.p-news-articles-pager .wp-pagenavi a:hover,
.p-news-articles-pager .wp-pagenavi span:hover {
  background-color: #bbc998;
}
.p-news-articles-pager .wp-pagenavi a.nextpostslink, .p-news-articles-pager .wp-pagenavi a.previouspostslink {
  font-size: 0;
  background-color: transparent;
  position: relative;
  width: auto;
}
.p-news-articles-pager .wp-pagenavi a.nextpostslink:after, .p-news-articles-pager .wp-pagenavi a.previouspostslink:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 8px;
  height: 8px;
}
.p-news-articles-pager .wp-pagenavi a.previouspostslink::after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  border-top: 1px solid #3c6d2c;
  border-right: 1px solid #3c6d2c;
}
.p-news-articles-pager .wp-pagenavi a.nextpostslink::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #3c6d2c;
  border-right: 1px solid #3c6d2c;
}

/* ==========================================================================
お問い合わせ
========================================================================== */
.page-contact main,
.page-confirm main,
.page-thanks main {
  background-image: url(/shared/images/bg2.png);
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 820px) {
  .page-contact .u-margin-xlarge-top,
  .page-confirm .u-margin-xlarge-top,
  .page-thanks .u-margin-xlarge-top {
    margin-top: 0;
  }
}

.p-contact-notice {
  margin-top: 30px;
}
.p-contact-notice h3 {
  color: #3c6d2c;
  font-size: 18px;
  margin-bottom: 1em;
}
.p-contact-notice ul li {
  text-indent: -16px;
  padding-left: 16px;
}
.p-contact-notice ul li::before {
  content: "●";
  color: #3c6d2c;
}

/* お電話でのお問い合わせ */
.p-contact-tel__top {
  margin-top: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #3c6d2c;
  border-radius: 10px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  color: #3c6d2c;
  font-size: 19px;
  font-weight: 600;
  padding: 5px 20px;
}
@media screen and (max-width: 820px) {
  .p-contact-tel__top {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
}

.p-contact-tel__number {
  font-weight: 900;
  font-size: 37px;
  color: #3c6d2c;
  text-align: center;
}

.p-contact-tel__open {
  text-align: center;
}

/* メールフォームでのお問い合わせ */
.p-contact-form {
  padding-top: 30px;
}

.contact-form__lead {
  text-align: center;
  color: #3c6d2c;
  font-size: 19px;
}
@media screen and (max-width: 820px) {
  .contact-form__lead {
    font-size: 17px;
  }
}

.contact-form__title {
  margin-top: 10px;
  font-family: "uzura", sans-serif;
  font-size: 32px;
  text-align: center;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/shared/images/contact_form_title_bg.svg);
  max-width: 416px;
  height: 114px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-form__title span {
  display: inline-block;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.contact-form__note {
  text-align: center;
  margin-bottom: 30px;
}

.contact-form__privacypolicy {
  text-align: center;
  margin: 1em 0;
}
.contact-form__privacypolicy a {
  color: #3c6d2c;
  text-decoration: underline;
}
.contact-form__privacypolicy a:hover {
  text-decoration: none;
}

.contact-form__mobile {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
}

/* 確認画面
----------------------------------------------------------------- */
.p-confirm-contents {
  margin-top: 80px;
}
.p-confirm-contents h3 {
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  color: colros(main);
  margin-bottom: 1em;
}

.p-confirm-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}
.p-confirm-buttons > div {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin: 0 10px;
}

.error_messe {
  text-align: center;
  margin-top: 40px;
  color: #b30023;
  font-weight: 600;
}

.grecaptcha-badge {
  z-index: 2;
}

/* ==========================================================================
 スクロール
=========================================================================*/
.u-scroll-anchor {
  display: block;
}
/* ==========================================================================
マージン・パディング
=========================================================================*/
/* マージン
----------------------------------------------------------------- */
.u-margin-auto {
  display: block;
  margin: auto;
}

.u-margin-remove {
  margin: 0 !important;
}

.u-margin-remove-top {
  margin-top: 0 !important;
}

.u-margin-xsmall-top {
  margin-top: 1rem;
}
@media screen and (max-width: 820px) {
  .u-margin-xsmall-top {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-xsmall-top {
    margin-top: 0.7142857143rem;
  }
}

.u-margin-small-top {
  margin-top: 1.5rem;
}
@media screen and (max-width: 820px) {
  .u-margin-small-top {
    margin-top: 1.2857142857rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-small-top {
    margin-top: 1rem;
  }
}

.u-margin-medium-top {
  margin-top: 2.5rem;
}
@media screen and (max-width: 820px) {
  .u-margin-medium-top {
    margin-top: 2.2857142857rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-medium-top {
    margin-top: 1.7142857143rem;
  }
}

.u-margin-large-top {
  margin-top: 4rem;
}
@media screen and (max-width: 820px) {
  .u-margin-large-top {
    margin-top: 3.4285714286rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-large-top {
    margin-top: 2.8571428571rem;
  }
}

.u-margin-xlarge-top {
  margin-top: 5rem;
}
@media screen and (max-width: 820px) {
  .u-margin-xlarge-top {
    margin-top: 4.5714285714rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-xlarge-top {
    margin-top: 4rem;
  }
}

.u-margin-xxlarge-top {
  margin-top: 6.5rem;
}
@media screen and (max-width: 820px) {
  .u-margin-xxlarge-top {
    margin-top: 5.7142857143rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-xxlarge-top {
    margin-top: 5.1428571429rem;
  }
}

.u-margin-small-bottom {
  margin-bottom: 1.5rem;
}

/* パディング
----------------------------------------------------------------- */
.u-padding-remove {
  padding: 0 !important;
}

.u-padding-small {
  padding: 1.5rem;
}

.u-padding-medium {
  padding: 2.5rem;
}

.u-padding-large {
  padding: 4rem;
}
@media screen and (max-width: 576px) {
  .u-padding-large {
    padding: 2.8571428571rem;
  }
}

.u-padding-small-bottom {
  padding-bottom: 1.5rem;
}
/*# sourceMappingURL=main.css.map */