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

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

.posts-layout .entry-title {
    font-size: 25px;
}
span.byline {
    display: none;
}
.widget-area .widget {
    margin-bottom: 5px;
}
body.blog header.entry-header .meta-post {
    display: none;
}
body.blog .classic-alt .entry-title {
    font-size: 24px;
    text-align: left;
}
body.blog header.entry-header span.posted-on {
    text-decoration: none;
    float: left;
    line-height: 1;
    color: #fff;
}
body.blog header.entry-header span.posted-on a {
    color: #fe954b;
    display: block;
}
body.blog .col-md-9 {
    width: 100%;
}
.page-wrap {
    padding-top: 0;
    padding-bottom: 20px;
    position: relative;
    background-color: transparent;
}
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;
}
.sydney-breadcrumbs {
    display: none;
}

/*----------------------------------
  header
------------------------------------*/
.header-clone {
    display: none;
}
.site-header {
    background-position: center 15% !important;
    background-size: 100% auto !important;
    background-repeat: no-repeat;
}
.site-header {
    background-color: transparent;
    position: relative;
    top: 0 !important;
    padding: 0px 0;
    height: 380px;
    width: 100%;
    z-index: 10;
}
body.home .site-header {
    height: 150px;
    margin: 10px 0 0;
}
header.site-header .header-wrap {
    height: 150px;
    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 {
    background-color: transparent;
    position: relative;
    top: 0 !important;
    padding: 0px 0;
    /*height: 400px;*/
    height: 200px;
    width: 100%;
}
body.home .site-header {
    height: 150px;
}
.site-header.float-header {
    background-color:transparent;
}
.site-header.fixed {
    position: relative !important;
}
.site-header .logo {
    width: 400px;
    margin: 20px 0 0;
}
.site-header .logo em {
    font-size: 14px;
    font-style: normal;
    display: block;
    line-height: 1.3;
    margin: 8px 0 8px 0;
    padding-top: 10px;
    color: #0a0a0a;
}
.site-header .logo em .textwidget p {
    margin: 0;
}
.site-header .logo img {
    width: 100px;
    display: inline-block;
    margin: 0px 15px 0 0;
    height: auto;
    vertical-align: top;
    float: left;
}
.site-header .logo img.logo {
    width: 250px;
    margin: 0;
}



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



.header-wrap .container > .row {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
header.site-header .flo_right {
    position: relative;
    margin: 5px 0px 0 0;
    right: 0;
    width: 380px;
    float: right;
}
header.site-header .flo_right .textwidget {
    display: flex;
}
header.site-header .flo_right ul {
    padding: 0;
    text-align: right;
    margin: 35px 0 0 0;
    width: 265px;
}
header.site-header .flo_right ul li {
    list-style-type: none;
    display: block;
    width: 100%;
    line-height: 1.4;
}
header.site-header .flo_right ul li.since {
    display: inline-flex;
    font-weight: 900;
    font-family: century gothic, "Arial Black", Gadget, "sans-serif";
    font-size: 23px;
    text-align: right;
    padding: 0 3px 7px 0;
    color: #e2838b;
    justify-content: right;
}
header.site-header .flo_right ul li.since a {
    text-align: center;
    font-size: 9px;
    display: block;
    font-weight: 300;
    letter-spacing: 2px;
}
header.site-header .flo_right ul li.since img {
    width: 29px;
    margin: 0 3px 0 3px;
    display: block;
}
header.site-header .flo_right ul li.since a:last-child img {
    margin-right: 10px;
}
header.site-header .flo_right ul li.tel {
    display: block;
    font-weight: 900;
    font-family: century gothic, "Arial Black", Gadget, "sans-serif";
    font-size: 26px;
    text-align: right;
    padding: 0 3px 7px 0;
    letter-spacing: 0.5px;
}
header.site-header .flo_right ul li.tel a {
    color: #4c76a8;
    font-weight: 800;
}
header.site-header .flo_right ul li.tel a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f879";
    color: #cbcbcb;
    font-size: 19px;
    position: relative;
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
    margin: 0px 8px 3px 0;
}
header.site-header .flo_right ul li.tel a:hover {
    text-decoration: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
header.site-header .flo_right .inq {
    position: relative;
    background: #cc212d;
    padding: 0;
    border-radius: 8px;
    height: 90px;
    width: 95px;
    text-align: center;
    margin: 32px 0 0 15px;
}
header.site-header .flo_right .inq a {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 0 0 10px 0;
    line-height: 1;
}
header.site-header .flo_right .inq a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    display: block;
    color: rgba(255, 255, 255, 0.6);
    font-size: 25px;
    margin: 10px 0 0px 0;
    font-weight: bold;
}
header.site-header .flo_right .inq a:after {
    content: "CONTACT";
    display: block;
    color: #fff;
    font-size: 9px;
    letter-spacing: 1px;
    margin: 2px auto 0;
    font-weight: 200;
    font-family: century gothic, "Arial Black", Gadget, "sans-serif";
}
@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;
    }
    header.site-header .header-wrap {
        height: 120px;
    }
    .site-header.fixed {
        height: 120px;
    }
    body.home .site-header {
        height: 120px;
    }
    /*.site-header {
        background-size: auto 100% !important;
    }*/
    .site-header .logo {
        width: 375px;
        margin: 6px auto;
        display: block;
        float: none;
    }
}
@media screen and (max-width: 768px) {
    /*.site-header.fixed {
        height: 110px;
    }*/
    .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: 90px;
    }
    header.site-header .header-wrap {
        height: 92px;
    }
    .site-header .logo {
        width: 315px;
    }
    .site-header .logo img {
        width: 78px;
        margin: -4px 12px 0 0
    }
    .site-header .logo em {
        font-size: 11px;
        /*padding-top: 5px;*/
        padding-top: 0;
    }
    .site-header .logo img.logo {
        width: 220px;
        /*margin: 0;*/
        margin-top: -5px;
    }

}
@media screen and (max-width: 480px) {
    /*body.home .site-header {
        height: 143px;
    }*/
    header.site-header .header-wrap {
        height: 90px;
    }
    body.home .bg_image {
        height: 260px;
        background: url(/img/index/bg.png) no-repeat -250px -45px #fff;
        background-size: 125% 100%;
    }
    /*.site-header .logo {
        width: 100%;
    }
    .site-header .logo {
        width: 100%;
        margin: 12px 0 0;
    }
    .site-header .logo img {
        width: 145px;
        display: block;
        margin: 2px auto 0;
    }
    .site-header .logo a {
        font-size: 18px;
    }
    .site-header .logo div {
        line-height: 1.4;
    }
    .site-header .logo div span {
        font-size: 11px;
    }*/
    .site-header .logo em {
        font-size: 10px;
    }
    .site-header .logo img {
        width: 65px;
        margin: 0px 15px 0 15px;
    }
    .site-header .logo img.logo {
        width: 185px;
        /*margin: 0;*/
    }
    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: 40px;
    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: #4c76a8;
    display: block;
    height: 55px;
    /*margin-top: -250px;*/
    margin-top: -50px;
    z-index: 1500;
    position: relative;
}
body.home #page .col-md-8 {
    margin-top: 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:before {
    content: '';
    position: absolute;
    width: 140px;
    height: 75px;
    background-image: url(/img/common/ill.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin: -45px 0 0 0;
    left: 10px;
}
#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: 16.5%;
    vertical-align: top;
}
#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: #cc212d;
    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 #eba6ab;
    background-color: #4c76a8;
    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: #cc212d !important;
}
#page .col-md-8 nav#mainnav ul li ul.sub-menu li:hover a {
    background-color: #cc212d !important;
    color: #fff !important;
    text-decoration: none;
}

