@charset "UTF-8";
/* Basic Color List */
/* $pc : pc;
$tablet : tablet;
$mobile : mobile; */
/* Basic Tool List */
.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 {
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  body:has(#navigation.active) {
    overflow: hidden;
    position: fixed;
  }
}
body:has(dialog[open]) {
  overflow: hidden;
}

/* 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;
  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;
}
@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: 40rem;
  margin: 0 3rem 0 auto;
}
@media screen and (max-width: 1440px) {
  #header .content .btn__link {
    flex-basis: 22rem; /* margin: 0 0 0 auto; */
  }
}
@media screen and (max-width: 1200px) {
  #header .content .btn__link {
    flex-basis: 21vw;
    margin: 0 3vw 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;
}
@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: 1440px) {
  #header .content .btn__link ul li {
    flex-basis: 10rem;
  }
}
@media screen and (max-width: 1200px) {
  #header .content .btn__link ul li {
    flex-basis: 9vw;
  }
}
@media screen and (max-width: 1440px) {
  #header .content .btn__link ul li a {
    font-size: 1.3rem;
    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.1vw;
    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: 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 4.1025641026vw 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% - 4rem);
  max-width: 1026px;
  margin: 3rem auto 8rem auto;
}
#navigation.active {
  display: block;
}
@media screen and (max-width: 767px) {
  #navigation {
    max-width: 600px;
  }
}
#navigation .link__box {
  /* > a{ font-weight: 600;
  	&:hover{ text-decoration: underline; text-underline-offset: 0.5em;}
  } */
}
@media screen and (max-width: 1024px) {
  #navigation .link__box {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 767px) {
  #navigation .link__box {
    flex-basis: 100%;
  }
}
#navigation .link__box.sp__only {
  display: none;
}
@media screen and (max-width: 1200px) {
  #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;
  display: block;
}
#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;
  font-weight: 600;
  word-break: keep-all;
  overflow-wrap: break-word;
}
#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:hover {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
#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 3rem 0;
}
#navigation .link__box .parent__link > a {
  font-weight: 600;
}
#navigation .link__box .parent__link > a:hover {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
@media screen and (max-width: 767px) {
  #navigation .link__box .parent__link > a.pc_navi {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #navigation .link__box .parent__link {
    margin-bottom: 2rem;
  }
}
#navigation .link__box .parent__link .child__link {
  padding: 0 0 0 3rem;
  margin: 2rem 0 0 0;
}
#navigation .link__box .parent__link .child__link a {
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  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;
  text-decoration: none;
}
#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 .accordeion_title {
  display: none;
}
@media screen and (max-width: 767px) {
  #navigation .link__box .parent__link .child__link .accordeion_title {
    display: block;
  }
}
#navigation .link__box .parent__link summary {
  display: none;
  position: relative;
  font-size: 2rem;
  position: relative;
  padding: 0 0 0 3rem;
  color: #255d40;
  font-family: "BIZ UDPMincho", serif;
  font-weight: 600;
  display: none;
}
@media screen and (max-width: 767px) {
  #navigation .link__box .parent__link summary:before {
    content: "";
    display: inline-block;
    width: 2.4rem;
    height: 2.4rem;
    background: url(../img/common/icon_add.svg) left center/100% 100% no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
}
#navigation .link__box .parent__link summary::-webkit-details-marker {
  display: none;
}
@media screen and (max-width: 767px) {
  #navigation .link__box .parent__link summary {
    display: block;
  }
  #navigation .link__box .parent__link summary:hover {
    text-decoration: underline;
    text-underline-offset: 0.5em;
  }
}
#navigation .link__box .parent__link[open] > summary:before {
  background: url(../img/common/icon_remove.svg) left center/100% 100% no-repeat;
}
#navigation .link__box.fb__01 {
  flex-basis: 100%;
  margin: 1rem 0 0 0;
  border-top: rgba(77, 77, 77, 0.5019607843) solid 1px;
  padding: 3rem 0 3rem 0;
}
#navigation .link__box.fb__02 {
  flex-basis: 100%;
  margin: 0 0 3rem 0;
  border-bottom: rgba(77, 77, 77, 0.5019607843) solid 1px;
  padding: 0 0 3rem 0;
}

/* BASIC STYLE */
.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;
}

.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;
  }
}

.middle__title_05 {
  font-size: min(3rem, 5.5vw);
  font-family: "BIZ UDPMincho", serif;
  color: #4d4d4d;
  padding: 0 0 2rem 0;
  border-bottom: #4d4d4d solid 1px;
  font-weight: 600;
  line-height: 1.2;
}

.middle__title_06 {
  font-size: 2rem;
  font-family: "BIZ UDPMincho", serif;
  color: #255d40;
  font-weight: 600;
  padding: 0 0 0 3.5rem;
}

