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

body {
  color: #313636;
  font-family: "Google Sans Flex", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  body {
    font-size: calc(16 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: calc(16 / 375 * 100vw);
  }
}
body {
  line-height: 1.75;
  font-weight: 500;
  /* プロポーショナルメトリクスを有効にする指定 */
  letter-spacing: 0.1em;
  text-align: justify;
}

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;
}
img:not(:logo) {
  filter: saturate(0.8) brightness(0.8) contrast(1.03) hue-rotate(-18deg);
  /* 青を少しだけ緑寄りに（#374b51方向） */
}

small {
  font-size: 80%;
}

@media only screen and (min-width: 769px) {
  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;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .l-inner.sp_inner_xl {
    padding: 0;
  }
  .l-inner.sp_inner_lg {
    padding: calc(100 / 375 * 80 / 1 * 1vw) calc(100 / 375 * 40 / 1 * 1vw);
  }
  .l-inner.sp_inner_md {
    padding: calc(100 / 375 * 60 / 1 * 1vw) calc(100 / 375 * 40 / 1 * 1vw);
  }
  .l-inner.sp_inner_sm {
    padding: calc(100 / 375 * 40 / 1 * 1vw) calc(100 / 375 * 40 / 1 * 1vw);
  }
  .l-inner.sp_inner_xs {
    padding: calc(100 / 375 * 20 / 1 * 1vw) calc(100 / 375 * 40 / 1 * 1vw);
  }
}
.l-inner .l-inner {
  padding-left: 0;
  padding-right: 0;
}