.mobi-menu {
    display: none;
}

    #mainnav-mobi {
        top: 0px;
        bottom: 60px;
        left: 0;
        margin-top: 0;
        position: fixed;
        background: #4c76a8;
        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 #7b98bb;
    }
    #mainnav-mobi ul li:last-child {
        border-bottom: 0;
    }
    #mainnav-mobi ul li span.dropdown-symbol {
        display: none;
    }
    nav#mainnav-mobi.mainnav.toggled ul {
        margin: 50px 0 0 0;
    }
    nav#mainnav-mobi.mainnav.toggled ul.sub-menu {
        margin: 0;
        background-color: #383838;
    }
    nav#mainnav-mobi.mainnav.toggled ul.sub-menu li {
        border-top: 1px solid #4b4b4b;
    }
    nav#mainnav-mobi.mainnav.toggled ul>li>a {
        padding: 14px 0;
        text-align: center;
    }



@media screen and (max-width: 1024px) {
    .page-wrap {
        width: 100%;
    }
    #page .col-md-8 {
        background-color: transparent;
        height: 0;
        margin-top: 0;
    }
    .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: #cc212d;
        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 0;
        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;
        padding: 5px 0 0 2px;
    }
    .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;
    }

    .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: 0px;
    }
}
@media screen and (max-width: 600px) {
    /*#page .col-md-8 {
        margin-top: -195px;
    }*/
  #page .col-md-8 ul#menu-headernavigation li a {
    padding: 9px 0 9px 0;
  }
  #page .col-md-8 ul#menu-headernavigation li a:after {
    display: none;
  }
  #page .col-md-8 ul#menu-headernavigation li:nth-child(3) ul.sub-menu, #page .col-md-8 ul#menu-headernavigation li:nth-child(4) ul.sub-menu {
    margin-left: -75px;
  }
  .btn-submenu {
    /*text-align: center;
    right: 45%;
    top: 18px;*/
  }
  .btn-submenu svg {
    width: 13px !important;
  }
}






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

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


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




