@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : assets.css
 Style : assets
================================================================= */
/* gradation */
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  counter-reset: number 0;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.6;
  color: #111;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  word-wrap: break-word;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 500;
}

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

@media screen and (min-width: 641px) and (max-width: 834px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media only screen and (max-width: 640px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  margin-bottom: 100px;
  overflow: hidden;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  #contents_wrap {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 640px) {
  #contents_wrap {
    margin-bottom: 50px;
  }
}

.index_contents #contents_wrap {
  margin-bottom: 0;
}

#contents {
  width: 100%;
  max-width: 1200px;
  padding: 0 10px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  #contents {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media only screen and (max-width: 640px) {
  #contents {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

.breadcrumb {
  margin-bottom: 70px;
  background: #f8f8f8;
}

.pankuzu {
  max-width: 1200px;
  margin: 0 auto;
  padding: 7px 10px;
  font-size: 13px;
  color: #111;
  text-align: right;
}

@media only screen and (max-width: 640px) {
  .pankuzu {
    display: none;
  }
}

.pankuzu a {
  color: #111 !important;
  text-decoration: none;
}

.pankuzu a:hover {
  text-decoration: underline;
}

.policy h2 {
  margin: 50px 0 15px;
  padding: 0 0 5px;
  border-bottom: 2px solid #ccc;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

.error_link h1 {
  margin-bottom: 50px;
  font-size: 30px;
}

.error_link a {
  display: inline-block;
  margin-top: 50px;
  color: #111;
}

.error_link a:hover {
  text-decoration: underline;
}

table {
  table-layout: fixed;
}

table td {
  padding: 0 !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: bold;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  text-decoration: underline;
  -webkit-transition: all .8s;
  transition: all .8s;
}

a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.imgR, .imgL {
  margin: 0 0 10px 20px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 30% !important;
  }
}

@media only screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 20px;
    max-width: 100% !important;
    text-align: center;
  }
}

.imgL {
  margin: 0 20px 10px 0;
}

@media only screen and (max-width: 640px) {
  .imgL {
    margin: 0 0 20px 0;
  }
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

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

.pntGothic {
  font-family: "Noto Sans JP", sans-serif;
}

.en {
  font-family: "Roboto", sans-serif;
}

@media only screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}

header#global_header {
  position: relative;
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
  background: transparent;
  border-top: 3px solid #e60012;
}

@media only screen and (max-width: 834px) {
  header#global_header {
    border-top: 0;
  }
}

#global_header section {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1840px;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 20px 10px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  #global_header section {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media only screen and (max-width: 640px) {
  #global_header section {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

#global_header section .siteID {
  width: 20%;
  max-width: 350px;
  text-align: left;
}

@media only screen and (max-width: 834px) {
  #global_header section .siteID {
    width: 230px;
  }
}

#global_header section .siteID a {
  display: block;
  opacity: 1;
}

#global_header section nav {
  width: 75%;
}

#global_header section nav ul {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#global_header section nav ul li {
  line-height: 1;
  margin-left: 4%;
}

@media only screen and (max-width: 1200px) {
  #global_header section nav ul li {
    margin-left: 2%;
  }
}

@media only screen and (max-width: 834px) {
  #global_header section nav ul li {
    margin-left: 0;
  }
}

#global_header section nav ul li:first-of-type {
  margin-left: 0;
}

#global_header section nav ul li a {
  display: block;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  text-decoration: none;
  letter-spacing: 1px;
  text-align: center;
  text-shadow: 0 0 7px #111;
}

@media only screen and (max-width: 1200px) {
  #global_header section nav ul li a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 834px) {
  #global_header section nav ul li a {
    text-shadow: none;
    color: #fff;
  }
}

#global_header section nav ul li a .ja {
  display: block;
  margin-top: 10px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  letter-spacing: normal;
}

@media only screen and (max-width: 1200px) {
  #global_header section nav ul li a .ja {
    font-size: 11px;
  }
}

#global_header section nav ul li a:hover {
  color: #e60012;
}

@media only screen and (max-width: 834px) {
  #global_header section nav ul li a:hover {
    color: #fff;
  }
}

#mainArea {
  overflow: hidden;
  position: relative;
}

#mainArea #slider {
  width: 100%;
}

