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

/*----------------------------------
  Base
------------------------------------*/
body {
    font-family: "Noto Sans Japanese", "Helvetica Neue", Helvetica, Arial, "Droid Sans", Meiryo,
    "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
    -webkit-print-color-adjust: exact;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.header-wrap .container {
    width: 100%;
    max-width: 1200px;
    height: 115px;
    padding: 0
}
/*.page-wrap {
    padding-top: 25px;
}*/
body.category .page-wrap {
    padding-top: 0;
}
.page .page-wrap .content-wrapper,
.single .page-wrap .content-wrapper {
    padding: 10px 30px 75px;
    width: 98%;
}
.content-wrapper .row {
    max-width: 1200px;
    margin: 0 auto;
    width: 96%;
}
.col-md-9 {
    /*width: 100%;*/
    padding: 0;
}
.col-md-9 .post-wrap {
    padding-right: 0;
    margin-top: 30px;
}
a.alph:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
body a:link {
    color: #6699ff;
    text-decoration: none;
}
body a:hover {
    color: #cccccc;
    text-decoration: underline;
}
body a:visited {
    color: #6699ff;
    text-decoration: none;
}
a.link, p.link a {
    background: rgba(0, 0, 0, 0) url("/img/common/arrow.png") no-repeat scroll 0 8px;
    color: #6699ff;
    padding-left: 17px;
    background-size: 11px 10px;
}
a.link:hover {
    text-decoration: none;
    opacity: 0.7;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70); /* IE lt 8 */
    -ms-filter: "alpha(opacity=70)"; /* IE 8 */
}
a:hover img {
    opacity: 0.5;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50); /* IE lt 8 */
    -ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
a.btn {
    position: relative;
    z-index: 1;
    display: block;
    border-radius: 8px;
    color: #fff !important;
    background-color: #f37a5c;
    font-size: 2rem;
    text-align: center;
    padding: 13px 15px;
    width: 45%;
    margin: -18px auto 0;
}
a.btn:hover {
    background-color: #3a3a68;
    text-decoration: none;
    opacity: 1;
}
@media screen and (max-width: 1024px) {
    .page .page-wrap .content-wrapper {
    padding: 0 30px 40px;
    }
}
@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;
}

.inview.fadeup {
	opacity: 0;
	transition-duration: .75s;
	transform: translateY(20px);
}
.inview.fadeup.active {
	opacity: 1;
	transform: translateY(0px);
}
.inview.fadedown {
	opacity: 0;
	transition-duration: 1.0s;
	transform: translateY(-30px);
}
.inview.fadedown.active {
	opacity: 1;
	transform: translateY(0px);
}
.inview.fadeleft {
	opacity: 0;
	transition-duration: .75s;
	transform: translateX(-20px);
}
.inview.fadeleft.active {
	opacity: 1;
	transform: translateX(0px);
}
.inview.faderight {
	opacity: 0;
	transition-duration: .75s;
	transform: translateX(20px);
}
.inview.faderight.active {
	opacity: 1;
	transform: translateX(0px);
}
.delay01 {
	transition-delay: .3s;
}
.delay02 {
	transition-delay: .6s;
}
.delay03 {
	transition-delay: .9s;
}

/*----------------------------------
  header
-----------------------------------*/
.header-clone {
    display: none;
}
.site-header {
    background-position: center center !important;
    background-size: 100% auto !important;
    background-repeat: no-repeat;
}
.site-header {
    background-color: transparent;
    position: relative;
    top: 0 !important;
    padding: 0px 0;
    height: 305px;
    width: 100%;
    z-index: 50;
}
header.site-header .header-wrap {
    height: 115px;
    /*background-color: rgba(0, 0, 0, 0.4);*/
    z-index: 10;
    position: absolute;
    top: 0;
    width: 100%;
    background-image: linear-gradient(#000000c2, transparent);
}
.header-wrap .container > .row {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.site-header.float-header {
    background-color: #fff !important;
    padding: 5px 0;
}
.site-header.fixed {
    position: relative;
}
.site-header .logo {
    width: 50%;
    margin: 20px 0;
}
.site-header .logo ul {
    padding: 0;
    margin: 0;
}
.site-header .logo ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 9px;
}
.site-header .logo ul li img {
    width: 40px;
    margin: 0;
}
.site-header .logo em {
    font-size: 13px;
    font-style: normal;
    display: block;
    line-height: 1.3;
    margin: 0 0 6px;
    color: #fff;
}
.site-header .logo em .textwidget p {
    margin: 0;
}
.site-header .logo a {
    display: block;
    color: #fff;
    font-size: 33px;
    font-weight: 800;
    line-height: 1.3;
}
.site-header .logo a:hover {
    text-decoration: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
.site-header .logo span {
    font-size: 12px;
    display: block;
    color: #fff;
    margin: -3px 0 0 2px;
}
.site-header .logo ul li.sdgs {
    margin: 3px 0 0 12px;
}
.site-header .logo ul li.sdgs img {
    width: 66px;
    border-left: 1px solid #ccc;
    padding: 5px 0 5px 17px;
}
.single-meta .byline {
    display: none;
}
.single .hentry .title-post {
    font-size: 26px;
}
.page .entry-header {
    display: none;
}
body.blog header.entry-header {
    display: block;
}
body.category-news header.site-header,
body.single-post header.site-header,
body.post-type-archive-news header.site-header {
    background-image: url(/img/common/headimage.jpg) !important;
	background-position: center center !important;
    background-size: 100% auto !important;
    background-repeat: no-repeat;
}
.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%;
}
header.site-header .flo_right {
    position: relative;
    margin: 10px 0px 0 0;
    right: 0;
    width: 48%;
}
header.site-header .flo_right ul {
    padding: 0;
    text-align: right;
}
header.site-header .flo_right ul li {
    list-style-type: none;
    text-align: right;
    margin-bottom: 3px;
    display: inline-block;
    vertical-align: middle;
}
header.site-header .flo_right ul li.since {
    background: #01459a;
    border-radius: 50%;
    text-align: center;
    padding: 15px 0 14px;
    width: 75px;
    color: #fff;
    line-height: 1.1;
    font-family: century gothic;
    font-size: 14px;
}
header.site-header .flo_right ul li.since span {
    display: block;
    font-size: 25px;
}
header.site-header .flo_right ul li.tel {
    margin: 0 12px;
    font-family: century gothic;
}
header.site-header .flo_right ul li.tel a {
    font-size: 28px;
    font-weight: 800;
    color: #000;
}
header.site-header .flo_right ul li.tel:before {
    font-family: "Font Awesome 5 Free";
    content: "\f879";
    color: #bfbfbf;
    font-size: 95%;
    position: relative;
    font-weight: bold;
    margin-right: 3px;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 3px;
}
header.site-header .flo_right ul li.inq {
    background: transparent;
    border-radius: 2px;
    text-align: center;
    padding: 10px 0 10px;
    width: 78px;
    border: 2px solid #3992a4;
}
header.site-header .flo_right ul li.inq a {
    font-weight: 500;
    color: #fff;
    font-size: 10px;
    line-height: 1.3;
}
header.site-header .flo_right ul li.inq a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    color: rgba(255, 255, 255, 0.45);
    font-size: 28px;
    font-weight: bold;
    margin: 0 auto -3px;
    display: block;
    line-height: 1;
}
header.site-header .flo_right ul li.inq a:hover {
    text-decoration: none;
}
header.site-header .flo_right ul li.inq:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
header.site-header .l-innernv {
    clear: both;
    width: 96%;
    max-width: 970px;
    height: auto;
}
header.site-header .l-innernv .title-post {
    display: none;
}
.page-wrap {
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
}
.l-header {
    width: 100%;
}
@media screen and (max-width: 1200px) {
    .site-header,
    body.single-news header.site-header,
    body.post-type-archive-news header.site-header {
        /*height: 340px;
        background-size: auto 100% !important;*/
    }
}
@media screen and (max-width: 1024px) {
    .page-wrap {
        padding-top: 0 !important;
    }
    header.site-header .flo_right ul li {
        list-style-type: none;
        text-align: right;
        margin-bottom: 0px;
    }
}
@media screen and (max-width: 1000px) {
    header.site-header .header-wrap {
        height: 100px;
    }
    .site-header {
        height: 235px;
    }
    .site-header .logo ul li img {
        width: 35px;
    }
    .site-header .logo a {
        font-size: 26px;
    }
    .site-header .logo ul li.sdgs {
        margin: 2px 0 0 7px;
    }
    .site-header .logo ul li.sdgs img {
        width: 54px;
        padding: 4px 0px 4px 9px;
    }
    header.site-header .flo_right ul li.since span {
        font-size: 22px;
    }
    header.site-header .flo_right ul li.since {
        padding: 11px 0 11px;
        width: 63px;
        font-size: 13px;
    }
    header.site-header .flo_right ul li.tel {
        margin: 0 7px;
    }
    header.site-header .flo_right ul li.tel a {
        font-size: 21px;
    }
    header.site-header .flo_right ul li.inq {
        padding: 7px 0 4px;
        width: 63px;
    }
    header.site-header .flo_right ul li.inq a {
        font-size: 9px;
    }
    header.site-header .flo_right ul li.inq a:before {
        font-size: 27px;
    }
}
@media screen and (max-width: 768px) {
    .site-header {
        height: 250px;
        background-size: 120% auto !important;
    }
    .header-wrap {
        text-align: left;
    }
    .site-header .logo em {
        font-size: 12px;
    }
    .site-header .logo {
        width: 80%;
    }
   .site-header .logo ul li {
        margin-right: 4px;
    }
    /*.site-header .logo a {
        font-size: 24px;
    }*/
    .site-header .logo ul li.sdgs img {
        width: 43px;
        padding: 5px 0 5px 5px;
    }
    header.site-header .flo_right {
        width: 70px;
    }
     header.site-header .flo_right ul li.since {
        display: none;
    }
    header.site-header .flo_right ul li.tel {
        display: none;
    }
}
@media screen and (max-width: 600px) {
    .site-header {
        background-size: auto 100% !important;
    }
    header.site-header .header-wrap {
        height: 105px;
    }
    .site-header .logo {
        width: 250px;
    }
    header.site-header .flo_right {
        margin: 19px 0px 0 0;
    }
    header.site-header .flo_right ul {
        margin: 0;
    }
    header.site-header .flo_right ul li.inq {
        width: 59px;
    }
    header.site-header .flo_right ul li.inq a {
        font-size: 8px;
    }
    header.site-header .flo_right ul li.inq a:before {
        font-size: 26px;
    }
    .site-header .logo ul li.sdgs {
        /*display: none;*/
    }
}


