@media print {
  body {
    overflow: visible !important;
  }
}

body {
  line-height: 1.7;
  background-color: #fff;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

b {
  color: #000;
}

strong {
  color: #dc3a12;
}

blockquote {
  border: solid 1px #cccccc;
  background: #f0f0f0;
  margin: 1em;
  padding: 1em;
}

dl {
  margin: 1em 0;
}

dd {
  margin-left: 3em;
}

ul,
ol {
  margin: 1em 0 1em 2em;
  padding: 0;
}

hr {
  margin: 2em 0;
  border-width: 1px 0 0;
}

p {
  margin: 1em 0;
}

a {
  text-decoration: underline;
}

a img {
  vertical-align: middle;
}

input[type="text"]:focus,
textarea:focus {
  background-color: #ffc;
}

/* lazyload */
.fade {
  opacity: 0;
  transition: opacity 0.5s;
}

.fade.lazyloaded {
  opacity: 1;
}

.fadeUp {
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s;
}

.fadeUp.lazyloaded {
  transform: translateY(0);
  opacity: 1;
}

.zoom {
  opacity: 0;
  transform: scale(0.9);
  transition: 0.5s;
}

.zoom.lazyloaded {
  transform: scale(1);
  opacity: 1;
}

/*
  clearfix
*/
.pkg:after,
.wrapper:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

#breadcrumbs {
  margin: 0;
  padding: 0 0 10px;
  font-size: 13px;
}

#breadcrumbs ul {
  display: inline;
  margin: 0;
}

#breadcrumbs,
#breadcrumbs ul {
  list-style-type: none;
}

#breadcrumbs li {
  display: inline;
}

#breadcrumbs ul li {
  margin-left: .5em;
}

#breadcrumbs ul ul:before {
  content: ">";
  margin-left: .5em;
}

.entry-meta {
  font-size: 12px;
}

.entry-meta dt,
.entry-meta dd {
  display: inline;
}

.entry-header .entry-meta {
  text-align: right;
}

.entry-footer .entry-meta {
  clear: both;
  margin: 1em 0 0;
  border: dotted 1px #ccc;
  padding: 5px;
}

/* content */
div.hr {
  margin: 0;
  padding: 0;
  height: 0;
  border-top: solid 1px #3A78B5;
}

div.hr hr {
  display: none;
}

blockquote .cite {
  text-align: right;
}

a.img {
  display: block;
  text-decoration: none;
  overflow: hidden;
}

.img {
  display: block;
  position: relative;
  background-repeat: no-repeat;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
}

.img * {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
}

.img br {
  display: none;
}

.img a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

table.img {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table.img tr,
table.img th,
table.img td {
  background-color: transparent !important;
}

.alignright,
.right {
  float: right;
  padding: 0 0 10px 10px;
}

.alignleft,
.left {
  float: left;
  padding: 0 10px 10px 0;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clr {
  clear: both;
}

.img2 {
  text-align: center;
  text-indent: 0;
}

.imgList {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div.att {
  margin-top: 1em;
}

div.att>p,
p.att {
  margin-top: 1em;
  text-indent: -1em;
  padding-left: 1em;
}

div.att p {
  margin: 0;
}

div.att>p>span:first-child,
.att>span:first-child {
  color: red;
  font-style: normal;
}

span.att {
  text-indent: 0;
  padding: 0;
}

.att2 {
  color: red;
}

p.more a,
a.more {
  background: url(li02.png) no-repeat 0 50%;
  padding-left: 16px;
}

ul.more {
  list-style-type: none;
  margin: 1em 0 1em 5px;
  padding: 0;
}

ul.more li {
  background: url(li02.png) no-repeat 0 .3em;
  padding: 0 0 0 16px;
  margin: 4px 0;
}

ul.more ol {
  margin: 1em 0 1em 2em;
}

ul.more ul {
  list-style-type: disc;
  margin: 1em 0 1em 2em;
}

ul.more li li {
  padding: 0;
  background-image: none;
}

.checkList {
  display: table;
  list-style-type: none;
  margin: 1em auto;
}

.checkList li {
  background: url(check_i01.png) no-repeat 0 .4em;
  padding-left: 26px;
}

.fade a:hover {
  opacity: 0.3;
}

/* table */
.outer {
  border: solid 1px #ccc;
}

.table {
  margin: 1em auto 0;
  border-collapse: collapse;
}

.table th,
.table td {
  color: #333;
  padding: 2px 5px;
  border: solid 1px #ccc;
}

.table th {
  font-weight: normal;
  vertical-align: middle;
  text-align: center;
}

.odd,
.table>tbody>tr>td {
  background: #fff;
}

.even,
.table2>tbody>tr:nth-of-type(2n)>td,
.table2>tbody>tr:nth-of-type(2n+1)>th,
.table>tbody>tr>th {
  background-color: #ecf5f5;
}

.table2>tbody>tr:nth-of-type(2n)>th {
  background-color: #f6ffff;
}

.table>tbody>tr.head>th {
  background-color: #ddd;
  font-weight: bold;
}

.table2>tbody>tr.head>th {
  background-color: #023461;
  color: #fff;
  font-weight: bold;
  padding: 4px 5px;
  font-size: 128%;
}

caption,
tr.caption>th {
  background-color: #1f4c9f;
  color: #fff;
  text-align: left !important;
  padding: 2px 5px;
  font-size: 114%;
}

.fee {
  margin: 1em auto 0;
  width: 100%;
}

.fee>tbody>tr>th,
.fee>tbody>tr>td,
.table .val {
  vertical-align: middle;
  text-align: center;
}

.table .text {
  text-align: left !important;
}

table.list {
  width: 100%;
  margin-top: 1em;
}

table.list th,
table.list td {
  vertical-align: top;
  text-align: left;
}

table.list .head td {
  text-align: center;
}

.history {
  border: none;
  width: 100%;
  margin-top: 1em;
}

.history th {
  font-weight: normal;
  width: 7em;
}

.history th,
.history td {
  border: none;
  text-align: left;
  vertical-align: top;
  border-top: dashed 1px silver;
  padding: 2px 0;
}

.history tr:first-child th,
.history tr:first-child td {
  border: none;
}

.table td :first-child {
  margin-top: 0;
  margin-bottom: 0;
}

a.feed {
  background: url('feed.gif') no-repeat 0 0;
  margin-left: 12px;
  padding-left: 12px;
}

.fsL {
  font-size: 128%;
}

.fsLL {
  font-size: 144%;
}

.mark,
.markTbl td {
  text-align: center;
  font-family: "MS PGothic";
}

.mailaddress {
  vertical-align: middle;
}

.gmap {
  margin: 20px auto;
  width: 600px;
}

.slideMenu .header span {
  display: none;
}


/* content */
.content {
  position: relative;
  font-size: 88%;
}

body:not([class*="single"]) .content h1 {
  display: none;
}

.content h1 {
  margin: 0;
  font-size: 150%;
  padding: 8px 16px;
  background: url(h1.png) no-repeat 0 .6em;
  border-top: solid 4px #023894;
  border-bottom: solid 2px #ccc;
}

.content h1+h2,
.content h1+h3,
.content h2+h3 {
  margin-top: 1em;
}

.content h1.img {
  border: none;
  height: 160px;
  padding: 0;
  text-indent: -9999px;
}

.archive-title {
  margin: 0 10px;
}

.content h2 {
  margin: 2em 0 0;
  font-size: 128%;
  background: #023461;
  color: #fff;
  padding: 6px 16px;
}

.content h2.header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2em 0 0;
  padding: 0;
  height: 64px;
  background: url(h2bg.png) repeat-x;
  color: #fff;
  font-size: 26px;
  text-align: center;
}

.content h2 a,
.content h3 a {
  color: #fff;
}

.content h1+h2 {
  margin-top: 1em !important;
}

.content h3 {
  margin: 2em 0 0;
  font-size: 114%;
  color: #1f4c9f;
  border: solid 2px #1f4c9f;
  padding: 5px 14px;
}

.content h4 {
  margin: 1.5em 0 0;
  font-size: 100%;
  color: #eb5c02;
  border-bottom: dashed 1px #eb5c02;
}

.content h5 {
  margin: 1em 0 0;
  font-size: 100%;
  color: #347293;
}

.content h6 {
  margin: 1em 0 0;
  font-size: 100%;
  color: #000;
}

.content p {
  margin: 1em 0 0;
}

.content b.b2 {
  color: red;
}

#gotop .gotop {
  margin-top: 0;
  margin-bottom: 0;
}

#content .gotop {
  display: none;
}