#mainArea #slider .slick-slide {
  outline: none;
}

#mainArea #slider li img {
  width: 100%;
  height: auto;
  min-height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover; object-position: center top;';
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  #mainArea #slider li img {
    min-height: 500px;
  }
}

@media only screen and (max-width: 640px) {
  #mainArea #slider li img {
    min-height: 400px !important;
    width: auto !important;
  }
}

#mainArea .txt {
  position: absolute;
  top: 100px;
  left: 0;
  display: block;
  width: 100%;
  padding: 0 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 70px;
  color: #fff;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 1px;
}

@media only screen and (max-width: 640px) {
  #mainArea .txt {
    top: 85px;
  }
}

#mainArea .txt .inner {
  text-align: right;
}

#mainArea .txt .inner img {
  width: 13.5%;
}

@media only screen and (max-width: 640px) {
  #mainArea .txt .inner img {
    width: 85px;
  }
}

.spNav {
  display: none;
}

@media only screen and (max-width: 834px) {
  .spNav {
    display: block;
  }
}

.is-scrolled #hedFixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(0, 0, 0, 0.05)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(0, 0, 0, 0.05)), color-stop(0.75, rgba(0, 0, 0, 0.05)), color-stop(0.75, transparent), to(transparent));
  -webkit-background-size: 7px 7px;
}

@media only screen and (max-width: 834px) {
  .is-scrolled #hedFixed {
    position: static;
    top: auto;
    left: auto;
  }
}

.is-scrolled #hedFixed section {
  position: static;
  padding: 5px 10px;
}

.is-scrolled #hedFixed section .siteID {
  width: 20% !important;
}

/* ----------------------------------------------------------
hamburger menu
---------------------------------------------------------- */
.nav-toggle {
  display: none;
}

@media only screen and (max-width: 834px) {
  .nav-toggle {
    display: block;
  }
}

@media only screen and (max-width: 834px) {
  /* toggle */
  #nav-toggle {
    position: fixed;
    top: 10px;
    right: 15px;
    height: 32px;
    cursor: pointer;
  }
  #nav-toggle > div {
    position: relative;
    width: 50px;
    height: 50px;
    background: #e60012;
    border-radius: 50%;
  }
  #nav-toggle span {
    width: 30px;
    height: 3px;
    left: 10px;
    display: block;
    background: #fff;
    position: absolute;
    -webkit-transition: top .5s ease, -webkit-transform .3s ease-in-out;
    transition: top .5s ease, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, top .5s ease;
    transition: transform .3s ease-in-out, top .5s ease, -webkit-transform .3s ease-in-out;
    /* #nav-toggle close */
  }
  #nav-toggle span:nth-child(1) {
    top: 11px;
  }
  #nav-toggle span:nth-child(2) {
    top: 23px;
  }
  #nav-toggle span:nth-child(3) {
    top: 35px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 22px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #fff;
  }
  .open #nav-toggle span:nth-child(2) {
    top: 22px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 22px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background-color: #fff;
  }
  /* z-index */
  #nav-toggle {
    z-index: 1000;
  }
  #global_header section nav {
    z-index: 999;
  }
  /* nav */
  #global_header section nav {
    overflow-x: auto;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 !important;
    background: #e60012;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  }
  #global_header section nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    list-style: none;
  }
  #global_header section nav ul li {
    display: block;
    width: 100%;
    text-decoration: none;
  }
  #global_header section nav ul li a {
    display: block;
    padding: 20px;
    border-bottom: 1px solid rgba(17, 17, 17, 0.2);
    font-size: 22px !important;
    text-align: left;
  }
}

@media only screen and (max-width: 834px) and (max-width: 640px) {
  #global_header section nav ul li a {
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 834px) {
  #global_header section nav ul li:first-of-type a {
    border-top: 1px solid rgba(17, 17, 17, 0.2);
  }
  .open #global_header section nav {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.open nav {
  position: fixed;
  width: 100%;
  height: 100%;
}

.menu_fixed.open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  background: transparent;
}

footer#global_footer a {
  color: #111;
  text-decoration: none;
}

footer#global_footer .fotInfo {
  padding: 50px 0;
  border-top: 1px solid #111;
}

footer#global_footer .fotInfo .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 834px) {
  footer#global_footer .fotInfo .inner {
    display: block;
  }
}

