@charset "UTF-8";
/*
 todo style.scss ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 @Author: Samuraiworks
 @Version: 24
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
/**
sw assy
@Author: Samuraiworks
@Version: 2024
 */
/* do it assy +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/**
  todo BP0 ←max 895px / →min 896px
  todo BP1 ←max 1024px / →min 1025px
 */
/* 定義部分----------------------------------------------- */
/* hover Opacity */
a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/* 定義部分----------------------------------------------- */
.a_borad {
  border-radius: 9px;
}

.float-right, .a_fl_R {
  float: right;
}

.float-left, .a_fl_L {
  float: left;
}

.a_Tcenter {
  text-align: center;
}

.a_TRight {
  text-align: right !important;
}

.a_TLeft {
  text-align: left !important;
}

.a_hidden {
  display: none;
}

.a_visi-hidden {
  visibility: hidden;
}

.display-none, .a_disp_none {
  display: none;
}

.a_disp_block {
  display: block;
}

.a_disp_inline, .inline-block, .a_ilb {
  display: inline-block !important;
}

.a_opace0 {
  opacity: 0;
}

.a_prelative {
  position: relative;
}

.a_mar00auto {
  margin: 0px auto;
}

a {
  cursor: pointer;
}

a:link {
  color: #00A0FF;
}

a:visited {
  color: #426495;
}

a:hover,
a:focus,
a:active {
  text-decoration: underline;
}

