/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;

}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}


/*--------------------------------------------------------------
# Default
--------------------------------------------------------------*/

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color: #007bd0;
    transition: all .3s ease 0s;
}

a.link_a {
    transition: all .3s ease 0s;
}

a.link_a:hover {
    opacity: 0.5;
}

p {
    line-height: 1.8;
}

/*--------------------------------------------------------------
# Contents
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
    font-size: 62.5%;
    color: #29292b;
    width: 100%;
    min-width: 320px;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

body {
    background: #FFFFFF;
    font-size: 1.6rem;
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    letter-spacing: 0.4px;
    overflow-x: hidden;
}

h2 {
    font-weight: 500;
    font-style: normal;
    font-size: 3rem;
}

#top main {
    margin-top: calc(100vh - 84vh);
}

main {
    margin-bottom: -4rem;
}

@media all and (-ms-high-contrast: none) {

    /* IE限定 */
    main {
        display: block;
    }
}

#prtcljs {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 90;
}

/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/

.btn_a a {
    color: #007bd0;
    border: 1px solid #88a8c1;
    padding: 1.8rem 2rem;
    background-image: linear-gradient(to right, #FFFFFF 50%, #88a8c1 50%);
    background-position: 0 0;
    background-size: 200% auto;
    border-radius: 3rem;
    display: inline-block;
    min-width: 240px;
    position: relative;
    transition: all .3s ease 0s;
    box-shadow: 0px 14px 21px 0px rgba(0, 0, 0, 0.05);
}

.btn_a a::before {
    content: "→";
    position: absolute;
    right: 1rem;
    color: #007bd0;
    transition: all .5s ease 0s;
}

.btn_a a:hover {
    background-position: -100% 0;
    color: #FFFFFF;
}

.btn_a a:hover::before {
    color: #FFFFFF;
}

.btn_b a {
    color: #29292b;
    border: 1px solid #50586d;
    padding: 2.8rem 2rem;
    background-image: linear-gradient(to right, #FFFFFF 50%, #50586d 50%);
    background-position: 0 0;
    background-size: 200% auto;
    border-radius: 2px;
    display: inline-block;
    min-width: 220px;
    position: relative;
    transition: all .3s ease 0s;
    box-shadow: 0px 14px 21px 0px rgba(0, 0, 0, 0.05);
}

.btn_b a::before {
    content: "→";
    position: absolute;
    right: 1rem;
    color: #007bd0;
    transition: all .5s ease 0s;
}

.btn_b a:hover {
    background-position: -100% 0;
    color: #FFFFFF;
}

.btn_b a:hover::before {
    color: #FFFFFF;
}

.btn_b.on a::before {
    content: "↓";
    color: #FFFFFF;
}

.btn_b.on a {
    background-position: -100% 0;
    color: #FFFFFF;
}

.gnav_menu_item.btn_c a {
    color: #29292b;
    border: 1px solid #fff;
    padding: 1.8rem 2rem;
    background-image: linear-gradient(to right, #eea63f 50%, #FFFFFF 50%);
    background-position: 0 0;
    background-size: 200% auto;
    border-radius: 4px;
    display: inline-block;
    min-width: 240px;
    width: calc(100% - 3rem);
    position: relative;
    transition: all .3s ease 0s;
    box-shadow: 0px 14px 21px 0px rgba(0, 0, 0, 0.05);
}

.gnav_menu_item.btn_c a::before {
    content: "→";
    position: absolute;
    right: 1rem;
    color: #FFFFFF;
    transition: all .5s ease 0s;
}

.gnav_menu_item.btn_c a:hover {
    background-position: -100% 0;
}

.gnav_menu_item.btn_c a:hover::before {
    color: #eea63f;
}

.gnav_menu_item.btn_c a::after {
    display: none;
}




/*--------------------------------------------------------------
# GrovalMenu
--------------------------------------------------------------*/

h1 {
    display: none;
}

@media screen and (min-width: 960px) {
    h1 {
        display: block;
        width: 210px;
        padding-top: 5.2rem;
        transition: all .3s ease 0s;
    }
}

h1 img {
    width: 100%;
}

.gnav_menu {
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #FFF;
    transition: all .3s ease 0s;
}

@media screen and (min-width: 960px) {
    .gnav_menu {
        background: none;
    }
}

.sp_title {
    width: 158px;
    padding: 1rem;
}

@media screen and (min-width: 960px) {
    .sp_title {
        display: none;
    }
}

.gnav_menu .navi_btn {
    width: 38px;
    height: 36px;
    position: absolute;
    cursor: pointer;
    z-index: 1000;
    cursor: pointer;
    right: 1rem;
    top: 2rem;
}

@media screen and (min-width: 960px) {
    .gnav_menu .navi_btn {
        display: none;
    }
}

.gnav_menu .navi_btn span {
    position: absolute;
    display: block;
    width: 30px;
    height: 3px;
    background: #007bd0;
    border-radius: 5px;
    transition: all .3s;
}

.gnav_menu .navi_btn span:nth-of-type(2) {
    top: 12px;
    opacity: 1;
    transition: all .3s;
}

.gnav_menu .navi_btn span:last-of-type {
    top: 25px;
}

.gnav_menu .navi_btn p {
    color: #252525;
    text-align: center;
    position: absolute;
    top: 45px;
    left: 2px;
}

.navi_btn_on #navi_btn span:first-of-type {
    transform: rotate(-45deg) translateY(10px) translateX(-5px);
}

.navi_btn_on #navi_btn span:nth-of-type(2) {
    transform: translateX(0);
    opacity: 0;
}

.navi_btn_on #navi_btn span:last-of-type {
    transform: rotate(45deg) translateY(-13px) translateX(-7px);
}

