@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;
}
.header-wrap .container {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0;
}
.page-wrap {
    padding-top: 25px;
}
.page .page-wrap .content-wrapper,
.single .page-wrap .content-wrapper {
    padding: 0;
    width: 100%;
}
.content-wrapper .row {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}
.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;
}
body.blog header.entry-header {
    display: block;
}

.posts-layout .entry-title {
    font-size: 25px;
}
span.byline {
    display: none;
}
.widget-area .widget {
    margin-bottom: 5px;
}
body.blog header.entry-header .meta-post {
    display: none;
}
body.blog .classic-alt .entry-title {
    font-size: 24px;
    text-align: left;
}
body.blog header.entry-header span.posted-on {
    text-decoration: none;
    float: left;
    line-height: 1;
    color: #fff;
}
body.blog header.entry-header span.posted-on a {
    color: #fe954b;
    display: block;
}
body.blog .col-md-9 {
    width: 100%;
}
.page-wrap {
    padding-top: 0;
    padding-bottom: 20px;
    position: relative;
    background-color: #fff;
}
body.home .page-wrap {
    width: 100%;
}
.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 25% !important;
    background-size: 100% auto !important;
    background-repeat: no-repeat;
    background-color: transparent;
    position: relative;
    top: 0 !important;
    padding: 0px 0;
    height: 330px;
    width: 100%;
    z-index: 50;
}
body.home .site-header {
    height: 110px;
    margin: 10px 0 0;
}
header.site-header .header-wrap {
    height: 110px;
    background-color: #fff;
    z-index: 10;
}
.header-wrap .container > .row {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.site-header.float-header {
    background-color: transparent;
    padding: 5px 0;
}
.site-header.fixed {
    position: relative;
}

.site-header .logo {
    width: 70%;
    margin: 0 0;
}
.site-header .logo em {
    font-size: 13px;
    font-style: normal;
    display: block;
    line-height: 1.3;
    margin: 8px 0 8px 0;
    padding-top: 8px;
    color: #010101;
}
.site-header .logo em .textwidget p {
    margin: 0;
}
.site-header .logo img {
    width: 130px;
    display: inline-block;
    margin: 0px 35px 0 0;
    height: auto;
    vertical-align: top;
    float: left;
}
.site-header .logo img.logo {
    width: 400px;
    margin: 0;
}
.site-header .logo span.message {
    display: block;
    float: left;
    color: #fff;
    font-size: 13px;
    margin-top: -23px;
    position: relative;
    clear: both;
    margin-left: 165px;
}


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



header.site-header .flo_right {
    position: relative;
    margin: 5px 0px 0 0;
    right: 0;
    width: 220px;
    float: right;
}
header.site-header .flo_right ul {
    padding: 0;
    text-align: center;
    margin: 5px 0 0 0;
}
header.site-header .flo_right ul li {
    list-style-type: none;
    display: block;
    width: 100%;
    line-height: 1.4;
}
header.site-header .flo_right p.link {
    margin: 0 8px 0;
    font-size: 13px;
    font-weight: 200;
    text-align: right;
    line-height: 1;
}
header.site-header .flo_right p.link a {
    color: #242424;
}
header.site-header .flo_right p.link 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;
}
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.tel a:hover,
header.site-header .flo_right p.link a:hover {
    text-decoration: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}

@media screen and (max-width: 1200px) {
    /*.site-header {
        background-position: center 100% !important;
    }*/
}
@media screen and (max-width: 1024px) {
    header.site-header .flo_right {
        display: none;
    }
    /*.site-header {
        background-size: auto 100% !important;
    }*/
    .site-header .logo {
        width: 476px;
        margin: 6px auto;
        display: block;
        float: none;
    }
}
@media screen and (max-width: 768px) {
    .site-header.fixed {
        height: 230px;
    }
    .header-wrap {
        text-align: left;
    }
}
@media screen and (max-width: 600px) {
    .site-header {
        background-position: center 100% !important;
        background-size: 110% !important;
    }
    .site-header.fixed {
        height: 195px;
    }
    body.home .site-header {
        height: 75px;
    }
    header.site-header .header-wrap {
        height: 75px;
    }
    .site-header .logo {
        width: 330px;
    }
    .site-header .logo img {
        width: 85px;
        margin: 0px 15px 0 0;
    }
    .site-header .logo em {
        font-size: 12px;
        /*padding-top: 5px;*/
        padding-top: 0;
    }
    .site-header .logo img.logo {
        width: 285px;
        /*margin: 0;*/
        margin-top: -5px;
    }
    .site-header .logo span.message {
        font-size: 10px;
        margin-top: -14px;
        margin-left: 99px;
    }
}
@media screen and (max-width: 480px) {
    /*header.site-header .header-wrap {
        height: 90px;
    }*/
    .site-header .logo {
        width: 100%;
    }
    /*.site-header .logo {
        width: 100%;
        margin: 12px 0 0;
    }
    .site-header .logo img {
        width: 145px;
        display: block;
        margin: 2px auto 0;
    }
    .site-header .logo a {
        font-size: 18px;
    }
    .site-header .logo div {
        line-height: 1.4;
    }
    .site-header .logo div span {
        font-size: 11px;
    }
    .site-header .logo em {
        font-size: 10px;
    }
    .site-header .logo img {
        width: 65px;
        margin: 0px 15px 0 15px;
    }*/
    .site-header .logo img.logo {
        width: 250px;
        /*margin: 0;*/
    }
    .site-header .logo span.message {
        font-size: 9px;
        margin-top: -5px;
        margin-left: 95px;
    }
    body.home .bg_image div.top_copy {
        margin: 115px auto 0;
    }
}



header.site-header .l-innernv {
  clear: both;
  width: 96%;
  max-width: 970px;
  height: auto;
}
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: 0 auto;
}
.page-template-page_front-page .page-wrap {
    margin-top: 124px;
}
/*.l-header {
  width: 100%;
}
*/



