/* Breakpoints */
/* Percentages Default Value */
/* Font Family */
/* Font Weights */
/* Breakpoints */
/* Percentages Default Value */
/* Font Family */
/* Font Weights */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* Media Queries */
/* Breakpoints */
/* Percentages Default Value */
/* Font Family */
/* Font Weights */
* {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

body {
  color: #333333;
}

p,
.text_lg,
.text_base {
  line-height: 1.8;
}

.main,
footer {
  overflow: hidden;
}

.only_pc {
  display: block;
}
@media (max-width: 767.9px) {
  .only_pc {
    display: none;
  }
}

.only_sp {
  display: none;
}
@media (max-width: 767.9px) {
  .only_sp {
    display: block;
  }
}

.only_tablet {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .only_tablet {
    display: block;
  }
}
@media (max-width: 767.9px) {
  .only_tablet {
    display: none;
  }
}

.clearfix::after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}

.flex {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

a:hover {
  opacity: 0.75;
}

@media (min-width: 767.9px) {
  a[href*="tel:"] {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
}
.inner {
  width: 95%;
  margin: 0 auto;
  max-width: 1000px;
}
@media (max-width: 767.9px) {
  .inner {
    width: 100%;
    max-width: 100%;
  }
}

.bg_grey {
  background-color: #f8f8f8;
  border-radius: clamp(3rem, 2.7777777778vw + 1.6666666667rem, 3.75rem) 0 clamp(3rem, 2.7777777778vw + 1.6666666667rem, 3.75rem) 0;
}
@media (max-width: 767.9px) {
  .bg_grey {
    border-radius: 0.6666666667rem 0 0.6666666667rem 0;
  }
}

.title_h1 {
  font-size: clamp(2.1rem, 1.9444444444vw + 1.1666666667rem, 2.625rem);
}

.title_h2 {
  position: relative;
  padding-bottom: clamp(0.7rem, 0.6481481481vw + 0.3888888889rem, 0.875rem);
  font-size: clamp(1.2rem, 1.1111111111vw + 0.6666666667rem, 1.5rem);
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.05rem;
}
.title_h2::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: clamp(2rem, 1.8518518519vw + 1.1111111111rem, 2.5rem);
  height: clamp(0.25rem, 0.2314814815vw + 0.1388888889rem, 0.3125rem);
  background-color: #e34e23;
  content: "";
  transform: translateX(-50%);
}

/* For Mobile */
@media (max-width: 767.9px) {
  .title_h2 {
    padding-bottom: 0.1444444444rem;
    font-size: 0.3777777778rem;
    letter-spacing: -0.0055555556rem;
  }
  .title_h2::after {
    width: 0.4444444444rem;
    height: 0.0555555556rem;
  }
}
.title_h3 {
  font-size: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
  font-weight: 700;
}
@media (max-width: 767.9px) {
  .title_h3 {
    font-size: 0.2888888889rem;
  }
}

.title_h4 {
  font-size: clamp(0.9rem, 0.8333333333vw + 0.5rem, 1.125rem);
  font-weight: 700;
}
@media (max-width: 767.9px) {
  .title_h4 {
    font-size: 0.2222222222rem;
  }
}

.page_title_h2 {
  color: #e34e23;
  font-size: clamp(2.1rem, 1.9444444444vw + 1.1666666667rem, 2.625rem);
  font-weight: 500;
  letter-spacing: -0.25rem;
}
@media (max-width: 767.9px) {
  .page_title_h2 {
    font-size: 0.4666666667rem;
    letter-spacing: -0.0016666667rem;
  }
}

.text_lg {
  font-size: clamp(0.9rem, 0.8333333333vw + 0.5rem, 1.125rem);
}
@media (max-width: 767.9px) {
  .text_lg {
    font-size: 0.2888888889rem;
  }
}
.text_lg.green {
  color: #3f961c;
}
.text_lg.orange {
  color: #e34e23;
}

.text_base {
  font-size: clamp(0.8rem, 0.7407407407vw + 0.4444444444rem, 1rem);
}
@media (max-width: 767.9px) {
  .text_base {
    font-size: 0.2666666667rem;
  }
}
.text_base.green {
  color: #3f961c;
}

.t_left {
  text-align: left;
}

.t_center {
  text-align: center;
}

.t_right {
  text-align: right;
}

.green {
  color: #3f961c;
}

.orange {
  color: #e34e23;
}

.bold {
  font-weight: 700;
}

.red {
  color: #e72a1a;
}

.btn_mod {
  line-height: 1.2;
  border: clamp(0.1rem, 0.0925925926vw + 0.0555555556rem, 0.125rem) solid #ea8a21;
  background-color: #ffffff;
  text-align: left;
  letter-spacing: -0.05rem;
  border-radius: clamp(0.9rem, 0.8333333333vw + 0.5rem, 1.125rem);
}
.btn_mod span {
  display: block;
  position: relative;
  color: #333333;
  font-size: clamp(0.8rem, 0.7407407407vw + 0.4444444444rem, 1rem);
  font-weight: 700;
}
.btn_mod span::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: clamp(0.9rem, 0.8333333333vw + 0.5rem, 1.125rem);
  height: clamp(0.9rem, 0.8333333333vw + 0.5rem, 1.125rem);
  background: url("../../images/common/arrow_btn_mod.png") no-repeat center;
  background-size: cover;
  content: "";
  transform: translateY(-50%);
}

