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

body {
    line-height: 1.7;
    background-color: #fff;
    color: #000;
    font-family: メイリオ, Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

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;
    text-align: left;
}

p {
    margin: 1em 0;
}

a {
    text-decoration: underline;
}

a img {
    vertical-align: middle;
}

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

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

#breadcrumbs {
    margin: 0;
    padding: 10px 0;
    font-size: 12px;
    text-align: right;
}

#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;
}

.entry-date {
    text-align: center;
}

/* content */
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;
    background-color: transparent !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%;
    text-decoration: none;
}

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;
    width: 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 {
    position: relative;
    padding-left: 12px;
}

p.more a:before,
a.more:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #12a73b;
}

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 {
    list-style-type: none;
    margin: 1em 0;
}

.checkList li {
    background: url(check.png) no-repeat 0 .3em;
    padding-left: 18px;
    -webkit-background-size: 15px 15px;
}

/* circle list */
.nList {
    counter-reset: number;
    list-style-type: none;
    margin: 1em 0 1em 30px;
}

.nList li {
    position: relative;
    padding: 5px 0 5px 5px;
    font-size: 125%;
    color: #e2a91e;
}

.nList li:before {
    content: "";
    position: absolute;
    left: -30px;
    font-size: 88%;
    counter-increment: number;
    content: counter(number);
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background: #e2a91e;
    color: #fff;
    text-align: center;
    font-weight: bold;
    z-index: -1;
}

.boxList {
    counter-reset: number;
    list-style-type: none;
    margin: 1em 0;
    line-height: 1.5;
}

.boxList li {
    position: relative;
    margin: 10px 0 0;
    padding: 10px 10px 10px 50px;
    font-size: 125%;
    background-color: #a72c29;
    color: #fff;
    text-indent: -40px;
}

.boxList li:before {
    counter-increment: number;
    content: counter(number) ". ";
    width: 30px;
    height: 30px;
    background-color: #a72c29;
    color: #fff;
    text-align: center;
    z-index: -1;
}

.fade a:hover {
    opacity: 0.3;
}

.b2 {
    color: #eb5e01;
}

/* bouten */
.b3 {
    padding-top: .6em;
    background: #ff0;
    font-size: 119.05%;
}

.b4 {
    background: #ff0;
}

.b5 {
    padding-top: .6em;
    background-position: top left -2px -8px;
    background-repeat: repeat-x;
    background-size: 1em .8em;
    background-image: radial-gradient(.18em .18em at center center, #e3a81c, #e3a81c 100%, transparent);
    font-size: 119.05%;
}

.circle {
    border-radius: 16px;
    border: solid 1px #f00;
    padding: 0 5px;
    color: #f00;
}

a[target="_blank"]:not(:has(img)):after {
    content: url(openwindow.png);
    margin-left: 2px;
}

a[href$=".pdf"]:before {
    content: url(pdf_small.png);
    margin-right: 2px;
}

input[type="search"] {
    border-radius: 20px;
    border: solid 1px #ccc;
    background: url(search.svg) no-repeat 4px 50%/16px 16px;
    padding-left: 20px;
    box-sizing: border-box !important;
}

/* table */
table.line,
.table {
    margin: 1em auto 0;
    border-collapse: collapse;
}

table.line th,
table.line td,
.table th,
.table td {
    padding: 10px 15px;
    border: solid 1px #6e7e39;
}

.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: #f5f8e3;
}

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

.table>tbody>tr.head>th {
    background-color: #c6cf8f;
    font-weight: bold;
    text-align: center;
}

caption,
tr.caption>th {
    background: #6d9923;
    background: linear-gradient(to bottom, #6d9923 0%, #588217 100%);
    color: #fff;
    font-size: 130%;
    text-align: left !important;
    padding: 10px 15px;
    text-shadow: 1px 1px 1px #000;
}

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

.fee>tbody>tr>th {
    vertical-align: middle;
    text-align: left;
}

.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 .head span {
    display: none;
}

#changeView {
    display: none;
}

.mobile #changeView {
    display: block;
}

#changeView {
    clear: both;
    margin: 16px auto;
    width: 320px;
}

#changeView li {
    float: left;
}

#changeView li a {
    display: block;
    height: 48px;
    text-indent: -9999px;
}

/* content */
.content {
    position: relative;
    padding: 0 16px;
    background: rgba(255, 255, 255, 0.8);
}

.content h1 {
    border-bottom: solid 2px #7cba27;
    margin: 0 -16px;
    padding: 32px 10px 16px;
    font-size: 180%;
}

.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 -16px 0;
    padding: 7px 16px;
    background-color: #3b8047;
    color: #fff;
    font-size: 140%;
}

.content h2 a {
    color: #fff;
}

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

.content h3 {
    border: solid 2px #92ab31;
    margin: 2em -16px 0;
    padding: 5.85px 15px;
    font-size: 118.75%;
}

.content h4 {
    border-left: solid 8px #517636;
    margin: 1.5em -16px 0;
    padding: 3px 8px;
    font-size: 106.25%;
}

.content h5 {
    border-bottom: solid 1px #43834d;
    margin: 1em -16px 0;
    padding: 6.4px 4px;
    color: #43834d;
    font-size: 100%;
}

.content h6 {
    margin: 1em -16px 0;
    font-size: 100%;
}

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

.content fieldset {
    margin: 1em auto;
}

.content legend {
    font-weight: bold;
}

.content .wrapper {
    width: 100%;
}

.content .around {
    margin: 1em -16px;
}

.entryMeta {
    margin: 1em 0 0;
}

.entryMeta>span {
    display: table-cell;
    padding-right: 1em;
}

.entryMeta .cat {
    background-color: #6d9923;
    color: #fff;
    padding: 2px 5px;
}

article.case {
    margin: 1em 0 0;
}

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

#gotop a {
    position: relative;
    float: right;
    margin-top: -100px;
    margin-right: -15mm;
    background: #666;
    border-radius: 25px;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    opacity: .7;
}

#gotop a:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    margin-top: -4px;
    border-style: solid;
    border-width: 4px 0 0 4px;
    border-color: #fff;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
}

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

.checkBox input {
    display: none;
}

.checkBox label:before {
    content: "";
    position: absolute;
    border: solid 4px #ccc;
    margin-top: -10px;
    left: 0;
    top: 50%;
    width: 16px;
    height: 16px;
}

.checkBox label {
    display: block;
    position: relative;
    padding: 14px 0 14px 35px;
    font-size: 19px;
    font-weight: bold;
}

.checkBox input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    margin-top: -15px;
    top: 50%;
    left: 7px;
    width: 9px;
    height: 18px;
    transform: rotate(40deg);
    border-bottom: 3px solid #f00;
    border-right: 3px solid #f00;
}

.qaq {}

.qaa {
    font-size: 14pt;
    color: #f60;
    font-weight: bold;
}

.qaa b {
    text-decoration: underline;
}

/*  */
.drop-down-category {
    margin: 1em auto 0;
}

.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-color: #005a49;
    color: #fff;
}

/* plugin */
/* table of content */
#ez-toc-container {
    border-style: dotted;
    margin-top: 1em;
    background: #fff;
    box-sizing: border-box;
    width: 100% !important;
}

#ez-toc-container li {
    border-top: solid 1px #ccc;
}

#ez-toc-container li:first-child {
    border-top: none;
}

#ez-toc-container li a {
    display: block;
    color: #005a49;
}

#ez-toc-container.counter-decimal ul.ez-toc-list li a::before,
.ez-toc-widget-container.counter-decimal ul.ez-toc-list li a::before {
    content: counters(item, "-") ". " !important;
    counter-increment: item !important;
}

/* 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 select {
    max-width: 100%;
}

.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 .wpcf7-not-valid {
    background: pink;
}

.wpcf7 #mf_privacy {
    position: relative;
}

.wpcf7 #mf_privacy input[type="checkbox"] {
    margin-right: 8px;
}

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

.wpcf7 #mf_privacy .wpcf7-form-control-wrap {
    display: inline;
}

/* widget */
.wPosts {
    position: relative;
}

.wPosts .head {
    padding: 10px 18px;
    background-color: #6ea250;
    color: #fff;
    font-size: 18px;
}

