/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.c_breadcrumb__item, .c_breadcrumb__item::after, .c_btn_information01__link .txt, .c_btn_information02__link .txt {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c_breadcrumb__item, .c_breadcrumb__item::after, .c_btn_information01__link .txt, .c_btn_information02__link .txt {
    font-size: 0.875rem;
  }
}

.c_paginate .wp-pagenavi .page, .c_paginate .wp-pagenavi .extend, .c_paginate .wp-pagenavi .current, .c_footer_main__info .maparea_txt, .c_btn_contact01__link, .c_box02__item__ttl02, .c_box02__item__txt .txt, .c_btn01__link, .c_btn02__link, .c_btncontact01__link, .c_txt01 {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c_paginate .wp-pagenavi .page, .c_paginate .wp-pagenavi .extend, .c_paginate .wp-pagenavi .current, .c_footer_main__info .maparea_txt, .c_btn_contact01__link, .c_box02__item__ttl02, .c_box02__item__txt .txt, .c_btn01__link, .c_btn02__link, .c_btncontact01__link, .c_txt01 {
    font-size: 1rem;
  }
}

.c_box02__item__ttl01 {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .c_box02__item__ttl01 {
    font-size: 1.25rem;
  }
}

.c_box01__ttl, .c_ttl02 {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c_box01__ttl, .c_ttl02 {
    font-size: 1.5rem;
  }
}

.c_ttl01 {
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .c_ttl01 {
    font-size: 2rem;
  }
}

.c_mv__heading, .c_title01 {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c_mv__heading, .c_title01 {
    font-size: 2.5rem;
  }
}

.u_txt_white {
  color: #fff !important;
}

.u_txt_black {
  color: #000 !important;
}

.u_mt_0 {
  margin-top: 0px !important;
}

.u_mb_0 {
  margin-bottom: 0px !important;
}

.u_mb_10 {
  margin-bottom: 10px !important;
}

.u_ml_0 {
  margin-left: 0px !important;
}

.u_mr_0 {
  margin-right: 0px !important;
}

@media screen and (min-width: 769px) {
  .u_mt_md_0 {
    margin-top: 0px !important;
  }
  .u_mb_md_0 {
    margin-bottom: 0px !important;
  }
  .u_ml_md_0 {
    margin-left: 0px !important;
  }
  .u_mr_md_0 {
    margin-right: 0px !important;
  }
}
.u_pl_0 {
  padding-left: 0 !important;
}

.u_pr_0 {
  padding-right: 0 !important;
}

.u_pt_3 {
  padding-top: 3px !important;
}

.u_pb_3 {
  padding-bottom: 3px !important;
}

.u_pl_20 {
  padding-left: 20px !important;
}

@media screen and (min-width: 769px) {
  .u_pl_md_9 {
    padding-left: 9px !important;
  }
}
.u_txt_left {
  text-align: left !important;
}

.u_txt_right {
  text-align: right !important;
}

.u_txt_center {
  text-align: center !important;
}

.u_fw900 {
  font-weight: 900 !important;
}

.u_fw800 {
  font-weight: 800 !important;
}

.u_fw700 {
  font-weight: 700 !important;
}

.u_fw600 {
  font-weight: 600 !important;
}

.u_fw500 {
  font-weight: 500 !important;
}

.u_fw400 {
  font-weight: 400 !important;
}

.u_fw300 {
  font-weight: 300 !important;
}

.u_f_base {
  font-family: "Noto Sans JP", sans-serif !important;
}

.u_cl_red {
  color: #E95037;
}

.u_cl_yellow {
  color: #FCD03E;
}

.u_cl_blue {
  color: #8BD1F4;
}

/*!
foundation > reset
------------------------------
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table; /* 1 */
  color: inherit; /* 2 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*!
foundation > base
------------------------------
*/
body {
  line-height: 1.8;
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
  background-color: #F8F8F4;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1rem;
  }
}

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

main {
  margin-top: 70px;
}
@media screen and (min-width: 1024px) {
  main {
    margin-top: 132px;
  }
}

.body-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}

img {
  width: 100%;
}

a {
  cursor: pointer;
  transition: 0.5s;
}
a:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

.pc {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
}

.sp {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.c_txt01 {
  font-weight: 400;
  color: #000;
  line-height: 1.875;
}

.c_ttl01 {
  position: relative;
  font-weight: 500;
  color: #000;
  line-height: 1.5;
  padding-bottom: 10px;
  border-bottom: solid 1px #dbdbc7;
}
@media screen and (min-width: 768px) {
  .c_ttl01 {
    line-height: 1.6;
    padding-bottom: 36px;
  }
}
.c_ttl01::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  background-color: #FFDE00;
  height: 2px;
  width: 100px;
}
@media screen and (min-width: 768px) {
  .c_ttl01::after {
    width: 200px;
  }
}

.c_title01 {
  font-weight: 400;
  line-height: 1.45;
  color: #000000;
}

.c_ttl02 {
  font-weight: 500;
  line-height: 1.5;
  background-color: #fff;
  padding: 10px 20px;
}
@media screen and (min-width: 768px) {
  .c_ttl02 {
    padding: 10px 20px 9px;
    line-height: 1.5;
  }
}

/*!
component > btn
------------------------------
*/
.c_totop {
  position: fixed;
  right: 20px;
  bottom: 60px;
  display: block;
  font-size: 0;
  width: 45px;
  height: 45px;
  transform: translateY(150px);
  transition: 0.5s;
  font-size: 0;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  z-index: 9;
  background: #333;
  border-radius: 40px;
  border: 2px solid #fff;
}
@media screen and (min-width: 768px) {
  .c_totop {
    right: 60px;
    bottom: 69px;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    border: 3px solid #fff;
  }
}
.c_totop::before {
  position: absolute;
  top: 50%;
  left: 11px;
  content: "";
  width: 12px;
  height: 3px;
  background: #fff;
  transform: translateY(-50%) rotate(-45deg);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .c_totop::before {
    left: 15px;
    width: 15px;
  }
}
.c_totop::after {
  position: absolute;
  top: 50%;
  right: 11px;
  content: "";
  width: 12px;
  height: 3px;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .c_totop::after {
    right: 15px;
    width: 15px;
  }
}
.c_totop:hover {
  transform: translateY(-20px) !important;
}

.c_btn01 {
  position: relative;
  z-index: 1;
}
.c_btn01__link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 30px;
  padding: 7px 19px 6px 25px;
  font-weight: 700;
  border: solid 1px #000;
  color: #fff;
  gap: 5px 10px;
}
@media screen and (min-width: 768px) {
  .c_btn01__link {
    padding: 7px 21px;
    gap: 5px 12px;
  }
  .c_btn01__link:hover {
    opacity: 0.8;
  }
}
.c_btn01__arrow {
  display: inline-block;
  width: 10px;
  height: 8.58px;
}
@media screen and (min-width: 768px) {
  .c_btn01__arrow {
    width: 10px;
    height: 8.58px;
  }
}
.c_btn01__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}
.c_btn01__txt {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c_btn01__txt {
    left: clamp(
      0rem,
      1.875vw + -1.6875rem,
      0.1875rem
  );
  }
}

.c_btn02 {
  position: relative;
  z-index: 1;
}
.c_btn02__link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 30px;
  padding: 7px 19px 7px 25px;
  font-weight: 700;
  border: solid 1px #000;
  color: #fff;
  gap: 5px 10px;
  width: max-content;
}
@media screen and (min-width: 768px) {
  .c_btn02__link {
    padding: 7px 18px 7px 21px;
    gap: 5px 15px;
  }
  .c_btn02__link:hover {
    opacity: 0.7;
  }
}
.c_btn02__arrow {
  display: block;
  width: 10px;
  height: 8.58px;
  background-color: #fff;
  mask: url(../../assets/images/common/icon_arrow_right_solid.svg) no-repeat center/contain;
}
.c_btn02__txt {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c_btn02__txt {
    left: clamp(
      0rem,
      1.875vw + -1.6875rem,
      0.1875rem
  );
  }
}

.c_btncontact01 {
  position: relative;
  z-index: 1;
}
.c_btncontact01__link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 41px;
  padding: 16px 51px 13px;
  font-weight: 700;
  border: solid 1px #000;
  color: #fff;
  gap: 10px;
  width: max-content;
}
@media screen and (min-width: 768px) {
  .c_btncontact01__link {
    padding: 16px 51px 13px 51px;
    gap: 10px;
  }
  .c_btncontact01__link:hover {
    opacity: 0.7;
  }
}
.c_btncontact01__link .icon {
  display: block;
  width: 20px;
  height: 15px;
  background-color: #fff;
  mask: url(../../assets/images/common/icon_email01.svg) no-repeat center/contain;
}

/*!
component > Links
------------------------------
*/
.c_list01__item {
  position: relative;
  padding-left: 15px;
  line-height: 1.875;
  color: #000;
  font-weight: 400;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .c_list01__item {
    margin-top: 4px;
    padding-left: 20px;
  }
}
.c_list01__item:first-child {
  margin-top: 0;
}
.c_list01__item::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  left: 0;
  top: 0;
  background-color: #FFDE00;
  border-radius: 50%;
  top: 10px;
}
@media screen and (min-width: 768px) {
  .c_list01__item::before {
    width: 10px;
    height: 10px;
  }
}

