@charset 'UTF-8'; /* PC */
/**
 * ViewportScale v0.2.1
 * Copyright (c) 2018 Kite
 * MIT License
 */
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
    border: 0;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

li, dd {
    list-style-type: none;
}

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

img {
    border: none;
    vertical-align: bottom;
}

a {
    /* cursor: pointer; */
    text-decoration: none;
}

html {
    font-size: 62.5%;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    position: relative;
    color: #000;
    font-family: 'source-han-sans-japanese','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    background: #FFF;
}

p {
    word-wrap: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
    color: #000000;
}

a, a:hover {
    text-decoration: none;
    color: #000000;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:hover {
    opacity: 0.6;
}

.left, .fl {
    float: left;
}

.right, .fr {
    float: right;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1; }

.hv:hover {
    opacity: 0.6;
}

/*
.font-min {
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}
*/
.sp {
    display: none;
}

.pc {
    display: block;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

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

.container {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 26.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

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

.scroll::-webkit-scrollbar {
    width: 8px;
}

.scroll::-webkit-scrollbar-thumb {
    background: #f8c384;
    border-radius: 10px;
}

.scroll::-webkit-scrollbar-track-piece:start {
    background: #ffead2;
}

.scroll::-webkit-scrollbar-track-piece:end {
    background: #fff;
}

/*============================
COMMON
============================*/
img {
    max-width: 100%;
    height: auto;
}

.hide {
    display: none;
}

.header-logo {
}

.header-logo a {
    display: block;
}

.header-logo img {
}

.sp_btn {
    position: fixed;
    top: 32px;
    right: 10px;
    width: 50px;
    height: 46px;
    z-index: 200;
    padding: 0;
    background: #FFF;
    cursor: pointer;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: block;
    display: none;
}

.sp_btn:hover {
    opacity: 0.6;
}

.sp_btn span {
    width: 27px;
    height: 3px;
    background: #231815;
    border: 1px solid #656565;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.sp_btn span:nth-child(1) {
    top: 7px;
}

.sp_btn span:nth-child(2) {
    top: 16px;
}

.sp_btn span:nth-child(3) {
    top: 25px;
}

.sp_btn span:nth-child(4) {
    font-size: 10px;
    border: none;
    background: none;
    height: auto;
    width: 100%;
    text-align: center;
    left: 0;
    position: relative;
    margin: 28px 0 0;
    color: #000;
}

.sp_btn.active span:nth-child(1) {
    transform: rotate(-45deg);
    top: 16px;
    background: #000;
    border: none;
    height: 3px;
}

.sp_btn.active span:nth-child(2) {
    display: none;
}

.sp_btn.active span:nth-child(3) {
    transform: rotate(45deg);
    top: 16px;
    background: #000;
    border: none;
    height: 3px;
}

.sp_menu {
    background: rgba(0,0,0,0.68);
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 10;
}

.red {
    color: #f94041;
    font-weight: 700;
}

.site-header {
    position: fixed;
    height: 110px;
    background: #fff;
    width: 100%;
    z-index: 100;
    padding: 0 0%;
    box-shadow: 0 0 10px #ddd;
}

.site-header .container {
    position: initial;
    max-width: 1320px;
    margin: 0 auto;
    height: 100%;
    padding: 0 3%;
    align-items: center;
    justify-content: flex-end;
}

.site-logo {
    width: 370px;
    padding: 0 0 0;
    line-height: 1;
    margin: 0 auto 0 0;
}

.site-logo a {
    display: block;
}

.site-logo a img {
}

.site-nav {
    padding: 0px 0% 0px;
    margin: 0;
    width: 100%;
    background: #344973;
    /* background: url(../img/top/slide/slide_01.jpg) no-repeat center center; */
    /* background-size: cover; */
    opacity: 0.8;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.site-nav:hover {
    opacity: 1;
}

.site-nav ul {
    max-width: 1320px;
    margin: 0 auto 0;
    width: 100%;
    padding: 0 3%;
}

.site-nav li {
}

.site-nav li.active {
    border-bottom: 4px solid #ffba00;
}

.site-nav a {
    display: block;
    padding: 20px 0;
    color: #FFF;
    font-size: 20px;
    font-family: ten-mincho, serif;
}

.site-header__btns {
    width: 230px;
    /* height: 100%; */
}

.site-header__btns ul {
    /* height: 100%; */
}

.site-header__btns li {
    height: 100%;
}

.site-header__btns a {
    display: block;
    padding: 0;
    color: #000;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    /* border: 1px solid #000; */
    background: #F2865E;
    padding: 10px 0 13px;
    border-radius: 5px;
}

.site-header__btns a::before {
    content: " ";
    display: inline-block;
    width: 21px;
    height: 17px;
    background: url("../img/common/icon_mail_white.svg") no-repeat center center;
    background-size: contain;
    position: relative;
    top: 3px;
    margin: 0 10px 0 0;
    padding: 0;
    left: 0px;
    bottom: 0;
}

.site-header__btns li:nth-child(1) a {
    letter-spacing: 0;
}

.site-header__btns a::before {
}

.site-header__btns li:nth-child(2) a::before {
    width: 21px;
    height: 17px;
    background: url(../img/common/icon_mail_white.svg) no-repeat top left;
    top: 3px;
    margin: 0 20px 0 0px;
}

.site-header__btns li:nth-child(2n) a {
    background: #000;
    font-size: 16px;
    padding: 16px 0 19px 24px;
}

.header__tel {
    text-align: right;
    padding: 0 0 0 40px;
}

.header__tel ul {
}

.header__tel li {
    font-size: 28px;
    font-weight: bold;
    font-family: din-condensed, sans-serif;
    line-height: 1.2;
}

.header__tel span {
    color: #4586BF;
    font-weight: bold;
}

.header__tel a {
}

.header__tel p {
    line-height: 1;
    font-size: 28px;
    display: inline;
    font-weight: bold;
    color: #4586BF;
}

.sp_btn {
}

.sp_btn span {
}

.sp_menu {
}

.sp_menu .header_navi {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.sp_menu .header_navi ul {
}

.sp_menu .header_navi li {
    margin: 0 0 20px;
}

.sp_menu .header_navi a {
    color: #FFF;
    font-size: 20px;
    display: block;
    text-align: center;
}

.side-nav {
    position: fixed;
    top: 300px;
    right: 0;
    z-index: 100;
}

.side-nav ul {
}

.side-nav li {
}

.side-nav a {
    display: block;
    padding: 20px 10px 20px 14px;
    background: #f2865e;
    border-radius: 6px 0 0 6px;
}

.side-nav img {
    width: 30px;
}

.main {
    margin: 0 0 0px;
}

.top-mv {
    width: 100%;
    padding: 110px 0% 0;
    position: relative;
}

.slick_box li {
    height: calc(100vh - 110px);
    min-height: 300px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.top-mv .container {
    text-align: center;
    max-width: 1400px;
}

.top-mv .txt-box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 110px;
    bottom: 0;
    left: 3%;
    /* left: 0; */
    right: 0;
    margin: auto;
}

.top-mv .t1 {
    background: #FFF;
    padding: 30px;
    max-width: 600px;
    margin: 0 0 0px;
    width: 100%;
}

.top-mv .t1 p {
    font-size: 36px;
    text-align: center;
    color: #3470BF;
    line-height: 1.6;
}

.top-mv .t1 span {
    font-size: 40px;
    font-weight: 600;
}

.top-mv .t2 {
    max-width: 600px;
    margin: 0;
    width: 100%;
    padding: 0 0px 0 0px;
}

.top-mv .t2 p {
    padding: 30px 40px;
    background: #3470BF;
    font-size: 16px;
    text-align: left;
    color: #fff;
    line-height: 2;
}

section {
    padding: 60px 3%;
}

section h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.2rem;
    padding: 0px 0 0px 0px;
    margin: 0 auto 40px;
    display: block;
    text-align: center;
    position: relative;
    color: #000;
    font-family: ten-mincho, serif;
}

section h2::before {
    content: " ";
    display: block;
    width: 30px;
    height: 2px;
    background: #000;
    position: absolute;
    bottom : -20px;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: none;
}

section h2 span {
    display: block;
    color: #4586bf;
    font-size: 26px;
    font-weight: 400;
    margin: 6px 0 0;
    letter-spacing: 0;
    font-family: din-condensed, sans-serif;
}

section p {
    /* text-align: center; */
    margin: 0 0 30px;
}

.btn {
    display: block;
    border: 1px solid #000;
    padding: 20px 20px;
    font-size: 16px;
    margin: 40px auto;
    position: relative;
    width: 300px;
    text-align: center;
    border-radius: 50px;
}

.btn::before {
    content: " ";
    display: block;
    width: 11px;
    height: 10px;
    background: url(../img/common/v_02_black.svg) no-repeat top left;
    position: absolute;
    top : 0;
    bottom: 0;
    margin: auto 0;
    right: 30px;
}

.img-background {
    margin: 40px auto;
    position: relative;
    padding: 40px 0;
    padding: 120px 0 40px;
    /* min-height: 360px; */
    max-width: 1000px;
    width: 100%;
}

.img-background h2 {
}

.img-background .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /* height:600px; */
    height: 100%;
    max-height: 430px;
    width: 66%;
    position: absolute;
    left: 0;
    top: 80px;
}

.img-background.reverse .img {
    left: auto;
    right: 0;
}

.img-background h2 span {
}

.img-background__img-txt {
    position: relative;
    padding: 60px 0;
}

.img-background .container {
}

.img-background .txt {
    width: 40%;
    z-index: 3;
    position: relative;
    background: #FFF;
    background: #000000bd;
    padding: 0;
    margin: 0 0 0 auto;
    padding: 30px 20px;
    /* box-shadow: 0 0 10px rgba(98,178,255,0.39); */
}

.img-background.reverse .txt {
    margin: 0 auto 0 0;
}

.img-background .txt h3 {
    font-size: 22px;
    font-weight: bold;
    color: #FFF;
    /* color: #000; */
    text-align: left;
    padding: 0 0 0 0px;
    margin: 0 0 10px;
    /* background: #000000; */
    /* border-bottom: 2px solid #000; */
    /* padding: 6px 16px 0px; */
}

.img-background .txt h3 .icon {
    display: inline-block;
    width: 30px;
    margin: 0px 9px 0 0;
    position: relative;
    top: 0px;
}

.img-background .txt h3 .icon img {
    height: 26px;
}

.img-background .txt h4 {
    color: #FFF;
    margin: 30px 0 5px;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    padding: 0 0 8px 40px;
}

.img-background .txt p {
    text-align: left;
    margin: 0;
    padding: 0 0px 0px 40px;
    color: #FFF;
}

.img-background .txt .btn {
}

/*============================
#top-news
============================*/
#top-news {
    padding: 30px 3%;
}

#top-news .container {
    padding: 40px 60px;
    margin: -60px auto 0;
    background: #FFF;
    box-shadow: 0 0 10px #d9d9d9;
}

