@charset "utf-8";

/**
 * ========================================
 * reset
 * ========================================
 */
    html, body, div, span, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    abbr, address, cite, code,
    del, dfn, em, img, ins, kbd, q, samp,
    small, strong, sub, sup, var,
    b, i,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section, summary,
    time, mark, audio, video
    {
    margin: 0;padding: 0;border: none;background: transparent;font-family: inherit;font-weight: normal;font-style: normal;font-size: 100%;vertical-align: baseline;outline: none;
    }
    img {
    vertical-align: bottom;
    }
    article, aside, canvas, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section, summary
    {
    display: block;
    }
    :focus {
    outline: none;
    }
    a, a:link, a:visited, a:hover, a:active {
    margin: 0;padding: 0;text-decoration: none;vertical-align: baseline;outline: 0;cursor: pointer;
    }
    ol, ul {
    list-style: none;
    }
    table {
    border-collapse: collapse;
    border-spacing: 0;
    }
    caption, th, td {
    text-align: left;
    }
    fieldset {
    border: none;
    }
    input, select, textarea {
    font-family: inherit;
    font-size: 80%;
    }
    input, select {
    vertical-align: middle;
    }
    textarea {
    overflow: auto;
    }
    label, button {
    cursor: pointer;
    }
    blockquote, q {
    quotes: none;
    }
    blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
    }
    abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
    }
    del {
    text-decoration: line-through;
    }
    ins {
    background-color: #FFFFBB;color: #000000;text-decoration: none;
    }
    mark {
    background-color: #FFFFBB;color: #000000;text-decoration: none;
    }
    hr {
    display: block;height: 1px;margin: 1em 0;padding: 0;border: none;border-top: 1px solid #CCCCCC;
    }
    input[type="submit"],input[type="button"] {
    -webkit-appearance: none;
    border-radius: 0;
    }
    select {
    -webkit-appearance: button;
    appearance: button;
    }

/*----------------------------------
  Base
------------------------------------*/
body {
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic","Meiryo UI","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    background-color: #fff;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-style: normal;
    font-weight: 200;
    color: #333;
}
.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%;
    max-width: 1080px;
}
.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 {
    color: #594a8d;
    transition: all 300ms ease-in-out 0s;
}
a.alph:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
body a:link {
    color: #594a8d;
    text-decoration: none;
}
body a:hover {
    color: #cccccc;
    text-decoration: underline;
}
body a:visited {
    color: #594a8d;
    text-decoration: none;
}
a.link {
    background: rgba(0, 0, 0, 0) url("/img/arrow.png") no-repeat scroll 0 8px;
    color: #594a8d;
    padding-left: 17px !important;
    background-size: 11px 10px;
}
a.link:hover {
    text-decoration: none;
    opacity: 0.75;
    -webkit-opacity: 0.75;
    -moz-opacity: 0.75;
    filter: alpha(opacity=75); /* IE lt 8 */
    -ms-filter: "alpha(opacity=75)"; /* IE 8 */
}
a:hover img {
    opacity: 0.75;
    -webkit-opacity: 0.75;
    -moz-opacity: 0.75;
    filter: alpha(opacity=75); /* IE lt 8 */
    -ms-filter: "alpha(opacity=75)"; /* IE 8 */
}
a.btn {
    position: relative;
    z-index: 1;
    display: block;
    border-radius: 8px;
    color: #fff !important;
    background-color: #f37a5c;
    font-size: 2rem;
    text-align: center;
    padding: 13px 15px;
    width: 45%;
    margin: -18px auto 0;
}
a.btn:hover {
    background-color: #3a3a68;
    text-decoration: none;
    opacity: 1;
}
@media screen and (max-width: 991px) {
  a.btn {
    width: 60%;
    margin: -30px auto 0;
  }
}
@media screen and (max-width: 767px) {
    a.btn {
        width: 90%;
        margin: 30px auto 0;
    }
}
.flx {
    display: flex;
    justify-content: space-between;
}
a, button {
    transition: 0.3s;
}
a img {
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -ms-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
}
.tel a.tel,
.mail a.mail {
    cursor: default;
    pointer-events: none;
    color: #333;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: "Noto Sans Japanese", "Helvetica Neue", Helvetica, Arial, "Droid Sans", Meiryo,
    "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
    -webkit-print-color-adjust: exact;
    font-weight: 800;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
    color: #333;
    text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    .tel a.tel,
    .mail a.mail {
        pointer-events: auto;
    }
}
sup {
    vertical-align: top;
    font-size: 9px;
    margin-left: -4px;
}
.l-inner,
.l-innernv {
    margin: 0 auto;
}
strong,
p.strong {
    font-weight: bold;
}
.center,
p.center {
    text-align: center !important;
}
.entry
.inline_block {
    display: inline-block;
}
h2.widgettitle {
    display: none;
}
header.site-header .l-innernv .title-post {
    display: none;
}
.single-meta .byline {
    display: none;
}
.single .hentry .title-post {
    font-size: 26px;
}
.page .entry-header {
    display: none;
}
body.blog header.entry-header {
    display: block;
}

