@charset "UTF-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  font-size: clamp(6px, 0.6944vw, 10px);
  margin: 0;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 10px;
    font-size: clamp(10px, 3.125vw, 20px);
  }
}

body {
  font-family: "メイリオ", "meiryo", "Meiryo", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #414141;
  word-break: break-all;
  margin: 0;
  padding: 0;
  border: 0;
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

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

h1,
h2 {
  line-height: inherit;
}

h3,
h4 {
  line-height: inherit;
}

h5,
h6 {
  line-height: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul ul, ul ol,
ol ul,
ol ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

b,
strong {
  font-weight: bolder;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
  height: auto;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

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

textarea {
  overflow: auto;
  resize: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[hidden] {
  display: none !important;
}

*:focus {
  outline: none;
}

.clearfix::after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

#wrapper {
  position: relative;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .pc-hide, .sp-only {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .sp-hide, .pc-only {
    display: none !important;
  }
}
main {
  position: relative;
}

.container,
.container-fluid {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 100rem;
}

@media only screen and (max-width: 768px) {
  .container {
    max-width: 76.8rem;
  }
}
.content-in {
  position: relative;
  max-width: 60rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

picture,
figure {
  position: relative;
  display: block;
  line-height: 1;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  z-index: 0;
}
picture img,
figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  margin: 0;
  border: none;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes zoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes shiny-brite {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes shiny-brite {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-webkit-keyframes infinite-slider-scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes infinite-slider-scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.link-btn {
  position: relative;
  overflow: hidden;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 36rem;
  max-width: 100%;
  padding: 0;
  background: transparent;
  padding: 0.2rem 1rem 0;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 4rem;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  border: 1px solid #FFFFFF;
  border-radius: 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .link-btn {
    font-size: 1.4rem;
    line-height: 3.4rem;
    width: 28rem;
    min-width: unset;
  }
}
.link-btn:hover {
  background: rgba(255, 255, 255, 0.3);
}

.section-title {
  position: relative;
  font-family: "ｍｓ ｐ明朝", "ms pmincho", "MS Mincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
  font-size: 3.4rem;
  color: #2E1405;
  letter-spacing: 0.3em;
  text-align: center;
  margin-bottom: 4rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .section-title {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }
}
.section-title small {
  display: block;
  font-size: 2.6rem;
}
@media only screen and (max-width: 768px) {
  .section-title small {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
  }
}
.section-title span {
  display: block;
  font: inherit;
}

.underbg {
  position: relative;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #FFFF00));
  background: linear-gradient(to bottom, transparent 65%, #FFFF00 65%);
}

body .vbox-container {
  overflow-y: auto;
}

body.vbox-open {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow-y: scroll;
}

/* Modal background */
.custom-modal-layer {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(42, 42, 42, 0.9);
  padding: 6rem 0 0;
  z-index: 99;
}
@media only screen and (max-width: 768px) {
  .custom-modal-layer {
    padding: 4rem 0 0;
  }
}
.custom-modal-layer .custom-modal {
  position: relative;
  display: block;
  background: #2E1405;
  margin: 10% auto 5%;
  padding: 2rem 2rem;
  border: none;
  border-radius: 0;
  width: 80%;
  max-width: 640px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-animation: modalFadeIn 0.3s ease-in-out;
          animation: modalFadeIn 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .custom-modal-layer .custom-modal {
    padding: 1.5rem 1rem;
    width: 90%;
    width: calc(100% - 1rem);
  }
}
.custom-modal-layer .custom-modal .modal-content {
  position: relative;
}
.custom-modal-layer .modal-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #FFFFFF;
  font-size: 3rem;
  line-height: 1;
  font-weight: 300;
  cursor: pointer;
  z-index: 10;
}
.custom-modal-layer .modal-close svg {
  position: relative;
  display: block;
  width: 2rem;
  height: 2rem;
}
.custom-modal-layer .modal-close svg path {
  fill: #FFFFFF;
}
.custom-modal-layer .modal-content {
  position: relative;
  font-size: 1.4rem;
}
.custom-modal-layer .modal-contact-wrapper {
  position: relative;
}
.custom-modal-layer .modal-contact-wrapper .contact-label {
  position: relative;
  font-family: "ｍｓ ｐ明朝", "ms pmincho", "MS Mincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
  font-size: 2.6rem;
  color: #FFFFFF;
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: 1rem;
}
.custom-modal-layer .modal-contact-wrapper .contact-desc {
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  color: #DEA209;
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: 2rem;
}
.custom-modal-layer .modal-contact-wrapper .contact-content {
  position: relative;
}
.custom-modal-layer .modal-contact-wrapper .contact-content::after {
  content: "";
  display: block;
  clear: both;
}
.custom-modal-layer .modal-contact-wrapper .contact-content .image {
  position: relative;
  width: 20.6rem;
  height: 15.8rem;
  float: right;
  max-width: 100%;
}
.custom-modal-layer .modal-contact-wrapper .contact-content .box {
  position: relative;
  width: calc(100% - 22.6rem);
  padding: 2rem 0.5rem 2rem 1rem;
  background: #DEC954;
}
.custom-modal-layer .modal-contact-wrapper .contact-content .box .ttl {
  position: relative;
  font-weight: 700;
  color: #2E1405;
}
.custom-modal-layer .modal-contact-wrapper .contact-content .box .txt {
  position: relative;
  font-size: 1.4rem;
  color: #2E1405;
}
.custom-modal-layer .modal-contact-wrapper .contact-content .desc {
  position: relative;
  width: calc(100% - 21.6rem);
  color: #DEA209;
  margin-top: 1.6rem;
}
.custom-modal-layer .modal-contact-wrapper .contact-action {
  position: relative;
  margin-top: 6rem;
}
.custom-modal-layer .modal-contact-wrapper .contact-action .action-btn {
  position: relative;
  display: block;
  width: 57rem;
  height: 8rem;
  max-width: 100%;
  background: #DEC954;
  padding: 1.2rem 1rem 0;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin: 0 auto;
  z-index: 0;
}
.custom-modal-layer .modal-contact-wrapper .contact-action .action-btn .sup {
  position: relative;
  display: block;
  width: 40.8rem;
  max-width: 100%;
  font-size: inherit;
  color: inherit;
  text-align: left;
  margin: 0 auto 0.4rem;
}
.custom-modal-layer .modal-contact-wrapper .contact-action .action-btn .sup em {
  font: inherit;
  font-style: normal;
  color: #DEA209;
}
.custom-modal-layer .modal-contact-wrapper .contact-action .action-btn .lead {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  margin: 0 auto;
}
.custom-modal-layer .modal-contact-wrapper .contact-action .action-btn .lead img {
  position: relative;
  display: block;
  width: 4.6rem;
  height: 2.6rem;
}
.custom-modal-layer .modal-contact-wrapper .contact-action .action-btn .lead span {
  position: relative;
  font: inherit;
}
.custom-modal-layer .modal-contact-wrapper .contact-action .action-tip {
  position: absolute;
  top: -4.5rem;
  right: 0;
  width: 29.4rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  color: #2E1405;
  letter-spacing: 0;
  text-align: center;
  background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' data-bbox='25.651 69.592 148.698 68.86' xmlns='http://www.w3.org/2000/svg' viewBox='25.651 69.592 148.698 68.86' role='presentation' aria-hidden='true'%3E%3Cg%3E%3Cpath d='M36.113 69.592h127.775c5.769 0 10.461 4.691 10.461 10.46v37.018c0 5.769-4.692 10.462-10.461 10.462H52.175l-15.93 10.089-1.31.831.321-1.518 1.984-9.403h-1.128c-5.768 0-10.461-4.693-10.461-10.462V80.053c.001-5.77 4.694-10.461 10.462-10.461z' fill='%23FFF'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0 0 1rem 1rem;
  z-index: 3;
}
.custom-modal-layer .modal-contact-wrapper .contact-action .action-tip span {
  position: relative;
}
.custom-modal-layer .modal-flow-wrapper {
  position: relative;
  padding: 2rem 0;
}
.custom-modal-layer .modal-flow-wrapper .flow-label {
  position: relative;
  font-family: "ｍｓ ｐ明朝", "ms pmincho", "MS Mincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
  font-size: 2.6rem;
  color: #FFFFFF;
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: 1rem;
}
.custom-modal-layer .modal-flow-wrapper .flow-desc {
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  color: #DEA209;
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: 2.4rem;
}
.custom-modal-layer .modal-flow-wrapper .flow-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 2rem minmax(0, 1fr) 2rem minmax(0, 1fr) 2rem minmax(0, 1fr) 2rem minmax(0, 1fr) 2rem minmax(0, 1fr);
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 2rem;
}
.custom-modal-layer .modal-flow-wrapper .flow-list > li {
  position: relative;
}
.custom-modal-layer .modal-flow-wrapper .flow-list > li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.8rem);
  right: -1.7rem;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='xMidYMid meet' data-bbox='45.984 40.96 107.737 124.404' xmlns='http://www.w3.org/2000/svg' viewBox='45.984 40.96 107.737 124.404' role='presentation' aria-hidden='true'%3E%3Cpath d='M45.984 40.96l107.737 62.202-107.737 62.202 41.533-62.223L45.984 40.96z' fill='%237D5313'%3E%3C/path%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0;
}
.custom-modal-layer .modal-flow-wrapper .flow-list .flow-item {
  position: relative;
  width: 100%;
  height: 8.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem 1rem;
  background: #DEC954;
  font-size: 1.4rem;
  color: #2E1405;
  text-align: center;
}
.custom-modal-layer .modal-flow-wrapper .flow-content {
  position: relative;
}
.custom-modal-layer .modal-flow-wrapper .flow-content::after {
  content: "";
  display: block;
  clear: both;
}
.custom-modal-layer .modal-flow-wrapper .flow-content .image {
  position: relative;
  width: 20.6rem;
  height: 15.8rem;
  float: right;
  max-width: 100%;
}
.custom-modal-layer .modal-flow-wrapper .flow-content .box {
  position: relative;
  width: calc(100% - 22.6rem);
  padding: 2rem 0.5rem 2rem 1rem;
  background: #DEC954;
}
.custom-modal-layer .modal-flow-wrapper .flow-content .box .ttl {
  position: relative;
  font-weight: 700;
  color: #2E1405;
}
.custom-modal-layer .modal-flow-wrapper .flow-content .box .txt {
  position: relative;
  font-size: 1.4rem;
  color: #2E1405;
}
.custom-modal-layer .modal-flow-wrapper .flow-content .desc {
  position: relative;
  width: calc(100% - 21.6rem);
  color: #DEA209;
  margin-top: 1.6rem;
}
.custom-modal-layer .modal-flow-wrapper .flow-action {
  position: relative;
  margin-top: 2.4rem;
}
.custom-modal-layer .modal-flow-wrapper .flow-action .action-btn {
  position: relative;
  display: block;
  width: 30rem;
  max-width: 100%;
  height: 4rem;
  background: transparent;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 4rem;
  color: #FFFFFF;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  border: 1px solid #FFFFFF;
  border-radius: 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin: 0 auto;
  z-index: 0;
}
.custom-modal-layer .modal-flow-wrapper .flow-action .action-btn:hover {
  background: rgba(255, 255, 255, 0.3);
}
.custom-modal-layer .modal-flow-wrapper .flow-contact {
  position: relative;
  width: 57rem;
  max-width: 100%;
  padding: 1rem 1rem 1.6rem;
  border: 2px solid #FFFFFF;
  margin: 3rem auto 0;
}
.custom-modal-layer .modal-flow-wrapper .flow-contact .action-label {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  color: #DEA209;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 1rem;
}
.custom-modal-layer .modal-flow-wrapper .flow-contact .action-btn {
  position: relative;
  display: block;
  width: 43.4rem;
  max-width: 100%;
  height: 4.5rem;
  background: #7D5313;
  padding: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 4.5rem;
  color: #FFFFFF;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin: 0 auto;
  z-index: 0;
}
.custom-modal-layer .modal-flow-wrapper .flow-contact .action-btn:hover {
  background: #C79448;
}
.custom-modal-layer .modal-flow-wrapper .flow-contact .action-tip {
  position: absolute;
  top: -6rem;
  right: -1.8rem;
  width: 11rem;
  height: 8.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #2E1405;
  letter-spacing: 0;
  background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' data-bbox='25.651 69.592 148.698 68.86' xmlns='http://www.w3.org/2000/svg' viewBox='25.651 69.592 148.698 68.86' role='presentation' aria-hidden='true'%3E%3Cpath d='M36.113 69.592h127.775c5.769 0 10.461 4.691 10.461 10.46v37.018c0 5.769-4.692 10.462-10.461 10.462H52.175l-15.93 10.089-1.31.831.321-1.518 1.984-9.403h-1.128c-5.768 0-10.461-4.693-10.461-10.462V80.053c.001-5.77 4.694-10.461 10.462-10.461z' fill='%23FFF' stroke-width='2px' stroke='%23DEC954'%3E%3C/path%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0 0 1.4rem 1rem;
  z-index: 3;
}
.custom-modal-layer .modal-flow-wrapper .flow-contact .action-tip span {
  position: relative;
}

body.modal-open {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow-y: scroll;
}

@-webkit-keyframes modalFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: #2E1405;
  padding: 0;
  z-index: 9;
}
#header .header-main {
  position: relative;
  display: block;
  padding: 1.5rem 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #header .header-main {
    padding: 1rem 0;
  }
}
#header .header-main .container {
  position: relative;
}
#header .header-main .container::after {
  content: "";
  display: block;
  clear: both;
}
#header .header-main .lead {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #header .header-main .lead {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    float: left;
  }
}
#header .header-main .lead .sup {
  position: relative;
  font-size: 1rem;
  color: #C79448;
  text-indent: -0.4rem;
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 768px) {
  #header .header-main .lead .sup {
    margin-bottom: 0.6rem;
  }
}
#header .header-main .lead .logo {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  margin-left: -0.2rem;
}
@media print, screen and (min-width: 769px) {
  #header .header-main .lead .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.6rem;
  }
}
#header .header-main .lead .logo .link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15rem;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#header .header-main .lead .logo .link img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  border: none;
  margin: 0;
}
#header .header-main .lead .logo .access {
  position: relative;
  font-size: 1.2rem;
  line-height: 1.8rem;
  padding: 0.6rem 0.6rem 0.6rem 1rem;
  background: #4D2F02;
  color: #FFFFFF;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  #header .header-main .lead .logo .access {
    display: none;
  }
}
#header .header-main .lead .logo .access b {
  font-weight: 700;
}
#header .header-main .lead .logo .access a {
  color: inherit;
  text-decoration: none;
}
#header .header-main .lead .logo .access a:hover {
  text-decoration: underline;
}
#header .header-main .lead .sub {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  color: #DEA209;
  margin-top: 0.6rem;
}
@media only screen and (max-width: 768px) {
  #header .header-main .lead .sub {
    font-size: 1.3rem;
    margin-top: 0.4rem;
  }
}
#header .header-main .tel {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #header .header-main .tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.6rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    float: left;
    margin-left: 1rem;
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  #header .header-main .tel {
    display: none;
  }
}
#header .header-main .tel .res-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #DEA209;
  width: 7rem;
  height: 7rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #DEA209;
  line-height: 1.8rem;
  text-align: center;
}
#header .header-main .tel .tel-group {
  position: relative;
}
#header .header-main .tel .tel-group .sup {
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  color: #DEA209;
  text-align: center;
  margin-bottom: 0.4rem;
}
#header .header-main .tel .tel-group .link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: #FFFFFF;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
#header .header-main .tel .tel-group .link img {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 4.1rem;
}
#header .header-main .tel .tel-group .link span {
  font: inherit;
  color: inherit;
}
#header .header-main .tel .tel-group .sub {
  position: relative;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  text-align: center;
  padding-left: 0.6rem;
  margin-top: 0.6rem;
}
#header .header-main .btns {
  position: relative;
  display: block;
}
@media print, screen and (min-width: 769px) {
  #header .header-main .btns {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    float: right;
    width: fit-content;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  #header .header-main .btns {
    display: none;
  }
}
#header .header-main .btns > li {
  position: relative;
}
#header .header-main .btns > li:not(:last-child) {
  margin-bottom: 2rem;
}
#header .header-main .btns .btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 23.6rem;
  height: 7rem;
  background: #6B4101;
  border: none;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  #header .header-main .btns .btn {
    width: 28rem;
    max-width: 100%;
    height: 6rem;
    font-size: 1.5rem;
    margin: 0 auto;
  }
}
#header .header-main .btns .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
#header .header-main .btns .btn small {
  position: relative;
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  color: #DEC954;
  text-align: center;
  z-index: 1;
}
#header .header-main .btns .btn span {
  position: relative;
  font: inherit;
  color: inherit;
  z-index: 1;
}
#header .header-main .btns .btn:hover::before {
  background: rgba(255, 255, 255, 0.3);
}
#header .header-visual {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
#header .header-visual .bg {
  position: relative;
  display: block;
  width: 100%;
  height: 63.4rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  #header .header-visual .bg {
    height: 32rem;
  }
}
#header .header-visual .over {
  position: absolute;
  top: 0;
  left: calc(50% - 11.9rem);
  width: 23.6rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #header .header-visual .over {
    top: calc(50% - 12rem);
    left: calc(50% - 5rem);
    width: 10rem;
    height: 24rem;
  }
}
#header .header-visual .over img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  z-index: 0;
}
#header .header-visual .logo {
  position: absolute;
  top: 0;
  left: calc(50% - 40rem);
  width: 15rem;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #header .header-visual .logo {
    width: 6.4rem;
    left: 2rem;
  }
}
#header .header-nav {
  position: relative;
  width: 100%;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  #header .header-nav {
    padding: 2rem 1.5rem;
  }
}
#header .header-nav .nav-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 0 0 0 1px;
  margin: 0 auto;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  #header .header-nav .nav-menu {
    display: none;
  }
}
#header .header-nav .nav-menu::before {
  content: "";
  position: absolute;
  top: calc(50% - 2rem);
  left: 0;
  height: 4rem;
  width: 1px;
  background: #FFFFFF;
  z-index: 0;
}
#header .header-nav .nav-menu > li {
  position: relative;
  padding: 0 1px 0 0;
  z-index: 1;
}
#header .header-nav .nav-menu > li::before {
  content: "";
  position: absolute;
  top: calc(50% - 2rem);
  right: 0;
  height: 4rem;
  width: 1px;
  background: #FFFFFF;
  z-index: 0;
}
#header .header-nav .nav-menu > li .menu-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #FFFFFF;
  letter-spacing: 0.03em;
  text-align: center;
  padding: 0 1rem;
  min-width: 13rem;
  height: 7rem;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0;
  z-index: 0;
}
#header .header-nav .nav-menu > li .menu-link.w-156 {
  min-width: 15.6rem;
}
#header .header-nav .nav-menu > li .menu-link.w-140 {
  min-width: 14rem;
}
#header .header-nav .nav-menu > li .menu-link:hover, #header .header-nav .nav-menu > li .menu-link.active {
  background: rgba(255, 255, 255, 0.3);
}
#header .header-nav .nav-menu > li .sub-menu {
  display: none;
}
#header .header-nav .nav-menu > li.drop-down {
  position: relative;
  z-index: 9;
}
#header .header-nav .nav-menu > li.drop-down .menu-link {
  position: relative;
}
#header .header-nav .nav-menu > li.drop-down .drop-down-menu {
  position: absolute;
  top: 100%;
  left: calc(50% - 10rem);
  width: 20rem;
  background: #2E1405;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(1.6rem);
          transform: translateY(1.6rem);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 10;
}
#header .header-nav .nav-menu > li.drop-down .drop-down-menu > li {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  border-top: 1px solid #FFFFFF;
}
#header .header-nav .nav-menu > li.drop-down .drop-down-menu .sub-link {
  position: relative;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  color: #FFFFFF;
  letter-spacing: 0.03em;
  text-align: center;
  text-decoration: none;
  padding: 1rem 0;
  background: transparent;
  margin: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#header .header-nav .nav-menu > li.drop-down .drop-down-menu a.sub-link {
  cursor: pointer;
}
#header .header-nav .nav-menu > li.drop-down .drop-down-menu a.sub-link:hover {
  background: rgba(255, 255, 255, 0.3);
}
#header .header-nav .nav-menu > li.drop-down:hover .drop-down-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#header .header-nav .nav-tel {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #header .header-nav .nav-tel {
    display: none;
  }
}
#header .header-nav .nav-tel .res-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #DEA209;
  width: 23.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #DEA209;
  line-height: 3rem;
  padding: 0.2rem 0 0;
  text-align: center;
  margin: 0 auto 1.2rem;
}
#header .header-nav .nav-tel .tel-group {
  position: relative;
}
#header .header-nav .nav-tel .tel-group .sup {
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  color: #DEA209;
  text-align: center;
  margin-bottom: 0.6rem;
}
#header .header-nav .nav-tel .tel-group .link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: #FFFFFF;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  padding: 0;
  margin: 0 auto;
}
#header .header-nav .nav-tel .tel-group .link img {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 4.1rem;
}
#header .header-nav .nav-tel .tel-group .link span {
  font: inherit;
  color: inherit;
}
#header .header-nav .nav-tel .tel-group .sub {
  position: relative;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  text-align: center;
  padding-left: 0.6rem;
  margin-top: 1rem;
}
#header:not(:has(.header-visual)) .header-nav {
  padding-bottom: 1rem;
}

