@charset "UTF-8";
@font-face {
  font-family: "Adobe Handwriting";
  font-weight: normal;
  font-style: italic;
  src: url(../../asset/webfonts/AdobeHandwriting-Ernie.ttf) format("truetype");
}
@font-face {
  font-family: "Shippori Mincho B1", serif;
  font-weight: bold;
  font-style: normal;
  src: url(../../asset/webfonts/ShipporiMinchoB1-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "irohamaru", serif;
  font-weight: normal;
  font-style: normal;
  src: url(../../asset/webfonts/irohamaru-Medium.ttf) format("truetype");
}
body {
  background-color: #fff;
  font-size: 14px;
  height: 100%;
  color: #111111;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-style: normal;
  width: 100%;
  margin: 0 auto;
}

html, body, head {
  overflow-x: clip;
}

/*TOPページ*/
.fv-img {
  height: 620px !important;
}

@media screen and (min-width: 700px) {
  .fv-img {
    height: 900px !important;
  }
}
.fv-img_w {
  width: 25%;
}

.fv-w43 {
  width: 43%;
}

.fv-w47 {
  width: 47%;
}

.fv-position {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%, -5%);
  -webkit-transform: translate(-50%, -5%);
  -ms-transform: translate(-50%, -5%);
  width: 90%;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .fv-position {
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translate(-15%, -50%);
    -webkit-transform: translate(-15%, -50%);
    -ms-transform: translate(-15%, -50%);
    width: auto;
    text-align: left;
  }
}
.fv-copy {
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  width: 32px;
}

@media screen and (min-width: 992px) {
  .fv-copy {
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    width: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .fv-copy {
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    width: auto;
  }
}
.fv-waku01 {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px 10px 5px 10px;
}

@media screen and (min-width: 992px) {
  .fv-waku01 {
    padding: 20px 20px 10px 20px;
  }
}
.bg {
  background-color: rgba(255, 255, 255, 0.7);
}

.btn-box {
  top: -45px;
}

.text-deco::before,
.text-deco::after {
  content: "";
  width: 3px;
  height: 30px;
  background-color: #111;
}

.text-deco::before {
  margin-right: 12px;
  transform: rotate(-25deg);
}

.text-deco::after {
  margin-left: 12px;
  transform: rotate(25deg);
}

.border-dashed01 {
  border-bottom: 3px solid #111111;
}

.border-dashed02 {
  border-bottom: 2px solid #111111;
}

.border-dashed03 {
  border-top: 3px solid #111111;
}

.border-dashed04 {
  border-bottom: 1px solid #ffffff;
}

.img-position_01 {
  top: 10px;
}

.img-position_02 {
  top: 30px;
}

.arrow-white::before {
  position: absolute;
  content: "";
  bottom: -5%;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  border-right: 30vw solid transparent;
  border-left: 30vw solid transparent;
  border-top: 50px solid #fff;
}

.arrow-orange::before {
  position: absolute;
  content: "";
  bottom: -5%;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  border-right: 30vw solid transparent;
  border-left: 30vw solid transparent;
  border-top: 50px solid #fff;
  border-top: 50px solid #FF9427;
}

.text01 {
  font-size: clamp(14px, 2vw, 26px);
}

.text02 {
  font-size: clamp(14px, 2vw, 24px);
}

.text03 {
  font-size: clamp(20px, 2vw, 30px);
}

.text04 {
  font-size: clamp(16px, 2vw, 20px);
}

.text05 {
  font-size: clamp(14px, 1.5vw, 20px);
}

.text06 {
  font-size: clamp(16px, 1.7vw, 22px);
}

.text07 {
  font-size: clamp(14px, 2vw, 18px);
}

.small {
  font-size: clamp(13px, 2vw, 18px);
}

.role-w33-w43 {
  width: 43%;
}

.role-w43 {
  width: 43%;
}

.role-marker_green {
  background: linear-gradient(transparent 70%, #28e101 70%);
}

.role-marker_blue {
  background: linear-gradient(transparent 70%, #6ad0f7 70%);
}

.data_area {
  top: 34px;
}

.data_box {
  background-color: #fff;
  border: #00AAEB 5px solid;
  font-size: 19px;
}

.data_box-point01::after {
  position: absolute;
  content: "";
  top: 22%;
  left: 0%;
  width: 100%;
  height: 30px;
  background-image: url(../img/point01.png);
  background-position: 30% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.data_text {
  padding: 40px 5px 20px;
}

.data_text-point02 {
  font-size: 16px;
  padding-left: 35px;
}
.data_text-point02::after {
  position: absolute;
  content: "";
  top: -8%;
  left: 0%;
  width: 100%;
  height: 30px;
  background-image: url(../img/point02.png);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.accordion-button::after {
  background-image: url(../img/plus.png) !important;
}/*# sourceMappingURL=base.css.map */