/*---- 見出し・本文 ----*/
main.site-main {
    background: #fff;
    border-radius: 30px;
    padding: 15px 30px;
    margin: 28px auto;
    width: 90%;
    max-width: 1000px;
}
#main div.h1_tit {
    background: none;
    text-align: center;
    margin: 40px 0 45px;
    display: block;
}
#main div.h1_tit h1 {
    font-size: 32px;
    /*font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;*/
    color: #358d3f;
}
#main div.h1_tit h1 span {
    font-size: 19px;
    font-weight: 400;
    display: block;
    line-height: 1.8;
    margin-top: -10px;
}
div.inr_bx {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}
div.inr_bx h2 {
    font-size: 26px;
    padding: 15px 0 12px 20px;
    border-left: 8px solid #d9d9d9;
    margin: 35px 0 12px;
    line-height: 1.2;
    font-weight: 600;
}
div.inr_bx h3 {
    font-size: 21px;
    margin: 35px 0 25px;
}
/*div.inr_bx h3.copy {
    font-weight: 300;
    font-size: clamp(18px, 3vw, 23px);
    line-height: 1.5;
    margin-bottom: 35px !important;
}
div.inr_bx h3.midashi {
    font-size: 28px;
    padding: 15px 0 12px 20px;
    border-left: 8px solid #8cbe1e;
    margin: 35px 0 12px;
    line-height: 1.2;
    font-weight: 600;
}
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: 655px;
    margin: 0 auto 55px;
    line-height: 1.8;
}
/*div.img_left {
    display: inline-flex;
    margin: 15px 0 45px;
    width: 100%;
    position: relative;
}
div.img_left img {
    float: left;
    margin-right: 3%;
    margin-top: 3px;
    margin-bottom: 20px;
    width: 410px;
    height: fit-content;
}
div.img_left.w330 img {
    width: 330px;
}
div.img_left .txtbx {
    display: inline-block;
    vertical-align: top;
}
div.img_left .txtbx h4 a {
    color: #28507e;
}
div.txt_left {
    text-align: left;
}*/
div.pht2bx {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0;
    line-height: 1.8;
    justify-content: center;
    align-items: center;
}
div.pht2bx img {
    width: 50%;
    margin: 0;
    height: 100%;
}
div.pht2bx div {
    width: 50%;
    margin: 0;
    padding: 2%;
}
div.pht2bx div h2 {
    font-size: 23px;
    margin-top: 0 !important;
    padding: 0;
    border: 0;
}
div.pht2bx div h2 a {
    color: #000;
    position: relative;
}
div.pht2bx div h2 a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    position: relative;
    font-size: 22px;
    font-weight: bold;
    margin: -3px 0 0 14px;
    display: inline-block;
    vertical-align: middle;
    color: #e2838b;
}
div.pht2bx div h2 a:hover {
    text-decoration: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
div.pht2bx div h2.team {
    font-size: 28px;
    font-weight: 800;
    color: #358d3f;
    border-bottom: 2px dotted #358d3f;
    padding-bottom: 8px;
    margin-top: 20px !important;
}
div.inr_bx div.pht2bx div  h3 {
    font-size: 1.2rem;
    color: #358d3f;
    border-bottom: 2px dotted #b5cdb8;
    padding-bottom: 7px;
}
div.inr_bx .staff_bx {
    margin: 85px auto 75px !important;
    font-size: 95%;
}
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 {
    margin-bottom: 10px;
}
div.inr_bx .staff_bx .txtbx p span {
    background: #358d3f;
    position: absolute;
    top: -50px;
    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: #358d3f;
    content: "▲";
    position: absolute;
    display: block;
    font-size: 28px;
    transform: rotate(180deg);
    right: 0;
    margin: -11px 23px 0 0;
}
div.inr_bx .staff_bx .txtbx p.name {
    color: #358d3f;
    display: block;
    font-size: 15px;
    margin: 0 0 8px;
    font-weight: 800;
}
div.inr_bx .bsns_box {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
div.inr_bx .bsns_box div {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    margin: 20px 0.5% 15px;
    border: 2px solid #cdcdcd;
    padding: 3% 2% 85px 2%;
    position: relative;
}
div.inr_bx .bsns_box.rec div {
    width: 49%;
}
div.inr_bx .bsns_box.rec2 div {
    padding: 3% 2% 20px 2%;
}
div.inr_bx .bsns_box div img {
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    transition: transform .6s ease; /* ゆっくり変化させる */
}
div.inr_bx .bsns_box div img:hover {
    transform: scale(1.1); /* 拡大 */
    max-width: 100%;
    object-fit: cover;
}
div.inr_bx .bsns_box div h4 {
    margin: 25px 0 15px !important;
    color: #558e98;
    display: block;
    z-index: 2;
    position: relative;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 800;
    text-align: center;
}
div.inr_bx .bsns_box div h4::after {
    font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    position: absolute;
    font-size: 43px;
    font-weight: bold;
    margin: -65px 0 0 0;
    display: inline-block;
    vertical-align: middle;
    color: rgba(255, 255, 255, 0.5);
    right: 0;
}
div.inr_bx .bsns_box div a:hover {
    text-decoration: none;
}
div.inr_bx .bsns_box p {
    text-align: left;
    margin-bottom: 0;
    font-size: 15px;
}
div.inr_bx .bsns_box p.txt_link {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
div.column {
    display: inline-block;
    margin: 1.5em 2.5em 1.75em;
    line-height: 1.7;
    padding: 1em 10% 35px;
    text-align: justify;
    border: 3px dotted #759bc9;
    font-size: 95%;
}
div.column p.tit {
    display: inline-block;
    letter-spacing: 8px;
    text-align: center;
    width: 96px;
    background-color: #358d3f;
    border-radius: 9px;
    transform: rotate(-10deg);
    padding: 7px 3px 7px 10px;
    margin: 0px 0 8px -40px;
    color: #fff;
}
div.column p.tit::before {
    content: "column";
    display: block;
    letter-spacing: 4px;
    text-align: center;
    width: 78px;
    font-size: 12px;
}
div.pht3bx {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 15px 0 25px;
    line-height: 1.8;
    justify-content: center;
}
div.pht3bx div {
    width: 32%;
    margin: 15px 0.5%;
    font-size: 90%;
}
div.pht3bx div img {
    margin-bottom: 15px;
}
div.pht4bx {
    display: inline-flex;
    flex-wrap: wrap;
    margin: -45px 0 5px;
    line-height: 1.8;
    justify-content: center;
    position: relative;
}
div.pht4bx.pht_btm {
    margin: 45px 0 -90px;
}
div.pht4bx div {
    width: 20%;
    margin: 15px 2.5%;
    font-size: 90%;
    position: relative;
}
div.pht4bx div img {
    width: 100%;
}
div.pht4bx div:first-child img {
    transform: rotate(-13deg);
    margin: 8px 0 0 -25px;
}
div.pht4bx div:nth-child(2) img {
    transform: rotate(4deg);
}
div.pht4bx div:nth-child(3) img {
    transform: rotate(-4deg);
    margin: 16px 0 0 14px;
}
div.pht4bx div:last-child img {
    transform: rotate(12deg);
    margin: 15px 0 0 47px;
}
div.img_r, div.img_l {
    margin: 15px 0 45px;
    display: inline-block;
    line-height: 1.8;
}
div.img_r img {
    float: right;
    margin-left: 45px;
    margin-bottom: 20px;
    max-width: 375px;
}
div.img_l img {
    float: left;
    margin-right: 4%;
    margin-bottom: 20px;
    max-width: 520px;
    width: 48%;
}
div.img_left, div.img_right {
    display: flex;
    margin: 0;
    width: 100%;
}
div.img_right .img_right_txt {
    width: 50%;
    padding: 2% 6% 2% 12%;
}
div.img_left .img_left_txt {
    width: 50%;
    padding: 2% 12% 2% 6%;
}
div.img_right .img_right_img, div.img_left .img_left_img {
    margin-bottom: 0;
    width: 50%;
}
div.img_left .img_left_img.img_sp {
    display: none;
}
div.img_right .img_right_img img, div.img_left .img_left_img img {
    height: 100%;
    object-fit: cover;
}
div.img_right .img_right_txt p, div.img_left .img_left_txt p {
    width: 90%;
    margin: 30px auto;
    text-align: justify;
}
div.img_left h3.span, div.img_right h3.span {
    color: #2a2a2a;
    font-size: 23px;
    margin-bottom: 45px !important;
    text-indent: -3em;
    padding-left: 3em;
}
div.img_left h3.span span, div.img_right h3.span span {
    background: #8fc31f;
    padding: 2px 17px;
    margin-left: -25px;
    margin-right: 5px;
    color: #fff;
    font-size: 56px;
}
div.img_l ul.list {
    background-color: #d8f1a2;
    padding: 15px 10px 15px 20px;
    display: inline-block;
    width: 47%;
    list-style-type: none;
}
div.img_l ul.list p {
    font-weight: bold;
    font-size: 105%;
}
div.img_l ul.list li {
    padding-left: 1em;
    text-indent: -0.55em;
    line-height: 1.3;
    margin-bottom: 5px;
}
div.img_l ul.list li:before {
    content: "●";
    display: inline-block;
    font-size: 20px;
    color: #8bbd1c;
    margin: -5px 6px 0 0;
    vertical-align: middle;
}
/*#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(43 115 84 / 70%);
    font-size: 19px;
    font-weight: bold;
    margin: 0 !important;
    padding: 11px 2% 10px 3%;
    position: relative;
    top: -36px;
    color: #fff;
}
.content_list .thumbnail h3.h3_2l {
    top: -65px;
}
.content_list .thumbnail h3 a {
    color: #fff;
    display: block;
}
.content_list .thumbnail h3 a:hover {
    text-decoration: none;
}
.content_list .thumbnail p {
    font-size: 90%;
    font-weight: normal;
    line-height: 1.4;
    margin: -26px 0 0;
    padding: 5px 2% 13px 3%;
    vertical-align: text-top;
    width: 100%;
}
.content_list .thumbnail p.h3_2l {
    margin: -59px 0 0;
}
#achievements .content_list.img_over .thumbnail {
    overflow: hidden;
}
#achievements .content_list.img_over .thumbnail img {
    overflow: hidden;
    transition: transform .6s ease;
}
#achievements .content_list.img_over .thumbnail img:hover {
    transform: scale(1.1);
    max-width: 100%;
    object-fit: cover;
}
.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 35px;
    padding: 4% 2% 1%;
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
div.pro_bx div {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 32%;
    margin: 0 0.5% 18px;
    height: auto;
    overflow: hidden;
    position: relative;
    color: #fff;
    font-size: 11px;
    min-width: 265px;
}
/*div.pro_bx div 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;
    flex-wrap: wrap;
    margin: 20px auto 50px;
    justify-content: center;
}
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: 32%;
    position: relative;
}
div.num_list.list_3bx {
    border: 2px solid #dadada;
    border-radius: 7px;
    width: 98.5%;
}
div.num_list.list_3bx div {
    border: 0;
}
div.num_list div h3 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 18px 0 5px !important;
}
div.num_list h3.midashi {
    width: 100%;
    text-align: center;
}
div.num_list p {
    text-align: justify;
    font-size: 14px;
    line-height: 1.4;
    width: 200px;
    margin: 0 auto 10px;
}
div.num_list.list_3bx p {
    width: 72%;
}
div.num_list div p.num {
    text-align: center;
    font-size: 86px;
    font-family: century gothic, "Arial Black", Gadget, sans-serif;
    font-weight: 900;
    margin-bottom: 0;
    letter-spacing: -2px;
    color: #4c76a8;
    border-radius: 50%;
    width: 200px;
}
div.num_list div:nth-child(2) p.num {
    color: #f8bb0a;
}
div.num_list div:nth-child(3) p.num {
    color: #cc212d;
}
div.num_list div:nth-child(4) p.num {
    color: #358d3f;
}
div.num_list div p.num span {
    display: inline-block;
    vertical-align: baseline;
    font-size: 29px;
    margin: 0 -43px 0 5px;
    color: #666;
    font-weight: 500;
}
div.num_list p.link {
    margin: 0 auto;
    width: 200px;
}
div.num_list.list_3bx p.link {
    margin: 0 auto 25px;
    width: 100%;
    text-align: center;
}
div.num_list p.link a {
    display: block;
    color: #ffab00;
}
div.num_list 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 p.link a:hover {
    text-decoration: none;
}
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;
}
div.rec_list {
    display: flex;
    margin: 20px auto 50px;
    border: 2px solid #dadada;
    border-radius: 7px;
    width: 100%;
}
div.rec_list div {
    text-align: left;
    margin: 0;
    background: #ffffff;
    padding: 0;
    width: 50%;
}
div.rec_list div h3 {
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 42px 26px !important;
    color: #07613b;
    line-height: 1.5;
}
div.rec_list div img {
    border-radius: 0 7px 7px 0;
}
div.base_list {
    width: 100%;
}
div.base_list .base_bx {
    display: flex;
    align-items: flex-start;
    border-top: 1px solid #ccc;
    padding-bottom: 30px;
}
div.base_list .base_bx:last-child {
    border-bottom: 1px solid #ccc;
}
div.base_list .base_bx img {
    width: 42%;
    height: auto;
    object-fit: contain;
    vertical-align: top;
    margin: 43px 3% 0 0;
}
div.base_list .base_bx div {
    width: 58%;
}
div.base_list .base_bx div.logo {
    width: 100%;
    display: block;
}
div.base_list .base_bx div.logo img {
    width: 110px;
    height: auto;
}
div.base_list .base_bx div.bnr_w {
    width: 100%;
    margin-top: 30px;
}
div.base_list .base_bx div ul {
    padding: 0;
    list-style-type: none;
}
div.base_list .base_bx div ul li {
    display: inline-block;
    vertical-align: top;
}
div.base_list .base_bx div ul li h3 {
    margin-right: 15px;
}
div.base_list .base_bx div ul li.tel {
    margin: 19px 0 20px 0;
    font-family: century gothic, "Arial Black", Gadget, sans-serif;
    line-height: 1.3;
}
div.base_list .base_bx div ul li.tel a {
    font-size: 30px;
}
div.base_list .base_bx div.bnr_w ul li.bnr {
    width: 100%;
}
div.base_list .base_bx div.bnr_w ul li.bnr img {
    width: 90%;
    margin: 0 auto;
    display: block;
    max-width: 570px;
}
div.base_list .base_bx div dl {
    margin: 0 auto 30px;
    width: 100%;
    font-size: 14px;
}
div.base_list .base_bx div dl dt {
    display: inline-block;
    width: 65px;
    vertical-align: top;
    font-weight: 600;
}
div.base_list .base_bx div dl dd {
    font-weight: normal;
    display: inline-block;
    width: 77%;
    margin: 0 0 7px 5px;
}
div.base_list .base_bx div p.map {
    height: 380px;
    overflow: hidden;
    margin: 25px 0;
}
div.base_list .base_bx div p.map iframe {
    width: 100%;
    height: 100%;
}
dl.entry_flow dt {
    background: #000e6f;
    text-align: center;
    color: #fff;
    font-size: 22px;
    margin: 0 auto;
    padding: 5px 0;
    border-radius: 7px;
}
dl.entry_flow dd {
    border-bottom: 3px solid #ccc;
    padding: 15px 25px 20px;
    margin: 0 auto 35px;
    border-right: 3px solid #ccc;
    border-left: 3px solid #ccc;
    width: 99%;
    position: relative;
}
dl.entry_flow dd:after {
    content: "▲";
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: 48%;
    transform: rotate(180deg) scale(1.85, 1);
    font-size: 37px;
    bottom: -49px;
    color: #f9bb4a;
}
dl.entry_flow dd:last-child:after {
    content: "";
}
dl.entry_flow dd p.address {
    border: 3px solid #f9bb4a;
    padding: 13px 20px;
    margin: 25px 0 9px;
}
h3.midashi a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    position: relative;
    font-size: 20px;
    font-weight: bold;
    margin: -2px -10px 0 5px;
    display: inline-block;
    vertical-align: middle;
    color: #ccc;
}

.content_list.img_over .thumbnail {
    position: relative;
    overflow: hidden;
}
.content_list.img_over .thumbnail h3 {
    top: -44px;
    color: #fff;
    z-index: 10;
}
.content_list.img_over .thumbnail p.copy {
    margin: -44px 0 0;
    padding: 15px 2% 13px 3%;
    background-color: #fff;
    z-index: 1;
    position: relative;
}
#achievements.inr_bx, #recruitment.inr_bx {
    position: relative;
}
/*.slick-prev,
.slick-next {
    position: absolute;
    z-index: 3;
    top: 49%;
    cursor: pointer;
    outline: none;
    border-top: 8px solid #ffab00;
    border-right: 8px solid #ffab00;
    height: 35px;
    width: 35px;
}
.slick-prev {
    left: -30px;
    transform: rotate(-135deg);
}
.slick-next {
    right: -30px;
    transform: rotate(45deg);
}*/
#achievements dl {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-top: 1px solid #ccc;
}
#achievements dl dt {
    width: 20%;
    padding: 5px;
    text-align: center;
    border-bottom: 1px solid #ccc;
}
#achievements dl dd {
    padding: 5px 25px;
    width: calc(85% - 10% / 2);
    border-left: 1px solid #ccc;
    text-align: left;
    margin: 0;
    border-bottom: 1px solid #ccc;
    line-height: 1.6;
}
/*#achievements dl dt:nth-child(even), #achievements dl dd:nth-child(even) {
  background: #f2f2f2;
}*/