footer#global_footer .fotInfo address {
  width: 48%;
  text-align: left;
}

@media only screen and (max-width: 834px) {
  footer#global_footer .fotInfo address {
    width: 100%;
  }
}

footer#global_footer .fotInfo address .siteID {
  margin-bottom: 15px;
}

footer#global_footer .fotInfo #nav_footer {
  width: 48%;
}

footer#global_footer .fotInfo #nav_footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 834px) {
  footer#global_footer .fotInfo #nav_footer ul {
    display: none;
  }
}

footer#global_footer .fotInfo #nav_footer li {
  padding: 0 15px;
}

@media only screen and (max-width: 1200px) {
  footer#global_footer .fotInfo #nav_footer li {
    padding: 0 1%;
  }
}

footer#global_footer .fotInfo #nav_footer li a {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-decoration: none;
}

footer#global_footer .fotInfo #nav_footer li a:hover {
  opacity: 0.8;
}

footer#global_footer #copy {
  display: block;
  padding: 6px 10px;
  background: #0884ce;
  font-size: 14px;
  color: #fff;
}

footer#global_footer #copy a {
  text-decoration: none;
  color: #fff;
}

footer#global_footer #copy a:hover {
  opacity: 1;
}

/* ------------------------------------------------------------
index.html
------------------------------------------------------------ */
/* title */
/* contents */
.topGreet {
  position: relative;
  z-index: -2;
}

.topGreet .inner {
  position: relative;
}

.topGreet .ttlLogo {
  position: relative;
}

.topGreet .ttlLogo:before {
  content: "";
  display: block;
  width: 40px;
  height: 46px;
  margin: 0 auto 20px;
  background: url(../images/contents/iconLogo.png);
  background-repeat: no-repeat;
}

.topGreet h2 {
  opacity: 0;
  margin-bottom: 3.4%;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center !important;
}

@media only screen and (max-width: 834px) {
  .topGreet h2 {
    font-size: 24px;
  }
}

.topGreet h2 span {
  opacity: 0;
}

.topGreet h2 span span {
  opacity: 1;
}

.topGreet .p {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 10px;
}

@media only screen and (max-width: 834px) {
  .topGreet .p {
    padding: 0;
  }
}

.topGreet .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

@media only screen and (max-width: 834px) {
  .topGreet .svg {
    width: 100%;
  }
}

@media only screen and (max-width: 834px) {
  .topGreet .svg svg {
    width: 100%;
  }
}

.bg-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bg-line span {
  position: absolute;
  height: 100%;
  width: 1px;
  border-left: 1px solid rgba(17, 17, 17, 0.1);
  -webkit-transform: skew(0deg);
          transform: skew(0deg);
}

.bg-line span:first-of-type {
  left: 0;
}

.bg-line span:nth-of-type(2) {
  left: 100%;
}

.bg-line span:nth-of-type(3) {
  left: 50%;
}

.bg-line span:nth-of-type(4) {
  left: 25%;
}

.bg-line span:nth-of-type(5) {
  left: 75%;
}

.bg-line span:nth-of-type(6) {
  left: -25%;
}

.bg-line span:nth-of-type(7) {
  left: 125%;
}

.bg-line span:nth-of-type(8) {
  left: -50%;
}

.bg-line span:nth-of-type(9) {
  left: 150%;
}

