@charset "UTF-8";
.flex__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex__box > * {
  flex-shrink: 1;
  flex-grow: 0;
}
@media screen and (min-width: 768px) {
  .sp__only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc__only {
    display: none !important;
  }
}
/* Basic FONT List */
body {
  background: #eaede8;
}
@media screen and (max-width: 767px) {
  body:has(#navigation.active) {
    overflow: hidden;
    position: fixed;
  }
}
/* HEADER */
#home {
  display: block;
  height: 0;
  visibility: hidden;
}
#header {
  padding: 1rem 1rem 1rem 1rem;
  background: rgba(255, 255, 255, 0.9019607843);
  position: fixed;
  left: 50%;
  top: 10px;
  width: calc(100% - 20px);
  max-width: 1960px;
  transform: translateX(-50%);
  box-sizing: border-box;
  border-radius: 10px;
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: hsla(149, 43%, 25%, 0.2) 0 0 1.5rem;
  max-height: 100vh;
  overflow: auto;
  overscroll-behavior-y: contain;
}
@media screen and (max-width: 1200px) {
  #header {
    padding: 1vw;
  }
}
@media screen and (max-width: 767px) {
  #header {
    width: 100%;
    padding: 1.2820512821vw;
    left: 0;
    transform: none;
    border-radius: 0;
    top: 0;
    overflow-y: auto;
  }
}
#header .content {
  align-items: center;
  width: 100%;
  max-width: 1940px;
  justify-content: flex-start;
}
#header .content .site__logo {
  margin: 0 3rem 0 2rem;
}
@media screen and (max-width: 1440px) {
  #header .content .site__logo {
    margin: 0 2.8vw 0 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  #header .content .site__logo {
    margin: 0 auto 0 2.5641025641vw;
  }
}
#header .content .site__logo a {
  display: flex;
  font-size: 3.5rem;
  line-height: 1.3;
  color: #4d4d4d;
  text-decoration: none;
  font-weight: 600;
  font-family: "BIZ UDPMincho", serif;
  position: relative;
  padding: 0 0 0 7rem;
  /* @include tools.pc1780 {
  	font-size: 2.4rem;
  }
  @include tools.pc1440 {
  	font-size: 2.2rem; padding:0 0 0 6.6rem;
  } */
}
#header .content .site__logo a:focus {
  outline: auto;
}
#header .content .site__logo .logo__txt small {
  font-size: 0.4571em;
  display: block;
}
@media screen and (max-width: 1200px) {
  #header .content .site__logo a {
    font-size: 3vw;
    padding: 0 0 0 6.5vw;
  }
}
@media screen and (max-width: 767px) {
  #header .content .site__logo a {
    font-size: 3.5897435897vw;
    padding: 0 0 0 10.2564102564vw;
  }
}
#header .content .site__logo .logo {
  width: 5.6rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  #header .content .site__logo .logo {
    width: 5vw;
  }
}
@media screen and (max-width: 767px) {
  #header .content .site__logo .logo {
    width: 7.6923076923vw;
  }
}
#header .content .text__link a {
  font-size: 1.5rem;
  color: #4d4d4d;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 0 0 0 1.8rem;
  font-weight: 600;
}
#header .content .text__link a span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
}
#header .content .text__link a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1780px) {
  #header .content .text__link {
    margin: 0 auto 0 0;
  }
}
@media screen and (max-width: 1200px) {
  #header .content .text__link {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  #header .content .text__link {
    display: none;
  }
}
#header .content .btn__link {
  flex-basis: 59rem;
  margin: 0 3rem 0 auto;
}
@media screen and (max-width: 1600px) {
  #header .content .btn__link {
    flex-basis: 44rem;
  }
}
@media screen and (max-width: 1440px) {
  #header .content .btn__link {
    flex-basis: 26.5rem;
    margin: 0 1rem 0 auto;
  }
}
@media screen and (max-width: 1200px) {
  #header .content .btn__link {
    flex-basis: 26.5vw;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #header .content .btn__link {
    display: none;
  }
}
#header .content .btn__link ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  justify-content: flex-end;
  gap: 1rem;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1440px) {
  #header .content .btn__link ul {
    gap: 0.5rem;
  }
}
@media screen and (max-width: 1200px) {
  #header .content .btn__link ul {
    gap: 0.5vw;
  }
}
@media screen and (max-width: 767px) {
  #header .content .btn__link ul {
    gap: 1vw;
  }
}
#header .content .btn__link ul li {
  flex-basis: 19rem;
}
@media screen and (max-width: 1600px) {
  #header .content .btn__link ul li {
    flex-basis: 14rem;
  }
}
@media screen and (max-width: 1440px) {
  #header .content .btn__link ul li {
    flex-basis: 8.5rem;
  }
}
@media screen and (max-width: 1200px) {
  #header .content .btn__link ul li {
    flex-basis: 8.5vw;
  }
}
@media screen and (max-width: 1440px) {
  #header .content .btn__link ul li a {
    font-size: 1.2rem;
    gap: 0.3rem;
    padding: 0.3rem;
    line-height: 1.3;
    height: 6.8rem;
    text-align: center;
    flex-direction: column;
  }
  #header .content .btn__link ul li a .material-icons {
    display: block;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1200px) {
  #header .content .btn__link ul li a {
    font-size: 1.3vw;
    height: 6vw;
  }
  #header .content .btn__link ul li a .material-icons {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 1024px) {
  #header .content .btn__link ul li a {
    height: 6.6vw;
  }
}
#header .content .btn__link ul li br {
  display: none;
}
@media screen and (max-width: 1440px) {
  #header .content .btn__link ul li br {
    display: inline-block;
  }
}
#header .content .group__logo {
  flex-basis: 25.3rem;
  margin: 0 3rem 0 0;
}
@media screen and (max-width: 1440px) {
  #header .content .group__logo {
    margin: 0 1.5rem 0 0;
  }
}
@media screen and (max-width: 1200px) {
  #header .content .group__logo {
    margin: 0 1rem 0 1rem;
    flex-basis: 22.2vw;
  }
}
@media screen and (max-width: 767px) {
  #header .content .group__logo {
    flex-basis: 34.6153846154vw;
    margin: 0 3vw 0 auto;
  }
}
#header .content .menu__box {
  flex-basis: 8rem;
  margin: 0 0 0 0;
  /* @include tools.pc1780 {
  	flex-basis: 6.4rem;
  } */
}
@media screen and (max-width: 1200px) {
  #header .content .menu__box {
    flex-basis: 7vw;
  }
}
@media screen and (max-width: 767px) {
  #header .content .menu__box {
    flex-basis: 12.8205128205vw;
  }
}
#navigation {
  display: none;
  width: calc(100% - 3rem);
  max-width: 1000px;
  margin: 3rem auto 8rem auto;
}
#navigation.active {
  display: block;
}
#navigation:has(.fb__01) {
  margin-bottom: 2rem;
}
.navigation__list {
  max-width: 85rem;
  margin: 0 auto;
  width: 100%;
  justify-content: flex-start;
  gap: 0 3rem;
  padding: 0 0 2rem;
}
#navigation .link__box.is__first {
  flex-basis: 44rem;
}
#navigation .link__box.is__full {
  flex-basis: 100%;
}
@media screen and (max-width: 767px) {
  #navigation {
    width: 100%;
    max-width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  #navigation .link__box {
    flex-basis: 100% !important;
  }
}
#navigation .link__box.sp__only {
  display: none;
}
@media screen and (max-width: 1440px) {
  #navigation .link__box.sp__only {
    display: block;
    flex-basis: 100%;
    margin: 0 0 3rem 0;
  }
  #navigation .link__box.sp__only > a {
    font-family: "BIZ UDPGothic", serif;
    font-size: 1.8rem;
    color: #4d4d4d;
  }
}
#navigation .link__box.sp__only .material-icons {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
  vertical-align: middle;
}
#navigation .link__box > a {
  font-weight: 600;
  margin-bottom: 3rem;
}
#navigation .link__box > a:hover {
  text-decoration: underline;
  text-underline-offset: 0.5em;
}
#navigation .link__box a {
  display: block;
  font-size: 2rem;
  position: relative;
  padding: 0 0 0 3rem;
  color: #255d40;
  font-family: "BIZ UDPMincho", serif;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #navigation .link__box a {
    margin: 0;
    font-size: min(4.6vw, 2rem);
  }
  #navigation .link__box > a {
    margin: 0 0 2rem;
  }
}
#navigation .link__box a .icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#navigation .link__box a .material-icons {
  font-size: 3rem;
  vertical-align: bottom;
}
#navigation .link__box a + a {
  margin: 2rem 0 0 0;
}
#navigation .link__box a + a:last-child {
  margin-bottom: 2rem;
}
#navigation .link__box .parent__link {
  margin: 0 0 2rem 0;
}
#navigation .link__box .parent__link > a {
  font-weight: 600;
}
#navigation .link__box .parent__link > a:hover {
  text-decoration: underline;
  text-underline-offset: 0.5em;
}
#navigation .link__box .parent__link .child__link {
  padding: 0 0 0 3rem;
  margin: 1rem 0 0 0;
}
#navigation .link__box .parent__link .child__link a {
  display: block;
  font-size: 1.8rem;
  color: #255d40;
  font-family: "BIZ UDPMincho", serif;
  padding: 0;
  margin: 0 0 1rem 0;
}
#navigation .link__box .parent__link .child__link a:hover {
  font-weight: 600;
  position: relative;
}
#navigation .link__box .parent__link .child__link a:hover:before {
  content: "check";
  font-family: "Material Icons";
  display: inline-block;
  top: 50%;
  left: -3rem;
  transform: translateY(-50%);
  position: absolute;
}
#navigation .link__box .parent__link .child__link [target=_blank]:after {
  content: "open_in_new";
  font-family: "Material Icons";
  vertical-align: bottom;
  display: inline-block;
  line-height: 1;
  font-size: 120%;
  transform: translateY(-0.15em);
}
#navigation .link__box .parent__link .child__link span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #navigation .link__box .parent__link .child__link a {
    font-size: min(4.2vw, 1.8rem);
  }
}
#navigation .fb__01 {
  flex-basis: 100%;
  padding: 3rem 0 0;
}
#navigation .fb__01 p.tel {
  font-size: 2rem;
  text-align: left;
  display: block;
  color: #4d4d4d;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
