@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 1rem;
}

body {
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -webkit-text-size-adjust: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: transparent;
  color: #333;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: none;
}

ul,
ol {
  list-style: none;
}

em,
i {
  font-style: normal;
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 991px) {
  html {
    font-size: 72.5%;
  }
}

@media (max-width: 500px) {
  html {
    font-size: calc(100vw / 39);
  }
}

body {
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333;
  width: 100%;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body.is_hidden {
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  body {
    font-size: 1.6rem;
  }
}

.inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 50px;
}

@media screen and (max-width: 991px) {
  .inner {
    padding: 0 6%;
  }
}

a {
  color: #333;
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  .hover {
    transition: all 0.3s ease;
  }
  .hover:hover {
    opacity: 0.6 !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (min-width: 992px) {
  .disp_sp {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .disp_pc {
    display: none !important;
  }
}

.main {
  padding: 90px 0 120px;
}

@media screen and (max-width: 991px) {
  .main {
    padding: 70px 0;
  }
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.header .inner {
  align-items: center;
  display: flex;
  height: 90px;
  justify-content: space-between;
  max-width: 1390px;
  padding: 0 30px;
}

@media screen and (max-width: 991px) {
  .header .inner {
    height: 70px;
    padding: 0 0 0 16px;
  }
}

.header-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .header-logo {
    flex: 0 0 210px;
    width: 210px;
  }
}

.header-logo .txt {
  align-items: flex-end;
  display: flex;
  gap: 8px;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .header-logo .txt {
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
  }
}

.header-logo .txt .t1 {
  color: #444;
  display: block;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.133em;
  line-height: 1.44;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .header-logo .txt .t1 {
    font-size: 1.25vw;
  }
}

@media screen and (max-width: 991px) {
  .header-logo .txt .t1 {
    font-size: 1.3rem;
    letter-spacing: 0.154em;
    line-height: 1.662;
  }
}

.header-logo .txt .t2 {
  color: #358651;
  display: block;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.077em;
  line-height: 1;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .header-logo .txt .t2 {
    font-size: 2.166666666666667vw;
  }
}

@media screen and (max-width: 991px) {
  .header-logo .txt .t2 {
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 1.08;
  }
}

.header-logo .en {
  color: #a9c5b1;
  display: block;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.44;
  margin-top: 8px;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .header-logo .en {
    font-size: 1.25vw;
  }
}

@media screen and (max-width: 991px) {
  .header-logo .en {
    display: none;
  }
}

.header-nav {
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .header-nav {
    margin-left: 0;
  }
}

.header-list {
  align-items: center;
  display: flex;
  gap: 40px;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .header-list {
    gap: 30px;
  }
}

.header-list li a {
  color: #333;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.3125;
  padding: 5px 0;
  position: relative;
  white-space: nowrap;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .header-list li a {
    font-size: 1.3333333333333335vw;
  }
}

.header-list li a::after {
  background: #479f66;
  border-radius: 999px;
  bottom: -8px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.header-list li a.is_active::after, .header-list li a:hover::after {
  opacity: 1;
}

.header-list li a.icon_blank {
  padding-right: 24px;
}

.header-list li a.icon_blank::before {
  background: url(../img/img-common/icon_blank.svg) center center/contain no-repeat;
  content: "";
  aspect-ratio: 1 / 1;
  width: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.header-list li a.icon_list {
  padding-right: 32px;
}

.header-list li a.icon_list::before {
  background: url(../img/img-common/icon_list.svg) center center/contain no-repeat;
  content: "";
  aspect-ratio: 16 / 20;
  width: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.header-btn {
  margin-left: 45px;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .header-btn {
    margin-left: 25px;
  }
}

.header-sp {
  align-items: center;
  display: flex;
  margin-left: auto;
}

.header-login {
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  position: relative;
}

.header-login > div {
  height: 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.header-login > div::before {
  background: url(../img/img-common/icon_login.svg) center center/contain no-repeat;
  content: "";
  inset: 0;
  aspect-ratio: 17 / 20;
  width: 20px;
  top: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
}

.header-login .txt {
  color: #333;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
  margin-top: auto;
  padding-bottom: 3px;
}

.header-menu {
  align-items: flex-end;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  margin-left: 14px;
  position: relative;
  width: 65px;
}

.header-menu::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: calc(100% - 24px);
  width: 1px;
  background: #d9d9d9;
}

.header-menu > div {
  width: 50px;
  height: 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.header-menu > div::before, .header-menu > div::after {
  background: #369256;
  border-radius: 999px;
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 12px;
  transition: transform 0.3s ease,
 top 0.3s ease;
  width: 30px;
}

.header-menu > div::after {
  top: 22px;
}

.header-menu .txt {
  color: #333;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
  margin-top: auto;
  padding-bottom: 3px;
  position: relative;
  width: 100%;
}

.header-menu.is_open > div::before {
  top: 17px;
  transform: rotate(-42deg);
}

.header-menu.is_open > div::after {
  top: 17px;
  transform: rotate(42deg);
}

.header-drawer {
  background: #f4f8f5;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 70px;
  transform: translateY(-8px);
  transition: opacity 0.35s ease,
 transform 0.35s ease;
  visibility: hidden;
  width: 100%;
  overflow-y: scroll;
  -webkit-transition: all 0.4s ease;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 991px) {
  .header-drawer {
    height: calc(100dvh - 70px);
  }
}

.header-drawer.is_open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.header-drawer .inner {
  display: block;
  height: auto;
  max-width: 390px;
  padding: 30px 30px 35px;
}

.header-listsp li {
  border-bottom: 1px solid #9ec6aa;
}

.header-listsp li a {
  color: #333;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 2.1875;
  padding: 17px 30px 16px 5px;
  position: relative;
}

.header-listsp li a::before {
  content: "";
  height: 16px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}

.header-listsp li a.arrow::before {
  background: url(../img/img-common/icon_arrow.svg) center center/contain no-repeat;
}

.header-listsp li a.blank::before {
  background: url(../img/img-common/icon_blank_dark.svg) center center/contain no-repeat;
}

.header-btnsp {
  margin-top: 53px;
  display: flex;
  justify-content: center;
}

.header-btnsp .login-btn {
  border-radius: 8px;
  height: 60px;
  margin: 0 auto;
  max-width: 240px;
  width: 80%;
  gap: 15px;
}

.header-btnsp .login-btn .icon {
  width: 18px;
}

.header-close {
  background: transparent;
  border: 0;
  color: #747474;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.2em;
  line-height: 1;
  margin: 45px auto 0;
  position: relative;
}

.header-close > span {
  position: relative;
  padding: 0 15px;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}

.header-close > span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background: #747474;
}

.header-close > span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background: #747474;
}

.login-btn {
  align-items: center;
  background: #4aa06a;
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  font-size: 1.6rem;
  font-weight: 700;
  gap: 10px;
  height: 50px;
  justify-content: center;
  letter-spacing: 0.06em;
  line-height: 1.3125;
  padding: 0;
  width: 180px;
  border: 2px solid #4aa06a;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .login-btn {
    width: 150px;
  }
}

@media screen and (min-width: 992px) {
  .login-btn {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .login-btn .txt,
  .login-btn .icon:before {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .login-btn:hover {
    background: #fff;
  }
  .login-btn:hover .txt {
    color: #4aa06a;
  }
  .login-btn:hover .icon::before {
    background-image: url(../img/img-common/icon_login.svg);
  }
}

.login-btn .icon {
  display: block;
  aspect-ratio: 18 / 21;
  width: 14px;
  position: relative;
}

.login-btn .icon::before {
  background: url(../img/img-common/icon_login_w.svg) center center/contain no-repeat;
  content: "";
  inset: 0;
  position: absolute;
}

.login-btn .txt {
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.3125;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .login-btn .txt {
    font-size: 1.3333333333333335vw;
  }
}

.index .header-list li a#nav_index:after,
.about .header-list li a#nav_about:after {
  opacity: 1;
}

.footer {
  background: #5d9c73;
  color: #fff;
  padding: 65px 0 85px;
  margin-top: auto;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .footer {
    padding: 49px 0 18px;
  }
}

.footer::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  margin: auto;
  width: 922px;
  height: 460px;
  background: url(../img/img-common/bg_footer.png) left center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .footer::after {
    aspect-ratio: 780 / 980;
    background-image: url(../img/img-common/bg_footer_sp.png);
    width: 100%;
    right: 0;
    left: 0;
  }
}

.footer .inner {
  max-width: 1380px;
  position: relative;
  z-index: 2;
}

.footer-main {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 992px) {
  .footer-main {
    padding: 0 45px;
  }
}

@media screen and (max-width: 991px) {
  .footer-main {
    display: block;
  }
}

.footer-info {
  width: 48%;
}

@media screen and (max-width: 991px) {
  .footer-info {
    text-align: center;
    width: 100%;
  }
}

.footer-logo .t1 {
  color: #fff;
  display: block;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.133em;
  line-height: 1.44;
}

@media screen and (max-width: 991px) {
  .footer-logo .t1 {
    font-size: 1.5rem;
    line-height: 1.44;
  }
}

.footer-logo .t2 {
  color: #fff;
  display: block;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.083em;
  line-height: 0.9;
  margin-top: 7px;
}

@media screen and (max-width: 991px) {
  .footer-logo .t2 {
    font-size: 2.4rem;
    line-height: 0.54;
    margin-top: 13px;
  }
}

.footer-lead {
  margin-top: 35px;
}

@media screen and (max-width: 991px) {
  .footer-lead {
    margin-top: 40px;
  }
}

.footer-lead p {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.067em;
  line-height: 2.266;
}

@media screen and (max-width: 991px) {
  .footer-lead p {
    font-size: 1.4rem;
    line-height: 2;
  }
}

.footer-office {
  margin-top: 12px;
}

@media screen and (max-width: 991px) {
  .footer-office {
    margin-top: 73px;
    width: 100%;
  }
}

.footer-ttl {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.059em;
  line-height: 1.294;
}

@media screen and (max-width: 991px) {
  .footer-ttl {
    letter-spacing: 0.059em;
    line-height: 0.647;
  }
}

.footer-address {
  margin-top: 28px;
}

@media screen and (max-width: 991px) {
  .footer-address {
    margin-top: 25px;
  }
}

.footer-address p {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.067em;
  line-height: 2.266;
}

@media screen and (max-width: 991px) {
  .footer-address p {
    line-height: 1.866;
  }
  .footer-address p + p {
    margin-top: 3px;
  }
}

.footer-address p a {
  color: #fff;
}

.footer-hour {
  margin-top: 15px;
}

@media screen and (max-width: 991px) {
  .footer-hour {
    margin-top: 25px;
  }
}

.footer-hour p {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.067em;
  line-height: 2.266;
}

@media screen and (max-width: 991px) {
  .footer-hour p {
    line-height: 1.866;
  }
}

.footer-bottom {
  margin: 75px 45px 0;
  padding-top: 45px;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.footer-bottom::after {
  content: "";
  position: absolute;
  top: 0;
  left: -45px;
  right: -45px;
  margin: auto;
  width: calc(100% + 90px);
  background: #d9d9d9;
  height: 1px;
}

@media screen and (max-width: 991px) {
  .footer-bottom::after {
    left: 0;
    right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .footer-bottom {
    padding-top: 30px;
    margin: 40px 0 0;
    flex-direction: column;
  }
}

.footer-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

@media screen and (max-width: 991px) {
  .footer-list {
    display: grid;
    gap: 0;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, auto);
  }
}

@media screen and (max-width: 991px) {
  .footer-list li:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .footer-list li:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }
  .footer-list li:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
  }
  .footer-list li:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
  }
  .footer-list li:nth-child(5) {
    grid-column: 1;
    grid-row: 3;
  }
}

.footer-list li a {
  color: rgba(255, 255, 255, 0.75);
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.067em;
  line-height: 2.266;
}

@media screen and (max-width: 991px) {
  .footer-list li a {
    font-size: 1.5rem;
    line-height: 2.266;
  }
}

.footer-copy {
  text-align: right;
}

@media screen and (max-width: 991px) {
  .footer-copy {
    margin-top: 40px;
    text-align: center;
  }
}

.footer-copy p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.067em;
  line-height: 2.266;
}

@media screen and (max-width: 991px) {
  .footer-copy p {
    font-size: 1.2rem;
    line-height: 2.833;
  }
}

.ttl-basis {
  font-size: 3rem;
  font-weight: 700;
  color: #358651;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .ttl-basis {
    font-size: 2.8rem;
  }
}

