body {
    font-family: 'Noto Sans JP', "游ゴシック体", "游ゴシック", 'Yu Gothic', YuGothic, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #565656;
}

.ttl-eng {
    font-family: 'Noto Sans JP', sans-serif;
    text-transform: uppercase;
}

.ttl-eng.msd {
    font-family: 'Mrs Saint Delafield', cursive;
    text-transform: capitalize;
}

.mincho {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

::selection {
    color: #fff;
    background-color: #003265;
    /* Safari */
}

::-moz-selection {
    color: #fff;
    background: #003265;
    /* Firefox */
}

/* common */
@media (min-width: 992px) {
    .container-fluid {
        max-width: 1310px;
        padding-right: 30px;
        padding-left: 30px;
    }
}

.bg-white-transparent {
    background-color: rgba(255, 255, 255, .9);
}

.bg-gray {
    background-color: #edf0f2;
}

.bg-ci-color {
    background-color: #003265;
}

.bg-ci-color-dark {
    background-color: #17283a;
}

#bg-estate {
    background-image: url(assets/img/bg/bg-estate.jpg);
}

#bg-ir {
    background-image: url(assets/img/bg/bg-ir.jpg);
}

.invert, .invert h1, .invert h2, .invert h3, .invert h4, .invert h5, .invert h6, .invert p {
    color: #fff;
}

a {
    color: #003265;
    transition: .5s ease all;
}

a:hover {
    color: #003265;
    text-decoration: underline;
    transition: .5s ease all;
}

a.nu, a:hover.nu {
    text-decoration: none;
}

.invert a {
    color: #fff;
}

.invert a:hover {
    color: #003265;
}

.table thead th {
    text-align: center;
    vertical-align: middle;
}

.table th {
    color: #003265;
}

.table tbody tr:last-child th, .table tbody tr:last-child td {
    border-bottom: 1px solid #dee2e6;
}

.table td, .table th {
    line-height: 1.5;
    vertical-align: middle;
}

@media (max-width: 575px) {
    .table td, .table th {
        font-size: 11px;
        display: table-cell;
        padding: 3px;
    }

    .table tbody tr:last-child th {
        border-bottom: none;
    }

    .table-block thead, .table-block tbody {
        display: table;
        width: 100%;
    }

    .table-block thead th, .table-block thead td, .table-block tbody th, .table-block tbody td {
        display: block;
    }
}

@media (min-width: 768px) {
    .table td, .table th {
        padding: 2rem;
    }
}

.table td a:last-child {
    margin-bottom: 0;
}

.table.table-center td, .table.table-center th {
    text-align: center;
}

.table-base dl dt, .table-base dl dd {
    font-size: 14px;
    line-height: 1.5;
    background: #fff;
}