/* gnavi */
.mobi-menu {
    display: none;
}
#page .col-md-8 {
    width: 800px;
    /* background: rgba(0, 0, 0, 0.4); 
    display: inline-flex;*/
    height: 64px;
    margin-top: 36px;
    z-index: 1500;
    position: absolute;
    right: 22%;
}
body.home #page .col-md-8 {
    margin-top: -4px;
    position: absolute;
    top: 40px;
}
#page .col-md-8 nav#mainnav {
    width: 100%;
    /* background: rgb(63 63 63 / 34%); */
    max-width: 800px;
    float: none;
    margin: 0 auto;
    padding: 0 0 0px;
    height: 64px;
    text-align: center;
}
#page .col-md-8 nav#mainnav ul {
    position: relative;
}
#page .col-md-8 nav#mainnav ul li {
    display: inline-block;
    height: 64px;
    padding: 0;
    text-align: center;
    width: 13.5%;
    vertical-align: top;
}
#page .col-md-8 nav#mainnav ul li:nth-child(6) {
    width: 18%;
}
#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: 25px 0 25px;
    letter-spacing: 0;
    text-align: center;
    line-height: 0.85;
}
#page .col-md-8 nav#mainnav ul li ul:after {
    background-color: #666;
    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: #d5d5d5;*/
    border-bottom: 1px dotted #E3E3E3;
    transition: all 300ms ease-in-out 0s;
}
#page .col-md-8 nav#mainnav ul li:hover a,
#page .col-md-8 nav#mainnav ul li.actv a,
#page .col-md-8 nav#mainnav ul li.current-menu-item a {
    color: #fff;
    padding-bottom: 25px;
}
#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: 170px;
    margin-top: 0;
    padding: 0;
    z-index: 100;
    transition: all 300ms ease-in-out 0s;
    top: 0;
    right: 35%;
}
#page .col-md-8 nav#mainnav ul li ul.sub-menu li {
    background-color: #353535;
    width: 100%;
    margin: 0;
    text-align: center !important;
    display: block;
    padding: 0;
    height: 55px;
}
#page .col-md-8 nav#mainnav ul li ul.sub-menu li a {
    border-top: 0;
    border-bottom: 1px solid #656565;
    font-size: 14px;
    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: #68A1E9 !important;
}
#page .col-md-8 nav#mainnav ul li ul.sub-menu li:hover a {
    background-color: #01459a !important;
    color: #fff !important;
    text-decoration: none;
}
    #mainnav-mobi {
        top: 0px;
        bottom: 60px;
        margin-top: 0;
        position: fixed;
        background: #01459a;
        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);
  }
}
@media screen and (max-width: 1600px) {
    #page .col-md-8 {
        right: 16%;
    }
}
@media screen and (max-width: 1400px) {
    #page .col-md-8 {
        right: 15%;
    }
}
@media screen and (max-width: 1300px) {
    .header-wrap .container {
        width: 97%;
    }
    #page .col-md-8 {
        right: 100px;
    }
}
@media screen and (max-width: 1200px) {
    #page .col-md-8 {
        width: 765px;
        right: 75px;
    }
}
@media screen and (max-width: 1100px) {
    #page .col-md-8 {
        width: 735px;
    }
}
@media screen and (max-width: 1024px) {
    #page .col-md-8 {
        background-image: none;
        display: contents;
        background-color: transparent;
    }
    .btn-submenu {
        top: -5px;
    }
    .btn-submenu:before {
        color: #666;
    }
    #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: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;
    }
    #page .col-md-8 ul#menu-menu-1 li span {
        display: inline-block;
        margin-right: 8px;
    }
    #page .col-md-8 ul#menu-menu-1 li ul.sub-menu li {
        height: 69px;
    }
    #page .col-md-8 ul#menu-menu-1 li ul.sub-menu li a {
        font-size: 15px;
        padding: 22px 0 0;
    }
    #mainnav-mobi ul li {
        border-top: 1px solid #fff;
    }
    #mainnav-mobi ul li:last-child {
        border-bottom: 0;
    }
    #mainnav-mobi ul li span.dropdown-symbol {
        display: none;
    }
    nav#mainnav-mobi.mainnav.toggled ul {
        margin: 80px 0 0 0;
    }
    nav#mainnav-mobi.mainnav.toggled ul.sub-menu {
        margin: 0;
    }
    nav#mainnav-mobi.mainnav.toggled ul>li>a {
        padding: 16px 50px;
    }
    .row {
        margin-right: 33px;
    }
    nav {
        padding: 0;
    }
    /*ナビゲーションaタグの形状*/
    nav li.has-child ul li a {
        border-bottom: none;
    }
/* ハンバーガーメニュー */
    .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 0;
        border-radius: 7px;
        color: #1b2775;
        font-weight: 600;
        float: right;
        right: 15px;
        position: relative;
        font-size: 19px;
        margin: -7px 0 0;
        line-height: 2;
        text-align: center;
    }
    .btn-menu span i.fa-bars {
        display: block;
        padding: 2px 7px 0;
    }
    .btn-menu span span {
        font-size: 9px;
        text-align: center;
        background-color: transparent;
        padding: 0px 0 0 0;
        display: block;
        float: none;
        margin: 0 auto;
        right: auto;
        letter-spacing: 1px;
    }
    .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: #01459a;
        justify-content: center;
        align-items: center;
        z-index: 900;
        border: 0;
        opacity: 0.9;
        left: 0;
      }
