.vegas-wrapper,
.vegas-overlay,
.vegas-timer,
.vegas-slide,
.vegas-slide-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0;
}

.vegas-overlay {
  opacity: 0.5;
  background: transparent url("02.png") center center repeat;
}

.vegas-timer {
  top: auto;
  bottom: 0;
  height: 2px;
}

.vegas-timer-progress {
  width: 0%;
  height: 100%;
  background: white;
  -webkit-transition: width ease-out;
  transition: width ease-out;
}

.vegas-timer-running .vegas-timer-progress {
  width: 100%;
}

.vegas-slide,
.vegas-slide-inner {
  margin: 0;
  padding: 0;
  background: transparent center center no-repeat;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform, opacity;
}

body .vegas-container {
  overflow: hidden !important;
  position: relative;
}

.vegas-video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

body.vegas-container {
  overflow: auto;
  position: static;
  z-index: -2;
}

body.vegas-container > .vegas-timer,
body.vegas-container > .vegas-overlay,
body.vegas-container > .vegas-slide {
  position: fixed;
  z-index: -1;
}

/* Target Safari IOS7+ in order to add 76px */

_::full-page-media,
_:future,
:root body.vegas-container > .vegas-slide,
:root body.vegas-container > .vegas-overlay {
  bottom: -76px;
}

/*******************************************/

/* blur transition */

/*******************************************/

.vegas-transition-blur,
.vegas-transition-blur2 {
  opacity: 0;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="32" /></filter></svg>#filter');
  filter: blur(32px);
}

.vegas-transition-blur-in,
.vegas-transition-blur2-in {
  opacity: 1;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
  filter: blur(0px);
}

.vegas-transition-blur2-out {
  opacity: 0;
}

/*******************************************/

/* burn transition */

/*******************************************/

.vegas-transition-burn,
.vegas-transition-burn2 {
  opacity: 0;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="10" intercept="-4.5" /><feFuncG type="linear" slope="10" intercept="-4.5" /><feFuncB type="linear" slope="10" intercept="-4.5" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="8.083 -6.435 -0.648 0 0 -1.9169999999999998 3.6649999999999996 -0.648 0 0 -1.9169999999999998 -6.435 9.352 0 0 0 0 0 1 0" /></filter></svg>#filter');
  filter: contrast(1000%) saturate(1000%);
}

.vegas-transition-burn-in,
.vegas-transition-burn2-in {
  opacity: 1;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" intercept="0" /><feFuncG type="linear" slope="1" intercept="0" /><feFuncB type="linear" slope="1" intercept="0" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1.01 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
  filter: contrast(100%) saturate(100%);
}

.vegas-transition-burn2-out {
  opacity: 0;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="10" intercept="-4.5" /><feFuncG type="linear" slope="10" intercept="-4.5" /><feFuncB type="linear" slope="10" intercept="-4.5" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="8.083 -6.435 -0.648 0 0 -1.9169999999999998 3.6649999999999996 -0.648 0 0 -1.9169999999999998 -6.435 9.352 0 0 0 0 0 1 0" /></filter></svg>#filter');
  filter: contrast(1000%) saturate(1000%);
}

/*******************************************/

/* fade transition */

/*******************************************/

.vegas-transition-fade,
.vegas-transition-fade2 {
  opacity: 0;
}

.vegas-transition-fade-in,
.vegas-transition-fade2-in {
  opacity: 1;
}

.vegas-transition-fade2-out {
  opacity: 0;
}

/*******************************************/

/* flash transition */

/*******************************************/

.vegas-transition-flash,
.vegas-transition-flash2 {
  opacity: 0;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="25" /><feFuncG type="linear" slope="25" /><feFuncB type="linear" slope="25" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(25);
}

.vegas-transition-flash-in,
.vegas-transition-flash2-in {
  opacity: 1;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(1);
}

.vegas-transition-flash2-out {
  opacity: 0;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="25" /><feFuncG type="linear" slope="25" /><feFuncB type="linear" slope="25" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(25);
}

/*******************************************/

/* negative transition */

/*******************************************/

.vegas-transition-negative,
.vegas-transition-negative2 {
  opacity: 0;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
  filter: invert(100%);
}

.vegas-transition-negative-in,
.vegas-transition-negative2-in {
  opacity: 1;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0 1" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0 1" /></feComponentTransfer></filter></svg>#filter');
  filter: invert(0);
}

.vegas-transition-negative2-out {
  opacity: 0;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
  filter: invert(100%);
}

/*******************************************/

/* slideDown transition */

/*******************************************/