/* gnavi */
#page .col-md-8 {
    width: 100%;
    background-color: #232323;
    display: block;
    height: 55px;
    margin: -220px auto 165px;
    z-index: 1500;
    position: relative;
}
body.home #page .col-md-8 {
    margin: 0;
}
#page .col-md-8 nav#mainnav {
    width: 100%;
    background-color: transparent;
    max-width: 1200px;
    float: none;
    margin: 0 auto;
    padding: 0 0 0px;
    height: 55px;
    text-align: center;
}
#page .col-md-8 nav#mainnav ul {
    position: relative;
}
#page .col-md-8 nav#mainnav ul li {
    display: inline-block;
    height: 55px;
    padding: 0;
    text-align: center;
    width: 12.25%;
    vertical-align: top;
}
#page .col-md-8 nav#mainnav ul li:nth-child(6) {
    width: 16%;
}
#page .col-md-8 nav#mainnav ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    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: #466d87;
    transition: all 300ms ease-in-out 0s;
}
#page .col-md-8 nav#mainnav ul li:hover a,
#page .col-md-8 nav#mainnav ul li.actv a,
#page .col-md-8 nav#mainnav ul li.current-menu-item a {
    color: #fff;
}
#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: 100%;
    margin-top: -55px;
    padding: 0;
    z-index: 100;
    transition: all 300ms ease-in-out 0s;
}
#page .col-md-8 nav#mainnav ul li ul.sub-menu li {
    background-color: transparent;
    width: 100%;
    margin: 0;
    text-align: center !important;
    display: block;
    padding: 0;
    height: 52px;
}
#page .col-md-8 nav#mainnav ul li ul.sub-menu li a {
    border-top: 0;
    border-bottom: 1px solid #656565;
    background-color: rgba(0,0,0,0.85);
    font-size: 13px;
    text-decoration: none;
    color: #fff !important;
    width: 100%;
    height: 100% !important;
    padding: 18px 0 0;
    letter-spacing: 0;
    line-height: 1.4;
}
#page .col-md-8 nav#mainnav ul li ul.sub-menu li:hover {
    background-color: #6794B3 !important;
}
#page .col-md-8 nav#mainnav ul li ul.sub-menu li:hover a {
    background-color: #6794B3 !important;
    color: #fff !important;
    text-decoration: none;
}
#page .col-md-8 ul#menu-headernavigation li:last-child {
    position: absolute;
    bottom: 35px;
    background: #ebaa28;
    padding: 0;
    border-radius: 8px;
    right: 0;
    height: 67px;
    width: 220px;
    top: -37px;
}
#page .col-md-8 ul#menu-headernavigation li ul.sub-menu li:last-child {
    background-color: transparent;
    width: 100%;
    position: relative;
    display: block;
    height: 52px;
    top: 0;
    margin: 0 auto;
}
#page .col-md-8 ul#menu-headernavigation li:last-child a {
    color: #fff;
    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: 13px;
    padding: 14px 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: #f6d79a;
    font-size: 25px;
    line-height: 0.75;
    margin: 5px 15px 0 -10px;
    font-weight: bold;
    vertical-align: middle;
}
#page .col-md-8 ul#menu-headernavigation li:last-child a:after {
    content: "CONTACT";
    display: block;
    color: #fff;
    font-size: 9px;
    letter-spacing: 1px;
    margin: -3px -13px 0 13px;
    font-weight: 200;
    font-family: century gothic, "Arial Black", Gadget, "sans-serif";
}
#page .col-md-8 ul#menu-headernavigation li ul.sub-menu li:last-child a:before {
    content: "";
}
#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=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    transition: all 300ms ease-in-out 0s;
}
.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: 60px;
    }
    #page .col-md-8 ul#menu-headernavigation li ul.sub-menu.toggled li:last-child a {
        font-size: 16px;
    }


@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: #466d87;
        justify-content: center;
        align-items: center;
        z-index: 900;
        border: 0;
        opacity: 0.9;
        left: 0;
      }