@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 .bsns_box div, div.inr_bx .bsns_box.rec div {
        display: block;
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    div.inr_bx .bsns_box div img {
        object-fit: cover;
        height: 200px;
    }
    div.num_list {
        flex-wrap: wrap;
    }
    div.num_list div {
        margin: 0 0 1%;
        width: 100%;
    }
    div.num_list.list_3bx {
        width: 100%;
    }
    div.inr_bx .txtbx p img.img_maru {
        width: 200px;
    }
    div.inr_bx .staff_bx .txtbx p span {
        font-size: 18px;
    }
    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.pht2bx img {
        width: 100%;
    }
    div.pht2bx div {
        width: 90%;
    }
}
@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 {
        font-size: 17px;
        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.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.pht3bx div {
        max-width: 400px;
        width: 100%;
    }
    #achievements dl {
        font-size: 90%;
    }
    #achievements dl dt {
        width: 22%;
    }
    #achievements dl dd {
        padding: 5px 15px;
        width: calc(83% - 10% / 2);
    }
}
@media screen and (max-width: 600px) {
    #main div.h1_tit h1 {
        font-size: 29px;
    }
    div.inr_bx {
        padding-top: 25px;
    }
    #achievements.inr_bx {
        padding-top: 0;
    }
    div.inr_bx h3.midashi2 {
        font-size: 24px;
    }
    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.num {
        font-size: 58px;
    }
    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.kigumi dd {
        margin: 20px 0 0 15px;
        font-size: 18px;
    }
    #recruitment.inr_bx .slick-prev, #recruitment.inr_bx .slick-next {
        bottom: 160px;
    }*/
    #achievements dl {
        font-size: 85%;
    }
    #achievements dl dt {
        width: 75px;
        padding: 5px 3px 5px 0;
    }
    #achievements dl dd {
        padding: 5px 0 5px 4px;
        width: calc(87% - 75px / 2);
        margin: 0;
    }
    div.inr_bx .staff_bx .txtbx p span {
        top: -33px;
        left: 48px;
    }
    div.pht4bx div {
        width: 25%;
        margin: 15px 0;
    }
    div.pht4bx div:first-child img {
        margin: 8px 0 0 -20px;
    }
    div.pht4bx div:last-child img {
        margin: 15px 0 0 25px;
    }
}
@media screen and (max-width: 480px) {

    div.inr_bx .bsns_box p.txt_link {
        left: 0;
        right: 0;
        bottom: 15px;
    }
    div.inr_bx .bsns_box p.txt_link a {
        padding: 9px 0;
        min-width: 240px;
        width: 87%;
    }
}