/*  .mobi-menu span {
    content: "";
    background: #fff;
    padding: 8px 15px;
    border-radius: 7px;
    color: #000e6f;
  }*/
    .mobi-menu ul {
        padding: 0;
        list-style-type: none;
        width: 100%;
        display: block;
        position: relative;
        margin: 0 0 -5px -12%;;
    }
    .mobi-menu ul li {
        margin: 0 1px;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        font-size: 8px;
        color: #fff;
        letter-spacing: 0;
        font-weight: 400;
    }
    .mobi-menu ul li a {
        display: block;
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 7px;
        width: 37px;
        height: 35px;
        padding: 5px 0 0 2px;
        margin: 0 auto;
        font-size: 12px;
        color: #19267d;
        font-weight: 600;
    }
    .mobi-menu ul li a i.fa-solid, .mobi-menu ul li a i.fa-regular {
        color: #19267d;
        font-size: 24px;
    }
    .mobi-menu ul li:last-child a {
        width: 90px;
    }
    .mobi-menu ul li:last-child img {
        width: 29px;
        margin: -2px 4px 0 -6px;
    }
    .mobi-menu ul li:last-child a:hover {
        text-decoration: none;
    }
    #page .col-md-8 ul#menu-menu-1 li {
        width: 100% !important;
        height: 69px;
    }
    #page .col-md-8 ul#menu-menu-1 li:last-child,
    #page .col-md-8 ul#menu-menu-1 li:first-child {
        width: 100%;
    }
    #page .col-md-8 ul#menu-menu-1 li:hover a,
    #page .col-md-8 ul#menu-menu-1 li.actv a,
    #page col-md-8 ul#menu-menu-1 li.current-menu-item a {
        border-bottom: 0;
        height: 69px;
    }
    #page .col-md-8 ul#menu-menu-1 li span {
        display: inline-block;
        margin-right: 8px;
    }
    #page .col-md-8 ul#menu-menu-1 li ul.sub-menu li {
        height: 69px;
    }
    #page .col-md-8 ul#menu-menu-1 li ul.sub-menu li a {
        font-size: 15px;
        padding: 22px 0 0;
    }
    /*#page .col-md-8 ul#menu-headernavigation li#menu-item-80,
    #page .col-md-8 ul#menu-headernavigation li#menu-item-96 {
        text-align: center;
        position: relative;
        margin: 55px auto;
        width: 92%;
    }
    #page .col-md-8 ul#menu-headernavigation li#menu-item-80 a,
    #page .col-md-8 ul#menu-headernavigation li#menu-item-96 a {
        padding-top: 15px;
    }*/
    .row {
        margin-right: 33px;
    }
    nav {
        padding: 0;
    }
/*ナビゲーションaタグの形状*/
    nav li.has-child ul li a {
        border-bottom: none;
    }
}
@media screen and (max-width: 768px) {
    #page .col-md-8 {
        margin-top: -245px;
    }
}
@media screen and (max-width: 600px) {
    #page .col-md-8 {
        margin-top: -195px;
    }
    #page .col-md-8 ul#menu-headernavigation li a {
        padding: 9px 35px 9px 45px;
    }
    #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: 21px !important;
    }
}



/* パンくず */
.breadcrumbs {
    font-size: 13px;
    margin: 8px auto 0;
    text-align: right;
    width: 100%;
    max-width: 1200px;
}
.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;
    }
}



/* toppage */
body.home .page-wrap {
    padding-top: 0;
}
body.home .site-header {
    height: 118px !important;
    position: absolute;
}
.bg_image {
    width: 100%;
    background: url(/img/index/mainimage5.jpg) no-repeat center center;
    height: 100vh;
    background-size: auto 100%;
    position: relative;
}/*
@media screen and (max-width: 1415px) {
    .bg_image {
        background-size: auto 100%;
    }
}*/
.bg_image .top_copy {
    top: 41%;
    text-align: left;
    padding: 0.75em 2.5em;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    width: auto;
    height: auto;
    float: left;
}
.bg_image .top_copy h1 {
    color: #fff;
    font-size: 41px;
    line-height: 2.25;
    margin: 0;
}
.bg_image .top_copy h1 span {
    display: block;
    font-size: 20px;
    font-weight: 400;
}
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 header.site-header .l-innernv { 
    width: 100%;
    max-width: 100%;
}
body.home .content-area.no-sidebar {
    padding-left: 0;
    padding-right: 0;
}
.base_w {
    width: 100%;
}
body.home .top_products {
    background: url(/img/index/bg_products.jpg) no-repeat center top;
}
body.home .top_products .base_w {
    background-color: rgba(255,255,255,0.8);
    padding: 60px 0;
}
body.home .top_products h2 {
    text-align: center;
    font-size: 34px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    color: #000;
    line-height: 1.4;
    margin: 0 auto 45px !important;
    width: 96%;
}
body.home .top_products .base_w .pht4bx {
    width: 98%;
    max-width: 1200px;
    display: flex;
    margin: 0 auto;
}
body.home .top_products .base_w .pht4bx div {
    margin: 0 0.5% 20px;
    border: 2px solid #d9e3ec;
    border-radius: 6px;
    position: relative;
}
body.home .top_products .base_w .pht4bx div img {
    border-radius: 6px 6px 0 0;
}
body.home .top_products .base_w .pht4bx div h3 {
    position: absolute;
    top: 40px;
    left: 18px;
}
body.home .top_products .base_w .pht4bx div a h3 {
    color: #fff;
    width: 90%;
}
body.home .top_products .base_w .pht4bx div i.fa-arrow-right {
    float: right;
}
body.home .top_products .base_w .pht4bx div p {
    background: #444;
    border-radius: 0 0 6px 6px;
    margin-bottom: 0;
    color: #fff;
    padding: 18px;
    font-size: 14px;
}
.base_w div h2 {
    text-align: center;
    font-size: 34px;
    /* font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif; */
    color: #000;
    line-height: 1.4;
}
/*.base_w div.left h2 {
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    padding: 13px 10%;
    clip-path: polygon(0 0, 74% 0, 85% 100%, 0 100%);
}
.base_w div h2 span {
    color: #fff;
    font-size: 31px;
    line-height: 1.6;
    font-weight: 600;
}
.base_w div.innr_bx {
    padding: 0 2%;
}
.base_w div.innr_bx .right_txt {
    width: 80%;
    margin-top: 215px;
    font-size: 19px;
}
.base_w div.innr_bx .left_txt {
    width: 80%;
    margin-top: 215px;
    font-size: 19px;
    left: 18%;
    position: relative;
}
.base_w div.innr_bx p.linkbtn {
    text-align: right;
    position: relative;
    display: block;
    margin: 25px 0;
}
.base_w div.innr_bx .left_txt p.linkbtn {
    text-align: left;
}
.base_w div.innr_bx p.linkbtn a {
    background-color: #d81d1d;
    color: #fff;
    padding: 18px 2em;
    border-radius: 25px;
    text-align: left;
    display: inline-block;
    width: 330px;
}
.base_w div.innr_bx p.linkbtn a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    color: #fff;
    font-weight: 600;
    font-size: 33px;
    float: right;
    position: relative;
    vertical-align: bottom;
    margin: -1px 0 -7px;
    line-height: 1;
}
.base_w div.innr_bx p.linkbtn:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
.base_w div.innr_bx p.linkbtn a:hover {
    text-decoration: none;
}
*/
/*---------
  お知らせ
-----------*/
body.home .top_news {
    width: 100%;
    padding: 0;
    margin: 0 auto 0;
    background: #eaeaea;
    display: inline-block;
}
body.home .top_news .base_w {
    width: 90%;
    max-width: 995px;
    margin: 85px auto 60px;
    text-align: left;
    background-color: #fff;
}
body.home .top_news .news {
    position: relative;
}
body.home .top_news .news p.txt_news {
    position: absolute;
    color: rgb(125 157 187 / 25%);
    font-size: 51px;
    font-weight: 900;
    letter-spacing: 0.05em;
    top: -1.05em;
    left: -1em;
}
div.whatsnew {
    border-bottom: 0;
    margin: 30px 0 65px;
    width: 100%;
    position: relative;
}
body.home .top_news h2 {
    /*margin: 5px auto 35px;*/
    font-size: 23px;
    letter-spacing: 1px;
    padding: 0 0 12px;
    position: relative;
    text-align: center;
    color: #50acd3;
    font-weight: 600;
}
/*body.home .top_news .base_w h2.span {
    position: absolute;
    font-size: 88px;
    letter-spacing: 4px;
    color: #7d9dbb;
    width: 100%;
    left: 0;
    bottom: 3px;
}*/
div.whatsnew hr {
    display: none;
}
div.whatsnew dl {
    width: 84%;
    display: block;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.7);
    max-width: 1200px;
}
div.whatsnew dl:last-of-type {
    border: 0;
}
div.whatsnew dl a {
    color: #323232;
}
div.whatsnew dd {
    padding: 14px 16px;
}
div.whatsnew dt {
    margin: 0 0 0 1em;
    padding: 14px 2px;
    color: #127175;
    font-size: 95%;
}
body.home .top_news .base_w a {
    font-size: 15px;
    color: #000;
}
div.whatsnew a {
    padding: 7px 0 5px;
}
body.home .top_pro {
    width: 100%;
    /*padding: 30px 0px;*/
    margin: -10px auto 0;
    /*background: #fff;
    background-color: #44a9d3;*/
    padding: 0;
    background: url(/img/index/top1.jpg) no-repeat center center;
    background-size: auto 100%;
}
body.home .top_pro .base_w {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 35px 0 0;
    position: relative;
	background-color: rgba(68, 169, 211, 0.9);
    background-size: 100% auto;
}
body.home .top_pro .base_w div.pht2bx {
    margin: 35px auto 0;
    width: 100%;
    display: inline-flex;
    position: relative;
}
body.home .top_pro .base_w div.pht2bx img {
    width: 50%;
    height: 370px;
    object-fit: cover;
}
body.home .top_pro .base_w div.pht2bx div {
    width: 580px;
    padding: 1% 0 0 25px;
    text-align: left;
    height: auto;
}
body.home .top_pro .base_w div.pht2bx div.pro2 {
    width: 50%;
}
body.home .top_pro .base_w div.pht2bx div.pro2 a {
    width: 580px;
    float: right;
    padding: 0 20px 0 5px;
}
body.home .top_pro .base_w div.pht2bx div a,
body.home .top_pro .base_w div.pht2bx div a h3 {
    color: #fff;
}
body.home .top_cmp {
    /*width: 100%;*/
    padding: 4px 0 30px 0px;
    margin: 0 auto;
    /*background: #fff;
    background-color: #44a9d3;*/
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    /*padding: 0;*/
}
body.home .top_cmp div.btn2bx {
    margin: 70px auto 0;
}
body.home .top_cmp div.btn2bx div {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0 1.5% 18px;
    box-sizing: border-box;
    width: 45%;
    position: relative;
    max-width: 585px;
    color: #fff;
}
body.home .top_cmp div.btn2bx img {
    width: 100%;
    border: 2px solid #ccc;
    border-radius: 11px;
    margin-bottom: 7px;
    height: 135px;
    object-fit: cover;
}
body.home .top_cmp div.btn2bx h3 {
    color: #fff;
    line-height: 1.3;
    top: 16px;
    position: absolute;
    font-size: 28px;
    font-weight: 600;
    width: 100%;
    padding-left: 23px;
    height: auto;
    margin-top: 0;
    text-shadow: 0 0 3px #000;
    letter-spacing: 3px;
}
body.home .top_cmp div.btn2bx h3 span {
    display: block;
    font-size: 21px;
}
body.home .top_cmp div.btn2bx h3:after {
    content: ">>";
    color: rgba(255, 255, 255, 0.6);
    font-weight: 100;
    font-size: 105%;
    float: right;
    position: relative;
    vertical-align: bottom;
    margin: -3px 12px 0 -25px;
    line-height: 1.3;
    transform: scale(0.6, 1.5);
    letter-spacing: -3px;
}
body.home .top_cmp div.btn2bx a:hover {
    text-decoration: none;
    filter: alpha(opacity=9);
    -moz-opacity: 0.9;
    opacity: 0.9;
    transition: all 300ms ease-in-out 0s;
}
body.home .top_news .base_w h2 {
    width: 115px;
    left: 0;
}
body.home .top_news .news p.txt_news {
    font-size: 48px;
    left: -0.25em;
}
div.whatsnew dl {
    width: 96%;
}
div.whatsnew dl:first-of-type {
    margin-top: 30px;
    border-top: 4px solid #4daad2;
}
body.home .top_products h2 {
    font-size: 31px;
}
body.home .top_products .base_w .pht4bx {
    flex-wrap: wrap;
}
body.home .top_products .base_w .pht4bx div {
    width: 49%;
}
body.home .top_products .base_w .pht4bx div img {
    height: 200px;
    object-fit: cover;
}
body.home .top_rec {
    width: 100%;
    margin: 0 auto 0;
    padding: 0;
}
body.home .top_rec .base_w {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    position: relative;
	background-color: #eaeaea;
}
body.home .top_rec .base_w .rec {
    width: 100%;
    position: relative;
    text-align: center;
}
body.home .top_rec .base_w div.btn2bx {
    display: inline-flex;
    justify-content: center;
}
body.home .top_rec .base_w div.btn2bx img {
    width: 210px;
    border-radius: 50%;
    border: 3px solid #f6f6f6;
    box-shadow: -8px 10px 0 #b5b5b5;
    height: auto;
}
body.home .top_rec .base_w div.btn2bx div {
    width: 345px;
    padding: 13px 0 0 15px;
    text-align: left;
    height: auto;
}
body.home .top_rec .base_w div.btn2bx div h3 {
    color: #459fc4;
    font-size: 32px;
    font-weight: 300;
}
body.home .top_rec .base_w div.btn2bx div h3 a {
    color: #459fc4;
}
body.home .top_rec .base_w 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;
}