.wPosts .head a {
    position: relative;
    display: block;
    margin: -10px -18px;
    padding: 10px 18px;
    color: #fff;
    text-decoration: none;
}

.wPosts .head a:after {
    content: "";
    position: absolute;
    margin-top: -7px;
    right: 10px;
    top: 50%;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 7px;
    height: 7px;
    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:after {
    clear: both;
    display: block;
    content: " ";
    height: 0;
}

.wPosts li a {
    display: block;
    border-bottom: dotted 1px #444;
    padding: 15px 5px;
    color: #444;
    text-decoration: none;
}

.wPosts li span {
    display: table-cell;
}

.wPosts .date {
    width: 9em;
}

.wPosts .title {}

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

.wFlow>.pkg {
    position: relative;
    padding-left: 80px;
    margin-bottom: 18px;
}

.wFlow>.pkg:before {
    content: "";
    position: absolute;
    left: 0;
    margin: 0 27px;
    width: 20px;
    height: 100%;
    background: #f8cb86;
    z-index: 0;
}

.wFlow>.pkg:after {
    content: "";
    position: absolute;
    left: 0;
    margin: 0 19px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 18.5px 0 18.5px;
    border-color: #f8ca86 transparent transparent transparent;
    z-index: 1;
}

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

.wFlow>.pkg .head {
    position: relative;
    border: none;
    border-left: solid 6px #0c4f0b;
    margin-left: -80px;
    margin-top: 5px;
    background-color: #ededed;
    color: #333;
    z-index: 9999;
}

.wFlow>.pkg .body {
    padding: 10px;
}

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

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

.wPrivacyPolicy h4,
.wPrivacyPolicy h5 {
    margin-right: 0;
    margin-left: 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%;
}

.wBox .inner {
    border: solid 1px #ccc;
    margin: 1em 0 0;
    padding: 19px;
    background: #ffe;
}

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

/* .wColumn { display:flex; justify-content:center; } */
.wColumn li {
    border-bottom: dotted 1px #444;
    padding: 15px 5px;
}

.wColumn li:nth-child(n + 4) {
    display: none;
}

.wColumn .tags a {
    display: inline-block;
    border: solid 1px #990;
    margin-right: 1px;
    margin-bottom: 1px;
    padding: 2px 8px;
    background: #990;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.wColumn .tags a.category {
    border: solid 1px #6ea250;
    margin-right: 10px;
    width: 64px;
    background: #fff;
    color: #6ea250;
}

.wColumn .title {
    border: none;
    padding: 0;
}

#content2 .wColumn h3 {
    border: none;
    margin: 0;
    padding: 8px 0;
    background: #89c44c;
    color: #fff;
    text-align: center;
}

#content2 .wColumn ul {
    border: solid 1px #89c44c;
    margin: 0;
    padding: 10px;
    background: #fff;
}

#content2 li:nth-child(n + 4) {
    display: block;
}

#content2 li span {
    display: block;
}

#content2 li .tags {
    display: none;
}

#page .page_under01 {
    border-top: 3px solid #005A49;
    margin: 50px 0 0;
    font-size: 16px;
}

#page .page_under01 ul {
    list-style: none;
}

#page .page_under01 ul.parent {
    font-weight: bold;
    margin: 5px;
}

#page .page_under01 ul li a {
    display: block;
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 10px;
    text-decoration: none;
}

#page .page_under01 ul li a:before {
    content: " ▸";
    padding: 0 5px 0 0;
}

#page .page_under01 ul.child {
    margin: 0;
}

#page .page_under01 ul.child li a {
    padding: 5px 35px;
}