#navigation .fb__01 p.tel .call {
  display: inline-block;
  vertical-align: middle;
  font-size: 3.5rem;
  font-family: "BIZ UDPMincho", serif;
  align-self: center;
}
@media screen and (max-width: 767px) {
  #navigation .fb__01 p.tel .call {
    margin: 0;
    font-size: 7.1794871795vw;
    white-space: nowrap;
  }
}
#navigation .fb__01 p.tel .call::before {
  background: url(../img/common/icon_freecall.svg) left center/contain no-repeat;
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  transform: translateY(-20%);
}
#navigation .fb__01 p.tel .address {
  font-size: 1.6rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #navigation .fb__01 p.tel .address {
    font-size: 3.5897435897vw;
  }
}
#navigation .link__box.fb__02 {
  flex-basis: 100%;
  margin: 0 0 2rem 0;
  border-bottom: rgba(77, 77, 77, 0.5019607843) solid 1px;
}
/* Nav Search */
.nav__search {
  background: #FAF8E2;
  padding: 3rem;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .nav__search {
    padding: 2rem;
  }
}
.nav__search_tit {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.45;
  color: #255D40;
  font-family: "BIZ UDPMincho", serif;
  margin: 0 0 3rem;
}
@media screen and (max-width: 767px) {
  .nav__search_tit {
    margin: 0 0 2rem;
  }
}
.nav__search_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.nav__search_box.nav__search_top {
  border-bottom: rgba(77, 77, 77, 0.50) dashed 1px;
  margin: 0 0 2rem;
}
.nav__search_left {
  flex-basis: 44.36%;
  border-bottom: rgba(77, 77, 77, 0.50) dashed 1px;
}
.nav__search_right {
  flex-basis: 52.55%;
  border-bottom: rgba(77, 77, 77, 0.50) dashed 1px;
}
@media screen and (max-width: 1024px) {
  .nav__search_left {
    flex-basis: 100%;
    padding: 0 0 10px;
    margin: 0 0 20px;
  }
  .nav__search_right {
    flex-basis: 100%;
  }
}
.nav__search_box {
  width: 100%;
  margin: 0;
  border: none;
  padding: 0;
}
.nav__search_label {
  width: 100%;
  display: flex;
  gap: 5px;
  align-items: flex-start;
  margin: 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .nav__search_label {
    flex-basis: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
  }
}
.nav__search_label legend {
  font-size: 1.9rem;
  font-weight: bold;
  padding-left: 7px;
  /* margin: 0 0 10px; */
  border-left: 4px solid #B9B96C;
}
.nav__search_label .cap {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .nav__search_label .cap {
    font-size: 1.2rem;
  }
}
.nav__search_top .nav__search_label {
  margin: 0 0 20px;
}
.nav__search_bottom .nav__search_label {
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .nav__search_label legend {
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.6rem;
  }
}
.nav__search_select {
  align-self: center;
}
@media screen and (max-width: 767px) {
  .nav__search_select {
    flex-basis: 100%;
  }
}
.nav__search_select ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  gap: 20px;
  align-items: center;
}
.nav__search_select02 {
  margin: 0 0 20px 0;
}
.nav__search_select02 ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}
.nav__search_select02 li {
  padding: 0;
  margin: 0;
  width: calc(50% - 15px);
}
.nav__search_select02 li:nth-of-type(2) {
  width: 30px;
  text-align: center;
}
.nav__search_select .check_box_01 {
  justify-content: space-between;
  gap: 10px 0;
}
@media screen and (min-width: 768px) {
  .nav__search_select .check_box_01 li:nth-of-type(2n+1) {
    width: 63%;
  }
  .nav__search_select .check_box_01 li:nth-of-type(2n+2) {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .nav__search_select .check_box_01 li:nth-of-type(1) {
    width: 100%;
  }
  .nav__search_select .check_box_01 li {
    width: 49%;
  }
}
.nav__search_select ul.label li {
  width: min(355px, 100%);
}
.nav__search_select ul.label li label {
  display: block;
  border-radius: 10px;
  border: #4d4d4d solid 1px;
  background: white;
  overflow: hidden;
  padding: 15px 15px 15px 46px;
  color: #4d4d4d;
  font-size: 1.7rem;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  width: 100%;
}
.nav__search_select ul.label li label input {
  position: absolute;
  left: -1em;
  visibility: hidden;
}
.nav__search_select ul.label li label:before {
  content: "radio_button_unchecked";
  font-family: "Material Icons";
  position: absolute;
  left: 12px !important;
  top: 50%;
  transform: translateY(-50%);
  font-weight: normal;
  font-size: 1.4em;
}
.nav__search_select ul.label li label:has(input:checked) {
  background: #f4fcda;
  color: #255d40;
  border: #255d40 solid 1px;
}
.nav__search_select ul.label li label:has(input:checked):before {
  content: "radio_button_checked";
  color: #255d40;
}
.nav__search_select ul li label {
  display: block;
  overflow: hidden;
  padding: 0 0 0 30px;
  color: #4d4d4d;
  font-size: 1.6rem;
  position: relative;
  cursor: pointer;
}
.nav__search_select ul li label input {
  position: absolute;
  left: -1em;
  visibility: hidden;
}
.nav__search_select ul li label:has(input[type=radio]):before {
  content: "radio_button_unchecked";
  font-family: "Material Icons";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: normal;
  font-size: 1.5em;
}
.nav__search_select ul li label:has(input[type=radio]:checked):before {
  content: "radio_button_checked";
  color: #255d40;
}
.nav__search_select ul li label:has(input[type=checkbox]):before {
  content: "check_box_outline_blank";
  font-family: "Material Icons";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: normal;
  font-size: 2.5rem;
}
.nav__search_select ul li label:has(input[type=checkbox]:checked):before {
  content: "check_box";
  color: #255d40;
}
@media screen and (max-width: 767px) {
  .nav__search_select ul li label {
    font-size: 1.4rem;
  }
}
.nav__search_select02 li select {
  width: 100%;
  height: 52px;
  background: transparent;
  border-radius: 10px;
  font-size: 1.6rem;
  border: 1px solid #4D4D4D;
  padding: 0px 15px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
}
@media screen and (max-width: 767px) {
  .nav__search_select02 li select {
    padding: 0 10px;
    font-size: 1.4rem;
    height: 46px;
  }
}
.nav__search_btn {
  width: 100%;
  margin: 3rem auto 0 auto;
}
.nav__search_btn button {
  font-size: 1.6rem;
  text-align: center;
  height: 50px;
  border-radius: 25px;
  display: flex;
  width: 100%;
  max-width: 250px;
  justify-content: center;
  align-items: center;
  border: none;
  gap: 1rem;
  cursor: pointer;
  margin: 0 auto;
}
.nav__search_btn button[type=submit] {
  background: #255d40;
  color: white;
}
.nav__search_btn button[type=submit]:hover {
  background: #053826;
}
.nav__search_btn button[type=reset] {
  background: #969696;
  color: white;
}
.nav__search_btn button[type=reset]:hover {
  background: #707070;
}
/* BASIC STYLE */
.content__title__en {
  font-family: "Dancing Script", serif;
  color: #255d40;
  font-size: 5.2rem;
  display: block;
  letter-spacing: 0.2em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .content__title__en {
    font-size: 3.8rem;
  }
}
.content__title {
  font-family: "BIZ UDPMincho", serif;
  color: #4d4d4d;
  font-size: 2.8rem;
  display: block;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .content__title {
    font-size: min(6.2vw, 2.4rem);
  }
}
.content__sub__title {
  font-family: "BIZ UDPMincho", serif;
  color: #4d4d4d;
  font-size: 2.7rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .content__sub__title {
    font-size: 1.8em;
  }
}
.middle__title {
  font-size: min(3.6rem, 3.5vw);
  font-family: "BIZ UDPMincho", serif;
  color: #255d40;
  font-weight: 400;
  letter-spacing: 0.2em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .middle__title {
    font-size: 6.1538461538vw;
  }
}
.middle__title.leaf:before {
  content: "";
  display: inline-block;
  width: 1.08em;
  height: 1em;
  background: url(../img/common/icon_leaf_01.svg) center center/100% auto no-repeat;
  vertical-align: text-bottom;
  margin: 0 1.6rem 0 0;
}
.middle__title_02 {
  font-size: 2.6rem;
  font-family: "BIZ UDPMincho", serif;
  color: #255d40;
}
.middle__title_03 {
  font-size: 2.2rem;
  font-family: "BIZ UDPMincho", serif;
  color: #4d4d4d;
  padding: 0 0 2rem 0;
  border-bottom: #4d4d4d solid 1px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 4rem;
}
@media screen and (max-width: 767px) {
  .middle__title_03 {
    font-size: 2rem;
    padding: 0 0 1.5rem 0;
    margin: 0 0 2.5rem;
  }
}
.middle__title_04 {
  font-size: min(2.4rem, 4.8vw);
  font-family: "BIZ UDPMincho", serif;
  color: #4d4d4d;
  padding: 0.8rem 3rem;
  border: #255d40 solid 2px;
  font-weight: 600;
  line-height: 1.2;
  background: white;
  align-items: center;
  height: auto;
  border-radius: calc(infinity * 1px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 3rem 0;
}
@media screen and (max-width: 767px) {
  .middle__title_04 {
    margin-bottom: 2rem;
    padding: 0.8rem 2rem;
  }
}
.middle__title_05 {
  font-size: min(3rem, 5.5vw);
  font-family: "BIZ UDPMincho", serif;
  color: #4d4d4d;  
  font-weight: 700;
  line-height: 1.26;
  position: relative;
}
.middle__title_05.line__bot {
    padding: 0 0 2rem 0;
  border-bottom: #4d4d4d solid 1px;
    margin: 0 0 4rem 0;
}
.middle__title_06 {
  font-size: 2rem;
  font-family: "BIZ UDPMincho", serif;
  color: #255d40;
  font-weight: 600;
  padding: 0 0 0 3.5rem;
}
.middle__title_07 {
  font-size: 3rem;
  line-height: 1.26;
  font-family: "BIZ UDPMincho", serif;
  color: #4d4d4d;
  padding: 0 0 2.5rem 0;
  border-bottom: #4D4D4D solid 1px;
  margin: 0 0 3rem 0;
}
@media screen and (max-width: 767px) {
  .middle__title_07 {
    font-size: 2.4rem;
    padding: 0 0 2rem 0;
  }
}
.middle__title_07.leaf__title__03{
    position: relative;
    padding-left: 1.5em;
}
.middle__title_07.leaf__title__03::before{
    position: absolute;
    top: 0; left: 0;
}
.middle__title_07 .icon {
  width: 1.1em;
  height: 1em;
  display: inline-block;
  vertical-align: text-bottom;
  margin: 0 0.5em 0 0;
}

.small__title {
  font-size: min(2.7rem, 2.5vw);
  font-family: "BIZ UDPMincho", serif;
  color: #4d4d4d;
  font-weight: 400;
}
.small__title_02 {
  font-size: 1.8rem;
  font-family: "BIZ UDPMincho", serif;
  color: #4d4d4d;
  font-weight: 400;
}
.small__title_03 {
  font-size: 1.4rem;
  font-family: "BIZ UDPGothic", serif;
  color: #4d4d4d;
  font-weight: 400;
}
.small__title_04 {
  font-size: 1.6rem;
  font-family: "BIZ UDPGothic", serif;
  color: #4d4d4d;
  font-weight: 400;
}
.icon {
  width: 2.4rem;
  height: 2.4rem;
}
.icon.arrow__green {
  background: url(../img/common/icon_arrow_green.svg) center center/100% 100% no-repeat;
}
.icon.arrow__white {
  background: url(../img/common/icon_arrow_white.svg) center center/100% 100% no-repeat;
}
.icon.arrow__brown {
  background: url(../img/common/icon_arrow_brown.svg) center center/100% 100% no-repeat;
}
.icon.leaf__01 {
  background: url(../img/common/icon_leaf_01.svg) center center/100% 100% no-repeat;
}
.icon.leaf__02 {
  background: url(../img/common/icon_leaf_02.svg) center center/100% 100% no-repeat;
}
.icon.leaf__03 {
  background: url(../img/common/icon_leaf_03.svg) center center/100% 100% no-repeat;
}
.leaf__title__01 {
  font-family: "BIZ UDPMincho", serif;
}
.leaf__title__01:before {
  content: "";
  display: inline-block;
  width: 1.3em;
  height: 1.2em;
  background: url(../img/common/icon_leaf_01.svg) center center/100% 100% no-repeat;
  margin: 0 0.2em 0 0;
  vertical-align: text-bottom;
  position: relative;
  top: 0.1em;
}
.leaf__title__02 {
  font-family: "BIZ UDPMincho", serif;
}
.leaf__title__02:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1.1em;
  background: url(../img/common/icon_leaf_02.svg) center center/100% 100% no-repeat;
  margin: 0 0.5em 0 0;
  vertical-align: text-bottom;
}
.leaf__title__03 {
  font-family: "BIZ UDPMincho", serif;
}
.leaf__title__03:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1.1em;
  background: url(../img/common/icon_leaf_03.svg) center center/100% 100% no-repeat;
  margin: 0 0.5em 0 0;
  vertical-align: text-bottom;
}
.leaf__title__04 {
  font-family: "BIZ UDPMincho", serif;
}
.leaf__title__04:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1.1em;
  background: url(../img/common/icon_leaf_04.svg) center center/100% 100% no-repeat;
  margin: 0 0.5em 0 0;
  vertical-align: text-bottom;
}
.note__text {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.66;
  position: relative;
  padding: 0 0 0 1em;
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  .note__text {
    font-size: 1.6rem;
  }
}
.note__text:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: #b9b96c;
}
h3 + .note__text {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  h3 + .note__text {
    margin-top: 1.2rem;
  }
}
.basic__btn {
  display: flex;
  width: 100%;
  max-width: 190px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  font-size: 1.6rem;
  background: #255d40;
  color: white;
  border-radius: 1rem;
  height: 5.2rem;
  align-items: center;
  text-decoration: none;
  font-feature-settings: "palt";
  letter-spacing: 0;
  cursor: pointer;
}
.basic__btn:hover {
  background: #053826;
}
.basic__btn:focus {
  background: #053826;
  outline: auto;
}
.basic__btn.contact {
  background: #8f6800;
}
.basic__btn.contact:hover {
  background: #5d480d;
}
.basic__btn.contact:focus {
  background: #5d480d;
  outline: auto;
}
.basic__btn .material-icons {
  align-self: center;
  font-size: 2.6rem;
}
.basic__btn_02 {
  display: flex;
  width: 27rem;
  height: 5.6rem;
  border-radius: 10px;
  border: #255d40 solid 1px;
  background: white;
  align-items: center;
  justify-content: center;
  color: #255d40;
  font-size: 1.6rem;
  text-decoration: none;
  font-weight: 700;
  padding: 0.7em 1em;
}
@media screen and (max-width: 767px) {
  .basic__btn_02 {
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    min-height: 46px;
    font-size: 3.8461538462vw;
  }
}
.basic__btn_02 .icon {
  display: inline-block;
  margin: 0 0.5em 0 0.5em;
  width: 1.9rem;
  height: 1.9rem;
  transition: all 0.3s ease-in 0s;
}
@media screen and (max-width: 767px) {
  .basic__btn_02 .icon {
    width: 4.358974359vw;
    height: 4.358974359vw;
  }
}
.basic__btn_02:hover {
  background-color: #f4fcda;
}
.basic__btn_02:hover .icon {
  transform: translateX(1rem);
}
.basic__btn_03 {
  display: inline-block;
  padding: 0 2rem 0.5rem 0;
  color: #8f6800;
  border-bottom: #8f6800 solid 1px;
  font-size: 2rem;
  text-decoration: none;
}
.basic__btn_03 .icon {
  display: inline-block;
  margin: 0 0 0 1rem;
  width: 2.1rem;
  height: 2.1rem;
  vertical-align: text-bottom;
  transition: all 0.3s ease-in 0s;
}
@media screen and (max-width: 767px) {
  .basic__btn_03 {
    background-color: #8f6800;
    color: white;
    margin: 0 auto 0 auto;
    height: 11.7948717949vw;
    font-size: 3.8461538462vw;
    border-bottom: none;
    border-radius: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }
}
.basic__btn_04 {
  border-radius: 10px;
  background: #255d40;
  padding: 3rem 1.5rem;
  color: white;
  text-decoration: none;
  text-align: center;
  display: block;
  font-size: 2.6rem;
  font-family: "BIZ UDPMincho", serif;
  font-weight: 600;
}
.basic__btn_04 .more {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin: 1.5rem 0 0 0;
}
.basic__btn_04 .more .icon {
  display: inline-block;
  vertical-align: text-bottom;
  width: 1.9rem;
  height: 1.9rem;
  margin: 0 0 0 1rem;
}
.basic__btn_04:hover {
  background-color: #053826;
}
.basic__btn_05 {
  border-radius: 10px;
  background: white;
  padding: 3rem 1.5rem 3rem 3rem;
  color: #255d40;
  text-decoration: none;
  text-align: center;
  display: flex;
  font-size: 2rem;
  font-family: "BIZ UDPMincho", serif;
  width: 100%;
  height: 12rem;
  align-items: center;
  flex-wrap: nowrap;
  font-weight: 600;
}
.basic__btn_05 .icon {
  width: 2.4rem;
  height: 2.4rem;
  margin: 0 0 0 auto;
}
.basic__btn_05 .img__icon {
  margin: 0 2rem 0 0;
}
.basic__btn_05 .img__icon .bench {
  width: 4.8rem;
}
.basic__btn_05 .img__icon .bucket {
  width: 3.5rem;
}
.basic__btn_05:hover {
  background-color: #f4fcda;
}
@media screen and (max-width: 767px) {
  .basic__btn_05 {
    width: 90%;
    margin: 0 auto;
    font-size: min(2rem, 4vw);
    height: auto;
    padding: 1rem 1.5rem 1rem 1rem;
    min-height: 9rem;
  }
}
.menu__btn {
  cursor: pointer;
  width: 8rem;
  height: 8rem;
  background: #255d40;
  color: white;
  position: relative;
  border: rgba(0, 0, 0, 0) solid 1px;
  border-radius: 10px;
  outline: rgba(0, 0, 0, 0) solid 1px;
  padding: 0;
  vertical-align: bottom;
  /* @include tools.pc1780 {
  	width: 6.4rem; height: 6.4rem;
  } */
}
@media screen and (max-width: 1280px) {
  .menu__btn {
    width: 6vw;
    height: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .menu__btn {
    width: 12.8205128205vw;
    height: 12.8205128205vw;
    border-radius: 2.5641025641vw;
  }
}
.menu__btn .bar {
  position: absolute;
  width: 55%;
  left: 50%;
  height: 1px;
  background: white;
}
@media screen and (max-width: 767px) {
  .menu__btn .bar {
    width: 7.6923076923vw;
    height: 2px;
  }
}
.menu__btn .bar:nth-of-type(1) {
  top: 36.25%;
  transform: translateX(-50%);
  margin: -15% 0 0 0;
}
@media screen and (max-width: 767px) {
  .menu__btn .bar:nth-of-type(1) {
    top: 4.6153846154vw;
    transform: translateX(-50%) translateY(-2.0512820513vw);
    margin: 0;
  }
}
.menu__btn .bar:nth-of-type(2) {
  top: 36.25%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .menu__btn .bar:nth-of-type(2) {
    top: 4.6153846154vw;
  }
}
.menu__btn .bar:nth-of-type(3) {
  top: 36.25%;
  transform: translateX(-50%);
  margin: 15% 0 0 0;
}
@media screen and (max-width: 767px) {
  .menu__btn .bar:nth-of-type(3) {
    top: 4.6153846154vw;
    transform: translateX(-50%) translateY(2.0512820513vw);
    margin: 0;
  }
}
.menu__btn .text {
  font-size: 1.5rem;
  font-family: "BIZ UDPGothic", serif;
  color: white;
  position: absolute;
  bottom: 1.2rem;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  line-height: 1.1;
}
@media screen and (max-width: 1024px) {
  .menu__btn .text {
    font-size: 1.2vw;
    bottom: 0.8em;
  }
}
@media screen and (max-width: 1280px) {
  .menu__btn .text {
    font-size: 1vw;
    bottom: 0.8em;
  }
}
@media screen and (max-width: 767px) {
  .menu__btn .text {
    font-size: 2.5641025641vw;
    bottom: 1.2820512821vw;
  }
}
.menu__btn:hover {
  background: #053826;
}
.menu__btn:focus {
  background: #053826;
  outline: auto;
}
.menu__btn.active .bar:nth-of-type(1) {
  transform: translateX(-50%) translateY(0) rotate(-28deg);
  transition: transform 0.5s linear;
  margin: 0 0 0 0;
}
.menu__btn.active .bar:nth-of-type(2) {
  opacity: 0;
  transition: all 0.5s linear 0s;
}
.menu__btn.active .bar:nth-of-type(3) {
  transform: translateX(-50%) translateY(0) rotate(28deg);
  transition: transform 0.5s linear;
  margin: 0 0 0 0;
}
.ib {
  display: inline-block;
}
.block {
  display: block;
}
.common__content__1200 {
  width: calc(100% - 100px);
  max-width: 1300px;
  margin: 0 auto 0 auto;
}
@media screen and (max-width: 767px) {
  .common__content__1200 {
    width: 100%;
  }
}
.radius__10 {
  border-radius: 10px;
}
.shadow {
  box-shadow: hsla(149, 43%, 25%, 0.2) 0 0 1.5rem;
}
ul.tetx__inline-block li {
  display: inline-block;
  margin-right: 1em;
}
.scroll__item {
  display: none;
  background-color: white;
  border-radius: calc(infinity * 1px);
  padding: 0.8rem 1.2rem;
  gap: 1rem;
  font-weight: 600;
  margin: 0 auto 1.5rem;
  font-size: 1.5rem;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  visibility: hidden;
}
.scroll__item .icon {
  width: 3em;
  height: 1em;
  background-image: url(../img/common/icon_scroll.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .scroll__item {
    display: flex;
    visibility: visible;
  }
}
summary::-webkit-details-marker {
  display: none;
}
/* BREAD CRUMBS NAVI */
.bread__crumbs {
  background: #255d40;
  font-feature-settings: "palt";
}
.bread__crumbs .content {
  width: 100%;
  max-width: 1940px;
  padding: 0.5rem 1rem;
}
@media screen and (max-width: 767px) {
  .bread__crumbs .content {
    padding: 2.5641025641vw;
  }
}
.bread__crumbs .content ul {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .bread__crumbs .content ul {}
}
.bread__crumbs .content ul li {
  font-size: 1.2rem;
  overflow: visible;
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
@media screen and (max-width: 767px) {
  .bread__crumbs .content ul li {
    font-size: 1rem;
  }
}
.bread__crumbs .content ul li .material-icons {
  color: white;
  font-size: 1.7rem;
  position: absolute;
  right: -3.1rem;
  transform: translateX(-50%);
  width: 1em;
  text-align: center;
}
.bread__crumbs .content ul li a {
  color: white;
  text-decoration: underline;
}
.bread__crumbs .content ul li a:hover {
  color: white;
}
.bread__crumbs .content ul li a:focus {
  outline: auto;
}
.bread__crumbs .content ul li span {
  color: white;
}
.content {
  width: calc(100% - 4rem);
  margin: 0 auto;
  max-width: 1200px;
}
/*
.content.common__content {
    max-width: 1200px;
}
*/
.title__box {
  background: #255d40;
  color: white;
  min-height: 38rem;
  padding: 12rem 0 0 0;
  margin: 0 0 8rem;
}
@media screen and (max-width: 767px) {
  .title__box {
    padding: 15.3846153846vw 0 0 0;
    min-height: 51.2820512821vw;
    margin: 0 0 4rem;
  }
}
.title__box h2 {
  font-size: 4.4rem;
  text-align: center;
  font-family: "BIZ UDPMincho", serif;
  font-weight: 600;
  margin: 6rem 0 0;
  letter-spacing: 0.2em;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .title__box h2 {
    font-size: 5.641025641vw;
    margin: 4rem 0 0;
    padding-bottom: 4rem;
  }
}
.title__box h2 .sub {
  display: block;
  font-size: 2.4rem;
  text-align: center;
  margin: 0 0 3rem 0;
}
@media screen and (max-width: 767px) {
  .title__box h2 .sub {
    font-size: 4.1025641026vw;
    margin: 0 0 2.5641025641vw 0;
  }
}
/* MAIN */
#main {
  background: #eaede8;
}
.cv__bnr .content {
  width: calc(100% - 4rem);
  max-width: 1400px;
  margin: 8rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .cv__bnr .content {
    width: 100%;
    margin: 4rem auto 0 auto;
  }
}
.cv__bnr .content ul {
  list-style: none;
  margin: 0 0 3rem 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .cv__bnr .content ul {
    padding: 0 20px;
    gap: 2rem;
  }
}
.cv__bnr .content ul li {
  flex-basis: calc((100% - 30px) / 3);
}
@media screen and (max-width: 767px) {
  .cv__bnr .content ul li {
    flex-basis: 100%;
  }
}
.cv__bnr .content ul li .bnr_content {
  display: block;
  padding: 8rem 3rem;
  color: #4d4d4d;
  text-decoration: none;
  border: #255d40 solid 1px;
  background: white;
  position: relative;
  transition: all 0.3s ease-in 0s;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .cv__bnr .content ul li .bnr_content {
    padding: 4vw 2vw;
  }
}
@media screen and (max-width: 767px) {
  .cv__bnr .content ul li .bnr_content {
    padding: 15vw 6vw;
  }
}
.cv__bnr .content ul li .bnr_content .text {
  font-size: min(2.8rem, 2vw);
  font-family: "BIZ UDPMincho", serif;
  display: block;
  font-weight: bold;
}
.cv__bnr .content ul li .bnr_content .text .strong {
  font-size: 115%;
  border-bottom: #ebdf80 solid 2px;
  padding: 0 0 1rem 0;
  color: #255d40;
}
.cv__bnr .content ul li .bnr_content .text .icon {
  width: min(2.4rem, 2vw);
  height: min(2.4rem, 2vw);
  background: none;
}
.cv__bnr .content ul li .bnr_content .text .icon:after {
  content: "arrow_forward";
  font-family: "Material Icons";
  background: #255d40;
  font-size: min(1.6rem, 1.4vw);
  width: min(2.4rem, 2vw);
  height: min(2.4rem, 2vw);
  border-radius: 50%;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: white;
  line-height: 1;
  margin: 0 0 0 1rem;
  transition: all 0.3s ease-in 0s;
}
@media screen and (max-width: 767px) {
  .cv__bnr .content ul li .bnr_content .text {
    font-size: min(2.8rem, 5.9vw);
  }
  .cv__bnr .content ul li .bnr_content .text .icon {
    width: min(2.8rem, 5.9vw);
    height: min(2.8rem, 5.9vw);
  }
  .cv__bnr .content ul li .bnr_content .text .icon:after {
    font-size: min(1.6rem, 4vw);
    width: min(2.8rem, 5.9vw);
    height: min(2.8rem, 5.9vw);
  }
}
.cv__bnr .content ul li .bnr_content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f4fcda;
  mix-blend-mode: multiply;
  opacity: 0;
  transition: all 0.3s ease-in 0s;
}
.cv__bnr .content ul li .bnr_content:hover .icon:after {
  transform: translateX(1rem);
}
.cv__bnr .content ul li .bnr_content:hover:before {
  opacity: 1;
}
.cv__bnr .content ul li .bnr_content.color02 {
  border: #8f6800 solid 1px;
}
.cv__bnr .content ul li .bnr_content.color02 .strong {
  color: #8f6800;
}
.cv__bnr .content ul li .bnr_content.color02 .icon:after {
  background: #8f6800;
}
.cv__bnr .content ul li:nth-of-type(1) a {
  background: url(../img/common/bg_cv_02.webp) center center/cover no-repeat;
}
.cv__bnr .content ul li:nth-of-type(2) a {
  background: url(../img/common/bg_cv_03.webp) center center/cover no-repeat;
}
.cv__bnr .content ul li:nth-of-type(3) a {
  background: url(../img/common/bg_cv_01.webp) center center/cover no-repeat;
}
.cv__bnr .contact {
  background: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
  padding: 3rem;
  font-weight: 600;
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  .cv__bnr .contact {
    width: calc(100% - 40px);
    margin: 0 auto 0 auto;
    text-align: center;
  }
}
.cv__bnr .contact span {
  display: inline-block;
  font-family: "BIZ UDPMincho", serif;
  font-size: 1.8rem;
  align-self: center;
}
.cv__bnr .contact span.strong {
  font-size: 2.8rem;
}
#bnr {
  background: #eaede8;
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  #bnr {
    padding: 4rem 2rem;
  }
}
#bnr .content {
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  #bnr .content {
    width: 100%;
  }
}
#bnr .content .bnr__box ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
}
#bnr .content .bnr__box ul li a {
  border-radius: 10px;
  overflow: hidden;
  display: block;
  position: relative;
  filter: drop-shadow(0 3px 20px rgba(37, 93, 64, 0.2));
}
#bnr .content .bnr__box ul li a .icon {
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #bnr .content .bnr__box ul li a .icon {
    right: 2.0512820513vw;
    width: 5.1282051282vw;
    height: 5.1282051282vw;
  }
}
#bnr .content .bnr__box ul li a:hover:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #255d40;
  border-radius: 1rem;
  transition: all 0.3s ease-in 0s;
}
#bnr .content .bnr__box ul.col2 {
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  #bnr .content .bnr__box ul.col2 {
    gap: 5.1282051282vw;
  }
}
#bnr .content .bnr__box ul.col2 li {
  flex-basis: calc((100% - 4rem) / 2);
}
@media screen and (max-width: 767px) {
  #bnr .content .bnr__box ul.col2 li {
    flex-basis: 100%;
  }
}
#bnr .content .bnr__box ul.col3 {
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  #bnr .content .bnr__box ul.col3 {
    gap: 2rem;
  }
}
#bnr .content .bnr__box ul.col3 li {
  flex-basis: calc((100% - 8rem) / 3);
}
@media screen and (max-width: 767px) {
  #bnr .content .bnr__box ul.col3 li {
    flex-basis: 100%;
  }
}
#bnr .content .bnr__box ul.col3 li a .icon {
  right: 4%;
}
#bnr .content .bnr__box + .bnr__box {
  margin: 8rem 0 0 0;
}
@media screen and (max-width: 767px) {
  #bnr .content .bnr__box + .bnr__box {
    margin: 10.2564102564vw 0 0 0;
  }
}
#page__top {
  position: fixed;
  filter: drop-shadow(0 3px 20px rgba(37, 93, 64, 0.2));
  right: 0;
  bottom: 0rem;
  z-index: 101;
}
@media screen and (max-width: 767px) {
  #page__top {
    position: fixed;
    bottom: 2.5641025641vw;
    right: 2.5641025641vw;
    width: 11.5384615385vw;
    height: 11.5384615385vw;
    border: 1px solid #255d40;
    border-radius: 2.5641025641vw;
    overflow: hidden;
  }
  #page__top img {
    width: 50%;
  }
}
#page__top a {
  display: flex;
  width: 6rem;
  height: 6rem;
  border-radius: 1rem;
  background: white;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  float: right;
  margin: -9rem 3rem 0 0;
  position: relative;
  transition: all 0.3s ease-in 0s;
}
@media screen and (max-width: 767px) {
  #page__top a {
    margin: 0;
    float: none;
    width: 100%;
    height: 100%;
    border-radius: 1rem 1rem 0 0;
  }
}
#page__top a:hover {
  transform: translateY(-10px);
}
@media screen and (max-width: 767px) {
  #page__top a:hover {
    transform: translateY(0);
  }
}
#page__top a:hover:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #255d40;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  #page__top a:hover:after {
    display: none;
  }
}
.photo__cover {
  width: 100%;
  background-size: auto 100%;
  min-height: 630px;
  position: relative;
  position: relative;
  padding: 60px 20px;
}
@media screen and (max-width: 767px) {
  .photo__cover {
    padding: 20px 20px 40px;
    min-height: auto;
  }
}
.photo__cover .caption {
  position: absolute;
  font-size: 1.2rem;
  right: 1.5rem;
  bottom: 2.5rem;
  color: white;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .photo__cover .caption {
    bottom: 1.5rem;
    font-size: 1rem;
  }
}
.photo__cover.faq {
  background-image: url(../img/common/bg_faq.webp);
}
.photo__cover .content__box {
  width: 720px;
  max-width: 100%;
  margin: 0 auto 0 auto;
  background: rgba(255, 255, 255, 0.9019607843);
  display: block;
  text-decoration: none;
  box-sizing: border-box;
  padding: 5rem 5rem 6rem;
  transition: all 0.3s ease-in 0s;
}
@media screen and (max-width: 767px) {
  .photo__cover .content__box {
    padding: 2rem 2rem 3rem;
  }
}
.photo__cover .content__box .content__title__en {
  font-size: 5.2rem;
  color: #255d40;
  font-family: "Dancing Script", serif;
  display: block;
  text-align: center;
  margin: 0 auto 2rem auto;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .photo__cover .content__box .content__title__en {
    font-size: 3.8rem;
    margin: 0 auto;
  }
}
.photo__cover .content__box .content__title {
  font-size: 2.8rem;
  color: #4d4d4d;
  font-family: "BIZ UDPMincho", serif;
  display: block;
  text-align: center;
  margin: 0 auto 2rem auto;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .photo__cover .content__box .content__title {
    font-size: 2.4rem;
    margin: 0 auto 1rem auto;
  }
}
.photo__cover .content__box .text {
  font-size: 1.8rem;
  color: #4d4d4d;
  line-height: 1.88;
  margin: 0 auto 4rem auto;
  font-family: "BIZ UDPMincho", serif;
}
@media screen and (max-width: 767px) {
  .photo__cover .content__box .text {
    font-size: 1.6rem;
  }
}
.photo__cover .content__box .block {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .photo__cover .content__box .block {
    margin: 2rem auto 0;
  }
}
.photo__cover .content__box .more {
  display: inline-block;
  color: #8f6800;
  border-bottom: #8f6800 solid 1px;
  padding: 0 2.5em 0.5rem 0;
  font-size: 2rem;
  font-family: "BIZ UDPGothic", serif;
  position: relative;
  font-weight: 600;
}
.photo__cover .content__box .more .icon {
  display: inline-flex;
  flex-wrap: wrap;
  font-size: 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
  justify-content: center;
  align-items: center;
  background: #8f6800;
  color: white;
  border-radius: 50%;
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  transition: all 0.3s ease-in 0s;
}
@media screen and (max-width: 767px) {
  .photo__cover .content__box .more .icon {
    background: white;
    color: #8f6800;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .photo__cover .content__box .more {
    background-color: #8f6800;
    color: white;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    height: 5rem;
    padding: 0.5em 2.5em 0.5em 1em;
    min-width: 60%;
    border-bottom: none;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .photo__cover .content__box .more:hover {
    background-color: #5d480d;
  }
}
@media screen and (max-width: 767px) and (max-width: 480px) {
  .photo__cover .content__box .more {
    height: 11.7948717949vw;
    font-size: 3.8461538462vw;
  }
}
.photo__cover .content__box + .content__box {
  margin: 3.5rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .photo__cover .content__box + .content__box {
    margin: 2rem auto 0 auto;
  }
}
.photo__cover .content__box + .bnr__link {
  margin: 3.5rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .photo__cover .content__box + .bnr__link {
    margin: 2rem auto 0 auto;
  }
}
.photo__cover .content__box:hover {
  background-color: #f4fcda;
}
.photo__cover .content__box:hover .more .icon {
  right: 0;
}
@media screen and (max-width: 767px) {
  .photo__cover .content__box:hover .more .icon {
    right: 1rem;
  }
}
.photo__cover .bnr__link {
  width: 720px;
  max-width: 100%;
  margin: 0 auto 0 auto;
  border: #255d40 solid 1px;
  background: white;
  padding: 3.5rem 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-decoration: none;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .photo__cover .bnr__link {
    padding: 3rem 2rem;
  }
}
.photo__cover .bnr__link .text {
  font-size: min(2.7rem, 6vw);
  color: #4d4d4d;
  font-family: "BIZ UDPMincho", serif;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.photo__cover .bnr__link .text .strong {
  font-size: 115%;
  color: #255d40;
  display: inline-block;
  border-bottom: #ebdf80 solid 2px;
  font-family: "BIZ UDPMincho", serif;
}
@media screen and (max-width: 767px) {
  .photo__cover .bnr__link .text {
    font-size: min(2.8rem, 6vw);
  }
}
.photo__cover .bnr__link .more {
  align-self: center;
  font-size: 1.8rem;
  font-family: "BIZ UDPGothic", serif;
  color: #255d40;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .photo__cover .bnr__link .more {
    font-size: 1.6rem;
  }
}
.photo__cover .bnr__link.leasehold {
  position: relative;
  background: url(../img/common/bg_bnr_leasehold.webp) right center/cover no-repeat;
}
.photo__cover .bnr__link.leasehold .icon {
  flex-basis: 2.4rem;
  margin-left: 1rem;
  transition: all 0.3s ease-in 0s;
}
@media screen and (max-width: 767px) {
  .photo__cover .bnr__link.leasehold .icon {
    flex-basis: 1.8rem;
  }
}
.photo__cover .bnr__link.leasehold:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f4fcda;
  mix-blend-mode: multiply;
  opacity: 0;
  transition: all 0.3s ease-in 0s;
}
.photo__cover .bnr__link.leasehold:hover .icon {
  transform: translateX(1rem);
}
.photo__cover .bnr__link.leasehold:hover:before {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .photo__cover .content {
    width: 100%;
  }
}
.local__navi ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.local__navi ul li a, .local__navi ul li button {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 89px;
  box-sizing: border-box;
  padding: 0 52px 0 15px;
  background: white;
  width: 100%;
}
.local__navi ul li a .link__text, .local__navi ul li button .link__text {
  align-self: center;
  font-size: min(2rem, 1.9vw);
}
@media screen and (max-width: 767px) {
  .local__navi ul li a .link__text, .local__navi ul li button .link__text {
    font-size: min(1.8rem, 4vw);
  }
}
.local__navi ul li a .icon, .local__navi ul li button .icon {
  width: 24px;
  height: 24px;
  align-self: center;
}
.page__navigation {
  padding: 6rem 0 0 0;
  text-align: center;
}
.page__navigation .wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.8rem;
}
.page__navigation .wp-pagenavi a {
  width: 2.8rem;
  height: 2.8rem;
  background: white;
  color: #4d4d4d;
  align-items: center;
  text-decoration: none;
  font-size: 1.5rem;
  border-radius: 1.4rem;
  border: white solid 2px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page__navigation .wp-pagenavi a.previouspostslink {
  font-family: "Material Icons";
  content: "";
  width: 4.4rem;
  height: 4.4rem;
  background: #255d40;
  color: white;
  align-items: center;
  text-decoration: none;
  font-size: 3rem;
  border-radius: 50%;
  border: none;
  line-height: 1;
}
.page__navigation .wp-pagenavi a.nextpostslink {
  font-family: "Material Icons";
  content: "";
  width: 4.4rem;
  height: 4.4rem;
  background: #255d40;
  color: white;
  align-items: center;
  text-decoration: none;
  font-size: 3rem;
  border-radius: 50%;
  border: none;
  line-height: 1;
}
.page__navigation .wp-pagenavi a:hover {
  background: #053826;
  color: white;
}
.page__navigation .wp-pagenavi span {
  width: 2.8rem;
  height: 2.8rem;
  background: white;
  color: #4d4d4d;
  align-items: center;
  text-decoration: none;
  font-size: 1.5rem;
  border-radius: 1.4rem;
  border: white solid 2px;
  line-height: 1;
}
.page__navigation .wp-pagenavi span.current {
  border: #255d40 solid 2px;
}
/* FOOTER */
#footer {
  font-size: 1.6rem;
}
#sitemap {
  background: #dfe5e2;
  padding: 5rem 0 5rem 0;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  #sitemap {
    padding: 5.1282051282vw;
  }
}
#sitemap .content {
  width: calc(100% - 6rem);
  max-width: 1350px;
  margin: 0 auto 0 auto;
}
@media screen and (max-width: 767px) {
  #sitemap .content {
    width: 100%;
  }
}
#sitemap .content .link__box {
  flex-basis: 940px;
}
@media screen and (max-width: 1380px) {
  #sitemap .content .link__box {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 767px) {
  #sitemap .content .link__box {
    flex-basis: 100%;
  }
}
#sitemap .content .link__box .sitemap__01 h4 {
  position: relative;
  padding: 0 0 0 2rem;
  line-height: 1.2;
  font-size: 1.2rem;
  color: #4D4D4D;
}
#sitemap .content .link__box .sitemap__01 h4 .icon {
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.4rem;
  height: 1.3rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #sitemap .content .link__box .sitemap__01 h4 {
    font-size: 3.0769230769vw;
  }
}
#sitemap .content .link__box .sitemap__01 ul {
  list-style: none;
  gap: 2.5rem;
  padding: 0;
  justify-content: flex-start;
}
#sitemap .content .link__box .sitemap__01 ul li {
  flex-basis: calc((100% - 5rem) / 3);
  margin: 0;
  line-height: 1.2;
}
@media screen and (min-width: 1381px) {
  #sitemap .content .link__box ul.sitemap__01 > li:nth-of-type(3n+1) {
    flex-basis: calc(37% - 2.5rem);
  }
  #sitemap .content .link__box ul.sitemap__01 > li:nth-of-type(3n+2) {
    flex-basis: calc(35% - 2.5rem);
  }
  #sitemap .content .link__box ul.sitemap__01 > li:nth-of-type(3n+3) {
    flex-basis: 28%;
  }
}
@media screen and (max-width: 767px) {
  #sitemap .content .link__box .sitemap__01 ul li {
    flex-basis: 100%;
  }
}
#sitemap .content .link__box .sitemap__01 ul li a {
  background: white;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.5rem 2.5rem 0.5rem 1rem;
  height: auto;
  border-radius: calc(infinity * 1px);
  position: relative;
  font-size: 1.6rem;
  margin: 0 0 2rem 0;
  color: #255d40;
  text-decoration: none;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #sitemap .content .link__box .sitemap__01 ul li a {
    font-size: 3.8461538462vw;
    margin: 0 0 3.8461538462vw 0;
  }
  #sitemap .content .link__box .sitemap__01 ul li:nth-of-type(3) a:last-of-type {
    margin: 0;
  }
}
#sitemap .content .link__box .sitemap__01 ul li a .icon {
  width: 1em;
  height: 1em;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
