@font-face {
  font-family: "Shippori Mincho";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/ShipporiMincho-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2");
}
* {
  word-break: break-word;
}

*:not(html) {
  font-size: 0.875rem;
  color: #3E3E3E;
  line-height: 1.75;
  font-family: "Shippori Mincho", serif;
}

::-moz-selection {
  background: #DCDEE3;
  color: #303338;
}

::selection {
  background: #DCDEE3;
  color: #303338;
}

::-moz-placeholder {
  color: #cfcfcf;
}

:-ms-input-placeholder {
  color: #cfcfcf;
}

::-webkit-input-placeholder {
  color: #cfcfcf;
}

::-ms-input-placeholder {
  color: #cfcfcf;
}

::placeholder {
  color: #cfcfcf;
}

a[href^="tel:"] {
  pointer-events: none;
}

@media (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
body {
  overscroll-behavior-y: none;
}

.container {
  max-width: 1232px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}

.common-gradation {
  background: #7EA5E5;
  border: solid 1px #7EA5E5;
}
.common-gradation:hover {
  background-color: #7EA5E5;
  opacity: 0.7;
  border: solid 1px #7EA5E5;
}

.common-gradation02 {
  background: #256E45;
  border: solid 1px #256E45;
  border-radius: 50px;
  padding: 1.25rem 0.25rem;
}
.common-gradation02:hover {
  background-color: #fff;
  opacity: 0.7;
  border: solid 1px #256E45;
  color: #256E45 !important;
}

.section-title .section-title__ja {
  font-size: 2.1875rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
.section-title .section-title__en {
  font-size: 0.625rem;
  margin-left: 70px;
  color: #297A4B;
  position: relative;
}
.section-title .section-title__en::before {
  content: "";
  width: 140px;
  height: 1px;
  background: #297A4B;
  position: absolute;
  left: -145px;
  top: 50%;
  transform: translate(0, -50%);
}

@-webkit-keyframes floatAnimation {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
}
@keyframes floatAnimation {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.animation-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.animation-icon .__item {
  position: absolute;
}
.animation-icon .__item > img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.animation-icon .__item.__10 {
  bottom: 0;
  left: -10%;
  -webkit-animation: floatAnimation 5.2s ease-in-out infinite;
  animation: floatAnimation 5.2s ease-in-out infinite;
  width: 21.4285714286vw;
}

.common-page-heading {
  height: 24.2857142857vw;
  position: relative;
  z-index: 0;
  margin-top: 140px;
  overflow: hidden;
}
@media (max-width: 960px) {
  .common-page-heading {
    height: 41.095890411vw;
    margin-top: 50px;
  }
}
.common-page-heading::after, .common-page-heading::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.common-page-heading .__background {
  position: absolute;
  right: -3%;
  bottom: 0;
  height: 100%;
  width: 85%;
}
@media (max-width: 480px) {
  .common-page-heading .__background {
    width: 70%;
    height: 100%;
  }
}
.common-page-heading .__background > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.common-page-heading .common-page-heading-inner {
  position: relative;
  z-index: 0;
  height: 100%;
  max-width: none;
}
.common-page-heading .section-title {
  margin: 0;
  top: 50%;
  transform: translate(0, -50%);
  padding-left: 1.75rem;
  margin-left: 1.75rem;
  position: absolute;
}
@media (max-width: 768px) {
  .common-page-heading .section-title {
    padding-left: 1rem;
  }
}
.common-page-heading .section-title .section-title__en {
  font-family: "Not sans", sans-serif;
  color: #256E45;
  font-weight: 700;
  font-size: 2.75rem;
  line-height: 1;
  letter-spacing: 3px;
  display: table;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  background: #fff;
  border-radius: 19px;
  padding: 0.5rem;
}
@media (max-width: 768px) {
  .common-page-heading .section-title .section-title__en {
    font-size: 1rem;
    font-size: 1.5rem;
  }
}
.common-page-heading .section-title .section-title__ja {
  color: #256E45;
  font-size: 0.75rem;
  background: #fff;
  width: fit-content;
  padding: 0.25rem 0.5rem;
  border-radius: 19px;
  font-weight: 700;
}
.common-page-heading #breadcrumb * {
  color: #333333;
}
.common-page-heading #breadcrumb .breadcrumb_list {
  gap: 0.5rem;
}
.common-page-heading #breadcrumb .home span {
  font-weight: 600;
}

.common-heading {
  display: table;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.common-heading .common-heading__ja {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #256E45;
}
@media (max-width: 768px) {
  .common-heading .common-heading__ja {
    font-size: 1.75rem;
  }
}
.common-heading .common-heading__en {
  line-height: 1.4;
  white-space: nowrap;
  font-weight: 700;
}

.common-section {
  margin-bottom: 9.75rem;
}
@media (max-width: 960px) {
  .common-section {
    margin-bottom: 5rem;
  }
}
@media (max-width: 768px) {
  .common-section {
    margin-bottom: 2.5rem;
  }
}

.common-button {
  color: #FFFFFF;
  font-size: 0.75rem;
  background: transparent linear-gradient(97deg, #50A272 0%, #297A4B 100%) 0% 0% no-repeat padding-box;
  display: table;
  border-radius: 30px;
  min-width: 185px;
  padding: 1rem 2rem;
  transition: all 0.3s;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .common-button {
    font-size: 1rem;
    padding: 1rem 2rem;
    min-width: 280px;
  }
}
.common-button::before {
  content: "";
  display: block;
  height: 1px;
  width: 22px;
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 2.4rem;
  transition: all 0.2s;
}
.common-button::after {
  content: "";
  display: block;
  height: 1px;
  width: 10px;
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 2.4rem;
  transition: all 0.2s;
  transform: rotate(30deg);
  transform-origin: right top;
}
.common-button:hover {
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
  border-color: transparent;
  /*opacity: 0.8;*/
}

.footer-button > span {
  display: block;
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translate(0, -50%);
  width: 15%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 30px;
  background: #fff;
  transition: 0.3s;
}
.footer-button > span::before {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #256E45;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 55%;
  transition: all 0.2s;
  transform: translate(0, -50%);
}
.footer-button > span::after {
  content: "";
  display: block;
  width: 6px;
  height: 2px;
  border-left: 10px solid #256E45;
  transform: translate(0, -50%);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 35%;
  transition: all 0.2s;
}
.footer-button:hover {
  /*
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
        border-color: transparent;
     opacity: 0.8;
  */
}
.footer-button:hover > span {
  right: 3%;
}

@media screen and (min-width: 480px) {
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .br-pc {
    display: none;
  }
}/*# sourceMappingURL=common.css.map */