.ttl-basis + .leadtxt {
  margin-top: 20px;
  text-align: center;
  font-size: 1.8rem;
}

@media screen and (max-width: 991px) {
  .ttl-basis + .leadtxt {
    font-size: 1.6rem;
  }
}

.ttl-line {
  color: #358651;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  position: relative;
  padding-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .ttl-line {
    font-size: 2.6rem;
    line-height: 1.4;
  }
}

.ttl-line::after {
  background: #b8dcc6;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 30px;
  border-radius: 10px;
}

.section + .section {
  margin-top: 100px;
}

@media screen and (max-width: 991px) {
  .section + .section {
    margin-top: 60px;
  }
}

.ttlBox {
  background: #f4f8f5;
}

.ttlBox .inner {
  max-width: 1430px;
}

.ttlBox-wrap {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .ttlBox-wrap {
    background: url(../img/img-common/illust_city.svg) right bottom no-repeat;
    background-size: 580px auto;
    align-items: flex-start;
    padding-left: 30px;
  }
}

@media screen and (max-width: 991px) {
  .ttlBox-wrap {
    min-height: 175px;
  }
}

@media screen and (min-width: 992px) {
  .ttlBox-txt {
    display: flex;
    justify-content: flex-start;
  }
}

.ttlBox-txt > div {
  font-size: 4.3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: relative;
}