#sitemap .content .link__box .sitemap__01 ul li a:hover {
  background-color: #f4fcda;
}
#sitemap .content .link__box .sitemap__01 ul li ul {
  list-style: none;
  gap: 1rem;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #sitemap .content .link__box .sitemap__01 ul li ul {
    gap: 2.5641025641vw 2.5641025641vw;
    justify-content: start;
  }
}
#sitemap .content .link__box .sitemap__01 ul li ul li {
  flex-basis: 100%;
  margin: 0;
  display: block;
  padding: 0 0 0 1em;
  position: relative;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #sitemap .content .link__box .sitemap__01 ul li:nth-of-type(4) ul li:nth-of-type(1), #sitemap .content .link__box .sitemap__01 ul li:nth-of-type(4) ul li:nth-of-type(2) {
    flex-basis: auto;
  }
}
#sitemap .content .link__box .sitemap__01 ul li ul li a {
  background: none;
  padding: 0 0 0 0;
  display: block;
  height: auto;
  margin: 0;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #sitemap .content .link__box .sitemap__01 ul li ul li a {
    font-size: 3.5897435897vw;
  }
}
#sitemap .content .link__box .sitemap__01 ul li ul li a:hover {
  text-decoration: underline;
  background-color: transparent;
}
#sitemap .content .link__box .sitemap__01 ul li ul li:before {
  content: "";
  display: inline-block;
  color: white;
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 0.8rem;
  height: 0.8rem;
  background-color: rgba(255, 255, 255, 0.9019607843);
  border-radius: calc(infinity * 1px);
}
#sitemap .content .link__box .sitemap__02 {
  margin: 3rem 0 0 0;
}
@media screen and (max-width: 767px) {
  #sitemap .content .link__box .sitemap__02 {
    margin: 7.6923076923vw 0 0 0;
  }
}
#sitemap .content .link__box .sitemap__02 h4 {
  position: relative;
  padding: 0 0 0 2rem;
  line-height: 1.2;
  font-size: 1.2rem;
  font-feature-settings: "palt";
  margin: 0 0 2rem 0;
  color: #4D4D4D;
}
@media screen and (max-width: 767px) {
  #sitemap .content .link__box .sitemap__02 h4 {
    font-size: 3.0769230769vw;
  }
}
#sitemap .content .link__box .sitemap__02 h4 .icon {
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.4rem;
  height: 1.3rem;
  transform: translateY(-50%);
}
#sitemap .content .link__box .sitemap__02 ul {
  list-style: none;
  gap: 1.5rem 2.5rem;
  padding: 0;
  justify-content: flex-start;
}
#sitemap .content .link__box .sitemap__02 ul li {
  margin: 0;
  line-height: 1.2;
}
#sitemap .content .link__box .sitemap__02 ul li a {
  display: block;
  position: relative;
  font-size: 1.6rem;
  margin: 0 0 0 0;
  color: #255d40;
  text-decoration: none;
  padding: 0 3rem 0 0;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #sitemap .content .link__box .sitemap__02:last-of-type li:nth-of-type(1) {
    margin: 0 10% 0 0;
  }
  #sitemap .content .link__box .sitemap__02 ul li a {
    font-size: 3.5897435897vw;
    padding: 0 2.2em 0 0;
  }
}
#sitemap .content .link__box .sitemap__02 ul li a .icon {
  width: 1em;
  height: 1em;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
