@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;
}
.header-wrap .container {
    width: 96%;
    max-width: 1200px;
}
.page .page-wrap .content-wrapper,
.single .page-wrap .content-wrapper {
    padding: 0 30px;
    width: 98%;
}
.content-wrapper .row {
    max-width: 1200px;
    margin: 0 auto;
    width: 96%;
}
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: #6699ff;
    text-decoration: none;
}
body a:hover {
    color: #cccccc;
    text-decoration: underline;
}
body a:visited {
    color: #6699ff;
    text-decoration: none;
}
a.link {
    background: rgba(0, 0, 0, 0) url("/img/arrow.png") no-repeat scroll 0 8px;
    color: #6699ff;
    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;
}
body.single-post header.site-header,
body.category-news header.site-header {
    background: url(/img/headimg.jpg) no-repeat center center !important;
}
.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: 20px;
    position: relative;
    background-color: #fff;
}
.page-template-page_front-page .page-wrap {
    margin-top: 0;
}
.l-header {
    width: 100%;
}
.content-area .post-wrap {
    padding-right: 0;
}
.col-md-9 {
    padding: 30px 0 30px 0;
}


/*----------------------------------
  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: #fff !important;
    position: relative;
    top: 0 !important;
    padding: 0px 0;
    height: 380px;
    width: 100%;
    z-index: 50;
}
body.home .site-header {
    height: 120px;
    margin: 10px 0 0;
}
header.site-header .header-wrap {
    height: 120px;
    background-color: #fff !important;
    z-index: 10;
}
.header-wrap .container > .row {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.site-header.float-header {
    background-color: #fff !important;
    padding: 5px 0;
}
.site-header.fixed {
    position: relative;
}
.site-header {
    background-color: #fff;
    position: relative;
    top: 0 !important;
    padding: 0px 0;
    height: 400px;
    width: 100%;
}
body.home .site-header {
    height: 120px;
}
.site-header.float-header {
    background-color:transparent;
}
.site-header.fixed {
    position: relative;
}
.site-header .logo {
    width: 415px;
    margin: 17px 0 0;
}
.site-header .logo em {
    font-size: 13px;
    font-style: normal;
    display: block;
    line-height: 1.3;
    margin: 0 0 3px 3px;
    color: #4e4e4e;
}
.site-header .logo em .textwidget p {
    margin: 0;
}
.site-header .logo a {
    display: inline-block;
    vertical-align: baseline;
    color: #424242;
    font-weight: 900;
    font-size: 21px;
}
.site-header .logo img {
    width: 232px;
    display: inline-block;
    margin: 6px 10px 0 0;
    height: auto;
    vertical-align: top;
}
.site-header .logo div {
    display: inline-block;
    margin: 0;
    text-align: center;
}
.site-header .logo div span {
    display: block;
    font-size: 12px;
    font-weight: 200;
    line-height: 1;
    letter-spacing: 1px;
}



.single-meta .byline {
  display: none;
}
.single .hentry .title-post {
  font-size: 26px;
}
.page .entry-header {
  display: none;
}
body.blog header.entry-header {
  display: block;
}
body.single-post header.site-header,
body.category-news header.site-header {
  background: url(/img/common/headimage2.jpg) no-repeat center center !important;
}

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: 120px;
    background-color: #fff;
    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: 520px;
    float: right;
}
header.site-header .flo_right ul {
    padding: 0;
    text-align: center;
}
header.site-header .flo_right ul li {
    list-style-type: none;
    display: inline-block;
    font-weight: 500;
    width: 30%;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.4;
}
header.site-header .flo_right ul.tel li span {
    display: block;
    font-weight: 900;
    font-family:century gothic, "Arial Black", Gadget, "sans-serif";
    font-size: 24px;
    letter-spacing: -0.5px;
}
header.site-header .flo_right ul.tel li a {
    font-size: 14px;
    font-weight: 200;
}
header.site-header .flo_right ul.tel li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    position: relative;
    font-size: 11px;
    font-weight: bold;
    margin: -2px 4px 0 0;
    display: inline-block;
    vertical-align: middle;
    color: #ccc;
}
header.site-header .flo_right ul.tel li 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;
    }
}
@media screen and (max-width: 768px) {
    .site-header.fixed {
        height: 350px;
    }
}
@media screen and (max-width: 600px) {
    .site-header {
        background-position: center 100% !important;
    }
    .site-header.fixed {
        height: 300px;
    }
    .site-header {
        background-size: 110% !important;
    }
}
@media screen and (max-width: 480px) {
    .site-header .logo {
        width: 100%;
        margin: 12px 0 0;
    }
    .site-header .logo em {
        font-size: 11px;
    }
    .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;
    }
}



header.site-header .l-innernv {
  clear: both;
  width: 96%;
  max-width: 970px;
  height: auto;
}
header.site-header .l-innernv .title-post {
  display: none;
}
.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;";
  }
}
.page-wrap {
  padding-top: 0;
  padding-bottom: 20px;
  position: relative;
}
.page-template-page_front-page .page-wrap {
    margin-top: 124px;
}
/*.l-header {
  width: 100%;
}
*/