.c_box01 {
  display: grid;
  grid-gap: 40px 0;
}
@media screen and (min-width: 768px) {
  .c_box01 {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 79px clamp(
      1.25rem,
      5vw + -2.5rem,
      2.5rem
  );
  }
}
.c_box01__link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .c_box01__link {
    transition: all 0.5s;
  }
  .c_box01__link:hover {
    opacity: 0.7;
  }
}
.c_box01__img {
  width: 100%;
  text-align: center;
}
.c_box01__infor {
  padding-top: 15px;
}
@media screen and (min-width: 768px) {
  .c_box01__infor {
    padding-top: 20px;
  }
}
.c_box01__infor__wrap {
  display: inline-flex;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .c_box01__infor__wrap {
    gap: 10px clamp(
      0.625rem,
      2.5vw + -1.25rem,
      1.25rem
  );
  }
}
.c_box01__ttl {
  font-weight: 500;
  color: #000;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c_box01__ttl {
    line-height: 1.5;
  }
}
.c_box01__icon {
  position: relative;
  top: 3px;
  width: 24px;
  height: 24px;
  display: inline-block;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c_box01__icon {
    width: 26px;
    height: 26px;
    top: 6px;
  }
}

.c_box02__item {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .c_box02__item {
    flex-direction: row;
    align-items: flex-start;
  }
}
.c_box02__item__num {
  color: #ffde00;
  line-height: 1;
  z-index: 2;
  font-family: "Alata", sans-serif;
  font-weight: 400;
  font-size: 3.75rem;
  position: absolute;
  left: 15px;
  top: -30px;
}
@media screen and (min-width: 768px) {
  .c_box02__item__num {
    left: 0;
    top: clamp(
      -3.125rem,
      -4.2067307692vw + 1.0817307692rem,
      -0.9375rem
  );
    font-size: clamp(
      6.875rem,
      6.0096153846vw + 3.9903846154rem,
      10rem
  );
  }
}
.c_box02__item__img {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c_box02__item__img {
    width: 48.276%;
    margin-top: 60px;
  }
}
.c_box02__item__infor {
  position: relative;
  background-color: #fff;
  padding: 40px 20px 30px;
}
@media screen and (min-width: 768px) {
  .c_box02__item__infor {
    padding: clamp(
      3.75rem,
      2.4038461538vw + 2.5961538462rem,
      5rem
  ) clamp(
      1.25rem,
      4.8076923077vw + -1.0576923077rem,
      3.75rem
  ) clamp(
      3.75rem,
      2.1634615385vw + 2.7115384615rem,
      4.875rem
  );
    width: 51.724%;
  }
}
.c_box02__item__infor::before {
  position: absolute;
  content: "";
  right: 100%;
  top: 0;
  background-color: #fff;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .c_box02__item__infor::before {
    width: 50%;
  }
}
.c_box02__item__ttl01 {
  line-height: 1.45;
  font-weight: 700;
  color: #000;
}
.c_box02__item__ttl02 {
  display: flex;
  gap: 0 10px;
  font-weight: 500;
  margin-top: 15px;
  line-height: 1.875;
  color: #000;
}
@media screen and (min-width: 768px) {
  .c_box02__item__ttl02 {
    margin-top: 17px;
  }
}
.c_box02__item__ttl02 .icon {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
}
.c_box02__item__ttl02 .icon svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c_box02__item__ttl02 .icon_cmt {
  width: 20px;
  height: 16px;
  top: 8px;
}
@media screen and (min-width: 768px) {
  .c_box02__item__ttl02 .icon_cmt {
    width: 23.59px;
    height: 20px;
  }
}
.c_box02__item__ttl02 .ttl {
  display: inline-block;
}
.c_box02__item__txt {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .c_box02__item__txt {
    margin-top: 15px;
  }
}
.c_box02__item__txt .txt {
  font-weight: 400;
  color: #000;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .c_box02__item__txt .txt {
    line-height: 1.875;
    margin-top: 10px;
  }
}
.c_box02__item__txt .txt:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .c_box02__item__reversed {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .c_box02__item__reversed .c_box02__item__num {
    right: 0;
    left: auto;
  }
}
@media screen and (min-width: 768px) {
  .c_box02__item__reversed .c_box02__item__infor::before {
    right: 0;
    left: 100%;
  }
}

.c_mv {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .c_mv {
    padding: 140px 0 137px;
  }
}
.c_mv__heading {
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c_mv__heading {
    line-height: 1.45;
  }
}
.c_mv__heading__img {
  display: inline-block;
  width: 70px;
  height: 16px;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .c_mv__heading__img {
    width: 90px;
    height: 36px;
    margin-top: 10px;
  }
}
.c_mv__heading__img img {
  display: block;
  object-fit: cover;
  height: 100%;
}

/*!
component > Gnavi
------------------------------
*/
/*!
component > header
------------------------------
*/
.c_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.c_header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  background-color: #FFF;
  position: relative;
  padding: 0 20px;
}
@media screen and (min-width: 1024px) {
  .c_header__inner {
    padding-left: 30px;
    padding-right: 0;
    height: 132px;
    gap: 20px;
  }
}
.c_header__logoarea {
  display: block;
  flex-shrink: 0;
  width: 126px;
  margin-top: 2px;
}
@media screen and (min-width: 1024px) {
  .c_header__logoarea {
    width: clamp(
      11.25rem,
      15.2777777778vw + 1.4722222222rem,
      16.75rem
  );
    margin-top: -5px;
  }
}
.c_header__rightarea {
  display: none;
}
@media screen and (min-width: 1024px) {
  .c_header__rightarea {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .c_header__rightarea .c_btn_contact01 {
    margin-left: clamp(
      1.25rem,
      3.6458333333vw + -1.0833333333rem,
      2.5625rem
  );
  }
}
.c_header__rightarea .c_btn_information01 {
  margin-left: clamp(
      1.25rem,
      1.7361111111vw + 0.1388888889rem,
      1.875rem
  );
}
.c_header .nav_top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}
@media screen and (min-width: 1024px) {
  .c_header .nav_top {
    gap: clamp(
      0.9375rem,
      2.6041666667vw + -0.7291666667rem,
      1.875rem
  );
  }
}
.c_header .nav_top__item__link {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.875;
  color: #000000;
}
@media screen and (min-width: 1024px) {
  .c_header .nav_top__item__link {
    font-size: clamp(
      0.875rem,
      0.3472222222vw + 0.6527777778rem,
      1rem
  );
  }
}
.c_header .nav_bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 39px;
  margin-top: 5px;
}
@media screen and (min-width: 1024px) {
  .c_header .nav_bottom {
    gap: clamp(
      0.9375rem,
      4.1666666667vw + -1.7291666667rem,
      2.4375rem
  );
  }
}
.c_header .nav_bottom__item {
  position: relative;
}
.c_header .nav_bottom__item__link {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  color: #000000;
}
@media screen and (min-width: 1024px) {
  .c_header .nav_bottom__item__link {
    font-size: clamp(
      1rem,
      0.6944444444vw + 0.5555555556rem,
      1.25rem
  );
  }
}
.c_header .nav_bottom__item::after {
  content: "/";
  font-family: "Zen Maru Gothic", serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000000;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: -24px;
}
@media screen and (min-width: 1024px) {
  .c_header .nav_bottom__item::after {
    font-size: clamp(
      0.875rem,
      0.3472222222vw + 0.6527777778rem,
      1rem
  );
    right: clamp(
      -1.5rem,
      -2.2569444444vw + 0.7569444444rem,
      -0.6875rem
  );
  }
}
.c_header .nav_bottom__item:last-child::after {
  display: none;
}
.c_header__navmb {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  background-color: #FFF;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.5s visibility ease-in-out, opacity 0.5s ease-in-out;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .c_header__navmb {
    display: none;
  }
}
.c_header__navmb__inner {
  padding: 70px 20px 80px;
  overflow: auto;
  height: 100%;
}
.c_header__navmb__list {
  margin-top: 60px;
  border-top: 1px solid #DBDBC7;
}
.c_header__navmb__item {
  border-bottom: 1px solid #DBDBC7;
}
.c_header__navmb__item .link {
  display: block;
  width: 100%;
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 400;
  padding: 15px 0;
}
.c_header__navmb .c_btn_contact01 {
  display: block;
  border: 1px solid #DBDBC7;
  border-radius: 41px;
  height: 60px;
  max-width: 260px;
  width: 100%;
  margin: 40px auto 0;
}
.c_header__navmb .group_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
.c_header__navmb .c_btn_information01 {
  display: block;
  width: 100%;
  max-width: 135px;
  aspect-ratio: 1/1;
  background-color: #FFDE00;
}
.c_header__navmb .c_btn_information02 {
  display: block;
  width: 100%;
  max-width: 135px;
  aspect-ratio: 1/1;
  background-color: #FFEE99;
}
.c_header__navmb .snsarea {
  margin: 40px auto;
}
.c_header__navmb .snsarea_title {
  font-family: "Alata", sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 14px;
  text-align: center;
}
.c_header__navmb .snsarea_group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 34px;
}
.c_header__navmb .snsarea_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #000000;
}
.c_header__navmb .snsarea_item .link {
  display: block;
  width: 40px;
  height: 40px;
}
.c_header.is_open .c_header__navmb {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.c_header.is_open .c_hamburger__line:nth-child(1) {
  top: 50%;
  rotate: 45deg;
}
.c_header.is_open .c_hamburger__line:nth-child(2) {
  opacity: 0;
}
.c_header.is_open .c_hamburger__line:nth-child(3) {
  top: 50%;
  rotate: 135deg;
}

.c_btn_contact01 {
  display: none;
}
@media screen and (min-width: 1024px) {
  .c_btn_contact01 {
    display: block;
    width: 100%;
    max-width: 230px;
    height: 60px;
    border: 1px solid #DBDBC7;
    border-radius: 41px;
    max-width: clamp(
      11.5625rem,
      7.8125vw + 6.5625rem,
      14.375rem
  );
  }
}
.c_btn_contact01__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 41px;
  line-height: 1;
  font-weight: 700;
  position: relative;
  gap: 10px;
  padding: 10px 20px 10px;
  transition: 0.5s all ease-in-out;
}
.c_btn_contact01__link::before {
  content: "";
  display: block;
  width: 20px;
  height: 17.08px;
  background: url(../../assets/images/common/icon_heart.svg) no-repeat;
  background-size: 100%;
}
.c_btn_contact01__link:hover {
  opacity: 0.7;
}