.bg-line.active span {
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.topBusiness ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.topBusiness ul li {
  margin-bottom: .14286vw;
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
}

.topBusiness ul li:first-of-type {
  width: 27.27272727%;
  height: 32vw;
  padding-top: 12.71429vw;
}

@media only screen and (max-width: 640px) {
  .topBusiness ul li:first-of-type {
    width: 56.11940299%;
    height: 62.4vw;
    margin-bottom: .53333vw;
    padding-top: 24.8vw;
  }
}

.topBusiness ul li:nth-of-type(2) {
  width: 20.98484848%;
  height: 32vw;
}

@media only screen and (max-width: 640px) {
  .topBusiness ul li:nth-of-type(2) {
    width: 43.28358209%;
    height: 62.4vw;
    margin-bottom: .53333vw;
  }
}

.topBusiness ul li:nth-of-type(3) {
  width: 51.43939394%;
  height: 32vw;
}

@media only screen and (max-width: 640px) {
  .topBusiness ul li:nth-of-type(3) {
    width: 100%;
    height: 55vw;
  }
}

.topBusiness ul li:nth-of-type(4) {
  position: absolute;
  top: 32.42857vw;
  left: 48.5vw;
  z-index: 1;
  width: 21.92857vw;
}

@media only screen and (max-width: 640px) {
  .topBusiness ul li:nth-of-type(4) {
    top: 119vw;
    left: 0;
    width: 50%;
  }
}

.topBusiness ul li:nth-of-type(4) a {
  display: inline-block;
  font-size: 43px;
  font-weight: bold;
  text-decoration: none;
}

@media only screen and (max-width: 1700px) {
  .topBusiness ul li:nth-of-type(4) a {
    font-size: 2.5vw;
  }
}

@media only screen and (max-width: 640px) {
  .topBusiness ul li:nth-of-type(4) a {
    font-size: 5vw;
  }
}

.topBusiness ul li:nth-of-type(4) a .sub {
  position: relative;
  display: block;
  margin-top: 20px;
  font-size: 22px;
  color: #111;
  -webkit-transition: all .8s;
  transition: all .8s;
}

@media only screen and (max-width: 1700px) {
  .topBusiness ul li:nth-of-type(4) a .sub {
    margin-top: 3%;
  }
}

@media only screen and (max-width: 1200px) {
  .topBusiness ul li:nth-of-type(4) a .sub {
    font-size: 18px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .topBusiness ul li:nth-of-type(4) a .sub {
    font-size: 14px;
  }
}

@media only screen and (max-width: 640px) {
  .topBusiness ul li:nth-of-type(4) a .sub {
    font-size: 13px;
  }
}

.topBusiness ul li:nth-of-type(4) a .sub:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60%;
  height: 1px;
  background: #111;
  -webkit-transition: all .8s;
  transition: all .8s;
}

@media only screen and (max-width: 1200px) {
  .topBusiness ul li:nth-of-type(4) a .sub:after {
    width: 40%;
  }
}

.topBusiness ul li:nth-of-type(4) a:hover {
  color: #e60012;
}

.topBusiness ul li:nth-of-type(4) a:hover .sub {
  color: #e60012;
}

.topBusiness ul li:nth-of-type(4) a:hover .sub:after {
  background: #e60012;
}

.topBusiness ul li:nth-of-type(5) {
  width: 48.40909091%;
  height: 32.28571vw;
}

@media only screen and (max-width: 640px) {
  .topBusiness ul li:nth-of-type(5) {
    width: 100%;
    height: 30.6vw;
    margin-bottom: .53333vw;
    padding-left: 50.66667vw;
  }
}

.topBusiness ul li:nth-of-type(6) {
  width: 29.62121212%;
  height: 32.28571vw;
  padding-top: 15.07143vw;
}

@media only screen and (max-width: 640px) {
  .topBusiness ul li:nth-of-type(6) {
    width: 60%;
    height: 30.46667vw;
    margin-bottom: .53333vw;
    padding-top: 0;
  }
}

.topBusiness ul li:nth-of-type(7) {
  width: 21.66666667%;
  height: 32.28571vw;
  padding-top: 3.92857vw;
}

@media only screen and (max-width: 640px) {
  .topBusiness ul li:nth-of-type(7) {
    width: 39%;
    height: 30.93333vw;
    padding-top: 0;
  }
}

.topBusiness li.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.topBusiness li.scrollin:nth-of-type(even) {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.topBusiness li.scrollin:nth-of-type(3n) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.wrapNews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrapNews h2 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrapNews h2 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 640px) {
  .wrapNews h2 {
    font-size: 14px;
  }
}

.wrapNews h2 .en {
  display: block;
  font-size: 40px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrapNews h2 .en {
    font-size: 32px;
  }
}

@media only screen and (max-width: 640px) {
  .wrapNews h2 .en {
    font-size: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .wrapNews {
    display: block;
  }
}

.wrapNews h2 {
  color: #fff;
}

.wrapNews h2 .en {
  margin-bottom: 30px;
}

.wrapNews h2 .en::first-letter {
  color: #0884ce;
}

.wrapNews .newsBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wrapNews .newsBox dl {
  display: block !important;
  width: 22%;
  margin-right: 4%;
  margin-bottom: 30px;
  padding: 2.5%;
  background: #fff;
}

@media only screen and (max-width: 834px) {
  .wrapNews .newsBox dl {
    width: 48%;
    margin-right: 4%;
  }
}

@media only screen and (max-width: 640px) {
  .wrapNews .newsBox dl {
    padding: 20px;
  }
}

.wrapNews .newsBox dl:nth-of-type(4n) {
  margin-right: 0;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrapNews .newsBox dl:nth-of-type(4n) {
    margin-right: 4%;
  }
}

@media only screen and (max-width: 834px) {
  .wrapNews .newsBox dl:nth-of-type(even) {
    margin-right: 0;
  }
}

.wrapNews .newsBox dt, .wrapNews .newsBox dd {
  display: block !important;
  padding: 0 !important;
  border: none !important;
}

@media only screen and (max-width: 640px) {
  .wrapNews .newsBox dt, .wrapNews .newsBox dd {
    width: 100% !important;
  }
}

.wrapCont h2 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrapCont h2 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 640px) {
  .wrapCont h2 {
    font-size: 14px;
  }
}

.wrapCont h2 .en {
  display: block;
  font-size: 40px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrapCont h2 .en {
    font-size: 32px;
  }
}

@media only screen and (max-width: 640px) {
  .wrapCont h2 .en {
    font-size: 30px;
  }
}

.wrapCont h2 {
  color: #fff;
}

.wrapCont h2 .en {
  margin-bottom: 20px;
}

.wrapCont h2 .en::first-letter {
  color: #e60012;
}

@media only screen and (max-width: 375px) {
  .wrapCont p {
    text-align: left;
  }
}

.wrapCont .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 920px;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .wrapCont .flex .box02 img {
    display: none;
  }
}

