@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;
  }
}

body {
  font-family: "Hiragino Sans", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #000000;
  background: #FEFAF1;
  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: 1.2;
}

h3,
h4 {
  line-height: 1.5;
}

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;
  }
}
#wrapper {
  position: relative;
  width: 100%;
}

main {
  position: relative;
}
main #main {
  overflow: hidden;
}

.container,
.container-fluid {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 104rem;
}

@media only screen and (max-width: 768px) {
  .container {
    max-width: 75rem;
  }
}
.content-in {
  position: relative;
  max-width: 94rem;
  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;
}

.color-sky {
  color: #53A0ED !important;
}

.color-orange {
  color: #FF6A00 !important;
}

.color-yellow {
  color: #EBFF00 !important;
}

.color-red {
  color: #BF282D !important;
}

.color-blue {
  color: #113892 !important;
}

.color-wheat {
  color: #27B7B3 !important;
}

.color-green {
  color: #019A62 !important;
}

@-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);
  }
}
.link-btn {
  position: relative;
  display: block;
  padding: 1.5rem 3.6rem;
  width: 30rem;
  max-width: 100%;
  height: 5.6rem;
  background: #1A4802;
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
  color: #FFFFFF;
  text-align: left;
  text-decoration: none;
  border: 1px solid #1A4802;
  border-radius: 0.4rem;
  overflow: hidden;
  margin: 0;
  z-index: 0;
  -webkit-transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
.link-btn span {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 6rem 0 0;
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: color 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 3;
}
.link-btn span::before {
  content: "";
  position: absolute;
  top: calc(50% - 1rem);
  right: 4rem;
  width: 1px;
  height: 2rem;
  background: #FFFFFF;
  -webkit-transition: background 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: background 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 1;
}
.link-btn span::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.6rem);
  right: 0;
  width: 2rem;
  height: 1.2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.963' height='11.76' viewBox='0 0 19.963 11.76'%3E%3Cline id='Line_7' data-name='Line 7' x2='18' transform='translate(0 5.845)' fill='none' stroke='%23fff' stroke-width='1.2'/%3E%3Cpath id='Path_5' data-name='Path 5' d='M1172.767,682l7.2,5.429-7.2,5.371' transform='translate(-1161.003 -681.521)' fill='none' stroke='%23fff' stroke-width='1.2'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 1;
}
.link-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: opacity 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
.link-btn:hover {
  color: #1A4802;
}
.link-btn:hover span::before {
  background: #1A4802;
}
.link-btn:hover span::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.963' height='11.76' viewBox='0 0 19.963 11.76'%3E%3Cline id='Line_7' data-name='Line 7' x2='18' transform='translate(0 5.845)' fill='none' stroke='%231a4802' stroke-width='1.2'/%3E%3Cpath id='Path_5' data-name='Path 5' d='M1172.767,682l7.2,5.429-7.2,5.371' transform='translate(-1161.003 -681.521)' fill='none' stroke='%231a4802' stroke-width='1.2'/%3E%3C/svg%3E%0A");
}
.link-btn:hover::after {
  opacity: 1;
}

.slim-animation-btn {
  position: relative;
  display: block;
  padding: 1.5rem 3.6rem;
  width: 30rem;
  max-width: 100%;
  height: 5.6rem;
  background: #1A4802;
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
  color: #FFFFFF;
  text-align: left;
  text-decoration: none;
  border: 1px solid #1A4802;
  border-radius: 0.4rem;
  overflow: hidden;
  margin: 0;
  z-index: 0;
}
.slim-animation-btn span {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 6rem 0 0;
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: color 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 3;
}
.slim-animation-btn span::before {
  content: "";
  position: absolute;
  top: calc(50% - 1rem);
  right: 4rem;
  width: 1px;
  height: 2rem;
  background: #FFFFFF;
  -webkit-transition: background 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: background 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 1;
}
.slim-animation-btn span::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.6rem);
  right: 0;
  width: 2rem;
  height: 1.2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.963' height='11.76' viewBox='0 0 19.963 11.76'%3E%3Cline id='Line_7' data-name='Line 7' x2='18' transform='translate(0 5.845)' fill='none' stroke='%23fff' stroke-width='1.2'/%3E%3Cpath id='Path_5' data-name='Path 5' d='M1172.767,682l7.2,5.429-7.2,5.371' transform='translate(-1161.003 -681.521)' fill='none' stroke='%23fff' stroke-width='1.2'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 1;
}
.slim-animation-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  z-index: 1;
}
.slim-animation-btn:hover {
  color: #1A4802;
  background: #FFFFFF;
}
.slim-animation-btn:hover span::before {
  background: #1A4802;
}
.slim-animation-btn:hover span::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.963' height='11.76' viewBox='0 0 19.963 11.76'%3E%3Cline id='Line_7' data-name='Line 7' x2='18' transform='translate(0 5.845)' fill='none' stroke='%231a4802' stroke-width='1.2'/%3E%3Cpath id='Path_5' data-name='Path 5' d='M1172.767,682l7.2,5.429-7.2,5.371' transform='translate(-1161.003 -681.521)' fill='none' stroke='%231a4802' stroke-width='1.2'/%3E%3C/svg%3E%0A");
}
.slim-animation-btn:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.section-title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 6rem;
}
@media only screen and (max-width: 768px) {
  .section-title {
    margin-bottom: 4rem;
  }
}
.section-title p {
  position: relative;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.4rem;
  text-align: center;
  margin-bottom: 0.4rem;
  z-index: 1;
}
.section-title h2 {
  position: relative;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 4.5rem;
  text-align: center;
  padding: 0 4.5rem;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .section-title h2 {
    font-size: 2.4rem;
    line-height: 3.6rem;
    padding: 0 4rem;
  }
}
.section-title h2::before, .section-title h2::after {
  content: "";
  position: absolute;
  top: calc(50% - 1.65rem);
  width: 3.3rem;
  height: 3.3rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='33' viewBox='0 0 33 33'%3E%3Ccircle id='Ellipse_2' data-name='Ellipse 2' cx='11' cy='11' r='11' transform='translate(11 11)' fill='%231a4802'/%3E%3Ccircle id='Ellipse_1' data-name='Ellipse 1' cx='11' cy='11' r='11' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .section-title h2::before, .section-title h2::after {
    top: calc(50% - 1.4rem);
    width: 2.8rem;
    height: 2.8rem;
  }
}
.section-title h2::before {
  left: 0;
}
.section-title h2::after {
  right: 0;
}
.section-title h2 small {
  font-size: 2rem;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
@media only screen and (max-width: 768px) {
  .section-title h2 small {
    font-size: 1.8rem;
  }
}

.section-label {
  position: relative;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .section-label {
    margin-bottom: 4rem;
  }
}
.section-label h2 {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 4rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .section-label h2 {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}

.section-desc {
  position: relative;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .section-desc {
    margin-bottom: 4rem;
  }
}

.underbg {
  position: relative;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #EBFF00));
  background: linear-gradient(to bottom, transparent 70%, #EBFF00 70%);
}

.character-bg {
  background-image: url(../image/dot-bg.png);
  background-repeat: repeat;
}

#header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  background: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 991;
}
@media only screen and (max-width: 768px) {
  #header {
    height: 6rem;
  }
}
#header .header-top {
  position: relative;
  padding: 1.2rem 0 1.2rem;
  background: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  #header .header-top {
    padding: 1rem 0;
  }
}
#header .header-top .container {
  position: relative;
  max-width: 138rem;
  z-index: 1;
}
#header .header-top .container::after {
  content: "";
  display: block;
  clear: both;
}
#header .header-top .header-logo {
  position: relative;
  float: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
}
#header .header-top .header-logo a {
  position: relative;
  display: block;
  width: 22rem;
  padding: 0;
  margin: 0;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #header .header-top .header-logo a {
    width: 18.4rem;
    height: 4rem;
  }
}
#header .header-top .header-logo a img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  border: none;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #header .header-top .header-logo a img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}
#header .header-top .header-actions {
  position: relative;
  float: right;
  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: 1.8rem;
  padding: 0;
  white-space: nowrap;
}
@media print, screen and (min-width: 769px) {
  #header .header-top .header-actions {
    padding-top: 0.2rem;
  }
}
@media only screen and (max-width: 768px) {
  #header .header-top .header-actions {
    display: none;
    gap: 0;
  }
}
#header .header-top .header-actions > 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;
}
#header .header-top .header-actions .tel-action {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 768px) {
  #header .header-top .header-actions .tel-action {
    display: none;
  }
}
#header .header-top .header-actions .tel-action .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.2rem;
  font-family: "Roboto", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  color: #BF282D;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #header .header-top .header-actions .tel-action .link {
    width: 6.4rem;
    height: 6.4rem;
    gap: 0;
  }
}
#header .header-top .header-actions .tel-action .link img {
  position: relative;
  display: block;
  width: 2.4rem;
  height: auto;
}
@media only screen and (max-width: 768px) {
  #header .header-top .header-actions .tel-action .link img {
    width: 2.8rem;
  }
}
#header .header-top .header-actions .tel-action .link span {
  position: relative;
  color: inherit;
  text-decoration: none;
  background-image: url();
}
@media only screen and (max-width: 768px) {
  #header .header-top .header-actions .tel-action .link span {
    display: none;
  }
}
#header .header-top .header-actions .tel-action .txt {
  position: relative;
  display: block;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5rem;
  color: #000000;
  text-align: right;
  margin-top: 0.1rem;
}
@media only screen and (max-width: 768px) {
  #header .header-top .header-actions .tel-action .txt {
    display: none;
  }
}
#header .header-top .header-actions .about-action {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #header .header-top .header-actions .about-action {
    display: none;
  }
}
#header .header-top .header-actions .about-action .about-btn {
  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;
  padding: 1rem 1rem;
  width: 20rem;
  max-width: 100%;
  height: 4.4rem;
  background: #BF282D;
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  border: 1px solid #BF282D;
  border-radius: 0.4rem;
  overflow: hidden;
  -webkit-box-shadow: 0rem 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
          box-shadow: 0rem 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  margin: 0;
  z-index: 0;
}
#header .header-top .header-actions .about-action .about-btn span {
  position: relative;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 3;
}
#header .header-top .header-actions .about-action .about-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  z-index: 1;
}
#header .header-top .header-actions .about-action .about-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: opacity 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
#header .header-top .header-actions .about-action .about-btn:hover {
  color: #BF282D;
}
#header .header-top .header-actions .about-action .about-btn:hover::after {
  opacity: 1;
}
#header .header-top .header-actions .inquiry-action {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #header .header-top .header-actions .inquiry-action {
    display: none;
  }
}
#header .header-top .header-actions .inquiry-action .inquiry-btn {
  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;
  padding: 1rem 1rem;
  width: 20rem;
  max-width: 100%;
  height: 4.4rem;
  background: #1A4802;
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  border: 1px solid #1A4802;
  border-radius: 0.4rem;
  overflow: hidden;
  -webkit-box-shadow: 0rem 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
          box-shadow: 0rem 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  margin: 0;
  z-index: 0;
}
#header .header-top .header-actions .inquiry-action .inquiry-btn span {
  position: relative;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 3;
}
#header .header-top .header-actions .inquiry-action .inquiry-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: opacity 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
#header .header-top .header-actions .inquiry-action .inquiry-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  z-index: 1;
}
#header .header-top .header-actions .inquiry-action .inquiry-btn:hover {
  color: #1A4802;
}
#header .header-top .header-actions .inquiry-action .inquiry-btn:hover::after {
  opacity: 1;
}
#header .header-top .header-actions .social-action {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #header .header-top .header-actions .social-action {
    display: none;
  }
}
#header .header-top .header-actions .social-action .social-btn {
  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.4rem;
  padding: 0;
  margin: 0;
  overflow: hidden;
  z-index: 0;
}
#header .header-top .header-actions .social-action .social-btn 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;
}
#header .header-nav {
  position: relative;
  display: block;
  padding: 0;
  background: #FEFAF1;
}
@media only screen and (max-width: 768px) {
  #header .header-nav {
    display: none;
  }
}
#header .header-nav .container {
  position: relative;
  max-width: 104rem;
  z-index: 1;
}
#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: 100%;
  line-height: 1;
  padding: 0;
  margin: 0;
}
#header .header-nav .nav-menu > li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 14.2857rem;
}
#header .header-nav .nav-menu > li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 1.6rem;
  bottom: 1.6rem;
  right: 0;
  width: 1px;
  background: #E7E4E4;
  z-index: 0;
}
#header .header-nav .nav-menu > li .menu-link {
  position: relative;
  display: block;
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.4rem;
  color: #000000;
  text-align: center;
  padding: 1.6rem 0;
  margin: 0;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  z-index: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#header .header-nav .nav-menu > li .menu-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  background-color: #000000;
  z-index: 0;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
