@charset "utf-8";
/*----------------------------------
  reset
------------------------------------*/
    input[type="submit"],input[type="button"] {
    -webkit-appearance: none;
    border-radius: 0;
    }
    select {
    -webkit-appearance: button;
    appearance: button;
    }

/*----------------------------------
  Base
------------------------------------*/
body {
    font-family: "Noto Sans Japanese", "Helvetica Neue", Helvetica, Arial, "Droid Sans", Meiryo,
    "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
    -webkit-print-color-adjust: exact;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #000;
    font-size: 16.5px;
    background-color: #f7f7f7;
}
.header-wrap .container {
    width: 96%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 0;
}
.page-wrap {
    padding-top: 25px;
}
.page .page-wrap .content-wrapper,
.single .page-wrap .content-wrapper {
    padding: 0;
    width: 100%;
}
.content-wrapper .row {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    max-width: 1080px;
}
.content-wrapper .row .content-area.no-sidebar {
    padding: 0;
}
.col-md-9 {
    /*width: 100%;*/
    padding: 0;
}
.col-md-9 .post-wrap {
    padding-right: 0;
    margin-top: 30px;
}
a.alph:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
body a:link {
    color: #b49f33;
    text-decoration: none;
}
body a:hover {
    color: #cccccc;
    text-decoration: underline;
}
body a:visited {
    color: #b49f33;
    text-decoration: none;
}
a.link {
    background: rgba(0, 0, 0, 0) url("/img/arrow.png") no-repeat scroll 0 8px;
    color: #b49f33;
    padding-left: 17px !important;
    background-size: 11px 10px;
}
a.link:hover {
    text-decoration: none;
    opacity: 0.75;
    -webkit-opacity: 0.75;
    -moz-opacity: 0.75;
    filter: alpha(opacity=75); /* IE lt 8 */
    -ms-filter: "alpha(opacity=75)"; /* IE 8 */
}
a:hover img {
    opacity: 0.75;
    -webkit-opacity: 0.75;
    -moz-opacity: 0.75;
    filter: alpha(opacity=75); /* IE lt 8 */
    -ms-filter: "alpha(opacity=75)"; /* IE 8 */
}
a.btn {
    position: relative;
    z-index: 1;
    display: block;
    border-radius: 8px;
    color: #fff !important;
    background-color: #f37a5c;
    font-size: 2rem;
    text-align: center;
    padding: 13px 15px;
    width: 45%;
    margin: -18px auto 0;
}
a.btn:hover {
    background-color: #3a3a68;
    text-decoration: none;
    opacity: 1;
}
@media screen and (max-width: 991px) {
  a.btn {
    width: 60%;
    margin: -30px auto 0;
  }
}
@media screen and (max-width: 767px) {
    a.btn {
        width: 90%;
        margin: 30px auto 0;
    }
}
.flx {
    display: flex;
    justify-content: space-between;
}
a, button {
    transition: 0.3s;
}
a img {
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -ms-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
}
.tel a.tel,
.mail a.mail {
    cursor: default;
    pointer-events: none;
    color: #333;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: "Noto Sans Japanese", "Helvetica Neue", Helvetica, Arial, "Droid Sans", Meiryo,
    "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
    -webkit-print-color-adjust: exact;
    font-weight: 800;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
    color: #333;
    text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    .tel a.tel,
    .mail a.mail {
        pointer-events: auto;
    }
}
sup {
    vertical-align: top;
    font-size: 9px;
    margin-left: -4px;
}
.l-inner,
.l-innernv {
    margin: 0 auto;
}
strong,
p.strong {
    font-weight: bold;
}
.center,
p.center {
    text-align: center !important;
}
.entry
.inline_block {
    display: inline-block;
}
h2.widgettitle {
    display: none;
}
header.site-header .l-innernv .title-post {
    display: none;
}
.single-meta .byline {
    display: none;
}
.single .hentry .title-post {
    font-size: 26px;
}
.page .entry-header {
    display: none;
}
body.blog header.entry-header {
    display: block;
}

.posts-layout .entry-title {
    font-size: 25px;
}
span.byline {
    display: none;
}
.widget-area .widget {
    margin-bottom: 5px;
}
body.blog header.entry-header .meta-post {
    display: none;
}
body.blog .classic-alt .entry-title {
    font-size: 24px;
    text-align: left;
}
body.blog header.entry-header span.posted-on {
    text-decoration: none;
    float: left;
    line-height: 1;
    color: #fff;
}
body.blog header.entry-header span.posted-on a {
    color: #fe954b;
    display: block;
}
body.blog .col-md-9 {
    width: 100%;
}
.page-wrap {
    padding-top: 0;
    padding-bottom: 70px;
    position: relative;
    width: 90%;
    margin: 0 auto;
    background-color: transparent;
}
body.home .page-wrap {
    width: 100%;
    padding-bottom: 0;
}
.page-template-page_front-page .page-wrap {
    margin-top: 0;
}
.page-template-page_front-page .page-wrap {
    margin-top: 124px;
}
.l-header {
    width: 100%;
}
.content-area .post-wrap {
    padding-right: 0;
}
.col-md-9 {
    padding: 30px 0 30px 0;
}
.sydney-breadcrumbs {
    display: none;
}

/*----------------------------------
  header
------------------------------------*/
.header-clone {
    display: none;
}
.site-header {
    background-position: center 15% !important;
    background-size: 100% auto !important;
    background-repeat: no-repeat;
}
.site-header {
    background-color: transparent;
    position: relative;
    top: 0 !important;
    padding: 0px 0;
    height: 380px;
    width: 100%;
    z-index: 50;
}
body.home .site-header {
    height: 150px;
    margin: 10px 0 0;
}
header.site-header .header-wrap {
    height: 150px;
    background-color: rgba(0,0,0,0.6);
    z-index: 10;
}
.header-wrap .container > .row {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.site-header.float-header {
    background-color: transparent;
    padding: 5px 0;
}
.site-header.fixed {
    position: relative;
}
.site-header {
    background-color: transparent;
    position: relative;
    top: 0 !important;
    padding: 0px 0;
    /*height: 400px;*/
    height: 270px;
    width: 100%;
}
body.home .site-header {
    height: 150px;
}
.site-header.float-header {
    background-color:transparent;
}
.site-header.fixed {
    position: relative !important;
}
.site-header .logo {
    width: 280px;
    margin: 6px 0 0;
    font-size: 31px;
}
.site-header .logo a {
    color: #000;
}
.site-header .logo em {
    font-size: 12px;
    font-style: normal;
    display: block;
    line-height: 1.3;
    margin: 10px 0 0 0;
    padding-top: 10px;
    color: #000;
}
.site-header .logo em .textwidget p {
    margin: 0;
}
.site-header .logo img.logo {
    display: inline-block;
    height: auto;
    vertical-align: top;
    float: left;
    width: 65px;
    margin: 15px 0;
}


body.blog header.entry-header .meta-post {
  display: none;
}
body.blog .classic-alt .entry-title {
  font-size: 24px;
  text-align: left;
}
body.blog header.entry-header span.posted-on {
  text-decoration: none;
  float: left;
  line-height: 1;
  color: #fff;
}
body.blog header.entry-header span.posted-on a {
  color: #fe954b;
  display: block;
}
body.blog .col-md-9 {
  width: 100%;
}



header.site-header .header-wrap {
    height: 110px;
    background-color: rgba(255,255,255,0.7);
    z-index: 10;
}
.header-wrap .container > .row {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
/*header.site-header .flo_right {
    position: relative;
    margin: 5px 0px 0 0;
    right: 0;
    width: 220px;
    float: right;
}
header.site-header .flo_right ul {
    padding: 0;
    text-align: center;
    margin: 55px 0 0 0;
}
header.site-header .flo_right ul li {
    list-style-type: none;
    display: block;
    width: 100%;
    line-height: 1.4;
}
header.site-header .flo_right ul li.tel {
    display: block;
    font-weight: 900;
    font-family: century gothic, "Arial Black", Gadget, "sans-serif";
    font-size: 26px;
    text-align: right;
    padding: 0 3px 7px 0;
    letter-spacing: 0.5px;
}
header.site-header .flo_right ul li.tel a {
    color: #fff;
    font-weight: 800;
}
header.site-header .flo_right ul li.tel a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f879";
    color: #cbcbcb;
    font-size: 19px;
    position: relative;
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
    margin: 0px 8px 3px 0;
}
header.site-header .flo_right ul li.tel a:hover {
    text-decoration: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
*/
@media screen and (max-width: 1200px) {
    /*.site-header {
        background-position: center 100% !important;
    }*/
}
@media screen and (max-width: 1024px) {
    /*header.site-header .flo_right {
        display: none;
    }
    .site-header {
        background-size: auto 100% !important;
    }
    .site-header .logo {
        width: 476px;
        margin: 6px auto;
        display: block;
        float: none;
    }*/
}
@media screen and (max-width: 768px) {
    .site-header.fixed {
        height: 230px;
    }
    .header-wrap {
        text-align: left;
    }
}
@media screen and (max-width: 600px) {
    .site-header {
        background-position: center 100% !important;
        background-size: 110% !important;
    }
    .site-header.fixed {
        height: 195px;
    }
    header.site-header .header-wrap {
        height: 107px;
    }
    .site-header .logo {
        width: 330px;
    }
    .site-header .logo img {
        width: 85px;
        margin: 0px 15px 0 0;
    }
    .site-header .logo em {
        /*font-size: 11px;
        padding-top: 5px;
        padding-top: 0;*/
    }
    /*.site-header .logo img.logo {
        width: 220px;
        margin: 0;
        margin-top: -5px;
    }
    .site-header .logo span.message {
        font-size: 10px;
        margin-top: -14px;
        margin-left: 99px;
    }*/
}
@media screen and (max-width: 480px) {
    /*header.site-header .header-wrap {
        height: 90px;
    }*/
    .site-header .logo {
        width: 100%;
    }
    /*.site-header .logo {
        width: 100%;
        margin: 12px 0 0;
    }
    .site-header .logo img {
        width: 145px;
        display: block;
        margin: 2px auto 0;
    }
    .site-header .logo a {
        font-size: 18px;
    }
    .site-header .logo div {
        line-height: 1.4;
    }
    .site-header .logo div span {
        font-size: 11px;
    }*/
    .site-header .logo em {
        font-size: 10px;
    }
    .site-header .logo img {
        width: 65px;
        margin: 0px 15px 0 15px;
    }
    /*.site-header .logo img.logo {
        width: 185px;
        margin: 0;
    }
    .site-header .logo span.message {
        font-size: 9px;
        margin-top: -5px;
        margin-left: 95px;
    }*/
    body.home .bg_image div.top_copy {
        margin: 115px auto 0;
    }
}



header.site-header .l-innernv {
  clear: both;
  width: 96%;
  max-width: 970px;
  height: auto;
}

.metaslider .caption-wrap {
  background: transparent !important;
  top: 0;
  opacity: 1 !important;
}

.metaslider {
  height: 470px;
}
.metaslider.nav-hidden .flexslider {
  height: 470px;
}
.metaslider .flexslider ul.slides {
  max-height: 470px;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
}
.metaslider .flexslider .slides li,
.metaslider .flexslider .slides > li {
  height: 470px;
}
.metaslider .slides img {
  width: 100%;
  display: block;
  min-height: 470px;
  height: 470px !important;
  object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
}
.flexslider .slides img {
  object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
}
@supports (object-fit: cover) {
  .flexslider .slides img {
    min-width: 100%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: static;
    height: 100%;
    width: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    font-family: "object-fit: cover; object-position: bottom;";
  }
}
/*.l-header {
  width: 100%;
}
*/



/* gnavi */
#page .col-md-8 {
    width: 75%;
    /* background-color: rgba(0, 0, 0, 0.85); */
    /* display: inline-block; */
    height: 48px;
    margin-top: 45px;
    z-index: 1500;
    position: absolute;
    /* float: right; */
    right: 0;
    padding: 0;
}
body.home #page .col-md-8 {
    margin-top: 55px;
}
#page .col-md-8 nav#mainnav {
    width: 880px;
    background-color: transparent;
    /* max-width: 1200px; */
    /* float: none; */
    /* margin: 0 auto; */
    /* padding: 0 0 0px; */
    height: 45px;
    right: 3%;
    position: relative;
}
#page .col-md-8 nav#mainnav ul {
    /*position: absolute;
    width: 100%;*/
}
#page .col-md-8 nav#mainnav ul li {
    display: inline-block;
    height: 45px;
    padding: 0;
    text-align: center;
    /*width: 15%;*/
    width: auto;
    vertical-align: top;
    border-color: #bbb;
}
#page .col-md-8 nav#mainnav ul li a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    float: none;
    display: block;
    vertical-align: bottom;
    padding: 15px 11px 15px;
    letter-spacing: 0;
    text-align: center;
    line-height: 0.85;
}
#page .col-md-8 nav#mainnav ul li ul:after {
    background-color: transparent;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