#gotop {
  display: block;
  position: fixed;
  width: 100%;
  height: 0;
  top: auto;
  bottom: 20px;
  z-index: 9999;
}

#gotop a {
  float: right;
  margin-top: -100px;
  margin-right: -15mm;
  background: #666;
  color: #fff;
  text-align: center;
  height: auto;
  width: auto;
  overflow: visible;
  text-decoration: none;
  text-indent: 0;
  padding: 15px;
  font-size: 20px;
  line-height: 1;
  border-radius: 25px;
}

/*  */
.drop-down-category {
  margin: 1em auto;
  text-align: center;
}

.pagination {
  clear: both;
  margin: 20px 0;
  font-size: 75%;
  line-height: 2;
}

.pagination:after {
  clear: both;
  display: block;
  content: " ";
  height: 0;
}

.pagination>* {
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background: #555;
}

.pagination a:hover,
.pagination .current {
  background: #1f4c9f;
  color: #fff;
}

/* contact form 7 */
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
}

.wpcf7 *:focus {
  background-color: #ffc;
}

.wpcf7 input,
.wpcf7 textarea {
  font-weight: normal;
}

.wpcf7 label {
  font-weight: bold;
}

.wpcf7 input.name {
  width: 20em;
}

.wpcf7 input.tel {
  width: 14em;
}

.wpcf7 input.mail {
  width: 30em;
}

.wpcf7 input.zip {
  width: 8em;
}

.wpcf7 input.pref {
  width: 8em;
}

.wpcf7 input.address {
  width: 100%;
}

.wpcf7 textarea {
  width: 100%;
  height: 8em;
}

.wpcf7 label b {
  font-weight: normal;
  color: red;
}

.wpcf7 fieldset {
  background: transparent;
  margin: 1em 0 0;
  padding: 10px 15px;
}

.wpcf7 fieldset label {
  font-weight: normal;
  white-space: nowrap;
  float: left;
  margin-right: 1em;
}

.wpcf7 legend {
  font-weight: bold;
  color: #000;
}

.wpcf7 legend b {
  color: red;
}

.wpcf7-checkbox {
  display: block;
  clear: both;
}

.wpcf7-checkbox .wpcf7-list-item {
  display: block;
}

.wpcf7-checkbox label {
  font-weight: normal;
}

.wpcf7-checkbox:after {
  display: block;
  clear: both;
  content: " ";
  height: 0;
}

.wpcf7-radio label {
  font-weight: normal;
}

.wpcf7 .mf_month,
.wpcf7 .mf_day,
.wpcf7 .mf_hour,
.wpcf7 .mf_month2,
.wpcf7 .mf_day2,
.wpcf7 .mf_hour2,
.wpcf7 .mf_month3,
.wpcf7 .mf_day3,
.wpcf7 .mf_hour3 {
  display: inline;
}

.wpcf7 .mf_privacy {
  position: static;
  display: inline;
  margin-right: 1em;
}

.wpcf7 #mf_privacy {
  position: relative;
}

.wpcf7 #mf_privacy .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  bottom: -1em;
  width: 100%;
}

.wpcf7 .wpcf7-not-valid {
  background: pink;
}

.tags-list {
  display:flex;
  flex-wrap: wrap;
  margin:1em auto;
  list-style-type: none;
  & li {
    margin:0 10px 10px 0;
    & a {
      text-decoration: none;
    }
  }
}

/* widget */
.widget {
  padding: 0;
  background: #fff;
}

#content .widget {
  margin-top: 16px;
}

#content2 .widget,
#content3 .widget {
  margin-top: 16px;
}

#contents .widget:first-child {
  margin-top: 0;
}

.widget .header {
  margin: 0;
  padding: 0;
}

.wPosts {
  position: relative;
}

.wPosts .header {
  position: relative;
  border: none;
  margin-bottom: 16px;
  padding: 0;
}

.wPosts .header a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  background: url(h2bg.png) repeat-x;
  color: #fff;
  font-size: 26px;
  text-align: center;
  text-decoration: none;
}

.wPosts .header a:before {
  content: "";
  display: block;
  margin-right: 16px;
  width: 26px;
  height: 30px;
  background: url(feature_icon.png) no-repeat;
}

.wPosts .header a:after {
  content: "";
  position: absolute;
  margin-bottom: -4px;
  right: 10px;
  bottom: 50%;
  font-weight: bold;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
}

.wPosts .categoryTop {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 40px;
}

.wPosts .categoryTop a {
  float: right;
  line-height: 40px;
  width: 10px;
  background: url(li01.svg) no-repeat 0 50%;
  background-size: contain;
  text-decoration: none;
  margin-right: 10px;
  text-indent: -9999px;
}

.wPosts ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.wPosts li {
  padding: 10px;
}

.wPosts li a {
  color: #444;
  text-decoration: none;
}

.wPosts .thumb img {
  max-width: 100%;
  height: auto;
}

.wPosts .thumb .noimg {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ccc;
  aspect-ratio: 300 / 192;

  &:before {
    content: "no image";
    display: block;
  }
}

.wPosts .date {
  width: 9em;
  font-size: 14px;
}

.wPosts .new {
  display: inline;
  margin-left: 5px;
  color: #f00;
}

.wCol2 .wPosts .header a {
  height: 48px;
  background: url(h2bg2.png) repeat-x;
  font-size: 21px;
}

.wCol2 .outer {
  display: flex;
  flex-wrap: wrap;
  border: none;
  margin: -16px 0 0 -16px;
  padding: 0;
}

.wCol2 .outer>.widget {
  box-sizing: border-box;
  border: none;
  margin: 0 !important;
  padding: 16px 0 0 16px;
  width: 50%;
}

.wFlow>.pkg {
  background: url(flow_arrow1.png) repeat-y;
  padding-left: 80px;
}

.wFlow>.pkg:after {
  content: "";
  display: block;
  margin-left: -80px;
  width: 80px;
  height: 35px;
  background: url(flow_arrow2.png) no-repeat;
}

.wFlow>.pkg:last-child,
.wFlow>.pkg:last-child:after {
  padding-bottom: 0;
  background-color: #fff;
  background-image: none;
}

.wFlow>.pkg .header {
  margin-top: 5px;
  margin-left: -80px;
}

.wPrivacyPolicy {
  margin: 1em 0 0;
  border: solid 1px #ccc;
  padding: 9px;
  height: 200px;
  overflow: auto;
}

.wPrivacyPolicy>*:first-child {
  margin-top: 0;
}

.wShareButton ul {
  list-style-type: none;
  margin: 0;
}

.wShareButton ul:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.wShareButton li {
  float: left;
  margin: 10px;
}

.wShareButton .line {
  display: block;
  width: 82px;
  height: 20px;
  background: url(linebutton_82x20.png) no-repeat;
  background-size: 82px 20px;
  text-indent: -9999px;
}

.wMovie {
  max-width: 560px;
  margin: 10px auto;
}

.wMovie>div {
  position: relative;
  height: 0;
  padding: 56.25% 0 0;
}

.wMovie>div iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.wColumn .header a:before {
  width: 28px;
  height: 30px;
  background: url(m04_icon.png) no-repeat;
}

.wColumn ul {
  width: 100%;
}

.wColumn li {
  display: flex;
  align-items: flex-start;
  border-bottom: solid 1px #ccc;
  margin-top: 10px;
  padding: 16px;
}

.wColumn .cats {
  display: block;
  width: 180px;
  flex-shrink: 0;
  background: #348fb8;
  font-size: 12px;
  text-align: center;
}

.wColumn .date {
  margin-left: 1em;
  flex-shrink: 0;
}

.wColumn .title {
  display: block;
  margin-top: -3px;
  width: 100%;
  font-size: 114%;
}

