@charset "UTF-8";
/*==================================================================
    reset
===================================================================*/
html {
  overflow-x: hidden;
  background: #FFF;
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  min-width: 320px;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  word-wrap: break-word;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, object, iframe, pre, code, p, blockquote, form, fieldset, legend, table, th, td, caption, tbody, tfoot, thead, article, aside, figure, footer, header, hgroup, menu, nav, section, audio, video, canvas {
  margin: 0;
  padding: 0;
}

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

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ul, ol, menu {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: none;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

a img, map a {
  border: none;
}

a:hover, a:active, a:focus {
  outline: 0;
}

embed {
  width: 100%;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

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

object, embed {
  height: 100%;
}

img {
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

div {
  vertical-align: top;
}

strong {
  font-weight: bold;
}

em {
  font-style: normal;
}

select, input, button, textarea, button {
  font: 99% arial, sans-serif;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  line-height: 1;
}

/*  touch
---------------------------------------------*/
a, img, button, input[type="button"], input[type="submit"], .touch-hover {
  -webkit-tap-highlight-color: transparent;
}

/*  box-sizing
---------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*  table
---------------------------------------------*/
table {
  empty-cells: show;
  font-size: inherit;
  font-size: 100%;
}

/*  main
---------------------------------------------*/
/* IE10,11対策 main要素の高さと幅を認識させる */
@media all and (-ms-high-contrast: none) {
  main {
    display: block;
  }
}

/*  form
---------------------------------------------*/
input {
  line-height: 1;
}

form img, input, select {
  vertical-align: middle;
}

textarea {
  resize: none;
}

select {
  padding: 1px;
}

legend {
  display: none;
}

input,
select,
textarea,
button {
  font-size: 1.4rem;
  vertical-align: middle;
  color: #3B4043;
}

textarea {
  height: auto;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
select,
textarea {
  -webkit-appearance: none;
  font-size: 1.2rem;
  width: 100%;
  padding: 1em;
  border: 1px solid #959EA7;
  background: #fff;
  font-weight: normal;
}

/* ======= outline ======= */
input[type="email"],
input[type="text"],
input[type="number"],
input[type="password"],
textarea,
select {
  outline: none;
}

/* ======= label ======= */
label {
  margin-right: 1em;
  line-height: 1;
}

/*==================================================================
    utility
===================================================================*/
/* ------------------------------------------------------------------
  Visual utility
-------------------------------------------------------------------*/
/*  display
---------------------------------------------*/
.noDisplay {
  display: none !important;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.inlineBlock {
  display: inline-block !important;
}

/* ======= display none ======= */
@media screen and (min-width: 768px) {
  .pcNone {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .spNone {
    display: none !important;
  }
}

/*  position
---------------------------------------------*/
.static {
  position: static !important;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.fixed {
  position: fixed !important;
}

/*  float
---------------------------------------------*/
.leftBox {
  float: left;
}

.rightBox {
  float: right;
}

.nofloat {
  float: none !important;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.clear {
  clear: both !important;
}

/* IE6 */
* html .clearfix {
  zoom: 1;
}

/* IE7 */
*:first-child + html .clearfix {
  zoom: 1;
}

/*  hover
---------------------------------------------*/
.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

/*  .scrollWSp SP時に横幅からはみ出す要素(tableなど)に囲って使用
---------------------------------------------*/
@media screen and (max-width: 767px) {
  .scrollWSp {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}

/* ------------------------------------------------------------------
  width utility
-------------------------------------------------------------------*/
.w10 {
  width: 10% !important;
}

.w20 {
  width: 20% !important;
}

.w30 {
  width: 30% !important;
}

.w40 {
  width: 40% !important;
}

.w50 {
  width: 50% !important;
}

.w60 {
  width: 60% !important;
}

.w70 {
  width: 70% !important;
}

.w80 {
  width: 80% !important;
}

.w90 {
  width: 90% !important;
}

.w100 {
  width: 100% !important;
}

/* ------------------------------------------------------------------
  BoxModel utility
-------------------------------------------------------------------*/
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

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

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

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

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

/* ------------------------------------------------------------------
  border utility
-------------------------------------------------------------------*/
.btNone {
  border-top: none !important;
}

.brNone {
  border-right: none !important;
}

.bbNone {
  border-bottom: none !important;
}

.blNone {
  border-left: none !important;
}

/* ------------------------------------------------------------------
  Text utiity
-------------------------------------------------------------------*/
.bold {
  font-weight: bold !important;
}

.italic {
  font-style: italic !important;
}

.note {
  color: #404040;
  margin-left: 1.0em;
  text-indent: -1.0em;
}

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

.textNoLine {
  text-decoration: none !important;
}

/*  font-family
---------------------------------------------*/
.font1 {
  font-family: "Noto Sans JP", sans-serif !important;
}

.font2 {
  font-family: "Roboto", sans-serif !important;
}

/*  font-size+line-height
---------------------------------------------*/
.fzS {
  font-size: 1.2rem;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .fzS {
    font-size: 1.1rem;
    line-height: 1.3;
  }
}

.fz {
  font-size: 1.4rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .fz {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

.fzM {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .fzM {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}

.fzL {
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .fzL {
    font-size: 1.7rem;
    line-height: 1.9;
  }
}

/*  color
---------------------------------------------*/
.white {
  color: #fff;
}

.black {
  color: #505050;
}

.g1 {
  color: #404040;
}

.g2 {
  color: #cccccc;
}

.g3 {
  color: #707070;
}

.g4 {
  color: #AFAFAF;
}

.g5 {
  color: #ADADAD;
}

.g6 {
  color: #F7F7F7;
}

.c1 {
  color: #FFBB02;
}

.c2 {
  color: #C8D7D7;
}

.c3 {
  color: #95B6B6;
}

.c4 {
  color: #0F3193;
}

.c5 {
  color: #8294A0;
}

.c6 {
  color: #E0C332;
}

.c--caution {
  color: #E20C0C;
}

/*  align
---------------------------------------------*/
.middle {
  vertical-align: middle !important;
}

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

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

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

/* font-size
---------------------------------------------*/
.fz {
  font-size: 1.4rem;
}

.fz--s {
  font-size: 1.2rem;
  line-height: 1.4;
}

.fz--l {
  font-size: 1.8rem;
  line-height: 2;
}

.fz8 {
  font-size: 0.8rem !important;
}

.fz9 {
  font-size: 0.9rem !important;
}

.fz10 {
  font-size: 1rem !important;
}

.fz11 {
  font-size: 1.1rem !important;
}

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

.fz13 {
  font-size: 1.3rem !important;
}

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

.fz15 {
  font-size: 1.5rem !important;
}

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

.fz17 {
  font-size: 1.7rem !important;
}

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

.fz19 {
  font-size: 1.9rem !important;
}

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

.fz21 {
  font-size: 2.1rem !important;
}

.fz22 {
  font-size: 2.2rem !important;
}

.fz23 {
  font-size: 2.3rem !important;
}

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

.fz25 {
  font-size: 2.5rem !important;
}

.fz26 {
  font-size: 2.6rem !important;
}

.fz27 {
  font-size: 2.7rem !important;
}

.fz28 {
  font-size: 2.8rem !important;
}

.fz29 {
  font-size: 2.9rem !important;
}

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

/* Scss Document */
html {
  font-size: 62.5%;
}

/* IE HACK */
@media all and (-ms-high-contrast: none) {
  html {
    overflow: scroll;
    -ms-overflow-style: none;
    /* これを追加 */
  }
}

body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  position: relative;
  width: 100vw;
  height: 100vh;
  margin: 0;
  color: #fff;
  line-height: 1.8;
}

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

.w1199Block {
  display: none;
}

@media screen and (max-width: 1199px) {
  .w1199Block {
    display: block;
  }
}

.w1199None {
  display: block;
}

@media screen and (max-width: 1199px) {
  .w1199None {
    display: none;
  }
}

.w959Block {
  display: none;
}

@media screen and (max-width: 959px) {
  .w959Block {
    display: block;
  }
}

.w959None {
  display: block;
}

@media screen and (max-width: 959px) {
  .w959None {
    display: none;
  }
}

.w767Block {
  display: none;
}

@media screen and (max-width: 767px) {
  .w767Block {
    display: block;
  }
}

.w767None {
  display: block;
}

@media screen and (max-width: 767px) {
  .w767None {
    display: none;
  }
}

/*
.w767Block {
	visibility: hidden;
	opacity: 0;
	@include sm() {
				visibility: visible;
		opacity: 1;
		}
}
.w767None {
	visibility: visible;
		opacity: 1;
	@include sm() {
				visibility: hidden;
	opacity: 0;
		}
}
*/
.pcMt60 {
  margin-top: 60px;
}

@media screen and (max-width: 959px) {
  .pcMt60 {
    margin-top: inherit;
  }
}

@media screen and (max-width: 767px) {
  .container {
    overflow: hidden;
  }
}

#leftFix {
  position: fixed;
  top: 0;
  left: -300px;
  z-index: 1001;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 959px) {
  #leftFix {
    border-right: none;
  }
}

#leftFix dl {
  position: relative;
  margin: 0 auto;
  width: 60px;
  height: 100vh;
}

@media screen and (max-width: 959px) {
  #leftFix dl {
    height: 60px;
  }
}

#leftFix dt {
  position: relative;
  height: 60px;
}

#leftFix dt h1 {
  position: absolute;
  top: 20px;
  left: 10px;
  width: 40px;
}

@media screen and (max-width: 767px) {
  #leftFix dt h1 {
    top: 12px;
  }
}

#leftFix dt h1 a {
  display: block;
}

#leftFix dt h1 img {
  width: 100%;
}

#leftFix dd {
  width: 26px;
  height: 430px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

@media screen and (max-width: 959px) {
  #leftFix dd {
    height: inherit;
  }
}

#leftFix dd h4 {
  font-size: 14px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: .5px;
}

@media screen and (max-width: 959px) {
  #leftFix dd h4 {
    display: none !important;
  }
}