@media screen and (max-width: 991px) {
  .ttlBox-txt > div {
    font-size: 2.8rem;
  }
}

.ttlBox-txt > div::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -45px;
  margin: auto;
  aspect-ratio: 90 / 57;
  width: 90px;
  background: url(../img/img-common/momiji_left.svg) left center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .ttlBox-txt > div::before {
    width: 70px;
    left: -15px;
  }
}

.ttlBox-txt > div::after {
  content: "";
  position: absolute;
  bottom: -40px;
  right: -100px;
  margin: auto;
  aspect-ratio: 87 / 72;
  width: 87px;
  background: url(../img/img-common/momiji_right.svg) left center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .ttlBox-txt > div::after {
    width: 60px;
    right: 0;
  }
}

.ttlBox-lead {
  font-family: "Abril Fatface", serif;
  color: #479f66;
  font-size: 1.8rem;
  font-weight: 400;
  padding-top: 20px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .ttlBox-lead {
    font-size: 1.3rem;
    padding-top: 10px;
  }
}

.topMv {
  padding: 60px 0;
  position: relative;
  background: url(../img/img-index/mv.webp) center center no-repeat;
  background-size: cover;
  min-height: 500px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .topMv {
    padding: 40px 0;
    background-image: url(../img/img-index/mv_sp.webp);
    min-height: 450px;
  }
}

.topMv .inner {
  max-width: 1360px;
}

.topMv-ttl {
  font-family: "Zen Antique Soft";
  color: #fff;
  font-size: 4.8rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
  display: flex;
  justify-content: flex-start;
  animation: fadeIn_b 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
}

@media screen and (max-width: 991px) {
  .topMv-ttl {
    font-size: 3.2rem;
    letter-spacing: 0.05em;
  }
}

.topMv-ttl > div {
  position: relative;
}

.topMv-ttl > div .momiji {
  position: absolute;
  right: -90px;
  top: -50px;
}

@media screen and (max-width: 991px) {
  .topMv-ttl > div .momiji {
    right: -65px;
    top: -15px;
  }
}

.topMv-lead {
  font-family: "Abril Fatface", serif;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 400;
  padding-top: 25px;
  position: relative;
  z-index: 2;
  animation: fadeIn_b 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
}

@media screen and (max-width: 991px) {
  .topMv-lead {
    font-size: 1.2rem;
    letter-spacing: 0.03em;
    padding-top: 22px;
  }
}

.topSearch {
  padding: 70px 0;
}

@media screen and (max-width: 991px) {
  .topSearch {
    padding: 45px 0;
  }
}

.topSearch-items {
  margin-top: 45px;
}

@media screen and (max-width: 991px) {
  .topSearch-items {
    margin-top: 25px;
  }
}

.topSearch-items .flex {
  display: grid;
}

@media screen and (min-width: 992px) {
  .topSearch-items .flex {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    place-content: center;
  }
}

@media screen and (max-width: 991px) {
  .topSearch-items .flex {
    gap: 20px;
  }
}