@media screen and (max-width:1000px) {
    #gotop {
        display: block;
        position: fixed;
        width: 100%;
        height: 0;
        top: auto;
        bottom: 20px;
    }

    #gotop a {
        float: right;
        font-size: 20px;
        margin-top: -50px;
        margin-right: 0;
    }
}

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

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

    /* hidden */
    #sphMenu,
    #spfMenu,
    *[class*="spw"],
    #siteMenu,
    #navigation,
    .fspMenu {
        display: none;
    }

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

    #content,
    #content2,
    #content3 {
        float: left;
    }

    #contents {
        clear: both;
        position: static;
        background: url(top_bg.jpg) repeat-x 50% 0;
        padding-bottom: 30px;
    }

    .home #contents {
        padding: 30px 0;
    }

    #content {
        width: 718px;
    }

    #content2,
    #content3 {
        width: 250px;
    }

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

    /* tw */
    .layout-tw #content {
        margin-left: 282px;
    }

    .layout-tw #content2 {
        margin-left: -1000px;
    }

    .layout-tw #content3 {
        display: none;
    }

    /* wt */
    .layout-wt #content {
        margin-left: 0;
    }

    .layout-wt #content2 {
        margin-left: 32px;
    }

    .layout-wt #content3 {
        display: none;
    }

    .home #contents>.wrapper {
        width: 100%;
    }

    .home #content {
        margin-left: 0;
        width: 100%;
    }

    .home #content2,
    .home #content3 {
        display: none;
    }

    /* #header {} */
    #header {
        border-bottom: solid 4px #7bbe35;
    }

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

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

    #headerContent .mail>a {
        position: absolute;
        left: 840px;
        top: 20px;
        width: 112px;
        height: 64px;
    }

    #siteName a {
        left: 279px;
        top: 26px;
        width: 384px;
        height: 34px;
    }

    #hMail a {
        left: 849px;
        top: 122px;
        width: 154px;
        height: 24px;
    }

    #hImg .img {
        background: url(main_img.jpg) no-repeat 50% 0;
        height: 480px;
    }

    #hMenu {
        background: url(hm_bg.png) repeat-x;
        height: 64px;
    }

    #hMenu>ul {
        list-style-type: none;
        margin-top: 0;
        margin-bottom: 0;
    }

    #hMenu>ul>li>a {
        float: left;
        margin-left: 1px;
        width: 124px;
        height: 64px;
        background-image: url(hm.png);
        text-indent: -9999px;
    }

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

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

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

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

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

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

    #hm7 a {
        background-position: -744px 0;
    }

    #hm8 a {
        background-position: -868px 0;
    }

    #center-menu {
        position: absolute;
        left: 279px;
        top: 76px;
        width: 392px;
        height: 62px;
        display: flex;
        flex-wrap: wrap;
        margin: -4px !important;
        list-style-type: none;
        z-index: 99;
    }

    #center-menu li {
        margin: 4px !important;
        width: calc(50% - 8px);
        height: 23px;
    }

    #center-menu a {
        position: static;
        display: block;
        width: 100%;
        height: 100%;
    }

    #headerContent .kagoshima a {
        left: 286px;
        top: 43px;
        /* width: 385px;
        height: 39px; */
        width: 189px;
        height: 25px;
    }

    #headerContent .kirishima a {
        left: 286px;
        top: 82px;
        /* width: 385px;
        height: 39px; */
        width: 189px;
        height: 25px;
    }

    #headerContent .osumi a {
        left: 286px;
        top: 121px;
        /* width: 385px;
        height: 39px; */
        width: 189px;
        height: 25px;
    }

    /* bxslider */
    .bx-wrapper .bx-viewport {
        margin: 0 auto !important;
        overflow: visible !important;
        max-width: 1600px !important;
        width: 100% !important;
    }

    .bx-controls-direction {
        max-width: 1600px;
        width: 100%;
        margin: 0 auto;
        top: -50%;
    }

    /* footer */
    #fMenu {
        margin-top: 20px;
        padding: 0 0 10px;
        background: #7bbe35;
        font-size: 14px;
    }

    #fMenu ul {
        list-style-type: none;
        margin: 0;
        padding: 10px 0 0;
        display: flex;
        justify-content: center;
    }

    #fMenu li {
        position: relative;
    }

    #fMenu li:before {
        content: "";
        position: absolute;
        margin-top: -8px;
        left: 0;
        top: 50%;
        width: 1px;
        height: 16px;
        background: #fff;
    }

    #fMenu li:first-child:before {
        content: none;
    }

    #fMenu a {
        color: #fff;
        text-decoration: none;
        padding: 5px 10px;
    }

    #fMenu2 {
        background: #767676;
        padding: 0 0 5px;
        font-size: 14px;
    }

    #fMenu2 ul {
        list-style-type: none;
        margin: 0;
        padding: 0 0 5px;
        display: flex;
        justify-content: center;
    }

    #fMenu2 a {
        position: relative;
        display: block;
        color: #fff;
        text-decoration: none;
        padding: 0 15px;
    }

    #fMenu2 a:before {
        content: "";
        position: absolute;
        left: 5px;
        top: 8px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px 0 4px 5px;
        border-color: transparent transparent transparent #fff;
    }

    #footer .img {
        margin: 20px auto 0;
        width: 300px;
        height: 28px;
        background: url(footer_logo.png) no-repeat;
    }

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

    /* content */
    #category-voice {
        display: flex;
        justify-content: space-between;
    }

    /* .blogcard */
    .blogcard {
        line-height: 1;
        background-color: #fff;
        border: 1px solid #eee;
        word-wrap: break-word;
        margin: 40px;
        box-shadow: 0 0 10px 6px rgba(0, 0, 0, .025);
    }

    .blogcard.ex {
        background-color: #f7f7f7;
    }

    .blogcard a {
        text-decoration: none;
        opacity: 1;
        transition: all 0.2s ease;
    }

    .blogcard a:hover {
        opacity: 0.6;
    }

    .blogcard_thumbnail {
        float: left;
        padding: 20px;
    }

    .blogcard_title {
        font-size: 1em;
        font-weight: bold;
        line-height: 1.4;
        padding: 17px 20px 10px;
    }

    .blogcard_excerpt {
        font-size: 0.85em;
        line-height: 1.6;
        padding: 0 17px 15px 20px;
    }

    .blogcard_link {
        font-size: 0.65em;
        padding: 0 17px 15px 20px;
        text-align: left;
    }

    .blogcard_link .favicon {
        margin-bottom: -4px;
    }

    .blogcard_link .icon-external-link-alt::before {
        font-size: 0.75em;
    }

    /* widget */
    .widget h2,
    .widget h3,
    .widget h4 {
        margin: 0;
        padding: 0;
    }

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

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

    #content>.widget:first-child,
    #content2>.widget:first-child {
        margin-top: 0;
    }

    .widget2 .outer {
        display: flex;
        justify-content: space-between;
        margin-left: -20px;
    }

    .widget2 .outer>* {
        width: 50%;
        box-sizing: border-box;
        padding: 20px 0 0 20px;
    }

    .widgetHead {
        margin: 1em 0;
        padding: 15px 0;
        background: rgba(123, 190, 53, 0.9);
        color: #fff;
        font-size: 29px;
        text-align: center;
    }

    .widgetHead span {
        display: block;
        margin: -15px 0 15px;
        background: #ef8701;
        color: #fff;
        font-size: 24px;
        text-align: center;
    }

    .widgetHead2 {
        /* グラデーションボーダー */
        position: relative;
        -o-border-image: linear-gradient(to bottom, #fdfcfa, #c2bd97) 1/0 1px 1px 1px;
           border-image: linear-gradient(to bottom, #fdfcfa, #c2bd97) 1/0 1px 1px 1px;
        border-style: solid;
        border-bottom: solid 1px #fff;
        /* グラデーション背景・アイコン */
        background: #f4f3ee;
        background: url(li01.png) no-repeat 0 1em, linear-gradient(to bottom, #fffffd 0%, #f4f3ee 100%);
        margin: 0 0 10px;
        padding: 9.25px 0 9.25px 24px;
        color: #333;
        font-size: 15px;
    }

    .wInquiry {
        margin-right: auto;
        margin-left: auto;
        max-width: 936px;
    }

    .wInquiry .img {
        padding-top: 29.06%;
        height: 0;
        background: url(inquiry1.png) no-repeat 0 0/contain;
    }

    .wInquiry .mail a {
        left: 82.26%;
        top: 86.03%;
        width: 16.56%;
        height: 0;
        padding-top: 2.56% !important;
    }

    .wInquiry .flow {
        left: 38.14%;
        top: 87.5%;
        width: 8.44%;
        height: 0;
        padding-top: 2.56% !important;
    }

    .wSupport .inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 0 0 -16px;
    }

    .wSupport .inner>* {
        box-sizing: border-box;
        width: 492px;
        padding: 16px 0 0 16px;
    }

    .wSupport .img {
        padding-top: 32.52%;
        height: 0;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .wSupport .s01 .img {
        background-image: url(tb01.png);
    }

    .wSupport .s02 .img {
        background-image: url(tb02.png);
    }

    .wSupport .s03 .img {
        background-image: url(tb03.png);
    }

    .wSupport .s04 .img {
        background-image: url(tb04.png);
    }

    .wSupport .s05 {
        width: 100%;
    }

    .wSupport .s05 .img {
        background-image: url(tb05.png);
        padding-top: 52.9%;
    }

    .wSupport .s06 .img {
        background-image: url(tb06.png);
    }

    .wSupport .s07 .img {
        background-image: url(tb07.png);
    }

    .wSupport .s08 .img {
        background-image: url(tb08.png);
    }

    .wSupport .s09 .img {
        background-image: url(tb09.png);
    }

    .wSupport .s10 .img {
        background-image: url(tb12.png);
    }

    .wSupport .s11 .img {
        background-image: url(tb13.png);
    }

    .wSupport .s12 .img {
        background-image: url(tb14.png);
    }

    .wSupport .s13 .img {
        background-image: url(tb15.png);
    }

    .wSupport .s14 .img {
        background-image: url(tb16.png);
    }

    .wFeature ol {
        list-style-type: none;
        margin: 0 auto;
        display: table;
        font-size: 24px;
    }

    .wFeature li {
        display: flex;
        flex-wrap: nowrap;
        margin-top: 32px;
    }

    .wFeature li:before {
        content: "";
        display: block;
        flex-shrink: 0;
        align-self: center;
        width: 78px;
        min-height: 56px;
        background-repeat: no-repeat;
        background-position: 0 50%;
    }

    .wFeature li span {
        display: block;
        align-self: center;
    }

    .wFeature li:nth-child(1):before {
        background-image: url(tokucho1.png);
    }

    .wFeature li:nth-child(2):before {
        background-image: url(tokucho2.png);
    }

    .wFeature li:nth-child(3):before {
        background-image: url(tokucho3.png);
    }

    .wFeature li:nth-child(4):before {
        background-image: url(tokucho4.png);
    }

    .wFeature li:nth-child(5):before {
        background-image: url(tokucho5.png);
    }

    .wFeature li:nth-child(6):before {
        background-image: url(tokucho6.png);
    }

    .wFeature li:nth-child(7):before {
        background-image: url(tokucho7.png);
    }

    .wFeature .b2 {
        text-decoration: underline;
    }

    .wInterview .outer,
    .wInterview .inner {
        display: flex;
        justify-content: center;
    }

    .wInterview .inner {
        list-style-type: none;
        margin: 0;
        font-size: 24px;
    }

    .wInterview img {
        vertical-align: top;
    }

    .wInterview li {
        width: 50%;
        display: flex;
        align-items: center;
    }

    .wInterview li a {
        position: relative;
        display: flex;
        justify-content: center;
        width: 240px;
        height: 240px;
        background: #6eba3d;
        color: #fff;
        text-decoration: none;
    }

    .wInterview li a:after {
        content: "";
        position: absolute;
        margin-left: -24px;
        left: 50%;
        bottom: 10px;
        width: 48px;
        height: 48px;
        background: url(tokucho_i1.png) no-repeat;
    }

    .wInterview li b {
        align-self: center;
    }

    .wInterview li:nth-child(2) a {
        background: #6a8d31;
    }

    .wInterview li:nth-child(2) a:after {
        background: url(tokucho_i2.png) no-repeat;
    }

    .wOnestop .img {
        margin-right: auto;
        margin-left: auto;
        width: 1000px;
        height: 320px;
        background: url(onestop_b1.jpg) no-repeat;
    }

    .wCovid19 .head {
        color: #0c8c55;
        font-size: 23px;
        text-align: center;
    }

    .wMenu ul {
        list-style-type: none;
        margin: 0 0 0 -20px;
        padding: 0 106px;
        display: flex;
        flex-wrap: wrap;
    }

    .wMenu li {
        box-sizing: border-box;
        width: 50%;
        padding: 20px 0 0 20px;
    }

    .wMenu a {
        display: block;
        height: 0;
        padding-top: 25%;
        background-repeat: no-repeat;
        background-size: contain;
        text-indent: -9999px;
    }

    .wMenu .flow a {
        background-image: url(tb10.png);
    }

    .wMenu .faq a {
        background-image: url(tb11.png);
    }

    .wKengai {
        padding: 20px 0;
        background: #3b8047;
        color: #fff;
        font-size: 24px;
        text-align: center;
    }

    .wKengai .head {
        color: #fff100;
        font-size: 29px;
        text-align: center;
    }

    .wKengai b {
        color: #fee39e;
        text-decoration: underline;
    }

    .wKengai .img {
        margin: 1em auto;
        width: 960px;
        height: 240px;
        background: url(daikou_b1.jpg) no-repeat;
    }

    .wAccess .inner {
        display: flex;
        justify-content: center;
    }

    .wAccess .map {
        margin-right: 30px;
        max-width: 410px;
        text-align: center;
    }

    .wAccess .txt {
        max-width: 384px;
    }
    .wAccess .photo {}

    .wAccess .head {
        border: none;
        color: #eb5c02;
        font-size: 16px;
    }

    .wAccess .photo {
        display: flex;
        max-height: 164px;
        height: 100%;
    }

    .wAccess .photo img {
        max-width: 100%;
        height: 100%;
        text-align: center;
    }

    .wInquiry2 .img {
        margin-right: auto;
        margin-left: auto;
        width: 936px;
        height: 592px;
        background: url(inquiry2.jpg) no-repeat;
    }

    .wInquiry2 .mail a {
        left: 688px;
        top: 540px;
        width: 230px;
        height: 36px;
    }

    .wInquiry2 .flow {
        left: 314px;
        top: 558px;
        width: 70px;
        height: 18px;
    }

    .wInquiry3 .img {
        height: 670px;
        background: url(s-inquiry1.png) no-repeat;
    }

    .wInquiry3 .mail a {
        left: 47px;
        top: 458px;
        width: 156px;
        height: 24px;
    }

    .wInquiry3 .flow {
        left: 108px;
        top: 604px;
        width: 80px;
        height: 26px;
    }

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

    .wSideMenu a {
        display: block;
        margin: 10px 0 0;
        height: 86px;
        text-indent: -9999px;
    }

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

    .wSideMenu .faq a {
        background: url(sb02.png) no-repeat;
    }

    .wSideMenu .schedule a {
        background: url(sb03.png) no-repeat;
    }

    .wSideMenu .column a {
        background: url(sb04.png) no-repeat;
    }

    .wKengai2 {
        background: #3b8047;
        color: #fff;
        font-weight: bold;
        text-align: center;
    }

    .wKengai2 .head {
        color: #fff100;
        font-size: 22px;
        text-align: center;
    }

    .wKengai2 b {
        color: #fee39e;
        text-decoration: underline;
    }

    .wKengai2 .img {
        margin: 1em auto;
        width: 250px;
        height: 448px;
        background: url(s-daikou_b1.jpg) no-repeat;
    }

    .wKengai2 p {
        padding: 0 10px;
    }

    .wAccess2 .inner {
        display: block;
        border: solid 2px #3b8047;
        color: #000;
        text-decoration: none;
    }

    .wAccess2 .head {
        color: #7bbe35;
        text-align: center;
        font-size: 22px;
    }

    .wAccess2 .body {
        color: #eb5c02;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
    }

    .wAccess2 .body2 {
        padding: 0 8px;
    }

    .wAccess2 .more {
        margin: 10px 0 0;
        padding: 10px;
        background: #3b8047;
        color: #fff;
        text-align: center;
    }

    .wInterview2 img {
        vertical-align: top;
    }

    .wInterview2 .inner {
        list-style-type: none;
        margin: 0;
    }

    .wInterview2 br {
        display: none;
    }

    .wInterview2 li a {
        position: relative;
        display: block;
        padding: 18.4px 10px;
        background: #6eba3d;
        color: #fff;
        text-decoration: none;
    }

    .wInterview2 li a:after {
        content: "";
        position: absolute;
        margin-bottom: -12px;
        right: 10px;
        bottom: 50%;
        width: 24px;
        height: 24px;
        background: url(s-tokucho_i1.png) no-repeat;
    }

    .wInterview2 li b {
        align-self: center;
    }

    .wInterview2 li:nth-child(2) a {
        background: #6a8d31;
    }

    .wInterview2 li:nth-child(2) a:after {
        background: url(s-tokucho_i2.png) no-repeat;
    }

    .wOnestop2 .img {
        height: 534px;
        background: url(s-onestop_b1.jpg) no-repeat;
    }

    .wVoice .outer {
        display: flex;
        flex-wrap: wrap;
        margin: -16px 0 0 -16px;
    }

    .wVoice .v {
        box-sizing: border-box;
        padding: 16px 0 0 16px;
        width: 50%;
    }

    .wVoice .head {
        color: #92aa2e;
    }

    .wVoice .inner {
        box-sizing: border-box;
        border: solid 2px #f15a23;
        margin: 0;
        padding: 15px;
        height: 100%;
        background: #fff5e9;
    }

    .wVoice .img2 {
        display: flex;
        justify-content: center;
    }

    .wVoice img {
        display: block;
    }

    .wVoice img:nth-of-type(2) {
        box-shadow: 4px 4px 8px 0px #d6d6d6;
        margin-left: 16px;
    }

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

    .wVoice .more {
        margin: 1em auto;
        text-align: center;
    }

    .wVoice .more a {
        position: relative;
        display: inline-block;
        border-radius: 20px;
        padding: 5px 20px 5px 40px;
        background: #ec5d00;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
    }

    .wVoice .more a:before {
        content: "";
        position: absolute;
        margin-top: -6px;
        left: 11px;
        top: 50%;
        border-top: 4px solid #ec5d00;
        border-right: 4px solid #ec5d00;
        width: 10px;
        height: 10px;
        transform: rotate(45deg);
        z-index: 9999;
    }

    .wVoice .more a:after {
        content: "";
        position: absolute;
        left: 5px;
        top: 50%;
        margin-top: -15px;
        border-radius: 20px;
        width: 30px;
        height: 30px;
        background: #fff;
    }

    .wStaff .pkg>div {
        display: table-cell;
        vertical-align: top;
    }

    .wStaff .img2 {
        padding-top: 1em;
        padding-right: 1em;
    }

    .wProfile>* {
        display: flex;
        justify-content: space-around;
        margin: 20px auto;
        padding: 30px;
        background-color: #f0f7ef;
    }

    .wProfile .img2 img {
        -webkit-clip-path: circle(80px at 80px 80px);
                clip-path: circle(80px at 80px 80px);
    }

    .wProfile .head {
        display: inline-block;
        border: none;
        margin: 0;
        padding: 5px 20px;
        background: #064937;
        color: #fff;
        font-size: 12px;
    }

    .wProfile .head2 {
        border: none;
        margin: 0;
        padding: 0;
        color: #064937;
        font-size: 157%;
    }

    .wProfile .head2 span {
        font-size: 63.64%;
    }

    .wProfile .more {
        margin-top: 1em;
        text-align: center;
    }

    .wProfile .more a {
        position: relative;
        display: inline-block;
        padding: 8px 93px;
        border: solid 1px #064937;
        border-radius: 8px;
        background-color: #fff;
        color: #064937;
        text-decoration: none;
        text-align: center;
        font-weight: bold;
        font-size: 88%;
    }

    .wProfile .more a:after {
        content: "";
        position: absolute;
        margin-top: -5px;
        right: 10px;
        top: 50%;
        border-top: 2px solid #064937;
        border-right: 2px solid #064937;
        width: 7px;
        height: 7px;
        transform: rotate(45deg);
    }

    .widget-contact-menu {
        margin: 1em auto;

        & ul {
            list-style-type: none;
            margin: -5px;
            padding: 0;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

        & li {
            margin: 5px;
            width: calc(50% - 10px);
        }

        & a {
            display: block;
            height: 0;
            padding-top: 23.53%;
            background-repeat: no-repeat;
            background-size: contain;
            text-indent: -9999px;
        }

        & .phone a {
            background-image: url(contact_tel.png);
        }

        & .line a {
            background-image: url(contact_line.png);
        }

        & .calendar a {
            background-image: url(contact_calendar.png);
        }

        & .mail a {
            background-image: url(contact_mail.png);
        }
    }
}

@media screen and (max-width:750px) {
    .mm-opened {
        margin-top: 0;
    }

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

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

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

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

    .mm-subopen:after {
        border-color: rgba(255, 255, 255, 1) !important
    }

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

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

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

    /* hidden */
    #content2 .wColumn,
    #hTel,
    #hMail,
    #hMenu,
    #breadcrumbs,
    .content .gotop,
    #fMenu {
        display: none
    }

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

    .home #contents {
        background: url(sp_top_bg.jpg) no-repeat 0 0/contain;
    }

    .home #content2,
    #content3 {
        display: none;
    }

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

    #header {
        background: transparent !important
    }

    #headerContent .img {
        position: relative;
        height: 32vw;
        background: url(sp_header.png) no-repeat;
    }

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

    #sphMenu a {
        left: auto;
        right: 10px;
        top: 10px;
        width: 8.53%;
        height: 0;
        padding-top: 8.53% !important;
        background: url(sp_menu.png) no-repeat 0 0/contain;
    }

    #center-menu li a {
        width: 30.67%;
        height: 0;
        padding-top: 4% !important;
    }

    #center-menu li:nth-child(1) a {
        left: 5.33%;
        top: 40.83%;
    }

    #center-menu li:nth-child(2) a {
        left: 36.93%;
        top: 40.83%;
    }

    #center-menu li:nth-child(3) a {
        left: 5.33%;
        top: 56.67%;
    }

    #center-menu li:nth-child(4) a {
        left: 36.93%;
        top: 56.67%;
    }

    #siteName a {
        left: 5.33%;
        top: 16.67%;
        width: 72.4%;
        height: 0;
        padding-top: 6.67% !important;
    }

    #headerContent .kagoshima a {
        left: 4.67%;
        top: 28.75%;
        /* width: 57.6%; */
        width: 30.6%;
        height: 0;
        padding-top: 4.8% !important;
    }

    #headerContent .kirishima a {
        left: 4.67%;
        top: 43.75%;
        /* width: 57.6%; */
        width: 30.6%;
        height: 0;
        padding-top: 4.8% !important;
    }

    #headerContent .osumi a {
        left: 4.67%;
        top: 58.75%;
        /* width: 57.6%; */
        width: 30.6%;
        height: 0;
        padding-top: 4.8% !important;
    }

    #navigation {
        display: block
    }

    #siteMenu {
        display: block;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: rgba(49, 144, 65, 0.5);
        color: #fff;
        z-index: 9999;
        font-size: 12px;
    }

    #siteMenu ul {
        list-style-type: none;
        margin: 0;
        display: table;
        border-collapse: separate;
        border-spacing: 10px;
        width: 100%;
    }

    #siteMenu li {
        display: table-cell;
        width: 18.04%;
        vertical-align: top;
    }

    #siteMenu li a {
        display: block;
        height: 0;
        padding-top: 100%;
        background-repeat: no-repeat;
        background-size: contain;
        text-indent: -9999px;
    }

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

    #siteMenu .mail a {
        background-image: url(spbtn_contact.png);
    }

    #siteMenu .tel {
        width: 63.93%;
    }

    #siteMenu .tel a {
        background-image: url(spbtn_tel.png);
        padding-top: 28.21%;
    }

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

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

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

    #hImg .img {
        height: 106.67vw;
        background: url(sp_main_img.jpg) no-repeat;
    }

    /* footer */
    #copyright {
        border-top: solid 1px #fff;
        margin-top: -1px;
        font-size: 11px;
        padding: 10px 0;
        text-align: center;
    }

    #spfMenu {
        margin: 10px 0;
        background: #7cbe35;
    }

    #spfMenu ul {
        list-style-type: none;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        font-size: 4vw;
    }

    #spfMenu li {
        width: 50%;
    }

    #spfMenu a {
        position: relative;
        display: block;
        border-right: solid 1px #fff;
        border-bottom: solid 1px #fff;
        padding: 6px 12px 6px 6px;
        color: #fff;
        text-decoration: none;
    }

    #spfMenu a:after {
        content: "";
        position: absolute;
        margin-bottom: -5px;
        right: 10px;
        bottom: 50%;
        font-weight: bold;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        width: 7px;
        height: 7px;
        transform: rotate(45deg);
    }

    #footer .img {
        margin: 10px 16.67vw 0;
        height: 0;
        padding-top: 8.8%;
        background: url(sp_footer_logo.png) no-repeat;
    }

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

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

    #gotop a {
        float: right;
        font-size: 20px;
        margin-top: -50px;
        margin-right: 0;
    }

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

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

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

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

    .content .around {
        margin: 1em -10px;
    }

    .table th,
    .table td {
        padding: 2px 5px;
        font-size: 88%;
    }

    .gmap {
        position: relative;
        margin: 20px auto;
        max-width: 100%;
        height: 100vw;
    }

    .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 {
        width: 98%;
    }

    .widthFixed {
        overflow: auto;
    }

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

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

    /* .blogcard */
    .blogcard {
        margin: 40px 0;
    }

    .blogcard_thumbnail img {
        width: 90px;
    }

    .blogcard_title {
        font-size: 0.95em;
        padding-bottom: 17px;
    }

    .blogcard_excerpt {
        display: none;
    }

    /* widget */
    .widget h2,
    .widget h3,
    .widget h4 {
        margin: 0;
        padding: 0;
    }

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

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

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

    .widgetHead {
        margin: 1em 0;
        padding: 15px 0;
        background: rgba(123, 190, 53, 0.9);
        color: #fff;
        font-size: 24px;
        text-align: center;
    }

    .widgetHead span {
        display: block;
        margin: -15px 0 15px;
        background: #ef8701;
        color: #fff;
        font-size: 14px;
        text-align: center;
    }

    .wPosts .date,
    .wPosts .title {
        display: block;
        clear: both;
        float: none;
        width: 100%;
    }

    .wFlow {
        background-image: none;
    }

    .wFlow>.pkg {
        background-image: none;
        padding-left: 0;
        padding-bottom: 40px;
    }

    .wFlow>.pkg:before {
        content: none;
    }

    .wFlow>.pkg:after {
        position: absolute;
        left: 50%;
        bottom: 10px;
        margin-left: -50px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 18px 50px 0 50px;
        border-color: #f8ca86 transparent transparent transparent;
    }

    .wFlow>.pkg .head {
        margin-left: 0;
    }

    .wInquiry {
        margin-right: 7.33vw;
        margin-left: 7.33vw;
        max-width: 640px;
    }

    .wInquiry .img {
        height: 0;
        padding-top: 65.625%;
        background: url(sp_inquiry1-1.png) no-repeat;
    }

    .wInquiry .mail a {
        left: 25%;
        top: 87.62%;
        width: 50%;
        height: 0;
        padding-top: 8.13% !important;
        background: url(sp_inquiry1-2.png) no-repeat 0 0/contain;
    }

    .wInquiry .tel a {
        left: 14.53%;
        top: 28.1%;
        width: 56.56%;
        height: 0;
        padding-top: 6.72% !important;
    }

    .wInquiry .flow {
        left: 68.59%;
        top: 64.76%;
        width: 15.63%;
        height: 0;
        padding-top: 4.53% !important;
    }

    .wSupport .inner {}

    .wSupport .inner>* {
        margin: 10px 17.2vw 0;
    }

    .wSupport .img {
        padding-top: 32.52%;
        height: 0;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .wSupport .s01 .img {
        background-image: url(tb01.png);
    }

    .wSupport .s02 .img {
        background-image: url(tb02.png);
    }

    .wSupport .s03 .img {
        background-image: url(tb03.png);
    }

    .wSupport .s04 .img {
        background-image: url(tb04.png);
    }

    .wSupport .s05 {
        margin: 10px 0 0;
    }

    .wSupport .s05 .img {
        background-image: url(sp_tb05.png);
        padding-top: 80%;
    }

    .wSupport .s06 .img {
        background-image: url(tb06.png);
    }

    .wSupport .s07 .img {
        background-image: url(tb07.png);
    }

    .wSupport .s08 .img {
        background-image: url(tb08.png);
    }

    .wSupport .s09 .img {
        background-image: url(tb09.png);
    }

    .wSupport .s10 .img {
        background-image: url(tb12.png);
    }

    .wSupport .s11 .img {
        background-image: url(tb13.png);
    }

    .wSupport .s12 .img {
        background-image: url(tb14.png);
    }

    .wSupport .s13 .img {
        background-image: url(tb15.png);
    }

    .wSupport .s14 .img {
        background-image: url(tb16.png);
    }

    .wFeature ol {
        list-style-type: none;
        margin: 0 auto;
        display: table;
        font-size: 18px;
    }

    .wFeature li {
        display: flex;
        margin-top: 16px;
    }

    .wFeature li:before {
        content: "";
        flex-shrink: 0;
        display: block;
        width: 58px;
        min-height: 48px;
        background-repeat: no-repeat;
        background-size: 48px auto;
    }

    /* .wFeature li:before { content:""; display:block; align-self:center; width:58px; min-height:48px; background-repeat:no-repeat; background-position:0 50%; background-size:48px auto; } */
    .wFeature li span {
        display: block;
        align-self: center;
    }

    .wFeature li:nth-child(1):before {
        background-image: url(tokucho1.png);
    }

    .wFeature li:nth-child(2):before {
        background-image: url(tokucho2.png);
    }

    .wFeature li:nth-child(3):before {
        background-image: url(tokucho3.png);
    }

    .wFeature li:nth-child(4):before {
        background-image: url(tokucho4.png);
    }

    .wFeature li:nth-child(5):before {
        background-image: url(tokucho5.png);
    }

    .wFeature li:nth-child(6):before {
        background-image: url(tokucho6.png);
    }

    .wFeature li:nth-child(7):before {
        background-image: url(tokucho7.png);
    }

    .wFeature .b2 {
        text-decoration: underline;
    }

    .wInterview .outer,
    .wInterview .inner {
        display: flex;
        justify-content: center;
    }

    .wInterview .inner {
        list-style-type: none;
        margin: 0;
        flex-shrink: 0;
        width: 66.66%;
        font-size: 4.27vw;
    }

    .wInterview img {
        vertical-align: top;
    }

    .wInterview li {
        width: 50%;
        display: flex;
        align-items: center;
    }

    .wInterview li a {
        position: relative;
        display: flex;
        justify-content: center;
        box-sizing: border-box;
        padding-bottom: 28px;
        width: 100%;
        height: 100%;
        background: #6eba3d;
        color: #fff;
        text-decoration: none;
    }

    .wInterview li a:after {
        content: "";
        position: absolute;
        margin-left: -2.67vw;
        left: 50%;
        bottom: 1.33vw;
        width: 5.33vw;
        height: 5.33vw;
        background: url(tokucho_i1.png) no-repeat 0 0/5.33vw auto;
    }

    .wInterview li b {
        align-self: center;
    }

    .wInterview li:nth-child(2) a {
        background: #6a8d31;
    }

    .wInterview li:nth-child(2) a:after {
        background: url(tokucho_i2.png) no-repeat 0 0/5.33vw auto;
    }

    .wOnestop .img {
        margin-right: auto;
        margin-left: auto;
        height: 0;
        padding-top: 32%;
        background: url(sp_onestop_b1.jpg) no-repeat;
    }

    .wCovid19 .head {
        color: #0c8c55;
        font-size: 23px;
        text-align: center;
    }

    .wMenu ul {
        list-style-type: none;
        margin: 0 0 0 -10px;
        display: flex;
        flex-wrap: wrap;
    }

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

    .wMenu a {
        display: block;
        height: 0;
        padding-top: 25%;
        background-repeat: no-repeat;
        background-size: contain;
        text-indent: -9999px;
    }

    .wMenu .flow a {
        background-image: url(tb10.png);
    }

    .wMenu .faq a {
        background-image: url(tb11.png);
    }

    .wKengai {
        padding: 10px 0;
        background: #3b8047;
        color: #fff;
        font-size: 18px;
        text-align: center;
    }

    .wKengai .head {
        color: #fff100;
        font-size: 21px;
        text-align: center;
    }

    .wKengai b {
        color: #fee39e;
        text-decoration: underline;
    }

    .wKengai .img {
        margin: 1em auto;
        height: 0;
        padding-top: 25%;
        background: url(daikou_b1.jpg) no-repeat;
    }

    .wAccess .inner {
        padding: 10px;
    }

    .wAccess .map {
        margin: 10px auto;
        text-align: center;
    }

    .wAccess .head {
        border: none;
        color: #eb5c02;
        font-size: 21px;
    }

    .wAccess .photo {
        display: flex;
        justify-content: space-between;
        margin: 0 0 0 -10px;
    }

    .wAccess .photo>* {
        /* width: auto; */
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 10px 0 0 10px;
    }

    .wInquiry2 .img {
        height: 168vw;
        background: url(sp_inquiry2.jpg) no-repeat;
    }

    .wInquiry2 .mail a {
        left: 28.67%;
        top: 95.87%;
        width: 42.67%;
        height: 0;
        padding-top: 6.93% !important;
        background: url(sp_inquiry1-2.png) no-repeat 0 0/contain;
    }

    .wInquiry2 .tel a {
        left: 25.87%;
        top: 76.90%;
        width: 60.67%;
        height: 0;
        padding-top: 7.2% !important;
    }

    .wInquiry2 .flow {
        left: 58.4%;
        top: 90.16%;
        width: 13.33%;
        height: 0;
        padding-top: 4.27% !important;
    }

    .wInquiry3 {
        margin-right: 7.33vw;
        margin-left: 7.33vw;
        max-width: 640px;
    }

    .wInquiry3 .img {
        height: 0;
        padding-top: 65.625%;
        background: url(sp_inquiry1-1.png) no-repeat;
    }

    .wInquiry3 .mail a {
        left: 25%;
        top: 87.62%;
        width: 50%;
        height: 0;
        padding-top: 8.13% !important;
        background: url(sp_inquiry1-2.png) no-repeat 0 0/contain;
    }

    .wInquiry3 .tel a {
        left: 14.53%;
        top: 28.1%;
        width: 56.56%;
        height: 0;
        padding-top: 6.72% !important;
    }

    .wInquiry3 .flow {
        left: 68.59%;
        top: 64.76%;
        width: 15.63%;
        height: 0;
        padding-top: 4.53% !important;
    }

    .wSideMenu {
        margin-right: 7.33vw;
        margin-left: 7.33vw;
    }

    .wSideMenu ul {
        list-style-type: none;
        display: flex;
        margin: 0 0 0 -10px;
        flex-wrap: wrap;
    }

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

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

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

    .wSideMenu .faq a {
        background: url(sb02.png) no-repeat;
    }

    .wSideMenu .schedule a {
        background: url(sb03.png) no-repeat;
    }

    .wSideMenu .column a {
        background: url(sb04.png) no-repeat;
    }

    .wKengai2 {
        padding: 10px 0;
        background: #3b8047;
        color: #fff;
        font-size: 18px;
        text-align: center;
    }

    .wKengai2 .head {
        color: #fff100;
        font-size: 21px;
        text-align: center;
    }

    .wKengai2 b {
        color: #fee39e;
        text-decoration: underline;
    }

    .wKengai2 .img {
        margin: 1em auto;
        height: 0;
        padding-top: 25%;
        background: url(daikou_b1.jpg) no-repeat;
    }

    .wAccess2 {
        margin-right: 7.33vw;
        margin-left: 7.33vw;
    }

    .wAccess2 .inner {
        display: block;
        border: solid 2px #3b8047;
        color: #000;
        text-decoration: none;
    }

    .wAccess2 .head {
        color: #7bbe35;
        text-align: center;
        font-size: 18px;
    }

    .wAccess2 .body {
        color: #eb5c02;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
    }

    .wAccess2 .body2 {
        padding: 0 14px;
    }

    .wAccess2 .more {
        margin: 10px 0 0;
        padding: 10px;
        background: #3b8047;
        color: #fff;
        text-align: center;
    }

    .wInterview2 .outer,
    .wInterview2 .inner {
        display: flex;
        justify-content: center;
    }

    .wInterview2 .inner {
        list-style-type: none;
        margin: 0;
        flex-shrink: 0;
        width: 66.66%;
        font-size: 4.27vw;
    }

    .wInterview2 img {
        vertical-align: top;
    }

    .wInterview2 li {
        width: 50%;
        display: flex;
        align-items: center;
    }

    .wInterview2 li a {
        position: relative;
        display: flex;
        justify-content: center;
        box-sizing: border-box;
        padding-bottom: 28px;
        width: 100%;
        height: 100%;
        background: #6eba3d;
        color: #fff;
        text-decoration: none;
    }

    .wInterview2 li a:after {
        content: "";
        position: absolute;
        margin-left: -2.67vw;
        left: 50%;
        bottom: 1.33vw;
        width: 5.33vw;
        height: 5.33vw;
        background: url(tokucho_i1.png) no-repeat 0 0/5.33vw auto;
    }

    .wInterview2 li b {
        align-self: center;
    }

    .wInterview2 li:nth-child(2) a {
        background: #6a8d31;
    }

    .wInterview2 li:nth-child(2) a:after {
        background: url(tokucho_i2.png) no-repeat 0 0/5.33vw auto;
    }

    .wOnestop2 .img {
        margin-right: auto;
        margin-left: auto;
        height: 0;
        padding-top: 32%;
        background: url(sp_onestop_b1.jpg) no-repeat;
    }

    .wVoice .v {
        padding: 10px 0 0;
    }

    .wVoice .head {
        color: #92aa2e;
    }

    .wVoice .inner {
        border: solid 2px #f15a23;
        margin: 0;
        padding: 10px;
        background: #fff5e9;
    }

    .wVoice .img2 {
        display: flex;
        justify-content: center;
    }

    .wVoice img {
        display: block;
    }

    .wVoice img:nth-of-type(2) {
        box-shadow: 4px 4px 8px 0px #d6d6d6;
        margin-left: 16px;
    }

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

    .wVoice .more {
        margin: 1em auto;
        text-align: center;
    }

    .wVoice .more a {
        position: relative;
        display: inline-block;
        border-radius: 20px;
        padding: 5px 20px 5px 40px;
        background: #ec5d00;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
    }

    .wVoice .more a:before {
        content: "";
        position: absolute;
        margin-top: -6px;
        left: 11px;
        top: 50%;
        border-top: 4px solid #ec5d00;
        border-right: 4px solid #ec5d00;
        width: 10px;
        height: 10px;
        transform: rotate(45deg);
        z-index: 9999;
    }

    .wVoice .more a:after {
        content: "";
        position: absolute;
        left: 5px;
        top: 50%;
        margin-top: -15px;
        border-radius: 20px;
        width: 30px;
        height: 30px;
        background: #fff;
    }

    .wStaff .img2 {
        padding-top: 1em;
    }

    .wProfile {
        margin: 20px auto;
    }

    .wProfile>* {
        padding: 10px;
        background-color: #f0f7ef;
    }

    .wProfile .img2 {
        margin: 10px auto;
        height: 160px;
    }

    .wProfile .img2 img {
        -webkit-clip-path: circle(80px at 80px 80px);
                clip-path: circle(80px at 80px 80px);
    }

    .wProfile .head {
        display: inline-block;
        border: none;
        margin: 0;
        padding: 5px 20px;
        background: #064937;
        color: #fff;
        font-size: 12px;
    }

    .wProfile .head2 {
        border: none;
        margin: 0;
        padding: 0;
        color: #064937;
        font-size: 128%;
        text-align: center;
    }

    .wProfile .head2 span {
        font-size: 63.64%;
    }

    .wProfile .more {
        margin-top: 1em;
        text-align: center;
    }

    .wProfile .more a {
        position: relative;
        display: inline-block;
        padding: 8px 20px;
        border: solid 1px #064937;
        border-radius: 8px;
        background-color: #fff;
        color: #064937;
        text-decoration: none;
        text-align: center;
        font-weight: bold;
        font-size: 88%;
    }

    .wProfile .more a:after {
        content: "";
        position: absolute;
        margin-top: -5px;
        right: 10px;
        top: 50%;
        border-top: 2px solid #064937;
        border-right: 2px solid #064937;
        width: 7px;
        height: 7px;
        transform: rotate(45deg);
    }

    .widget-contact-menu {
        margin: 1em auto;

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

        & li {
            margin: 10px 0;
        }

        & a {
            display: block;
            height: 0;
            padding-top: 23.53%;
            background-repeat: no-repeat;
            background-size: contain;
            text-indent: -9999px;
        }

        & .phone a {
            background-image: url(contact_tel.png);
        }

        & .line a {
            background-image: url(contact_line.png);
        }

        & .calendar a {
            background-image: url(contact_calendar.png);
        }

        & .mail a {
            background-image: url(contact_mail.png);
        }
    }
}

