body {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    color: #3d3d3d;
    font-size: 16px;
    letter-spacing: .1em;
    line-height: 2
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    color: #3d3d3d;
    letter-spacing: .1em
}

p {
    line-height: 2
}

label {
    cursor: pointer
}

.container {
    overflow: hidden;
    position: relative;
    min-width: 1200px
}

@media screen and (max-width: 39.9375em) {
    .container {
        min-width: 0
    }
}

.position-right {
    -webkit-transform: translateX(250px);
    transform: translateX(250px)
}

.off-canvas.is-open {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.position-right.is-open ~ .off-canvas-content {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px)
}

.page-title-bg {
    width: 100%;
    min-width: 1200px;
    height: 530px;
    position: fixed;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: -1
}

@media screen and (max-width: 39.9375em) {
    .page-title-bg {
        min-width: 0;
        height: 300px
    }
}

.page-title-wrap {
    height: 450px;
    position: relative
}

@media screen and (max-width: 39.9375em) {
    .page-title-wrap {
        margin-top: 0;
        height: 300px
    }
}

.page-title-wrap.simple {
    height: 300px
}

.page-title-bg.simple {
    background: #d6dde1 url(../images/common/pattern01.png);
    height: 380px
}

.page-title {
    position: absolute;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-bottom: 0;
    width: 100%;
    text-align: center
}

@media screen and (max-width: 39.9375em) {
    .page-title {
        margin-top: 30px
    }

    .page-title svg {
        max-height: 70px;
        max-width: 90%
    }
}

.title-h1 {
    font-size: 36px;
    position: relative;
    margin-bottom: 64px;
    text-align: center
}

@media screen and (max-width: 39.9375em) {
    .title-h1 {
        font-size: 30px
    }
}

.title-h1 span {
    background: #fff;
    padding: 0 20px;
    display: inline-block;
    position: relative;
    z-index: 1
}

.title-h1::before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #d6dde1 url(../images/common/pattern01.png) repeat-x;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0
}

.title-h2 {
    font-size: 24px;
    position: relative;
    padding: 0 15px;
    text-align: center
}

@media screen and (max-width: 39.9375em) {
    .title-h2 {
        font-size: 24px
    }
}

.title-h2::after {
    content: "";
    width: 40px;
    height: 2px;
    background: #333333;
    display: block;
    margin: 20px auto 44px
}

.page-body {
    padding: 90px 0;
    background: #fff
}

@media screen and (max-width: 39.9375em) {
    .page-body {
        padding: 60px 0
    }
}

.section {
    margin-bottom: 80px
}

.section-desc {
    text-align: center;
    margin-bottom: 60px;
    padding: 0 15px
}

.action-elm {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    -webkit-transition: all .8s ease-out;
    transition: all .8s ease-out
}