@media screen and (max-width: 1200px) {
    .bg_image {
        height: 69vh;
    }
    body.home .top_pro .base_w div.pht2bx div {
        width: 48%;
    }
    body.home .top_pro .base_w div.pht2bx div.pro2 a {
        width: 100%;
    }
}
@media screen and (max-width: 1024px) {
    body.home .top_rec .base_w div.pht2bx {
        width: 100%;
    }
}
@media screen and (max-width: 1000px) {
    body.home .site-header {
        height: 100px !important;
        position: absolute !important;
    }
    .bg_image {
        height: 56vh;
    }
    .bg_image .top_copy {
        top: 38%;
        padding: 0.75em 1em;
    }
    .bg_image .top_copy h1 {
        font-size: 30px;
    }
    .bg_image .top_copy h1 span {
        font-size: 16px;
    }
    body.home .top_cmp div.btn2bx div {
        width: 100%;
    }

}
@media screen and (max-width: 768px) {
    body.home .top_products .base_w .pht4bx div {
        width: 99%;
    }
    body.home .top_cmp {
        width: 100%;
    }
    body.home .top_cmp div.btn2bx {
        width: 86%;
    }
}
@media screen and (max-width: 600px) {
    .bg_image .top_copy h1 {
        font-size: 23px;
    }
    .bg_image .top_copy h1 span {
        font-size: 11px;
    }
    .bg_image .top_copy {
        top: 34%;
        padding: 0.75em 0.5em;
    }
div.whatsnew dt {
    padding: 14px 2px 0;
}
body.home .top_products h2 {
    font-size: 28px;
}
    body.home .top_pro .base_w div.pht2bx {
		margin: 0 auto 0;
        flex-wrap: wrap;
    }
    body.home .top_pro .base_w div.pht2bx img {
        width: 100%;
    }
    body.home .top_pro .base_w div.pht2bx div, body.home .top_pro .base_w div.pht2bx div.pro2 {
        width: 96%;
    }
    body.home .top_pro .base_w div.pht2bx div.pro2 a {
        padding: 0;
    }
    body.home .top_rec .base_w div.btn2bx {
        flex-wrap: wrap;
    }
    body.home .top_rec .base_w div.btn2bx div {
        width: 100%;
        text-align: center;
        padding: 0;
    }
}


/*見出し・本文*/
/*#main div.h1_tit {
    background: none;
    text-align: left;
    margin: 50px 0 45px;
    display: block;
    min-height: 72px;
    border-left: 10px solid #cbcaca;
}*/
#main div.content-inner h1 {
    font-size: 28px;
    text-align: center;
    letter-spacing: 2px;
    border-bottom: 2px dotted #ccc;
    padding-bottom: 10px;
}
#main div.content-inner h1.title-post {
    font-size: 22px;
    text-align: left;
    letter-spacing: 2px;
}
#main div.content-inner h1 span {
    font-size: 16px;
    font-weight: 400;
    display: block;
    line-height: 1.5;
    margin-top: -20px;
}
p.summary_txt {
    font-size: 90%;
    width: 96%;
    max-width: 655px;
    margin: 0 auto 55px;
    line-height: 1.8;
}
div.inr_bx {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}
#main div.inr_bx h2, main div.inr_bx h2 {
    font-size: 25px;
    padding: 18px 20px 16px;
    clear: both;
    border-left: 6px solid #90abcd;
    margin: 35px 0 12px;
    line-height: 1.2;
}
#main #privacypolicy.inr_bx h2 {
    font-size: 22px;
}
#main div.inr_bx h2 span {
    font-weight: 300;
    margin-left: 15px;
    color: #677ba9;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Noto Sans Japanese';
    display: inline-block;
}
#main div.inr_bx h3 {
    font-size: 23px;
}
p.text_link {
    text-align: center;
    background: #3381C4;
    display: block;
    width: 200px;
    margin: 0 auto 40px;
    border-radius: 24px;
    padding: 9px 0 8px;
}
p.text_link a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    position: relative;
    color: #93bde4;
    margin-right: 10px;
    font-size: 19px;
    font-weight: bold;
    margin-top: -3px;
    display: inline-block;
    vertical-align: middle;
}
p.text_link:hover {
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
p.text_link a {
    color: #fff;
}
p.text_link a:hover {
    text-decoration: none;
}
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: 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: 60%;
    max-width: 410px;
    height: auto;
}
div.img_right img {
    float: right;
    margin-left: 3%;
    margin-bottom: 20px;
    width: 60%;
    max-width: 410px;
}
#main div.inr_bx div.img_left h2, #main div.inr_bx div.img_right h2 {
    margin: 0 0 12px;
}
div.img_left .txtbx {
    display: inline-block;
    vertical-align: top;
}