.vegas-transition-slideDown,
.vegas-transition-slideDown2 {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.vegas-transition-slideDown-in,
.vegas-transition-slideDown2-in {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.vegas-transition-slideDown2-out {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

/*******************************************/

/* slideLeft transition */

/*******************************************/

.vegas-transition-slideLeft,
.vegas-transition-slideLeft2 {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.vegas-transition-slideLeft-in,
.vegas-transition-slideLeft2-in {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.vegas-transition-slideLeft2-out {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

/*******************************************/

/* slideRight transition */

/*******************************************/

.vegas-transition-slideRight,
.vegas-transition-slideRight2 {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.vegas-transition-slideRight-in,
.vegas-transition-slideRight2-in {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.vegas-transition-slideRight2-out {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

/*******************************************/

/* slideUp transition */

/*******************************************/

.vegas-transition-slideUp,
.vegas-transition-slideUp2 {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.vegas-transition-slideUp-in,
.vegas-transition-slideUp2-in {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.vegas-transition-slideUp2-out {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

/*******************************************/

/* swirlLeft transition */

/*******************************************/

.vegas-transition-swirlLeft,
.vegas-transition-swirlLeft2 {
  -webkit-transform: scale(2) rotate(35deg);
  -ms-transform: scale(2) rotate(35deg);
  transform: scale(2) rotate(35deg);
  opacity: 0;
}

.vegas-transition-swirlLeft-in,
.vegas-transition-swirlLeft2-in {
  -webkit-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

.vegas-transition-swirlLeft2-out {
  -webkit-transform: scale(2) rotate(-35deg);
  -ms-transform: scale(2) rotate(-35deg);
  transform: scale(2) rotate(-35deg);
  opacity: 0;
}

/*******************************************/

/* swirlRight transition */

/*******************************************/

.vegas-transition-swirlRight,
.vegas-transition-swirlRight2 {
  -webkit-transform: scale(2) rotate(-35deg);
  -ms-transform: scale(2) rotate(-35deg);
  transform: scale(2) rotate(-35deg);
  opacity: 0;
}

.vegas-transition-swirlRight-in,
.vegas-transition-swirlRight2-in {
  -webkit-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

.vegas-transition-swirlRight2-out {
  -webkit-transform: scale(2) rotate(35deg);
  -ms-transform: scale(2) rotate(35deg);
  transform: scale(2) rotate(35deg);
  opacity: 0;
}

/*******************************************/

/* zoomIn transition */

/*******************************************/

.vegas-transition-zoomIn,
.vegas-transition-zoomIn2 {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.vegas-transition-zoomIn-in,
.vegas-transition-zoomIn2-in {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.vegas-transition-zoomIn2-out {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0;
}

/*******************************************/

/* zoomOut transition */

/*******************************************/

.vegas-transition-zoomOut,
.vegas-transition-zoomOut2 {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0;
}

.vegas-transition-zoomOut-in,
.vegas-transition-zoomOut2-in {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.vegas-transition-zoomOut2-out {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

/*******************************************/

/* kenburns animation */

/*******************************************/

.vegas-animation-kenburns {
  -webkit-animation: kenburns ease-out;
  animation: kenburns ease-out;
}

/*******************************************/

/* kenburnsDownLeft animation */

/*******************************************/

.vegas-animation-kenburnsDownLeft {
  -webkit-animation: kenburnsDownLeft ease-out;
  animation: kenburnsDownLeft ease-out;
}

/*******************************************/

/* kenburnsDownRight animation */

/*******************************************/

.vegas-animation-kenburnsDownRight {
  -webkit-animation: kenburnsDownRight ease-out;
  animation: kenburnsDownRight ease-out;
}

/*******************************************/

/* kenburnsDown animation */

/*******************************************/

.vegas-animation-kenburnsDown {
  -webkit-animation: kenburnsDown ease-out;
  animation: kenburnsDown ease-out;
}

/*******************************************/

/* kenburnsLeft animation */

/*******************************************/

.vegas-animation-kenburnsLeft {
  -webkit-animation: kenburnsLeft ease-out;
  animation: kenburnsLeft ease-out;
}

/*******************************************/

/* kenburnsRight animation */

/*******************************************/

.vegas-animation-kenburnsRight {
  -webkit-animation: kenburnsRight ease-out;
  animation: kenburnsRight ease-out;
}

/*******************************************/

/* kenburnsUpLeft animation */

/*******************************************/

.vegas-animation-kenburnsUpLeft {
  -webkit-animation: kenburnsUpLeft ease-out;
  animation: kenburnsUpLeft ease-out;
}

/*******************************************/

/* kenburnsUpRight animation */

/*******************************************/

.vegas-animation-kenburnsUpRight {
  -webkit-animation: kenburnsUpRight ease-out;
  animation: kenburnsUpRight ease-out;
}

/*******************************************/

/* kenburnsUp animation */

/*******************************************/

.vegas-animation-kenburnsUp {
  -webkit-animation: kenburnsUp ease-out;
  animation: kenburnsUp ease-out;
}

#underLayer .form :placeholder-shown,
#underLayer .form ::-webkit-input-placeholder {
  color: #999;
}

/*  hasLayout Swicth
--------------------------------------- */

div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
header,
footer,
nav,
section {
  zoom: 1;
}

ul li,
ol li {
  zoom: 0;
}

/*  Clear Fix
--------------------------------------- */

.clearfix,
.cf {
  zoom: 1;
  display: inline-table;
  display: block;
}

.clearfix:after,
.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*  Style Adjustment
--------------------------------------- */

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

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

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

.top {
  vertical-align: top !important;
}

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

.bottom {
  vertical-align: bottom !important;
}

.last {
  margin: 0 !important;
}

.flL {
  float: left !important;
}

.flR {
  float: right !important;
}

.bold,
em,
strong {
  font-weight: bold !important;
}

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

.mt0 {
  margin-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt85 {
  margin-top: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

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

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

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

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

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

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

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

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

.mt95 {
  margin-top: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

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

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

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

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

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

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

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

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

.pct0 {
  width: 0%;
}

.pct1 {
  width: 1%;
}

.pct2 {
  width: 2%;
}

.pct3 {
  width: 3%;
}

.pct4 {
  width: 4%;
}

.pct5 {
  width: 5%;
}

.pct6 {
  width: 6%;
}

.pct7 {
  width: 7%;
}

.pct8 {
  width: 8%;
}

.pct9 {
  width: 9%;
}

.pct10 {
  width: 10%;
}

.pct11 {
  width: 11%;
}

.pct12 {
  width: 12%;
}

.pct13 {
  width: 13%;
}

.pct14 {
  width: 14%;
}

.pct15 {
  width: 15%;
}

.pct16 {
  width: 16%;
}

.pct17 {
  width: 17%;
}

.pct18 {
  width: 18%;
}

.pct19 {
  width: 19%;
}

.pct20 {
  width: 20%;
}

.pct21 {
  width: 21%;
}

.pct22 {
  width: 22%;
}

.pct23 {
  width: 23%;
}

.pct24 {
  width: 24%;
}

.pct25 {
  width: 25%;
}

.pct26 {
  width: 26%;
}

.pct27 {
  width: 27%;
}

.pct28 {
  width: 28%;
}

.pct29 {
  width: 29%;
}

.pct30 {
  width: 30%;
}

.pct31 {
  width: 31%;
}

.pct32 {
  width: 32%;
}

.pct33 {
  width: 33%;
}

.pct34 {
  width: 34%;
}

.pct35 {
  width: 35%;
}

.pct36 {
  width: 36%;
}

.pct37 {
  width: 37%;
}

.pct38 {
  width: 38%;
}

.pct39 {
  width: 39%;
}

.pct40 {
  width: 40%;
}

.pct41 {
  width: 41%;
}

.pct42 {
  width: 42%;
}

.pct43 {
  width: 43%;
}

.pct44 {
  width: 44%;
}

.pct45 {
  width: 45%;
}

.pct46 {
  width: 46%;
}

.pct47 {
  width: 47%;
}

.pct48 {
  width: 48%;
}

.pct49 {
  width: 49%;
}

.pct50 {
  width: 50%;
}

.pct51 {
  width: 51%;
}

.pct52 {
  width: 52%;
}

.pct53 {
  width: 53%;
}

.pct54 {
  width: 54%;
}

.pct55 {
  width: 55%;
}

.pct56 {
  width: 56%;
}

.pct57 {
  width: 57%;
}

.pct58 {
  width: 58%;
}

.pct59 {
  width: 59%;
}

.pct60 {
  width: 60%;
}

.pct61 {
  width: 61%;
}

.pct62 {
  width: 62%;
}

.pct63 {
  width: 63%;
}

.pct64 {
  width: 64%;
}

.pct65 {
  width: 65%;
}

.pct66 {
  width: 66%;
}

.pct67 {
  width: 67%;
}

.pct68 {
  width: 68%;
}

.pct69 {
  width: 69%;
}

.pct70 {
  width: 70%;
}

.pct71 {
  width: 71%;
}

.pct72 {
  width: 72%;
}

.pct73 {
  width: 73%;
}

.pct74 {
  width: 74%;
}

.pct75 {
  width: 75%;
}

.pct76 {
  width: 76%;
}

.pct77 {
  width: 77%;
}

.pct78 {
  width: 78%;
}

.pct79 {
  width: 79%;
}

.pct80 {
  width: 80%;
}

.pct81 {
  width: 81%;
}

.pct82 {
  width: 82%;
}

.pct83 {
  width: 83%;
}

.pct84 {
  width: 84%;
}

.pct85 {
  width: 85%;
}

.pct86 {
  width: 86%;
}

.pct87 {
  width: 87%;
}

.pct88 {
  width: 88%;
}

.pct89 {
  width: 89%;
}

.pct90 {
  width: 90%;
}

.pct91 {
  width: 91%;
}

.pct92 {
  width: 92%;
}

.pct93 {
  width: 93%;
}

.pct94 {
  width: 94%;
}

.pct95 {
  width: 95%;
}

.pct96 {
  width: 96%;
}

.pct97 {
  width: 97%;
}

.pct98 {
  width: 98%;
}

.pct99 {
  width: 99%;
}

.pct100 {
  width: 100%;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #000;
  font-size: 1.5rem;
  /* font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; */
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  font-size: 100%;
}

em {
  font-style: normal;
  font-weight: bold;
}

strong {
  font-style: normal;
}

ul,
ol {
  list-style: none;
}

table {
  border: 0 none;
  border-collapse: collapse;
  width: 100%;
}

table th,
table td {
  border: 0 none;
  vertical-align: top;
  font-size: 1em;
  text-align: left;
  font-weight: normal;
}

img {
  border: 0;
  vertical-align: top;
}

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

a:link,
a:visited {
  color: #333;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  cursor: pointer;
  outline: none;
  text-decoration: underline;
}

#wrapper {
  position: relative;
}

#wrapper #main .lineAnimation,
#wrapper #footer .lineAnimation {
  width: 100%;
}

.pc_none {
  display: none;
}

.sp_none {
  display: block;
}

.fadeBox .fadeBlock {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transform: translate(0, 70px);
  -ms-transform: translate(0, 70px);
  transform: translate(0, 70px);
  opacity: 0;
}

.fadeBox .fadeBlock:nth-child(1) {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.fadeBox .fadeBlock:nth-child(2) {
  -webkit-transition: 0.75s;
  transition: 0.75s;
}

.fadeBox .fadeBlock:nth-child(3) {
  -webkit-transition: 1s;
  transition: 1s;
}

.fadeBox .fadeBlock:nth-child(4) {
  -webkit-transition: 1.25s;
  transition: 1.25s;
}

.fadeBox .fadeBlock:nth-child(5) {
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

.fadeBox .fadeBlock:nth-child(6) {
  -webkit-transition: 1.75s;
  transition: 1.75s;
}

.fadeBox .fadeBlock:nth-child(7) {
  -webkit-transition: 2s;
  transition: 2s;
}

.fadeBox .fadeBlock:nth-child(8) {
  -webkit-transition: 2.25s;
  transition: 2.25s;
}

.fadeBox .fadeBlock:nth-child(9) {
  -webkit-transition: 2.5s;
  transition: 2.5s;
}

.fadeBox .fadeBlock:nth-child(10) {
  -webkit-transition: 2.75s;
  transition: 2.75s;
}

.fadeBox .fadeBlock:nth-child(11) {
  -webkit-transition: 3s;
  transition: 3s;
}

.fadeBox .fadeBlock:nth-child(12) {
  -webkit-transition: 3.25s;
  transition: 3.25s;
}

.fadeBox .fadeBlock:nth-child(13) {
  -webkit-transition: 3.5s;
  transition: 3.5s;
}

.fadeBox .fadeBlock:nth-child(14) {
  -webkit-transition: 3.75s;
  transition: 3.75s;
}

.fadeBox .fadeBlock:nth-child(15) {
  -webkit-transition: 4s;
  transition: 4s;
}

.fadeBox .fadeBlock:nth-child(16) {
  -webkit-transition: 4.25s;
  transition: 4.25s;
}

.fadeBox .fadeBlock:nth-child(17) {
  -webkit-transition: 4.5s;
  transition: 4.5s;
}

.fadeBox .fadeBlock:nth-child(18) {
  -webkit-transition: 4.75s;
  transition: 4.75s;
}

.fadeBox .fadeBlock:nth-child(19) {
  -webkit-transition: 5s;
  transition: 5s;
}

.fadeBox .fadeBlock:nth-child(20) {
  -webkit-transition: 5.25s;
  transition: 5.25s;
}

.fadeBox .fadeBlock:nth-child(21) {
  -webkit-transition: 5.5s;
  transition: 5.5s;
}

.fadeBox .fadeBlock:nth-child(22) {
  -webkit-transition: 5.75s;
  transition: 5.75s;
}

.fadeBox .fadeBlock:nth-child(23) {
  -webkit-transition: 6s;
  transition: 6s;
}

.fadeBox .fadeBlock:nth-child(24) {
  -webkit-transition: 6.25s;
  transition: 6.25s;
}

.fadeBox .fadeBlock:nth-child(25) {
  -webkit-transition: 6.5s;
  transition: 6.5s;
}

.fadeBox .fadeBlock:nth-child(26) {
  -webkit-transition: 6.75s;
  transition: 6.75s;
}

.fadeBox .fadeBlock:nth-child(27) {
  -webkit-transition: 7s;
  transition: 7s;
}

.fadeBox .fadeBlock:nth-child(28) {
  -webkit-transition: 7.25s;
  transition: 7.25s;
}

.fadeBox .fadeBlock:nth-child(29) {
  -webkit-transition: 7.5s;
  transition: 7.5s;
}

.fadeBox .fadeBlock:nth-child(30) {
  -webkit-transition: 7.75s;
  transition: 7.75s;
}

.fadeBox .fadeBlock:nth-child(31) {
  -webkit-transition: 8s;
  transition: 8s;
}

.fadeBox .fadeBlock:nth-child(32) {
  -webkit-transition: 8.25s;
  transition: 8.25s;
}

.fadeBox .fadeBlock:nth-child(33) {
  -webkit-transition: 8.5s;
  transition: 8.5s;
}

.fadeBox .fadeBlock:nth-child(34) {
  -webkit-transition: 8.75s;
  transition: 8.75s;
}

.fadeBox .fadeBlock:nth-child(35) {
  -webkit-transition: 9s;
  transition: 9s;
}

.fadeBox .fadeBlock:nth-child(36) {
  -webkit-transition: 9.25s;
  transition: 9.25s;
}

.fadeBox .fadeBlock:nth-child(37) {
  -webkit-transition: 9.5s;
  transition: 9.5s;
}

.fadeBox .fadeBlock:nth-child(38) {
  -webkit-transition: 9.75s;
  transition: 9.75s;
}

.fadeBox .fadeBlock:nth-child(39) {
  -webkit-transition: 10s;
  transition: 10s;
}

.fadeBox .fadeBlock:nth-child(40) {
  -webkit-transition: 10.25s;
  transition: 10.25s;
}

.fadeBox .fadeBlock:nth-child(41) {
  -webkit-transition: 10.5s;
  transition: 10.5s;
}

.fadeBox .fadeBlock:nth-child(42) {
  -webkit-transition: 10.75s;
  transition: 10.75s;
}

.fadeBox .fadeBlock:nth-child(43) {
  -webkit-transition: 11s;
  transition: 11s;
}

.fadeBox .fadeBlock:nth-child(44) {
  -webkit-transition: 11.25s;
  transition: 11.25s;
}

.fadeBox .fadeBlock:nth-child(45) {
  -webkit-transition: 11.5s;
  transition: 11.5s;
}

.fadeBox .fadeBlock:nth-child(46) {
  -webkit-transition: 11.75s;
  transition: 11.75s;
}

.fadeBox .fadeBlock:nth-child(47) {
  -webkit-transition: 12s;
  transition: 12s;
}

.fadeBox .fadeBlock:nth-child(48) {
  -webkit-transition: 12.25s;
  transition: 12.25s;
}

.fadeBox .fadeBlock:nth-child(49) {
  -webkit-transition: 12.5s;
  transition: 12.5s;
}

.fadeBox .fadeBlock:nth-child(50) {
  -webkit-transition: 12.75s;
  transition: 12.75s;
}

.fadeBox .fadeBlock:nth-child(51) {
  -webkit-transition: 13s;
  transition: 13s;
}

.fadeBox .fadeBlock:nth-child(52) {
  -webkit-transition: 13.25s;
  transition: 13.25s;
}

.fadeBox .fadeBlock:nth-child(53) {
  -webkit-transition: 13.5s;
  transition: 13.5s;
}

.fadeBox .fadeBlock:nth-child(54) {
  -webkit-transition: 13.75s;
  transition: 13.75s;
}

.fadeBox .fadeBlock:nth-child(55) {
  -webkit-transition: 14s;
  transition: 14s;
}

.fadeBox .fadeBlock:nth-child(56) {
  -webkit-transition: 14.25s;
  transition: 14.25s;
}

.fadeBox .fadeBlock:nth-child(57) {
  -webkit-transition: 14.5s;
  transition: 14.5s;
}

.fadeBox .fadeBlock:nth-child(58) {
  -webkit-transition: 14.75s;
  transition: 14.75s;
}

.fadeBox .fadeBlock:nth-child(59) {
  -webkit-transition: 15s;
  transition: 15s;
}

.fadeBox .fadeBlock:nth-child(60) {
  -webkit-transition: 15.25s;
  transition: 15.25s;
}

.fadeBox .fadeBlock:nth-child(61) {
  -webkit-transition: 15.5s;
  transition: 15.5s;
}

.fadeBox .fadeBlock:nth-child(62) {
  -webkit-transition: 15.75s;
  transition: 15.75s;
}

.fadeBox .fadeBlock:nth-child(63) {
  -webkit-transition: 16s;
  transition: 16s;
}

.fadeBox .fadeBlock:nth-child(64) {
  -webkit-transition: 16.25s;
  transition: 16.25s;
}

.fadeBox .fadeBlock:nth-child(65) {
  -webkit-transition: 16.5s;
  transition: 16.5s;
}

.fadeBox .fadeBlock:nth-child(66) {
  -webkit-transition: 16.75s;
  transition: 16.75s;
}

.fadeBox .fadeBlock:nth-child(67) {
  -webkit-transition: 17s;
  transition: 17s;
}

.fadeBox .fadeBlock:nth-child(68) {
  -webkit-transition: 17.25s;
  transition: 17.25s;
}

.fadeBox .fadeBlock:nth-child(69) {
  -webkit-transition: 17.5s;
  transition: 17.5s;
}

.fadeBox .fadeBlock:nth-child(70) {
  -webkit-transition: 17.75s;
  transition: 17.75s;
}

.fadeBox .fadeBlock:nth-child(71) {
  -webkit-transition: 18s;
  transition: 18s;
}

.fadeBox .fadeBlock:nth-child(72) {
  -webkit-transition: 18.25s;
  transition: 18.25s;
}

.fadeBox .fadeBlock:nth-child(73) {
  -webkit-transition: 18.5s;
  transition: 18.5s;
}

.fadeBox .fadeBlock:nth-child(74) {
  -webkit-transition: 18.75s;
  transition: 18.75s;
}

.fadeBox .fadeBlock:nth-child(75) {
  -webkit-transition: 19s;
  transition: 19s;
}

.fadeBox .fadeBlock:nth-child(76) {
  -webkit-transition: 19.25s;
  transition: 19.25s;
}

.fadeBox .fadeBlock:nth-child(77) {
  -webkit-transition: 19.5s;
  transition: 19.5s;
}

.fadeBox .fadeBlock:nth-child(78) {
  -webkit-transition: 19.75s;
  transition: 19.75s;
}

.fadeBox .fadeBlock:nth-child(79) {
  -webkit-transition: 20s;
  transition: 20s;
}

.fadeBox .fadeBlock:nth-child(80) {
  -webkit-transition: 20.25s;
  transition: 20.25s;
}

.fadeBox .fadeBlock:nth-child(81) {
  -webkit-transition: 20.5s;
  transition: 20.5s;
}

.fadeBox .fadeBlock:nth-child(82) {
  -webkit-transition: 20.75s;
  transition: 20.75s;
}

.fadeBox .fadeBlock:nth-child(83) {
  -webkit-transition: 21s;
  transition: 21s;
}

.fadeBox .fadeBlock:nth-child(84) {
  -webkit-transition: 21.25s;
  transition: 21.25s;
}

.fadeBox .fadeBlock:nth-child(85) {
  -webkit-transition: 21.5s;
  transition: 21.5s;
}

.fadeBox .fadeBlock:nth-child(86) {
  -webkit-transition: 21.75s;
  transition: 21.75s;
}

.fadeBox .fadeBlock:nth-child(87) {
  -webkit-transition: 22s;
  transition: 22s;
}

.fadeBox .fadeBlock:nth-child(88) {
  -webkit-transition: 22.25s;
  transition: 22.25s;
}

.fadeBox .fadeBlock:nth-child(89) {
  -webkit-transition: 22.5s;
  transition: 22.5s;
}

.fadeBox .fadeBlock:nth-child(90) {
  -webkit-transition: 22.75s;
  transition: 22.75s;
}

.fadeBox .fadeBlock:nth-child(91) {
  -webkit-transition: 23s;
  transition: 23s;
}

.fadeBox .fadeBlock:nth-child(92) {
  -webkit-transition: 23.25s;
  transition: 23.25s;
}

.fadeBox .fadeBlock:nth-child(93) {
  -webkit-transition: 23.5s;
  transition: 23.5s;
}

.fadeBox .fadeBlock:nth-child(94) {
  -webkit-transition: 23.75s;
  transition: 23.75s;
}

.fadeBox .fadeBlock:nth-child(95) {
  -webkit-transition: 24s;
  transition: 24s;
}

.fadeBox .fadeBlock:nth-child(96) {
  -webkit-transition: 24.25s;
  transition: 24.25s;
}

.fadeBox .fadeBlock:nth-child(97) {
  -webkit-transition: 24.5s;
  transition: 24.5s;
}

.fadeBox .fadeBlock:nth-child(98) {
  -webkit-transition: 24.75s;
  transition: 24.75s;
}

.fadeBox .fadeBlock:nth-child(99) {
  -webkit-transition: 25s;
  transition: 25s;
}

.fadeBox .fadeBlock:nth-child(100) {
  -webkit-transition: 25.25s;
  transition: 25.25s;
}

.fadeBox .fadeBlock.moveActive {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.main__button {
  position: relative;
  display: block;
  z-index: 999;
  width: 320px;
  height: 60px;
  margin: 70px auto 120px;
  color: #fff;
  background-color: #000;
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  text-align: center;
  line-height: 60px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-sizing: border-box;
  border: 1px solid #000;
}

.main__button:link,
.main__button:visited {
  color: #fff;
}

.main__button:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  content: "";
  width: 0;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main__button:hover {
  text-decoration: none;
  color: #000;
  background: #fff;
}

.main__button:hover:after {
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #000;
}

.main__button span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 999;
}

.main__button i {
  position: absolute;
  top: 20px;
  right: 100px;
}

.main__button_blank i {
  top: 22px;
  right: 80px;
}

.main__button_back i {
  left: 15px;
}

#underLayer .form {
  min-height: 500px;
}

#underLayer .form__title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

#underLayer .form__text {
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 20px;
}

#underLayer .form__button {
  margin: 50px 0;
  background: #fff;
}

#underLayer .form__button .main__button {
  float: left;
  margin-right: 20px;
  margin-bottom: 50px;
}

#underLayer .form__button .main__button:first-child {
  margin-left: 150px;
}

#underLayer .form tr {
  border: 1px dotted #ccc;
  border-width: 1px 0;
  font-size: 1.5rem;
}

#underLayer .form th {
  width: 220px;
  padding: 30px 15px;
  font-size: 1.5rem;
  font-weight: bold;
  background: #eee;
}

#underLayer .form th .notes {
  display: block;
  float: right;
  font-size: 1.4rem;
  color: #fff;
  padding: 2px 7px;
  background: #f1a313;
}

#underLayer .form td {
  padding: 25px 40px;
}

#underLayer .form td input {
  padding: 10px;
  box-sizing: border-box;
}

#underLayer .form td textarea {
  border: 1px solid #ccc;
  resize: none;
  width: 700px;
  height: 300px;
  padding: 10px 15px;
  box-sizing: border-box;
}

#underLayer .form .sex {
  padding-right: 3em;
  vertical-align: middle;
}

#underLayer .form .submit-next {
  padding-bottom: 100px;
}

#underLayer .form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}

#underLayer .form div {
  margin-bottom: 1em;
}

#underLayer .form .customWrap {
  position: relative;
  width: 180px;
}

#underLayer .form .customSelect {
  width: 180px;
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 1.5rem;
  white-space: nowrap;
}

#underLayer .form .customSelect:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 5px;
  width: 5px;
  height: 7px;
  box-sizing: border-box;
  border: 5px solid transparent;
  border-left: 7px solid #000;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

#underLayer .form .customSelect.customSelectHover {
  /* マウスオーバー時のスタイル */
}

#underLayer .form .customSelect.customSelectOpen {
  /* スプルダウン時のスタイル */
}

#underLayer .form .customSelect.customSelectFocus {
  /* フォーカス時のスタイル */
}

#underLayer .form .customRadiobox-input {
  display: none;
}

