@charset "UTF-8";
/*--------------------------------------------------------------
 font-face - Noto Sans JP
--------------------------------------------------------------*/
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src:
    local('Noto Sans Japanese Light'),
    local('NotoSansJapanese-Light'),
    url(../fonts/Noto_Sans_JP/Noto-Sans-Japanese-Light.woff2) format('woff2'),
    url(../fonts/Noto_Sans_JP/Noto-Sans-Japanese-Light.woff) format('woff'),
    url(../fonts/Noto_Sans_JP/Noto-Sans-Japanese-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src:
    local('Noto Sans Japanese Regular'),
    local('NotoSansJapanese-Regular'),
    url(../fonts/Noto_Sans_JP/Noto-Sans-Japanese-Regular.woff2) format('woff2'),
    url(../fonts/Noto_Sans_JP/Noto-Sans-Japanese-Regular.woff) format('woff'),
    url(../fonts/Noto_Sans_JP/Noto-Sans-Japanese-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src:
    local('Noto Sans Japanese Bold'),
    local('NotoSansJapanese-Bold'),
    url(../fonts/Noto_Sans_JP/Noto-Sans-Japanese-Bold.woff2) format('woff2'),
    url(../fonts/Noto_Sans_JP/Noto-Sans-Japanese-Bold.woff) format('woff'),
    url(../fonts/Noto_Sans_JP/Noto-Sans-Japanese-Bold.ttf) format('truetype');
}
/*--------------------------------------------------
  HTML
--------------------------------------------------*/
html {
  min-width: 320px;
  color: #757575;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 62.5%;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*--------------------------------------------------
  Reset
--------------------------------------------------*/
*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/*--------------------------------------------------
  Outline
--------------------------------------------------*/
body *:focus {
  outline: 1px dashed #757575;
}
body:not(.tab-used) *:focus {
  outline: none;
}

/*--------------------------------------------------
  Body
--------------------------------------------------*/
body {
  min-width: inherit;
  color: #757575;
  font-size: 1.4rem;
  font-family: inherit;
}
body ::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: #f5f5f5;
}
body ::-webkit-scrollbar-thumb {
  background-color: #bdbdbd;
}

@media (min-width: 993px) {
  body {
    font-size: 1.6rem;
  }
}
/*--------------------------------------------------
  Links
--------------------------------------------------*/
a {
  color: #00abe1;
  text-decoration: none;
}
a:visited,
a:hover,
a:active,
a:focus {
  color: #00abe1;
}
a:hover,
a:active,
a:focus {
  text-decoration: underline;
}
@media (min-width: 640px) {
  a[href^='tel:'] {
    pointer-events: none;
  }
}

/*--------------------------------------------------
  Typography
--------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.5;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}

em {
  font-style: italic;
}

strong {
  font-weight: bolder;
}

small {
  font-size: 75%;
}

pre {
  font-family: monospace, monospace;
  font-size: 1.4rem;
}

/*--------------------------------------------------
  Main
--------------------------------------------------*/
main {
  display: block;
}

/*--------------------------------------------------
  Table
--------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*--------------------------------------------------
  Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
--------------------------------------------------*/
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/*--------------------------------------------------
  Correct the inheritance and scaling of font size in all browsers.
  Correct the odd `em` font sizing in all browsers.
--------------------------------------------------*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/*--------------------------------------------------
  Prevent `sub` and `sup` elements from
  affecting the line height in all browsers.
--------------------------------------------------*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*--------------------------------------------------
  Remove the border on images inside links in IE 10-.
--------------------------------------------------*/
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

/*--------------------------------------------------
  Show the overflow in IE.
  Show the overflow in Edge.
--------------------------------------------------*/
button,
input {
  overflow: visible;
}

/*--------------------------------------------------
  Remove the inheritance of text transform in Edge, Firefox, and IE.
  Remove the inheritance of text transform in Firefox.
--------------------------------------------------*/
button,
select {
  text-transform: none;
}

/*--------------------------------------------------
  Remove the inner border and padding in Firefox.
--------------------------------------------------*/
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/*--------------------------------------------------
  Restore the focus styles unset by the previous rule.
--------------------------------------------------*/
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/*--------------------------------------------------
  Correct the padding in Firefox.
--------------------------------------------------*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/*--------------------------------------------------
  Remove the default vertical scrollbar in IE.
--------------------------------------------------*/
textarea {
  overflow: auto;
}

/*--------------------------------------------------
  Correct the cursor style of increment and decrement buttons in Chrome.
--------------------------------------------------*/
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/*--------------------------------------------------
  Correct the odd appearance in Chrome and Safari.
  Correct the outline style in Safari.
--------------------------------------------------*/
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*--------------------------------------------------
  Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
--------------------------------------------------*/
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*--------------------------------------------------
  Correct the inability to style clickable types in iOS and Safari.
  Change font properties to `inherit` in Safari.
--------------------------------------------------*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/*--------------------------------------------------
  Add the correct display in IE 10-.
--------------------------------------------------*/
[hidden] {
  display: none;
}

/*--------------------------------------------------
  screen-reader-text
--------------------------------------------------*/
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/*--------------------------------------------------
  clearfix, group, row
--------------------------------------------------*/
.row::after,
.group::after,
.clearfix::after {
  content: '';
  display: table;
  clear: both;
}

/*--------------------------------------------------
  float-container
--------------------------------------------------*/
.float-container::after {
  content: '';
  display: table;
  clear: both;
}

.float-container.gap10 {
  margin: -5px;
}
.float-container.gap10 > div {
  padding: 5px;
}
.float-container.gap20 {
  margin: -10px;
}
.float-container.gap20 > div {
  padding: 10px;
}
.float-container.gap30 {
  margin: -15px;
}
.float-container.gap30 > div {
  padding: 15px;
}
.float-container.gap40 {
  margin: -20px;
}
.float-container.gap40 > div {
  padding: 20px;
}
.float-container.gap50 {
  margin: -25px;
}
.float-container.gap50 > div {
  padding: 25px;
}
.float-container.gap60 {
  margin: -30px;
}
.float-container.gap60 > div {
  padding: 30px;
}
.float-container.gap70 {
  margin: -35px;
}
.float-container.gap70 > div {
  padding: 35px;
}
.float-container.gap80 {
  margin: -40px;
}
.float-container.gap80 > div {
  padding: 40px;
}
.float-container.gap90 {
  margin: -45px;
}
.float-container.gap90 > div {
  padding: 45px;
}
.float-container.gap100 {
  margin: -50px;
}
.float-container.gap100 > div {
  padding: 50px;
}

@media (min-width: 993px) {
  .float-container.desktop-gap10 {
    margin: -5px;
  }
  .float-container.desktop-gap10 > div {
    padding: 5px;
  }
  .float-container.desktop-gap20 {
    margin: -10px;
  }
  .float-container.desktop-gap20 > div {
    padding: 10px;
  }
  .float-container.desktop-gap30 {
    margin: -15px;
  }
  .float-container.desktop-gap30 > div {
    padding: 15px;
  }
  .float-container.desktop-gap40 {
    margin: -20px;
  }
  .float-container.desktop-gap40 > div {
    padding: 20px;
  }
  .float-container.desktop-gap50 {
    margin: -25px;
  }
  .float-container.desktop-gap50 > div {
    padding: 25px;
  }
  .float-container.desktop-gap60 {
    margin: -30px;
  }
  .float-container.desktop-gap60 > div {
    padding: 30px;
  }
  .float-container.desktop-gap70 {
    margin: -35px;
  }
  .float-container.desktop-gap70 > div {
    padding: 35px;
  }
  .float-container.desktop-gap80 {
    margin: -40px;
  }
  .float-container.desktop-gap80 > div {
    padding: 40px;
  }
  .float-container.desktop-gap90 {
    margin: -45px;
  }
  .float-container.desktop-gap90 > div {
    padding: 45px;
  }
  .float-container.desktop-gap100 {
    margin: -50px;
  }
  .float-container.desktop-gap100 > div {
    padding: 50px;
  }
}
@media (max-width: 992px) {
  .float-container.mobile-gap10 {
    margin: -5px;
  }
  .float-container.mobile-gap10 > div {
    padding: 5px;
  }
  .float-container.mobile-gap20 {
    margin: -10px;
  }
  .float-container.mobile-gap20 > div {
    padding: 10px;
  }
  .float-container.mobile-gap30 {
    margin: -15px;
  }
  .float-container.mobile-gap30 > div {
    padding: 15px;
  }
  .float-container.mobile-gap40 {
    margin: -20px;
  }
  .float-container.mobile-gap40 > div {
    padding: 20px;
  }
  .float-container.mobile-gap50 {
    margin: -25px;
  }
  .float-container.mobile-gap50 > div {
    padding: 25px;
  }
  .float-container.mobile-gap60 {
    margin: -30px;
  }
  .float-container.mobile-gap60 > div {
    padding: 30px;
  }
  .float-container.mobile-gap70 {
    margin: -35px;
  }
  .float-container.mobile-gap70 > div {
    padding: 35px;
  }
  .float-container.mobile-gap80 {
    margin: -40px;
  }
  .float-container.mobile-gap80 > div {
    padding: 40px;
  }
  .float-container.mobile-gap90 {
    margin: -45px;
  }
  .float-container.mobile-gap90 > div {
    padding: 45px;
  }
  .float-container.mobile-gap100 {
    margin: -50px;
  }
  .float-container.mobile-gap100 > div {
    padding: 50px;
  }
}
/*--------------------------------------------------
  float-containerl - Column
--------------------------------------------------*/
.float-container .float-content {
  float: left;
  width: 100%;
}
.float-container .float-content.right {
  float: right;
}

.float-container .float-content.xs1 {
  max-width: 8.33333%;
}

.float-container .float-content.xs2 {
  max-width: 16.66666%;
}

.float-container .float-content.xs3 {
  max-width: 24.99999%;
}

.float-container .float-content.xs4 {
  max-width: 33.33333%;
}

.float-container .float-content.xs5 {
  max-width: 41.66666%;
}

.float-container .float-content.xs6 {
  max-width: 49.99999%;
}

.float-container .float-content.xs7 {
  max-width: 58.33333%;
}

.float-container .float-content.xs8 {
  max-width: 66.66666%;
}

.float-container .float-content.xs9 {
  max-width: 74.99999%;
}

.float-container .float-content.xs10 {
  max-width: 83.33333%;
}

.float-container .float-content.xs11 {
  max-width: 91.66666%;
}

.float-container .float-content.xs12 {
  max-width: 99.99999%;
}

@media (min-width: 601px) {
  .float-container .float-content.s1 {
    max-width: 8.33333%;
  }

  .float-container .float-content.s2 {
    max-width: 16.66666%;
  }

  .float-container .float-content.s3 {
    max-width: 24.99999%;
  }

  .float-container .float-content.s4 {
    max-width: 33.33333%;
  }

  .float-container .float-content.s5 {
    max-width: 41.66666%;
  }

  .float-container .float-content.s6 {
    max-width: 49.99999%;
  }

  .float-container .float-content.s7 {
    max-width: 58.33333%;
  }

  .float-container .float-content.s8 {
    max-width: 66.66666%;
  }

  .float-container .float-content.s9 {
    max-width: 74.99999%;
  }

  .float-container .float-content.s10 {
    max-width: 83.33333%;
  }

  .float-container .float-content.s11 {
    max-width: 91.66666%;
  }

  .float-container .float-content.s12 {
    max-width: 99.99999%;
  }
}
@media (min-width: 993px) {
  .float-container .float-content.m1 {
    max-width: 8.33333%;
  }

  .float-container .float-content.m2 {
    max-width: 16.66666%;
  }

  .float-container .float-content.m3 {
    max-width: 24.99999%;
  }

  .float-container .float-content.m4 {
    max-width: 33.33333%;
  }

  .float-container .float-content.m5 {
    max-width: 41.66666%;
  }

  .float-container .float-content.m6 {
    max-width: 49.99999%;
  }

  .float-container .float-content.m7 {
    max-width: 58.33333%;
  }

  .float-container .float-content.m8 {
    max-width: 66.66666%;
  }

  .float-container .float-content.m9 {
    max-width: 74.99999%;
  }

  .float-container .float-content.m10 {
    max-width: 83.33333%;
  }

  .float-container .float-content.m11 {
    max-width: 91.66666%;
  }

  .float-container .float-content.m12 {
    max-width: 99.99999%;
  }
}
@media (min-width: 1241px) {
  .float-container .float-content.l1 {
    max-width: 8.33333%;
  }

  .float-container .float-content.l2 {
    max-width: 16.66666%;
  }

  .float-container .float-content.l3 {
    max-width: 24.99999%;
  }

  .float-container .float-content.l4 {
    max-width: 33.33333%;
  }

  .float-container .float-content.l5 {
    max-width: 41.66666%;
  }

  .float-container .float-content.l6 {
    max-width: 49.99999%;
  }

  .float-container .float-content.l7 {
    max-width: 58.33333%;
  }

  .float-container .float-content.l8 {
    max-width: 66.66666%;
  }

  .float-container .float-content.l9 {
    max-width: 74.99999%;
  }

  .float-container .float-content.l10 {
    max-width: 83.33333%;
  }

  .float-container .float-content.l11 {
    max-width: 91.66666%;
  }

  .float-container .float-content.l12 {
    max-width: 99.99999%;
  }
}
/*--------------------------------------------------
  flex-container
--------------------------------------------------*/
.flex-container {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.flex-container.no-wrap {
  flex-wrap: nowrap;
}
.flex-container.column {
  flex-direction: column;
}
.flex-container.column-reverse {
  flex-direction: column-reverse;
}
.flex-container.row-reverse {
  flex-direction: row-reverse;
}
.flex-container.align-start {
  align-items: flex-start;
}
.flex-container.align-center {
  align-items: center;
}
.flex-container.align-end {
  align-items: flex-end;
}
.flex-container.justify-start {
  justify-content: flex-start;
}
.flex-container.justify-center {
  justify-content: center;
}
.flex-container.justify-end {
  justify-content: flex-end;
}
.flex-container.justify-spacearound {
  justify-content: space-around;
}
.flex-container.justify-spacebetween {
  justify-content: space-between;
}
.flex-container.justify-spaceevenly {
  justify-content: space-evenly;
}
.flex-container.gap10 {
  margin: -5px;
}
.flex-container.gap10 > div {
  padding: 5px;
}
.flex-container.gap20 {
  margin: -10px;
}
.flex-container.gap20 > div {
  padding: 10px;
}
.flex-container.gap30 {
  margin: -15px;
}
.flex-container.gap30 > div {
  padding: 15px;
}
.flex-container.gap40 {
  margin: -20px;
}
.flex-container.gap40 > div {
  padding: 20px;
}
.flex-container.gap50 {
  margin: -25px;
}
.flex-container.gap50 > div {
  padding: 25px;
}
.flex-container.gap60 {
  margin: -30px;
}
.flex-container.gap60 > div {
  padding: 30px;
}
.flex-container.gap70 {
  margin: -35px;
}
.flex-container.gap70 > div {
  padding: 35px;
}
.flex-container.gap80 {
  margin: -40px;
}
.flex-container.gap80 > div {
  padding: 40px;
}
.flex-container.gap90 {
  margin: -45px;
}
.flex-container.gap90 > div {
  padding: 45px;
}
.flex-container.gap100 {
  margin: -50px;
}
.flex-container.gap100 > div {
  padding: 50px;
}
.flex-container .grow {
  flex-grow: 1;
}
.flex-container .no-grow {
  flex-grow: 0;
}
.flex-container .shrink {
  flex-shrink: 1;
}
.flex-container .no-shrink {
  flex-shrink: 0;
}
.flex-container .align-self-center {
  align-self: center;
}
.flex-container .align-self-start {
  align-self: flex-start;
}
.flex-container .align-self-end {
  align-self: end;
}

@media (min-width: 993px) {
  .flex-container.desktop-no-wrap {
    flex-wrap: nowrap;
  }
  .flex-container.desktop-column {
    flex-direction: column;
  }
  .flex-container.desktop-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-container.desktop-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-container.desktop-align-start {
    align-items: flex-start;
  }
  .flex-container.desktop-align-center {
    align-items: center;
  }
  .flex-container.desktop-align-end {
    align-items: flex-end;
  }
  .flex-container.desktop-justify-start {
    justify-content: flex-start;
  }
  .flex-container.desktop-justify-center {
    justify-content: center;
  }
  .flex-container.desktop-justify-end {
    justify-content: flex-end;
  }
  .flex-container.desktop-justify-spacearound {
    justify-content: space-around;
  }
  .flex-container.desktop-justify-spacebetween {
    justify-content: space-between;
  }
  .flex-container.desktop-justify-spaceevenly {
    justify-content: space-evenly;
  }
  .flex-container.desktop-gap10 {
    margin: -5px;
  }
  .flex-container.desktop-gap10 > div {
    padding: 5px;
  }
  .flex-container.desktop-gap20 {
    margin: -10px;
  }
  .flex-container.desktop-gap20 > div {
    padding: 10px;
  }
  .flex-container.desktop-gap30 {
    margin: -15px;
  }
  .flex-container.desktop-gap30 > div {
    padding: 15px;
  }
  .flex-container.desktop-gap40 {
    margin: -20px;
  }
  .flex-container.desktop-gap40 > div {
    padding: 20px;
  }
  .flex-container.desktop-gap50 {
    margin: -25px;
  }
  .flex-container.desktop-gap50 > div {
    padding: 25px;
  }
  .flex-container.desktop-gap60 {
    margin: -30px;
  }
  .flex-container.desktop-gap60 > div {
    padding: 30px;
  }
  .flex-container.desktop-gap70 {
    margin: -35px;
  }
  .flex-container.desktop-gap70 > div {
    padding: 35px;
  }
  .flex-container.desktop-gap80 {
    margin: -40px;
  }
  .flex-container.desktop-gap80 > div {
    padding: 40px;
  }
  .flex-container.desktop-gap90 {
    margin: -45px;
  }
  .flex-container.desktop-gap90 > div {
    padding: 45px;
  }
  .flex-container.desktop-gap100 {
    margin: -50px;
  }
  .flex-container.desktop-gap100 > div {
    padding: 50px;
  }
  .flex-container .desktop-grow {
    flex-grow: 1;
  }
  .flex-container .desktop-no-grow {
    flex-grow: 0;
  }
  .flex-container .desktop-shrink {
    flex-shrink: 1;
  }
  .flex-container .desktop-no-shrink {
    flex-shrink: 0;
  }
}
@media (max-width: 992px) {
  .flex-container.mobile-no-wrap {
    flex-wrap: nowrap;
  }
  .flex-container.mobile-column {
    flex-direction: column;
  }
  .flex-container.mobile-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-container.mobile-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-container.mobile-align-start {
    align-items: flex-start;
  }
  .flex-container.mobile-align-center {
    align-items: center;
  }
  .flex-container.mobile-align-end {
    align-items: flex-end;
  }
  .flex-container.mobile-justify-start {
    justify-content: flex-start;
  }
  .flex-container.mobile-justify-center {
    justify-content: center;
  }
  .flex-container.mobile-justify-end {
    justify-content: flex-end;
  }
  .flex-container.mobile-justify-spacearound {
    justify-content: space-around;
  }
  .flex-container.mobile-justify-spacebetween {
    justify-content: space-between;
  }
  .flex-container.mobile-justify-spaceevenly {
    justify-content: space-evenly;
  }
  .flex-container.mobile-gap10 {
    margin: -5px;
  }
  .flex-container.mobile-gap10 > div {
    padding: 5px;
  }
  .flex-container.mobile-gap20 {
    margin: -10px;
  }
  .flex-container.mobile-gap20 > div {
    padding: 10px;
  }
  .flex-container.mobile-gap30 {
    margin: -15px;
  }
  .flex-container.mobile-gap30 > div {
    padding: 15px;
  }
  .flex-container.mobile-gap40 {
    margin: -20px;
  }
  .flex-container.mobile-gap40 > div {
    padding: 20px;
  }
  .flex-container.mobile-gap50 {
    margin: -25px;
  }
  .flex-container.mobile-gap50 > div {
    padding: 25px;
  }
  .flex-container.mobile-gap60 {
    margin: -30px;
  }
  .flex-container.mobile-gap60 > div {
    padding: 30px;
  }
  .flex-container.mobile-gap70 {
    margin: -35px;
  }
  .flex-container.mobile-gap70 > div {
    padding: 35px;
  }
  .flex-container.mobile-gap80 {
    margin: -40px;
  }
  .flex-container.mobile-gap80 > div {
    padding: 40px;
  }
  .flex-container.mobile-gap90 {
    margin: -45px;
  }
  .flex-container.mobile-gap90 > div {
    padding: 45px;
  }
  .flex-container.mobile-gap100 {
    margin: -50px;
  }
  .flex-container.mobile-gap100 > div {
    padding: 50px;
  }
  .flex-container .mobile-grow {
    flex-grow: 1;
  }
  .flex-container .mobile-no-grow {
    flex-grow: 0;
  }
  .flex-container .mobile-shrink {
    flex-shrink: 1;
  }
  .flex-container .mobile-no-shrink {
    flex-shrink: 0;
  }
}
@media (max-width: 600px) {
  .flex-container.small-mobile-no-wrap {
    flex-wrap: nowrap;
  }
  .flex-container.small-mobile-column {
    flex-direction: column;
  }
  .flex-container.small-mobile-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-container.small-mobile-row-reverse {
    flex-direction: row-reverse;
  }
}
/*--------------------------------------------------
  flex-container - Column
--------------------------------------------------*/
.flex-container .flex-content {
  width: 100%;
}

.flex-container .flex-content.xs1 {
  max-width: 8.33333%;
}

.flex-container .flex-content.xs2 {
  max-width: 16.66666%;
}

.flex-container .flex-content.xs3 {
  max-width: 24.99999%;
}

.flex-container .flex-content.xs4 {
  max-width: 33.33333%;
}

.flex-container .flex-content.xs5 {
  max-width: 41.66666%;
}

.flex-container .flex-content.xs6 {
  max-width: 49.99999%;
}

.flex-container .flex-content.xs7 {
  max-width: 58.33333%;
}

.flex-container .flex-content.xs8 {
  max-width: 66.66666%;
}

.flex-container .flex-content.xs9 {
  max-width: 74.99999%;
}

.flex-container .flex-content.xs10 {
  max-width: 83.33333%;
}

.flex-container .flex-content.xs11 {
  max-width: 91.66666%;
}

.flex-container .flex-content.xs12 {
  max-width: 99.99999%;
}

@media (min-width: 601px) {
  .flex-container .flex-content.s1 {
    max-width: 8.33333%;
  }

  .flex-container .flex-content.s2 {
    max-width: 16.66666%;
  }

  .flex-container .flex-content.s3 {
    max-width: 24.99999%;
  }

  .flex-container .flex-content.s4 {
    max-width: 33.33333%;
  }

  .flex-container .flex-content.s5 {
    max-width: 41.66666%;
  }

  .flex-container .flex-content.s6 {
    max-width: 49.99999%;
  }

  .flex-container .flex-content.s7 {
    max-width: 58.33333%;
  }

  .flex-container .flex-content.s8 {
    max-width: 66.66666%;
  }

  .flex-container .flex-content.s9 {
    max-width: 74.99999%;
  }

  .flex-container .flex-content.s10 {
    max-width: 83.33333%;
  }

  .flex-container .flex-content.s11 {
    max-width: 91.66666%;
  }

  .flex-container .flex-content.s12 {
    max-width: 99.99999%;
  }
}
@media (min-width: 993px) {
  .flex-container .flex-content.m1 {
    max-width: 8.33333%;
  }

  .flex-container .flex-content.m2 {
    max-width: 16.66666%;
  }

  .flex-container .flex-content.m3 {
    max-width: 24.99999%;
  }

  .flex-container .flex-content.m4 {
    max-width: 33.33333%;
  }

  .flex-container .flex-content.m5 {
    max-width: 41.66666%;
  }

  .flex-container .flex-content.m6 {
    max-width: 49.99999%;
  }

  .flex-container .flex-content.m7 {
    max-width: 58.33333%;
  }

  .flex-container .flex-content.m8 {
    max-width: 66.66666%;
  }

  .flex-container .flex-content.m9 {
    max-width: 74.99999%;
  }

  .flex-container .flex-content.m10 {
    max-width: 83.33333%;
  }

  .flex-container .flex-content.m11 {
    max-width: 91.66666%;
  }

  .flex-container .flex-content.m12 {
    max-width: 99.99999%;
  }
}
@media (min-width: 1241px) {
  .flex-container .flex-content.l1 {
    max-width: 8.33333%;
  }

  .flex-container .flex-content.l2 {
    max-width: 16.66666%;
  }

  .flex-container .flex-content.l3 {
    max-width: 24.99999%;
  }

  .flex-container .flex-content.l4 {
    max-width: 33.33333%;
  }

  .flex-container .flex-content.l5 {
    max-width: 41.66666%;
  }

  .flex-container .flex-content.l6 {
    max-width: 49.99999%;
  }

  .flex-container .flex-content.l7 {
    max-width: 58.33333%;
  }

  .flex-container .flex-content.l8 {
    max-width: 66.66666%;
  }

  .flex-container .flex-content.l9 {
    max-width: 74.99999%;
  }

  .flex-container .flex-content.l10 {
    max-width: 83.33333%;
  }

  .flex-container .flex-content.l11 {
    max-width: 91.66666%;
  }

  .flex-container .flex-content.l12 {
    max-width: 99.99999%;
  }

  /* 施工事例写真 PC小さめに*/
  img.desktop-size-middle {
    max-width: 855px;
  }
  img.desktop-size-small-height {
    max-height: 600px;
  }
}
/*--------------------------------------------------
  Color
--------------------------------------------------*/
.color-primary {
  color: #00abe1;
}

.color-accent {
  color: #00abe1;
}

.color-red-50 {
  color: #ffebee;
}

.color-red-100 {
  color: #ffcdd2;
}

.color-red-200 {
  color: #ef9a9a;
}

.color-red-300 {
  color: #e57373;
}

.color-red-400 {
  color: #ef5350;
}

.color-red-500 {
  color: #f44336;
}

.color-red-600 {
  color: #e53935;
}

.color-red-700 {
  color: #d32f2f;
}

.color-red-800 {
  color: #c62828;
}

.color-red-900 {
  color: #b71c1c;
}

.color-red-A100 {
  color: #ff8a80;
}

.color-red-A200 {
  color: #ff5252;
}

.color-red-A400 {
  color: #ff1744;
}

.color-red-A700 {
  color: #d50000;
}

.color-pink-50 {
  color: #fce4ec;
}

.color-pink-100 {
  color: #f8bbd0;
}

.color-pink-200 {
  color: #f48fb1;
}

.color-pink-300 {
  color: #f06292;
}

.color-pink-400 {
  color: #ec407a;
}

.color-pink-500 {
  color: #e91e63;
}

.color-pink-600 {
  color: #d81b60;
}

.color-pink-700 {
  color: #c2185b;
}

.color-pink-800 {
  color: #ad1457;
}

.color-pink-900 {
  color: #880e4f;
}

.color-pink-A100 {
  color: #ff80ab;
}

.color-pink-A200 {
  color: #ff4081;
}

.color-pink-A400 {
  color: #f50057;
}

.color-pink-A700 {
  color: #c51162;
}

.color-purple-50 {
  color: #f3e5f5;
}

.color-purple-100 {
  color: #e1bee7;
}

.color-purple-200 {
  color: #ce93d8;
}

.color-purple-300 {
  color: #ba68c8;
}

.color-purple-400 {
  color: #ab47bc;
}

.color-purple-500 {
  color: #9c27b0;
}

.color-purple-600 {
  color: #8e24aa;
}

.color-purple-700 {
  color: #7b1fa2;
}

.color-purple-800 {
  color: #6a1b9a;
}

.color-purple-900 {
  color: #4a148c;
}

.color-purple-A100 {
  color: #ea80fc;
}

.color-purple-A200 {
  color: #e040fb;
}

.color-purple-A400 {
  color: #d500f9;
}

.color-purple-A700 {
  color: #aa00ff;
}

.color-deep-purple-50 {
  color: #ede7f6;
}

.color-deep-purple-100 {
  color: #d1c4e9;
}

.color-deep-purple-200 {
  color: #b39ddb;
}

.color-deep-purple-300 {
  color: #9575cd;
}

.color-deep-purple-400 {
  color: #7e57c2;
}

.color-deep-purple-500 {
  color: #673ab7;
}

.color-deep-purple-600 {
  color: #5e35b1;
}

.color-deep-purple-700 {
  color: #512da8;
}

.color-deep-purple-800 {
  color: #4527a0;
}

.color-deep-purple-900 {
  color: #311b92;
}

.color-deep-purple-A100 {
  color: #b388ff;
}

.color-deep-purple-A200 {
  color: #7c4dff;
}

.color-deep-purple-A400 {
  color: #651fff;
}

.color-deep-purple-A700 {
  color: #6200ea;
}

.color-indigo-50 {
  color: #e8eaf6;
}

.color-indigo-100 {
  color: #c5cae9;
}

.color-indigo-200 {
  color: #9fa8da;
}

.color-indigo-300 {
  color: #7986cb;
}

.color-indigo-400 {
  color: #5c6bc0;
}

.color-indigo-500 {
  color: #3f51b5;
}

.color-indigo-600 {
  color: #3949ab;
}

.color-indigo-700 {
  color: #303f9f;
}

.color-indigo-800 {
  color: #283593;
}

.color-indigo-900 {
  color: #1a237e;
}

.color-indigo-A100 {
  color: #8c9eff;
}

.color-indigo-A200 {
  color: #536dfe;
}

.color-indigo-A400 {
  color: #3d5afe;
}

.color-indigo-A700 {
  color: #304ffe;
}

.color-blue-50 {
  color: #e3f2fd;
}

.color-blue-100 {
  color: #bbdefb;
}

.color-blue-200 {
  color: #90caf9;
}

.color-blue-300 {
  color: #64b5f6;
}

.color-blue-400 {
  color: #42a5f5;
}

.color-blue-500 {
  color: #2196f3;
}

.color-blue-600 {
  color: #1e88e5;
}

.color-blue-700 {
  color: #1976d2;
}

.color-blue-800 {
  color: #1565c0;
}

.color-blue-900 {
  color: #0d47a1;
}

.color-blue-A100 {
  color: #82b1ff;
}

.color-blue-A200 {
  color: #448aff;
}

.color-blue-A400 {
  color: #2979ff;
}

.color-blue-A700 {
  color: #2962ff;
}

.color-light-blue-50 {
  color: #e1f5fe;
}

.color-light-blue-100 {
  color: #b3e5fc;
}

.color-light-blue-200 {
  color: #81d4fa;
}

.color-light-blue-300 {
  color: #4fc3f7;
}

.color-light-blue-400 {
  color: #29b6f6;
}

.color-light-blue-500 {
  color: #03a9f4;
}

.color-light-blue-600 {
  color: #039be5;
}

.color-light-blue-700 {
  color: #0288d1;
}

.color-light-blue-800 {
  color: #0277bd;
}

.color-light-blue-900 {
  color: #01579b;
}

.color-light-blue-A100 {
  color: #80d8ff;
}

.color-light-blue-A200 {
  color: #40c4ff;
}

.color-light-blue-A400 {
  color: #00b0ff;
}

.color-light-blue-A700 {
  color: #0091ea;
}

.color-cyan-50 {
  color: #e0f7fa;
}

.color-cyan-100 {
  color: #b2ebf2;
}

.color-cyan-200 {
  color: #80deea;
}

.color-cyan-300 {
  color: #80deea;
}

.color-cyan-400 {
  color: #26c6da;
}

.color-cyan-500 {
  color: #00bcd4;
}

.color-cyan-600 {
  color: #00acc1;
}

.color-cyan-700 {
  color: #0097a7;
}

.color-cyan-800 {
  color: #00838f;
}

.color-cyan-900 {
  color: #006064;
}

.color-cyan-A100 {
  color: #84ffff;
}

.color-cyan-A200 {
  color: #18ffff;
}

.color-cyan-A400 {
  color: #00e5ff;
}

.color-cyan-A700 {
  color: #00b8d4;
}

.color-teal-50 {
  color: #e0f2f1;
}

.color-teal-100 {
  color: #b2dfdb;
}

.color-teal-200 {
  color: #80cbc4;
}

.color-teal-300 {
  color: #4db6ac;
}

.color-teal-400 {
  color: #26a69a;
}

.color-teal-500 {
  color: #009688;
}

.color-teal-600 {
  color: #00897b;
}

.color-teal-700 {
  color: #00796b;
}

.color-teal-800 {
  color: #00695c;
}

.color-teal-900 {
  color: #004d40;
}

.color-teal-A100 {
  color: #a7ffeb;
}

.color-teal-A200 {
  color: #64ffda;
}

.color-teal-A400 {
  color: #1de9b6;
}

.color-teal-A700 {
  color: #00bfa5;
}

.color-green-50 {
  color: #e8f5e9;
}

.color-green-100 {
  color: #c8e6c9;
}

.color-green-200 {
  color: #a5d6a7;
}

.color-green-300 {
  color: #81c784;
}

.color-green-400 {
  color: #66bb6a;
}

.color-green-500 {
  color: #4caf50;
}

.color-green-600 {
  color: #43a047;
}

.color-green-700 {
  color: #388e3c;
}

.color-green-800 {
  color: #2e7d32;
}

.color-green-900 {
  color: #1b5e20;
}

.color-green-A100 {
  color: #b9f6ca;
}

.color-green-A200 {
  color: #69f0ae;
}

.color-green-A400 {
  color: #00e676;
}

.color-green-A700 {
  color: #00c853;
}

.color-light-green-50 {
  color: #f1f8e9;
}

.color-light-green-100 {
  color: #dcedc8;
}

.color-light-green-200 {
  color: #c5e1a5;
}

.color-light-green-300 {
  color: #aed581;
}

.color-light-green-400 {
  color: #9ccc65;
}

.color-light-green-500 {
  color: #8bc34a;
}

.color-light-green-600 {
  color: #7cb342;
}

.color-light-green-700 {
  color: #689f38;
}

.color-light-green-800 {
  color: #558b2f;
}

.color-light-green-900 {
  color: #33691e;
}

.color-light-green-A100 {
  color: #ccff90;
}

.color-light-green-A200 {
  color: #b2ff59;
}

.color-light-green-A400 {
  color: #76ff03;
}

.color-light-green-A700 {
  color: #64dd17;
}

.color-lime-50 {
  color: #f9fbe7;
}

.color-lime-100 {
  color: #f0f4c3;
}

.color-lime-200 {
  color: #e6ee9c;
}

.color-lime-300 {
  color: #dce775;
}

.color-lime-400 {
  color: #d4e157;
}

.color-lime-500 {
  color: #cddc39;
}

.color-lime-600 {
  color: #c0ca33;
}

.color-lime-700 {
  color: #afb42b;
}

.color-lime-800 {
  color: #9e9d24;
}

.color-lime-900 {
  color: #827717;
}

.color-lime-A100 {
  color: #f4ff81;
}

.color-lime-A200 {
  color: #eeff41;
}

.color-lime-A400 {
  color: #c6ff00;
}

.color-lime-A700 {
  color: #aeea00;
}

.color-yellow-50 {
  color: #fffde7;
}

.color-yellow-100 {
  color: #fff9c4;
}

.color-yellow-200 {
  color: #fff59d;
}

.color-yellow-300 {
  color: #fff176;
}

.color-yellow-400 {
  color: #ffee58;
}

.color-yellow-500 {
  color: #ffeb3b;
}

.color-yellow-600 {
  color: #fdd835;
}

.color-yellow-700 {
  color: #fbc02d;
}

.color-yellow-800 {
  color: #f9a825;
}

.color-yellow-900 {
  color: #f57f17;
}

.color-yellow-A100 {
  color: #ffff8d;
}

.color-yellow-A200 {
  color: #ffff00;
}

.color-yellow-A400 {
  color: #ffea00;
}

.color-yellow-A700 {
  color: #ffd600;
}

.color-amber-50 {
  color: #fff8e1;
}

.color-amber-100 {
  color: #ffecb3;
}

.color-amber-200 {
  color: #ffe082;
}

.color-amber-300 {
  color: #ffd54f;
}

.color-amber-400 {
  color: #ffca28;
}

.color-amber-500 {
  color: #ffc107;
}

.color-amber-600 {
  color: #ffb300;
}

.color-amber-700 {
  color: #ffa000;
}

.color-amber-800 {
  color: #ff8f00;
}

.color-amber-900 {
  color: #ff6f00;
}

.color-amber-A100 {
  color: #ffe57f;
}

.color-amber-A200 {
  color: #ffd740;
}

.color-amber-A400 {
  color: #ffc400;
}

.color-amber-A700 {
  color: #ffab00;
}

.color-orange-50 {
  color: #fff3e0;
}

.color-orange-100 {
  color: #ffe0b2;
}

.color-orange-200 {
  color: #ffcc80;
}

.color-orange-300 {
  color: #ffb74d;
}

.color-orange-400 {
  color: #ffa726;
}

.color-orange-500 {
  color: #ff9800;
}

.color-orange-600 {
  color: #fb8c00;
}

.color-orange-700 {
  color: #f57c00;
}

.color-orange-800 {
  color: #ef6c00;
}

.color-orange-900 {
  color: #e65100;
}

.color-orange-A100 {
  color: #ffd180;
}

.color-orange-A200 {
  color: #ffab40;
}

.color-orange-A400 {
  color: #ff9100;
}

.color-orange-A700 {
  color: #ff6d00;
}

.color-deep-orange-50 {
  color: #fbe9e7;
}

.color-deep-orange-100 {
  color: #ffccbc;
}

.color-deep-orange-200 {
  color: #ffab91;
}

.color-deep-orange-300 {
  color: #ff8a65;
}

.color-deep-orange-400 {
  color: #ff7043;
}

.color-deep-orange-500 {
  color: #ff5722;
}

.color-deep-orange-600 {
  color: #f4511e;
}

.color-deep-orange-700 {
  color: #e64a19;
}

.color-deep-orange-800 {
  color: #d84315;
}

.color-deep-orange-900 {
  color: #bf360c;
}

.color-deep-orange-A100 {
  color: #ff9e80;
}

.color-deep-orange-A200 {
  color: #ff6e40;
}

.color-deep-orange-A400 {
  color: #ff3d00;
}

.color-deep-orange-A700 {
  color: #dd2c00;
}

.color-brown-50 {
  color: #efebe9;
}

.color-brown-100 {
  color: #d7ccc8;
}

.color-brown-200 {
  color: #bcaaa4;
}

.color-brown-300 {
  color: #a1887f;
}

.color-brown-400 {
  color: #8d6e63;
}

.color-brown-500 {
  color: #795548;
}

.color-brown-600 {
  color: #6d4c41;
}

.color-brown-700 {
  color: #5d4037;
}

.color-brown-800 {
  color: #4e342e;
}

.color-brown-900 {
  color: #3e2723;
}

.color-grey-50 {
  color: #fafafa;
}

.color-grey-100 {
  color: #f5f5f5;
}

.color-grey-200 {
  color: #eeeeee;
}

.color-grey-300 {
  color: #e0e0e0;
}

.color-grey-400 {
  color: #bdbdbd;
}

.color-grey-500 {
  color: #9e9e9e;
}

.color-grey-600 {
  color: #757575;
}

.color-grey-700 {
  color: #616161;
}

.color-grey-800 {
  color: #424242;
}

.color-grey-900 {
  color: #212121;
}

.color-blue-grey-50 {
  color: #eceff1;
}

.color-blue-grey-100 {
  color: #cfd8dc;
}

.color-blue-grey-200 {
  color: #b0bec5;
}

.color-blue-grey-300 {
  color: #90a4ae;
}

.color-blue-grey-400 {
  color: #78909c;
}

.color-blue-grey-500 {
  color: #607d8b;
}

.color-blue-grey-600 {
  color: #546e7a;
}

.color-blue-grey-700 {
  color: #455a64;
}

.color-blue-grey-800 {
  color: #37474f;
}

.color-blue-grey-900 {
  color: #263238;
}

.color-white {
  color: #fff;
}

.color-black {
  color: #000;
}

/*--------------------------------------------------
  Background
--------------------------------------------------*/
.background-primary {
  background-color: #00abe1;
}

.background-accent {
  background-color: #00abe1;
}

.background-red-50 {
  background-color: #ffebee;
}

.background-red-100 {
  background-color: #ffcdd2;
}

.background-red-200 {
  background-color: #ef9a9a;
}

.background-red-300 {
  background-color: #e57373;
}

.background-red-400 {
  background-color: #ef5350;
}

.background-red-500 {
  background-color: #f44336;
}

.background-red-600 {
  background-color: #e53935;
}

.background-red-700 {
  background-color: #d32f2f;
}

.background-red-800 {
  background-color: #c62828;
}

.background-red-900 {
  background-color: #b71c1c;
}

.background-red-A100 {
  background-color: #ff8a80;
}

.background-red-A200 {
  background-color: #ff5252;
}

.background-red-A400 {
  background-color: #ff1744;
}

.background-red-A700 {
  background-color: #d50000;
}

.background-pink-50 {
  background-color: #fce4ec;
}

.background-pink-100 {
  background-color: #f8bbd0;
}

.background-pink-200 {
  background-color: #f48fb1;
}

.background-pink-300 {
  background-color: #f06292;
}

.background-pink-400 {
  background-color: #ec407a;
}

.background-pink-500 {
  background-color: #e91e63;
}

.background-pink-600 {
  background-color: #d81b60;
}

.background-pink-700 {
  background-color: #c2185b;
}

.background-pink-800 {
  background-color: #ad1457;
}

.background-pink-900 {
  background-color: #880e4f;
}

.background-pink-A100 {
  background-color: #ff80ab;
}

.background-pink-A200 {
  background-color: #ff4081;
}

.background-pink-A400 {
  background-color: #f50057;
}

.background-pink-A700 {
  background-color: #c51162;
}

.background-purple-50 {
  background-color: #f3e5f5;
}

.background-purple-100 {
  background-color: #e1bee7;
}

.background-purple-200 {
  background-color: #ce93d8;
}

.background-purple-300 {
  background-color: #ba68c8;
}

.background-purple-400 {
  background-color: #ab47bc;
}

.background-purple-500 {
  background-color: #9c27b0;
}

.background-purple-600 {
  background-color: #8e24aa;
}

.background-purple-700 {
  background-color: #7b1fa2;
}

.background-purple-800 {
  background-color: #6a1b9a;
}

.background-purple-900 {
  background-color: #4a148c;
}

.background-purple-A100 {
  background-color: #ea80fc;
}

.background-purple-A200 {
  background-color: #e040fb;
}

.background-purple-A400 {
  background-color: #d500f9;
}

.background-purple-A700 {
  background-color: #aa00ff;
}

.background-deep-purple-50 {
  background-color: #ede7f6;
}

.background-deep-purple-100 {
  background-color: #d1c4e9;
}

.background-deep-purple-200 {
  background-color: #b39ddb;
}

.background-deep-purple-300 {
  background-color: #9575cd;
}

.background-deep-purple-400 {
  background-color: #7e57c2;
}

.background-deep-purple-500 {
  background-color: #673ab7;
}

.background-deep-purple-600 {
  background-color: #5e35b1;
}

.background-deep-purple-700 {
  background-color: #512da8;
}

.background-deep-purple-800 {
  background-color: #4527a0;
}

.background-deep-purple-900 {
  background-color: #311b92;
}

.background-deep-purple-A100 {
  background-color: #b388ff;
}

.background-deep-purple-A200 {
  background-color: #7c4dff;
}

.background-deep-purple-A400 {
  background-color: #651fff;
}

.background-deep-purple-A700 {
  background-color: #6200ea;
}

.background-indigo-50 {
  background-color: #e8eaf6;
}

.background-indigo-100 {
  background-color: #c5cae9;
}

.background-indigo-200 {
  background-color: #9fa8da;
}

.background-indigo-300 {
  background-color: #7986cb;
}

.background-indigo-400 {
  background-color: #5c6bc0;
}

.background-indigo-500 {
  background-color: #3f51b5;
}

.background-indigo-600 {
  background-color: #3949ab;
}

.background-indigo-700 {
  background-color: #303f9f;
}

.background-indigo-800 {
  background-color: #283593;
}

.background-indigo-900 {
  background-color: #1a237e;
}

.background-indigo-A100 {
  background-color: #8c9eff;
}

.background-indigo-A200 {
  background-color: #536dfe;
}

.background-indigo-A400 {
  background-color: #3d5afe;
}

.background-indigo-A700 {
  background-color: #304ffe;
}

.background-blue-50 {
  background-color: #e3f2fd;
}

.background-blue-100 {
  background-color: #bbdefb;
}

.background-blue-200 {
  background-color: #90caf9;
}

.background-blue-300 {
  background-color: #64b5f6;
}

.background-blue-400 {
  background-color: #42a5f5;
}

.background-blue-500 {
  background-color: #2196f3;
}

.background-blue-600 {
  background-color: #1e88e5;
}

.background-blue-700 {
  background-color: #1976d2;
}

.background-blue-800 {
  background-color: #1565c0;
}

.background-blue-900 {
  background-color: #0d47a1;
}

.background-blue-A100 {
  background-color: #82b1ff;
}

.background-blue-A200 {
  background-color: #448aff;
}

.background-blue-A400 {
  background-color: #2979ff;
}

.background-blue-A700 {
  background-color: #2962ff;
}

.background-light-blue-50 {
  background-color: #e1f5fe;
}

.background-light-blue-100 {
  background-color: #b3e5fc;
}

.background-light-blue-200 {
  background-color: #81d4fa;
}

.background-light-blue-300 {
  background-color: #4fc3f7;
}

.background-light-blue-400 {
  background-color: #29b6f6;
}

.background-light-blue-500 {
  background-color: #03a9f4;
}

.background-light-blue-600 {
  background-color: #039be5;
}

.background-light-blue-700 {
  background-color: #0288d1;
}

.background-light-blue-800 {
  background-color: #0277bd;
}

.background-light-blue-900 {
  background-color: #01579b;
}

.background-light-blue-A100 {
  background-color: #80d8ff;
}

.background-light-blue-A200 {
  background-color: #40c4ff;
}

.background-light-blue-A400 {
  background-color: #00b0ff;
}

.background-light-blue-A700 {
  background-color: #0091ea;
}

.background-cyan-50 {
  background-color: #e0f7fa;
}

.background-cyan-100 {
  background-color: #b2ebf2;
}

.background-cyan-200 {
  background-color: #80deea;
}

.background-cyan-300 {
  background-color: #80deea;
}

.background-cyan-400 {
  background-color: #26c6da;
}

.background-cyan-500 {
  background-color: #00bcd4;
}

.background-cyan-600 {
  background-color: #00acc1;
}

.background-cyan-700 {
  background-color: #0097a7;
}

.background-cyan-800 {
  background-color: #00838f;
}

.background-cyan-900 {
  background-color: #006064;
}

.background-cyan-A100 {
  background-color: #84ffff;
}

.background-cyan-A200 {
  background-color: #18ffff;
}

.background-cyan-A400 {
  background-color: #00e5ff;
}

.background-cyan-A700 {
  background-color: #00b8d4;
}

.background-teal-50 {
  background-color: #e0f2f1;
}

.background-teal-100 {
  background-color: #b2dfdb;
}

.background-teal-200 {
  background-color: #80cbc4;
}

.background-teal-300 {
  background-color: #4db6ac;
}

.background-teal-400 {
  background-color: #26a69a;
}

.background-teal-500 {
  background-color: #009688;
}

.background-teal-600 {
  background-color: #00897b;
}

.background-teal-700 {
  background-color: #00796b;
}

.background-teal-800 {
  background-color: #00695c;
}

.background-teal-900 {
  background-color: #004d40;
}

.background-teal-A100 {
  background-color: #a7ffeb;
}

.background-teal-A200 {
  background-color: #64ffda;
}

.background-teal-A400 {
  background-color: #1de9b6;
}

.background-teal-A700 {
  background-color: #00bfa5;
}

.background-green-50 {
  background-color: #e8f5e9;
}

.background-green-100 {
  background-color: #c8e6c9;
}

.background-green-200 {
  background-color: #a5d6a7;
}

.background-green-300 {
  background-color: #81c784;
}

.background-green-400 {
  background-color: #66bb6a;
}

.background-green-500 {
  background-color: #4caf50;
}

.background-green-600 {
  background-color: #43a047;
}

.background-green-700 {
  background-color: #388e3c;
}

.background-green-800 {
  background-color: #2e7d32;
}

.background-green-900 {
  background-color: #1b5e20;
}

.background-green-A100 {
  background-color: #b9f6ca;
}

.background-green-A200 {
  background-color: #69f0ae;
}

.background-green-A400 {
  background-color: #00e676;
}

.background-green-A700 {
  background-color: #00c853;
}

.background-lime-50 {
  background-color: #f9fbe7;
}

.background-lime-100 {
  background-color: #f0f4c3;
}

.background-lime-200 {
  background-color: #e6ee9c;
}

.background-lime-300 {
  background-color: #dce775;
}

.background-lime-400 {
  background-color: #d4e157;
}

.background-lime-500 {
  background-color: #cddc39;
}

.background-lime-600 {
  background-color: #c0ca33;
}

.background-lime-700 {
  background-color: #afb42b;
}

.background-lime-800 {
  background-color: #9e9d24;
}

.background-lime-900 {
  background-color: #827717;
}

.background-lime-A100 {
  background-color: #f4ff81;
}

.background-lime-A200 {
  background-color: #eeff41;
}

.background-lime-A400 {
  background-color: #c6ff00;
}

.background-lime-A700 {
  background-color: #aeea00;
}

.background-yellow-50 {
  background-color: #fffde7;
}

.background-yellow-100 {
  background-color: #fff9c4;
}

.background-yellow-200 {
  background-color: #fff59d;
}

.background-yellow-300 {
  background-color: #fff176;
}

.background-yellow-400 {
  background-color: #ffee58;
}

.background-yellow-500 {
  background-color: #ffeb3b;
}

.background-yellow-600 {
  background-color: #fdd835;
}

.background-yellow-700 {
  background-color: #fbc02d;
}

.background-yellow-800 {
  background-color: #f9a825;
}

.background-yellow-900 {
  background-color: #f57f17;
}

.background-yellow-A100 {
  background-color: #ffff8d;
}

.background-yellow-A200 {
  background-color: #ffff00;
}

.background-yellow-A400 {
  background-color: #ffea00;
}

.background-yellow-A700 {
  background-color: #ffd600;
}

.background-amber-50 {
  background-color: #fff8e1;
}

.background-amber-100 {
  background-color: #ffecb3;
}

.background-amber-200 {
  background-color: #ffe082;
}

.background-amber-300 {
  background-color: #ffd54f;
}

.background-amber-400 {
  background-color: #ffca28;
}

.background-amber-500 {
  background-color: #ffc107;
}

.background-amber-600 {
  background-color: #ffb300;
}

.background-amber-700 {
  background-color: #ffa000;
}

.background-amber-800 {
  background-color: #ff8f00;
}

.background-amber-900 {
  background-color: #ff6f00;
}

.background-amber-A100 {
  background-color: #ffe57f;
}

.background-amber-A200 {
  background-color: #ffd740;
}

.background-amber-A400 {
  background-color: #ffc400;
}

.background-amber-A700 {
  background-color: #ffab00;
}

.background-orange-50 {
  background-color: #fff3e0;
}

.background-orange-100 {
  background-color: #ffe0b2;
}

.background-orange-200 {
  background-color: #ffcc80;
}

.background-orange-300 {
  background-color: #ffb74d;
}

.background-orange-400 {
  background-color: #ffa726;
}

.background-orange-500 {
  background-color: #ff9800;
}

.background-orange-600 {
  background-color: #fb8c00;
}

.background-orange-700 {
  background-color: #f57c00;
}

.background-orange-800 {
  background-color: #ef6c00;
}

.background-orange-900 {
  background-color: #e65100;
}

.background-orange-A100 {
  background-color: #ffd180;
}

.background-orange-A200 {
  background-color: #ffab40;
}

.background-orange-A400 {
  background-color: #ff9100;
}

.background-orange-A700 {
  background-color: #ff6d00;
}

.background-deep-orange-50 {
  background-color: #fbe9e7;
}

.background-deep-orange-100 {
  background-color: #ffccbc;
}

.background-deep-orange-200 {
  background-color: #ffab91;
}

.background-deep-orange-300 {
  background-color: #ff8a65;
}

.background-deep-orange-400 {
  background-color: #ff7043;
}

.background-deep-orange-500 {
  background-color: #ff5722;
}

.background-deep-orange-600 {
  background-color: #f4511e;
}

.background-deep-orange-700 {
  background-color: #e64a19;
}

.background-deep-orange-800 {
  background-color: #d84315;
}

.background-deep-orange-900 {
  background-color: #bf360c;
}

.background-deep-orange-A100 {
  background-color: #ff9e80;
}

.background-deep-orange-A200 {
  background-color: #ff6e40;
}

.background-deep-orange-A400 {
  background-color: #ff3d00;
}

.background-deep-orange-A700 {
  background-color: #dd2c00;
}

.background-brown-50 {
  background-color: #efebe9;
}

.background-brown-100 {
  background-color: #d7ccc8;
}

.background-brown-200 {
  background-color: #bcaaa4;
}

.background-brown-300 {
  background-color: #a1887f;
}

.background-brown-400 {
  background-color: #8d6e63;
}

.background-brown-500 {
  background-color: #795548;
}

.background-brown-600 {
  background-color: #6d4c41;
}

.background-brown-700 {
  background-color: #5d4037;
}

.background-brown-800 {
  background-color: #4e342e;
}

.background-brown-900 {
  background-color: #3e2723;
}

.background-grey-50 {
  background-color: #fafafa;
}

.background-grey-100 {
  background-color: #f5f5f5;
}

.background-grey-200 {
  background-color: #eeeeee;
}

.background-grey-300 {
  background-color: #e0e0e0;
}

.background-grey-400 {
  background-color: #bdbdbd;
}

.background-grey-500 {
  background-color: #9e9e9e;
}

.background-grey-600 {
  background-color: #757575;
}

.background-grey-700 {
  background-color: #616161;
}

.background-grey-800 {
  background-color: #424242;
}

.background-grey-900 {
  background-color: #212121;
}

.background-blue-grey-50 {
  background-color: #eceff1;
}

.background-blue-grey-100 {
  background-color: #cfd8dc;
}

.background-blue-grey-200 {
  background-color: #b0bec5;
}

.background-blue-grey-300 {
  background-color: #90a4ae;
}

.background-blue-grey-400 {
  background-color: #78909c;
}

.background-blue-grey-500 {
  background-color: #607d8b;
}

.background-blue-grey-600 {
  background-color: #546e7a;
}

.background-blue-grey-700 {
  background-color: #455a64;
}

.background-blue-grey-800 {
  background-color: #37474f;
}

.background-blue-grey-900 {
  background-color: #263238;
}

.background-white {
  background-color: #fff;
}

.background-black {
  background-color: #000;
}

/*--------------------------------------------------
  Object-fit
--------------------------------------------------*/
.object-fit {
  object-fit: inherit;
  width: 100%;
  height: 100%;
}
.fill.object-fit {
  object-fit: fill;
  font-family: 'object-fit: fill;';
}
.contain.object-fit {
  object-fit: contain;
  font-family: 'object-fit: contain;';
}
.cover.object-fit {
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.none.object-fit {
  object-fit: none;
  font-family: 'object-fit: none;';
}
.scale_down.object-fit {
  object-fit: scale-down;
  font-family: 'object-fit: scale-down;';
}
.bottom.object-fit {
  object-position: bottom;
}
.center.object-fit {
  object-position: center;
}
.left.object-fit {
  object-position: left;
}
.right.object-fit {
  object-position: right;
}
.top.object-fit {
  object-position: top;
}

@media (min-width: 993px) {
  .object-fit-desktop {
    object-fit: inherit;
    width: 100%;
    height: 100%;
  }
  .object-fit-desktop.fill {
    object-fit: fill;
    font-family: 'object-fit: fill;';
  }
  .object-fit-desktop.contain {
    object-fit: contain;
    font-family: 'object-fit: contain;';
  }
  .object-fit-desktop.cover {
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
  .object-fit-desktop.none {
    object-fit: none;
    font-family: 'object-fit: none;';
  }
  .object-fit-desktop.scale_down {
    object-fit: scale-down;
    font-family: 'object-fit: scale-down;';
  }
  .object-fit-desktop.bottom {
    object-position: bottom;
  }
  .object-fit-desktop.center {
    object-position: center;
  }
  .object-fit-desktop.left {
    object-position: left;
  }
  .object-fit-desktop.right {
    object-position: right;
  }
  .object-fit-desktop.top {
    object-position: top;
  }
}
@media (max-width: 992px) {
  .object-fit-mobile {
    object-fit: inherit;
    width: 100%;
    height: 100%;
  }
  .object-fit-mobile.fill {
    object-fit: fill;
    font-family: 'object-fit: fill;';
  }
  .object-fit-mobile.contain {
    object-fit: contain;
    font-family: 'object-fit: contain;';
  }
  .object-fit-mobile.cover {
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
  .object-fit-mobile.none {
    object-fit: none;
    font-family: 'object-fit: none;';
  }
  .object-fit-mobile.scale_down {
    object-fit: scale-down;
    font-family: 'object-fit: scale-down;';
  }
  .object-fit-mobile.bottom {
    object-position: bottom;
  }
  .object-fit-mobile.center {
    object-position: center;
  }
  .object-fit-mobile.left {
    object-position: left;
  }
  .object-fit-mobile.right {
    object-position: right;
  }
  .object-fit-mobile.top {
    object-position: top;
  }
}
/*--------------------------------------------------
  Display according to viewport
--------------------------------------------------*/
@media (min-width: 993px) {
  .mobile {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .desktop {
    display: none !important;
  }
}
/*--------------------------------------------------
  Float
--------------------------------------------------*/
.float-left {
  float: left;
}

.float-right {
  float: right;
}

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

/*--------------------------------------------------
  Typoghrapy
--------------------------------------------------*/
.text-center {
  text-align: center !important;
}

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

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

.regular {
  font-weight: normal !important;
}

.thin {
  font-weight: lighter !important;
}

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

.underline {
  text-decoration: underline !important;
}

.no-decore {
  text-decoration: none !important;
}

.font-default {
  font-size: 1.6rem !important;
}

.font-small {
  font-size: 1.2rem !important;
}

.font-medium {
  font-size: 1.4rem !important;
}

.font-large {
  font-size: 1.8rem !important;
}

.font-extra-large {
  font-size: 2.4rem !important;
}

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

.font-mega-large {
  font-size: 3.5rem !important;
}

.line-height-extra-small {
  line-height: 1 !important;
}

.line-height-small {
  line-height: 1.2 !important;
}

.line-height-normal {
  line-height: 1.6 !important;
}

.line-height-large {
  line-height: 2 !important;
}

.highlighter {
  background-color: rgba(0, 171, 225, 0.2);
}

@media (min-width: 993px) {
  .mobile-inline {
    display: none;
  }

  .desktop-text-center {
    text-align: center !important;
  }

  .desktop-text-justify {
    text-align: justify !important;
  }

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

  .desktop-regular {
    font-weight: normal !important;
  }

  .desktop-thin {
    font-weight: lighter !important;
  }

  .desktop-bold {
    font-weight: bold !important;
  }

  .desktop-underline {
    text-decoration: underline;
  }

  .desktop-font-default {
    font-size: 1.6rem !important;
  }

  .desktop-font-small {
    font-size: 1.2rem !important;
  }

  .desktop-font-medium {
    font-size: 1.4rem !important;
  }

  .desktop-font-large {
    font-size: 1.8rem !important;
  }

  .desktop-font-extra-large {
    font-size: 2.4rem !important;
  }

  .desktop-font-super-large {
    font-size: 3rem !important;
  }

  .desktop-font-mega-large {
    font-size: 3.5rem !important;
  }

  .desktop-line-height-small {
    line-height: 1.2 !important;
  }

  .desktop-line-height-normal {
    line-height: 1.6 !important;
  }

  .desktop-line-height-large {
    line-height: 2 !important;
  }
}
@media (max-width: 992px) {
  .mobile-text-center {
    text-align: center !important;
  }

  .mobile-text-justify {
    text-align: justify !important;
  }

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

  .mobile-regular {
    font-weight: normal !important;
  }

  .mobile-thin {
    font-weight: lighter !important;
  }

  .mobile-bold {
    font-weight: bold !important;
  }

  .mobile-underline {
    text-decoration: underline !important;
  }

  .mobile-font-default {
    font-size: 1.6rem !important;
  }

  .mobile-font-small {
    font-size: 1.2rem !important;
  }

  .mobile-font-medium {
    font-size: 1.4rem !important;
  }

  .mobile-font-large {
    font-size: 1.8rem !important;
  }

  .mobile-font-extra-large {
    font-size: 2.4rem !important;
  }

  .mobile-font-super-large {
    font-size: 3rem !important;
  }

  .mobile-font-mega-large {
    font-size: 3.5rem !important;
  }

  .mobile-line-height-small {
    line-height: 1.2 !important;
  }

  .mobile-line-height-normal {
    line-height: 1.6 !important;
  }

  .mobile-line-height-large {
    line-height: 2 !important;
  }
}
/*--------------------------------------------------
  Gutter
--------------------------------------------------*/
.gutter.top10 {
  margin-top: 10px;
}
.gutter.top20 {
  margin-top: 20px;
}
.gutter.top30 {
  margin-top: 30px;
}
.gutter.top40 {
  margin-top: 40px;
}
.gutter.top50 {
  margin-top: 50px;
}
.gutter.top60 {
  margin-top: 60px;
}
.gutter.top70 {
  margin-top: 70px;
}
.gutter.top80 {
  margin-top: 80px;
}
.gutter.top90 {
  margin-top: 90px;
}
.gutter.top100 {
  margin-top: 100px;
}
.gutter.bot10 {
  margin-bottom: 10px;
}
.gutter.bot20 {
  margin-bottom: 20px;
}
.gutter.bot30 {
  margin-bottom: 30px;
}
.gutter.bot40 {
  margin-bottom: 40px;
}
.gutter.bot50 {
  margin-bottom: 50px;
}
.gutter.bot60 {
  margin-bottom: 60px;
}
.gutter.bot70 {
  margin-bottom: 70px;
}
.gutter.bot80 {
  margin-bottom: 80px;
}
.gutter.bot90 {
  margin-bottom: 90px;
}
.gutter.bot100 {
  margin-bottom: 100px;
}
.gutter.left {
  margin-left: auto;
}
.gutter.right {
  margin-right: auto;
}

@media (min-width: 993px) {
  .gutter.desktop-top10 {
    margin-top: 10px;
  }
  .gutter.desktop-top20 {
    margin-top: 20px;
  }
  .gutter.desktop-top30 {
    margin-top: 30px;
  }
  .gutter.desktop-top40 {
    margin-top: 40px;
  }
  .gutter.desktop-top50 {
    margin-top: 50px;
  }
  .gutter.desktop-top60 {
    margin-top: 60px;
  }
  .gutter.desktop-top70 {
    margin-top: 70px;
  }
  .gutter.desktop-top80 {
    margin-top: 80px;
  }
  .gutter.desktop-top90 {
    margin-top: 90px;
  }
  .gutter.desktop-top100 {
    margin-top: 100px;
  }
  .gutter.desktop-bot10 {
    margin-bottom: 10px;
  }
  .gutter.desktop-bot20 {
    margin-bottom: 20px;
  }
  .gutter.desktop-bot30 {
    margin-bottom: 30px;
  }
  .gutter.desktop-bot40 {
    margin-bottom: 40px;
  }
  .gutter.desktop-bot50 {
    margin-bottom: 50px;
  }
  .gutter.desktop-bot60 {
    margin-bottom: 60px;
  }
  .gutter.desktop-bot70 {
    margin-bottom: 70px;
  }
  .gutter.desktop-bot80 {
    margin-bottom: 80px;
  }
  .gutter.desktop-bot90 {
    margin-bottom: 90px;
  }
  .gutter.desktop-bot100 {
    margin-bottom: 100px;
  }
  .gutter.desktop-top-10 {
    margin-top: -10px;
  }
  .gutter.desktop-top-20 {
    margin-top: -20px;
  }
  .gutter.desktop-top-30 {
    margin-top: -30px;
  }
  .gutter.desktop-top-40 {
    margin-top: -40px;
  }
  .gutter.desktop-top-50 {
    margin-top: -50px;
  }
  .gutter.desktop-top-60 {
    margin-top: -60px;
  }
  .gutter.desktop-top-70 {
    margin-top: -70px;
  }
  .gutter.desktop-top-80 {
    margin-top: -80px;
  }
  .gutter.desktop-top-90 {
    margin-top: -90px;
  }
  .gutter.desktop-top-100 {
    margin-top: -100px;
  }
  .gutter.desktop-bot-10 {
    margin-bottom: -10px;
  }
  .gutter.desktop-bot-20 {
    margin-bottom: -20px;
  }
  .gutter.desktop-bot-30 {
    margin-bottom: -30px;
  }
  .gutter.desktop-bot-40 {
    margin-bottom: -40px;
  }
  .gutter.desktop-bot-50 {
    margin-bottom: -50px;
  }
  .gutter.desktop-bot-60 {
    margin-bottom: -60px;
  }
  .gutter.desktop-bot-70 {
    margin-bottom: -70px;
  }
  .gutter.desktop-bot-80 {
    margin-bottom: -80px;
  }
  .gutter.desktop-bot-90 {
    margin-bottom: -90px;
  }
  .gutter.desktop-bot-100 {
    margin-bottom: -100px;
  }
  .gutter.desktop-left {
    margin-left: auto;
  }
  .gutter.desktop-right {
    margin-right: auto;
  }
}
@media (max-width: 992px) {
  .gutter.mobile-top10 {
    margin-top: 10px;
  }
  .gutter.mobile-top20 {
    margin-top: 20px;
  }
  .gutter.mobile-top30 {
    margin-top: 30px;
  }
  .gutter.mobile-top40 {
    margin-top: 40px;
  }
  .gutter.mobile-top50 {
    margin-top: 50px;
  }
  .gutter.mobile-top60 {
    margin-top: 60px;
  }
  .gutter.mobile-top70 {
    margin-top: 70px;
  }
  .gutter.mobile-top80 {
    margin-top: 80px;
  }
  .gutter.mobile-top90 {
    margin-top: 90px;
  }
  .gutter.mobile-top100 {
    margin-top: 100px;
  }
  .gutter.mobile-bot10 {
    margin-bottom: 10px;
  }
  .gutter.mobile-bot20 {
    margin-bottom: 20px;
  }
  .gutter.mobile-bot30 {
    margin-bottom: 30px;
  }
  .gutter.mobile-bot40 {
    margin-bottom: 40px;
  }
  .gutter.mobile-bot50 {
    margin-bottom: 50px;
  }
  .gutter.mobile-bot60 {
    margin-bottom: 60px;
  }
  .gutter.mobile-bot70 {
    margin-bottom: 70px;
  }
  .gutter.mobile-bot80 {
    margin-bottom: 80px;
  }
  .gutter.mobile-bot90 {
    margin-bottom: 90px;
  }
  .gutter.mobile-bot100 {
    margin-bottom: 100px;
  }
  .gutter.mobile-top-10 {
    margin-top: -10px;
  }
  .gutter.mobile-top-20 {
    margin-top: -20px;
  }
  .gutter.mobile-top-30 {
    margin-top: -30px;
  }
  .gutter.mobile-top-40 {
    margin-top: -40px;
  }
  .gutter.mobile-top-50 {
    margin-top: -50px;
  }
  .gutter.mobile-top-60 {
    margin-top: -60px;
  }
  .gutter.mobile-top-70 {
    margin-top: -70px;
  }
  .gutter.mobile-top-80 {
    margin-top: -80px;
  }
  .gutter.mobile-top-90 {
    margin-top: -90px;
  }
  .gutter.mobile-top-100 {
    margin-top: -100px;
  }
  .gutter.mobile-bot-10 {
    margin-bottom: -10px;
  }
  .gutter.mobile-bot-20 {
    margin-bottom: -20px;
  }
  .gutter.mobile-bot-30 {
    margin-bottom: -30px;
  }
  .gutter.mobile-bot-40 {
    margin-bottom: -40px;
  }
  .gutter.mobile-bot-50 {
    margin-bottom: -50px;
  }
  .gutter.mobile-bot-60 {
    margin-bottom: -60px;
  }
  .gutter.mobile-bot-70 {
    margin-bottom: -70px;
  }
  .gutter.mobile-bot-80 {
    margin-bottom: -80px;
  }
  .gutter.mobile-bot-90 {
    margin-bottom: -90px;
  }
  .gutter.mobile-bot-100 {
    margin-bottom: -100px;
  }
  .gutter.mobile-left {
    margin-left: auto;
  }
  .gutter.mobile-right {
    margin-right: auto;
  }
}
/*--------------------------------------------------
  Padding
--------------------------------------------------*/
.padding.all10 {
  padding: 10px !important;
}
.padding.all20 {
  padding: 20px !important;
}
.padding.all30 {
  padding: 30px !important;
}
.padding.all40 {
  padding: 40px !important;
}
.padding.all50 {
  padding: 50px !important;
}
.padding.all60 {
  padding: 60px !important;
}
.padding.all70 {
  padding: 70px !important;
}
.padding.all80 {
  padding: 80px !important;
}
.padding.all90 {
  padding: 90px !important;
}
.padding.all100 {
  padding: 100px !important;
}
.padding.horizontal10 {
  padding: 10px 0 !important;
}
.padding.horizontal20 {
  padding: 20px 0 !important;
}
.padding.horizontal30 {
  padding: 30px 0 !important;
}
.padding.horizontal40 {
  padding: 40px 0 !important;
}
.padding.horizontal50 {
  padding: 50px 0 !important;
}
.padding.horizontal60 {
  padding: 60px 0 !important;
}
.padding.horizontal70 {
  padding: 70px 0 !important;
}
.padding.horizontal80 {
  padding: 80px 0 !important;
}
.padding.horizontal90 {
  padding: 90px 0 !important;
}
.padding.horizontal100 {
  padding: 100px 0 !important;
}
.padding.vertical10 {
  padding: 0 10px !important;
}
.padding.vertical20 {
  padding: 0 20px !important;
}
.padding.vertical30 {
  padding: 0 30px !important;
}
.padding.vertical40 {
  padding: 0 40px !important;
}
.padding.vertical50 {
  padding: 0 50px !important;
}
.padding.vertical60 {
  padding: 0 60px !important;
}
.padding.vertical70 {
  padding: 0 70px !important;
}
.padding.vertical80 {
  padding: 0 80px !important;
}
.padding.vertical90 {
  padding: 0 90px !important;
}
.padding.vertical100 {
  padding: 0 100px !important;
}

@media (min-width: 993px) {
  .padding.desktop-all10 {
    padding: 10px !important;
  }
  .padding.desktop-all20 {
    padding: 20px !important;
  }
  .padding.desktop-all30 {
    padding: 30px !important;
  }
  .padding.desktop-all40 {
    padding: 40px !important;
  }
  .padding.desktop-all50 {
    padding: 50px !important;
  }
  .padding.desktop-all60 {
    padding: 60px !important;
  }
  .padding.desktop-all70 {
    padding: 70px !important;
  }
  .padding.desktop-all80 {
    padding: 80px !important;
  }
  .padding.desktop-all90 {
    padding: 90px !important;
  }
  .padding.desktop-all100 {
    padding: 100px !important;
  }
  .padding.desktop-horizontal10 {
    padding: 10px 0 !important;
  }
  .padding.desktop-horizontal20 {
    padding: 20px 0 !important;
  }
  .padding.desktop-horizontal30 {
    padding: 30px 0 !important;
  }
  .padding.desktop-horizontal40 {
    padding: 40px 0 !important;
  }
  .padding.desktop-horizontal50 {
    padding: 50px 0 !important;
  }
  .padding.desktop-horizontal60 {
    padding: 60px 0 !important;
  }
  .padding.desktop-horizontal70 {
    padding: 70px 0 !important;
  }
  .padding.desktop-horizontal80 {
    padding: 80px 0 !important;
  }
  .padding.desktop-horizontal90 {
    padding: 90px 0 !important;
  }
  .padding.desktop-horizontal100 {
    padding: 100px 0 !important;
  }
  .padding.desktop-vertical10 {
    padding: 0 10px !important;
  }
  .padding.desktop-vertical20 {
    padding: 0 20px !important;
  }
  .padding.desktop-vertical30 {
    padding: 0 30px !important;
  }
  .padding.desktop-vertical40 {
    padding: 0 40px !important;
  }
  .padding.desktop-vertical50 {
    padding: 0 50px !important;
  }
  .padding.desktop-vertical60 {
    padding: 0 60px !important;
  }
  .padding.desktop-vertical70 {
    padding: 0 70px !important;
  }
  .padding.desktop-vertical80 {
    padding: 0 80px !important;
  }
  .padding.desktop-vertical90 {
    padding: 0 90px !important;
  }
  .padding.desktop-vertical100 {
    padding: 0 100px !important;
  }
}
@media (max-width: 992px) {
  .padding.mobile-all10 {
    padding: 10px !important;
  }
  .padding.mobile-all20 {
    padding: 20px !important;
  }
  .padding.mobile-all30 {
    padding: 30px !important;
  }
  .padding.mobile-all40 {
    padding: 40px !important;
  }
  .padding.mobile-all50 {
    padding: 50px !important;
  }
  .padding.mobile-all60 {
    padding: 60px !important;
  }
  .padding.mobile-all70 {
    padding: 70px !important;
  }
  .padding.mobile-all80 {
    padding: 80px !important;
  }
  .padding.mobile-all90 {
    padding: 90px !important;
  }
  .padding.mobile-all100 {
    padding: 100px !important;
  }
  .padding.mobile-horizontal10 {
    padding: 10px 0 !important;
  }
  .padding.mobile-horizontal20 {
    padding: 20px 0 !important;
  }
  .padding.mobile-horizontal30 {
    padding: 30px 0 !important;
  }
  .padding.mobile-horizontal40 {
    padding: 40px 0 !important;
  }
  .padding.mobile-horizontal50 {
    padding: 50px 0 !important;
  }
  .padding.mobile-horizontal60 {
    padding: 60px 0 !important;
  }
  .padding.mobile-horizontal70 {
    padding: 70px 0 !important;
  }
  .padding.mobile-horizontal80 {
    padding: 80px 0 !important;
  }
  .padding.mobile-horizontal90 {
    padding: 90px 0 !important;
  }
  .padding.mobile-horizontal100 {
    padding: 100px 0 !important;
  }
  .padding.mobile-vertical10 {
    padding: 0 10px !important;
  }
  .padding.mobile-vertical20 {
    padding: 0 20px !important;
  }
  .padding.mobile-vertical30 {
    padding: 0 30px !important;
  }
  .padding.mobile-vertical40 {
    padding: 0 40px !important;
  }
  .padding.mobile-vertical50 {
    padding: 0 50px !important;
  }
  .padding.mobile-vertical60 {
    padding: 0 60px !important;
  }
  .padding.mobile-vertical70 {
    padding: 0 70px !important;
  }
  .padding.mobile-vertical80 {
    padding: 0 80px !important;
  }
  .padding.mobile-vertical90 {
    padding: 0 90px !important;
  }
  .padding.mobile-vertical100 {
    padding: 0 100px !important;
  }
}
/*--------------------------------------------------
  z-depth
--------------------------------------------------*/
.z-depth {
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.1),
    0 1px 4px 0 rgba(0, 0, 0, 0.05),
    0 2px 1px -2px rgba(0, 0, 0, 0.2);
}

/*--------------------------------------------------
  block-image
--------------------------------------------------*/
.block-image {
  display: block;
  max-width: 100%;
}
.block-image.center {
  margin: auto;
}
.block-image.bordered {
  border: 1px solid #9e9e9e;
}

/*--------------------------------------------------
  height-fiz
--------------------------------------------------*/
.height-fix {
  height: 100%;
}

/*--------------------------------------------------
  site-branding
--------------------------------------------------*/
.site-branding {
  color: #757575;
  text-decoration: none;
  line-height: 1;
  text-decoration: none !important;
}
.site-branding img {
  object-fit: contain;
  font-family: 'object-fit: contain;';
}
.site-branding object {
  pointer-events: none;
}
.site-branding img,
.site-branding object {
  display: block;
  max-width: 100%;
}

/*--------------------------------------------------
  site-title
--------------------------------------------------*/
.site-title {
  font-size: 1.8rem;
  white-space: nowrap;
}
.site-title img,
.site-title object {
  height: 20px;
}

@media only screen and (min-width: 993px) {
  .site-title {
    font-size: 2.4rem;
  }
  .site-title img,
  .site-title object {
    height: 30px;
  }
}
/*--------------------------------------------------
  site-description
--------------------------------------------------*/
.site-description {
  margin-top: 5px;
  color: #757575;
  font-size: 1.2rem;
  text-decoration: none !important;
}

/*--------------------------------------------------
  main-nav
--------------------------------------------------*/
.main-nav {
  display: flex;
  list-style: none;
}
.main-nav li {
  padding: 0 20px;
  overflow: hidden;
  transition: all 500ms ease-in-out;
}
.main-nav li:hover {
  flex-shrink: 0;
}
.main-nav a {
  display: block;
  font-size: 1.6rem;
  text-decoration: none;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all 500ms ease-in-out;
}

.main-nav a {
  color: #fff;
  font-weight: 700;
  line-height: 50px;
}

@media (min-width: 993px) {
  .main-nav a {
    color: #757575;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
    line-height: 96px;
  }
  .main-nav li:hover,
  .main-nav:hover li.active {
    background-color: #eeeeee;
  }
  .main-nav li:hover a,
  .main-nav:hover li.active a {
    color: #00abe1;
    /*letter-spacing: 0.5rem;*/
  }
}
@media (max-width: 992px) {
  .main-nav {
    flex-direction: column;
  }
}
/*--------------------------------------------------
  footer-nav
--------------------------------------------------*/
.footer-nav {
  display: flex;
  justify-content: center;
  list-style: none;
  overflow: hidden;
}
.footer-nav li {
  padding: 0 15px;
  overflow: hidden;
  transition: all 300ms ease-in-out;
}
.footer-nav a {
  display: block;
  color: #757575;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: inherit;
}
.footer-nav li:hover {
  flex-shrink: 0;
}
.footer-nav li:hover a {
  color: #00abe1;
  /*letter-spacing: 0.5rem;*/
}

/*--------------------------------------------------
  heading-title
--------------------------------------------------*/
.heading,
.atf-heading,
.title,
.title-0,
.title-1 {
  color: #00abe1;
  font-size: 2.4rem;
  font-feature-settings: 'palt';
}

.atf-heading {
  color: #fff;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.75);
}

@media (min-width: 993px) {
  .atf-heading {
    font-size: 3.4rem;
  }
}
.title {
  color: #757575;
}

.title-0 {
  font-size: 1.6rem;
  line-height: 2;
}

.title-1 {
  color: #fff;
}

@media (min-width: 993px) {
  .title-1 {
    font-size: 3.5rem;
  }
}
/*--------------------------------------------------
  menu-btn
--------------------------------------------------*/
.menu-btn {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  padding: 10px;
  color: #00abe1;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  text-transform: lowercase;
  z-index: 9;
}
.menu-btn .menu-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.menu-btn .menu-inner {
  position: relative;
  display: block;
  width: inherit;
  height: 2px;
  background-color: #00abe1;
}
.menu-btn .menu-inner::after,
.menu-btn .menu-inner::before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #00abe1;
  transition: all 500ms ease-in-out;
}
.menu-btn .menu-inner::before {
  top: -8px;
}
.menu-btn .menu-inner::after {
  bottom: -8px;
}
.menu-btn .menu-text {
  margin: 4px 0 0;
}
.active.menu-btn .menu-inner {
  background-color: rgba(0, 0, 0, 0);
}
.active.menu-btn .menu-inner::before {
  top: 0;
  transform: rotate(-40deg);
}
.active.menu-btn .menu-inner::after {
  bottom: 0;
  transform: rotate(40deg);
}

.menu-btn.active .menu-inner::after,
.menu-btn.active .menu-inner::before {
  background-color: #fff;
}

/*--------------------------------------------------
  btn
--------------------------------------------------*/
.btn,
.fancy-btn,
.icon-btn,
.special-btn,
.contact-form button,
.contact-form input[type='button'],
.contact-form input[type='submit'] {
  display: inline-block !important;
  padding: 0 20px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  text-transform: lowercase;
  background-color: #00abe1;
  border: none;
  white-space: nowrap;
  transition: all 300ms ease-in-out;
}
.btn:hover,
.fancy-btn:hover,
.icon-btn:hover,
.special-btn:hover,
.contact-form button:hover,
.contact-form input[type='button']:hover,
.contact-form input[type='submit']:hover {
  text-decoration: none;
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.1),
    0 1px 4px 0 rgba(0, 0, 0, 0.05),
    0 2px 1px -2px rgba(0, 0, 0, 0.2);
}
.btn:hover,
.fancy-btn:hover,
.icon-btn:hover,
.special-btn:hover,
.contact-form button:hover,
.contact-form input[type='button']:hover,
.contact-form input[type='submit']:hover,
.btn:focus,
.fancy-btn:focus,
.icon-btn:focus,
.special-btn:focus,
.contact-form button:focus,
.contact-form input[type='button']:focus,
.contact-form input[type='submit']:focus,
.btn:active,
.fancy-btn:active,
.icon-btn:active,
.special-btn:active,
.contact-form button:active,
.contact-form input[type='button']:active,
.contact-form input[type='submit']:active,
.btn:visited,
.fancy-btn:visited,
.icon-btn:visited,
.special-btn:visited,
.contact-form button:visited,
.contact-form input[type='button']:visited,
.contact-form input[type='submit']:visited {
  color: #fff;
}
.btn-cluster {
  margin: -5px;
}
.btn-cluster a {
  margin: 5px;
}

.btn {
  min-width: 180px;
}
.btn:hover {
  letter-spacing: 0.5rem;
}
.btn.white {
  color: #757575;
  background-color: #fff;
}
.btn.red {
  color: #fff;
  background-color: #f44336;
}
.btn.green {
  color: #fff;
  background-color: #4caf50;
}
.btn.blue {
  color: #fff;
  background-color: #2196f3;
}
.btn.orange {
  color: #fff;
  background-color: #ff9800;
}

@media (min-width: 993px) {
  .btn.large {
    min-width: 340px;
    font-size: 2.6rem;
    line-height: 90px;
  }
}
@media (max-width: 600px) {
  .btn.mobile-block {
    display: block !important;
    max-width: 260px;
    margin: auto;
  }
}
/*--------------------------------------------------
  fancy-btn
--------------------------------------------------*/
.fancy-btn {
  min-width: 260px;
  color: #00abe1 !important;
  font-size: 2.4rem;
  line-height: 60px;
  background-color: rgba(0, 171, 225, 0.2);
}
.fancy-btn.alt {
  width: 100%;
  max-width: 400px;
  background-color: transparent;
  border: 5px solid #00abe1;
}
.fancy-btn span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 60px;
  line-height: 1.3;
}
.fancy-btn.alt span {
  height: 120px;
}
.fancy-btn small {
  font-size: 1.2rem;
  font-weight: 400;
  transition: all 500ms ease-in-out;
}
.fancy-btn.alt small {
  font-size: 1.4rem;
}

/*--------------------------------------------------
  icon-btn
--------------------------------------------------*/
.icon-btn {
  width: 40px !important;
  padding: 0 !important;
  line-height: 40px !important;
}
.icon-btn.larger {
  width: 50px !important;
  line-height: 50px !important;
}
.icon-btn.bordered {
  background-color: transparent;
  line-height: 38px !important;
  border: 1px solid #fff;
}

/*--------------------------------------------------
  cta-btn
--------------------------------------------------*/
.cta-btn {
  display: block;
  width: 40px;
  color: #00abe1 !important;
  text-align: center;
  font-size: 2.4rem;
  line-height: 40px;
  background-color: rgba(224, 224, 224, 0.5);
  transition: all 500ms ease-in-out;
  position: relative;
}
.cta-btn:hover {
  color: #fff !important;
  background-color: #00abe1;
}

@media (min-width: 993px) {
  .cta-btn {
    width: 96px;
    font-size: 3rem;
    line-height: 96px;
    background-color: #e0e0e0;
  }
  .cta-btn i {
    transform: translateY(-10px);
  }
  .cta-btn::after {
    content: '見学予約';
    display: block;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1em;
    position: absolute;
    bottom: 20px;
  }
}
/*--------------------------------------------------
  special-btn
--------------------------------------------------*/
.special-btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  line-height: 1;
}

@media (min-width: 993px) {
  .special-btn {
    flex-direction: column;
  }
}
/*--------------------------------------------------
  card
--------------------------------------------------*/
.card {
  height: auto;
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 2px;
}

.card .card-content {
  padding: 20px;
}

@media (min-width: 993px) {
  .card .card-content {
    padding: 40px;
  }
}
/*----------------------------------------------
    form
-----------------------------------------------*/
.contact-form {
  position: relative;
  width: 100%;
}
.contact-form label {
  line-height: 1;
  cursor: pointer;
}
.contact-form textarea {
  resize: none;
}
.contact-form input[type='tel'],
.contact-form input[type='text'],
.contact-form input[type='email'],
.contact-form input[type='number'],
.contact-form select {
  height: 40px;
}
.contact-form textarea,
.contact-form input[type='tel'],
.contact-form input[type='text'],
.contact-form input[type='email'],
.contact-form input[type='number'],
.contact-form select {
  font-size: 1.6rem;
  font-family: inherit;
  line-height: 1.5;
  background-color: transparent;
  border: 1px solid #757575;
}
.contact-form button,
.contact-form input[type='button'],
.contact-form input[type='submit'] {
  cursor: pointer;
  border: none;
}
.contact-form button:hover,
.contact-form input[type='button']:hover,
.contact-form input[type='submit']:hover {
  letter-spacing: 0.5rem;
}
.contact-form button:disabled:hover,
.contact-form input[type='button']:disabled:hover,
.contact-form input[type='submit']:disabled:hover {
  cursor: not-allowed;
  opacity: 0.75;
}
.contact-form button,
.contact-form textarea,
.contact-form input[type='tel'],
.contact-form input[type='text'],
.contact-form input[type='email'],
.contact-form input[type='button'],
.contact-form input[type='number'],
.contact-form input[type='submit'] {
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.contact-form ::placeholder {
  color: rgba(117, 117, 117, 0.6);
  font-size: 1.6rem;
}
.contact-form .required::before {
  float: right;
  margin-left: 16px;
  padding: 0 8px 1px 8px;
  content: '必須';
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 20px;
  background-color: #00abe1;
  position: relative;
  top: -1px;
}
.contact-form .col {
  display: flex;
  gap: 12px;
}

.contact-form .submit-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: -10px;
}
.contact-form .submit-container button,
.contact-form .submit-container input[type='button'],
.contact-form .submit-container input[type='submit'] {
  margin: 10px;
}

.contact-form textarea {
  height: 100px;
}
.contact-form textarea,
.contact-form input[type='tel'],
.contact-form input[type='text'],
.contact-form input[type='email'],
.contact-form input[type='number'] {
  width: 100%;
  padding: 5px 10px;
}
.contact-form select {
  margin-right: 3px;
  padding: 5px 8px;
}
.contact-form .err-msg-container {
  width: 100%;
  color: #f44336;
}
.contact-form .submit-container {
  padding: 0 0 25px;
}
.contact-form .error-msg {
  margin: 0 0 10px;
  font-size: 1.2rem;
  font-weight: 300;
}
.contact-form .short-input {
  max-width: 140px;
}
.contact-form .small-area {
  max-height: 70px;
}
.contact-form .c-box {
  display: flex;
  flex-direction: column;
}
.contact-form .c-box .wpcf7-list-item {
  margin-left: 0;
}
.contact-form .r-btn {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-form .r-btn .wpcf7-list-item {
  margin-left: 0;
}
.contact-form .wpcf7-spinner {
  display: none !important;
}
.contact-form p {
  line-height: 1;
}
.contact-form .c-box {
  gap: 20px;
  margin: 10px 0;
}

@media only screen and (min-width: 993px) {
  .contact-form textarea {
    height: 200px;
  }
  .contact-form button,
  .contact-form input[type='button'],
  .contact-form input[type='submit'] {
    min-width: 340px;
    font-size: 2.6rem;
    line-height: 90px;
  }
  .contact-form .submit-container {
    padding: 0 0 50px;
  }
  .contact-form .error-msg {
    margin: 0 0 20px;
    font-size: 1.6rem;
  }

  .contact-form .c-box {
    gap: 40px;
    margin: 20px 0;
  }
  .contact-form .r-btn {
    gap: 40px;
    margin: 20px 0;
  }
  /* .contact-form ::-webkit-input-placeholder {
    color: transparent;
  }
  .contact-form :-moz-placeholder {
    color: transparent;
  }
  .contact-form ::-moz-placeholder {
    color: transparent;
  }
  .contact-form :-ms-input-placeholder {
    color: transparent !important;
  }
  .contact-form ::-ms-input-placeholder {
    color: transparent !important;
  }
  .contact-form ::placeholder {
    color: transparent;
  } */
  .contact-form .c-box {
  }
}
/*--------------------------------------------------
  reserve
--------------------------------------------------*/
.p_reserve-conts img:not(.exp):not(.w100) {
  display: block;
  width: min(100%, 551px);
  margin-inline: auto;
}

.p_reserve-conts .exp {
  display: block;
  width: min(100%, 615px);
  margin-inline: auto;
}

.p_reserve-conts .w100 {
  display: block;
  width: min(100vw, 1280px);
  margin-left: -10px;
}

@media (min-width: 993px) {
  .p_reserve-conts .w100 {
    margin-left: -50px;
  }
}

/*--------------------------------------------------
  under-border
--------------------------------------------------*/
.under-border {
  border-bottom: 4px solid #00abe1;
}

/*--------------------------------------------------
  iframe-video
--------------------------------------------------*/
.iframe-video {
  display: block;
  width: 100%;
  height: 200px;
}

@media (min-width: 993px) {
  .iframe-video {
    height: 350px;
  }
}
/*--------------------------------------------------
  social-nav
--------------------------------------------------*/
.social-nav {
  list-style: none;
  margin: -5px;
}
.social-nav li {
  position: relative;
  padding: 1px;
}
.social-nav .tooltip {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  margin: auto;
  padding: 10px 20px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
  background-color: #00abe1;
  border-radius: 2px;
  box-shadow:
    0 4px 4px 0 rgba(0, 0, 0, 0.15),
    0 2px 8px 0 rgba(0, 0, 0, 0.1),
    0 2px 1px -2px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 500ms ease-in-out;
  white-space: nowrap;
  pointer-events: none;
}
.social-nav .tooltip::after {
  position: absolute;
  top: 0;
  right: -8px;
  bottom: 0;
  display: block;
  margin: auto;
  width: 16px;
  height: 16px;
  content: '';
  background-color: inherit;
  transform: rotate(45deg);
}
.social-nav li:hover .tooltip {
  right: 60px;
  opacity: 1;
}

/*--------------------------------------------------
  breadcrumbs
--------------------------------------------------*/
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 10px;
  padding: 0 10px;
  line-height: 1;
}
.breadcrumbs li:not(:last-of-type)::after {
  content: '\f054';
  margin: 0 10px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.breadcrumbs li:last-child a {
  pointer-events: none;
}
.breadcrumbs a {
  color: #757575;
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}

@media (min-width: 993px) {
  .breadcrumbs {
    margin-top: 20px;
    padding: 0 20px;
  }
}
/*--------------------------------------------------
  divided-container
--------------------------------------------------*/
.divided-container {
  padding: 20px 0;
  border-top: 1px solid #e0e0e0;
}
.divided-container:last-of-type {
  border-bottom: 1px solid #e0e0e0;
}

@media (min-width: 993px) {
  .divided-container {
    padding: 40px 0;
  }
}
/*--------------------------------------------------
  animation (see custom.js)
--------------------------------------------------*/
.animation-fadein,
.animation-fadein-long,
.animation-fadein-longest {
  opacity: 0;
}

.animation-slideinleft {
  opacity: 0;
  max-width: 100%;
  margin-left: -50%;
}

.animation-fadein-noaction {
  animation-name: fadein;
  animation-duration: 1000ms;
  animation-delay: 500ms;
  animation-fill-mode: both;
}
.animation-fadein-noaction.long {
  animation-duration: 2000ms;
  animation-delay: 1000ms;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*--------------------------------------------------
  accordion (see custom.js)
--------------------------------------------------*/
.accordion {
  transition: all 500ms ease-in-out;
}
.accordion .accordion-btn {
  cursor: pointer;
}
.accordion .accordion-content {
  display: none;
}

/*--------------------------------------------------
  block-placeholder (This are dummy placeholder please remove)
--------------------------------------------------*/
.block-placeholder {
  width: 100%;
  height: 260px;
  background-color: #9e9e9e;
  border-bottom: 4px solid #00abe1;
}

.block-placeholder-1 {
  width: 100%;
  height: 150px;
  background-color: #9e9e9e;
}

@media (min-width: 993px) {
  .block-placeholder-1 {
    height: 250px;
  }
}
/*--------------------------------------------------
  case-menu
--------------------------------------------------*/
.case-menu {
  position: relative;
  display: block;
  height: 150px;
  text-decoration: none !important;
  overflow: hidden;
  z-index: 1;
}
.case-menu:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-color: #000;
  z-index: -2;
}
.case-menu .case-menu-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 10px;
  z-index: 1;
}
.case-menu .case-menu-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
  filter: brightness(0.8);
  opacity: 0.75;
  transition: all 500ms ease-in-out;
  transform: scale(1);
  z-index: -1;
}
.case-menu:hover .case-menu-background {
  transform: scale(1.2);
  filter: brightness(1);
  opacity: 0.95;
}