/* ここからカスタム */
@font-face {
    font-family: 'LINE Seed JP';
    src: url('../fonts/LINESeedJP_OTF_Bd.woff2') format('woff2');
}

.top_widget {
    max-width: 935px;
    margin-left: auto;
    margin-right: auto;
}
.main_widget_link {
    display: flex;
    justify-content: space-between;
    border: 1px solid #57B53A;
    text-decoration: none;
    background-color: #fff;
    font-family: 'LINE Seed JP', sans-serif;
}
.main_widget_img {
    width: 36%;
    -webkit-mask-image: linear-gradient(to right, black 80%, transparent 100%);
            mask-image: linear-gradient(to right, black 80%, transparent 100%);
}
.main_widget_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.main_widget_txt_box {
    width: 64%;
    padding: 20px;
}
.speech_bubble {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    padding: 5px;
    border-radius: 8px;
    background-color: #57B53A;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
}

.speech_bubble::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 15.5px 7.8px 0 7.8px;
    border-color: #57B53A transparent transparent;
    translate: -50% 100%;
}

.main_widget_txt_box>h2 {
    font-size: 44px;
    text-align: center;
    color: #005949;
    line-height: 100%;
    font-family: 'LINE Seed JP', sans-serif;
}
.main_widget_txt_box .txt_orange {
    color: #EB5D00;
}
.main_widget_txt_box .txt_black {
    color: #000000;
}
.main_widget_txt_box .main_widget_txt_sm {
    font-size: 34px;
}
.main_widget_txt_box>p {
    color: #000;
    text-align: center;
    line-height: 120%;
    margin-top: 5px;
    margin-bottom: 5px;
}
.main_widget_txt_box>div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_widget_txt_box>div>p:first-child {
    font-size: 24px;
    color: #005949;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}
.main_widget_txt_box>div>p:last-child {
    display: flex;
    background-color: #EB5D00;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 100%;
    padding: 10px;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.main_widget_txt_box>div>p:last-child>span{
    display: inline-block;
    font-size: 12px;
    color: #EB5D00;
    text-align: center;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    background-color: #fff;
    border-radius: 1000px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -ms-border-radius: 1000px;
    -o-border-radius: 1000px;
}

@media screen and (max-width:750px) {
    .speech_bubble {
        font-size: 3.2vw;
        padding: 0.8vw;
        margin-bottom: 3.2vw;
    }
    .speech_bubble:after {
        border-width: 1.7vw 1.1vw 0;
    }
    .main_widget_txt_box {
        padding: 1.6vw;
    }
    .main_widget_txt_box>h2 {
        font-size: 4.6vw;
    }
    .main_widget_txt_box .main_widget_txt_sm {
        font-size: 3.8vw;
    }
    .main_widget_txt_box>p {
        font-size: 1.9vw;
    }
    .main_widget_txt_box>div>p:first-child {
        font-size: 2.4vw;
    }
    .main_widget_txt_box>div>p:last-child {
        font-size: 1.6vw;
        padding: 1.1vw;
    }
    .main_widget_txt_box>div>p:last-child>span {
        font-size: 1.6vw;
        width: 1.6vw;
        height: auto;
    }
}

.cont_widget_link {
    position: relative;
    display: block;
    border: 2px solid #698D2F;
    text-decoration: none;
    font-family: 'LINE Seed JP', sans-serif;
    /* background-color: #fff; */
}
.cont_widget_img {
    width: 52%;
    height: 130px;
    -webkit-mask-image: linear-gradient(to right, black 80%, transparent 100%);
    mask-image: linear-gradient(to right, black 80%, transparent 100%);
    background-color: #698D2F;
}
.cont_widget_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.cont_widget_txt_box {
    position: absolute;
    top: 43%;
    right: 20px;
    text-align: right;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
}
.cont_widget_ttl_box {
    display: flex;
    align-items: center;
}
.cont_widget_ttl {
    font-size: 30px;
    color: #656237;
    line-height: 100%;
    font-family: 'LINE Seed JP', sans-serif;
    -webkit-text-stroke: 3px #fff;
    paint-order: stroke;
}
.cont_widget_ttl.sm_txt {
    font-size: 26px;
}
.cont_widget_ttl_sm {
    font-size: 14px;
    color: #656237;
    line-height: 120%;
    font-weight: bold;
    margin: 0;
    margin-right: 10px;
    -webkit-text-stroke: 3px #fff;
    paint-order: stroke;
}
.cont_widget_txt_sm {
    font-size: 14px;
    color: #656237;
    line-height: 100%;
    font-weight: bold;
    margin: 0;
    margin-top: 5px;
    -webkit-text-stroke: 3px #fff;
    paint-order: stroke;
}
.cont_widget_price_box {
    display: flex;
    align-items: center;
}
.cont_widget_price_sm {
    font-size: 12px;
    color: #656237;
    line-height: 150%;
    font-weight: bold;
    margin: 0;
    margin-right: 5px;
    -webkit-text-stroke: 3px #fff;
    paint-order: stroke;
}
.cont_widget_price {
    margin: 0;
    margin-top: 10px;
    font-size: 50px;
    font-weight: bold;
    line-height: 100%;
    color: #D94315;
}
.cont_widget_price>span {
    font-size: 22px;
    color: #000;
}

.cont_widget_band {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
    background-color: #698D2F;
}

@media screen and (max-width:750px) {
    .cont_widget_img {
        /* height: 80px; */
        height: 20.4vw;
    }
    .cont_widget_txt_box {
        right: 2.7vw;
    }
    .cont_widget_ttl {
        font-size: 4vw;
    }
    .cont_widget_ttl.sm_txt {
        font-size: 3.6vw;
    }
    .cont_widget_ttl_sm {
        font-size: 1.9vw;
        line-height: 150%;
    }
    .cont_widget_txt_sm {
        font-size: 2.7vw;
        margin-top: 1.4vw;
    }
    .cont_widget_price {
        font-size: 7vw;
    }
    .cont_widget_price>span {
        font-size: 3.5vw;
    }
    .cont_widget_price_sm {
        font-size: 1.9vw;
    }
    .cont_widget_band {
        font-size: 2.2vw;
    }
}


/* 固定ページのウィジェット */
.layer_widget_box .speech_bubble {
    font-size: 20px;
    padding: 3px;
}
.layer_widget_box .main_widget_txt_box>h2 {
    font-size: 30px;
    background-color: unset;
}
.layer_widget_box .main_widget_txt_box .main_widget_txt_sm {
    font-size: 24px;
}
.layer_widget_box .main_widget_txt_box>p {
    font-size: 14px;
}
.layer_widget_box .main_widget_txt_box>div>p:first-child {
    font-size: 16px;
}
.layer_widget_box .main_widget_txt_box>div>p:last-child {
    font-size: 10px;
}
.layer_widget_box .main_widget_txt_box>div>p:last-child>span {
    font-size: 10px;
    width: 10px;
    height: 10px;
}

@media screen and (max-width:750px) {
    .layer_widget_box .speech_bubble {
        font-size: 3.2vw;
        padding: .8vw;
    }
    .layer_widget_box .main_widget_txt_box .main_widget_txt_sm {
        font-size: 3.5vw;
    }
    .layer_widget_box .main_widget_txt_box>h2 {
        font-size: 4vw;
    }
    .layer_widget_box .main_widget_txt_box>p {
        font-size: 1.9vw;
    }
    .layer_widget_box .main_widget_txt_box>div>p:first-child {
        font-size: 2vw;
    }
    .layer_widget_box .main_widget_txt_box>div>p:last-child {
        font-size: 1.4vw;
    }
    .layer_widget_box .main_widget_txt_box>div>p:last-child>span {
        font-size: 1.4vw;
        width: 1.6vw;
        height: auto;
    }
    .layer_widget_box .wInquiry {
        margin-right: 7vw;
        margin-left: 7vw;
    }
}


/* FV */
.fv_splide {
    width: 100%;
    height: 480px;
}
.fv_img {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 480px;
    text-align: center;
}
.fv_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
.fv_splide .splide__slide {
    display: flex;
    justify-content: center;
}
.fv_splide .splide__arrow {
    background: rgba(255, 255, 255, 0.3);
    opacity: 1;
}
.fv_link {
    position: absolute;
    bottom: 2.3%;
    right: 9%;
    width: 21.5%;
    height: 14%;
    border-radius: 10px;
}

@media screen and (max-width:750px) {
    .fv_splide {
        height: 106.67vw;
    }
    .fv_img {
        height: 106.67vw;
    }
    .fv_link {
        bottom: 1.5%;
        right: unset;
        left: 51%;
        width: 43.5%;
        height: 9%;
        transform: translateX(-50%);
    }
}

.nouin_banner img {
    width: 100%;
}

.bx-wrapper {
    margin-bottom: 0;
    border: none;
    box-shadow: none;
}

.banner_subtxt {
    color: #888888;
    text-align: center;
    margin-top: 0;
}

.layer_widget {
    margin-left: -16px;
    margin-right: -16px;
}
.layer_widget .speech_bubble {
    font-size: 20px;
}
.layer_widget .main_widget_txt_box>h2 {
    font-size: 32px;
    background-color: unset;
}
.layer_widget .main_widget_txt_box .main_widget_txt_sm {
    font-size: 28px;
}
.layer_widget .main_widget_txt_box>p {
    font-size: 14px;
}
.layer_widget .main_widget_txt_box>div>p:first-child {
    font-size: 15px;
}


@media screen and (max-width:750px) {
    .banner_subtxt {
        font-size: 11px;
    }
    .layer_widget {
        margin-left: auto;
        margin-right: auto;
    }
    .layer_widget .main_widget_link {
        width: 96%;
        margin: auto;
    }
    .layer_widget .speech_bubble {
        font-size: 3.2vw;
        padding: 0.8vw;
        margin-bottom: 3.2vw;
    }
    .layer_widget .speech_bubble:after {
        border-width: 1.7vw 1.1vw 0;
    }
    .layer_widget .main_widget_txt_box {
        padding: 1.6vw;
    }
    .layer_widget .main_widget_txt_box>h2 {
        font-size: 4.2vw;
    }
    .layer_widget .main_widget_txt_box .main_widget_txt_sm {
        font-size: 3.8vw;
    }
    .layer_widget .main_widget_txt_box>p {
        font-size: 1.9vw;
    }
    .layer_widget .main_widget_txt_box>div>p:first-child {
        font-size: 2vw;
    }
    .layer_widget .main_widget_txt_box>div>p:last-child {
        font-size: 1.6vw;
        padding: 1.1vw;
    }
    .layer_widget .main_widget_txt_box>div>p:last-child>span {
        font-size: 1.6vw;
        width: 1.6vw;
        height: auto;
    }


    .mf_participate_ttl {
        font-size: 14px;
    }
    .wpcf7 fieldset .mf_participate label {
        font-size: 13px;
    }
}