intern__img/* ------------------------------------------------------------------
Project: Semantic
Version: 1.1
Do not edit this file - Place your styles in custom.css
------------------------------------------------------------------ */

@import url("http://fonts.googleapis.com/css?family=Montserrat:400");
@import url("http://fonts.googleapis.com/css?family=Inconsolata:400,700");
@import url("http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700");




/* ------------------------------------------------------------------
General Styles
------------------------------------------------------------------- */

.mincho {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 2.4rem;
}

html,
body,
button,
input,
select,
textarea {
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

html[lang="ja"] body,
html[lang="ja"] button,
html[lang="ja"] input,
html[lang="ja"] select,
html[lang="ja"] textarea {
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

html {
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style: scrollbar;
}

body {
    background: #fff;
    font: 400 14px/1.9 "Open Sans", Verdana, sans-serif;
    color: #555;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    body {
        font-size: 13px;
    }
}

#content {
    padding-bottom: 0px;
}

.page:not(.home) #content {
    padding-bottom: 0px;
}

@media screen and (min-width: 48em) {
    .page:not(.home) #content {
        padding-bottom: 0px;
    }
}

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

iframe {
    border: 0;
}

.leftauto {
    right: 0 !important;
    left: auto !important;
}





/* Selection */

::-moz-selection {
    background: #000;
    color: #fff;
}

::-webkit-selection {
    background: #000;
    color: #fff;
}

::selection {
    background: #000;
    color: #fff;
}





/* Transition elsements */

.form-control,
.navbar-custom {
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

a,
.btn,
.navbar a {
    -webkit-transition: all 0.125s ease-in-out 0s;
    transition: all 0.125s ease-in-out 0s;
}

.team-detail,
.team-image:after,
.work-caption,
.work-image>img,
.work-image:after {
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}





/* Reset border-radius */

.well,
.label,
.alert,
.progress,
.form-control,
.modal-content,
.panel-heading,
.panel-group .panel,
.nav-tabs>li>a,
.nav-pills>li>a {
    border-radius: 2px;
}





/* Reset box-shadow */

.btn,
.well,
.panel,
.progress,
.progress-bar,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
}

a:hover {
    opacity: 0.5;
}

td {
    padding: 0.4em;
    border: 1px solid #eee;
}

th:first-child,
td:first-child {
    padding: 0.4em;
}

.bg-brand {
    background-color: #014099;
    color: #fff;
}

.bg-gray {
    background-color: #f7f7f7;
}

.text-brand {
    color: #014099;
}

@media (max-width: 767px) {
    .text-brand {
        text-align: left;
    }
}

.text-gold {
    color: #a29169;
}





/* ------------------------------------------------------------------
Form styles
------------------------------------------------------------------- */

.form-control {
    font-family: "Inconsolata", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 15px;
    height: 39px;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
}

input.form-control,
textarea.form-control {
    border: 1px solid #e1e1e1;
    background-color: #f9f9f9;
}

.checkbox-wrap {
    position: relative;
}

.checkbox {
    display: none;
}

.checkbox+span:before {
    display: inline-block;
    content: "";
    width: 22px;
    height: 22px;
    border: 1px solid #e1e1e1;
    background-color: #f9f9f9;
    border-radius: 2px;
    z-index: 3;
    float: left;
    margin-right: 10px;
}

.checkbox:checked+span:after {
    position: absolute;
    color: #014099;
    font-size: 14px;
    font-weight: bold;
    top: -2px;
    left: 7px;
    content: "L";
    -webkit-transform: scale(-1, 1) rotate( -45deg);
    transform: scale(-1, 1) rotate( -45deg);
}

.form-control:focus {
    border-color: #CACACA;
}





/* Form sizes */

.input-lg,
.form-horizontal .form-group-lg .form-control {
    height: 43px;
    font-size: 13px;
}

.input-sm,
.form-horizontal .form-group-sm .form-control {
    height: 29px;
    font-size: 10px;
}

.text-vertical {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
}

.text-db {
    color: #113250;
}

.bg-db {
    background-color: #113250;
}

.box-mp-wrap {
    position: absolute;
    top: 0px;
    bottom: calc(10% + 32px);
    right: 5%;
    margin-top: auto;
    margin-bottom: auto;
}

.box-mp {
    font-size: 17px;
}

@media (max-width: 1199px) {
    .box-mp {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .box-mp {
        font-size: 9px;
    }
}

@media (max-width: 767px) {
    .box-mp {
        font-size: 11px;
    }
}





/* ------------------------------------------------------------------
Button styles
------------------------------------------------------------------- */

.btn {
    padding: 8px 37px;
    font-family: "Inconsolata", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 11px;
}

.btn.focus,
.btn.active.focus,
.btn.active:focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
}

.btn.btn-round {
    border-radius: 2px;
}

.btn.btn-circle {
    border-radius: 30px;
}





/* Button colors */

.btn.btn-g {
    background: transparent;
    border: 1px solid #b2b2b2;
    color: #666;
}

.btn.btn-g:hover,
.btn.btn-g:focus {
    background: #b2b2b2;
    color: #fff;
}

.btn.btn-border-d {
    background: transparent;
    border: 1px solid #000;
    color: #000;
}

.btn.btn-border-d:hover,
.btn.btn-border-d:focus {
    background: #000;
    color: #fff;
}

.btn.btn-d {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
}

.btn.btn-d:hover,
.btn.btn-d:focus {
    background: #000;
    color: #fff;
}





/* Button sizes */

.btn.btn-lg {
    padding: 12px 45px;
    font-size: 13px;
}

.btn.btn-sm {
    padding: 6px 25px;
    font-size: 10px;
    letter-spacing: 1px;
}

.btn.btn-xs {
    padding: 4px 19px;
    font-size: 10px;
    letter-spacing: 0;
}

.btn-list .btn {
    margin: 5px 0;
}





/* ------------------------------------------------------------------
Tabs and Accordions
------------------------------------------------------------------- */

.tab-content {
    padding: 20px 0;
}

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

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

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

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





/* ------------------------------------------------------------------
Progress bars
------------------------------------------------------------------- */

.progress {
    overflow: visible;
    height: 4px;
}

.progress-bar {
    position: relative;
}

.progress-bar.pb-dark {
    background: #000;
}

.progress-bar span {
    position: absolute;
    display: block;
    right: -0px;
    top: 6px;
    opacity: 0;
    line-height: 12px;
    font-size: 12px;
    color: #666;
    padding: 4px 0px;
}

.progress-bar span:after {
    display: inline-block;
    content: "%";
}

.progress-title {
    margin: 0 0 5px;
    text-transform: uppercase;
    font-size: 14px;
}





/* ------------------------------------------------------------------
Examples
------------------------------------------------------------------- */

.pc {
    display: block;
}

.sp {
    display: none;
}

@media (max-width: 767px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
        padding-bottom:10px;
    }
}

.et-icons .box1 {
    border: 1px solid #e5e5e5;
    display: block;
    width: 25%;
    float: left;
    padding: 0;
    font-size: 13px;
    margin: -1px 0 0 -1px;
}

.et-icons .box1>span {
    display: inline-block;
    border-right: 1px solid #e5e5e5;
    min-width: 60px;
    min-height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 28px;
    margin-right: 5px;
}

.fa-icons>div {
    padding: 0;
    border: 1px solid #e5e5e5;
    margin: -1px 0 0 -1px;
    font-size: 13px;
}

.fa-icons>div>i {
    display: inline-block;
    margin-right: 5px;
    min-width: 40px;
    min-height: 40px;
    border-right: 1px solid #f1f1f1;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}

.help-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}





/* ------------------------------------------------------------------
Overlays
------------------------------------------------------------------- */


/* Dark background */

.bg-dark,
.bg-dark-30,
.bg-dark-50,
.bg-dark-90,
.bg-dark .module-title,
.bg-dark-30 .module-title,
.bg-dark-50 .module-title,
.bg-dark-90 .module-title {
    color: #fff;
}

.bg-dark {
    background: #111;
}

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

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

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

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





/* Light background */

.bg-light,
.bg-light-30,
.bg-light-50,
.bg-light-90 {
    color: #000;
}

.bg-light {
    background: rgba(234, 234, 234, 0.7);
}

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

.bg-light-50:before {
    position: absolute;
    background: rgba(255, 255, 255, .5);
    content: " ";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

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





/* ------------------------------------------------------------------
Typography
------------------------------------------------------------------- */

a {
    color: #014099;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #999;
    outline: 0;
}

.bg-dark a {
    color: #CDCDCD;
}

.bg-dark a:hover,
.bg-dark a:focus {
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4;
    font-weight: 400;
}

p,
ol,
ul,
blockquote {
    margin: 0 0 20px;
}

blockquote {
    border: 0;
    font-style: italic;
    font-size: 14px;
    padding: 0;
}

.font-alt {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.font-inc {
    font-family: "Inconsolata", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.font-serif {
    font-family: Georgia, sans-serif;
}

.font-uppercase {
    text-transform: uppercase;
    font-style: normal;
}

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

.rotate {
    text-shadow: none !important;
}

.text-o {
    color: #F4B700;
}

.text-m {
    color: #e4007f;
}

.text-c {
    color: #00B7F4;
}

.text-g {
    color: #009944;
}





/* ------------------------------------------------------------------
Navbar
------------------------------------------------------------------- */

.navbar-custom {
    background: #014099;
    border: 0;
    /*border-bottom: 1px solid #f5f5f5 !important;*/
    border-radius: 0;
    /*font-family: "Inconsolata", sans-serif;*/
    letter-spacing: 0.15em;
    font-size: 15px;
    z-index: 1000;
    margin-bottom: 0px;
}

.navbar-custom .navbar-header {
    height: 68px;
}

.no-svg .dropdown-toggle {
    width: 100%;
    text-align: left;
}

.dropdown-toggle:focus {
    outline: none;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}

@media screen and (min-width: 48em) {
    .js .menu-toggle,
    .js .dropdown-toggle {
        display: block;
    }
}

.navbar-custom .dropdown-menu {
    background: #fff;
    border: 0px;
    border-radius: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-custom .dropdown-menu .dropdown-menu {
    top: 0;
    left: 100%;
    right: auto;
    margin-top: -1px;
}

.navbar-custom .navbar-brand {
    top: 0px;
    left: 0px;
    height: 68px;
    background-color: #014099;
    padding: 10px 20px;
}

.navbar-custom .navbar-brand img {
    height: 100%;
    width: auto;
}

.navbar-custom .navbar-reserve {
    position: absolute;
    top: 44px;
    right: 24px;
}

.navbar-custom .navbar-reserve img {
    height: 35px;
    width: auto;
}

@media (max-width: 767px) {
    .navbar-custom .navbar-reserve {
        top: 32px;
        left: 4px;
    }
    .navbar-custom .navbar-reserve img {
        height: 25px;
        width: auto;
    }
}

.navbar-custom .navbar-date {
    text-align: right;
    position: absolute;
    color: #fff;
    font-size: 13px;
    top: 38px;
    right: 160px;
}

@media (max-width: 991px) {
    .navbar-custom .navbar-date {
        top: 42px;
        font-size: 10px;
    }
}

@media (max-width: 767px) {
    .navbar-custom .navbar-date {
        font-size: 9px;
        right: 44px;
        top: 8px;
    }
}

.navbar-custom .navbar-subtitle {
    position: absolute;
    color: #fff;
    font-size: 13px;
    top: 8px;
    left: 10px;
}

@media (max-width: 767px) {
    .navbar-custom .navbar-subtitle {
        font-size: 11px;
    }
}

.nav-space {
    height: 68px;
}

@media (max-width: 767px) {
    .nav-space {
        height: 68px;
    }
}

.navbar-custom .navbar-brand .dark {
    display: block;
}

.navbar-custom .navbar-brand .white {
    display: none;
}

.navbar-custom.navbar-transparent .navbar-brand .dark {
    display: none;
}

.navbar-custom.navbar-transparent .navbar-brand .white {
    display: block;
}

.navbar-custom .nav {
    margin-top: 10px;
}

.navbar-custom .nav li>a {
    position: relative;
    color: #fff;
    font-size: 13px;
    padding: 15px 12px;
}

.navbar-custom .nav li>a i {
    display: none;
}

.navbar-custom a:focus,
.navbar-custom a:hover {
    background: none;
    opacity: 0.5;
}

@media (max-width: 1023px) {
    .navbar-custom .container {
        width: 100%;
    }
    .navbar-custom .nav ul {
        background-color: #fff;
    }
    .navbar-custom .nav li>a {
        background-color: #fff;
        color: #014099;
        display: inline-block;
        height: 52px;
        width: 100%;
    }
    .navbar-custom .nav li>a i {
        display: inline;
        margin-right: 8px;
    }
    .navbar-custom a:focus,
    .navbar-custom a:hover {
        background: none;
        opacity: 1;
    }
}

.navbar-custom .dropdown-menu>li>span {
    display: inline-block;
    background-color: #003073;
    width: 100%;
    border-bottom: 1px solid #dde8f7 !important;
    padding: 11px 15px;
    letter-spacing: 0.15em;
    font-size: 14px;
    color: #fff;
}

.navbar-custom .dropdown-menu>li>a {
    border-bottom: 1px solid #dde8f7 !important;
    padding: 11px 15px;
    letter-spacing: 0.15em;
    font-size: 14px;
    color: #014099;
}

.navbar-custom .dropdown-menu>li>a i {
    display: inline;
    position: relative;
    left: -8px;
}

.nav .open>a:hover {
    background: #014099;
    color: #fff;
    opacity: 1;
}

@media (max-width: 1023px) {
    .nav .open>a:hover {
        background: #fff;
        color: #014099;
    }
}

.navbar-custom .dropdown-menu>li:last-child>a {
    border: 0 !important;
}

.navbar-custom .dropdown-toggle:after {
    position: absolute;
    display: block;
    right: 0;
    top: 50%;
    margin-top: -5px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 9px;
    content: "\f107";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.navbar-custom .navbar-nav>.dropdown>.dropdown-toggle {
    right: 0;
    padding-right: 28px;
    position: relative;
}

.navbar-custom .navbar-nav>.dropdown>.dropdown-menu>.dropdown {
    display: none;
}

@media (min-width: 1024px) {
    .navbar-custom .navbar-nav>.dropdown>.dropdown-toggle {
        background: transparent;
    }
    .navbar-custom .navbar-nav>.dropdown>.dropdown-toggle a:hover {
        opacity: 1;
    }
}

.navbar-custom .navbar-nav>.dropdown>.dropdown-toggle:after {
    position: absolute;
    display: block;
    right: 10px;
    top: 22px;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f107";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.navbar-custom .navbar-nav li.active a,
.recruit .navbar-custom li.active a {
    padding-bottom: 6px;
    border-bottom: 1px solid #fff;
    /*background: #014099;
    color: #fff;*/
}

.navbar-custom .navbar-toggle {
    margin-top: 27px;
}

@media (max-width: 1023px) {
    .navbar-custom .navbar-toggle {
        margin-top: 18px;
        background-color: #00329b;
    }
}

.navbar-custom .navbar-toggle .icon-bar {
    background: #fff;
}

.recruit .navbar-custom .navbar-toggle .icon-bar {
    width: 34px;
}

.recruit .navbar-collapse.in {}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 100%;
}





/* アニメ */

.navbar-custom .navbar-toggle.active span:first-child,
.recruit .navbar-toggle[aria-expanded='true'] .lines span:first-child {
    -webkit-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
    -webkit-transition: all .25s;
    transition: all .25s;
}

.navbar-custom .navbar-toggle.active span:nth-child(2),
.recruit .navbar-toggle[aria-expanded='true'] .lines span:nth-child(2) {
    opacity: 0;
}

.navbar-custom .navbar-toggle.active span:last-child,
.recruit .navbar-toggle[aria-expanded='true'] .lines span:last-child {
    -webkit-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg);
    -webkit-transition: all .25s;
    transition: all .25s;
}

.navbar-custom .navbar-toggle span,
.recruit .navbar-toggle[aria-expanded='false'] .lines span {
    -webkit-transition: all .25s;
    transition: all .25s;
}





/* -------------------------------------------------------------------
Home Section
------------------------------------------------------------------- */

#mainvisual {
    height: 300px;
}

.home #mainvisual {
    height: calc(100vh);
}

@media (max-width: 767px) {
    .home #mainvisual {
        margin-top: 68px;
        height: 100vw;
    }
}

.home #infomation {
    padding: 60px 0px;
}