@media (min-width: 993px) {
  .case-menu {
    height: 290px;
  }
}
/*--------------------------------------------------
  news-menu
--------------------------------------------------*/
.news-menu {
  position: relative;
  text-decoration: none !important;
  overflow: hidden;
  z-index: 1;
  display: flex;
  flex-direction: column-reverse;
  color: #667980;
}

.news-menu .news-menu-content {
  z-index: 1;
}
.news-menu .news-date {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  background-color: rgba(0, 171, 225, 0.75);
  font-size: 1.2rem;
  z-index: 1;
  padding: 0 8px;
}
.news-menu .news-menu-background {
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
  filter: brightness(0.8);
  opacity: 1;
  transition: all 500ms ease-in-out;
  transform: scale(1);
  z-index: -1;
  margin-bottom: 18px;
}
.news-menu:hover .news-menu-background {
  filter: brightness(1);
}
.news-category {
  position: absolute;
  top: 150px;
  right: 4px;
  z-index: 2;
}
.news-category a {
  border-radius: 100vmax;
  display: block;
  color: #fff;
  background-color: rgba(0, 171, 225, 0.75);
  padding: 0 12px 1px;
  line-height: 1.6;
  text-decoration: none;
}

@media (min-width: 993px) {
  .news-menu,
  .news-menu:visited,
  .news-menu:hover {
    color: #fff;
  }
  .news-menu {
    height: 290px;
    text-align: center;
  }
  .news-menu:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background-color: rgba(0, 0, 0, 0.4);
  }
  .news-menu .news-menu-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 10px;
  }
  .news-menu .news-date {
    font-size: 1.6rem;
  }
  .news-menu .news-menu-background {
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
  }
  .news-menu:hover .news-menu-background {
    transform: scale(1.2);
  }
  .news-category {
    top: auto;
    bottom: 20px;
    right: 20px;
    font-size: 1.8rem;
  }
  .news-category a {
    border-radius: 0;
    padding: 2px 16px 3px;
    transition: 0.3s all;
  }
  .news-category a:hover {
    background-color: rgba(0, 171, 225, 1);
  }
  .news-menu:hover::before {
    background-color: rgba(0, 0, 0, 0.1);
  }
}
/*--------------------------------------------------
  pagination
--------------------------------------------------*/
.pagination {
  display: flex;
  list-style: none;
}
.pagination li {
  flex-grow: 1;
  padding: 5px;
  border: 1px solid #e0e0e0;
  margin: 0 -0.5px;
}
.pagination li.highlighted,
.pagination li:hover,
.pagination li:visited {
  background-color: #e0e0e0;
}
.pagination a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 1.2rem;
  color: #757575;
  text-align: center;
  text-decoration: none;
}
.pagination img {
  max-width: 60px;
  filter: brightness(0.8);
}