.topSearch-items .flex .item {
  border: 2px solid #000;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.07);
  position: relative;
}

@media screen and (max-width: 991px) {
  .topSearch-items .flex .item {
    padding: 20px;
  }
}

@media screen and (min-width: 992px) {
  .topSearch-items .flex .item {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .topSearch-items .flex .item .arrow::before, .topSearch-items .flex .item .arrow::after {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .topSearch-items .flex .item dl dt,
  .topSearch-items .flex .item dl dt:before,
  .topSearch-items .flex .item dl dd p {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}

.topSearch-items .flex .item dl dt {
  padding-top: 100px;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .topSearch-items .flex .item dl dt {
    padding: 0 0 0 75px;
    display: flex;
    align-items: center;
    min-height: 60px;
  }
}

.topSearch-items .flex .item dl dt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  aspect-ratio: 1 / 1;
  width: 80px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .topSearch-items .flex .item dl dt::before {
    right: inherit;
    width: 60px;
    bottom: 0;
  }
}

.topSearch-items .flex .item dl dd p {
  text-align: center;
  font-size: 1.5rem;
}

@media screen and (max-width: 991px) {
  .topSearch-items .flex .item dl dd p {
    text-align: left;
  }
}

.topSearch-items .flex .item .arrow {
  position: absolute;
  right: 20px;
  bottom: 20px;
  aspect-ratio: 21 / 15;
  width: 21px;
}

@media screen and (max-width: 991px) {
  .topSearch-items .flex .item .arrow {
    bottom: 25px;
  }
}

.topSearch-items .flex .item .arrow::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 2px;
  background: #e72e35;
}

.topSearch-items .flex .item .arrow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #e72e35;
  border-right: 2px solid #e72e35;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.topSearch-items .flex .item.--map {
  border-color: #ed8d2c;
}

.topSearch-items .flex .item.--map dl dt {
  color: #ed8d2c;
}

.topSearch-items .flex .item.--map dl dt::before {
  background-image: url(../img/img-index/icon_map.svg);
}

.topSearch-items .flex .item.--map .arrow::before {
  background: #ed8d2c;
}

.topSearch-items .flex .item.--map .arrow::after {
  border-color: #ed8d2c;
}

.topSearch-items .flex .item.--outpatient {
  border-color: #5d9c73;
}

.topSearch-items .flex .item.--outpatient dl dt {
  color: #5d9c73;
}

.topSearch-items .flex .item.--outpatient dl dt::before {
  background-image: url(../img/img-index/icon_outpatient.svg);
}

.topSearch-items .flex .item.--outpatient .arrow::before {
  background: #5d9c73;
}

.topSearch-items .flex .item.--outpatient .arrow::after {
  border-color: #5d9c73;
}

.topSearch-items .flex .item.--home {
  border-color: #c95a4a;
}

.topSearch-items .flex .item.--home dl dt {
  color: #c95a4a;
}

.topSearch-items .flex .item.--home dl dt::before {
  background-image: url(../img/img-index/icon_home.svg);
}

.topSearch-items .flex .item.--home .arrow::before {
  background: #c95a4a;
}

.topSearch-items .flex .item.--home .arrow::after {
  border-color: #c95a4a;
}

@media screen and (min-width: 992px) {
  .topSearch-items .flex .item:hover dl dt,
  .topSearch-items .flex .item:hover dl dd p {
    color: #fff;
  }
  .topSearch-items .flex .item:hover .arrow::before {
    background: #fff !important;
  }
  .topSearch-items .flex .item:hover .arrow::after {
    border-color: #fff !important;
  }
  .topSearch-items .flex .item.--map:hover {
    background: #ed8d2c;
  }
  .topSearch-items .flex .item.--map:hover dl dt::before {
    background-image: url(../img/img-index/icon_map_w.svg);
  }
  .topSearch-items .flex .item.--outpatient:hover {
    background: #5d9c73;
  }
  .topSearch-items .flex .item.--outpatient:hover dl dt::before {
    background-image: url(../img/img-index/icon_outpatient_w.svg);
  }
  .topSearch-items .flex .item.--home:hover {
    background: #c95a4a;
  }
  .topSearch-items .flex .item.--home:hover dl dt::before {
    background-image: url(../img/img-index/icon_home_w.svg);
  }
}

.topInfo {
  background: #f4f8f5;
  padding: 70px 0;
}

@media screen and (max-width: 991px) {
  .topInfo {
    padding: 45px 0;
  }
}

.topInfo-bnr {
  margin-top: 60px;
}

@media screen and (max-width: 991px) {
  .topInfo-bnr {
    margin-top: 40px;
  }
}

.topInfo-bnr .flex {
  display: grid;
}

@media screen and (min-width: 992px) {
  .topInfo-bnr .flex {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
}

@media screen and (max-width: 991px) {
  .topInfo-bnr .flex {
    gap: 50px;
  }
}

.topInfo-bnr .flex .item {
  border-radius: 10px;
  padding: 25px 50px;
  position: relative;
  min-height: 200px;
}

@media screen and (max-width: 991px) {
  .topInfo-bnr .flex .item {
    padding: 20px 20px 35px;
  }
}

.topInfo-bnr .flex .item::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 17px;
  margin: auto;
  aspect-ratio: 27 / 23;
  width: 27px;
  background: url(../img/img-index/icon_dot_arrow.svg) left center no-repeat;
  background-size: contain;
}

@media screen and (min-width: 992px) {
  .topInfo-bnr .flex .item dl {
    padding-left: 200px;
  }
}

.topInfo-bnr .flex .item dl dt {
  border-bottom: 1px solid #fff;
  padding: 0 0 10px;
  margin-bottom: 15px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .topInfo-bnr .flex .item dl dt {
    padding: 0 0 10px;
    width: 50%;
    margin-left: auto;
    text-align: center;
    line-height: 1.4;
  }
}