.c_btn_information01 {
  display: none;
}
@media screen and (min-width: 1024px) {
  .c_btn_information01 {
    display: block;
    width: 100%;
    max-width: 134px;
    height: 132px;
    background-color: #FFDE00;
    max-width: clamp(
      6.5625rem,
      5.0347222222vw + 3.3402777778rem,
      8.375rem
  );
  }
}
.c_btn_information01__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
  gap: 10px;
  padding: 10px 10px 11px;
  transition: 0.5s all ease-in-out;
}
.c_btn_information01__link .icon {
  width: 55px;
}
.c_btn_information01__link .txt {
  font-weight: 700;
  line-height: 1;
  color: #000000;
  padding-top: 1px;
}
@media screen and (min-width: 1024px) {
  .c_btn_information01__link:hover {
    opacity: 0.7;
  }
}

.c_btn_information02 {
  display: none;
}
@media screen and (min-width: 1024px) {
  .c_btn_information02 {
    display: block;
    width: 100%;
    max-width: 134px;
    height: 132px;
    background-color: #FFEE99;
    max-width: clamp(
      6.5625rem,
      5.0347222222vw + 3.3402777778rem,
      8.375rem
  );
    position: absolute;
    top: 100%;
    right: 0;
  }
}
.c_btn_information02__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
  gap: 10px;
  padding: 10px 10px 11px;
  transition: 0.5s all ease-in-out;
}
.c_btn_information02__link .icon {
  width: 50px;
}
.c_btn_information02__link .txt {
  font-weight: 700;
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .c_btn_information02__link:hover {
    opacity: 0.7;
  }
}

.c_hamburger {
  display: block;
  width: 40px;
  height: 28px;
  position: relative;
  transition: opacity 0.5s ease-in-out;
}
.c_hamburger__line {
  display: block;
  width: 100%;
  height: 4px;
  background-color: #FFDE00;
  border-radius: 41px;
  transition: 0.4s all ease-in;
}
.c_hamburger__line:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
}
.c_hamburger__line:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 0;
}
.c_hamburger__line:nth-child(3) {
  position: absolute;
  top: 100%;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .c_hamburger {
    display: none;
  }
}

/*!
component > footer
------------------------------
*/
.c_footer {
  border-top: 10px solid #FFDE00;
  background-color: #333333;
  color: #FFF;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .c_footer {
    padding-bottom: 91px;
  }
}
.c_footer_main {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px clamp(
      1.875rem,
      21.5144230769vw + -8.4519230769rem,
      13.0625rem
  );
  padding: 30px 10px 0;
}
@media screen and (min-width: 768px) {
  .c_footer_main {
    padding: 80px 0 0 0;
  }
}
.c_footer_main__info {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c_footer_main__info {
    width: unset;
  }
}
.c_footer_main__info .logoarea {
  display: block;
  width: 312px;
}
.c_footer_main__info .maparea {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .c_footer_main__info .maparea {
    display: flex;
    align-items: flex-end;
    gap: 16px;
  }
}
.c_footer_main__info .maparea_txt {
  font-weight: 500;
  line-height: 1.5;
}
.c_footer_main__info .maparea_link {
  width: 100%;
  max-width: 340px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #FFF;
  border-radius: 30px;
  font-weight: 700;
  padding-bottom: 1px;
  margin-top: 20px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c_footer_main__info .maparea_link {
    width: 48px;
    height: 20px;
    max-width: 100%;
    margin-top: 0;
    font-size: 0.75rem;
  }
}
.c_footer_main__info .telarea {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 27px;
}
@media screen and (min-width: 768px) {
  .c_footer_main__info .telarea {
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) {
  .c_footer_main__info .telarea_link {
    pointer-events: none;
  }
}
.c_footer_main__info .brandarea {
  display: flex;
  align-items: center;
  width: 220px;
  height: 60px;
  gap: 10px;
  padding: 10px;
  background-color: #FFF;
  margin-top: 27px;
}
.c_footer_main__info .brandarea_logo {
  width: 40px;
}
.c_footer_main__info .brandarea_content {
  color: #222222;
}
.c_footer_main__info .brandarea_content .sub {
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1;
}
.c_footer_main__info .brandarea_content .title {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 9px;
}
.c_footer_main__info .linkarea {
  display: flex;
  align-items: center;
  gap: 44px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .c_footer_main__info .linkarea {
    margin-top: clamp(
      2.5rem,
      7.2115384615vw + -0.9615384615rem,
      6.25rem
  );
  }
}
.c_footer_main__info .linkarea_item {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4285714286;
  display: inline-block;
}
.c_footer_main__navarea {
  display: none;
}
@media screen and (min-width: 768px) {
  .c_footer_main__navarea {
    display: flex;
    align-items: flex-start;
    margin-top: 27px;
    gap: clamp(
      1.875rem,
      12.8605769231vw + -4.2980769231rem,
      8.5625rem
  );
  }
}
.c_footer .copyright {
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.4285714286;
  margin-top: 38px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c_footer .copyright {
    font-size: 0.875rem;
    text-align: left;
  }
}

.c_navlist_item {
  margin-top: -1px;
}
.c_navlist_item__link {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
.c_navlist_item__spmt {
  margin-top: 19px;
}

.c_navsublist {
  margin-left: 19px;
  margin-bottom: 37px;
}
.c_navsublist_item {
  margin-top: -1px;
  position: relative;
}
.c_navsublist_item::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-left: 1px solid #FFDE00;
  border-bottom: 1px solid #FFDE00;
  position: absolute;
  top: 9px;
  left: -19px;
}
.c_navsublist_item__link {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

/*!
component > Other
------------------------------

- loadpage
------------------------------
*/
.is_loadding .c_loading {
  opacity: 1;
  pointer-events: all;
}

.c_loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #DD0012;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
}
.c_loading__content {
  position: relative;
  -webkit-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px);
}
.c_loading__item {
  background-color: #FFF;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  margin-left: 15px;
  top: 4px;
  left: -7px;
}
.c_loading__item:first-child {
  -webkit-animation: ball-zig 0.7s 0s infinite linear;
  animation: ball-zig 0.7s 0s infinite linear;
}
.c_loading__item:last-child {
  -webkit-animation: ball-zag 0.7s 0s infinite linear;
  animation: ball-zag 0.7s 0s infinite linear;
}

@-webkit-keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  66% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  66% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  66% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  66% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/*!
- Cookiewrap
------------------------------
*/
#cookiewrap {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #ccc;
  z-index: 999;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  display: none;
}
@media screen and (min-width: 768px) {
  #cookiewrap {
    padding: 40px;
  }
}
#cookiewrap .inner {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
#cookiewrap .inner .close {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  font-size: 0.875rem;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  #cookiewrap .inner .close {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}
#cookiewrap .inner .close a {
  display: block;
  padding: 8px;
  border: 1px solid #999;
}
#cookiewrap .inner .txt {
  font-size: 0.875rem;
  line-height: 1.8;
  padding-bottom: 45px;
}
@media screen and (min-width: 768px) {
  #cookiewrap .inner .txt {
    padding-bottom: 0;
    padding-right: 110px;
  }
}

.c_card01__item__link .imagearea {
  aspect-ratio: 260/180;
}
.c_card01__item__link .imagearea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c_card01__item__link .title {
  font-weight: 500;
  line-height: 1.6;
  margin-top: 10px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c_card01__item__link .title {
    font-size: 1.25rem;
    margin-top: clamp(
      1.25rem,
      1.0817307692vw + 0.7307692308rem,
      1.8125rem
  );
  }
}
.c_card01__item__link .title span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.c_card01__item__link .time {
  font-family: "Alata", sans-serif;
  font-weight: 400;
  line-height: 2;
  font-size: 1rem;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .c_card01__item__link .time {
    font-size: 1rem;
    margin-top: 13px;
  }
}