.action-elm.action {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.layout-page-body {
    margin-bottom: 100px
}

@media screen and (max-width: 39.9375em) {
    .layout-page-body {
        margin-bottom: 40px
    }
}

.layout-col {
    max-width: 75rem;
    margin: 0 auto;
    padding: 0 15px
}

table.reset {
    border: none;
    border-collapse: collapse;
    background: none
}

table.reset tbody {
    border: none;
    background: none
}

table.reset tr {
    background: none
}

table.reset tr:nth-child(even) {
    background: none
}

table.reset th,
table.reset td {
    padding: 20px 15px
}

.simple-table {
    font-size: 14px
}

.simple-table th {
    width: 12em;
    text-align: left
}

.simple-table tr,
.simple-table tr:nth-child(even) {
    border-bottom: 1px dotted #adadad
}

.simple-table tr:first-child {
    border-top: 1px dotted #adadad
}

.inline-block {
    display: inline-block
}

.margin0 {
    margin: 0
}

.margin-b60 {
    margin-bottom: 60px
}

.relative {
    position: relative
}

.pos-bottom {
    position: absolute;
    bottom: 0;
    left: 0
}

.pos-top {
    position: absolute;
    top: 0
}

.pos-left {
    position: absolute;
    left: 0
}

.pos-right {
    position: absolute;
    right: 0
}

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

.bForm .input-table {
    text-align: left
}

.bForm .input-table tr {
    border-bottom: 1px dotted #000
}

.bForm .input-table th {
    width: 13em
}

@media screen and (max-width: 39.9375em) {
    .bForm .input-table tr {
        display: block;
        padding: 10px 0
    }

    .bForm .input-table th,
    .bForm .input-table td {
        display: block;
        padding: 0px
    }
}

.bForm input,
.bForm textarea,
.bForm label {
    margin-bottom: 0
}

.bForm label {
    font-size: 16px;
    line-height: 1.15;
    color: #3d3d3d;
    text-justify: normal;
    text-align: left;
    cursor: pointer
}

@media screen and (max-width: 39.9375em) {
    .bForm label {
        font-size: 14px
    }

    .bForm label.middle {
        margin: 0
    }
}

.bForm [type='text'],
.bForm [type='password'],
.bForm [type='date'],
.bForm [type='datetime'],
.bForm [type='datetime-local'],
.bForm [type='month'],
.bForm [type='week'],
.bForm [type='email'],
.bForm [type='number'],
.bForm [type='search'],
.bForm [type='tel'],
.bForm [type='time'],
.bForm [type='url'],
.bForm [type='color'],
.bForm textarea {
    border: none;
    background-color: #fbfbfb
}

@media screen and (max-width: 39.9375em) {

    .bForm [type='text'],
    .bForm [type='password'],
    .bForm [type='date'],
    .bForm [type='datetime'],
    .bForm [type='datetime-local'],
    .bForm [type='month'],
    .bForm [type='week'],
    .bForm [type='email'],
    .bForm [type='number'],
    .bForm [type='search'],
    .bForm [type='tel'],
    .bForm [type='time'],
    .bForm [type='url'],
    .bForm [type='color'],
    .bForm textarea {
        font-size: 14px
    }
}

.bForm textarea {
    height: 8em
}

.bForm .form-item-radio label {
    display: inline-block;
    margin-right: 20px
}

.bForm .required {
    font-size: 12px;
    color: #f00;
    margin-left: 1em;
    white-space: nowrap
}

.bForm .privacy {
    text-align: left;
    margin-top: 30px;
    background: #fbfbfb;
    border: 1px solid #afafaf;
    color: #2f2f2f;
    font-size: 14px;
    padding: 30px 20px;
    overflow-y: scroll;
    height: 260px
}

@media screen and (max-width: 39.9375em) {
    .bForm .privacy {
        padding: 20px 10px;
        font-size: 12px;
        height: 200px
    }
}

.bForm .privacy .title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px
}

@media screen and (max-width: 39.9375em) {
    .bForm .privacy .title {
        font-size: 14px
    }
}

.bForm .privacy .title-sub {
    font-size: 14px;
    font-weight: bold
}

@media screen and (max-width: 39.9375em) {
    .bForm .privacy .title-sub {
        font-size: 12px
    }
}

.bForm .form-btn {
    margin-top: 50px;
    text-align: center;
    position: relative
}

.bForm .form-btn__back {
    position: absolute;
    width: 120px;
    top: 0;
    left: 0
}

@media screen and (max-width: 39.9375em) {
    .bForm .form-btn__back {
        position: relative;
        margin-top: 30px
    }
}

body.page-template-contact-confirm .privacy {
    display: none !important
}

@media screen and (max-width: 39.9375em) {

    .page-contact-confirm .page-discription,
    .page-contact-complete .page-discription {
        font-size: 14px;
        padding: 0 10px
    }
}

.TK_form .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0
}

.mw_wp_form .error {
    margin-bottom: 16px
}

.g-header {
    background: #023;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 50px;
    width: 100%;
    z-index: 100;
    height: 80px
}

@media screen and (max-width: 39.9375em) {
    .g-header {
        height: auto
    }
}

.g-header .logo-daiich {
    width: 168px
}

.header-nav {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-nav li {
    list-style: none;
    font-size: 14px
}

.header-nav li + li {
    margin-left: 10px
}

.header-nav .fb,
.header-nav .ig {
    font-size: 26px
}

.header-nav a {
    color: #fff;
    display: block;
    padding: 20px
}

.header-nav a span {
    display: block;
    position: relative
}

.header-nav a span::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: -2px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0
}