/* IE HACK */
@media all and (-ms-high-contrast: none) {
  #leftFix dd h4 {
    -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: tb-rl;
  }
}

#rightFix {
  position: fixed;
  top: 0;
  right: -300px;
  z-index: 1001;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 959px) {
  #rightFix {
    border-left: none;
  }
}

#rightFix #menu {
  position: absolute;
  top: 20%;
  left: 0;
  z-index: 10;
  width: 54px;
  padding: 0;
  margin: 0;
  text-align: center;
}

@media screen and (max-width: 959px) {
  #rightFix #menu {
    display: none;
  }
}

#rightFix #menu li:hover {
  -webkit-transform: translateX(-7px);
          transform: translateX(-7px);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

#rightFix #menu li a {
  text-decoration: none;
  padding: 7px 0px;
  display: block;
}

#rightFix #menu li a.pagerAni {
  display: inline-block;
  position: relative;
  top: 0px;
  left: 2px;
  font-family: "Roboto", sans-serif;
}

#rightFix #menu li a.pagerAni:after {
  content: '';
  width: 0%;
  position: absolute;
  top: 14px;
  height: 1px;
  left: 0px;
  background: #fff;
  -webkit-transition: all .7s ease-in-out .5s;
  transition: all .7s ease-in-out .5s;
}

#rightFix #menu li.active a.pagerAni:after {
  width: 100%;
}

#rightFix #menu li.active a {
  padding: 7px 0px;
  display: block;
}

#rightFix dl {
  position: relative;
  width: 60px;
  height: 100vh;
}

@media screen and (max-width: 959px) {
  #rightFix dl {
    height: 60px;
  }
}

#rightFix dl dd {
  position: absolute;
  width: 40px;
  height: 120px;
  bottom: 150px;
  left: 50%;
  -webkit-transform: translateY(0%) translateX(-50%);
          transform: translateY(0%) translateX(-50%);
  background: #FFBB02;
  border-radius: 20px;
}

@media screen and (max-width: 959px) {
  #rightFix dl dd {
    height: 40px;
    bottom: 310px;
  }
}

@media screen and (max-width: 767px) {
  #rightFix dl dd {
    bottom: 70px;
  }
}

#rightFix dl dd a {
  position: absolute;
  height: 120px;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateY(0%) translateX(-50%);
          transform: translateY(0%) translateX(-50%);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: .5px;
  text-align: center;
  font-size: 14px;
  display: block;
}

@media screen and (max-width: 959px) {
  #rightFix dl dd a {
    height: 40px;
    position: initial;
    left: initial;
    bottom: initial;
    -webkit-transform: none;
            transform: none;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    text-orientation: initial;
    letter-spacing: 0px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 959px) {
  #rightFix dl i.fa-envelope {
    margin-top: 10px;
  }
}

#rightFix .btnImg {
  position: absolute;
  width: 100px;
  bottom: 10px;
  right: 80px;
}

#rightFix .btnImg a {
  display: block;
}

/* IE HACK */
@media all and (-ms-high-contrast: none) {
  #rightFix dl dt a {
    -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: tb-rl;
  }
}

.estateSp {
  display: none;
}

@media screen and (max-width: 959px) {
  .estateSp {
    display: block;
    position: fixed;
    width: 80px;
    bottom: 10px;
    right: -600px;
    z-index: 1001;
  }
}

.estateSp a {
  display: block;
}

.contactSp {
  display: none;
}

@media screen and (max-width: 959px) {
  .contactSp {
    display: block;
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 120px;
    right: -600px;
    background: #FFBB02;
    border-radius: 20px;
    z-index: 1001;
  }
}

@media screen and (max-width: 767px) {
  .contactSp {
    bottom: 65px;
  }
}

.contactSp a {
  text-align: center;
  font-size: 14px;
  display: block;
}