/* gnavi */
#page .col-md-8 {
    width: 100%;
    background: #000e6f;
    display: block;
    height: 55px;
    margin-top: -280px;
    z-index: 1500;
    position: relative;
}
body.home #page .col-md-8 {
  margin-top: 0;
}
#page .col-md-8 nav#mainnav, #mainnav-mobi {
    width: 100%;
    background: #000e6f;
}
#page .col-md-8 ul#menu-headernavigation {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    padding: 0 0 0px;
    height: 55px;
    text-align: center;
}
#page .col-md-8 ul#menu-headernavigation li {
    display: inline-block;
    height: 55px;
    padding: 0;
    text-align: center;
    width: 19%;
    vertical-align: top;
}
#page .col-md-8 ul#menu-headernavigation li a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    float: none;
    display: block;
    vertical-align: bottom;
    padding: 21px 0 20px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 0.85;
}
#page .col-md-8 ul#menu-headernavigation li:first-child {
    
}
#page .col-md-8 ul#menu-headernavigation li:nth-child(2) {
    
}
#mainnav ul li ul:after {
    background-color: #666;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
#page .col-md-8 ul#menu-headernavigation li:hover,
#page .col-md-8 ul#menu-headernavigation li.actv {
    background-color: #323fa4;
    transition: all 300ms ease-in-out 0s;
}

