@charset "utf-8";

/* -----------------------------------------------------------------
 setting・上書き
----------------------------------------------------------------- */
.cmn_breadcrumb::before {
  background: var(--color_accent_orange);
}
/* -----------------------------------------------------------------
 背景ラインアニメーション
----------------------------------------------------------------- */
/*--------------- deco_item01 ---------------*/
#wrap_deco_item01 {
  position: absolute;
  overflow: hidden;
  width: 100vw !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#box_deco_item01 {
  position: absolute;
  left: 55vw;
}
#deco_item01 {
  width: 710px;
}
@media screen and (max-width: 767px) {
  #box_deco_item01 {
    width: 298px;
  }
  #deco_item01 {
    width: 298px;
  }

}
@media print, screen and (min-width: 768px) {
  #box_deco_item01 {
    left: auto;
    right: min(calc((100vw - 1920px) * 0.2), 0px);
    width: 710px;
  }
  #deco_item01 {
    width: 710px;
  }
}


/*--------------- deco_item07 ---------------*/
#box_deco_item07 {
  width: max(1920px,100vw);
  aspect-ratio: 1920 / 430;
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
}
#deco_item07 {
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #box_deco_item07 {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  #box_deco_item07 {
    top: -18rem;
  }
}
@media screen and (min-width: 901px) and (max-width: 1200px) {
  #box_deco_item07 {
    top: -11rem;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1500px) {
  #box_deco_item07 {
    top: -7rem;
  }
}
@media print, screen and (min-width: 1501px) {
  #box_deco_item07 {
    top: -3rem;
  }
}

/*--------------- deco_item06 ---------------*/
#wrap_deco_item06 {
  position: absolute;
  overflow: hidden;
  top: -20rem;
  bottom: -30rem;
  left: 0;
  right: 0;
}
#box_deco_item06 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#deco_item06 {
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #box_deco_item06 {
    width: max(800px,100vw);
  }
}
@media print, screen and (min-width: 768px) {
  #box_deco_item06 {
    width: 100vw;
  }
}

/*--------------- deco_item05 ---------------*/
#wrap_deco_item05 {
  position: absolute;
  overflow: hidden;
  top:0;
  bottom: -30rem;
  left: 0;
  right: 0;
}

#box_deco_item05 {
  position: absolute;
  top: 5rem;
  left: 50%;
  transform: translateX(-50%);
}
#deco_item05 {
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #box_deco_item05 {
    width: max(800px,100vw);
  }
}
@media print, screen and (min-width: 768px) {
  #box_deco_item05 {
    width: 100vw;
  }
}


/* -----------------------------------------------------------------
 sec_intro
----------------------------------------------------------------- */
.sec_intro {
  position: relative;
  margin-top: var(--margin_size_100);
}
.sec_intro .image {
  border-radius: var(--margin_size_60);
  overflow: hidden;
}
.sec_intro .cmn_box_title01 {
  display: flex;
  margin-top: var(--margin_size_100);
}
.sec_intro .cmn_box_title01::after {
  position: relative;
  top: auto;
  left: auto;
  margin-top: -1.5rem;
}
.sec_intro .box_cont p {
  margin-top: 2em;
  line-height: 1.7;
}
.sec_intro .sign {
  display: flex;
  justify-content: flex-end;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .sec_intro .box_title .title {
    font-size: 1.83rem;
  }
  .sec_intro .sign img {
    width: 14rem;
  }
}
@media print, screen and (min-width: 768px) {
  .sec_intro .cmn_box_title01::after {
  }
  .sec_intro .box_cont p {
    line-height: 2.5;
  }
}
@media (hover: hover) and (pointer: fine) {
}