@media screen and (max-width: 959px) {
  .contactSp a {
    height: 40px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 959px) {
  .contactSp i.fa-envelope {
    margin-top: 12px;
  }
}

.call {
  display: none;
}

@media screen and (max-width: 959px) {
  .call {
    display: block;
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 60px;
    right: -600px;
    background: #fff;
    border-radius: 20px;
    z-index: 1001;
  }
  .call a {
    height: 40px;
    text-align: center;
    font-size: 2.0rem;
    display: block;
    color: #0F3193;
  }
  .call i.fa-volume-control-phone {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .call {
    bottom: 10px;
  }
}

.innerFix {
  position: relative;
  width: 75vw;
  height: 100vh;
  margin: 0 auto;
  z-index: 20;
}

@media screen and (max-width: 1200px) {
  .innerFix {
    width: 80vw;
  }
}

@media screen and (max-width: 480px) {
  .innerFix {
    width: 100vw;
  }
}

.innerFixUl {
  position: relative;
  width: 75vw;
  height: 100vh;
  margin: 0 auto;
  z-index: 20;
}

@media screen and (max-width: 1200px) {
  .innerFixUl {
    width: 80vw;
  }
}

@media screen and (max-width: 767px) {
  .innerFixUl {
    width: 100vw;
  }
}

@media screen and (max-width: 480px) {
  .innerFixUl {
    height: auto;
  }
}

.innerFixUl ul.cntsBox {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .innerFixUl ul.cntsBox {
    padding: 0 60px;
  }
}

@media screen and (max-width: 480px) {
  .innerFixUl ul.cntsBox {
    padding: 100px 20px 100px;
    position: relative;
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
}

.innerFixUl ul.cntsBox li.leftFix {
  width: 50%;
  min-height: 520px;
}

@media screen and (max-width: 959px) {
  .innerFixUl ul.cntsBox li.leftFix {
    width: 100%;
    min-height: inherit;
  }
}

.innerFixUl ul.cntsBox li.rightFix {
  width: 50%;
  min-height: 520px;
}

@media screen and (max-width: 959px) {
  .innerFixUl ul.cntsBox li.rightFix {
    width: 100%;
    min-height: inherit;
  }
}

h2.titleUl {
  font-size: 2.0rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media screen and (max-width: 767px) {
  h2.titleUl {
    font-size: 1.6rem;
  }
}

h2.titleUl span {
  width: 40px;
  height: 1px;
  background: #FFBB02;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
}

h2.titleUl em {
  font-size: 1.2rem;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
  letter-spacing: 1px;
}

.tableRight {
  margin-top: 36px;
}

@media screen and (max-width: 959px) {
  .tableRight {
    margin-top: 0px;
  }
}

.modal {
  top: 5% !important;
  max-height: 100% !important;
  overflow-y: auto !important;
}

@media screen and (max-width: 959px) {
  .modal {
    top: 2% !important;
  }
}

@media screen and (max-width: 767px) {
  .modal {
    top: 0% !important;
  }
}

.modal .modal-dialog {
  width: 80% !important;
}

@media screen and (max-width: 959px) {
  .modal .modal-dialog {
    width: 90% !important;
  }
}

@media screen and (max-width: 767px) {
  .modal .modal-dialog {
    width: 100% !important;
    padding: 0 !important;
  }
}

.modal .modal-header {
  padding: 1em 2em !important;
}

.modal h5.modal-title {
  color: #0F3193 !important;
  font-size: 1.8rem !important;
}

.modal .modal-body {
  line-height: 1.8 !important;
  padding: 1em 2em !important;
}

.modal .modal-body h6 {
  color: #0F3193 !important;
  padding-top: 1em !important;
  font-size: 1.6rem !important;
}

.modal .modal-body .modalText01 {
  color: #333333 !important;
  font-size: 1.2rem !important;
}

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

#scrollFix {
  position: fixed;
  bottom: 0;
  left: -300px;
  z-index: 1001;
}

#scrollFix .dotL {
  position: absolute;
  width: 2px;
  height: 60px;
  left: 30px;
  bottom: 20px;
  z-index: 10;
  background-image: radial-gradient(currentColor 13%, transparent 19%), radial-gradient(currentColor 13%, transparent 19%);
  background-position: 0 0, 5px 5px;
  background-size: 10px 10px;
  overflow: hidden;
}

#scrollFix .sclL {
  position: absolute;
  bottom: 0px;
  left: -50px;
  font-size: 10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  letter-spacing: .5em;
  font-family: "Roboto", sans-serif;
  height: 100px;
}

/* Scss Document */
.header {
  position: fixed;
  width: 100vw;
  height: 100px;
  z-index: 1003;
  top: -300px;
  left: 0;
}

@media screen and (max-width: 1199px) {
  .header {
    display: none !important;
  }
}

.gnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 1199px) {
  .gnavi {
    display: none;
  }
}

.gnavi .gnaviList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 6%;
  width: 75%;
  height: 100px;
}

.gnavi .gnaviList li {
  position: relative;
  text-decoration: none;
}

.gnavi .gnaviList li::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  width: 100%;
  height: 2px;
  background-color: #FFBB02;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.gnavi .gnaviList li:hover::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.gnavi a.gnaviListItem {
  text-align: center;
  line-height: 20px;
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 12px;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 18px;
}

.gnavi a.gnaviListItem span {
  font-size: 10px;
  font-family: "Roboto", sans-serif;
}

.drawer_menu {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration: none;
  list-style: none;
  width: 40px;
  height: 40px;
}

.drawer_menu a {
  color: inherit;
  text-decoration: none;
}

.drawer_menu a:visited {
  color: inherit;
}

.drawer_menu .drawer_bg {
  width: 40px;
  height: 40px;
  position: absolute;
  background-color: #0F3193;
  border-radius: 50%;
  top: 20px;
  right: 10px;
}

@media screen and (max-width: 767px) {
  .drawer_menu .drawer_bg {
    top: 10px;
  }
}

.drawer_menu .drawer_button {
  display: block;
  background: none;
  border: none;
  padding: 0;
  width: 20px;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 20px;
  z-index: 1001;
  text-align: center;
  outline: none;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .drawer_menu .drawer_button {
    top: 14px;
  }
}

.drawer_menu .drawer_bar {
  display: block;
  height: 1px;
  margin: 7px 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  background-color: #fff;
}

.drawer_menu .drawer_button .drawer_bar2 {
  width: 16px;
  margin: 7px 0 7px auto !important;
}

.drawer_menu .drawer_button.active {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 10px;
}

.drawer_menu .drawer_button.active .drawer_bar {
  width: 20px;
}

.drawer_menu .drawer_button.active .drawer_bar1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 5px;
  right: 6px;
}

.drawer_menu .drawer_button.active .drawer_bar2 {
  opacity: 0;
}

.drawer_menu .drawer_button.active .drawer_bar3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 19px;
  right: 7px;
}