/*  .mobi-menu span {
    content: "";
    background: #fff;
    padding: 8px 15px;
    border-radius: 7px;
    color: #000e6f;
  }*/
    .mobi-menu ul {
        padding: 0;
        list-style-type: none;
        width: 100%;
        display: block;
        position: relative;
        margin: 0 0 -5px -12%;;
    }
    .mobi-menu ul li {
        margin: 0 1px;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        font-size: 8px;
        color: #fff;
        letter-spacing: 0;
        font-weight: 400;
    }
    .mobi-menu ul li a {
        display: block;
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 7px;
        width: 37px;
        height: 35px;
        padding: 5px 0 0 2px;
        margin: 0 auto;
        font-size: 12px;
        color: #19267d;
        font-weight: 600;
    }
    .mobi-menu ul li a i.fa-solid, .mobi-menu ul li a i.fa-regular {
        color: #19267d;
        font-size: 24px;
    }
    .mobi-menu ul li:last-child a {
        width: 90px;
    }
    .mobi-menu ul li:last-child img {
        width: 29px;
        margin: -2px 4px 0 -6px;
    }
    .mobi-menu ul li:last-child a:hover {
        text-decoration: none;
    }
    #page .col-md-8 ul#menu-menu-1 li {
        width: 100% !important;
        height: 69px;
    }
    #page .col-md-8 ul#menu-menu-1 li:last-child,
    #page .col-md-8 ul#menu-menu-1 li:first-child {
        width: 100%;
    }
    #page .col-md-8 ul#menu-menu-1 li:hover a,
    #page .col-md-8 ul#menu-menu-1 li.actv a,
    #page col-md-8 ul#menu-menu-1 li.current-menu-item a {
        border-bottom: 0;
        height: 69px;
    }
    #page .col-md-8 ul#menu-menu-1 li span {
        display: inline-block;
        margin-right: 8px;
    }
    #page .col-md-8 ul#menu-menu-1 li ul.sub-menu li {
        height: 69px;
    }
    #page .col-md-8 ul#menu-menu-1 li ul.sub-menu li a {
        font-size: 15px;
        padding: 22px 0 0;
    }
    #page .col-md-8 ul#menu-headernavigation li:last-child {
        text-align: center;
        position: relative;
        margin: 55px auto;
        width: 92%;
    }
    #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: 50px 0 45px;
    display: block;
}
#main div.h1_tit h1 {
    font-size: 34px;
    /*font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;*/
}
#main div.h1_tit h1 span {
    font-size: 19px;
    font-weight: 400;
    display: block;
    line-height: 1.8;
    margin-top: -10px;
}
#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: 28px;
    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.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: 45px;
    margin-bottom: 20px;
    max-width: 375px;
}
div.img_l img {
    float: left;
    margin-right: 4%;
    margin-bottom: 20px;
    max-width: 520px;
    width: 48%;
}
div.img_left, div.img_right {
    display: flex;
    margin: 0 auto 12px;
    width: 100%;
}
div.img_right .img_right_txt {
    width: 49%;
    padding: 2% 6% 2% 4%;
}
div.img_left .img_left_txt {
    width: 60%;
    padding: 0 5% 2% 6%;
}
div.img_left .img_left_img {
    margin-bottom: 0;
    width: 50%;
}
div.img_right .img_right_img {
    margin-bottom: 0;
    width: 61%;
}
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: 100%;
    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: -2.4em;
    padding-left: 3em;
}
div.img_left h3.span span, div.img_right h3.span span {
    background: #4f6059;
    padding: 2px 17px;
    margin-left: -25px;
    margin-right: 5px;
    color: #fff;
    font-size: 40px;
}
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.img_maru {
    margin: 15px 0 45px;
}
div.img_maru img {
    margin: 0 auto;
    display: block;
    border-radius: 50%;
    max-width: 340px;
    width: 85%;
}
.content_list {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.content_list .thumbnail {
    border: 1px solid #ccc;
    border-radius: 5px;
    display: inline-block;
    margin: 0 auto 28px auto;
    text-align: left;
    width: 47% !important;
}
.content_list.achievements .thumbnail {
    width: 28% !important;
}
.content_list .mr0 {
    margin-right: 0;
}
.content_list .thumbnail img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px 5px 0 0;
}
.content_list .thumbnail h3 {
    background-color: rgb(44 44 44 / 70%);
    font-size: 19px;
    font-weight: bold;
    margin: 0 !important;
    padding: 11px 2% 10px 3%;
    position: relative;
    top: -48px;
    color: #fff;
    height: 67px;
}
.content_list .thumbnail h3.h3_2l {
    top: -65px;
}
.content_list .thumbnail h3 a {
    color: #fff;
    display: block;
}
.content_list .thumbnail h3 a:hover {
    text-decoration: none;
}
.content_list .thumbnail p {
    font-size: 90%;
    font-weight: normal;
    line-height: 1.4;
    margin: -37px 0 0;
    padding: 5px 2% 13px 3%;
    vertical-align: text-top;
    width: 100%;
}
.content_list .thumbnail p.h3_2l {
    margin: -59px 0 0;
}
.content_list p {
    width: 97%;
}
p.txt_name {
    text-align: right;
    /*margin: 10px 0 50px;*/
}
p.txt_name span {
    font-size: 26px;
    font-family: "HG行書体", monospace;
    margin: 0 8px;
}
.recruit_block {
    width: 252px;
    margin: 46px auto;
    text-align: center;
}
.recruit_block p {
    font-size: 1.5rem;
    margin-bottom: 0;
    text-align: center !important;
}
.recruit_block a.tel {
    font-size: 2rem;
    color: #e18081;
    font-weight: 600;
}
.recruit_block a.tel:before {
    font-family: "Font Awesome 5 Free";
    content: "\f879";
    color: #ccc;
    font-size: 70%;
    font-weight: bold;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 4px 0 -15px;
}
.recruit_block a.tel:hover {
    text-decoration: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
.recruit_block.right {
    width: 100%;
    margin: 5px 0 20px;
    text-align: right;
}
.recruit_block.right p {
    font-size: 1.2rem;
    display: inline-block;
    margin: 0 20px 0 0;
}
.recruit_block.right a.tel {
    font-size: 1.65rem;
}
div.img650 img {
    width: 650px;
}
div.img_left.img650 img {
    width: 650px;
    max-width: 65%;
}
div.pro_bx {
    background: #4a4a48;
    margin: 50px auto 90px;
    padding: 4% 2% 1%;
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
div.pro_bx div {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 32%;
    margin: 0 0.5% 18px;
    height: auto;
    overflow: hidden;
    position: relative;
    color: #fff;
    font-size: 11px;
    min-width: 265px;
}
/*div.pro_bx div span {
    color: #858585;
    font-size: 24px;
    font-family: century gothic, "Arial Black", Gadget, sans-serif;
    font-weight: 900;
    letter-spacing: 3px;
}*/
div.pro_bx div img {
    border: 2px solid #ccc;
    object-fit: cover;
    height: 250px;
    width: 100%;
    object-position: center center;
    margin: 0 0 5px;
}
.jobs-list {
    width: 100%;
    margin: 45px auto 85px;
}
.jobs-list ul {
    padding: 0;
    list-style-type: none;
    position: relative;
}
.jobs-list ul li {
    display: inline-block;
    width: 100%;
}
.jobs-list ul.list li {
    width: 100%;
}
.jobs-list ul.list li a {
    color: #454545;
}
.jobs-list ul.list li ul li {
    display: inline-block;
    vertical-align: middle;
    width: 16%;
    text-align: center;
}
.jobs-list ul.list li.list_nav ul {
    width: 96%;
    margin: 0 auto;
}
.jobs-list ul.list li.list_nav ul li {
    font-size: 14px;
    font-weight: 600;
}
.jobs-list ul.list li.item-1 {
    width: 21%;
}
.jobs-list ul.list li.item-4 {
    width: 28%;
}
.jobs-list ul.list li.list1 {
    margin: 11px auto 40px;
}
.jobs-list ul.list li.list1 ul {
    border: 3px solid #ccc;
    width: 100%;
    border-radius: 8px;
    padding: 15px;
}
.jobs-list ul.list li.list1 ul li {
    font-size: 18px;
    font-weight: 600;
}
.jobs-list ul.list li.list1 ul li span {
    display: block;
    font-size: 12px;
    font-weight: 300;
}
.jobs-list ul.list li.list1 ul li.item-6 {
    position: absolute;
    width: 96%;
    text-align: center;
    display: block;
}
.jobs-list ul.list li.list1 ul li.item-6 div {
    background-color: #ffa500;
    width: 159px;
    display: inline-block;
    color: #fff;
    border-radius: 7px;
    padding: 10px 0;
}
.jobs-list ul.list li a:hover {
    text-decoration: none;
}
.jobs-list ul.list li a:hover li.item-6 div {
    text-decoration: none;
    background-color: #ffd17c;
    transition: all 300ms ease-in-out 0s;
}
div.num_list {
    display: flex;
    margin: 20px auto 50px;
}
div.num_list div {
    text-align: center;
    margin: 0 0.5%;
    background: #ffffff;
    padding: 0 10px 25px;
    border: 2px solid #dadada;
    border-radius: 7px;
    /*width: 25%;*/
    width: 32%;
    position: relative;
}
div.num_list div h3 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 18px 0 5px !important;
}
div.num_list div p {
    text-align: justify;
    font-size: 13px;
    line-height: 1.4;
}
div.num_list div p.num {
    text-align: center;
    font-size: 59px;
    font-family: century gothic, "Arial Black", Gadget, sans-serif;
    font-weight: 900;
    margin-bottom: 0;
    letter-spacing: -2px;
    color: #84539d;
}
div.num_list div:nth-child(2) p.num {
    color: #535c9d;
}
div.num_list div:nth-child(3) p.num {
    color: #537b9d;
}
div.num_list div:nth-child(4) p.num {
    color: #539d9d;
}
div.num_list div p.link {
    position: absolute;
    margin: 0;
    bottom: 12px;
    text-align: center;
    width: 89%;
}
div.num_list div p.link a {
    display: block;
    color: #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: -2px -10px 0 5px;
    display: inline-block;
    vertical-align: middle;
    color: #f5d3aa;
}
div.num_list div p.link a:hover {
    text-decoration: none;
}
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%;
}
dl.entry_flow dt {
    background: #000e6f;
    text-align: center;
    color: #fff;
    font-size: 22px;
    margin: 0 auto;
    padding: 5px 0;
    border-radius: 7px;
}
dl.entry_flow dd {
    border-bottom: 3px solid #ccc;
    padding: 15px 25px 20px;
    margin: 0 auto 35px;
    border-right: 3px solid #ccc;
    border-left: 3px solid #ccc;
    width: 99%;
    position: relative;
}
dl.entry_flow dd:after {
    content: "▲";
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: 48%;
    transform: rotate(180deg) scale(1.85, 1);
    font-size: 37px;
    bottom: -49px;
    color: #f9bb4a;
}
dl.entry_flow dd:last-child:after {
    content: "";
}
dl.entry_flow dd p.address {
    border: 3px solid #f9bb4a;
    padding: 13px 20px;
    margin: 25px 0 9px;
}
h3.midashi a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    position: relative;
    font-size: 20px;
    font-weight: bold;
    margin: -2px -10px 0 5px;
    display: inline-block;
    vertical-align: middle;
    color: #ccc;
}
div.img_w {
    margin-bottom: 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.inr_bx .bg_img_w {
    display: block;
    width: 100%;
    margin: -25% auto 35px;
    border: 2px solid #cdcdcd;
    border-radius: 8px;
    padding: 2%;
    position: relative;
    background-color: rgba(255,255,255,0.65);
}
div.inr_bx .bg_img_w div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 25px;
}
div.inr_bx .bg_img_w div div {
    display: inline-block;
    width: 50%;
    line-height: 1.8;
}
div.inr_bx .bg_img_w div img {
    width: 50%;
    height: auto;
    object-fit: cover;
}*/