/* .wColumn .cats>a { display:flex; justify-content:space-around; align-items:center; height:21px; color:#fff; background:#348fb8; font-size:12px; text-align:center; } */
.wColumn .cats>a {
  color: #fff;
  margin-right: 5px;
}

.wColumn .more {
  margin: 10px auto;
  max-width: 300px;
}

.wColumn .more a {
  display: block;
  height: 0;
  padding: 16.66666666666667% 0 0;
  background: url(b_tag-column2.png) no-repeat;
  background-size: contain;
  text-indent: -9999px;
}

.tagList>li>span {
  display: inline-block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  width: 160px;
  padding: 0 5px;
  background: #956034;
}

.tagList ul a {
  background: #fff !important;
  color: #000;
}

.tagList>li.t-kigyouhoumu span {
  background: #3488ad;
}

.tagList>li.t-shikinchoutatsu span {
  background: #2b5192;
}

.tagList>li.t-soshikisaihen span {
  background: #8f559f;
}

.tagList>li.t-kabushikijouto span {
  background: #cd5018;
}

.tagList>li.t-jigyousyoukei span {
  background: #7db85c;
}

.tagList>li.t-syougyoutouki span {
  background: #019176;
}

.tagList .more {
  margin: 1em 0;
  max-width: 300px;
}

.tagList .more a {
  display: block;
  height: 0;
  padding: 16.66666666666667% 0 0;
  background: url(b_tag-column2.png) no-repeat;
  background-size: contain;
  text-indent: -9999px;
}

.moreRelatedColumn {
  margin: 1em auto !important;
  max-width: 300px;
}

.moreRelatedColumn a {
  display: block;
  height: 0;
  padding: 16.66666666666667% 0 0;
  background: url(b_tag-column.png) no-repeat;
  background-size: contain !important;
  text-indent: -9999px;
}

.moreInterview {
  margin: 1em auto !important;
  max-width: 300px;
}

.moreInterview a {
  display: block;
  height: 0;
  padding: 16.66666666666667% 0 0;
  background: url(b_interview.png) no-repeat;
  background-size: contain !important;
  text-indent: -9999px;
}

.moreGMap {
  margin: 1em auto !important;
  max-width: 300px;
}

.moreGMap a {
  display: block;
  height: 0;
  padding: 16.66666666666667% 0 0;
  background: url(b_gmap.png) no-repeat;
  background-size: contain !important;
  text-indent: -9999px;
}

.wInformation .header a:before {
  width: 26px;
  height: 26px;
  background: url(m05_icon.png) no-repeat;
}

.wInformation ul {
  padding: 0;
}

.wInformation li {
  padding: 0;
}

.wInformation li>a {
  display: block;
  padding: 8px;
  border-bottom: solid 1px #ccc;
}

.wInformation li span {
  display: block;
}

.wInformation .title {
  width: auto;
}

.wInformation .title a {
  display: block;
  text-decoration: underline;
}

.wInformation .new {
  display: inline;
  padding: 0;
}

.wMenu ul {
  list-style-type: none;
  margin: 0;
}

.wMenu ul a {
  display: block;
  margin-top: 10px;
  height: 64px;
  text-indent: -9999px;
}

.wMenu li:first-child a {
  margin-top: 0;
}

.wMenu .flow a {
  background: url(sb01.png) no-repeat;
}

.wMenu .qa a {
  background: url(sb02.png) no-repeat;
}

.wMenu .jirei a {
  background: url(sb_jirei.png) no-repeat;
}

.wMenu .tpm a {
  background: url(sb_tpm.png) no-repeat;
}

.wMenu2 ul {
  list-style-type: none;
  margin: 0;
  height: 160px;
  background: url(s_matsumoto.png) no-repeat;
}

.wMenu2 li {
  margin-left: 149px;
  padding-top: 2px;
}

.wMenu2 li a {
  display: block;
  width: 147px;
  height: 47px;
  text-indent: -9999px;
}

.wNews .header {
  background: url(m05.png) no-repeat;
  height: 48px;
  text-indent: -9999px;
}

.wNews .header a:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 0;
  width: 9px;
  height: 100%;
  background: url(li01.svg) no-repeat 0 50%;
}

.wNews ul {
  padding: 0;
}

.wNews li {
  padding: 0;
}

.wNews li>a {
  display: block;
  padding: 8px;
  border-bottom: solid 1px #ccc;
}

.wNews li span {
  display: block;
}

.wNews .title {
  width: auto;
}

.wNews .title a {
  display: block;
  text-decoration: underline;
}

.wTPM .header a:before {
  width: 32px;
  height: 26px;
  background: url(m06_icon.png) no-repeat;
}

.wTPM li {
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #ccc;
  margin-top: 10px;
  padding: 16px 8px;
}

.wTPM .cats {
  display: block;
  flex-shrink: 0;
  width: 180px;
  text-align: center;
}

.wTPM .date {
  display: block;
  flex-shrink: 0;
  width: 8em;
  padding-left: 1em;
}

.wTPM .title {
  display: block;
  width: 100%;
  font-size: 114%;
}

.wTPM .cats>a {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 21px;
  color: #fff;
  background: #348fb8;
  font-size: 12px;
  text-align: center;
}

.wTPM .cats>.cat1 {
  background: #3488ad;
}

.wTPM .cats>.cat2 {
  background: #7db85c;
}

.wBox {
  display: table;
  margin: 1em auto;
}

.wBox .inner {
  border: solid 2px #023461;
  padding: 20px;
}

.wBox .inner>*:first-child {
  margin-top: 0;
}

.wBox h2 {
  background: initial;
  color: #023461;
  font-size: 143.75%;
  text-align: center;
}

/* bxslider */
.bxslider {
  list-style-type: none;
  margin: 0;
}

.bx-viewport {
  clear: both;
  border: none !important;
  box-shadow: none !important;
  left: 0 !important;
}

.bx-wrapper .bx-viewport {
  background: transparent !important;
}

/* contentImage */
#contentImage {
  position: relative;
  padding: 15% 0 0;
  height: 0;
  background-image: url(column-list_h1_bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}

#contentImage h1 {
  position: absolute;
  left: 32px;
  right: 32px;
  top: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  color: #004097;
  font-size: 35px;
  font-weight: bold;
}

.url-office #contentImage {
  background-image: url(h_title1.png);
  text-indent: -9999px;
}

.url-office-introduction #contentImage {
  background-image: url(h_title2.png);
  text-indent: -9999px;
}

.url-office-service #contentImage {
  background-image: url(h_title3.png);
  text-indent: -9999px;
}

.url-office-fee #contentImage {
  background-image: url(h_title4.png);
  text-indent: -9999px;
}

/* .url-office #contentImage { background-image:url(h_title5.png); text-indent:-9999px; } */
.url-contact #contentImage {
  background-image: url(h_title6.png);
  text-indent: -9999px;
}

body[class*="jigyousyoukei"] #contentImage {
  background-image: url(jigyousyoukei_h1.jpg);
}

body[class*="kigyouhoumu"] #contentImage {
  background-image: url(kigyouhoumu_h1.jpg);
}

body[class*="shikinchoutatsu"] #contentImage {
  background-image: url(shikinchoutatsu_h1_bg.jpg);
}

body[class*="kabushikijouto"] #contentImage {
  background-image: url(soshikisaihen_h1.jpg);
}

body[class*="soshikisaihen"] #contentImage {
  background-image: url(soshikisaihen_h1.jpg);
}

body[class*="syougyoutouki"] #contentImage {
  background-image: url(syougyoutouki_h1.jpg);
}

/* 問い合わせバナー */
.widget-tel {
  margin: 1em auto;
  max-width: 614px;

  & .img {
    padding-top: 32.57%;
    height: 0;
    background: url(inquiry.jpg) no-repeat 0 0/contain;
  }
}