.mobile-nav-toggle {
  position: absolute;
  right: 1.5rem;
  top: 5.3rem;
  width: 6rem;
  height: 6rem;
  padding: 1.9rem 1.6rem;
  background: transparent;
  display: none;
  border: 1px solid #FFFFFF;
  outline: none;
  cursor: pointer;
  z-index: 990;
  margin: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .mobile-nav-toggle {
    display: inline-block;
  }
}
.mobile-nav-toggle .toggle-icon {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}
.mobile-nav-toggle .toggle-icon span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #DEC954;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.mobile-nav-toggle .toggle-icon span:nth-child(1) {
  top: 0;
}
.mobile-nav-toggle .toggle-icon span:nth-child(2) {
  top: calc(50% - 1px);
}
.mobile-nav-toggle .toggle-icon span:nth-child(3) {
  bottom: 0;
}
.mobile-nav-toggle.toggle-active {
  border-color: transparent;
}
.mobile-nav-toggle.toggle-active .toggle-icon span {
  background: #DEC954;
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(1) {
  -webkit-transform: translateY(0.9rem) rotate(-45deg);
          transform: translateY(0.9rem) rotate(-45deg);
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(3) {
  -webkit-transform: translateY(-0.9rem) rotate(45deg);
          transform: translateY(-0.9rem) rotate(45deg);
}

#mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 998;
  right: -100%;
  width: 80%;
  max-width: 50rem;
  overflow-y: auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #2E1405;
}
#mobile-nav .mobile-logo {
  position: relative;
  padding: 1.8rem 2rem;
  background: #FFFFFF;
  height: 6rem;
}
#mobile-nav .mobile-logo a {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  margin: 0;
  font-family: "メイリオ", "meiryo", "Meiryo", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0;
  color: #2E1405;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #mobile-nav .mobile-logo a {
    font-size: 2.4rem;
  }
}
#mobile-nav .mobile-nav-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 6rem;
  height: 6rem;
  padding: 1.9rem 1.6rem;
  background: transparent;
  border: 1px solid transparent;
  outline: none;
  cursor: pointer;
  z-index: 9;
}
#mobile-nav .mobile-nav-close .toggle-icon {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}
#mobile-nav .mobile-nav-close .toggle-icon span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #DEC954;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
#mobile-nav .mobile-nav-close .toggle-icon span:nth-child(1) {
  top: 0;
  -webkit-transform: translateY(0.9rem) rotate(-45deg);
          transform: translateY(0.9rem) rotate(-45deg);
}
#mobile-nav .mobile-nav-close .toggle-icon span:nth-child(2) {
  top: calc(50% - 1px);
  opacity: 0;
  visibility: hidden;
}
#mobile-nav .mobile-nav-close .toggle-icon span:nth-child(3) {
  bottom: 0;
  -webkit-transform: translateY(-0.9rem) rotate(45deg);
          transform: translateY(-0.9rem) rotate(45deg);
}
#mobile-nav .mobile-nav-container {
  position: relative;
  padding: 8rem 2rem 2rem;
}
#mobile-nav .mobile-nav-menu {
  position: relative;
  list-style: none;
  display: block;
}
#mobile-nav .mobile-nav-menu > li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#mobile-nav .mobile-nav-menu > li > a {
  position: relative;
  display: block;
  width: 100%;
  padding: 1.6rem 0;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  outline: none;
}
#mobile-nav .mobile-nav-menu > li > a:focus, #mobile-nav .mobile-nav-menu > li > a:hover, #mobile-nav .mobile-nav-menu > li > a.active {
  color: #DEC954;
}
#mobile-nav .mobile-nav-menu > li > a span {
  position: relative;
  display: inline-block;
  font: inherit;
  color: inherit;
  text-decoration: none;
  z-index: 1;
}
#mobile-nav .mobile-nav-menu .drop-down > a span::before, #mobile-nav .mobile-nav-menu .drop-down > a span::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: -2.6rem;
  display: inline-block;
  width: 1rem;
  height: 1px;
  background: #FFFFFF;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  z-index: 2;
}
#mobile-nav .mobile-nav-menu .drop-down > a span::after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
#mobile-nav .mobile-nav-menu .drop-down ul {
  position: relative;
  display: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  list-style: none;
}
#mobile-nav .mobile-nav-menu .drop-down li {
  position: relative;
  display: block;
}
#mobile-nav .mobile-nav-menu .drop-down li:last-child {
  padding-bottom: 0.6rem;
}
#mobile-nav .mobile-nav-menu .drop-down li a {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: center;
  color: #FFFFFF;
  padding: 1rem 0;
  text-decoration: none;
  outline: none;
}
#mobile-nav .mobile-nav-menu .drop-down.active > a span::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
#mobile-nav .mobile-nav-action {
  margin-top: 3rem;
}
#mobile-nav .mobile-nav-action .action-btn {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 0;
  background: none;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #FFFFFF;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  z-index: 0;
}
#mobile-nav .mobile-nav-action .action-btn .text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 14.4rem;
  height: 4.8rem;
  background: #6B4101;
  border: none;
  border-radius: 0.4rem;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 0;
}
#mobile-nav .mobile-nav-action .action-btn .text em {
  position: relative;
  font-style: normal;
  font-size: inherit;
  color: inherit;
  text-decoration: none;
  z-index: 3;
}
#mobile-nav .mobile-nav-action .action-btn .icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  background: #6B4101;
  border: none;
  border-radius: 0.4rem;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 0;
}
#mobile-nav .mobile-nav-action .action-btn .icon svg {
  display: block;
  width: 1.7rem;
  height: auto;
  z-index: 3;
}
#mobile-nav .mobile-nav-action .action-btn::before {
  content: "";
  position: absolute;
  display: block;
  top: -15rem;
  left: 0;
  width: 3rem;
  height: 100%;
  background-color: #FFFFFF;
  -webkit-animation: shiny-brite 3s ease-in-out infinite;
          animation: shiny-brite 3s ease-in-out infinite;
  z-index: 3;
}
#mobile-nav .mobile-nav-action .action-btn:hover .text, #mobile-nav .mobile-nav-action .action-btn:hover .icon {
  background: #1D2271;
}

.fixed-side-bar {
  position: fixed;
  top: clamp(10rem, 50vh - 25.6rem, 50vh);
  right: 0;
  display: block;
  z-index: 99;
}
@media only screen and (max-width: 768px) {
  .fixed-side-bar {
    display: none;
  }
}
.fixed-side-bar > li {
  position: relative;
}
.fixed-side-bar > li:not(:last-child) {
  margin-bottom: 7rem;
}
.fixed-side-bar .link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
  width: 12rem;
  height: 18.8rem;
  background: #2E1405;
  border: 1px solid #FFFFFF;
  font-family: "ｍｓ ｐ明朝", "ms pmincho", "MS Mincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
  font-size: 1.8rem;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  z-index: 0;
}
.fixed-side-bar .link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 0;
}
.fixed-side-bar .link span {
  position: relative;
  display: block;
  font: inherit;
  color: inherit;
  text-decoration: none;
  z-index: 1;
}
.fixed-side-bar .link span b {
  font-size: 2.5rem;
  font-weight: 700;
}
.fixed-side-bar .link svg {
  display: block;
  width: 2rem;
  height: auto;
  z-index: 1;
}
.fixed-side-bar .link svg path {
  fill: #FFFFFF;
}
.fixed-side-bar .link:hover::before {
  background: rgba(255, 255, 255, 0.3);
}

.mobile-nav-overly {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 992;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* Mobile Nav body classes */
body.mobile-nav-active #mobile-nav {
  right: 0;
}

@media only screen and (max-width: 768px) {
  [data-aos=zoom-in] {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  [data-aos=fade-up] {
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  [data-aos=fade-left] {
    -webkit-transform: translate3d(-30px, 0, 0);
            transform: translate3d(-30px, 0, 0);
  }
  [data-aos=fade-right] {
    -webkit-transform: translate3d(30px, 0, 0);
            transform: translate3d(30px, 0, 0);
  }
}
#footer {
  position: relative;
  padding: 5rem 0 3rem;
  background: #2E1405;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  #footer {
    padding: 3rem 0 2rem;
  }
}
#footer .container {
  position: relative;
  z-index: 1;
}
#footer .footer-wrapper {
  position: relative;
}
#footer .footer-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
#footer .footer-main {
  position: relative;
  display: block;
  margin: 0;
}
@media print, screen and (min-width: 769px) {
  #footer .footer-main {
    width: 50.4rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    float: left;
    margin-top: 1rem;
  }
}
#footer .footer-main .lead {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #footer .footer-main .lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
  }
}
#footer .footer-main .lead .logo {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  padding: 0;
  margin-left: -0.4rem;
}
@media only screen and (max-width: 768px) {
  #footer .footer-main .lead .logo {
    margin: 0 auto;
  }
}
#footer .footer-main .lead .logo .link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22.6rem;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 768px) {
  #footer .footer-main .lead .logo .link {
    width: 19rem;
  }
}
#footer .footer-main .lead .logo .link img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  border: none;
  margin: 0;
}
#footer .footer-main .lead .sub {
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  color: #DEA209;
  margin-top: 0.6rem;
}
@media only screen and (max-width: 768px) {
  #footer .footer-main .lead .sub {
    text-align: center;
  }
}
#footer .footer-main .tel {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #footer .footer-main .tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 0.8rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer-main .tel {
    margin-top: 2.4rem;
  }
}
#footer .footer-main .tel .res-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #DEA209;
  width: 23rem;
  height: 6.2rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #DEA209;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #footer .footer-main .tel .res-box {
    font-size: 1.6rem;
    line-height: 3rem;
    width: 23.8rem;
    height: auto;
    padding: 0.2rem 0 0;
    margin: 0 auto;
  }
}
#footer .footer-main .tel .tel-group {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #footer .footer-main .tel .tel-group {
    margin-top: 1.2rem;
  }
}
#footer .footer-main .tel .tel-group .sup {
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  color: #DEA209;
  text-align: center;
  margin-bottom: 0.4rem;
}
@media only screen and (max-width: 768px) {
  #footer .footer-main .tel .tel-group .sup {
    margin-bottom: 0.6rem;
  }
}
#footer .footer-main .tel .tel-group .link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: #FFFFFF;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #footer .footer-main .tel .tel-group .link {
    margin: 0 auto;
  }
}
#footer .footer-main .tel .tel-group .link img {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 4.1rem;
}
#footer .footer-main .tel .tel-group .link span {
  font: inherit;
  color: inherit;
}
#footer .footer-main .tel .tel-group .sub {
  position: relative;
  font-size: 1.2rem;
  color: #FFFFFF;
  text-align: center;
  margin-top: 0.4rem;
}
@media only screen and (max-width: 768px) {
  #footer .footer-main .tel .tel-group .sub {
    margin-top: 1rem;
  }
}
#footer .footer-main .btns {
  position: relative;
  display: block;
  margin-top: 2rem;
}
@media print, screen and (min-width: 769px) {
  #footer .footer-main .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 2rem;
  }
}
#footer .footer-main .btns > li {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #footer .footer-main .btns > li:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
#footer .footer-main .btns .btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24.2rem;
  height: 7rem;
  background: #6B4101;
  border: none;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  #footer .footer-main .btns .btn {
    width: 28rem;
    max-width: 100%;
    height: 6rem;
    font-size: 1.5rem;
    margin: 0 auto;
  }
}
#footer .footer-main .btns .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
#footer .footer-main .btns .btn small {
  position: relative;
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  color: #DEC954;
  letter-spacing: -0.075em;
  text-align: center;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  #footer .footer-main .btns .btn small {
    letter-spacing: -0.03em;
  }
}
#footer .footer-main .btns .btn span {
  position: relative;
  font: inherit;
  color: inherit;
  z-index: 1;
}
#footer .footer-main .btns .btn:hover::before {
  background: rgba(255, 255, 255, 0.3);
}
#footer .footer-main .info {
  position: relative;
  font-size: 1.3rem;
  color: #FFFFFF;
  margin-top: 3rem;
}
@media print, screen and (min-width: 769px) {
  #footer .footer-main .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer-main .info {
    margin-top: 2.4rem;
    width: 26rem;
    margin-left: auto;
    margin-right: auto;
  }
}
#footer .footer-main .info > li {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #footer .footer-main .info > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer-main .info > li:not(:last-child) {
    margin-bottom: 1rem;
  }
}
#footer .footer-main .info .label {
  position: relative;
  font-weight: 700;
}
#footer .footer-main .info .txt {
  position: relative;
}
#footer .footer-map {
  position: relative;
  display: block;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  #footer .footer-map {
    width: 42rem;
    float: left;
    margin-left: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer-map {
    margin-top: 2rem;
    width: 28rem;
    margin-left: auto;
    margin-right: auto;
  }
}
#footer .footer-nav {
  position: relative;
  margin-top: 5rem;
  background: rgba(222, 201, 84, 0.8);
  padding: 1.6rem 2rem 1.6rem 1.6rem;
}
@media only screen and (max-width: 768px) {
  #footer .footer-nav {
    margin-top: 3rem;
    padding: 1.2rem 1rem;
    display: none;
  }
}
#footer .footer-nav .footer-menu {
  position: relative;
  font-size: 1.2rem;
  line-height: 1.8;
  color: #2E1405;
  text-align: left;
  white-space: nowrap;
}
@media print, screen and (min-width: 769px) {
  #footer .footer-nav .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#footer .footer-nav .footer-menu > li {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #footer .footer-nav .footer-menu > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer-nav .footer-menu > li:not(:last-child) {
    margin-bottom: 0.6rem;
  }
}
#footer .footer-nav .footer-menu .menu-label {
  position: relative;
  display: block;
  font: inherit;
  font-weight: 700;
}
#footer .footer-nav .footer-menu .menu-link {
  position: relative;
  display: inline-block;
  padding-left: 1.2rem;
  font: inherit;
  color: inherit;
  text-align: left;
  text-decoration: none;
}
#footer .footer-nav .footer-menu .menu-link::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
#footer .footer-nav .footer-menu .menu-link:hover {
  text-decoration: underline;
}
#footer .footer-nav .footer-menu .sub-menu {
  position: relative;
  font: inherit;
  color: inherit;
}
#footer .footer-nav .footer-menu .sub-menu > li {
  position: relative;
}
#footer .footer-nav .footer-menu .sub-menu .sub-link {
  position: relative;
  display: inline-block;
  padding-left: 1.2rem;
  font: inherit;
  color: inherit;
  text-align: left;
  text-decoration: none;
}
#footer .footer-nav .footer-menu .sub-menu .sub-link::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
#footer .footer-nav .footer-menu .sub-menu .sub-link:hover {
  text-decoration: underline;
}
@media print, screen and (min-width: 769px) {
  #footer .footer-nav .footer-menu .sub-menu:has(.and) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0 2rem;
    max-height: 8.8rem;
  }
}
#footer .footer-banners {
  position: relative;
  margin-top: 3rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 4rem minmax(0, 1fr) 4rem minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3rem 4rem;
}
@media only screen and (max-width: 768px) {
  #footer .footer-banners {
    margin-top: 2rem;
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
#footer .footer-banners > li {
  position: relative;
}
#footer .footer-banners .banner {
  position: relative;
  display: block;
  line-height: 1;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 0;
}
#footer .footer-banners .banner img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  margin: 0;
  border: none;
}
#footer .footer-banners .banner:hover {
  opacity: 0.8;
}
#footer .footer-copyright {
  position: relative;
  margin-top: 3rem;
  font-size: 1.2rem;
  color: #FFFFFF;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #footer .footer-copyright {
    font-size: 1rem;
    margin-top: 2rem;
  }
}