.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: 0;
    position: relative;
    width: 96%;
    margin: 0 auto;
    background-color: transparent;
}
body.home .page-wrap {
    width: 100%;
    padding-bottom: 0;
}
.page-template-page_front-page .page-wrap {
    margin-top: 0;
}
.page-template-page_front-page .page-wrap {
    margin-top: 124px;
}
.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: 200px;
    width: 100%;
    z-index: 50;
}
body.home .site-header {
    margin: 10px 0 0;
}
header.site-header .header-wrap {
    height: 70px;
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 10;
}
.header-wrap .container > .row {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    height: 70px;
}
.site-header.float-header {
    background-color: transparent;
    padding: 5px 0;
}
.site-header.fixed {
    position: relative !important;
}
.site-header .logo {
    width: 340px;
    margin: 5px 0 0;
    font-size: 33px;
}
.site-header .logo a {
    display: inline-block;
    color: #584a8d;
    font-weight: 800;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.7);
}
.site-header .logo em {
    font-size: 11px;
    font-style: normal;
    display: block;
    line-height: 1;
    margin: 0;
    padding-top: 5px;
    color: #000;
}
.site-header .logo em .textwidget p {
    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.site-header .flo_right {
    float: right;
    width: 50%;
    text-align: right;
    margin-right: 5px;
}
header.site-header .flo_right ul {
    list-style: none;
    float: right;
    clear: both;
}
header.site-header .flo_right ul li {
    float: left;
    text-align: left;
    margin-left: 13px;
    margin-top: 13px;
    font-family: century gothic,"Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
header.site-header .flo_right ul li.tel {
    font-size: 30px;
    padding-top: 0;
}
header.site-header .flo_right ul li.tel a {
    color: #665aa5;
}
header.site-header .flo_right ul li.tel img {
    padding: 0 6px 4px;
    vertical-align: middle;
}
header.site-header .flo_right ul li.wk {
    background-color: #ecf0f5;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #5f5f5f;
    font-size: 19px;
    padding: 7px 14px 8px 12px;
    box-shadow: 0 3px 2px -1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 3px 2px -1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 2px -1px rgba(0,0,0,0.3);
    line-height: 1.2;
}
header.site-header .flo_right ul li.wk a {
    color: #5f5f5f;
}
ul li a {
    text-decoration: none;
}
header.site-header .flo_right ul li:hover.wk {
    background-color: #c6d3f5;
    transition: all 300ms ease-in-out 0s;
}
header.site-header .flo_right ul li.sdgs img {
    margin: 5px 0 0 0;
    width: 60px;
}


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

}
@media screen and (max-width: 1024px) {
    .site-header.fixed {
        height: 135px;
    }
    .page-wrap {
        padding-top: 70px;
    }
    .site-header .logo {
        width: 260px;
        font-size: 31px;
    }
    header.site-header .flo_right {
        margin-right: 40px;
    }
    header.site-header .flo_right ul li.tel {
        font-size: 27px;
    }
    header.site-header .flo_right ul li.wk {
        font-size: 18px;
    }
    header.site-header .flo_right ul li.sdgs img {
        width: 55px;
    }
}
@media screen and (max-width: 1000px) {
    .site-header .logo {
        width: 240px;
        font-size: 29px;
    }
    header.site-header .flo_right {
        width: 56%;
    }
    header.site-header .flo_right ul li.tel {
        font-size: 24px;
    }
    header.site-header .flo_right ul li.wk {
        font-size: 16px;
    }
    header.site-header .flo_right ul li.sdgs img {
        width: 49px;
    }
}
@media screen and (max-width: 768px) {
    header.site-header .header-wrap {
        height: 125px;
    }
    .site-header.fixed {
        height: 230px;
    }
    .header-wrap {
        text-align: left;
    }
    .site-header .logo {
        width: 100%;
        text-align: center;
        margin: 5px auto 28px;
    }
    header.site-header .flo_right {
        width: 350px;
        float: none;
        margin: 0 auto;
    }
    header.site-header .flo_right ul {
        float: none;
        margin: 0 auto;
        width: 400px;
    }
    header.site-header .flo_right ul li {
        margin: 13px 6px 0 6px;
    }
    header.site-header .flo_right ul li.tel {
        font-size: 22px;
    }
    header.site-header .flo_right ul li.tel img {
        padding: 0 5px 4px 0;
    }
    header.site-header .flo_right ul li.wk {
        font-size: 15px;
        padding: 5px 8px 6px 8px;
    }
    header.site-header .flo_right ul li.sdgs img {
        width: 49px;
    }
}
@media screen and (max-width: 600px) {
    .site-header {
        background-position: center 100% !important;
        background-size: 110% !important;
    }
    .site-header.fixed {
        height: 180px;
    }
}
@media screen and (max-width: 480px) {
    .site-header .logo em {
        font-size: 10px;
    }
}



header.site-header .l-innernv {
  clear: both;
  width: 96%;
  max-width: 970px;
  height: auto;
}

.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;";
  }
}
/*.l-header {
  width: 100%;
}
*/



/* gnavi */
#page .col-md-8 {
    width: 100%;
    background-color: #282828;
    display: block;
    height: auto;
    margin: -70px auto 0;
    z-index: 1500;
    position: relative;
}
body.home #page .col-md-8 {
    margin: 210px auto 0;
}
#page .col-md-8 nav#mainnav {
    width: 100%;
    background-color: transparent;
    max-width: 1000px;
    float: none;
    margin: 0 auto;
    padding: 0 0 0px;
    height: 70px;
    text-align: center;
}
#page .col-md-8 nav#mainnav ul {
    position: relative;
}
#page .col-md-8 nav#mainnav ul li {
    display: inline-block;
    height: 70px;
    padding: 0;
    text-align: center;
    width: 14.2%;
    vertical-align: top;
    border-right: 1px solid #393939;
}
#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: 30px 0 27px;
    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: #494076;
    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: -70px;
    padding: 0;
    z-index: 100;
    transition: all 300ms ease-in-out 0s;
}
#page .col-md-8 nav#mainnav ul li ul.sub-menu li {
    background-color: transparent;
    width: 100%;
    margin: 0;
    text-align: center !important;
    display: block;
    padding: 0;
    height: 52px;
}
#page .col-md-8 nav#mainnav ul li ul.sub-menu li a {
    border-top: 0;
    border-bottom: 1px solid #656565;
    background-color: rgba(0,0,0,0.85);
    font-size: 13px;
    text-decoration: none;
    color: #fff !important;
    width: 100%;
    height: 100% !important;
    padding: 18px 0 0;
    letter-spacing: 0;
    line-height: 1.4;
}
#page .col-md-8 nav#mainnav ul li ul.sub-menu li:hover {
    background-color: #494076 !important;
}
#page .col-md-8 nav#mainnav ul li ul.sub-menu li:hover a {
    background-color: #494076 !important;
    color: #fff !important;
    text-decoration: none;
}