#underLayer .form .customRadiobox-input + label {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}

#underLayer .form .customRadiobox-input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}

#underLayer .form .customRadiobox-input:checked + label {
  color: #000;
}

#underLayer .form .customRadiobox-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #999;
  border-radius: 50%;
}

#underLayer .form .error-block {
  color: #f00;
  font-size: 1.8rem;
}

#underLayer .form .form-container {
  font-size: 1.5rem;
}

#underLayer .form .form-container .button {
  margin: 50px auto;
}

#underLayer .form .form-container .button:hover {
  color: #000;
}

#home section {
  position: relative;
  z-index: 2;
  padding: 60px 0;
  background: #fff;
}

#home .header {
  z-index: 10;
}

#home .header .slider {
  position: fixed;
  z-index: 2;
  width: 100%;
  padding: 0;
}

#home .header__mainVisual {
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 1000px;
  padding: 0;
  background: transparent;
}

#home .header__mainVisual .textWrapper {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: 110px;
  text-align: center;
}

#home .header__mainVisual .textWrapper__title {
  color: #fff;
  font-size: 3.6rem;
  letter-spacing: 2rem;
  text-transform: uppercase;
}

#home .header__mainVisual .scrollIcon a {
  display: inline-block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  z-index: 2;
  margin-left: -28px;
  padding-top: 40px;
  color: #fff;
  font: normal 400 20px "Oswald", sans-serif;
  font: normal 400 2rem "Oswald", sans-serif;
  text-decoration: none;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#home .header__mainVisual .scrollIcon a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
}

