/* リセットCSS
---------------------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /*font: inherit;*/
    vertical-align: baseline;
}
img {
    border: 0;
    vertical-align: bottom;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table td,
table th,
span,
div {
    font-weight: normal;
}

/* -------common css------- */


/* font css */

@font-face {
    font-family: "ryumin-M";
    src: url("../../fonts/A-OTF-RyuminPro-Medium.woff2") format("woff2"), url("../../fonts/A-OTF-RyuminPro-Medium.woff") format("woff");
    font-display: swap;
}
@font-face {
    font-family: "times-r";
    src: url("../../fonts/times-new-roman.woff2") format("woff2"), url("../../fonts/times-new-roman.woff") format("woff");
    font-display: swap;
}
.ryumin {
    font-family: "リュウミン R-KL", serif;
    font-style: normal;
    font-weight: 700;
}
.times {
    font-family: "times-r", sans-serif;
    font-style: normal;
}
html {
    font-size: 100%;
}
body {
    /*フォントの指定*/
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-style: normal;
    font-weight: 700;
    /*行間の指定*/
    line-height: 1.6;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    /*サイトのデフォルトとなる文字の色を指定*/
    color: #000;
    font-size: 15px;
    position: relative;
    overflow-x: hidden;
}

/*見出し*/

h1,
h2 {
    font-size: 46px;
}
h3 {
    font-size: 35px;
}
h4,
h5,
h6 {
    font-size: 24px;
    margin-bottom: 20px;
}
h1.entry-title {
    font-size: 30px;
}
@media screen and (max-width: 768px) {
    body {
        font-size: 14px;
    }
    h1,
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 24px;
    }
    h4,
    h5,
    h6 {
        font-size: 18px;
    }
    h1.entry-title {
        font-size: 20px;
    }
}
h1,
h2,
h3,
.entry-title {
    font-family: "リュウミン B-KL" "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    color: #000;
    text-decoration: none;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}
a:hover {
    opacity: 0.8;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}
p {
    font-weight: normal;
    margin-bottom: 20px;
}

/* -------all css------- */