.mainvisual {
  position: relative;
  padding: 5rem 0 6rem;
  background: #071F4E;
}
@media only screen and (max-width: 768px) {
  .mainvisual {
    padding: 3rem 0 4rem;
  }
}
.mainvisual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../image/mainvisual-bg.jpg);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.4;
  z-index: 0;
}
.mainvisual .container {
  position: relative;
  z-index: 2;
}
.mainvisual .section-wrapper {
  position: relative;
}
.mainvisual .section-wrapper .mainvisual-logo {
  position: relative;
  width: 24rem;
  max-width: 100%;
  margin: 0 auto 3rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .mainvisual .section-wrapper .mainvisual-logo {
    width: 18rem;
    margin-bottom: 2rem;
  }
}
.mainvisual .section-wrapper .mainvisual-title {
  position: relative;
  font-family: "ｍｓ ｐ明朝", "ms pmincho", "MS Mincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
  font-size: 3.4rem;
  letter-spacing: 0.15em;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 2rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .mainvisual .section-wrapper .mainvisual-title {
    font-size: 2rem;
  }
}
.mainvisual .section-wrapper .mainvisual-desc {
  position: relative;
  font-family: "ｍｓ ｐ明朝", "ms pmincho", "MS Mincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
  font-size: 2rem;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .mainvisual .section-wrapper .mainvisual-desc {
    font-size: 1.6rem;
  }
}
.mainvisual .section-wrapper .mainvisual-action {
  position: relative;
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .mainvisual .section-wrapper .mainvisual-action {
    margin-top: 3rem;
  }
}
.mainvisual .section-wrapper .mainvisual-action .link-btn {
  position: relative;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .mainvisual .section-wrapper .mainvisual-action .link-btn {
    width: 38rem;
  }
}