#page .col-md-8 nav#mainnav ul li:hover {
    background-color: rgba(255,255,255,0.2);
    border-bottom: 1px solid #ccc;
    transition: all 300ms ease-in-out 0s;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
#page .col-md-8 nav#mainnav ul li:hover a,
#page .col-md-8 nav#mainnav ul li.actv a,
#page .col-md-8 nav#mainnav ul li.current-menu-item a {
    color: #000;
}
#page .col-md-8 nav#mainnav ul li span.dropdown-symbol {
    display: none;
}
#main header.entry-title h1 {
    display: none;
}
#page .col-md-8 nav#mainnav ul li:last-child {
    background: rgba(153,153,153,0.8);
    border-radius: 8px;
    padding: 12px;
    text-align: center;
    width: 100%;
    margin: -5px 10px 5px;
    max-width: 130px;
    height: 57px;
}
#page .col-md-8 nav#mainnav ul li:last-child a {
    color: #fff;
    padding: 8px 0 9px 0;
    display: block;
    letter-spacing: 0.5px;
    font-size: 13px;
    font-weight: 300;
}
#page .col-md-8 nav#mainnav ul li:last-child a:after {
    content: "CONTACT";
    display: block;
    color: #fff;
    font-size: 8px;
    letter-spacing: 2px;
    margin: 7px 0 0 0;
    font-weight: 200;
    font-family: century gothic, "Arial Black", Gadget, "sans-serif";
}

#page .col-md-8 nav#mainnav ul li ul.sub-menu {
    width: 100%;
    margin-top: 0;
    padding: 0;
    z-index: 100;
    transition: all 300ms ease-in-out 0s;
}
#page .col-md-8 nav#mainnav ul li ul.sub-menu li {
    background-color: transparent;
    width: 100%;
    margin: 0;
    text-align: center !important;
    display: block;
    padding: 0;
    height: 45px;
}
#page .col-md-8 nav#mainnav ul li ul.sub-menu li a {
    border-top: 0;
    border-bottom: 1px solid #656565;
    background-color: rgba(0,0,0,0.85);
    font-size: 13px;
    text-decoration: none;
    color: #fff !important;
    width: 100%;
    height: 100% !important;
    padding: 13px 0 0;
    letter-spacing: 0;
    line-height: 1.4;
}
#page .col-md-8 nav#mainnav ul li ul.sub-menu li:hover {
    background-color: #b49f33 !important;
    border-bottom: 0;
}
#page .col-md-8 nav#mainnav ul li ul.sub-menu li:hover a {
    background-color: #b49f33 !important;
    color: #fff !important;
    text-decoration: none;
}
#page .col-md-8 nav#mainnav ul li ul.sub-menu li:last-child {
    background-color: transparent;
    width: 100%;
    margin: 0;
    text-align: center !important;
    display: block;
    padding: 0;
    height: 45px;
    max-width: 100%;
}
#page .col-md-8 nav#mainnav ul li ul.sub-menu li:last-child a {
    border-top: 0;
    border-bottom: 1px solid #656565;
    background-color: rgba(0,0,0,0.85);
    font-size: 13px;
    text-decoration: none;
    color: #fff !important;
    width: 100%;
    height: 100% !important;
    padding: 13px 0 0 !important;
    letter-spacing: 0;
    line-height: 1.4;
}
#page .col-md-8 nav#mainnav ul li ul.sub-menu li:last-child a:after {
    content: "";
}
/*
#page .col-md-8 ul#menu-headernavigation li#menu-item-80,
#page .col-md-8 ul#menu-headernavigation li#menu-item-96 {
    position: absolute;
    bottom: 35px;
    background: #ebaa28;
    padding: 0;
    border-radius: 8px;
    right: 0;
    height: 67px;
    width: 220px;
}
#page .col-md-8 ul#menu-headernavigation li#menu-item-80 a,
#page .col-md-8 ul#menu-headernavigation li#menu-item-96 a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 21px 0 10px 5px;
}
#page .col-md-8 ul#menu-headernavigation li#menu-item-80 a:before,
#page .col-md-8 ul#menu-headernavigation li#menu-item-96 a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    display: inline-block;
    color: #f6d79a;
    font-size: 25px;
    line-height: 0.75;
    margin: 5px 15px 0 -10px;
    font-weight: bold;
    vertical-align: middle;
}
#page .col-md-8 ul#menu-headernavigation li#menu-item-80 a:after,
#page .col-md-8 ul#menu-headernavigation li#menu-item-96 a:after {
    content: "CONTACT";
    display: block;
    color: #fff;
    font-size: 9px;
    letter-spacing: 1px;
    margin: -3px -13px 0 13px;
    font-weight: 200;
    font-family: century gothic, "Arial Black", Gadget, "sans-serif";
}
*/
.mobi-menu {
    display: none;
}

    #mainnav-mobi {
        top: 0px;
        bottom: 60px;
        left: 0;
        margin-top: 0;
        position: fixed;
        background: #575b60;
        z-index: 200;
        overflow-y: auto;
    transition: all .4s;
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 1s; /* アニメーションの長さ */
  animation-fill-mode: forwards; /* アニメーション終了時のスタイルをアニメーション終了後でも適用させる */
}
@keyframes fadeIn {
  0% {
     opacity: 0;
     transform: translateY(20px);
  }
  100% {
     opacity: 1;
     transform: translateY(0);
  }
}
    #mainnav-mobi ul li {
        border-top: 1px solid #696969;
    }
    #mainnav-mobi ul li:last-child {
        border-bottom: 0;
    }
    #mainnav-mobi ul li span.dropdown-symbol {
        display: none;
    }
    nav#mainnav-mobi.mainnav.toggled ul {
        margin: 50px 0 0 0;
    }
    nav#mainnav-mobi.mainnav.toggled ul.sub-menu {
        margin: 0;
        background-color: #383838;
    }
    nav#mainnav-mobi.mainnav.toggled ul.sub-menu li {
        border-top: 1px solid #4b4b4b;
    }
    nav#mainnav-mobi.mainnav.toggled ul>li>a {
        padding: 14px 0;
        text-align: center;
    }


@media screen and (max-width: 1200px) {
    #page .col-md-8 nav#mainnav {
        width: 700px;
    }
    #page .col-md-8 nav#mainnav ul li a {
        padding: 15px 5px 15px;
        font-size: 13px;
    }
    #page .col-md-8 nav#mainnav ul li:last-child {
        margin: -5px 8px 5px;
        max-width: 110px;
    }
}

@media screen and (max-width: 1024px) {
    #page .col-md-8 {
        background-color: transparent;
    }
    .btn-submenu {
        top: -5px;
    }
    .btn-submenu:before {
        color: #666;
    }
    #page .col-md-8 ul#menu-menu-1 li:hover .btn-submenu:before {
        color: #fff;
    }
    #page .col-md-8 ul#menu-menu-1 li ul.sub-menu {
        background-color: #ddd;
        width: 100%;
        margin-top: -1px;
        top: 0;
    }
    #page .col-md-8 ul#menu-menu-1 li a {
        padding: 28px 0 28px;
    }
/* ハンバーガーメニュー */
    .btn-menu {
        position: fixed;
        bottom: 0;
        text-align: center;
        display: flex;
        height: 60px;
        width: 70px;
        background-color: transparent;
        justify-content: right;
        align-items: center;
        z-index: 1900;
        border: 0;
        opacity: 0.9;
        margin: 0px auto;
        padding: 0;
        right: 0;
    }
    .btn-menu span {
        content: "";
        background: #fff;
        padding: 3px 8px;
        border-radius: 7px;
        color: #1b2775;
        font-weight: 600;
        float: right;
        right: 15px;
        position: relative;
        font-size: 15px;
        margin: -7px 0 0;
        line-height: 2;
    }
    .btn-submenu svg {
        width: 35px !important;
        top: 17px !important;
    }

  /* フッタメニュー */
    .mobi-menu {
        position: fixed;
        bottom: 0;
        text-align: center;
        display: flex;
        height: 60px;
        width: 100%;
        background-color: #61666c;
        justify-content: center;
        align-items: center;
        z-index: 900;
        border: 0;
        opacity: 0.9;
        left: 0;
      }
/*  .mobi-menu span {
    content: "";
    background: #fff;
    padding: 8px 15px;
    border-radius: 7px;
    color: #000e6f;
  }*/
    .mobi-menu ul {
        padding: 0;
        list-style-type: none;
        width: 100%;
        display: block;
        position: relative;
        margin: 0 0 -5px -12%;;
    }
    .mobi-menu ul li {
        margin: 0 1px;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        font-size: 8px;
        color: #fff;
        letter-spacing: 0;
        font-weight: 400;
    }
    .mobi-menu ul li a {
        display: block;
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 7px;
        width: 37px;
        height: 35px;
        padding: 5px 0 0 2px;
        margin: 0 auto;
        font-size: 12px;
        color: #19267d;
        font-weight: 600;
    }
    .mobi-menu ul li a i.fa-solid, .mobi-menu ul li a i.fa-regular {
        color: #19267d;
        font-size: 24px;
    }
    .mobi-menu ul li:last-child a {
        width: 90px;
    }
    .mobi-menu ul li:last-child img {
        width: 29px;
        margin: -2px 4px 0 -6px;
    }
    .mobi-menu ul li:last-child a:hover {
        text-decoration: none;
    }
    #page .col-md-8 ul#menu-menu-1 li {
        width: 100% !important;
        height: 69px;
    }
    #page .col-md-8 ul#menu-menu-1 li:last-child,
    #page .col-md-8 ul#menu-menu-1 li:first-child {
        width: 100%;
    }
    #page .col-md-8 ul#menu-menu-1 li:hover a,
    #page .col-md-8 ul#menu-menu-1 li.actv a,
    #page col-md-8 ul#menu-menu-1 li.current-menu-item a {
        border-bottom: 0;
        height: 69px;
    }
    #page .col-md-8 ul#menu-menu-1 li span {
        display: inline-block;
        margin-right: 8px;
    }
    #page .col-md-8 ul#menu-menu-1 li ul.sub-menu li {
        height: 69px;
    }
    #page .col-md-8 ul#menu-menu-1 li ul.sub-menu li a {
        font-size: 15px;
        padding: 22px 0 0;
    }
    #page .col-md-8 ul#menu-headernavigation li#menu-item-80,
    #page .col-md-8 ul#menu-headernavigation li#menu-item-96 {
        text-align: center;
        position: relative;
        margin: 55px auto;
        width: 92%;
    }
    #page .col-md-8 ul#menu-headernavigation li#menu-item-80 a,
    #page .col-md-8 ul#menu-headernavigation li#menu-item-96 a {
        padding-top: 15px;
    }
    .row {
        margin-right: 33px;
    }
    nav {
        padding: 0;
    }