.topInfo-bnr .flex .item dl dt::before {
  content: "";
  position: absolute;
  top: -65px;
  left: -230px;
  margin: auto;
  aspect-ratio: 1 / 1;
  width: 210px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .topInfo-bnr .flex .item dl dt::before {
    width: 108%;
    left: -105%;
    top: inherit;
    bottom: 0;
  }
}

.topInfo-bnr .flex .item dl dt > span {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  position: relative;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 40px;
}

@media screen and (max-width: 991px) {
  .topInfo-bnr .flex .item dl dt > span {
    padding: 40px 0 0;
  }
}

.topInfo-bnr .flex .item dl dt > span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  aspect-ratio: 1 / 1;
  width: 32px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .topInfo-bnr .flex .item dl dt > span::before {
    bottom: inherit;
    right: 0;
  }
}

@media screen and (max-width: 991px) {
  .topInfo-bnr .flex .item dl dd {
    width: 80%;
    margin-inline: auto;
  }
}

.topInfo-bnr .flex .item dl dd p {
  color: #fff;
  font-size: 1.5rem;
}

.topInfo-bnr .flex .item.--info01 {
  background: #479f66;
}

.topInfo-bnr .flex .item.--info01 dl dt::before {
  background-image: url(../img/img-index/img_info01.png);
}

.topInfo-bnr .flex .item.--info01 dl dt > span::before {
  background-image: url(../img/img-index/icon_info01.svg);
}

.topInfo-bnr .flex .item.--info02 {
  background: #ca4242;
}

.topInfo-bnr .flex .item.--info02 dl dt::before {
  background-image: url(../img/img-index/img_info02.png);
}

.topInfo-bnr .flex .item.--info02 dl dt > span::before {
  background-image: url(../img/img-index/icon_info02.svg);
}

.topNews {
  padding: 70px 0;
}

@media screen and (max-width: 991px) {
  .topNews {
    padding: 45px 0 50px;
  }
}

.topNews .inner {
  max-width: 1370px;
}

.topNews .grid {
  display: grid;
}

@media screen and (min-width: 992px) {
  .topNews .grid {
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    gap: 85px;
  }
}

@media screen and (max-width: 991px) {
  .topNews .grid {
    gap: 50px;
  }
}

.topNews-box {
  min-width: 0;
}

.topNews-ttl {
  color: #358651;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.179em;
  line-height: 2.186;
  position: relative;
}

@media screen and (max-width: 991px) {
  .topNews-ttl {
    font-size: 2.6rem;
    letter-spacing: 0.154em;
    line-height: 1.385;
  }
}

.topNews-ttl::after {
  background: #b8dcc6;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  bottom: -10px;
  width: 30px;
  border-radius: 10px;
}

@media screen and (max-width: 991px) {
  .topNews-ttl::after {
    bottom: -20px;
  }
}

.topNews-list {
  height: 380px;
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .topNews-list {
    height: 300px;
    margin-top: 35px;
  }
}

.topNews-list iframe {
  width: 100%;
  height: 100%;
}

.topNews-list .item {
  border-bottom: 1px dashed #cfcfcf;
  display: block;
  padding: 0 0 35px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .topNews-list .item {
    padding: 0 0 20px;
  }
}

.topNews-list .item + .item {
  padding-top: 25px;
}

@media screen and (max-width: 991px) {
  .topNews-list .item + .item {
    padding-top: 20px;
  }
}

.topNews-list .item dl dt {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.063em;
  line-height: 1.5;
  color: #9e9e9e;
}

.topNews-list .item dl dd {
  margin-top: 7px;
}

@media screen and (max-width: 991px) {
  .topNews-list .item dl dd {
    margin-top: 6px;
  }
}

.topNews-list .item dl dd .ttl {
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.063em;
  line-height: 1.5;
}

.topNews-list .item dl dd p {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.071em;
  line-height: 2;
  margin-top: 8px;
}

@media screen and (max-width: 991px) {
  .topNews-list .item dl dd p {
    margin-top: 7px;
  }
}

.topNews-list .item .txt {
  position: relative;
  padding-right: 95px;
}

@media screen and (max-width: 991px) {
  .topNews-list .item .txt {
    padding-right: 75px;
  }
}

.topNews-list .item .txt .icon {
  align-items: center;
  top: 10px;
  display: flex;
  justify-content: center;
  position: absolute;
  right: 35px;
  max-width: 35px;
}

@media screen and (max-width: 991px) {
  .topNews-list .item .txt .icon {
    right: 15px;
  }
}

.topNews-list .item .txt .icon img {
  display: block;
  width: 100%;
}

.topAbout {
  padding: 70px 0 0;
}

@media screen and (max-width: 991px) {
  .topAbout {
    padding: 45px 0 0;
  }
}

.topAbout-box {
  background: #f2faf4;
  border-radius: 20px;
  padding: 35px 60px 55px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .topAbout-box {
    border-radius: 10px;
    padding: 35px 30px 48px;
  }
}

.topAbout-box::before {
  background: #b8dcc6;
  content: "";
  height: 8px;
  left: 60px;
  position: absolute;
  top: 0;
  width: 58px;
}

@media screen and (max-width: 991px) {
  .topAbout-box::before {
    left: 30px;
  }
}

.topAbout-ttl {
  color: #444;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.071em;
  line-height: 2.186;
}

@media screen and (max-width: 991px) {
  .topAbout-ttl {
    font-size: 2.6rem;
    line-height: 2.354;
  }
}

