@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;
    overflow-x: hidden;
}
.header-wrap .container {
    width: 100%;
    /*max-width: 1400px;*/
    margin: 0 auto;
    padding: 0 0;
}
body.home .header-wrap .container {
    width: 100%;
    max-width: 100%;
}
.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%;
}
.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: #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: #000;
}
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;
}
.posts-layout .entry-title {
    font-size: 25px;
}
span.byline {
    display: none;
}
.widget-area .widget {
    margin-bottom: 5px;
}
.page-wrap {
    padding-top: 0;
    padding-bottom: 20px;
    position: relative;
    background-color: #fff;
}
body.home .page-wrap {
    width: 100%;
    margin-top: 0;
}
.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 top !important;
    background-size: 100% auto !important;
    background-repeat: no-repeat;
    background-color: transparent;
    position: relative;
    top: 0 !important;
    padding: 0px 0;
    height: 390px;
    width: 100%;
    z-index: 50;
    background-attachment: fixed;
    animation: fadein 4s ease-out forwards;
}
@keyframes fadein {
  0% {
     opacity: 0
  }
  100% {
     opacity: 1
  }
}
body.home .site-header {
    height: 93px;
    margin: 10px 0 0;
}
header.site-header .header-wrap {
    height: 93px;
    background-color: rgba(255, 255, 255, 0.75);
    z-index: 10;
    position: fixed;
    width: 100%;
}
.header-wrap .container > .row {
    display: block;
    width: 97%;
    margin: 0 auto;
    padding: 0;
    /*max-width: 1400px;*/
}
.site-header.float-header {
    background-color: transparent;
    padding: 5px 0;
}
.site-header.fixed {
    position: relative;
    padding: 0;
}

.site-header .logo {
    width: 335px;
    margin: 0 0;
}
.site-header.float-header .logo {
    margin: 0 0;
}
.site-header .logo em {
    font-size: 13px;
    font-style: normal;
    display: block;
    line-height: 1.3;
    margin: 10px 0 0 0;
    color: #010101;
    font-weight: 200;
}
.site-header .logo em .textwidget p {
    margin: 0;
}
.site-header .logo img {
    width: 300px;
    display: inline-block;
    margin: 5px 0 0 -2px;
    height: auto;
    vertical-align: top;
    float: left;
}
.site-header .logo a:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    transition: all 300ms ease-in-out 0s;
}
header.site-header .flo_right {
    position: relative;
    margin: 5px 0 0 0;
    width: 185px;
    float: right;
}
header.site-header .flo_right ul {
    padding: 0;
    text-align: right;
    margin: 15px 0 0 0;
    width: 185px;
}
header.site-header .flo_right ul li {
    list-style-type: none;
    display: block;
    width: 100%;
    line-height: 1.4;
}
header.site-header .flo_right i.i_icon {
    font-size: 43px;
    color: #8c8c8c;
    margin: 1px 10px;
}
header.site-header .flo_right a i.i_icon:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
header.site-header .flo_right p.since {
    font-size: 19px;
    line-height: 1;
    margin: 5px 5px 2px;
    color: #80849b;
}
header.site-header .flo_right ul li.tel {
    display: block;
    font-weight: 900;
    font-family: century gothic, "Arial Black", Gadget, "sans-serif";
    font-size: 28px;
    text-align: right;
    padding: 0 3px 7px 0;
    letter-spacing: 0.5px;
}
header.site-header .flo_right ul li.tel a {
    color: #242424;
    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.rec {
    position: relative;
    background: transparent;
    padding: 0;
    border: 2px solid #ebaa28;
    border-radius: 6px;
    right: 0;
    height: 45px;
    width: 120px;
    top: 0;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    float: right;
}
header.site-header .flo_right ul li.rec a {
    color: #ebaa28;
    font-size: 17px;
    font-weight: 600;
    padding: 9px 0 0;
    display: block;
}
header.site-header .flo_right ul li.rec::after {
  background: #ebaa28;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  /*height: 100%;
  transform: scale(0, 1);*/
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
  transform: skewY(-10deg) scale(1, 0);
  height: 140px;
}
header.site-header .flo_right ul li.rec:hover a {
    color: #fff;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
    transition: all 0ms ease-in-out 0s;
    border-bottom:0;
}
header.site-header .flo_right ul li.rec:hover::after {
    /*transform: scale(1, 1);*/
    transform: skewY(-10deg) scale(1, 1);
}
@media screen and (max-width: 1500px) {
    body.home .page-wrap {
        /*margin-top: 520px;*/
    }
}
@media screen and (max-width: 1200px) {
    body.home .page-wrap {
        /*margin-top: 440px;*/
    }
    .site-header .logo em {
        font-size: 12px;
    }
    .site-header .logo img {
        width: 285px;
    }
}
@media screen and (max-width: 1024px) {
    .site-header.fixed {
        background-size: 131% auto !important;
    }
    header.site-header .header-wrap {
        /*height: 110px;*/
    }
    header.site-header .flo_right {
        display: none;
    }
    .site-header .logo {
        width: 340px;
        margin: 0 auto !important;
        display: block;
        float: none;
        text-align: center;
    }
    .site-header .logo img {
        margin: 5px 0 0 0;
        float: none;
        text-align: center;
    }
}
@media screen and (max-width: 1000px) {
    body.home .page-wrap {
        /*margin-top: 365px;*/
    }
}
@media screen and (max-width: 768px) {
    .site-header.fixed {
        height: 275px;
    }
    .header-wrap {
        text-align: left;
    }
}
@media screen and (max-width: 600px) {
    body.home .page-wrap {
        /*margin-top: 250px;*/
    }
    .site-header {
    }
    .site-header.fixed {
        background-position: center top !important;
        background-size: 140% !important;
        height: 195px;
    }
    body.home .site-header {
        height: 75px;
    }
    header.site-header .header-wrap {
        height: 75px;
    }
    header.site-header.float-header .header-wrap {
        height: 75px;
    }
    div.header-wrap.swiper-wrapper {
        width: 100%;
        position: relative;
    }
    .site-header.float-header .logo {
        /* width: 310px; */
        margin: 0;
    }
    .site-header .logo {
        width: 100%;
    }
    .site-header .logo a {
        font-size: 24px;
    }
    .site-header .logo img {
        width: 235px;
    }
    .site-header .logo em {
        font-size: 12px;
        padding-top: 0;
    }
}
@media screen and (max-width: 480px) {
    header.site-header.float-header .header-wrap {
        height: 75px;
    }
    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;
}
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: 70px;
    position: relative;
    width: 90%;
    margin: 20px auto 0;
}
.page-template-page_front-page .page-wrap {
    margin-top: 124px;
}
/*.l-header {
  width: 100%;
}
*/



/* gnavi */
#page .col-md-8 {
    width: 100%;
    background-color: transparent;
    display: block;
    height: 55px;
    margin: -240px auto 165px;
    z-index: 1500;
    position: relative;
    padding: 0;
}
body.home #page .col-md-8 {
    margin: -20px auto 0;
}
#page .col-md-8 nav#mainnav {
    width: 545px;
    background-color: transparent;
    /*max-width: 1400px;
    float: none;
    margin: 0 auto;
    padding: 0;
    height: 55px;*/
    text-align: center;
    position: fixed;
    top: 20px;
    right: 5%;
    margin-right: 120px;
}
#page .col-md-8 nav#mainnav ul {
    position: relative;
    width: 545px;
    float: right;
    margin-right: 0;
}
#page .col-md-8 nav#mainnav ul li {
    display: inline-block;
    height: 55px;
    padding: 0;
    text-align: center;
    width: 90px;
    vertical-align: top;
}
#page .col-md-8 nav#mainnav ul li:first-child {
    width: 130px;
}
#page .col-md-8 nav#mainnav ul li:nth-child(4),
#page .col-md-8 nav#mainnav ul li:nth-child(5) {
    width: 58px;
}
#page .col-md-8 nav#mainnav ul li:nth-child(6) {
    width: 110px;
}
#page .col-md-8 nav#mainnav ul li a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    float: none;
    display: block;
    vertical-align: bottom;
    padding: 21px 0 21px;
    /*letter-spacing: 1px;*/
    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,