/*ナビゲーションaタグの形状*/
    nav li.has-child ul li a {
        border-bottom: none;
    }
}
@media screen and (max-width: 768px) {
    #page .col-md-8 {
        margin-top: -245px;
    }
}
@media screen and (max-width: 600px) {
    #page .col-md-8 {
        margin-top: -195px;
    }
  #page .col-md-8 ul#menu-headernavigation li a {
    padding: 9px 0 9px 0;
  }
  #page .col-md-8 ul#menu-headernavigation li a:after {
    display: none;
  }
  #page .col-md-8 ul#menu-headernavigation li:nth-child(3) ul.sub-menu, #page .col-md-8 ul#menu-headernavigation li:nth-child(4) ul.sub-menu {
    margin-left: -75px;
  }
  .btn-submenu {
    /*text-align: center;
    right: 45%;
    top: 18px;*/
  }
  .btn-submenu svg {
    width: 13px !important;
  }
}








/* パンくず */
.breadcrumbs {
    font-size: 13px;
    margin: 8px auto 0;
    text-align: right;
    width: 100%;
    max-width: 1200px;
    color: #9d9d9d;
}
.breadcrumbs span {
    margin: 0 5px;
}
.breadcrumbs i.fa-solid {
    color: #b1b1b1;
}
.breadcrumbs span.post-page span,
.breadcrumbs span span span,
body.home .breadcrumbs {
    display: none;
}
.breadcrumbs a:hover {
    text-decoration: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
@media screen and (max-width: 600px) {
    .breadcrumbs {
        font-size: 11px;
    }
}




/*---- 見出し・本文 ----*/
#main div.h1_tit {
    background: none;
    text-align: center;
    margin: 50px 0 45px;
    display: block;
}
#main div.h1_tit h1 {
    font-size: 34px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
#main div.h1_tit h1 span {
    font-size: 19px;
    font-weight: 400;
    display: block;
    line-height: 1.8;
    margin-top: -10px;
}
div.inr_bx {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto 65px;
    border: 1px solid #dedede;
}
div.inr_bx h2.tit {
    font-size: 26px;
    padding: 15px 10px 10px;
    border-bottom: 1px solid #dedede;
    font-weight: 500;
    border-left: 5px solid #b49f33;
    margin: 0 0 10px !important;
}
div.inr_bx h2.tit.bdrtp {
    border-top: 1px solid #dedede;
    margin-top: 35px !important;
}
div.inr_bx p {
    font-size: 93%;
    padding: 0px 10px;
    display: inline-block;
    width: 100%;
}
div.inr_bx p.txtr, div.inr_bx p.txtl {
    width: 49%;
    vertical-align: top;
}
div.inr_bx img.imgl, div.inr_bx img.imgr {
    width: 50%;
    display: inline-block;
    padding: 0 10px 10px;
}
div.inr_bx .pht4_bx {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 25px auto 15px;
}
div.inr_bx .pht4_bx img {
    width: 25%;
    outline: 0.5px solid rgba(255, 255, 255, 0.5);
}
ul.rei_list {
    font-size: 23px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    margin: 40px 5px 35px 10px;
    list-style-type: none;
    line-height: 1.3;
    padding: 0 0 0 15px;
}
ul.rei_list li {
    margin-bottom: 12px;
}
ul.rei_list.taiou {
    font-size: 21px;
    font-weight: bold;
}
ul.rei_list.taiou li:before {
    content: "●";
    display: inline-block;
    font-size: 20px;
    color: #b49f33;
    margin: -5px 6px 0 0;
    vertical-align: middle;
}
ul.rei_list.stns {
    display: inline-block;
    width: 48%;
    margin-top: 15px;
    vertical-align: top;
}
ul.rei_list.stns li:before {
    content: "「";
    font-size: 26px;
    vertical-align: middle;
    margin: -5px 12px 0 -25px;
    font-weight: 100;
    position: absolute;
}
ul.rei_list.stns li:after {
    content: "」";
    font-size: 26px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 -2px;
    font-weight: 100;
}
p.txt_name {
    text-align: right;
    margin: 10px 0 50px;
}
p.txt_name span {
    font-size: 24px;
    font-family: "HG行書体", monospace;
    margin: 0 8px;
}
div.inr_bx p.map {
    height: 350px;
}
div.inr_bx p.map iframe {
    height: 350px;
    width: 100%;
}
div.inr_bx h3.midashi {
    font-size: 20px;
    position: relative;
    padding: 0 20px 15px;
    font-weight: 500;
    margin-top: 45px !important;
}
div.inr_bx h3.midashi:after {
    content: "";
    position: absolute;
    left: 2%;
    bottom: 0;
    width: 96%;
    height: 5px;
    background: repeating-linear-gradient(-45deg, #d5d5d5, #d9d9d9 1px, #fff 3px, #fff 4px);
}
div.inr_bx .apt_box {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
div.inr_bx .apt_box div {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin: 20px 1% 15px;
    border: 2px solid #cdcdcd;
    padding: 3% 2.5%;
    position: relative;
}
div.inr_bx .apt_box div img {
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    transition: transform .6s ease; /* ゆっくり変化させる */
}
div.inr_bx .apt_box div img:hover {
    transform: scale(1.1); /* 拡大 */
    max-width: 100%;
    object-fit: cover;
}
div.inr_bx .apt_box div h4 {
    margin: 20px 0 10px !important;
    color: #b49f33;
    display: block;
    z-index: 2;
    position: relative;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 800;
    text-align: center;
}
div.inr_bx .apt_box div h4::after {
    font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    position: absolute;
    font-size: 43px;
    font-weight: bold;
    margin: -65px 0 0 0;
    display: inline-block;
    vertical-align: middle;
    color: rgba(255, 255, 255, 0.5);
    right: 0;
}
div.inr_bx .apt_box div a:hover {
    text-decoration: none;
}
div.inr_bx .apt_box p {
    text-align: left;
    margin-bottom: 0;
}
#smart div.arrow_box {
    position: relative;
    background: #fff;
    border: 3px solid #7d3613;
    text-align: center;
    margin: 24px 15% 0 15%;
    padding: 18px 0;
}
#smart div.arrow_box:after {
    content: "▼";
    color: #7d3613;
    margin-left: -25px;
    top: 53px;
    left: 50%;
    height: 0;
    width: 0;
    position: absolute;
    font-size: 30px;
    transform: scaleX(1.8);
}
#smart div.arrow_box h3 {
    font-size: 160%;
    color: #7d3613;
    margin: 0 !important;
    font-weight: 400;
}
#smart div.zeroen {
    margin: 25px auto 55px;
}
#smart div.zeroen table {
    width: 490px;
    margin: 0 auto;
}
#smart div.zeroen table td {
    border: 0px;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    font-size:2.5em;
    color: #400000;
}
#smart div.zeroen table td span {
    color: #E67300;
    font-size: 2em;
    font-weight: 600;
    line-height: 1;
}
#smart div.zeroen table td h4 {
    font-size: 16px;
    font-weight: 600;
}
#smart div.zeroen table td h4 span {
    font-size: 17px;
}
#smart div.subtitle {
    width: 96%;
    max-width: 800px;
    margin: 0 auto;
}
#smart div.subtitle h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    border-bottom: 2px solid #400000;
    padding-bottom: 17px;
    margin-bottom: 20px;
}
#smart div.subtitle h3 img {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: -9px 25px 15px;
    float: left;
}
#smart #ronBox {
    color: #40220F;
    text-align: center;
    border: 2px solid #40220F;
    box-shadow: 5px 5px 0px rgba(107, 66, 0, 0.76);
    width: 96%;
    max-width: 860px;
    margin: 55px auto;
    padding: 15px;
}
#smart #ronBox .tbl_block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
#smart #ronBox p.tit {
    border-bottom: 1px solid #40220F;
    font-weight: 600;
    padding-bottom: 10px;
}
#smart #ronBox .tbl_block ul {
    width: 50%;
    padding: 0;
    list-style-type: none;
    text-align: left;
}
#smart #ronBox .tbl_block ul li {
    line-height: 1.4;
    margin-bottom: 8px;
}
#smart #ronBox .tbl_block ul li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f14a";
    display: inline-block;
    color: #E7B824;
    font-size: 22px;
    line-height: 0.75;
    margin: 3px 10px 5px 0px;
    font-weight: bold;
    vertical-align: middle;
}
#smart #ronBox .tbl_block div {
    width: 50%;
    text-align: left;
    background: #F9E9C6;
    padding: 3%;
}
br.spOnly {
    display: none;
}
div.inr_bx p.apt_ttl {
    text-align: center;
    font-size: 33px !important;
    margin: 55px auto 35px;
    line-height: 1.3;
}
div.inr_bx p.apt_ttl span {
    color: #b49f33;
    display: block;
    font-size: 17px;
    letter-spacing: 9px;
    line-height: 1.75;
    font-weight: 600;
}
div.inr_bx .bf_af ul {
    list-style-type: none;
    padding: 0;
    margin: 0 10px;
}
div.inr_bx .bf_af ul li {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    position: relative;
}
div.inr_bx .bf_af ul li:first-child:after {
    font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    position: absolute;
    font-size: 37px;
    font-weight: bold;
    margin: -10px 0 0 -45px;
    color: #1d4d8d;
    top: 50%;
    z-index: 10;
}
div.inr_bx .bf_af ul li .midashi p {
    background-color: #7e5b2e;
    color: #fff;
    padding: 10px 3px 10px 10px;
    margin: 0;
    margin-bottom: 6px;
}
div.inr_bx .bf_af ul li .midashi p span {
    font-size: 12px;
}
div.inr_bx .bf_af ul li .midashi p span span.yellow {
    color: #ffff37;
}
div.inr_bx .dv2wk {
    width: 100%;
}
div.inr_bx .dv2wk div {
    display: inline-block;
    vertical-align: top;
    margin: 5px 1% 25px;
    width: 48%;
    background-color: #fff;
    padding: 0 10px;
}
div.inr_bx .dv2wk h4 {
    font-size: 19px;
}
div.inr_bx .dv2wk h4 span {
    color: #1d4d8d;
}
div.inr_bx .dv2wk p {
    padding: 0;
}
div.inr_bx p.small {
    font-size: 13px;
}
div.inr_bx p.right {
    text-align: right;
}
div.inr_bx ul.listr {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0;
    width: 48%;
}
div.inr_bx ul.listr li {
    display: inline-block;
    background-color: #878787;
    color: #fff;
    padding: 6px 3px;
    border-radius: 2px;
    font-size: 18px;
    width: 48%;
    margin: 0 1% 15px;
    text-align: center;
}
div.inr_bx img.w100p {
    margin: 0 1%;
    width: 98%;
    background: #fff;
    padding: 15px 25px;
}
div.inr_bx img.img_sp {
    display: none;
}
div.inr_bx h4.copy {
    font-size: 19px;
    padding: 0px 10px;
    display: inline-block;
    width: 100%;
    color: #1d4d8d;
}
@media screen and (max-width: 1000px) {
    br.spOnly {
        display: block;
    }
    div.inr_bx ul.listr li {
        width: 90%;
        margin: 0 1% 7px;
    }
    div.inr_bx img.img_pc {
        display: none;
    }
    div.inr_bx img.img_sp {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    div.inr_bx .pht4_bx img {
        width: 50%;
    }
    div.inr_bx p.txtr, div.inr_bx p.txtl {
        width: 100%;
    }
    div.inr_bx img.imgl, div.inr_bx img.imgr {
        width: 100%;
    }
    ul.rei_list, ul.rei_list.taiou {
        font-size: 19px;
    }
    ul.rei_list.stns {
        width: 96%;
    }
    #smart div.arrow_box {
        margin: 24px 1% 0 1%;
        padding: 13px 0;
    }
    #smart div.arrow_box h3 {
        font-size: 140%;
    }
    #smart div.arrow_box:after {
        top: 41px;
        font-size: 27px;
    }
    #smart div.zeroen table td {
        font-size: 2em;
    }
    #smart div.zeroen table {
        width: 80%;
    }
    #smart #ronBox .tbl_block ul {
        width: 100%;
    }
    #smart #ronBox .tbl_block div {
        width: 100%;
    }
    div.inr_bx ul.listr {
        width: 100%;
    }
    div.inr_bx ul.listr li {
        font-size: 16px;
        width: 48%;
        margin: 0 1% 7px;
    }
    div.inr_bx .dv2wk div {
        width: 100%;
    }
    div.inr_bx .bf_af ul li {
        width: 100%;
        margin-bottom: 35px;
    }
    div.inr_bx .bf_af ul li img {
        width: 100%;
    }
    div.inr_bx .bf_af ul li:first-child:after {
        bottom: -15px;
        top: auto;
        transform: rotate(90deg);
        right: 50%;
        left: 50%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 480px) {
    #main div.h1_tit h1 {
        font-size: 31px;
    }
    ul.rei_list.stns {
        font-size: 17px;
    }
    #smart div.zeroen table td {
        font-size: 1.5em;
    }
    div.inr_bx ul.listr li {
        font-size: 14px;
    }
}