.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;
}

.basic__btn {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
  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-family: "BIZ UDPGothic", serif;
  font-size: 2rem;
  font-weight: 600;
  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 1.5rem;
}
.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 {
  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: 1200px) {
  .menu__btn {
    width: 7vw;
    height: 7vw;
  }
}
@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;
  /* @include tools.pc1440 {
  	font-size: 0.9375rem; bottom: 0.8em;
  } */
}
@media screen and (max-width: 1024px) {
  .menu__btn .text {
    font-size: 1.2vw;
    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;
}

.indent__1em {
  text-indent: -1em;
  padding: 0 0 0 1em;
}
.indent__1em span {
  text-indent: 0;
}

.text__red {
  color: #cc0000;
}

.text__bold {
  font-weight: 600;
}

.caption {
  font-size: 1.4rem !important;
}
.caption.kome {
  padding-left: 2rem;
  position: relative;
}
.caption.kome:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

a.link__pdf {
  position: relative;
  color: #2665cf;
  text-decoration: none;
  display: block;
  padding: 0 0 0 2.4rem;
}
a.link__pdf:before {
  content: "";
  display: inline-block;
  background: url(../img/common/icon_pdf.webp) 0 center/100% auto no-repeat;
  width: 2rem;
  height: 2.2rem;
  vertical-align: text-bottom;
  position: absolute;
  left: 0;
  top: 0.5rem;
}
a.link__pdf:after {
  content: "open_in_new";
  font-family: "Material Icons";
  vertical-align: bottom;
  display: inline-block;
  line-height: 1;
  font-size: 120%;
  transform: translateY(-0.3em);
}
a.link__pdf:hover {
  text-decoration: underline;
}

p:has(.link__pdf) {
  margin-top: 1em;
}

ul.text__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;
}
.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;
  }
}

.btn__modal {
  background-color: #255d40;
  border: none;
  cursor: pointer;
  border-radius: calc(infinity * 1px);
  color: white;
  padding: 1rem 2rem;
  display: block;
  margin: 3rem auto 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .btn__modal {
    margin: 2em auto 0;
  }
}
.btn__modal span {
  font-size: 1.6rem;
}
.btn__modal span:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em; /* background: url(../img/common/icon_close.svg) center center / 100% auto no-repeat; */
  vertical-align: text-bottom;
  margin: 0 1.2rem 0 0;
}
.btn__modal span.zoom:before {
  background: url(../img/common/icon_search.svg) center center/100% auto no-repeat;
}
.btn__modal span.close:before {
  background: url(../img/common/icon_close.svg) center center/100% auto no-repeat;
}
.btn__modal:hover {
  background-color: #053826;
}

/* 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 {
    display: block;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
.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 {
    display: inline-block;
    margin: 0 5.1282051282vw 0 0;
    font-size: 2.3076923077vw;
  }
}
.bread__crumbs .content ul li .material-icons {
  color: white;
  font-size: 1.7rem;
  position: absolute;
  right: -3rem;
  transform: translateX(-50%);
  width: 1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bread__crumbs .content ul li .material-icons {
    font-size: 4.358974359vw;
    right: -7.6923076923vw;
  }
}
.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: 1000px;
}
.content.common__content {
  max-width: 1200px;
}

.title__box {
  background: #255d40;
  color: white;
  min-height: 38rem;
  padding: 12rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .title__box {
    padding: 15.3846153846vw 0 0 0;
    min-height: 51.2820512821vw;
  }
}
.title__box h2 {
  font-size: 4.4rem;
  text-align: center;
  font-family: "BIZ UDPMincho", serif;
  font-weight: 600;
  margin: 5rem 0 0;
  letter-spacing: 0.2em;
  padding-bottom: 5rem;
}
@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;
  }
}

/* MAIN */
#main {
  background: #eaede8;
}