#page .col-md-8 nav#mainnav ul li.actv {
    background-color: transport;
    transition: all 300ms ease-in-out 0s;
}
#page .col-md-8 nav#mainnav ul li:hover a {
    color: #B3B3B3;
    border-bottom:1px solid #ccc;
}
#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 ul.sub-menu {
    width: 115%;
    padding: 0;
    z-index: 100;
    transition: all 300ms ease-in-out 0s;
    background-color: rgba(255, 255, 255, 0.9);
    border: 4px solid #e2e2e2;
    border-radius: 3px;
    margin: -57px -9px 0 0;
}
#page .col-md-8 nav#mainnav ul li:nth-child(6)  ul.sub-menu {
    width: 170px;
    margin: -57px -33px 0 0;
}
#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: 52px;
}
#page .col-md-8 nav#mainnav ul li:nth-child(6)  ul.sub-menu li:nth-child(2) {
    height: 68px;
}
#page .col-md-8 nav#mainnav ul li ul.sub-menu li a {
    border-top: 0;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    font-size: 14px;
    text-decoration: none;
    color: #000;
    width: 100%;
    height: 100% !important;
    padding: 16px 0 0;
    letter-spacing: 0;
    line-height: 1.3;
}
#page .col-md-8 nav#mainnav ul li ul.sub-menu li:hover {
    background-color: #ccc !important;
}
#page .col-md-8 nav#mainnav ul li ul.sub-menu li:hover a {
    background-color: #1f1f1f !important;
    border-bottom: 1px solid #ccc;
    color: #fff !important;
    text-decoration: none;
}
#page .col-md-8 ul#menu-headernavigation li:last-child {
    position: absolute;
    bottom: 35px;
    background: transparent;
    padding: 0;
    border: 2px solid #ebaa28;
    border-radius: 8px;
    right: 0;
    height: 67px;
    width: 205px;
    top: -15px;
    margin-left: 25px;
    overflow: hidden;
    z-index: 1;
    display: none;
}
#page .col-md-8 ul#menu-headernavigation li ul.sub-menu li:last-child {
    background-color: transparent;
    border: 0;
    width: 100%;
    position: relative;
    display: block;
    border-radius: 0;
    margin: 15px auto -15px;
    /*height: 52px;
    top: 0;
    margin: 0 auto;
    overflow: hidden;
    z-index: 1;*/
}
#page .col-md-8 ul#menu-headernavigation li:last-child a {
    color: #ebaa28;
    font-size: 15px;
    font-weight: 600;
    padding: 21px 0 10px 5px;
}
#page .col-md-8 ul#menu-headernavigation li ul.sub-menu li:last-child a {
    font-size: 15px;
    padding: 18px 0 0;
    font-weight: 400;
}
#page .col-md-8 ul#menu-headernavigation li:last-child a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    display: inline-block;
    color: #ebaa28;
    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:last-child a:after {
    content: "CONTACT";
    display: block;
    color: #ebaa28;
    font-size: 9px;
    letter-spacing: 1px;
    margin: -3px -13px 0 13px;
    font-weight: 200;
    font-family: century gothic, "Arial Black", Gadget, "sans-serif";
}
#page .col-md-8 ul#menu-headernavigation li ul.sub-menu li:last-child a:before {
    content: "";
    margin: 0;
}
#page .col-md-8 ul#menu-headernavigation li ul.sub-menu li:last-child a:after {
    content: "";
}
/*#page .col-md-8 ul#menu-headernavigation li:last-child:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}*/
#page .col-md-8 ul#menu-headernavigation li:last-child::after {
  background: #ebaa28;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  /*height: 100%;
  transform: scale(0, 1);*/
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
  transform: skewY(-10deg) scale(1, 0);
  height: 140px;
}
/*#page .col-md-8 ul#menu-headernavigation li ul.sub-menu li:last-child::after {
    color: #fff;
}*/
#page .col-md-8 ul#menu-headernavigation li:last-child:hover a {
    color: #fff;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
    transition: all 0ms ease-in-out 0s;
    border-bottom:0;
}
#page .col-md-8 ul#menu-headernavigation li:last-child:hover::after {
    /*transform: scale(1, 1);*/
    transform: skewY(-10deg) scale(1, 1);
}
#page .col-md-8 ul#menu-headernavigation li:last-child:hover a:before,
#page .col-md-8 ul#menu-headernavigation li:last-child:hover a:after {
    color: #fff;
}


.mobi-menu {
    display: none;
}

    #mainnav-mobi {
        top: 0px;
        bottom: 60px;
        left: 0;
        margin-top: 0;
        position: fixed;
        background: #383838;
        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 #585858;
    }
    #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: #1c1c1c;
    }
    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;
        font-size: 16.5px;
    }
    #page .col-md-8 ul#menu-headernavigation li ul.sub-menu.toggled li:last-child {
        height: 40px;
    border-top: 1px solid #4b4b4b;
        max-width: 100%;
    margin-bottom: 0px;
    }
    #page .col-md-8 ul#menu-headernavigation li ul.sub-menu.toggled li:last-child a {
        font-size: 16px;
    color: #fff;
    width: 100%;
    padding: 14px 0;
    }
    #page .col-md-8 ul#menu-headernavigation li ul.sub-menu.toggled li:last-child::after {
        background-color: transparent;
    }

@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: #000;
        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: #09124f;
  }*/
    .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:last-child {
        text-align: center;
        position: relative;
        margin: 55px auto;
        width: 92%;
        display: block;
        max-width: 450px;
    }
    #page .col-md-8 ul#menu-headernavigation li:last-child 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: -100px;*/
    }
  #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: -200px 0 195px;
    display: block;
    position: relative;
    z-index: 70;
}
#main div.h1_tit h1 {
    font-size: 43px;
    /*font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;*/
    color: #fff;
    text-shadow: 0px 0px 10px #cecece;
    position: relative;
}
#main div.h1_tit h1 span {
    font-size: 24px;
    font-weight: 400;
    display: block;
    margin: -32px auto 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
