@charset "UTF-8";
/*--------------------------------------------------------------
*   Base
--------------------------------------------------------------*/
/* scr _variables.scss
    @media only screen and (min-width: 1500px) {
    }
    @media only screen and (min-width: 1230px) and (max-width: 1499px) {
    }
    @media only screen and (min-width: 1000px) and (max-width: 1229px) {
    }
    @media only screen and (min-width: 768px) and (max-width: 999px) {
    }
    @media only screen and (min-width: 501px) and (max-width: 767px) {
    }
    @media only screen and (max-width: 500px) {
    }

/* == menu =========================
*   pager お知らせのページ移動
*   wordpress wp-pagenavi
*   loader
*   header　ヘッダー
*   footer　フッター
*   user common css
*   toppqage　トップページ
*   subpage サブページ
*   breadcrumb
*   privacyCSS プライバシーポリシー
*   contactCSS
*   btn more
*   link
*   member
================================== */
/*--------------------------------------------------------------
*   Base
--------------------------------------------------------------*/
@font-face {
  font-family: "temple";
  src: url("../fonts/temple.eot?8acbk4");
  src: url("../fonts/temple.eot?8acbk4#iefix") format("embedded-opentype"), url("../fonts/temple.ttf?8acbk4") format("truetype"), url("../fonts/temple.woff?8acbk4") format("woff"), url("../fonts/temple.svg?8acbk4#temple") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "temple" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "temple" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "temple" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-iconsakura:before {
  content: "\e922";
}

.icon-shobo5:before {
  content: "\e920";
}

.icon-shobo4:before {
  content: "\e921";
}

.icon-shobo3:before {
  content: "\e922";
}

.icon-shobo2:before {
  content: "\e923";
}

.icon-shobo1:before {
  content: "\e924";
}

/*--------------------------------------------------------------
*   reset
--------------------------------------------------------------*/
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

input[type=text]:focus-visible,
input[type=email]:focus-visible,
input[type=email]:focus-visible,
input[type=password]:focus-visible {
  outline: none;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
  box-shadow: 0 0 7px #ccc !important;
  border: 1px solid #ccc !important;
}

/*--------------------------------------------------------------
*   layout
--------------------------------------------------------------*/
html {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

li {
  margin: 0;
  list-style: none;
}

ul,
ol,
dl {
  margin: 0;
  padding: 0;
}

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

figcaption,
figure,
main,
article,
aside,
footer,
header,
nav,
section,
.section {
  display: block;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bold;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: none;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: none;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template,
[hidden] {
  display: none;
}

address {
  font-style: normal;
}

figure {
  margin: 0;
}

dd {
  margin-left: 0;
}

ifream {
  vertical-align: middle;
}

ruby {
  position: relative;
}
ruby rt {
  font-size: 20%;
}

/*--------------------------------------------------------------
*   Base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
*   Base
--------------------------------------------------------------*/
@font-face {
  font-family: "temple";
  src: url("../fonts/temple.eot?8acbk4");
  src: url("../fonts/temple.eot?8acbk4#iefix") format("embedded-opentype"), url("../fonts/temple.ttf?8acbk4") format("truetype"), url("../fonts/temple.woff?8acbk4") format("woff"), url("../fonts/temple.svg?8acbk4#temple") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "temple" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "temple" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "temple" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-iconcw1:before {
  content: "\e923";
}

.icon-iconbemitsu:before {
  content: "\e924";
}

.icon-iconlogout:before {
  content: "\e925";
}

.icon-iconcw1:before {
  content: "\e923";
}

.icon-iconbemitsu:before {
  content: "\e924";
}

.icon-iconlogout:before {
  content: "\e925";
}

.icon-iconsakura:before {
  content: "\e922";
}

.icon-shobo5:before {
  content: "\e920";
}

.icon-shobo4:before {
  content: "\e921";
}

.icon-shobo3:before {
  content: "\e922";
}

.icon-shobo2:before {
  content: "\e923";
}

.icon-shobo1:before {
  content: "\e924";
}

/*--------------------------------------------------------------
*   layout
--------------------------------------------------------------*/
html {
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  width: 100%;
}

/* ==とで消す= */
html {
  margin-top: 0 !important;
}

#wpadminbar {
  display: none !important;
}

body {
  font-size: 18px;
  color: #595757;
  font-family: -apple-system, source-han-sans-japanese, sans-serif, "Noto Sans JP", sans-serif, BlinkMacSystemFont, 游ゴシック, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "Noto Sans Japanese", "Noto Sans CJK JP", sans-serif;
  font-weight: 300;
  background: url(../img/common/bg.png);
}

#page {
  position: relative;
  width: 100%;
  padding-top: 72px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a {
  color: #595757;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}
a:hover {
  opacity: 0.65;
  text-decoration: none;
}
a:active, a:hover {
  outline-width: 0;
}

/*--------------------------------------------------------------
*   pager
--------------------------------------------------------------*/
.pager {
  height: auto;
  font-weight: bold;
  position: relative;
  width: 100%;
}
.pager .prev {
  position: absolute;
  top: 10px;
  left: 0;
}
.pager .prev a {
  display: block;
  padding-left: 15px;
  color: #1a9224;
  position: relative;
}
.pager .prev a::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #1a9224;
  border-left: 1px solid #1a9224;
  transform: rotate(45deg);
  left: 0;
  top: 9px;
}
.pager .next {
  position: absolute;
  top: 10px;
  right: 0;
}
.pager .next a {
  display: block;
  padding-right: 15px;
  color: #1a9224;
  position: relative;
}
.pager .next a::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #1a9224;
  border-right: 1px solid #1a9224;
  transform: rotate(45deg);
  right: 0;
  top: 9px;
}

@media screen and (max-width: 550px) {
  .pager {
    padding-top: 40px;
  }
  .pager .prev,
  .pager .next {
    top: 0;
  }
}
/*--- wordpress wp-pagenavi ----*/
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-top: 30px;
}
.wp-pagenavi a {
  font-size: 1.6rem;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #dbdbdb;
  background-color: #dbdbdb;
  color: #858585;
  margin: 3px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-decoration: none;
  padding: 0;
}
.wp-pagenavi a:hover::after {
  display: none;
}
.wp-pagenavi span {
  font-size: 1.6rem;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #dbdbdb;
  background-color: #dbdbdb;
  color: #858585;
  margin: 3px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-decoration: none;
  padding: 0;
}
.wp-pagenavi span.current {
  border: 1px solid #1a9224;
  color: #fff;
  background: #1a9224;
  font-weight: normal;
}
.wp-pagenavi a:hover {
  border: 1px solid #1a9224;
  color: #1a9224;
}
.wp-pagenavi span.extend {
  line-height: 60px;
  color: #301919;
  position: relative;
  border: none;
  background: none;
  width: 30px;
}
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
  position: relative;
  border: none;
  background: none;
  width: 30px;
  font-size: 1.5em;
}
.wp-pagenavi a.previouspostslink::after, .wp-pagenavi a.nextpostslink::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  left: 50%;
  top: 50%;
  margin-top: -3px;
  margin-left: -7px;
  transform: rotate(45deg);
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.wp-caption-text,
.wp-caption,
.aligncenter,
.alignleft,
.alignright,
.sticky,
.gallery-caption,
.bypostauthor,
.screen-reader-text {
  font-weight: normal;
}

/* =======================================================
*   loader
* ======================================================= */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../img/common/bg.png);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999 !important;
  display: none;
}

.loader-content {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo-mask {
  position: relative;
  overflow: hidden;
  width: 274px;
  height: 243px;
  margin-bottom: 20px;
  z-index: 2;
}

.logo-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transform: translateY(100%);
}

.line {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100vw;
  height: 2px;
  background-color: #4c553c;
  transform: scaleX(0);
  transform-origin: center center;
  z-index: 1;
}

/*--------------------------------------------------------------
*   header
--------------------------------------------------------------*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  z-index: 1000;
  background: url(../img/common/bg.png);
}

.site-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

.site-header__logo {
  flex-shrink: 0;
}

/* ==== NAV BASE（PC共通）==== */
.global-nav {
  display: block;
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.global-nav__list {
  display: flex;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1000px) and (max-width: 1229px) {
  .global-nav__list {
    gap: 13px;
  }
}
@media only screen and (max-width: 999px) {
  .global-nav__list {
    flex-direction: column;
    gap: 24px;
    text-align: center;
  }
}

.global-nav__item {
  position: relative;
}

.global-nav__item a {
  text-decoration: none;
  color: #111;
  font-size: 0.8em;
  font-weight: 300;
  padding: 20px 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #4c533f;
  text-decoration: none;
}
.global-nav__item a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 0;
  height: 1px;
  background: currentColor;
  transform: translateX(-50%);
  transition: width 0.35s ease;
}
.global-nav__item a:hover::after {
  width: 100%;
}

/* CTA */
.global-nav__item.is-cta a {
  padding: 4px 10px;
  border: 1px solid #111;
  border-radius: 999px;
  display: block;
  margin-top: 10px;
}
.global-nav__item.is-cta a:hover::after {
  width: 0%;
}

/* ======= SUB MENU（PC hover）===== */
.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  background: #fff;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.3s ease;
  z-index: 10;
}

.global-nav__item.has-child:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.sub-menu a {
  display: block;
  padding: 10px 16px;
  white-space: nowrap;
}