#news #top-news .container {
    margin: 0 auto 0;
}

#top-news .lbox {
    width: 260px;
}

.news-list {
}

.news-list li {
    margin: 0 0 10px;
}

.news-list a {
    border-bottom: 1px solid #cdcdcd;
    padding: 0 0 10px;
}

.top-news .news-list h3 {
    width: 100px;
    font-size: 16px;
    color: #ffc900;
    line-height: 1.8;
    margin: 0;
}

.top-news .news-list p {
    width: calc(100% - 100px);
    text-align: left;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#top-news .btn {
    margin: 40px auto 0;
}

/*============================
#top-company
============================*/
#top-company {
}

#top-company h2 {
}

#top-company h2 span {
}

#top-company .container {
}

#top-company .txt {
}

#top-company .txt p {
}

#top-company .btn {
}

.fmotaru-bn {
    padding: 0 3%;
}

.fmotaru-bn .container {
    margin: 60px auto 80px;
}

.fmotaru-bn a {
    display: block;
}

.fmotaru-bn img {
    margin: auto;
}

/*============================
#top-greeting
============================*/
.top-greeting {
    background: #ededed;
    padding: 60px 3%;
}

.top-greeting .container {
    background: #FFF;
    padding: 50px 60px;
    max-width: 1000px;
}