.meiryo {
  font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.gothic {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif;
}

.maru-goth {
  font-family: "Hiragino Maru Gothic Pro", "HG丸ゴシックM-PRO", verdana, arial, sans-serif;
}

.hiragino {
  font-family: "Lato", Arial, Helvetica, sans-serif;
}

hr.forSp {
  display: none;
}

br.forSp, span.forSp, i.forSp {
  display: none;
}

br.forPc, span.forPc, div.forPc {
  display: inline;
}

.pcImg {
  display: block !important;
}

.spImg {
  display: none !important;
}

.pcBlock {
  display: block;
}

.spBlock {
  display: none;
}

.pcInline {
  display: inline-block;
}

.spInline {
  display: none;
}

@media screen and (max-width: 895px) {
  hr.forSp {
    display: block;
  }
  br.forSp, span.forSp, .sp i.forSp {
    display: inline;
  }
  br.forPc, span.forPc, div.forPc {
    display: none;
  }
  .pcImg {
    display: none !important;
  }
  .spImg {
    display: block !important;
  }
  .pcBlock {
    display: none;
  }
  .spBlock {
    display: block;
  }
  .pcInline {
    display: none;
  }
  .spInline {
    display: inline-block;
  }
  img.w100 {
    max-width: 100%;
    height: auto;
  }
}
.photoFrame {
  box-shadow: 0 0 5px #ccccdc;
  border: 7px solid #fff;
}

/* sw set assy +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ------------------------------------------------------------
  Clearfix
------------------------------------------------------------ */
/* new clearfix */
.clf:before,
.clf:after {
  content: "";
  display: table;
}

.clf:after {
  clear: both;
}

/* For IE 6/7 (hasL) */
.clf {
  zoom: 1;
}

.uline {
  font-weight: bold;
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, #ffff88 0%);
}

.uline2 {
  font-weight: bold;
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, #ffe1f3 0%);
}

.uline3 {
  font-weight: bold;
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, #ebf6ff 0%);
}

.boxShadow {
  -moz-box-shadow: 0px 0px 31px #5c606e;
  -webkit-box-shadow: 0px 0px 31px #5c606e;
  box-shadow: 0px 0px 31px #5c606e;
}

.forBoxShadow {
  -moz-box-shadow: 0 0 4px #adb7b7;
  -webkit-box-shadow: 0 0 4px #adb7b7;
  box-shadow: 0 0 4px #adb7b7;
}

.imgBoxShadow {
  -moz-box-shadow: 0 0 5px #a5aeb7;
  -webkit-box-shadow: 0 0 5px #a5aeb7;
  box-shadow: 0 0 5px #a5aeb7;
}

.imgBoxShadow-better {
  box-shadow: 0 2.5rem 2rem -2rem hsl(346, 8%, 59%);
}

/*
 _swGridSysSimple
 */
.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.row > * {
  -webkit-box-flex: 0;
  flex-grow: 0;
  flex-shrink: 0;
}

.row [class^=col1-] {
  width: 100%;
}

.row [class^=col2-] {
  width: 50%;
}

.row [class^=col3-] {
  width: 33.3333333333%;
}

.row [class^=col4-] {
  width: 25%;
}

.row [class^=col5-] {
  width: 20%;
}

.row [class^=col6-] {
  width: 16.6666666667%;
}

.row [class^=col7-] {
  width: 14.2857142857%;
}

.row [class^=col8-] {
  width: 12.5%;
}

.row [class^=col9-] {
  width: 11.1111111111%;
}

.row [class^=col10-] {
  width: 10%;
}

.row [class^=col11-] {
  width: 9.0909090909%;
}

.row [class^=col12-] {
  width: 8.3333333333%;
}

@media (min-width: 896px) {
  .row [class*="-1-"] {
    width: 100%;
  }
  .row [class*="-2-"] {
    width: 50%;
  }
  .row [class*="-3-"] {
    width: 33.3333333333%;
  }
  .row [class*="-4-"] {
    width: 25%;
  }
  .row [class*="-5-"] {
    width: 20%;
  }
  .row [class*="-6-"] {
    width: 16.6666666667%;
  }
  .row [class*="-7-"] {
    width: 14.2857142857%;
  }
  .row [class*="-8-"] {
    width: 12.5%;
  }
  .row [class*="-9-"] {
    width: 11.1111111111%;
  }
  .row [class*="-10-"] {
    width: 10%;
  }
  .row [class*="-11-"] {
    width: 9.0909090909%;
  }
  .row [class*="-12-"] {
    width: 8.3333333333%;
  }
}
@media (min-width: 1025px) {
  .row [class*="-1col"] {
    width: 100%;
  }
  .row [class*="-2col"] {
    width: 50%;
  }
  .row [class*="-3col"] {
    width: 33.3333333333%;
  }
  .row [class*="-4col"] {
    width: 25%;
  }
  .row [class*="-5col"] {
    width: 20%;
  }
  .row [class*="-6col"] {
    width: 16.6666666667%;
  }
  .row [class*="-7col"] {
    width: 14.2857142857%;
  }
  .row [class*="-8col"] {
    width: 12.5%;
  }
  .row [class*="-9col"] {
    width: 11.1111111111%;
  }
  .row [class*="-10col"] {
    width: 10%;
  }
  .row [class*="-11col"] {
    width: 9.0909090909%;
  }
  .row [class*="-12col"] {
    width: 8.3333333333%;
  }
}
/**
 Reboot.css
 */
*, ::after, ::before {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

code, kbd, pre, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1rem;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

/*
 * 1.1 -> common.less
 * -----------------------------------------------
*/
/* -------- Basic Structure ---------- */
html {
  font-size: 100%;
}

html,
html a {
  -webkit-font-smoothing: antialiased;
}

body, html {
  max-width: 100%;
  height: 100%;
}

body {
  overflow-x: hidden;
}

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

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

iframe {
  border: none;
  width: 100%;
}

.inline-block {
  display: inline-block;
}

.display-block {
  display: block;
}

/* -------- Font Weight ---------- */
.font-weight-100 {
  font-weight: 100 !important;
}

.font-weight-200 {
  font-weight: 200 !important;
}

.font-weight-300 {
  font-weight: 300 !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.font-weight-800 {
  font-weight: 800 !important;
}

.font-weight-900 {
  font-weight: 900 !important;
}

/* -------- Font Size ---------- */
.font-9 {
  font-size: 9px !important;
}

.font-10 {
  font-size: 10px !important;
}

.font-11 {
  font-size: 11px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-13 {
  font-size: 13px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-17 {
  font-size: 17px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-19 {
  font-size: 19px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-21 {
  font-size: 21px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-23 {
  font-size: 23px !important;
}

.font-24 {
  font-size: 24px !important;
}

.font-25 {
  font-size: 25px !important;
}

.font-26 {
  font-size: 26px !important;
}

.font-27 {
  font-size: 27px !important;
}

.font-28 {
  font-size: 2rem !important;
}

.font-29 {
  font-size: 2.07142857rem !important;
}

.font-30 {
  font-size: 2.14285714rem !important;
}

.font-32 {
  font-size: 2.28571429rem !important;
}

.font-36 {
  font-size: 2.57142857rem !important;
}

.font-38 {
  font-size: 2.71428571rem !important;
}

.font-40 {
  font-size: 2.85714286rem !important;
}

.font-42 {
  font-size: 3rem !important;
}

.font-44 {
  font-size: 3.14285714rem !important;
}

.font-46 {
  font-size: 3.28571429rem !important;
}

.font-48 {
  font-size: 3.42857143rem !important;
}

.font-54 {
  font-size: 3.85714286rem !important;
}

.font-60 {
  font-size: 4.28571429rem !important;
}

.font-64 {
  font-size: 4.57142857rem !important;
}

.font-72 {
  font-size: 5.14285714rem !important;
}

.font-78 {
  font-size: 5.57142857rem !important;
}

.font-90 {
  font-size: 6.42857143rem !important;
}

.font-100 {
  font-size: 7.14285714rem !important;
}

.font-150 {
  font-size: 10.71428571rem !important;
}

.font-200 {
  font-size: 14.28571429rem !important;
}

/* -------- Letter Spacing ---------- */
.letter-space-0 {
  letter-spacing: 0px;
}

.letter-space-1 {
  letter-spacing: 1px;
}

.letter-space-2 {
  letter-spacing: 2px;
}

.letter-space-3 {
  letter-spacing: 3px;
}

.letter-space-4 {
  letter-spacing: 4px;
}

.letter-space-5 {
  letter-spacing: 5px;
}

.letter-space-6 {
  letter-spacing: 6px;
}

.letter-space-7 {
  letter-spacing: 7px;
}

.letter-space-8 {
  letter-spacing: 8px;
}

.letter-space-9 {
  letter-spacing: 9px;
}

.letter-space-10 {
  letter-spacing: 10px;
}

/* -------- Z-index ---------- */
.z-index-1 {
  z-index: 1 !important;
}

.z-index-0 {
  z-index: 0 !important;
}

.z-index-1111 {
  z-index: 1111 !important;
}

.z-index-9999 {
  z-index: 9999 !important;
}

/* -------- Line Height ---------- */
.line-height-0 {
  line-height: 0px;
}

.line-height-1 {
  line-height: 1;
}

.line-height-20 {
  line-height: 20px;
}

.line-height-80 {
  line-height: 80px;
}

.line-height-100 {
  line-height: 100px;
}

.line-height-150 {
  line-height: 150px;
}

.line-height-200 {
  line-height: 200px;
}

.line-height-1em {
  line-height: 1em;
}

/* -------- list inline ---------- */
.display-inline {
  display: inline-block;
}

/*
 * Custom Bootstrap Margin Padding
 * Author - Md Ismail Hossain
 * Git    - https://github.com/ismailcseku/Custom-Bootstrap-Margin-Padding
 * Web    - http://ismail-hossain.me/
 * Email  - ismailcseku$gmail.com
 */
/**
 * Table of Contents:
 *
 * 1   -> Basic margin padding
 * 1.1 -> Basic Margin
 * 1.2 -> Basic Padding
 * 1.3 -> Margin top
 * 1.4 -> Margin right
 * 1.5 -> Margin bottom
 * 1.6 -> Margin left
 * 1.7 -> Padding top
 * 1.8 -> Padding right
 * 1.9 -> Padding bottom
 * 1.10 -> Padding left
 * 2 -> lg: min-width:9999px // delete
 * 3 -> md: max-width:9998px // delete
 * 4 -> sm: max-width:$maxWidthBP1
 * 5 -> xs: max-width:$maxWidthBP0
 * 6 -> xxs: max-width 479px // delete
 * ===============================================
 */
/* min even, max odd*/
/*
 * 1.1 -> Basic Margin
 * -----------------------------------------------
*/
.m-0 {
  margin: 0px !important;
}

.m-5 {
  margin: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-50 {
  margin: 50px !important;
}

.m-60 {
  margin: 60px !important;
}

.m-70 {
  margin: 70px !important;
}

.m-80 {
  margin: 80px !important;
}

.m-90 {
  margin: 90px !important;
}

.m-100 {
  margin: 100px !important;
}

.m-110 {
  margin: 110px !important;
}

.m-120 {
  margin: 120px !important;
}

.m-130 {
  margin: 130px !important;
}

.m-140 {
  margin: 140px !important;
}

.m-150 {
  margin: 150px !important;
}

.m-160 {
  margin: 160px !important;
}

.m-170 {
  margin: 170px !important;
}

.m-180 {
  margin: 180px !important;
}

.m-190 {
  margin: 190px !important;
}

.m-200 {
  margin: 200px !important;
}

/*
 * 1.2 -> Basic Padding
 * -----------------------------------------------
*/
.p-0 {
  padding: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
 * 1.3 -> Margin top
 * -----------------------------------------------
*/
.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

.mt-170 {
  margin-top: 170px !important;
}

.mt-180 {
  margin-top: 180px !important;
}

.mt-190 {
  margin-top: 190px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

/*
 * 1.4 -> Margin right
 * -----------------------------------------------
*/
.mr-0 {
  margin-right: 0 !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mr-110 {
  margin-right: 110px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.mr-130 {
  margin-right: 130px !important;
}

.mr-140 {
  margin-right: 140px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

.mr-160 {
  margin-right: 160px !important;
}

.mr-170 {
  margin-right: 170px !important;
}

.mr-180 {
  margin-right: 180px !important;
}

.mr-190 {
  margin-right: 190px !important;
}

.mr-200 {
  margin-right: 200px !important;
}

/*
 * 1.5 -> Margin bottom
 * -----------------------------------------------
*/
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-160 {
  margin-bottom: 160px !important;
}

.mb-170 {
  margin-bottom: 170px !important;
}

.mb-180 {
  margin-bottom: 180px !important;
}

.mb-190 {
  margin-bottom: 190px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

/*
 * 1.6 -> Margin left
 * -----------------------------------------------
*/
.ml-0 {
  margin-left: 0 !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.ml-110 {
  margin-left: 110px !important;
}

.ml-120 {
  margin-left: 120px !important;
}

.ml-130 {
  margin-left: 130px !important;
}

.ml-140 {
  margin-left: 140px !important;
}

.ml-150 {
  margin-left: 150px !important;
}

.ml-160 {
  margin-left: 160px !important;
}

.ml-170 {
  margin-left: 170px !important;
}

.ml-180 {
  margin-left: 180px !important;
}

.ml-190 {
  margin-left: 190px !important;
}

.ml-200 {
  margin-left: 200px !important;
}

/*
 * 1.7 -> Padding top
 * -----------------------------------------------
*/
.pt-0 {
  padding-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
 * 1.8 -> Padding right
 * -----------------------------------------------
*/
.pr-0 {
  padding-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
 * 1.9 -> Padding bottom
 * -----------------------------------------------
*/
.pb-0 {
  padding-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
 * 1.10 -> Padding left
 * -----------------------------------------------
*/
.pl-0 {
  padding-left: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
 * 4 -> sm: max-width:$maxWidthBP1
 * -----------------------------------------------
*/
@media (max-width: 1024px) {
  /*
   * 4.1 -> Basic Margin
   * -----------------------------------------------
  */
  .m-sm-0 {
    margin: 0px !important;
  }
  .m-sm-5 {
    margin: 5px !important;
  }
  .m-sm-10 {
    margin: 10px !important;
  }
  .m-sm-15 {
    margin: 15px !important;
  }
  .m-sm-20 {
    margin: 20px !important;
  }
  .m-sm-30 {
    margin: 30px !important;
  }
  .m-sm-40 {
    margin: 40px !important;
  }
  .m-sm-50 {
    margin: 50px !important;
  }
  .m-sm-60 {
    margin: 60px !important;
  }
  .m-sm-70 {
    margin: 70px !important;
  }
  .m-sm-80 {
    margin: 80px !important;
  }
  .m-sm-90 {
    margin: 90px !important;
  }
  .m-sm-100 {
    margin: 100px !important;
  }
  .m-sm-110 {
    margin: 110px !important;
  }
  .m-sm-120 {
    margin: 120px !important;
  }
  .m-sm-130 {
    margin: 130px !important;
  }
  .m-sm-140 {
    margin: 140px !important;
  }
  .m-sm-150 {
    margin: 150px !important;
  }
  .m-sm-160 {
    margin: 160px !important;
  }
  .m-sm-170 {
    margin: 170px !important;
  }
  .m-sm-180 {
    margin: 180px !important;
  }
  .m-sm-190 {
    margin: 190px !important;
  }
  .m-sm-200 {
    margin: 200px !important;
  }
  /*
   * 4.2 -> Basic Padding
   * -----------------------------------------------
  */
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-5 {
    padding: 5px !important;
  }
  .p-sm-10 {
    padding: 10px !important;
  }
  .p-sm-15 {
    padding: 15px !important;
  }
  .p-sm-20 {
    padding: 20px !important;
  }
  .p-sm-30 {
    padding: 30px !important;
  }
  .p-sm-40 {
    padding: 40px !important;
  }
  .p-sm-50 {
    padding: 50px !important;
  }
  .p-sm-60 {
    padding: 60px !important;
  }
  .p-sm-70 {
    padding: 70px !important;
  }
  .p-sm-80 {
    padding: 80px !important;
  }
  .p-sm-90 {
    padding: 90px !important;
  }
  .p-sm-100 {
    padding: 100px !important;
  }
  .p-sm-110 {
    padding: 110px !important;
  }
  .p-sm-120 {
    padding: 120px !important;
  }
  .p-sm-130 {
    padding: 130px !important;
  }
  .p-sm-140 {
    padding: 140px !important;
  }
  .p-sm-150 {
    padding: 150px !important;
  }
  .p-sm-160 {
    padding: 160px !important;
  }
  .p-sm-170 {
    padding: 170px !important;
  }
  .p-sm-180 {
    padding: 180px !important;
  }
  .p-sm-190 {
    padding: 190px !important;
  }
  .p-sm-200 {
    padding: 200px !important;
  }
  /*
   * 4.3 -> Margin top
   * -----------------------------------------------
  */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-5 {
    margin-top: 5px !important;
  }
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .mt-sm-15 {
    margin-top: 15px !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  .mt-sm-50 {
    margin-top: 50px !important;
  }
  .mt-sm-60 {
    margin-top: 60px !important;
  }
  .mt-sm-70 {
    margin-top: 70px !important;
  }
  .mt-sm-80 {
    margin-top: 80px !important;
  }
  .mt-sm-90 {
    margin-top: 90px !important;
  }
  .mt-sm-100 {
    margin-top: 100px !important;
  }
  .mt-sm-110 {
    margin-top: 110px !important;
  }
  .mt-sm-120 {
    margin-top: 120px !important;
  }
  .mt-sm-130 {
    margin-top: 130px !important;
  }
  .mt-sm-140 {
    margin-top: 140px !important;
  }
  .mt-sm-150 {
    margin-top: 150px !important;
  }
  .mt-sm-160 {
    margin-top: 160px !important;
  }
  .mt-sm-170 {
    margin-top: 170px !important;
  }
  .mt-sm-180 {
    margin-top: 180px !important;
  }
  .mt-sm-190 {
    margin-top: 190px !important;
  }
  .mt-sm-200 {
    margin-top: 200px !important;
  }
  /*
   * 4.4 -> Margin right
   * -----------------------------------------------
  */
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mr-sm-5 {
    margin-right: 5px !important;
  }
  .mr-sm-10 {
    margin-right: 10px !important;
  }
  .mr-sm-15 {
    margin-right: 15px !important;
  }
  .mr-sm-20 {
    margin-right: 20px !important;
  }
  .mr-sm-30 {
    margin-right: 30px !important;
  }
  .mr-sm-40 {
    margin-right: 40px !important;
  }
  .mr-sm-50 {
    margin-right: 50px !important;
  }
  .mr-sm-60 {
    margin-right: 60px !important;
  }
  .mr-sm-70 {
    margin-right: 70px !important;
  }
  .mr-sm-80 {
    margin-right: 80px !important;
  }
  .mr-sm-90 {
    margin-right: 90px !important;
  }
  .mr-sm-100 {
    margin-right: 100px !important;
  }
  .mr-sm-110 {
    margin-right: 110px !important;
  }
  .mr-sm-120 {
    margin-right: 120px !important;
  }
  .mr-sm-130 {
    margin-right: 130px !important;
  }
  .mr-sm-140 {
    margin-right: 140px !important;
  }
  .mr-sm-150 {
    margin-right: 150px !important;
  }
  .mr-sm-160 {
    margin-right: 160px !important;
  }
  .mr-sm-170 {
    margin-right: 170px !important;
  }
  .mr-sm-180 {
    margin-right: 180px !important;
  }
  .mr-sm-190 {
    margin-right: 190px !important;
  }
  .mr-sm-200 {
    margin-right: 200px !important;
  }
  /*
   * 4.5 -> Margin bottom
   * -----------------------------------------------
  */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-5 {
    margin-bottom: 5px !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mb-sm-15 {
    margin-bottom: 15px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
  .mb-sm-90 {
    margin-bottom: 90px !important;
  }
  .mb-sm-100 {
    margin-bottom: 100px !important;
  }
  .mb-sm-110 {
    margin-bottom: 110px !important;
  }
  .mb-sm-120 {
    margin-bottom: 120px !important;
  }
  .mb-sm-130 {
    margin-bottom: 130px !important;
  }
  .mb-sm-140 {
    margin-bottom: 140px !important;
  }
  .mb-sm-150 {
    margin-bottom: 150px !important;
  }
  .mb-sm-160 {
    margin-bottom: 160px !important;
  }
  .mb-sm-170 {
    margin-bottom: 170px !important;
  }
  .mb-sm-180 {
    margin-bottom: 180px !important;
  }
  .mb-sm-190 {
    margin-bottom: 190px !important;
  }
  .mb-sm-200 {
    margin-bottom: 200px !important;
  }
  /*
   * 4.6 -> Margin left
   * -----------------------------------------------
  */
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .ml-sm-5 {
    margin-left: 5px !important;
  }
  .ml-sm-10 {
    margin-left: 10px !important;
  }
  .ml-sm-15 {
    margin-left: 15px !important;
  }
  .ml-sm-20 {
    margin-left: 20px !important;
  }
  .ml-sm-30 {
    margin-left: 30px !important;
  }
  .ml-sm-40 {
    margin-left: 40px !important;
  }
  .ml-sm-50 {
    margin-left: 50px !important;
  }
  .ml-sm-60 {
    margin-left: 60px !important;
  }
  .ml-sm-70 {
    margin-left: 70px !important;
  }
  .ml-sm-80 {
    margin-left: 80px !important;
  }
  .ml-sm-90 {
    margin-left: 90px !important;
  }
  .ml-sm-100 {
    margin-left: 100px !important;
  }
  .ml-sm-110 {
    margin-left: 110px !important;
  }
  .ml-sm-120 {
    margin-left: 120px !important;
  }
  .ml-sm-130 {
    margin-left: 130px !important;
  }
  .ml-sm-140 {
    margin-left: 140px !important;
  }
  .ml-sm-150 {
    margin-left: 150px !important;
  }
  .ml-sm-160 {
    margin-left: 160px !important;
  }
  .ml-sm-170 {
    margin-left: 170px !important;
  }
  .ml-sm-180 {
    margin-left: 180px !important;
  }
  .ml-sm-190 {
    margin-left: 190px !important;
  }
  .ml-sm-200 {
    margin-left: 200px !important;
  }
  /*
   * 4.7 -> Padding top
   * -----------------------------------------------
  */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-5 {
    padding-top: 5px !important;
  }
  .pt-sm-10 {
    padding-top: 10px !important;
  }
  .pt-sm-15 {
    padding-top: 15px !important;
  }
  .pt-sm-20 {
    padding-top: 20px !important;
  }
  .pt-sm-30 {
    padding-top: 30px !important;
  }
  .pt-sm-40 {
    padding-top: 40px !important;
  }
  .pt-sm-50 {
    padding-top: 50px !important;
  }
  .pt-sm-60 {
    padding-top: 60px !important;
  }
  .pt-sm-70 {
    padding-top: 70px !important;
  }
  .pt-sm-80 {
    padding-top: 80px !important;
  }
  .pt-sm-90 {
    padding-top: 90px !important;
  }
  .pt-sm-100 {
    padding-top: 100px !important;
  }
  .pt-sm-110 {
    padding-top: 110px !important;
  }
  .pt-sm-120 {
    padding-top: 120px !important;
  }
  .pt-sm-130 {
    padding-top: 130px !important;
  }
  .pt-sm-140 {
    padding-top: 140px !important;
  }
  .pt-sm-150 {
    padding-top: 150px !important;
  }
  .pt-sm-160 {
    padding-top: 160px !important;
  }
  .pt-sm-170 {
    padding-top: 170px !important;
  }
  .pt-sm-180 {
    padding-top: 180px !important;
  }
  .pt-sm-190 {
    padding-top: 190px !important;
  }
  .pt-sm-200 {
    padding-top: 200px !important;
  }
  /*
   * 4.8 -> Padding right
   * -----------------------------------------------
  */
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pr-sm-5 {
    padding-right: 5px !important;
  }
  .pr-sm-10 {
    padding-right: 10px !important;
  }
  .pr-sm-15 {
    padding-right: 15px !important;
  }
  .pr-sm-20 {
    padding-right: 20px !important;
  }
  .pr-sm-30 {
    padding-right: 30px !important;
  }
  .pr-sm-40 {
    padding-right: 40px !important;
  }
  .pr-sm-50 {
    padding-right: 50px !important;
  }
  .pr-sm-60 {
    padding-right: 60px !important;
  }
  .pr-sm-70 {
    padding-right: 70px !important;
  }
  .pr-sm-80 {
    padding-right: 80px !important;
  }
  .pr-sm-90 {
    padding-right: 90px !important;
  }
  .pr-sm-100 {
    padding-right: 100px !important;
  }
  .pr-sm-110 {
    padding-right: 110px !important;
  }
  .pr-sm-120 {
    padding-right: 120px !important;
  }
  .pr-sm-130 {
    padding-right: 130px !important;
  }
  .pr-sm-140 {
    padding-right: 140px !important;
  }
  .pr-sm-150 {
    padding-right: 150px !important;
  }
  .pr-sm-160 {
    padding-right: 160px !important;
  }
  .pr-sm-170 {
    padding-right: 170px !important;
  }
  .pr-sm-180 {
    padding-right: 180px !important;
  }
  .pr-sm-190 {
    padding-right: 190px !important;
  }
  .pr-sm-200 {
    padding-right: 200px !important;
  }
  /*
   * 4.9 -> Padding bottom
   * -----------------------------------------------
  */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-5 {
    padding-bottom: 5px !important;
  }
  .pb-sm-10 {
    padding-bottom: 10px !important;
  }
  .pb-sm-15 {
    padding-bottom: 15px !important;
  }
  .pb-sm-20 {
    padding-bottom: 20px !important;
  }
  .pb-sm-30 {
    padding-bottom: 30px !important;
  }
  .pb-sm-40 {
    padding-bottom: 40px !important;
  }
  .pb-sm-50 {
    padding-bottom: 50px !important;
  }
  .pb-sm-60 {
    padding-bottom: 60px !important;
  }
  .pb-sm-70 {
    padding-bottom: 70px !important;
  }
  .pb-sm-80 {
    padding-bottom: 80px !important;
  }
  .pb-sm-90 {
    padding-bottom: 90px !important;
  }
  .pb-sm-100 {
    padding-bottom: 100px !important;
  }
  .pb-sm-110 {
    padding-bottom: 110px !important;
  }
  .pb-sm-120 {
    padding-bottom: 120px !important;
  }
  .pb-sm-130 {
    padding-bottom: 130px !important;
  }
  .pb-sm-140 {
    padding-bottom: 140px !important;
  }
  .pb-sm-150 {
    padding-bottom: 150px !important;
  }
  .pb-sm-160 {
    padding-bottom: 160px !important;
  }
  .pb-sm-170 {
    padding-bottom: 170px !important;
  }
  .pb-sm-180 {
    padding-bottom: 180px !important;
  }
  .pb-sm-190 {
    padding-bottom: 190px !important;
  }
  .pb-sm-200 {
    padding-bottom: 200px !important;
  }
  /*
   * 4.10 -> Padding left
   * -----------------------------------------------
  */
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .pl-sm-5 {
    padding-left: 5px !important;
  }
  .pl-sm-10 {
    padding-left: 10px !important;
  }
  .pl-sm-15 {
    padding-left: 15px !important;
  }
  .pl-sm-20 {
    padding-left: 20px !important;
  }
  .pl-sm-30 {
    padding-left: 30px !important;
  }
  .pl-sm-40 {
    padding-left: 40px !important;
  }
  .pl-sm-50 {
    padding-left: 50px !important;
  }
  .pl-sm-60 {
    padding-left: 60px !important;
  }
  .pl-sm-70 {
    padding-left: 70px !important;
  }
  .pl-sm-80 {
    padding-left: 80px !important;
  }
  .pl-sm-90 {
    padding-left: 90px !important;
  }
  .pl-sm-100 {
    padding-left: 100px !important;
  }
  .pl-sm-110 {
    padding-left: 110px !important;
  }
  .pl-sm-120 {
    padding-left: 120px !important;
  }
  .pl-sm-130 {
    padding-left: 130px !important;
  }
  .pl-sm-140 {
    padding-left: 140px !important;
  }
  .pl-sm-150 {
    padding-left: 150px !important;
  }
  .pl-sm-160 {
    padding-left: 160px !important;
  }
  .pl-sm-170 {
    padding-left: 170px !important;
  }
  .pl-sm-180 {
    padding-left: 180px !important;
  }
  .pl-sm-190 {
    padding-left: 190px !important;
  }
  .pl-sm-200 {
    padding-left: 200px !important;
  }
}
/*
 * 5 -> xs: max-width $maxWidthBP0
 * -----------------------------------------------
*/
@media (max-width: 895px) {
  /*
   * 5.1 -> Basic Margin
   * -----------------------------------------------
  */
  .m-xs-0 {
    margin: 0px !important;
  }
  .m-xs-5 {
    margin: 5px !important;
  }
  .m-xs-10 {
    margin: 10px !important;
  }
  .m-xs-15 {
    margin: 15px !important;
  }
  .m-xs-20 {
    margin: 20px !important;
  }
  .m-xs-30 {
    margin: 30px !important;
  }
  .m-xs-40 {
    margin: 40px !important;
  }
  .m-xs-50 {
    margin: 50px !important;
  }
  .m-xs-60 {
    margin: 60px !important;
  }
  .m-xs-70 {
    margin: 70px !important;
  }
  .m-xs-80 {
    margin: 80px !important;
  }
  .m-xs-90 {
    margin: 90px !important;
  }
  .m-xs-100 {
    margin: 100px !important;
  }
  .m-xs-110 {
    margin: 110px !important;
  }
  .m-xs-120 {
    margin: 120px !important;
  }
  .m-xs-130 {
    margin: 130px !important;
  }
  .m-xs-140 {
    margin: 140px !important;
  }
  .m-xs-150 {
    margin: 150px !important;
  }
  .m-xs-160 {
    margin: 160px !important;
  }
  .m-xs-170 {
    margin: 170px !important;
  }
  .m-xs-180 {
    margin: 180px !important;
  }
  .m-xs-190 {
    margin: 190px !important;
  }
  .m-xs-200 {
    margin: 200px !important;
  }
  /*
   * 5.2 -> Basic Padding
   * -----------------------------------------------
  */
  .p-xs-0 {
    padding: 0 !important;
  }
  .p-xs-5 {
    padding: 5px !important;
  }
  .p-xs-10 {
    padding: 10px !important;
  }
  .p-xs-15 {
    padding: 15px !important;
  }
  .p-xs-20 {
    padding: 20px !important;
  }
  .p-xs-30 {
    padding: 30px !important;
  }
  .p-xs-40 {
    padding: 40px !important;
  }
  .p-xs-50 {
    padding: 50px !important;
  }
  .p-xs-60 {
    padding: 60px !important;
  }
  .p-xs-70 {
    padding: 70px !important;
  }
  .p-xs-80 {
    padding: 80px !important;
  }
  .p-xs-90 {
    padding: 90px !important;
  }
  .p-xs-100 {
    padding: 100px !important;
  }
  .p-xs-110 {
    padding: 110px !important;
  }
  .p-xs-120 {
    padding: 120px !important;
  }
  .p-xs-130 {
    padding: 130px !important;
  }
  .p-xs-140 {
    padding: 140px !important;
  }
  .p-xs-150 {
    padding: 150px !important;
  }
  .p-xs-160 {
    padding: 160px !important;
  }
  .p-xs-170 {
    padding: 170px !important;
  }
  .p-xs-180 {
    padding: 180px !important;
  }
  .p-xs-190 {
    padding: 190px !important;
  }
  .p-xs-200 {
    padding: 200px !important;
  }
  /*
   * 5.3 -> Margin top
   * -----------------------------------------------
  */
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-5 {
    margin-top: 5px !important;
  }
  .mt-xs-10 {
    margin-top: 10px !important;
  }
  .mt-xs-15 {
    margin-top: 15px !important;
  }
  .mt-xs-20 {
    margin-top: 20px !important;
  }
  .mt-xs-30 {
    margin-top: 30px !important;
  }
  .mt-xs-40 {
    margin-top: 40px !important;
  }
  .mt-xs-50 {
    margin-top: 50px !important;
  }
  .mt-xs-60 {
    margin-top: 60px !important;
  }
  .mt-xs-70 {
    margin-top: 70px !important;
  }
  .mt-xs-80 {
    margin-top: 80px !important;
  }
  .mt-xs-90 {
    margin-top: 90px !important;
  }
  .mt-xs-100 {
    margin-top: 100px !important;
  }
  .mt-xs-110 {
    margin-top: 110px !important;
  }
  .mt-xs-120 {
    margin-top: 120px !important;
  }
  .mt-xs-130 {
    margin-top: 130px !important;
  }
  .mt-xs-140 {
    margin-top: 140px !important;
  }
  .mt-xs-150 {
    margin-top: 150px !important;
  }
  .mt-xs-160 {
    margin-top: 160px !important;
  }
  .mt-xs-170 {
    margin-top: 170px !important;
  }
  .mt-xs-180 {
    margin-top: 180px !important;
  }
  .mt-xs-190 {
    margin-top: 190px !important;
  }
  .mt-xs-200 {
    margin-top: 200px !important;
  }
  /*
   * 5.4 -> Margin right
   * -----------------------------------------------
  */
  .mr-xs-0 {
    margin-right: 0 !important;
  }
  .mr-xs-5 {
    margin-right: 5px !important;
  }
  .mr-xs-10 {
    margin-right: 10px !important;
  }
  .mr-xs-15 {
    margin-right: 15px !important;
  }
  .mr-xs-20 {
    margin-right: 20px !important;
  }
  .mr-xs-30 {
    margin-right: 30px !important;
  }
  .mr-xs-40 {
    margin-right: 40px !important;
  }
  .mr-xs-50 {
    margin-right: 50px !important;
  }
  .mr-xs-60 {
    margin-right: 60px !important;
  }
  .mr-xs-70 {
    margin-right: 70px !important;
  }
  .mr-xs-80 {
    margin-right: 80px !important;
  }
  .mr-xs-90 {
    margin-right: 90px !important;
  }
  .mr-xs-100 {
    margin-right: 100px !important;
  }
  .mr-xs-110 {
    margin-right: 110px !important;
  }
  .mr-xs-120 {
    margin-right: 120px !important;
  }
  .mr-xs-130 {
    margin-right: 130px !important;
  }
  .mr-xs-140 {
    margin-right: 140px !important;
  }
  .mr-xs-150 {
    margin-right: 150px !important;
  }
  .mr-xs-160 {
    margin-right: 160px !important;
  }
  .mr-xs-170 {
    margin-right: 170px !important;
  }
  .mr-xs-180 {
    margin-right: 180px !important;
  }
  .mr-xs-190 {
    margin-right: 190px !important;
  }
  .mr-xs-200 {
    margin-right: 200px !important;
  }
  /*
   * 5.5 -> Margin bottom
   * -----------------------------------------------
  */
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xs-5 {
    margin-bottom: 5px !important;
  }
  .mb-xs-10 {
    margin-bottom: 10px !important;
  }
  .mb-xs-15 {
    margin-bottom: 15px !important;
  }
  .mb-xs-20 {
    margin-bottom: 20px !important;
  }
  .mb-xs-30 {
    margin-bottom: 30px !important;
  }
  .mb-xs-40 {
    margin-bottom: 40px !important;
  }
  .mb-xs-50 {
    margin-bottom: 50px !important;
  }
  .mb-xs-60 {
    margin-bottom: 60px !important;
  }
  .mb-xs-70 {
    margin-bottom: 70px !important;
  }
  .mb-xs-80 {
    margin-bottom: 80px !important;
  }
  .mb-xs-90 {
    margin-bottom: 90px !important;
  }
  .mb-xs-100 {
    margin-bottom: 100px !important;
  }
  .mb-xs-110 {
    margin-bottom: 110px !important;
  }
  .mb-xs-120 {
    margin-bottom: 120px !important;
  }
  .mb-xs-130 {
    margin-bottom: 130px !important;
  }
  .mb-xs-140 {
    margin-bottom: 140px !important;
  }
  .mb-xs-150 {
    margin-bottom: 150px !important;
  }
  .mb-xs-160 {
    margin-bottom: 160px !important;
  }
  .mb-xs-170 {
    margin-bottom: 170px !important;
  }
  .mb-xs-180 {
    margin-bottom: 180px !important;
  }
  .mb-xs-190 {
    margin-bottom: 190px !important;
  }
  .mb-xs-200 {
    margin-bottom: 200px !important;
  }
  /*
   * 5.6 -> Margin left
   * -----------------------------------------------
  */
  .ml-xs-0 {
    margin-left: 0 !important;
  }
  .ml-xs-5 {
    margin-left: 5px !important;
  }
  .ml-xs-10 {
    margin-left: 10px !important;
  }
  .ml-xs-15 {
    margin-left: 15px !important;
  }
  .ml-xs-20 {
    margin-left: 20px !important;
  }
  .ml-xs-30 {
    margin-left: 30px !important;
  }
  .ml-xs-40 {
    margin-left: 40px !important;
  }
  .ml-xs-50 {
    margin-left: 50px !important;
  }
  .ml-xs-60 {
    margin-left: 60px !important;
  }
  .ml-xs-70 {
    margin-left: 70px !important;
  }
  .ml-xs-80 {
    margin-left: 80px !important;
  }
  .ml-xs-90 {
    margin-left: 90px !important;
  }
  .ml-xs-100 {
    margin-left: 100px !important;
  }
  .ml-xs-110 {
    margin-left: 110px !important;
  }
  .ml-xs-120 {
    margin-left: 120px !important;
  }
  .ml-xs-130 {
    margin-left: 130px !important;
  }
  .ml-xs-140 {
    margin-left: 140px !important;
  }
  .ml-xs-150 {
    margin-left: 150px !important;
  }
  .ml-xs-160 {
    margin-left: 160px !important;
  }
  .ml-xs-170 {
    margin-left: 170px !important;
  }
  .ml-xs-180 {
    margin-left: 180px !important;
  }
  .ml-xs-190 {
    margin-left: 190px !important;
  }
  .ml-xs-200 {
    margin-left: 200px !important;
  }
  /*
   * 5.7 -> Padding top
   * -----------------------------------------------
  */
  .pt-xs-0 {
    padding-top: 0 !important;
  }
  .pt-xs-5 {
    padding-top: 5px !important;
  }
  .pt-xs-10 {
    padding-top: 10px !important;
  }
  .pt-xs-15 {
    padding-top: 15px !important;
  }
  .pt-xs-20 {
    padding-top: 20px !important;
  }
  .pt-xs-30 {
    padding-top: 30px !important;
  }
  .pt-xs-40 {
    padding-top: 40px !important;
  }
  .pt-xs-50 {
    padding-top: 50px !important;
  }
  .pt-xs-60 {
    padding-top: 60px !important;
  }
  .pt-xs-70 {
    padding-top: 70px !important;
  }
  .pt-xs-80 {
    padding-top: 80px !important;
  }
  .pt-xs-90 {
    padding-top: 90px !important;
  }
  .pt-xs-100 {
    padding-top: 100px !important;
  }
  .pt-xs-110 {
    padding-top: 110px !important;
  }
  .pt-xs-120 {
    padding-top: 120px !important;
  }
  .pt-xs-130 {
    padding-top: 130px !important;
  }
  .pt-xs-140 {
    padding-top: 140px !important;
  }
  .pt-xs-150 {
    padding-top: 150px !important;
  }
  .pt-xs-160 {
    padding-top: 160px !important;
  }
  .pt-xs-170 {
    padding-top: 170px !important;
  }
  .pt-xs-180 {
    padding-top: 180px !important;
  }
  .pt-xs-190 {
    padding-top: 190px !important;
  }
  .pt-xs-200 {
    padding-top: 200px !important;
  }
  /*
   * 5.8 -> Padding right
   * -----------------------------------------------
  */
  .pr-xs-0 {
    padding-right: 0 !important;
  }
  .pr-xs-5 {
    padding-right: 5px !important;
  }
  .pr-xs-10 {
    padding-right: 10px !important;
  }
  .pr-xs-15 {
    padding-right: 15px !important;
  }
  .pr-xs-20 {
    padding-right: 20px !important;
  }
  .pr-xs-30 {
    padding-right: 30px !important;
  }
  .pr-xs-40 {
    padding-right: 40px !important;
  }
  .pr-xs-50 {
    padding-right: 50px !important;
  }
  .pr-xs-60 {
    padding-right: 60px !important;
  }
  .pr-xs-70 {
    padding-right: 70px !important;
  }
  .pr-xs-80 {
    padding-right: 80px !important;
  }
  .pr-xs-90 {
    padding-right: 90px !important;
  }
  .pr-xs-100 {
    padding-right: 100px !important;
  }
  .pr-xs-110 {
    padding-right: 110px !important;
  }
  .pr-xs-120 {
    padding-right: 120px !important;
  }
  .pr-xs-130 {
    padding-right: 130px !important;
  }
  .pr-xs-140 {
    padding-right: 140px !important;
  }
  .pr-xs-150 {
    padding-right: 150px !important;
  }
  .pr-xs-160 {
    padding-right: 160px !important;
  }
  .pr-xs-170 {
    padding-right: 170px !important;
  }
  .pr-xs-180 {
    padding-right: 180px !important;
  }
  .pr-xs-190 {
    padding-right: 190px !important;
  }
  .pr-xs-200 {
    padding-right: 200px !important;
  }
  /*
   * 5.9 -> Padding bottom
   * -----------------------------------------------
  */
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
  .pb-xs-5 {
    padding-bottom: 5px !important;
  }
  .pb-xs-10 {
    padding-bottom: 10px !important;
  }
  .pb-xs-15 {
    padding-bottom: 15px !important;
  }
  .pb-xs-20 {
    padding-bottom: 20px !important;
  }
  .pb-xs-30 {
    padding-bottom: 30px !important;
  }
  .pb-xs-40 {
    padding-bottom: 40px !important;
  }
  .pb-xs-50 {
    padding-bottom: 50px !important;
  }
  .pb-xs-60 {
    padding-bottom: 60px !important;
  }
  .pb-xs-70 {
    padding-bottom: 70px !important;
  }
  .pb-xs-80 {
    padding-bottom: 80px !important;
  }
  .pb-xs-90 {
    padding-bottom: 90px !important;
  }
  .pb-xs-100 {
    padding-bottom: 100px !important;
  }
  .pb-xs-110 {
    padding-bottom: 110px !important;
  }
  .pb-xs-120 {
    padding-bottom: 120px !important;
  }
  .pb-xs-130 {
    padding-bottom: 130px !important;
  }
  .pb-xs-140 {
    padding-bottom: 140px !important;
  }
  .pb-xs-150 {
    padding-bottom: 150px !important;
  }
  .pb-xs-160 {
    padding-bottom: 160px !important;
  }
  .pb-xs-170 {
    padding-bottom: 170px !important;
  }
  .pb-xs-180 {
    padding-bottom: 180px !important;
  }
  .pb-xs-190 {
    padding-bottom: 190px !important;
  }
  .pb-xs-200 {
    padding-bottom: 200px !important;
  }
  /*
   * 5.10 -> Padding left
   * -----------------------------------------------
  */
  .pl-xs-0 {
    padding-left: 0 !important;
  }
  .pl-xs-5 {
    padding-left: 5px !important;
  }
  .pl-xs-10 {
    padding-left: 10px !important;
  }
  .pl-xs-15 {
    padding-left: 15px !important;
  }
  .pl-xs-20 {
    padding-left: 20px !important;
  }
  .pl-xs-30 {
    padding-left: 30px !important;
  }
  .pl-xs-40 {
    padding-left: 40px !important;
  }
  .pl-xs-50 {
    padding-left: 50px !important;
  }
  .pl-xs-60 {
    padding-left: 60px !important;
  }
  .pl-xs-70 {
    padding-left: 70px !important;
  }
  .pl-xs-80 {
    padding-left: 80px !important;
  }
  .pl-xs-90 {
    padding-left: 90px !important;
  }
  .pl-xs-100 {
    padding-left: 100px !important;
  }
  .pl-xs-110 {
    padding-left: 110px !important;
  }
  .pl-xs-120 {
    padding-left: 120px !important;
  }
  .pl-xs-130 {
    padding-left: 130px !important;
  }
  .pl-xs-140 {
    padding-left: 140px !important;
  }
  .pl-xs-150 {
    padding-left: 150px !important;
  }
  .pl-xs-160 {
    padding-left: 160px !important;
  }
  .pl-xs-170 {
    padding-left: 170px !important;
  }
  .pl-xs-180 {
    padding-left: 180px !important;
  }
  .pl-xs-190 {
    padding-left: 190px !important;
  }
  .pl-xs-200 {
    padding-left: 200px !important;
  }
}
/**
 sw basic setting ++++++++++++++++++++++++++++++++++++++
 */
/**
  https://coliss.com/articles/build-websites/operation/css/clever-sticky-footer-technique.html
*/
body > footer {
  position: sticky;
  top: 100vh;
}

.ichie-din-bold {
  font-family: din-2014-narrow, sans-serif;
  font-weight: bold;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.65;
  /* 禁則A */
  word-break: normal;
  line-break: strict;
  /* 禁則B*/
  word-wrap: break-word;
  font-family: YakuHanJP, "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #232323;
  position: relative;
  margin: 0;
  padding: 0;
}

/**
 H1~6
 */
h1, h2, h3 {
  font-weight: bold;
  margin: 0.85rem 0;
}

h2 {
  font-size: 3.3rem;
  padding: 0;
  margin-bottom: 20px;
  border-bottom: 2px solid #232323;
}

h3 {
  font-size: 2.8rem;
}

h4 {
  font-size: 2.3rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.6rem;
}

/*html.desktop {
  @media only screen and (min-width: $minWidthBP0) and (max-width: 1121px) {
    body {
      width: 1110px;
      max-width: 1110px;
      overflow-x: auto;
    }
  }
}*/
*[id^=anc-] {
  margin-top: -30px;
  padding-top: 30px;
}

/**
 index
 */
.mv-wrap {
  background-color: #00A0FF;
}
.mv-wrap .mv {
  max-width: 1000px;
  aspect-ratio: 1/0.43;
  margin: 0px auto;
  position: relative;
  background: url(/images/index/mv.png) no-repeat 50% 50%/cover #fff;
  display: flex;
  align-items: flex-end;
}
.mv-wrap .mvCopy {
  padding: 35px;
}
.mv-wrap .mvCopy h2 {
  color: #fff;
  border: none;
  margin-bottom: 10px;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.91);
  font-size: 3.8rem;
}
.mv-wrap .mvCopy p {
  color: #fff;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: bold;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.81);
}
@media (max-width: 895px) {
  .mv-wrap .mvCopy {
    padding: 15px;
  }
  .mv-wrap .mvCopy h2 {
    font-size: 2rem;
  }
  .mv-wrap .mvCopy p {
    font-size: 1.3rem;
  }
}

.indexTitle {
  position: relative;
  padding: 80px 5px 20px;
  text-align: center;
  line-height: 1.2;
}
.indexTitle h3 {
  font-size: 6.4rem;
  color: #00A0FF;
  font-family: din-2014-narrow, sans-serif;
  font-weight: bold;
  margin-bottom: 0;
}
.indexTitle p {
  font-size: 1.9rem;
  color: #012C5B;
  font-weight: bold;
}
.indexTitle:before {
  content: "";
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 75px;
  height: 5px;
  background: #fff;
}
@media (max-width: 895px) {
  .indexTitle {
    padding: 60px 5px 20px;
  }
  .indexTitle h3 {
    font-size: 4.7rem;
  }
  .indexTitle:before {
    top: 40px;
  }
}

.indexColumnWrapper {
  position: relative;
  background: linear-gradient(90deg, #fff 0%, #fff 75%, transparent 75%, transparent 100%);
}

.indexColumnWrapper.reverse {
  position: relative;
  background: linear-gradient(90deg, transparent 0%, transparent 25%, #fff 25%, #fff 100%);
}
.indexColumnWrapper.reverse .indexColumn {
  justify-content: flex-end;
}
@media (min-width: 896px) {
  .indexColumnWrapper.reverse .btn.btnArrow {
    display: flex;
    justify-content: flex-end;
  }
}

.indexColumn {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 5px;
  display: flex;
  background: url(/images/index/index-bg1.png) no-repeat top right/contain #fff;
}
@media (max-width: 895px) {
  .indexColumn {
    padding: 30px 10px;
  }
}
.indexColumn.bg-2 {
  background: url(/images/index/index-bg2.png) no-repeat top left/contain #fff;
}
.indexColumn.bg-3 {
  background: url(/images/index/index-bg3.png) no-repeat top right/contain #fff;
}
.indexColumn.bg-4 {
  background: url(/images/index/index-bg4.png) no-repeat top left/contain #fff;
}
@media (min-width: 896px) {
  .indexColumn .indexColumnInner {
    width: 63%;
  }
}
.indexColumn h4 {
  font-size: 2.8rem;
  text-shadow: 2px 2px 0px #FFF, -2px -2px 0px #FFF, -2px 2px 0px #FFF, 2px -2px 0px #FFF, 0px 2px 0px #FFF, 0 -2px 0px #FFF, -2px 0 0px #FFF, 2px 0 0px #FFF;
}
@media (max-width: 895px) {
  .indexColumn h4 {
    font-size: 2.1rem;
  }
}
.indexColumn p {
  text-shadow: 2px 2px 0px #FFF, -2px -2px 0px #FFF, -2px 2px 0px #FFF, 2px -2px 0px #FFF, 0px 2px 0px #FFF, 0 -2px 0px #FFF, -2px 0 0px #FFF, 2px 0 0px #FFF;
  /*text-shadow: #fff 1px 1px 0, #fff -1px -1px 0, !*右下、左上*!
  #fff -1px 1px 0, #fff 1px -1px 0, !*右上、左下*!
  #fff 0px 1px 0, #fff 0 -1px 0, !*右、左*!
  #fff -1px 0 0, #fff 1px 0 0; !*上、下*!*/
}
@media (max-width: 895px) {
  .indexColumn p {
    font-weight: bold;
  }
}

.indexContent.recruit {
  background-color: #00A0FF;
  padding-bottom: 60px;
}
.indexContent.recruit .indexTitle h3,
.indexContent.recruit .indexTitle p {
  color: #fff;
}
.indexContent.recruit .linkWrapper {
  text-align: center;
  margin-bottom: 40px;
}
.indexContent.recruit .linkContent {
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin: 10px;
  max-width: 405px;
}
.indexContent.recruit .linkContent .linkText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
  padding: 4px 10px;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 20px;
  min-width: 150px;
}
.indexContent.recruit .linkContent > img {
  transition: 0.2s;
  object-fit: cover;
}
.indexContent.recruit .linkContent:hover > img {
  opacity: 0.75;
  transform: scale3d(1.1, 1.1, 1);
}
@media (min-width: 896px) {
  .indexContent.recruit .btnArrow a {
    max-width: 300px;
  }
}
.indexContent.recruit .btn.btnArrow {
  display: flex;
  justify-content: center;
}
.indexContent.recruit .btn.btnArrow a {
  min-height: 60px;
  font-size: 1.78rem;
  border: 1px solid #fff;
  background-color: #00A0FF;
  color: #fff;
}
.indexContent.recruit .btn.btnArrow a::after {
  border-color: #fff;
}
.indexContent.recruit .btn.btnArrow a:hover {
  color: #012C5B;
  background-color: #E8F5FF;
  border: 1px solid #012C5B;
}
.indexContent.recruit .btn.btnArrow a:hover::after {
  border-color: #012C5B #012C5B transparent transparent;
}
.buriki {
  padding: 50px 5px;
}

/**
 page do it ++++++++++++++++++++++++++++++++++++++++++++
 */
@media (min-width: 896px) {
  .btnArrow a {
    max-width: 250px;
  }
}
@media (max-width: 895px) {
  .btn.btnArrow {
    display: flex;
    justify-content: center;
  }
}
main.content-page {
  padding-bottom: 50px;
}
@media (min-width: 896px) {
  main.content-page {
    padding-bottom: 150px;
  }
}

h2.pageHeader {
  text-align: center;
  border: none;
  position: relative;
  line-height: 1;
  margin: 20px 0 5px;
  padding-bottom: 20px;
}
h2.pageHeader > span {
  display: block;
}
h2.pageHeader > span.back {
  font-family: din-2014-narrow, sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 130px;
}
h2.pageHeader > span.front {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 55px;
  font-size: 24px;
  color: #012C5B;
}
@media (max-width: 895px) {
  h2.pageHeader > span.back {
    font-size: 80px;
  }
  h2.pageHeader > span.front {
    bottom: 35px;
  }
}

h3.pageTitle {
  position: relative;
  font-size: 2.8rem;
  margin: 0px 0 20px;
  padding: 0px 5px 20px;
  text-align: center;
}
@media (max-width: 895px) {
  h3.pageTitle {
    font-size: 2.3rem;
  }
}
h3.pageTitle:before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 7px;
  background: #00A0FF;
}

h4.nameTitle {
  position: relative;
  padding: 10px 10px 10px 1.25em;
  color: #00A0FF;
}
h4.nameTitle:before {
  position: absolute;
  top: 0.44em;
  color: #00A0FF;
  left: 0px;
  display: inline-block;
  content: "◆";
}

.borderWrap {
  display: inline-block;
  background-color: #fff;
  padding: 3px 6px;
  border-radius: 4px;
  color: #012C5B;
  border: 1px solid #012C5B;
}

.pageContent {
  background-color: #fff;
  padding: 50px 0px;
  margin-bottom: 40px;
}
@media (max-width: 895px) {
  .pageContent {
    padding: 30px 10px;
  }
}
.pageContent p {
  font-size: 1.8rem;
}
@media (max-width: 895px) {
  .pageContent p {
    font-size: 1.6rem;
  }
}

.pageContentInner {
  margin: 0 auto;
}
@media (min-width: 896px) {
  .pageContentInner {
    max-width: 1010px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.pageHead {
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 896px) {
  .pageHead {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 896px) {
  .pageHead .article {
    padding-right: 1.5em;
    padding-left: 5px;
  }
}
.pageHead .photo {
  text-align: center;
  margin-top: 5px;
}
@media (min-width: 896px) {
  .pageHead .photo {
    max-width: 400px;
  }
}
.pageHead .photo img {
  display: inline-block;
}

.radius img {
  border-radius: 17px 0 17px 0;
}

@media (min-width: 896px) {
  dl.duct {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  dl.duct dt {
    width: 16%;
  }
  dl.duct dd {
    margin-top: 3px;
    width: 84%;
  }
}
dl.duct dt {
  font-size: 2.1rem;
  font-weight: bold;
  color: #00A0FF;
}
.workListWrap {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  justify-content: center;
}
@media (max-width: 895px) {
  .workListWrap {
    gap: 15px;
  }
}

@media (min-width: 896px) {
  .workConstruction {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}
.workConstruction .workConstructionList {
  margin-bottom: 30px;
  /*summary {
    display: block;
    position: relative;
  }
  summary::-webkit-details-marker {
    !* Safariで表示されるデフォルトの三角形アイコンを消します *!
    display: none;
  }*/
}
.workConstruction .workConstructionList dt {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 2.1rem;
  line-height: 1.4;
  font-weight: bold;
  color: #00A0FF;
  text-align: center;
  padding: 3px 5px 3px;
  margin-bottom: 10px;
  border-bottom: 1px solid #00A0FF;
}
.workConstruction .workConstructionList dd {
  line-height: 1.4;
  padding: 0 5px;
}

@media (min-width: 896px) {
  .companySpeech {
    padding-left: 5px;
  }
}
.companySpeech .imgWrapper {
  display: block;
  text-align: center;
  padding: 15px 15px 30px;
}
@media (min-width: 896px) {
  .companySpeech .imgWrapper {
    display: inline-block;
    float: right;
    padding: 0 0 20px 20px;
  }
}

.blue {
  color: #00A0FF;
}

.oneDayWrapper {
  max-width: 850px;
  margin: 15px auto;
}
.oneDayWrapper .oneDayColumn {
  max-width: 500px;
  margin: 0 auto;
}
@media (min-width: 896px) {
  .oneDayWrapper {
    display: flex;
    gap: 65px;
  }
  .oneDayWrapper .oneDayColumn {
    width: 50%;
  }
}
.oneDayWrapper .oneDayList {
  display: grid;
  grid-template-columns: 120px 1fr;
}
@media (max-width: 895px) {
  .oneDayWrapper .oneDayList {
    grid-template-columns: 90px 1fr;
  }
}
.oneDayWrapper .oneDayList li {
  padding: 7px;
}
.oneDayWrapper .oneDayList .time {
  font-family: din-2014-narrow, sans-serif;
  font-weight: 600;
  font-size: 28px;
  text-align: center;
  color: #00A0FF;
}
.oneDayWrapper .oneDayList .title {
  font-weight: bold;
  font-size: 28px;
  color: #00A0FF;
  align-self: center;
}
@media (max-width: 895px) {
  .oneDayWrapper .oneDayList .title {
    font-size: 26px;
  }
}
.oneDayWrapper .oneDayList .line {
  position: relative;
  min-height: 7em;
}
.oneDayWrapper .oneDayList .line:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 100%;
  background: #00A0FF;
}

.btnCenter {
  max-width: 1000px;
  margin: 30px auto 0;
}
.btnCenter .btn.btnArrow {
  display: flex;
  justify-content: center;
}
.btnCenter .btn.btnArrow a:after {
  top: calc(50% - 13px);
  transform: rotate(135deg) translateY(-50%);
}

.interview {
  padding-top: 15px;
}
@media (min-width: 896px) {
  .interview {
    display: flex;
    justify-content: center;
    gap: 85px;
  }
}
.interview .interviewInner {
  padding-bottom: 50px;
}
.interview .interviewInner .photo {
  text-align: center;
}
.interview .interviewInner .blue.text-center {
  margin: 15px 0;
}
.interview .interviewInner .btn.btnArrow {
  display: flex;
  justify-content: center;
}
.interview .interviewInner .btn.btnArrow a:after {
  top: calc(50% - 13px);
  transform: rotate(135deg) translateY(-50%);
}

.interviewColumn {
  padding-top: 15px;
}
@media (min-width: 896px) {
  .interviewColumn {
    display: grid;
    grid-template-columns: 1fr 346px;
    gap: 45px;
  }
}
.interviewColumn .photo {
  text-align: center;
  font-size: 0;
}
.interviewColumn .imgWrapper {
  margin-bottom: 35px;
  display: inline-block;
}
.interviewColumn .nameTitle {
  color: #00A0FF;
}
.interviewColumn .txt .nameTitle {
  margin-top: 35px;
}
.interviewColumn .txt .nameTitle:first-of-type {
  margin-top: 0;
}

.tbl2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.tbl2col .tbl2colInner {
  padding-right: 10px;
}

.mapWrapper {
  max-width: 1000px;
  margin: 50px auto 0;
}

/**
 page end ++++++++++++++++++++++++++++++++++++++++++++
 */
/**
 headers
 */
.header-wrapper {
  background-color: #fff;
}

.top-header {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-header h1.logo {
  margin: 5px;
  padding-right: 60px;
}
@media (min-width: 896px) {
  .top-header h1.logo {
    margin: 5px 0;
  }
}

@media (max-width: 895px) {
  .tel, #header {
    display: none;
  }
}
#SideNavBase {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
#SideNavBase li {
  min-height: 50px;
  border-right: 1px solid #a6a6a6;
  display: flex;
}
#SideNavBase li:first-of-type {
  border-left: 1px solid #a6a6a6;
}
#SideNavBase li > a {
  display: block;
  width: 100%;
  color: #232323;
  text-align: center;
  position: relative;
  line-height: 1.2;
  text-decoration: none;
  margin: 2px;
  background-image: linear-gradient(#00A0FF, #00A0FF);
  background-size: 0 5px;
  background-position: bottom right;
  background-repeat: no-repeat;
  transition: background-size 0.21s ease-out;
}
#SideNavBase li.current a,
#SideNavBase li:hover a {
  background-size: 100% 5px;
  background-position: bottom left;
}
#SideNavBase .upTi {
  font-size: 18px;
  font-weight: bold;
  color: #232323;
}
@media (min-width: 896px) {
  #SideNavBase #nav-blog {
    display: none;
  }
}

.btTi {
  font-size: 13px;
  color: #809FC6;
  font-family: din-2014-narrow, sans-serif;
  font-weight: bold;
}

.wrap {
  max-width: 1000px;
  margin: 0px auto 0;
  padding-top: 20px;
  background-color: #fff;
}

#header {
  transition: all 0.31s ease-in-out;
}

.list-fixed {
  position: sticky;
  top: 0px;
  z-index: 99;
  width: 100%;
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid #fff;
}

.list-fixed.add-fixed {
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.list-fixed.add-fixed nav.wrap {
  background-color: transparent;
  padding-top: 0px;
}
.list-fixed.add-fixed nav.wrap #SideNavBase li {
  min-height: 45px;
}
.list-fixed.add-fixed nav.wrap #SideNavBase li > a {
  background-size: 0 2px;
}
.list-fixed.add-fixed nav.wrap #SideNavBase li.current a,
.list-fixed.add-fixed nav.wrap #SideNavBase li:hover a {
  background-size: 100% 2px;
}
.list-fixed.add-fixed nav.wrap #SideNavBase .upTi {
  padding-top: 3px;
  font-size: 16px;
}

/**
 footer
 */
footer .wrap {
  max-width: 735px;
  margin: 40px auto 25px;
}
footer #footerMenu {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 895px) {
  footer #footerMenu {
    margin: 0 3px;
  }
}
footer #footerMenu li {
  display: flex;
  position: relative;
  border-right: 1px solid #a6a6a6;
  padding: 0 7px;
}
footer #footerMenu li:first-of-type {
  border-left: 1px solid #a6a6a6;
}
footer #footerMenu li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #232323;
  text-align: center;
  min-height: 30px;
  line-height: 1.4;
}
footer #footerMenu li > a .upTi {
  font-size: 15px;
  font-weight: bold;
  color: #232323;
  text-decoration: none;
}
footer .footerList {
  margin-top: 35px;
  text-align: center;
}
footer .footerList p {
  margin: 0 0 3px;
}
@media (min-width: 896px) {
  footer .footerList {
    text-align: left;
    display: flex;
    align-items: center;
  }
  footer .footerList .txt {
    padding-left: 2em;
    position: relative;
  }
  footer .footerList .txt:before {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 15px;
    display: block;
    width: 1px;
    height: 100%;
    margin: auto 0;
    background: #232323;
    content: "";
  }
}
@media (max-width: 895px) {
  footer .footerList .txt {
    margin-top: 35px;
    font-size: 13px;
  }
}
footer .copy {
  background-color: #012C5B;
  padding: 15px 5px;
  font-size: 13px;
  color: #fff;
  text-align: center;
}

/* +++++++++++++++++++++++menu-btn++++++++++++++++++++++ */
.menu-btn {
  position: fixed;
  right: 7rem;
  top: 1.3rem;
  cursor: pointer;
  width: 4rem;
  height: 4rem;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
}

.menu-btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.menu-btn span {
  display: block;
  width: 4rem;
  height: 0.2rem;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #094094;
  transition: 0.13s all ease-in-out;
}

.menu-btn span:nth-of-type(1) {
  transform: translateY(-1.1rem);
}

.menu-btn span:nth-of-type(3) {
  transform: translateY(1.1rem);
  width: 2.7rem;
  left: auto;
}

.menu-btn.opened span:nth-of-type(1) {
  transform: translateY(0) rotate(45deg);
  width: 2.3rem;
}

.menu-btn.opened span:nth-of-type(3) {
  transform: translateY(0) rotate(-45deg);
  width: 2.3rem;
  left: 0;
}

.menu-btn.opened span:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* +++++++++++++++++++++++#site-map++++++++++++++++++++++ */
#site-map-overlay {
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#site-map-overlay.menu-btn-opened, #site-map-overlay.menu-btn-opened--astro {
  display: block;
  z-index: 998;
}
@media (min-width: 896px) {
  #site-map-overlay.menu-btn-opened, #site-map-overlay.menu-btn-opened--astro {
    display: none;
  }
}

@media (min-width: 896px) {
  .drawerHeader {
    display: none;
  }
}

.drawer-nav {
  z-index: 4;
}

.drawer-overlay {
  z-index: 998;
}

.drawer-hamburger {
  padding: 15px 0.75rem 25px;
  width: 4rem;
  background-color: #012C5B;
  z-index: 999;
}

.drawer-hamburger:hover {
  background-color: #012C5B;
}

.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  background-color: #fff;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 25rem;
}

.drawer--right .drawer-nav {
  z-index: 999;
  right: -25rem;
  width: 25rem;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  background: #012C5B;
}

@media (max-width: 895px) {
  .drawer--left.drawer-open .drawer-hamburger {
    left: calc(100vw - 56px);
  }
  .drawer--left.drawer-open .drawer-nav {
    width: calc(100vw - 56px);
  }
}
.drawer-brand {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 7px !important;
}

nav#SideNavClone ul.drawer-menu li a {
  text-decoration: none;
  color: #fff;
  padding: 11px 10px;
  display: block;
}
nav#SideNavClone ul.drawer-menu li.current a {
  color: #00A0FF;
}

/**
 sw utils ++++++++++++++++++++

 */
.breadcrumb {
  margin: 0 auto;
  max-width: 1000px;
  padding: 10px;
  font-size: 1.4rem;
}
.breadcrumb i {
  font-style: normal;
  color: #7f7f7f;
  display: inline-block;
  padding: 0 0.7em;
}
@media (max-width: 895px) {
  .breadcrumb {
    font-size: 1.2rem;
  }
}

.bg-shima {
  background: repeating-linear-gradient(135deg, #e2efff 0, #e2efff 5px, #d9e8ff 5px, #d9e8ff 7px);
}

.bg-page {
  background-color: #E8F5FF;
}

h4.h4-read {
  font-size: 2.2rem;
  margin: 2.5rem 0;
  position: relative;
  padding: 0 0 0 1.9rem;
}
h4.h4-read:before {
  position: absolute;
  top: 1.3rem;
  left: 0px;
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  margin: auto 0;
  background: #06c;
  content: "";
}

.hasLine {
  position: relative;
  display: inline-block;
}
.hasLine:before {
  position: absolute;
  top: 0px;
  bottom: 0;
  right: -10px;
  display: block;
  width: 1px;
  height: 1.5em;
  margin: auto 0;
  background: #2f90a7;
  content: "";
  transform: rotate(30deg);
}

.max-1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.max-1000 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.btnArrow a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: calc(100% - 30px);
  min-height: 50px;
  color: #012C5B;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  border-radius: 4px;
  border: 1px solid #012C5B;
  background-color: #fff;
  padding-right: 15px;
}

.btnArrow a::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 19px;
  transform: rotate(45deg) translateY(-50%);
  width: 12px;
  height: 12px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #012C5B;
}

.btnArrow a:hover {
  color: #fff;
  background-color: #00A0FF;
  border: 1px solid #00A0FF;
}

.btnArrow a:hover::after {
  border-color: #f2f2f2 #f2f2f2 transparent transparent;
}

.btnArrow button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: calc(100% - 30px);
  min-height: 50px;
  color: #012C5B;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  border-radius: 4px;
  border: 1px solid #012C5B;
  background-color: #fff;
  padding-right: 15px;
}

.btnArrow button::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 19px;
  transform: rotate(45deg) translateY(-50%);
  width: 12px;
  height: 12px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #012C5B;
}

.btnArrow button:hover {
  color: #fff;
  background-color: #00A0FF;
  border: 1px solid #00A0FF;
}

.btnArrow button:hover::after {
  border-color: #f2f2f2 #f2f2f2 transparent transparent;
}

body.modal_open {
  overflow-y: hidden;
}

.modal_wrap {
  position: relative;
}
.modal_wrap .modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 100;
}
.modal_wrap .modal_bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  width: 100%;
}
.modal_wrap .modal_content {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
}
.modal_wrap .modal_content._sm {
  width: 30%;
}
.modal_wrap .modal_content._md {
  width: 50%;
}
.modal_wrap .modal_content._lg {
  width: 70%;
}
.modal_wrap .modal_content_inner {
  position: relative;
  padding: 24px;
}
.modal_wrap .modal_close {
  position: absolute;
  top: 13px;
  right: 10px;
}

/**
 table
 */
table.box_0 {
  width: 100%;
}

table.box_1 {
  margin-right: auto;
  margin-left: auto;
  /*width: 560px;*/
  width: 100%;
  border-collapse: collapse;
  background-color: #FFFFFF;
}

table.box_2 {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  border-collapse: collapse;
  background-color: #FFFFFF;
}
table.box_2 th {
  text-align: left;
}

table.box_1 td {
  border-bottom: 1px solid #E7E7E7;
  padding: 11px;
}
table.box_1 td.first {
  border-top: 1px solid #E7E7E7;
}

table.box_1 th {
  border-bottom: 1px solid #E7E7E7;
  padding: 11px;
  color: #fff;
  background-color: #00A0FF;
}
table.box_1 th.first {
  border-top: 1px solid #E7E7E7;
}

table.box_2 td {
  border-bottom: 1px solid #E7E7E7;
  padding: 15px;
}
table.box_2 td.first {
  border-top: 1px solid #E7E7E7;
}

table.box_2 th {
  vertical-align: top;
  padding: 15px;
  border-bottom: 1px solid #fff;
  background-color: #E7E7E7;
}
table.box_2 th.first {
  border-top: 1px solid #E7E7E7;
}
table.box_2 th.last {
  border-bottom: 1px solid #E7E7E7;
}

table.box_1 td.wrap,
table.box_2 td.wrap {
  border: 1px solid #d5e5ed;
}

table.box_1 .table_inner td,
table.box_2 .table_inner td {
  border: none;
  display: table-cell;
}

.table_inner td {
  border: none;
}

@media (max-width: 700px) {
  .tableWrap:before {
    content: "横にスクロールします→";
    display: block;
    font-size: 1.3rem;
  }
}
@media (max-width: 895px) {
  table.box_0 colgroup,
  table.box_1 colgroup,
  table.box_2 colgroup {
    display: none;
  }
  .tableWrap {
    position: relative;
    width: calc(100vw - 40px);
    overflow-x: scroll;
  }
  .tableWrap table.box_2 {
    width: 700px;
  }
  table.box_1 .table_inner td,
  table.box_2 .table_inner td {
    display: table-cell;
    width: auto;
  }
  table.box_1.th_bgColor th,
  table.box_2.th_bgColor th {
    border: 0px solid #8392b4;
  }
  table.box_0 th,
  table.box_0 td,
  table.box_1 th,
  table.box_1 td {
    display: block;
    width: 100%;
  }
  table.box_0 colgroup col,
  table.box_1 colgroup col {
    width: 100%;
  }
  table.box_1 th {
    border-top: none;
    border-bottom: none;
  }
  table.box_1 tr:first-child th {
    border-top: 1px solid #9ea5a6;
  }
}
main input, main textarea {
  width: 100%;
  border: 1px solid #a6a6a6;
  padding: 3px;
}
main .formError {
  z-index: 9;
}
main .formError .formErrorContent {
  z-index: 9;
}

img.icon_must {
  display: inline-block;
  vertical-align: middle;
  margin: auto 5px;
}

/* # sw basic tab
 iOS9で動的にposition:fixedに切り替えるとスクロール中に要素が消える問題
 */
.scroll-to-fixed-fixed {
  transform: translate3d(0, 0, 0);
}

.afterBorder {
  position: relative;
}
.afterBorder:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  border-left: 1px solid #00A0FF;
  height: 100%;
}
.afterBorder.white:after {
  border-left: 1px solid #fff;
}

