@charset "UTF-8";
*,
:after,
:before {
  -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: "Yu Gothic", 游ゴシック, YuGothic, "Noto Sans JP", Meiryo, verdana, Osaka, "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #000000;
  word-break: break-all;
  margin: 0;
  padding: 0;
  border: 0;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
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;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  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;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
button {
  outline: none;
  border: none;
  cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
  -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) {
  .pc-only,
  .sp-hide {
    display: none !important;
  }
}
#wrapper {
  position: relative;
  width: 100%;
}
main {
  position: relative;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
select,
textarea {
  position: relative;
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.9rem 1.6rem;
  width: 100%;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: left;
  color: #000000;
  outline: none;
  border-radius: 0.4rem;
  vertical-align: middle;
}
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bfbfbf;
}
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #bfbfbf;
}
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bfbfbf;
}
input[type="email"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #bfbfbf;
}
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
input[type="tel"]::placeholder,
input[type="text"]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #bfbfbf;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
select {
  height: 4.5rem;
}
textarea {
  height: 15rem;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
  border-color: #2f3351;
}
select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../image/select-down.svg);
  background-position: calc(100% - 1.2rem) 50%;
  background-size: 1.2rem 0.8rem;
  background-repeat: no-repeat;
  z-index: 0;
}
.container,
.container-fluid {
  width: 100%;
  padding-right: 10rem;
  padding-left: 10rem;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .container,
  .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.content-in {
  position: relative;
  max-width: 94rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
figure,
picture {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
figure img,
picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
#wrapper {
  position: relative;
}
.link-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: 27rem;
  max-width: 100%;
  height: 5rem;
  background: #88ccc4;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  border-radius: 0.8rem;
  border: 1px solid #88ccc4;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .link-btn {
    height: 5.4rem;
  }
}
.link-btn span {
  position: relative;
  z-index: 3;
}
.link-btn:hover {
  opacity: 0.8;
}
.section-title {
  position: relative;
  margin-bottom: 3.6rem;
}
@media only screen and (max-width: 768px) {
  .section-title {
    margin-bottom: 2.4rem;
  }
}
.section-title h3 {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #88ccc4;
}
@media only screen and (max-width: 768px) {
  .section-title h3 {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.section-title h3 .underbg {
  display: inline;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(70%, transparent),
    color-stop(70%, #189889)
  );
  background: linear-gradient(to bottom, transparent 70%, #189889 70%);
}
.section-label {
  position: relative;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  color: #113892;
  text-align: center;
  padding-bottom: 1.6rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .section-label {
    font-size: 2rem;
  }
}
.section-label:before {
  content: "";
  position: absolute;
  left: calc(50% - 20px);
  bottom: 0;
  display: block;
  width: 4rem;
  height: 1px;
  background: #000000;
}
.download-btn {
  position: relative;
  display: block;
  width: 33rem;
  max-width: 100%;
  padding: 2px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#1ea8db),
    to(#162da9)
  );
  background: linear-gradient(to bottom, #1ea8db 0%, #162da9 100%);
  border-radius: 6rem;
  margin: 0;
  text-decoration: none;
  outline: none;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .download-btn {
    width: 32rem;
  }
}
.download-btn .btn-label {
  position: absolute;
  top: -1.2rem;
  left: calc(50% - 7rem);
  display: block;
  width: 14rem;
  padding: 0.3rem 0.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.6rem;
  color: #1635ac;
  text-align: center;
  border: 1px solid #1838ad;
  border-radius: 3rem;
  background: #ffffff;
  z-index: 3;
}
.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: 5.6rem;
  padding: 0.5rem 1rem 0.7rem;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#1ea8db),
    to(#162da9)
  );
  background: linear-gradient(to bottom, #1ea8db 0%, #162da9 100%);
  border: none;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  white-space: nowrap;
  text-align: center;
  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: 6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -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);
  cursor: pointer;
  z-index: 0;
}
.download-btn .btn-body em,
.download-btn .btn-body span {
  position: relative;
  color: inherit;
  text-decoration: none;
  z-index: 3;
}
.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;
}
.download-btn:hover .btn-body {
  color: #1635ac;
}
.download-btn:hover .btn-body:before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.contact-btn {
  position: relative;
  display: block;
  width: 33rem;
  max-width: 100%;
  padding: 2px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#db521e),
    to(#ab4018)
  );
  background: linear-gradient(to bottom, #db521e 0%, #ab4018 100%);
  border-radius: 6rem;
  margin: 0;
  text-decoration: none;
  outline: none;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .contact-btn {
    width: 32rem;
  }
}
.contact-btn .btn-label {
  position: absolute;
  top: -1.2rem;
  left: calc(50% - 7rem);
  display: block;
  width: 14rem;
  padding: 0.3rem 0.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.6rem;
  color: #bd471b;
  text-align: center;
  border: 1px solid #bd471b;
  border-radius: 3rem;
  background: #ffffff;
  z-index: 3;
}
.contact-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: 5.6rem;
  padding: 0.5rem 1rem 0.7rem;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#db521e),
    to(#ab4018)
  );
  background: linear-gradient(to bottom, #db521e 0%, #ab4018 100%);
  border: none;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  white-space: nowrap;
  text-align: center;
  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: 6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -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);
  cursor: pointer;
  z-index: 0;
}
.contact-btn .btn-body em,
.contact-btn .btn-body span {
  position: relative;
  color: inherit;
  text-decoration: none;
  z-index: 3;
}
.contact-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;
}
.contact-btn:hover .btn-body {
  color: #bd471b;
}
.contact-btn:hover .btn-body:before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
#header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-filter: drop-shadow(0rem 0.3rem 0.6rem rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0rem 0.3rem 0.6rem rgba(0, 0, 0, 0.1));
  z-index: 996;
}
@media only screen and (max-width: 768px) {
  #header {
    height: 6rem;
  }
}
#header .header-top {
  position: relative;
  padding: 0.3rem 0;
  background: #ccc;
}
@media only screen and (max-width: 768px) {
  #header .header-top {
    display: none;
  }
}
#header .header-top .header-meta {
  position: relative;
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.4rem;
  text-align: left;
}
#header .header-main {
  position: relative;
  padding: 2rem 0 2rem;
  background: #ffffff;
}
@media only screen and (max-width: 768px) {
  #header .header-main {
    padding: 0.8rem 0 1rem;
  }
}
#header .header-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
#header .header-wrapper .header-logo {
  position: relative;
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
}
#header .header-wrapper .header-logo a {
  position: relative;
  display: block;
  width: 18.2rem;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
}
#header .header-wrapper .header-logo a img {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  border: none;
}
#header .header-wrapper .header-nav {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #header .header-wrapper .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 8rem;
  }
}
@media only screen and (max-width: 768px) {
  #header .header-wrapper .header-nav {
    display: none;
  }
}
#header .header-wrapper .header-nav .nav-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  -webkit-column-gap: 3.4rem;
  -moz-column-gap: 3.4rem;
  column-gap: 3.4rem;
  line-height: 1;
}
#header .header-wrapper .header-nav .nav-menu > li {
  position: relative;
}
#header .header-wrapper .header-nav .nav-menu > li .menu-link {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
  color: #000000;
  padding: 0.6rem 0.3rem;
  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-wrapper .header-nav .nav-menu > li .menu-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  background: #fb637e;
  border-radius: 0px;
  z-index: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#header .header-wrapper .header-nav .nav-menu > li .menu-link.active,