/* ==== HAMBURGER BASE==== */
.nav-toggle {
  display: none;
  width: 40px;
  height: 30px;
  position: relative;
  z-index: 1100;
  background: none;
  border: none;
  cursor: pointer;
}

.nav-toggle span {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #111;
  left: 0;
  transition: 0.3s;
}

.nav-toggle span:nth-child(1) {
  top: 0;
}

.nav-toggle span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.nav-toggle span:nth-child(3) {
  bottom: 0;
}

/* ====== MOBILE === */
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .site-header__logo {
    width: 350px;
  }
}
@media (max-width: 999px) {
  .site-header__logo {
    width: 250px;
  }
  .nav-toggle {
    display: block;
    position: fixed;
    top: 20px;
    right: max(20px, (100vw - 1200px) / 2 + 20px);
    z-index: 2000;
    width: 40px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: none;
    border: none;
    cursor: pointer;
  }
  .global-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease;
    z-index: 1001;
  }
  .global-nav.is-open {
    right: 0;
  }
  .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition: max-height 0.4s ease;
  }
  .global-nav__item.is-open .sub-menu {
    max-height: 500px;
  }
  .nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 1000;
  }
  .nav-overlay.is-open {
    opacity: 1;
    visibility: visible;
  }
  .global-nav__item.has-child {
    width: 100%;
  }
  .sub-menu-toggle {
    width: 100%;
    background: none;
    border: none;
    font-size: 16px;
    padding: 16px 0;
    text-align: center;
    cursor: pointer;
  }
  .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition: max-height 0.4s ease;
  }
  .sub-menu li {
    padding: 8px 0;
  }
  /* 親リンク */
  .global-nav__item.has-child > a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
  }
  /* アイコン本体 */
  .menu-icon {
    position: relative;
    width: 12px;
    height: 12px;
  }
  /* 横線 */
  .menu-icon::before,
  .menu-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #111;
    transition: 0.3s ease;
  }
  /* 縦線 */
  .menu-icon::after {
    transform: rotate(90deg);
  }
  /* 開いた時 → − */
  .global-nav__item.is-open .menu-icon::after {
    transform: rotate(0deg);
    opacity: 0;
  }
}
/*--------------------------------------------------------------
*   footer
--------------------------------------------------------------*/
footer {
  position: relative;
  background: #333635 url(../img/common/footerbg.png) no-repeat;
  background-position: right top !important;
}
footer .container {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 1230px) and (max-width: 1499px) {
  footer .container {
    max-width: 1230px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1229px) {
  footer .container {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 999px) {
  footer .container {
    max-width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  footer .container {
    width: 100%;
    flex-direction: column;
    text-align: center;
  }
}
footer .f-nav {
  position: relative;
  padding: 0px 0 0px;
}
@media only screen and (max-width: 767px) {
  footer .f-nav {
    padding: 1px 0 0px;
    height: 162px;
  }
}
footer .f-nav .simpleParallax img {
  width: 100%;
  height: 550px;
  min-height: 550px;
  overflow: hidden;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  footer .f-nav .simpleParallax img {
    height: 250px;
    min-height: 250px;
  }
}
footer .addwrp {
  position: relative;
  width: 100%;
}
footer .addwrp h3 {
  position: relative;
  padding: 0 65px;
  text-align: center;
}
@media only screen and (min-width: 1000px) and (max-width: 1229px) {
  footer .addwrp h3 {
    padding: 0 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  footer .addwrp h3 {
    padding: 0 5px;
  }
}
footer .addwrp h3:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: #fff;
}
footer .addwrp h3 span {
  position: relative;
  padding: 0 1em;
  background: #595757;
}

.sub-nav {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 1000px) and (max-width: 1229px) {
  .sub-nav {
    font-size: 0.9em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .sub-nav {
    font-size: 0.9em;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 501px) and (max-width: 767px) {
  .sub-nav {
    font-size: 0.9em;
    flex-direction: column;
  }
}
@media only screen and (max-width: 500px) {
  .sub-nav {
    font-size: 0.9em;
    flex-direction: column;
    width: 100%;
    text-align: left;
    margin: 30px auto 30px;
  }
}
.sub-nav h4 {
  margin-bottom: 10px;
}

.footer .copy {
  text-align: center;
  color: #fff;
  padding: 5px 0 63px;
}
@media only screen and (max-width: 767px) {
  .footer .copy {
    padding-bottom: 55px;
  }
}
.footer .copy small {
  font-size: 0.8rem;
}

.fotnvinr {
  width: 60%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .fotnvinr {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .fotnvinr {
    flex-direction: column;
    justify-content: space-between;
  }
}
.fotnvinr li {
  font-weight: 300;
  padding: 20px 20px;
}
@media only screen and (max-width: 767px) {
  .fotnvinr li {
    width: 100%;
    padding: 10px 20px;
    margin-top: 20px;
  }
}
.fotnvinr li a {
  text-decoration: none;
  color: #fff;
  font-size: 0.8em;
  font-weight: 300;
  padding: 20px 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .fotnvinr li a {
    padding: 5px 0;
  }
}
.fotnvinr li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 0;
  height: 1px;
  background: currentColor;
  transform: translateX(-50%);
  transition: width 0.35s ease;
}
.fotnvinr li a:hover::after {
  width: 100%;
}

.add {
  width: 30%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .add {
    width: 30%;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .add {
    width: 100%;
  }
}
.add .f-logo {
  position: relative;
  width: 100%;
  min-height: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .add .f-logo {
    width: 182px;
  }
}
@media only screen and (max-width: 767px) {
  .add .f-logo {
    text-align: center;
    margin: 20px auto 20px;
  }
}
.add .f-logo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.add .f-logo a:hover {
  background: none;
  opacity: 0.7;
}

/*--------------------------------------------------------------
*   user common css
--------------------------------------------------------------*/
.container {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (min-width: 1230px) and (max-width: 1499px) {
  .container {
    max-width: 1230px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1229px) {
  .container {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 999px) {
  .container {
    max-width: 100%;
  }
}

.bold {
  font-weight: bold;
}

.marker {
  background: linear-gradient(transparent 0%, #f5cf6a 0%);
  padding: 10px 20px 5px;
  color: #322a30;
}

.marker2 {
  background: linear-gradient(transparent 0%, #f8b62b 0%);
  color: #fff;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-under {
  text-decoration: underline;
}

.t-red {
  color: #1a9224;
}

.f-en {
  letter-spacing: 0.1rem;
}

.f-min {
  font-family: -apple-system, source-han-sans-japanese, sans-serif, "Noto Sans JP", sans-serif, BlinkMacSystemFont, 游ゴシック, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "Noto Sans Japanese", "Noto Sans CJK JP", sans-serif;
}
.f-min .kanji {
  font-size: 0.9em;
  line-height: 1.5;
}

.f-min2 {
  font-family: "Noto Serif JP", serif;
}
.f-min2 .kanji {
  font-size: 0.9em;
}

.fz14 {
  font-size: 1.4rem;
}

.fz18 {
  font-size: 1.8rem;
}

.sp {
  display: none;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* =======================================================
*   gototop
* ======================================================= */
.gototop {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  opacity: 0;
  z-index: 999;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.gototop a {
  position: relative;
  background-color: rgb(224, 224, 224);
  display: block;
  width: 50px;
  height: 50px;
  border: #666666 solid 2px;
  text-decoration: none;
  color: #727272;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.gototop a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gototop a::before {
  font-family: temple;
  content: "\e917";
  font-size: 25px;
  position: absolute;
  width: 40px;
  height: 50px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  line-height: 50px;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .gototop {
    position: fixed;
    bottom: 0px;
    height: 40px;
    width: 100%;
    z-index: 999;
    right: 0px;
  }
  .gototop a {
    position: relative;
    background: #a1a1a1;
    display: block;
    border: none;
    border-radius: 0%;
    text-decoration: none;
    width: 100%;
    height: 100%;
    color: #fff;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-top: solid 1px #fff;
  }
  .gototop a:hover {
    background: #8b8b8b;
  }
  .gototop a::before {
    font-family: temple;
    content: "\e917";
    font-size: 20px;
    color: #fff;
    position: absolute;
    width: 20px;
    height: 40px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
}

/*--------------------------------------------------------------
*   toppqage
--------------------------------------------------------------*/
.mv {
  position: relative;
  width: 100%;
  min-height: 700px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .mv {
    min-height: 400px;
    height: 400px;
  }
}
.mv__bg {
  position: absolute;
  inset: 0;
}
.mv__bg picture,
.mv__bg img {
  width: 100%;
  height: 100%;
}
.mv__bg img {
  object-fit: cover;
  transform: scale(1);
  will-change: transform;
}

#top-about {
  padding: 90px 0 90px;
  background-image: url(../img/top/ourbg.png);
  background-repeat: no-repeat;
  background-position: left top;
}
#top-about h2 {
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 50px;
  font-size: 2em;
  color: #000;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  #top-about h2 {
    font-size: 1.2em;
  }
}
#top-about .topannai-col {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px 20px;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  #top-about .topannai-col {
    padding: 20px 0px;
  }
}
@media only screen and (max-width: 767px) {
  #top-about .topannai-col {
    width: 100%;
    padding: 20px 0px;
    flex-direction: column;
  }
}
#top-about .topannai-col .col1 {
  width: 60%;
  line-height: 3;
}
@media only screen and (max-width: 767px) {
  #top-about .topannai-col .col1 {
    width: 100%;
    line-height: 2;
    padding: 0px 20px;
  }
}
#top-about .topannai-col .col2 {
  margin-top: auto;
  width: 40%;
}
@media only screen and (max-width: 767px) {
  #top-about .topannai-col .col2 {
    width: 100%;
    padding: 0px 20px;
  }
}

#top-jigyo {
  padding: 90px 0 90px;
}
#top-jigyo h2 {
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 50px;
  font-size: 1.7em;
  color: #3d3d3d;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  #top-jigyo h2 {
    font-size: 1.2em;
  }
}
#top-jigyo .topjigyo-col {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px 20px;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  #top-jigyo .topjigyo-col {
    padding: 20px 0px;
  }
}
@media only screen and (max-width: 767px) {
  #top-jigyo .topjigyo-col {
    width: 100%;
    padding: 20px 0px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  #top-jigyo .topjigyo-col {
    width: 100%;
    padding: 20px 0px;
  }
}
#top-jigyo .topjigyo-col .col1 {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #top-jigyo .topjigyo-col .col1 {
    width: 100%;
    line-height: 2;
  }
}
#top-jigyo .topjigyo-col .col2 {
  margin-top: auto;
  width: 40%;
  margin-left: 10%;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  #top-jigyo .topjigyo-col .col2 {
    width: 100%;
    margin-left: 0%;
    margin-top: 20px;
  }
}
#top-jigyo .topjigyo-col .col3 {
  width: 40%;
  margin-right: 10%;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  #top-jigyo .topjigyo-col .col3 {
    width: 100%;
    margin-right: 0%;
    margin-top: 20px;
  }
}
#top-jigyo .topjigyo-col .col4 {
  margin-top: auto;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #top-jigyo .topjigyo-col .col4 {
    width: 100%;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #top-jigyo .topjigyo-col-rev {
    flex-direction: column-reverse;
  }
}

