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

/*----------------------------------
  Base
------------------------------------*/
body {
    font-family: "Noto Sans Japanese", "Helvetica Neue", Helvetica, Arial, "Droid Sans", Meiryo,
    "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
    -webkit-print-color-adjust: exact;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.header-wrap .container {
    width: 96%;
    max-width: 1200px;
}
.page .page-wrap .content-wrapper,
.single .page-wrap .content-wrapper {
    padding: 0 30px;
    width: 98%;
}
.content-wrapper .row {
    max-width: 1200px;
    margin: 0 auto;
    width: 96%;
}
.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.7;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70); /* IE lt 8 */
    -ms-filter: "alpha(opacity=70)"; /* IE 8 */
}
a:hover img {
    opacity: 0.5;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50); /* IE lt 8 */
    -ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
a.btn {
    position: relative;
    z-index: 1;
    display: block;
    border-radius: 8px;
    color: #fff !important;
    background-color: #f37a5c;
    font-size: 2rem;
    text-align: center;
    padding: 13px 15px;
    width: 45%;
    margin: -18px auto 0;
}
a.btn:hover {
    background-color: #3a3a68;
    text-decoration: none;
    opacity: 1;
}
@media screen and (max-width: 991px) {
  a.btn {
    width: 60%;
    margin: -30px auto 0;
  }
}
@media screen and (max-width: 767px) {
    a.btn {
        width: 90%;
        margin: 30px auto 0;
    }
}
.flx {
    display: flex;
    justify-content: space-between;
}
a, button {
    transition: 0.3s;
}
a img {
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -ms-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
}
.tel a.tel,
.mail a.mail {
    cursor: default;
    pointer-events: none;
    color: #333;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: "Noto Sans Japanese", "Helvetica Neue", Helvetica, Arial, "Droid Sans", Meiryo,
    "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
    -webkit-print-color-adjust: exact;
    font-weight: 800;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
    color: #333;
    text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    .tel a.tel,
    .mail a.mail {
        pointer-events: auto;
    }
}
sup {
    vertical-align: top;
    font-size: 9px;
    margin-left: -4px;
}
.l-inner,
.l-innernv {
    margin: 0 auto;
}
strong,
p.strong {
    font-weight: bold;
}
.center,
p.center {
    text-align: center !important;
}
.entry
.inline_block {
    display: inline-block;
}
h2.widgettitle {
    display: none;
}
header.site-header .l-innernv .title-post {
    display: none;
}
.single-meta .byline {
    display: none;
}
.single .hentry .title-post {
    font-size: 26px;
}
.page .entry-header {
    display: none;
}
body.blog header.entry-header {
    display: block;
}
body.single-post header.site-header,
body.category-news header.site-header {
    background: url(/img/headimage.jpg) no-repeat center center !important;
}
.sydney-breadcrumbs {
    display: none;
}
.posts-layout .entry-title {
    font-size: 25px;
}
span.byline {
    display: none;
}
#secondary {
    width: 100%;
    margin-bottom: 65px;
}
#secondary h2 {
    font-size: 22px;
}
#main .page-header h1.archive-title {
    font-size: 0;
}
#main .page-header h1.archive-title span {
    font-size: 33px;
}
.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: #f9f9f9;
}
.page-template-page_front-page .page-wrap {
    margin-top: 0;
}
.l-header {
    width: 100%;
}