div.pht3wk, div.pht6wk {
    display: flex;
    width: auto;
}
div.pht3wk div, div.pht6wk div {
    display: inline-block;
    width: 34%;
    padding: 0;
}
div.pht6wk div {
    width: 17%;
}
div.pht3wk div img, div.pht6wk div img {
    width: 100%;
    height: auto;
}
div.pht3wk div p, div.pht6wk div p {
    font-size: 15px;
    padding: 13px;
    text-align: justify;
    line-height: 1.4;
}

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 .staff_bx {
    margin: 65px auto 15px !important;
}
div.inr_bx .staff_bx .txtbx {
    position: relative;
    width: 100%;
}
div.inr_bx .txtbx p img.img_maru {
    float: left;
    margin: -15px 15px 12px -15px;
    border-radius: 50%;
    width: 230px;
    border: 4px solid #406d2f;
}
div.inr_bx .staff_bx .txtbx p span {
    background: #8fc31f;
    position: absolute;
    top: -40px;
    color: #fff;
    padding: 4px 15px;
    font-size: 19px;
    font-weight: 600;
    transform: rotate(-5deg);
    left: 70px;
}
div.inr_bx .staff_bx .txtbx p span:after {
    color: #8fc31f;
    content: "▲";
    position: absolute;
    display: block;
    font-size: 28px;
    transform: rotate(180deg);
    right: 0;
    margin: -11px 23px 0 0;
}
.vc_row.movie_bx {
    width: 60%;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    display: block;
    margin: 0 auto 45px;
}
.vc_row.movie_bx > div {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.vc_row.movie_bx iframe {
    width: 100% !important;
}
dl.philosophy_bx {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
dl.philosophy_bx dt {
    width: 13%;
    padding-bottom: 20px;
    margin-bottom: 10px;
    font-size: 3em;
    text-align: center;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-weight: 900;
}
dl.philosophy_bx dd {
    width: 85%;
    padding-bottom: 20px;
    margin: 1%;
}
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: 1000px) {
    div.inr_bx .txtbx p img.img_maru {
        width: 200px;
    }
    div.inr_bx .staff_bx .txtbx p span {
        top: -34px;
        left: 54px;
    }
    div.img_l img {
        float: none;
        display: block;
        width: 100%;
        margin: 0 auto 20px;
    }
    div.img_l ul.list {
        width: 100%;
    }
    div.inr_bx .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;
    }

}
@media screen and (max-width: 768px) {
    div.img_left, div.img_right {
        display: inline-block;
    }
    div.img_right .img_right_txt, div.img_left .img_left_txt {
        width: 100%;
        padding: 2% 5% 2% 5%;
        margin: 0 auto;
        text-align: justify;
    }
    div.img_right .img_right_txt p, div.img_left .img_left_txt p {
        width: 100%;
    }
    div.img_left .img_left_img.img_pc {
        display: none;
    }
    div.img_left .img_left_img.img_sp {
        display: block;
    }
    div.img_right .img_right_img, div.img_left .img_left_img {
        width: 100%;
        height: auto;
    }
    div.img_right .img_right_img img, div.img_left .img_left_img img {
        height: auto;
        width: 100%;
    }
    div.ex_cont_img img {
        object-position: 66% center;
    }
    div.img_r img {
        float: none;
        display: block;
        margin: 0 auto 15px;
        width: 100%;
    }
    div.inr_bx .txtbx p img.img_maru {
        width: 165px;
        height: auto;
    }
    div.inr_bx .staff_bx .txtbx p span {
        top: -31px;
        left: 38px;
    }
    /*div.img_left, div.img_right {
        display: block;
    }
    div.img_left img, div.img_right img {
        float: none;
        margin: 0 auto 20px;
        display: block;
        max-width: 300px;
        width: 100%;
        height: auto;
    }*/
    div.img_left .txtbx {
        width: 100%;
    }
    div.inr_bx .bg_img_w div {
        padding: 25px 25px 0 25px;
    }
    div.inr_bx .bg_img_w div div {
        display: block;
        width: 100%;
        padding: 20px 0 5px 0;
    }
    div.inr_bx .bg_img_w div img {
        width: 100%;
        height: 280px;
    }
    div.inr_bx .bg_img_w h3.midashi {
        margin-top: 5px !important;
    }
    div.num_list {
        flex-wrap: wrap;
    }
    div.num_list div {
        margin: 0 0.5% 1%;
        /*width: 49%;*/
    }
    div.base_list .base_bx {
        flex-wrap: wrap;
    }
    div.base_list .base_bx img {
        width: 100%;
        margin: 30px auto 0;
        max-width: 380px;
    }
    div.base_list .base_bx div {
        width: 100%;
    }
    .jobs-list ul.list li.list_nav ul li {
        font-size: 12px;
    }
    .jobs-list ul.list li ul li {
        text-align: left;
        width: 55px;
    }
    .jobs-list ul.list li.item-1 {
        width: 49%;
    }
    .jobs-list ul.list li.item-4 {
        width: 49%;
    }
    .jobs-list ul.list li.item-5 {
        width: 49%;
    }
    .jobs-list ul.list li.list1 ul li {
        font-size: 16px;
    }
    .jobs-list ul.list li.list1 ul li span {
        display: inline-block;
    }
    .vc_row.movie_bx {
        width: 100% !important;
    }
    div.img_w.pht6wk {
        height: 100px;
    }
}
@media screen and (max-width: 600px) {
    #main div.h1_tit h1 {
        font-size: 30px;
    }
    div.inr_bx {
        padding-top: 25px;
    }
    div.inr_bx h2.midashi {
        font-size: 29px;
    }
    #achievements.inr_bx {
        padding-top: 0;
    }
    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;
    }
    .content_list .thumbnail {
        width: 100% !important;
    }
    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;
    }
    dl.philosophy_bx dt {
        width: 18%;
    }
    dl.philosophy_bx dd {
        width: 80%;
    }
    div.column_bx .column_inner {
        padding: 25px 25px 12px;
    }
    div.column_bx.listbx .column_inner {
        padding: 10px 25px 10px 10px;
    }
    div.column_bx.listbx {
        margin: 0 auto 0;
    }
    div.img_w.pht6wk {
        height: 80px;
    }
}
@media screen and (max-width: 480px) {
    div.inr_bx h2.midashi {
        font-size: 27px;
    }
}



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