div.img_left.link, div.img_right.link {
    margin-bottom: 10px;
}
/*div.pht_3wk div img {
    margin: 0 0 8px;
}
div.pht_3wk p {
    width: 31.5%;
    margin: 0 0.75% 25px;
    display: inline-block;
    vertical-align: top;
    max-width: 200px;
}
div.pht_3wk span {
    display: block;
    font-size: 90%;
}*/
div.pht_2wk {
    width: 100%;
    text-align: center;
    margin: 15px 0 75px;
    display: inline-flex;
}
div.pht_2wk.pht2bx {
    margin-bottom: 10px;
}
div.pht_4wk, div.pht_3wk {
    width: 100%;
    text-align: center;
    margin: 15px 0 25px;
    display: inline-flex;
}
div.pht_2wk div {
    width: 50%;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding-bottom: 4px;
    height: 200px;
}
div.pht_2wk.pht2bx div {
    margin: 0 0.5%;
    height: auto;
}
div.pht_4wk div, div.pht_3wk div {
    width: 25%;
    margin: 0 0.25%;
    text-align: left;
    padding-bottom: 4px;
}
div.pht_3wk div {
    width: 32.75%;
}
div.pht_2wk div img {
    width: 100%;
    margin-bottom: 5px;
    display: block;
    height: 100%;
    object-fit: cover;
}
div.pht_4wk div img, div.pht_3wk div img {
    width: 100%;
    display: block;
    height: auto;
    margin-bottom: 10px;
    object-fit: cover;
}
div.pht_4wk div h4 {
    font-size: 18px;
    background-color: #e9e9e9;
    padding: 10px;
    font-weight: 500;
    margin-top: 0 !important;
}
div.pht_4wk div p {
    font-size: 14px;
    padding: 0 9px;
}
div.pht_4wk.wk5_w, div.pht_4wk.wk4_h {
    flex-wrap: wrap;
}
div.pht_4wk.wk5_w div {
    width: 19.5%;
}
div.pht_4wk.wk5_w div img {
    height: 190px;
}
div.pht_4wk.wk4_h div {
    width: 19.5%;
}
div.pht_4wk.wk4_h div img {
    height: 270px;
}
p.txt_name {
    text-align: right;
    margin: 10px 0 50px;
}
p.txt_name span {
    font-size: 26px;
    font-family: "HG行書体", monospace;
    margin: 0 8px;
}
#main div.h2_tit {
    text-align: left;
    display: block;
	border-left: 0;
    max-width: 1080px;
    margin: 0 auto 30px;
    clear: both;
}
#main div.h2_tit h2 {
    font-size: 25px;
    border-bottom: 3px dotted #d1d3d8;
    padding: 18px 0 12px 0;
    margin: 0;
    background-color: transparent;
}

.inr_bx_wd {
    max-width: 100%;
    display: flex;
}
.inr_bx_wd img {
    width: 50%;
    height: 200px;
    object-fit: cover;
}

div.inr_bx h3.copy {
    font-weight: 300;
    font-size: 26px;
}
div.inr_bx h3.intvtit {
    font-weight: 300;
    font-size: 23px;
    color: #57ab69;
}
div.inr_bx p.intv {
    font-size: 19px;
    font-family: impact;
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: -6px;
    color: #ccc;
}
div.inr_bx h3.intvtit.stf2 {
    color: #be56d1;
}
#main div.inr_bx h2.tit {
    font-size: 28px;
    text-align: center;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    letter-spacing: -1px;
    border: 0;
    margin: 0 auto 12px;
}
#main div.inr_bx span.message {
    font-size: 50px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    letter-spacing: -2px;
    display: block;
}
div.txt_left {
    text-align: left;
}
div.pht_2wk div.app {
    padding: 3%;
    border: 3px solid #ccc;
    border-radius: 13px;
}
div.pht_2wk div.app h3 {
    color: #e24c46;
    font-size: 22px;
    border-bottom: 1px dotted;
    padding-bottom: 11px;
    display: inline-block;
}
div.pht_2wk div.app img {
    height: 250px;
    overflow: hidden;
    object-fit: cover;
    font-family: "object-fit: cover;"; /*IE対策*/
}
body.category .container {
    padding: 0;
    width: 94%;
    max-width: 1200px;
}
body.category .footer-widgets .container {
    width: 100%;
    max-width: 100%;
}
.posts-layout .entry-title {
    font-size: 25px;
}
.post-wrap h3.archive-title {
    display: none;
}
#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;*/
}
.content-area .entry-content h3 {
    font-size: 28px;
    margin: 40px 0 24px;
    line-height: 1.2;
}
.content-area .entry-content h2.midashi {
    font-size: 23px;
    padding: 13px 0 9px 18px;
    border-left: 8px solid #ccc;
    margin: 30px 0 10px;
    line-height: 1.2;
}
.content-area .entry-content h2.midashi span {
    font-weight: 200;
    font-size: 20px;
    margin: 0 20px;
}
.content-area .entry-content h2.midashi2 {
    font-size: 25px;
    padding: 13px 0 9px 18px;
    border-left: 6px solid #e55e58;
    margin: 55px 0 22px;
    line-height: 1.2;
    border-bottom: 1px solid #e24c46;
}
.content-area .entry-content ul li {
    margin-bottom: 5px;
}
#proposal .content_bx {
    width: 100%;
    margin: 0 auto 60px;
    background-color: #f5f5f5;
    padding: 0;
    background: url(/img/proposal/bg.jpg) no-repeat center center;
    background-size: 100% auto;
}
#main div.inr_bx#proposal .content_bx h2 {
    border: 0;
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    background-color: rgba(50,50,50,0.9);
    margin-bottom: 0;
}
#proposal .content_bx div {
    display: flex;
    background-color: rgba(255,255,255,0.85);
    padding: 0;
    position: relative;
    height: 100%;
    flex-wrap: wrap;
}
#proposal .content_bx img {
    width: 30%;
    margin: 0 1% 0 0;
}
#proposal .content_bx .txtbx {
    width: 69%;
    display: inline-block;
    vertical-align: top;
    padding: 25px;
    background-color: transparent;
}
div.inr_bx .rec_box  {
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
}
div.inr_bx .rec_box div {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    margin: 20px 1.5% 35px;
    border: 2px solid #cdcdcd;
    padding: 3% 2.5%;
    position: relative;
}
div.inr_bx .rec_box.company div {
    width: 30%;
}
div.inr_bx .rec_box div img {
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    transition: transform .6s ease; /* ゆっくり変化させる */
}
div.inr_bx .rec_box div img:hover {
    transform: scale(1.05); /* 拡大 */
    max-width: 100%;
    object-fit: cover;
}
div.inr_bx .rec_box div h4 {
    margin: -85px 0 55px !important;
    color: #fff;
    display: block;
    z-index: 2;
    position: relative;
    font-size: 25px;
    letter-spacing: 1px;
    font-weight: 800;
    text-align: center;
}
div.inr_bx .rec_box div h4::after {
    position: absolute;
    content: "";
    display: block;
    width: 45px;
    height: 45px;
    background: url(/img/common/arrow.svg) no-repeat;
    background-size: contain;
    margin: 24px auto 0;
    left: 43%;
}
div.inr_bx .rec_box div a:hover {
    text-decoration: none;
}
div.inr_bx .rec_box div p.txt {
    margin: 35px auto 0;
    display: inline-block;
    position: relative;
    font-size: 90%;
}
div.inr_bx .rec_box h5 {
    text-align: left;
    margin: 18px;
    color: #000;
    font-size: 27px;
    line-height: 2;
    font-weight: 600;
}
@media screen and (max-width: 1200px) {
    div.inr_bx .rec_box div h4 {
        font-size: 22px;
    }
}