#home .main {
  z-index: 11;
  min-width: 1000px;
}

#home .main__title {
  position: relative;
  z-index: 11;
  width: 100%;
  max-width: 1000px;
  overflow: hidden;
  margin: 0 auto;
  font-family: "Oswald", sans-serif;
  font-size: 3.6rem;
  text-align: center;
}

#home .main__title_line {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  height: 1px;
  margin: auto;
  background: #000;
}

#home .main__title_line_left {
  right: 61%;
  width: 0;
  -webkit-transition: all 5s;
  transition: all 5s;
}

#home .main__title_line_right {
  left: 61%;
  width: 0;
  -webkit-transition: all 5s;
  transition: all 5s;
}

#home .main__title_white {
  color: #fff;
}

#home .main__title_white_line {
  background: #fff;
}

#home .main__title_number {
  font-family: "Oswald", sans-serif;
}

#home .main .service {
  position: relative;
  z-index: 11;
  width: 100%;
  overflow: hidden;
}

#home .main .service__inner {
  position: relative;
  z-index: 999;
  width: 1000px;
  margin: 70px auto 0;
}

#home .main .service__list {
  position: relative;
  float: left;
  overflow: hidden;
  margin-right: 46px;
  border: 1px solid #ccc;
  box-shadow: 4px 4px 14px -3px #ccc;
  background: #fff;
}

#home .main .service__list_block {
  display: table;
  position: relative;
  width: 300px;
  height: 300px;
  overflow: hidden;
  border: 1px solid #fff;
  border-width: 1px 0 0 1px;
  box-sizing: border-box;
}

#home .main .service__list_block:before {
  position: absolute;
  right: 1px;
  bottom: 1px;
  width: 0;
  height: 0;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #f1a313 transparent;
  border-style: solid;
  content: "";
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}

#home .main .service__list_block_logo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#home .main .service__list_block:hover:before {
  border-width: 0 0 700px 700px;
}

#home .main .service__list_block:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="50" /><feFuncG type="linear" slope="50" /><feFuncB type="linear" slope="50" /></feComponentTransfer></filter></svg>#filter');
  filter: invert(100%) brightness(5000%);
}

#home .main .service__list_block:hover _:-ms-lang(x),
#home .main .service__list_block:hover _::-webkit-meter-bar,
#home .main .service__list_block:hover img {
  filter: none;
}

#home .main .service__list:nth-child(3) {
  margin-right: 0;
}

#home .main .service__list_balloon {
  display: none;
  position: absolute;
  top: -40px;
  left: 50%;
  width: 200px;
  height: 80px;
  line-height: 1.2;
  margin-left: -100px;
  padding-top: 17px;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  background: #f1a313;
  opacity: 1;
  font-size: 1.7rem;
  text-align: center;
}

#home .main .service__list_balloon b {
  font-size: 2.3rem;
}

#home .main .service__list_balloon b.number {
  font-family: "Oswald", sans-serif;
}

#home .main .service__list_balloon.zoomIn {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

#home .main .service__list_balloon:hover {
  text-decoration: none;
}

#home .main .service__list_balloon:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom-width: 0;
  border-top-color: #f1a313;
  content: "";
}

#home .main .service__bgImage {
  width: 100%;
  height: 100%;
}

#home .main .service__bgImage img {
  width: 100%;
}

#home .main .service__bgImage > div {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

#home .main .service__bgImage_number1 {
  top: -30%;
  left: -10%;
  width: 18%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#home .main .service__bgImage_number2 {
  top: 35%;
  left: -10%;
  width: 19%;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

#home .main .service__bgImage_number3 {
  bottom: -10%;
  left: -10%;
  width: 15%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#home .main .service__bgImage_number4 {
  bottom: -10%;
  left: 25%;
  width: 20%;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

#home .main .service__bgImage_number5 {
  right: 25%;
  bottom: -10%;
  width: 17%;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

#home .main .service__bgImage_number6 {
  right: -10%;
  bottom: -10%;
  width: 22%;
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

#home .main .service__bgImage_number7 {
  top: 38%;
  right: -10%;
  width: 15%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#home .main .service__bgImage_number8 {
  top: -30%;
  right: -10%;
  width: 20%;
  -webkit-transform: rotate(-155deg);
  -ms-transform: rotate(-155deg);
  transform: rotate(-155deg);
}

#home .main .newsRelease {
  z-index: 11;
  width: 100%;
  background: url(bg_news.jpg) center right no-repeat;
  background-size: cover;
}

#home .main .newsRelease__inner {
  width: 1000px;
  margin: 100px auto 60px;
}

#home .main .newsRelease__list {
  position: relative;
  float: left;
  margin-right: 16px;
  margin-bottom: 50px;
  background: #fff;
}

#home .main .newsRelease__list_inner {
  width: 235px;
  height: 235px;
  overflow: hidden;
  border: 1px solid #fff;
  box-sizing: border-box;
}

#home .main .newsRelease__list_block {
  display: table;
  position: relative;
  width: 235px;
  height: 235px;
  border: 1px solid #fff;
  border-width: 1px 0 0 1px;
  box-sizing: border-box;
}

#home .main .newsRelease__list_block:before {
  position: absolute;
  right: 1px;
  bottom: 1px;
  width: 0;
  height: 0;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #f1a313 transparent;
  border-style: solid;
  content: "";
  -webkit-transition: all 1s;
  transition: all 1s;
}

#home .main .newsRelease__list_block:hover:before {
  border-width: 0 0 700px 700px;
}

#home .main .newsRelease__list_block_text {
  position: absolute;
  top: 50px;
  left: 20px;
  width: 190px;
  height: 130px;
  font-size: 1.4rem;
}

#home .main .newsRelease__list_block_category {
  position: absolute;
  bottom: 14px;
  left: 20px;
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
}

#home .main .newsRelease__list_block:hover {
  color: #fff;
}