.home #recluit table {
    margin: 0px;
}

.home #recluit table td {
    border: 0px;
    padding: 32px 32px;
}

.home #recluit a table tr:hover {
    opacity: 0.5;
}

.home .withhover .hover {
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 20px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.home .withhover:hover .hover {
    opacity: 1;
}

.home .hover .contents {
    position: relative;
    top: 50%;
    height: 100%;
    margin-top: -30px;
}

.home .hover a {
    display: block;
    color: #fff;
}

.home .home-news {
    background-color: #fff;
    -webkit-transition: all 0.125s ease-in-out 0s;
    transition: all 0.125s ease-in-out 0s;
}

.home a:hover .home-news {
    opacity: 0.5;
}

.home .news-category {
    position: relative;
    top: -2px;
}

.news .text_form {
    font-size: 14px;
    padding-top: 5px;
    text-align: left;
    margin-bottom: 0;
}

@media (max-width: 1023px) {
    .home .news-category {
        font-size: 9px;
        top: -4px;
    }
    .home .news-date {
        font-size: 11px;
    }
}





/* -------------------------------------------------------------------
Sections
------------------------------------------------------------------- */

section#title {
    height: 168px;
}

section {
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.wrapper {
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    z-index: 1;
}

.module,
.module-small,
.module-header {
    position: relative;
    padding: 140px 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.module-small {
    padding: 70px 0;
}

.module-header {
    padding: 190px 0 140px;
}

.col-bg {
    background: rgba(255, 255, 255, .9);
    padding: 140px 60px;
}





/* Module title */

.module-title {
    position: relative;
    margin: 0 0 70px;
    letter-spacing: 0.15em;
    font-size: 30px;
    color: #000;
}

.module-subtitle {
    margin-bottom: 70px;
    font-size: 12px;
}

.module-title+.module-subtitle {
    margin-top: -35px;
}





/* Sections dividers */

.divider-w {
    border-top: 1px solid #f5f5f5;
    margin: 0;
}





/* ------------------------------------------------------------------
Social list
------------------------------------------------------------------- */

.social-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-list>li {
    display: inline-block;
    font-size: 24px;
    margin: 5px 5px 5px 0;
}





/* ------------------------------------------------------------------
Content boxes
------------------------------------------------------------------- */

.content-box {
    text-align: center;
    margin: 25px 0;
}

.content-box-icon {
    font-size: 36px;
}

.content-box-title {
    margin: 5px 0 0;
    font-size: 14px;
}

.content-box-text {
    margin: 15px 0 0;
}





/* ------------------------------------------------------------------
Counters
------------------------------------------------------------------- */

.counter-item {
    text-align: center;
}

.counter-number {
    font-size: 36px;
}

.counter-title {
    text-transform: uppercase;
    font-size: 14px;
}





/* ------------------------------------------------------------------
Google map
------------------------------------------------------------------- */

#map-section {
    position: relative;
    height: 450px;
    width: 100%;
}

#map {
    height: 100%;
    width: 100%;
}

#map img {
    max-width: none;
}

.ajax-response {
    text-align: center;
}





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

.footer {
    background: #113250;
    color: #333;
    margin: 0px;
    padding: 0px;
    background-size: cover;
    background-position: center bottom;
    font-size: 13px;
}

@media (max-width: 767px) {
    .footer {
        font-size: 11px;
    }
}

.footer h1 {
    color: #fff;
}

.footer p {
    margin: 2px 0px;
}

.copyright {
    font-size: 14px;
}

.footer a {
    position: relative;
    color: #fff;
}

.footer .tel {
    font-size: 20px;
    font-weight: bold;
}

.footer .tel a {
    color: #000;
}

.footer a:hover {
    opacity: 0.5;
}

.footer ul {
    list-style-type: none;
}

.footer ul li {
    padding: 4px 0px;
}

.footer ul li i {
    color: #014099;
    margin-right: 4px;
}

.footer ul li a {
    color: #333;
}





/* ------------------------------------------------------------------
Portfolio
------------------------------------------------------------------- */


/* Portfolio filter */