div.inr_bx h3 {
    font-size: 21px;
    margin: 35px 0 25px;
}
div.inr_bx h3.copy {
    font-weight: 300;
    font-size: clamp(18px, 3vw, 23px);
    line-height: 1.5;
    margin-bottom: 35px !important;
}
/*div.inr_bx h3.midashi {
    font-size: 28px;
    padding: 15px 0 12px 20px;
    border-left: 8px solid #8cbe1e;
    margin: 35px 0 12px;
    line-height: 1.2;
    font-weight: 600;
}*/
p.summary_txt {
    font-size: 93%;
    width: 96%;
    max-width: 655px;
    margin: 0 auto 55px;
    line-height: 1.8;
}
/*div.img_left {
    display: inline-flex;
    margin: 15px 0 45px;
    width: 100%;
    position: relative;
}
div.img_left img {
    float: left;
    margin-right: 3%;
    margin-top: 3px;
    margin-bottom: 20px;
    width: 410px;
    height: fit-content;
}
div.img_left.w330 img {
    width: 330px;
}
div.img_left .txtbx {
    display: inline-block;
    vertical-align: top;
}
div.img_left .txtbx h4 a {
    color: #28507e;
}
div.txt_left {
    text-align: left;
}*/
div.img_r, div.img_l {
    margin: 15px 0 45px;
    display: inline-block;
    line-height: 1.8;
}
div.img_r img {
    float: right;
    margin-left: 45px;
    margin-bottom: 20px;
    max-width: 375px;
}
div.img_l img {
    float: left;
    margin-right: 4%;
    margin-bottom: 20px;
    max-width: 520px;
    width: 48%;
}
div.img_left, div.img_right {
    display: flex;
    margin: 0;
    width: 100%;
}
div.img_right .img_right_txt {
    width: 50%;
    padding: 2% 6% 2% 12%;
}
div.img_left .img_left_txt {
    width: 50%;
    padding: 2% 12% 2% 6%;
}
div.img_right .img_right_img, div.img_left .img_left_img {
    margin-bottom: 0;
    width: 50%;
}
div.img_left .img_left_img.img_sp {
    display: none;
}
div.img_right .img_right_img img, div.img_left .img_left_img img {
    height: 100%;
    object-fit: cover;
}
div.img_right .img_right_txt p, div.img_left .img_left_txt p {
    width: 90%;
    margin: 30px auto;
    text-align: justify;
}
div.img_left h3.span, div.img_right h3.span {
    color: #2a2a2a;
    font-size: 23px;
    margin-bottom: 45px !important;
    text-indent: -3em;
    padding-left: 3em;
}
div.img_left h3.span span, div.img_right h3.span span {
    background: #8fc31f;
    padding: 2px 17px;
    margin-left: -25px;
    margin-right: 5px;
    color: #fff;
    font-size: 56px;
}
div.img_l ul.list {
    background-color: #d8f1a2;
    padding: 15px 10px 15px 20px;
    display: inline-block;
    width: 47%;
    list-style-type: none;
}
div.img_l ul.list p {
    font-weight: bold;
    font-size: 105%;
}
div.img_l ul.list li {
    padding-left: 1em;
    text-indent: -0.55em;
    line-height: 1.3;
    margin-bottom: 5px;
}
div.img_l ul.list li:before {
    content: "●";
    display: inline-block;
    font-size: 20px;
    color: #8bbd1c;
    margin: -5px 6px 0 0;
    vertical-align: middle;
}

div.img_maru {
    margin: 15px 0 45px;
}
div.img_maru img {
    margin: 0 auto;
    display: block;
    border-radius: 50%;
    max-width: 340px;
    width: 85%;
}
.content_list {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-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;
}
.content_list .thumbnail {
    border: 1px solid #ccc;
    border-radius: 5px;
    display: inline-block;
    margin: 0 auto 28px auto;
    text-align: left;
    width: 47% !important;
}
.content_list .mr0 {
    margin-right: 0;
}
.content_list .thumbnail img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px 5px 0 0;
}
.content_list .thumbnail h3 {
    background-color: rgb(43 115 84 / 70%);
    font-size: 19px;
    font-weight: bold;
    margin: 0 !important;
    padding: 11px 2% 10px 3%;
    position: relative;
    top: -36px;
    color: #fff;
}
.content_list .thumbnail h3.h3_2l {
    top: -65px;
}
.content_list .thumbnail h3 a {
    color: #fff;
    display: block;
}
.content_list .thumbnail h3 a:hover {
    text-decoration: none;
}
.content_list .thumbnail p {
    font-size: 90%;
    font-weight: normal;
    line-height: 1.4;
    margin: -26px 0 0;
    padding: 5px 2% 13px 3%;
    vertical-align: text-top;
    width: 100%;
}
.content_list .thumbnail p.h3_2l {
    margin: -59px 0 0;
}