#header .header-nav .nav-menu > li .menu-link:hover, #header .header-nav .nav-menu > li .menu-link.active {
  color: #000000;
}
#header .header-nav .nav-menu > li .menu-link:hover::before, #header .header-nav .nav-menu > li .menu-link.active::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
#header.header-scrolled {
  -webkit-filter: drop-shadow(0rem 0.6rem 3rem rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0rem 0.6rem 3rem rgba(0, 0, 0, 0.2));
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  width: 6rem;
  height: 6rem;
  padding: 1.9rem 1.6rem;
  background: none;
  display: none;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 999;
  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: #000000;
  -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 .toggle-icon span {
  background: #FFFFFF;
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(1) {
  -webkit-transform: translateY(1rem) rotate(-45deg);
          transform: translateY(1rem) 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(-1rem) rotate(45deg);
          transform: translateY(-1rem) 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: #232323;
}
#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: "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0;
  color: #1A4802;
  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-container {
  position: relative;
  padding: 5rem 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 #FFFFFF;
}
#mobile-nav .mobile-nav-menu > li > a {
  position: relative;
  display: block;
  width: 100%;
  padding: 1.6rem 0;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.05em;
  text-align: left;
  color: #FFFFFF;
  text-decoration: none;
  outline: none;
}
#mobile-nav .mobile-nav-menu > li > a span {
  color: inherit;
  text-decoration: none;
}
#mobile-nav .mobile-nav-menu .drop-down > a::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  display: inline-block;
  width: 10px;
  height: 6px;
  background-image: url(../img/common/icon-down.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
#mobile-nav .mobile-nav-menu .drop-down ul {
  display: none;
  overflow: hidden;
}
#mobile-nav .mobile-nav-menu .drop-down li {
  padding-left: 16px;
  border-bottom: 1px solid #323232;
}
#mobile-nav .mobile-nav-menu .drop-down li a {
  position: relative;
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: left;
  color: #323232;
  padding: 1.6rem 0;
  text-decoration: none;
  outline: none;
}
#mobile-nav .mobile-nav-menu .drop-down.active > a::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
#mobile-nav .mobile-nav-action {
  margin-top: 2rem;
}
#mobile-nav .mobile-nav-action > li:not(:last-child) {
  margin-bottom: 1.8rem;
}
#mobile-nav .mobile-nav-action .about-action {
  position: relative;
}
#mobile-nav .mobile-nav-action .about-action .about-btn {
  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;
  padding: 1rem 1rem;
  width: 100%;
  max-width: 100%;
  height: 4.8rem;
  background: #BF282D;
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  border: 1px solid #BF282D;
  border-radius: 0.4rem;
  overflow: hidden;
  margin: 0;
  z-index: 0;
}
#mobile-nav .mobile-nav-action .about-action .about-btn span {
  position: relative;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 3;
}
#mobile-nav .mobile-nav-action .about-action .about-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  z-index: 1;
}
#mobile-nav .mobile-nav-action .about-action .about-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: opacity 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
#mobile-nav .mobile-nav-action .about-action .about-btn:hover {
  color: #BF282D;
}
#mobile-nav .mobile-nav-action .about-action .about-btn:hover::after {
  opacity: 1;
}
#mobile-nav .mobile-nav-action .inquiry-action {
  position: relative;
}
#mobile-nav .mobile-nav-action .inquiry-action .inquiry-btn {
  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;
  padding: 1rem 1rem;
  width: 100%;
  max-width: 100%;
  height: 4.8rem;
  background: #1A4802;
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  border: 1px solid #1A4802;
  border-radius: 0.4rem;
  overflow: hidden;
  margin: 0;
  z-index: 0;
}
#mobile-nav .mobile-nav-action .inquiry-action .inquiry-btn span {
  position: relative;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 3;
}
#mobile-nav .mobile-nav-action .inquiry-action .inquiry-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  z-index: 1;
}
#mobile-nav .mobile-nav-action .inquiry-action .inquiry-btn:hover {
  color: #1A4802;
}
#mobile-nav .mobile-nav-action .inquiry-action .inquiry-btn:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.fixed-mail-btn {
  position: fixed;
  top: 0;
  right: 12rem;
  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: 1rem 1rem;
  width: 6rem;
  height: 6rem;
  background: #9E8459;
  border: 2px solid #9E8459;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  z-index: 996;
}
@media print, screen and (min-width: 769px) {
  .fixed-mail-btn {
    display: none;
  }
}
.fixed-mail-btn span {
  position: relative;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 3;
}
.fixed-mail-btn svg {
  position: relative;
  display: block;
  width: 2.2rem;
  z-index: 3;
}
.fixed-mail-btn svg path {
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
.fixed-mail-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  z-index: 1;
}
.fixed-mail-btn:hover {
  color: #9E8459;
}
.fixed-mail-btn:hover svg path {
  fill: #9E8459;
}
.fixed-mail-btn:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.fixed-tel-btn {
  position: fixed;
  top: 0;
  right: 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;
  padding: 1rem 1rem;
  width: 6rem;
  height: 6rem;
  background: #BF282D;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  border: none;
  z-index: 996;
}
@media print, screen and (min-width: 769px) {
  .fixed-tel-btn {
    display: none;
  }
}
.fixed-tel-btn svg {
  position: relative;
  display: block;
  width: 2.4rem;
  height: auto;
  z-index: 3;
}
.fixed-tel-btn svg path {
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}

.fixed-line-btn {
  position: fixed;
  right: 0;
  display: block;
  width: 22rem;
  max-width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 990;
}
@media print, screen and (min-width: 769px) {
  .fixed-line-btn {
    top: 59rem;
  }
}
@media only screen and (max-width: 768px) {
  .fixed-line-btn {
    bottom: 4rem;
  }
}
.fixed-line-btn img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border: none;
}
.fixed-line-btn:hover {
  opacity: 0.7;
}

.mobile-nav-overly {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 990;
  background: transparent;
  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: 0;
}
#footer .footer-top-wrapper {
  position: relative;
  background: #FFFFFF;
  padding: 1.6rem 0;
}
@media only screen and (max-width: 768px) {
  #footer .footer-top-wrapper {
    padding: 4rem 0;
  }
}
#footer .footer-top-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
#footer .footer-top-wrapper .container {
  position: relative;
  max-width: 94rem;
  z-index: 1;
}
#footer .footer-top-wrapper .footer-logo {
  position: relative;
  padding: 0;
}
@media print, screen and (min-width: 769px) {
  #footer .footer-top-wrapper .footer-logo {
    float: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer-top-wrapper .footer-logo {
    margin-bottom: 2rem;
  }
}
#footer .footer-top-wrapper .footer-logo a {
  position: relative;
  display: block;
  width: 22rem;
  padding: 0;
  margin: 0;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #footer .footer-top-wrapper .footer-logo a {
    width: 18.4rem;
    margin: 0 auto;
  }
}
#footer .footer-top-wrapper .footer-logo a img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  border: none;
  margin: 0;
}
#footer .footer-top-wrapper .footer-actions {
  position: relative;
  padding: 0;
  white-space: nowrap;
}
@media print, screen and (min-width: 769px) {
  #footer .footer-top-wrapper .footer-actions {
    padding-top: 0.2rem;
    float: right;
    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: 1.8rem;
  }
  #footer .footer-top-wrapper .footer-actions > 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;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer-top-wrapper .footer-actions {
    display: block;
  }
  #footer .footer-top-wrapper .footer-actions > li:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
#footer .footer-top-wrapper .footer-actions .tel-action {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 768px) {
  #footer .footer-top-wrapper .footer-actions .tel-action {
    margin: 0 auto;
  }
}
#footer .footer-top-wrapper .footer-actions .tel-action .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.2rem;
  font-family: "Roboto", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  color: #BF282D;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #footer .footer-top-wrapper .footer-actions .tel-action .link {
    font-size: 4rem;
    gap: 0.8rem;
  }
}
#footer .footer-top-wrapper .footer-actions .tel-action .link img {
  position: relative;
  display: block;
  width: 2.4rem;
  height: auto;
}
@media only screen and (max-width: 768px) {
  #footer .footer-top-wrapper .footer-actions .tel-action .link img {
    width: 3rem;
  }
}
#footer .footer-top-wrapper .footer-actions .tel-action .link span {
  position: relative;
  color: inherit;
  text-decoration: none;
}
#footer .footer-top-wrapper .footer-actions .tel-action .txt {
  position: relative;
  display: block;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5rem;
  color: #000000;
  text-align: right;
  margin-top: 0.1rem;
}
@media only screen and (max-width: 768px) {
  #footer .footer-top-wrapper .footer-actions .tel-action .txt {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
#footer .footer-top-wrapper .footer-actions .about-action {
  position: relative;
}
#footer .footer-top-wrapper .footer-actions .about-action .about-btn {
  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;
  padding: 1rem 1rem;
  width: 20rem;
  max-width: 100%;
  height: 4.4rem;
  background: #BF282D;
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  border: 1px solid #BF282D;
  border-radius: 0.4rem;
  overflow: hidden;
  margin: 0;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  #footer .footer-top-wrapper .footer-actions .about-action .about-btn {
    font-size: 1.8rem;
    width: 30rem;
    max-width: 100%;
    height: 4.8rem;
    margin: 0 auto;
  }
}
#footer .footer-top-wrapper .footer-actions .about-action .about-btn span {
  position: relative;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 3;
}
#footer .footer-top-wrapper .footer-actions .about-action .about-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  z-index: 1;
}
#footer .footer-top-wrapper .footer-actions .about-action .about-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: opacity 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
#footer .footer-top-wrapper .footer-actions .about-action .about-btn:hover {
  color: #BF282D;
}
#footer .footer-top-wrapper .footer-actions .about-action .about-btn:hover::after {
  opacity: 1;
}
#footer .footer-top-wrapper .footer-actions .inquiry-action {
  position: relative;
}
#footer .footer-top-wrapper .footer-actions .inquiry-action .inquiry-btn {
  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;
  padding: 1rem 1rem;
  width: 20rem;
  max-width: 100%;
  height: 4.4rem;
  background: #1A4802;
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  border: 1px solid #1A4802;
  border-radius: 0.4rem;
  overflow: hidden;
  margin: 0;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  #footer .footer-top-wrapper .footer-actions .inquiry-action .inquiry-btn {
    font-size: 1.8rem;
    width: 30rem;
    max-width: 100%;
    height: 4.8rem;
    margin: 0 auto;
  }
}
#footer .footer-top-wrapper .footer-actions .inquiry-action .inquiry-btn span {
  position: relative;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 3;
}
#footer .footer-top-wrapper .footer-actions .inquiry-action .inquiry-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  z-index: 1;
}
#footer .footer-top-wrapper .footer-actions .inquiry-action .inquiry-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: opacity 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
#footer .footer-top-wrapper .footer-actions .inquiry-action .inquiry-btn:hover {
  color: #1A4802;
}
#footer .footer-top-wrapper .footer-actions .inquiry-action .inquiry-btn:hover::after {
  opacity: 1;
}
#footer .footer-top-wrapper .footer-actions .social-action {
  position: relative;
}
#footer .footer-top-wrapper .footer-actions .social-action .social-btn {
  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.4rem;
  padding: 0;
  margin: 0;
  overflow: hidden;
  z-index: 0;
}
#footer .footer-top-wrapper .footer-actions .social-action .social-btn 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-main-wrapper {
  position: relative;
  background: #232323;
  padding: 5rem 0 4rem;
}
@media only screen and (max-width: 768px) {
  #footer .footer-main-wrapper {
    padding: 5rem 0 4rem;
  }
}
#footer .footer-main-wrapper .footer-content {
  position: relative;
}
#footer .footer-main-wrapper .footer-content::after {
  content: "";
  display: block;
  clear: both;
}
#footer .footer-main-wrapper .footer-head {
  position: relative;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.875;
  color: #FFFFFF;
  text-align: left;
  margin-bottom: 3rem;
}
@media print, screen and (min-width: 769px) {
  #footer .footer-main-wrapper .footer-head {
    float: left;
    width: calc(50% - 6rem);
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer-main-wrapper .footer-head {
    margin-bottom: 3.6rem;
  }
}
#footer .footer-main-wrapper .footer-head .label {
  position: relative;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 4rem;
  color: #FFFFFF;
  text-align: left;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #footer .footer-main-wrapper .footer-head .label {
    font-size: 2.4rem;
    line-height: 3.6rem;
    margin-bottom: 1.6rem;
  }
}
#footer .footer-main-wrapper .footer-head .address {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #footer .footer-main-wrapper .footer-head .address {
    letter-spacing: -0.05em;
    margin-right: -1rem;
  }
}
#footer .footer-main-wrapper .footer-head .desc {
  position: relative;
}
#footer .footer-main-wrapper .footer-menu {
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.75;
  text-align: left;
  color: #FFFFFF;
  white-space: nowrap;
}
@media print, screen and (min-width: 769px) {
  #footer .footer-main-wrapper .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    float: right;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 3rem 6rem;
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer-main-wrapper .footer-menu {
    display: block;
    width: 100%;
  }
  #footer .footer-main-wrapper .footer-menu::after {
    content: "";
    display: block;
    clear: both;
  }
}
#footer .footer-main-wrapper .footer-menu > li {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #footer .footer-main-wrapper .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-main-wrapper .footer-menu > li:nth-child(1) {
    margin-bottom: 3rem;
  }
  #footer .footer-main-wrapper .footer-menu > li:nth-child(1), #footer .footer-main-wrapper .footer-menu > li:nth-child(3) {
    float: left;
    width: calc(50% - 1.5rem);
  }
  #footer .footer-main-wrapper .footer-menu > li:nth-child(2) {
    float: right;
    width: calc(50% - 1.5rem);
  }
}
#footer .footer-main-wrapper .footer-menu > li .menu-link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
#footer .footer-main-wrapper .footer-menu > li .menu-link:hover {
  text-decoration: underline;
}
#footer .footer-main-wrapper .footer-menu > li .sub-menu {
  position: relative;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.75;
  margin-top: 1.2rem;
}
@media print, screen and (min-width: 769px) {
  #footer .footer-main-wrapper .footer-menu > li .sub-menu {
    display: -ms-grid;
    display: grid;
    grid-template-columns: auto-fill;
    -ms-grid-rows: minmax(0, 1fr) 0.6rem minmax(0, 1fr) 0.6rem minmax(0, 1fr) 0.6rem minmax(0, 1fr) 0.6rem minmax(0, 1fr);
    grid-template-rows: repeat(5, minmax(0, 1fr));
    grid-auto-flow: column;
    gap: 0.6rem 6rem;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer-main-wrapper .footer-menu > li .sub-menu {
    font-size: 1.6rem;
  }
}
#footer .footer-main-wrapper .footer-menu > li .sub-menu > li {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #footer .footer-main-wrapper .footer-menu > li .sub-menu > li:not(:last-child) {
    margin-bottom: 0.6rem;
  }
}
#footer .footer-main-wrapper .footer-menu > li .sub-menu > li .sub-link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
#footer .footer-main-wrapper .footer-menu > li .sub-menu > li .sub-link:hover {
  text-decoration: underline;
}
#footer .footer-main-wrapper .footer-banner {
  position: relative;
  margin-top: 3rem;
}
@media print, screen and (min-width: 769px) {
  #footer .footer-main-wrapper .footer-banner {
    float: right;
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer-main-wrapper .footer-banner {
    margin-top: 4rem;
  }
}
#footer .footer-main-wrapper .footer-banner .banner-link {
  position: relative;
  display: block;
  line-height: 1;
  width: 17rem;
  padding: 0;
  margin: 0 0 0 auto;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  #footer .footer-main-wrapper .footer-banner .banner-link {
    margin: 0 auto;
    width: 17.6rem;
  }
}
#footer .footer-main-wrapper .footer-banner .banner-link 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-main-wrapper .footer-sns {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.8rem;
}
@media print, screen and (min-width: 769px) {
  #footer .footer-main-wrapper .footer-sns {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer-main-wrapper .footer-sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2.4rem;
    gap: 1.6rem;
  }
}
#footer .footer-main-wrapper .footer-sns > 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;
}
#footer .footer-main-wrapper .footer-sns > li .sns-link {
  position: relative;
  display: block;
  line-height: 1;
  width: 4.8rem;
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  z-index: 0;
}
#footer .footer-main-wrapper .footer-sns > li .sns-link 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-main-wrapper .footer-copy {
  position: relative;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.4rem;
  color: #FFFFFF;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  #footer .footer-main-wrapper .footer-copy {
    float: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    margin-top: 8rem;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer-main-wrapper .footer-copy {
    margin-top: 5rem;
    font-size: 1.3rem;
    letter-spacing: -0.04em;
    text-align: center;
  }
}
#footer .footer-main-wrapper .footer-copy > p {
  position: relative;
}