/*---- ボタン ----*/
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;
}
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;
}
@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%;
    }
}
	
/*---- toppage ----*/
body.home {
    width: 100%;
    margin-top: -10px;
}
body.home .content-area.no-sidebar {
    padding-left: 0;
    padding-right: 0;
}
body.home .page-wrap .content-wrapper {
    padding: 0;
    width: 100%;
}
body.home .page-wrap .content-wrapper .row {
    margin: 0;
    width: 100%;
    max-width: 100%;
    display: block;
}
body.home .bg_image {
    margin: -205px auto 0;
    width: 100%;
    max-width: 100%;
    height: 875px;
    display: inline-block;
    background: url(/img/index/mainimage.jpg) no-repeat center 205px;
    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: 275px auto 0;
}
body.home .bg_image div.top_copy h1 {
    display: block;
    width: 100%;
    margin: 0 auto 0;
    color: #000;
    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 h1 span {
    margin-left: -0.5em;
}
body.home .bg_image div.top_copy h1 br {
    display: none;
}
body.home .bg_image div.top_copy p.top_copy {
    color: #fff;
    font-size: 38px;
    text-align: left;
    margin: 185px auto 0;
    max-width: 960px;
    font-weight: 500;
    text-shadow: 0 0 0.5em rgb(0 0 0);
}
body.home .bg_image div.top_copy p.top_copy a {
    color: #fff;
}
body.home .bg_image div.top_copy p.top_copy span {
    border-bottom: 3px solid #9ec138;
    padding: 4px 20px;
    font-weight: 600;
}
/*---------
  message
-----------*/
body.home .top_message {
    width: 100%;
    padding: 0;
    margin: 0 auto 35px;
    background: #fff;
}
body.home .top_message .base_w h2 {
}
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;
}
body.home .top_message .base_w {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto -25px;
    text-align: center;
    padding: 5px 0 0;
}
/*---------
  採用
-----------*/
body.home .top_rec .base_w {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    display: flex;
}
body.home .top_rec .base_w div.pht2bx {
    margin: 20px auto 0;
    width: 50%;
    position: relative;
}
body.home .top_rec .base_w div.pht2bx img {
    width: 100%;
}
body.home .top_rec .base_w div.pht2bx div {
    position: absolute;
    top: 0;
    width: 545px;
    right: 0;
    padding: 14% 0 0 0;
    text-align: left;
    height: 100%;
}
body.home .top_rec .base_w div.pht2bx:last-child div {
    position: absolute;
    left: 45px;
}
body.home .top_rec .base_w div.pht2bx p {
    font-size: 15px;
    margin: 20px 20px 0 0;
    width: 525px;
    right: 0;
    position: relative;
    float: right;
}
body.home .top_rec .base_w div.pht2bx:last-child p {
    float: none;
    margin-left: 45px;
}
body.home .top_rec .base_w h2 {
    font-size: 37px;
    margin-bottom: 5px !important;
    text-align: left;
    font-weight: 700;
    color: #fff;
    margin-top: 0 !important;
    line-height: 1.25;
}
body.home .top_rec .base_w h2:before {
    content: "「";
    font-size: 64px;
    vertical-align: middle;
    margin: -17px 12px 0 -60px;
    font-weight: 100;
    position: absolute;
}
body.home .top_rec .base_w h2:after {
    content: "」";
    font-size: 64px;
    display: inline-block;
    vertical-align: middle;
    margin: -10px 0 0 -2px;
    font-weight: 100;
}
body.home .top_rec .base_w h2.no_ba:before,
body.home .top_rec .base_w h2.no_ba:after {
    content: "";
    margin: 0;
}
body.home .top_rec .base_w div.pht2bx a:hover {
    text-decoration: none;
    filter: alpha(opacity=8.5);
    -moz-opacity: 0.85;
    opacity: 0.85;
    transition: all 300ms ease-in-out 0s;
}
/*---------
  ブログバナー
-----------*/
body.home .top_blog {
    width: 90%;
    background: #fff;
    max-width: 980px;
    margin: 70px auto 50px;
}
body.home .top_blog .base_w {
    border: 3px solid #ccc;
    border-radius: 12px;
    text-align: left;
    background: url(/img/index/bg_bnr_l.png) no-repeat -10% center,url(/img/index/bg_bnr_r.png) no-repeat right center;
    background-size: auto 100%;
}
body.home .top_blog .base_w div {
    height: 100%;
    position: relative;
    display: block;
    color: #000;
	padding: 0 23%;
}
body.home .top_blog .base_w div a {
    color: #000;
}
body.home .top_blog .base_w h2 {
    font-size: 34px;
    text-align: left;
    line-height: 1.5;
    margin-top: 0.5em !important;
    margin-bottom: 10px !important;
    text-shadow: 1px 1px 9px #fff;
}
body.home .top_blog .base_w h2 span {
    font-size: 20px;
    letter-spacing: 5px;
    color: #376a99;
    display: block;
}
body.home .top_blog .base_w p {
    font-size: 14px;
    line-height: 1.5;
}
/*---------
  企業　採用
-----------*/
body.home .top_company {
    width: 100%;
    padding: 0;
    margin: 5px auto 35px;
    background-color: #fff;
}
body.home .top_company .base_w {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    display: flex;
}
body.home .top_company .base_w div {
    height: 425px;
    width: 48%;
    position: relative;
    text-align: left;
    margin: 55px 1% 0;
}
body.home .top_company .base_w div h2 {
    height: 20%;
    margin: 0 auto 35px;
    font-size: 33px;
    letter-spacing: 1px;
    width: 100%;
    line-height: 1.5;
    display: block;
}
body.home .top_company .base_w div h2 span {
    font-size: 18px;
    letter-spacing: 5px;
    color: #376a99;
    display: block;
    text-align: center;
}
body.home .top_company .base_w div img {
    height: 78%;
    width: 55%;
    object-fit: cover;
    overflow: hidden;
    border-radius: 0 43px;
}
body.home .top_company .base_w div ul {
    position: absolute;
    bottom: -7%;
    margin-left: 43%;
    width: 51%;
}
body.home .top_company .base_w div ul li {
    display: block;
    width: 100%;
}
body.home .top_company .base_w div ul li a {
    display: block;
    padding: 6px 33px;
    background-color: #003e69;
    color: #fff;
    margin-bottom: 8px;
    border-radius: 3px;
}
body.home .top_company .base_w div#company ul li a {
    background-color: #466d87;
}
body.home .top_company .base_w div ul li a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    color: rgba(255, 255, 255, 0.5);
    font-weight: 600;
    font-size: 95%;
    float: right;
    position: relative;
    vertical-align: bottom;
    margin: 4px -16px 0 0;
    line-height: 1.3;
}
body.home .top_company .base_w div p.txt_w {
    position: absolute;
    top: 27%;
    width: 38%;
    padding: 0px;
    left: 58%;
}
body.home .top_company .base_w div p.txt_w a {
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    width: 94%;
    padding: 7px 8px 7px 15px;
}
body.home .top_company .base_w div p.txt_w a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    color: rgba(255, 255, 255, 0.5);
    font-weight: 600;
    font-size: 105%;
    float: right;
    margin-top: -13px;
}
body.home .top_company .base_w div ul li a:hover,
body.home .top_company .base_w div p.txt_w a:hover {
    text-decoration: none;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
    transition: all 300ms ease-in-out 0s;
}
/*---------
  お知らせ
-----------*/
body.home .top_news {
    width: 100%;
    padding: 0;
    margin: 70px auto 0;
    background: #dfe0e3;
    display: inline-block;
}
body.home .top_news .base_w {
    width: 90%;
    max-width: 995px;
    margin: 75px auto;
    text-align: left;
    background-color: #fff;
}
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: 35px 0 0 0;
    width: 100%;
    position: relative;
}
body.home .top_news .base_w h2 {
    margin: 0;
    font-size: 20px;
    letter-spacing: 1px;
    width: 10%;
    padding: 0;
    position: absolute;
    left: 10px;
    top: 13px;
}
/*body.home .top_news .base_w h2.span {
    position: absolute;
    font-size: 88px;
    letter-spacing: 4px;
    color: #7d9dbb;
    width: 100%;
    left: 0;
    bottom: 3px;
}*/
div.whatsnew hr {
    display: none;
}
div.whatsnew dl {
    border-bottom: 1px dotted #9bbbdf;
    width: 84%;
    float: right;
}
div.whatsnew dl:last-of-type {
    border: 0;
}
div.whatsnew dd {
    padding: 14px 16px;
}
div.whatsnew dt {
    margin: 0 0 0 1em;
    padding: 14px 2px;
    color: #ff6000;
    font-size: 95%;
}
body.home .top_news .base_w a {
    font-size: 15px;
    color: #000;
}
div.whatsnew a {
    padding: 7px 0 5px;
}
@media screen and (max-width: 1430px) {
    body.home .bg_image {
        background-size: auto 80%;
    }
}
@media screen and (max-width: 1200px) {
    body.home .bg_image {
		height: 780px;
        margin: -260px 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: 33px;
    }
    body.home .top_company .base_w div ul li a {
        padding: 6px 20px;
    }
    /*body.home .top_products .base_w div.pht4bx p {
        width: 87%;
        font-size: 17px;
    }*/
    body.home .top_rec .base_w div.pht2bx div,
    body.home .top_rec .base_w div.pht2bx p {
        width: 90%;
    }
    body.home .top_rec .base_w h2 {
        font-size: 31px;
    }
    body.home .top_news .news p.txt_news {
        left: -0.25em;
    }
}
@media screen and (max-width: 1024px) {
    body.home .bg_image {
		height: 730px;
    }
    body.home .bg_image div.top_copy {
        margin: 265px auto 0;
    }
}
@media screen and (max-width: 1000px) {
    body.home .bg_image {
        /*background-size: 106% auto;*/
        height: 635px;
    }
    body.home .bg_image div.top_copy {
        margin: 255px auto 0;
    }
    body.home .bg_image div.top_copy p.top_copy {
        font-size: 26px;
        margin: 95px auto 0;
        width: 90%;
    }
    body.home .base_w h2, body.home .top_company .base_w div h2 {
        font-size: 30px;
    }

    body.home .top_rec .base_w {
        flex-wrap: wrap;
    }
    body.home .top_rec .base_w div.pht2bx {
        width: 100%;
    }
    body.home .top_rec .base_w div.pht2bx div {
        height: 300px;
        padding: 105px 0 0;
        left: auto;
    }
    body.home .top_rec .base_w h2:before {
        font-size: 54px;
        margin: -14px 12px 0 -50px;
    }
    body.home .top_rec .base_w h2:after {
        font-size: 54px;
        margin: -15px 0 0 -1px;
    }
    body.home .top_rec .base_w div.pht2bx p,
    body.home .top_rec .base_w div.pht2bx:last-child p {
        float: none;
        margin: 20px auto 0;
    }
    body.home .top_rec .base_w div.pht2bx:last-child div {
        left: auto;
    }
    body.home .top_rec .base_w div.pht2bx img {
        height: 300px;
        overflow: hidden;
        object-fit: cover;
        object-position: center center;
    }

    body.home .top_products .base_w {
        width: 100%;
    }
    body.home .top_rec .base_w div.pht2bx {
        width: 100%;
    }
    /*body.home .top_products .base_w div.pht4bx {
        flex-wrap: wrap;
    }
    body.home .top_products .base_w div.pht4bx div {
        width: 50%;
    }
    body.home .top_products .base_w div.pht4bx h3 {
        font-size: 14px;
    }
    body.home .top_products .base_w div.pht4bx h3:after {
        font-size: 110%;
        margin-top: 0;
    }*/
    body.home .top_blog {
        width: 95%;
    }
    body.home .top_blog .base_w {
        text-align: center;
        background: url(/img/index/bg_bnr_l.png) no-repeat -21% center, url(/img/index/bg_bnr_r.png) no-repeat 105% center;
        background-size: auto 100%;
    }
    body.home .top_blog .base_w div {
        padding: 0 18%;
    }
    body.home .top_blog .base_w h2 {
        font-size: 30px;
        text-align: center;
    }
    body.home .top_blog .base_w h2 span {
        font-size: 18px;
    }
    body.home .top_company .base_w {
        flex-wrap: wrap;
    }
    body.home .top_company .base_w div {
        margin: 15px 1% 75px 5%;
        width: 100%;
    }
    body.home .top_news .base_w h2 {
        font-size: 18px;
        width: 12%;
    }
}
@media screen and (max-width: 768px) {
    body.home .bg_image {
        /*background-size: auto 109%;
        height: 380px;*/
    }
    body.home .bg_image div.top_copy {
        margin: 260px auto 0;
    }
    body.home .bg_image div.top_copy p.top_copy {
        font-size: 22px;
    }
    body.home .bg_image div.top_copy p.main_maru {
        margin: 5px auto 0;
        max-width: 465px;
    }
    body.home .top_products {
        background-size: auto 100%;
    }
    body.home .top_blog .base_w div {
        padding: 0 9%;
    }
    body.home .top_news .base_w h2 {
        width: 100%;
        position: relative;
        left: 0;
    }
    div.whatsnew dl {
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    body.home .bg_image {
        background-size: 130% auto;
        height: 485px;
    }
    body.home .bg_image div.top_copy {
        margin: 235px auto 0;
    }
    body.home .bg_image div.top_copy p.top_copy {
        font-size: 20px;
        margin: 58px auto 0;
    }
    body.home .bg_image div.top_copy h1 {
        /*text-indent: 0.5em;*/
        font-size: 38px;
    }
    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 span {
        font-size: 17px;
    }
    /*body.home .top_products .base_w div.pht4bx div {
        width: 100%;
    }*/
    body.home .bg_image div.top_copy p.main_maru {
        max-width: 355px;
    }
    body.home .top_rec .base_w h2 {
        font-size: 27px;
    }
    body.home .top_company .base_w div img {
        /*width: 67%;*/
    }
    body.home .top_company .base_w div p.txt_w {
        font-size: 90%;
        top: 21%;
    }
    body.home .top_company .base_w div h2 {
        margin: 0 auto 0;
        font-size: 30px;
    }
    body.home .top_company .base_w div h2 span {
        font-size: 14px;
        margin-top: -5px;
    }
    body.home .top_company .base_w div ul {
        bottom: -2%;
        margin-left: 15%;
        width: 85%;
    }
    body.home .top_company .base_w div p.txt_w a {
        width: 96%;
    }
    body.home .top_blog .base_w {
        text-align: center;
        background: url(/img/index/bg_bnr_l.png) no-repeat -70% center, url(/img/index/bg_bnr_r.png) no-repeat 126% center;
        background-size: auto 100%;
    }
    body.home .top_blog .base_w div {
        padding: 0 3%;
    }
    body.home .top_blog .base_w h2 {
        font-size: 26px;
    }
    div.whatsnew dt {
        padding: 14px 2px 0;
    }
}
@media screen and (max-width: 480px) {
    body.home .bg_image {
        background-size: 145% auto;
        height: 470px;
    }
    body.home .bg_image div.top_copy {
        margin: 230px auto 0;
    }
    body.home .bg_image div.top_copy h1 {
        font-size: 31px;
    }
    body.home .bg_image div.top_copy p.top_copy {
        font-size: 17px;
    }
    body.home .base_w h2, body.home .top_company .base_w div h2 {
        font-size: 24px;
    }
    body.home .top_message .base_w h2 span {
        font-size: 14px;
    }
    body.home .top_rec .base_w h2 {
        font-size: 24px;
    }
    body.home .top_blog .base_w {
        text-align: center;
        background: url(/img/index/bg_bnr_l.png) no-repeat -155% center, url(/img/index/bg_bnr_r.png) no-repeat 160% center;
        background-size: auto 100%;
    }
    body.home .top_blog .base_w div {
        padding: 0 2%;
    }
    body.home .top_blog .base_w h2 {
        font-size: 23px;
    }
}



/*---- 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/headimage.jpg) no-repeat center center !important;
    background-size: 100% auto !important;
}
body.category-blog header.site-header {
    background: url(/img/headimage_b.jpg) no-repeat center center !important;
    background-size: 100% auto !important;
}
body.category-blog div.entry-thumb {
    width: 165px;
}
nav.post-navigation {
    display: none;
}
body.category .container {
    padding: 0;
    width: 94%;
    max-width: 1200px;
 }
.posts-layout .entry-title {
    font-size: 25px;
}
#main .page-header h1.archive-title {
    font-size: 0;
    text-align: center;
}
#main .page-header h1.archive-title span {
    font-size: 34px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
body.single-post .page-wrap .content-wrapper {
    padding: 0;
    width: 94%;
    max-width: 1200px;
}
body.category .page-wrap .content-wrapper .posts-layout .post {
    border-bottom: 2px dotted #ccc;
    padding-bottom: 20px;
}

/* 右バナー */
#secondary {
    padding: 5px 25px 15px 27px;
    margin: 30px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}