#main div.h1_tit h1 span.mt0 {
    margin-top: 0;
}
h2.title {
    font-size: 32px;
    text-align: center;
}
div.inr_bx {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}
div.inr_bx h2.tit {
    font-size: 31px;
    padding: 15px 0 12px 20px;
    border-left: 8px solid #a8aab5;
    margin: 35px 0 12px;
    line-height: 1.2;
    font-weight: 600;
}
div.inr_bx h2.tit.staff {
    background-color: #c8cbdf;
    font-size: 20px;
    position: relative;
}
div.inr_bx h2.tit.staff span {
    font-size: 16px;
    margin: 0 0 0 8px;
}
div.inr_bx h2.tit.staff::before {
    content: "Staff Interview";
    position: absolute;
    bottom: 42px;
    font-size: 24px;
    font-weight: 200;
    letter-spacing: 2px;
    color: #7580cc;
}
div.inr_bx h2.midashi {
    font-size: 31px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    color: #376a99;
    position: relative;
    padding-bottom: 15px;
    margin: 50px 0 0;
    text-align: center;
    line-height: 1;
}
div.inr_bx h2.midashi:before {
    content: "「";
    font-size: 55px;
    vertical-align: middle;
    margin: -10px -6px 0px -27px;
    font-weight: 100;
    display: inline-block;
}
div.inr_bx h2.midashi:after {
    content: "」";
    font-size: 55px;
    display: inline-block;
    vertical-align: middle;
    margin: -10px -25px 0 -2px;
    font-weight: 100;
}
div.inr_bx h2.midashi.no_ba {
    padding-bottom: 45px;
}
div.inr_bx h2.midashi.no_ba:before,
div.inr_bx h2.midashi.no_ba:after {
    content: "";
    margin: 0;
}
div.inr_bx#recruitment p.name {
    background-color: #eff1f6;
    padding: 7px 18px 7px;
    font-size: 18px;
    font-weight: 100;
}
div.inr_bx#recruitment p.name span {
    display: inline-block;
    font-size: 13px;
    margin: 0 12px;
}
/*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.midashi2 {
    font-size: 28px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    color: #77a611;
    position: relative;
    padding-bottom: 15px;
    margin: 50px 0 25px !important;
}
div.inr_bx h3.midashi2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #c4e777, #dae9ba 2px, #fff 2px, #fff 4px);
    background: repeating-linear-gradient(-45deg, #c4e777, #dae9ba 3px, #fff 5px, #fff 8px);
}
p.summary_txt {
    /*font-size: 93%;*/
    width: 96%;
    max-width: 590px;
    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;
    width: 100%;
}
div.img_r img {
    float: right;
    margin-left: 4%;
    margin-bottom: 20px;
    width: 46%;
    max-width: 520px;
}
div.img_l img {
    float: left;
    margin-right: 4%;
    margin-bottom: 20px;
    max-width: 520px;
    width: 46%;
}
div.img_left, div.img_right {
    display: flex;
    margin: 0 auto 50px;
    width: 100%;
}
div.img_right .img_right_txt {
    width: 50%;
    padding: 2% 6% 2% 12%;
}
div.img_left .img_left_txt {
    width: 50%;
    padding: 1% 5% 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: #292929;
    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;
}
#media div.img_l {
    width: 100%;
    border-top: 2px dotted #8fc31f;
    padding: 28px 3%;
    margin-bottom: 0;
}
#media div.img_l:last-child {
    border-bottom: 2px dotted #8fc31f;
}
#media div.img_l img {
    float: left;
    margin-right: 7%;
    max-width: 185px;
    width: 38%;
}
#media div.img_l div h3 {
    display: inline-block;
    font-size: 19px;
    margin: 0 10px 0 0;
}
#media div.img_l div span {
    display: inline-block;
    font-size: 13px;
    font-weight: 200;
    margin-bottom: 40px;
}
div.phtbx_2wk, div.phtbx_3wk {
    background: #e8e8e8;
}
div.phtbx_2wk {
	font-weight: 600;
    padding: 1% 1% 0;
    text-align: center;
}
div.phtbx_2wk div {
    width: 46.5%;
    display: inline-block;
    vertical-align: top;
    margin: 1.5%;
    outline: 2px solid #fff;
}
div.phtbx_2wk p {
    margin: 9px 0 8px 0;
    text-align: center;
}
div.phtbx_2wk ul {
    list-style-type: none;
    padding: 0;
	margin-bottom: 0px;
}
.content-area div.phtbx_2wk ul li {
    font-size: 17px;
	font-weight: 200;
    background: #dae0e8;
    padding: 4px;
    margin-bottom: 0;
}
div.phtbx_2wk ul li:nth-child(even) {
    background: #e8ebf0;
}
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;
    overflow: hidden;
}
.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;
    transition: transform .6s ease;
    z-index: 0;
    position: relative;
}
.content_list .thumbnail h3 {
    background-color: rgb(44 44 44 / 70%);
    font-size: 27px;
    font-weight: bold;
    margin: 0 !important;
    padding: 11px 2% 10px 3%;
    position: relative;
    top: -55px;
    color: #fff;
    height: 55px;
}
.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: 95%;
    font-weight: normal;
    line-height: 1.6;
    margin: -55px 0 0;
    padding: 15px 2% 13px 3%;
    vertical-align: text-top;
    width: 100%;
    background-color: #fff;
    z-index: 1;
    position: relative;
}
.content_list .thumbnail a:hover img {
    transform: scale(1.1);
    max-width: 100%;
    object-fit: cover;
}
.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 img {
    border: 2px solid #ccc;
    object-fit: cover;
    height: 250px;
    width: 100%;
    object-position: center center;
    margin: 0 0 5px;
}
div.num_list {
    display: flex;
    margin: 20px auto 50px;
    flex-wrap: wrap;
}
div.num_list div {
    text-align: center;
    background: #ffffff;
    padding: 0 10px 25px;
    border: 4px solid #dadada;
    border-radius: 7px;
    position: relative;
    margin: 0 0.5% 1%;
    width: 90%;
    max-width: 850px;
}
div.num_list div h3 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 18px 0 5px !important;
}
div.num_list div p {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
}
div.num_list div p.num {
    text-align: center;
    font-size: 111px;
    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.num span {
    position: absolute;
    display: inline-block;
    font-size: 19px;
    font-weight: 600;
    margin: 0 0 0 35px;
    letter-spacing: 0;
}
div.num_list div span.num {
    text-align: center;
    font-size: 111px;
    /*font-family: century gothic, "Arial Black", Gadget, sans-serif;*/
    font-family: 'Impact', Charcoal, sans-serif;
    font-weight: 900;
    margin-bottom: 0;
    /*letter-spacing: -2px;*/
    letter-spacing: 4px;
    color: #84539d;
}
div.num_list div:nth-child(2) span.num {
    color: #535c9d;
}
div.num_list div:nth-child(3) span.num {
    color: #537b9d;
}
div.num_list div:nth-child(4) span.num {
    color: #539d9d;
}

div.num_list div span.countUp__unit {
    display: inline-block;
    font-size: 29px;
    font-weight: 600;
    margin: 0 -35px 0 10px;
    letter-spacing: 0;
}
div.num_list div p.link {
    position: absolute;
    margin: 0;
    bottom: 12px;
    text-align: center;
    width: 96%;
}
div.num_list div p.link a {
    display: block;
    color: #ffab00;
}
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: -1px -20px 0 10px;
    display: inline-block;
    vertical-align: middle;
    color: #b6b6b6;
}
div.num_list div p.link a:hover {
    text-decoration: none;
}
.countUp {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.countUp__item {
  text-align: center;
  font-weight: bold;
}
.countUp__ttl {
  letter-spacing: 0.1em;
}
/*.countUp__num {
  font-weight: bold;
  color: #FF8A16;
  font-size: 3em;
}
.countUp__unit {
  font-size: 1.5em;
}*/
.vc_row.movie_bx {
    width: 60%;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    display: block;
    margin: 0 auto 15px;
}
.vc_row.movie_bx > div {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.vc_row.movie_bx iframe {
    width: 100% !important;
}
.vc_row.movie_bx p.txtlink a i.fa-youtube {
    color: #f16767;
    display: inline-block;
    vertical-align: middle;
    margin: -2px -5px 0 5px;
    font-size: 24px;
}
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%;
}
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: 0;
    margin-left: -6%;
    margin-right: -6%;
    width: auto;
    height: 220px;
}
div.img_w img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
    height: 100%;
}
div.img_w_media {
    margin-bottom: 34px;
    margin-left: -5%;
    margin-right: -5%;
    height: 122px;
    overflow: hidden;
}
div.img_w_media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 100% 100%;
}
div.pht3wk, div.pht4wk, div.pht6wk {
    display: flex;
    width: auto;
}
div.pht4wk {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 10px;
}
div.pht3wk div, div.pht4wk div, div.pht6wk div {
    display: inline-block;
    width: 34%;
    padding: 0;
    margin: 0 0.25%;
}
div.pht4wk div {
    width: 24.85%;
    margin: 0 0.05% 1px;
}
div.pht6wk div {
    width: 17%;
}
div.pht3wk div img, div.pht4wk div img, div.pht6wk div img {
    width: 100%;
    height: auto;
}
div.pht3wk div p, div.pht4wk div p, div.pht6wk div p {
    font-size: 15px;
    padding: 13px;
    text-align: justify;
    line-height: 1.4;
}
div.pht3wk div h3 {
    font-size: 19px;
    color: #fff;
    background-color: #777;
    font-weight: 400;
    padding: 15px;
    text-align: center;
    margin-bottom: 0 !important;
}
div.inr_bx .rec_box div {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 20px 1.5% 35px;
    border: 2px solid #cdcdcd;
    padding: 3% 2.5%;
    position: relative;
}
div.inr_bx .rec_box div img {
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    transition: transform .6s ease; /* ゆっくり変化させる */
}
div.inr_bx .rec_box div img:hover {
    transform: scale(1.1); /* 拡大 */
    max-width: 100%;
    object-fit: cover;
}
div.inr_bx .rec_box div h4 {
    margin: -85px 0 55px !important;
    color: #fff;
    display: block;
    z-index: 2;
    position: relative;
    font-size: 25px;
    letter-spacing: 1px;
    font-weight: 800;
    text-align: center;
}
div.inr_bx .rec_box div h4::after {
    position: absolute;
    content: "";
    display: block;
    width: 45px;
    height: 45px;
    background: url(/img/arrow.svg) no-repeat;
    background-size: contain;
    margin: 24px auto 0;
    left: 43%;
}
div.inr_bx .rec_box div a:hover {
    text-decoration: none;
}
div.inr_bx .rec_box h5 {
    text-align: left;
    margin: 18px;
    color: #000;
    font-size: 27px;
    line-height: 2;
    font-weight: 600;
}
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.column_bx {
    border: 0;
    border-radius: 7px;
    width: 93%;
    margin: 70px auto 80px;
}
div.column_bx .column_ttl {
    position: relative;
    background: #264071;
    width: 140px;
    height: 33px;
    border-radius: 14px 14px 0 0;
    border-bottom: 0;
    margin: -35px 0 2px 2px;
}
div.column_bx .column_ttl span {
    color: #fff;
    display: inline-block;
    padding: 2px 0px 0px 32px;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 6px;
}
div.column_bx h3 {
    background: #323232;
    padding: 25px 0 18px 60px;
    font-size: 1.6rem;
    margin: 0 !important;
    border-radius: 4px 4px 0 0;
    color: #fff;
    font-family: "源ノ明朝", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
div.column_bx .column_inner {
    padding: 25px 60px 12px;
    background-color: #fff;
    border-left: 3px solid #ccc;
    border-bottom: 3px solid #ccc;
    border-right: 3px solid #ccc;
    border-radius: 0 0 9px 9px;
}
div.column_bx.listbx {
    margin: 22px auto 22px;
}
div.column_bx.listbx .column_inner {
    padding: 10px 60px 10px;
    border-top: 3px solid #ccc;
    border-radius: 9px 9px 9px 9px;
}
div.column_bx.listbx .column_inner ul {
    font-size: 18px;
    color: #376a99;
    line-height: 1.4;
}
div.column_bx.listbx .column_inner ul li {
    margin-bottom: 8px;
}
@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%;
    }
    div.inr_bx .rec_box div h4 {
        font-size: 22px;
    }
}
@media screen and (max-width: 1024px) {
    #main div.h1_tit {
        margin: -210px 0 205px;
    }
    #main div.h1_tit h1 {
        font-size: 41px;
    }
}
@media screen and (max-width: 1000px) {
    div.inr_bx .txtbx p img.img_maru {
        width: 200px;
    }
    div.img_l img {
        float: none;
        display: block;
        width: 100%;
        margin: 0 auto 20px;
    }
    div.img_l ul.list {
        width: 100%;
    }
    div.inr_bx .rec_box div {
        display: block;
        width: 100%;
        margin: 20px auto 35px;
        height: 265px;
        position: relative;
        overflow: hidden;
    }
    div.inr_bx .rec_box div img {
        object-fit: cover;
        height: auto;
    }
    div.inr_bx .rec_box div h4 {
        position: absolute;
        text-align: center;
        bottom: 20px;
        width: 95%;
    }
    div.inr_bx .rec_box div h4::after {
        left: 46%;
    }
    div.img_w.pht6wk {
        height: 130px;
    }
    .content_list .thumbnail {
        width: 100% !important;
    }
}
@media screen and (max-width: 768px) {
    #main div.h1_tit {
        margin: -150px 0 150px;
    }
    #main div.h1_tit h1 {
        font-size: 35px;
    }
    #main div.h1_tit h1 span {
        font-size: 21px;
    }
    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.phtbx_2wk div {
        width: 97%;
    }
    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.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 auto 1%;
    }
    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%;
    }
    div.pht3wk {
        flex-wrap: wrap;
        width: auto;
    }
    div.pht3wk div {
        width: 100%;
        margin: 0 auto;
    }
    div.pht3wk div img {
        height: 310px;
        object-fit: cover;
    }
    .vc_row.movie_bx {
        width: 100% !important;
    }
}
@media screen and (max-width: 600px) {
    #main div.h1_tit {
        margin: -113px 0 100px;
    }
    #main div.h1_tit h1 {
        font-size: 27px;
    }
    #main div.h1_tit h1 span {
        font-size: 18px;
    }
    p.summary_txt {
        margin: 0 auto 5px;
    }
    div.inr_bx {
        padding-top: 25px;
    }
    div.inr_bx h2.midashi {
        font-size: 29px;
    }
    #achievements.inr_bx {
        padding-top: 0;
    }
    div.pht4wk div {
        width: 49.7%;
    }
    div.inr_bx h3.midashi2 {
        font-size: 24px;
    }
    div.inr_bx h2.midashi:before, div.inr_bx h2.midashi:after {
        font-size: 48px;
    }
    div.inr_bx .rec_box h5 {
        font-size: 23px;
    }
    div.img_left img, div.img_right img {
        max-width: 100%;
    }
    div.num_list div p {
        font-size: 11px;
    }
    div.num_list div p.num {
        font-size: 42px;
    }
    div.inr_bx .txtbx p img.img_maru {
        width: 140px;
        float: none;
        margin: 0 auto -15px;
        display: block;
    }
    #media div.img_l div {
        display: block;
        width: 100%;
    }
    #media div.img_l div img {
        float: none;
        display: block;
        margin: 0 0 20px;
    }
    div.num_list div span.num {
        font-size: 78px;
    }
    div.num_list div span.countUp__unit {
        font-size: 29px;
        margin: 0 -20px 0 17px;
    }
    .content_list .thumbnail h3 {
        font-size: 22px;
        padding: 14px 2% 8px 3%;
    }
}
@media screen and (max-width: 480px) {
    #main div.h1_tit {
        margin: -110px 0 105px;
    }
    #main div.h1_tit h1 {
        font-size: 23px;
    }
    #main div.h1_tit h1 span {
        font-size: 16px;
    }
    p.summary_txt {
        margin: 0 auto 0;
    }
    div.inr_bx h2.midashi {
        font-size: 27px;
    }
    div.pht3wk div img {
        height: auto;
    }
    div.num_list div span.num {
        font-size: 72px;
    }
    .content_list .thumbnail a:hover img {
        transform: scale(1);
    }
    div.inr_bx .rec_box div img:hover {
        transform: scale(1);
    }
}