.c_boxcontact__inner {
  background-color: #FFF;
  padding: 27px 19px 31px;
}
@media screen and (min-width: 768px) {
  .c_boxcontact__inner {
    padding: 79px 20px 80px;
  }
}
.c_boxcontact__inner .title {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  text-align: center;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .c_boxcontact__inner .title {
    font-size: 1.25rem;
    line-height: 1.6;
    font-weight: 500;
  }
}
.c_boxcontact__inner .group {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .c_boxcontact__inner .group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 47px;
    margin-top: 28px;
  }
}
.c_boxcontact__inner .group .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  line-height: 1;
  color: #000000;
}
.c_boxcontact__inner .group .tel_txt {
  font-size: 1.25rem;
}
.c_boxcontact__inner .group .tel_number {
  font-family: "Alata", sans-serif;
  font-size: clamp(
      1.625rem,
      18.5185185185vw + -2.0787037037rem,
      2.25rem
  );
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c_boxcontact__inner .group .tel_number {
    pointer-events: none;
  }
}
.c_boxcontact__inner .c_btncontact01 {
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  .c_boxcontact__inner .c_btncontact01 {
    margin-top: 0;
  }
}
.c_boxcontact__inner .c_btncontact01__link {
  margin-inline: auto;
}

.l_breadcrumb {
  padding: 5px 0;
}
@media screen and (min-width: 768px) {
  .l_breadcrumb {
    padding: 11px 0;
  }
}

.c_breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
@media screen and (min-width: 768px) {
  .c_breadcrumb {
    gap: 5px 21px;
  }
}
.c_breadcrumb__item {
  font-weight: 500;
  position: relative;
  color: #000;
  line-height: 1.15;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .c_breadcrumb__item {
    padding-right: 21px;
  }
}
.c_breadcrumb__item::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .c_breadcrumb__item::after {
    height: 87%;
  }
}
.c_breadcrumb__item:last-child {
  padding-right: 0;
}
.c_breadcrumb__item:last-child::after {
  content: none;
}
.c_breadcrumb__link {
  position: relative;
  display: inline-block;
  color: #000;
}
@media screen and (min-width: 768px) {
  .c_breadcrumb__link {
    transition: all 0.5s;
  }
  .c_breadcrumb__link:hover {
    opacity: 0.7;
  }
}

.c_rich_content .c_rich_content__time {
  font-family: "Alata", sans-serif;
}
.c_rich_content .c_rich_content__title {
  margin-top: 7px;
}
@media screen and (min-width: 768px) {
  .c_rich_content .c_rich_content__title {
    margin-top: 14px;
  }
}
.c_rich_content .c_rich_content__body {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .c_rich_content .c_rich_content__body {
    margin-top: 122px;
  }
}
.c_rich_content .c_rich_content__body img {
  max-width: 740px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-block: 15px;
}
@media screen and (min-width: 768px) {
  .c_rich_content .c_rich_content__body img {
    margin-block: 37px;
  }
}
.c_rich_content .c_rich_content__body p {
  font-weight: 400;
  line-height: 1.875;
  margin-block: 15px;
}
@media screen and (min-width: 768px) {
  .c_rich_content .c_rich_content__body p {
    margin-block: 37px;
  }
}
.c_rich_content .c_rich_content__footer {
  text-align: center;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .c_rich_content .c_rich_content__footer {
    margin-top: 54px;
  }
}
.c_rich_content .c_rich_content__back {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .c_rich_content .c_rich_content__back {
    gap: 10px;
  }
}
.c_rich_content .c_rich_content__back::before {
  content: url("../images/common/icon_back_archive.svg");
  margin-top: 2px;
}

.c_rich_content__freelayout p {
  margin: 15px 10px 15px 10px;
}
.c_rich_content__freelayout ul,
.c_rich_content__freelayout ol {
  margin: 15px 0px 15px 40px;
}
.c_rich_content__freelayout ul li {
  list-style: disc;
  margin-bottom: 5px;
}
.c_rich_content__freelayout :where(img[class*=wp-image-]) {
  width: auto;
  height: auto;
  max-width: 100%;
}
.c_rich_content__freelayout figure {
  margin-block: 15px;
}
@media screen and (min-width: 768px) {
  .c_rich_content__freelayout figure {
    margin-block: 32px;
  }
}
.c_rich_content__freelayout img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.c_rich_content__freelayout .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.c_rich_content__freelayout img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}
.c_rich_content__freelayout img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}
.c_rich_content__freelayout .alignright {
  float: right;
}
.c_rich_content__freelayout .alignleft {
  float: left;
}

.c_paginate {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .c_paginate {
    gap: 30px;
  }
}
.c_paginate .previouspostslink {
  background-color: #FFF;
  color: #000000;
  width: 30px;
  height: 30px;
  border: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s all ease-in-out;
  position: relative;
  cursor: pointer;
}
.c_paginate .previouspostslink::after {
  content: "";
  display: block;
  width: 10px;
  height: 8px;
  background-color: #000000;
  mask: url(../../assets/images/common/icon_arrow_right_solid.svg) no-repeat center/contain;
  transition: 0.5s all ease-in-out;
  rotate: -180deg;
}
@media screen and (min-width: 768px) {
  .c_paginate .previouspostslink {
    width: 42px;
    height: 42px;
  }
  .c_paginate .previouspostslink:hover {
    background-color: #000000;
  }
  .c_paginate .previouspostslink:hover::after {
    background-color: #FFF;
  }
}
.c_paginate .previouspostslink a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}
.c_paginate .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .c_paginate .wp-pagenavi {
    gap: 30px;
  }
}
.c_paginate .wp-pagenavi .page {
  font-weight: 500;
  line-height: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #FFF;
  color: #000000;
  border: 0;
  transition: 0.5s all ease-in-out;
}
@media screen and (min-width: 768px) {
  .c_paginate .wp-pagenavi .page {
    width: 42px;
    height: 42px;
  }
  .c_paginate .wp-pagenavi .page:hover {
    background-color: #000000;
    color: #FFF;
  }
}
.c_paginate .wp-pagenavi .extend {
  font-weight: 500;
  line-height: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 768px) {
  .c_paginate .wp-pagenavi .extend {
    width: 42px;
    height: 42px;
  }
}
.c_paginate .wp-pagenavi .current {
  font-weight: 500;
  line-height: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #000000;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .c_paginate .wp-pagenavi .current {
    width: 42px;
    height: 42px;
  }
}
.c_paginate .nextpostslink {
  background-color: #FFF;
  color: #000000;
  width: 30px;
  height: 30px;
  border: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s all ease-in-out;
  cursor: pointer;
  position: relative;
}
.c_paginate .nextpostslink::after {
  content: "";
  display: block;
  width: 10px;
  height: 8px;
  background-color: #000000;
  mask: url(../../assets/images/common/icon_arrow_right_solid.svg) no-repeat center/contain;
  transition: 0.5s all ease-in-out;
}
@media screen and (min-width: 768px) {
  .c_paginate .nextpostslink {
    width: 42px;
    height: 42px;
  }
  .c_paginate .nextpostslink:hover {
    background-color: #000000;
  }
  .c_paginate .nextpostslink:hover::after {
    background-color: #FFF;
  }
}
.c_paginate .nextpostslink a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}

/*!
layout > container
------------------------------
*/
.l_container {
  width: unset;
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .l_container {
    box-sizing: border-box;
    margin: 0 auto;
    width: auto;
  }
  .l_container {
    max-width: 1240px;
    padding: 0 40px;
    margin: 0 auto;
  }
}
/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.c_breadcrumb__item, .c_breadcrumb__item::after, .c_btn_information01__link .txt, .c_btn_information02__link .txt {
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
  .c_breadcrumb__item, .c_breadcrumb__item::after, .c_btn_information01__link .txt, .c_btn_information02__link .txt {
    font-size: 0.875rem;
  }
}
.c_paginate .wp-pagenavi .page, .c_paginate .wp-pagenavi .extend, .c_paginate .wp-pagenavi .current, .c_footer_main__info .maparea_txt, .c_btn_contact01__link, .c_box02__item__ttl02, .c_box02__item__txt .txt, .c_btn01__link, .c_btn02__link, .c_btncontact01__link, .c_txt01 {
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .c_paginate .wp-pagenavi .page, .c_paginate .wp-pagenavi .extend, .c_paginate .wp-pagenavi .current, .c_footer_main__info .maparea_txt, .c_btn_contact01__link, .c_box02__item__ttl02, .c_box02__item__txt .txt, .c_btn01__link, .c_btn02__link, .c_btncontact01__link, .c_txt01 {
    font-size: 1rem;
  }
}
.c_box02__item__ttl01 {
  font-size: 1.125rem;
}