/* CONTACT */
#contact {
  background: #eaede8;
  padding: 8rem 0 0 0;
}
@media screen and (max-width: 767px) {
  #contact {
    padding: 4rem 5.1282051282vw;
  }
}
#contact .content {
  width: calc(100% - 10rem);
  max-width: 1400px;
  margin: 0 auto 0 auto;
}
@media screen and (max-width: 767px) {
  #contact .content {
    width: 100%;
  }
}
#contact .content .contact__box {
  border-radius: 10px;
  border: #255d40 solid 1px;
  overflow: hidden;
}
#contact .content .contact__box .tel__box {
  flex-basis: 50%;
  border-right: #255d40 solid 1px;
  background: url(../img/common/img_contact_01.webp) right center/cover no-repeat;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 45rem;
  padding: 2rem;
  align-content: center;
}
@media screen and (max-width: 767px) {
  #contact .content .contact__box .tel__box {
    flex-basis: 100%;
    border-right: none;
    padding: 7.6923076923vw;
    min-height: 64.1025641026vw;
    border-bottom: #255d40 solid 1px;
  }
}
#contact .content .contact__box .tel__box h3 {
  font-size: 3.1rem;
  font-family: "BIZ UDPMincho", serif;
  color: #4d4d4d;
  font-weight: 400;
  flex-basis: 100%;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #contact .content .contact__box .tel__box h3 {
    font-size: 6.1538461538vw;
    text-align: left;
    line-height: 1.66;
  }
}
#contact .content .contact__box .tel__box h3 span:not(.ib) {
  color: #255d40;
  border-bottom: #ebdf80 solid 2px;
  font-size: 4.1rem;
  padding: 0 0 1.2rem 0;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #contact .content .contact__box .tel__box h3 span:not(.ib) {
    padding: 0 0 1.2820512821vw 0;
    font-size: 8.4615384615vw;
    line-height: 1.2;
  }
}
#contact .content .contact__box .tel__box p {
  font-size: 1.8rem;
  text-align: center;
  margin: 5.6rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  #contact .content .contact__box .tel__box p {
    font-size: 3.8461538462vw;
  }
}
#contact .content .contact__box .tel__box p .tel__number {
  font-size: 3.5rem;
  display: block;
  text-align: center;
  font-family: "BIZ UDPMincho", serif;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #contact .content .contact__box .tel__box p .tel__number {
    font-size: 7.1794871795vw;
    white-space: nowrap;
  }
}
#contact .content .contact__box .tel__box p .tel__number .material-icons {
  font-size: 4rem;
  margin: 0 2rem 0 0;
  vertical-align: text-bottom;
}
@media screen and (max-width: 767px) {
  #contact .content .contact__box .tel__box p .tel__number .material-icons {
    font-size: 7.1794871795vw;
    margin: 0 2.5641025641vw 0 0;
  }
}
#contact .content .contact__box .tel__box p.hours {
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 0;
  align-self: flex-start;
}
@media screen and (max-width: 767px) {
  #contact .content .contact__box .tel__box p.hours {
    font-size: 4.358974359vw;
  }
}
#contact .content .contact__box .mail__box {
  flex-basis: 50%;
  background: url(../img/common/img_contact_02.webp) left center/cover no-repeat;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  min-height: 45rem;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  #contact .content .contact__box .mail__box {
    flex-basis: 100%;
    border-left: none;
    padding: 7.6923076923vw;
    min-height: 64.1025641026vw;
  }
}
#contact .content .contact__box .mail__box h3 {
  font-size: 3.1rem;
  font-family: "BIZ UDPMincho", serif;
  color: #4d4d4d;
  font-weight: 400;
  flex-basis: 100%;
  text-align: center;
  align-self: end;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #contact .content .contact__box .mail__box h3 {
    font-size: 6.1538461538vw;
    text-align: left;
    line-height: 1.66;
  }
}
#contact .content .contact__box .mail__box h3 span:not(.ib) {
  color: #255d40;
  border-bottom: #ebdf80 solid 2px;
  font-size: 4.1rem;
  padding: 0 0 1.2rem 0;
  display: inline-block;
}
#contact .content .contact__box .mail__box a {
  align-self: start;
  width: -moz-fit-content;
  width: fit-content;
  margin: 5.6rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  #contact .content .contact__box .mail__box a {
    width: 100%;
    height: auto;
    justify-content: space-between;
    font-size: 4.6153846154vw;
    gap: 0px;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  #contact .content .contact__box .mail__box a .icon {
    margin: 0;
    width: 4.8717948718vw;
    height: 4.8717948718vw;
  }
}