.top-plan-section {
  position: relative;
  padding: 5rem 0 6rem;
  background-image: url(../image/plan-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .top-plan-section {
    padding: 3rem 0 4rem;
  }
}
.top-plan-section .container {
  position: relative;
  z-index: 1;
}
.top-plan-section .section-title {
  position: relative;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .top-plan-section .section-title {
    margin-bottom: 2.4rem;
  }
}
.top-plan-section .section-content {
  position: relative;
}
.top-plan-section .section-content .plan-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50rem 3rem minmax(0, 1fr);
  grid-template-columns: 50rem minmax(0, 1fr);
  gap: 3rem;
}
@media only screen and (max-width: 768px) {
  .top-plan-section .section-content .plan-list {
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.top-plan-section .section-content .plan-list .plan-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .top-plan-section .section-content .plan-list .plan-card {
    height: 21rem;
  }
}
.top-plan-section .section-content .plan-list .plan-card .thumb {
  position: relative;
  display: block;
  line-height: 1;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  z-index: 0;
}
.top-plan-section .section-content .plan-list .plan-card .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  margin: 0;
  border: none;
}
.top-plan-section .section-content .plan-list .plan-card .action {
  position: absolute;
  left: 0;
  bottom: 2rem;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .top-plan-section .section-content .plan-list .plan-card .action {
    bottom: 1.5rem;
  }
}
.top-plan-section .section-content .plan-list .plan-card .action .link-btn {
  position: relative;
  background: rgba(0, 0, 0, 0.8);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .top-plan-section .section-content .plan-list .plan-card .action .link-btn {
    width: 28rem;
  }
}
.top-plan-section .section-content .plan-list .plan-card .action .link-btn:hover {
  background: rgba(255, 255, 255, 0.3);
}
.top-plan-section .section-content .plan-list > li {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-plan-section .section-content .plan-list > li.row-full {
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }
  .top-plan-section .section-content .plan-list > li.row-full .plan-card {
    height: 45rem;
  }
  .top-plan-section .section-content .plan-list > li:not(.row-full) .plan-card {
    height: 21rem;
  }
}
.top-plan-section .section-cremation {
  position: relative;
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .top-plan-section .section-cremation {
    margin-top: 4rem;
  }
}
.top-plan-section .section-cremation::after {
  content: "";
  display: block;
  clear: both;
}
@media print, screen and (min-width: 769px) {
  .top-plan-section .section-cremation .title {
    width: 100rem;
    max-width: 100%;
    text-align: left;
    clear: both;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .top-plan-section .section-cremation .title {
    margin-bottom: 2.4rem;
  }
}
.top-plan-section .section-cremation .desc {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 769px) {
  .top-plan-section .section-cremation .desc {
    width: 49rem;
    max-width: 100%;
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .top-plan-section .section-cremation .desc {
    font-size: 1.2rem;
  }
}
.top-plan-section .section-cremation .action {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-plan-section .section-cremation .action {
    width: 45rem;
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  .top-plan-section .section-cremation .action {
    margin-top: 3rem;
  }
}
.top-plan-section .section-cremation .action .link-btn {
  background: rgba(0, 0, 0, 0.8);
  margin: 0 auto;
}
.top-plan-section .section-cremation .action .link-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #414141;
}

.top-classic-section {
  position: relative;
}
.top-classic-section .classic-list {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-classic-section .classic-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 768px) {
  .top-classic-section .classic-list {
    display: block;
  }
}
.top-classic-section .classic-list > li {
  position: relative;
  display: block;
  line-height: 1;
  padding: 0;
  margin: 0;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .top-classic-section .classic-list > li {
    width: 100%;
    height: 21rem;
  }
}
.top-classic-section .classic-list > li img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  margin: 0;
  border: none;
}

.top-living-section {
  position: relative;
  padding: 6rem 0 6rem;
  background: #2E1405;
}
@media only screen and (max-width: 768px) {
  .top-living-section {
    padding: 3rem 0 4rem;
  }
}
.top-living-section .container {
  position: relative;
  z-index: 1;
}
.top-living-section .section-wrapper {
  position: relative;
}
.top-living-section .section-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.top-living-section .section-wrapper .title {
  position: relative;
  letter-spacing: 0.2em;
  color: #FFFFFF;
}
@media print, screen and (min-width: 769px) {
  .top-living-section .section-wrapper .title {
    width: 60rem;
    max-width: 100%;
    float: left;
    margin-bottom: 9rem;
  }
  .top-living-section .section-wrapper .title small {
    font-size: 2.2rem;
    letter-spacing: 0.15em;
  }
}
.top-living-section .section-wrapper .points {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}
@media print, screen and (min-width: 769px) {
  .top-living-section .section-wrapper .points {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    float: right;
    margin-top: 3.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .top-living-section .section-wrapper .points {
    gap: 2rem;
  }
}
.top-living-section .section-wrapper .points > li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.top-living-section .section-wrapper .points .point {
  position: relative;
  width: 10rem;
}
@media only screen and (max-width: 768px) {
  .top-living-section .section-wrapper .points .point {
    width: 8rem;
  }
}
.top-living-section .section-wrapper .points .point .img {
  position: relative;
  width: 100%;
  z-index: 0;
}
.top-living-section .section-wrapper .points .point .txt {
  position: relative;
  position: absolute;
  left: 0;
  bottom: 0.8rem;
  right: 0;
  font-size: 1.4rem;
  font-weight: 700;
  color: #2E1405;
  text-align: center;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .top-living-section .section-wrapper .points .point .txt {
    font-size: 1.2rem;
    bottom: 0.6rem;
  }
}
.top-living-section .section-wrapper .points .point .txt.double {
  bottom: 0.2rem;
  line-height: 2rem;
}
@media only screen and (max-width: 768px) {
  .top-living-section .section-wrapper .points .point .txt.double {
    line-height: 1.6rem;
  }
}
.top-living-section .section-wrapper .desc {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .top-living-section .section-wrapper .desc {
    width: 60rem;
    max-width: 100%;
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .top-living-section .section-wrapper .desc {
    font-size: 1.2rem;
    letter-spacing: 0.03em;
    margin-top: 2rem;
  }
}
.top-living-section .section-wrapper .action {
  position: relative;
  margin-top: 8rem;
}
@media print, screen and (min-width: 769px) {
  .top-living-section .section-wrapper .action {
    float: right;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (max-width: 768px) {
  .top-living-section .section-wrapper .action {
    margin-top: 3rem;
  }
  .top-living-section .section-wrapper .action .link-btn {
    margin: 0 auto;
  }
}

.top-banner-section {
  position: relative;
  padding: 7.5rem 0 7.5rem;
  background-image: url(../image/banner-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .top-banner-section {
    padding: 3rem 0;
  }
}
.top-banner-section .container {
  position: relative;
  z-index: 1;
}
.top-banner-section .section-wrapper {
  position: relative;
}
.top-banner-section .section-wrapper .banner-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem 8rem;
}
@media only screen and (max-width: 768px) {
  .top-banner-section .section-wrapper .banner-list {
    gap: 1.5rem;
  }
}
.top-banner-section .section-wrapper .banner-list > li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.top-banner-section .section-wrapper .banner-list .banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40rem;
  max-width: 100%;
  height: 15rem;
  padding: 0;
  font-family: "ｍｓ ｐ明朝", "ms pmincho", "MS Mincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
  font-size: 2.8rem;
  color: #2E1405;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #2E1405;
  border-radius: 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .top-banner-section .section-wrapper .banner-list .banner {
    width: 28rem;
    height: 7rem;
    font-size: 1.8rem;
  }
}
.top-banner-section .section-wrapper .banner-list .banner:hover {
  background: rgba(255, 255, 255, 0.8);
}

.top-about-section {
  position: relative;
  padding: 5rem 0 6rem;
  background: #2E1405;
}
@media only screen and (max-width: 768px) {
  .top-about-section {
    padding: 3rem 0 4rem;
  }
}
.top-about-section .container {
  position: relative;
  z-index: 1;
}
.top-about-section .section-wrapper {
  position: relative;
}
.top-about-section .section-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.top-about-section .section-wrapper .section-title {
  position: relative;
  letter-spacing: 0.15em;
  margin-bottom: 4rem;
  color: #FFFFFF;
}
@media print, screen and (min-width: 769px) {
  .top-about-section .section-wrapper .section-title {
    width: 100%;
    font-size: 3.6rem;
    text-align: left;
    clear: both;
  }
}
@media only screen and (max-width: 768px) {
  .top-about-section .section-wrapper .section-title {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    margin-bottom: 2.4rem;
  }
}
.top-about-section .section-wrapper .section-thumb {
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .top-about-section .section-wrapper .section-thumb {
    width: 44.7rem;
    height: 38.7rem;
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  .top-about-section .section-wrapper .section-thumb {
    width: 28rem;
    margin: 0 auto;
  }
}
.top-about-section .section-wrapper .section-desc {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .top-about-section .section-wrapper .section-desc {
    width: 50rem;
    max-width: 100%;
    float: left;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .top-about-section .section-wrapper .section-desc {
    font-size: 1.2rem;
    margin-top: 2rem;
  }
}
.top-about-section .section-wrapper .section-actions {
  position: relative;
  margin-top: 5rem;
}
@media print, screen and (min-width: 769px) {
  .top-about-section .section-wrapper .section-actions {
    float: right;
    width: 50rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 3rem minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .top-about-section .section-wrapper .section-actions {
    margin-top: 3rem;
  }
}
.top-about-section .section-wrapper .section-actions > li {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .top-about-section .section-wrapper .section-actions > li:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.top-about-section .section-wrapper .section-actions .link-btn {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-about-section .section-wrapper .section-actions .link-btn {
    width: 100%;
    min-width: unset;
  }
}
@media only screen and (max-width: 768px) {
  .top-about-section .section-wrapper .section-actions .link-btn {
    margin: 0 auto;
  }
}

.top-blog-section {
  position: relative;
  padding: 6rem 0 6rem;
  background-image: url(../image/blog-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .top-blog-section {
    padding: 3rem 0 3rem;
  }
}
.top-blog-section .container {
  position: relative;
  z-index: 1;
}
.top-blog-section .section-wrapper {
  position: relative;
}
.top-blog-section .section-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.top-blog-section .section-wrapper .blog-list-box {
  position: relative;
  padding: 4rem 2rem 4rem 2.4rem;
  background: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .top-blog-section .section-wrapper .blog-list-box {
    padding: 2rem 1rem;
  }
}
.top-blog-section .section-wrapper .blog-list-box .blog-title {
  position: relative;
  font-family: "ｍｓ ｐ明朝", "ms pmincho", "MS Mincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
  font-size: 2.4rem;
  color: #2E1405;
  text-align: center;
  padding: 0 0 1.6rem;
  border-bottom: 1px solid #2E1405;
  margin-bottom: 3.6rem;
}
@media print, screen and (min-width: 769px) {
  .top-blog-section .section-wrapper .blog-list-box .blog-title {
    width: 28.5rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  .top-blog-section .section-wrapper .blog-list-box .blog-title {
    font-size: 2rem;
    padding-bottom: 1.2rem;
    margin-bottom: 2rem;
  }
}
.top-blog-section .section-wrapper .blog-list-box .blog-content {
  position: relative;
  display: block;
  width: 100%;
}
.top-blog-section .section-wrapper .blog-list-box .blog-content .blog-list {
  position: relative;
  display: block;
  width: 100%;
}
.top-blog-section .section-wrapper .blog-list-box .blog-content .blog-list > li {
  position: relative;
}
.top-blog-section .section-wrapper .blog-list-box .blog-content .blog-list > li:not(:last-child) {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .top-blog-section .section-wrapper .blog-list-box .blog-content .blog-list > li:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.top-blog-section .section-wrapper .blog-list-box .blog-content .blog-list .blog-item {
  position: relative;
  width: 100%;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 769px) {
  .top-blog-section .section-wrapper .blog-list-box .blog-content .blog-list .blog-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 10rem 1rem minmax(0, 1fr);
    grid-template-columns: 10rem minmax(0, 1fr);
    gap: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .top-blog-section .section-wrapper .blog-list-box .blog-content .blog-list .blog-item {
    font-size: 1.3rem;
  }
}
.top-blog-section .section-wrapper .blog-list-box .blog-content .blog-list .blog-item .time {
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .top-blog-section .section-wrapper .blog-list-box .blog-content .blog-list .blog-item .time {
    margin-bottom: 0.2rem;
  }
}
.top-blog-section .section-wrapper .blog-list-box .blog-content .blog-list .blog-item .title {
  position: relative;
  font-family: "proxima-n-w01-reg", sans-serif;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .top-blog-section .section-wrapper .blog-list-box .blog-content .blog-list .blog-item .title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.top-blog-section .section-wrapper .blog-list-box .blog-content .blog-list .blog-item .title a {
  color: inherit;
  text-decoration: underline;
}
@media print, screen and (min-width: 769px) {
  .top-blog-section .section-wrapper .blog-list-box.blog-news {
    width: 45rem;
    max-width: 100%;
    float: left;
  }
  .top-blog-section .section-wrapper .blog-list-box.blog-column {
    width: 45rem;
    max-width: 100%;
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  .top-blog-section .section-wrapper .blog-list-box.blog-column {
    margin-top: 3rem;
  }
}

.page-index {
  position: relative;
  background-image: url(../image/page-index.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30rem;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .page-index {
    height: 20rem;
  }
}
.page-index .container {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  z-index: 1;
}
.page-index .title {
  position: relative;
  font-family: "ｍｓ ｐ明朝", "ms pmincho", "MS Mincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #2E1405;
  text-align: center;
  width: 80rem;
  max-width: 100%;
  padding: 0 0 1.6rem;
  border-bottom: 1px solid #2E1405;
  margin: 0 auto;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .page-index .title {
    font-size: 2.2rem;
    line-height: 2.8rem;
    letter-spacing: 0.05em;
    padding-bottom: 1.2rem;
  }
}

.page-content {
  position: relative;
  background: #2E1405;
  padding: 0;
  margin: 0;
}
.page-content .container {
  position: relative;
  z-index: 1;
}
.page-content .page-content-wrapper {
  position: relative;
  display: block;
  width: 100%;
  max-width: 98rem;
  background: #FAFAFA;
  padding: 8rem 0 8rem;
  margin: 0 auto;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-content .page-content-wrapper {
    padding: 4rem 0 5rem;
  }
}
.page-content .page-content-wrapper .container {
  max-width: 72rem;
}
.page-content .page-content-inner {
  position: relative;
  display: block;
  font-family: "メイリオ", "meiryo", "Meiryo", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
  color: #414141;
  text-align: left;
}
.page-content .content-title {
  position: relative;
  font-family: "ｍｓ ｐ明朝", "ms pmincho", "MS Mincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
  font-size: 3.6rem;
  line-height: 4.4rem;
  letter-spacing: 0.1em;
  color: #414141;
  text-align: center;
  padding: 0 0 1.6rem;
  border-bottom: 1px solid #2E1405;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .page-content .content-title {
    font-size: 2.2rem;
    line-height: 2.8rem;
    letter-spacing: 0.05em;
    padding-bottom: 1.6rem;
    margin-bottom: 2.4rem;
  }
  .page-content .content-title.sp-ls {
    letter-spacing: 0;
  }
}
.page-content .content-title span {
  position: relative;
  display: block;
  margin-right: -2rem;
  margin-left: -2rem;
}
@media only screen and (max-width: 768px) {
  .page-content .content-title span {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
.page-content .content-title.mb-5 {
  margin-bottom: 5rem !important;
}
@media only screen and (max-width: 768px) {
  .page-content .content-title.mb-5 {
    margin-bottom: 4rem !important;
  }
}
.page-content .content-title.mb-6 {
  margin-bottom: 6rem !important;
}
@media only screen and (max-width: 768px) {
  .page-content .content-title.mb-6 {
    margin-bottom: 4rem !important;
  }
}
.page-content .content-subtitle {
  position: relative;
  font-family: "ｍｓ ｐ明朝", "ms pmincho", "MS Mincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
  font-size: 2.5rem;
  line-height: 3rem;
  letter-spacing: 0.1em;
  color: #2E1405;
  text-align: left;
  padding: 0 0 2rem;
  border-bottom: 1px solid #DEA209;
  margin-bottom: 3rem;
}
@media print, screen and (min-width: 769px) {
  .page-content .content-subtitle {
    width: 60rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  .page-content .content-subtitle {
    font-size: 2.2rem;
    line-height: 2.8rem;
    letter-spacing: 0.05em;
    padding-bottom: 1.6rem;
    margin-bottom: 2.4rem;
  }
}
.page-content .content-subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 0.4rem;
  background: #DEA209;
  z-index: 0;
}
.page-content .content-desc {
  position: relative;
  max-width: 60rem;
  width: 100%;
  margin: 5rem auto 8rem;
}
@media only screen and (max-width: 768px) {
  .page-content .content-desc {
    margin-top: 0;
    margin-bottom: 4rem;
  }
}
.page-content .content-desc b {
  font-size: 1.6rem;
  font-weight: 700;
}
.page-content .content-body {
  position: relative;
  max-width: 60rem;
  width: 100%;
  margin: 0 auto;
}
.page-content .content-body::after {
  content: "";
  display: block;
  clear: both;
}
.page-content .content-body a {
  position: relative;
  color: #DEA209;
  text-decoration: underline;
}
.page-content .content-body strong {
  font-weight: 700;
}
.page-content .content-body b {
  font-weight: 700;
}
.page-content .content-body .commitment-desc {
  position: relative;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .page-content .content-body .commitment-desc {
    margin-bottom: 4rem;
  }
}
.page-content .content-body .commitment-list {
  position: relative;
  display: block;
  width: 100%;
}
.page-content .content-body .commitment-list > li {
  position: relative;
  display: block;
  width: 100%;
}
.page-content .content-body .commitment-list > li:not(:last-child) {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .page-content .content-body .commitment-list > li:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.page-content .content-body .commitment-list .commitment-item {
  position: relative;
  display: block;
  width: 100%;
}
.page-content .content-body .commitment-list .commitment-item::after {
  content: "";
  display: block;
  clear: both;
}
.page-content .content-body .commitment-list .commitment-item .thumb {
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .page-content .content-body .commitment-list .commitment-item .thumb {
    width: 33rem;
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .page-content .content-body .commitment-list .commitment-item .thumb {
    margin-bottom: 2rem;
  }
}
.page-content .content-body .commitment-list .commitment-item .info {
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .page-content .content-body .commitment-list .commitment-item .info {
    width: calc(100% - 36rem);
    float: right;
  }
}
.page-content .content-body .commitment-list .commitment-item .info .title {
  font-size: 2rem;
  color: #2E1405;
  margin-bottom: 1.2rem;
}
.page-content .content-body .commitment-list .commitment-item .info .desc {
  position: relative;
}
.page-content .content-body .introduction-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 2rem minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem 2rem;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page-content .content-body .introduction-list {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2rem;
  }
}
.page-content .content-body .introduction-list > li {
  position: relative;
  display: block;
}
.page-content .content-body .introduction-list .introduction-item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
}
.page-content .content-body .introduction-list .introduction-item .thumb {
  position: relative;
  display: block;
  width: 100%;
  height: 25rem;
  line-height: 1;
  padding: 0;
  margin: 0;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-content .content-body .introduction-list .introduction-item .thumb {
    height: 21rem;
  }
}
.page-content .content-body .introduction-list .introduction-item .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  margin: 0;
  border: none;
}
.page-content .content-body .introduction-list .introduction-item .info {
  position: relative;
  padding: 2rem 1rem 3rem;
}
.page-content .content-body .introduction-list .introduction-item .info .title {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  color: #2E1405;
  text-align: center;
  margin-bottom: 1.2rem;
}
.page-content .content-body .contact-group {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .page-content .content-body .contact-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-content .content-body .contact-group {
    margin-top: 6rem;
  }
}
.page-content .content-body .contact-group > li {
  position: relative;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .page-content .content-body .contact-group > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (max-width: 768px) {
  .page-content .content-body .contact-group > li:not(:last-child) {
    margin-bottom: 4rem;
  }
  .page-content .content-body .contact-group > li .contact-tel,
  .page-content .content-body .contact-group > li .contact-link {
    margin: 0 auto;
  }
}
.page-content .content-body .contact-group .contact-tel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 27rem;
  height: 6rem;
  background: transparent;
  border: 2px solid #C79448;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 700;
  color: #414141;
  text-align: center;
  white-space: nowrap;
  z-index: 0;
}
.page-content .content-body .contact-group .contact-tel small {
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  display: block;
  text-align: center;
  color: inherit;
  z-index: 1;
}
.page-content .content-body .contact-group .contact-tel span {
  position: relative;
  display: block;
  font: inherit;
  z-index: 1;
}
.page-content .content-body .contact-group .contact-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 27rem;
  height: 6rem;
  background: #7D5313;
  border: none;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 0;
}
.page-content .content-body .contact-group .contact-link span {
  position: relative;
  display: block;
  font: inherit;
  z-index: 1;
}
.page-content .content-body .contact-group .contact-link:hover {
  background: #C79448;
}
.page-content .content-body .staff-list {
  position: relative;
  display: block;
  width: 100%;
}
.page-content .content-body .staff-list > li {
  position: relative;
  display: block;
  width: 100%;
}
.page-content .content-body .staff-list > li:not(:last-child) {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .page-content .content-body .staff-list > li:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.page-content .content-body .staff-list .staff-item {
  position: relative;
  display: block;
  width: 100%;
}
.page-content .content-body .staff-list .staff-item::after {
  content: "";
  display: block;
  clear: both;
}
.page-content .content-body .staff-list .staff-item .thumb {
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .page-content .content-body .staff-list .staff-item .thumb {
    width: 20rem;
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .page-content .content-body .staff-list .staff-item .thumb {
    width: 14rem;
    margin-bottom: 2rem;
  }
}
.page-content .content-body .staff-list .staff-item .info {
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .page-content .content-body .staff-list .staff-item .info {
    width: calc(100% - 21rem);
    float: right;
    margin-top: 3rem;
  }
}
.page-content .content-body .staff-list .staff-item .info .title {
  font-size: 1.6rem;
  color: #2E1405;
  margin-bottom: 1.2rem;
}
.page-content .content-body .staff-list .staff-item .info .desc {
  position: relative;
}
.page-content .content-block {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .page-content .content-block {
    margin-top: 6rem;
  }
}
.page-content .content-block .block-title {
  position: relative;
  font-family: "ｍｓ ｐ明朝", "ms pmincho", "MS Mincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
  font-size: 3.4rem;
  line-height: 4.2rem;
  letter-spacing: 0.1em;
  color: #DEA209;
  text-align: center;
  padding: 0 0 1.6rem;
  border-bottom: 1px solid #DEA209;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .page-content .content-block .block-title {
    font-size: 2.2rem;
    line-height: 2.8rem;
    letter-spacing: 0.05em;
    padding-bottom: 1.2rem;
    margin-bottom: 3rem;
  }
}
.page-content .content-block .block-subtitle {
  position: relative;
  font-family: "ｍｓ ｐ明朝", "ms pmincho", "MS Mincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
  font-size: 2.5rem;
  line-height: 3rem;
  letter-spacing: 0.1em;
  color: #2E1405;
  text-align: left;
  padding: 0 0 2rem;
  border-bottom: 1px solid #DEA209;
  margin-bottom: 3rem;
}
@media print, screen and (min-width: 769px) {
  .page-content .content-block .block-subtitle {
    width: 60rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  .page-content .content-block .block-subtitle {
    font-size: 2.2rem;
    line-height: 2.8rem;
    letter-spacing: 0.05em;
    padding-bottom: 1.6rem;
    margin-bottom: 2.4rem;
  }
}
.page-content .content-block .block-subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 0.4rem;
  background: #DEA209;
  z-index: 0;
}
.page-content .content-block .block-inner {
  position: relative;
  max-width: 60rem;
  width: 100%;
  margin: 0 auto;
}
.page-content .content-block .block-body {
  position: relative;
}
.page-content .saijo-title {
  position: relative;
  font-family: "ｍｓ ｐ明朝", "ms pmincho", "MS Mincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
  font-size: 3.4rem;
  line-height: 4.2rem;
  letter-spacing: 0.1em;
  color: #DEA209;
  text-align: center;
  padding: 0 0 1.6rem;
  border-bottom: 1px solid #DEA209;
  margin-top: 8rem;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .page-content .saijo-title {
    font-size: 2.2rem;
    line-height: 2.8rem;
    letter-spacing: 0.05em;
    padding-bottom: 1.2rem;
    margin-top: 6rem;
    margin-bottom: 3rem;
  }
}
.page-content .saijo-list {
  position: relative;
  display: block;
  width: 100%;
}
.page-content .saijo-list > li {
  position: relative;
}
.page-content .saijo-list > li:not(:last-child) {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 768px) {
  .page-content .saijo-list > li:not(:last-child) {
    margin-bottom: 6rem;
  }
}
.page-content .saijo-list .saijo-item {
  position: relative;
  display: block;
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
}
.page-content .saijo-list .saijo-item .title {
  position: relative;
}
.page-content .saijo-list .saijo-item .thumb {
  position: relative;
  width: 43.5rem;
  max-width: 100%;
  margin: 0 auto 3rem;
}
@media only screen and (max-width: 768px) {
  .page-content .saijo-list .saijo-item .thumb {
    margin-bottom: 1.6rem;
  }
}
.page-content .saijo-list .saijo-item .wrap {
  position: relative;
}
.page-content .saijo-list .saijo-item .wrap::after {
  content: "";
  display: block;
  clear: both;
}
.page-content .saijo-list .saijo-item .wrap .map {
  position: relative;
  display: block;
  line-height: 1;
  width: 100%;
  height: 20rem;
  padding: 0;
  margin: 0;
  overflow: hidden;
  z-index: 0;
}
@media print, screen and (min-width: 769px) {
  .page-content .saijo-list .saijo-item .wrap .map {
    width: 28rem;
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .page-content .saijo-list .saijo-item .wrap .map {
    height: 24rem;
  }
}
.page-content .saijo-list .saijo-item .wrap .map iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  margin: 0;
  border: none;
}
.page-content .saijo-list .saijo-item .wrap .info {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .page-content .saijo-list .saijo-item .wrap .info {
    width: calc(100% - 30rem);
    float: right;
    margin-left: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-content .saijo-list .saijo-item .wrap .info {
    margin-bottom: 1.6rem;
  }
}
.page-content .saijo-list .saijo-item .wrap .info .tt {
  position: relative;
  font-size: 1.6rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #414141;
  margin-bottom: 1.6rem;
}
.page-content .saijo-list .saijo-item .wrap .info .tx {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .page-content .saijo-list .saijo-item .wrap .info .tx.w-over {
    margin-right: -10rem;
  }
}
.page-content .saijo-list .saijo-item .wrap .quo {
  position: relative;
  border: 2px solid #DEA209;
  padding: 1rem 0 1rem 1rem;
  margin-top: 2rem;
}
@media print, screen and (min-width: 769px) {
  .page-content .saijo-list .saijo-item .wrap .quo {
    width: calc(100% - 30rem);
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  .page-content .saijo-list .saijo-item .wrap .quo {
    border-color: #E3E3E3;
  }
}
@media print, screen and (min-width: 769px) {
  .page-content .saijo-list + .saijo-title {
    margin-top: 10rem;
  }
}
.page-content .company-greeting {
  position: relative;
}
.page-content .company-greeting .block-title {
  position: relative;
}
.page-content .company-greeting .block-inner {
  position: relative;
}
.page-content .company-greeting .block-inner .greeting-img {
  position: relative;
  width: 21rem;
  margin: 0 auto 4rem;
}
@media only screen and (max-width: 768px) {
  .page-content .company-greeting .block-inner .greeting-img {
    width: 18rem;
    margin-bottom: 3rem;
  }
}
.page-content .company-greeting .block-inner .greeting-profile {
  position: relative;
  font-family: "ｍｓ ｐ明朝", "ms pmincho", "MS Mincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #7D5313;
}
@media only screen and (max-width: 768px) {
  .page-content .company-greeting .block-inner .greeting-profile {
    font-size: 2rem;
  }
}
.page-content .company-greeting .block-inner .greeting-author {
  position: relative;
  margin-top: 4rem;
}
.page-content .company-greeting .block-inner .greeting-author .position {
  position: relative;
  text-align: right;
}
.page-content .company-greeting .block-inner .greeting-author .name {
  position: relative;
  width: 21rem;
  margin-left: auto;
  margin-right: 0;
  margin-top: 0.6rem;
}
.page-content .company-overview {
  position: relative;
}
.page-content .company-overview .block-title {
  position: relative;
}
.page-content .company-overview .block-body {
  position: relative;
}
.page-content .company-overview .block-body .overview-table {
  position: relative;
  width: 100%;
  font: inherit;
  border-collapse: collapse;
  border: 1px solid #C7C7C7;
  text-align: left;
}
.page-content .company-overview .block-body .overview-table th, .page-content .company-overview .block-body .overview-table td {
  position: relative;
  padding: 1rem 1rem;
  background: none;
  border: none;
}
@media only screen and (max-width: 768px) {
  .page-content .company-overview .block-body .overview-table th, .page-content .company-overview .block-body .overview-table td {
    padding: 0.5rem 0.5rem;
  }
}
.page-content .company-overview .block-body .overview-table th {
  padding-left: 2rem;
  width: 17rem;
}
@media only screen and (max-width: 768px) {
  .page-content .company-overview .block-body .overview-table th {
    width: 10rem;
    padding-left: 1rem;
  }
}
.page-content .company-overview .block-body .overview-table tr:first-child th, .page-content .company-overview .block-body .overview-table tr:first-child td {
  padding-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .page-content .company-overview .block-body .overview-table tr:first-child th, .page-content .company-overview .block-body .overview-table tr:first-child td {
    padding-top: 1rem;
  }
}
.page-content .company-overview .block-body .overview-table tr:last-child th, .page-content .company-overview .block-body .overview-table tr:last-child td {
  padding-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .page-content .company-overview .block-body .overview-table tr:last-child th, .page-content .company-overview .block-body .overview-table tr:last-child td {
    padding-bottom: 1rem;
  }
}
.page-content .company-history {
  position: relative;
}
.page-content .company-history .block-title {
  position: relative;
}
.page-content .company-history .block-body {
  position: relative;
}
.page-content .company-history .block-body .history-table {
  position: relative;
  width: 100%;
  font: inherit;
  border-collapse: collapse;
  border: 1px solid #C7C7C7;
  text-align: left;
}
.page-content .company-history .block-body .history-table th, .page-content .company-history .block-body .history-table td {
  position: relative;
  padding: 1rem 1rem;
  background: none;
  border: none;
}
@media only screen and (max-width: 768px) {
  .page-content .company-history .block-body .history-table th, .page-content .company-history .block-body .history-table td {
    padding: 0.5rem 0.5rem;
  }
}
.page-content .company-history .block-body .history-table th {
  padding-left: 2rem;
  width: 21rem;
}
@media only screen and (max-width: 768px) {
  .page-content .company-history .block-body .history-table th {
    width: 11rem;
    padding-left: 1rem;
  }
}
.page-content .company-history .block-body .history-table tr:first-child th, .page-content .company-history .block-body .history-table tr:first-child td {
  padding-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .page-content .company-history .block-body .history-table tr:first-child th, .page-content .company-history .block-body .history-table tr:first-child td {
    padding-top: 1rem;
  }
}
.page-content .company-history .block-body .history-table tr:last-child th, .page-content .company-history .block-body .history-table tr:last-child td {
  padding-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .page-content .company-history .block-body .history-table tr:last-child th, .page-content .company-history .block-body .history-table tr:last-child td {
    padding-bottom: 1rem;
  }
}
.page-content .company-access {
  position: relative;
}
.page-content .company-access .block-title {
  position: relative;
}
.page-content .company-access .block-body {
  position: relative;
}
.page-content .company-access .block-body .access-map {
  position: relative;
  display: block;
  line-height: 1;
  width: 100%;
  height: 40rem;
  padding: 0;
  margin: 0;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-content .company-access .block-body .access-map {
    height: 24rem;
  }
}
.page-content .company-access .block-body .access-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  margin: 0;
  border: none;
}
.page-content .company-access .block-body .access-action {
  position: relative;
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .page-content .company-access .block-body .access-action {
    margin-top: 2rem;
  }
}
.page-content .company-access .block-body .access-action .action-btn {
  position: relative;
  display: block;
  width: 15rem;
  height: 4rem;
  font-size: 1.4rem;
  line-height: 4rem;
  color: #2E1405;
  text-align: center;
  text-decoration: none;
  border: 1px solid #2E1405;
  border-radius: 0;
  background: rgba(222, 162, 9, 0.7);
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin: 0 auto;
  z-index: 0;
}
.page-content .company-access .block-body .access-action .action-btn:hover {
  background: rgba(222, 162, 9, 0.3);
}
.page-content .company-access .block-body .access-info {
  position: relative;
  width: 44.7rem;
  max-width: 100%;
  margin: 4rem auto 0;
}
@media only screen and (max-width: 768px) {
  .page-content .company-access .block-body .access-info {
    margin-top: 3rem;
  }
}
.page-content .company-access .block-body .access-info .thumb {
  position: relative;
  width: 100%;
  z-index: 0;
}
.page-content .company-access .block-body .access-info .desc {
  position: relative;
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .page-content .company-access .block-body .access-info .desc {
    margin-top: 1.6rem;
  }
}
.page-content .plan-pickup {
  position: relative;
}
.page-content .plan-pickup .block-title {
  position: relative;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .page-content .plan-pickup .block-title {
    margin-bottom: 3rem;
  }
}
.page-content .plan-pickup .block-inner {
  position: relative;
}
.page-content .plan-pickup .block-inner .pickup-thumb {
  position: relative;
  width: 50rem;
  max-width: 100%;
  margin: 0 auto;
}
.page-content .plan-pickup .block-inner .pickup-note {
  position: relative;
  text-align: right;
  width: 50rem;
  max-width: 100%;
  margin: 1.2rem auto 0;
}
.page-content .plan-pickup .block-inner .pickup-desc {
  position: relative;
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .page-content .plan-pickup .block-inner .pickup-desc {
    margin-top: 2rem;
  }
}
.page-content .plan-pickup .block-inner .pickup-box {
  position: relative;
  margin-top: 8rem;
  padding: 3rem 2rem;
  border: 2px solid #DEA209;
}
@media only screen and (max-width: 768px) {
  .page-content .plan-pickup .block-inner .pickup-box {
    padding: 2rem 1rem;
    margin-top: 4rem;
  }
}
.page-content .plan-pickup .block-inner .pickup-box .label {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  color: #2E1405;
  text-align: left;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .page-content .plan-pickup .block-inner .pickup-box .label {
    margin-bottom: 1.2rem;
  }
}
.page-content .plan-pickup .block-inner .pickup-box .label em {
  position: relative;
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  color: #BDBF37;
  text-align: left;
  white-space: nowrap;
  padding-right: 1rem;
}
.page-content .plan-pickup .block-inner .pickup-box .label span {
  font: inherit;
}
.page-content .plan-pickup .block-inner .pickup-box .list {
  position: relative;
  list-style: disc;
  padding-left: 2.2rem;
}
@media only screen and (max-width: 768px) {
  .page-content .plan-pickup .block-inner .pickup-box .list {
    padding-left: 2rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page-content .plan-pickup .block-inner .pickup-box.w-over {
    margin-right: -2rem;
  }
}
.page-content .plan-pickup .block-inner .pickup-sub {
  position: relative;
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .page-content .plan-pickup .block-inner .pickup-sub {
    margin-top: 4rem;
  }
}
.page-content .plan-pickup .block-inner .pickup-sub .block-subtitle {
  position: relative;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .page-content .plan-pickup .block-inner .pickup-sub .block-subtitle {
    margin-bottom: 2.4rem;
  }
}
.page-content .plan-pickup .block-inner .pickup-sub .sub-desc {
  position: relative;
}
.page-content .plan-pickup .block-inner .pickup-sub .sub-list {
  position: relative;
  display: block;
  width: 100%;
}
.page-content .plan-pickup .block-inner .pickup-sub .sub-list > li {
  position: relative;
  display: block;
}
.page-content .plan-pickup .block-inner .pickup-sub .sub-list > li:not(:last-child) {
  margin-bottom: 2rem;
}
.page-content .plan-pickup .block-inner .pickup-sub .sub-list > li .label {
  position: relative;
  font-size: 1.8rem;
  color: #2E1405;
  margin-bottom: 0.6rem;
}
.page-content .plan-pickup .block-inner .pickup-sub .sub-list > li .desc {
  position: relative;
}
.page-content .plan-variation {
  position: relative;
  margin-top: 4rem;
}
.page-content .plan-variation .variation-title {
  position: relative;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .page-content .plan-variation .variation-title {
    margin-bottom: 2.4rem;
  }
}
.page-content .plan-variation .variation-desc {
  position: relative;
}
.page-content .plan-variation .variation-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 0.4rem minmax(0, 1fr) 0.4rem minmax(0, 1fr) 0.4rem minmax(0, 1fr);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 3rem 0.4rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .page-content .plan-variation .variation-list {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 3rem 0.4rem;
  }
}
.page-content .plan-variation .variation-list > li {
  position: relative;
}
.page-content .plan-variation .variation-list .variation-card {
  position: relative;
}
.page-content .plan-variation .variation-list .variation-card .thumb {
  position: relative;
  width: 100%;
  height: 9.8rem;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .page-content .plan-variation .variation-list .variation-card .thumb {
    height: 20rem;
  }
}
.page-content .plan-variation .variation-list .variation-card .name {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  color: #2E1405;
  text-align: center;
}
.page-content .plan-variation .variation-list .variation-card .price {
  position: relative;
  font-size: 2.2rem;
  color: #E82323;
  text-align: center;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: 0.4rem;
}
.page-content .plan-variation .variation-list .variation-card .old {
  position: relative;
  font: inherit;
  text-align: center;
  margin-top: 0.8rem;
}
.page-content .plan-detail {
  position: relative;
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .page-content .plan-detail {
    margin-top: 4rem;
  }
}
.page-content .plan-detail .detail-title {
  position: relative;
  font-family: "ｍｓ ｐ明朝", "ms pmincho", "MS Mincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
  font-size: 3rem;
  font-weight: 700;
  color: #2E1405;
  text-align: center;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .page-content .plan-detail .detail-title {
    font-size: 2.7rem;
    margin-bottom: 1.6rem;
  }
}
.page-content .plan-detail .detail-card {
  position: relative;
  border: 2px solid #DEA209;
  padding: 2rem 2rem;
}
@media only screen and (max-width: 768px) {
  .page-content .plan-detail .detail-card {
    padding: 1rem 1rem;
  }
}
.page-content .plan-detail .detail-card .card-thumb {
  position: relative;
  width: 100%;
  height: 28rem;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .page-content .plan-detail .detail-card .card-thumb {
    height: 20rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-content .plan-detail .detail-card .card-thumb {
    margin-bottom: 1.6rem;
  }
}
.page-content .plan-detail .detail-card .card-title {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  color: #000000;
  text-align: left;
  margin: 0;
}
.page-content .plan-detail .detail-card .card-note {
  position: relative;
  font: inherit;
  text-align: right;
  color: #999997;
  margin: 0;
}
.page-content .plan-detail .detail-card .card-price {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  color: #E82323;
  text-align: right;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-top: 1rem;
}
.page-content .plan-detail .detail-card .card-price small {
  position: relative;
  font-size: 1.8rem;
}
.page-content .plan-detail .detail-card .card-price em {
  position: relative;
  display: inline-block;
  font-style: normal;
  font-size: 2.2rem;
  margin-right: -1.2rem;
}
.page-content .plan-detail .detail-card .card-old {
  position: relative;
  font: inherit;
  text-align: left;
  margin-top: 0.8rem;
}
.page-content .plan-detail .detail-desc {
  position: relative;
  margin-top: 2rem;
}
.page-content .plan-detail .detail-examples {
  position: relative;
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .page-content .plan-detail .detail-examples {
    margin-top: 4rem;
  }
}
.page-content .plan-detail .detail-examples .example-title {
  position: relative;
  text-align: center;
  margin-bottom: 3rem;
}
.page-content .plan-detail .detail-examples .example-list {
  position: relative;
  display: block;
  width: 100%;
}
.page-content .plan-detail .detail-examples .example-list > li {
  position: relative;
  display: block;
}
.page-content .plan-detail .detail-examples .example-list > li:not(:last-child) {
  margin-bottom: 2rem;
}
.page-content .plan-detail .detail-examples .example-list > li .label {
  position: relative;
  font-size: 2rem;
  color: #2E1405;
  margin-bottom: 0.6rem;
}
.page-content .plan-detail .detail-examples .example-list > li .desc {
  position: relative;
}
.page-content .plan-include {
  position: relative;
}
.page-content .plan-include .block-title {
  position: relative;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .page-content .plan-include .block-title {
    margin-bottom: 2.4rem;
  }
}
.page-content .plan-include .block-inner {
  position: relative;
}
.page-content .plan-include .block-inner .include-main {
  position: relative;
}
.page-content .plan-include .block-inner .include-main .block-subtitle {
  position: relative;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .page-content .plan-include .block-inner .include-main .block-subtitle {
    margin-bottom: 2.4rem;
  }
}
.page-content .plan-include .block-inner .include-main .main-desc {
  position: relative;
}
.page-content .plan-include .block-inner .include-main .main-thumb {
  position: relative;
  width: 100%;
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .page-content .plan-include .block-inner .include-main .main-thumb {
    margin-top: 2rem;
  }
}
.page-content .plan-include .block-inner .include-main .main-help {
  position: relative;
  margin-top: 1.2rem;
}
.page-content .plan-include .block-inner .include-sub {
  position: relative;
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .page-content .plan-include .block-inner .include-sub {
    margin-top: 4rem;
  }
}
.page-content .plan-include .block-inner .include-sub .block-subtitle {
  position: relative;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .page-content .plan-include .block-inner .include-sub .block-subtitle {
    margin-bottom: 2.4rem;
  }
}
.page-content .plan-include .block-inner .include-sub .sub-desc {
  position: relative;
}
.page-content .plan-include .block-inner .include-sub .sub-thumb {
  position: relative;
  width: 100%;
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
}
.page-content .plan-include .block-inner .include-sub .sub-thumb.w-sm {
  max-width: 36rem;
}
.page-content .plan-include .block-inner .include-sub .sub-help {
  position: relative;
  margin-top: 1.2rem;
}
.page-content .plan-flow {
  position: relative;
}
.page-content .plan-flow .block-title {
  position: relative;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .page-content .plan-flow .block-title {
    margin-bottom: 2.4rem;
  }
}
.page-content .plan-flow .block-inner {
  position: relative;
}
.page-content .plan-flow .flow-list {
  position: relative;
  display: block;
  width: 100%;
}
.page-content .plan-flow .flow-list > li {
  position: relative;
  display: block;
}
.page-content .plan-flow .flow-list > li:not(:last-child) {
  padding-bottom: 7rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .page-content .plan-flow .flow-list > li:not(:last-child) {
    padding-bottom: 5.4rem;
    margin-bottom: 2rem;
  }
}
.page-content .plan-flow .flow-list > li:not(:last-child)::before {
  content: "";
  position: absolute;
  left: calc(50% - 3rem);
  bottom: 0;
  width: 6rem;
  height: 3rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='30' viewBox='0 0 60 30'%3E%3Cpath id='Polygon_1' data-name='Polygon 1' d='M30,0,60,30H0Z' transform='translate(60 30) rotate(180)' fill='%23e3e3e3'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0;
}
.page-content .plan-flow .flow-list .flow-item {
  position: relative;
}
.page-content .plan-flow .flow-list .flow-item .title {
  position: relative;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .page-content .plan-flow .flow-list .flow-item .title {
    margin-bottom: 2.4rem;
  }
}
.page-content .plan-flow .flow-list .flow-item .list {
  position: relative;
  display: block;
}
.page-content .plan-flow .flow-list .flow-item .list > li {
  position: relative;
  display: block;
}
.page-content .plan-flow .flow-list .flow-item .list > li:not(:last-child) {
  margin-bottom: 2.4rem;
}
.page-content .plan-flow .flow-list .flow-item .list > li .ttl {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  color: #2E1405;
  text-align: left;
  padding-left: 2rem;
  margin-bottom: 0.4rem;
}
.page-content .plan-flow .flow-list .flow-item .list > li .ttl::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #DEA209;
}
.page-content .plan-flow .flow-list .flow-item .list > li .txt {
  position: relative;
}
.page-content .plan-flow .flow-note {
  position: relative;
  margin-top: 3rem;
}
.page-content .plan-reference {
  position: relative;
}
.page-content .plan-reference .block-title {
  position: relative;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .page-content .plan-reference .block-title {
    margin-bottom: 2.4rem;
  }
}
.page-content .plan-reference .block-inner {
  position: relative;
}
.page-content .plan-reference .reference-price {
  position: relative;
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .page-content .plan-reference .reference-price {
    margin-top: 4rem;
  }
}
.page-content .plan-reference .reference-price .block-subtitle {
  position: relative;
  text-align: center;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .page-content .plan-reference .reference-price .block-subtitle {
    margin-bottom: 2.4rem;
  }
}
.page-content .plan-reference .reference-price .price-thumb {
  position: relative;
  width: 100%;
  max-width: 100%;
}
.page-content .plan-reference .reference-price .price-note {
  position: relative;
  margin-top: 1.6rem;
}
.page-content .plan-reference .reference-estimate {
  position: relative;
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .page-content .plan-reference .reference-estimate {
    margin-top: 4rem;
  }
}
.page-content .plan-reference .reference-estimate .block-subtitle {
  position: relative;
  text-align: center;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .page-content .plan-reference .reference-estimate .block-subtitle {
    margin-bottom: 3rem;
  }
}
.page-content .plan-reference .reference-estimate .estimate-list {
  position: relative;
  display: block;
}
.page-content .plan-reference .reference-estimate .estimate-list > li {
  position: relative;
}
.page-content .plan-reference .reference-estimate .estimate-list > li:not(:last-child) {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .page-content .plan-reference .reference-estimate .estimate-list > li:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.page-content .plan-reference .reference-estimate .estimate-list .estimate-card {
  position: relative;
  display: block;
  padding: 3rem 2rem;
  border: 2px solid #DEA209;
}
@media only screen and (max-width: 768px) {
  .page-content .plan-reference .reference-estimate .estimate-list .estimate-card {
    padding: 1rem 1rem;
  }
}
.page-content .plan-reference .reference-estimate .estimate-list .estimate-card .label {
  position: relative;
  font-family: "ｍｓ ｐ明朝", "ms pmincho", "MS Mincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
  font-size: 3.4rem;
  color: #DEA209;
  text-align: center;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .page-content .plan-reference .reference-estimate .estimate-list .estimate-card .label {
    font-size: 2.3rem;
  }
}
.page-content .plan-reference .reference-estimate .estimate-list .estimate-card .desc {
  position: relative;
  font-family: "ｍｓ ｐ明朝", "ms pmincho", "MS Mincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
  font-size: 2.5rem;
  color: #2E1405;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-content .plan-reference .reference-estimate .estimate-list .estimate-card .desc {
    font-size: 2rem;
  }
}
.page-content .plan-reference .reference-estimate .estimate-list .estimate-card .action {
  position: relative;
  margin-top: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .page-content .plan-reference .reference-estimate .estimate-list .estimate-card .action {
    margin-top: 1.6rem;
  }
}
.page-content .plan-reference .reference-estimate .estimate-list .estimate-card .action .action-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30.6rem;
  background: #6B4101;
  border: none;
  padding: 0.2rem 1rem 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 4rem;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  margin: 0 auto;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-content .plan-reference .reference-estimate .estimate-list .estimate-card .action .action-btn {
    width: 28rem;
    max-width: 100%;
  }
}
.page-content .plan-reference .reference-estimate .estimate-list .estimate-card .action .action-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.page-content .plan-reference .reference-estimate .estimate-list .estimate-card .action .action-btn:hover::before {
  background: rgba(255, 255, 255, 0.3);
}
.page-content .plan-reference .reference-estimate .price-note {
  position: relative;
  margin-top: 1.6rem;
}
.page-content .voice-thumbs {
  position: relative;
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .page-content .voice-thumbs {
    margin-top: 3rem;
  }
}
.page-content .voice-thumbs .thumb {
  position: relative;
  width: 100%;
}
.page-content .voice-thumbs .thumb + .thumb {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .page-content .voice-thumbs .thumb + .thumb {
    margin-top: 1rem;
  }
}
.page-content .about-discuss {
  position: relative;
}
.page-content .about-discuss .block-title {
  position: relative;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .page-content .about-discuss .block-title {
    margin-bottom: 3rem;
  }
}
.page-content .about-discuss .discuss-list {
  position: relative;
  display: block;
  width: 100%;
}
.page-content .about-discuss .discuss-list > li {
  position: relative;
  display: block;
}
.page-content .about-discuss .discuss-list > li:not(:last-child) {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .page-content .about-discuss .discuss-list > li:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.page-content .about-discuss .discuss-list .discuss-item {
  position: relative;
  display: block;
  padding: 2rem 2rem;
  border: 2px solid #DEA209;
}
@media only screen and (max-width: 768px) {
  .page-content .about-discuss .discuss-list .discuss-item {
    padding: 1rem 1rem 2rem;
  }
}
.page-content .about-discuss .discuss-list .discuss-item::after {
  content: "";
  display: block;
  clear: both;
}
.page-content .about-discuss .discuss-list .discuss-item .thumb {
  position: relative;
  width: 100%;
  height: 20rem;
}
@media print, screen and (min-width: 769px) {
  .page-content .about-discuss .discuss-list .discuss-item .thumb {
    width: 20rem;
    float: right;
  }
}
.page-content .about-discuss .discuss-list .discuss-item .info {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .page-content .about-discuss .discuss-list .discuss-item .info {
    width: calc(100% - 22rem);
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .page-content .about-discuss .discuss-list .discuss-item .info {
    margin-top: 2rem;
  }
}
.page-content .about-discuss .discuss-list .discuss-item .info .label {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  color: #6B4101;
  padding-left: 2rem;
  margin-bottom: 1rem;
}
.page-content .about-discuss .discuss-list .discuss-item .info .label::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #BDBF37;
}
.page-content .about-feeling {
  position: relative;
}
.page-content .about-feeling .block-title {
  position: relative;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .page-content .about-feeling .block-title {
    margin-bottom: 3rem;
  }
}
.page-content .about-feeling .feeling-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 2rem minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem 2rem;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page-content .about-feeling .feeling-list {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 3rem 2rem;
  }
}
.page-content .about-feeling .feeling-list > li {
  position: relative;
  display: block;
}
.page-content .about-feeling .feeling-list .feeling-item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(222, 162, 9, 0.3);
  padding: 0;
  margin: 0;
}
.page-content .about-feeling .feeling-list .feeling-item .thumb {
  position: relative;
  width: 100%;
  height: 20rem;
}
.page-content .about-feeling .feeling-list .feeling-item .info {
  position: relative;
  padding: 1.6rem 1rem 2rem;
}
.page-content .about-feeling .feeling-list .feeling-item .info .label {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  color: #2E1405;
  text-align: center;
  margin-bottom: 1rem;
}
.page-content .faq-indexs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .page-content .faq-indexs {
    gap: 4rem;
  }
}
.page-content .faq-indexs > li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(25% - 1.2rem);
}
@media only screen and (max-width: 768px) {
  .page-content .faq-indexs > li {
    width: 100%;
  }
}
.page-content .faq-indexs .link {
  position: relative;
  display: block;
  width: 100%;
  height: 4rem;
  font-size: 1.4rem;
  line-height: 4rem;
  color: #2E1405;
  text-align: center;
  text-decoration: none;
  border: 1px solid #2E1405;
  border-radius: 0;
  background: rgba(222, 162, 9, 0.7);
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin: 0 auto;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-content .faq-indexs .link {
    font-size: 1.8rem;
    line-height: 5rem;
    height: 5rem;
  }
}
.page-content .faq-indexs .link:hover {
  background: rgba(222, 162, 9, 0.3);
}
.page-content .faq-block {
  position: relative;
}
.page-content .faq-block .block-title {
  position: relative;
  margin-bottom: 3rem;
}
.page-content .faq-block .faq-list {
  position: relative;
  display: block;
  width: 100%;
}
.page-content .faq-block .faq-list > li {
  position: relative;
  display: block;
}
.page-content .faq-block .faq-list > li:not(:last-child) {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .page-content .faq-block .faq-list > li:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.page-content .faq-block .faq-list .faq-item {
  position: relative;
  padding: 1rem 1rem;
  border: 2px solid #DEA209;
}
.page-content .faq-block .faq-list .faq-item .question {
  position: relative;
  font-size: 1.8rem;
  color: #2E1405;
  text-align: left;
  margin-bottom: 1rem;
}
.page-content .faq-block .faq-list .faq-item .question::before {
  content: "Q.";
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  margin-right: 0.4rem;
}
.page-content .faq-block .faq-list .faq-item .answer {
  position: relative;
}
.page-content .faq-block .faq-list .faq-item .answer::before {
  content: "A.";
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  margin-right: 0.4rem;
}
.page-content .flow-before,
.page-content .flow-progress {
  position: relative;
}
.page-content .flow-before .block-title,
.page-content .flow-progress .block-title {
  position: relative;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .page-content .flow-before .block-title,
  .page-content .flow-progress .block-title {
    margin-bottom: 2.4rem;
  }
  .page-content .flow-before .block-title.sp-ls,
  .page-content .flow-progress .block-title.sp-ls {
    letter-spacing: 0;
  }
}
.page-content .flow-before .block-inner,
.page-content .flow-progress .block-inner {
  position: relative;
}
.page-content .flow-before .flow-intro,
.page-content .flow-progress .flow-intro {
  position: relative;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .page-content .flow-before .flow-intro,
  .page-content .flow-progress .flow-intro {
    margin-bottom: 4rem;
  }
}
.page-content .flow-before .flow-indexs,
.page-content .flow-progress .flow-indexs {
  position: relative;
  display: block;
  counter-reset: flow-index;
  margin-bottom: 10rem;
}
@media only screen and (max-width: 768px) {
  .page-content .flow-before .flow-indexs,
  .page-content .flow-progress .flow-indexs {
    margin-bottom: 6rem;
  }
}
.page-content .flow-before .flow-indexs > li,
.page-content .flow-progress .flow-indexs > li {
  position: relative;
  counter-increment: flow-index;
}
@media only screen and (max-width: 768px) {
  .page-content .flow-before .flow-indexs > li,
  .page-content .flow-progress .flow-indexs > li {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4.5rem;
  }
}
.page-content .flow-before .flow-indexs > li:not(:last-child),
.page-content .flow-progress .flow-indexs > li:not(:last-child) {
  margin-bottom: 6rem;
}
.page-content .flow-before .flow-indexs > li:not(:last-child)::before,
.page-content .flow-progress .flow-indexs > li:not(:last-child)::before {
  content: "";
  position: absolute;
  left: calc(50% - 2.1rem);
  bottom: -4rem;
  width: 4.2rem;
  height: 2.1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='21' viewBox='0 0 42 21'%3E%3Cpath id='Polygon_1' data-name='Polygon 1' d='M21,0,42,21H0Z' transform='translate(42 21) rotate(180)' fill='%23e3e3e3'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0;
}
.page-content .flow-before .flow-indexs > li::after,
.page-content .flow-progress .flow-indexs > li::after {
  content: counter(flow-index);
  position: absolute;
  left: clamp(0rem, 50% - 23.5rem, 50%);
  top: 0.5rem;
  width: 3rem;
  height: 3rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 3rem;
  color: #2E1405;
  text-align: center;
  border: 1px solid #2E1405;
  border-radius: 50%;
  background: rgba(222, 162, 9, 0.7);
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-content .flow-before .flow-indexs > li::after,
  .page-content .flow-progress .flow-indexs > li::after {
    left: 0;
  }
}
.page-content .flow-before .flow-indexs .link,
.page-content .flow-progress .flow-indexs .link {
  position: relative;
  display: block;
  width: 38rem;
  max-width: 100%;
  height: 4rem;
  font-size: 1.8rem;
  line-height: 4rem;
  color: #2E1405;
  text-align: center;
  text-decoration: none;
  border: 1px solid #2E1405;
  border-radius: 0;
  background: rgba(222, 162, 9, 0.7);
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin: 0 auto;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-content .flow-before .flow-indexs .link,
  .page-content .flow-progress .flow-indexs .link {
    width: 23rem;
  }
}
.page-content .flow-before .flow-indexs .link:hover,
.page-content .flow-progress .flow-indexs .link:hover {
  background: rgba(222, 162, 9, 0.3);
}
.page-content .flow-before .flow-list,
.page-content .flow-progress .flow-list {
  position: relative;
  display: block;
  width: 100%;
}
.page-content .flow-before .flow-list > li,
.page-content .flow-progress .flow-list > li {
  position: relative;
  display: block;
}
.page-content .flow-before .flow-list > li:not(:last-child),
.page-content .flow-progress .flow-list > li:not(:last-child) {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 768px) {
  .page-content .flow-before .flow-list > li:not(:last-child),
  .page-content .flow-progress .flow-list > li:not(:last-child) {
    margin-bottom: 6rem;
  }
}
.page-content .flow-before .flow-list .flow-title,
.page-content .flow-progress .flow-list .flow-title {
  position: relative;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .page-content .flow-before .flow-list .flow-title,
  .page-content .flow-progress .flow-list .flow-title {
    margin-bottom: 2.4rem;
  }
}
.page-content .flow-before .flow-list .flow-thumb,
.page-content .flow-progress .flow-list .flow-thumb {
  position: relative;
  width: 100%;
  height: 40rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .page-content .flow-before .flow-list .flow-thumb,
  .page-content .flow-progress .flow-list .flow-thumb {
    height: 20rem;
  }
}
.page-content .flow-before .flow-list .flow-desc,
.page-content .flow-progress .flow-list .flow-desc {
  position: relative;
}
.page-content .flow-before .flow-list .flow-steps,
.page-content .flow-progress .flow-list .flow-steps {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 3rem;
}
.page-content .flow-before .flow-list .flow-steps > li,
.page-content .flow-progress .flow-list .flow-steps > li {
  position: relative;
  display: block;
}
.page-content .flow-before .flow-list .flow-steps > li:not(:last-child),
.page-content .flow-progress .flow-list .flow-steps > li:not(:last-child) {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .page-content .flow-before .flow-list .flow-steps > li:not(:last-child),
  .page-content .flow-progress .flow-list .flow-steps > li:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}
.page-content .flow-before .flow-list .flow-steps > li .step-title,
.page-content .flow-progress .flow-list .flow-steps > li .step-title {
  position: relative;
  font-size: 1.8rem;
  color: #2E1405;
  text-align: left;
  margin-bottom: 0.6rem;
}
.page-content .flow-before .flow-list .flow-steps > li .step-desc,
.page-content .flow-progress .flow-list .flow-steps > li .step-desc {
  position: relative;
  font: inherit;
}
.page-content .flow-before .flow-list .flow-steps > li .step-list,
.page-content .flow-progress .flow-list .flow-steps > li .step-list {
  position: relative;
  display: block;
  width: 100%;
}
.page-content .flow-before .flow-list .flow-steps > li .step-list > li,
.page-content .flow-progress .flow-list .flow-steps > li .step-list > li {
  position: relative;
  display: block;
  padding-left: 1.8rem;
}
.page-content .flow-before .flow-list .flow-steps > li .step-list > li::before,
.page-content .flow-progress .flow-list .flow-steps > li .step-list > li::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  color: #7D5313;
}
.page-content .flow-before .flow-list .flow-steps > li .step-box,
.page-content .flow-progress .flow-list .flow-steps > li .step-box {
  position: relative;
  padding: 1.8rem;
  background: #DEC954;
  border: 1px solid #2E1405;
  width: 100%;
  max-width: 57rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .page-content .flow-before .flow-list .flow-steps > li .step-box,
  .page-content .flow-progress .flow-list .flow-steps > li .step-box {
    margin-top: 2.4rem;
    padding: 0.8rem;
  }
}
.page-content .flow-before .flow-list .flow-steps > li .step-box .box-inner,
.page-content .flow-progress .flow-list .flow-steps > li .step-box .box-inner {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid #2E1405;
  background: #FFFFFF;
  padding: 2rem;
}
@media only screen and (max-width: 768px) {
  .page-content .flow-before .flow-list .flow-steps > li .step-box .box-inner,
  .page-content .flow-progress .flow-list .flow-steps > li .step-box .box-inner {
    padding: 2rem 1rem;
  }
}
.page-content .flow-before .flow-list .flow-steps > li .step-box .box-inner .list,
.page-content .flow-progress .flow-list .flow-steps > li .step-box .box-inner .list {
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .page-content .flow-before .flow-list .flow-steps > li .step-box .box-inner .list,
  .page-content .flow-progress .flow-list .flow-steps > li .step-box .box-inner .list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -ms-grid-rows: (1fr)[5];
    grid-template-rows: repeat(5, 1fr);
    grid-auto-flow: row;
  }
  .page-content .flow-before .flow-list .flow-steps > li .step-box .box-inner .list > *:nth-child(1), .page-content .flow-progress .flow-list .flow-steps > li .step-box .box-inner .list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .page-content .flow-before .flow-list .flow-steps > li .step-box .box-inner .list > *:nth-child(2), .page-content .flow-progress .flow-list .flow-steps > li .step-box .box-inner .list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .page-content .flow-before .flow-list .flow-steps > li .step-box .box-inner .list > *:nth-child(3), .page-content .flow-progress .flow-list .flow-steps > li .step-box .box-inner .list > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .page-content .flow-before .flow-list .flow-steps > li .step-box .box-inner .list > *:nth-child(4), .page-content .flow-progress .flow-list .flow-steps > li .step-box .box-inner .list > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .page-content .flow-before .flow-list .flow-steps > li .step-box .box-inner .list > *:nth-child(5), .page-content .flow-progress .flow-list .flow-steps > li .step-box .box-inner .list > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .page-content .flow-before .flow-list .flow-steps > li .step-box .box-inner .list > *:nth-child(6), .page-content .flow-progress .flow-list .flow-steps > li .step-box .box-inner .list > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .page-content .flow-before .flow-list .flow-steps > li .step-box .box-inner .list > *:nth-child(7), .page-content .flow-progress .flow-list .flow-steps > li .step-box .box-inner .list > *:nth-child(7) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .page-content .flow-before .flow-list .flow-steps > li .step-box .box-inner .list > *:nth-child(8), .page-content .flow-progress .flow-list .flow-steps > li .step-box .box-inner .list > *:nth-child(8) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .page-content .flow-before .flow-list .flow-steps > li .step-box .box-inner .list > *:nth-child(9), .page-content .flow-progress .flow-list .flow-steps > li .step-box .box-inner .list > *:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .page-content .flow-before .flow-list .flow-steps > li .step-box .box-inner .list > *:nth-child(10), .page-content .flow-progress .flow-list .flow-steps > li .step-box .box-inner .list > *:nth-child(10) {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
}
.page-content .flow-before .flow-list .flow-steps > li .step-box .box-inner .list > li,
.page-content .flow-progress .flow-list .flow-steps > li .step-box .box-inner .list > li {
  position: relative;
  display: block;
}
.page-content .flow-before .flow-list .flow-steps > li.mt-5,
.page-content .flow-progress .flow-list .flow-steps > li.mt-5 {
  margin-top: 5rem !important;
}
@media only screen and (max-width: 768px) {
  .page-content .flow-before .flow-list .flow-steps > li.mt-5,
  .page-content .flow-progress .flow-list .flow-steps > li.mt-5 {
    margin-top: 4rem !important;
  }
}
.page-content .flow-before .flow-list .flow-steps.flow-steps-border,
.page-content .flow-progress .flow-list .flow-steps.flow-steps-border {
  border: 2px solid #DEA209;
  padding: 2rem 1rem;
}
@media only screen and (max-width: 768px) {
  .page-content .flow-before .flow-list .flow-steps.flow-steps-border > li .step-title,
  .page-content .flow-progress .flow-list .flow-steps.flow-steps-border > li .step-title {
    font-size: 1.6rem;
  }
}
.page-content .flow-before .flow-list .flow-pickup,
.page-content .flow-progress .flow-list .flow-pickup {
  position: relative;
  margin-top: 3rem;
  padding: 3rem 2rem;
  border: 2px solid #DEA209;
}
@media only screen and (max-width: 768px) {
  .page-content .flow-before .flow-list .flow-pickup,
  .page-content .flow-progress .flow-list .flow-pickup {
    margin-top: 2.4rem;
    padding: 2rem 1rem;
  }
}
.page-content .flow-before .flow-list .flow-pickup::after,
.page-content .flow-progress .flow-list .flow-pickup::after {
  content: "";
  display: block;
  clear: both;
}
.page-content .flow-before .flow-list .flow-pickup .thumb,
.page-content .flow-progress .flow-list .flow-pickup .thumb {
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .page-content .flow-before .flow-list .flow-pickup .thumb,
  .page-content .flow-progress .flow-list .flow-pickup .thumb {
    width: 20rem;
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  .page-content .flow-before .flow-list .flow-pickup .thumb,
  .page-content .flow-progress .flow-list .flow-pickup .thumb {
    height: 20rem;
    margin-bottom: 2.4rem;
  }
}
.page-content .flow-before .flow-list .flow-pickup .info,
.page-content .flow-progress .flow-list .flow-pickup .info {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .page-content .flow-before .flow-list .flow-pickup .info,
  .page-content .flow-progress .flow-list .flow-pickup .info {
    width: calc(100% - 23rem);
    float: left;
  }
}
.page-content .flow-before .flow-list .flow-pickup .info .label,
.page-content .flow-progress .flow-list .flow-pickup .info .label {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  color: #2E1405;
  text-align: left;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .page-content .flow-before .flow-list .flow-pickup .info .label,
  .page-content .flow-progress .flow-list .flow-pickup .info .label {
    margin-bottom: 1.2rem;
  }
}
.page-content .flow-before .flow-list .flow-pickup .info .label em,
.page-content .flow-progress .flow-list .flow-pickup .info .label em {
  position: relative;
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  color: #BDBF37;
  text-align: left;
  white-space: nowrap;
  padding-right: 1rem;
}
.page-content .flow-before .flow-list .flow-pickup .info .label span,
.page-content .flow-progress .flow-list .flow-pickup .info .label span {
  font: inherit;
}
.page-content .flow-before .flow-list .flow-pickup .info .desc,
.page-content .flow-progress .flow-list .flow-pickup .info .desc {
  position: relative;
}
.page-content .flow-before .flow-list .flow-pickup .info .list,
.page-content .flow-progress .flow-list .flow-pickup .info .list {
  position: relative;
  list-style: disc;
  padding-left: 2.2rem;
}
@media only screen and (max-width: 768px) {
  .page-content .flow-before .flow-list .flow-pickup .info .list,
  .page-content .flow-progress .flow-list .flow-pickup .info .list {
    padding-left: 2rem;
  }
}
.page-content .flow-before .flow-list .flow-pickup + .flow-pickup,
.page-content .flow-progress .flow-list .flow-pickup + .flow-pickup {
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .page-content .flow-before .flow-list .flow-pickup + .flow-pickup,
  .page-content .flow-progress .flow-list .flow-pickup + .flow-pickup {
    margin-top: 4rem;
  }
}
.page-content .flow-progress .block-title {
  position: relative;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .page-content .flow-progress .block-title {
    margin-bottom: 4rem;
  }
}
.page-content .flow-after {
  position: relative;
}
.page-content .flow-after .block-title {
  position: relative;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .page-content .flow-after .block-title {
    margin-bottom: 4rem;
  }
}
.page-content .flow-after .block-inner {
  position: relative;
}
.page-content .flow-after .flow-desc {
  position: relative;
}
.page-content .flow-after .flow-list {
  position: relative;
  display: block;
  width: 100%;
}
.page-content .flow-after .flow-list > li {
  position: relative;
  display: block;
}
.page-content .flow-after .flow-list > li:not(:last-child) {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  .page-content .flow-after .flow-list > li:not(:last-child) {
    margin-bottom: 6rem;
  }
}
.page-content .flow-after .step-list {
  position: relative;
  display: block;
  width: 100%;
  padding: 2rem 1rem;
  border: 2px solid #DEA209;
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .page-content .flow-after .step-list {
    margin-top: 3rem;
  }
}
.page-content .flow-after .step-list > li {
  position: relative;
  display: block;
  padding-left: 1.8rem;
}
.page-content .flow-after .step-list > li::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  color: #7D5313;
}
.page-content .flow-after .step-list + .flow-desc {
  margin-top: 2rem;
}
.page-content .sunnyplace-features {
  position: relative;
}
.page-content .sunnyplace-features .block-title {
  position: relative;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .page-content .sunnyplace-features .block-title {
    margin-bottom: 4rem;
  }
}
.page-content .sunnyplace-features .block-sublist {
  position: relative;
  display: block;
  width: 100%;
}
.page-content .sunnyplace-features .block-sublist > li {
  position: relative;
  display: block;
}
.page-content .sunnyplace-features .block-sublist > li:not(:last-child) {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 768px) {
  .page-content .sunnyplace-features .block-sublist > li:not(:last-child) {
    margin-bottom: 6rem;
  }
}
.page-content .sunnyplace-features .block-sublist .block-subtitle {
  position: relative;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .page-content .sunnyplace-features .block-sublist .block-subtitle {
    margin-bottom: 2.4rem;
  }
}
.page-content .sunnyplace-features .block-sublist .block-subdesc {
  position: relative;
}
.page-content .sunnyplace-features .block-sublist .block-subcard {
  position: relative;
  margin-top: 2.4rem;
  padding: 2rem 1rem;
  background: #E3E3E3;
}
.page-content .sunnyplace-features .block-sublist .block-subcard .label {
  position: relative;
  font-size: 1.8rem;
  color: #2E1405;
  text-align: center;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .page-content .sunnyplace-features .block-sublist .block-subcard .label {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 0.8rem;
  }
}
.page-content .sunnyplace-features .block-sublist .block-subcard .desc {
  position: relative;
}
.page-content .sunnyplace-features .block-features {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 1rem minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1rem;
}
.page-content .sunnyplace-features .block-features > li {
  position: relative;
}
.page-content .sunnyplace-features .block-features .feature-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 769px) {
  .page-content .sunnyplace-features .block-features .feature-card {
    background: #FFFFFF;
  }
}
.page-content .sunnyplace-features .block-features .feature-card .thumb {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-content .sunnyplace-features .block-features .feature-card .thumb {
    height: 14.5rem;
  }
}
.page-content .sunnyplace-features .block-features .feature-card .info {
  position: relative;
  padding: 1.6rem 1rem 2rem;
}
@media only screen and (max-width: 768px) {
  .page-content .sunnyplace-features .block-features .feature-card .info {
    padding: 1.6rem 0 2rem;
  }
}
.page-content .sunnyplace-features .block-features .feature-card .info .label {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  color: #2E1405;
  text-align: center;
  margin-bottom: 1rem;
}
.page-content .sunnyplace-features .block-features .feature-card .info .desc {
  position: relative;
}
.page-content .sunnyplace-price {
  position: relative;
}
.page-content .sunnyplace-price .block-title {
  position: relative;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .page-content .sunnyplace-price .block-title {
    margin-bottom: 4rem;
  }
}
.page-content .sunnyplace-price .block-sublist {
  position: relative;
  display: block;
  width: 100%;
}
.page-content .sunnyplace-price .block-sublist > li {
  position: relative;
  display: block;
}
.page-content .sunnyplace-price .block-sublist > li:not(:last-child) {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 768px) {
  .page-content .sunnyplace-price .block-sublist > li:not(:last-child) {
    margin-bottom: 6rem;
  }
}
.page-content .sunnyplace-price .block-sublist .block-subtitle {
  position: relative;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .page-content .sunnyplace-price .block-sublist .block-subtitle {
    margin-bottom: 2.4rem;
  }
}
.page-content .sunnyplace-price .block-sublist .block-subdesc {
  position: relative;
}
.page-content .sunnyplace-price .block-sublist .block-scroller {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-content .sunnyplace-price .block-sublist .block-scroller {
    overflow-x: auto;
    padding-bottom: 1rem;
  }
}
.page-content .sunnyplace-price .block-sublist .price-table {
  position: relative;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #999997;
}
@media only screen and (max-width: 768px) {
  .page-content .sunnyplace-price .block-sublist .price-table {
    width: 60rem;
  }
}
.page-content .sunnyplace-price .block-sublist .price-table thead {
  position: relative;
}
.page-content .sunnyplace-price .block-sublist .price-table thead th {
  position: relative;
  padding: 0.6rem 0.6rem;
  background: #e2b143;
  border: 1px solid #999997;
}
.page-content .sunnyplace-price .block-sublist .price-table tbody {
  position: relative;
}
.page-content .sunnyplace-price .block-sublist .price-table tbody td {
  position: relative;
  padding: 0.6rem 0.6rem;
  border: 1px solid #999997;
}
.page-content .sunnyplace-access {
  position: relative;
}
.page-content .sunnyplace-access .block-title {
  position: relative;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .page-content .sunnyplace-access .block-title {
    margin-bottom: 4rem;
  }
}
.page-content .sunnyplace-access .block-sublist {
  position: relative;
  display: block;
  width: 100%;
}
.page-content .sunnyplace-access .block-sublist > li {
  position: relative;
  display: block;
}
.page-content .sunnyplace-access .block-sublist > li:not(:last-child) {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 768px) {
  .page-content .sunnyplace-access .block-sublist > li:not(:last-child) {
    margin-bottom: 6rem;
  }
}
.page-content .sunnyplace-access .block-sublist .block-subtitle {
  position: relative;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .page-content .sunnyplace-access .block-sublist .block-subtitle {
    margin-bottom: 2.4rem;
  }
}
.page-content .sunnyplace-access .block-sublist .block-subdesc {
  position: relative;
}
.page-content .sunnyplace-access .block-sublist .block-scroller {
  position: relative;
}
.page-content .sunnyplace-access .access-thumb {
  position: relative;
  width: 100%;
  margin-bottom: 3rem;
}
.page-content .sunnyplace-access .access-group {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 32rem 2rem minmax(0, 1fr);
  grid-template-columns: 32rem minmax(0, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .page-content .sunnyplace-access .access-group {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 3rem;
  }
}
.page-content .sunnyplace-access .access-group > li {
  position: relative;
}
.page-content .sunnyplace-access .access-group .map {
  position: relative;
  display: block;
  line-height: 1;
  width: 100%;
  height: 22rem;
  padding: 0;
  margin: 0;
  overflow: hidden;
  z-index: 0;
}
.page-content .sunnyplace-access .access-group .map img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  margin: 0;
  border: none;
}
.page-content .sunnyplace-access .access-group .action {
  position: relative;
  margin-top: 2rem;
}
.page-content .sunnyplace-access .access-group .action .btn {
  position: relative;
  display: block;
  width: 15rem;
  height: 4rem;
  font-size: 1.4rem;
  line-height: 4rem;
  color: #2E1405;
  text-align: center;
  text-decoration: none;
  border: 1px solid #2E1405;
  border-radius: 0;
  background: rgba(222, 162, 9, 0.7);
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin: 0 auto;
  z-index: 0;
}
.page-content .sunnyplace-access .access-group .action .btn:hover {
  background: rgba(222, 162, 9, 0.3);
}
.page-content .sunnyplace-access .access-group .image {
  position: relative;
  width: 100%;
}
.page-content .sunnyplace-access .access-methods {
  position: relative;
  display: block;
  width: 100%;
}
.page-content .sunnyplace-access .access-methods > li {
  position: relative;
  display: block;
}
.page-content .sunnyplace-access .access-methods > li:not(:last-child) {
  margin-bottom: 3rem;
}
.page-content .sunnyplace-access .access-methods .label {
  position: relative;
  font-size: 1.8rem;
  color: #2E1405;
  text-align: left;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #C7C7C7;
  margin-bottom: 1.2rem;
}
.page-content .sunnyplace-access .access-methods .desc {
  position: relative;
}
.page-content .contact-form {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #414141;
  text-align: left;
  word-break: break-all;
  /* input */
}
.page-content .contact-form input[type=text],
.page-content .contact-form input[type=email],
.page-content .contact-form input[type=tel],
.page-content .contact-form input[type=number],
.page-content .contact-form input[type=password],
.page-content .contact-form select,
.page-content .contact-form textarea {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #2E1405;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.8rem 1rem;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  text-align: left;
  color: #414141;
  outline: none;
  vertical-align: middle;
}
.page-content .contact-form input[type=text]::-webkit-input-placeholder, .page-content .contact-form input[type=email]::-webkit-input-placeholder, .page-content .contact-form input[type=tel]::-webkit-input-placeholder, .page-content .contact-form input[type=number]::-webkit-input-placeholder, .page-content .contact-form input[type=password]::-webkit-input-placeholder, .page-content .contact-form select::-webkit-input-placeholder, .page-content .contact-form textarea::-webkit-input-placeholder {
  color: #C3C3C3;
}
.page-content .contact-form input[type=text]::-moz-placeholder, .page-content .contact-form input[type=email]::-moz-placeholder, .page-content .contact-form input[type=tel]::-moz-placeholder, .page-content .contact-form input[type=number]::-moz-placeholder, .page-content .contact-form input[type=password]::-moz-placeholder, .page-content .contact-form select::-moz-placeholder, .page-content .contact-form textarea::-moz-placeholder {
  color: #C3C3C3;
}
.page-content .contact-form input[type=text]:-ms-input-placeholder, .page-content .contact-form input[type=email]:-ms-input-placeholder, .page-content .contact-form input[type=tel]:-ms-input-placeholder, .page-content .contact-form input[type=number]:-ms-input-placeholder, .page-content .contact-form input[type=password]:-ms-input-placeholder, .page-content .contact-form select:-ms-input-placeholder, .page-content .contact-form textarea:-ms-input-placeholder {
  color: #C3C3C3;
}
.page-content .contact-form input[type=text]::-ms-input-placeholder, .page-content .contact-form input[type=email]::-ms-input-placeholder, .page-content .contact-form input[type=tel]::-ms-input-placeholder, .page-content .contact-form input[type=number]::-ms-input-placeholder, .page-content .contact-form input[type=password]::-ms-input-placeholder, .page-content .contact-form select::-ms-input-placeholder, .page-content .contact-form textarea::-ms-input-placeholder {
  color: #C3C3C3;
}
.page-content .contact-form input[type=text]::placeholder,
.page-content .contact-form input[type=email]::placeholder,
.page-content .contact-form input[type=tel]::placeholder,
.page-content .contact-form input[type=number]::placeholder,
.page-content .contact-form input[type=password]::placeholder,
.page-content .contact-form select::placeholder,
.page-content .contact-form textarea::placeholder {
  color: #C3C3C3;
}
.page-content .contact-form input[type=text],
.page-content .contact-form input[type=email],
.page-content .contact-form input[type=tel],
.page-content .contact-form input[type=number],
.page-content .contact-form input[type=password],
.page-content .contact-form select {
  height: 4rem;
}
.page-content .contact-form select,
.page-content .contact-form input[type=text].datepicker,
.page-content .contact-form input[type=text].timepicker {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../image/select-down.svg);
  background-position: calc(100% - 1.2rem) 50%;
  background-size: 1.2rem 0.8rem;
  background-repeat: no-repeat;
  z-index: 0;
}
.page-content .contact-form textarea {
  height: 32rem;
}
.page-content .contact-form input[type=text]:focus,
.page-content .contact-form input[type=email]:focus,
.page-content .contact-form input[type=tel]:focus,
.page-content .contact-form input[type=number]:focus,
.page-content .contact-form input[type=password]:focus,
.page-content .contact-form select:focus,
.page-content .contact-form textarea:focus {
  border-color: #7D5313;
}
.page-content .contact-form .form-inputs {
  position: relative;
  display: block;
  width: 100%;
}
.page-content .contact-form .form-inputs > li {
  position: relative;
  display: block;
}
.page-content .contact-form .form-inputs > li:not(:last-child) {
  margin-bottom: 3rem;
}
.page-content .contact-form .form-inputs .input {
  position: relative;
}
.page-content .contact-form .form-inputs .input > label {
  position: relative;
  display: block;
  text-align: left;
  color: #2E1405;
  margin-bottom: 1rem;
}
.page-content .contact-form .form-inputs .input .required {
  display: inline-block;
  margin-left: 0.6rem;
  color: #E60012;
}
.page-content .contact-form .form-accept {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .page-content .contact-form .form-accept {
    margin-top: 3rem;
  }
}
.page-content .contact-form .form-accept a {
  color: inherit;
  text-decoration: underline;
}
.page-content .contact-form .form-submit {
  position: relative;
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .page-content .contact-form .form-submit {
    margin-top: 4rem;
  }
}
.page-content .contact-form .form-submit .btn-submit {
  position: relative;
  display: block;
  width: 15rem;
  height: 4rem;
  font-family: "メイリオ", "meiryo", "Meiryo", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", sans-serif;
  font-size: 1.8rem;
  line-height: 4rem;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  background: #7D5313;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin: 0 auto;
  z-index: 0;
}
.page-content .contact-form .form-submit .btn-submit:hover {
  background: #C79448;
}
.page-content .contact-form .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.page-content .contact-form .wpcf7-list-item {
  position: relative;
  display: block;
  padding-left: 0;
  margin: 0;
}
.page-content .contact-form .wpcf7-list-item label {
  display: inline-block;
  cursor: pointer;
}
.page-content .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio], .page-content .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.page-content .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label, .page-content .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  padding-left: 3.6rem;
}
@media only screen and (max-width: 768px) {
  .page-content .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label, .page-content .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] + .wpcf7-list-item-label {
    padding-left: 3.2rem;
  }
}
.page-content .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label::before, .page-content .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label::after, .page-content .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] + .wpcf7-list-item-label::before, .page-content .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
}
.page-content .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label::before, .page-content .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label::after {
  border-radius: 5rem;
}
.page-content .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label::before {
  top: 0.5rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid #2E1405;
}
.page-content .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label::after {
  top: 1rem;
  left: 0.5rem;
  width: 1rem;
  height: 1rem;
  background: #2E1405;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page-content .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio]:not(:checked) + .wpcf7-list-item-label::after {
  opacity: 0;
  visibility: hidden;
}
.page-content .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  visibility: visible;
}
.page-content .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] + .wpcf7-list-item-label::before {
  top: 0;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #FFFFFF;
  border: 1px solid #2E1405;
}
.page-content .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] + .wpcf7-list-item-label::after {
  top: -0.7rem;
  left: 1.2rem;
  width: 1rem;
  height: 2.4rem;
  border: 1px solid #2E1405;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page-content .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox]:not(:checked) + .wpcf7-list-item-label::after {
  opacity: 0;
  visibility: hidden;
}
.page-content .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox]:checked + .wpcf7-list-item-label::before {
  border-color: #2E1405;
}
.page-content .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  visibility: visible;
}
.page-content .contact-form .wpcf7-spinner {
  display: none;
}
.page-content .contact-form .wpcf7-response-output {
  position: relative;
  width: 100%;
  padding: 2rem 1rem;
  margin: 4rem auto 0;
}
@media only screen and (max-width: 768px) {
  .page-content .contact-form .wpcf7-response-output {
    margin-top: 3rem;
  }
}
.page-content .offering-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 2rem minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem 2rem;
}
@media only screen and (max-width: 768px) {
  .page-content .offering-grid {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 3rem 2rem;
  }
}
.page-content .offering-grid > li {
  position: relative;
  display: block;
}
.page-content .offering-grid .offering-box {
  position: relative;
  padding: 3rem 3rem;
  background: #E8E8E8;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .page-content .offering-grid .offering-box {
    padding: 3rem 1rem;
  }
}
.page-content .offering-grid .offering-box .box-inner {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
.page-content .offering-grid .offering-box .box-inner .offering-title {
  position: relative;
  display: block;
  background: #FFFFFF;
  font-family: "ｍｓ ｐ明朝", "ms pmincho", "MS Mincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
  font-size: 1.8rem;
  line-height: 5rem;
  text-align: center;
  border-left: 0.8rem solid #DEA209;
  margin-bottom: 3rem;
}
.page-content .offering-grid .offering-box .box-inner .offering-desc {
  position: relative;
  display: block;
}
.page-content .offering-grid .offering-box .box-inner .offering-list {
  position: relative;
  list-style: none;
  padding: 0;
  margin-right: -1rem;
}
.page-content .offering-grid .offering-box .box-inner .offering-list > li {
  position: relative;
  padding-left: 1.8rem;
}
.page-content .offering-grid .offering-box .box-inner .offering-list > li:not(:last-child) {
  margin-bottom: 2rem;
}
.page-content .offering-grid .offering-box .box-inner .offering-list > li em {
  position: absolute;
  top: 0;
  left: 0;
  font: inherit;
  font-style: normal;
}
.page-content .offering-grid .offering-box .box-inner .offering-tel {
  position: relative;
  text-align: center;
  margin-top: 2.4rem;
}
.page-content .offering-grid .offering-box .box-inner .offering-tel .tel-link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  color: #414141;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.page-content .offering-grid .offering-box .box-inner .offering-tel .tel-link em {
  position: relative;
  display: inline-block;
  padding: 0.4rem 1rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #DEA209;
  border: 2px solid #DEA209;
  border-radius: 1rem;
  margin-right: 1rem;
}
.page-content .offering-grid .offering-box .box-inner .offering-tel .tel-link span {
  position: relative;
  font: inherit;
}
.page-content .offering-grid .offering-box .box-action {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  margin-top: 3rem;
}
.page-content .offering-grid .offering-box .box-action .action-btn {
  position: relative;
  display: block;
  width: 100%;
  height: 5rem;
  font-family: "ｍｓ ｐ明朝", "ms pmincho", "MS Mincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
  font-size: 1.6rem;
  line-height: 5rem;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  border: none;
  border-radius: 0;
  background: #DEA209;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin: 0;
  z-index: 0;
}
.page-content .offering-grid .offering-box .box-action .action-btn svg {
  position: relative;
  display: inline-block;
  width: 2.1rem;
  height: 1.6rem;
  vertical-align: text-bottom;
  margin-right: 1rem;
}
.page-content .offering-grid .offering-box .box-action .action-btn svg path {
  fill: #FFFFFF;
}
.page-content .offering-grid .offering-box .box-action .action-btn:hover {
  background: rgba(222, 162, 9, 0.3);
}
.page-content .offering-grid .offering-box .box-action .action-btn.mail-btn svg {
  width: 2.1rem;
  height: 1.6rem;
}
.page-content .offering-grid .offering-box .box-action .action-btn.mail-btn svg path {
  fill: #FFFFFF;
}
.page-content .offering-grid .offering-box .box-action .action-btn.download-btn svg {
  width: 2.1rem;
  height: 1.8rem;
}
.page-content .offering-grid .offering-box .box-action .action-btn.download-btn svg path {
  fill: #FFFFFF;
}
.page-content .offering-prices {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .page-content .offering-prices {
    margin-top: 6rem;
  }
}
.page-content .offering-prices > li {
  position: relative;
  display: block;
}
.page-content .offering-prices > li:not(:last-child) {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .page-content .offering-prices > li:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.page-content .offering-prices .price-label {
  position: relative;
  font-family: "ｍｓ ｐ明朝", "ms pmincho", "MS Mincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
  font-size: 3.4rem;
  line-height: 4.2rem;
  color: #DEA209;
  text-align: center;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .page-content .offering-prices .price-label {
    font-size: 2.2rem;
    line-height: 2.8rem;
    margin-bottom: 1.2rem;
  }
}
.page-content .offering-prices .price-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .page-content .offering-prices .price-list {
    gap: 1rem;
  }
}
.page-content .offering-prices .price-list > li {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6rem;
}
@media only screen and (max-width: 768px) {
  .page-content .offering-prices .price-list > li {
    width: 12rem;
  }
}
.page-content .offering-prices .price-list .thumb {
  position: relative;
  width: 100%;
  height: 18rem;
}
@media only screen and (max-width: 768px) {
  .page-content .offering-prices .price-list .thumb {
    height: 13rem;
  }
}
.page-content .offering-body {
  position: relative;
  display: block;
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .page-content .offering-body {
    margin-top: 6rem;
  }
}
.page-content .offering-body .offering-title {
  position: relative;
  font-family: "ｍｓ ｐ明朝", "ms pmincho", "MS Mincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
  font-size: 3.6rem;
  line-height: 4.2rem;
  letter-spacing: 0.1em;
  color: #414141;
  text-align: center;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .page-content .offering-body .offering-title {
    font-size: 2.3rem;
    line-height: 2.8rem;
    letter-spacing: 0.05em;
    margin-bottom: 3rem;
  }
}
.page-content .offering-body .offering-desc {
  position: relative;
  width: 100%;
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}
.page-content .offering-form {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #414141;
  text-align: left;
  word-break: break-all;
  /* input */
}
.page-content .offering-form input[type=text],
.page-content .offering-form input[type=email],
.page-content .offering-form input[type=tel],
.page-content .offering-form input[type=number],
.page-content .offering-form input[type=password],
.page-content .offering-form select,
.page-content .offering-form textarea {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #2E1405;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.8rem 1rem;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  text-align: left;
  color: #414141;
  outline: none;
  vertical-align: middle;
}
.page-content .offering-form input[type=text]::-webkit-input-placeholder, .page-content .offering-form input[type=email]::-webkit-input-placeholder, .page-content .offering-form input[type=tel]::-webkit-input-placeholder, .page-content .offering-form input[type=number]::-webkit-input-placeholder, .page-content .offering-form input[type=password]::-webkit-input-placeholder, .page-content .offering-form select::-webkit-input-placeholder, .page-content .offering-form textarea::-webkit-input-placeholder {
  color: #C3C3C3;
}
.page-content .offering-form input[type=text]::-moz-placeholder, .page-content .offering-form input[type=email]::-moz-placeholder, .page-content .offering-form input[type=tel]::-moz-placeholder, .page-content .offering-form input[type=number]::-moz-placeholder, .page-content .offering-form input[type=password]::-moz-placeholder, .page-content .offering-form select::-moz-placeholder, .page-content .offering-form textarea::-moz-placeholder {
  color: #C3C3C3;
}
.page-content .offering-form input[type=text]:-ms-input-placeholder, .page-content .offering-form input[type=email]:-ms-input-placeholder, .page-content .offering-form input[type=tel]:-ms-input-placeholder, .page-content .offering-form input[type=number]:-ms-input-placeholder, .page-content .offering-form input[type=password]:-ms-input-placeholder, .page-content .offering-form select:-ms-input-placeholder, .page-content .offering-form textarea:-ms-input-placeholder {
  color: #C3C3C3;
}
.page-content .offering-form input[type=text]::-ms-input-placeholder, .page-content .offering-form input[type=email]::-ms-input-placeholder, .page-content .offering-form input[type=tel]::-ms-input-placeholder, .page-content .offering-form input[type=number]::-ms-input-placeholder, .page-content .offering-form input[type=password]::-ms-input-placeholder, .page-content .offering-form select::-ms-input-placeholder, .page-content .offering-form textarea::-ms-input-placeholder {
  color: #C3C3C3;
}
.page-content .offering-form input[type=text]::placeholder,
.page-content .offering-form input[type=email]::placeholder,
.page-content .offering-form input[type=tel]::placeholder,
.page-content .offering-form input[type=number]::placeholder,
.page-content .offering-form input[type=password]::placeholder,
.page-content .offering-form select::placeholder,
.page-content .offering-form textarea::placeholder {
  color: #C3C3C3;
}
.page-content .offering-form input[type=text],
.page-content .offering-form input[type=email],
.page-content .offering-form input[type=tel],
.page-content .offering-form input[type=number],
.page-content .offering-form input[type=password],
.page-content .offering-form select {
  height: 4rem;
}
.page-content .offering-form select,
.page-content .offering-form input[type=text].datepicker,
.page-content .offering-form input[type=text].timepicker {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../image/select-down.svg);
  background-position: calc(100% - 1.2rem) 50%;
  background-size: 1.2rem 0.8rem;
  background-repeat: no-repeat;
  z-index: 0;
}
.page-content .offering-form textarea {
  height: 32rem;
}
.page-content .offering-form input[type=text]:focus,
.page-content .offering-form input[type=email]:focus,
.page-content .offering-form input[type=tel]:focus,
.page-content .offering-form input[type=number]:focus,
.page-content .offering-form input[type=password]:focus,
.page-content .offering-form select:focus,
.page-content .offering-form textarea:focus {
  border-color: #7D5313;
}
.page-content .offering-form .form-inputs {
  position: relative;
  display: block;
  width: 100%;
}
.page-content .offering-form .form-inputs > li {
  position: relative;
  display: block;
}
.page-content .offering-form .form-inputs > li:not(:last-child) {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .page-content .offering-form .form-inputs > li:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.page-content .offering-form .form-inputs .input {
  position: relative;
}
.page-content .offering-form .form-inputs .input > label {
  position: relative;
  display: block;
  text-align: left;
  margin-bottom: 1rem;
}
.page-content .offering-form .form-inputs .input > input {
  position: relative;
  display: block;
  width: 100%;
}
.page-content .offering-form .form-inputs .input > input + input {
  margin-top: 1.2rem;
}
.page-content .offering-form .form-inputs .input > .wpcf7-form-control-wrap {
  position: relative;
  display: block;
  width: 100%;
}
.page-content .offering-form .form-inputs .input > .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 1.2rem;
}
.page-content .offering-form .form-inputs .input .required {
  display: inline-block;
  margin-left: 0.6rem;
  color: #E60012;
}
.page-content .offering-form .form-inputs .group {
  position: relative;
  display: block;
  width: 100%;
}
.page-content .offering-form .form-inputs .group .label {
  position: relative;
  display: block;
  color: #999997;
  text-align: left;
  margin-bottom: 0.6rem;
}
.page-content .offering-form .form-inputs .group .label .required {
  display: inline-block;
  margin-left: 0.6rem;
  color: #E60012;
}
.page-content .offering-form .form-inputs .group .input {
  position: relative;
  display: block;
}
.page-content .offering-form .form-inputs .group .input::after {
  content: "";
  display: block;
  clear: both;
}
.page-content .offering-form .form-inputs .group .input select {
  position: relative;
  display: block;
  width: 42rem;
  max-width: 100%;
  float: left;
}
@media only screen and (max-width: 768px) {
  .page-content .offering-form .form-inputs .group .input select {
    width: 18rem;
  }
}
.page-content .offering-form .form-inputs .group .input .remove {
  position: relative;
  display: block;
  line-height: 4rem;
  margin-left: 2.4rem;
  margin-right: 2.4rem;
  float: left;
}
@media only screen and (max-width: 768px) {
  .page-content .offering-form .form-inputs .group .input .remove {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.page-content .offering-form .form-inputs .group .input input[type=number] {
  position: relative;
  width: 8rem;
  max-width: 100%;
  float: left;
}
@media only screen and (max-width: 768px) {
  .page-content .offering-form .form-inputs .group .input input[type=number] {
    width: 6rem;
  }
}
.page-content .offering-form .form-inputs .group .input .unit {
  display: block;
  line-height: 4rem;
  margin-left: 1rem;
  float: left;
}
@media only screen and (max-width: 768px) {
  .page-content .offering-form .form-inputs .group .input .unit {
    margin-left: 0.6rem;
  }
}
.page-content .offering-form .form-inputs .group .input + .label {
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .page-content .offering-form .form-inputs .group .input + .label {
    margin-top: 2rem;
  }
}
.page-content .offering-form .form-inputs .group + .group {
  margin-top: 4rem;
}
.page-content .offering-form .form-accept {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .page-content .offering-form .form-accept {
    margin-top: 3rem;
  }
}
.page-content .offering-form .form-accept a {
  color: inherit;
  text-decoration: underline;
}
.page-content .offering-form .form-submit {
  position: relative;
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .page-content .offering-form .form-submit {
    margin-top: 4rem;
  }
}
.page-content .offering-form .form-submit .btn-submit {
  position: relative;
  display: block;
  width: 15rem;
  height: 4rem;
  font-family: "メイリオ", "meiryo", "Meiryo", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", sans-serif;
  font-size: 1.8rem;
  line-height: 4rem;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  background: #C79448;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin: 0 0 0 auto;
  z-index: 0;
}
.page-content .offering-form .form-submit .btn-submit:hover {
  background: #7D5313;
}
.page-content .offering-form .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.page-content .offering-form .wpcf7-list-item {
  position: relative;
  display: block;
  padding-left: 0;
  margin: 0;
}
.page-content .offering-form .wpcf7-list-item label {
  display: inline-block;
  cursor: pointer;
}
.page-content .offering-form .wpcf7-list-item.wpcf7-list-item [type=radio], .page-content .offering-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.page-content .offering-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label, .page-content .offering-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  padding-left: 3.6rem;
}
@media only screen and (max-width: 768px) {
  .page-content .offering-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label, .page-content .offering-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] + .wpcf7-list-item-label {
    padding-left: 3.2rem;
  }
}
.page-content .offering-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label::before, .page-content .offering-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label::after, .page-content .offering-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] + .wpcf7-list-item-label::before, .page-content .offering-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
}
.page-content .offering-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label::before, .page-content .offering-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label::after {
  border-radius: 5rem;
}
.page-content .offering-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label::before {
  top: 0.5rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid #2E1405;
}
.page-content .offering-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label::after {
  top: 1rem;
  left: 0.5rem;
  width: 1rem;
  height: 1rem;
  background: #2E1405;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page-content .offering-form .wpcf7-list-item.wpcf7-list-item [type=radio]:not(:checked) + .wpcf7-list-item-label::after {
  opacity: 0;
  visibility: hidden;
}
.page-content .offering-form .wpcf7-list-item.wpcf7-list-item [type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  visibility: visible;
}
.page-content .offering-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] + .wpcf7-list-item-label::before {
  top: 0;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #FFFFFF;
  border: 1px solid #2E1405;
}
.page-content .offering-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] + .wpcf7-list-item-label::after {
  top: -0.7rem;
  left: 1.2rem;
  width: 1rem;
  height: 2.4rem;
  border: 1px solid #2E1405;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page-content .offering-form .wpcf7-list-item.wpcf7-list-item [type=checkbox]:not(:checked) + .wpcf7-list-item-label::after {
  opacity: 0;
  visibility: hidden;
}
.page-content .offering-form .wpcf7-list-item.wpcf7-list-item [type=checkbox]:checked + .wpcf7-list-item-label::before {
  border-color: #2E1405;
}
.page-content .offering-form .wpcf7-list-item.wpcf7-list-item [type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  visibility: visible;
}
.page-content .offering-form .wpcf7-spinner {
  display: none;
}
.page-content .offering-form .wpcf7-response-output {
  position: relative;
  width: 100%;
  padding: 2rem 1rem;
  margin: 4rem auto 0;
}
@media only screen and (max-width: 768px) {
  .page-content .offering-form .wpcf7-response-output {
    margin-top: 3rem;
  }
}
.page-content .column-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 2rem minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem 2rem;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page-content .column-list {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2rem;
  }
}
.page-content .column-list > li {
  position: relative;
  display: block;
}
.page-content .column-list .column-item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
}
.page-content .column-list .column-item .thumb {
  position: relative;
  display: block;
  width: 100%;
  height: 21rem;
  line-height: 1;
  padding: 0;
  margin: 0;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-content .column-list .column-item .thumb {
    height: 21rem;
  }
}
.page-content .column-list .column-item .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  margin: 0;
  border: none;
}
.page-content .column-list .column-item .info {
  position: relative;
  padding: 2rem 1rem;
}
.page-content .column-list .column-item .info .time {
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  color: #868686;
  text-align: left;
  margin-bottom: 0.6rem;
}
.page-content .column-list .column-item .info .title {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  color: #2E1405;
  text-align: left;
}
.page-content .column-list .column-item .info .title a {
  color: inherit;
  text-decoration: none;
}
.page-content .column-list .column-item .info .title a:hover {
  text-decoration: underline;
}
.page-content .news-list {
  position: relative;
  display: block;
  width: 100%;
}
.page-content .news-list > li {
  position: relative;
}
.page-content .news-list > li:not(:last-child) {
  padding-bottom: 2.4rem;
  border-bottom: 1px dashed #C3C3C3;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .page-content .news-list > li:not(:last-child) {
    padding-bottom: 1.6rem;
    margin-bottom: 2rem;
  }
}
.page-content .news-list .news-item {
  position: relative;
  width: 100%;
}
.page-content .news-list .news-item .time {
  position: relative;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 400;
  color: #868686;
  margin-bottom: 0.4rem;
}
.page-content .news-list .news-item .title {
  position: relative;
  font-family: "メイリオ", "meiryo", "Meiryo", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #2E1405;
  text-align: left;
  width: 100%;
}
.page-content .news-list .news-item .title a {
  color: inherit;
  text-decoration: underline;
}
.page-content .wp-pagenavi {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 8rem 0 0;
  padding: 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page-content .wp-pagenavi {
    margin-top: 4rem;
  }
}
.page-content .wp-pagenavi > span, .page-content .wp-pagenavi > a {
  position: relative;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 4rem;
  height: 4rem;
  border: 1px solid #2E1405;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 4rem;
  text-align: center;
  color: #2E1405;
  text-decoration: none;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}