/*----------------------------------
  sdgs
------------------------------------*/
div.img_sdgs {
    display: inline-block;
    margin: 5px 0 5px;
    width: 100%;
}
div.img_sdgs img {
    float: left;
    margin-right: 3%;
    margin-top: 3px;
    margin-bottom: 20px;
    width: 165px;
    height: 165px;
    object-fit: none;
}
div.img_sdgs .txtbx {
    display: inline-block;
    vertical-align: top;
    width: 76%;
}
div.img_sdgs img.sdgs01 {
    object-position: 0px -111px;
}
div.img_sdgs img.sdgs02 {
    object-position: -184px -111px;
}
div.img_sdgs img.sdgs03 {
    object-position: -368px -111px;
}
div.img_sdgs img.sdgs04 {
    object-position: -552px -111px;
}
div.img_sdgs img.sdgs05 {
    object-position: -736px -111px;
}
div.img_sdgs img.sdgs06 {
    object-position: -920px -111px;
}
div.img_sdgs img.sdgs07 {
    object-position: 0px -295px;
}
div.img_sdgs img.sdgs08 {
    object-position: -184px -295px;
}
div.img_sdgs img.sdgs09 {
    object-position: -368px -295px;
}
div.img_sdgs img.sdgs10 {
    object-position: -552px -295px;
}
div.img_sdgs img.sdgs11 {
    object-position: -736px -295px;
}
div.img_sdgs img.sdgs12 {
    object-position: -920px -295px;
}
div.img_sdgs img.sdgs13 {
    object-position: 0px -479px;
}
div.img_sdgs img.sdgs14 {
    object-position: -184px -479px;
}
div.img_sdgs img.sdgs15 {
    object-position: -368px -479px;
}
div.img_sdgs img.sdgs16 {
    object-position: -552px -479px;
}
div.img_sdgs img.sdgs17 {
    object-position: -736px -479px;
}
/*用語解説*/
div.glossary {
    width: 100%;
    /* border: 3px solid #bcc1ca; */
    border-radius: 13px;
    box-sizing: border-box;
    padding: 0 20px 23px 25px;
    margin: 45px 0 30px;
}
div.glossary span.tit {
    background-color: #bcc1ca;
    /* 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;
    width: 165px;
    text-align: center;
}
div.glossary img {
    display: inline-block;
    vertical-align: top;
    margin: 70px 0 0 2%;
    width: 27%;
    height: auto;
}
div.glossary div {
    display: inline-block;
    vertical-align: top;
}
div.glossary div.img_r {
    width: 70%;
    margin-top: 25px;
}
div.glossary h4 {
  font-size: 23px;
}
div.glossary p {
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
    div.img_sdgs .txtbx {
        width: 70%;
    }
}
@media screen and (max-width: 768px) {
    div.img_sdgs img {
        margin-bottom: 0;
    }
    div.img_sdgs .txtbx {
        width: 100%;
    }
  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%;
  }
}




/*---- 表組 ----*/
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: #409349;
    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.history th {
    width: 115px;
}
table.table_cmpny.history th:first-child {
    font-size: 43px;
    font-family: century gothic, "Arial Black", Gadget, sans-serif;
    width: 125px;
    background-color: #0c8b55;
}
table.table_cmpny td {
    border: 1px solid #e7e7e7;
    text-align: left;
    padding: 14px 25px;
    vertical-align: middle;
    word-break: initial;
}
table.table_cmpny th p, table.table_cmpny td p {
    margin-bottom: 0;
}
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;
}
@media screen and (max-width: 768px) {
    table.table_cmpny th, table.table_cmpny td {
        font-size: 13px;
    }
}
@media screen and (max-width: 600px) {
    table.table_cmpny th,
    table.table_cmpny td {
        border-bottom: none;
        display: inline-block;
        width: 100%;
    }
    table.table_cmpny th {
        border: 0;
    }
    table.table_cmpny td:last-child {
        border-bottom: 1px solid #ccc;
    }
    table.table_cmpny.history th {
        width: 50%;
        position: relative;
        height: 45px;
    }
    table.table_cmpny.history th:first-child {
        width: 50%;
        display: inline-table;
        font-size: 34px;
        vertical-align: top;
    }
}



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