.mobi-menu {
    display: none;
}

#mainnav-mobi {
    top: 95px;
    bottom: auto;
    left: 10%;
    margin-top: 0;
    position: fixed;
    background: #383838;
    z-index: 200;
    overflow-y: auto;
    transition: all .4s;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    width: 80%;
}
@keyframes fadeIn {
  0% {
     opacity: 0;
     transform: translateY(20px);
  }
  100% {
     opacity: 1;
     transform: translateY(0);
  }
}
    #mainnav-mobi ul li {
        border-top: 1px solid #585858;
    }

    #mainnav-mobi ul li span.dropdown-symbol {
        display: none;
    }
    nav#mainnav-mobi.mainnav.toggled ul {
        margin: 0;
    }
    nav#mainnav-mobi.mainnav.toggled ul.sub-menu {
        margin: 0;
        background-color: #1c1c1c;
    }
    nav#mainnav-mobi.mainnav.toggled ul.sub-menu li {
        border-top: 1px solid #4b4b4b;
    }
    nav#mainnav-mobi.mainnav.toggled ul>li>a {
        padding: 14px 0;
        text-align: center;
        font-size: 16.5px;
    }


@media screen and (max-width: 1024px) {
    #page .col-md-8 {
        background-color: transparent;
    }
    .btn-submenu {
        top: -5px;
    }
    .btn-submenu:before {
        color: #666;
    }
    #page .col-md-8 ul#menu-menu-1 li:hover .btn-submenu:before {
        color: #fff;
    }
    #page .col-md-8 ul#menu-menu-1 li ul.sub-menu {
        background-color: #ddd;
        width: 100%;
        margin-top: -1px;
        top: 0;
    }
    #page .col-md-8 ul#menu-menu-1 li a {
        padding: 28px 0 28px;
    }
/* ハンバーガーメニュー */
    .btn-menu {
        position: fixed;
        top: 12px;
        text-align: center;
        display: flex;
        width: 40px;
        height: 40px;
        background: #777;
        justify-content: right;
        align-items: center;
        z-index: 1900;
        border: 0;
        opacity: 0.9;
        margin: 0px auto;
        padding: 0;
        right: 8px;
    }
    .btn-menu span.btnline {
        display: block;
        width: 29px;
        height: 4px;
        background: #fff;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        position: absolute;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        right: 5px;
    }
.btn-menu span.btnline:nth-of-type(1){
    top: 8px;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    -ms-transform-origin: 50%;
    -o-transform-origin: 50%;
    transform-origin: 50%;
}
.btn-menu span.btnline:nth-of-type(2){
    top: 18px;
}
.btn-menu span.btnline:nth-of-type(3){
    top: 28px;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    -ms-transform-origin: 50%;
    -o-transform-origin: 50%;
    transform-origin: 50%;
}
#mainnav-mobi.toggled + .btn-menu span.btnline:nth-of-type(2) {
    display: none;
}
#mainnav-mobi.toggled + .btn-menu span.btnline:nth-of-type(1){
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    transform: rotate(-225deg);
        top: 18px;
}
#mainnav-mobi.toggled + .btn-menu span.btnline:nth-of-type(3){
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
        top: 18px;
}
/*    .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: #494076;
        justify-content: center;
        align-items: center;
        z-index: 900;
        border: 0;
        opacity: 0.9;
        left: 0;
      }
/*  .mobi-menu span {
    content: "";
    background: #fff;
    padding: 8px 15px;
    border-radius: 7px;
    color: #09124f;
  }*/
    .mobi-menu ul {
        padding: 0;
        list-style-type: none;
        width: 100%;
        display: block;
        position: relative;
        margin: 0 0 -5px -12%;;
    }
    .mobi-menu ul li {
        margin: 0 1px;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        font-size: 8px;
        color: #fff;
        letter-spacing: 0;
        font-weight: 400;
    }
    .mobi-menu ul li a {
        display: block;
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 7px;
        width: 37px;
        height: 35px;
        padding: 5px 0 0 2px;
        margin: 0 auto;
        font-size: 12px;
        color: #19267d;
        font-weight: 600;
    }
    .mobi-menu ul li a i.fa-solid, .mobi-menu ul li a i.fa-regular {
        color: #19267d;
        font-size: 24px;
    }
    #page .col-md-8 ul#menu-menu-1 li {
        width: 100% !important;
        height: 69px;
    }
    #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) {
    .btn-menu {
        top: 22px;
        right: 12px;
    }
}
@media screen and (max-width: 600px) {
    #page .col-md-8 {
        /*margin-top: -100px;*/
    }
  #page .col-md-8 ul#menu-headernavigation li a {
    padding: 9px 0 9px 0;
  }
  #page .col-md-8 ul#menu-headernavigation li a:after {
    display: none;
  }
  #page .col-md-8 ul#menu-headernavigation li:nth-child(3) ul.sub-menu, #page .col-md-8 ul#menu-headernavigation li:nth-child(4) ul.sub-menu {
    margin-left: -75px;
  }
  .btn-submenu {
    /*text-align: center;
    right: 45%;
    top: 18px;*/
  }
  .btn-submenu svg {
    width: 13px !important;
  }
}






