@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
/* line 264, ../sass/_variables.scss */
.stripe {
  background: -webkit-repeating-linear-gradient(-45deg, #cce7ff 0, #cce7ff 5px, #e9f4ff 5px, #e9f4ff 10px);
  background: repeating-linear-gradient(-45deg, #cce7ff 0, #cce7ff 5px, #e9f4ff 5px, #e9f4ff 10px);
}

/* line 267, ../sass/_variables.scss */
.stripe2 {
  background: -webkit-repeating-linear-gradient(-90deg, #eef 0, #eef 5px, #fff 5px, #fff 10px);
  background: repeating-linear-gradient(-90deg, #eef 0, #eef 5px, #fff 5px, #fff 10px);
}

/* line 9, ../sass/_interactions.scss */
.ui-arrow-1 {
  position: relative;
  width: 30px;
  height: 30px;
  border: none;
  background-color: transparent;
}
/* line 15, ../sass/_interactions.scss */
.ui-arrow-1:before, .ui-arrow-1:after {
  content: '';
  background-color: #333;
  position: absolute;
  top: 50%;
  width: 1px;
  height: calc(70% - 1px);
  margin-top: -35%;
}
/* line 25, ../sass/_interactions.scss */
.ui-arrow-1:before {
  left: 50%;
  margin-left: -25%;
  transform: rotate(-45deg);
}
/* line 30, ../sass/_interactions.scss */
.ui-arrow-1:after {
  right: 50%;
  margin-right: -25%;
  transform: rotate(45deg);
}
/* line 35, ../sass/_interactions.scss */
.ui-arrow-1:before, .ui-arrow-1:after {
  transition: transform 0.34s ease;
}
/* line 40, ../sass/_interactions.scss */
.ui-arrow-1.is-active:before {
  transform: rotate(45deg);
}
/* line 43, ../sass/_interactions.scss */
.ui-arrow-1.is-active:after {
  transform: rotate(-45deg);
}

/* line 48, ../sass/_interactions.scss */
.ui-arrow-2 {
  position: relative;
  width: 30px;
  height: 30px;
  border: none;
  background-color: transparent;
  transition: transform 0.3s ease;
}
/* line 55, ../sass/_interactions.scss */
.ui-arrow-2:before, .ui-arrow-2:after {
  content: '';
  background-color: #333;
  position: absolute;
  top: 50%;
  width: 1px;
  height: calc(70% - 1px);
  margin-top: -35%;
}
/* line 65, ../sass/_interactions.scss */
.ui-arrow-2:before {
  left: 50%;
  margin-left: -25%;
  transform: rotate(-45deg);
}
/* line 70, ../sass/_interactions.scss */
.ui-arrow-2:after {
  right: 50%;
  margin-right: -25%;
  transform: rotate(45deg);
}
/* line 75, ../sass/_interactions.scss */
.ui-arrow-2.is-active {
  transform: rotate(-180deg);
}

/* line 79, ../sass/_interactions.scss */
.ui-hamburger-1 {
  width: 30px;
  height: 26px;
  border: none;
  position: relative;
  background: linear-gradient(to bottom, #333333, #333333);
  background-size: 100% 20%;
  background-repeat: no-repeat;
  background-position: center center;
  transition: background-size 0.2s 0.25s ease;
  cursor: pointer;
}
/* line 90, ../sass/_interactions.scss */
.ui-hamburger-1:before, .ui-hamburger-1:after {
  height: 20%;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: #333;
  content: '';
  transition: transform 0.3s ease;
}
/* line 100, ../sass/_interactions.scss */
.ui-hamburger-1:before {
  top: 0;
  transform-origin: 9% 150%;
}
/* line 104, ../sass/_interactions.scss */
.ui-hamburger-1:after {
  bottom: 0;
  transform-origin: 9% -50%;
}
/* line 108, ../sass/_interactions.scss */
.ui-hamburger-1.is-active {
  background-size: 0 20%;
  transition-delay: 0s;
}
/* line 111, ../sass/_interactions.scss */
.ui-hamburger-1.is-active:before {
  transform: rotate(45deg);
  transition-delay: 0.15s;
}
/* line 115, ../sass/_interactions.scss */
.ui-hamburger-1.is-active:after {
  transform: rotate(-45deg);
  transition-delay: 0.15s;
}

/* line 121, ../sass/_interactions.scss */
.ui-hamburger-2 {
  width: 30px;
  height: 26px;
  border: none;
  position: relative;
  background: linear-gradient(to bottom, #333333, #333333);
  background-size: 100% 20%;
  background-repeat: no-repeat;
  background-position: center center;
  transition: background-size 0.2s 0.25s ease;
  cursor: pointer;
}
/* line 132, ../sass/_interactions.scss */
.ui-hamburger-2:before, .ui-hamburger-2:after {
  height: 20%;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: #333;
  content: '';
  transition: transform 0.3s ease;
}
/* line 142, ../sass/_interactions.scss */
.ui-hamburger-2:before {
  top: 0;
  transform-origin: 91% 150%;
}
/* line 146, ../sass/_interactions.scss */
.ui-hamburger-2:after {
  bottom: 0;
  transform-origin: 91% -50%;
}
/* line 150, ../sass/_interactions.scss */
.ui-hamburger-2.is-active {
  background-size: 0 20%;
  transition-delay: 0s;
}
/* line 153, ../sass/_interactions.scss */
.ui-hamburger-2.is-active:before {
  transform: rotate(-45deg);
  transition-delay: 0.15s;
}
/* line 157, ../sass/_interactions.scss */
.ui-hamburger-2.is-active:after {
  transform: rotate(45deg);
  transition-delay: 0.15s;
}

/* line 163, ../sass/_interactions.scss */
.ui-hamburger-3 {
  width: 30px;
  height: 26px;
  border: none;
  position: relative;
  background: linear-gradient(to bottom, #333333 50%, rgba(0, 0, 0, 0) 50%);
  background-size: 100% 40%;
  background-repeat-x: no-repeat;
  background-position: 0 0;
  cursor: pointer;
  transition: background-size 0.2s 0.45s ease;
}
/* line 174, ../sass/_interactions.scss */
.ui-hamburger-3:before, .ui-hamburger-3:after {
  height: 20%;
  width: 0;
  position: absolute;
  background-color: #333;
  content: '';
  transform: rotate(0);
  top: 40%;
  transition: transform 0.3s ease, width 0.3s 0.2s ease;
}
/* line 185, ../sass/_interactions.scss */
.ui-hamburger-3:before, .ui-hamburger-3:after {
  left: 0;
}
/* line 189, ../sass/_interactions.scss */
.ui-hamburger-3.is-active {
  background-size: 0 40%;
  transition-delay: 0s;
}
/* line 192, ../sass/_interactions.scss */
.ui-hamburger-3.is-active:before, .ui-hamburger-3.is-active:after {
  width: 100%;
  transition: width 0.3s 0.2s ease, transform 0.3s 0.4s ease;
}
/* line 197, ../sass/_interactions.scss */
.ui-hamburger-3.is-active:before {
  transform: rotate(-45deg);
}
/* line 200, ../sass/_interactions.scss */
.ui-hamburger-3.is-active:after {
  transform: rotate(45deg);
}

/* line 205, ../sass/_interactions.scss */
.ui-hamburger-4 {
  width: 30px;
  height: 26px;
  border: none;
  position: relative;
  background: linear-gradient(to bottom, #333333 50%, rgba(0, 0, 0, 0) 50%);
  background-size: 100% 40%;
  background-repeat-x: no-repeat;
  background-position: 0 0;
  cursor: pointer;
  transition: background-position 0.2s 0.45s ease;
}
/* line 216, ../sass/_interactions.scss */
.ui-hamburger-4:before, .ui-hamburger-4:after {
  height: 20%;
  width: 0;
  position: absolute;
  background-color: #333;
  content: '';
  transform: rotate(0);
  top: 40%;
  transition: transform 0.3s ease, width 0.3s 0.2s ease;
}
/* line 227, ../sass/_interactions.scss */
.ui-hamburger-4:before, .ui-hamburger-4:after {
  right: 0;
}
/* line 231, ../sass/_interactions.scss */
.ui-hamburger-4.is-active {
  background-position: 30px 0;
  transition-delay: 0s;
}
/* line 234, ../sass/_interactions.scss */
.ui-hamburger-4.is-active:before, .ui-hamburger-4.is-active:after {
  width: 100%;
  transition: width 0.3s 0.2s ease, transform 0.3s 0.4s ease;
}
/* line 239, ../sass/_interactions.scss */
.ui-hamburger-4.is-active:before {
  transform: rotate(-45deg);
}
/* line 242, ../sass/_interactions.scss */
.ui-hamburger-4.is-active:after {
  transform: rotate(45deg);
}

/* line 247, ../sass/_interactions.scss */
.ui-hamburger-5 {
  width: 30px;
  height: 26px;
  border: none;
  position: relative;
  background: linear-gradient(to bottom, #333333, #333333);
  background-size: 100% 20%;
  background-repeat: no-repeat;
  background-position: center center;
  transition: background-size 0.2s 0.25s ease;
  cursor: pointer;
  transition: background-size 0.3s 0.2s ease;
}
/* line 259, ../sass/_interactions.scss */
.ui-hamburger-5:before, .ui-hamburger-5:after {
  height: 20%;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: #333;
  content: '';
  transition: transform 0.3s ease;
}
/* line 269, ../sass/_interactions.scss */
.ui-hamburger-5:before {
  top: 0;
}
/* line 272, ../sass/_interactions.scss */
.ui-hamburger-5:after {
  bottom: 0;
}
/* line 275, ../sass/_interactions.scss */
.ui-hamburger-5:before, .ui-hamburger-5:after {
  transition: 0.3s ease;
}
/* line 279, ../sass/_interactions.scss */
.ui-hamburger-5.is-active {
  background-size: 0 0;
}
/* line 281, ../sass/_interactions.scss */
.ui-hamburger-5.is-active:before, .ui-hamburger-5.is-active:after {
  transition-delay: 0.3s;
}
/* line 285, ../sass/_interactions.scss */
.ui-hamburger-5.is-active:before {
  transform: translateY(200%) rotate(45deg);
}
/* line 288, ../sass/_interactions.scss */
.ui-hamburger-5.is-active:after {
  transform: translateY(-200%) rotate(-45deg);
}

/* line 293, ../sass/_interactions.scss */
.ui-hamburger-6 {
  width: 30px;
  height: 26px;
  border: none;
  position: relative;
  cursor: pointer;
}
/* line 299, ../sass/_interactions.scss */
.ui-hamburger-6:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, #333333 50%, rgba(0, 0, 0, 0) 50%);
  background-size: 100% 40%;
  background-repeat-x: no-repeat;
  background-position: 0 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
/* line 312, ../sass/_interactions.scss */
.ui-hamburger-6:after {
  width: 80%;
  height: 90%;
  top: 5%;
  left: 10%;
  content: '';
  position: absolute;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 40%, #333333 40%, #333333 60%, rgba(0, 0, 0, 0) 60%), linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, #333333 40%, #333333 60%, rgba(0, 0, 0, 0) 60%);
  transform: rotate(45deg) scale(0);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
/* line 324, ../sass/_interactions.scss */
.ui-hamburger-6.is-active:before {
  opacity: 0;
  transform: scale(0);
}
/* line 328, ../sass/_interactions.scss */
.ui-hamburger-6.is-active:after {
  transform: rotate(45deg) scale(1);
  opacity: 1;
  transition-delay: 0.3s ease;
}

/* line 334, ../sass/_interactions.scss */
.ui-plus-1 {
  position: relative;
  cursor: pointer;
  border: none;
  background-color: transparent;
  width: 30px;
  height: 30px;
}
/* line 341, ../sass/_interactions.scss */
.ui-plus-1:before, .ui-plus-1:after {
  content: "";
  height: 20%;
  width: 100%;
  background-color: #333;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10%;
}
/* line 352, ../sass/_interactions.scss */
.ui-plus-1:before {
  transform: rotate(90deg);
}
/* line 355, ../sass/_interactions.scss */
.ui-plus-1:before {
  transition: transform 0.3s ease;
}
/* line 358, ../sass/_interactions.scss */
.ui-plus-1.is-active:before {
  transform: rotate(0);
}

/* line 362, ../sass/_interactions.scss */
.ui-plus-2 {
  position: relative;
  cursor: pointer;
  border: none;
  background-color: transparent;
  width: 30px;
  height: 30px;
}
/* line 369, ../sass/_interactions.scss */
.ui-plus-2:before, .ui-plus-2:after {
  content: "";
  height: 20%;
  width: 100%;
  background-color: #333;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10%;
}
/* line 380, ../sass/_interactions.scss */
.ui-plus-2:before {
  transform: rotate(90deg);
}
/* line 383, ../sass/_interactions.scss */
.ui-plus-2:before {
  transition: transform 0.3s ease;
}
/* line 386, ../sass/_interactions.scss */
.ui-plus-2.is-active:before {
  transform: rotate(-180deg);
}

@-moz-keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
@-webkit-keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
/* line 422, ../sass/_interactions.scss */
.ui-loading-1 {
  padding: 15px 25px;
  color: #333;
  cursor: pointer;
  border: solid 1px #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}
/* line 432, ../sass/_interactions.scss */
.ui-loading-1:before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  background-color: #333;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
/* line 443, ../sass/_interactions.scss */
.ui-loading-1:after {
  content: '';
  border: solid 2px #fff;
  border-left-color: transparent;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  margin-top: -8px;
  margin-left: -8px;
  opacity: 0;
  transition: opacity 0.2s 0.1s ease;
}
/* line 458, ../sass/_interactions.scss */
.ui-loading-1.is-active:before {
  transform: scaleX(1);
}
/* line 461, ../sass/_interactions.scss */
.ui-loading-1.is-active:after {
  animation: rotation 0.5s infinite linear;
  opacity: 1;
}

@-moz-keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
@-webkit-keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
/* line 500, ../sass/_interactions.scss */
.ui-loading-2 {
  padding: 15px 25px;
  color: #333;
  cursor: pointer;
  border: solid 1px #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}

/* line 511, ../sass/_interactions.scss */
.ui-loading-2:before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  background-color: #333;
  transform: scaleY(0);
  transition: transform 0.3s ease;
}

/* line 522, ../sass/_interactions.scss */
.ui-loading-2:after {
  content: '';
  border: solid 2px #fff;
  border-left-color: transparent;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  margin-top: -8px;
  margin-left: -8px;
  opacity: 0;
  transition: opacity 0.2s 0.1s ease;
}

/* line 537, ../sass/_interactions.scss */
.ui-loading-2.is-active:before {
  transform: scaleY(1);
}

/* line 540, ../sass/_interactions.scss */
.ui-loading-2.is-active:after {
  animation: rotation 0.5s infinite linear;
  opacity: 1;
}

@-moz-keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
@-webkit-keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
/* line 577, ../sass/_interactions.scss */
.ui-loading-3 {
  padding: 15px 25px;
  color: #333;
  cursor: pointer;
  border: solid 1px #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}

/* line 588, ../sass/_interactions.scss */
.ui-loading-3:before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  background-color: #333;
  transform: translateX(-100%);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.1s 0.3s;
}

/* line 600, ../sass/_interactions.scss */
.ui-loading-3:after {
  content: '';
  border: solid 2px #fff;
  border-left-color: transparent;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  margin-top: -8px;
  margin-left: -8px;
  opacity: 0;
  transition: opacity 0.2s 0.1s ease;
}

/* line 615, ../sass/_interactions.scss */
.ui-loading-3.is-active:before {
  transition: opacity 0.3s ease;
  transform: translateX(0);
  opacity: 1;
}

/* line 620, ../sass/_interactions.scss */
.ui-loading-3.is-active:after {
  animation: rotation 0.5s infinite linear;
  opacity: 1;
}

/* line 625, ../sass/_interactions.scss */
.ui-toggle-1 {
  padding: 15px 25px;
  color: #333;
  cursor: pointer;
  border: solid 1px #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}

/* line 636, ../sass/_interactions.scss */
.ui-toggle-1:before {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  transition: transform 0.35s ease;
  z-index: -1;
  background-color: #333;
}

/* line 647, ../sass/_interactions.scss */
.ui-toggle-1.is-active {
  color: #fff;
}

/* line 650, ../sass/_interactions.scss */
.ui-toggle-1:before {
  transform: translateX(calc(-100% - 1px));
}

/* line 653, ../sass/_interactions.scss */
.ui-toggle-1.is-active:before {
  transform: translateX(0);
}

/* line 657, ../sass/_interactions.scss */
.ui-toggle-2 {
  padding: 15px 25px;
  color: #333;
  cursor: pointer;
  border: solid 1px #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}

/* line 668, ../sass/_interactions.scss */
.ui-toggle-2:before {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  transition: transform 0.35s ease;
  z-index: -1;
  background-color: #333;
}

/* line 679, ../sass/_interactions.scss */
.ui-toggle-2.is-active {
  color: #fff;
}

/* line 682, ../sass/_interactions.scss */
.ui-toggle-2:before {
  transform: translateX(calc(100% + 1px));
}

/* line 685, ../sass/_interactions.scss */
.ui-toggle-2.is-active:before {
  transform: translateX(0);
}

/* line 689, ../sass/_interactions.scss */
.ui-toggle-3 {
  padding: 15px 25px;
  color: #333;
  cursor: pointer;
  border: solid 1px #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}

/* line 700, ../sass/_interactions.scss */
.ui-toggle-3:before {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  transition: transform 0.35s ease;
  z-index: -1;
  background-color: #333;
}

/* line 711, ../sass/_interactions.scss */
.ui-toggle-3.is-active {
  color: #fff;
}

/* line 714, ../sass/_interactions.scss */
.ui-toggle-3:before {
  transform: translateY(-100%);
}

/* line 717, ../sass/_interactions.scss */
.ui-toggle-3.is-active:before {
  transform: translateY(0);
}

/* line 721, ../sass/_interactions.scss */
.ui-toggle-4 {
  padding: 15px 25px;
  color: #333;
  cursor: pointer;
  border: solid 1px #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}

/* line 732, ../sass/_interactions.scss */
.ui-toggle-4:before {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  transition: transform 0.35s ease;
  z-index: -1;
  background-color: #333;
}

/* line 743, ../sass/_interactions.scss */
.ui-toggle-4.is-active {
  color: #fff;
}

/* line 746, ../sass/_interactions.scss */
.ui-toggle-4:before {
  transform: translateY(100%);
}

/* line 749, ../sass/_interactions.scss */
.ui-toggle-4.is-active:before {
  transform: translateY(0);
}

/* line 753, ../sass/_interactions.scss */
.ui-toggle-5 {
  padding: 15px 25px;
  color: #333;
  cursor: pointer;
  border: solid 1px #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}

/* line 764, ../sass/_interactions.scss */
.ui-toggle-5:before,
.ui-toggle-5:after {
  position: absolute;
  content: '';
  background-color: #333;
  width: 50%;
  top: 0;
  height: 100%;
  transition: transform 0.3s ease;
  z-index: -1;
}

/* line 775, ../sass/_interactions.scss */
.ui-toggle-5:before {
  left: 0;
  transform: translateX(-100%);
}

/* line 779, ../sass/_interactions.scss */
.ui-toggle-5:after {
  right: 0;
  transform: translateX(100%);
}

/* line 783, ../sass/_interactions.scss */
.ui-toggle-5.is-active {
  color: #fff;
}

/* line 786, ../sass/_interactions.scss */
.ui-toggle-5.is-active:before,
.ui-toggle-5.is-active:after {
  transform: translateX(0);
}

/* line 791, ../sass/_interactions.scss */
.ui-toggle-6 {
  padding: 15px 25px;
  color: #333;
  cursor: pointer;
  border: solid 1px #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}

/* line 802, ../sass/_interactions.scss */
.ui-toggle-6:before,
.ui-toggle-6:after {
  position: absolute;
  content: '';
  background-color: #333;
  width: 100%;
  left: 0;
  height: 50%;
  transition: transform 0.3s ease;
  z-index: -1;
}

/* line 813, ../sass/_interactions.scss */
.ui-toggle-6:before {
  top: 0;
  transform: translateY(-100%);
}

/* line 817, ../sass/_interactions.scss */
.ui-toggle-6:after {
  bottom: 0;
  transform: translateY(100%);
}

/* line 821, ../sass/_interactions.scss */
.ui-toggle-6.is-active {
  color: #fff;
}

/* line 824, ../sass/_interactions.scss */
.ui-toggle-6.is-active:before,
.ui-toggle-6.is-active:after {
  transform: translateY(0);
}

/* line 829, ../sass/_interactions.scss */
.ui-toggle-7 {
  padding: 15px 25px;
  color: #333;
  cursor: pointer;
  border: solid 1px #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}

/* line 840, ../sass/_interactions.scss */
.ui-toggle-7:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  transition: transform 0.35s ease;
  z-index: -1;
  background-color: #333;
  left: 0;
  top: 0;
  transform-origin: top left;
  transform: rotate(-90deg);
}

/* line 853, ../sass/_interactions.scss */
.ui-toggle-7.is-active {
  color: #fff;
}

/* line 856, ../sass/_interactions.scss */
.ui-toggle-7.is-active:before {
  transform: rotate(0);
}

/* line 860, ../sass/_interactions.scss */
.ui-toggle-8 {
  padding: 15px 25px;
  color: #333;
  cursor: pointer;
  border: solid 1px #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}

/* line 871, ../sass/_interactions.scss */
.ui-toggle-8:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  transition: transform 0.35s ease;
  z-index: -1;
  background-color: #333;
  left: 0;
  top: 0;
  transform-origin: top left;
  transform: rotate(90deg);
}

/* line 884, ../sass/_interactions.scss */
.ui-toggle-8.is-active {
  color: #fff;
}

/* line 887, ../sass/_interactions.scss */
.ui-toggle-8.is-active:before {
  transform: rotate(0);
}

/* line 891, ../sass/_interactions.scss */
.ui-toggle-9 {
  padding: 15px 25px;
  color: #333;
  cursor: pointer;
  border: solid 1px #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}

/* line 902, ../sass/_interactions.scss */
.ui-toggle-9:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  transition: transform 0.35s ease;
  z-index: -1;
  background-color: #333;
  left: 0;
  bottom: 0;
  transform-origin: bottom left;
  transform: rotate(-90deg);
}

/* line 915, ../sass/_interactions.scss */
.ui-toggle-9.is-active {
  color: #fff;
}

/* line 918, ../sass/_interactions.scss */
.ui-toggle-9.is-active:before {
  transform: rotate(0);
}

/* line 922, ../sass/_interactions.scss */
.ui-toggle-10 {
  padding: 15px 25px;
  color: #333;
  cursor: pointer;
  border: solid 1px #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}

/* line 933, ../sass/_interactions.scss */
.ui-toggle-10:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  transition: transform 0.35s ease;
  z-index: -1;
  background-color: #333;
  left: 0;
  bottom: 0;
  transform-origin: bottom left;
  transform: rotate(90deg);
}

/* line 946, ../sass/_interactions.scss */
.ui-toggle-10.is-active {
  color: #fff;
}

/* line 949, ../sass/_interactions.scss */
.ui-toggle-10.is-active:before {
  transform: rotate(0);
}

/* line 953, ../sass/_interactions.scss */
.ui-toggle-11 {
  padding: 15px 25px;
  color: #333;
  cursor: pointer;
  border: solid 1px #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}

/* line 964, ../sass/_interactions.scss */
.ui-toggle-11:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  transition: transform 0.35s ease;
  z-index: -1;
  background-color: #333;
  right: -1px;
  width: calc(100% + 1px);
  top: 0;
  transform-origin: top right;
  transform: rotate(-90deg);
}

/* line 978, ../sass/_interactions.scss */
.ui-toggle-11.is-active {
  color: #fff;
}

/* line 981, ../sass/_interactions.scss */
.ui-toggle-11.is-active:before {
  transform: rotate(0);
}

/* line 985, ../sass/_interactions.scss */
.ui-toggle-12 {
  padding: 15px 25px;
  color: #333;
  cursor: pointer;
  border: solid 1px #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}

/* line 996, ../sass/_interactions.scss */
.ui-toggle-12:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  transition: transform 0.35s ease;
  z-index: -1;
  background-color: #333;
  right: 0;
  top: -1px;
  height: calc(100% + 1px);
  transform-origin: top right;
  transform: rotate(90deg);
}

/* line 1010, ../sass/_interactions.scss */
.ui-toggle-12.is-active {
  color: #fff;
}

/* line 1013, ../sass/_interactions.scss */
.ui-toggle-12.is-active:before {
  transform: rotate(0);
}

/* line 1017, ../sass/_interactions.scss */
.ui-toggle-13 {
  padding: 15px 25px;
  color: #333;
  cursor: pointer;
  border: solid 1px #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}

/* line 1028, ../sass/_interactions.scss */
.ui-toggle-13:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  transition: transform 0.35s ease;
  z-index: -1;
  background-color: #333;
  right: 0;
  bottom: -1px;
  height: calc(100% + 1px);
  transform-origin: bottom right;
  transform: rotate(-90deg);
}

/* line 1042, ../sass/_interactions.scss */
.ui-toggle-13.is-active {
  color: #fff;
}

/* line 1045, ../sass/_interactions.scss */
.ui-toggle-13.is-active:before {
  transform: rotate(0);
}

/* line 1049, ../sass/_interactions.scss */
.ui-toggle-14 {
  padding: 15px 25px;
  color: #333;
  cursor: pointer;
  border: solid 1px #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}

/* line 1060, ../sass/_interactions.scss */
.ui-toggle-14:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  transition: transform 0.35s ease;
  z-index: -1;
  background-color: #333;
  right: -1px;
  bottom: 0;
  width: calc(100% + 1px);
  transform-origin: bottom right;
  transform: rotate(90deg);
}

/* line 1074, ../sass/_interactions.scss */
.ui-toggle-14.is-active {
  color: #fff;
}

/* line 1077, ../sass/_interactions.scss */
.ui-toggle-14.is-active:before {
  transform: rotate(0);
}

/* line 1081, ../sass/_interactions.scss */
.ui-toggle-15 {
  padding: 15px 25px;
  color: #333;
  cursor: pointer;
  border: solid 1px #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}

/* line 1092, ../sass/_interactions.scss */
.ui-toggle-15:before,
.ui-toggle-15:after {
  top: 0;
  position: absolute;
  width: calc(50% + 21px);
  height: 100%;
  content: '';
  background-color: #333;
  transition: transform 0.35s ease;
  z-index: -1;
}

/* line 1103, ../sass/_interactions.scss */
.ui-toggle-15:before {
  left: 0;
  transform: skewX(-20deg) translateX(calc(-100% - 20px));
}

/* line 1107, ../sass/_interactions.scss */
.ui-toggle-15:after {
  right: 0;
  transform: skewX(-20deg) translateX(calc(100% + 20px));
}

/* line 1111, ../sass/_interactions.scss */
.ui-toggle-15.is-active {
  color: #fff;
}

/* line 1114, ../sass/_interactions.scss */
.ui-toggle-15.is-active:before {
  transform: skewX(-20deg) translateX(-20px);
}

/* line 1117, ../sass/_interactions.scss */
.ui-toggle-15.is-active:after {
  transform: skewX(-20deg) translateX(20px);
}

/* Box sizing rules */
/* Box sizingの定義 */
/* line 3, ../sass/_reset.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
/* デフォルトのpaddingを削除 */
/* line 11, ../sass/_reset.scss */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
/* デフォルトのmarginを削除 */
/* line 18, ../sass/_reset.scss */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
/* bodyのデフォルトを定義 */
/* line 37, ../sass/_reset.scss */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.6;
  background-color: #FFF4D3;
}

/* Remove list styles on ul, ol elements with a class attribute */
/* class属性を持つul、ol要素のリストスタイルを削除 */
/* line 47, ../sass/_reset.scss */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
/* classを持たない要素はデフォルトのスタイルを取得 */
/* line 54, ../sass/_reset.scss */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
/* img要素の扱いを簡単にする */
/* line 60, ../sass/_reset.scss */
img {
  max-width: 100%;
  vertical-align: top;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
/* article要素内の要素に自然な流れとリズムを定義 */
/* line 69, ../sass/_reset.scss */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
/* inputやbuttonなどのフォントは継承を定義 */
/* line 75, ../sass/_reset.scss */
input,
button,
textarea,
select {
  font: inherit;
}

/* JS object fit images 用 */
/* line 83, ../sass/_reset.scss */
.object-fit {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

/* Remove all animations and transitions for people that prefer not to see them */
/* 見たくない人用に、すべてのアニメーションとトランジションを削除 */
@media (prefers-reduced-motion: reduce) {
  /* line 91, ../sass/_reset.scss */
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* line 7, ../sass/_button.scss */
.btn {
  display: inline-block;
  width: 300px;
  text-align: center;
  padding: 15px 20px;
  background-color: #24792B;
  color: #fff;
  margin: 40px 0 20px;
  border-radius: 30px;
  position: relative;
}
/* line 17, ../sass/_button.scss */
.btn:after {
  content: "";
  width: 9px;
  height: 14px;
  display: block;
  background-image: url(../img/arrow.png);
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
/* line 28, ../sass/_button.scss */
.btn:hover {
  color: #fff;
}

/* line 76, ../sass/_header.scss */
.h1Style {
  font-size: 38px;
}
@media screen and (max-width: 1059px) {
  /* line 76, ../sass/_header.scss */
  .h1Style {
    font-size: 3.58491vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 76, ../sass/_header.scss */
  .h1Style {
    font-size: 4.94792vw;
  }
}

/* line 79, ../sass/_header.scss */
.h2Style {
  font-size: 36px;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 1059px) {
  /* line 79, ../sass/_header.scss */
  .h2Style {
    font-size: 3.39623vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 79, ../sass/_header.scss */
  .h2Style {
    font-size: 4.94792vw;
  }
}
/* line 20, ../sass/_header.scss */
.h2Style:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  height: 3px;
  width: 140px;
  border-bottom: 4px dotted #e29112;
}
@media screen and (min-width: 769px) and (max-width: 1059px) {
  /* line 79, ../sass/_header.scss */
  .h2Style {
    margin-bottom: 5.66038vw;
  }
  /* line 32, ../sass/_header.scss */
  .h2Style:after {
    bottom: -1.41509vw px;
    width: 13.20755vw;
  }
}

/* line 82, ../sass/_header.scss */
.h3Style {
  font-size: 28px;
  margin-bottom: 30px;
  display: inline-block;
  padding-right: 1.5em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1059px) {
  /* line 82, ../sass/_header.scss */
  .h3Style {
    font-size: 2.64151vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 82, ../sass/_header.scss */
  .h3Style {
    font-size: 4.42708vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 82, ../sass/_header.scss */
  .h3Style {
    margin-bottom: 3.90625vw;
  }
}
/* line 45, ../sass/_header.scss */
.h3Style.normal {
  display: block;
  padding-right: 0;
}
/* line 48, ../sass/_header.scss */
.h3Style.normal:before {
  display: none;
}
/* line 52, ../sass/_header.scss */
.h3Style:before {
  content: "";
  width: 100%;
  height: 20px;
  background: #e5e5e5;
  position: absolute;
  left: 0;
  bottom: -3px;
  z-index: -1;
}

/* line 85, ../sass/_header.scss */
.h4Style {
  font-size: 22px;
  margin-bottom: 20px;
  border-left: 5px solid #0a6122;
  padding: 0 0 0 10px;
  line-height: 1;
}
@media screen and (max-width: 1059px) {
  /* line 85, ../sass/_header.scss */
  .h4Style {
    font-size: 2.07547vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 85, ../sass/_header.scss */
  .h4Style {
    font-size: 4.16667vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 85, ../sass/_header.scss */
  .h4Style {
    margin-bottom: 2.60417vw;
  }
}

/* line 88, ../sass/_header.scss */
.h5Style {
  font-size: 18px;
  margin-bottom: 20px;
  color: #0a6122;
}
@media screen and (max-width: 1059px) {
  /* line 88, ../sass/_header.scss */
  .h5Style {
    font-size: 1.69811vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 88, ../sass/_header.scss */
  .h5Style {
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 88, ../sass/_header.scss */
  .h5Style {
    margin-bottom: 2.60417vw;
  }
}

/* line 96, ../sass/_header.scss */
ul.mokuji li {
  display: flex;
  align-items: center;
}
/* line 99, ../sass/_header.scss */
ul.mokuji li .title {
  order: 1;
}
/* line 102, ../sass/_header.scss */
ul.mokuji li .page {
  order: 3;
}
/* line 105, ../sass/_header.scss */
ul.mokuji li:after {
  content: "";
  margin: 0 1em;
  order: 2;
  flex-grow: 1;
  height: 1px;
  background: none;
  border-top: 2px dotted #999;
  display: block;
}

/* line 166, ../sass/_header.scss */
.header-LR-line {
  color: #444;
  font-size: 24px;
  display: flex;
  align-items: center;
}
/* line 131, ../sass/_header.scss */
.header-LR-line:before, .header-LR-line:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #444;
  display: block;
}
/* line 139, ../sass/_header.scss */
.header-LR-line:before {
  margin-right: .4em;
}
/* line 142, ../sass/_header.scss */
.header-LR-line:after {
  margin-left: .4em;
}
/* line 147, ../sass/_header.scss */
.header-LR-line.grad:before {
  background: linear-gradient(-90deg, #888888, rgba(0, 0, 0, 0));
}
/* line 150, ../sass/_header.scss */
.header-LR-line.grad:after {
  background: linear-gradient(90deg, #888888, rgba(0, 0, 0, 0));
}
/* line 156, ../sass/_header.scss */
.header-LR-line.dotted:before, .header-LR-line.dotted:after {
  content: "";
  flex-grow: 1;
  background: none;
  border-top: 4px dotted #444;
  display: block;
}

/* line 185, ../sass/_header.scss */
.header-tag {
  color: #505050;
  /*文字色*/
  padding: 0.5em;
  /*文字周りの余白*/
  line-height: 1.3;
  /*行高*/
  background: #dbebf8;
  /*背景色*/
  vertical-align: middle;
  border-radius: 25px 0px 0px 25px;
  /*左側の角を丸く*/
}
/* line 179, ../sass/_header.scss */
.header-tag:before {
  content: '●';
  color: white;
  margin-right: 8px;
}

/* line 204, ../sass/_header.scss */
.header-steach {
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 1px #96c2fe;
  padding: 0.2em 0.5em;
  color: #454545;
  margin-bottom: 1em;
}
/* line 197, ../sass/_header.scss */
.header-steach.white {
  border: dashed 2px white;
}
/* line 200, ../sass/_header.scss */
.header-steach.kado {
  position: relative;
}
/* line 245, ../sass/_variables.scss */
.header-steach.kado:after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #a8d4ff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

/* line 24, ../sass/common.scss */
.pcOnly {
  display: block;
}
@media screen and (max-width: 768px) {
  /* line 24, ../sass/common.scss */
  .pcOnly {
    display: none;
  }
}

/* line 30, ../sass/common.scss */
.spOnly {
  display: none;
}
@media screen and (max-width: 768px) {
  /* line 30, ../sass/common.scss */
  .spOnly {
    display: block;
  }
}

/* line 40, ../sass/common.scss */
body {
  width: 100%;
}
@media screen and (max-width: 1020px) {
  /* line 40, ../sass/common.scss */
  body {
    width: 1020px;
  }
}
@media screen and (max-width: 768px) {
  /* line 40, ../sass/common.scss */
  body {
    font-size: 1.5vw;
    width: 100%;
  }
}
/* line 49, ../sass/common.scss */
body main {
  background-color: #fff;
  display: block;
}

/* line 57, ../sass/common.scss */
.sp__head {
  display: none;
}
@media screen and (max-width: 768px) {
  /* line 57, ../sass/common.scss */
  .sp__head {
    width: 100%;
    position: relative;
    padding: 20px;
    border-radius: 0;
    background-color: #fff;
    display: block;
    box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    top: 0;
    z-index: 99;
    height: 98px;
  }
  /* line 71, ../sass/common.scss */
  .sp__head .logoSp {
    width: 70%;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
  /* line 78, ../sass/common.scss */
  .sp__head .ui-hamburger-4 {
    display: none;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  /* line 78, ../sass/common.scss */
  .sp__head .ui-hamburger-4 {
    display: block;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
  }
}

/* line 90, ../sass/common.scss */
header {
  width: 1020px;
  margin: 0 auto;
  box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-top: none;
  border-radius: 0 0 15px 15px;
  padding: 20px 20px 0;
}
@media screen and (max-width: 768px) {
  /* line 90, ../sass/common.scss */
  header {
    width: 100%;
    position: absolute;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    z-index: 10;
    top: -100%;
    transform: translateY(-110%);
    border-top: 1px solid #000;
    left: 0;
    right: 0;
    transition: 1s;
  }
  /* line 113, ../sass/common.scss */
  header.open {
    top: 96px;
    transform: translateY(0);
    transition: 1s;
  }
}
/* line 119, ../sass/common.scss */
header .logoSp {
  display: none;
}
@media screen and (max-width: 768px) {
  /* line 119, ../sass/common.scss */
  header .logoSp {
    display: block;
  }
}
/* line 125, ../sass/common.scss */
header .head__top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 30px;
  font-size: 14px;
}
/* line 131, ../sass/common.scss */
header .head__top a {
  color: #333;
}
@media screen and (max-width: 768px) {
  /* line 125, ../sass/common.scss */
  header .head__top {
    background-color: #fff;
    padding: 30px 20px;
    margin-bottom: 0;
  }
}
/* line 139, ../sass/common.scss */
header .head__top .logo {
  width: 30%;
}
@media screen and (max-width: 768px) {
  /* line 139, ../sass/common.scss */
  header .head__top .logo {
    display: none;
  }
}
/* line 145, ../sass/common.scss */
header .head__top .func__box {
  width: 45%;
  margin-left: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  /* line 145, ../sass/common.scss */
  header .head__top .func__box {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* line 155, ../sass/common.scss */
header .head__top .func__box .font__size {
  border-radius: 5px;
  border: 1px solid #000;
  display: inline-block;
  position: relative;
  margin-top: 20px;
  margin-right: 15px;
  box-shadow: 2px 2px 0px 0px #c3c3c3;
}
@media screen and (max-width: 768px) {
  /* line 155, ../sass/common.scss */
  header .head__top .func__box .font__size {
    display: none;
  }
}
/* line 166, ../sass/common.scss */
header .head__top .func__box .font__size:before {
  content: "文字サイズ";
  display: block;
  font-size: 14px;
  position: absolute;
  top: -20px;
  width: 70px;
  left: -6px;
}
/* line 175, ../sass/common.scss */
header .head__top .func__box .font__size .size__btn {
  display: inline-block;
  padding: 3px 7px;
}
/* line 178, ../sass/common.scss */
header .head__top .func__box .font__size .size__btn.middle {
  border-right: 1px solid #000;
  float: left;
}
/* line 182, ../sass/common.scss */
header .head__top .func__box .font__size .size__btn.large {
  font-size: 16px;
  padding: 1px 7px;
  font-weight: 600;
}
/* line 189, ../sass/common.scss */
header .head__top .func__box .color__change {
  border-radius: 5px;
  border: 1px solid #000;
  display: inline-block;
  position: relative;
  margin-top: 20px;
  margin-right: 15px;
  box-shadow: 2px 2px 0px 0px #c3c3c3;
}
@media screen and (max-width: 768px) {
  /* line 189, ../sass/common.scss */
  header .head__top .func__box .color__change {
    display: none;
  }
}
/* line 200, ../sass/common.scss */
header .head__top .func__box .color__change:before {
  content: "背景色";
  display: block;
  font-size: 14px;
  position: absolute;
  top: -20px;
  text-align: centers;
}
/* line 208, ../sass/common.scss */
header .head__top .func__box .color__change .change__btn {
  display: inline-block;
  padding: 3px 7px;
  float: left;
}
/* line 212, ../sass/common.scss */
header .head__top .func__box .color__change .change__btn.white {
  border-radius: 5px 0 0 5px;
  background-color: #fff;
}
/* line 216, ../sass/common.scss */
header .head__top .func__box .color__change .change__btn.black {
  background-color: #000;
  color: #fff;
}
/* line 220, ../sass/common.scss */
header .head__top .func__box .color__change .change__btn.yellow {
  border-radius: 0 5px 5px 0;
  background-color: #F6FF14;
}
/* line 226, ../sass/common.scss */
header .head__top .func__box #search {
  width: 59%;
}
@media screen and (max-width: 768px) {
  /* line 226, ../sass/common.scss */
  header .head__top .func__box #search {
    width: 100%;
  }
}
/* line 231, ../sass/common.scss */
header .head__top .func__box #search form {
  position: relative;
}
/* line 233, ../sass/common.scss */
header .head__top .func__box #search form input[type="search"] {
  border: 1px solid #999;
  border-radius: 5px 0 0 5px;
  padding: 3px 10px;
  border-right: none;
  width: 75%;
  -webkit-appearance: textfield;
  /*これを追加*/
}
/* line 241, ../sass/common.scss */
header .head__top .func__box #search form input[type="submit"] {
  width: 25%;
  background-color: #D3D3D3;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 5px 5px 0;
  padding: 3px 5px;
  border: 1px solid #999;
  text-align: center;
}
/* line 255, ../sass/common.scss */
header .head__top .btn__box {
  text-align: right;
}
@media screen and (max-width: 768px) {
  /* line 255, ../sass/common.scss */
  header .head__top .btn__box {
    width: 100%;
    text-align: center;
  }
}
/* line 261, ../sass/common.scss */
header .head__top .btn__box .sns__btn {
  margin-right: 10px;
  margin-top: 10px;
}
/* line 264, ../sass/common.scss */
header .head__top .btn__box .sns__btn:last-child {
  margin-right: 0;
}
/* line 268, ../sass/common.scss */
header .head__top .btn__box .dl__btn {
  display: inline-block;
  width: 120px;
  color: #fff;
  padding: 10px;
  text-align: center;
  background-color: #24792B;
  border-radius: 5px;
  margin-right: 15px;
}
/* line 278, ../sass/common.scss */
header .head__top .btn__box .info__btn {
  display: inline-block;
  width: 120px;
  color: #fff;
  padding: 10px;
  text-align: center;
  background-color: #D50303;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  /* line 291, ../sass/common.scss */
  header .head__bottom .navigation {
    width: 100%;
    background-color: #fff;
  }
  /* line 295, ../sass/common.scss */
  header .head__bottom .navigation .acd .ui-plus-2 {
    width: 20px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  /* line 304, ../sass/common.scss */
  header .head__bottom .navigation li {
    margin: 0;
  }
  /* line 306, ../sass/common.scss */
  header .head__bottom .navigation li .item__in {
    display: none;
    margin: 0;
  }
  /* line 307, ../sass/common.scss */
  header .head__bottom .navigation li .item__in.active {
    display: block;
  }
  /* line 313, ../sass/common.scss */
  header .head__bottom .navigation li .item__in li a {
    position: relative;
    display: block;
    padding: 20px;
    color: #333;
    font-size: 18px;
    border-top: 2px solid #F08423;
    background-color: #fff;
  }
  /* line 321, ../sass/common.scss */
  header .head__bottom .navigation li .item__in li a:after {
    font-family: "Font Awesome 5 Free" !important;
    content: "" !important;
    font-weight: 600 !important;
    font-size: 1em;
    color: #000;
    position: absolute;
    right: 0;
    top: 50%;
    -moz-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
  }
  /* line 338, ../sass/common.scss */
  header .head__bottom .navigation li .nav__item {
    position: relative;
    display: block;
    padding: 20px;
    font-size: 18px;
    color: #333;
    border-top: 2px solid #F08423;
    background-color: #FFF2E6;
  }
  /* line 346, ../sass/common.scss */
  header .head__bottom .navigation li .nav__item.link {
    position: relative;
  }
  /* line 348, ../sass/common.scss */
  header .head__bottom .navigation li .nav__item.link:after {
    font-family: "Font Awesome 5 Free" !important;
    content: "" !important;
    font-weight: 600 !important;
    font-size: 1em;
    color: #000;
    position: absolute;
    right: 0;
    top: 50%;
    -moz-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
  }
}
@media screen and (min-width: 769px) {
  /* line 369, ../sass/common.scss */
  header .head__bottom .navigation {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    padding: 20px 0 0;
    margin: 0;
  }
  /* line 373, ../sass/common.scss */
  header .head__bottom .navigation li {
    width: 14%;
    float: left;
    cursor: pointer;
    text-align: center;
    margin: 0;
    position: relative;
    padding-bottom: 20px;
  }
  /* line 381, ../sass/common.scss */
  header .head__bottom .navigation li .ui-plus-2 {
    display: none;
  }
  /* line 384, ../sass/common.scss */
  header .head__bottom .navigation li .nav__item {
    display: inline-block;
    font-weight: 600;
    color: #333;
  }
  /* line 389, ../sass/common.scss */
  header .head__bottom .navigation li .item__in {
    display: none;
    width: 434px;
    position: absolute;
    z-index: 10;
    top: 45px;
    border: 1px solid #C3C3C3;
    background-color: #fff;
    padding: 1em;
    list-style: none;
  }
  /* line 399, ../sass/common.scss */
  header .head__bottom .navigation li .item__in.left {
    left: 0;
  }
  /* line 402, ../sass/common.scss */
  header .head__bottom .navigation li .item__in.right {
    right: 0;
  }
  /* line 405, ../sass/common.scss */
  header .head__bottom .navigation li .item__in li {
    width: 49%;
    text-align: left;
    margin-bottom: 5px;
    margin-right: 1%;
    padding-bottom: 0;
    padding-left: 1em;
    position: relative;
  }
  /* line 413, ../sass/common.scss */
  header .head__bottom .navigation li .item__in li:before {
    content: "●";
    color: #656565;
    font-size: 10px;
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 0;
  }
  /* line 422, ../sass/common.scss */
  header .head__bottom .navigation li .item__in li a {
    color: #0060E3;
  }
}

/* line 435, ../sass/common.scss */
#page__main {
  background-image: url(../img/city.png);
  background-repeat: repeat-x;
  background-position: bottom;
  position: relative;
  padding-bottom: 100px;
}

/* line 453, ../sass/common.scss */
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
/* line 455, ../sass/common.scss */
.flex .col2 {
  width: 48%;
  margin: 1%;
}
@media screen and (max-width: 420px) {
  /* line 455, ../sass/common.scss */
  .flex .col2 {
    width: 100%;
    margin: 3% auto;
  }
}
/* line 463, ../sass/common.scss */
.flex .col3 {
  width: 31%;
  margin: 1%;
}
@media screen and (max-width: 420px) {
  /* line 463, ../sass/common.scss */
  .flex .col3 {
    width: 100%;
    margin: 3% auto;
  }
}
/* line 471, ../sass/common.scss */
.flex .col4 {
  width: 23%;
  margin: 1%;
}
@media screen and (max-width: 420px) {
  /* line 471, ../sass/common.scss */
  .flex .col4 {
    width: 100%;
    margin: 3% auto;
  }
}

/* line 483, ../sass/common.scss */
.pnkz {
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  /* line 483, ../sass/common.scss */
  .pnkz {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  /* line 483, ../sass/common.scss */
  .pnkz {
    display: none;
  }
}
/* line 491, ../sass/common.scss */
.pnkz a {
  color: #00A2F8;
}

/* line 499, ../sass/common.scss */
.inner {
  width: 1020px;
  margin: 0 auto;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  /* line 499, ../sass/common.scss */
  .inner {
    width: 100%;
  }
}

/* line 510, ../sass/common.scss */
.section03 {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  /* line 510, ../sass/common.scss */
  .section03 {
    padding: 0 1em;
  }
}
/* line 516, ../sass/common.scss */
.section03 .inner h2 {
  font-size: 28px;
  text-align: center;
  border-bottom: 5px solid #FCCA99;
  padding-bottom: 20px;
}
/* line 522, ../sass/common.scss */
.section03 .inner .bnr__slider {
  width: 880px;
  margin: 40px auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  /* line 522, ../sass/common.scss */
  .section03 .inner .bnr__slider {
    width: 80%;
  }
}
/* line 529, ../sass/common.scss */
.section03 .inner .bnr__slider .slide__bnr {
  width: 280px;
  text-align: center;
  margin: 0 10px;
  border: 1px solid #c3c3c3;
  border-radius: 10px;
  overflow: hidden;
}
/* line 537, ../sass/common.scss */
.section03 .inner .bnr__slider .slide-arrow {
  position: absolute;
  cursor: pointer;
}
/* line 541, ../sass/common.scss */
.section03 .inner .bnr__slider .next-arrow {
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
}
/* line 546, ../sass/common.scss */
.section03 .inner .bnr__slider .prev-arrow {
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
}

/* line 558, ../sass/common.scss */
.section04 {
  background-color: #fff;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  /* line 558, ../sass/common.scss */
  .section04 {
    padding: 2em 0;
  }
}
/* line 564, ../sass/common.scss */
.section04 .inner {
  padding: 40px 0;
}
/* line 566, ../sass/common.scss */
.section04 .inner h2 {
  font-size: 28px;
  text-align: center;
  border-bottom: 5px solid #FCCA99;
  padding-bottom: 20px;
}
/* line 572, ../sass/common.scss */
.section04 .inner.gray {
  background-color: #F2F2F2;
  padding: 40px 20px;
  position: relative;
}
/* line 576, ../sass/common.scss */
.section04 .inner.gray h2 {
  font-size: 28px;
  border-left: 5px solid #FCCA99;
  padding-left: 20px;
  border-bottom: none;
  text-align: left;
  padding-bottom: 0;
}
/* line 584, ../sass/common.scss */
.section04 .inner.gray .etc__link {
  position: absolute;
  display: inline-block;
  right: 20px;
  top: 60px;
}
/* line 592, ../sass/common.scss */
.section04 .inner .flex .etc__bnr {
  width: 18%;
  margin: 1%;
  border: 1px solid #c3c3c3;
}
@media screen and (max-width: 420px) {
  /* line 592, ../sass/common.scss */
  .section04 .inner .flex .etc__bnr {
    width: 100%;
  }
}
/* line 601, ../sass/common.scss */
.section04 .inner .flex .bnr__link {
  width: 22%;
  margin: 1%;
  border: 1px solid #c3c3c3;
}

/* line 616, ../sass/common.scss */
footer .inner .flex .footer__left {
  width: 50%;
}
@media screen and (max-width: 420px) {
  /* line 616, ../sass/common.scss */
  footer .inner .flex .footer__left {
    padding: 1em;
    width: 100%;
  }
}
/* line 622, ../sass/common.scss */
footer .inner .flex .footer__left .logo {
  margin-bottom: 20px;
}
/* line 625, ../sass/common.scss */
footer .inner .flex .footer__left p {
  margin-bottom: 0;
}
/* line 629, ../sass/common.scss */
footer .inner .flex .footer__right {
  width: 40%;
}
@media screen and (max-width: 420px) {
  /* line 629, ../sass/common.scss */
  footer .inner .flex .footer__right {
    padding: 1em;
    width: 100%;
  }
}
/* line 635, ../sass/common.scss */
footer .inner .flex .footer__right .f__btns {
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
/* line 638, ../sass/common.scss */
footer .inner .flex .footer__right .f__btns .btn__link {
  display: block;
  width: 30%;
  background-color: #24792B;
  padding: 20px 10px;
  border-radius: 15px;
  color: #fff;
}
/* line 645, ../sass/common.scss */
footer .inner .flex .footer__right .f__btns .btn__link .link__icon {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
/* line 650, ../sass/common.scss */
footer .inner .flex .footer__right .f__btns .btn__link .btn__name {
  display: block;
  text-align: center;
}
/* line 657, ../sass/common.scss */
footer .inner .flex .pr__info {
  text-align: center;
}
/* line 659, ../sass/common.scss */
footer .inner .flex .pr__info .privacy__link {
  display: inline-block;
  margin-right: 20px;
}
/* line 663, ../sass/common.scss */
footer .inner .flex .pr__info .info__link {
  display: inline-block;
}
/* line 669, ../sass/common.scss */
footer .copyright {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  color: #fff;
  background-color: #F08423;
}
@media screen and (max-width: 768px) {
  /* line 669, ../sass/common.scss */
  footer .copyright {
    margin-top: 0;
  }
}

/* line 684, ../sass/common.scss */
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* line 692, ../sass/common.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

/* line 709, ../sass/common.scss */
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0 0 20px 0;
}

/* line 728, ../sass/common.scss */
.js-tab-contents {
  display: none;
}

/* line 731, ../sass/common.scss */
.js-tab-contents.current {
  display: block;
}

/* line 738, ../sass/common.scss */
#accordion {
  border: thin solid #cecece;
  border-top: none;
  border-bottom: none;
}
/* line 742, ../sass/common.scss */
#accordion a {
  display: block;
  width: 100%;
  background: #f4f4f4;
  color: #959696;
  padding-left: 15px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  border-bottom: thin solid #cecece;
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  text-shadow: 0px 1px 1px white;
}
/* line 757, ../sass/common.scss */
#accordion div {
  background: white;
  min-height: 100px;
  line-height: 100px;
  display: none;
  border-bottom: thin solid #cecece;
}
/* line 763, ../sass/common.scss */
#accordion div span {
  line-height: 1.6;
  border-bottom: 1px solid #cfcfcf;
  display: block;
}
/* line 767, ../sass/common.scss */
#accordion div span:last-child {
  border: none;
}

/* line 773, ../sass/common.scss */
.first {
  border-top: thin solid #cecece;
}

@media print {
  /* line 781, ../sass/common.scss */
  body {
    background-color: #fff;
  }
  /* line 783, ../sass/common.scss */
  body header {
    display: none;
  }
  /* line 786, ../sass/common.scss */
  body footer {
    display: none;
  }
  /* line 789, ../sass/common.scss */
  body #page__main {
    display: none;
  }
  /* line 792, ../sass/common.scss */
  body .side__bar {
    position: static !important;
  }
  /* line 796, ../sass/common.scss */
  body .section03, body .section04 {
    display: none;
  }

  /* line 800, ../sass/common.scss */
  .navigation {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    padding: 20px 0 0;
    margin: 0;
  }
  /* line 804, ../sass/common.scss */
  .navigation li {
    width: 14%;
    float: left;
    cursor: pointer;
    text-align: center;
    margin: 0;
    position: relative;
    padding-bottom: 20px;
  }
  /* line 812, ../sass/common.scss */
  .navigation li .ui-plus-2 {
    display: none;
  }
  /* line 816, ../sass/common.scss */
  .navigation li:hover .item__in {
    display: block;
  }
  /* line 820, ../sass/common.scss */
  .navigation li .nav__item {
    display: inline-block;
    font-weight: 600;
    color: #333;
  }
  /* line 825, ../sass/common.scss */
  .navigation li .item__in {
    display: none;
    width: 434px;
    position: absolute;
    z-index: 10;
    top: 45px;
    border: 1px solid #C3C3C3;
    background-color: #fff;
    padding: 1em;
    list-style: none;
  }
  /* line 835, ../sass/common.scss */
  .navigation li .item__in.left {
    left: 0;
  }
  /* line 838, ../sass/common.scss */
  .navigation li .item__in.right {
    right: 0;
  }
  /* line 841, ../sass/common.scss */
  .navigation li .item__in li {
    width: 49%;
    text-align: left;
    margin-bottom: 5px;
    margin-right: 1%;
    padding-bottom: 0;
    padding-left: 1em;
    position: relative;
  }
  /* line 849, ../sass/common.scss */
  .navigation li .item__in li:before {
    content: "●";
    color: #656565;
    font-size: 10px;
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 0;
  }
  /* line 858, ../sass/common.scss */
  .navigation li .item__in li a {
    color: #0060E3;
  }
}
/* line 867, ../sass/common.scss */
#blockskip {
  height: 1px;
  font-size: 0;
  position: relative;
  z-index: 999;
}

/* line 873, ../sass/common.scss */
.skip__on {
  height: 30px;
  width: 100%;
  display: block;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
  padding: 5px 0;
}

/* line 883, ../sass/common.scss */
body.f__middle {
  font-size: 20px;
}
/* line 887, ../sass/common.scss */
body.f__middle .navigation li a {
  font-size: 120% !important;
}
/* line 893, ../sass/common.scss */
body.f__middle main a {
  font-size: 120% !important;
}
/* line 897, ../sass/common.scss */
body.f__middle span {
  font-size: 120% !important;
}
/* line 900, ../sass/common.scss */
body.f__middle h1, body.f__middle h2, body.f__middle h3, body.f__middle h4, body.f__middle h5 {
  font-size: 150% !important;
}
/* line 903, ../sass/common.scss */
body.f__middle .index__link {
  font-size: 120% !important;
}
/* line 907, ../sass/common.scss */
body.f__middle .pnkz a {
  font-size: 120% !important;
}

/* line 913, ../sass/common.scss */
body.f__large {
  font-size: 24px;
}
/* line 917, ../sass/common.scss */
body.f__large .navigation li a {
  font-size: 140% !important;
}
/* line 923, ../sass/common.scss */
body.f__large main a {
  font-size: 140% !important;
}
/* line 927, ../sass/common.scss */
body.f__large span {
  font-size: 140% !important;
}
/* line 930, ../sass/common.scss */
body.f__large h1, body.f__large h2, body.f__large h3, body.f__large h4, body.f__large h5 {
  font-size: 200% !important;
}
/* line 933, ../sass/common.scss */
body.f__large .index__link {
  font-size: 140% !important;
}
/* line 937, ../sass/common.scss */
body.f__large .pnkz a {
  font-size: 140% !important;
}

/* line 945, ../sass/common.scss */
body.bg__white header {
  background-color: #fff;
}
/* line 948, ../sass/common.scss */
body.bg__white main {
  background-color: #fff;
}
/* line 951, ../sass/common.scss */
body.bg__white .section01, body.bg__white .section04 {
  background-color: #fff;
}
/* line 957, ../sass/common.scss */
body.bg__white .section02 .inner .flex .purpose__item {
  background-color: #fff;
}

/* line 966, ../sass/common.scss */
body.bg__black header {
  background-color: #000;
  color: #fff;
}
/* line 970, ../sass/common.scss */
body.bg__black header .head__top .logo {
  background-color: #fff;
}
/* line 973, ../sass/common.scss */
body.bg__black header .head__top .size__btn {
  color: #000;
  background-color: #fff;
}
/* line 982, ../sass/common.scss */
body.bg__black header .head__bottom #nav-global .navigation li .nav__item {
  color: #fff;
}
/* line 985, ../sass/common.scss */
body.bg__black header .head__bottom #nav-global .navigation li .item__in {
  background-color: #000;
}
/* line 988, ../sass/common.scss */
body.bg__black header .head__bottom #nav-global .navigation li .item__in li a {
  color: #fff;
}
/* line 1002, ../sass/common.scss */
body.bg__black .entry__body .inner .main__contents table th {
  color: #000 !important;
}
/* line 1012, ../sass/common.scss */
body.bg__black main {
  background-color: #000;
  color: #fff !important;
}
/* line 1015, ../sass/common.scss */
body.bg__black main a {
  color: #fff !important;
  text-decoration: underline;
}
/* line 1019, ../sass/common.scss */
body.bg__black main a.index__link {
  color: #000 !important;
}
/* line 1023, ../sass/common.scss */
body.bg__black .section01, body.bg__black .section04 {
  background-color: #000;
  color: #fff !important;
}
/* line 1028, ../sass/common.scss */
body.bg__black .section01 .tl__list li a, body.bg__black .section04 .tl__list li a {
  color: #000 !important;
}
/* line 1033, ../sass/common.scss */
body.bg__black .section01 .news__date, body.bg__black .section04 .news__date {
  color: #fff;
}
/* line 1036, ../sass/common.scss */
body.bg__black .section01 .news__title, body.bg__black .section04 .news__title {
  color: #fff !important;
  text-decoration: underline;
}
/* line 1041, ../sass/common.scss */
body.bg__black h2 {
  color: #000;
}
/* line 1047, ../sass/common.scss */
body.bg__black .section02 .inner .flex .purpose__item {
  background-color: #000;
  color: #fff !important;
}
/* line 1056, ../sass/common.scss */
body.bg__black .section04 .inner h2 {
  color: #fff;
}
/* line 1060, ../sass/common.scss */
body.bg__black .section04 .inner.gray h2 {
  color: #000;
}

/* line 1069, ../sass/common.scss */
body.bg__yellow header {
  background-color: #FFFF00;
}
/* line 1072, ../sass/common.scss */
body.bg__yellow header {
  background-color: #FFFF00;
}
/* line 1085, ../sass/common.scss */
body.bg__yellow header .head__bottom #nav-global .navigation li .item__in {
  background-color: #FFFF00;
}
/* line 1096, ../sass/common.scss */
body.bg__yellow main {
  background-color: #FFFF00;
  color: #000 !important;
}
/* line 1099, ../sass/common.scss */
body.bg__yellow main a.btn {
  color: #fff !important;
}
/* line 1102, ../sass/common.scss */
body.bg__yellow main a {
  color: #000 !important;
  text-decoration: underline;
}
/* line 1106, ../sass/common.scss */
body.bg__yellow main a.index__link {
  color: #000 !important;
}
/* line 1110, ../sass/common.scss */
body.bg__yellow .section01, body.bg__yellow .section04 {
  background-color: #FFFF00;
  color: #000 !important;
}
/* line 1117, ../sass/common.scss */
body.bg__yellow .section02 .inner .flex .purpose__item {
  background-color: #FFFF00;
  color: #000 !important;
}

/* line 1129, ../sass/common.scss */
.anker {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  padding: 1.5em;
  border: 2px solid #cfcfcf;
}
/* line 1133, ../sass/common.scss */
.anker .anker__link {
  display: inline-block;
  margin: 10px 15px;
  padding-left: 1.5em;
  position: relative;
}
/* line 1138, ../sass/common.scss */
.anker .anker__link:before {
  content: "\f078";
  display: block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  left: 5px;
  font-size: 10px;
}
