/* arguments inittial */
/* font style */
/* site style */
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); } }

@keyframes lineAnimation {
  0% {
    height: 96px; }
  50% {
    height: 0;
    margin-top: 96px; }
  51% {
    height: 0;
    margin-top: 0; }
  100% {
    height: 96px; } }

.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.5s; }
  .fadein.fadein-left {
    transform: translate(-30px, 0); }
  .fadein.fadein-right {
    transform: translate(30px, 0); }
  .fadein.fadein-up {
    transform: translate(0, -30px); }
  .fadein.fadein-bottom {
    transform: translate(0, 30px); }
  .fadein.is-inview {
    opacity: 1 !important;
    transform: translate(0, 0) !important; }

@keyframes scroll-left {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }

/*-----------------------------------------------------------
clearfix
------------------------------------------------------------*/
.clearfix::after {
  content: "";
  clear: both;
  display: table; }

/*-----------------------------------------------------------
reset
------------------------------------------------------------*/
p {
  margin: 0;
  padding: 0; }

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

input,
textarea {
  margin: 0;
  font-size: 100%;
  resize: none; }

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="url"] {
  word-break: normal;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%; }

dl,
dt,
dd,
th,
td {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-size: 100%;*/
  font-weight: normal;
  margin: 0;
  padding: 0; }