/* パンくず */
.breadcrumbs {
    font-size: 11px;
    margin: 8px auto 0;
    text-align: right;
    width: 100%;
    max-width: 1000px;
    color: #9d9d9d;
}
.breadcrumbs span {
    margin: 0 5px;
    color: #333;
}
.breadcrumbs span.post-page span,
.breadcrumbs span span span,
body.home .breadcrumbs {
    display: none;
}
.breadcrumbs a {
    padding-right: 3px;
    color: #333;
}
.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 {
    margin: 0 auto;
    padding-bottom: 55px;
    width: 100%;
    max-width: 1000px;
    overflow: hidden;
}
#main .l_navi {
    float: left;
    margin-top: 13px;
    width: 185px;
}
#main .l_navi .l_navi_tit {
    background-color: #594a8d;
    font-size: 90%;
    font-weight: bold;
    height: 100%;
    margin-bottom: 8px;
    padding: 4px 10px 3px;
    width: 100%;
}
#main .l_navi .l_navi_tit a {
    color: #fff;
}
.l_navi_tit:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
.l_navi_tit a, .l_navi_tit:hover a {
    color: #fff;
    display: block;
}
.l_navi ul li {
    display: table;
    float: left;
    font-size: 90%;
    height: 24px;
    line-height: 1.2;
    padding: 11px 2px 9px 7px;
    width: 100%;
}
.l_navi ul li a {
    display: block;
    color: #515151;
}
.l_navi ul li:hover, .l_navi ul li.actv {
    background-color: #f7f6f9;
}
#main .content {
    border-top: 6px solid #594a8d;
    float: left;
    margin-left: 45px;
    margin-top: 13px;
    padding-bottom: 35px;
    width: 770px;
}
#main .content h1.tit {
    border-bottom: 1px solid #594a8d;
    font-size: 24px;
    line-height: 1.3;
    padding-bottom: 18px;
    padding-top: 19px;
    font-weight: 200;
    margin-bottom: 25px;
}
#main .content h2 {
    font-size: 33px;
    line-height: 1.3;
    padding-bottom: 17px;
    padding-top: 23px;
    margin-top: 0;
    font-weight: 200;
}
#main .content h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    padding-bottom: 9px;
    margin-top: 25px;
}
#main .content p {
    display: inline-block;
    font-size: 95%;
    line-height: 1.5;
    margin-bottom: 20px;
    width: 100%;
}
/* contentlst */
#main .content .contentlst {
    width:1000px;
    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;
}
#main .content .contentlst .thumbnail {
    border: 1px solid #ccc;
    display: inline-block;
    margin: 28px 33px 0 0;
    text-align: left;
    width: 367px;
}
#main .content .contentlst .thumbnail h3 {
    background-color: rgba(0, 0, 0, 0.65);
    color: #fff;
    font-size: 105%;
    font-weight: bold;
    margin: 0;
    padding: 0;
    position: relative;
    top: -35px;
}
#main .content .contentlst .thumbnail h3 a {
    color: #fff;
    display: block;
    height: 100%;
    padding: 8px 2% 5px;
    width: 96%;
}
#main .content .contentlst .thumbnail h3:hover {
    background-color: rgba(0, 0, 0, 0.45);
    transition: all 300ms ease-in-out 0s;
}
#main .content .contentlst .thumbnail p {
    background-color: #fff;
    font-size: 90%;
    font-weight: lighter;
    line-height: 1.5;
    margin: -35px 0 0;
    padding: 5px 4px 5px 9px;
    vertical-align:text-top;
    width: 354px;
}
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: 40%;
}
div.img_l .txt_r {
    width: 55%;
    display: inline-block;
}
#main .content div.img_l .txt_r h3 {
    margin-top: 0;
}
div.content .pht4_bx {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 25px auto 15px;
}
div.content .pht4_bx img {
    width: 25%;
}




p.txt_name {
    text-align: right;
    margin: 10px 0 50px;
}
p.txt_name span {
    font-size: 24px;
    font-family: "HG行書体", monospace;
    margin: 0 8px;
}