.widget-inquiry {
  margin: 1em auto;
  max-width: 614px;

  & .widget-tel {
    margin: 16px auto 8px;
  }

  & ul {
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin: 8px auto;
    padding: 0;

    & li {
      margin: 8px 0;
      width: 205px;
    }

    & a {
      display: block;
      height: 42px;
      text-indent: -9999px;
    }

    & .flow a {
      background: url(inquiry_flow.png) no-repeat;
    }

    & .line a {
      background: url(inquiry_line.png) no-repeat;
    }

    & .mail {
      width: 204px;

      & a {
        background: url(inquiry_mail.png) no-repeat;
      }
    }
  }
}

#siteMenu2 {
  position: fixed;
  right: 0;
  bottom: 200px;
  width: 64px;
}

#siteMenu2 ul {
  list-style-type: none;
  margin: 0;
}

#siteMenu2 li a {
  display: block;
  margin: 2px 0 0;
  height: 48px;
  text-indent: -9999px;
}

#siteMenu2 .contact a {
  background: url(floting_b1.png) no-repeat;
}

#siteMenu2 .gotop a {
  background: url(floting_b2.png) no-repeat;
}

#siteMenu2 .line a {
  background: url(floting_b3.png) no-repeat;
}

@media print,
screen and (min-width:751px) {
  body {
    min-width: 960px;
  }

  a:hover {
    opacity: .5;
    background-color: rgba(255, 255, 255, 0.5);
  }

  /* hidden */
  .mobileDisp,
  .sp,
  #siteMenu,
  #navigation,
  .wspMenu,
  .wspMenu2,
  .fspMenu {
    display: none !important;
  }

  /* layout */
  .wrapper {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
  }

  #contents {
    clear: both;
    position: static;
    margin: 16px 0;
  }

  #content {
    padding-right: 16px;
    padding-left: 16px;
  }

  #content2,
  #content3 {
    display: none;
  }

  #contentFooter {
    clear: both;
    margin-top: 2em;
  }

  #siteMenu2 {
    position: fixed;
    right: 0;
    bottom: 200px;
    width: 64px;
  }

  #siteMenu2 ul {
    list-style-type: none;
    margin: 0;
  }

  #siteMenu2 li a {
    display: block;
    margin: 2px 0 0;
    height: 48px;
    text-indent: -9999px;
  }

  #siteMenu2 .contact a {
    background: url(floting_b1.png) no-repeat;
  }

  #siteMenu2 .gotop a {
    background: url(floting_b2.png) no-repeat;
  }

  #siteMenu2 .line a {
    background: url(floting_b3.png) no-repeat;
  }

  /* #header {} */
  .home #header {
    background: url(main_img.jpg) no-repeat 50% 0;
  }

  #headerContent * {
    margin-top: 0;
    margin-bottom: 0;
  }

  #headerContent {
    position: relative;
    background: url(header.png) no-repeat;
    height: 144px;
    text-indent: -9999px;
  }

  #headerContent .tel>a {
    position: absolute;
    left: 557px;
    top: 33px;
    width: 245px;
    height: 23px;
  }

  #headerContent .mail>a {
    position: absolute;
    left: 864px;
    top: 20px;
    width: 80px;
    height: 80px;
  }

  #siteName {
    float: left;
    display: flex;
    align-items: center;
    max-width: 291px;
    width: 100%;
    height: 100%;
  }

  #siteName .img {
    flex-shrink: 0;
    width: 100%;
    height:105px;
    background: url(sitename.png) no-repeat 0 0/contain;
  }

  #hImg {
    height: 400px;
  }

  #hImg .img {
    display: none;
    background: url(main_img2.png) no-repeat 50% 0;
    height: 400px;
  }

  /* 画像メニュー */
  #hMenu {
    border-top: solid 4px #004097;
  }

  #hMenu ul {
    list-style-type: none;
    margin: 0 auto;
  }

  #hMenu li {
    float: left;
  }

  #hMenu a {
    display: block;
    width: 160px;
    height: 48px;
    background-image: url(hm.png);
    text-indent: -9999px;
  }

  #hm1 a {
    background-position: 0 0;
  }

  #hm2 a {
    background-position: -160px 0;
  }

  #hm3 a {
    background-position: -320px 0;
  }

  #hm4 a {
    background-position: -480px 0;
  }

  #hm5 a {
    background-position: -640px 0;
  }

  #hm6 a {
    background-position: -800px 0;
  }

  #hMenu>ul>li {
    position: relative;
  }

  #hMenu>ul>li:hover ul {
    top: 48px;
    visibility: visible;
    opacity: 1;
  }

  #hMenu>ul>li>a {
    position: static;
    display: block;
    height: 48px;
  }

  #hMenu ul ul {
    list-style-type: none;
    margin: 0;
    position: absolute;
    top: 48px;
    width: 100%;
    background: #ccc;
    transition: all .2s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    border-top: solid 1px #ccc;
  }

  #hMenu ul ul li {
    float: none;
  }

  #hMenu ul ul a {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: none;
    text-indent: 0;
    background: #004097;
    border-style: solid;
    border-width: 0 1px 1px;
    border-color: #ccc;
    padding: 9px;
    font-size: 13px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
  }

  /* footer */
  #footer-access .wrapper {

    /* display: flex;
        justify-content: space-between;

        &>* {
            width: calc(50% - 10px);
        } */
    & #footer-name {
      text-align: center;
    }
  }

  #footer-map .gmap {
    width: 100%;
    height: 300px;

    & iframe {
      width: 100%;
      height: 100%;
    }
  }

  #footer {
    border-top: solid 4px #004097;
  }

  .fMenu {
    float: left;
    font-size: 14px;
  }

  .fMenu ul {
    list-style-type: none;
    margin: 0;
    margin-top: 15px;
  }

  .fMenu li {
    display: inline;
    border-left: solid 1px #000;
    padding: 0 5px;
  }

  .fMenu li:first-child {
    border-left: none;
    padding-left: 0;
  }

  .fMenu li a {
    color: #000;
    text-decoration: none;
  }

  #footerContent .siteName {
    float: right;
    width: 282px;
  }

  #footerContent .siteName .img {
    background: url(f_logo.png) no-repeat;
    height: 80px;
  }

  #copyright {
    background: #004097;
    color: #fff;
    font-size: 12px;
    padding: 10px;
    text-align: center;
  }

  /* content */

  /* widget */
  .widgetHeader {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    height: 48px;
    background: url(h2bg.png) repeat-x;
    color: #fff;
    font-size: 26px;
    text-align: center;
  }

  .widgetHeader:before {
    content: "";
    display: block;
    margin-right: 16px;
    width: 26px;
    height: 30px;
    background: url(feature_icon.png) no-repeat;
  }

  .wService a {
    color: #000;
    text-decoration: none;
  }

  .wService .pkg {
    padding: 0;
    margin: 0 0 0 -16px;
  }

  .wService .pkg>div {
    float: left;
    width: 33.33%;
  }

  .wService .pkg>div>div {
    margin: 0 0 0 16px;
  }

  .wService .header {
    height: 64px;
    background-size: contain !important;
    text-indent: -9999px;
  }

  .wService .body {
    position: relative;
    border-width: 0 1px 1px;
    border-style: solid;
    padding: 15px 115px 15px 15px;
    font-size: 14px;
  }

  .wService .body:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 15px;
    width: 85px;
    height: 85px;
  }

  .wService .txt {
    height: 8em;
  }

  .wService .more {
    margin: 15px -115px -15px -15px;
    padding: 5px 16px;
    color: #fff;
    text-align: center;
  }

  .wService .more>span {
    background: url(li01.png) no-repeat 100% 50%;
    padding-right: 20px;
  }

  .wService .s01 .header {
    background: url(tm1.png) no-repeat;
  }

  .wService .s01 .body:after {
    background: url(tm1_ill.png) no-repeat;
  }

  .wService .s01 .more {
    background: #009ce6;
  }

  .wService .s02 .header {
    background: url(tm2.png) no-repeat;
  }

  .wService .s02 .body {
    border-color: #f8b308;
  }

  .wService .s02 .body:after {
    background: url(tm2_ill.png) no-repeat;
  }

  .wService .s02 .more {
    background: #f8b308;
  }

  .wService .s03 .header {
    background: url(tm3.png) no-repeat;
  }

  .wService .s03 .body {
    border-color: #71bb48;
  }

  .wService .s03 .body:after {
    background: url(tm3_ill.png) no-repeat;
  }

  .wService .s03 .more {
    background: #71bb48;
  }

  .wWelcome:before {
    content: "";
    float: right;
    width: 172px;
    height: 198px;
    background: url(m01_p1.png) no-repeat;
  }

  .wWelcome .header {
    width: calc(100% - 172px);
  }

  .wWelcome .header .img {
    height: 66px;
    background: url(m01.png) no-repeat 50% 0;
  }

  .wWelcome .pkg {
    width: calc(100% - 172px);
  }

  .wWelcome a.more {
    padding-left: 0;
    vertical-align: middle;
  }

  .wWelcome a.more:after {
    content: url(more.png);
    position: relative;
    top: 2px;
    left: 5px;
  }

  .wFeature .f {
    margin-top: 16px;
    padding-right: 236px;
    background: url(feature_p1.jpg) no-repeat 100% 0;
  }

  .wFeature .header2 {
    padding: 8px 0 8px 68px;
    background: url(feature-1.png) no-repeat;
    color: #e66311;
    font-size: 23px;
  }

  .wFeature .body2 {
    padding: 0 0 0 68px;
  }

  .wFeature a.more {
    padding-left: 0;
    vertical-align: middle;
  }

  .wFeature a.more:after {
    content: url(more.png);
    position: relative;
    top: 2px;
    left: 5px;
  }

  .wFeature .f02 {
    background: url(feature_p2.jpg) no-repeat 100% 0;
  }

  .wFeature .f03 {
    background: url(feature_p3.jpg) no-repeat 100% 0;
  }

  .wFeature .f02 .header2 {
    background: url(feature-2.png) no-repeat;
  }

  .wFeature .f03 .header2 {
    background: url(feature-3.png) no-repeat;
  }

  .wSoudan .widgetHeader:before {
    width: 24px;
    height: 30px;
    background: url(m02_icon.png) no-repeat;
  }

  .wSoudan .body {
    display: flex;
    flex-wrap: wrap;
    margin: -14px 0 0 -14px;
  }

  .wSoudan .s {
    box-sizing: border-box;
    padding: 14px 0 0 14px;
    width: 33.33%;
  }

  .wSoudan a {
    color: #444;
    text-decoration: none;
  }

  .wSoudan .header2 .img {
    height: 97px;
  }

  .wSoudan .s01 .header2 .img {
    background: url(m02_1.png) no-repeat;
  }

  .wSoudan .s02 .header2 .img {
    background: url(m02_2.png) no-repeat;
  }

  .wSoudan .s03 .header2 .img {
    background: url(m02_3.png) no-repeat;
  }

  .wSoudan .s04 .header2 .img {
    background: url(m02_4.png) no-repeat;
  }

  .wSoudan .s05 .header2 .img {
    background: url(m02_5.png) no-repeat;
  }

  .wSoudan .s06 .header2 .img {
    background: url(m02_6.png) no-repeat;
  }

  .wTel {
    margin-right: auto;
    margin-left: auto;
    max-width: 614px;
  }

  .wTel .img {
    background: url(inquiry_tel.png) no-repeat;
    height: 0;
    padding: 39.08794788273616% 0 0;
  }

  .wTel .s01 a {
    left: 0;
    top: 81.25%;
    width: 33.33%;
    height: 0;
    padding: 7.32899022801303% 0 0 !important;
    z-index: 999;
  }

  .wTel .s02 a {
    left: 33.33%;
    top: 81.25%;
    width: 33.33%;
    height: 0;
    padding: 7.32899022801303% 0 0 !important;
    z-index: 999;
  }

  .wTel .s03 a {
    left: 66.66%;
    top: 81.25%;
    width: 33.33%;
    height: 0;
    padding: 7.32899022801303% 0 0 !important;
    z-index: 999;
  }

  .wMail {
    margin-right: auto;
    margin-left: auto;
    max-width: 614px;
  }

  .wMail .pkg {
    list-style-type: none;
    margin: 0 0 0 -16px;
  }

  .wMail li {
    float: left;
    width: 50%;
  }

  .wMail li a {
    display: block;
    margin: 16px 0 0 16px;
    height: 64px;
    text-indent: -9999px;
  }

  .wMail .mail a {
    background: url(inquiry_mail.png) no-repeat;
  }

  .wMail .flow a {
    background: url(sb01.png) no-repeat;
  }

  .wTel2 .img {
    background: url(inquiry2_tel.png) no-repeat;
    height: 304px;
  }

  .wMail2 .img {
    background: url(inquiry2_mail.png) no-repeat;
    height: 64px;
  }

  .wInquiry2 .wMail2 {
    margin-top: 16px;
  }

  .wMsg {
    margin: 1em auto;
    max-width: 600px;
  }

  .wMsg .img {
    background: url(introduction01.png) no-repeat;
    height: 0;
    padding: 53.33333333333333% 0 0;
  }

  .wFlow2 .inner {
    position: relative;
    border: solid 1px #808080;
    margin-top: 10px;
    padding: 20px 340px 20px 20px;
    min-height: 215px;
    box-sizing: border-box;
  }

  .wFlow2 .inner:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }

  .wFlow2 .head {
    border: none;
    margin: 0;
    padding: 0;
    background: initial;
    color: #1f4c9f;
    font-size: 118.75%;
  }

  .wFlow2 .head img {
    margin-right: 16px;
    vertical-align: middle;
  }

  .wFlow2 .img2 {
    position: absolute;
    right: 0;
    top: 0;
  }

  .wFlow2 .body {
    margin-top: 16px;
  }

  .wFAQ .faq {
    padding: 10px 0 0;
  }

  .wFAQ label {
    position: relative;
    display: block;
    border-left: solid 6px #023894;
    padding-left: 14px;
    color: #000;
    font-size: 125%;
    cursor: pointer;
  }

  .wFAQ label:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    border: none;
    background: url(qa_on.png) no-repeat;
  }

  .wFAQ input+label+.a {
    margin: 10px 0 0;
    padding: 0 16px;
    height: 1px;
    background: #eee;
    transition: all .2s;
    overflow: hidden;
  }

  .wFAQ input:checked+label:after {
    display: block;
    background: url(qa_off.png) no-repeat;
  }

  .wFAQ input:checked+label+.a {
    box-sizing: border-box;
    padding: 16px;
    height: 100%;
  }

  .wFAQ input {
    display: none;
  }

  .wFAQ .more {
    margin: 1em auto;
    text-align: right;
    vertical-align: middle;
  }

  .wFAQ .more a:after {
    content: url(more.png);
    position: relative;
    top: 2px;
    left: 5px;
  }

  .wColumn2 .outer {
    display: flex;
    flex-wrap: wrap;
    border: none;
    margin: -16px 0 0 -16px;
    padding: 0;
  }

  .wColumn2 .column {
    box-sizing: border-box;
    padding: 16px 0 0 16px;
    width: 33.33%;
  }

  .wColumn2 .cats {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #023894;
    text-align: center;
  }

  .wColumn2 .cats a {
    margin-right: 8px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
  }

  .wColumn2 .date {
    font-size: 14px;
  }
}

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