.drawer_menu .drawer_nav_wrapper {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  /*background-color: rgba(255, 255, 255, 0.5);*/
  /*グラデーション*/
  background: -webkit-gradient(linear, left top, left bottom, from(#C8D7D7), to(#95B6B6));
  background: linear-gradient(to bottom, #C8D7D7 0%, #95B6B6 100%);
  /*グラデーション*/
}

.drawer_menu .drawer_nav_wrapper.open {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  width: 100%;
}

.gNaviSp {
  display: none !important;
}

@media screen and (max-width: 1199px) {
  .gNaviSp {
    display: block !important;
    position: fixed;
    right: -600px;
    top: 0;
    z-index: 1010;
  }
}

@media screen and (max-width: 480px) {
  .gNaviSp .innerFixUl {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (max-width: 767px) {
  .gNaviSp .innerFixUl ul.cntsBox {
    padding: 0 20px !important;
  }
}

@media screen and (max-width: 480px) {
  .gNaviSp .innerFixUl ul.cntsBox {
    padding: 100px 20px !important;
  }
}

.gNaviSp li.gNaviSpLeftFix {
  width: 50%;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 480px) {
  .gNaviSp li.gNaviSpLeftFix {
    width: 100%;
    border: none;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 2em;
  }
}

.gNaviSp li.gNaviSpLeftFix ul.addressUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gNaviSp li.gNaviSpLeftFix ul.addressUnit li {
  width: 100%;
  padding-left: 2em;
}

@media screen and (max-width: 480px) {
  .gNaviSp li.gNaviSpLeftFix ul.addressUnit li {
    padding-left: 0;
  }
}

.gNaviSp li.gNaviSpLeftFix dl.addressBox dt {
  margin-bottom: 2em;
}

.gNaviSp li.gNaviSpLeftFix dl.gMapBox {
  margin-right: 4em;
}

@media screen and (max-width: 480px) {
  .gNaviSp li.gNaviSpLeftFix dl.gMapBox {
    margin-right: 0;
  }
}

.gNaviSp li.gNaviSpLeftFix dl.gMapBox dt {
  margin-bottom: 2em;
}

.gNaviSp li.gNaviSpLeftFix dl.gMapBox dd.googleMaps {
  display: block;
}

@media screen and (max-width: 480px) {
  .gNaviSp li.gNaviSpLeftFix dl.gMapBox dd.googleMaps {
    display: none;
  }
}

.gNaviSp li.gNaviSpLeftFix dl.gMapBox dd.googleMaps iframe, .gNaviSp li.gNaviSpLeftFix dl.gMapBox .googleMaps object, .gNaviSp li.gNaviSpLeftFix dl.gMapBox .googleMaps embed {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.gNaviSp li.gNaviSpLeftFix dl.gMapBox dd.googleMaps iframe:hover, .gNaviSp li.gNaviSpLeftFix dl.gMapBox .googleMaps object:hover, .gNaviSp li.gNaviSpLeftFix dl.gMapBox .googleMaps embed:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.gNaviSp li.gNaviSpLeftFix dl.gMapBox a {
  display: block;
  position: relative;
  margin-top: 1em;
}

.gNaviSp li.gNaviSpLeftFix dl.gMapBox a img {
  width: 70px;
  position: absolute;
  top: -10px;
}

@media screen and (max-width: 480px) {
  .gNaviSp li.gNaviSpLeftFix dl.gMapBox dd.gMapZoom {
    display: none;
  }
}

.gNaviSp li.gNaviSpRightFix {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 480px) {
  .gNaviSp li.gNaviSpRightFix {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 40px;
    margin-left: 2em;
  }
}

.gNaviSp li.gNaviSpRightFix .gNaviSpBoxR {
  padding: 2em 0 2em 3em;
}

@media screen and (max-width: 767px) {
  .gNaviSp li.gNaviSpRightFix .gNaviSpBoxR {
    padding: 0 0 0 2em;
  }
}

@media screen and (max-width: 480px) {
  .gNaviSp li.gNaviSpRightFix .gNaviSpBoxR {
    padding: 0;
  }
}

.gNaviSp li.gNaviSpRightFix .gNaviSpBoxR li {
  font-size: 2.0rem;
  line-height: 3.0;
}

@media screen and (max-width: 959px) {
  .gNaviSp li.gNaviSpRightFix .gNaviSpBoxR li {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .gNaviSp li.gNaviSpRightFix .gNaviSpBoxR li {
    line-height: inherit;
  }
}

.gNaviSp li.gNaviSpRightFix a.gnaviSpListItem {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  position: relative;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@media screen and (max-width: 767px) {
  .gNaviSp li.gNaviSpRightFix a.gnaviSpListItem {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .gNaviSp li.gNaviSpRightFix a.gnaviSpListItem {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 2.6;
  }
}

.gNaviSp li.gNaviSpRightFix a.gnaviSpListItem:hover {
  -webkit-transform: translateX(7px);
          transform: translateX(7px);
  color: #0F3193;
}

.gNaviSp li.gNaviSpRightFix a.gnaviSpListItem span {
  font-size: 1.2rem;
  margin-left: 1em;
}

@media screen and (max-width: 959px) {
  .gNaviSp li.gNaviSpRightFix a.gnaviSpListItem span {
    font-size: 1.0rem;
  }
}

@media screen and (max-width: 767px) {
  .gNaviSp li.gNaviSpRightFix a.gnaviSpListItem span {
    display: block;
    margin-left: 25px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  .gNaviSp li.gNaviSpRightFix a.gnaviSpListItem span {
    display: inherit;
    margin-left: 20px;
    margin-bottom: 0;
  }
}

.gNaviSp .gNaviSpLogo {
  width: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: .5;
  padding-right: 2em;
}

@media screen and (max-width: 959px) {
  .gNaviSp .gNaviSpLogo {
    right: 80px;
  }
}

@media screen and (max-width: 480px) {
  .gNaviSp .gNaviSpLogo {
    right: 0px;
  }
}

.gNaviSp .gNaviSpLogo img {
  width: 100px;
}

/* Scss Document */
#fadeAbt01, #fadeAbt02, #fadeAbt03, #fadeAbt04, #fadeAbt05, #fadeCmpny01, #fadeCmpny02, #fadeCmpny03 {
  display: none;
  cubic-bezier: 0.645, 0.045, 0.355, 1;
}

/* IE HACK */
@media all and (-ms-high-contrast: none) {
  #fadeAbt01, #fadeAbt02, #fadeAbt03, #fadeAbt04, #fadeAbt05, #fadeCmpny01, #fadeCmpny02, #fadeCmpny03 {
    display: block;
  }
}

.bgScrlWhite::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #fff;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fade::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.bgAnilWhite::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #fff;
  -webkit-animation: bg-color .5s forwards;
          animation: bg-color .5s forwards;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.bgAnilLeftFix::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: rgba(130, 148, 160, 0.3);
  -webkit-animation: bg-color .5s forwards;
          animation: bg-color .5s forwards;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

@media screen and (max-width: 959px) {
  .bgAnilLeftFix::before {
    display: none;
  }
}

.bgAnilRightFix::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: rgba(130, 148, 160, 0.3);
  -webkit-animation: bg-color .5s forwards;
          animation: bg-color .5s forwards;
  -webkit-animation-delay: 2.0s;
          animation-delay: 2.0s;
}

@media screen and (max-width: 959px) {
  .bgAnilRightFix::before {
    display: none;
  }
}

@-webkit-keyframes bg-color {
  0% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  100% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes bg-color {
  0% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  100% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.lineAni {
  position: absolute;
  bottom: 10px;
  left: 30px;
  width: 1px;
  height: 40px;
  background-color: #fff;
  -webkit-animation: line 1.5s infinite;
          animation: line 1.5s infinite;
}

@-webkit-keyframes line {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  60% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
}

@keyframes line {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  60% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
}

.btnAni01::before, .btnAni01::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -7px;
  z-index: -1;
  content: '';
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  width: 40px;
  height: 120px;
  border-radius: 20px;
}

.btnAni01::before {
  background: #F39A11;
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.btnAni01::after {
  background: #F9D00F;
  opacity: 0;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: opacity .3s, -webkit-transform 0s .3s;
  transition: opacity .3s, -webkit-transform 0s .3s;
  transition: transform 0s .3s, opacity .3s;
  transition: transform 0s .3s, opacity .3s, -webkit-transform 0s .3s;
}

.btnAni01:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.btnAni01:hover::after {
  opacity: 1;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: opacity .3s, -webkit-transform .3s .3s;
  transition: opacity .3s, -webkit-transform .3s .3s;
  transition: transform .3s .3s, opacity .3s;
  transition: transform .3s .3s, opacity .3s, -webkit-transform .3s .3s;
}

.bgCatchLine::before {
  content: '';
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 0%;
  -webkit-animation: bg-line .7s forwards;
          animation: bg-line .7s forwards;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

@-webkit-keyframes bg-line {
  0% {
    background-color: #FFBB02;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  100% {
    background-color: #FFBB02;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes bg-line {
  0% {
    background-color: #FFBB02;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  100% {
    background-color: #FFBB02;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.fwtAni {
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-weight: 100;
  font-size: 7vw;
  line-height: 7vw;
  font-variation-settings: "wght" 100, "wdth" 85;
  text-align: right;
  color: #fff;
  opacity: .5;
  position: absolute;
  right: 90px;
  bottom: 0px;
  letter-spacing: -5px;
  overflow: hidden;
  padding-right: 10px;
}

@media screen and (max-width: 1199px) {
  .fwtAni {
    right: 0px;
    letter-spacing: -2px;
  }
}

@media screen and (max-width: 767px) {
  .fwtAni {
    right: 10px;
    z-index: 1;
  }
}

.fwtAni:hover span {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.char {
  --delay: calc((var(--char-index) + 1) * 600ms);
  -webkit-animation-delay: var(--delay);
          animation-delay: var(--delay);
}

@-webkit-keyframes breathe {
  0% {
    font-variation-settings: "wght" 100, "wdth" 85;
    font-size: 7vw;
  }
  60% {
    font-variation-settings: "wght" 400, "wdth" 100;
    font-size: 6vw;
  }
  100% {
    font-variation-settings: "wght" 100, "wdth" 85;
    font-size: 7vw;
  }
}

@keyframes breathe {
  0% {
    font-variation-settings: "wght" 100, "wdth" 85;
    font-size: 7vw;
  }
  60% {
    font-variation-settings: "wght" 400, "wdth" 100;
    font-size: 6vw;
  }
  100% {
    font-variation-settings: "wght" 100, "wdth" 85;
    font-size: 7vw;
  }
}

.btnAni02::before, .btnAni02::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  width: 180px;
  height: 40px;
  border-radius: 20px;
}

.btnAni02::before {
  background: #F39A11;
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.btnAni02::after {
  background: #F9D00F;
  opacity: 0;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: opacity .3s, -webkit-transform 0s .3s;
  transition: opacity .3s, -webkit-transform 0s .3s;
  transition: transform 0s .3s, opacity .3s;
  transition: transform 0s .3s, opacity .3s, -webkit-transform 0s .3s;
}

.btnAni02:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.btnAni02:hover::after {
  opacity: 1;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: opacity .3s, -webkit-transform .3s .3s;
  transition: opacity .3s, -webkit-transform .3s .3s;
  transition: transform .3s .3s, opacity .3s;
  transition: transform .3s .3s, opacity .3s, -webkit-transform .3s .3s;
}

/* Scss Document */
/* IE HACK */
/*
@media all and (-ms-high-contrast: none) {
  #loader {
  display: none;
}
}
*/
#loader.is-loaded {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.shutter {
  display: none;
}

.shutter.is-loaded {
  display: block;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #C8D7D7;
  z-index: 9999;
}

#loader ul {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#loader ul .loaderImg img {
  width: 70px;
}

#loader ul .rotating-text {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  width: 100px;
}

#loader ul .rotating-text p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  vertical-align: top;
}

#loader ul .rotating-text p .word {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}

#loader ul .rotating-text p .word .letter {
  -webkit-transform-origin: center center 25px;
          transform-origin: center center 25px;
}

#loader ul .rotating-text p .word .letter.out {
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transition: 0.32s cubic-bezier(0.6, 0, 0.7, 0.2);
  transition: 0.32s cubic-bezier(0.6, 0, 0.7, 0.2);
}

#loader ul .rotating-text p .word .letter.in {
  -webkit-transition: 0.38s ease;
  transition: 0.38s ease;
}

#loader ul .rotating-text p .word .letter.behind {
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
}

#loader ul .rotating-text .mc01 {
  color: #0F3193;
}

#loader ul .rotating-text .mc02 {
  color: #FFBB02;
}

/* Scss Document */
.container {
  position: relative;
}

.shutter {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #C8D7D7;
  z-index: 9999;
  -webkit-animation: byeShutter 2.0s forwards;
  animation: byeShutter 2.0s forwards;
}

.shutter::before, .shutter::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.shutter::before {
  background-color: #FFBB02;
  width: 0;
  height: 1px;
  -webkit-animation: shutterOpen1 2.0s forwards;
  animation: shutterOpen1 2.0s forwards;
}

.shutter::after {
  width: 120%;
  height: 0;
  margin-left: -10%;
  background-color: #fff;
  -webkit-animation: shutterOpen2 2.0s forwards;
  animation: shutterOpen2 2.0s forwards;
}

.content {
  -webkit-animation: contentScale 2.0s forwards;
  animation: contentScale 2.0s forwards;
}

@-webkit-keyframes byeShutter {
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}

@keyframes byeShutter {
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}

@-webkit-keyframes shutterOpen1 {
  0% {
    width: 0;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  90% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}

@keyframes shutterOpen1 {
  0% {
    width: 0;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  90% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}

@-webkit-keyframes shutterOpen2 {
  60% {
    width: 120%;
    height: 0;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  90% {
    width: 120%;
    height: 100%;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    width: 120%;
    height: 100%;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}

@keyframes shutterOpen2 {
  60% {
    width: 120%;
    height: 0;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  90% {
    width: 120%;
    height: 100%;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    width: 120%;
    height: 100%;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}

@-webkit-keyframes contentScale {
  50% {
    -webkit-transform: perspective(700px) scale(0.9) rotateX(15deg);
    transform: perspective(700px) scale(0.9) rotateX(15deg);
  }
  100% {
    -webkit-transform: perspective(700px) scale(1) rotateX(0);
    transform: perspective(700px) scale(1) rotateX(0);
  }
}

@keyframes contentScale {
  50% {
    -webkit-transform: perspective(700px) scale(0.9) rotateX(15deg);
    transform: perspective(700px) scale(0.9) rotateX(15deg);
  }
  100% {
    -webkit-transform: perspective(700px) scale(1) rotateX(0);
    transform: perspective(700px) scale(1) rotateX(0);
  }
}

#service #works [class^="swiper-button-"], #works #service [class^="swiper-button-"] {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#service #works .swiper-slide, #works #service .swiper-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

#service .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before, #service .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, #service [class^=swiper-button-] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#service .swiper-container {
  width: 100%;
  height: 60vh;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  margin-top: 5em;
}

@media screen and (max-width: 1199px) {
  #service .swiper-container {
    height: 60vh;
  }
}

@media screen and (max-width: 959px) {
  #service .swiper-container {
    height: 60vh;
  }
}

@media screen and (max-width: 480px) {
  #service .swiper-container {
    height: 55vh;
  }
}

#service .swiper-container.swiper-container-coverflow {
  padding-top: 2%;
}

@media screen and (max-width: 1199px) {
  #service .swiper-container.swiper-container-coverflow {
    padding-top: 0;
  }
}

#service .swiper-container.loading {
  opacity: 0;
  visibility: hidden;
}

#service .swiper-container:hover .swiper-button-prev, #service .swiper-container:hover .swiper-button-next {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

#service .swiper-slide {
  background-position: center;
  background-size: cover;
}

#service .swiper-slide::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: rgba(64, 64, 64, 0.5);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

#service .swiper-slide:hover::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

#service .swiper-slide .entity-img {
  display: none;
}