/*---- 表組 ----*/
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: #878787;
    border: 1px solid #d7d7d7;
    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 th p {
    margin: 0;
}
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: #4f6059;
}
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 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.office {
    table-layout: auto;
}
table.table_cmpny.office tr th.item, table.table_cmpny.office tr td.item {
    width: 105px;
}
table.table_cmpny.office tr th.item2 {
    background-color: #9f9f9f;
}
table.table_cmpny.office th br.br_sp {
    display: none;
}
@media screen and (max-width: 1024px) {
    table.table_cmpny.office th br.br_sp {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    table.table_cmpny th, table.table_cmpny td {
        font-size: 13px;
    }
    table.table_cmpny.office tr th.item, table.table_cmpny.office tr td.item {
        width: 90px;
    }
}
@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.office tr th.item, table.table_cmpny.office td.item {
        width: 100% !important;
    }
    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;
    }
    table.table_cmpny.office th br.br_sp {
        display: none;
    }
    table.table_cmpny.office tr td.item {
        padding: 6px 25px;
        background-color: #ddd;
    }
}


/*---- sdgs ----*/
div.img_sdgs {
    display: inline-block;
    margin: 5px 0 5px;
    width: 100%;
}
div.img_sdgs img {
    float: left;
    margin-right: 3%;
    margin-top: 23px;
    margin-bottom: 30px;
    width: 165px;
    height: 165px;
    object-fit: none;
}
div.img_sdgs .txtbx {
    display: inline-block;
    vertical-align: top;
    width: 71%;
}
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;
}
@media screen and (max-width: 768px) {
    div.img_sdgs .txtbx {
        width: 100%;
    }
    div.img_sdgs img {
        margin-top: 13px;
        margin-bottom: 0px;
    }
}


/*----------------------------------
  achievement
------------------------------------*/
.tab-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 40px auto 0;
    width: 100%;
    max-width: 1200px;
}
.tab-wrap:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #E3E3E3;
    display: block;
    order: -1;
}
.tab-label {
    color: #fff;
    background: #8d91aa;
    font-size: 26px;
    white-space: nowrap;
    text-align: center;
    padding: 8px 0.25em;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 4px 4px 0 0;
    flex: 1;
}
.tab-label:not(:last-of-type) {
    margin-right: 5px;
}
.tab-content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
    background: #373f72;
}
.tab-switch:checked+.tab-label+.tab-content {
    height: auto;
    overflow: auto;
    padding: 15px 0 0;
    opacity: 1;
    transition: .5s opacity;
}
div.inr_bx .tab-content h3 {
    font-size: 31px;
}
/* ラジオボタン非表示 */
.tab-switch {
    display: none;
}
.tab-content h3 {
    font-size:  19px;
    margin: 5px 0 15px;
    padding-bottom: 4px;
}
.tab-content h4:before {
    content: "◆";
    font-size: 105%;
    margin-right: 4px;
    color: #7cb4e8;
}
table.table_cmpny.achv th {
    background-color: #494949;
    padding: 10px 8px;
    font-size: 16px;
}
table.table_cmpny.achv th:first-child,
table.table_cmpny.achv th:nth-child(2) {
    width: 8%;
}
table.table_cmpny.achv td:first-child,
table.table_cmpny.achv td:nth-child(2) {
    text-align: center;
}
table.table_cmpny.achv td {
    padding: 9px 10px;
    font-size: 15px;
    vertical-align: middle;
}
div.table-wrap {
    overflow-x: scroll;
}
table.table_cmpny.achv_w {
    white-space: nowrap;
    max-width: 1080px;
    width: 1080px;
}
table.table_cmpny.achv_w th {
    background-color: #494949;
    padding: 10px 4px;
    font-size: 14px;
    width: auto;
}
table.table_cmpny.achv_w th:first-child,
table.table_cmpny.achv_w th:nth-child(2) {
    width: 65px;
}
table.table_cmpny.achv_w th:nth-child(3),
table.table_cmpny.achv_w th:nth-child(6) {
    width: 135px;
}
table.table_cmpny.achv_w th:nth-child(4) {
    width: 225px;
}
table.table_cmpny.achv_w th:nth-child(5) {
    width: 110px;
}
table.table_cmpny.achv_w td {
    padding: 9px 4px;
    font-size: 14px;
    vertical-align: middle;
    white-space: normal;
}
table.table_cmpny.achv_w td:first-child,
table.table_cmpny.achv_w td:nth-child(2),
table.table_cmpny.achv_w td:nth-child(4),
table.table_cmpny.achv_w td:nth-child(5) {
    text-align: center;
    white-space: nowrap;
}
table.table_cmpny.achv_w td:nth-child(6) {
    text-align: right;
}
div.ach_wk {
    border: 1px solid #ccc;
    padding: 0;
    margin: 0 auto 45px;
}
div.ach_wk .tit {
    background-color: #ececec;
    padding: 1em 1.5em;
}
div.ach_wk .tit h3 {
    font-size: 24px;
    margin: 0 0 8px !important;
}
div.ach_wk .tit p {
    margin-bottom: 0;
}
div.ach_wk div.img_l {
    margin: 0;
}
div.ach_wk div.img_l img {
    margin-bottom: 0;
}
div.ach_wk div.img_l dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    width: 50%;
    font-size: 15px;
}
div.ach_wk div.img_l dl dt {
    width: 125px;
    padding: 5px;
    background-color: #ececec;
    text-align: center;
    margin-bottom: 5px;
}
div.ach_wk div.img_l dl dd {
    width: 295px;
    padding: 5px;
    margin-inline-start: 10px;
}
div.ach_wk div.explan {
    padding: 12px 25px;
    font-size: 15px;
}
@media screen and (max-width: 1000px) {
    div.ach_wk div.img_l dl {
        width: 100%;
        padding: 10px 25px 0;
    }
    div.ach_wk div.img_l dl dt {
        width: 25%;
    }
    div.ach_wk div.img_l dl dd {
        width: 70%;
    }
    div.ach_wk div.explan {
        border-top: 1px solid #ccc;
    }
}
@media screen and (max-width: 768px) {
    .tab-label {
        font-size: 20px;
    }
}
@media screen and (max-width: 600px) {
    .tab-label {
        font-size: 12px;
        margin: 2px 0;
    }
    table.table_cmpny.achv th, table.table_cmpny.achv td {
        display: table-cell;
        padding: 7px 4px;
        font-size: 13px;
        border: 1px solid #dbdbdb;
    }
    table.table_cmpny.achv th:first-child,
    table.table_cmpny.achv th:nth-child(2) {
        width: 42%;
    }
    table.table_cmpny.achv_w th, table.table_cmpny.achv_w td {
        display: table-cell;
        padding: 7px 4px;
        font-size: 13px;
        border: 1px solid #dbdbdb;
    }
    table.table_cmpny.achv_w th:first-child,
    table.table_cmpny.achv_w th:nth-child(2) {
        width: 65px;
    }
    table.table_cmpny.achv_w th:nth-child(3),
    table.table_cmpny.achv_w th:nth-child(6) {
        width: 135px;
    }
    table.table_cmpny.achv_w th:nth-child(4) {
        width: 225px;
    }
    table.table_cmpny.achv_w th:nth-child(5) {
        width: 110px;
    }
    table.table_cmpny.achv_w td {
        padding: 9px 4px;
        font-size: 14px;
        vertical-align: middle;
        white-space: normal;
    }
    table.table_cmpny.achv_w td:first-child,
    table.table_cmpny.achv_w td:nth-child(2),
    table.table_cmpny.achv_w td:nth-child(4),
    table.table_cmpny.achv_w td:nth-child(5) {
        text-align: center;
        white-space: nowrap;
    }
    div.ach_wk div.img_l dl {
        font-size: 14px;
    }
    div.ach_wk .tit h3 {
        font-size: 21px;
    }
    div.ach_wk .tit p {
        font-size: 15px;
    }
}