/*--------------------------------------------------------------
*   subpage
--------------------------------------------------------------*/
.main {
  padding-top: 0px;
}

.subpage {
  padding-bottom: 0px;
  padding-top: 100px;
}
@media only screen and (max-width: 999px) {
  .subpage {
    padding-bottom: 60px;
    padding-top: 50px;
  }
}
.subpage .container {
  padding-left: 10px;
  padding-right: 10px;
}

.submain {
  position: relative;
  z-index: 1;
}
.submain .submain__ttl {
  font-family: "source-sans-3", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 50px;
  font-size: 2em;
  color: #504f4f;
  line-height: 2;
  padding: 50px 0;
  text-align: center;
}

.sub-cont {
  line-height: 1.8;
}
.sub-cont .inner {
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.allcontentsw {
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .allcontentsw {
    padding-top: 0px;
  }
}
.allcontentsw .boutoubg {
  position: relative;
  width: 100%;
  min-height: 500px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .allcontentsw .boutoubg {
    min-height: 250px;
  }
}
.allcontentsw .boutoubg .boutoubginr {
  position: absolute;
  inset: 0;
  padding: 0px 0px 0 200px;
}
@media only screen and (max-width: 767px) {
  .allcontentsw .boutoubg .boutoubginr {
    padding: 0px;
  }
}
.allcontentsw .boutoubg .boutoubginr img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  image-rendering: auto;
}
.allcontentsw .goaisatsu-col {
  padding: 90px 0 90px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px 20px;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .allcontentsw .goaisatsu-col {
    padding: 20px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .allcontentsw .goaisatsu-col {
    width: 100%;
    padding: 20px 0px;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 50px;
  }
}
.allcontentsw .goaisatsu-col .col1 {
  width: 40%;
  line-height: 3;
}
@media only screen and (max-width: 767px) {
  .allcontentsw .goaisatsu-col .col1 {
    width: 100%;
    line-height: 2;
    margin-bottom: 40px;
  }
}
.allcontentsw .goaisatsu-col .col2 {
  margin-top: auto;
  width: 60%;
  font-size: 0.9em;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .allcontentsw .goaisatsu-col .col2 {
    width: 100%;
  }
}
.allcontentsw .goaisatsu-col .col0 {
  margin-top: auto;
  width: 100%;
  text-align: center;
}
.allcontentsw .goaisatsu-col h2 {
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5em;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .allcontentsw .goaisatsu-col h2 {
    font-size: 1.2em;
  }
}
.allcontentsw .boutouinr {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.allcontentsw .boutouinr .colleft {
  width: auto;
  height: 1px;
  position: relative;
  z-index: 10;
}
.allcontentsw .boutouinr .colleft2 {
  width: 500px;
  margin-left: auto;
  position: relative;
  z-index: 10;
}
.allcontentsw .boutouinr .colright {
  width: 100%;
  margin-right: auto;
  position: relative;
  z-index: 10;
}
.allcontentsw .boutouinr .colright2 {
  width: auto;
  height: 1px;
  position: relative;
  z-index: 10;
}
.allcontentsw .boutouinr .headtit {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: auto;
  height: 120px;
  padding: 10px 10px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .allcontentsw .boutouinr .headtit {
    position: relative;
    height: auto;
    width: 100%;
    left: auto;
    transform: translate(0%, -20%);
    -webkit-transform: translate(0%, -20%);
    -ms-transform: translate(0%, -20%);
  }
}
.allcontentsw .boutouinr .headtit h2 {
  font-size: 2em;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  .allcontentsw .boutouinr .headtit h2 {
    font-size: 1.5em;
  }
}
.allcontentsw .boutouinr .headtit h2 span {
  margin-top: 10px;
  font-size: 0.7em;
  display: block;
}
.allcontentsw .boutouinr .headtittxt {
  margin-top: 80px;
  margin-bottom: 0px;
  text-align: center;
  padding: 0 10px;
}
.allcontentsw .boutouinr .headtit2 {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: auto;
  height: 120px;
  padding: 10px 50px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .allcontentsw .boutouinr .headtit2 {
    top: -60px;
    height: 90px;
    width: 100%;
    left: auto;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
  }
}
.allcontentsw .boutouinr .headtit2 h2 {
  font-size: 2em;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  .allcontentsw .boutouinr .headtit2 h2 {
    font-size: 1.5em;
  }
}
.allcontentsw .boutouinr .headtit2 h2 span {
  margin-top: 10px;
  font-size: 0.7em;
  display: block;
}
.allcontentsw .column {
  position: relative;
  line-height: 1.9;
}
@media only screen and (max-width: 500px) {
  .allcontentsw .column h2 {
    font-size: 1.1em;
  }
}
.allcontentsw .cbp_tmtimeline {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
  position: relative;
  font-size: 0.9em;
}
.allcontentsw {
  /* The line */
}
.allcontentsw .cbp_tmtimeline:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  background: #afdcf8;
  left: 20%;
  margin-left: -10px;
}
.allcontentsw .cbp_tmtimeline > li {
  position: relative;
}
.allcontentsw {
  /* The date/time */
}
.allcontentsw .cbp_tmtimeline > li .cbp_tmtime {
  display: block;
  width: 25%;
  padding-right: 100px;
  position: absolute;
}
.allcontentsw .cbp_tmtimeline > li .cbp_tmtime span {
  display: block;
  text-align: right;
}
.allcontentsw .cbp_tmtimeline > li .cbp_tmtime span:first-child {
  font-size: 1.2em;
  color: #bdd0db;
}
.allcontentsw .cbp_tmtimeline > li .cbp_tmtime span:last-child {
  font-size: 1.8em;
  color: #3594cb;
}
.allcontentsw .cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
  color: #6cbfee;
}
.allcontentsw {
  /* Right content */
}
.allcontentsw .cbp_tmtimeline > li .cbp_tmlabel {
  margin: 0 0 15px 25%;
  border: solid 2px #3594cb;
  padding: 1.5em;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  border-radius: 5px;
}
.allcontentsw .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
  background: #fff;
  border: solid 2px #6cbfee;
}
.allcontentsw .cbp_tmtimeline > li .cbp_tmlabel h2 {
  margin-top: 0px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.allcontentsw {
  /* The triangle */
}
.allcontentsw .cbp_tmtimeline > li .cbp_tmlabel:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #3594cb;
  border-width: 10px;
  top: 10px;
}
.allcontentsw .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
  border-right-color: #6cbfee;
}
.allcontentsw {
  /* The icons */
}
.allcontentsw .cbp_tmtimeline > li .cbp_tmicon {
  width: 20px;
  height: 20px;
  font-size: 1.4em;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  background: #46a4da;
  border-radius: 50%;
  box-shadow: 0 0 0 8px #bdd0db;
  text-align: center;
  left: 20.7%;
  top: 12px;
  margin: 0 0 0 -25px;
}
.allcontentsw {
  /* Example Media Queries */
}
@media screen and (max-width: 65.375em) {
  .allcontentsw .cbp_tmtimeline > li .cbp_tmtime span:last-child {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 47.2em) {
  .allcontentsw .cbp_tmtimeline:before {
    display: none;
  }
  .allcontentsw .cbp_tmtimeline > li .cbp_tmtime {
    width: 100%;
    position: relative;
    padding: 0 0 20px 0;
  }
  .allcontentsw .cbp_tmtimeline > li .cbp_tmtime span {
    text-align: left;
  }
  .allcontentsw .cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 0 30px 0;
    padding: 1em;
    font-weight: 400;
    font-size: 95%;
  }
  .allcontentsw .cbp_tmtimeline > li .cbp_tmlabel:after {
    right: auto;
    left: 20px;
    border-right-color: transparent;
    border-bottom-color: #3594cb;
    top: -20px;
  }
  .allcontentsw .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
    border-right-color: transparent;
    border-bottom-color: #6cbfee;
  }
  .allcontentsw .cbp_tmtimeline > li .cbp_tmicon {
    position: relative;
    float: right;
    left: auto;
    margin: -55px 5px 0 0px;
  }
}
@media only screen and (max-width: 767px) {
  .allcontentsw .cbp_tmicon {
    display: none;
  }
}
.allcontentsw .timeline {
  list-style: none;
  padding: 0 5%;
  margin: 0 auto;
}
.allcontentsw .timeline strong {
  font-size: 1.17em;
  font-weight: bold;
}
.allcontentsw .timeline h2 {
  color: #1a9224;
}
.allcontentsw .timeline > li {
  margin-bottom: 60px;
}
.allcontentsw {
  /* for Desktop */
}
@media (min-width: 640px) {
  .allcontentsw .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .allcontentsw .timeline-date {
    width: 110px;
    float: left;
    margin-top: 20px;
  }
  .allcontentsw .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #cecece solid;
    padding-left: 30px;
    padding-top: 18px;
    padding-bottom: 20px;
  }
  .allcontentsw .timeline-content:before {
    content: "";
    width: 12px;
    height: 12px;
    background: #1a9224;
    position: absolute;
    left: 106px;
    top: 29px;
    border-radius: 100%;
  }
}
.allcontentsw .table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  padding: 0 10%;
}
.allcontentsw .table tr {
  border-top: 1px solid #acacac;
  border-bottom: 1px solid #acacac;
}
.allcontentsw .table tr th,
.allcontentsw .table tr td {
  padding: 20px 20px;
  text-align: left;
  vertical-align: top;
}
.allcontentsw .table tr th {
  width: 20%;
  font-weight: bold;
  background: #f2f2f3;
}
.allcontentsw .table tr td {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .allcontentsw .table tr th,
  .allcontentsw .table tr td {
    display: block;
    width: 100%;
  }
}