.filter {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.filter>li {
    display: inline-block;
    padding: 5px 0;
    margin: 0 25px;
}

.filter>li a {
    text-transform: uppercase;
    font-size: 14px;
    color: rgba(102, 102, 102, 0.5);
}

.filter>li a:hover,
.filter>li a.current {
    color: #000;
}





/* Portfolio grid */

.works-grid {
    list-style: none;
    padding: 0;
    margin: 0;
}

.works-grid.works-grid-gut {
    margin: 0 0 0 -10px;
}

.works-grid.works-grid-gut .work-item {
    padding: 0 0 10px 10px;
}

.work-item {
    width: 50%;
    float: left;
    margin: 0;
}

.works-grid-3 .work-item {
    width: 33.333%;
}

.container>.works-grid-3 .work-item {
    width: 33.2%;
}

.works-grid-4 .work-item {
    width: 25%;
}





/* Portfolio item */

.work-item>a {
    position: relative;
    display: block;
    overflow: hidden;
}

.work-image {
    position: relative;
    overflow: hidden;
}

.work-image img {
    display: block;
    overflow: hidden;
    width: 100%;
}

.work-image:after {
    position: absolute;
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.work-caption {
    width: 100%;
    padding: 0 20px;
    opacity: 0;
    position: absolute;
    bottom: 100%;
    left: 0;
    text-align: center;
    overflow: hidden;
}

.work-title {
    font-size: 18px;
    color: #fff;
    margin: 0 0 6px;
}

.work-descr {
    text-transform: uppercase;
    font-size: 14px;
    color: #999;
}





/* */

.works-grid-4 .work-title {
    font-size: 14px;
}

.works-grid-4 .work-descr {
    font-size: 12px;
}





/* Portfolio item hover */

.work-item:hover .work-image:after {
    background: rgba(0, 0, 0, .7);
}

.work-item:hover .work-image>img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.work-item:hover .work-caption {
    bottom: 50%;
    opacity: 1;
    z-index: 3;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}





/* Work item white background */

.works-grid.works-hover-w .work-title {
    color: #000;
}

.works-grid.works-hover-w .work-descr {
    color: #666;
}

.works-grid.works-hover-w .work-item:hover .work-image:after {
    background: rgba(255, 255, 255, .8);
}

.works-grid.works-hover-g .work-image:after {
    opacity: 0;
}

.works-grid.works-hover-g .work-title,
.works-grid.works-hover-g .work-descr {
    color: #000;
}

.works-grid.works-hover-g .work-item:hover .work-image:after {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmZmRmIiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogICAgPHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZGYiIHN0b3Atb3BhY2l0eT0iMC45Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2YwYjMiIHN0b3Atb3BhY2l0eT0iMC45Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(135deg, rgba(255, 255, 223, 0.8) 0%, rgba(255, 255, 223, 0.8) 25%, rgba(252, 240, 179, 0.8) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffdf', endColorstr='#e6fcf0b3', GradientType=1);
    /* IE6-8 fallback on horizontal gradient */
    opacity: 1;
}





/* Portfolio single */

.work-details {
    margin: 0 0 20px;
}

.work-details-title {
    color: #000;
    margin: 0 0 20px;
}

.work-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.work-details ul>li {
    margin: 0 0 10px;
}

.work-title>i,
.work-title>span {
    font-size: 30px;
}





/* ------------------------------------------------------------------
Team
------------------------------------------------------------------- */

.team-item {
    position: relative;
    text-align: center;
}

.team-image {
    position: relative;
    overflow: hidden;
}

.team-image img {
    width: 100%;
}

.team-image:after {
    position: absolute;
    background: transparent;
    content: " ";
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.team-detail {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 50%;
    opacity: 0;
    z-index: 2;
    padding: 20px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.team-detail h5 {
    text-transform: uppercase;
    font-size: 14px;
}

.team-descr {
    margin: 20px 0 0;
}

.team-name {
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
}

.team-role {
    text-transform: uppercase;
    font-size: 12px;
}





/* Team member hover */

.team-item:hover .team-image:after {
    background: rgba(255, 255, 255, .9);
}

.team-item:hover .team-detail {
    opacity: 1;
}





/* ------------------------------------------------------------------
Post
------------------------------------------------------------------- */

.post-columns .post {
    margin: 0 0 60px;
}

.post {
    margin: 0 0 80px;
}

.post-video,
.post-thumbnail,
.post-images-slider {
    margin: 0 0 20px;
}

.post-images-slider {
    position: relative;
}

.post-quote {
    background: #f5f5f5;
    text-align: center;
    padding: 20px;
}

.post-quote blockquote {
    margin: 0;
}

.post-header {
    margin: 0 0 20px;
}

.post-title {
    font-size: 18px;
    color: #000;
    margin: 0;
}

.post-columns .post-title {
    font-size: 14px;
}

.post-meta {
    font-size: 13px;
}

.post-more {
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 13px;
}





/* Blog standart */

.post-header-small {
    position: relative;
    padding: 0 0 0 60px;
}

.post-icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 48px;
    width: 48px;
    line-height: 48px;
    font-size: 36px;
}

.post-icon>i,
.post-icon>span {
    line-height: 48px;
}





/* ------------------------------------------------------------------
Pagination
------------------------------------------------------------------- */

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

.pagination a+a {
    padding-left: 20px;
}





/* -------------------------------------------------------------------
Comments and comment form
------------------------------------------------------------------- */

.comments,
.comment-form {
    margin: 80px 0 0;
}

.comments .comment-title,
.comment-form .comment-form-title {
    font-size: 18px;
    color: #000;
    margin: 0 0 40px;
}

.comment-author {
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 0 10px;
}

.comment-avatar {
    width: 55px;
    float: left;
    margin-top: 10px;
}

.comment-avatar img {
    border-radius: 50%;
}

.comment-content {
    padding-top: 5px;
    margin-left: 75px;
    margin-bottom: 30px;
}

.comment-meta {
    text-transform: uppercase;
    font-size: 12px;
}





/* -------------------------------------------------------------------
Scroll to top
------------------------------------------------------------------- */

.scroll-up {
    position: fixed;
    display: none;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

.scroll-up a {
    display: block;
    height: 60px;
    width: 60px;
    background-color: rgba(0, 0, 0, 1);
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    color: #fff;
    opacity: 0.6;
    border-radius: 14px;
}

.scroll-up a:hover,
.scroll-up a:active {
    opacity: 0.5;
}





/* ------------------------------------------------------------------
Preloader
------------------------------------------------------------------- */

.page-loader {
    position: fixed;
    background: #fff;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: 9998;
}

.loader {
    position: absolute;
    border-left: 2px solid #b2b2b2;
    border-top: 2px solid rgba(245, 245, 245, 0.8);
    border-right: 2px solid rgba(245, 245, 245, 0.8);
    border-bottom: 2px solid rgba(245, 245, 245, 0.8);
    height: 46px;
    width: 46px;
    left: 50%;
    top: 50%;
    margin: -23px 0 0 -23px;
    text-indent: -9999em;
    font-size: 10px;
    z-index: 9999;
    -webkit-animation: load 0.8s infinite linear;
    -moz-animation: load 0.8s infinite linear;
    ms-animation: load 0.8s infinite linear;
    o-animation: load 0.8s infinite linear;
    animation: load 0.8s infinite linear;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 46px;
    height: 46px;
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}





/* -------------------------------------------------------------------
Responsive Media Querries
------------------------------------------------------------------- */

@media (min-width: 1024px) {
    .align-right {
        text-align: right;
    }
    .navbar-transparent {
        background: transparent;
        border: 0 !important;
        border-color: #f5f5f5 !important;
        /*
        padding-bottom: 15px;
        padding-top: 15px;
        /**/
    }
    .navbar-transparent .nav li>a,
    .navbar-transparent .navbar-brand {
        color: #fff;
    }
    .navbar-transparent .dropdown-menu>li>a {
        color: #014099;
    }
    .nabar-dark .navbar-brand {
        color: #000;
    }
    .navbar-custom .dropdown-menu .dropdown-toggle:after {
        position: absolute;
        display: block;
        right: 9px;
        top: 50%;
        margin-top: -6px;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 9px;
        content: "\f105";
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .navbar-custom .dropdown-menu {
        position: absolute;
        display: block;
        visibility: hidden;
        opacity: 0;
    }
    .navbar-custom .open>.dropdown-menu {
        visibility: visible;
        opacity: 1;
    }
    .navbar-right .dropdown-menu {
        right: auto;
        left: 0;
    }
    /* Comments */
    .comment .comment {
        margin-left: 75px;
    }
}

@media (max-width: 991px) {
    /* Headers */
    .hs-title-size-3 {
        font-size: 24px;
    }
    .hs-title-size-4 {
        font-size: 32px;
    }
    .work-item,
    .works-grid-3 .work-item,
    .works-grid-4 .work-item,
    .works-grid-5 .work-item {
        width: 50%;
    }
}

@media (max-width: 1023px) {
    /* Navbar */
    .navbar-custom .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }
    .navbar-custom li a:hover {
        background: #014099;
        color: #fff;
    }
    .navbar-custom li:not(.open).active a {
        background: #014099;
        color: #fff;
    }
    .navbar-custom .dropdown-menu>li,
    .navbar-custom .dropdown-menu>li>a {
        font-size: 13px;
    }
    .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-custom .navbar-nav .open .dropdown-menu>li>a {
        padding: 16px 25px 16px 36px;
    }
    .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,
    .navbar-custom .dropdown-menu>li:last-child>a {
        border-bottom: 1px solid #dde8f7 !important;
    }
    .navbar-custom .navbar-nav>.dropdown>.dropdown-toggle:after,
    .navbar-custom .dropdown-toggle:after,
    .navbar-custom .dropdown-menu .dropdown-toggle:after {
        right: 7px;
        content: "\f107";
    }
    .navbar-custom .navbar-nav>.open>.dropdown-toggle:after,
    .navbar-custom .nav>.open>.dropdown-toggle:after,
    .navbar-custom .dropdown-menu .dropdown.open .dropdown-toggle:after {
        content: "\f106";
    }
    .navbar-custom .navbar-collapse {
        border-top: 1px solid #f5f5f5;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    /* Headers */
    .hs-title-size-1 {
        font-size: 12px;
    }
    .hs-title-size-2 {
        font-size: 16px;
    }
    .hs-title-size-3 {
        font-size: 20px;
    }
    .hs-title-size-4 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 480px) {
    .work-item,
    .works-grid-3 .work-item,
    .works-grid-4 .work-item,
    .works-grid-5 .work-item {
        width: 100%;
    }
}





/* -------------------------------------------------------------------
Multi-columns-row
------------------------------------------------------------------- */

.multi-columns-row .first-in-row {
    clear: left;
}

.multi-columns-row .col-xs-6:nth-child(2n+3) {
    clear: left;
}

.multi-columns-row .col-xs-4:nth-child(3n+4) {
    clear: left;
}

.multi-columns-row .col-xs-3:nth-child(4n+5) {
    clear: left;
}

.multi-columns-row .col-xs-2:nth-child(6n+7) {
    clear: left;
}

.multi-columns-row .col-xs-1:nth-child(12n+13) {
    clear: left;
}

@media (min-width: 768px) {
    .multi-columns-row .col-xs-6:nth-child(2n+3) {
        clear: none;
    }
    .multi-columns-row .col-xs-4:nth-child(3n+4) {
        clear: none;
    }
    .multi-columns-row .col-xs-3:nth-child(4n+5) {
        clear: none;
    }
    .multi-columns-row .col-xs-2:nth-child(6n+7) {
        clear: none;
    }
    .multi-columns-row .col-xs-1:nth-child(12n+13) {
        clear: none;
    }
    .multi-columns-row .col-sm-6:nth-child(2n+3) {
        clear: left;
    }
    .multi-columns-row .col-sm-4:nth-child(3n+4) {
        clear: left;
    }
    .multi-columns-row .col-sm-3:nth-child(4n+5) {
        clear: left;
    }
    .multi-columns-row .col-sm-2:nth-child(6n+7) {
        clear: left;
    }
    .multi-columns-row .col-sm-1:nth-child(12n+13) {
        clear: left;
    }
}

@media (min-width: 992px) {
    .multi-columns-row .col-sm-6:nth-child(2n+3) {
        clear: none;
    }
    .multi-columns-row .col-sm-4:nth-child(3n+4) {
        clear: none;
    }
    .multi-columns-row .col-sm-3:nth-child(4n+5) {
        clear: none;
    }
    .multi-columns-row .col-sm-2:nth-child(6n+7) {
        clear: none;
    }
    .multi-columns-row .col-sm-1:nth-child(12n+13) {
        clear: none;
    }
    .multi-columns-row .col-md-6:nth-child(2n+3) {
        clear: left;
    }
    .multi-columns-row .col-md-4:nth-child(3n+4) {
        clear: left;
    }
    .multi-columns-row .col-md-3:nth-child(4n+5) {
        clear: left;
    }
    .multi-columns-row .col-md-2:nth-child(6n+7) {
        clear: left;
    }
    .multi-columns-row .col-md-1:nth-child(12n+13) {
        clear: left;
    }
}

@media (min-width: 1200px) {
    .multi-columns-row .col-md-6:nth-child(2n+3) {
        clear: none;
    }
    .multi-columns-row .col-md-4:nth-child(3n+4) {
        clear: none;
    }
    .multi-columns-row .col-md-3:nth-child(4n+5) {
        clear: none;
    }
    .multi-columns-row .col-md-2:nth-child(6n+7) {
        clear: none;
    }
    .multi-columns-row .col-md-1:nth-child(12n+13) {
        clear: none;
    }
    .multi-columns-row .col-lg-6:nth-child(2n+3) {
        clear: left;
    }
    .multi-columns-row .col-lg-4:nth-child(3n+4) {
        clear: left;
    }
    .multi-columns-row .col-lg-3:nth-child(4n+5) {
        clear: left;
    }
    .multi-columns-row .col-lg-2:nth-child(6n+7) {
        clear: left;
    }
    .multi-columns-row .col-lg-1:nth-child(12n+13) {
        clear: left;
    }
}





/* -------------------------------------------------------------------
Image
------------------------------------------------------------------- */

.img-wrapper-43 {
    position: relative;
    width: 100%;
}

.img-wrapper-43:before {
    content: "";
    display: block;
    padding-top: 125%;
}

.img-wrapper-34 {
    position: relative;
    width: 100%;
}

.img-wrapper-34:before {
    content: "";
    display: block;
    padding-top: 75%;
}

.img-wrapper-53 {
    position: relative;
    width: 100%;
}

.img-wrapper-53:before {
    content: "";
    display: block;
    padding-top: 60%;
}

.img-wrapper-55 {
    position: relative;
    width: 100%;
}

.img-wrapper-55:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.img-content-34,
.img-content-43,
.img-content-53,
.img-content-55 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.img-container--table-cell {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.img-container--table-cell img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
}





/* -------------------------------------------------------------------
Common
------------------------------------------------------------------- */

.space-64 {
    height: 64px;
}

@media (max-width: 767px) {
    .space-64 {
        height: 32px;
    }
}

.space-46 {
    height: 46px;
}

@media (max-width: 767px) {
    .space-46 {
        height: 23px;
    }
}

.space-32 {
    height: 32px;
}

@media (max-width: 767px) {
    .space-32 {
        height: 16px;
    }
}

.thumbnail {
    border-radius: 0px;
}

.nowrap {
    white-space: nowrap;
}

@media (max-width: 768px) {
    .nowrap {
        white-space: initial;
    }
}

.row-eq-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

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

.btn-brand {
    padding: 16px 32px;
    background-color: #014099;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    color: #fff;
}

.btn-brand i {
    color: rgba(255, 255, 255, 0.7);
    font-size: 24px;
    position: absolute;
    right: 12px;
    top: 12px;
}

.btn-search {
    background-color: #014099;
    position: relative;
    color: #fff;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.btn-contact {
    padding: 16px 32px;
    background-color: #014099;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    position: relative;
    color: #fff;
    border-radius: 0px;
}

.btn-contact:hover {
    background-color: #014099;
    opacity: 0.5;
}

.btn-contact i {
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    position: absolute;
    right: 12px;
    top: 15px;
}

.btn-contact:disabled {
    background-color: #888;
    opacity: 1;
}

.head {
    display: inline-block;
    margin: 0px;
    border-left: 4px solid #014099;
    background-color: #f5f5f5;
    font-size: 21px;
    font-weight: bold;
    color: #222222;
    padding: 13px 20px;
    width: 100%;
    height: 62px;
}

@media (max-width: 767px) {
    .head {
        font-size: 16px;
        padding: 17px 20px;
    }
}

table.table-brand {
    border: 1px solid #e4e4e4;
    font-size: 14px;
    border-collapse: collapse;
}

table.table-brand tr,
table.table-brand td {
    border: 0px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 12px 0px 12px 20px;
}

table.table-brand th {
    border: 0px;
    border-top: 1px solid #446fad;
    border-bottom: 1px solid #446fad;
    text-align: center;
    background-color: #014099;
    color: #fff;
    padding: 12px 20px;
}

@media (max-width: 767px) {
    table.table-brand {
        font-size: 11px;
    }
    table.table-brand tr,
    table.table-brand td {
        padding: 12px 0px 12px 10px;
    }
    table.table-brand th {
        padding: 12px 10px;
    }
}

table.table-nb,
table.table-nb tr,
table.table-nb td {
    border: 0px;
}

.btn-safety {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 12px 20px;
    font-size: 16px;
    color: #333;
    background-color: #f1f1f1;
    text-align: center;
    font-weight: bold;
    border-radius: 3px;
}

.btn-safety:hover {
    background-color: #014099;
    color: #fff;
    opacity: 1;
}

.btn-safety i {
    font-size: 21px;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 16px;
}

@media (max-width: 767px) {
    .btn-safety {
        font-size: 10px;
        padding: 12px 10px;
    }
    .btn-safety i {
        font-size: 13px;
        right: 10px;
        top: 15px;
    }
}

.btn-member {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 12px 20px;
    font-size: 16px;
    color: #333;
    background-color: #f1f1f1;
    text-align: center;
    font-weight: bold;
}

.btn-member.active {
    background-color: #014099;
    color: #fff;
}

.btn-member:hover {
    background-color: #014099;
    color: #fff;
    opacity: 1;
}

.btn-member i {
    font-size: 21px;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 16px;
}

.btn-result {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 12px 20px;
    font-size: 16px;
    color: #333;
    background-color: #f1f1f1;
    text-align: center;
    font-weight: bold;
}

@media (max-width: 767px) {
    .btn-result {
        font-size: 10px;
        padding: 12px 10px;
    }
}

.btn-result.active,
.btn-result:hover {
    background-color: #014099;
    color: #fff;
    opacity: 1;
}

.btn-result i {
    display: block;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    position: absolute;
    left: 12px;
    top: 18px;
}

.btn-result i:after {
    content: "";
    display: block;
    background-color: #fff;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    margin-top: 4px;
    margin-left: 4px;
}

@media (max-width: 767px) {
    .btn-result i {
        left: 6px;
        top: 13px;
        width: 16px;
        height: 16px;
        border-radius: 8px;
    }
    .btn-result i:after {
        width: 6px;
        height: 6px;
        border-radius: 3px;
        margin-top: 4px;
        margin-left: 4px;
    }
}

.btn-result:hover i:after {
    background-color: #014099;
}





/* -------------------------------------------------------------------
company
------------------------------------------------------------------- */

.company .banner-wrap {
    padding: 0px 32px;
    margin-bottom: 48px;
}

@media (max-width: 991px) {
    .company .banner-wrap {
        padding: 0px 0px;
    }
}

.company .banner-title {
    background-color: #014099;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    position: relative;
}

.company .banner-title a {
    display: inline-block;
    padding: 10px 20px;
    width: 100%;
    height: 100%;
    color: #fff;
}

.company .banner-title i {
    color: rgba(255, 255, 255, 0.7);
    font-size: 23px;
    position: absolute;
    right: 20px;
    top: 12px;
}

.company .banner-text {
    padding: 10px 20px;
    background-color: #fff;
    font-size: 13px;
    min-height: 68px;
}

#menu .container {
    width: 1190px;
}

.nav-company {
    width: 100%;
    background-color: #014099;
    list-style: none;
}

.nav-company:after {
    content: "";
    display: block;
    clear: both;
}

.nav-company ul {
    width: 100%;
    list-style: none;
}

.nav-company li {
    width: 14.28%;
    float: left;
    text-align: center;
    position: relative;
}

.nav-company li ul.sub_panel {
    position: absolute;
    width: 100%;
    list-style: none;
    background: #014099;
    top: 100%;
    left: 0;
    z-index: 999;
    margin-left: 0;
}

.nav-company li .sub_panel {
    display: none;
}

.nav-company li .sub_panel li {
    width: 100%;
}

.nav-company li .sub_panel li a {
    display: block;
    padding: 21px 0px;
}

#menu.wrapper {
    z-index: 999;
}

.nav-company li a {
    padding: 21px 0px;
    color: #fff;
    display: block;
}

.nav-company li a:hover {
    background-color: transparent;
}

@media (max-width: 1024px) and (min-width: 769px) {
    #menu .container {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    #menu .container {
        width: 100%;
    }
    .nav-company li {
        width: 50%;
    }
    .nav-company li a {
        display: block;
        font-size: 12px;
        padding: 14px 0;
    }
    .nav-company li:nth-child(2n+1) {
        text-align: right;
        padding-right: 35px;
    }
    .nav-company li:nth-child(2n) {
        text-align: left;
        padding-left: 35px;
    }
    .nav-company li ul li:nth-child(2n+1) {
        text-align: center;
        padding-right: 0;
    }
    .nav-company li ul li:nth-child(2n) {
        text-align: center;
        padding-left: 0;
    }
}




/* -------------------------------------------------------------------
mission
------------------------------------------------------------------- */

.mission .box {
    padding: 0px 20px;
}

.mission .subtitle {
    margin: 0px;
}

.mission .subtitle .no {
    background-color: #014099;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 14px 0px;
    width: 50px;
}

.mission .subtitle .text {
    font-size: 16px;
    font-weight: bold;
    padding: 14px 20px;
}





/*170509 c3_yamada add*/

.box.item__motto {
    margin-top: 29px;
}

.item__col3 {
    width: 100%;
    height: 40px;
    float: left;
}

i.fa.fa-check.text-brand {
    float: left;
    position: relative;
    top: 5px;
    width: 15px;
    margin-right: 10px;
}

.item__col3 p {
    float: left;
    width: 90%;
}

@media (max-width: 767px) {
    .mission .subtitle .no {
        font-size: 13px;
        padding: 15px 0px;
    }
    .mission .subtitle .text {
        font-size: 13px;
        padding: 15px 10px;
    }
    .mission b {
        font-size: 13px;
    }
    .box.item__motto {
        padding: 0;
    }
    .item__col3 {
        width: 100%;
        height: auto;
    }
}

.mission .head {
    font-size: 16px;
    height: 100%;
    min-height: 63px;
    padding-top: 17px;
}

.mission .iso {
    background-color: #f7f5f1;
    border: 1px solid #e5dfcf;
    padding: 36px;
    border-radius: 3px;
}
.local-sp{
    height: 32px;
}



/* 2021-10-08 修正分 */
.mission .yuryo{
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}
.mission .table1 tr:first-of-type th{
    text-align: center;
}
.mission .table1 td{
    text-align: right;
}
.mission .table1 th,
.mission .table2 th{
    border: 1px solid #eee;
}
.mission .table1 th:last-child,
.mission .table1 td:last-child,
.mission .table2 th:last-child,
.mission .table2 td:last-child{
    padding-right: 0.4em;
}
.mission .table2 tr:first-of-type th{
    text-align: center;
}
.mission .table2 td{
    text-align: right;
}
.mission .table2 .table-head{
    background: #ccc;
}
@media (max-width: 767px) {
    .mission .table1{
        border: 1px solid #eee;
    }
    .mission .table1 th{
        min-width: 120px;
    }
    .mission .table1 tr:first-of-type th:first-of-type{
        min-width: 150px;
    }
    .mission .table2 th{
        min-width: 120px;
    }
    .mission .table2 tr:first-of-type th:first-of-type{
        min-width: 180px;
    }
}


/* -------------------------------------------------------------------
com_info
------------------------------------------------------------------- */

.greeting #message {
    background-image: url(../images/gteeting-mv.jpg);
}

@media (max-width: 1023px) {
    .greeting #message {
        background-image: url(../images/gteeting-mv-sp-bg.jpg?v=2);
        background-size: contain;
        background-repeat: repeat-y;
    }
}





/* -------------------------------------------------------------------
com_info
------------------------------------------------------------------- */

.com_info .box {
    padding: 0px 10px;
}

@media (max-width: 767px) {
    .com_info .box {
        padding: 0px 0px;
    }
}

.com_info hr {
    border: none;
    border-top: dotted 1px;
    height: 1px;
    background: transparent;
    margin: 8px 0px 16px;
}

.com_info .history-wrap {
    width: 100%;
    margin-bottom: 20px;
}

.com_info .history-wrap .history-day {
    position: relative;
    padding: 12px 20px;
    text-align: center;
    background-color: #014099;
    color: #fff;
    width: 20%;
}

.com_info .history-wrap .history-day:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top-color: #014099;
}