#page .col-md-8 ul#menu-headernavigation li:hover a,
#page .col-md-8 ul#menu-headernavigation li.actv a,
#page .col-md-8 ul#menu-headernavigation li.current-menu-item a {
    color: #fff;
    padding-bottom: 13px;
}
#page .col-md-8 ul#menu-headernavigation li span.dropdown-symbol {
    display: none;
}
#page .col-md-8 ul#menu-headernavigation li#menu-item-121 {
    position: absolute;
    bottom: 20px;
    background: #ffa500;
    padding: 0;
    border-radius: 7px;
    right: 25px;
    height: 67px;
    width: 210px;
}
#page .col-md-8 ul#menu-headernavigation li#menu-item-121 a {
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    padding: 26px;
}
#page .col-md-8 ul#menu-headernavigation li#menu-item-121 a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    font-size: 115%;
    display: inline-block;
    color: #ffcd73;
    line-height: 0.75;
    margin: -1px 10px 0 -10px;
    font-weight: bold;
    vertical-align: middle;
}
#main header.entry-title h1 {
    display: none;
}
#page .col-md-8 ul#menu-headernavigation 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 ul#menu-headernavigation li ul.sub-menu li {
    background-color: #353535;
    width: 100%;
    margin: 0;
    text-align: center !important;
    display: block;
    padding: 0;
    height: 48px;
}
#page .col-md-8 ul#menu-headernavigation li ul.sub-menu li a {
    border-top: 0;
    border-bottom: 1px solid #636262;
    font-size: 14px;
    text-decoration: none;
    color: #fff !important;
    width: 100%;
    height: 100% !important;
    padding: 14px 0 0;
    letter-spacing: 0;
    line-height: 1.4;
    background: #414141;
}
#page .col-md-8 ul#menu-headernavigation li ul.sub-menu li:hover {
    background-color: #323fa4 !important;
}
#page .col-md-8 ul#menu-headernavigation li ul.sub-menu li:hover a {
    background-color: #323fa4 !important;
    color: #fff !important;
    text-decoration: none;
}
#page .col-md-8 ul#menu-headernavigation li#menu-item-121:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
.mobi-menu {
    display: none;
}
@media screen and (max-width: 1024px) {
  #page .col-md-8 ul#menu-headernavigation li#menu-item-121 {
    display: none;
  }
  #page .col-md-8 {
    padding: 0;
  }
  #page .col-md-8 ul#menu-headernavigation li {
    border-top: 0;
    width: 24%;
    display: inline-block;
  }
  #page .col-md-8 ul#menu-headernavigation li a {
    font-size: 13px;
  }	
  #page .col-md-8 ul#menu-headernavigation li ul.sub-menu {
    margin-top: -47px;
    width: 200px;
  }
  #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: -65px;
  }


  /* フッタメニュー */
    .mobi-menu {
        position: fixed;
        bottom: 0;
        text-align: center;
        display: flex;
        height: 60px;
        width: 100%;
        background-color: #000e6f;
        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;
        text-align: center;
        width: 100%;
        display: block;
        position: relative;
        margin: 0 auto -5px;
    }
    .mobi-menu ul li {
        margin: 0 3px;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        font-size: 9px;
        color: #fff;
        letter-spacing: 1px;
        font-weight: 100;
    }
    .mobi-menu ul li a {
        display: block;
        background-color: rgba(255,255,255,0.9);
        border-radius: 7px;
        width: 45px;
        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: 100px;
    }
    .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;
    }
  .btn-submenu {
    right: 15px;
    top: 4px;
    width: 15px;
    text-align: right;
  }
  .btn-submenu svg {
    width: 13px !important;
    top: 16px !important;
  }
  /*#page .col-md-8 {
    background-image: none;
    display: contents;
    background-color: transparent;
  }
  #page .col-md-8 ul#menu-headernavigation li {
    width: 100% !important;
    height: 69px;
  }
  #page .col-md-8 ul#menu-headernavigation li:last-child,
  #page .col-md-8 ul#menu-headernavigation li:first-child {
    width: 100%;
  }
  #page .col-md-8 ul#menu-headernavigation li:hover a,
  #page .col-md-8 ul#menu-headernavigation li.actv a,
  #page col-md-8 ul#menu-headernavigation li.current-menu-item a {
    border-bottom: 0;
    height: 69px;
  }
  #page .col-md-8 ul#menu-headernavigation li span {
    display: inline-block;
    margin-right: 2px;
  }
  #page .col-md-8 ul#menu-headernavigation li ul.sub-menu li {
    height: 69px;
  }
  #page .col-md-8 ul#menu-headernavigation li ul.sub-menu li a {
    font-size: 15px;
    padding: 22px 0 0;
  }*/

  #mainnav-mobi.syd-hidden {
    display: block;
    top: 0;
    margin: 0;
}
  #mainnav-mobi {
    /*top: 0px;
    bottom: 60px;
    margin-top: 0;
    position: fixed;
    background: #424242;*/
	width: 100%;
    background: #000e6f;
  }
	
}
@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: 12px 0 0 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;
  }
}






/* 右バナー */
#secondary {
    padding: 30px 0 30px 30px;
}
#secondary a {
    margin: 0 auto 15px;
    display: block;
}

@media screen and (max-width: 1000px) {
    .col-md-9 {
        width: 100%;
    }
    #secondary {
        padding: 30px 0 30px;
        width: 100%;
        text-align: center;
    }
    #secondary .widget img {
        width: 100%;
        max-width: 390px;
    }
}