.content_list p {
    width: 97%;
}
.recruit_block {
    width: 252px;
    margin: 46px auto;
    text-align: center;
}
.recruit_block p {
    font-size: 1.5rem;
    margin-bottom: 0;
    text-align: center !important;
}
.recruit_block a.tel {
    font-size: 2rem;
    color: #e18081;
    font-weight: 600;
}
.recruit_block a.tel:before {
    font-family: "Font Awesome 5 Free";
    content: "\f879";
    color: #ccc;
    font-size: 70%;
    font-weight: bold;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 4px 0 -15px;
}
.recruit_block a.tel:hover {
    text-decoration: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
.recruit_block.right {
    width: 100%;
    margin: 5px 0 20px;
    text-align: right;
}
.recruit_block.right p {
    font-size: 1.2rem;
    display: inline-block;
    margin: 0 20px 0 0;
}
.recruit_block.right a.tel {
    font-size: 1.65rem;
}
div.img650 img {
    width: 650px;
}
div.img_left.img650 img {
    width: 650px;
    max-width: 65%;
}
div.pro_bx {
    background: #4a4a48;
    margin: 50px auto 35px;
    padding: 4% 2% 1%;
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
div.pro_bx div {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 32%;
    margin: 0 0.5% 18px;
    height: auto;
    overflow: hidden;
    position: relative;
    color: #fff;
    font-size: 11px;
    min-width: 265px;
}

div.pro_bx div img {
    border: 2px solid #ccc;
    object-fit: cover;
    height: 250px;
    width: 100%;
    object-position: center center;
    margin: 0 0 5px;
}

div.rec_list {
    display: flex;
    margin: 20px auto 50px;
    border: 2px solid #dadada;
    border-radius: 7px;
    width: 100%;
}
div.rec_list div {
    text-align: left;
    margin: 0;
    background: #ffffff;
    padding: 0;
    width: 50%;
}
div.rec_list div h3 {
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 42px 26px !important;
    color: #07613b;
    line-height: 1.5;
}
div.rec_list div img {
    border-radius: 0 7px 7px 0;
}
div.base_list {
    width: 100%;
}
div.base_list .base_bx {
    display: flex;
    align-items: flex-start;
    border-top: 1px solid #ccc;
    padding-bottom: 30px;
}
div.base_list .base_bx:last-child {
    border-bottom: 1px solid #ccc;
}
div.base_list .base_bx img {
    width: 42%;
    height: auto;
    object-fit: contain;
    vertical-align: top;
    margin: 43px 3% 0 0;
}
div.base_list .base_bx div {
    width: 58%;
}
div.base_list .base_bx div.logo {
    width: 100%;
    display: block;
}
div.base_list .base_bx div.logo img {
    width: 110px;
    height: auto;
}
div.base_list .base_bx div.bnr_w {
    width: 100%;
    margin-top: 30px;
}
div.base_list .base_bx div ul {
    padding: 0;
    list-style-type: none;
}
div.base_list .base_bx div ul li {
    display: inline-block;
    vertical-align: top;
}
div.base_list .base_bx div ul li h3 {
    margin-right: 15px;
}
div.base_list .base_bx div ul li.tel {
    margin: 19px 0 20px 0;
    font-family: century gothic, "Arial Black", Gadget, sans-serif;
    line-height: 1.3;
}
div.base_list .base_bx div ul li.tel a {
    font-size: 30px;
}
div.base_list .base_bx div.bnr_w ul li.bnr {
    width: 100%;
}
div.base_list .base_bx div.bnr_w ul li.bnr img {
    width: 90%;
    margin: 0 auto;
    display: block;
    max-width: 570px;
}
div.base_list .base_bx div dl {
    margin: 0 auto 30px;
    width: 100%;
    font-size: 14px;
}
div.base_list .base_bx div dl dt {
    display: inline-block;
    width: 65px;
    vertical-align: top;
    font-weight: 600;
}
div.base_list .base_bx div dl dd {
    font-weight: normal;
    display: inline-block;
    width: 77%;
    margin: 0 0 7px 5px;
}
div.base_list .base_bx div p.map {
    height: 380px;
    overflow: hidden;
    margin: 25px 0;
}
div.base_list .base_bx div p.map iframe {
    width: 100%;
    height: 100%;
}
dl.entry_flow dt {
    background: #000e6f;
    text-align: center;
    color: #fff;
    font-size: 22px;
    margin: 0 auto;
    padding: 5px 0;
    border-radius: 7px;
}
dl.entry_flow dd {
    border-bottom: 3px solid #ccc;
    padding: 15px 25px 20px;
    margin: 0 auto 35px;
    border-right: 3px solid #ccc;
    border-left: 3px solid #ccc;
    width: 99%;
    position: relative;
}
dl.entry_flow dd:after {
    content: "▲";
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: 48%;
    transform: rotate(180deg) scale(1.85, 1);
    font-size: 37px;
    bottom: -49px;
    color: #f9bb4a;
}
dl.entry_flow dd:last-child:after {
    content: "";
}
dl.entry_flow dd p.address {
    border: 3px solid #f9bb4a;
    padding: 13px 20px;
    margin: 25px 0 9px;
}
h3.midashi a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    position: relative;
    font-size: 20px;
    font-weight: bold;
    margin: -2px -10px 0 5px;
    display: inline-block;
    vertical-align: middle;
    color: #ccc;
}
div.img_w {
    margin-bottom: -20%;
    margin-left: -5%;
    margin-right: -5%;
}
div.inr_bx .bg_img_w {
    display: block;
    width: 100%;
    margin: -25% auto 35px;
    border: 2px solid #cdcdcd;
    border-radius: 8px;
    padding: 2%;
    position: relative;
    background-color: rgba(255,255,255,0.65);
}
div.inr_bx .bg_img_w div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 25px;
}
div.inr_bx .bg_img_w div div {
    display: inline-block;
    width: 50%;
    line-height: 1.8;
}
div.inr_bx .bg_img_w div img {
    width: 50%;
    height: auto;
    object-fit: cover;
}
div.inr_bx .bg_img_w div.pht3wk {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
}
div.inr_bx .bg_img_w div.pht3wk div {
    display: inline-block;
    width: 33.3%;
    padding: 0;
}
div.inr_bx .bg_img_w div.pht3wk div img {
    width: 100%;
    height: auto;
}
div.inr_bx .staff_bx {
    margin: 65px auto 15px !important;
}
div.inr_bx .staff_bx .txtbx {
    position: relative;
    width: 100%;
}
div.inr_bx .txtbx p img.img_maru {
    float: left;
    margin: -15px 15px 12px -15px;
    border-radius: 50%;
    width: 230px;
    border: 4px solid #406d2f;
}
div.inr_bx .staff_bx .txtbx p span {
    background: #8fc31f;
    position: absolute;
    top: -40px;
    color: #fff;
    padding: 4px 15px;
    font-size: 19px;
    font-weight: 600;
    transform: rotate(-5deg);
    left: 70px;
}
div.inr_bx .staff_bx .txtbx p span:after {
    color: #8fc31f;
    content: "▲";
    position: absolute;
    display: block;
    font-size: 28px;
    transform: rotate(180deg);
    right: 0;
    margin: -11px 23px 0 0;
}

.content_list.img_over .thumbnail {
    position: relative;
    overflow: hidden;
}
.content_list.img_over .thumbnail h3 {
    top: -44px;
    color: #fff;
    z-index: 10;
}
.content_list.img_over .thumbnail p.copy {
    margin: -44px 0 0;
    padding: 15px 2% 13px 3%;
    background-color: #fff;
    z-index: 1;
    position: relative;
}


@media screen and (max-width: 1200px) {
    div.img_right .img_right_txt {
        width: 50%;
        padding: 2% 4% 2% 5%;
    }
    div.img_left .img_left_txt {
        width: 50%;
        padding: 2% 5% 2% 5%;
    }

}
@media screen and (max-width: 1000px) {
    div.inr_bx .txtbx p img.img_maru {
        width: 200px;
    }
    div.inr_bx .staff_bx .txtbx p span {
        top: -34px;
        left: 54px;
    }
    div.img_l img {
        float: none;
        display: block;
        width: 100%;
        margin: 0 auto 20px;
    }
    div.img_l ul.list {
        width: 100%;
    }
    div.inr_bx .apt_box div {
        display: block;
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    div.inr_bx .apt_box div img {
        object-fit: cover;
        height: 200px;
    }

}
@media screen and (max-width: 768px) {
    div.img_left, div.img_right {
        display: inline-block;
    }
    div.img_right .img_right_txt, div.img_left .img_left_txt {
        width: 100%;
        padding: 2% 5% 2% 5%;
        margin: 0 auto;
        text-align: justify;
    }
    div.img_right .img_right_txt p, div.img_left .img_left_txt p {
        width: 100%;
    }
    div.img_left .img_left_img.img_pc {
        display: none;
    }
    div.img_left .img_left_img.img_sp {
        display: block;
    }
    div.img_right .img_right_img, div.img_left .img_left_img {
        width: 100%;
        height: auto;
    }
    div.img_right .img_right_img img, div.img_left .img_left_img img {
        height: auto;
        width: 100%;
    }
    div.ex_cont_img img {
        object-position: 66% center;
    }
    div.img_r img {
        float: none;
        display: block;
        margin: 0 auto 15px;
        width: 100%;
    }
    div.inr_bx .txtbx p img.img_maru {
        width: 165px;
        height: auto;
    }
    div.inr_bx .staff_bx .txtbx p span {
        top: -31px;
        left: 38px;
    }
    /*div.img_left, div.img_right {
        display: block;
    }
    div.img_left img, div.img_right img {
        float: none;
        margin: 0 auto 20px;
        display: block;
        max-width: 300px;
        width: 100%;
        height: auto;
    }*/
    div.img_left .txtbx {
        width: 100%;
    }
    div.inr_bx .bg_img_w div {
        padding: 25px 25px 0 25px;
    }
    div.inr_bx .bg_img_w div div {
        display: block;
        width: 100%;
        padding: 20px 0 5px 0;
    }
    div.inr_bx .bg_img_w div img {
        width: 100%;
        height: 280px;
    }
    div.inr_bx .bg_img_w h3.midashi {
        margin-top: 5px !important;
    }
    div.num_list {
        flex-wrap: wrap;
    }
    div.num_list div {
        margin: 0 0.5% 1%;
        width: 49%;
    }
    div.base_list .base_bx {
        flex-wrap: wrap;
    }
    div.base_list .base_bx img {
        width: 100%;
        margin: 30px auto 0;
        max-width: 380px;
    }
    div.base_list .base_bx div {
        width: 100%;
    }
    .jobs-list ul.list li.list_nav ul li {
        font-size: 12px;
    }
    .jobs-list ul.list li ul li {
        text-align: left;
        width: 55px;
    }
    .jobs-list ul.list li.item-1 {
        width: 49%;
    }
    .jobs-list ul.list li.item-4 {
        width: 49%;
    }
    .jobs-list ul.list li.item-5 {
        width: 49%;
    }
    .jobs-list ul.list li.list1 ul li {
        font-size: 16px;
    }
    .jobs-list ul.list li.list1 ul li span {
        display: inline-block;
    }
    .vc_row.movie_bx {
        width: 100% !important;
    }
}
@media screen and (max-width: 600px) {
    div.inr_bx {
        padding-top: 25px;
    }

    div.inr_bx h3.midashi2 {
        font-size: 24px;
    }

    .content_list .thumbnail {
        width: 100% !important;
    }
    div.img_left img, div.img_right img {
        max-width: 100%;
    }

    div.inr_bx .txtbx p img.img_maru {
        width: 140px;
        float: none;
        margin: 0 auto -15px;
        display: block;
    }
}





/*---- 表組 ----*/
table.table_cmpny  {
    border-collapse: collapse;
    margin: 20px auto 40px;
    max-width: 95%;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
    font-size: 95%;
}
table.table_cmpny th {
    background-color: #b49f33;
    border: 1px solid #d7d7d7;
    color: #fff;
    font-weight: 300;
    line-height: 1.3;
    padding: 13px 8px;
    vertical-align: middle;
    width: 23%;
    word-break: initial;
    white-space: nowrap;
    position: relative;
}
table.table_cmpny.history th {
    width: 115px;
}
table.table_cmpny.history th:first-child {
    font-size: 43px;
    font-family: century gothic, "Arial Black", Gadget, sans-serif;
    width: 125px;
    background-color: #0c8b55;
}
table.table_cmpny td {
    border: 1px solid #e7e7e7;
    text-align: left;
    padding: 13px 25px;
    vertical-align: middle;
    word-break: initial;
}
table.table_cmpny th span {
    display: block;
    text-align: center;
    padding: 3px 5px;
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 1px;
}
table.table_cmpny th span.hissu {
    position: absolute;
    display: block;
    right: 6px;
    background: #ffa500;
    width: 28px;
    padding: 2px 0px;
    font-size: 10px;
    font-weight: 200;
    border-radius: 3px;
}
table.table_cmpny td p {
    margin-bottom: 0;
}
table.table_cmpny td strong {
    font-size: 150%;
}
table.table_cmpny td span.wpcf7-list-item {
    display: block;
    margin: 0;
}
table.table_cmpny td a.link {
  float: right;
}
table.table_cmpny td ul {
    padding: 0;
    list-style-type: none;
}
table.table_cmpny td ul li:before {
    content: "●";
    display: inline-block;
    font-size: 12px;
    color: #b7b7b7;
    margin: -4px 8px 0 0;
    vertical-align: middle;
}
table.table_cmpny.history td .img {
    float: right;
    width: 30%;
    max-width: 200px;
    font-size: 12px;
}
table.table_cmpny.history td .img img {
    width: 100%;
    display: block;
    margin: 0 0 8px;
}
table.table_cmpny td dl {
    margin: 0;
    width: 100%;
}
table.table_cmpny td dl dt {
    display: inline-block;
    width: 20%;
    vertical-align: top;
    font-weight: 600;
}
table.table_cmpny td dl dd {
    font-weight: normal;
    display: inline-block;
    width: 70%;
    margin: 0 0 7px 5px;
}
table.table_cmpny td a.right {
    float: right;
    font-size: 14px;
}
table.table_cmpny td a.right:before {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    position: relative;
    font-size: 13px;
    font-weight: bold;
    margin: -2px 4px 0 0;
    display: inline-block;
    vertical-align: middle;
    color: #ccc;
}
table.table_cmpny th p {
    margin-bottom: 0;
    padding: 0;
}
@media screen and (max-width: 768px) {
    table.table_cmpny th, table.table_cmpny td {
        font-size: 13px;
    }
}
@media screen and (max-width: 600px) {
    table.table_cmpny th,
    table.table_cmpny td {
        border-bottom: none;
        display: inline-block;
        width: 100%;
    }
    table.table_cmpny th {
        border: 0;
    }
    table.table_cmpny td:last-child {
        border-bottom: 1px solid #ccc;
    }
    table.table_cmpny.history th {
        width: 50%;
        position: relative;
        height: 45px;
    }
    table.table_cmpny.history th:first-child {
        width: 50%;
        display: inline-table;
        font-size: 34px;
        vertical-align: top;
    }
}



/*---- ボタン ----*/
p.txt_link, div.linkBtn {
    text-align: center;
}
p.txt_link a, div.linkBtn a {
    background-color: #d75e5f;
    color: #fff;
    padding: 12px 28px;
    border-radius: 4px;
    display: inline-block;
    margin: 18px 10px;
    min-width: 195px;
    border: 2px solid #d75e5f;
    font-size: 105%;
    font-weight: 400;
}
p.txt_link a:after, div.linkBtn a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    position: relative;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    margin: -4px -15px 0 15px;
    display: inline-block;
    vertical-align: middle;
}
p.txt_link.left {
    text-align: left;
}
p.txt_link a:hover, div.linkBtn a:hover {
    background-color: #fff;
    color: #d75e5f;
    text-decoration: none;
    transition: all 300ms ease-in-out 0s;
}
p.txt_link a:hover:after {
    color: #d75e5f;
    transition: all 300ms ease-in-out 0s;
}
div.kanrenbx {
    margin: 110px auto 30px;
    width: 100%;
}
div.kanrenbx ul {
    list-style-type: none;
    text-align: center;
    width: 100%;
    max-width: 1080px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 0 0 20px 0;
    margin: 0 auto;
    font-size: 14px;
}
div.kanrenbx ul p.tit {
    margin: -10px auto 5px;
}
div.kanrenbx ul p.tit a {
    background-color: #888;
    color: #fff;
    padding: 5px 18px;
    border-radius: 3px;
}
div.kanrenbx ul p.tit a:hover {
    background-color: #A7A7A7;
    text-decoration: none;
    transition: all 300ms ease-in-out 0s;
}
div.kanrenbx ul li {
    display: inline-block;
}
div.kanrenbx ul li a {
    color: #36393d;
}
div.kanrenbx ul li a:hover {
    color: #f3a2a2;
    text-decoration: none;
    transition: all 300ms ease-in-out 0s;
}
div.kanrenbx ul li:after {
    content: "/";
    display: inline-block;
    margin: 0 7px 0 9px;
    font-size: 24px;
    color: #CAD4D3;
}
div.kanrenbx ul li:last-child:after {
    content: "";
}
div.kanrenbx ul p.txt_link {
    margin: 0 0 -83px;
}
div.kanrenbx.base ul {
    border-top: 0;
    border-bottom: 0;
}
div.kanrenlink {
    margin: 85px auto 30px;
    width: 90%;
    max-width: 400px;
}
div.kanrenlink p {
    background-color: #ccc;
    width: 120px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 14px;
    padding: 5px;
    border-radius: 4px;
}
div.kanrenlink ul {
    list-style-type: none;
    text-align: left;
    width: 100%;
    padding: 0 0 20px 0;
    margin: 0 auto;
    font-size: 16px;
}
div.kanrenlink ul li {
    display: block;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    padding: 0;
    margin-bottom: 5px;
}
div.kanrenlink ul li a {
    color: #313131;
    padding: 10px 15px;
    display: block;
}
div.kanrenlink ul li span {
    display: inline-block;
    vertical-align: bottom;
    color: #fff;
    line-height: 1;
    position: relative;
    width: 3em;
    height: 0.1em;
    background: currentColor;
    float: right;
    margin: 12px 3px 0 0;
}
div.kanrenlink ul li span::before {
    content: '';
    width: 0.7em;
    height: 0.7em;
    border: 0.15em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    position: absolute;
    top: 60%;
    right: -0.05em;
    box-sizing: border-box;
}
div.kanrenlink ul li:hover {
    background-color: #fff9ee;
    transition: all 300ms ease-in-out 0s;
}
div.kanrenlink ul li a:hover {
    color: #313131;
}
div.kanrenlink ul li a:hover span {
    color: #f3a2a2;
    background: #f3a2a2;
    transition: all 300ms ease-in-out 0s;
}
@media screen and (max-width: 1000px) {
    table.table_cmpny th, table.table_cmpny td {
        font-size: 13px;
    }
}