/*---- header ----*/
.header-clone {
    display: none;
}
.site-header {
    background-position: center 15% !important;
    background-size: 100% auto !important;
    background-repeat: no-repeat;
}
.site-header {
    background-color: #fff !important;
    position: relative;
    top: 0 !important;
    padding: 0px 0;
    height: 380px;
    width: 100%;
    z-index: 50;
}
body.home .site-header {
    height: 120px;
    margin: 10px 0 0;
}
header.site-header .header-wrap {
    height: 120px;
    background-color: #fff !important;
    z-index: 10;
}
.header-wrap .container > .row {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.site-header.float-header {
    background-color: #fff !important;
    padding: 5px 0;
}
.site-header.fixed {
    position: relative;
}
header.site-header .ft_btn {
    display: none;
}
.site-header .logo {
    width: 51%;
    margin: 30px 0;
}
.site-header .logo a {
    color: #000;
    display: block;
    font-size: 27px;
    font-weight: 800;
    font-family: "Hina Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    line-height: 1.4;
}
.site-header .logo a span {
    font-size: 15px;
    display: block;
    font-family: "Noto Sans Japanese", "Helvetica Neue", Helvetica, Arial, "Droid Sans", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
    letter-spacing: 2px;
    font-weight: 600;
    text-indent: 0.5em;
}
.site-header .logo a:hover {
    text-decoration: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
.site-header .logo img {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    width: 107px;
    margin: -8px 5px 20px -12px;
    float: left;
}
header.site-header .header-wrap {
    height: 120px;
    background-color: #fff;
    z-index: 10;
}
.header-wrap .container > .row {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
header.site-header .flo_right {
    position: relative;
    margin: 14px 0px 0 0;
    right: 0;
    width: 43%;
    float: right;
}
header.site-header .flo_right ul {
    padding: 0;
    margin: 0;
    text-align: right;
}
header.site-header .flo_right ul li {
    list-style-type: none;
    text-align: right;
    margin-bottom: 3px;
    display: inline-block;
    vertical-align: middle;
}
header.site-header .flo_right ul li.tel {
    margin: 0 20px;
    font-size: 15px;
}
header.site-header .flo_right ul li.tel a {
    font-size: 30px;
    font-weight: 800;
    color: #4c76a8;
    font-family :century gothic, "Arial Black", Gadget, sans-serif;
}
header.site-header .flo_right ul li.tel:before {
    font-family: "Font Awesome 5 Free";
    content: "\f879";
    color: #ccc;
    font-size: 20px;
    position: relative;
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
    margin: -3px 8px 5px 0;
}
header.site-header .flo_right ul li.contact {
    background: #c44b4c;
    border-radius: 15%;
    text-align: center;
    padding: 4px 0 8px;
}
header.site-header .flo_right ul li.contact a {
    font-weight: 500;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 1.6;
    padding: 5px 0 3px;
    display: block;
    width: 95px;
    height: 80px;
}
header.site-header .flo_right ul li.contact a span {
    display: block;
    font-size: 9px;
    font-family: century gothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
header.site-header .flo_right ul li.contact a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    color: #e3aaab;
    font-size: 25px;
    font-weight: bold;
    margin: 0 auto -5px;
    display: block;
}
header.site-header .flo_right ul li.contact a:hover {
    text-decoration: none;
}
header.site-header .flo_right ul li.contact:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
header.site-header .l-innernv {
    clear: both;
    width: 96%;
    max-width: 970px;
    height: auto;
}

/* gnavi */
#page .col-md-8 {
    width: 100%;
    background: #4c76a8;
    display: block;
    height: 65px;
    margin-top: -260px;
    z-index: 1500;
    position: relative;
    margin-bottom: 195px;
}
body.home #page .col-md-8 {
    margin-top: 0;
    margin-bottom: 0;
}
#page .col-md-8 nav#mainnav {
    width: 100%;
    background: #4c76a8;
    max-width: 1200px;
    float: none;
    margin: 0 auto;
    padding: 0 0 0px;
    height: 65px;
    text-align: center;
}
#page .col-md-8 nav#mainnav ul li {
    display: inline-block;
    height: 65px;
    padding: 0;
    text-align: center;
    width: 16%;
    vertical-align: top;
}
#page .col-md-8 nav#mainnav ul li:first-child {
    width: 21%;
}
#page .col-md-8 nav#mainnav ul li:nth-child(2) {
    width: 27%;
}
#page .col-md-8 nav#mainnav ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    float: none;
    display: block;
    vertical-align: bottom;
    padding: 25px 0 25px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 0.85;
}
#page .col-md-8 nav#mainnav ul li ul:after {
    background-color: #354151;
    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: #436793;
    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;
    padding-bottom: 26px;
}
#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: 0;
    padding: 0;
    z-index: 100;
    transition: all 300ms ease-in-out 0s;
}
#page .col-md-8 nav#mainnav ul li ul.sub-menu li {
    background-color: #354151;
    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;
    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: #666 !important;
}
#page .col-md-8 nav#mainnav ul li ul.sub-menu li:hover a {
    background-color: #666 !important;
    color: #fff !important;
    text-decoration: none;
}
@media screen and (max-width: 1024px) {
    .site-header .logo a {
        font-size: 26px;
    }
    .site-header .logo a span {
        font-size: 13px;
    }
    .site-header .logo img {
        width: 90px;
    }
    header.site-header .flo_right ul li.tel {
        font-size: 12px;
        margin: 0 7px 0 0;
    }
    header.site-header .flo_right ul li.tel a {
        font-size: 24px;
    }
    header.site-header .flo_right ul li.contact {
        margin-right: -15px;
    }
    header.site-header .flo_right ul li.contact a {
        font-size: 12px;
        width: 88px;
        height: 75px;
    }
    .site-header.fixed {
        height: 280px;
    }
    body.home .bg_image {
        height: 450px;
        margin: 0px auto 0;
    }
    header.site-header .l-innernv .top_copy {
        margin-top: 0;
        font-size: 41px;
        background-size: auto 100%;
        padding: 115px 0 110px;
    }
    header.site-header .ft_btn {
        display: flex;
        bottom: 0;
        position: fixed;
        z-index: 2500;
        width: 70%;
        padding-right: 30%;
    }
    header.site-header .ft_btn ul {
        padding: 0;
        list-style-type: none;
        width: 250px;
        margin: 0 0 6px;
    }
    header.site-header .ft_btn ul li {
        display: inline-block;
        background: transparent;
        padding: 0;
        max-width: 80px;
        text-align: center;
        width: 33%;
    }
    header.site-header .ft_btn ul li a {
        display: block;
        padding: 0px 15px;
        color: #fff;
        font-size: 31px;
    }
  .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: 100%;
        background-color: #4c76a8;
        justify-content: right;
        align-items: center;
        z-index: 1900;
        border: 0;
        opacity: 0.9;
        margin: 0 auto;
        padding: 0;
        right: 0;
    }
    .btn-menu span {
        content: "";
        background: #fff;
        padding: 8px 15px;
        border-radius: 7px;
        color: #4c76a8;
        font-weight: 600;
        float: right;
        right: 40px;
        position: relative;
    }
    .btn-submenu svg {
        width: 35px !important;
        top: 17px !important;
    }
    body.home .products .l-inner {
        padding: 20px 0 35px;
    }
    #page .col-md-8 {
        background-image: none;
        display: contents;
        background-color: transparent;
    }
    #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;
    }
    #mainnav-mobi {
        top: 0px;
        bottom: 60px;
        margin-top: 0;
        position: fixed;
        background: #666;
        z-index: 200;
        overflow-y: auto;
    }
    #mainnav-mobi ul li {
        border-top: 1px solid #fff;
    }
    #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: 80px 0 0 0;
    }
    nav#mainnav-mobi.mainnav.toggled ul.sub-menu {
        margin: 0;
        background-color: #383838;
    }
    nav#mainnav-mobi.mainnav.toggled ul>li>a {
        padding: 16px 50px;
    }
    .row {
        margin-right: 33px;
    }
    nav {
        padding: 0;
    }