#home .main .newsRelease__list:nth-child(4n) {
  margin-right: 0;
}

#home .main .newsRelease__list_day {
  position: absolute;
  top: -15px;
  left: 20px;
  width: 100px;
  height: 40px;
  padding-top: 5px;
  box-sizing: border-box;
  background: #f1a313;
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  text-align: center;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

#home .main .newsRelease__list_day span {
  display: block;
  color: #fff;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}

#home .main .company {
  z-index: 11;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 0;
  background: #fff;
}

#home .main .company__inner {
  position: relative;
  width: 100%;
  height: 600px;
  background: url(bg_company.jpg) center right no-repeat;
  background-size: cover;
}

#home .main .company__block {
  position: absolute;
  top: -40px;
  left: 50%;
  width: 490px;
  height: 460px;
  margin-left: -490px;
  padding: 55px;
  box-sizing: border-box;
  color: #fff;
  background-color: rgba(241, 163, 19, 0.9);
}

#home .main .company__block_title {
  position: relative;
  margin-bottom: 30px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 3.6rem;
}

#home .main .company__block_title .main__title_line_right {
  left: 42%;
  max-width: 215px;
  background: #fff;
}

#home .main .company__block_text {
  line-height: 2;
  margin-top: 0;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
}

#home .main .company__block_text:first-child {
  margin-top: 30px;
}

#home .main .company__block_text p {
  text-align: left;
}

#home .main .company__block .main__button {
  position: absolute;
  bottom: -35px;
  left: 85px;
  border: 1px solid #fff;
  box-shadow: 4px 4px 4px -3px rgba(0, 0, 0, 0.2);
  color: #f1a313;
  background: #fff;
}

#home .main .company__block .main__button:hover {
  color: #fff;
  background: #f1a313;
}

#home .main .company__block .main__button:hover:after {
  background-color: #f1a313;
}

#home .main .recruit {
  z-index: 11;
  width: 100%;
  padding-top: 80px;
  background: #fff;
}

#home .main .recruit__inner {
  position: relative;
  width: 100%;
  height: 600px;
  background: url(mv_01.jpg) center center no-repeat;
  background-size: cover;
}

#home .main .recruit__block {
  position: absolute;
  top: -40px;
  left: 50%;
  width: 490px;
  height: 460px;
  margin-right: -490px;
  padding: 55px;
  box-sizing: border-box;
  color: #fff;
  background-color: rgba(67, 181, 233, 0.9);
}

#home .main .recruit__block_title {
  position: relative;
  margin-bottom: 30px;
  color: #000;
  font-family: "Oswald", sans-serif;
  font-size: 3.6rem;
}

#home .main .recruit__block_title .main__title_line_right {
  left: 37%;
  max-width: 215px;
  background: #000;
}

#home .main .recruit__block_text {
  line-height: 2;
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 2.4rem;
}

#home .main .recruit__block_text_mini {
  display: block;
  margin-top: 10px;
  color: #000;
  font-weight: bold;
  font-size: 1.5rem;
}

#home .main .recruit__block .main__button {
  position: absolute;
  bottom: -35px;
  left: 85px;
  border: 1px solid #fff;
  box-shadow: 4px 4px 4px -3px rgba(0, 0, 0, 0.2);
  color: #43b5e9;
  background: #fff;
}

#home .main .recruit__block .main__button i {
  top: 22px;
  right: 80px;
}

#home .main .recruit__block .main__button span {
  text-indent: -25px;
}

#home .main .recruit__block .main__button span:after {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.7875099999999999 0.19305000000000005 0.01944 0 0 0.057510000000000006 0.93035 0.01944 0 0 0.057510000000000006 0.19305000000000005 0.74944 0 0 0 0 0 1 0" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="2" /><feFuncG type="linear" slope="2" /><feFuncB type="linear" slope="2" /></feComponentTransfer></filter></svg>#filter');
  filter: invert(100%) saturate(73%) brightness(200%);
}

#home .main .recruit__block .main__button:hover {
  color: #fff;
  background: #43b5e9;
}

#home .main .recruit__block .main__button:hover:after {
  background-color: #43b5e9;
}

#home .main .recruit__block .main__button:hover span:after {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="2" /><feFuncG type="linear" slope="2" /><feFuncB type="linear" slope="2" /></feComponentTransfer></filter></svg>#filter');
  filter: grayscale(100%) brightness(200%);
}

#home .main .recruit__specialLogo {
  position: absolute;
  bottom: -120px;
  left: 50%;
  margin-left: -142.5px;
}

#home .main .access {
  z-index: 11;
  width: 100%;
  margin-bottom: 390px;
  padding-bottom: 1px;
  background-image: url(bg_access.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

#home .main .access .fadeBox__inner {
  width: 1000px;
  margin: 0 auto;
}

#home .main .access__regionBlock {
  width: 470px;
  float: left;
  margin-right: 60px;
}

#home .main .access__regionBlock:nth-child(3) {
  margin-right: 0;
}

#home .main .access__inner {
  margin: 50px auto;
}

#home .main .access__list {
  position: relative;
  float: left;
  margin-right: 60px;
  margin-bottom: 0px;
}

#home .main .access__list_block {
  display: table;
  position: relative;
  width: 470px;
  height: 680px;
  overflow: hidden;
  padding: 15px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
}

#home .main .access__list_block_region {
  padding-top: 30px;
  padding-bottom: 40px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 3rem;
  text-align: center;
}

#home .main .access__list_block_text {
  line-height: 1.5;
  margin-bottom: 40px;
  color: #fff;
  font-size: 1.8rem;
}

#home .main .access__list_block_map {
  width: 440px;
  height: 440px;
}

#home .main .access__list:nth-child(2n) {
  margin-right: 0;
}

#home .main .access .main__button {
  clear: both;
  margin: 0 auto 70px;
}

#home .fadeBox__inner > div > a {
  opacity: 0;
  -webkit-transform: translate(0, 70px);
  -ms-transform: translate(0, 70px);
  transform: translate(0, 70px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

#home .fadeBox__inner > div > a:nth-child(1) {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#home .fadeBox__inner > div > a:nth-child(2) {
  -webkit-transition: 0.75s;
  transition: 0.75s;
}

#home .fadeBox__inner > div > a:nth-child(3) {
  -webkit-transition: 1s;
  transition: 1s;
}

#home .fadeBox__inner > div > a:nth-child(4) {
  -webkit-transition: 1.25s;
  transition: 1.25s;
}

#home .fadeBox__inner > div > a:nth-child(5) {
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

#home .fadeBox__inner > div > a:nth-child(6) {
  -webkit-transition: 1.75s;
  transition: 1.75s;
}

#home .fadeBox__inner > div > a:nth-child(7) {
  -webkit-transition: 2s;
  transition: 2s;
}

#home .fadeBox__inner > div > a:nth-child(8) {
  -webkit-transition: 2.25s;
  transition: 2.25s;
}

#home .fadeBox__inner > div > a:nth-child(9) {
  -webkit-transition: 2.5s;
  transition: 2.5s;
}

#home .fadeBox__inner > div > a:nth-child(10) {
  -webkit-transition: 2.75s;
  transition: 2.75s;
}

#home .fadeBox__inner > div > a.moveActive {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

#home .fadeBox__inner .slow .main__button {
  -webkit-transition: 2s;
  transition: 2s;
}