/*---- toppage ----*/
body.home {
    width: 100%;
    margin-top: -10px;
}
body.home .content-area.no-sidebar {
    padding-left: 0;
    padding-right: 0;
}
body.home .page-wrap .content-wrapper {
    padding: 0;
    width: 100%;
}
body.home .page-wrap .content-wrapper .row {
    margin: 0;
    width: 100%;
    max-width: 100%;
    display: block;
}
body.home .bg_image {
    margin: -205px auto 0;
    width: 100%;
    max-width: 100%;
    height: 800px;
    display: inline-block;
    background: url(/img/index/mainimage.jpg) no-repeat center top;
    background-size: 100% auto;
    object-fit: cover;
}
body.home .base_w h2 {
    text-align: center;
    font-size: 34px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
body.home .base_w h2 a {
    color: #000;
    position: relative;
}
body.home .base_w h2 a:hover {
    text-decoration: none;
    filter: alpha(opacity=9);
    -moz-opacity: 0.9;
    opacity: 0.9;
    transition: all 300ms ease-in-out 0s;
}
body.home .bg_image div.top_copy {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 350px auto 0;
}
body.home .bg_image div.top_copy h1 {
    display: block;
    width: 100%;
    margin: 0 auto 0;
    color: #fff;
    font-size: clamp(27px, 6vw, 57px);
    font-family: "Noto Serif JP", serif;
    text-shadow: 0 0 1em rgb(0 0 0);
    line-height: 1.4;
    text-align: center;
    letter-spacing: -3px;
}
/*---------
  事業内容
-----------*/
body.home .top_products {
    width: 99%;
    padding: 0;
    margin: 0 auto;
}
body.home .top_products .base_w {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 25px;
    text-align: center;
    padding: 0;
}
body.home .top_products .base_w div.pht4bx {
    margin: -10px auto 10px;
    display: flex;
    flex-wrap: wrap;
}
body.home .top_products .base_w div.pht4bx div {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0 0.5% 0;
    box-sizing: border-box;
    width: 24%;
    position: relative;
}
body.home .top_products .base_w div.pht4bx img {
    width: 100%;
}
body.home .top_products .base_w div.pht4bx div a h3 {
    border-radius: 0 0 9px 9px;
    width: 100%;
    background: rgba(0,0,0,0.9);
    text-align: center;
    line-height: 1.4;
    /*font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;*/
    font-size: 14px;
    font-weight: 300;
    padding: 10px 0;
    position: relative;
    color: #fff;
    display: block;
    margin-top: 0;
}
body.home .top_products .base_w div.pht4bx a {
    color: #fff;
}
body.home .top_products .base_w div.pht4bx a:hover {
    text-decoration: none;
    filter: alpha(opacity=6);
    -moz-opacity: 0.6;
    opacity: 0.6;
    transition: all 300ms ease-in-out 0s;
}
/*---------
  お知らせ
-----------*/
body.home .top_news {
    width: 90%;
    padding: 40px 0 15px;
    max-width: 1200px;
    margin: 0 auto;
}
body.home .top_news .base_w {
    text-align: left;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
body.home .top_news .base_w h2 {
    text-align: left;
    margin: 0 !important;
    font-size: 86px;
    color: rgb(142 195 154 / 40%);
    letter-spacing: 7px;
    width: 100%;
    position: relative;
    padding: 0;
    line-height: 1;
}
div.whatsnew {
    margin: 0 auto 95px;
}
div.whatsnew hr {
    display: none;
}
div.whatsnew dl {
    border-top: 1px dotted #ccc;
    margin: 0 auto;
    width: 90%;
}
div.whatsnew dd {
    padding: 14px 16px;
}
div.whatsnew dt {
    margin: 0 0 0 1em;
    padding: 14px 2px;
    color: #a3c1aa;
    font-size: 95%;
}
div.whatsnew dl:last-of-type {
    border-bottom: 1px dotted #ccc;
}
body.home .top_news .base_w a {
    font-size: 15px;
    color: #000;
}
div.whatsnew a {
    padding: 7px 0 5px;
}
body.home .top_news .base_w .news {
    position: relative;
}
body.home .top_news .base_w p.link {
    position: absolute;
    right: 0;
    margin-top: 45px;
    top: 0;
}
body.home .top_news .base_w p.link a {
    font-size: 80%;
}
body.home .top_news .base_w p.link a:before {
    content: ">";
    color: #b5b5b5;
    font-size: 20px;
    padding-right: 7px;
    transform: scale(0.5, 1);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0px;
}
div.whatsnew .newmark {
    background-color: #afd7ef;
}

/*---------
  写真
-----------*/
body.home .top_photo {
    width: 100%;
    padding: 0;
    margin: 5px auto 0;
    background-color: #fff;
}
body.home .top_photo .base_w {
    width: 100%;
}
body.home .top_photo .base_w ul {
    list-style-type: none;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    display: flex;
    height: 775px;
}
body.home .top_photo .base_w ul li {
    width: 33.33%;
    position: relative;
}
body.home .top_photo .base_w ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}
body.home .top_photo .base_w ul li.photo2bx img {
    width: 100%;
    height: 50%;
}

/*---------
  事業紹介
-----------*/
body.home .top_business {
    width: 100%;
    padding: 45px 0 55px;
    margin: 0 auto;
    background-color: #eaeaea;
}
body.home .top_business .base_w {
    text-align: left;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
body.home .top_business .base_w h2 {
    text-align: left;
    font-size: 24px;
    letter-spacing: 5px;
}
body.home .top_business .base_w ul {
    list-style-type: none;
    width: 100%;
    max-width: 100%;
    margin: 30px auto;
    padding: 16px 0;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}
body.home .top_business .base_w ul li {
    width: auto;
    display: inline-block;
    margin: 8px 0;
}
body.home .top_business .base_w ul li:after {
    content: "、";
    display: inline-block;
    margin: 0 3px;
}
body.home .top_business .base_w ul li:last-child:after {
    content: "";
}
@media screen and (max-width: 1500px) {
    body.home .bg_image {
        background-size: auto 100%;
    }
}
@media screen and (max-width: 1200px) {
    body.home .bg_image {
        height: 700px;
    }
    body.home .bg_image div.top_copy {
        margin: 315px auto 0;
    }
    body.home .top_company .base_w div ul li a {
        padding: 6px 20px;
    }
    body.home .top_products .base_w div.pht4bx p {
        width: 87%;
        font-size: 17px;
    }
}
@media screen and (max-width: 1024px) {
    body.home .top_products .base_w div.pht4bx div {
        width: 49%;
    }
    body.home .top_products .base_w div.pht4bx img {
        height: 200px;
        object-fit: cover;
    }
}
@media screen and (max-width: 1000px) {
    body.home .bg_image {
        height: 530px;
    }
    body.home .bg_image div.top_copy {
        margin: 250px auto 0;
    }
    /*body.home .bg_image div.top_copy h1 {
        font-size: clamp(27px, 4vw, 46px);
    }
    body.home .bg_image div.top_copy h1 span {
        font-size: clamp(18px, 2vw, 25px);
    }*/
    body.home .bg_image div.top_copy p.top_copy {
        font-size: 26px;
        margin: 20px 0 0;
    }
    body.home .bg_image div.top_copy h1 span:before {
        margin: -23px -9px 0 -22px;
    }
    body.home .bg_image div.top_copy h1 span:after {
        margin: 0px -33px 0 -6px;
    }
    body.home .top_products .base_w {
        width: 100%;
    }
    /*body.home .top_products .base_w div.pht4bx h3 {
        font-size: 14px;
    }
    body.home .top_products .base_w div.pht4bx h3:after {
        font-size: 110%;
        margin-top: 0;
    }*/
    body.home .top_company .base_w {
        flex-wrap: wrap;
    }
    body.home .top_company .base_w div {
        margin: 15px 1% 15px 5%;
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    body.home .bg_image {
        /*background-size: auto 109%;
        height: 380px;*/
    }
    /*body.home .bg_image div.top_copy {
        margin: 200px auto 0;
    }*/
    body.home .bg_image div.top_copy p.top_copy {
        font-size: 22px;
    }
    body.home .bg_image div.top_copy p.main_maru {
        margin: 5px auto 0;
        max-width: 465px;
    }
    body.home .top_blog .base_w div.pht2bx div {
        width: 100%;
    }
    body.home .top_products {
        background-size: auto 100%;
    }
    body.home .top_news {
        background: url(/img/index/kigumi_mark_bg.png) no-repeat 20px 80%;
        background-size: 300px;
    }
}
@media screen and (max-width: 600px) {
    body.home .bg_image {
        height: 470px;
    }
    /*body.home .bg_image div.top_copy {
        margin: 135px auto 0;
    }*/
    body.home .bg_image div.top_copy p.top_copy {
        font-size: 19px;
        margin: 30px 0 0;
    }
    /*body.home .bg_image div.top_copy h1 {
        font-size: 38px;
    }
    body.home .bg_image div.top_copy h1 br {
        display: block;
    }*/
    body.home .bg_image div.top_copy h1 span {
        font-size: 43px;
    }
    body.home .bg_image div.top_copy h1 span:before {
        margin: -22px -4px 0 -28px;
        text-indent: 0;
    }
    body.home .bg_image div.top_copy h1 span:after {
        margin: 0px -19px -8px 0px;
        text-indent: 0;
    }
    body.home .top_products .base_w div.pht4bx div {
        width: 100%;
    }
    body.home .bg_image div.top_copy p.main_maru {
        max-width: 355px;
    }
    body.home .top_company .base_w div img {
        /*width: 67%;*/
    }
    body.home .top_company .base_w div p.txt_w {
        font-size: 90%;
    }
    body.home .top_company .base_w div h2 span {
        font-size: 45px;
        margin-top: 9px;
    }
    body.home .top_company .base_w div ul {
        margin-left: 15%;
        width: 85%;
    }
    body.home .top_company .base_w div p.txt_w a {
        width: 96%;
    }
    body.home .top_news .base_w {
        width: 100%;
    }
    body.home .top_news .base_w h2 {
        margin: 0 0 25px;
    }
    body.home .top_news .base_w p.link {
        margin-top: 85px;
    }
    .top_movie img.img_pc {
        display: none;
    }
    .top_movie img.img_sp {
        display: block;
    }
}
@media screen and (max-width: 480px) {
    /*body.home .bg_image {
        background-size: auto 115%;
        height: 325px;
    }
    body.home .bg_image div.top_copy {
        margin: 112px auto 0;
    }
    body.home .bg_image div.top_copy p.top_copy {
        font-size: 17px;
    }
    body.home .bg_image div.top_copy h1 span:before {
        margin: -22px -1px 0 -20px;
    }
    body.home .bg_image div.top_copy h1 span:after {
        margin: 0px -13px -8px 3px;
    }*/
    /*body.home .bg_image div.top_copy h1 span {
        font-size: 14px;
    }
    body.home .top_hope p br.br_pc {
        display: none;
    }
    body.home .top_company .base_w div p.txt_w a {
        font-size: 13px;
    }*/
}


/*----------------------------------
  sdgs
------------------------------------*/
div.img_sdgs {
    display: block;
    margin: 25px auto 10px;
    width: 95%;
    position: relative;
    clear: both;
}
div.img_sdgs img {
    /*float: left;*/
    margin-right: 3%;
    margin-top: 3px;
    margin-bottom: 20px;
    width: 165px;
    height: 165px;
    object-fit: none;
}
div.img_sdgs .txtbx {
    display: inline-block;
    vertical-align: top;
    width: 76%;
}
div.img_sdgs .txtbx h5 {
    margin-top: 10px;
}
div.img_sdgs img.sdgs01 {
    object-position: 0px -111px;
}
div.img_sdgs img.sdgs02 {
    object-position: -184px -111px;
}
div.img_sdgs img.sdgs03 {
    object-position: -368px -111px;
}
div.img_sdgs img.sdgs04 {
    object-position: -552px -111px;
}
div.img_sdgs img.sdgs05 {
    object-position: -736px -111px;
}
div.img_sdgs img.sdgs06 {
    object-position: -920px -111px;
}
div.img_sdgs img.sdgs07 {
    object-position: 0px -295px;
}
div.img_sdgs img.sdgs08 {
    object-position: -184px -295px;
}
div.img_sdgs img.sdgs09 {
    object-position: -368px -295px;
}
div.img_sdgs img.sdgs10 {
    object-position: -552px -295px;
}
div.img_sdgs img.sdgs11 {
    object-position: -736px -295px;
}
div.img_sdgs img.sdgs12 {
    object-position: -920px -295px;
}
div.img_sdgs img.sdgs13 {
    object-position: 0px -479px;
}
div.img_sdgs img.sdgs14 {
    object-position: -184px -479px;
}
div.img_sdgs img.sdgs15 {
    object-position: -368px -479px;
}
div.img_sdgs img.sdgs16 {
    object-position: -552px -479px;
}
div.img_sdgs img.sdgs17 {
    object-position: -736px -479px;
}
/*用語解説*/
div.glossary {
    width: 94%;
    border: 2px solid #bcc1ca;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 0 20px 23px 25px;
    margin: 80px auto 30px;
    display: block;
    max-width: 1080px;
}
div.glossary span.tit {
    background-color: #bcc1ca;
    border-radius: 8px 0 25px 0;
    padding: 2px 25px 4px 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin: -2px 0 8px -26px;
    display: inline-block;
    position: absolute;
}
div.glossary img {
    display: inline-block;
    vertical-align: top;
    margin: 55px 0 0 2%;
    width: 27%;
    height: auto;
}
div.glossary div {
    display: inline-block;
    vertical-align: top;
}
div.glossary div.img_r {
    width: 70%;
    margin-top: 45px;
}
div.glossary h4 {
    font-size: 23px;
}
div.glossary p {
    font-size: 14px;
}
@media screen and (max-width: 768px) {
    div.glossary div.img_r {
        width: 100%;
    }
    div.glossary img {
        display: block;
        margin: 0 auto;
        width: 100%;
        max-width: 320px;
    }
}



/*---- news ----*/
.col-md-9 {
    /*width: 100%;*/
    padding: 0;
}
.col-md-9 .post-wrap {
    padding-right: 0;
    margin-top: 30px;
    margin-right: 30px;
}
body.single-post header.site-header,
body.category-information header.site-header {
    background: url(/img/common/headimage.jpg) no-repeat center center !important;
    background-size: 100% auto !important;
}
nav.post-navigation {
    display: none;
}
body.category .container {
    padding: 0;
    width: 94%;
    max-width: 1200px;
 }
.posts-layout .entry-title {
    font-size: 25px;
}
#main .page-header h1.archive-title {
    font-size: 0;
    text-align: center;
}
#main .page-header h1.archive-title span {
    font-size: 34px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
body.single-post .page-wrap .content-wrapper {
    padding: 0;
    width: 94%;
    max-width: 1200px;
}
body.category .page-wrap .content-wrapper .posts-layout .post {
    border-bottom: 2px dotted #ccc;
    padding-bottom: 20px;
}



/* 右バナー */
#secondary {
    padding: 20px 25px 15px 27px;
    margin: 30px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}
#secondary a {
    margin: 5px auto 8px;
    display: block;
}
#secondary.widget-area .widget ul li {
    font-size: 90%;
    border-bottom: 1px dotted #ccc;
    line-height: 1.4;
}
#secondary.widget-area .widget ul li:last-child {
    border-bottom: 0;
}
#secondary.widget-area h2 {
    font-size: 21px;
}
#secondary.widget-area .widget-title {
    display: none;
}
#secondary.widget-area aside strong a {
    font-size: 105%;
    color: #77a611;
    margin-top: 30px;
}
@media screen and (max-width: 1000px) {
    .col-md-9 {
        width: 100%;
    }
    .col-md-9 .post-wrap {
        margin-right: 0;
    }
    #secondary {
        padding: 30px;
        width: 100%;
        text-align: left;
    }
    #secondary .widget img {
        width: 100%;
        max-width: 390px;
    }
}
@media screen and (max-width: 600px) {
    body.single-post header.site-header,
    body.category-news header.site-header {
        background-position: center 100% !important;
        background-size: 110% !important;
    }
}