@media screen and (max-width: 1200px) {
    #main .l_navi {
        width: 20%;
    }
    #main .content {
        float: none;
        width: 78%;
        margin-left: 2%;
        display: inline-block;
    }
}
@media screen and (max-width: 1000px) {
    div.content .pht4_bx img {
        width: 50%;
    }
    #main .l_navi {
        width: 26%;
    }
    #main .content {
        width: 72%;
    }
    br.spOnly {
        display: block;
    }
    div.inr_bx ul.listr li {
        width: 90%;
        margin: 0 1% 7px;
    }
}
@media screen and (max-width: 768px) {
    .page-wrap {
        width: 100%;
    }
    body.home .page-wrap {
        padding-top: 0;
    }
    #main .l_navi {
        float: none;
        margin-top: 13px;
        width: 100%;
    }
    #main .l_navi .l_navi_tit {
        background-color: #594a8d;
        font-size: 90%;
        font-weight: bold;
        height: 100%;
        margin-bottom: 0px;
        padding: 5px 10px 5px;
        width: 100%;
    }
    #main .content {
    border-top: 6px solid #594a8d;
    float: none;
    margin-left: 0;
    margin-top: 13px;
    padding-bottom: 0;
    width: 100%;
}
    #main .content h1.tit {
    border-bottom: 1px solid #594a8d;
    font-size: 6vw;
    line-height: 1.3;
    padding-bottom: 18px;
    padding-top: 19px;
    padding-left: 2%;
}
    #main .content h2 {
    font-size: 7vw;
    line-height: 1.3;
    padding-bottom: 17px;
    padding-top: 23px;
}
    #main .content h3 {
    font-size: 4.5vw;
    font-weight: bold;
    line-height: 1.3;
    padding-bottom: 9px;
    margin-top: 25px;
}
    #main .content .tit_inner{
    padding-left: 2%;
    padding-right: 2%;
}
    #main .content p {
    display: inline-block;
    font-size: 95%;
    line-height: 1.4;
    margin-bottom: 20px;
    width: 100%;
}
.l_navi_tit a, .l_navi_tit:hover a {
    color: #fff;
    display: block;
}
.l_navi ul li {
    display: block;
    float: none;
    font-size: 90%;
    height: auto;
    line-height: 1.2;
    padding: 8px 2% 8px 4%;
    width: 100%;
    border-bottom: 1px solid #eee;
}
.l_navi ul li a {
    display: block;
    color: #515151;
}
.l_navi ul li:hover, .l_navi ul li.actv {
    background-color: #f7f6f9;
}
div.img_l .txt_r {
    width: 90%;
    display: block;
    margin: 0 auto;
    text-align: justify;
}

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

}



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;
}
.wrks_wk {
    border: 1px solid #bbb;
    display: inline-block;
    float: left;
    margin-bottom: 10px;
    margin-left: 0.5%;
    margin-right: 0.5%;
    padding: 8px 1.5% 19px;
    position: relative;
    width: 49%;
}
#works h2 {
    font-size: 30px;
    display: inline-block;
    width: 100%;
    padding-bottom: 0 !important;
}
#main .content .wrks_wk h3 {
    display: block;
    height: 45px;
    margin-top: 10px !important;
    font-weight: normal;
}
.wrks_wk .wkimg {
    background-color: #ddd;
    float: left;
    height: 107px;
    margin-right: 10px;
    text-align: center;
    width: 150px;
}
.wrks_wk .wkimg img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
#main .content .wrks_wk p {
    font-size: 80%;
    width: 185px;
    margin-bottom: 0;
}
/*.wrks_wk:hover {
    background-color: #f7f6f9;
    transition: all 300ms ease-in-out 0s;
}*/
@media screen and (max-width: 1200px) {


}
@media screen and (max-width: 1024px) {
    #main .content .wrks_wk p {
        width: 100%;
        margin-top: 8px;
        font-size: 70%;
    }
    .wrks_wk .wkimg {
        height: 140px;
        width: 100%;
    }
}
@media screen and (max-width: 1000px) {

    div.img_l img {
        float: none;
        display: block;
        width: 100%;
        margin: 0 auto 20px;
    }
    div.img_l ul.list {
        width: 100%;
    }
    div.img_l .txt_r {
        width: 100%;
    }
    #main .content .contentlst {
        width: 100%;
    }
    #main .content .contentlst .thumbnail {
        width: 94%;
        margin: 28px 3% 0;
    }
    #main .content .contentlst .thumbnail p {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    #main .content h1.tit {
    padding-right: 2%;
}
    #main .content h2 {
    padding: 23px 2% 17px;
}
    #main .content h3 {
    padding: 0 2% 9px;
}
    #main .content p {
    padding: 0 2% 20px;
}
    #main .content ul {
    padding: 0 2% 20px;
}

    div.img_r img {
        float: none;
        display: block;
        margin: 0 auto 15px;
        width: 100%;
    }
    .wrks_wk {
        margin-left: 2%;
        margin-right: 0;
        /*padding: 58px 1.5% 10px;*/
        position: relative;
        width: 47%;
    }
    #main .content .wrks_wk h3 {
        height: 2.5em;
        width: 100%;
        font-size: 3.2vw;
    }
    .wrks_wk .wkimg {
        float: none;
        margin-right: 0;
        width: 100%;
        height: auto;
    }
    .wrks_wk p {
        font-size: 2.6vw;
        width: 100%;
        margin-bottom: 0;
        margin-top: 5px;
    }
}
@media screen and (max-width: 600px) {


    .content_list .thumbnail {
        width: 100% !important;
    }

}





/*---- 表組 ----*/
table.table_cmpny  {
    border-collapse: collapse;
    margin: 25px auto 40px;
    width: 100%;
    font-size: 90%;
}
table.table_cmpny th {
    background-color: #eee;
    border: 1px solid #ccc;
    font-weight: bold;
    line-height: 1.3;
    padding: 8px 8px 8px 13px;
    vertical-align: middle;
    width: 27%;
    word-break: initial;
}
table.table_cmpny td {
    border: 1px solid #ccc;
    padding: 13px 8px;
    vertical-align: middle;
    word-break: initial;
}
#main .content table.table_cmpny th p,
#main .content table.table_cmpny td p {
    margin-bottom: 0;
    padding: 0;
}
#main .content table.table_cmpny th p {
    font-weight: bold;
}
table.table_cmpny th span.red {
    color: red;
    font-size: 80%;
    display: inline-block;
}
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: 1000px) {
    table.table_cmpny th, table.table_cmpny td {
        font-size: 13px;
    }
}
@media screen and (max-width: 768px) {
    table.table_cmpny {
        width: 96%;
    }
    table.table_cmpny th, table.table_cmpny td {
        font-size: 13px;
    }
    table.table_cmpny.contact th,
    table.table_cmpny.contact td {
        font-size: 15px;
        border-bottom: none;
        display: inline-block;
        width: 100%;
    }
    table.table_cmpny.contact th {
        border: 0;
    }
    table.table_cmpny.contact td:last-child {
        border-bottom: 1px solid #ccc;
    }
}
@media screen and (max-width: 600px) {
    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;
    }
}