/*---- ボタン ----*/
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;
}
p.txtlink a {
    color: #59619b;
    padding: 11px 10px 11px 0;
    display: block;
    font-weight: 600;
}
p.txtlink a:before {
	content: ">";
    color: #fff;
    background: #59619b;
    border-radius: 50%;
    font-size: 19px;
    padding: 5px 0 0 16px;
    transform: scale(0.5, 1);
    display: inline-block;
    vertical-align: middle;
    margin: -3px -3px 0px -9px;
    width: 39px;
    height: 19px;
    line-height: 0.5;
    font-weight: 300;
}
p.txtlink a:hover {
    text-decoration: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
p.txtlink.bgblue a {
    background: #fff;
    padding: 8px 14px 6px;
    border-radius: 3px;
    display: inline-block;
    margin: 0 auto 20px;
}
div.glossary {
  width: 100%;
  border: 3px solid #d3dbeb;
  border-radius: 11px;
  box-sizing: border-box;
  padding: 0 20px 10px 25px;
  margin: 45px 0 30px;
}
div.glossary span.tit {
  background-color: #26498e;
  border-radius: 11px 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;
  width: 100%;
  margin-top: 45px;
}
div.glossary div.img_r {
  width: 70%;
  margin-top: 45px;
}
div.glossary h4 {
  font-size: 23px;
}
div.glossary h5 {
  font-size: 19px;
}
div.glossary p {
  font-size: 14px;
}
div.kanrenbx {
    margin: 110px 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.base ul {
    border-top: 0;
    border-bottom: 0;
}
div.kanrenbx ul p.txt_link {
    margin: 0 auto -20px;
}
div.kanrenbx ul p.txt_link {
    margin: 0 auto -15px;
}
div.kanrenbx ul p.txt_link a {
    padding: 4px 25px;
    margin: 6px 10px;
    min-width: 145px;
    font-size: 100%;
}
div.kanrenbx ul p.txt_link a:after {
    font-size: 13px;
    margin: -1px -15px 0 15px;
}
h5 a.link_c {
    font-size: 24px;
}
h5 a.link_c:after {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    position: relative;
    font-size: 32px;
    font-weight: bold;
    margin: 10px auto 0;
    display: block;
    color: #ccc;
}
ul.kyouryokukai {
    border: 2px solid #ccc;
    border-radius: 8px;
    padding: 2em;
    list-style-type: none;
}
ul.kyouryokukai li {
    display: inline-block;
    line-height: 2;
}
ul.kyouryokukai li::after {
    content: "/";
    font-size: 105%;
    color: #ccc;
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
}
ul.kyouryokukai li:last-child::after {
    content: "";
}

@media screen and (max-width: 768px) {
    div.glossary img {
        display: block;
        margin: 5px auto 28px;
        width: 58%;
    }
    div.glossary div.img_r {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    div.glossary img {
        width: 100%;
    }
}


/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
}
.fadeIn2{
animation-duration:4s;
}
@keyframes fadeInAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 下から */
.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}
.fadeUp2{
animation-duration:1.25s;
}
.fadeUp3{
animation-duration:3s;
}
.fadeUp4{
animation-duration:4.5s;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
    transform: translateY(200px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 上から */
.fadeDown{
animation-name:fadeDownAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeDownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}
/* 左から */
/*.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:0.75s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeLeftAnime{
  from {
    opacity: 0;
  transform: translateX(-100px);
  }
  to {
    opacity: 1;
  transform: translateX(0);
  }
}*/
.fadeLeft {
  animation: fadeLeftAnime 0.75s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
}
@keyframes fadeLeftAnime {
  0% {
    transform: translateX(-180px);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
  }
  65% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(0);
  }
  20%,100% {
    opacity: 1;
  }
}
/* 右から */
/**/
.fadeRight {
  animation: fadeRightAnime 0.75s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
}
.fadeRight2{
animation-name:fadeRightAnime2;
animation-duration:1.5s;
}
@keyframes fadeRightAnime {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
  }
  65% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0);
  }
  20%,100% {
    opacity: 1;
  }
}
@keyframes fadeRightAnime2{
  from {
    opacity: 0;
    transform: translateX(180px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger{
    opacity: 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: -110px auto 0;
    width: 100%;
    max-width: 100%;
    height: 875px;
    display: inline-block;
    /*background: url(/img/index/mainimage.jpg) no-repeat center 0;
    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;*/
    color: #000;
    line-height: 1.4;
}
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: 315px auto 0;
}
body.home .bg_image div.top_copy h1 {
    display: block;
    width: 100%;
    margin: 0 auto 0;
    color: #fff;
    font-size: clamp(43px, 7vw, 78px);
    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 .bg_image div.top_copy p.top_copy {
    text-align: center;
    color: #fff;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    margin: 62px auto 0;
    font-weight: 900;
    font-size: 26px;
    letter-spacing: 2px;
    text-shadow: 0 0 7px rgba(30, 35, 45, 0.85);
    border-bottom: 1px solid rgba(255, 255, 255, 0.75);
    display: block;
    padding: 0 0 11px 0;
    width: 100%;
    position: relative;
}
body.home .bg_image div.top_copy p.top_copy span {
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 65px;
    font-family: none;
    font-size: 16px;
    font-weight: 400;
}
body.home .bg_image div.top_copy p.top_copy br {
    display: none;
}
/*---------
  message
-----------*/
body.home .top_message {
    width: 100%;
    padding: 0;
    margin: 0 auto 35px;
    background: #fff;
}
body.home .top_message .base_w {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto -25px;
    text-align: center;
    padding: 5px 0 0;
}
body.home .top_message .base_w h2 {
    font-size: 45px;
    margin: 20px auto 70px !important;
    /*height: 100vh;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;*/
}
.animated {
    animation: SlideInUp 1s /*infinite*/;
    animation-fill-mode: both;
}
@keyframes SlideInUp {
    0% {
        transform: translate(100%,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}
.SlideInUpTrigger{
    opacity: 0;
}
/*body.home .top_message .base_w h2 br {
    display: none;
}
body.home .top_message .base_w h2 span {
    font-size: 20px;
    letter-spacing: 0.3em;
    color: #376a99;
    display: block;
    text-align: center;
    font-weight: 600;
    margin: 8px 0 0;
}*/
/*---------
  Since1979
-----------*/
body.home .top_history {
    padding: 0 0 85px;
    margin: 0 auto 0;
    background-color: #dff5fe;
}
body.home .top_history .base_w {
    background-image: url(/img/index/bg_since.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0 250px;
    margin: 88px auto 0;
}
body.home .top_history span {
    position: relative;
    width: 100%;
    line-height: 0.75;
    font-size: 102px;
    color: rgba(255, 255, 255, 0.2);
    font-family: "Marcellus", serif;
    text-align: center;
    display: block;
}
body.home .top_history .base_w h2 {
    line-height: 1.8;
    font-weight: 600;
    padding: 0;
    font-size: 52px;
    margin: -30px auto 0 !important;
}
body.home .top_history .txt_r {
    font-size: 28px;
    line-height: 1.8;
    padding: 2% 1% 0 8%;
    font-weight: 600;
    position: relative;
}
body.home .top_history .txt_r p.link {
    position: absolute;
    right: 10%;
    bottom: -85px;
    display: inline-block;
    vertical-align: top;
    width: 230px;
    margin: 0 auto;
    padding: 0;
}
body.home .top_history .txt_r p.link a {
    display: block;
    text-align: center;
    width: 100%;
    padding: 35px 0 0;
    background: rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
    font-size: 24px;
    font-weight: 400;
    border-radius: 53px;
    color: #fff;
    height: 110px;
}
body.home .top_history .txt_r p.link a:hover {
    transform: scale(1.15);
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    max-width: 100%;
    object-fit: cover;
    transition: all 400ms ease-in-out 0s;
}
/*---------
  Build_city
-----------*/
body.home .Build_city {
    width: 100%;
    display: flex;
    margin: 0 auto 60px;
    background: linear-gradient(20deg, #58c6ff 0%, #076ad9 80%, #3a3e4b 60%);
}
body.home .Build_city span {
    position: absolute;
    width: 100%;
    line-height: 0.75;
    font-size: 102px;
    color: rgba(255, 255, 255, 0.1);
    font-family: "Marcellus", serif;
    z-index: 10;
}
body.home .Build_city div.base_l {
    display: inline-block;
    flex: 0 0 35%;
    height: 100%;
    position: relative;
}
body.home .Build_city div.base_r {
    display: block;
    width: 65%;
    height: 100%;
    flex: 0 0 65%;
    background-image: url(/img/index/bg_build.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 120px 0 200px 5%;
}
body.home .Build_city div.base_r .txt_r {
    background-color: rgba(0, 0, 0, 0.25);
    font-size: 28px;
    line-height: 1.8;
    padding: 2% 3%;
    font-weight: 600;
    color: #fff;
}
body.home .Build_city div.base_l h2 {
    text-align: right;
    padding: 120px 10% 0 0;
    font-size: 49px;
    margin: 0 0 100px !important;
    color: #fff;
}
body.home .Build_city div.base_l p.link {
    position: absolute;
    right: 10%;
    bottom: -85px;
    display: inline-block;
    vertical-align: top;
    width: 230px;
    margin: 0 auto;
    padding: 0;
}
body.home .Build_city div.base_l p.link a {
    display: block;
    text-align: center;
    width: 100%;
    padding: 35px 0 0;
    background: rgba(0, 0, 0, 0.2);
    letter-spacing: 1px;
    font-size: 24px;
    font-weight: 400;
    border-radius: 53px;
    color: #fff;
    height: 110px;
}
body.home .Build_city div.base_l p.link a:hover {
    transform: scale(1.15);
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    max-width: 100%;
    object-fit: cover;
    transition: all 400ms ease-in-out 0s;
}
/*---------
  protecting
-----------*/
body.home .protecting {
    /* background-color: #4c6d98; */
    width: 100%;
    /* position: relative; */
    margin: -160px auto -115px;
}
body.home .protecting .base_w {
    background: url(/img/index/bg_protecting.jpg) no-repeat center top;
    background-size: 100% auto;
    object-fit: cover;
    width: 100%;
    margin: 0 auto;
    clip-path: polygon(0 88px, 100% 0, 100% calc(100% - 88px), 0 100%);
    position: relative;
}
body.home .protecting .base_w span {
    position: absolute;
    width: 100%;
    /* line-height: 0.75; */
    font-size: 102px;
    color: rgba(255, 255, 255, 0.2);
    font-family: "Marcellus", serif;
    top: 9%;
}
body.home .protecting .base_w h2 {
    width: 75%;
    /* background-color: rgba(0, 0, 0, 0.35); */
    text-align: right;
    color: #fff;
    padding: 7.5% 2.5% 1.5%;
    font-size: 49px;
}
body.home .protecting .base_w div.txt_r {
    width: 75%;
    text-align: right;
    font-size: 26px;
    line-height: 1.7;
    padding: 0 1% 225px 0;
    color: #fff;
    font-weight: 600;
    position: relative;
}
body.home .protecting .base_w div.txt_r p.link {
    position: absolute;
    left: 58%;
    bottom: 75px;
    display: inline-block;
    vertical-align: top;
    width: 230px;
    margin: 0 auto;
    padding: 0;
}
body.home .protecting .base_w div.txt_r p.link a {
    display: block;
    text-align: center;
    width: 100%;
    padding: 35px 0 0;
    background: rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
    font-size: 24px;
    font-weight: 400;
    border-radius: 53px;
    color: #fff;
    height: 110px;
}
body.home .protecting .base_w div.txt_r p.link a:hover {
    transform: scale(1.15);
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    max-width: 100%;
    object-fit: cover;
    transition: all 400ms ease-in-out 0s;
}
/*---------
  採用
-----------*/
body.home .top_rec {
    background: url(/img/index/bg_rec.jpg) no-repeat center top;
    background-size: auto 100%;
    object-fit: cover;
    width: 100%;
}
body.home .top_rec .base_w {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 120px 0;
    text-align: center;
}
body.home .top_rec h2 {
    text-align: left;
    font-size: 4em;
    /* font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif; */
    color: #000;
    line-height: 1.4;
    margin: 40px auto 45px !important;
    width: 96%;
    display: inline-block;
}
body.home .top_rec h2 span {
    display: block;
    font-size: 17px;
}
body.home .top_rec h2 a {
    background: linear-gradient(90deg, #58c6ff 0%, #076ad9 40%, #3a3e4b 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
body.home .top_rec .base_w .pht4bx {
    width: 98%;
    max-width: 100%;
    display: inline-flex;
    margin: 0 auto;
    justify-content: center;
}
body.home .top_rec .base_w .pht4bx div {
    margin: 0 0.5% 20px;
    border: 2px solid #d9e3ec;
    border-radius: 6px;
    position: relative;
    width: 24%;
    text-align: left;
    overflow: hidden;
}
body.home .top_rec .base_w .pht4bx div img {
    border-radius: 6px 6px 0 0;
    height: 450px;
    object-fit: cover;
    transition: transform .6s ease;
}
body.home .top_rec .base_w .pht4bx div h3 {
    position: absolute;
    top: 25%;
    left: 0.75em;
}
body.home .top_rec .base_w .pht4bx div a h3 {
    color: #fff;
    width: 90%;
    font-size: 2em;
    text-shadow: 0px 0px 15px #999;
}
body.home .top_rec .base_w .pht4bx div i.fa-arrow-right {
    float: right;
}
body.home .top_rec .base_w .pht4bx div p {
    background: #444;
    border-radius: 0 0 6px 6px;
    margin-bottom: 0;
    color: #fff;
    padding: 1em 1.25em;
    font-size: 1.1em;
    height: 10em;
    text-align: justify;
    position: relative;
}
/*body.home .top_rec .base_w .pht4bx div a:hover {
    text-decoration: none;
    filter: alpha(opacity=7.5);
    -moz-opacity: 0.75;
    opacity: 0.75;
    transition: all 300ms ease-in-out 0s;
}*/
body.home .top_rec .base_w .pht4bx div a:hover img {
    transform: scale(1.1);
    max-width: 100%;
    object-fit: cover;
}

/*---------
  　会社情報
-----------*/
/*.inview.fadeup {
	opacity: 0;
	transition-duration: .75s;
	transform: translateY(20px);
}
.inview.fadeup.active {
	opacity: 1;
	transform: translateY(0px);
}
.inview.fadedown {
	opacity: 0;
	transition-duration: 1.0s;
	transform: translateY(-30px);
}
.inview.fadedown.active {
	opacity: 1;
	transform: translateY(0px);
}
.inview.fadeleft {
	opacity: 0;
	transition-duration: .75s;
	transform: translateX(-20px);
}
.inview.fadeleft.active {
	opacity: 1;
	transform: translateX(0px);
}
.inview.faderight {
	opacity: 0;
	transition-duration: .75s;
	transform: translateX(20px);
}
.inview.faderight.active {
	opacity: 1;
	transform: translateX(0px);
}
.delay01 {
	transition-delay: .3s;
}
.delay02 {
	transition-delay: .6s;
}
.delay03 {
	transition-delay: .9s;
}*/
body.home .top_corp {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    background: url(/img/index/bg_cmp.jpg) no-repeat center center #fff;
    background-size: auto 100%;
}
body.home .top_corp .base_w {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding: 0;
}
body.home .top_corp .base_w div.btn2bx {
    margin: 50px auto 0;
    position: relative;
    padding: 155px 0 100px;
}
body.home .top_corp .base_w div.btn2bx div {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0 1.5% 18px;
    box-sizing: border-box;
    width: 46%;
    /*max-width: 730px;*/
}
body.home .top_corp .base_w div.btn2bx img {
    width: 100%;
    border: 2px solid #ccc;
    border-radius: 7px;
    height: 260px;
    object-fit: cover;
}
body.home .top_corp .base_w div.btn2bx h3 {
    color: #fff;
    line-height: 1.3;
    top: 32%;
    position: absolute;
    font-size: 46px;
    font-weight: 600;
    width: 100%;
    padding-left: 23px;
    height: auto;
    margin-top: 0;
    text-shadow: 0 0 8px #000;
}
body.home .top_corp .base_w div.btn2bx h3:after {
    content: ">>";
    color: rgba(255, 255, 255, 0.6);
    font-weight: 100;
    font-size: 105%;
    float: right;
    position: relative;
    vertical-align: bottom;
    margin: -3px 12px 0 -25px;
    line-height: 1.3;
    transform: scale(0.6, 1.5);
    letter-spacing: -3px;
}
/*body.home .top_corp .base_w div.btn2bx a:hover {
    text-decoration: none;
    filter: alpha(opacity=7.5);
    -moz-opacity: 0.75;
    opacity: 0.75;
    transition: all 300ms ease-in-out 0s;
}*/
body.home .top_corp .base_w div.btn2bx a:hover img {
    transform: scale(1.05);
    max-width: 100%;
    object-fit: cover;
    transition: all 300ms ease-in-out 0s;
}
body.home .top_corp .base_w div.btn2bx p {
    text-align: left;
    width: 90%;
    margin: 10px auto 0;
    font-size: 19px;
}

/*---------
  お知らせ
-----------*/
body.home .top_news {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    /* background: #f4f4f4; */
    display: inline-block;
}
body.home .top_news .base_w {
    width: 90%;
    max-width: 1400px;
    margin: 75px auto;
    text-align: left;
    background-color: #fff;
    padding: 3%;
    border: 4px solid #ccc;
    border-radius: 8px;
}
body.home .top_news .news {
    position: relative;
}
body.home .top_news .news p.txt_news {
    position: absolute;
    color: rgb(125 157 187 / 25%);
    font-size: 86px;
    font-weight: 900;
    letter-spacing: 0.05em;
    top: -1.05em;
    left: -1em;
}
div.whatsnew {
    border-bottom: 0;
    margin: 5px 0 0 0;
    width: 100%;
    position: relative;
}
body.home .top_news .base_w h2 {
    margin: 0;
    font-size: 24px;
    letter-spacing: 1px;
    width: 15%;
    padding: 0;
    position: absolute;
    left: 7px;
    top: -12px;
    display: block;
    text-align: left;
}
body.home .top_news .base_w h2::before {
    content: "News";
    position: absolute;
    font-size: 21px;
    letter-spacing: 1px;
    color: rgba(9, 18, 79, 0.2);
    width: 100%;
    left: 0;
    bottom: 26px;
}
div.whatsnew hr {
    display: none;
}
div.whatsnew dl {
    border-bottom: 1px dotted #54c2fd;
    width: 84%;
    float: right;
}
div.whatsnew dl:first-of-type {
    border-top: 1px dotted #54c2fd;
}
div.whatsnew dd {
    padding: 14px 16px;
}
div.whatsnew dt {
    margin: 0 0 0 1em;
    padding: 14px 2px;
    color: #4cb1f1;
    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: 1500px) {
    body.home .bg_image {
        /*background: url(/img/index/mainimage.jpg) no-repeat center 225px;
        background-size: 100% auto;*/
        height: 750px !important;
    }
}
@media screen and (max-width: 1200px) {
    body.home .bg_image {
		height: 670px !important;
        margin: -145px auto 0;
        background-size: auto 78%;
    }
    body.home .bg_image div.top_copy {
        margin: 315px auto 0;
    }
    /*body.home .bg_image div.top_copy p.top_copy {
        font-size: 38px;
    }*/
    body.home .base_w h2 {
        font-size: 3.5em;
    }
    body.home .top_message .base_w h2 {
        font-size: 35px;
    }
    body.home .top_history .txt_r p.link {
        bottom: -140px;
    }
    body.home .Build_city div.base_r .txt_r {
        font-size: 26px;
    }
    body.home .protecting .base_w h2 {
        width: 85%;
    }
    body.home .protecting .base_w div.txt_r {
        width: 85%;
    }
    body.home .top_news .news p.txt_news {
        left: -0.25em;
    }
    body.home .top_rec .base_w .pht4bx {
        flex-wrap: wrap;
    }
    body.home .top_rec .base_w .pht4bx div {
        width: 98%;
        margin: 0 auto 20px;
        display: block;
    }
    body.home .top_rec .base_w .pht4bx div h3 {
        top: 45px;
    }
    body.home .top_rec .base_w .pht4bx div p {
        height: auto;
    }
    body.home .top_rec .base_w .pht4bx div img {
        height: 225px;
        object-fit: cover;
        width: 100%;
    }
    body.home .top_corp .base_w div.btn2bx div {
        margin: 0 auto 30px;
        width: 94%;
    }
}
@media screen and (max-width: 1024px) {
    body.home .bg_image {
		height: 720px !important;
        margin: -160px auto 0;
    }
    /*body.home .bg_image div.top_copy {
        margin: 265px auto 0;
    }*/
}
@media screen and (max-width: 1000px) {
    body.home .bg_image {
        /*background-size: 100% auto;*/
        height: 650px !important;
    }
    body.home .bg_image div.top_copy {
        /*margin: 255px auto 0;*/
    }
    body.home .bg_image div.top_copy p.top_copy {
        font-size: 22px;
        margin: 55px auto 0;
        width: 90%;
    }
    /*body.home .top_message .base_w h2 br {
        display: block;
    }*/
    body.home .top_history .base_w h2 {
        font-size: 46px;
    }
    body.home .top_history .txt_r {
        font-size: 22px
    }
    body.home .top_history .txt_r p.link {
        width: 215px;
    }
    body.home .top_history .txt_r p.link a {
        padding: 22px 0 0;
        font-size: 22px;
        height: 86px;
    }
    body.home .Build_city div.base_l {
        flex: 0 0 30%;
    }
    body.home .Build_city div.base_r {
        flex: 0 0 70%;
    }
    body.home .Build_city span {
        font-size: 82px;
    }
    body.home .Build_city div.base_l h2 {
        font-size: 43px;
    }
    body.home .Build_city div.base_r .txt_r {
        font-size: 22px;
    }
    body.home .Build_city div.base_l p.link {
        width: 215px;
    }
    body.home .Build_city div.base_l p.link a {
        padding: 22px 0 0;
        font-size: 22px;
        height: 86px;
    }
    body.home .protecting .base_w {
        background-size: 105% auto;
    }
    body.home .protecting .base_w h2 {
        width: 100%;
        font-size: 43px;
    }
    body.home .protecting .base_w div.txt_r {
        width: 100%;
        font-size: 22px;
    }
    body.home .protecting .base_w span {
        font-size: 82px;
    }
    body.home .protecting .base_w div.txt_r p.link {
        left: auto;
        bottom: 97px;
        width: 215px;
        right: 1%;
    }
    body.home .protecting .base_w div.txt_r p.link a {
        padding: 22px 0 0;
        font-size: 22px;
        height: 86px;
    }
    body.home .base_w h2, body.home .top_company .base_w div h2 {
        font-size: 30px;
    }
    body.home .top_news .base_w h2 {
        font-size: 21px;
        top: -6px;
    }
    body.home .top_rec {
        background-size: auto 100%;
    }
    body.home .top_rec h2 {
        font-size: 3em;
    }
}
@media screen and (max-width: 768px) {
    body.home .bg_image {
        /*background-size: auto 109%;
        height: 380px;*/
    }
    body.home .bg_image div.top_copy {
        margin: 290px auto 0;
    }
    body.home .bg_image div.top_copy p.top_copy {
        font-size: 22px;
    }
    body.home .bg_image div.top_copy p.top_copy br {
        display: block;
    }
    body.home .bg_image div.top_copy p.top_copy span {
        top: 95px;
        font-size: 13px;
    }
    body.home .bg_image div.top_copy p.main_maru {
        margin: 5px auto 0;
        max-width: 465px;
    }
    body.home .top_history span {
        font-size: 77px;
    }
    body.home .Build_city {
        background: linear-gradient(40deg, #58c6ff 0%, #076ad9 100%, #3a3e4b 64%);
        flex-wrap: wrap;
    }
    body.home .Build_city div.base_l {
        flex: 0 0 100%;
    }
    body.home .Build_city div.base_l h2 {
        padding: 45px 0 0 5%;
        margin: 0 0 27px !important;
        text-align: left;
    }
    body.home .Build_city div.base_r {
        padding: 38px 0 200px 5%;
        flex: auto;
        margin: 50px 20px 0;
    }
    body.home .Build_city span {
        font-size: 60px;
    }
    body.home .Build_city div.base_l p.link {
        top: 70px;
    }
    body.home .protecting .base_w {
        background-size: auto 100%;
    }
    body.home .protecting .base_w h2 {
        padding: 85px 2.5% 1.5%;
    }
    body.home .protecting .base_w span {
        font-size: 60px;
    }
    body.home .top_news .base_w h2 {
        width: 100%;
        position: relative;
        left: 0;
    }
    body.home .top_message .base_w h2 {
        font-size: 35px;
    }
    div.whatsnew dl {
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    body.home .bg_image {
        background-size: 130% auto;
        height: 460px !important;
    }
    body.home .bg_image div.top_copy {
        margin: 210px auto 0;
    }
    body.home .bg_image div.top_copy p.top_copy {
        font-size: 17px;
        margin: 18px auto 0;
    }
    body.home .bg_image div.top_copy p.top_copy span {
        top: 80px;
        font-size: 12px;
    }
    body.home .bg_image div.top_copy h1 {
        font-size: 40px;
    }
    body.home .bg_image div.top_copy h1 br {
        display: block;
    }
    body.home .base_w h2, body.home .top_company .base_w div h2 {
        font-size: 27px;
    }
    body.home .top_message .base_w h2 {
        font-size: 20px;
    }
    body.home .top_message .base_w h2 span {
        font-size: 17px;
    }
    body.home .top_history .base_w h2 {
        font-size: 40px;
    }
    body.home .top_history span {
        font-size: 64px;
    }
    body.home .top_history .txt_r {
        padding: 2% 3% 0 5%;
    }
    body.home .Build_city div.base_l h2 {
        font-size: 40px;
        padding: 45px 0 0 5%;
        margin: 0 0 0 !important;
    }
    body.home .Build_city span {
        font-size: 43px;
    }
    body.home .Build_city div.base_l p.link {
        position: relative;
        float: right;
        margin: -30px 0 40px;
    }
    body.home .protecting .base_w div.txt_r {
        width: 96%;
        padding: 0 1% 225px 5%;
        text-align: left;
    }
    body.home .protecting .base_w span {
        font-size: 43px;
    }
    body.home .protecting .base_w h2 {
        padding: 85px 7% 1.5%;
        font-size: 40px;
    }
    body.home .bg_image div.top_copy p.main_maru {
        max-width: 355px;
    }
    div.whatsnew dt {
        padding: 14px 2px 0;
    }
    body.home .top_rec h2 {
        font-size: 2.25em;
    }
}
@media screen and (max-width: 480px) {
    body.home .bg_image {
        background-size: 145% auto;
        height: 400px !important;
    }
    body.home .bg_image div.top_copy {
        margin: 195px auto 0;
    }
    body.home .bg_image div.top_copy h1 {
        font-size: 34px;
    }
    body.home .bg_image div.top_copy p.top_copy {
        font-size: 15px;
        margin: 15px auto 0;
    }
    body.home .bg_image div.top_copy p.top_copy span {
        top: 68px;
        font-size: 11px;
    }
    body.home .base_w h2, body.home .top_company .base_w div h2 {
        font-size: 31px;
    }
    body.home .top_message .base_w h2 span {
        font-size: 14px;
    }
    body.home .top_corp .base_w div.btn2bx h3 {
        font-size: 40px;
    }
    body.home .top_rec .base_w .pht4bx div a:hover img {
        transform: scale(1);
    }
}



/*---- 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-news header.site-header {
    background: url(/img/common/headimage.jpg) no-repeat center 25% !important;
    background-size: 100% auto !important;
}
nav.post-navigation {
    display: none;
}
body.category .container {
    padding: 0;
    width: 100%;
    max-width: 100%;
 }
.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: 19px;
}
#secondary.widget-area .widget-title {
    display: none;
}
#secondary.widget-area aside strong a {
    font-size: 105%;
    color: #4a559d;
    margin-top: 30px;
}
.sydney-breadcrumbs{
    display: none;
}
@media screen and (max-width: 1000px) {
    .col-md-9 {
        width: 100%;
    }
    .col-md-9 .post-wrap {
        margin-right: 0;
    }
    #secondary {
        padding: 20px 30px 10px 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 ----*/
#sitemap ul.sitemap_list,#sitemap ul.sitemap_list ul.children  {
    list-style-type: none;
}
#sitemap ul.sitemap_list li {
    margin-bottom: 6px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
}
#sitemap ul.sitemap_list li a {
    color: #333;
}
#sitemap ul.sitemap_list li a:before {
    content: ">";
    color: #fff;
    background: #ebebeb;
    border-radius: 50%;
    font-size: 19px;
    padding: 5px 0 0 16px;
    transform: scale(0.5, 1);
    display: inline-block;
    vertical-align: middle;
    margin: -3px -3px 0px -9px;
    width: 39px;
    height: 19px;
    line-height: 0.5;
    font-weight: 300;
}
#sitemap ul.sitemap_list li a span {
    display: none;
}
#sitemap ul.sitemap_list li ul {
    margin: 8px 0 0;
}
#sitemap ul.sitemap_list li ul li {
    margin-bottom: 5px;
    border: 0;
    padding-bottom: 0px;
}
#sitemap 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;
}
@media screen and (max-width: 600px) {
    #sitemap ul.sitemap_list,#sitemap ul.sitemap_list ul.children  {
        padding-left: 1em;
    }
}



/*---- 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;
}
input[type=checkbox] {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 4px 4px 0;
}



/*---- privacypolicy ----*/
#privacypolicy h2 {
    font-size: 22px;
    padding: 11px 0 10px 20px;
    border-left: 8px solid #a8aab5;
    margin: 35px 0 12px;
    line-height: 1.2;
    font-weight: 800;
}
#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;
}
.ft_cmnt {
    padding: 70px 0 80px;
    background: url(/img/common/bg_rec2.jpg) no-repeat #252525 center center;
    background-size: 100% auto;
    position: relative;
    text-align: center;
}
.ft_cmnt .ftarea {
    width: 96%;
    max-width: 1400px;
    margin: 0 auto;
    display: inline-flex;
    justify-content: center;
    text-align: left;
    position: relative;
}
.ft_cmnt .ftarea span {
    line-height: 0.75;
    font-size: 58px;
    color: rgba(255, 255, 255, 0.25);
    font-family: "Marcellus", serif;
    letter-spacing: 4px;
    position: absolute;
    left: 0;
}
.ft_cmnt .ftarea p {
    font-size: 27px;
    color: #fff;
    width: 50%;
    margin: 50px auto 0;
}
.ft_cmnt .ftarea p br.br_sp {
    display: none;
}
.ft_cmnt .ftarea ul {
    padding: 0;
    margin: 15px auto;
    width: 50%;
    text-align: center;
}
.ft_cmnt .ftarea ul li {
    display: inline-block;
    vertical-align: top;
    width: 230px;
    margin: 0 auto;
    padding: 0;
}
.ft_cmnt .ftarea ul li a {
    display: block;
    text-align: center;
    width: 100%;
    padding: 35px 0 0;
    background: rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
    font-size: 24px;
    font-weight: 400;
    border-radius: 53px;
    color: #fff;
    height: 110px;
}
.ft_cmnt .ftarea ul li a img {
    width: 38px;
    display: inline-block;
    vertical-align: middle;
    margin: -5px 15px 0px -25px;
    position: relative;
    opacity: 0.5;
}
/*.ft_cmnt .ftarea ul li a:hover {
    text-decoration: none;
    transition: all 300ms ease-in-out 0s;
}*/
.ft_cmnt .ftarea ul li a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transform: scale(1.15);
    max-width: 100%;
    object-fit: cover;
    transition: all 400ms ease-in-out 0s;
}