#hazard {
  background: #eaede8;
  padding: 8rem 0 0 0;
}
@media screen and (max-width: 767px) {
  #hazard {
    padding: 0;
  }
}
#hazard .content {
  width: 100%;
  max-width: 1400px;
  background: #faf8e2 url(../img/top/img_hazard_01.svg) 93.35% bottom/auto 84% no-repeat;
  padding: 5rem 6rem 5rem 6rem;
}
@media screen and (max-width: 767px) {
  #hazard .content {
    padding: 7.6923076923vw;
    background: #faf8e2;
  }
}
#hazard .content h3 {
  position: relative;
  padding: 0 0 0 1.5em;
  margin: 0 0 3rem 0;
}
@media screen and (max-width: 767px) {
  #hazard .content h3 {
    font-size: 6.1538461538vw;
    letter-spacing: 0;
  }
}
#hazard .content h3 .material-icons {
  font-size: 4rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #hazard .content h3 .material-icons {
    font-size: 7.6923076923vw;
  }
}
#hazard .content p {
  display: block;
  width: calc(100% - 350px);
  max-width: 900px;
  font-size: 2rem;
  font-family: "BIZ UDPMincho", serif;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #hazard .content p {
    font-size: 4.358974359vw;
    width: 100%;
    font-family: "BIZ UDPGothic", serif;
  }
}
#hazard .content .flex__box {
  width: 70.31%;
  max-width: 900px;
  font-size: 2rem;
  gap: 2rem;
  margin: 3rem 0 0 0;
}
@media screen and (max-width: 767px) {
  #hazard .content .flex__box {
    width: 100%;
  }
}
#hazard .content .flex__box .link__box {
  flex-basis: 50%;
}
@media screen and (max-width: 767px) {
  #hazard .content .flex__box .link__box {
    order: 2;
    flex: 100%;
  }
}
@media screen and (max-width: 767px) {
  #hazard .content .flex__box .link__box a {
    width: 100%;
    padding: 2.5641025641vw 0;
    font-size: 4.6153846154vw;
    font-family: "BIZ UDPGothic", serif;
  }
}
@media screen and (max-width: 767px) {
  #hazard .content .flex__box .link__box a .more {
    margin: 0 0 0 0;
    font-size: 4.1025641026vw;
  }
}
#hazard .content .flex__box .note__box {
  flex-basis: calc(50% - 2rem);
}
@media screen and (max-width: 767px) {
  #hazard .content .flex__box .note__box {
    order: 1;
    flex-basis: 100%;
    background: url(../img/top/img_hazard_01.svg) right bottom/45% auto no-repeat;
    padding: 0 48% 0 0;
    min-height: 50vw;
  }
}
#hazard .content .flex__box .note__box ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#hazard .content .flex__box .note__box ul li {
  display: block;
  padding: 0 0 0 1em;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.78;
}
@media screen and (max-width: 767px) {
  #hazard .content .flex__box .note__box ul li {
    font-size: 3.0769230769vw;
    line-height: 1.5;
    font-feature-settings: "palt";
  }
}
#hazard .content .flex__box .note__box ul li:before {
  content: "※";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

#bnr {
  background: #eaede8;
  padding: 8rem 0 15rem 0;
}
@media screen and (max-width: 767px) {
  #bnr {
    padding: 5.1282051282vw;
  }
}
#bnr .content {
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  #bnr .content {
    width: 100%;
  }
}
#bnr .content .bnr__box h3 {
  margin: 0 0 4rem 0;
}
@media screen and (max-width: 767px) {
  #bnr .content .bnr__box h3 {
    font-size: 5.3846153846vw;
    white-space: nowrap;
    margin: 0 0 5.1282051282vw 0;
    padding: 0 0 5.1282051282vw 0;
  }
}
#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 {
  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;
}
#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: 5.1282051282vw;
  }
}
#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: 1rem;
}
#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: sticky;
  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;
  }
}

/* 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: 1400px;
  margin: 0 auto 0 auto;
}
@media screen and (max-width: 767px) {
  #sitemap .content {
    width: 100%;
  }
}
#sitemap .content .link__box {
  flex-basis: 720px;
}
@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;
}
#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 3rem;
  padding: 0;
}
#sitemap .content .link__box .sitemap__01 ul li {
  flex-basis: calc((100% - 6rem) / 3);
  margin: 0;
  line-height: 1.2;
}
@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 1rem;
  height: auto;
  border-radius: calc(infinity * 1px);
  position: relative;
  font-size: 1.6rem;
  margin: 0 0 2.5rem 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 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 ul li {
    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: 4rem 0 0 0;
}
@media screen and (max-width: 767px) {
  #sitemap .content .link__box .sitemap__02 {
    margin: 0 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;
}
@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 ul li a {
    font-size: 3.5897435897vw;
  }
}
#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: 540px;
}
@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: 2.4rem;
  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;
  }
}
@media screen and (max-width: 767px) {
  #sitemap .content .office__info .office__name {
    font-size: 7.1794871795vw;
    gap: 5.1282051282vw;
    max-width: none;
  }
}
#sitemap .content .office__info .office__name .logo {
  flex-basis: 5.6rem;
}
@media screen and (max-width: 767px) {
  #sitemap .content .office__info .office__name .logo {
    width: 12.0512820513vw;
  }
}
#sitemap .content .office__info .office__open {
  margin: 0 0 1.5rem 0;
  font-size: 1.4rem;
}
@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: left;
  }
}
#sitemap .content .office__info .office__holiday {
  background: white;
  padding: 1.3rem 1.5rem;
  line-height: 1.7;
}
#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;
  }
}

#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;
  -webkit-backdrop-filter: blur(5px);
          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% - 2.5641025641vw) / 2);
  }
}
#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;
}

/* 404 Error */
.error__box {
  padding: 4rem 0;
}
.error__box p {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .error__box p {
    font-size: 4.1025641026vw;
  }
}/*# sourceMappingURL=styles.css.map */