#secondary a {
    margin: 5px auto 8px;
    display: block;
}
#secondary.widget-area .widget ul li {
    font-size: 90%;
    border-bottom: 1px dotted #ccc;
    line-height: 1.4;
}
#secondary.widget-area .widget ul li:last-child {
    border-bottom: 0;
}
#secondary.widget-area h2 {
    font-size: 21px;
}
#secondary.widget-area .widget-title {
    display: none;
}
#secondary.widget-area aside strong a {
    font-size: 105%;
    color: #466d87;
    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: 0 30px 0 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,
    body.category-blog header.site-header {
        background-position: center 100% !important;
        background-size: 110% !important;
    }
}



/*---- sitemap ----*/
ul#sitemap_list,ul#sitemap_list ul.children  {
    list-style-type: none;
}
ul#sitemap_list li {
    margin-bottom: 6px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
}
ul#sitemap_list li a {
    background-image: url("/img/arrow.png");
    background-position: left 8px;
    background-repeat: no-repeat;
    padding-left: 15px;
    background-size: 10px;
    color: #1C1C1C;
    margin-left: -15px;
}
ul#sitemap_list li a:before {
    content: ">";
    color: #fff;
    background: #d5d2d2;
    border-radius: 50%;
    font-size: 20px;
    padding: 4px 0 0 16px;
    transform: scale(0.5, 1);
    display: inline-block;
    vertical-align: middle;
    margin: -1px 0px 0px -8px;
    width: 37px;
    height: 18px;
    line-height: 0.5;
}
ul#sitemap_list li a span {
    display: none;
}
ul#sitemap_list li ul {
    margin: 8px 0 0;
}
ul#sitemap_list li ul li {
    margin-bottom: 5px;
    border: 0;
    padding-bottom: 0px;
}
ul#sitemap_list li a:hover {
    text-decoration: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
    transition: all 300ms ease-in-out 0s;
}
@media screen and (max-width: 600px) {
    ul#sitemap_list,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;
}