@media screen and (min-width: 768px) {
  .c_box02__item__ttl01 {
    font-size: 1.25rem;
  }
}
.c_box01__ttl, .c_ttl02 {
  font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
  .c_box01__ttl, .c_ttl02 {
    font-size: 1.5rem;
  }
}
.c_ttl01 {
  font-size: 1.375rem;
}

@media screen and (min-width: 768px) {
  .c_ttl01 {
    font-size: 2rem;
  }
}
.c_mv__heading, .c_title01 {
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .c_mv__heading, .c_title01 {
    font-size: 2.5rem;
  }
}
.u_txt_white {
  color: #fff !important;
}

.u_txt_black {
  color: #000 !important;
}

.u_mt_0 {
  margin-top: 0px !important;
}

.u_mb_0 {
  margin-bottom: 0px !important;
}

.u_mb_10 {
  margin-bottom: 10px !important;
}

.u_ml_0 {
  margin-left: 0px !important;
}

.u_mr_0 {
  margin-right: 0px !important;
}

@media screen and (min-width: 769px) {
  .u_mt_md_0 {
    margin-top: 0px !important;
  }
  .u_mb_md_0 {
    margin-bottom: 0px !important;
  }
  .u_ml_md_0 {
    margin-left: 0px !important;
  }
  .u_mr_md_0 {
    margin-right: 0px !important;
  }
}
.u_pl_0 {
  padding-left: 0 !important;
}

.u_pr_0 {
  padding-right: 0 !important;
}

.u_pt_3 {
  padding-top: 3px !important;
}

.u_pb_3 {
  padding-bottom: 3px !important;
}

.u_pl_20 {
  padding-left: 20px !important;
}

@media screen and (min-width: 769px) {
  .u_pl_md_9 {
    padding-left: 9px !important;
  }
}
.u_txt_left {
  text-align: left !important;
}

.u_txt_right {
  text-align: right !important;
}

.u_txt_center {
  text-align: center !important;
}

.u_fw900 {
  font-weight: 900 !important;
}

.u_fw800 {
  font-weight: 800 !important;
}

.u_fw700 {
  font-weight: 700 !important;
}

.u_fw600 {
  font-weight: 600 !important;
}

.u_fw500 {
  font-weight: 500 !important;
}

.u_fw400 {
  font-weight: 400 !important;
}

.u_fw300 {
  font-weight: 300 !important;
}

.u_f_base {
  font-family: "Noto Sans JP", sans-serif !important;
}

.u_cl_red {
  color: #E95037;
}

.u_cl_yellow {
  color: #FCD03E;
}

.u_cl_blue {
  color: #8BD1F4;
}

/*!
page > common > common
------------------------------
*/
/*!
foundation > reset
------------------------------
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table; /* 1 */
  color: inherit; /* 2 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*!
foundation > base
------------------------------
*/
body {
  line-height: 1.8;
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
  background-color: #F8F8F4;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1rem;
  }
}
body.overflow_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

main {
  margin-top: 70px;
}

@media screen and (min-width: 1024px) {
  main {
    margin-top: 132px;
  }
}
.body-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}

img {
  width: 100%;
}

a {
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}
.pc {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
}
.sp {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
.c_txt01 {
  font-weight: 400;
  color: #000;
  line-height: 1.875;
}

.c_ttl01 {
  position: relative;
  font-weight: 500;
  color: #000;
  line-height: 1.5;
  padding-bottom: 10px;
  border-bottom: solid 1px #dbdbc7;
}

@media screen and (min-width: 768px) {
  .c_ttl01 {
    line-height: 1.6;
    padding-bottom: 36px;
  }
}
.c_ttl01::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  background-color: #FFDE00;
  height: 2px;
  width: 100px;
}

@media screen and (min-width: 768px) {
  .c_ttl01::after {
    width: 200px;
  }
}
.c_title01 {
  font-weight: 400;
  line-height: 1.45;
  color: #000000;
}

.c_ttl02 {
  font-weight: 500;
  line-height: 1.5;
  background-color: #fff;
  padding: 10px 20px;
}

@media screen and (min-width: 768px) {
  .c_ttl02 {
    padding: 10px 20px 9px;
    line-height: 1.5;
  }
}
/*!
component > btn
------------------------------
*/
.c_btnbacktotop {
  position: fixed;
  right: 20px;
  bottom: 40px;
  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: 40px;
  height: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  z-index: 9;
  background: #333;
  border-radius: 50%;
  border: 1px solid #FFDE00;
  background-color: #FFDE00;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .c_btnbacktotop {
    right: 40px;
    bottom: 40px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
  .c_btnbacktotop:hover {
    opacity: 0.7;
  }
}
.c_btnbacktotop::after {
  content: "";
  display: block;
  width: 14px;
  height: 10px;
  -webkit-mask: url(../../assets/images/common/icon_arrow_right_solid.svg) no-repeat center/contain;
  mask: url(../../assets/images/common/icon_arrow_right_solid.svg) no-repeat center/contain;
  rotate: -90deg;
  background-color: #fff;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

@media screen and (min-width: 768px) {
  .c_btnbacktotop::after {
    width: 20px;
    height: 14px;
  }
}
.c_btnbacktotop.is_init {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.c_btn01 {
  position: relative;
  z-index: 1;
}

.c_btn01__link {
  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;
  text-decoration: none;
  background-color: #000;
  border-radius: 30px;
  padding: 7px 19px 6px 25px;
  font-weight: 700;
  border: solid 1px #000;
  color: #fff;
  gap: 5px 10px;
}

@media screen and (min-width: 768px) {
  .c_btn01__link {
    padding: 7px 21px;
    gap: 5px 12px;
  }
  .c_btn01__link:hover {
    opacity: 0.8;
  }
}
.c_btn01__arrow {
  display: inline-block;
  width: 10px;
  height: 8.58px;
}

@media screen and (min-width: 768px) {
  .c_btn01__arrow {
    width: 10px;
    height: 8.58px;
  }
}
.c_btn01__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}

.c_btn01__txt {
  position: relative;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .c_btn01__txt {
    left: clamp(0rem, 1.875vw - 1.6875rem, 0.1875rem);
  }
}
.c_btn02 {
  position: relative;
  z-index: 1;
}

.c_btn02__link {
  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;
  text-decoration: none;
  background-color: #000;
  border-radius: 30px;
  padding: 7px 19px 7px 25px;
  font-weight: 700;
  border: solid 1px #000;
  color: #fff;
  gap: 5px 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media screen and (min-width: 768px) {
  .c_btn02__link {
    padding: 7px 18px 7px 21px;
    gap: 5px 15px;
  }
  .c_btn02__link:hover {
    opacity: 0.7;
  }
}
.c_btn02__arrow {
  display: block;
  width: 10px;
  height: 8.58px;
  background-color: #fff;
  -webkit-mask: url(../../assets/images/common/icon_arrow_right_solid.svg) no-repeat center/contain;
  mask: url(../../assets/images/common/icon_arrow_right_solid.svg) no-repeat center/contain;
}

.c_btn02__txt {
  position: relative;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .c_btn02__txt {
    left: clamp(0rem, 1.875vw - 1.6875rem, 0.1875rem);
  }
}
.c_btncontact01 {
  position: relative;
  z-index: 1;
}

.c_btncontact01__link {
  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;
  text-decoration: none;
  background-color: #000;
  border-radius: 41px;
  padding: 16px 51px 13px;
  font-weight: 700;
  border: solid 1px #000;
  color: #fff;
  gap: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media screen and (min-width: 768px) {
  .c_btncontact01__link {
    padding: 16px 51px 13px 51px;
    gap: 10px;
  }
  .c_btncontact01__link:hover {
    opacity: 0.7;
  }
}
.c_btncontact01__link .icon {
  display: block;
  width: 20px;
  height: 15px;
  background-color: #fff;
  -webkit-mask: url(../../assets/images/common/icon_email01.svg) no-repeat center/contain;
  mask: url(../../assets/images/common/icon_email01.svg) no-repeat center/contain;
}

/*!
component > Links
------------------------------
*/
.c_list01__item {
  position: relative;
  padding-left: 15px;
  line-height: 1.875;
  color: #000;
  font-weight: 400;
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .c_list01__item {
    margin-top: 4px;
    padding-left: 20px;
  }
}
.c_list01__item:first-child {
  margin-top: 0;
}

.c_list01__item::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  left: 0;
  top: 0;
  background-color: #FFDE00;
  border-radius: 50%;
  top: 10px;
}

@media screen and (min-width: 768px) {
  .c_list01__item::before {
    width: 10px;
    height: 10px;
  }
}
.c_box01 {
  display: -ms-grid;
  display: grid;
  grid-gap: 40px 0;
}

@media screen and (min-width: 768px) {
  .c_box01 {
    -ms-grid-columns: 1fr clamp(1.25rem, 5vw - 2.5rem, 2.5rem) 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 79px clamp(1.25rem, 5vw - 2.5rem, 2.5rem);
  }
}
.c_box01__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .c_box01__link {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .c_box01__link:hover {
    opacity: 0.7;
  }
}
.c_box01__img {
  width: 100%;
  text-align: center;
}

.c_box01__infor {
  padding-top: 15px;
}

@media screen and (min-width: 768px) {
  .c_box01__infor {
    padding-top: 20px;
  }
}
.c_box01__infor__wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
}

@media screen and (min-width: 768px) {
  .c_box01__infor__wrap {
    gap: 10px clamp(0.625rem, 2.5vw - 1.25rem, 1.25rem);
  }
}
.c_box01__ttl {
  font-weight: 500;
  color: #000;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .c_box01__ttl {
    line-height: 1.5;
  }
}
.c_box01__icon {
  position: relative;
  top: 3px;
  width: 24px;
  height: 24px;
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .c_box01__icon {
    width: 26px;
    height: 26px;
    top: 6px;
  }
}
.c_box02__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media screen and (min-width: 768px) {
  .c_box02__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.c_box02__item__num {
  color: #ffde00;
  line-height: 1;
  z-index: 2;
  font-family: "Alata", sans-serif;
  font-weight: 400;
  font-size: 3.75rem;
  position: absolute;
  left: 15px;
  top: -30px;
}

@media screen and (min-width: 768px) {
  .c_box02__item__num {
    left: 0;
    top: clamp(-3.125rem, -4.2067307692vw + 1.0817307692rem, -0.9375rem);
    font-size: clamp(6.875rem, 6.0096153846vw + 3.9903846154rem, 10rem);
  }
}
.c_box02__item__img {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c_box02__item__img {
    width: 48.276%;
    margin-top: 60px;
  }
}
.c_box02__item__infor {
  position: relative;
  background-color: #fff;
  padding: 40px 20px 30px;
}

@media screen and (min-width: 768px) {
  .c_box02__item__infor {
    padding: clamp(3.75rem, 2.4038461538vw + 2.5961538462rem, 5rem) clamp(1.25rem, 4.8076923077vw - 1.0576923077rem, 3.75rem) clamp(3.75rem, 2.1634615385vw + 2.7115384615rem, 4.875rem);
    width: 51.724%;
  }
}
.c_box02__item__infor::before {
  position: absolute;
  content: "";
  right: 100%;
  top: 0;
  background-color: #fff;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .c_box02__item__infor::before {
    width: 50%;
  }
}
.c_box02__item__ttl01 {
  line-height: 1.45;
  font-weight: 700;
  color: #000;
}