html,
body,
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,
dialog {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

img {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border: 0;
  max-width: 100%;
  height: auto; }

table img {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border: 0; }

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

nav ul {
  list-style: none; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

*:focus {
  outline: none !important; }

label,
select,
button {
  cursor: pointer; }

input,
textarea,
select,
button {
  font-family: inherit; }

/*-----------------------------------------------------------
Link
------------------------------------------------------------*/
a {
  outline: none;
  transition: opacity 0.3s;
  cursor: pointer; }
  @media only screen and (min-width: 1025px) {
    a:hover {
      opacity: 0.6; } }

a:link,
a:visited,
a:active {
  color: #222;
  text-decoration: none; }

/*-----------------------------------------------------------
FONT family
------------------------------------------------------------*/
.ffZen {
  font-family: "Zen Kaku Gothic New", sans-serif; }

.ffPopin {
  font-family: "Poppins", sans-serif; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/*-----------------------------------------------------------
Body
-------------------------------------------------------------*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%; }

html.is-ipad * {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none; }

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.03em;
  font-weight: 500;
  word-break: break-word;
  color: #222;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%; }

#wrap {
  display: block;
  overflow: hidden; }
  #wrap.sub {
    padding-top: 74px; }

/*-----------------------------------------------------------
COMMON
-------------------------------------------------------------*/
.inner {
  max-width: 1100px;
  margin: 0 auto;
  width: calc(100% - 40px); }
  @media (max-width: 1023px) {
    .inner {
      width: calc(100% - 36px); } }

@media (min-width: 1024px) {
  .sp,
  .SP {
    display: none !important; } }

@media (max-width: 1023px) {
  .pc,
  .PC {
    display: none !important; } }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 0 20px; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px auto; }

.alignleft {
  float: left;
  margin: 5px auto 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px auto; }

a img.alignnone {
  margin: 5px 0 20px; }

a img.alignleft {
  float: left;
  margin: 5px auto 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 0 20px; }

.wp-caption.alignleft {
  margin: 5px auto 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px auto; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

.wp-video {
  max-width: 100%;
  margin-bottom: 40px; }
  .wp-video video {
    max-width: 100%;
    height: auto; }

.cms-content {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  word-wrap: break-word; }
  .cms-content::after {
    content: "";
    clear: both;
    display: table; }
  .cms-content ul,
  .cms-content ol {
    margin: 44px 0; }
    @media (max-width: 1023px) {
      .cms-content ul,
      .cms-content ol {
        margin: 35px 0; } }
  .cms-content ul[style*="list-style-type: circle;"] li {
    list-style-type: circle; }
  .cms-content ul[style*="list-style-type: square;"] li {
    list-style-type: square; }
  .cms-content ul li {
    list-style: disc; }
    .cms-content ul li * {
      margin-bottom: 0; }
  .cms-content ol[style*="list-style-type: lower-roman;"] li {
    list-style-type: lower-roman; }
  .cms-content ol[style*="list-style-type: lower-alpha;"] li {
    list-style-type: lower-alpha; }
  .cms-content ol[style*="list-style-type: lower-greek;"] li {
    list-style-type: lower-greek; }
  .cms-content ol[style*="list-style-type: upper-alpha;"] li {
    list-style-type: upper-alpha; }
  .cms-content ol[style*="list-style-type: upper-roman;"] li {
    list-style-type: upper-roman; }
  .cms-content ol li {
    list-style-type: decimal; }
    .cms-content ol li * {
      margin-bottom: 0; }
  .cms-content p {
    margin-bottom: 44px; }
    @media (max-width: 1023px) {
      .cms-content p {
        margin-bottom: 30px; } }
  .cms-content iframe {
    max-width: 100% !important; }
  .cms-content img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    width: auto; }
  .cms-content table {
    table-layout: fixed;
    border: 1px solid #222;
    margin-bottom: 40px; }
    .cms-content table td,
    .cms-content table th {
      border: 1px solid #222; }
  .cms-content h2 {
    position: relative;
    margin: 80px 0 25px;
    background: #f0ede9;
    padding: 17px 25px 17px 34px;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.42857em;
    letter-spacing: 0.03em;
    font-weight: 700; }
    .cms-content h2:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: 2px;
      width: 18px;
      height: 3px;
      background: #ff5e00; }
    @media (max-width: 1023px) {
      .cms-content h2 {
        margin: 58px 0 18px;
        padding: 15px 18px 15px 30px;
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1.45455em; }
        .cms-content h2:before {
          margin-top: -2px; } }
  .cms-content h3 {
    position: relative;
    margin: 60px 0 22px;
    border-bottom: #ff5e00 4px solid;
    padding-bottom: 12px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.33333em;
    letter-spacing: 0.03em;
    font-weight: 700; }
    @media (max-width: 1023px) {
      .cms-content h3 {
        margin: 30px 0 18px;
        padding-bottom: 13px;
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.5em;
        border-width: 2px; } }
  .cms-content h4 {
    position: relative;
    margin: 55px 0 16px;
    border-top: #ebe6e1 4px solid;
    border-bottom: #ebe6e1 4px solid;
    padding: 16px 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4em;
    letter-spacing: 0.03em;
    font-weight: 700; }
    @media (max-width: 1023px) {
      .cms-content h4 {
        margin: 42px 0 18px;
        border-width: 2px;
        padding: 11px 0;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.44444em; } }
  .cms-content > :is(h2, h3, h4):first-child,
  .cms-content .hs_cos_wrapper > :is(h2, h3, h4):first-child {
    margin-top: 0; }
  .cms-content ul li {
    position: relative;
    list-style: none;
    padding-left: 20px; }
    .cms-content ul li:before {
      content: "";
      position: absolute;
      top: 13px;
      left: 0;
      width: 8px;
      height: 8px;
      background: #ff5e00;
      border-radius: 50%; }
    .cms-content ul li + li {
      margin-top: 8px; }
    @media (max-width: 1023px) {
      .cms-content ul li {
        padding-left: 20px;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.375em; }
        .cms-content ul li:before {
          top: 9px;
          left: 0; } }
  .cms-content ol {
    counter-reset: li; }
    .cms-content ol li {
      position: relative;
      list-style-type: none;
      padding-left: 20px;
      counter-increment: my-awesome-counter; }
      .cms-content ol li:before {
        position: absolute;
        left: 0;
        top: 0;
        counter-increment: li;
        content: counter(li) ". ";
        color: #ff5e00;
        font-weight: 700; }
      .cms-content ol li + li {
        margin-top: 7px; }
      @media (max-width: 1023px) {
        .cms-content ol li {
          padding-left: 18px;
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 1.375em; }
          .cms-content ol li + li {
            margin-top: 10px; } }
  .cms-content a {
    color: #308ce2;
    text-decoration: underline; }

.c-img {
  display: block;
  position: relative; }
  .c-img img {
    display: block;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .c-img--contain img {
    object-fit: contain; }
  .c-img--top img {
    object-position: top; }

.c-fw {
  width: 100%; }

[rel~="js-lazy"] {
  opacity: 0; }
  [rel~="js-lazy"]:not(.initial) {
    transition: opacity 0.15s; }
  [rel~="js-lazy"].initial, [rel~="js-lazy"].loaded, [rel~="js-lazy"].error {
    opacity: 1; }

.c-lazybg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .c-lazybg--top {
    background-position: center top; }
  .c-lazybg--contain {
    background-size: contain; }

.c-orange {
  color: #ff5e00;
  font-weight: 700; }

.c-imghv {
  overflow: hidden;
  cursor: pointer; }
  .c-imghv figure {
    overflow: hidden; }
  .c-imghv img {
    transition-duration: 0.3s; }
  @media only screen and (min-width: 1025px) {
    .c-imghv:hover img {
      transform: scale(1.1);
      transition-duration: 0.3s; } }

.c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  min-width: 190px;
  width: 100%;
  padding: 11px 40px;
  background-color: #fff;
  transition: all 0.3s ease;
  cursor: pointer; }
  @media only screen and (min-width: 1025px) {
    .c-btn:hover {
      opacity: 1;
      background-color: #222; }
      .c-btn:hover .txt {
        color: #fff; } }
  .c-btn .txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75em;
    letter-spacing: 0.03em;
    font-weight: 700;
    transition: all 0.3s ease; }
  .c-btn--orange {
    background-color: #ff5e00;
    cursor: pointer; }
    .c-btn--orange .txt {
      color: #fff; }
    @media only screen and (min-width: 1025px) {
      .c-btn--orange:hover {
        background-color: #ff8c00; } }
  .c-btn--border {
    border: 1px solid #c5c5c5;
    cursor: pointer; }
    @media only screen and (min-width: 1025px) {
      .c-btn--border:hover {
        border-color: #222; } }
  .c-btn--ar {
    position: relative; }
    .c-btn--ar:after {
      content: "";
      position: absolute;
      width: 11px;
      height: 11px;
      right: 22px;
      top: 50%;
      transform: translateY(-50%);
      background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2211%22%20height%3D%2211%22%20viewBox%3D%220%200%2011%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.95251%200L4.08156%200.870955L8.09454%204.88415H0V6.11585H8.09454L4.08156%2010.129L4.95251%2011L10.4528%205.5L4.95251%200Z%22%20fill%3D%22%23A0A0A0%22%2F%3E%3C%2Fsvg%3E); }
  @media (min-width: 1024px) {
    .c-btn--lg {
      min-width: 270px;
      padding: 17px 40px; } }

.c-elipse {
  position: relative; }
  .c-elipse:after {
    content: "";
    position: absolute;
    width: 134.33%;
    height: 1393px;
    left: calc(50% - 134.33% / 2);
    top: 263px;
    background-color: #f0ede9;
    border-radius: 50%;
    z-index: 0; }
    @media (max-width: 1023px) {
      .c-elipse:after {
        width: 134.4%;
        height: 362px;
        left: calc(50% - 134.4% / 2 - 0.26px);
        transform: matrix(1, 0, 0, -1, 0, 0); } }
  .c-elipse.white:after {
    background-color: #fff; }

.c-product {
  cursor: pointer; }
  @media only screen and (min-width: 1025px) {
    .c-product:hover {
      opacity: 1; }
      .c-product:hover .heading {
        opacity: 0.3; } }
  .c-product .img {
    margin-bottom: 9px; }
    @media (max-width: 1023px) {
      .c-product .img {
        margin-bottom: 4px; }
        .c-product .img img {
          width: 100%; } }
  .c-product .heading {
    display: flex;
    align-items: center;
    transition: all 0.3s ease; }
    .c-product .heading .ttl {
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.8em;
      letter-spacing: 0.03em;
      font-weight: 700;
      width: calc(100% - 32px);
      text-align: left; }
      @media (max-width: 1023px) {
        .c-product .heading .ttl {
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 1.75em;
          width: calc(100% - 20px); } }
    .c-product .heading .ar {
      width: 20px;
      height: 20px;
      margin-left: auto;
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%2210%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M9.7904%205.57861L9.12382%206.2452L12.1951%209.31669H6V10.2594H12.1951L9.12382%2013.3309L9.7904%2013.9974L14%209.78803L9.7904%205.57861Z%22%20fill%3D%22%23FF5E00%22%2F%3E%3C%2Fsvg%3E");
      background-size: 100% auto; }
      @media (max-width: 1023px) {
        .c-product .heading .ar {
          width: 16px;
          height: 16px; } }

.c-heading {
  position: relative; }
  .c-heading .sub {
    font-family: "Poppins", sans-serif;
    font-size: 176px;
    font-size: 17.6rem;
    line-height: 1.15909em;
    letter-spacing: 0.1em;
    font-weight: 600;
    color: #f0ede9; }
    @media (max-width: 1023px) {
      .c-heading .sub {
        font-size: 110px;
        font-size: 11rem;
        line-height: 1em;
        letter-spacing: 0.05em; } }
    .c-heading .sub.white {
      color: #fff; }
    .c-heading .sub.absolute {
      position: absolute;
      width: max-content; }
      .c-heading .sub.absolute.center {
        top: -70px;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1; }
  .c-heading .ttl {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1.66667em;
    letter-spacing: 0.03em;
    font-weight: 700; }
    @media (max-width: 1023px) {
      .c-heading .ttl {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 1.35714em; } }
    .c-heading .ttl.line:after {
      content: "";
      display: block;
      margin-top: 27px;
      width: 28px;
      height: 3px;
      background-color: #ff5e00; }
    .c-heading .ttl.before::before {
      content: "";
      display: block;
      margin-top: 39px;
      width: 28px;
      height: 3px;
      background-color: #ff5e00; }
      @media (max-width: 1023px) {
        .c-heading .ttl.before::before {
          width: 13px;
          margin-top: 17px; } }
  .c-heading--sub {
    padding-top: 57px;
    padding-bottom: 38px; }
    @media (max-width: 1023px) {
      .c-heading--sub {
        padding-top: 8px;
        padding-bottom: 19px; } }
    .c-heading--sub .ttl {
      width: 100%;
      display: flex;
      gap: 21px;
      margin-right: auto; }
    .c-heading--sub .sub {
      top: 0;
      z-index: -1; }
  .c-heading.center {
    text-align: center; }
    .c-heading.center .ttl:after {
      margin-left: auto;
      margin-right: auto; }

.c-ttl {
  position: relative;
  z-index: 2; }
  @media (max-width: 1023px) {
    .c-ttl {
      text-align: center; } }
  .c-ttl .text_en {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    margin-top: -20px;
    width: 100%;
    color: #f0ede9;
    font-size: 110px;
    font-size: 11rem;
    line-height: 1em;
    letter-spacing: 0.05em;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    font-family: "Poppins", sans-serif; }
    @media (max-width: 1023px) {
      .c-ttl .text_en {
        margin-top: -18px;
        text-align: center;
        font-size: 64px;
        font-size: 6.4rem; } }
  .c-ttl .text_sub {
    position: relative;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5em;
    letter-spacing: 0.03em;
    font-weight: 700; }
    @media (max-width: 1023px) {
      .c-ttl .text_sub {
        padding-bottom: 7px;
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 1.76471em; } }
  .c-ttl .text_jp {
    position: relative;
    padding-bottom: 35px;
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1.42857em;
    letter-spacing: 0.03em;
    font-weight: 700; }
    .c-ttl .text_jp:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 28px;
      height: 3px;
      background: #ff5e00; }
    @media (min-width: 1024px) {
      .c-ttl .text_jp.line {
        padding-left: 35px; }
        .c-ttl .text_jp.line:before {
          width: 16px;
          bottom: auto;
          top: 50%;
          margin-top: -13px; } }
    @media (max-width: 1023px) {
      .c-ttl .text_jp {
        padding-bottom: 26px;
        font-size: 34px;
        font-size: 3.4rem;
        line-height: 1.11765em; }
        .c-ttl .text_jp:before {
          left: 50%;
          transform: translateX(-50%); } }
  .c-ttl.havesub .text_en {
    margin-top: -15px; }
    @media (max-width: 1023px) {
      .c-ttl.havesub .text_en {
        margin-top: 3px; } }
  .c-ttl.center {
    text-align: center; }
    .c-ttl.center .text_jp:before {
      left: 50%;
      transform: translateX(-50%); }
    .c-ttl.center .text_en {
      left: 50%;
      transform: translate(-50%, -50%); }

.c-cat {
  border: 1px solid #c5c5c5;
  border-radius: 20px;
  display: flex;
  width: max-content;
  padding: 3px 22px;
  transition: all 0.3s ease;
  cursor: pointer; }
  .c-cat.white {
    background-color: #fff;
    border: 0; }
  .c-cat.active {
    background-color: #222; }
    .c-cat.active span {
      color: #fff; }
  @media only screen and (min-width: 1025px) {
    .c-cat:hover {
      opacity: 1;
      background-color: #222; }
      .c-cat:hover span {
        color: #fff; } }

.c-topic {
  display: block; }
  .c-topic:last-child .link {
    border-bottom: 1px solid #c5c5c5; }
  .c-topic .link {
    display: block;
    position: relative;
    border-top: 1px solid #c5c5c5;
    padding: 46px 0 72px; }
    @media (max-width: 1023px) {
      .c-topic .link {
        padding: 20px 0 23px; } }
    .c-topic .link:after {
      content: "";
      width: 50px;
      height: 50px;
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2224.5%22%20fill%3D%22white%22%20stroke%3D%22%23C5C5C5%22%2F%3E%3Cg%20clip-path%3D%22url(%23clip0_883_5675)%22%3E%3Cpath%20d%3D%22M25.1266%2018L23.9389%2019.1877L29.4111%2024.6602H18.3731V26.3398H29.4111L23.9389%2031.8123L25.1266%2033L32.6269%2025.5L25.1266%2018Z%22%20fill%3D%22%23A0A0A0%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_883_5675%22%3E%3Crect%20x%3D%2218%22%20y%3D%2218%22%20width%3D%2215%22%20height%3D%2215%22%20rx%3D%223%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
      position: absolute;
      background-size: 100% auto;
      right: 0;
      top: 33%; }
      @media (max-width: 1023px) {
        .c-topic .link:after {
          width: 30px;
          height: 30px; } }
  .c-topic__top {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    gap: 14px;
    margin-bottom: 17px; }
    @media (max-width: 1023px) {
      .c-topic__top {
        gap: 10px;
        margin-bottom: 2px; } }
    .c-topic__top .cat {
      border: 1px solid #c5c5c5;
      border-radius: 20px;
      display: flex;
      align-items: center;
      width: max-content;
      padding: 1px 24px;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1.84615em; }
    .c-topic__top .date {
      color: #a0a0a0;
      line-height: 28px;
      font-weight: 700; }
      @media (max-width: 1023px) {
        .c-topic__top .date {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 2em;
          letter-spacing: 0.03em; } }
  .c-topic .ttl {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.55556em;
    letter-spacing: 0.03em;
    font-weight: 700;
    padding-right: 60px; }
    @media (max-width: 1023px) {
      .c-topic .ttl {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.75em;
        padding-right: 30px; } }

.c-breadcrumbs {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end; }
  .c-breadcrumbs__wrap {
    white-space: nowrap;
    overflow: auto; }
  .c-breadcrumbs ul {
    display: flex; }
    .c-breadcrumbs ul li + li:before {
      content: "";
      display: inline-block;
      width: 7px;
      height: 10px;
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%227%22%20height%3D%2210%22%20viewBox%3D%220%200%207%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0.707484%200.707066L4.95012%204.94971L0.707484%209.19235%22%20stroke%3D%22%23C5C5C5%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
      background-size: 100% auto;
      margin: 0 6px -1px; }
    .c-breadcrumbs ul a,
    .c-breadcrumbs ul span {
      font-size: 11px;
      font-size: 1.1rem;
      line-height: 2.36364em;
      letter-spacing: 0.03em;
      font-weight: 500;
      color: #a0a0a0; }

.splide .splide__pagination {
  margin-top: 21px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px; }
  @media (max-width: 1023px) {
    .splide .splide__pagination {
      gap: 9px;
      margin-top: 14px; } }
  .splide .splide__pagination li button {
    width: 10px;
    height: 10px;
    background-color: #c5c5c5;
    margin: 0;
    opacity: 1;
    transition: all 0.3s ease;
    cursor: pointer; }
    @media only screen and (min-width: 1025px) {
      .splide .splide__pagination li button:hover {
        background: #ff5e00; } }
    @media (max-width: 1023px) {
      .splide .splide__pagination li button {
        width: 8px;
        height: 8px; } }
    .splide .splide__pagination li button.is-active {
      transform: none;
      background: #ff5e00; }

.splide .splide__arrow {
  width: 56px;
  height: 56px;
  position: absolute;
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  top: 39.2%;
  opacity: 1;
  transition: all 0.3s ease;
  cursor: pointer; }
  @media only screen and (min-width: 1025px) {
    .splide .splide__arrow:hover {
      opacity: 0.3 !important; } }
  @media (max-width: 1023px) {
    .splide .splide__arrow {
      top: 27.3%;
      width: 28px;
      height: 28px; } }
  .splide .splide__arrow--next {
    right: -26px; }
    @media (max-width: 1023px) {
      .splide .splide__arrow--next {
        right: -14px; } }
  .splide .splide__arrow--prev {
    left: -30px; }
    @media (max-width: 1023px) {
      .splide .splide__arrow--prev {
        left: -14px; } }
    .splide .splide__arrow--prev svg {
      transform: none; }
  .splide .splide__arrow svg {
    fill: none;
    width: 100%;
    height: 100%; }

.splide.carousel:not(.is-overflow) .splide__arrow, .splide.slide:not(.is-overflow) .splide__arrow {
  display: none; }

.splide.carousel:not(.is-overflow) .splide__pagination, .splide.slide:not(.is-overflow) .splide__pagination {
  display: none; }

@media (min-width: 1024px) {
  .splide.carousel:not(.is-overflow) ~ .thumbnail {
    display: none; } }

.splide.is-hidden {
  display: none; }

.c-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  margin: 133px auto 0; }
  @media (max-width: 1023px) {
    .c-pagination {
      margin-top: 60px;
      gap: 14px; } }
  .c-pagination .paging,
  .c-pagination .hs-pagination {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    gap: 7px; }
    @media (max-width: 1023px) {
      .c-pagination .paging,
      .c-pagination .hs-pagination {
        gap: 4px; } }
    .c-pagination .paging__link--number,
    .c-pagination .hs-pagination__link--number {
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: "Poppins", sans-serif;
      width: 38px;
      height: 38px;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.55556em;
      letter-spacing: 0.03em;
      font-weight: 600;
      border-radius: 50%;
      border: 1px solid #f0ede9;
      transition: all 0.3s ease;
      cursor: pointer; }
      @media only screen and (min-width: 1025px) {
        .c-pagination .paging__link--number:hover,
        .c-pagination .hs-pagination__link--number:hover {
          opacity: 1;
          background-color: #222;
          color: #fff; } }
    .c-pagination .paging__link--active,
    .c-pagination .hs-pagination__link--active {
      background-color: #222;
      color: #fff; }
    .c-pagination .paging__link-icon,
    .c-pagination .hs-pagination__link-icon {
      display: none !important; }
    @media only screen and (max-width: 374px) {
      .c-pagination .paging__link,
      .c-pagination .hs-pagination__link {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5em;
        width: 34px;
        height: 34px; } }
    .c-pagination .paging__link--first, .c-pagination .paging__link--last,
    .c-pagination .hs-pagination__link--first,
    .c-pagination .hs-pagination__link--last {
      overflow: hidden;
      text-indent: -9999px;
      width: 24px;
      height: 24px;
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13.3934%2023.0011L2.78679%2012.3945L13.3934%201.78793%22%20stroke%3D%22%23222222%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x1%3D%221%22%20y1%3D%2224%22%20x2%3D%221%22%20y2%3D%221.79217e-06%22%20stroke%3D%22%23222222%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
      background-size: 100% auto;
      background-repeat: no-repeat; }
    .c-pagination .paging__link--next, .c-pagination .paging__link--prev,
    .c-pagination .hs-pagination__link--next,
    .c-pagination .hs-pagination__link--prev {
      overflow: hidden;
      text-indent: -9999px;
      width: 13px;
      height: 23px;
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%2223%22%20viewBox%3D%220%200%2013%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.0223%2021.9201L1.4157%2011.3135L12.0223%200.70687%22%20stroke%3D%22%23222222%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
      background-size: 100% auto;
      background-repeat: no-repeat; }
    .c-pagination .paging__link--next,
    .c-pagination .hs-pagination__link--next {
      margin-left: 20px; }
      @media (max-width: 1023px) {
        .c-pagination .paging__link--next,
        .c-pagination .hs-pagination__link--next {
          margin-left: 10px; } }
    .c-pagination .paging__link--prev,
    .c-pagination .hs-pagination__link--prev {
      margin-right: 20px; }
      @media (max-width: 1023px) {
        .c-pagination .paging__link--prev,
        .c-pagination .hs-pagination__link--prev {
          margin-right: 10px; } }
    .c-pagination .paging__link--last,
    .c-pagination .hs-pagination__link--last {
      margin-left: 10px; }
    .c-pagination .paging__link--first,
    .c-pagination .hs-pagination__link--first {
      margin-right: 10px; }
    .c-pagination .paging__link--last, .c-pagination .paging__link--next,
    .c-pagination .hs-pagination__link--last,
    .c-pagination .hs-pagination__link--next {
      transform: rotate(180deg); }

@media (min-width: 1024px) {
  .p-heading .inner {
    max-width: 1250px; } }

.p-heading .c-heading .ttl {
  display: flex;
  flex-direction: row;
  gap: 19px;
  justify-content: flex-start;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.4em;
  letter-spacing: 0.03em;
  font-weight: 700; }
  @media (max-width: 1023px) {
    .p-heading .c-heading .ttl {
      font-size: 32px;
      font-size: 3.2rem;
      line-height: 0.9375em;
      gap: 7px; } }

.p-heading .c-heading .sub {
  top: -7px;
  font-size: 140px;
  font-size: 14rem;
  line-height: 1.45714em;
  letter-spacing: 0.05em;
  font-weight: 600; }
  @media (max-width: 1023px) {
    .p-heading .c-heading .sub {
      font-size: 55px;
      font-size: 5.5rem;
      line-height: 1.09091em;
      letter-spacing: 0.05em; } }

.c-checklist {
  display: flex;
  flex-wrap: wrap;
  row-gap: 6px; }
  @media (max-width: 1023px) {
    .c-checklist {
      row-gap: 4px; } }
  .c-checklist li {
    position: relative;
    width: 100%;
    background: #fff;
    padding: 10px 10px 10px 45px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.33333em;
    letter-spacing: 0.03em;
    font-weight: 700; }
    .c-checklist li:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 13px;
      margin-top: -11px;
      width: 22px;
      height: 22px;
      background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='22' height='22' rx='4' fill='%23B2A89F'/%3E%3Cpath d='M5 10.674L8.15312 15L17 8' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-position: center; }
    @media (max-width: 1023px) {
      .c-checklist li {
        padding: 11px 10px 14px 46px;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5em; } }

.c-table {
  margin-top: 28px; }
  .c-table tr {
    border-bottom: 1px solid #c1c1c1; }
    .c-table tr:first-child {
      border-top: 1px solid #c1c1c1; }
      .c-table tr:first-child th, .c-table tr:first-child .th,
      .c-table tr:first-child td {
        padding-top: 26px;
        padding-bottom: 25px; }
        @media (max-width: 1023px) {
          .c-table tr:first-child th, .c-table tr:first-child .th,
          .c-table tr:first-child td {
            padding-top: 6px;
            padding-bottom: 8px; } }
      @media (max-width: 1023px) {
        .c-table tr:first-child td {
          padding-top: 15px;
          padding-bottom: 16px; } }
    @media (max-width: 1023px) {
      .c-table tr:nth-child(2) td {
        padding-top: 12px; } }
    @media (min-width: 1024px) {
      .c-table tr:nth-child(5) th, .c-table tr:nth-child(5) .th,
      .c-table tr:nth-child(5) td {
        padding-bottom: 27px; } }
    @media (max-width: 1023px) {
      .c-table tr:nth-child(8) td {
        padding-bottom: 15px; } }
    @media (max-width: 1023px) {
      .c-table tr:nth-child(9) td {
        padding-bottom: 22px; } }
  .c-table th, .c-table .th {
    width: 250px;
    background-color: #f0ede9;
    padding-left: 26px;
    padding-right: 26px; }
    @media (max-width: 1023px) {
      .c-table th, .c-table .th {
        width: 100%;
        text-align: left;
        padding-left: 16px;
        padding-right: 16px; } }
  .c-table th, .c-table .th,
  .c-table td {
    padding-top: 26px;
    padding-bottom: 25px; }
    @media (max-width: 1023px) {
      .c-table th, .c-table .th,
      .c-table td {
        display: block;
        padding-top: 7px;
        padding-bottom: 10px; } }
  .c-table td {
    padding-left: 49px;
    padding-right: 49px; }
    @media (max-width: 1023px) {
      .c-table td {
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 12px;
        padding-bottom: 16px;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.4375em; } }

.c-footer {
  padding: 108px 0 40px;
  background-color: #f0ede9; }
  @media (max-width: 1023px) {
    .c-footer {
      padding: 80px 0 12px; } }
  .c-footer__contact {
    padding: 79px 97px 52px 97px;
    background-color: #fff;
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.1); }
    @media (max-width: 1023px) {
      .c-footer__contact {
        padding: 15px 0 37px; } }
    .c-footer__contact .ttl {
      margin-top: -128px;
      margin-bottom: 30px;
      font-size: 90px;
      font-size: 9rem;
      line-height: 1.08889em;
      letter-spacing: 0.05em;
      font-weight: 600;
      color: #ff5e00;
      text-align: center; }
      @media (max-width: 1023px) {
        .c-footer__contact .ttl {
          margin-top: -37px;
          margin-bottom: 12px;
          font-size: 44px;
          font-size: 4.4rem;
          line-height: 1em; } }
    .c-footer__contact .wrap {
      display: flex;
      align-items: flex-start;
      gap: 45px; }
      @media (max-width: 1023px) {
        .c-footer__contact .wrap {
          gap: 21px;
          padding: 0 25px;
          flex-direction: column; } }
      .c-footer__contact .wrap .left {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.88889em;
        letter-spacing: 0.03em;
        font-weight: 700; }
        @media (min-width: 1024px) {
          .c-footer__contact .wrap .left {
            min-width: 474px; } }
        @media (max-width: 1023px) {
          .c-footer__contact .wrap .left {
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 1.75em; } }
    .c-footer__contact .c-btn--large {
      max-width: 256px;
      position: relative;
      padding: 27px 40px 28px; }
      @media (min-width: 1024px) {
        .c-footer__contact .c-btn--large {
          margin-top: 5px;
          max-width: 376px; } }
      @media (max-width: 1023px) {
        .c-footer__contact .c-btn--large {
          margin: 0 auto;
          padding: 16px 40px 16px; } }
      .c-footer__contact .c-btn--large .txt {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1.27273em;
        letter-spacing: 0.03em;
        font-weight: 700;
        padding-left: 29px; }
        @media only screen and (min-width: 768px) and (max-width: 1024px) {
          .c-footer__contact .c-btn--large .txt {
            font-size: 20px;
            font-size: 2rem; } }
        @media (max-width: 1023px) {
          .c-footer__contact .c-btn--large .txt {
            padding-left: 20px;
            font-size: 18px;
            font-size: 1.8rem;
            line-height: 1.55556em; } }
      .c-footer__contact .c-btn--large::before {
        content: "";
        position: absolute;
        margin-top: 2px;
        left: 24.2%;
        top: 51%;
        transform: translateY(-50%);
        width: 23px;
        height: 15px;
        background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2223%22%20height%3D%2215%22%20viewBox%3D%220%200%2023%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%200V15H23V0H0ZM11.8653%207.92051C11.7756%207.98645%2011.6429%208.0243%2011.5014%208.0243C11.3598%208.0243%2011.2275%207.98664%2011.1383%207.92109L2.15625%201.875H20.8438L11.8653%207.92051ZM4.27252%205.09008L7.3954%207.39297L2.15625%2011.875V3.75L4.27252%205.09008ZM8.95239%208.54109L9.68686%209.08274C10.1736%209.4427%2010.8175%209.64086%2011.5%209.64086C12.1844%209.64086%2012.8291%209.44277%2013.3156%209.08297L14.0488%208.54211L19.4062%2013.125H3.59375L8.95239%208.54109ZM15.6056%207.39383L20.8438%203.75V11.875L15.6056%207.39383Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
        background-size: 100% auto; }
        @media only screen and (min-width: 768px) and (max-width: 1024px) {
          .c-footer__contact .c-btn--large::before {
            top: 49.5%;
            left: 20.2%; } }
        @media (max-width: 1023px) {
          .c-footer__contact .c-btn--large::before {
            left: 20%;
            width: 21px;
            height: 14px; } }
  .c-footer__info {
    margin-top: 76px;
    display: flex;
    gap: 69px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .c-footer__info {
        gap: 49px; } }
    @media (max-width: 1023px) {
      .c-footer__info {
        gap: 23px;
        margin-top: 37px;
        flex-direction: column; } }
    .c-footer__info .logo {
      min-width: 302px; }
    .c-footer__info .info {
      margin-top: 26px;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 2em;
      letter-spacing: 0.03em;
      font-weight: 500; }
      @media (max-width: 1023px) {
        .c-footer__info .info {
          margin-top: 24px; } }
    .c-footer__info .menu-group {
      width: 100%;
      display: flex;
      gap: 49px;
      margin-top: 2px; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .c-footer__info .menu-group {
          gap: 29px; } }
      @media (max-width: 1023px) {
        .c-footer__info .menu-group {
          gap: 14px;
          flex-direction: column; } }
      @media (max-width: 1023px) {
        .c-footer__info .menu-group .column ul {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          gap: 13px;
          width: 100%; } }
      @media (max-width: 1023px) {
        .c-footer__info .menu-group .column ul li:not(.has-sub) {
          width: calc(50% - 7px); } }
      @media (min-width: 1024px) {
        .c-footer__info .menu-group .column ul li + li {
          margin-top: 13px; } }
      .c-footer__info .menu-group .column ul li a {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.86667em;
        letter-spacing: 0.03em;
        font-weight: 700;
        display: flex;
        align-items: center;
        gap: 10px; }
        @media only screen and (min-width: 768px) and (max-width: 1024px) {
          .c-footer__info .menu-group .column ul li a {
            font-size: 14px;
            font-size: 1.4rem; } }
        @media (max-width: 1023px) {
          .c-footer__info .menu-group .column ul li a {
            gap: 12px; } }
        .c-footer__info .menu-group .column ul li a::before {
          content: "";
          display: inline-block;
          border-radius: 50%;
          width: 8px;
          height: 8px;
          background-color: #D1C9C2; }
      .c-footer__info .menu-group .column ul li .sub {
        margin-top: 13px; }
        @media (max-width: 1023px) {
          .c-footer__info .menu-group .column ul li .sub {
            gap: 0;
            width: 100%; } }
        .c-footer__info .menu-group .column ul li .sub li {
          padding-left: 18px;
          width: auto; }
          .c-footer__info .menu-group .column ul li .sub li a {
            font-weight: 500; }
            .c-footer__info .menu-group .column ul li .sub li a::before {
              content: none; }

@media (max-width: 1023px) and (max-width: 1023px) {
  .c-footer__info .menu-group .column--4 ul li:last-child {
    width: 100%; } }
  .c-footer .copyright {
    text-align: right;
    margin-right: 95px;
    margin-top: 66px;
    font-size: 10px;
    font-size: 1rem;
    line-height: 2.8em;
    letter-spacing: 0.03em;
    font-weight: 500; }
    @media (max-width: 1023px) {
      .c-footer .copyright {
        margin-top: 19px;
        margin-right: 17px; } }

.c-header {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff; }
  @media (min-width: 1024px) {
    .c-header {
      padding: 12px 29px 12px 32px; } }
  @media (max-width: 1023px) {
    .c-header {
      padding-left: 0; } }
  .c-header__inner {
    display: flex; }
    @media (max-width: 1023px) {
      .c-header__inner {
        align-items: center;
        padding-left: 14px; } }
  @media (min-width: 1024px) {
    .c-header .logo {
      padding-top: 6px; } }
  @media only screen and (max-width: 1400px) {
    .c-header .logo {
      width: 12.36111vw; } }
  @media (max-width: 1023px) {
    .c-header .logo {
      min-width: 125px; } }
  .c-header__nav {
    margin-left: auto;
    display: flex;
    align-items: center; }
    .c-header__nav .menu {
      display: flex;
      gap: 30px;
      margin-bottom: 6px; }
      @media only screen and (max-width: 1400px) {
        .c-header__nav .menu {
          gap: 2.08333vw; } }
      @media (max-width: 1023px) {
        .c-header__nav .menu {
          display: none; } }
      .c-header__nav .menu a {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.75em;
        letter-spacing: 0.03em;
        font-weight: 700; }
        @media only screen and (max-width: 1400px) {
          .c-header__nav .menu a {
            font-size: 1.04167vw; } }
      .c-header__nav .menu .has-sub {
        position: relative;
        cursor: pointer; }
        @media only screen and (min-width: 1025px) {
          .c-header__nav .menu .has-sub:hover .wrap-sub {
            display: block; } }
        .c-header__nav .menu .has-sub .wrap-sub {
          position: absolute;
          width: 191px;
          padding-top: 20px;
          display: none;
          transition: all .3s ease-in-out; }
        .c-header__nav .menu .has-sub .sub {
          box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
          padding: 5px 0 19px;
          background-color: #fff; }
          .c-header__nav .menu .has-sub .sub a {
            width: 100%;
            display: block;
            position: relative;
            padding: 12px 19px 0 20px; }
            .c-header__nav .menu .has-sub .sub a:after {
              content: "";
              position: absolute;
              right: 19px;
              top: 20px;
              width: 16px;
              height: 16px;
              background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%228%22%20fill%3D%22%23F0EDE9%22%2F%3E%3Cpath%20d%3D%22M7.83237%204.46289L7.2991%204.99616L9.75617%207.45335H4.80005V8.2075H9.75617L7.2991%2010.6647L7.83237%2011.198L11.2%207.83043L7.83237%204.46289Z%22%20fill%3D%22%23222222%22%2F%3E%3C%2Fsvg%3E");
              background-size: 100% auto;
              background-repeat: no-repeat; }
    .c-header__nav .btn {
      margin-left: 59px; }
      @media only screen and (max-width: 1400px) {
        .c-header__nav .btn {
          margin-left: 4.09722vw; }
          .c-header__nav .btn .c-btn {
            min-width: 13.19444vw;
            font-size: 1.11111vw; } }
      @media (max-width: 1023px) {
        .c-header__nav .btn {
          margin-left: auto;
          margin-right: 10px; }
          .c-header__nav .btn .c-btn {
            min-width: 140px;
            padding: 7px 20px; }
            .c-header__nav .btn .c-btn .txt {
              font-size: 15px;
              font-size: 1.5rem;
              line-height: 1.86667em; } }
  .c-header .btn-mobile {
    width: 62px;
    padding: 17px 0 13px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 4px;
    cursor: pointer; }
    .c-header .btn-mobile .ham {
      display: flex;
      flex-direction: column;
      gap: 5px;
      width: 28px; }
      .c-header .btn-mobile .ham .line {
        width: 100%;
        height: 2px;
        background-color: #222; }
    .c-header .btn-mobile .txt {
      font-family: "Poppins", sans-serif;
      font-size: 10px;
      font-size: 1rem;
      line-height: 1.2em;
      letter-spacing: 0.03em;
      font-weight: 600; }

.sp-nav {
  display: none;
  opacity: 0;
  transition: all .3s ease-in-out; }

@media screen and (max-width: 1023px) {
  .sp-nav {
    width: 100%;
    margin: 0 auto;
    background-color: #F0EDE9;
    padding: 20px 16px 40px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh; }
    .sp-nav.active {
      opacity: 1;
      display: block; }
    .sp-nav__inner {
      height: 92vh;
      overflow-y: auto;
      overflow-x: hidden; }
    .sp-nav__header {
      display: flex;
      justify-content: flex-end;
      margin-bottom: 20px; }
    .sp-nav__close-btn {
      background: none;
      border: none;
      cursor: pointer;
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      padding: 0;
      color: #222; }
      .sp-nav__close-btn .sp-nav__close-icon {
        position: relative;
        width: 24px;
        height: 24px;
        margin-bottom: 2px; }
        .sp-nav__close-btn .sp-nav__close-icon::before, .sp-nav__close-btn .sp-nav__close-icon::after {
          content: '';
          position: absolute;
          top: 50%;
          left: 0;
          width: 100%;
          height: 2px;
          background-color: #222; }
        .sp-nav__close-btn .sp-nav__close-icon::before {
          transform: rotate(45deg); }
        .sp-nav__close-btn .sp-nav__close-icon::after {
          transform: rotate(-45deg); }
      .sp-nav__close-btn .sp-nav__close-text {
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.05em; }
    .sp-nav__list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 8px; }
    .sp-nav__item--full {
      grid-column: span 2; }
    .sp-nav__item--white .sp-nav__link {
      background-color: #fff; }
    .sp-nav__item--gray .sp-nav__link {
      background-color: #E0DBD4; }
    .sp-nav__link {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 100%;
      min-height: 48px;
      padding: 10px 10px 10px 15px;
      box-sizing: border-box;
      text-decoration: none;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.07143em;
      letter-spacing: 0.03em;
      font-weight: 700; }
      .sp-nav__link::after {
        content: '';
        display: inline-block;
        width: 10px;
        height: 10px;
        background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.46414%200L3.67907%200.785068L7.29632%204.40251H0V5.51275H7.29632L3.67907%209.1302L4.46414%209.91527L9.42198%204.95763L4.46414%200Z%22%20fill%3D%22%23A0A0A0%22%2F%3E%3C%2Fsvg%3E");
        background-repeat: no-repeat;
        background-size: 100% auto; }
    .sp-nav__cta {
      margin-top: 28px; }
    .sp-nav__cta-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 60px;
      background-color: #ff5e00;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.55556em;
      letter-spacing: 0.03em;
      font-weight: 700;
      text-decoration: none;
      border-radius: 30px;
      transition: opacity 0.2s ease; }
      .sp-nav__cta-btn span {
        color: #fff; }
    .sp-nav__footer {
      display: flex;
      justify-content: center;
      margin-top: 36px; }
  body.active-menu {
    overflow: hidden; } }

.wp-pagenavi {
  text-align: center;
  font-family: Arial;
  font-size: 14px; }
  .wp-pagenavi::after {
    content: "";
    clear: both;
    display: table; }
  .wp-pagenavi span,
  .wp-pagenavi a {
    line-height: 30px;
    display: inline-block;
    margin: 0 4px;
    color: #666;
    text-align: center; }
  .wp-pagenavi a {
    cursor: pointer; }
    @media only screen and (min-width: 1025px) {
      .wp-pagenavi a:hover {
        background: #1489c3;
        color: #fff; } }
  .wp-pagenavi span.curren {
    border-radius: 15px;
    width: 30px;
    height: 30px;
    background: #ededed;
    background: #1489c3;
    color: #fff; }
  .wp-pagenavi .pages {
    margin-right: 15px; }

/*# sourceMappingURL=maps/styles.min.css.map */