.content-inner {
    max-width: 90%;
    margin: auto;
    /* padding: 0 5%; */
    position: relative;
}
.content-container {
    max-width: 1000px;
    margin: auto;
    /* padding: 0 3%; */
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.container {
    max-width: 1000px;
    margin: auto;
    /* padding: 0 3%; */
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.site-body {
    padding: 100px 0;
}
@media screen and (max-width: 1200px) {
    .content-container {
        padding: 0 3%;
    }
    .container {
        padding: 0 3%;
    }
    .page .container {
        padding: 0 6%;
    }
    .archive .container {
        padding: 0 6%;
    }
    .single .container {
        padding: 0 6%;
    }
}
@media (max-width: 1080px) {
    .container {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 768px) {
    .site-body {
        padding: 40px 0 20px;
    }
}
section {
    padding-top: 100px;
}
section:first-of-type {
    padding-top: 0;
}
article {
    padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
    section {
        padding-top: 60px;
    }
    article {
        padding-bottom: 60px;
    }
}

/* heading */


/* ===================================== */

.sec--heading {
    margin-bottom: 100px;
    text-align: center;
}
.s-h--tit {
    margin-top: 10px;
    margin-bottom: 5px;
    display: block;
    position: relative;
}
.s-h--subtit {
    color: #a2a2a2;
    display: block;
    position: relative;
    font-size: 16px;
}
.s-h--subtit::before {
    content: "";
    background: url("../../image/image_re/3dots.png") no-repeat center center/cover;
    width: 25px;
    height: 5px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}
@media screen and (max-width: 768px) {
    .sec--heading {
        margin-bottom: 50px;
    }
}

/* margin/padding */

.mb00 {
    margin-bottom: 0;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb25 {
    margin-bottom: 25px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb35 {
    margin-bottom: 35px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb45 {
    margin-bottom: 45px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb55 {
    margin-bottom: 55px;
}
.mb60 {
    margin-bottom: 60px;
}
.mb70 {
    margin-bottom: 70px;
}
.mb80 {
    margin-bottom: 80px;
}
.mb90 {
    margin-bottom: 90px;
}
.mb100 {
    margin-bottom: 100px;
}
.ml00 {
    margin-left: 0;
}
.ml10 {
    margin-left: 10px;
}
.ml15 {
    margin-left: 15px;
}
.ml20 {
    margin-left: 20px;
}
.ml25 {
    margin-left: 25px;
}
.ml30 {
    margin-left: 30px;
}
.ml35 {
    margin-left: 35px;
}
.ml40 {
    margin-left: 40px;
}
.ml45 {
    margin-left: 45px;
}
.ml50 {
    margin-left: 50px;
}
.ml55 {
    margin-left: 55px;
}
.ml60 {
    margin-left: 60px;
}
.mr00 {
    margin-right: 0;
}
.mr10 {
    margin-right: 10px;
}
.mr15 {
    margin-right: 15px;
}
.mr20 {
    margin-right: 20px;
}
.mr25 {
    margin-right: 25px;
}
.mr30 {
    margin-right: 30px;
}
.mr35 {
    margin-right: 35px;
}
.mr40 {
    margin-right: 40px;
}
.mr45 {
    margin-right: 45px;
}
.mr50 {
    margin-right: 50px;
}
.mr55 {
    margin-right: 55px;
}
.mr60 {
    margin-right: 60px;
}
.mt00 {
    margin-top: 0;
}
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mt25 {
    margin-top: 25px;
}
.mt30 {
    margin-top: 30px;
}
.mt35 {
    margin-top: 35px;
}
.mt40 {
    margin-top: 40px;
}
.mt45 {
    margin-top: 45px;
}
.mt50 {
    margin-top: 50px;
}
.mt55 {
    margin-top: 55px;
}
.mt60 {
    margin-top: 60px;
}
.mt70 {
    margin-top: 70px;
}
.mt80 {
    margin-top: 80px;
}
.mt90 {
    margin-top: 90px;
}
.mt100 {
    margin-top: 100px;
}
.mt110 {
    margin-top: 110px;
}
.mt120 {
    margin-top: 120px;
}
.mt130 {
    margin-top: 130px;
}
.mt140 {
    margin-top: 140px;
}
.mt150 {
    margin-top: 150px;
}
.mt160 {
    margin-top: 160px;
}
.pb10 {
    padding-bottom: 10px;
}
.pb15 {
    padding-bottom: 15px;
}
.pb20 {
    padding-bottom: 20px;
}
.pb25 {
    padding-bottom: 25px;
}
.pb30 {
    padding-bottom: 30px;
}
.pb35 {
    padding-bottom: 35px;
}
.pb40 {
    padding-bottom: 40px;
}
.pl10 {
    padding-left: 10px;
}
.pl15 {
    padding-left: 15px;
}
.pl20 {
    padding-left: 20px;
}
.pl25 {
    padding-left: 25px;
}
.pl30 {
    padding-left: 30px;
}
.pl35 {
    padding-left: 35px;
}
.pl40 {
    padding-left: 40px;
}
.pr10 {
    padding-right: 10px;
}
.pr15 {
    padding-right: 15px;
}
.pr20 {
    padding-right: 20px;
}
.pr25 {
    padding-right: 25px;
}
.pr30 {
    padding-right: 30px;
}
.pr35 {
    padding-right: 35px;
}
.pr40 {
    padding-right: 40px;
}
.pt10 {
    padding-top: 10px;
}
.pt15 {
    padding-top: 15px;
}
.pt20 {
    padding-top: 20px;
}
.pt25 {
    padding-top: 25px;
}
.pt30 {
    padding-top: 30px;
}
.pt35 {
    padding-top: 35px;
}
.pt40 {
    padding-top: 40px;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}

/* font css */


/* shin gothic*/


/* .shin-go {
  font-family: a-otf-ud-shin-go-pr6n, 'Noto Sans JP', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', sans-serif;
  font-weight: 400;
}

.sh-reg {
  font-weight: 300;
}

.sh-bold {
  font-weight: 700;
}

.sh-ital {
  font-style: italic;
} */


/* cenrury gothic*/


/* .cen-go {
  font-family: century-gothic, 'Noto Sans JP', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', sans-serif;
  font-weight: 400;
}

.ce-reg {
  font-weight: 400;
}

.ce-bold {
  font-weight: 700;
}

.ce-ital {
  font-style: italic;
} */


/* kozuka gothic*/


/*
.koz-go {
  font-family: kozuka-gothic-pr6n, 'Noto Sans JP', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', sans-serif;
  font-weight: 300;
}

.koz-reg {
  font-weight: 300;
}

.koz-medium {
  font-weight: 500;
}

.koz-bold {
  font-weight: 700;
}

.koz-hvy {
  font-weight: 900;
}

.koz-ital {
  font-style: italic;
} */

.fit {
    -o-object-fit: cover;
    object-fit: cover;
}

/* IE用 */

.ie_fit {
    font-family: "object-fit: cover;";
}
.ie_position-l {
    font-family: "object-fit: cover; object-position: left;";
}
.ie_position-r {
    font-family: "object-fit: cover; object-position: right;";
}
.ie_position-t {
    font-family: "object-fit: cover; object-position: top;";
}
.ie_position-b {
    font-family: "object-fit: cover; object-position: bottom;";
}
.spbr {
    display: none;
}
.tbbr {
    display: none;
}
@media screen and (max-width: 1024px) {
    .tbbr {
        display: block;
    }
    .pctbbr {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .spbr {
        display: block;
    }
    .pcspbr {
        display: none;
    }
}

/* header */


/* ============================== */

#site-header {
    background: #fff;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}
.site-header-container {
    max-width: 90%;
    margin: auto;
    /* padding: 0 5%; */
    position: relative;
}
.site-header-logo {
    display: inline-block;
    position: relative;
    z-index: 2;
}
.site-header-logo img {
    min-width: 320px;
    min-height: 90px;
}
.global-nav-list>li .global-nav-name {
    font-size: 16px;
    font-family: "リュウミン B-KL", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.site-header-logo .logo_scroll {
    display: none;
}
.header_scrolled .site-header-logo {
    display: inline-block !important;
}
.header_scrolled .site-header-logo .logo_no-scroll {
    display: none !important;
}
.header_scrolled .site-header-logo .logo_scroll {
    display: block !important;
}
.site-header-logo img.logo_scroll {
    min-width: 30px !important;
    min-height: 30px !important;
}
.header_scrolled .site-header {
    width: 100% !important;
    max-width: 100% !important;
    background: rgba(255, 255, 255, 0.7) !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.header_scrolled .site-header-container {
    width: 1000px !important;
}
.header_scrolled .site-header--layout--nav-float .site-header-logo {
    width: auto !important;
}
.header_scrolled .site-header .global-nav {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.header_scrolled .site-header--layout--nav-float .site-header-container {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.header_scrolled .global-nav-list {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.header_scrolled .global-nav-list li:last-child a {
    padding-right: 0 !important;
}

/* .gMenu_outer {
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 90%;
  z-index: 1;
} */


/* #menu-main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
} */


/* #menu-main-menu li {
  padding: 0 1.5%;
}

#menu-main-menu li:last-of-type {
  padding: 0 0 0 1.5%;
}

#menu-main-menu li a {
  font-size: 16px;
} */

@media screen and (max-width: 1200px) {
    /* .site-header-container {
    padding: 0 5%;
  } */
    .site-header-logo img {
        min-width: 260px;
        min-height: 73px;
    }
    .device-pc .global-nav-list>li>a {
        padding: 14px 1em;
    }
}
@media screen and (max-width: 1080px) {
    .site-header-logo img {
        min-width: 220px;
        min-height: 61px;
    }
    .device-pc .global-nav-list>li>a {
        padding: 14px 0.8em;
    }
    .global-nav-list>li .global-nav-name {
        font-size: 14px;
    }
}
@media screen and (max-width: 991px) {
    .site-header-container {
        text-align: center;
    }
    #site-header {
        position: fixed;
        top: 0;
        z-index: 99;
    }
    .vk-mobile-nav-menu-btn {
        top: 24px !important;
    }
    .header_scrolled .site-header-logo .logo_scroll {
        display: none !important;
    }
    .header_scrolled .site-header-logo .logo_no-scroll {
        display: block !important;
    }
    /* .site-header-logo .logo_scroll{
    display:none;
  }
  .header_scrolled .site-header-logo{
    display:block !important;
  }
  .header_scrolled .site-header-logo .logo_no-scroll{
    display:none !important;
  }
  .header_scrolled .site-header-logo .logo_scroll{
    display:none !important;
  } */
}

/*
@media screen and (max-width:991px) {
  .navbar-header {
    display: block;
  }
  #gMenu_outer {
    display: none;
  }
  .siteHeader_logo {
    text-align: center;
  }
  .siteHeader_logo img {
    width: 260px;
  }
  .vk-mobile-nav-menu-btn {
    top: 22px !important;
  }
  .vk-mobile-nav {
    width: calc(100% - 20px) !important;
    padding: 70px 10px !important;
  }
  .siteHeadContainer {
    padding: 12px 3%;
  }
}

@media screen and (max-width:420px) {
  .siteHeader_logo img {
    width: 200px;
  }
  .vk-mobile-nav-menu-btn {
    top: 18px !important;
  }
} */


/* page header */


/* ======================== */

.page-header {
    min-height: auto;
    height: 400px;
}
.page-header img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.page-header-title,
h1.page-header-title {
    color: #fff;
    text-shadow: 2px 5px 10px #000;
    font-size: 62px;
    font-weight: normal;
    font-family: "リュウミン B-KL";
}
@media screen and (max-width: 991px) {
    .page-header-inner.container {
        top: 8%;
    }
}
@media screen and (max-width: 768px) {
    .page-header-title,
    h1.page-header-title {
        font-size: 32px;
    }
}

/* footer */


/* ======================== */

footer {
    padding: 100px 0;
    background-image: url("../../image/image_re/mokubg-flat-footer.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.footer__logo {
    margin-bottom: 50px;
}
.footer-menu-area-sp {
    display: none;
}
.footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.footer__left {
    width: 40%;
}
.footer__right {
    width: 59%;
}
.company--prof span {
    font-size: 15px;
    font-family: "リュウミン B-KL", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.company--prof span:nth-child(1) {
    display: block;
}
.company--prof span:nth-child(2) {
    display: block;
}
.company--prof span:nth-child(3) {
    display: inline-block;
    margin-right: 20px;
}
.company--prof span:nth-child(4) {
    display: inline-block;
}
@media (min-width: 768px) {
    .menu-item-100 a[href^="tel:"] {
        pointer-events: none;
    }
}
.footer-menu-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
}
.footerMenu li {
    font-size: 16px;
}
.footerMenu li a {
    display: inline-block;
    margin: 10px 0;
    font-family: "リュウミン B-KL", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.footerMenu li .sub-menu {
    padding-left: 16px;
}
.footerMenu li .sub-menu li {
    position: relative;
    font-size: 15px;
}
.footerMenu li .sub-menu li a {
    margin: 3px 0;
}
.footerMenu li .sub-menu li::before {
    content: "－";
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: -16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* .footerMenu {
  margin-bottom: 50px;
}

.footerMenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footerMenu ul .menu-item {
  width: 32%;
  padding: 10px 0;
  border-bottom: 1px solid #000;
}
.footerMenu ul .menu-item a{
  font-size:15px;
}
.footerMenu ul .menu-item:nth-of-type(1), .footerMenu ul .menu-item:nth-of-type(2), .footerMenu ul .menu-item:nth-of-type(3) {
  border-top: 1px solid #000;
}

.footerMenu ul .menu-item.space {
  border-bottom: none;
  padding: 0;
} */

.copySection {
    text-align: right;
}

/*
@media screen and (max-width:1560px) {
  .footer__left {
    width: 40%;
  }
  .footer__right {
    width: 58%;
  }
} */

@media screen and (max-width: 991px) {
    .footer__logo {
        margin-bottom: 40px;
        text-align: center;
    }
    .footer__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer__left {
        width: 90%;
        margin-bottom: 40px;
    }
    .footer__right {
        width: 100%;
    }
    .footer-menu-area {
        display: none;
    }
    .footer-menu-area-sp {
        display: block;
        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;
    }
    .footer-menu-area-sp .footerMenu {
        width: 32%;
        margin-bottom: 40px;
    }
    /* .footerMenu--sp ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footerMenu--sp ul .menu-item {
    width: 24%;
    padding: 10px 0;
    border-bottom: 1px solid #000;
  }
  .footerMenu--sp ul .menu-item:nth-of-type(1), .footerMenu--sp ul .menu-item:nth-of-type(2), .footerMenu--sp ul .menu-item:nth-of-type(3), .footerMenu--sp ul .menu-item:nth-of-type(4) {
    border-top: 1px solid #000;
  }
  .footerMenu--sp ul .menu-item.space {
    border-bottom: none;
    padding: 0;
  } */
}
@media screen and (max-width: 768px) {
    footer {
        padding: 80px 0 80px;
    }
    .footer__logo img {
        width: 220px;
    }
    /* .footer__left {
    width: 100%;
  } */
    .site-footer {
        --vk-size-text-sm: 14px;
    }
    .company--prof span {
        font-size: 14px;
    }
    .copySection {
        text-align: center;
    }
}
@media screen and (max-width: 520px) {
    .footer__left {
        width: 80%;
        margin-bottom: 40px;
    }
    .footer-menu-area-sp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 40px;
    }
    .footer-menu-area-sp .footerMenu {
        width: 100%;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 380px) {
    .footer__left {
        width: 100%;
    }
    /* .footer-menu-area-sp{
    width: 85%;
    margin: 0 auto 40px;
  } */
}

/*
@media screen and (max-width:767px) {
  .footerMenu--sp {
    margin-bottom: 30px;
  }
  .footerMenu--sp ul .menu-item {
    width: 49.5%;
  }
  .footerMenu--sp ul .menu-item:nth-of-type(3), .footerMenu--sp ul .menu-item:nth-of-type(4) {
    border-top: none;
  }
} */


/* @media screen and (max-width:380px) {
  .footerMenu--sp ul .menu-item{
    height:60px;
    position:relative;
  }
  .footerMenu--sp ul .menu-item a{
    position:absolute;
    top:50%;
    left:0;
    transform:translatey(-50%);
    z-index:1;
  }
} */


/* button */


/* ======================== */

.more-blk-btn a {
    padding: 15px 60px;
    background: -o-linear-gradient(310deg, #217243, #29884f, #025a3b 65%);
    background: linear-gradient(140deg, #217243, #29884f, #025a3b 65%);
    position: relative;
    display: inline-block;
    color: #fff;
}
.more-blk-btn a::before {
    content: "";
    background: url("../../image/image_re/arror-r-wh.png") no-repeat center center/cover;
    width: 6px;
    height: 7px;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}
.more-blk-btn a:hover {
    color: #fff !important;
}
.more-blk-btn a:hover::before {
    right: 10px;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

/* section毎 */

.works .more-blk-btn,
.voice .more-blk-btn {
    text-align: center;
}

/* footerのボタン */

.f-btn__area {
    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;
}
.more-gre-btn a {
    padding: 20px 0;
    padding-left: 26px;
    width: 316px;
    border: 1px solid #000;
    position: relative;
    display: inline-block;
    text-align: center;
}
.more-gre-btn a::before {
    content: "";
    background: url("../../image/blk-btn-arrow-r.png");
    width: 10px;
    height: 10px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}
.more-gre-btn a.f-contact-btn::after {
    content: "";
    background: url("../../image/mail-icon.png");
    width: 26px;
    height: 20px;
    position: absolute;
    left: 86px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.more-gre-btn a.f-siryou-btn::after {
    content: "";
    background: url("../../image/siryou-icon.png");
    width: 26px;
    height: 20px;
    position: absolute;
    left: 106px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.more-gre-btn a:hover::before {
    right: 5px;
    bottom: 5px;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}
@media screen and (max-width: 1320px) {
    .f-btn__area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .more-gre-btn {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 991px) {
    .f-btn__area {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media screen and (max-width: 768px) {
    .more-blk-btn,
    .more-wht-btn,
    .more-gre-btn {
        text-align: center !important;
    }
}
@media screen and (max-width: 660px) {
    .f-btn__area {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media screen and (max-width: 420px) {
    .more-gre-btn a {
        width: 240px;
    }
    .more-gre-btn a.f-contact-btn::after {
        left: 50px;
    }
    .more-gre-btn a.f-siryou-btn::after {
        left: 70px;
    }
}

/* lightning_remove_css */

a {
    text-decoration: none !important;
}
a:hover {
    color: #000;
}

/*
main {
  margin-top: 129px;
}

@media screen and (max-width:991px) {
  main {
    margin-top: 99px;
  }
}

@media screen and (max-width:420px) {
  main {
    margin-top: 82px;
  }
} */


/* breadcrumb */


/* .breadSection {
  border-bottom: 1px solid rgba(0,0,0,.05);
}
.breadSection .breadcrumb {
  margin-top: 0;
  margin-bottom: 0;
  background: 0 0;
  padding: 6px 15px;
  border-radius: .25rem;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.breadSection .breadcrumb li {
  line-height: 1.2;
  margin-bottom: 0;
    list-style: none;
}
.breadSection .breadcrumb a {
  color: #666;
  padding-bottom: 2px;
}
.breadSection .breadcrumb span {
  font-size: .75em;
}
.breadSection .breadcrumb>li+li:before {
  content: "/";
  margin-left: .5em;
  margin-right: .5em;
  font-size: 12px;
} */


/* page_header */


/* .section.page-header {
  margin-top: 129px;
}
@media screen and (max-width:991px){
  .section.page-header {
    margin-top: 99px;
  }
}
@media screen and (max-width:420px){
  .section.page-header {
    margin-top: 82px;
  }
} */

.page-header img.attachment-full.size-full.wp-post-image {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
.page-id-551 .page-header img.attachment-full.size-full.wp-post-image {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 20% 30%;
    object-position: 20% 30%;
    font-family: "object-fit: cover; object-position: 0% 30%;";
}
.page-id-147 .page-header img.attachment-full.size-full.wp-post-image {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 10% 35%;
    object-position: 10% 35%;
    font-family: "object-fit: cover; object-position: 0% 30%;";
}

/* CTA */

.cta-box {
    position: fixed;
    width: 1000px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99;
    display: table;
}
.cta-box a {
    display: table-cell;
    vertical-align: middle;
    width: 33.33%;
    padding: 15px;
    color: #fff;
    text-align: center;
    font-family: "リュウミン B-KL" "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.cta-box a.cta-document {
    background: #00452d;
}
.cta-box a.cta-modelhouse {
    background: #dac096;
}
.cta-box a.cta-tel {
    background: #030579;
}
.ctabr {
    display: none;
}
@media screen and (min-width: 769px) {
    .cta-box a.cta-tel {
        display: none;
    }
}
@media screen and (max-width: 1000px) {
    .cta-box {
        width: 100%;
        padding: 0;
    }
}
@media screen and (max-width: 480px) {
    .cta-box a {
        padding: 12px 5px;
        font-size: 12px;
    }
    .ctabr {
        display: block;
    }
}
@media (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

/* page */

.page .sec--heading {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 120px;
}
.page-h-tit {
    font-size: 38px;
    position: relative;
}
.page_tit_bg {
    display: block;
    position: absolute;
    width: 100%;
    height: 110%;
    background: #e4f8eb;
    top: 8px;
    left: 15px;
    z-index: -1;
}
.page-h-tit-b {
    font-size: 38px;
    position: relative;
    padding: 10px 30px;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    line-height: 1;
    display: inline-block;
}
.page-h-tit-b::before {
    content: "";
    background: #333;
    width: 2px;
    height: 120%;
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.page-h-tit-b::after {
    content: "";
    background: #333;
    width: 2px;
    height: 120%;
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.page-h-tit::before {
    content: attr(data-en);
    position: absolute;
    top: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: rgba(118, 215, 152, 0.2);
    font-size: 85px;
    /* font-style: italic; */
    width: 100%;
}
.page_h3 {
    font-size: 28px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 120px;
}
.page_h3 span {
    display: inline-block;
    font-size: 40px;
    letter-spacing: 8px;
    padding: 6px 15px 4px 23px;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    line-height: 1;
    margin-right: 10px;
    position: absolute;
    left: 0px;
    bottom: 7px;
}
.page_h3 span::before {
    content: "";
    background: #333;
    width: 2px;
    height: 120%;
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.page_h3 span::after {
    content: "";
    background: #333;
    width: 2px;
    height: 120%;
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.page_text {
    margin-bottom: 20px;
    font-weight: normal;
}
.page_item_content {
    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;
    margin-bottom: 60px;
}
.page_item_content:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.page_item_box {
    width: 48%;
}
.page_item_image {
    width: 48%;
    height: 320px;
}

/* オールインクルーシブな家づくり */

.page-id-195 .page_item_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px;
}
.page-id-195 .page_item_content:nth-of-type(odd) {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
}
.page_logo_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 60px;
}
.page_logo_box {
    width: 48%;
}
.page_logo_h3 {
    margin-bottom: 30px;
}
.page_bg {
    background-image: url(../../image/image_re/mokubg-flat.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 100px 0;
    position: relative;
    width: calc(100vw - 17px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 100px;
}
@media screen and (max-width: 768px) {
    .page-id-195 .page_item_content:nth-of-type(odd) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .page_logo_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .page_logo_box {
        width: 100%;
    }
    .page_logo_area.mt100 {
        margin-top: 60px;
    }
    .page_logo_h3 {
        margin-bottom: 10px;
    }
    .page_text {
        margin-bottom: 20px;
        text-align: left;
    }
}

/* 自然素材 */

.page_table_A {
    padding: 20px;
    background: #dff0e0;
    margin-top: 40px;
}
.page_table_A h3 {
    font-size: 24px;
    margin-bottom: 5px;
}
.page_table_A ul {
    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;
}
.page_table_A ul li {
    width: 32%;
    padding: 20px 15px;
    background: #fff;
    margin-bottom: 10px;
    font-size: 14px;
    white-space: nowrap;
}
.page_item_content-col {
    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;
}
.content-flex {
    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;
}
.page_item_content-col {
    width: 49%;
    margin-bottom: 20px;
}
.page_item_content-col img {
    width: 100%;
    height: 300px;
    margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
    .page_table_A ul li {
        width: 49%;
    }
}
@media screen and (max-width: 768px) {
    .page_table_A h3 {
        font-size: 20px;
    }
    .page_item_content-col {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
@media screen and (max-width: 640px) {
    .page_table_A ul li {
        width: 100%;
        white-space: normal;
    }
}

/* 木ごこちBASE */

.page_table_B {
    padding: 20px;
    background: #f2f0ee;
    margin-top: 60px;
}
.page_table_B h3 {
    font-size: 24px;
    margin-bottom: 25px;
    text-align: center;
}
.page_table_B ul li {
    background: #e6e5e1;
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.page_table_B ul li span:first-child {
    padding-right: 10px;
    margin-right: 30px;
    text-align: center;
    font-size: 20px;
    width: 220px;
    border-right: 1px solid #aaa;
}
.page_table_B ul li span:last-child {
    width: 100%;
    font-weight: normal;
}
@media screen and (max-width: 768px) {
    .page_table_B h3 {
        font-size: 22px;
    }
    .page_table_B ul li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 25px 15px 25px;
    }
    .page_table_B ul li span:first-child {
        padding-right: 0;
        margin-right: 0;
        padding-bottom: 20px;
        margin-bottom: 20px;
        text-align: left;
        font-size: 18px;
        display: block;
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #aaa;
    }
    .pagebrmerit {
        display: none;
    }
}

/* 保証アフターサービス */

.hoshou-box {
    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;
}
.hoshou-item {
    width: 24%;
    margin-bottom: 20px;
}
.hoshou-box img {
    width: 100%;
    margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
    .hoshou-item {
        width: 49%;
    }
}

/* 会社概要 */


/* ceo-speech */

.ceo-speech {
    margin: 0 auto;
}
.speech-head img {
    float: left;
    height: 440px;
    margin-right: 30px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
.speech-head p {
    margin-bottom: 20px;
    line-height: 2;
    /* overflow: hidden; */
}
.speech-head .ceo-name {
    clear: left;
    text-align: right;
}
@media screen and (max-width: 768) {
    .speech-head p {
        margin-bottom: 10px;
        line-height: 1.4;
    }
}
@media screen and (max-width: 540px) {
    .speech-head img {
        width: 50%;
        height: auto;
    }
}

/* philosophy */

.philosophy {
    background-image: url("../../image/image_re/mokubg-flat.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    position: relative;
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    clear: left;
}
.philosophy-content {
    text-align: center;
}
.philosophy-content h3 {
    margin-bottom: 20px;
}
.philosophy-content h4 {
    margin-bottom: 20px;
}
.philosophy-content p {
    margin-bottom: 10px;
}

/* company-prof */

.company-prof {
    text-align: left;
    clear: left;
}
.company-prof table {
    text-align: left;
}
.company-prof table th {
    font-size: 16px;
}
.company-prof--cau {
    display: block;
    margin-top: 20px;
}
@media screen and (max-width: 540px) {
    .company-prof table {
        width: 100%;
    }
    .company-prof table th {
        background: #f8f8f8;
    }
    .company-prof table th,
    .company-prof table td {
        display: block;
        width: 100%;
    }
}

/* staff */

.staff-item {
    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;
    margin-bottom: 40px;
}
.staff-img {
    width: 30%;
}
.staff-img img {
    width: 100%;
    height: 300px;
}
.staff-desc {
    width: 65%;
}
.staff-desc h3 {
    margin-bottom: 20px;
}
.staff-desc table {
    width: 100%;
}
.staff-desc table th {
    width: 145px;
    background: #f8f8f8;
    font-size: 18px;
    padding: 0.5rem 10px;
    vertical-align: middle;
}
@media screen and (max-width: 768px) {
    .staff-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .staff-desc {
        width: 100%;
        padding: 3%;
        background: rgba(228, 247, 236, 0.8);
        position: relative;
        top: -30px;
        z-index: 1;
    }
    .staff-img {
        width: 60%;
        -o-object-position: bottom;
        object-position: bottom;
    }
}
@media screen and (max-width: 414px) {
    .staff-img {
        width: 80%;
    }
    .staff-img img {
        height: 260px;
    }
    .staff-desc table th,
    .staff-desc table td {
        display: block;
    }
    .staff-desc table th {
        width: 100%;
        text-align: left;
        background: #f8f8f8;
    }
    .staff-desc table td {
        width: 100%;
    }
}

/* プライバシーポリシー */

.page-id-830 h2 {
    font-size: 38px;
}
.page-id-830 h3 {
    font-size: 24px;
}
.page-id-830 h4 {
    font-size: 20px;
}
@media (max-width: 768px) {
    .page-id-830 h2 {
        font-size: 24px;
    }
    .page-id-830 h3 {
        font-size: 20px;
    }
    .page-id-830 h4 {
        font-size: 18px;
    }
}
@media (max-width: 480px) {
    .page-id-830 h2 {
        font-size: 22px;
    }
}

/* 標準仕様 */

.shiyo_box {
    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;
}
.shiyo_item {
    width: 49%;
    padding: 15px 15px 30px;
    border: 2px solid #aaa;
    text-align: center;
    margin-bottom: 20px;
    font-weight: normal;
}
.shiyo_item img {
    height: 280px;
    margin-bottom: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
.shiyo_page_h3-box {
    text-align: center;
}
.page-id-349 .page_h3 {
    display: inline-block;
    margin-bottom: 60px;
}
.shiyo_imgbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.shiyo_imgbox img {
    width: 49%;
}
.shiyo_imgbox img.right {
    margin-left: 10px;
}
.shiyo-bana {
    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;
}
.shiyo-bana li {
    width: 24%;
}
.shiyo-bana li+.shiyo-bana li {
    margin-left: 10px;
}
.shiyo-bana li img {
    width: 100%;
}
@media screen and (max-width: 768px) {
    .shiyo-bana li {
        width: 49%;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 768px) {
    .sec--heading.mt100 {
        margin-top: 50px;
    }
    .shiyo_page_h3-box.mt160 {
        margin-top: 60px;
    }
    .page-id-349 .page_h3 {
        margin-bottom: 40px;
    }
    h3.page_h3.mt160 {
        margin-top: 60px;
    }
    .shiyo_page_h3-box {
        text-align: left;
    }
}
@media screen and (max-width: 540px) {
    .shiyo_item {
        width: 100%;
        text-align: left;
    }
    .shiyo_imgbox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .shiyo_imgbox img {
        width: 100%;
    }
    .shiyo_imgbox img.right {
        margin-left: 0;
        margin-top: 10px;
    }
}

/* 投稿ページ */

@media screen and (max-width: 540px) {
    .media {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .vk_post .media-img {
        width: 100%;
        margin-bottom: 15px;
    }
    .media-img {
        margin-right: 0;
    }
    .vk_post .media-body {
        width: 100%;
    }
}

/* お問い合わせ */

.contact-table {
    margin-bottom: 60px;
}
.contact-table th {
    vertical-align: middle;
    text-align: left;
    background: rgba(118, 215, 152, 0.2);
    position: relative;
    width: 350px;
    border: 1px solid #bbb;
    font-weight: normal;
}
.contact-table td {
    border: 1px solid #bbb;
    font-weight: normal;
}
form.wpcf7-form p {
    text-align: center;
}
.wpcf7-spinner {
    position: absolute !important;
}
input[type="submit"] {
    font-size: 1rem;
    color: #fff;
    padding: 15px 80px;
    font-family: "ryumin-M", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", serif;
    font-style: normal;
    font-weight: 700;
}
.hissu {
    color: #fff;
    font-size: 12px;
    padding: 2px 4px;
    background: red;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
    font-weight: normal;
}
.nini {
    color: #fff;
    font-size: 12px;
    padding: 2px 4px;
    background: blue;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
    font-weight: normal;
}
.contactbrsp {
    display: none;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
    margin: 0;
}
.wpcf7-form-control-wrap.time1 {
    display: block;
}
@media screen and (max-width: 768px) {
    .contact-table th,
    .contact-table td {
        display: block;
    }
    .contact-table th {
        width: 100%;
        background: rgba(118, 215, 152, 0.2);
    }
    .contact-table td {
        width: 100%;
    }
}
@media screen and (max-width: 540px) {
    /* .hissu{
   position:static;
   display:inline-block;
   margin-top:5px;
   top:auto;
   right:auto;
   transform:translatey(0);
  }
  .nini{
    position:static;
    display:inline-block;
    margin-top:5px;
    top:auto;
    right:auto;
    transform:translatey(0);
  }
  .contact-table th span:nth-child(1){
    display:block;
  } */
    .contactbr {
        display: none;
    }
    .contactbrsp {
        display: block;
    }
}
.page_container {
    max-width: 1000px;
    margin: auto;
    /* padding: 0 3%; */
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.pagebr {
    display: none;
}
@media screen and (max-width: 1200px) {
    .page_container {
        padding: 0 3%;
    }
}
@media (max-width: 1080px) {
    .page_container {
        padding: 0 6%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .page-h-tit::before {
        font-size: 60px;
        top: 15%;
    }
}
@media (max-width: 768px) {
    .pagebr {
        display: block;
    }
    .page_bg {
        padding: 50px 0;
        margin-top: 50px;
    }
    .page .sec--heading {
        margin-bottom: 60px;
    }
    .sec--heading.mt140 {
        margin-top: 50px;
    }
    .page-h-tit {
        font-size: 24px;
    }
    .page-h-tit::before {
        font-size: 36px;
        top: 25%;
    }
    .line-2.page-h-tit::before {
        top: 80%;
    }
    .page_item_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .page_item_content:nth-of-type(odd) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .page_item_box {
        width: 100%;
    }
    .page_item_image {
        width: 100%;
        height: 320px;
    }
    .page_h3 span {
        font-size: 28px;
        letter-spacing: 5px;
        padding: 5px 13px 3px 20px;
        margin-right: 5px;
    }
    .page_h3 {
        font-size: 22px;
        padding-left: 90px;
    }
}
@media (max-width: 480px) {
    .page .sec--heading {
        margin-bottom: 40px;
    }
    .page-h-tit {
        font-size: 22px;
    }
    .page-h-tit::before {
        font-size: 20px;
        top: 50%;
    }
    .page_item_image {
        height: 240px;
    }
    .page_h3 {
        font-size: 18px;
        padding-left: 75px;
    }
    .page_h3 span {
        font-size: 24px;
        letter-spacing: 5px;
        padding: 4px 11px 2px 17px;
        margin-right: 5px;
    }
    .page_h3 span::after {
        height: 130%;
    }
    .page_h3 span::before {
        height: 130%;
    }
    /* works */
    .single-works .slick-dots li {
        margin: 0 !important;
    }
}

/* meta削除 */

.single-voice .entry-meta-item.entry-meta-item-date {
    display: none;
}
.post-type-archive-voice .vk_post_date.media-date {
    display: none;
}
.entry-meta-item.entry-meta-item-updated {
    display: none;
}
.entry-meta-item.entry-meta-item-author {
    display: none;
}
.single-works .breadcrumb-list li:nth-child(2),
.tax-works_category .breadcrumb-list li:nth-child(2) {
    cursor: pointer !important;
    -webkit-transition: 0.3s all !important;
    -o-transition: 0.3s all !important;
    transition: 0.3s all !important;
}
.single-works .breadcrumb-list li:nth-child(2):hover,
.tax-works_category .breadcrumb-list li:nth-child(2):hover {
    opacity: 0.8 !important;
    -webkit-transition: 0.3s all !important;
    -o-transition: 0.3s all !important;
    transition: 0.3s all !important;
}
.page_top_btn {
    bottom: 8%;
}
@media screen and (max-width: 480px) {
    .page_top_btn {
        bottom: 7%;
    }
}

/*フォント*/

.entry-body>.vk_posts>.vk_post-col-lg-12 .vk_post_excerpt,
.main-section>.vk_posts>.vk_post-col-lg-12 .vk_post_excerpt,
article .entry-body,
#breadcrumb,
.entry-meta,
.entry-footer,
.next-prev {
    font-weight: normal;
}
article .entry-body {
    font-size: 16px;
}
article .entry-body p {
    line-height: 1.8;
    margin-bottom: 15px;
}
.entry-footer {
    margin-top: 32px;
}
article .entry-body h2 {
    padding: 1rem 15px;
    border-left: 5px solid #00452d;
    background: #f9f5ef;
    font-size: 34px;
    margin: 2em 0 15px;
}
article .entry-body h3 {
    border-bottom: solid 3px #b9b9b9;
    position: relative;
    font-size: 32px;
    margin: 2em 0 15px;
}
article .entry-body h3:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #00452d;
    bottom: -3px;
    width: 20%;
}
@media screen and (max-width: 480px) {
    article .entry-body {
        font-size: 14px;
    }
}
.single-event h2.form-ttl {
    padding: 1rem 15px;
    border-left: 5px solid #00452d;
    background: #eee;
    font-size: 28px;
    margin: 2em 0 15px;
}
@media screen and (max-width: 480px) {
    .single-event h2.form-ttl {
        font-size: 20px;
    }
}
.veu_postList .postList_miniThumb .postList_body {
    font-weight: normal;
}
input[type="submit"] {
    font-weight: normal;
}