.copyright {
  position: relative;
  padding: 2rem 0;
  background: #1A5443;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.4rem;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .copyright {
    text-align: center;
  }
}
.copyright .container::after {
  content: "";
  display: block;
  clear: both;
}
.copyright .container > a {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: underline;
}
.copyright .container > a:hover {
  text-decoration: underline;
}
.copyright .container > p {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .copyright .container > p {
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  .copyright .container > p {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
  }
}

.mainvisual {
  position: relative;
  background-image: url(../image/mainvisual-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 10rem 0 8.4rem;
  margin: 0;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .mainvisual {
    /*min-height: calc(var(--vh, 1vh) * 100 - 6rem);*/
    /*padding: 6rem 0 20rem;*/
    padding: 6rem 0;
    background-image: url(../image/mainvisual-bg-sp.png);
  }
}
.mainvisual .container {
  position: relative;
  z-index: 1;
}
.mainvisual .section-wrapper {
  position: relative;
}
.mainvisual .mainvisual-title {
  position: relative;
  display: block;
}
.mainvisual .mainvisual-title .sup {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.2rem 3rem;
  background: rgba(0, 0, 0, 0.7);
  max-width: 100%;
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
  color: #FFFFFF;
  text-align: center;
  border-radius: 4.8rem;
  margin: 0 auto 4rem;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-title .sup {
    padding: 1.2rem 2rem;
    font-size: 1.6rem;
    letter-spacing: -0.04em;
    white-space: nowrap;
    margin-bottom: 3rem;
  }
}
.mainvisual .mainvisual-title .lead {
  position: relative;
  display: block;
  max-width: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 7.2rem;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-title .lead {
    font-size: 2rem;
    line-height: 4rem;
  }
}
.mainvisual .mainvisual-title .lead span {
  position: relative;
  display: block;
  color: inherit;
}
.mainvisual .mainvisual-title .lead strong {
  position: relative;
  display: block;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 7.2rem;
  color: inherit;
  text-indent: 1rem;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-title .lead strong {
    font-size: 3.2rem;
    line-height: 4.5rem;
    letter-spacing: -0.04em;
    text-indent: 0.6rem;
  }
}
.mainvisual .mainvisual-action {
  position: relative;
  display: block;
  margin-top: 4.8rem;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-action {
    margin-top: 4rem;
  }
}
.mainvisual .mainvisual-action .hint {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-action .hint {
    margin-bottom: 1.2rem;
  }
}
.mainvisual .mainvisual-action .link-btn {
  position: relative;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#3C9054), to(#1A4802));
  background: linear-gradient(to bottom, #3C9054 0%, #1A4802 100%);
  background-color: #1A4802;
  border-color: #FFFFFF;
}
.mainvisual .mainvisual-action .link-btn:hover::after {
  opacity: 1;
}
.mainvisual .mainvisual-line {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 22rem;
  max-width: 100%;
  padding: 0;
  margin: 0;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-line {
    display: none;
  }
}
.mainvisual .mainvisual-line .line-back {
  position: relative;
  width: 15.5rem;
  max-width: 100%;
  padding: 0;
  margin: 0 0 0 auto;
  z-index: 0;
}
.mainvisual .mainvisual-line .line-btn {
  position: absolute;
  right: 0;
  bottom: 4rem;
  display: block;
  width: 22rem;
  max-width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.mainvisual .mainvisual-line .line-btn img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border: none;
}
.mainvisual .mainvisual-line .line-btn:hover {
  opacity: 0.7;
}

.top-contact-section {
  position: relative;
  padding: 16rem 0 4rem;
  margin-top: -12rem;
  background: #FFFFFF;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .top-contact-section {
    padding: 10rem 0 5rem;
    margin-top: -6rem;
  }
}
.top-contact-section .container {
  position: relative;
  z-index: 1;
}
.top-contact-section .section-wrapper {
  position: relative;
}
.top-contact-section .section-lead {
  position: relative;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .top-contact-section .section-lead {
    margin-bottom: 2.4rem;
  }
}
.top-contact-section .section-lead h2 {
  position: relative;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .top-contact-section .section-lead h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.top-contact-section .section-content {
  position: relative;
}
.top-contact-section .section-content .contact-banner {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-contact-section .section-content .contact-banner {
    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: 1.8rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
  }
  .top-contact-section .section-content .contact-banner > li {
    position: relative;
    display: block;
    -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%;
  }
}
@media only screen and (max-width: 768px) {
  .top-contact-section .section-content .contact-banner {
    display: block;
    width: 33.5rem;
    max-width: 100%;
    margin: 0 auto;
  }
  .top-contact-section .section-content .contact-banner::after {
    content: "";
    display: block;
    clear: both;
  }
  .top-contact-section .section-content .contact-banner > li {
    position: relative;
    display: block;
  }
  .top-contact-section .section-content .contact-banner > li:nth-child(1) {
    float: left;
    width: 10.8rem;
  }
  .top-contact-section .section-content .contact-banner > li:nth-child(2), .top-contact-section .section-content .contact-banner > li:nth-child(3) {
    float: right;
    width: calc(100% - 12.4rem);
  }
}
.top-contact-section .section-content .contact-banner .label {
  position: relative;
  background: #BF282D;
  width: 18rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 3rem;
  text-align: center;
  color: #FFFFFF;
  white-space: nowrap;
  padding: 1rem 1rem;
  border-radius: 5rem;
}
@media only screen and (max-width: 768px) {
  .top-contact-section .section-content .contact-banner .label {
    width: 100%;
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding: 0.6rem 0.5rem;
  }
}
.top-contact-section .section-content .contact-banner .tel {
  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.6rem;
  font-family: "Roboto", sans-serif;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 5rem;
  text-align: center;
  color: #BF282D;
  white-space: nowrap;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .top-contact-section .section-content .contact-banner .tel {
    font-size: 2.8rem;
    line-height: 3rem;
  }
}
.top-contact-section .section-content .contact-banner .tel img {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 3.6rem;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .top-contact-section .section-content .contact-banner .tel img {
    width: 2.2rem;
  }
}
.top-contact-section .section-content .contact-banner .tel span {
  position: relative;
  color: inherit;
  text-decoration: none;
}
.top-contact-section .section-content .contact-banner .help {
  position: relative;
  background: #BF282D;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
  text-align: center;
  color: #FFFFFF;
  white-space: nowrap;
  padding: 0.5rem 1rem;
  border-radius: 0.4rem;
}
@media print, screen and (min-width: 769px) {
  .top-contact-section .section-content .contact-banner .help {
    margin-left: 0.6rem;
    width: 16rem;
  }
}
@media only screen and (max-width: 768px) {
  .top-contact-section .section-content .contact-banner .help {
    line-height: 2.4rem;
    padding: 0.2rem 1rem;
    margin-top: 0.2rem;
  }
}

.top-about-section {
  position: relative;
  padding: 7rem 0 8rem;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .top-about-section {
    padding: 5rem 0 6rem;
  }
}
.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-title {
  position: relative;
  width: 100%;
  margin: 0 0 2.8rem;
}
@media print, screen and (min-width: 769px) {
  .top-about-section .section-title {
    width: 45rem;
  }
}
@media only screen and (max-width: 768px) {
  .top-about-section .section-title {
    margin-bottom: 3rem;
  }
}
.top-about-section .section-title p {
  text-align: left;
}
.top-about-section .section-title h2 {
  text-align: left;
  padding: 0;
}
.top-about-section .section-title h2::before, .top-about-section .section-title h2::after {
  display: none;
}
.top-about-section .section-title h2 small {
  display: block;
}
.top-about-section .section-content {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-about-section .section-content {
    width: 45rem;
  }
}
.top-about-section .section-content .lead {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3rem;
  text-align: left;
  margin-bottom: 2.8rem;
}
@media only screen and (max-width: 768px) {
  .top-about-section .section-content .lead {
    margin-bottom: 3rem;
  }
}
.top-about-section .section-content .desc {
  position: relative;
}
.top-about-section .section-image {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-about-section .section-image {
    position: absolute;
    top: 0.6rem;
    right: -8rem;
    width: 59.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .top-about-section .section-image {
    margin-top: 3.6rem;
  }
}

.top-reason-section {
  position: relative;
  padding: 7rem 0 8rem;
  background: #F3EFE7;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .top-reason-section {
    padding: 5rem 0 6rem;
  }
}
.top-reason-section .container {
  position: relative;
  z-index: 1;
}
.top-reason-section .section-wrapper {
  position: relative;
}
.top-reason-section .section-title {
  position: relative;
}
.top-reason-section .section-content {
  position: relative;
}
.top-reason-section .section-content .reason-list {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-reason-section .section-content .reason-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 5rem minmax(0, 1fr) 5rem minmax(0, 1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4rem 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .top-reason-section .section-content .reason-list {
    display: block;
  }
}
.top-reason-section .section-content .reason-list > li {
  position: relative;
  display: block;
}
@media only screen and (max-width: 768px) {
  .top-reason-section .section-content .reason-list > li:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.top-reason-section .section-content .reason-list .thumb {
  position: relative;
  width: 100%;
  border-radius: 0.8rem;
  z-index: 0;
  margin-bottom: 2.4rem;
}
.top-reason-section .section-content .reason-list .content {
  position: relative;
  display: block;
  z-index: 0;
}
.top-reason-section .section-content .reason-list .content h4 {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3rem;
  text-align: center;
  margin-bottom: 2rem;
}
.top-reason-section .section-content .reason-list .content p {
  position: relative;
}

.top-hall-section {
  position: relative;
  padding: 7rem 0 8rem;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .top-hall-section {
    padding: 5rem 0 6rem;
  }
}
.top-hall-section .container {
  position: relative;
  z-index: 1;
}
.top-hall-section .section-wrapper {
  position: relative;
}
.top-hall-section .section-title {
  position: relative;
}
.top-hall-section .section-content {
  position: relative;
}
.top-hall-section .section-content .hall-list {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-hall-section .section-content .hall-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 5rem minmax(0, 1fr) 5rem minmax(0, 1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4rem 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .top-hall-section .section-content .hall-list {
    display: block;
  }
}
.top-hall-section .section-content .hall-list > li {
  position: relative;
  display: block;
}
@media only screen and (max-width: 768px) {
  .top-hall-section .section-content .hall-list > li:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.top-hall-section .section-content .hall-list .hall-item {
  position: relative;
}
.top-hall-section .section-content .hall-list .thumb {
  position: relative;
  width: 100%;
  border-radius: 0.8rem;
  z-index: 0;
  margin-bottom: 1.6rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.top-hall-section .section-content .hall-list .thumb:hover {
  -webkit-filter: brightness(70%);
          filter: brightness(70%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.top-hall-section .section-content .hall-list .address {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 3rem;
  z-index: 0;
}

.top-voice-section {
  position: relative;
  padding: 7rem 0 8rem;
  background: #F3EFE7;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .top-voice-section {
    padding: 5rem 0 6rem;
  }
}
.top-voice-section .container {
  position: relative;
  max-width: 114rem;
  z-index: 1;
}
.top-voice-section .section-wrapper {
  position: relative;
}
.top-voice-section .section-title {
  position: relative;
  margin-bottom: 5.6rem;
}
@media only screen and (max-width: 768px) {
  .top-voice-section .section-title {
    margin-bottom: 4rem;
  }
}
.top-voice-section .section-content {
  position: relative;
}
.top-voice-section .section-content .voice-list {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-voice-section .section-content .voice-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 2rem minmax(0, 1fr) 2rem minmax(0, 1fr) 2rem minmax(0, 1fr);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4rem 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .top-voice-section .section-content .voice-list {
    display: block;
  }
}
.top-voice-section .section-content .voice-list > li {
  position: relative;
  display: block;
}
@media only screen and (max-width: 768px) {
  .top-voice-section .section-content .voice-list > li:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.top-voice-section .section-content .voice-list .voice-item {
  position: relative;
}
.top-voice-section .section-content .voice-list .voice-item .thumb {
  position: relative;
  width: 100%;
  border-radius: 0.8rem;
  z-index: 0;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .top-voice-section .section-content .voice-list .voice-item .thumb {
    margin-bottom: 2rem;
  }
}
.top-voice-section .section-content .voice-list .voice-item .content {
  position: relative;
  display: block;
}

.top-column-section {
  position: relative;
  padding: 7rem 0 8rem;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .top-column-section {
    padding: 5rem 0 6rem;
  }
}
.top-column-section .container {
  position: relative;
  z-index: 1;
}
.top-column-section .section-wrapper {
  position: relative;
}
.top-column-section .section-title {
  position: relative;
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .top-column-section .section-title {
    margin-bottom: 3rem;
  }
}
.top-column-section .section-desc {
  position: relative;
  text-align: center;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .top-column-section .section-desc {
    margin-bottom: 4rem;
  }
}
.top-column-section .section-content {
  position: relative;
}
.top-column-section .section-content .column-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 5rem minmax(0, 1fr) 5rem minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4rem 5rem;
}
@media only screen and (max-width: 768px) {
  .top-column-section .section-content .column-list {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    gap: 4rem 1.5rem;
  }
}
.top-column-section .section-content .column-list > li {
  position: relative;
  display: block;
}
.top-column-section .section-content .column-list .column-item {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
}
.top-column-section .section-content .column-list .column-item .thumb {
  position: relative;
  display: block;
  line-height: 1;
  width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 0.8rem;
  overflow: hidden;
  z-index: 0;
}
.top-column-section .section-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;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  margin: 0;
  border: none;
}
.top-column-section .section-content .column-list .column-item .thumb:hover img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.top-column-section .section-content .column-list .column-item .content {
  position: relative;
  display: block;
  margin-top: 2.4rem;
}
.top-column-section .section-content .column-list .column-item .content .date {
  position: relative;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.4rem;
  text-align: left;
}
.top-column-section .section-content .column-list .column-item .content .title {
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.75;
  color: #000000;
  text-align: left;
  width: 100%;
  margin-top: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .top-column-section .section-content .column-list .column-item .content .title {
    margin-top: 1rem;
  }
}
.top-column-section .section-content .column-list .column-item .content .title a {
  color: inherit;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .top-column-section .section-content .column-list .column-item .content .title a {
    text-decoration: underline;
  }
}
.top-column-section .section-content .column-list .column-item .content .title a:hover {
  text-decoration: underline;
}
.top-column-section .section-action {
  position: relative;
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .top-column-section .section-action {
    margin-top: 4rem;
  }
}
.top-column-section .section-action .link-btn {
  margin: 0 auto;
}

.top-faq-section {
  position: relative;
  padding: 7rem 0 8rem;
  background: #F3EFE7;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .top-faq-section {
    padding: 5rem 0 6rem;
  }
}
.top-faq-section .container {
  position: relative;
  z-index: 1;
}
.top-faq-section .section-wrapper {
  position: relative;
}
.top-faq-section .section-title {
  position: relative;
}
.top-faq-section .section-content {
  position: relative;
}
.top-faq-section .section-content .faq-list {
  position: relative;
  display: block;
}
.top-faq-section .section-content .faq-list .faq-item {
  position: relative;
  padding: 0.2rem 4rem;
  background: #FFFFFF;
  border-radius: 0.4rem;
}
@media only screen and (max-width: 768px) {
  .top-faq-section .section-content .faq-list .faq-item {
    padding: 0.2rem 1.6rem;
  }
}
.top-faq-section .section-content .faq-list .faq-item .question {
  position: relative;
  display: block;
  cursor: pointer;
}
.top-faq-section .section-content .faq-list .faq-item .question h4 {
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 3rem;
  text-align: left;
  padding: 1.8rem 3rem 1.8rem 3rem;
}
@media only screen and (max-width: 768px) {
  .top-faq-section .section-content .faq-list .faq-item .question h4 {
    padding: 1.8rem 3rem 1.8rem 2.7rem;
    line-height: 2.8rem;
  }
}
.top-faq-section .section-content .faq-list .faq-item .question h4::before {
  content: "Q.";
  position: absolute;
  top: 1.8rem;
  left: 0;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 3rem;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .top-faq-section .section-content .faq-list .faq-item .question h4::before {
    line-height: 2.8rem;
  }
}
.top-faq-section .section-content .faq-list .faq-item .question::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  display: block;
  width: 1.8rem;
  height: 2px;
  background: #000000;
  -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: 0;
}
.top-faq-section .section-content .faq-list .faq-item .question::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  display: block;
  width: 1.8rem;
  height: 2px;
  background: #000000;
  -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: 0;
}
.top-faq-section .section-content .faq-list .faq-item .question.expanded::after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.top-faq-section .section-content .faq-list .faq-item .answer {
  position: relative;
  display: block;
  line-height: 2.8rem;
}
.top-faq-section .section-content .faq-list .faq-item .answer p {
  position: relative;
  padding: 1.8rem 0 1.8rem 3rem;
  border-top: 1px solid #D6D6D6;
}
@media only screen and (max-width: 768px) {
  .top-faq-section .section-content .faq-list .faq-item .answer p {
    padding: 1.8rem 0 1.8rem 2.7rem;
  }
}
.top-faq-section .section-content .faq-list .faq-item .answer p::before {
  content: "A.";
  position: absolute;
  top: 1.8rem;
  left: 0;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 3rem;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .top-faq-section .section-content .faq-list .faq-item .answer p::before {
    line-height: 2.8rem;
  }
}
.top-faq-section .section-content .faq-list .faq-item + .faq-item {
  margin-top: 2rem;
}

.top-entry-section {
  position: relative;
  padding: 8rem 0 9rem;
  background: #EBF3F9;
}
@media only screen and (max-width: 768px) {
  .top-entry-section {
    padding: 6rem 0 7rem;
  }
}
.top-entry-section .container {
  position: relative;
  z-index: 1;
}
.top-entry-section .section-title {
  position: relative;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .top-entry-section .section-title {
    margin-bottom: 4rem;
  }
}
.top-entry-section .section-title h2 {
  position: relative;
  text-align: center;
}
.top-entry-section .section-title p {
  position: relative;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .top-entry-section .section-title p {
    margin-top: 2.4rem;
  }
}
.top-entry-section .section-content {
  position: relative;
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}
.top-entry-section .contact-form {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #333333;
  text-align: left;
  word-break: break-all;
  /* input */
}
.top-entry-section .contact-form input[type=text],
.top-entry-section .contact-form input[type=email],
.top-entry-section .contact-form input[type=tel],
.top-entry-section .contact-form input[type=number],
.top-entry-section .contact-form input[type=password],
.top-entry-section .contact-form select,
.top-entry-section .contact-form textarea {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.5rem 2rem;
  width: 100%;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: left;
  color: #1A4802;
  outline: none;
  border-radius: 0.6rem;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .top-entry-section .contact-form input[type=text],
  .top-entry-section .contact-form input[type=email],
  .top-entry-section .contact-form input[type=tel],
  .top-entry-section .contact-form input[type=number],
  .top-entry-section .contact-form input[type=password],
  .top-entry-section .contact-form select,
  .top-entry-section .contact-form textarea {
    padding: 1.5rem 1.6rem;
  }
}
.top-entry-section .contact-form input[type=text]::-webkit-input-placeholder, .top-entry-section .contact-form input[type=email]::-webkit-input-placeholder, .top-entry-section .contact-form input[type=tel]::-webkit-input-placeholder, .top-entry-section .contact-form input[type=number]::-webkit-input-placeholder, .top-entry-section .contact-form input[type=password]::-webkit-input-placeholder, .top-entry-section .contact-form select::-webkit-input-placeholder, .top-entry-section .contact-form textarea::-webkit-input-placeholder {
  color: #C3C3C3;
}
.top-entry-section .contact-form input[type=text]::-moz-placeholder, .top-entry-section .contact-form input[type=email]::-moz-placeholder, .top-entry-section .contact-form input[type=tel]::-moz-placeholder, .top-entry-section .contact-form input[type=number]::-moz-placeholder, .top-entry-section .contact-form input[type=password]::-moz-placeholder, .top-entry-section .contact-form select::-moz-placeholder, .top-entry-section .contact-form textarea::-moz-placeholder {
  color: #C3C3C3;
}
.top-entry-section .contact-form input[type=text]:-ms-input-placeholder, .top-entry-section .contact-form input[type=email]:-ms-input-placeholder, .top-entry-section .contact-form input[type=tel]:-ms-input-placeholder, .top-entry-section .contact-form input[type=number]:-ms-input-placeholder, .top-entry-section .contact-form input[type=password]:-ms-input-placeholder, .top-entry-section .contact-form select:-ms-input-placeholder, .top-entry-section .contact-form textarea:-ms-input-placeholder {
  color: #C3C3C3;
}
.top-entry-section .contact-form input[type=text]::-ms-input-placeholder, .top-entry-section .contact-form input[type=email]::-ms-input-placeholder, .top-entry-section .contact-form input[type=tel]::-ms-input-placeholder, .top-entry-section .contact-form input[type=number]::-ms-input-placeholder, .top-entry-section .contact-form input[type=password]::-ms-input-placeholder, .top-entry-section .contact-form select::-ms-input-placeholder, .top-entry-section .contact-form textarea::-ms-input-placeholder {
  color: #C3C3C3;
}
.top-entry-section .contact-form input[type=text]::placeholder,
.top-entry-section .contact-form input[type=email]::placeholder,
.top-entry-section .contact-form input[type=tel]::placeholder,
.top-entry-section .contact-form input[type=number]::placeholder,
.top-entry-section .contact-form input[type=password]::placeholder,
.top-entry-section .contact-form select::placeholder,
.top-entry-section .contact-form textarea::placeholder {
  color: #C3C3C3;
}
.top-entry-section .contact-form input[type=text],
.top-entry-section .contact-form input[type=email],
.top-entry-section .contact-form input[type=tel],
.top-entry-section .contact-form input[type=number],
.top-entry-section .contact-form input[type=password],
.top-entry-section .contact-form select {
  height: 5.6rem;
}
@media only screen and (max-width: 768px) {
  .top-entry-section .contact-form input[type=text],
  .top-entry-section .contact-form input[type=email],
  .top-entry-section .contact-form input[type=tel],
  .top-entry-section .contact-form input[type=number],
  .top-entry-section .contact-form input[type=password],
  .top-entry-section .contact-form select {
    height: 5.6rem;
  }
}
.top-entry-section .contact-form textarea {
  height: 20rem;
}
.top-entry-section .contact-form input[type=text]:focus,
.top-entry-section .contact-form input[type=email]:focus,
.top-entry-section .contact-form input[type=tel]:focus,
.top-entry-section .contact-form input[type=number]:focus,
.top-entry-section .contact-form input[type=password]:focus,
.top-entry-section .contact-form select:focus,
.top-entry-section .contact-form textarea:focus {
  border-color: #113892;
}
.top-entry-section .contact-form .form-inputs {
  position: relative;
}
.top-entry-section .contact-form .form-inputs > li {
  position: relative;
}
.top-entry-section .contact-form .form-inputs > li:not(:last-child) {
  margin-bottom: 3rem;
}
.top-entry-section .contact-form .form-accept {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .top-entry-section .contact-form .form-accept {
    margin-top: 3rem;
  }
}
.top-entry-section .contact-form .form-accept a {
  color: inherit;
  text-decoration: underline;
}
.top-entry-section .contact-form .form-submit {
  position: relative;
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .top-entry-section .contact-form .form-submit {
    margin-top: 3rem;
  }
}
.top-entry-section .contact-form .form-submit .btn-submit {
  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: 33rem;
  max-width: 100%;
  height: 7.6rem;
  padding: 1rem 1rem;
  background: #1A4802;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  border: 1px solid #FF6A00;
  border-radius: 7.2rem;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  overflow: hidden;
  margin: 0 auto;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .top-entry-section .contact-form .form-submit .btn-submit {
    height: 6.4rem;
    width: 27rem;
    font-size: 1.6rem;
    line-height: 1.5;
    border-radius: 6.4rem;
  }
}
.top-entry-section .contact-form .form-submit .btn-submit span {
  position: relative;
  color: inherit;
  text-decoration: none;
  z-index: 3;
}
.top-entry-section .contact-form .form-submit .btn-submit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  z-index: 1;
}
.top-entry-section .contact-form .form-submit .btn-submit::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.8rem);
  right: 3rem;
  width: 2.5rem;
  height: 1.6rem;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='16' viewBox='0 0 25 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.453613 7.69727H23.299' stroke='white'/%3E%3Cpath d='M14.7319 0.720703L23.2989 7.69745L14.7319 14.6742' stroke='white'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 3;
}
.top-entry-section .contact-form .form-submit .btn-submit:hover {
  color: #FF6A00;
}
.top-entry-section .contact-form .form-submit .btn-submit:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.top-entry-section .contact-form .form-submit .btn-submit:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='16' viewBox='0 0 25 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.453613 7.69727H23.299' stroke='%23FF6A00'/%3E%3Cpath d='M14.7319 0.720703L23.2989 7.69745L14.7319 14.6742' stroke='%23FF6A00'/%3E%3C/svg%3E%0A");
}
.top-entry-section .contact-form .input-group {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 27rem 3rem minmax(0rem, 1fr);
  grid-template-columns: 27rem minmax(0rem, 1fr);
  gap: 3rem;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .top-entry-section .contact-form .input-group {
    -ms-grid-columns: minmax(0rem, 1fr);
    grid-template-columns: minmax(0rem, 1fr);
    gap: 1.2rem 2rem;
  }
}
.top-entry-section .contact-form .input-group > li {
  position: relative;
}
.top-entry-section .contact-form .input-group > li > label {
  position: relative;
  display: block;
  font-weight: 700;
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .top-entry-section .contact-form .input-group > li > label {
    margin: 0;
  }
}
.top-entry-section .contact-form .input-group > li > label .required {
  position: relative;
  display: inline-block;
  padding: 0.2rem 1rem 0.3rem;
  background: #BF282D;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem;
  color: #FFFFFF;
  text-align: center;
  border-radius: 0.3rem;
  margin-left: 2rem;
}
.top-entry-section .contact-form .input {
  position: relative;
}
.top-entry-section .contact-form .validate, .top-entry-section .contact-form .error-msg {
  color: #BF282D;
}
.top-entry-section .contact-form .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.top-entry-section .contact-form .wpcf7-list-item {
  position: relative;
  display: block;
  padding-left: 0;
  margin: 0;
}
.top-entry-section .contact-form .wpcf7-list-item label {
  display: inline-block;
  cursor: pointer;
}
.top-entry-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio], .top-entry-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.top-entry-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label, .top-entry-section .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) {
  .top-entry-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label, .top-entry-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] + .wpcf7-list-item-label {
    padding-left: 3.6rem;
  }
}
.top-entry-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label::before, .top-entry-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label::after, .top-entry-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] + .wpcf7-list-item-label::before, .top-entry-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
}
.top-entry-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label::before, .top-entry-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label::after {
  border-radius: 5rem;
}
.top-entry-section .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 #1A4802;
}
.top-entry-section .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: #1A4802;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.top-entry-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio]:not(:checked) + .wpcf7-list-item-label::after {
  opacity: 0;
  visibility: hidden;
}
.top-entry-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  visibility: visible;
}
.top-entry-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] + .wpcf7-list-item-label::before {
  top: 0.4rem;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #FFFFFF;
  border: 1px solid #113892;
}
.top-entry-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] + .wpcf7-list-item-label::after {
  top: -0.3rem;
  left: 1.2rem;
  width: 1rem;
  height: 2.4rem;
  border: 1px solid #113892;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.top-entry-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox]:not(:checked) + .wpcf7-list-item-label::after {
  opacity: 0;
  visibility: hidden;
}
.top-entry-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox]:checked + .wpcf7-list-item-label::before {
  border-color: #113892;
}
.top-entry-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  visibility: visible;
}
.top-entry-section .contact-form .wpcf7-spinner {
  display: none;
}
.top-entry-section .contact-form .wpcf7-response-output {
  position: relative;
  width: 100%;
  padding: 2rem 2.4rem;
  margin: 4rem auto 0;
}
@media only screen and (max-width: 768px) {
  .top-entry-section .contact-form .wpcf7-response-output {
    margin-top: 3.2rem;
  }
}
.top-entry-section .contact-form .contact-form-step {
  position: relative;
}
.top-entry-section .contact-form .contact-form-step.form-step01 {
  position: relative;
  display: block;
}
.top-entry-section .contact-form .contact-form-step.form-step02 {
  position: relative;
  display: none;
}
.top-entry-section .contact-form .contact-form-step.form-step02 .form-complete {
  position: relative;
  padding: 4rem 0;
}
.top-entry-section .contact-form .contact-form-step.form-step02 .form-complete h4 {
  position: relative;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: #113892;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .top-entry-section .contact-form .contact-form-step.form-step02 .form-complete h4 {
    font-size: 2rem;
  }
}
.top-entry-section .contact-form .contact-form-step.form-step02 .form-complete p {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.05em;
  text-align: center;
}
.top-entry-section .wpcf7-response-output {
  display: none;
}