@media screen and (max-width:750px) {
  body {
    padding-top: 40px;
  }

  .mm-opened {
    margin-top: 0;
  }

  .mm-opened body {
    padding-top: 0;
  }

  a[name] {
    display: block;
    position: relative;
    margin-top: -40px;
    padding-top: 40px;
    width: 0;
    height: 0;
    z-index: 0;
  }

  img {
    max-width: 100%;
  }

  img.right,
  img.left {
    display: block;
    float: none;
    margin: 10px auto;
    padding: 0;
  }

  .img {
    background-size: contain !important;
  }

  .mm-list a:not([class*="subopen"]) {
    padding: 20px !important;
  }

  .mm-subclose,
  .mm-panel {
    color: #004097 !important;
    background-color: #fff !important;
  }

  .mm-list {
    font-size: 114% !important;
    padding-top: 40px !important
  }

  .mm-list>li:after {
    border-color: #a7cce6 !important;
    margin-left: -20px !important;
  }

  .mm-subopen:before {
    border: none !important
  }

  .mm-subclose:before,
  .mm-subopen:after {
    border-color: #004097 !important
  }

  .mm-subclose:before {
    margin-bottom: 0 !important;
  }

  .mm-page {
    background-color: #fff;
    overflow: hidden;
  }

  .mm-page[style*="min-height"] #siteMenu {
    /* margin-top:-40px; */
  }

  .admin-bar #wpadminbar {
    position: fixed;
  }

  .admin-bar #siteMenu {
    top: 46px;
  }

  #nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: -20px -20px 0;
    padding: 0 !important;
    background: #036eb7;
    color: #fff;
  }

  #nav li:first-child {
    padding-left: 20px;
  }

  #nav li:after {
    content: none !important;
  }

  #nav a {
    color: #fff;
  }

  #nav2 {
    margin: 0 -20px;
    padding: 0 !important;
  }

  .mobileDisp {
    display: block;
  }

  .fsL {
    font-size: 114%;
  }

  .fsLL {
    font-size: 128%;
  }

  /* hidden */
  .pc,
  #hm4,
  #hm6,
  .wMenu,
  #breadcrumbs,
  .content .gotop,
  .fMenu {
    display: none !important;
  }

  /* layout */
  #contents {
    clear: both;
    position: static;
    margin: 10px 0;
  }

  #content,
  #content2,
  #content3 {
    margin-top: 10px;
  }

  /* header */
  .wrapper {
    width: 100% !important;
  }

  #header {
    background: transparent !important
  }

  #headerContent p {
    margin: 0;
    height: 0;
    text-indent: -9999px;
  }

  #siteName {
    margin: 0 auto;
    max-width: 640px;
  }

  #siteName .img {
    height: 0;
    padding: 20.3125% 0 0;
    background: url(sp_sitename.png) no-repeat;
  }

  #navigation {
    display: block
  }

  #siteMenu {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #004097;
    color: #fff;
    z-index: 9999;
    line-height: 1;
    height: 40px;
    vertical-align: middle;
    text-indent: -9999px;
  }

  #siteMenu ul {
    list-style-type: none;
    margin: 0;
  }

  #siteMenu li {
    float: left;
    display: block !important;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 25%;
    height: 30px;
    margin: 5px 0;
  }

  #siteMenu li a {
    position: static !important;
    display: block;
    width: 100% !important;
    height: 100% !important;
  }

  #siteMenu .sitename {
    background-image: url(sp_home.png);
  }

  #siteMenu .tel {
    background-image: url(sp_tel.png);
  }

  #siteMenu .mail {
    background-image: url(sp_mail.png);
    background-size: auto 80%;
  }

  #siteMenu .menu {
    background-image: url(sp_menu.png);
    background-size: auto 80%;
  }

  .headroom {
    will-change: transform;
    transition: transform 200ms linear;
  }

  .headroom--pinned {
    transform: translateY(0%);
  }

  .headroom--unpinned {
    transform: translateY(-100%);
  }

  #hMenu ul {
    position: relative;
    list-style-type: none;
    margin: 0;
    background: url(sp_hm.png) no-repeat;
    height: 0;
    padding: 10% 0 0;
    background-size: contain !important;
  }

  #hMenu a {
    position: absolute;
    top: 0;
    width: 25%;
    height: 100%;
    text-indent: -9999px;
  }

  #hm1 a {
    left: 0;
  }

  #hm2 a {
    left: 25%;
  }

  #hm3 a {
    left: 50%;
  }

  #hm5 a {
    left: 75%;
  }

  #hImg {
    background: url(sp_main_img.jpg) no-repeat;
    background-size: contain !important;
    text-indent: -9999px;
  }

  #hImg .img {
    height: 0;
    padding: 67.8125% 0 0;
  }

  /* #hImg .img {
        background: url(sp_main_img02.jpg) no-repeat 50% 0;
    } */

  #contentImage h1 {
    left: 16px;
    right: 16px;
    font-size: 4.8vw;
  }

  /* footer */
  .fspMenu ul {
    list-style-type: none;
    margin: 0;
    font-size: 14px;
  }

  .fspMenu a {
    position: relative;
    display: block;
    margin: 1px 0 0;
    padding: 6px;
    background: #004097;
    color: #fff;
    text-decoration: none;
  }

  .fspMenu a:after {
    content: "";
    position: absolute;
    right: 5px;
    top: 0;
    width: 9px;
    height: 100%;
    background: url(li01.svg) no-repeat 0 50%;
    background-size: contain;
  }

  #footerContent .siteName {
    max-width: 282px;
    margin: 10px auto;
  }

  #footerContent .siteName .img {
    background: url(f_logo.png) no-repeat;
    height: 80px;
  }

  #copyright {
    font-size: 12px;
    padding: 10px;
    text-align: center;
  }

  #siteMenu2 ul {
    list-style-type: none;
    margin: 0;
  }

  #siteMenu2 .line,
  #siteMenu2 .contact {
    display: none;
  }

  #siteMenu2 .gotop {
    display: block;
    width: 100%;
    height: 0;
    top: auto;
    bottom: 20px;
    z-index: 9999;
  }

  #siteMenu2 .gotop a {
    position: fixed;
    right: 0;
    bottom: 20px;
    font-size: 25px;
    margin-top: -50px;
    margin-right: 0;
    padding: 10px;
    background: #666;
    color: #fff;
    text-align: center;
    height: 20px;
    width: 20px;
    overflow: visible;
    text-decoration: none;
    text-indent: 0;
    padding: 15px;
    font-size: 20px;
    line-height: 1;
    border-radius: 25px;
  }

  /* content */
  .content {
    padding-right: 10px;
    padding-left: 10px;
  }

  .content h1 {
    margin-right: -10px;
    margin-left: -10px;
    font-size: 128%;
  }

  .content h2 {
    margin-right: -10px;
    margin-left: -10px;
    font-size: 114%;
  }

  .content h2.header {
    margin-right: -10px;
    margin-left: -10px;
    font-size: 114%;
  }

  .content h3 {
    margin-right: -10px;
    margin-left: -10px;
    font-size: 100%;
  }

  .gmap {
    position: relative;
    margin: 1em auto 0;
    max-width: 100%;
    height: 0;
    padding: 110% 0 0;
  }

  .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
  }

  .gmap small {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100% !important;
    height: 2em;
  }

  .wpcf7 .table th,
  .wpcf7 .table td {
    display: block;
    padding: 0;
    border: none;
  }

  .wpcf7 .table th {
    margin-top: 1em;
  }

  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"],
  .wpcf7 textarea {
    box-sizing: border-box;
    max-width: 100%;
  }

  .wpcf7 fieldset label {
    white-space: normal !important;
  }

  .widthFixed {
    overflow: auto;
  }

  .widthFixed>div {
    min-width: 680px;
  }

  .iframeWrapper {
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* widget */
  .widgetHeader {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    height: 48px;
    background: url(h2bg2.png) repeat-x;
    color: #fff;
    font-size: 20px;
    text-align: center;
  }

  .widgetHeader:before {
    content: "";
    display: block;
    margin-right: 16px;
    width: 26px;
    height: 30px;
    background: url(feature_icon.png) no-repeat;
  }

  .wPosts .header a {
    height: 48px;
    background: url(h2bg2.png) repeat-x;
    font-size: 20px;
  }

  .wCol2 .outer {
    display: block;
  }

  .wCol2 .outer>.widget {
    width: auto;
  }

  .wService a {
    color: #000;
    text-decoration: none;
  }

  .wService .pkg {
    margin: 0 auto;
  }

  .wService .pkg>div>div {
    margin: 16px 0 0;
  }

  .wService .header {
    height: 0;
    padding: 12.7% 0 0;
    background-size: contain !important;
    text-indent: -9999px;
  }

  .wService .body {
    position: relative;
    border-width: 0 1px 1px;
    border-style: solid;
    padding: 10px 110px 10px 10px;
  }

  .wService .body>div:nth-child(1) {
    min-height: 85px;
  }

  .wService .body:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 10px;
    width: 85px;
    height: 85px;
  }

  .wService .more {
    margin: 10px -110px -10px -10px;
    padding: 5px 16px;
    color: #fff;
    text-align: center;
  }

  .wService .more>span {
    background: url(li01.png) no-repeat 100% 50%;
    padding-right: 20px;
  }

  .wService .s01 .header {
    background: url(sp_tm1.png) no-repeat;
  }

  .wService .s01 .body:after {
    background: url(tm1_ill.png) no-repeat;
  }

  .wService .s01 .more {
    background: #009ce6;
  }

  .wService .s02 .header {
    background: url(sp_tm2.png) no-repeat;
  }

  .wService .s02 .body {
    border-color: #f8b308;
  }

  .wService .s02 .body:after {
    background: url(tm2_ill.png) no-repeat;
  }

  .wService .s02 .more {
    background: #f8b308;
  }

  .wService .s03 .header {
    background: url(sp_tm3.png) no-repeat;
  }

  .wService .s03 .body {
    border-color: #71bb48;
  }

  .wService .s03 .body:after {
    background: url(tm3_ill.png) no-repeat;
  }

  .wService .s03 .more {
    background: #71bb48;
  }

  .wWelcome .header {
    max-width: 614px;
    margin: 0 auto;
  }

  .wWelcome .header .img {
    background: url(m01.png) no-repeat 50% 0;
    height: 0;
    padding: 11.72638436482085% 0 0;
  }

  .wWelcome .pkg {
    padding: 208px 10px 0 10px;
    background: url(m01_p1.png) no-repeat 50% 0;
  }

  .wWelcome a.more {
    padding-left: 0;
    vertical-align: middle;
  }

  .wWelcome a.more:after {
    content: url(more.png);
    position: relative;
    top: 2px;
    left: 5px;
  }

  .wFeature .f {
    padding: 10px;
  }

  .wFeature .header2 {
    padding: 8px 0 8px 68px;
    background: url(feature-1.png) no-repeat;
    color: #e66311;
    font-size: 23px;
    line-height: 1.2;
  }

  .wFeature .body2 {
    padding: 88px 0 0;
    background: url(feature_p1.jpg) no-repeat 50% 0/auto 80px;
  }

  .wFeature a.more {
    padding-left: 0;
    vertical-align: middle;
  }

  .wFeature a.more:after {
    content: url(more.png);
    position: relative;
    top: 2px;
    left: 5px;
  }

  .wFeature .f02 .body2 {
    background: url(feature_p2.jpg) no-repeat 50% 0/auto 80px;
  }

  .wFeature .f03 .body2 {
    background: url(feature_p3.jpg) no-repeat 50% 0/auto 80px;
  }

  .wFeature .f02 .header2 {
    background: url(feature-2.png) no-repeat;
  }

  .wFeature .f03 .header2 {
    background: url(feature-3.png) no-repeat;
  }

  .wSoudan .widgetHeader:before {
    width: 24px;
    height: 30px;
    background: url(m02_icon.png) no-repeat;
  }

  .wSoudan .body {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .wSoudan .s {
    margin: 10px auto;
  }

  .wSoudan a {
    color: #444;
    text-decoration: none;
  }

  .wSoudan .header2 .img {
    width: 300px;
    height: 97px;
  }

  .wSoudan .s01 .header2 .img {
    background: url(m02_1.png) no-repeat;
  }

  .wSoudan .s02 .header2 .img {
    background: url(m02_2.png) no-repeat;
  }

  .wSoudan .s03 .header2 .img {
    background: url(m02_3.png) no-repeat;
  }

  .wSoudan .s04 .header2 .img {
    background: url(m02_4.png) no-repeat;
  }

  .wSoudan .s05 .header2 .img {
    background: url(m02_5.png) no-repeat;
  }

  .wSoudan .s06 .header2 .img {
    background: url(m02_6.png) no-repeat;
  }

  .wInformation .date,
  .wNews .date,
  .wInformation .title,
  .wNews .title {
    display: block;
    width: auto;
  }

  .wTel .img {
    background: url(inquiry_tel.png) no-repeat 0 0/contain;
    height: 0;
    padding: 39.08794788273616% 0 0;
  }

  .wTel .s01 a {
    left: 0;
    top: 81.25%;
    width: 33.33%;
    height: 0;
    padding: 7.32899022801303% 0 0 !important;
    z-index: 999;
  }

  .wTel .s02 a {
    left: 33.33%;
    top: 81.25%;
    width: 33.33%;
    height: 0;
    padding: 7.32899022801303% 0 0 !important;
    z-index: 999;
  }

  .wTel .s03 a {
    left: 66.66%;
    top: 81.25%;
    width: 33.33%;
    height: 0;
    padding: 7.32899022801303% 0 0 !important;
    z-index: 999;
  }

  .wMail .pkg {
    list-style-type: none;
    margin: 0 0 0 -10px;
  }

  .wMail li {
    float: left;
    width: 50%;
  }

  .wMail li a {
    display: block;
    margin: 10px 0 0 10px;
    height: 0;
    padding-top: 21.48%;
    text-indent: -9999px;
  }

  .wMail .mail a {
    background: url(inquiry_mail.png) no-repeat 0 0/contain;
  }

  .wMail .flow a {
    background: url(sb01.png) no-repeat 0 0/contain;
  }

  .wCC {
    margin: 0 auto;
    width: 90%;
  }

  .wTel2 .img {
    background: url(sp_inquiry2_tel.png) no-repeat;
    height: 0;
    padding: 50% 0 0;
  }

  .wMail2 {
    max-width: 298px;
    margin-right: auto;
    margin-left: auto;
  }

  .wMail2 .img {
    background: url(inquiry2_mail.png) no-repeat;
    height: 64px;
  }

  .wInquiry2 .wMail2 {
    margin-top: 10px;
  }

  .wMenu2 {
    max-width: 298px;
    margin-right: auto;
    margin-left: auto;
  }

  .wspMenu {
    max-width: 606px;
    margin-right: auto;
    margin-left: auto;
  }

  .wspMenu ul {
    list-style-type: none;
    margin: 0 0 0 -10px;
  }

  .wspMenu li {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 10px 0 0 10px;
  }

  .wspMenu li a {
    display: block;
    height: 0;
    padding-top: 21.48%;
    background-size: contain !important;
    text-indent: -9999px;
  }

  .wspMenu .flow a {
    background: url(sb01.png) no-repeat;
  }

  .wspMenu .qa a {
    background: url(sb02.png) no-repeat;
  }

  .wspMenu .jirei a {
    background: url(sb_jirei.png) no-repeat;
  }

  .wspMenu .tpm a {
    background: url(sb_tpm.png) no-repeat;
  }

  .wspMenu2 ul {
    list-style-type: none;
    margin: 0;
  }

  .wspMenu2 li a {
    display: block;
    margin-top: 1px;
    height: 0;
    padding: 12.7% 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -9999px;
  }

  .wspMenu2 .s01 a {
    background-image: url(sp_tm1.png);
  }

  .wspMenu2 .s02 a {
    background-image: url(sp_tm2.png);
  }

  .wspMenu2 .s03 a {
    background-image: url(sp_tm3.png);
  }

  .wMsg {
    margin: 1em auto;
    max-width: 640px;
  }

  .wMsg .img {
    background: url(sp_introduction01.png) no-repeat;
    height: 0;
    padding: 84.375% 0 0;
  }

  .wFlow2 .inner {
    position: relative;
    border: solid 1px #808080;
    margin-top: 10px;
    padding: 10px;
  }

  .wFlow2 .inner:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }

  .wFlow2 .head {
    border: none;
    margin: 0;
    padding: 0;
    background: initial;
    color: #1f4c9f;
    font-size: 118.75%;
  }

  .wFlow2 .head img {
    display: block;
  }

  .wFlow2 .img2 {
    margin: 10px auto;
    width: 60%;
  }

  .wFlow2 .img2 img {
    float: none;
    padding: 0;
  }

  .wFlow2 .body {
    margin-top: 10px;
  }

  .wFAQ .faq {
    padding: 10px 0 0;
  }

  .wFAQ label {
    position: relative;
    display: block;
    border-left: solid 6px #023894;
    padding-left: 14px;
    color: #000;
    font-size: 125%;
    cursor: pointer;
  }

  .wFAQ label:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    border: none;
    background: url(qa_on.png) no-repeat;
  }

  .wFAQ input+label+.a {
    margin: 10px 0 0;
    padding: 0 16px;
    height: 1px;
    background: #eee;
    transition: all .2s;
    overflow: hidden;
  }

  .wFAQ input:checked+label:after {
    display: block;
    background: url(qa_off.png) no-repeat;
  }

  .wFAQ input:checked+label+.a {
    box-sizing: border-box;
    padding: 16px;
    height: 100%;
  }

  .wFAQ input {
    display: none;
  }

  .wFAQ .more {
    margin: 1em auto;
    text-align: right;
    vertical-align: middle;
  }

  .wFAQ .more a:after {
    content: url(more.png);
    position: relative;
    top: 2px;
    left: 5px;
  }

  .wColumn li {
    flex-wrap: wrap;
  }

  .wColumn2 .outer {
    border: none;
  }

  .wColumn2 .thumb img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
  }

  .wColumn2 .cats {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    background: #023894;
  }

  .wColumn2 .cats a {
    margin-right: 8px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
  }

  .widget-inquiry {
    margin: 1em auto;

    & .widget-tel {
      margin: 16px auto 8px;
    }

    & ul {
      display: flex;
      flex-wrap: wrap;
      list-style-type: none;
      margin: -4px;
      padding: 0;

      & li {
        margin: 4px;
        width: calc(50% - 8px) !important;

        & a {
          display: block;
          margin: 0;
          padding-top: 20.78%;
          height: 0;
          background-size: contain !important;
          text-indent: -9999px;
        }
      }

      & .flow a {
        background: url(sp_inquiry_flow.png) no-repeat;
      }

      & .line {
        margin: 4px 0;
        width: 100% !important;

        & a {
          background: url(sp_inquiry_line.png) no-repeat;
        }
      }

      & .mail a {
        background: url(sp_inquiry_mail.png) no-repeat;
      }
    }
  }
}