.com_info .history-wrap .history-text {
    padding: 12px 20px;
    display: table-cell;
    background-color: #fcfcfc;
    border: 1px solid #eeeeee;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .com_info .history-wrap .history-day {
        padding: 12px 4px;
        font-size: 11px;
        width: 30%;
    }
    .com_info .history-wrap .history-text {
        padding: 4px 10px;
    }
}





/* -------------------------------------------------------------------
safety
------------------------------------------------------------------- */

.safety .box {
    padding: 0px 10px;
}

.safety .safety-head {
    position: relative;
    width: 100%;
    height: 64px;
    background-image: url(../images/safety-head-line.png), url(../images/safety-head-bg.jpg);
    background-size: 128px 64px, cover;
    background-repeat: no-repeat;
}

.safety .safety-head .bar {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 3px;
    background-color: #014099;
}

.safety .safety-head .no {
    padding-top: 4px;
    display: inline-block;
    font-size: 29px;
    width: 64px;
    text-align: center;
    color: #fff;
    float: left;
}

.safety .safety-head .text {
    display: inline-block;
    padding: 15px 40px;
    font-size: 21px;
    color: #222;
    font-weight: bold;
}

.safety hr {
    border: none;
    border-top: dotted 1px;
    height: 1px;
    background: transparent;
    margin: 8px 0px 16px;
}

.safety .subtitle {
    margin: 0px;
}

.safety .subtitle .no {
    background-color: #a29169;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 14px 0px;
    width: 50px;
}

.safety .subtitle .text {
    background-color: #f7f5f1;
    border: 1px solid #e5dfcf;
    font-size: 16px;
    font-weight: bold;
    padding: 14px 20px;
    color: #555;
}





/* -------------------------------------------------------------------
qualification
------------------------------------------------------------------- */

.qualification .container {
    width: 1100px;
    padding: 0;
}

.qualification .container.config {
    width: 1024px;
    margin: 0 auto;
}

.qualification table {
    margin-bottom: 65px;
}

.qualification .tblAreaBot {
    margin-bottom: 0;
}

.qualification table tr {
    border-bottom: 1px solid #e4e4e4;
}

.qualification table th {
    background: #014099;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
}

.qualification table.no_back th {
    background: transparent;
    color: #000;
}

.qualification table th:first-child {
    width: 872px;
}

.qualification table th,
.qualification table tr td {
    padding: 16px 0 17px 24px;
    border: none;
}

.qualification table tr td span {
    font-size: 11px;
    padding-left: 16px;
    display: inline-block;
    letter-spacing: 1px !important;
}

.qualification .textRight {
    text-align: right;
    font-size: 12px;
    letter-spacing: 2px;
    margin-top: 8px;
    margin-bottom: 81px;
}

.qualification .pc {
    display: block;
}

.qualification .sp {
    display: none;
}

.qualification .accordion-area{
	margin-bottom: 65px;
}

.qualification .accordion-area h3{
	font-size: 16px;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #e4e4e4;
	padding: 16px 0 17px 24px;
}

.qualification .accordion-area h4.accordion-title{
	font-weight: normal;
	color: #000;
	border-bottom: 1px solid #e4e4e4;
	padding: 16px 0 17px 24px;
	font-size: 16px;
	overflow: hidden;
	
}
.qualification .accordion-area h4.accordion-title span.accordion-title_arrow {
    font-size: 14px;
    padding-left: 16px;
    padding-right: 12px;
    display: inline-block;
    letter-spacing: 1px !important;
	position: relative;
	float: right;
}

.qualification .accordion-area h4.accordion-title span.accordion-title_arrow::before{
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #939393;
	border-right: solid 2px #939393;
	-ms-transform: rotate(+45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -4px;
  }

  .qualification .accordion-area h4.accordion-title.open span.accordion-title_arrow::before{
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #939393;
	border-right: solid 2px #939393;
	-ms-transform: rotate(+135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -4px;
  }


.accordion-content {
	display: none;
	padding: 16px 0 17px 24px;
	border: 1px solid #e4e4e4;
	margin: 0 20px 40px;
  }
@media (max-width: 767px) {
    .qualification .pc {
        display: none;
    }
    .qualification .sp {
        display: block;
    }
    .qualification .container {
        width: 100%;
        padding: 0 4%;
    }
    .qualification #title {
        background-size: 100%;
        height: 27.2vw;
    }
    .qualification table:first-child {
        margin-top: 27px;
    }
    .qualification table th:first-child {
        width: 79%;
        border: none;
    }
    .qualification table th,
    .qualification table tr td {
        padding: 9px 0 9px 7px;
        border: none;
        font-size: 13px;
    }
    .qualification table tr td span {
        font-size: 10px;
        padding-left: 5px;
    }
    .qualification table {
        margin-bottom: 22px;
    }
    .qualification .textRight {
        font-size: 10px;
        margin-bottom: 40px;
    }

	.qualification .accordion-area h4.accordion-title {
		padding: 8px 0 8px 8px;
		font-size: 12px;
	}
	.qualification .accordion-area h4.accordion-title span.accordion-title_arrow {
		font-size: 11px;
	}
	.accordion-content {
		display: none;
		padding: 8px 0 8px 10px;
		border: 1px solid #e4e4e4;
		margin: 0 auto 20px;
	}
	.qualification .accordion-area {
		margin-bottom: 25px;
	}
	.qualification .accordion-area h3 {
		font-size: 14px;
		border-bottom: 1px solid #e4e4e4;
		padding: 16px 0 17px 4px;
	}
}

@media(max-width: 414px) {
    .qualification table th,
    .qualification table tr td {
        font-size: 11px;
    }
    .qualification table tr td span {
        font-size: 2.3vw;
    }
}

@media(max-width: 320px) {
    .qualification table th,
    .qualification table tr td {
        font-size: 10px;
    }
}





/* -------------------------------------------------------------------
privacy
------------------------------------------------------------------- */

.privacy .box {
    padding: 0px 10px;
}

.privacy ul {
    list-style: none;
}

.privacy li {
    padding-left: 14px;
}

.privacy li:before {
    position: relative;
    left: -6px;
    content: "●";
    color: #014099;
    margin-left: -14px;
}

@media (max-width: 400px) {
    .privacy section#title {
        background-size: 320% auto;
        background-position: top center;
        height: 0;
        padding-top: 40%;
    }
}