.gnav_menu_inner {
    opacity: 0.96;
    display: none;
    background: #2a2e38;
    width: 100%;
    z-index: 100;
    height: 100vh;
}

@media screen and (min-width: 960px) {
    .gnav_menu_inner {
        background: none;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        padding: 0 2rem;
        height: auto;
    }
}

.gnav_menu_box {
    display: flex !important;
    flex-direction: column;
    padding-top: 2rem;
}

@media screen and (min-width: 960px) {
    .gnav_menu_box {
        padding-top: 8rem;
        z-index: 10;
        display: block !important;
    }
}

.gnav_menu_box li:first-of-type {
    display: none;
}

.gnav_menu_box .item_child li:first-of-type {
    display: list-item;
}

@media screen and (min-width: 960px) {
    .gnav_menu_box li:first-of-type {
        display: inline-block;
    }
}

.gnav_menu_item {
    float: left;
    display: inline-block;
}

@media screen and (min-width: 960px) {

    .gnav_menu_item li:nth-of-type(6) a,
    .gnav_menu_item.open li:nth-of-type(6) a,
    .gnav_menu.fixed .item_child li:nth-of-type(6) a {
        padding-bottom: 0.5rem;
        padding-top: 0.5rem;
        line-height: 1.7;
    }
}




.gnav_menu_item a {
    color: #FFFFFF;
    padding: 0 0 0.8rem 0;
    margin: 1.2rem 1.5rem 1.2rem 1.5rem;
    font-size: 1.8rem;
    font-weight: 500;
    position: relative;
    display: block;
    transition: all .3s ease 0s;
}

.gnav_menu_item a:hover {
    color: #007bd0;
}

/*960〜*/
@media screen and (min-width: 960px) {

    .gnav_menu_item .item_child li:first-of-type a {
        padding-top: 2.6rem;
    }

    .gnav_menu_item .item_child li:last-of-type a {
        padding-bottom: 1.2rem;
        margin-bottom: 1.4rem;
    }

    .gnav_menu_item a {
        margin: 2.2rem 2rem 1.2rem 2rem;
        display: inline-block;
        font-size: 1.6rem;
    }
}

@media screen and (min-width: 1100px) {
    .gnav_menu_item a {
        margin: 0 3rem 0 3rem;
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
        font-size: 1.8rem;
    }
}

.gnav_menu_item a::after {
    position: absolute;
    top: 0;
    right: 0;
    content: '→';
    color: #FFFFFF;
}

@media screen and (min-width: 960px) {
    .gnav_menu_item a::after {
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0;
        content: '';
        width: 0;
        height: 2px;
        background-color: #007bd0;
        transition: all .3s ease 0s;
    }
}

.gnav_menu_item a:hover::after {
    width: auto;
}

@media screen and (min-width: 960px) {
    .gnav_menu_item a:hover::after {
        width: 100%;
    }
}

.gnav_menu_item.open .item_parent a {
    pointer-events: auto;
}

.gnav_menu_item .item_parent a::after {
    position: absolute;
    top: 0;
    right: 0;
    content: '＋';
    color: #b8b8b8;
}

@media screen and (min-width: 960px) {
    .gnav_menu_item .item_parent a::after {
        display: none;
    }
}

.gnav_menu_item .item_parent a {
    pointer-events: none;
}

@media screen and (min-width: 960px) {
    .gnav_menu_item .item_parent a {
        pointer-events: auto;
    }
}

.gnav_menu_item.open .item_parent a::after {
    content: '→';
}

@media screen and (min-width: 960px) {
    #gnav_menu_contact {
        display: none;
    }
}

.gnav_news {
    display: block;
    color: #FFFFFF;
    margin: 2.2rem 1.5rem 1.2rem 1.5rem;
}

.gnav_news_title {
    padding-bottom: 0.5rem;
}

.gnav_news_contents p {
    display: inline-block;
}

@media screen and (min-width: 960px) {
    .gnav_news {
        display: none;
    }
}

/*------ GrovalMenu Fixed ------*/

header {
    over-flow: hidden;
}

header .item_child {
    display: none;
    position: relative;
    background-color: rgba(25, 36, 51, 1);
    border-radius: 2px;
    min-width: 280px;
}

@media screen and (min-width: 960px) {
    header .item_child {
        position: fixed;
        background-color: rgba(25, 36, 51, 0.8);
    }
}