/*---- 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: 35px 0 30px;
    background: url(/img/bg_rec.jpg) no-repeat #252525 center center;
    background-size: 100% auto;
    position: relative;
}
.ft_cmnt .ftarea {
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.ft_cmnt .ftarea span {
    line-height: 0.75;
    /*left: 50%;
    top: 20px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    position: absolute;*/
    font-size: 33px;
    color: rgba(255,255,255,0.25);
    font-family: "Marcellus", serif;
    letter-spacing: 4px;
}
.ft_cmnt .ftarea p {
    font-size: 25px;
    color: #fff;
    margin-top: -19px;
}
.ft_cmnt .ftarea p br.br_sp {
    display: none;
}
.ft_cmnt .ftarea ul {
    padding: 0;
    margin: 15px auto;
}
.ft_cmnt .ftarea ul li {
    display: inline-block;
    vertical-align: top;
    width: 380px;
    margin: 0 25px;
    padding: 0;
}
.ft_cmnt .ftarea ul li a {
    display: block;
    text-align: center;
    width: 100%;
    padding: 13px 0 0;
    background: #466d87;
    letter-spacing: 1px;
    font-size: 21px;
    font-weight: 400;
    border-radius: 6px;
    color: #fff;
    height: 64px;
}
.ft_cmnt .ftarea ul li a img {
    width: 65px;
    display: inline-block;
    vertical-align: middle;
    margin: -24px 30px 0px -65px;
    position: relative;
}
.ft_cmnt .ftarea ul li a:hover {
    text-decoration: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
.footer-widgets {
    padding: 20px 0 85px;
    background: url(/img/bg_ft.jpg) no-repeat #272727 center center;
    margin-top: 0px;
}
.footer-widgets .container {
    width: 96%;
    max-width: 1200px;
}
.footer-widgets-grid.footer-layout-3 {
    grid-template-columns: auto;
    position: relative;
    display: block;
    padding-top: 10px;
}
.sidebar-column {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    margin: 15px 1% 0 0;
}
.sidebar-column:first-child {
    width: 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: #010101;
}
#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: #010101;
    font-size: 14px;
    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: #040404;
    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: #010101;
    font-size: 20px;
    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: #ebaa28;
    border-radius: 4px;
    padding: 4px;
    text-align: center;
    width: 100%;
    margin: 0 0 13px;
    max-width: 240px;
}
#sidebar-footer .sidebar-column .widget p.link_contact a {
    color: #fff;
    padding: 11px 10px 9px 5px;
    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: #f6d79a;
    font-size: 26px;
    font-weight: bold;
    margin: -2px 21px 0px -8px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}