.top-greeting h2 {
}

.top-greeting h2 span {
}

.img-txt {
}

.img-txt .txt {
    width: calc(100% - 230px);
}

.img-txt p {
    text-align: left;
}

p.name-txt {
    text-align: right;
    font-size: 14px;
    margin: 0;
}

p.name-txt span {
    font-size: 20px;
    margin: 0 0 0 10px;
    font-weight: 700;
}

.img-txt .img {
    width: 200px;
}

.img-txt .img img {
}

.imgs {
    /* max-width: 1000px; */
    margin: 0 auto 30px;
}

.imgs ul {
}

.imgs ul::after {
    content: "";
    display: block;
    width: 31.6%;
}

.imgs li {
    width: 31%;
    margin: 0 0 36px;
}

.imgs li img {
    width: 100%;
}

.imgs a {
    height: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.imgs a::before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.03);
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    z-index: 1;
}

.imgs a::after {
    content: " ";
    display: block;
    width: 30px;
    height: 30px;
    background: url("../img/common/v_01_white.svg") no-repeat top left;
    position: absolute;
    bottom: 20px;
    margin: 0;
    right: 20px;
}

.imgs .img {
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.imgs h3 {
    color: #FFF;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    margin: 0 0 0px;
    font-weight: 400;
    letter-spacing: 0.1rem;
    text-shadow: 0 0 10px #000;
}

.imgs p {
    color: #FFF;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    margin: 10px 0 0px;
    text-shadow: 0 0 10px #000;
}

.top-showroom {
    padding: 60px 3%;
}

.top-showroom .container {
    max-width: 1300px;
}

/*============================
#top-csr
============================*/
#top-csr {
    padding: 40px 0 0;
}