#coreservice {
  position: relative;
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  #coreservice {
    min-height: 600px;
  }
}
@media only screen and (min-width: 501px) and (max-width: 767px) {
  #coreservice {
    min-height: auto;
  }
}
@media only screen and (max-width: 500px) {
  #coreservice {
    min-height: auto;
  }
}
#coreservice::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 600px;
  right: 0px;
  bottom: 0;
  background: url(../img/sec/adsbg.png) no-repeat;
  background-position: right bottom;
}
@media only screen and (max-width: 999px) {
  #coreservice::before {
    display: none;
  }
}
#coreservice .coreservicewrp {
  position: relative;
}
#coreservice .coreserviceinr {
  width: 60%;
  margin-right: auto;
  padding-top: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  #coreservice .coreserviceinr {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #coreservice .coreserviceinr {
    width: 100%;
    padding: 20px 0px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 500px) {
  #coreservice .coreserviceinr {
    padding-top: 20px;
    width: 100%;
    padding-bottom: 20px;
  }
}
#coreservice .coreserviceinr .col1 {
  width: 31%;
  margin: 10px 1% 30px;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  font-family: "source-sans-3", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  #coreservice .coreserviceinr .col1 {
    width: 31%;
  }
}
@media only screen and (min-width: 501px) and (max-width: 767px) {
  #coreservice .coreserviceinr .col1 {
    width: 48%;
    margin: 5px 1% 5px;
  }
}
@media only screen and (max-width: 500px) {
  #coreservice .coreserviceinr .col1 {
    width: 48%;
    margin: 5px 1% 5px;
  }
}
#coreservice .coreserviceinr .col1 .icon {
  text-align: center;
  background-color: #e9e6e2;
  padding: 30px 0px;
}
#coreservice .coreserviceinr .col1 .number {
  font-size: 14px;
  padding: 20px 0;
  text-align: center;
}
#coreservice .coreserviceinr .col1 .title {
  font-weight: 500;
  font-size: 0.8em;
  margin-bottom: 20px;
  text-align: left;
  padding: 0px 30px;
}
#coreservice .coreserviceinr .col1 .txt {
  font-weight: 300;
  font-size: 0.7em;
  text-align: left;
  padding: 0px 30px 20px;
}
#coreservice .coreserviceinr .col0 {
  width: 98%;
  margin: 10px 1% 30px;
  display: block;
  padding: 20px 30px;
  text-align: left;
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 50px;
  font-size: 2em;
  color: #000;
}
@media only screen and (min-width: 501px) and (max-width: 767px) {
  #coreservice .coreserviceinr .col0 {
    width: 31%;
  }
}
@media only screen and (max-width: 500px) {
  #coreservice .coreserviceinr .col0 {
    width: 98%;
    margin: 5px 1% 5px;
  }
}

#dollhousejigyo {
  position: relative;
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  #dollhousejigyo {
    min-height: 600px;
  }
}
@media only screen and (min-width: 501px) and (max-width: 767px) {
  #dollhousejigyo {
    min-height: auto;
  }
}
@media only screen and (max-width: 500px) {
  #dollhousejigyo {
    min-height: auto;
  }
}
#dollhousejigyo h2 {
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0px;
  font-size: 2em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #dollhousejigyo h2 {
    font-size: 1.2em;
  }
}
#dollhousejigyo .dollhousewrp {
  position: relative;
}
#dollhousejigyo .dollhouseinr {
  width: 100%;
  margin-right: auto;
  padding-top: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media only screen and (min-width: 501px) and (max-width: 767px) {
  #dollhousejigyo .dollhouseinr {
    padding-top: 30px;
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  #dollhousejigyo .dollhouseinr {
    padding-top: 20px;
    width: 100%;
    padding-bottom: 20px;
  }
}
#dollhousejigyo .dollhouseinr .col1 {
  width: 27%;
  margin: 10px 3% 30px;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  font-family: "source-sans-3", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  #dollhousejigyo .dollhouseinr .col1 {
    width: 27%;
  }
}
@media only screen and (min-width: 501px) and (max-width: 767px) {
  #dollhousejigyo .dollhouseinr .col1 {
    width: 44%;
  }
}
@media only screen and (max-width: 500px) {
  #dollhousejigyo .dollhouseinr .col1 {
    width: 44%;
  }
}
#dollhousejigyo .dollhouseinr .col1 .icon {
  text-align: center;
  padding: 0px 0px;
}
#dollhousejigyo .dollhouseinr .col1 .number {
  font-size: 14px;
  padding: 20px 0;
  text-align: center;
}
#dollhousejigyo .dollhouseinr .col1 .title {
  font-weight: 500;
  font-size: 0.8em;
  margin-bottom: 20px;
  text-align: left;
  padding: 0px 30px;
}
#dollhousejigyo .dollhouseinr .col1 .txt {
  font-weight: 300;
  font-size: 0.7em;
  text-align: left;
  padding: 0px 30px 20px;
}
#dollhousejigyo .dollhouseinr .col0 {
  width: 98%;
  margin: 10px 1% 30px;
  display: block;
  padding: 20px 30px;
  text-align: left;
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 50px;
  font-size: 2em;
  color: #000;
}
@media only screen and (min-width: 501px) and (max-width: 767px) {
  #dollhousejigyo .dollhouseinr .col0 {
    width: 31%;
  }
}
@media only screen and (max-width: 500px) {
  #dollhousejigyo .dollhouseinr .col0 {
    width: 98%;
    margin: 5px 1% 5px;
  }
}

#companyarea {
  margin-bottom: 50px;
}
#companyarea .history-container {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding: 40px 0;
}
#companyarea .history-container::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background-color: #c5b394; /* 上品なゴールド・ブロンズ系 */
  transform: translateX(-50%);
}
#companyarea .history-item {
  position: relative;
  width: 50%;
  margin-bottom: 60px;
  box-sizing: border-box;
}
#companyarea .history-item.left {
  left: 0;
  padding-right: 40px;
  text-align: right;
}
#companyarea .history-item.right {
  left: 50%;
  padding-left: 40px;
  text-align: left;
}
#companyarea .history-item::after {
  content: "";
  position: absolute;
  top: 6px;
  width: 9px;
  height: 9px;
  background-color: #c5b394;
  border-radius: 50%;
  z-index: 1;
}
#companyarea .history-item.left::after {
  right: -5px;
}
#companyarea .history-item.right::after {
  left: -5px;
}
#companyarea .history-date {
  font-size: 20px;
  font-family: "Times New Roman", Serif;
  color: #c5b394;
  font-weight: bold;
  margin-bottom: 8px;
}
#companyarea .history-title {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  margin-bottom: 10px;
}
#companyarea .history-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}
@media (max-width: 600px) {
  #companyarea .history-container::before {
    left: 20px;
  }
  #companyarea .history-item {
    width: 100%;
    left: 0 !important;
    padding-left: 40px !important;
    padding-right: 0 !important;
    text-align: left !important;
  }
  #companyarea .history-item::after {
    left: 16px !important;
  }
}