/* パンくず */
.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;
}
div.inr_bx h2.tit {
    font-size: 21px;
    margin: 35px 0 25px;
	text-align: center;
}
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: 27px;
    padding: 13px 0 9px 18px;
    border-left: 8px solid #7294bd;
    margin: 30px 0 10px;
    line-height: 1.2;
}
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.img_right {
    margin: 15px 0 45px;
}
div.img_right img {
    float: right;
    margin-left: 45px;
    margin-bottom: 20px;
    max-width: 375px;
}
div.txt_left {
    text-align: left;
}
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.achievements .thumbnail {
    width: 28% !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(18 35 68 / 76%);
    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%;
}
p.txt_name {
    text-align: right;
    margin: 10px 0 50px;
}
p.txt_name span {
    font-size: 26px;
    font-family: "HG行書体", monospace;
    margin: 0 8px;
}
.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 90px;
    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 span {
    color: #858585;
    font-size: 24px;
    font-family: century gothic, "Arial Black", Gadget, sans-serif;
    font-weight: 900;
    letter-spacing: 3px;
}*/
div.pro_bx div img {
    border: 2px solid #ccc;
    object-fit: cover;
    height: 250px;
    width: 100%;
    object-position: center center;
    margin: 0 0 5px;
}
.jobs-list {
    width: 100%;
    margin: 45px auto 85px;
}
.jobs-list ul {
    padding: 0;
    list-style-type: none;
    position: relative;
}
.jobs-list ul li {
    display: inline-block;
    width: 100%;
}
.jobs-list ul.list li {
    width: 100%;
}
.jobs-list ul.list li a {
    color: #454545;
}
.jobs-list ul.list li ul li {
    display: inline-block;
    vertical-align: middle;
    width: 16%;
    text-align: center;
}
.jobs-list ul.list li.list_nav ul {
    width: 96%;
    margin: 0 auto;
}
.jobs-list ul.list li.list_nav ul li {
    font-size: 14px;
    font-weight: 600;
}
.jobs-list ul.list li.item-1 {
    width: 21%;
}
.jobs-list ul.list li.item-4 {
    width: 28%;
}
.jobs-list ul.list li.list1 {
    margin: 11px auto 40px;
}
.jobs-list ul.list li.list1 ul {
    border: 3px solid #ccc;
    width: 100%;
    border-radius: 8px;
    padding: 15px;
}
.jobs-list ul.list li.list1 ul li {
    font-size: 18px;
    font-weight: 600;
}
.jobs-list ul.list li.list1 ul li span {
    display: block;
    font-size: 12px;
    font-weight: 300;
}
.jobs-list ul.list li.list1 ul li.item-6 {
    position: absolute;
    width: 96%;
    text-align: center;
    display: block;
}
.jobs-list ul.list li.list1 ul li.item-6 div {
    background-color: #ffa500;
    width: 159px;
    display: inline-block;
    color: #fff;
    border-radius: 7px;
    padding: 10px 0;
}
.jobs-list ul.list li a:hover {
    text-decoration: none;
}
.jobs-list ul.list li a:hover li.item-6 div {
    text-decoration: none;
    background-color: #ffd17c;
    transition: all 300ms ease-in-out 0s;
}
div.num_list {
    display: flex;
    margin: 20px auto 50px;
}
div.num_list div {
    text-align: center;
    margin: 0 0.5%;
    background: #ffffff;
    padding: 0 1% 25px;
    border: 2px solid #f3f3c6;
    border-radius: 7px;
    width: 25%;
    position: relative;
}
div.num_list div h3 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 18px 0 5px !important;
}
div.num_list div p {
    text-align: left;
    font-size: 13px;
    line-height: 1.4;
}
div.num_list div p.num {
    text-align: center;
    font-size: 59px;
    font-family: century gothic, "Arial Black", Gadget, sans-serif;
    font-weight: 900;
    margin-bottom: 0;
    letter-spacing: -2px;
    color: #84539d;
}
div.num_list div:nth-child(2) p.num {
    color: #535c9d;
}
div.num_list div:nth-child(3) p.num {
    color: #537b9d;
}
div.num_list div:nth-child(4) p.num {
    color: #539d9d;
}
div.num_list div p.link {
    position: absolute;
    margin: 0;
    bottom: 12px;
    text-align: center;
    width: 89%;
}
div.num_list div p.link a {
    display: block;
    color: #ff8a00;
}
div.num_list div p.link a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    position: relative;
    font-size: 13px;
    font-weight: bold;
    margin: -2px -10px 0 5px;
    display: inline-block;
    vertical-align: middle;
    color: #f5d3aa;
}
div.num_list div p.link a:hover {
    text-decoration: none;
}
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 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.tel {
    margin: 19px 0 20px 15px;
    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 dl {
    margin: 0 auto 30px;
    width: 100%;
    font-size: 14px;
}
div.base_list .base_bx div dl dt {
    display: inline-block;
    width: 75px;
    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;
}
div.base_list .base_bx div p.map iframe {
    width: 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;
}
@media screen and (max-width: 768px) {
    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.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;
    }
}
@media screen and (max-width: 600px) {
    .content_list .thumbnail {
        width: 100% !important;
    }
    div.img_left img, div.img_right img {
        max-width: 100%;
    }
}