.wrapCont .flex .box02 h3 {
  margin: 25px auto 20px auto;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrapCont .flex .box02 h3 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 640px) {
  .wrapCont .flex .box02 h3 {
    margin: 0 auto 20px auto;
  }
}

.wrapCont .flex .box02 h3:before, .wrapCont .flex .box02 h3:after {
  content: "-";
}

.wrapCont .flex .box02 h3:before {
  margin-right: 10px;
}

.wrapCont .flex .box02 h3:after {
  margin-left: 10px;
}

.wrapCont .flex .box02 div {
  padding-bottom: 25px;
  font-style: oblique;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrapCont .flex .box02 div {
    font-size: 22px;
  }
}

@media only screen and (max-width: 640px) {
  .wrapCont .flex .box02 div {
    padding: 0;
    font-size: 26px;
  }
}

.wrapCont .flex .box02 a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .wrapCont .flex .box02 a {
    padding: 20px 10px;
  }
}

.wrapCont .flex .box02 a:before {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -7px;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #fff transparent transparent transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media only screen and (max-width: 640px) {
  .wrapCont .flex .box02 a:before {
    display: none;
  }
}

.wrapCont .flex .linkTel {
  color: #0884ce;
}

.wrapCont .flex .linkTel div {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrapCont .flex .linkTel div {
    font-size: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .wrapCont .flex .linkTel div {
    font-size: 34px;
    letter-spacing: 1px;
  }
}

.wrapCont .flex .linkTel a {
  text-decoration: none;
  color: #0884ce;
}

.wrapCont .flex .linkTel a:before {
  display: none;
}

.topBtn02 {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .topBtn02 .box03 {
    width: 30.5% !important;
    margin-right: 4.25% !important;
  }
  .topBtn02 .box03:nth-of-type(3n) {
    margin-right: 0 !important;
  }
}

.topBtn02 .box03 a {
  position: relative;
  display: block;
  padding: 50.1% 1%;
  outline: 1px solid #fff;
  outline-offset: -10px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
  text-decoration: none;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .topBtn02 .box03 a {
    font-size: 18px;
  }
}

@media only screen and (max-width: 640px) {
  .topBtn02 .box03 a {
    padding: 6% 2%;
    font-size: 14px;
  }
}

.topBtn02 .box03 a .en {
  display: block;
  margin-bottom: 30px;
  font-size: 40px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .topBtn02 .box03 a .en {
    margin-bottom: 15px;
    font-size: 28px;
  }
}

@media only screen and (max-width: 640px) {
  .topBtn02 .box03 a .en {
    margin-bottom: 20px;
    font-size: 30px;
  }
}

.topBtn02 .box03 a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.05);
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(0, 0, 0, 0.05)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(0, 0, 0, 0.05)), color-stop(0.75, rgba(0, 0, 0, 0.05)), color-stop(0.75, transparent), to(transparent));
  -webkit-background-size: 7px 7px;
}