/*---- sitemap ----*/
ul#sitemap_list,ul#sitemap_list ul.children  {
    list-style-type: none;
    padding: 0 5%;
}
ul#sitemap_list li {
    margin-bottom: 6px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
}
ul#sitemap_list li a {
    padding-left: 15px;
    color: #1C1C1C;
    margin-left: -15px;
}
ul#sitemap_list li a:before {	
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    position: relative;
    font-size: 13px;
    font-weight: bold;
    margin: -2px 4px 0 0;
    display: inline-block;
    vertical-align: middle;
    color: #ccc;
}
ul#sitemap_list li a.linken {
    color: #00BCD4;
    font-family: "Roboto", sans-serif;
}
ul#sitemap_list li a span.linken {
    font-size: 85%;
    color: #787878;
    margin-left: 8px;
    font-family: "Roboto", sans-serif;
}
ul#sitemap_list li ul {
    margin: 8px 0 0;
}
ul#sitemap_list li ul li {
    margin-bottom: 5px;
    border: 0;
    padding-bottom: 0px;
}
ul#sitemap_list li a:hover {
    text-decoration: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
    transition: all 300ms ease-in-out 0s;
}




/*---- form ----*/
button, .llms-button-action, .llms-student-dashboard .llms-button-secondary, input[type="button"], input[type="reset"], input[type="submit"] {
    text-transform: none;
}
textarea,
input[type="text"],
input[type="email"] {
  width: 100%;
}
input.wdth_sht {
    width: 150px;
}
input.zip {
  width: 200px;
  margin: 0 0 10px 10px;
}
input.address {
  margin: 0 0 10px 26px;
  width: 90%;
}
input.address2 {
  margin: 0 0 0 26px;
  width: 90%;
}
input.sendmail, input.wpcf7-submit {
  font-size: 19px;
}
input.small {
  width: 150px;
}
p.button a,button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 0;
    border-radius: 6px;
    background: -moz-linear-gradient(top, #fdaa6e, #fe9044);
    background: -webkit-linear-gradient(top, #fdaa6e, #fe9044);
    background: linear-gradient(to bottom, #fdaa6e, #fe9044);
    padding: 17px 25px;
    text-align: center;
    margin: 0 3px 25px;
    display: inline-block;
    min-width: 286px;
}
input.wpcf7-previous {
  background: #aaaaaa !important;
  border: 0;
  width: 200px;
  text-align: center !important;
  padding: 14px 0;
  font-size: 18px;
}
p.button:hover,button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border: 0;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition: all 300ms ease-in-out 0s;
  color: #fff;
}
p.button a,button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 0;
    border-radius: 6px;
    background: -moz-linear-gradient(top, #fdaa6e, #fe9044);
    background: -webkit-linear-gradient(top, #fdaa6e, #fe9044);
    background: linear-gradient(to bottom, #fdaa6e, #fe9044);
    padding: 17px 25px;
    text-align: center;
    margin: 0 3px 25px;
    display: inline-block;
    min-width: 286px;
}
input.back {
  background: #aaaaaa !important;
  border: 0;
  width: 200px;
  text-align: center !important;
  padding: 14px 0;
}
p.button:hover,button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border: 0;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition: all 300ms ease-in-out 0s;
  color: #fff;
}
span.wpcf7-spinner {
    display: none;
}


/*---- privacypolicy ----*/
div.inr_bx#privacypolicy {
    border: 0;
    font-size: 95%;
}
#privacypolicy h2 {
    font-size: 21px;
    padding: 11px 0 10px 20px;
    border-left: 5px solid #b49f33;
    margin: 35px 0 12px;
    line-height: 1.2;
    font-weight: 500;
}
#privacypolicy p {
    overflow-wrap: break-word;
}
#privacypolicy ol {
    padding-left: 22px;
}
#privacypolicy ol li, #privacypolicy ul li {
    margin-bottom: 6px;
    line-height: 1.6;
}
#privacypolicy ol ul {
    padding: 10px 0 17px 1.5em;
}