header .item_child li {
    float: left;
    width: auto;
}

@media screen and (min-width: 960px) {
    header .item_child li {
        float: none;
        width: calc(100%);
    }
}

header .item_child a {
    font-size: 1.3rem;
    width: auto;
}

@media screen and (min-width: 960px) {
    header .item_child a {
        font-size: 1.5rem;
        width: calc(100% - 6rem);
    }
}

header .item_child a::after {
    content: '';
}

/*------ GrovalMenu Fixed ------*/

.gnav_menu.fixed {
    transition: all .3s ease 0s;
    background: #FFFFFF;
    box-shadow: 6px 6px 6px -10px;
    opacity: 0.98;
}

/*960〜*/
@media screen and (min-width: 960px) {
    .gnav_menu.fixed {
        transition: all .3s ease 0s;
        background: #FFFFFF;
        box-shadow: 6px 6px 6px -10px;
        height: 8rem;
        opacity: 0.98;
    }
}

.gnav_menu.fixed h1 {
    width: 80px;
    transition: all .3s ease 0s;
    padding-top: 5.6rem;
}

/*960〜*/
@media screen and (min-width: 960px) {
    .gnav_menu.fixed h1 {
        width: 180px;
        padding-top: 1rem;
    }

    .gnav_menu.fixed .gnav_menu_item a {
        color: #007bd0;
        padding: 3.4rem 0 3rem 0;
    }

    .gnav_menu.fixed .item_child a {
        padding: 1.2rem 0;
    }

    .gnav_menu.fixed .gnav_menu_item a {
        margin: 0 2rem;
        font-size: 1.6rem;
    }

    .gnav_menu.fixed .gnav_menu_box {
        padding-top: 0;
    }

    .gnav_menu.fixed .item_child a {
        color: #FFFFFF;
        font-size: 1.4rem;
    }
}

@media all and (-ms-high-contrast:none) {

    /* IE11 */

    *::-ms-backdrop,
    .gnav_menu.fixed .gnav_menu_box {
        padding-top: 0;
    }

}

.gnav_menu.hideclass {
    transform: translateY(-7rem);
}

.navi_btn_on .gnav_menu.hideclass {
    transform: translateY(0);
}

@media screen and (min-width: 960px) {

    .gnav_menu.hideclass,
    .gnav_menu.fixed.hideclass {
        transform: translateY(0);
    }
}

.gnav_menu.hideimportant {
    transform: translateY(-7rem) !important;
}

.gnav_menu.visibleimportant {
    transform: translateY(0) !important;
}

@media screen and (min-width: 960px) {

    .gnav_menu.visibleimportant.fixed,
    .gnav_menu.hideimportant {
        transform: translateY(0) !important;
    }
}




/*--------------------------------------------------------------
# ContactMenu
--------------------------------------------------------------*/

aside.contact_menu {
    z-index: 9000;
    position: fixed;
    top: 1.6rem;
    right: 7rem;
    transition: all .3s ease 0s;
}

aside.contact_menu span {
    display: none;
}

/*960〜*/
@media screen and (min-width: 960px) {
    aside.contact_menu {
        display: block;
        position: fixed;
        right: -1rem;
        top: auto;
        bottom: 0;
        z-index: 100;
    }

    aside.contact_menu span {
        display: inline;
    }

}

aside.contact_menu li {
    margin-bottom: 0.4rem;
    margin-left: 0.8rem;
    width: 100%;
    max-height: 24rem;
}

aside.contact_menu li:hover {
    margin-right: 20px !important;
}

aside.contact_menu li a {
    writing-mode: inherit;
    color: #FFFFFF;
    padding: 2rem 2.8rem 2rem 2rem;
    transition: all .3s ease 0s;
    display: block;
    width: auto;
}

/*960〜*/
@media screen and (min-width: 960px) {
    aside.contact_menu li a {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        text-orientation: upright;
        width: 6.5rem;
    }
}

aside.contact_menu li.btn_contact {
    background-color: #eea63f;
    border-radius: 5px;
    transition: all .2s ease 0s;
    margin-bottom: 0;
    margin-left: 0;
}


@media screen and (min-width: 960px) {
    aside.contact_menu li.btn_contact {
        margin-bottom: 0.4rem;
        margin-left: 0.8rem;
    }
    
}



aside.contact_menu li.btn_contact a {
    padding: 1rem 2rem 1rem 2rem;
}




@media screen and (min-width: 960px) {
    aside.contact_menu li.btn_contact a {
        padding: 2rem 2.8rem 2rem 2rem;
    }
}


aside.contact_menu li.btn_showroom {
    background-color: #5c7f99;
    border-radius: 5px;
    transition: all .2s ease 0s;
    display: none;
}

@media screen and (min-width: 960px) {
    aside.contact_menu li.btn_showroom {
        display: block;
    }
}

.contact_menu.fixed {
    transform: translateY(0);
    transition: all .3s ease 0s;
}

/*960〜*/
@media screen and (min-width: 960px) {
    .contact_menu.fixed {
        transform: translateY(0);
        transition: all .3s ease 0s;
    }
}