@media screen and (max-width: 1000px) {
    div.img_left, div.img_right {
        flex-wrap: wrap;
    }
    div.img_left img, div.img_right img {
        float: none;
        margin: 0 auto 20px;
        display: block;
        max-width: 365px;
        width: 100%;
    }
    div.pht_4wk, div.pht_3wk {
        flex-wrap: wrap;
    }
    div.pht_4wk div {
        width: 49%;
        margin: 0 0.25% 20px;
    }
    div.pht_4wk.wk5_w div {
        width: 32.75%;
        margin: 0 0.25% 5px;
    }
    div.pht_4wk.wk4_h div {
        width: 24.5%;
        margin: 0 0.25% 5px;
    }
   div.inr_bx .rec_box div, div.inr_bx .rec_box.company div {
        display: block;
        width: 100%;
        margin: 20px auto 35px;
        height: auto;
        position: relative;
        overflow: hidden;
    }
    div.inr_bx .rec_box div img {
        object-fit: cover;
        height: 265px;
    }
    div.inr_bx .rec_box div h4 {
        position: absolute;
        text-align: center;
        bottom: auto;
        width: 95%;
    }
    div.inr_bx .rec_box div h4::after {
        left: 46%;
    }
    #proposal .content_bx {
        background-size: 100% 100%;
    }
    #proposal .content_bx img {
        max-width: 364px;
        height: 170px;
        object-fit: cover;
        width: 90%;
        margin: 20px auto 0;
    }
    #proposal .content_bx .txtbx {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    div.img_r img {
        float: none;
        display: block;
        margin: 0 auto 15px;
    }
    #proposal .content_bx {
        background-size: auto 100%;
    }
    div.pht_4wk.wk5_w div {
        width: 49.5%;
    }
    div.pht_4wk.wk5_w div img {
        height: auto;
    }
}
@media screen and (max-width: 600px) {
    div.pht_4wk div, div.pht_3wk div {
        width: 100%;
    }
    div.pht_4wk.wk5_w div {
        width: 100%;
        margin: 0 auto;
    }
    div.pht_4wk.wk4_h div {
        width: 49.5%;
    }
    div.pht_4wk.wk4_h div img {
        height: auto;
    }
    div.pht_2wk {
        flex-wrap: wrap;
    }
    div.pht_2wk.pht2bx div {
        width: 100%;
    }
    div.inr_bx .rec_box h5 {
        font-size: 23px;
    }
    #main div.inr_bx h2.tit {
        font-size: 24px;
    }
    #main div.inr_bx span.message {
        line-height: 1.3;
        margin: 0 auto 20px;
        width: 310px;
    }
    #company.inr_bx p.center br {
        display: none;
    }
}


/* 右バナー */
#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: 16px;
}
#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,
    body.category-rokuai_now header.site-header {
        background-position: center 100% !important;
        background-size: 110% !important;
    }
}
@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: 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;
}
div.glossary img {
    display: inline-block;
    vertical-align: top;
    margin: 55px 0 0 2%;
    width: 27%;
    height: auto;
}
div.glossary div {
    display: inline-block;
    vertical-align: top;
}
div.glossary div.img_r {
    width: 70%;
    margin-top: 45px;
}
div.glossary h4 {
    font-size: 23px;
}
div.glossary p {
    font-size: 14px;
}
div.glossary.achv ul {
    padding: 0;
    list-style-type: none;
}
div.glossary.achv ul li {
    display: block;
    line-height: 1.3;
    margin-bottom: 7px;
    padding: 0 0 0 1em;
}
div.glossary.achv ul li:before {
    display: inline-block;
    content: "●";
    font-size: 18px;
    color: #ccc;
    margin: 0 7px 0 -1em;
}
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: 10px 0 -10px;
    display: block;
}
div.kanrenbx.base ul {
    border-top: 0;
    border-bottom: 0;
}
div.kanrenbx ul p.txt_link a {
    width: 285px;
}
@media screen and (max-width: 768px) {
    div.glossary img {
        display: block;
        margin: 5px auto 28px;
        width: 58%;
    }
    div.glossary div.img_r, div.glossary.achv ul {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    div.glossary img {
        width: 100%;
    }
}




/*---- privacypolicy ----*/
#privacy h2 {
    font-size: 22px;
    padding: 11px 0 10px 17px;
    border-left: 6px solid #90abcd;
    margin: 35px 0 12px;
    line-height: 1.2;
    font-weight: 800;
}
#privacy p {
    overflow-wrap: break-word;
}
#privacy ol {
    padding-left: 22px;
}
#privacy ol li, #privacy ul li {
    margin-bottom: 6px;
    line-height: 1.6;
}
#privacy ol ul {
    padding: 10px 0 17px 1.5em;
}



/*img*/
/*p.img_center {
    text-align: center;
}
p.img_center img {
    max-width: 650px;
    width: 90%;
}
div.img35p img {
    width: 35%;
}
div.img35p .txtbx {
    width: 62%;
}
.mt55 {
    margin-top: 55px !important;
}
div.img_left span.num {
    position: absolute;
    left: -2%;
    font-size: 51px;
    font-family: impact;
    margin-top: -47px;
    background: rgba(112,112,112,0.5);
    padding: 0;
    width: 92px;
    text-align: center;
    color: rgba(255,255,255,0.8);
    margin-left: 1%;
}
div.img_left h5 a {
    color: #443f3f !important;
}
div.img_left .wk_phtbx {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    border: 2px solid #ccc;
    margin-left: 3%;
    padding: 12px;
    border-radius: 5px;
    font-size: 95%;
}
div.img_left .wk_phtbx img {
    width: 210px;
    margin: 0 13px 0 0;
    float: left;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb55 {
    margin-bottom: 55px;
}
div.img160 img {
    width: 160px;
}
div.img285 img {
    width: 285px;
}
div.img375 img {
    width: 375px;
}
div.img650 img {
    width: 650px;
}
*/



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


/*table*/
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: #505050;
    border: 1px solid #a1a1a1;
    color: #fff;
    font-weight: 400;
    line-height: 1.3;
    padding: 14px 8px;
    vertical-align: middle;
    width: 23%;
    word-break: initial;
    white-space: nowrap;
    position: relative;
}
table.table_cmpny td {
    border: 1px solid #e7e7e7;
    text-align: left;
    padding: 14px 25px;
    vertical-align: middle;
    word-break: initial;
}
table.table_cmpny th span {
    display: block;
    text-align: center;
    padding: 3px 5px;
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 1px;
}
table.table_cmpny th span.hissu {
    position: absolute;
    display: block;
    right: 6px;
    background: #eb7016;
    width: 35px;
    padding: 2px 3px;
    font-size: 11px;
    font-weight: 200;
    border-radius: 6px;
}
table.table_cmpny th p, table.table_cmpny td p {
    margin-bottom: 0;
}
table.table_cmpny td span.wpcf7-list-item {
    display: block;
    margin: 0;
}
table.table_cmpny td ul {
    padding: 0 0 0 20px;
}
table.table_cmpny td dl {
    margin: 0;
}
table.table_cmpny td dl dt {
    font-weight: normal;
    display: inline-block;
    width: 25%;
    vertical-align: top;
}
table.table_cmpny td dl dd {
    font-weight: normal;
    display: inline-block;
    width: 68%;
}
table.table_cmpny td a.right {
    float: right;
    font-size: 14px;
}
table.table_cmpny td a.right:before {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    position: relative;
    font-size: 13px;
    font-weight: bold;
    margin: -2px 4px 0 0;
    display: inline-block;
    vertical-align: middle;
    color: #ccc;
}
table.table_cmpny.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: #5978a0;
}
table.table_cmpny.ach_list th {
    font-size: 90%;
    padding: 8px 0;
    background-color: #aeaeae;
}
table.table_cmpny.ach_list th:last-child {
    width: 50%;
}
@media screen and (max-width: 1000px) {
table.table_cmpny td dl dt {
    width: 27%;
}
table.table_cmpny td dl dd {
    width: 63%;
}
}
@media screen and (max-width: 768px) {
    table.table_cmpny td dl dt {
        width: 100%;
    }
    table.table_cmpny td dl dd {
        width: 90%;
        margin-bottom: 10px;
        margin-left: 10%;
    }
    table.table_cmpny td dl dd:last-child {
        margin-bottom: 0;
    }
    table.table_cmpny th {
        font-size: 13px;
    }
    table.table_cmpny.ach_list td {
        padding: 14px 10px;
    }
}
@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;
    }
    table.table_cmpny.ach_list th {
        width: 33.3%;
    }
    table.table_cmpny.ach_list th:last-child {
        width: 33.4%;
    }
    table.table_cmpny.ach_list td {
        border-top: 0;
        padding: 10px 10px 0;
    }
    table.table_cmpny.ach_list td:last-child {
        padding-bottom: 10px;
        font-size: 85%;
    }
}