/*ナビゲーションaタグの形状*/
    nav li.has-child ul li a {
        border-bottom: none;
    }
}
@media screen and (max-width: 768px) {
    header.site-header .logo {
        width: 100%;
        margin: 5px 0 0;
    }
    .site-header .logo img {
        width: 80px;
        margin: 0px 4px 11px -8px;
    }
    header.site-header .flo_right {
        width: 100%;
        margin: 0px 0px 0 0;
    }
    header.site-header .flo_right ul li.tel {
        margin: 20px 7px 0;
        font-size: 11px;
        line-height: 1.3;
    }
    header.site-header .flo_right ul li.tel a {
        font-size: 22px;
    }
    header.site-header .flo_right ul li.contact a {
        font-size: 11px;
        padding: 0 0 3px;
        width: 82px;
        height: 70px;
    }
    .site-header.fixed {
        height: 235px;
    }
    .header-wrap {
        text-align: left;
    }
    .page .page-wrap .content-wrapper, .single .page-wrap .content-wrapper {
        padding: 0 15px;
    }
}
@media screen and (max-width: 600px) {
    .header-wrap .container {
        width: 100%;
    }
    .site-header {
        background-position: center 45px !important;
        background-size: auto 109% !important;
    }
    header.site-header .logo {
        width: 100%;
        margin: 10px 0 0;
    }
    header.site-header .flo_right {
        width: 100%;
        margin: 33px 0px 0 0;
    }
    header.site-header .flo_right ul {
        padding: 0 0 7px;
        text-align: right;
    }
    header.site-header .flo_right ul li {
        display: inline-block;
        vertical-align: bottom;
    }
    header.site-header .flo_right ul li.tel {
        margin: 4px 9px;
        line-height: 1.2;
    }
    header.site-header .flo_right ul li.tel a {
        font-size: 19px;
    }
    header.site-header .flo_right ul li.contact {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .site-header {
        background-size: auto 100% !important;
    }
    .site-header .logo a {
        font-size: 23px;
    }
    .site-header .logo img {
        width: 76px;
        margin: 0px 4px 7px -6px;
    }
}




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



/*---- 見出し・本文 ----*/
#main div.h1_tit {
    background: none;
    text-align: center;
    margin: 50px 0 45px;
    display: block;
}
#main div.h1_tit h1 {
    font-size: 34px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
#main div.h1_tit h1 span {
    font-size: 19px;
    font-weight: 400;
    display: block;
    line-height: 1.8;
    margin-top: -10px;
}