/* -------------------------------------------------------------------
bcp
------------------------------------------------------------------- */

.bcp .box {
    padding: 0px 10px;
}

.bcp .safety-head {
    position: relative;
    width: 100%;
    height: 64px;
    background-image: url(../images/safety-head-line.png), url(../images/safety-head-bg.jpg);
    background-size: 128px 64px, cover;
    background-repeat: no-repeat;
}

.bcp .safety-head .bar {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 3px;
    background-color: #014099;
}

.bcp .safety-head .no {
    padding-top: 4px;
    display: inline-block;
    font-size: 29px;
    width: 64px;
    text-align: center;
    color: #fff;
    float: left;
}

.bcp .safety-head .text {
    display: inline-block;
    padding: 15px 40px;
    font-size: 21px;
    color: #222;
    font-weight: bold;
}

@media (max-width: 767px) {
    .bcp .safety-head .text {
        font-size: 19px;
        padding: 16px 40px;
    }
}

@media (max-width: 374px) {
    .bcp .safety-head .text {
        font-size: 14px;
        padding: 19px 40px;
    }
}





/* -------------------------------------------------------------------
service
------------------------------------------------------------------- */

.service h1 {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    margin: 0px 0px 32px 0px;
}

@media (max-width: 767px) {
    .service h1 {
        margin: 32px 0px 32px 0px;
    }
}

.service hr {
    display: none;
}

@media (max-width: 767px) {
    .service hr {
        display: block;
        background-color: #f1f1f1;
        margin: 32px 0px;
    }
}





/* -------------------------------------------------------------------
service
------------------------------------------------------------------- */

.csr .subcatch {
    font-size: 16px;
}

.csr h1 {
    margin: 0px;
}

@media (max-width: 767px) {
    .csr .subcatch {
        font-size: 14px;
    }
}

.csr .csr-box .csr-box-head {
    background-color: #014099;
    color: #fff;
    font-size: 17px;
    padding: 17px 20px;
}

.csr .csr-box .csr-box-text {
    background-color: #f8f8f8;
    font-size: 14px;
    padding: 17px 20px;
}





/* -------------------------------------------------------------------
result
------------------------------------------------------------------- */

.result .box {
    width: 100%;
    overflow: hidden;
    position: relative;
    border: 1px solid #eeeeee;
    position: relative;
    padding: 72px;
    margin-bottom: 64px;
}

@media (max-width: 767px) {
    .result .box {
        padding: 10px;
    }
}

.result .box:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    top: 0px;
    left: 0px;
    background-color: #014099;
}

.result .box .title {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 28px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    line-height: 1;
}

@media (max-width: 767px) {
    .result .box .title {
        font-size: 21px;
    }
}

.result .box .category {
    background-color: #014099;
    color: #fff;
    padding: 4px 8px;
}

.result .box b {
    font-size: 16px;
}

@media (max-width: 767px) {
    .result .box b {
        font-size: 14px;
    }
}

.result .box .img {
    max-height: 560px;
    overflow-y: hidden;
}

.result .box .body {
    position: relative;
    max-height: 560px;
    overflow: hidden;
}

.result .box .body .excerp {
    padding-bottom: 20px;
}

.result .box .bottom {
    position: absolute;
    width: 100%;
    right: 0px;
    bottom: 0px;
}

@media (max-width: 767px) {
    .result .box .bottom {
        padding: 0px 15px;
    }
}

.result .box .bottom .trans {
    width: 100%;
    height: 64px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 1));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 1)));
}

.result .box .bottom .button {
    background-color: #fff;
}

.result .box .bottom .open {
    display: block;
    text-align: center;
    width: 100%;
    background-color: #ededed;
    padding: 15px;
    color: #777777;
}





/* -------------------------------------------------------------------
news
------------------------------------------------------------------- */

.news .menu ul {
    width: 100%;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    position: relative;
    padding-top: 8px;
}

.news .menu ul:before {
    content: "";
    position: absolute;
    top: 0px;
    background-color: #014099;
    width: 100%;
    height: 8px;
}

.news .menu li {
    border-bottom: 1px solid #ececec;
    list-style-type: none;
    width: 100%;
    height: 60px;
}

.news .menu li a {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 17px 20px;
    opacity: 1;
}

.news .menu li a.active,
.news .menu li a:hover {
    background-color: #014099;
    color: #fff;
}

.news .menu li i {
    background-color: #014099;
    color: #fff;
    width: 16px;
    height: 16px;
    margin-top: -3px;
    margin-right: 10px;
    margin-left: -8px;
    padding-top: 0px;
    padding-left: 6px;
    font-size: 15px;
    border-radius: 8px;
}

.news .menu li a:hover i {
    background-color: #fff;
    color: #014099;
}

.news .box {
    margin-bottom: 42px;
    width: 100%;
    height: 224px;
    background-color: #f5f5f5;
    overflow: hidden;
    position: relative;
}

@media (max-width: 767px) {
    .news .box {
        margin-bottom: 21px;
    }
}

.news .box:hover:after {
    content: "";
    position: absolute;
    border: 2px solid #014099;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 3;
}

.news .box a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 4;
}

.news .box .img {
    overflow: hidden;
    min-height: 224px;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.news .box .body {
    padding: 28px;
    min-height: 224px;
}

.news .box .body .category {
    background-color: #014099;
    color: #fff;
    padding: 4px 8px;
}

.news .box .body .title {
    padding: 16px 0px;
    font-size: 15px;
    font-weight: bold;
}

.news .box .body .excerpt {
    width: 100%;
    line-height: 1;
}

.news .box .body .link-more {
    display: none;
}

a:hover table.box {
    opacity: 1;
}

.news-detail .head {
    height: 100%;
    min-height: 63px;
}

.news-detail .category {
    background-color: #014099;
    color: #fff;
    padding: 4px 8px;
}

.news-detail h1,
.news-detail h2,
.news-detail h3,
.news-detail h4,
.news-detail h5,
.news-detail h6 {
    color: #555555;
}

.news-detail h1 {
    border: 1px solid #eeeeee;
    font-size: 24px;
    font-weight: bold;
    margin: 16px 0px;
    padding: 0px;
    position: relative;
    overflow: hidden;
    padding: 20px;
}

.news-detail h1:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    top: 0px;
    left: 0px;
    background-color: #014099;
}

.news-detail h2 {
    border-bottom: 1px dotted #eeeeee;
    font-size: 22px;
    font-weight: bold;
    margin: 16px 0px;
    position: relative;
    overflow: hidden;
    padding: 16px;
}

.news-detail h2:after {
    position: absolute;
    content: "";
    width: 3px;
    height: 24px;
    top: 19px;
    left: 0px;
    background-color: #014099;
}

.news-detail h3 {
    border-bottom: 1px dotted #eeeeee;
    font-size: 20px;
    font-weight: bold;
    margin: 16px 0px;
    position: relative;
    overflow: hidden;
    padding: 12px 0px;
}

.news-detail h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 16px 0px;
}

.news-detail h5 {
    font-size: 16px;
    font-weight: bold;
    margin: 16px 0px;
}

.news-detail h6 {
    font-size: 15px;
    font-weight: bold;
    margin: 16px 0px;
}





/* -------------------------------------------------------------------
contact
------------------------------------------------------------------- */

.contact-box {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 48px 48px;
    height: 100%;
}

@media (max-width: 767px) {
    .contact-box {
        padding: 10px 10px;
    }
    .contact #title {
        height: 102px;
    }
}

@media (max-width: 374px) {
    .contact #title {
        height: 90px;
    }
}

table.table-contact,
table.table-contact tr,
table.table-contact td {
    border: 0px;
    font-size: 13px;
    vertical-align: middle;
}

table.table-contact td {
    padding-top: 16px;
    padding-bottom: 16px;
}

@media (max-width: 767px) {
    table.table-contact,
    table.table-contact tr,
    table.table-contact td {
        font-size: 11px;
    }
}

table.table-contact-info {
    font-size: 14px;
    border-collapse: collapse;
}

table.table-contact-info tr,
table.table-contact-info td {
    border: 1px solid #e4e4e4;
    padding: 12px 0px 12px 20px;
}

table.table-contact-info th {
    border: 1px solid #446fad;
    text-align: center;
    background-color: #014099;
    color: #fff;
    padding: 12px 20px;
}

@media (max-width: 767px) {
    table.table-contact-info {
        font-size: 11px;
    }
    table.table-contact-info tr,
    table.table-contact-info td {
        padding: 12px 0px 12px 10px;
    }
    table.table-contact-info th {
        padding: 12px 10px;
    }
}

.contact .require {
    background-color: #cb0000;
    color: #fff;
    padding: 3px 6px;
    ;
    font-size: 12px;
    margin-right: 4px;
}

.contact .tel {
    font-size: 30px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .contact .tel {
        font-size: 21px;
    }
}

.contact .tel a {
    color: #000;
}





/* -------------------------------------------------------------------
wordpress overwrite
------------------------------------------------------------------- */

.site-content {
    padding: 0 0 0;
}

@media screen and (min-width: 48em) {
    .site-content {
        padding: 0 0 0;
    }
}





/* -------------------------------------------------------------------
breadcrumbs
------------------------------------------------------------------- */

.breadcrumbs-wrap {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    background: #fcfcfc;
}

.breadcrumbs-wrap .container {
    padding: 0px;
    background: #fff;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
}

ul.obreadcrumb {
    list-style: none;
}

ul.obreadcrumb li {
    float: left;
}

ul.obreadcrumb li a div.icon {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 9px;
    left: 10px;
    background-image: url(../images/icon-home-b.png);
    background-size: cover;
}

ul.obreadcrumb li a:hover div.icon {
    background-image: url(../images/icon-home.png);
}

ul.obreadcrumb li span {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 5px 10px 2px 0px;
    height: 36px;
}

ul.obreadcrumb li a {
    display: block;
    background: #fff;
    margin-right: 37px;
    position: relative;
    text-decoration: none;
    color: #014099;
    padding-left: 2px;
    -webkit-transition: all 0s ease-in-out 0s;
    transition: all 0s ease-in-out 0s;
}

ul.obreadcrumb li:last-child a {
    color: #666;
}

ul.obreadcrumb li:last-child a:hover {
    opacity: 1;
    cursor: default;
}

ul.obreadcrumb li a:last-of-type {
    margin-right: 37px
}

ul.obreadcrumb li a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: -35px;
    border: 18px solid transparent;
    border-color: #fff;
    border-left-color: transparent;
    z-index: 3;
}

ul.obreadcrumb li span:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: -36px;
    border: 18px solid transparent;
    border-left-color: #fff;
    z-index: 3;
}

ul.obreadcrumb li a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: -37px;
    border: 18px solid transparent;
    border-left-color: #ededed;
    z-index: 2;
}

ul.obreadcrumb li span:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: -36px;
    border: 18px solid transparent;
    border-left-color: #fff;
    z-index: 3;
}

ul.obreadcrumb li:first-child a {
    padding-left: 32px;
}

ul.obreadcrumb li:first-child a:before {
    display: none;
}

ul.obreadcrumb li:not(:last-child) a:hover {
    opacity: 1;
    background: #014099;
    color: #fff;
    text-decoration: none;
}

ul.obreadcrumb li:not(:last-child) a:hover:before {
    border-color: #014099;
    border-left-color: transparent;
}

ul.obreadcrumb li:not(:last-child) a:hover>span {
    background: #014099;
}

ul.obreadcrumb li:not(:last-child) a:hover>span:after {
    border-left-color: #014099;
}

ul.obreadcrumb li:not(:last-child) a:hover:after {
    border-left-color: #014099
}





/* -------------------------------------------------------------------
recruit
------------------------------------------------------------------- */

.recruit #mainvisual {
    position: relative;
    height: 500px;
}

.recruit .margin-1 {
    margin-top: 132px;
}

@media (max-width: 767px) {
    .recruit #mainvisual {
        height: 300px;
    }
    .recruit .margin-1 {
        margin: 60px;
    }
    .recruit.recruit-index #mainvisual {
        height: 500px;
    }
    .recruit.recruit-interview #mainvisual {
        /*height: 528px;*/
        height: 50%;
        padding-bottom: 20px;
    }
    .recruit.recruit-interview-x #mainvisual {
        height: 200px;
    }
}

.recruit #logo {
    position: absolute;
    width: 190px;
    height: 190px;
    top: 0px;
    left: 0px;
}

@media (max-width: 767px) {
    .recruit #logo {
        width: 131px;
        height: 131px;
    }
}

.recruit.recruit-index #logo2 {
    position: absolute;
    bottom: 200px;
    z-index: 11;
    width: 100%;
}

.recruit.recruit-index #logo2 .img-container--table-cell {
    height: calc(95vh - 300px);
}