#service .sliderBg01 {
  background-image: url("../../asset/img/top/service01.jpg");
}

#service .sliderBg02 {
  background-image: url("../../asset/img/top/service02.jpg");
}

#service .sliderBg03 {
  background-image: url("../../asset/img/top/service03.jpg");
}

#service .sliderBg04 {
  background-image: url("../../asset/img/top/service04.jpg");
}

#service .swiper-slide .content {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
  padding: 0 20px;
  color: #fff;
  text-shadow: 1px 1px 0px #000;
}

@media screen and (max-width: 1199px) {
  #service .swiper-slide .content {
    bottom: 10%;
  }
}

#service .swiper-slide .content .title {
  font-size: 2.6em;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.0;
}

@media screen and (max-width: 1199px) {
  #service .swiper-slide .content .title {
    font-size: 25px;
  }
}

#service .swiper-slide .content .title span {
  width: 40px;
  height: 2px;
  background: #FFBB02;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#service .swiper-slide .content .title em {
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
  letter-spacing: 1px;
}

#service .swiper-slide .content .caption {
  display: block;
  font-size: 1.5rem;
  line-height: 1.8;
}

@media screen and (max-width: 1199px) {
  #service .swiper-slide .content .caption {
    font-size: 12px;
  }
}

#service [class^=swiper-button-] {
  width: 44px;
  opacity: 0;
  visibility: hidden;
}

#service .swiper-button-prev {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

#service .swiper-button-next {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

#service .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 9px;
  position: relative;
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 0.4;
}

#service .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 0px solid #fff;
  border-radius: 50%;
}

#service .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover, #service .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

#service .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-width: 1px;
}

#works [class^="swiper-button-"] {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#works .swiper-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

#works .swiper-container {
  width: 80%;
  height: 60vh;
  float: left;
  -webkit-transition: opacity .6s ease, -webkit-transform .3s ease;
  transition: opacity .6s ease, -webkit-transform .3s ease;
  transition: opacity .6s ease, transform .3s ease;
  transition: opacity .6s ease, transform .3s ease, -webkit-transform .3s ease;
  margin-top: 5em;
}

@media screen and (max-width: 1199px) {
  #works .swiper-container {
    height: 60vh;
  }
}