.c_box02__item__ttl02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  font-weight: 500;
  margin-top: 15px;
  line-height: 1.875;
  color: #000;
}

@media screen and (min-width: 768px) {
  .c_box02__item__ttl02 {
    margin-top: 17px;
  }
}
.c_box02__item__ttl02 .icon {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.c_box02__item__ttl02 .icon svg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c_box02__item__ttl02 .icon_cmt {
  width: 20px;
  height: 16px;
  top: 8px;
}

@media screen and (min-width: 768px) {
  .c_box02__item__ttl02 .icon_cmt {
    width: 23.59px;
    height: 20px;
  }
}
.c_box02__item__ttl02 .ttl {
  display: inline-block;
}

.c_box02__item__txt {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .c_box02__item__txt {
    margin-top: 15px;
  }
}
.c_box02__item__txt .txt {
  font-weight: 400;
  color: #000;
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  .c_box02__item__txt .txt {
    line-height: 1.875;
    margin-top: 10px;
  }
}
.c_box02__item__txt .txt:first-child {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .c_box02__item__reversed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .c_box02__item__reversed .c_box02__item__num {
    right: 0;
    left: auto;
  }
}
@media screen and (min-width: 768px) {
  .c_box02__item__reversed .c_box02__item__infor::before {
    right: 0;
    left: 100%;
  }
}
.c_mv {
  padding: 60px 0;
}

@media screen and (min-width: 768px) {
  .c_mv {
    padding: 140px 0 137px;
  }
}
.c_mv__heading {
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .c_mv__heading {
    line-height: 1.45;
  }
}
.c_mv__heading__img {
  display: inline-block;
  width: 70px;
  height: 16px;
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .c_mv__heading__img {
    width: 90px;
    height: 36px;
    margin-top: 10px;
  }
}
.c_mv__heading__img img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

/*!
component > Gnavi
------------------------------
*/
/*!
component > header
------------------------------
*/
.c_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.c_header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  background-color: #FFF;
  position: relative;
  padding: 0 20px;
}

@media screen and (min-width: 1024px) {
  .c_header__inner {
    padding-left: 30px;
    padding-right: 0;
    height: 132px;
    gap: 20px;
  }
}
.c_header__logoarea {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 126px;
  margin-top: 2px;
}

@media screen and (min-width: 1024px) {
  .c_header__logoarea {
    width: clamp(11.25rem, 15.2777777778vw + 1.4722222222rem, 16.75rem);
    margin-top: -5px;
  }
}
.c_header__rightarea {
  display: none;
}

@media screen and (min-width: 1024px) {
  .c_header__rightarea {
    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: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .c_header__rightarea .c_btn_contact01 {
    margin-left: clamp(1.25rem, 3.6458333333vw - 1.0833333333rem, 2.5625rem);
  }
}
.c_header__rightarea .c_btn_information01 {
  margin-left: clamp(1.25rem, 1.7361111111vw + 0.1388888889rem, 1.875rem);
}

.c_header .nav_top {
  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;
  gap: 30px;
}

@media screen and (min-width: 1024px) {
  .c_header .nav_top {
    gap: clamp(0.9375rem, 2.6041666667vw - 0.7291666667rem, 1.875rem);
  }
}
.c_header .nav_top__item__link {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.875;
  color: #000000;
}

@media screen and (min-width: 1024px) {
  .c_header .nav_top__item__link {
    font-size: clamp(0.875rem, 0.3472222222vw + 0.6527777778rem, 1rem);
  }
}
.c_header .nav_bottom {
  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;
  gap: 39px;
  margin-top: 5px;
}

@media screen and (min-width: 1024px) {
  .c_header .nav_bottom {
    gap: clamp(0.9375rem, 4.1666666667vw - 1.7291666667rem, 2.4375rem);
  }
}
.c_header .nav_bottom__item {
  position: relative;
}

.c_header .nav_bottom__item__link {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  color: #000000;
}

@media screen and (min-width: 1024px) {
  .c_header .nav_bottom__item__link {
    font-size: clamp(1rem, 0.6944444444vw + 0.5555555556rem, 1.25rem);
  }
}
.c_header .nav_bottom__item::after {
  content: "/";
  font-family: "Zen Maru Gothic", serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000000;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: -24px;
}

@media screen and (min-width: 1024px) {
  .c_header .nav_bottom__item::after {
    font-size: clamp(0.875rem, 0.3472222222vw + 0.6527777778rem, 1rem);
    right: clamp(-1.5rem, -2.2569444444vw + 0.7569444444rem, -0.6875rem);
  }
}
.c_header .nav_bottom__item:last-child::after {
  display: none;
}

.c_header__navmb {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  background-color: #FFF;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.5s visibility ease-in-out, opacity 0.5s ease-in-out;
  transition: 0.5s visibility ease-in-out, opacity 0.5s ease-in-out;
  z-index: -1;
}

@media screen and (min-width: 1024px) {
  .c_header__navmb {
    display: none;
  }
}
.c_header__navmb__inner {
  padding: 70px 20px 80px;
  overflow: auto;
  height: 100%;
}

.c_header__navmb__list {
  margin-top: 60px;
  border-top: 1px solid #DBDBC7;
}

.c_header__navmb__item {
  border-bottom: 1px solid #DBDBC7;
}

.c_header__navmb__item .link {
  display: block;
  width: 100%;
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 400;
  padding: 15px 0;
}

.c_header__navmb .c_btn_contact01 {
  display: block;
  border: 1px solid #DBDBC7;
  border-radius: 41px;
  height: 60px;
  max-width: 260px;
  width: 100%;
  margin: 40px auto 0;
}

.c_header__navmb .group_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.c_header__navmb .c_btn_information01 {
  display: block;
  width: 100%;
  max-width: 135px;
  aspect-ratio: 1/1;
  background-color: #FFDE00;
}

.c_header__navmb .c_btn_information02 {
  display: block;
  width: 100%;
  max-width: 135px;
  aspect-ratio: 1/1;
  background-color: #FFEE99;
}

.c_header__navmb .snsarea {
  margin: 40px auto;
}

.c_header__navmb .snsarea_title {
  font-family: "Alata", sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 14px;
  text-align: center;
}

.c_header__navmb .snsarea_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  margin-top: 34px;
}

.c_header__navmb .snsarea_item {
  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: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #000000;
}

.c_header__navmb .snsarea_item .link {
  display: block;
  width: 40px;
  height: 40px;
}