#sidebar-footer div.container p.link {
    background: #ff8a00;
    border-radius: 5px;
    padding: 4px;
    text-align: center;
    width: 100%;
    margin: 0 0 13px;
    max-width: 250px;
}
#sidebar-footer div.container p.link a {
    color: #fff;
    padding: 13px 10px 10px 5px;
    display: block;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 200;
}
#sidebar-footer div.container p.link a:before {
	font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    color: #ffc887;
    font-size: 26px;
    font-weight: bold;
    margin: -2px 13px 0px 5px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}
#sidebar-footer div.container p.right {
    text-align: right;
    margin-bottom: 2px;
}
#sidebar-footer div.container p.right a {
    font-size: 14px;
    background-image: none;
    display: block;
}
#sidebar-footer div.container p.right a:before {
    content: ">";
    color: #b5b5b5;
    font-size: 26px;
    padding-right: 9px;
    transform: scale(0.5,1);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0px;
}
#sidebar-footer div.container ul li a:hover,
#sidebar-footer div.container p.right a:hover {
    text-decoration: none;
    color: #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-top: -45px;
    background: transparent;
}
.copyright {
    clear: both;
    font-size: 13px;
    font-weight: 200;
    padding: 0 0 27px;
    text-align: center;
    letter-spacing: 0.5px;
    margin-top: -2px;
    line-height: 1.4;
}
.copyright p {
    margin-bottom: 0;
}
.go-top {
    border-radius: 50% !important;
    background-color: rgba(119,119,119,0.75);
}
.sydney-svg-icon {
    vertical-align: top;
    padding-top: 0;
}
@media screen and (max-width: 1200px) {
    #sidebar-footer .sidebar-column .widget p {
        font-size: 14px;
    }
}
@media screen and (max-width: 1024px) {
    .sidebar-column {
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
        display: block;
    }
    .sidebar-column:first-child {
        width: 80%;
        margin: 0 auto 35px;
    }
    .sidebar-column:nth-child(2), .sidebar-column:last-child {
        width: 80%;
        margin: 0 auto 0;
    }
    .sidebar-column .map iframe {
        width: 100%;
    }
    /*.footer-widgets .widget {
        margin: 15px 7%;
    }*/
    #sidebar-footer .widget_nav_menu {
        margin-bottom: 0;
    }
    #sidebar-footer .widget_nav_menu:first-child {
        width: 100%;
    }
    #sidebar-footer .sidebar-column:last-child .widget_nav_menu {
        width: 100%;
    }
    #sidebar-footer .sidebar-column:last-child .widget_nav_menu:first-child {
        width: 100%;
    }

    #sidebar-footer div.container div.textwidget p.txt {
        padding-right: 0;
    }
    .site-footer {
        margin-top: -100px;
        padding-bottom: 0;
        background: transparent;
    }
    .site-footer .copyright {
        padding-bottom: 80px;
    }
    .go-top.show {
        bottom: 75px;
    }
    .footer-widgets {
        background-size: auto 100%;
    }
    .ft_cmnt {
        padding: 25px 0 25px;
    }
    .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) {
}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 600px) {
    .ft_cmnt .ftarea p {
        font-size: 16px;
    }
    .ft_cmnt .ftarea ul li.tel a {
        /*font-size: 20px;
        padding: 11px 0 0;*/
    }
    #sidebar-footer div.container p.link {
        max-width: 100%;
    }
    #sidebar-footer div.container div.textwidget p.txt br.br_pc {
        display: none;
    }
    /*.footer-widgets .widget {
        margin: 15px 3%;
    }*/
    .copyright {
        font-size: 11px;
    }
}
@media screen and (max-width: 480px) {
    .ft_cmnt .ftarea p {
        font-size: 13px;
    }
}




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