@media screen and (min-width: 1200px) {
  #home .main .service__bgImage_number1 {
    width: 13%;
  }

  #home .main .service__bgImage_number2 {
    width: 15%;
  }

  #home .main .service__bgImage_number3 {
    width: 10%;
  }

  #home .main .service__bgImage_number4 {
    width: 15%;
  }

  #home .main .service__bgImage_number5 {
    width: 12%;
  }

  #home .main .service__bgImage_number6 {
    width: 18%;
  }

  #home .main .service__bgImage_number7 {
    width: 13%;
  }

  #home .main .service__bgImage_number8 {
    width: 15%;
  }
}

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

  body img {
    width: 100%;
    height: auto;
  }

  .pc_none {
    display: block;
  }

  .sp_none {
    display: none;
  }

  .fadeBox .fadeBlock {
    -webkit-transition: 3s;
    transition: 3s;
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
    opacity: 0;
  }

  .fadeBox .fadeBlock:nth-child(1) {
    -webkit-transition: 0.75s;
    transition: 0.75s;
  }

  .fadeBox .fadeBlock:nth-child(2) {
    -webkit-transition: 1s;
    transition: 1s;
  }

  .fadeBox .fadeBlock:nth-child(3) {
    -webkit-transition: 1.25s;
    transition: 1.25s;
  }

  .fadeBox .fadeBlock:nth-child(4) {
    -webkit-transition: 1.5s;
    transition: 1.5s;
  }

  .fadeBox .fadeBlock:nth-child(5) {
    -webkit-transition: 1.75s;
    transition: 1.75s;
  }

  .fadeBox .fadeBlock:nth-child(6) {
    -webkit-transition: 2s;
    transition: 2s;
  }

  .fadeBox .fadeBlock:nth-child(7) {
    -webkit-transition: 2.25s;
    transition: 2.25s;
  }

  .fadeBox .fadeBlock:nth-child(8) {
    -webkit-transition: 2.5s;
    transition: 2.5s;
  }

  .fadeBox .fadeBlock:nth-child(9) {
    -webkit-transition: 2.75s;
    transition: 2.75s;
  }

  .fadeBox .fadeBlock:nth-child(10) {
    -webkit-transition: 3s;
    transition: 3s;
  }

  .fadeBox .fadeBlock:nth-child(11) {
    -webkit-transition: 3.25s;
    transition: 3.25s;
  }

  .fadeBox .fadeBlock:nth-child(12) {
    -webkit-transition: 3.5s;
    transition: 3.5s;
  }

  .fadeBox .fadeBlock:nth-child(13) {
    -webkit-transition: 3.75s;
    transition: 3.75s;
  }

  .fadeBox .fadeBlock:nth-child(14) {
    -webkit-transition: 4s;
    transition: 4s;
  }

  .fadeBox .fadeBlock:nth-child(15) {
    -webkit-transition: 4.25s;
    transition: 4.25s;
  }

  .fadeBox .fadeBlock:nth-child(16) {
    -webkit-transition: 4.5s;
    transition: 4.5s;
  }

  .fadeBox .fadeBlock:nth-child(17) {
    -webkit-transition: 4.75s;
    transition: 4.75s;
  }

  .fadeBox .fadeBlock:nth-child(18) {
    -webkit-transition: 5s;
    transition: 5s;
  }

  .fadeBox .fadeBlock:nth-child(19) {
    -webkit-transition: 5.25s;
    transition: 5.25s;
  }

  .fadeBox .fadeBlock:nth-child(20) {
    -webkit-transition: 5.5s;
    transition: 5.5s;
  }

  .fadeBox .fadeBlock:nth-child(21) {
    -webkit-transition: 5.75s;
    transition: 5.75s;
  }

  .fadeBox .fadeBlock:nth-child(22) {
    -webkit-transition: 6s;
    transition: 6s;
  }

  .fadeBox .fadeBlock:nth-child(23) {
    -webkit-transition: 6.25s;
    transition: 6.25s;
  }

  .fadeBox .fadeBlock:nth-child(24) {
    -webkit-transition: 6.5s;
    transition: 6.5s;
  }

  .fadeBox .fadeBlock:nth-child(25) {
    -webkit-transition: 6.75s;
    transition: 6.75s;
  }

  .fadeBox .fadeBlock:nth-child(26) {
    -webkit-transition: 7s;
    transition: 7s;
  }

  .fadeBox .fadeBlock:nth-child(27) {
    -webkit-transition: 7.25s;
    transition: 7.25s;
  }

  .fadeBox .fadeBlock:nth-child(28) {
    -webkit-transition: 7.5s;
    transition: 7.5s;
  }

  .fadeBox .fadeBlock:nth-child(29) {
    -webkit-transition: 7.75s;
    transition: 7.75s;
  }

  .fadeBox .fadeBlock:nth-child(30) {
    -webkit-transition: 8s;
    transition: 8s;
  }

  .fadeBox .fadeBlock:nth-child(31) {
    -webkit-transition: 8.25s;
    transition: 8.25s;
  }

  .fadeBox .fadeBlock:nth-child(32) {
    -webkit-transition: 8.5s;
    transition: 8.5s;
  }

  .fadeBox .fadeBlock:nth-child(33) {
    -webkit-transition: 8.75s;
    transition: 8.75s;
  }

  .fadeBox .fadeBlock:nth-child(34) {
    -webkit-transition: 9s;
    transition: 9s;
  }

  .fadeBox .fadeBlock:nth-child(35) {
    -webkit-transition: 9.25s;
    transition: 9.25s;
  }

  .fadeBox .fadeBlock:nth-child(36) {
    -webkit-transition: 9.5s;
    transition: 9.5s;
  }

  .fadeBox .fadeBlock:nth-child(37) {
    -webkit-transition: 9.75s;
    transition: 9.75s;
  }

  .fadeBox .fadeBlock:nth-child(38) {
    -webkit-transition: 10s;
    transition: 10s;
  }

  .fadeBox .fadeBlock:nth-child(39) {
    -webkit-transition: 10.25s;
    transition: 10.25s;
  }

  .fadeBox .fadeBlock:nth-child(40) {
    -webkit-transition: 10.5s;
    transition: 10.5s;
  }

  .fadeBox .fadeBlock:nth-child(41) {
    -webkit-transition: 10.75s;
    transition: 10.75s;
  }

  .fadeBox .fadeBlock:nth-child(42) {
    -webkit-transition: 11s;
    transition: 11s;
  }

  .fadeBox .fadeBlock:nth-child(43) {
    -webkit-transition: 11.25s;
    transition: 11.25s;
  }

  .fadeBox .fadeBlock:nth-child(44) {
    -webkit-transition: 11.5s;
    transition: 11.5s;
  }

  .fadeBox .fadeBlock:nth-child(45) {
    -webkit-transition: 11.75s;
    transition: 11.75s;
  }

  .fadeBox .fadeBlock:nth-child(46) {
    -webkit-transition: 12s;
    transition: 12s;
  }

  .fadeBox .fadeBlock:nth-child(47) {
    -webkit-transition: 12.25s;
    transition: 12.25s;
  }

  .fadeBox .fadeBlock:nth-child(48) {
    -webkit-transition: 12.5s;
    transition: 12.5s;
  }

  .fadeBox .fadeBlock:nth-child(49) {
    -webkit-transition: 12.75s;
    transition: 12.75s;
  }

  .fadeBox .fadeBlock:nth-child(50) {
    -webkit-transition: 13s;
    transition: 13s;
  }

  .fadeBox .fadeBlock:nth-child(51) {
    -webkit-transition: 13.25s;
    transition: 13.25s;
  }

  .fadeBox .fadeBlock:nth-child(52) {
    -webkit-transition: 13.5s;
    transition: 13.5s;
  }

  .fadeBox .fadeBlock:nth-child(53) {
    -webkit-transition: 13.75s;
    transition: 13.75s;
  }

  .fadeBox .fadeBlock:nth-child(54) {
    -webkit-transition: 14s;
    transition: 14s;
  }

  .fadeBox .fadeBlock:nth-child(55) {
    -webkit-transition: 14.25s;
    transition: 14.25s;
  }

  .fadeBox .fadeBlock:nth-child(56) {
    -webkit-transition: 14.5s;
    transition: 14.5s;
  }

  .fadeBox .fadeBlock:nth-child(57) {
    -webkit-transition: 14.75s;
    transition: 14.75s;
  }

  .fadeBox .fadeBlock:nth-child(58) {
    -webkit-transition: 15s;
    transition: 15s;
  }

  .fadeBox .fadeBlock:nth-child(59) {
    -webkit-transition: 15.25s;
    transition: 15.25s;
  }

  .fadeBox .fadeBlock:nth-child(60) {
    -webkit-transition: 15.5s;
    transition: 15.5s;
  }

  .fadeBox .fadeBlock:nth-child(61) {
    -webkit-transition: 15.75s;
    transition: 15.75s;
  }

  .fadeBox .fadeBlock:nth-child(62) {
    -webkit-transition: 16s;
    transition: 16s;
  }

  .fadeBox .fadeBlock:nth-child(63) {
    -webkit-transition: 16.25s;
    transition: 16.25s;
  }

  .fadeBox .fadeBlock:nth-child(64) {
    -webkit-transition: 16.5s;
    transition: 16.5s;
  }

  .fadeBox .fadeBlock:nth-child(65) {
    -webkit-transition: 16.75s;
    transition: 16.75s;
  }

  .fadeBox .fadeBlock:nth-child(66) {
    -webkit-transition: 17s;
    transition: 17s;
  }

  .fadeBox .fadeBlock:nth-child(67) {
    -webkit-transition: 17.25s;
    transition: 17.25s;
  }

  .fadeBox .fadeBlock:nth-child(68) {
    -webkit-transition: 17.5s;
    transition: 17.5s;
  }

  .fadeBox .fadeBlock:nth-child(69) {
    -webkit-transition: 17.75s;
    transition: 17.75s;
  }

  .fadeBox .fadeBlock:nth-child(70) {
    -webkit-transition: 18s;
    transition: 18s;
  }

  .fadeBox .fadeBlock:nth-child(71) {
    -webkit-transition: 18.25s;
    transition: 18.25s;
  }

  .fadeBox .fadeBlock:nth-child(72) {
    -webkit-transition: 18.5s;
    transition: 18.5s;
  }

  .fadeBox .fadeBlock:nth-child(73) {
    -webkit-transition: 18.75s;
    transition: 18.75s;
  }

  .fadeBox .fadeBlock:nth-child(74) {
    -webkit-transition: 19s;
    transition: 19s;
  }

  .fadeBox .fadeBlock:nth-child(75) {
    -webkit-transition: 19.25s;
    transition: 19.25s;
  }

  .fadeBox .fadeBlock:nth-child(76) {
    -webkit-transition: 19.5s;
    transition: 19.5s;
  }

  .fadeBox .fadeBlock:nth-child(77) {
    -webkit-transition: 19.75s;
    transition: 19.75s;
  }

  .fadeBox .fadeBlock:nth-child(78) {
    -webkit-transition: 20s;
    transition: 20s;
  }

  .fadeBox .fadeBlock:nth-child(79) {
    -webkit-transition: 20.25s;
    transition: 20.25s;
  }

  .fadeBox .fadeBlock:nth-child(80) {
    -webkit-transition: 20.5s;
    transition: 20.5s;
  }

  .fadeBox .fadeBlock:nth-child(81) {
    -webkit-transition: 20.75s;
    transition: 20.75s;
  }

  .fadeBox .fadeBlock:nth-child(82) {
    -webkit-transition: 21s;
    transition: 21s;
  }

  .fadeBox .fadeBlock:nth-child(83) {
    -webkit-transition: 21.25s;
    transition: 21.25s;
  }

  .fadeBox .fadeBlock:nth-child(84) {
    -webkit-transition: 21.5s;
    transition: 21.5s;
  }

  .fadeBox .fadeBlock:nth-child(85) {
    -webkit-transition: 21.75s;
    transition: 21.75s;
  }

  .fadeBox .fadeBlock:nth-child(86) {
    -webkit-transition: 22s;
    transition: 22s;
  }

  .fadeBox .fadeBlock:nth-child(87) {
    -webkit-transition: 22.25s;
    transition: 22.25s;
  }

  .fadeBox .fadeBlock:nth-child(88) {
    -webkit-transition: 22.5s;
    transition: 22.5s;
  }

  .fadeBox .fadeBlock:nth-child(89) {
    -webkit-transition: 22.75s;
    transition: 22.75s;
  }

  .fadeBox .fadeBlock:nth-child(90) {
    -webkit-transition: 23s;
    transition: 23s;
  }

  .fadeBox .fadeBlock:nth-child(91) {
    -webkit-transition: 23.25s;
    transition: 23.25s;
  }

  .fadeBox .fadeBlock:nth-child(92) {
    -webkit-transition: 23.5s;
    transition: 23.5s;
  }

  .fadeBox .fadeBlock:nth-child(93) {
    -webkit-transition: 23.75s;
    transition: 23.75s;
  }

  .fadeBox .fadeBlock:nth-child(94) {
    -webkit-transition: 24s;
    transition: 24s;
  }

  .fadeBox .fadeBlock:nth-child(95) {
    -webkit-transition: 24.25s;
    transition: 24.25s;
  }

  .fadeBox .fadeBlock:nth-child(96) {
    -webkit-transition: 24.5s;
    transition: 24.5s;
  }

  .fadeBox .fadeBlock:nth-child(97) {
    -webkit-transition: 24.75s;
    transition: 24.75s;
  }

  .fadeBox .fadeBlock:nth-child(98) {
    -webkit-transition: 25s;
    transition: 25s;
  }

  .fadeBox .fadeBlock:nth-child(99) {
    -webkit-transition: 25.25s;
    transition: 25.25s;
  }

  .fadeBox .fadeBlock:nth-child(100) {
    -webkit-transition: 25.5s;
    transition: 25.5s;
  }

  .fadeBox .fadeBlock.moveActive {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  body {
    font-size: 5.5vw;
  }

  body a:hover {
    text-decoration: none;
  }

  .br:before {
    content: "\A";
    white-space: pre;
  }

  .main__button {
    width: 53%;
    height: auto;
    padding-top: 12%;
    margin: 5% auto 10%;
    font-size: 2rem;
    font-size: 5vw;
    line-height: 2.4;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .main__button:after {
    display: none;
  }

  .main__button span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 999;
    height: auto;
  }

  .main__button i {
    position: absolute;
    top: 30%;
    right: 17%;
  }

  .main__button_blank {
    text-indent: -0.5em;
  }

  .main__button_blank i {
    top: 34%;
    right: 15%;
  }

  .main__button_back i {
    left: -30%;
  }

  #underLayer .main__button {
    width: 57%;
    padding-top: 13%;
  }

  #underLayer .main__button i {
    top: 32%;
  }

  #underLayer .form {
    min-height: auto;
    width: 90%;
    margin: 0 auto;
  }

  #underLayer .form__title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 4%;
  }

  #underLayer .form__text {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 4%;
  }

  #underLayer .form__button {
    margin: 5% 0;
    background: #fff;
  }

  #underLayer .form__button .main__button {
    float: left;
    margin-right: 2%;
    margin-bottom: 4%;
    width: 48.5%;
  }

  #underLayer .form__button .main__button:first-child {
    margin-right: 3%;
    margin-left: 0;
    background: #fff;
    color: #000;
    border: 1px solid #000;
  }

  #underLayer .form__button .main__button:first-child i {
    left: -54%;
  }

  #underLayer .form__button .main__button:last-child {
    margin-right: 0;
  }

  #underLayer .form__button .main__button:last-child i {
    top: 33%;
    right: 7%;
  }

  #underLayer .form colgroup {
    display: none;
  }

  #underLayer .form table {
    border-top: 1px solid #ccc;
    width: 100%;
    table-layout: fixed;
    word-break: break-word;
  }

  #underLayer .form tr {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    border-width: 0 0 1px 0;
    font-size: 16px;
    box-sizing: border-box;
  }

  #underLayer .form th {
    overflow: hidden;
    display: block;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #ccc;
    border-width: 0 1px 1px 1px;
    width: 100%;
    box-sizing: border-box;
    padding: 3%;
  }

  #underLayer .form th .must {
    float: left;
    margin-right: 0.5em;
    margin-top: 0.5%;
  }

  #underLayer .form th .notes {
    float: left;
    display: block;
    font-size: 1.4rem;
    color: #fff;
    padding: 0;
    background: #f1a313;
    text-align: left;
    padding: 1% 2% 0.5%;
  }

  #underLayer .form td {
    display: block;
    padding: 3%;
    width: auto;
    border: 1px solid #ccc;
    border-width: 0 1px;
    box-sizing: border-box;
  }

  #underLayer .form td input {
    padding: 3%;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
  }

  #underLayer .form td textarea {
    border: 1px solid #ccc;
    resize: none;
    height: auto;
    padding: 2%;
    width: 100%;
    max-height: 200px;
    margin: 0;
    box-sizing: border-box;
  }

  #underLayer .form td select {
    box-sizing: border-box;
    -moz-appearance: normal;
    appearance: normal;
    -webkit-appearance: normal;
  }

  #underLayer .form .sex {
    padding-right: 3em;
    vertical-align: middle;
  }

  #underLayer .form .submit-next {
    padding-bottom: 0;
  }

  #underLayer .form #BIRTH {
    width: 30%;
  }

  #underLayer .form div {
    margin-bottom: 1em;
  }

  #underLayer .form .customWrap {
    position: relative;
    width: 100%;
    margin-bottom: 0;
  }

  #underLayer .form .customSelect {
    width: 100%;
    border: 1px solid #ccc;
    padding: 3%;
    font-size: 16px;
    white-space: nowrap;
    box-sizing: border-box;
  }

  #underLayer .form .customSelect:before {
    top: 7px;
    bottom: 0;
    margin: auto;
    right: 15px;
    width: 5px;
    height: 9px;
    border: 5px solid transparent;
    border-left: 9px solid #000;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  #underLayer .form .customRadiobox {
    margin: 0;
  }

  #underLayer .form .customRadiobox-input {
    display: none;
  }

  #underLayer .form .customRadiobox-input + label {
    padding-left: 7%;
    padding-top: 1%;
    position: relative;
    margin-right: 2%;
  }

  #underLayer .form .customRadiobox-input + label::before {
    width: 20px;
    height: 20px;
  }

  #underLayer .form .customRadiobox-input:checked + label {
    color: #000;
  }

  #underLayer .form .customRadiobox-input:checked + label::after {
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
  }

  #underLayer .form .error-block {
    color: #f00;
    font-size: 18px;
  }

  #underLayer .form .form-container {
    font-size: 16px;
  }

  #underLayer .form .form-container .button {
    margin: 4% auto;
  }

  #underLayer .form .form-container .button:hover {
    color: #000;
  }

  #home section {
    padding: 15% 0;
  }

  #home .header__mainVisual {
    padding: 0;
  }

  #home .header__mainVisual .textWrapper {
    top: 37%;
    margin-top: 10%;
  }

  #home .header__mainVisual .textWrapper__title {
    letter-spacing: 0.5rem;
    text-shadow: 0 0 20px #777;
  }

  #home .header__mainVisual .scrollIcon a {
    bottom: -3%;
    left: 50%;
    margin-left: -21px;
    padding-top: 10%;
    font: normal 400 15px "Oswald", sans-serif;
    font: normal 400 1.5rem "Oswald", sans-serif;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  #home .header__mainVisual .scrollIcon a span {
    left: 57%;
    width: 15px;
    height: 15px;
    margin-left: -24%;
  }

  #home .main {
    width: 100%;
    min-width: 100%;
  }

  #home .main__title {
    width: 90%;
    max-width: 100%;
    font-size: 2.5rem;
    font-size: 7vw;
    margin: 0 auto;
  }

  #home .main__title_line_left {
    right: 70%;
    width: 0;
    -webkit-transition: all 5s;
    transition: all 5s;
  }

  #home .main__title_line_right {
    left: 70%;
    width: 0;
    -webkit-transition: all 5s;
    transition: all 5s;
  }

  #home .main .service {
    width: 100%;
    padding: 8% 0 0;
  }

  #home .main .service__inner {
    width: 65%;
    margin: 10% auto 0;
  }

  #home .main .service__list {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 5%;
  }

  #home .main .service__list_block {
    width: 100%;
    height: 100%;
    padding-top: 42%;
    pointer-events: none;
  }

  #home .main .service__list:nth-child(1) img {
    width: 80%;
    height: auto;
    text-align: center;
  }

  #home .main .service__list:nth-child(2) img {
    width: 80%;
    height: 65%;
    text-align: center;
  }

  #home .main .service__list:nth-child(3) img {
    width: auto;
    height: 45%;
    text-align: center;
  }

  #home .main .service__bgImage {
    width: 100%;
    height: 100%;
  }

  #home .main .service__bgImage img {
    width: 100%;
  }

  #home .main .service__bgImage > div {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }

  #home .main .service__bgImage_number1 {
    top: -30%;
    left: -10%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 45%;
  }

  #home .main .service__bgImage_number2 {
    top: 35%;
    left: -50%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 48%;
  }

  #home .main .service__bgImage_number3 {
    bottom: -10%;
    left: -10%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 40%;
  }

  #home .main .service__bgImage_number4 {
    display: none;
    bottom: -10%;
    left: 25%;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    width: 48%;
  }

  #home .main .service__bgImage_number5 {
    display: none;
    right: 25%;
    bottom: -10%;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    width: 42%;
  }

  #home .main .service__bgImage_number6 {
    right: -30%;
    bottom: -10%;
    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
    width: 48%;
  }

  #home .main .service__bgImage_number7 {
    top: 38%;
    right: -30%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 42%;
  }

  #home .main .service__bgImage_number8 {
    top: -30%;
    right: -10%;
    -webkit-transform: rotate(-155deg);
    -ms-transform: rotate(-155deg);
    transform: rotate(-155deg);
    width: 48%;
  }

  #home .main .newsRelease {
    width: 100%;
    background: url(bg_news_sp.png) top center no-repeat;
    background-size: cover;
    margin-bottom: 0;
    padding: 15% 0 1%;
  }

  #home .main .newsRelease .main__title_line {
    background: #fff;
  }

  #home .main .newsRelease .main__title_line_left {
    right: 77%;
  }

  #home .main .newsRelease .main__title_line_right {
    left: 77%;
  }

  #home .main .newsRelease .main__button {
    margin-top: 10%;
  }

  #home .main .newsRelease__inner {
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 10%;
    margin-bottom: 0;
    box-sizing: border-box;
  }

  #home .main .newsRelease__list {
    position: relative;
    float: none;
    opacity: 1;
    display: block;
    margin: 0 auto 7%;
    padding-top: 0;
    padding-bottom: 0;
    width: 90%;
    box-sizing: border-box;
  }

  #home .main .newsRelease__list:before {
    position: absolute;
    right: 1px;
    bottom: 1px;
    width: 0;
    height: 0;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #f1a313 transparent;
    border-style: solid;
    content: "";
    -webkit-transition: all 1s;
    transition: all 1s;
  }

  #home .main .newsRelease__list:nth-child(3n) {
    margin: 0 auto 7%;
  }

  #home .main .newsRelease__list:nth-child(4n) {
    margin: 0 auto;
  }

  #home .main .newsRelease__list:nth-child(n + 5) {
    display: none;
  }

  #home .main .newsRelease__list_inner {
    position: static;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    border: none;
    overflow: visible;
    box-shadow: none;
  }

  #home .main .newsRelease__list_block {
    width: 100%;
    height: auto;
    position: static;
  }

  #home .main .newsRelease__list_block_text {
    font-size: 1.2rem;
    width: 90%;
    height: auto;
    position: static;
    font-size: 4.2vw;
    margin: 12% auto;
    padding: 0 10% 0 5%;
  }

  #home .main .newsRelease__list_block_text p {
    margin: 2em 0;
  }

  #home .main .newsRelease__list_block_category {
    font-size: 1.6rem;
    font-size: 5.5vw;
    position: absolute;
    bottom: 5%;
    left: 5.5%;
    margin: 0;
    padding-bottom: 0;
  }

  #home .main .newsRelease__list_block:before {
    display: none;
  }

  #home .main .newsRelease__list_block:hover {
    color: #000;
    text-decoration: none;
  }

  #home .main .newsRelease__list_block:hover:before {
    border-width: 0 0 20px 20px;
  }

  #home .main .newsRelease__list_day {
    position: absolute;
    top: -3%;
    left: -2%;
    width: 25%;
    height: auto;
    padding: 1% 0;
    font-size: 1.5rem;
    font-size: 5vw;
  }

  #home .main .company {
    width: 100%;
    padding-top: 5%;
    padding-bottom: 0;
  }

  #home .main .company__inner {
    width: 100%;
    height: auto;
    padding-top: 47.5%;
    background: url(bg_company_sp.png) top center no-repeat;
    background-size: contain;
  }

  #home .main .company__block {
    position: static;
    width: 100%;
    height: auto;
    margin-left: 0;
    padding: 0;
    background-color: rgba(241, 163, 19, 0.9);
    padding-top: 7%;
    padding-bottom: 1%;
  }

  #home .main .company__block_text {
    line-height: 1.7;
    margin-top: 0;
    color: #fff;
    font-weight: bold;
    font-size: 1.7rem;
    font-size: 5vw;
  }

  #home .main .company__block_text:first-child {
    margin-top: 5%;
  }

  #home .main .company__block_text_wrap {
    text-align: center;
  }

  #home .main .company__block .main__button {
    position: static;
    bottom: 0;
    left: 0;
  }

  #home .main .recruit {
    width: 100%;
    padding-top: 5%;
    padding-bottom: 0;
  }

  #home .main .recruit__inner {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 48%;
    background: url(bg_recruit_sp.png) top center no-repeat;
    background-size: contain;
  }

  #home .main .recruit__block {
    position: static;
    width: 100%;
    height: auto;
    margin-left: 0;
    padding: 0;
    background-color: rgba(67, 181, 233, 0.9);
    padding-top: 7%;
    padding-bottom: 1%;
  }

  #home .main .recruit__block_text {
    line-height: 1.7;
    margin-top: 0;
    color: #fff;
    font-weight: bold;
    font-size: 1.7rem;
    font-size: 5vw;
  }

  #home .main .recruit__block_text:first-child {
    margin-top: 5%;
  }

  #home .main .recruit__block_text_wrap {
    text-align: center;
  }

  #home .main .recruit__block_text_mini {
    color: #fff;
    font-size: 1.25em;
    font-size: 3.5vw;
  }

  #home .main .recruit__block .main__button {
    position: static;
    bottom: 0;
    left: 0;
  }

  #home .main .recruit__block .main__button i {
    top: 35%;
    right: 15%;
  }

  #home .main .access {
    width: 100%;
    padding-top: 5%;
    padding-bottom: 1px;
    margin-bottom: 0;
    background: #fff;
    background-image: none;
  }

  #home .main .access .main__title {
    padding: 5% 0;
  }

  #home .main .access .fadeBox__inner {
    width: 100%;
  }

  #home .main .access__regionBlock {
    width: 100%;
    padding: 5% 0 8%;
  }

  #home .main .access__regionBlock:nth-child(3) {
    padding-bottom: 1%;
  }

  #home .main .access__regionBlock_tokyo {
    background: url(bg_access_tokyo_sp.png) center center no-repeat;
    background-size: cover;
  }

  #home .main .access__regionBlock_osaka {
    background: url(bg_access_osaka_sp.png) center center no-repeat;
    background-size: cover;
  }

  #home .main .access__inner {
    width: 93%;
    margin: 0 auto;
    background: none;
  }

  #home .main .access__list {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }

  #home .main .access__list_block {
    width: 100%;
    height: auto;
    padding: 5%;
    background-color: rgba(0, 0, 0, 0.5);
  }

  #home .main .access__list_block_region {
    padding-top: 3%;
    padding-bottom: 4%;
    font-size: 2.2rem;
    font-size: 5.5vw;
  }

  #home .main .access__list_block_text {
    margin-bottom: 4%;
    font-size: 1.3rem;
    font-size: 3.5vw;
  }

  #home .main .access__list_block_map {
    width: 100%;
    height: 50%;
  }

  #home .main .access__list:nth-child(2n) {
    margin-right: 0;
  }

  #home .main .access .main__button {
    margin: 5% auto 10%;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  #home .header__mainVisual .scrollIcon a {
    padding-top: 8%;
  }
}