.c_header.is_open .c_header__navmb {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.c_header.is_open .c_hamburger__line:nth-child(1) {
  top: 50%;
  rotate: 45deg;
}

.c_header.is_open .c_hamburger__line:nth-child(2) {
  opacity: 0;
}

.c_header.is_open .c_hamburger__line:nth-child(3) {
  top: 50%;
  rotate: 135deg;
}

.c_btn_contact01 {
  display: none;
}

@media screen and (min-width: 1024px) {
  .c_btn_contact01 {
    display: block;
    width: 100%;
    max-width: 230px;
    height: 60px;
    border: 1px solid #DBDBC7;
    border-radius: 41px;
    max-width: clamp(11.5625rem, 7.8125vw + 6.5625rem, 14.375rem);
  }
}
.c_btn_contact01__link {
  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%;
  height: 100%;
  border-radius: 41px;
  line-height: 1;
  font-weight: 700;
  position: relative;
  gap: 10px;
  padding: 10px 20px 10px;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.c_btn_contact01__link::before {
  content: "";
  display: block;
  width: 20px;
  height: 17.08px;
  background: url(../../assets/images/common/icon_heart.svg) no-repeat;
  background-size: 100%;
}

.c_btn_contact01__link:hover {
  opacity: 0.7;
}

.c_btn_information01 {
  display: none;
}

@media screen and (min-width: 1024px) {
  .c_btn_information01 {
    display: block;
    width: 100%;
    max-width: 134px;
    height: 132px;
    background-color: #FFDE00;
    max-width: clamp(6.5625rem, 5.0347222222vw + 3.3402777778rem, 8.375rem);
  }
}
.c_btn_information01__link {
  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%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  padding: 10px 10px 11px;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.c_btn_information01__link .icon {
  width: 55px;
}

.c_btn_information01__link .txt {
  font-weight: 700;
  line-height: 1;
  color: #000000;
  padding-top: 1px;
}

@media screen and (min-width: 1024px) {
  .c_btn_information01__link:hover {
    opacity: 0.7;
  }
}
.c_btn_information02 {
  display: none;
}

@media screen and (min-width: 1024px) {
  .c_btn_information02 {
    display: block;
    width: 100%;
    max-width: 134px;
    height: 132px;
    background-color: #FFEE99;
    max-width: clamp(6.5625rem, 5.0347222222vw + 3.3402777778rem, 8.375rem);
    position: absolute;
    top: 100%;
    right: 0;
  }
}
.c_btn_information02__link {
  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%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  padding: 10px 10px 11px;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.c_btn_information02__link .icon {
  width: 50px;
}

.c_btn_information02__link .txt {
  font-weight: 700;
  line-height: 1.2;
  color: #000000;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .c_btn_information02__link:hover {
    opacity: 0.7;
  }
}
.c_hamburger {
  display: block;
  width: 40px;
  height: 28px;
  position: relative;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  cursor: pointer;
}

.c_hamburger__line {
  display: block;
  width: 100%;
  height: 4px;
  background-color: #FFDE00;
  border-radius: 41px;
  -webkit-transition: 0.4s all ease-in;
  transition: 0.4s all ease-in;
}

.c_hamburger__line:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
}

.c_hamburger__line:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 0;
}

.c_hamburger__line:nth-child(3) {
  position: absolute;
  top: 100%;
  left: 0;
}

@media screen and (min-width: 1024px) {
  .c_hamburger {
    display: none;
  }
}
/*!
component > footer
------------------------------
*/
.c_footer {
  border-top: 10px solid #FFDE00;
  background-color: #333333;
  color: #FFF;
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .c_footer {
    padding-bottom: 91px;
  }
}
.c_footer_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px clamp(1.875rem, 21.5144230769vw - 8.4519230769rem, 13.0625rem);
  padding: 30px 10px 0;
}

@media screen and (min-width: 768px) {
  .c_footer_main {
    padding: 80px 0 0 0;
  }
}
.c_footer_main__info {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .c_footer_main__info {
    width: unset;
  }
}
.c_footer_main__info .logoarea {
  display: block;
  width: 312px;
}

.c_footer_main__info .maparea {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .c_footer_main__info .maparea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 16px;
  }
}
.c_footer_main__info .maparea_txt {
  font-weight: 500;
  line-height: 1.5;
}

.c_footer_main__info .maparea_link {
  width: 100%;
  max-width: 340px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000000;
  color: #FFF;
  border-radius: 30px;
  font-weight: 700;
  padding-bottom: 1px;
  margin-top: 20px;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .c_footer_main__info .maparea_link {
    width: 48px;
    height: 20px;
    max-width: 100%;
    margin-top: 0;
    font-size: 0.75rem;
  }
}
.c_footer_main__info .telarea {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 27px;
}

@media screen and (min-width: 768px) {
  .c_footer_main__info .telarea {
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) {
  .c_footer_main__info .telarea_link {
    pointer-events: none;
  }
}
.c_footer_main__info .brandarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 220px;
  height: 60px;
  gap: 10px;
  padding: 10px;
  background-color: #FFF;
  margin-top: 27px;
}

.c_footer_main__info .brandarea_logo {
  width: 40px;
}

.c_footer_main__info .brandarea_content {
  color: #222222;
}

.c_footer_main__info .brandarea_content .sub {
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1;
}

.c_footer_main__info .brandarea_content .title {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 9px;
}

.c_footer_main__info .linkarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 44px;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .c_footer_main__info .linkarea {
    margin-top: clamp(2.5rem, 7.2115384615vw - 0.9615384615rem, 6.25rem);
  }
}
.c_footer_main__info .linkarea_item {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4285714286;
  display: inline-block;
}

.c_footer_main__navarea {
  display: none;
}

@media screen and (min-width: 768px) {
  .c_footer_main__navarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 27px;
    gap: clamp(1.875rem, 12.8605769231vw - 4.2980769231rem, 8.5625rem);
  }
}
.c_footer .copyright {
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.4285714286;
  margin-top: 38px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c_footer .copyright {
    font-size: 0.875rem;
    text-align: left;
  }
}
.c_navlist_item {
  margin-top: -1px;
}

.c_navlist_item__link {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.c_navlist_item__spmt {
  margin-top: 19px;
}

.c_navsublist {
  margin-left: 19px;
  margin-bottom: 37px;
}

.c_navsublist_item {
  margin-top: -1px;
  position: relative;
}

.c_navsublist_item::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-left: 1px solid #FFDE00;
  border-bottom: 1px solid #FFDE00;
  position: absolute;
  top: 9px;
  left: -19px;
}

.c_navsublist_item__link {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

/*!
component > Other
------------------------------

- loadpage
------------------------------
*/
.is_loadding .c_loading {
  opacity: 1;
  pointer-events: all;
}

.c_loading {
  position: fixed;
  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;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFEE99;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
}

.c_loading__content {
  position: relative;
  -webkit-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px);
}

.c_loading__item {
  background-color: #000000;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  margin-left: 15px;
  top: 4px;
  left: -7px;
}

.c_loading__item:first-child {
  -webkit-animation: ball-zig 0.7s 0s infinite linear;
  animation: ball-zig 0.7s 0s infinite linear;
}

.c_loading__item:last-child {
  -webkit-animation: ball-zag 0.7s 0s infinite linear;
  animation: ball-zag 0.7s 0s infinite linear;
}

@-webkit-keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  66% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  66% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  66% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  66% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/*!
- Cookiewrap
------------------------------
*/
#cookiewrap {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #ccc;
  z-index: 999;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: none;
}

@media screen and (min-width: 768px) {
  #cookiewrap {
    padding: 40px;
  }
}
#cookiewrap .inner {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#cookiewrap .inner .close {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  font-size: 0.875rem;
  line-height: 1em;
}

@media screen and (min-width: 768px) {
  #cookiewrap .inner .close {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
#cookiewrap .inner .close a {
  display: block;
  padding: 8px;
  border: 1px solid #999;
}

#cookiewrap .inner .txt {
  font-size: 0.875rem;
  line-height: 1.8;
  padding-bottom: 45px;
}

@media screen and (min-width: 768px) {
  #cookiewrap .inner .txt {
    padding-bottom: 0;
    padding-right: 110px;
  }
}
#cookiewrap .inner .link {
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: 0.5s opacity ease-in-out, 0.5s -webkit-text-decoration ease-in-out;
  transition: 0.5s opacity ease-in-out, 0.5s -webkit-text-decoration ease-in-out;
  transition: 0.5s text-decoration ease-in-out, 0.5s opacity ease-in-out;
  transition: 0.5s text-decoration ease-in-out, 0.5s opacity ease-in-out, 0.5s -webkit-text-decoration ease-in-out;
}

@media screen and (min-width: 768px) {
  #cookiewrap .inner .link:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
.c_card01__item__link .imagearea {
  aspect-ratio: 260/180;
}

.c_card01__item__link .imagearea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c_card01__item__link .title {
  font-weight: 500;
  line-height: 1.6;
  margin-top: 10px;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .c_card01__item__link .title {
    font-size: 1.25rem;
    margin-top: clamp(1.25rem, 1.0817307692vw + 0.7307692308rem, 1.8125rem);
  }
}
.c_card01__item__link .title span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.c_card01__item__link .time {
  font-family: "Alata", sans-serif;
  font-weight: 400;
  line-height: 2;
  font-size: 1rem;
  margin-top: 4px;
}

@media screen and (min-width: 768px) {
  .c_card01__item__link .time {
    font-size: 1rem;
    margin-top: 13px;
  }
}
.c_boxcontact__inner {
  background-color: #FFF;
  padding: 27px 19px 31px;
}

@media screen and (min-width: 768px) {
  .c_boxcontact__inner {
    padding: 79px 20px 80px;
  }
}
.c_boxcontact__inner .title {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  text-align: center;
  color: #000000;
}

@media screen and (min-width: 768px) {
  .c_boxcontact__inner .title {
    font-size: 1.25rem;
    line-height: 1.6;
    font-weight: 500;
  }
}
.c_boxcontact__inner .group {
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .c_boxcontact__inner .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 47px;
    margin-top: 28px;
  }
}
.c_boxcontact__inner .group .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  line-height: 1;
  color: #000000;
}