/*---- 表組 ----*/
table.table_cmpny  {
    border-collapse: collapse;
    margin: 0 auto 40px;
    max-width: 100%;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
}
table.table_cmpny th {
    background-color: #101955;
    border: 1px solid #a1a1a1;
    color: #fff;
    font-weight: 400;
    line-height: 1.3;
    padding: 14px 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: #3970b7;
}
table.table_cmpny td {
    border: 1px solid #e7e7e7;
    text-align: left;
    padding: 14px 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 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 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;
}
@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: 70px auto 30px;
    width: 100%;
}
div.kanrenbx ul {
    list-style-type: none;
    text-align: center;
    width: 100%;
    max-width: 750px;
    border-top: 3px solid #ddd;
    border-bottom: 3px 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;
}



/*---- 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: 0 auto 0;
    width: 100%;
    max-width: 100%;
    height: 550px;
    display: inline-block;
    background: url(/img/index/mainimage.jpg) no-repeat center bottom;
    background-size: 100% auto;
    object-fit: cover;
}
body.home .bg_image div.top_copy {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 50px auto 0;
}
body.home .bg_image div.top_copy h1 {
    display: block;
    width: 100%;
    margin: 0 auto 0;
    color: #fff;
    text-shadow: 0 0 1em rgb(7 12 72);
    line-height: 1.4;
    text-align: center;
}
body.home .bg_image div.top_copy h1 span {
    display: block;
    font-size: 25px;
    text-shadow: 0 0 1em rgb(7 12 72);
    margin: 15px 0 0;
    font-weight: 600;
}
body.home .bg_image div.top_copy p.main_maru {
    margin: 10px auto 0;
    max-width: 535px;
    width: 80%;
    z-index: 10;
    position: relative;
}
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 .top_hope {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    background: #fff;
}
body.home .top_hope .base_w {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0 85px;
}
/*---------
  製品/事例
-----------*/
body.home .top_products {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    background: url(/img/index/bg_products.jpg) no-repeat center center;
    object-fit: cover;
    background-size: 100% auto;
}
body.home .top_products .base_w {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0 5px;
}
body.home .top_products .base_w h2 {
    color: #fff;
}
body.home .top_products .base_w div.pht4bx {
    margin: 40px auto 10px;
}
body.home .top_products .base_w div.pht4bx div {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0 0.5% 18px;
    box-sizing: border-box;
    width: 23%;
    border-radius: 6px;
    position: relative;
}
body.home .top_products .base_w div.pht4bx img {
    width: 100%;
}
body.home .top_products .base_w div.pht4bx h3 {
    background-color: #000;
    color: #fff;
    padding: 9px 7px 9px 9px;
    line-height: 1.3;
    margin-top: -30px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
}
body.home .top_products .base_w div.pht4bx h3:after {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    color: #fff;
    font-weight: 600;
    font-size: 125%;
    float: right;
    position: relative;
    vertical-align: bottom;
    margin-top: -3px;
    line-height: 1.3;
}
body.home .top_products .base_w div.pht4bx 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 .top_company {
    width: 100%;
    padding: 0;
    margin: 65px auto 35px;
    background-color: #fff;
}
body.home .top_company .base_w {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    display: flex;
}
body.home .top_company .base_w div {
    height: 475px;
    width: 48%;
    position: relative;
    text-align: left;
    margin: 0 1%;
}
body.home .top_company .base_w div h2 {
    height: 16%;
    margin: 0;
}
body.home .top_company .base_w div img {
    height: 80%;
    width: 55%;
    object-fit: cover;
    overflow: hidden;
}
body.home .top_company .base_w div ul {
    position: absolute;
    top: 15%;
    margin-left: 43%;
    width: 51%;
    margin-bottom: 61px;
}
body.home .top_company .base_w div ul li {
    display: block;
    width: 100%;
}
body.home .top_company .base_w div ul li a {
    display: block;
    padding: 6px 33px;
    background-color: #5c88c1;
    color: #fff;
    margin-bottom: 8px;
    border-radius: 3px;
}
body.home .top_company .base_w div#rec ul li a {
    background-color: #ffa500;
}
body.home .top_company .base_w div ul li a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    color: rgba(255, 255, 255, 0.5);
    font-weight: 600;
    font-size: 95%;
    float: right;
    position: relative;
    vertical-align: bottom;
    margin: 4px -16px 0 0;
    line-height: 1.3;
}
body.home .top_company .base_w div p.txt_w {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0px;
}
body.home .top_company .base_w div p.txt_w a {
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    width: 94%;
    padding: 7px 8px 7px 15px;
}
body.home .top_company .base_w div p.txt_w a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    color: rgba(255, 255, 255, 0.5);
    font-weight: 600;
    font-size: 105%;
    float: right;
    margin-top: -13px;
}
body.home .top_company .base_w div ul li a:hover,
body.home .top_company .base_w div p.txt_w a:hover {
    text-decoration: none;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
    transition: all 300ms ease-in-out 0s;
}