#header .header-wrapper .header-nav .nav-menu > li .menu-link:hover {
  color: #000000;
}
#header .header-wrapper .header-nav .nav-menu > li .menu-link.active:before,
#header .header-wrapper .header-nav .nav-menu > li .menu-link:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#header .header-wrapper .header-nav .nav-actions {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 2rem;
}
#header .header-wrapper .header-nav .nav-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;
  max-width: 100%;
}
#header .header-wrapper .header-nav .nav-actions > li .action-btn {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 14rem;
  max-width: 100%;
  height: 4rem;
  padding: 1rem 1rem 1rem;
  background: #d43a3f;
  border: 1px solid #d43a3f;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8rem;
  color: #ffffff;
  white-space: nowrap;
  text-align: center;
  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: 5rem;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -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);
  z-index: 0;
}
#header .header-wrapper .header-nav .nav-actions > li .action-btn span {
  position: relative;
  color: inherit;
  text-decoration: none;
  z-index: 3;
}
#header .header-wrapper .header-nav .nav-actions > li .action-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-wrapper .header-nav .nav-actions > li .action-btn:hover {
  color: #d43a3f;
}
#header .header-wrapper .header-nav .nav-actions > li .action-btn:hover:before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.mobile-nav-toggle {
  position: fixed;
  right: 1.6rem;
  top: 1.2rem;
  width: 3.6rem;
  height: 3.6rem;
  padding: 0;
  background: transparent;
  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;
}
.mobile-nav-toggle:after {
  content: "MENU";
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  display: block;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  color: #88ccc4;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
@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: #88ccc4;
  -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:first-child {
  top: 0;
}
.mobile-nav-toggle .toggle-icon span:nth-child(2) {
  top: calc(50% - 0.8rem - 1px);
}
.mobile-nav-toggle .toggle-icon span:nth-child(3) {
  bottom: 1.6rem;
}
.mobile-nav-toggle.toggle-active:after {
  color: transparent;
}
.mobile-nav-toggle.toggle-active .toggle-icon span {
  background: #88ccc4;
}
.mobile-nav-toggle.toggle-active .toggle-icon span:first-child {
  top: calc(50% - 1px);
  -webkit-transform: rotate(45deg);
  transform: 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) {
  bottom: calc(50% - 1px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#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: #ffffff;
}
#mobile-nav .mobile-nav-container {
  position: relative;
  padding: 8rem 2rem 3rem;
}
#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 #e1e1e1;
}
#mobile-nav .mobile-nav-menu > li > a {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0.075em;
  text-align: left;
  color: #000000;
  padding: 1.6rem 0;
  text-decoration: none;
  outline: none;
}
#mobile-nav .mobile-nav-menu > li > a:before {
  content: ">";
  display: inline-block;
  color: #d43a3f;
  margin-right: 0.5rem;
}
#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-actions {
  position: relative;
  list-style: none;
  display: block;
  margin-top: 5rem;
}
#mobile-nav .mobile-nav-actions > li {
  position: relative;
  display: block;
}
#mobile-nav .mobile-nav-actions > li:not(:last-child) {
  margin-bottom: 1.6rem;
}
#mobile-nav .mobile-nav-actions > li .action-btn {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20rem;
  max-width: 100%;
  height: 5rem;
  padding: 1rem 1rem 1.2rem;
  background: #d43a3f;
  border: 1px solid #d43a3f;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  color: #ffffff;
  white-space: nowrap;
  text-align: center;
  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: 5rem;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -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);
  margin: 0 auto;
  z-index: 0;
}
#mobile-nav .mobile-nav-actions > li .action-btn span {
  position: relative;
  color: inherit;
  text-decoration: none;
  z-index: 3;
}
#mobile-nav .mobile-nav-actions > li .action-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-actions > li .action-btn:hover {
  color: #d43a3f;
}
#mobile-nav .mobile-nav-actions > li .action-btn:hover:before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.sp-phone-link {
  position: fixed;
  top: 0;
  right: 5.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;
  width: 5.6rem;
  height: 5.6rem;
  background: #2543ae;
  z-index: 999;
}
@media print, screen and (min-width: 769px) {
  .sp-phone-link {
    display: none;
  }
}
.sp-phone-link img {
  display: block;
  width: 2.4rem;
}
.fixed-contact-action {
  position: fixed;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 1.5rem 0;
  z-index: 999;
}
.fixed-contact-action .contact-action-btn {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30rem;
  max-width: 100%;
  height: 6rem;
  padding: 1rem 1rem;
  background: #e94919;
  border: 2px solid #e94919;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  color: #ffffff;
  white-space: nowrap;
  text-align: center;
  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: 1rem;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -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);
  margin: 0 auto;
  z-index: 0;
}
.fixed-contact-action .contact-action-btn span {
  position: relative;
  color: inherit;
  text-decoration: none;
  z-index: 3;
}
.fixed-contact-action .contact-action-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-contact-action .contact-action-btn:hover {
  color: #e94919;
}
.fixed-contact-action .contact-action-btn:hover:before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.mobile-nav-overly {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 997;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 768px) {
  body.mobile-nav-active {
    overflow: hidden;
  }
}
body.mobile-nav-active #mobile-nav {
  right: 0;
}
body.contact-page .mobile-nav-toggle {
  display: none;
}
body.contact-page .sp-phone-link {
  right: 0;
}
#footer {
  position: relative;
  padding: 4rem 0 4rem;
  background: #f7f2ee;
}
@media only screen and (max-width: 768px) {
  #footer {
    padding: 5rem 0;
  }
}
#footer .footer-headline {
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.875;
  color: #000000;
  text-align: left;
}
#footer .footer-headline h2 {
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #footer .footer-headline h2 {
    font-size: 2.4rem;
  }
}
#footer .footer-headline p {
  position: relative;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #footer .footer-headline p {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 9rem minmax(0, 1fr);
    grid-template-columns: 9rem minmax(0, 1fr);
  }
}
#footer .footer-headline p b {
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  #footer .footer-headline p b {
    display: block;
  }
}
#footer .footer-headline p span {
  font-weight: 400;
}
#footer .footer-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  #footer .footer-menu {
    margin-top: 6rem;
    gap: 0.4rem;
  }
}
#footer .footer-menu > li {
  position: relative;
  padding: 0 2rem;
}
@media print, screen and (min-width: 769px) {
  #footer .footer-menu > li:not(:last-child):before {
    content: "";
    position: absolute;
    right: 0;
    top: 0.3rem;
    bottom: 0.3rem;
    width: 1px;
    background: #ffffff;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer-menu > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}
#footer .footer-menu > li a {
  color: inherit;
}
#footer .footer-menu > li a:hover {
  text-decoration: underline;
}
.copyright {
  position: relative;
  padding: 1.6rem 2rem;
  background: #333333;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #ffffff;
}
.copyright > p {
  position: relative;
}
.page-breadcrumbs {
  position: relative;
  padding: 2.4rem 0;
}
@media only screen and (max-width: 768px) {
  .page-breadcrumbs {
    padding: 2rem 0;
  }
}
.page-breadcrumbs ol {
  display: block;
  list-style: none;
  margin: 0;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 2.4rem;
}
.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: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (max-width: 768px) {
  .page-breadcrumbs ol li + li:before {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.page-breadcrumbs.meo {
  background: #f8f8f8;
}
.page-headline {
  position: relative;
  padding: 0rem 0 4rem;
}
.page-headline .headline-wrapper {
  position: relative;
}
.page-headline .headline-wrapper .headline-title {
  position: relative;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0 0 1rem;
}
@media only screen and (max-width: 768px) {
  .page-headline .headline-wrapper .headline-title {
    font-size: 2.4rem;
    padding: 0 0 1.2rem;
  }
}
.page-headline .headline-wrapper .headline-title:before {
  content: "";
  position: absolute;
  left: calc(50% - 3.6rem);
  bottom: 0;
  width: 7.2rem;
  height: 0.3rem;
  background: #fb637e;
  border-radius: 0rem;
  z-index: 1;
}
.page-content-section {
  position: relative;
  padding: 4rem 8rem 12rem;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #000000;
  word-break: break-all;
}
@media only screen and (max-width: 768px) {
  .page-content-section {
    padding: 4rem 0 8rem;
  }
}
.page-content-section .page-content-wrapper {
  position: relative;
  display: block;
}
.page-content-section .page-content-wrapper:after {
  content: "";
  display: block;
  clear: both;
}
.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% - 40rem);
  }
}
@media only screen and (max-width: 768px) {
  .page-content-section .page-content-wrapper .page-content {
    width: 100%;
  }
}
.page-content-section .page-content-wrapper .page-content .column-list {
  position: relative;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 1.8rem minmax(0, 1fr) 1.8rem minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5rem 1.8rem;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .page-content-section .page-content-wrapper .page-content .column-list {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    gap: 3.2rem 1.8rem;
  }
}
.page-content-section .page-content-wrapper .page-content .column-list > li {
  position: relative;
  padding: 0;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .column-list
  .column-item {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  outline: none;
  border: none;
}
@media only screen and (max-width: 768px) {
  .page-content-section
    .page-content-wrapper
    .page-content
    .column-list
    .column-item:after {
    content: "";
    display: block;
    clear: both;
  }
}
.page-content-section
  .page-content-wrapper
  .page-content
  .column-list
  .column-item
  .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: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0rem;
  padding: 0;
  margin: 0;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-content-section
    .page-content-wrapper
    .page-content
    .column-list
    .column-item
    .thumb {
    width: 12rem;
    aspect-ratio: 16/9;
    border-radius: 0.4rem;
    float: left;
  }
}
.page-content-section
  .page-content-wrapper
  .page-content
  .column-list
  .column-item
  .thumb
  img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .column-list
  .column-item
  .thumb:hover
  img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.page-content-section
  .page-content-wrapper
  .page-content
  .column-list
  .column-item
  .content {
  position: relative;
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section
    .page-content-wrapper
    .page-content
    .column-list
    .column-item
    .content {
    width: calc(100% - 13.6rem);
    margin: 0;
    float: right;
  }
}
.page-content-section
  .page-content-wrapper
  .page-content
  .column-list
  .column-item
  .content
  .meta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  gap: 1rem 1.6rem;
  margin-top: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section
    .page-content-wrapper
    .page-content
    .column-list
    .column-item
    .content
    .meta {
    margin: 0;
  }
}
.page-content-section
  .page-content-wrapper
  .page-content
  .column-list
  .column-item
  .content
  .meta
  .date {
  position: relative;
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.6rem;
  color: #707070;
  letter-spacing: 0.05em;
  white-space: nowrap;
  text-align: left;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 768px) {
  .page-content-section
    .page-content-wrapper
    .page-content
    .column-list
    .column-item
    .content
    .meta
    .date {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
.page-content-section
  .page-content-wrapper
  .page-content
  .column-list
  .column-item
  .content
  .meta
  .tags {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.4rem;
  gap: 1rem;
  margin: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .column-list
  .column-item
  .content
  .meta
  .tags
  li {
  position: relative;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .column-list
  .column-item
  .content
  .meta
  .tags
  a {
  color: inherit;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .column-list
  .column-item
  .content
  .meta
  .tags
  a:hover {
  text-decoration: underline;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .column-list
  .column-item
  .content
  .meta
  .tags
  .tag {
  position: relative;
  display: inline-block;
  padding: 0.5rem 1.2rem 0.5rem;
  background: transparent;
  border: 1px solid #e1e1e1;
  border-radius: 3.6rem;
  color: #e84966;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .column-list
  .column-item
  .content
  .meta
  .tags
  .tag
  em {
  font-style: normal;
  font: inherit;
  color: #000000;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .column-list
  .column-item
  .content
  .meta
  .tags
  a.tag {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .column-list
  .column-item
  .content
  .meta
  .tags
  a.tag:hover {
  background: #e1e1e1;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .column-list
  .column-item
  .content
  .title {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  .page-content-section
    .page-content-wrapper
    .page-content
    .column-list
    .column-item
    .content
    .title {
    font-size: 1.4rem;
    line-height: 2.4rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none;
  }
}
.page-content-section
  .page-content-wrapper
  .page-content
  .column-list
  .column-item
  .content
  .title
  a {
  color: inherit;
  text-decoration: none;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .column-list
  .column-item
  .content
  .title
  a:hover {
  text-decoration: underline;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .column-list
  .column-item
  .content
  .date {
  position: relative;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
  max-width: 100%;
  margin-top: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section
    .page-content-wrapper
    .page-content
    .column-list
    .column-item
    .content
    .date {
    font-size: 1.4rem;
    line-height: 2.1rem;
    margin-top: 0.2rem;
  }
}
.page-content-section
  .page-content-wrapper
  .page-content
  .column-list
  .column-item
  .content
  .date
  b {
  font-weight: 700;
  letter-spacing: 0;
}
.page-content-section .page-content-wrapper .page-content .no-columns {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
  color: #000000;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .page-content-section .page-content-wrapper .page-content .no-columns {
    font-size: 1.6rem;
  }
}
.page-content-section .page-content-wrapper .page-content .column-pagination {
  position: relative;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .column-pagination:has(.wp-pagenavi) {
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section
    .page-content-wrapper
    .page-content
    .column-pagination:has(.wp-pagenavi) {
    margin-top: 6rem;
  }
}
.page-content-section
  .page-content-wrapper
  .page-content
  .column-pagination
  .wp-pagenavi {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.6rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page-content-section
    .page-content-wrapper
    .page-content
    .column-pagination
    .wp-pagenavi {
    gap: 1rem;
  }
}
.page-content-section
  .page-content-wrapper
  .page-content
  .column-pagination
  .wp-pagenavi
  > a,
.page-content-section
  .page-content-wrapper
  .page-content
  .column-pagination
  .wp-pagenavi
  > span {
  position: relative;
  padding: 0.7rem 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 4rem;
  height: 4rem;
  display: inline-block;
  background: #88ccc4;
  font-family: "Yu Gothic", 游ゴシック, YuGothic, "Noto Sans JP", Meiryo, verdana, Osaka, "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  text-align: center;
  color: #189889;
  border: none;
  border-radius: 0.4rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .column-pagination
  .wp-pagenavi
  > span.current {
  background: #189889;
  color: #ffffff;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .column-pagination
  .wp-pagenavi
  > span.dots {
  background: transparent;
  border: none !important;
  color: #189889;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .column-pagination
  .wp-pagenavi
  > span {
  background: #000000;
  color: #ffffff;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .column-pagination
  .wp-pagenavi
  > a:hover {
  background: #189889;
  color: #ffffff;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .column-pagination
  .wp-pagenavi
  > a.first,
.page-content-section
  .page-content-wrapper
  .page-content
  .column-pagination
  .wp-pagenavi
  > a.last,
.page-content-section
  .page-content-wrapper
  .page-content
  .column-pagination
  .wp-pagenavi
  > span.pages {
  display: none;
}
.page-content-section .page-content-wrapper .page-content .page-tags {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.4rem;
  gap: 1rem;
  margin-bottom: 2.4rem;
}
.page-content-section .page-content-wrapper .page-content .page-tags li {
  position: relative;
}
.page-content-section .page-content-wrapper .page-content .page-tags a {
  color: inherit;
}
.page-content-section .page-content-wrapper .page-content .page-tags a:hover {
  text-decoration: underline;
}
.page-content-section .page-content-wrapper .page-content .page-tags .tag {
  position: relative;
  display: inline-block;
  padding: 0.1rem 1rem 0.2rem;
  background: #000000;
  border-radius: 0.4rem;
  color: #ffffff;
}
.page-content-section .page-content-wrapper .page-content .page-title {
  position: relative;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section .page-content-wrapper .page-content .page-title {
    font-size: 2rem;
  }
}
.page-content-section .page-content-wrapper .page-content .page-meta {
  position: relative;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem 1.6rem;
  max-width: 100%;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section .page-content-wrapper .page-content .page-meta {
    margin-bottom: 3rem;
  }
}
.page-content-section .page-content-wrapper .page-content .page-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 .page-content-wrapper .page-content .page-thumb {
  position: relative;
  width: 100%;
  margin-bottom: 4rem;
}
.page-content-section .page-content-wrapper .page-content .page-thumb img {
  position: relative;
  display: block;
  width: 100%;
}
.page-content-section .page-content-wrapper .page-content .page-article {
  position: relative;
  font-family: "Yu Gothic", 游ゴシック, YuGothic, "Noto Sans JP", Meiryo, verdana, Osaka, "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: #000000;
  text-align: left;
  word-break: break-all;
  text-align: left;
  padding: 0;
  margin: 0;
  z-index: 1;
}
.page-content-section .page-content-wrapper .page-content .page-article h1,
.page-content-section .page-content-wrapper .page-content .page-article h2 {
  position: relative;
  display: block;
  background: transparent;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  color: #000000;
  padding: 0 0 1.6rem;
  margin-top: 4rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section .page-content-wrapper .page-content .page-article h1,
  .page-content-section .page-content-wrapper .page-content .page-article h2 {
    font-size: 2rem;
  }
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  h1:before,
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  z-index: 0;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  h1:after,
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 8rem;
  height: 1px;
  background: #f3637e;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .page-content-section
    .page-content-wrapper
    .page-content
    .page-article
    h1:after,
  .page-content-section
    .page-content-wrapper
    .page-content
    .page-article
    h2:after {
    width: 6rem;
  }
}
.page-content-section .page-content-wrapper .page-content .page-article h3 {
  position: relative;
  display: block;
  padding: 1.2rem 1rem 1.2rem 2rem;
  background: #f7f7f7;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  margin-top: 4rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section .page-content-wrapper .page-content .page-article h3 {
    font-size: 1.8rem;
  }
}
.page-content-section .page-content-wrapper .page-content .page-article h4,
.page-content-section .page-content-wrapper .page-content .page-article h5 {
  position: relative;
  padding: 0 0 0 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  h4:before,
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  h5:before {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0;
  bottom: 0;
  width: 0.4rem;
  border-radius: 0.4rem;
  background: #ff0096;
}
.page-content-section .page-content-wrapper .page-content .page-article p {
  position: relative;
  margin-bottom: 3rem;
}
.page-content-section .page-content-wrapper .page-content .page-article a {
  position: relative;
  color: #2196f3;
  text-decoration: underline;
}
.page-content-section .page-content-wrapper .page-content .page-article strong {
  font-weight: 700;
}
.page-content-section .page-content-wrapper .page-content .page-article b {
  font-weight: 700;
}
.page-content-section .page-content-wrapper .page-content .page-article ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  ul
  > li {
  position: relative;
  padding-left: 1.2rem;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  ul
  > li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  blockquote {
  position: relative;
  display: block;
  quotes: none;
  padding: 2.4rem 4rem;
  background: none;
  border: 1px dashed #f3637e;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section
    .page-content-wrapper
    .page-content
    .page-article
    blockquote {
    padding: 2.4rem 2rem;
  }
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  blockquote:after,
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  blockquote:before {
  display: none;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  blockquote
  p {
  position: relative;
  margin: 0;
}
.page-content-section .page-content-wrapper .page-content .page-article img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.page-content-section .page-content-wrapper .page-content .page-article figure,
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  picture {
  position: relative;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  z-index: 0;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  figure
  img,
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  picture
  img {
  display: block;
  width: initial;
  max-width: 100%;
  height: auto;
  margin: 0;
  border: none;
  z-index: 0;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .toc-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 3rem 4rem;
  border: 1px solid #e1e1e1;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section
    .page-content-wrapper
    .page-content
    .page-article
    .toc-container {
    padding: 2.4rem 2rem;
  }
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .toc-container
  .toc-title {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000000;
  text-align: center;
  padding: 0;
  background: none;
  border: none;
  margin: 0;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .toc-container
  .toc-title
  .toc-toggle {
  position: relative;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
  color: #2196f3;
  text-align: center;
  text-decoration: none;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  margin: 0 auto;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .toc-container
  .toc-list {
  position: relative;
  list-style: none;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0;
  margin: 2rem 0 0;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .toc-container
  .toc-list
  > li {
  position: relative;
  padding: 0;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .toc-container
  .toc-list
  > li:before {
  display: none;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .toc-container
  .toc-list
  > li:not(:last-child) {
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 1.2rem;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .toc-container
  .toc-list
  a {
  position: relative;
  color: inherit;
  text-decoration: none;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .toc-container
  .toc-list
  a:hover {
  text-decoration: underline;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .border-back {
  position: relative;
  display: block;
  quotes: none;
  padding: 2.4rem 4rem;
  background: none;
  border: 1px dashed #f3637e;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section
    .page-content-wrapper
    .page-content
    .page-article
    .border-back {
    padding: 2.4rem 2rem;
  }
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .border-back
  p {
  position: relative;
  margin: 0;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .seo-back {
  position: relative;
  padding: 2.4rem 4rem;
  background: #f7f7f7;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .seo-back
  p {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .page-content-section
    .page-content-wrapper
    .page-content
    .page-article
    .seo-back {
    padding: 2.4rem 2rem;
  }
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .link-action {
  position: relative;
  display: block;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section
    .page-content-wrapper
    .page-content
    .page-article
    .link-action {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .link-action
  .action-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: 32rem;
  max-width: 100%;
  height: 6rem;
  padding: 1rem 1rem 1.2rem;
  border-radius: 6rem;
  background: #d43a3f;
  color: #ffffff;
  font-family: "Yu Gothic", 游ゴシック, YuGothic, "Noto Sans JP", Meiryo, verdana, Osaka, "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.025em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid #d43a3f;
  outline: none;
  overflow: hidden;
  -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);
  margin: 0 auto;
  z-index: 0;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .link-action
  .action-btn
  em,
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .link-action
  .action-btn
  span {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  color: inherit;
  text-decoration: none;
  text-align: center;
  -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;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .link-action
  .action-btn:before {
  content: "";
  position: absolute;
  display: block;
  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
  .page-content-wrapper
  .page-content
  .page-article
  .link-action
  .action-btn:hover {
  color: #d43a3f;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .link-action
  .action-btn:hover:before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .intro-box {
  position: relative;
  padding: 2.4rem 4rem;
  background: transparent;
  border: 1px dashed #f3637e;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section
    .page-content-wrapper
    .page-content
    .page-article
    .intro-box {
    padding: 2rem 2rem;
  }
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .intro-box
  .lead,
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .intro-box
  h4 {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0;
  margin: 0 0 1rem;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .intro-box
  .lead:before,
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .intro-box
  h4:before {
  display: none;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .intro-box
  ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .intro-box
  ul
  > li {
  position: relative;
  padding-left: 1.6rem;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .intro-box
  ul
  > li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .intro-box
  p {
  padding: 0;
  margin: 0;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .intro-author {
  position: relative;
  position: relative;
  padding: 2rem 2rem;
  background: #f7f7f7;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section
    .page-content-wrapper
    .page-content
    .page-article
    .intro-author {
    margin-top: 6rem;
    padding: 2.4rem 2rem;
  }
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .intro-author:after {
  content: "";
  display: block;
  clear: both;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .intro-author
  .author-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: 13rem;
  height: 13rem;
  max-width: 100%;
  overflow: hidden;
  z-index: 0;
}
@media print, screen and (min-width: 769px) {
  .page-content-section
    .page-content-wrapper
    .page-content
    .page-article
    .intro-author
    .author-thumb {
    float: left;
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-content-section
    .page-content-wrapper
    .page-content
    .page-article
    .intro-author
    .author-thumb {
    margin: 0 auto 1.6rem;
  }
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .intro-author
  .author-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
  .page-content-wrapper
  .page-content
  .page-article
  .intro-author
  .author-content {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .page-content-section
    .page-content-wrapper
    .page-content
    .page-article
    .intro-author
    .author-content {
    float: right;
    width: calc(100% - 15rem);
    font-size: 15px;
    line-height: 1.6;
  }
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .intro-author
  .author-content
  p {
  margin: 0;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .intro-author
  .author-content
  .name {
  position: relative;
  font: inherit;
  font-weight: 700;
  line-height: inherit;
  color: inherit;
  padding: 0;
  margin: 0;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .intro-author
  .author-content
  .name:before {
  display: none;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .intro-author
  .author-content
  .company {
  position: relative;
  font: inherit;
  font-size: 1.3rem;
  color: #707070;
  padding: 0;
  margin: 0 0 1rem;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .intro-author
  .author-content
  .profile {
  position: relative;
  padding: 0;
  margin: 0;
}

.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .intro-author
  + .intro-author {
  margin-top: 4rem;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-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 .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: 14rem;
    right: 0;
    width: 30rem;
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  .page-content-section .page-content-wrapper .page-sidebar {
    max-width: 100%;
    width: 100%;
    margin-top: 8rem;
  }
}
.page-content-section .page-content-wrapper .page-sidebar .sidebar-banner {
  position: relative;
  display: block;
  margin-top: 4rem;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-banner
  .banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  margin: 0;
  text-decoration: none;
  border: none;
  outline: none;
  overflow: hidden;
  z-index: 0;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-banner
  .banner
  img {
  position: relative;
  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 .page-content-wrapper .page-sidebar .sidebar-popular {
  position: relative;
  margin-bottom: 4rem;
  counter-reset: popular-item;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-popular
  .popular-title {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 0 0 1rem;
  border-bottom: 1px solid #88ccc4;
  text-align: left;
  margin: 0 0 2rem;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-popular
  .popular-title:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 8rem;
  height: 1px;
  background: #189889;
  z-in3e6: 1;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-popular
  .popular-list {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-popular
  .popular-list
  > li {
  position: relative;
  padding: 0;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-popular
  .popular-list
  > li:before {
  display: none;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-popular
  .popular-list
  > li:not(:last-child) {
  margin-bottom: 2rem;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-popular
  .popular-list
  .popular-item {
  position: relative;
  display: block;
  text-decoration: none;
  outline: none;
  padding: 0;
  margin: 0;
  border: none;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-popular
  .popular-list
  .popular-item:after {
  content: "";
  display: block;
  clear: both;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-popular
  .popular-list
  .popular-item
  .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: 12rem;
  float: left;
  aspect-ratio: 16/9;
  overflow: hidden;
  outline: none;
  border-radius: 0.4rem;
  border: none;
  overflow: hidden;
  z-index: 0;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-popular
  .popular-list
  .popular-item
  .thumb
  img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin: 0;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-popular
  .popular-list
  .popular-item
  .thumb:before {
  counter-increment: popular-item;
  content: counter(popular-item);
  position: absolute;
  top: 0;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  background: #000000;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2.4rem;
  border-bottom-right-radius: 0.4rem;
  text-align: center;
  z-index: 3;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-popular
  .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-popular
  .popular-list
  .popular-item
  .content {
  position: relative;
  width: calc(100% - 13.6rem);
  float: right;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-popular
  .popular-list
  .popular-item
  .content
  .date {
  position: relative;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  color: #707070;
  line-height: 2.1rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-popular
  .popular-list
  .popular-item
  .content
  .title {
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  color: #000000;
  line-height: 2.4rem;
  width: 100%;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-popular
  .popular-list
  .popular-item
  .content
  .title
  a {
  color: inherit;
  text-decoration: none;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-popular
  .popular-list
  .popular-item
  .content
  .title
  a:hover {
  text-decoration: underline;
}
.page-content-section .page-content-wrapper .page-sidebar .sidebar-tags {
  position: relative;
  margin-top: 4rem;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-tags
  .tags-title {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 0 0 1rem;
  border-bottom: 1px solid #88ccc4;
  text-align: left;
  margin: 0 0 2rem;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-tags
  .tags-title:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 8rem;
  height: 1px;
  background: #189889;
  z-index: 1;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-tags
  .tags-list {
  position: relative;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.2rem 1rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin: 0;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-tags
  .tags-list
  li {
  position: relative;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-tags
  .tags-list
  .tag {
  position: relative;
  display: inline-block;
  padding: 0.5rem 1.2rem 0.5rem;
  background: transparent;
  border: 1px solid #e1e1e1;
  border-radius: 3.6rem;
  color: #e84966;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-tags
  .tags-list
  .tag
  em {
  font-style: normal;
  font: inherit;
  color: #000000;
}
.page-content-section .page-content-wrapper .page-sidebar .sidebar-toc {
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .page-content-section .page-content-wrapper .page-sidebar .sidebar-toc {
    position: sticky;
    top: 12rem;
    right: 0;
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  .page-content-section .page-content-wrapper .page-sidebar .sidebar-toc {
    display: none;
  }
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-toc
  .toc-container {
  position: relative;
  width: 100%;
  max-width: 55rem;
  padding: 2rem 2rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #707070;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section
    .page-content-wrapper
    .page-sidebar
    .sidebar-toc
    .toc-container {
    margin-bottom: 3rem;
  }
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-toc
  .toc-container
  h2 {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 0 0 3rem;
  background: none;
  border: none;
  margin: 0;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-toc
  .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
  .page-content-wrapper
  .page-sidebar
  .sidebar-toc
  .toc-container
  ul {
  position: relative;
  list-style: none;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin: 1.6rem 0 0;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-toc
  .toc-container
  ul
  li {
  position: relative;
  padding: 0;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-toc
  .toc-container
  ul
  li:before {
  display: none;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-toc
  .toc-container
  ul
  li:not(:last-child) {
  margin-bottom: 0.6rem;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-toc
  .toc-container
  ul
  a {
  position: relative;
  color: inherit;
  text-decoration: none;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-toc
  .toc-container
  ul
  a:hover {
  text-decoration: underline;
}
.page-content-section .page-content-wrapper .page-sidebar .sidebar-box {
  position: relative;
  padding: 4rem 1.5rem 3rem;
  background: #000000;
  border-radius: 1rem;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-box
  .box-label {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  margin-bottom: 2rem;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-box
  .box-content {
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8;
  color: #ffffff;
  text-align: center;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-box
  .box-action {
  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: 26rem;
  max-width: 100%;
  height: 4.8rem;
  padding: 1rem 1rem;
  background: #ffffff;
  border: 2px solid #ffffff;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #b6a381;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  outline: 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: 1rem;
  -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;
  z-index: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section
    .page-content-wrapper
    .page-sidebar
    .sidebar-box
    .box-action {
    width: 26rem;
  }
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-box
  .box-action
  span {
  position: relative;
  color: inherit;
  text-decoration: none;
  z-index: 3;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-box
  .box-action:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #000000;
  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
  .page-content-wrapper
  .page-sidebar
  .sidebar-box
  .box-action:hover {
  color: #ffffff;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-box
  .box-action:hover:before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
/*# sourceMappingURL=app.css.map */