.contact_menu.hideclass {
    transform: translateY(-7rem);
}

.navi_btn_on .contact_menu.hideclass {
    transform: translateY(0);
}

@media screen and (min-width: 960px) {
    .contact_menu.hideclass {
        transform: translateY(0);
    }

    .contact_menu.fixed.hideclass {
        transform: translateY(0);
    }
}

.contact_menu.hideimportant {
    transform: translateY(-7rem) !important;
}

.contact_menu.visibleimportant {
    transform: translateY(0) !important;
}

@media screen and (min-width: 960px) {
    .contact_menu.hideimportant {
        transform: translateY(0) !important;
    }
}


/*--------------------------------------------------------------
# 50th ContactMenu
--------------------------------------------------------------*/

aside.contact_menu_50th {
    z-index: 9000;
    position: fixed;
    top: 9.5rem;
    right: -1.2rem;
    transition: all .3s ease 0s;
}

aside.contact_menu_50th span {
    display: none;
}

aside.contact_menu_50th img {
    max-width: 100px;
 }

/*960〜*/
@media screen and (min-width: 960px) {
    aside.contact_menu_50th {
        display: block;
        position: fixed;
        right: -1.5rem;
        top: auto;
        bottom: 15.5em;
        z-index: 100;
    }

    aside.contact_menu_50th span {
        display: inline;
    }

    aside.contact_menu_50th img {
        max-width: 150px;
    }

}

aside.contact_menu_50th li {
    margin-bottom: 0.4rem;
    margin-left: 0.8rem;
    width: 100%;
    max-height: 24rem;
}

aside.contact_menu_50th li:hover {
    margin-right: 20px !important;
}

aside.contact_menu_50th li a {
    writing-mode: inherit;
    color: #FFFFFF;
    /* padding: 2rem 2.8rem 2rem 2rem; */
    transition: all .3s ease 0s;
    display: block;
    width: auto;
}

aside.contact_menu_50th li.btn_50th {
    border-radius: 5px;
    transition: all .2s ease 0s;
    margin-bottom: 0;
    margin-left: 0;
}


@media screen and (min-width: 960px) {
    aside.contact_menu_50th li.btn_50th {
        margin-bottom: 0.4rem;
        margin-left: 0.8rem;
    }
    
}



aside.contact_menu_50th li.btn_50th a {
    /* padding: 1rem 2rem 1rem 2rem; */
}




@media screen and (min-width: 960px) {
    aside.contact_menu_50th li.btn_50th a {
        /* padding: 2rem 2.8rem 2rem 2rem; */
    }
}

.contact_menu_50th.fixed {
    transform: translateX(0);
    transition: all .3s ease 0s;
}

/*960〜*/
@media screen and (min-width: 960px) {
    .contact_menu_50th.fixed {
        transform: translateX(0);
        transition: all .3s ease 0s;
    }
}

.contact_menu_50th.hideclass {
    transform: translateX(15rem);
}

.navi_btn_on .contact_menu_50th.hideclass {
    transform: translateX(0);
}

@media screen and (min-width: 960px) {
    .contact_menu_50th.hideclass {
        transform: translateX(0);
    }

    .contact_menu_50th.fixed.hideclass {
        transform: translateX(0);
    }
}

.contact_menu_50th.hideimportant {
    transform: translateX(15rem) !important;
}

.contact_menu_50th.visibleimportant {
    transform: translateX(0) !important;
}

@media screen and (min-width: 960px) {
    .contact_menu_50th.hideimportant {
        transform: translateX(0) !important;
    }
}



/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/

.news {
    background: #2a2e38;
    width: 100%;
    position: relative;
    bottom: 0;
}

/*960〜*/
@media screen and (min-width: 960px) {
    .news {
        background: linear-gradient(90deg, #2a2e38 0%, #2a2e38 86%, transparent 86%, transparent 100%);
        position: absolute;
        bottom: 0.4rem;
        z-index: 91;
    }
}

.news::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/bg_blue_1.png) no-repeat;
    position: absolute;
    top: 0;
}

.news .news_ineer {
    max-width: 1400px;
    margin: 0 auto;
    padding: 1.4rem 0 3.4rem 2rem;
    z-index: 1;
    position: relative;
}

@media screen and (min-width: 960px) {
    .news .news_ineer {
        padding: 2.4rem 2rem 2.4rem 2rem;
    }
}

@media screen and (min-width: 1440px) {
    .news .news_ineer {
        padding: 2.4rem 0 2.4rem 0;
    }
}

.news .news_item {
    display: flex;
    margin: 2rem 0;
    justify-content: flex-start;
    flex-direction: column;
}

@media screen and (min-width: 960px) {
    .news .news_item {
        margin: 3rem 0;
        justify-content: normal;
        flex-direction: row;
    }
}

.news .news_item div,
.news_content_flex {
    display: flex;
    justify-content: space-between;
}

@media screen and (min-width: 960px) {

    .news .news_item div,
    .news_content_flex {
        display: flex;
    }
}