#top-csr h2 {
}

#top-csr h2 span {
}

#top-csr .container {
}

#top-csr .txt {
}

#top-csr .txt p {
}

#top-csr .txt .btn {
}

.shop-info__block {
    padding: 0px 3%;
    margin: 30px auto;
}

.shop-info__block .container {
}

.shop-info__block .container h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #000;
    margin: 0 0 10px;
    background: none;
    padding: 0;
}

.shop-info__block .container p {
    font-size: 14px;
    margin: 0;
    text-align: center;
}

.access-block {
    margin: 0 0 0px;
}

.access-block .img {
}

.access-block .img img {
}

.access-block .container {
    background: #FFF;
    padding: 40px 20px 10px;
    margin: -180px auto 0;
}

.access-block h2 {
}

.access-block h2 span {
}

.access-block p {
}

.access-block p b {
}

.access-block .youtube {
}

.access-block .youtube iframe {
}

.bns-block {
    margin: 0 0 70px;
    padding: 0 3%;
}

.bns-block .container {
}

.bns-block ul {
}

.bns-block li {
    width: 32%;
}

.bns-block a {
    display: block;
}

.bns-block img {
}

/*============================
#top-maintenance
============================*/
.top-maintenance {
    padding: 60px 3%;
}

.top-maintenance .container {
    max-width: 1300px;
}

.top-maintenance h2 {
}

.top-maintenance h2 span {
}

.top-maintenance p {
}

.top-maintenance .imgs {
}

.top-maintenance .imgs ul {
}

.top-maintenance .imgs li {
}

.top-maintenance .imgs a {
}

.imgs .txt {
    z-index: 3;
}

.top-maintenance .imgs h3 {
}

.top-maintenance .imgs p {
}