/*---- ボタン ----*/
/* kanren */
.kanren {
    float: right;
    padding-bottom: 65px;
    width: 773px;
}
.kanrenwk {
    border: 1px solid #ccc;
    border-radius: 3px;
    float: left;
    margin: 0 auto;
    padding: 17px 2.5% 14px 4%;
    width: 93.5%;
}
.kanrenwk a {
    clear: both;
    float: left;
    font-size: 95%;
    line-height: 1.3;
    margin: 5px 0;
    color: #594a8d;
}
.lnk_contact {
    background-color: #8e8e8e;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3;
    clear: both;
    float: none;
    margin: 15px auto 0px;
    padding: 10px 8% 9px;
    width: 100%;
}
.lnk_contact img {
    margin-left: 25px;
    vertical-align: middle;
}
@media screen and (max-width: 768px) {
    .kanren {
        float: none;
        width: 96%;
        display: block;
        margin: 0 auto;
    }
    .lnk_contact {
        text-align: center;
    }
    .lnk_contact img {
        display: block;
        margin: 6px auto 0;
    }
}



/*==================================================
スライダーのためのcss
===================================*/
.header-wrapper {
  position: relative;
  /* margin: 0 0 100px 0; */
}

@media screen and (max-width: 1000px) {
  .header-wrapper {
    margin-top: 12px;
  }
}

@media screen and (max-width: 768px) {
  .header-wrapper {
    margin-top: 12px;
  }
}

@media screen and (max-width: 720px) {
  .header-wrapper {
    margin-top: 12px;
  }
}

@media screen and (max-width: 480px) {
  .header-wrapper {
    margin-top: 17px;
  }
}

@media screen and (max-width: 320px) {
  .header-wrapper {
    margin-top: -14px;
  }
}

.header-wrapper .main-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  z-index: 99;
  /*文字の装飾*/
  max-width: 100%;
  width: 916px;
  /* margin-top: 65px; */
  /* padding-bottom: 30px; */
}

@media screen and (max-width: 768px) {
  .header-wrapper .main-copy {
    top: 45%;
  }
}