#sitemap .content .link__box .sitemap__02 ul li a:hover {
  text-decoration: underline;
}
/*
@media screen and (max-width: 767px) {
    #sitemap .content .link__box .sitemap__02+.sitemap__02 {
        margin: 7.6923076923vw 0 0 0;
    }
}
*/
#sitemap .content .office__info {
  flex-basis: 370px;
}
@media screen and (max-width: 1380px) {
  #sitemap .content .office__info {
    flex-basis: 100%;
    margin: 2rem 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  #sitemap .content .office__info {
    flex-basis: 100%;
    margin: 5.1282051282vw 0 0 0;
  }
}
#sitemap .content .office__info .office__name {
  margin: 0 0 1.5rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 3.5rem;
  gap: 1.5rem 1.8rem;
  font-family: "BIZ UDPMincho", serif;
  color: #4d4d4d;
  font-weight: 600;
}
@media screen and (max-width: 1380px) {
  #sitemap .content .office__info .office__name {
    text-align: center;
    max-width: 44rem;
    margin: 0 auto 1.5rem auto;
    justify-content: center;
  }
}
@media screen and (max-width: 1280px) {
  #sitemap .content .office__info .office__name {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  #sitemap .content .office__info .office__name {
    font-size: 7.1794871795vw;
    gap: 2.5641025641vw 5.1282051282vw;
    max-width: none;
  }
}
#sitemap .content .office__info .office__name .logo {
  flex-basis: 5rem;
}
@media screen and (max-width: 767px) {
  #sitemap .content .office__info .office__name .logo {
    width: 12.0512820513vw;
  }
}
#sitemap .content .office__info .office__name .license {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
#sitemap .content .office__info .office__name .license span {
  font-size: 1.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #sitemap .content .office__info .office__name .license span {
    font-size: 3.5897435897vw;
  }
}
@media screen and (max-width: 1380px) {
  #sitemap .content .office__info .office__name .license {
    justify-content: center;
  }
}
#sitemap .content .office__info .office__address span {
  display: inline-block;
  white-space: nowrap;
  padding: 0.8rem 2rem;
  font-size: 1.6rem;
  line-height: 1.2;
  background: white;
  text-align: center;
  border-radius: 5px;
  margin: 1.2rem 0 1.5rem;
  font-family: "BIZ UDPMincho", serif;
  color: #4d4d4d;
  font-weight: 700;
}
@media screen and (max-width: 1380px) {
  #sitemap .content .office__info .office__address {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #sitemap .content .office__info .office__address span {
    font-size: 3.5897435897vw;
    display: block;
  }
}
#sitemap .content .office__info .office__tel {
  border-top: rgba(0, 0, 0, 0.3019607843) solid 1px;
  padding: 1rem 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 1280px) {
  #sitemap .content .office__info .office__tel {
    justify-content: center;
  }
}
#sitemap .content .office__info .office__tel .call {
  font-size: 3.6rem;
  color: #4d4d4d;
  font-family: "BIZ UDPMincho", serif;
  font-weight: bold;
}
@media screen and (max-width: 1380px) {
  #sitemap .content .office__info .office__tel .call {
    text-align: center;
    display: block;
    flex-basis: 100%;
  }
}
@media screen and (max-width: 767px) {
  #sitemap .content .office__info .office__tel .call {
    font-size: 7.1794871795vw;
  }
}
#sitemap .content .office__info .office__tel .call::before {
  background: url(../img/common/icon_freecall.svg) left center/contain no-repeat;
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: text-bottom;
}
#sitemap .content .office__info .office__call {
  font-size: 1.7rem;
  font-weight: bold;
  color: #255D40;
  margin: 0 0 3px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;    
}
#sitemap .content .office__info .office__call li:not(:last-of-type){
    margin: 0 2rem 0 0;
}
#sitemap .content .office__info .office__call span {
  font-size: 2rem;
  margin: 0 5px 0 0;
  position: relative;
  top: 3px;
}
@media screen and (max-width: 1380px) {
  #sitemap .content .office__info .office__call {
    text-align: center;
      justify-content: center;
  }
}