.header-soshiki {
  padding: 20px 0;
  box-shadow: 0 4px 5px #ddd;
}

.left-box,
.right-box {
  display: inline-block;
  vertical-align: top;
}

.voice img,
.voice-txt {
  display: inline-block;
  vertical-align: text-top;
}

.voice-txt {
  width: 100%;
}

.paging {
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

.next::before {
  content: "◀　";
}

.prev::after {
  content: "　▶";
}

.prev,
.next {
  width: 49%;
  display: inline-block;
}

.prev {
  text-align: right;
}

@media screen and (min-width: 426px) {
  .right-box {
    float: right;
  }

  .voice-txt {
    width: 60%;
  }
}

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

  .left-box,
  .right-box {
    display: block;
    text-align: center;
    margin: auto;
  }

  .voice img {
    text-align: center;
    margin: auto;
    display: block;
  }
}

.mw_wp_form .mw_wp_form-form-control-wrap {
  display: block;
}

.mw_wp_form *:focus {
  background-color: #ffc;
}

.mw_wp_form input,
.mw_wp_form textarea {
  font-weight: normal;
}

.mw_wp_form label {
  font-weight: bold;
}

.mw_wp_form input.name {
  width: 20em;
}

.mw_wp_form input.tel {
  width: 14em;
}