#gaiyoarea {
  max-width: 800px;
  margin: 60px auto 150px;
  padding: 0 20px;
}
#gaiyoarea .overview-title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #222;
  margin-bottom: 40px;
}
#gaiyoarea .overview-table {
  width: 100%;
}
#gaiyoarea .overview-row {
  display: flex;
  padding: 24px 0;
  border-bottom: 1px solid #e8e5e0;
}
#gaiyoarea .overview-row:last-child {
  border-bottom: none;
}
#gaiyoarea .overview-label {
  width: 160px;
  font-size: 14px;
  font-weight: bold;
  color: #555;
  flex-shrink: 0;
}
#gaiyoarea .overview-value {
  font-size: 14px;
  line-height: 1.7;
  color: #333;
  flex-grow: 1;
}
#gaiyoarea .overview-value a {
  color: #c5b394;
  text-decoration: none;
}
#gaiyoarea .overview-value a:hover {
  text-decoration: underline;
}

/* ==========================================
   レスポンシブ対応（スマホ用の設定）
   ========================================== */
@media (max-width: 600px) {
  .overview-row {
    flex-direction: column;
    padding: 16px 0;
  }
  .overview-label {
    width: 100%;
    margin-bottom: 6px;
  }
  .overview-value {
    width: 100%;
  }
}
/*--------------------------------------------------------------
*   breadcrumb
--------------------------------------------------------------*/
.breadcrumb {
  padding: 20px 20px 0px 0px;
  font-size: 0.9em;
  margin: 0 auto;
  position: relative;
  font-size: 0.7em;
}

ol.breadcrumb {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: flex-end;
}
ol.breadcrumb li {
  color: #707070;
}
ol.breadcrumb li a {
  color: #707070;
  text-decoration: underline;
}
ol.breadcrumb li {
  padding-right: 10px;
}
ol.breadcrumb li:not(:first-child) {
  padding-left: 15px;
  position: relative;
}
ol.breadcrumb li:not(:first-child)::before {
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  position: absolute;
  left: 0;
  top: 10px;
  transform: rotate(45deg);
}

/* =======================================================
*   privacyCSS
* ======================================================= */
#privacywrp {
  margin: 50px;
  padding: 0 50px;
  font-size: 1em;
}
@media only screen and (min-width: 501px) and (max-width: 767px) {
  #privacywrp {
    margin: 50px 0;
    padding: 20px 20px;
  }
}
@media only screen and (max-width: 500px) {
  #privacywrp {
    margin: 50px 0;
    padding: 20px 20px;
  }
}
#privacywrp .privacyinr {
  text-align: left;
  margin: 10px 0 20px;
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
}
@media only print {
  #privacywrp .privacyinr {
    max-width: 100%;
    z-index: 1;
  }
}
@media only screen and (min-width: 1230px) {
  #privacywrp .privacyinr {
    max-width: 1200px;
    min-width: 960px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1229px) {
  #privacywrp .privacyinr {
    max-width: 100%;
    min-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  #privacywrp .privacyinr {
    max-width: 100%;
    min-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #privacywrp .privacyinr {
    max-width: 100%;
    min-width: 100%;
    width: 70%;
  }
}

#privacy .privacymarea {
  margin: 30px 0;
  position: relative;
  width: 100%;
  text-align: left;
}
#privacy h4 {
  font-size: 1.4em;
  margin: 0 0 10px;
  line-height: 1.4em;
  font-weight: 600;
  color: #595757;
}
#privacy p.catch {
  color: #595757;
  margin-bottom: 3rem;
  margin-left: 40px;
}
@media only screen and (max-width: 767px) {
  #privacy p.catch {
    margin-left: 10px;
  }
}
#privacy #kojinjyoho {
  margin: 40px 20px 0;
  color: #595757;
  font-weight: 500;
}
#privacy strong {
  position: relative;
  display: block;
  margin-bottom: 10px;
  font-size: 1.2em;
  padding-left: 20px;
  text-indent: -1em;
  border-bottom: dotted 1px #c2ad86;
  margin-top: 20px;
  font-weight: 600;
}
#privacy strong:before {
  position: absolute;
  font-family: "temple";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 0px;
  top: 4px;
  content: "\e915";
  font-size: 1em;
  color: #1c1c1b;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#privacy p.kjtext {
  padding-left: 1em;
  margin: 2px;
  display: block;
  font-size: 0.9em;
}
#privacy p.kjtext2 {
  padding-left: 1em;
  text-indent: -1em;
  margin: 2px;
  display: block;
  font-size: 0.9em;
}
#privacy p.kjtextnom {
  margin: 2px;
  padding-left: 2em;
  display: block;
  font-size: 0.9em;
}

@media screen and (max-width: 1000px) {
  .main-img .btn-recruit {
    width: 150px;
    right: 10px;
  }
  .main-img .main-img__bnr {
    width: 250px;
    bottom: 170px;
    left: 7%;
  }
}
@media screen and (max-width: 550px) {
  .main-img .btn-recruit {
    width: 100px;
    bottom: 70px;
  }
  .main-img .main-img__bnr {
    bottom: 50px;
    left: 3%;
  }
}
.entry-job .mw_wp_form .vertical-item + .vertical-item {
  margin-top: 0px;
}

.wpcf7 .ajax-loader {
  display: block;
  margin: 0 auto;
}

#otoiawseform {
  margin-bottom: 60px;
  /* ===table==== */
}
#otoiawseform .table-contactform7 {
  border-collapse: separate;
  border-spacing: 0 !important;
  position: inherit;
  box-shadow: none !important;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
  margin: 0 0 30px !important;
  border: none;
}
@media screen and (min-width: 768px) {
  #otoiawseform .table-contactform7 {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 767px) {
  #otoiawseform .table-contactform7 {
    font-size: 0.8em;
  }
  #otoiawseform .table-contactform7 tbody,
  #otoiawseform .table-contactform7 tr {
    display: block;
    width: 100%;
  }
}
#otoiawseform .table-contactform7 tr {
  border: solid 1px #d4d4d4 !important;
}
@media screen and (min-width: 768px) {
  #otoiawseform .table-contactform7 tr:last-child th,
  #otoiawseform .table-contactform7 tr:last-child td {
    border-bottom: solid 1px #d4d4d4 !important;
  }
}
#otoiawseform .table-contactform7 th {
  padding: 10px;
  white-space: nowrap;
  text-align: left;
  background: #f8f8f8 !important;
}
@media screen and (min-width: 768px) {
  #otoiawseform .table-contactform7 th {
    border-top: solid 1px #d4d4d4 !important;
    border-bottom: none !important;
  }
}
@media screen and (max-width: 767px) {
  #otoiawseform .table-contactform7 th {
    padding: 5px;
    height: auto !important;
    display: block;
    width: 100% !important;
  }
}
#otoiawseform .table-contactform7 td {
  padding: 10px;
  text-align: left;
  background: #fff;
}
@media screen and (min-width: 768px) {
  #otoiawseform .table-contactform7 td {
    border-top: solid 1px #d4d4d4 !important;
    border-bottom: none !important;
  }
}
@media screen and (max-width: 767px) {
  #otoiawseform .table-contactform7 td {
    padding: 5px;
    height: auto !important;
    display: block;
    width: 100% !important;
  }
}
#otoiawseform .required-contactform7 {
  font-size: 0.8em;
  padding: 1px 5px;
  margin-right: 10px;
  border: #a51111 solid 1px;
  color: #a51111;
}
#otoiawseform .btnareawrp {
  width: 100%;
  text-align: center;
}
#otoiawseform {
  /* ===ボタン==== */
}
#otoiawseform .btn {
  padding: 15px 25px;
  margin-right: 4px;
  margin-bottom: 4px;
  font-weight: 600 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  letter-spacing: 2px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 20px 30px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #1a9224;
  color: #fff;
  line-height: normal !important;
  height: auto !important;
  text-align: center !important;
  width: 170px !important;
  border: none;
}
#otoiawseform .btn:hover {
  background-color: #1e9e69;
}
#otoiawseform {
  /* ===errors==== */
}
#otoiawseform span.wpcf7-not-valid-tip {
  background: #b60329;
  font-weight: 500 !important;
  padding-left: 15px;
  color: #fff !important;
}
#otoiawseform div.wpcf7-validation-errors {
  font-size: 16px !important;
  color: #f00 !important;
}
#otoiawseform div.wpcf7-response-output {
  margin: 0 !important;
  background-color: #b60329 !important;
  border-color: #b60329 !important;
  color: #fff !important;
}
#otoiawseform div.wpcf7-validation-errors,
#otoiawseform div.wpcf7-acceptance-missing {
  border: 1px solid #e4e4e5;
}
#otoiawseform {
  /* ===確認画面==== */
}
#otoiawseform .wpcf7c-conf input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #e4e4e5 inset;
}
#otoiawseform input[type=text].wpcf7c-conf,
#otoiawseform input[type=tel].wpcf7c-conf,
#otoiawseform input[type=email].wpcf7c-conf,
#otoiawseform select.wpcf7c-conf,
#otoiawseform textarea .wpcf7c-conf {
  border: none !important;
  background: none !important;
  box-shadow: 0 0 0px 1000px #e4e4e5 inset;
  resize: none;
  color: #666 !important;
}
#otoiawseform input[type=checkbox].wpcf7c-conf,
#otoiawseform input[type=radio].wpcf7c-conf {
  display: inline-block;
}
#otoiawseform input[type=checkbox].wpcf7c-conf + span.wpcf7-list-item-label:before,
#otoiawseform input[type=radio].wpcf7c-conf + span.wpcf7-list-item-label:before {
  display: none;
}
#otoiawseform .table-contactform7 {
  /* ===input==== */
}
#otoiawseform .table-contactform7 input[type=text],
#otoiawseform .table-contactform7 input[type=email] {
  height: 45px;
  padding: 0 12px;
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  color: #585858;
  font-size: 1em;
  vertical-align: middle;
  line-height: 45px;
  transition: background-color 0.24s ease-in-out;
  margin: 2px 0;
  border: 1px solid #d4d4d4;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #otoiawseform .table-contactform7 input[type=text],
  #otoiawseform .table-contactform7 input[type=email] {
    width: 100%;
  }
}
#otoiawseform .table-contactform7 {
  /* ===textarea==== */
}
#otoiawseform .table-contactform7 textarea {
  max-width: 100% !important;
  padding: 10px 10px;
  width: 100%;
  outline: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 8px 12px;
  color: #000;
  width: 99%;
  border-radius: 3px;
  border: 1px solid #d4d4d4;
  background: #fff;
}
#otoiawseform .table-contactform7 ::-webkit-input-placeholder {
  color: #b9b9ba;
}
#otoiawseform .table-contactform7 ::-moz-placeholder {
  color: #b9b9ba;
  opacity: 1;
}
#otoiawseform .table-contactform7 :-ms-input-placeholder {
  color: #b9b9ba;
}
#otoiawseform .table-contactform7 {
  /* ===select==== */
}
#otoiawseform .table-contactform7 .select-wrap {
  position: relative;
}
#otoiawseform .table-contactform7 .select-wrap:before {
  font-family: "temple";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
  position: absolute;
  right: 15px;
  top: 0;
  content: "▼";
  line-height: 43px;
  pointer-events: none;
}
#otoiawseform .table-contactform7 select {
  outline: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 40px;
  padding: 8px 12px;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #d4d4d4;
  background-color: #fff;
}
#otoiawseform .table-contactform7 select option {
  background-color: #fff;
}
#otoiawseform .table-contactform7 select::-ms-expand {
  display: none;
}
#otoiawseform .table-contactform7 select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #e4e4e5;
}
#otoiawseform {
  /* ===radio==== */
}
#otoiawseform span.wpcf7-list-item-label {
  font-weight: 500 !important;
  position: relative;
}
#otoiawseform input[type=radio] {
  display: none;
}
#otoiawseform input[type=radio] + span.wpcf7-list-item-label:before {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  border-color: #d4d4d4;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  padding-left: 3px;
  font-family: "temple";
  content: " "; /* check */
  margin-right: 10px;
  left: 0;
  bottom: 0;
  line-height: 22px;
}
#otoiawseform input[type=radio]:checked + span.wpcf7-list-item-label:before {
  content: "\e926"; /* check */
  color: #114e24;
}
#otoiawseform .checkbox .wpcf7-form-control-wrap {
  margin-left: 14px;
  font-size: 1rem;
  font-weight: 400; /* Regular */
}
#otoiawseform .wpcf7-list-item-label {
  padding-left: 30px;
}
#otoiawseform label {
  margin-right: 1em;
  margin-bottom: 0rem;
}
#otoiawseform {
  /* ===checkbox==== */
}
#otoiawseform input[type=checkbox] + span.wpcf7-list-item-label:before {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  border-color: #d4d4d4;
  background-color: #fff;
}
#otoiawseform input[type=checkbox] {
  display: none;
}
#otoiawseform input[type=checkbox] + span.wpcf7-list-item-label:before {
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  padding-left: 3px;
  font-family: "temple";
  content: " "; /* check */
  margin-right: 10px;
  left: 0;
  bottom: 0;
  line-height: 22px;
}
#otoiawseform input[type=checkbox]:checked + span.wpcf7-list-item-label:before {
  content: "\e926"; /* check */
  color: #114e24;
}
#otoiawseform .checkbox .wpcf7-form-control-wrap {
  margin-left: 14px;
  font-size: 1rem;
  font-weight: 400; /* Regular */
}
#otoiawseform .wpcf7-list-item-label {
  padding-left: 30px;
}
#otoiawseform label {
  margin-right: 1em;
  margin-bottom: 0rem;
}

