@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: 16px;
  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: #D30D1B;
  border: solid 1px #D30D1B;
  border-radius: 50px;
  padding: 1.25rem 0.25rem;
  transition: 0.3s !important;
}
.common-gradation02:hover {
  background-color: #fff;
  opacity: 0.7;
  border: solid 1px #D30D1B;
  color: #D30D1B !important;
}

.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: 19.2857142857vw;
  position: relative;
  z-index: 0;
  margin-top: 140px;
}
@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::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;
}
.common-page-heading .__background {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 105%;
  width: 42%;
}
@media (max-width: 480px) {
  .common-page-heading .__background {
    width: 60%;
    height: 43.8356164384vw;
  }
}
.common-page-heading .__background > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: bottom left;
}
.common-page-heading .common-page-heading-inner {
  position: relative;
  z-index: 0;
  height: 100%;
}
.common-page-heading .section-title {
  margin: 0;
  top: 50%;
  transform: translate(0, -50%);
  padding-left: 1.75rem;
  margin-left: 1.75rem;
  position: relative;
}
@media (max-width: 768px) {
  .common-page-heading .section-title {
    top: 60px;
    padding-left: 1rem;
  }
}
.common-page-heading .section-title::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #D30D1B;
  transform: translate(0, -50%);
}
.common-page-heading .section-title .section-title__en {
  font-family: "Poppins", sans-serif;
  color: #D30D1B;
  font-weight: 500;
  font-size: 3.43rem;
  line-height: 1;
  letter-spacing: 3px;
  display: table;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
@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: #D30D1B;
  font-size: 0.75rem;
}
.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: #E04126;
}
@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;
  background: transparent linear-gradient(89deg, #EC8E26 0%, #E05D52 50%, #DF3726 100%) 0% 0% no-repeat padding-box;
  display: table;
  min-width: 316px;
  padding: 1rem 3rem;
  margin: 0 auto;
  transition: all 0.3s;
  position: relative;
  z-index: 0;
  border-radius: 30px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .common-button {
    font-size: 1rem;
    padding: 1rem 2rem;
    min-width: 280px;
  }
}
.common-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;
}
.common-button > span::before {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #E04126;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 55%;
  transition: all 0.2s;
  transform: translate(0, -50%);
}
.common-button > span::after {
  content: "";
  display: block;
  width: 6px;
  height: 2px;
  border-left: 10px solid #E04126;
  transform: translate(0, -50%);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 35%;
  transition: all 0.2s;
}
.common-button:hover {
  /*
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
        border-color: transparent;
     opacity: 0.8;
  */
}
.common-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;
  }
}
@-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;
}/*# sourceMappingURL=common.css.map */