@media screen and (max-width: 767px) {
    #sitemap .content .office__info .office__call {
  font-size: 4.35897vw;
        display: block;
    }
    #sitemap .content .office__info .office__call li:not(:last-of-type){
        margin: 0 0 0.5rem 0;    
    }
    
    #sitemap .content .office__info .office__call span {
        font-size: 5.1282vw;
        width: 1em;
        height: 1em;
    }
}
#sitemap .content .office__info .office__open {
  margin: 0 0 1.2rem 0;
  font-size: 1.4rem;
  color: #4d4d4d;
  font-weight: 600;
}
@media screen and (max-width: 1380px) {
  #sitemap .content .office__info .office__open {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #sitemap .content .office__info .office__open {
    font-size: 3.5897435897vw;
    text-align: center;
      margin: 0 0 0.5rem;
  }
}
#sitemap .content .office__info .office__holiday {
  background: white;
  padding: 2rem;
}
#sitemap .content .office__info .office__holiday p {
  font-size: 1.3rem;
}
@media screen and (max-width: 1380px) {
  #sitemap .content .office__info .office__holiday p {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #sitemap .content .office__info .office__holiday p {
    font-size: 3.3333333333vw;
    text-align: left;
  }
}
#sitemap .content .office__info .cv__link ul {
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: stretch;
  gap: 1.5rem;
}
#sitemap .content .office__info .cv__link ul li {
  flex-basis: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#sitemap .content .office__info .cv__link ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #255d40;
  color: white;
  padding: 1.5rem 1rem 1.5rem 5.5rem;
  text-decoration: none;
  position: relative;
  width: 100%;
  height: 100%;
  font-weight: bold;
}
#sitemap .content .office__info .cv__link ul li a .icon {
  position: absolute;
  left: 1.5rem;
  width: 2.5rem;
  height: auto;
  text-align: center;
  font-size: 3rem;
  top: 50%;
  transform: translateY(-50%);
}
#sitemap .content .office__info .cv__link ul li a:hover {
  background-color: #053826;
}
#sitemap .content .office__info .cv__link ul li {
  /* + li {
  	margin: 2rem 0 0 0;
  } */
}
@media screen and (max-width: 1380px) {
  #sitemap .content .office__info .cv__link ul {
    justify-content: center;
  }
  #sitemap .content .office__info .cv__link ul li {
    /*    flex-basis: calc((100% - 4rem) / 3);*/
    flex-basis: calc((100% - 2rem) / 2);
    max-width: 426px;
  }
}
@media screen and (max-width: 767px) {
  #sitemap .content .office__info .cv__link ul li {
    flex-basis: 100%;
  }
}
#copyright {
  background: white;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  #copyright {
    padding: 3rem 0 25.641025641vw 0;
  }
}
#copyright .content p {
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.2;
  display: block;
  font-family: "BIZ UDPMincho", serif;
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  #copyright .content p {
    font-size: 2.5641025641vw;
  }
}
/* Footer Navi（sp） */
#footer__navi {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 800px;
  max-width: calc(100% - 130px);
  background: rgba(255, 255, 255, 0.9019607843);
  padding: 10px;
  z-index: 100;
  display: none;
  backdrop-filter: blur(5px);
  box-shadow: hsla(149, 43%, 25%, 0.2) 0 0 1.5rem;
  border-radius: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  #footer__navi {
    display: block;
    padding: 2.5641025641vw;
    max-width: 100%;
    border-radius: 0;
    box-shadow: none;
  }
}
#footer__navi ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #footer__navi ul {
    width: calc(100% - 14.1025641026vw);
  }
}
#footer__navi ul li {
  flex-basis: calc((100% - 10px) / 2);
}
@media screen and (max-width: 767px) {
  #footer__navi ul li {
    flex-basis: calc((100% - 3vw) / 3);
  }
}
#footer__navi ul li a {
  background: #255d40;
  color: white;
  text-decoration: none;
  border-radius: 10px;
  font-size: 1.6rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  text-align: center;
  height: 6.5rem;
  font-feature-settings: "palt";
  align-items: center;
  line-height: 1.1;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #footer__navi ul li a {
    border-radius: 2.5641025641vw;
    font-size: 3.2051282051vw;
    height: 11.5384615385vw;
    flex-wrap: wrap;
  }
}
#footer__navi ul li a .material-icons {
  font-size: 2.6rem;
  margin: 0 0.8rem 0 0;
}
@media screen and (max-width: 767px) {
  #footer__navi ul li a .material-icons {
    font-size: 6.1538461538vw;
    margin: 0 1.6vw 0 0;
  }
}
#footer__navi ul li a.contact {
  background: #8f6800;
}
#footer__navi ul li a.contact:hover {
  background: #5d480d;
}
#footer__navi ul li a:hover {
  background: #053826;
}