@media (min-width: 993px) {
  .pagination a {
    flex-direction: row;
    font-size: 1.6rem;
  }
  .pagination a span {
    margin: auto;
  }
  .pagination img {
    max-width: 140px;
  }
  .pagination li {
    padding: 20px;
  }
  .pagination li:last-child a {
    flex-direction: row-reverse;
  }
}
/*--------------------------------------------------
  pagination news
--------------------------------------------------*/
.c_pagenation {
  padding-top: 48px;
}
.page-numbers {
  display: flex;
  justify-content: center;
  list-style: none;
}
.page-numbers li a.page-numbers,
.page-numbers li span.page-numbers {
  padding: 5px;
  border: 1px solid #e0e0e0;
  margin: 0 -0.5px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-numbers li.highlighted,
.page-numbers li:hover,
.page-numbers li:visited {
  background-color: #e0e0e0;
}
.page-numbers li .current {
  color: #555;
  background-color: #e0e0e0;
}
.page-numbers a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 1.4rem;
  color: #757575;
  text-align: center;
  text-decoration: none;
}
.page-numbers img {
  max-width: 60px;
  filter: brightness(0.8);
}

@media (min-width: 993px) {
  .page-numbers a {
    font-size: 1.6rem;
  }
  .page-numbers li a.page-numbers,
  .page-numbers li span.page-numbers {
    width: 48px;
    height: 48px;
  }
  .page-numbers a span {
    margin: auto;
  }
}
/*--------------------------------------------------
  wrap
--------------------------------------------------*/
.site-container {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}
.small.site-container {
  max-width: 760px;
}