div.inr_bx {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}
div.inr_bx h3 {
    font-size: 21px;
    margin: 35px 0 25px;
}
div.inr_bx h3.copy {
    font-weight: 300;
    font-size: 23px;
    line-height: 1.5;
    margin-bottom: 35px !important;
}
div.inr_bx h3.midashi {
    font-size: 27px;
    padding: 13px 0 9px 18px;
    border-left: 8px solid #7294bd;
    margin: 30px 0 10px;
    line-height: 1.2;
}
div.img_left {
    display: inline-flex;
    margin: 15px 0 45px;
    width: 100%;
    position: relative;
}
div.img_left img {
    float: left;
    margin-right: 3%;
    margin-top: 3px;
    margin-bottom: 20px;
    width: 410px;
    height: fit-content;
}
div.img_left.w330 img {
    width: 330px;
}
div.img_left .txtbx {
    display: inline-block;
    vertical-align: top;
}
div.img_left .txtbx h4 a {
    color: #28507e;
}
div.img_right {
    margin: 15px 0 45px;
}
div.img_right img {
    float: right;
    margin-left: 45px;
    margin-bottom: 20px;
    max-width: 375px;
}
div.txt_left {
    text-align: left;
}
.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(22 55 129 / 70%);
    font-size: 19px;
    font-weight: bold;
    margin: 0 !important;
    padding: 11px 2% 10px 3%;
    position: relative;
    top: -36px;
    color: #fff;
}
.content_list .thumbnail h3.h3_2l {
    top: -65px;
}
.content_list .thumbnail h3 a {
    color: #fff;
    display: block;
}
.content_list .thumbnail h3 a:hover {
    text-decoration: none;
}
.content_list .thumbnail p {
    font-size: 90%;
    font-weight: normal;
    line-height: 1.4;
    margin: -26px 0 0;
    padding: 5px 2% 13px 3%;
    vertical-align: text-top;
    width: 100%;
}
.content_list .thumbnail p.h3_2l {
    margin: -59px 0 0;
}
.content_list p {
    width: 97%;
}
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.pht_3wk, div.pht_2wk {
    text-align: center;
    margin: 5px auto 60px;
    display: block;
    font-size: 85%;
}
div.pht_3wk div, div.pht_2wk div {
    width: 31.5%;
    margin: 0 0.75% 25px;
    display: inline-block;
    vertical-align: top;
    padding: 0;
}
div.pht_3wk.pht6 {
    padding-top: 80px;
    position: relative;
    display: block;
    width: 100%;
    margin-top: 100px;
}
div.pht_3wk.pht6 img.bgimg {
    width: 60%;
    opacity: 0.8;
    position: absolute;
    margin-top: -165px;
    left: 20%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
div.pht_3wk.pht6 div {
    width: 16%;
    margin: 0 0.2% 25px;
    position: relative;
    font-size: 12px;
    line-height: 1.3;
}
div.pht_2wk div {
    width: 47%;
    margin: 0 1% 25px;
    border: 3px solid #ddd;
    background-color: #fff;
}
div.pht_3wk div img {
    margin: 0 0 8px;
}
div.pht_3wk.pht6 div img {
    border: 1px solid #ddd;
}
div.pht_3wk div:last-child {
    margin-right: 0;
}
div.pht_3wk p {
    width: 31.5%;
    margin: 0 0.75% 25px;
    display: inline-block;
    vertical-align: top;
    max-width: 200px;
}
div.pht_3wk span {
    display: block;
    font-size: 90%;
}
div.pht_3wk.pht_5wk div {
    width: 19.25%;
    margin: 0 0.1% 25px;
}
div.pht_2wk div h5 {
    color: #fff;
    text-align: center;
    background-color: #7ba722;
    padding: 7px 15px;
    margin: 0 !important;
}
div.pht_2wk div img {
    width: 85%;
    margin: 4% auto;
    display: block;
}
div.img_history {
    width: 57%;
    margin: 0 auto 25px;
}
div.img_history img {
    display: inline-block;
    width: 57%;
    margin: 1%;
    border: 5px solid #aec18a;
}
div.img_history img:last-child {
    width: 38%;
}
div.profile_map {
    width: 100%;
    height: 355px;
    margin: 15px auto 40px;
}
div.profile_map iframe {
    width: 100%;
	height: 100%;
}
ul.list_businass {
    list-style-type: none;
    width: 100%;
    padding: 0;
    text-align: center;
}
ul.list_businass li {
    display: inline-block;
    vertical-align: top;
    padding: 2% 0;
    border: 3px solid #a9b98b;
    border-radius: 6px;
    margin: 0 1.5%;
    width: 13%;
    text-align: center;
    position: relative;
    font-size: 22px;
    font-weight: 800;
}
ul.list_businass li:after {
    content: "▲";
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: -35px;
    transform: rotate(90deg) scale(1.5, 1);
    font-size: 37px;
    top: 9px;
    color: #516035;
}
ul.list_businass li:last-child:after {
    content: "";
}
ul.list_taisei {
    list-style-type: none;
    width: 100%;
    padding: 0;
    text-align: center;
    margin: 15px auto 35px;
    display: inline-block;
}
ul.list_taisei li {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    border: 3px solid #a9b98b;
    border-radius: 6px;
    margin: 0 1.5% 2%;
    width: 28.75%;
    text-align: center;
    position: relative;
    font-size: 22px;
    font-weight: 400;
    height: 170px;
}
ul.list_taisei li:nth-child(4), ul.list_taisei li:nth-child(5) {
    width: 45%;
    height: 135px;
}
ul.list_taisei li:last-child {
    width: 93%;
    height: 100px;
}
ul.list_taisei li p {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    width: 100%;
    line-height: 2;
    align-items: center;
}
ul.list_taisei li:nth-child(5) p {
    margin-top: -2%;
}
ul.list_taisei li p span {
    position: absolute;
    top: 60%;
    font-size: 16px;
    line-height: 1.3;
}
div.column_bx {
    border: 3px solid #b8cf89;
    border-radius: 7px;
    width: 93%;
    margin: 60px auto 80px;
}
div.column_bx .column_ttl {
    position: relative;
    background: #5b712e;
    width: 185px;
    height: 42px;
    border-radius: 14px 14px 0 0;
    border-bottom: 0;
    margin: -44px 0 2px 2px;
}
div.column_bx .column_ttl span {
    color: #99af6d;
    display: inline-block;
    padding: 6px 0px 0px 50px;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 6px;
}
div.column_bx h3 {
    background: #7ba722;
    padding: 19px 0 18px 68px;
    font-size: 1.6rem;
    margin: 0 !important;
    border-radius: 4px 4px 0 0;
    color: #fff;
}
div.column_bx .column_inner {
    padding: 25px 68px 12px;
}
ul.list_qualifications {
    list-style-type: none;
    width: 100%;
    max-width: 800px;
    margin: 15px auto 35px;
    padding: 0;
    border: 2px solid #dbdbdb;
}
ul.list_qualifications li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 8px 20px;
}
ul.list_qualifications li:nth-child(even) {
    background-color: #eef2f7;
}
h1.single_title span {
    border-bottom: 2px solid #c9c9c9;
    padding-bottom: 5px;
    color: #4c76a8;
    font-size: 25px;
    font-weight: 600;
}
p.dateLabel {
    text-align: right;
    font: italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
div.post {
    margin-bottom: 20px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #dadada;
    clear: both;
}
div.post table.works-tbl {
    border-collapse: collapse;
    border: 0;
    margin: 0 0 15px;
    color: #333;
    width: 100%;
    font-size: 93%;
    box-sizing: border-box;
}
div.post table.works-tbl td {
    width: 50%;
    border: 1px solid #f1f1f2;
    text-align: left;
    padding: 10px;
    vertical-align: top;
    border-right: 0;
    border-left: 0;
}
div.post table.works-tbl td span.blue {
    color: #5286C5;
    font-weight: bold;
}
#item_mainphoto img {
    max-height: 720px;
    max-width: 100%;
    box-sizing: border-box;
}
.post img {
    max-width: 100%;
    height: auto;
    padding: 0 !important;
    margin: 0 auto !important;
    border: none !important;
}
#item_mainphoto {
    height: 100%;
    text-align: center;
    position: relative;
    background: #fff;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 auto;
}
#item_mainphoto img {
	max-height: 720px;
    max-width: 100%;
    box-sizing: border-box;
    object-fit: cover;
}
.post img.emoji {
    display: inline-block;
    border: 0;
    box-shadow: none;
    height: 1em;
    width: 1em;
    margin: 0 .07em;
    vertical-align: -0.1em;
    background: none;
    padding: 0;
}
ul.works_imglist {
	margin: 0 auto 10px;
	overflow: hidden;
    list-style-type: none;
    padding: 0
}
ul.works_imglist li {
    overflow: hidden;
    margin: 2px 0.4% 2px auto;
    max-height: 130px;
    display: block;
    width: 24.7%;
    vertical-align: top;
    float: left;
}
ul.works_imglist li:nth-child(4n) {
    margin: 2px auto 2px auto;
}
ul.works_imglist li img {
	vertical-align: bottom;
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: center;
}
div.img_center {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
div.prsn_bx {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 35px;
    border: 4px solid #ccc;
    padding: 0;
    border-radius: 14px;
}
div.prsn_bx h2 {
    border-radius: 10px 10px 0 0;
    background: #4c76a8;
    margin: 0 !important;
    color: #fff;
    font-size: 29px;
    padding: 1.5% 2.5%;
}
div.prsn_bx p {
    margin: 1.5% 2.5%;
    font-size: 18px;
}
@media screen and (max-width: 1200px) {
    div.pht_3wk.pht6 img.bgimg {
        width: 76%;
        left: 13%;
    }
}
@media screen and (max-width: 1000px) {
    div.img_left.img650 {
        flex-wrap: wrap;
    }
    div.img650 img {
        float: none;
        margin: 3px auto 20px;
        display: block;
    }
    ul.list_businass li {
        padding: 12px 0;
        margin: 0 auto 25px;
        font-size: 21px;
        width: 100%;
        max-width: 480px;
        height: 66px;
    }
    ul.list_businass li:after {
        right: 46%;
        transform: rotate(180deg) scale(1.5, 1);
        font-size: 33px;
        top: 49px;
    }
    div.pht_3wk.pht6 {
        padding-top: 0;
        max-width: 600px;
        margin-top: 145px;
        width: 100%;
    }
    div.pht_3wk.pht6 img.bgimg {
        width: 100%;
        margin-top: -130px;
        left: 0;
        height: 48%;
    }
    div.pht_3wk.pht6 div {
        width: 155px;
        margin: 0 0.2% 15px;
    }
    .content_list.achievements .thumbnail {
        width: 47% !important;
    }
}
@media screen and (max-width: 768px) {
    div.pht_3wk div {
        width: 65%;
    }
    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.img_history {
        width: 80%;
    }
    .content_list .thumbnail {
        width: 100% !important;
    }
    div.pht_3wk.pht_5wk div {
        width: 100%;
        height: 235px;
        margin: 0 auto 3px;
        overflow: hidden;
    }
    div.pht_3wk.pht_5wk div img {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center center;
    }
    div.post table.works-tbl td {
        width: 100%;
        display: block;
    }
}
@media screen and (max-width: 600px) {
    div.img_left img, div.img_right img {
        max-width: 100%;
    }
    div.img_left.img650 img {
        max-width: 100%;
    }
    div.column_bx {
        width: 100%;
    }
    div.column_bx .column_ttl {
        width: 160px;
    }
    div.column_bx .column_ttl span {
        padding: 10px 0px 0px 44px;
        font-size: 0.8rem;
    }
    div.column_bx h3 {
        padding: 19px 0 18px 25px;
        font-size: 1.2rem;
    }
    div.column_bx .column_inner {
        padding: 17px 24px 2px;
    }
    div.pht_2wk div {
        width: 100%;
        max-width: 320px;
    }
    ul.list_taisei li {
        font-size: 18px;
    }
    ul.list_taisei li p span {
        font-size: 13px;
    }
    div.pht_3wk.pht6 div {
        width: 125px;
    }
    #item_mainphoto {
        height: auto;
    }
    ul.works_imglist li {
        max-height: 63px;
    }
    ul.works_imglist li img {
    }
    div.prsn_bx h2 {
        font-size: 24px;
    }
    div.prsn_bx p {
        font-size: 16px;
    }
    .content_list.achievements .thumbnail {
        width: 100% !important;
        height: 250px;
    }
    .content_list.achievements .thumbnail img {
        height: 200px;
    }
}
@media screen and (max-width: 480px) {
    ul.list_taisei li {
        width: 93%;
        height: auto;
        padding: 15px 5px 0;
    }
    ul.list_taisei li:nth-child(4), ul.list_taisei li:nth-child(5) {
        width: 93%;
        height: auto;
        padding: 15px 5px 0;
    }
    ul.list_taisei li:nth-child(5) {
        padding: 15px 5px 15px;
    }
    ul.list_taisei li p span {
        top: 88%;
        font-size: 12px;
    }
    ul.list_taisei li:last-child {
        height: auto;
    }
    div.pht_3wk.pht6 div {
        width: 88px;
    }
}