/*============================
#top-spot
============================*/
.top-spot {
    padding: 100px 3%;
    margin: 0;
    background: url(../img/top/bg_02.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

.top-spot::before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4;
    margin: 0 auto;
}

.top-spot__imgs {
    position: relative;
    margin: 60px 0 0px;
}

.top-spot__imgs ul {
}

.top-spot__imgs li {
    width: 32%;
    margin: 0 0 20px;
}

.top-spot__imgs .img {
    padding: 63% 0 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.top-spot__imgs .txt {
    text-align: center;
    padding: 10px;
}

.top-spot__imgs img {
}

.top-spot .container {
    background: #ffffffd4;
    max-width: 1300px;
    padding: 80px 3%;
    border-radius: 5px;
}

.top-spot h2 {
}

.top-spot h2 span {
}

.top-spot .top-map.youtube {
    margin: 0 0 40px;
}

.top-spot .top-map.youtube iframe {
}

.contact-block {
    padding: 50px 3%;
    margin: 0px 0;
    background: #f0f1ff;
    background: url(../img/top/bg_03.jpg) no-repeat no-repeat center center;
    background-size: cover;
    position: relative;
}

.contact-block::before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    margin: 0 auto;
}

.entry-contents .contact-block {
    padding: 50px 3%;
    margin: 0;
    border: none;
}

.contact-block .container {
    background: #FFF;
    padding: 40px 20px;
}

.entry-contents .contact-block .container {
    padding: 40px 20px;
}

.contact-block .container h2 {
    /* color: #025daf; */
}

.contact-block h2 span {
    /* color: #025daf; */
}

.tel-mail {
    max-width: 800px;
    margin: 0 auto;
}

.tel-mail__tel {
    width: 50%;
}

.tel-mail .tel-mail__tel p.tel-text {
    margin: 6px 0 13px;
    padding: 0;
    position: relative;
    text-align: center;
    font-family: din-condensed, sans-serif;
}

.tel-mail__tel p.tel-text::before {
    content: " ";
    display: inline-block;
    width: 34px;
    height: 37px;
    background: url(../img/common/icon_tel_green.svg) no-repeat top left;
    background-size: contain;
    position: relative;
    top: 4px;
    margin: 0 10px 0 0;
    bottom: 0;
    left: 0;
}

.tel-text a {
    color: #4586BF;
    font-size: 54px;
    font-weight: 800;
    display: inline-block;
    letter-spacing: 0.1rem;
}

.tel-mail .tel-mail__tel p {
    margin: 0;
    line-height: 1;
    text-align: center;
    font-size: 18px;
    /* padding: 0 0 0 35px; */
    font-weight: 600;
    /* text-align: center; */
}

.tel-mail__mail {
    width: 50%;
}

.tel-mail__mail a {
    display: block;
    background: #f2865e;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    padding: 18px 0;
    position: relative;
    border-radius: 4px;
}

.tel-mail__mail a::before {
    content: " ";
    display: inline-block;
    width: 33px;
    height: 26px;
    background: url(../img/common/icon_mail_white.svg) no-repeat top left;
    background-size: contain;
    position: relative;
    top : 5px;
    margin: 0 14px 0 0;
    left: 0;
}

.btns-block {
    width: 100%;
    margin: 30px auto 0;
    padding: 40px 3%;
    background: #646464;
}

.btns-block .container {
    width: 100%;
    max-width: 800px;
}

.btns-block ul {
}

.btns-block li {
    margin: 0 0;
    width: 48%;
}

.btns-block .btn {
    border-color: #FFF;
    width: 100%;
    margin: 0;
    color: #FFF;
    background: #424242;
}

.btns-block .btn::before {
    background-image: url("../img/common/v_01_white.svg");
}

.recruit-block {
    padding: 0px 0% 0px;
    background: url(../img/top/bg_04.jpg) no-repeat center top;
    background-size: cover;
}

.recruit-block .container {
    background: rgba(0,0,0,0.5);
    padding: 40px 3%;
    max-width: 100%;
}

.recruit-block h2 {
    color: #FFF;
    margin: 0 0 20px;
}

.recruit-block h3 {
    color: #4586bf;
    margin: 0 auto 30px;
    background: #fff;
    max-width: 310px;
    padding: 0px 0;
    font-size: 21px;
}

.recruit-block h2 span {
    color: #FFF;
}

.recruit-block p {
    color: #FFF;
}

.recruit-block .btn {
    margin: 20px auto;
    background: #FFF;
    color: #4586bf;
    border: none;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.recruit-block .btn::before {
    display: none;
}

.gotop {
    width: 70px;
    right: 3%;
    display: block;
    position: fixed;
    bottom: 30px;
    z-index: 20;
}

.gotop img {
    width: 70px;
}

.site-footer {
    padding: 40px 0 0px;
    background: #344973;
}

.site-footer .container {
    max-width: 1300px;
    padding: 0 3% 10px;
}

.site-footer__nav {
    width: calc(100% - 540px);
    max-width: 870px;
    margin: 0px 0 0;
}

.site-footer__nav ul {
    /* width: 33%; */
}

.site-footer__nav ul li {
    margin: 0 0 25px;
    width: 49%;
}

.site-footer__nav ul li a {
    display: block;
    position: relative;
    padding: 0 0 0 22px;
    font-weight: bold;
    font-size: 16px;
    color: #FFF;
}

.site-footer__nav ul li a::before {
    content: " ";
    display: block;
    width: 16px;
    height: 16px;
    background: url(../img/common/v_01_white.svg) no-repeat top left;
    position: absolute;
    top: 1px;
    margin: auto 0;
    left: 0;
    bottom: 0;
}

.site-footer__nav ul li ul li {
    /* margin: 0 0 10px; */
}

.site-footer__nav ul li ul li a {
    /* border-bottom: 1px solid #000; */
}

.site-footer__nav ul li ul {
    padding: 25px 0px 0px 25px;
    width: 100%;
    margin: 0px 0 0;
}

.site-footer__address {
    width: 540px;
}

.site-footer__logo {
    margin: 0 0 20px;
}

.site-footer__logo a {
}

.site-footer__logo img {
    width: 300px;
}

.site-footer__sns {
    max-width: 210px;
    margin: 30px auto 60px;
}

.site-footer__sns ul {
}

.site-footer__sns li {
    width: 21%;
}

.site-footer__sns a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.site-footer__sns img {
    width: 40px;
}

.site-footer__address p {
    font-size: 16px;
    padding: 0 0 0 0px;
    line-height: 1.8;
    margin: 0 0 20px;
    /* text-align: right; */
    font-weight: bold;
    color: #FFF;
}

.site-footer .copyright {
    margin: 0;
    font-size: 12px;
    text-align: center;
    background: #344973;
    color: #FFF;
    padding: 30px 3% 60px;
}

/* lower */
.lower-mv {
    height: 430px;
    background-position: center top 64px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 138px 3% 0;
    margin: 0px 0 30px;
    /* background: #ffc900; */
    position: relative;
}

.lower-mv::before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.42);
    position: absolute;
    top : 0;
    left: 0;
    margin: 0 auto;
}