.header-nav a:hover span::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: .7
}

.header-nav .fb a,
.header-nav .ig a {
    padding: 12px;
    -webkit-transition: .5s;
    transition: .5s
}

.header-nav .fb a:hover,
.header-nav .ig a:hover {
    opacity: .5
}

@media screen and (max-width: 39.9375em) {
    .g-header {
        position: fixed;
        display: block;
        padding: 10px 20px
    }

    .header-nav {
        display: block;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        min-height: 100%;
        background: rgba(255, 255, 255, 0.9);
        z-index: 200;
        color: #023;
        padding: 60px 0 30px;
        -webkit-transition: opacity .5s ease;
        transition: opacity .5s ease;
        overflow: auto
    }

    .header-nav li {
        margin: 0 0 10px 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0
    }

    .header-nav a {
        color: #023;
        font-size: 18px;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px
    }

    .header-nav .fb .fa,
    .header-nav .ig .fa {
        font-size: 32px
    }

    .nav-open.header-nav {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .nav-open.header-nav li {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    .nav-open.header-nav li:nth-child(1) {
        -webkit-transition: all .5s .5s ease;
        transition: all .5s .5s ease
    }

    .nav-open.header-nav li:nth-child(2) {
        -webkit-transition: all .5s .6s ease;
        transition: all .5s .6s ease
    }

    .nav-open.header-nav li:nth-child(3) {
        -webkit-transition: all .5s .7s ease;
        transition: all .5s .7s ease
    }

    .nav-open.header-nav li:nth-child(4) {
        -webkit-transition: all .5s .8s ease;
        transition: all .5s .8s ease
    }

    .nav-open.header-nav li:nth-child(5) {
        -webkit-transition: all .5s .9s ease;
        transition: all .5s .9s ease
    }

    .nav-open.header-nav li:nth-child(6) {
        -webkit-transition: all .5s 1s ease;
        transition: all .5s 1s ease
    }

    .nav-open.header-nav li:nth-child(7) {
        -webkit-transition: all .5s 1.1s ease;
        transition: all .5s 1.1s ease
    }
}

.mobile-menu-btn {
    width: 26px;
    height: 14px;
    position: absolute;
    top: 18px;
    right: 15px;
    z-index: 210;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.mobile-menu-btn .mobile-menu-btn__inner {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: block;
    width: 26px;
    height: 3px;
    position: absolute;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.mobile-menu-btn .mobile-menu-btn__inner span,
.mobile-menu-btn .mobile-menu-btn__inner::before,
.mobile-menu-btn .mobile-menu-btn__inner::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    border-radius: 3px;
    width: 26px;
    height: 3px;
    background: #fff;
    text-indent: -9999px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.mobile-menu-btn .mobile-menu-btn__inner::before,
.mobile-menu-btn .mobile-menu-btn__inner::after {
    content: ''
}

.mobile-menu-btn .mobile-menu-btn__inner::before {
    margin-top: -7px
}

.mobile-menu-btn .mobile-menu-btn__inner::after {
    margin-top: 7px
}

.mobile-menu-btn__text {
    display: block;
    position: absolute;
    width: 26px;
    bottom: -18px;
    left: 0
}

.mobile-menu-btn__text svg {
    width: 26px;
    fill: #fff
}

.mobile-menu-btn.nav-open .mobile-menu-btn__inner::before {
    -webkit-transform: translate(-50%) rotate(45deg);
    transform: translate(-50%) rotate(45deg);
    margin-top: 0
}

.mobile-menu-btn.nav-open .mobile-menu-btn__inner span {
    opacity: 0
}

.mobile-menu-btn.nav-open .mobile-menu-btn__inner::after {
    -webkit-transform: translate(-50%) rotate(-45deg);
    transform: translate(-50%) rotate(-45deg);
    margin-top: 0
}

.mobile-menu-btn.nav-open .mobile-menu-btn__inner span,
.mobile-menu-btn.nav-open .mobile-menu-btn__inner::before,
.mobile-menu-btn.nav-open .mobile-menu-btn__inner::after {
    background: #023
}

.mobile-menu-btn.nav-open .mobile-menu-btn__text svg {
    fill: #023
}

.footer-nav {
    background-color: #9ba2a5;
    padding: 26px 15px;
    text-align: center
}

.footer-nav ul {
    margin-bottom: 0
}

.footer-nav li {
    display: inline-block
}

@media screen and (max-width: 39.9375em) {
    .footer-nav li {
        display: block;
        margin-bottom: 10px
    }
}

.footer-nav li + li {
    margin-left: 30px
}

@media screen and (max-width: 39.9375em) {
    .footer-nav li + li {
        margin-left: 0
    }
}

.footer-nav a {
    font-size: 15px;
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "Roboto", sans-serif;
    color: #fff;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.footer-nav a:hover {
    opacity: .5
}

.footer-bottom {
    background-color: #002233;
    padding: 50px 15px 40px
}

.footer-contact {
    text-align: center;
    margin-top: 16px
}

@media screen and (max-width: 39.9375em) {
    .footer-contact .phone {
        margin-bottom: 30px
    }
}

.footer-contact .mail {
    width: 240px;
    text-align: center;
    margin: 0 auto 20px
}

@media screen and (max-width: 39.9375em) {
    .footer-contact .mail {
        width: 80%
    }
}

.footer-contact .mail a {
    display: block;
    width: 100%;
    font-size: 15px;
    color: #fff;
    line-height: 50px;
    border: 1px solid #fff;
    text-align: center;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.footer-contact .mail a:hover {
    background-color: #fff;
    color: #023
}

.footer-contact .note {
    font-size: 14px;
    color: #fff;
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "Roboto", sans-serif;
    margin-bottom: 0
}

.footer-contact .note a {
    color: #fff;
    border-bottom: 1px solid #fff;
    display: inline-block
}

.footer-sns ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer-sns li {
    padding: 12px
}

.footer-sns a {
    color: #fff;
    font-size: 24px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.footer-sns a span {
    display: inline-block;
    text-indent: -99999px
}

.footer-sns a:hover {
    opacity: .5
}

.copyright {
    background: #021118;
    text-align: center;
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "Roboto", sans-serif;
    margin-bottom: 0;
    padding: 12px 0
}

.copyright small {
    font-size: 11px;
    color: #fff;
    letter-spacing: normal
}

@media screen and (max-width: 39.9375em) {
    .copyright small {
        font-size: 10px
    }
}

body.home #bg-slider .item {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

body.home #bg-slider .slide-img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

body.home #bg-slider .item:nth-child(1) {
    -webkit-animation: mobile_img_slider 25s linear infinite;
    animation: mobile_img_slider 25s linear infinite
}

body.home #bg-slider .item:nth-child(2) {
    opacity: 0;
    -webkit-animation: mobile_img_slider 25s 5s linear infinite;
    animation: mobile_img_slider 25s 5s linear infinite
}

body.home #bg-slider .item:nth-child(3) {
    opacity: 0;
    -webkit-animation: mobile_img_slider 25s 10s linear infinite;
    animation: mobile_img_slider 25s 10s linear infinite
}

body.home #bg-slider .item:nth-child(4) {
    opacity: 0;
    -webkit-animation: mobile_img_slider 25s 15s linear infinite;
    animation: mobile_img_slider 25s 15s linear infinite
}

body.home #bg-slider .item:nth-child(5) {
    opacity: 0;
    -webkit-animation: mobile_img_slider 25s 20s linear infinite;
    animation: mobile_img_slider 25s 20s linear infinite
}

body.home #bg-slider .item:nth-child(1) .slide-img {
    -webkit-animation: mobile_img_scale 25s linear infinite;
    animation: mobile_img_scale 25s linear infinite
}