@media (max-width: 767px) {
    .recruit.recruit-index #logo2 {
        position: relative;
        top: 100px;
        height: 100%;
    }
    .recruit.recruit-index #logo2 .img-container--table-cell {
        width: 100%;
    }
}

.recruit.recruit-index #mainvisual {
    height: calc(100vh - 39px);
}

.recruit .navbar-custom .nav {
    margin-top: 0px;
    border-bottom: 1px solid #fff;
}

.recruit #index-menu {
    border-top: 1px solid #fff;
    position: absolute;
    bottom: 98px;
    left: 0px;
    padding-left: 18%;
}

.recruit #index-menu-r {
    position: absolute;
    top: 0;
    right: 0px;
    padding-left: 35%;
    z-index: 100px;
    width: 100%;
}

.recruit #sitename {
    text-align: center;
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 20px;
    font-size: 30px;
    color: #fff;
}

@media (max-width: 767px) {
    .recruit #sitename {
        font-size: 15px;
    }
}

.recruit-menu {
    height: 94px;
    position: relative;
}

#index-menu.recruit-menu {
    border-bottom: 1px solid #fff;
}

.recruit-menu ul {
    position: absolute;
    width: 80%;
    height: 100%;
    color: #fff;
    list-style-type: none;
}

#index-menu-r.recruit-menu ul {
    border-bottom: 1px solid #fff;
}

.recruit-menu li {
    display: block;
    width: 20%;
    height: 100%;
    border-left: 1px solid #fff;
    float: left;
    position: relative;
}

.recruit-menu li:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 25px 0 0;
    border-color: #fff transparent transparent transparent;
}

#index-menu.recruit-menu li:last-child {
    border-right: 1px solid #fff;
}

.recruit-menu li a {
    display: block;
    color: #fff;
    text-align: center;
    height: 100%;
}

.recruit-menu-top {
    border-top: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 55px;
}

.recruit-menu-top ul {
    position: relative;
    width: 316px;
    top: 0px;
    left: 0px;
    margin-left: 0px;
}

.recruit-menu-top li {
    font-size: 12px;
    width: 158px;
    padding-top: 14px;
}

.recruit-menu-top li:after {
    border-width: 12px 12px 0 0;
}

.recruit-menu li img {
    position: absolute;
    display: block;
    width: auto;
    height: 21px;
    top: 20px;
    left: 22px;
}

.recruit-menu li span {
    position: absolute;
    bottom: 10px;
    right: 16px;
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    font-weight: bold;
}

@media (max-width: 1023px) {
    .recruit-menu li img {
        top: 22px;
        height: 17px;
    }
    .recruit-menu li span {
        bottom: 16px;
        font-size: 9px;
        font-weight: bold;
    }
}

.recruit #mainvisual #title {
    width: 400px;
    height: 140px;
    position: absolute;
    left: 50%;
    bottom: -70px;
    margin-left: -200px;
}

@media (max-width: 399px) {
    .recruit #mainvisual #title {
        width: 360px;
        height: 126px;
        bottom: -63px;
        margin-left: -180px;
    }
}

.recruit #mainvisual #title-iv {
    width: 1100px;
    height: 475px;
    position: absolute;
    left: 50%;
    bottom: -237px;
    margin-left: -550px;
}

.recruit.recruit-interview-x .space-title {
    height: calc(237px + 64px);
}

@media (max-width: 1099px) {
    .recruit #mainvisual #title-iv {
        width: calc(100vw - 24px - 24px);
        height: auto;
        bottom: calc( (-1*(100vw - 24px - 24px)/2)*135/300);
        margin-left: calc( -1*(100vw - 24px - 24px)/2);
    }
    .recruit.recruit-interview-x .space-title {
        height: calc(((100vw - 24px - 24px)/2)*135/300 + 32px);
    }
}

@media (max-width: 1023px) {
    .recruit #mainvisual #title-iv {
        width: calc(100vw - 10px - 10px);
        height: auto;
        bottom: calc( (-1*(100vw - 10px - 10px)/2)*135/300);
        margin-left: calc( -1*(100vw - 10px - 10px)/2);
    }
    .recruit.recruit-interview-x .space-title {
        height: calc(((100vw - 10px - 10px)/2)*135/300 + 32px);
    }
}

@media (max-width: 569px) {
    .recruit #mainvisual #title-iv {
        width: calc(100vw - 24px - 24px);
        height: auto;
        bottom: calc( (-1*(100vw - 24px - 24px)/2)*135/300);
        margin-left: calc( -1*(100vw - 24px - 24px)/2);
    }
    .recruit.recruit-interview-x .space-title {
        height: calc(((100vw - 24px - 24px)/2)*135/300 + 32px);
    }
}

.recruit img.btn-recruit {
    height: 102px;
    width: auto;
}

.recruit #breadcrum ul {
    position: absolute;
    bottom: 0px;
    list-style-type: none;
}

.recruit #breadcrum li {
    display: inline-block;
    color: #014099
}

.recruit #breadcrum li i {
    display: inline-block;
    margin: 0px 8px;
}

.recruit #breadcrum li a {
    color: #014099;
}

.recruit:not(.recruit-interview-x) #breadcrum li:last-child a {
    color: #014099;
    opacity: 1;
    cursor: default;
}

.recruit-culture {
    color: #000;
    font-size: 14px;
}

.recruit-culture .text_culture {
    padding-top: 5px;
    margin-bottom: 0;
    /*color: #ff0303;*/
    color: #014099;
    font-size: 13px;
}





/*Style detail new*/

.wrap_post p {
    margin: 0;
    padding: 0;
}

.wrap_post {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    box-sizing: border-box;
}

.wrap_post .row_detail {
    margin-top: 20px;
}

.wrap_post .wrap_col {
    width: 100%;
    overflow: hidden;
    margin: 10px 0 0;
}

.wrap_post .wrap_col .col {
    width: 50%;
}

.wrap_post .wrap_col .col.col_left {
    float: left;
}

.wrap_post .wrap_col .col.col_right {
    float: right;
    padding-left: 14px;
    box-sizing: border-box;
}

.wrap_post .wrap_post .text_post {
    padding-bottom: 15px;
}

.wrap_post .wrap_col .col img {
    width: 365px;
}

.wrap_post.wrap_type2 .text_col {
    text-align: center;
}

@media(max-width: 768px) {
    .wrap_post .wrap_col .col {
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 20px;
    }
    .wrap_post .wrap_col .col .img_col {
        text-align: center;
    }
    .wrap_post .wrap_col .col img {
        width: auto;
    }
    .wrap_post .wrap_col .col.col_right {
        padding-left: 0;
    }
}

.wrap_post .wrap_col .col .text_col {
    font-size: 12px;
}

@media (max-width: 767px) {
    .recruit-culture {
        font-size: 12px;
    }
}

.recruit-culture h1 {
    font-size: 32px;
    font-weight: normal;
}

.recruit-culture .box {
    padding: 0px 10px;
}

.recruit-culture hr {
    background-color: #014099;
}

.recruit-culture .club-hr {
    background-color: transparent;
    border-top: 1px dotted #ccc;
    height: 1px;
    width: 100%;
    margin: 32px 0px;
    padding: 0px;
}

@media (max-width: 767px) {
    .recruit-culture .club-hr {
        margin: 16px 0px;
    }
}

.recruit-interview .box {
    background-color: #fff;
    position: relative;
    padding: 42px 48px;
    color: #000;
}

.recruit-interview .box-n {
    background-color: #fff;
    position: relative;
    padding: 42px 48px;
    color: #000;
}

@media (max-width: 767px) {
    .recruit-interview .box,
    .recruit-interview .box-n {
        margin: 0px 24px;
        padding: 21px 24px;
    }
}

.recruit-interview .box:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 0px 22px 22px;
    border-color: #014099 transparent transparent transparent;
    z-index: 3px;
}

.recruit-interview h1 {
    font-size: 24px;
    color: #014099;
    margin: 0px;
    padding: 0px;
}

.recruit-interview h2 {
    font-size: 20px;
    color: #014099;
    margin: 0px;
    padding: 0px;
}

@media (max-width: 767px) {
    .recruit-interview h1 {
        font-size: 19px;
    }
    .recruit-interview h2 {
        font-size: 15px;
    }
}

.recruit-interview .name {
    font-size: 21px;
    color: #000;
}

.recruit-requirements .nav-tabs li {
    margin: 0px;
    padding: 0px;
}

.recruit-requirements .nav-tabs li a {
    margin: 12px 0px 0px 0px;
    border: 0px;
    background-color: #BCBCBC;
    border-radius: 6px 6px 0px 0px;
    font-size: 23px;
    color: #fff;
    width: 256px;
    height: 55px;
    text-align: center;
    padding-top: 13px;
}

@media (max-width: 767px) {
    .recruit-requirements .nav-tabs li a {
        font-size: 19px;
        width: 160px;
    }
}

.recruit-requirements .nav-tabs li.active a {
    color: #fff;
    border: 0px;
    margin: 0px;
    padding-top: 18px;
    background-color: #014099;
    height: 67px;
}

.recruit-requirements .nav-tabs li.active a span {
    padding-bottom: 4px;
    border-bottom: 2px solid #fff;
}

.recruit-requirements .tab-content {
    background-color: #fff;
    padding: 48px 48px;
}

@media (max-width: 767px) {
    .recruit-requirements .tab-content {
        padding: 16px 16px;
    }
}

.recruit-requirements h1 {
    color: #014099;
    margin: 0px;
    padding: 0px;
    font-size: 21px;
    position: relative;
    padding-bottom: 8px;
}

.recruit-requirements h1:after {
    position: absolute;
    content: "";
    width: 100%;
    background-color: #014099;
    height: 6px;
    left: 0px;
    bottom: 0px;
}

.recruit-requirements table {
    border: 0px;
    font-size: 14px;
    border-collapse: collapse;
    color: #000;
}

@media (max-width: 767px) {
    .recruit-requirements table {
        font-size: 13px;
    }
}

.recruit-requirements table th {
    white-space: nowrap;
}

.recruit-requirements table tr,
.recruit-requirements table th,
.recruit-requirements table td {
    border: 0px;
    padding: 12px 4px 12px 4px;
    vertical-align: top;
    position: relative;
}

.recruit-requirements table td ul li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
}

.recruit-requirements table td ul li a {
    text-decoration: none;
    color: #23527c;
    display: block;
    padding: 5px 10px;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 3px;
}

.recruit-requirements table td ul li a:hover,
.recruit-requirements table td ul li a:focus {
    text-decoration: none;
    color: #999;
    outline: 0;
}

.recruit-requirements table tr:not(:first-child) {
    border: 0px;
    border-top: 1px solid #014099;
}

.recruit-requirements table tr.sub {
    border-top: 0px;
}

.recruit-requirements table tr.sub td:after {
    content: "";
    width: 100%;
    border-top: 1px dotted #014099;
    position: absolute;
    top: 0px;
    left: 0px;
}

.recruit-requirements table th {
    font-weight: normal;
    width: 144px;
}

.recruit-requirements table td.sub {
    border-top: 1px dotted #014099;
    border-bottom: 0;
}

@media (max-width: 768px) {
    .recruit-requirements table th {
        width: 35%;
    }
}

@media (max-width: 991px) {
    .recruit #index-menu {
        border-top: 1px solid #fff;
        position: absolute;
        top: 0px;
        right: 0px;
        padding: 0%;
    }
    .recruit-menu .recruit-nav {
        width: 100%;
    }
    .recruit-menu .recruit-nav li {
        display: block;
        width: 32%;
        height: 100%;
        border-left: 1px solid #fff;
        float: left;
        position: relative;
    }
    .recruit-menu .recruit-nav li:nth-of-type(4),
    .recruit-menu .recruit-nav li:nth-of-type(5) {
        border-bottom: 1px solid #fff;
    }
}

.recruit-internship h1 {
    margin: 0px;
    padding: 0px;
    font-size: 21px;
    font-weight: normal;
}

.recruit-internship h2 {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: normal;
}

.intern__img {
    display: flex;
    justify-content: space-between;
}
.intern__white {
    color: #fff;
}
.mg103 {
    margin: 1em 0 3em;
}
.intern__img img {
    width: 49%;
}
@media (max-width: 767px) {
    .intern__img {
        display: block;
    }
    .intern__img img {
        width: 100%;
        margin-bottom: 1em;
    }
}
/* -------------------------------------------------------------------
member
------------------------------------------------------------------- */

.member .box {
    position: relative;
    padding-top: 15px;
    margin-top: 15px;
    padding-bottom: 12px;
}

.member .box:not(:last-of-type) {
    border-bottom: 1px dotted #ddd;
}


.member .box .head {
    background-color: transparent;
    padding: 6px 20px;
    height: 63px;
    line-height: 1;
    position: relative;
    margin-bottom: 20px;
}

.member .box .head .job {
    font-size: 13px;
    font-weight: normal;
}

.member .box .head .name {
    margin-top: 12px;
    font-size: 26px;
}