/*--------------------------------------------------
  header-section
--------------------------------------------------*/
.header-section {
  position: fixed;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  min-width: 320px;
  background-color: #fff;
  opacity: 1;
  z-index: 9;
}
.header-section.active {
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.1),
    0 1px 4px 0 rgba(0, 0, 0, 0.05),
    0 2px 1px -2px rgba(0, 0, 0, 0.2);
  transition: all 500ms ease-in-out;
}
.header-section.active.show,
.header-section.menu-opened {
  top: 0 !important;
}
.header-section > :first-child {
  margin-right: auto;
}
.header-section > :nth-child(1) {
  width: calc(100% - 80px);
}
.header-section > :nth-child(2) {
  width: 40px;
}
.header-section > :nth-child(3) {
  width: 40px;
}
.header-section > :nth-child(4) {
  width: 100%;
}

@media (min-width: 993px) {
  .header-section {
    flex-wrap: nowrap;
  }
  .header-section > :nth-child(1) {
    order: 1;
    width: auto;
    max-width: calc(35% - 48px);
  }
  .header-section > :nth-child(2) {
    order: 3;
    width: 96px;
  }
  .header-section > :nth-child(4) {
    order: 2;
    width: auto;
    max-width: calc(65% - 48px);
  }
}
@media (max-height: 720px) {
  .header-section.active {
    top: -96px;
    transition: all 500ms ease-in-out;
  }
}
/*--------------------------------------------------
  site-menu
--------------------------------------------------*/
.site-menu {
  display: flex;
  align-items: center;
  height: 40px;
}