/*---------
  お知らせ
-----------*/
body.home .top_news {
    width: 100%;
    padding: 0;
    margin: 55px auto 0;
}
body.home .top_news .base_w {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
}
body.home .top_news .base_w h3 {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2px;
}
div.whatsnew {
    border-bottom: 1px dotted #ccc;
    margin: 35px auto 70px;
}
div.whatsnew hr {
    display: none;
}
div.whatsnew dl {
    border-top: 1px dotted #ccc;
}
div.whatsnew dd {
    padding: 14px 16px;
}
div.whatsnew dt {
    margin: 0 0 0 1em;
    padding: 14px 2px;
    color: #ff6000;
    font-size: 95%;
}
body.home .top_news .base_w a {
    font-size: 15px;
    color: #000;
}
div.whatsnew a {
    padding: 7px 0 5px;
}
@media screen and (max-width: 1200px) {
    body.home .bg_image {
        background-size: 102% auto;
    }
    body.home .top_company .base_w div ul li a {
        padding: 6px 20px;
    }
}
@media screen and (max-width: 1000px) {
    body.home .bg_image {
        background-size: 106% auto;
        height: 435px;
    }
    body.home .bg_image div.top_copy {
        margin: 30px 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 .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 p.main_maru {
        margin: 5px auto 0;
        max-width: 465px;
    }
    body.home .top_products {
        background-size: auto 100%;
    }
    body.home .top_products .base_w div.pht4bx div {
        width: 45%;
    }
}
@media screen and (max-width: 600px) {
    body.home .bg_image {
        background-size: auto 107%;
        height: 300px;
    }
    body.home .bg_image div.top_copy {
        margin: 18px auto 0;
    }
    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 ul {
        margin-left: 26%;
        width: 70%;
    }
    body.home .top_company .base_w div p.txt_w a {
        width: 96%;
    }
}
@media screen and (max-width: 480px) {
    body.home .bg_image {
        background-size: auto 103%;
        height: 240px;
    }
    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;
    }
}







/*---- sitemap ----*/