@media screen and (max-width: 959px) {
  #works .swiper-container {
    height: 60vh;
  }
}

@media screen and (max-width: 767px) {
  #works .swiper-container {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  #works .swiper-container {
    height: 55vh;
  }
}

#works .swiper-container.nav-slider {
  width: 20%;
  padding-left: 5px;
}

@media screen and (max-width: 767px) {
  #works .swiper-container.nav-slider {
    display: none;
  }
}

#works .swiper-container.nav-slider .swiper-slide {
  cursor: pointer;
  opacity: .4;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

#works .swiper-container.nav-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}

#works .swiper-container.nav-slider .swiper-slide .content {
  width: 100%;
}

#works .swiper-container.nav-slider .swiper-slide .content .title {
  font-size: 1.2rem;
  text-shadow: 1px 1px 0px #000;
}

#works .swiper-container:hover .swiper-button-prev, #works .swiper-container:hover .swiper-button-next {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

#works .swiper-container.loading {
  opacity: 0;
  visibility: hidden;
}

#works .swiper-slide {
  overflow: hidden;
}

#works .swiper-slide .slide-bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

#works .swiper-slide .slide-bgimg::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: rgba(64, 64, 64, 0.5);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

#works .swiper-slide .slide-bgimg:hover::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

#works .swiper-slide .entity-img {
  display: none;
}

#works .swiper-slide .content {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 80%;
  padding-left: 5%;
  color: #fff;
  text-shadow: 1px 1px 0px #000;
}

@media screen and (max-width: 1199px) {
  #works .swiper-slide .content {
    bottom: 10%;
  }
}

#works .swiper-slide .content .title {
  font-size: 2.6em;
  font-weight: bold;
}

#works .swiper-slide .content .title span {
  width: 40px;
  height: 2px;
  background: #FFBB02;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#works .swiper-slide .content .title em {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  #works .swiper-slide .content .title {
    font-size: 2.0em;
  }
}

#works .swiper-slide .content .caption {
  display: block;
  font-size: 1.5rem;
  line-height: 1.8;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: opacity .3s ease, -webkit-transform .7s ease;
  transition: opacity .3s ease, -webkit-transform .7s ease;
  transition: opacity .3s ease, transform .7s ease;
  transition: opacity .3s ease, transform .7s ease, -webkit-transform .7s ease;
}

#works .swiper-slide .content .caption.show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

#works [class^="swiper-button-"] {
  width: 44px;
  opacity: 0;
  visibility: hidden;
}

#works .swiper-button-prev {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

#works .swiper-button-next {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

/* Scss Document */
#top {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #top {
    height: 100%;
  }
}

#top .catchBox {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 550px;
  height: 300px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.8;
  text-shadow: 1px 1px 2px #333333;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  #top .catchBox {
    top: 40%;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #top .catchBox {
    top: 35%;
  }
}

@media screen and (max-width: 480px) {
  #top .catchBox {
    top: 50%;
    padding: 0 20px;
    font-size: 1.6rem;
  }
}

#top .catchBox #catch01 {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 1px;
  margin-bottom: 4em;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
}

#top .catchBox #catch02 {
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 2.0;
}

@media screen and (max-width: 480px) {
  #top .catchBox #catch02 {
    font-size: 2.4rem;
  }
}

#top .topInfoBox {
  position: absolute;
  bottom: 20px;
  left: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 550px;
  height: 120px;
  color: #fff;
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 767px) {
  #top .topInfoBox {
    bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  #top .topInfoBox {
    display: none;
  }
}

#top .topInfoBox h3 {
  font-size: 2.0rem;
  position: absolute;
  left: 0;
  bottom: -200px;
}

#top .topInfoBox ul {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  #top .topInfoBox ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#top .topInfoBox ul li {
  line-height: 1.8;
}

#top .topInfoBox ul li.infoLeft {
  position: absolute;
  left: 0;
  bottom: -200px;
}

@media screen and (max-width: 767px) {
  #top .topInfoBox ul li.infoLeft {
    width: 100%;
  }
}

#top .topInfoBox ul li.infoLeft a {
  display: block;
  position: absolute;
  bottom: -5px;
  right: -70px;
  width: 70px;
}

@media screen and (max-width: 767px) {
  #top .topInfoBox ul li.infoLeft a {
    right: inherit;
    display: inline-block;
  }
}

#top .topInfoBox ul li.infoLeft img {
  width: 70px;
  -webkit-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
}

#top .topInfoBox ul li.infoRight {
  position: absolute;
  left: 380px;
  bottom: -200px;
}

@media screen and (max-width: 959px) {
  #top .topInfoBox ul li.infoRight {
    width: 100%;
    left: 0;
  }
}

#top .topBtn {
  width: 100px;
  position: absolute;
  right: 250px;
  bottom: -350px;
}

#about {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

@media screen and (max-width: 767px) {
  #about {
    height: 100%;
  }
}

#about h3.aboutTtl01 {
  display: block;
  text-align: center;
  font-size: 2.0rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -70%);
          transform: translate(0%, -70%);
}

@media screen and (max-width: 959px) {
  #about h3.aboutTtl01 {
    position: relative;
    margin-top: 2em;
    min-height: 200px;
    top: inherit;
    -webkit-transform: inherit;
            transform: inherit;
  }
}

@media screen and (max-width: 767px) {
  #about h3.aboutTtl01 {
    margin-bottom: 2em;
    font-size: 1.6rem;
    min-height: 100px;
  }
}

#about h3.aboutTtl01 span {
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  display: block;
}

@media screen and (max-width: 767px) {
  #about h3.aboutTtl01 span {
    font-size: 1.0rem;
  }
}

#about h3.aboutTtl01 em {
  font-size: 2.0rem;
  display: block;
  position: relative;
}

@media screen and (max-width: 1199px) {
  #about h3.aboutTtl01 em {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  #about h3.aboutTtl01 em {
    font-size: 1.5rem;
  }
}

#about h3.aboutTtl01 em:after {
  content: url("../../asset/img/top/aboutimg.svg");
  width: 260px;
  position: absolute;
  top: 40px;
  right: 50px;
  opacity: .5;
}

@media screen and (max-width: 767px) {
  #about h3.aboutTtl01 em:after {
    display: none;
  }
}

#about h4.aboutTtl02 {
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  margin-bottom: 3em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  #about h4.aboutTtl02 {
    font-size: 1.2rem;
    margin-bottom: 1.5em;
  }
}

@media screen and (max-width: 480px) {
  #about h4.aboutTtl02 {
    display: none;
  }
}

#about h4.aboutTtl02 span {
  width: 40px;
  height: 1px;
  background: #FFBB02;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
}

#about p {
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  #about p {
    font-size: 1.2rem;
  }
}

#about p.president {
  text-align: right;
  font-size: 1.8rem;
  margin-top: 1em;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  #about p.president {
    font-size: 1.2rem;
  }
}

#company {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

#company::before {
  content: "";
  background: rgba(149, 182, 182, 0.7) 50% 50% no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  #company {
    height: 100%;
  }
}

@media screen and (max-width: 959px) {
  #company h2 {
    margin-bottom: 40px;
  }
}

#company table {
  width: 100%;
  font-size: 1.6rem;
  line-height: 2.5;
  vertical-align: top;
  position: relative;
  top: 60px;
}

@media screen and (max-width: 767px) {
  #company table {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 959px) {
  #company table {
    line-height: 2.5;
    top: inherit;
  }
}

#company table th {
  width: 30%;
  vertical-align: top;
}

#company table td {
  width: 70%;
  vertical-align: top;
}

#company table .item01 {
  line-height: 2.0;
}

@media screen and (max-width: 959px) {
  #company table .item01 {
    line-height: 2.5;
  }
}

#service {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background: url("../../asset/img/top/mainbg04.jpg") no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  #service {
    height: 100%;
  }
}

#service .sliderBox {
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}