body.home #bg-slider .item:nth-child(2) .slide-img {
    -webkit-animation: mobile_img_scale 25s 5s linear infinite;
    animation: mobile_img_scale 25s 5s linear infinite
}

body.home #bg-slider .item:nth-child(3) .slide-img {
    -webkit-animation: mobile_img_scale 25s 10s linear infinite;
    animation: mobile_img_scale 25s 10s linear infinite
}

body.home #bg-slider .item:nth-child(4) .slide-img {
    -webkit-animation: mobile_img_scale 25s 15s linear infinite;
    animation: mobile_img_scale 25s 15s linear infinite
}

body.home #bg-slider .item:nth-child(5) .slide-img {
    -webkit-animation: mobile_img_scale 25s 20s linear infinite;
    animation: mobile_img_scale 25s 20s linear infinite
}

@-webkit-keyframes mobile_img_scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes mobile_img_scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@-webkit-keyframes mobile_img_slider {
    0% {
        opacity: 0
    }

    8% {
        opacity: 1
    }

    20% {
        opacity: 1
    }

    28% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@keyframes mobile_img_slider {
    0% {
        opacity: 0
    }

    8% {
        opacity: 1
    }

    20% {
        opacity: 1
    }

    28% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

body.home .g-header {
    position: absolute
}

body.home .main-visual {
    height: 100vh;
    position: relative
}

body.home .catch {
    position: absolute;
    z-index: 1;
    width: 536px;
    padding: 60px 50px;
    top: 50%;
    left: 50%;
    margin-top: 50px;
    background: rgba(0, 0, 0, 0.35);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

@media screen and (max-width: 39.9375em) {
    body.home .catch {
        width: 100%;
        margin-top: 0px;
        padding: 50px 20px
    }
}

body.home .mobile-next-btn {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 50px);
    transform: translate(-50%, 50px);
    display: none
}

@media screen and (max-width: 39.9375em) {
    body.home .mobile-next-btn {
        display: inline-block
    }
}

body.home .mobile-next-btn a {
    font-size: 14px;
    line-height: 30px;
    padding: 0 30px;
    border: 1px solid #fff;
    display: block;
    color: #fff;
    letter-spacing: normal
}

body.concept .page-title-bg {
    background-image: url(../images/concept/main-img.jpg)
}

body.concept .page-body {
    padding-bottom: 0
}

body.concept .concept-top {
    margin-bottom: 106px
}

@media screen and (max-width: 39.9375em) {
    body.concept .concept-top {
        margin-bottom: 80px
    }
}

body.concept .concept-top .section-title {
    font-size: 30px;
    margin-bottom: 60px
}

@media screen and (max-width: 39.9375em) {
    body.concept .concept-top .section-title {
        font-size: 24px;
        margin-bottom: 40px
    }
}

body.concept .concept-about {
    padding-top: 60px;
    padding-bottom: 170px;
    background: #fafafa url(../images/concept/about-bg.jpg) no-repeat center bottom;
    background-size: 100% auto
}

@media screen and (max-width: 39.9375em) {
    body.concept .concept-about {
        background-size: auto 50%
    }
}

body.concept .concept-about .title-h2 {
    font-size: 28px
}

@media screen and (max-width: 39.9375em) {
    body.concept .concept-about .title-h2 {
        font-size: 24px
    }
}

body.concept .concept-about .title-h2::after {
    margin: 26px auto 52px
}

body.concept .concept-about p {
    line-height: 2.25;
    letter-spacing: .08em
}

body.concept .concept-about.section {
    margin-bottom: 0
}

body.concept .concept-about-

{
    margin-top: 90px;
    text-align: center;
    display: inline-block;
    position: relative
}

body.concept .concept-about-figure img {
    width: 380px
}

@media screen and (max-width: 39.9375em) {
    body.concept .concept-about-figure img {
        width: 300px
    }
}

body.concept .concept-about-figure a {
    display: block;
    position: absolute;
    width: 50%;
    height: 50%;
    text-indent: -9999px
}

body.concept .concept-about-figure a.link1 {
    top: 0;
    left: 0
}

body.concept .concept-about-figure a.link2 {
    top: 0;
    right: 0
}

body.concept .concept-about-figure a.link3 {
    bottom: 0;
    left: 0
}

body.concept .concept-about-figure a.link4 {
    bottom: 0;
    right: 0
}

body.about .page-title-bg {
    background-image: url(../images/about/main-img.jpg)
}

body.about .about-table {
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "Roboto", sans-serif
}

@media screen and (max-width: 39.9375em) {
    body.about .about-table {
        display: block;
        width: 100%
    }
}

@media screen and (max-width: 39.9375em) {

    body.about .about-table tbody,
    body.about .about-table tr {
        display: block;
        width: 100%
    }
}

body.about .about-table th,
body.about .about-table td {
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd
}

@media screen and (max-width: 39.9375em) {

    body.about .about-table th,
    body.about .about-table td {
        display: block;
        width: 100%
    }
}

body.about .about-table th {
    font-weight: normal;
    text-align: left;
    width: 200px;
    padding-right: 30px
}

@media screen and (max-width: 39.9375em) {
    body.about .about-table th {
        width: 100%;
        padding-right: 0;
        border-bottom: none;
        padding-bottom: .5em;
        font-weight: bold
    }
}

@media screen and (max-width: 39.9375em) {
    body.about .about-table td {
        border-top: none;
        padding-top: 0
    }
}

body.about .about-table tr.member th,
body.about .about-table tr.member td {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif
}

body.about .about-table tr.member th {
    font-size: 20px;
    text-align: center;
    border-bottom: none;
    padding-bottom: 0
}

@media screen and (max-width: 39.9375em) {
    body.about .about-table tr.member th {
        font-size: 18px;
        padding-bottom: .5em;
        text-align: left
    }
}

body.about .about-table tr.member td {
    border-top: none;
    letter-spacing: normal
}

body.about .about-table tr.member td ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 39.9375em) {
    body.about .about-table tr.member td ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

body.about .about-table tr.member td ul a {
    color: #3d3d3d
}

body.about .access .g-map {
    margin-bottom: 30px;
    height: 460px
}

body.about .access .access-list {
    text-align: center
}

body.about .access .access-list li {
    background-size: 14px auto;
    padding-left: 1.8em;
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 14px;
    display: inline-block
}

body.about .access .access-list li + li {
    margin-left: 4em
}

@media screen and (max-width: 39.9375em) {
    body.about .access .access-list li + li {
        margin-left: 0;
        margin-top: 20px
    }
}

body.about .access .address {
    background-image: url(../images/about/ico-mappin.svg)
}

body.about .access .train {
    background-image: url(../images/about/ico-train.svg)
}

body.business .page-title-bg {
    background-image: url(../images/business/main-img.jpg)
}

body.business .brand01 {
    background: #f5f5f5;
    height: 100%;
    padding: 60px 47px 20px;
    text-align: justify
}

@media screen and (max-width: 39.9375em) {
    body.business .brand01 {
        padding: 40px 20px
    }
}

body.business .brand01 .brand-tag {
    font-size: 16px;
    display: inline-block;
    background: #002233;
    color: #fff;
    line-height: 36px;
    padding: 0 30px;
    letter-spacing: normal;
    margin-bottom: 16px
}

@media screen and (max-width: 39.9375em) {
    body.business .brand01 .brand-tag {
        font-size: 14px;
        line-height: 32px;
        padding: 0 20px
    }
}

body.business .brand01 .brand-name {
    font-size: 34px;
    color: #002233
}

@media screen and (max-width: 39.9375em) {
    body.business .brand01 .brand-name {
        font-size: 24px
    }
}

body.business .slider-wrap {
    width: 1170px;
    margin: 30px auto 0;
    overflow: hidden
}

@media screen and (max-width: 39.9375em) {
    body.business .slider-wrap {
        width: 100%
    }
}

body.business .slider-body {
    width: 1200px;
    margin-left: -15px
}

@media screen and (max-width: 39.9375em) {
    body.business .slider-body {
        width: 100%;
        margin-left: 0
    }
}

body.business .pic-slider .inner {
    margin: 0 15px
}

body.business .pic-slider .inner img {
    width: 100%
}

body.business .pic-slider .inner iframe {
    width: 100%
}

body.performance .page-title-bg {
    background-image: url(../images/performance/main-img.jpg)
}

body.performance .brand01 {
    background: #f5f5f5;
    height: 100%;
    padding: 60px 47px 20px;
    text-align: justify
}

@media screen and (max-width: 39.9375em) {
    body.performance .brand01 {
        padding: 40px 20px
    }
}

body.performance .brand01 .brand-tag {
    font-size: 16px;
    display: inline-block;
    background: #002233;
    color: #fff;
    line-height: 36px;
    padding: 0 30px;
    letter-spacing: normal;
    margin-bottom: 16px
}

@media screen and (max-width: 39.9375em) {
    body.performance .brand01 .brand-tag {
        font-size: 14px;
        line-height: 32px;
        padding: 0 20px
    }
}

body.performance .brand01 .brand-name {
    font-size: 34px;
    color: #002233
}

@media screen and (max-width: 39.9375em) {
    body.performance .brand01 .brand-name {
        font-size: 24px
    }
}

body.performance .slider-wrap {
    width: 1170px;
    margin: 30px auto 0;
    overflow: hidden
}

@media screen and (max-width: 39.9375em) {
    body.performance .slider-wrap {
        width: 100%
    }
}

body.performance .slider-body {
    width: 1200px;
    margin-left: -15px
}

@media screen and (max-width: 39.9375em) {
    body.performance .slider-body {
        width: 100%;
        margin-left: 0
    }
}

body.performance .pic-slider .inner {
    margin: 0 15px
}

body.performance .pic-slider .inner img {
    width: 100%
}


body.contact .page-title-bg {
    background-image: url(../images/contact/main-img.jpg)
}

body.contact .form-row {
    margin-bottom: 30px
}

body.contact .form-row > .title {
    font-size: 16px;
    font-weight: bold;
    width: 200px;
    position: relative
}

body.contact .form-row .required {
    font-size: 11px;
    display: inline-block;
    background: #e02d42;
    color: #fff;
    padding: 0 13px;
    line-height: 16px;
    margin-left: 30px
}

body.contact .form-item .inline-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
    margin: 0
}

@media screen and (max-width: 39.9375em) {
    body.contact .form-item .inline-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

body.contact .form-item .error {
    font-size: 12px;
    color: #e02d42
}

body.contact .form-privacy {
    height: 140px;
    background: #fffeef;
    padding: 24px;
    overflow-y: scroll
}

body.contact .form-privacy > .title {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px
}

body.contact .form-privacy .privacy-list {
    font-size: 14px
}

body.contact .form-privacy .privacy-list .title {
    font-size: 14px
}

body.contact .submit-btn {
    width: 270px;
    background-color: #023;
    color: #fff;
    line-height: 60px;
    margin-top: 30px;
    cursor: pointer;
    border: 1px solid #023;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

body.contact .submit-btn:hover {
    background-color: rgba(0, 34, 51, 0);
    color: #023;
    border: 1px solid #023
}

body.contact .back-btn {
    width: 200px;
    background-color: #e6e6e6;
    border: none;
    color: #000;
    line-height: 60px;
    margin-top: 60px;
    cursor: pointer;
    border: 1px solid rgba(0, 34, 51, 0);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

body.contact .back-btn:hover {
    background-color: rgba(230, 230, 230, 0);
    color: #023;
    border: 1px solid #023
}

body.contact .global-error {
    color: #e02d42;
    font-size: 14px
}

body.contact.contact-finish .section-desc .contact {
    margin-top: 40px
}

body.contact.contact-finish .section-desc .contact a {
    color: #3d3d3d
}

body.contact.contact-confirm .page-title-wrap,
body.contact.contact-finish .page-title-wrap,
body.contact.contact-error .page-title-wrap {
    min-height: 300px
}

body.privacy .privacy-list {
    margin-top: 30px
}

body.privacy .privacy-list h4 {
    font-size: 16px;
    margin-bottom: 1.5em
}

body.privacy .privacy-list > li {
    margin-bottom: 3em
}

div.grid-container div.grid-x div.cell iframe {
    width: 570px;
    height: 321px;
    margin: 0 15px 0 0;
}

@media screen and (max-width: 39.9375em) {
    div.grid-container div.grid-x div.cell iframe {
        width: 100%;
        height: 54vw;
        margin: 0;
    }
    }
}