/*---- グラフ ----*/
.container_graph {
    display: flex;
    margin: 0 auto 45px;
    width: 96%;
    max-width: 900px;
}
.label-vertical {
    width: 6%;
}
.container_graph .inner {
    width: 95%;
}
.label-vertical .label{
    font-size: 15px;
    line-height: 50px;
    text-align: right;
    padding-right: 10px;
    white-space: nowrap;
}
.graph {
    height: 311px;
    width: 100%;
    border: 1px solid #F0F0F0;
    position: relative;
    margin: 13px 5px;
}
.graph .bar:first-of-type {
    margin-left: 5%;
}
.bar {
    float: left;
    text-align: center;
    position: relative;
    margin-left: 5%;
    width: 14%;
    background-color: #ffe6b0;
}
.bar.bar2 {
    background-color: #ffd985;
}
.bar.bar3 {
    background-color: #fbc858;
}
.bar.bar4 {
    background-color: #ffbc2a;
}
.bar.bar5 {
    background-color: #f7971f;
}
.graph hr {
  border: none;
  position: absolute;
  width: 100%;
  height: 1px;
  margin: 0 auto;
  background: #F0F0F0;
}
.label-horizontal {
  display: flex;
}
.label-horizontal .label{
    font-size: 17px;
    margin-left: 5%;
    width: 14%;
    text-align: center;
    padding-top: 6px;
}
.label-horizontal .label:first-of-type{
    margin-left: 5.75%;
}
.label-horizontal .label span{
    font-size: 12px;
}



/*---- 表組 ----*/
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: #4c76a8;
    border: 1px solid #a1a1a1;
    color: #fff;
    font-weight: 400;
    line-height: 1.3;
    padding: 14px 8px;
    vertical-align: middle;
    width: 23%;
    word-break: initial;
    white-space: nowrap;
    position: relative;
}
table.table_cmpny th p {
    margin-bottom: 0;
}
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: #e18081;
    width: 35px;
    padding: 2px 3px;
    font-size: 11px;
    font-weight: 200;
    border-radius: 6px;
}
table.table_cmpny td p {
    margin-bottom: 0;
}
table.table_cmpny td span.wpcf7-list-item {
    display: block;
    margin: 0;
}
table.table_cmpny td dl {
    margin: 0;
    width: 250px;
}
table.table_cmpny td dl dt {
    font-weight: normal;
    display: inline-block;
    width: 50px;
    vertical-align: top;
}
table.table_cmpny td dl dt.rt {
    text-align: right;
    width: 30px;
}
table.table_cmpny td dl dd {
    font-weight: normal;
    display: inline-block;
    width: 115px;
    margin-left: 5px;
    text-align: right;
}
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;
}
@media screen and (max-width: 768px) {
    table.table_cmpny th, table.table_cmpny td {
        font-size: 13px;
    }
}
@media screen and (max-width: 600px) {
    table.table_cmpny th,
    table.table_cmpny td {
        border-bottom: none;
        display: inline-block;
        width: 100%;
    }
    table.table_cmpny th {
        border: 0;
    }
    table.table_cmpny td:last-child {
        border-bottom: 1px solid #ccc;
    }
}