@media screen and (max-width: 1199px) {
  #service .sliderBox {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
}

@media screen and (max-width: 767px) {
  #service .sliderBox {
    padding: 0 80px;
  }
}

@media screen and (max-width: 480px) {
  #service .sliderBox {
    padding: 0 20px 60px;
  }
}

#works {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background-color: #C8D7D7;
}

@media screen and (max-width: 767px) {
  #works {
    height: 100%;
  }
}

#works .sliderBox {
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}

@media screen and (max-width: 1199px) {
  #works .sliderBox {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
}

@media screen and (max-width: 767px) {
  #works .sliderBox {
    padding: 0 80px;
  }
}

@media screen and (max-width: 480px) {
  #works .sliderBox {
    padding: 0 20px 60px;
  }
}

#works figure.wrksliderBg01 {
  background-image: url("../../asset/img/top/works01.jpg");
}

#works figure.wrksliderBg02 {
  background-image: url("../../asset/img/top/works02.jpg");
}

#works figure.wrksliderBg03 {
  background-image: url("../../asset/img/top/works03.jpg");
}

#works figure.wrksliderBg04 {
  background-image: url("../../asset/img/top/works04.jpg");
}

#works figure.wrksliderBg05 {
  background-image: url("../../asset/img/top/works05.jpg");
}

#works figure.wrksliderBg06 {
  background-image: url("../../asset/img/top/works06.jpg");
}

#works figure.wrksliderBg07 {
  background-image: url("../../asset/img/top/works07.jpg");
}

#contact {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

#contact::before {
  content: "";
  background: rgba(149, 182, 182, 0.7) 50% 50% no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  #contact {
    height: 100%;
  }
}

@media screen and (max-width: 959px) {
  #contact h2 {
    margin-bottom: 40px;
  }
}

#contact table {
  width: 90%;
  font-size: 1.4rem;
  line-height: 4.0;
  vertical-align: top;
  position: relative;
  top: 60px;
}

@media screen and (max-width: 1199px) {
  #contact table {
    line-height: 3.0;
  }
}

@media screen and (max-width: 959px) {
  #contact table {
    line-height: 2.0;
    top: inherit;
  }
}

@media screen and (max-width: 767px) {
  #contact table {
    font-size: 1.2rem;
    width: 100%;
  }
}

#contact th {
  width: 20%;
  padding: 10px 0;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  #contact th {
    padding: 15px 0;
  }
}

#contact th span {
  color: #FFBB02;
}

#contact td {
  width: 30%;
  padding: 10px 0;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  #contact td {
    padding: 15px 0;
  }
}

#contact td.oneRow {
  display: inline-block;
  width: 50%;
}

@media screen and (max-width: 1199px) {
  #contact td.oneRow {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 959px) {
  #contact td.oneRow {
    display: inline-block;
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  #contact td.oneRow {
    display: inline-block;
    width: 50%;
  }
}

#contact input[type="radio"] {
  width: 2.0em;
  height: 2.0em;
  margin-right: .7em;
  margin-bottom: .3em;
}

@media screen and (max-width: 767px) {
  #contact input[type="radio"] {
    width: auto;
    height: auto;
    margin-right: 0;
  }
}

#contact input[type="radio"]:checked + label {
  background-color: #FFBB02;
}

#contact input[type="text"] {
  width: 100%;
  padding: 10px;
  background-color: #f5f5f5;
  font-size: 1.4rem;
  border: none !important;
  color: #888888;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  #contact input[type="text"] {
    padding: 5px;
    font-size: 1.2rem;
  }
}

#contact input[type="text"]:focus, #contact input[type="email"]:focus, #contact input[type="tel"]:focus, #contact input[type="search"]:focus, #contact input[type="url"]:focus, #contact textarea:focus {
  border-color: #aaa;
  -webkit-box-shadow: 0 0 1px 3px rgba(32, 178, 170, 0.7);
          box-shadow: 0 0 1px 3px rgba(32, 178, 170, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  outline: none;
}

#contact input::-webkit-input-placeholder, #contact textarea::-webkit-input-placeholder {
  color: #ccc;
}

#contact input:-ms-input-placeholder, #contact textarea:-ms-input-placeholder {
  color: #ccc;
}

#contact input::-ms-input-placeholder, #contact textarea::-ms-input-placeholder {
  color: #ccc;
}

#contact input::placeholder, #contact textarea::placeholder {
  color: #ccc;
}

#contact textarea[type="text"] {
  width: 100%;
  height: 150px;
  background-color: #f5f5f5;
  font-size: 1.4rem;
  border: none !important;
  color: #888888;
  font-family: sans-serif;
  padding: 10px;
  border-radius: 4px;
  overflow: hidden;
  line-height: 1.8;
}

@media screen and (max-width: 959px) {
  #contact textarea[type="text"] {
    height: 100px;
  }
}

@media screen and (max-width: 767px) {
  #contact textarea[type="text"] {
    height: 120px;
    font-size: 1.2rem;
    padding: 5px;
  }
}

#contact textarea:focus {
  border-color: #aaa;
  -webkit-box-shadow: 0 0 1px 3px rgba(32, 178, 170, 0.7);
          box-shadow: 0 0 1px 3px rgba(32, 178, 170, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  outline: none;
}

#contact .btnSubmit {
  width: 100%;
  text-align: center;
  display: block;
  margin-top: 2em;
}

@media screen and (max-width: 767px) {
  #contact .btnSubmit {
    width: 100%;
    top: inherit;
    font-size: 1.2rem;
  }
}

#contact .btnSubmit span {
  background: #007aff;
  padding: 5px 10px;
  border-radius: 3px;
  margin-top: 1em;
  display: inline-block;
}

@media screen and (max-width: 959px) {
  #contact .btnSubmit span {
    display: inline-block;
    margin-top: 1em;
  }
}

@media screen and (max-width: 767px) {
  #contact .btnSubmit span {
    font-size: 1.2rem;
    display: inline-block;
  }
}

#contact input[type="checkbox"] {
  margin-right: 5px !important;
  width: 16px !important;
  height: 16px !important;
  background: #0F3193 !important;
}

#contact .btnDsgn {
  position: relative;
  display: block;
  width: 30%;
  padding: 10px;
  margin: 3em auto 0;
  background-color: #FFBB02;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  border: none;
}

@media screen and (max-width: 959px) {
  #contact .btnDsgn {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  #contact .btnDsgn {
    width: 50%;
    margin: 2em auto 0;
  }
}

#contact .btnDsgn:hover {
  cursor: pointer;
  text-decoration: none;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 7px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 7px -2px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform .7s;
  transition: -webkit-transform .7s;
  transition: transform .7s;
  transition: transform .7s, -webkit-transform .7s;
  background: #F39A11;
}

#siteMap {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background-color: #C8D7D7;
}

@media screen and (max-width: 767px) {
  #siteMap {
    height: 100%;
  }
}

li.footerLeftFix {
  width: 65%;
}

@media screen and (max-width: 1199px) {
  li.footerLeftFix {
    width: 100%;
    padding-bottom: 2em;
  }
}

@media screen and (max-width: 480px) {
  li.footerLeftFix {
    font-size: 1.2rem;
    padding-bottom: 0;
  }
}

li.footerLeftFix ul.addressUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

li.footerLeftFix ul.addressUnit li {
  width: 50%;
}

@media screen and (max-width: 1199px) {
  li.footerLeftFix ul.addressUnit li {
    padding-left: 2em;
  }
}

@media screen and (max-width: 767px) {
  li.footerLeftFix ul.addressUnit li {
    padding-left: 0;
  }
}

@media screen and (max-width: 480px) {
  li.footerLeftFix ul.addressUnit li {
    width: 100%;
  }
}

li.footerLeftFix dl.addressBox dt {
  margin-bottom: 2em;
}