.lower-mv .container {
    display: flex;
    align-items: center;
    height: 100%;
}

.lower-mv h1 {
    color: #ffffff;
    font-size: 30px;
    letter-spacing: 0.21rem;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1;
}

.lower-mv h1 span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin: 10px 0 0;
    color: #FFF;
}

.breadcrumbs {
    margin: 0 0 20px;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

.breadcrumbs span {
    font-size: 14px;
    margin: 0 10px 0;
    color: #FFF;
}

.breadcrumbs a {
    text-decoration: underline;
}

.breadcrumbs span:first-child {
    margin: 0 5px 0 0;
}

.entry-contents {
    margin: 0 0 0px;
}

.entry-contents section {
    padding: 100px 3% 60px;
    margin: 0;
    border-bottom: 3px solid #efefef;
}

.entry-contents section:nth-child(2n) {
    /* background: #ededed; */
}

.entry-contents .container {
    max-width: 1000px;
    padding: 0;
}

.wp-block-group {
    padding: 40px 3%;
}

.company-03 {
    background: #d4eaff;
}

.entry-contents h2 {
}

.entry-contents h2::before {
    /* content: " ";
    display: block;
    width: 20%;
    height: 2px;
    background: #000;
    position: absolute;
    bottom : 0;
    left: 0;
    right: 0;
    margin: 0 auto; */
    display: none;
}

.entry-contents h2::after {
    /* content: " ";
    display: block;
    width: 20%;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: 0 auto; */
}

.entry-contents h2.white {
    color: #FFF;
}

.entry-contents h2 span {
}

section h2 span i {
    font-style: normal;
    color: #f5413f;
    letter-spacing: 0;
}

.entry-contents .wp-block-column {
    text-align: center;
    /* border: 2px solid #025daf; */
    margin: 0 0 20px;
    box-shadow: 0 0 10px #c3c3c3;
    padding: 20px;
}

.entry-contents .wp-block-column p {
    margin: 0;
}

section h3 {
    color: #000000;
    font-weight: bold;
    font-size: 18px;
    margin: 50px 0 10px;
    line-height: 1.4;
    font-family: ten-mincho, serif;
}

.entry-contents h4 {
    color: #025daf;
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 10px;
    line-height: 1.4;
}

.entry-contents h5 {
}

.entry-contents p {
    margin: 0px 0 40px;
}

.entry-contents p small {
    font-size: 12px;
}

p.has-text-align-right {
    text-align: right;
}

p.has-text-align-left {
    text-align: left;
}

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

.entry-contents ul {
}

.entry-contents li {
}

.entry-contents ol {
}

.row2 {
}

.row2 li {
    width: 50%;
    margin: 0 0 10px;
}

.wp-block-table {
    margin: 40px 0;
}

.entry-contents table {
    width: 100%;
}

.entry-contents .table {
    margin: 0 0 40px;
}

.entry-contents th {
    border: 1px solid #000;
    border-left: none;
    border-right: none;
    padding: 24px 10px 20px;
    width: 200px;
    font-size: 16px;
    vertical-align: top;
}

.entry-contents td {
    border: 1px solid #000;
    border-left: none;
    border-right: none;
    padding: 20px 10px;
    font-size: 16px;
    line-height: 2;
    vertical-align: middle;
}

.entry-contents .name-position {
    margin: 0;
    font-size: 12px;
}

.entry-contents .name-jp {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
}

.entry-contents .name-en {
    margin: 0;
    font-size: 12px;
}

.entry-contents .wp-block-media-text__media {
    /*     margin: 0 0 20px; */
}

.entry-contents .wp-block-media-text__media img {
    border-radius: 4px;
    margin: 0 0 20px;
    border: 1px solid #e5e5e5;
}

.entry-contents .wp-block-media-text {
    margin: 0 0 40px;
    padding: 20px 10px;
    border-bottom: 1px solid #ddd;
    /* background: #f7f7f7; */
}

.single-container {
    margin: 80px 3%;
}

.img-links {
    margin: 0 auto;
}

.img-links ul {
}

.img-links li {
    width: 23%;
    margin: 0 0 30px;
}

.img-links a {
    display: block;
    position: relative;
    border: 1px solid #000;
}

.img-links .img {
    height: 140px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 0 0px;
}

.img-links .txt {
    padding: 14px 20px 20px;
}

.sub-txt {
    display: block;
    margin: 0 0 5px;
    font-size: 12px;
}

.img-links h3 {
    background: none;
    font-size: 20px;
    color: #000;
    padding: 0;
    margin: 0 0 10px;
}

.img-links p {
    font-size: 14px;
    text-align: left;
    margin: 0;
}

.showroom-01 {
}

.entry-contents .showroom-02 {
    padding: 0 0 60px;
    margin: 0 auto;
    max-width: 1300px;
    width: 100%;
}

.showroom-03 {
}

.showroom-04 {
}

.showroom-04 .container {
    max-width: 1400px;
}

.another_link {
    margin: 30px auto;
    padding: 0 3%;
}

.another_link .container {
    max-width: 800px;
}

.another_link a {
    background: #e60012 no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px 20px;
    border-radius: 4px;
    position: relative;
}

.another_link a::before {
    content: " ";
    display: block;
    width: 26px;
    height: 26px;
    background: url("../img/common/v_01_white.svg") no-repeat top left;
    position: absolute;
    top : 0;
    margin: auto 0;
    right: 21px;
    bottom: 0;
}

.another_link .txt {
    background: rgb(0 0 0 / 58%);
    padding: 30px;
}

.another_link h3 {
    margin: 0;
    padding: 0 30px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    color: #FFF;
    font-size: 22px;
}

.another_link p {
    margin: 0;
    color: #FFF;
    font-size: 14px;
}

.img-gallery {
}

.img-gallery ul {
}

.img-gallery li {
    width: 48.4%;
    margin: 0 0 40px;
}

.img-gallery .img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 62% 0 0 0;
}

