@media (max-width: 767px) {
  .wrap {
    background: #fff;
    position: relative;
    width: 100% !important;
    overflow: hidden;
  }
  .navbar {
    width: 100% !important;
    margin: 0 auto;
  }
  .navbar-custom {
    height: 50px !important;
  }
  .navbar-custom .navbar-toggle {
    height: 50px !important;
    width: 50px !important;
    background: #FFD500;
    margin-top: 0 !important;
    margin-right: 0 !important;
  }
  .header {
    width: 100%;
    height: 100vh;
    height: -webkit-fill-available;
  }
  .codrops-header h1 img {
    width: 100%;
    height: auto;
  }
  .codrops-header {
    top: 45% !important;
    left: 8% !important;
    width: 85%;
  }
  .codrops-header h1 {
    margin-top: 0;
    margin-left: 0;
    text-align: left;
    width: 100%;
    height: auto;
    display: block;
    padding: 0;
  }
  /* -------------------------------------------------------
                    Header
-------------------------------------------------------- */
  .header {
    height: 100vh !important;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    display: block;
  }
  #boxgallery {
    height: 100vh;
  }
  .caption {
    color: #fff;
    letter-spacing: 4px;
    text-transform: uppercase;
  }
  .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;
  }
  svg.billboard_pc {
    display: none;
  }
  svg.billboard_sp {
    display: block;
  }
  /* -------------------------------------------------------
                     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: #000 !important;
    height: 50px;
  }
  .navbar-toggle {
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    padding: 11px 17px;
  }
  .navbar-custom .navbar-toggle .icon-bar {
    background: #000 !important;
  }
  .navbar-toggle .icon-bar {
    width: 16px;
    height: 1px;
  }
  .navbar-custom .navbar-toggle:hover, .navbar-custom .navbar-toggle:focus {
    background: #FFD500;
  }
  .navbar-custom .navbar-collapse {
    margin-top: 0 !important;
    background: #000;
  }
  .navbar-nav > li > a {
    line-height: 60px !important;
  }
  .navbar-collapse {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .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: 900px !important;
  }
  /*for transparent menu and menu color*/
  .navbar-custom .dropdown-menu > li > a {
    padding: 10px 20px;
    font-size: 12px;
    letter-spacing: 0px;
    color: #aaa;
    font-family: "Open Sans", sans-serif;
    text-transform: capitalize;
    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 {
    padding-left: 25px;
    color: #eee;
    background: #222;
  }
  .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: 50px;
    padding-left: 20px;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-brand img {
    height: 30px;
    width: 88px;
  }
  .navbar-nav li.navbar-contact a {
    background: #FFD500;
    height: 60px;
    padding-left: 30px !important;
    padding-right: 30px !important;
    margin-right: 0 !important;
    width: 85px;
  }
  .navbar-nav li.navbar-contact {
    width: 85px;
  }
  .navbar-contact img {
    height: 20px;
    width: 25px;
  }
  .navbar-nav li {
    width: 100%;
  }
  .navbar-nav {
    width: 100%;
    height: auto;
    margin: 0 !important;
  }
  #custom-collapse .navbar-nav li.navbar-contact {
    display: none !important;
  }
  #custom-collapse .navbar-nav ul {
    width: 100%
  }
  #custom-collapse .navbar-nav ul:after, #custom-collapse .navbar-nav 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: 77px;
    line-height: 77px;
    float: none;
    text-align: center;
    overflow: hidden;
    border-bottom: solid 1px #fff;
  }
  #custom-collapse .navbar-nav li:nth-last-child(2) {
    display: block;
    /*width:16.666%;*/
    height: 77px;
    line-height: 77px;
    float: none;
    text-align: center;
    overflow: hidden;
    border-bottom: none;
  }
  #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;
    color: #fff;
  }
  #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: #000;
    z-index: -2
  }
  #custom-collapse .navbar-nav li a:after {
    background-color: #000;
    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: 77px;
  }
  #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)
  }
  .navbar-toggle-active > .line-top {
    transform: rotate(45deg);
    top: 26px;
    position: absolute;
  }
  .navbar-toggle-active > .line-middle {
    width: 0;
    height: 0;
  }
  .navbar-toggle-active > .line-bottom {
    transform: rotate(-45deg);
  }
  #custom-collapse .navbar-nav li.open {
    display: block;
    /*width:16.666%;*/
    height: 231px;
    line-height: 77px;
    float: left;
    text-align: center;
    overflow: hidden;
    background: #000 !important;
  }
  .navbar-custom .open > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    height: 144px;
    position: absolute;
    top: 77px;
    background: #000 !important;
  }
  .navbar-custom .open > .dropdown-menu li {
    border-top: dotted 1px #fff !important;
    width: 100% !important;
  }
  .navbar-custom .dropdown-menu li {
    border-top: dotted 1px #fff !important;
  }
  .navbar-custom .dropdown-menu li a {
    padding: 0 !important;
    display: block;
    height: 77px !important;
    line-height: 77px !important;
    background: #000 !important;
    color: #fff !important;
    font-size: 14px !important;
  }
  .navbar-custom .open > .dropdown-menu li a {
    display: block;
    height: 77px !important;
    line-height: 77px !important;
    background: #000 !important;
    color: #fff !important;
    font-size: 14px !important;
  }
  .navbar-custom .open > .dropdown-menu li a:hover {
    background: #000 !important;
    color: #FFD500 !important;
  }
  #custom-collapse .navbar-nav li {
    position: relative !important;
  }
  .f0d7 {
    display: block;
    position: absolute !important;
    left: 63% !important;
    top: 10px !important;
    color: #fff;
    font-size: 14px;
  }
  #custom-collapse .navbar-nav li.dropdown a.dropdown-toggle:after {
    position: absolute !important;
    display: block !important;
    left: 60% !important;
    top: 33px !important;
    width: 30px !important;
    background-color: transparent;
    margin-top: 0;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    content: "\f0d7" !important;
    text-rendering: auto;
    color: #fff;
    z-index: 0 !important;
  }
  #custom-collapse .navbar-nav li.dropdown.open a.dropdown-toggle:after {
    position: absolute !important;
    display: block !important;
    left: 60% !important;
    top: 33px !important;
    width: 30px !important;
    margin-top: 0;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    content: "\f0d8" !important;
    text-rendering: auto;
    color: #fff;
    z-index: 0 !important;
    background-color: transparent;
  }
  #custom-collapse .navbar-nav li.navbar-contact_sp {
    display: block !important;
  }
  /* -------------------------------------------------------
                    Footer
-------------------------------------------------------- */
  footer {
    background-image: url("../img/sp_footer_bg.jpg");
    background-size: cover;
    width: 100%;
  }
  footer .main-footer {
    color: #eee;
    padding: 80px 0;
  }
  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 .col-sm-4 {
    margin: 0px 20px 0;
  }
  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;
  }
  /* -------------------------------------------------------
                     separator
-------------------------------------------------------- */
  .separator {
    width: 50px;
    border-bottom: solid 1px #000;
    margin: 0 auto 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: 0 auto 30px;
    padding-top: 10px;
  }
  /* -------------------------------------------------------
                     home - ourculture
-------------------------------------------------------- */
  .ourculture {
    padding: 100px 0 425px;
    background-image: url("../img/sp_ourculture_bg.jpg");
    background-size: cover;
    background-position: left;
    width: 100%;
    z-index: 2;
    position: relative;
  }
  .ourculture-title {
    width: 295px;
    height: 46px;
    text-align: center;
    margin: 65px auto 50px;
    display: block;
  }
  .ourculture-title img {
    width: 295px;
    height: 46px;
  }
  .ourculture-title.ourculture-content {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
  .ourculture-content {
    padding-right: 5px;
    padding-left: 5px;
  }
  .ourculture .en {
    font-family: 'Roboto Slab', serif;
    margin-bottom: 20px;
    color: #000;
  }
  .ourculture p {
    color: #000;
  }
  .ourculture-btn {
    margin-top: 50px auto;
    color: #000;
    font-family: 'Roboto Slab', serif;
  }
  .ourculture-btn a {
    border: solid 1px #000;
    display: block;
    margin: 0 auto;
    padding: 20px;
    color: #000;
    width: 200px;
    height: 60px;
  }
  .ourculture_scene {
    padding: 0 25px;
  }
  /* -------------------------------------------------------
                     home - services
-------------------------------------------------------- */
  .services {
    padding: 100px 0 600px;
    background-image: url("../img/sp_pic17.png");
    background-size: cover;
    background-position: left;
    width: 100%;
    margin-top: -310px;
    z-index: 3;
    position: relative;
  }
  .services-title {
    width: 277px;
    height: 51px;
    margin-bottom: 50px;
    display: block;
    margin-left: -15px;
  }
  .services-title img {
    width: 277px;
    height: 51px;
  }
  .services-content {
    padding-right: 25px;
    padding-left: 25px;
  }
  .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;
    margin: 0 auto;
  }
  /* -------------------------------------------------------
                     home - rates
-------------------------------------------------------- */
  .rates {
    padding: 672px 0 100px;
    background-image: url("../img/sp_pic18.png");
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    z-index: 4;
    margin-top: -50px;
    position: relative;
  }
  .rates-title {
    width: 138px;
    height: 64px;
    margin: 0 auto 40px;
    display: block;
  }
  .rates-title img {
    width: 138px;
    height: 64px;
  }
  .rates-content {
    padding-right: 5px;
    padding-left: 5px;
  }
  .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: 363px 0 100px;
    background-image: url("../img/sp_pic15.png");
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    z-index: 3;
    margin-top: 0;
    position: relative;
  }
  .careers-title {
    width: 182px;
    height: 51px;
    text-align: center;
    margin: 0 auto 50px;
    display: block;
  }
  .careers-title img {
    width: 182px;
    height: 51px;
  }
  .careers-content {
    padding-right: 5px;
    padding-left: 5px;
  }
  .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;
    margin: 0 auto;
  }
  .scholarship-btn {
    background: #000;
    width: 335px;
    height: 172px;
    color: #fff;
    font-size: 12px;
    margin: 50px auto 0;
  }
  .scholarship-btn a {
    color: #fff !important;
  }
  .scholarship-btn .bn-text {
    float: none;
    display: block;
    padding-left: 20px;
    padding-top: 20px;
    color: #fff !important;
    line-height: 1.8;
    text-align: center;
  }
  .scholarship-btn a span {
    color: #FFD500;
    font-size: 16px;
    font-weight: 600;
  }
  .scholarship_visual_pc {
    display: none;
  }
  .scholarship_visual_sp {
    display: block;
    float: none;
    width: 100%;
    height: 86px;
  }
  .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