.member .box .head .category {
    position: absolute;
    font-size: 14px;
    right: 0px;
    bottom: 4px;
}

.member .box .info {
    margin-bottom: 10px;
}

.member .box .info .title {
    font-size: 14px;
    margin-top: 42px;
    display: table-cell;
    width: 100px;
}

.member .box .info hr {
    border-top: 1px dotted #e1e1e1;
    background-color: transparent;
    margin: 8px 0px;
    display: none;
}

.member .box .info .contents {
    font-size: 14px;
    display: table-cell;
    padding-left: 1em;
    text-indent: -1em;
}

.member .box .info .contents:before {
    content: "：";
}

.member .box .info .contents a {
    background-image: url(../images/member-arrow.png);
    background-size: 14px 14px;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 2px 0px 2px 19px;
    color: #014099;
}

.member .box .info .contents a {
    background-image: url(../images/member-arrow.png);
    background-size: 14px 14px;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 2px 0px 2px 19px;
    color: #014099;
}





/* -------------------------------------------------------------------
pager
------------------------------------------------------------------- */

.custom-pageer {}

.custom-pageer li a {
    color: #014099;
}

.custom-pageer .current a {
    background-color: #014099;
}





/* -------------------------------------------------------------------
HOME ANIME
------------------------------------------------------------------- */

.home .mv {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
}

.home .clip-img-l {
    width: 100%;
    height: 100%;
    /*
    width: 55%;
    height: 100%;
    left: 0px;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 82% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 82% 100%, 0% 100%);
    /**/
}

.home .clip-img-r {
    width: 55%;
    height: 100%;
    right: 0px;
    -webkit-clip-path: polygon(18% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(18% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.home .mv .bg {
    position: absolute;
    background-size: cover;
    background-position: center center;
    width: 100%;
    margin: 0px 0%;
    top: 0%;
    left: 0%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.home .mv .slider {
    position: absolute;
    background-size: cover;
    background-position: center center;
    width: 100%;
    margin: 0px 0%;
    top: 0%;
    left: 0%;
    height: 100%;
    z-index: 3;
    opacity: 1;
    /*-webkit-transform: scale(1);
    transform: scale(1);

    -webkit-transition: all 10s ease-in-out 0s;
            transition: all 10s ease-in-out 0s;*/
}

.home .mv .slider.out-0 {
    top: -100%;
    left: 10%;
}

.home .mv .slider.out-1 {
    top: 100%;
    left: -10%;
}

.home .mv .slider.out-2 {
    top: 0%;
    left: 110%;
}

.home .mv .slider.out-3 {
    top: 0%;
    left: -110%;
}

.home .mv .slider.in {
    opacity: 0;
    top: 0%;
    left: 0%;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.home .mv .item {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1px;
    height: 1px;
}

.home .ov {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.home .ov2 {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    /*background-color: #014099;*/
    z-index: 11;
}

.home .btn-home-xs {
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
    padding: 10px;
    width: 100%;
    display: inline-block;
    color: #fff;
    text-align: center;
}

.home .btn-home-xs-gray {
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
    padding: 10px;
    width: 100%;
    display: inline-block;
    color: #fff;
    text-align: center;
}





/* -------------------------------------------------------------------
RECRUIT ANIME
------------------------------------------------------------------- */

.recruit .mv {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
}

.recruit .clip-img-l {
    width: 50%;
    height: 100%;
    left: 0px;
}

.recruit .clip-img-r {
    width: 50%;
    height: 100%;
    right: 0px;
}

@media (max-width: 991px) {
    .recruit .clip-img-l {
        width: 100%;
        height: 50%;
    }
    .recruit .clip-img-r {
        width: 100%;
        height: 50%;
        top: 50%;
    }
}

.recruit .mv .slider {
    position: absolute;
    background-size: cover;
    background-position: center center;
    width: 100%;
    top: 0%;
    left: 0%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
}

.recruit .mv .slider.in {
    opacity: 1;
}

.recruit .ov {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
}





/* -------------------------------------------------------------------
wpcf7 overwrite
------------------------------------------------------------------- */

div.wpcf7-response-output {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.wpcf7-mail-sent-ok {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.wpcf7-mail-sent-ng {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.wpcf7-spam-blocked {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.wpcf7-validation-errors {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}





/* -------------------------------------------------------------------
wform-control overwrite
------------------------------------------------------------------- */

.form-control {
    text-transform: none;
}

::-moz-selection {
    color: #000;
}

::selection {
    color: #000;
}

.home-whatsnew_btn a {
    width: 132px;
    height: 32px;
    position: absolute;
    right: 20px;
    top: -100px;
    background: url(../images/home-whatsnew_btn.png) left top no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.home-whatsnew_btn a:hover {
    background: url(../images/home-whatsnew_btn_ov.png) left top no-repeat;
    opacity: 1;
}

.home-whatsnew_btn_sp a {
    width: 238px;
    height: 58px;
    display: block;
    margin: 30px auto;
    background: url(../images/home-whatsnew_btn_sp.png) left top no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.home-whatsnew_btn_sp a:hover {
    background: url(../images/home-whatsnew_btn_sp_ov.png) left top no-repeat;
    opacity: 1;
}





/*////05.22追加*/

.csr_btn a {
    width: 326px;
    height: 60px;
    display: block;
    margin: 20px auto;
    background: url(../images/csr_btn.png) left top no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.csr_btn a:hover {
    background: url(../images/csr_btn_ov.png) left top no-repeat;
    opacity: 1;
}

.csr_btn_sp a {
    width: 80%;
    height: 100px;
    display: block;
    margin: 0 auto;
    background: url(../images/csr_btn_sp.png) left center no-repeat;
    background-size: contain;
    text-indent: -999em;
    overflow: hidden;
}

.csr_btn_sp a:hover {
    background: url(../images/csr_btn_sp_ov.png) left center no-repeat;
    background-size: contain;
    opacity: 1;
}

.service_btn a {
    width: 225px;
    height: 48px;
    display: inline-block;
    margin: 0px auto;
    background: url(../images/service_btn.png) left top no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.service_btn a:hover {
    background: url(../images/service_btn_ov.png) left top no-repeat;
    opacity: 1;
}

.service_btn_sp a {
    width: 80%;
    height: 85px;
    display: inline-block;
    margin: 0 auto;
    background: url(../images/service_btn_sp.png) left center no-repeat;
    background-size: contain;
    text-indent: -999em;
    overflow: hidden;
}

.service_btn_sp a:hover {
    background: url(../images/service_btn_sp_ov.png) left center no-repeat;
    background-size: contain;
    opacity: 1;
}

/*////19.01.11追加*/
.gre_btn a{
    width: 326px;
    height: 60px;
    display: block;
    margin:30px 0 30px auto;
    background-image: url(../images/gre_btn.png);
    background-size: contain;
    overflow: hidden;
}

@media (max-width: 767px) {
.gre_btn a{
    margin:30px auto;
}

}


.gre_btn a:hover {
    background: url(../images/gre_btn_ov.png) left top no-repeat;
    background-size: contain;
    opacity: 1;
}

/*////19.04.1追加*/
.pamph{
    text-align: center;
}

.ja{
    margin-right:5%;
}

.en{
    margin-left: 5%;
}

.pamph img{
    display: inline-block;
    width: 33%;
}

.form{
    text-align: center;
}

.form img{
    width: 30%;
}


@media (max-width: 767px){

.pamph{
    position: relative;
    left: 5%;
}

.pamph img{
    display: block;
    width: 80%;
    margin: 5% 0 5% 5%;
}

.ja{
    margin-bottom:10% !important;
}

.en{

}

.form img{
    width: 70%;
    margin-bottom: 10%;
}
}

.col-bnr {
  width: 90%;
}


.pamphlet_page .flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}
.pamphlet_page .flex > div{
    border-top: 4px solid #003C9B;
    position: relative;
}
.pamphlet_page .flex > div > a{
    height: 470px;
    padding: 30px;
    display: block;
    border: 2px solid #eee;
}
.pamphlet_page .flex > *{
    width: calc(100% / 3 - 2%);
}
.pamphlet_page .flex > *:nth-child(n+4){
    margin-top: 40px;
}
.pamphlet_page .pdf_ttl{
    color: #555;
    font-weight: 600;
    line-height: 1.5;
}
.pamphlet_page .pdf_ttl span{
    font-size: 18px;
}
.pamphlet_page .pdf_img{
    text-align: center;
    width: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 60%;
    left: 50%;
}
.pamphlet_page .pdf_img img{
    border: 1px solid #eee;
}
.pamphlet_page .tech-link{
    font-size: 1.8rem;
    font-weight: 600;
    display: table;
    margin: 30px auto 80px;
    padding: 15px 30px;
    color: #014099;
    background-color: #fff;
    border: 3px solid #014099;
}
.pamphlet_page .tech-link:hover{
    opacity: 1;
    color: #fff;
    background-color: #014099;
}
@media (max-width: 767px) {
    .pamphlet_page .sp_none{
        display: none;
    }
    .pamphlet_page .flex{
        margin-top: 30px;
    }
    .pamphlet_page .flex > *{
        width: calc(100% / 2 - 2%);
    }
    .pamphlet_page .flex > *:nth-child(n+3){
        margin-top: 20px;
    }
    .pamphlet_page .flex > div > a{
        height: 360px;
        padding: 20px;
    }
    .pamphlet_page .pdf_ttl span{
        font-size: 16px;
    }
    .pamphlet_page .pdf_img{
        width: 80%;
    }
    .pamphlet_page .tech-link{
        font-size: 1.4rem;
        padding: 10px 20px;
        border: 2px solid #014099;
    }
}

.mess{
    text-align: center;
    margin-top: 30px;
}

.mess p a{
    background-color: #0041BE;
    color: white;
    padding: 15px 25px;
    border-radius: 14px; 
    font-size: 20px;
    font-weight: bold;
}

#rec-intern-mainvisual{
	background: url(../images/recruit-internship-mv02.jpg) top left no-repeat; 
	background-size: cover;
	height: 500px;
	position: relative;
}
@media (max-width: 767px) {
	#rec-intern-mainvisual{
		background: url(../images/recruit-internship-mv02-sp.png) top left no-repeat; 
		background-size: cover;
		height: 300px;
	}
}

#rec-intern-mainvisual #title {
    width: 400px;
    height: 140px;
    position: absolute;
    left: 50%;
    bottom: -70px;
    margin-left: -200px;
}

@media (max-width: 767px) {
	#rec-intern-mainvisual #title {
        width: 360px;
        height: 126px;
        bottom: -63px;
        margin-left: -180px;
    }
}



#title{
    z-index: 1;
}
#subvisual{
	background: url(../images/recruit-internship-sub.jpg) top left no-repeat; 
	background-size: cover;
	padding: 180px 0 120px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
#subvisual:after{
    content: '';
    background: inherit;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    z-index: -1;
}
@media (max-width: 767px) {
	#subvisual {
		background: url(../images/recruit-internship-sub-sp.jpg) top left no-repeat; 
		background-size: cover;
		padding: 120px 0 40px;
    }
}
#subvisual p{
	color: #fff;
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 60px;
}
@media (max-width: 767px) {
	#subvisual p{
		font-size: 16px;
	}
}
.recruit-nav-sub{
	display: flex;
	justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
	margin-bottom: 50px;
}
.recruit-nav-sub li {
    width: 30%;
	list-style: none;
	position: relative;
}
.recruit-nav-sub li .houshuu-icon{
    position: absolute;
	top: -58px;
	right: 0;
	z-index: 2;
	width: 80px;
	height: 80px;
}
@media (max-width: 767px) {
	.recruit-nav-sub{
		flex-direction: column;
		gap:0;
	}
	.recruit-nav-sub li {
		width: 100%;
	}
}
.recruit-nav-sub li a{
    display: block;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    position: relative;
	padding: 25px 20px;
}
.recruit-nav-sub li a.nav:before{
    content: "";
    position: absolute;
    left: 50%;
	transform: translateX(-50%);
	bottom: 10px;
    width: 0;
    height: 0;
    border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #fff transparent transparent transparent;
}
.recruit-nav-sub li a.nav:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 25px 0 0;
    border-color: #fff transparent transparent transparent;
}
@media (max-width: 767px) {
	.recruit-nav-sub li a{
		padding: 20px 12px;
	}
	.recruit-nav-sub li a.nav:before{

		bottom: 8px;
		border-width: 8px 8px 0 8px;
		border-color: #fff transparent transparent transparent;
	}
	.recruit-nav-sub li a.nav:after {
		content: "";
		border-width: 15px 15px 0 0;
		border-color: #fff transparent transparent transparent;
	}
}
.recruit-nav-sub li a .txt{
	font-size: 18px;
	padding-bottom: 14px;
	border-bottom:1px solid #fff;
	margin-bottom: 12px;
	line-height: 1.5;
}
.recruit-nav-sub li a .txt > strong{
	color: #ffd400;
}

.recruit-nav-sub li a .title{
	font-size: 24px;
	font-weight: bold;
	position: relative;
	line-height: 1.4;
	display: flex;
    flex-direction: column;
    justify-content: center;
    height: 72px;
}

.recruit-nav-sub li a .title > span{	
	font-size: 30px;
	display: block;
}
@media (max-width: 767px) {
	.recruit-nav-sub li{
		margin-bottom: 20px;
	}
	.recruit-nav-sub li a .txt{
		font-size: 16px;
		padding-bottom: 12px;
	}
	
	.recruit-nav-sub li a .title{
		font-size: 18px;
		font-weight: bold;
		position: relative;
		line-height: 1.4;
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 72px;
	}
	.recruit-nav-sub li a .title > span{	
		font-size: 22px;
		display: block;
	}
	.recruit-nav-sub li .houshuu-icon {
		position: absolute;
		top: -15px;
		right: 0;
		z-index: 2;
		width: 65px;
		height: 65px;
	}
}


#tanki-internship{
	background: #0041be;
	position: relative;
	padding: 120px 0;
}

#tanki-internship .drone{
	position: absolute;
	top: 0;
	left: 40px;
	width: 360px;
}
#tanki-internship h2.internship_title{
	text-align: center;
	position: relative;
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 90px;
	color: #fff;
}
#tanki-internship h2.internship_title span{
	text-align: center;
	position: relative;
	font-size: 24px;
	font-weight: bold;
	display: block;
}