.news .news_item time {
    color: #b8b8b8;
}

.news .news_item span,
.news_modal_category {
    background: #88a8c1;
    color: #FFF;
    border-radius: 30px;
    font-size: 1.2rem;
    min-width: 100px;
    text-align: center;
    margin: 1px 1.6rem 0 1.6rem;
    line-height: 1.2;
    padding: 1px 0;
    letter-spacing: 0;
}

.news_modal_category {
    margin-right: 0;
}

.news .news_item p {
    line-height: 1;
    padding-top: 1rem;
}

@media screen and (min-width: 960px) {
    .news .news_item p {
        padding-top: 0;
    }
}

.news .news_item p a {
    color: #efeeee;
    display: block;
}

.news .btn_a {
    position: absolute;
    bottom: -2rem;
    left: 2rem;
}

@media screen and (min-width: 960px) {
    .news .btn_a {
        bottom: 4rem;
        right: 16%;
        left: auto;
    }
}

.news .btn_a a {
    font-size: 1.4rem;
    padding: 1.6rem 2rem;
}

/*モーダルコンテンツ*/
.news_modal {
    display: none;
}

.modaal-container {
    border: 4px solid #007bd0;
}

.news_content_flex {
    margin-bottom: 16px;
}

.news_content_title {
    margin-bottom: 24px;
    padding-bottom: 4px;
    border-bottom: 1px solid #b8b8b8;
    font-size: 1.8rem;
}

.modaal-close:after,
.modaal-close:before {
    background: #007bd0 !important;
}

.modaal-overlay {
    z-index: 9000 !important;
}

@media screen and (min-width: 960px) {

    .modaal-close:after,
    .modaal-close:before {
        background: #fff !important;
    }

    .modaal-close:hover::after,
    .modaal-close:hover::before {
        background: #007bd0 !important;
    }
}

/*--------------------------------------------------------------
# Mainimage
--------------------------------------------------------------*/

#main_image {
    z-index: -1;
    position: relative;
    padding-top: 0;
}


@keyframes zoomUp {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.15);
    }
}

#swiper-main .swiper-slide-active .slide-img,
#swiper-main .swiper-slide-duplicate-active .slide-img,
#swiper-main .swiper-slide-prev .slide-img {
    animation: zoomUp 10s linear 0s 1 normal both;
}

#swiper-main .slide-img img {
    display: block;
    width: 100%;
    min-height: 90vh;
    object-fit: cover;
    filter: brightness(80%);
}

#swiper-main {
    height: 84vh;
    overflow: hidden;
}

.main_text {
    position: absolute;
    bottom: 8%;
    z-index: 10;
    width: 100%;
    transition: all .6s ease 0s;
}

@media screen and (min-width: 960px) {
    .main_text {
        top: 39vh;
    }
}

.main_text p {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    color: #FFFFFF;
    font-size: 2rem;
    font-weight: 500;
    line-height: 3.4rem;
    padding: 0 4rem;
}

.main_text p br {
    display: none;
}

@media screen and (min-width: 960px) {
    .main_text p {
        font-size: 3.8rem;
        line-height: 7.6rem;
    }

    .main_text p br {
        display: block;
    }
}

.main_text_spimage {
    display: block;
    max-width: 300px;
    width: 50%;
    margin: 0 auto 12rem auto;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.main_text_spimage img {
    width: 100%;
}

@media screen and (min-width: 960px) {
    .main_text_spimage {
        display: none;
    }
}

.main_text.fixed {
    opacity: 0;
}


/*--------------------------------------------------------------
# Access
--------------------------------------------------------------*/

#access h2 {
    margin-left: 3rem;
    display: table;

    font-size: 2rem;
    color: #29292b;
    display: block;
    padding-top: 1rem;
    padding-bottom: 3.5rem;
    margin-left: -3rem;
    padding-left: 3rem;
    font-weight: 500;
    position: relative;

}

#access h2 .subtitle {
    font-size: 2rem;
    color: #007bd0;
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 1rem;
    margin-left: -3rem;
    padding-left: 3rem;
    font-weight: 500;
    position: relative;
}

#access {
    width: 86%;
    margin: 0 auto;
    padding: 10rem 0 14rem 0;
}

@media screen and (min-width: 960px) {
    #access {
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
        padding: 14rem 8rem 18rem 5rem;
    }
}

#access_list_box {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

@media screen and (min-width: 960px) {
    #access_list_box {
        flex-direction: row;
    }
}

.access_list_item {
    width: 100%;
}

@media screen and (min-width: 960px) {
    .access_list_item {
        width: 31%;
    }
}

.access_list_item a {
    color: #29292b;
    text-decoration: underline;
}

.access_list_item a:hover {
    opacity: 0.6;
}

#access iframe {
    width: 100%;
    height: 24rem;
}

#access .tel {
    color: #429bdb;
    font-size: 2.2rem;
    font-weight: 500;
    padding-bottom: 0rem;
}