.img-gallery .txt {
    background: #424242;
    padding: 20px;
}

.img-gallery p {
    color: #FFF;
    margin: 0;
    text-align: left;
}

.maintenance-03 .container {
    max-width: 1300px;
}

.map-block {
    margin: 0 0 40px;
}

.contact__form {
}

.contact__form table {
    width: 100%;
}

.contact__form tbody {
}

.contact__form tr {
}

.entry-contents .contact__form th {
    width: 280px;
    text-align: left;
    font-weight: bold;
    padding: 10px 0 10px 50px;
    font-size: 14px;
    position: relative;
    vertical-align: top;
    border: none;
}

.contact__form .must {
    display: inline-block;
    background: #dc1432;
    color: #FFF;
    font-size: 10px;
    padding: 1px 7px;
    margin: 0 0px 0 0;
    position: absolute;
    left: 0;
    top: 13px;
}

.contact__form td {
    padding: 10px 0;
    border: none;
}

textarea {
    width: 100%!important;
    padding: 10px 10px;
    font-size: 20px;
    border: 1px solid #ddd;
    min-height: 100px!important;
}

.contact__form p {
    text-align: center;
}

input[type=text] {
    width: 100%;
    padding: 10px 10px;
    font-size: 20px;
    border: 1px solid #ddd;
}

