@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");
}
@font-face {
  font-family: "Bahagia";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Bahagia.woff2") format("woff2");
}
* {
  word-break: break-word;
}

*:not(html) {
  font-size: 0.875rem;
  color: #3E3E3E;
  line-height: 1.75;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, serif, sans-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;
  }
}
.container {
  max-width: 1232px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}

.btn--base {
  background: rgba(255, 255, 255, 0.5);
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
  display: table;
  padding: 1.25rem 0.5rem;
  max-width: 370px;
  width: 100%;
  position: relative;
  z-index: 0;
  border-radius: 50px;
  text-decoration: none;
  overflow: hidden;
  outline: none;
}
.btn--base:hover {
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.btn--base span {
  position: relative;
  z-index: 3;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: bold;
}

/*
.btn--base span::after, .btn--base span::before {
	content: "";
	display: flex;
	position: absolute;
	z-index: 0;
	top: 50%;
	right: -50px;
}

.btn--base span::before {
	width: 10px;
	height: 10px;
	border-top: solid 1px #FFFFFF;
	transform: translate(0, -50%) rotate(45deg);
}

.btn--base:hover span::before {
	border-top: solid 1px #FFFFFF;
}

.btn--base span::after {
	width: 26px;
	height: 1px;
	background-color: #ffffff;
	transform: translate(1px, -50%);
}

.btn--base:hover span::after {
	background-color: #FFFFFF;
}
*/
.bgleft:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.bgleft:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.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: #80a590;
  opacity: 0.7;
  border: solid 1px #256E45;
}

.section-title {
  font-family: "Hind", sans-serif;
  color: #FFFFFF;
  font-size: 1.75rem;
  line-height: 1;
  letter-spacing: 3px;
  display: table;
  margin: 0 auto 2.5rem;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .section-title {
    font-size: 1rem;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.common-page-heading {
  height: 220px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.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::before {
  background: rgba(188, 63, 43, 0.5);
}
.common-page-heading::after {
  background-image: url("../images/common-heading.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 768px) {
  .common-page-heading {
    height: 150px;
  }
}
.common-page-heading .common-page-heading-inner {
  position: relative;
  z-index: 0;
}
.common-page-heading .section-title {
  margin: 0;
  display: flex;
  justify-content: flex-start;
  top: 85px;
  margin-left: 1.75rem;
}
@media (max-width: 768px) {
  .common-page-heading .section-title {
    top: 60px;
  }
}

.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: 1.125rem;
  text-align: center;
  background: #256E45;
  display: table;
  min-width: 316px;
  padding: 1rem 3rem;
  margin: 0 auto;
  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;*/
}

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