@media screen and (min-width: 960px) {
    #access .tel {
        padding-bottom: 2rem;
    }
}

#access .tel span {
    color: #29292b;
    font-size: 1.6rem;
    padding-right: 0.5rem;
}

#access h3 {
    line-height: 3;
    font-weight: 500;
}

#access h3 span {
    font-size: 1.2rem;
}

#access .address {
    padding-top: 1rem;
    line-height: 1.6;
    font-size: 1.6rem;
}

@media screen and (min-width: 960px) {
    #access .address {
        padding-top: 2rem;
        font-size: 1.4rem;
    }
}

#access .gmaplink {
    text-align: right;
    font-size: 1.6rem;
    padding: 0.5rem 0 2rem 0;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

#contact {
    background: #d9d9d9;
}

@media screen and (min-width: 960px) {
    #contact {
        background: #d9d9d9;
        padding: 8rem 0 8rem 0;
    }
}

#contact_inner {
    max-width: 1400px;
    padding: 4rem 7%;
    margin: 0 auto;
}

@media screen and (min-width: 960px) {
    #contact_inner {
        padding: 0 8rem 0 5rem;
    }
}

#contact_text {
    font-size: 1.6rem;
    line-height: 1.6;
    color: #FFFFFF;
    text-align: center;
    padding-bottom: 3rem;
}

@media screen and (min-width: 960px) {
    #contact_text {
        font-size: 2rem;
        line-height: 2;
    }
}

#contact_text p br {
    display: none;
}

@media screen and (min-width: 960px) {
    #contact_text p br {
        display: block;
    }
}

#contact_contents {
    background: url("../images/bg_blue_2.png") #55a5df no-repeat;
    padding: 2rem 2rem 2rem 2rem;
}

@media screen and (min-width: 960px) {
    #contact_contents {
        padding: 5rem 4rem 4rem 4rem;
    }
}

#contact_contents .contact_menu_box {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

@media screen and (min-width: 960px) {
    #contact_contents .contact_menu_box {
        flex-direction: row;
    }
}

#contact_contents .contact_menu_box li {
    width: 100%;
}

@media screen and (min-width: 960px) {
    #contact_contents .contact_menu_box li {
        width: 44%;
    }
}

#contact_contents .contact_menu_box li:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 2rem;
}

@media screen and (min-width: 960px) {
    #contact_contents .contact_menu_box li:nth-of-type(1) {
        margin-right: 2rem;
        margin-bottom: 0;
    }
}

#contact_contents .contact_menu_box li:nth-of-type(2) {
    margin-left: 0;
}

@media screen and (min-width: 960px) {
    #contact_contents .contact_menu_box li:nth-of-type(2) {
        margin-left: 2rem;
    }
}

#contact_contents .contact_menu_box li a {
    width: 100%;
    border-radius: 0.5rem;
    font-size: 2rem;
    padding: 2rem 2.5rem 2rem 2rem;
    color: #29292b;
    font-weight: 500;
    background-image: linear-gradient(to right, #FFFFFF 50%, #f6f6f6 50%);
    line-height: 1.6;
}

@media screen and (min-width: 960px) {
    #contact_contents .contact_menu_box li a {
        width: 100%;
        border-radius: 0.5rem;
        font-size: 1.8rem;
        padding: 4rem 2.5rem;
        color: #29292b;
        font-weight: 500;
        background-image: linear-gradient(to right, #FFFFFF 50%, #f6f6f6 50%);
    }
}

#contact_contents .contact_menu_box li a:hover {
    background-image: linear-gradient(to right, #FFFFFF 50%, #f6f6f6 50%);
}

#contact_contents .contact_menu_box a:hover::before {
    color: #eea63f;
}

#contact_contents .contact_menu_box li a span {
    display: none;
}

@media screen and (min-width: 960px) {
    #contact_contents .contact_menu_box li a span {
        display: inline;
    }
}

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

#pagetop a {
    display: block;
    width: 80px;
    font-size: 1.4rem;
    text-align: center;
    margin: 0 auto -5rem auto;
}

#pagetop a:hover {
    opacity: 0.6;
}

@media all and (-ms-high-contrast: none) {

    /* IE限定 */
    #pagetop {
        position: relative;
        bottom: 3rem;
    }

    #pagetop a {
        margin-bottom: -8rem;
    }
}

footer {
    background: #2a2e38;
}

footer a:hover {
    opacity: 0.6;
}

#foot_inner.sp_only {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: calc(1600px + 4rem);
    padding: 16rem 7% 6rem 7%;
}

#foot_inner.pc_only {
    display: none;
}

@media screen and (min-width: 960px) {
    #foot_inner.sp_only {
        display: none;
    }

    #foot_inner.pc_only {
        display: flex;
        max-width: calc(1600px + 4rem);
        padding: 16rem 2rem 6rem 2rem;
    }
}

#foot_logo {
    width: 100%;
    padding-bottom: 4rem;
}

@media screen and (min-width: 960px) {
    #foot_logo {
        padding-bottom: 0;
        width: 32%;
    }
}