.mw_wp_form input.mail {
  width: 30em;
}

.mw_wp_form input.zip {
  width: 8em;
}

.mw_wp_form input.pref {
  width: 8em;
}

.mw_wp_form input.address {
  width: 100%;
}

.mw_wp_form textarea {
  width: 100%;
  height: 8em;
}

.mw_wp_form label b {
  font-weight: normal;
  color: red;
}

.mw_wp_form fieldset {
  background: transparent;
  margin: 1em 0 0;
  padding: 10px 15px;
}

.mw_wp_form fieldset label {
  font-weight: normal;
  white-space: nowrap;
  float: left;
  margin-right: 1em;
}

.mw_wp_form legend {
  font-weight: bold;
  color: #000;
}

.mw_wp_form legend b {
  color: red;
}

.mw_wp_form-checkbox {
  display: block;
  clear: both;
}

.mw_wp_form-checkbox .mw_wp_form-list-item {
  display: block;
}

.mw_wp_form-checkbox label {
  font-weight: normal;
}

.mw_wp_form-checkbox:after {
  display: block;
  clear: both;
  content: " ";
  height: 0;
}

.mw_wp_form-radio label {
  font-weight: normal;
}

.mw_wp_form .mf_month,
.mw_wp_form .mf_day,
.mw_wp_form .mf_hour,
.mw_wp_form .mf_month2,
.mw_wp_form .mf_day2,
.mw_wp_form .mf_hour2,
.mw_wp_form .mf_month3,
.mw_wp_form .mf_day3,
.mw_wp_form .mf_hour3 {
  display: inline;
}

