@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?gaec1u');
  src: url('../fonts/icomoon.eot?gaec1u#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?gaec1u') format('truetype'), url('../fonts/icomoon.woff?gaec1u') format('woff'), url('../fonts/icomoon.svg?gaec1u#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/*wpヘッダー用*/
body.customize-support {
    margin-top: 32px;
}

body.customize-support nav.navbar.navbar-custom.tt-default-nav {
    margin-top: 32px;
}
/*wpヘッダー用END*/

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow_up:before {
  content: "\e900";
}
.icon-arrow_down:before {
  content: "\e901";
}
.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5, .col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5, .col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5, .col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1-5 {
  width: 20%;
  float: left;
}
.col-xs-2-5 {
  width: 40%;
  float: left;
}
.col-xs-3-5 {
  width: 60%;
  float: left;
}
.col-xs-4-5 {
  width: 80%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
  .col-sm-2-5 {
    width: 40%;
    float: left;
  }
  .col-sm-3-5 {
    width: 60%;
    float: left;
  }
  .col-sm-4-5 {
    width: 80%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
  .col-md-2-5 {
    width: 40%;
    float: left;
  }
  .col-md-3-5 {
    width: 60%;
    float: left;
  }
  .col-md-4-5 {
    width: 80%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
  .col-lg-2-5 {
    width: 40%;
    float: left;
  }
  .col-lg-3-5 {
    width: 60%;
    float: left;
  }
  .col-lg-4-5 {
    width: 80%;
    float: left;
  }
}
@media (min-width: 767px) {
  .visible_pc {
    display: block !important;
  }
  .visible_sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .visible_pc {
    display: none !important;
  }
  .visible_sp {
    display: block !important;
  }
}
.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.slideConts {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.slideContsL {
  transform: translate(-800px, 0);
}
.slideContsR {
  transform: translate(800px, 0);
}
.slideContsL.show {
  transform: translate(0, 0) !important;
}
.slideContsR.show {
  transform: translate(0, 0) !important;
}
/* -------------------------------------------------------
                     btn 
-------------------------------------------------------- */
.btn {
  background: #1d1d1d;
  border: none;
  background-color: #000;
  color: white;
  border: 1px solid #000;
  -webkit-transition: color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1), background 0.1s cubic-bezier(0.16, 0.08, 0.355, 1);
  transition: color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1), background 0.1s cubic-bezier(0.16, 0.08, 0.355, 1);
  display: inline-block;
  cursor: pointer;
  outline: none;
  position: relative;
  overflow: hidden;
  border-radius: 0 !important;
}
.btn:hover {
  background: #FFD500;
  border-color: #FFD500 !important;
  color: #000 !important;
}
.btn-border {
  background-color: transparent;
  color: #000;
}
.btn-border-white {
  background-color: transparent;
  border: 1px solid #fff !important;
  color: #fff !important;
}
.btn-arrow {
  position: relative;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}
.btn-arrow span {
  display: inline-block;
  position: relative;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  will-change: transform;
}
.btn-arrow:hover span {
  -webkit-transform: translate3d(-1rem, 0, 0);
  transform: translate3d(-1rem, 0, 0);
}
.btn-arrow img {
  position: absolute;
  width: 17px;
  right: 0px;
  right: 0rem;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  will-change: right, opacity;
}
.btn-arrow img * {
  stroke-width: 5;
  stroke-color: transparent;
}
.btn-arrow:hover img {
  opacity: 1;
  right: -2.5rem;
}
/* -------------------------------------------------------
                     Global 
-------------------------------------------------------- */
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #111;
  width: 100%;
  margin: 0 auto;
  background: #000;
}
.wrap {
  background: #fff;
  position: relative;
  width: 100%;
}
.navbar {
  width: 100%;
  margin: 0 auto;
}
/*font-family: 'Roboto Slab', serif;*/
@media (max-width: 767px) {
  body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #111;
    width: 100%;
    margin: 0 auto;
    background: #000;
  }
  .navbar {
    width: 100%;
    margin: 0 auto;
  }
}
.section-padding {
  padding: 100px 0;
}
.section-bord {
  border-bottom: 1px solid #eee;
}
.tit {
  margin-bottom: 80px;
  display: inline-block;
  color: #444;
  text-transform: uppercase;
}
p {
  color: #000;
  letter-spacing: 0px;
  line-height: 24px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
}
.cd-title {
  position: relative;
  height: 160px;
  line-height: 230px;
  text-align: center;
}
.cd-title h1 {
  font-size: 2.4rem;
}
@media only screen and (min-width: 768px) {
  .cd-title {
    line-height: 250px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-title {
    height: 200px;
    line-height: 300px;
  }
  .cd-title h1 {
    font-size: 3rem;
  }
}
.cd-intro {
  width: 90%;
  max-width: 768px;
  text-align: center;
}
.cd-intro {
  margin: 4em auto;
}
@media only screen and (min-width: 768px) {
  .cd-intro {
    margin: 5em auto;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-intro {
    margin: 6em auto;
  }
}
.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 6rem;
  }
}
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}
/* xclip */
.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}
.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9;
}
.cd-headline.clip b {
  opacity: 0;
}
.cd-headline.clip b.is-visible {
  opacity: 1;
  font-weight: 100;
}
.slider-nav .owl-theme .owl-nav [class*=owl-] {
  background: #eee;
  color: #111;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  line-height: 22px;
  font-size: 20px;
  opacity: 0;
  transition: all .5s;
}
.slider-nav:hover .owl-theme .owl-nav [class*=owl-] {
  opacity: 1;
}
.slider-nav .owl-prev {
  text-align: right;
  position: absolute;
  top: calc(50% - 50px);
  left: -47px;
  transform: rotate(45deg);
}
.slider-nav .owl-prev span {
  transform: rotate(-45deg);
  padding: 7px;
}
.slider-nav .owl-next {
  text-align: left;
  position: absolute;
  top: calc(50% - 50px);
  right: -47px;
  transform: rotate(-45deg);
}
.slider-nav .owl-next span {
  transform: rotate(45deg);
  padding: 7px;
}
/* -------------------------------------------------------
                     Navbar 
-------------------------------------------------------- */
.navbar-custom {
  position: fixed;
  top: 0;
  /*left: 0;*/
  width: 100%;
  border: 0;
  margin-bottom: 0;
  border-radius: 0;
  z-index: 9999;
  font-family: 'Roboto Slab', serif;
  background: #fff;
  height: 60px;
}
.fixed-top-nav {
  background: #fff;
  transition: all .5s;
  border: 0;
}
.nav-dark {
  background: #111;
}
.navbar-custom .navbar-brand, .navbar-custom .navbar-brand:hover, .navbar-custom .navbar-brand:focus {
  font-size: 25px;
  color: #eee;
  line-height: 40px;
  letter-spacing: -1px;
  text-transform: uppercase;
  font-family: 'Righteous', cursive;
}
.navbar-custom .dropdown-menu {
  background: #111;
  border-radius: 0;
  border: 0;
  padding: 0;
  /*min-width: 180px;*/
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-custom .nav-search i {
  font-size: 14px;
}
.navbar-custom .nav-search .dropdown-toggle:after {
  content: "";
}
.navbar-custom .nav-search .dropdown-menu {
  background: transparent;
}
.navbar-custom .nav-search input {
  border: 0;
  border: 1px solid #111;
  padding: 5px 10px;
  margin-top: 10px;
}
.navbar-custom .nav-card span {
  color: #d2d2d2;
  padding: 25px 12px 15px;
  margin-right: 15px;
}
.navbar-custom .nav li > a {
  position: relative;
  color: #000;
  font-weight: 400;
  font-size: 14px;
}
.navbar-collapse {
  max-height: 380px;
}
/*for transparent menu and menu color*/
.navbar-custom .dropdown-menu > li > a {
  font-family: 'Noto Sans JP', sans-serif;
  transition: all .4s;
}
.navbar-custom .dropdown-menu > li:last-child > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}
.navbar-custom .dropdown-menu .dropdown-menu {
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  left: 100%;
  right: auto;
  top: 0;
  margin-top: 0;
}
.navbar-custom .dropdown-menu.left-side .dropdown-menu {
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  right: 100%;
  left: auto;
}
.navbar-custom .nav > li > a:focus, .navbar-custom .nav > li > a:hover, .navbar-custom .nav > li.active > a, .navbar-custom .nav .open > a, .navbar-custom .nav .open > a:focus, .navbar-custom .nav .open > a:hover, .navbar-custom .dropdown-menu > li > a:focus, .navbar-custom .dropdown-menu > li > a:hover, .navbar-custom .dropdown-menu > .active > a, .navbar-custom .dropdown-menu > .active > a:focus, .navbar-custom .dropdown-menu > .active > a:hover {
  background-color: transparent;
}
.navbar-custom .dropdown-menu > li > a:hover {
  color: #FFD500;
  background: #000;
}
.navbar-custom .dropdown-toggle:after {
  position: absolute;
  display: block;
  right: 0px;
  top: 50%;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 12px;
  /*content: "\f107";*/
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.navbar-brand {
  background: #000;
  height: 60px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.navbar-brand img {
  height: 38px;
  width: 113px;
}
.navbar-nav li.navbar-contact a {
  background: #FFD500;
  height: 60px;
  padding-left: 10% !important;
  padding-right: 10% !important;
  margin-right: 0 !important;
  /*width: 85px;*/
}
.navbar-nav li.navbar-contact {
  /*min-width: 85px;*/
}
.navbar-contact img {
  height: 20px;
  width: 25px;
}
.navbar-nav li {
  width: 15.5%;
}
.navbar-nav li:last-child {
  width: 7%;
}
.navbar-nav {
  /*width: 1153px;*/
  width: calc(100% - 213px);
}
.navbar-nav .dropdown-menu li {
  width: 100% !important;
}
.navbar-nav .dropdown-menu {
  min-width: 100px !important;
}
.navbar-collapse {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.navbar-right {
  margin-right: 0 !important;
}
#custom-collapse .navbar-nav ul {
  width: 100%
}
#custom-collapse .navbar-nav ul:after, #globalnav ul:before {
  display: table;
  content: "";
  line-height: 0
}
#custom-collapse .navbar-nav ul:after {
  clear: both
}
#custom-collapse .navbar-nav li {
  display: block;
  /*width:16.666%;*/
  height: 60px;
  line-height: 60px;
  float: left;
  text-align: center;
  overflow: hidden
}
#custom-collapse .navbar-nav li {
  display: block
}
#custom-collapse .navbar-nav li a {
  position: relative;
  display: block;
  -webkit-transition: background .5s;
  -moz-transition: background .5s;
  -o-transition: background .5s;
  transition: background .5s
}
#custom-collapse .navbar-nav li a:after, #custom-collapse .navbar-nav li a:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition:
    -webkit-transform .3s;
  -moz-transition:
    -moz-transform .3s;
  -o-transition: -o-transform .3s;
  transition: transform .3s
}
#custom-collapse .navbar-nav li a:before {
  background-color: #191919;
  z-index: -2
}
#custom-collapse .navbar-nav li a:after {
  background-color: #ffd500;
  z-index: -1;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s
}
#custom-collapse .navbar-nav li a:hover:after, #custom-collapse .navbar-nav li a:hover:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0)
}
#custom-collapse .navbar-nav li a span, #custom-collapse .navbar-nav li a span:after {
  position: relative;
  display: block;
  letter-spacing: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}
