@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  height: -webkit-fill-available;
}

body {
  color: #333333;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  line-height: 1.9;
  font-weight: 500;
  /* プロポーショナルメトリクスを有効にする指定 */
  /* font-feature-settings: "palt" 1;
  */
}
@media (max-width: 1487px) and (min-width: 761px) {
  body {
    font-size: calc(18 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  body {
    font-size: calc(26 / 760 * 100vw);
  }
}

p:empty {
  display: none;
}

hr {
  margin-bottom: 1em;
}

picture {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
}

svg {
  vertical-align: top;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

small {
  font-size: 80%;
}

@media only screen and (min-width: 761px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-wrapper {
  overflow: hidden;
  position: relative;
  /* max-width: $break_xl; */
  margin: auto;
}

.l-inner {
  margin: 0 auto;
  position: relative;
  /* max-width: $break_xl; */
  /* z-index: 99; */
  /* .bg-wave_bottom>& {
  	padding-bottom: $space_md;

  	@include mq($break_sp) {
  		padding-bottom: $space_md_sp;
  	}
  } */
}
@media only screen and (max-width: 760px) {
  .l-inner.sp_inner_xl {
    padding: 0;
  }
  .l-inner.sp_inner_lg {
    padding: calc(100 / 760 * 80 / 1 * 1vw) calc(100 / 760 * 50 / 1 * 1vw);
  }
  .l-inner.sp_inner_md {
    padding: calc(100 / 760 * 60 / 1 * 1vw) calc(100 / 760 * 50 / 1 * 1vw);
  }
  .l-inner.sp_inner_sm {
    padding: calc(100 / 760 * 50 / 1 * 1vw) calc(100 / 760 * 50 / 1 * 1vw);
  }
  .l-inner.sp_inner_xs {
    padding: calc(100 / 760 * 30 / 1 * 1vw) calc(100 / 760 * 50 / 1 * 1vw);
  }
}

.inner_xl {
  max-width: 1680px;
  padding-right: 30px;
  padding-left: 30px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .inner_xl {
    max-width: calc(1680 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .inner_xl {
    max-width: calc(1680 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .inner_xl {
    padding-right: calc(30 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .inner_xl {
    padding-right: calc(40 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .inner_xl {
    padding-left: calc(30 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .inner_xl {
    padding-left: calc(40 / 760 * 100vw);
  }
}
.inner_lg {
  max-width: 1100px;
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .inner_lg {
    max-width: calc(1100 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .inner_lg {
    max-width: calc(760 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .inner_lg {
    padding-left: calc(80 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .inner_lg {
    padding-left: calc(40 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .inner_lg {
    padding-right: calc(80 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .inner_lg {
    padding-right: calc(40 / 760 * 100vw);
  }
}
.inner_md {
  max-width: 1280px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .inner_md {
    max-width: calc(1280 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .inner_md {
    max-width: calc(760 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .inner_md {
    padding-left: calc(0 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .inner_md {
    padding-left: calc(40 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .inner_md {
    padding-right: calc(0 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .inner_md {
    padding-right: calc(40 / 760 * 100vw);
  }
}
.inner_sm {
  padding-left: 65px;
  padding-right: 65px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .inner_sm {
    padding-left: calc(65 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .inner_sm {
    padding-left: calc(65 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .inner_sm {
    padding-right: calc(65 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .inner_sm {
    padding-right: calc(65 / 760 * 100vw);
  }
}
.inner_xs {
  max-width: 1100px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .inner_xs {
    max-width: calc(1100 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .inner_xs {
    max-width: calc(1100 / 760 * 100vw);
  }
}

@media only screen and (max-width: 760px) {
  .m-box .inner_sm {
    padding-right: 0.6578947368vw;
    padding-left: 0.6578947368vw;
  }
}

.l-section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  /* z-index: 9; */
  min-height: 471px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .l-section {
    padding-top: calc(100 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .l-section {
    padding-top: calc(100 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .l-section {
    padding-bottom: calc(100 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .l-section {
    padding-bottom: calc(100 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .l-section {
    min-height: calc(471 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .l-section {
    min-height: calc(0 / 760 * 100vw);
  }
}
.l-section:nth-of-type(even) .ttl-size_xl {
  right: -170px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .l-section:nth-of-type(even) .ttl-size_xl {
    right: calc(-170 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .l-section:nth-of-type(even) .ttl-size_xl {
    right: calc(-170 / 760 * 100vw);
  }
}
.l-section:nth-of-type(even) .ttl-size_xl.reception-ttl {
  right: 100%;
}

.l-content {
  border-top: solid 2px #e4e1d7;
  margin-top: 80px;
  padding-top: 80px;
}
.l-main {
  position: relative;
}
.l-main.main-bg::before {
  content: "";
  display: block;
  width: 1680px;
  height: 1481px;
  background: url("../img/shapes_00.png") center top no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  /* z-index: 9; */
}
@media (max-width: 1487px) and (min-width: 761px) {
  .l-main.main-bg::before {
    width: calc(1680 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .l-main.main-bg::before {
    width: calc(760 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .l-main.main-bg::before {
    height: calc(1481 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .l-main.main-bg::before {
    height: calc(1922 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .l-main.main-bg::before {
    top: calc(0 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .l-main.main-bg::before {
    top: calc(110 / 760 * 100vw);
  }
}
@media only screen and (max-width: 760px) {
  .l-main.main-bg::before {
    background: url("../img/shapes_00_sp.png") center top no-repeat;
    background-size: cover;
  }
}
.b_nishiazabu .l-main.main-bg::before {
  height: 1481px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .b_nishiazabu .l-main.main-bg::before {
    height: calc(1481 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .b_nishiazabu .l-main.main-bg::before {
    height: calc(2008 / 760 * 100vw);
  }
}
@media only screen and (max-width: 760px) {
  .b_nishiazabu .l-main.main-bg::before {
    background: url("../img/shapes_00_sp_n.png") center top no-repeat;
    background-size: cover;
  }
}
.b_sitemap .l-main::before {
  content: "";
  display: block;
  width: 1680px;
  height: 594px;
  background: url("../img/shapes_00_sitemap.png") center top no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  /* z-index: 9; */
}
@media (max-width: 1487px) and (min-width: 761px) {
  .b_sitemap .l-main::before {
    width: calc(1680 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .b_sitemap .l-main::before {
    width: calc(760 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .b_sitemap .l-main::before {
    height: calc(594 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .b_sitemap .l-main::before {
    height: calc(1832 / 760 * 100vw);
  }
}
@media only screen and (max-width: 760px) {
  .b_sitemap .l-main::before {
    background: url("../img/shapes_00_sitemap_sp.png") center top no-repeat;
    background-size: cover;
  }
}
@media only screen and (max-width: 760px) {
  .l-main > .l-section:first-child {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 760px) and (max-width: 1487px) and (min-width: 761px) {
  .l-main > .l-section:first-child {
    padding-top: calc(100 / 1680 * 100vw);
  }
}
@media only screen and (max-width: 760px) and (max-width: 760px) {
  .l-main > .l-section:first-child {
    padding-top: calc(190 / 760 * 100vw);
  }
}
@media only screen and (max-width: 760px) {
  .b_top .l-main > .l-section:first-child {
    padding-top: 205px;
  }
}
@media only screen and (max-width: 760px) and (max-width: 1487px) and (min-width: 761px) {
  .b_top .l-main > .l-section:first-child {
    padding-top: calc(205 / 1680 * 100vw);
  }
}
@media only screen and (max-width: 760px) and (max-width: 760px) {
  .b_top .l-main > .l-section:first-child {
    padding-top: calc(402 / 760 * 100vw);
  }
}

.l-footer {
  position: relative;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row > .col-1 {
  width: calc(100% * 1 / 1);
}
.row > .col-1_1 {
  width: calc(100% * 1 / 1);
}
.row > .col-2 {
  width: calc(100% * 1 / 2);
}
.row > .col-2_1 {
  width: calc(100% * 1 / 2);
}
.row > .col-2_2 {
  width: calc(100% * 2 / 2);
}
.row > .col-3 {
  width: calc(100% * 1 / 3);
}
.row > .col-3_1 {
  width: calc(100% * 1 / 3);
}
.row > .col-3_2 {
  width: calc(100% * 2 / 3);
}
.row > .col-3_3 {
  width: calc(100% * 3 / 3);
}
.row > .col-4 {
  width: calc(100% * 1 / 4);
}
.row > .col-4_1 {
  width: calc(100% * 1 / 4);
}
.row > .col-4_2 {
  width: calc(100% * 2 / 4);
}
.row > .col-4_3 {
  width: calc(100% * 3 / 4);
}
.row > .col-4_4 {
  width: calc(100% * 4 / 4);
}
.row > .col-5 {
  width: calc(100% * 1 / 5);
}
.row > .col-5_1 {
  width: calc(100% * 1 / 5);
}
.row > .col-5_2 {
  width: calc(100% * 2 / 5);
}
.row > .col-5_3 {
  width: calc(100% * 3 / 5);
}
.row > .col-5_4 {
  width: calc(100% * 4 / 5);
}
.row > .col-5_5 {
  width: calc(100% * 5 / 5);
}
.row > .col-6 {
  width: calc(100% * 1 / 6);
}
.row > .col-6_1 {
  width: calc(100% * 1 / 6);
}
.row > .col-6_2 {
  width: calc(100% * 2 / 6);
}
.row > .col-6_3 {
  width: calc(100% * 3 / 6);
}
.row > .col-6_4 {
  width: calc(100% * 4 / 6);
}
.row > .col-6_5 {
  width: calc(100% * 5 / 6);
}
.row > .col-6_6 {
  width: calc(100% * 6 / 6);
}
.row > .col-7 {
  width: calc(100% * 1 / 7);
}
.row > .col-7_1 {
  width: calc(100% * 1 / 7);
}
.row > .col-7_2 {
  width: calc(100% * 2 / 7);
}
.row > .col-7_3 {
  width: calc(100% * 3 / 7);
}
.row > .col-7_4 {
  width: calc(100% * 4 / 7);
}
.row > .col-7_5 {
  width: calc(100% * 5 / 7);
}
.row > .col-7_6 {
  width: calc(100% * 6 / 7);
}
.row > .col-7_7 {
  width: calc(100% * 7 / 7);
}
.row > .col-8 {
  width: calc(100% * 1 / 8);
}
.row > .col-8_1 {
  width: calc(100% * 1 / 8);
}
.row > .col-8_2 {
  width: calc(100% * 2 / 8);
}
.row > .col-8_3 {
  width: calc(100% * 3 / 8);
}
.row > .col-8_4 {
  width: calc(100% * 4 / 8);
}
.row > .col-8_5 {
  width: calc(100% * 5 / 8);
}
.row > .col-8_6 {
  width: calc(100% * 6 / 8);
}
.row > .col-8_7 {
  width: calc(100% * 7 / 8);
}
.row > .col-8_8 {
  width: calc(100% * 8 / 8);
}
.row > .col-9 {
  width: calc(100% * 1 / 9);
}
.row > .col-9_1 {
  width: calc(100% * 1 / 9);
}
.row > .col-9_2 {
  width: calc(100% * 2 / 9);
}
.row > .col-9_3 {
  width: calc(100% * 3 / 9);
}
.row > .col-9_4 {
  width: calc(100% * 4 / 9);
}
.row > .col-9_5 {
  width: calc(100% * 5 / 9);
}
.row > .col-9_6 {
  width: calc(100% * 6 / 9);
}
.row > .col-9_7 {
  width: calc(100% * 7 / 9);
}
.row > .col-9_8 {
  width: calc(100% * 8 / 9);
}
.row > .col-9_9 {
  width: calc(100% * 9 / 9);
}
.row > .col-10 {
  width: calc(100% * 1 / 10);
}
.row > .col-10_1 {
  width: calc(100% * 1 / 10);
}
.row > .col-10_2 {
  width: calc(100% * 2 / 10);
}
.row > .col-10_3 {
  width: calc(100% * 3 / 10);
}
.row > .col-10_4 {
  width: calc(100% * 4 / 10);
}
.row > .col-10_5 {
  width: calc(100% * 5 / 10);
}
.row > .col-10_6 {
  width: calc(100% * 6 / 10);
}
.row > .col-10_7 {
  width: calc(100% * 7 / 10);
}
.row > .col-10_8 {
  width: calc(100% * 8 / 10);
}
.row > .col-10_9 {
  width: calc(100% * 9 / 10);
}
.row > .col-10_10 {
  width: calc(100% * 10 / 10);
}
.row > .col-11 {
  width: calc(100% * 1 / 11);
}
.row > .col-11_1 {
  width: calc(100% * 1 / 11);
}
.row > .col-11_2 {
  width: calc(100% * 2 / 11);
}
.row > .col-11_3 {
  width: calc(100% * 3 / 11);
}
.row > .col-11_4 {
  width: calc(100% * 4 / 11);
}
.row > .col-11_5 {
  width: calc(100% * 5 / 11);
}
.row > .col-11_6 {
  width: calc(100% * 6 / 11);
}
.row > .col-11_7 {
  width: calc(100% * 7 / 11);
}
.row > .col-11_8 {
  width: calc(100% * 8 / 11);
}
.row > .col-11_9 {
  width: calc(100% * 9 / 11);
}
.row > .col-11_10 {
  width: calc(100% * 10 / 11);
}
.row > .col-11_11 {
  width: calc(100% * 11 / 11);
}
.row > .col-12 {
  width: calc(100% * 1 / 12);
}
.row > .col-12_1 {
  width: calc(100% * 1 / 12);
}
.row > .col-12_2 {
  width: calc(100% * 2 / 12);
}
.row > .col-12_3 {
  width: calc(100% * 3 / 12);
}
.row > .col-12_4 {
  width: calc(100% * 4 / 12);
}
.row > .col-12_5 {
  width: calc(100% * 5 / 12);
}
.row > .col-12_6 {
  width: calc(100% * 6 / 12);
}
.row > .col-12_7 {
  width: calc(100% * 7 / 12);
}
.row > .col-12_8 {
  width: calc(100% * 8 / 12);
}
.row > .col-12_9 {
  width: calc(100% * 9 / 12);
}
.row > .col-12_10 {
  width: calc(100% * 10 / 12);
}
.row > .col-12_11 {
  width: calc(100% * 11 / 12);
}
.row > .col-12_12 {
  width: calc(100% * 12 / 12);
}
.row > .col-13 {
  width: calc(100% * 1 / 13);
}
.row > .col-13_1 {
  width: calc(100% * 1 / 13);
}
.row > .col-13_2 {
  width: calc(100% * 2 / 13);
}
.row > .col-13_3 {
  width: calc(100% * 3 / 13);
}
.row > .col-13_4 {
  width: calc(100% * 4 / 13);
}
.row > .col-13_5 {
  width: calc(100% * 5 / 13);
}
.row > .col-13_6 {
  width: calc(100% * 6 / 13);
}
.row > .col-13_7 {
  width: calc(100% * 7 / 13);
}
.row > .col-13_8 {
  width: calc(100% * 8 / 13);
}
.row > .col-13_9 {
  width: calc(100% * 9 / 13);
}
.row > .col-13_10 {
  width: calc(100% * 10 / 13);
}
.row > .col-13_11 {
  width: calc(100% * 11 / 13);
}
.row > .col-13_12 {
  width: calc(100% * 12 / 13);
}
.row > .col-13_13 {
  width: calc(100% * 13 / 13);
}
.row > .col-14 {
  width: calc(100% * 1 / 14);
}
.row > .col-14_1 {
  width: calc(100% * 1 / 14);
}
.row > .col-14_2 {
  width: calc(100% * 2 / 14);
}
.row > .col-14_3 {
  width: calc(100% * 3 / 14);
}
.row > .col-14_4 {
  width: calc(100% * 4 / 14);
}
.row > .col-14_5 {
  width: calc(100% * 5 / 14);
}
.row > .col-14_6 {
  width: calc(100% * 6 / 14);
}
.row > .col-14_7 {
  width: calc(100% * 7 / 14);
}
.row > .col-14_8 {
  width: calc(100% * 8 / 14);
}
.row > .col-14_9 {
  width: calc(100% * 9 / 14);
}
.row > .col-14_10 {
  width: calc(100% * 10 / 14);
}
.row > .col-14_11 {
  width: calc(100% * 11 / 14);
}
.row > .col-14_12 {
  width: calc(100% * 12 / 14);
}
.row > .col-14_13 {
  width: calc(100% * 13 / 14);
}
.row > .col-14_14 {
  width: calc(100% * 14 / 14);
}
.row > .col-15 {
  width: calc(100% * 1 / 15);
}
.row > .col-15_1 {
  width: calc(100% * 1 / 15);
}
.row > .col-15_2 {
  width: calc(100% * 2 / 15);
}
.row > .col-15_3 {
  width: calc(100% * 3 / 15);
}
.row > .col-15_4 {
  width: calc(100% * 4 / 15);
}
.row > .col-15_5 {
  width: calc(100% * 5 / 15);
}
.row > .col-15_6 {
  width: calc(100% * 6 / 15);
}
.row > .col-15_7 {
  width: calc(100% * 7 / 15);
}
.row > .col-15_8 {
  width: calc(100% * 8 / 15);
}
.row > .col-15_9 {
  width: calc(100% * 9 / 15);
}
.row > .col-15_10 {
  width: calc(100% * 10 / 15);
}
.row > .col-15_11 {
  width: calc(100% * 11 / 15);
}
.row > .col-15_12 {
  width: calc(100% * 12 / 15);
}
.row > .col-15_13 {
  width: calc(100% * 13 / 15);
}
.row > .col-15_14 {
  width: calc(100% * 14 / 15);
}
.row > .col-15_15 {
  width: calc(100% * 15 / 15);
}
.row > .col-16 {
  width: calc(100% * 1 / 16);
}
.row > .col-16_1 {
  width: calc(100% * 1 / 16);
}
.row > .col-16_2 {
  width: calc(100% * 2 / 16);
}
.row > .col-16_3 {
  width: calc(100% * 3 / 16);
}
.row > .col-16_4 {
  width: calc(100% * 4 / 16);
}
.row > .col-16_5 {
  width: calc(100% * 5 / 16);
}
.row > .col-16_6 {
  width: calc(100% * 6 / 16);
}
.row > .col-16_7 {
  width: calc(100% * 7 / 16);
}
.row > .col-16_8 {
  width: calc(100% * 8 / 16);
}
.row > .col-16_9 {
  width: calc(100% * 9 / 16);
}
.row > .col-16_10 {
  width: calc(100% * 10 / 16);
}
.row > .col-16_11 {
  width: calc(100% * 11 / 16);
}
.row > .col-16_12 {
  width: calc(100% * 12 / 16);
}
.row > .col-16_13 {
  width: calc(100% * 13 / 16);
}
.row > .col-16_14 {
  width: calc(100% * 14 / 16);
}
.row > .col-16_15 {
  width: calc(100% * 15 / 16);
}
.row > .col-16_16 {
  width: calc(100% * 16 / 16);
}
.row > .col-17 {
  width: calc(100% * 1 / 17);
}
.row > .col-17_1 {
  width: calc(100% * 1 / 17);
}
.row > .col-17_2 {
  width: calc(100% * 2 / 17);
}
.row > .col-17_3 {
  width: calc(100% * 3 / 17);
}
.row > .col-17_4 {
  width: calc(100% * 4 / 17);
}
.row > .col-17_5 {
  width: calc(100% * 5 / 17);
}
.row > .col-17_6 {
  width: calc(100% * 6 / 17);
}
.row > .col-17_7 {
  width: calc(100% * 7 / 17);
}
.row > .col-17_8 {
  width: calc(100% * 8 / 17);
}
.row > .col-17_9 {
  width: calc(100% * 9 / 17);
}
.row > .col-17_10 {
  width: calc(100% * 10 / 17);
}
.row > .col-17_11 {
  width: calc(100% * 11 / 17);
}
.row > .col-17_12 {
  width: calc(100% * 12 / 17);
}
.row > .col-17_13 {
  width: calc(100% * 13 / 17);
}
.row > .col-17_14 {
  width: calc(100% * 14 / 17);
}
.row > .col-17_15 {
  width: calc(100% * 15 / 17);
}
.row > .col-17_16 {
  width: calc(100% * 16 / 17);
}
.row > .col-17_17 {
  width: calc(100% * 17 / 17);
}
.row > .col-18 {
  width: calc(100% * 1 / 18);
}
.row > .col-18_1 {
  width: calc(100% * 1 / 18);
}
.row > .col-18_2 {
  width: calc(100% * 2 / 18);
}
.row > .col-18_3 {
  width: calc(100% * 3 / 18);
}
.row > .col-18_4 {
  width: calc(100% * 4 / 18);
}
.row > .col-18_5 {
  width: calc(100% * 5 / 18);
}
.row > .col-18_6 {
  width: calc(100% * 6 / 18);
}
.row > .col-18_7 {
  width: calc(100% * 7 / 18);
}
.row > .col-18_8 {
  width: calc(100% * 8 / 18);
}
.row > .col-18_9 {
  width: calc(100% * 9 / 18);
}
.row > .col-18_10 {
  width: calc(100% * 10 / 18);
}
.row > .col-18_11 {
  width: calc(100% * 11 / 18);
}
.row > .col-18_12 {
  width: calc(100% * 12 / 18);
}
.row > .col-18_13 {
  width: calc(100% * 13 / 18);
}
.row > .col-18_14 {
  width: calc(100% * 14 / 18);
}
.row > .col-18_15 {
  width: calc(100% * 15 / 18);
}
.row > .col-18_16 {
  width: calc(100% * 16 / 18);
}
.row > .col-18_17 {
  width: calc(100% * 17 / 18);
}
.row > .col-18_18 {
  width: calc(100% * 18 / 18);
}
.row > .col-19 {
  width: calc(100% * 1 / 19);
}
.row > .col-19_1 {
  width: calc(100% * 1 / 19);
}
.row > .col-19_2 {
  width: calc(100% * 2 / 19);
}
.row > .col-19_3 {
  width: calc(100% * 3 / 19);
}
.row > .col-19_4 {
  width: calc(100% * 4 / 19);
}
.row > .col-19_5 {
  width: calc(100% * 5 / 19);
}
.row > .col-19_6 {
  width: calc(100% * 6 / 19);
}
.row > .col-19_7 {
  width: calc(100% * 7 / 19);
}
.row > .col-19_8 {
  width: calc(100% * 8 / 19);
}
.row > .col-19_9 {
  width: calc(100% * 9 / 19);
}
.row > .col-19_10 {
  width: calc(100% * 10 / 19);
}
.row > .col-19_11 {
  width: calc(100% * 11 / 19);
}
.row > .col-19_12 {
  width: calc(100% * 12 / 19);
}
.row > .col-19_13 {
  width: calc(100% * 13 / 19);
}
.row > .col-19_14 {
  width: calc(100% * 14 / 19);
}
.row > .col-19_15 {
  width: calc(100% * 15 / 19);
}
.row > .col-19_16 {
  width: calc(100% * 16 / 19);
}
.row > .col-19_17 {
  width: calc(100% * 17 / 19);
}
.row > .col-19_18 {
  width: calc(100% * 18 / 19);
}
.row > .col-19_19 {
  width: calc(100% * 19 / 19);
}
.row > .col-20 {
  width: calc(100% * 1 / 20);
}
.row > .col-20_1 {
  width: calc(100% * 1 / 20);
}
.row > .col-20_2 {
  width: calc(100% * 2 / 20);
}
.row > .col-20_3 {
  width: calc(100% * 3 / 20);
}
.row > .col-20_4 {
  width: calc(100% * 4 / 20);
}
.row > .col-20_5 {
  width: calc(100% * 5 / 20);
}
.row > .col-20_6 {
  width: calc(100% * 6 / 20);
}
.row > .col-20_7 {
  width: calc(100% * 7 / 20);
}
.row > .col-20_8 {
  width: calc(100% * 8 / 20);
}
.row > .col-20_9 {
  width: calc(100% * 9 / 20);
}
.row > .col-20_10 {
  width: calc(100% * 10 / 20);
}
.row > .col-20_11 {
  width: calc(100% * 11 / 20);
}
.row > .col-20_12 {
  width: calc(100% * 12 / 20);
}
.row > .col-20_13 {
  width: calc(100% * 13 / 20);
}
.row > .col-20_14 {
  width: calc(100% * 14 / 20);
}
.row > .col-20_15 {
  width: calc(100% * 15 / 20);
}
.row > .col-20_16 {
  width: calc(100% * 16 / 20);
}
.row > .col-20_17 {
  width: calc(100% * 17 / 20);
}
.row > .col-20_18 {
  width: calc(100% * 18 / 20);
}
.row > .col-20_19 {
  width: calc(100% * 19 / 20);
}
.row > .col-20_20 {
  width: calc(100% * 20 / 20);
}
@media only screen and (min-width: 761px) {
  .row > .col-flex1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media only screen and (min-width: 761px) {
  .row > .col-flex2 {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}
@media only screen and (min-width: 761px) {
  .row > .col-flex3 {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
  }
}
@media only screen and (min-width: 761px) {
  .row > .col-flex4 {
    -webkit-box-flex: 4;
        -ms-flex: 4;
            flex: 4;
  }
}
@media only screen and (min-width: 761px) {
  .row > .col-flex5 {
    -webkit-box-flex: 5;
        -ms-flex: 5;
            flex: 5;
  }
}
.row > .col-flex {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.row-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.row-col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.row-column_reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.row-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.row-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 0;
}
.row-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 760px) {
  .row-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.row-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.row-align_start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.row-align_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.row-align_end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.row-align_strech {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.row-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.row_xl {
  margin-left: -50px;
  margin-right: -50px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row_xl {
    margin-left: calc(-50 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row_xl {
    margin-left: calc(-50 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row_xl {
    margin-right: calc(-50 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row_xl {
    margin-right: calc(-50 / 760 * 100vw);
  }
}
.row_xl > [class^=col] {
  position: relative;
  padding: 50px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row_xl > [class^=col] {
    padding: calc(50 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row_xl > [class^=col] {
    padding: calc(50 / 760 * 100vw);
  }
}
.row_lg {
  margin-left: -40px;
  margin-right: -40px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row_lg {
    margin-left: calc(-40 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row_lg {
    margin-left: calc(-40 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row_lg {
    margin-right: calc(-40 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row_lg {
    margin-right: calc(-40 / 760 * 100vw);
  }
}
.row_lg > [class^=col] {
  position: relative;
  padding: 40px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row_lg > [class^=col] {
    padding: calc(40 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row_lg > [class^=col] {
    padding: calc(40 / 760 * 100vw);
  }
}
.row_md {
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row_md {
    margin-left: calc(-30 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row_md {
    margin-left: calc(-30 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row_md {
    margin-right: calc(-30 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row_md {
    margin-right: calc(-30 / 760 * 100vw);
  }
}
.row_md > [class^=col] {
  position: relative;
  padding: 30px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row_md > [class^=col] {
    padding: calc(30 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row_md > [class^=col] {
    padding: calc(30 / 760 * 100vw);
  }
}
.row_sm {
  margin-left: -25px;
  margin-right: -25px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row_sm {
    margin-left: calc(-25 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row_sm {
    margin-left: calc(-25 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row_sm {
    margin-right: calc(-25 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row_sm {
    margin-right: calc(-25 / 760 * 100vw);
  }
}
.row_sm > [class^=col] {
  position: relative;
  padding: 25px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row_sm > [class^=col] {
    padding: calc(25 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row_sm > [class^=col] {
    padding: calc(25 / 760 * 100vw);
  }
}
.row_xs {
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row_xs {
    margin-left: calc(-15 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row_xs {
    margin-left: calc(-15 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row_xs {
    margin-right: calc(-15 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row_xs {
    margin-right: calc(-15 / 760 * 100vw);
  }
}
.row_xs > [class^=col] {
  position: relative;
  padding: 15px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row_xs > [class^=col] {
    padding: calc(15 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row_xs > [class^=col] {
    padding: calc(15 / 760 * 100vw);
  }
}
@media only screen and (max-width: 760px) {
  .row:not(.sp_row, .sp_row-column_reverse, .sp_row-column, .sp_row-reverse) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
  .row:not(.sp_row, .sp_row-column_reverse, .sp_row-column, .sp_row-reverse) > [class^=col] {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0;
  }
  .row .col {
    width: auto;
  }
  .row .sp_col-1 {
    width: calc(100% * 1 / 1);
  }
  .row .sp_col-1_1 {
    width: calc(100% * 1 / 1);
  }
  .row .sp_col-2 {
    width: calc(100% * 1 / 2);
  }
  .row .sp_col-2_1 {
    width: calc(100% * 1 / 2);
  }
  .row .sp_col-2_2 {
    width: calc(100% * 2 / 2);
  }
  .row .sp_col-3 {
    width: calc(100% * 1 / 3);
  }
  .row .sp_col-3_1 {
    width: calc(100% * 1 / 3);
  }
  .row .sp_col-3_2 {
    width: calc(100% * 2 / 3);
  }
  .row .sp_col-3_3 {
    width: calc(100% * 3 / 3);
  }
  .row .sp_col-4 {
    width: calc(100% * 1 / 4);
  }
  .row .sp_col-4_1 {
    width: calc(100% * 1 / 4);
  }
  .row .sp_col-4_2 {
    width: calc(100% * 2 / 4);
  }
  .row .sp_col-4_3 {
    width: calc(100% * 3 / 4);
  }
  .row .sp_col-4_4 {
    width: calc(100% * 4 / 4);
  }
  .row .sp_col-5 {
    width: calc(100% * 1 / 5);
  }
  .row .sp_col-5_1 {
    width: calc(100% * 1 / 5);
  }
  .row .sp_col-5_2 {
    width: calc(100% * 2 / 5);
  }
  .row .sp_col-5_3 {
    width: calc(100% * 3 / 5);
  }
  .row .sp_col-5_4 {
    width: calc(100% * 4 / 5);
  }
  .row .sp_col-5_5 {
    width: calc(100% * 5 / 5);
  }
  .row .sp_col-6 {
    width: calc(100% * 1 / 6);
  }
  .row .sp_col-6_1 {
    width: calc(100% * 1 / 6);
  }
  .row .sp_col-6_2 {
    width: calc(100% * 2 / 6);
  }
  .row .sp_col-6_3 {
    width: calc(100% * 3 / 6);
  }
  .row .sp_col-6_4 {
    width: calc(100% * 4 / 6);
  }
  .row .sp_col-6_5 {
    width: calc(100% * 5 / 6);
  }
  .row .sp_col-6_6 {
    width: calc(100% * 6 / 6);
  }
  .row .sp_col-7 {
    width: calc(100% * 1 / 7);
  }
  .row .sp_col-7_1 {
    width: calc(100% * 1 / 7);
  }
  .row .sp_col-7_2 {
    width: calc(100% * 2 / 7);
  }
  .row .sp_col-7_3 {
    width: calc(100% * 3 / 7);
  }
  .row .sp_col-7_4 {
    width: calc(100% * 4 / 7);
  }
  .row .sp_col-7_5 {
    width: calc(100% * 5 / 7);
  }
  .row .sp_col-7_6 {
    width: calc(100% * 6 / 7);
  }
  .row .sp_col-7_7 {
    width: calc(100% * 7 / 7);
  }
  .row .sp_col-8 {
    width: calc(100% * 1 / 8);
  }
  .row .sp_col-8_1 {
    width: calc(100% * 1 / 8);
  }
  .row .sp_col-8_2 {
    width: calc(100% * 2 / 8);
  }
  .row .sp_col-8_3 {
    width: calc(100% * 3 / 8);
  }
  .row .sp_col-8_4 {
    width: calc(100% * 4 / 8);
  }
  .row .sp_col-8_5 {
    width: calc(100% * 5 / 8);
  }
  .row .sp_col-8_6 {
    width: calc(100% * 6 / 8);
  }
  .row .sp_col-8_7 {
    width: calc(100% * 7 / 8);
  }
  .row .sp_col-8_8 {
    width: calc(100% * 8 / 8);
  }
  .row .sp_col-9 {
    width: calc(100% * 1 / 9);
  }
  .row .sp_col-9_1 {
    width: calc(100% * 1 / 9);
  }
  .row .sp_col-9_2 {
    width: calc(100% * 2 / 9);
  }
  .row .sp_col-9_3 {
    width: calc(100% * 3 / 9);
  }
  .row .sp_col-9_4 {
    width: calc(100% * 4 / 9);
  }
  .row .sp_col-9_5 {
    width: calc(100% * 5 / 9);
  }
  .row .sp_col-9_6 {
    width: calc(100% * 6 / 9);
  }
  .row .sp_col-9_7 {
    width: calc(100% * 7 / 9);
  }
  .row .sp_col-9_8 {
    width: calc(100% * 8 / 9);
  }
  .row .sp_col-9_9 {
    width: calc(100% * 9 / 9);
  }
  .row .sp_col-10 {
    width: calc(100% * 1 / 10);
  }
  .row .sp_col-10_1 {
    width: calc(100% * 1 / 10);
  }
  .row .sp_col-10_2 {
    width: calc(100% * 2 / 10);
  }
  .row .sp_col-10_3 {
    width: calc(100% * 3 / 10);
  }
  .row .sp_col-10_4 {
    width: calc(100% * 4 / 10);
  }
  .row .sp_col-10_5 {
    width: calc(100% * 5 / 10);
  }
  .row .sp_col-10_6 {
    width: calc(100% * 6 / 10);
  }
  .row .sp_col-10_7 {
    width: calc(100% * 7 / 10);
  }
  .row .sp_col-10_8 {
    width: calc(100% * 8 / 10);
  }
  .row .sp_col-10_9 {
    width: calc(100% * 9 / 10);
  }
  .row .sp_col-10_10 {
    width: calc(100% * 10 / 10);
  }
  .row .sp_col-11 {
    width: calc(100% * 1 / 11);
  }
  .row .sp_col-11_1 {
    width: calc(100% * 1 / 11);
  }
  .row .sp_col-11_2 {
    width: calc(100% * 2 / 11);
  }
  .row .sp_col-11_3 {
    width: calc(100% * 3 / 11);
  }
  .row .sp_col-11_4 {
    width: calc(100% * 4 / 11);
  }
  .row .sp_col-11_5 {
    width: calc(100% * 5 / 11);
  }
  .row .sp_col-11_6 {
    width: calc(100% * 6 / 11);
  }
  .row .sp_col-11_7 {
    width: calc(100% * 7 / 11);
  }
  .row .sp_col-11_8 {
    width: calc(100% * 8 / 11);
  }
  .row .sp_col-11_9 {
    width: calc(100% * 9 / 11);
  }
  .row .sp_col-11_10 {
    width: calc(100% * 10 / 11);
  }
  .row .sp_col-11_11 {
    width: calc(100% * 11 / 11);
  }
  .row .sp_col-12 {
    width: calc(100% * 1 / 12);
  }
  .row .sp_col-12_1 {
    width: calc(100% * 1 / 12);
  }
  .row .sp_col-12_2 {
    width: calc(100% * 2 / 12);
  }
  .row .sp_col-12_3 {
    width: calc(100% * 3 / 12);
  }
  .row .sp_col-12_4 {
    width: calc(100% * 4 / 12);
  }
  .row .sp_col-12_5 {
    width: calc(100% * 5 / 12);
  }
  .row .sp_col-12_6 {
    width: calc(100% * 6 / 12);
  }
  .row .sp_col-12_7 {
    width: calc(100% * 7 / 12);
  }
  .row .sp_col-12_8 {
    width: calc(100% * 8 / 12);
  }
  .row .sp_col-12_9 {
    width: calc(100% * 9 / 12);
  }
  .row .sp_col-12_10 {
    width: calc(100% * 10 / 12);
  }
  .row .sp_col-12_11 {
    width: calc(100% * 11 / 12);
  }
  .row .sp_col-12_12 {
    width: calc(100% * 12 / 12);
  }
  .row .sp_col-13 {
    width: calc(100% * 1 / 13);
  }
  .row .sp_col-13_1 {
    width: calc(100% * 1 / 13);
  }
  .row .sp_col-13_2 {
    width: calc(100% * 2 / 13);
  }
  .row .sp_col-13_3 {
    width: calc(100% * 3 / 13);
  }
  .row .sp_col-13_4 {
    width: calc(100% * 4 / 13);
  }
  .row .sp_col-13_5 {
    width: calc(100% * 5 / 13);
  }
  .row .sp_col-13_6 {
    width: calc(100% * 6 / 13);
  }
  .row .sp_col-13_7 {
    width: calc(100% * 7 / 13);
  }
  .row .sp_col-13_8 {
    width: calc(100% * 8 / 13);
  }
  .row .sp_col-13_9 {
    width: calc(100% * 9 / 13);
  }
  .row .sp_col-13_10 {
    width: calc(100% * 10 / 13);
  }
  .row .sp_col-13_11 {
    width: calc(100% * 11 / 13);
  }
  .row .sp_col-13_12 {
    width: calc(100% * 12 / 13);
  }
  .row .sp_col-13_13 {
    width: calc(100% * 13 / 13);
  }
  .row .sp_col-14 {
    width: calc(100% * 1 / 14);
  }
  .row .sp_col-14_1 {
    width: calc(100% * 1 / 14);
  }
  .row .sp_col-14_2 {
    width: calc(100% * 2 / 14);
  }
  .row .sp_col-14_3 {
    width: calc(100% * 3 / 14);
  }
  .row .sp_col-14_4 {
    width: calc(100% * 4 / 14);
  }
  .row .sp_col-14_5 {
    width: calc(100% * 5 / 14);
  }
  .row .sp_col-14_6 {
    width: calc(100% * 6 / 14);
  }
  .row .sp_col-14_7 {
    width: calc(100% * 7 / 14);
  }
  .row .sp_col-14_8 {
    width: calc(100% * 8 / 14);
  }
  .row .sp_col-14_9 {
    width: calc(100% * 9 / 14);
  }
  .row .sp_col-14_10 {
    width: calc(100% * 10 / 14);
  }
  .row .sp_col-14_11 {
    width: calc(100% * 11 / 14);
  }
  .row .sp_col-14_12 {
    width: calc(100% * 12 / 14);
  }
  .row .sp_col-14_13 {
    width: calc(100% * 13 / 14);
  }
  .row .sp_col-14_14 {
    width: calc(100% * 14 / 14);
  }
  .row .sp_col-15 {
    width: calc(100% * 1 / 15);
  }
  .row .sp_col-15_1 {
    width: calc(100% * 1 / 15);
  }
  .row .sp_col-15_2 {
    width: calc(100% * 2 / 15);
  }
  .row .sp_col-15_3 {
    width: calc(100% * 3 / 15);
  }
  .row .sp_col-15_4 {
    width: calc(100% * 4 / 15);
  }
  .row .sp_col-15_5 {
    width: calc(100% * 5 / 15);
  }
  .row .sp_col-15_6 {
    width: calc(100% * 6 / 15);
  }
  .row .sp_col-15_7 {
    width: calc(100% * 7 / 15);
  }
  .row .sp_col-15_8 {
    width: calc(100% * 8 / 15);
  }
  .row .sp_col-15_9 {
    width: calc(100% * 9 / 15);
  }
  .row .sp_col-15_10 {
    width: calc(100% * 10 / 15);
  }
  .row .sp_col-15_11 {
    width: calc(100% * 11 / 15);
  }
  .row .sp_col-15_12 {
    width: calc(100% * 12 / 15);
  }
  .row .sp_col-15_13 {
    width: calc(100% * 13 / 15);
  }
  .row .sp_col-15_14 {
    width: calc(100% * 14 / 15);
  }
  .row .sp_col-15_15 {
    width: calc(100% * 15 / 15);
  }
  .row .sp_col-16 {
    width: calc(100% * 1 / 16);
  }
  .row .sp_col-16_1 {
    width: calc(100% * 1 / 16);
  }
  .row .sp_col-16_2 {
    width: calc(100% * 2 / 16);
  }
  .row .sp_col-16_3 {
    width: calc(100% * 3 / 16);
  }
  .row .sp_col-16_4 {
    width: calc(100% * 4 / 16);
  }
  .row .sp_col-16_5 {
    width: calc(100% * 5 / 16);
  }
  .row .sp_col-16_6 {
    width: calc(100% * 6 / 16);
  }
  .row .sp_col-16_7 {
    width: calc(100% * 7 / 16);
  }
  .row .sp_col-16_8 {
    width: calc(100% * 8 / 16);
  }
  .row .sp_col-16_9 {
    width: calc(100% * 9 / 16);
  }
  .row .sp_col-16_10 {
    width: calc(100% * 10 / 16);
  }
  .row .sp_col-16_11 {
    width: calc(100% * 11 / 16);
  }
  .row .sp_col-16_12 {
    width: calc(100% * 12 / 16);
  }
  .row .sp_col-16_13 {
    width: calc(100% * 13 / 16);
  }
  .row .sp_col-16_14 {
    width: calc(100% * 14 / 16);
  }
  .row .sp_col-16_15 {
    width: calc(100% * 15 / 16);
  }
  .row .sp_col-16_16 {
    width: calc(100% * 16 / 16);
  }
  .row .sp_col-17 {
    width: calc(100% * 1 / 17);
  }
  .row .sp_col-17_1 {
    width: calc(100% * 1 / 17);
  }
  .row .sp_col-17_2 {
    width: calc(100% * 2 / 17);
  }
  .row .sp_col-17_3 {
    width: calc(100% * 3 / 17);
  }
  .row .sp_col-17_4 {
    width: calc(100% * 4 / 17);
  }
  .row .sp_col-17_5 {
    width: calc(100% * 5 / 17);
  }
  .row .sp_col-17_6 {
    width: calc(100% * 6 / 17);
  }
  .row .sp_col-17_7 {
    width: calc(100% * 7 / 17);
  }
  .row .sp_col-17_8 {
    width: calc(100% * 8 / 17);
  }
  .row .sp_col-17_9 {
    width: calc(100% * 9 / 17);
  }
  .row .sp_col-17_10 {
    width: calc(100% * 10 / 17);
  }
  .row .sp_col-17_11 {
    width: calc(100% * 11 / 17);
  }
  .row .sp_col-17_12 {
    width: calc(100% * 12 / 17);
  }
  .row .sp_col-17_13 {
    width: calc(100% * 13 / 17);
  }
  .row .sp_col-17_14 {
    width: calc(100% * 14 / 17);
  }
  .row .sp_col-17_15 {
    width: calc(100% * 15 / 17);
  }
  .row .sp_col-17_16 {
    width: calc(100% * 16 / 17);
  }
  .row .sp_col-17_17 {
    width: calc(100% * 17 / 17);
  }
  .row .sp_col-18 {
    width: calc(100% * 1 / 18);
  }
  .row .sp_col-18_1 {
    width: calc(100% * 1 / 18);
  }
  .row .sp_col-18_2 {
    width: calc(100% * 2 / 18);
  }
  .row .sp_col-18_3 {
    width: calc(100% * 3 / 18);
  }
  .row .sp_col-18_4 {
    width: calc(100% * 4 / 18);
  }
  .row .sp_col-18_5 {
    width: calc(100% * 5 / 18);
  }
  .row .sp_col-18_6 {
    width: calc(100% * 6 / 18);
  }
  .row .sp_col-18_7 {
    width: calc(100% * 7 / 18);
  }
  .row .sp_col-18_8 {
    width: calc(100% * 8 / 18);
  }
  .row .sp_col-18_9 {
    width: calc(100% * 9 / 18);
  }
  .row .sp_col-18_10 {
    width: calc(100% * 10 / 18);
  }
  .row .sp_col-18_11 {
    width: calc(100% * 11 / 18);
  }
  .row .sp_col-18_12 {
    width: calc(100% * 12 / 18);
  }
  .row .sp_col-18_13 {
    width: calc(100% * 13 / 18);
  }
  .row .sp_col-18_14 {
    width: calc(100% * 14 / 18);
  }
  .row .sp_col-18_15 {
    width: calc(100% * 15 / 18);
  }
  .row .sp_col-18_16 {
    width: calc(100% * 16 / 18);
  }
  .row .sp_col-18_17 {
    width: calc(100% * 17 / 18);
  }
  .row .sp_col-18_18 {
    width: calc(100% * 18 / 18);
  }
  .row .sp_col-19 {
    width: calc(100% * 1 / 19);
  }
  .row .sp_col-19_1 {
    width: calc(100% * 1 / 19);
  }
  .row .sp_col-19_2 {
    width: calc(100% * 2 / 19);
  }
  .row .sp_col-19_3 {
    width: calc(100% * 3 / 19);
  }
  .row .sp_col-19_4 {
    width: calc(100% * 4 / 19);
  }
  .row .sp_col-19_5 {
    width: calc(100% * 5 / 19);
  }
  .row .sp_col-19_6 {
    width: calc(100% * 6 / 19);
  }
  .row .sp_col-19_7 {
    width: calc(100% * 7 / 19);
  }
  .row .sp_col-19_8 {
    width: calc(100% * 8 / 19);
  }
  .row .sp_col-19_9 {
    width: calc(100% * 9 / 19);
  }
  .row .sp_col-19_10 {
    width: calc(100% * 10 / 19);
  }
  .row .sp_col-19_11 {
    width: calc(100% * 11 / 19);
  }
  .row .sp_col-19_12 {
    width: calc(100% * 12 / 19);
  }
  .row .sp_col-19_13 {
    width: calc(100% * 13 / 19);
  }
  .row .sp_col-19_14 {
    width: calc(100% * 14 / 19);
  }
  .row .sp_col-19_15 {
    width: calc(100% * 15 / 19);
  }
  .row .sp_col-19_16 {
    width: calc(100% * 16 / 19);
  }
  .row .sp_col-19_17 {
    width: calc(100% * 17 / 19);
  }
  .row .sp_col-19_18 {
    width: calc(100% * 18 / 19);
  }
  .row .sp_col-19_19 {
    width: calc(100% * 19 / 19);
  }
  .row .sp_col-20 {
    width: calc(100% * 1 / 20);
  }
  .row .sp_col-20_1 {
    width: calc(100% * 1 / 20);
  }
  .row .sp_col-20_2 {
    width: calc(100% * 2 / 20);
  }
  .row .sp_col-20_3 {
    width: calc(100% * 3 / 20);
  }
  .row .sp_col-20_4 {
    width: calc(100% * 4 / 20);
  }
  .row .sp_col-20_5 {
    width: calc(100% * 5 / 20);
  }
  .row .sp_col-20_6 {
    width: calc(100% * 6 / 20);
  }
  .row .sp_col-20_7 {
    width: calc(100% * 7 / 20);
  }
  .row .sp_col-20_8 {
    width: calc(100% * 8 / 20);
  }
  .row .sp_col-20_9 {
    width: calc(100% * 9 / 20);
  }
  .row .sp_col-20_10 {
    width: calc(100% * 10 / 20);
  }
  .row .sp_col-20_11 {
    width: calc(100% * 11 / 20);
  }
  .row .sp_col-20_12 {
    width: calc(100% * 12 / 20);
  }
  .row .sp_col-20_13 {
    width: calc(100% * 13 / 20);
  }
  .row .sp_col-20_14 {
    width: calc(100% * 14 / 20);
  }
  .row .sp_col-20_15 {
    width: calc(100% * 15 / 20);
  }
  .row .sp_col-20_16 {
    width: calc(100% * 16 / 20);
  }
  .row .sp_col-20_17 {
    width: calc(100% * 17 / 20);
  }
  .row .sp_col-20_18 {
    width: calc(100% * 18 / 20);
  }
  .row .sp_col-20_19 {
    width: calc(100% * 19 / 20);
  }
  .row .sp_col-20_20 {
    width: calc(100% * 20 / 20);
  }
}
.row-0 {
  margin-left: 0px;
  margin-right: 0px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-0 {
    margin-left: calc(0 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-0 {
    margin-left: calc(0 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-0 {
    margin-right: calc(0 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-0 {
    margin-right: calc(0 / 760 * 100vw);
  }
}
.row-0 > [class^=col] {
  position: relative;
  padding: 0px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-0 > [class^=col] {
    padding: calc(0 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-0 > [class^=col] {
    padding: calc(0 / 760 * 100vw);
  }
}
.row-1 {
  margin-left: -0.5px;
  margin-right: -0.5px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-1 {
    margin-left: calc(-0.5 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-1 {
    margin-left: calc(-0.5 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-1 {
    margin-right: calc(-0.5 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-1 {
    margin-right: calc(-0.5 / 760 * 100vw);
  }
}
.row-1 > [class^=col] {
  position: relative;
  padding: 0.5px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-1 > [class^=col] {
    padding: calc(0.5 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-1 > [class^=col] {
    padding: calc(0.5 / 760 * 100vw);
  }
}
.row-2 {
  margin-left: -1px;
  margin-right: -1px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-2 {
    margin-left: calc(-1 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-2 {
    margin-left: calc(-1 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-2 {
    margin-right: calc(-1 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-2 {
    margin-right: calc(-1 / 760 * 100vw);
  }
}
.row-2 > [class^=col] {
  position: relative;
  padding: 1px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-2 > [class^=col] {
    padding: calc(1 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-2 > [class^=col] {
    padding: calc(1 / 760 * 100vw);
  }
}
.row-3 {
  margin-left: -1.5px;
  margin-right: -1.5px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-3 {
    margin-left: calc(-1.5 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-3 {
    margin-left: calc(-1.5 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-3 {
    margin-right: calc(-1.5 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-3 {
    margin-right: calc(-1.5 / 760 * 100vw);
  }
}
.row-3 > [class^=col] {
  position: relative;
  padding: 1.5px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-3 > [class^=col] {
    padding: calc(1.5 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-3 > [class^=col] {
    padding: calc(1.5 / 760 * 100vw);
  }
}
.row-4 {
  margin-left: -2px;
  margin-right: -2px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-4 {
    margin-left: calc(-2 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-4 {
    margin-left: calc(-2 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-4 {
    margin-right: calc(-2 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-4 {
    margin-right: calc(-2 / 760 * 100vw);
  }
}
.row-4 > [class^=col] {
  position: relative;
  padding: 2px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-4 > [class^=col] {
    padding: calc(2 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-4 > [class^=col] {
    padding: calc(2 / 760 * 100vw);
  }
}
.row-5 {
  margin-left: -2.5px;
  margin-right: -2.5px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-5 {
    margin-left: calc(-2.5 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-5 {
    margin-left: calc(-2.5 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-5 {
    margin-right: calc(-2.5 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-5 {
    margin-right: calc(-2.5 / 760 * 100vw);
  }
}
.row-5 > [class^=col] {
  position: relative;
  padding: 2.5px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-5 > [class^=col] {
    padding: calc(2.5 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-5 > [class^=col] {
    padding: calc(2.5 / 760 * 100vw);
  }
}
.row-6 {
  margin-left: -3px;
  margin-right: -3px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-6 {
    margin-left: calc(-3 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-6 {
    margin-left: calc(-3 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-6 {
    margin-right: calc(-3 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-6 {
    margin-right: calc(-3 / 760 * 100vw);
  }
}
.row-6 > [class^=col] {
  position: relative;
  padding: 3px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-6 > [class^=col] {
    padding: calc(3 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-6 > [class^=col] {
    padding: calc(3 / 760 * 100vw);
  }
}
.row-7 {
  margin-left: -3.5px;
  margin-right: -3.5px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-7 {
    margin-left: calc(-3.5 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-7 {
    margin-left: calc(-3.5 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-7 {
    margin-right: calc(-3.5 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-7 {
    margin-right: calc(-3.5 / 760 * 100vw);
  }
}
.row-7 > [class^=col] {
  position: relative;
  padding: 3.5px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-7 > [class^=col] {
    padding: calc(3.5 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-7 > [class^=col] {
    padding: calc(3.5 / 760 * 100vw);
  }
}
.row-8 {
  margin-left: -4px;
  margin-right: -4px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-8 {
    margin-left: calc(-4 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-8 {
    margin-left: calc(-4 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-8 {
    margin-right: calc(-4 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-8 {
    margin-right: calc(-4 / 760 * 100vw);
  }
}
.row-8 > [class^=col] {
  position: relative;
  padding: 4px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-8 > [class^=col] {
    padding: calc(4 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-8 > [class^=col] {
    padding: calc(4 / 760 * 100vw);
  }
}
.row-9 {
  margin-left: -4.5px;
  margin-right: -4.5px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-9 {
    margin-left: calc(-4.5 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-9 {
    margin-left: calc(-4.5 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-9 {
    margin-right: calc(-4.5 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-9 {
    margin-right: calc(-4.5 / 760 * 100vw);
  }
}
.row-9 > [class^=col] {
  position: relative;
  padding: 4.5px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-9 > [class^=col] {
    padding: calc(4.5 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-9 > [class^=col] {
    padding: calc(4.5 / 760 * 100vw);
  }
}
.row-10 {
  margin-left: -5px;
  margin-right: -5px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-10 {
    margin-left: calc(-5 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-10 {
    margin-left: calc(-5 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-10 {
    margin-right: calc(-5 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-10 {
    margin-right: calc(-5 / 760 * 100vw);
  }
}
.row-10 > [class^=col] {
  position: relative;
  padding: 5px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-10 > [class^=col] {
    padding: calc(5 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-10 > [class^=col] {
    padding: calc(5 / 760 * 100vw);
  }
}
.row-11 {
  margin-left: -5.5px;
  margin-right: -5.5px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-11 {
    margin-left: calc(-5.5 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-11 {
    margin-left: calc(-5.5 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-11 {
    margin-right: calc(-5.5 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-11 {
    margin-right: calc(-5.5 / 760 * 100vw);
  }
}
.row-11 > [class^=col] {
  position: relative;
  padding: 5.5px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-11 > [class^=col] {
    padding: calc(5.5 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-11 > [class^=col] {
    padding: calc(5.5 / 760 * 100vw);
  }
}
.row-12 {
  margin-left: -6px;
  margin-right: -6px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-12 {
    margin-left: calc(-6 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-12 {
    margin-left: calc(-6 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-12 {
    margin-right: calc(-6 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-12 {
    margin-right: calc(-6 / 760 * 100vw);
  }
}
.row-12 > [class^=col] {
  position: relative;
  padding: 6px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-12 > [class^=col] {
    padding: calc(6 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-12 > [class^=col] {
    padding: calc(6 / 760 * 100vw);
  }
}
.row-13 {
  margin-left: -6.5px;
  margin-right: -6.5px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-13 {
    margin-left: calc(-6.5 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-13 {
    margin-left: calc(-6.5 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-13 {
    margin-right: calc(-6.5 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-13 {
    margin-right: calc(-6.5 / 760 * 100vw);
  }
}
.row-13 > [class^=col] {
  position: relative;
  padding: 6.5px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-13 > [class^=col] {
    padding: calc(6.5 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-13 > [class^=col] {
    padding: calc(6.5 / 760 * 100vw);
  }
}
.row-14 {
  margin-left: -7px;
  margin-right: -7px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-14 {
    margin-left: calc(-7 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-14 {
    margin-left: calc(-7 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-14 {
    margin-right: calc(-7 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-14 {
    margin-right: calc(-7 / 760 * 100vw);
  }
}
.row-14 > [class^=col] {
  position: relative;
  padding: 7px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-14 > [class^=col] {
    padding: calc(7 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-14 > [class^=col] {
    padding: calc(7 / 760 * 100vw);
  }
}
.row-15 {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-15 {
    margin-left: calc(-7.5 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-15 {
    margin-left: calc(-7.5 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-15 {
    margin-right: calc(-7.5 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-15 {
    margin-right: calc(-7.5 / 760 * 100vw);
  }
}
.row-15 > [class^=col] {
  position: relative;
  padding: 7.5px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-15 > [class^=col] {
    padding: calc(7.5 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-15 > [class^=col] {
    padding: calc(7.5 / 760 * 100vw);
  }
}
.row-16 {
  margin-left: -8px;
  margin-right: -8px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-16 {
    margin-left: calc(-8 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-16 {
    margin-left: calc(-8 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-16 {
    margin-right: calc(-8 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-16 {
    margin-right: calc(-8 / 760 * 100vw);
  }
}
.row-16 > [class^=col] {
  position: relative;
  padding: 8px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-16 > [class^=col] {
    padding: calc(8 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-16 > [class^=col] {
    padding: calc(8 / 760 * 100vw);
  }
}
.row-17 {
  margin-left: -8.5px;
  margin-right: -8.5px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-17 {
    margin-left: calc(-8.5 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-17 {
    margin-left: calc(-8.5 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-17 {
    margin-right: calc(-8.5 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-17 {
    margin-right: calc(-8.5 / 760 * 100vw);
  }
}
.row-17 > [class^=col] {
  position: relative;
  padding: 8.5px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-17 > [class^=col] {
    padding: calc(8.5 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-17 > [class^=col] {
    padding: calc(8.5 / 760 * 100vw);
  }
}
.row-18 {
  margin-left: -9px;
  margin-right: -9px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-18 {
    margin-left: calc(-9 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-18 {
    margin-left: calc(-9 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-18 {
    margin-right: calc(-9 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-18 {
    margin-right: calc(-9 / 760 * 100vw);
  }
}
.row-18 > [class^=col] {
  position: relative;
  padding: 9px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-18 > [class^=col] {
    padding: calc(9 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-18 > [class^=col] {
    padding: calc(9 / 760 * 100vw);
  }
}
.row-19 {
  margin-left: -9.5px;
  margin-right: -9.5px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-19 {
    margin-left: calc(-9.5 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-19 {
    margin-left: calc(-9.5 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-19 {
    margin-right: calc(-9.5 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-19 {
    margin-right: calc(-9.5 / 760 * 100vw);
  }
}
.row-19 > [class^=col] {
  position: relative;
  padding: 9.5px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-19 > [class^=col] {
    padding: calc(9.5 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-19 > [class^=col] {
    padding: calc(9.5 / 760 * 100vw);
  }
}
.row-20 {
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-20 {
    margin-left: calc(-10 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-20 {
    margin-left: calc(-10 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-20 {
    margin-right: calc(-10 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-20 {
    margin-right: calc(-10 / 760 * 100vw);
  }
}
.row-20 > [class^=col] {
  position: relative;
  padding: 10px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .row-20 > [class^=col] {
    padding: calc(10 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .row-20 > [class^=col] {
    padding: calc(10 / 760 * 100vw);
  }
}

@media only screen and (max-width: 760px) {
  .sp_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    /* @include col($space_md_sp); */
  }
  .sp_row-xl {
    margin-left: calc(-1 * calc(100 / 760 * 100 / 1 * 1vw) / 2);
    margin-right: calc(-1 * calc(100 / 760 * 100 / 1 * 1vw) / 2);
    /* margin-bottom: calc(-1 * calc(100 / 760 * 100 / 1 * 1vw)); */
  }
  .sp_row-xl > [class^=col] {
    padding: calc(calc(100 / 760 * 100 / 1 * 1vw) / 2);
    position: relative;
  }
  .sp_row-lg {
    margin-left: calc(-1 * calc(100 / 760 * 80 / 1 * 1vw) / 2);
    margin-right: calc(-1 * calc(100 / 760 * 80 / 1 * 1vw) / 2);
    /* margin-bottom: calc(-1 * calc(100 / 760 * 80 / 1 * 1vw)); */
  }
  .sp_row-lg > [class^=col] {
    padding: calc(calc(100 / 760 * 80 / 1 * 1vw) / 2);
    position: relative;
  }
  .sp_row-md {
    margin-left: calc(-1 * calc(100 / 760 * 60 / 1 * 1vw) / 2);
    margin-right: calc(-1 * calc(100 / 760 * 60 / 1 * 1vw) / 2);
    /* margin-bottom: calc(-1 * calc(100 / 760 * 60 / 1 * 1vw)); */
  }
  .sp_row-md > [class^=col] {
    padding: calc(calc(100 / 760 * 60 / 1 * 1vw) / 2);
    position: relative;
  }
  .sp_row-sm {
    margin-left: calc(-1 * calc(100 / 760 * 50 / 1 * 1vw) / 2);
    margin-right: calc(-1 * calc(100 / 760 * 50 / 1 * 1vw) / 2);
    /* margin-bottom: calc(-1 * calc(100 / 760 * 50 / 1 * 1vw)); */
  }
  .sp_row-sm > [class^=col] {
    padding: calc(calc(100 / 760 * 50 / 1 * 1vw) / 2);
    position: relative;
  }
  .sp_row-xs {
    margin-left: calc(-1 * calc(100 / 760 * 30 / 1 * 1vw) / 2);
    margin-right: calc(-1 * calc(100 / 760 * 30 / 1 * 1vw) / 2);
    /* margin-bottom: calc(-1 * calc(100 / 760 * 30 / 1 * 1vw)); */
  }
  .sp_row-xs > [class^=col] {
    padding: calc(calc(100 / 760 * 30 / 1 * 1vw) / 2);
    position: relative;
  }
  .sp_row-align_start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sp_row-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .sp_row-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .sp_row-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sp_row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sp_row-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sp_row-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: 0;
  }
  .sp_row-vertical, .sp_row-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .sp_row-vertical > [class^=col], .sp_row-column > [class^=col] {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .sp_row-column_reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-left: 0;
    margin-right: 0;
  }
  .sp_row-column_reverse > [class^=col] {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .sp_row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

label {
  display: inline-block;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
select,
textarea,
.date-label,
.js-filename {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*box-shadow         : inset 2px 2px 5px $color-shadow, inset -5px -5px 10px $color-white;*/
  /*transition         : all 0.2s ease-in-out;*/
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  /* border: solid 1px $color-border; */
  /* width: 100%; */
  background-color: #f4f0f0;
  height: 50px;
  padding: 10px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=tel],
  select,
  textarea,
  .date-label,
  .js-filename {
    height: calc(50 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=tel],
  select,
  textarea,
  .date-label,
  .js-filename {
    height: calc(80 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=tel],
  select,
  textarea,
  .date-label,
  .js-filename {
    padding: calc(10 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=tel],
  select,
  textarea,
  .date-label,
  .js-filename {
    padding: calc(10 / 760 * 100vw);
  }
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
select:focus,
textarea:focus,
.date-label:focus,
.js-filename:focus {
  /*box-shadow : inset 1px 1px 2px $color-shadow, inset -1px -1px 2px $color-white;*/
  border-color: #f98101;
}
input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, .date-label::-webkit-input-placeholder, .js-filename::-webkit-input-placeholder {
  color: #c1c1c1;
}
input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder, .date-label::-moz-placeholder, .js-filename::-moz-placeholder {
  color: #c1c1c1;
}
input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder, .date-label:-ms-input-placeholder, .js-filename:-ms-input-placeholder {
  color: #c1c1c1;
}
input[type=text]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder, .date-label::-ms-input-placeholder, .js-filename::-ms-input-placeholder {
  color: #c1c1c1;
}
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
select::placeholder,
textarea::placeholder,
.date-label::placeholder,
.js-filename::placeholder {
  color: #c1c1c1;
}

textarea {
  height: 235px;
}
@media only screen and (max-width: 760px) {
  textarea {
    height: 30.9210526316vw;
  }
}

input[type=radio] {
  /*position : absolute;
  opacity  : 0;
  display  : none;*/
}
input[type=radio] + .radio-label {
  position: relative;
  margin-right: 1.8rem;
  padding: 1.8rem 0;
}
input[type=radio] + .radio-label:before {
  content: "";
  border-radius: 100%;
  display: inline-block;
  width: 2.7rem;
  height: 2.7rem;
  position: relative;
  top: 0;
  text-align: center;
  background-color: transparent;
  margin-right: calc(1.8rem * 0.5);
  vertical-align: middle;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
input[type=radio]:checked + .radio-label:before {
  background-color: #f98101;
}
input[type=radio]:checked + .radio-label:after {
  content: "";
  display: block;
  width: 1.44rem;
  height: 1.44rem;
  border-radius: 100%;
  position: absolute;
  left: calc(1.8rem / 3);
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  background-color: transparent;
}
input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #f98101;
}
input[type=radio]:disabled {
  opacity: 0.5;
  cursor: default;
}
input[type=radio]:disabled + .radio-label {
  opacity: 0.5;
  cursor: default;
}
input[type=radio]:disabled:checked + .radio-label {
  opacity: 1;
}
input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

input[type=checkbox] {
  /* display: none; */
}
@media only screen and (max-width: 760px) {
  input[type=checkbox] {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }
}
input[type=checkbox] + .checkbox-label {
  position: relative;
  margin-right: 60px;
}
input[type=checkbox] + .checkbox-label:before {
  content: "";
  border-radius: 6px;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: -0.2em;
  cursor: pointer;
  text-align: center;
  background-color: #f4f0f0;
  margin-right: calc(1.8rem * 0.5);
  vertical-align: middle;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  border: solid 1px #e4e1d7;
}
input[type=checkbox] + .checkbox-label-agree {
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  width: auto;
  margin-right: 0;
  padding: 0;
}
@media only screen and (max-width: 760px) {
  input[type=checkbox] + .checkbox-label-agree {
    font-size: calc(100 / 760 * 24 / 1 * 1vw);
  }
}
input[type=checkbox]:checked + .checkbox-label:after {
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  content: "\f00c";
  color: #f98101;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  font-size: 2rem;
}
@media only screen and (max-width: 760px) {
  input[type=checkbox]:checked + .checkbox-label:after {
    /* left: 0.25em;
    top: 0; */
  }
}
input[type=checkbox]:disabled {
  opacity: 0.5;
  cursor: default;
}
input[type=checkbox]:disabled + .checkbox-label {
  opacity: 0.5;
  cursor: default;
}
input[type=checkbox]:disabled:checked + .checkbox-label {
  opacity: 1;
}

.checkbox-label {
  width: 100%;
  height: 100%;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 5px;
  text-align: center;
  line-height: 1;
  padding: 50px 30px;
  font-size: 1.8rem;
  color: #333333;
  font-size: 2rem;
  background-color: white;
}
@media only screen and (max-width: 760px) {
  .checkbox-label {
    padding: calc(100 / 760 * 50 / 1 * 1vw) calc(100 / 760 * 30 / 1 * 1vw);
  }
}
.checkbox-label .btn-inner {
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.2;
}
@media only screen and (max-width: 760px) {
  .checkbox-label .btn-inner {
    font-size: calc(100 / 760 * 22 / 1 * 1vw);
  }
}
.checkbox-label .fal {
  /* display: block; */
  font-size: 2.6rem;
  color: #f98101;
  margin-bottom: 30px;
}
@media only screen and (max-width: 760px) {
  .checkbox-label .fal {
    font-size: calc(100 / 760 * 26 / 1 * 1vw);
    margin-bottom: calc(100 / 760 * 30 / 1 * 1vw);
  }
}

.checkbox-btn + .checkbox-label:before {
  content: none !important;
}
.checkbox-btn:checked + .checkbox-label {
  background-color: #f98101;
  color: white;
}
.checkbox-btn:checked + .checkbox-label .fal {
  color: white;
}
.checkbox-btn:checked + .checkbox-label:after {
  content: none !important;
}

textarea {
  resize: vertical;
}

.toggle-input {
  display: none;
}
.toggle-input:checked + .toggle-label {
  background-color: #f98101;
}
.toggle-input:checked + .toggle-label:after {
  left: 3.24rem;
}
.toggle-label {
  width: 5.4rem;
  height: 2.88rem;
  font-size: 1.8rem;
  border-radius: 36rem;
  background-color: transparent;
  margin-right: calc(1.8rem * 0.5);
  position: relative;
  display: inline-block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.toggle-label:after {
  content: "";
  position: absolute;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 100%;
  left: calc(1.8rem / 3);
  top: calc(1.8rem * 0.25);
  z-index: 2;
  background-color: transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input[type=date]::-webkit-calendar-picker-indicator {
  margin-left: 0;
}

.date-label {
  text-align: center;
}
.date-label input[type=date] {
  margin: 0 calc(1.8rem * 0.25) 0 calc(1.8rem * 0.5);
}
.date-label.is-disabled .fas {
  margin-right: 1.8rem;
}

.file-label {
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.file-label:after {
  content: "ファイルを選択する";
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.8rem;
  border-radius: 36rem;
  padding: 1.8rem;
  background-color: transparent;
  text-align: center;
  display: inline-block;
}
.file-label input[type=file] {
  display: none;
}
.file-label .js-filename {
  display: inline-block;
}

.select-label,
select {
  position: relative;
  cursor: pointer;
  background: rgb(251, 249, 245) url("../img/arrow_select.png") 90% center no-repeat;
  background-size: 13px auto;
  padding: 0 10px;
  /* &:after {
  	font-family: "Font Awesome 6 Pro";
  	content: "";
  	display: block;
  	position: absolute;
  	top: 50%;
  	right: $font_sm * 1.5;
  	transform: translateY(-50%);
  	font-size: $font_sm * 0.8;
  } */
  /* &:after {

  	content: "▼";
  	display: block;
  	position: absolute;
  	top: 50%;
  	right: 10px;
  	transform: translateY(-50%);
  	font-size: $font_xs;
  }
  */
}
@media only screen and (max-width: 760px) {
  .select-label,
  select {
    background: rgb(251, 249, 245) url("../img/arrow_select.png") 90% center no-repeat;
    background-size: 3.6842105263vw auto;
    padding: 0 1.3157894737vw;
  }
}
.select-label select,
select select {
  padding-right: 2.7rem;
  position: relative;
  z-index: 9;
}

option {
  padding: 0 0 0 10px;
}

form .error {
  display: none;
  color: #ff4e00;
  position: relative;
  /* padding-left: $font_sm * 1.5; */
}
form .error:before {
  font-family: "Font Awesome 6 Pro";
  /* 			display: block;
  position: absolute;
  left: 0;
  top: 0; */
  content: "\f071";
  margin-right: 0.5em;
}
form *:invalid:focus {
  border: #ff4e00 1px solid;
}
form *:invalid:focus + .error {
  display: block;
}

.js-edit_target {
  padding: 0;
}
.js-edit_target.is-disabled {
  border-radius: 3.6rem;
  margin-right: calc(1.8rem * 0.5);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1), -5px -5px 10px #fff;
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1), -5px -5px 10px #fff;
  padding: 0 1.8rem;
}
.js-edit_target.is-disabled input[type=text],
.js-edit_target.is-disabled input[type=password],
.js-edit_target.is-disabled textarea,
.js-edit_target.is-disabled .date-label {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 1.8rem 0;
}
.js-edit_target.is-disabled .file-label {
  padding: 1.8rem 0;
}
.js-edit_target.is-disabled .file-label:after {
  content: none;
}

.btn.js-edit_btn {
  display: inline-block;
}
.btn.js-edit_btn.is-open {
  display: none;
}
.btn.js-edit_btn-back, .btn.js-edit_btn-confirm {
  display: none;
}
.btn.js-edit_btn-back.is-open, .btn.js-edit_btn-confirm.is-open {
  display: inline-block;
}

.form-wrapper {
  margin-bottom: 1.8rem;
}

.mw_wp_form .horizontal-item {
  margin-right: calc(50px * 0.5) !important;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
  /* margin-right: $space_xs; */
}

.mw_wp_form .form-address,
.mw_wp_form .form-pref {
  margin-top: 5px;
}
.mw_wp_form .mwform-tel-field {
  white-space: nowrap;
}

.b_error .mw_wp_form td {
  padding-bottom: 60px;
}
@media only screen and (max-width: 760px) {
  .b_error .mw_wp_form td {
    padding-bottom: calc(100 / 760 * 60 / 1 * 1vw);
  }
}
.b_error .mw_wp_form .form-address,
.b_error .mw_wp_form .form-pref {
  margin-top: 60px;
}
@media only screen and (max-width: 760px) {
  .b_error .mw_wp_form .form-address,
  .b_error .mw_wp_form .form-pref {
    margin-top: calc(100 / 760 * 60 / 1 * 1vw);
  }
}

.mw_wp_form_confirm .form-privacy {
  display: none;
}
.mw_wp_form_confirm .zip-button {
  display: none;
}

.form-btns > .col-2:empty {
  display: none;
}
@media only screen and (max-width: 760px) {
  .form-btns .btn {
    margin: auto;
  }
}

.mw_wp_form_input input[name=submitConfirm] {
  margin: 0 auto;
}

.m-ttl {
  line-height: 1.2;
}
.m-ttl + .m-ttl {
  margin-top: 0;
}

.ttl-size_xl {
  margin-bottom: 0px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .ttl-size_xl {
    margin-bottom: calc(0 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .ttl-size_xl {
    margin-bottom: calc(60 / 760 * 100vw);
  }
}
@media only screen and (min-width: 761px) {
  .ttl-size_xl {
    position: absolute;
    right: 100%;
    top: 0;
  }
}
@media only screen and (max-width: 760px) {
  .ttl-size_xl img {
    display: none;
  }
  .b_top .ttl-size_xl img {
    display: block;
  }
}
.ttl-size_xl.news-ttl, .ttl-size_xl.access-ttl, .ttl-size_xl.guide-ttl, .ttl-size_xl.reception-ttl, .ttl-size_xl.greeting-ttl {
  width: 110px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .ttl-size_xl.news-ttl, .ttl-size_xl.access-ttl, .ttl-size_xl.guide-ttl, .ttl-size_xl.reception-ttl, .ttl-size_xl.greeting-ttl {
    width: calc(110 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .ttl-size_xl.news-ttl, .ttl-size_xl.access-ttl, .ttl-size_xl.guide-ttl, .ttl-size_xl.reception-ttl, .ttl-size_xl.greeting-ttl {
    width: calc(110 / 760 * 100vw);
  }
}
@media only screen and (max-width: 760px) {
  .ttl-size_xl.news-ttl, .ttl-size_xl.access-ttl, .ttl-size_xl.guide-ttl, .ttl-size_xl.reception-ttl {
    width: 100%;
    height: 13.9473684211vw;
  }
}
.ttl-size_xl.activities-ttl, .ttl-size_xl.temporary-ttl, .ttl-size_xl.policy-ttl, .ttl-size_xl.goals-ttl, .ttl-size_xl.three-ttl {
  width: 196px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .ttl-size_xl.activities-ttl, .ttl-size_xl.temporary-ttl, .ttl-size_xl.policy-ttl, .ttl-size_xl.goals-ttl, .ttl-size_xl.three-ttl {
    width: calc(196 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .ttl-size_xl.activities-ttl, .ttl-size_xl.temporary-ttl, .ttl-size_xl.policy-ttl, .ttl-size_xl.goals-ttl, .ttl-size_xl.three-ttl {
    width: calc(196 / 760 * 100vw);
  }
}
@media only screen and (max-width: 760px) {
  .ttl-size_xl.activities-ttl, .ttl-size_xl.temporary-ttl {
    width: 100%;
    height: 25.7894736842vw;
  }
}
@media only screen and (max-width: 760px) {
  .ttl-size_xl.policy-ttl, .ttl-size_xl.goals-ttl, .ttl-size_xl.three-ttl {
    position: absolute;
  }
}
.ttl-size_xl.policy-ttl {
  top: -164px;
  z-index: 9;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .ttl-size_xl.policy-ttl {
    top: calc(-164 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .ttl-size_xl.policy-ttl {
    top: calc(-150 / 760 * 100vw);
  }
}
.ttl-size_xl.goals-ttl {
  top: -150px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .ttl-size_xl.goals-ttl {
    top: calc(-150 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .ttl-size_xl.goals-ttl {
    top: calc(-180 / 760 * 100vw);
  }
}
.ttl-size_xl.goals-ttl img {
  position: relative;
  z-index: 9;
}
.ttl-size_xl.goals-ttl:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/goals_ill_01.png) center no-repeat;
  background-size: cover;
  bottom: -240px;
  right: -27%;
  z-index: 0;
  width: 279px;
  height: 269px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .ttl-size_xl.goals-ttl:before {
    bottom: calc(-240 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .ttl-size_xl.goals-ttl:before {
    bottom: calc(-280 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .ttl-size_xl.goals-ttl:before {
    width: calc(279 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .ttl-size_xl.goals-ttl:before {
    width: calc(209 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .ttl-size_xl.goals-ttl:before {
    height: calc(269 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .ttl-size_xl.goals-ttl:before {
    height: calc(250 / 760 * 100vw);
  }
}
.ttl-size_xl.three-ttl {
  top: -150px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .ttl-size_xl.three-ttl {
    top: calc(-150 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .ttl-size_xl.three-ttl {
    top: calc(-150 / 760 * 100vw);
  }
}
.ttl-size_xl.three-ttl img {
  position: relative;
  z-index: 9;
}
.ttl-size_xl.three-ttl:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/three_ill_02.png) center no-repeat;
  background-size: cover;
  bottom: -248px;
  left: 0px;
  z-index: 0;
  width: 207px;
  height: 274px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .ttl-size_xl.three-ttl:before {
    bottom: calc(-248 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .ttl-size_xl.three-ttl:before {
    bottom: calc(-200 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .ttl-size_xl.three-ttl:before {
    left: calc(0 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .ttl-size_xl.three-ttl:before {
    left: calc(-10 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .ttl-size_xl.three-ttl:before {
    width: calc(207 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .ttl-size_xl.three-ttl:before {
    width: calc(177 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .ttl-size_xl.three-ttl:before {
    height: calc(274 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .ttl-size_xl.three-ttl:before {
    height: calc(234 / 760 * 100vw);
  }
}
.ttl-size_xl.greeting-ttl {
  right: -170px;
  float: right;
  margin-left: 0px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .ttl-size_xl.greeting-ttl {
    right: calc(-170 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .ttl-size_xl.greeting-ttl {
    right: calc(0 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .ttl-size_xl.greeting-ttl {
    margin-left: calc(0 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .ttl-size_xl.greeting-ttl {
    margin-left: calc(30 / 760 * 100vw);
  }
}
@media only screen and (max-width: 760px) {
  .ttl-size_xl.greeting-ttl {
    position: relative;
  }
}
.ttl-size_xl.greeting-ttl img {
  position: relative;
  z-index: 9;
}
.ttl-size_xl.greeting-ttl:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/greeting_ill_01.png) center no-repeat;
  background-size: cover;
  right: -40px;
  bottom: -154px;
  z-index: 0;
  width: 218px;
  height: 205px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .ttl-size_xl.greeting-ttl:before {
    right: calc(-40 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .ttl-size_xl.greeting-ttl:before {
    right: calc(-50 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .ttl-size_xl.greeting-ttl:before {
    bottom: calc(-154 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .ttl-size_xl.greeting-ttl:before {
    bottom: calc(-60 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .ttl-size_xl.greeting-ttl:before {
    width: calc(218 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .ttl-size_xl.greeting-ttl:before {
    width: calc(147 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .ttl-size_xl.greeting-ttl:before {
    height: calc(205 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .ttl-size_xl.greeting-ttl:before {
    height: calc(138 / 760 * 100vw);
  }
}
@media only screen and (max-width: 760px) {
  .ttl-size_xl.news-ttl {
    background: url(../img/news_ttl_sp.png) left center no-repeat;
    background-size: contain;
  }
  .ttl-size_xl.access-ttl {
    background: url(../img/access_ttl_sp.png) left center no-repeat;
    background-size: contain;
    position: absolute;
    left: 5.2631578947vw;
    top: -12%;
  }
  .ttl-size_xl.guide-ttl {
    background: url(../img/guide_ttl_sp.png) left center no-repeat;
    background-size: contain;
  }
  .ttl-size_xl.reception-ttl {
    background: url(../img/reception_ttl_sp.png) left center no-repeat;
    background-size: contain;
    position: absolute;
    left: 5.2631578947vw;
    top: -12%;
  }
  .ttl-size_xl.activities-ttl {
    background: url(../img/activities_ttl_sp.png) left center no-repeat;
    background-size: contain;
  }
  .ttl-size_xl.temporary-ttl {
    background: url(../img/temporary_ttl_sp.png) left center no-repeat;
    background-size: contain;
  }
}
@media only screen and (max-width: 760px) and (max-width: 760px) {
  .ttl-size_xl.temporary-ttl {
    height: 40.3947368421vw;
  }
}
.ttl-size_lg {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3888888889;
  margin-bottom: 10px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .ttl-size_lg {
    font-size: calc(36 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .ttl-size_lg {
    font-size: calc(40 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .ttl-size_lg {
    margin-bottom: calc(10 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .ttl-size_lg {
    margin-bottom: calc(30 / 760 * 100vw);
  }
}
.ttl-size_md {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 17px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .ttl-size_md {
    font-size: calc(20 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .ttl-size_md {
    font-size: calc(20 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .ttl-size_md {
    margin-bottom: calc(17 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .ttl-size_md {
    margin-bottom: calc(17 / 760 * 100vw);
  }
}
.ttl-size_sm {
  font-size: 25px;
  margin-bottom: 37px;
  margin-top: 73px;
  padding-bottom: 28px;
  font-weight: 700;
  border-bottom-style: solid;
  border-bottom-color: #75b47a;
  border-bottom-width: 1px;
  letter-spacing: 0.1em;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .ttl-size_sm {
    font-size: calc(25 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .ttl-size_sm {
    font-size: calc(40 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .ttl-size_sm {
    margin-bottom: calc(37 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .ttl-size_sm {
    margin-bottom: calc(37 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .ttl-size_sm {
    margin-top: calc(73 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .ttl-size_sm {
    margin-top: calc(91 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .ttl-size_sm {
    padding-bottom: calc(28 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .ttl-size_sm {
    padding-bottom: calc(28 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .ttl-size_sm {
    border-bottom-width: calc(1 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .ttl-size_sm {
    border-bottom-width: calc(1 / 760 * 100vw);
  }
}
.ttl-size_xs {
  font-size: 28px;
  margin-bottom: 37px;
  padding-bottom: 14px;
  font-weight: 700;
  border-bottom-style: solid;
  border-bottom-color: #75b47a;
  color: #75b47a;
  border-bottom-width: 1px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .ttl-size_xs {
    font-size: calc(28 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .ttl-size_xs {
    font-size: calc(40 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .ttl-size_xs {
    margin-bottom: calc(37 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .ttl-size_xs {
    margin-bottom: calc(40 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .ttl-size_xs {
    padding-bottom: calc(14 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .ttl-size_xs {
    padding-bottom: calc(20 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .ttl-size_xs {
    border-bottom-width: calc(1 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .ttl-size_xs {
    border-bottom-width: calc(1 / 760 * 100vw);
  }
}

.svg {
  display: none;
}

.icon-svg-smp {
  width: 16px;
  height: 30px;
}
.icon-svg-mail {
  width: 27px;
  height: 19px;
}

#svg-mail .st0 {
  stroke: currentColor;
  fill: none;
}

/************************************************
	画像のトリミング
************************************************/
.img {
  position: relative;
  display: block;
  /*ackground-color : rgba($color-shadow, .2);*/
}
.img:before {
  content: "";
  display: block;
}
.img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
.img-responsive-w {
  width: 100%;
  height: auto;
}
.img-contain img {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;"; /*IE対策*/
}
.img-cover img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
}
.img-4_3:before {
  padding-top: 75%;
}
.img-16_9:before {
  padding-top: 56.25%;
}
.img-1_1:before, .img.i-square:before {
  padding-top: 100%;
}
.img-9_16:before {
  padding-top: 177.7777777778%;
}
.img-circle {
  border-radius: 50%;
  overflow: hidden;
}
.img-circle:before {
  padding-top: 100%;
}
.img-shadow {
  position: relative;
  border-radius: 0 0 20px 0;
  margin-bottom: 80px;
}
.img-shadow img {
  z-index: 9;
  border-radius: 0 0 20px 0;
  background-color: white;
}
.img-shadow:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(249, 129, 1, 0.5);
  position: absolute;
  right: -30px;
  bottom: -30px;
  z-index: 0;
  border-radius: 0 0 20px 0;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* li {
	margin-bottom: 0.5em;
	&:last-child {
		margin-bottom: 0;
	}
} */
.m-ol {
  margin-bottom: 1em;
}
@media only screen and (max-width: 760px) {
  .m-ol {
    margin-bottom: 1.5em;
  }
}

.m-ul > li {
  padding-left: 1em;
  text-indent: -1em;
}

.ol-counter {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.ol-counter li {
  /*text-indent   : -$font_sm*3.5;*/
  padding-left: 1.5em;
  /*display       : flex;*/
  position: relative;
}
.ol-counter li:before {
  counter-increment: item;
  content: counter(item) "．";
  position: absolute;
  left: 0;
}
.ol-counter-circle li:before {
  content: counter(item);
  /* 以下は自由に装飾... */
  font-weight: bold;
  color: #fff;
  background-color: #f98101;
  vertical-align: middle;
  font-size: 150%;
  width: 5.4rem;
  height: 5.4rem;
  line-height: 5.4rem;
  display: inline-block;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: calc(1.8rem * 0.5);
  top: -1.35rem;
  border-radius: 100%;
}
.ol-counter-flow li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto 80px;
  padding-left: 0;
  width: 100%;
  position: relative;
}
.ol-counter-flow li:before {
  background-color: white;
  border: solid 1px #f98101;
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  color: #f98101;
  font-size: 2.6rem;
  font-family: "Noto Serif JP", "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  width: 100px;
  height: 100px;
  line-height: 100px;
  position: static;
  vertical-align: middle;
}
.ol-counter-flow li:not(:last-child):after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #f98101;
  position: absolute;
  top: 100px;
  left: 50px;
}
.ol-counter-flow-inner {
  padding-left: 50px;
  width: 80%;
}
.ol-step_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
}
.ol-step_form-item {
  position: relative;
  color: #e4e1d7;
  font-family: "Noto Serif JP", "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}
.ol-step_form-item:not(:first-child) {
  margin-left: 80px;
}
.ol-step_form-item:not(:first-child):before {
  content: "";
  display: block;
  height: 1px;
  width: calc(80px + 1.4em);
  background-color: currentColor;
  position: absolute;
  top: -7.5px;
  right: 1.5em;
}
@media only screen and (max-width: 760px) {
  .ol-step_form-item:not(:first-child):before {
    top: calc(-1 * calc(100 / 760 * 30 / 1 * 1vw) / 4);
  }
}
.ol-step_form-item:after {
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: currentColor;
  position: absolute;
  bottom: 100%;
  right: 0;
  left: 0;
  margin: auto;
}
@media only screen and (max-width: 760px) {
  .ol-step_form-item:after {
    height: calc(100 / 760 * 30 / 1 * 1vw)/2;
    width: calc(100 / 760 * 30 / 1 * 1vw)/2;
  }
}
.ol-step_form-item:first-child {
  color: #f98101;
}

.ul-dot li {
  position: relative;
}
.ul-dot li::before {
  content: "・";
  display: inline-block;
  width: 1em;
  text-align: center;
}
.ul-star li {
  position: relative;
}
.ul-star li::before {
  content: "★";
  display: inline-block;
  width: 1em;
  text-align: center;
}
.ul-circle li {
  position: relative;
}
.ul-circle li:before {
  color: #f98101;
  content: "●";
}
.ul-faq {
  border-top: solid 1px #e4e1d7;
}
.ul-faq-item {
  border-bottom: solid 1px #e4e1d7;
}
.ul-faq-icon {
  margin-right: 30px;
  font-family: "Noto Serif JP", "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 2rem;
}
@media only screen and (max-width: 760px) {
  .ul-faq-icon {
    font-size: calc(100 / 760 * 26 / 1 * 1vw);
  }
}
@media only screen and (max-width: 760px) and (orientation: landscape) {
  .ul-faq-icon {
    font-size: calc(100 / 760 * 26 / 1 * 1vw)/1.5;
  }
}
.ul-faq-q {
  font-family: "Noto Serif JP", "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 2rem;
  padding: 30px 80px 30px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 760px) {
  .ul-faq-q {
    font-size: calc(100 / 760 * 26 / 1 * 1vw);
  }
}
@media only screen and (max-width: 760px) and (orientation: landscape) {
  .ul-faq-q {
    font-size: calc(100 / 760 * 26 / 1 * 1vw)/1.5;
  }
}
.ul-faq-a {
  padding: 0 80px 30px 50px;
}
.ul-faq-a-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.5;
}
@media only screen and (max-width: 760px) {
  .dl {
    border-top: solid 2px #f98101;
  }
}
.dl dt {
  border-bottom: solid 2px #f98101;
  width: 30%;
  padding: 50px 80px 0;
  padding: 50px 80px;
}
@media only screen and (max-width: 760px) {
  .dl dt {
    width: 100%;
    padding: calc(100 / 760 * 50 / 1 * 1vw) calc(100 / 760 * 60 / 1 * 1vw);
    border-bottom: solid 1px #f98101;
  }
}
.dl dd {
  border-bottom: solid 1px #f98101;
  width: 70%;
  padding: 50px 80px;
}
@media only screen and (max-width: 760px) {
  .dl dd {
    width: 100%;
    padding: calc(100 / 760 * 50 / 1 * 1vw) calc(100 / 760 * 60 / 1 * 1vw);
    border-bottom: solid 2px #f98101;
  }
}
.dl-personal {
  display: block;
}
.dl-personal dt, .dl-personal dd {
  display: block;
  width: 100%;
  border: none;
  padding: 0;
}
.dl-personal dt {
  font-weight: bold;
}
.dl-personal > dt {
  font-size: 2.2rem;
  margin-bottom: 50px;
}
.dl-personal > dd {
  margin-bottom: 60px;
}
.m-bg-color_primary {
  background: #f98101;
}
.m-bg-color_primary_op-0 {
  background: rgba(249, 129, 1, 0);
}
.m-bg-color_primary_op-1 {
  background: rgba(249, 129, 1, 0.1);
}
.m-bg-color_primary_op-2 {
  background: rgba(249, 129, 1, 0.2);
}
.m-bg-color_primary_op-3 {
  background: rgba(249, 129, 1, 0.3);
}
.m-bg-color_primary_op-4 {
  background: rgba(249, 129, 1, 0.4);
}
.m-bg-color_primary_op-5 {
  background: rgba(249, 129, 1, 0.5);
}
.m-bg-color_primary_op-6 {
  background: rgba(249, 129, 1, 0.6);
}
.m-bg-color_primary_op-7 {
  background: rgba(249, 129, 1, 0.7);
}
.m-bg-color_primary_op-8 {
  background: rgba(249, 129, 1, 0.8);
}
.m-bg-color_primary_op-9 {
  background: rgba(249, 129, 1, 0.9);
}
.m-bg-color_primary_op-10 {
  background: #f98101;
}
.m-bg-color_accent {
  background: #ee6393;
}
.m-bg-color_accent_op-0 {
  background: rgba(238, 99, 147, 0);
}
.m-bg-color_accent_op-1 {
  background: rgba(238, 99, 147, 0.1);
}
.m-bg-color_accent_op-2 {
  background: rgba(238, 99, 147, 0.2);
}
.m-bg-color_accent_op-3 {
  background: rgba(238, 99, 147, 0.3);
}
.m-bg-color_accent_op-4 {
  background: rgba(238, 99, 147, 0.4);
}
.m-bg-color_accent_op-5 {
  background: rgba(238, 99, 147, 0.5);
}
.m-bg-color_accent_op-6 {
  background: rgba(238, 99, 147, 0.6);
}
.m-bg-color_accent_op-7 {
  background: rgba(238, 99, 147, 0.7);
}
.m-bg-color_accent_op-8 {
  background: rgba(238, 99, 147, 0.8);
}
.m-bg-color_accent_op-9 {
  background: rgba(238, 99, 147, 0.9);
}
.m-bg-color_accent_op-10 {
  background: #ee6393;
}
.m-bg-color_base {
  background: #a8d151;
}
.m-bg-color_base_op-0 {
  background: rgba(168, 209, 81, 0);
}
.m-bg-color_base_op-1 {
  background: rgba(168, 209, 81, 0.1);
}
.m-bg-color_base_op-2 {
  background: rgba(168, 209, 81, 0.2);
}
.m-bg-color_base_op-3 {
  background: rgba(168, 209, 81, 0.3);
}
.m-bg-color_base_op-4 {
  background: rgba(168, 209, 81, 0.4);
}
.m-bg-color_base_op-5 {
  background: rgba(168, 209, 81, 0.5);
}
.m-bg-color_base_op-6 {
  background: rgba(168, 209, 81, 0.6);
}
.m-bg-color_base_op-7 {
  background: rgba(168, 209, 81, 0.7);
}
.m-bg-color_base_op-8 {
  background: rgba(168, 209, 81, 0.8);
}
.m-bg-color_base_op-9 {
  background: rgba(168, 209, 81, 0.9);
}
.m-bg-color_base_op-10 {
  background: #a8d151;
}
.m-bg-color_font {
  background: #333333;
}
.m-bg-color_font_op-0 {
  background: rgba(51, 51, 51, 0);
}
.m-bg-color_font_op-1 {
  background: rgba(51, 51, 51, 0.1);
}
.m-bg-color_font_op-2 {
  background: rgba(51, 51, 51, 0.2);
}
.m-bg-color_font_op-3 {
  background: rgba(51, 51, 51, 0.3);
}
.m-bg-color_font_op-4 {
  background: rgba(51, 51, 51, 0.4);
}
.m-bg-color_font_op-5 {
  background: rgba(51, 51, 51, 0.5);
}
.m-bg-color_font_op-6 {
  background: rgba(51, 51, 51, 0.6);
}
.m-bg-color_font_op-7 {
  background: rgba(51, 51, 51, 0.7);
}
.m-bg-color_font_op-8 {
  background: rgba(51, 51, 51, 0.8);
}
.m-bg-color_font_op-9 {
  background: rgba(51, 51, 51, 0.9);
}
.m-bg-color_font_op-10 {
  background: #333333;
}
.m-bg-color_bg {
  background: transparent;
}
.m-bg-color_bg_op-0 {
  background: rgba(0, 0, 0, 0);
}
.m-bg-color_bg_op-1 {
  background: rgba(0, 0, 0, 0.1);
}
.m-bg-color_bg_op-2 {
  background: rgba(0, 0, 0, 0.2);
}
.m-bg-color_bg_op-3 {
  background: rgba(0, 0, 0, 0.3);
}
.m-bg-color_bg_op-4 {
  background: rgba(0, 0, 0, 0.4);
}
.m-bg-color_bg_op-5 {
  background: rgba(0, 0, 0, 0.5);
}
.m-bg-color_bg_op-6 {
  background: rgba(0, 0, 0, 0.6);
}
.m-bg-color_bg_op-7 {
  background: rgba(0, 0, 0, 0.7);
}
.m-bg-color_bg_op-8 {
  background: rgba(0, 0, 0, 0.8);
}
.m-bg-color_bg_op-9 {
  background: rgba(0, 0, 0, 0.9);
}
.m-bg-color_bg_op-10 {
  background: black;
}
.m-bg-color_bg_light {
  background: #e4e1d7;
}
.m-bg-color_bg_light_op-0 {
  background: rgba(228, 225, 215, 0);
}
.m-bg-color_bg_light_op-1 {
  background: rgba(228, 225, 215, 0.1);
}
.m-bg-color_bg_light_op-2 {
  background: rgba(228, 225, 215, 0.2);
}
.m-bg-color_bg_light_op-3 {
  background: rgba(228, 225, 215, 0.3);
}
.m-bg-color_bg_light_op-4 {
  background: rgba(228, 225, 215, 0.4);
}
.m-bg-color_bg_light_op-5 {
  background: rgba(228, 225, 215, 0.5);
}
.m-bg-color_bg_light_op-6 {
  background: rgba(228, 225, 215, 0.6);
}
.m-bg-color_bg_light_op-7 {
  background: rgba(228, 225, 215, 0.7);
}
.m-bg-color_bg_light_op-8 {
  background: rgba(228, 225, 215, 0.8);
}
.m-bg-color_bg_light_op-9 {
  background: rgba(228, 225, 215, 0.9);
}
.m-bg-color_bg_light_op-10 {
  background: #e4e1d7;
}
.m-bg-color_bg_dark {
  background: #e4e1d7;
}
.m-bg-color_bg_dark_op-0 {
  background: rgba(228, 225, 215, 0);
}
.m-bg-color_bg_dark_op-1 {
  background: rgba(228, 225, 215, 0.1);
}
.m-bg-color_bg_dark_op-2 {
  background: rgba(228, 225, 215, 0.2);
}
.m-bg-color_bg_dark_op-3 {
  background: rgba(228, 225, 215, 0.3);
}
.m-bg-color_bg_dark_op-4 {
  background: rgba(228, 225, 215, 0.4);
}
.m-bg-color_bg_dark_op-5 {
  background: rgba(228, 225, 215, 0.5);
}
.m-bg-color_bg_dark_op-6 {
  background: rgba(228, 225, 215, 0.6);
}
.m-bg-color_bg_dark_op-7 {
  background: rgba(228, 225, 215, 0.7);
}
.m-bg-color_bg_dark_op-8 {
  background: rgba(228, 225, 215, 0.8);
}
.m-bg-color_bg_dark_op-9 {
  background: rgba(228, 225, 215, 0.9);
}
.m-bg-color_bg_dark_op-10 {
  background: #e4e1d7;
}
.m-bg-color_border {
  background: #e4e1d7;
}
.m-bg-color_border_op-0 {
  background: rgba(228, 225, 215, 0);
}
.m-bg-color_border_op-1 {
  background: rgba(228, 225, 215, 0.1);
}
.m-bg-color_border_op-2 {
  background: rgba(228, 225, 215, 0.2);
}
.m-bg-color_border_op-3 {
  background: rgba(228, 225, 215, 0.3);
}
.m-bg-color_border_op-4 {
  background: rgba(228, 225, 215, 0.4);
}
.m-bg-color_border_op-5 {
  background: rgba(228, 225, 215, 0.5);
}
.m-bg-color_border_op-6 {
  background: rgba(228, 225, 215, 0.6);
}
.m-bg-color_border_op-7 {
  background: rgba(228, 225, 215, 0.7);
}
.m-bg-color_border_op-8 {
  background: rgba(228, 225, 215, 0.8);
}
.m-bg-color_border_op-9 {
  background: rgba(228, 225, 215, 0.9);
}
.m-bg-color_border_op-10 {
  background: #e4e1d7;
}
.m-bg-color_error {
  background: #ff4e00;
}
.m-bg-color_error_op-0 {
  background: rgba(255, 78, 0, 0);
}
.m-bg-color_error_op-1 {
  background: rgba(255, 78, 0, 0.1);
}
.m-bg-color_error_op-2 {
  background: rgba(255, 78, 0, 0.2);
}
.m-bg-color_error_op-3 {
  background: rgba(255, 78, 0, 0.3);
}
.m-bg-color_error_op-4 {
  background: rgba(255, 78, 0, 0.4);
}
.m-bg-color_error_op-5 {
  background: rgba(255, 78, 0, 0.5);
}
.m-bg-color_error_op-6 {
  background: rgba(255, 78, 0, 0.6);
}
.m-bg-color_error_op-7 {
  background: rgba(255, 78, 0, 0.7);
}
.m-bg-color_error_op-8 {
  background: rgba(255, 78, 0, 0.8);
}
.m-bg-color_error_op-9 {
  background: rgba(255, 78, 0, 0.9);
}
.m-bg-color_error_op-10 {
  background: #ff4e00;
}
.m-bg-color_white {
  background: white;
}
.m-bg-color_white_op-0 {
  background: rgba(255, 255, 255, 0);
}
.m-bg-color_white_op-1 {
  background: rgba(255, 255, 255, 0.1);
}
.m-bg-color_white_op-2 {
  background: rgba(255, 255, 255, 0.2);
}
.m-bg-color_white_op-3 {
  background: rgba(255, 255, 255, 0.3);
}
.m-bg-color_white_op-4 {
  background: rgba(255, 255, 255, 0.4);
}
.m-bg-color_white_op-5 {
  background: rgba(255, 255, 255, 0.5);
}
.m-bg-color_white_op-6 {
  background: rgba(255, 255, 255, 0.6);
}
.m-bg-color_white_op-7 {
  background: rgba(255, 255, 255, 0.7);
}
.m-bg-color_white_op-8 {
  background: rgba(255, 255, 255, 0.8);
}
.m-bg-color_white_op-9 {
  background: rgba(255, 255, 255, 0.9);
}
.m-bg-color_white_op-10 {
  background: white;
}
.m-bg-color_black {
  background: black;
}
.m-bg-color_black_op-0 {
  background: rgba(0, 0, 0, 0);
}
.m-bg-color_black_op-1 {
  background: rgba(0, 0, 0, 0.1);
}
.m-bg-color_black_op-2 {
  background: rgba(0, 0, 0, 0.2);
}
.m-bg-color_black_op-3 {
  background: rgba(0, 0, 0, 0.3);
}
.m-bg-color_black_op-4 {
  background: rgba(0, 0, 0, 0.4);
}
.m-bg-color_black_op-5 {
  background: rgba(0, 0, 0, 0.5);
}
.m-bg-color_black_op-6 {
  background: rgba(0, 0, 0, 0.6);
}
.m-bg-color_black_op-7 {
  background: rgba(0, 0, 0, 0.7);
}
.m-bg-color_black_op-8 {
  background: rgba(0, 0, 0, 0.8);
}
.m-bg-color_black_op-9 {
  background: rgba(0, 0, 0, 0.9);
}
.m-bg-color_black_op-10 {
  background: black;
}
.m-bg-color_green {
  background: #f98101;
}
.m-bg-color_green_op-0 {
  background: rgba(249, 129, 1, 0);
}
.m-bg-color_green_op-1 {
  background: rgba(249, 129, 1, 0.1);
}
.m-bg-color_green_op-2 {
  background: rgba(249, 129, 1, 0.2);
}
.m-bg-color_green_op-3 {
  background: rgba(249, 129, 1, 0.3);
}
.m-bg-color_green_op-4 {
  background: rgba(249, 129, 1, 0.4);
}
.m-bg-color_green_op-5 {
  background: rgba(249, 129, 1, 0.5);
}
.m-bg-color_green_op-6 {
  background: rgba(249, 129, 1, 0.6);
}
.m-bg-color_green_op-7 {
  background: rgba(249, 129, 1, 0.7);
}
.m-bg-color_green_op-8 {
  background: rgba(249, 129, 1, 0.8);
}
.m-bg-color_green_op-9 {
  background: rgba(249, 129, 1, 0.9);
}
.m-bg-color_green_op-10 {
  background: #f98101;
}
.m-bg-color_blue {
  background: #3646a7;
}
.m-bg-color_blue_op-0 {
  background: rgba(54, 70, 167, 0);
}
.m-bg-color_blue_op-1 {
  background: rgba(54, 70, 167, 0.1);
}
.m-bg-color_blue_op-2 {
  background: rgba(54, 70, 167, 0.2);
}
.m-bg-color_blue_op-3 {
  background: rgba(54, 70, 167, 0.3);
}
.m-bg-color_blue_op-4 {
  background: rgba(54, 70, 167, 0.4);
}
.m-bg-color_blue_op-5 {
  background: rgba(54, 70, 167, 0.5);
}
.m-bg-color_blue_op-6 {
  background: rgba(54, 70, 167, 0.6);
}
.m-bg-color_blue_op-7 {
  background: rgba(54, 70, 167, 0.7);
}
.m-bg-color_blue_op-8 {
  background: rgba(54, 70, 167, 0.8);
}
.m-bg-color_blue_op-9 {
  background: rgba(54, 70, 167, 0.9);
}
.m-bg-color_blue_op-10 {
  background: #3646a7;
}
.m-bg-color_red {
  background: #db0011;
}
.m-bg-color_red_op-0 {
  background: rgba(219, 0, 17, 0);
}
.m-bg-color_red_op-1 {
  background: rgba(219, 0, 17, 0.1);
}
.m-bg-color_red_op-2 {
  background: rgba(219, 0, 17, 0.2);
}
.m-bg-color_red_op-3 {
  background: rgba(219, 0, 17, 0.3);
}
.m-bg-color_red_op-4 {
  background: rgba(219, 0, 17, 0.4);
}
.m-bg-color_red_op-5 {
  background: rgba(219, 0, 17, 0.5);
}
.m-bg-color_red_op-6 {
  background: rgba(219, 0, 17, 0.6);
}
.m-bg-color_red_op-7 {
  background: rgba(219, 0, 17, 0.7);
}
.m-bg-color_red_op-8 {
  background: rgba(219, 0, 17, 0.8);
}
.m-bg-color_red_op-9 {
  background: rgba(219, 0, 17, 0.9);
}
.m-bg-color_red_op-10 {
  background: #db0011;
}
.m-bg-color_orange {
  background: #ff9e43;
}
.m-bg-color_orange_op-0 {
  background: rgba(255, 158, 67, 0);
}
.m-bg-color_orange_op-1 {
  background: rgba(255, 158, 67, 0.1);
}
.m-bg-color_orange_op-2 {
  background: rgba(255, 158, 67, 0.2);
}
.m-bg-color_orange_op-3 {
  background: rgba(255, 158, 67, 0.3);
}
.m-bg-color_orange_op-4 {
  background: rgba(255, 158, 67, 0.4);
}
.m-bg-color_orange_op-5 {
  background: rgba(255, 158, 67, 0.5);
}
.m-bg-color_orange_op-6 {
  background: rgba(255, 158, 67, 0.6);
}
.m-bg-color_orange_op-7 {
  background: rgba(255, 158, 67, 0.7);
}
.m-bg-color_orange_op-8 {
  background: rgba(255, 158, 67, 0.8);
}
.m-bg-color_orange_op-9 {
  background: rgba(255, 158, 67, 0.9);
}
.m-bg-color_orange_op-10 {
  background: #ff9e43;
}
.m-bg-color_fb {
  background: #3a5897;
}
.m-bg-color_fb_op-0 {
  background: rgba(58, 88, 151, 0);
}
.m-bg-color_fb_op-1 {
  background: rgba(58, 88, 151, 0.1);
}
.m-bg-color_fb_op-2 {
  background: rgba(58, 88, 151, 0.2);
}
.m-bg-color_fb_op-3 {
  background: rgba(58, 88, 151, 0.3);
}
.m-bg-color_fb_op-4 {
  background: rgba(58, 88, 151, 0.4);
}
.m-bg-color_fb_op-5 {
  background: rgba(58, 88, 151, 0.5);
}
.m-bg-color_fb_op-6 {
  background: rgba(58, 88, 151, 0.6);
}
.m-bg-color_fb_op-7 {
  background: rgba(58, 88, 151, 0.7);
}
.m-bg-color_fb_op-8 {
  background: rgba(58, 88, 151, 0.8);
}
.m-bg-color_fb_op-9 {
  background: rgba(58, 88, 151, 0.9);
}
.m-bg-color_fb_op-10 {
  background: #3a5897;
}
.m-bg-color_line {
  background: #06C755;
}
.m-bg-color_line_op-0 {
  background: rgba(6, 199, 85, 0);
}
.m-bg-color_line_op-1 {
  background: rgba(6, 199, 85, 0.1);
}
.m-bg-color_line_op-2 {
  background: rgba(6, 199, 85, 0.2);
}
.m-bg-color_line_op-3 {
  background: rgba(6, 199, 85, 0.3);
}
.m-bg-color_line_op-4 {
  background: rgba(6, 199, 85, 0.4);
}
.m-bg-color_line_op-5 {
  background: rgba(6, 199, 85, 0.5);
}
.m-bg-color_line_op-6 {
  background: rgba(6, 199, 85, 0.6);
}
.m-bg-color_line_op-7 {
  background: rgba(6, 199, 85, 0.7);
}
.m-bg-color_line_op-8 {
  background: rgba(6, 199, 85, 0.8);
}
.m-bg-color_line_op-9 {
  background: rgba(6, 199, 85, 0.9);
}
.m-bg-color_line_op-10 {
  background: #06c755;
}
.m-bg-color_h {
  background: #f29e0a;
}
.m-bg-color_h_op-0 {
  background: rgba(242, 158, 10, 0);
}
.m-bg-color_h_op-1 {
  background: rgba(242, 158, 10, 0.1);
}
.m-bg-color_h_op-2 {
  background: rgba(242, 158, 10, 0.2);
}
.m-bg-color_h_op-3 {
  background: rgba(242, 158, 10, 0.3);
}
.m-bg-color_h_op-4 {
  background: rgba(242, 158, 10, 0.4);
}
.m-bg-color_h_op-5 {
  background: rgba(242, 158, 10, 0.5);
}
.m-bg-color_h_op-6 {
  background: rgba(242, 158, 10, 0.6);
}
.m-bg-color_h_op-7 {
  background: rgba(242, 158, 10, 0.7);
}
.m-bg-color_h_op-8 {
  background: rgba(242, 158, 10, 0.8);
}
.m-bg-color_h_op-9 {
  background: rgba(242, 158, 10, 0.9);
}
.m-bg-color_h_op-10 {
  background: #f29e0a;
}
.m-bg-color_n {
  background: #fa8eb3;
}
.m-bg-color_n_op-0 {
  background: rgba(250, 142, 179, 0);
}
.m-bg-color_n_op-1 {
  background: rgba(250, 142, 179, 0.1);
}
.m-bg-color_n_op-2 {
  background: rgba(250, 142, 179, 0.2);
}
.m-bg-color_n_op-3 {
  background: rgba(250, 142, 179, 0.3);
}
.m-bg-color_n_op-4 {
  background: rgba(250, 142, 179, 0.4);
}
.m-bg-color_n_op-5 {
  background: rgba(250, 142, 179, 0.5);
}
.m-bg-color_n_op-6 {
  background: rgba(250, 142, 179, 0.6);
}
.m-bg-color_n_op-7 {
  background: rgba(250, 142, 179, 0.7);
}
.m-bg-color_n_op-8 {
  background: rgba(250, 142, 179, 0.8);
}
.m-bg-color_n_op-9 {
  background: rgba(250, 142, 179, 0.9);
}
.m-bg-color_n_op-10 {
  background: #fa8eb3;
}

.bg-color_primary {
  background: #f98101;
}
.bg-color_primary_op-0 {
  background: rgba(249, 129, 1, 0);
}
.bg-color_primary_op-1 {
  background: rgba(249, 129, 1, 0.1);
}
.bg-color_primary_op-2 {
  background: rgba(249, 129, 1, 0.2);
}
.bg-color_primary_op-3 {
  background: rgba(249, 129, 1, 0.3);
}
.bg-color_primary_op-4 {
  background: rgba(249, 129, 1, 0.4);
}
.bg-color_primary_op-5 {
  background: rgba(249, 129, 1, 0.5);
}
.bg-color_primary_op-6 {
  background: rgba(249, 129, 1, 0.6);
}
.bg-color_primary_op-7 {
  background: rgba(249, 129, 1, 0.7);
}
.bg-color_primary_op-8 {
  background: rgba(249, 129, 1, 0.8);
}
.bg-color_primary_op-9 {
  background: rgba(249, 129, 1, 0.9);
}
.bg-color_primary_op-10 {
  background: #f98101;
}
.bg-color_accent {
  background: #ee6393;
}
.bg-color_accent_op-0 {
  background: rgba(238, 99, 147, 0);
}
.bg-color_accent_op-1 {
  background: rgba(238, 99, 147, 0.1);
}
.bg-color_accent_op-2 {
  background: rgba(238, 99, 147, 0.2);
}
.bg-color_accent_op-3 {
  background: rgba(238, 99, 147, 0.3);
}
.bg-color_accent_op-4 {
  background: rgba(238, 99, 147, 0.4);
}
.bg-color_accent_op-5 {
  background: rgba(238, 99, 147, 0.5);
}
.bg-color_accent_op-6 {
  background: rgba(238, 99, 147, 0.6);
}
.bg-color_accent_op-7 {
  background: rgba(238, 99, 147, 0.7);
}
.bg-color_accent_op-8 {
  background: rgba(238, 99, 147, 0.8);
}
.bg-color_accent_op-9 {
  background: rgba(238, 99, 147, 0.9);
}
.bg-color_accent_op-10 {
  background: #ee6393;
}
.bg-color_base {
  background: #a8d151;
}
.bg-color_base_op-0 {
  background: rgba(168, 209, 81, 0);
}
.bg-color_base_op-1 {
  background: rgba(168, 209, 81, 0.1);
}
.bg-color_base_op-2 {
  background: rgba(168, 209, 81, 0.2);
}
.bg-color_base_op-3 {
  background: rgba(168, 209, 81, 0.3);
}
.bg-color_base_op-4 {
  background: rgba(168, 209, 81, 0.4);
}
.bg-color_base_op-5 {
  background: rgba(168, 209, 81, 0.5);
}
.bg-color_base_op-6 {
  background: rgba(168, 209, 81, 0.6);
}
.bg-color_base_op-7 {
  background: rgba(168, 209, 81, 0.7);
}
.bg-color_base_op-8 {
  background: rgba(168, 209, 81, 0.8);
}
.bg-color_base_op-9 {
  background: rgba(168, 209, 81, 0.9);
}
.bg-color_base_op-10 {
  background: #a8d151;
}
.bg-color_font {
  background: #333333;
}
.bg-color_font_op-0 {
  background: rgba(51, 51, 51, 0);
}
.bg-color_font_op-1 {
  background: rgba(51, 51, 51, 0.1);
}
.bg-color_font_op-2 {
  background: rgba(51, 51, 51, 0.2);
}
.bg-color_font_op-3 {
  background: rgba(51, 51, 51, 0.3);
}
.bg-color_font_op-4 {
  background: rgba(51, 51, 51, 0.4);
}
.bg-color_font_op-5 {
  background: rgba(51, 51, 51, 0.5);
}
.bg-color_font_op-6 {
  background: rgba(51, 51, 51, 0.6);
}
.bg-color_font_op-7 {
  background: rgba(51, 51, 51, 0.7);
}
.bg-color_font_op-8 {
  background: rgba(51, 51, 51, 0.8);
}
.bg-color_font_op-9 {
  background: rgba(51, 51, 51, 0.9);
}
.bg-color_font_op-10 {
  background: #333333;
}
.bg-color_bg {
  background: transparent;
}
.bg-color_bg_op-0 {
  background: rgba(0, 0, 0, 0);
}
.bg-color_bg_op-1 {
  background: rgba(0, 0, 0, 0.1);
}
.bg-color_bg_op-2 {
  background: rgba(0, 0, 0, 0.2);
}
.bg-color_bg_op-3 {
  background: rgba(0, 0, 0, 0.3);
}
.bg-color_bg_op-4 {
  background: rgba(0, 0, 0, 0.4);
}
.bg-color_bg_op-5 {
  background: rgba(0, 0, 0, 0.5);
}
.bg-color_bg_op-6 {
  background: rgba(0, 0, 0, 0.6);
}
.bg-color_bg_op-7 {
  background: rgba(0, 0, 0, 0.7);
}
.bg-color_bg_op-8 {
  background: rgba(0, 0, 0, 0.8);
}
.bg-color_bg_op-9 {
  background: rgba(0, 0, 0, 0.9);
}
.bg-color_bg_op-10 {
  background: black;
}
.bg-color_bg_light {
  background: #e4e1d7;
}
.bg-color_bg_light_op-0 {
  background: rgba(228, 225, 215, 0);
}
.bg-color_bg_light_op-1 {
  background: rgba(228, 225, 215, 0.1);
}
.bg-color_bg_light_op-2 {
  background: rgba(228, 225, 215, 0.2);
}
.bg-color_bg_light_op-3 {
  background: rgba(228, 225, 215, 0.3);
}
.bg-color_bg_light_op-4 {
  background: rgba(228, 225, 215, 0.4);
}
.bg-color_bg_light_op-5 {
  background: rgba(228, 225, 215, 0.5);
}
.bg-color_bg_light_op-6 {
  background: rgba(228, 225, 215, 0.6);
}
.bg-color_bg_light_op-7 {
  background: rgba(228, 225, 215, 0.7);
}
.bg-color_bg_light_op-8 {
  background: rgba(228, 225, 215, 0.8);
}
.bg-color_bg_light_op-9 {
  background: rgba(228, 225, 215, 0.9);
}
.bg-color_bg_light_op-10 {
  background: #e4e1d7;
}
.bg-color_bg_dark {
  background: #e4e1d7;
}
.bg-color_bg_dark_op-0 {
  background: rgba(228, 225, 215, 0);
}
.bg-color_bg_dark_op-1 {
  background: rgba(228, 225, 215, 0.1);
}
.bg-color_bg_dark_op-2 {
  background: rgba(228, 225, 215, 0.2);
}
.bg-color_bg_dark_op-3 {
  background: rgba(228, 225, 215, 0.3);
}
.bg-color_bg_dark_op-4 {
  background: rgba(228, 225, 215, 0.4);
}
.bg-color_bg_dark_op-5 {
  background: rgba(228, 225, 215, 0.5);
}
.bg-color_bg_dark_op-6 {
  background: rgba(228, 225, 215, 0.6);
}
.bg-color_bg_dark_op-7 {
  background: rgba(228, 225, 215, 0.7);
}
.bg-color_bg_dark_op-8 {
  background: rgba(228, 225, 215, 0.8);
}
.bg-color_bg_dark_op-9 {
  background: rgba(228, 225, 215, 0.9);
}
.bg-color_bg_dark_op-10 {
  background: #e4e1d7;
}
.bg-color_border {
  background: #e4e1d7;
}
.bg-color_border_op-0 {
  background: rgba(228, 225, 215, 0);
}
.bg-color_border_op-1 {
  background: rgba(228, 225, 215, 0.1);
}
.bg-color_border_op-2 {
  background: rgba(228, 225, 215, 0.2);
}
.bg-color_border_op-3 {
  background: rgba(228, 225, 215, 0.3);
}
.bg-color_border_op-4 {
  background: rgba(228, 225, 215, 0.4);
}
.bg-color_border_op-5 {
  background: rgba(228, 225, 215, 0.5);
}
.bg-color_border_op-6 {
  background: rgba(228, 225, 215, 0.6);
}
.bg-color_border_op-7 {
  background: rgba(228, 225, 215, 0.7);
}
.bg-color_border_op-8 {
  background: rgba(228, 225, 215, 0.8);
}
.bg-color_border_op-9 {
  background: rgba(228, 225, 215, 0.9);
}
.bg-color_border_op-10 {
  background: #e4e1d7;
}
.bg-color_error {
  background: #ff4e00;
}
.bg-color_error_op-0 {
  background: rgba(255, 78, 0, 0);
}
.bg-color_error_op-1 {
  background: rgba(255, 78, 0, 0.1);
}
.bg-color_error_op-2 {
  background: rgba(255, 78, 0, 0.2);
}
.bg-color_error_op-3 {
  background: rgba(255, 78, 0, 0.3);
}
.bg-color_error_op-4 {
  background: rgba(255, 78, 0, 0.4);
}
.bg-color_error_op-5 {
  background: rgba(255, 78, 0, 0.5);
}
.bg-color_error_op-6 {
  background: rgba(255, 78, 0, 0.6);
}
.bg-color_error_op-7 {
  background: rgba(255, 78, 0, 0.7);
}
.bg-color_error_op-8 {
  background: rgba(255, 78, 0, 0.8);
}
.bg-color_error_op-9 {
  background: rgba(255, 78, 0, 0.9);
}
.bg-color_error_op-10 {
  background: #ff4e00;
}
.bg-color_white {
  background: white;
}
.bg-color_white_op-0 {
  background: rgba(255, 255, 255, 0);
}
.bg-color_white_op-1 {
  background: rgba(255, 255, 255, 0.1);
}
.bg-color_white_op-2 {
  background: rgba(255, 255, 255, 0.2);
}
.bg-color_white_op-3 {
  background: rgba(255, 255, 255, 0.3);
}
.bg-color_white_op-4 {
  background: rgba(255, 255, 255, 0.4);
}
.bg-color_white_op-5 {
  background: rgba(255, 255, 255, 0.5);
}
.bg-color_white_op-6 {
  background: rgba(255, 255, 255, 0.6);
}
.bg-color_white_op-7 {
  background: rgba(255, 255, 255, 0.7);
}
.bg-color_white_op-8 {
  background: rgba(255, 255, 255, 0.8);
}
.bg-color_white_op-9 {
  background: rgba(255, 255, 255, 0.9);
}
.bg-color_white_op-10 {
  background: white;
}
.bg-color_black {
  background: black;
}
.bg-color_black_op-0 {
  background: rgba(0, 0, 0, 0);
}
.bg-color_black_op-1 {
  background: rgba(0, 0, 0, 0.1);
}
.bg-color_black_op-2 {
  background: rgba(0, 0, 0, 0.2);
}
.bg-color_black_op-3 {
  background: rgba(0, 0, 0, 0.3);
}
.bg-color_black_op-4 {
  background: rgba(0, 0, 0, 0.4);
}
.bg-color_black_op-5 {
  background: rgba(0, 0, 0, 0.5);
}
.bg-color_black_op-6 {
  background: rgba(0, 0, 0, 0.6);
}
.bg-color_black_op-7 {
  background: rgba(0, 0, 0, 0.7);
}
.bg-color_black_op-8 {
  background: rgba(0, 0, 0, 0.8);
}
.bg-color_black_op-9 {
  background: rgba(0, 0, 0, 0.9);
}
.bg-color_black_op-10 {
  background: black;
}
.bg-color_green {
  background: #f98101;
}
.bg-color_green_op-0 {
  background: rgba(249, 129, 1, 0);
}
.bg-color_green_op-1 {
  background: rgba(249, 129, 1, 0.1);
}
.bg-color_green_op-2 {
  background: rgba(249, 129, 1, 0.2);
}
.bg-color_green_op-3 {
  background: rgba(249, 129, 1, 0.3);
}
.bg-color_green_op-4 {
  background: rgba(249, 129, 1, 0.4);
}
.bg-color_green_op-5 {
  background: rgba(249, 129, 1, 0.5);
}
.bg-color_green_op-6 {
  background: rgba(249, 129, 1, 0.6);
}
.bg-color_green_op-7 {
  background: rgba(249, 129, 1, 0.7);
}
.bg-color_green_op-8 {
  background: rgba(249, 129, 1, 0.8);
}
.bg-color_green_op-9 {
  background: rgba(249, 129, 1, 0.9);
}
.bg-color_green_op-10 {
  background: #f98101;
}
.bg-color_blue {
  background: #3646a7;
}
.bg-color_blue_op-0 {
  background: rgba(54, 70, 167, 0);
}
.bg-color_blue_op-1 {
  background: rgba(54, 70, 167, 0.1);
}
.bg-color_blue_op-2 {
  background: rgba(54, 70, 167, 0.2);
}
.bg-color_blue_op-3 {
  background: rgba(54, 70, 167, 0.3);
}
.bg-color_blue_op-4 {
  background: rgba(54, 70, 167, 0.4);
}
.bg-color_blue_op-5 {
  background: rgba(54, 70, 167, 0.5);
}
.bg-color_blue_op-6 {
  background: rgba(54, 70, 167, 0.6);
}
.bg-color_blue_op-7 {
  background: rgba(54, 70, 167, 0.7);
}
.bg-color_blue_op-8 {
  background: rgba(54, 70, 167, 0.8);
}
.bg-color_blue_op-9 {
  background: rgba(54, 70, 167, 0.9);
}
.bg-color_blue_op-10 {
  background: #3646a7;
}
.bg-color_red {
  background: #db0011;
}
.bg-color_red_op-0 {
  background: rgba(219, 0, 17, 0);
}
.bg-color_red_op-1 {
  background: rgba(219, 0, 17, 0.1);
}
.bg-color_red_op-2 {
  background: rgba(219, 0, 17, 0.2);
}
.bg-color_red_op-3 {
  background: rgba(219, 0, 17, 0.3);
}
.bg-color_red_op-4 {
  background: rgba(219, 0, 17, 0.4);
}
.bg-color_red_op-5 {
  background: rgba(219, 0, 17, 0.5);
}
.bg-color_red_op-6 {
  background: rgba(219, 0, 17, 0.6);
}
.bg-color_red_op-7 {
  background: rgba(219, 0, 17, 0.7);
}
.bg-color_red_op-8 {
  background: rgba(219, 0, 17, 0.8);
}
.bg-color_red_op-9 {
  background: rgba(219, 0, 17, 0.9);
}
.bg-color_red_op-10 {
  background: #db0011;
}
.bg-color_orange {
  background: #ff9e43;
}
.bg-color_orange_op-0 {
  background: rgba(255, 158, 67, 0);
}
.bg-color_orange_op-1 {
  background: rgba(255, 158, 67, 0.1);
}
.bg-color_orange_op-2 {
  background: rgba(255, 158, 67, 0.2);
}
.bg-color_orange_op-3 {
  background: rgba(255, 158, 67, 0.3);
}
.bg-color_orange_op-4 {
  background: rgba(255, 158, 67, 0.4);
}
.bg-color_orange_op-5 {
  background: rgba(255, 158, 67, 0.5);
}
.bg-color_orange_op-6 {
  background: rgba(255, 158, 67, 0.6);
}
.bg-color_orange_op-7 {
  background: rgba(255, 158, 67, 0.7);
}
.bg-color_orange_op-8 {
  background: rgba(255, 158, 67, 0.8);
}
.bg-color_orange_op-9 {
  background: rgba(255, 158, 67, 0.9);
}
.bg-color_orange_op-10 {
  background: #ff9e43;
}
.bg-color_fb {
  background: #3a5897;
}
.bg-color_fb_op-0 {
  background: rgba(58, 88, 151, 0);
}
.bg-color_fb_op-1 {
  background: rgba(58, 88, 151, 0.1);
}
.bg-color_fb_op-2 {
  background: rgba(58, 88, 151, 0.2);
}
.bg-color_fb_op-3 {
  background: rgba(58, 88, 151, 0.3);
}
.bg-color_fb_op-4 {
  background: rgba(58, 88, 151, 0.4);
}
.bg-color_fb_op-5 {
  background: rgba(58, 88, 151, 0.5);
}
.bg-color_fb_op-6 {
  background: rgba(58, 88, 151, 0.6);
}
.bg-color_fb_op-7 {
  background: rgba(58, 88, 151, 0.7);
}
.bg-color_fb_op-8 {
  background: rgba(58, 88, 151, 0.8);
}
.bg-color_fb_op-9 {
  background: rgba(58, 88, 151, 0.9);
}
.bg-color_fb_op-10 {
  background: #3a5897;
}
.bg-color_line {
  background: #06C755;
}
.bg-color_line_op-0 {
  background: rgba(6, 199, 85, 0);
}
.bg-color_line_op-1 {
  background: rgba(6, 199, 85, 0.1);
}
.bg-color_line_op-2 {
  background: rgba(6, 199, 85, 0.2);
}
.bg-color_line_op-3 {
  background: rgba(6, 199, 85, 0.3);
}
.bg-color_line_op-4 {
  background: rgba(6, 199, 85, 0.4);
}
.bg-color_line_op-5 {
  background: rgba(6, 199, 85, 0.5);
}
.bg-color_line_op-6 {
  background: rgba(6, 199, 85, 0.6);
}
.bg-color_line_op-7 {
  background: rgba(6, 199, 85, 0.7);
}
.bg-color_line_op-8 {
  background: rgba(6, 199, 85, 0.8);
}
.bg-color_line_op-9 {
  background: rgba(6, 199, 85, 0.9);
}
.bg-color_line_op-10 {
  background: #06c755;
}
.bg-color_h {
  background: #f29e0a;
}
.bg-color_h_op-0 {
  background: rgba(242, 158, 10, 0);
}
.bg-color_h_op-1 {
  background: rgba(242, 158, 10, 0.1);
}
.bg-color_h_op-2 {
  background: rgba(242, 158, 10, 0.2);
}
.bg-color_h_op-3 {
  background: rgba(242, 158, 10, 0.3);
}
.bg-color_h_op-4 {
  background: rgba(242, 158, 10, 0.4);
}
.bg-color_h_op-5 {
  background: rgba(242, 158, 10, 0.5);
}
.bg-color_h_op-6 {
  background: rgba(242, 158, 10, 0.6);
}
.bg-color_h_op-7 {
  background: rgba(242, 158, 10, 0.7);
}
.bg-color_h_op-8 {
  background: rgba(242, 158, 10, 0.8);
}
.bg-color_h_op-9 {
  background: rgba(242, 158, 10, 0.9);
}
.bg-color_h_op-10 {
  background: #f29e0a;
}
.bg-color_n {
  background: #fa8eb3;
}
.bg-color_n_op-0 {
  background: rgba(250, 142, 179, 0);
}
.bg-color_n_op-1 {
  background: rgba(250, 142, 179, 0.1);
}
.bg-color_n_op-2 {
  background: rgba(250, 142, 179, 0.2);
}
.bg-color_n_op-3 {
  background: rgba(250, 142, 179, 0.3);
}
.bg-color_n_op-4 {
  background: rgba(250, 142, 179, 0.4);
}
.bg-color_n_op-5 {
  background: rgba(250, 142, 179, 0.5);
}
.bg-color_n_op-6 {
  background: rgba(250, 142, 179, 0.6);
}
.bg-color_n_op-7 {
  background: rgba(250, 142, 179, 0.7);
}
.bg-color_n_op-8 {
  background: rgba(250, 142, 179, 0.8);
}
.bg-color_n_op-9 {
  background: rgba(250, 142, 179, 0.9);
}
.bg-color_n_op-10 {
  background: #fa8eb3;
}

.bg-diagonal {
  background-image: url("/assets/img/ptn_diagonal.png");
  background-repeat: repeat;
}

.bg-stripe {
  background-image: url("/assets/img/ptn_stripe.png");
  background-repeat: repeat;
}

.m-btn {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  text-align: center;
  max-width: 100%;
  fill: currentColor;
  position: relative;
  z-index: 9;
  margin: auto;
  border-radius: 100px;
  display: block;
}
.m-btn .fas,
.m-btn img {
  vertical-align: middle;
}

.btn-icon {
  font-size: 2.4rem;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 760px) {
  .btn-icon {
    font-size: calc(100 / 760 * 28 / 1 * 1vw);
  }
}
.btn-color_primary {
  background: #f98101;
  color: #f98101;
  color: #fff;
}
@media only screen and (min-width: 761px) {
  .btn-color_primary:hover {
    background-color: #ad5a01;
    fill: currentColor;
  }
}
@media only screen and (min-width: 761px) {
  .btn-color_white:hover {
    background-color: rgba(0, 0, 0, 0);
    fill: currentColor;
  }
}
.b_nishiazabu .btn-color_primary, .b_news-n .btn-color_primary, .b_contact-n .btn-color_primary {
  background-color: #ee6393;
}
@media only screen and (min-width: 761px) {
  .b_nishiazabu .btn-color_primary:hover, .b_news-n .btn-color_primary:hover, .b_contact-n .btn-color_primary:hover {
    background-color: #e61e63;
    fill: currentColor;
  }
}
.btn-border_primary {
  background: transparent;
  border: solid 1px #f98101;
  color: #f98101;
}
@media only screen and (min-width: 761px) {
  .btn-border_primary:hover {
    background-color: rgba(249, 129, 1, 0.15);
    fill: currentColor;
  }
}
.btn-border_primary::after {
  content: none;
}
.btn-border_double_primary {
  border: solid 4px transparent;
  outline: solid 1px #f98101;
  color: #f98101;
  position: relative;
}
.btn-border_double_primary:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #f98101;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.btn-border_double_primary:hover {
  background-color: #f98101;
  color: white;
}
.btn-txt_primary {
  background: transparent;
}
.btn-txt_primary:after {
  color: #f98101;
}
.btn-txt_primary:hover {
  border-bottom: solid 1px #f98101;
}
.btn-color_accent {
  background: #ee6393;
  color: #f98101;
  color: #fff;
}
@media only screen and (min-width: 761px) {
  .btn-color_accent:hover {
    background-color: #e61e63;
    fill: currentColor;
  }
}
@media only screen and (min-width: 761px) {
  .btn-color_white:hover {
    background-color: rgba(0, 0, 0, 0);
    fill: currentColor;
  }
}
.b_nishiazabu .btn-color_primary, .b_news-n .btn-color_primary, .b_contact-n .btn-color_primary {
  background-color: #ee6393;
}
@media only screen and (min-width: 761px) {
  .b_nishiazabu .btn-color_primary:hover, .b_news-n .btn-color_primary:hover, .b_contact-n .btn-color_primary:hover {
    background-color: #e61e63;
    fill: currentColor;
  }
}
.btn-border_accent {
  background: transparent;
  border: solid 1px #ee6393;
  color: #ee6393;
}
@media only screen and (min-width: 761px) {
  .btn-border_accent:hover {
    background-color: rgba(238, 99, 147, 0.15);
    fill: currentColor;
  }
}
.btn-border_accent::after {
  content: none;
}
.btn-border_double_accent {
  border: solid 4px transparent;
  outline: solid 1px #ee6393;
  color: #ee6393;
  position: relative;
}
.btn-border_double_accent:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #ee6393;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.btn-border_double_accent:hover {
  background-color: #ee6393;
  color: white;
}
.btn-txt_accent {
  background: transparent;
}
.btn-txt_accent:after {
  color: #ee6393;
}
.btn-txt_accent:hover {
  border-bottom: solid 1px #ee6393;
}
.btn-color_base {
  background: #a8d151;
  color: #f98101;
  color: #fff;
}
@media only screen and (min-width: 761px) {
  .btn-color_base:hover {
    background-color: #81a92d;
    fill: currentColor;
  }
}
@media only screen and (min-width: 761px) {
  .btn-color_white:hover {
    background-color: rgba(0, 0, 0, 0);
    fill: currentColor;
  }
}
.b_nishiazabu .btn-color_primary, .b_news-n .btn-color_primary, .b_contact-n .btn-color_primary {
  background-color: #ee6393;
}
@media only screen and (min-width: 761px) {
  .b_nishiazabu .btn-color_primary:hover, .b_news-n .btn-color_primary:hover, .b_contact-n .btn-color_primary:hover {
    background-color: #e61e63;
    fill: currentColor;
  }
}
.btn-border_base {
  background: transparent;
  border: solid 1px #a8d151;
  color: #a8d151;
}
@media only screen and (min-width: 761px) {
  .btn-border_base:hover {
    background-color: rgba(168, 209, 81, 0.15);
    fill: currentColor;
  }
}
.btn-border_base::after {
  content: none;
}
.btn-border_double_base {
  border: solid 4px transparent;
  outline: solid 1px #a8d151;
  color: #a8d151;
  position: relative;
}
.btn-border_double_base:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #a8d151;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.btn-border_double_base:hover {
  background-color: #a8d151;
  color: white;
}
.btn-txt_base {
  background: transparent;
}
.btn-txt_base:after {
  color: #a8d151;
}
.btn-txt_base:hover {
  border-bottom: solid 1px #a8d151;
}
.btn-color_font {
  background: #333333;
  color: #f98101;
  color: #fff;
}
@media only screen and (min-width: 761px) {
  .btn-color_font:hover {
    background-color: #0d0d0d;
    fill: currentColor;
  }
}
@media only screen and (min-width: 761px) {
  .btn-color_white:hover {
    background-color: rgba(0, 0, 0, 0);
    fill: currentColor;
  }
}
.b_nishiazabu .btn-color_primary, .b_news-n .btn-color_primary, .b_contact-n .btn-color_primary {
  background-color: #ee6393;
}
@media only screen and (min-width: 761px) {
  .b_nishiazabu .btn-color_primary:hover, .b_news-n .btn-color_primary:hover, .b_contact-n .btn-color_primary:hover {
    background-color: #e61e63;
    fill: currentColor;
  }
}
.btn-border_font {
  background: transparent;
  border: solid 1px #333333;
  color: #333333;
}
@media only screen and (min-width: 761px) {
  .btn-border_font:hover {
    background-color: rgba(51, 51, 51, 0.15);
    fill: currentColor;
  }
}
.btn-border_font::after {
  content: none;
}
.btn-border_double_font {
  border: solid 4px transparent;
  outline: solid 1px #333333;
  color: #333333;
  position: relative;
}
.btn-border_double_font:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #333333;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.btn-border_double_font:hover {
  background-color: #333333;
  color: white;
}
.btn-txt_font {
  background: transparent;
}
.btn-txt_font:after {
  color: #333333;
}
.btn-txt_font:hover {
  border-bottom: solid 1px #333333;
}
.btn-color_bg {
  background: transparent;
  color: #f98101;
  color: #fff;
}
@media only screen and (min-width: 761px) {
  .btn-color_bg:hover {
    background-color: rgba(0, 0, 0, 0);
    fill: currentColor;
  }
}
@media only screen and (min-width: 761px) {
  .btn-color_white:hover {
    background-color: rgba(0, 0, 0, 0);
    fill: currentColor;
  }
}
.b_nishiazabu .btn-color_primary, .b_news-n .btn-color_primary, .b_contact-n .btn-color_primary {
  background-color: #ee6393;
}
@media only screen and (min-width: 761px) {
  .b_nishiazabu .btn-color_primary:hover, .b_news-n .btn-color_primary:hover, .b_contact-n .btn-color_primary:hover {
    background-color: #e61e63;
    fill: currentColor;
  }
}
.btn-border_bg {
  background: transparent;
  border: solid 1px transparent;
  color: transparent;
}
@media only screen and (min-width: 761px) {
  .btn-border_bg:hover {
    background-color: rgba(0, 0, 0, 0.15);
    fill: currentColor;
  }
}
.btn-border_bg::after {
  content: none;
}
.btn-border_double_bg {
  border: solid 4px transparent;
  outline: solid 1px transparent;
  color: transparent;
  position: relative;
}
.btn-border_double_bg:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.btn-border_double_bg:hover {
  background-color: transparent;
  color: white;
}
.btn-txt_bg {
  background: transparent;
}
.btn-txt_bg:after {
  color: transparent;
}
.btn-txt_bg:hover {
  border-bottom: solid 1px transparent;
}
.btn-color_bg_light {
  background: #e4e1d7;
  color: #f98101;
}
@media only screen and (min-width: 761px) {
  .btn-color_bg_light:hover {
    background-color: #c5bfa9;
    fill: currentColor;
  }
}
@media only screen and (min-width: 761px) {
  .btn-color_white:hover {
    background-color: rgba(0, 0, 0, 0);
    fill: currentColor;
  }
}
.b_nishiazabu .btn-color_primary, .b_news-n .btn-color_primary, .b_contact-n .btn-color_primary {
  background-color: #ee6393;
}
@media only screen and (min-width: 761px) {
  .b_nishiazabu .btn-color_primary:hover, .b_news-n .btn-color_primary:hover, .b_contact-n .btn-color_primary:hover {
    background-color: #e61e63;
    fill: currentColor;
  }
}
.btn-border_bg_light {
  background: transparent;
  border: solid 1px #e4e1d7;
  color: #e4e1d7;
}
@media only screen and (min-width: 761px) {
  .btn-border_bg_light:hover {
    background-color: rgba(228, 225, 215, 0.15);
    fill: currentColor;
  }
}
.btn-border_bg_light::after {
  content: none;
}
.btn-border_double_bg_light {
  border: solid 4px transparent;
  outline: solid 1px #e4e1d7;
  color: #e4e1d7;
  position: relative;
}
.btn-border_double_bg_light:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #e4e1d7;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.btn-border_double_bg_light:hover {
  background-color: #e4e1d7;
  color: white;
}
.btn-txt_bg_light {
  background: transparent;
}
.btn-txt_bg_light:after {
  color: #e4e1d7;
}
.btn-txt_bg_light:hover {
  border-bottom: solid 1px #e4e1d7;
}
.btn-color_bg_dark {
  background: #e4e1d7;
  color: #f98101;
}
@media only screen and (min-width: 761px) {
  .btn-color_bg_dark:hover {
    background-color: #c5bfa9;
    fill: currentColor;
  }
}
@media only screen and (min-width: 761px) {
  .btn-color_white:hover {
    background-color: rgba(0, 0, 0, 0);
    fill: currentColor;
  }
}
.b_nishiazabu .btn-color_primary, .b_news-n .btn-color_primary, .b_contact-n .btn-color_primary {
  background-color: #ee6393;
}
@media only screen and (min-width: 761px) {
  .b_nishiazabu .btn-color_primary:hover, .b_news-n .btn-color_primary:hover, .b_contact-n .btn-color_primary:hover {
    background-color: #e61e63;
    fill: currentColor;
  }
}
.btn-border_bg_dark {
  background: transparent;
  border: solid 1px #e4e1d7;
  color: #e4e1d7;
}
@media only screen and (min-width: 761px) {
  .btn-border_bg_dark:hover {
    background-color: rgba(228, 225, 215, 0.15);
    fill: currentColor;
  }
}
.btn-border_bg_dark::after {
  content: none;
}
.btn-border_double_bg_dark {
  border: solid 4px transparent;
  outline: solid 1px #e4e1d7;
  color: #e4e1d7;
  position: relative;
}
.btn-border_double_bg_dark:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #e4e1d7;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.btn-border_double_bg_dark:hover {
  background-color: #e4e1d7;
  color: white;
}
.btn-txt_bg_dark {
  background: transparent;
}
.btn-txt_bg_dark:after {
  color: #e4e1d7;
}
.btn-txt_bg_dark:hover {
  border-bottom: solid 1px #e4e1d7;
}
.btn-color_border {
  background: #e4e1d7;
  color: #f98101;
}
@media only screen and (min-width: 761px) {
  .btn-color_border:hover {
    background-color: #c5bfa9;
    fill: currentColor;
  }
}
@media only screen and (min-width: 761px) {
  .btn-color_white:hover {
    background-color: rgba(0, 0, 0, 0);
    fill: currentColor;
  }
}
.b_nishiazabu .btn-color_primary, .b_news-n .btn-color_primary, .b_contact-n .btn-color_primary {
  background-color: #ee6393;
}
@media only screen and (min-width: 761px) {
  .b_nishiazabu .btn-color_primary:hover, .b_news-n .btn-color_primary:hover, .b_contact-n .btn-color_primary:hover {
    background-color: #e61e63;
    fill: currentColor;
  }
}
.btn-border_border {
  background: transparent;
  border: solid 1px #e4e1d7;
  color: #e4e1d7;
}
@media only screen and (min-width: 761px) {
  .btn-border_border:hover {
    background-color: rgba(228, 225, 215, 0.15);
    fill: currentColor;
  }
}
.btn-border_border::after {
  content: none;
}
.btn-border_double_border {
  border: solid 4px transparent;
  outline: solid 1px #e4e1d7;
  color: #e4e1d7;
  position: relative;
}
.btn-border_double_border:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #e4e1d7;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.btn-border_double_border:hover {
  background-color: #e4e1d7;
  color: white;
}
.btn-txt_border {
  background: transparent;
}
.btn-txt_border:after {
  color: #e4e1d7;
}
.btn-txt_border:hover {
  border-bottom: solid 1px #e4e1d7;
}
.btn-color_error {
  background: #ff4e00;
  color: #f98101;
  color: #fff;
}
@media only screen and (min-width: 761px) {
  .btn-color_error:hover {
    background-color: #b33700;
    fill: currentColor;
  }
}
@media only screen and (min-width: 761px) {
  .btn-color_white:hover {
    background-color: rgba(0, 0, 0, 0);
    fill: currentColor;
  }
}
.b_nishiazabu .btn-color_primary, .b_news-n .btn-color_primary, .b_contact-n .btn-color_primary {
  background-color: #ee6393;
}
@media only screen and (min-width: 761px) {
  .b_nishiazabu .btn-color_primary:hover, .b_news-n .btn-color_primary:hover, .b_contact-n .btn-color_primary:hover {
    background-color: #e61e63;
    fill: currentColor;
  }
}
.btn-border_error {
  background: transparent;
  border: solid 1px #ff4e00;
  color: #ff4e00;
}
@media only screen and (min-width: 761px) {
  .btn-border_error:hover {
    background-color: rgba(255, 78, 0, 0.15);
    fill: currentColor;
  }
}
.btn-border_error::after {
  content: none;
}
.btn-border_double_error {
  border: solid 4px transparent;
  outline: solid 1px #ff4e00;
  color: #ff4e00;
  position: relative;
}
.btn-border_double_error:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #ff4e00;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.btn-border_double_error:hover {
  background-color: #ff4e00;
  color: white;
}
.btn-txt_error {
  background: transparent;
}
.btn-txt_error:after {
  color: #ff4e00;
}
.btn-txt_error:hover {
  border-bottom: solid 1px #ff4e00;
}
.btn-color_white {
  background: white;
  color: #f98101;
}
@media only screen and (min-width: 761px) {
  .btn-color_white:hover {
    background-color: #d9d9d9;
    fill: currentColor;
  }
}
@media only screen and (min-width: 761px) {
  .btn-color_white:hover {
    background-color: rgba(0, 0, 0, 0);
    fill: currentColor;
  }
}
.b_nishiazabu .btn-color_primary, .b_news-n .btn-color_primary, .b_contact-n .btn-color_primary {
  background-color: #ee6393;
}
@media only screen and (min-width: 761px) {
  .b_nishiazabu .btn-color_primary:hover, .b_news-n .btn-color_primary:hover, .b_contact-n .btn-color_primary:hover {
    background-color: #e61e63;
    fill: currentColor;
  }
}
.btn-border_white {
  background: transparent;
  border: solid 1px white;
  color: white;
}
@media only screen and (min-width: 761px) {
  .btn-border_white:hover {
    background-color: rgba(255, 255, 255, 0.15);
    fill: currentColor;
  }
}
.btn-border_white::after {
  content: none;
}
.btn-border_double_white {
  border: solid 4px transparent;
  outline: solid 1px white;
  color: white;
  position: relative;
}
.btn-border_double_white:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px white;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.btn-border_double_white:hover {
  background-color: white;
  color: white;
}
.btn-txt_white {
  background: transparent;
}
.btn-txt_white:after {
  color: white;
}
.btn-txt_white:hover {
  border-bottom: solid 1px white;
}
.btn-color_black {
  background: black;
  color: #f98101;
  color: #fff;
}
@media only screen and (min-width: 761px) {
  .btn-color_black:hover {
    background-color: black;
    fill: currentColor;
  }
}
@media only screen and (min-width: 761px) {
  .btn-color_white:hover {
    background-color: rgba(0, 0, 0, 0);
    fill: currentColor;
  }
}
.b_nishiazabu .btn-color_primary, .b_news-n .btn-color_primary, .b_contact-n .btn-color_primary {
  background-color: #ee6393;
}
@media only screen and (min-width: 761px) {
  .b_nishiazabu .btn-color_primary:hover, .b_news-n .btn-color_primary:hover, .b_contact-n .btn-color_primary:hover {
    background-color: #e61e63;
    fill: currentColor;
  }
}
.btn-border_black {
  background: transparent;
  border: solid 1px black;
  color: black;
}
@media only screen and (min-width: 761px) {
  .btn-border_black:hover {
    background-color: rgba(0, 0, 0, 0.15);
    fill: currentColor;
  }
}
.btn-border_black::after {
  content: none;
}
.btn-border_double_black {
  border: solid 4px transparent;
  outline: solid 1px black;
  color: black;
  position: relative;
}
.btn-border_double_black:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px black;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.btn-border_double_black:hover {
  background-color: black;
  color: white;
}
.btn-txt_black {
  background: transparent;
}
.btn-txt_black:after {
  color: black;
}
.btn-txt_black:hover {
  border-bottom: solid 1px black;
}
.btn-color_green {
  background: #f98101;
  color: #f98101;
  color: #fff;
}
@media only screen and (min-width: 761px) {
  .btn-color_green:hover {
    background-color: #ad5a01;
    fill: currentColor;
  }
}
@media only screen and (min-width: 761px) {
  .btn-color_white:hover {
    background-color: rgba(0, 0, 0, 0);
    fill: currentColor;
  }
}
.b_nishiazabu .btn-color_primary, .b_news-n .btn-color_primary, .b_contact-n .btn-color_primary {
  background-color: #ee6393;
}
@media only screen and (min-width: 761px) {
  .b_nishiazabu .btn-color_primary:hover, .b_news-n .btn-color_primary:hover, .b_contact-n .btn-color_primary:hover {
    background-color: #e61e63;
    fill: currentColor;
  }
}
.btn-border_green {
  background: transparent;
  border: solid 1px #f98101;
  color: #f98101;
}
@media only screen and (min-width: 761px) {
  .btn-border_green:hover {
    background-color: rgba(249, 129, 1, 0.15);
    fill: currentColor;
  }
}
.btn-border_green::after {
  content: none;
}
.btn-border_double_green {
  border: solid 4px transparent;
  outline: solid 1px #f98101;
  color: #f98101;
  position: relative;
}
.btn-border_double_green:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #f98101;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.btn-border_double_green:hover {
  background-color: #f98101;
  color: white;
}
.btn-txt_green {
  background: transparent;
}
.btn-txt_green:after {
  color: #f98101;
}
.btn-txt_green:hover {
  border-bottom: solid 1px #f98101;
}
.btn-color_blue {
  background: #3646a7;
  color: #f98101;
  color: #fff;
}
@media only screen and (min-width: 761px) {
  .btn-color_blue:hover {
    background-color: #232e6d;
    fill: currentColor;
  }
}
@media only screen and (min-width: 761px) {
  .btn-color_white:hover {
    background-color: rgba(0, 0, 0, 0);
    fill: currentColor;
  }
}
.b_nishiazabu .btn-color_primary, .b_news-n .btn-color_primary, .b_contact-n .btn-color_primary {
  background-color: #ee6393;
}
@media only screen and (min-width: 761px) {
  .b_nishiazabu .btn-color_primary:hover, .b_news-n .btn-color_primary:hover, .b_contact-n .btn-color_primary:hover {
    background-color: #e61e63;
    fill: currentColor;
  }
}
.btn-border_blue {
  background: transparent;
  border: solid 1px #3646a7;
  color: #3646a7;
}
@media only screen and (min-width: 761px) {
  .btn-border_blue:hover {
    background-color: rgba(54, 70, 167, 0.15);
    fill: currentColor;
  }
}
.btn-border_blue::after {
  content: none;
}
.btn-border_double_blue {
  border: solid 4px transparent;
  outline: solid 1px #3646a7;
  color: #3646a7;
  position: relative;
}
.btn-border_double_blue:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #3646a7;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.btn-border_double_blue:hover {
  background-color: #3646a7;
  color: white;
}
.btn-txt_blue {
  background: transparent;
}
.btn-txt_blue:after {
  color: #3646a7;
}
.btn-txt_blue:hover {
  border-bottom: solid 1px #3646a7;
}
.btn-color_red {
  background: #db0011;
  color: #f98101;
  color: #fff;
}
@media only screen and (min-width: 761px) {
  .btn-color_red:hover {
    background-color: #8f000b;
    fill: currentColor;
  }
}
@media only screen and (min-width: 761px) {
  .btn-color_white:hover {
    background-color: rgba(0, 0, 0, 0);
    fill: currentColor;
  }
}
.b_nishiazabu .btn-color_primary, .b_news-n .btn-color_primary, .b_contact-n .btn-color_primary {
  background-color: #ee6393;
}
@media only screen and (min-width: 761px) {
  .b_nishiazabu .btn-color_primary:hover, .b_news-n .btn-color_primary:hover, .b_contact-n .btn-color_primary:hover {
    background-color: #e61e63;
    fill: currentColor;
  }
}
.btn-border_red {
  background: transparent;
  border: solid 1px #db0011;
  color: #db0011;
}
@media only screen and (min-width: 761px) {
  .btn-border_red:hover {
    background-color: rgba(219, 0, 17, 0.15);
    fill: currentColor;
  }
}
.btn-border_red::after {
  content: none;
}
.btn-border_double_red {
  border: solid 4px transparent;
  outline: solid 1px #db0011;
  color: #db0011;
  position: relative;
}
.btn-border_double_red:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #db0011;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.btn-border_double_red:hover {
  background-color: #db0011;
  color: white;
}
.btn-txt_red {
  background: transparent;
}
.btn-txt_red:after {
  color: #db0011;
}
.btn-txt_red:hover {
  border-bottom: solid 1px #db0011;
}
.btn-color_orange {
  background: #ff9e43;
  color: #f98101;
  color: #fff;
}
@media only screen and (min-width: 761px) {
  .btn-color_orange:hover {
    background-color: #f67700;
    fill: currentColor;
  }
}
@media only screen and (min-width: 761px) {
  .btn-color_white:hover {
    background-color: rgba(0, 0, 0, 0);
    fill: currentColor;
  }
}
.b_nishiazabu .btn-color_primary, .b_news-n .btn-color_primary, .b_contact-n .btn-color_primary {
  background-color: #ee6393;
}
@media only screen and (min-width: 761px) {
  .b_nishiazabu .btn-color_primary:hover, .b_news-n .btn-color_primary:hover, .b_contact-n .btn-color_primary:hover {
    background-color: #e61e63;
    fill: currentColor;
  }
}
.btn-border_orange {
  background: transparent;
  border: solid 1px #ff9e43;
  color: #ff9e43;
}
@media only screen and (min-width: 761px) {
  .btn-border_orange:hover {
    background-color: rgba(255, 158, 67, 0.15);
    fill: currentColor;
  }
}
.btn-border_orange::after {
  content: none;
}
.btn-border_double_orange {
  border: solid 4px transparent;
  outline: solid 1px #ff9e43;
  color: #ff9e43;
  position: relative;
}
.btn-border_double_orange:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #ff9e43;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.btn-border_double_orange:hover {
  background-color: #ff9e43;
  color: white;
}
.btn-txt_orange {
  background: transparent;
}
.btn-txt_orange:after {
  color: #ff9e43;
}
.btn-txt_orange:hover {
  border-bottom: solid 1px #ff9e43;
}
.btn-color_fb {
  background: #3a5897;
  color: #f98101;
  color: #fff;
}
@media only screen and (min-width: 761px) {
  .btn-color_fb:hover {
    background-color: #253860;
    fill: currentColor;
  }
}
@media only screen and (min-width: 761px) {
  .btn-color_white:hover {
    background-color: rgba(0, 0, 0, 0);
    fill: currentColor;
  }
}
.b_nishiazabu .btn-color_primary, .b_news-n .btn-color_primary, .b_contact-n .btn-color_primary {
  background-color: #ee6393;
}
@media only screen and (min-width: 761px) {
  .b_nishiazabu .btn-color_primary:hover, .b_news-n .btn-color_primary:hover, .b_contact-n .btn-color_primary:hover {
    background-color: #e61e63;
    fill: currentColor;
  }
}
.btn-border_fb {
  background: transparent;
  border: solid 1px #3a5897;
  color: #3a5897;
}
@media only screen and (min-width: 761px) {
  .btn-border_fb:hover {
    background-color: rgba(58, 88, 151, 0.15);
    fill: currentColor;
  }
}
.btn-border_fb::after {
  content: none;
}
.btn-border_double_fb {
  border: solid 4px transparent;
  outline: solid 1px #3a5897;
  color: #3a5897;
  position: relative;
}
.btn-border_double_fb:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #3a5897;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.btn-border_double_fb:hover {
  background-color: #3a5897;
  color: white;
}
.btn-txt_fb {
  background: transparent;
}
.btn-txt_fb:after {
  color: #3a5897;
}
.btn-txt_fb:hover {
  border-bottom: solid 1px #3a5897;
}
.btn-color_line {
  background: #06C755;
  color: #f98101;
  color: #fff;
}
@media only screen and (min-width: 761px) {
  .btn-color_line:hover {
    background-color: #047d35;
    fill: currentColor;
  }
}
@media only screen and (min-width: 761px) {
  .btn-color_white:hover {
    background-color: rgba(0, 0, 0, 0);
    fill: currentColor;
  }
}
.b_nishiazabu .btn-color_primary, .b_news-n .btn-color_primary, .b_contact-n .btn-color_primary {
  background-color: #ee6393;
}
@media only screen and (min-width: 761px) {
  .b_nishiazabu .btn-color_primary:hover, .b_news-n .btn-color_primary:hover, .b_contact-n .btn-color_primary:hover {
    background-color: #e61e63;
    fill: currentColor;
  }
}
.btn-border_line {
  background: transparent;
  border: solid 1px #06C755;
  color: #06C755;
}
@media only screen and (min-width: 761px) {
  .btn-border_line:hover {
    background-color: rgba(6, 199, 85, 0.15);
    fill: currentColor;
  }
}
.btn-border_line::after {
  content: none;
}
.btn-border_double_line {
  border: solid 4px transparent;
  outline: solid 1px #06C755;
  color: #06C755;
  position: relative;
}
.btn-border_double_line:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #06C755;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.btn-border_double_line:hover {
  background-color: #06C755;
  color: white;
}
.btn-txt_line {
  background: transparent;
}
.btn-txt_line:after {
  color: #06C755;
}
.btn-txt_line:hover {
  border-bottom: solid 1px #06C755;
}
.btn-color_h {
  background: #f29e0a;
  color: #f98101;
  color: #fff;
}
@media only screen and (min-width: 761px) {
  .btn-color_h:hover {
    background-color: #a96e07;
    fill: currentColor;
  }
}
@media only screen and (min-width: 761px) {
  .btn-color_white:hover {
    background-color: rgba(0, 0, 0, 0);
    fill: currentColor;
  }
}
.b_nishiazabu .btn-color_primary, .b_news-n .btn-color_primary, .b_contact-n .btn-color_primary {
  background-color: #ee6393;
}
@media only screen and (min-width: 761px) {
  .b_nishiazabu .btn-color_primary:hover, .b_news-n .btn-color_primary:hover, .b_contact-n .btn-color_primary:hover {
    background-color: #e61e63;
    fill: currentColor;
  }
}
.btn-border_h {
  background: transparent;
  border: solid 1px #f29e0a;
  color: #f29e0a;
}
@media only screen and (min-width: 761px) {
  .btn-border_h:hover {
    background-color: rgba(242, 158, 10, 0.15);
    fill: currentColor;
  }
}
.btn-border_h::after {
  content: none;
}
.btn-border_double_h {
  border: solid 4px transparent;
  outline: solid 1px #f29e0a;
  color: #f29e0a;
  position: relative;
}
.btn-border_double_h:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #f29e0a;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.btn-border_double_h:hover {
  background-color: #f29e0a;
  color: white;
}
.btn-txt_h {
  background: transparent;
}
.btn-txt_h:after {
  color: #f29e0a;
}
.btn-txt_h:hover {
  border-bottom: solid 1px #f29e0a;
}
.btn-color_n {
  background: #fa8eb3;
  color: #f98101;
  color: #fff;
}
@media only screen and (min-width: 761px) {
  .btn-color_n:hover {
    background-color: #f74582;
    fill: currentColor;
  }
}
@media only screen and (min-width: 761px) {
  .btn-color_white:hover {
    background-color: rgba(0, 0, 0, 0);
    fill: currentColor;
  }
}
.b_nishiazabu .btn-color_primary, .b_news-n .btn-color_primary, .b_contact-n .btn-color_primary {
  background-color: #ee6393;
}
@media only screen and (min-width: 761px) {
  .b_nishiazabu .btn-color_primary:hover, .b_news-n .btn-color_primary:hover, .b_contact-n .btn-color_primary:hover {
    background-color: #e61e63;
    fill: currentColor;
  }
}
.btn-border_n {
  background: transparent;
  border: solid 1px #fa8eb3;
  color: #fa8eb3;
}
@media only screen and (min-width: 761px) {
  .btn-border_n:hover {
    background-color: rgba(250, 142, 179, 0.15);
    fill: currentColor;
  }
}
.btn-border_n::after {
  content: none;
}
.btn-border_double_n {
  border: solid 4px transparent;
  outline: solid 1px #fa8eb3;
  color: #fa8eb3;
  position: relative;
}
.btn-border_double_n:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #fa8eb3;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.btn-border_double_n:hover {
  background-color: #fa8eb3;
  color: white;
}
.btn-txt_n {
  background: transparent;
}
.btn-txt_n:after {
  color: #fa8eb3;
}
.btn-txt_n:hover {
  border-bottom: solid 1px #fa8eb3;
}
.btn-round {
  border-radius: 200px;
}
.btn-square {
  position: relative;
  text-align: center;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  position: relative;
  display: block;
  border-radius: 0;
}
.btn-square:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.btn-square .btn-inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.btn-square .btn-icon {
  position: static;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media only screen and (max-width: 760px) {
  .btn-square {
    padding: calc(100 / 760 * 30 / 1 * 1vw);
  }
}
.btn-square .fas {
  position: absolute;
  top: 50%;
  /*left      : 0;
  right     : 0;*/
  margin: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 30px;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 760px) {
  .btn-square .fas {
    font-size: calc(100 / 760 * 30 / 1 * 1vw);
  }
}
.btn-square img {
  margin-right: 0;
}
.btn-square > .img-responsive {
  vertical-align: top;
}
.btn-square::after {
  content: none;
}
.btn-circle {
  border-radius: 50%;
  padding: 0;
  width: 100%;
}
.btn-circle-inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-circle:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.btn-tate {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  padding: 60px 0;
  width: 40px;
  height: auto;
}
.btn-ib {
  display: inline-block;
}
.btn-line {
  background-color: #07b53b;
  text-align: center;
  border-radius: 100px;
  color: white;
}
.btn-line::after {
  content: "";
  background: url(../img/icon_line.svg) center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 0.8333333333vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.9166666667vw;
  height: 2.7380952381vw;
}
@media only screen and (max-width: 760px) {
  .btn-line::after {
    width: 5.9210526316vw;
    height: 5.7894736842vw;
  }
}
.btn-line:hover {
  opacity: 0.75;
}
.btn-size_xl {
  font-size: 26px;
  width: 202px;
  height: 202px;
  border-radius: 101px;
  font-weight: 700;
  border-color: white;
  border-style: solid;
  border-width: 6px;
  border-radius: 100px;
  line-height: 1.1333333333;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .btn-size_xl {
    font-size: calc(26 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .btn-size_xl {
    font-size: calc(22 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .btn-size_xl {
    width: calc(202 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .btn-size_xl {
    width: calc(350 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .btn-size_xl {
    height: calc(202 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .btn-size_xl {
    height: calc(100 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .btn-size_xl {
    border-radius: calc(101 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .btn-size_xl {
    border-radius: calc(50 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .btn-size_xl {
    border-width: calc(6 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .btn-size_xl {
    border-width: calc(0 / 760 * 100vw);
  }
}
@media only screen and (max-width: 760px) {
  .btn-size_xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.btn-size_xl-st {
  font-size: 16px;
  line-height: 1;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .btn-size_xl-st {
    font-size: calc(16 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .btn-size_xl-st {
    font-size: calc(16 / 760 * 100vw);
  }
}
.btn-size_xl em {
  font-style: normal;
  font-size: 16px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .btn-size_xl em {
    font-size: calc(16 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .btn-size_xl em {
    font-size: calc(25 / 760 * 100vw);
  }
}
.btn-size_xl img {
  width: 48px;
  height: 48px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .btn-size_xl img {
    width: calc(48 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .btn-size_xl img {
    width: calc(48 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .btn-size_xl img {
    height: calc(48 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .btn-size_xl img {
    height: calc(48 / 760 * 100vw);
  }
}
@media only screen and (max-width: 760px) {
  .btn-size_xl img {
    margin-right: 1.1842105263vw;
  }
}
.btn-size_lg {
  font-size: 30px;
  width: 484px;
  padding-left: 40px;
  padding-right: 23px;
  padding-top: 23px;
  padding-bottom: 23px;
  margin-top: 63px;
  border-color: white;
  border-style: solid;
  border-width: 4px;
  border-radius: 100px;
  line-height: 1.1333333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .btn-size_lg {
    font-size: calc(30 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .btn-size_lg {
    font-size: calc(32 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .btn-size_lg {
    width: calc(484 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .btn-size_lg {
    width: calc(500 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .btn-size_lg {
    padding-left: calc(40 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .btn-size_lg {
    padding-left: calc(52 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .btn-size_lg {
    padding-right: calc(23 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .btn-size_lg {
    padding-right: calc(23 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .btn-size_lg {
    padding-top: calc(23 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .btn-size_lg {
    padding-top: calc(19 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .btn-size_lg {
    padding-bottom: calc(23 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .btn-size_lg {
    padding-bottom: calc(19 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .btn-size_lg {
    margin-top: calc(63 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .btn-size_lg {
    margin-top: calc(34 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .btn-size_lg {
    border-width: calc(4 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .btn-size_lg {
    border-width: calc(4 / 760 * 100vw);
  }
}
.btn-size_lg-st {
  font-size: 20px;
  line-height: 1;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .btn-size_lg-st {
    font-size: calc(20 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .btn-size_lg-st {
    font-size: calc(22 / 760 * 100vw);
  }
}
.btn-size_lg .btn-inner {
  margin-top: -0.5em;
}
.btn-size_lg img {
  width: 48px;
  height: 48px;
  margin-right: 55px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .btn-size_lg img {
    width: calc(48 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .btn-size_lg img {
    width: calc(48 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .btn-size_lg img {
    height: calc(48 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .btn-size_lg img {
    height: calc(48 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .btn-size_lg img {
    margin-right: calc(55 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .btn-size_lg img {
    margin-right: calc(36 / 760 * 100vw);
  }
}
@media only screen and (max-width: 760px) {
  .btn-size_lg:not([href^="tel:"]):after {
    content: "";
    display: block;
    width: 7px;
    height: 12px;
    background: url(../img/arr_r_w.svg) center no-repeat;
    background-size: cover;
    position: absolute;
    right: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media only screen and (max-width: 760px) and (max-width: 1487px) and (min-width: 761px) {
  .btn-size_lg:not([href^="tel:"]):after {
    width: calc(7 / 1680 * 100vw);
  }
}
@media only screen and (max-width: 760px) and (max-width: 760px) {
  .btn-size_lg:not([href^="tel:"]):after {
    width: calc(13 / 760 * 100vw);
  }
}
@media only screen and (max-width: 760px) and (max-width: 1487px) and (min-width: 761px) {
  .btn-size_lg:not([href^="tel:"]):after {
    height: calc(12 / 1680 * 100vw);
  }
}
@media only screen and (max-width: 760px) and (max-width: 760px) {
  .btn-size_lg:not([href^="tel:"]):after {
    height: calc(20 / 760 * 100vw);
  }
}
@media only screen and (max-width: 760px) and (max-width: 1487px) and (min-width: 761px) {
  .btn-size_lg:not([href^="tel:"]):after {
    right: calc(24 / 1680 * 100vw);
  }
}
@media only screen and (max-width: 760px) and (max-width: 760px) {
  .btn-size_lg:not([href^="tel:"]):after {
    right: calc(34 / 760 * 100vw);
  }
}
.btn-size_lg[href^="tel:"] img {
  width: 48px;
  height: 48px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .btn-size_lg[href^="tel:"] img {
    width: calc(48 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .btn-size_lg[href^="tel:"] img {
    width: calc(48 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .btn-size_lg[href^="tel:"] img {
    height: calc(48 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .btn-size_lg[href^="tel:"] img {
    height: calc(48 / 760 * 100vw);
  }
}
.btn-size_lg[href^="tel:"] img:after {
  content: none;
}
.btn-size_md {
  width: 325px;
  height: 64px;
  line-height: 64px;
  font-size: 20px;
  margin-top: 60px;
  border-color: white;
  border-style: solid;
  border-width: 1px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .btn-size_md {
    width: calc(325 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .btn-size_md {
    width: calc(500 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .btn-size_md {
    height: calc(64 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .btn-size_md {
    height: calc(100 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .btn-size_md {
    line-height: calc(64 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .btn-size_md {
    line-height: calc(100 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .btn-size_md {
    font-size: calc(20 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .btn-size_md {
    font-size: calc(30 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .btn-size_md {
    margin-top: calc(60 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .btn-size_md {
    margin-top: calc(43 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .btn-size_md {
    border-width: calc(1 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .btn-size_md {
    border-width: calc(1 / 760 * 100vw);
  }
}
.btn-size_md:after {
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  background: url(../img/arr_r_w.svg) center no-repeat;
  background-size: cover;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1487px) and (min-width: 761px) {
  .btn-size_md:after {
    width: calc(7 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .btn-size_md:after {
    width: calc(13 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .btn-size_md:after {
    height: calc(12 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .btn-size_md:after {
    height: calc(20 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .btn-size_md:after {
    right: calc(24 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .btn-size_md:after {
    right: calc(34 / 760 * 100vw);
  }
}
.btn-size_sm {
  height: 91px;
  font-weight: 500;
  font-size: 2rem;
  display: block;
  padding-top: calc(50px * 0.5);
  color: #f98101;
  border-width: 1px;
  border-color: #f98101;
  border-style: dashed;
  border-radius: calc(50px * 0.5);
  line-height: 1;
  position: relative;
}
@media only screen and (max-width: 760px) {
  .btn-size_sm {
    height: 18.4210526316vw;
    font-size: calc(100 / 760 * 24 / 1 * 1vw);
    padding-top: 0;
    padding-bottom: 4.3421052632vw;
    border-radius: calc(calc(100 / 760 * 50 / 1 * 1vw) / 2);
    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;
    line-height: 1.5833333333;
  }
}
.btn-size_sm:after {
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  background: url(../img/arrow_btn_02.png) center no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: calc(50px * 0.5);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 760px) {
  .btn-size_sm:after {
    width: 1.8421052632vw;
    height: 1.0526315789vw;
    bottom: 3.2894736842vw;
  }
}
.btn-size_xs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.1428571429;
  width: 159px;
  height: 40px;
  font-size: 14px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .btn-size_xs {
    width: calc(159 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .btn-size_xs {
    width: calc(329 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .btn-size_xs {
    height: calc(40 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .btn-size_xs {
    height: calc(78 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .btn-size_xs {
    font-size: calc(14 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .btn-size_xs {
    font-size: calc(24 / 760 * 100vw);
  }
}
.btn-size_xs-img {
  width: 25px;
  margin-right: 11px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .btn-size_xs-img {
    width: calc(25 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .btn-size_xs-img {
    width: calc(43 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .btn-size_xs-img {
    margin-right: calc(11 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .btn-size_xs-img {
    margin-right: calc(34 / 760 * 100vw);
  }
}
.btn-disabled {
  background-color: rgba(51, 51, 51, 0.3);
  -webkit-box-shadow: none;
          box-shadow: none;
  pointer-events: none;
}

.border-b_primary {
  border-bottom: solid 1px #f98101;
}
.border-b-2_primary {
  border-bottom: solid 2px #f98101;
}
.border-b-dashed_primary {
  border-bottom: dashed 1px #f98101;
}
.border-t_primary {
  border-top: solid 1px #f98101;
}
.border-t-2_primary {
  border-bottom: solid 2px #f98101;
}
.border-b_accent {
  border-bottom: solid 1px #ee6393;
}
.border-b-2_accent {
  border-bottom: solid 2px #ee6393;
}
.border-b-dashed_accent {
  border-bottom: dashed 1px #ee6393;
}
.border-t_accent {
  border-top: solid 1px #ee6393;
}
.border-t-2_accent {
  border-bottom: solid 2px #ee6393;
}
.border-b_base {
  border-bottom: solid 1px #a8d151;
}
.border-b-2_base {
  border-bottom: solid 2px #a8d151;
}
.border-b-dashed_base {
  border-bottom: dashed 1px #a8d151;
}
.border-t_base {
  border-top: solid 1px #a8d151;
}
.border-t-2_base {
  border-bottom: solid 2px #a8d151;
}
.border-b_font {
  border-bottom: solid 1px #333333;
}
.border-b-2_font {
  border-bottom: solid 2px #333333;
}
.border-b-dashed_font {
  border-bottom: dashed 1px #333333;
}
.border-t_font {
  border-top: solid 1px #333333;
}
.border-t-2_font {
  border-bottom: solid 2px #333333;
}
.border-b_bg {
  border-bottom: solid 1px transparent;
}
.border-b-2_bg {
  border-bottom: solid 2px transparent;
}
.border-b-dashed_bg {
  border-bottom: dashed 1px transparent;
}
.border-t_bg {
  border-top: solid 1px transparent;
}
.border-t-2_bg {
  border-bottom: solid 2px transparent;
}
.border-b_bg_light {
  border-bottom: solid 1px #e4e1d7;
}
.border-b-2_bg_light {
  border-bottom: solid 2px #e4e1d7;
}
.border-b-dashed_bg_light {
  border-bottom: dashed 1px #e4e1d7;
}
.border-t_bg_light {
  border-top: solid 1px #e4e1d7;
}
.border-t-2_bg_light {
  border-bottom: solid 2px #e4e1d7;
}
.border-b_bg_dark {
  border-bottom: solid 1px #e4e1d7;
}
.border-b-2_bg_dark {
  border-bottom: solid 2px #e4e1d7;
}
.border-b-dashed_bg_dark {
  border-bottom: dashed 1px #e4e1d7;
}
.border-t_bg_dark {
  border-top: solid 1px #e4e1d7;
}
.border-t-2_bg_dark {
  border-bottom: solid 2px #e4e1d7;
}
.border-b_border {
  border-bottom: solid 1px #e4e1d7;
}
.border-b-2_border {
  border-bottom: solid 2px #e4e1d7;
}
.border-b-dashed_border {
  border-bottom: dashed 1px #e4e1d7;
}
.border-t_border {
  border-top: solid 1px #e4e1d7;
}
.border-t-2_border {
  border-bottom: solid 2px #e4e1d7;
}
.border-b_error {
  border-bottom: solid 1px #ff4e00;
}
.border-b-2_error {
  border-bottom: solid 2px #ff4e00;
}
.border-b-dashed_error {
  border-bottom: dashed 1px #ff4e00;
}
.border-t_error {
  border-top: solid 1px #ff4e00;
}
.border-t-2_error {
  border-bottom: solid 2px #ff4e00;
}
.border-b_white {
  border-bottom: solid 1px white;
}
.border-b-2_white {
  border-bottom: solid 2px white;
}
.border-b-dashed_white {
  border-bottom: dashed 1px white;
}
.border-t_white {
  border-top: solid 1px white;
}
.border-t-2_white {
  border-bottom: solid 2px white;
}
.border-b_black {
  border-bottom: solid 1px black;
}
.border-b-2_black {
  border-bottom: solid 2px black;
}
.border-b-dashed_black {
  border-bottom: dashed 1px black;
}
.border-t_black {
  border-top: solid 1px black;
}
.border-t-2_black {
  border-bottom: solid 2px black;
}
.border-b_green {
  border-bottom: solid 1px #f98101;
}
.border-b-2_green {
  border-bottom: solid 2px #f98101;
}
.border-b-dashed_green {
  border-bottom: dashed 1px #f98101;
}
.border-t_green {
  border-top: solid 1px #f98101;
}
.border-t-2_green {
  border-bottom: solid 2px #f98101;
}
.border-b_blue {
  border-bottom: solid 1px #3646a7;
}
.border-b-2_blue {
  border-bottom: solid 2px #3646a7;
}
.border-b-dashed_blue {
  border-bottom: dashed 1px #3646a7;
}
.border-t_blue {
  border-top: solid 1px #3646a7;
}
.border-t-2_blue {
  border-bottom: solid 2px #3646a7;
}
.border-b_red {
  border-bottom: solid 1px #db0011;
}
.border-b-2_red {
  border-bottom: solid 2px #db0011;
}
.border-b-dashed_red {
  border-bottom: dashed 1px #db0011;
}
.border-t_red {
  border-top: solid 1px #db0011;
}
.border-t-2_red {
  border-bottom: solid 2px #db0011;
}
.border-b_orange {
  border-bottom: solid 1px #ff9e43;
}
.border-b-2_orange {
  border-bottom: solid 2px #ff9e43;
}
.border-b-dashed_orange {
  border-bottom: dashed 1px #ff9e43;
}
.border-t_orange {
  border-top: solid 1px #ff9e43;
}
.border-t-2_orange {
  border-bottom: solid 2px #ff9e43;
}
.border-b_fb {
  border-bottom: solid 1px #3a5897;
}
.border-b-2_fb {
  border-bottom: solid 2px #3a5897;
}
.border-b-dashed_fb {
  border-bottom: dashed 1px #3a5897;
}
.border-t_fb {
  border-top: solid 1px #3a5897;
}
.border-t-2_fb {
  border-bottom: solid 2px #3a5897;
}
.border-b_line {
  border-bottom: solid 1px #06C755;
}
.border-b-2_line {
  border-bottom: solid 2px #06C755;
}
.border-b-dashed_line {
  border-bottom: dashed 1px #06C755;
}
.border-t_line {
  border-top: solid 1px #06C755;
}
.border-t-2_line {
  border-bottom: solid 2px #06C755;
}
.border-b_h {
  border-bottom: solid 1px #f29e0a;
}
.border-b-2_h {
  border-bottom: solid 2px #f29e0a;
}
.border-b-dashed_h {
  border-bottom: dashed 1px #f29e0a;
}
.border-t_h {
  border-top: solid 1px #f29e0a;
}
.border-t-2_h {
  border-bottom: solid 2px #f29e0a;
}
.border-b_n {
  border-bottom: solid 1px #fa8eb3;
}
.border-b-2_n {
  border-bottom: solid 2px #fa8eb3;
}
.border-b-dashed_n {
  border-bottom: dashed 1px #fa8eb3;
}
.border-t_n {
  border-top: solid 1px #fa8eb3;
}
.border-t-2_n {
  border-bottom: solid 2px #fa8eb3;
}

@media only screen and (max-width: 760px) {
  .m-box_xl {
    padding: calc(100 / 760 * 100 / 1 * 1vw);
  }
  .m-box_lg {
    padding: calc(100 / 760 * 80 / 1 * 1vw);
  }
  .m-box_md {
    padding: calc(100 / 760 * 60 / 1 * 1vw);
  }
  .m-box_sm {
    padding: calc(100 / 760 * 50 / 1 * 1vw);
  }
  .m-box_xs {
    padding: calc(100 / 760 * 30 / 1 * 1vw);
  }
}

.box-scroll {
  height: 353px;
  overflow-y: scroll;
}
@media only screen and (max-width: 760px) {
  .box-scroll {
    height: 65.7894736842vw;
  }
}
.box-size_xl {
  padding: 100px;
}
.box-size_lg {
  padding: 80px;
}
.box-size_md {
  padding: 60px;
}
.box-size_sm {
  padding: 50px;
}
.box-size_xs {
  padding: 30px;
}
.box-size_0 {
  margin-left: 0pxpx;
  margin-right: 0pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_0 {
    margin-left: calc(0px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_0 {
    margin-left: calc(0px / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_0 {
    margin-right: calc(0px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_0 {
    margin-right: calc(0px / 760 * 100vw);
  }
}
.box-size_0 > [class^=col] {
  position: relative;
  padding: 0pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_0 > [class^=col] {
    padding: calc(0px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_0 > [class^=col] {
    padding: calc(0px / 760 * 100vw);
  }
}
.box-size_1 {
  margin-left: -0.5pxpx;
  margin-right: -0.5pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_1 {
    margin-left: calc(-0.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_1 {
    margin-left: calc(-0.5px / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_1 {
    margin-right: calc(-0.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_1 {
    margin-right: calc(-0.5px / 760 * 100vw);
  }
}
.box-size_1 > [class^=col] {
  position: relative;
  padding: 0.5pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_1 > [class^=col] {
    padding: calc(0.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_1 > [class^=col] {
    padding: calc(0.5px / 760 * 100vw);
  }
}
.box-size_2 {
  margin-left: -1pxpx;
  margin-right: -1pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_2 {
    margin-left: calc(-1px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_2 {
    margin-left: calc(-1px / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_2 {
    margin-right: calc(-1px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_2 {
    margin-right: calc(-1px / 760 * 100vw);
  }
}
.box-size_2 > [class^=col] {
  position: relative;
  padding: 1pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_2 > [class^=col] {
    padding: calc(1px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_2 > [class^=col] {
    padding: calc(1px / 760 * 100vw);
  }
}
.box-size_3 {
  margin-left: -1.5pxpx;
  margin-right: -1.5pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_3 {
    margin-left: calc(-1.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_3 {
    margin-left: calc(-1.5px / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_3 {
    margin-right: calc(-1.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_3 {
    margin-right: calc(-1.5px / 760 * 100vw);
  }
}
.box-size_3 > [class^=col] {
  position: relative;
  padding: 1.5pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_3 > [class^=col] {
    padding: calc(1.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_3 > [class^=col] {
    padding: calc(1.5px / 760 * 100vw);
  }
}
.box-size_4 {
  margin-left: -2pxpx;
  margin-right: -2pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_4 {
    margin-left: calc(-2px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_4 {
    margin-left: calc(-2px / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_4 {
    margin-right: calc(-2px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_4 {
    margin-right: calc(-2px / 760 * 100vw);
  }
}
.box-size_4 > [class^=col] {
  position: relative;
  padding: 2pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_4 > [class^=col] {
    padding: calc(2px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_4 > [class^=col] {
    padding: calc(2px / 760 * 100vw);
  }
}
.box-size_5 {
  margin-left: -2.5pxpx;
  margin-right: -2.5pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_5 {
    margin-left: calc(-2.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_5 {
    margin-left: calc(-2.5px / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_5 {
    margin-right: calc(-2.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_5 {
    margin-right: calc(-2.5px / 760 * 100vw);
  }
}
.box-size_5 > [class^=col] {
  position: relative;
  padding: 2.5pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_5 > [class^=col] {
    padding: calc(2.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_5 > [class^=col] {
    padding: calc(2.5px / 760 * 100vw);
  }
}
.box-size_6 {
  margin-left: -3pxpx;
  margin-right: -3pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_6 {
    margin-left: calc(-3px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_6 {
    margin-left: calc(-3px / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_6 {
    margin-right: calc(-3px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_6 {
    margin-right: calc(-3px / 760 * 100vw);
  }
}
.box-size_6 > [class^=col] {
  position: relative;
  padding: 3pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_6 > [class^=col] {
    padding: calc(3px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_6 > [class^=col] {
    padding: calc(3px / 760 * 100vw);
  }
}
.box-size_7 {
  margin-left: -3.5pxpx;
  margin-right: -3.5pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_7 {
    margin-left: calc(-3.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_7 {
    margin-left: calc(-3.5px / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_7 {
    margin-right: calc(-3.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_7 {
    margin-right: calc(-3.5px / 760 * 100vw);
  }
}
.box-size_7 > [class^=col] {
  position: relative;
  padding: 3.5pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_7 > [class^=col] {
    padding: calc(3.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_7 > [class^=col] {
    padding: calc(3.5px / 760 * 100vw);
  }
}
.box-size_8 {
  margin-left: -4pxpx;
  margin-right: -4pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_8 {
    margin-left: calc(-4px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_8 {
    margin-left: calc(-4px / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_8 {
    margin-right: calc(-4px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_8 {
    margin-right: calc(-4px / 760 * 100vw);
  }
}
.box-size_8 > [class^=col] {
  position: relative;
  padding: 4pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_8 > [class^=col] {
    padding: calc(4px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_8 > [class^=col] {
    padding: calc(4px / 760 * 100vw);
  }
}
.box-size_9 {
  margin-left: -4.5pxpx;
  margin-right: -4.5pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_9 {
    margin-left: calc(-4.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_9 {
    margin-left: calc(-4.5px / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_9 {
    margin-right: calc(-4.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_9 {
    margin-right: calc(-4.5px / 760 * 100vw);
  }
}
.box-size_9 > [class^=col] {
  position: relative;
  padding: 4.5pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_9 > [class^=col] {
    padding: calc(4.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_9 > [class^=col] {
    padding: calc(4.5px / 760 * 100vw);
  }
}
.box-size_10 {
  margin-left: -5pxpx;
  margin-right: -5pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_10 {
    margin-left: calc(-5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_10 {
    margin-left: calc(-5px / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_10 {
    margin-right: calc(-5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_10 {
    margin-right: calc(-5px / 760 * 100vw);
  }
}
.box-size_10 > [class^=col] {
  position: relative;
  padding: 5pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_10 > [class^=col] {
    padding: calc(5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_10 > [class^=col] {
    padding: calc(5px / 760 * 100vw);
  }
}
.box-size_11 {
  margin-left: -5.5pxpx;
  margin-right: -5.5pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_11 {
    margin-left: calc(-5.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_11 {
    margin-left: calc(-5.5px / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_11 {
    margin-right: calc(-5.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_11 {
    margin-right: calc(-5.5px / 760 * 100vw);
  }
}
.box-size_11 > [class^=col] {
  position: relative;
  padding: 5.5pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_11 > [class^=col] {
    padding: calc(5.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_11 > [class^=col] {
    padding: calc(5.5px / 760 * 100vw);
  }
}
.box-size_12 {
  margin-left: -6pxpx;
  margin-right: -6pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_12 {
    margin-left: calc(-6px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_12 {
    margin-left: calc(-6px / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_12 {
    margin-right: calc(-6px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_12 {
    margin-right: calc(-6px / 760 * 100vw);
  }
}
.box-size_12 > [class^=col] {
  position: relative;
  padding: 6pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_12 > [class^=col] {
    padding: calc(6px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_12 > [class^=col] {
    padding: calc(6px / 760 * 100vw);
  }
}
.box-size_13 {
  margin-left: -6.5pxpx;
  margin-right: -6.5pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_13 {
    margin-left: calc(-6.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_13 {
    margin-left: calc(-6.5px / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_13 {
    margin-right: calc(-6.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_13 {
    margin-right: calc(-6.5px / 760 * 100vw);
  }
}
.box-size_13 > [class^=col] {
  position: relative;
  padding: 6.5pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_13 > [class^=col] {
    padding: calc(6.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_13 > [class^=col] {
    padding: calc(6.5px / 760 * 100vw);
  }
}
.box-size_14 {
  margin-left: -7pxpx;
  margin-right: -7pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_14 {
    margin-left: calc(-7px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_14 {
    margin-left: calc(-7px / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_14 {
    margin-right: calc(-7px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_14 {
    margin-right: calc(-7px / 760 * 100vw);
  }
}
.box-size_14 > [class^=col] {
  position: relative;
  padding: 7pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_14 > [class^=col] {
    padding: calc(7px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_14 > [class^=col] {
    padding: calc(7px / 760 * 100vw);
  }
}
.box-size_15 {
  margin-left: -7.5pxpx;
  margin-right: -7.5pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_15 {
    margin-left: calc(-7.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_15 {
    margin-left: calc(-7.5px / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_15 {
    margin-right: calc(-7.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_15 {
    margin-right: calc(-7.5px / 760 * 100vw);
  }
}
.box-size_15 > [class^=col] {
  position: relative;
  padding: 7.5pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_15 > [class^=col] {
    padding: calc(7.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_15 > [class^=col] {
    padding: calc(7.5px / 760 * 100vw);
  }
}
.box-size_16 {
  margin-left: -8pxpx;
  margin-right: -8pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_16 {
    margin-left: calc(-8px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_16 {
    margin-left: calc(-8px / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_16 {
    margin-right: calc(-8px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_16 {
    margin-right: calc(-8px / 760 * 100vw);
  }
}
.box-size_16 > [class^=col] {
  position: relative;
  padding: 8pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_16 > [class^=col] {
    padding: calc(8px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_16 > [class^=col] {
    padding: calc(8px / 760 * 100vw);
  }
}
.box-size_17 {
  margin-left: -8.5pxpx;
  margin-right: -8.5pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_17 {
    margin-left: calc(-8.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_17 {
    margin-left: calc(-8.5px / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_17 {
    margin-right: calc(-8.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_17 {
    margin-right: calc(-8.5px / 760 * 100vw);
  }
}
.box-size_17 > [class^=col] {
  position: relative;
  padding: 8.5pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_17 > [class^=col] {
    padding: calc(8.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_17 > [class^=col] {
    padding: calc(8.5px / 760 * 100vw);
  }
}
.box-size_18 {
  margin-left: -9pxpx;
  margin-right: -9pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_18 {
    margin-left: calc(-9px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_18 {
    margin-left: calc(-9px / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_18 {
    margin-right: calc(-9px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_18 {
    margin-right: calc(-9px / 760 * 100vw);
  }
}
.box-size_18 > [class^=col] {
  position: relative;
  padding: 9pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_18 > [class^=col] {
    padding: calc(9px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_18 > [class^=col] {
    padding: calc(9px / 760 * 100vw);
  }
}
.box-size_19 {
  margin-left: -9.5pxpx;
  margin-right: -9.5pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_19 {
    margin-left: calc(-9.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_19 {
    margin-left: calc(-9.5px / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_19 {
    margin-right: calc(-9.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_19 {
    margin-right: calc(-9.5px / 760 * 100vw);
  }
}
.box-size_19 > [class^=col] {
  position: relative;
  padding: 9.5pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_19 > [class^=col] {
    padding: calc(9.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_19 > [class^=col] {
    padding: calc(9.5px / 760 * 100vw);
  }
}
.box-size_20 {
  margin-left: -10pxpx;
  margin-right: -10pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_20 {
    margin-left: calc(-10px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_20 {
    margin-left: calc(-10px / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_20 {
    margin-right: calc(-10px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_20 {
    margin-right: calc(-10px / 760 * 100vw);
  }
}
.box-size_20 > [class^=col] {
  position: relative;
  padding: 10pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_20 > [class^=col] {
    padding: calc(10px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_20 > [class^=col] {
    padding: calc(10px / 760 * 100vw);
  }
}
.box-size_21 {
  margin-left: -10.5pxpx;
  margin-right: -10.5pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_21 {
    margin-left: calc(-10.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_21 {
    margin-left: calc(-10.5px / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_21 {
    margin-right: calc(-10.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_21 {
    margin-right: calc(-10.5px / 760 * 100vw);
  }
}
.box-size_21 > [class^=col] {
  position: relative;
  padding: 10.5pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_21 > [class^=col] {
    padding: calc(10.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_21 > [class^=col] {
    padding: calc(10.5px / 760 * 100vw);
  }
}
.box-size_22 {
  margin-left: -11pxpx;
  margin-right: -11pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_22 {
    margin-left: calc(-11px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_22 {
    margin-left: calc(-11px / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_22 {
    margin-right: calc(-11px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_22 {
    margin-right: calc(-11px / 760 * 100vw);
  }
}
.box-size_22 > [class^=col] {
  position: relative;
  padding: 11pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_22 > [class^=col] {
    padding: calc(11px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_22 > [class^=col] {
    padding: calc(11px / 760 * 100vw);
  }
}
.box-size_23 {
  margin-left: -11.5pxpx;
  margin-right: -11.5pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_23 {
    margin-left: calc(-11.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_23 {
    margin-left: calc(-11.5px / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_23 {
    margin-right: calc(-11.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_23 {
    margin-right: calc(-11.5px / 760 * 100vw);
  }
}
.box-size_23 > [class^=col] {
  position: relative;
  padding: 11.5pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_23 > [class^=col] {
    padding: calc(11.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_23 > [class^=col] {
    padding: calc(11.5px / 760 * 100vw);
  }
}
.box-size_24 {
  margin-left: -12pxpx;
  margin-right: -12pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_24 {
    margin-left: calc(-12px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_24 {
    margin-left: calc(-12px / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_24 {
    margin-right: calc(-12px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_24 {
    margin-right: calc(-12px / 760 * 100vw);
  }
}
.box-size_24 > [class^=col] {
  position: relative;
  padding: 12pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_24 > [class^=col] {
    padding: calc(12px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_24 > [class^=col] {
    padding: calc(12px / 760 * 100vw);
  }
}
.box-size_25 {
  margin-left: -12.5pxpx;
  margin-right: -12.5pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_25 {
    margin-left: calc(-12.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_25 {
    margin-left: calc(-12.5px / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_25 {
    margin-right: calc(-12.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_25 {
    margin-right: calc(-12.5px / 760 * 100vw);
  }
}
.box-size_25 > [class^=col] {
  position: relative;
  padding: 12.5pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_25 > [class^=col] {
    padding: calc(12.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_25 > [class^=col] {
    padding: calc(12.5px / 760 * 100vw);
  }
}
.box-size_26 {
  margin-left: -13pxpx;
  margin-right: -13pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_26 {
    margin-left: calc(-13px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_26 {
    margin-left: calc(-13px / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_26 {
    margin-right: calc(-13px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_26 {
    margin-right: calc(-13px / 760 * 100vw);
  }
}
.box-size_26 > [class^=col] {
  position: relative;
  padding: 13pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_26 > [class^=col] {
    padding: calc(13px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_26 > [class^=col] {
    padding: calc(13px / 760 * 100vw);
  }
}
.box-size_27 {
  margin-left: -13.5pxpx;
  margin-right: -13.5pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_27 {
    margin-left: calc(-13.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_27 {
    margin-left: calc(-13.5px / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_27 {
    margin-right: calc(-13.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_27 {
    margin-right: calc(-13.5px / 760 * 100vw);
  }
}
.box-size_27 > [class^=col] {
  position: relative;
  padding: 13.5pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_27 > [class^=col] {
    padding: calc(13.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_27 > [class^=col] {
    padding: calc(13.5px / 760 * 100vw);
  }
}
.box-size_28 {
  margin-left: -14pxpx;
  margin-right: -14pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_28 {
    margin-left: calc(-14px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_28 {
    margin-left: calc(-14px / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_28 {
    margin-right: calc(-14px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_28 {
    margin-right: calc(-14px / 760 * 100vw);
  }
}
.box-size_28 > [class^=col] {
  position: relative;
  padding: 14pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_28 > [class^=col] {
    padding: calc(14px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_28 > [class^=col] {
    padding: calc(14px / 760 * 100vw);
  }
}
.box-size_29 {
  margin-left: -14.5pxpx;
  margin-right: -14.5pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_29 {
    margin-left: calc(-14.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_29 {
    margin-left: calc(-14.5px / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_29 {
    margin-right: calc(-14.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_29 {
    margin-right: calc(-14.5px / 760 * 100vw);
  }
}
.box-size_29 > [class^=col] {
  position: relative;
  padding: 14.5pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_29 > [class^=col] {
    padding: calc(14.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_29 > [class^=col] {
    padding: calc(14.5px / 760 * 100vw);
  }
}
.box-size_30 {
  margin-left: -15pxpx;
  margin-right: -15pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_30 {
    margin-left: calc(-15px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_30 {
    margin-left: calc(-15px / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_30 {
    margin-right: calc(-15px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_30 {
    margin-right: calc(-15px / 760 * 100vw);
  }
}
.box-size_30 > [class^=col] {
  position: relative;
  padding: 15pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_30 > [class^=col] {
    padding: calc(15px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_30 > [class^=col] {
    padding: calc(15px / 760 * 100vw);
  }
}
.box-size_31 {
  margin-left: -15.5pxpx;
  margin-right: -15.5pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_31 {
    margin-left: calc(-15.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_31 {
    margin-left: calc(-15.5px / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_31 {
    margin-right: calc(-15.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_31 {
    margin-right: calc(-15.5px / 760 * 100vw);
  }
}
.box-size_31 > [class^=col] {
  position: relative;
  padding: 15.5pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_31 > [class^=col] {
    padding: calc(15.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_31 > [class^=col] {
    padding: calc(15.5px / 760 * 100vw);
  }
}
.box-size_32 {
  margin-left: -16pxpx;
  margin-right: -16pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_32 {
    margin-left: calc(-16px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_32 {
    margin-left: calc(-16px / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_32 {
    margin-right: calc(-16px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_32 {
    margin-right: calc(-16px / 760 * 100vw);
  }
}
.box-size_32 > [class^=col] {
  position: relative;
  padding: 16pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_32 > [class^=col] {
    padding: calc(16px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_32 > [class^=col] {
    padding: calc(16px / 760 * 100vw);
  }
}
.box-size_33 {
  margin-left: -16.5pxpx;
  margin-right: -16.5pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_33 {
    margin-left: calc(-16.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_33 {
    margin-left: calc(-16.5px / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_33 {
    margin-right: calc(-16.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_33 {
    margin-right: calc(-16.5px / 760 * 100vw);
  }
}
.box-size_33 > [class^=col] {
  position: relative;
  padding: 16.5pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_33 > [class^=col] {
    padding: calc(16.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_33 > [class^=col] {
    padding: calc(16.5px / 760 * 100vw);
  }
}
.box-size_34 {
  margin-left: -17pxpx;
  margin-right: -17pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_34 {
    margin-left: calc(-17px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_34 {
    margin-left: calc(-17px / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_34 {
    margin-right: calc(-17px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_34 {
    margin-right: calc(-17px / 760 * 100vw);
  }
}
.box-size_34 > [class^=col] {
  position: relative;
  padding: 17pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_34 > [class^=col] {
    padding: calc(17px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_34 > [class^=col] {
    padding: calc(17px / 760 * 100vw);
  }
}
.box-size_35 {
  margin-left: -17.5pxpx;
  margin-right: -17.5pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_35 {
    margin-left: calc(-17.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_35 {
    margin-left: calc(-17.5px / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_35 {
    margin-right: calc(-17.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_35 {
    margin-right: calc(-17.5px / 760 * 100vw);
  }
}
.box-size_35 > [class^=col] {
  position: relative;
  padding: 17.5pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_35 > [class^=col] {
    padding: calc(17.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_35 > [class^=col] {
    padding: calc(17.5px / 760 * 100vw);
  }
}
.box-size_36 {
  margin-left: -18pxpx;
  margin-right: -18pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_36 {
    margin-left: calc(-18px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_36 {
    margin-left: calc(-18px / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_36 {
    margin-right: calc(-18px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_36 {
    margin-right: calc(-18px / 760 * 100vw);
  }
}
.box-size_36 > [class^=col] {
  position: relative;
  padding: 18pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_36 > [class^=col] {
    padding: calc(18px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_36 > [class^=col] {
    padding: calc(18px / 760 * 100vw);
  }
}
.box-size_37 {
  margin-left: -18.5pxpx;
  margin-right: -18.5pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_37 {
    margin-left: calc(-18.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_37 {
    margin-left: calc(-18.5px / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_37 {
    margin-right: calc(-18.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_37 {
    margin-right: calc(-18.5px / 760 * 100vw);
  }
}
.box-size_37 > [class^=col] {
  position: relative;
  padding: 18.5pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_37 > [class^=col] {
    padding: calc(18.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_37 > [class^=col] {
    padding: calc(18.5px / 760 * 100vw);
  }
}
.box-size_38 {
  margin-left: -19pxpx;
  margin-right: -19pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_38 {
    margin-left: calc(-19px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_38 {
    margin-left: calc(-19px / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_38 {
    margin-right: calc(-19px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_38 {
    margin-right: calc(-19px / 760 * 100vw);
  }
}
.box-size_38 > [class^=col] {
  position: relative;
  padding: 19pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_38 > [class^=col] {
    padding: calc(19px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_38 > [class^=col] {
    padding: calc(19px / 760 * 100vw);
  }
}
.box-size_39 {
  margin-left: -19.5pxpx;
  margin-right: -19.5pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_39 {
    margin-left: calc(-19.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_39 {
    margin-left: calc(-19.5px / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_39 {
    margin-right: calc(-19.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_39 {
    margin-right: calc(-19.5px / 760 * 100vw);
  }
}
.box-size_39 > [class^=col] {
  position: relative;
  padding: 19.5pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_39 > [class^=col] {
    padding: calc(19.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_39 > [class^=col] {
    padding: calc(19.5px / 760 * 100vw);
  }
}
.box-size_40 {
  margin-left: -20pxpx;
  margin-right: -20pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_40 {
    margin-left: calc(-20px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_40 {
    margin-left: calc(-20px / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_40 {
    margin-right: calc(-20px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_40 {
    margin-right: calc(-20px / 760 * 100vw);
  }
}
.box-size_40 > [class^=col] {
  position: relative;
  padding: 20pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_40 > [class^=col] {
    padding: calc(20px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_40 > [class^=col] {
    padding: calc(20px / 760 * 100vw);
  }
}
.box-size_41 {
  margin-left: -20.5pxpx;
  margin-right: -20.5pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_41 {
    margin-left: calc(-20.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_41 {
    margin-left: calc(-20.5px / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_41 {
    margin-right: calc(-20.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_41 {
    margin-right: calc(-20.5px / 760 * 100vw);
  }
}
.box-size_41 > [class^=col] {
  position: relative;
  padding: 20.5pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_41 > [class^=col] {
    padding: calc(20.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_41 > [class^=col] {
    padding: calc(20.5px / 760 * 100vw);
  }
}
.box-size_42 {
  margin-left: -21pxpx;
  margin-right: -21pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_42 {
    margin-left: calc(-21px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_42 {
    margin-left: calc(-21px / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_42 {
    margin-right: calc(-21px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_42 {
    margin-right: calc(-21px / 760 * 100vw);
  }
}
.box-size_42 > [class^=col] {
  position: relative;
  padding: 21pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_42 > [class^=col] {
    padding: calc(21px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_42 > [class^=col] {
    padding: calc(21px / 760 * 100vw);
  }
}
.box-size_43 {
  margin-left: -21.5pxpx;
  margin-right: -21.5pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_43 {
    margin-left: calc(-21.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_43 {
    margin-left: calc(-21.5px / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_43 {
    margin-right: calc(-21.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_43 {
    margin-right: calc(-21.5px / 760 * 100vw);
  }
}
.box-size_43 > [class^=col] {
  position: relative;
  padding: 21.5pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_43 > [class^=col] {
    padding: calc(21.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_43 > [class^=col] {
    padding: calc(21.5px / 760 * 100vw);
  }
}
.box-size_44 {
  margin-left: -22pxpx;
  margin-right: -22pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_44 {
    margin-left: calc(-22px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_44 {
    margin-left: calc(-22px / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_44 {
    margin-right: calc(-22px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_44 {
    margin-right: calc(-22px / 760 * 100vw);
  }
}
.box-size_44 > [class^=col] {
  position: relative;
  padding: 22pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_44 > [class^=col] {
    padding: calc(22px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_44 > [class^=col] {
    padding: calc(22px / 760 * 100vw);
  }
}
.box-size_45 {
  margin-left: -22.5pxpx;
  margin-right: -22.5pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_45 {
    margin-left: calc(-22.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_45 {
    margin-left: calc(-22.5px / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_45 {
    margin-right: calc(-22.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_45 {
    margin-right: calc(-22.5px / 760 * 100vw);
  }
}
.box-size_45 > [class^=col] {
  position: relative;
  padding: 22.5pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_45 > [class^=col] {
    padding: calc(22.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_45 > [class^=col] {
    padding: calc(22.5px / 760 * 100vw);
  }
}
.box-size_46 {
  margin-left: -23pxpx;
  margin-right: -23pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_46 {
    margin-left: calc(-23px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_46 {
    margin-left: calc(-23px / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_46 {
    margin-right: calc(-23px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_46 {
    margin-right: calc(-23px / 760 * 100vw);
  }
}
.box-size_46 > [class^=col] {
  position: relative;
  padding: 23pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_46 > [class^=col] {
    padding: calc(23px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_46 > [class^=col] {
    padding: calc(23px / 760 * 100vw);
  }
}
.box-size_47 {
  margin-left: -23.5pxpx;
  margin-right: -23.5pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_47 {
    margin-left: calc(-23.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_47 {
    margin-left: calc(-23.5px / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_47 {
    margin-right: calc(-23.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_47 {
    margin-right: calc(-23.5px / 760 * 100vw);
  }
}
.box-size_47 > [class^=col] {
  position: relative;
  padding: 23.5pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_47 > [class^=col] {
    padding: calc(23.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_47 > [class^=col] {
    padding: calc(23.5px / 760 * 100vw);
  }
}
.box-size_48 {
  margin-left: -24pxpx;
  margin-right: -24pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_48 {
    margin-left: calc(-24px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_48 {
    margin-left: calc(-24px / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_48 {
    margin-right: calc(-24px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_48 {
    margin-right: calc(-24px / 760 * 100vw);
  }
}
.box-size_48 > [class^=col] {
  position: relative;
  padding: 24pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_48 > [class^=col] {
    padding: calc(24px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_48 > [class^=col] {
    padding: calc(24px / 760 * 100vw);
  }
}
.box-size_49 {
  margin-left: -24.5pxpx;
  margin-right: -24.5pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_49 {
    margin-left: calc(-24.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_49 {
    margin-left: calc(-24.5px / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_49 {
    margin-right: calc(-24.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_49 {
    margin-right: calc(-24.5px / 760 * 100vw);
  }
}
.box-size_49 > [class^=col] {
  position: relative;
  padding: 24.5pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_49 > [class^=col] {
    padding: calc(24.5px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_49 > [class^=col] {
    padding: calc(24.5px / 760 * 100vw);
  }
}
.box-size_50 {
  margin-left: -25pxpx;
  margin-right: -25pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_50 {
    margin-left: calc(-25px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_50 {
    margin-left: calc(-25px / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_50 {
    margin-right: calc(-25px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_50 {
    margin-right: calc(-25px / 760 * 100vw);
  }
}
.box-size_50 > [class^=col] {
  position: relative;
  padding: 25pxpx;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .box-size_50 > [class^=col] {
    padding: calc(25px / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .box-size_50 > [class^=col] {
    padding: calc(25px / 760 * 100vw);
  }
}
.box-color_primary {
  background: #f98101;
  color: white;
}
.box-color_primary_op-0 {
  background: rgba(249, 129, 1, 0);
}
.box-color_primary_op-1 {
  background: rgba(249, 129, 1, 0.1);
}
.box-color_primary_op-2 {
  background: rgba(249, 129, 1, 0.2);
}
.box-color_primary_op-3 {
  background: rgba(249, 129, 1, 0.3);
}
.box-color_primary_op-4 {
  background: rgba(249, 129, 1, 0.4);
}
.box-color_primary_op-5 {
  background: rgba(249, 129, 1, 0.5);
}
.box-color_primary_op-6 {
  background: rgba(249, 129, 1, 0.6);
}
.box-color_primary_op-7 {
  background: rgba(249, 129, 1, 0.7);
}
.box-color_primary_op-8 {
  background: rgba(249, 129, 1, 0.8);
}
.box-color_primary_op-9 {
  background: rgba(249, 129, 1, 0.9);
}
.box-color_primary_op-10 {
  background: #f98101;
}
.box-border_primary {
  border: solid 2px #f98101;
}
.box-color_accent {
  background: #ee6393;
}
.box-color_accent_op-0 {
  background: rgba(238, 99, 147, 0);
}
.box-color_accent_op-1 {
  background: rgba(238, 99, 147, 0.1);
}
.box-color_accent_op-2 {
  background: rgba(238, 99, 147, 0.2);
}
.box-color_accent_op-3 {
  background: rgba(238, 99, 147, 0.3);
}
.box-color_accent_op-4 {
  background: rgba(238, 99, 147, 0.4);
}
.box-color_accent_op-5 {
  background: rgba(238, 99, 147, 0.5);
}
.box-color_accent_op-6 {
  background: rgba(238, 99, 147, 0.6);
}
.box-color_accent_op-7 {
  background: rgba(238, 99, 147, 0.7);
}
.box-color_accent_op-8 {
  background: rgba(238, 99, 147, 0.8);
}
.box-color_accent_op-9 {
  background: rgba(238, 99, 147, 0.9);
}
.box-color_accent_op-10 {
  background: #ee6393;
}
.box-border_accent {
  border: solid 2px #ee6393;
}
.box-color_base {
  background: #a8d151;
  color: white;
}
.box-color_base_op-0 {
  background: rgba(168, 209, 81, 0);
}
.box-color_base_op-1 {
  background: rgba(168, 209, 81, 0.1);
}
.box-color_base_op-2 {
  background: rgba(168, 209, 81, 0.2);
}
.box-color_base_op-3 {
  background: rgba(168, 209, 81, 0.3);
}
.box-color_base_op-4 {
  background: rgba(168, 209, 81, 0.4);
}
.box-color_base_op-5 {
  background: rgba(168, 209, 81, 0.5);
}
.box-color_base_op-6 {
  background: rgba(168, 209, 81, 0.6);
}
.box-color_base_op-7 {
  background: rgba(168, 209, 81, 0.7);
}
.box-color_base_op-8 {
  background: rgba(168, 209, 81, 0.8);
}
.box-color_base_op-9 {
  background: rgba(168, 209, 81, 0.9);
}
.box-color_base_op-10 {
  background: #a8d151;
}
.box-border_base {
  border: solid 2px #a8d151;
}
.box-color_font {
  background: #333333;
  color: white;
}
.box-color_font_op-0 {
  background: rgba(51, 51, 51, 0);
}
.box-color_font_op-1 {
  background: rgba(51, 51, 51, 0.1);
}
.box-color_font_op-2 {
  background: rgba(51, 51, 51, 0.2);
}
.box-color_font_op-3 {
  background: rgba(51, 51, 51, 0.3);
}
.box-color_font_op-4 {
  background: rgba(51, 51, 51, 0.4);
}
.box-color_font_op-5 {
  background: rgba(51, 51, 51, 0.5);
}
.box-color_font_op-6 {
  background: rgba(51, 51, 51, 0.6);
}
.box-color_font_op-7 {
  background: rgba(51, 51, 51, 0.7);
}
.box-color_font_op-8 {
  background: rgba(51, 51, 51, 0.8);
}
.box-color_font_op-9 {
  background: rgba(51, 51, 51, 0.9);
}
.box-color_font_op-10 {
  background: #333333;
}
.box-border_font {
  border: solid 2px #333333;
}
.box-color_bg {
  background: transparent;
  color: white;
}
.box-color_bg_op-0 {
  background: rgba(0, 0, 0, 0);
}
.box-color_bg_op-1 {
  background: rgba(0, 0, 0, 0.1);
}
.box-color_bg_op-2 {
  background: rgba(0, 0, 0, 0.2);
}
.box-color_bg_op-3 {
  background: rgba(0, 0, 0, 0.3);
}
.box-color_bg_op-4 {
  background: rgba(0, 0, 0, 0.4);
}
.box-color_bg_op-5 {
  background: rgba(0, 0, 0, 0.5);
}
.box-color_bg_op-6 {
  background: rgba(0, 0, 0, 0.6);
}
.box-color_bg_op-7 {
  background: rgba(0, 0, 0, 0.7);
}
.box-color_bg_op-8 {
  background: rgba(0, 0, 0, 0.8);
}
.box-color_bg_op-9 {
  background: rgba(0, 0, 0, 0.9);
}
.box-color_bg_op-10 {
  background: black;
}
.box-border_bg {
  border: solid 2px transparent;
}
.box-color_bg_light {
  background: #e4e1d7;
}
.box-color_bg_light_op-0 {
  background: rgba(228, 225, 215, 0);
}
.box-color_bg_light_op-1 {
  background: rgba(228, 225, 215, 0.1);
}
.box-color_bg_light_op-2 {
  background: rgba(228, 225, 215, 0.2);
}
.box-color_bg_light_op-3 {
  background: rgba(228, 225, 215, 0.3);
}
.box-color_bg_light_op-4 {
  background: rgba(228, 225, 215, 0.4);
}
.box-color_bg_light_op-5 {
  background: rgba(228, 225, 215, 0.5);
}
.box-color_bg_light_op-6 {
  background: rgba(228, 225, 215, 0.6);
}
.box-color_bg_light_op-7 {
  background: rgba(228, 225, 215, 0.7);
}
.box-color_bg_light_op-8 {
  background: rgba(228, 225, 215, 0.8);
}
.box-color_bg_light_op-9 {
  background: rgba(228, 225, 215, 0.9);
}
.box-color_bg_light_op-10 {
  background: #e4e1d7;
}
.box-border_bg_light {
  border: solid 2px #e4e1d7;
}
.box-color_bg_dark {
  background: #e4e1d7;
}
.box-color_bg_dark_op-0 {
  background: rgba(228, 225, 215, 0);
}
.box-color_bg_dark_op-1 {
  background: rgba(228, 225, 215, 0.1);
}
.box-color_bg_dark_op-2 {
  background: rgba(228, 225, 215, 0.2);
}
.box-color_bg_dark_op-3 {
  background: rgba(228, 225, 215, 0.3);
}
.box-color_bg_dark_op-4 {
  background: rgba(228, 225, 215, 0.4);
}
.box-color_bg_dark_op-5 {
  background: rgba(228, 225, 215, 0.5);
}
.box-color_bg_dark_op-6 {
  background: rgba(228, 225, 215, 0.6);
}
.box-color_bg_dark_op-7 {
  background: rgba(228, 225, 215, 0.7);
}
.box-color_bg_dark_op-8 {
  background: rgba(228, 225, 215, 0.8);
}
.box-color_bg_dark_op-9 {
  background: rgba(228, 225, 215, 0.9);
}
.box-color_bg_dark_op-10 {
  background: #e4e1d7;
}
.box-border_bg_dark {
  border: solid 2px #e4e1d7;
}
.box-color_border {
  background: #e4e1d7;
}
.box-color_border_op-0 {
  background: rgba(228, 225, 215, 0);
}
.box-color_border_op-1 {
  background: rgba(228, 225, 215, 0.1);
}
.box-color_border_op-2 {
  background: rgba(228, 225, 215, 0.2);
}
.box-color_border_op-3 {
  background: rgba(228, 225, 215, 0.3);
}
.box-color_border_op-4 {
  background: rgba(228, 225, 215, 0.4);
}
.box-color_border_op-5 {
  background: rgba(228, 225, 215, 0.5);
}
.box-color_border_op-6 {
  background: rgba(228, 225, 215, 0.6);
}
.box-color_border_op-7 {
  background: rgba(228, 225, 215, 0.7);
}
.box-color_border_op-8 {
  background: rgba(228, 225, 215, 0.8);
}
.box-color_border_op-9 {
  background: rgba(228, 225, 215, 0.9);
}
.box-color_border_op-10 {
  background: #e4e1d7;
}
.box-border_border {
  border: solid 2px #e4e1d7;
}
.box-color_error {
  background: #ff4e00;
  color: white;
}
.box-color_error_op-0 {
  background: rgba(255, 78, 0, 0);
}
.box-color_error_op-1 {
  background: rgba(255, 78, 0, 0.1);
}
.box-color_error_op-2 {
  background: rgba(255, 78, 0, 0.2);
}
.box-color_error_op-3 {
  background: rgba(255, 78, 0, 0.3);
}
.box-color_error_op-4 {
  background: rgba(255, 78, 0, 0.4);
}
.box-color_error_op-5 {
  background: rgba(255, 78, 0, 0.5);
}
.box-color_error_op-6 {
  background: rgba(255, 78, 0, 0.6);
}
.box-color_error_op-7 {
  background: rgba(255, 78, 0, 0.7);
}
.box-color_error_op-8 {
  background: rgba(255, 78, 0, 0.8);
}
.box-color_error_op-9 {
  background: rgba(255, 78, 0, 0.9);
}
.box-color_error_op-10 {
  background: #ff4e00;
}
.box-border_error {
  border: solid 2px #ff4e00;
}
.box-color_white {
  background: white;
}
.box-color_white_op-0 {
  background: rgba(255, 255, 255, 0);
}
.box-color_white_op-1 {
  background: rgba(255, 255, 255, 0.1);
}
.box-color_white_op-2 {
  background: rgba(255, 255, 255, 0.2);
}
.box-color_white_op-3 {
  background: rgba(255, 255, 255, 0.3);
}
.box-color_white_op-4 {
  background: rgba(255, 255, 255, 0.4);
}
.box-color_white_op-5 {
  background: rgba(255, 255, 255, 0.5);
}
.box-color_white_op-6 {
  background: rgba(255, 255, 255, 0.6);
}
.box-color_white_op-7 {
  background: rgba(255, 255, 255, 0.7);
}
.box-color_white_op-8 {
  background: rgba(255, 255, 255, 0.8);
}
.box-color_white_op-9 {
  background: rgba(255, 255, 255, 0.9);
}
.box-color_white_op-10 {
  background: white;
}
.box-border_white {
  border: solid 2px white;
}
.box-color_black {
  background: black;
  color: white;
}
.box-color_black_op-0 {
  background: rgba(0, 0, 0, 0);
}
.box-color_black_op-1 {
  background: rgba(0, 0, 0, 0.1);
}
.box-color_black_op-2 {
  background: rgba(0, 0, 0, 0.2);
}
.box-color_black_op-3 {
  background: rgba(0, 0, 0, 0.3);
}
.box-color_black_op-4 {
  background: rgba(0, 0, 0, 0.4);
}
.box-color_black_op-5 {
  background: rgba(0, 0, 0, 0.5);
}
.box-color_black_op-6 {
  background: rgba(0, 0, 0, 0.6);
}
.box-color_black_op-7 {
  background: rgba(0, 0, 0, 0.7);
}
.box-color_black_op-8 {
  background: rgba(0, 0, 0, 0.8);
}
.box-color_black_op-9 {
  background: rgba(0, 0, 0, 0.9);
}
.box-color_black_op-10 {
  background: black;
}
.box-border_black {
  border: solid 2px black;
}
.box-color_green {
  background: #f98101;
  color: white;
}
.box-color_green_op-0 {
  background: rgba(249, 129, 1, 0);
}
.box-color_green_op-1 {
  background: rgba(249, 129, 1, 0.1);
}
.box-color_green_op-2 {
  background: rgba(249, 129, 1, 0.2);
}
.box-color_green_op-3 {
  background: rgba(249, 129, 1, 0.3);
}
.box-color_green_op-4 {
  background: rgba(249, 129, 1, 0.4);
}
.box-color_green_op-5 {
  background: rgba(249, 129, 1, 0.5);
}
.box-color_green_op-6 {
  background: rgba(249, 129, 1, 0.6);
}
.box-color_green_op-7 {
  background: rgba(249, 129, 1, 0.7);
}
.box-color_green_op-8 {
  background: rgba(249, 129, 1, 0.8);
}
.box-color_green_op-9 {
  background: rgba(249, 129, 1, 0.9);
}
.box-color_green_op-10 {
  background: #f98101;
}
.box-border_green {
  border: solid 2px #f98101;
}
.box-color_blue {
  background: #3646a7;
  color: white;
}
.box-color_blue_op-0 {
  background: rgba(54, 70, 167, 0);
}
.box-color_blue_op-1 {
  background: rgba(54, 70, 167, 0.1);
}
.box-color_blue_op-2 {
  background: rgba(54, 70, 167, 0.2);
}
.box-color_blue_op-3 {
  background: rgba(54, 70, 167, 0.3);
}
.box-color_blue_op-4 {
  background: rgba(54, 70, 167, 0.4);
}
.box-color_blue_op-5 {
  background: rgba(54, 70, 167, 0.5);
}
.box-color_blue_op-6 {
  background: rgba(54, 70, 167, 0.6);
}
.box-color_blue_op-7 {
  background: rgba(54, 70, 167, 0.7);
}
.box-color_blue_op-8 {
  background: rgba(54, 70, 167, 0.8);
}
.box-color_blue_op-9 {
  background: rgba(54, 70, 167, 0.9);
}
.box-color_blue_op-10 {
  background: #3646a7;
}
.box-border_blue {
  border: solid 2px #3646a7;
}
.box-color_red {
  background: #db0011;
  color: white;
}
.box-color_red_op-0 {
  background: rgba(219, 0, 17, 0);
}
.box-color_red_op-1 {
  background: rgba(219, 0, 17, 0.1);
}
.box-color_red_op-2 {
  background: rgba(219, 0, 17, 0.2);
}
.box-color_red_op-3 {
  background: rgba(219, 0, 17, 0.3);
}
.box-color_red_op-4 {
  background: rgba(219, 0, 17, 0.4);
}
.box-color_red_op-5 {
  background: rgba(219, 0, 17, 0.5);
}
.box-color_red_op-6 {
  background: rgba(219, 0, 17, 0.6);
}
.box-color_red_op-7 {
  background: rgba(219, 0, 17, 0.7);
}
.box-color_red_op-8 {
  background: rgba(219, 0, 17, 0.8);
}
.box-color_red_op-9 {
  background: rgba(219, 0, 17, 0.9);
}
.box-color_red_op-10 {
  background: #db0011;
}
.box-border_red {
  border: solid 2px #db0011;
}
.box-color_orange {
  background: #ff9e43;
}
.box-color_orange_op-0 {
  background: rgba(255, 158, 67, 0);
}
.box-color_orange_op-1 {
  background: rgba(255, 158, 67, 0.1);
}
.box-color_orange_op-2 {
  background: rgba(255, 158, 67, 0.2);
}
.box-color_orange_op-3 {
  background: rgba(255, 158, 67, 0.3);
}
.box-color_orange_op-4 {
  background: rgba(255, 158, 67, 0.4);
}
.box-color_orange_op-5 {
  background: rgba(255, 158, 67, 0.5);
}
.box-color_orange_op-6 {
  background: rgba(255, 158, 67, 0.6);
}
.box-color_orange_op-7 {
  background: rgba(255, 158, 67, 0.7);
}
.box-color_orange_op-8 {
  background: rgba(255, 158, 67, 0.8);
}
.box-color_orange_op-9 {
  background: rgba(255, 158, 67, 0.9);
}
.box-color_orange_op-10 {
  background: #ff9e43;
}
.box-border_orange {
  border: solid 2px #ff9e43;
}
.box-color_fb {
  background: #3a5897;
  color: white;
}
.box-color_fb_op-0 {
  background: rgba(58, 88, 151, 0);
}
.box-color_fb_op-1 {
  background: rgba(58, 88, 151, 0.1);
}
.box-color_fb_op-2 {
  background: rgba(58, 88, 151, 0.2);
}
.box-color_fb_op-3 {
  background: rgba(58, 88, 151, 0.3);
}
.box-color_fb_op-4 {
  background: rgba(58, 88, 151, 0.4);
}
.box-color_fb_op-5 {
  background: rgba(58, 88, 151, 0.5);
}
.box-color_fb_op-6 {
  background: rgba(58, 88, 151, 0.6);
}
.box-color_fb_op-7 {
  background: rgba(58, 88, 151, 0.7);
}
.box-color_fb_op-8 {
  background: rgba(58, 88, 151, 0.8);
}
.box-color_fb_op-9 {
  background: rgba(58, 88, 151, 0.9);
}
.box-color_fb_op-10 {
  background: #3a5897;
}
.box-border_fb {
  border: solid 2px #3a5897;
}
.box-color_line {
  background: #06C755;
  color: white;
}
.box-color_line_op-0 {
  background: rgba(6, 199, 85, 0);
}
.box-color_line_op-1 {
  background: rgba(6, 199, 85, 0.1);
}
.box-color_line_op-2 {
  background: rgba(6, 199, 85, 0.2);
}
.box-color_line_op-3 {
  background: rgba(6, 199, 85, 0.3);
}
.box-color_line_op-4 {
  background: rgba(6, 199, 85, 0.4);
}
.box-color_line_op-5 {
  background: rgba(6, 199, 85, 0.5);
}
.box-color_line_op-6 {
  background: rgba(6, 199, 85, 0.6);
}
.box-color_line_op-7 {
  background: rgba(6, 199, 85, 0.7);
}
.box-color_line_op-8 {
  background: rgba(6, 199, 85, 0.8);
}
.box-color_line_op-9 {
  background: rgba(6, 199, 85, 0.9);
}
.box-color_line_op-10 {
  background: #06c755;
}
.box-border_line {
  border: solid 2px #06C755;
}
.box-color_h {
  background: #f29e0a;
  color: white;
}
.box-color_h_op-0 {
  background: rgba(242, 158, 10, 0);
}
.box-color_h_op-1 {
  background: rgba(242, 158, 10, 0.1);
}
.box-color_h_op-2 {
  background: rgba(242, 158, 10, 0.2);
}
.box-color_h_op-3 {
  background: rgba(242, 158, 10, 0.3);
}
.box-color_h_op-4 {
  background: rgba(242, 158, 10, 0.4);
}
.box-color_h_op-5 {
  background: rgba(242, 158, 10, 0.5);
}
.box-color_h_op-6 {
  background: rgba(242, 158, 10, 0.6);
}
.box-color_h_op-7 {
  background: rgba(242, 158, 10, 0.7);
}
.box-color_h_op-8 {
  background: rgba(242, 158, 10, 0.8);
}
.box-color_h_op-9 {
  background: rgba(242, 158, 10, 0.9);
}
.box-color_h_op-10 {
  background: #f29e0a;
}
.box-border_h {
  border: solid 2px #f29e0a;
}
.box-color_n {
  background: #fa8eb3;
}
.box-color_n_op-0 {
  background: rgba(250, 142, 179, 0);
}
.box-color_n_op-1 {
  background: rgba(250, 142, 179, 0.1);
}
.box-color_n_op-2 {
  background: rgba(250, 142, 179, 0.2);
}
.box-color_n_op-3 {
  background: rgba(250, 142, 179, 0.3);
}
.box-color_n_op-4 {
  background: rgba(250, 142, 179, 0.4);
}
.box-color_n_op-5 {
  background: rgba(250, 142, 179, 0.5);
}
.box-color_n_op-6 {
  background: rgba(250, 142, 179, 0.6);
}
.box-color_n_op-7 {
  background: rgba(250, 142, 179, 0.7);
}
.box-color_n_op-8 {
  background: rgba(250, 142, 179, 0.8);
}
.box-color_n_op-9 {
  background: rgba(250, 142, 179, 0.9);
}
.box-color_n_op-10 {
  background: #fa8eb3;
}
.box-border_n {
  border: solid 2px #fa8eb3;
}
.box-dot {
  background-color: white;
  border-width: 1px;
  border-color: #f98101;
  border-style: dashed;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 8px #e4e1d7;
          box-shadow: 0 0 0 8px #e4e1d7;
  margin: 8px auto;
}
@media only screen and (max-width: 1280px) {
  .box-size_xl {
    padding: calc(100 / 1680 * 100 / 1 * 1vw);
  }
  .box-size_lg {
    padding: calc(100 / 1680 * 80 / 1 * 1vw);
  }
  .box-size_md {
    padding: calc(100 / 1680 * 60 / 1 * 1vw);
  }
  .box-size_sm {
    padding: calc(100 / 1680 * 50 / 1 * 1vw);
  }
  .box-size_xs {
    padding: calc(100 / 1680 * 30 / 1 * 1vw);
  }
}
@media only screen and (max-width: 760px) {
  .box-size_xl {
    padding: calc(100 / 760 * 100 / 1 * 1vw);
  }
  .box-size_lg {
    padding: calc(100 / 760 * 80 / 1 * 1vw);
  }
  .box-size_md {
    padding: calc(100 / 760 * 60 / 1 * 1vw);
  }
  .box-size_sm {
    padding: calc(100 / 760 * 50 / 1 * 1vw);
  }
  .box-size_xs {
    padding: calc(100 / 760 * 30 / 1 * 1vw);
  }
}
.box-dashed {
  background-color: white;
  border-width: 1px;
  border-color: #e4e1d7;
  border-style: dashed;
  border-radius: 20px;
  margin-top: 30px;
}
@media only screen and (max-width: 760px) {
  .box-dashed {
    border-radius: 2.6315789474vw;
    margin-top: calc(100 / 760 * 30 / 1 * 1vw);
  }
}

@media only screen and (max-width: 760px) {
  .sp_box-size_xl {
    padding: calc(100 / 760 * 100 / 1 * 1vw);
  }
  .sp_box-size_lg {
    padding: calc(100 / 760 * 80 / 1 * 1vw);
  }
  .sp_box-size_md {
    padding: calc(100 / 760 * 60 / 1 * 1vw);
  }
  .sp_box-size_sm {
    padding: calc(100 / 760 * 50 / 1 * 1vw);
  }
  .sp_box-size_xs {
    padding: calc(100 / 760 * 30 / 1 * 1vw);
  }
}

.breadcrumb {
  font-size: 1.4rem;
  text-align: right;
  background-color: #333333;
  color: white;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 760px) {
  .breadcrumb {
    font-size: calc(100 / 760 * 22 / 1 * 1vw);
  }
}
.breadcrumb .l-inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
.breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumb-list-item {
  position: relative;
}
.breadcrumb-list-item:first-child {
  padding-right: 60px;
}
@media only screen and (max-width: 760px) {
  .breadcrumb-list-item:first-child {
    padding-right: calc(calc(100 / 760 * 30 / 1 * 1vw) * 2);
  }
}
.breadcrumb-list-item:first-child:before {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  display: block;
  position: absolute;
  top: 0;
  right: 30px;
}
@media only screen and (max-width: 760px) {
  .breadcrumb-list-item:first-child:before {
    right: calc(100 / 760 * 30 / 1 * 1vw);
  }
}
.breadcrumb-list-item.current span {
  color: #f98101;
}
.breadcrumb-list-item .fa-light {
  padding: 0 30px;
}
@media only screen and (max-width: 760px) {
  .breadcrumb-list-item .fa-light {
    padding: 0 calc(100 / 760 * 30 / 1 * 1vw);
  }
}
.breadcrumb-tate {
  position: absolute;
  top: 0;
  right: 30px;
  z-index: 9;
  font-size: 1.4rem;
}
.breadcrumb-tate-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: calc(80px);
  position: relative;
}
.breadcrumb-tate-list:after {
  content: "";
  display: block;
  width: 1px;
  height: 80px;
  background-color: #e4e1d7;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.breadcrumb-tate-list-item:not(:last-child) {
  margin-bottom: 0;
}
.breadcrumb-tate-list-item:not(:first-child) {
  padding-top: 30px;
  position: relative;
}
.breadcrumb-tate-list-item:not(:first-child):before {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background-color: #e4e1d7;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.breadcrumb-tate-list-item > * {
  color: #e4e1d7;
  padding: 7.5px 0;
}
.breadcrumb-tate-list-item a:hover {
  color: #f98101;
}

.pagelink {
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  border-bottom: solid 1px #29b475;
}
@media only screen and (max-width: 760px) {
  .pagelink {
    font-size: calc(calc(100 / 760 * 22 / 1 * 1vw) * 0.8);
    border-bottom: none;
  }
}
.pagelink li {
  position: relative;
}
@media only screen and (max-width: 760px) {
  .pagelink li {
    border-bottom: solid 1px #29b475;
  }
}
.pagelink li::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  color: #f98101;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.pagelink li:before {
  content: "";
  display: block;
  background-color: #bee8d5;
  width: 1px;
  height: 60%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pagelink li:first-child:before {
  content: none;
}
@media only screen and (max-width: 760px) {
  .pagelink li:nth-of-type(4):before {
    content: none;
  }
}
.pagelink a {
  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;
  padding: 30px;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 760px) {
  .pagelink a {
    padding: calc(100 / 760 * 60 / 1 * 1vw) calc(calc(100 / 760 * 30 / 1 * 1vw) * 0.5);
  }
}
.pagelink a:hover {
  background-color: #f98101;
}

table,
.m-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  line-height: 1.7777777778;
  /* 	&:not(.sp_table) {
  	@include mq($break_sp) {
  		display: block;
  		width: 100%;
  	}

  	tbody,
  	thead,
  	tr,
  	th,
  	td {
  		@include mq($break_sp) {
  			display: block;
  			width: 100%;
  		}
  	}

  	th {
  		@include mq($break_sp) {
  			width: 100%;
  		}
  	}
  } */
}
table th,
table td,
.m-table th,
.m-table td {
  vertical-align: middle;
  background-color: white;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  table th,
  table td,
  .m-table th,
  .m-table td {
    padding-top: calc(18 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  table th,
  table td,
  .m-table th,
  .m-table td {
    padding-top: calc(26 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  table th,
  table td,
  .m-table th,
  .m-table td {
    padding-bottom: calc(18 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  table th,
  table td,
  .m-table th,
  .m-table td {
    padding-bottom: calc(26 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  table th,
  table td,
  .m-table th,
  .m-table td {
    padding-left: calc(25 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  table th,
  table td,
  .m-table th,
  .m-table td {
    padding-left: calc(16 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  table th,
  table td,
  .m-table th,
  .m-table td {
    padding-right: calc(25 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  table th,
  table td,
  .m-table th,
  .m-table td {
    padding-right: calc(16 / 760 * 100vw);
  }
}
table th,
.m-table th {
  font-size: 20px;
  background-color: #e4e1d7;
  font-weight: 700;
  width: 270px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  table th,
  .m-table th {
    font-size: calc(20 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  table th,
  .m-table th {
    font-size: calc(26 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  table th,
  .m-table th {
    width: calc(270 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  table th,
  .m-table th {
    width: calc(163 / 760 * 100vw);
  }
}
table td,
.m-table td {
  background-color: white;
}
table td[colspan],
.m-table td[colspan] {
  text-align: left;
}
@media only screen and (max-width: 760px) {
  table td,
  .m-table td {
    font-weight: 700;
    line-height: 1.3846153846;
  }
}
table thead th,
.m-table thead th {
  padding: 15px;
}
@media only screen and (max-width: 760px) {
  table thead th,
  .m-table thead th {
    padding: calc(calc(100 / 760 * 30 / 1 * 1vw) / 2) 0;
  }
}
table thead + tbody th,
.m-table thead + tbody th {
  background-color: #f7f3eb;
  color: #333333;
}
table-stripe:nth-of-type(2n) th,
table-stripe:nth-of-type(2n) td,
.m-table-stripe:nth-of-type(2n) th,
.m-table-stripe:nth-of-type(2n) td {
  background-color: #f7f3eb;
}
table-stripe:nth-of-type(2n) th[rowspan],
table-stripe:nth-of-type(2n) td[rowspan],
.m-table-stripe:nth-of-type(2n) th[rowspan],
.m-table-stripe:nth-of-type(2n) td[rowspan] {
  background-color: white !important;
}
table-stripe:nth-of-type(2n) th[colspan],
table-stripe:nth-of-type(2n) td[colspan],
.m-table-stripe:nth-of-type(2n) th[colspan],
.m-table-stripe:nth-of-type(2n) td[colspan] {
  background-color: white !important;
}
table-form th,
table-form td,
.m-table-form th,
.m-table-form td {
  border-bottom: solid 1px #e4e1d7;
  padding: 60px 50px;
}
@media only screen and (max-width: 760px) {
  table-form th,
  table-form td,
  .m-table-form th,
  .m-table-form td {
    padding: calc(100 / 760 * 50 / 1 * 1vw);
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 760px) {
  table-form th,
  .m-table-form th {
    background-color: #e4e1d7;
    border-bottom: 0;
  }
}
.confirm table-form th,
.confirm table-form td,
.confirm .m-table-form th,
.confirm .m-table-form td {
  display: table-cell;
  border-bottom: solid 1px #b9e8d3;
  padding: 50px;
  vertical-align: top;
  word-break: break-all;
}
@media only screen and (max-width: 760px) {
  .confirm table-form th,
  .confirm table-form td,
  .confirm .m-table-form th,
  .confirm .m-table-form td {
    display: block;
  }
}
.confirm table-form th,
.confirm .m-table-form th {
  width: 25%;
  text-align: right;
}
@media only screen and (max-width: 760px) {
  .confirm table-form th,
  .confirm .m-table-form th {
    width: 100%;
    text-align: left;
  }
}
.confirm table-form td,
.confirm .m-table-form td {
  width: 75%;
}
@media only screen and (max-width: 760px) {
  .confirm table-form td,
  .confirm .m-table-form td {
    width: 100%;
  }
}
table-border,
.m-table-border {
  position: relative;
}
table-border:before,
.m-table-border:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: currentColor;
  opacity: 0.25;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 760px) {
  table-border,
  .m-table-border {
    border-bottom: solid 1px #e4e1d7;
  }
}
table-border tr th,
table-border tr td,
.m-table-border tr th,
.m-table-border tr td {
  /* position: relative;
  &:after {
  	content: "";
  	display: block;
  	height: 1px;
  	width: 100%;
  	background-color: currentColor;
  	opacity: 0.25;
  	position: absolute;
  	left: 0;
  	bottom: 0;
  } */
  border-bottom: solid 1px #e4e1d7;
}
@media only screen and (max-width: 760px) {
  table-border tr th:not(:last-child):before,
  table-border tr td:not(:last-child):before,
  .m-table-border tr th:not(:last-child):before,
  .m-table-border tr td:not(:last-child):before {
    content: none;
  }
}
table-border tr th,
.m-table-border tr th {
  border-right: solid 1px #e4e1d7;
  border-top: solid 1px #e4e1d7;
}
@media only screen and (max-width: 760px) {
  table-border tr th,
  .m-table-border tr th {
    border-right: none;
    background-color: #e4e1d7;
  }
}
@media only screen and (max-width: 760px) {
  table-border tr td,
  .m-table-border tr td {
    border-bottom: none;
  }
}
table-center th,
table-center td,
.m-table-center th,
.m-table-center td {
  text-align: center;
}
table-thin th,
table-thin td,
.m-table-thin th,
.m-table-thin td {
  padding: 30px 50px;
}

@media only screen and (max-width: 760px) {
  .sp_table-scroll {
    overflow-x: scroll;
  }
  .sp_table-scroll > table,
  .sp_table-scroll .table {
    white-space: nowrap;
  }
  .sp_table-scroll > table-stripe th,
  .sp_table-scroll .table-stripe th {
    border-bottom: none;
  }
}
.m-tag {
  display: inline-block;
  text-align: center;
}

.tag {
  display: inline-block;
  font-size: 1.4rem;
  padding: 3px 30px;
  /*font-weight : bold;*/
  line-height: 1;
  color: white;
}
@media only screen and (max-width: 760px) {
  .tag {
    font-size: calc(100 / 760 * 22 / 1 * 1vw);
    padding: calc(100 / 760 * 30 / 1 * 1vw)/8 calc(100 / 760 * 30 / 1 * 1vw)/2;
  }
}
.tag:not(:first-child) {
  margin-left: calc(1.8rem * 0.5);
}
.tag-required {
  background-color: #f98101;
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1rem;
  padding: 7.5px;
  vertical-align: middle;
  border-radius: 2px;
  margin-right: 15px;
  margin-top: -0.3em;
  /* position         : absolute;
  right            : $space_xs;
  top              : 50%;
  transform: translateY(-50%); */
}
@media only screen and (max-width: 760px) {
  .tag-required {
    padding: calc(100 / 760 * 30 / 1 * 1vw)/2 calc(100 / 760 * 30 / 1 * 1vw);
  }
}
.tag-any {
  background-color: #333333;
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1rem;
  padding: 7.5px;
  vertical-align: middle;
  border-radius: 2px;
  margin-right: 15px;
  margin-top: -0.3em;
}
@media only screen and (max-width: 760px) {
  .tag-any {
    padding: calc(100 / 760 * 30 / 1 * 1vw)/2 calc(100 / 760 * 30 / 1 * 1vw);
  }
}
.tag_squere {
  width: 3.6rem;
  height: 3.6rem;
  padding: 0;
  text-align: center;
  line-height: 3.6rem;
}
.tag-color_primary {
  background: #f98101;
  color: white;
}
.tag-text_primary {
  color: #f98101;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag-text_primary:after {
  background-color: #f98101;
}
.tag-color_accent {
  background: #ee6393;
  color: white;
}
.tag-text_accent {
  color: #ee6393;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag-text_accent:after {
  background-color: #ee6393;
}
.tag-color_base {
  background: #a8d151;
  color: white;
}
.tag-text_base {
  color: #a8d151;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag-text_base:after {
  background-color: #a8d151;
}
.tag-color_font {
  background: #333333;
  color: white;
}
.tag-text_font {
  color: #333333;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag-text_font:after {
  background-color: #333333;
}
.tag-color_bg {
  background: transparent;
  color: white;
}
.tag-text_bg {
  color: transparent;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag-text_bg:after {
  background-color: transparent;
}
.tag-color_bg_light {
  background: #e4e1d7;
}
.tag-text_bg_light {
  color: #e4e1d7;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag-text_bg_light:after {
  background-color: #e4e1d7;
}
.tag-color_bg_dark {
  background: #e4e1d7;
}
.tag-text_bg_dark {
  color: #e4e1d7;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag-text_bg_dark:after {
  background-color: #e4e1d7;
}
.tag-color_border {
  background: #e4e1d7;
}
.tag-text_border {
  color: #e4e1d7;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag-text_border:after {
  background-color: #e4e1d7;
}
.tag-color_error {
  background: #ff4e00;
  color: white;
}
.tag-text_error {
  color: #ff4e00;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag-text_error:after {
  background-color: #ff4e00;
}
.tag-color_white {
  background: white;
}
.tag-text_white {
  color: white;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag-text_white:after {
  background-color: white;
}
.tag-color_black {
  background: black;
  color: white;
}
.tag-text_black {
  color: black;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag-text_black:after {
  background-color: black;
}
.tag-color_green {
  background: #f98101;
  color: white;
}
.tag-text_green {
  color: #f98101;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag-text_green:after {
  background-color: #f98101;
}
.tag-color_blue {
  background: #3646a7;
  color: white;
}
.tag-text_blue {
  color: #3646a7;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag-text_blue:after {
  background-color: #3646a7;
}
.tag-color_red {
  background: #db0011;
  color: white;
}
.tag-text_red {
  color: #db0011;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag-text_red:after {
  background-color: #db0011;
}
.tag-color_orange {
  background: #ff9e43;
  color: white;
}
.tag-text_orange {
  color: #ff9e43;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag-text_orange:after {
  background-color: #ff9e43;
}
.tag-color_fb {
  background: #3a5897;
  color: white;
}
.tag-text_fb {
  color: #3a5897;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag-text_fb:after {
  background-color: #3a5897;
}
.tag-color_line {
  background: #06C755;
  color: white;
}
.tag-text_line {
  color: #06C755;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag-text_line:after {
  background-color: #06C755;
}
.tag-color_h {
  background: #f29e0a;
  color: white;
}
.tag-text_h {
  color: #f29e0a;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag-text_h:after {
  background-color: #f29e0a;
}
.tag-color_n {
  background: #fa8eb3;
}
.tag-text_n {
  color: #fa8eb3;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag-text_n:after {
  background-color: #fa8eb3;
}
.tag_news {
  background-color: #f98101;
  color: white;
}
.tag_event {
  background-color: #f98101;
  color: white;
}
.tag-size_xl {
  width: 170px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 0.75;
  font-weight: 700;
  font-size: 2.6rem;
  margin-right: 20px;
  border-radius: 8px;
}
@media only screen and (max-width: 760px) {
  .tag-size_xl {
    width: 26.8421052632vw;
    height: 6.3157894737vw;
    line-height: 6.3157894737vw;
    border-radius: 0.6578947368vw;
    font-size: 4.7368421053vw;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-bottom: calc(100 / 760 * 30 / 1 * 1vw);
  }
}
.tag-size_lg {
  font-weight: 500;
  width: 80px;
  height: 30px;
  line-height: 30px;
  font-size: 1.8rem;
  border-radius: 5px;
  margin-right: 14px;
}
@media only screen and (max-width: 1280px) {
  .tag-size_lg {
    width: calc(100 / 1680 * 80 / 1 * 1vw);
    height: calc(100 / 1680 * 30 / 1 * 1vw);
    line-height: calc(100 / 1680 * 30 / 1 * 1vw);
    font-size: calc(100 / 1680 * 18 / 1 * 1vw);
    border-radius: 0.2976190476vw;
    margin-right: 0.8333333333vw;
  }
}
@media only screen and (max-width: 760px) {
  .tag-size_lg {
    width: 13.4210526316vw;
    height: 5vw;
    line-height: 5vw;
    border-radius: 0.6578947368vw;
    font-size: calc(100 / 760 * 26 / 1 * 1vw);
    margin-right: 2.8947368421vw;
  }
}
.tag-size_md {
  padding: 0 35px;
  height: 69px;
  line-height: 69px;
  font-size: 2.2rem;
  border-radius: 10px;
  min-width: 168px;
  display: block;
}
@media only screen and (max-width: 760px) {
  .tag-size_md {
    padding: 0 4.3421052632vw;
    height: 13.1578947368vw;
    line-height: 13.1578947368vw;
    font-size: 4.8684210526vw;
    border-radius: 1.3157894737vw;
    min-width: 33.5526315789vw;
    font-weight: 700;
  }
}
.tag-size_sm {
  width: 268px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-weight: 500;
  border-radius: 5px;
  margin-bottom: 0;
  margin-top: 20px;
}
@media only screen and (max-width: 760px) {
  .tag-size_sm {
    width: 47.3684210526vw;
    height: 9.2105263158vw;
    line-height: 9.2105263158vw;
    margin-top: 0;
  }
}
.tag-size_xs {
  font-size: 14px;
  width: 46px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .tag-size_xs {
    font-size: calc(14 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .tag-size_xs {
    font-size: calc(22 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .tag-size_xs {
    width: calc(46 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .tag-size_xs {
    width: calc(72 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .tag-size_xs {
    height: calc(22 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .tag-size_xs {
    height: calc(34 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .tag-size_xs {
    line-height: calc(22 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .tag-size_xs {
    line-height: calc(34 / 760 * 100vw);
  }
}

p {
  /* margin-bottom: 1em; */
  /* + p {
  	margin-top: 1em;
  } */
}
p:empty {
  margin: 0;
}

small {
  font-size: 80%;
}

strong {
  font-size: 130%;
}

.txt {
  /***** カラー *****/
  /***** size *****/
}
.txt-c {
  text-align: center !important;
}
.txt-l {
  text-align: left !important;
}
.txt-r {
  text-align: right !important;
}
.txt-b {
  font-weight: bold;
}
@media only screen and (min-width: 761px) {
  .txt-hover {
    position: relative;
  }
  .txt-hover:before {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: currentColor;
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .txt-hover:hover:before {
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@media only screen and (min-width: 761px) {
  .txt-hover_tate {
    position: relative;
  }
  .txt-hover_tate:before {
    position: absolute;
    top: 0;
    right: -4px;
    content: "";
    width: 1px;
    height: 100%;
    background: currentColor;
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .txt-hover_tate:hover:before {
    -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
            transform: scale(1, 0);
  }
}
.txt-marker {
  background-color: #fbdabc;
}
.txt-line {
  position: relative;
}
.txt-line:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: currentColor;
}
.txt-link {
  text-decoration: underline;
  /* color: $color-blue; */
  /***** カラー *****/
}
@media only screen and (min-width: 761px) {
  .txt-link:hover {
    text-decoration: none;
  }
}
.txt-link-color_primary {
  color: #f98101;
  text-decoration: underline;
}
@media only screen and (min-width: 761px) {
  .txt-link-color_primary:hover {
    text-decoration: none;
  }
}
.txt-link-color_accent {
  color: #ee6393;
  text-decoration: underline;
}
@media only screen and (min-width: 761px) {
  .txt-link-color_accent:hover {
    text-decoration: none;
  }
}
.txt-link-color_base {
  color: #a8d151;
  text-decoration: underline;
}
@media only screen and (min-width: 761px) {
  .txt-link-color_base:hover {
    text-decoration: none;
  }
}
.txt-link-color_font {
  color: #333333;
  text-decoration: underline;
}
@media only screen and (min-width: 761px) {
  .txt-link-color_font:hover {
    text-decoration: none;
  }
}
.txt-link-color_bg {
  color: transparent;
  text-decoration: underline;
}
@media only screen and (min-width: 761px) {
  .txt-link-color_bg:hover {
    text-decoration: none;
  }
}
.txt-link-color_bg_light {
  color: #e4e1d7;
  text-decoration: underline;
}
@media only screen and (min-width: 761px) {
  .txt-link-color_bg_light:hover {
    text-decoration: none;
  }
}
.txt-link-color_bg_dark {
  color: #e4e1d7;
  text-decoration: underline;
}
@media only screen and (min-width: 761px) {
  .txt-link-color_bg_dark:hover {
    text-decoration: none;
  }
}
.txt-link-color_border {
  color: #e4e1d7;
  text-decoration: underline;
}
@media only screen and (min-width: 761px) {
  .txt-link-color_border:hover {
    text-decoration: none;
  }
}
.txt-link-color_error {
  color: #ff4e00;
  text-decoration: underline;
}
@media only screen and (min-width: 761px) {
  .txt-link-color_error:hover {
    text-decoration: none;
  }
}
.txt-link-color_white {
  color: white;
  text-decoration: underline;
}
@media only screen and (min-width: 761px) {
  .txt-link-color_white:hover {
    text-decoration: none;
  }
}
.txt-link-color_black {
  color: black;
  text-decoration: underline;
}
@media only screen and (min-width: 761px) {
  .txt-link-color_black:hover {
    text-decoration: none;
  }
}
.txt-link-color_green {
  color: #f98101;
  text-decoration: underline;
}
@media only screen and (min-width: 761px) {
  .txt-link-color_green:hover {
    text-decoration: none;
  }
}
.txt-link-color_blue {
  color: #3646a7;
  text-decoration: underline;
}
@media only screen and (min-width: 761px) {
  .txt-link-color_blue:hover {
    text-decoration: none;
  }
}
.txt-link-color_red {
  color: #db0011;
  text-decoration: underline;
}
@media only screen and (min-width: 761px) {
  .txt-link-color_red:hover {
    text-decoration: none;
  }
}
.txt-link-color_orange {
  color: #ff9e43;
  text-decoration: underline;
}
@media only screen and (min-width: 761px) {
  .txt-link-color_orange:hover {
    text-decoration: none;
  }
}
.txt-link-color_fb {
  color: #3a5897;
  text-decoration: underline;
}
@media only screen and (min-width: 761px) {
  .txt-link-color_fb:hover {
    text-decoration: none;
  }
}
.txt-link-color_line {
  color: #06C755;
  text-decoration: underline;
}
@media only screen and (min-width: 761px) {
  .txt-link-color_line:hover {
    text-decoration: none;
  }
}
.txt-link-color_h {
  color: #f29e0a;
  text-decoration: underline;
}
@media only screen and (min-width: 761px) {
  .txt-link-color_h:hover {
    text-decoration: none;
  }
}
.txt-link-color_n {
  color: #fa8eb3;
  text-decoration: underline;
}
@media only screen and (min-width: 761px) {
  .txt-link-color_n:hover {
    text-decoration: none;
  }
}
.txt-color_primary {
  color: #f98101;
}
.txt-color_accent {
  color: #ee6393;
}
.txt-color_base {
  color: #a8d151;
}
.txt-color_font {
  color: #333333;
}
.txt-color_bg {
  color: transparent;
}
.txt-color_bg_light {
  color: #e4e1d7;
}
.txt-color_bg_dark {
  color: #e4e1d7;
}
.txt-color_border {
  color: #e4e1d7;
}
.txt-color_error {
  color: #ff4e00;
}
.txt-color_white {
  color: white;
}
.txt-color_black {
  color: black;
}
.txt-color_green {
  color: #f98101;
}
.txt-color_blue {
  color: #3646a7;
}
.txt-color_red {
  color: #db0011;
}
.txt-color_orange {
  color: #ff9e43;
}
.txt-color_fb {
  color: #3a5897;
}
.txt-color_line {
  color: #06C755;
}
.txt-color_h {
  color: #f29e0a;
}
.txt-color_n {
  color: #fa8eb3;
}
@media only screen and (min-width: 761px) {
  .txt-tate, .breadcrumb-tate {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 2.5;
  }
}
.txt-size_xl {
  font-size: 26px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .txt-size_xl {
    font-size: calc(26 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .txt-size_xl {
    font-size: calc(26 / 760 * 100vw);
  }
}
.txt-size_lg {
  font-size: 22px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .txt-size_lg {
    font-size: calc(22 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .txt-size_lg {
    font-size: calc(22 / 760 * 100vw);
  }
}
.txt-size_md {
  font-size: 20px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .txt-size_md {
    font-size: calc(20 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .txt-size_md {
    font-size: calc(20 / 760 * 100vw);
  }
}
.txt-size_sm {
  font-size: 18px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .txt-size_sm {
    font-size: calc(18 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .txt-size_sm {
    font-size: calc(18 / 760 * 100vw);
  }
}
.txt-size_xs {
  font-size: 14px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .txt-size_xs {
    font-size: calc(14 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .txt-size_xs {
    font-size: calc(14 / 760 * 100vw);
  }
}
.txt-size_10 {
  font-size: 1rem;
}
.txt-size_11 {
  font-size: 1.1rem;
}
.txt-size_12 {
  font-size: 1.2rem;
}
.txt-size_13 {
  font-size: 1.3rem;
}
.txt-size_14 {
  font-size: 1.4rem;
}
.txt-size_15 {
  font-size: 1.5rem;
}
.txt-size_16 {
  font-size: 1.6rem;
}
.txt-size_17 {
  font-size: 1.7rem;
}
.txt-size_18 {
  font-size: 1.8rem;
}
.txt-size_19 {
  font-size: 1.9rem;
}
.txt-size_20 {
  font-size: 2rem;
}
.txt-read {
  font-family: "Noto Serif JP", "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 2.2rem;
  font-weight: bold;
  color: #f98101;
  margin-bottom: 60px;
  text-align: center;
}
@media only screen and (max-width: 760px) {
  .txt-read {
    font-size: calc(100 / 760 * 24 / 1 * 1vw);
    margin-bottom: calc(100 / 760 * 30 / 1 * 1vw);
  }
}
.txt-indent {
  margin-left: 1em;
  text-indent: -1em;
}

.font-serif {
  font-family: "Noto Serif JP", "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}

.m-read {
  font-weight: 700;
  text-align: center;
  font-size: 28px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .m-read {
    font-size: calc(28 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .m-read {
    font-size: calc(30 / 760 * 100vw);
  }
}
@media only screen and (max-width: 760px) {
  .m-read {
    line-height: 1.5;
  }
}

@media only screen and (max-width: 1280px) {
  .txt {
    /***** size *****/
  }
  .txt-size_xl {
    font-size: calc(100 / 1680 * 26 / 1 * 1vw);
  }
  .txt-size_lg {
    font-size: calc(100 / 1680 * 22 / 1 * 1vw);
  }
  .txt-size_md {
    font-size: calc(100 / 1680 * 20 / 1 * 1vw);
  }
  .txt-size_sm {
    font-size: calc(100 / 1680 * 18 / 1 * 1vw);
  }
  .txt-size_xs {
    font-size: calc(100 / 1680 * 14 / 1 * 1vw);
  }
}
@media only screen and (max-width: 760px) {
  .txt {
    /***** size *****/
  }
  .txt-size_xl {
    font-size: calc(100 / 760 * 36 / 1 * 1vw);
  }
}
@media only screen and (max-width: 760px) and (orientation: landscape) {
  .txt_xl {
    font-size: calc(100 / 760 * 36 / 1 * 1vw)/1.5;
  }
}
@media only screen and (max-width: 760px) {
  .txt-size_lg {
    font-size: calc(100 / 760 * 28 / 1 * 1vw);
  }
}
@media only screen and (max-width: 760px) and (orientation: landscape) {
  .txt_lg {
    font-size: calc(100 / 760 * 28 / 1 * 1vw)/1.5;
  }
}
@media only screen and (max-width: 760px) {
  .txt-size_md {
    font-size: calc(100 / 760 * 26 / 1 * 1vw);
  }
}
@media only screen and (max-width: 760px) and (orientation: landscape) {
  .txt_md {
    font-size: calc(100 / 760 * 26 / 1 * 1vw)/1.5;
  }
}
@media only screen and (max-width: 760px) {
  .txt-size_sm {
    font-size: calc(100 / 760 * 24 / 1 * 1vw);
  }
}
@media only screen and (max-width: 760px) and (orientation: landscape) {
  .txt_sm {
    font-size: calc(100 / 760 * 24 / 1 * 1vw)/1.5;
  }
}
@media only screen and (max-width: 760px) {
  .txt-size_xs {
    font-size: calc(100 / 760 * 22 / 1 * 1vw);
  }
}
@media only screen and (max-width: 760px) and (orientation: landscape) {
  .txt_xs {
    font-size: calc(100 / 760 * 22 / 1 * 1vw)/1.5;
  }
}
@media only screen and (max-width: 760px) {
  .sp_txt {
    /***** size *****/
  }
  .sp_txt-size_xl {
    font-size: calc(100 / 760 * 36 / 1 * 1vw);
  }
  .sp_txt-size_lg {
    font-size: calc(100 / 760 * 28 / 1 * 1vw);
  }
  .sp_txt-size_md {
    font-size: calc(100 / 760 * 26 / 1 * 1vw);
  }
  .sp_txt-size_sm {
    font-size: calc(100 / 760 * 24 / 1 * 1vw);
  }
  .sp_txt-size_xs {
    font-size: calc(100 / 760 * 22 / 1 * 1vw);
  }
  .sp_txt-c {
    text-align: center !important;
  }
  .sp_txt-l {
    text-align: left !important;
  }
  .sp_txt-r {
    text-align: right !important;
  }
  .sp_txt-b {
    font-weight: bold;
  }
}
.lh-1 {
  line-height: 1;
}

.lh-1_5 {
  line-height: 1.5;
}

.hidden {
  display: none;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 760px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/************************************************
	width
************************************************/
.w-0 {
  width: 0px;
}

.w-0p {
  width: 0%;
}

.w-0vw {
  width: 0vw;
}

.w-5 {
  width: 5px;
}

.w-5p {
  width: 5%;
}

.w-5vw {
  width: 5vw;
}

.w-10 {
  width: 10px;
}

.w-10p {
  width: 10%;
}

.w-10vw {
  width: 10vw;
}

.w-15 {
  width: 15px;
}

.w-15p {
  width: 15%;
}

.w-15vw {
  width: 15vw;
}

.w-20 {
  width: 20px;
}

.w-20p {
  width: 20%;
}

.w-20vw {
  width: 20vw;
}

.w-25 {
  width: 25px;
}

.w-25p {
  width: 25%;
}

.w-25vw {
  width: 25vw;
}

.w-30 {
  width: 30px;
}

.w-30p {
  width: 30%;
}

.w-30vw {
  width: 30vw;
}

.w-35 {
  width: 35px;
}

.w-35p {
  width: 35%;
}

.w-35vw {
  width: 35vw;
}

.w-40 {
  width: 40px;
}

.w-40p {
  width: 40%;
}

.w-40vw {
  width: 40vw;
}

.w-45 {
  width: 45px;
}

.w-45p {
  width: 45%;
}

.w-45vw {
  width: 45vw;
}

.w-50 {
  width: 50px;
}

.w-50p {
  width: 50%;
}

.w-50vw {
  width: 50vw;
}

.w-55 {
  width: 55px;
}

.w-55p {
  width: 55%;
}

.w-55vw {
  width: 55vw;
}

.w-60 {
  width: 60px;
}

.w-60p {
  width: 60%;
}

.w-60vw {
  width: 60vw;
}

.w-65 {
  width: 65px;
}

.w-65p {
  width: 65%;
}

.w-65vw {
  width: 65vw;
}

.w-70 {
  width: 70px;
}

.w-70p {
  width: 70%;
}

.w-70vw {
  width: 70vw;
}

.w-75 {
  width: 75px;
}

.w-75p {
  width: 75%;
}

.w-75vw {
  width: 75vw;
}

.w-80 {
  width: 80px;
}

.w-80p {
  width: 80%;
}

.w-80vw {
  width: 80vw;
}

.w-85 {
  width: 85px;
}

.w-85p {
  width: 85%;
}

.w-85vw {
  width: 85vw;
}

.w-90 {
  width: 90px;
}

.w-90p {
  width: 90%;
}

.w-90vw {
  width: 90vw;
}

.w-95 {
  width: 95px;
}

.w-95p {
  width: 95%;
}

.w-95vw {
  width: 95vw;
}

.w-100 {
  width: 100px;
}

.w-100p {
  width: 100%;
}

.w-100vw {
  width: 100vw;
}

@media only screen and (max-width: 760px) {
  .sp_w-0 {
    width: 0px !important;
  }
  .sp_w-0p {
    width: 0% !important;
  }
  .sp_w-0vw {
    width: 0vw !important;
  }
  .sp_w-5 {
    width: 5px !important;
  }
  .sp_w-5p {
    width: 5% !important;
  }
  .sp_w-5vw {
    width: 5vw !important;
  }
  .sp_w-10 {
    width: 10px !important;
  }
  .sp_w-10p {
    width: 10% !important;
  }
  .sp_w-10vw {
    width: 10vw !important;
  }
  .sp_w-15 {
    width: 15px !important;
  }
  .sp_w-15p {
    width: 15% !important;
  }
  .sp_w-15vw {
    width: 15vw !important;
  }
  .sp_w-20 {
    width: 20px !important;
  }
  .sp_w-20p {
    width: 20% !important;
  }
  .sp_w-20vw {
    width: 20vw !important;
  }
  .sp_w-25 {
    width: 25px !important;
  }
  .sp_w-25p {
    width: 25% !important;
  }
  .sp_w-25vw {
    width: 25vw !important;
  }
  .sp_w-30 {
    width: 30px !important;
  }
  .sp_w-30p {
    width: 30% !important;
  }
  .sp_w-30vw {
    width: 30vw !important;
  }
  .sp_w-35 {
    width: 35px !important;
  }
  .sp_w-35p {
    width: 35% !important;
  }
  .sp_w-35vw {
    width: 35vw !important;
  }
  .sp_w-40 {
    width: 40px !important;
  }
  .sp_w-40p {
    width: 40% !important;
  }
  .sp_w-40vw {
    width: 40vw !important;
  }
  .sp_w-45 {
    width: 45px !important;
  }
  .sp_w-45p {
    width: 45% !important;
  }
  .sp_w-45vw {
    width: 45vw !important;
  }
  .sp_w-50 {
    width: 50px !important;
  }
  .sp_w-50p {
    width: 50% !important;
  }
  .sp_w-50vw {
    width: 50vw !important;
  }
  .sp_w-55 {
    width: 55px !important;
  }
  .sp_w-55p {
    width: 55% !important;
  }
  .sp_w-55vw {
    width: 55vw !important;
  }
  .sp_w-60 {
    width: 60px !important;
  }
  .sp_w-60p {
    width: 60% !important;
  }
  .sp_w-60vw {
    width: 60vw !important;
  }
  .sp_w-65 {
    width: 65px !important;
  }
  .sp_w-65p {
    width: 65% !important;
  }
  .sp_w-65vw {
    width: 65vw !important;
  }
  .sp_w-70 {
    width: 70px !important;
  }
  .sp_w-70p {
    width: 70% !important;
  }
  .sp_w-70vw {
    width: 70vw !important;
  }
  .sp_w-75 {
    width: 75px !important;
  }
  .sp_w-75p {
    width: 75% !important;
  }
  .sp_w-75vw {
    width: 75vw !important;
  }
  .sp_w-80 {
    width: 80px !important;
  }
  .sp_w-80p {
    width: 80% !important;
  }
  .sp_w-80vw {
    width: 80vw !important;
  }
  .sp_w-85 {
    width: 85px !important;
  }
  .sp_w-85p {
    width: 85% !important;
  }
  .sp_w-85vw {
    width: 85vw !important;
  }
  .sp_w-90 {
    width: 90px !important;
  }
  .sp_w-90p {
    width: 90% !important;
  }
  .sp_w-90vw {
    width: 90vw !important;
  }
  .sp_w-95 {
    width: 95px !important;
  }
  .sp_w-95p {
    width: 95% !important;
  }
  .sp_w-95vw {
    width: 95vw !important;
  }
  .sp_w-100 {
    width: 100px !important;
  }
  .sp_w-100p {
    width: 100% !important;
  }
  .sp_w-100vw {
    width: 100vw !important;
  }
}
/************************************************
	height
************************************************/
.h-0 {
  height: 0px !important;
}

.h-0p {
  height: 0% !important;
}

.h-0vh {
  height: 0vh !important;
}

.h-5 {
  height: 5px !important;
}

.h-5p {
  height: 5% !important;
}

.h-5vh {
  height: 5vh !important;
}

.h-10 {
  height: 10px !important;
}

.h-10p {
  height: 10% !important;
}

.h-10vh {
  height: 10vh !important;
}

.h-15 {
  height: 15px !important;
}

.h-15p {
  height: 15% !important;
}

.h-15vh {
  height: 15vh !important;
}

.h-20 {
  height: 20px !important;
}

.h-20p {
  height: 20% !important;
}

.h-20vh {
  height: 20vh !important;
}

.h-25 {
  height: 25px !important;
}

.h-25p {
  height: 25% !important;
}

.h-25vh {
  height: 25vh !important;
}

.h-30 {
  height: 30px !important;
}

.h-30p {
  height: 30% !important;
}

.h-30vh {
  height: 30vh !important;
}

.h-35 {
  height: 35px !important;
}

.h-35p {
  height: 35% !important;
}

.h-35vh {
  height: 35vh !important;
}

.h-40 {
  height: 40px !important;
}

.h-40p {
  height: 40% !important;
}

.h-40vh {
  height: 40vh !important;
}

.h-45 {
  height: 45px !important;
}

.h-45p {
  height: 45% !important;
}

.h-45vh {
  height: 45vh !important;
}

.h-50 {
  height: 50px !important;
}

.h-50p {
  height: 50% !important;
}

.h-50vh {
  height: 50vh !important;
}

.h-55 {
  height: 55px !important;
}

.h-55p {
  height: 55% !important;
}

.h-55vh {
  height: 55vh !important;
}

.h-60 {
  height: 60px !important;
}

.h-60p {
  height: 60% !important;
}

.h-60vh {
  height: 60vh !important;
}

.h-65 {
  height: 65px !important;
}

.h-65p {
  height: 65% !important;
}

.h-65vh {
  height: 65vh !important;
}

.h-70 {
  height: 70px !important;
}

.h-70p {
  height: 70% !important;
}

.h-70vh {
  height: 70vh !important;
}

.h-75 {
  height: 75px !important;
}

.h-75p {
  height: 75% !important;
}

.h-75vh {
  height: 75vh !important;
}

.h-80 {
  height: 80px !important;
}

.h-80p {
  height: 80% !important;
}

.h-80vh {
  height: 80vh !important;
}

.h-85 {
  height: 85px !important;
}

.h-85p {
  height: 85% !important;
}

.h-85vh {
  height: 85vh !important;
}

.h-90 {
  height: 90px !important;
}

.h-90p {
  height: 90% !important;
}

.h-90vh {
  height: 90vh !important;
}

.h-95 {
  height: 95px !important;
}

.h-95p {
  height: 95% !important;
}

.h-95vh {
  height: 95vh !important;
}

.h-100 {
  height: 100px !important;
}

.h-100p {
  height: 100% !important;
}

.h-100vh {
  height: 100vh !important;
}

@media only screen and (max-width: 760px) {
  .sp_h-0 {
    height: 0px !important;
  }
  .sp_h-0p {
    height: 0% !important;
  }
  .sp_h-0vh {
    height: 0vh !important;
  }
  .sp_h-5 {
    height: 5px !important;
  }
  .sp_h-5p {
    height: 5% !important;
  }
  .sp_h-5vh {
    height: 5vh !important;
  }
  .sp_h-10 {
    height: 10px !important;
  }
  .sp_h-10p {
    height: 10% !important;
  }
  .sp_h-10vh {
    height: 10vh !important;
  }
  .sp_h-15 {
    height: 15px !important;
  }
  .sp_h-15p {
    height: 15% !important;
  }
  .sp_h-15vh {
    height: 15vh !important;
  }
  .sp_h-20 {
    height: 20px !important;
  }
  .sp_h-20p {
    height: 20% !important;
  }
  .sp_h-20vh {
    height: 20vh !important;
  }
  .sp_h-25 {
    height: 25px !important;
  }
  .sp_h-25p {
    height: 25% !important;
  }
  .sp_h-25vh {
    height: 25vh !important;
  }
  .sp_h-30 {
    height: 30px !important;
  }
  .sp_h-30p {
    height: 30% !important;
  }
  .sp_h-30vh {
    height: 30vh !important;
  }
  .sp_h-35 {
    height: 35px !important;
  }
  .sp_h-35p {
    height: 35% !important;
  }
  .sp_h-35vh {
    height: 35vh !important;
  }
  .sp_h-40 {
    height: 40px !important;
  }
  .sp_h-40p {
    height: 40% !important;
  }
  .sp_h-40vh {
    height: 40vh !important;
  }
  .sp_h-45 {
    height: 45px !important;
  }
  .sp_h-45p {
    height: 45% !important;
  }
  .sp_h-45vh {
    height: 45vh !important;
  }
  .sp_h-50 {
    height: 50px !important;
  }
  .sp_h-50p {
    height: 50% !important;
  }
  .sp_h-50vh {
    height: 50vh !important;
  }
  .sp_h-55 {
    height: 55px !important;
  }
  .sp_h-55p {
    height: 55% !important;
  }
  .sp_h-55vh {
    height: 55vh !important;
  }
  .sp_h-60 {
    height: 60px !important;
  }
  .sp_h-60p {
    height: 60% !important;
  }
  .sp_h-60vh {
    height: 60vh !important;
  }
  .sp_h-65 {
    height: 65px !important;
  }
  .sp_h-65p {
    height: 65% !important;
  }
  .sp_h-65vh {
    height: 65vh !important;
  }
  .sp_h-70 {
    height: 70px !important;
  }
  .sp_h-70p {
    height: 70% !important;
  }
  .sp_h-70vh {
    height: 70vh !important;
  }
  .sp_h-75 {
    height: 75px !important;
  }
  .sp_h-75p {
    height: 75% !important;
  }
  .sp_h-75vh {
    height: 75vh !important;
  }
  .sp_h-80 {
    height: 80px !important;
  }
  .sp_h-80p {
    height: 80% !important;
  }
  .sp_h-80vh {
    height: 80vh !important;
  }
  .sp_h-85 {
    height: 85px !important;
  }
  .sp_h-85p {
    height: 85% !important;
  }
  .sp_h-85vh {
    height: 85vh !important;
  }
  .sp_h-90 {
    height: 90px !important;
  }
  .sp_h-90p {
    height: 90% !important;
  }
  .sp_h-90vh {
    height: 90vh !important;
  }
  .sp_h-95 {
    height: 95px !important;
  }
  .sp_h-95p {
    height: 95% !important;
  }
  .sp_h-95vh {
    height: 95vh !important;
  }
  .sp_h-100 {
    height: 100px !important;
  }
  .sp_h-100p {
    height: 100% !important;
  }
  .sp_h-100vh {
    height: 100vh !important;
  }
}
/************************************************
	マージン
************************************************/
.m_xl {
  margin: 100px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .m_xl {
    margin: calc(100 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .m_xl {
    margin: calc(100 / 760 * 100vw);
  }
}

.mt_xl {
  margin-top: 100px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .mt_xl {
    margin-top: calc(100 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .mt_xl {
    margin-top: calc(100 / 760 * 100vw);
  }
}

.mb_xl {
  margin-bottom: 100px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .mb_xl {
    margin-bottom: calc(100 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .mb_xl {
    margin-bottom: calc(100 / 760 * 100vw);
  }
}

.ml_xl {
  margin-left: 100px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .ml_xl {
    margin-left: calc(100 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .ml_xl {
    margin-left: calc(100 / 760 * 100vw);
  }
}

.mr_xl {
  margin-right: 100px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .mr_xl {
    margin-right: calc(100 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .mr_xl {
    margin-right: calc(100 / 760 * 100vw);
  }
}

.m_lg {
  margin: 80px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .m_lg {
    margin: calc(80 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .m_lg {
    margin: calc(80 / 760 * 100vw);
  }
}

.mt_lg {
  margin-top: 80px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .mt_lg {
    margin-top: calc(80 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .mt_lg {
    margin-top: calc(80 / 760 * 100vw);
  }
}

.mb_lg {
  margin-bottom: 80px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .mb_lg {
    margin-bottom: calc(80 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .mb_lg {
    margin-bottom: calc(80 / 760 * 100vw);
  }
}

.ml_lg {
  margin-left: 80px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .ml_lg {
    margin-left: calc(80 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .ml_lg {
    margin-left: calc(80 / 760 * 100vw);
  }
}

.mr_lg {
  margin-right: 80px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .mr_lg {
    margin-right: calc(80 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .mr_lg {
    margin-right: calc(80 / 760 * 100vw);
  }
}

.m_md {
  margin: 60px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .m_md {
    margin: calc(60 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .m_md {
    margin: calc(60 / 760 * 100vw);
  }
}

.mt_md {
  margin-top: 60px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .mt_md {
    margin-top: calc(60 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .mt_md {
    margin-top: calc(60 / 760 * 100vw);
  }
}

.mb_md {
  margin-bottom: 60px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .mb_md {
    margin-bottom: calc(60 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .mb_md {
    margin-bottom: calc(60 / 760 * 100vw);
  }
}

.ml_md {
  margin-left: 60px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .ml_md {
    margin-left: calc(60 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .ml_md {
    margin-left: calc(60 / 760 * 100vw);
  }
}

.mr_md {
  margin-right: 60px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .mr_md {
    margin-right: calc(60 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .mr_md {
    margin-right: calc(60 / 760 * 100vw);
  }
}

.m_sm {
  margin: 50px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .m_sm {
    margin: calc(50 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .m_sm {
    margin: calc(50 / 760 * 100vw);
  }
}

.mt_sm {
  margin-top: 50px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .mt_sm {
    margin-top: calc(50 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .mt_sm {
    margin-top: calc(50 / 760 * 100vw);
  }
}

.mb_sm {
  margin-bottom: 50px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .mb_sm {
    margin-bottom: calc(50 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .mb_sm {
    margin-bottom: calc(50 / 760 * 100vw);
  }
}

.ml_sm {
  margin-left: 50px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .ml_sm {
    margin-left: calc(50 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .ml_sm {
    margin-left: calc(50 / 760 * 100vw);
  }
}

.mr_sm {
  margin-right: 50px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .mr_sm {
    margin-right: calc(50 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .mr_sm {
    margin-right: calc(50 / 760 * 100vw);
  }
}

.m_xs {
  margin: 30px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .m_xs {
    margin: calc(30 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .m_xs {
    margin: calc(30 / 760 * 100vw);
  }
}

.mt_xs {
  margin-top: 30px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .mt_xs {
    margin-top: calc(30 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .mt_xs {
    margin-top: calc(30 / 760 * 100vw);
  }
}

.mb_xs {
  margin-bottom: 30px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .mb_xs {
    margin-bottom: calc(30 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .mb_xs {
    margin-bottom: calc(30 / 760 * 100vw);
  }
}

.ml_xs {
  margin-left: 30px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .ml_xs {
    margin-left: calc(30 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .ml_xs {
    margin-left: calc(30 / 760 * 100vw);
  }
}

.mr_xs {
  margin-right: 30px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .mr_xs {
    margin-right: calc(30 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .mr_xs {
    margin-right: calc(30 / 760 * 100vw);
  }
}

@media only screen and (max-width: 760px) {
  .m_xl {
    margin: calc(100 / 760 * 100 / 1 * 1vw) !important;
  }
  .mt_xl {
    margin-top: calc(100 / 760 * 100 / 1 * 1vw) !important;
  }
  .mb_xl {
    margin-bottom: calc(100 / 760 * 100 / 1 * 1vw) !important;
  }
  .ml_xl {
    margin-left: calc(100 / 760 * 100 / 1 * 1vw) !important;
  }
  .mr_xl {
    margin-right: calc(100 / 760 * 100 / 1 * 1vw) !important;
  }
  .sp_m_xl {
    margin: calc(100 / 760 * 100 / 1 * 1vw) !important;
  }
  .sp_mt_xl {
    margin-top: calc(100 / 760 * 100 / 1 * 1vw) !important;
  }
  .sp_mb_xl {
    margin-bottom: calc(100 / 760 * 100 / 1 * 1vw) !important;
  }
  .sp_ml_xl {
    margin-left: calc(100 / 760 * 100 / 1 * 1vw) !important;
  }
  .sp_mr_xl {
    margin-right: calc(100 / 760 * 100 / 1 * 1vw) !important;
  }
  .m_lg {
    margin: calc(100 / 760 * 80 / 1 * 1vw) !important;
  }
  .mt_lg {
    margin-top: calc(100 / 760 * 80 / 1 * 1vw) !important;
  }
  .mb_lg {
    margin-bottom: calc(100 / 760 * 80 / 1 * 1vw) !important;
  }
  .ml_lg {
    margin-left: calc(100 / 760 * 80 / 1 * 1vw) !important;
  }
  .mr_lg {
    margin-right: calc(100 / 760 * 80 / 1 * 1vw) !important;
  }
  .sp_m_lg {
    margin: calc(100 / 760 * 80 / 1 * 1vw) !important;
  }
  .sp_mt_lg {
    margin-top: calc(100 / 760 * 80 / 1 * 1vw) !important;
  }
  .sp_mb_lg {
    margin-bottom: calc(100 / 760 * 80 / 1 * 1vw) !important;
  }
  .sp_ml_lg {
    margin-left: calc(100 / 760 * 80 / 1 * 1vw) !important;
  }
  .sp_mr_lg {
    margin-right: calc(100 / 760 * 80 / 1 * 1vw) !important;
  }
  .m_md {
    margin: calc(100 / 760 * 60 / 1 * 1vw) !important;
  }
  .mt_md {
    margin-top: calc(100 / 760 * 60 / 1 * 1vw) !important;
  }
  .mb_md {
    margin-bottom: calc(100 / 760 * 60 / 1 * 1vw) !important;
  }
  .ml_md {
    margin-left: calc(100 / 760 * 60 / 1 * 1vw) !important;
  }
  .mr_md {
    margin-right: calc(100 / 760 * 60 / 1 * 1vw) !important;
  }
  .sp_m_md {
    margin: calc(100 / 760 * 60 / 1 * 1vw) !important;
  }
  .sp_mt_md {
    margin-top: calc(100 / 760 * 60 / 1 * 1vw) !important;
  }
  .sp_mb_md {
    margin-bottom: calc(100 / 760 * 60 / 1 * 1vw) !important;
  }
  .sp_ml_md {
    margin-left: calc(100 / 760 * 60 / 1 * 1vw) !important;
  }
  .sp_mr_md {
    margin-right: calc(100 / 760 * 60 / 1 * 1vw) !important;
  }
  .m_sm {
    margin: calc(100 / 760 * 50 / 1 * 1vw) !important;
  }
  .mt_sm {
    margin-top: calc(100 / 760 * 50 / 1 * 1vw) !important;
  }
  .mb_sm {
    margin-bottom: calc(100 / 760 * 50 / 1 * 1vw) !important;
  }
  .ml_sm {
    margin-left: calc(100 / 760 * 50 / 1 * 1vw) !important;
  }
  .mr_sm {
    margin-right: calc(100 / 760 * 50 / 1 * 1vw) !important;
  }
  .sp_m_sm {
    margin: calc(100 / 760 * 50 / 1 * 1vw) !important;
  }
  .sp_mt_sm {
    margin-top: calc(100 / 760 * 50 / 1 * 1vw) !important;
  }
  .sp_mb_sm {
    margin-bottom: calc(100 / 760 * 50 / 1 * 1vw) !important;
  }
  .sp_ml_sm {
    margin-left: calc(100 / 760 * 50 / 1 * 1vw) !important;
  }
  .sp_mr_sm {
    margin-right: calc(100 / 760 * 50 / 1 * 1vw) !important;
  }
  .m_xs {
    margin: calc(100 / 760 * 30 / 1 * 1vw) !important;
  }
  .mt_xs {
    margin-top: calc(100 / 760 * 30 / 1 * 1vw) !important;
  }
  .mb_xs {
    margin-bottom: calc(100 / 760 * 30 / 1 * 1vw) !important;
  }
  .ml_xs {
    margin-left: calc(100 / 760 * 30 / 1 * 1vw) !important;
  }
  .mr_xs {
    margin-right: calc(100 / 760 * 30 / 1 * 1vw) !important;
  }
  .sp_m_xs {
    margin: calc(100 / 760 * 30 / 1 * 1vw) !important;
  }
  .sp_mt_xs {
    margin-top: calc(100 / 760 * 30 / 1 * 1vw) !important;
  }
  .sp_mb_xs {
    margin-bottom: calc(100 / 760 * 30 / 1 * 1vw) !important;
  }
  .sp_ml_xs {
    margin-left: calc(100 / 760 * 30 / 1 * 1vw) !important;
  }
  .sp_mr_xs {
    margin-right: calc(100 / 760 * 30 / 1 * 1vw) !important;
  }
}
@media only screen and (max-width: 760px) {
  .sp_m-0 {
    margin: 0px !important;
  }
  .sp_mt-0 {
    margin-top: 0px !important;
  }
  .sp_mb-0 {
    margin-bottom: 0px !important;
  }
  .sp_ml-0 {
    margin-left: 0px !important;
  }
  .sp_mr-0 {
    margin-right: 0px !important;
  }
  .sp_mtb-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .sp_mlr-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .sp_u_mb-0 > * {
    margin-bottom: 0px !important;
  }
  .sp_m-5 {
    margin: 5px !important;
  }
  .sp_mt-5 {
    margin-top: 5px !important;
  }
  .sp_mb-5 {
    margin-bottom: 5px !important;
  }
  .sp_ml-5 {
    margin-left: 5px !important;
  }
  .sp_mr-5 {
    margin-right: 5px !important;
  }
  .sp_mtb-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .sp_mlr-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .sp_u_mb-5 > * {
    margin-bottom: 5px !important;
  }
  .sp_m-10 {
    margin: 10px !important;
  }
  .sp_mt-10 {
    margin-top: 10px !important;
  }
  .sp_mb-10 {
    margin-bottom: 10px !important;
  }
  .sp_ml-10 {
    margin-left: 10px !important;
  }
  .sp_mr-10 {
    margin-right: 10px !important;
  }
  .sp_mtb-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .sp_mlr-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .sp_u_mb-10 > * {
    margin-bottom: 10px !important;
  }
  .sp_m-15 {
    margin: 15px !important;
  }
  .sp_mt-15 {
    margin-top: 15px !important;
  }
  .sp_mb-15 {
    margin-bottom: 15px !important;
  }
  .sp_ml-15 {
    margin-left: 15px !important;
  }
  .sp_mr-15 {
    margin-right: 15px !important;
  }
  .sp_mtb-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .sp_mlr-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .sp_u_mb-15 > * {
    margin-bottom: 15px !important;
  }
  .sp_m-20 {
    margin: 20px !important;
  }
  .sp_mt-20 {
    margin-top: 20px !important;
  }
  .sp_mb-20 {
    margin-bottom: 20px !important;
  }
  .sp_ml-20 {
    margin-left: 20px !important;
  }
  .sp_mr-20 {
    margin-right: 20px !important;
  }
  .sp_mtb-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .sp_mlr-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .sp_u_mb-20 > * {
    margin-bottom: 20px !important;
  }
  .sp_m-25 {
    margin: 25px !important;
  }
  .sp_mt-25 {
    margin-top: 25px !important;
  }
  .sp_mb-25 {
    margin-bottom: 25px !important;
  }
  .sp_ml-25 {
    margin-left: 25px !important;
  }
  .sp_mr-25 {
    margin-right: 25px !important;
  }
  .sp_mtb-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .sp_mlr-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .sp_u_mb-25 > * {
    margin-bottom: 25px !important;
  }
  .sp_m-30 {
    margin: 30px !important;
  }
  .sp_mt-30 {
    margin-top: 30px !important;
  }
  .sp_mb-30 {
    margin-bottom: 30px !important;
  }
  .sp_ml-30 {
    margin-left: 30px !important;
  }
  .sp_mr-30 {
    margin-right: 30px !important;
  }
  .sp_mtb-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .sp_mlr-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .sp_u_mb-30 > * {
    margin-bottom: 30px !important;
  }
  .sp_m-35 {
    margin: 35px !important;
  }
  .sp_mt-35 {
    margin-top: 35px !important;
  }
  .sp_mb-35 {
    margin-bottom: 35px !important;
  }
  .sp_ml-35 {
    margin-left: 35px !important;
  }
  .sp_mr-35 {
    margin-right: 35px !important;
  }
  .sp_mtb-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .sp_mlr-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .sp_u_mb-35 > * {
    margin-bottom: 35px !important;
  }
  .sp_m-40 {
    margin: 40px !important;
  }
  .sp_mt-40 {
    margin-top: 40px !important;
  }
  .sp_mb-40 {
    margin-bottom: 40px !important;
  }
  .sp_ml-40 {
    margin-left: 40px !important;
  }
  .sp_mr-40 {
    margin-right: 40px !important;
  }
  .sp_mtb-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .sp_mlr-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .sp_u_mb-40 > * {
    margin-bottom: 40px !important;
  }
  .sp_m-45 {
    margin: 45px !important;
  }
  .sp_mt-45 {
    margin-top: 45px !important;
  }
  .sp_mb-45 {
    margin-bottom: 45px !important;
  }
  .sp_ml-45 {
    margin-left: 45px !important;
  }
  .sp_mr-45 {
    margin-right: 45px !important;
  }
  .sp_mtb-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .sp_mlr-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .sp_u_mb-45 > * {
    margin-bottom: 45px !important;
  }
  .sp_m-50 {
    margin: 50px !important;
  }
  .sp_mt-50 {
    margin-top: 50px !important;
  }
  .sp_mb-50 {
    margin-bottom: 50px !important;
  }
  .sp_ml-50 {
    margin-left: 50px !important;
  }
  .sp_mr-50 {
    margin-right: 50px !important;
  }
  .sp_mtb-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .sp_mlr-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .sp_u_mb-50 > * {
    margin-bottom: 50px !important;
  }
  .sp_m-55 {
    margin: 55px !important;
  }
  .sp_mt-55 {
    margin-top: 55px !important;
  }
  .sp_mb-55 {
    margin-bottom: 55px !important;
  }
  .sp_ml-55 {
    margin-left: 55px !important;
  }
  .sp_mr-55 {
    margin-right: 55px !important;
  }
  .sp_mtb-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .sp_mlr-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  .sp_u_mb-55 > * {
    margin-bottom: 55px !important;
  }
  .sp_m-60 {
    margin: 60px !important;
  }
  .sp_mt-60 {
    margin-top: 60px !important;
  }
  .sp_mb-60 {
    margin-bottom: 60px !important;
  }
  .sp_ml-60 {
    margin-left: 60px !important;
  }
  .sp_mr-60 {
    margin-right: 60px !important;
  }
  .sp_mtb-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .sp_mlr-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .sp_u_mb-60 > * {
    margin-bottom: 60px !important;
  }
  .sp_m-65 {
    margin: 65px !important;
  }
  .sp_mt-65 {
    margin-top: 65px !important;
  }
  .sp_mb-65 {
    margin-bottom: 65px !important;
  }
  .sp_ml-65 {
    margin-left: 65px !important;
  }
  .sp_mr-65 {
    margin-right: 65px !important;
  }
  .sp_mtb-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  .sp_mlr-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  .sp_u_mb-65 > * {
    margin-bottom: 65px !important;
  }
  .sp_m-70 {
    margin: 70px !important;
  }
  .sp_mt-70 {
    margin-top: 70px !important;
  }
  .sp_mb-70 {
    margin-bottom: 70px !important;
  }
  .sp_ml-70 {
    margin-left: 70px !important;
  }
  .sp_mr-70 {
    margin-right: 70px !important;
  }
  .sp_mtb-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .sp_mlr-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .sp_u_mb-70 > * {
    margin-bottom: 70px !important;
  }
  .sp_m-75 {
    margin: 75px !important;
  }
  .sp_mt-75 {
    margin-top: 75px !important;
  }
  .sp_mb-75 {
    margin-bottom: 75px !important;
  }
  .sp_ml-75 {
    margin-left: 75px !important;
  }
  .sp_mr-75 {
    margin-right: 75px !important;
  }
  .sp_mtb-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  .sp_mlr-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  .sp_u_mb-75 > * {
    margin-bottom: 75px !important;
  }
  .sp_m-80 {
    margin: 80px !important;
  }
  .sp_mt-80 {
    margin-top: 80px !important;
  }
  .sp_mb-80 {
    margin-bottom: 80px !important;
  }
  .sp_ml-80 {
    margin-left: 80px !important;
  }
  .sp_mr-80 {
    margin-right: 80px !important;
  }
  .sp_mtb-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .sp_mlr-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .sp_u_mb-80 > * {
    margin-bottom: 80px !important;
  }
  .sp_m-85 {
    margin: 85px !important;
  }
  .sp_mt-85 {
    margin-top: 85px !important;
  }
  .sp_mb-85 {
    margin-bottom: 85px !important;
  }
  .sp_ml-85 {
    margin-left: 85px !important;
  }
  .sp_mr-85 {
    margin-right: 85px !important;
  }
  .sp_mtb-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  .sp_mlr-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  .sp_u_mb-85 > * {
    margin-bottom: 85px !important;
  }
  .sp_m-90 {
    margin: 90px !important;
  }
  .sp_mt-90 {
    margin-top: 90px !important;
  }
  .sp_mb-90 {
    margin-bottom: 90px !important;
  }
  .sp_ml-90 {
    margin-left: 90px !important;
  }
  .sp_mr-90 {
    margin-right: 90px !important;
  }
  .sp_mtb-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .sp_mlr-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .sp_u_mb-90 > * {
    margin-bottom: 90px !important;
  }
  .sp_m-95 {
    margin: 95px !important;
  }
  .sp_mt-95 {
    margin-top: 95px !important;
  }
  .sp_mb-95 {
    margin-bottom: 95px !important;
  }
  .sp_ml-95 {
    margin-left: 95px !important;
  }
  .sp_mr-95 {
    margin-right: 95px !important;
  }
  .sp_mtb-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  .sp_mlr-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  .sp_u_mb-95 > * {
    margin-bottom: 95px !important;
  }
  .sp_m-100 {
    margin: 100px !important;
  }
  .sp_mt-100 {
    margin-top: 100px !important;
  }
  .sp_mb-100 {
    margin-bottom: 100px !important;
  }
  .sp_ml-100 {
    margin-left: 100px !important;
  }
  .sp_mr-100 {
    margin-right: 100px !important;
  }
  .sp_mtb-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .sp_mlr-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .sp_u_mb-100 > * {
    margin-bottom: 100px !important;
  }
  .mb-0 {
    margin-bottom: calc(100 / 760 * 0 * 5 / 1 * 1vw) !important;
  }
  .mb-5 {
    margin-bottom: calc(100 / 760 * 1 * 5 / 1 * 1vw) !important;
  }
  .mb-10 {
    margin-bottom: calc(100 / 760 * 2 * 5 / 1 * 1vw) !important;
  }
  .mb-15 {
    margin-bottom: calc(100 / 760 * 3 * 5 / 1 * 1vw) !important;
  }
  .mb-20 {
    margin-bottom: calc(100 / 760 * 4 * 5 / 1 * 1vw) !important;
  }
  .mb-25 {
    margin-bottom: calc(100 / 760 * 5 * 5 / 1 * 1vw) !important;
  }
  .mb-30 {
    margin-bottom: calc(100 / 760 * 6 * 5 / 1 * 1vw) !important;
  }
  .mb-35 {
    margin-bottom: calc(100 / 760 * 7 * 5 / 1 * 1vw) !important;
  }
  .mb-40 {
    margin-bottom: calc(100 / 760 * 8 * 5 / 1 * 1vw) !important;
  }
  .mb-45 {
    margin-bottom: calc(100 / 760 * 9 * 5 / 1 * 1vw) !important;
  }
  .mb-50 {
    margin-bottom: calc(100 / 760 * 10 * 5 / 1 * 1vw) !important;
  }
  .mb-55 {
    margin-bottom: calc(100 / 760 * 11 * 5 / 1 * 1vw) !important;
  }
  .mb-60 {
    margin-bottom: calc(100 / 760 * 12 * 5 / 1 * 1vw) !important;
  }
  .mb-65 {
    margin-bottom: calc(100 / 760 * 13 * 5 / 1 * 1vw) !important;
  }
  .mb-70 {
    margin-bottom: calc(100 / 760 * 14 * 5 / 1 * 1vw) !important;
  }
  .mb-75 {
    margin-bottom: calc(100 / 760 * 15 * 5 / 1 * 1vw) !important;
  }
  .mb-80 {
    margin-bottom: calc(100 / 760 * 16 * 5 / 1 * 1vw) !important;
  }
  .mb-85 {
    margin-bottom: calc(100 / 760 * 17 * 5 / 1 * 1vw) !important;
  }
  .mb-90 {
    margin-bottom: calc(100 / 760 * 18 * 5 / 1 * 1vw) !important;
  }
  .mb-95 {
    margin-bottom: calc(100 / 760 * 19 * 5 / 1 * 1vw) !important;
  }
  .mb-100 {
    margin-bottom: calc(100 / 760 * 20 * 5 / 1 * 1vw) !important;
  }
}
.m0a {
  margin-right: auto !important;
  margin-left: auto !important;
}

/************************************************
	パディング
************************************************/
.p_xl {
  padding: 100px !important;
}

.pt_xl {
  padding-top: 100px !important;
}
.pt_xl_2 {
  padding-top: 200px !important;
}

.pb_xl {
  padding-bottom: 100px !important;
}

.pl_xl {
  padding-left: 100px !important;
}

.pr_xl {
  padding-right: 100px !important;
}

.p_lg {
  padding: 80px !important;
}

.pt_lg {
  padding-top: 80px !important;
}
.pt_lg_2 {
  padding-top: 160px !important;
}

.pb_lg {
  padding-bottom: 80px !important;
}

.pl_lg {
  padding-left: 80px !important;
}

.pr_lg {
  padding-right: 80px !important;
}

.p_md {
  padding: 60px !important;
}

.pt_md {
  padding-top: 60px !important;
}
.pt_md_2 {
  padding-top: 120px !important;
}

.pb_md {
  padding-bottom: 60px !important;
}

.pl_md {
  padding-left: 60px !important;
}

.pr_md {
  padding-right: 60px !important;
}

.p_sm {
  padding: 50px !important;
}

.pt_sm {
  padding-top: 50px !important;
}
.pt_sm_2 {
  padding-top: 100px !important;
}

.pb_sm {
  padding-bottom: 50px !important;
}

.pl_sm {
  padding-left: 50px !important;
}

.pr_sm {
  padding-right: 50px !important;
}

.p_xs {
  padding: 30px !important;
}

.pt_xs {
  padding-top: 30px !important;
}
.pt_xs_2 {
  padding-top: 60px !important;
}

.pb_xs {
  padding-bottom: 30px !important;
}

.pl_xs {
  padding-left: 30px !important;
}

.pr_xs {
  padding-right: 30px !important;
}

.p-0 {
  padding: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.ptb-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.plr-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.u_pb-0 > * {
  padding-bottom: 0px !important;
}

.p-5 {
  padding: 5px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.ptb-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.plr-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.u_pb-5 > * {
  padding-bottom: 5px !important;
}

.p-10 {
  padding: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.ptb-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.plr-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.u_pb-10 > * {
  padding-bottom: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.ptb-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.plr-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.u_pb-15 > * {
  padding-bottom: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.ptb-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.plr-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.u_pb-20 > * {
  padding-bottom: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.ptb-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.plr-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.u_pb-25 > * {
  padding-bottom: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.ptb-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.plr-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.u_pb-30 > * {
  padding-bottom: 30px !important;
}

.p-35 {
  padding: 35px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.ptb-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.plr-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.u_pb-35 > * {
  padding-bottom: 35px !important;
}

.p-40 {
  padding: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.ptb-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.plr-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.u_pb-40 > * {
  padding-bottom: 40px !important;
}

.p-45 {
  padding: 45px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.ptb-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.plr-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.u_pb-45 > * {
  padding-bottom: 45px !important;
}

.p-50 {
  padding: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.ptb-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.plr-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.u_pb-50 > * {
  padding-bottom: 50px !important;
}

.p-55 {
  padding: 55px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.ptb-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.plr-55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

.u_pb-55 > * {
  padding-bottom: 55px !important;
}

.p-60 {
  padding: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.ptb-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.plr-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.u_pb-60 > * {
  padding-bottom: 60px !important;
}

.p-65 {
  padding: 65px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.ptb-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.plr-65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

.u_pb-65 > * {
  padding-bottom: 65px !important;
}

.p-70 {
  padding: 70px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.ptb-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.plr-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.u_pb-70 > * {
  padding-bottom: 70px !important;
}

.p-75 {
  padding: 75px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.ptb-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.plr-75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.u_pb-75 > * {
  padding-bottom: 75px !important;
}

.p-80 {
  padding: 80px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.ptb-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.plr-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.u_pb-80 > * {
  padding-bottom: 80px !important;
}

.p-85 {
  padding: 85px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.ptb-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

.plr-85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

.u_pb-85 > * {
  padding-bottom: 85px !important;
}

.p-90 {
  padding: 90px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.ptb-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.plr-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.u_pb-90 > * {
  padding-bottom: 90px !important;
}

.p-95 {
  padding: 95px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.ptb-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

.plr-95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

.u_pb-95 > * {
  padding-bottom: 95px !important;
}

.p-100 {
  padding: 100px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.ptb-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.plr-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.u_pb-100 > * {
  padding-bottom: 100px !important;
}

@media only screen and (max-width: 760px) {
  .p_xl {
    padding: calc(100 / 760 * 100 / 1 * 1vw) !important;
  }
  .pt_xl {
    padding-top: calc(100 / 760 * 100 / 1 * 1vw) !important;
  }
  .pb_xl {
    padding-bottom: calc(100 / 760 * 100 / 1 * 1vw) !important;
  }
  .pl_xl {
    padding-left: calc(100 / 760 * 100 / 1 * 1vw) !important;
  }
  .pr_xl {
    padding-right: calc(100 / 760 * 100 / 1 * 1vw) !important;
  }
  .sp_p_xl {
    padding: calc(100 / 760 * 100 / 1 * 1vw) !important;
  }
  .sp_pt_xl {
    padding-top: calc(100 / 760 * 100 / 1 * 1vw) !important;
  }
  .sp_pb_xl {
    padding-bottom: calc(100 / 760 * 100 / 1 * 1vw) !important;
  }
  .sp_pl_xl {
    padding-left: calc(100 / 760 * 100 / 1 * 1vw) !important;
  }
  .sp_pr_xl {
    padding-right: calc(100 / 760 * 100 / 1 * 1vw) !important;
  }
  .p_lg {
    padding: calc(100 / 760 * 80 / 1 * 1vw) !important;
  }
  .pt_lg {
    padding-top: calc(100 / 760 * 80 / 1 * 1vw) !important;
  }
  .pb_lg {
    padding-bottom: calc(100 / 760 * 80 / 1 * 1vw) !important;
  }
  .pl_lg {
    padding-left: calc(100 / 760 * 80 / 1 * 1vw) !important;
  }
  .pr_lg {
    padding-right: calc(100 / 760 * 80 / 1 * 1vw) !important;
  }
  .sp_p_lg {
    padding: calc(100 / 760 * 80 / 1 * 1vw) !important;
  }
  .sp_pt_lg {
    padding-top: calc(100 / 760 * 80 / 1 * 1vw) !important;
  }
  .sp_pb_lg {
    padding-bottom: calc(100 / 760 * 80 / 1 * 1vw) !important;
  }
  .sp_pl_lg {
    padding-left: calc(100 / 760 * 80 / 1 * 1vw) !important;
  }
  .sp_pr_lg {
    padding-right: calc(100 / 760 * 80 / 1 * 1vw) !important;
  }
  .p_md {
    padding: calc(100 / 760 * 60 / 1 * 1vw) !important;
  }
  .pt_md {
    padding-top: calc(100 / 760 * 60 / 1 * 1vw) !important;
  }
  .pb_md {
    padding-bottom: calc(100 / 760 * 60 / 1 * 1vw) !important;
  }
  .pl_md {
    padding-left: calc(100 / 760 * 60 / 1 * 1vw) !important;
  }
  .pr_md {
    padding-right: calc(100 / 760 * 60 / 1 * 1vw) !important;
  }
  .sp_p_md {
    padding: calc(100 / 760 * 60 / 1 * 1vw) !important;
  }
  .sp_pt_md {
    padding-top: calc(100 / 760 * 60 / 1 * 1vw) !important;
  }
  .sp_pb_md {
    padding-bottom: calc(100 / 760 * 60 / 1 * 1vw) !important;
  }
  .sp_pl_md {
    padding-left: calc(100 / 760 * 60 / 1 * 1vw) !important;
  }
  .sp_pr_md {
    padding-right: calc(100 / 760 * 60 / 1 * 1vw) !important;
  }
  .p_sm {
    padding: calc(100 / 760 * 50 / 1 * 1vw) !important;
  }
  .pt_sm {
    padding-top: calc(100 / 760 * 50 / 1 * 1vw) !important;
  }
  .pb_sm {
    padding-bottom: calc(100 / 760 * 50 / 1 * 1vw) !important;
  }
  .pl_sm {
    padding-left: calc(100 / 760 * 50 / 1 * 1vw) !important;
  }
  .pr_sm {
    padding-right: calc(100 / 760 * 50 / 1 * 1vw) !important;
  }
  .sp_p_sm {
    padding: calc(100 / 760 * 50 / 1 * 1vw) !important;
  }
  .sp_pt_sm {
    padding-top: calc(100 / 760 * 50 / 1 * 1vw) !important;
  }
  .sp_pb_sm {
    padding-bottom: calc(100 / 760 * 50 / 1 * 1vw) !important;
  }
  .sp_pl_sm {
    padding-left: calc(100 / 760 * 50 / 1 * 1vw) !important;
  }
  .sp_pr_sm {
    padding-right: calc(100 / 760 * 50 / 1 * 1vw) !important;
  }
  .p_xs {
    padding: calc(100 / 760 * 30 / 1 * 1vw) !important;
  }
  .pt_xs {
    padding-top: calc(100 / 760 * 30 / 1 * 1vw) !important;
  }
  .pb_xs {
    padding-bottom: calc(100 / 760 * 30 / 1 * 1vw) !important;
  }
  .pl_xs {
    padding-left: calc(100 / 760 * 30 / 1 * 1vw) !important;
  }
  .pr_xs {
    padding-right: calc(100 / 760 * 30 / 1 * 1vw) !important;
  }
  .sp_p_xs {
    padding: calc(100 / 760 * 30 / 1 * 1vw) !important;
  }
  .sp_pt_xs {
    padding-top: calc(100 / 760 * 30 / 1 * 1vw) !important;
  }
  .sp_pb_xs {
    padding-bottom: calc(100 / 760 * 30 / 1 * 1vw) !important;
  }
  .sp_pl_xs {
    padding-left: calc(100 / 760 * 30 / 1 * 1vw) !important;
  }
  .sp_pr_xs {
    padding-right: calc(100 / 760 * 30 / 1 * 1vw) !important;
  }
}
@media only screen and (max-width: 760px) {
  .sp_p-0 {
    padding: 0px !important;
  }
  .sp_pt-0 {
    padding-top: 0px !important;
  }
  .sp_pb-0 {
    padding-bottom: 0px !important;
  }
  .sp_pl-0 {
    padding-left: 0px !important;
  }
  .sp_pr-0 {
    padding-right: 0px !important;
  }
  .sp_ptb-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .sp_plr-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .sp_u_pb-0 > * {
    padding-bottom: 0px !important;
  }
  .sp_p-5 {
    padding: 5px !important;
  }
  .sp_pt-5 {
    padding-top: 5px !important;
  }
  .sp_pb-5 {
    padding-bottom: 5px !important;
  }
  .sp_pl-5 {
    padding-left: 5px !important;
  }
  .sp_pr-5 {
    padding-right: 5px !important;
  }
  .sp_ptb-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .sp_plr-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .sp_u_pb-5 > * {
    padding-bottom: 5px !important;
  }
  .sp_p-10 {
    padding: 10px !important;
  }
  .sp_pt-10 {
    padding-top: 10px !important;
  }
  .sp_pb-10 {
    padding-bottom: 10px !important;
  }
  .sp_pl-10 {
    padding-left: 10px !important;
  }
  .sp_pr-10 {
    padding-right: 10px !important;
  }
  .sp_ptb-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .sp_plr-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .sp_u_pb-10 > * {
    padding-bottom: 10px !important;
  }
  .sp_p-15 {
    padding: 15px !important;
  }
  .sp_pt-15 {
    padding-top: 15px !important;
  }
  .sp_pb-15 {
    padding-bottom: 15px !important;
  }
  .sp_pl-15 {
    padding-left: 15px !important;
  }
  .sp_pr-15 {
    padding-right: 15px !important;
  }
  .sp_ptb-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .sp_plr-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .sp_u_pb-15 > * {
    padding-bottom: 15px !important;
  }
  .sp_p-20 {
    padding: 20px !important;
  }
  .sp_pt-20 {
    padding-top: 20px !important;
  }
  .sp_pb-20 {
    padding-bottom: 20px !important;
  }
  .sp_pl-20 {
    padding-left: 20px !important;
  }
  .sp_pr-20 {
    padding-right: 20px !important;
  }
  .sp_ptb-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .sp_plr-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .sp_u_pb-20 > * {
    padding-bottom: 20px !important;
  }
  .sp_p-25 {
    padding: 25px !important;
  }
  .sp_pt-25 {
    padding-top: 25px !important;
  }
  .sp_pb-25 {
    padding-bottom: 25px !important;
  }
  .sp_pl-25 {
    padding-left: 25px !important;
  }
  .sp_pr-25 {
    padding-right: 25px !important;
  }
  .sp_ptb-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .sp_plr-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .sp_u_pb-25 > * {
    padding-bottom: 25px !important;
  }
  .sp_p-30 {
    padding: 30px !important;
  }
  .sp_pt-30 {
    padding-top: 30px !important;
  }
  .sp_pb-30 {
    padding-bottom: 30px !important;
  }
  .sp_pl-30 {
    padding-left: 30px !important;
  }
  .sp_pr-30 {
    padding-right: 30px !important;
  }
  .sp_ptb-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .sp_plr-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .sp_u_pb-30 > * {
    padding-bottom: 30px !important;
  }
  .sp_p-35 {
    padding: 35px !important;
  }
  .sp_pt-35 {
    padding-top: 35px !important;
  }
  .sp_pb-35 {
    padding-bottom: 35px !important;
  }
  .sp_pl-35 {
    padding-left: 35px !important;
  }
  .sp_pr-35 {
    padding-right: 35px !important;
  }
  .sp_ptb-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .sp_plr-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .sp_u_pb-35 > * {
    padding-bottom: 35px !important;
  }
  .sp_p-40 {
    padding: 40px !important;
  }
  .sp_pt-40 {
    padding-top: 40px !important;
  }
  .sp_pb-40 {
    padding-bottom: 40px !important;
  }
  .sp_pl-40 {
    padding-left: 40px !important;
  }
  .sp_pr-40 {
    padding-right: 40px !important;
  }
  .sp_ptb-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .sp_plr-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .sp_u_pb-40 > * {
    padding-bottom: 40px !important;
  }
  .sp_p-45 {
    padding: 45px !important;
  }
  .sp_pt-45 {
    padding-top: 45px !important;
  }
  .sp_pb-45 {
    padding-bottom: 45px !important;
  }
  .sp_pl-45 {
    padding-left: 45px !important;
  }
  .sp_pr-45 {
    padding-right: 45px !important;
  }
  .sp_ptb-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .sp_plr-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .sp_u_pb-45 > * {
    padding-bottom: 45px !important;
  }
  .sp_p-50 {
    padding: 50px !important;
  }
  .sp_pt-50 {
    padding-top: 50px !important;
  }
  .sp_pb-50 {
    padding-bottom: 50px !important;
  }
  .sp_pl-50 {
    padding-left: 50px !important;
  }
  .sp_pr-50 {
    padding-right: 50px !important;
  }
  .sp_ptb-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .sp_plr-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .sp_u_pb-50 > * {
    padding-bottom: 50px !important;
  }
  .sp_p-55 {
    padding: 55px !important;
  }
  .sp_pt-55 {
    padding-top: 55px !important;
  }
  .sp_pb-55 {
    padding-bottom: 55px !important;
  }
  .sp_pl-55 {
    padding-left: 55px !important;
  }
  .sp_pr-55 {
    padding-right: 55px !important;
  }
  .sp_ptb-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .sp_plr-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  .sp_u_pb-55 > * {
    padding-bottom: 55px !important;
  }
  .sp_p-60 {
    padding: 60px !important;
  }
  .sp_pt-60 {
    padding-top: 60px !important;
  }
  .sp_pb-60 {
    padding-bottom: 60px !important;
  }
  .sp_pl-60 {
    padding-left: 60px !important;
  }
  .sp_pr-60 {
    padding-right: 60px !important;
  }
  .sp_ptb-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .sp_plr-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .sp_u_pb-60 > * {
    padding-bottom: 60px !important;
  }
  .sp_p-65 {
    padding: 65px !important;
  }
  .sp_pt-65 {
    padding-top: 65px !important;
  }
  .sp_pb-65 {
    padding-bottom: 65px !important;
  }
  .sp_pl-65 {
    padding-left: 65px !important;
  }
  .sp_pr-65 {
    padding-right: 65px !important;
  }
  .sp_ptb-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .sp_plr-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  .sp_u_pb-65 > * {
    padding-bottom: 65px !important;
  }
  .sp_p-70 {
    padding: 70px !important;
  }
  .sp_pt-70 {
    padding-top: 70px !important;
  }
  .sp_pb-70 {
    padding-bottom: 70px !important;
  }
  .sp_pl-70 {
    padding-left: 70px !important;
  }
  .sp_pr-70 {
    padding-right: 70px !important;
  }
  .sp_ptb-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .sp_plr-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .sp_u_pb-70 > * {
    padding-bottom: 70px !important;
  }
  .sp_p-75 {
    padding: 75px !important;
  }
  .sp_pt-75 {
    padding-top: 75px !important;
  }
  .sp_pb-75 {
    padding-bottom: 75px !important;
  }
  .sp_pl-75 {
    padding-left: 75px !important;
  }
  .sp_pr-75 {
    padding-right: 75px !important;
  }
  .sp_ptb-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .sp_plr-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  .sp_u_pb-75 > * {
    padding-bottom: 75px !important;
  }
  .sp_p-80 {
    padding: 80px !important;
  }
  .sp_pt-80 {
    padding-top: 80px !important;
  }
  .sp_pb-80 {
    padding-bottom: 80px !important;
  }
  .sp_pl-80 {
    padding-left: 80px !important;
  }
  .sp_pr-80 {
    padding-right: 80px !important;
  }
  .sp_ptb-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .sp_plr-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .sp_u_pb-80 > * {
    padding-bottom: 80px !important;
  }
  .sp_p-85 {
    padding: 85px !important;
  }
  .sp_pt-85 {
    padding-top: 85px !important;
  }
  .sp_pb-85 {
    padding-bottom: 85px !important;
  }
  .sp_pl-85 {
    padding-left: 85px !important;
  }
  .sp_pr-85 {
    padding-right: 85px !important;
  }
  .sp_ptb-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  .sp_plr-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  .sp_u_pb-85 > * {
    padding-bottom: 85px !important;
  }
  .sp_p-90 {
    padding: 90px !important;
  }
  .sp_pt-90 {
    padding-top: 90px !important;
  }
  .sp_pb-90 {
    padding-bottom: 90px !important;
  }
  .sp_pl-90 {
    padding-left: 90px !important;
  }
  .sp_pr-90 {
    padding-right: 90px !important;
  }
  .sp_ptb-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .sp_plr-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .sp_u_pb-90 > * {
    padding-bottom: 90px !important;
  }
  .sp_p-95 {
    padding: 95px !important;
  }
  .sp_pt-95 {
    padding-top: 95px !important;
  }
  .sp_pb-95 {
    padding-bottom: 95px !important;
  }
  .sp_pl-95 {
    padding-left: 95px !important;
  }
  .sp_pr-95 {
    padding-right: 95px !important;
  }
  .sp_ptb-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  .sp_plr-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  .sp_u_pb-95 > * {
    padding-bottom: 95px !important;
  }
  .sp_p-100 {
    padding: 100px !important;
  }
  .sp_pt-100 {
    padding-top: 100px !important;
  }
  .sp_pb-100 {
    padding-bottom: 100px !important;
  }
  .sp_pl-100 {
    padding-left: 100px !important;
  }
  .sp_pr-100 {
    padding-right: 100px !important;
  }
  .sp_ptb-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .sp_plr-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .sp_u_pb-100 > * {
    padding-bottom: 100px !important;
  }
}
.googlemap {
  height: 0;
  overflow: hidden;
  /* padding-top: 45%; */
  /* padding-top: 3 / 4 * 100%; */
  padding-top: 51.6883116883%;
  position: relative;
  max-width: 100%;
}
.googlemap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.api-facebook {
  width: 500px;
}
@media only screen and (max-width: 760px) {
  .api-facebook {
    width: 100%;
    max-width: 500px;
  }
}

@media only screen and (min-width: 761px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.ib {
  display: inline-block;
}

.pos_relative {
  position: relative;
}
.pos_relative.z-9 {
  z-index: 9;
}

.pos_absolute {
  position: absolute;
}

/* .fadein {
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 1500ms;
}

.fadein.scrollin {
	opacity: 1;
	transform: translate(0, 0);
} */
.js-acc {
  cursor: pointer;
  position: relative;
  /* &:after {
  	font-family: "Font Awesome 5 Free";
  	font-weight: 900;
  	content: "\f078";
  	font-size: $font_lg;
  	position: absolute;
  	right: $space_sm;
  	top: $space_xs;
  	color: $color-border;
  	transition: all 0.2s ease-in-out;
  } */
}
.js-acc_target {
  display: none;
}
.js-acc:hover:after {
  color: #f98101;
}
.js-acc.is-active {
  /* &:after {
  	content: "\f077";
  } */
}

.topBtn {
  position: fixed;
  /* position: absolute; */
  right: 60px;
  /* top: -104px; */
  bottom: 60px;
  z-index: 9;
  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;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 2.6rem;
}
@media only screen and (max-width: 760px) {
  .topBtn {
    font-size: calc(100 / 760 * 36 / 1 * 1vw);
    right: calc(100 / 760 * 30 / 1 * 1vw);
    bottom: calc(100 / 760 * 30 / 1 * 1vw);
  }
}
.topBtn:hover {
  opacity: 1;
}

.is-fixed .js-fixed {
  position: fixed;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.is-fixed .header-nav-btn {
  display: block;
  position: fixed;
}

.slick-slider {
  position: relative;
}

.slick-item-img {
  height: 580px;
}

.slick-dots {
  color: white;
  width: 1440px;
  margin: 0 auto;
  max-width: 1680px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slick-dots li {
  width: 80px;
  height: 71px;
  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;
}
@media only screen and (max-width: 760px) {
  .slick-dots li {
    width: 40px;
    height: 40px;
  }
}
.slick-dots .slick-active {
  background: url(/assets/img/top/slick_active_bg.png) -5px 5px no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 760px) {
  .slick-dots .slick-active {
    background: url(/assets/img/top/slick_active_bg.png) -7.5px 2.5px no-repeat;
    background-size: cover;
  }
}

.slide-arrow {
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 100px;
  color: #f98101;
  border: solid 1px #f98101;
  text-align: center;
}
.slide-arrow.slick-disabled {
  color: rgba(51, 51, 51, 0.3);
  border-color: rgba(51, 51, 51, 0.3);
}
.slide-arrow.next-arrow {
  right: 0;
}
.slide-arrow.prev-arrow {
  right: 80px;
}

.arrows {
  position: relative;
  top: -80px;
  z-index: 99;
}

.jsTabs {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.jsTab {
  cursor: pointer;
  padding-left: 2px;
  width: 25%;
}
@media only screen and (max-width: 760px) {
  .jsTab {
    width: 50%;
  }
}
.jsTab:first-child {
  padding-left: 0;
}
.jsTab > span {
  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;
  height: 100%;
  border-bottom: solid 2px #e4e1d7;
  text-align: center;
  font-weight: bold;
  height: 80px;
  line-height: 80px;
  font-size: 2.2rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 760px) {
  .jsTab > span {
    font-size: 1.8421052632vw;
    height: calc(100 / 760 * 80 / 1 * 1vw);
    line-height: calc(100 / 760 * 80 / 1 * 1vw);
  }
}
.jsTab > span .fal {
  margin-right: 30px;
}
.jsTab > span:hover {
  background-color: #d9d9d9;
}
.jsTab.active > span {
  border-bottom-color: #f98101;
  color: #f98101;
}
.jsTab-Content {
  display: none;
  margin-bottom: 60px;
}
@media only screen and (max-width: 760px) {
  .jsTab-Content {
    margin-bottom: calc(100 / 760 * 30 / 1 * 1vw);
  }
}
.jsTab-Content.show {
  display: block;
}

/* 以下、ハンバーガーボタン */
.MenuBtn.Style01 {
  display: none;
  position: absolute;
  right: 5.2631578947vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 57px;
  height: 57px;
  border: solid 1px #000000;
}
@media only screen and (max-width: 760px) {
  .MenuBtn.Style01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .MenuBtn.Style01 {
    width: calc(57 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .MenuBtn.Style01 {
    width: calc(57 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .MenuBtn.Style01 {
    height: calc(57 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .MenuBtn.Style01 {
    height: calc(57 / 760 * 100vw);
  }
}

.MenuBtn.Style01 .MenuBtn-BarFrame {
  position: relative;
  display: block;
  width: 32px;
  height: 1px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .MenuBtn.Style01 .MenuBtn-BarFrame {
    width: calc(32 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .MenuBtn.Style01 .MenuBtn-BarFrame {
    width: calc(32 / 760 * 100vw);
  }
}

.MenuBtn.Style01 .MenuBtn-BarFrame-FirstBar {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.MenuBtn.Style01 .MenuBtn-BarFrame-SecondBar {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transform: translateY(-1.5vw) rotate(0deg);
      -ms-transform: translateY(-1.5vw) rotate(0deg);
          transform: translateY(-1.5vw) rotate(0deg);
}

.MenuBtn.Style01 .MenuBtn-BarFrame-ThirdBar {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transform: translateY(1.5vw) rotate(0deg);
      -ms-transform: translateY(1.5vw) rotate(0deg);
          transform: translateY(1.5vw) rotate(0deg);
}

.MenuBtn.Style01.isClosed .MenuBtn-BarFrame-FirstBar {
  opacity: 0;
}

.MenuBtn.Style01.isClosed .MenuBtn-BarFrame-SecondBar {
  -webkit-transform: translateY(0) rotate(45deg);
      -ms-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

.MenuBtn.Style01.isClosed .MenuBtn-BarFrame-ThirdBar {
  -webkit-transform: translateY(0) rotate(-45deg);
      -ms-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

.nav-wrapper {
  display: none;
  visibility: hidden;
  opacity: 0;
  width: 100vw;
  /* height: 100vh; */
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 999;
  background-color: #a8d151;
  margin-top: 110px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .nav-wrapper {
    margin-top: calc(110 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .nav-wrapper {
    margin-top: calc(110 / 760 * 100vw);
  }
}
.nav-wrapper .menu {
  margin: 8.6842105263vw auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav-wrapper .menu-item {
  border-top: solid 0.1315789474vw white;
  width: 48%;
}
.nav-wrapper .menu-item:last-child {
  border-bottom: solid 0.1315789474vw white;
}
.nav-wrapper .menu-item a {
  display: block;
  color: white;
  font-size: 1.8421052632vw;
  font-weight: bold;
  height: auto;
  line-height: 1;
  text-align: left;
  padding: calc(100 / 760 * 50 / 1 * 1vw) calc(100 / 760 * 30 / 1 * 1vw);
  position: relative;
}
.nav-wrapper .menu-item a:before, .nav-wrapper .menu-item a:after {
  font-family: "Font Awesome 6 Duotone";
  font-weight: 900;
  position: absolute;
  right: calc(100 / 760 * 30 / 1 * 1vw);
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.nav-wrapper .menu-item a:before {
  content: "\f138";
}
.nav-wrapper .menu-item a:after {
  content: "\f138\f138";
  opacity: 0.4;
}

/* メニューオープン時 */
.nav-wrapper.fade {
  visibility: visible;
  opacity: 1;
  display: block;
}

.noscroll {
  overflow: hidden;
}

.post-password-form {
  text-align: center;
  position: relative;
  z-index: 9999;
}

.entry-title + .entry-header-btns {
  margin-top: 80px;
}
.entry-title + .entry-text {
  margin-top: 80px;
}
.entry-text + .entry-header-btns {
  margin-top: 80px;
}
.entry-content > .l-section:first-child[class*=bg] {
  margin-top: 100px;
}

@media only screen and (max-width: 760px) {
  .archive-article {
    margin-bottom: calc(100 / 760 * 30 / 1 * 1vw) !important;
  }
}
.archive-link {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 50px 60px 50px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.archive-link:hover {
  background-color: #e6e6e6;
}
.archive-link:hover img {
  opacity: 0.75;
}
.archive-date {
  font-family: "Bebas Neue", cursive;
  color: #f98101;
  margin-bottom: 0;
  font-size: 2.2rem;
  margin-right: 60px;
}
@media only screen and (max-width: 760px) {
  .archive-date {
    margin-bottom: 0;
    font-size: calc(100 / 760 * 50 / 1 * 1vw);
  }
}
.archive-title {
  width: 100%;
}
.archive-text {
  line-height: 1.9;
}
@media only screen and (max-width: 760px) {
  .archive-text {
    line-height: 1.2;
  }
}
.archive-img {
  width: 244px;
  margin-right: 30px;
  border: solid 2px white;
}
@media only screen and (max-width: 760px) {
  .archive-img {
    border: solid 1px white;
    width: 37.6315789474vw;
    margin-right: calc(100 / 760 * 30 / 1 * 1vw);
  }
}
.archive-img + .archive-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.archive-group {
  /* display: flex;
  align-items: center; */
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 760px) {
  .archive-group {
    /* flex-direction: column; */
  }
}
.archive-tag {
  position: absolute;
  right: 0;
  bottom: 0;
}
.archive-tel {
  color: #f98101;
  font-weight: bold;
  font-size: 120%;
}
.archive-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 50px;
}
@media only screen and (max-width: 760px) {
  .archive-icon {
    right: calc(100 / 760 * 30 / 1 * 1vw);
  }
}

.single-title {
  padding-bottom: 50px;
}
.single-date {
  font-size: 2rem;
}
.single-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 760px) {
  .single-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.single-group img {
  width: 100%;
  height: auto;
}
.single-img {
  width: 30%;
  margin-right: 50px;
}
.single-img + .single-group {
  width: 70%;
}
@media only screen and (max-width: 760px) {
  .single-img {
    width: 100%;
    margin-bottom: calc(100 / 760 * 60 / 1 * 1vw);
    margin-right: 0;
  }
  .single-img + .single-group {
    width: 100%;
  }
}
.single-article .archive-title {
  font-size: 2.2rem;
}
@media only screen and (max-width: 760px) {
  .single-article .archive-title {
    font-size: calc(100 / 760 * 28 / 1 * 1vw);
  }
}
.single-article .archive-header {
  margin-bottom: 60px;
  padding-bottom: 50px;
  border-bottom: solid 4px #f98101;
}
@media only screen and (max-width: 760px) {
  .single-article .archive-header {
    margin-bottom: calc(100 / 760 * 60 / 1 * 1vw);
  }
}

.wp-pagenavi {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-pagenavi > *, .wp-pagenavi > .pages, .wp-pagenavi > span {
  height: 60px;
  width: 60px;
  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.8rem;
  text-decoration: none;
  color: #f98101;
  background-color: #fff;
  border: solid 1px #e4e1d7;
  border-radius: 100px;
}
@media only screen and (max-width: 760px) {
  .wp-pagenavi > *, .wp-pagenavi > .pages, .wp-pagenavi > span {
    min-width: calc(100 / 760 * 100 / 1 * 1vw)/2;
    height: calc(100 / 760 * 100 / 1 * 1vw)/2;
    font-size: calc(100 / 760 * 24 / 1 * 1vw);
    margin: 0 calc(100 / 760 * 30 / 1 * 1vw)/4;
  }
}
.wp-pagenavi > *:hover:not(.current), .wp-pagenavi > .pages:hover:not(.current), .wp-pagenavi > span:hover:not(.current) {
  color: #f98101;
  background-color: #d9d9d9;
}
.wp-pagenavi > *.current, .wp-pagenavi > .pages.current, .wp-pagenavi > span.current {
  background-color: #f98101;
  color: white;
  border: solid 1px #e4e1d7;
}
.wp-pagenavi .screen-reader-text {
  display: none;
}

.mw_wp_form_confirm .ol-step_form-item:nth-of-type(2) {
  color: #f98101;
}

.mw_wp_form_complete .ol-step_form-item {
  color: #f98101;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu-item a {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0 30px;
  text-align: center;
  height: 100px;
  line-height: 100px;
}

.menu {
  position: relative;
}
@media only screen and (max-width: 760px) {
  .menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 760px) {
  .menu > .menu-item {
    width: 50%;
  }
}
.menu > .menu-item a:hover {
  color: white;
}
.menu > .menu-item > .sub-menu {
  background-color: rgba(51, 51, 51, 0.9);
  position: absolute;
  left: 0;
  top: 100px;
  z-index: 99;
  width: 100%;
  display: none;
}
.menu > .menu-item > .sub-menu .menu-item a {
  text-align: left;
  height: auto;
  line-height: 1.9;
  color: white;
  padding: 30px 60px;
}
.menu > .menu-item > .sub-menu > .menu-item > a {
  position: relative;
  border: solid 1px rgba(255, 255, 255, 0.2);
}
.menu > .menu-item > .sub-menu > .menu-item > a:before, .menu > .menu-item > .sub-menu > .menu-item > a:after {
  font-family: "Font Awesome 6 Duotone";
  font-weight: 900;
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.menu > .menu-item > .sub-menu > .menu-item > a:before {
  content: "\f138";
}
.menu > .menu-item > .sub-menu > .menu-item > a:after {
  content: "\f138\f138";
  opacity: 0.4;
}
.menu > .menu-item > .sub-menu .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.menu > .menu-item > .sub-menu .sub-menu > .menu-item {
  width: 50%;
}
.menu > .menu-item > .sub-menu .sub-menu .sub-menu {
  padding-left: 1em;
}
.menu .active.menu-item {
  background-color: rgba(51, 51, 51, 0.9);
  color: white;
}
.menu .active.menu-item > .sub-menu {
  display: block;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  background-color: white;
}
.header-inner {
  height: 110px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .header-inner {
    height: calc(110 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .header-inner {
    height: calc(110 / 760 * 100vw);
  }
}

.logo {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.logo-img {
  width: 320px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .logo-img {
    width: calc(320 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .logo-img {
    width: calc(311 / 760 * 100vw);
  }
}

.headerBtns {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 27px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .headerBtns {
    right: calc(27 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .headerBtns {
    right: calc(27 / 760 * 100vw);
  }
}
@media only screen and (max-width: 760px) {
  .headerBtns {
    display: none;
  }
}

.spTopBtns {
  position: absolute;
  top: 20px;
  right: 27px;
  left: 27px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .spTopBtns {
    top: calc(20 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .spTopBtns {
    top: calc(970 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .spTopBtns {
    right: calc(27 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .spTopBtns {
    right: calc(27 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .spTopBtns {
    left: calc(27 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .spTopBtns {
    left: calc(27 / 760 * 100vw);
  }
}

.hbtns {
  background-color: white;
  border-radius: 100px;
  padding: 8px;
  padding-bottom: 8px;
  -webkit-box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.16);
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4285714286;
  margin-left: 20px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .hbtns {
    border-radius: calc(100 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .hbtns {
    border-radius: calc(20 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .hbtns {
    padding: calc(8 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .hbtns {
    padding: calc(10 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .hbtns {
    padding-bottom: calc(8 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .hbtns {
    padding-bottom: calc(16 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .hbtns {
    font-size: calc(14 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .hbtns {
    font-size: calc(28 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .hbtns {
    margin-left: calc(20 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .hbtns {
    margin-left: calc(20 / 760 * 100vw);
  }
}
@media only screen and (max-width: 760px) {
  .hbtns {
    width: 98%;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.16);
  }
}
@media only screen and (max-width: 760px) and (max-width: 1487px) and (min-width: 761px) {
  .hbtns {
    margin-left: calc(0 / 1680 * 100vw);
  }
}
@media only screen and (max-width: 760px) and (max-width: 760px) {
  .hbtns {
    margin-left: calc(0 / 760 * 100vw);
  }
}

.hbtn-link {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 8px;
  padding-right: 8px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .hbtn-link {
    padding: calc(0 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .hbtn-link {
    padding: calc(30 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .hbtn-link {
    padding-left: calc(8 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .hbtn-link {
    padding-left: calc(8 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .hbtn-link {
    padding-right: calc(8 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .hbtn-link {
    padding-right: calc(8 / 760 * 100vw);
  }
}
@media only screen and (max-width: 760px) {
  .hbtn-link {
    font-weight: 700;
  }
}
.hbtn-link-img {
  width: 7px;
  margin-left: 12px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .hbtn-link-img {
    width: calc(7 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .hbtn-link-img {
    width: calc(7 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .hbtn-link-img {
    margin-left: calc(12 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .hbtn-link-img {
    margin-left: calc(12 / 760 * 100vw);
  }
}

.fixed_btn {
  position: fixed;
  z-index: 9999;
  top: 455px;
  right: 28px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .fixed_btn {
    top: calc(455 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .fixed_btn {
    top: calc(455 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .fixed_btn {
    right: calc(28 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .fixed_btn {
    right: calc(0 / 760 * 100vw);
  }
}
.fixed_btn-btn_tel {
  display: none;
}
@media only screen and (max-width: 760px) {
  .fixed_btn-btn_tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 760px) {
  .fixed_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    padding: 1.9736842105vw 2.6315789474vw;
    -webkit-box-shadow: 0px 0px 7.1052631579vw 0px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 0px 7.1052631579vw 0px rgba(0, 0, 0, 0.16);
    top: auto;
    bottom: 0;
  }
}

.footer {
  position: relative;
}
.footer-inner {
  padding-top: 71px;
  padding-bottom: 8px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .footer-inner {
    padding-top: calc(71 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .footer-inner {
    padding-top: calc(115 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .footer-inner {
    padding-bottom: calc(8 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .footer-inner {
    padding-bottom: calc(115 / 760 * 100vw);
  }
}
.footer-box {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
  margin-right: 100px;
  position: relative;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .footer-box {
    margin-top: calc(100 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .footer-box {
    margin-top: calc(50 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .footer-box {
    margin-bottom: calc(100 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .footer-box {
    margin-bottom: calc(0 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .footer-box {
    margin-right: calc(100 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .footer-box {
    margin-right: calc(0 / 760 * 100vw);
  }
}
.footer-box_last {
  margin-right: 0px;
  margin-left: 100px;
  padding-top: 0px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .footer-box_last {
    margin-right: calc(0 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .footer-box_last {
    margin-right: calc(0 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .footer-box_last {
    margin-left: calc(100 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .footer-box_last {
    margin-left: calc(0 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .footer-box_last {
    padding-top: calc(0 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .footer-box_last {
    padding-top: calc(50 / 760 * 100vw);
  }
}
.footer-box_last:before {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background-color: #333333;
  position: absolute;
  left: -100px;
  top: 0;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .footer-box_last:before {
    left: calc(-100 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .footer-box_last:before {
    left: calc(0 / 760 * 100vw);
  }
}
@media only screen and (max-width: 760px) {
  .footer-box_last:before {
    height: 1px;
    width: 100%;
  }
}
.footer-box-ttl {
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .footer-box-ttl {
    font-size: calc(30 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .footer-box-ttl {
    font-size: calc(40 / 760 * 100vw);
  }
}
.footer-box-txt {
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .footer-box-txt {
    font-size: calc(20 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .footer-box-txt {
    font-size: calc(30 / 760 * 100vw);
  }
}
.footer-box-tel {
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .footer-box-tel {
    font-size: calc(30 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .footer-box-tel {
    font-size: calc(58 / 760 * 100vw);
  }
}
.footer-box-tel > a {
  position: relative;
}
.footer-box-tel > a::before {
  content: "";
  display: inline-block;
  background: url(../img/icon_tel.svg) center no-repeat;
  background-size: cover;
  width: 25px;
  height: 26px;
  margin-right: 4px;
  vertical-align: middle;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .footer-box-tel > a::before {
    width: calc(25 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .footer-box-tel > a::before {
    width: calc(48 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .footer-box-tel > a::before {
    height: calc(26 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .footer-box-tel > a::before {
    height: calc(48 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .footer-box-tel > a::before {
    margin-right: calc(4 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .footer-box-tel > a::before {
    margin-right: calc(10 / 760 * 100vw);
  }
}
.footer-copyright {
  background-color: black;
  font-size: 18px;
  height: 70px;
  line-height: 70px;
  color: white;
  text-align: center;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .footer-copyright {
    font-size: calc(18 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .footer-copyright {
    font-size: calc(20 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .footer-copyright {
    height: calc(70 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .footer-copyright {
    height: calc(80 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .footer-copyright {
    line-height: calc(70 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .footer-copyright {
    line-height: calc(80 / 760 * 100vw);
  }
}

.navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 760px) {
  .navs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.nav {
  position: relative;
}
@media only screen and (max-width: 760px) {
  .nav {
    margin-bottom: 0.5em;
  }
}
@media only screen and (min-width: 761px) {
  .nav:not(:first-child, :nth-of-type(5)):before {
    content: "　｜　";
  }
}
.nav-link {
  font-size: 16px;
  position: relative;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .nav-link {
    font-size: calc(16 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .nav-link {
    font-size: calc(30 / 760 * 100vw);
  }
}
@media only screen and (min-width: 761px) {
  .nav-link {
    font-weight: 700;
  }
}
.nav-link:before {
  content: "▶ ";
  font-size: 16px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .nav-link:before {
    font-size: calc(16 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .nav-link:before {
    font-size: calc(26 / 760 * 100vw);
  }
}
.nav-wrapper .nav-link {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .nav-wrapper .nav-link {
    padding-top: calc(20 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .nav-wrapper .nav-link {
    padding-top: calc(20 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .nav-wrapper .nav-link {
    padding-bottom: calc(20 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .nav-wrapper .nav-link {
    padding-bottom: calc(20 / 760 * 100vw);
  }
}
.nav-wrapper .nav {
  border-top: solid 1px #e4e1d7;
  margin-bottom: 0;
}
.nav-wrapper .nav:last-child {
  border-bottom: solid 1px #e4e1d7;
}

.pagetitle {
  background-image: url(../img/ptn_slash.png);
  background-repeat: repeat;
  height: 450px;
  padding-top: 110px;
  background-size: 17px;
  padding-bottom: 0;
  position: relative;
  min-height: auto;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .pagetitle {
    height: calc(450 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .pagetitle {
    height: calc(456 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .pagetitle {
    padding-top: calc(110 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .pagetitle {
    padding-top: calc(110 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .pagetitle {
    background-size: calc(17 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .pagetitle {
    background-size: calc(17 / 760 * 100vw);
  }
}
.pagetitle:before {
  content: "";
  display: block;
  height: 100%;
  width: 910px;
  height: 450px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .pagetitle:before {
    width: calc(910 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .pagetitle:before {
    width: calc(670 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .pagetitle:before {
    height: calc(450 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .pagetitle:before {
    height: calc(280 / 760 * 100vw);
  }
}
@media only screen and (max-width: 760px) {
  .pagetitle:before {
    left: 0;
    bottom: -14.4736842105vw;
    top: auto;
    right: auto;
  }
}
.pagetitle-inner {
  height: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .pagetitle-inner {
    height: calc(340 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .pagetitle-inner {
    height: calc(175 / 760 * 100vw);
  }
}
@media only screen and (max-width: 760px) {
  .pagetitle-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.pagetitle-ttl {
  font-size: 60px;
  line-height: 1.6666666667;
  font-weight: 700;
  letter-spacing: 0.2em;
  position: relative;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(98%, transparent), color-stop(0%, #333333));
  background: linear-gradient(transparent 98%, #333333 0%);
}
@media (max-width: 1487px) and (min-width: 761px) {
  .pagetitle-ttl {
    font-size: calc(60 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .pagetitle-ttl {
    font-size: calc(56 / 760 * 100vw);
  }
}
@media only screen and (max-width: 760px) {
  .pagetitle-ttl {
    letter-spacing: 0.05em;
  }
}
.pagetitle-ttl:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/pagettl_icon_top.png) center no-repeat;
  background-size: cover;
  left: -142px;
  top: 0;
  width: 124px;
  height: 125px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1487px) and (min-width: 761px) {
  .pagetitle-ttl:before {
    left: calc(-142 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .pagetitle-ttl:before {
    left: calc(-67 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .pagetitle-ttl:before {
    width: calc(124 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .pagetitle-ttl:before {
    width: calc(54 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .pagetitle-ttl:before {
    height: calc(125 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .pagetitle-ttl:before {
    height: calc(55 / 760 * 100vw);
  }
}
@media only screen and (max-width: 760px) {
  .pagetitle-ttl:before {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.pagetitle.news-h .pagetitle-ttl:before, .pagetitle.contact-h .pagetitle-ttl:before, .pagetitle.news-n .pagetitle-ttl:before, .pagetitle.contact-n .pagetitle-ttl:before, .pagetitle.sitemap .pagetitle-ttl:before, .pagetitle.pp .pagetitle-ttl:before {
  width: 109px;
  height: 124px;
}
@media only screen and (min-width: 761px) {
  .pagetitle.news-h .pagetitle-ttl:before, .pagetitle.contact-h .pagetitle-ttl:before, .pagetitle.news-n .pagetitle-ttl:before, .pagetitle.contact-n .pagetitle-ttl:before, .pagetitle.sitemap .pagetitle-ttl:before, .pagetitle.pp .pagetitle-ttl:before {
    background: url(../img/pagettl_icon.png) center no-repeat;
    background-size: cover;
    top: 50%;
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .pagetitle.news-h .pagetitle-ttl:before, .pagetitle.contact-h .pagetitle-ttl:before, .pagetitle.news-n .pagetitle-ttl:before, .pagetitle.contact-n .pagetitle-ttl:before, .pagetitle.sitemap .pagetitle-ttl:before, .pagetitle.pp .pagetitle-ttl:before {
    width: calc(109 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .pagetitle.news-h .pagetitle-ttl:before, .pagetitle.contact-h .pagetitle-ttl:before, .pagetitle.news-n .pagetitle-ttl:before, .pagetitle.contact-n .pagetitle-ttl:before, .pagetitle.sitemap .pagetitle-ttl:before, .pagetitle.pp .pagetitle-ttl:before {
    width: calc(54 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .pagetitle.news-h .pagetitle-ttl:before, .pagetitle.contact-h .pagetitle-ttl:before, .pagetitle.news-n .pagetitle-ttl:before, .pagetitle.contact-n .pagetitle-ttl:before, .pagetitle.sitemap .pagetitle-ttl:before, .pagetitle.pp .pagetitle-ttl:before {
    height: calc(124 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .pagetitle.news-h .pagetitle-ttl:before, .pagetitle.contact-h .pagetitle-ttl:before, .pagetitle.news-n .pagetitle-ttl:before, .pagetitle.contact-n .pagetitle-ttl:before, .pagetitle.sitemap .pagetitle-ttl:before, .pagetitle.pp .pagetitle-ttl:before {
    height: calc(55 / 760 * 100vw);
  }
}
.pagetitle.himonya, .pagetitle.news-h, .pagetitle.contact-h {
  background-color: #f29e0a;
}
.pagetitle.nishiazabu, .pagetitle.news-n, .pagetitle.contact-n {
  background-color: #fa8eb3;
}
.pagetitle.sitemap, .pagetitle.pp {
  background-color: #a8d151;
}
.pagetitle.himonya, .pagetitle.nishiazabu {
  height: 560px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .pagetitle.himonya, .pagetitle.nishiazabu {
    height: calc(560 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .pagetitle.himonya, .pagetitle.nishiazabu {
    height: calc(560 / 760 * 100vw);
  }
}
.pagetitle.himonya .pagetitle-inner, .pagetitle.nishiazabu .pagetitle-inner {
  height: 450px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .pagetitle.himonya .pagetitle-inner, .pagetitle.nishiazabu .pagetitle-inner {
    height: calc(450 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .pagetitle.himonya .pagetitle-inner, .pagetitle.nishiazabu .pagetitle-inner {
    height: calc(263 / 760 * 100vw);
  }
}
.pagetitle.himonya:before, .pagetitle.nishiazabu:before {
  height: 500px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .pagetitle.himonya:before, .pagetitle.nishiazabu:before {
    height: calc(500 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .pagetitle.himonya:before, .pagetitle.nishiazabu:before {
    height: calc(280 / 760 * 100vw);
  }
}
.pagetitle.himonya:before {
  background: url(../img/himonya_img.jpg) center no-repeat;
  background-size: cover;
}
.pagetitle.news-h:before {
  background: url(../img/news-h_img.jpg) center no-repeat;
  background-size: cover;
}
.pagetitle.contact-h:before {
  background: url(../img/contact-h_img.jpg) center no-repeat;
  background-size: cover;
}
.pagetitle.nishiazabu:before {
  background: url(../img/nishiazabu_img.jpg) center no-repeat;
  background-size: cover;
}
.pagetitle.news-n:before {
  background: url(../img/news-n_img.jpg) center no-repeat;
  background-size: cover;
}
.pagetitle.contact-n:before {
  background: url(../img/contact-n_img.jpg) center no-repeat;
  background-size: cover;
}
.pagetitle.sitemap:before {
  background: url(../img/sitemap_img.jpg) center no-repeat;
  background-size: cover;
}
.pagetitle.pp .pagetitle-ttl {
  letter-spacing: 0.15em;
}
.pagetitle.pp:before {
  background: url(../img/pp_img.jpg) center no-repeat;
  background-size: cover;
}
.pagetitle.top {
  height: 690px;
  padding-top: 110px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .pagetitle.top {
    height: calc(690 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .pagetitle.top {
    height: calc(1068 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .pagetitle.top {
    padding-top: calc(110 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .pagetitle.top {
    padding-top: calc(0 / 760 * 100vw);
  }
}
.pagetitle.top:before {
  width: 1350px;
  height: 690px;
  background: url(../img/kv_img.jpg) center no-repeat;
  background-size: cover;
  top: 0;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .pagetitle.top:before {
    width: calc(1350 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .pagetitle.top:before {
    width: calc(760 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .pagetitle.top:before {
    height: calc(690 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .pagetitle.top:before {
    height: calc(1068 / 760 * 100vw);
  }
}
@media only screen and (max-width: 760px) {
  .pagetitle.top:before {
    background: url(../img/kv_img_sp.jpg) center no-repeat;
    background-size: cover;
  }
}
.pagetitle.top:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/kv_ill.png) center no-repeat;
  background-size: cover;
  bottom: -190px;
  right: 0px;
  width: 418px;
  height: 256px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .pagetitle.top:after {
    bottom: calc(-190 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .pagetitle.top:after {
    bottom: calc(-250 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .pagetitle.top:after {
    right: calc(0 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .pagetitle.top:after {
    right: calc(-160 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .pagetitle.top:after {
    width: calc(418 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .pagetitle.top:after {
    width: calc(572 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .pagetitle.top:after {
    height: calc(256 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .pagetitle.top:after {
    height: calc(334 / 760 * 100vw);
  }
}
.pagetitle.top .pagetitle-inner {
  padding-top: 0px;
  height: 100%;
  max-width: 1488px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .pagetitle.top .pagetitle-inner {
    padding-top: calc(0 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .pagetitle.top .pagetitle-inner {
    padding-top: calc(159 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .pagetitle.top .pagetitle-inner {
    max-width: calc(1488 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .pagetitle.top .pagetitle-inner {
    max-width: calc(760 / 760 * 100vw);
  }
}
@media only screen and (max-width: 760px) {
  .pagetitle.top .pagetitle-inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.pagetitle.top .pagetitle-ttl {
  font-size: 60px;
  letter-spacing: 0.2em;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .pagetitle.top .pagetitle-ttl {
    font-size: calc(60 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .pagetitle.top .pagetitle-ttl {
    font-size: calc(66 / 760 * 100vw);
  }
}
.pagetitle.top .pagetitle-ttl:before {
  background: url(../img/pagettl_icon_kv.png) center no-repeat;
  background-size: cover;
  left: -66px;
  top: -178px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 1487px) and (min-width: 761px) {
  .pagetitle.top .pagetitle-ttl:before {
    left: calc(-66 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .pagetitle.top .pagetitle-ttl:before {
    left: calc(-67 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .pagetitle.top .pagetitle-ttl:before {
    top: calc(-178 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .pagetitle.top .pagetitle-ttl:before {
    top: calc(-67 / 760 * 100vw);
  }
}

.news-archive-date {
  font-weight: 500;
  font-size: 26px;
  margin-right: 25px;
  line-height: 1;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .news-archive-date {
    font-size: calc(26 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .news-archive-date {
    font-size: calc(30 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .news-archive-date {
    margin-right: calc(25 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .news-archive-date {
    margin-right: calc(25 / 760 * 100vw);
  }
}
.b_himonya .news-archive-date, .b_nishiazabu .news-archive-date {
  margin-bottom: 15px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .b_himonya .news-archive-date, .b_nishiazabu .news-archive-date {
    margin-bottom: calc(15 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .b_himonya .news-archive-date, .b_nishiazabu .news-archive-date {
    margin-bottom: calc(0 / 760 * 100vw);
  }
}
.news-archive-tag {
  font-size: 20px;
  margin-right: 25px;
  color: white;
  background-color: #f29e0a;
  width: 138px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .news-archive-tag {
    font-size: calc(20 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .news-archive-tag {
    font-size: calc(24 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .news-archive-tag {
    margin-right: calc(25 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .news-archive-tag {
    margin-right: calc(25 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .news-archive-tag {
    width: calc(138 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .news-archive-tag {
    width: calc(138 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .news-archive-tag {
    height: calc(40 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .news-archive-tag {
    height: calc(40 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .news-archive-tag {
    line-height: calc(40 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .news-archive-tag {
    line-height: calc(40 / 760 * 100vw);
  }
}
.b_nishiazabu .news-archive-tag, .b_news-n .news-archive-tag {
  background-color: #fa8eb3;
}
.news-archive-ttl {
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .news-archive-ttl {
    font-size: calc(22 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .news-archive-ttl {
    font-size: calc(30 / 760 * 100vw);
  }
}
.b_himonya .news-archive-ttl, .b_nishiazabu .news-archive-ttl {
  border-bottom: solid 1px #333333;
  padding-bottom: 0.25em;
}
.news-box_single .news-archive-ttl {
  border-bottom: none;
  padding-bottom: 0;
}
.news-archive-link .news-archive-ttl {
  position: relative;
}
.news-archive-link .news-archive-ttl:before {
  content: "";
  display: block;
  background: url(../img/arr_r_b2.svg) center no-repeat;
  background-size: cover;
  width: 19px;
  height: 17px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1487px) and (min-width: 761px) {
  .news-archive-link .news-archive-ttl:before {
    width: calc(19 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .news-archive-link .news-archive-ttl:before {
    width: calc(19 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .news-archive-link .news-archive-ttl:before {
    height: calc(17 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .news-archive-link .news-archive-ttl:before {
    height: calc(17 / 760 * 100vw);
  }
}
.news-archive-info {
  padding-bottom: 10px;
  border-bottom: solid 1px #333333;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .news-archive-info {
    padding-bottom: calc(10 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .news-archive-info {
    padding-bottom: calc(10 / 760 * 100vw);
  }
}
.news-archive-detail {
  margin-top: 17px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .news-archive-detail {
    margin-top: calc(17 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .news-archive-detail {
    margin-top: calc(17 / 760 * 100vw);
  }
}

.section_access {
  margin-bottom: 0px;
  margin-top: 0px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_access {
    margin-bottom: calc(0 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_access {
    margin-bottom: calc(100 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_access {
    margin-top: calc(0 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_access {
    margin-top: calc(40 / 760 * 100vw);
  }
}
.section_access .inner_lg {
  background-color: #f29e0a;
  padding-bottom: 60px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_access .inner_lg {
    padding-bottom: calc(60 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_access .inner_lg {
    padding-bottom: calc(60 / 760 * 100vw);
  }
}
.b_nishiazabu .section_access .inner_lg {
  background-color: #fa8eb3;
}
.section_access .inner_lg .inner_xs {
  padding-top: 60px;
  padding-bottom: 45px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_access .inner_lg .inner_xs {
    padding-top: calc(60 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_access .inner_lg .inner_xs {
    padding-top: calc(60 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_access .inner_lg .inner_xs {
    padding-bottom: calc(45 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_access .inner_lg .inner_xs {
    padding-bottom: calc(45 / 760 * 100vw);
  }
}

.section_temporary,
.section_guide {
  background: #ffcc66 url(../img/ptn_dot.png) center repeat;
  position: relative;
}
.b_nishiazabu .section_temporary,
.b_nishiazabu .section_guide {
  background-color: #fbb4cc;
}

.section_guide .l-inner {
  position: relative;
}
.section_guide .l-inner::before {
  content: "";
  display: block;
  background: url(../img/img_cloud.svg) center no-repeat;
  background-size: cover;
  width: 315px;
  height: 103px;
  position: absolute;
  left: -20%;
  bottom: 10%;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_guide .l-inner::before {
    width: calc(315 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_guide .l-inner::before {
    width: calc(315 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_guide .l-inner::before {
    height: calc(103 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_guide .l-inner::before {
    height: calc(103 / 760 * 100vw);
  }
}
.b_nishiazabu .section_guide .l-inner::before {
  bottom: 0;
}
@media only screen and (max-width: 760px) {
  .section_guide .l-inner::before {
    left: -16%;
    bottom: 4%;
  }
}
.section_guide .row > [class^=col] {
  padding: 0px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_guide .row > [class^=col] {
    padding: calc(0 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_guide .row > [class^=col] {
    padding: calc(0 / 760 * 100vw);
  }
}

.section_temporary {
  padding-top: 0;
}
.section_temporary .m-read {
  font-size: 28px;
  line-height: 1.3333333333;
  margin-bottom: 47px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_temporary .m-read {
    font-size: calc(28 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_temporary .m-read {
    font-size: calc(28 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_temporary .m-read {
    margin-bottom: calc(47 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_temporary .m-read {
    margin-bottom: calc(50 / 760 * 100vw);
  }
}
@media only screen and (max-width: 760px) {
  .section_temporary .m-read {
    line-height: 1.3333333333;
  }
}

.section_activities {
  background: url(../img/bg_paper.jpg) center top no-repeat;
  background-size: cover;
  padding-top: 260px;
  padding-bottom: 150px;
  position: relative;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_activities {
    padding-top: calc(260 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_activities {
    padding-top: calc(204 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_activities {
    padding-bottom: calc(150 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_activities {
    padding-bottom: calc(184 / 760 * 100vw);
  }
}
.section_activities::before {
  content: "";
  display: block;
  background: url(../img/bg_note.png) center top no-repeat;
  background-size: contain;
  width: 1508px;
  height: 1192px;
  position: absolute;
  left: 50%;
  top: 100px;
  -webkit-transform: translatex(-50%);
      -ms-transform: translatex(-50%);
          transform: translatex(-50%);
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_activities::before {
    width: calc(1508 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_activities::before {
    width: calc(678 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_activities::before {
    height: calc(1192 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_activities::before {
    height: calc(1755 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_activities::before {
    top: calc(100 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_activities::before {
    top: calc(100 / 760 * 100vw);
  }
}
@media only screen and (max-width: 760px) {
  .section_activities::before {
    background: url(../img/bg_note_sp.png) center top no-repeat;
    background-size: contain;
  }
}
.b_himonya .section_activities::before {
  height: 1192px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .b_himonya .section_activities::before {
    height: calc(1192 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .b_himonya .section_activities::before {
    height: calc(1626 / 760 * 100vw);
  }
}
@media only screen and (max-width: 760px) {
  .b_himonya .section_activities::before {
    background: url(../img/bg_note_sp_h.png) center top no-repeat;
    background-size: contain;
  }
}
.section_activities .inner_lg {
  padding-left: 0px;
  padding-right: 80px;
  position: relative;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_activities .inner_lg {
    padding-left: calc(0 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_activities .inner_lg {
    padding-left: calc(70 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_activities .inner_lg {
    padding-right: calc(80 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_activities .inner_lg {
    padding-right: calc(70 / 760 * 100vw);
  }
}
.section_activities .inner_lg::before {
  content: "";
  display: block;
  background: url(../img/img_star_paper.png) center no-repeat;
  background-size: cover;
  width: 159px;
  height: 137px;
  position: absolute;
  right: -11%;
  bottom: 18%;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_activities .inner_lg::before {
    width: calc(159 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_activities .inner_lg::before {
    width: calc(76 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_activities .inner_lg::before {
    height: calc(137 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_activities .inner_lg::before {
    height: calc(66 / 760 * 100vw);
  }
}
@media only screen and (max-width: 760px) {
  .section_activities .inner_lg::before {
    right: 10%;
    bottom: 7%;
  }
}
.section_activities .row_md {
  margin-left: -130px;
  margin-right: -30px;
  margin-bottom: -60px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_activities .row_md {
    margin-left: calc(-130 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_activities .row_md {
    margin-left: calc(-15 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_activities .row_md {
    margin-right: calc(-30 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_activities .row_md {
    margin-right: calc(-15 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_activities .row_md {
    margin-bottom: calc(-60 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_activities .row_md {
    margin-bottom: calc(-60 / 760 * 100vw);
  }
}
.section_activities .row_md > [class^=col] {
  padding: 19px;
  padding-bottom: 50px;
  padding-top: 0px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_activities .row_md > [class^=col] {
    padding: calc(19 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_activities .row_md > [class^=col] {
    padding: calc(15 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_activities .row_md > [class^=col] {
    padding-bottom: calc(50 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_activities .row_md > [class^=col] {
    padding-bottom: calc(50 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_activities .row_md > [class^=col] {
    padding-top: calc(0 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_activities .row_md > [class^=col] {
    padding-top: calc(0 / 760 * 100vw);
  }
}
@media only screen and (max-width: 760px) {
  .section_activities .row_md > [class^=col] {
    width: 50%;
  }
}
.b_nishiazabu .section_activities .row_md .col-3_1:nth-of-type(1) .activities-txt {
  letter-spacing: -0.075em;
}
@media only screen and (max-width: 760px) {
  .b_nishiazabu .section_activities .row_md .col-3_1:nth-of-type(5) .activities-txt, .b_nishiazabu .section_activities .row_md .col-3_1:nth-of-type(6) .activities-txt {
    height: auto;
  }
}
.section_activities .m-btn {
  position: relative;
  padding-left: 15px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_activities .m-btn {
    padding-left: calc(15 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_activities .m-btn {
    padding-left: calc(20 / 760 * 100vw);
  }
}
.section_activities .m-btn::before {
  content: "";
  display: block;
  background: url(../img/icon_insta_paper.png) center no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 35px;
  vertical-align: text-top;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_activities .m-btn::before {
    width: calc(32 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_activities .m-btn::before {
    width: calc(32 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_activities .m-btn::before {
    height: calc(32 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_activities .m-btn::before {
    height: calc(32 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_activities .m-btn::before {
    left: calc(35 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_activities .m-btn::before {
    left: calc(90 / 760 * 100vw);
  }
}

.activities-ttl {
  right: -170px;
  margin-bottom: 0px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .activities-ttl {
    right: calc(-170 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .activities-ttl {
    right: calc(-170 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .activities-ttl {
    margin-bottom: calc(0 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .activities-ttl {
    margin-bottom: calc(47 / 760 * 100vw);
  }
}
.activities-txt {
  font-size: 21px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom-style: solid;
  border-bottom-color: #333333;
  border-bottom-width: 2px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .activities-txt {
    font-size: calc(21 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .activities-txt {
    font-size: calc(26 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .activities-txt {
    padding-top: calc(30 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .activities-txt {
    padding-top: calc(14 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .activities-txt {
    padding-bottom: calc(30 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .activities-txt {
    padding-bottom: calc(19 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .activities-txt {
    border-bottom-width: calc(2 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .activities-txt {
    border-bottom-width: calc(2 / 760 * 100vw);
  }
}
@media only screen and (max-width: 760px) {
  .b_nishiazabu .activities-txt {
    height: 2em;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    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;
  }
}

.section_links_reception {
  background: #f29e0a url(../img/ptn_stripe.png) center repeat;
  padding-top: 100px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_links_reception {
    padding-top: calc(100 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_links_reception {
    padding-top: calc(231 / 760 * 100vw);
  }
}
.b_nishiazabu .section_links_reception {
  background-color: #fa8eb3;
}
.section_links_reception .subtxt {
  display: none;
}
.section_links_reception .inner_lg > div {
  background-color: white;
  padding-left: 107px;
  padding-right: 107px;
  padding-top: 57px;
  padding-bottom: 57px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_links_reception .inner_lg > div {
    padding-left: calc(107 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_links_reception .inner_lg > div {
    padding-left: calc(30 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_links_reception .inner_lg > div {
    padding-right: calc(107 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_links_reception .inner_lg > div {
    padding-right: calc(30 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_links_reception .inner_lg > div {
    padding-top: calc(57 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_links_reception .inner_lg > div {
    padding-top: calc(60 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_links_reception .inner_lg > div {
    padding-bottom: calc(57 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_links_reception .inner_lg > div {
    padding-bottom: calc(60 / 760 * 100vw);
  }
}
.section_links_reception .activities-txt {
  line-height: 1.6666666667;
  padding-top: 0;
  border-bottom: none;
}
@media only screen and (max-width: 760px) {
  .section_links_reception .activities-txt {
    text-align: left;
  }
}
.section_links_reception .m-table th,
.section_links_reception .m-table td {
  border-bottom: solid 1px #e4e1d7;
  padding-left: 0;
}
.section_links_reception .m-table th {
  background-color: transparent;
  vertical-align: top;
  width: 228px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_links_reception .m-table th {
    width: calc(228 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_links_reception .m-table th {
    width: calc(213 / 760 * 100vw);
  }
}
.section_links_reception .m-table td {
  padding-right: 0;
}
.section_links_reception .m-table tr:nth-of-type(3) th,
.section_links_reception .m-table tr:nth-of-type(3) td, .section_links_reception .m-table tr:nth-of-type(4) th,
.section_links_reception .m-table tr:nth-of-type(4) td {
  border-bottom: none;
}
.section_links_reception .m-table tr:nth-of-type(4) td {
  font-size: 16px;
  padding-bottom: 0;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_links_reception .m-table tr:nth-of-type(4) td {
    font-size: calc(16 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_links_reception .m-table tr:nth-of-type(4) td {
    font-size: calc(22 / 760 * 100vw);
  }
}

.links {
  position: relative;
  padding-top: 191px;
  padding-bottom: 228px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .links {
    padding-top: calc(191 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .links {
    padding-top: calc(179 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .links {
    padding-bottom: calc(228 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .links {
    padding-bottom: calc(163 / 760 * 100vw);
  }
}
.links::before {
  content: "";
  display: block;
  background: url(../img/links_img_01.png);
  background-size: contain;
  width: 421px;
  height: 666px;
  position: absolute;
  left: 0;
  top: 75px;
  z-index: 9;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .links::before {
    width: calc(421 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .links::before {
    width: calc(365 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .links::before {
    height: calc(666 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .links::before {
    height: calc(516 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .links::before {
    top: calc(75 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .links::before {
    top: calc(77 / 760 * 100vw);
  }
}
@media only screen and (max-width: 760px) {
  .links::before {
    background: url(../img/links_img_01_sp.png);
    background-size: contain;
  }
}
.links::after {
  content: "";
  display: block;
  background: url(../img/links_img_02.png);
  background-size: contain;
  width: 441px;
  height: 637px;
  position: absolute;
  right: 0;
  bottom: 127px;
  z-index: 9;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .links::after {
    width: calc(441 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .links::after {
    width: calc(382 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .links::after {
    height: calc(637 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .links::after {
    height: calc(546 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .links::after {
    bottom: calc(127 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .links::after {
    bottom: calc(91 / 760 * 100vw);
  }
}
@media only screen and (max-width: 760px) {
  .links::after {
    background: url(../img/links_img_02_sp.png);
    background-size: contain;
  }
}
.links .inner_lg {
  position: relative;
}
.links .inner_lg::before {
  content: "";
  display: block;
  background: #f29e0a;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 50%;
  top: 0;
  z-index: 0;
}
@media only screen and (max-width: 760px) {
  .links .inner_lg::before {
    right: 0;
    height: 50%;
  }
}
.links .inner_lg::after {
  content: "";
  display: block;
  background: #fa8eb3;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 0;
}
@media only screen and (max-width: 760px) {
  .links .inner_lg::after {
    left: 0;
    top: 50%;
    height: 50%;
  }
}
.links-box {
  color: white;
  position: relative;
  z-index: 9;
  text-align: center;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 35px;
  padding-right: 35px;
  display: inline-block;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .links-box {
    padding-top: calc(90 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .links-box {
    padding-top: calc(82 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .links-box {
    padding-bottom: calc(90 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .links-box {
    padding-bottom: calc(82 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .links-box {
    padding-left: calc(35 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .links-box {
    padding-left: calc(0 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .links-box {
    padding-right: calc(35 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .links-box {
    padding-right: calc(0 / 760 * 100vw);
  }
}
@media only screen and (max-width: 760px) {
  .links-box {
    width: 100%;
  }
}
@media only screen and (max-width: 760px) {
  .links-box_n {
    margin-top: 150%;
  }
}
.links-btn {
  margin: 0;
  width: 325px;
  height: 64px;
  line-height: 64px;
  font-size: 20px;
  margin-top: 60px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .links-btn {
    width: calc(325 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .links-btn {
    width: calc(325 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .links-btn {
    height: calc(64 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .links-btn {
    height: calc(64 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .links-btn {
    line-height: calc(64 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .links-btn {
    line-height: calc(64 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .links-btn {
    font-size: calc(20 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .links-btn {
    font-size: calc(24 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .links-btn {
    margin-top: calc(60 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .links-btn {
    margin-top: calc(10 / 760 * 100vw);
  }
}
.links-btn:after {
  width: 7px;
  height: 12px;
  right: 24px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .links-btn:after {
    width: calc(7 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .links-btn:after {
    width: calc(7 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .links-btn:after {
    height: calc(12 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .links-btn:after {
    height: calc(12 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .links-btn:after {
    right: calc(24 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .links-btn:after {
    right: calc(24 / 760 * 100vw);
  }
}
.links-btn + .links-btn {
  margin-top: 10px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .links-btn + .links-btn {
    margin-top: calc(10 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .links-btn + .links-btn {
    margin-top: calc(10 / 760 * 100vw);
  }
}
.links-txt {
  font-size: 20px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .links-txt {
    font-size: calc(20 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .links-txt {
    font-size: calc(24 / 760 * 100vw);
  }
}

.section_contact {
  padding-bottom: 0;
}
.section_contact .txt-size_xs {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_contact .txt-size_xs {
    font-size: calc(18 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_contact .txt-size_xs {
    font-size: calc(26 / 760 * 100vw);
  }
}
.section_contact .m-bg {
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_contact .m-bg {
    margin-top: calc(100 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_contact .m-bg {
    margin-top: calc(100 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_contact .m-bg {
    padding-top: calc(100 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_contact .m-bg {
    padding-top: calc(100 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_contact .m-bg {
    padding-bottom: calc(100 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_contact .m-bg {
    padding-bottom: calc(100 / 760 * 100vw);
  }
}
.section_contact .mw_wp_form {
  position: relative;
}
.section_contact .mw_wp_form > form > p {
  font-size: 0;
}
.section_contact .form-inner p {
  font-weight: 700;
}
.section_contact .m-dl_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_contact .m-dl_form {
    padding-bottom: calc(40 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_contact .m-dl_form {
    padding-bottom: calc(54 / 760 * 100vw);
  }
}
@media only screen and (max-width: 760px) {
  .section_contact .m-dl_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section_contact .m-dl_form > dt {
  padding-top: 15px;
  margin-bottom: 0px;
  width: 270px;
  line-height: 1;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_contact .m-dl_form > dt {
    padding-top: calc(15 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_contact .m-dl_form > dt {
    padding-top: calc(0 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_contact .m-dl_form > dt {
    margin-bottom: calc(0 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_contact .m-dl_form > dt {
    margin-bottom: calc(30 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_contact .m-dl_form > dt {
    width: calc(270 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_contact .m-dl_form > dt {
    width: calc(620 / 760 * 100vw);
  }
}
.section_contact .m-dl_form > dt > * {
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_contact .m-dl_form > dt > * {
    margin-right: calc(13 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_contact .m-dl_form > dt > * {
    margin-right: calc(13 / 760 * 100vw);
  }
}
.section_contact .m-dl_form > dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section_contact .m-dl_form:last-child {
  padding-bottom: 0px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_contact .m-dl_form:last-child {
    padding-bottom: calc(0 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_contact .m-dl_form:last-child {
    padding-bottom: calc(0 / 760 * 100vw);
  }
}
.section_contact .m-dl_form:last-child dd {
  padding-left: 0px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_contact .m-dl_form:last-child dd {
    padding-left: calc(0 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_contact .m-dl_form:last-child dd {
    padding-left: calc(88 / 760 * 100vw);
  }
}
.section_contact .form-box {
  position: relative;
  /* z-index: 9; */
  border-radius: 0;
  border: none;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 90px;
  padding-right: 90px;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_contact .form-box {
    padding-top: calc(60 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_contact .form-box {
    padding-top: calc(60 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_contact .form-box {
    padding-bottom: calc(60 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_contact .form-box {
    padding-bottom: calc(60 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_contact .form-box {
    padding-left: calc(90 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_contact .form-box {
    padding-left: calc(30 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_contact .form-box {
    padding-right: calc(90 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_contact .form-box {
    padding-right: calc(30 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_contact .form-box {
    margin-bottom: calc(60 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_contact .form-box {
    margin-bottom: calc(60 / 760 * 100vw);
  }
}
.section_contact .form-box-ttl {
  font-weight: 700;
  line-height: 1;
  font-size: 18px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_contact .form-box-ttl {
    font-size: calc(18 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_contact .form-box-ttl {
    font-size: calc(30 / 760 * 100vw);
  }
}
.section_contact .form-box::before {
  content: "";
  display: block;
  background: url(../img/img_cloud.svg) center no-repeat;
  background-size: cover;
  width: 315px;
  height: 103px;
  position: absolute;
  left: -20%;
  bottom: -15%;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_contact .form-box::before {
    width: calc(315 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_contact .form-box::before {
    width: calc(315 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_contact .form-box::before {
    height: calc(103 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_contact .form-box::before {
    height: calc(103 / 760 * 100vw);
  }
}
.section_contact .form-box + .txt-c {
  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;
}
.section_contact .form-box .txt-size_xs > a {
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_contact .form-box .txt-size_xs > a {
    font-size: calc(16 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_contact .form-box .txt-size_xs > a {
    font-size: calc(28 / 760 * 100vw);
  }
}
.section_contact .txt-link-color_primary {
  color: #333333;
}
.section_contact .m-btn {
  background-image: url(../img/arr_r_w.svg);
  background-repeat: no-repeat;
  background-position: 92.5% center;
  background-size: 7px;
  margin: 20px;
  margin-top: 0;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_contact .m-btn {
    background-size: calc(7 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_contact .m-btn {
    background-size: calc(13 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_contact .m-btn {
    margin: calc(20 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_contact .m-btn {
    margin: calc(20 / 760 * 100vw);
  }
}
.section_contact input[name=submitBack] {
  background-color: white;
  color: #333333;
  background-image: url(../img/arr_l_b.svg);
  background-repeat: no-repeat;
  background-position: 7.5% center;
  background-size: 7px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_contact input[name=submitBack] {
    background-size: calc(7 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_contact input[name=submitBack] {
    background-size: calc(13 / 760 * 100vw);
  }
}
.section_contact input[name=submitBack]:hover {
  background-color: rgba(0, 0, 0, 0);
  fill: currentColor;
}
@media only screen and (max-width: 760px) {
  .section_contact .w-50p {
    width: 100%;
  }
}
.section_contact .mwform-checkbox-field-text {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_contact .mwform-checkbox-field-text {
    font-size: calc(18 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_contact .mwform-checkbox-field-text {
    font-size: calc(28 / 760 * 100vw);
  }
}

.section_sitemap .inner_lg .col {
  width: 33.3333333333%;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0px;
  padding-top: 0px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_sitemap .inner_lg .col {
    padding-left: calc(15 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_sitemap .inner_lg .col {
    padding-left: calc(30 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_sitemap .inner_lg .col {
    padding-right: calc(15 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_sitemap .inner_lg .col {
    padding-right: calc(30 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_sitemap .inner_lg .col {
    padding-bottom: calc(0 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_sitemap .inner_lg .col {
    padding-bottom: calc(130 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_sitemap .inner_lg .col {
    padding-top: calc(0 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_sitemap .inner_lg .col {
    padding-top: calc(0 / 760 * 100vw);
  }
}
@media only screen and (max-width: 760px) {
  .section_sitemap .inner_lg .col {
    width: 100%;
  }
}
.section_sitemap .inner_lg .col:last-child {
  padding-bottom: 0px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_sitemap .inner_lg .col:last-child {
    padding-bottom: calc(0 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_sitemap .inner_lg .col:last-child {
    padding-bottom: calc(0 / 760 * 100vw);
  }
}
.section_sitemap .sitemap-ul a {
  position: relative;
}
.section_sitemap .sitemap-ul a:before {
  content: "■ ";
  font-size: 16px;
  color: #a8d151;
  vertical-align: text-bottom;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_sitemap .sitemap-ul a:before {
    font-size: calc(16 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_sitemap .sitemap-ul a:before {
    font-size: calc(24 / 760 * 100vw);
  }
}
.section_sitemap .sitemap-ul > li {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_sitemap .sitemap-ul > li {
    font-size: calc(24 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_sitemap .sitemap-ul > li {
    font-size: calc(30 / 760 * 100vw);
  }
}
.section_sitemap .sitemap-ul > li:not(:last-child) {
  margin-bottom: 1em;
}
.section_sitemap .col:nth-of-type(1) .sitemap-ttl {
  border-bottom-color: #f29e0a;
  color: #f29e0a;
}
.section_sitemap .col:nth-of-type(1) .sitemap-ul a:before {
  color: #f29e0a;
}
.section_sitemap .col:nth-of-type(2) .sitemap-ttl {
  border-bottom-color: #fa8eb3;
  color: #fa8eb3;
}
.section_sitemap .col:nth-of-type(2) .sitemap-ul a:before {
  color: #fa8eb3;
}

.section_privacy {
  line-height: 1.7777777778;
}
.section_privacy .m-box {
  border: none;
  padding: 0px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .section_privacy .m-box {
    padding: calc(0 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .section_privacy .m-box {
    padding: calc(0 / 760 * 100vw);
  }
}

.privacy-txt {
  margin-bottom: 1em;
}
@media only screen and (max-width: 760px) {
  .privacy-txt {
    margin-bottom: 1.5em;
  }
}
.privacy-ttl_xs {
  font-size: 20px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom-width: 0px;
}
@media (max-width: 1487px) and (min-width: 761px) {
  .privacy-ttl_xs {
    font-size: calc(20 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .privacy-ttl_xs {
    font-size: calc(32 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .privacy-ttl_xs {
    padding-bottom: calc(0 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .privacy-ttl_xs {
    padding-bottom: calc(0 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .privacy-ttl_xs {
    margin-bottom: calc(0 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .privacy-ttl_xs {
    margin-bottom: calc(0 / 760 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 761px) {
  .privacy-ttl_xs {
    border-bottom-width: calc(0 / 1680 * 100vw);
  }
}
@media (max-width: 760px) {
  .privacy-ttl_xs {
    border-bottom-width: calc(0 / 760 * 100vw);
  }
}