#tanki-internship h2.internship_title:after{
	position: absolute;
	content: "";
	width: 100px;
	height: 1px;
	background: #fff;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
}
@media (max-width: 767px) {
	#tanki-internship .drone{
		width:190px;
	}
	#tanki-internship h2.internship_title{
		font-size: 30px;
		margin-bottom: 60px;
	}
	#tanki-internship h2.internship_title span{
		font-size: 20px;
	}
	
}

#tanki-internship h2.internship_title + p{
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	#tanki-internship h2.internship_title + p{
		padding: 0 20px;
	}
}

#tanki-internship table.info-table{
	border: 1px solid #fff;
	margin-bottom: 8px;
}

#tanki-internship table.info-table th{
	border: 1px solid #fff;
	padding: 16px 6px;
	background-color: rgba(255,255,255,0.1);
	font-size: 18px;
}
#tanki-internship table.info-table td{
	color: #fff;
	line-height: 1.5;
	padding: 16px 6px;
	font-size: 18px;
}
#tanki-internship table.info-table td span{
	display: block;
	font-size: 14px;
}
#tanki-internship table.info-table + p{
	color: #fff;
	margin-bottom: 40px;
	font-size: 18px;
}
@media (max-width: 767px) {
	#tanki-internship table.info-table{
		white-space: nowrap;
	}
	
	#tanki-internship table.info-table th{
		padding: 12px 6px;
		font-size: 14px;
	}
	#tanki-internship table.info-table td{
		padding: 12px 6px;
		font-size: 14px;
	}
	#tanki-internship table.info-table td span{
		display: block;
		font-size: 14px;
	}
	#tanki-internship table.info-table + p{
		font-size: 14px;
	}
	.info-table-block{
		padding: 0 20px;
		overflow-x: scroll;
		margin-bottom: 40px;
}
	}

.acc-area{
	background: #fff;
	border-radius: 20px;
	padding: 20px 40px;
	margin-bottom: 30px;
}
.acc-area .acc-title,
.acc-content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.acc-area .acc-title{
	color: #0041be;
	font-size: 28px;
	font-weight: bold;
	position: relative;
	cursor: pointer;
}
.acc-area .acc-title span{
	color: #0041be;
	display: inline-block;
	margin-right: 100px;
	font-size: 16px;
	vertical-align: middle;
}
.acc-area .acc-title:after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	right: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 15px;
	border-color: transparent transparent transparent #0041be;
}
.acc-area .acc-title.active:after{
	transform: translateY(-50%) rotate(270deg);
}

.acc-content{
	padding: 0px 0;

	max-height: 0;
	overflow: hidden;	
}
.acc-area .acc-title.active ~ .acc-content{
	border-top: 1px solid #0041be;
	padding: 40px 0;
	height: auto;
	max-height: 500em;
transition: all .5s;
}

.acc-content .acc-row{
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

.acc-content .acc-row .acc-image{
	width: 50%;
}
.acc-content .acc-row .acc-txt{
	width:47%;
	color: #0041be;
}

.acc-content .acc-row .acc-txt .kenshu-block{
	border: 1px solid #0041be;
	margin-top: 40px;
	margin-bottom: 80px;
}
.acc-content .acc-row .acc-txt .kenshu-block h3{
	border-bottom: 1px solid #0041be;
	text-align: center;
	font-size: 18px;
	padding: 16px 0;
}
.acc-content .acc-row .acc-txt .kenshu-block h4{
	text-align: center;
	font-size: 18px;
	background: none;
	color: #0041be;
}

.acc-content .acc-row .acc-txt .kenshu-block ul{
	list-style: none;
	padding: 20px 30px;
}
.acc-content .acc-row .acc-txt .kenshu-block ul li{
	display: inline-block;
	width: 30%;
}

.acc-content .acc-row .acc-txt dl dt{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #0041be;
}
.acc-content .acc-row .acc-txt dl dd{
	line-height: 1.4;
	margin: 0;
}

.acc-content .course-image{
	text-align: center;
	margin-bottom: 40px;
}
.acc-content .link-btn{
	display: flex;
	justify-content: center;
	gap:80px
}

@media (max-width: 767px) {
	#tanki-internship {
		padding: 120px 0 30px;
	}
	
	
	.acc-area {
		padding: 20px 20px;
		margin: 0 16px 30px;
	}
	.acc-area .acc-title {
		font-size: 20px;
		padding-right: 15px;
	}
	.acc-area .acc-title span {
		display: block;
		margin-right: 0;
		font-size: 14px;
	}
	.acc-area .acc-title:after {
		right: -5px;
		border-width: 6px 0 7px 8px;
		border-color: transparent transparent transparent #0041be;
	}
	.acc-area .acc-title.active ~ .acc-content {
		padding: 24px 0;
	}
	.acc-content .acc-row {
		flex-direction: column;
		margin-bottom: 35px;
	}
	.acc-content .acc-row .acc-image {
		width: 100%;
	}
	.acc-content .acc-row .acc-txt {
		width: 100%;
		padding-top: 20px;
	}
	.acc-content .acc-row .acc-txt .kenshu-block ul {
		list-style: none;
		padding: 20px 15px;
		display: flex;
		flex-wrap: wrap;
	}
	.acc-content .acc-row .acc-txt .kenshu-block ul li {
		display: inline-block;
		width: 47%;
	}

	.acc-content .acc-row .acc-txt .kenshu-block {
		margin-top: 40px;
		margin-bottom: 38px;
	}
	.acc-content .acc-row .acc-txt dl dt {
		font-size: 16px;
	}
	.acc-content .acc-row .acc-txt dl dd {
		font-size: 14px;
	}
	.acc-content .link-btn {
		display: flex;
		justify-content: center;
		flex-direction: column;
		gap: 20px;
	}
	.acc-content .link-btn a{
		width: 100%;
		display: block;
	}
	.acc-content .link-btn img{
		width: 100%;
		display: block;
	}
}


.other-internship_bg{
	background: url(../images/other-internship_bg.png) center center no-repeat;
	background-size: cover;
	height: 530px;
}
#other-internship{
	background: #edf1ec;
	padding: 120px 0 40px;
}
#other-internship h2.internship_title {
    text-align: center;
    position: relative;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 60px;
    color: #0041BE;
}
#other-internship h2.internship_title span {
    text-align: left;
    position: relative;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
}
#other-internship h2.internship_title:after {
    position: absolute;
    content: "";
    width: 200px;
    height: 1px;
    background: #0041be;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
#other-internship h2.internship_title + p {
    text-align: center;
    color: #0041be;
    margin-bottom: 90px;
	font-size: 18px;
}

#other-internship h4{
	background: #fff;
	border-radius: 50px;
	border: 1px solid #0041be;
	padding: 20px 5px !important;
	text-align:center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 18px;
	color: #0041BE;
	position: relative;
}
#other-internship h4 > .houshuu-icon{
	position: absolute;
	top: -42px;
	right: 0;
	width: 80px;
	height: 80px;
}

#other-internship p{
	color: #0041be;
}

#other-internship .table{
	border:1px solid #0041BE;
}

#other-internship .table th{
	background:rgba(0, 66, 190, 0.7);
	padding: 20px;
	color: #fff;
	text-align: center;
	border:1px solid #0041BE;
	font-size: 18px;
}
#other-internship .desc{
	color: #0041BE;
	font-size: 18px;
	padding-top: 10px;
}
#other-internship .table td{
	background:#fff;
	border:1px solid #0041BE;
	vertical-align: middle;
	padding: 20px;
	color: #0041be;
	text-align: center;
	font-size: 18px;
}
#other-internship .table td .hoshu{
	background: #ffd400;
	padding: 20px;
	text-align: center;
	line-height: 1;
}
#other-internship .junbi{
	background: #fff;
	padding: 40px;
}
#other-internship .jobCategory{
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: bold;
}

@media (max-width: 767px) {
	.other-internship_bg {
		background: url(../images/other-internship_bg.png) center center no-repeat;
		background-size: cover;
		height: 200px;
	}
	#other-internship {
		background: #edf1ec;
		padding: 40px 0 40px;
	}
	#other-internship h2.internship_title {
		text-align: center;
		position: relative;
		font-size: 28px;
		font-weight: bold;
		margin-bottom: 49px;
		color: #0041BE;
	}
	#other-internship h2.internship_title + p {
		text-align: center;
		color: #0041be;
		margin-bottom: 30px;
		font-size: 16px;
		padding: 0 20px;
	}
	#other-internship .mb80{
		margin-bottom: 40px !important;
	}
	#other-internship .jobCategory {
		margin-bottom: 17px;
		font-size: 22px;
		font-weight: bold;
	}
	#other-internship .table th {
		padding: 16px;
		font-size: 16px;
	}
	#other-internship .table td {
		padding: 16px;
		font-size: 16px;
	}
	#other-internship .junbi {
		background: #fff;
		padding: 21px;
		margin: 0 auto !important;
		width: 91%;
		float: none;
	}

	#other-internship h4 > .houshuu-icon {
		position: absolute;
		top: -32px;
		right: 0;
		width: 65px;
		height: 65px;
	}
}





#intern-contact{
	padding:120px 0 40px
}
#intern-contact .intern-contact-title{
	color: #0041be;
	font-size: 24px;
	font-weight: bold;
	padding: 20px 0;
	border-top: 1px solid #0041be;
	border-bottom: 1px solid #0041be;
}
#intern-contact .intern-contact{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 80px;
	margin-bottom: 80px;
}

#intern-contact .intern-contact .intern-icon{
	width: 200px;
	text-align: center;
}
#intern-contact .intern-contact .intern-icon img{
	width: 100px;
	margin: 0 auto;
}
#intern-contact .intern-contact .txt{
	text-align: left;
}

@media (max-width: 767px) {
	#intern-contact {
		padding: 39px 0 40px;
	}
	#intern-contact .intern-contact {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 25px;
		margin-bottom: 37px;
		width: 100%;
	}
	#intern-contact .intern-contact .intern-icon {
		width: 120px;
		text-align: center;
	}
	#intern-contact .intern-contact .intern-icon img {
		width: 90px;
		margin: 0 auto;
		display: block;
	}
	#intern-contact .intern-contact .txt {
		text-align: left;
		flex: 1;
	}
}

.pamphlet_page.tech_report .container > .note{
    margin-top: 20px;
}
.pamphlet_page.tech_report .container > .js-scrollable > .table th,
.pamphlet_page.tech_report .container > .js-scrollable > .table td{
    font-size: 12px;
    padding: 5px;
}
.pamphlet_page.tech_report .container > .js-scrollable > .table th{
    color: #003c9b;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
}
.pamphlet_page.tech_report .container > .js-scrollable > .table th.th-year{
    width: 85px;
}
.pamphlet_page.tech_report .container > .js-scrollable > .table th.th-author{
    width: 75px;
}
.pamphlet_page.tech_report .container > .js-scrollable > .table th.th-num{
    width: 65px;
}
.pamphlet_page.tech_report .container > .js-scrollable > .table th.th-name{
    width: 300px;
}
@media screen and (max-width: 1054px) {
    .pamphlet_page.tech_report .container > .js-scrollable > .table th.th-year{
        min-width: 85px;
    }
    .pamphlet_page.tech_report .container > .js-scrollable > .table th.th-author{
        min-width: 75px;
    }
    .pamphlet_page.tech_report .container > .js-scrollable > .table th.th-num{
        min-width: 65px;
    }
    .pamphlet_page.tech_report .container > .js-scrollable > .table th.th-society{
        min-width: 200px;
    }
    .pamphlet_page.tech_report .container > .js-scrollable > .table th.th-name{
        min-width: 300px;
    }
}