.c_boxcontact__inner .group .tel_txt {
  font-size: 1.25rem;
}

.c_boxcontact__inner .group .tel_number {
  font-family: "Alata", sans-serif;
  font-size: clamp(1.625rem, 18.5185185185vw - 2.0787037037rem, 2.25rem);
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .c_boxcontact__inner .group .tel_number {
    pointer-events: none;
  }
}
.c_boxcontact__inner .c_btncontact01 {
  margin-top: 22px;
}

@media screen and (min-width: 768px) {
  .c_boxcontact__inner .c_btncontact01 {
    margin-top: 0;
  }
}
.c_boxcontact__inner .c_btncontact01__link {
  margin-inline: auto;
}

.l_breadcrumb {
  padding: 5px 0;
}

@media screen and (min-width: 768px) {
  .l_breadcrumb {
    padding: 11px 0;
  }
}
.c_breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px 10px;
}

@media screen and (min-width: 768px) {
  .c_breadcrumb {
    gap: 5px 21px;
  }
}
.c_breadcrumb__item {
  font-weight: 500;
  position: relative;
  color: #000;
  line-height: 1.15;
  padding-right: 10px;
}

@media screen and (min-width: 768px) {
  .c_breadcrumb__item {
    padding-right: 21px;
  }
}
.c_breadcrumb__item::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: #000;
}

@media screen and (min-width: 768px) {
  .c_breadcrumb__item::after {
    height: 87%;
  }
}
.c_breadcrumb__item:last-child {
  padding-right: 0;
}

.c_breadcrumb__item:last-child::after {
  content: none;
}

.c_breadcrumb__link {
  position: relative;
  display: inline-block;
  color: #000;
}

@media screen and (min-width: 768px) {
  .c_breadcrumb__link {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .c_breadcrumb__link:hover {
    opacity: 0.7;
  }
}
.c_rich_content .c_rich_content__time {
  font-family: "Alata", sans-serif;
}

.c_rich_content .c_rich_content__title {
  margin-top: 7px;
}

@media screen and (min-width: 768px) {
  .c_rich_content .c_rich_content__title {
    margin-top: 14px;
  }
}
.c_rich_content .c_rich_content__body {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .c_rich_content .c_rich_content__body {
    margin-top: 122px;
  }
}
.c_rich_content .c_rich_content__body .thumbimg {
  width: 100%;
  height: 100%;
  max-width: 740px;
  aspect-ratio: 740/460;
  margin: 15px auto;
}

.c_rich_content .c_rich_content__body .thumbimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c_rich_content .c_rich_content__body img {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin-block: 15px;
}

@media screen and (min-width: 768px) {
  .c_rich_content .c_rich_content__body img {
    margin-block: 37px;
  }
}
.c_rich_content .c_rich_content__body p {
  font-weight: 400;
  line-height: 1.875;
  margin-block: 15px;
}

@media screen and (min-width: 768px) {
  .c_rich_content .c_rich_content__body p {
    margin-block: 37px;
  }
}
.c_rich_content .c_rich_content__body a {
  text-decoration: underline;
  text-underline-position: 2px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media screen and (min-width: 768px) {
  .c_rich_content .c_rich_content__body a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
.c_rich_content .c_rich_content__footer {
  text-align: center;
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .c_rich_content .c_rich_content__footer {
    margin-top: 54px;
  }
}
.c_rich_content .c_rich_content__back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  gap: 5px;
}

@media screen and (min-width: 768px) {
  .c_rich_content .c_rich_content__back {
    gap: 10px;
  }
}
.c_rich_content .c_rich_content__back::before {
  content: url("../images/common/icon_back_archive.svg");
  margin-top: 2px;
}

.c_paginate {
  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%;
  gap: 15px;
}

@media screen and (min-width: 768px) {
  .c_paginate {
    gap: 30px;
  }
}
.c_paginate .previouspostslink {
  background-color: #FFF;
  color: #000000;
  width: 30px;
  height: 30px;
  border: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  position: relative;
  cursor: pointer;
}

.c_paginate .previouspostslink::after {
  content: "";
  display: block;
  width: 10px;
  height: 8px;
  background-color: #000000;
  -webkit-mask: url(../../assets/images/common/icon_arrow_right_solid.svg) no-repeat center/contain;
  mask: url(../../assets/images/common/icon_arrow_right_solid.svg) no-repeat center/contain;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  rotate: -180deg;
}

@media screen and (min-width: 768px) {
  .c_paginate .previouspostslink {
    width: 42px;
    height: 42px;
  }
  .c_paginate .previouspostslink:hover {
    background-color: #000000;
  }
  .c_paginate .previouspostslink:hover::after {
    background-color: #FFF;
  }
}
.c_paginate .previouspostslink a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}

.c_paginate .wp-pagenavi {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}

@media screen and (min-width: 768px) {
  .c_paginate .wp-pagenavi {
    gap: 30px;
  }
}
.c_paginate .wp-pagenavi .page {
  font-weight: 500;
  line-height: 2;
  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: 30px;
  height: 30px;
  background-color: #FFF;
  color: #000000;
  border: 0;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

@media screen and (min-width: 768px) {
  .c_paginate .wp-pagenavi .page {
    width: 42px;
    height: 42px;
  }
  .c_paginate .wp-pagenavi .page:hover {
    background-color: #000000;
    color: #FFF;
  }
}
.c_paginate .wp-pagenavi .extend {
  font-weight: 500;
  line-height: 2;
  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: 30px;
  height: 30px;
}

@media screen and (min-width: 768px) {
  .c_paginate .wp-pagenavi .extend {
    width: 42px;
    height: 42px;
  }
}
.c_paginate .wp-pagenavi .current {
  font-weight: 500;
  line-height: 2;
  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: 30px;
  height: 30px;
  background-color: #000000;
  color: #FFF;
}

@media screen and (min-width: 768px) {
  .c_paginate .wp-pagenavi .current {
    width: 42px;
    height: 42px;
  }
}
.c_paginate .nextpostslink {
  background-color: #FFF;
  color: #000000;
  width: 30px;
  height: 30px;
  border: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  cursor: pointer;
  position: relative;
}

.c_paginate .nextpostslink::after {
  content: "";
  display: block;
  width: 10px;
  height: 8px;
  background-color: #000000;
  -webkit-mask: url(../../assets/images/common/icon_arrow_right_solid.svg) no-repeat center/contain;
  mask: url(../../assets/images/common/icon_arrow_right_solid.svg) no-repeat center/contain;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

@media screen and (min-width: 768px) {
  .c_paginate .nextpostslink {
    width: 42px;
    height: 42px;
  }
  .c_paginate .nextpostslink:hover {
    background-color: #000000;
  }
  .c_paginate .nextpostslink:hover::after {
    background-color: #FFF;
  }
}
.c_paginate .nextpostslink a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}

/******************scroll_hint*******************/
@-webkit-keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0;
  }
}
@keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #fff;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
  animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

/******************************************************/
.js_scrollable_overflow {
  overflow-y: hidden !important;
}

/*!
layout > container
------------------------------
*/
.l_container {
  width: unset;
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .l_container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    width: auto;
  }
  .l_container {
    max-width: 1240px;
    padding: 0 40px;
    margin: 0 auto;
  }
}
.p_sub {
  padding-bottom: 60px;
}

.p_sub {
  padding-bottom: 60px;
}

.c_header__inner .group01 {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .c_header__inner .group01 {
    justify-content: space-between;
  }
}
.c_header__inner .c_hamburger {
  width: 70px;
  height: 70px;
  background-color: #FFDE00;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -20px;
  padding-top: 8px;
  margin-right: 20px;
}
@media screen and (min-width: 1024px) {
  .c_header__inner .c_hamburger {
    display: none;
  }
}
.c_header__inner .c_hamburger__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.c_header__inner .c_hamburger__linearea {
  width: 40px;
  height: 20px;
  position: relative;
}
.c_header__inner .c_hamburger__line {
  background-color: #000000;
}
.c_header__inner .c_hamburger__txt {
  font-family: "Alata", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #000000;
}
.c_header__inner .groupsns01 {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.c_header__inner .groupsns01_item__link {
  display: block;
  width: 22px;
  aspect-ratio: 1/1;
}
.c_header__inner .groupsns01_item__link img {
  vertical-align: middle;
}
.c_header__inner .groupsns01_item__link.intagram {
  width: 23px;
}
@media screen and (min-width: 1024px) {
  .c_header__inner .groupsns01 {
    display: none;
  }
}

/*!
page > common > common
------------------------------
*/
/*# sourceMappingURL=common.css.map */