.page-index {
  position: relative;
  padding: 4rem 0 5rem;
  height: 25rem;
  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-image: url(../image/page-index.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .page-index {
    height: 20rem;
  }
}
.page-index .container {
  position: relative;
  z-index: 3;
}
.page-index .title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
}
.page-index .title p {
  position: relative;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 0.4rem;
  z-index: 1;
}
.page-index .title h2 {
  position: relative;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4.8rem;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .page-index .title h2 {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}
.page-index .title h2 small {
  font-size: 2rem;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
@media only screen and (max-width: 768px) {
  .page-index .title h2 small {
    font-size: 1.8rem;
  }
}

.page-breadcrumbs {
  position: relative;
  padding: 1.2rem 0;
  background: #FFFAF3;
}
.page-breadcrumbs .container {
  position: relative;
  z-index: 1;
}
.page-breadcrumbs ol {
  display: block;
  list-style: none;
  margin: 0;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.4rem;
  color: #000000;
}
.page-breadcrumbs ol a {
  color: inherit;
}
.page-breadcrumbs ol a:hover {
  text-decoration: underline;
}
.page-breadcrumbs ol li {
  position: relative;
  display: inline;
}
.page-breadcrumbs ol li + li::before {
  content: "＞";
  display: inline-block;
  font-size: 1.2rem;
  line-height: 2.3rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  vertical-align: bottom;
}
@media only screen and (max-width: 768px) {
  .page-breadcrumbs ol li + li::before {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.page-content-section {
  position: relative;
  padding: 5rem 0 8rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section {
    padding: 4rem 0 6rem;
  }
}
.page-content-section .container {
  position: relative;
  z-index: 0;
}
.page-content-section .page-content-wrapper {
  position: relative;
}
.page-content-section .page-content-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.page-content-section .page-content-wrapper .page-title {
  position: relative;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #000000;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section .page-content-wrapper .page-title {
    padding-bottom: 1.4rem;
  }
}
.page-content-section .page-content-wrapper .page-title h3 {
  position: relative;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .page-content-section .page-content-wrapper .page-title h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.page-content-section .page-content-wrapper .page-content {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .page-content-section .page-content-wrapper .page-content {
    float: left;
    width: calc(100% - 35rem);
  }
}
.page-content-section .page-content-wrapper .page-sidebar {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .page-content-section .page-content-wrapper .page-sidebar {
    position: sticky;
    top: 14.8rem;
    left: 0;
    float: right;
    padding-top: 0.3rem;
    width: 30rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-content-section .page-content-wrapper .page-sidebar {
    margin-top: 6rem;
  }
}
.page-content-section .page-content-wrapper .page-sidebar .sidebar-block {
  position: relative;
}
.page-content-section .page-content-wrapper .page-sidebar .sidebar-block .block-title {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #000000;
}
@media only screen and (max-width: 768px) {
  .page-content-section .page-content-wrapper .page-sidebar .sidebar-block .block-title {
    padding-bottom: 1.4rem;
  }
}
.page-content-section .page-content-wrapper .page-sidebar .sidebar-block .block-content {
  position: relative;
  margin-top: 2rem;
}
.page-content-section .page-content-wrapper .page-sidebar .sidebar-block .sidebar-form {
  position: relative;
  display: block;
}
.page-content-section .page-content-wrapper .page-sidebar .sidebar-block .sidebar-form .form-layout {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.page-content-section .page-content-wrapper .page-sidebar .sidebar-block .sidebar-form .form-layout .form-input {
  position: relative;
  display: block;
  padding: 1.2rem 1.2rem;
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
  height: 5rem;
  color: #000000;
  text-align: left;
  outline: none;
  border: 1px solid #8E8380;
  border-right: none !important;
  border-radius: 0.4rem 0 0 0.4rem;
  background: transparent;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  width: calc(100% - 5rem);
  max-width: 100%;
  margin: 0;
}
.page-content-section .page-content-wrapper .page-sidebar .sidebar-block .sidebar-form .form-layout .form-input:placeholder {
  color: #8E8380;
}
.page-content-section .page-content-wrapper .page-sidebar .sidebar-block .sidebar-form .form-layout .form-input:focus {
  border-color: #000000;
}
.page-content-section .page-content-wrapper .page-sidebar .sidebar-block .sidebar-form .form-layout .form-submit {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  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: 5rem;
  height: 5rem;
  background: #000000;
  border: none;
  border-radius: 0 0.4rem 0.4rem 0;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page-content-section .page-content-wrapper .page-sidebar .sidebar-block .sidebar-form .form-layout .form-submit:hover {
  background: #232323;
}
.page-content-section .page-content-wrapper .page-sidebar .sidebar-block .sidebar-form .form-layout .form-submit img {
  position: relative;
  display: block;
  width: 2rem;
  height: auto;
  margin: 0;
  border: none;
}
.page-content-section .page-content-wrapper .page-sidebar .sidebar-block .popular-list {
  position: relative;
  display: block;
}
.page-content-section .page-content-wrapper .page-sidebar .sidebar-block .popular-list > li {
  position: relative;
}
.page-content-section .page-content-wrapper .page-sidebar .sidebar-block .popular-list > li:not(:last-child) {
  padding-bottom: 2rem;
  border-bottom: 1px dashed #8E8380;
  margin-bottom: 2rem;
}
.page-content-section .page-content-wrapper .page-sidebar .sidebar-block .popular-list .popular-item {
  position: relative;
  display: block;
  width: 100%;
}
.page-content-section .page-content-wrapper .page-sidebar .sidebar-block .popular-list .popular-item::after {
  content: "";
  display: block;
  clear: both;
}
.page-content-section .page-content-wrapper .page-sidebar .sidebar-block .popular-list .popular-item .thumb {
  position: relative;
  display: block;
  float: left;
  width: 10.8rem;
  aspect-ratio: 4/3;
  line-height: 1;
  padding: 0;
  margin: 0;
  border-radius: 0.4rem;
  overflow: hidden;
  z-index: 0;
}
.page-content-section .page-content-wrapper .page-sidebar .sidebar-block .popular-list .popular-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;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  margin: 0;
  border: none;
}
.page-content-section .page-content-wrapper .page-sidebar .sidebar-block .popular-list .popular-item .thumb:hover img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.page-content-section .page-content-wrapper .page-sidebar .sidebar-block .popular-list .popular-item .content {
  position: relative;
  display: block;
  width: calc(100% - 12rem);
  float: right;
  padding-top: 0.2rem;
}
.page-content-section .page-content-wrapper .page-sidebar .sidebar-block .popular-list .popular-item .content .date {
  position: relative;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.1rem;
  text-align: left;
}
.page-content-section .page-content-wrapper .page-sidebar .sidebar-block .popular-list .popular-item .content .title {
  position: relative;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.6rem;
  color: #000000;
  text-align: left;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 0.6rem;
}
.page-content-section .page-content-wrapper .page-sidebar .sidebar-block .popular-list .popular-item .content .title a {
  color: inherit;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .page-content-section .page-content-wrapper .page-sidebar .sidebar-block .popular-list .popular-item .content .title a {
    text-decoration: underline;
  }
}
.page-content-section .page-content-wrapper .page-sidebar .sidebar-block .popular-list .popular-item .content .title a:hover {
  text-decoration: underline;
}
.page-content-section .page-content-wrapper .page-sidebar .sidebar-block .category-list {
  position: relative;
  display: block;
}
.page-content-section .page-content-wrapper .page-sidebar .sidebar-block .category-list li {
  position: relative;
  border-bottom: 1px dashed #8E8380;
}
.page-content-section .page-content-wrapper .page-sidebar .sidebar-block .category-list .category-link {
  position: relative;
  display: block;
  background: transparent;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: left;
  color: #000000;
  text-decoration: none;
  padding: 2rem 0;
  outline: none;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  margin: 0;
}
.page-content-section .page-content-wrapper .page-sidebar .sidebar-block .category-list .category-link:hover {
  text-decoration: underline;
}
.page-content-section .page-content-wrapper .page-sidebar .sidebar-block + .sidebar-block {
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section .page-content-wrapper .page-sidebar .sidebar-block + .sidebar-block {
    margin-top: 4rem;
  }
}
.page-content-section .column-list-wrapper {
  position: relative;
}
.page-content-section .column-list-wrapper .column-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 5rem minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4rem 5rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section .column-list-wrapper .column-list {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    gap: 4rem 1.5rem;
  }
}
.page-content-section .column-list-wrapper .column-list > li {
  position: relative;
  display: block;
}
.page-content-section .column-list-wrapper .column-list .column-item {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
}
.page-content-section .column-list-wrapper .column-list .column-item::after {
  content: "";
  display: block;
  clear: both;
}
.page-content-section .column-list-wrapper .column-list .column-item .thumb {
  position: relative;
  display: block;
  line-height: 1;
  width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 0.8rem;
  overflow: hidden;
  z-index: 0;
}
.page-content-section .column-list-wrapper .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;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  margin: 0;
  border: none;
}
.page-content-section .column-list-wrapper .column-list .column-item .thumb:hover img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.page-content-section .column-list-wrapper .column-list .column-item .content {
  position: relative;
  display: block;
  margin-top: 2.4rem;
}
.page-content-section .column-list-wrapper .column-list .column-item .content .date {
  position: relative;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.4rem;
  text-align: left;
}
.page-content-section .column-list-wrapper .column-list .column-item .content .title {
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.75;
  color: #000000;
  text-align: left;
  width: 100%;
  margin-top: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section .column-list-wrapper .column-list .column-item .content .title {
    margin-top: 1rem;
  }
}
.page-content-section .column-list-wrapper .column-list .column-item .content .title a {
  color: inherit;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .page-content-section .column-list-wrapper .column-list .column-item .content .title a {
    text-decoration: underline;
  }
}
.page-content-section .column-list-wrapper .column-list .column-item .content .title a:hover {
  text-decoration: underline;
}
.page-content-section .column-list-wrapper .wp-pagenavi {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section .column-list-wrapper .wp-pagenavi {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.6rem;
    margin-top: 5rem;
  }
}
.page-content-section .column-list-wrapper .wp-pagenavi > span, .page-content-section .column-list-wrapper .wp-pagenavi > a {
  position: relative;
  padding: 0.5rem 0.5rem;
  background: transparent;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 4.8rem;
  height: 4.8rem;
  border: none;
  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-family: "Hiragino Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
  text-align: center;
  color: #000000;
  border-radius: 50%;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
@media only screen and (max-width: 768px) {
  .page-content-section .column-list-wrapper .wp-pagenavi > span, .page-content-section .column-list-wrapper .wp-pagenavi > a {
    width: 4.5rem;
    height: 4.5rem;
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
}
.page-content-section .column-list-wrapper .wp-pagenavi > span.current {
  background: #000000;
  color: #FFFFFF;
}
.page-content-section .column-list-wrapper .wp-pagenavi > a:hover {
  background: #000000;
  color: #FFFFFF;
}
.page-content-section .column-list-wrapper .wp-pagenavi > span.pages, .page-content-section .column-list-wrapper .wp-pagenavi > a.last, .page-content-section .column-list-wrapper .wp-pagenavi > a.first {
  display: none;
}
.page-content-section .column-single-wrapper {
  position: relative;
}
.page-content-section .column-single-wrapper .single-tags {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.4rem;
  gap: 1rem;
  margin-bottom: 2rem;
}
.page-content-section .column-single-wrapper .single-tags > li {
  position: relative;
}
.page-content-section .column-single-wrapper .single-tags a {
  color: inherit;
}
.page-content-section .column-single-wrapper .single-tags a:hover {
  text-decoration: underline;
}
.page-content-section .column-single-wrapper .single-tags .tag {
  position: relative;
  display: inline-block;
  padding: 0.3rem 1.2rem;
  background: #000000;
  border-radius: 0.4rem;
  color: #FFFFFF;
}
.page-content-section .column-single-wrapper .single-title {
  position: relative;
  font-family: "Hiragino Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 4rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section .column-single-wrapper .single-title {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.page-content-section .column-single-wrapper .single-meta {
  position: relative;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.4rem;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 2rem;
  max-width: 100%;
  margin-bottom: 3.2rem;
}
.page-content-section .column-single-wrapper .single-meta > li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.page-content-section .column-single-wrapper .single-meta strong {
  font-weight: 600;
}
.page-content-section .column-single-wrapper .single-thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 0;
  margin-bottom: 3.2rem;
}
.page-content-section .column-single-wrapper .single-thumb img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  margin: 0;
  border: none;
}
.page-content-section .column-single-wrapper .single-article {
  position: relative;
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.875;
  color: #000000;
  text-align: left;
}
.page-content-section .column-single-wrapper .single-article h1, .page-content-section .column-single-wrapper .single-article h2 {
  position: relative;
  display: block;
  padding: 1rem 1rem 1rem 2rem;
  background: #2C2C2C;
  border-radius: 0.4rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #FFFFFF;
  margin-top: 4rem;
  margin-bottom: 3rem;
}
.page-content-section .column-single-wrapper .single-article h3 {
  position: relative;
  display: block;
  padding: 0 0 1.8rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  margin-top: 4rem;
  margin-bottom: 3rem;
}
.page-content-section .column-single-wrapper .single-article h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #C7C7C7;
  z-index: 0;
}
.page-content-section .column-single-wrapper .single-article h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10rem;
  height: 2px;
  background: #000000;
  z-index: 1;
}
.page-content-section .column-single-wrapper .single-article h4, .page-content-section .column-single-wrapper .single-article h5 {
  position: relative;
  padding: 0 0 0 2rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 4rem;
  margin-bottom: 3rem;
}
.page-content-section .column-single-wrapper .single-article h4::before, .page-content-section .column-single-wrapper .single-article h5::before {
  content: "";
  position: absolute;
  top: 0.1rem;
  left: 0;
  bottom: 0.2rem;
  width: 0.5rem;
  background: #1A4802;
}
.page-content-section .column-single-wrapper .single-article h6 {
  position: relative;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.875;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.page-content-section .column-single-wrapper .single-article h6::before, .page-content-section .column-single-wrapper .single-article h6::after {
  display: none;
}
.page-content-section .column-single-wrapper .single-article p {
  position: relative;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.page-content-section .column-single-wrapper .single-article a {
  position: relative;
  color: #1A4802;
  text-decoration: underline;
}
.page-content-section .column-single-wrapper .single-article strong {
  font-weight: 600;
}
.page-content-section .column-single-wrapper .single-article b {
  font-weight: 600;
}
.page-content-section .column-single-wrapper .single-article ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.page-content-section .column-single-wrapper .single-article ul > li {
  position: relative;
  padding-left: 1.2rem;
}
.page-content-section .column-single-wrapper .single-article ul > li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.page-content-section .column-single-wrapper .single-article blockquote {
  position: relative;
  display: block;
  quotes: none;
  padding: 2.4rem 3rem;
  background: #F7F7F7;
  border: 1px dashed #C7C7C7;
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section .column-single-wrapper .single-article blockquote {
    padding: 2rem 2rem;
  }
}
.page-content-section .column-single-wrapper .single-article blockquote::before, .page-content-section .column-single-wrapper .single-article blockquote::after {
  display: none;
}
.page-content-section .column-single-wrapper .single-article blockquote p {
  position: relative;
  margin: 0;
}
.page-content-section .column-single-wrapper .single-article img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
}
.page-content-section .column-single-wrapper .single-article figure, .page-content-section .column-single-wrapper .single-article picture {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  z-index: 0;
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
}
.page-content-section .column-single-wrapper .single-article figure img, .page-content-section .column-single-wrapper .single-article picture img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 0;
  border: none;
  z-index: 0;
}
.page-content-section .column-single-wrapper .single-article .download-action {
  position: relative;
  display: block;
  margin-top: 5.6rem;
  margin-bottom: 4rem;
}
.page-content-section .column-single-wrapper .single-article .download-action .download-btn {
  position: relative;
  display: block;
  width: 32rem;
  max-width: 100%;
  padding: 0;
  margin: 0;
  text-decoration: none;
  outline: none;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .page-content-section .column-single-wrapper .single-article .download-action .download-btn {
    width: 30rem;
  }
}
.page-content-section .column-single-wrapper .single-article .download-action .download-btn .btn-label {
  position: absolute;
  top: -1.6rem;
  left: calc(50% - 10rem);
  display: block;
  width: 20rem;
  padding: 0.1rem 0.5rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.4rem;
  color: #BF282D;
  text-align: center;
  border: 2px solid #BF282D;
  border-radius: 3rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0.3rem 0.3rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.3rem 0.3rem rgba(0, 0, 0, 0.16);
  z-index: 3;
}
.page-content-section .column-single-wrapper .single-article .download-action .download-btn .btn-label::before, .page-content-section .column-single-wrapper .single-article .download-action .download-btn .btn-label::after {
  content: "";
  position: absolute;
  left: calc(50% - 10px);
}
.page-content-section .column-single-wrapper .single-article .download-action .download-btn .btn-label::before {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #BF282D transparent transparent transparent;
}
.page-content-section .column-single-wrapper .single-article .download-action .download-btn .btn-label::after {
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #FFFFFF transparent transparent transparent;
}
.page-content-section .column-single-wrapper .single-article .download-action .download-btn .btn-body {
  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;
  width: 100%;
  max-width: 100%;
  height: 6.4rem;
  padding: 1.2rem 1rem 1rem;
  background: #BF282D;
  border: 2px solid #BF282D;
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  border-radius: 6.4rem;
  -webkit-box-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 0;
}
.page-content-section .column-single-wrapper .single-article .download-action .download-btn .btn-body span, .page-content-section .column-single-wrapper .single-article .download-action .download-btn .btn-body em {
  position: relative;
  color: inherit;
  text-decoration: none;
  z-index: 3;
}
.page-content-section .column-single-wrapper .single-article .download-action .download-btn .btn-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  z-index: 1;
}
.page-content-section .column-single-wrapper .single-article .download-action .download-btn:hover .btn-body {
  color: #BF282D;
}
.page-content-section .column-single-wrapper .single-article .download-action .download-btn:hover .btn-body::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.page-content-section .column-single-wrapper .single-article .c-supervisor {
  position: relative;
  padding: 2.4rem 3rem;
  background: transparent;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.875;
  border: 1px solid #C7C7C7;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section .column-single-wrapper .single-article .c-supervisor {
    padding: 2.4rem 2rem;
  }
}
.page-content-section .column-single-wrapper .single-article .c-supervisor::after {
  content: "";
  display: block;
  clear: both;
}
.page-content-section .column-single-wrapper .single-article .c-supervisor .supervisor-label {
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #000000;
  clear: both;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section .column-single-wrapper .single-article .c-supervisor .supervisor-label {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.page-content-section .column-single-wrapper .single-article .c-supervisor .supervisor-thumb {
  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;
  height: 15rem;
  max-width: 100%;
  border-radius: 50%;
  overflow: hidden;
  margin: 0;
  z-index: 0;
}
@media print, screen and (min-width: 769px) {
  .page-content-section .column-single-wrapper .single-article .c-supervisor .supervisor-thumb {
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .page-content-section .column-single-wrapper .single-article .c-supervisor .supervisor-thumb {
    margin: 0 auto 2.4rem;
  }
}
.page-content-section .column-single-wrapper .single-article .c-supervisor .supervisor-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 0;
  border: none;
}
.page-content-section .column-single-wrapper .single-article .c-supervisor .supervisor-content {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .page-content-section .column-single-wrapper .single-article .c-supervisor .supervisor-content {
    float: right;
    width: calc(100% - 17.4rem);
  }
}
.page-content-section .column-single-wrapper .single-article .c-supervisor .supervisor-content p {
  margin: 0;
}
.page-content-section .column-single-wrapper .single-article .c-supervisor .supervisor-content .position {
  position: relative;
  font-size: 1.4rem;
  color: #707070;
  margin-bottom: 0.2rem;
}
.page-content-section .column-single-wrapper .single-article .c-supervisor .supervisor-content .name, .page-content-section .column-single-wrapper .single-article .c-supervisor .supervisor-content h4 {
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  color: inherit;
  margin: 0 0 1.2rem;
  padding: 0;
}
.page-content-section .column-single-wrapper .single-article .c-supervisor .supervisor-content .name::before, .page-content-section .column-single-wrapper .single-article .c-supervisor .supervisor-content h4::before {
  display: none;
}
.page-content-section .column-single-wrapper .single-article .c-supervisor .supervisor-content .profile {
  position: relative;
  line-height: 1.75;
}
.page-content-section .column-single-wrapper .single-article .toc-container {
  position: relative;
  width: 100%;
  background: #E9E9E9;
  padding: 3rem 3rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.4rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section .column-single-wrapper .single-article .toc-container {
    padding: 2.4rem 2rem;
  }
}
.page-content-section .column-single-wrapper .single-article .toc-container h2 {
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 0 0 0 3rem;
  color: #000000;
  background: none;
  border: none;
  margin: 0;
}
.page-content-section .column-single-wrapper .single-article .toc-container h2::before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 1.6rem;
  height: 1.2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='11' viewBox='0 0 16 11'%3E%3Cg id='Group_1' data-name='Group 1' transform='translate(-129.5 -356)'%3E%3Cline id='Line_1' data-name='Line 1' x2='16' transform='translate(129.5 356.5)' fill='none' stroke='%23000' stroke-width='1'/%3E%3Cline id='Line_2' data-name='Line 2' x2='16' transform='translate(129.5 361.5)' fill='none' stroke='%23000' stroke-width='1'/%3E%3Cline id='Line_3' data-name='Line 3' x2='16' transform='translate(129.5 366.5)' fill='none' stroke='%23000' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.page-content-section .column-single-wrapper .single-article .toc-container ul {
  position: relative;
  list-style: none;
  font-size: 1.6rem;
  font-weight: 300;
  padding: 0;
  margin: 1.6rem 0 0;
}
.page-content-section .column-single-wrapper .single-article .toc-container ul > li {
  position: relative;
  padding: 0;
}
.page-content-section .column-single-wrapper .single-article .toc-container ul > li::before {
  display: none;
}
.page-content-section .column-single-wrapper .single-article .toc-container ul > li:not(:last-child) {
  margin-bottom: 0.6rem;
}
.page-content-section .column-single-wrapper .single-article .toc-container ul a {
  position: relative;
  color: inherit;
  text-decoration: none;
}
.page-content-section .column-single-wrapper .single-article .toc-container ul a:hover {
  text-decoration: underline;
}
.page-content-section .column-single-wrapper .single-article .underbg {
  position: relative;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFFB8E));
  background: linear-gradient(to bottom, transparent 60%, #FFFB8E 60%);
}
.page-content-section .column-single-wrapper .single-article .seo-back {
  position: relative;
  padding: 2rem 2.4rem;
  background: #F7F7F7;
  border: 1px dashed #C7C7C7;
  text-align: left;
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section .column-single-wrapper .single-article .seo-back {
    padding: 2rem 2rem;
  }
}
.page-content-section .column-single-wrapper .single-article .seo-back p {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}
.page-content-section .column-single-wrapper .single-pagination {
  position: relative;
  padding: 2.4rem 0 0;
  margin: 5rem 0 0;
  border-top: 1px solid #000000;
}
@media only screen and (max-width: 768px) {
  .page-content-section .column-single-wrapper .single-pagination {
    padding: 2.4rem 0 0;
  }
}
.page-content-section .column-single-wrapper .single-pagination::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 16rem;
  background: #000000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-content-section .column-single-wrapper .single-pagination::before {
    height: 12rem;
  }
}
.page-content-section .column-single-wrapper .single-pagination::after {
  content: "";
  display: block;
  clear: both;
}
.page-content-section .column-single-wrapper .single-pagination .page-link {
  position: relative;
  display: block;
  width: 27.3rem;
  max-width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-content-section .column-single-wrapper .single-pagination .page-link {
    width: 15.3rem;
  }
}
.page-content-section .column-single-wrapper .single-pagination .page-link .label {
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.4rem;
  color: #000000;
  text-align: left;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section .column-single-wrapper .single-pagination .page-link .label {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.page-content-section .column-single-wrapper .single-pagination .page-link .thumb {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  aspect-ratio: 3/2;
  text-decoration: none;
  outline: none;
  border: none;
  border-radius: 0.4rem;
  overflow: hidden;
  margin: 0 0 2rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-content-section .column-single-wrapper .single-pagination .page-link .thumb {
    margin-bottom: 1.8rem;
  }
}
.page-content-section .column-single-wrapper .single-pagination .page-link .thumb img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  margin: 0;
  border: none;
}
.page-content-section .column-single-wrapper .single-pagination .page-link .content {
  position: relative;
}
.page-content-section .column-single-wrapper .single-pagination .page-link .content .date {
  position: relative;
  display: block;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.1rem;
  color: #000000;
  white-space: nowrap;
  text-align: left;
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section .column-single-wrapper .single-pagination .page-link .content .date {
    font-size: 1.2rem;
    line-height: 1.8rem;
    margin-bottom: 1rem;
  }
}
.page-content-section .column-single-wrapper .single-pagination .page-link .content .title {
  position: relative;
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .page-content-section .column-single-wrapper .single-pagination .page-link .content .title {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
}
.page-content-section .column-single-wrapper .single-pagination .page-link::before {
  content: "";
  position: absolute;
  top: 10rem;
  width: 2.6rem;
  height: 0.9rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .page-content-section .column-single-wrapper .single-pagination .page-link::before {
    width: 1.6rem;
    height: 0.6rem;
  }
}
.page-content-section .column-single-wrapper .single-pagination .page-link.prev {
  float: left;
}
.page-content-section .column-single-wrapper .single-pagination .page-link.prev .label {
  text-align: left;
}
.page-content-section .column-single-wrapper .single-pagination .page-link.next {
  float: right;
}
.page-content-section .column-single-wrapper .single-pagination .page-link.next .label {
  text-align: right;
}
.page-content-section .column-single-wrapper .single-pagination .page-link:hover .thumb img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.page-content-section .column-single-wrapper .single-pagination .page-link:hover .content .title {
  text-decoration: underline;
}
.page-content-section .no-columns {
  position: relative;
  padding: 3rem 0;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .page-content-section .no-columns {
    padding: 2.4rem 0;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}
.page-content-section .not-found-wrapper {
  position: relative;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .page-content-section .not-found-wrapper {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}
.page-content-section .not-found-wrapper .section-lead {
  position: relative;
  text-align: center;
}
.page-content-section .not-found-wrapper .section-desc {
  position: relative;
  text-align: center;
}
.page-content-section .not-found-wrapper .section-action {
  position: relative;
  margin-top: 7rem;
}
.page-content-section .not-found-wrapper .section-action .link-btn {
  margin: 0 auto;
}

.page-plan01-section {
  position: relative;
  padding: 4rem 0 8rem;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .page-plan01-section {
    padding: 3rem 0 6rem;
  }
}
.page-plan01-section .container {
  position: relative;
  z-index: 1;
}
.page-plan01-section .section-title {
  position: relative;
}
.page-plan01-section .section-intro-wrapper {
  position: relative;
}
.page-plan01-section .section-intro-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.page-plan01-section .section-intro-wrapper .section-content {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .page-plan01-section .section-intro-wrapper .section-content {
    float: left;
    width: 45rem;
  }
}
.page-plan01-section .section-intro-wrapper .section-content .lead {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3rem;
  text-align: left;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .page-plan01-section .section-intro-wrapper .section-content .lead {
    font-size: 1.6rem;
    margin-bottom: 2.4rem;
    letter-spacing: -0.025em;
  }
}
.page-plan01-section .section-intro-wrapper .section-content .desc {
  position: relative;
}
.page-plan01-section .section-intro-wrapper .section-image {
  position: relative;
  border-radius: 0.8rem;
}
@media print, screen and (min-width: 769px) {
  .page-plan01-section .section-intro-wrapper .section-image {
    float: right;
    width: 38rem;
    margin-right: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-plan01-section .section-intro-wrapper .section-image {
    margin-top: 3.2rem;
  }
}
.page-plan01-section .section-cost-wrapper {
  position: relative;
  padding: 1.5rem 2.5rem;
  background: #FFFFFF;
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .page-plan01-section .section-cost-wrapper {
    padding: 2rem 2rem;
    margin-top: 4rem;
  }
}
.page-plan01-section .section-cost-wrapper .cost-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2.4rem 2.6rem;
}
@media only screen and (max-width: 768px) {
  .page-plan01-section .section-cost-wrapper .cost-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.8rem 2rem;
  }
}
.page-plan01-section .section-cost-wrapper .cost-inner > 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;
}
@media only screen and (max-width: 768px) {
  .page-plan01-section .section-cost-wrapper .cost-inner > li {
    width: 100%;
  }
}
.page-plan01-section .section-cost-wrapper .cost-inner .label {
  position: relative;
  display: block;
  padding: 0.6rem 2.4rem;
  background: #1A4802;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 3rem;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  border-radius: 5rem;
}
.page-plan01-section .section-cost-wrapper .cost-inner .content {
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 3rem;
}
@media only screen and (max-width: 768px) {
  .page-plan01-section .section-cost-wrapper .cost-inner .content {
    text-align: center;
  }
}
.page-plan01-section .section-cost-wrapper .cost-inner .content b {
  font-size: 2rem;
}
.page-plan01-section .section-set-list-wrapper {
  position: relative;
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .page-plan01-section .section-set-list-wrapper {
    margin-top: 4rem;
  }
}
.page-plan01-section .section-set-list-wrapper .set-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 6rem minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6rem;
}
@media only screen and (max-width: 768px) {
  .page-plan01-section .section-set-list-wrapper .set-list {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    gap: 4rem;
  }
}
.page-plan01-section .section-set-list-wrapper .set-list > li {
  position: relative;
}
.page-plan01-section .section-set-list-wrapper .set-list .set-item {
  position: relative;
}
.page-plan01-section .section-set-list-wrapper .set-list .set-item .thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 470/240;
  border: 0.8rem;
}
.page-plan01-section .section-set-list-wrapper .set-list .set-item .content {
  position: relative;
  margin-top: 2.4rem;
}
.page-plan01-section .section-set-list-wrapper .set-list .set-item .content h4 {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3rem;
  text-align: center;
  margin-bottom: 1.8rem;
}
.page-plan01-section .section-set-list-wrapper .set-list .set-item .content p {
  position: relative;
}
.page-plan01-section .section-set-list-wrapper .set-list .set-item .content .b {
  margin-top: 2rem;
}
.page-plan01-section .section-set-list-wrapper .set-list .set-meta {
  position: relative;
  display: block;
  border-radius: 0.4rem;
  overflow: hidden;
  margin-top: 3rem;
}
.page-plan01-section .section-set-list-wrapper .set-list .set-meta > li {
  position: relative;
  background: #FFFFFF;
}
.page-plan01-section .section-set-list-wrapper .set-list .set-meta > li .tt {
  position: relative;
  display: block;
  padding: 1.2rem 2rem;
  background: #F3EFE7;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3rem;
  text-align: center;
  border-radius: 0.4rem;
}
.page-plan01-section .section-set-list-wrapper .set-list .set-meta > li .in {
  position: relative;
  padding: 2rem 3rem;
}
@media only screen and (max-width: 768px) {
  .page-plan01-section .section-set-list-wrapper .set-list .set-meta > li .in {
    padding: 2rem 2.4rem;
  }
}
.page-plan01-section .section-set-list-wrapper .set-list .set-meta > li .in::after {
  content: "";
  display: block;
  clear: both;
}
.page-plan01-section .section-set-list-wrapper .set-list .set-meta > li ol {
  position: relative;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .page-plan01-section .section-set-list-wrapper .set-list .set-meta > li ol {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0rem, 1fr) 1.2rem minmax(0rem, 1fr);
    grid-template-columns: repeat(2, minmax(0rem, 1fr));
    gap: 0 1.2rem;
  }
}
.page-plan01-section .section-set-list-wrapper .set-list .set-meta > li ol > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-plan01-section .section-set-list-wrapper .set-list .set-meta > li ol > li strong {
  display: inline-block;
  font-weight: 600;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page-plan01-section .section-set-list-wrapper .set-list .set-meta > li ol > li span {
  display: inline-block;
  font-weight: 300;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media print, screen and (min-width: 769px) {
  .page-plan01-section .section-set-list-wrapper .set-list .set-meta > li ol > li span {
    min-width: 8rem;
  }
}
.page-plan01-section .section-park-wrapper {
  position: relative;
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .page-plan01-section .section-park-wrapper {
    margin-top: 4rem;
  }
}
.page-plan01-section .section-park-wrapper .park-image {
  position: relative;
  width: 100%;
}

.page-plan02-section {
  position: relative;
  padding: 7rem 0 8rem;
  background: #F3EFE7;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .page-plan02-section {
    padding: 5rem 0 6rem;
  }
}
.page-plan02-section .container {
  position: relative;
  z-index: 1;
}
.page-plan02-section .section-title {
  position: relative;
}
.page-plan02-section .section-intro-wrapper {
  position: relative;
}
.page-plan02-section .section-intro-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.page-plan02-section .section-intro-wrapper .section-content {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .page-plan02-section .section-intro-wrapper .section-content {
    float: left;
    width: 45rem;
  }
}
.page-plan02-section .section-intro-wrapper .section-content .lead {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3rem;
  text-align: left;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .page-plan02-section .section-intro-wrapper .section-content .lead {
    font-size: 1.6rem;
    margin-bottom: 2.4rem;
  }
}
.page-plan02-section .section-intro-wrapper .section-content .desc {
  position: relative;
}
.page-plan02-section .section-intro-wrapper .section-image {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .page-plan02-section .section-intro-wrapper .section-image {
    float: right;
    width: 50rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-plan02-section .section-intro-wrapper .section-image {
    margin-top: 3.2rem;
  }
}
.page-plan02-section .section-cost-wrapper {
  position: relative;
  padding: 1.5rem 2.5rem;
  background: #FFFFFF;
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .page-plan02-section .section-cost-wrapper {
    padding: 2rem 2rem;
    margin-top: 4rem;
  }
}
.page-plan02-section .section-cost-wrapper .cost-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2.4rem 2.6rem;
}
@media only screen and (max-width: 768px) {
  .page-plan02-section .section-cost-wrapper .cost-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.8rem 2rem;
  }
}
.page-plan02-section .section-cost-wrapper .cost-inner > 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;
}
@media only screen and (max-width: 768px) {
  .page-plan02-section .section-cost-wrapper .cost-inner > li {
    width: 100%;
  }
}
.page-plan02-section .section-cost-wrapper .cost-inner .label {
  position: relative;
  display: block;
  padding: 0.6rem 2.4rem;
  background: #1A4802;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 3rem;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  border-radius: 5rem;
}
.page-plan02-section .section-cost-wrapper .cost-inner .content {
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 3rem;
}
@media only screen and (max-width: 768px) {
  .page-plan02-section .section-cost-wrapper .cost-inner .content {
    text-align: center;
  }
}
.page-plan02-section .section-cost-wrapper .cost-inner .content b {
  font-size: 2rem;
}
.page-plan02-section .section-set-list-wrapper {
  position: relative;
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .page-plan02-section .section-set-list-wrapper {
    margin-top: 4rem;
  }
}
.page-plan02-section .section-set-list-wrapper .set-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 6rem minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6rem;
}
@media only screen and (max-width: 768px) {
  .page-plan02-section .section-set-list-wrapper .set-list {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    gap: 4rem;
  }
}
.page-plan02-section .section-set-list-wrapper .set-list > li {
  position: relative;
}
.page-plan02-section .section-set-list-wrapper .set-list .set-item {
  position: relative;
}
.page-plan02-section .section-set-list-wrapper .set-list .set-item .thumb {
  position: relative;
  width: 100%;
  border: 0.8rem;
}
.page-plan02-section .section-set-list-wrapper .set-list .set-item .content {
  position: relative;
  margin-top: 2.4rem;
}
@media print, screen and (min-width: 769px) {
  .page-plan02-section .section-set-list-wrapper .set-list .set-item .content {
    margin-top: 2.2rem;
  }
}
.page-plan02-section .section-set-list-wrapper .set-list .set-item .content h4 {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3rem;
  text-align: center;
  margin-bottom: 1.8rem;
}
@media print, screen and (min-width: 769px) {
  .page-plan02-section .section-set-list-wrapper .set-list .set-item .content h4 {
    margin-bottom: 1.6rem;
  }
}
.page-plan02-section .section-set-list-wrapper .set-list .set-item .content p {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .page-plan02-section .section-set-list-wrapper .set-list .set-item .content p {
    line-height: 1.75;
  }
}
.page-plan02-section .section-set-list-wrapper .set-list .set-item .content p strong {
  font-weight: 600;
}
.page-plan02-section .section-set-list-wrapper .set-list .set-item .content .b {
  margin-top: 2rem;
}
@media print, screen and (min-width: 769px) {
  .page-plan02-section .section-set-list-wrapper .set-list .set-item .content.m {
    margin-top: 5.2rem;
  }
}
.page-plan02-section .section-set-list-wrapper .set-list .set-meta {
  position: relative;
  display: block;
  border-radius: 0.4rem;
  overflow: hidden;
  margin-top: 3rem;
}
.page-plan02-section .section-set-list-wrapper .set-list .set-meta > li {
  position: relative;
  background: #FFFFFF;
}
.page-plan02-section .section-set-list-wrapper .set-list .set-meta > li .tt {
  position: relative;
  display: block;
  padding: 1.2rem 2rem;
  background: #FEFAF1;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3rem;
  text-align: center;
  border-radius: 0.4rem;
}
.page-plan02-section .section-set-list-wrapper .set-list .set-meta > li .in {
  position: relative;
  padding: 2rem 3rem;
}
@media only screen and (max-width: 768px) {
  .page-plan02-section .section-set-list-wrapper .set-list .set-meta > li .in {
    padding: 2rem 2.4rem;
  }
}
.page-plan02-section .section-set-list-wrapper .set-list .set-meta > li .in::after {
  content: "";
  display: block;
  clear: both;
}
@media print, screen and (min-width: 769px) {
  .page-plan02-section .section-set-list-wrapper .set-list .set-meta > li .in.pb {
    padding-bottom: 4rem;
  }
}
.page-plan02-section .section-set-list-wrapper .set-list .set-meta > li ol {
  position: relative;
  display: block;
}
.page-plan02-section .section-set-list-wrapper .set-list .set-meta > li ol::after {
  content: "";
  display: block;
  clear: both;
}
.page-plan02-section .section-set-list-wrapper .set-list .set-meta > li ol > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (min-width: 769px) {
  .page-plan02-section .section-set-list-wrapper .set-list .set-meta > li ol > li {
    float: left;
    width: 19.9rem;
    max-width: 100%;
  }
  .page-plan02-section .section-set-list-wrapper .set-list .set-meta > li ol > li:nth-child(even) {
    float: right;
  }
}
.page-plan02-section .section-set-list-wrapper .set-list .set-meta > li ol > li strong {
  display: inline-block;
  font-weight: 600;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page-plan02-section .section-set-list-wrapper .set-list .set-meta > li ol > li span {
  display: inline-block;
  font-weight: 300;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media print, screen and (min-width: 769px) {
  .page-plan02-section .section-set-list-wrapper .set-list .set-meta > li ol > li span {
    min-width: 8rem;
  }
}
.page-plan02-section .section-set-list-wrapper .set-list .set-meta > li .clearfix {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .page-plan02-section .section-set-list-wrapper .set-list .set-meta > li .clearfix ol {
    float: left;
  }
  .page-plan02-section .section-set-list-wrapper .set-list .set-meta > li .clearfix ol > li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 19.9rem;
  }
}
.page-plan02-section .section-set-list-wrapper .set-list .set-meta > li .clearfix .img1 {
  position: relative;
  display: block;
  height: 7.7rem;
  width: auto;
}
@media print, screen and (min-width: 769px) {
  .page-plan02-section .section-set-list-wrapper .set-list .set-meta > li .clearfix .img1 {
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  .page-plan02-section .section-set-list-wrapper .set-list .set-meta > li .clearfix .img1 {
    margin-left: auto;
    margin-right: 0;
    margin-top: 1rem;
  }
}
.page-plan02-section .section-set-list-wrapper .set-list .set-meta > li .clearfix .img2 {
  position: relative;
  display: block;
  height: 7.7rem;
  width: auto;
}
@media print, screen and (min-width: 769px) {
  .page-plan02-section .section-set-list-wrapper .set-list .set-meta > li .clearfix .img2 {
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  .page-plan02-section .section-set-list-wrapper .set-list .set-meta > li .clearfix .img2 {
    margin-left: auto;
    margin-right: 0;
    margin-top: 1.5rem;
  }
}
.page-plan02-section .section-park-wrapper {
  position: relative;
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .page-plan02-section .section-park-wrapper {
    margin-top: 4rem;
  }
}
.page-plan02-section .section-park-wrapper .park-image {
  position: relative;
  width: 100%;
}
.page-plan02-section .section-rest-wrapper {
  position: relative;
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .page-plan02-section .section-rest-wrapper {
    margin-top: 4rem;
  }
}
.page-plan02-section .section-rest-wrapper .rest-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 6rem minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6rem;
}
@media only screen and (max-width: 768px) {
  .page-plan02-section .section-rest-wrapper .rest-list {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    gap: 3rem;
  }
}
.page-plan02-section .section-rest-wrapper .rest-list > li {
  position: relative;
}
.page-plan02-section .section-rest-wrapper .rest-list .label {
  position: relative;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 1.6rem;
}
.page-plan02-section .section-rest-wrapper .rest-list .thumb {
  position: relative;
  width: 100%;
}

.page-company-section {
  position: relative;
  padding: 5rem 0 8rem;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .page-company-section {
    padding: 4rem 0 6rem;
  }
}
.page-company-section .container {
  position: relative;
  z-index: 1;
}
.page-company-section .section-wrapper {
  position: relative;
}
.page-company-section .section-wrapper .company-table {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 300;
  text-align: left;
  border-collapse: collapse;
  border: none;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page-company-section .section-wrapper .company-table {
    display: block;
  }
  .page-company-section .section-wrapper .company-table tbody {
    display: block;
    width: 100%;
  }
  .page-company-section .section-wrapper .company-table tr {
    display: block;
    width: 100%;
    padding: 2.4rem 1.6rem 2.4rem 2rem;
  }
}
.page-company-section .section-wrapper .company-table tr:nth-child(odd) {
  background: #FFFFFF;
  border-radius: 0.4rem;
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .page-company-section .section-wrapper .company-table th, .page-company-section .section-wrapper .company-table td {
    padding: 2.4rem 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-company-section .section-wrapper .company-table th, .page-company-section .section-wrapper .company-table td {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page-company-section .section-wrapper .company-table .s {
    letter-spacing: -0.04em;
  }
}
.page-company-section .section-wrapper .company-table th {
  font-weight: 600;
}
@media print, screen and (min-width: 769px) {
  .page-company-section .section-wrapper .company-table th {
    padding-left: 4.5rem;
    width: 18rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-company-section .section-wrapper .company-table th {
    margin-bottom: 0.6rem;
  }
}

.page-contact-section {
  position: relative;
  padding: 8rem 0 8rem;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .page-contact-section {
    padding: 6rem 0 6rem;
  }
}
.page-contact-section .container {
  position: relative;
  z-index: 1;
}
.page-contact-section .section-wrapper {
  position: relative;
  padding: 5rem 12rem 8rem;
  background: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .page-contact-section .section-wrapper {
    padding: 5rem 2rem 6rem;
  }
}
.page-contact-section .section-wrapper .section-title {
  position: relative;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .page-contact-section .section-wrapper .section-title {
    margin-bottom: 3rem;
  }
}
.page-contact-section .section-wrapper .section-desc {
  position: relative;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .page-contact-section .section-wrapper .section-desc {
    margin-bottom: 4rem;
  }
}
.page-contact-section .section-wrapper .section-desc a {
  color: #AD7F42;
  text-decoration: underline;
}
.page-contact-section .section-wrapper .section-content {
  position: relative;
}
.page-contact-section .section-wrapper .contact-form {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  color: #000000;
  text-align: left;
  word-break: break-all;
  /* input */
}
.page-contact-section .section-wrapper .contact-form input[type=text],
.page-contact-section .section-wrapper .contact-form input[type=email],
.page-contact-section .section-wrapper .contact-form input[type=tel],
.page-contact-section .section-wrapper .contact-form input[type=number],
.page-contact-section .section-wrapper .contact-form input[type=password],
.page-contact-section .section-wrapper .contact-form select,
.page-contact-section .section-wrapper .contact-form textarea {
  position: relative;
  background: #F8F8F8;
  border: 1px solid #F8F8F8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2.4rem 3.6rem;
  width: 100%;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: left;
  color: #000000;
  outline: none;
  border-radius: 0.4rem;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .page-contact-section .section-wrapper .contact-form input[type=text],
  .page-contact-section .section-wrapper .contact-form input[type=email],
  .page-contact-section .section-wrapper .contact-form input[type=tel],
  .page-contact-section .section-wrapper .contact-form input[type=number],
  .page-contact-section .section-wrapper .contact-form input[type=password],
  .page-contact-section .section-wrapper .contact-form select,
  .page-contact-section .section-wrapper .contact-form textarea {
    padding: 2rem 1.6rem;
  }
}
.page-contact-section .section-wrapper .contact-form input[type=text]::-webkit-input-placeholder, .page-contact-section .section-wrapper .contact-form input[type=email]::-webkit-input-placeholder, .page-contact-section .section-wrapper .contact-form input[type=tel]::-webkit-input-placeholder, .page-contact-section .section-wrapper .contact-form input[type=number]::-webkit-input-placeholder, .page-contact-section .section-wrapper .contact-form input[type=password]::-webkit-input-placeholder, .page-contact-section .section-wrapper .contact-form select::-webkit-input-placeholder, .page-contact-section .section-wrapper .contact-form textarea::-webkit-input-placeholder {
  color: #797979;
}
.page-contact-section .section-wrapper .contact-form input[type=text]::-moz-placeholder, .page-contact-section .section-wrapper .contact-form input[type=email]::-moz-placeholder, .page-contact-section .section-wrapper .contact-form input[type=tel]::-moz-placeholder, .page-contact-section .section-wrapper .contact-form input[type=number]::-moz-placeholder, .page-contact-section .section-wrapper .contact-form input[type=password]::-moz-placeholder, .page-contact-section .section-wrapper .contact-form select::-moz-placeholder, .page-contact-section .section-wrapper .contact-form textarea::-moz-placeholder {
  color: #797979;
}
.page-contact-section .section-wrapper .contact-form input[type=text]:-ms-input-placeholder, .page-contact-section .section-wrapper .contact-form input[type=email]:-ms-input-placeholder, .page-contact-section .section-wrapper .contact-form input[type=tel]:-ms-input-placeholder, .page-contact-section .section-wrapper .contact-form input[type=number]:-ms-input-placeholder, .page-contact-section .section-wrapper .contact-form input[type=password]:-ms-input-placeholder, .page-contact-section .section-wrapper .contact-form select:-ms-input-placeholder, .page-contact-section .section-wrapper .contact-form textarea:-ms-input-placeholder {
  color: #797979;
}
.page-contact-section .section-wrapper .contact-form input[type=text]::-ms-input-placeholder, .page-contact-section .section-wrapper .contact-form input[type=email]::-ms-input-placeholder, .page-contact-section .section-wrapper .contact-form input[type=tel]::-ms-input-placeholder, .page-contact-section .section-wrapper .contact-form input[type=number]::-ms-input-placeholder, .page-contact-section .section-wrapper .contact-form input[type=password]::-ms-input-placeholder, .page-contact-section .section-wrapper .contact-form select::-ms-input-placeholder, .page-contact-section .section-wrapper .contact-form textarea::-ms-input-placeholder {
  color: #797979;
}
.page-contact-section .section-wrapper .contact-form input[type=text]::placeholder,
.page-contact-section .section-wrapper .contact-form input[type=email]::placeholder,
.page-contact-section .section-wrapper .contact-form input[type=tel]::placeholder,
.page-contact-section .section-wrapper .contact-form input[type=number]::placeholder,
.page-contact-section .section-wrapper .contact-form input[type=password]::placeholder,
.page-contact-section .section-wrapper .contact-form select::placeholder,
.page-contact-section .section-wrapper .contact-form textarea::placeholder {
  color: #797979;
}
.page-contact-section .section-wrapper .contact-form input[type=text],
.page-contact-section .section-wrapper .contact-form input[type=email],
.page-contact-section .section-wrapper .contact-form input[type=tel],
.page-contact-section .section-wrapper .contact-form input[type=number],
.page-contact-section .section-wrapper .contact-form input[type=password],
.page-contact-section .section-wrapper .contact-form select {
  height: 7.2rem;
}
@media only screen and (max-width: 768px) {
  .page-contact-section .section-wrapper .contact-form input[type=text],
  .page-contact-section .section-wrapper .contact-form input[type=email],
  .page-contact-section .section-wrapper .contact-form input[type=tel],
  .page-contact-section .section-wrapper .contact-form input[type=number],
  .page-contact-section .section-wrapper .contact-form input[type=password],
  .page-contact-section .section-wrapper .contact-form select {
    height: 6.4rem;
  }
}
.page-contact-section .section-wrapper .contact-form textarea {
  height: 20rem;
}
.page-contact-section .section-wrapper .contact-form input[type=text]:focus,
.page-contact-section .section-wrapper .contact-form input[type=email]:focus,
.page-contact-section .section-wrapper .contact-form input[type=tel]:focus,
.page-contact-section .section-wrapper .contact-form input[type=number]:focus,
.page-contact-section .section-wrapper .contact-form input[type=password]:focus,
.page-contact-section .section-wrapper .contact-form select:focus,
.page-contact-section .section-wrapper .contact-form textarea:focus {
  border-color: #1A4802;
}
.page-contact-section .section-wrapper .contact-form .form-inputs {
  position: relative;
}
.page-contact-section .section-wrapper .contact-form .form-inputs > li {
  position: relative;
}
.page-contact-section .section-wrapper .contact-form .form-inputs > li:not(:last-child) {
  margin-bottom: 4rem;
}
.page-contact-section .section-wrapper .contact-form .form-accept {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .page-contact-section .section-wrapper .contact-form .form-accept {
    margin-top: 4rem;
  }
}
.page-contact-section .section-wrapper .contact-form .form-accept a {
  color: inherit;
  text-decoration: underline;
}
.page-contact-section .section-wrapper .contact-form .form-submit {
  position: relative;
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .page-contact-section .section-wrapper .contact-form .form-submit {
    margin-top: 4rem;
  }
}
.page-contact-section .section-wrapper .contact-form .form-submit .btn-submit {
  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: 33rem;
  max-width: 100%;
  height: 7.2rem;
  padding: 1rem 1rem;
  background: #1A4802;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  border: 1px solid #1A4802;
  border-radius: 0.4rem;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  overflow: hidden;
  margin: 0 auto;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-contact-section .section-wrapper .contact-form .form-submit .btn-submit {
    height: 6.4rem;
    width: 30rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.page-contact-section .section-wrapper .contact-form .form-submit .btn-submit span {
  position: relative;
  color: inherit;
  text-decoration: none;
  z-index: 3;
}
.page-contact-section .section-wrapper .contact-form .form-submit .btn-submit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  z-index: 1;
}
.page-contact-section .section-wrapper .contact-form .form-submit .btn-submit::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.8rem);
  right: 3rem;
  width: 2.5rem;
  height: 1.6rem;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='16' viewBox='0 0 25 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.453613 7.69727H23.299' stroke='white'/%3E%3Cpath d='M14.7319 0.720703L23.2989 7.69745L14.7319 14.6742' stroke='white'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 3;
}
.page-contact-section .section-wrapper .contact-form .form-submit .btn-submit:hover {
  color: #1A4802;
}
.page-contact-section .section-wrapper .contact-form .form-submit .btn-submit:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.page-contact-section .section-wrapper .contact-form .form-submit .btn-submit:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='16' viewBox='0 0 25 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.453613 7.69727H23.299' stroke='%231A4802'/%3E%3Cpath d='M14.7319 0.720703L23.2989 7.69745L14.7319 14.6742' stroke='%231A4802'/%3E%3C/svg%3E%0A");
}
.page-contact-section .section-wrapper .contact-form .form-privacy {
  position: relative;
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .page-contact-section .section-wrapper .contact-form .form-privacy {
    margin-top: 4rem;
  }
}
.page-contact-section .section-wrapper .contact-form .form-privacy a {
  color: #AD7F42;
  text-decoration: underline;
}
.page-contact-section .section-wrapper .contact-form .input {
  position: relative;
}
.page-contact-section .section-wrapper .contact-form .input > label {
  position: relative;
  display: block;
  font-weight: 600;
  margin-bottom: 1.6rem;
}
.page-contact-section .section-wrapper .contact-form .input > label .required {
  position: relative;
  display: inline-block;
  padding: 0.3rem 2.4rem 0.3rem;
  background: #BF282D;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.4rem;
  color: #FFFFFF;
  text-align: center;
  border-radius: 0.3rem;
  margin-left: 2rem;
}
@media only screen and (max-width: 768px) {
  .page-contact-section .section-wrapper .contact-form .input > label .required {
    padding: 0.3rem 1.6rem 0.3rem;
    margin-left: 1.6rem;
  }
}
.page-contact-section .section-wrapper .contact-form .validate, .page-contact-section .section-wrapper .contact-form .error-msg {
  color: #BF282D;
}
.page-contact-section .section-wrapper .contact-form .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.page-contact-section .section-wrapper .contact-form .wpcf7-list-item {
  position: relative;
  display: block;
  padding-left: 0;
  margin: 0;
}
.page-contact-section .section-wrapper .contact-form .wpcf7-list-item label {
  display: inline-block;
  cursor: pointer;
}
.page-contact-section .section-wrapper .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio], .page-contact-section .section-wrapper .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.page-contact-section .section-wrapper .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label, .page-contact-section .section-wrapper .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-contact-section .section-wrapper .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label, .page-contact-section .section-wrapper .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] + .wpcf7-list-item-label {
    padding-left: 3.6rem;
  }
}
.page-contact-section .section-wrapper .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label::before, .page-contact-section .section-wrapper .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label::after, .page-contact-section .section-wrapper .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] + .wpcf7-list-item-label::before, .page-contact-section .section-wrapper .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
}
.page-contact-section .section-wrapper .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label::before, .page-contact-section .section-wrapper .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label::after {
  border-radius: 5rem;
}
.page-contact-section .section-wrapper .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 #1A4802;
}
.page-contact-section .section-wrapper .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: #1A4802;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page-contact-section .section-wrapper .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio]:not(:checked) + .wpcf7-list-item-label::after {
  opacity: 0;
  visibility: hidden;
}
.page-contact-section .section-wrapper .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  visibility: visible;
}
.page-contact-section .section-wrapper .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] + .wpcf7-list-item-label::before {
  top: 0.4rem;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #FFFFFF;
  border: 1px solid #1A4802;
}
.page-contact-section .section-wrapper .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] + .wpcf7-list-item-label::after {
  top: -0.3rem;
  left: 1.2rem;
  width: 1rem;
  height: 2.4rem;
  border: 1px solid #1A4802;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page-contact-section .section-wrapper .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox]:not(:checked) + .wpcf7-list-item-label::after {
  opacity: 0;
  visibility: hidden;
}
.page-contact-section .section-wrapper .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox]:checked + .wpcf7-list-item-label::before {
  border-color: #1A4802;
}
.page-contact-section .section-wrapper .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  visibility: visible;
}
.page-contact-section .section-wrapper .contact-form .wpcf7-spinner {
  display: none;
}
.page-contact-section .section-wrapper .contact-form .wpcf7-response-output {
  position: relative;
  width: 100%;
  padding: 2rem 2.4rem;
  border-radius: 0.4rem;
  margin: 4rem auto 0;
}
@media only screen and (max-width: 768px) {
  .page-contact-section .section-wrapper .contact-form .wpcf7-response-output {
    margin-top: 4rem;
    padding: 2rem 2rem;
  }
}
.page-contact-section .section-wrapper .contact-form .contact-form-step {
  position: relative;
}
.page-contact-section .section-wrapper .contact-form .contact-form-step.form-step01 {
  position: relative;
  display: block;
}
.page-contact-section .section-wrapper .contact-form .contact-form-step.form-step02 {
  position: relative;
  display: none;
}
.page-contact-section .section-wrapper .contact-form .contact-form-step.form-step02 .form-complete {
  position: relative;
  padding: 4rem 0;
}
.page-contact-section .section-wrapper .contact-form .contact-form-step.form-step02 .form-complete h4 {
  position: relative;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: #1A4802;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .page-contact-section .section-wrapper .contact-form .contact-form-step.form-step02 .form-complete h4 {
    font-size: 2rem;
  }
}
.page-contact-section .section-wrapper .contact-form .contact-form-step.form-step02 .form-complete p {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.05em;
  text-align: center;
}