.footer-widgets {
    padding: 0;
    background: url(/img/common/bg_ft.jpg) no-repeat #e1e1e1 center center;
    /*margin-top: -10px;*/
}
.footer-widgets .container {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.85);
}
.footer-widgets-grid.footer-layout-3 {
    grid-template-columns: auto;
    display: block;
    /* padding-top: 10px; */
    width: 96%;
    max-width: 1400px;
    margin: 0 auto;
}
.sidebar-column {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    margin: 15px 1% 0 0;
}
.sidebar-column:first-child {
    width: 40%;
    margin: 15px 2% 0 0;
}
.sidebar-column:last-child {
    width: 30%;
    margin: 15px 0 0 0;
}
#sidebar-footer .widget_nav_menu {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
#sidebar-footer .widget_nav_menu:first-child {
    width: 50%;
}
#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 iframe {
    border: 3px solid #e1e1e1;
}
#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;
}
#sidebar-footer div.container ul.sub-menu {
    margin: 9px 0 25px;
    padding-left: 5px;
}
#sidebar-footer div.container ul.sub-menu li {
    font-size: 13px;
    margin: 0 0 4px;
}
#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: 300px;
    margin: 5px 0 4px;
    display: block;
}*/
#sidebar-footer .sidebar-column p.ftlogo a {
    font-size: 30px;
    font-weight: 800;
}
#sidebar-footer .sidebar-column p.ftlogo span.copy {
    display: block;
    font-size: 12px;
    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.link_bnr img {
    display: block;
    width: 135px;
    margin: 0;
}
#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: 23px;
    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 {
    background: transparent;
    border-radius: 13px;
    padding: 4px;
    text-align: center;
    width: 100%;
    margin: 0 10px 13px 0;
    max-width: 220px;
    border: 2px solid #ebaa28;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: top;
}
#sidebar-footer .sidebar-column .widget p.link_contact a {
    color: #ebaa28;
    padding: 13px 5px 13px 6px;
    display: block;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 600;
}
#sidebar-footer .sidebar-column .widget p.link_contact a:before {
	font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    margin: -2px 21px 0px -8px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}