/*---- toppage ----*/
body.home {
    width: 100%;
    margin-top: -10px;
}
body.home main.site-main {
    background-color: transparent;
    padding: 0;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}
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: 620px;
    display: inline-block;
    background: url(/img/index/bg.png) no-repeat -440px -110px #fff;
    background-size: 100% 100%;
    object-fit: cover;
    position: relative;
}
body.home .bg_image img.main {
    width: 68%;
    float: right;
    top: 30px;
    position: absolute;
    right: 1%;
    max-width: 840px;
}
body.home .bg_image div.top_copy {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 95px auto 0;
}
body.home .bg_image div.top_copy h1 {
    display: block;
    width: 97%;
    margin: 0 0 0 3%;
    color: #000;
    font-size: clamp(32px, 6vw, 92px);
    font-family: "Noto Serif JP", serif;
    line-height: 1.2;
    text-align: left;
    letter-spacing: -3px;
}
body.home .bg_image div.top_copy h1 span {
    display: block;
    font-size: clamp(16px, 2vw, 25px);
    margin: 10px 0 0 2px;
    font-weight: 600;
    letter-spacing: 0;
    white-space: nowrap;
    font-family: none;
}
body.home .bg_image div.top_copy h1 span br {
    display: none;
}
body.home .bg_image div.top_copy p.top_copy {
    color: #fff;
    font-size: 17px;
    text-align: center;
    margin: 0;
    position: absolute;
    background-color: #8bb0df;
    right: 0;
    top: 20px;
    border-radius: 7px 0 0 7px;
}
body.home .bg_image div.top_copy p.top_copy a {
    color: #fff;
    display: block;
    padding: 10px 10px 10px 25px;
    font-weight: 600;
}
body.home .bg_image div.top_copy p.top_copy a::after {
    content: "▲";
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    display: inline-block;
    margin: 0 0 0 18px;
    transform: rotate(90deg);
}
body.home .bg_image div.top_copy p.top_copy:hover {
    filter: alpha(opacity=8);
    -moz-opacity: 0.8;
    opacity: 0.8;
    transition: all 300ms ease-in-out 0s;
}
body.home .base_w h2 a {
    color: #000;
    position: relative;
}
body.home .base_w h2 a:hover {
    text-decoration: none;
    filter: alpha(opacity=8);
    -moz-opacity: 0.8;
    opacity: 0.8;
    transition: all 300ms ease-in-out 0s;
}
/*---------
  　message
-----------*/
body.home .top_message {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    background: url(/img/index/bg_message.jpg) no-repeat center center;
    object-fit: cover;
}
body.home .top_message .base_w {
    width: 90%;
    max-width: 1200px;
    padding: 35px 0 50px;
    margin: 0 auto;
}
body.home .top_message .base_w h2 {
    font-size: 33px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    line-height: 1.5;
}
body.home .top_message .base_w h2 br {
    display: none;
}
body.home .top_message .base_w h2 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 {
    width: 100%;
    padding: 0;
    margin: 0 auto 25px;
    background-color: #bcd7f0;
    text-align: center;
}
body.home .top_rec .base_w {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 35px;
    text-align: center;
    padding: 15px 0;
    display: inline-flex;
    flex-wrap: wrap;
}
body.home .top_rec .base_w h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    color: #000;
    width: 100%;
    font-weight: 600;
    letter-spacing: 2px;
}
body.home .top_rec .base_w h2::before,
body.home .top_rec .base_w h2::after {
    content: "";
    width: 4px;
    height: 40px;
    background-color: #4c76a8;
}
body.home .top_rec .base_w h2::before {
    margin-right: 25px;
    transform: rotate(-20deg);
}
body.home .top_rec .base_w h2::after {
    margin-left: 10px;
    transform: rotate(20deg);
}
body.home .top_rec .base_w div.rec2bx {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 20px 1.5% 30px;
    width: 47%;
    position: relative;
}
body.home .top_rec .base_w div.rec2bx div {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0 0 25px;
    box-sizing: border-box;
    border: 5px solid #0d63a0;
    border-radius: 13px;
    position: relative;
    background-color: #fff;
    height: 140px;
    text-align: left;
}
body.home .top_rec .base_w div.rec2bx div h3 {
    font-size: 23px;
    display: inline-block;
    margin: 50px 0 0 4%;
    text-align: left;
    font-weight: 300;
    position: relative;
    z-index: 10;
}
body.home .top_rec .base_w div.rec2bx div img {
    width: 190px;
    float: right;
    height: 130px;
    object-fit: cover;
    border-radius: 0 7px 7px 0;
    object-position: center;
    position: absolute;
    right: 0;
}
body.home .top_rec .base_w div.rec2bx p {
    width: 96%;
    text-align: left;
    line-height: 1.4;
    font-size: 17px;
    margin: 0 auto;
    font-weight: 200;
}
body.home .top_rec .base_w div.rec2bx div img.img_b {
    position: absolute;
    width: 215px;
    right: 4px;
    top: -55px;
    height: auto;
}
body.home .top_rec .base_w 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_business_company {
    width: 100%;
    padding: 0;
    margin: 55px auto 0;
}
body.home .top_business_company .base_w {
    width: 100%;
    max-width: 1085px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
}
body.home .top_business_company .base_w div.bl_bx {
    width: 92%;
    position: relative;
    display: block;
    background-color: #2b77ab;
    border-radius: 22px;
    margin: 0 auto 30px;
    padding: 17px;
}
body.home .top_business_company .base_w div.bl_bx div {
    width: 60%;
    background-color: #fff;
    border-radius: 13px;
    text-align: left;
    margin: 0;
    padding: 25px;
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
}
body.home .top_business_company .base_w div.bl_bx div:last-of-type {
    width: 39.5%;
    background-color: transparent;
    color: #fff;
    padding: 25px 4%;
    text-align: justify;
}
body.home .top_business_company .base_w div.bl_bx div h2 {
    font-size: 33px;
    letter-spacing: 3px;
    width: 100%;
    font-weight: 600;
    margin: 0 0 15px;
}
body.home .top_business_company .base_w div.bl_bx div img {
    width: 100%;
    height: auto;
    /*object-fit: cover;
    overflow: hidden;*/
}
body.home .top_business_company .base_w div.bl_bx p.bl_link {
    background: #fff;
    border-radius: 4px;
    padding: 0;
    text-align: center;
    width: 80%;
    margin: 50px auto 0;
    max-width: 280px;
}
body.home .top_business_company .base_w div.bl_bx p.bl_link a {
    color: #2b77ab;
    padding: 6px 10px 5px 5px;
    display: block;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 400;
}
body.home .top_business_company .base_w div.bl_bx p.bl_link a::after {
	font-family: "Font Awesome 5 Free";
    content: "\f101";
    color: #2b77ab;
    font-size: 23px;
    font-weight: bold;
    margin: -4px 0 0px -10px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    float: right;
}
body.home .top_business_company .base_w div.bl_bx p.bl_link:hover,
body.home .top_business_company .base_w 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_business_company .base_w div.bl_bx img.fl_right {
    position: absolute;
    width: 120px;
    right: -50px;
    top: 113px;
}

