@charset "UTF-8";

/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
@import url('https://fonts.googleapis.com/css?family=Questrial');
@import url('https://fonts.googleapis.com/css?family=Permanent+Marker&display=swap');

html {
  overflow-x: hidden;
}

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

html {
  font-size: 13px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-size: 1rem;
  font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-weight: normal;
  color: #0B0B0B;
  line-height: 1.6;
  background-color: #fff;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.2;
  color: #242424;
  margin-top: 0;
  margin-bottom: .5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize;
  margin-bottom: 0.75rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #242424;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

h1 a:focus, h1 a:hover,
h2 a:focus,
h2 a:hover,
h3 a:focus,
h3 a:hover,
h4 a:focus,
h4 a:hover,
h5 a:focus,
h5 a:hover,
h6 a:focus,
h6 a:hover {
  color: #13b1cd;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-family: 'Helvetica Neue','Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-weight: 400;
  letter-spacing: 0.6rem;
}

h3 {
  font-family: 'Helvetica Neue','Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-weight: 400;
  letter-spacing: 0.6rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

em,
li {
  font-size: 1rem;
  font-weight: 300;
  color: #0B0B0B;
}

em > a,
li > a {
  color: #0B0B0B;
}

em > a:hover,
li > a:hover {
  color: #13b1cd;
}

small {
  color: #0B0B0B;
}

label {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #242424;
  margin-bottom: .25rem;
}

i {
  line-height: 1;
}

/* Paragraph */
p {
  font-size: 0.9375rem;
  font-weight: 300;
  color: #222324;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 1rem;
}

hr{ 
  
    border: none;
    border-left: 1px solid #000;
    height: 80px;
    width: 1px;
}

/* Links */
a {
  color: #13b1cd;
  text-decoration: none;
}

a:focus, a:hover {
  color: #1095ac;
  text-decoration: none;
}

a:focus {
  outline: none;
}

.row-eq-height {
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-wrap: wrap;
}


.inner-box {
    border: 1px solid #ccc;
    height: 100%;
}

.tp-bom{ top: -20px;}


.sub-border {
display: flex;
align-items: center;
}
.sub-border:before,
.sub-border:after {
border-top: 1px solid;
content: "";
flex-grow: 1;
}
.sub-border:before {
margin-right: 1rem;
}
.sub-border:after {
margin-left: 1rem;
}


.nt-s-f {
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  line-height: 2.5rem;
  padding-bottom: 5px;
}

.nt-s-g {
  line-height: 2.5rem;
  padding-bottom: 5px;
  font-family: 'Helvetica Neue','Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-weight: 400;
  letter-spacing: 0.6rem;
}

.nt-s-e {
  line-height: 2.5rem;
  padding-bottom: 5px;
  font-family: 'Helvetica Neue','Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-weight: 400;
  letter-spacing: 0.3rem;
}

.pr-sps{
  letter-spacing: 0.58rem;
  border-bottom: solid 1px #fff;
  padding: 0 0 15px 5px;
}

.aipg-wh{
  text-align: center;
  padding: 8px 0 8px 0;
}
.aipg-wh img{
  text-align: center;
  width: 30%;
}

.mn-tt-pm{
  font-family: 'Permanent Marker', cursive;
}

.ct-br{ display: block;}


/*----------------------------------
  Selection
------------------------------------*/
::selection {
  color: #fff;
  background: #13b1cd;
  text-shadow: none;
}

::-webkit-selection {
  color: #fff;
  background: #13b1cd;
  text-shadow: none;
}

:active,
:focus {
  outline: none;
}

/*----------------------------------
  Button
------------------------------------*/
.mmcd{ width: 100%; text-align: center; padding: 30px 0 10px 0;}

.exp-tel{text-align: center; margin: 45px 0 0 0;}
.iqsbtn { display: inline-block; width: 90%; height: 73px; margin: 0; text-align: center; text-decoration: none; background-color: #0D3A61; border: 1px solid #0d3a61; color: #ffffff; font-size: 1.7rem; line-height: 50px; outline: none; font-family: 'Questrial', sans-serif; }
.iqsbtn a { color: #ffffff; }
.iqsbtn:hover { color: #fff; background-color: #476B89; border: 1px solid #476B89; }
.iqsbtn,
.iqsbtn:before,
.iqsbtn:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all .3s; transition: all .3s;}
.iqsbtn span{display: block; font-size: 0.8rem; line-height: 0; margin: 0 0 0 15px; padding: 0;}
.glyphicon{ font-size: 1.8rem; margin: 0 8px 0 0}
.bbtho{ top: 5px; }

.sqsbtn { display: inline-block; width: 90%; height: 73px; margin: 0; text-align: center; text-decoration: none; background-color: #0D3A61; border: 1px solid #0d3a61; color: #ffffff; font-size: 1.3rem; line-height: 50px; outline: none; font-family: 'Questrial', sans-serif; }
.sqsbtn a { color: #ffffff; }
.sqsbtn:hover { color: #fff; background-color: #476B89; border: 1px solid #476B89; }
.sqsbtn,
.sqsbtn:before,
.sqsbtn:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all .3s; transition: all .3s;}
.sqsbtn span{display: block; font-size: 0.8rem; line-height: 0; margin: 0 0 0 15px; padding: 0;}
.ti-sc-mr{margin: 0 0 0 10px;}

.coqsbtn { display: inline-block; width: 300px; height: 90px; margin: 0; text-align: center; text-decoration: none; background-color: #323232; border: 1px solid #fff; color: #ffffff; font-size: 1.8rem; line-height: 60px; letter-spacing: 0.2rem; outline: none; font-family: 'Questrial', sans-serif; }
.coqsbtn a { color: #ffffff; }
.coqsbtn:hover { color: #fff; background-color: #5B5B5B; border: 1px solid #fff; }
.coqsbtn,
.coqsbtn:before,
.coqsbtn:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all .3s; transition: all .3s;}
.coqsbtn span{ display: block; font-size: 0.9rem; line-height: 0; margin: 0; padding: 0;}
.co-sc-mr{margin: 0 0 0 10px;}

.button-ct { display: inline-block; width: 300px; height: 90px; font-size: 1.4rem; text-align: center; text-decoration: none; line-height: 90px; outline: none; position: relative; z-index: 2; border: 1px solid #fff; color: #000; background-color: rgba(255,255,255,0.84); overflow: hidden;}
.button-ct::before,
.button-ct::after { position: absolute; z-index: -1; display: block; content: '';}
.button-ct,
.button-ct::before,
.button-ct::after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all .3s; transition: all .3s; }

.button-ct:hover { color: #fff;}
.button-ct::after { top: 0; left: -100%; width: 100%; height: 100%;}
.button-ct:hover::after { left: 0; background-color: rgba(0,0,0,0.87);}


.button-ctm { display: inline-block; width: 300px; height: 90px; font-size: 1.8rem; text-align: center; text-decoration: none; line-height: 90px; outline: none; position: relative; z-index: 2; border: 1px solid #fff; color: #fff; background-color: rgba(5,5,5,0.84); overflow: hidden;}
.button-ctm::before,
.button-ctm::after { position: absolute; z-index: -1; display: block; content: '';}
.button-ctm,
.button-ctm::before,
.button-ctm::after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all .3s; transition: all .3s; }

.button-ctm:hover { color: #255,255,255,0.87;}
.button-ctm::after { top: 0; left: -100%; width: 100%; height: 100%;}
.button-ctm:hover::after { left: 0; background-color: rgba(82,82,82,0.92);}


.button {
  display: inline-block;
  width: 300px;
  height: 60px;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
  outline: none;
  position: relative;
  z-index: 2;
  border: 1px solid #000;
  color: #000;
  overflow: hidden;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button:hover {
  color: #fff;
}
.button::after {
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
}
.button:hover::after {
  left: 0;
  background-color: rgba(0,0,0,0.87);
}


.button2 {
  display: inline-block;
  width: 220px;
  height: 50px;
  font-size: 1.2rem;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  outline: none;
  position: relative;
  margin-top: 20px;
  z-index: 2;
  border: 1px solid #DEDEDE;
  color: #DEDEDE;
  overflow: hidden;
}
.button2::before,
.button2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button2,
.button2::before,
.button2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button2:hover {
  color: #DEDEDE;
}
.button2::after {
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
}
.button2:hover::after {
  left: 0;
  background-color: rgba(31,31,31,0.80);
}



.button-cc {
  display: inline-block;
  width: 300px;
  height: 60px;
  font-size: 1.2rem;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
  outline: none;
  position: relative;
  z-index: 2;
  border: 1px solid #000;
  color: #fff;
  background-color: 000;
  overflow: hidden;
}
.button-cc::before,
.button-cc::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button-cc,
.button-cc::before,
.button-cc::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button-cc:hover {
  color: #fff;
}
.button-cc::after {
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
}
.button-cc:hover::after {
  left: 0;
  background-color: rgba(0,0,0,0.87);
}



.s-btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border: none;
  white-space: nowrap;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-btn:focus, .s-btn:hover {
  text-decoration: none;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-btn.focus {
  text-decoration: none;
}

.s-btn:active, .s-btn.active {
  background-image: none;
  outline: 0;
}

.s-btn.disabled, .s-btn:disabled,
fieldset[disabled] .s-btn {
  cursor: not-allowed;
  opacity: .65;
}

.s-btn__element--left, .s-btn__element--right {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

/* Sizes
------------------------------ */
.s-btn--xs {
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0.5rem 1.25rem;
}

.s-btn--sm {
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.75rem 1.25rem;
}

.s-btn--md {
  font-size: 0.8125rem;
  font-weight: 400;
  padding: 1rem 2.5rem;
}

.s-btn-icon--md {
  font-size: 1rem;
  padding: 0.9375rem 1.5625rem 0.75rem;
}

/* Styles
------------------------------ */
.s-btn--white-brd {
  color: #fff;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #fff;
}

.s-btn--white-brd:focus, .s-btn--white-brd:hover {
  color: #222324;
  background: #fff;
  border-color: #fff;
}

.s-btn--white-bg {
  color: #222324;
  background: #fff;
}

.s-btn--white-bg:focus, .s-btn--white-bg:hover {
  color: #13b1cd;
  background: #fff;
}

.s-btn--dark-bg {
  color: #fff;
  background: #222324;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #222324;
}

.s-btn--dark-bg:focus, .s-btn--dark-bg:hover {
  color: #fff;
  background: #13b1cd;
  border-color: #13b1cd;
}

.s-btn--dark-brd {
  color: #222324;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #222324;
}

.s-btn--dark-brd:focus, .s-btn--dark-brd:hover {
  color: #fff;
  background: #222324;
  border-color: #222324;
}

.s-btn--primary-bg {
  color: #fff;
  background: #13b1cd;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #13b1cd;
}

.s-btn--primary-bg:focus, .s-btn--primary-bg:hover {
  color: #fff;
  background: #13b1cd;
  border-color: #13b1cd;
}

.s-btn--primary-brd {
  color: #13b1cd;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #13b1cd;
}

.s-btn--primary-brd:focus, .s-btn--primary-brd:hover {
  color: #fff;
  background: #13b1cd;
  border-color: #13b1cd;
}

.s-btn-icon--white-brd {
  border-left: none;
}

.s-btn-icon--dark-brd {
  border-left: none;
}

/*----------------------------------
  404
------------------------------------*/
.nf-404-ti { text-align: center;
    font-size: 2.0rem;
     color: #222324;
}

/*----------------------------------
  Clients v1
------------------------------------*/
.s-clients-v1 {
  display: block;
  width: 6.25rem;
  height: auto;
  margin: 0 auto;
  opacity: 1;
  cursor: pointer;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-clients-v1:hover {
  opacity: .8;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
/*----------------------------------
  PROFILE
------------------------------------*/
.pry-link {
  color: #EA9F13;
}

/*----------------------------------
  FAQ
------------------------------------*/
.s-faq__pseudo {
  position: relative;
}

.s-faq__pseudo:before {
  position: absolute;
  left: 12.5rem;
  bottom: -1rem;
  z-index: -1;
  font-size: 9.375rem;
  font-family: Playfair Display, serif;
  color: rgba(245, 248, 249, 0.8);
  content: "\0026";
}

.s-faq-grid__divider {
  display: inline-block;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.3);
  margin: .3125rem 0;
}

.s-faq-grid__title {
  font-size: 1rem;
  color: #fff;
  margin: .3125rem 0 0 .5rem;
}

.s-faq .cbp-caption {
  border-bottom: none;
}

/*----------------------------------
  Form Input
------------------------------------*/
/* Form Input v1 */
.s-form-v1__input {
  height: 3.375rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 300;
  background: transparent;
  border-color: #fff;
  border-right: none;
  box-shadow: none;
  letter-spacing: .1rem;
  text-transform: uppercase;
  padding: .625rem 2.5rem;
}

.s-form-v1__input::-webkit-input-placeholder {
  color: #fff;
}

.s-form-v1__input::-moz-placeholder {
  color: #fff;
}

.s-form-v1__input:-ms-input-placeholder {
  color: #fff;
}

.s-form-v1__input::placeholder {
  color: #fff;
}

.s-form-v1__input:focus {
  box-shadow: none;
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

/* Form Input v2 */
.s-form-v2__input {
  height: 3.5rem;
  font-size: 0.875rem;
  font-weight: 300;
  color: #656565;
  border: none;
  box-shadow: none;
  letter-spacing: .1rem;
  text-transform: uppercase;
  padding: .625rem 1.25rem;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-form-v2__input::-webkit-input-placeholder {
  color: #656565;
}

.s-form-v2__input::-moz-placeholder {
  color: #656565;
}

.s-form-v2__input:-ms-input-placeholder {
  color: #656565;
}

.s-form-v2__input::placeholder {
  color: #656565;
}

.s-form-v2__input:focus {
  font-weight: 400;
  color: #656565;
  box-shadow: none;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-form-v2__input:focus::-webkit-input-placeholder {
  color: #656565;
}

.s-form-v2__input:focus::-moz-placeholder {
  color: #656565;
}

.s-form-v2__input:focus:-ms-input-placeholder {
  color: #656565;
}

.s-form-v2__input:focus::placeholder {
  color: #656565;
}

/* Form Input v3 */
.s-form-v3__input {
  position: relative;
  height: 3.125rem;
  font-size: 0.8125rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  border: none;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.5);
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  letter-spacing: .1rem;
  text-transform: uppercase;
  padding: 0 1.25rem 0 0;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-form-v3__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.s-form-v3__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.s-form-v3__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.s-form-v3__input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.s-form-v3__input:focus {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.99);
  box-shadow: none;
}

.s-form-v3__input:focus::-webkit-input-placeholder {
  color: #fff;
}

.s-form-v3__input:focus::-moz-placeholder {
  color: #fff;
}

.s-form-v3__input:focus:-ms-input-placeholder {
  color: #fff;
}

.s-form-v3__input:focus::placeholder {
  color: #fff;
}

/* Form Input v4 */
.s-form-v4__input {
  position: relative;
  height: 3.125rem;
  font-size: 0.8125rem;
  font-weight: 400;
  color: rgba(34, 35, 36, 0.5);
  border: none;
  border-bottom: .0625rem solid;
  background: rgba(34, 35, 36, 0.3);
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  letter-spacing: .1rem;
  text-transform: uppercase;
  padding: 0 1.25rem .3125rem 1rem;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-form-v4__input::-webkit-input-placeholder {
  color: rgba(34, 35, 36, 0.5);
}

.s-form-v4__input::-moz-placeholder {
  color: rgba(34, 35, 36, 0.5);
}

.s-form-v4__input:-ms-input-placeholder {
  color: rgba(34, 35, 36, 0.5);
}

.s-form-v4__input::placeholder {
  color: rgba(34, 35, 36, 0.5);
}

.s-form-v4__input:focus {
  color: #222324;
  border-color: #222324;
  box-shadow: none;
}

.s-form-v4__input:focus::-webkit-input-placeholder {
  color: #222324;
}

.s-form-v4__input:focus::-moz-placeholder {
  color: #222324;
}

.s-form-v4__input:focus:-ms-input-placeholder {
  color: #222324;
}

.s-form-v4__input:focus::placeholder {
  color: #222324;
}

.s-form-v4__icon {
  font-size: 1.125rem;
  color: rgba(34, 35, 36, 0.7);
  border-bottom: 0.0625rem solid #222324;
  padding: 0 .75rem .95rem;
}

/* Form Input v5 */
.s-form-v5__input {
  height: 3.375rem;
  color: #656565;
  font-size: 0.875rem;
  font-weight: 300;
  background: transparent;
  border-color: #222324;
  border-right: none;
  box-shadow: none;
  letter-spacing: .1rem;
  text-transform: uppercase;
  padding: .625rem 2.5rem;
}

.s-form-v5__input::-webkit-input-placeholder {
  color: #656565;
}

.s-form-v5__input::-moz-placeholder {
  color: #656565;
}

.s-form-v5__input:-ms-input-placeholder {
  color: #656565;
}

.s-form-v5__input::placeholder {
  color: #656565;
}

.s-form-v5__input:focus {
  color: #222324;
  box-shadow: none;
  border-color: #222324;
}

.s-form-v5__input:focus::-webkit-input-placeholder {
  color: #222324;
}

.s-form-v5__input:focus::-moz-placeholder {
  color: #222324;
}

.s-form-v5__input:focus:-ms-input-placeholder {
  color: #222324;
}

.s-form-v5__input:focus::placeholder {
  color: #222324;
}

/*----------------------------------
  Icons
------------------------------------*/
.s-icon {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-icon:focus, .s-icon:hover {
  text-decoration: none;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Sizes
------------------------------ */
.s-icon--sm {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.8125rem;
  padding: 0.6875rem;
}

.s-icon--md {
  width: 3.125rem;
  height: 3.125rem;
  font-size: 1.125rem;
  padding: 0.75rem;
}

.s-icon--lg {
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1.625rem;
  padding: 0.5625rem 1rem;
}

/* Styles
------------------------------ */
.s-icon--white-brd {
  color: #fff;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #fff;
  line-height: 1.4;
}

.s-icon--white-brd:focus, .s-icon--white-brd:hover {
  color: #fff;
  background: #13b1cd;
  border-color: #13b1cd;
}

.s-icon--white-bg {
  color: #222324;
  background: #fff;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #fff;
  line-height: 1.4;
}

.s-icon--white-bg:focus, .s-icon--white-bg:hover {
  color: #13b1cd;
  background: #fff;
  border-color: #fff;
}

.s-icon--primary-brd {
  color: #13b1cd;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #13b1cd;
  line-height: 1.4;
}

.s-icon--primary-brd:focus, .s-icon--primary-brd:hover {
  color: #fff;
  background: #13b1cd;
  border-color: #13b1cd;
}

.s-icon--primary-bg {
  color: #fff;
  background: #13b1cd;
  line-height: 1.6;
}


/*----------------------------------
  hero movie
------------------------------------*/
.home-section {
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  top:-110px;
  margin-bottom: -60px;
  z-index: 0;
  background-size: cover;
}

/* Video */
.video-controls-box {
  position: absolute !important;
  bottom: 120px;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.video-controls-box a {
  display: inline-block;
  color: #fff;
  margin: 0;
}

@media (max-width: 48em) {
.video-controls {
	display: none;
}
    
}


/* Caption */
.titan-caption {
  position: relative;
  display: table;
  height: 100%;
  width: 70%;
  margin: 0 auto;
}

.titan-caption {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}

.caption-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}


/* Dark background */
.bg-dark,
.bg-dark-30,
.bg-dark-60,
.bg-dark-90,
.bg-dark .module-title,
.bg-dark-30 .module-title,
.bg-dark-60 .module-title,
.bg-dark-90 .module-title,
.bg-dark .module-subtitle,
.bg-dark-30 .module-subtitle,
.bg-dark-60 .module-subtitle,
.bg-dark-90 .module-subtitle,
.bg-dark .alt-module-subtitle h5,
.bg-dark-30 .alt-module-subtitle h5,
.bg-dark-60 .alt-module-subtitle h5,
.bg-dark-90 .alt-module-subtitle h5 {
  color: #fff;
}

.bg-dark {
  background: #111;
}

.bg-dark-30:before {
  position: absolute;
  background: rgba(2, 2, 2, 0.4);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-dark-60:before {
  position: absolute;
  background: rgba(34, 34, 34, 0.8);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-dark-90:before {
  position: absolute;
  background: rgba(34, 34, 34, 0.9);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

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

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

.titan-title-size-1 {
  letter-spacing: 4px;
  font-size: 15px;
}

.titan-title-size-2 {
  line-height: 1.3;
  letter-spacing: 3px;
  font-size: 18px;
  opacity: .8;
}

.titan-title-size-3 {
  letter-spacing: 16px;
  font-size: 46px;
}

.titan-title-size-4 {
  letter-spacing: 24px;
  font-weight: 400;
  font-size: 48px;
}




#hero-area {
	width: 100vw;
	height: 100vh;
	position: relative;
    margin: 0;
	z-index: 1;
	overflow: hidden;
}

#hero-area #bgVideo {
	position: absolute;
    left: 50%;
    top: 50%;
	transform: translate(-50%,-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-size: cover;
}

#hero-area .inner {
	font-size: 68px;
	color: #ffffff;
	letter-spacing: .15em;
	text-align: center;
	padding-top: 20%;
    position: relative;
	z-index: 2;
}

#hero-area.swich {
	background-image: url(../img/1920x1080/11.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#hero-area.swich #bgVideo {
	display: none;
}


/* BIG VIDEO BACKGROUND
================================================== */
.big-background {
    z-index:550;
    text-align:center;
    height:100%;
    min-height:100%;
    position:relative;
    overflow:hidden
}

.big-background .big-background-container {
    width:830px;
    max-width:100%;
    display:inline-block;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%)
}

.big-background-title {
    font-family:'Raleway',sans-serif;
    font-size:78px;
    color:#fff;
    font-weight:300;
    text-transform:uppercase;
    text-align:center;
    margin-bottom:22px;
    padding-top:20px;
    display:inline-block;
    background-attachment:scroll;
    background-repeat:repeat-x;
    background-position:top center
}

a.big-background-btn {
    font-family:'Lato',sans-serif;
    font-size:13px;
    text-transform:uppercase;
    text-decoration:none;
    color:#fff;
    background:transparent;
    border:2px solid #fff;
    padding:10px 14px;
    cursor:pointer;
    letter-spacing:2px;
    text-align:center;
    display:inline-block;
    -webkit-transition:.4s background ease;
    -moz-transition:.4s background ease;
    -o-transition:.4s background ease;
    transition:.4s background ease;
}

.big-background-btn:hover {
    color:#fff;
    background:rgba(255,255,255,0.20)
}

.big-background-default-image {
    background:url(../images/sunset.jpg);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    width:100%;
    height:100%;
    z-index:0;
    backface-visibility:hidden
}


/*----------------------------------
  Promo Block
------------------------------------*/
.tp-h1{
    color: #fff;
}

/* Promo Block v1 */
.s-promo-block-v1__square-effect {
  position: relative;
}

.s-promo-block-v1__square-effect:before {
  position: absolute;
  top: -5rem;
  left: -1.875rem;
  width: 18.75rem;
  height: 10.9375rem;
  border: .625rem solid;
  border-color: rgba(255, 255, 255, 0.2);
  content: " ";
}

.s-promo-block-v1__square-effect:after {
  position: absolute;
  right: 0;
  bottom: -2rem;
  width: 9.375rem;
  height: 9.375rem;
  border: .625rem solid;
  z-index: -1;
  border-color: rgba(108, 184, 237, 0.9);
  content: " ";
}

/* Promo Block v2 */
.s-promo-block-v2 {
  position: relative;
  z-index: 1;
}

.s-promo-block-v2:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(145deg, rgba(152, 119, 234, 0.7) -25%, #13b1cd 100%);
  background-repeat: repeat-x;
  content: " ";
}

.s-promo-block-v2__form {
  position: absolute;
  top: 40%;
  right: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

@media (max-width: 61.9em) {
  .s-promo-block-v2__form {
    position: static;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* Promo Block v3 */
.s-promo-block-v3__divider {
  position: relative;
  padding-bottom: 1.875rem;
}

.s-promo-block-v3__divider:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0.1875rem;
  background-image: linear-gradient(145deg, rgba(152, 119, 234, 0.9) -25%, #13b1cd 100%);
  background-repeat: repeat-x;
  content: " ";
}

.s-promo-block-v3__date {
  line-height: .8;
  margin-right: 1rem;
}

.s-promo-block-v3__month, .s-promo-block-v3__year {
  display: block;
  line-height: 1.3;
}

.s-promo-block-v3__month {
  vertical-align: top;
}

/* Promo Block v4 */
.s-promo-block-v4 {
  position: relative;
  z-index: 1;
}

.s-promo-block-v4:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(34, 35, 36, 0.3) 0%, rgba(19, 177, 205, 0.6) 100%);
  background-repeat: repeat-x;
  content: " ";
}

/* Promo Block v5 */
.s-promo-block-v5 {
  position: relative;
  z-index: 1;
}

.s-promo-block-v5:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(28, 123, 172, 0.93) 0%, rgba(19, 177, 205, 0.93) 100%);
  background-repeat: repeat-x;
  content: " ";
}

/* Promo Block v6 */
.s-promo-block-v6 {
  position: relative;
  z-index: 1;
}

.s-promo-block-v6:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-180deg, rgba(28, 123, 172, 0.1) 0%, #13b1cd 80%);
  background-repeat: repeat-x;
  content: " ";
}

/* Promo Block v7 */
.s-promo-block-v7 {
  position: relative;
  z-index: 1;
}

.s-promo-block-v7:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(145deg, rgba(19, 177, 205, 0.97) 0%, rgba(152, 119, 234, 0.97) 100%);
  background-repeat: repeat-x;
  content: " ";
}

/* Promo Block v8 */
.s-promo-block-v8 {
  position: relative;
  z-index: 1;
}

.s-promo-block-v8:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(137,171,163,0.86) 0%, rgba(87,149,135,0.90) 100%);
  background-repeat: repeat-x;
  content: " ";
}

/* Promo Block v8 */
.s-promo-block-v9 {
  position: relative;
  z-index: 1;
}

.s-promo-block-v9:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(16,23,29,0.91) 0%, rgba(16,23,29,0.96) 100%);
  background-repeat: repeat-x;
  content: " ";
}

/*----------------------------------
  TOP-CONTENTS
------------------------------------*/

.fitkdtp{ margin: 0 -2.1855rem;}
.fitkdtp .col-sm-12 { padding: 0;}
.fitkdtp .col-md-6 { padding: 0;}

.uitkdtp{ margin: 0px -5px 0;}
.uitkdtp .col-md-4 { padding: 0 5px;}

.fitkdtp figure {
	position: relative;
	float: left;
	overflow: hidden;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
    margin: 0;
}

.fitkdtp figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.fitkdtp figure figcaption {
	padding: 0.5rem;
	color: #fff;
	text-transform: uppercase;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fitkdtp figure figcaption::before,
.fitkdtp figure figcaption::after {
	pointer-events: none;
}

.fitkdtp figure figcaption,
.fitkdtp figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.fitkdtp figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}


.fitkdtp figure h4,
.fitkdtp figure p {
    color: #ffffff;
	margin: 0;
}

.fitkdtp figure p {
	font-size: 94%;
    line-height: 1.3rem;
}


figure.effect-ming {
	background: #030c17;
}

figure.effect-ming img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-ming figcaption::before {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.4,1.4,1);
	transform: scale3d(1.4,1.4,1);
}

figure.effect-ming h4 {
    font-size: 2.7rem;
    font-weight: 400;
	margin: 20% 0 0 0;
    letter-spacing: 9px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}


figure.effect-ming p {
	opacity: 0;
    letter-spacing: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

figure.effect-ming:hover h4 {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-ming:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-ming:hover img {
	opacity: 0.4;
}

figure.effect-ming h5 img{
    vertical-align: middle;
    text-align: center;
	margin: 3% auto;
    width: 90%;
}



.uitkdtp figure {
	position: relative;
	float: left;
	overflow: hidden;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
    margin: 10px 0 0 0;
}

.uitkdtp figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.uitkdtp figure figcaption {
	padding: 0.5rem;
	color: #fff;
	text-transform: uppercase;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.uitkdtp figure figcaption::before,
.uitkdtp figure figcaption::after {
	pointer-events: none;
}

.uitkdtp figure figcaption,
.uitkdtp figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.uitkdtp figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}


.uitkdtp figure h4,
.uitkdtp figure p {
	margin: 0;
    color: #ffffff;
}


.uitkdtp figure p {
	font-size: 94%;
    line-height: 1.3rem;
}

.uitkdtp .effect-ming {
	background: #030c17;
}

.uitkdtp figure.effect-ming h4 {margin: 20% 0 8px 0;}


/*----------------------------------
  TOP-NEWS
------------------------------------*/
.inf-new { padding: 25px 0 0 0;}
.inf-new ul{ list-style: none;}
.inf-new li{ padding: 0 0 20px 0;}
.inf-new li a{ color: #000;}
.inf-new li a:hover{ color: #659187;}

.inf-new li dt { float: left; font-weight: normal; padding: 0 20px 0 0;}
.inf-new li dd { display: block; padding: 0 0 0 20px;}

ul#newsline li{
    width: 100%;
	margin:0;
	padding:5px 0;
	margin-bottom:3px;
	border-bottom:1px dotted #ccc;
	line-height:100%;
	list-style-type:none;
}



.box_news {
	border-top: 1px solid #fff;
}
.box_news ul {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.box_news ul li {
	border-bottom: 1px solid #fff;
	padding: 3px 35px 1px 15px;
    display:inline-block;
	background-size: 8px;
    width: 100%;
    float: left;
}
/*Firefoxだけに適用されるCSSハック*/
@-moz-document url-prefix() {
.box_news ul li {
    	padding: 19px 35px 8px 15px;
  }
}
.box_news ul li:first-child {
	border-top: none;
}

.box_news ul li:hover {
	background-color: #ececeb;
}

.box_news ul li dt {
	color: #000;
    font-weight: 300;
	padding-right: 10px;
	vertical-align: middle;
	margin: 0 0 0.8em;
	clear: left;
	float: left;
}

.box_news ul li dd {
	margin-left: 6.2em;
	vertical-align: middle;
}

.box_news ul li dd a {
	color: #000;
	text-decoration: none;
    display:block;
    width:100%;
}




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

/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }


    
.catName{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #ccc;
	border-radius:6px;
	font-size:11px;
	line-height:100%;
	margin:0 2px;
}


.newsinfo  ul {
    padding: 0;
}
.newsinfo  ul li{
    position: relative;
    padding: 15px 0 20px 0;
}
.newsinfo  ul li:hover{
        background: #ececeb;;
}
.newsinfo  ul li a{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
  }


.newsinfo li dt { font-weight: 300; padding: 0 0 0 10px; float: left; clear: left;}
.newsinfo li dd a { padding: 15px 0 0 100px; color: #000; display: block; float: left;}
.newsinfo li dd a:hover{ color: #659187;}



.pager{
	text-align:center;
    margin: 55px 0 0 0;
	padding:10px;
	clear:both;
}
/*ページャーボタン*/
.pager a{
    border: 1px solid #c2c2c2;
    color: #333;
    font-size: 13px;
    padding: 0.5em 0.9em;
    border-radius: 3px;
    text-decoration: none;
	margin:0 4px;
}

/*現在のページのボタン*/
.pager a.current{
    background: #747474;
    border: 1px solid #747474;
    color: #fff;
    font-size: 13px;
    padding: 0.5em 0.9em;
    border-radius: 3px;
	margin:0 4px;
    text-decoration: none;
}

.pager a:hover{
    background:#747474;
    border: 1px solid #747474;
    color: #fff;
}

.overPagerPattern{
	padding:0 2px ;	
}


/*パンくず*/
.pNav{
	font-size:12px;
    font-weight: 300;
}
.pNav a:hover{
	color: #747474;
}

#up_ymd{
	text-align:right;
	font-size:14px;
    font-weight: 300;
	margin:5px 10px;
}

.dekont{
    font-weight: 300;
}

.detailUpfile{
	margin:25px 0 35px;
	text-align:center;
}

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

.detailUpfile a:hover{
	color: #747474;
}

.detailText a:hover{
	color: #747474;
}

/*詳細の戻るボタン*/
.backORcloseBtn{
	text-align:center;
	line-height:100%;
	margin-top:55px;
}
.backORcloseBtn a{
	display:inline-block;
    padding: 1.3em 4.5em;
	border:1px solid #aaa;
	color:#999;
	text-decoration:none;
	font-size:14px;
}
.backORcloseBtn a:hover{
    background:#747474;
    border: 1px solid #747474;
    color: #fff;
}




.thumbNailWrap img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}

/*----------------------------------
.thumbNailWrap{
	display:block;
    height: 250px;
	width:100%;
    overflow: hidden;
    margin: 0 0 0 0;
    position: relative;
}
.thumbNailWrap img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.to-st-cc{
    text-align: left;
}


/*----------------------------------
  SCHEDULE LIST
------------------------------------*/
.sc-li-box {
    font-family: 'Noto Sans JP', sans-serif; font-weight: 300;
}

.sc-li-tt {
	text-align: center;
}
@media (min-width: 48em) {
.sc-li-tt {
	text-align: left;
    margin-bottom: 20px;
}
    
}


/*----------------------------------
  CONCEPT
------------------------------------*/
.co-lb-ti p { text-align: center;
    font-size: 1.1rem;
     color: #222324;
}

/*----------
@media (max-width:768px){
.col-sm-3, .col-sm-4 {
width: 100%;
} 
}
--------*/

.row-eq-height .col-md-4{
width: 33.2%;
}

/*----------------------------------
  ADMISSION
------------------------------------*/
.ad-co-ti { line-height: 2.8rem;
}
.ad-cr-ft span { font-family: Montserrat, sans-serif;}
.ad-cr-ft p { font-size: 1.1rem; text-align: left; line-height: 2.3rem;}
.ad-pa-ac{ display: block;}

/* Accordion */
.panel-title {
  font-size: 14px;
}

.panel-heading a {
  position: relative;
  display: block;
}

.panel-heading a:after {
  position: absolute;
  content: "\f106";
  top: 50%;
  right: 0px;
  font-family: "FontAwesome";
  line-height: 1;
  font-size: 14px;
  margin-top: -7px;
}

.panel-heading a.collapsed:after {
  content: "\f107";
}

.nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}

.nav-tabs, .nav-pills {
    text-align:center;
}

.nav-pills li a {
    border-radius: 0;
    font-size: 1.3rem;
    width: 220px;
    line-height: 2.3em;
}

/*
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #454545;
    cursor: default;
    background-color: #454545;
    border-bottom-color: transparent;
}
*/

#famct { width: 100%; overflow-x: auto;}
#famct table{ width: 1140px;}
#famch { width: 100%; overflow-x: auto;}
#famch table{ width: 1140px;}
#famms { width: 100%; overflow-x: auto;}
#famms table{ width: 1140px;}
#fammx { width: 100%; overflow-x: auto;}
#fammx table{ width: 1140px;}
table.type06 { font-family: 'Noto Sans JP', sans-serif; font-weight: 300; width: 100%; border-collapse: collapse; text-align: center; line-height: 1.5; border: 1px solid #ccc; margin: 30px 0 0 0; table-layout: fixed; }
table.type06 thead { border-right: 1px solid #ccc; border-left: 1px solid #ccc; background: #E9E9E9; }
table.type06 thead th { width: auto; padding: 12px; font-weight: 400; vertical-align: top; border: 1px solid #ccc; text-align: center; }
table.type06 tbody th { padding: 12px; vertical-align: middle; font-weight: normal; border: 1px solid #ccc; background: #F5F5F5; text-align: center; }
table.type06 td { font-weight: normal; width: auto; padding: 7px; vertical-align: middle; border: 1px solid #ccc; line-height: 1.6rem;}
table.type06 .kblue { color: #145DE2; }
table.type06 ul { list-style: none; margin: 0; padding: 0; }
.ntf { font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif; }
.cuicmn { padding: 0; font-size: .9rem; line-height: 2.0rem;}
.cuicmm { list-style: none; margin: 10px 0 0 10px; padding: 0; font-size: 1.2rem; line-height: 2.2rem;}
.hscroll { display: inline; font-size: .9rem; line-height: 3.5rem;}
@media (min-width: 75em) {
.hscroll { display: none; font-size: .9rem; line-height: 3.5rem;}
}

.handsc { width: 23px; height: auto; margin: 10px 15px 0 5px;}
.ad-me-sh { margin: 20px 0 0 0;}
.ad-me-sh ul{ list-style-type: disc; margin: 0 0 30px 20px; padding: 0;}
.ad-me-sh li{ padding: 4px 0 4px 0;}

.ad-ac-pa{ margin: 30px 0 0 0;}
.ad-ac-in{ padding: 20px 10px;}
.ad-ac-in h3 { text-align: center;}

#admx-bd { width: 100%; overflow-x: auto;}
#admx-bd  table{ width: 1080px;}

#admx-ad { width: 100%; overflow-x: auto;}
#admx-ad  table{ width: 1080px;}


.ad-ta-ma{
  margin: 30px 0 0 0;
}

.adble-wrap {
  width: 100%;
  overflow: auto;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) 0 0/20px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) right/20px 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  border-right: 1px solid #CCC;
}

.adble-wrap table {
  font-family: 'Noto Sans JP', sans-serif; font-weight: 300;
  width: 1140px;
  background: linear-gradient(to left, hsla(0,0%,100%,0), white 15px) 0 0 / 50px 100%, linear-gradient(to right, hsla(0,0%,100%,0), white 15px) right / 50px 100%;
  background-repeat: no-repeat;
  background-attachment: local;
  border-bottom: 1px solid #CCC;
  border-collapse: collapse;
  text-align: center;
  table-layout: fixed;
}

.adble-wrap th {
  font-family: 'Noto Sans JP', sans-serif; font-weight: 300;
  text-align: center;
  padding: 10px;
  background: #E9E9E9;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  white-space: nowrap;
}
.adble-wrap th span{ font-size: .9rem;}

.adble-wrap tbody th {
  background: #F5F5F5;
}

.adble-wrap td {
  padding: 10px;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
}

.adble-wrap ul {list-style: none; margin: 0; padding: 0; }


.ac-ta-ma{
  margin: 30px 0 0 0;
}

.acble-wrap {
  width: 100%;
  overflow: auto;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) 0 0/20px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) right/20px 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  border-right: 1px solid #CCC;
}

.acble-wrap table {
  font-family: 'Noto Sans JP', sans-serif; font-weight: 300;
  width: 1088px;
  background: linear-gradient(to left, hsla(0,0%,100%,0), white 15px) 0 0 / 50px 100%, linear-gradient(to right, hsla(0,0%,100%,0), white 15px) right / 50px 100%;
  background-repeat: no-repeat;
  background-attachment: local;
  border-bottom: 1px solid #CCC;
  border-collapse: collapse;
  text-align: center;
  table-layout: fixed;
}

.acble-wrap th {
  font-family: 'Noto Sans JP', sans-serif; font-weight: 300;
  text-align: center;
  padding: 10px;
  background: #E9E9E9;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  white-space: nowrap;
}
.acble-wrap th span{ font-size: .9rem;}

.acble-wrap tbody th {
  background: #F5F5F5;
}

.acble-wrap td {
  padding: 10px;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
}

.acble-wrap ul {list-style: none; margin: 0; padding: 0; }

/*----------------------------------
  FITNESS
------------------------------------*/

.ft-sp{ display: inline-block; background: linear-gradient(transparent 60%, rgba(137,171,163,0.55) 60%);}
@media screen and (max-width:767px){ 
 .ft-h2-tx{ text-align: left;} 
}

.ft-ti-pd{ padding-top: 5rem; padding-bottom: 1rem;}
.cp-lb-bg{ background: url("../images/consept_lb_bg.jpg") no-repeat center; background-size:cover; background-position: 0; padding: 10px 0 60px 0;}

#famst { width: 100%; overflow: auto;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) 0 0/20px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) right/20px 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  border-right: 1px solid #CCC;
}

#famst table { width: 1140px;
  background: linear-gradient(to left, hsla(0,0%,100%,0), white 15px) 0 0 / 50px 100%, linear-gradient(to right, hsla(0,0%,100%,0), white 15px) right / 50px 100%;
  background-repeat: no-repeat;
  background-attachment: local;
  border-bottom: 1px solid #CCC;
  border-collapse: collapse;
}

table.type07 { font-family: 'Noto Sans JP', sans-serif; font-weight: 300; width: 100%; border-collapse: collapse; text-align: center; line-height: 1.5; border: 1px solid #ccc; margin: 0;}
table.type07 thead { border-right: 1px solid #ccc; border-left: 1px solid #ccc; background: #E9E9E9; }
table.type07 thead th { width: auto; padding: 12px; font-weight: 400; vertical-align: top; border: 1px solid #ccc; text-align: center; white-space: nowrap;}
table.type07 td { font-weight: normal; width: auto; padding: 7px; vertical-align: middle; border: 1px solid #ccc; line-height: 1.6rem;}
table.type07 ul { list-style: none; margin: 0; padding: 0; }
table.type07 span { font-size: .9rem; padding: 0 0 0 10px;}
.pg-tx-ct { text-align: left;}
.pg-tx-st{ white-space: nowrap;}


.table-wrap {
  width: 100%;
  overflow: auto;

  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) 0 0/20px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) right/20px 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  border-right: 1px solid #CCC;
}

.table-wrap table {
  font-family: 'Noto Sans JP', sans-serif; font-weight: 300;
  width: 1140px;
  background: linear-gradient(to left, hsla(0,0%,100%,0), white 15px) 0 0 / 50px 100%, linear-gradient(to right, hsla(0,0%,100%,0), white 15px) right / 50px 100%;
  background-repeat: no-repeat;
  background-attachment: local;
  border-bottom: 1px solid #CCC;
  border-collapse: collapse;
}

.table-wrap th {
  font-family: 'Noto Sans JP', sans-serif; font-weight: 300;
  text-align: center;
  padding: 10px;
  background: #E9E9E9;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  white-space: nowrap;
}
.table-wrap th span{ font-size: .9rem;}
.table-wrap td {
  padding: 10px;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
}

.pg-th-wd { width: 180px; background: #fff; text-align: center;}
.pg-tx-cc { text-align: center;}

.po-tt-cm { display: inline-block;}

.cc-me-sh { margin: 20px 0 0 0;}
.cc-me-sh ul{ list-style-type: disc; margin: 0 0 30px 20px; padding: 0;}
.cc-me-sh li{ padding: 4px 0 4px 0; color: #983234;}


/*----------------------------------
  FACILITY
------------------------------------*/

.ft-ti-pd{ padding-top: 5rem; padding-bottom: 1rem;}
.fa-ct-bg{ background: url("../images/facility_ct_bg.jpg") no-repeat center; background-size:cover; background-position: 0; padding: 10px 0 60px 0;}

/*----------------------------------------------------
	ACCESS
----------------------------------------------------*/
#accessArea {
	 padding: 0 -15px 0 -15px;
}

#map_canvas {
	width: 100%;
	height: 350px;
	position: relative;
	border-top : 1px solid #b8b8b8;
	border-bottom: 1px solid #b8b8b8;
	margin: 200px 0 0 0;
}

/*----------------------------------------------------
	COMPANY
----------------------------------------------------*/

.coStyle {
    font-family: 'Noto Sans JP', sans-serif; font-weight: 300;
	display: table;
	width: 100%;
	margin: 10px 0 0 0;
}
.coStyle  > dl {
	display: block;
	background: #ffffff;
	margin: 0;
}
.coStyle  > dt {
	font-family: 'Noto Sans JP', sans-serif; font-weight: 300;
}
.coStyle  > dl a {
	color: #000000;
	text-decoration: none;
}
.coStyle  > dl a:hover {
	color: #89aba3;
	text-decoration: none;
}
.coStyle  > dl.fline {
	background: #ffffff;
}
.coStyle  > dl > dt,
.coStyle  > dl > dd {
	display: block;
	padding: 20px 20px 20px;
	margin: 0;
    font-family: 'Noto Sans JP', sans-serif; font-weight: 300;
}
.coStyle  > dl > dt {
	width: auto !important;
	border-right: none;
	background: #f3f3f3;
    font-weight: normal;
}

@media (min-width: 48em) {
.coStyle {
	display: table;
	width: 100%;
	margin: 10px 0 0 0;
}
.coStyle > dl {
	display: table-row;
	background: #f3f3f3;

}
.coStyle > dl.fline {
	background: #ffffff;
}
.coStyle > dl.fline dt {
	background: #ffffff;
}
.coStyle > dl > dt,
.coStyle > dl > dd {
	display: table-cell;
	padding: 20px 10px 20px 40px;
	vertical-align: top;
}
.coStyle > dl > dt {
	border-right: #ffffff solid 1px;
    font-family: 'Noto Sans JP', sans-serif; font-weight: 300;
}
}

/*----------------------------------------------------
	PRIVACY POLICY
----------------------------------------------------*/
.prpbox {
	margin-left: 0;	
	clear: both;
	width: 100%;
	margin: 10px auto 0;
    font-family: 'Noto Sans JP', sans-serif; font-weight: 300;
}
.cctbox  {
	width: 100%;
	margin: 30px auto 0;
	padding: 0;
}
.cctbox ol li {
	list-style-position: inside;
    font-size: 1.7rem;
	margin: 0 0 50px -40px;
	padding: 0;
}
.cctbox h4 {
	border-bottom: 1px #ccc dotted;
    padding: 0 0 10px 0;
}
.cctbox p {
	font-size: 1.1rem;
}
.namert {
	text-align: right;
}

/*----------------------------------------------------
	CONTACT
----------------------------------------------------*/

.areabox strong { color: #BF2627;}
.areabox dl dt { font-weight: normal;}

.compsend dl dt{ text-align: center; font-size: 3rem; margin: 90px 0 0 0;}
.compsend dl dd{ line-height: 1.7em; margin: 50px 0 100px 0; padding: 0 30px 0 30px; text-align: left;}
.compsend dl dd p{text-align: center; margin: 90px 0 0 0;}

/*----------------------------------
  Mockup
------------------------------------*/
/* Mockup v1 */
.s-mockup-v1 {
  position: relative;
  width: 55rem;
  height: auto;
  z-index: 1;
}

@media (max-width: 61.9em) {
  .s-mockup-v1 {
    width: 100%;
    height: auto;
  }
}

/* Mockup v2 */
.s-mockup-v2 {
  position: absolute;
  left: 6.25rem;
  bottom: 6.25rem;
  width: 25rem;
  height: auto;
}

@media (max-width: 33.9em) {
  .s-mockup-v2 {
    display: none;
  }
}

@media (min-width: 34em) {
  .s-mockup-v2 {
    position: absolute;
    left: 0.625rem;
    bottom: 0.625rem;
    width: 18.75rem;
    height: auto;
  }
}

@media (min-width: 48em) {
  .s-mockup-v2 {
    position: absolute;
    left: 5rem;
    bottom: 5rem;
    width: 18.75rem;
    height: auto;
  }
}

/*----------------------------------
  Plan
------------------------------------*/
/* Plan v1 */
.s-plan-v1 {
  box-shadow: 0.625rem 0.625rem 0.9375rem 0 rgba(31, 31, 31, 0.075);
}

.s-plan-v1__price-mark, .s-plan-v1__price-tag {
  color: #13b1cd;
}

.s-plan-v1__price-mark {
  font-size: 1.375rem;
  vertical-align: top;
}

.s-plan-v1__price-tag {
  font-size: 1.875rem;
  line-height: 1.1;
}

/* Plan v2 */
@media (min-width: 62em) {
  .s-plan-v2__main {
    position: relative;
    z-index: 1;
    box-shadow: 0 -1.25rem 3.125rem 0 rgba(34, 35, 36, 0.05);
    margin-top: -.4375rem;
  }
}

/*----------------------------------
  Process v1
------------------------------------*/
.s-process-v1 {
  position: relative;
}

.s-process-v1:before {
  position: absolute;
  top: 3.125rem;
  left: 60%;
  width: 80%;
  height: 0.0625rem;
  background: rgba(255, 255, 255, 0.2);
  content: " ";
  margin-top: -.03125rem;
}

@media (max-width: 47.9em) {
  .s-process-v1:before {
    display: none;
  }
}

.s-process-v1:last-child:before {
  display: none;
}

/*----------------------------------
  Scroll To Section
------------------------------------*/
/* Scroll To Section v1 */
.s-scroll-to-section-v1--bc {
  position: absolute;
  left: 50%;
  bottom: 1.825rem;
  z-index: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  text-align: center;
}

/*----------------------------------
  Team v1
------------------------------------*/
.s-team-v1 {
  position: relative;
  cursor: pointer;
}

.s-team-v1:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: " ";
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-team-v1:hover:before {
  box-shadow: 0 0 1.25rem 0.3125rem rgba(34, 35, 36, 0.07);
}

/*----------------------------------
  Video
------------------------------------*/
.s-video__bg {
  position: relative;
}

.s-video__bg:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(103, 181, 241, 0.8) 0, rgba(152, 119, 234, 0.8) 100%);
  background-repeat: repeat-x;
  content: " ";
}

/* Video v2 */
.s-video-v2__bg {
  position: relative;
}

.s-video-v2__bg:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(34, 35, 36, 0.85);
  content: " ";
}

/*----------------------------------
  Header
------------------------------------*/
.s-header__navbar {
  background: transparent;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Container
------------------------------ */
.s-header__container {
  width: 100%;
  height: auto;
  display: table;
  padding: .25rem 1.675rem .25rem 1.475rem;
}

.s-header__container:before, .s-header__container:after {
  content: " ";
  display: table;
}

.s-header__container:after {
  clear: both;
}

.container-fluid {
  padding-left: 2.1875rem;
  padding-right: 2.1875rem;
}

/* Navbar Row
------------------------------ */
.s-header__navbar-row {
  position: relative;
  display: table-row;
  clear: both;
}

.s-header__navbar-row-col {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}

/* Logo
------------------------------ */
.s-header__logo {
  position: relative;
  z-index: 9999;
  width: 100%;
  height: auto;
  float: left;
}

.s-header__logo img {
    width: 150px;
    padding: .5rem 0 0 0;
}

.s-header__logo-link {
  display: inline-block;
  padding: .4rem 0;
}

.s-header__logo-link:focus, .s-header__logo-link:hover {
  text-decoration: none;
}

.s-header__logo-img-default, .s-header__logo-img-shrink {
  display: block;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header__logo-img-default {
  opacity: 1;
}

.s-header__logo-img-shrink {
  position: absolute;
  top: 0.4rem;
  left: 0;
  opacity: 0;
}

@media (max-width: 61.9em) {
  .s-header__logo {
    width: auto;
    height: auto;
    float: left;
  }
}

/* Trigger
------------------------------ */
.s-header__trigger {
  position: relative;
  z-index: 9999;
  width: 4.125rem;
  height: 4.125rem;
  float: right;
  overflow: hidden;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Trigger Icon */
.s-header__trigger-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  width: 1.975rem;
  height: 0.0925rem;
  background: #fff;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header__trigger-icon:before, .s-header__trigger-icon:after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  content: " ";
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 0.5s, width 0.5s, top 0.3s;
  transition: transform 0.5s, width 0.5s, top 0.3s;
}

.s-header__trigger-icon:before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: translate3d(0, 0.6375rem, 0);
  transform: translate3d(0, 0.6375rem, 0);
}

.s-header__trigger-icon:after {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: translate3d(0, -0.6375rem, 0);
  transform: translate3d(0, -0.6375rem, 0);
}

.s-header__trigger--dark .s-header__trigger-icon {
  background: #222324;
}

.s-header__trigger svg {
  position: absolute;
  top: 0;
  left: 0;
}

.s-header__trigger circle {
  -webkit-transition: stroke-dashoffset 0.4s 0s;
  transition: stroke-dashoffset 0.4s 0s;
}

/* Trigger Is Active Style */
.-is-active.s-header__trigger {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.-is-active .s-header__trigger-icon {
  background: #fff;
}

.-is-active .s-header__trigger-icon:before, .-is-active .s-header__trigger-icon:after {
  width: 50%;
  -webkit-transition: transform 0.5s, width 0.5s;
  transition: transform 0.5s, width 0.5s;
}

.-is-active .s-header__trigger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.-is-active .s-header__trigger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.-is-active.s-header__trigger circle {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.4s 0.3s;
  transition: stroke-dashoffset 0.4s 0.3s;
}

/* Overlay
------------------------------ */
.s-header-bg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(34, 35, 36, 0);
  visibility: hidden;
  -webkit-transition: all 1s ease-in 0.4s;
  transition: all 1s ease-in 0.4s;
}

.s-header-bg-overlay.-is-open {
  background: rgba(34, 35, 36, 0.99);
  visibility: visible;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

/* Nav
------------------------------ */
.s-header__nav {
  height: 100%;
  padding: 7.5rem 0;
}

/* Menu List */
.s-header__nav-menu {
  width: 22.75rem;
  float: right;
  text-align: right;
  margin-bottom: 0;
}

@media (max-width: 47.9em) {
  .s-header__nav-menu {
    width: 50%;
  }
}

@media (max-width: 33.9em) {
  .s-header__nav-menu {
    width: 100%;
    float: none;
  }
}

.s-header__nav-menu-item {
  padding: 0 0 .5rem 5.625rem;
  margin-bottom: .3125rem;
}

@media (max-width: 47.9em) {
  .s-header__nav-menu-item {
    padding-left: 0;
  }
}

.s-header__nav-menu-link {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 300;
  color: #fff;
  opacity: .85;
  padding: .3125rem .3125rem .3125rem .3125rem;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header__nav-menu-link-divider {
  position: relative;
}

.s-header__nav-menu-link-divider:before {
  position: absolute;
  top: 50%;
  right: -2.5rem;
  width: 2.1875rem;
  height: 0.0625rem;
  background: rgba(255, 255, 255, 0);
  content: " ";
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header__nav-menu-link-divider[href]:focus, .s-header__nav-menu-link-divider[href]:hover {
  color: #fff;
}

.s-header__nav-menu-link-divider[href]:hover:before {
  right: 0;
  background: white;
}

.s-header__nav-menu-link-divider:focus, .s-header__nav-menu-link-divider:hover {
  color: #fff;
}

.s-header__nav-menu-link-divider:hover {
  opacity: 1;
  padding-right: 2.5rem;
}

.s-header__nav-menu-link-divider.-is-active {
  padding-right: 2.5rem;
}

.s-header__nav-menu-link-divider.-is-active:before {
  right: 0;
  background: white;
}

/* Action
------------------------------ */
.s-header__action {
  margin-bottom: 0;
}

.s-header__action--lb {
  position: absolute;
  left: 1.875rem;
  bottom: 1.875rem;
}

.s-header__action--rb {
  position: absolute;
  right: 1.875rem;
  bottom: 1.875rem;
}

.s-header__action-item {
  padding: 0;
  margin-left: .1875rem;
  margin-right: .3125rem;
}

.s-header__action-link {
  position: relative;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  padding: .3125rem;
}

.s-header__action-link:first-child {
  padding-left: 0;
}

.s-header__action-link:last-child {
  padding-right: 0;
}

.s-header__action-link:hover {
  color: rgba(255, 255, 255, 0.7);
}

.s-header__action-link.-is-active {
  color: white;
}

/* Menu Open/Close
------------------------------ */
.s-header-bg-overlay .s-header__nav-menu-item {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  -webkit-transform: translate3d(0, 1.25rem, 0);
  transform: translate3d(0, 1.25rem, 0);
}

.s-header-bg-overlay .s-header__action-item {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (max-width: 47.9em) {
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item,
  .s-header-bg-overlay.-is-open .s-header__action-item {
    opacity: 1;
  }
}

@media (min-width: 34em) {
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item {
    opacity: 1;
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(1) {
    -webkit-transition: all 0.4s 0.2s ease-out;
    transition: all 0.4s 0.2s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(2) {
    -webkit-transition: all 0.4s 0.4s ease-out;
    transition: all 0.4s 0.4s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(3) {
    -webkit-transition: all 0.4s 0.6s ease-out;
    transition: all 0.4s 0.6s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(4) {
    -webkit-transition: all 0.4s 0.8s ease-out;
    transition: all 0.4s 0.8s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(5) {
    -webkit-transition: all 0.4s 1s ease-out;
    transition: all 0.4s 1s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(6) {
    -webkit-transition: all 0.4s 1.2s ease-out;
    transition: all 0.4s 1.2s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(7) {
    -webkit-transition: all 0.4s 1.4s ease-out;
    transition: all 0.4s 1.4s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(8) {
    -webkit-transition: all 0.4s 1.6s ease-out;
    transition: all 0.4s 1.6s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(9) {
    -webkit-transition: all 0.4s 1.8s ease-out;
    transition: all 0.4s 1.8s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(10) {
    -webkit-transition: all 0.4s 2s ease-out;
    transition: all 0.4s 2s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__action-item {
    opacity: 1;
  }
  .s-header-bg-overlay.-is-open .s-header__action-item:nth-child(1) {
    -webkit-transition: all 0.4s 0.4s ease-out;
    transition: all 0.4s 0.4s ease-out;
  }
  .s-header-bg-overlay.-is-open .s-header__action-item:nth-child(2) {
    -webkit-transition: all 0.4s 0.8s ease-out;
    transition: all 0.4s 0.8s ease-out;
  }
  .s-header-bg-overlay.-is-open .s-header__action-item:nth-child(3) {
    -webkit-transition: all 0.4s 1.2s ease-out;
    transition: all 0.4s 1.2s ease-out;
  }
}

/* Shrink
------------------------------ */
/* Navbar */
.s-header__shrink .s-header__navbar {
  box-shadow: 0 0 0.9375rem 0 rgba(34, 35, 36, 0.05);
}

.s-header__shrink.-is-open .s-header__navbar {
  background: transparent;
}

/* Logo */
.s-header__shrink.-is-open .s-header__logo-img-default {
  opacity: 1;
}

.s-header__shrink.-is-open .s-header__logo-img-shrink {
  opacity: 0;
}

.s-header__shrink .s-header__navbar {
  background: #000;
}

.s-header__shrink .s-header__logo-img-default {
  opacity: 0;
}

.s-header__shrink .s-header__logo-img-shrink {
  opacity: 1;
}

/* Trigger Icon */
.s-header__shrink.-is-open .s-header__trigger-icon {
  background: #fff;
}

.s-header__shrink .s-header__trigger-icon {
  background: #fff;
}



/*----------------------------------
  Footer
------------------------------------*/


/*----------------------------------
  Back To Top
------------------------------------*/
.s-back-to-top {
  position: fixed;
  right: 3.125rem;
  bottom: -3.125rem;
  display: block;
  width: 1.875rem;
  height: 3rem;
  z-index: 9;
  background: #13b1cd;
  border-radius: 3.125rem;
  text-align: center;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-back-to-top:before {
  display: block;
  font-size: 0.75rem;
  font-style: normal;
  font-family: themify;
  color: #fff;
  line-height: 3rem;
  content: "\e627";
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-back-to-top:hover {
  background: #fff;
}

.s-back-to-top:hover:before {
  color: #13b1cd;
}

.s-back-to-top:focus, .s-back-to-top:hover {
  text-decoration: none;
}

/* The button becomes visible */
.s-back-to-top.-is-visible {
  bottom: 3.125rem;
  opacity: .8;
}

.s-back-to-top.-is-visible:hover {
  opacity: 1;
}

/* If the user keeps scrolling down, the button is out of focus and becomes less visible */
.s-back-to-top.-zoom-out {
  opacity: .6;
}

/*----------------------------------
  Cubeportfolio
------------------------------------*/
.s-portfolio__filter-v1-item {
  font-size: 0.8125rem;
  color: #656565 !important;
  text-transform: uppercase;
  margin-bottom: 0 !important;
}

.s-portfolio__filter-v1-item:hover {
  color: #242424 !important;
}

.s-portfolio__filter-v1-item.cbp-filter-item-active {
  color: #13b1cd !important;
}

.s-portfolio__filter-v1.cbp-l-filters-text {
  margin-bottom: 0;
}

/* Image Effect
------------------------------ */
.s-portfolio__img-effect {
  position: relative;
  display: block;
}

.s-portfolio__img-effect:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(19, 177, 205, 0.95);
  content: " ";
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-portfolio__item:hover .s-portfolio__img-effect:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Position
------------------------------ */
.s-portfolio__caption-hover--cc {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  padding: 1.875rem;
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-portfolio__item:hover .s-portfolio__caption-hover--cc {
  opacity: 1;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

/* Paginations v1
------------------------------ */
.s-portfolio__paginations-v1 .cbp-nav-controls {
  display: none;
}

.s-portfolio__paginations-v1 .cbp-nav-pagination {
  padding-left: .625rem;
}

.s-portfolio__paginations-v1 .cbp-nav-pagination-item {
  margin: 0 .9375rem;
}

.s-portfolio__paginations-v1 .cbp-nav-pagination-active {
  background: #13b1cd;
}

/* Tab v1
------------------------------ */
.s-tab__filter-v1 {
  display: block;
  font-size: 1.75rem;
  color: #fff;
  text-align: center;
  border: none;
  cursor: pointer;
  letter-spacing: .0625rem;
  line-height: 2rem;
  padding: 0 0 2rem;
  margin: 0 0 2rem;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-tab__filter-v1:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 5rem;
  height: 0.0625rem;
  background: rgba(255, 255, 255, 0.3);
  content: " ";
  margin-left: -2.5rem;
}

.s-tab__filter-v1:last-child {
  padding: 0;
  margin: 0;
}

.s-tab__filter-v1:last-child:before {
  display: none;
}

.s-tab__filter-v1.cbp-filter-item-active {
  color: #13b1cd;
}

.s-tab__grid-v1-item {
  font-size: 0.9375rem;
  font-weight: 300;
  color: #656565;
}

/*----------------------------------
  Google Map
------------------------------------*/
/* Custom Style */
.s-google-map,
.s-google-map .s-google-container {
  position: relative;
}

/* Info Window: White background and box outline */
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div {
  background-color: #fff !important;
  box-shadow: none !important;
}

/* Info Window: Arrow colour */
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div > div {
  background-color: #fff !important;
  box-shadow: none !important;
}

.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div:first-child {
  display: none;
}

/* Info Window: Let's remove image icon inside close button */
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child > img {
  display: none;
}

/* Info Window: New arrow style */
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child {
  overflow: inherit !important;
}

.gm-style > div:first-child > div + div > div:last-child > div > div:last-child:after {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.75rem;
  font-family: themify;
  color: #656565;
  content: "\e646";
}

/* Info Window: Positioning of infowindow */
.gm-style-iw {
  top: 1.375rem !important;
  left: 1.375rem !important;
}

/*----------------------------------
  Swiper
------------------------------------*/
.s-swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* Arrows v1
------------------------------ */
.s-swiper__arrow-v1--left, .s-swiper__arrow-v1--right {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

@media (max-width: 47.9em) {
  .s-swiper__arrow-v1--left, .s-swiper__arrow-v1--right {
    opacity: 0;
  }
}

.s-swiper__arrow-v1--left {
  left: 2rem;
}

.s-swiper__arrow-v1--right {
  right: 2rem;
}

@media (max-width: 47.9em) {
  .s-swiper:hover .s-swiper__arrow-v1--left, .s-swiper:hover .s-swiper__arrow-v1--right {
    opacity: 1;
  }
}

/* Pagination v1
------------------------------ */
.s-swiper__pagination-v1--bc {
  position: absolute;
  bottom: 1.875rem !important;
  text-align: center;
  z-index: 1;
}

.s-swiper__pagination-v1 .swiper-pagination-bullet {
  width: 1rem;
  height: 0.5625rem;
  border-radius: 0.9375rem;
  opacity: .7;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-swiper__pagination-v1 .swiper-pagination-bullet-active {
  width: 1.875rem;
  background: #13b1cd;
  opacity: 1;
}

.s-swiper__pagination-v1--white .swiper-pagination-bullet {
  background: #fff;
}

.s-swiper__pagination-v1--white .swiper-pagination-bullet-active {
  background: #13b1cd;
}

.s-swiper__pagination-v1--dark .swiper-pagination-bullet {
  background: #b2b2b2;
}

.s-swiper__pagination-v1--dark .swiper-pagination-bullet-active {
  background: #13b1cd;
}