/*---- toppage ----*/
body.home {
    width: 100%;
    margin-top: -10px;
}
body.home header.site-header .header-wrap {
    background-color: #cdd7e6;
}
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;
}
.main_copy {
    color: #fff;
    font-family: century gothic,"Courier New", Courier, "monospace";;
    font-size: 48px;
    left: auto;
    letter-spacing: 2px;
    margin: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    text-shadow: 0 0 18px #424242;
    top: 190px;
    z-index: 400;
    font-weight: 200;
}
.main_copy span.light {
    font-weight: bold;
    color: #fff;
    display: inline-block;
}
.bx-wrapper ul {
    height: 100%;
}
.bx-wrapper ul li {
    height: 100%;
}
.bx-wrapper ul li img {
    width: 100%;
    object-fit: cover;
}
/*---------
  事業内容
-----------*/
body.home #main {
    max-width: 100%;
    padding-bottom: 0;
}
.product {
    background: url(/img/index/bg_product.jpg)no-repeat;
    background-position: center top;
    background-color: #fff;
    clear: both;
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 45px;
    padding-top: 15px;
    width: 100%;
}
.product .productinbx {
    max-width: 1000px;
    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;
    width: 96%;
    flex-wrap: wrap;
}
.product .thumbnail {
    width: 23%;
    text-align: left;
    margin: 35px 0.8% 0;
    border: 1px solid #ccc;
    display: inline-block;
}
.product .thumbnail img {
    width: 100%;
    height: auto;
}
.product .thumbnail h3 {
    background-color: rgba(0, 0, 0, 0.65);
    color: #fff;
    font-size: 95%;
    font-weight: bold;
    margin: 0 !important;
    padding: 8px 4px 7px 9px;
    position: relative;
    top: -33px;
}
.product .thumbnail p {
    background-color: #fff;
    font-size: 80%;
    font-weight: lighter;
    line-height: 1.5;
    margin: -35px 0 0;
    padding: 9px 4px 7px 9px;
}
/*---------
  お知らせ
-----------*/
.footerinfo {
    background-color: #fff;
    padding-bottom: 35px;
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.footerinfo .footer_column {
    width: 49%;
    padding-top: 30px;
    float: left;
    margin: 1%;
	box-sizing: border-box;
}
.footerinfo .news {
    width: 49%;
}
.footerinfo .footer_column h3 {
    color: #3c3c3c;
    font-size: 21px;
    font-weight: 200;
    line-height: 1.2;
    margin-bottom: 5px;
    text-align: left;
}
.footerinfo .footer_column h3 a {
    color: #3c3c3c;
}
.footerinfo .footer_column p {
    font-size: 14px;
    font-weight: lighter;
    line-height: 1.5;
    text-align: justify;
}
.footerinfo .news .whatsnew h2 {
    color: #554b8a;
    font-size: 21px;
    line-height: 1.2;
    margin-bottom: 5px !important;
    text-align: left;
    font-weight: 200;
}
div.whatsnew {
    margin: 0 auto 30px;
}
div.whatsnew hr {
    display: none;
}
.footerinfo .news dl {
    line-height: 1.4;
    width: 100%;
}
.footerinfo .news dl dt {
    clear: both;
    font-size: 12px;
    color: #c94f24;
    float: left;
    padding-top: 5px;
    width: 85px;
    text-align: left;
}
.footerinfo .news dl dd {    
    font-size: 12px;
    padding-top: 5px;
    text-align: left;
    width: 350px;
    padding-right: 0.5%;
}
.footerinfo .news dl a dd {    
    color: #333;
}
div.whatsnew a {
    padding: 7px 0 5px;
}
div.whatsnew .newmark {
    background-color: #afd7ef;
}
/*---------
  banner
-----------*/
.banner {
    background-color: #2D9AB7;
    background-image: url(/img/index/bg_icoblck.jpg);
    height: 285px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner .bannerinbx {
    max-width: 910px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    width: 90%;
}
.icnbox {
    width: 30%;
    text-align: center;
    padding-top: 58px;
    margin: 1%;
}
.icnbox a {
    color: #fff !important;
    text-decoration: none;
    font-size: 110%;
}
.icnbox a:hover,.footerinfo .footer_column h3 a:hover {
    text-decoration: none;
    filter: alpha(opacity=7);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
@media screen and (max-width: 1500px) {

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

}
@media screen and (max-width: 1024px) {
    .bx-wrapper ul li img {
        height: 100%;
    }

}
@media screen and (max-width: 1000px) {
    .product .thumbnail {
        width: 48%;
        margin: 35px 1% 0;
    }
}
@media screen and (max-width: 768px) {
    .bx-wrapper {
        margin-top: 15px !important;
    }
    .bx-wrapper .bx-viewport ul {
        height: 300px !important;
    }
    .main_copy {
        top: 235px;
    }
    .icnbox {
        width: 180px;
        font-size: 90%;
    }
    .footerinfo .news {
        width: 100%;
    }
    .footerinfo .footer_column {
        width: 98%;
    }
}
@media screen and (max-width: 600px) {
    .product .thumbnail {
        width: 98%;
    }


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


/*----------------------------------
  sdgs
------------------------------------*/
div.img_sdgs {
    display: inline-block;
    margin: 5px 0 5px;
    width: 100%;
}
div.img_sdgs img {
    float: left;
    margin-right: 3%;
    margin-top: 23px;
    margin-bottom: 30px;
    width: 165px;
    height: 165px;
    object-fit: none;
}
div.img_sdgs .txtbx {
    display: inline-block;
    vertical-align: top;
    width: 71%;
}
div.img_sdgs .txtbx h5 {
    text-align: left;
    font-size: 19px;
    margin: 25px 0 18px !important;
    font-weight: lighter;
}
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;
}
img.w200 {
    max-width: 200px;
    width: 33%;
    float: right;
    margin-left: 10px;
}
@media screen and (max-width: 768px) {
    div.img_sdgs .txtbx {
        width: 65%;
    }
}
@media screen and (max-width: 768px) {
    div.img_sdgs {
        display: block;
        margin: 5px auto 5px;
        width: 96%;
    }
    div.img_sdgs .txtbx {
        width: 100%;
    }
    div.img_sdgs img {
        margin-bottom: 0;
    }
}



/*---- 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-information 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 {
        padding: 30px;
        width: 100%;
        text-align: left;
    }
    #secondary .widget img {
        width: 100%;
        max-width: 390px;
    }
}
@media screen and (max-width: 600px) {
    body.single-post header.site-header,
    body.category-news header.site-header {
        background-position: center 100% !important;
        background-size: 110% !important;
    }
}



/* sitemap */
.sm_block01 {
    margin-top: 20px;
}
.sm_block01 a {
    background-image: url("/img/common/arrow.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;
    padding-top: 1px;
    color: ##594a8d;
}
#main .content .sm_block01 p {
    padding-bottom: 0;
    padding-top: 0;
}
.sm_block01 .sm0 a {
}
#main .content .sm_block01 .sm1 {
    font-size: 110%;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 20px 0 0 20px;
}
.sm_block01 .sm1 a {
}
#main .content .sm_block01 .sm2 {
    margin: 10px 0 0 40px;
}
.sm_block01 .sm2 a {
}
.sm_block01 .sm3 {
    margin: 5px 0 0 60px;
}




/*---- form ----*/
button, .llms-button-action, .llms-student-dashboard .llms-button-secondary, input[type="button"], input[type="reset"], input[type="submit"] {
    text-transform: none;
}
input[type="text"],
input[type="email"],
input[type="tel"] {
    height: auto;
    font-size: 100%;
    padding: 7px 10px;
}
.submit {
    text-align: center;
}
input.sub_btn, input.wpcf7-submit {
    background-color: #ffc7c7;
    border: 1px solid #eee;
    border-radius: 6px;
    color: #444;
    font-size: 100%;
    margin: 0 1%;
    padding: 12px 19px 11px;
}
input.sub_btn:hover, input.wpcf7-submit:hover {
    background-color: #ff9595;
    color: #fff;
    cursor: pointer;
}
input.wpcf7-previous {
    background: #aaaaaa !important;
    border: 0;
    width: 125px;
    text-align: center !important;
    padding: 5px 0;
}
input.wpcf7-previous:hover {
    background-color: #d8d8d8;
    color: #fff;
}
input.txt_btn {
    background-color: #e3e3e3;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    color: #444;
    padding: 5px 19px;
    margin: 0 1%;
}
input.txt_btn:hover {
    background-color: #d8d8d8;
    color: #fff;
}
span.wpcf7-spinner {
    display: none;
}
.w120{
	width: 200px;
}
.w300{
	width: 300px;
}
.sp_w50{
	width: 50px;
}
form.sent table,
form.sent .submit{
display:none;
}
@media screen and (max-width: 768px) {
.w120{
	width: 100%;
}
.w300{
	width: 100%;
}
.wpcf7 input[type="tel"] {
    width: 100%;
}

}



/*---- privacypolicy ----*/
#main #privacypolicy h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    padding-bottom: 9px;
    margin-top: 25px;
}
#privacypolicy p {
    overflow-wrap: break-word;
}
#privacypolicy ol {
    padding-left: 22px;
}
#privacypolicy ol li, #privacypolicy ul li {
    font-size: 95%;
    margin-bottom: 6px;
    line-height: 1.6;
}
#privacypolicy ol ul {
    padding: 10px 0 17px 1.5em;
}