#foot_logo img {
    width: 80%;
    max-width: 200px;
    display: block;
    margin: 0 auto;
}

#foot_logo .sp_only {
    display: block;
    min-width: 300px;
}

#foot_logo .pc_only {
    display: none;
}

@media screen and (min-width: 960px) {

    #foot_logo .sp_only {
        display: none;
    }

    #foot_logo .pc_only {
        display: block;
    }

}

.foot_menu_box {
    width: 48%;
}

@media screen and (min-width: 960px) {
    .foot_menu_box {
        width: 20%;
    }
}

.foot_menu_item a {
    color: #FFFFFF;
    display: inline-block;
    padding-bottom: 4rem;
}

.foot_menu_item a span {
    font-size: 70%;
    margin-left: 0.5rem;
}

.foot_item_parent a {
    color: #FFFFFF;
    display: inline-block;
    padding-bottom: 2rem;
}

.foot_item_child a {
    color: #b8b8b8;
    font-size: 1.2rem;
    padding-left: 0;
    padding-bottom: 1.5rem;
    display: inline-block;
    line-height: 1.8;
}

@media screen and (min-width: 960px) {
    .foot_item_child a {
        padding-left: 1.5rem;
    }
}

.foot_item_child li:last-of-type a {
    padding-bottom: 4rem;
}

#copyright {
    background: #29292b;
    color: #FFFFFF;
    text-align: center;
    padding: 4rem 7%;
    line-height: 2;
}

/*--------------------------------------------------------------
# Others
--------------------------------------------------------------*/

.pc_only {
    display: none;
}

.sp_only {
    display: block;
}

@media screen and (min-width: 960px) {
    .pc_only {
        display: block;
    }

    .sp_only {
        display: none;
    }
}


/*--------------------------------------------------------------
# Loading
--------------------------------------------------------------*/

#loading {
    width: 100vw;
    height: 100vh;
    transition: all 1s;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.loaded {
    opacity: 0;
    visibility: hidden;
}

.spinner {
    width: 100px;
    height: 100px;
    position: fixed;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    margin: 0 auto;
    background-color: #429bdb;
    border-radius: 100%;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

/* ローディングアニメーション */
@keyframes sk-scaleout {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1.0);
        opacity: 0;
    }
}

/*--------------------------------------------------------------
# Font
--------------------------------------------------------------*/

.font_dmsans {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
}

/*--------------------------------------------------------------
# Clearfix
--------------------------------------------------------------*/

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix:before {
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    display: block;
}


/*新着情報一覧/代表事例ページャー*/
.news_pagenation {
    margin-top: 8rem;
    margin-bottom: 8rem;
    text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
    border-color: #88a8c1 !important;
    background-color: #fff;
    padding: 0.8rem 1.5rem !important;
    border-radius: 50%;
    margin: 4px !important;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    background-color: #007bd0;
    color: #fff;
}

.wp-pagenavi span.current {
    background-color: #007bd0;
    color: #fff;
}

.wp-pagenavi .previouspostslink {
    margin-right: 28px !important;
}

.wp-pagenavi .nextpostslink {
    margin-left: 28px !important;
}

/*新着情報/設置実績ソートプルダウン*/
.sort_head {
    font-size: 2rem;
    display: inline-block;
    margin-bottom: 0.5em;
    letter-spacing: 0.1em;
}

@media screen and (min-width:960px) {
    .sort_head {
        margin-bottom: inherit;
        margin-right: 0.5em;
    }
}

.pd_select {
    height: 5rem;
    font-size: 1.8rem;
    padding: 1rem;
    width: 100%;
    letter-spacing: 0.1em;
}


@media screen and (min-width:960px) {
    .pd_select {
        width: 34rem;
    }
}

/*--------------------------------------------------------------
# tinyMCEテンプレート新着情報・製品紹介・代表事例用スタイル
--------------------------------------------------------------*/
/*青丸リスト*/
.blueround_list {
    margin-bottom: 4rem;
}

.blueround_list li {
    line-height: 1.8;
}

.blueround_list li:not(:last-of-type) {
    margin-bottom: 1.5rem;
}

.blueround_list li::before {
    content: "・";
    color: #3c98de;
    font-weight: bold;
    padding-right: 0.5em;
}

/*設置実績用テーブル*/
.detail_table {
    width: 100%;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.detail_table th,
.detail_table td {
    border-collapse: collapse;
    display: block;
    padding: 0.8em;
    font-size: 1.8rem;
    line-height: 2;
    border-top: 1px solid #ccc;
}

@media screen and (min-width: 960px) {

    .detail_table th,
    .detail_table td {
        display: table-cell;
        border: 1px solid #ccc;
    }
}

.detail_table th {
    background: #f6f6f6;
    vertical-align: middle;
}

@media screen and (min-width: 960px) {
    .detail_table th {
        background: none;
        max-width: 350px;
    }
    .detail_table td {
        max-width: 540px;
    }
}


/*新着情報・製品紹介用テーブル*/
.scroll {
    overflow-x: auto;
}

#products_detail table {
    width: 100%;
}