.mw_wp_form .mf_privacy {
  position: static;
  display: inline;
  margin-right: 1em;
}

.mw_wp_form #mf_privacy {
  position: relative;
}

.mw_wp_form #mf_privacy .mw_wp_form-not-valid-tip {
  position: absolute;
  left: 0;
  bottom: -1em;
  width: 100%;
}

.mw_wp_form .mw_wp_form-not-valid {
  background: pink;
}

.mwform-radio-field.horizontal-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

/* 業務サブメニュー */
.widget-service-submenu ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  list-style-type: none;
  margin: 1em auto;
  padding: 0;

  & li {
    & a {
      display: block;
      color: #000;
      text-decoration: none;
      height: 100%;
      box-shadow: 0 0 5px #ddd;
      background: #fff;
      box-sizing: border-box;

      & img {
        grid-area: 1 / 1 / 2 / 3;
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 200/133;
        object-fit: cover;
      }

      & span {
        display: grid;
        grid-template-columns: 1fr 16px;
        grid-template-rows: 48px;
        padding: 10px;
        align-items: center;
        line-height: 1.3;

        &::after {
          content: "";
          display: block;
          border-style: solid;
          border-width: 3px 3px 0 0;
          border-color: #0040a2;
          width: 9px;
          height: 9px;
          transform: rotate(45deg);
        }
      }
    }
  }
}

@media screen and (max-width: 750px) {
  .widget-service-submenu {
    & ul {
      grid-template-columns: repeat(2, 1fr);
    }
  }
}

/* 業務実績タグリスト */
.widget-jirei-tag {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;

  & ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;

    & li {
      & a {
        display: block;
        padding-top: 32.33%;
        height: 0;
        background-size: contain !important;
        text-indent: -9999px;
      }
    }

    & .kigyouhoumu a {
      background: url(m02_1.png) no-repeat;
    }

    & .shikinchoutatsu a {
      background: url(m02_2.png) no-repeat;
    }

    & .soshikisaihen a {
      background: url(m02_3.png) no-repeat;
    }

    & .syougyoutouki a {
      background: url(m02_4.png) no-repeat;
    }

    & .tpm a {
      background: url(m02_5.png) no-repeat;
    }

    & .jigyousyoukei a {
      background: url(m02_6.png) no-repeat
    }
  }
}

@media screen and (max-width: 750px) {
  .widget-jirei-tag {
    & ul {
      grid-template-columns: repeat(2, 1fr);
    }
  }
}

/* 業務実績ページリスト */
.widget-jirei-list {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;

  & ul {
    margin: 0;
    padding: 0;
    list-style: none;

    & li {
      display: grid;
      grid-template-columns: 180px 1fr;
      gap: 6px;
      border-bottom: solid 1px #ccc;
      padding: 10px 0;

      & .tags {
        display: block;

        & a {
          display: flex;
          justify-content: center;
          align-items: center;
          margin: 0 0 1px;
          width: 100%;
          height: 24px;
          background: #348fb8;
          color: #fff;
          font-size: 12px;
          text-decoration: none;
        }
      }

      & .title {
        color: #000;
        text-decoration: none;
      }
    }
  }
}

@media screen and (max-width: 750px) {
  .widget-jirei-list {
    & ul {
      & li {
        grid-template-columns: 120px 1fr;
        & .tags {
          & a {
            font-size: 10px;
          }
        }
      }
    }
  }
}