/*---- footer ----*/
.entry-footer {
    margin-top: 65px;
}
body.home .entry-footer {
    margin-top: 0;
}
.footer-widgets {
    padding: 20px 0 85px;
    background: url(/img/common/bg_ft.jpg) no-repeat #272727 center bottom;
    margin-top: 0px;
}
.footer-widgets .container {
    width: 96%;
    max-width: 1200px;
}
.footer-widgets-grid.footer-layout-3 {
    grid-template-columns: auto;
    position: relative;
    display: block;
    padding-top: 10px;
}
.sidebar-column {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    margin: 15px 1% 0 0;
}
.sidebar-column:first-child {
    width: 50%;
    margin: 15px 2% 0 0;
}
.sidebar-column:last-child {
    width: 20%;
    margin: 15px 0 0 0;
}
/*#sidebar-footer .widget_nav_menu {
    width: 62%;
    display: inline-block;
    vertical-align: top;
}
#sidebar-footer .widget_nav_menu:first-child {
    width: 38%;
}
#sidebar-footer .sidebar-column:last-child .widget_nav_menu {
    width: 42%;
}
#sidebar-footer .sidebar-column:last-child .widget_nav_menu:first-child {
    width: 58%;
}*/
#sidebar-footer .sidebar-column .widget {
    color: #fff;
}
#sidebar-footer div.container ul.menu {
    margin: 0;
}
#sidebar-footer div.container ul.menu li {
    margin: 0 0 12px;
    font-size: 14px;
}
#sidebar-footer div.container ul.sub-menu {
    margin: 9px 0 25px;
    padding-left: 5px;
}
#sidebar-footer div.container ul.sub-menu li {
    margin: 0 0 4px;
    font-size: 13px;
}
#sidebar-footer .sidebar-column .ftnv {
    position: relative;
}
/*#sidebar-footer .sidebar-column .ftnv img.imgleft {
    position: absolute;
    width: 120px;
    left: -40%;
}
#sidebar-footer .sidebar-column p.ftlogo img {
    mix-blend-mode: multiply;
    width: 98%;
    max-width: 270px;
}
#sidebar-footer .sidebar-column p.ftlogo img:first-child {
    max-width: 110px;
    margin: 5px 0 4px;
    display: block;
}*/
#sidebar-footer .sidebar-column p.ftlogo a {
    font-size: 30px;
    font-weight: 400;
}
#sidebar-footer .sidebar-column p.ftlogo span.copy {
    display: block;
    font-size: 13px;
    font-weight: 200;
    letter-spacing: 0.5px;
}
#sidebar-footer .sidebar-column .widget p {
    color: #fff;
    font-size: 15px;
    margin: 0 0 15px;
    font-weight: 200;
    font-style: normal;
    line-height: 1.5;
    display: block;
}
#sidebar-footer .sidebar-column:last-child .widget p {
    font-size: 13px;
    margin: 20px 0 9px;
}
#sidebar-footer div.container div a {
    clear: both;
    color: #fff;
    line-height: 1.3;
    text-decoration: none;
    font-weight: 400;
}
#sidebar-footer .sidebar-column .widget p.link_icon img {
    display: inline-block;
    width: 48px;
    margin: 0 20px 0 0;
}
#sidebar-footer .sidebar-column .widget p.small {
    margin: 0 0 4px 2px;
    font-size: 10px;
    letter-spacing: 2px;
}
#sidebar-footer .sidebar-column .widget p.link_bnr {
    text-align: center;
    display: flex;
}
#sidebar-footer .sidebar-column .widget p.link_bnr img {
    display: inline-block;
    width: 94%;
    margin: 0 1%;
    background-color: #fff;
    padding: 5px;
    border-radius: 3px;
}
#sidebar-footer .sidebar-column .widget p.add {
    margin: 35px 0 3px;
    letter-spacing: 0.5px;
}
#sidebar-footer .sidebar-column .widget p.tel {
    margin-top: 0;
    letter-spacing: 1px;
}
#sidebar-footer div.container p.tel a {
    font-family :century gothic, "Arial Black", Gadget, sans-serif;
    color: #fff;
    font-size: 21px;
    font-weight: 800;
    margin: 0 0 30px 2px;
}
#sidebar-footer .sidebar-column .widget p.link_contact {
    margin-top: 35px;
}
#sidebar-footer .sidebar-column .widget p.link_contact {
    padding: 0;
    text-align: center;
    width: 100%;
    margin: 30px 0 13px;
    max-width: 170px;
}
#sidebar-footer .sidebar-column .widget p.link_contact a {
    background: rgba(255, 255, 255, 0.25);
    border-radius: 4px;
    color: #fff;
    padding: 24px 0 23px 0;
    display: block;
    letter-spacing: 0.5px;
    font-size: 14px;
    font-weight: 400;
}
/*#sidebar-footer .sidebar-column .widget p.link_contact a:before {
	font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    color: #f6d79a;
    font-size: 26px;
    font-weight: bold;
    margin: -2px 21px 0px -8px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}*/
#sidebar-footer div.container p.link {
    background: #ff8a00;
    border-radius: 5px;
    padding: 4px;
    text-align: center;
    width: 100%;
    margin: 0 0 13px;
    max-width: 250px;
}
#sidebar-footer div.container p.link a {
    color: #fff;
    padding: 13px 10px 10px 5px;
    display: block;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 200;
}
#sidebar-footer div.container p.link a:before {
	font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    color: #ffc887;
    font-size: 26px;
    font-weight: bold;
    margin: -2px 13px 0px 5px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}
#sidebar-footer div.container p.right {
    text-align: right;
    margin-bottom: 2px;
}
#sidebar-footer div.container p.right a {
    font-size: 14px;
    background-image: none;
    display: block;
}
#sidebar-footer div.container p.right a:before {
    content: ">";
    color: #b5b5b5;
    font-size: 26px;
    padding-right: 9px;
    transform: scale(0.5,1);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0px;
}
#sidebar-footer div.container ul li a:hover,
#sidebar-footer div.container p.right a:hover {
    text-decoration: none;
    color: #b49f33;
    transition: all 300ms ease-in-out 0s;
}
#sidebar-footer div.container p.contact:hover,
#sidebar-footer #custom_html-2 div.textwidget a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
.site-footer {
    margin-top: -45px;
    background: transparent;
}
.copyright {
    clear: both;
    color: #fff;
    font-size: 13px;
    font-weight: 200;
    padding: 0 15px 27px;
    /* text-align: center; */
    letter-spacing: 0.5px;
    margin: -2px auto 0;
    line-height: 1.4;
    width: 96%;
    max-width: 1200px;
}
.copyright p {
    margin-bottom: 0;
}
.go-top {
    border-radius: 50% !important;
    background-color: rgba(119,119,119,0.75);
}
.sydney-svg-icon {
    vertical-align: top;
    padding-top: 0;
}
@media screen and (max-width: 1200px) {
    #sidebar-footer .sidebar-column .widget p {
        font-size: 14px;
    }
}
@media screen and (max-width: 1024px) {
    .sidebar-column {
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
        display: block;
    }
    .sidebar-column:first-child {
        width: 80%;
        margin: 0 auto 35px;
    }
    .sidebar-column:nth-child(2), .sidebar-column:last-child {
        width: 80%;
        margin: 0 auto 0;
    }
    .sidebar-column .map iframe {
        width: 100%;
    }
    /*.footer-widgets .widget {
        margin: 15px 7%;
    }*/
    #sidebar-footer .widget_nav_menu {
        margin-bottom: 0;
    }
    #sidebar-footer .widget_nav_menu:first-child {
        width: 100%;
    }
    #sidebar-footer .sidebar-column:last-child .widget_nav_menu {
        width: 100%;
    }
    #sidebar-footer .sidebar-column:last-child .widget_nav_menu:first-child {
        width: 100%;
    }

    #sidebar-footer div.container div.textwidget p.txt {
        padding-right: 0;
    }
    .site-footer {
        margin-top: -100px;
        padding-bottom: 0;
        background: transparent;
        text-align: center;
    }
    .site-footer .copyright {
        padding-bottom: 80px;
    }
    .go-top.show {
        bottom: 75px;
    }
    .footer-widgets {
        background-size: auto 100%;
    }
}
@media screen and (max-width: 600px) {
    #sidebar-footer div.container p.link {
        max-width: 100%;
    }
    #sidebar-footer div.container div.textwidget p.txt br.br_pc {
        display: none;
    }
    /*.footer-widgets .widget {
        margin: 15px 3%;
    }*/
    .copyright {
        font-size: 11px;
    }
}



/*---- 印刷用 */
@media print {
    body {
        zoom: 0.68;
        -webkit-print-color-adjust: exact;
        width: 98%;
        margin-left: 1%;
        overflow-x: visible !important;
        overflow-y: visible !important;
    }
    #header .l-inner,div.title,#header .l-innernv nav#menuList,.main,.breadcrumb,.contents_metal p,.r-nav ul li.bnr_style img {
        width: 100%;
    }
    a[href]:after {
        content: "" !important;
    }
    abbr[title]:after {
        content: "" !important;
    }
	.fadeInTrigger, .fadeUpTrigger, .fadeDownTrigger, .fadeLeftTrigger, .fadeRightTrigger {
        opacity: 1;
    }
    body.home #index .capsule {
        top: auto;
    }
    .footer-widgets {
        margin-top: 155px;
    }
}