/* For Mobile */
@media (max-width: 767.9px) {
  .btn_mod {
    border: 0.0222222222rem solid #ea8a21;
    letter-spacing: -0.0055555556rem;
    border-radius: 0.2555555556rem;
  }
  .btn_mod span {
    font-size: 0.2222222222rem;
  }
  .btn_mod span::after {
    width: 0.2222222222rem;
    height: 0.2222222222rem;
    background-size: cover;
  }
}
.shadow {
  box-shadow: 0 0 14px 3px rgba(219, 219, 219, 0.75);
  -webkit-box-shadow: 0 0 14px 3px rgba(219, 219, 219, 0.75);
  -moz-box-shadow: 0 0 14px 3px rgba(219, 219, 219, 0.75);
}

.mb20 {
  margin-bottom: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
}

.mb30 {
  margin-bottom: clamp(1.5rem, 1.3888888889vw + 0.8333333333rem, 1.875rem);
}

.mb0 {
  margin-bottom: 0 !important;
}

/* For Mobile */
@media (max-width: 767.9px) {
  body {
    font-size: 0.12rem;
  }
  .mb20 {
    margin-bottom: 0.2222222222rem;
  }
  .mb30 {
    margin-bottom: 0.3333333333rem;
  }
}
/* mv title */
.mv_text {
  position: absolute;
  top: 34.6%;
  left: calc((100% - clamp(50rem, 46.2962962963vw + 27.7777777778rem, 62.5rem)) / 2);
  z-index: 10;
}
.mv_text span {
  display: inline-block;
  position: relative;
  z-index: 2;
  line-height: 1;
  overflow: hidden;
  margin-bottom: clamp(0.25rem, 0.2314814815vw + 0.1388888889rem, 0.3125rem);
  padding: clamp(0.8rem, 0.7407407407vw + 0.4444444444rem, 1rem) clamp(0.9rem, 0.8333333333vw + 0.5rem, 1.125rem);
  background: #ffffff;
  color: transparent;
  font-size: clamp(2.1rem, 1.9444444444vw + 1.1666666667rem, 2.625rem);
  font-weight: 700;
  letter-spacing: -0.1rem;
  opacity: 0;
}
.mv_text span::before {
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  left: 0%;
  z-index: 1;
  background-color: #ffffff;
  content: "";
  animation-fill-mode: forwards;
}
.mv_text.txt_animate span {
  animation: fadeInText 2s ease-in-out forwards;
}
.mv_text.txt_animate span::before {
  animation: intro 2s ease-in-out forwards;
}
.mv_text.txt_animate span:nth-child(1) {
  animation-delay: 0.3s;
}
.mv_text.txt_animate span:nth-child(1)::before {
  animation-delay: 0.3s;
}
.mv_text.txt_animate span:nth-child(2) {
  animation-delay: 0.5s;
}
.mv_text.txt_animate span:nth-child(2)::before {
  animation-delay: 0.5s;
}
.mv_text.txt_animate span:nth-child(3) {
  animation-delay: 0.3s;
}
.mv_text.txt_animate span:nth-child(3)::before {
  animation-delay: 0.3s;
}