/* 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;
}
span.wpcf7-spinner {
    display: none;
}
p.button a {
    color: #fff;
}
p.button a:hover {
    text-decoration: none
}
p.mb0,
.mb0 {
    margin-bottom: 0 !important;
}
a.link {
    background: rgba(0, 0, 0, 0) url(/img/arrow.png) no-repeat scroll 0 7px;
    color: #6699ff;
    padding-left: 14px !important;
    background-size: 10px 10px;
    font-size: 13px;
    margin-left: 10px;
}
.flo_right {
    float: right !important;
}
div.telbx {
    text-align: center;
    margin: 56px 0 10px;
}
div.telbx p {
    font-size: 23px;
    font-weight: 200;
    margin-bottom: 3px;
}
div.telbx p.tel {
    font-size: 30px;
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: 800;
}
div.telbx a.tel {
    color: #e24c46;
    background-position: left 17px;
    background-repeat: no-repeat;
    padding-left: 23px;
    background-size: 19px;
    margin: 3px 10px 0 0;
    display: inline-block;
}
div.telbx a.tel:hover {
    text-decoration: none;
}
.content-area .entry-content h3.tit3a {
    font-size: 25px;
    padding: 13px 0 9px 0;
    margin: 55px 0 22px;
    line-height: 1.2;
}
.content-area .entry-content h3.tit3a span {
    float: left;
    font-family: "Arial Black", Gadget, "sans-serif";
    font-size: 45px;
    background: #d5e441;
    padding: 5px 0 8px;
    border-radius: 50%;
    color: #fff;
    width: 67px;
    text-align: center;
    display: inline-block;
    margin: -6px 10px 0 0;
}




/* footer */
.entry-footer {
    margin-top: 0;
}
.footer-widgets {
    padding: 0;
    background: url(/img/common/bg_ft.jpg) no-repeat #252525 center center;
    margin-top: -10px;
}
.footer-widgets .container {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    padding: 0;
}
.footer-widgets-grid.footer-layout-3 {
    grid-template-columns: auto;
    display: block;
    /* padding-top: 10px; */
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
}
.sidebar-column {
    width: 16%;
    display: inline-block;
    vertical-align: top;
    margin: 0 4% 0 0;
}
.sidebar-column:first-child {
    width: 44%;
    margin-right: 17%;
}
.sidebar-column:last-child {
    margin: 0 0;
}
#sidebar-footer #custom_html-2 p.ftlogo {
    font-size: 13px;
}
#sidebar-footer #custom_html-2 p.ftlogo a {
    font-weight: 800;
    font-size: 29px;
}
#sidebar-footer div.container div.textwidget p.txt {
    color: #fff;
    font-size: 15px;
    margin: 20px 0 10px;
    font-weight: 200;
    font-style: normal;
    line-height: 1.7;
    display: block;
}
#sidebar-footer #custom_html-2 div.textwidget p.tel a {
    font-family: century gothic, "Arial Black", Gadget, sans-serif;
    color: #fff;
    font-size: 23px;
    font-weight: 800;
    position: relative;
    margin: 0 4px 2px 0;
    vertical-align: middle;
    display: inline-block;
}
#sidebar-footer #custom_html-2 div.textwidget p.tel2 a {
    font-size: 18px;
    font-weight: 500;
}
#sidebar-footer div.container ul.menu li {
    font-size: 15px;
    margin-bottom: 16px;
    padding: 14px 0 0px;
    border-top: 1px solid #404040;
}
#sidebar-footer div.container ul.sub-menu {
    margin: 7px 5px 14px 3px;
}
#sidebar-footer div.container ul.sub-menu li {
    font-size: 14px;
    margin-bottom: 3px;
    border: 0;
}
#sidebar-footer div.container div a {
    clear: both;
    color: #fff;
    line-height: 1.3;
    text-decoration: none;
    font-weight: 600;
}
#sidebar-footer div.container ul.sub-menu li a {
    font-weight: 400;
}
#sidebar-footer div.container p.inq {
    background: #d81d1d;
    border-radius: 5px;
    padding: 4px;
    text-align: center;
    width: 100%;
    margin: 0 0 35px;
    max-width: 300px;
}
#sidebar-footer div.container p.inq a {
    color: #fff;
    padding: 10px 10px 10px 5px;
    display: block;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 200;
}
#sidebar-footer div.container p.inq a:before {
	font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    color: #ff896c;
    font-size: 120%;
	font-weight: bold;
    margin: 0 5px 0px 5px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}
#sidebar-footer div.container p.link {
    text-align: right;
    margin-bottom: 2px;
}
#sidebar-footer div.container p.link a {
    font-size: 12px;
    background-image: none;
    padding-left: 0;
}
#sidebar-footer div.container ul.sub-menu li a:before,
#sidebar-footer div.container p.link a:before {
    content: ">";
    color: #7e7e7e;
    font-size: 13px;
    padding-right: 9px;
    transform: scale(0.5,1);
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 1px;
}
#sidebar-footer div.container ul li a:hover,
#sidebar-footer div.container p.link a:hover {
    text-decoration: none;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    transition: all 300ms ease-in-out 0s;
}
#sidebar-footer div.container p.inq: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: #fff;
    font-size: 11px;
    padding: 0 0 20px;
    text-align: center;
    letter-spacing: 0.5px;
    margin-top: -2px;
    line-height: 1.4;
}
.sidebar-column iframe {
    height: 180px;
    margin: 0;
    width: 100%;
}
.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: 1024px) {
    .footer-widgets-grid.footer-layout-3 {
        margin-bottom: 65px;
    }
    .copyright {
        margin-top: -45px;
    }
    .go-top.show {
        bottom: 70px;
    }
}
@media screen and (max-width: 1000px) {
    #sidebar-footer div.container div.textwidget p.txt {
        padding-right: 0;
    }
    .sidebar-column {
        width: 100%;
        max-width: 558px;
        margin: 0 auto;
        display: block;
    }
    .sidebar-column:first-child {
        width: 100%;
        margin: 0 auto;
    }
    .sidebar-column:last-child {
        width: 100%;
        margin: 0 auto;
    }
    .footer-widgets {
        background-size: auto 100%;
    }
}
@media screen and (max-width: 768px) {
    #sidebar-footer div.container div.textwidget a img {
        width: 265px;
    }
    .copyright {
        padding-bottom: 35px;
    }
}
@media screen and (max-width: 600px) {
    #sidebar-footer div.container div.textwidget a span {
        font-size: 19px;
    }
    .footer-widgets .widget {
        margin: 15px 3%;
    }
}
@media screen and (max-width: 480px) {
    #sidebar-footer div.container div.ftnv {
        width: 100%;
    }
    .copyright {
        font-size: 10px;
    }
}

p.txt_link {
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 0 0 25px 0;
    width: 100%;
}
p.txt_link.left {
    text-align: left;
}
p.txt_link a {
    background-color: #01459a;
    color: #fff;
    padding: 14px 2em 12px;
    border-radius: 25px;
    /*text-align: left;*/
    display: inline-block;
    width: 320px;
}
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: -1px -6px 0 10px;
    display: inline-block;
    vertical-align: middle;
    float: right;
}
p.txt_link a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}