-------------------------------------------------------- */
  .news {
    padding: 85px 0 100px;
    background-image: url("../img/sp_news_bg.jpg");
    background-size: cover;
    width: 100%;
    z-index: 2;
    position: relative;
    margin-top: 0;
  }
  .news-title {
    width: 138px;
    height: 73px;
    text-align: center;
    margin: 0 auto 50px;
    display: block;
  }
  .news-title img {
    width: 138px;
    height: 73px;
  }
  .news .en {
    font-family: 'Roboto Slab', serif;
    margin-bottom: 5px;
    margin-top: 0;
    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 {
    margin-bottom: 20px;
  }
  .news-block .news-thumb {
    background: #FFD500;
    margin-left: 5px;
    margin-right: -5px;
  }
  .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: relative;
    width: 100%;
    top: 0;
    right: 0;
    margin-bottom: 50px;
    padding: 0 25px;
  }
  /* -------------------------------------------------------
                     home - company
-------------------------------------------------------- */
  .company {
    padding: 200px 0;
    background-image: url("../img/sp_pic19.png");
    background-attachment: scroll;
    background-size: cover;
    width: 100%;
    text-align: center;
    z-index: 1;
  }
  .company-title {
    width: 184px;
    height: 70px;
    text-align: center;
    margin: 0 auto 50px;
    display: block;
  }
  .company-title img {
    width: 184px;
    height: 70px;
  }
  .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;
  }
  .local-nav {
    min-height: 60px;
  }
  .local-nav .nav li > a {
    text-align: center;
  }
  #home {
    background-position: 50% 0% !important;
  }
  .header .caption h1 {
    font-size: 38px;
  }
  .serv-us .us-content, .main-footer [class*=col-] {
    margin-bottom: 50px;
  }
  .portfolio .filtering span {
    font-size: 14px;
    margin: 5px;
  }
  .clients .client-say {
    padding: 100px 20px;
  }
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav > li {
    margin: 25px 10px 0;
    padding: 4px;
  }
  .header .caption {
    margin-top: 50px;
  }
  .hero .hero-block .accordion, .process [class*=col-], .blocks [class*=col-], .team .team-item, .price .prc-item, .blog .s-post, .numbers [class*=col-], .cont-info .info-item {
    margin-bottom: 50px;
  }
  .portfolio .gallery [class*=col-] {
    width: 100%;
  }
  footer .small-footer, footer .small-footer p, footer .small-footer .social-icon {
    text-align: center !important;
  }
  .posts .list .post-content {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .scroll-block {
    font-family: 'Roboto Slab', serif;
    font-size: 12px;
    line-height: 1;
    vertical-align: middle;
    color: #fff;
    position: fixed;
    width: 12px;
    bottom: 50px;
    right: 20px;
    z-index: 100;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: mixed;
    text-orientation: mixed;
  }
  .scroll-block span.icon-arrow_down {
    margin-top: 5px;
    font-size: 30px;
    line-height: 10px;
    color: #fff;
  }
  .pagetop-block {
    font-family: 'Roboto Slab', serif;
    font-size: 12px;
    line-height: 1;
    vertical-align: middle;
    color: #fff;
    position: fixed;
    width: 12px;
    bottom: 50px;
    right: 20px;
    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;
  }
  @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;
  }
  @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;
    transition: all 0.65s;
  }
  @media screen and (-webkit-min-device-pixel-ratio:0) and (max-width:767px) {
    _::-webkit-full-page-media, _:future, :root .header {
      height: 100vh !important;
      height: -webkit-fill-available !important;
    }
    _::-webkit-full-page-media, _:future, :root #boxgallery {
      height: 100vh;
      height: -webkit-fill-available;
    }
  }
  @media (max-width: 767px) {
    /* -------------------------------------------------------
                     Page - culture
-------------------------------------------------------- */
    .culture-billboard {
      background-image: url("../img/sp_pic23.png");
      background-size: 110%;
      width: 100%;
      height: 100vh;
      text-align: center;
      z-index: 1;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .culture-billboard .billboard-content {
      width: 294px;
      height: auto;
    }
    .culture-wrapA {
      padding: 90px 0 400px;
      background-image: url("../img/culture-wrapA.jpg");
      background-size: cover;
      width: 100%;
      z-index: 1;
      position: relative;
    }
    .culture-wrapB {
      padding: 170px 0 100px;
    }
    .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: 306px;
      height: auto;
      margin-bottom: 70px;
      margin: 0 auto 70px;
    }
    .scene1-block {
      margin-bottom: 60px;
      padding: 0 30px;
    }
    .berief-wrap {
      padding: 100px 0 60px;
    }
    .berief-block {
      text-align: center;
      margin-bottom: 50px;
    }
    .berief-block h4 {
      text-align: center;
      font-size: 16px;
      font-weight: 600 !important;
      margin-bottom: 20px;
      line-height: 28px;
    }
    .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: 26px;
      text-align: center;
      margin: 0 auto;
      font-weight: normal !important;
    }
    .berief-wrap .page-headline {
      margin-bottom: 30px;
      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: 155px 20px 130px;
      text-align: left;
      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;
      text-align: center;
    }
    .promise-line {
      border-bottom: dotted 1px #fff;
    }
    .culture-message img {
      float: right;
      margin-right: 35px;
    }
    .message-block h3 {
      font-size: 18px;
      line-height: 32px;
      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: -41px;
      left: 59px;
      width: 129px;
      height: auto;
      z-index: 2;
    }
    .culture-wrapA1 img {
      width: 100%;
      height: auto;
    }
    .culture-wrapA2 {
      position: absolute;
      top: 63px;
      left: -25px;
      width: 160px;
      height: auto;
      z-index: 2;
    }
    .culture-wrapA2 img {
      width: 100%;
      height: auto;
    }
    .culture-wrapA3 {
      position: absolute;
      top: 665px;
      left: 40px;
      width: 163px;
      height: auto;
      z-index: 2;
    }
    .culture-wrapA3 img {
      width: 100%;
      height: auto;
    }
    .culture-wrapA4 {
      position: absolute;
      top: 747px;
      left: 0;
      width: 124px;
      height: auto;
      z-index: 2;
    }
    .culture-wrapA4 img {
      width: 100%;
      height: auto;
    }
    .culture-wrapA5 {
      position: absolute;
      top: -79px;
      right: -15px;
      width: 109px;
      height: auto;
      z-index: 2;
    }
    .culture-wrapA5 img {
      width: 100%;
      height: auto;
    }
    .culture-wrapA6 {
      position: absolute;
      top: 45px;
      right: 0;
      width: 130px;
      height: auto;
      z-index: 2;
    }
    .culture-wrapA6 img {
      width: 100%;
      height: auto;
    }
    .culture-wrapA7 {
      position: absolute;
      top: 640px;
      right: 9px;
      width: 139px;
      height: auto;
      z-index: 2;
    }
    .culture-wrapA7 img {
      width: 100%;
      height: auto;
    }
    .culture-wrapA8 {
      position: absolute;
      top: 744px;
      right: 0;
      width: 172px;
      height: auto;
      z-index: 2;
    }
    .culture-wrapA8 img {
      width: 100%;
      height: auto;
    }
    .culture-message {
      position: absolute;
      top: -330px;
      left: calc(50% - 70px);
      width: 215px;
      height: auto;
      z-index: 2;
    }
    .culture-wrapA8 img {
      width: 100%;
      height: auto;
    }
    /* -------------------------------------------------------
                     Page - services
-------------------------------------------------------- */
    .services-billboard {
      background-image: url("../img/sp_pic22.png");
      background-size: 110%;
      width: 100%;
      height: 100vh;
      text-align: center;
      z-index: 1;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .services-billboard .billboard-content {
      width: 253px;
      height: auto;
    }
    .services-billboard .billboard-content img {
      width: 100%;
      height: auto;
    }
    .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: 18px !important;
      font-weight: 600 !important;
      line-height: 24px;
      margin-top: 0;
      margin-bottom: 20px;
    }
    .services-block h3.en {
      font-family: 'Roboto Slab', serif;
      font-size: 16px !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-block {
      margin-bottom: 50px;
    }
    .services-block .separator {
      margin: 0 0 30px;
    }
    .services-blocks {
      margin-bottom: 0;
    }
    .services-table {
      overflow: auto;
      white-space: nowrap;
      border: solid 1px #ddd;
    }
    .services-table table {
      margin: 0;
      border: none;
    }
    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%;
    }
    table.table-chart td.td-center {
      text-align: center;
    }
    table.table-chart .en {
      font-family: 'Roboto Slab', serif;
    }
    .services-wrapB {
      padding: 30px 0 100px;
      position: relative;
    }
    .services-wrapB h3 {
      font-family: 'Roboto Slab', serif;
      font-size: 26px;
      line-height: 1;
      text-align: left;
      margin: 0 auto;
      font-weight: normal !important;
    }
    .services-wrapB .page-headline {
      margin-bottom: 50px;
      text-align: left;
      position: relative;
      z-index: 3;
    }
    .services-wrapB .page-headline h3 {
      display: inline;
      background: #FFD500;
      padding: 0 0.1em;
      text-align: left;
      line-height: 45px;
      margin-bottom: 10px;
    }
    .services-wrapB h4 {
      font-size: 18px;
      font-weight: 600 !important;
    }
    .flow-chart {
      position: absolute;
      top: 1px;
      margin: 0 auto;
    }
    .flow-block1 {
      position: relative;
      height: 495px;
    }
    .flow-en1 {
      position: absolute;
      top: 180px;
    }
    .flow-ja1 {
      position: absolute;
      top: 295px;
    }
    .flow-block2 {
      position: relative;
      height: 455px;
    }
    .flow-en2 {
      position: absolute;
      top: 180px;
    }
    .flow-ja2 {
      position: absolute;
      top: 295px;
    }
    .flow-block3 {
      position: relative;
      height: 430px;
    }
    .flow-en3 {
      position: absolute;
      top: 180px;
    }
    .flow-ja3 {
      position: absolute;
      top: 270px;
    }
    .flow-block4 {
      position: relative;
      height: 455px;
    }
    .flow-en4 {
      position: absolute;
      top: 180px;
    }
    .flow-ja4 {
      position: absolute;
      top: 315px;
    }
    .flow-block5 {
      position: relative;
      height: 485px;
    }
    .flow-en5 {
      position: absolute;
      top: 180px;
    }
    .flow-ja5 {
      position: absolute;
      top: 300px;
    }
    .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: auto;
    }
    .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: -72px;
      right: 0;
      width: 298px;
      height: auto;
      z-index: 2;
    }
    .services-wrapB_bg1 img {
      width: 100%;
      height: auto;
      z-index: 0;
    }
    .flow-chart:after {
      font-family: FontAwesome;
      content: none;
      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%;
    }
    .flow-block:after {
      font-family: FontAwesome;
      content: '\f0d7'; /* アイコンのunicode */
      font-size: 160%;
      color: #FFD500;
      display: block;
      position: absolute;
      left: 48%;
      bottom: 20px;
    }
    .flow-block-last:after {
      font-family: FontAwesome;
      content: none;
      font-size: 160%;
      color: #FFD500;
      display: block;
      position: absolute;
      left: 46%;
      bottom: 0;
    }
    /* -------------------------------------------------------
                     Page - rates
-------------------------------------------------------- */
    .rates-billboard {
      background-image: url("../img/sp_pic14.png");
      background-size: 110%;
      width: 100%;
      height: 100vh;
      text-align: center;
      z-index: 1;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .rates-billboard .billboard-content {
      width: 184px;
      height: auto;
    }
    .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: 26px;
      text-align: left;
      margin: 0 auto;
      font-weight: normal !important;
    }
    .rates-wrapA .page-headline {
      margin-bottom: 55px;
      text-align: center;
    }
    .rates-wrapA .page-headline h3 {
      display: inline-block;
      background: #FFD500;
      padding: 0 0.1em;
      text-align: left;
      line-height: 34px;
      margin-bottom: 10px;
    }
    .rates-wrapA h4 {
      font-size: 18px;
      font-weight: 600 !important;
    }
    .rates-table {
      overflow: auto;
      max-width: 100%;
      max-height: auto;
      margin-bottom: 30px;
    }
    .rates-table img {
      max-width: initial;
    }
    img.rates-table-block {
      width: 682px;
      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: 280px 0 60px;
      z-index: 1;
      position: relative;
    }
    .rule-block {
      margin-bottom: 30px;
    }
    .rule-block h4 {
      font-size: 16px;
      font-weight: 600 !important;
    }
    .rule-right {
      margin-top: 0;
    }
    .rates-wrapB_bg1 {
      position: absolute;
      top: -95px;
      left: 0;
      width: 288px;
      height: auto;
      z-index: -2;
    }
    .rates-wrapB_bg1 img {
      width: 100%;
      height: auto;
    }
    .rates-wrapB_bg2 {
      position: absolute;
      top: 95px;
      right: 0;
      width: 288px;
      height: auto;
      z-index: -2;
    }
    .rates-wrapB_bg2 img {
      width: 100%;
      height: auto;
    }
    /* -------------------------------------------------------
                     Page - careers
-------------------------------------------------------- */
    .careers-billboard {
      background-image: url("../img/sp_pic16.png");
      background-size: 110%;
      width: 100%;
      height: 100vh;
      text-align: center;
      z-index: 1;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .careers-billboard .billboard-content {
      width: 285px;
      height: auto;
    }
    .careers-banner {
      position: relative;
      right: 75px;
      bottom: 30px
    }
    .careers-wrapA {
      padding: 20px 0 100px;
      background-image: url("../img/careers-wrapA.jpg");
      background-size: cover;
      width: 100%;
      z-index: 1;
      position: relative;
    }
    .careers-wrapA .scholarship-btn {
      margin: 0 auto 100px !important;
    }
    .careers-copy {
      width: 290px;
      height: auto;
      margin: 0 auto 30px;
      text-align: center;
    }
    .scene2-block {
      padding: 0 35px;
    }
    .careers-lead {
      padding: 0 0;
    }
    .careers-wrapB {
      padding: 20px 0 520px;
      background: #F2F2F4 url("../img/sp_pic21.png") bottom center no-repeat;
      background-size: 100%;
      position: relative;
    }
    .careers-target-lead {
      position: relative;
      top: 0;
      left: 0;
      width: 286px;
      height: auto;
      margin: 0 auto;
      z-index: 2;
    }
    .careers-target-lead img {
      width: 100%;
      height: auto;
    }
    .careers-wrapC {
      padding: 50px 0 1220px;
      background-image: url("../img/careers-wrapC.jpg");
      background-size: cover;
      width: 100%;
      height: 1370px;
      z-index: 1;
      position: relative;
    }
    .work-copy {
      width: 223px;
      height: auto;
      margin-bottom: 70px;
    }
    .careers-wrapD {
      padding: 80px 0 50px;
      background: #fff;
    }
    .careers-wrapD h3 {
      text-align: center;
      font-size: 18px;
      line-height: 28px;
      font-weight: 600 !important;
      margin-bottom: 50px;
    }
    .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: 26px;
      text-align: left;
      margin: 0 auto;
      font-weight: normal !important;
    }
    .careers-wrapE .page-headline {
      margin-bottom: 20px;
      text-align: center;
    }
    .careers-wrapE .page-headline h3 {
      display: inline-block;
      background: #FFD500;
      padding: 0 0.1em;
      text-align: left;
      line-height: 34px;
      margin-bottom: 10px;
    }
    .careers-wrapE .page-headline p {
      text-align: left;
    }
    .careers-wrapE h4 {
      font-size: 18px;
      font-weight: 600 !important;
      margin-bottom: 50px;
    }
    .table-ruby {
      font-size: 12px;
    }
    .target-block h3 {
      font-size: 20px;
      font-weight: 600 !important;
      margin-top: 0;
      text-align: center;
    }
    .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: none;
      width: 98px;
      margin: 0 auto 20px;
    }
    .target-visual img {
      border-radius: 50%;
    }
    .target-block {
      float: none;
    }
    .target-wrap {
      box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
      width: auto;
      padding: 25px;
      background: #fff;
      margin: 0 20px 20px !important;
    }
    .target-wrap p {
      margin-bottom: 0;
    }
    .targetA {
      margin-left: 0;
    }
    .targetB {
      margin-left: 0;
    }
    .targetC {
      margin-left: 0;
    }
    .careers-block {
      margin-bottom: 50px;
    }
    .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: 100%;
      margin: 0 auto;
    }
    .requirements-table table.table-chart td.term {
      width: 100px !important;
      vertical-align: top;
    }
    .requirements-comment {
      padding: 30px 20px;
      background: #fff;
      position: relative;
      max-width: 100%;
      margin: 30px 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;
      line-height: 28px;
      margin-bottom: 20px;
    }
    .requirements-comment ul {
      padding-left: 0px;
    }
    .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;
    }
    .application-btn a {
      background: #E8346B;
      color: #fff;
      font-size: 16px;
      font-weight: 600;
      line-height: 80px;
      text-align: center;
      width: 100%;
      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: 100%;
      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: 100%;
      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: 100%;
      height: 80px;
      display: block;
      margin: 0 auto;
    }
    #careers_voice1 {
      position: absolute;
      top: 130px;
      right: -3px;
      width: 343px;
      z-index: 2;
    }
    #careers_voice2 {
      position: absolute;
      top: 397px;
      left: 10px;
      width: 343px;
      z-index: 1;
    }
    #careers_voice3 {
      position: absolute;
      top: 622px;
      left: 70px;
      width: 343px;
      z-index: 1;
    }
    /*#careers_voice3 {
  position: absolute;
  top: 632px;
  right: -20px;
  width: 343px;
	z-index:1;
}*/
    #careers_voice4 {
      position: absolute;
      top: 860px;
      left: 0;
      width: 343px;
      z-index: 3;
    }
    #careers_voice5 {
      position: absolute;
      top: 1090px;
      right: 0px;
      width: 343px;
      z-index: 1;
    }
    /* -------------------------------------------------------
                     Page - recruit
-------------------------------------------------------- */
    .recruit-billboard {
      background-image: url("../img/recruit-billboard_sp.jpg");
      background-size: 110%;
      width: 100%;
      height: 100vh;
      text-align: center;
      z-index: 1;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .recruit-billboard {
      height: 515px !important;
    }
    .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-arrow:after {
      font-family: FontAwesome;
      content: '\f0d7';
      text-align: center;
      font-size: 160%;
      color: #FFD500;
      display: block;
      margin: 20px auto !important;
    }
    .recruit-flow-block {
      padding: 0 30px;
      position: relative;
    }
    .recruit-flow-block:after {
      font-family: FontAwesome;
      content: none !important;
      font-size: 160%;
      color: #FFD500;
      display: block;
      position: absolute;
      left: 49%;
      bottom: 0;
    }
    .recruit-flow-block-last:after {
      content: none !important;
      font-size: 160%;
      color: #FFD500;
      display: block;
      position: absolute;
      right: -25px;
      top: 42%;
    }
    .recruit-form {
      padding: 20px 5px;
    }
    label {
      font-weight: 400 !important;
    }
    /* -------------------------------------------------------
                     Page - scholarship
-------------------------------------------------------- */
    .scholarship-billboard {
      background-image: url("../img/sp_pic13.png");
      background-size: 110%;
      width: 100%;
      height: 100vh;
      text-align: left;
      z-index: 1;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .scholarship-billboard .billboard-content {
      width: 291px;
      height: auto;
      left: 10% !important;
      top: 5% !important;
      position: absolute;
    }
    .scholarship-billboard .billboard-content h4 {
      font-size: 20px;
      font-weight: 600 !important;
      margin-top: 20px;
    }
    .scholarship-wrapA {
      padding: 35px 0;
      background: #FFD500;
    }
    .scholarship-wrapA h4 {
      font-size: 20px;
      line-height: 24px;
      font-weight: 600 !important;
    }
    .scholarship-lead {
      padding: 0;
      margin-bottom: 50px;
    }
    .scholarship-target-wrap {
      padding-top: 150px;
    }
    .scholarship-target {
      background: #fff;
      padding: 25px 20px 5px;
      position: relative;
      z-index: 3;
    }
    .scholarship-target h4 {
      font-size: 16px;
      line-height: 24px;
      font-weight: 600 !important;
      margin-bottom: 25px;
    }
    .scholarship-target-block {
      margin-bottom: 25px;
    }
    .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: 70%;
      float: none;
      text-align: center;
      display: block;
      margin: 0 auto;
    }
    .condition2 {
      width: 70%;
      float: none;
      text-align: center;
      display: block;
      margin: 0 auto;
    }
    .condition_or {
      width: 10%;
      float: none;
      text-align: center;
      margin-top: 0;
      margin: 0 auto;
      padding: 10px;
    }
    .condition3 {
      padding-left: 1em;
    }
    .condition4 {
      padding-left: 1em;
    }
    .condition4 span {
      margin-left: 2.5em;
    }
    .condition_plus {
      clear: both;
      text-align: center;
      margin-bottom: 10px;
      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: 50px 0 50px;
      background: #fff;
    }
    .test-wrap {
      position: relative;
    }
    .test-wrap h3 {
      font-size: 20px;
      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: left;
    }
    .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: 26px;
      text-align: left;
      margin: 0 auto;
      font-weight: normal !important;
    }
    .scholarship-wrapC .page-headline {
      margin-bottom: 20px;
      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: 18px;
      font-weight: 600 !important;
      margin-bottom: 30px;
    }
    .scholarship-wrapC .page-headline p {
      text-align: left;
    }
    .scholarship-wrapA {
      position: relative;
    }
    .scholarship-slogan-wrap {
      top: 0;
      left: 0;
      transform: none;
      -webkit- transform: none;
      position: relative;
    }
    .scholarship-slogan-block {
      background: #fff;
      text-align: center;
      width: 335px;
      margin: 0 20px 40px;
      padding: 15px 20px 15px;
    }
    .scholarship-slogan-block h4 {
      font-size: 16px;
      font-weight: 600 !important;
    }
    .scholarship-slogan-block h3 {
      font-size: 18px;
      line-height: 32px;
      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: 420px;
      left: 0%;
      width: 100%;
      height: auto;
      z-index: 2;
    }
    .scholarship-wrapA_bg img {
      width: 100%;
      height: auto;
    }
    /* -------------------------------------------------------
                     Page - company
-------------------------------------------------------- */
    .company-billboard {
      background-image: url("../img/sp_pic11.png");
      background-size: 110%;
      width: 100%;
      height: 100vh;
      text-align: center;
      z-index: 1;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .billboard-content {
      width: 252px;
      height: auto;
    }
    .company-wrapA {
      padding: 20px 0 50px;
      background-image: url("../img/company-wrapA.jpg");
      background-size: cover;
      width: 100%;
      z-index: 1;
      position: relative;
    }
    .company-wrapB {
      padding: 270px 0 220px;
      position: relative;
    }
    .company-wrapC {
      padding: 100px 0;
      background-image: url("../img/company-wrapC_sp.jpg");
      background-size: cover;
      width: 100%;
      z-index: 1;
      position: relative;
    }
    .performance-block {
      padding-left: 35px;
    }
    .performance-block p {
      color: #fff;
      font-size: 18px;
      line-height: 36px;
      font-family: 'Roboto Slab', serif;
    }
    .performance-block p span {
      display: none;
    }
    .performance-block h3 {
      width: 261px;
      height: auto;
      margin-bottom: 38px;
    }
    .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: 30px;
    }
    .clients-block h4 {
      font-size: 14px !important;
      line-height: 24px !important;
      font-weight: 600 !important;
      margin-bottom: 14px;
    }
    .company-table {
      padding: 0 5px 30px;
    }
    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;
      margin-top: 20px;
    }
    table.company-data .ja {
      font-family: 'Noto Sans JP', sans-serif;
      display: block;
      margin-bottom: 20px;
    }
    table.company-data th, table.company-data td {
      padding: 00px;
      line-height: 24px;
    }
    table.company-data th {
      display: block;
      width: 100%;
      vertical-align: top;
    }
    table.company-data td {
      display: block;
      width: 100%;
      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: 0;
    }
    table.company-data .ja-related {
      margin-top: 20px;
    }
    .company-map {
      position: relative;
      left: 0;
      top: 0px;
      width: 100%;
      padding-left: 0;
    }
    .company-wrapB1 {
      position: absolute;
      top:auto;
      bottom: 50px;
      left: 58px;
      width: 213px;
      height: auto;
      z-index: 2;
      /*display: none;*/
    }
    .company-wrapB1 img {
      width: 100%;
      height: auto;
    }
    .company-wrapB2 {
      position: absolute;
      top:auto;
      bottom: -63px;
      left: -34px;
      width: 160px;
      height: auto;
      z-index: 2;
      /*display: none;*/
    }
    .company-wrapB2 img {
      width: 100%;
      height: auto;
    }
    .company-wrapB3 {
      position: absolute;
      bottom: 50px;
      left: 58px;
      width: 213px;
      height: auto;
      z-index: 2;
      display: none;
    }
    .company-wrapB3 img {
      width: 100%;
      height: auto;
    }
    .company-wrapB4 {
      position: absolute;
      bottom: -63px;
      left: -34px;
      width: 160px;
      height: auto;
      z-index: 3;
      display: none;
    }
    .company-wrapB4 img {
      width: 100%;
      height: auto;
    }
    .company-wrapB5 {
      position: absolute;
      top: -20px;
      left: 73px;
      width: 167px;
      height: auto;
      z-index: 3;
    }
    .company-wrapB5 img {
      width: 100%;
      height: auto;
    }
    .company-wrapB6 {
      position: absolute;
      top: 65px;
      right: -42px;
      width: 232px;
      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;
      display: none;
    }
    .company-wrapB7 img {
      width: 100%;
      height: auto;
    }
    .company-wrapB8 {
      position: absolute;
      bottom: 325px;
      right: -23px;
      width: 339px;
      height: auto;
      z-index: 2;
      display: none;
    }
    .company-wrapB8 img {
      width: 100%;
      height: auto;
    }
    /* -------------------------------------------------------
                     Page - news
-------------------------------------------------------- */
    .news-wrapA {
      padding: 100px 0 100px;
      background-image: url("../img/news-wrapA.jpg");
      background-size: cover;
      width: 100%;
      z-index: 1;
      position: relative;
    }
    .news-wrapA .news-title {
      width: 138px;
      height: 73px;
      text-align: center;
      margin: 0 auto 30px;
      display: block;
    }
    .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: 5px;
    }
    .news-pagenation li :nth-last-child(1){
      margin-right: 0px;
    }
    .news-pagenation li a {
      background-color: #000;
      color: #fff;
      height: 30px;
      line-height: 30px;
      width: 30px;
      display: block;
    }
    .news-pagenation .prev a {
      background-color: #A8A8A8;
      color: #fff;
    }
    .news-pagenation .next a {
      background-color: #000;
      color: #fff;
    }
    .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: 0px 0 0;
      float: none;
      display: block;
      margin: 0 auto 50px;
      width: 200px;
      height: 60px;
    }
    .news-index ul {
      list-style: none;
      overflow: hidden;
      width: 200px;
      height: auto;
      background: #fff;
      border-left: solid 1px #000;
      border-right: solid 1px #000;
      border-bottom: solid 1px #000;
      padding: 10px 0;
      z-index: 3;
      position: relative;
    }
    .news-index ul li {
      text-align: center;
      float: none;
      margin-right: 0px;
      width: 200px;
      height: 50px;
    }
    .news-index ul li a {
      text-decoration: none;
      color: #000;
      font-weight: 400;
      display: block;
      font-family: 'Roboto Slab', serif;
      line-height: 50px;
    }
    .news-index ul li a:hover {
      text-decoration: none;
      color: #000;
      font-weight: 600;
      padding: 0;
      display: block;
      background-color: #FFD500;
    }
    .news-index ul li a.active {
      text-decoration: none;
      color: #000;
      font-weight: 600;
      padding: 0;
      display: block;
      background-color: #FFD500;
    }
    .archives-button {
      pointer-events: all;
      display: block;
      border: solid 1px #000;
      text-align: center;
      width: 200px;
      height: 60px;
      line-height: 60px;
      font-family: 'Roboto Slab', serif;
      position: relative;
    }
    .archives-button:after {
      font-family: FontAwesome;
      content: '\f0d7'; /* アイコンのunicode */
      text-align: center;
      font-size: 160%;
      color: #000;
      display: block;
      position: absolute;
      top: 0px;
      right: 20px;
    }
    .archives-accordion-block {
      display: none;
    }
    /* -------------------------------------------------------
                     Page - article
-------------------------------------------------------- */
    .article-title {
      text-align: left;
    }
    .article-title h2 {
      font-size: 20px;
      line-height: 35px;
      font-weight: 600 !important;
      text-align: left;
    }
    .article-title p.article-date {
      font-size: 14px;
      line-height: 21px;
      font-family: 'Roboto Slab', serif;
      text-align: left;
      margin-bottom: 0;
    }
    .article-wrapA {
      padding: 100px 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: 26px;
      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: 18px;
      font-weight: 600 !important;
      margin-bottom: 50px;
    }
    .article-block p {
      margin-bottom: 60px;
    }
    .article-headline {
      margin-bottom: 30px;
    }
    .article-block h3 {
      font-size: 16px;
      line-height: 28px;
      font-weight: 600 !important;
      display: inline;
    }
    .article-block h3 span {
      display: inline;
      background: linear-gradient(transparent 60%, #FFD500 0%);
    }
    .news-btn a {
      border: solid 1px #000;
      display: block;
      padding: 20px;
      color: #000;
      width: 200px;
      height: 60px;
      margin: 0 auto;
    }
    .article-block h4 {
      font-size: 14px;
      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 !important;
    }
    /* -------------------------------------------------------
                     Page - contact
-------------------------------------------------------- */
    .contact-billboard {
      background-image: url("../img/sp_pic20.png");
      background-position: top;
      background-size: 110%;
      width: 100%;
      height: 100vh;
      text-align: center;
      z-index: 1;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .contact-billboard {
      height: 375px !important;
    }
    .contact-billboard .billboard-content {
      width: 100% !important;
    }
    .contact-billboard .billboard-content h1 img {
      width: 230px;
      height: auto;
      margin: 0 auto;
      display: block;
      padding-top: 67px;
      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: 50px 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;
      border-radius: 0px !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% !important;
      height: auto !important;
      border-radius: 0px !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;
    }
    .filename {
      width: calc(100% - 124px);
    }
    /* -------------------------------------------------------
                     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: 20px;
    }
    .policy-content {
      position: relative;
      display: inline-block;
      width: 100%;
      background: #fff;
      padding: 20px;
      box-sizing: border-box;
      text-align: left;
      margin-top: 110px;
      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: 30px;
    }
    .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: 70px;
      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: 375px !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;
    }
  }