.beforeBorder {
  position: relative;
}
.beforeBorder:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border-left: 1px solid #00A0FF;
  height: 100%;
}
.beforeBorder.white:before {
  border-left: 1px solid #fff;
}

@media (max-width: 895px) {
  .beforeBorder:before,
  .afterBorder:after {
    border: none;
  }
  .beforeBorder:before.white:after,
  .afterBorder:after.white:after {
    border: none;
  }
}
hr {
  border: none;
  height: 1px;
  border-top: 1px solid #00A0FF;
  margin: 0.5em auto;
}

.svgPc {
  display: block;
}

.svgSp {
  display: none;
}

@media (max-width: 895px) {
  .svgPc {
    display: none;
  }
  .svgSp {
    display: block;
  }
}
/**
 goto top
 */
/* -------- Scroll To Top ---------- */
.scrollToTop {
  background: rgba(0, 0, 0, 0.1);
  bottom: 15px;
  display: none;
  height: 50px;
  padding: 2px;
  position: fixed;
  right: 15px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 99999;
}

.scrollToTop i {
  color: #fff;
  font-size: 42px;
}

.scrollToTop:hover {
  background: rgba(11, 45, 135, 0.7);
  text-decoration: none;
}

/* ---------------------
	contentsList
--------------------- */
.boxes,
.anim_list_item,
.contentsList_item {
  transition: opacity 0.5s cubic-bezier(0.42, 0, 0.58, 1), transform 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  transform: translateY(20px);
  opacity: 0;
}

/* js_contAnimation */
.boxes.show,
.anim_list_item.active,
.contentsList_item.active {
  transform: translateY(0px);
  opacity: 1;
}

.animate__animated {
  animation-delay: 0.11s;
  animation-duration: 0.71s;
  animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

.start0 {
  opacity: 0;
}
.start0.active {
  opacity: 1;
}

.material-icons {
  line-height: 1.65;
  transition: all 0.31s ease-in-out;
}

.waypoint.test.active {
  color: red;
  font-size: 11rem;
  line-height: 1.15;
}

/* for EDGE */
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#preloader {
  position: fixed;
  transition: all 0.31s ease-in-out;
  opacity: 1;
  background-color: rgba(178, 224, 232, 0.7);
}
#preloader #spinner {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.pace {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-done #preloader {
  opacity: 0;
  height: 0;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: rgba(0, 160, 255, 0.4);
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

/*# sourceMappingURL=style.css.map */