/*--------------------------------------------------------------
*   確認
--------------------------------------------------------------*/
.wpcf7cp-force-hide {
  display: none !important;
}

.wpcf7cp-form-hide {
  visibility: hidden !important;
}

div.wpcf7 {
  position: relative;
  height: auto;
}

div#wpcf7cpcnf {
  position: absolute;
  z-index: 1000;
  background-color: transparent;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  /*--------------------------------------------------------------
  *   table
  --------------------------------------------------------------*/
  /* ===table==== */
}
div#wpcf7cpcnf table {
  width: 100%;
}
div#wpcf7cpcnf tr {
  border: solid 1px #d4d4d4 !important;
}
@media screen and (min-width: 768px) {
  div#wpcf7cpcnf tr:last-child th,
  div#wpcf7cpcnf tr:last-child td {
    border-bottom: solid 1px #d4d4d4 !important;
  }
}
div#wpcf7cpcnf th {
  padding: 10px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  div#wpcf7cpcnf th {
    border-top: solid 1px #d4d4d4 !important;
    border-bottom: none !important;
  }
}
@media screen and (max-width: 767px) {
  div#wpcf7cpcnf th {
    padding: 5px;
    height: auto !important;
    display: block;
    width: 100% !important;
  }
}
div#wpcf7cpcnf td {
  padding: 10px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  div#wpcf7cpcnf td {
    border-top: solid 1px #d4d4d4 !important;
    border-bottom: none !important;
  }
}
@media screen and (max-width: 767px) {
  div#wpcf7cpcnf td {
    padding: 5px;
    height: auto !important;
    display: block;
    width: 100% !important;
  }
}
@media only screen and (max-width: 500px) {
  div#wpcf7cpcnf td {
    border-bottom: solid 1px #d4d4d4 !important;
  }
}

div.wpcf7cp-btns {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  width: 100%;
  margin: 2em auto;
  justify-content: center;
}
@media only screen and (max-width: 500px) {
  div.wpcf7cp-btns {
    flex-direction: column-reverse;
  }
}

button.wpcf7cp-cfm-edit-btn {
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 15px 25px;
  margin-right: 4px;
  margin-bottom: 4px;
  font-weight: 600 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  letter-spacing: 2px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 20px 30px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #5a5a5a;
  color: #fff;
  line-height: normal !important;
  height: auto !important;
  text-align: center !important;
  width: 170px !important;
  border: none;
}
button.wpcf7cp-cfm-edit-btn:hover {
  background-color: #363636;
}

button.wpcf7cp-cfm-submit-btn {
  margin-bottom: 20px;
  padding: 15px 25px;
  margin-right: 4px;
  margin-bottom: 4px;
  font-weight: 600 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  letter-spacing: 2px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 20px 30px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #207faa;
  color: #fff;
  line-height: normal !important;
  height: auto !important;
  text-align: center !important;
  width: 200px !important;
  border: none;
}
button.wpcf7cp-cfm-submit-btn:hover {
  background-color: #1b6a8f;
}

/*--------------------------------------------------------------
  *   btn more
  --------------------------------------------------------------*/
.btn {
  line-height: 50px;
  height: 50px;
  text-align: center;
  width: 250px;
  cursor: pointer;
}

.btn-more {
  transition: all 0.3s;
  position: relative;
}
.btn-more span {
  transition: all 0.3s;
}
.btn-more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: rgba(255, 255, 255, 0.5);
  border-bottom-color: rgba(255, 255, 255, 0.5);
  transform: scale(0.1, 1);
}
.btn-more:hover span {
  letter-spacing: 2px;
}
.btn-more:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}
.btn-more:hover::after {
  opacity: 0;
  transform: scale(0.1, 1);
}
.btn-more::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0.1);
}