/*---- ボタン ----*/
p.txt_link, div.linkBtn {
    text-align: center;
}
p.txt_link a, div.linkBtn a {
    background-color: #d75e5f;
    color: #fff;
    padding: 12px 28px;
    border-radius: 4px;
    display: inline-block;
    margin: 18px 10px;
    min-width: 195px;
    border: 2px solid #d75e5f;
    font-size: 105%;
    font-weight: 400;
}
p.txt_link a:after, div.linkBtn a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    position: relative;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    margin: -4px -15px 0 15px;
    display: inline-block;
    vertical-align: middle;
}
p.txt_link.left {
    text-align: left;
}
p.txt_link a:hover, div.linkBtn a:hover {
    background-color: #fff;
    color: #d75e5f;
    text-decoration: none;
    transition: all 300ms ease-in-out 0s;
}
p.txt_link a:hover:after {
    color: #d75e5f;
    transition: all 300ms ease-in-out 0s;
}
div.kanrenbx {
    margin: 40px auto;
    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: 25px 0;
    margin: 0 auto;
}
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: #f3a2a2;
}
div.kanrenbx ul li:last-child {
    display: block;
}
div.kanrenbx ul li:last-child:after, div.kanrenbx ul li:nth-child(4):after {
    content: "";
}
#main div.h2_tit h2 a:after, h4 a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    position: relative;
    color: #b2bda0;
    margin-left: 10px;
    font-size: 18px;
    font-weight: bold;
    margin-top: -4px;
    display: inline-block;
    vertical-align: middle;
}