@media print {
  * html body {
    zoom: 0.7;
  }
}

@-webkit-keyframes kenburns {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes kenburns {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes kenburnsDownLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, -10%);
    transform: scale(1.5) translate(10%, -10%);
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

@keyframes kenburnsDownLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, -10%);
    transform: scale(1.5) translate(10%, -10%);
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

@-webkit-keyframes kenburnsDownRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, -10%);
    transform: scale(1.5) translate(-10%, -10%);
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

@keyframes kenburnsDownRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, -10%);
    transform: scale(1.5) translate(-10%, -10%);
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

@-webkit-keyframes kenburnsDown {
  0% {
    -webkit-transform: scale(1.5) translate(0, -10%);
    transform: scale(1.5) translate(0, -10%);
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

@keyframes kenburnsDown {
  0% {
    -webkit-transform: scale(1.5) translate(0, -10%);
    transform: scale(1.5) translate(0, -10%);
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

@-webkit-keyframes kenburnsLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 0);
    transform: scale(1.5) translate(10%, 0);
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

@keyframes kenburnsLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 0);
    transform: scale(1.5) translate(10%, 0);
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

@-webkit-keyframes kenburnsRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 0);
    transform: scale(1.5) translate(-10%, 0);
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

@keyframes kenburnsRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 0);
    transform: scale(1.5) translate(-10%, 0);
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

@-webkit-keyframes kenburnsUpLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%);
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

@keyframes kenburnsUpLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%);
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

@-webkit-keyframes kenburnsUpRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%);
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

@keyframes kenburnsUpRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%);
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

@-webkit-keyframes kenburnsUp {
  0% {
    -webkit-transform: scale(1.5) translate(0, 10%);
    transform: scale(1.5) translate(0, 10%);
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

@keyframes kenburnsUp {
  0% {
    -webkit-transform: scale(1.5) translate(0, 10%);
    transform: scale(1.5) translate(0, 10%);
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
  }

  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
    transform: rotate(-45deg) translate(-10px, 10px);
  }

  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
  }
}

@keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
  }

  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
    transform: rotate(-45deg) translate(-10px, 10px);
  }

  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
  }
}

.calender {
  background-color: #fff;
  border: 2px solid #222;
}

.container {
  position: relative;
  width: 100%;
  z-index: 1500;
}

.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 50px 0;
}