.sabox {
  height: 23.33%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  background: #f8b62b;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

.sabox2 {
  height: 13.33%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.sabox3 {
  height: 23.33%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.btn-more {
  border: 0 solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, 0.5);
  outline-offset: 0px;
  text-shadow: none;
  -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}
.btn-more:hover {
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
  text-shadow: 1px 1px 2px #427388;
}

.linkboxwrp {
  position: relative;
  margin: 30px auto;
  text-align: center;
}

a.btn-border {
  font-weight: bold;
  color: #fff;
  display: block;
  width: 100%;
}

.buttonfw {
  position: relative;
  background-color: #6e6d4b;
  color: #fff;
  text-decoration: none;
  font-size: 0.9em;
  outline: 1px solid;
  outline-color: #6e6d4b;
  outline-offset: 0px;
  display: inline-block;
  transition: 0.3s;
  padding-right: 20px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
.buttonfw::after {
  font-family: temple;
  content: "\e903";
  font-size: 25px;
  position: absolute;
  width: 40px;
  height: 50px;
  top: 0;
  bottom: 0;
  right: 10px;
  text-align: center;
  line-height: 50px;
}

.buttonfw:hover {
  color: #fff;
  animation: light 0.8s infinite;
}

@keyframes light {
  100% {
    outline-color: transparent;
    outline-offset: 10px;
  }
}
/*--------------------------------------------------------------
*   link
--------------------------------------------------------------*/
#linkshu {
  background: #6dac00;
  margin-top: 30px;
}
#linkshu h2 {
  background-color: #3d6000;
  color: white;
  margin-bottom: 6px;
  text-align: center;
}

table.mybookmark {
  width: 90%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px 10px;
  font-size: 12px;
}

tbody.mybookmark {
  display: table-row-group;
  vertical-align: top;
  border-color: inherit;
}

.tableobi {
  padding: 0 5px;
  margin: 2px;
  border: #3d6000 solid 1px;
  color: #3d6000;
  margin-right: 5px;
  display: inline;
}

@media screen and (min-width: 992px) {
  .tableobi {
    display: block;
    width: 150px;
  }
}
table.mybookmark td {
  padding: 5px 17px;
  background: #fff;
  text-align: left;
  border: #6dac00 solid 5px;
}

h2.linkcattitle {
  font-size: 13px;
  text-align: center;
  margin: 0 0 10px 0;
  color: #fff;
  background: #6dac00;
  padding: 2px;
}

ul.xoxo {
  list-style-type: none;
  margin: 0 0 2em 0;
  padding: 0;
  line-height: 0%;
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}

ul.xoxo li {
  padding: 3px 0 3px 0px;
  margin: 0;
  line-height: 130%;
  border-bottom: #000 dotted 1px;
}

ul.xoxo li a {
  color: #000;
  display: block;
}

ul.xoxo li a:hover {
  background: #c5f390;
}

.blogroll-link a {
  display: block;
  padding: 3px 0 3px;
  border-bottom: #363636 dotted 1px;
}
.blogroll-link a:hover {
  background-color: #bfcaab;
  color: #000;
}

/*--------------------------------------------------------------
*   Member
--------------------------------------------------------------*/
/* Ultimate Memberのフォームや要素を強制的に表示する */
.um,
.um-form,
.um-wrapper {
  opacity: 1 !important;
  visibility: visible !important;
}

/*--------------------------------------------------------------
*   kanri
--------------------------------------------------------------*/
:root {
  --sidebar-width: 260px;
}

.dashboard-wrapper {
  display: flex;
  min-height: 100vh;
}

.sidebar {
  width: var(--sidebar-width);
  background: linear-gradient(to bottom, #6e6d4b, #a9ae89);
  color: #fff;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  .sidebar {
    position: fixed;
    top: 0;
    left: calc(-1 * var(--sidebar-width));
    height: 100vh;
    z-index: 9999;
  }
}

.sidebar-logo {
  position: relative;
  width: 100%;
  height: 200px;
}
.sidebar-logo img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.sidebar-menu {
  margin-top: 0px;
  padding: 0 20px;
}
.sidebar-menu li {
  position: relative;
}
.sidebar-menu li a {
  color: #fff;
  padding: 5px 0 10px 40px;
  display: block;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidebar-menu li a:hover {
  background-color: #4c533f;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
.sidebar-menu .dashu::before {
  font-family: temple;
  content: "\e900";
  font-size: 20px;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: 10px;
  line-height: 40px;
}
.sidebar-menu .invoice::before {
  font-family: temple;
  content: "\e924";
  font-size: 20px;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: 10px;
  line-height: 40px;
}
.sidebar-menu .webup::before {
  font-family: temple;
  content: "\e921";
  font-size: 20px;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: 10px;
  line-height: 40px;
}
.sidebar-menu .prof::before {
  font-family: temple;
  content: "\e923";
  font-size: 20px;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: 10px;
  line-height: 40px;
}
.sidebar-menu .logout::before {
  font-family: temple;
  content: "\e925";
  font-size: 20px;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: 10px;
  line-height: 40px;
}
.sidebar-menu .active {
  background-color: #4c533f;
}

.menu-toggle-input,
.menu-open-btn,
.menu-close-btn {
  display: none;
}

.main-content {
  flex: 1;
}

.top-header {
  background: #6e6d4b;
  padding: 15px;
  display: flex;
  align-items: center;
  color: #fff;
  border-bottom: 1px solid #e0e0e0;
}

.footerkanri {
  text-align: center;
  color: #000;
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  background: none;
}
.footerkanri .copy {
  padding: 5px 0 63px;
}
@media only screen and (max-width: 767px) {
  .footerkanri {
    padding-bottom: 55px;
  }
}
.footerkanri small {
  font-size: 0.8rem;
}

.swpm-logged-out-alert {
  padding: 12px 20px;
  margin-bottom: 20px;
  background-color: #e5dfd3;
  border: 1px solid #e5dfd3;
  color: #4c533f;
  border-radius: 4px;
  font-weight: bold;
  text-align: center;
}

.swpm-remember-me {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.swpm-remember-me .swpm-rember-label {
  padding-left: 10px;
}
.swpm-remember-me .swpm-remember-checkbox {
  padding-top: 5px;
}

.content-body {
  position: relative;
  padding: 50px 20px 50px;
}

.content-body-login {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  /* 2. 中央の白いカード（コンテナ） */
}
.content-body-login .swpm-pw-reset-widget-form,
.content-body-login .swpm-login-widget-form {
  max-width: 440px !important;
  width: 90% !important;
  margin: 40px auto !important;
  padding: 180px 40px 50px !important;
  background: #ffffff !important;
  border-radius: 12px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
  box-sizing: border-box;
}
.content-body-login {
  /* 3. 「ログイン」のタイトル文字を中央に大きく */
}
.content-body-login .swpm-pw-reset-widget-form h2,
.content-body-login .swpm-login-widget-form h2,
.content-body-login .swpm-login-widget-form .swpm-login-widget-heading {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #111111;
  margin-bottom: 25px;
}
.content-body-login {
  /* 4. テーブル構造を縦並び（ブロック）に分解 */
}
.content-body-login .swpm-pw-reset-widget-form table,
.content-body-login .swpm-login-widget-form table {
  width: 100% !important;
  border-collapse: collapse;
}
.content-body-login .swpm-pw-reset-widget-form tr,
.content-body-login .swpm-login-widget-form tr {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.content-body-login .swpm-pw-reset-widget-form td,
.content-body-login .swpm-login-widget-form td {
  padding: 0 !important;
  display: block;
  width: 100% !important;
}
.content-body-login {
  /* 5. 入力欄（メールアドレス・パスワード） */
}
.content-body-login .swpm-login-widget-form input[type=text],
.content-body-login .swpm-login-widget-form input[type=password] {
  width: 100% !important;
  height: 54px;
  padding: 0 15px !important;
  border: 1px solid #cccccc !important;
  border-radius: 4px !important;
  font-size: 16px !important;
  background-color: #ffffff !important;
  box-sizing: border-box;
  transition: border-color 0.2s;
}
.content-body-login {
  /* 5. 入力欄（メールアドレス・パスワード） */
}
.content-body-login .swpm-pw-reset-widget-form input[type=text],
.content-body-login .swpm-pw-reset-widget-form input[type=password],
.content-body-login .swpm-pw-reset-widget-form input[type=email] {
  width: 100% !important;
  height: 54px;
  padding: 0 15px !important;
  border: 1px solid #cccccc !important;
  border-radius: 4px !important;
  font-size: 16px !important;
  background-color: #ffffff !important;
  box-sizing: border-box;
  transition: border-color 0.2s;
}
.content-body-login {
  /* フォーカス時の線（お好みのメインカラーに） */
}
.content-body-login .swpm-pw-reset-widget-form input[type=text]:focus,
.content-body-login .swpm-pw-reset-widget-form input[type=password]:focus .swpm-login-widget-form input[type=text]:focus,
.content-body-login .swpm-login-widget-form input[type=password]:focus {
  border-color: #2a5298 !important;
  outline: none;
}
.content-body-login {
  /* 6. ラベル（ユーザー名 / パスワード）の非表示、または上部配置 */
}
.content-body-login .swpm-pw-reset-widget-form label,
.content-body-login .swpm-login-widget-form label {
  display: block;
  font-size: 14px;
  color: #333333;
  margin-bottom: 8px;
  font-weight: 500;
}
.content-body-login {
  /* 7. 「続ける」ボタン（送信ボタン） */
}
.content-body-login .swpm-login-widget-form .swpm-login-submit-btn {
  width: 100% !important;
  height: 54px;
  background-color: #4c533f !important; /* ボタンの色（画像は赤ですが、一旦システムの青に） */
  color: #ffffff !important;
  border: none !important;
  border-radius: 4px !important;
  font-size: 16px !important;
  font-weight: bold;
  cursor: pointer;
  margin-top: 15px;
  transition: opacity 0.2s;
}
.content-body-login .swpm-pw-reset-widget-form input[type=submit] {
  width: 100% !important;
  height: 54px;
  background-color: #4c533f !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 4px !important;
  font-size: 16px !important;
  font-weight: bold;
  cursor: pointer;
  margin-top: 20px;
  transition: opacity 0.2s;
}
.content-body-login .swpm-login-widget-form .swpm-login-submit-btn:hover {
  opacity: 0.9;
}
.content-body-login .swpm-pw-reset-widget-form input[type=submit]:hover {
  opacity: 0.9;
}
.content-body-login {
  /* 6. ラベルや説明文の調整 */
}
.content-body-login .swpm-pw-reset-widget-form label {
  display: block;
  font-size: 14px;
  color: #333333;
  margin-bottom: 8px;
  font-weight: 500;
}
.content-body-login {
  /* 8. 「パスワードをお忘れですか？」などのリンクエリア */
}
.content-body-login .swpm-login-widget-form .swpm-login-action-rows {
  margin-top: 25px;
  text-align: center;
  font-size: 14px;
}
.content-body-login .swpm-login-widget-form .swpm-login-action-rows a {
  color: #2a5298 !important; /* リンクの色 */
  text-decoration: none;
  font-weight: 500;
}
.content-body-login .swpm-login-widget-form .swpm-login-action-rows a:hover {
  text-decoration: underline;
}
.content-body-login {
  /* 不要な「ログイン状態を保存する」や「新規登録」の行を消す場合 */
  /* ※今回の画像にない要素を非表示にします */
}
.content-body-login .swpm-login-rememeber-row {
  display: none !important; /* ログイン状態保持チェックを隠す */
}
.content-body-login {
  /* フォーム内のテーブル構造をリセット */
}
.content-body-login .swpm-pw-reset-widget-form table,
.content-body-login .swpm-pw-reset-widget-form tr,
.content-body-login .swpm-pw-reset-widget-form td {
  display: block;
  width: 100% !important;
  padding: 0 !important;
}

/* ログイン画面の「会員について」のリンク行を完全に非表示にする */
.swpm-login-widget-form .swpm-join-us-link {
  display: none !important;
}

/* ついでに、残った「パスワードをお忘れですか？」を画像のように中央寄せにする */
.swpm-login-action-rows {
  text-align: center !important;
  display: block !important;
  width: 100% px;
  margin-top: 20px;
}

.swpm_error {
  display: block;
  width: 40%;
  max-width: 400px;
  margin: 30px auto;
  padding: 20px;
}
.swpm_error .swpm-reset-pw-error {
  font-weight: bold;
  color: #970808;
}

.swpm_success {
  width: 50%;
  max-width: 600px;
  margin: auto;
}

.swpm-reset-pw-success-box {
  background-color: #e5dfd3 !important;
  border-color: #e5dfd3 !important;
  color: #4c533f !important;
}

.swpm_pass_reset_processing_msg_section {
  text-align: center;
}

.pass_reset_loginarea {
  max-width: 440px !important;
  width: 90% !important;
  margin: 40px auto !important;
  padding: 0px !important;
  border-radius: 12px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
  box-sizing: border-box;
}
.pass_reset_loginarea a {
  display: block !important;
  width: 100% !important;
  height: 54px !important;
  line-height: 54px !important;
  background: #e5dfd3 !important;
  color: #4c533f !important;
  text-decoration: none !important;
  font-size: 16px !important;
  font-weight: bold !important;
  border-radius: 4px !important;
  box-sizing: border-box !important;
  text-align: center !important;
  transition: background-color 0.2s;
}

/* ==========================================
   スマホ・タブレット用スタイル（画面幅 768px 以下）
   ========================================== */
@media screen and (max-width: 768px) {
  .menu-open-btn {
    display: block;
    font-size: 24px;
    cursor: pointer;
    margin-right: 15px;
    color: #333;
  }
  .menu-close-btn {
    display: block;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .menu-toggle-input:checked ~ .sidebar {
    left: 0;
  }
}
/* ==========================================
   Simple Membership プロフィール編集フォームの項目整理
   ========================================== */
/* 1. 不要な項目を完全に非表示にする */
.swpm-validate-form .swpm-profile-phone-row,
.swpm-validate-form .swpm-profile-street-row,
.swpm-validate-form .swpm-profile-city-row,
.swpm-validate-form .swpm-profile-state-row,
.swpm-validate-form .swpm-profile-zipcode-row,
.swpm-validate-form .swpm-profile-country-row,
.swpm-validate-form .swpm-profile-lastname-row,
.swpm-validate-form .swpm-profile-company-row,
.swpm-validate-form .swpm-profile-membership-level-row {
  /* 会員レベル（編集不可の表示） */
  display: none !important;
}

/* 2. 入力欄やフォーム全体のデザインを少しスマートにする（お好みで） */
.swpm-validate-form table {
  margin: auto;
  width: 100%;
  max-width: 800px;
  border-collapse: collapse;
}

.swpm-validate-form td {
  padding: 12px 8px;
  border-bottom: 1px solid #666666;
}

.swpm-validate-form input[type=text],
.swpm-validate-form input[type=password] {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #cfd8dc;
  border-radius: 4px;
  box-sizing: border-box;
}

/* 更新ボタンのデザイン調整 */
.swpm-validate-form input[type=submit] {
  background-color: #4c533f;
  color: #fff;
  padding: 10px 24px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.2s;
}

.swpm-validate-form input[type=submit]:hover {
  background-color: #4c533f;
}

.swpm-edit-profile-submit-section {
  margin-top: 50px;
}

/* ==========================================
   Simple Membership ログイン画面のモダン成形
   ========================================== */
/* 1. ログインフォーム全体のコンテナ */
.swpm-login-widget-form {
  position: relative;
  max-width: 400px;
  margin: 40px auto;
  padding: 30px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

/* 2. テーブル構造をリセットして縦並びにする */
.swpm-login-widget-form table {
  width: 100%;
  border-collapse: collapse;
}

.swpm-login-widget-form tr {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.swpm-login-widget-form td {
  padding: 0;
  display: block;
  width: 100% !important;
}

/* 3. ラベル（ユーザー名、パスワードなど）の調整 */
.swpm-login-widget-form label {
  display: block;
  font-weight: bold;
  margin-bottom: 6px;
  color: #333333;
  font-size: 14px;
}

/* 4. 入力エリア（インプットボックス）の調整 */
.swpm-login-widget-form input[type=text],
.swpm-login-widget-form input[type=password] {
  width: 100%;
  padding: 12px;
  border: 1px solid #cfd8dc;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 15px;
  transition: all 0.3s ease;
  background-color: #f8f9fa;
}

/* 入力中（フォーカス時）にダッシュボードカラーの青にする */
.swpm-login-widget-form input[type=text]:focus,
.swpm-login-widget-form input[type=password]:focus {
  border-color: #2a5298;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(42, 82, 152, 0.1);
  outline: none;
}

/* 5. ログインボタンの調整 */
.swpm-login-widget-form .swpm-login-submit-btn {
  width: 100%;
  padding: 12px;
  background: linear-gradient(135deg, #2a5298, #1e3c72); /* ダッシュボードと同じ青グラデーション */
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: opacity 0.2s;
  margin-top: 10px;
  box-shadow: 0 4px 6px rgba(42, 82, 152, 0.2);
}

.swpm-login-widget-form .swpm-login-submit-btn:hover {
  opacity: 0.9;
}

/* 6. 「パスワードを忘れた方」などのリンク周り */
.swpm-login-widget-form .swpm-login-action-rows {
  margin-top: 15px;
  text-align: center;
  font-size: 13px;
}

.swpm-login-widget-form .swpm-login-action-rows a {
  color: #2a5298;
  text-decoration: none;
  margin: 0 5px;
}

.swpm-login-widget-form .swpm-login-action-rows a:hover {
  text-decoration: underline;
}

/* 「ログイン状態を保存する」のチェックボックス位置調整 */
.swpm-login-rememeber-row td {
  display: flex !important;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}

.swpm-login-rememeber-row label {
  margin-bottom: 0;
}

/* 2. ボタン自体のデザイン（平面化 ＆ 横幅100%） */
input.swpm-login-form-submit {
  display: block !important;
  width: 100% !important;
  height: 54px !important;
  background: #cab490 !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 4px !important;
  color: #323536 !important;
  font-size: 16px !important;
  font-weight: bold !important;
  cursor: pointer !important;
  transition: background-color 0.2s ease;
  margin-top: 25px !important;
  margin-bottom: 10px !important;
}

/* 3. ボタンにマウスを乗せた時（ホバー）の平面的な変化 */
input.swpm-login-form-submit:hover {
  background-color: #ac997b !important;
  box-shadow: none !important;
}

/* ==========================================
   ログイン・パスワードリセットカードの上部にロゴを配置
   ========================================== */
/* ログインフォームとリセットフォームの上部に余白を作り、ロゴの居場所を確保 */
.swpm-login-widget-form,
.swpm-pw-reset-widget-form {
  position: relative;
  margin-top: 140px !important; /* ロゴが上に乗る分のスペースを空ける */
}

.swpm-login-widget-form::before,
.swpm-pw-reset-widget-form::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%); /* 真ん中寄せ */
  background-image: url("https://floresta-works.com/wp-content/themes/temple/img/common/kanrilogoin.png");
  /* ロゴの表示サイズ調整 */
  width: 160px;
  height: 160px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.mcb-board-wrapper {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #ccd0d4;
  margin-top: 20px;
}
.mcb-board-wrapper h2 {
  margin-top: 0;
  padding-bottom: 10px;
}
.mcb-board-wrapper h2.title {
  margin-top: 0;
  padding-bottom: 10px;
}
.mcb-board-wrapper p.dashuback {
  margin-bottom: 15px;
}
.mcb-board-wrapper p.dashuback a {
  display: block;
  background-color: #526461;
  text-decoration: none;
  color: #fff;
  text-align: right;
  padding: 5px 15px;
}
.mcb-board-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mcb-board-wrapper ul li {
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
}
.mcb-board-wrapper ul li a {
  display: block;
  width: 100%;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  font-size: 1.1em;
  padding: 15px 15px;
  border: solid 1px #adadad;
}
.mcb-board-wrapper ul li a span.midoku {
  background: #882c2e;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 3px 7px;
  border-radius: 10px;
  margin-left: 8px;
  display: inline-block;
  line-height: 1;
}