/*---- toppage ----*/
body.home {
    width: 100%;
    margin-top: -10px;
}
body.home .content-area.no-sidebar {
    padding-left: 0;
    padding-right: 0;
}
body.home .page-wrap .content-wrapper {
    padding: 0;
    width: 100%;
}
body.home .page-wrap .content-wrapper .row {
    margin: 0;
    width: 100%;
    max-width: 100%;
    display: block;
}
body.home .bg_image {
    margin: 0 auto 0;
    width: 100%;
    max-width: 100%;
    height: 520px;
    display: inline-block;
    background: url(/img/index/mainimage.jpg) no-repeat center center;
    background-size: 100% auto;
    object-fit: cover;
}
body.home .bg_image div.top_copy {
    display: block;
    width: 100%;
    height: 100%;
    margin: 160px auto 0;
}
body.home .bg_image div.top_copy h1 {
    display: block;
    width: 90%;
    height: 100%;
    margin: 0 auto 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.25);
    line-height: 1.4;
    padding: 8px 0;
    text-align: center;
    font-size: clamp(27px, 4vw, 48px);
}
body.home .base_w h2 {
    text-align: center;
    font-size: clamp(26px, 5vw, 33px);
    font-weight: 600;
}
/*---------
  　理由
-----------*/
body.home .top_reason {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    background: #fff;
}
body.home .top_reason .base_w {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0 85px;
}
/*---------
  事業分野
-----------*/
body.home .top_business {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    background: url(/img/index/bg_business.jpg) no-repeat center center;
    object-fit: cover;
}
body.home .top_business .base_w {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 15px 0 15px;
}
body.home .top_business .base_w div.pht4bx {
    margin: 40px auto 15px;
}
body.home .top_business .base_w div.pht4bx div {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0 0.5%;
    box-sizing: border-box;
    width: 23%;
    border-radius: 6px;
    position: relative;
}
body.home .top_business .base_w div.pht4bx img {
    width: 100%;
}
body.home .top_business .base_w div.pht4bx h3 {
    background-color: #000;
    color: #fff;
    padding: 17px 7px 0 9px;
    line-height: 1.3;
    margin-top: 0px;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    height: 61px;
}
body.home .top_business .base_w div.pht4bx h3.h3_2l {
    padding: 6px 7px 0 9px;
}
body.home .top_business .base_w div.pht4bx h3:after {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    color: #fff;
    font-weight: 600;
    font-size: 125%;
    float: right;
    position: relative;
    vertical-align: bottom;
    margin-top: -3px;
    line-height: 1.3;
}
body.home .top_business .base_w div.pht4bx h3.h3_2l:after {
    margin-top: -13px;
}
body.home .top_business .base_w div.pht4bx a:hover {
    text-decoration: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
/*---------
  　実績
-----------*/
body.home .top_achievements {
    width: 100%;
    padding: 0;
    margin: 35px auto;
    background-color: #fff;
}
body.home .top_achievements .base_w {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    display: flex;
    height: 450px;
}
body.home .top_achievements .base_w h2 {
    
}
body.home .top_achievements .base_w div {
    width: 25%;
}
body.home .top_achievements .base_w div {
    height: 100%;
    width: auto;
    object-fit: cover;
    overflow: hidden;
    clip-path: polygon(0 0, 75% 0, 100% 100%, 30% 100%);
    margin-left: -10%;
}
body.home .top_achievements .base_w div:first-child {
    clip-path: polygon(0 0, 75% 0, 100% 100%, 0 100%);
    margin-left: 0;
}
body.home .top_achievements .base_w div:last-child {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    margin: 3% 2% 0 0%;
    width: 32%;
}
body.home .top_achievements .base_w div img {
    height: 100%;
    width: auto;
    object-fit: cover;
    overflow: hidden;
}

/*---------
  お知らせ
-----------*/
body.home .top_news {
    width: 100%;
    padding: 0;
    margin: 55px auto 0;
}
body.home .top_news .base_w {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
}
body.home .top_news .base_w h3 {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2px;
}
div.whatsnew {
    border-bottom: 1px dotted #ccc;
    margin: 35px auto 70px;
}
div.whatsnew hr {
    display: none;
}
div.whatsnew dl {
    border-top: 1px dotted #ccc;
}
div.whatsnew dd {
    padding: 14px 16px;
}
div.whatsnew dt {
    margin: 0 0 0 1em;
    padding: 14px 2px;
    color: #81ad2e;
}
body.home .top_news .base_w a {
    font-size: 15px;
    color: #000;
}
div.whatsnew a {
    padding: 7px 0 5px;
}
/*--------
  採用情報　
---------*/
body.home .top_rec {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    background: url(/img/index/bg_rec.jpg) no-repeat center center;
    object-fit: cover;
}
body.home .top_rec .base_w {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0 85px;
}
body.home .top_rec .base_w div.rec_bx {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 20px;
    margin: 15px 1.25%;
    box-sizing: border-box;
    width: 46.5%;
    background: #fff;
    border: 5px solid #a4a4a4;
    border-radius: 8px;
}
body.home .top_rec .base_w div.rec_bx a {
    display: block;
    color: #000;
}
body.home .top_rec .base_w div.rec_bx h3 {
    text-align: left;
    font-size: 23px;
    font-weight: 600;
    position: relative;
    line-height: 1.4;
    width: 70%;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}
body.home .top_rec .base_w div.rec_bx h3.h3_2l {
    margin-top: -1px;
}
body.home .top_rec .base_w div.rec_bx a:hover {
    text-decoration: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
body.home .top_rec .base_w div.rec_bx img {
    width: 30%;
    border-radius: 0 3px 3px 0;
}
@media screen and (max-width: 1200px) {
    body.home .bg_image div.top_copy {
        margin: 150px auto 0;
    }

    body.home .top_business .base_w div.pht4bx div {
        width: 47%;
    }
    body.home .top_rec .base_w div.rec_bx {
        margin: 15px auto 0;
        width: 100%;
        max-width: 740px;
        height: 130px;
    }
    body.home .top_rec .base_w div.rec_bx img {
        height: 120px;
        object-fit: cover;
    }
}
@media screen and (max-width: 1000px) {
    body.home .bg_image {
        height: 435px;
        background-size: 105% auto;
    }
    body.home .top_achievements {
        margin: 135px auto 35px;
    }
    body.home .top_achievements .base_w div {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
        margin-left: -13%;
    }
    body.home .top_achievements .base_w div:last-child {
        width: 100%;
        position: absolute;
        margin-top: -90px;
        height: 250px;
    }
}
@media screen and (max-width: 768px) {
    body.home .bg_image {
        background-size: auto 100%;
    }
    body.home .bg_image div.top_copy h1 {
        width: 100%;
        font-size: clamp(18px, 4vw, 32px);
    }
}
@media screen and (max-width: 600px) {
    body.home .bg_image {
        height: 300px;
    }
    body.home .bg_image div.top_copy {
        margin: 110px auto 0;
    }
    body.home .top_reason .base_w p br {
        display: none;
    }
    body.home .top_business {
        background-size: auto 100%;
    }
    body.home .top_business .base_w div.pht4bx div {
        width: 90%;
    }
    body.home .top_achievements .base_w h2 {
        margin-bottom: 65px !important;
    }
    body.home .top_rec .base_w div.rec_bx h3 {
        font-size: 18px;
    }
}


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




/*---- footer ----*/
.entry-footer {
    margin-top: 65px;
}
body.home .entry-footer {
    margin-top: 0;
}
.ft_cmnt {
    padding: 45px 0 29px;
    background: url(/img/bg_contact.jpg) no-repeat #252525 center center;
    background-size: 100% auto;
    position: relative;
}
.ft_cmnt .ftarea {
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.ft_cmnt .ftarea p {
    font-size: 20px;
    color: #fff;
}
.ft_cmnt .ftarea p br.br_sp {
    display: none;
}
.ft_cmnt .ftarea ul {
    padding: 0;
    margin: 15px auto;
}
.ft_cmnt .ftarea ul li {
    display: inline-block;
    vertical-align: top;
    width: 380px;
    margin: 0 13px 0 0;
    padding: 0;
}
.ft_cmnt .ftarea ul li a {
    display: block;
    text-align: center;
    width: 100%;
    padding: 11px 0 0;
    background: #c44b4c;
    letter-spacing: 1px;
    font-size: 22px;
    font-weight: 600;
    border-radius: 12px;
    color: #fff;
    height: 62px;
}
.ft_cmnt .ftarea ul li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    color: #e3aaab;
    font-size: 26px;
    font-weight: bold;
    margin: -2px 13px 0px 5px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}
.ft_cmnt .ftarea ul li a:hover {
    text-decoration: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
.ft_cmnt .ftarea ul li.tel a {
    background: rgba(255,255,255,0.5);
    font-family :century gothic, "Arial Black", Gadget, sans-serif;
    color: #242424;
    font-size: 28px;
    font-weight: 800;
    border: 3px solid #c44b4c;
    padding: 5px 0 0;
}
.ft_cmnt .ftarea ul li.tel a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f879";
    color: #ccc;
    font-size: 21px;
    position: relative;
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
    margin: 0px 8px 3px 0;
}
.footer-widgets-grid.footer-layout-3 {
    grid-template-columns: auto;
    display: block;
    padding-top: 10px;
}
.footer-widgets {
    padding: 65px 0 85px;
    background: #d8e1ec;
    margin-top: 0px;
}
.footer-widgets .container {
    width: 96%;
    max-width: 1200px;
}
.sidebar-column {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    margin: 15px 5% 0 0;
}
.sidebar-column:first-child {
    width: 48%;
    margin: 0 6% 0 0;
}
.sidebar-column:last-child {
    width: 20%;
    margin: 0 0;
}
.sidebar-column p.ftlogo {
    margin-bottom: 25px;
}
.sidebar-column p.ftlogo a {
    font-size: 28px;
    font-weight: 900;
}
.sidebar-column p.ftlogo a span {
    font-weight: 600;
}
#sidebar-footer .sidebar-column .widget p {
    color: #000;
    font-size: 15px;
    margin: 20px 0 45px;
    font-weight: 200;
    font-style: normal;
    line-height: 1.6;
    display: block;
}
#sidebar-footer div.container div a {
    clear: both;
    color: #000;
    line-height: 1.3;
    text-decoration: none;
}
#sidebar-footer .sidebar-column .widget p.add {
    margin-top: 35px;
}
#sidebar-footer .sidebar-column .widget p.link a:before {
    content: ">";
    color: #fff;
    background: #c44b4c;
    border-radius: 50%;
    font-size: 22px;
    padding: 4px 0 0 16px;
    transform: scale(0.5, 1);
    display: inline-block;
    vertical-align: middle;
    margin: -2px -4px 0px -8px;
    width: 42px;
    height: 21px;
    line-height: 0.5;
}
#sidebar-footer .sidebar-column .widget p.add a.map {
    background-color: #4c76a8;
    padding: 1px 7px 2px 8px;
    color: #fff;
    font-size: 90%;
    letter-spacing: 2px;
    border-radius: 2px;
    margin-left: 15px;
}
#sidebar-footer div.container p.tel a {
    font-family :century gothic, "Arial Black", Gadget, sans-serif;
    color: #242424;
    font-size: 28px;
    font-weight: 800;
    margin: 0 0 30px;
}
#sidebar-footer div.container p.tel a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f879";
    color: #b9b9b9;
    font-size: 22px;
    position: relative;
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
    margin: -2px 8px 5px 0;
}
#sidebar-footer div.container ul.menu {
    margin: 0;
}
#sidebar-footer div.container ul.menu li {
    font-size: 17px;
    margin-bottom: 0;
    padding: 0 0 12px;
}
#sidebar-footer div.container p.contact {
    background: #c44b4c;
    border-radius: 5px;
    padding: 4px;
    text-align: center;
    width: 100%;
    margin: 0 0 13px;
}
#sidebar-footer div.container p.contact a {
    color: #fff;
    padding: 19px 10px 15px 5px;
    display: block;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 200;
}
#sidebar-footer div.container p.contact a:before {
	font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    color: #e3aaab;
    font-size: 26px;
    font-weight: bold;
    margin: -2px 13px 0px 5px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}
