@charset "UTF-8";
/*------- color -------*/
/* layout/_header 等で使用 */
/* デメリット見出し・inheritance-mdbox --demerit 等 */
/*------- mixin -------*/
.under-page {
  /* ==========================================================================
   * 下層ヘッダー
   ========================================================================== */
}
.under-page__header {
  min-height: 29.17vw;
  padding: 7.81vw 0;
  text-align: center;
  position: relative;
  background: url("../../images/under-page_header_bg.jpg.webp") no-repeat center bottom/cover;
}
@media not all and (min-width: 782px) {
  .under-page__header {
    min-height: 53.33vw;
    padding: 13.33vw 0;
  }
}
.under-page__header__title {
  font-size: 2.5vw;
  line-height: 1.4583333333;
  color: #fff;
  font-family: 'Kiwi Maru', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: 500;
  font-style: normal;
  text-shadow: 0 0 0.52vw rgba(35, 153, 216, 0.5);
}
@media not all and (min-width: 782px) {
  .under-page__header__title {
    font-size: 7.47vw;
    text-shadow: 0 0 0.26vw rgba(35, 153, 216, 0.5);
  }
}
.under-page__header .breadcrumb {
  position: absolute;
  top: calc(100% + 0.52vw);
  right: 4.74vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.04vw;
}
@media not all and (min-width: 782px) {
  .under-page__header .breadcrumb {
    top: calc(100% + 1.33vw);
    right: 4vw;
    gap: 3.73vw;
  }
}
.under-page__header .breadcrumb__item {
  font-size: 0.83vw;
  line-height: 1.75;
  font-family: 'Kiwi Maru', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
}
@media not all and (min-width: 782px) {
  .under-page__header .breadcrumb__item {
    font-size: 3.2vw;
  }
}
.under-page__header .breadcrumb__item:nth-child(n+2)::before {
  content: "";
  width: 0.36vw;
  height: 0.36vw;
  border-width: 0.05vw 0.05vw 0 0;
  border-style: solid;
  border-color: #595959;
  position: absolute;
  top: calc(50% + 0.1vw);
  left: -0.57vw;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
@media not all and (min-width: 782px) {
  .under-page__header .breadcrumb__item:nth-child(n+2)::before {
    width: 1.33vw;
    height: 1.33vw;
    border-width: 0.27vw 0.27vw 0 0;
    left: -2.13vw;
    top: calc(50% + 0.27vw);
  }
}
.under-page__header .breadcrumb__item > span {
  display: block;
  max-width: 10.42vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media not all and (min-width: 782px) {
  .under-page__header .breadcrumb__item > span {
    max-width: 26.67vw;
  }
}
.under-page {
  /* ==========================================================================
   * 下層セクション
   ========================================================================== */
}
.under-page__section {
  padding: 4.17vw 0;
}
@media not all and (min-width: 782px) {
  .under-page__section {
    padding: 13.33vw 0;
  }
}
.under-page__section a {
  color: #008c32;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media all and (min-width: 782px) {
  .under-page__section a:hover {
    opacity: 0.7;
  }
}
@media not all and (min-width: 782px) {
  .under-page__section a.touching {
    opacity: 0.7;
  }
}
.under-page__section__block {
  /* --------------------------------------------------------------------------
   * flex
   -------------------------------------------------------------------------- */
}
.under-page__section__block.--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.04vw;
}
@media not all and (min-width: 782px) {
  .under-page__section__block.--flex {
    gap: 2.67vw;
  }
}
.under-page__section__block.--flex .flex-item {
  width: calc(50% - 0.52vw);
}
@media not all and (min-width: 782px) {
  .under-page__section__block.--flex .flex-item {
    width: calc(50% - 1.33vw);
  }
}
.under-page__section__block.--flex .flex-item.--text {
  width: 100%;
}
.under-page__section__block.--flex .flex-item.--text + .--img {
  margin-left: 5.47vw;
}
@media not all and (min-width: 782px) {
  .under-page__section__block.--flex .flex-item.--text + .--img {
    margin-left: 0;
  }
}
.under-page__section__block.--flex .flex-item.--img {
  width: 29.17vw;
  border-radius: 1.04vw;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media not all and (min-width: 782px) {
  .under-page__section__block.--flex .flex-item.--img {
    width: 100%;
    border-radius: 4vw;
  }
}
.under-page__section__block.--flex .flex-item.--img.--no-radius {
  border-radius: 0;
}
.under-page__section__block.--flex .flex-item.--img + .--text {
  margin-left: 5.47vw;
}
@media not all and (min-width: 782px) {
  .under-page__section__block.--flex .flex-item.--img + .--text {
    margin-left: 0;
  }
}
@media not all and (min-width: 782px) {
  .under-page__section__block.--flex.--sp_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.33vw;
  }
}
@media not all and (min-width: 782px) {
  .under-page__section__block.--flex.--sp_column .flex-item {
    width: 100%;
  }
}
@media not all and (min-width: 782px) {
  .under-page__section__block.--flex.--sp_column_reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 5.33vw;
  }
}
@media not all and (min-width: 782px) {
  .under-page__section__block.--flex.--sp_column_reverse .flex-item {
    width: 100%;
  }
}
.under-page__section__block {
  /* --------------------------------------------------------------------------
   * ボタン
   -------------------------------------------------------------------------- */
}
.under-page__section__block.--btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.04vw 1.25vw;
}
@media not all and (min-width: 782px) {
  .under-page__section__block.--btns {
    gap: 2.67vw;
  }
}
.under-page__section__block.--btns a {
  color: inherit;
  text-decoration: none;
}
.under-page__section__block.--btns a.--green {
  color: #ffffff;
}
.under-page__section__block {
  /* --------------------------------------------------------------------------
   * パネル
   -------------------------------------------------------------------------- */
}
.under-page__section__block.--panels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.56vw 1.98vw;
}
@media not all and (min-width: 782px) {
  .under-page__section__block.--panels {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4vw;
  }
}
.under-page__section__block.--panels .panel-item {
  width: calc((100% - 3.96vw) / 3);
  background-color: #fff;
}
.under-page__section__block.--panels .panel-item.--cols-1 {
  width: 100%;
}
.under-page__section__block.--panels .panel-item.--cols-2 {
  width: calc((100% - 1.98vw) / 2);
}
.under-page__section__block.--panels .panel-item.--cols-3 {
  width: calc((100% - 3.96vw) / 3);
}
.under-page__section__block.--panels .panel-item.--cols-4 {
  width: calc((100% - 5.94vw) / 4);
}
.under-page__section__block.--panels .panel-item {
  border: 0.26vw solid #008c32;
  border-radius: 1.04vw;
  overflow: hidden;
}
@media not all and (min-width: 782px) {
  .under-page__section__block.--panels .panel-item {
    width: 100%;
    border-width: 0.53vw;
    border-radius: 3.2vw;
  }
}
.under-page__section__block.--panels .panel-item__img {
  aspect-ratio: 1.4988290398;
}
.under-page__section__block.--panels .panel-item__img picture {
  height: 100%;
}
.under-page__section__block.--panels .panel-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.under-page__section__block.--panels .panel-item__body {
  padding: 1.04vw 1.56vw 2.08vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media not all and (min-width: 782px) {
  .under-page__section__block.--panels .panel-item__body {
    padding: 4vw 4vw 5.33vw;
  }
}
.under-page__section__block.--panels .panel-item__body__title {
  font-size: 1.67vw;
  line-height: 1.5;
  color: #008c32;
  text-align: center;
  font-family: 'Kiwi Maru', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media not all and (min-width: 782px) {
  .under-page__section__block.--panels .panel-item__body__title {
    font-size: 3.73vw;
  }
}
.under-page__section__block.--panels .panel-item__body__text {
  width: 100%;
  margin-top: 0.63vw;
  font-size: 0.94vw;
  line-height: 1.5555555556;
}
@media not all and (min-width: 782px) {
  .under-page__section__block.--panels .panel-item__body__text {
    margin-top: 2.67vw;
    font-size: 3.73vw;
    line-height: 1.6923076923;
  }
}
.under-page__section__block.--panels .panel-item {
  /* SP: 画像左・テキスト右（panel-item に --sp_row を付与） */
}
@media not all and (min-width: 782px) {
  .under-page__section__block.--panels .panel-item.--sp_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .under-page__section__block.--panels .panel-item.--sp_row .panel-item__img {
    aspect-ratio: none;
    width: 34.67vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .under-page__section__block.--panels .panel-item.--sp_row .panel-item__img picture {
    height: 100%;
  }
  .under-page__section__block.--panels .panel-item.--sp_row .panel-item__body {
    width: 100%;
    padding: 4vw 2.67vw 5.33vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .under-page__section__block.--panels .panel-item.--sp_row .panel-item__body .panel-item__body__title {
    width: 100%;
  }
  .under-page__section__block.--panels .panel-item.--sp_row .panel-item__body .panel-item__body__text {
    padding: 0 1.87vw;
    text-align: left;
  }
}
.under-page__section__block {
  /* --------------------------------------------------------------------------
   * ポイントカード（PC 列数は .speedy-point-card.--cols-N で指定。未指定は4列）
   -------------------------------------------------------------------------- */
}
.under-page__section__block.--speedy-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.56vw;
}
@media not all and (min-width: 782px) {
  .under-page__section__block.--speedy-points {
    gap: 4.27vw;
  }
}
.under-page__section__block.--speedy-points .speedy-point-card {
  width: calc((100% - 4.68vw) / 4);
  border: 0.16vw solid #008c32;
  border-radius: 0.94vw;
  background-color: #fff;
  padding: 1.04vw 1.04vw 1.25vw;
}
@media not all and (min-width: 782px) {
  .under-page__section__block.--speedy-points .speedy-point-card {
    width: 100%;
    border-width: 0.53vw;
    border-radius: 3.2vw;
    padding: 3.73vw 3.2vw 4.27vw;
  }
}
.under-page__section__block.--speedy-points .speedy-point-card.--cols-1 {
  width: 100%;
}
.under-page__section__block.--speedy-points .speedy-point-card.--cols-2 {
  width: calc((100% - 1.56vw) / 2);
}
.under-page__section__block.--speedy-points .speedy-point-card.--cols-3 {
  width: calc((100% - 3.12vw) / 3);
}
.under-page__section__block.--speedy-points .speedy-point-card.--cols-4 {
  width: calc((100% - 4.68vw) / 4);
}
.under-page__section__block.--speedy-points .speedy-point-card.--cols-5 {
  width: calc((100% - 6.24vw) / 5);
}
@media not all and (min-width: 782px) {
  .under-page__section__block.--speedy-points .speedy-point-card.--cols-1, .under-page__section__block.--speedy-points .speedy-point-card.--cols-2, .under-page__section__block.--speedy-points .speedy-point-card.--cols-3, .under-page__section__block.--speedy-points .speedy-point-card.--cols-4, .under-page__section__block.--speedy-points .speedy-point-card.--cols-5 {
    width: 100%;
  }
}
.under-page__section__block.--speedy-points .speedy-point-card__no {
  color: #f9c058;
  font-size: 1.25vw;
  line-height: 1;
}
@media not all and (min-width: 782px) {
  .under-page__section__block.--speedy-points .speedy-point-card__no {
    font-size: 4.27vw;
  }
}
.under-page__section__block.--speedy-points .speedy-point-card__title {
  margin-top: 0.42vw;
  color: #008c32;
  font-size: 1.25vw;
  line-height: 1.5;
  font-family: 'Kiwi Maru', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media not all and (min-width: 782px) {
  .under-page__section__block.--speedy-points .speedy-point-card__title {
    margin-top: 1.6vw;
    font-size: 4.27vw;
    line-height: 1.5;
  }
}
.under-page__section__block.--speedy-points .speedy-point-card__img {
  margin-top: 0.63vw;
  border-radius: 0.52vw;
  aspect-ratio: 1.5;
  overflow: hidden;
}
@media not all and (min-width: 782px) {
  .under-page__section__block.--speedy-points .speedy-point-card__img {
    margin-top: 2.13vw;
    border-radius: 2.13vw;
  }
}
.under-page__section__block.--speedy-points .speedy-point-card__img picture {
  height: 100%;
}
.under-page__section__block.--speedy-points .speedy-point-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.under-page__section__block.--speedy-points .speedy-point-card__text {
  margin-top: 0.63vw;
  font-size: 0.83vw;
  line-height: 1.75;
}
@media not all and (min-width: 782px) {
  .under-page__section__block.--speedy-points .speedy-point-card__text {
    margin-top: 2.13vw;
    font-size: 3.73vw;
    line-height: 1.7142857143;
  }
}
.under-page__section__block {
  /* --------------------------------------------------------------------------
   * フレックスパネル
   -------------------------------------------------------------------------- */
}
.under-page__section__block.--flex-panels .flex-panel-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4.43vw;
  border-radius: 1.04vw;
  border: 0.21vw solid #8cce83;
  padding: 1.98vw 4.69vw;
  background-color: #fff;
}
@media not all and (min-width: 782px) {
  .under-page__section__block.--flex-panels .flex-panel-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.33vw;
    border-radius: 3.73vw;
    border-width: 0.8vw;
    padding: 5.33vw 4vw;
  }
}
.under-page__section__block.--flex-panels .flex-panel-item__body {
  width: 100%;
}
.under-page__section__block.--flex-panels .flex-panel-item__body__title {
  font-size: 1.67vw;
  line-height: 1.5;
  color: #008c32;
  font-family: 'Kiwi Maru', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-left: 2.08vw;
  position: relative;
}
@media not all and (min-width: 782px) {
  .under-page__section__block.--flex-panels .flex-panel-item__body__title {
    font-size: 4.8vw;
    padding-left: 5.87vw;
  }
}
.under-page__section__block.--flex-panels .flex-panel-item__body__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.73vw;
  width: 1.3vw;
  height: 1.3vw;
  background: url("../../images/icon-list.png.webp") no-repeat center center/contain;
}
@media not all and (min-width: 782px) {
  .under-page__section__block.--flex-panels .flex-panel-item__body__title::before {
    top: 1.87vw;
    width: 4vw;
    height: 4vw;
  }
}
.under-page__section__block.--flex-panels .flex-panel-item__img {
  width: 16.35vw;
  border-radius: 0.73vw;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media not all and (min-width: 782px) {
  .under-page__section__block.--flex-panels .flex-panel-item__img {
    width: 100%;
    border-radius: 2.67vw;
  }
}
.under-page__section__block.--flex-panels .flex-panel-item:nth-child(n+2) {
  margin-top: 1.25vw;
}
@media not all and (min-width: 782px) {
  .under-page__section__block.--flex-panels .flex-panel-item:nth-child(n+2) {
    margin-top: 2.67vw;
  }
}
@media not all and (min-width: 782px) {
  .under-page__section__block.--flex-panels .flex-panel-item.--sp_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media not all and (min-width: 782px) {
  .under-page__section__block.--flex-panels .flex-panel-item.--sp_row .flex-panel-item__img {
    width: 26.67vw;
  }
}
.under-page__section__block {
  /* --------------------------------------------------------------------------
   * ピックアップ
   -------------------------------------------------------------------------- */
}
.under-page__section__block.--pickup .pickup-block {
  position: relative;
}
.under-page__section__block.--pickup .pickup-block__lead {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 2.92vw;
  padding: 0.26vw 1.56vw 0;
  background-color: #008c32;
  color: #f9c058;
  font-size: 1.67vw;
  line-height: 1;
  letter-spacing: 0.1em;
  border-radius: 0.52vw 0.52vw 0 0;
  font-family: 'Roboto', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
@media not all and (min-width: 782px) {
  .under-page__section__block.--pickup .pickup-block__lead {
    top: -3.73vw;
    left: 2.67vw;
    min-height: 8.53vw;
    padding: 1.33vw 3.73vw 0;
    font-size: 4.8vw;
    border-radius: 1.6vw 1.6vw 0 0;
  }
}
.under-page__section__block.--pickup .pickup-block__frame {
  border: 0.26vw solid #008c32;
  background-color: #fff;
  padding: 2.08vw 1.88vw 1.77vw;
}
@media not all and (min-width: 782px) {
  .under-page__section__block.--pickup .pickup-block__frame {
    border-width: 0.8vw;
    padding: 5.87vw 3.2vw 4.27vw;
  }
}
.under-page__section__block.--pickup .pickup-block__frame__title {
  color: #008c32;
  font-size: 2.19vw;
  line-height: 1.4761904762;
  padding-bottom: 0.83vw;
  border-bottom: 0.16vw solid #008c32;
  font-family: 'Kiwi Maru', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media not all and (min-width: 782px) {
  .under-page__section__block.--pickup .pickup-block__frame__title {
    font-size: 4.8vw;
    padding-bottom: 2.13vw;
    border-bottom-width: 0.53vw;
  }
}
.under-page__section__block.--pickup .pickup-block__frame__content {
  margin-top: 1.46vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.34vw;
}
@media not all and (min-width: 782px) {
  .under-page__section__block.--pickup .pickup-block__frame__content {
    margin-top: 3.2vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.67vw;
  }
}
.under-page__section__block.--pickup .pickup-block__frame__content__text {
  width: 100%;
  font-size: 0.94vw;
  line-height: 2.1111111111;
}
@media not all and (min-width: 782px) {
  .under-page__section__block.--pickup .pickup-block__frame__content__text {
    width: 100%;
    font-size: 3.73vw;
    line-height: 2;
  }
}
.under-page__section__block.--pickup .pickup-block__frame__content__img {
  width: 27.08vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0.42vw;
  overflow: hidden;
}
@media not all and (min-width: 782px) {
  .under-page__section__block.--pickup .pickup-block__frame__content__img {
    width: 100%;
    border-radius: 1.6vw;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.under-page__section__block {
  /* --------------------------------------------------------------------------
   * リスト
   -------------------------------------------------------------------------- */
}
.under-page__section__block.--list {
  padding-left: 2.03vw;
}
@media not all and (min-width: 782px) {
  .under-page__section__block.--list {
    padding-left: 5.33vw;
  }
}
.under-page__section__block.--list li {
  position: relative;
  padding-left: 1.25vw;
  font-size: 1.04vw;
  font-family: 'Kiwi Maru', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media not all and (min-width: 782px) {
  .under-page__section__block.--list li {
    padding-left: 3.73vw;
    font-size: 3.73vw;
  }
}
.under-page__section__block.--list li {
  /* デフォルトのアイコン（ドット） */
}
.under-page__section__block.--list li::before {
  content: "";
  position: absolute;
  left: 0.52vw;
  top: 0.83vw;
  width: 0.42vw;
  height: 0.42vw;
  background-color: #f9c058;
  border-radius: 50%;
}
@media not all and (min-width: 782px) {
  .under-page__section__block.--list li::before {
    top: 2.67vw;
    width: 1.33vw;
    height: 1.33vw;
  }
}
.under-page__section__block.--list li:nth-child(n+2) {
  margin-top: 0.52vw;
}
@media not all and (min-width: 782px) {
  .under-page__section__block.--list li:nth-child(n+2) {
    margin-top: 1.33vw;
  }
}
.under-page__section__block.--list {
  /* 橙チェックアイコン */
}
.under-page__section__block.--list.--icon-check li {
  padding-left: 2.03vw;
}
@media not all and (min-width: 782px) {
  .under-page__section__block.--list.--icon-check li {
    padding-left: 5.33vw;
  }
}
.under-page__section__block.--list.--icon-check li::before {
  border-radius: 0;
  background: none;
  top: 0.68vw;
  width: 0.63vw;
  height: 0.36vw;
  border-width: 0 0 0.16vw 0.16vw;
  border-style: solid;
  border-color: #f9c058;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
@media not all and (min-width: 782px) {
  .under-page__section__block.--list.--icon-check li::before {
    top: 2.4vw;
    width: 2.4vw;
    height: 1.33vw;
    border-width: 0 0 0.53vw 0.53vw;
  }
}
.under-page__section__block.--list {
  /* 緑チェックアイコン */
}
.under-page__section__block.--list.--icon-green-check li {
  padding-left: 2.03vw;
}
@media not all and (min-width: 782px) {
  .under-page__section__block.--list.--icon-green-check li {
    padding-left: 5.33vw;
  }
}
.under-page__section__block.--list.--icon-green-check li::before {
  border-radius: 0;
  background: none;
  top: 0.68vw;
  width: 0.63vw;
  height: 0.36vw;
  border-width: 0 0 0.16vw 0.16vw;
  border-style: solid;
  border-color: #008c32;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
@media not all and (min-width: 782px) {
  .under-page__section__block.--list.--icon-green-check li::before {
    top: 2.4vw;
    width: 2.4vw;
    height: 1.33vw;
    border-width: 0 0 0.53vw 0.53vw;
  }
}
.under-page__section__block {
  /* --------------------------------------------------------------------------
   * テーブル
   -------------------------------------------------------------------------- */
}
.under-page__section__block.--table {
  width: 100%;
}
@media not all and (min-width: 782px) {
  .under-page__section__block.--table.--scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .under-page__section__block.--table.--scroll::after {
    content: "スクロールできます";
    position: sticky;
    left: 0;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    margin-top: 2.13vw;
    text-align: left;
    font-size: 3.2vw;
    line-height: 1.5;
    color: #595959;
    font-family: 'Noto Sans JP', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
    font-weight: 400;
    pointer-events: none;
  }
}
@media not all and (min-width: 782px) {
  .under-page__section__block.--table.--scroll .under-table {
    min-width: 149.33vw;
  }
}
.under-page__section__block.--table .under-table {
  width: 100%;
  border-collapse: collapse;
  border: 0.1vw solid #008c32;
  font-size: 0.94vw;
  line-height: 1.5555555556;
  table-layout: fixed;
}
@media not all and (min-width: 782px) {
  .under-page__section__block.--table .under-table {
    border-width: 0.53vw;
    font-size: 3.73vw;
    line-height: 1.5714285714;
  }
}
.under-page__section__block.--table .under-table__head__cell {
  padding: 0.83vw 1.04vw;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-color: #008c32;
  border: 0.05vw solid #008c32;
  font-family: 'Kiwi Maru', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 500;
}
@media not all and (min-width: 782px) {
  .under-page__section__block.--table .under-table__head__cell {
    padding: 2.67vw 2.13vw;
    border-width: 0.27vw;
  }
}
.under-page__section__block.--table .under-table__body__label {
  width: 12.5vw;
  padding: 0.83vw 1.25vw;
  text-align: left;
  vertical-align: top;
  color: #008c32;
  background-color: #f9f6ee;
  border: 0.05vw solid #8cce83;
  font-family: 'Kiwi Maru', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 500;
}
@media not all and (min-width: 782px) {
  .under-page__section__block.--table .under-table__body__label {
    width: 29.33vw;
    padding: 2.67vw 2.13vw;
    border-width: 0.27vw;
  }
}
.under-page__section__block.--table .under-table__body__cell {
  padding: 0.83vw 1.25vw;
  text-align: left;
  vertical-align: top;
  background-color: #fff;
  border: 0.05vw solid #8cce83;
}
@media not all and (min-width: 782px) {
  .under-page__section__block.--table .under-table__body__cell {
    padding: 2.67vw 2.13vw;
    border-width: 0.27vw;
  }
}
.under-page__section__block {
  /* --------------------------------------------------------------------------
   * 式・比較（1行強調）
   -------------------------------------------------------------------------- */
}
.under-page__section__block.--formula .formula-block__text {
  padding: 1.25vw 2.08vw;
  background-color: #f9f6ee;
  border-radius: 0.52vw;
  text-align: center;
  font-size: 1.25vw;
  line-height: 1.6666666667;
  color: #008c32;
  font-family: 'Kiwi Maru', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media not all and (min-width: 782px) {
  .under-page__section__block.--formula .formula-block__text {
    padding: 4.27vw 5.33vw;
    border-radius: 2.13vw;
    font-size: 4.27vw;
    line-height: 1.75;
  }
}
.under-page__section__block {
  /* --------------------------------------------------------------------------
   * 丸型リスト
   -------------------------------------------------------------------------- */
}
.under-page__section__block.--circle-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.56vw;
}
@media not all and (min-width: 782px) {
  .under-page__section__block.--circle-list {
    gap: 4vw;
  }
}
.under-page__section__block.--circle-list li {
  width: calc((100% - 4.68vw) / 4);
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 0.52vw;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.46vw;
  font-family: 'Kiwi Maru', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: 500;
  font-style: normal;
  background-image: repeating-linear-gradient(-45deg, #eaf4d2 0px, #eaf4d2 0.52vw, #eff7dd 0.52vw, #eff7dd 0.68vw);
}
@media not all and (min-width: 782px) {
  .under-page__section__block.--circle-list li {
    width: calc((100% - 4vw) / 2);
    font-size: 4.27vw;
    padding: 1.33vw;
    background-image: repeating-linear-gradient(-45deg, #eaf4d2 0px, #eaf4d2 1.6vw, #eff7dd 1.6vw, #eff7dd 2.13vw);
  }
}
.under-page [id^=company-],
.under-page [id^=staff-],
.under-page [id^=know_title],
.under-page #knowledge_title01 {
  scroll-margin-top: 6.25vw;
}
@media not all and (min-width: 782px) {
  .under-page [id^=company-],
  .under-page [id^=staff-],
  .under-page [id^=know_title],
  .under-page #knowledge_title01 {
    scroll-margin-top: 18.67vw;
  }
}

.error404 .not-found__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4.17vw 0 5.21vw;
  text-align: center;
}
@media not all and (min-width: 782px) {
  .error404 .not-found__inner {
    padding: 13.33vw 0 18.67vw;
  }
}

.case {
  padding: 6.77vw 0 5.21vw;
}
@media not all and (min-width: 782px) {
  .case {
    padding: 13.33vw 0 13.33vw;
  }
}
.case__box {
  width: 59.38vw;
  margin-inline: auto;
  margin-top: 1.82vw;
  background-color: #fff;
  border-radius: 1.56vw;
  -webkit-box-shadow: 0 0.36vw 1.67vw 0 rgba(35, 24, 21, 0.05);
          box-shadow: 0 0.36vw 1.67vw 0 rgba(35, 24, 21, 0.05);
  padding: 4.17vw 4.69vw 3.49vw;
}
@media not all and (min-width: 782px) {
  .case__box {
    width: 92vw;
    margin-top: 5.33vw;
    padding: 5.33vw 4vw;
  }
}
.case__box__scale {
  width: 100%;
  aspect-ratio: 960/820;
  overflow-x: hidden;
  overflow-y: auto;
}
@media not all and (min-width: 782px) {
  .case__box__scale {
    aspect-ratio: 315/820;
  }
}
.case__box__iframe-wrap {
  width: 100%;
  overflow: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.case__box__iframe {
  display: block;
  width: 960px;
  height: 1052.4px;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  border: none;
}
@media not all and (min-width: 782px) {
  .case__box__iframe {
    width: 315px;
    height: 1175px;
  }
}
/*# sourceMappingURL=under.css.map */