/*--------------------------------------------------
  site-header
--------------------------------------------------*/
.site-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 40px;
  padding: 0 10px;
}

@media (min-width: 993px) {
  .site-header {
    width: auto;
    height: 96px;
    padding: 0 20px;
  }
}
/*--------------------------------------------------
  site-cta
--------------------------------------------------*/
.site-cta {
  padding: 0 20px;
}

@media (min-width: 993px) {
  .site-cta {
    width: auto;
  }
}
/*--------------------------------------------------
  site-navigation
--------------------------------------------------*/
.site-navigation {
  transition: all 300ms ease-in-out;
  overflow: hidden;
}

@media (min-width: 993px) {
  .site-navigation ul {
    width: 100%;
    height: 96px;
    margin: auto;
  }
}
@media (max-width: 992px) {
  .site-navigation {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 40px;
    background-color: rgba(0, 171, 225, 0.95);
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
    pointer-events: none;
    transform: scale(0.75);
    transform-origin: top right;
  }
  .site-navigation.show {
    border-radius: 0;
    opacity: 1;
    pointer-events: visible;
    transform: scale(1);
  }
}
/*--------------------------------------------------
  above-the-fold-section
--------------------------------------------------*/
.above-the-fold-section {
  position: relative;
  padding: 40px 0 0;
}
.above-the-fold-section > div:last-child {
  position: relative;
  z-index: 1;
}
.above-the-fold-section .atf-background {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 290px;
  max-height: 1080px;
  overflow: hidden;
}
.above-the-fold-section .atf-background > div {
  overflow: hidden;
}
.above-the-fold-section .atf-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.above-the-fold-section .atf-heading {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.above-the-fold-section .iframe-container {
  flex-shrink: 0;
}
.above-the-fold-section .iframe-container {
  width: 780px;
  height: 290px;
}
.above-the-fold-section iframe {
  width: 100%;
  height: 100%;
}

@media (min-width: 401px) {
  .above-the-fold-section .iframe-container {
    width: 600px;
    height: 320px;
  }
}
@media (min-width: 601px) {
  .above-the-fold-section .iframe-container {
    width: 1000px;
    height: 560px;
  }
}
@media (min-width: 993px) {
  .above-the-fold-section {
    padding: 96px 0 0;
  }
  .above-the-fold-section > div:last-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 96px;
  }
  .above-the-fold-section .atf-background {
    height: calc(100vh - 96px);
  }
  .above-the-fold-section .iframe-container {
    width: 1920px;
    height: 1080px;
  }
}
@media (min-width: 1241px) {
  .above-the-fold-section .iframe-container {
    width: 2600px;
    height: 1550px;
  }
}
@media (min-width: 2601px) {
  .above-the-fold-section .iframe-container {
    width: 100%;
    height: 100%;
  }
}
/*--------------------------------------------------
  headline-section
--------------------------------------------------*/
.headline-section {
  position: relative;
  height: 140px;
  padding: 40px 0 0;
}
.headline-section > div:first-of-type {
  position: absolute;
  top: 40px;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.headline-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media (min-width: 993px) {
  .headline-section {
    height: 396px;
    padding: 96px 0 0;
  }
  .headline-section.larger {
    height: 606px;
  }
  .headline-section > div:first-of-type {
    top: 96px;
    justify-content: flex-start;
    padding: 0 20px;
  }
  .headline-section.larger > div:first-of-type {
    justify-content: center;
  }
}
/*--------------------------------------------------
  aside-section
--------------------------------------------------*/
.aside-section {
  height: auto;
  padding: 20px 0 0;
}

@media (min-width: 993px) {
  .aside-section {
    padding: 50px 0 0;
  }
}
/*--------------------------------------------------
  main-section
--------------------------------------------------*/
.main-section {
  position: relative;
  overflow: hidden;
}

@media (min-width: 993px) {
  .main-section.home {
    padding: 50px 0 0;
  }
}
/*--------------------------------------------------
  footer-section
--------------------------------------------------*/
.footer-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.footer-section .ext-footer {
  position: relative;
}
.footer-section .footer {
  padding: 20px 10px;
}
.footer-section .scroll-top {
  position: relative;
}
.footer-section .scroll-top a {
  display: block;
  width: 100%;
  color: #9e9e9e;
  text-align: center;
  line-height: 38px;
  background-color: rgba(255, 255, 255, 0.8);
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: rgba(189, 189, 189, 0.8);
}
.footer-section .scroll-top a:hover {
  background-color: white;
}

@media (min-width: 993px) {
  .footer-section .footer {
    padding: 20px;
  }
}
@media (min-width: 1241px) {
  .footer-section .scroll-top {
    height: 40px;
    margin: 0 0 -20px;
  }
  .footer-section .scroll-top a {
    position: absolute;
    right: 50px;
    width: 40px;
    border-width: 1px;
  }
}
/*--------------------------------------------------
  section
--------------------------------------------------*/
.section {
  padding: 25px 10px;
}
.section.no-pad {
  padding: 0;
}

@media (min-width: 993px) {
  .section {
    padding: 50px 20px;
  }
}
/*--------------------------------------------------
  article
--------------------------------------------------*/
.article {
  padding: 50px 0 0;
}

/*--------------------------------------------------
  social-media-navigation
--------------------------------------------------*/
.social-media-navigation {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 999;
}
.social-media-navigation.active {
  right: 0;
  transition: all 500ms ease-in-out;
}

@media (max-width: 1240px) {
  .social-media-navigation.active {
    right: -50px;
    opacity: 0;
  }
  .social-media-navigation.active.show,
  .social-media-navigation.menu-opened {
    right: 0 !important;
    opacity: 1;
  }
}
/*--------------------------------------------------
  featured-container
--------------------------------------------------*/
.featured-container {
  position: relative;
  z-index: 1;
}
.featured-container .image {
  height: 400px;
  margin: 0 -20px;
}
.featured-container .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.featured-container .content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 50px;
  z-index: 1;
}
.featured-container .card {
  width: 100%;
}

