@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: 350px !important;
}

.fv-img_w {
  width: 25%;
}

.fv-w43 {
  width: 43%;
}

.fv-w47 {
  width: 47%;
}

.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;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}

.text-deco::after {
  margin-left: 12px;
  -webkit-transform: rotate(25deg);
          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%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-sizing: border-box;
          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%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-sizing: border-box;
          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(12px, 2vw, 18px);
}

.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(13px, 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: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #28e101));
  background: linear-gradient(transparent 70%, #28e101 70%);
}

.role-marker_blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #6ad0f7));
  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;
}

.banner-icon {
  width: 240px;
}

.z-index1000 {
  z-index: 1000;
}

@media (min-width: 768px) {
  .banner-icon {
    width: 295px;
  }
}

.banner-close {
  top: -2px;
  left: 225px;
  padding: 4px 10px 6px 10px;
  border: none;
  background-color: #f8f8f8;
  border-radius: 25px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 7px #ccc;
  box-shadow: 0 0 7px #ccc;
}

@media (min-width: 768px) {
  .banner-close {
    left: 256px;
  }
}

.right10 {
  right: 10px;
}

.tb01 th,
.tb01 td {
  padding: 10px;
  border: solid 1px #cccccc;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tb01 th {
  background: #999999;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .tb01 .head {
    display: none;
  }
  .tb01 {
    width: 100%;
  }
  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  table.tb01 td:first-child {
    background: #999999;
    color: #fff;
    font-weight: bold;
  }
  .tb01 tr:last-child {
    border-bottom: solid 1px #ccc;
  }
}
/*# sourceMappingURL=base.css.map */