#products_detail table th,
#products_detail table td {
    border: 1px solid #ccc;
    border-collapse: collapse;
    /*    display: block;*/
    padding: 0.8em;
    font-size: 1.4rem;
    line-height: 1.8;
    vertical-align: middle;
}

#products_detail table th {
    background: #f6f6f6;
}

@media screen and (min-width: 960px) {
    #products_detail table th {
        background: none;
    }
}

/*連番リスト*/
.detail_feature_number_list {
    counter-reset: my-counter;
}

.detail_feature_number_item {
    line-height: 1.8;
}

.detail_feature_number_item:not(:last-child) {
    margin-bottom: 24px;
}

.detail_feature_number {
    color: #3c98de;
    font-weight: bold;
    padding-right: 8px;
    padding-left: 8px;
}

/*--------------------------------------------------------------
# 404ページ
--------------------------------------------------------------*/

#page_404 .gnav_menu_item a {
    color: #FFFFFF;
}

@media screen and (min-width: 960px) {
    #page_404 .gnav_menu_item a {
        color: #007bd0;
    }

    #page_404 .gnav_menu_item ul.item_child a {
        color: #fff;
    }

    #page_404 .gnav_menu_item ul.item_child a:hover {
        color: #007bd0;
    }
}

#page_404 .page_404_detail {
    padding-top: 12rem;
    padding-bottom: 8rem;
    overflow: hidden;
}

@media screen and (min-width: 960px) {
    #page_404 .page_404_detail {
        padding-top: 24rem;
    }
}

#page_404 h2 {
    text-align: center;
}

#page_404 .subtitle {
    margin: 0 auto;
    display: table;
    padding-right: 3rem;
}

.page_404_text {
    margin: 0 auto;
    width: 75%;
    text-align: center;
    margin-bottom: 14rem;
}

#page_404 .btn_a {
    margin-top: 4rem;
}

/*--------------------------------------------------------------
    # 新着詳細・製品紹介・代表事例-見出しスタイル
    --------------------------------------------------------------*/
.news_detail_contents h4,
.news_detail_contents h5,
.news_detail_contents h6,
.products_detail_box_contents h4:not([class]),
.products_detail_box_contents h5:not([class]),
.products_detail_box_contents h6:not([class]),
.products_other_box_right h4:not([class]),
.products_other_box_right h5:not([class]),
.products_other_box_right h6:not([class]),
.case_detail_box h4:not([class]),
.case_detail_box h5:not([class]),
.case_detail_box h6:not([class]) {
    line-height: 2;
    margin-bottom: 0.75rem;
}

.news_detail_contents h4,
.products_detail_box_contents h4:not([class]),
.products_other_box_right h4:not([class]),
.case_detail_box h4 {
    margin-top: 2rem;
    font-size: 2.2rem;
    color: #007bd0;
}

.news_detail_contents h5,
.products_detail_box_contents h5:not([class]),
.products_other_box_right h5:not([class]),
.case_detail_box h5:not([class]) {
    margin-top: 2rem;
    font-size: 1.8rem;
}

.news_detail_contents h6,
.products_detail_box_contents h6:not([class]),
.products_other_box_right h6:not([class]),
.case_detail_box h6:not([class]) {
    margin-top: 2rem;
}

/*--------------------------------------------------------------
# 新着詳細・製品紹介・代表事例-リストスタイル
--------------------------------------------------------------*/
.news_detail_contents ul,
.news_detail_contents ol,
.products_detail_box_contents ul,
.products_detail_box_contents ol,
.products_other_box_right ul,
.products_other_box_right ol,
.case_detail_box ul,
.case_detail_box ol {
    margin-top: 3rem;
    margin-bottom: 3rem;
    list-style-position: inside;

}

.news_detail_contents ul:not([class]),
.products_detail_box_contents ul:not([class]),
.products_other_box_right ul:not([class]),
.case_detail_box ul:not([class]) {
    list-style-type: inherit;
}

.products_detail_box_contents ol:not([class]),
.news_detail_contents ol:not([class]),
.products_other_box_right ol:not([class]),
.case_detail_box ol:not([class]) {
    list-style-type: decimal;
}

.news_detail_contents ul li,
.news_detail_contents ol li,
.products_detail_box_contents ul li,
.products_detail_box_contents ol li,
.products_other_box_right ul li,
.products_other_box_right ol li,
.case_detail_box ul li,
.case_detail_box ol li {
    line-height: 1.8;
}



/*--------------------------------------------------------------
# 新着詳細-テーブルスタイル
--------------------------------------------------------------*/
.news_detail_contents table {
    width: 100%;
}

.news_detail_contents table th,
.news_detail_contents table td {
    border: 1px solid #ccc;
    border-collapse: collapse;
    padding: 0.8em;
    font-size: 1.4rem;
    line-height: 1.8;
    vertical-align: middle;
}

.news_detail_contents table th {
    background: #f6f6f6;
}

@media screen and (min-width: 960px) {
    .news_detail_contents table th {
        background: none;
    }
}