.inner_xl {
  /* @include responsive-prop(max-width, $break_xl_num); */
  /* @include responsive-prop(padding-right, $space_xs_num,$sp_space_num);
  @include responsive-prop(padding-left, $space_xs_num,$sp_space_num); */
}
.inner_lg {
  padding-inline: 20px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .inner_lg {
    padding-inline: calc(20 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .inner_lg {
    padding-inline: calc(20 / 375 * 100vw);
  }
}
.inner_md {
  padding-inline: 80px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .inner_md {
    padding-inline: calc(80 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .inner_md {
    padding-inline: calc(80 / 375 * 100vw);
  }
}
.inner_md {
  padding-block: 60px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .inner_md {
    padding-block: calc(60 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .inner_md {
    padding-block: calc(60 / 375 * 100vw);
  }
}
.inner_sm {
  max-width: 1024px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .inner_sm {
    max-width: calc(1024 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .inner_sm {
    max-width: calc(1024 / 375 * 100vw);
  }
}
.l-section {
  position: relative;
  padding-block: 160px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .l-section {
    padding-block: calc(160 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .l-section {
    padding-block: calc(120 / 375 * 100vw);
  }
}
.l-section {
  padding-inline: 20px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .l-section {
    padding-inline: calc(20 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .l-section {
    padding-inline: calc(20 / 375 * 100vw);
  }
}
.l-section::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  width: 1200px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .l-section::before {
    width: calc(1200 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .l-section::before {
    width: calc(400 / 375 * 100vw);
  }
}
.l-section::before {
  height: 1169px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .l-section::before {
    height: calc(1169 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .l-section::before {
    height: calc(389 / 375 * 100vw);
  }
}
.l-section:nth-of-type(odd)::before {
  background: url(../img/bg-black.png) center no-repeat;
  background-size: cover;
  opacity: 5%;
  right: 0;
  transform: translateX(50%);
  bottom: -333px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .l-section:nth-of-type(odd)::before {
    bottom: calc(-333 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .l-section:nth-of-type(odd)::before {
    bottom: calc(-111 / 375 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .l-section:nth-of-type(odd)::before {
    transform: translateX(55%);
  }
}
.l-section:nth-of-type(even)::before {
  background: url(../img/bg-white.png) center no-repeat;
  background-size: cover;
  left: 0;
  transform: translateX(-50%);
  top: -333px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .l-section:nth-of-type(even)::before {
    top: calc(-333 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .l-section:nth-of-type(even)::before {
    top: calc(-111 / 375 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .l-section:nth-of-type(even)::before {
    transform: translateX(-55%);
  }
}

.l-content {
  border-top: solid 2px #DBDBDB;
  margin-top: 80px;
  padding-top: 80px;
}
.l-main {
  position: relative;
}
.l-main.main-bg::before {
  content: "";
  display: block;
  width: 1680px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .l-main.main-bg::before {
    width: calc(1680 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .l-main.main-bg::before {
    width: calc(760 / 375 * 100vw);
  }
}
.l-main.main-bg::before {
  height: 1481px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .l-main.main-bg::before {
    height: calc(1481 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .l-main.main-bg::before {
    height: calc(1922 / 375 * 100vw);
  }
}
.l-main.main-bg::before {
  background: url("../img/shapes_00.png") center top no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .l-main.main-bg::before {
    top: calc(0 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .l-main.main-bg::before {
    top: calc(110 / 375 * 100vw);
  }
}
.l-main.main-bg::before {
  left: 50%;
  transform: translateX(-50%);
  /* z-index: 9; */
}
@media only screen and (max-width: 768px) {
  .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 only screen and (max-width: 1365px) and (min-width: 769px) {
  .b_nishiazabu .l-main.main-bg::before {
    height: calc(1481 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .b_nishiazabu .l-main.main-bg::before {
    height: calc(2008 / 375 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .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;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .b_sitemap .l-main::before {
    width: calc(1680 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .b_sitemap .l-main::before {
    width: calc(760 / 375 * 100vw);
  }
}
.b_sitemap .l-main::before {
  height: 594px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .b_sitemap .l-main::before {
    height: calc(594 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .b_sitemap .l-main::before {
    height: calc(1832 / 375 * 100vw);
  }
}
.b_sitemap .l-main::before {
  background: url("../img/shapes_00_sitemap.png") center top no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  /* z-index: 9; */
}
@media only screen and (max-width: 768px) {
  .b_sitemap .l-main::before {
    background: url("../img/shapes_00_sitemap_sp.png") center top no-repeat;
    background-size: cover;
  }
}

.l-footer {
  position: relative;
}

.row {
  display: flex;
  flex-wrap: wrap;
  --grid-gap: 60px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .row {
    --grid-gap: calc(60 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .row {
    --grid-gap: calc(60 / 375 * 100vw);
  }
}
.row {
  gap: var(--grid-gap);
}
.row_0 {
  --grid-gap: 0px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .row_0 {
    --grid-gap: calc(0 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .row_0 {
    --grid-gap: calc(0 / 375 * 100vw);
  }
}
.row_xl {
  --grid-gap: 160px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .row_xl {
    --grid-gap: calc(160 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .row_xl {
    --grid-gap: calc(160 / 375 * 100vw);
  }
}
.row_lg {
  --grid-gap: 80px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .row_lg {
    --grid-gap: calc(80 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .row_lg {
    --grid-gap: calc(80 / 375 * 100vw);
  }
}
.row_md {
  --grid-gap: 60px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .row_md {
    --grid-gap: calc(60 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .row_md {
    --grid-gap: calc(60 / 375 * 100vw);
  }
}
.row_sm {
  --grid-gap: 40px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .row_sm {
    --grid-gap: calc(40 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .row_sm {
    --grid-gap: calc(40 / 375 * 100vw);
  }
}
.row_xs {
  --grid-gap: 20px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .row_xs {
    --grid-gap: calc(20 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .row_xs {
    --grid-gap: calc(20 / 375 * 100vw);
  }
}
.row-column {
  flex-direction: column;
}
.row-column-reverse {
  flex-direction: column-reverse;
}
.row-reverse {
  flex-direction: row-reverse;
}
.row-start {
  justify-content: flex-start;
}
.row-end {
  justify-content: flex-end;
  margin-right: 0;
}
.row-center {
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .row-center {
    align-items: center;
  }
}
.row-between {
  justify-content: space-between;
}
.row-align_start {
  align-items: flex-start;
}
.row-align_center {
  align-items: center;
}
.row-align_end {
  align-items: flex-end;
}
.row-align_strech {
  align-items: stretch;
}
.row-wrap {
  flex-wrap: wrap;
}
.row-nowrap {
  flex-wrap: nowrap;
}

.col-2,
.col-2_1 {
  flex: 0 0 calc((100% - var(--grid-gap) * (1)) / 2 * 1 + var(--grid-gap) * (0));
  max-width: calc((100% - var(--grid-gap) * (1)) / 2 * 1 + var(--grid-gap) * (0));
}

.col-2_2 {
  flex: 0 0 calc((100% - var(--grid-gap) * (1)) / 2 * 2 + var(--grid-gap) * (1));
  max-width: calc((100% - var(--grid-gap) * (1)) / 2 * 2 + var(--grid-gap) * (1));
}

.col-3,
.col-3_1 {
  flex: 0 0 calc((100% - var(--grid-gap) * (2)) / 3 * 1 + var(--grid-gap) * (0));
  max-width: calc((100% - var(--grid-gap) * (2)) / 3 * 1 + var(--grid-gap) * (0));
}

.col-3_2 {
  flex: 0 0 calc((100% - var(--grid-gap) * (2)) / 3 * 2 + var(--grid-gap) * (1));
  max-width: calc((100% - var(--grid-gap) * (2)) / 3 * 2 + var(--grid-gap) * (1));
}

.col-3_3 {
  flex: 0 0 calc((100% - var(--grid-gap) * (2)) / 3 * 3 + var(--grid-gap) * (2));
  max-width: calc((100% - var(--grid-gap) * (2)) / 3 * 3 + var(--grid-gap) * (2));
}

.col-4,
.col-4_1 {
  flex: 0 0 calc((100% - var(--grid-gap) * (3)) / 4 * 1 + var(--grid-gap) * (0));
  max-width: calc((100% - var(--grid-gap) * (3)) / 4 * 1 + var(--grid-gap) * (0));
}

.col-4_2 {
  flex: 0 0 calc((100% - var(--grid-gap) * (3)) / 4 * 2 + var(--grid-gap) * (1));
  max-width: calc((100% - var(--grid-gap) * (3)) / 4 * 2 + var(--grid-gap) * (1));
}

.col-4_3 {
  flex: 0 0 calc((100% - var(--grid-gap) * (3)) / 4 * 3 + var(--grid-gap) * (2));
  max-width: calc((100% - var(--grid-gap) * (3)) / 4 * 3 + var(--grid-gap) * (2));
}

.col-4_4 {
  flex: 0 0 calc((100% - var(--grid-gap) * (3)) / 4 * 4 + var(--grid-gap) * (3));
  max-width: calc((100% - var(--grid-gap) * (3)) / 4 * 4 + var(--grid-gap) * (3));
}

.col-5,
.col-5_1 {
  flex: 0 0 calc((100% - var(--grid-gap) * (4)) / 5 * 1 + var(--grid-gap) * (0));
  max-width: calc((100% - var(--grid-gap) * (4)) / 5 * 1 + var(--grid-gap) * (0));
}

.col-5_2 {
  flex: 0 0 calc((100% - var(--grid-gap) * (4)) / 5 * 2 + var(--grid-gap) * (1));
  max-width: calc((100% - var(--grid-gap) * (4)) / 5 * 2 + var(--grid-gap) * (1));
}

.col-5_3 {
  flex: 0 0 calc((100% - var(--grid-gap) * (4)) / 5 * 3 + var(--grid-gap) * (2));
  max-width: calc((100% - var(--grid-gap) * (4)) / 5 * 3 + var(--grid-gap) * (2));
}

.col-5_4 {
  flex: 0 0 calc((100% - var(--grid-gap) * (4)) / 5 * 4 + var(--grid-gap) * (3));
  max-width: calc((100% - var(--grid-gap) * (4)) / 5 * 4 + var(--grid-gap) * (3));
}

.col-5_5 {
  flex: 0 0 calc((100% - var(--grid-gap) * (4)) / 5 * 5 + var(--grid-gap) * (4));
  max-width: calc((100% - var(--grid-gap) * (4)) / 5 * 5 + var(--grid-gap) * (4));
}

.col-6,
.col-6_1 {
  flex: 0 0 calc((100% - var(--grid-gap) * (5)) / 6 * 1 + var(--grid-gap) * (0));
  max-width: calc((100% - var(--grid-gap) * (5)) / 6 * 1 + var(--grid-gap) * (0));
}

.col-6_2 {
  flex: 0 0 calc((100% - var(--grid-gap) * (5)) / 6 * 2 + var(--grid-gap) * (1));
  max-width: calc((100% - var(--grid-gap) * (5)) / 6 * 2 + var(--grid-gap) * (1));
}

.col-6_3 {
  flex: 0 0 calc((100% - var(--grid-gap) * (5)) / 6 * 3 + var(--grid-gap) * (2));
  max-width: calc((100% - var(--grid-gap) * (5)) / 6 * 3 + var(--grid-gap) * (2));
}

.col-6_4 {
  flex: 0 0 calc((100% - var(--grid-gap) * (5)) / 6 * 4 + var(--grid-gap) * (3));
  max-width: calc((100% - var(--grid-gap) * (5)) / 6 * 4 + var(--grid-gap) * (3));
}

.col-6_5 {
  flex: 0 0 calc((100% - var(--grid-gap) * (5)) / 6 * 5 + var(--grid-gap) * (4));
  max-width: calc((100% - var(--grid-gap) * (5)) / 6 * 5 + var(--grid-gap) * (4));
}

.col-6_6 {
  flex: 0 0 calc((100% - var(--grid-gap) * (5)) / 6 * 6 + var(--grid-gap) * (5));
  max-width: calc((100% - var(--grid-gap) * (5)) / 6 * 6 + var(--grid-gap) * (5));
}

.col-7,
.col-7_1 {
  flex: 0 0 calc((100% - var(--grid-gap) * (6)) / 7 * 1 + var(--grid-gap) * (0));
  max-width: calc((100% - var(--grid-gap) * (6)) / 7 * 1 + var(--grid-gap) * (0));
}

.col-7_2 {
  flex: 0 0 calc((100% - var(--grid-gap) * (6)) / 7 * 2 + var(--grid-gap) * (1));
  max-width: calc((100% - var(--grid-gap) * (6)) / 7 * 2 + var(--grid-gap) * (1));
}

.col-7_3 {
  flex: 0 0 calc((100% - var(--grid-gap) * (6)) / 7 * 3 + var(--grid-gap) * (2));
  max-width: calc((100% - var(--grid-gap) * (6)) / 7 * 3 + var(--grid-gap) * (2));
}

.col-7_4 {
  flex: 0 0 calc((100% - var(--grid-gap) * (6)) / 7 * 4 + var(--grid-gap) * (3));
  max-width: calc((100% - var(--grid-gap) * (6)) / 7 * 4 + var(--grid-gap) * (3));
}

.col-7_5 {
  flex: 0 0 calc((100% - var(--grid-gap) * (6)) / 7 * 5 + var(--grid-gap) * (4));
  max-width: calc((100% - var(--grid-gap) * (6)) / 7 * 5 + var(--grid-gap) * (4));
}

.col-7_6 {
  flex: 0 0 calc((100% - var(--grid-gap) * (6)) / 7 * 6 + var(--grid-gap) * (5));
  max-width: calc((100% - var(--grid-gap) * (6)) / 7 * 6 + var(--grid-gap) * (5));
}

.col-7_7 {
  flex: 0 0 calc((100% - var(--grid-gap) * (6)) / 7 * 7 + var(--grid-gap) * (6));
  max-width: calc((100% - var(--grid-gap) * (6)) / 7 * 7 + var(--grid-gap) * (6));
}

.col-8,
.col-8_1 {
  flex: 0 0 calc((100% - var(--grid-gap) * (7)) / 8 * 1 + var(--grid-gap) * (0));
  max-width: calc((100% - var(--grid-gap) * (7)) / 8 * 1 + var(--grid-gap) * (0));
}

.col-8_2 {
  flex: 0 0 calc((100% - var(--grid-gap) * (7)) / 8 * 2 + var(--grid-gap) * (1));
  max-width: calc((100% - var(--grid-gap) * (7)) / 8 * 2 + var(--grid-gap) * (1));
}

.col-8_3 {
  flex: 0 0 calc((100% - var(--grid-gap) * (7)) / 8 * 3 + var(--grid-gap) * (2));
  max-width: calc((100% - var(--grid-gap) * (7)) / 8 * 3 + var(--grid-gap) * (2));
}

.col-8_4 {
  flex: 0 0 calc((100% - var(--grid-gap) * (7)) / 8 * 4 + var(--grid-gap) * (3));
  max-width: calc((100% - var(--grid-gap) * (7)) / 8 * 4 + var(--grid-gap) * (3));
}

.col-8_5 {
  flex: 0 0 calc((100% - var(--grid-gap) * (7)) / 8 * 5 + var(--grid-gap) * (4));
  max-width: calc((100% - var(--grid-gap) * (7)) / 8 * 5 + var(--grid-gap) * (4));
}

.col-8_6 {
  flex: 0 0 calc((100% - var(--grid-gap) * (7)) / 8 * 6 + var(--grid-gap) * (5));
  max-width: calc((100% - var(--grid-gap) * (7)) / 8 * 6 + var(--grid-gap) * (5));
}

.col-8_7 {
  flex: 0 0 calc((100% - var(--grid-gap) * (7)) / 8 * 7 + var(--grid-gap) * (6));
  max-width: calc((100% - var(--grid-gap) * (7)) / 8 * 7 + var(--grid-gap) * (6));
}

.col-8_8 {
  flex: 0 0 calc((100% - var(--grid-gap) * (7)) / 8 * 8 + var(--grid-gap) * (7));
  max-width: calc((100% - var(--grid-gap) * (7)) / 8 * 8 + var(--grid-gap) * (7));
}

.col-9,
.col-9_1 {
  flex: 0 0 calc((100% - var(--grid-gap) * (8)) / 9 * 1 + var(--grid-gap) * (0));
  max-width: calc((100% - var(--grid-gap) * (8)) / 9 * 1 + var(--grid-gap) * (0));
}

.col-9_2 {
  flex: 0 0 calc((100% - var(--grid-gap) * (8)) / 9 * 2 + var(--grid-gap) * (1));
  max-width: calc((100% - var(--grid-gap) * (8)) / 9 * 2 + var(--grid-gap) * (1));
}

.col-9_3 {
  flex: 0 0 calc((100% - var(--grid-gap) * (8)) / 9 * 3 + var(--grid-gap) * (2));
  max-width: calc((100% - var(--grid-gap) * (8)) / 9 * 3 + var(--grid-gap) * (2));
}

.col-9_4 {
  flex: 0 0 calc((100% - var(--grid-gap) * (8)) / 9 * 4 + var(--grid-gap) * (3));
  max-width: calc((100% - var(--grid-gap) * (8)) / 9 * 4 + var(--grid-gap) * (3));
}

.col-9_5 {
  flex: 0 0 calc((100% - var(--grid-gap) * (8)) / 9 * 5 + var(--grid-gap) * (4));
  max-width: calc((100% - var(--grid-gap) * (8)) / 9 * 5 + var(--grid-gap) * (4));
}

.col-9_6 {
  flex: 0 0 calc((100% - var(--grid-gap) * (8)) / 9 * 6 + var(--grid-gap) * (5));
  max-width: calc((100% - var(--grid-gap) * (8)) / 9 * 6 + var(--grid-gap) * (5));
}

.col-9_7 {
  flex: 0 0 calc((100% - var(--grid-gap) * (8)) / 9 * 7 + var(--grid-gap) * (6));
  max-width: calc((100% - var(--grid-gap) * (8)) / 9 * 7 + var(--grid-gap) * (6));
}

.col-9_8 {
  flex: 0 0 calc((100% - var(--grid-gap) * (8)) / 9 * 8 + var(--grid-gap) * (7));
  max-width: calc((100% - var(--grid-gap) * (8)) / 9 * 8 + var(--grid-gap) * (7));
}

.col-9_9 {
  flex: 0 0 calc((100% - var(--grid-gap) * (8)) / 9 * 9 + var(--grid-gap) * (8));
  max-width: calc((100% - var(--grid-gap) * (8)) / 9 * 9 + var(--grid-gap) * (8));
}

.col-10,
.col-10_1 {
  flex: 0 0 calc((100% - var(--grid-gap) * (9)) / 10 * 1 + var(--grid-gap) * (0));
  max-width: calc((100% - var(--grid-gap) * (9)) / 10 * 1 + var(--grid-gap) * (0));
}

.col-10_2 {
  flex: 0 0 calc((100% - var(--grid-gap) * (9)) / 10 * 2 + var(--grid-gap) * (1));
  max-width: calc((100% - var(--grid-gap) * (9)) / 10 * 2 + var(--grid-gap) * (1));
}

.col-10_3 {
  flex: 0 0 calc((100% - var(--grid-gap) * (9)) / 10 * 3 + var(--grid-gap) * (2));
  max-width: calc((100% - var(--grid-gap) * (9)) / 10 * 3 + var(--grid-gap) * (2));
}

.col-10_4 {
  flex: 0 0 calc((100% - var(--grid-gap) * (9)) / 10 * 4 + var(--grid-gap) * (3));
  max-width: calc((100% - var(--grid-gap) * (9)) / 10 * 4 + var(--grid-gap) * (3));
}

.col-10_5 {
  flex: 0 0 calc((100% - var(--grid-gap) * (9)) / 10 * 5 + var(--grid-gap) * (4));
  max-width: calc((100% - var(--grid-gap) * (9)) / 10 * 5 + var(--grid-gap) * (4));
}

.col-10_6 {
  flex: 0 0 calc((100% - var(--grid-gap) * (9)) / 10 * 6 + var(--grid-gap) * (5));
  max-width: calc((100% - var(--grid-gap) * (9)) / 10 * 6 + var(--grid-gap) * (5));
}

.col-10_7 {
  flex: 0 0 calc((100% - var(--grid-gap) * (9)) / 10 * 7 + var(--grid-gap) * (6));
  max-width: calc((100% - var(--grid-gap) * (9)) / 10 * 7 + var(--grid-gap) * (6));
}

.col-10_8 {
  flex: 0 0 calc((100% - var(--grid-gap) * (9)) / 10 * 8 + var(--grid-gap) * (7));
  max-width: calc((100% - var(--grid-gap) * (9)) / 10 * 8 + var(--grid-gap) * (7));
}

.col-10_9 {
  flex: 0 0 calc((100% - var(--grid-gap) * (9)) / 10 * 9 + var(--grid-gap) * (8));
  max-width: calc((100% - var(--grid-gap) * (9)) / 10 * 9 + var(--grid-gap) * (8));
}

.col-10_10 {
  flex: 0 0 calc((100% - var(--grid-gap) * (9)) / 10 * 10 + var(--grid-gap) * (9));
  max-width: calc((100% - var(--grid-gap) * (9)) / 10 * 10 + var(--grid-gap) * (9));
}

.col-11,
.col-11_1 {
  flex: 0 0 calc((100% - var(--grid-gap) * (10)) / 11 * 1 + var(--grid-gap) * (0));
  max-width: calc((100% - var(--grid-gap) * (10)) / 11 * 1 + var(--grid-gap) * (0));
}

.col-11_2 {
  flex: 0 0 calc((100% - var(--grid-gap) * (10)) / 11 * 2 + var(--grid-gap) * (1));
  max-width: calc((100% - var(--grid-gap) * (10)) / 11 * 2 + var(--grid-gap) * (1));
}

.col-11_3 {
  flex: 0 0 calc((100% - var(--grid-gap) * (10)) / 11 * 3 + var(--grid-gap) * (2));
  max-width: calc((100% - var(--grid-gap) * (10)) / 11 * 3 + var(--grid-gap) * (2));
}

.col-11_4 {
  flex: 0 0 calc((100% - var(--grid-gap) * (10)) / 11 * 4 + var(--grid-gap) * (3));
  max-width: calc((100% - var(--grid-gap) * (10)) / 11 * 4 + var(--grid-gap) * (3));
}

.col-11_5 {
  flex: 0 0 calc((100% - var(--grid-gap) * (10)) / 11 * 5 + var(--grid-gap) * (4));
  max-width: calc((100% - var(--grid-gap) * (10)) / 11 * 5 + var(--grid-gap) * (4));
}

.col-11_6 {
  flex: 0 0 calc((100% - var(--grid-gap) * (10)) / 11 * 6 + var(--grid-gap) * (5));
  max-width: calc((100% - var(--grid-gap) * (10)) / 11 * 6 + var(--grid-gap) * (5));
}

.col-11_7 {
  flex: 0 0 calc((100% - var(--grid-gap) * (10)) / 11 * 7 + var(--grid-gap) * (6));
  max-width: calc((100% - var(--grid-gap) * (10)) / 11 * 7 + var(--grid-gap) * (6));
}

.col-11_8 {
  flex: 0 0 calc((100% - var(--grid-gap) * (10)) / 11 * 8 + var(--grid-gap) * (7));
  max-width: calc((100% - var(--grid-gap) * (10)) / 11 * 8 + var(--grid-gap) * (7));
}

.col-11_9 {
  flex: 0 0 calc((100% - var(--grid-gap) * (10)) / 11 * 9 + var(--grid-gap) * (8));
  max-width: calc((100% - var(--grid-gap) * (10)) / 11 * 9 + var(--grid-gap) * (8));
}

.col-11_10 {
  flex: 0 0 calc((100% - var(--grid-gap) * (10)) / 11 * 10 + var(--grid-gap) * (9));
  max-width: calc((100% - var(--grid-gap) * (10)) / 11 * 10 + var(--grid-gap) * (9));
}

.col-11_11 {
  flex: 0 0 calc((100% - var(--grid-gap) * (10)) / 11 * 11 + var(--grid-gap) * (10));
  max-width: calc((100% - var(--grid-gap) * (10)) / 11 * 11 + var(--grid-gap) * (10));
}

.col-12,
.col-12_1 {
  flex: 0 0 calc((100% - var(--grid-gap) * (11)) / 12 * 1 + var(--grid-gap) * (0));
  max-width: calc((100% - var(--grid-gap) * (11)) / 12 * 1 + var(--grid-gap) * (0));
}

.col-12_2 {
  flex: 0 0 calc((100% - var(--grid-gap) * (11)) / 12 * 2 + var(--grid-gap) * (1));
  max-width: calc((100% - var(--grid-gap) * (11)) / 12 * 2 + var(--grid-gap) * (1));
}

.col-12_3 {
  flex: 0 0 calc((100% - var(--grid-gap) * (11)) / 12 * 3 + var(--grid-gap) * (2));
  max-width: calc((100% - var(--grid-gap) * (11)) / 12 * 3 + var(--grid-gap) * (2));
}

.col-12_4 {
  flex: 0 0 calc((100% - var(--grid-gap) * (11)) / 12 * 4 + var(--grid-gap) * (3));
  max-width: calc((100% - var(--grid-gap) * (11)) / 12 * 4 + var(--grid-gap) * (3));
}

.col-12_5 {
  flex: 0 0 calc((100% - var(--grid-gap) * (11)) / 12 * 5 + var(--grid-gap) * (4));
  max-width: calc((100% - var(--grid-gap) * (11)) / 12 * 5 + var(--grid-gap) * (4));
}

.col-12_6 {
  flex: 0 0 calc((100% - var(--grid-gap) * (11)) / 12 * 6 + var(--grid-gap) * (5));
  max-width: calc((100% - var(--grid-gap) * (11)) / 12 * 6 + var(--grid-gap) * (5));
}

.col-12_7 {
  flex: 0 0 calc((100% - var(--grid-gap) * (11)) / 12 * 7 + var(--grid-gap) * (6));
  max-width: calc((100% - var(--grid-gap) * (11)) / 12 * 7 + var(--grid-gap) * (6));
}

.col-12_8 {
  flex: 0 0 calc((100% - var(--grid-gap) * (11)) / 12 * 8 + var(--grid-gap) * (7));
  max-width: calc((100% - var(--grid-gap) * (11)) / 12 * 8 + var(--grid-gap) * (7));
}

.col-12_9 {
  flex: 0 0 calc((100% - var(--grid-gap) * (11)) / 12 * 9 + var(--grid-gap) * (8));
  max-width: calc((100% - var(--grid-gap) * (11)) / 12 * 9 + var(--grid-gap) * (8));
}

.col-12_10 {
  flex: 0 0 calc((100% - var(--grid-gap) * (11)) / 12 * 10 + var(--grid-gap) * (9));
  max-width: calc((100% - var(--grid-gap) * (11)) / 12 * 10 + var(--grid-gap) * (9));
}

.col-12_11 {
  flex: 0 0 calc((100% - var(--grid-gap) * (11)) / 12 * 11 + var(--grid-gap) * (10));
  max-width: calc((100% - var(--grid-gap) * (11)) / 12 * 11 + var(--grid-gap) * (10));
}

.col-12_12 {
  flex: 0 0 calc((100% - var(--grid-gap) * (11)) / 12 * 12 + var(--grid-gap) * (11));
  max-width: calc((100% - var(--grid-gap) * (11)) / 12 * 12 + var(--grid-gap) * (11));
}

@media only screen and (max-width: 768px) {
  .sp_row_0 {
    --grid-gap: 0px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 1365px) and (min-width: 769px) {
  .sp_row_0 {
    --grid-gap: calc(0 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .sp_row_0 {
    --grid-gap: calc(0 / 375 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .sp_row_xl {
    --grid-gap: 160px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 1365px) and (min-width: 769px) {
  .sp_row_xl {
    --grid-gap: calc(160 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .sp_row_xl {
    --grid-gap: calc(160 / 375 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .sp_row_lg {
    --grid-gap: 80px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 1365px) and (min-width: 769px) {
  .sp_row_lg {
    --grid-gap: calc(80 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .sp_row_lg {
    --grid-gap: calc(80 / 375 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .sp_row_md {
    --grid-gap: 60px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 1365px) and (min-width: 769px) {
  .sp_row_md {
    --grid-gap: calc(60 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .sp_row_md {
    --grid-gap: calc(60 / 375 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .sp_row_sm {
    --grid-gap: 40px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 1365px) and (min-width: 769px) {
  .sp_row_sm {
    --grid-gap: calc(40 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .sp_row_sm {
    --grid-gap: calc(40 / 375 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .sp_row_xs {
    --grid-gap: 20px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 1365px) and (min-width: 769px) {
  .sp_row_xs {
    --grid-gap: calc(20 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .sp_row_xs {
    --grid-gap: calc(20 / 375 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .sp_col-2,
  .sp_col-2_1 {
    flex: 0 0 calc((100% - var(--grid-gap) * (1)) / 2 * 1 + var(--grid-gap) * (0));
    max-width: calc((100% - var(--grid-gap) * (1)) / 2 * 1 + var(--grid-gap) * (0));
  }
  .sp_col-2_2 {
    flex: 0 0 calc((100% - var(--grid-gap) * (1)) / 2 * 2 + var(--grid-gap) * (1));
    max-width: calc((100% - var(--grid-gap) * (1)) / 2 * 2 + var(--grid-gap) * (1));
  }
  .sp_col-3,
  .sp_col-3_1 {
    flex: 0 0 calc((100% - var(--grid-gap) * (2)) / 3 * 1 + var(--grid-gap) * (0));
    max-width: calc((100% - var(--grid-gap) * (2)) / 3 * 1 + var(--grid-gap) * (0));
  }
  .sp_col-3_2 {
    flex: 0 0 calc((100% - var(--grid-gap) * (2)) / 3 * 2 + var(--grid-gap) * (1));
    max-width: calc((100% - var(--grid-gap) * (2)) / 3 * 2 + var(--grid-gap) * (1));
  }
  .sp_col-3_3 {
    flex: 0 0 calc((100% - var(--grid-gap) * (2)) / 3 * 3 + var(--grid-gap) * (2));
    max-width: calc((100% - var(--grid-gap) * (2)) / 3 * 3 + var(--grid-gap) * (2));
  }
  .sp_col-4,
  .sp_col-4_1 {
    flex: 0 0 calc((100% - var(--grid-gap) * (3)) / 4 * 1 + var(--grid-gap) * (0));
    max-width: calc((100% - var(--grid-gap) * (3)) / 4 * 1 + var(--grid-gap) * (0));
  }
  .sp_col-4_2 {
    flex: 0 0 calc((100% - var(--grid-gap) * (3)) / 4 * 2 + var(--grid-gap) * (1));
    max-width: calc((100% - var(--grid-gap) * (3)) / 4 * 2 + var(--grid-gap) * (1));
  }
  .sp_col-4_3 {
    flex: 0 0 calc((100% - var(--grid-gap) * (3)) / 4 * 3 + var(--grid-gap) * (2));
    max-width: calc((100% - var(--grid-gap) * (3)) / 4 * 3 + var(--grid-gap) * (2));
  }
  .sp_col-4_4 {
    flex: 0 0 calc((100% - var(--grid-gap) * (3)) / 4 * 4 + var(--grid-gap) * (3));
    max-width: calc((100% - var(--grid-gap) * (3)) / 4 * 4 + var(--grid-gap) * (3));
  }
  .sp_col-5,
  .sp_col-5_1 {
    flex: 0 0 calc((100% - var(--grid-gap) * (4)) / 5 * 1 + var(--grid-gap) * (0));
    max-width: calc((100% - var(--grid-gap) * (4)) / 5 * 1 + var(--grid-gap) * (0));
  }
  .sp_col-5_2 {
    flex: 0 0 calc((100% - var(--grid-gap) * (4)) / 5 * 2 + var(--grid-gap) * (1));
    max-width: calc((100% - var(--grid-gap) * (4)) / 5 * 2 + var(--grid-gap) * (1));
  }
  .sp_col-5_3 {
    flex: 0 0 calc((100% - var(--grid-gap) * (4)) / 5 * 3 + var(--grid-gap) * (2));
    max-width: calc((100% - var(--grid-gap) * (4)) / 5 * 3 + var(--grid-gap) * (2));
  }
  .sp_col-5_4 {
    flex: 0 0 calc((100% - var(--grid-gap) * (4)) / 5 * 4 + var(--grid-gap) * (3));
    max-width: calc((100% - var(--grid-gap) * (4)) / 5 * 4 + var(--grid-gap) * (3));
  }
  .sp_col-5_5 {
    flex: 0 0 calc((100% - var(--grid-gap) * (4)) / 5 * 5 + var(--grid-gap) * (4));
    max-width: calc((100% - var(--grid-gap) * (4)) / 5 * 5 + var(--grid-gap) * (4));
  }
  .sp_col-6,
  .sp_col-6_1 {
    flex: 0 0 calc((100% - var(--grid-gap) * (5)) / 6 * 1 + var(--grid-gap) * (0));
    max-width: calc((100% - var(--grid-gap) * (5)) / 6 * 1 + var(--grid-gap) * (0));
  }
  .sp_col-6_2 {
    flex: 0 0 calc((100% - var(--grid-gap) * (5)) / 6 * 2 + var(--grid-gap) * (1));
    max-width: calc((100% - var(--grid-gap) * (5)) / 6 * 2 + var(--grid-gap) * (1));
  }
  .sp_col-6_3 {
    flex: 0 0 calc((100% - var(--grid-gap) * (5)) / 6 * 3 + var(--grid-gap) * (2));
    max-width: calc((100% - var(--grid-gap) * (5)) / 6 * 3 + var(--grid-gap) * (2));
  }
  .sp_col-6_4 {
    flex: 0 0 calc((100% - var(--grid-gap) * (5)) / 6 * 4 + var(--grid-gap) * (3));
    max-width: calc((100% - var(--grid-gap) * (5)) / 6 * 4 + var(--grid-gap) * (3));
  }
  .sp_col-6_5 {
    flex: 0 0 calc((100% - var(--grid-gap) * (5)) / 6 * 5 + var(--grid-gap) * (4));
    max-width: calc((100% - var(--grid-gap) * (5)) / 6 * 5 + var(--grid-gap) * (4));
  }
  .sp_col-6_6 {
    flex: 0 0 calc((100% - var(--grid-gap) * (5)) / 6 * 6 + var(--grid-gap) * (5));
    max-width: calc((100% - var(--grid-gap) * (5)) / 6 * 6 + var(--grid-gap) * (5));
  }
  .sp_col-7,
  .sp_col-7_1 {
    flex: 0 0 calc((100% - var(--grid-gap) * (6)) / 7 * 1 + var(--grid-gap) * (0));
    max-width: calc((100% - var(--grid-gap) * (6)) / 7 * 1 + var(--grid-gap) * (0));
  }
  .sp_col-7_2 {
    flex: 0 0 calc((100% - var(--grid-gap) * (6)) / 7 * 2 + var(--grid-gap) * (1));
    max-width: calc((100% - var(--grid-gap) * (6)) / 7 * 2 + var(--grid-gap) * (1));
  }
  .sp_col-7_3 {
    flex: 0 0 calc((100% - var(--grid-gap) * (6)) / 7 * 3 + var(--grid-gap) * (2));
    max-width: calc((100% - var(--grid-gap) * (6)) / 7 * 3 + var(--grid-gap) * (2));
  }
  .sp_col-7_4 {
    flex: 0 0 calc((100% - var(--grid-gap) * (6)) / 7 * 4 + var(--grid-gap) * (3));
    max-width: calc((100% - var(--grid-gap) * (6)) / 7 * 4 + var(--grid-gap) * (3));
  }
  .sp_col-7_5 {
    flex: 0 0 calc((100% - var(--grid-gap) * (6)) / 7 * 5 + var(--grid-gap) * (4));
    max-width: calc((100% - var(--grid-gap) * (6)) / 7 * 5 + var(--grid-gap) * (4));
  }
  .sp_col-7_6 {
    flex: 0 0 calc((100% - var(--grid-gap) * (6)) / 7 * 6 + var(--grid-gap) * (5));
    max-width: calc((100% - var(--grid-gap) * (6)) / 7 * 6 + var(--grid-gap) * (5));
  }
  .sp_col-7_7 {
    flex: 0 0 calc((100% - var(--grid-gap) * (6)) / 7 * 7 + var(--grid-gap) * (6));
    max-width: calc((100% - var(--grid-gap) * (6)) / 7 * 7 + var(--grid-gap) * (6));
  }
  .sp_col-8,
  .sp_col-8_1 {
    flex: 0 0 calc((100% - var(--grid-gap) * (7)) / 8 * 1 + var(--grid-gap) * (0));
    max-width: calc((100% - var(--grid-gap) * (7)) / 8 * 1 + var(--grid-gap) * (0));
  }
  .sp_col-8_2 {
    flex: 0 0 calc((100% - var(--grid-gap) * (7)) / 8 * 2 + var(--grid-gap) * (1));
    max-width: calc((100% - var(--grid-gap) * (7)) / 8 * 2 + var(--grid-gap) * (1));
  }
  .sp_col-8_3 {
    flex: 0 0 calc((100% - var(--grid-gap) * (7)) / 8 * 3 + var(--grid-gap) * (2));
    max-width: calc((100% - var(--grid-gap) * (7)) / 8 * 3 + var(--grid-gap) * (2));
  }
  .sp_col-8_4 {
    flex: 0 0 calc((100% - var(--grid-gap) * (7)) / 8 * 4 + var(--grid-gap) * (3));
    max-width: calc((100% - var(--grid-gap) * (7)) / 8 * 4 + var(--grid-gap) * (3));
  }
  .sp_col-8_5 {
    flex: 0 0 calc((100% - var(--grid-gap) * (7)) / 8 * 5 + var(--grid-gap) * (4));
    max-width: calc((100% - var(--grid-gap) * (7)) / 8 * 5 + var(--grid-gap) * (4));
  }
  .sp_col-8_6 {
    flex: 0 0 calc((100% - var(--grid-gap) * (7)) / 8 * 6 + var(--grid-gap) * (5));
    max-width: calc((100% - var(--grid-gap) * (7)) / 8 * 6 + var(--grid-gap) * (5));
  }
  .sp_col-8_7 {
    flex: 0 0 calc((100% - var(--grid-gap) * (7)) / 8 * 7 + var(--grid-gap) * (6));
    max-width: calc((100% - var(--grid-gap) * (7)) / 8 * 7 + var(--grid-gap) * (6));
  }
  .sp_col-8_8 {
    flex: 0 0 calc((100% - var(--grid-gap) * (7)) / 8 * 8 + var(--grid-gap) * (7));
    max-width: calc((100% - var(--grid-gap) * (7)) / 8 * 8 + var(--grid-gap) * (7));
  }
  .sp_col-9,
  .sp_col-9_1 {
    flex: 0 0 calc((100% - var(--grid-gap) * (8)) / 9 * 1 + var(--grid-gap) * (0));
    max-width: calc((100% - var(--grid-gap) * (8)) / 9 * 1 + var(--grid-gap) * (0));
  }
  .sp_col-9_2 {
    flex: 0 0 calc((100% - var(--grid-gap) * (8)) / 9 * 2 + var(--grid-gap) * (1));
    max-width: calc((100% - var(--grid-gap) * (8)) / 9 * 2 + var(--grid-gap) * (1));
  }
  .sp_col-9_3 {
    flex: 0 0 calc((100% - var(--grid-gap) * (8)) / 9 * 3 + var(--grid-gap) * (2));
    max-width: calc((100% - var(--grid-gap) * (8)) / 9 * 3 + var(--grid-gap) * (2));
  }
  .sp_col-9_4 {
    flex: 0 0 calc((100% - var(--grid-gap) * (8)) / 9 * 4 + var(--grid-gap) * (3));
    max-width: calc((100% - var(--grid-gap) * (8)) / 9 * 4 + var(--grid-gap) * (3));
  }
  .sp_col-9_5 {
    flex: 0 0 calc((100% - var(--grid-gap) * (8)) / 9 * 5 + var(--grid-gap) * (4));
    max-width: calc((100% - var(--grid-gap) * (8)) / 9 * 5 + var(--grid-gap) * (4));
  }
  .sp_col-9_6 {
    flex: 0 0 calc((100% - var(--grid-gap) * (8)) / 9 * 6 + var(--grid-gap) * (5));
    max-width: calc((100% - var(--grid-gap) * (8)) / 9 * 6 + var(--grid-gap) * (5));
  }
  .sp_col-9_7 {
    flex: 0 0 calc((100% - var(--grid-gap) * (8)) / 9 * 7 + var(--grid-gap) * (6));
    max-width: calc((100% - var(--grid-gap) * (8)) / 9 * 7 + var(--grid-gap) * (6));
  }
  .sp_col-9_8 {
    flex: 0 0 calc((100% - var(--grid-gap) * (8)) / 9 * 8 + var(--grid-gap) * (7));
    max-width: calc((100% - var(--grid-gap) * (8)) / 9 * 8 + var(--grid-gap) * (7));
  }
  .sp_col-9_9 {
    flex: 0 0 calc((100% - var(--grid-gap) * (8)) / 9 * 9 + var(--grid-gap) * (8));
    max-width: calc((100% - var(--grid-gap) * (8)) / 9 * 9 + var(--grid-gap) * (8));
  }
  .sp_col-10,
  .sp_col-10_1 {
    flex: 0 0 calc((100% - var(--grid-gap) * (9)) / 10 * 1 + var(--grid-gap) * (0));
    max-width: calc((100% - var(--grid-gap) * (9)) / 10 * 1 + var(--grid-gap) * (0));
  }
  .sp_col-10_2 {
    flex: 0 0 calc((100% - var(--grid-gap) * (9)) / 10 * 2 + var(--grid-gap) * (1));
    max-width: calc((100% - var(--grid-gap) * (9)) / 10 * 2 + var(--grid-gap) * (1));
  }
  .sp_col-10_3 {
    flex: 0 0 calc((100% - var(--grid-gap) * (9)) / 10 * 3 + var(--grid-gap) * (2));
    max-width: calc((100% - var(--grid-gap) * (9)) / 10 * 3 + var(--grid-gap) * (2));
  }
  .sp_col-10_4 {
    flex: 0 0 calc((100% - var(--grid-gap) * (9)) / 10 * 4 + var(--grid-gap) * (3));
    max-width: calc((100% - var(--grid-gap) * (9)) / 10 * 4 + var(--grid-gap) * (3));
  }
  .sp_col-10_5 {
    flex: 0 0 calc((100% - var(--grid-gap) * (9)) / 10 * 5 + var(--grid-gap) * (4));
    max-width: calc((100% - var(--grid-gap) * (9)) / 10 * 5 + var(--grid-gap) * (4));
  }
  .sp_col-10_6 {
    flex: 0 0 calc((100% - var(--grid-gap) * (9)) / 10 * 6 + var(--grid-gap) * (5));
    max-width: calc((100% - var(--grid-gap) * (9)) / 10 * 6 + var(--grid-gap) * (5));
  }
  .sp_col-10_7 {
    flex: 0 0 calc((100% - var(--grid-gap) * (9)) / 10 * 7 + var(--grid-gap) * (6));
    max-width: calc((100% - var(--grid-gap) * (9)) / 10 * 7 + var(--grid-gap) * (6));
  }
  .sp_col-10_8 {
    flex: 0 0 calc((100% - var(--grid-gap) * (9)) / 10 * 8 + var(--grid-gap) * (7));
    max-width: calc((100% - var(--grid-gap) * (9)) / 10 * 8 + var(--grid-gap) * (7));
  }
  .sp_col-10_9 {
    flex: 0 0 calc((100% - var(--grid-gap) * (9)) / 10 * 9 + var(--grid-gap) * (8));
    max-width: calc((100% - var(--grid-gap) * (9)) / 10 * 9 + var(--grid-gap) * (8));
  }
  .sp_col-10_10 {
    flex: 0 0 calc((100% - var(--grid-gap) * (9)) / 10 * 10 + var(--grid-gap) * (9));
    max-width: calc((100% - var(--grid-gap) * (9)) / 10 * 10 + var(--grid-gap) * (9));
  }
  .sp_col-11,
  .sp_col-11_1 {
    flex: 0 0 calc((100% - var(--grid-gap) * (10)) / 11 * 1 + var(--grid-gap) * (0));
    max-width: calc((100% - var(--grid-gap) * (10)) / 11 * 1 + var(--grid-gap) * (0));
  }
  .sp_col-11_2 {
    flex: 0 0 calc((100% - var(--grid-gap) * (10)) / 11 * 2 + var(--grid-gap) * (1));
    max-width: calc((100% - var(--grid-gap) * (10)) / 11 * 2 + var(--grid-gap) * (1));
  }
  .sp_col-11_3 {
    flex: 0 0 calc((100% - var(--grid-gap) * (10)) / 11 * 3 + var(--grid-gap) * (2));
    max-width: calc((100% - var(--grid-gap) * (10)) / 11 * 3 + var(--grid-gap) * (2));
  }
  .sp_col-11_4 {
    flex: 0 0 calc((100% - var(--grid-gap) * (10)) / 11 * 4 + var(--grid-gap) * (3));
    max-width: calc((100% - var(--grid-gap) * (10)) / 11 * 4 + var(--grid-gap) * (3));
  }
  .sp_col-11_5 {
    flex: 0 0 calc((100% - var(--grid-gap) * (10)) / 11 * 5 + var(--grid-gap) * (4));
    max-width: calc((100% - var(--grid-gap) * (10)) / 11 * 5 + var(--grid-gap) * (4));
  }
  .sp_col-11_6 {
    flex: 0 0 calc((100% - var(--grid-gap) * (10)) / 11 * 6 + var(--grid-gap) * (5));
    max-width: calc((100% - var(--grid-gap) * (10)) / 11 * 6 + var(--grid-gap) * (5));
  }
  .sp_col-11_7 {
    flex: 0 0 calc((100% - var(--grid-gap) * (10)) / 11 * 7 + var(--grid-gap) * (6));
    max-width: calc((100% - var(--grid-gap) * (10)) / 11 * 7 + var(--grid-gap) * (6));
  }
  .sp_col-11_8 {
    flex: 0 0 calc((100% - var(--grid-gap) * (10)) / 11 * 8 + var(--grid-gap) * (7));
    max-width: calc((100% - var(--grid-gap) * (10)) / 11 * 8 + var(--grid-gap) * (7));
  }
  .sp_col-11_9 {
    flex: 0 0 calc((100% - var(--grid-gap) * (10)) / 11 * 9 + var(--grid-gap) * (8));
    max-width: calc((100% - var(--grid-gap) * (10)) / 11 * 9 + var(--grid-gap) * (8));
  }
  .sp_col-11_10 {
    flex: 0 0 calc((100% - var(--grid-gap) * (10)) / 11 * 10 + var(--grid-gap) * (9));
    max-width: calc((100% - var(--grid-gap) * (10)) / 11 * 10 + var(--grid-gap) * (9));
  }
  .sp_col-11_11 {
    flex: 0 0 calc((100% - var(--grid-gap) * (10)) / 11 * 11 + var(--grid-gap) * (10));
    max-width: calc((100% - var(--grid-gap) * (10)) / 11 * 11 + var(--grid-gap) * (10));
  }
  .sp_col-12,
  .sp_col-12_1 {
    flex: 0 0 calc((100% - var(--grid-gap) * (11)) / 12 * 1 + var(--grid-gap) * (0));
    max-width: calc((100% - var(--grid-gap) * (11)) / 12 * 1 + var(--grid-gap) * (0));
  }
  .sp_col-12_2 {
    flex: 0 0 calc((100% - var(--grid-gap) * (11)) / 12 * 2 + var(--grid-gap) * (1));
    max-width: calc((100% - var(--grid-gap) * (11)) / 12 * 2 + var(--grid-gap) * (1));
  }
  .sp_col-12_3 {
    flex: 0 0 calc((100% - var(--grid-gap) * (11)) / 12 * 3 + var(--grid-gap) * (2));
    max-width: calc((100% - var(--grid-gap) * (11)) / 12 * 3 + var(--grid-gap) * (2));
  }
  .sp_col-12_4 {
    flex: 0 0 calc((100% - var(--grid-gap) * (11)) / 12 * 4 + var(--grid-gap) * (3));
    max-width: calc((100% - var(--grid-gap) * (11)) / 12 * 4 + var(--grid-gap) * (3));
  }
  .sp_col-12_5 {
    flex: 0 0 calc((100% - var(--grid-gap) * (11)) / 12 * 5 + var(--grid-gap) * (4));
    max-width: calc((100% - var(--grid-gap) * (11)) / 12 * 5 + var(--grid-gap) * (4));
  }
  .sp_col-12_6 {
    flex: 0 0 calc((100% - var(--grid-gap) * (11)) / 12 * 6 + var(--grid-gap) * (5));
    max-width: calc((100% - var(--grid-gap) * (11)) / 12 * 6 + var(--grid-gap) * (5));
  }
  .sp_col-12_7 {
    flex: 0 0 calc((100% - var(--grid-gap) * (11)) / 12 * 7 + var(--grid-gap) * (6));
    max-width: calc((100% - var(--grid-gap) * (11)) / 12 * 7 + var(--grid-gap) * (6));
  }
  .sp_col-12_8 {
    flex: 0 0 calc((100% - var(--grid-gap) * (11)) / 12 * 8 + var(--grid-gap) * (7));
    max-width: calc((100% - var(--grid-gap) * (11)) / 12 * 8 + var(--grid-gap) * (7));
  }
  .sp_col-12_9 {
    flex: 0 0 calc((100% - var(--grid-gap) * (11)) / 12 * 9 + var(--grid-gap) * (8));
    max-width: calc((100% - var(--grid-gap) * (11)) / 12 * 9 + var(--grid-gap) * (8));
  }
  .sp_col-12_10 {
    flex: 0 0 calc((100% - var(--grid-gap) * (11)) / 12 * 10 + var(--grid-gap) * (9));
    max-width: calc((100% - var(--grid-gap) * (11)) / 12 * 10 + var(--grid-gap) * (9));
  }
  .sp_col-12_11 {
    flex: 0 0 calc((100% - var(--grid-gap) * (11)) / 12 * 11 + var(--grid-gap) * (10));
    max-width: calc((100% - var(--grid-gap) * (11)) / 12 * 11 + var(--grid-gap) * (10));
  }
  .sp_col-12_12 {
    flex: 0 0 calc((100% - var(--grid-gap) * (11)) / 12 * 12 + var(--grid-gap) * (11));
    max-width: calc((100% - var(--grid-gap) * (11)) / 12 * 12 + var(--grid-gap) * (11));
  }
  .sp_row-column {
    flex-direction: column;
  }
  .sp_row-column > [class^=col] {
    max-width: 100%;
    width: 100%;
  }
  .sp_row-column-reverse {
    flex-direction: column-reverse;
  }
  .sp_row-reverse {
    flex-direction: row-reverse;
  }
  .sp_row-start {
    justify-content: flex-start;
  }
  .sp_row-end {
    justify-content: flex-end;
    margin-right: 0;
  }
  .sp_row-center {
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .sp_row-center {
    align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  .sp_row-between {
    justify-content: space-between;
  }
  .sp_row-align_start {
    align-items: flex-start;
  }
  .sp_row-align_center {
    align-items: center;
  }
  .sp_row-align_end {
    align-items: flex-end;
  }
  .sp_row-align_strech {
    align-items: stretch;
  }
  .sp_row-wrap {
    flex-wrap: wrap;
  }
  .sp_row-nowrap {
    flex-wrap: nowrap;
  }
}
label {
  display: inline-block;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
select,
textarea,
.date-label,
.js-filename {
  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;*/
  appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  /* border: solid 1px $color-border; */
  /* width: 100%; */
  background-color: #f4f0f0;
  height: 50px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=tel],
  select,
  textarea,
  .date-label,
  .js-filename {
    height: calc(50 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=tel],
  select,
  textarea,
  .date-label,
  .js-filename {
    height: calc(80 / 375 * 100vw);
  }
}
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
select,
textarea,
.date-label,
.js-filename {
  padding: 10px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=tel],
  select,
  textarea,
  .date-label,
  .js-filename {
    padding: calc(10 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=tel],
  select,
  textarea,
  .date-label,
  .js-filename {
    padding: calc(10 / 375 * 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: #003061;
}
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: 768px) {
  textarea {
    height: 62.6666666667vw;
  }
}

input[type=radio] {
  /*position : absolute;
  opacity  : 0;
  display  : none;*/
}
input[type=radio] + .radio-label {
  position: relative;
  margin-right: 1.6rem;
  padding: 1.6rem 0;
}
input[type=radio] + .radio-label:before {
  content: "";
  border-radius: 100%;
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  position: relative;
  top: 0;
  text-align: center;
  background-color: #F4F4F4;
  margin-right: calc(1.6rem * 0.5);
  vertical-align: middle;
  transition: all 250ms ease;
}
input[type=radio]:checked + .radio-label:before {
  background-color: #003061;
}
input[type=radio]:checked + .radio-label:after {
  content: "";
  display: block;
  width: 1.28rem;
  height: 1.28rem;
  border-radius: 100%;
  position: absolute;
  left: calc(1.6rem / 3);
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background-color: #F4F4F4;
}
input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #003061;
}
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: 768px) {
  input[type=checkbox] {
    transform: scale(1.2);
  }
}
input[type=checkbox] + .checkbox-label {
  position: relative;
  margin-right: 60px;
}
input[type=checkbox] + .checkbox-label:before {
  content: "";
  border-radius: 4px;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: -0.2em;
  cursor: pointer;
  text-align: center;
  background-color: #f4f0f0;
  margin-right: calc(1.6rem * 0.5);
  vertical-align: middle;
  transition: all 250ms ease;
  border: solid 1px #DBDBDB;
}
input[type=checkbox] + .checkbox-label-agree {
  height: auto;
  box-shadow: none;
  display: inline-block;
  width: auto;
  margin-right: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  input[type=checkbox] + .checkbox-label-agree {
    font-size: calc(100 / 375 * 24 / 1 * 1vw);
  }
}
input[type=checkbox]:checked + .checkbox-label:after {
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  content: "\f00c";
  color: #003061;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  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: flex;
  align-items: stretch;
  justify-content: stretch;
  flex-direction: column;
  border-radius: 5px;
  text-align: center;
  line-height: 1;
  padding: 40px 20px;
  font-size: 1.6rem;
  color: #313636;
  font-size: 1.8rem;
  background-color: white;
}
@media only screen and (max-width: 768px) {
  .checkbox-label {
    padding: calc(100 / 375 * 40 / 1 * 1vw) calc(100 / 375 * 20 / 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: 768px) {
  .checkbox-label .btn-inner {
    font-size: calc(100 / 375 * 22 / 1 * 1vw);
  }
}
.checkbox-label .fal {
  /* display: block; */
  font-size: 3.2rem;
  color: #003061;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .checkbox-label .fal {
    font-size: calc(100 / 375 * 26 / 1 * 1vw);
    margin-bottom: calc(100 / 375 * 20 / 1 * 1vw);
  }
}

.checkbox-btn + .checkbox-label:before {
  content: none !important;
}
.checkbox-btn:checked + .checkbox-label {
  background-color: #003061;
  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: #003061;
}
.toggle-input:checked + .toggle-label:after {
  left: 2.88rem;
}
.toggle-label {
  width: 4.8rem;
  height: 2.56rem;
  font-size: 1.6rem;
  border-radius: 32rem;
  background-color: #F4F4F4;
  margin-right: calc(1.6rem * 0.5);
  position: relative;
  display: inline-block;
  transition: 0.4s;
  box-sizing: border-box;
}
.toggle-label:after {
  content: "";
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 100%;
  left: calc(1.6rem / 3);
  top: calc(1.6rem * 0.25);
  z-index: 2;
  background-color: #F4F4F4;
  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.6rem * 0.25) 0 calc(1.6rem * 0.5);
}
.date-label.is-disabled .fas {
  margin-right: 1.6rem;
}

.file-label {
  position: relative;
  box-shadow: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.file-label:after {
  content: "ファイルを選択する";
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.6rem;
  border-radius: 32rem;
  padding: 1.6rem;
  background-color: #F4F4F4;
  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;
}
@media only screen and (max-width: 768px) {
  .select-label,
  select {
    background: rgb(251, 249, 245) url("../img/arrow_select.png") 90% center no-repeat;
    background-size: 7.4666666667vw auto;
    padding: 0 2.6666666667vw;
  }
}
.select-label,
select {
  /* &: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;
  }
  */
}
.select-label select,
select select {
  padding-right: 2.4rem;
  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.2rem;
  margin-right: calc(1.6rem * 0.5);
  transition: all 0.2s ease-in-out;
  display: inline-block;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1), -5px -5px 10px #fff;
  padding: 0 1.6rem;
}
.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 {
  box-shadow: none;
  padding: 1.6rem 0;
}
.js-edit_target.is-disabled .file-label {
  padding: 1.6rem 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.6rem;
}

.mw_wp_form .horizontal-item {
  margin-right: calc(40px * 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: 768px) {
  .b_error .mw_wp_form td {
    padding-bottom: calc(100 / 375 * 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: 768px) {
  .b_error .mw_wp_form .form-address,
  .b_error .mw_wp_form .form-pref {
    margin-top: calc(100 / 375 * 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: 768px) {
  .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_lg {
  font-size: 24px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .ttl-size_lg {
    font-size: calc(24 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .ttl-size_lg {
    font-size: calc(16 / 375 * 100vw);
  }
}
.ttl-size_lg {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .ttl-size_lg {
    margin-bottom: calc(80 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .ttl-size_lg {
    margin-bottom: calc(60 / 375 * 100vw);
  }
}
.ttl-size_lg .ttl__en {
  font-size: 80px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .ttl-size_lg .ttl__en {
    font-size: calc(80 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .ttl-size_lg .ttl__en {
    font-size: calc(40 / 375 * 100vw);
  }
}
.ttl-size_lg .ttl__en {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .ttl-size_lg .ttl__en {
    margin-bottom: calc(10 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .ttl-size_lg .ttl__en {
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.ttl-size_lg .ttl__en {
  font-weight: 400;
}
.ttl-size_md {
  font-size: 32px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .ttl-size_md {
    font-size: calc(32 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .ttl-size_md {
    font-size: calc(24 / 375 * 100vw);
  }
}
.ttl-size_md {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .ttl-size_md {
    margin-bottom: calc(40 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .ttl-size_md {
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
.ttl-size_md {
  font-weight: 700;
  color: #003061;
}
.ttl-size_sm {
  font-size: 16px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .ttl-size_sm {
    font-size: calc(16 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .ttl-size_sm {
    font-size: calc(21.6 / 375 * 100vw);
  }
}
.ttl-size_sm {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .ttl-size_sm {
    margin-bottom: calc(10 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .ttl-size_sm {
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.ttl-size_xs {
  font-size: 12px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .ttl-size_xs {
    font-size: calc(12 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .ttl-size_xs {
    font-size: calc(18 / 375 * 100vw);
  }
}
.ttl-size_xs {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .ttl-size_xs {
    margin-bottom: calc(10 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .ttl-size_xs {
    margin-bottom: calc(10 / 375 * 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;
}

/************************************************
	画像のトリミング
************************************************/
.m-img {
  position: relative;
  display: block;
  /*ackground-color : rgba($color-shadow, .2);*/
}
.m-img:before {
  content: "";
  display: block;
}
.m-img img {
  border-radius: 5px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .m-img img {
    border-radius: calc(5 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .m-img img {
    border-radius: calc(5 / 375 * 100vw);
  }
}
.m-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  font-family: "object-fit: cover;";
  /*IE対策*/
}

.img__caption {
  font-size: 12px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .img__caption {
    font-size: calc(12 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .img__caption {
    font-size: calc(12 / 375 * 100vw);
  }
}
.img__caption {
  margin-top: 10px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .img__caption {
    margin-top: calc(10 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .img__caption {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.img__caption {
  text-align: center;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
.img-responsive-w {
  width: 100%;
  height: auto;
}
.img-contain img {
  object-fit: contain;
  font-family: "object-fit: contain;";
  /*IE対策*/
}
.img-cover img {
  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-21_9:before {
  padding-top: 42.8571428571%;
}
.img-235_1:before {
  padding-top: 42.5531914894%;
}
.img-1_1:before, .img.i-square:before {
  padding-top: 100%;
}
.img-9_16:before {
  padding-top: 177.7777777778%;
}
.img-3_4:before {
  padding-top: 133.3333333333%;
}
.img-5_8:before {
  padding-top: 160%;
}
.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(0, 48, 97, 0.5);
  position: absolute;
  right: -20px;
  bottom: -20px;
  z-index: 0;
  border-radius: 0 0 20px 0;
}

@media only screen and (max-width: 768px) {
  .sp_img-4_3:before {
    padding-top: 75%;
  }
  .sp_img-16_9:before {
    padding-top: 56.25%;
  }
  .sp_img-1_1:before, .sp_img.i-square:before {
    padding-top: 100%;
  }
  .sp_img-9_16:before {
    padding-top: 177.7777777778%;
  }
  .sp_img-3_4:before {
    padding-top: 133.3333333333%;
  }
  .sp_img-5_8:before {
    padding-top: 160%;
  }
}
.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: 768px) {
  .m-ol {
    margin-bottom: 1.5em;
  }
}

.m-list > li {
  padding-left: 1em;
  text-indent: -1em;
}
.m-list > li:not(:last-child) {
  margin-bottom: 0.5em;
}

.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: #003061;
  vertical-align: middle;
  font-size: 150%;
  width: 4.8rem;
  height: 4.8rem;
  line-height: 4.8rem;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  margin-right: calc(1.6rem * 0.5);
  top: -1.2rem;
  border-radius: 100%;
}
.ol-counter-flow li {
  display: flex;
  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 #003061;
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  color: #003061;
  font-size: 3.2rem;
  font-family: "Oswald", "shippori-mincho", "YuMincho", "Noto Serif JP", "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  width: 160px;
  height: 160px;
  line-height: 160px;
  position: static;
  vertical-align: middle;
}
.ol-counter-flow li:not(:last-child):after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #003061;
  position: absolute;
  top: 160px;
  left: 80px;
}
.ol-counter-flow-inner {
  padding-left: 40px;
  width: 80%;
}
.ol-works_form {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.ol-works_form-item {
  position: relative;
  color: #DBDBDB;
  font-family: "Oswald", "shippori-mincho", "YuMincho", "Noto Serif JP", "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}
.ol-works_form-item:not(:first-child) {
  margin-left: 80px;
}
.ol-works_form-item:not(:first-child):before {
  content: "";
  display: block;
  height: 1px;
  width: calc(80px + 1.4em);
  background-color: currentColor;
  position: absolute;
  top: -5px;
  right: 1.5em;
}
@media only screen and (max-width: 768px) {
  .ol-works_form-item:not(:first-child):before {
    top: calc(-1 * calc(100 / 375 * 20 / 1 * 1vw) / 4);
  }
}
.ol-works_form-item:after {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: currentColor;
  position: absolute;
  bottom: 100%;
  right: 0;
  left: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .ol-works_form-item:after {
    height: calc(100 / 375 * 20 / 1 * 1vw)/2;
    width: calc(100 / 375 * 20 / 1 * 1vw)/2;
  }
}
.ol-works_form-item:first-child {
  color: #003061;
}

.ul-dot li {
  position: relative;
  padding-left: 1em;
  text-indent: 0;
}
.ul-dot li::before {
  content: "・";
  display: inline-block;
  width: 1em;
  text-align: center;
  position: absolute;
  left: 0;
}
.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 {
  content: "●";
  font-size: 50%;
  vertical-align: middle;
  margin-right: 0.5em;
}
.ul-check > li {
  position: relative;
  margin-left: 1.5em;
}
.ul-check > li:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: -1.5em;
  width: 10px;
  height: 5px;
  border-left: 2px solid #003061;
  border-bottom: 2px solid #003061;
  transform: rotate(-45deg);
}
.ul-faq {
  border-top: solid 1px #DBDBDB;
}
.ul-faq-item {
  border-bottom: solid 1px #DBDBDB;
}
.ul-faq-icon {
  margin-right: 20px;
  font-family: "Oswald", "shippori-mincho", "YuMincho", "Noto Serif JP", "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .ul-faq-icon {
    font-size: calc(100 / 375 * 26 / 1 * 1vw);
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .ul-faq-icon {
    font-size: calc(100 / 375 * 26 / 1 * 1vw)/1.5;
  }
}
.ul-faq-q {
  font-family: "Oswald", "shippori-mincho", "YuMincho", "Noto Serif JP", "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.8rem;
  padding: 20px 80px 20px 40px;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .ul-faq-q {
    font-size: calc(100 / 375 * 26 / 1 * 1vw);
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .ul-faq-q {
    font-size: calc(100 / 375 * 26 / 1 * 1vw)/1.5;
  }
}
.ul-faq-a {
  padding: 0 80px 20px 40px;
}
.ul-faq-a-inner {
  display: flex;
}

.m-dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .m-dl {
    display: block;
  }
}
.m-dl dt {
  width: 25%;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .m-dl dt {
    width: 100%;
  }
}
.m-dl dd {
  width: 75%;
}
@media only screen and (max-width: 768px) {
  .m-dl dd {
    width: 100%;
  }
}

.m-bg-color_primary {
  background: #003061;
}
.m-bg-color_primary_op-0 {
  background: rgba(0, 48, 97, 0);
}
.m-bg-color_primary_op-1 {
  background: rgba(0, 48, 97, 0.1);
}
.m-bg-color_primary_op-2 {
  background: rgba(0, 48, 97, 0.2);
}
.m-bg-color_primary_op-3 {
  background: rgba(0, 48, 97, 0.3);
}
.m-bg-color_primary_op-4 {
  background: rgba(0, 48, 97, 0.4);
}
.m-bg-color_primary_op-5 {
  background: rgba(0, 48, 97, 0.5);
}
.m-bg-color_primary_op-6 {
  background: rgba(0, 48, 97, 0.6);
}
.m-bg-color_primary_op-7 {
  background: rgba(0, 48, 97, 0.7);
}
.m-bg-color_primary_op-8 {
  background: rgba(0, 48, 97, 0.8);
}
.m-bg-color_primary_op-9 {
  background: rgba(0, 48, 97, 0.9);
}
.m-bg-color_primary_op-10 {
  background: #003061;
}
.m-bg-color_primary-light {
  background: #E5E9F2;
}
.m-bg-color_primary-light_op-0 {
  background: rgba(229, 233, 242, 0);
}
.m-bg-color_primary-light_op-1 {
  background: rgba(229, 233, 242, 0.1);
}
.m-bg-color_primary-light_op-2 {
  background: rgba(229, 233, 242, 0.2);
}
.m-bg-color_primary-light_op-3 {
  background: rgba(229, 233, 242, 0.3);
}
.m-bg-color_primary-light_op-4 {
  background: rgba(229, 233, 242, 0.4);
}
.m-bg-color_primary-light_op-5 {
  background: rgba(229, 233, 242, 0.5);
}
.m-bg-color_primary-light_op-6 {
  background: rgba(229, 233, 242, 0.6);
}
.m-bg-color_primary-light_op-7 {
  background: rgba(229, 233, 242, 0.7);
}
.m-bg-color_primary-light_op-8 {
  background: rgba(229, 233, 242, 0.8);
}
.m-bg-color_primary-light_op-9 {
  background: rgba(229, 233, 242, 0.9);
}
.m-bg-color_primary-light_op-10 {
  background: #e5e9f2;
}
.m-bg-color_accent {
  background: #E64807;
}
.m-bg-color_accent_op-0 {
  background: rgba(230, 72, 7, 0);
}
.m-bg-color_accent_op-1 {
  background: rgba(230, 72, 7, 0.1);
}
.m-bg-color_accent_op-2 {
  background: rgba(230, 72, 7, 0.2);
}
.m-bg-color_accent_op-3 {
  background: rgba(230, 72, 7, 0.3);
}
.m-bg-color_accent_op-4 {
  background: rgba(230, 72, 7, 0.4);
}
.m-bg-color_accent_op-5 {
  background: rgba(230, 72, 7, 0.5);
}
.m-bg-color_accent_op-6 {
  background: rgba(230, 72, 7, 0.6);
}
.m-bg-color_accent_op-7 {
  background: rgba(230, 72, 7, 0.7);
}
.m-bg-color_accent_op-8 {
  background: rgba(230, 72, 7, 0.8);
}
.m-bg-color_accent_op-9 {
  background: rgba(230, 72, 7, 0.9);
}
.m-bg-color_accent_op-10 {
  background: #e64807;
}
.m-bg-color_font {
  background: #313636;
}
.m-bg-color_font_op-0 {
  background: rgba(49, 54, 54, 0);
}
.m-bg-color_font_op-1 {
  background: rgba(49, 54, 54, 0.1);
}
.m-bg-color_font_op-2 {
  background: rgba(49, 54, 54, 0.2);
}
.m-bg-color_font_op-3 {
  background: rgba(49, 54, 54, 0.3);
}
.m-bg-color_font_op-4 {
  background: rgba(49, 54, 54, 0.4);
}
.m-bg-color_font_op-5 {
  background: rgba(49, 54, 54, 0.5);
}
.m-bg-color_font_op-6 {
  background: rgba(49, 54, 54, 0.6);
}
.m-bg-color_font_op-7 {
  background: rgba(49, 54, 54, 0.7);
}
.m-bg-color_font_op-8 {
  background: rgba(49, 54, 54, 0.8);
}
.m-bg-color_font_op-9 {
  background: rgba(49, 54, 54, 0.9);
}
.m-bg-color_font_op-10 {
  background: #313636;
}
.m-bg-color_bg {
  background: #F4F4F4;
}
.m-bg-color_bg_op-0 {
  background: rgba(244, 244, 244, 0);
}
.m-bg-color_bg_op-1 {
  background: rgba(244, 244, 244, 0.1);
}
.m-bg-color_bg_op-2 {
  background: rgba(244, 244, 244, 0.2);
}
.m-bg-color_bg_op-3 {
  background: rgba(244, 244, 244, 0.3);
}
.m-bg-color_bg_op-4 {
  background: rgba(244, 244, 244, 0.4);
}
.m-bg-color_bg_op-5 {
  background: rgba(244, 244, 244, 0.5);
}
.m-bg-color_bg_op-6 {
  background: rgba(244, 244, 244, 0.6);
}
.m-bg-color_bg_op-7 {
  background: rgba(244, 244, 244, 0.7);
}
.m-bg-color_bg_op-8 {
  background: rgba(244, 244, 244, 0.8);
}
.m-bg-color_bg_op-9 {
  background: rgba(244, 244, 244, 0.9);
}
.m-bg-color_bg_op-10 {
  background: #f4f4f4;
}
.m-bg-color_bg-light {
  background: #F2F4F7;
}
.m-bg-color_bg-light_op-0 {
  background: rgba(242, 244, 247, 0);
}
.m-bg-color_bg-light_op-1 {
  background: rgba(242, 244, 247, 0.1);
}
.m-bg-color_bg-light_op-2 {
  background: rgba(242, 244, 247, 0.2);
}
.m-bg-color_bg-light_op-3 {
  background: rgba(242, 244, 247, 0.3);
}
.m-bg-color_bg-light_op-4 {
  background: rgba(242, 244, 247, 0.4);
}
.m-bg-color_bg-light_op-5 {
  background: rgba(242, 244, 247, 0.5);
}
.m-bg-color_bg-light_op-6 {
  background: rgba(242, 244, 247, 0.6);
}
.m-bg-color_bg-light_op-7 {
  background: rgba(242, 244, 247, 0.7);
}
.m-bg-color_bg-light_op-8 {
  background: rgba(242, 244, 247, 0.8);
}
.m-bg-color_bg-light_op-9 {
  background: rgba(242, 244, 247, 0.9);
}
.m-bg-color_bg-light_op-10 {
  background: #f2f4f7;
}
.m-bg-color_bg-dark {
  background: #E9E9E9;
}
.m-bg-color_bg-dark_op-0 {
  background: rgba(233, 233, 233, 0);
}
.m-bg-color_bg-dark_op-1 {
  background: rgba(233, 233, 233, 0.1);
}
.m-bg-color_bg-dark_op-2 {
  background: rgba(233, 233, 233, 0.2);
}
.m-bg-color_bg-dark_op-3 {
  background: rgba(233, 233, 233, 0.3);
}
.m-bg-color_bg-dark_op-4 {
  background: rgba(233, 233, 233, 0.4);
}
.m-bg-color_bg-dark_op-5 {
  background: rgba(233, 233, 233, 0.5);
}
.m-bg-color_bg-dark_op-6 {
  background: rgba(233, 233, 233, 0.6);
}
.m-bg-color_bg-dark_op-7 {
  background: rgba(233, 233, 233, 0.7);
}
.m-bg-color_bg-dark_op-8 {
  background: rgba(233, 233, 233, 0.8);
}
.m-bg-color_bg-dark_op-9 {
  background: rgba(233, 233, 233, 0.9);
}
.m-bg-color_bg-dark_op-10 {
  background: #e9e9e9;
}
.m-bg-color_border {
  background: #DBDBDB;
}
.m-bg-color_border_op-0 {
  background: rgba(219, 219, 219, 0);
}
.m-bg-color_border_op-1 {
  background: rgba(219, 219, 219, 0.1);
}
.m-bg-color_border_op-2 {
  background: rgba(219, 219, 219, 0.2);
}
.m-bg-color_border_op-3 {
  background: rgba(219, 219, 219, 0.3);
}
.m-bg-color_border_op-4 {
  background: rgba(219, 219, 219, 0.4);
}
.m-bg-color_border_op-5 {
  background: rgba(219, 219, 219, 0.5);
}
.m-bg-color_border_op-6 {
  background: rgba(219, 219, 219, 0.6);
}
.m-bg-color_border_op-7 {
  background: rgba(219, 219, 219, 0.7);
}
.m-bg-color_border_op-8 {
  background: rgba(219, 219, 219, 0.8);
}
.m-bg-color_border_op-9 {
  background: rgba(219, 219, 219, 0.9);
}
.m-bg-color_border_op-10 {
  background: #dbdbdb;
}
.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_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;
}

.bg-color_primary {
  background: #003061;
}
.bg-color_primary_op-0 {
  background: rgba(0, 48, 97, 0);
}
.bg-color_primary_op-1 {
  background: rgba(0, 48, 97, 0.1);
}
.bg-color_primary_op-2 {
  background: rgba(0, 48, 97, 0.2);
}
.bg-color_primary_op-3 {
  background: rgba(0, 48, 97, 0.3);
}
.bg-color_primary_op-4 {
  background: rgba(0, 48, 97, 0.4);
}
.bg-color_primary_op-5 {
  background: rgba(0, 48, 97, 0.5);
}
.bg-color_primary_op-6 {
  background: rgba(0, 48, 97, 0.6);
}
.bg-color_primary_op-7 {
  background: rgba(0, 48, 97, 0.7);
}
.bg-color_primary_op-8 {
  background: rgba(0, 48, 97, 0.8);
}
.bg-color_primary_op-9 {
  background: rgba(0, 48, 97, 0.9);
}
.bg-color_primary_op-10 {
  background: #003061;
}
.bg-color_primary-light {
  background: #E5E9F2;
}
.bg-color_primary-light_op-0 {
  background: rgba(229, 233, 242, 0);
}
.bg-color_primary-light_op-1 {
  background: rgba(229, 233, 242, 0.1);
}
.bg-color_primary-light_op-2 {
  background: rgba(229, 233, 242, 0.2);
}
.bg-color_primary-light_op-3 {
  background: rgba(229, 233, 242, 0.3);
}
.bg-color_primary-light_op-4 {
  background: rgba(229, 233, 242, 0.4);
}
.bg-color_primary-light_op-5 {
  background: rgba(229, 233, 242, 0.5);
}
.bg-color_primary-light_op-6 {
  background: rgba(229, 233, 242, 0.6);
}
.bg-color_primary-light_op-7 {
  background: rgba(229, 233, 242, 0.7);
}
.bg-color_primary-light_op-8 {
  background: rgba(229, 233, 242, 0.8);
}
.bg-color_primary-light_op-9 {
  background: rgba(229, 233, 242, 0.9);
}
.bg-color_primary-light_op-10 {
  background: #e5e9f2;
}
.bg-color_accent {
  background: #E64807;
}
.bg-color_accent_op-0 {
  background: rgba(230, 72, 7, 0);
}
.bg-color_accent_op-1 {
  background: rgba(230, 72, 7, 0.1);
}
.bg-color_accent_op-2 {
  background: rgba(230, 72, 7, 0.2);
}
.bg-color_accent_op-3 {
  background: rgba(230, 72, 7, 0.3);
}
.bg-color_accent_op-4 {
  background: rgba(230, 72, 7, 0.4);
}
.bg-color_accent_op-5 {
  background: rgba(230, 72, 7, 0.5);
}
.bg-color_accent_op-6 {
  background: rgba(230, 72, 7, 0.6);
}
.bg-color_accent_op-7 {
  background: rgba(230, 72, 7, 0.7);
}
.bg-color_accent_op-8 {
  background: rgba(230, 72, 7, 0.8);
}
.bg-color_accent_op-9 {
  background: rgba(230, 72, 7, 0.9);
}
.bg-color_accent_op-10 {
  background: #e64807;
}
.bg-color_font {
  background: #313636;
}
.bg-color_font_op-0 {
  background: rgba(49, 54, 54, 0);
}
.bg-color_font_op-1 {
  background: rgba(49, 54, 54, 0.1);
}
.bg-color_font_op-2 {
  background: rgba(49, 54, 54, 0.2);
}
.bg-color_font_op-3 {
  background: rgba(49, 54, 54, 0.3);
}
.bg-color_font_op-4 {
  background: rgba(49, 54, 54, 0.4);
}
.bg-color_font_op-5 {
  background: rgba(49, 54, 54, 0.5);
}
.bg-color_font_op-6 {
  background: rgba(49, 54, 54, 0.6);
}
.bg-color_font_op-7 {
  background: rgba(49, 54, 54, 0.7);
}
.bg-color_font_op-8 {
  background: rgba(49, 54, 54, 0.8);
}
.bg-color_font_op-9 {
  background: rgba(49, 54, 54, 0.9);
}
.bg-color_font_op-10 {
  background: #313636;
}
.bg-color_bg {
  background: #F4F4F4;
}
.bg-color_bg_op-0 {
  background: rgba(244, 244, 244, 0);
}
.bg-color_bg_op-1 {
  background: rgba(244, 244, 244, 0.1);
}
.bg-color_bg_op-2 {
  background: rgba(244, 244, 244, 0.2);
}
.bg-color_bg_op-3 {
  background: rgba(244, 244, 244, 0.3);
}
.bg-color_bg_op-4 {
  background: rgba(244, 244, 244, 0.4);
}
.bg-color_bg_op-5 {
  background: rgba(244, 244, 244, 0.5);
}
.bg-color_bg_op-6 {
  background: rgba(244, 244, 244, 0.6);
}
.bg-color_bg_op-7 {
  background: rgba(244, 244, 244, 0.7);
}
.bg-color_bg_op-8 {
  background: rgba(244, 244, 244, 0.8);
}
.bg-color_bg_op-9 {
  background: rgba(244, 244, 244, 0.9);
}
.bg-color_bg_op-10 {
  background: #f4f4f4;
}
.bg-color_bg-light {
  background: #F2F4F7;
}
.bg-color_bg-light_op-0 {
  background: rgba(242, 244, 247, 0);
}
.bg-color_bg-light_op-1 {
  background: rgba(242, 244, 247, 0.1);
}
.bg-color_bg-light_op-2 {
  background: rgba(242, 244, 247, 0.2);
}
.bg-color_bg-light_op-3 {
  background: rgba(242, 244, 247, 0.3);
}
.bg-color_bg-light_op-4 {
  background: rgba(242, 244, 247, 0.4);
}
.bg-color_bg-light_op-5 {
  background: rgba(242, 244, 247, 0.5);
}
.bg-color_bg-light_op-6 {
  background: rgba(242, 244, 247, 0.6);
}
.bg-color_bg-light_op-7 {
  background: rgba(242, 244, 247, 0.7);
}
.bg-color_bg-light_op-8 {
  background: rgba(242, 244, 247, 0.8);
}
.bg-color_bg-light_op-9 {
  background: rgba(242, 244, 247, 0.9);
}
.bg-color_bg-light_op-10 {
  background: #f2f4f7;
}
.bg-color_bg-dark {
  background: #E9E9E9;
}
.bg-color_bg-dark_op-0 {
  background: rgba(233, 233, 233, 0);
}
.bg-color_bg-dark_op-1 {
  background: rgba(233, 233, 233, 0.1);
}
.bg-color_bg-dark_op-2 {
  background: rgba(233, 233, 233, 0.2);
}
.bg-color_bg-dark_op-3 {
  background: rgba(233, 233, 233, 0.3);
}
.bg-color_bg-dark_op-4 {
  background: rgba(233, 233, 233, 0.4);
}
.bg-color_bg-dark_op-5 {
  background: rgba(233, 233, 233, 0.5);
}
.bg-color_bg-dark_op-6 {
  background: rgba(233, 233, 233, 0.6);
}
.bg-color_bg-dark_op-7 {
  background: rgba(233, 233, 233, 0.7);
}
.bg-color_bg-dark_op-8 {
  background: rgba(233, 233, 233, 0.8);
}
.bg-color_bg-dark_op-9 {
  background: rgba(233, 233, 233, 0.9);
}
.bg-color_bg-dark_op-10 {
  background: #e9e9e9;
}
.bg-color_border {
  background: #DBDBDB;
}
.bg-color_border_op-0 {
  background: rgba(219, 219, 219, 0);
}
.bg-color_border_op-1 {
  background: rgba(219, 219, 219, 0.1);
}
.bg-color_border_op-2 {
  background: rgba(219, 219, 219, 0.2);
}
.bg-color_border_op-3 {
  background: rgba(219, 219, 219, 0.3);
}
.bg-color_border_op-4 {
  background: rgba(219, 219, 219, 0.4);
}
.bg-color_border_op-5 {
  background: rgba(219, 219, 219, 0.5);
}
.bg-color_border_op-6 {
  background: rgba(219, 219, 219, 0.6);
}
.bg-color_border_op-7 {
  background: rgba(219, 219, 219, 0.7);
}
.bg-color_border_op-8 {
  background: rgba(219, 219, 219, 0.8);
}
.bg-color_border_op-9 {
  background: rgba(219, 219, 219, 0.9);
}
.bg-color_border_op-10 {
  background: #dbdbdb;
}
.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_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-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 {
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  text-align: center;
  max-width: 100%;
  fill: currentColor;
  position: relative;
  z-index: 9;
  margin: auto;
  display: block;
  font-weight: 500;
  border-style: solid;
  border-color: #DBDBDB;
  border-width: 1px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .m-btn {
    border-width: calc(1 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .m-btn {
    border-width: calc(1 / 375 * 100vw);
  }
}
.m-btn .fas,
.m-btn img {
  vertical-align: middle;
}
.m-btn > [class^=fa] {
  background-color: white;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-color_primary {
  background: #003061;
  color: #003061;
}
.btn-color_primary > [class^=fa] {
  color: #003061;
}
.btn-color_primary {
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .btn-color_primary:hover {
    background-color: rgb(0, 10.1443298969, 20.5);
    fill: currentColor;
  }
}
.btn-border_primary {
  background: white;
  border: solid 1px #003061;
}
@media only screen and (min-width: 769px) {
  .btn-border_primary:hover {
    background-color: rgba(0, 48, 97, 0.15);
    fill: currentColor;
  }
}
.btn-border_primary::after {
  content: none;
}
.btn-border_double_primary {
  border: solid 4px transparent;
  outline: solid 1px #003061;
  color: #003061;
  position: relative;
}
.btn-border_double_primary:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #003061;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.btn-border_double_primary:hover {
  background-color: #003061;
  color: white;
}
.btn-txt_primary {
  background: transparent;
}
.btn-txt_primary:after {
  color: #003061;
}
.btn-txt_primary:hover {
  border-bottom: solid 1px #003061;
}
.btn-color_primary-light {
  background: #E5E9F2;
  color: #003061;
}
.btn-color_primary-light > [class^=fa] {
  color: #003061;
}
@media only screen and (min-width: 769px) {
  .btn-color_primary-light:hover {
    background-color: rgb(178, 189.8461538462, 216.5);
    fill: currentColor;
  }
}
.btn-border_primary-light {
  background: white;
  border: solid 1px #E5E9F2;
}
@media only screen and (min-width: 769px) {
  .btn-border_primary-light:hover {
    background-color: rgba(229, 233, 242, 0.15);
    fill: currentColor;
  }
}
.btn-border_primary-light::after {
  content: none;
}
.btn-border_double_primary-light {
  border: solid 4px transparent;
  outline: solid 1px #E5E9F2;
  color: #E5E9F2;
  position: relative;
}
.btn-border_double_primary-light:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #E5E9F2;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.btn-border_double_primary-light:hover {
  background-color: #E5E9F2;
  color: white;
}
.btn-txt_primary-light {
  background: transparent;
}
.btn-txt_primary-light:after {
  color: #E5E9F2;
}
.btn-txt_primary-light:hover {
  border-bottom: solid 1px #E5E9F2;
}
.btn-color_accent {
  background: #E64807;
  color: #003061;
}
.btn-color_accent > [class^=fa] {
  color: #003061;
}
.btn-color_accent {
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .btn-color_accent:hover {
    background-color: rgb(155.7594936709, 48.7594936709, 4.7405063291);
    fill: currentColor;
  }
}
.btn-border_accent {
  background: white;
  border: solid 1px #E64807;
}
@media only screen and (min-width: 769px) {
  .btn-border_accent:hover {
    background-color: rgba(230, 72, 7, 0.15);
    fill: currentColor;
  }
}
.btn-border_accent::after {
  content: none;
}
.btn-border_double_accent {
  border: solid 4px transparent;
  outline: solid 1px #E64807;
  color: #E64807;
  position: relative;
}
.btn-border_double_accent:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #E64807;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.btn-border_double_accent:hover {
  background-color: #E64807;
  color: white;
}
.btn-txt_accent {
  background: transparent;
}
.btn-txt_accent:after {
  color: #E64807;
}
.btn-txt_accent:hover {
  border-bottom: solid 1px #E64807;
}
.btn-color_font {
  background: #313636;
  color: #003061;
}
.btn-color_font > [class^=fa] {
  color: #003061;
}
.btn-color_font {
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .btn-color_font:hover {
    background-color: rgb(12.6067961165, 13.8932038835, 13.8932038835);
    fill: currentColor;
  }
}
.btn-border_font {
  background: white;
  border: solid 1px #313636;
}
@media only screen and (min-width: 769px) {
  .btn-border_font:hover {
    background-color: rgba(49, 54, 54, 0.15);
    fill: currentColor;
  }
}
.btn-border_font::after {
  content: none;
}
.btn-border_double_font {
  border: solid 4px transparent;
  outline: solid 1px #313636;
  color: #313636;
  position: relative;
}
.btn-border_double_font:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #313636;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.btn-border_double_font:hover {
  background-color: #313636;
  color: white;
}
.btn-txt_font {
  background: transparent;
}
.btn-txt_font:after {
  color: #313636;
}
.btn-txt_font:hover {
  border-bottom: solid 1px #313636;
}
.btn-color_bg {
  background: #F4F4F4;
  color: #003061;
}
.btn-color_bg > [class^=fa] {
  color: #003061;
}
@media only screen and (min-width: 769px) {
  .btn-color_bg:hover {
    background-color: rgb(205.75, 205.75, 205.75);
    fill: currentColor;
  }
}
.btn-border_bg {
  background: white;
  border: solid 1px #F4F4F4;
}
@media only screen and (min-width: 769px) {
  .btn-border_bg:hover {
    background-color: rgba(244, 244, 244, 0.15);
    fill: currentColor;
  }
}
.btn-border_bg::after {
  content: none;
}
.btn-border_double_bg {
  border: solid 4px transparent;
  outline: solid 1px #F4F4F4;
  color: #F4F4F4;
  position: relative;
}
.btn-border_double_bg:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #F4F4F4;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.btn-border_double_bg:hover {
  background-color: #F4F4F4;
  color: white;
}
.btn-txt_bg {
  background: transparent;
}
.btn-txt_bg:after {
  color: #F4F4F4;
}
.btn-txt_bg:hover {
  border-bottom: solid 1px #F4F4F4;
}
.btn-color_bg-light {
  background: #F2F4F7;
  color: #003061;
}
.btn-color_bg-light > [class^=fa] {
  color: #003061;
}
@media only screen and (min-width: 769px) {
  .btn-color_bg-light:hover {
    background-color: rgb(194.6428571429, 203.9285714286, 217.8571428571);
    fill: currentColor;
  }
}
.btn-border_bg-light {
  background: white;
  border: solid 1px #F2F4F7;
}
@media only screen and (min-width: 769px) {
  .btn-border_bg-light:hover {
    background-color: rgba(242, 244, 247, 0.15);
    fill: currentColor;
  }
}
.btn-border_bg-light::after {
  content: none;
}
.btn-border_double_bg-light {
  border: solid 4px transparent;
  outline: solid 1px #F2F4F7;
  color: #F2F4F7;
  position: relative;
}
.btn-border_double_bg-light:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #F2F4F7;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.btn-border_double_bg-light:hover {
  background-color: #F2F4F7;
  color: white;
}
.btn-txt_bg-light {
  background: transparent;
}
.btn-txt_bg-light:after {
  color: #F2F4F7;
}
.btn-txt_bg-light:hover {
  border-bottom: solid 1px #F2F4F7;
}
.btn-color_bg-dark {
  background: #E9E9E9;
  color: #003061;
}
.btn-color_bg-dark > [class^=fa] {
  color: #003061;
}
@media only screen and (min-width: 769px) {
  .btn-color_bg-dark:hover {
    background-color: rgb(194.75, 194.75, 194.75);
    fill: currentColor;
  }
}
.btn-border_bg-dark {
  background: white;
  border: solid 1px #E9E9E9;
}
@media only screen and (min-width: 769px) {
  .btn-border_bg-dark:hover {
    background-color: rgba(233, 233, 233, 0.15);
    fill: currentColor;
  }
}
.btn-border_bg-dark::after {
  content: none;
}
.btn-border_double_bg-dark {
  border: solid 4px transparent;
  outline: solid 1px #E9E9E9;
  color: #E9E9E9;
  position: relative;
}
.btn-border_double_bg-dark:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #E9E9E9;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.btn-border_double_bg-dark:hover {
  background-color: #E9E9E9;
  color: white;
}
.btn-txt_bg-dark {
  background: transparent;
}
.btn-txt_bg-dark:after {
  color: #E9E9E9;
}
.btn-txt_bg-dark:hover {
  border-bottom: solid 1px #E9E9E9;
}
.btn-color_border {
  background: #DBDBDB;
  color: #003061;
}
.btn-color_border > [class^=fa] {
  color: #003061;
}
@media only screen and (min-width: 769px) {
  .btn-color_border:hover {
    background-color: rgb(180.75, 180.75, 180.75);
    fill: currentColor;
  }
}
.btn-border_border {
  background: white;
  border: solid 1px #DBDBDB;
}
@media only screen and (min-width: 769px) {
  .btn-border_border:hover {
    background-color: rgba(219, 219, 219, 0.15);
    fill: currentColor;
  }
}
.btn-border_border::after {
  content: none;
}
.btn-border_double_border {
  border: solid 4px transparent;
  outline: solid 1px #DBDBDB;
  color: #DBDBDB;
  position: relative;
}
.btn-border_double_border:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #DBDBDB;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.btn-border_double_border:hover {
  background-color: #DBDBDB;
  color: white;
}
.btn-txt_border {
  background: transparent;
}
.btn-txt_border:after {
  color: #DBDBDB;
}
.btn-txt_border:hover {
  border-bottom: solid 1px #DBDBDB;
}
.btn-color_error {
  background: #ff4e00;
  color: #003061;
}
.btn-color_error > [class^=fa] {
  color: #003061;
}
.btn-color_error {
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .btn-color_error:hover {
    background-color: rgb(178.5, 54.6, 0);
    fill: currentColor;
  }
}
.btn-border_error {
  background: white;
  border: solid 1px #ff4e00;
}
@media only screen and (min-width: 769px) {
  .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: #003061;
}
.btn-color_white > [class^=fa] {
  color: #003061;
}
@media only screen and (min-width: 769px) {
  .btn-color_white:hover {
    background-color: rgb(216.75, 216.75, 216.75);
    fill: currentColor;
  }
}
.btn-border_white {
  background: white;
  border: solid 1px white;
}
@media only screen and (min-width: 769px) {
  .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: #003061;
}
.btn-color_black > [class^=fa] {
  color: #003061;
}
.btn-color_black {
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .btn-color_black:hover {
    background-color: black;
    fill: currentColor;
  }
}
.btn-border_black {
  background: white;
  border: solid 1px black;
}
@media only screen and (min-width: 769px) {
  .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_blue {
  background: #3646a7;
  color: #003061;
}
.btn-color_blue > [class^=fa] {
  color: #003061;
}
.btn-color_blue {
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .btn-color_blue:hover {
    background-color: rgb(35.3076923077, 45.7692307692, 109.1923076923);
    fill: currentColor;
  }
}
.btn-border_blue {
  background: white;
  border: solid 1px #3646a7;
}
@media only screen and (min-width: 769px) {
  .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: #003061;
}
.btn-color_red > [class^=fa] {
  color: #003061;
}
.btn-color_red {
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .btn-color_red:hover {
    background-color: rgb(142.5, 0, 11.0616438356);
    fill: currentColor;
  }
}
.btn-border_red {
  background: white;
  border: solid 1px #db0011;
}
@media only screen and (min-width: 769px) {
  .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: #003061;
}
.btn-color_orange > [class^=fa] {
  color: #003061;
}
.btn-color_orange {
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .btn-color_orange:hover {
    background-color: rgb(245.5, 118.8324468085, 0);
    fill: currentColor;
  }
}
.btn-border_orange {
  background: white;
  border: solid 1px #ff9e43;
}
@media only screen and (min-width: 769px) {
  .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: #003061;
}
.btn-color_fb > [class^=fa] {
  color: #003061;
}
.btn-color_fb {
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .btn-color_fb:hover {
    background-color: rgb(36.7703349282, 55.7894736842, 95.7296650718);
    fill: currentColor;
  }
}
.btn-border_fb {
  background: white;
  border: solid 1px #3a5897;
}
@media only screen and (min-width: 769px) {
  .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: #003061;
}
.btn-color_line > [class^=fa] {
  color: #003061;
}
.btn-color_line {
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .btn-color_line:hover {
    background-color: rgb(3.7609756098, 124.7390243902, 53.2804878049);
    fill: currentColor;
  }
}
.btn-border_line {
  background: white;
  border: solid 1px #06C755;
}
@media only screen and (min-width: 769px) {
  .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-round {
  border-radius: 200px;
}
.btn-square {
  position: relative;
  text-align: center;
  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;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.btn-square .btn-icon {
  position: static;
  transform: translateY(0);
}
@media only screen and (max-width: 768px) {
  .btn-square {
    padding: calc(100 / 375 * 20 / 1 * 1vw);
  }
}
.btn-square .fas {
  position: absolute;
  top: 50%;
  /*left      : 0;
  right     : 0;*/
  margin: auto;
  transform: translateY(-50%);
  font-size: 20px;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .btn-square .fas {
    font-size: calc(100 / 375 * 20 / 1 * 1vw);
  }
}
.btn-square img {
  margin-right: 0;
}
.btn-square > .img-responsive {
  vertical-align: top;
}
.btn-square::after {
  content: none;
}
.btn-size_xl {
  border-radius: 5px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .btn-size_xl {
    border-radius: calc(5 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .btn-size_xl {
    border-radius: calc(5 / 375 * 100vw);
  }
}
.btn-size_xl {
  padding: 20px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .btn-size_xl {
    padding: calc(20 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .btn-size_xl {
    padding: calc(20 / 375 * 100vw);
  }
}
.btn-size_xl {
  /* @include responsive-prop(height, 72); */
  /* @include responsive-prop(width, 360); */
  font-size: 24px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .btn-size_xl {
    font-size: calc(24 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .btn-size_xl {
    font-size: calc(16.2 / 375 * 100vw);
  }
}
.btn-size_xl {
  font-weight: 700;
  letter-spacing: 0;
}
.btn-size_xl .btn__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #003061;
  line-height: 1;
  gap: 10px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .btn-size_xl .btn__inner {
    gap: calc(10 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .btn-size_xl .btn__inner {
    gap: calc(10 / 375 * 100vw);
  }
}
.btn-size_xl .btn__inner {
  font-size: 42px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .btn-size_xl .btn__inner {
    font-size: calc(42 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .btn-size_xl .btn__inner {
    font-size: calc(40 / 375 * 100vw);
  }
}
.btn-size_xl .btn__inner [class^=fa] {
  color: #E64807;
  font-size: 30px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .btn-size_xl .btn__inner [class^=fa] {
    font-size: calc(30 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .btn-size_xl .btn__inner [class^=fa] {
    font-size: calc(32 / 375 * 100vw);
  }
}
.btn-size_xl .btn__inner small {
  color: #313636;
  text-align: left;
  font-size: 12px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .btn-size_xl .btn__inner small {
    font-size: calc(12 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .btn-size_xl .btn__inner small {
    font-size: calc(12 / 375 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .btn-size_xl .btn__inner {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .btn-size_xl .btn__inner {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.btn-size_lg {
  border-radius: 40px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .btn-size_lg {
    border-radius: calc(40 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .btn-size_lg {
    border-radius: calc(40 / 375 * 100vw);
  }
}
.btn-size_lg {
  padding-block: 5px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .btn-size_lg {
    padding-block: calc(5 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .btn-size_lg {
    padding-block: calc(5 / 375 * 100vw);
  }
}
.btn-size_lg {
  padding-right: 5px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .btn-size_lg {
    padding-right: calc(5 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .btn-size_lg {
    padding-right: calc(5 / 375 * 100vw);
  }
}
.btn-size_lg {
  padding-left: 20px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .btn-size_lg {
    padding-left: calc(20 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .btn-size_lg {
    padding-left: calc(20 / 375 * 100vw);
  }
}
.btn-size_lg {
  width: 360px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .btn-size_lg {
    width: calc(360 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .btn-size_lg {
    width: calc(280 / 375 * 100vw);
  }
}
.btn-size_lg {
  font-size: 18px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .btn-size_lg {
    font-size: calc(18 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .btn-size_lg {
    font-size: calc(16 / 375 * 100vw);
  }
}
.btn-size_lg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.btn-size_lg > [class^=fa] {
  height: 60px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .btn-size_lg > [class^=fa] {
    height: calc(60 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .btn-size_lg > [class^=fa] {
    height: calc(40 / 375 * 100vw);
  }
}
.btn-size_lg > [class^=fa] {
  width: 60px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .btn-size_lg > [class^=fa] {
    width: calc(60 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .btn-size_lg > [class^=fa] {
    width: calc(40 / 375 * 100vw);
  }
}
.btn-size_lg > [class^=fa] {
  font-size: 24px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .btn-size_lg > [class^=fa] {
    font-size: calc(24 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .btn-size_lg > [class^=fa] {
    font-size: calc(18 / 375 * 100vw);
  }
}
.btn-size_md {
  border-top-left-radius: 40px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .btn-size_md {
    border-top-left-radius: calc(40 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .btn-size_md {
    border-top-left-radius: calc(40 / 375 * 100vw);
  }
}
.btn-size_md {
  border-top-right-radius: 0px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .btn-size_md {
    border-top-right-radius: calc(0 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .btn-size_md {
    border-top-right-radius: calc(40 / 375 * 100vw);
  }
}
.btn-size_md {
  border-bottom-left-radius: 40px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .btn-size_md {
    border-bottom-left-radius: calc(40 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .btn-size_md {
    border-bottom-left-radius: calc(40 / 375 * 100vw);
  }
}
.btn-size_md {
  border-bottom-right-radius: 0px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .btn-size_md {
    border-bottom-right-radius: calc(0 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .btn-size_md {
    border-bottom-right-radius: calc(40 / 375 * 100vw);
  }
}
.btn-size_md {
  padding: 10px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .btn-size_md {
    padding: calc(10 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .btn-size_md {
    padding: calc(10 / 375 * 100vw);
  }
}
.btn-size_md {
  height: 60px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .btn-size_md {
    height: calc(60 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .btn-size_md {
    height: calc(60 / 375 * 100vw);
  }
}
.btn-size_md {
  width: 276px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .btn-size_md {
    width: calc(276 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .btn-size_md {
    width: calc(276 / 375 * 100vw);
  }
}
.btn-size_md {
  font-size: 30px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .btn-size_md {
    font-size: calc(30 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .btn-size_md {
    font-size: calc(30 / 375 * 100vw);
  }
}
.btn-size_md {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1;
}
.btn-size_md > [class^=fa] {
  height: 40px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .btn-size_md > [class^=fa] {
    height: calc(40 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .btn-size_md > [class^=fa] {
    height: calc(40 / 375 * 100vw);
  }
}
.btn-size_md > [class^=fa] {
  width: 40px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .btn-size_md > [class^=fa] {
    width: calc(40 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .btn-size_md > [class^=fa] {
    width: calc(40 / 375 * 100vw);
  }
}
.btn-size_md > [class^=fa] {
  font-size: 18px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .btn-size_md > [class^=fa] {
    font-size: calc(18 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .btn-size_md > [class^=fa] {
    font-size: calc(18 / 375 * 100vw);
  }
}
.btn-size_md > [class^=fa] {
  color: #E64807;
}
.btn-size_md small {
  font-size: 12px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .btn-size_md small {
    font-size: calc(12 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .btn-size_md small {
    font-size: calc(12 / 375 * 100vw);
  }
}
.btn-size_md .btn__inner {
  display: flex;
  flex-direction: column;
}
.btn-size_sm {
  border-radius: 40px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .btn-size_sm {
    border-radius: calc(40 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .btn-size_sm {
    border-radius: calc(40 / 375 * 100vw);
  }
}
.btn-size_sm {
  padding-block: 5px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .btn-size_sm {
    padding-block: calc(5 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .btn-size_sm {
    padding-block: calc(5 / 375 * 100vw);
  }
}
.btn-size_sm {
  padding-right: 5px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .btn-size_sm {
    padding-right: calc(5 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .btn-size_sm {
    padding-right: calc(5 / 375 * 100vw);
  }
}
.btn-size_sm {
  padding-left: 10px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .btn-size_sm {
    padding-left: calc(10 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .btn-size_sm {
    padding-left: calc(10 / 375 * 100vw);
  }
}
.btn-size_sm {
  height: 40px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .btn-size_sm {
    height: calc(40 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .btn-size_sm {
    height: calc(40 / 375 * 100vw);
  }
}
.btn-size_sm {
  width: 128px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .btn-size_sm {
    width: calc(128 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .btn-size_sm {
    width: calc(128 / 375 * 100vw);
  }
}
.btn-size_sm {
  font-size: 12px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .btn-size_sm {
    font-size: calc(12 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .btn-size_sm {
    font-size: calc(12 / 375 * 100vw);
  }
}
.btn-size_sm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.btn-size_sm > [class^=fa] {
  height: 30px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .btn-size_sm > [class^=fa] {
    height: calc(30 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .btn-size_sm > [class^=fa] {
    height: calc(30 / 375 * 100vw);
  }
}
.btn-size_sm > [class^=fa] {
  width: 30px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .btn-size_sm > [class^=fa] {
    width: calc(30 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .btn-size_sm > [class^=fa] {
    width: calc(30 / 375 * 100vw);
  }
}
.btn-size_sm > [class^=fa] {
  font-size: 16px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .btn-size_sm > [class^=fa] {
    font-size: calc(16 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .btn-size_sm > [class^=fa] {
    font-size: calc(16 / 375 * 100vw);
  }
}
.btn-disabled {
  background-color: rgba(49, 54, 54, 0.3);
  box-shadow: none;
  pointer-events: none;
}

.border-b_primary {
  border-bottom: solid 1px #003061;
}
.border-b-2_primary {
  border-bottom: solid 2px #003061;
}
.border-b-dashed_primary {
  border-bottom: dashed 1px #003061;
}
.border-t_primary {
  border-top: solid 1px #003061;
}
.border-t-2_primary {
  border-bottom: solid 2px #003061;
}
.border-b_primary-light {
  border-bottom: solid 1px #E5E9F2;
}
.border-b-2_primary-light {
  border-bottom: solid 2px #E5E9F2;
}
.border-b-dashed_primary-light {
  border-bottom: dashed 1px #E5E9F2;
}
.border-t_primary-light {
  border-top: solid 1px #E5E9F2;
}
.border-t-2_primary-light {
  border-bottom: solid 2px #E5E9F2;
}
.border-b_accent {
  border-bottom: solid 1px #E64807;
}
.border-b-2_accent {
  border-bottom: solid 2px #E64807;
}
.border-b-dashed_accent {
  border-bottom: dashed 1px #E64807;
}
.border-t_accent {
  border-top: solid 1px #E64807;
}
.border-t-2_accent {
  border-bottom: solid 2px #E64807;
}
.border-b_font {
  border-bottom: solid 1px #313636;
}
.border-b-2_font {
  border-bottom: solid 2px #313636;
}
.border-b-dashed_font {
  border-bottom: dashed 1px #313636;
}
.border-t_font {
  border-top: solid 1px #313636;
}
.border-t-2_font {
  border-bottom: solid 2px #313636;
}
.border-b_bg {
  border-bottom: solid 1px #F4F4F4;
}
.border-b-2_bg {
  border-bottom: solid 2px #F4F4F4;
}
.border-b-dashed_bg {
  border-bottom: dashed 1px #F4F4F4;
}
.border-t_bg {
  border-top: solid 1px #F4F4F4;
}
.border-t-2_bg {
  border-bottom: solid 2px #F4F4F4;
}
.border-b_bg-light {
  border-bottom: solid 1px #F2F4F7;
}
.border-b-2_bg-light {
  border-bottom: solid 2px #F2F4F7;
}
.border-b-dashed_bg-light {
  border-bottom: dashed 1px #F2F4F7;
}
.border-t_bg-light {
  border-top: solid 1px #F2F4F7;
}
.border-t-2_bg-light {
  border-bottom: solid 2px #F2F4F7;
}
.border-b_bg-dark {
  border-bottom: solid 1px #E9E9E9;
}
.border-b-2_bg-dark {
  border-bottom: solid 2px #E9E9E9;
}
.border-b-dashed_bg-dark {
  border-bottom: dashed 1px #E9E9E9;
}
.border-t_bg-dark {
  border-top: solid 1px #E9E9E9;
}
.border-t-2_bg-dark {
  border-bottom: solid 2px #E9E9E9;
}
.border-b_border {
  border-bottom: solid 1px #DBDBDB;
}
.border-b-2_border {
  border-bottom: solid 2px #DBDBDB;
}
.border-b-dashed_border {
  border-bottom: dashed 1px #DBDBDB;
}
.border-t_border {
  border-top: solid 1px #DBDBDB;
}
.border-t-2_border {
  border-bottom: solid 2px #DBDBDB;
}
.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_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;
}

.m-box {
  border-radius: 10px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .m-box {
    border-radius: calc(10 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .m-box {
    border-radius: calc(10 / 375 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .m-box_xl {
    padding: calc(100 / 375 * 160 / 1 * 1vw);
  }
  .m-box_lg {
    padding: calc(100 / 375 * 80 / 1 * 1vw);
  }
  .m-box_md {
    padding: calc(100 / 375 * 60 / 1 * 1vw);
  }
  .m-box_sm {
    padding: calc(100 / 375 * 40 / 1 * 1vw);
  }
  .m-box_xs {
    padding: calc(100 / 375 * 20 / 1 * 1vw);
  }
}

.box-scroll {
  height: 353px;
  overflow-y: scroll;
}
@media only screen and (max-width: 768px) {
  .box-scroll {
    height: 133.3333333333vw;
  }
}
.box-size_xl {
  padding: 160px;
}
.box-size_lg {
  padding: 80px;
}
.box-size_md {
  padding: 60px;
}
.box-size_sm {
  padding: 40px;
}
.box-size_xs {
  padding: 20px;
}
.box-color_primary {
  background: #003061;
  color: white;
}
.box-color_primary_op-0 {
  background: rgba(0, 48, 97, 0);
}
.box-color_primary_op-1 {
  background: rgba(0, 48, 97, 0.1);
}
.box-color_primary_op-2 {
  background: rgba(0, 48, 97, 0.2);
}
.box-color_primary_op-3 {
  background: rgba(0, 48, 97, 0.3);
}
.box-color_primary_op-4 {
  background: rgba(0, 48, 97, 0.4);
}
.box-color_primary_op-5 {
  background: rgba(0, 48, 97, 0.5);
}
.box-color_primary_op-6 {
  background: rgba(0, 48, 97, 0.6);
}
.box-color_primary_op-7 {
  background: rgba(0, 48, 97, 0.7);
}
.box-color_primary_op-8 {
  background: rgba(0, 48, 97, 0.8);
}
.box-color_primary_op-9 {
  background: rgba(0, 48, 97, 0.9);
}
.box-color_primary_op-10 {
  background: #003061;
}
.box-border_primary {
  border: solid 2px #003061;
}
.box-color_primary-light {
  background: #E5E9F2;
}
.box-color_primary-light_op-0 {
  background: rgba(229, 233, 242, 0);
}
.box-color_primary-light_op-1 {
  background: rgba(229, 233, 242, 0.1);
}
.box-color_primary-light_op-2 {
  background: rgba(229, 233, 242, 0.2);
}
.box-color_primary-light_op-3 {
  background: rgba(229, 233, 242, 0.3);
}
.box-color_primary-light_op-4 {
  background: rgba(229, 233, 242, 0.4);
}
.box-color_primary-light_op-5 {
  background: rgba(229, 233, 242, 0.5);
}
.box-color_primary-light_op-6 {
  background: rgba(229, 233, 242, 0.6);
}
.box-color_primary-light_op-7 {
  background: rgba(229, 233, 242, 0.7);
}
.box-color_primary-light_op-8 {
  background: rgba(229, 233, 242, 0.8);
}
.box-color_primary-light_op-9 {
  background: rgba(229, 233, 242, 0.9);
}
.box-color_primary-light_op-10 {
  background: #e5e9f2;
}
.box-border_primary-light {
  border: solid 2px #E5E9F2;
}
.box-color_accent {
  background: #E64807;
  color: white;
}
.box-color_accent_op-0 {
  background: rgba(230, 72, 7, 0);
}
.box-color_accent_op-1 {
  background: rgba(230, 72, 7, 0.1);
}
.box-color_accent_op-2 {
  background: rgba(230, 72, 7, 0.2);
}
.box-color_accent_op-3 {
  background: rgba(230, 72, 7, 0.3);
}
.box-color_accent_op-4 {
  background: rgba(230, 72, 7, 0.4);
}
.box-color_accent_op-5 {
  background: rgba(230, 72, 7, 0.5);
}
.box-color_accent_op-6 {
  background: rgba(230, 72, 7, 0.6);
}
.box-color_accent_op-7 {
  background: rgba(230, 72, 7, 0.7);
}
.box-color_accent_op-8 {
  background: rgba(230, 72, 7, 0.8);
}
.box-color_accent_op-9 {
  background: rgba(230, 72, 7, 0.9);
}
.box-color_accent_op-10 {
  background: #e64807;
}
.box-border_accent {
  border: solid 2px #E64807;
}
.box-color_font {
  background: #313636;
  color: white;
}
.box-color_font_op-0 {
  background: rgba(49, 54, 54, 0);
}
.box-color_font_op-1 {
  background: rgba(49, 54, 54, 0.1);
}
.box-color_font_op-2 {
  background: rgba(49, 54, 54, 0.2);
}
.box-color_font_op-3 {
  background: rgba(49, 54, 54, 0.3);
}
.box-color_font_op-4 {
  background: rgba(49, 54, 54, 0.4);
}
.box-color_font_op-5 {
  background: rgba(49, 54, 54, 0.5);
}
.box-color_font_op-6 {
  background: rgba(49, 54, 54, 0.6);
}
.box-color_font_op-7 {
  background: rgba(49, 54, 54, 0.7);
}
.box-color_font_op-8 {
  background: rgba(49, 54, 54, 0.8);
}
.box-color_font_op-9 {
  background: rgba(49, 54, 54, 0.9);
}
.box-color_font_op-10 {
  background: #313636;
}
.box-border_font {
  border: solid 2px #313636;
}
.box-color_bg {
  background: #F4F4F4;
}
.box-color_bg_op-0 {
  background: rgba(244, 244, 244, 0);
}
.box-color_bg_op-1 {
  background: rgba(244, 244, 244, 0.1);
}
.box-color_bg_op-2 {
  background: rgba(244, 244, 244, 0.2);
}
.box-color_bg_op-3 {
  background: rgba(244, 244, 244, 0.3);
}
.box-color_bg_op-4 {
  background: rgba(244, 244, 244, 0.4);
}
.box-color_bg_op-5 {
  background: rgba(244, 244, 244, 0.5);
}
.box-color_bg_op-6 {
  background: rgba(244, 244, 244, 0.6);
}
.box-color_bg_op-7 {
  background: rgba(244, 244, 244, 0.7);
}
.box-color_bg_op-8 {
  background: rgba(244, 244, 244, 0.8);
}
.box-color_bg_op-9 {
  background: rgba(244, 244, 244, 0.9);
}
.box-color_bg_op-10 {
  background: #f4f4f4;
}
.box-border_bg {
  border: solid 2px #F4F4F4;
}
.box-color_bg-light {
  background: #F2F4F7;
}
.box-color_bg-light_op-0 {
  background: rgba(242, 244, 247, 0);
}
.box-color_bg-light_op-1 {
  background: rgba(242, 244, 247, 0.1);
}
.box-color_bg-light_op-2 {
  background: rgba(242, 244, 247, 0.2);
}
.box-color_bg-light_op-3 {
  background: rgba(242, 244, 247, 0.3);
}
.box-color_bg-light_op-4 {
  background: rgba(242, 244, 247, 0.4);
}
.box-color_bg-light_op-5 {
  background: rgba(242, 244, 247, 0.5);
}
.box-color_bg-light_op-6 {
  background: rgba(242, 244, 247, 0.6);
}
.box-color_bg-light_op-7 {
  background: rgba(242, 244, 247, 0.7);
}
.box-color_bg-light_op-8 {
  background: rgba(242, 244, 247, 0.8);
}
.box-color_bg-light_op-9 {
  background: rgba(242, 244, 247, 0.9);
}
.box-color_bg-light_op-10 {
  background: #f2f4f7;
}
.box-border_bg-light {
  border: solid 2px #F2F4F7;
}
.box-color_bg-dark {
  background: #E9E9E9;
}
.box-color_bg-dark_op-0 {
  background: rgba(233, 233, 233, 0);
}
.box-color_bg-dark_op-1 {
  background: rgba(233, 233, 233, 0.1);
}
.box-color_bg-dark_op-2 {
  background: rgba(233, 233, 233, 0.2);
}
.box-color_bg-dark_op-3 {
  background: rgba(233, 233, 233, 0.3);
}
.box-color_bg-dark_op-4 {
  background: rgba(233, 233, 233, 0.4);
}
.box-color_bg-dark_op-5 {
  background: rgba(233, 233, 233, 0.5);
}
.box-color_bg-dark_op-6 {
  background: rgba(233, 233, 233, 0.6);
}
.box-color_bg-dark_op-7 {
  background: rgba(233, 233, 233, 0.7);
}
.box-color_bg-dark_op-8 {
  background: rgba(233, 233, 233, 0.8);
}
.box-color_bg-dark_op-9 {
  background: rgba(233, 233, 233, 0.9);
}
.box-color_bg-dark_op-10 {
  background: #e9e9e9;
}
.box-border_bg-dark {
  border: solid 2px #E9E9E9;
}
.box-color_border {
  background: #DBDBDB;
}
.box-color_border_op-0 {
  background: rgba(219, 219, 219, 0);
}
.box-color_border_op-1 {
  background: rgba(219, 219, 219, 0.1);
}
.box-color_border_op-2 {
  background: rgba(219, 219, 219, 0.2);
}
.box-color_border_op-3 {
  background: rgba(219, 219, 219, 0.3);
}
.box-color_border_op-4 {
  background: rgba(219, 219, 219, 0.4);
}
.box-color_border_op-5 {
  background: rgba(219, 219, 219, 0.5);
}
.box-color_border_op-6 {
  background: rgba(219, 219, 219, 0.6);
}
.box-color_border_op-7 {
  background: rgba(219, 219, 219, 0.7);
}
.box-color_border_op-8 {
  background: rgba(219, 219, 219, 0.8);
}
.box-color_border_op-9 {
  background: rgba(219, 219, 219, 0.9);
}
.box-color_border_op-10 {
  background: #dbdbdb;
}
.box-border_border {
  border: solid 2px #DBDBDB;
}
.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_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-dot {
  background-color: white;
  border-width: 1px;
  border-color: #003061;
  border-style: dashed;
  border-radius: 10px;
  margin: 8px auto;
}
@media only screen and (max-width: 1024px) {
  .box-size_xl {
    padding: calc(100 / 1366 * 160 / 1 * 1vw);
  }
  .box-size_lg {
    padding: calc(100 / 1366 * 80 / 1 * 1vw);
  }
  .box-size_md {
    padding: calc(100 / 1366 * 60 / 1 * 1vw);
  }
  .box-size_sm {
    padding: calc(100 / 1366 * 40 / 1 * 1vw);
  }
  .box-size_xs {
    padding: calc(100 / 1366 * 20 / 1 * 1vw);
  }
}
@media only screen and (max-width: 768px) {
  .box-size_xl {
    padding: calc(100 / 375 * 160 / 1 * 1vw);
  }
  .box-size_lg {
    padding: calc(100 / 375 * 80 / 1 * 1vw);
  }
  .box-size_md {
    padding: calc(100 / 375 * 60 / 1 * 1vw);
  }
  .box-size_sm {
    padding: calc(100 / 375 * 40 / 1 * 1vw);
  }
  .box-size_xs {
    padding: calc(100 / 375 * 20 / 1 * 1vw);
  }
}
.box-dashed {
  background-color: white;
  border-width: 1px;
  border-color: #DBDBDB;
  border-style: dashed;
  border-radius: 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .box-dashed {
    border-radius: 5.3333333333vw;
    margin-top: calc(100 / 375 * 20 / 1 * 1vw);
  }
}

@media only screen and (max-width: 768px) {
  .sp_box-size_xl {
    padding: calc(100 / 375 * 160 / 1 * 1vw);
  }
  .sp_box-size_lg {
    padding: calc(100 / 375 * 80 / 1 * 1vw);
  }
  .sp_box-size_md {
    padding: calc(100 / 375 * 60 / 1 * 1vw);
  }
  .sp_box-size_sm {
    padding: calc(100 / 375 * 40 / 1 * 1vw);
  }
  .sp_box-size_xs {
    padding: calc(100 / 375 * 20 / 1 * 1vw);
  }
}

.breadcrumb {
  font-size: 1.2rem;
  text-align: right;
  background-color: #313636;
  color: white;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 768px) {
  .breadcrumb {
    font-size: calc(100 / 375 * 22 / 1 * 1vw);
  }
}
.breadcrumb .l-inner {
  padding-top: 20px;
  padding-bottom: 20px;
}
.breadcrumb-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumb-list-item {
  position: relative;
}
.breadcrumb-list-item:first-child {
  padding-right: 40px;
}
@media only screen and (max-width: 768px) {
  .breadcrumb-list-item:first-child {
    padding-right: calc(calc(100 / 375 * 20 / 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: 20px;
}
@media only screen and (max-width: 768px) {
  .breadcrumb-list-item:first-child:before {
    right: calc(100 / 375 * 20 / 1 * 1vw);
  }
}
.breadcrumb-list-item.current span {
  color: #003061;
}
.breadcrumb-list-item .fa-light {
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .breadcrumb-list-item .fa-light {
    padding: 0 calc(100 / 375 * 20 / 1 * 1vw);
  }
}
.breadcrumb-tate {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 9;
  font-size: 1.2rem;
}
.breadcrumb-tate-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: calc(80px);
  position: relative;
}
.breadcrumb-tate-list:after {
  content: "";
  display: block;
  width: 1px;
  height: 80px;
  background-color: #DBDBDB;
  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: 20px;
  position: relative;
}
.breadcrumb-tate-list-item:not(:first-child):before {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: #DBDBDB;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.breadcrumb-tate-list-item > * {
  color: #DBDBDB;
  padding: 5px 0;
}
.breadcrumb-tate-list-item a:hover {
  color: #003061;
}

.pagelink {
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
  border-bottom: solid 1px #29b475;
}
@media only screen and (max-width: 768px) {
  .pagelink {
    font-size: calc(calc(100 / 375 * 22 / 1 * 1vw) * 0.8);
    border-bottom: none;
  }
}
.pagelink li {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .pagelink li {
    border-bottom: solid 1px #29b475;
  }
}
.pagelink li::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  color: #003061;
  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%;
  transform: translateY(-50%);
}
.pagelink li:first-child:before {
  content: none;
}
@media only screen and (max-width: 768px) {
  .pagelink li:nth-of-type(4):before {
    content: none;
  }
}
.pagelink a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .pagelink a {
    padding: calc(100 / 375 * 60 / 1 * 1vw) calc(calc(100 / 375 * 20 / 1 * 1vw) * 0.5);
  }
}
.pagelink a:hover {
  background-color: #003061;
}

table,
.m-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
  border-radius: 5px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  table,
  .m-table {
    border-radius: calc(5 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  table,
  .m-table {
    border-radius: calc(5 / 375 * 100vw);
  }
}
table,
.m-table {
  text-align: left;
  /* @include responsive-prop(font-size, $font_xs_num, $font_md_num); */
}
@media only screen and (max-width: 768px) {
  table,
  .m-table {
    width: 100%;
    font-size: 90%;
  }
}
table th,
table td,
.m-table th,
.m-table td {
  vertical-align: middle;
  background-color: white;
  padding: 10px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  table th,
  table td,
  .m-table th,
  .m-table td {
    padding: calc(10 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  table th,
  table td,
  .m-table th,
  .m-table td {
    padding: calc(10 / 375 * 100vw);
  }
}
table th,
table td,
.m-table th,
.m-table td {
  min-height: 40px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  table th,
  table td,
  .m-table th,
  .m-table td {
    min-height: calc(40 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  table th,
  table td,
  .m-table th,
  .m-table td {
    min-height: calc(40 / 375 * 100vw);
  }
}
table th,
table td,
.m-table th,
.m-table td {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  table th,
  table td,
  .m-table th,
  .m-table td {
    font-size: 80%;
  }
}
table th,
.m-table th {
  background-color: #DBDBDB;
  font-weight: 700;
  /* @include responsive-prop(height, $space_sm_num);
  @include responsive-prop(line-height, $space_sm_num); */
}
table td,
.m-table td {
  background-color: white;
}
table thead th,
.m-table thead th {
  background-color: #E9E9E9;
}
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 #DBDBDB;
  padding: 60px 40px;
}
@media only screen and (max-width: 768px) {
  table-form th,
  table-form td,
  .m-table-form th,
  .m-table-form td {
    padding: calc(100 / 375 * 40 / 1 * 1vw);
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  table-form th,
  .m-table-form th {
    background-color: #F2F4F7;
    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: 40px;
  vertical-align: top;
  word-break: break-all;
}
@media only screen and (max-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  table-border,
  .m-table-border {
    border-bottom: solid 1px #DBDBDB;
  }
}
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 #DBDBDB;
}
@media only screen and (max-width: 768px) {
  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 #DBDBDB;
  border-top: solid 1px #DBDBDB;
}
@media only screen and (max-width: 768px) {
  table-border tr th,
  .m-table-border tr th {
    border-right: none;
    background-color: #F2F4F7;
  }
}
@media only screen and (max-width: 768px) {
  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: 20px 40px;
}

@media only screen and (max-width: 768px) {
  .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.2rem;
  padding: 3px 20px;
  /*font-weight : bold;*/
  line-height: 1;
  color: white;
}
@media only screen and (max-width: 768px) {
  .tag {
    font-size: calc(100 / 375 * 22 / 1 * 1vw);
    padding: calc(100 / 375 * 20 / 1 * 1vw)/8 calc(100 / 375 * 20 / 1 * 1vw)/2;
  }
}
.tag:not(:first-child) {
  margin-left: calc(1.6rem * 0.5);
}
.tag-required {
  background-color: #003061;
  color: #fff;
  font-family: "Google Sans Flex", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1rem;
  padding: 5px;
  vertical-align: middle;
  border-radius: 2px;
  margin-right: 10px;
  margin-top: -0.3em;
  /* position         : absolute;
  right            : $space_xs;
  top              : 50%;
  transform: translateY(-50%); */
}
@media only screen and (max-width: 768px) {
  .tag-required {
    padding: calc(100 / 375 * 20 / 1 * 1vw)/2 calc(100 / 375 * 20 / 1 * 1vw);
  }
}
.tag-any {
  background-color: #313636;
  color: #fff;
  font-family: "Google Sans Flex", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1rem;
  padding: 5px;
  vertical-align: middle;
  border-radius: 2px;
  margin-right: 10px;
  margin-top: -0.3em;
}
@media only screen and (max-width: 768px) {
  .tag-any {
    padding: calc(100 / 375 * 20 / 1 * 1vw)/2 calc(100 / 375 * 20 / 1 * 1vw);
  }
}
.tag_squere {
  width: 3.2rem;
  height: 3.2rem;
  padding: 0;
  text-align: center;
  line-height: 3.2rem;
}
.tag-color_primary {
  background: #003061;
  color: white;
}
.tag-text_primary {
  color: #003061;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag-text_primary:after {
  background-color: #003061;
}
.tag-color_primary-light {
  background: #E5E9F2;
}
.tag-text_primary-light {
  color: #E5E9F2;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag-text_primary-light:after {
  background-color: #E5E9F2;
}
.tag-color_accent {
  background: #E64807;
  color: white;
}
.tag-text_accent {
  color: #E64807;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag-text_accent:after {
  background-color: #E64807;
}
.tag-color_font {
  background: #313636;
  color: white;
}
.tag-text_font {
  color: #313636;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag-text_font:after {
  background-color: #313636;
}
.tag-color_bg {
  background: #F4F4F4;
}
.tag-text_bg {
  color: #F4F4F4;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag-text_bg:after {
  background-color: #F4F4F4;
}
.tag-color_bg-light {
  background: #F2F4F7;
}
.tag-text_bg-light {
  color: #F2F4F7;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag-text_bg-light:after {
  background-color: #F2F4F7;
}
.tag-color_bg-dark {
  background: #E9E9E9;
}
.tag-text_bg-dark {
  color: #E9E9E9;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag-text_bg-dark:after {
  background-color: #E9E9E9;
}
.tag-color_border {
  background: #DBDBDB;
}
.tag-text_border {
  color: #DBDBDB;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag-text_border:after {
  background-color: #DBDBDB;
}
.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_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_news {
  background-color: #003061;
  color: white;
}
.tag_event {
  background-color: #003061;
  color: white;
}
.tag-size_xl {
  width: 170px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.75;
  font-weight: 700;
  font-size: 3.2rem;
  margin-right: 20px;
  border-radius: 8px;
}
@media only screen and (max-width: 768px) {
  .tag-size_xl {
    width: 54.4vw;
    height: 12.8vw;
    line-height: 12.8vw;
    border-radius: 1.3333333333vw;
    font-size: 9.6vw;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-bottom: calc(100 / 375 * 20 / 1 * 1vw);
  }
}
.tag-size_lg {
  font-weight: 500;
  width: 80px;
  height: 20px;
  line-height: 20px;
  font-size: 1.6rem;
  border-radius: 5px;
  margin-right: 14px;
}
@media only screen and (max-width: 1024px) {
  .tag-size_lg {
    width: calc(100 / 1366 * 80 / 1 * 1vw);
    height: calc(100 / 1366 * 20 / 1 * 1vw);
    line-height: calc(100 / 1366 * 20 / 1 * 1vw);
    font-size: calc(100 / 1366 * 16 / 1 * 1vw);
    border-radius: 0.3660322108vw;
    margin-right: 1.0248901903vw;
  }
}
@media only screen and (max-width: 768px) {
  .tag-size_lg {
    width: 27.2vw;
    height: 10.1333333333vw;
    line-height: 10.1333333333vw;
    border-radius: 1.3333333333vw;
    font-size: calc(100 / 375 * 26 / 1 * 1vw);
    margin-right: 5.8666666667vw;
  }
}
.tag-size_md {
  padding: 0 35px;
  height: 69px;
  line-height: 69px;
  font-size: 2.4rem;
  border-radius: 10px;
  min-width: 168px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .tag-size_md {
    padding: 0 8.8vw;
    height: 26.6666666667vw;
    line-height: 26.6666666667vw;
    font-size: 9.8666666667vw;
    border-radius: 2.6666666667vw;
    min-width: 68vw;
    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: 768px) {
  .tag-size_sm {
    width: 96vw;
    height: 18.6666666667vw;
    line-height: 18.6666666667vw;
    margin-top: 0;
  }
}
.tag-size_xs {
  font-size: 12px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .tag-size_xs {
    font-size: calc(12 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .tag-size_xs {
    font-size: calc(22 / 375 * 100vw);
  }
}
.tag-size_xs {
  width: 46px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .tag-size_xs {
    width: calc(46 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .tag-size_xs {
    width: calc(72 / 375 * 100vw);
  }
}
.tag-size_xs {
  height: 22px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .tag-size_xs {
    height: calc(22 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .tag-size_xs {
    height: calc(34 / 375 * 100vw);
  }
}
.tag-size_xs {
  line-height: 22px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .tag-size_xs {
    line-height: calc(22 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .tag-size_xs {
    line-height: calc(34 / 375 * 100vw);
  }
}
.tag-size_xs {
  text-align: center;
  font-weight: 700;
}

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

small {
  font-size: 80%;
}

strong {
  font-size: 130%;
}

.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: 769px) {
  .txt-hover {
    position: relative;
  }
  .txt-hover:before {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
  }
  .txt-hover:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
@media only screen and (min-width: 769px) {
  .txt-hover_tate {
    position: relative;
  }
  .txt-hover_tate:before {
    position: absolute;
    top: 0;
    right: -4px;
    content: "";
    width: 1px;
    height: 100%;
    background: currentColor;
    transform: scale(1, 1);
    transform-origin: right top;
    transition: transform 0.3s;
  }
  .txt-hover_tate:hover:before {
    transform-origin: right bottom;
    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: 769px) {
  .txt-link:hover {
    text-decoration: none;
  }
}
.txt-link {
  /***** カラー *****/
}
.txt-link-color_primary {
  color: #003061;
  text-decoration: underline;
}
@media only screen and (min-width: 769px) {
  .txt-link-color_primary:hover {
    text-decoration: none;
  }
}
.txt-link-color_primary-light {
  color: #E5E9F2;
  text-decoration: underline;
}
@media only screen and (min-width: 769px) {
  .txt-link-color_primary-light:hover {
    text-decoration: none;
  }
}
.txt-link-color_accent {
  color: #E64807;
  text-decoration: underline;
}
@media only screen and (min-width: 769px) {
  .txt-link-color_accent:hover {
    text-decoration: none;
  }
}
.txt-link-color_font {
  color: #313636;
  text-decoration: underline;
}
@media only screen and (min-width: 769px) {
  .txt-link-color_font:hover {
    text-decoration: none;
  }
}
.txt-link-color_bg {
  color: #F4F4F4;
  text-decoration: underline;
}
@media only screen and (min-width: 769px) {
  .txt-link-color_bg:hover {
    text-decoration: none;
  }
}
.txt-link-color_bg-light {
  color: #F2F4F7;
  text-decoration: underline;
}
@media only screen and (min-width: 769px) {
  .txt-link-color_bg-light:hover {
    text-decoration: none;
  }
}
.txt-link-color_bg-dark {
  color: #E9E9E9;
  text-decoration: underline;
}
@media only screen and (min-width: 769px) {
  .txt-link-color_bg-dark:hover {
    text-decoration: none;
  }
}
.txt-link-color_border {
  color: #DBDBDB;
  text-decoration: underline;
}
@media only screen and (min-width: 769px) {
  .txt-link-color_border:hover {
    text-decoration: none;
  }
}
.txt-link-color_error {
  color: #ff4e00;
  text-decoration: underline;
}
@media only screen and (min-width: 769px) {
  .txt-link-color_error:hover {
    text-decoration: none;
  }
}
.txt-link-color_white {
  color: white;
  text-decoration: underline;
}
@media only screen and (min-width: 769px) {
  .txt-link-color_white:hover {
    text-decoration: none;
  }
}
.txt-link-color_black {
  color: black;
  text-decoration: underline;
}
@media only screen and (min-width: 769px) {
  .txt-link-color_black:hover {
    text-decoration: none;
  }
}
.txt-link-color_blue {
  color: #3646a7;
  text-decoration: underline;
}
@media only screen and (min-width: 769px) {
  .txt-link-color_blue:hover {
    text-decoration: none;
  }
}
.txt-link-color_red {
  color: #db0011;
  text-decoration: underline;
}
@media only screen and (min-width: 769px) {
  .txt-link-color_red:hover {
    text-decoration: none;
  }
}
.txt-link-color_orange {
  color: #ff9e43;
  text-decoration: underline;
}
@media only screen and (min-width: 769px) {
  .txt-link-color_orange:hover {
    text-decoration: none;
  }
}
.txt-link-color_fb {
  color: #3a5897;
  text-decoration: underline;
}
@media only screen and (min-width: 769px) {
  .txt-link-color_fb:hover {
    text-decoration: none;
  }
}
.txt-link-color_line {
  color: #06C755;
  text-decoration: underline;
}
@media only screen and (min-width: 769px) {
  .txt-link-color_line:hover {
    text-decoration: none;
  }
}
.txt-border {
  position: relative;
}
.txt-border::before {
  content: "";
  background-color: #313636;
  height: 1px;
  width: 3em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}
.txt-border_after {
  position: relative;
}
.txt-border_after::after {
  content: "";
  background-color: #313636;
  height: 1px;
  width: 3em;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5em;
}
.txt {
  /***** カラー *****/
}
.txt-color_primary {
  color: #003061;
}
.txt-color_primary-light {
  color: #E5E9F2;
}
.txt-color_accent {
  color: #E64807;
}
.txt-color_font {
  color: #313636;
}
.txt-color_bg {
  color: #F4F4F4;
}
.txt-color_bg-light {
  color: #F2F4F7;
}
.txt-color_bg-dark {
  color: #E9E9E9;
}
.txt-color_border {
  color: #DBDBDB;
}
.txt-color_error {
  color: #ff4e00;
}
.txt-color_white {
  color: white;
}
.txt-color_black {
  color: black;
}
.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;
}
@media only screen and (min-width: 769px) {
  .txt-tate, .breadcrumb-tate {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 2.5;
  }
}
.txt {
  /***** size *****/
}
.txt-size_xl {
  font-size: 32px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .txt-size_xl {
    font-size: calc(32 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .txt-size_xl {
    font-size: calc(32 / 375 * 100vw);
  }
}
.txt-size_lg {
  font-size: 24px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .txt-size_lg {
    font-size: calc(24 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .txt-size_lg {
    font-size: calc(24 / 375 * 100vw);
  }
}
.txt-size_md {
  font-size: 18px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .txt-size_md {
    font-size: calc(18 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .txt-size_md {
    font-size: calc(18 / 375 * 100vw);
  }
}
.txt-size_sm {
  font-size: 16px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .txt-size_sm {
    font-size: calc(16 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .txt-size_sm {
    font-size: calc(16 / 375 * 100vw);
  }
}
.txt-size_xs {
  font-size: 12px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .txt-size_xs {
    font-size: calc(12 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .txt-size_xs {
    font-size: calc(12 / 375 * 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: "Oswald", "shippori-mincho", "YuMincho", "Noto Serif JP", "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 2.4rem;
  font-weight: bold;
  color: #003061;
  margin-bottom: 60px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .txt-read {
    font-size: calc(100 / 375 * 24 / 1 * 1vw);
    margin-bottom: calc(100 / 375 * 20 / 1 * 1vw);
  }
}
.txt-indent {
  margin-left: 1em;
  text-indent: -1em;
}

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

.m-read {
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5em;
  line-height: 1.75;
  font-size: 12px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .m-read {
    font-size: calc(12 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .m-read {
    font-size: calc(18 / 375 * 100vw);
  }
}

@media only screen and (max-width: 1024px) {
  .txt {
    /***** size *****/
  }
  .txt-size_xl {
    font-size: calc(100 / 1366 * 32 / 1 * 1vw);
  }
  .txt-size_lg {
    font-size: calc(100 / 1366 * 24 / 1 * 1vw);
  }
  .txt-size_md {
    font-size: calc(100 / 1366 * 18 / 1 * 1vw);
  }
  .txt-size_sm {
    font-size: calc(100 / 1366 * 16 / 1 * 1vw);
  }
  .txt-size_xs {
    font-size: calc(100 / 1366 * 12 / 1 * 1vw);
  }
}
@media only screen and (max-width: 768px) {
  .txt {
    /***** size *****/
  }
  .txt-size_xl {
    font-size: calc(100 / 375 * 36 / 1 * 1vw);
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .txt_xl {
    font-size: calc(100 / 375 * 36 / 1 * 1vw)/1.5;
  }
}
@media only screen and (max-width: 768px) {
  .txt-size_lg {
    font-size: calc(100 / 375 * 28 / 1 * 1vw);
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .txt_lg {
    font-size: calc(100 / 375 * 28 / 1 * 1vw)/1.5;
  }
}
@media only screen and (max-width: 768px) {
  .txt-size_md {
    font-size: calc(100 / 375 * 26 / 1 * 1vw);
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .txt_md {
    font-size: calc(100 / 375 * 26 / 1 * 1vw)/1.5;
  }
}
@media only screen and (max-width: 768px) {
  .txt-size_sm {
    font-size: calc(100 / 375 * 24 / 1 * 1vw);
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .txt_sm {
    font-size: calc(100 / 375 * 24 / 1 * 1vw)/1.5;
  }
}
@media only screen and (max-width: 768px) {
  .txt-size_xs {
    font-size: calc(100 / 375 * 22 / 1 * 1vw);
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .txt_xs {
    font-size: calc(100 / 375 * 22 / 1 * 1vw)/1.5;
  }
}
@media only screen and (max-width: 768px) {
  .sp_txt {
    /***** size *****/
  }
  .sp_txt-size_xl {
    font-size: calc(100 / 375 * 36 / 1 * 1vw);
  }
  .sp_txt-size_lg {
    font-size: calc(100 / 375 * 28 / 1 * 1vw);
  }
  .sp_txt-size_md {
    font-size: calc(100 / 375 * 26 / 1 * 1vw);
  }
  .sp_txt-size_sm {
    font-size: calc(100 / 375 * 24 / 1 * 1vw);
  }
  .sp_txt-size_xs {
    font-size: calc(100 / 375 * 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;
}

.notes {
  font-size: 80%;
}

a[href*=".pdf"] {
  text-decoration: underline;
  position: relative;
  padding-left: 0;
}
a[href*=".pdf"]::after {
  content: "";
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  background: url(../icon/picture_as_pdf_24dp_39B847_FILL0_wght400_GRAD0_opsz24.svg) left center/contain no-repeat;
  position: relative;
  top: 0.25em;
}

.hidden {
  display: none;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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_0 {
  margin: 0px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .m_0 {
    margin: calc(0 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .m_0 {
    margin: calc(0 / 375 * 100vw);
  }
}

.mt_0 {
  margin-top: 0px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .mt_0 {
    margin-top: calc(0 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .mt_0 {
    margin-top: calc(0 / 375 * 100vw);
  }
}

.mb_0 {
  margin-bottom: 0px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .mb_0 {
    margin-bottom: calc(0 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .mb_0 {
    margin-bottom: calc(0 / 375 * 100vw);
  }
}

.ml_0 {
  margin-left: 0px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .ml_0 {
    margin-left: calc(0 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .ml_0 {
    margin-left: calc(0 / 375 * 100vw);
  }
}

.mr_0 {
  margin-right: 0px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .mr_0 {
    margin-right: calc(0 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .mr_0 {
    margin-right: calc(0 / 375 * 100vw);
  }
}

.m_xl {
  margin: 160px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .m_xl {
    margin: calc(160 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .m_xl {
    margin: calc(160 / 375 * 100vw);
  }
}

.mt_xl {
  margin-top: 160px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .mt_xl {
    margin-top: calc(160 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .mt_xl {
    margin-top: calc(160 / 375 * 100vw);
  }
}

.mb_xl {
  margin-bottom: 160px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .mb_xl {
    margin-bottom: calc(160 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .mb_xl {
    margin-bottom: calc(160 / 375 * 100vw);
  }
}

.ml_xl {
  margin-left: 160px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .ml_xl {
    margin-left: calc(160 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .ml_xl {
    margin-left: calc(160 / 375 * 100vw);
  }
}

.mr_xl {
  margin-right: 160px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .mr_xl {
    margin-right: calc(160 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .mr_xl {
    margin-right: calc(160 / 375 * 100vw);
  }
}

.m_lg {
  margin: 80px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .m_lg {
    margin: calc(80 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .m_lg {
    margin: calc(80 / 375 * 100vw);
  }
}

.mt_lg {
  margin-top: 80px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .mt_lg {
    margin-top: calc(80 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .mt_lg {
    margin-top: calc(80 / 375 * 100vw);
  }
}

.mb_lg {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .mb_lg {
    margin-bottom: calc(80 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .mb_lg {
    margin-bottom: calc(80 / 375 * 100vw);
  }
}

.ml_lg {
  margin-left: 80px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .ml_lg {
    margin-left: calc(80 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .ml_lg {
    margin-left: calc(80 / 375 * 100vw);
  }
}

.mr_lg {
  margin-right: 80px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .mr_lg {
    margin-right: calc(80 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .mr_lg {
    margin-right: calc(80 / 375 * 100vw);
  }
}

.m_md {
  margin: 60px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .m_md {
    margin: calc(60 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .m_md {
    margin: calc(60 / 375 * 100vw);
  }
}

.mt_md {
  margin-top: 60px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .mt_md {
    margin-top: calc(60 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .mt_md {
    margin-top: calc(60 / 375 * 100vw);
  }
}

.mb_md {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .mb_md {
    margin-bottom: calc(60 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .mb_md {
    margin-bottom: calc(60 / 375 * 100vw);
  }
}

.ml_md {
  margin-left: 60px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .ml_md {
    margin-left: calc(60 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .ml_md {
    margin-left: calc(60 / 375 * 100vw);
  }
}

.mr_md {
  margin-right: 60px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .mr_md {
    margin-right: calc(60 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .mr_md {
    margin-right: calc(60 / 375 * 100vw);
  }
}

.m_sm {
  margin: 40px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .m_sm {
    margin: calc(40 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .m_sm {
    margin: calc(40 / 375 * 100vw);
  }
}

.mt_sm {
  margin-top: 40px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .mt_sm {
    margin-top: calc(40 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .mt_sm {
    margin-top: calc(40 / 375 * 100vw);
  }
}

.mb_sm {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .mb_sm {
    margin-bottom: calc(40 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .mb_sm {
    margin-bottom: calc(40 / 375 * 100vw);
  }
}

.ml_sm {
  margin-left: 40px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .ml_sm {
    margin-left: calc(40 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .ml_sm {
    margin-left: calc(40 / 375 * 100vw);
  }
}

.mr_sm {
  margin-right: 40px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .mr_sm {
    margin-right: calc(40 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .mr_sm {
    margin-right: calc(40 / 375 * 100vw);
  }
}

.m_xs {
  margin: 20px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .m_xs {
    margin: calc(20 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .m_xs {
    margin: calc(20 / 375 * 100vw);
  }
}

.mt_xs {
  margin-top: 20px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .mt_xs {
    margin-top: calc(20 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .mt_xs {
    margin-top: calc(20 / 375 * 100vw);
  }
}

.mb_xs {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .mb_xs {
    margin-bottom: calc(20 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .mb_xs {
    margin-bottom: calc(20 / 375 * 100vw);
  }
}

.ml_xs {
  margin-left: 20px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .ml_xs {
    margin-left: calc(20 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .ml_xs {
    margin-left: calc(20 / 375 * 100vw);
  }
}

.mr_xs {
  margin-right: 20px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .mr_xs {
    margin-right: calc(20 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .mr_xs {
    margin-right: calc(20 / 375 * 100vw);
  }
}

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

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

.pt_xl {
  padding-top: 160px !important;
}
.pt_xl_2 {
  padding-top: 320px !important;
}

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

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

.pr_xl {
  padding-right: 160px !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: 40px !important;
}

.pt_sm {
  padding-top: 40px !important;
}
.pt_sm_2 {
  padding-top: 80px !important;
}

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

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

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

.p_xs {
  padding: 20px !important;
}

.pt_xs {
  padding-top: 20px !important;
}
.pt_xs_2 {
  padding-top: 40px !important;
}

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

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

.pr_xs {
  padding-right: 20px !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: 768px) {
  .p_xl {
    padding: calc(100 / 375 * 160 / 1 * 1vw) !important;
  }
  .pt_xl {
    padding-top: calc(100 / 375 * 160 / 1 * 1vw) !important;
  }
  .pb_xl {
    padding-bottom: calc(100 / 375 * 160 / 1 * 1vw) !important;
  }
  .pl_xl {
    padding-left: calc(100 / 375 * 160 / 1 * 1vw) !important;
  }
  .pr_xl {
    padding-right: calc(100 / 375 * 160 / 1 * 1vw) !important;
  }
  .sp_p_xl {
    padding: calc(100 / 375 * 160 / 1 * 1vw) !important;
  }
  .sp_pt_xl {
    padding-top: calc(100 / 375 * 160 / 1 * 1vw) !important;
  }
  .sp_pb_xl {
    padding-bottom: calc(100 / 375 * 160 / 1 * 1vw) !important;
  }
  .sp_pl_xl {
    padding-left: calc(100 / 375 * 160 / 1 * 1vw) !important;
  }
  .sp_pr_xl {
    padding-right: calc(100 / 375 * 160 / 1 * 1vw) !important;
  }
  .p_lg {
    padding: calc(100 / 375 * 80 / 1 * 1vw) !important;
  }
  .pt_lg {
    padding-top: calc(100 / 375 * 80 / 1 * 1vw) !important;
  }
  .pb_lg {
    padding-bottom: calc(100 / 375 * 80 / 1 * 1vw) !important;
  }
  .pl_lg {
    padding-left: calc(100 / 375 * 80 / 1 * 1vw) !important;
  }
  .pr_lg {
    padding-right: calc(100 / 375 * 80 / 1 * 1vw) !important;
  }
  .sp_p_lg {
    padding: calc(100 / 375 * 80 / 1 * 1vw) !important;
  }
  .sp_pt_lg {
    padding-top: calc(100 / 375 * 80 / 1 * 1vw) !important;
  }
  .sp_pb_lg {
    padding-bottom: calc(100 / 375 * 80 / 1 * 1vw) !important;
  }
  .sp_pl_lg {
    padding-left: calc(100 / 375 * 80 / 1 * 1vw) !important;
  }
  .sp_pr_lg {
    padding-right: calc(100 / 375 * 80 / 1 * 1vw) !important;
  }
  .p_md {
    padding: calc(100 / 375 * 60 / 1 * 1vw) !important;
  }
  .pt_md {
    padding-top: calc(100 / 375 * 60 / 1 * 1vw) !important;
  }
  .pb_md {
    padding-bottom: calc(100 / 375 * 60 / 1 * 1vw) !important;
  }
  .pl_md {
    padding-left: calc(100 / 375 * 60 / 1 * 1vw) !important;
  }
  .pr_md {
    padding-right: calc(100 / 375 * 60 / 1 * 1vw) !important;
  }
  .sp_p_md {
    padding: calc(100 / 375 * 60 / 1 * 1vw) !important;
  }
  .sp_pt_md {
    padding-top: calc(100 / 375 * 60 / 1 * 1vw) !important;
  }
  .sp_pb_md {
    padding-bottom: calc(100 / 375 * 60 / 1 * 1vw) !important;
  }
  .sp_pl_md {
    padding-left: calc(100 / 375 * 60 / 1 * 1vw) !important;
  }
  .sp_pr_md {
    padding-right: calc(100 / 375 * 60 / 1 * 1vw) !important;
  }
  .p_sm {
    padding: calc(100 / 375 * 40 / 1 * 1vw) !important;
  }
  .pt_sm {
    padding-top: calc(100 / 375 * 40 / 1 * 1vw) !important;
  }
  .pb_sm {
    padding-bottom: calc(100 / 375 * 40 / 1 * 1vw) !important;
  }
  .pl_sm {
    padding-left: calc(100 / 375 * 40 / 1 * 1vw) !important;
  }
  .pr_sm {
    padding-right: calc(100 / 375 * 40 / 1 * 1vw) !important;
  }
  .sp_p_sm {
    padding: calc(100 / 375 * 40 / 1 * 1vw) !important;
  }
  .sp_pt_sm {
    padding-top: calc(100 / 375 * 40 / 1 * 1vw) !important;
  }
  .sp_pb_sm {
    padding-bottom: calc(100 / 375 * 40 / 1 * 1vw) !important;
  }
  .sp_pl_sm {
    padding-left: calc(100 / 375 * 40 / 1 * 1vw) !important;
  }
  .sp_pr_sm {
    padding-right: calc(100 / 375 * 40 / 1 * 1vw) !important;
  }
  .p_xs {
    padding: calc(100 / 375 * 20 / 1 * 1vw) !important;
  }
  .pt_xs {
    padding-top: calc(100 / 375 * 20 / 1 * 1vw) !important;
  }
  .pb_xs {
    padding-bottom: calc(100 / 375 * 20 / 1 * 1vw) !important;
  }
  .pl_xs {
    padding-left: calc(100 / 375 * 20 / 1 * 1vw) !important;
  }
  .pr_xs {
    padding-right: calc(100 / 375 * 20 / 1 * 1vw) !important;
  }
  .sp_p_xs {
    padding: calc(100 / 375 * 20 / 1 * 1vw) !important;
  }
  .sp_pt_xs {
    padding-top: calc(100 / 375 * 20 / 1 * 1vw) !important;
  }
  .sp_pb_xs {
    padding-bottom: calc(100 / 375 * 20 / 1 * 1vw) !important;
  }
  .sp_pl_xs {
    padding-left: calc(100 / 375 * 20 / 1 * 1vw) !important;
  }
  .sp_pr_xs {
    padding-right: calc(100 / 375 * 20 / 1 * 1vw) !important;
  }
}
@media only screen and (max-width: 768px) {
  .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: 42.8571428571%;
  position: relative;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .googlemap {
    padding-top: 75%;
  }
}
.googlemap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

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

@media only screen and (min-width: 769px) {
  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;

	&_target {
		display: none;

	}

	&:hover {
		&:after {
			color: $color-primary;
		}
	}
}
 */
.topBtn {
  position: fixed;
  /* position: absolute; */
  right: 60px;
  /* top: -104px; */
  bottom: 60px;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.2s ease-in-out;
  font-size: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .topBtn {
    font-size: calc(100 / 375 * 36 / 1 * 1vw);
    right: calc(100 / 375 * 20 / 1 * 1vw);
    bottom: calc(100 / 375 * 20 / 1 * 1vw);
  }
}
.topBtn:hover {
  opacity: 1;
}

.is-fixed .js-fixed {
  position: fixed;
  left: 0;
  right: 0;
  opacity: 1;
  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: 1184px;
  margin: 0 auto;
  max-width: 1980px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 80px;
  display: flex;
}
.slick-dots li {
  width: 80px;
  height: 71px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .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: 768px) {
  .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: #003061;
  border: solid 1px #003061;
  text-align: center;
}
.slide-arrow.slick-disabled {
  color: rgba(49, 54, 54, 0.3);
  border-color: rgba(49, 54, 54, 0.3);
}
.slide-arrow.next-arrow {
  right: 0;
}
.slide-arrow.prev-arrow {
  right: 80px;
}

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

.jsTabs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.jsTab {
  cursor: pointer;
  padding-left: 2px;
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .jsTab {
    width: 50%;
  }
}
.jsTab:first-child {
  padding-left: 0;
}
.jsTab > span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-bottom: solid 2px #E9E9E9;
  text-align: center;
  font-weight: bold;
  height: 80px;
  line-height: 80px;
  font-size: 2.4rem;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .jsTab > span {
    font-size: 3.7333333333vw;
    height: calc(100 / 375 * 80 / 1 * 1vw);
    line-height: calc(100 / 375 * 80 / 1 * 1vw);
  }
}
.jsTab > span .fal {
  margin-right: 20px;
}
.jsTab > span:hover {
  background-color: rgb(216.75, 216.75, 216.75);
}
.jsTab.active > span {
  border-bottom-color: #003061;
  color: #003061;
}
.jsTab-Content {
  display: none;
}
.jsTab-Content.show {
  display: block;
}

.tabs-tab {
  background-color: #E9E9E9;
  text-align: center;
}
.tabs-tab .m-ttl {
  padding: 10px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .tabs-tab .m-ttl {
    padding: calc(10 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .tabs-tab .m-ttl {
    padding: calc(10 / 375 * 100vw);
  }
}
.tabs-tab .m-ttl {
  color: white;
  margin-bottom: 0;
}
.tabs-tab.active {
  background-color: white;
}
.tabs-tab.active .m-ttl {
  color: #E9E9E9;
}
.tabs-con {
  padding: 60px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .tabs-con {
    padding: calc(60 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .tabs-con {
    padding: calc(40 / 375 * 100vw);
  }
}
.tabs-con {
  background-color: white;
}

/* 以下、ハンバーガーボタン */
.MenuBtn.Style01 {
  display: flex;
  justify-content: center;
  align-items: center;
  /* position: absolute;
  @include responsive-prop(right, $space_xs_num);
  top: 50%;
  transform: translateY(-50%); */
  width: 80px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .MenuBtn.Style01 {
    width: calc(80 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .MenuBtn.Style01 {
    width: calc(80 / 375 * 100vw);
  }
}
.MenuBtn.Style01 {
  height: 80px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .MenuBtn.Style01 {
    height: calc(80 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .MenuBtn.Style01 {
    height: calc(80 / 375 * 100vw);
  }
}
.MenuBtn.Style01 {
  /* border: solid 1px white; */
}

.MenuBtn.Style01 .MenuBtn-BarFrame {
  position: relative;
  display: block;
  width: 32px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .MenuBtn.Style01 .MenuBtn-BarFrame {
    width: calc(32 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .MenuBtn.Style01 .MenuBtn-BarFrame {
    width: calc(32 / 375 * 100vw);
  }
}
.MenuBtn.Style01 .MenuBtn-BarFrame {
  height: 3px;
}

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

.MenuBtn.Style01 .MenuBtn-BarFrame-SecondBar {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #003061;
  transition: all 0.15s linear;
  transform: translateY(-0.75vw) rotate(0deg);
}
@media only screen and (max-width: 768px) {
  .MenuBtn.Style01 .MenuBtn-BarFrame-SecondBar {
    transform: translateY(-1.5vw) rotate(0deg);
  }
}

.MenuBtn.Style01 .MenuBtn-BarFrame-ThirdBar {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #003061;
  transition: all 0.15s linear;
  transform: translateY(0.75vw) rotate(0deg);
}
@media only screen and (max-width: 768px) {
  .MenuBtn.Style01 .MenuBtn-BarFrame-ThirdBar {
    transform: translateY(1.5vw) rotate(0deg);
  }
}

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

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

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

.nav-wrapper {
  display: none;
  visibility: hidden;
  opacity: 0;
  width: 25vw;
  /* height: 100vh; */
  position: fixed;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 999;
  backdrop-filter: blur(4px);
  background-color: rgba(244, 244, 244, 0.6);
  /* color: white; */
  margin-top: 80px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .nav-wrapper {
    margin-top: calc(80 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .nav-wrapper {
    margin-top: calc(60 / 375 * 100vw);
  }
}
.nav-wrapper {
  padding-bottom: 40px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .nav-wrapper {
    padding-bottom: calc(40 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .nav-wrapper {
    padding-bottom: calc(40 / 375 * 100vw);
  }
}
.nav-wrapper {
  padding-top: 40px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .nav-wrapper {
    padding-top: calc(40 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .nav-wrapper {
    padding-top: calc(40 / 375 * 100vw);
  }
}
.nav-wrapper {
  /* @include responsive-prop(padding-bottom, $space_sm_num); */
}
@media only screen and (max-width: 768px) {
  .nav-wrapper {
    width: 100vw;
  }
}
.nav-wrapper .navs {
  display: block;
  padding-bottom: 40px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .nav-wrapper .navs {
    padding-bottom: calc(40 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .nav-wrapper .navs {
    padding-bottom: calc(40 / 375 * 100vw);
  }
}
.nav-wrapper .nav-link {
  padding-left: 20px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .nav-wrapper .nav-link {
    padding-left: calc(20 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .nav-wrapper .nav-link {
    padding-left: calc(20 / 375 * 100vw);
  }
}
.nav-wrapper .nav-link {
  padding-right: 20px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .nav-wrapper .nav-link {
    padding-right: calc(20 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .nav-wrapper .nav-link {
    padding-right: calc(20 / 375 * 100vw);
  }
}
.nav-wrapper .nav-link {
  padding-top: 10px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .nav-wrapper .nav-link {
    padding-top: calc(10 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .nav-wrapper .nav-link {
    padding-top: calc(10 / 375 * 100vw);
  }
}
.nav-wrapper .nav-link {
  padding-bottom: 10px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .nav-wrapper .nav-link {
    padding-bottom: calc(10 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .nav-wrapper .nav-link {
    padding-bottom: calc(10 / 375 * 100vw);
  }
}
.nav-wrapper .menu {
  margin: 17.6vw auto;
  flex-wrap: wrap;
  justify-content: space-between;
}
.nav-wrapper .menu-item {
  border-top: solid 0.2666666667vw white;
  width: 48%;
}
.nav-wrapper .menu-item:last-child {
  border-bottom: solid 0.2666666667vw white;
}
.nav-wrapper .menu-item a {
  display: block;
  color: white;
  font-size: 3.7333333333vw;
  font-weight: bold;
  height: auto;
  line-height: 1;
  text-align: left;
  padding: calc(100 / 375 * 40 / 1 * 1vw) calc(100 / 375 * 20 / 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 / 375 * 20 / 1 * 1vw);
  top: 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 .btns .btn {
  width: 100%;
  padding-bottom: 0;
}

/* メニューオープン時 */
.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: 160px;
}

@media only screen and (max-width: 768px) {
  .archive-article {
    margin-bottom: calc(100 / 375 * 20 / 1 * 1vw) !important;
  }
}
.archive-link {
  transition: all 0.2s ease-in-out;
  padding: 40px 60px 40px 40px;
  display: flex;
  align-items: center;
  position: relative;
}
.archive-link:hover {
  background-color: rgb(229.5, 229.5, 229.5);
}
.archive-link:hover img {
  opacity: 0.75;
}
.archive-date {
  font-family: "Bebas Neue", cursive;
  color: #003061;
  margin-bottom: 0;
  font-size: 2.4rem;
  margin-right: 60px;
}
@media only screen and (max-width: 768px) {
  .archive-date {
    margin-bottom: 0;
    font-size: calc(100 / 375 * 40 / 1 * 1vw);
  }
}
.archive-title {
  width: 100%;
}
.archive-text {
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  .archive-text {
    line-height: 1.2;
  }
}
.archive-img {
  width: 244px;
  margin-right: 20px;
  border: solid 2px white;
}
@media only screen and (max-width: 768px) {
  .archive-img {
    border: solid 1px white;
    width: 76.2666666667vw;
    margin-right: calc(100 / 375 * 20 / 1 * 1vw);
  }
}
.archive-img + .archive-group {
  flex-direction: column;
}
.archive-group {
  /* display: flex;
  align-items: center; */
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .archive-group {
    /* flex-direction: column; */
  }
}
.archive-tag {
  position: absolute;
  right: 0;
  bottom: 0;
}
.archive-tel {
  color: #003061;
  font-weight: bold;
  font-size: 120%;
}
.archive-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
}
@media only screen and (max-width: 768px) {
  .archive-icon {
    right: calc(100 / 375 * 20 / 1 * 1vw);
  }
}

.single-title {
  padding-bottom: 40px;
}
.single-date {
  font-size: 1.8rem;
}
.single-content {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .single-content {
    flex-direction: column;
  }
}
.single-group img {
  width: 100%;
  height: auto;
}
.single-img {
  width: 30%;
  margin-right: 40px;
}
.single-img + .single-group {
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .single-img {
    width: 100%;
    margin-bottom: calc(100 / 375 * 60 / 1 * 1vw);
    margin-right: 0;
  }
  .single-img + .single-group {
    width: 100%;
  }
}
.single-article .archive-title {
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .single-article .archive-title {
    font-size: calc(100 / 375 * 28 / 1 * 1vw);
  }
}
.single-article .archive-header {
  margin-bottom: 60px;
  padding-bottom: 40px;
  border-bottom: solid 4px #003061;
}
@media only screen and (max-width: 768px) {
  .single-article .archive-header {
    margin-bottom: calc(100 / 375 * 60 / 1 * 1vw);
  }
}

.wp-pagenavi {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
.wp-pagenavi > *, .wp-pagenavi > .pages, .wp-pagenavi > span {
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  text-decoration: none;
  color: #003061;
  background-color: #fff;
  border: solid 1px #DBDBDB;
  border-radius: 100px;
}
@media only screen and (max-width: 768px) {
  .wp-pagenavi > *, .wp-pagenavi > .pages, .wp-pagenavi > span {
    min-width: calc(100 / 375 * 160 / 1 * 1vw)/2;
    height: calc(100 / 375 * 160 / 1 * 1vw)/2;
    font-size: calc(100 / 375 * 24 / 1 * 1vw);
    margin: 0 calc(100 / 375 * 20 / 1 * 1vw)/4;
  }
}
.wp-pagenavi > *:hover:not(.current), .wp-pagenavi > .pages:hover:not(.current), .wp-pagenavi > span:hover:not(.current) {
  color: #003061;
  background-color: rgb(216.75, 216.75, 216.75);
}
.wp-pagenavi > *.current, .wp-pagenavi > .pages.current, .wp-pagenavi > span.current {
  background-color: #003061;
  color: white;
  border: solid 1px #DBDBDB;
}
.wp-pagenavi .screen-reader-text {
  display: none;
}

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

.mw_wp_form_complete .ol-works_form-item {
  color: #003061;
}

.menu {
  display: flex;
}
.menu-item a {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0 20px;
  text-align: center;
  height: 160px;
  line-height: 160px;
}

.menu {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .menu {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .menu > .menu-item {
    width: 50%;
  }
}
.menu > .menu-item a:hover {
  color: white;
}
.menu > .menu-item > .sub-menu {
  background-color: rgba(49, 54, 54, 0.9);
  position: absolute;
  left: 0;
  top: 160px;
  z-index: 99;
  width: 100%;
  display: none;
}
.menu > .menu-item > .sub-menu .menu-item a {
  text-align: left;
  height: auto;
  line-height: 1.75;
  color: white;
  padding: 20px 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: 20px;
  top: 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: flex;
  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(49, 54, 54, 0.9);
  color: white;
}
.menu .active.menu-item > .sub-menu {
  display: block;
}

.navs {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav {
  position: relative;
  text-transform: uppercase;
}
.nav-link {
  display: block;
  font-size: 16px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .nav-link {
    font-size: calc(16 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .nav-link {
    font-size: calc(14.4 / 375 * 100vw);
  }
}
.nav-link {
  padding-inline: 1em;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  font-weight: 700;
  backdrop-filter: blur(4px);
  background-color: rgba(244, 244, 244, 0.6);
  letter-spacing: 0.05em;
}
.header__inner {
  height: 80px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .header__inner {
    height: calc(80 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .header__inner {
    height: calc(60 / 375 * 100vw);
  }
}
.header__inner {
  padding-right: 0 !important;
}
.header__inner > .row {
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .header__inner {
    padding-right: 0;
  }
}
.logo img {
  height: 50px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .logo img {
    height: calc(50 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .logo img {
    height: calc(44 / 375 * 100vw);
  }
}
.logo img {
  width: auto;
}

.footer {
  position: relative;
  background-color: #EAEAEA;
  border-top: solid 1px #DBDBDB;
}
.footer__inner {
  padding-block: 60px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .footer__inner {
    padding-block: calc(60 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .footer__inner {
    padding-block: calc(60 / 375 * 100vw);
  }
}
.footer__inner {
  padding-inline: 0px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .footer__inner {
    padding-inline: calc(0 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .footer__inner {
    padding-inline: calc(20 / 375 * 100vw);
  }
}
.footer__logo {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .footer__logo {
    margin-bottom: calc(20 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .footer__logo {
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.footer__address {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .footer__address {
    margin-bottom: calc(20 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .footer__address {
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.footer-copyright {
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .footer-copyright {
    font-size: calc(12 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .footer-copyright {
    font-size: calc(12 / 375 * 100vw);
  }
}
.footer-copyright {
  height: 60px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .footer-copyright {
    height: calc(60 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .footer-copyright {
    height: calc(60 / 375 * 100vw);
  }
}
.footer-copyright {
  line-height: 60px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .footer-copyright {
    line-height: calc(60 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .footer-copyright {
    line-height: calc(60 / 375 * 100vw);
  }
}
.footer-copyright {
  text-align: center;
  letter-spacing: 0;
  color: white;
}
.footer .navs {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.footer .nav {
  width: 50%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .footer .nav {
    margin-bottom: calc(20 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .footer .nav {
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.footer .nav-link {
  padding-left: 0;
}
.footer .nav-link:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f105";
  /*FontAwesomeのアイコンコード*/
  /* position: absolute;
  left: -1em; */
  margin-right: 0.5em;
}
.footer .pagetop {
  position: absolute;
  right: 40px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .footer .pagetop {
    right: calc(40 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .footer .pagetop {
    right: calc(20 / 375 * 100vw);
  }
}
.footer .pagetop {
  width: 120px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .footer .pagetop {
    width: calc(120 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .footer .pagetop {
    width: calc(80 / 375 * 100vw);
  }
}
.footer .pagetop {
  transform: translateY(-100%);
}

.spTopBtns {
  position: absolute;
  top: 20px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .spTopBtns {
    top: calc(20 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .spTopBtns {
    top: calc(970 / 375 * 100vw);
  }
}
.spTopBtns {
  right: 27px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .spTopBtns {
    right: calc(27 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .spTopBtns {
    right: calc(27 / 375 * 100vw);
  }
}
.spTopBtns {
  left: 27px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .spTopBtns {
    left: calc(27 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .spTopBtns {
    left: calc(27 / 375 * 100vw);
  }
}

.fixed_btn {
  position: fixed;
  z-index: 9999;
  top: 455px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .fixed_btn {
    top: calc(455 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .fixed_btn {
    top: calc(455 / 375 * 100vw);
  }
}
.fixed_btn {
  right: 28px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .fixed_btn {
    right: calc(28 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .fixed_btn {
    right: calc(0 / 375 * 100vw);
  }
}
.fixed_btn-btn_tel {
  display: none;
}
@media only screen and (max-width: 768px) {
  .fixed_btn-btn_tel {
    display: flex;
  }
}
@media only screen and (max-width: 768px) {
  .fixed_btn {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    padding: 4vw 5.3333333333vw;
    box-shadow: 0px 0px 14.4vw 0px rgba(0, 0, 0, 0.16);
    top: auto;
    bottom: 0;
  }
}

.pagetitle {
  padding-top: 80px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .pagetitle {
    padding-top: calc(80 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .pagetitle {
    padding-top: calc(60 / 375 * 100vw);
  }
}
.pagetitle {
  padding-inline: 0 !important;
  padding-bottom: 0 !important;
}
.pagetitle__ttl {
  width: 587px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .pagetitle__ttl {
    width: calc(587 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .pagetitle__ttl {
    width: calc(300 / 375 * 100vw);
  }
}
.pagetitle__ttl {
  right: 40px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .pagetitle__ttl {
    right: calc(40 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .pagetitle__ttl {
    right: calc(0 / 375 * 100vw);
  }
}
.pagetitle__ttl {
  top: 60px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .pagetitle__ttl {
    top: calc(60 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .pagetitle__ttl {
    top: calc(20 / 375 * 100vw);
  }
}
.pagetitle__ttl {
  position: absolute;
  z-index: 9;
  max-width: 100%;
}
.pagetitle img {
  border-radius: 0 !important;
}

.about {
  position: relative;
}
.about__title {
  position: relative;
}
.about__title::before {
  content: "";
  display: block;
  background: url(../img/about-icon.png) center no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  transform: translateY(-100%);
  width: 213px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .about__title::before {
    width: calc(213 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .about__title::before {
    width: calc(106 / 375 * 100vw);
  }
}
.about__title::before {
  height: 172px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .about__title::before {
    height: calc(172 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .about__title::before {
    height: calc(86 / 375 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .about__title::before {
    left: 0;
    right: auto;
  }
}
.about__text {
  font-size: 18px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .about__text {
    font-size: calc(18 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .about__text {
    font-size: calc(16 / 375 * 100vw);
  }
}

.owned__img-01 {
  margin-top: 40px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .owned__img-01 {
    margin-top: calc(40 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .owned__img-01 {
    margin-top: calc(0 / 375 * 100vw);
  }
}
.owned__table-02 {
  margin-top: 80px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .owned__table-02 {
    margin-top: calc(80 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .owned__table-02 {
    margin-top: calc(0 / 375 * 100vw);
  }
}

.works.l-section::before {
  background: url(../img/bg-blue.png) center no-repeat;
  background-size: cover;
  opacity: 1;
}
.works__list {
  color: #003061;
  font-size: 32px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .works__list {
    font-size: calc(32 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .works__list {
    font-size: calc(18 / 375 * 100vw);
  }
}
.works__list {
  font-weight: 700;
  margin-top: 0px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .works__list {
    margin-top: calc(0 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .works__list {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.works__list {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .works__list {
    margin-bottom: calc(80 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .works__list {
    margin-bottom: calc(40 / 375 * 100vw);
  }
}

.profile__img {
  width: 240px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .profile__img {
    width: calc(240 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .profile__img {
    width: calc(240 / 375 * 100vw);
  }
}
.profile__img {
  position: absolute;
  right: 0;
  top: -80px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .profile__img {
    top: calc(-80 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .profile__img {
    top: calc(0 / 375 * 100vw);
  }
}
.profile__img {
  margin-bottom: 0px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .profile__img {
    margin-bottom: calc(0 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .profile__img {
    margin-bottom: calc(60 / 375 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .profile__img {
    position: relative;
  }
}
.profile__table {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .profile__table {
    margin-bottom: calc(80 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .profile__table {
    margin-bottom: calc(80 / 375 * 100vw);
  }
}
.profile__table td {
  text-align: left;
  padding-inline: 40px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .profile__table td {
    padding-inline: calc(40 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .profile__table td {
    padding-inline: calc(10 / 375 * 100vw);
  }
}
.profile .googlemap {
  border-style: solid;
  border-color: #DBDBDB;
  border-width: 1px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .profile .googlemap {
    border-width: calc(1 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .profile .googlemap {
    border-width: calc(1 / 375 * 100vw);
  }
}
.profile .googlemap {
  border-radius: 10px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .profile .googlemap {
    border-radius: calc(10 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .profile .googlemap {
    border-radius: calc(10 / 375 * 100vw);
  }
}

.recruit.l-section::before {
  background: url(../img/bg-blue.png) center no-repeat;
  background-size: cover;
  right: auto;
  left: 0;
  opacity: 1;
  transform: translateX(-50%);
  top: -333px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .recruit.l-section::before {
    top: calc(-333 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .recruit.l-section::before {
    top: calc(-111 / 375 * 100vw);
  }
}
.recruit__title {
  color: #E64807;
}
.recruit__img {
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 360px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .recruit__img {
    width: calc(360 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .recruit__img {
    width: calc(360 / 375 * 100vw);
  }
}
.recruit__img {
  margin-bottom: 0px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .recruit__img {
    margin-bottom: calc(0 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .recruit__img {
    margin-bottom: calc(60 / 375 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .recruit__img {
    position: relative;
  }
}
.recruit__table {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .recruit__table {
    margin-bottom: calc(40 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .recruit__table {
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
.recruit__table th {
  background-color: #E5E9F2;
}
.recruit__table td {
  text-align: left;
  background-color: #F4F4F4;
  padding-inline: 40px;
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .recruit__table td {
    padding-inline: calc(40 / 1366 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .recruit__table td {
    padding-inline: calc(10 / 375 * 100vw);
  }
}