.table-base dl dt {
    color: #003265;
    background-color: rgba(255, 255, 255, .8);
    background-image: linear-gradient(45deg, #edf0f2 25%, transparent 25%, transparent 75%, #edf0f2 75%, #edf0f2), linear-gradient(45deg, #edf0f2 25%, transparent 25%, transparent 75%, #edf0f2 75%, #edf0f2);
    background-position: 0 0, 3px 3px;
    background-size: 6px 6px;
    padding: 1rem;
    border-bottom: 2px solid #003265;
}

.table-base dl dd {
    color: #565656;
    border-bottom: 2px solid #d6d6d6;
}

.table-mini dl dt, .table-mini dl dd {
    padding: 10px;
}

@media (max-width: 575px) {
    .table-base dl:last-child dt {
        border-bottom: none;
    }
}

@media (min-width: 768px) {
    .table-base dl dt, .table-base dl dd {
        font-size: 1rem;
    }
}

.list-area {
    background: #f9f9f9;
    padding: 15px;
}

.list-area ul, .list-area ol {
    padding: 0;
    margin: 0;
}

.list-area.big li {
    font-size: 1.1em;
    line-height: 1.25em;
    padding: 10px;
    padding-left: 50px;
}

.list-area li {
    line-height: 1.25em;
    display: block;
    padding: 3px;
    padding-left: 12px;
    position: relative;
}

.list-area ul li::before {
    font-family: ionicons;
    content: '\f3d3';
    font-size: 1.2em;
    color: #003265;
    position: absolute;
    left: 0;
}

.list-area ul.check li::before {
    content: '\f122';
    left: 1rem;
}

.list-area ol {
    counter-reset: number;
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-area ol li {
    text-indent: 0;
    padding-left: inherit;
}

.list-area ol li:before {
    counter-increment: number;
    content: counter(number);
    font-size: 2em;
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #003265;
    width: 60px;
    height: 60px;
    padding: 5px;
    position: absolute;
    top: 5px;
    left: 0;
}

.list-area.big ol li:before {
    font-size: 1.25em;
    color: #003265;
    background: #edf0f2;
    width: 40px;
    height: 40px;
    top: 2px;
}

@media (min-width: 768px) {
    .list-area.big li {
        font-size: 1.25em;
    }

    .list-area.big ol li:before {
        font-size: 1.25em;
        width: 40px;
        height: 40px;
        top: 2px;
    }
}

button:focus {
    outline: none;
}

.btn {
    color: #003265;
    min-width: 180px;
    padding: 1rem;
    line-height: 1;
    transition: .5s ease all;
    border-radius: 0;
}

.btn span {
    position: relative;
    z-index: 1;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: inherit;
    background-color: inherit;
    border-color: inherit;
}

.btn.focus, .btn:focus {
    box-shadow: none;
}

.btn:hover, .btn:active, .btn:focus {}

.btn::before, .btn::after {
    content: '';
    transition: .5s ease all;
}

.btn::before {}

.btn::after {}

.btn:hover::before, .btn:hover::after, .btn:active::before, .btn:active::after, .btn:focus::before, .btn:focus::after {
    transition: .5s ease all;
}

/* IE11だけに適用 */
@media all and (-ms-high-contrast:none) {
    .btn {
        padding-top: 1.5rem;
    }
}

.btn-primary {
    color: #fff;
    font-weight: 700;
    background: none;
    border: none;
    position: relative;
    overflow: hidden;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    color: #fff;
}

.btn-primary::before, .btn-primary::after {}

.btn-primary::before {
    content: '';
    background-image: linear-gradient(45deg, #003265, #007d94, #003265);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -100%;
}

.btn-primary:hover::before {
    right: -100%;
    left: 0;
}

.btn-primary::after {}

.btn-secondary {}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {}

.btn-secondary::before, .btn-secondary::after {}

.btn-secondary::before {}

.btn-secondary::after {}

.btn-success {}

.btn-success:hover, .btn-success:active, .btn-success:focus {}

.btn-success::before, .btn-success::after {}

.btn-success::before {}

.btn-success::after {}

.btn-info {}

.btn-info:hover, .btn-info:active, .btn-info:focus {}

.btn-info::before, .btn-info::after {}

.btn-info::before {}

.btn-info::after {}

.btn-warning {}

.btn-warning:hover, .btn-warning:active, .btn-warning:focus {}

.btn-warning::before, .btn-warning::after {}

.btn-warning::before {}

.btn-warning::after {}

.btn-danger {}

.btn-danger:hover, .btn-danger:active, .btn-danger:focus {}

.btn-danger::before, .btn-danger::after {}

.btn-danger::before {}

.btn-danger::after {}

.btn-light {}

.btn-light:hover, .btn-light:active, .btn-light:focus {}

.btn-light::before, .btn-light::after {}

.btn-light::before {}

.btn-light::after {}

.btn-dark {}

.btn-dark:hover, .btn-dark:active, .btn-dark:focus {}

.btn-dark::before, .btn-dark::after {}

.btn-dark::before {}

.btn-dark::after {}

.btn-lg {}

.btn-sm {}

.btn-link {
    color: #003265;
    text-decoration: underline;
    min-width: inherit;
    padding: 0;
    margin-bottom: 1rem;
    border: none;
}

.btn-link:hover, .btn-link:active, .btn-link:focus {
    color: #003265;
    text-decoration: none;
    opacity: .5;
}

.btn-link.nu {
    text-decoration: none;
}

.btn-more::before {
    content: '→';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0;
}

.btn-more:hover, .btn-more:focus, .btn-more.active {
    padding: 5px;
    padding-right: 24px;
    padding-left: 10px;
}

.btn-more:hover::before, .btn-more:focus::before, .btn-more:active::before, .btn-more.active::before {
    right: 5px;
}

.invert .btn-more {
    color: #003265;
    background: #fff;
}

.invert .btn-more:hover, .invert .btn-more:focus, .invert .btn-more:active, .invert .btn-more.active {
    color: #003265;
}

.blank::after {
    font-family: ionicons;
    content: '\f3ef';
    margin-left: 5px;
}

.ttl {
    color: #003265;
    line-height: 1.25;
    font-weight: 400;
    display: block;
    padding-bottom: 0;
    margin-bottom: 0;
    position: relative;
}

.ttl.big {
    font-size: 1.1em;
}

@media (min-width: 768px) {
    .ttl.big {
        font-size: 1.25em;
    }
}

@media (min-width: 992px) {
    .ttl.big {
        font-size: 1.5em;
    }
}

.ttl a {
    color: #003265;
}

.invert .ttl, .invert .ttl a {
    color: #fff;
}

.ttl.center {
    text-align: center;
}

.ttl.b0 {
    padding-bottom: 0;
    margin-bottom: 0;
}

.ttl.bold {
    font-weight: 700;
}

.ttl .ttl-eng {
    font-size: 1em;
    color: inherit;
    margin: 0;
}

.ttl::before, .ttl::after {
    content: '';
    position: absolute;
}

.ttl-01 {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.ttl-01 .box {
    display: inline-block;
    background-color: rgba(255, 255, 255, .8);
    background-image: linear-gradient(45deg, #edf0f2 25%, transparent 25%, transparent 75%, #edf0f2 75%, #edf0f2), linear-gradient(45deg, #edf0f2 25%, transparent 25%, transparent 75%, #edf0f2 75%, #edf0f2);
    background-position: 0 0, 3px 3px;
    background-size: 6px 6px;
    padding: 1rem 2rem;
    border-bottom: 2px solid #003265;
}

.ttl-01 .box.block {
    display: block;
    padding: 1rem;
}

.ttl-01 [class^="ttl-"] {
    display: block;
}

.ttl-01 .ttl-eng {
    font-weight: 700;
}

.ja .ttl-01 .ttl-eng {
    font-size: 1rem;
}

.ttl-01 .ttl-jpn {
    font-weight: 700;
}

.invert .ttl-01, .invert .ttl-01 .ttl-eng {
    color: #fff;
}

.invert .ttl-01::before {
    border-color: #fff;
}

.ttl-02 {
    font-weight: 400;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d6d6d6;
}

.ttl-02 a {
    font-weight: 400;
}

.ttl-03 {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.ttl-03 .ttl-jpn {
    font-weight: 700;
    display: block;
}

.ttl-03 .ttl-eng {
    font-size: .9em;
    font-weight: 700;
    display: block;
}

.ttl-04 {
    padding-left: 1rem;
    margin-bottom: 1rem;
    border-left: 3px solid #003265;
}

.ttl-05 {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.ttl-05 .box {
    display: inline-block;
    background-color: rgba(255, 255, 255, .8);
    background-image: linear-gradient(45deg, #edf0f2 25%, transparent 25%, transparent 75%, #edf0f2 75%, #edf0f2), linear-gradient(45deg, #edf0f2 25%, transparent 25%, transparent 75%, #edf0f2 75%, #edf0f2);
    background-position: 0 0, 3px 3px;
    background-size: 6px 6px;
    padding: 1rem 2rem;
    border-bottom: 2px solid #003265;
}

.ttl-05 .box.block {
    display: block;
    padding: 1rem;
}

.ttl-05 [class^="ttl-"] {
    display: block;
}

.ttl-05 .ttl-eng {
    font-size: 1rem;
    font-weight: 700;
}

.ttl-05 .ttl-jpn {
    font-size: .75em;
    font-weight: 700;
}

.invert .ttl-05, .invert .ttl-05 .ttl-eng {
    color: #fff;
}

.invert .ttl-05::before {
    border-color: #fff;
}

.bg-common {
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    position: relative;
}

.bg-common::before, .bg-common::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.box-shadow {
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.text-shadow {
    text-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.cont .metabox {
    margin-bottom: 1rem;
}

.cont .metabox.big p {
    font-size: 1em;
}

@media (min-width: 768px) {
    .cont .metabox.big p {
        font-size: 1.25em;
    }
}

@media (min-width: 992px) {
    .cont .metabox.big p {
        font-size: 1.5em;
    }
}

.cont .metabox p {
    margin-bottom: 10px;
}

.cont .metabox p:last-child {
    margin-bottom: 0;
}

.cont .round {
    border-radius: 15px;
}

@media (min-width: 768px) {
    .cont-box-layar {
        margin-top: 180px;
    }

    section.bg-common:nth-child(odd) .cont-box-layar {
        margin-right: -280px;
    }

    section.bg-common:nth-child(even) .cont-box-layar {
        margin-left: -280px;
    }
}

@media (min-width: 992px) {
    .cont-box-layar {
        margin-top: 180px;
    }

    section.bg-common:nth-child(odd) .cont-box-layar {
        margin-right: -240px;
    }

    section.bg-common:nth-child(even) .cont-box-layar {
        margin-left: -240px;
    }
}

a.block-area.perspective figure {
    -webkit-transform: perspective(0) rotateY(0deg);
    transform: perspective(0) rotateY(0deg);
    transition: .5s ease all;
    opacity: 1;
}

section.bg-common:nth-child(odd) a.block-area.perspective:hover figure, section.bg-common:nth-child(odd) a.block-area.perspective:focus figure, section.bg-common:nth-child(odd) a.block-area.perspective:active figure {
    -webkit-transform: perspective(1000px) rotateY(-5deg);
    transform: perspective(1000px) rotateY(-5deg);
    transition: .5s ease all;
    opacity: .5;
}

section.bg-common:nth-child(even) a.block-area.perspective:hover figure, section.bg-common:nth-child(even) a.block-area.perspective:focus figure, section.bg-common:nth-child(even) a.block-area.perspective:active figure {
    -webkit-transform: perspective(1000px) rotateY(5deg);
    transform: perspective(1000px) rotateY(5deg);
    transition: .5s ease all;
    opacity: .5;
}

.cont-main .cont-item a.block-area.perspective figure {
    -webkit-transform: perspective(0) rotateY(0deg);
    transform: perspective(0) rotateY(0deg);
    transition: .5s ease all;
    opacity: 1;
}

.cont-main .cont-item:nth-child(odd) a.block-area.perspective:hover figure, .cont-main .cont-item:nth-child(odd) a.block-area.perspective:focus figure, .cont-main .cont-item:nth-child(odd) a.block-area.perspective:active figure {
    -webkit-transform: perspective(1000px) rotateY(-5deg);
    transform: perspective(1000px) rotateY(-5deg);
    transition: .5s ease all;
    opacity: .5;
}

.cont-main .cont-item:nth-child(even) a.block-area.perspective:hover figure, .cont-main .cont-item:nth-child(even) a.block-area.perspective:focus figure, .cont-main .cont-item:nth-child(even) a.block-area.perspective:active figure {
    -webkit-transform: perspective(1000px) rotateY(5deg);
    transform: perspective(1000px) rotateY(5deg);
    transition: .5s ease all;
    opacity: .5;
}

.step-area {
    padding: 0;
    margin: 0;
    list-style: none;
    counter-reset: section;
}

.step-area .cont-num::before {
    counter-increment: section;
    content: counter(section, decimal-leading-zero);
}

/* header */
header .container-fluid.inner {
    position: relative;
}

header .navbar-header {
    width: 100%;
}

.navbar {
    background-color: #fff;
}

.navbar-toggler {
    position: absolute;
    top: 10px;
    right: 0;
}

@media (min-width: 992px) {
    .navbar {
        display: block;
        padding: 0;
    }
}

.navbar.bg-light {
    background: #fff !important;
}

.navbar.bg-dark {}

nav-link {
    color: #000;
}

.navbar-brand {
    padding: 15px 0;
}

.navbar-brand .logo-image {
    display: inline-block;
    position: relative;
}

@media (max-width: 991px) {
    .navbar-brand .logo-image {
        top: -5px;
    }
}

.navbar h1, footer h1 {
    font-size: 1.5rem;
    margin-bottom: 0;
}

.navbar-nav .nav-link {
    text-align: left;
    padding: 0;
}

header .navbar-nav>li>a .link-menu:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #003265;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .5s;
}

header .navbar-nav>li>a:hover .link-menu:after, header .navbar-nav>li.current-menu-item>a .link-menu:after {
    transform-origin: left top;
    transform: scale(1, 1);
}

header .navbar-nav>.current-menu-item>a .link-menu:before {
    transform-origin: left top;
    transform: scale(1, 1);
}

header .navbar-nav>li>a:hover .link-menu:after, header .navbar-nav>li.current-menu-item>a .link-menu:after {
    transform-origin: left top;
    transform: scale(1, 1);
}

@media (max-width: 991px) {
    header .navbar {
        overflow: hidden;
    }

    header .navbar-collapse {
        margin-top: 50px;
    }
}

@media (min-width: 992px) {
    header .navbar-nav {
        justify-content: space-between;
    }

    header .navbar-nav li {
        width: 100%;
        position: relative;
    }

    header .navbar-nav li::before, header .navbar-nav li::after {
        content: '';
        height: 20px;
        margin-top: -10px;
        position: absolute;
        top: 50%;
    }

    header .navbar-nav li::before {
        border-left: 1px solid #d6d6d6;
        left: 0;
    }

    header .navbar-nav li:last-child::after {
        border-right: 1px solid #d6d6d6;
        right: 0;
    }

    #gnav .navbar-nav .nav-link {
        text-align: center;
    }

    #gnav .navbar-nav .nav-link::after {
        content: '';
    }
}

.navbar-nav .nav-link .link-menu {
    display: block;
    padding: 1rem;
}

@media (max-width: 991px) {
    .navbar-nav>li {
        border-top: 1px solid #d6d6d6;
    }
}

.header-menu {
    width: 100%;
}

.navbar-toggler .icon-bar {
    background-color: #003265;
}

.dropdown-toggle::before {
    background: #efefef;
}

.dropdown-toggle::after {
    font-family: ionicons;
    content: '\f3d0';
    color: #1c9ac9;
}

.dropdown, .dropleft, .dropright, .dropup {
    position: static;
}

.dropdown.show>.dropdown-menu {
    background: #003265;
}

.dropdown.show>.dropdown-menu li .nav-link {
    font-size: .8em;
    color: #fff;
    line-height: 1.5;
}

.dropdown.show>.dropdown-menu li .nav-link .link-menu {
    display: block;
    padding: .5rem;
}

.navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    background: #223377;
}

.navbar-light .navbar-nav .nav-link {
    color: #343434;
}

@media (min-width: 992px) {
    .dropdown>.dropdown-menu::before {}

    .dropdown>.dropdown-menu>li>.dropdown-menu::before {}

    #gnav .navbar-nav .dropdown-menu>.nav-item:first-child {}

    .navbar-nav>li>.dropdown-menu>li:first-child, .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li:first-child {}

    #gnav .navbar-nav .dropdown-menu li {
        border-bottom: 1px solid #7380b3;
        position: static;
    }

    #gnav .navbar-nav .dropdown-menu .nav-link {
        text-align: left;
        position: relative;
        transition: .5s ease all;
    }

    #gnav .navbar-nav .dropdown-menu .nav-link:hover {
        transition: .5s ease all;
    }
}

@media (min-width: 992px) {
    .corporate header {
        position: fixed;
        z-index: 100;
    }

    .dropdown .dropdown-menu li a {
        text-align: left;
    }

    .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {}

    header .contact-block {
        position: absolute;
        top: 0;
        right: 0;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        color: #343434;
        font-weight: 700;
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-nav .nav-link .link-menu {
        font-size: .8rem;
        padding: 1rem .5rem;
    }
}

@media (min-width: 1200px) {
    .navbar-nav .nav-link .link-menu {
        font-size: 1rem;
        padding: 1.25rem 1rem;
    }
}

.jumbotron {
    position: relative;
}

.corporate .jumbotron-common::before {
    content: '';
    display: block;
    background-color: rgba(0, 0, 0, .2);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.corporate main {
    padding-top: 64px;
}

@media (min-width: 992px) {
    .corporate main {
        padding-top: 104px;
    }
}

.corporate main article section.bg-common:nth-child(odd) {
    background-color: #edf0f2;
}

.corporate main article section.bg-common:nth-child(even) {}

/* slider */
.slider-area .catch, .slider-area .subcatch {
    color: #fff;
    text-shadow: 0 0 3px #000;
}

.slider-area .catch {
    font-size: 1.5rem;
}

.slider-area .subcatch {
    font-size: .5rem;
    line-height: 1.5;
}

@media (min-width: 576px) {
    .slider-area .catch {
        font-size: 2.5rem;
    }

    .slider-area .subcatch {
        font-size: 1rem;
    }
}

@media (min-width: 1200px) {
    .slider-area .catch {
        font-size: 4rem;
    }
}

/* carousel-area */
@media (max-width: 575px) {
    .carousel-area {
        margin-right: -15px;
        margin-left: -15px;
        overflow: hidden;
    }

    .carousel-area .carousel-cont {
        padding-left: 8px;
        overflow-x: scroll;
        overflow-y: visible;
        -webkit-overflow-scrolling: touch;
    }

    .carousel-area .carousel-cont .row {
        flex-wrap: nowrap;
        margin-right: 0;
        margin-left: 0;
    }

    .carousel-area .carousel-cont .row [class^="col-"] {
        min-width: 260px;
        display: table-cell;
    }
}

.corporate .section-ttl {
    font-size: 240px;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    left: 15%;
    z-index: 0;
    pointer-events: none;
}

.corporate .section-ttl .ttl-eng {
    color: #fff;
    z-index: -1;
}

.corporate main article section.bg-common.bg-01::before {
    background: #f3f5fb;
    width: 75%;
    border-radius: 30px;
    top: 25%;
    bottom: 0;
}

.corporate main article section.bg-common.bg-01:nth-child(odd)::before {
    margin-left: auto;
}

.corporate main article section.bg-common.bg-01:nth-child(even)::before {
    margin-right: auto;
}

/* home */
.page-home .jumbotron-common {
    background-image: url(assets/img/bg/bg-home-main.jpg);
}

.page-home .jumbotron-common::before {
    background: none;
}

.ttl-area.ttl-area-box {
    min-height: 240px;
}

@media (min-width: 768px) {
    .ttl-area.ttl-area-box {
        min-height: 360px;
    }
}

.ttl-area.ttl-area-box.about {
    min-height: 150px;
}

@media (min-width: 768px) {
    .ttl-area.ttl-area-box.about {
        min-height: 240px;
    }
}

/* estate */
.videos-area video {
    width: 100%;
}

.row-estate .item figure {
    margin-top: 50px;
    margin-bottom: -30px;
}

.row-estate .item .bld-num {
    display: inline-block;
    position: absolute;
    bottom: 100%;
    right: 0;
    pointer-events: none;
}

.row-estate .item .bld-num .text {
    font-size: .9em;
}

.row-estate .item .bld-num .num {
    font-size: 2.5em;
    margin-left: 5px;
}

.row-estate .item .term-slug {
    font-size: .9em;
    font-weight: 700;
    background: #ecce2d;
    padding: 5px;
    position: absolute;
    top: 0;
    left: 0;
}

.row-estate .item .cont-box {
    position: relative;
    z-index: 1;
}

.row-estate a.block-area.scale figure {
    min-height: 240px;
}

.row-estate a.block-area.scale figure img {
    max-height: 240px;
    width: auto;
}

.row-estate a.block-area.scale figure::before {
    content: '';
    border: 4px solid #ecce2d;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    z-index: 1;
    transition: .5s ease all;
}

.row-estate a.block-area.scale:hover figure::before {
    opacity: 1;
    transition: .5s ease all;
}

.row-contents .item .block-area figure::before {
    content: '';
    background: rgba(0, 50, 101, .5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: .5s ease all;
    z-index: 0;
}

.row-contents .item .block-area:hover figure::before {
    opacity: 1;
    transition: .5s ease all;
}

.estate-single-list {
    margin-bottom: 30px;
}

.estate-single-list .slick-dots {
    bottom: -40px;
}

.estate-single-list .slick-dots li.slick-active button, .estate-single-list .slick-dots li button:hover, .estate-single-list .slick-dots li button:active, .estate-single-list .slick-dots li button:focus {
    background: #003265;
}

.estate-single-list .slick-prev, .estate-single-list .slick-next {
    color: #003265;
    background: none;
    top: inherit;
    bottom: -40px;
    transform: none;
}

.estate-single-list .slick-prev {
    left: 0;
}

.estate-single-list .slick-next {
    right: 0;
}

.estate-single-list .slick-dots li button {
    border-radius: 0;
}

.table-region dl dt, .table-region dl dd {
    padding: 1rem;
    margin: 0;
}

.table-region dl dt {
    text-align: center;
    min-width: 210px;
    border-bottom: 1px solid #d6d6d6;
}

.table-region dl dd {
    width: 100%;
}

@media (min-width: 768px) {
    .table-region dl dt, .table-region dl dd {
        padding: 2rem;
    }

    .table-region dl dt {
        border-right: 1px solid #d6d6d6;
        border-bottom: 0;
    }
}

.region-list {}

.region-list .item {
    display: inline-block;
    padding-right: 15px;
    padding-left: 5px;
    margin: 5px;
    margin-bottom: 5px;
    border-right: 1px solid #d6d6d6;
}

@media (max-width: 767px) {
    .region-list .item {
        font-size: .8em;
    }
}

@media (min-width: 768px) {
    .region-list .item {
        padding-right: 30px;
        padding-left: 20px;
    }
}

@media (max-width: 575px) {
    .carousel-area .carousel-cont .row-gallery-01 [class^="col-"] {
        min-width: 150px;
        display: table-cell;
    }

    .carousel-area .carousel-cont .row-gallery-02 [class^="col-"] {
        min-width: 80px;
        max-width: 80px;
        min-width: inherit;
        display: table-cell;
    }

    .carousel-area .carousel-cont .row-gallery-01, .carousel-area .carousel-cont .row-gallery-02 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .carousel-area .carousel-cont .row-gallery-01 .item, .carousel-area .carousel-cont .row-gallery-02 .item {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

.ttl-estate-single {
    font-size: 1.2rem;
    font-weight: 700;
    color: #003265;
    margin-bottom: 60px;
    text-align: left;
}

.ttl-estate-single::before {
    width: 30px;
    height: 30px;
    margin-right: auto;
    border-bottom: 2px solid;
    position: absolute;
    right: 0;
    top: 100%;
    left: 0;
}

.ttl-estate-single .text {
    color: #003265;
    display: inline-block;
    background: -webkit-linear-gradient(0deg, #003265, #007d94);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (min-width: 576px) {
    .ttl-estate-single {
        font-size: 1.2em;
    }
}

@media (min-width: 768px) {
    .ttl-estate-single {
        text-align: center;
    }

    .ttl-estate-single::before {
        width: 45px;
        height: 45px;
        margin: 0 auto;
        border-left: 2px solid;
        transform: rotate(-45deg);
    }
}

.estate-single-list .slick-slide {
    height: 100%;
}

.estate-single-list .slick-slide img {
    width: 100%;
}

.nivo-lightbox-wrap {}

/* concierge */
.bg-common.concierge .bg-img {
    background-repeat: no-repeat;
    background-size: 150% auto;
    background-position: center top;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: inherit;
}

@media (min-width: 768px) {
    .bg-common.concierge .bg-img {
        background-size: cover;
        background-position: right top;
    }
}

.row-concierge .item .icon-image {
    text-align: center;
    background: #edf0f2;
    width: 180px;
    height: 180px;
    margin: 1rem auto;
    border-radius: 50%;
}

.row-concierge .item .icon-image svg {
    width: 90px;
    height: 90px;
}

@media (min-width: 992px) {
    .row-concierge .item .icon-image {
        width: 240px;
        height: 240px;
    }

    .row-concierge .item .icon-image svg {
        width: 150px;
        height: 150px;
    }
}

.row-concierge .item .border {
    border-width: 5px !important;
}

.row-concierge .item:nth-child(odd) .border {
    border-color: #003265 !important;
}

.row-concierge .item:nth-child(even) .border {
    border-color: #ce8f76 !important;
}

.row-concierge .item .ttl.cont-step-area {
    font-size: 2em;
}

.row-concierge .item:nth-child(odd) .ttl {
    color: #003265;
}

.row-concierge .item:nth-child(even) .ttl {
    color: #ce8f76;
}

/* company */
.president-area {
    padding-top: 1em;
}

.president-area .position {
    display: block;
    margin-bottom: 5px;
}

@media (max-width: 575px) {
    .president-area .item-text .cont {
        text-align: center;
    }
}

.bg-common.philosophy .cont-box.bg-cont {
    background-size: cover;
    background-position: center;
}

@media (min-width: 768px) {
    .bg-common.philosophy .cont-box.bg-cont {
        background-size: contain;
        background-position: center right;
    }
}

.bg-common.philosophy .cont-box.bg-cont .metabox p {
    font-weight: 700;
}

.bg-common.philosophy .row-philosophy-02 .item .big {
    font-size: 2em;
}

.nav-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    margin-right: -5px;
    margin-left: -5px;
}

.nav-list li {
    display: block;
    padding-right: 5px;
    padding-left: 5px;
}

.map iframe {
    width: 100%;
}

/* ir */
.ls-ir {
    width: auto;
    margin-left: auto;
}

/* pagination */
.pagination {
    clear: both;
    padding: 0;
    position: relative;
    font-size: 14px;
    line-height: 14px;
    width: 100%;
    text-align: center;
}

.pagination-box {
    display: inline-block;
    margin: 0 auto;
}

.pagination span, .pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 10px 15px 10px 15px;
    text-decoration: none;
    width: auto;
    color: #777;
    background: #dedede;
    box-shadow: inset 1px 1px #dedede, inset -1px -1px #dedede;
}

.pagination a:hover, .pagination a:active, .pagination a:focus {
    color: #fff;
    background: #003265;
    box-shadow: inset 1px 1px #003265, inset -1px -1px #003265;
}

.pagination .current {
    padding: 10px 15px 10px 15px;
    background: #003265;
    color: #fff;
    box-shadow: inset 1px 1px #003265, inset -1px -1px #003265;
}

@media only screen and (max-width: 413px) {
    .pagination {
        font-size: 12px;
        line-height: 12px;
    }

    .pagination span, .pagination a {
        padding: 8px 10px 8px 10px;
    }

    .pagination .current {
        padding: 8px 10px 8px 10px;
    }
}

/* equipment */
.table-responsive {
    display: table;
}

.table tr .oi {
    color: #00748e;
    background-color: #d7edf2;
}

/* contact */
.bg-contact {
    background-image: url(assets/img/bg/bg-contact-area.jpg);
}

.contact-area ul {
    display: block;
    text-align: center;
    padding: 0;
    margin-right: -15px;
    margin-bottom: 0;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .contact-area ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.contact-area ul li {
    padding-right: 15px;
    padding-left: 15px;
}

.contact-area .tel a, .contact-area .mail a {
    min-width: 240px;
    padding: 1rem;
    margin: 0;
    border-radius: 0;
}

@media (min-width: 768px) {
    .contact-area .tel a, .contact-area .mail a {
        font-size: 1.1em;
        min-width: 320px;
    }
}

.contact-area .tel a {
    font-size: 2.5rem;
    font-weight: 700;
    text-decoration: none;
}

.contact-area .tel a:hover {
    color: #fff;
    text-decoration: none;
}

.contact-block ul {
    padding: 0;
    margin: 0;
}

.contact-block ul li {
    text-align: center;
    display: block;
}

.contact-block ul .tel {
    margin-bottom: 10px;
}

.contact-block ul .tel-box .title, .contact-block ul .tel-box .business-hours {
    display: block;
}

.contact-block ul .tel-box .title {
    padding-bottom: 5px;
}

.contact-block ul .tel-box .business-hours {
    padding-top: 5px;
}

.contact-block ul .tel-box a {
    font-size: 28px;
    font-weight: 700;
    display: block;
}

.contact-block ul .tel-box a:hover {
    text-decoration: none;
}

.contact dl.req dt label::after {
    color: #fff;
    content: "必須";
    background: #003265;
}

.contact dl.any dt label::after {
    color: #003265;
    content: "任意";
    background: #dedede;
}

/* footer */
footer {
    background-color: #edf0f2;
}

footer .navbar-nav .nav-link .link-menu {
    padding: .5rem;
}

footer .company-info {
    position: relative;
}

@media (max-width: 991px) {
    footer .company-info .bogo-language-switcher {
        position: relative !important;
        left: 0;
        right: 0 !important;
        justify-content: center;
    }
}

@media (min-width: 992px) {
    footer .company-info .bogo-language-switcher {
        right: 20px !important;
    }
}

footer .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

footer .footer-top #menu-footer.navbar-nav>li:last-child {
    border-bottom: 1px solid #d6d6d6;
}

@media (min-width: 992px) {
    footer .footer-top #menu-footer.navbar-nav>li:last-child {
        border: none;
    }
}

.contact input.btn-primary {
    background-color: #003265;
}

/*タブ切り替え全体のスタイル*/
.tab-area {
    overflow: hidden;
}

/*タブのスタイル*/
.tab_item {
    display: inline-block;
    float: none;
    min-width: inherit;
    padding: 1rem;
    margin: 3px;
    text-align: center;
    font-weight: normal;
    cursor: pointer;
    opacity: .8;
    min-width: 120px;
    color: #003265;
    background: #edf0f2;
}

.tab_item:hover {
    opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: block;
    width: 100%;
    padding: 0;
    clear: both;
    overflow: hidden;
    transition: .5s ease all;
    opacity: 0;
    height: 0;
}

.tab_content figure {
    margin-bottom: 1em;
}

.tab_item+.tab_content {
    padding-top: 30px;
}

/*選択されているタブのコンテンツのみを表示*/
#info1:checked~#info1_content, #info2:checked~#info2_content, #info3:checked~#info3_content, #info4:checked~#info4_content, #info5:checked~#info5_content, #info6:checked~#info6_content,
#company1:checked~#company1_content, #company2:checked~#company2_content, #company3:checked~#company3_content, #company4:checked~#company4_content,
#interview1:checked~#interview1_content, #interview2:checked~#interview2_content, #interview3:checked~#interview3_content, #interview4:checked~#interview4_content {
    display: block;
    transition: .5s ease all;
    opacity: 1;
    height: inherit;
    overflow: visible;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked+.tab_item {
    color: #fff;
    background: #003265;
    opacity: 1;
}

.tabs.nav-list {
    display: block;
    margin: 0;
}

.tabs.nav-list.center {
    text-align: center;
}

@media (max-width: 575px) {
    .tab_item {
        min-width: inherit;
    }
}

.recruit .tab_item {
    color: #eec044;
    background: #fff;
    padding: 1rem;
}

.recruit .tabs input:checked+.tab_item {
    color: #fff;
    background: #eec044;
    opacity: 1;
}

/* en */
body.en-US {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

body.en-US .button, body.en-US .breadcrumb, body.en-US .ttl, body.en-US .ttl-eng, body.en-US .menu-item {
    text-transform: uppercase;
}

body.en-US .ttl-jpn, body.de-DE .ttl-jpn, body.ru-RU .ttl-jpn, body.ar .ttl-jpn {
    display: none;
}

.bogo-language-switcher {
    font-size: 14px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: absolute;
    top: 10px;
    right: 20px;
    padding: 0;
    margin: 0;
}

body.ja .bogo-language-switcher {
    right: 190px;
}

body.en-US .bogo-language-switcher {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

body.ar .cont {
    text-align: right;
}

.bogo-language-switcher .ja {
    order: 1;
}

.bogo-language-switcher .en-US {
    order: 2;
}

.bogo-language-switcher .de-DE {
    order: 3;
}

.bogo-language-switcher .ru-RU {
    order: 4;
}

.bogo-language-switcher .ar {
    order: 5;
}

.bogo-language-switcher li {
    font-size: 14px;
    color: #003265;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    background: #edf0f2;
    padding: 5px !important;
    margin: 3px;
    border-radius: 3px;
}

.bogo-language-switcher li a {
    font-size: 14px;
    color: #003265;
}

.bogo-language-switcher li.current {
    opacity: .5;
}

@media (max-width: 991px) {
    .bogo-language-switcher {
        position: absolute;
        top: 65px;
        left: 0;
    }

    .bogo-language-switcher li a {
        margin: 0;
    }

    footer .bogo-language-switcher {
        top: 0;
    }
}