.topBtn02 .box03 a div {
  position: relative;
  z-index: 1;
}

.topBtn02 .box03 a:hover:before {
  background: rgba(17, 17, 17, 0.8);
}

.topBtn02 .box03:nth-of-type(odd) .en:first-letter {
  color: #0884ce;
}

.topBtn02 .box03:nth-of-type(even) .en:first-letter {
  color: #e60012;
}

/* ------------------------------------------------------------
products.html
------------------------------------------------------------ */
.wrapProducts .box02 {
  width: 48% !important;
  margin-right: 4% !important;
  border: 1px solid #ccc;
}

@media only screen and (max-width: 640px) {
  .wrapProducts .box02 {
    width: 100% !important;
    margin-right: 0 !important;
  }
}

.wrapProducts .box02 td {
  padding: 5px !important;
  border: none !important;
}

.wrapProducts .box02 td img {
  width: 100% !important;
}

.wrapProducts .box02 td h2 {
  margin: 10px auto;
}

.wrapProducts .box02 td h2 .ttl {
  display: inline-block;
  margin-right: 13px;
  padding: 0 20px;
  border-radius: 3px;
  background: #e60012;
  color: #fff;
}

.wrapProducts .box02 .bgSt {
  padding: 10px !important;
}

.wrapProducts .box02 .bgSt h3 {
  position: relative;
  margin-bottom: 5px;
  padding-left: 27px;
  font-size: 16px;
  font-weight: bold;
}

.wrapProducts .box02 .bgSt h3:before {
  content: "\f0c8";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 3px;
  color: #ccc;
}

.prosucts_con01 {
  position: relative;
  border-bottom: 25px solid #ededed;
}

.prosucts_con01:before, .prosucts_con01:after {
  content: "";
  position: absolute;
  bottom: -40px;
  display: block;
  width: 0;
  height: 0;
}

.prosucts_con01:before {
  left: -50px;
  border-top: 30px solid transparent;
  border-left: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 30px solid  #ededed;
}

.prosucts_con01:after {
  visibility: visible !important;
  right: -50px;
  border-top: 30px solid transparent;
  border-left: 30px solid  #ededed;
  border-bottom: 30px solid transparent;
  border-right: 30px solid transparent;
}

.prosucts_con01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.prosucts_con01 ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
  text-align: center !important;
}

.prosucts_con01 ul li:nth-of-type(3n) {
  margin-right: 0;
}

.prosucts_con01 ul li div {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #0884ce;
}

@media only screen and (max-width: 640px) {
  .prosucts_con01 ul li div {
    font-size: 18px;
  }
}

/* ------------------------------------------------------------
business.html
------------------------------------------------------------ */
.business_con01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.business_con01 ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #ccc;
  line-height: 1;
  text-align: center !important;
}

@media only screen and (max-width: 640px) {
  .business_con01 ul li {
    width: 48%;
    margin-right: 4%;
    padding: 10px;
  }
}

.business_con01 ul li:nth-of-type(3n) {
  margin-right: 0;
}

@media only screen and (max-width: 640px) {
  .business_con01 ul li:nth-of-type(3n) {
    margin-right: 4%;
  }
}

@media only screen and (max-width: 640px) {
  .business_con01 ul li:nth-of-type(even) {
    margin-right: 0;
  }
}

/* ------------------------------------------------------------
performance.html
------------------------------------------------------------ */
.wrapProducts .box03 {
  border: 1px solid #ccc;
}

.wrapProducts .box03 td {
  padding: 0 5px !important;
  border: none !important;
}

.wrapProducts .box03 td img {
  width: 100% !important;
  margin-bottom: 10px;
}

/* ------------------------------------------------------------
contact.html
------------------------------------------------------------ */
.mail.title {
  display: none !important;
}