#custom-collapse .navbar-nav li a span {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  height: 60px;
}
#custom-collapse .navbar-nav li a.active-parent:hover span, #custom-collapse .navbar-nav li a.active:hover span {
  position: relative;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%)
}
#custom-collapse .navbar-nav li a:hover span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%)
}
#custom-collapse .navbar-nav li a.active, #custom-collapse .navbar-nav li a.active-parent, #custom-collapse .navbar-nav li a:active {
  background-color: #ffd500
}
#custom-collapse .navbar-nav li a.active span, #custom-collapse .navbar-nav li a.active-parent span {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0)
}
#custom-collapse .navbar-nav li.navbar-contact_sp {
  display: none !important;
}
/* -------------------------------------------------------------------
Responsive Media Querries
------------------------------------------------------------------- */
@media (min-width: 768px) {
  .tt-default-nav {
    width: 100%;
    min-height: 60px;
    z-index: 1000;
    -webkit-transition: height 0.4s ease;
    -moz-transition: height 0.4s ease;
    transition: height 0.4s ease;
  }
  .tt-default-nav.navbar-custom .nav > li > a {
    padding: 20px 0 20px;
    text-align: center;
  }
  .navbar-custom .dropdown-menu {
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
  }
  #custom-collapse .navbar-nav li.open {
    display: block;
    /*width:16.666%;*/
    height: 180px;
    line-height: 60px;
    float: left;
    text-align: center;
    overflow: hidden
  }
  .navbar-custom .open > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    height: 120px;
    position: absolute;
    top: 60px;
  }
  .navbar-custom .open > .dropdown-menu li {
    width: 100% !important;
  }
  .navbar-custom .dropdown-menu li a {
    padding: 0 !important;
    display: block;
    height: 60px !important;
    line-height: 60px !important;
    background: #fff !important;
    color: #000 !important;
    font-size: 14px !important;
    width: 100% !important;
    text-align: center !important;
  }
  .navbar-custom .open > .dropdown-menu li a {
    display: block;
    height: 60px !important;
    line-height: 60px !important;
    background: #fff !important;
    color: #000 !important;
    font-size: 14px !important;
    width: 100% !important;
    text-align: center !important;
  }
  .navbar-custom .open > .dropdown-menu li a:hover {
    background: #000 !important;
    color: #FFD500 !important;
  }
  .navbar-custom .dropdown-menu .dropdown-toggle:after {
    position: absolute;
    display: block;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    content: "\f105";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 767px) {
  .f0d7 {
    display: none;
    height: 0;
    color: #fff;
    margin-left: -200px
  }
}
@media (max-width: 767px) {
  /* Navbar */
  .navbar-custom .navbar-toggle {
    background: none;
    margin-top: 15px;
    border: none;
  }
  .navbar-custom .navbar-toggle:hover, .navbar-custom .navbar-toggle:focus {
    background: none;
  }
  .navbar-custom .navbar-toggle .icon-bar {
    background: #fff;
  }
  .navbar-custom .navbar-collapse {
    border: none;
    background: #111;
    margin-top: 5px;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
    padding: 10px 25px;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-header, .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
    padding: 10px 35px;
  }
  .navbar-custom li a {
    border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
  }
  .navbar-custom .dropdown-toggle:after, .navbar-custom .dropdown-menu .dropdown-toggle:after {
    font-size: 14px;
    right: 20px;
    content: "\f107";
  }
  .navbar-custom .nav > .open > .dropdown-toggle:after, .navbar-custom .dropdown-menu .dropdown.open .dropdown-toggle:after {
    content: "\f106";
  }
}
/* -------------------------------------------------------
                    Header
-------------------------------------------------------- */
.header {
  /*height: auto;*/
  height: 100vh !important;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  display: block;
}
.codrops-header {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.codrops-header h1 {
  margin-top: 0;
  margin-left: 100px;
  text-align: left;
}
.codrops-header h1 img {
  width: 855px;
}
.button-scroll {
  position: absolute;
  bottom: 5vh;
  left: calc(50% - 13px);
  width: 26px;
  height: 50px;
  border-radius: 15px;
  border: 2px solid #fff;
  cursor: pointer;
  z-index: 99;
}
.button-scroll span {
  height: 10px;
  width: 2px;
  position: absolute;
  left: calc(50% - 1px);
  background: #fff;
  -webkit-animation: scroll .5s infinite alternate;
  -moz-animation: scroll .5s infinite alternate;
  animation: scroll .5s infinite alternate;
}
@keyframes scroll {
  0% {
    top: 50%;
  }
  50% {
    top: 55%;
  }
  100% {
    top: 60%;
  }
}
@-webkit-keyframes scroll {
  0% {
    top: 50%;
  }
  50% {
    top: 55%;
  }
  100% {
    top: 60%;
  }
}
@-moz-keyframes scroll {
  0% {
    top: 50%;
  }
  50% {
    top: 55%;
  }
  100% {
    top: 60%;
  }
}
.sub-header {
  min-height: 70vh !important;
  height: auto;
  width: 100%;
  background: rgba(34, 34, 34, .5);
  background-size: cover;
  background-attachment: fixed;
  background-blend-mode: overlay;
  position: relative;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.sub-header h1, .color-header h1 {
  margin: 30px;
}
.color-header {
  height: 50vh;
  width: 100%;
  background: #f4f4f4;
  position: relative;
  margin-top: 60px;
}
.color-header .caption {
  color: #111;
}
/* -------------------------------------------------------
                    Hero
-------------------------------------------------------- */
.hero .hero-item {
  padding: 40px;
  background: #fff;
}
.hero .hero-item.active {
  border: 1px solid #eee;
}
.hero .hero-item span {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 30px;
  color: #a3a3a3;
  border: 1px solid #a3a3a3;
  border-radius: 50%;
}
.hero .hero-item h5 {
  font-size: 20px;
  margin: 30px auto;
}
.accordion .accordion-icon h6 {
  font-weight: 400;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  margin-bottom: 0;
  cursor: pointer;
}
.accordion .accordion-icon span {
  float: right;
  color: #888;
  font-size: 14px;
}
.accordion .accordion-info {
  display: none;
  padding: 20px 10px;
}
.accordion .accordion-info.active {
  display: block;
}
.hero .hero-blc-progress {
  padding-top: 30px;
}
.hero .hero-blc-progress p {
  font-size: 12px;
  color: #555;
  margin-bottom: 10px;
}
.hero .hero-blc-progress .progress-main {
  background: #eee;
  width: 100%;
  height: 1px;
  margin: 0 auto 30px;
}
.hero-blc-progress .progress-main .progress-bar {
  background: #111;
  height: 100%;
  width: 0;
  transition: all 2s;
}
/* -------------------------------------------------------
                    Footer
-------------------------------------------------------- */
footer {
  background-image: url("../img/shutterstock-1432953857.jpg");
  background-size: cover;
  width: 100%;
}
footer .main-footer {
  color: #eee;
  padding: 100px 0 75px;
}
footer .footer-logo, footer .main-footer .item-about h4 {
  letter-spacing: -1px;
  text-transform: uppercase;
  font-family: 'Righteous', cursive;
}
footer .main-footer p {
  color: #aaa;
  font-weight: 400;
}
footer .main-footer .item-about p {
  margin: 30px auto;
}
footer .main-footer .social-icon span {
  color: #eee;
  margin-right: 30px;
  cursor: pointer;
}
footer .main-footer h6 {
  margin-bottom: 40px;
}
footer .main-footer .twity span {
  float: left;
  font-size: 20px;
}
footer .main-footer .twity p {
  margin-left: 40px;
}
footer .main-footer .twity {
  margin-bottom: 50px;
  padding-right: 25px;
}
footer .main-footer .sub-form p {
  margin-bottom: 30px;
}
footer .main-footer .sub-form input {
  border: none;
  background: #fff;
  color: #111;
  padding: 10px 20px;
  width: calc(100% - 82px);
  letter-spacing: 2px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
footer .main-footer .sub-form .btn-sub {
  display: inline-block;
  background: #fff;
  padding: 1px;
  margin-left: -6px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
footer .main-footer .sub-form button {
  padding: 9px;
  width: 80px;
  color: #eee;
  background: #222;
  border: none;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
footer .main-footer .links span {
  font-family: "Open Sans", sans-serif;
  margin: 20px 10px 0 5px;
  color: #aaa;
  font-size: 11px;
  font-weight: 100;
  cursor: pointer;
}
footer .main-footer .cta-block {
  border: solid 1px #fff;
  padding: 50px 50px 40px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
footer .main-footer .cta-block:hover {
  border: solid 1px #FFD500;
  padding: 50px 50px 40px;
  text-align: center;
  color: #FFD500;
  position: relative;
  z-index: 20;
}
footer .main-footer .cta-block .cta-icon {
  width: 80px;
  margin: 0 auto 20px;
}
footer .main-footer .cta-block .cta-icon img {
  width: 80px;
}
footer .main-footer .cta-block a {
  color: #fff !important;
}
footer .main-footer .cta-block a:hover {
  color: #FFD500 !important;
}
footer .main-footer .cta-block p {
  color: #fff;
  font-size: 14px;
}
footer .main-footer .cta-block p:hover {
  color: #FFD500;
  font-size: 14px;
}
footer .main-footer .cta-block p.cta-btn {
  color: #fff;
  font-size: 18px !important;
}
footer .main-footer .cta-block p.cta-btn:hover {
  color: #FFD500;
  font-size: 18px !important;
}
footer .main-footer .cta-block .cta-icon img.cta_icon {
  display: block;
}
footer .main-footer .cta-block .cta-icon img.cta_hover {
  display: none;
}
footer .main-footer .cta-block:hover .cta-icon img.cta_icon {
  display: none;
}
footer .main-footer .cta-block:hover .cta-icon img.cta_hover {
  display: block;
}
footer .main-footer .cta-block:hover p {
  color: #FFD500;
}
footer .main-footer .cta-block:hover p.cta-btn {
  color: #FFD500;
}
footer .sub-footer {
  padding: 25px 0;
  text-align: center;
}
footer .sub-footer .footer-logo {
  width: 161px;
  margin: 0 auto 50px;
}
footer .sub-footer .footer-logo img {
  width: 161px;
}
footer .sub-footer h3 {
  color: #fff;
  font-size: 14px;
}
footer .sub-footer p {
  color: #fff;
  font-size: 12px;
}
footer .copy-footer {
  padding: 25px 0;
  text-align: center;
}
footer .copy-footer p {
  color: #fff;
  font-size: 12px;
  display: inline-block;
}
footer .copy-footer span {
  margin: 0 0 0 20px;
}
/* Small Footer */
footer .small-footer {
  padding: 30px 0;
}
footer .small-footer .links span {
  font-family: "Open Sans", sans-serif;
  margin: 20px 10px 0 5px;
  color: #888;
  font-size: 11px;
  font-weight: 100;
  cursor: pointer;
}
footer .small-footer .social-icon {
  text-align: right;
  padding-top: 20px;
}
footer .small-footer .social-icon span {
  color: #888;
  margin-left: 20px;
  cursor: pointer;
}
footer .small-footer p {
  padding: 20px 0 0 0;
  margin: 0;
  font-size: 13px;
  color: #aaa;
  text-align: right;
}
/* -------------------------------------------------------
                     Demo-1 
-------------------------------------------------------- */
.demo-1 {
  background-image: url(../img/948430854.jpg);
}
@media(min-width: 767px) {
  svg.billboard_pc {
    display: block;
    width: 52vw;
    height: auto;
    transition: 0.5s;

  }
  svg.billboard_sp {
    display: none;
  }
}
.header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(34, 34, 34, .4);
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
/* -------------------------------------------------------
                     separator
-------------------------------------------------------- */
.separator {
  width: 50px;
  border-bottom: solid 1px #000;
  margin-bottom: 30px;
  padding-top: 10px;
}
.separator-center {
  display: block;
  margin: 0 auto;
  width: 50px;
  border-bottom: solid 1px #000;
  margin-bottom: 30px;
  padding-top: 10px;
}
.separator.color-white {
  width: 50px;
  border-bottom: solid 1px #fff !important;
  margin-bottom: 30px;
  padding-top: 10px;
}
/* -------------------------------------------------------
                     home - ourculture
-------------------------------------------------------- */
.ourculture {
  padding: 200px 0 400px;
  background-image: url("../img/ourculture_bg.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  z-index: 2;
  position: relative;
}
.ourculture-title {
  width: 476px;
  height: 73px;
  margin-top: 150px;
  margin-bottom: 50px;
  display: block;
}
.ourculture-title img {
  width: 476px;
  height: 73px;
}
.ourculture-content {
  padding-right: 0px;
  padding-left: 40px;
}
.ourculture .en {
  font-family: 'Roboto Slab', serif;
  margin-bottom: 20px;
  color: #000;
}
.ourculture p {
  color: #000;
}
.ourculture-btn {
  margin-top: 50px;
  color: #000;
  font-family: 'Roboto Slab', serif;
}
.ourculture-btn a {
  border: solid 1px #000;
  display: block;
  padding: 20px;
  color: #000;
  width: 200px;
  height: 60px;
}
/* -------------------------------------------------------
                     home - services
-------------------------------------------------------- */
.services {
  padding: 100px 0 200px;
  /*background-image: url("../img/services_bg.png");*/
  background-size: cover;
  background-position: center;
  width: 100%;
  margin-top: -310px;
  z-index: 3;
  position: relative;
}
.services-title {
  width: 394px;
  height: 70px;
  margin-bottom: 50px;
  display: block;
}
.services-title img {
  width: 394px;
  height: 70px;
}
.services-content {
  padding-right: 85px;
  padding-left: 85px;
}
.services .en {
  font-family: 'Roboto Slab', serif;
  margin-bottom: 20px;
  color: #fff;
}
.services p {
  color: #fff;
}
.services-btn {
  margin-top: 50px;
  color: #fff;
  font-family: 'Roboto Slab', serif;
}
.services-btn a {
  border: solid 1px #fff;
  display: block;
  padding: 20px;
  color: #fff;
  width: 200px;
  height: 60px;
}
/* -------------------------------------------------------
                     home - rates
-------------------------------------------------------- */
.rates {
  padding: 240px 0 216px;
  /*background-image: url("../img/rates_bg.png");*/
  background-size: contain;
  background-position: center;
  width: 100%;
  z-index: 4;
  margin-top: -50px;
  position: relative;
}
.rates-title {
  width: 184px;
  height: 87px;
  margin: 0 auto 40px;
  display: block;
}
.rates-title img {
  width: 184px;
  height: 87px;
}
.rates-content {
  padding-right: 50px;
  padding-left: 63px;
}
.rates .en {
  font-family: 'Roboto Slab', serif;
  margin-bottom: 20px;
  color: #000;
}
.rates p {
  color: #000;
}
.rates-btn {
  margin-top: 50px;
  color: #000;
  text-align: center;
  font-family: 'Roboto Slab', serif;
  text-align: center;
}
.rates-btn a {
  border: solid 1px #000;
  display: block;
  padding: 20px;
  color: #000;
  width: 200px;
  height: 60px;
  margin: 0 auto;
}
/* -------------------------------------------------------
                     home - careers
-------------------------------------------------------- */
.careers {
  padding: 106px 0;
  /*background-image: url("../img/careers_bg.png");*/
  background-size: cover;
  background-position: center;
  width: 100%;
  z-index: 3;
  margin-top: -53px;
  position: relative;
}
.careers-title {
  width: 285px;
  height: 80px;
  margin-top: 30px;
  margin-bottom: 50px;
  display: block;
}
.careers-title img {
  width: 285px;
  height: 80px;
}
.careers-content {
  padding-right: 20px;
  padding-left: 20px;
}
.careers .en {
  font-family: 'Roboto Slab', serif;
  margin-bottom: 20px;
  color: #000;
}
.careers p {
  color: #000;
}
.careers-btn {
  margin-top: 50px;
  color: #000;
  text-align: center;
  font-family: 'Roboto Slab', serif;
  text-align: center;
}
.careers-btn a {
  border: solid 1px #000;
  display: block;
  padding: 20px;
  color: #000;
  width: 200px;
  height: 60px;
}
.scholarship-btn {
  background: #000;
  width: 386px;
  height: 89px;
  color: #fff;
  font-size: 12px;
  margin-top: 50px;
}
.scholarship-btn a {
  color: #fff !important;
}
.scholarship-btn .bn-text {
  float: left;
  display: block;
  padding-left: 20px;
  padding-top: 20px;
  color: #fff !important;
  line-height: 1.8;
}
.scholarship-btn a span {
  color: #FFD500;
  font-size: 16px;
  font-weight: 600;
}
.scholarship_visual_pc {
  display: block;
  float: left;
  width: 130px;
  height: 89px;
}
.scholarship_visual_sp {
  display: none;
}
.scholarship-btn:hover {
  background: #FFD500;
}
.scholarship-btn:hover .bn-text {
  color: #000 !important;
}
.scholarship-btn:hover a {
  color: #000 !important;
}
.scholarship-btn:hover a span {
  color: #000;
}
.scholarship-btn:hover {
  background: #FFD500;
}
img.arrow_black {
  width: 28px;
  display: inline;
  float: right;
  padding-top: 12px;
  padding-left: 10px;
}
img.arrow_yellow {
  width: 28px;
  display: inline;
  float: right;
  padding-top: 12px;
  padding-left: 10px;
}
.scholarship-btn img.arrow_yellow {
  display: block;
}
.scholarship-btn img.arrow_black {
  display: none;
}
.scholarship-btn:hover img.arrow_yellow {
  display: none;
}
.scholarship-btn:hover img.arrow_black {
  display: block;
}
/* -------------------------------------------------------
                     home - news
-------------------------------------------------------- */
@media (min-width: 1200px) {
  .container-news {
    width: 1024px;
  }
}
.news {
  padding: 324px 0 200px;
  background-image: url("../img/news_bg.jpg");
  background-size: cover;
  width: 100%;
  z-index: 2;
  position: relative;
  margin-top: -110px;
}
.news-title {
  width: 171px;
  height: 90px;
  margin-bottom: 50px;
  display: block;
}
.news-title img {
  width: 171px;
  height: 90px;
}
.news .en {
  font-family: 'Roboto Slab', serif;
  margin-bottom: 5px;
  margin-top: 15px;
  color: #000;
}
.news p {
  color: #000;
}
.news-btn {
  margin-top: 50px;
  color: #000;
  text-align: center;
  font-family: 'Roboto Slab', serif;
  text-align: center;
}
.news-btn a {
  border: solid 1px #000;
  display: block;
  padding: 20px;
  color: #000;
  width: 200px;
  height: 60px;
  margin: 0 auto;
}
.news-block:hover .news-headline span {
  display: inline;
  background: linear-gradient(transparent 66%, #FFD550 0%);
}
.news-block .news-thumb {
  background: #FFD500;
}
.news-block .news-thumb img {
  height: auto;
  display: block;
  opacity: 1;
  transition: .3s;
}
.news-block .news-thumb img:hover {
  opacity: 0.7;
}
.news_scene {
  position: absolute;
  width: 480px;
  top: -180px;
  right: -40px;
}
/* -------------------------------------------------------
                     company
-------------------------------------------------------- */
.company {
  padding: 200px 0;
  background-image: url("../img/new_pic/top/g331.png");
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.company-title {
  width: 252px;
  height: 98px;
  text-align: center;
  margin: 0 auto 50px;
  display: block;
}
.company-title img {
  width: 252px;
  height: 98px;
}
.company .en {
  font-family: 'Roboto Slab', serif;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}
.company p {
  color: #fff;
  text-align: center;
}
.company-btn {
  margin-top: 50px;
  color: #fff;
  text-align: center;
  font-family: 'Roboto Slab', serif;
}
.company-btn a {
  border: solid 1px #fff;
  display: block;
  padding: 20px;
  color: #fff;
  width: 200px;
  height: 60px;
  margin: 0 auto;
}
.services {
  position: relative;
  z-index: 10;
}
.rates {
  position: relative;
  z-index: 11;
}
.careers {
  position: relative;
  z-index: 10;
}
@media print, screen and (min-width: 767px) {
  .imagearea {
    z-index: -1;
    position: absolute;
    transition-delay: .3s;
  }
  .services1 {
    top: 0px;
    left: 12%;
    width: 36.1%;
    height: auto;
    z-index: -1;
  }
  .services1 img {
    width: 100%;
    height: auto;
  }
  .services2 {
    top: 110px;
    right: 0;
    width: 58.7%;
    height: auto;
    z-index: -2;
  }
  .services2 img {
    width: 100%;
    height: auto;
  }
  .rates1 {
    top: 57px;
    left: 3.66%;
    width: 26.3%;
    height: auto;
    z-index: -2;
  }
  .rates1 img {
    width: 100%;
    height: auto;
  }
  .rates2 {
    top: 413px;
    left: 18.3%;
    width: 13.6%;
    height: auto;
    z-index: -1;
  }
  .rates2 img {
    width: 100%;
    height: auto;
  }
  .rates3 {
    top: 0;
    right: 12.5%;
    width: 21.9%;
    height: auto;
    z-index: -1;
  }
  .rates3 img {
    width: 100%;
    height: auto;
  }
  .rates4 {
    top: 376px;
    right: 3.66%;
    width: 26.3%;
    height: auto;
    z-index: -2;
  }
  .rates4 img {
    width: 100%;
    height: auto;
  }
  .rates5 {
    top: 738px;
    right: 0px;
    width: 5.9%;
    height: auto;
    z-index: -1;
  }
  .rates5 img {
    width: 100%;
    height: auto;
  }
  .careers1 {
    top: 0;
    left: 0px;
    width: 87.48%;
    height: auto;
    z-index: -1;
  }
  .careers1 img {
    width: 100%;
    height: auto;
  }
}
@media print, screen and (max-width: 768px) {
	.careers1 {
    display: none;
  }
  .careers1 img {
    display: none;
  }
  /*.imagearea {
    display: none;
  }*/
}
.scroll-block {
  font-family: 'Roboto Slab', serif;
  font-size: 12px;
  line-height: 1;
  vertical-align: middle;
  color: #fff;
  position: fixed;
  width: 12px;
  bottom: 75px;
  right: 34px;
  z-index: 100;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
}
.pagetop-block {
  font-family: 'Roboto Slab', serif;
  font-size: 12px;
  line-height: 1;
  vertical-align: middle;
  color: #fff;
  position: fixed;
  width: 12px;
  bottom: 75px;
  right: 34px;
  z-index: 100;
  mix-blend-mode: exclusion;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
}
.pagetop-block a {
  color: #fff !important;
}
.ScrollTop {
  opacity: 0;
  transition: all 0.65s;
  z-index: 100;
}
.ScrollTop.isActive {
  opacity: 1;
  transition: all 0.65s;
}
@media (-ms-high-contrast:none) {
  .pagetop-block {
    background: #000
  }
}
@supports (-ms-ime-align:auto) {
  .pagetop-block {
    background: #000
  }
}
.scroll-block div.scroll-arrow {
  display: block;
  width: 1px;
  height: 30px;
  position: absolute;
  top: 55px;
  left: 5px;
  background-color: #fff;
  position: relative;
  transform: scale(0, 1);
  transform-origin: top center;
  animation: arrow01 2.5s ease-in-out infinite forwards;
}
@keyframes arrow01 {
  0% {
    transform: scale(0, 0);
  }
  30% {
    transform: scale(1, 1);
  }
  40% {
    transform: scale(1, 1);
  }
  85% {
    transform: scale(1, 1);
    opacity: 1;
  }
  90% {
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
.scroll-block div.scroll-arrow::after {
  content: "";
  display: block;
  width: 1px;
  height: 5px;
  border-right: 1px solid #fff;
  transform: rotate(-45deg) scale(1, 0);
  transform-origin: right bottom;
  position: absolute;
  bottom: 0;
  right: 0px;
  animation: arrow02 2.5s ease-in-out infinite forwards;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@keyframes arrow02 {
  0% {
    transform: rotate(45deg) scale(0, 0);
  }
  45% {
    transform: rotate(45deg) scale(1, 1);
  }
  55% {
    transform: rotate(45deg) scale(1, 1);
  }
  85% {
    transform: rotate(45deg) scale(1, 1);
    opacity: 1;
  }
  90% {
    transform: rotate(45deg) scale(1, 1);
    opacity: 1;
  }
  100% {
    transform: rotate(45deg) scale(1, 1);
    opacity: 1;
  }
}
.pagetop-block div.pagetop-arrow {
  display: block;
  width: 1px;
  height: 30px;
  position: absolute;
  top: 62px;
  left: 5px;
  background-color: #fff;
  position: relative;
  transform: scale(0, 1);
  transform-origin: bottom center;
  animation: arrow03 2.5s ease-in-out infinite forwards;
}
@keyframes arrow03 {
  0% {
    transform: scale(0, 0);
  }
  30% {
    transform: scale(1, 1);
  }
  40% {
    transform: scale(1, 1);
  }
  85% {
    transform: scale(1, 1);
    opacity: 1;
  }
  90% {
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
.pagetop-block div.pagetop-arrow::after {
  content: "";
  display: block;
  width: 1px;
  height: 5px;
  border-right: 1px solid #fff;
  transform: rotate(-45deg) scale(1, 0);
  transform-origin: right top;
  position: absolute;
  bottom: 26px;
  right: 0px;
  animation: arrow04 2.5s ease-in-out infinite forwards;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@keyframes arrow04 {
  0% {
    transform: rotate(-45deg) scale(0, 0);
  }
  45% {
    transform: rotate(-45deg) scale(1, 1);
  }
  55% {
    transform: rotate(-45deg) scale(1, 1);
  }
  85% {
    transform: rotate(-45deg) scale(1, 1);
    opacity: 1;
  }
  90% {
    transform: rotate(-45deg) scale(1, 1);
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) scale(1, 1);
    opacity: 1;
  }
}
.pagetop-block div.pagetop-arrow {
  display: none;
}
.pagetop-block .ScrollTop.isActive div.pagetop-arrow {
  display: block;
  opacity: 1;
}
/* -------------------------------------------------------
                     Page - culture
-------------------------------------------------------- */
.culture-billboard {
  background-image: url("../img/new_pic/culture/GettyImages-600678282@2x.png");
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 100vh;
  text-align: center;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.culture-billboard .billboard-content {
  width: 476px;
  height: auto;
}
.culture-wrapA {
  padding: 100px 0 335px;
  background-image: url("../img/culture-wrapA.jpg");
  background-size: cover;
  width: 100%;
  z-index: 1;
  position: relative;
}
.culture-wrapB {
  padding: 50px 0;
}
.culture-wrapC {
  padding: 50px 0;
  background-image: url("../img/culture-wrapC.jpg");
  background-size: cover;
  width: 100%;
  z-index: 1;
  position: relative;
}
.culture-copy {
  width: 856px;
  height: auto;
  margin-bottom: 70px;
}
.berief-wrap {
  padding: 115px 0;
}
.berief-block {
  text-align: center;
  margin-bottom: 50px;
}
.berief-block h4 {
  text-align: center;
  font-size: 18px;
  font-weight: 600 !important;
  margin-bottom: 20px;
  line-height: 32px;
}
.berief-block p {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Roboto Slab', serif;
}
.berief-wrap h3 {
  font-family: 'Roboto Slab', serif;
  font-size: 35px;
  text-align: center;
  margin: 0 auto;
  font-weight: normal !important;
}
.berief-wrap .page-headline {
  margin-bottom: 57px;
  text-align: center;
}
.berief-wrap .page-headline h3 {
  display: inline-block;
  background: #FFD500;
  padding: 0 0.1em;
  text-align: left;
  line-height: 1;
}
.promise-wrap {
  padding: 55px 135px 15px;
  text-align: center;
  background: #000;
  background-image: url("../img/promise-wrap.jpg");
  background-size: cover;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
.promise-wrap p {
  color: #fff;
  margin-bottom: 0;
}
.promise-block p {
  color: #fff;
  padding: 20px 0;
}
.promise-lead {
  font-weight: 600 !important;
}
.promise-line {
  border-bottom: dotted 1px #fff;
}
.culture-message img {
  float: right;
  margin-right: 35px;
}
.message-block h3 {
  font-size: 20px;
  line-height: 35px;
  font-weight: 600 !important;
}
.message-block p {
  margin-bottom: 1.5em !important;
}
.signature {
  width: 120px;
  height: auto;
  vertical-align: middle;
  margin-left: 1em;
  margin-top: 0.8em;
}
.signature-title {
  vertical-align: middle;
  margin-top: 0.8em;
}
.npo-block p {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}
.culture-promise {
  position: relative;
}
.culture-wrapA1 {
  position: absolute;
  top: -100px;
  left: 12%;
  width: 214px;
  height: auto;
  z-index: 2;
}
.culture-wrapA1 img {
  width: 100%;
  height: auto;
}
.culture-wrapA2 {
  position: absolute;
  top: 68px;
  left: 0;
  width: 332px;
  height: auto;
  z-index: 2;
}
.culture-wrapA2 img {
  width: 100%;
  height: auto;
}
.culture-wrapA3 {
  position: absolute;
  top: 313px;
  left: 7.4%;
  width: 251px;
  height: auto;
  z-index: 2;
}
.culture-wrapA3 img {
  width: 100%;
  height: auto;
}
.culture-wrapA4 {
  position: absolute;
  top: 452px;
  left: 3.6%;
  width: 214px;
  height: auto;
  z-index: 2;
}
.culture-wrapA4 img {
  width: 100%;
  height: auto;
}
.culture-wrapA5 {
  position: absolute;
  top: -304px;
  right: 3%;
  width: 171px;
  height: auto;
  z-index: 2;
}
.culture-wrapA5 img {
  width: 100%;
  height: auto;
}
.culture-wrapA6 {
  position: absolute;
  top: -20px;
  right: 9.6%;
  width: 220px;
  height: auto;
  z-index: 2;
}
.culture-wrapA6 img {
  width: 100%;
  height: auto;
}
.culture-wrapA7 {
  position: absolute;
  top: 164px;
  right: 0;
  width: 309px;
  height: auto;
  z-index: 2;
}
.culture-wrapA7 img {
  width: 100%;
  height: auto;
}
.culture-wrapA8 {
  position: absolute;
  top: 406px;
  right: 13.9%;
  width: 237px;
  height: auto;
  z-index: 2;
}
.culture-wrapA8 img {
  width: 100%;
  height: auto;
}
.culture-message {
  position: absolute;
  top: -150px;
  left: calc(50% - 205px);
  width: 461px;
  height: auto;
  z-index: 2;
}
.culture-wrapA8 img {
  width: 100%;
  height: auto;
}
/* -------------------------------------------------------
                     Page - services
-------------------------------------------------------- */
.services-billboard .billboard-content {
  width: 394px;
  height: auto;
}
.services-billboard {
  background-image: url("../img/new_pic/services/GettyImages-1194718350@2x.png");
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 100vh;
  text-align: center;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.services-wrapA {
  padding: 100px 0 200px;
  background-image: url("../img/services-wrapA.jpg");
  background-size: cover;
  width: 100%;
  z-index: 1;
  position: relative;
}
.services-block h3 {
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 35px;
}
.services-block h3.en {
  font-family: 'Roboto Slab', serif;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 24px;
  margin-bottom: 10px;
}
.services-block p.en {
  font-family: 'Roboto Slab', serif;
  margin-bottom: 20px;
}
.flexbox {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.services-blocks {
  margin-bottom: 100px;
}
table.table-chart {
  width: 100%;
  border-left: solid 1px #000;
  border-top: solid 1px #000;
}
table.table-chart td {
  padding: 20px;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  line-height: 24px;
}
table.table-chart td.term {
  width: 23.4%;
  vertical-align: top;
}
table.table-chart td.td-center {
  text-align: center;
}
table.table-chart .en {
  font-family: 'Roboto Slab', serif;
}
.services-wrapB {
  padding: 100px 0;
  position: relative;
}
.services-wrapB h3 {
  font-family: 'Roboto Slab', serif;
  font-size: 35px;
  text-align: left;
  margin: 0 auto;
  font-weight: normal !important;
}
.services-wrapB .page-headline {
  margin-bottom: 100px;
  text-align: left;
  position: relative;
  z-index: 3;
}
.services-wrapB .page-headline h3 {
  display: inline-block;
  background: #FFD500;
  padding: 0 0.1em;
  text-align: left;
  line-height: 1;
  margin-bottom: 10px;
}
.services-wrapB h4 {
  font-size: 20px;
  font-weight: 600 !important;
}
.flow-block {
  padding: 0 10px;
}
.flow-block h5 {
  font-size: 14px;
  font-weight: 600 !important;
}
.flow-block h5.en {
  font-family: 'Roboto Slab', serif;
}
.flow-block p.en {
  height: 15em;
}
.flow-chart {
  width: 160px;
  height: 160px;
  border: solid 1px #FFD500;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 25px;
  position: relative;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
.flow-chart img {
  width: 60px;
  height: 60px;
}
.services-wrapB_bg1 {
  position: absolute;
  top: -100px;
  right: 12.50%;
  width: 630px;
  height: auto;
  z-index: 2;
}
.services-wrapB_bg1 img {
  width: 100%;
  height: auto;
  z-index: 0;
}
.flow-chart:after {
  font-family: FontAwesome;
  content: '\f0da'; /* アイコンのunicode */
  font-size: 160%;
  color: #FFD500;
  display: block;
  position: absolute;
  right: -25px;
  top: 42%;
}
.flow-chart-last:after {
  content: none !important;
  font-size: 160%;
  color: #FFD500;
  display: block;
  position: absolute;
  right: -25px;
  top: 42%;
}
/* -------------------------------------------------------
                     Page - rates
-------------------------------------------------------- */
.rates-billboard .billboard-content {
  width: 184px;
  height: auto;
}
.rates-billboard {
  background-image: url("../img/new_pic/rates/GettyImages-1166085412@2x.png");
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 100vh;
  text-align: center;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rates-wrapA {
  padding: 100px 0 100px;
  background-image: url("../img/rates-wrapA.jpg");
  background-size: cover;
  width: 100%;
  z-index: 1;
  position: relative;
}
.rates-wrapA h3 {
  font-family: 'Roboto Slab', serif;
  font-size: 35px;
  text-align: left;
  margin: 0 auto;
  font-weight: normal !important;
}
.rates-wrapA .page-headline {
  margin-bottom: 100px;
  text-align: center;
}
.rates-wrapA .page-headline h3 {
  display: inline-block;
  background: #FFD500;
  padding: 0 0.1em;
  text-align: left;
  line-height: 1;
  margin-bottom: 10px;
}
.rates-wrapA h4 {
  font-size: 20px;
  font-weight: 600 !important;
}
.rates-table {
  width: 1024px;
  height: auto;
}
.flow-block {
  padding: 0 10px;
}
.flow-block h5 {
  font-size: 14px;
  font-weight: 600 !important;
}
.flow-block h5.en {
  font-family: 'Roboto Slab', serif;
}
.rates-block {
  margin-top: 17px;
}
.rates-block ul li {
  line-height: 24px;
  margin-bottom: 1.5em;
}
.rates-block ul.en li {
  font-family: 'Roboto Slab', serif;
}
.rates-block ul {
  list-style: none;
  margin-left: 1.3rem; /* 追加 */
  text-indent: -1.3em; /* 追加 */
}
.rates-block li:before {
  font-family: FontAwesome;
  content: '\f0da'; /* アイコンのunicode */
  color: #FFD500;
  margin-right: .5em;
  font-size: 130%;
}
.rates-note {
  margin-bottom: 20px;
}
.rates-note p.en {
  margin-bottom: 0px;
  font-family: 'Roboto Slab', serif;
}
.rates-wrapB {
  padding: 340px 0 50px;
  z-index: 1;
  position: relative;
}
.rule-block {
  margin-bottom: 50px;
}
.rule-block h4 {
  font-size: 16px;
  font-weight: 600 !important;
}
.rule-right {
  margin-top: 100px;
}
.rates-wrapB_bg1 {
  top: -213px;
  left: 0;
  width: 48.2%;
  height: auto;
  z-index: -2;
}
.rates-wrapB_bg1 img {
  width: 100%;
  height: auto;
}
.rates-wrapB_bg2 {
  top: 0px;
  right: 0;
  width: 51.8%;
  height: auto;
  z-index: -2;
}
.rates-wrapB_bg2 img {
  width: 100%;
  height: auto;
}
/* -------------------------------------------------------
                     Page - careers
-------------------------------------------------------- */
.careers-billboard .billboard-content {
  width: 285px;
  height: auto;
}
.careers-billboard {
  background-image: url("../img/new_pic/career/GettyImages-1180038077@2x.png");
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 100vh;
  text-align: center;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.careers-banner {
  position: absolute;
  right: 75px;
  bottom: 30px
}
.careers-wrapA {
  padding: 100px 0 100px;
  background-image: url("../img/careers-wrapA.jpg");
  background-size: cover;
  width: 100%;
  z-index: 1;
  position: relative;
}
.careers-copy {
  width: 955px;
  height: auto;
  margin: 0 auto 10px;
  text-align: center;
}
.scene2-block {
  padding: 0 35px;
}
.careers-lead {
  padding: 0 35px;
}
.careers-wrapB {
  padding: 100px 0 100px;
  background: #F2F2F4 url("../img/careers_1071491576.png") bottom right no-repeat;
  background-size: 80%;
  background-position: 160% 100%;
  position: relative;
}
.careers-target-lead {
  position: absolute;
  top: 155px;
  right: 220px;
  width: 286px;
  height: auto;
  z-index: 2;
}
.careers-target-lead img {
  width: 100%;
  height: auto;
}
.careers-wrapC {
  padding: 100px 0 100px;
  background-image: url("../img/careers-wrapC.jpg");
  background-size: cover;
  width: 100%;
  height: 714px;
  z-index: 1;
  position: relative;
}
.work-copy {
  width: 442px;
  height: auto;
  margin-bottom: 70px;
}
.careers-wrapD {
  padding: 95px 0 0;
  background: #fff;
}
.careers-wrapD h3 {
  text-align: center;
  font-size: 20px;
  line-height: 35px;
  font-weight: 600 !important;
  margin-bottom: 100px;
}
.careers-wrapD h3 span {
  border-bottom: solid 2px #FFD500;
}
.careers-wrapE {
  padding: 100px 0 100px;
  background-image: url("../img/careers-wrapE.jpg");
  background-size: cover;
  width: 100%;
  z-index: 1;
  position: relative;
}
.careers-wrapE h3 {
  font-family: 'Roboto Slab', serif;
  font-size: 35px;
  text-align: left;
  margin: 0 auto;
  font-weight: normal !important;
}
.careers-wrapE .page-headline {
  margin-bottom: 40px;
  text-align: center;
}
.careers-wrapE .page-headline h3 {
  display: inline-block;
  background: #FFD500;
  padding: 0 0.1em;
  text-align: left;
  line-height: 1;
  margin-bottom: 10px;
}
.careers-wrapE h4 {
  font-size: 20px;
  font-weight: 600 !important;
  margin-bottom: 50px;
}
.table-ruby {
  font-size: 12px;
}
.target-block h3 {
  font-size: 20px;
  font-weight: 600 !important;
  margin-top: 10px;
}
.target-block ul {
  padding-left: 1.5em;
  margin-bottom: 0;
}
.target-block ul li {
  font-size: 16px;
  line-height: 28px;
}
.target-block li {
  list-style-type: none !important;
}
.target-block li::before {
  position: relative;
  top: -6px;
  left: -12px;
  display: inline-block;
  width: 3px;
  height: 3px;
  content: '';
  border-radius: 100%;
  background: #000;
}
.target-visual {
  float: left;
  width: 98px;
  margin-right: 30px;
}
.target-visual img {
  border-radius: 50%;
}
.target-block {
  float: left;
}
.target-wrap {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
  margin-bottom: 35px;
  width: 520px;
  padding: 30px;
  background: #fff;
}
.target-wrap p {
  margin-bottom: 0;
}
.targetA {
  margin-left: 0;
}
.targetB {
  margin-left: 80px;
}
.targetC {
  margin-left: 160px;
}
.careers-block {
  margin-bottom: 100px;
}
.careers-block h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600 !important;
  margin-bottom: 1.3em;
}
.careers-block ul li {
  line-height: 24px;
  margin-bottom: 0.8em;
}
.careers-block ul.en li {
  font-family: 'Roboto Slab', serif;
}
.careers-block ul {
  list-style: none;
  margin-left: 1.3rem; /* 追加 */
  text-indent: -1.3em; /* 追加 */
}
.careers-block li:before {
  font-family: FontAwesome;
  content: '\f0da'; /* アイコンのunicode */
  color: #FFD500;
  margin-right: .5em;
  font-size: 130%;
}
.requirements-table {
  max-width: 800px;
  margin: 0 auto;
}
.requirements-comment {
  padding: 50px;
  background: #fff;
  position: relative;
  max-width: 800px;
  margin: 50px auto;
}
.requirements-comment:after {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  margin-left: -15px;
  margin-top: -30px;
  border: 10px solid transparent;
  border-bottom: 20px solid #fff;
}
.requirements-comment h4 {
  text-align: center;
  font-size: 16px;
}
.requirements-comment ul {
  padding-left: 30px;
}
.requirements-comment ul li {
  line-height: 24px;
  margin-bottom: 0.8em;
}
.requirements-comment ul.en li {
  font-family: 'Roboto Slab', serif;
}
.requirements-comment ul {
  list-style: none;
  margin-left: 1.3rem; /* 追加 */
  text-indent: -1.3em; /* 追加 */
}
.requirements-comment li:before {
  font-family: FontAwesome;
  content: '\f0da'; /* アイコンのunicode */
  color: #FFD500;
  margin-right: .5em;
  font-size: 130%;
}
.application-btn {
  text-align: center;
  margin: 30px auto;
  position: relative;
}
.application-btn a {
  background: #E8346B;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 80px;
  text-align: center;
  width: 320px;
  height: 80px;
  display: block;
  margin: 0 auto;
  border: none;
}
.application-btn a:hover {
  background: #FFD500;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 80px;
  text-align: center;
  width: 320px;
  height: 80px;
  display: block;
  margin: 0 auto;
}
.application-btn .form-btn {
  background: #E8346B;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 80px;
  text-align: center;
  width: 320px;
  height: 80px;
  display: block;
  margin: 0 auto;
  border: none;
}
.application-btn .form-btn:hover {
  background: #FFD500;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 80px;
  text-align: center;
  width: 320px;
  height: 80px;
  display: block;
  margin: 0 auto;
}
#careers_voice1 {
  position: absolute;
  top: -35px;
  right: 160px;
  width: 343px;
}
#careers_voice2 {
  position: absolute;
  top: 190px;
  left: 150px;
  width: 343px;
  z-index: 2;
}
#careers_voice3 {
  position: absolute;
  top: 140px;
  left: 570px;
  width: 343px;
}
#careers_voice4 {
  position: absolute;
  top: 440px;
  left: 422px;
  width: 343px;
  z-index: 1;
}
#careers_voice5 {
  position: absolute;
  top: 360px;
  right: 170px;
  width: 343px;
}
/* -------------------------------------------------------
                     Page - recruit
-------------------------------------------------------- */
.recruit-billboard {
  height: 414px !important;
}
.recruit-billboard {
  background-image: url("../img/recruit-hero.jpg");
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: auto;
  text-align: center;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recruit-billboard .billboard-content {
  width: 100% !important;
}
.recruit-billboard .billboard-content h1 img {
  width: 285px;
  height: auto;
  margin: 0 auto;
  display: block;
  padding-top: 100px;
  padding-bottom: 17px;
}
.recruit-billboard .recruit-comment {
  width: 100%;
  height: auto;
}
.recruit-billboard .recruit-comment h3 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600 !important;
  margin-bottom: 25px;
}
.recruit-billboard .recruit-comment p {
  color: #fff;
  margin-bottom: 25px;
}
.recruit-billboard .recruit-comment p.ruby {
  color: #fff;
  font-size: 12px;
}
.recruit-wrapA {
  padding: 55px 0 100px;
  background-image: url("../img/recruit-wrapA.jpg");
  background-size: cover;
  width: 100%;
  z-index: 1;
  position: relative;
}
.recruit-wrapA .page-headline h4 {
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600 !important;
  margin-bottom: 35px;
}
.recruit-flow-block {
  padding: 0 20px;
}
.recruit-flow-block:after {
  font-family: FontAwesome;
  content: '\f0da'; /* アイコンのunicode */
  font-size: 160%;
  color: #FFD500;
  display: block;
  position: absolute;
  right: 0px;
  top: 10%;
}
.recruit-flow-block-last:after {
  content: none !important;
  font-size: 160%;
  color: #FFD500;
  display: block;
  position: absolute;
  right: -25px;
  top: 42%;
}
.recruit-form {
  padding: 25px;
}
label {
  font-weight: 400 !important;
}

.mw_wp_form .file-block input[type="file"],.mwform-file-delete {
   display: none;
}
.file_label {
  background: #FFD500;
  width: 124px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 0px;
  border: 1px solid #A8A8A8;
  border-left: 0px;
  font-size: 14px;
  cursor: pointer;
}
.file_del{
  display: none;
  width: 124px;
  height: 50px;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 0px;
  background: #A8A8A8;
  border: 1px solid #A8A8A8;
  border-left: 0px;
  font-size: 14px;
  cursor: pointer;
}
.filename{
  display: flex;
  align-items: center;
  width: 476px;
  padding-left: 20px;
  height: 50px;
  border: 1px solid #A8A8A8;
  border-right: 0px;
  font-size: 14px;
  background-color: #fff;
}
.file-area{
  display: flex;
}
.file_label.changed::after {
   content: "";
}

.mw_wp_form_preview .filename{
  background-color: rgba(0,0,0,0);
  border: 0;
  height: auto;
  padding-left: 0;
}
.mw_wp_form_preview .file_label{
  display: none;
}
.filename span{
  color:#A8A8A8;
}
.mw_wp_form_preview .filename span{
  color:#000;
}
.mw-wp-form_file a{
  display: none;
}


/* -------------------------------------------------------
                     Page - scholarship
-------------------------------------------------------- */
.scholarship-billboard .billboard-content {
  width: 370px;
  height: auto;
  left: 16% !important;
  top: 6% !important;
  position: absolute;
}
.scholarship-billboard .billboard-content h4 {
  font-size: 20px;
  font-weight: 600 !important;
  margin-top: 20px;
}
.scholarship-billboard {
  background-image: url("../img/new_pic/career/GettyImages-11634716aa91@2x.png");
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 100vh;
  text-align: left;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.scholarship-wrapA {
  padding: 185px 0 100px;
  background: #FFD500;
}
.scholarship-wrapA h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600 !important;
}
.scholarship-lead {
  padding: 0 40px 15px;
}
.scholarship-target {
  background: #fff;
  padding: 45px 40px 5px;
  position: relative;
  z-index: 3;
}
.scholarship-target h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600 !important;
  margin-bottom: 25px;
}
.scholarship-target-block {
  margin-bottom: 55px;
}
.ruby {
  font-size: 12px;
  line-height: 21px;
}
.li-ruby {
  padding-left: 1.5em;
}
.scholarship-condition {
  border: solid 1px #000;
  padding: 0.8em;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
}
.condition1 {
  width: 45%;
  float: left;
  text-align: center;
}
.condition2 {
  width: 45%;
  float: right;
  text-align: center;
}
.condition_or {
  width: 10%;
  float: left;
  text-align: center;
  margin-top: 2.5em;
}
.condition3 {
  padding-left: 1em;
}
.condition4 {
  padding-left: 1em;
}
.condition4 span {
  margin-left: 2.5em;
}
.condition_plus {
  clear: both;
  text-align: center;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 100;
  line-height: 1;
}
.scholarship-target ul li {
  line-height: 24px;
  margin-bottom: 0.8em;
}
.scholarship-target ul {
  list-style: none;
  margin-left: 1.3rem; /* 追加 */
  text-indent: -1.3em; /* 追加 */
  padding-left: 0.5em;
}
.scholarship-target li:before {
  font-family: FontAwesome;
  content: '\f0da'; /* アイコンのunicode */
  color: #FFD500;
  margin-right: .5em;
  font-size: 130%;
}
.scholarship-wrapB {
  padding: 90px 0 90px;
  background: #fff;
}
.test-wrap {
  position: relative;
}
.test-wrap h3 {
  font-size: 28px;
  line-height: 41px;
  font-weight: 600 !important;
  text-align: center;
  margin-bottom: 50px;
}
.test-step p {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  margin: 0;
  text-align: center;
}
.test-step {
  border: solid 1px #000;
  padding: 0.6em 1.2em;
  display: block;
  width: 8em;
  margin: 0 auto 20px;
}
.test-arrow:after {
  font-family: FontAwesome;
  content: '\f0d7'; /* アイコンのunicode */
  text-align: center;
  font-size: 160%;
  color: #FFD500;
  display: block;
  margin: 20px auto !important;
}
.test-comment p {
  display: block;
}
p.test-lead {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.scholarship-wrapC {
  padding: 100px 0 100px;
  background-image: url("../img/scholarship-wrapC.jpg");
  background-size: cover;
  width: 100%;
  z-index: 1;
  position: relative;
}
.scholarship-wrapC h3 {
  font-family: 'Roboto Slab', serif;
  font-size: 35px;
  text-align: left;
  margin: 0 auto;
  font-weight: normal !important;
}
.scholarship-wrapC .page-headline {
  margin-bottom: 40px;
  text-align: center;
}
.scholarship-wrapC .page-headline h3 {
  display: inline-block;
  background: #FFD500;
  padding: 0 0.1em;
  text-align: left;
  line-height: 1;
  margin-bottom: 10px;
}
.scholarship-wrapC h4 {
  font-size: 20px;
  font-weight: 600 !important;
  margin-bottom: 50px;
}
.scholarship-wrapA {
  position: relative;
}
.scholarship-slogan-wrap {
  top: -69px;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  position: absolute;
}
.scholarship-slogan-block {
  background: #fff;
  text-align: center;
  width: 660px;
  margin: 0 auto;
  padding: 30px 35px 40px;
}
.scholarship-slogan-block h4 {
  font-size: 16px;
  font-weight: 600 !important;
}
.scholarship-slogan-block h3 {
  font-size: 24px;
  font-weight: 600 !important;
  margin: 10px 0 0 !important;
}
.scholarship-slogan-block h4 {
  position: relative;
  display: inline-block;
  background-color: #fff;
  border-bottom: solid 1px #FFD500;
  padding-bottom: 8px;
  margin-bottom: 8px;
  min-width: 240px;
  max-width: 100%;
  text-align: center;
}
.scholarship-slogan-block h4:before, .scholarship-slogan-block h4:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.scholarship-slogan-block h4:before {
  border: solid 12px transparent;
  border-top: solid 12px #FFD500;
}
.scholarship-slogan-block h4:after {
  border: solid 16px transparent;
  border-top: solid 16px #fff;
  margin-top: -5px;
}
.scholarship-wrapA_bg {
  position: absolute;
  top: 436px;
  left: 0%;
  width: 100%;
  height: auto;
  z-index: 2;
}
.scholarship-wrapA_bg img {
  width: 100%;
  height: auto;
}
/* -------------------------------------------------------
                     Page - company
-------------------------------------------------------- */
.billboard-content {
  width: 252px;
  height: auto;
}
.company-billboard {
  background-image: url("../img/new_pic/company/catal_274@2x.png");
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 100vh;
  text-align: center;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.company-wrapA {
  padding: 100px 0 100px;
  background-image: url("../img/company-wrapA.jpg");
  background-size: cover;
  width: 100%;
  z-index: 1;
  position: relative;
}
.company-wrapB {
  padding: 200px 0 150px;
  position: relative;
}
.company-wrapC {
  padding: 100px 0;
  background-image: url("../img/new_pic/company/g339@2x.png");
  background-size: cover;
  width: 100%;
  z-index: 1;
  position: relative;
}
.performance-block p {
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  font-family: 'Roboto Slab', serif;
}
.performance-block h3 {
  width: 566px;
  height: auto;
  margin-bottom: 50px;
}
.performance-block p.performance-note {
  font-size: 14px !important;
  line-height: 24px !important;
  margin-top: 50px;
}
.clients-block.en {
  font-family: 'Roboto Slab', serif;
}
.clients-block.en p {
  font-family: 'Roboto Slab', serif;
}
.clients-block.en h4 {
  font-family: 'Roboto Slab', serif;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 600 !important;
  margin-bottom: 14px;
}
.clients-block {
  margin-bottom: 50px;
}
.clients-block h4 {
  font-size: 14px !important;
  line-height: 24px !important;
  font-weight: 600 !important;
  margin-bottom: 14px;
}
table.company-data {
  width: 100%;
}
table.company-data a {
  color: #003BFF;
}
table.company-data .en {
  font-family: 'Roboto Slab', serif;
  display: block;
  margin-bottom: 10px;
}
table.company-data th .en {
  font-size: 16px !important;
}
table.company-data .ja {
  font-family: 'Noto Sans JP', sans-serif;
  display: block;
}
table.company-data th, table.company-data td {
  padding: 20px;
  line-height: 24px;
}
table.company-data th {
  width: 26%;
  vertical-align: top;
}
table.company-data tr {
  border-bottom: solid 1px #A8A8A8;
}
table.company-data tr:last-child {
  border-bottom: none;
}
table.company-data .ja.double {
  margin-top: 2.4em;
}
.company-map {
  position: absolute;
  right: 0;
  top: 100px;
  width: 50%;
  padding-left: 30px;
}
.company-wrapB1 {
  position: absolute;
  top: 80px;
  left: 7.1%;
  width: 232px;
  height: auto;
  z-index: 2;
}
.company-wrapB1 img {
  width: 100%;
  height: auto;
}
.company-wrapB2 {
  position: absolute;
  top: 220px;
  left: 0;
  width: 255px;
  height: auto;
  z-index: 3;
}
.company-wrapB2 img {
  width: 100%;
  height: auto;
}
.company-wrapB3 {
  position: absolute;
  bottom: 130px;
  left: 15.4%;
  width: 339px;
  height: auto;
  z-index: 2;
}
.company-wrapB3 img {
  width: 100%;
  height: auto;
}
.company-wrapB4 {
  position: absolute;
  bottom: -48px;
  left: 4.7%;
  width: 214px;
  height: auto;
  z-index: 3;
}
.company-wrapB4 img {
  width: 100%;
  height: auto;
}
.company-wrapB5 {
  position: absolute;
  top: -44px;
  right: 23.1%;
  width: 245px;
  height: auto;
  z-index: 3;
}
.company-wrapB5 img {
  width: 100%;
  height: auto;
}
.company-wrapB6 {
  position: absolute;
  top: 80px;
  right: 4.1%;
  width: 339px;
  height: auto;
  z-index: 2;
}
.company-wrapB6 img {
  width: 100%;
  height: auto;
}
.company-wrapB7 {
  position: absolute;
  bottom: 443px;
  right: 20%;
  width: 261px;
  height: auto;
  z-index: 3;
}
.company-wrapB7 img {
  width: 100%;
  height: auto;
}
.company-wrapB8 {
  position: absolute;
  bottom: 325px;
  right: -23px;
  width: 339px;
  height: auto;
  z-index: 2;
}
.company-wrapB8 img {
  width: 100%;
  height: auto;
}
/* -------------------------------------------------------
                     Page - news
-------------------------------------------------------- */
.news-wrapA {
  padding: 160px 0 100px;
  background-image: url("../img/news-wrapA.jpg");
  background-size: cover;
  width: 100%;
  z-index: 1;
  position: relative;
}
.news-wrapA .news-block {
  margin-bottom: 40px;
}
.news-pagenation {
  text-align: center;
  margin-top: 10px;
}
.news-pagenation li {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  font-family: 'Roboto Slab', serif;
  margin-right: 18px;
}
.news-pagenation li a {
  background-color: #000;
  color: #fff;
  height: 38px;
  line-height: 38px;
  width: 38px;
  display: block;
}
.news-pagenation .prev a {
  background-color: #000;
  color: #fff;
}
.news-pagenation .next a {
  background-color: #000;
  color: #fff;
}
.news-pagenation .prev.none a ,.news-pagenation .next.none a {
  background-color: #A8A8A8;
  color: #fff;
  pointer-events: none;
}

.news-pagenation .this a {
  background-color: #FFD500;
  color: #fff;
}
.news-pagenation li a {
  display: block;
  text-decoration: none;
}
.news-pagenation li a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #FFD500;
}
.news-index {
  padding: 50px 0 0;
  float: right;
}
.news-index ul {
  list-style: none;
  overflow: hidden;
}
.news-index ul li {
  text-align: center;
  float: left;
  margin-right: 0px;
}
.news-index ul li a {
  text-decoration: none;
  color: #000;
  font-weight: 400;
  margin: 10px 15px;
  display: block;
  font-family: 'Roboto Slab', serif;
}
.news-index ul li a:hover {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  margin: 10px 15px;
  display: block;
  background-color: #FFD500;
}
.news-index ul li a.active {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  margin: 10px 15px;
  display: block;
  background-color: #FFD500;
}
.archives-button {
  pointer-events: none;
  display: none;
}
.news-area{
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .archives-button {
    pointer-events: all;
    display: block;
  }
  .archives-accordion-block {
    display: none;
  }
}
/* -------------------------------------------------------
                     Page - article
-------------------------------------------------------- */
.article-title {
  text-align: center;
}
.article-title h2 {
  font-size: 24px;
  line-height: 35px;
  font-weight: 600 !important;
  text-align: center;
}
.article-title p.article-date {
  font-size: 14px;
  line-height: 21px;
  font-family: 'Roboto Slab', serif;
  text-align: center;
}
.article-wrapA {
  padding: 160px 0 100px;
  background-image: url("../img/article-wrapA.jpg");
  background-size: cover;
  width: 100%;
  z-index: 1;
  position: relative;
}
.article-wrapB {
  padding: 100px 0 100px;
  background: #fff;
}
.article-wrapB h3 {
  font-family: 'Roboto Slab', serif;
  font-size: 35px;
  text-align: left;
  margin: 0 auto;
  font-weight: normal !important;
}
.article-wrapB .page-headline {
  margin-bottom: 40px;
  text-align: center;
}
.article-wrapB .page-headline h3 {
  display: inline-block;
  background: #FFD500;
  padding: 0 0.1em;
  text-align: left;
  line-height: 1;
  margin-bottom: 10px;
}
.article-wrapB h4 {
  font-size: 20px;
  font-weight: 600 !important;
  margin-bottom: 50px;
}
.article-block p {
  margin-bottom: 60px;
}
.article-headline {
  margin-bottom: 30px;
}
.article-block h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600 !important;
  display: inline;
}
.article-block h3 span {
  display: inline;
  background: linear-gradient(transparent 60%, #FFD500 0%);
}
.article-block h4 {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600 !important;
  margin-bottom: 30px;
}
.article-block h4:before {
  font-family: FontAwesome;
  content: '\f0da'; /* アイコンのunicode */
  color: #FFD500;
  margin-right: .5em;
  font-size: 130%;
}
.article-visual {
  margin: 50px auto;
}
/* -------------------------------------------------------
                     Page - contact
-------------------------------------------------------- */
.contact-billboard {
  height: 414px !important;
}
.contact-billboard {
  background: url("../img/new_pic/contact/g333.png") 50% 70% no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: auto;
  text-align: center;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-billboard .billboard-content {
  width: 100% !important;
}
.contact-billboard .billboard-content h1 img {
  width: 230px;
  height: auto;
  margin: 0 auto;
  display: block;
  padding-top: 100px;
  padding-bottom: 17px;
}
.contact-billboard .contact-comment {
  width: 100%;
  height: auto;
}
.contact-billboard .contact-comment h3 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600 !important;
  margin-bottom: 25px;
}
.contact-billboard .contact-comment p {
  color: #fff;
  margin-bottom: 25px;
}
.contact-billboard .contact-comment p.ruby {
  color: #fff;
  font-size: 12px;
}
.contact-wrapA {
  padding: 90px 0 90px;
  background-image: url("../img/contact-wrapA.jpg");
  background-size: cover;
  width: 100%;
  z-index: 1;
  position: relative;
}
.contact-wrapA .page-headline h4 {
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600 !important;
  margin-bottom: 35px;
}
.form-wrap {
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
}
.form-block {
  margin-bottom: 25px;
}
.term-block {
  font-size: 14px;
  margin-bottom: 15px;
}
.value-block {}
.value-block {}
.text-box {
  border: solid 1px #A8A8A8 !important;
  background: #fff !important;
  padding: 1em !important;
  width: 100% !important;
}
.start-box {
  border: solid 1px #A8A8A8 !important;
  background: #fff !important;
  padding: 1em !important;
  width: 118px !important;
  margin-right: 10px;
}
.textarea-box {
  border: solid 1px #A8A8A8 !important;
  background: #fff !important;
  padding: 1em !important;
  width: 100%;
  height: auto !important;
}
::placeholder {
  color: #A8A8A8 !important;
}
.must-icon {
  color: #E8346B !important;
  margin-left: 0.4em !important;
  margin-right: 0.4em !important;
}
.file-block {
  margin-bottom: 8px;
}
.back-btn{
  width: 200px;
  height: 60px;
}
.back-btn-area{
  text-align: center;
}

.recruit-form .back-btn-area:after{
    content: url(../img/arrow_hover_l.svg);
    /* position: absolute; */
    /* top: 0; */
    position: absolute;
    top: 45%;
    left: 45%;
    width: 20px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.5s;
}
.recruit-form .back-btn-area{
    transition: 0.5s;
    position: relative;

}
.recruit-form .back-btn-area:hover:after{
    opacity: 1;
    left: 43%;
}

.recruit-form .application-btn:after{
    content: url(../img/arrow_hover.svg);
    /* position: absolute; */
    /* top: 0; */
    position: absolute;
    top: 45%;
    left: 60%;
    width: 20px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.5s;
}
.recruit-form .application-btn{
    transition: 0.5s;

}
.recruit-form .application-btn:hover:after{
    right: -2.5rem;
    opacity: 1;
    left: 63%;
}


/* -------------------------------------------------------
                     Page - policy
-------------------------------------------------------- */
.policy-container {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: auto;
  z-index: 2147483647;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.policy-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}
.policy-body {
  display: table;
  width: 100%;
  height: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
}
.policy-main {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 25px;
}
.policy-content {
  position: relative;
  display: inline-block;
  width: 800px;
  background: #fff;
  padding: 50px;
  box-sizing: border-box;
  text-align: left;
  margin-top: 100px;
  margin-bottom: 100px;
}
.policy-content h3 {
  color: #000;
  line-height: 24px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 600 !important;
  margin-bottom: 50px;
}
.policy-content h4 {
  color: #000;
  line-height: 24px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 600 !important;
  margin-bottom: 10px;
}
.policy-content h5 {
  color: #000;
  line-height: 24px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 600 !important;
  margin-bottom: 10px;
}
.policy-content p {
  color: #000;
  letter-spacing: 0px;
  line-height: 24px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  margin-bottom: 30px;
}
.policy-text {
  line-height: 1.8;
  padding: 0 0 25px;
}
a.policy-open {
  outline: none;
}
.policy-close {
  position: absolute;
  top: 90px;
  right: 5%;
  width: 40px;
  height: 40px;
}
.policy-close img {
  width: 100%;
  height: auto;
}
.page-thanks {
  text-align: center;
  padding: 45px 0 0;
}
.page-thanks h4 {
  font-size: 20px;
  font-weight: 600 !important;
}
.scholarship-form-billboard {
  height: 414px !important;
}
.scholarship-form-billboard {
  background: url("../img/scholarship-form-billboard_pc.jpg") 50% 50% no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: auto;
  text-align: center;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.scholarship-form-billboard .billboard-content {
  width: 100% !important;
}
.scholarship-form-billboard .billboard-content h3 {
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #fff !important;
}