.page-content .wp-pagenavi > span {
  background: #2E1405;
  color: #FFFFFF;
}
.page-content .wp-pagenavi > a:hover {
  background: #2E1405;
  color: #FFFFFF;
}
.page-content .wp-pagenavi > span.pages {
  display: none;
}
.page-content .single-title {
  position: relative;
  font-family: "ｍｓ ｐ明朝", "ms pmincho", "MS Mincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
  font-size: 3.6rem;
  line-height: 4.4rem;
  letter-spacing: 0.1em;
  color: #414141;
  text-align: center;
  padding: 0 0 1.6rem;
  border-bottom: 1px solid #2E1405;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .page-content .single-title {
    font-size: 2.2rem;
    line-height: 2.8rem;
    letter-spacing: 0.05em;
    padding-bottom: 1.6rem;
    margin-bottom: 3rem;
  }
}
.page-content .single-thumb {
  position: relative;
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .page-content .single-thumb {
    margin-bottom: 3rem;
  }
}
.page-content .single-content {
  position: relative;
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  font-family: "メイリオ", "meiryo", "Meiryo", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
  color: #414141;
  text-align: left;
}
.page-content .single-content h1, .page-content .single-content h2 {
  position: relative;
  font-family: "ｍｓ ｐ明朝", "ms pmincho", "MS Mincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
  font-size: 3.4rem;
  line-height: 4.2rem;
  letter-spacing: 0.1em;
  color: #DEA209;
  text-align: center;
  padding: 0 0 1.6rem;
  border-bottom: 1px solid #DEA209;
  margin-top: 8rem;
  margin-bottom: 5rem;
}
@media print, screen and (min-width: 769px) {
  .page-content .single-content h1, .page-content .single-content h2 {
    margin-left: -5rem;
    margin-right: -5rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-content .single-content h1, .page-content .single-content h2 {
    font-size: 2.2rem;
    line-height: 2.8rem;
    letter-spacing: 0.05em;
    padding-bottom: 1.2rem;
    margin-top: 6rem;
    margin-bottom: 3rem;
  }
}
.page-content .single-content h3 {
  position: relative;
  font-family: "ｍｓ ｐ明朝", "ms pmincho", "MS Mincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
  font-size: 2.5rem;
  line-height: 3rem;
  letter-spacing: 0.1em;
  color: #2E1405;
  text-align: left;
  padding: 0 0 2rem;
  border-bottom: 1px solid #DEA209;
  margin-top: 6rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .page-content .single-content h3 {
    font-size: 2.2rem;
    line-height: 2.8rem;
    letter-spacing: 0.05em;
    padding-bottom: 1.6rem;
    margin-top: 4rem;
    margin-bottom: 2.4rem;
  }
}
.page-content .single-content h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 0.4rem;
  background: #DEA209;
  z-index: 0;
}
.page-content .single-content h4 {
  position: relative;
  font-family: "メイリオ", "meiryo", "Meiryo", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  color: #2E1405;
  text-align: left;
  padding-left: 2rem;
  margin-top: 2.4rem;
  margin-bottom: 0.6rem;
}
.page-content .single-content h4::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #DEA209;
}
.page-content .single-content h5, .page-content .single-content h6 {
  position: relative;
  font-family: "メイリオ", "meiryo", "Meiryo", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 400;
  color: #2E1405;
  text-align: left;
  margin-top: 2.4rem;
  margin-bottom: 0.6rem;
}
.page-content .single-content p {
  position: relative;
  margin-bottom: 2rem;
}
.page-content .single-content a {
  position: relative;
  color: #DEA209;
  text-decoration: underline;
}
.page-content .single-content strong {
  font-weight: 600;
}
.page-content .single-content b {
  font-weight: 600;
}
.page-content .single-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 2rem auto;
}
.page-content .single-content figure, .page-content .single-content picture {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  z-index: 0;
  margin: 2rem auto;
}
.page-content .single-content figure img, .page-content .single-content picture img {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 0;
  border: none;
  z-index: 0;
}
.page-content .single-content figure p, .page-content .single-content picture p {
  margin: 0;
}
.page-content .single-content .pickup-box {
  position: relative;
  padding: 3rem 2rem;
  border: 2px solid #DEA209;
  margin-top: 6rem;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .page-content .single-content .pickup-box {
    padding: 2rem 1rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.page-content .single-content .pickup-box .label {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  color: #2E1405;
  text-align: left;
  margin: 0 0 1.6rem 0;
}
@media only screen and (max-width: 768px) {
  .page-content .single-content .pickup-box .label {
    margin-bottom: 1.2rem;
  }
}
.page-content .single-content .pickup-box .label em {
  position: relative;
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  color: #BDBF37;
  text-align: left;
  white-space: nowrap;
  padding-right: 1rem;
}
.page-content .single-content .pickup-box .label span {
  font: inherit;
}
.page-content .single-content .pickup-box .list {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-content .single-content .pickup-box .list > li {
  position: relative;
  padding-left: 2rem;
}
.page-content .single-content .pickup-box .list > li::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  font: inherit;
}
.page-content .single-content .download-action {
  position: relative;
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.page-content .single-content .download-action .btn {
  position: relative;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 20rem;
  height: 4rem;
  font-size: 1.4rem;
  line-height: 4rem;
  padding: 0 1.6rem;
  color: #2E1405;
  text-align: center;
  text-decoration: none;
  border: 1px solid #2E1405;
  border-radius: 0;
  background: rgba(222, 162, 9, 0.7);
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin: 0 auto;
  z-index: 0;
}
.page-content .single-content .download-action .btn:hover {
  background: rgba(222, 162, 9, 0.3);
}
.page-content .single-content .mt-0 {
  margin-top: 0 !important;
}
.page-content .single-content .mt-2 {
  margin-top: 2rem !important;
}
.page-content .single-content .mt-3 {
  margin-top: 3rem !important;
}
.page-content .single-content .mt-4 {
  margin-top: 4rem !important;
}
.page-content .single-content .mt-6 {
  margin-top: 6rem !important;
}
.page-content .single-content .mt-8 {
  margin-top: 8rem !important;
}
.page-content .single-content .mt-10 {
  margin-top: 10rem !important;
}
.page-content .single-content .mb-0 {
  margin-bottom: 0 !important;
}
.page-content .single-content .mb-2 {
  margin-bottom: 2rem !important;
}
.page-content .single-content .mb-3 {
  margin-bottom: 3rem !important;
}
.page-content .single-content .mb-4 {
  margin-bottom: 4rem !important;
}
.page-content .single-content .mb-6 {
  margin-bottom: 6rem !important;
}
.page-content .single-content .mb-8 {
  margin-bottom: 8rem !important;
}
.page-content .single-content .mb-10 {
  margin-bottom: 10rem !important;
}
.page-content .single-content .mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.page-content .single-action {
  position: relative;
  text-align: center;
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .page-content .single-action {
    margin-top: 4rem;
  }
}
.page-content .single-action .btn {
  position: relative;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 20rem;
  height: 4rem;
  font-size: 1.4rem;
  line-height: 4rem;
  padding: 0 1.6rem;
  color: #2E1405;
  text-align: center;
  text-decoration: none;
  border: 1px solid #2E1405;
  border-radius: 0;
  background: rgba(222, 162, 9, 0.7);
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin: 0 auto;
  z-index: 0;
}
.page-content .single-action .btn:hover {
  background: rgba(222, 162, 9, 0.3);
}
.page-content .mt-0 {
  margin-top: 0 !important;
}
.page-content .mt-2 {
  margin-top: 2rem !important;
}
.page-content .mt-3 {
  margin-top: 3rem !important;
}
.page-content .mt-4 {
  margin-top: 4rem !important;
}
.page-content .mt-6 {
  margin-top: 6rem !important;
}
.page-content .mt-8 {
  margin-top: 8rem !important;
}
.page-content .mt-10 {
  margin-top: 10rem !important;
}
.page-content .mb-0 {
  margin-bottom: 0 !important;
}
.page-content .mb-2 {
  margin-bottom: 2rem !important;
}
.page-content .mb-3 {
  margin-bottom: 3rem !important;
}
.page-content .mb-4 {
  margin-bottom: 4rem !important;
}
.page-content .mb-6 {
  margin-bottom: 6rem !important;
}
.page-content .mb-8 {
  margin-bottom: 8rem !important;
}
.page-content .mb-10 {
  margin-bottom: 10rem !important;
}
.page-content .mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}