@media (min-width: 993px) {
  .featured-container .image {
    height: 600px;
  }
  .featured-container .content {
    padding-top: 100px;
  }
  .featured-container .card {
    width: auto;
  }
}
/*--------------------------------------------------
  expand-container
--------------------------------------------------*/
.expand-container {
  position: relative;
  border-top: 1px solid #e0e0e0;
}
.expand-container:last-of-type {
  border-bottom: 1px solid #e0e0e0;
}
.expand-container .expand-header {
  position: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
}
.expand-container .expand-header::after {
  flex-shrink: 0;
  display: block;
  content: '\f067';
  width: 32px;
  height: 32px;
  color: #757575;
  text-align: center;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 32px;
  background-color: #e0e0e0;
}
.expand-container .expand-content {
  border-top: 1px solid #e0e0e0;
}
.expand-container.show .expand-header::after {
  content: '\f068';
}
.expand-container.show .expand-content {
  padding: 10px 0 20px;
}

@media (min-width: 993px) {
  .expand-container .expand-header {
    padding: 10px 0;
  }
  .expand-container.show .expand-content {
    padding: 20px 0 40px;
  }
}
/*--------------------------------------------------

--------------------------------------------------*/
.ytplayer-container {
  position: relative;
}
.ytplayer-container.ended::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  cursor: pointer;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px 64px;
  background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==);
}
.ytplayer-container.paused::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  cursor: pointer;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px 40px;
  background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIHdpZHRoPSIxNzA2LjY2NyIgaGVpZ2h0PSIxNzA2LjY2NyIgdmlld0JveD0iMCAwIDEyODAgMTI4MCI+PHBhdGggZD0iTTE1Ny42MzUgMi45ODRMMTI2MC45NzkgNjQwIDE1Ny42MzUgMTI3Ny4wMTZ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
}
.ytplayer-container iframe {
  display: block;
  width: 100%;
  height: 200px;
}

@media (min-width: 993px) {
  .ytplayer-container iframe {
    height: 350px;
  }
}
@media print {
  body {
    font-family: inherit;
    width: 100%;
  }

  section {
    page-break-inside: avoid;
  }
}

/*------------------------------
// ログイン画面
//----------------------------*/
.login {
  background-color: #000;
}
.login::before {
  background: url(/wp-content/themes/soramado/common/images/bg_login.webp)
    no-repeat top;
  background-size: cover;
  position: fixed;
  top: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.6;
}
#login h1 a {
  display: block;
  width: 186px;
  height: 30px;
  background: url(/wp-content/themes/soramado/common/images/logo-branding.png)
    no-repeat center;
  margin-bottom: 24px;
  pointer-events: none;
  filter: drop-shadow(0 0 4px #333);
}
#login #backtoblog a,
#login #nav a {
  color: #fff;
  background-color: transparent;
}
#login #login_error,
#login .message,
#login .success {
  color: inherit;
  border-left-color: #e70012;
}
#login .privacy-policy-link {
  color: #fff;
  background-color: transparent;
}