#sidebar-footer .sidebar-column .widget p.link_contact::after {
  background: #ebaa28;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  /*height: 100%;
  transform: scale(0, 1);*/
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
  transform: skewY(-10deg) scale(1, 0);
  height: 140px;

}
#sidebar-footer .sidebar-column .widget p.link_contact:hover a {
    color: #fff;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}
#sidebar-footer .sidebar-column .widget p.link_contact:hover::after {
    /*transform: scale(1, 1);*/
    transform: skewY(-10deg) scale(1, 1);

}
#sidebar-footer .ftnv a.line {
    display: inline-block;
    color: #555;
    font-size: 50px;
    margin: -2px 0 5px 7px;
}
#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: #ffab00;
    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: -45px auto 0;
    background: transparent;
    width: 96%;
    max-width: 1400px;
}
.copyright {
    clear: both;
    font-size: 17px;
    font-weight: 900;
    padding: 0 0 27px;
    text-align: left;
    letter-spacing: 0.5px;
    margin-top: -2px;
    line-height: 1.4;
}
.copyright p {
    margin-bottom: 0;
    color: #6b6b6b;
}
.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;
    }
    .ft_cmnt .ftarea p {
        font-size: 24px;
    }
}
@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) {
        width: 80%;
        margin: 0 auto 0;
    }
    .sidebar-column:last-child {
        width: 80%;
        margin: 0 auto 100px;
    }
    .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;
    }
    .site-footer .copyright {
        padding-bottom: 80px;
       text-align: center;
    }
    .go-top.show {
        bottom: 75px;
    }
    .footer-widgets {
        background-size: auto 100%;
    }
    .ft_cmnt {
        padding: 25px 0 25px;
    }
    .ft_cmnt .ftarea {
        flex-wrap: wrap;
    }
    .ft_cmnt .ftarea p, .ft_cmnt .ftarea ul {
        width: 100%;
    }
    .ft_cmnt .ftarea p br.br_sp {
        display: block;
    }
    .ft_cmnt .ftarea ul li {
        display: block;
        width: 90%;
        margin: 0 auto 13px;
        max-width: 335px;
    }
}
@media screen and (max-width: 1000px) {
    .ft_cmnt {
        background-size: 115% auto;
    }
}
@media screen and (max-width: 768px) {
    .ft_cmnt {
        background-size: 148% auto;
    }
}
@media screen and (max-width: 600px) {
    .ft_cmnt {
        background-size: 175% auto;
    }
    #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 {
        background: url(/img/common/bg_rec2.jpg) no-repeat #252525 75% center;
        background-size: 225% auto;
    }
    .ft_cmnt .ftarea p {
        font-size: 18px;
    }
}




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