@media screen and (max-width: 480px) {
  li.footerLeftFix dl.addressBox dt {
    margin-bottom: .5em;
    margin-top: -2em;
  }
}

li.footerLeftFix dl.gMapBox {
  margin-right: 4em;
}

@media screen and (max-width: 767px) {
  li.footerLeftFix dl.gMapBox {
    padding-top: 8em;
  }
}

li.footerLeftFix dl.gMapBox dt {
  margin-bottom: 2em;
}

@media screen and (max-width: 480px) {
  li.footerLeftFix dl.gMapBox dt {
    margin-bottom: 3em;
  }
}

li.footerLeftFix dl.gMapBox dd.googleMaps {
  display: block;
}

li.footerLeftFix dl.gMapBox .googleMaps iframe, li.footerLeftFix dl.gMapBox .googleMaps object, li.footerLeftFix dl.gMapBox .googleMaps embed {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

li.footerLeftFix dl.gMapBox .googleMaps iframe:hover, li.footerLeftFix dl.gMapBox .googleMaps object:hover, li.footerLeftFix dl.gMapBox .googleMaps embed:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

li.footerLeftFix dl.gMapBox a {
  display: block;
  position: relative;
  margin-top: 1em;
}

li.footerLeftFix dl.gMapBox a img {
  width: 70px;
  position: absolute;
  top: -10px;
}

li.footerLeftFix dl.gMapBox dd.mapZoom {
  display: none;
}

@media screen and (max-width: 767px) {
  li.footerLeftFix dl.gMapBox {
    margin-right: 0em;
  }
}

li.footerRightFix {
  width: 35%;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 1199px) {
  li.footerRightFix {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2em;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: none;
  }
}

@media screen and (max-width: 480px) {
  li.footerRightFix {
    border: none;
    padding-top: 3em;
  }
}

li.footerRightFix .footerContactBox {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 4em;
  padding-left: 4em;
}

@media screen and (max-width: 1199px) {
  li.footerRightFix .footerContactBox {
    padding: 2em 2em 0;
    width: 60%;
    border-bottom: none;
  }
}

@media screen and (max-width: 767px) {
  li.footerRightFix .footerContactBox {
    width: 100%;
    padding: 0 2em 0 0;
  }
}

@media screen and (max-width: 480px) {
  li.footerRightFix .footerContactBox {
    font-size: 1.2rem;
    padding: 0;
  }
}

li.footerRightFix .footerContactBox dt {
  margin-bottom: 2em;
}

@media screen and (max-width: 1199px) {
  li.footerRightFix .footerContactBox dt {
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 480px) {
  li.footerRightFix .footerContactBox dt {
    margin-bottom: 0;
  }
}

li.footerRightFix .footerContactBox dt span {
  color: #0F3193;
}

li.footerRightFix .footerContactBox dd a {
  position: relative;
  padding: 7px 10px;
  background: #FFBB02;
  border-radius: 20px;
  height: 40px;
  width: 180px;
  text-align: center;
  z-index: 1;
  display: block;
}

@media screen and (max-width: 480px) {
  li.footerRightFix .footerContactBox dd a {
    display: none;
  }
}

li.footerRightFix .footerNaviBox {
  padding-left: 4em;
  padding-top: 4em;
}

@media screen and (max-width: 1199px) {
  li.footerRightFix .footerNaviBox {
    padding-left: 2em;
    padding-top: 2em;
    width: 40%;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }
}

@media screen and (max-width: 767px) {
  li.footerRightFix .footerNaviBox {
    border: none;
    padding: 0;
    width: initial;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  li.footerRightFix ul {
    display: none;
  }
}

li.footerRightFix li {
  line-height: 3.0;
}

@media screen and (max-width: 1199px) {
  li.footerRightFix li {
    line-height: 2.2;
  }
}

li.footerRightFix li a {
  text-decoration: none;
  display: inline-block;
  position: relative;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

li.footerRightFix li a:hover {
  -webkit-transform: translateX(7px);
          transform: translateX(7px);
  color: #0F3193;
}

.footerLogo {
  width: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: .5;
}

@media screen and (max-width: 1199px) {
  .footerLogo {
    padding-right: 2em;
  }
}

@media screen and (max-width: 767px) {
  .footerLogo {
    bottom: -80px;
  }
}

@media screen and (max-width: 480px) {
  .footerLogo {
    top: -400px;
    bottom: inherit;
  }
}

.footerLogo img {
  width: 100px;
}

#copy {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 5px;
  font-size: 1.2rem;
}

#page-animate::before {
  content: '';
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #C8D7D7;
  z-index: 9999;
  pointer-events: none;
  right: 100%;
  -webkit-transition: right 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: right 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

#page-animate::after {
  content: '';
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #C8D7D7;
  z-index: 9999;
  pointer-events: none;
  left: 100%;
  -webkit-transition: left 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: left 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

#page-animate.is-slide-in::before {
  right: 0;
}

#page-animate.is-slide::after {
  left: 0;
}

#thanks {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background: url("../img/top/thanks.jpg") no-repeat 40% 0%;
  background-size: cover;
}

#thanks::after {
  content: '';
  background-color: rgba(51, 51, 51, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
}

#thanks h1 {
  position: absolute;
  top: 20px;
  left: 10px;
  width: 60px;
  height: 60px;
  z-index: 10;
}

#thanks h1 img {
  width: 40px;
}

#thanks h1 a {
  display: block;
}

#thanks .thanksBox {
  width: 100%;
  position: absolute;
  top: 40%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #thanks .thanksBox {
    top: 45%;
    padding: 0 20px;
  }
}

#thanks .thanksBox h2.thanksTitle {
  width: 100%;
  font-size: 2.4rem;
}

#thanks .thanksBox p.message {
  width: 100%;
  font-size: 1.6rem;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #thanks .thanksBox p.message {
    font-size: 1.4rem;
  }
}

#thanks .thanksBox a {
  position: relative;
  padding: 7px 10px;
  background: #FFBB02;
  border-radius: 20px;
  height: 40px;
  width: 180px;
  text-align: center;
  z-index: 1;
  display: block;
}

#thanks #comp {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  width: 50px;
  height: 50px;
  background: transparent;
  margin: 15px auto 50px;
  border: solid 2px #fff;
  border-top: solid 2px #FFBB02;
  border-radius: 50%;
  opacity: 0;
  z-index: 10;
}

#thanks #check {
  position: relative;
  width: 100%;
  height: 100%;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-transform: translate3d(-4px, 50px, 0);
  transform: translate3d(-4px, 50px, 0);
  opacity: 0;
  z-index: 10;
}

#thanks #check span:nth-child(1) {
  display: block;
  width: 10px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#thanks #check span:nth-child(2) {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg) translate3d(14px, -4px, 0);
  transform: rotate(-45deg) translate3d(14px, -4px, 0);
  -webkit-transform-origin: 100%;
  transform-origin: 100%;
}

#thanks #comp.active {
  -webkit-animation: loading 2s ease-in-out;
  animation: loading 2s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#thanks #check.active {
  opacity: 1;
  -webkit-transform: translate3d(-4px, 4px, 0);
  transform: translate3d(-4px, 4px, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.49, 1.74, 0.38, 1.74);
  transition: all 0.5s cubic-bezier(0.49, 1.74, 0.38, 1.74);
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

@-webkit-keyframes loading {
  30% {
    opacity: 1;
  }
  85% {
    opacity: 1;
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
    border-color: #262626;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
    border-color: #FFBB02;
  }
}

@keyframes loading {
  30% {
    opacity: 1;
  }
  85% {
    opacity: 1;
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
    border-color: #fff;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
    border-color: #FFBB02;
  }
}

#thanks p.copy {
  position: absolute;
  left: 50%;
  bottom: 10px;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 1px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  #thanks p.copy {
    bottom: 5px;
  }
}
/*# sourceMappingURL=style.css.map */