/*---- 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;
}



/*---- footer ----*/
.entry-footer {
    margin-top: 65px;
}
body.home .entry-footer {
    margin-top: 0;
}
.ft_cmnt {
    padding: 45px 0 29px;
    background: url(/img/common/bg_contact.jpg) no-repeat #252525 center center;
    background-size: 100% auto;
    position: relative;
}
.ft_cmnt .ftarea {
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.ft_cmnt .ftarea p {
    font-size: 20px;
    color: #fff;
}
.ft_cmnt .ftarea p br.br_sp {
    display: none;
}
.ft_cmnt .ftarea ul {
    padding: 0;
    margin: 15px auto;
}
.ft_cmnt .ftarea ul li {
    display: inline-block;
    vertical-align: top;
    width: 380px;
    margin: 0 13px 0 0;
    padding: 0;
}
.ft_cmnt .ftarea ul li a {
    display: block;
    text-align: center;
    width: 100%;
    padding: 11px 0 0;
    background: #ff8a00;
    letter-spacing: 1px;
    font-size: 22px;
    font-weight: 600;
    border-radius: 12px;
    color: #fff;
    height: 62px;
}
.ft_cmnt .ftarea ul li 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;
}
.ft_cmnt .ftarea ul li a:hover {
    text-decoration: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
.ft_cmnt .ftarea ul li.tel a {
    background: rgba(255,255,255,0.5);
    font-family :century gothic, "Arial Black", Gadget, sans-serif;
    color: #000;
    font-size: 28px;
    font-weight: 800;
    border: 3px solid #717171;
    padding: 5px 0 0;
}
.ft_cmnt .ftarea ul li.tel a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f879";
    color: #d1d1d1;
    font-size: 21px;
    position: relative;
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
    margin: 0px 8px 3px 0;
}
.footer-widgets-grid.footer-layout-4 {
    grid-template-columns: auto;
    position: relative;
    display: block;
    padding-top: 10px;
}
.footer-widgets {
    padding: 65px 0 85px;
    background-color: #00102e;
    margin-top: 0px;
}
.footer-widgets .container {
    width: 96%;
    max-width: 1200px;
}
.sidebar-column {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    margin: 15px 1% 0 0;
}
.sidebar-column:first-child {
    width: 34%;
    margin: 0 4% 0 0;
}
.sidebar-column:nth-child(2) {
    width: 16%;
}
.sidebar-column:last-child {
    width: 18%;
    margin: 15px 0 0 0;
}
.sidebar-column p.ftlogo img {
    mix-blend-mode: multiply;
    width: 98%;
    max-width: 320px;
}
#sidebar-footer .sidebar-column .widget p {
    color: #fff;
    font-size: 15px;
    margin: 20px 0 45px;
    font-weight: 200;
    font-style: normal;
    line-height: 1.6;
    display: block;
}
#sidebar-footer .sidebar-column:last-child .widget p {
    font-size: 13px;
    margin: 20px 0 9px;
}
.sidebar-column:last-child .widget p select {
    width: 100%;
    border-radius: 3px;
    height: 40px;
}
#sidebar-footer div.container div a {
    clear: both;
    color: #fff;
    line-height: 1.3;
    text-decoration: none;
    font-weight: 400;
}
#sidebar-footer .sidebar-column p.ftlogo a {
    font-size: 30px;
    font-weight: 800;
}
#sidebar-footer .sidebar-column p.ftlogo span {
    display: block;
    font-size: 13px;
    font-weight: 200;
}
#sidebar-footer .sidebar-column .widget p.add {
    margin-top: 35px;
}
#sidebar-footer .sidebar-column .widget p.add a.map {
    background-color: #7c8966;
    padding: 1px 7px 2px 8px;
    color: #fff;
    font-size: 90%;
    letter-spacing: 2px;
    border-radius: 2px;
    margin-left: 15px;
}
#sidebar-footer div.container p.tel a {
    font-family :century gothic, "Arial Black", Gadget, sans-serif;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    margin: 0 0 30px;
}
#sidebar-footer div.container p.tel a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f879";
    color: #525252;
    font-size: 18px;
    position: relative;
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
    margin: 0px 8px 2px 0;
}
#sidebar-footer div.container ul.menu {
    margin: 0;
}
#sidebar-footer div.container ul.menu li {
    font-size: 18px;
    margin-bottom: 0;
    padding: 0 0 7px;
}
#sidebar-footer div.container ul.sub-menu {
    margin: 14px 0;
    padding-left: 15px;
}
#sidebar-footer div.container ul.sub-menu li {
    font-size: 14px;
}
#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: #f43e3e;
    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: 12px;
    padding: 0 0 20px;
    text-align: center;
    letter-spacing: 0.5px;
    margin-top: -2px;
    line-height: 1.4;
}
.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: 610px;
        margin: 0 auto;
        display: block;
    }
    .sidebar-column:first-child {
        width: 100%;
        margin: 0 auto 35px;
    }
    .sidebar-column:nth-child(2), .sidebar-column:last-child {
        width: 100%;
        margin: 35px auto 0;
    }
    .sidebar-column .map iframe {
        width: 100%;
    }
    .footer-widgets .widget {
        margin: 15px 7%;
    }
    #sidebar-footer div.container div.textwidget p.txt {
        padding-right: 0;
    }
    .site-footer {
        padding-bottom: 50px;
        background: #00102E;
    }
    .go-top.show {
        bottom: 75px;
    }
}
@media screen and (max-width: 1000px) {
    .ft_cmnt {
        padding: 25px 0 25px;
    }
    .ft_cmnt .ftarea p br.br_sp {
        display: block;
    }
    .ft_cmnt .ftarea ul li {
        width: 345px;
    }
    .footer-widgets {
        background-size: auto 100%;
    }
}
@media screen and (max-width: 768px) {
    .ft_cmnt {
        background-size: auto 100%;
    }
    .ft_cmnt .ftarea ul li {
        display: block;
        width: 90%;
        margin: 0 auto 13px;
        max-width: 335px;
    }
}
@media screen and (max-width: 600px) {
    .ft_cmnt .ftarea p {
        font-size: 16px;
    }
    .ft_cmnt .ftarea ul li.tel a {
        font-size: 20px;
        padding: 11px 0 0;
    }
    #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 screen and (max-width: 480px) {
    .ft_cmnt .ftarea p {
        font-size: 13px;
    }
}







@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 1000px) {
   
}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 600px) {

}
@media screen and (max-width: 320px) {

}


/*---- 印刷用 */
@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;
    }
}