.topAbout-txt {
  margin-top: 17px;
  max-width: 660px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .topAbout-txt {
    margin-top: 12px;
    max-width: 100%;
  }
}

.topAbout-txt p {
  color: #333;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.067em;
  line-height: 2.267;
}

@media screen and (max-width: 991px) {
  .topAbout-txt p {
    line-height: 1.667;
  }
}

.topAbout-img {
  position: absolute;
  right: 42px;
  top: 60px;
  width: 472px;
}

@media screen and (max-width: 991px) {
  .topAbout-img {
    margin-top: 25px;
    position: static;
    width: 100%;
  }
}

.topAbout-img img {
  display: block;
  width: 100%;
}

.topAbout-list {
  display: flex;
  gap: 40px;
  margin-top: 47px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .topAbout-list {
    display: block;
    margin-top: 30px;
  }
}

.topAbout-list .item {
  align-items: center;
  border: 1px solid #5d9c73;
  border-radius: 10px;
  display: flex;
  height: 85px;
  justify-content: flex-start;
  padding: 0 65px 0 33px;
  position: relative;
  width: calc((100% - 80px) / 3);
}

@media screen and (max-width: 991px) {
  .topAbout-list .item {
    height: 70px;
    padding: 0 52px 0 23px;
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .topAbout-list .item + .item {
    margin-top: 20px;
  }
}

.topAbout-list .item .txt {
  color: #333;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.111em;
  line-height: 1.4;
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  .topAbout-list .item .txt {
    font-size: 1.7rem;
    letter-spacing: 0.118em;
  }
}

@media screen and (min-width: 992px) {
  .topAbout-list .item {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .topAbout-list .item .txt {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}

.topAbout-list .item.--about {
  background: #5d9c73;
}

.topAbout-list .item.--about .txt {
  color: #fff;
  font-size: 1.9rem;
  letter-spacing: 0.105em;
}

@media screen and (max-width: 991px) {
  .topAbout-list .item.--about .txt {
    font-size: 1.7rem;
    letter-spacing: 0.118em;
  }
}

.topAbout-list .item.--about::after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  height: 12px;
  position: absolute;
  right: 35px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  width: 12px;
}

@media screen and (max-width: 991px) {
  .topAbout-list .item.--about::after {
    right: 22px;
    width: 11px;
    height: 11px;
  }
}

@media screen and (min-width: 992px) {
  .topAbout-list .item.--about::after {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}

@media screen and (min-width: 992px) {
  .topAbout-list .item.--about:hover {
    background: #fff;
  }
  .topAbout-list .item.--about:hover .txt {
    color: #5d9c73;
  }
  .topAbout-list .item.--about:hover::after {
    border-color: #5d9c73;
  }
}

.topAbout-list .item.--pdf {
  background: #fff;
}

.topAbout-list .item.--pdf::after {
  background: url(../img/img-common/icon_pdf.svg) center center/contain no-repeat;
  content: "";
  height: 36px;
  position: absolute;
  right: 29px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 32px;
}

@media screen and (max-width: 991px) {
  .topAbout-list .item.--pdf::after {
    height: 32px;
    right: 20px;
    width: 28px;
  }
}

@media screen and (min-width: 992px) {
  .topAbout-list .item.--pdf:hover {
    background: #5d9c73;
  }
  .topAbout-list .item.--pdf:hover .txt {
    color: #fff;
  }
}

.aboutGreeting {
  padding: 70px 0 0;
}

@media screen and (max-width: 991px) {
  .aboutGreeting {
    padding: 45px 0 0;
  }
}

.aboutGreeting-wrap {
  margin-top: 54px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .aboutGreeting-wrap {
    margin-top: 39px;
  }
}

.aboutGreeting-main {
  max-width: 1175px;
  position: relative;
  z-index: 2;
}

.aboutGreeting-lead {
  color: #ed8d2c;
  font-size: 2.2rem;
  font-weight: 700;
}

.aboutGreeting-txt {
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  max-width: 694px;
}

@media screen and (max-width: 991px) {
  .aboutGreeting-txt {
    max-width: 341px;
  }
}

.aboutGreeting-txt p + p {
  margin-top: 1px;
}

.aboutGreeting-lead + .aboutGreeting-txt {
  margin-top: 38px;
}

@media screen and (max-width: 991px) {
  .aboutGreeting-lead + .aboutGreeting-txt {
    margin-top: 38px;
  }
}

.aboutGreeting-lead + .aboutGreeting-txt p:nth-child(4) {
  margin-top: 35px;
}

@media screen and (max-width: 991px) {
  .aboutGreeting-lead + .aboutGreeting-txt p:nth-child(4) {
    margin-top: 34px;
  }
}

.aboutGreeting-list {
  counter-reset: greeting;
  margin-top: 18px;
  max-width: 694px;
}

@media screen and (max-width: 991px) {
  .aboutGreeting-list {
    margin-top: 15px;
    max-width: 341px;
  }
}

.aboutGreeting-list li {
  color: #333;
  counter-increment: greeting;
  font-size: 1.6rem;
  font-weight: 400;
  padding-left: 24px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .aboutGreeting-list li {
    line-height: 1.5;
  }
}

.aboutGreeting-list li::before {
  content: counter(greeting) ".";
  left: 0;
  position: absolute;
  top: 0;
}

.aboutGreeting-list li + li {
  margin-top: 1px;
}

.aboutGreeting-list + .aboutGreeting-txt {
  margin-top: 19px;
  max-width: 1175px;
}

@media screen and (max-width: 991px) {
  .aboutGreeting-list + .aboutGreeting-txt {
    margin-top: 19px;
    max-width: 341px;
  }
}

.aboutGreeting-list + .aboutGreeting-txt p + p {
  margin-top: 30px;
}

.aboutGreeting-sign {
  margin-top: 56px;
  text-align: right;
}

@media screen and (max-width: 991px) {
  .aboutGreeting-sign {
    margin-top: 38px;
  }
}

.aboutGreeting-sign p {
  color: #333;
  font-size: 1.8rem;
  font-weight: 400;
}

.aboutGreeting-sign p .name {
  font-family: "Yuji Boku", serif;
  font-size: 2.4rem;
  margin-top: 4px;
}

.aboutGreeting-img {
  position: absolute;
  right: 0;
  top: -35px;
  width: 454px;
}

.aboutGreeting-img img {
  display: block;
  width: 100%;
}

.aboutOverview-list {
  margin-top: 49px;
}

@media screen and (max-width: 991px) {
  .aboutOverview-list {
    margin-top: 39px;
  }
}

.aboutOverview-list dl {
  display: flex;
  min-height: 89px;
}

@media screen and (max-width: 991px) {
  .aboutOverview-list dl {
    min-height: 90px;
  }
}

.aboutOverview-list dl + dl {
  margin-top: 4px;
}

.aboutOverview-list dl dt {
  align-items: center;
  background: #5d9c73;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.125em;
  line-height: 1.5;
  padding: 20px 30px 20px 43px;
  width: 255px;
}

@media screen and (max-width: 991px) {
  .aboutOverview-list dl dt {
    justify-content: center;
    letter-spacing: 0.2em;
    padding: 20px 8px;
    width: 103px;
  }
}

.aboutOverview-list dl dd {
  align-items: center;
  background: #f2faf4;
  display: flex;
  flex: 1;
  padding: 20px 48px;
}

@media screen and (max-width: 991px) {
  .aboutOverview-list dl dd {
    padding: 20px;
  }
}

.aboutOverview-list dl dd p {
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.063em;
  line-height: 1.5;
}

.aboutMember .scroll-hint-shadow-wrap::before {
  content: none;
}

.aboutMember-scroll {
  margin-top: 49px;
}

@media screen and (max-width: 991px) {
  .aboutMember-scroll {
    margin-top: 39px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.aboutMember-table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .aboutMember-table {
    width: 450px;
  }
}

.aboutMember-table col:first-child {
  width: 255px;
}

@media screen and (max-width: 991px) {
  .aboutMember-table col:first-child {
    width: 90px;
  }
}

.aboutMember-table th,
.aboutMember-table td {
  border: 1px solid #d3d3d3;
  font-size: 1.6rem;
  letter-spacing: 0.063em;
  line-height: 1.5;
  padding: 20px;
  text-align: center;
  vertical-align: middle;
}

.aboutMember-table thead th {
  background: #a0c9af;
  color: #fff;
  font-weight: 700;
}

.aboutMember-table tbody th {
  background: #f2faf4;
  color: #333;
  font-weight: 700;
}

.aboutMember-table tbody td {
  background: #fff;
  color: #333;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .aboutMember-table thead th:first-child,
  .aboutMember-table tbody th {
    left: 0;
    position: sticky;
    border-right: 1px solid #d3d3d3;
    padding: 20px 10px;
  }
  .aboutMember-table thead th:first-child::after,
  .aboutMember-table tbody th::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 1px;
    height: 100%;
    background: #d3d3d3;
  }
  .aboutMember-table thead th:first-child::before,
  .aboutMember-table tbody th::before {
    content: "";
    width: 20px;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, transparent 16px, transparent);
    position: absolute;
    top: 0;
    right: -20px;
    pointer-events: none;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
  }
  .scroll-hint-shadow-wrap:has(.scroll-hint.is-left-scrollable) thead th:first-child::before,
  .scroll-hint-shadow-wrap:has(.scroll-hint.is-left-scrollable) tbody th::before {
    opacity: 1;
    visibility: visible;
  }
  .aboutMember-table thead th:first-child {
    z-index: 4;
  }
  .aboutMember-table tbody th {
    z-index: 3;
  }
}

.aboutHistory {
  position: relative;
}

@media screen and (min-width: 992px) {
  .aboutHistory::before {
    content: "";
    position: absolute;
    top: 50px;
    left: 0;
    margin: auto;
    aspect-ratio: 476 / 340;
    width: 476px;
    background: url(../img/img-about/bg_history01.png) left center no-repeat;
    background-size: contain;
  }
}

@media screen and (min-width: 992px) {
  .aboutHistory::after {
    content: "";
    position: absolute;
    bottom: -150px;
    right: 0;
    margin: auto;
    aspect-ratio: 590 / 532;
    width: 490px;
    background: url(../img/img-about/bg_history02.png) right center no-repeat;
    background-size: contain;
  }
}

.aboutHistory .inner {
  position: relative;
  z-index: 2;
}

.aboutHistory-list {
  padding-top: 65px;
}

@media screen and (max-width: 991px) {
  .aboutHistory-list {
    padding-top: 40px;
  }
}

.aboutHistory-list dl {
  display: grid;
  max-width: 840px;
  margin-inline: auto;
}

@media screen and (min-width: 992px) {
  .aboutHistory-list dl {
    grid-template-columns: 200px 1fr;
    place-items: start left;
  }
}

@media screen and (max-width: 991px) {
  .aboutHistory-list dl {
    gap: 8px;
  }
}

.aboutHistory-list dl:not(:last-child) dd {
  padding-bottom: 40px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .aboutHistory-list dl:not(:last-child) dd {
    padding-bottom: 25px;
  }
}

.aboutHistory-list dl:not(:last-child) dd::before {
  content: "";
  position: absolute;
  top: 12px;
  left: -12px;
  margin: auto;
  width: 1px;
  height: 100%;
  border-left: 1px dashed #414141;
}

@media screen and (max-width: 991px) {
  .aboutHistory-list dl:not(:last-child) dd::before {
    left: 12px;
    top: inherit;
    bottom: 0;
    height: calc(100% + 2em);
  }
}

.aboutHistory-list dl dt {
  position: relative;
  width: 100%;
  color: #358651;
  font-weight: 700;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .aboutHistory-list dl dt {
    padding-left: 50px;
    font-size: 1.6rem;
  }
}

.aboutHistory-list dl dt::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #5d9c73;
  border: 5px solid #b3d4bf;
  border-radius: 50%;
}

@media screen and (max-width: 991px) {
  .aboutHistory-list dl dt::before {
    right: inherit;
    left: 0;
  }
}

.aboutHistory-list dl dd {
  padding-left: 50px;
}

.aboutLocation-bg {
  background: #f2faf4;
  border-radius: 20px;
  margin-top: 49px;
  padding: 74px 84px 65px;
}

@media screen and (max-width: 991px) {
  .aboutLocation-bg {
    border-radius: 20px;
    margin-top: 39px;
    padding: 36px 20px 48px;
  }
}

.aboutLocation-bg .grid {
  display: grid;
  grid-template-columns: 1fr 310px;
  gap: 57px;
}

@media screen and (max-width: 991px) {
  .aboutLocation-bg .grid {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}

.aboutLocation-bg .grid .item {
  min-width: 0;
}

@media screen and (max-width: 991px) {
  .aboutLocation-bg .grid .item:first-child {
    margin-top: 36px;
    order: 2;
  }
}

@media screen and (max-width: 991px) {
  .aboutLocation-bg .grid .item:last-child {
    margin: 0 auto;
    order: 1;
    width: 235px;
  }
}

.aboutLocation-bg .grid .item:last-child img {
  border-radius: 10px;
  display: block;
  width: 100%;
}

.aboutLocation-item {
  max-width: 683px;
}

.aboutLocation-item + .aboutLocation-item {
  margin-top: 53px;
}

@media screen and (max-width: 991px) {
  .aboutLocation-item + .aboutLocation-item {
    margin-top: 45px;
  }
}

.aboutLocation-ttl {
  color: #333;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  line-height: 1.091;
}

.aboutLocation-list {
  border-top: 1px solid #5d9c73;
  margin-top: 21px;
  padding-top: 22px;
}

@media screen and (max-width: 991px) {
  .aboutLocation-list {
    margin-top: 24px;
    padding-top: 24px;
  }
}

.aboutLocation-list dl {
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 991px) {
  .aboutLocation-list dl {
    display: block;
  }
}

.aboutLocation-list dl + dl {
  margin-top: 8px;
}

@media screen and (max-width: 991px) {
  .aboutLocation-list dl + dl {
    margin-top: 10px;
  }
}

.aboutLocation-list dl dt {
  color: #5d9c73;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.063em;
  line-height: 1.5;
  min-width: 111px;
}

@media screen and (max-width: 991px) {
  .aboutLocation-list dl dt {
    min-width: 0;
  }
}

.aboutLocation-list dl dd {
  flex: 1;
}

.aboutLocation-list dl dd p {
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.063em;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .aboutLocation-list dl dd p {
    margin-top: 5px;
  }
}

.aboutLocation-lead {
  margin-top: 25px;
}

@media screen and (max-width: 991px) {
  .aboutLocation-lead {
    margin-top: 23px;
  }
}

.aboutLocation-lead p {
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.063em;
  line-height: 2.25;
}

@media screen and (max-width: 991px) {
  .aboutLocation-lead p {
    line-height: 1.75;
  }
}

.aboutLocation-lead p + p {
  margin-top: 2px;
}

.privacyBlk-lead {
  padding-top: 55px;
}

@media screen and (max-width: 991px) {
  .privacyBlk-lead {
    padding-top: 35px;
  }
}

@media screen and (max-width: 991px) {
  .privacyBlk-lead p {
    font-size: 1.6rem;
  }
}

.privacyBlk-items {
  padding-top: 60px;
}

@media screen and (max-width: 991px) {
  .privacyBlk-items {
    padding-top: 40px;
  }
}

.privacyBlk-items dl dt {
  font-size: 2.2rem;
  font-weight: 700;
  color: #358651;
  padding: 18px 0;
  border-top: 1px solid #358651;
  border-bottom: 1px solid #358651;
  line-height: 1.4;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .privacyBlk-items dl dt {
    margin-bottom: 20px;
  }
}

.privacyBlk-items dl dd {
  padding: 0 100px 0 20px;
}

@media screen and (max-width: 991px) {
  .privacyBlk-items dl dd {
    padding: 0;
  }
}

@media screen and (max-width: 991px) {
  .privacyBlk-items dl dd p {
    font-size: 1.6rem;
  }
}

.privacyBlk-items dl + dl {
  margin-top: 75px;
}

@media screen and (max-width: 991px) {
  .privacyBlk-items dl + dl {
    margin-top: 50px;
  }
}

.privacyBlk-end {
  display: flex;
  justify-content: flex-end;
  margin-top: 55px;
}

@media screen and (max-width: 991px) {
  .privacyBlk-end {
    margin-top: 50px;
  }
}

@media screen and (max-width: 991px) {
  .privacyBlk-end .txt {
    font-size: 1.6rem;
  }
}

.pagetop {
  position: fixed;
  right: 15px;
  bottom: 50px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.pagetop.is_active {
  opacity: 1;
}

/* 下からふわっと */
.fade_b {
  opacity: 0;
}

.fade_b.started,
.started .fade_b {
  animation: fadeIn_b 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
}

@keyframes fadeIn_b {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