/*---- footer ----*/
.footer-widgets {
    padding: 0;
    background-color: #fff;
    margin-top: 0px;
}
.footer-widgets .container {
    width: 100%;
    padding: 0;
	background-color: #0a0a0a;
    background-image: url(/img/common/bg_footer.jpg);
    background-position: center 63px;
    background-repeat: no-repeat;
    margin-top: 44px;
}
.footer-widgets .widget {
    margin-bottom: 0;
}
.footer-widgets-grid.footer-layout-3 {
    grid-template-columns: auto;
    padding-top: 0px;
    padding-bottom: 60px;
    gap: 0;
}
.sidebar-column {
    margin: 0 auto;
    color: #fff;
    font-size: 90%;
    padding-top: 20px;
    width: 1000px;
}
.sidebar-column:first-child {
    margin: 0;
    display: block;
    background-color: #1b3dab;
    width: 100%;
    padding: 0;
}
#sidebar-footer .sidebar-column #nav_menu-3 {
    display: none;
}
#sidebar-footer div.container ul.menu {
    margin: 0 auto;
    width: 1000px;
    text-align: center;
    font-size: 13px;
    padding: 24px 0 19px;
}
#sidebar-footer div.container ul.menu li {
    display: inline;
}
#sidebar-footer div.container ul.menu li a {
    color: #fff;
}
#sidebar-footer div.container ul.menu li::after {
    content: "｜";
    color: #a5aed7;
    display: inline-block;
    margin: 0 4px;
}
#sidebar-footer div.container ul.menu li:last-child::after {
    content: "";
}
#sidebar-footer div.container ul.menu li a:hover {
    text-decoration: none;
    color: #fff;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
#sidebar-footer .sidebar-column .ftnv {
    position: relative;
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
#sidebar-footer .sidebar-column p.ftlogo a {
    font-size: 27px;
    font-weight: bold;
    color: #fff;
}
#sidebar-footer .sidebar-column p.ftlogo span.copy {
    display: block;
    font-size: 11px;
    font-weight: 200;
    letter-spacing: 0.5px;
    color: #fff;
}
#sidebar-footer .sidebar-column .widget p {
    font-size: 15px;
    margin: 0 0 15px;
    font-weight: 200;
    font-style: normal;
    line-height: 1.5;
    display: block;
}
#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 .sidebar-column .map {
    float: right;
    width: 250px;
    height: 160px;
    margin-top: 18px;
}
#sidebar-footer .sidebar-column .map iframe {
    width: 100%;
    height: 100%;
}
#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;
    text-align: center;
}
.copyright {
    margin: -2px auto 0;
    line-height: 1.4;
    width: 96%;
    max-width: 1200px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 18px;
    color: #c3c3c3;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: lighter;
    letter-spacing: 1px;
    clear: both;
}
.copyright p {
    margin-bottom: 0;
}
.go-top {
    background-color: transparent;
}
.go-top:hover {
    background-color: transparent;
    bottom: 10px;
}
.go-top:hover img {
    width: 100%;
}
@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%;
        margin: 0 auto;
        display: block;
    }
    #sidebar-footer .sidebar-column #nav_menu-2 {
        display: none;
    }
    #sidebar-footer .sidebar-column #nav_menu-3 {
        display: block;
    }
    #sidebar-footer div.container ul.menu {
        width: 100%;
        max-width: 100%;
        display: flex;
        padding: 0;
    }
    #sidebar-footer div.container ul.menu li {
        display: block;
        width: 50%;
    }
    #sidebar-footer div.container ul.menu li::after {
        content: "";
        display: none
    }
    #sidebar-footer div.container ul.menu li a {
        color: #fff;
        display: block;
        padding: 12px 0;
    }
    #sidebar-footer .sidebar-column #nav_menu-3 ul li:first-child {
        border-right: 1px solid rgba(255, 255, 255, 0.5);
    }
    #sidebar-footer .sidebar-column .ftnv {
        margin: 20px auto 0;
        width: 83%;
        display: block;
    }
    #sidebar-footer .sidebar-column .map {
        float: none;
        width: 84%;
        margin: 0px auto 39px;
    }
    .footer-widgets .container {
        background-size: auto 100%;
        background-position: center 30px;
    }
}
@media screen and (max-width: 600px) {
    .copyright {
        font-size: 9px;
        letter-spacing: 0;
    }
}



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