/*----------------------------------
  採用apply_block
------------------------------------*/
.apply_block {
    border: 2px solid #c3c3c3;
    border-radius: 10px;
    max-width: 1080px;
    margin: 0 auto 60px;
    padding: 26px;
}
.apply_block .apply-flx {
    display: flex;
    /*justify-content: space-between;*/
}
.apply_block .apply-flx .apply-txt {
    margin: 0 0 0 20px;
    width: auto;
}
.apply_block .apply-flx .apply-txt div {
    /*text-align: right;*/
    margin: 0 0 32px 0;
}
.apply_block .apply-flx .apply-txt div h3 {
    font-size: 1.5rem;
    border-bottom: 1px solid #f77500;
    display: inline-block;
    padding: 0 0 10px 0;
    font-weight: 500;
    margin-bottom: 22px;
    margin-top: 0;
}
.apply_block .apply-flx .apply-txt p {
    font-size: 15px;
    line-height: 1.4;
}
.apply_block .apply-flx .apply-img {
    width: 300px;
    height: 100%;
}
.apply_block .apply-flx .apply-txt ul li {
    margin-bottom: 5px;
    text-align: left;
}
.apply_block > a.btn {
    width: 50%;
    margin: -40px auto 0;
    font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
    .apply_block .apply-flx {
        flex-direction: column;
    }
    .apply_block .apply-flx .apply-txt {
        width: 100%;
        margin: 0;
    }
    .apply_block .apply-flx .apply-txt div {
        text-align: center;
    }
    .apply_block .apply-flx .apply-txt div p {
        text-align: left;
    }
    .apply_block .apply-flx .apply-img {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .apply_block > a.btn {
        width: 100%;
    }
}
/*----------------------------------
  recruit_block
------------------------------------*/
.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: #f37a5c;
    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;
    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.inr_bx h3.voice {
    padding: 3px 0 11px 53px;
    margin: 20px 0 4px 0;
    line-height: 1.5;
    background: url(/img/recruitment/icon_ballon.png) no-repeat left top;
    font-size: 1.45rem;
    background-size: 42px;
    vertical-align: top;
    display: inline-block;
}
span.vo1 {
    color: #87D85C;
    font-size: 18px;
    font-weight: 600;
}
span.vo2 {
    color: #B55CD8;
    font-size: 18px;
    font-weight: 600;
}
span.vo3 {
    color: #5CAFD8;
    font-size: 18px;
    font-weight: 600;
}
/*div.kanren {
    width: 100%;
    margin-top: 90px;
    text-align: center;
    display: inline-block;
}
div.kanren p.link {
    display: inline-block;
    vertical-align: top;
    border-radius: 19px;
    width: 135px;
    margin: 0 8px 8px;
    background: #d3cbc6;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    height: 95px;
    text-align: center;
}
div.kanren p.link:after {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    position: absolute;
    color: #fff;
    margin-left: -5px;
    font-size: 19px;
    font-weight: bold;
    margin-top: -19px;
    display: inline-block;
}
div.kanren p.link a {
    display: block;
    line-height: 1.3;
    color: #fff;
    padding: 30px 5px !important;
    background: none;
}
div.kanren p.link a:hover {
    text-decoration: none;
}
div.kanren p.link:hover {
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
div.kanren p.actv {
    background: #f5954e;
}*/
ul.work_list {
    display: flex;
    margin: 0 auto 10px;
    padding: 0;
    list-style-type: none;
    flex-wrap: wrap;
}
ul.work_list li {
    border: 3px solid #c7c7c7;
    margin: 0 0.5%;
    font-size: 15px;
    border-radius: 5px;
    width: 49%;
}
ul.work_list li p {
    background-color: #4a4a4a;
    padding: 10px 12px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border-radius: 3px 3px 0 0;
}
ul.work_list li span {
    padding: 0 15px 20px;
    display: block;
}
@media screen and (max-width: 1200px) {
    ul.work_list li p {
        padding: 10px 10px;
        font-size: 16px;
    }
}
@media screen and (max-width: 1024px) {
    .header-wrap .bg_image {
        margin: 0px auto 0;
    }
    header.site-header .l-innernv .top_copy {
        margin-top: 0;
        background-size: auto 100%;
        padding: 60px 0 0;
    }
    header.site-header .l-innernv .top_copy h1 {
        font-size: 31px;
    }
    body.home .page-wrap .content-wrapper .row {
        margin: 0;
        width: 100%;
        display: block;
    }
    .fp-content-area .products .l-inner {
        padding: 20px 0 35px;
    }
}
@media screen and (max-width: 1000px) {
    .base_w div h2 span {
        font-size: 22px;
    }
    .base_w div img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    div.img35p img {
        width: 39%;
    }
    div.img35p .txtbx {
        width: 58%;
    }
    div.img200 img {
        width: 25%;
    }
    div.img200 .txtbx {
        width: 71%;
    }
    div.img650 img {
        float: none;
        margin: 3px auto 20px;
        display: block;
    }
    .footer-widgets .widget {
        margin: 15px 7%;
    }
    .col-md-4, .col-md-4:last-child {
        width: 100%;
    }
    .col-md-4:first-child {
        width: 100%;
        margin: 0 0 40px;
    }


    #custom_html-6 {
        padding: 0;
    }
    ul.work_list {
        display: block;
    }
    ul.work_list li {
        width: 100%;
        margin: 0 0 1.5%;
    }
}

/*==768px以下の形状*/
@media screen and (max-width: 768px) {

    .base_w {
        flex-wrap: wrap;
    }
    .base_w div {
        width: 100%;
        display: inline-block;
    }
    .base_w div img {
        width: 100%;
        height: 300px;
    }
    #news.base_w div img {
        height: auto;
    }
    .base_w div.innr_bx {
        width: 100%;
        margin-top: -182px;
    }
    .base_w div.innr_bx .right_txt {
        width: 100%;
    }
	

    .base_w div h2 {
        padding: 13px 3% 13px 10%;
    }
    .base_w div.left h2 {
        padding: 13px 10% 13px 3%;
    }
    .content-area .entry-content h2.midashi {
        font-size: 20px;
    }
    div.img_sdgs .txtbx {
        width: 100%;
    }
    #information.base_w .innr_bx ul.news li,
    div.posts-layout.news ul.news li {
        width: 49.5%;
    }
    div.img_left.news .img_left_img {
        float: none;
        display: block;
        width: 100%;
        max-width: 400px;
        margin: 0 auto 20px;
    }
    div.img_left.news .txtbx {
        padding: 0 0 0 0;
    }
    header.site-header .l-innernv .top_copy,
    header.site-header .top_copy {
        font-size: 32px;
        padding: 178px 0 170px;
    }
    .page .page-wrap .content-wrapper, .single .page-wrap .content-wrapper {
        padding: 0 0;
    }
    #main div.h2_tit {
        margin: 0 0 20px;
    }
    #main div.h1_tit2 {
        margin: 36px 0 30px;
        min-height: 60px;
        border-left: 7px solid #003399;
    }
    #main div.h1_tit2 h1 {
        font-size: 27px;
        margin-left: 33px;
    }
    div.inr_bx h3.copy {
        font-size: 23px;
    }
    #main div.h1_tit {
        background-size: 45px;
        margin: 36px 0 30px;
        min-height: 60px;
    }
    #main div.h1_tit h1 {
        font-size: 27px;
    }
    #main div.h2_tit h2 {
        font-size: 22px;
    }
    /*div.pht_3wk div,
    div.phtbx_3wk div {
        width: 65%;
    }*/
    div.txt_left {
        text-align: center;
    }

    .mwform-tel-field input[type="text"],
    .mwform-zip-field input[type="text"] {
        width: 29%;
    }
    .drawer-open {
        position: relative;
        top: 1vw;
        left: 42vw;
    }
    /* 追加部分 ここまで */
    nav ul {
        display: block;
        list-style: none;
    }


}

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

    #main div.inr_bx h2, main div.inr_bx h2 {
        font-size: 25px;
        padding: 19px 16px 16px;
    }
    #main div.inr_bx h3 {
        font-size: 21px;
    }
    .content-area .entry-content ul li {
        font-size: 90%;
    }
    ul.logo li {
        width: 25%;
    }
    header.site-header .l-innernv.movie_blk .top_copy h1 {
        font-size: 30px;
    }
    header.site-header .l-innernv.movie_blk .top_copy h1 span.subcopy {
        font-size: 16px;
    }
    .drawer-open {
        position: relative;
        top: -8vw;
        left: 70vw;
    }
    #drawer-check:checked ~ .drawer-content {
        left: 30%;
    }
    /* ここまで追加 */
    .base_w div h2 span {
        font-size: 16px;
    }
    .base_w div.left h2 {
        clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
    }
    .base_w div.innr_bx .right_txt, .base_w div.innr_bx .left_txt {
        font-size: 16px;
    }
    header.site-header .l-innernv .top_copy,
    header.site-header .top_copy {
        font-size: 21px;
        padding: 160px 0 150px;
    }
    header.site-header .l-innernv .top_copy {
        margin-top: 0;
        background-size: 100% auto;
        padding: 90px 0 10px;
        font-size: 28px;
    }
    .base_w div.innr_bx p.linkbtn, .base_w div.innr_bx .left_txt p.linkbtn {
        text-align: center;
    }
    #information.base_w .innr_bx ul.news li div.photo,
    div.posts-layout.news ul.news li div.photo {
        height: 185px;
    }
}

@media screen and (max-width: 480px) {
    .flo_right {
        margin: 33px 0px 0 0;
	}
    header.site-header .l-innernv .top_copy h1 {
        font-size: 21px;
    }

    header.site-header .l-innernv .top_copy {
        font-size: 20px;
    }
    #main div.h2_tit {
        margin: 0 0px;
    }
    /*div.pht_3wk div,
    div.phtbx_3wk div {
        width: 80%;
    }*/
    #information.base_w .innr_bx ul.news li, div.posts-layout.news ul.news li {
        width: 100%;
        margin: 0 0 1%;
    }
}