/*---------
  お知らせ
-----------*/
body.home .top_news {
    width: 100%;
    padding: 10px 0 10px;
    margin: 0 auto 0;
    background-color: #fff;
}
body.home .top_news .base_w {
    width: 90%;
    max-width: 1200px;
    margin: 75px auto 45px;
    text-align: center;
}
body.home .top_news .base_w h2 {
    font-size: 0;
    position: absolute;
}
body.home .top_news .base_w img {
    display: inline-block;
    width: 260px;
}
body.home .top_news .base_w .news {
    position: relative;
    display: inline-block;
    width: 800px;
    vertical-align: top;
}
div.whatsnew {
    border-bottom: 1px dotted #ccc;
    margin: 50px 0 0 30px;
}
div.whatsnew hr {
    display: none;
}
div.whatsnew dl {
    border-top: 1px dotted #ccc;
    text-align: left;
}
div.whatsnew dd {
    padding: 14px 16px;
}
div.whatsnew dt {
    margin: 0 0 0 1em;
    padding: 14px 2px;
    color: #4c76a8;
    font-size: 95%;
}
body.home .top_news .base_w a {
    font-size: 15px;
    color: #000;
}
div.whatsnew a {
    padding: 7px 0 5px;
}
@media screen and (max-width: 1200px) {
    body.home .bg_image {
        background: url(/img/index/bg.png) no-repeat -440px -85px #fff;
        background-size: 112% 100%;
        height: 550px;
    }
    body.home .bg_image img.main {
        width: 680px;
    }
    body.home .top_news .base_w .news {
        max-width: 800px;
        width: 100%;
    }
    body.home .top_business_company .base_w div.bl_bx div:last-of-type {
        padding: 25px 45px 25px 30px;
    }
    body.home .top_business_company .base_w div.bl_bx img.fl_right {
        right: -39px;
        top: 75px;
    }
}
@media screen and (max-width: 1024px) {
    body.home #page .col-md-8 {
        margin-top: -5px;
    }
}
@media screen and (max-width: 1000px) {
    body.home .bg_image {
        height: 435px;
        background: url(/img/index/bg.png) no-repeat -455px -65px #fff;
        background-size: 120% 100%;
    }
    body.home .bg_image img.main {
        width: 540px;
        right: 0;
    }
    body.home .bg_image div.top_copy {
        margin: 75px auto 0;
    }
    body.home .bg_image div.top_copy p.top_copy {
        font-size: 15px;
    }
    body.home .bg_image div.top_copy p.top_copy a {
        padding: 8px 8px 8px 18px;
    }
    body.home .top_rec .base_w div.rec2bx {
        width: 90%;
        max-width: 600px;
        margin: 20px auto 30px;
    }
    body.home .top_message .base_w h2 {
        font-size: 30px;
    }
    body.home .top_message .base_w h2 br {
        display: block;
    }
    body.home .top_business_company .base_w div.bl_bx div {
        width: 59%;
    }
    body.home .top_business_company .base_w div.bl_bx img.fl_right {
        width: 110px;
        right: -25px;
        top: 156px;
    }
}
@media screen and (max-width: 768px) {
    body.home .bg_image {
        height: 350px;
        background: url(/img/index/bg.png) no-repeat -430px -50px #fff;
        background-size: 135% 100%;
    }
    body.home .bg_image img.main {
        width: 385px;
        top: 70px;
    }
    body.home .bg_image div.top_copy p.top_copy {
        font-size: 14px;
        top: auto;
        bottom: -70px;
    }
    body.home .top_business_company .base_w div.bl_bx div {
        width: 100%;
    }
    body.home .top_business_company .base_w div.bl_bx img.fl_right {
        top: auto;
        bottom: -60px;
        right: -10px;
    }
    body.home .top_business_company .base_w div.bl_bx div:last-of-type {
        width: 93.5%;
    }
}
@media screen and (max-width: 600px) {
    body.home #page .col-md-8 {
        height: 10px;
    }
    body.home .bg_image {
        height: 355px;
        background: url(/img/index/bg.png) no-repeat -460px -60px #fff;
        background-size: 146% 100%;
        margin: -35px auto 0;
    }
    body.home .bg_image div.top_copy {
        margin: 45px auto 0;
    }
    body.home .bg_image div.top_copy h1 span br {
        display: block;
    }
    body.home .top_message .base_w h2 {
        font-size: 25px;
    }
    body.home .top_message .base_w {
        width: 100%;
        padding: 7px 0 20px;
    }
    body.home .top_rec .base_w div.rec2bx div h3 {
        font-size: 22px;
    }
    body.home .top_news .base_w {
        margin: 50px auto 45px;
    }
    body.home .top_news .base_w img {
        width: 200px;
    }
    div.whatsnew {
        margin: 50px 0 0 0px;
    }
    body.home .top_rec .base_w h2 {
        font-size: 23px;
    }
    body.home .top_rec .base_w div.rec2bx div {
        width: 100%;
        height: 251px;
    }
    body.home .top_rec .base_w div.rec2bx div h3 {
        font-size: 22px;
        display: block;
        margin: 20px auto 15px;
        width: 100%;
        text-align: center;
    }
    body.home .top_rec .base_w div.rec2bx div img {
        width: 100%;
        height: 180px;
        border-radius: 0 0 7px 7px;
    }
    body.home .top_rec .base_w div.rec2bx div img.img_b {
        position: relative;
        width: 100%;
        top: -14px;
        height: 193px;
        object-position: top;
    }
}
@media screen and (max-width: 480px) {
    body.home .bg_image img.main {
        width: 255px;
        top: 45px;
    }
    body.home .bg_image {
        height: 265px;
        background: url(/img/index/bg.png) no-repeat -344px -40px #fff;
        background-size: 150% 100%;
        margin: -50px auto 0;
    }
    body.home .bg_image div.top_copy {
        margin: 30px auto 0;
    }
    body.home .bg_image div.top_copy p.top_copy {
        font-size: 13px;
    }
    body.home .bg_image div.top_copy p.top_copy a {
        padding: 6px 7px 5px 14px;
    }
    body.home .bg_image div.top_copy p.top_copy a::after {
        font-size: 13px;
        margin: -4px 0 0 18px;
    }
}



/*---- news ----*/
.col-md-9 {
    /*width: 100%;*/
    padding: 0;
}
.col-md-9 .post-wrap {
    padding-right: 0;
    margin-top: 30px;
    margin-right: 30px;
}
body.single-post header.site-header,
body.category-news header.site-header {
    background: url(/img/common/headimage.jpg) no-repeat center center !important;
    background-size: 100% auto !important;
}
nav.post-navigation {
    display: none;
}
body.category .container {
    padding: 0;
    width: 94%;
    max-width: 1200px;
 }
.posts-layout .entry-title {
    font-size: 25px;
}
#main .page-header h1.archive-title {
    font-size: 0;
    text-align: center;
}
#main .page-header h1.archive-title span {
    font-size: 34px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
body.single-post .page-wrap .content-wrapper {
    padding: 0;
    width: 94%;
    max-width: 1200px;
}
body.category .page-wrap .content-wrapper .posts-layout .post {
    border-bottom: 2px dotted #ccc;
    padding-bottom: 20px;
}
/* 右バナー */
#secondary {
    padding: 20px 25px 15px 27px;
    margin: 30px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}
#secondary a {
    margin: 5px auto 8px;
    display: block;
}
#secondary.widget-area .widget ul li {
    font-size: 90%;
    border-bottom: 1px dotted #ccc;
    line-height: 1.4;
}
#secondary.widget-area .widget ul li:last-child {
    border-bottom: 0;
}
#secondary.widget-area h2 {
    font-size: 21px;
}
#secondary.widget-area .widget-title {
    display: none;
}
#secondary.widget-area aside strong a {
    font-size: 105%;
    color: #77a611;
    margin-top: 30px;
}
@media screen and (max-width: 1000px) {
    .col-md-9 {
        width: 100%;
    }
    .col-md-9 .post-wrap {
        margin-right: 0;
    }
    #secondary {
        width: 100%;
        text-align: left;
    }
    #secondary .widget img {
        width: 100%;
        max-width: 390px;
    }
}
@media screen and (max-width: 600px) {
    body.single-post header.site-header,
    body.category-news header.site-header {
        background-position: center 100% !important;
        background-size: 110% !important;
    }
}



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


/*---- 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: 21px;
    padding: 11px 0 10px 20px;
    border-left: 8px solid #d9d9d9;
    margin: 35px 0 12px;
    line-height: 1.2;
    font-weight: 600;
}
#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: 0;
    position: relative;
}
.ft_cmnt .ftarea {
    width: 100%;
    margin: 0 auto 0;
    padding: 0;
}
.ft_cmnt .ftarea .rec {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 135px;
    padding: 25px 0 15px;
    position: relative;
    text-align: center;
    top: 75px;
}
.ft_cmnt .ftarea .rec::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #4c76a8;
    transform: skewY(-5deg);
    z-index: -1;
}
.ft_cmnt .ftarea .rec::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #4c76a8;
    transform: skewY(5deg);
    z-index: -1;
}
.ft_cmnt .ftarea .rec div.btn2bx {
    display: inline-flex;
    justify-content: center;
    color: #fff;
    margin: 0 auto 0;
    width: 94%;
}
.ft_cmnt .ftarea .rec div.btn2bx img {
    width: 240px;
    border-radius: 50%;
    border: 5px solid #f6f6f6;
    height: auto;
    margin: -104px 0 0 0;
}
.ft_cmnt .ftarea .rec div.btn2bx div {
    width: 345px;
    padding: 0 0 0 23px;
    text-align: left;
    height: auto;
    font-size: 15px;
}
.ft_cmnt .ftarea .rec div.btn2bx div h3 {
    font-size: 32px;
    font-weight: 300;
}
.ft_cmnt .ftarea .rec div.btn2bx div h3 a {
    color: #fff;
}
.ft_cmnt .ftarea .rec div.btn2bx div h3 a:hover {
    text-decoration: none;
    filter: alpha(opacity=7);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
.footer-widgets {
    padding: 45px 0 85px;
    /*background-color: #eaeff5;*/
    background-color: transparent;
    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: 32%;
    display: inline-block;
    vertical-align: top;
    margin: 15px 1% 0 0;
}
.sidebar-column:first-child {
    width: 36%;
    margin: 15px 2% 0 0;
}
.sidebar-column:last-child {
    width: 28%;
    margin: 15px 0 0 0;
}
#sidebar-footer .widget_nav_menu {
    width: 42%;
    display: inline-block;
    vertical-align: top;
}
#sidebar-footer .widget_nav_menu:first-child {
    width: 58%;
}
#sidebar-footer .sidebar-column:last-child .widget_nav_menu {
    width: 42%;
}
#sidebar-footer .sidebar-column:last-child .widget_nav_menu:first-child {
    width: 58%;
}