.contact__form p a {
    color: #34590E;
    text-decoration: underline;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]::focus, input[type="button"]::focus {
    outline-offset: -2px;
}

.contact__form .btn {
    border: 1px solid #000;
    padding: 20px;
    background: #000000;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.contact__form .btn:hover {
    opacity: 0.6;
}

.contact__form .btn::before {
}

.icon_links {
    /* max-width: 900px; */
    width: 100%;
    margin: 60px auto 60px;
}

.icon_links ul {
}

.icon_links li {
    width: 19%;
    margin: 0 0 20px;
}

.icon_links a {
    display: block;
    background: #4586BF;
    padding: 130px 20px 20px;
    position: relative;
    height: 100%;
    border-radius: 10px;
}

.icon_links a:hover {
    opacity: 1;
}

.icon_links a::before {
    /*     content: " ";
    display: block;
    width: 16px;
    height: 15px;
    background: url("../img/common/v_02_white.svg") no-repeat top left;
    position: absolute;
    top: 0;
    margin: auto;
    bottom: 0;
    right: 20px; */
}

.icon_links.white a::before {
    background-image: url("../img/common/v_02_blue.svg");
}

.icon_links.white a {
    background: #FFF;
}

.icon_links .icon {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 35px;
    margin: auto;
    width: 60px;
    height: 60px;
}

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

.icon_links .icon img {
    width: 100%;
    height: 60px;
}

.icon_links h3 {
    color: #FFF;
    font-size: 22px;
    margin: 0 0 20px;
    font-weight: 400;
    line-height: 1.3;
    font-family: ten-mincho, serif;
}

.icon_links.white h3 {
    color: #34590E;
}

.icon_links p {
    margin: 0;
    color: #FFF;
    font-size: 16px;
    text-align: left;
}

.icon_links.white p {
    color: #000000;
}

.icon_links .btn {
}

.top-aboutus {
    background: #7A9FBF;
    padding: 190px 3% 0;
    background: url(../img/top/bg_01.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-aboutus::before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    position: absolute;
    top : 0;
    left: 0;
    margin: 0 auto;
}

.top-aboutus h2 {
    color: #FFF;
    font-size: 40px;
}

.top-aboutus p {
    color: #FFF;
    font-size: 22px;
    line-height: 2.6;
}

.top-salesoffice .container {
    max-width: 1280px;
}

.top-salesoffice__list li {
    width: 31%;
}

.top-salesoffice__list li .youtube {
    padding-top: 80%;
}

.top-product {
}

@media screen and (max-width: 1200px) {
    .site-nav {
        /* padding: 18px 0 0; */ /* max-width: 410px; */
    }

    .site-nav li {
        /* width: 33.33%; */
        /* text-align: center; */
        /* margin: 0 0 10px; */
    }
}