/* For Tablet */
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .mv_text {
    left: 8%;
  }
}
/* For Mobile */
@media (max-width: 767.9px) {
  .mv_text {
    top: 28%;
    left: 3%;
  }
  .mv_text span {
    margin-bottom: 0.1rem;
    padding: 0.1111111111rem 0.1555555556rem;
    font-size: 0.3777777778rem;
    letter-spacing: 0.0111111111rem;
  }
}
@keyframes fadeInText {
  0% {
    background: none;
    color: transparent;
    opacity: 0;
  }
  50% {
    background: none;
    color: transparent;
    opacity: 0;
  }
  100% {
    background: linear-gradient(to right, rgba(227, 78, 35, 0.8), rgba(251, 187, 59, 0.8));
    color: #ffffff;
    opacity: 1;
  }
}
@keyframes intro {
  0% {
    right: 100%;
    left: 0%;
  }
  50% {
    right: 0%;
    left: 0%;
  }
  100% {
    right: 0%;
    left: 100%;
  }
}
/* MV Section */
.sec_mv_mod {
  position: relative;
}
.sec_mv_mod .mv_text {
  top: 52%;
}
.sec_mv_mod .slide {
  width: 100%;
  height: clamp(20.75rem, 19.212962963vw + 11.5277777778rem, 25.9375rem);
  overflow: hidden;
  border-radius: 0 0 0 clamp(4.5rem, 4.1666666667vw + 2.5rem, 5.625rem);
}
.sec_mv_mod .slide img {
  width: 100%;
  height: 100%;
  border-radius: 0 0 0 clamp(4.5rem, 4.1666666667vw + 2.5rem, 5.625rem);
  object-fit: cover;
}

/* For Mobile */
@media (max-width: 767.9px) {
  .sec_mv_mod .slide {
    height: 5.0666666667rem;
    border-radius: 0 0 0 1rem;
  }
  .sec_mv_mod .slide img {
    border-radius: 0 0 0 1rem;
  }
}
/* Breadcrumb Section */
.breadcrumb {
  padding: clamp(0.55rem, 0.5092592593vw + 0.3055555556rem, 0.6875rem) 0;
}
.breadcrumb li {
  margin-right: clamp(0.25rem, 0.2314814815vw + 0.1388888889rem, 0.3125rem);
  font-size: clamp(0.7rem, 0.6481481481vw + 0.3888888889rem, 0.875rem);
  font-weight: 700;
}
.breadcrumb li a,
.breadcrumb li span {
  font-weight: 500;
}
.breadcrumb li a {
  color: #333333;
}

/* For Mobile */
@media (max-width: 767.9px) {
  .breadcrumb {
    padding: 0.2333333333rem 0;
  }
  .breadcrumb li {
    margin-right: 0.0555555556rem;
    font-size: 0.2555555556rem;
  }
}
/* External Link */
.external {
  position: relative;
  padding-right: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
  color: #333333;
  text-decoration: underline;
}
.external::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
  height: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
  background: url("../../images/common/list_icon.svg") no-repeat center;
  background-size: clamp(0.7rem, 0.6481481481vw + 0.3888888889rem, 0.875rem) auto;
  content: "";
}
.external.orange::after {
  background: url("../../images/common/list_icon_orange.svg") no-repeat center;
  background-size: clamp(0.7rem, 0.6481481481vw + 0.3888888889rem, 0.875rem) auto;
}

/* For Mobile */
@media (max-width: 767.9px) {
  .external {
    padding-right: 0.2222222222rem;
  }
  .external::after {
    width: 0.2222222222rem;
    height: 0.2222222222rem;
    background-size: 0.1555555556rem auto;
  }
  .external.orange::after {
    background: url("../../images/common/list_icon_orange.svg") no-repeat center;
    background-size: 0.1555555556rem auto;
  }
}
/* PDF Link */
.pdf {
  position: relative;
  padding-right: clamp(1.4rem, 1.2962962963vw + 0.7777777778rem, 1.75rem);
  color: #333333;
  text-decoration: underline;
}
.pdf::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: clamp(1.1rem, 1.0185185185vw + 0.6111111111rem, 1.375rem);
  height: clamp(1.1rem, 1.0185185185vw + 0.6111111111rem, 1.375rem);
  background: url("../../images/common/icon_pdf.png") no-repeat center;
  background-size: clamp(1.1rem, 1.0185185185vw + 0.6111111111rem, 1.375rem) auto;
  content: "";
}

/* For Mobile */
@media (max-width: 767.9px) {
  .pdf {
    padding-right: 0.3111111111rem;
  }
  .pdf::after {
    width: 0.2444444444rem;
    height: 0.2444444444rem;
    background-size: 0.2444444444rem auto;
  }
}

/*# sourceMappingURL=module.css.map */