#sidebar-footer .sidebar-column .widget {
    color: #ffffff;
}
#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: 6px 0 20px 25px;
}
#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 p.ftlogo span.copy {
    display: block;
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 0.5px;
}
#sidebar-footer .sidebar-column p.ftlogo a {
    font-size: 32px;
    font-weight: 300;
}
#sidebar-footer .sidebar-column p.ftlogo a span {
    font-weight: 800;
}
#sidebar-footer .sidebar-column .widget p {
    color: #0a0a0a;
    font-size: 15px;
    margin: 0 0 15px;
    font-weight: 200;
    font-style: normal;
    line-height: 1.5;
    display: block;
}
#sidebar-footer .sidebar-column:last-child .widget p {
    font-size: 13px;
    margin: 20px 0 9px;
}
#sidebar-footer div.container div a {
    clear: both;
    color: #0a0a0a;
    line-height: 1.3;
    text-decoration: none;
    font-weight: 400;
}
#sidebar-footer div.container ul.menu li a:before {
    content: "●";
    color: #4c76a8;
    font-size: 19px;
    position: relative;
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
    margin: -4px 4px 3px 0;
}
#sidebar-footer div.container ul.sub-menu li a:before {
    content: "";
    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: #0a0a0a;
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 30px 2px;
}
#sidebar-footer div.container p.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;
}
#sidebar-footer .sidebar-column .widget p.link_contact {
    margin-top: 35px;
}
#sidebar-footer .sidebar-column .widget p.link_contact {
    background: #cc212d;
    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: #e7979c;
    font-size: 26px;
    font-weight: bold;
    margin: -2px 21px 0px -8px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}
#sidebar-footer .sidebar-column .widget p.icon {
    margin: 0;
    display: flex;
}
#sidebar-footer .sidebar-column .widget p.icon img {
    width: 55px;
    margin: 5px;
}
/*#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;
    color: #0a0a0a;
    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) {
    .ft_cmnt .ftarea .rec div.btn2bx img {
        max-width: 200px;
        margin: -85px 0 0 0;
        width: 100%;
    }
    .ft_cmnt .ftarea .rec div.btn2bx div {
        width: 60%;
        max-width: 340px;
    }
    .ft_cmnt .ftarea .rec div.btn2bx div h3 {
        font-size: 30px;
    }
}
@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;
    }
}


div.inr_bx h3.midashi#dl {
    margin-top: 55px;
}
ul.list_dl {
    list-style-type: none;
    font-size: 110%;
    line-height: 1.3;
    padding: 15px 0 0 15px;
}
ul.list_dl li {
    margin-bottom: 15px;
    margin-left: 0.75em;
}
ul.list_dl li::before {
    content: "■";
    color: #ffab00;
    font-size: 29px;
    padding-right: 9px;
    display: inline-block;
    vertical-align: bottom;
    margin: 0px 0 -3px -8px;
    text-indent: -0.75em;
}
ul.list_dl li span {
    display: inline-block;
    margin: 0 0 0 10px;
    font-size: 14px;
}
ul.list_dl li a {
    color: #111;
}
ul.list_dl li a:hover {
    color: #409349;
}
#carpentry.inr_bx div.pht4wk {
    margin: 40px auto 10px;
    display: flex;
    flex-wrap: wrap;
}
#carpentry.inr_bx div.pht4wk div {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0 0.25% 18px;
    box-sizing: border-box;
    width: 24.5%;
    position: relative;
}
#carpentry.inr_bx div.pht4wk div img {
    width: 100%;
    margin-bottom: 11px;
}
#carpentry.inr_bx div.pht4wk div p {
    font-size: 85%;
    margin: 10px auto;
    padding: 0 8px;
    text-align: justify;
    line-height: 1.5;
}
#carpentry.inr_bx div.pht4wk div p.txt_link {
    text-align: center;
}
#carpentry.inr_bx div.pht4wk div p.txt_link a {
    margin: 0;
    font-size: 90%;
    padding: 8px 13px;
    min-width: 145px;
}


/*---- QA ----*/
div.q_a {
    margin-left: 40px;
    margin-top: 50px;
}
div.q_a ul {
    padding-left: 50px;
    margin-bottom: 55px;
}
div.q_a li.qa_q {
    list-style: none;
    font-size: 20px;
    width: 95%;
    line-height: 1.2;
    /*border-bottom: 1px dotted #003672;*/
    padding-bottom: 10px;
}
div.q_a li.qa_q:before {
    content: "Q";
    font-size: 45px;
    font-family: impact, Arial, Helvetica, "sans-serif";
    color: #358d3f;
    margin-right: 21px;
    margin-left: -46px;
    font-weight: 400;
    line-height: 1;}
div.q_a li.qa_a {
    list-style: none;
    font-size: 15px;
    width: 95%;
    line-height: 1.7;
    background-color: #fffaf0;
    border-radius: 22px;
    margin: 10px 0;
    padding: 25px 2% 2%;
}
div.q_a li.qa_a:before {
    /*content: "A";
    font-size: 39px;
    font-family: impact, Arial, Helvetica, "sans-serif";
    color: #ffab00;
    margin-right: 10px;
    margin-left: 0;
    vertical-align: bottom;
    margin-bottom: -15px;
    display: inline-block;
    font-weight: 200;*/
    content: '';
    display: inline-block;
    width: 115px;
    height: 115px;
    background-image: url(/img/faq/ill_a.png);
    background-size: contain;
    vertical-align: top;
    background-repeat: no-repeat;
    margin-top: -40px;
    float: left;
    border-radius: 50%;
}
div.q_a div.link {
    text-align: center;
    font-size: 16px;
    margin: 25px auto 0;
}
div.q_a div.link a {
    color: #000;
}
div.q_a div.link a::after {
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(/img/common/arrow.svg) no-repeat;
    background-size: contain;
    margin: 0 0 4px 15px;
    vertical-align: middle;
}
div.q_a div.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: 768px) {
    div.q_a {
        margin-left: 0;
    }
    div.q_a ul {
        padding-left: 45px;
        margin-bottom: 45px;
    }
    div.q_a li.qa_a {
        margin: 10px 0 0 -35px;
        padding: 25px 0 2% 0;
        width: auto;
        margin-left: -50px;
    }
    div.q_a li.qa_a:before {
        width: 100px;
        height: 100px;
    }
}
@media screen and (max-width: 600px) {
    
}
@media screen and (max-width: 480px) {

}



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