#sidebar-footer div.container p.right {
    text-align: right;
    margin-bottom: 2px;
}
#sidebar-footer div.container p.right a {
    font-size: 14px;
    background-image: none;
    display: block;
}
#sidebar-footer div.container p.right a:before {
    content: ">";
    color: #b5b5b5;
    font-size: 26px;
    padding-right: 9px;
    transform: scale(0.5,1);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0px;
}
#sidebar-footer div.container ul li a:hover,
#sidebar-footer div.container p.right a:hover {
    text-decoration: none;
    color: #f43e3e;
    transition: all 300ms ease-in-out 0s;
}
#sidebar-footer div.container p.contact:hover,
#sidebar-footer #custom_html-2 div.textwidget a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
.site-footer {
    margin-top: -45px;
    background: transparent;
}
.copyright {
    clear: both;
    color: #000;
    font-size: 13px;
    padding: 0 0 20px;
    text-align: center;
    letter-spacing: 0.5px;
    margin-top: -2px;
    line-height: 1.4;
}
.copyright p {
    margin-bottom: 0;
}
.go-top {
    border-radius: 50% !important;
    background-color: rgba(119,119,119,0.75);
}
.sydney-svg-icon {
    vertical-align: top;
    padding-top: 0;
}
@media screen and (max-width: 1200px) {
    .sidebar-column {
        width: 23%;
        margin: 15px 3% 0 0;
    }
    .sidebar-column:first-child {
        width: 47%;
        margin-right: 3%;
    }
    .sidebar-column:last-child {
        width: 23%;
    }
    #sidebar-footer .sidebar-column .widget p {
        font-size: 14px;
    }
    #sidebar-footer div.container ul.menu li {
        font-size: 16px;
    }
}
@media screen and (max-width: 1024px) {
    .site-footer {
        padding-bottom: 50px;
    }
    .go-top.show {
        bottom: 75px;
    }
}
@media screen and (max-width: 1000px) {
    .ft_cmnt {
        padding: 25px 0 25px;
    }
    .ft_cmnt .ftarea p br.br_sp {
        display: block;
    }
    .ft_cmnt .ftarea ul li {
        width: 345px;
    }
    .footer-widgets {
        background-size: auto 100%;
    }
    .sidebar-column {
        width: 100%;
        max-width: 610px;
        margin: 0 auto;
        display: block;
    }
    .sidebar-column:first-child {
        width: 100%;
        margin: 0 auto;
    }
    .sidebar-column:last-child {
        width: 100%;
        margin: 35px auto 0;
    }
    .footer-widgets .widget {
        margin: 15px 7%;
    }
    #sidebar-footer div.container div.textwidget p.txt {
        padding-right: 0;
    }
}
@media screen and (max-width: 768px) {
    .ft_cmnt {
        background-size: auto 100%;
    }
    .ft_cmnt .ftarea ul li {
        display: block;
        width: 90%;
        margin: 0 auto 13px;
        max-width: 335px;
    }
}
@media screen and (max-width: 600px) {
    .ft_cmnt .ftarea p {
        font-size: 16px;
    }
    .ft_cmnt .ftarea ul li.tel a {
        font-size: 20px;
        padding: 11px 0 0;
    }
    #sidebar-footer div.container div.textwidget p.txt br.br_pc {
        display: none;
    }
    .footer-widgets .widget {
        margin: 15px 3%;
    }
}
@media screen and (max-width: 480px) {
    .ft_cmnt .ftarea p {
        font-size: 13px;
    }
    #sidebar-footer div.container ul.menu li {
        text-align: center;
    }
    #sidebar-footer div.container p.tel {
        text-align: center;
    }
    #sidebar-footer div.container p.right {
        text-align: center;
    }
}



/*---- 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;
}
p.button a {
    color: #fff;
}
p.button a:hover {
    text-decoration: none
}



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

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

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

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

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

}




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