.annot {
  margin: 0 auto !important;
  text-align: right;
}

.contact_contents #contents_wrap {
  margin-top: 100px;
}

.contact_contents .hedInner {
  position: static !important;
}

.contact_contents #global_header {
  background-color: rgba(0, 0, 0, 0.7);
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(0, 0, 0, 0.05)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(0, 0, 0, 0.05)), color-stop(0.75, rgba(0, 0, 0, 0.05)), color-stop(0.75, transparent), to(transparent));
  -webkit-background-size: 7px 7px;
}

/* ------------------------------------------------------------
blog
------------------------------------------------------------ */
.blog aside div#form_calendar {
  min-width: auto !important;
}

.blog aside div#form_calendar table thead tr th {
  font-size: 10px;
}

.blog aside h3 {
  padding: 15px 10px;
  background: #ededed;
  text-align: left;
  line-height: 1.5;
}

.blog aside ul li {
  padding: 0 !important;
}

.blog aside ul li a {
  display: block;
  padding: 10px !important;
  text-decoration: none;
  text-align: left;
  line-height: 1.5;
}

.blog aside a {
  text-decoration: none;
}

.blog #contents {
  min-width: auto !important;
}

.blog #contents > article {
  margin-top: 100px;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .blog #contents > article {
    margin-top: 70px;
  }
}

.blog #contents > article:first-of-type {
  margin-top: 0;
}

.blog #contents .date {
  font-size: 14px;
  color: #0884ce;
}

.blog #contents h2 {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 24px;
  border-bottom: 2px solid #ccc;
}

.blog #contents h2:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 30%;
  height: 2px;
  background: #0884ce;
}

.blog #contents h3 {
  font-size: 20px;
  color: #0884ce;
}

section.blog {
  margin-bottom: 100px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  section.blog {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 640px) {
  section.blog {
    margin-bottom: 50px;
  }
}

/* ------------------------------------------------------------
box
------------------------------------------------------------ */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  .flex {
    display: block;
  }
}

.flex .box02 {
  width: 47%;
  margin-right: 6%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
  .flex .box02 {
    width: 100%;
    margin-right: 0;
  }
}

.flex .box02:nth-of-type(even) {
  margin-right: 0 !important;
}

.flex .box02 img {
  width: 100% !important;
}

.flex .box03 {
  width: 30.5%;
  margin-right: 4.25%;
  margin-bottom: 30px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .flex .box03 {
    width: 48%;
    margin-right: 4%;
  }
}

@media only screen and (max-width: 640px) {
  .flex .box03 {
    width: 100% !important;
    margin-right: 0 !important;
  }
}

.flex .box03:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .flex .box03:nth-of-type(3n) {
    margin-right: 4%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .flex .box03:nth-of-type(even) {
    margin-right: 0;
  }
}

.flex .box03 img {
  width: 100% !important;
}

/* ------------------------------------------------------------
title
------------------------------------------------------------ */
.ttl01 h2 {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}

.ttl01 h2 {
  color: #e60012;
}

.ttl01 h2 .ja {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  color: #111;
}

.h1wrap.h1txt {
  padding: 200px 50px 130px 50px;
  background: url(../images/contents/bg_ttl.jpg);
  background-position: top right;
  background-size: cover;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .h1wrap.h1txt {
    padding: 150px 20px 80px 20px;
  }
}

@media only screen and (max-width: 640px) {
  .h1wrap.h1txt {
    padding: 100px 10px 50px 10px;
  }
}

.h1wrap.h1txt h1 {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .h1wrap.h1txt h1 {
    font-size: 34px;
  }
}

.h1wrap.h1txt h1::first-letter {
  color: #0884ce;
}

.h1wrap.h1txt h1 .ja {
  display: block;
  margin-top: 30px;
  font-size: 20px;
}

@media only screen and (max-width: 640px) {
  .h1wrap.h1txt h1 .ja {
    margin-top: 20px;
  }
}

.h1wrap.h1txt h1 .ja::first-letter {
  color: #0884ce;
}

.contents_img {
  height: 420px;
  overflow: hidden;
  -webkit-animation: contents_img_on1 1.25s ease-in-out forwards;
          animation: contents_img_on1 1.25s ease-in-out forwards;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .contents_img {
    height: 320px;
  }
}

@media only screen and (max-width: 640px) {
  .contents_img {
    height: 230px;
  }
}

@-webkit-keyframes contents_img_on1 {
  0% {
    -webkit-transform: scale(1.0375);
            transform: scale(1.0375);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes contents_img_on1 {
  0% {
    -webkit-transform: scale(1.0375);
            transform: scale(1.0375);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* ------------------------------------------------------------
text
------------------------------------------------------------ */
.fcWh div, .fcWh p {
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .spLeft div {
    text-align: left !important;
  }
}

@media only screen and (max-width: 640px) {
  .spBlk {
    display: block;
  }
}

/* ------------------------------------------------------------
table
------------------------------------------------------------ */
.tblSt td {
  padding: 10px !important;
}

@media only screen and (max-width: 640px) {
  .tbl01 td:first-of-type {
    text-align: left !important;
  }
}

.tbl01 td .linkTel a, .tbl01 td .tel02 a {
  text-decoration: none;
}

/* ------------------------------------------------------------
background
------------------------------------------------------------ */
.bgCover {
  background-size: cover;
}

/* ------------------------------------------------------------
image
------------------------------------------------------------ */
.img30 img {
  max-width: 30% !important;
  width: 100% !important;
}

@media only screen and (max-width: 640px) {
  .img30 img {
    max-width: 100% !important;
  }
}

.img30 .imgR, .img30 .imgL {
  margin-left: 20px;
}

@media only screen and (max-width: 640px) {
  .img30 .imgR, .img30 .imgL {
    margin: 0 auto 10px auto !important;
  }
}

.img30 .imgL {
  margin: 0 20px 0 0;
}

@media only screen and (max-width: 640px) {
  .img30 .imgL {
    margin: 0 auto 10px auto !important;
  }
}

/* ------------------------------------------------------------
common
------------------------------------------------------------ */
.con100 {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}

.gmap iframe {
  vertical-align: bottom;
}

@media only screen and (max-width: 640px) {
  .gmap iframe {
    height: 250px;
  }
}

.anc {
  clear: inherit !important;
}

.anc div {
  margin-top: -70px;
  padding-top: 70px;
}

/* ------------------------------------------------------------
animation
------------------------------------------------------------ */
.fade_off {
  opacity: 0;
  -webkit-transition: all 3s;
  transition: all 3s;
}

@media only screen and (max-width: 834px) {
  .fade_off {
    opacity: 1;
    -webkit-transition: inherit;
    transition: inherit;
  }
}

.fade_on {
  opacity: 1;
}

.fadein, .fadein02 li {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
}

@media only screen and (max-width: 834px) {
  .fadein, .fadein02 li {
    opacity: 1;
    -webkit-transform: inherit;
            transform: inherit;
  }
}

.fadein.scrollin, .fadein02 .scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadein.delay2 {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.fadein.delay3 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.fadein02 .scrollin:nth-of-type(even) {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.fadein02 .scrollin:nth-of-type(3n) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.inview {
  position: relative;
  opacity: 0;
  -webkit-transition: 2s .2s;
  transition: 2s .2s;
}

@media only screen and (max-width: 834px) {
  .inview {
    opacity: 1;
    -webkit-transition: inherit;
    transition: inherit;
  }
}

.inview::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, right top, left top, color-stop(transparent, #0884ce));
  background: linear-gradient(to left, #0884ce transparent);
  background: #0884ce;
  position: absolute;
  left: -100%;
  top: 0;
  -webkit-transition: .8s;
  transition: .8s;
}

@media only screen and (max-width: 834px) {
  .inview::after {
    display: none;
  }
}

/* 可視範囲に入ったとき */
.inview.show::after {
  left: 100%;
}

.inview.show {
  opacity: 1;
}

.svg path {
  fill: transparent;
  stroke: #fff;
}

.svg.effect path {
  fill: #fbd4d7;
  stroke: #fbd4d7;
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  stroke-width: 0.5px;
  -webkit-animation: hello 3s ease-in forwards;
          animation: hello 3s ease-in forwards;
}

@-webkit-keyframes hello {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #fbd4d7;
  }
}

@keyframes hello {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #fbd4d7;
  }
}
/*# sourceMappingURL=assets.css.map */