/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.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: 0.875rem;
  font-weight: 500;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1rem;
  }
}

.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;
  }
}

/*!
component > Texts
------------------------------
*/
.c_txt14 {
  font-size: 0.75rem;
  line-height: 2;
  color: #4A525F;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .c_txt14 {
    font-size: clamp(
      0.75rem,
      0.2403846154vw + 0.6346153846rem,
      0.875rem
  );
  }
}

.c_txt16 {
  font-size: 0.875rem;
  line-height: 2;
  color: #4A525F;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .c_txt16 {
    font-size: clamp(
      0.875rem,
      0.2403846154vw + 0.7596153846rem,
      1rem
  );
  }
}

.c_txt18 {
  font-size: 1rem;
  line-height: 1.6;
  color: #4A525F;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .c_txt18 {
    font-size: clamp(
      1rem,
      0.2403846154vw + 0.8846153846rem,
      1.125rem
  );
  }
}

.c_txt20 {
  font-size: 1rem;
  line-height: 2;
  color: #4A525F;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .c_txt20 {
    font-size: clamp(
      1rem,
      0.4807692308vw + 0.7692307692rem,
      1.25rem
  );
  }
}

.c_txt22 {
  font-size: 1.125rem;
  line-height: 2;
  color: #4A525F;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .c_txt22 {
    font-size: clamp(
      1.125rem,
      0.4807692308vw + 0.8942307692rem,
      1.375rem
  );
  }
}

.c_txt24 {
  font-size: 1.25rem;
  line-height: 1.8;
  color: #4A525F;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .c_txt24 {
    font-size: clamp(
      1.25rem,
      0.4807692308vw + 1.0192307692rem,
      1.5rem
  );
  }
}

/*!
component > title
------------------------------
*/
.c_title {
  display: flex;
}
.c_title__en {
  display: block;
  flex-shrink: 0;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.0285714286;
  color: #768090;
  padding-left: 32px;
  position: relative;
  font-family: "Outfit", sans-serif;
  padding-right: 12px;
}
@media screen and (min-width: 768px) {
  .c_title__en {
    padding-left: 36px;
    font-size: clamp(
      1.5rem,
      0.4807692308vw + 1.2692307692rem,
      1.75rem
  );
    padding-right: 11px;
  }
}
.c_title__en__icon {
  display: inline-block;
  width: 20px;
  position: absolute;
  left: 0;
  top: 9px;
}
@media screen and (min-width: 768px) {
  .c_title__en__icon {
    width: 24px;
    top: 11px;
  }
}
.c_title__jp {
  display: block;
  color: #768090;
  padding-left: 11px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 2;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c_title__jp {
    font-size: clamp(
      0.875rem,
      0.2403846154vw + 0.7596153846rem,
      1rem
  );
    padding-left: 13px;
  }
}
.c_title__jp::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #768090;
  position: absolute;
  left: 0;
  top: 9px;
  height: calc(100% - 14px);
}
@media screen and (min-width: 768px) {
  .c_title__jp::after {
    top: 10px;
    height: calc(100% - 18px);
  }
}

.c_title01__en {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 1.875rem;
  font-weight: 100;
  line-height: 1.3166666667;
  letter-spacing: 0.01em;
  color: #768090;
  margin-bottom: -4px;
}
@media screen and (min-width: 768px) {
  .c_title01__en {
    font-size: clamp(
      1.875rem,
      3.6057692308vw + 0.1442307692rem,
      3.75rem
  );
    margin-bottom: -7px;
  }
}
.c_title01__jp {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.01em;
  color: #768090;
}
@media screen and (min-width: 768px) {
  .c_title01__jp {
    font-size: clamp(
      0.875rem,
      0.2403846154vw + 0.7596153846rem,
      1rem
  );
  }
}

.c_ttl18 {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.01em;
  font-weight: 700;
  color: #4A525F;
}
@media screen and (min-width: 768px) {
  .c_ttl18 {
    font-size: clamp(
      1rem,
      0.2403846154vw + 0.8846153846rem,
      1.125rem
  );
  }
}

.c_ttl26 {
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.5769230769;
  display: inline-block;
  color: #4A525F;
}
@media screen and (min-width: 768px) {
  .c_ttl26 {
    font-size: clamp(
      1.375rem,
      0.4807692308vw + 1.1442307692rem,
      1.625rem
  );
  }
}
.c_ttl26_yellow {
  color: #F29600;
}
.c_ttl26_line {
  padding-bottom: 10px;
  border-bottom: 1px solid #FABE00;
}
@media screen and (min-width: 768px) {
  .c_ttl26_line {
    padding-bottom: clamp(
      0.9375rem,
      0.9615384615vw + 0.4759615385rem,
      1.4375rem
  );
  }
}

/*!
component > btn
------------------------------
*/
.c_totop01 {
  position: fixed;
  right: 20px;
  bottom: 60px;
  bottom: 90px;
  display: block;
  font-size: 0;
  width: 45px;
  height: 45px;
  transform: translateY(300px);
  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;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c_totop01 {
    right: 60px;
    bottom: 116px;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    border: 3px solid #fff;
  }
}
.c_totop01::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_totop01::before {
    left: 15px;
    width: 15px;
  }
}
.c_totop01::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_totop01::after {
    right: 15px;
    width: 15px;
  }
}
.c_totop01:hover {
  transform: translateY(-20px) !important;
}

.c_toggle {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11;
}
@media screen and (min-width: 768px) {
  .c_toggle {
    display: none;
  }
}

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

.c_scroll {
  position: absolute;
  left: 20px;
  top: 87px;
  z-index: 2;
  display: none;
}
@media screen and (min-width: 768px) {
  .c_scroll {
    display: block;
  }
}
.c_scroll:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .c_scroll:hover {
    opacity: 0.7;
  }
}

.c_btn01 {
  display: inline-block;
  border-radius: 30px;
  border: 1px solid #FABE00;
  color: #F29600;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.8;
  font-family: "Outfit", sans-serif;
  padding: 9px 10px;
  min-width: 140px;
  text-align: center;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c_btn01 {
    min-width: 200px;
    padding: 10px 15px 12px 15px;
    font-size: 1.25rem;
  }
}
.c_btn01::after {
  background: #FABE00;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity 0.5s, transform 0s;
  transition-delay: 0s, 0.4s;
}
.c_btn01:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .c_btn01:hover {
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .c_btn01:hover::after {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    transition-delay: 0s;
    transition: opacity 0.8s, transform 0.6s ease-in-out;
  }
}

.c_btn02 {
  margin: 0 auto;
  display: block;
  border-radius: 30px;
  border: 1px solid #f29600;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.8;
  font-family: "Outfit", sans-serif;
  padding: 9px 20px;
  width: 100%;
  min-width: 140px;
  text-align: center;
  background-color: #f29600;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c_btn02 {
    max-width: 351px;
    font-family: "Noto Sans JP", sans-serif;
    min-width: 200px;
    padding: 10px 25px 12px 25px;
    font-size: 1.25rem;
  }
}
.c_btn02::after {
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity 0.5s, transform 0s;
  transition-delay: 0s, 0.4s;
}
.c_btn02_blank .c_btn02__content {
  position: relative;
  padding-right: 23px;
}
@media screen and (min-width: 768px) {
  .c_btn02_blank .c_btn02__content {
    padding-right: 28px;
  }
}
.c_btn02_blank .c_btn02__icon {
  width: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c_btn02_blank .c_btn02__icon {
    width: 22px;
  }
}
.c_btn02_blank .c_btn02__icon__change {
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .c_btn02:hover {
    color: #f29600;
    opacity: 1;
  }
  .c_btn02:hover .c_btn02__icon__change {
    fill: #F29600;
  }
}
@media screen and (min-width: 768px) {
  .c_btn02:hover::after {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    transition-delay: 0s;
    transition: opacity 0.8s, transform 0.6s ease-in-out;
  }
}

/*!
component > Links
------------------------------
*/
.c_linkblank {
  color: #4A525F;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 2;
  font-size: 0.6875rem;
  display: inline-block;
  padding-right: 18px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c_linkblank {
    font-size: 0.8125rem;
  }
}
.c_linkblank__icon {
  width: 13px;
  position: absolute;
  right: 0;
  top: 5px;
}
@media screen and (min-width: 768px) {
  .c_linkblank__icon {
    top: 6px;
  }
}

/*!
component > List
------------------------------
*/
.c_list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
@media screen and (min-width: 768px) {
  .c_list {
    grid-gap: clamp(
      0.9375rem,
      1.8028846154vw + 0.0721153846rem,
      1.875rem
  );
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.c_list__inner {
  display: block;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c_list__inner {
    padding-bottom: 20px;
  }
}
.c_list__img {
  overflow: hidden;
  aspect-ratio: 340/160;
  border-radius: 10px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .c_list__img {
    border-radius: 20px;
    margin-bottom: 19px;
  }
}
.c_list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c_list .c_ttl18 {
  color: #768090;
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .c_list .c_ttl18 {
    margin-bottom: 8px;
  }
}
.c_list .c_txt16 {
  color: #768090;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .c_list .c_txt16 {
    font-size: clamp(
      0.75rem,
      0.4807692308vw + 0.5192307692rem,
      1rem
  );
  }
}

.c_list01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1028px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c_list01 {
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  }
}
.c_list01__item {
  margin-bottom: -2px;
  border-bottom: 1px solid #E2E6ED;
}
.c_list01__item:hover .c_list01__icon {
  transform: scale(1.1);
}
.c_list01__inner {
  display: block;
  padding-top: 22px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c_list01__inner {
    padding-top: 34px;
    padding-bottom: 30px;
  }
}
.c_list01__content {
  margin: 0 auto;
  padding: 0 7px;
}
@media screen and (min-width: 768px) {
  .c_list01__content {
    padding: 0 15px;
    max-width: 310px;
  }
}
.c_list01__icon {
  overflow: hidden;
  aspect-ratio: 1/1;
  border-radius: 10px;
  width: 53px;
  margin: 0 auto 15px auto;
  border-radius: 100%;
  border: 1px solid #FABE00;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c_list01__icon {
    width: clamp(
      5rem,
      3.0048076923vw + 3.5576923077rem,
      6.5625rem
  );
    margin: 0 auto 19px auto;
  }
}
.c_list01__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c_list01__num {
  font-size: 1.25rem;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.01em;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  color: #4A525F;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .c_list01__num {
    font-size: 2rem;
    margin-bottom: 19px;
  }
}
.c_list01 .c_ttl18 {
  margin-bottom: 6px;
  text-align: center;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c_list01 .c_ttl18 {
    font-size: clamp(
      1rem,
      0.2403846154vw + 0.8846153846rem,
      1.125rem
  );
    margin-bottom: 8px;
  }
}
.c_list01 .c_txt16 {
  line-height: 1.8;
  color: #768090;
  text-align: center;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c_list01 .c_txt16 {
    font-size: clamp(
      0.875rem,
      0.2403846154vw + 0.7596153846rem,
      1rem
  );
  }
}

.c_listpost {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  grid-gap: 30px 20px;
}
@media screen and (min-width: 768px) {
  .c_listpost {
    grid-gap: 47px clamp(
      1.5625rem,
      1.8028846154vw + 0.6971153846rem,
      2.5rem
  );
    grid-template-columns: repeat(auto-fill, minmax(265px, 1fr));
  }
}

/*!
component > Box
------------------------------
*/
/*!
component > MV
------------------------------
*/
.c_mv01 {
  display: flex;
  align-items: flex-end;
  width: 100%;
  position: relative;
  height: 174px;
}
@media screen and (min-width: 768px) {
  .c_mv01 {
    height: 260px;
  }
}
.c_mv01__ttl .ttl_en {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  color: #768090;
  letter-spacing: 0.01em;
  line-height: 1;
  font-size: 1.25rem;
  display: block;
  position: relative;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .c_mv01__ttl .ttl_en {
    margin-bottom: 0;
    font-size: 1.75rem;
  }
}
.c_mv01__ttl .ttl_en svg {
  margin-right: 7px;
  width: 20px;
  margin-left: 3px;
  transform: translateY(2px);
}
@media screen and (min-width: 768px) {
  .c_mv01__ttl .ttl_en svg {
    margin-right: 5px;
    margin-left: 0;
    width: unset;
    transform: translate(0);
  }
}
.c_mv01__ttl .ttl_jp {
  display: block;
  color: #4a525f;
  font-size: 2.25rem;
  line-height: 2;
  padding-left: 4px;
}
@media screen and (min-width: 768px) {
  .c_mv01__ttl .ttl_jp {
    padding-left: 0;
    font-size: 3rem;
  }
}
.c_mv01__bg {
  position: absolute;
  right: 11px;
  bottom: -34px;
  width: 97px;
}
@media screen and (min-width: 768px) {
  .c_mv01__bg {
    right: -7.5%;
    bottom: -32.2%;
    width: 50%;
    max-width: 157px;
  }
}
.c_mv01__bg svg {
  width: 100%;
}

.c_breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 37px;
  padding-top: 15px;
  padding-left: 3px;
}
@media screen and (min-width: 768px) {
  .c_breadcrumb {
    padding-top: 21px;
    padding-left: 0;
    gap: 44px;
  }
}
.c_breadcrumb__item {
  font-size: 0.8125rem;
  letter-spacing: 0.03em;
  color: #f29600;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c_breadcrumb__item {
    font-size: 0.9375rem;
  }
}
.c_breadcrumb__item:has(.c_breadcrumb__link) {
  position: relative;
}
.c_breadcrumb__item:has(.c_breadcrumb__link)::after {
  content: "";
  position: absolute;
  left: calc(100% + 8px);
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 1px;
  background-color: #c4cbd6;
}
@media screen and (min-width: 768px) {
  .c_breadcrumb__item:has(.c_breadcrumb__link)::after {
    left: calc(100% + 12px);
    width: 20px;
  }
}
.c_breadcrumb__link {
  color: #c4cbd6;
  letter-spacing: 0.01em;
}

.c_bg {
  position: absolute;
  left: 0;
  bottom: -43px;
  width: 100%;
  max-width: 136px;
  z-index: -1;
  display: none;
}
@media screen and (min-width: 768px) {
  .c_bg {
    display: block;
    left: 16px;
    bottom: -52px;
    width: 50%;
    max-width: 157px;
  }
}
.c_bg img, .c_bg svg {
  object-fit: contain;
  width: 100%;
}

/*!
component > Gnavi
------------------------------
*/
.c_toggle {
  width: 50px;
  height: 50px;
  padding: 10px;
  position: fixed;
  left: 10px;
  top: 17px;
  z-index: 11;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .c_toggle {
    display: none;
  }
}
.c_toggle__line {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #F29600;
  border-radius: 2px;
  position: relative;
  transition: 0.5s;
}
.c_toggle__line::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #F29600;
  position: absolute;
  top: -9px;
  left: 0;
  transition: 0.5s;
}
.c_toggle__line::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #F29600;
  position: absolute;
  bottom: -9px;
  left: 0;
  transition: 0.5s;
}
.c_toggle.active {
  background-color: transparent;
}
.c_toggle.active .c_toggle__line {
  background-color: transparent;
}
.c_toggle.active .c_toggle__line::before {
  transform: rotate(40deg) translate(5px, 5px);
}
.c_toggle.active .c_toggle__line::after {
  transform: rotate(-40deg) translate(7px, -8px);
}

.c_gnavi {
  display: none;
  position: fixed;
  left: 0;
  top: 81px;
  padding-bottom: 60px;
  background-color: #F29600;
  height: calc(100vh - 81px);
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .c_gnavi {
    position: relative;
    height: auto;
    top: 0;
    left: 0;
    padding-bottom: 0;
    background-color: #fff;
    display: block;
    overflow: visible;
  }
}
@media screen and (min-width: 768px) {
  .c_gnavi__item {
    margin-right: clamp(
      0.9375rem,
      1.8028846154vw + 0.0721153846rem,
      1.875rem
  );
  }
}
.c_gnavi__link {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  font-family: "Outfit", sans-serif;
  line-height: 1.4;
  display: block;
  padding: 5px 20px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c_gnavi__link {
    padding: 0;
    color: #4A525F;
    font-size: clamp(
      0.875rem,
      0.4807692308vw + 0.6442307692rem,
      1.125rem
  );
    font-weight: 500;
  }
}
.c_gnavi__link__icon {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .c_gnavi__link__icon {
    display: block;
  }
}
.c_gnavi__link:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .c_gnavi__link:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  .c_gnavi__link:hover .c_gnavi__link__icon {
    opacity: 1;
  }
}
.c_gnavi__list {
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .c_gnavi__list {
    margin-bottom: 0;
    text-align: left;
    display: flex;
  }
}
.c_gnavi__banner {
  padding: 0 57px 0 53px;
}
@media screen and (min-width: 768px) {
  .c_gnavi__banner {
    display: none;
  }
}
.c_gnavi__banner__item {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .c_gnavi__banner__item {
    margin-bottom: 0;
  }
}
.c_gnavi__inner {
  padding-top: 25px;
}
@media screen and (min-width: 768px) {
  .c_gnavi__inner {
    padding-top: 0;
    display: flex;
    align-items: center;
  }
}
.c_gnavi__social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 42px;
}
@media screen and (min-width: 768px) {
  .c_gnavi__social {
    justify-content: flex-start;
    margin-top: 0;
  }
}
.c_gnavi__social__item {
  width: 32px;
  margin: 0 16px;
}
@media screen and (min-width: 768px) {
  .c_gnavi__social__item {
    width: 20px;
    margin: 0;
    margin-right: clamp(
      1.25rem,
      0.9615384615vw + 0.7884615385rem,
      1.75rem
  );
  }
}

.c_slider01 {
  max-width: 1160px;
  margin: 100px auto 0 auto;
  padding: 0 25px;
}
@media screen and (min-width: 768px) {
  .c_slider01 {
    padding: 0 100px;
    margin-top: 138px;
  }
}
.c_slider01 .slick-list {
  overflow: visible;
}
.c_slider01__item {
  border: 1px solid #EBEBEB;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c_slider01__item {
    border-radius: 20px;
  }
}
.c_slider01__arrow {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c_slider01__arrow {
    position: relative;
    transform: none;
    top: 0;
    width: auto;
  }
}
.c_slider01__arrow__prev {
  display: inline-block;
  cursor: pointer;
  transition: 0.5s;
  position: absolute;
  left: 47px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  width: 42px;
}
@media screen and (min-width: 768px) {
  .c_slider01__arrow__prev {
    width: clamp(
      2.625rem,
      0.9615384615vw + 2.1634615385rem,
      3.125rem
  );
    left: auto;
    transform: none;
    position: relative;
    margin: 5px 5px;
  }
}
.c_slider01__arrow__prev g, .c_slider01__arrow__prev path {
  transition: 0.5s;
}
.c_slider01__arrow__prev:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .c_slider01__arrow__prev:hover g {
    fill: rgb(250, 190, 0);
  }
  .c_slider01__arrow__prev:hover path {
    fill: #fff;
  }
}
.c_slider01__arrow__next {
  display: inline-block;
  cursor: pointer;
  transition: 0.5s;
  position: absolute;
  right: 45px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  width: 42px;
}
@media screen and (min-width: 768px) {
  .c_slider01__arrow__next {
    width: clamp(
      2.625rem,
      0.9615384615vw + 2.1634615385rem,
      3.125rem
  );
    right: auto;
    transform: none;
    position: relative;
    margin: 5px 5px;
  }
}
.c_slider01__arrow__next g, .c_slider01__arrow__next path {
  transition: 0.5s;
}
.c_slider01__arrow__next:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .c_slider01__arrow__next:hover g {
    fill: rgb(250, 190, 0);
  }
  .c_slider01__arrow__next:hover path {
    fill: #fff;
  }
}
.c_slider01__end {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 98px 20px 100px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c_slider01__end {
    padding: 15px 14px;
  }
}
.c_slider01__dots {
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c_slider01__dots {
    margin-top: -3px;
    padding-left: 5px;
  }
}
.c_slider01__dots ul {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  min-height: 42px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c_slider01__dots ul {
    min-height: auto;
    justify-content: flex-start;
  }
}
.c_slider01__dots li {
  display: block;
  width: 11px;
  height: 11px;
  margin: 5px;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .c_slider01__dots li {
    margin: 5px;
  }
}
@media screen and (min-width: 768px) {
  .c_slider01__dots li:hover {
    opacity: 0.7;
  }
}
.c_slider01__dots button {
  color: transparent;
  background-color: #CCCCCC;
  border-radius: 100%;
  width: 11px;
  height: 11px;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
  display: block;
}
@media screen and (min-width: 768px) {
  .c_slider01__dots button {
    width: 11px;
    height: 11px;
  }
}
.c_slider01__dots button::after {
  content: "";
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  background-color: transparent;
  border: 1px solid transparent;
  position: absolute;
  left: -3px;
  top: -3px;
  z-index: -1;
  transition: 0.5s;
  border-radius: 100%;
}
.c_slider01__dots .slick-active {
  pointer-events: none;
}
.c_slider01__dots .slick-active button {
  background-color: #F29600;
  cursor: default;
  pointer-events: none;
}
.c_slider01__dots .slick-active button::after {
  background-color: #fff;
  border: 1px solid #F29600;
}

.c_slider02 {
  width: 88px;
}
@media screen and (min-width: 768px) {
  .c_slider02 {
    width: 172px;
  }
}
.c_slider02__item {
  border: 1px solid #E2E6ED;
  border-radius: 10px;
  overflow: hidden;
  display: block;
}
@media screen and (min-width: 768px) {
  .c_slider02__item {
    border-radius: 20px;
  }
}
.c_slider02 .slick-slide {
  margin-right: 11px;
}
@media screen and (min-width: 768px) {
  .c_slider02 .slick-slide {
    margin-right: 21px;
  }
}
.c_slider02 .slick-slide > div {
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .c_slider02 .slick-slide > div {
    margin-bottom: 15px;
  }
}
.c_slider02 .slick-slide > div:nth-child(even) {
  margin-left: -50%;
  margin-right: 50%;
}
.c_slider02 .slick-list {
  overflow: visible;
}
.c_slider02 a:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .c_slider02 a:hover {
    opacity: 0.6;
  }
}

.c_slider03 {
  position: relative;
}
.c_slider03 .c_post {
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  .c_slider03 .c_post {
    margin-right: 40px;
  }
}
.c_slider03 .slick-list {
  overflow: visible;
}
.c_slider03__arrow {
  display: flex;
  align-items: center;
}
.c_slider03__arrow__prev {
  display: inline-block;
  margin-right: 4px;
  cursor: pointer;
  transition: 0.5s;
  width: 42px;
}
@media screen and (min-width: 768px) {
  .c_slider03__arrow__prev {
    width: clamp(
      2.625rem,
      0.9615384615vw + 2.1634615385rem,
      3.125rem
  );
    margin-right: 8px;
  }
}
.c_slider03__arrow__prev g, .c_slider03__arrow__prev path {
  transition: 0.5s;
}
.c_slider03__arrow__prev:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .c_slider03__arrow__prev:hover g {
    fill: rgb(250, 190, 0);
  }
  .c_slider03__arrow__prev:hover path {
    fill: #fff;
  }
}
.c_slider03__arrow__next {
  margin-left: 4px;
  display: inline-block;
  cursor: pointer;
  transition: 0.5s;
  width: 42px;
}
@media screen and (min-width: 768px) {
  .c_slider03__arrow__next {
    width: clamp(
      2.625rem,
      0.9615384615vw + 2.1634615385rem,
      3.125rem
  );
    margin-left: 8px;
  }
}
.c_slider03__arrow__next g, .c_slider03__arrow__next path {
  transition: 0.5s;
}
.c_slider03__arrow__next:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .c_slider03__arrow__next:hover g {
    fill: rgb(250, 190, 0);
  }
  .c_slider03__arrow__next:hover path {
    fill: #fff;
  }
}
.c_slider03__end {
  padding-top: 30px;
  max-width: 1160px;
  display: flex;
  justify-content: space-between;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .c_slider03__end {
    padding-right: 0;
    padding-top: 44px;
  }
}

/*!
component > header
------------------------------
*/
.c_header {
  padding: calc(3.5971223022vh * var(--rate-screen)) 20px calc(3.9568345324vh * var(--rate-screen));
}
@media screen and (min-width: 768px) {
  .c_header {
    padding: 5.0505050505vh 60px 2.2222222222vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
  }
}
.c_header__logo {
  width: calc(18.9448441247vh * var(--rate-screen));
  display: block;
  margin: 0 auto;
  aspect-ratio: 157.95/40;
}
@media screen and (min-width: 768px) {
  .c_header__logo {
    margin: 0;
    width: 20vh;
    width: max(20vh, 140px);
  }
}

.c_header01 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .c_header01 {
    border-radius: 0 0 20px 20px;
    box-shadow: 0 5px 10px rgba(204, 204, 204, 0.15);
  }
}
.c_header01__inner {
  padding: 12px 20px 14px 20px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .c_header01__inner {
    padding: 18px clamp(
      2.5rem,
      1.0817307692vw + 1.9807692308rem,
      3.0625rem
  ) 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.c_header01__logo {
  width: 202px;
}
@media screen and (min-width: 768px) {
  .c_header01__logo {
    width: clamp(
      9.8125rem,
      15.9855769231vw + 2.1394230769rem,
      18.125rem
  );
  }
}

/*!
component > footer
------------------------------
*/
.c_footer02 {
  background-color: #F6F7F9;
  padding: 60px 0 0 0;
}
@media screen and (min-width: 768px) {
  .c_footer02 {
    padding: 80px 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  .c_footer02__inner {
    display: flex;
  }
}
.c_footer02__logo {
  display: block;
  width: 240px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c_footer02__logo {
    width: clamp(
      15rem,
      14.4230769231vw + 8.0769230769rem,
      22.5rem
  );
    margin-bottom: 36px;
  }
}
.c_footer02__link {
  color: #4A525F;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.8;
  font-size: 0.875rem;
  font-family: "Outfit", sans-serif;
}
@media screen and (min-width: 768px) {
  .c_footer02__link {
    font-size: 1rem;
  }
}
.c_footer02__link01 {
  color: #4A525F;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 2;
  font-size: 0.8125rem;
  font-family: "Outfit", sans-serif;
  display: inline-block;
  padding-right: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c_footer02__link01 {
    font-size: 0.9375rem;
  }
}
.c_footer02__link01__icon {
  width: 13px;
  position: absolute;
  right: 0;
  top: 5px;
}
@media screen and (min-width: 768px) {
  .c_footer02__link01__icon {
    top: 9px;
  }
}
.c_footer02__navi {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c_footer02__navi {
    margin-bottom: 0;
  }
}
.c_footer02__navi__item {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .c_footer02__navi__item {
    margin-right: clamp(
      1.25rem,
      0.7211538462vw + 0.9038461538rem,
      1.625rem
  );
    margin-bottom: 20px;
  }
}
.c_footer02__banner {
  max-width: 160px;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .c_footer02__banner {
    margin-top: 27px;
  }
}
.c_footer02__banner01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .c_footer02__banner01 {
    padding-top: 34px;
    grid-gap: clamp(
      1.25rem,
      2.4038461538vw + 0.0961538462rem,
      2.5rem
  );
    grid-template-columns: 1fr 1fr;
  }
}
.c_footer02__left {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .c_footer02__left {
    margin-bottom: 0;
    width: 50%;
    padding-right: 20px;
  }
}
.c_footer02__left .c_txt14 {
  margin-bottom: 4px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c_footer02__right {
    width: 50%;
    padding-left: 20px;
    padding-top: 40px;
  }
}
.c_footer02__social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 5px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c_footer02__social {
    margin-top: 7px;
    margin-bottom: clamp(
      1.5625rem,
      1.0817307692vw + 1.0432692308rem,
      2.125rem
  );
  }
}
.c_footer02__social__item {
  width: 20px;
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  .c_footer02__social__item {
    margin-right: clamp(
      1.25rem,
      0.9615384615vw + 0.7884615385rem,
      1.75rem
  );
  }
}
.c_footer02__end {
  background-color: #fff;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .c_footer02__end {
    margin-top: 72px;
  }
}
.c_footer02__end__inner {
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .c_footer02__end__inner {
    padding: 22px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.c_footer02__end .coppy {
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 2;
  color: #768090;
  font-family: "Outfit", sans-serif;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .c_footer02__end .coppy {
    margin-top: 0;
    font-size: 0.8125rem;
  }
}

.c_footer {
  padding: 0 20px calc(2.278177458vh * var(--rate-screen));
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .c_footer {
    padding: 0 42px 3.0303030303vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.c_footer .coppy {
  font-size: calc(1.1990407674vh * var(--rate-screen));
  font-size: max(calc(1.1990407674vh * var(--rate-screen)), 0.625rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  color: #fff;
  display: block;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c_footer .coppy {
    width: auto;
    font-size: 1.0101010101vh;
    font-size: max(1.0101010101vh, 0.75rem);
    text-align: right;
  }
}
.c_footer__link {
  display: inline-block;
  position: relative;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c_footer__link {
    margin-bottom: 0;
  }
}

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

- loadpage
------------------------------
*/
.nice-select li:first-child {
  display: none;
}

.js_ani__item {
  opacity: 0;
}

.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: #0D4084;
  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);
  }
}
.is_loadding_01 .c_loading01 {
  opacity: 1;
  pointer-events: all;
}

.c_loading01 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  overflow: hidden;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .c_loading01 {
    padding: 4vh 40px 12vh 40px;
  }
}
.c_loading01__inner {
  width: 100%;
  max-width: 1240px;
  mix-blend-mode: color-burn;
}
.c_loading01__logo {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.c_loading01__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
}
@media screen and (min-width: 768px) {
  .c_loading01__logo img {
    object-position: 20% 50%;
  }
}
.c_loading01__dots {
  position: absolute;
  right: -75px;
  bottom: -110px;
  z-index: -1;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .c_loading01__dots {
    right: clamp(
      -6.25rem,
      18.5096153846vw + -15.1346153846rem,
      3.375rem
  );
    bottom: -92px;
    width: auto;
    height: auto;
  }
}
.c_loading01__dots__item {
  opacity: 0;
}

/*!
- Cookiewrap
------------------------------
*/
#cookiewrap {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #0D4084;
  z-index: 999;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  display: none;
  color: white;
}
@media screen and (min-width: 768px) {
  #cookiewrap {
    padding: 40px;
  }
}
#cookiewrap .cookieinner {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
#cookiewrap .cookieinner .close {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  font-size: 0.875rem;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  #cookiewrap .cookieinner .close {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}
#cookiewrap .cookieinner .close a {
  display: block;
  padding: 8px;
  color: #fff;
  border: 1px solid #fff;
}
#cookiewrap .cookieinner .txt {
  font-size: 0.875rem;
  line-height: 1.8;
  padding-bottom: 45px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #cookiewrap .cookieinner .txt {
    padding-bottom: 0;
    padding-right: 110px;
  }
}
#cookiewrap .cookieinner .txt a {
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  #cookiewrap .cookieinner .txt a:hover {
    text-decoration-color: transparent;
  }
}

.c_banner {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px;
}
@media screen and (min-width: 768px) {
  .c_banner {
    grid-gap: clamp(
      1.5625rem,
      1.8028846154vw + 0.6971153846rem,
      2.5rem
  );
    grid-template-columns: 1fr 1fr;
  }
}
.c_banner a:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .c_banner a:hover {
    opacity: 0.6;
  }
}

.c_other {
  background-color: #F29600;
  color: #fff;
  padding: 40px 0 60px 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c_other {
    padding: 93px 0 85px 0;
  }
}
.c_other__ttl {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c_other__ttl {
    margin-bottom: clamp(
      1.5625rem,
      0.8413461538vw + 1.1586538462rem,
      2rem
  );
  }
}
.c_other__ttl__en {
  display: block;
  font-size: 2.5rem;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .c_other__ttl__en {
    font-size: clamp(
      3.75rem,
      2.4038461538vw + 2.5961538462rem,
      5rem
  );
    margin-bottom: 6px;
  }
}
.c_other__ttl__jp {
  display: block;
  letter-spacing: 0.01em;
  line-height: 1.6;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c_other__ttl__jp {
    font-size: clamp(
      1.25rem,
      0.4807692308vw + 1.0192307692rem,
      1.5rem
  );
  }
}
.c_other__txt {
  display: block;
  letter-spacing: 0.01em;
  line-height: 1.8;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c_other__txt {
    font-size: clamp(
      1rem,
      0.4807692308vw + 0.7692307692rem,
      1.25rem
  );
  }
}
.c_other__tel {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.6666666667;
  font-family: "Outfit", sans-serif;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c_other__tel {
    margin-bottom: -4px;
    font-size: clamp(
      1.625rem,
      2.6442307692vw + 0.3557692308rem,
      3rem
  );
    pointer-events: none;
  }
}
.c_other__tel__ttl {
  font-size: 1.2rem;
  display: inline-block;
  margin-right: 10px;
  text-align: right;
  width: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c_other__tel__ttl {
    top: -3px;
    width: clamp(
      3.125rem,
      2.4038461538vw + 1.9711538462rem,
      4.375rem
  );
    font-size: clamp(
      1.25rem,
      1.4423076923vw + 0.5576923077rem,
      2rem
  );
    margin-right: clamp(
      1.25rem,
      0.8413461538vw + 0.8461538462rem,
      1.6875rem
  );
  }
}
.c_other__mail {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.6666666667;
  font-family: "Outfit", sans-serif;
  display: block;
}
@media screen and (min-width: 768px) {
  .c_other__mail {
    display: inline-block;
    font-size: clamp(
      1.625rem,
      2.6442307692vw + 0.3557692308rem,
      3rem
  );
    pointer-events: none;
  }
}
.c_other__mail__ttl {
  font-size: 1.2rem;
  display: inline-block;
  margin-right: 10px;
  text-align: right;
  width: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c_other__mail__ttl {
    top: -3px;
    width: clamp(
      3.125rem,
      2.4038461538vw + 1.9711538462rem,
      4.375rem
  );
    font-size: clamp(
      1.25rem,
      1.4423076923vw + 0.5576923077rem,
      2rem
  );
    margin-right: clamp(
      1.25rem,
      0.8413461538vw + 0.8461538462rem,
      1.6875rem
  );
  }
}
.c_other__content {
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c_other__content {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: clamp(
      3.125rem,
      2.7644230769vw + 1.7980769231rem,
      4.5625rem
  );
  }
}
.c_other__btn {
  background-color: #fff;
  color: #F29600;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.8;
  text-align: center;
  padding: 15px 15px;
  display: block;
  width: 100%;
  max-width: 419px;
  border-radius: 50px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c_other__btn {
    margin: 0;
    font-size: clamp(
      1rem,
      0.4807692308vw + 0.7692307692rem,
      1.25rem
  );
    padding: 31px 20px;
  }
}
.c_other__left {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .c_other__left {
    margin-bottom: 0;
    width: calc(100% - clamp(
      18.75rem,
      14.3028846154vw + 11.8846153846rem,
      26.1875rem
  ));
    padding-left: clamp(
      0rem,
      0.9615384615vw + -0.4615384615rem,
      0.5rem
  );
  }
}
@media screen and (min-width: 768px) {
  .c_other__right {
    width: clamp(
      18.75rem,
      14.3028846154vw + 11.8846153846rem,
      26.1875rem
  );
  }
}

.c_label {
  background-color: #F29600;
  color: #fff;
  border-radius: 16px;
  display: inline-block;
  padding: 1px 10px;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .c_label {
    font-size: 1.125rem;
    padding: 1px 16px;
  }
}

.c_label01 {
  border: 1px solid #AFBACB;
  color: #768090;
  border-radius: 30px;
  display: inline-block;
  padding: 2px 8px;
  text-align: center;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.01em;
  margin-right: 4px;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .c_label01 {
    margin-right: 4px;
    margin-bottom: 4px;
    font-size: 0.8125rem;
    padding: 3px 11px;
  }
}

a.c_label01 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
a.c_label01::after {
  background: #AFBACB;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity 0.5s, transform 0s;
  transition-delay: 0s, 0.4s;
}
a.c_label01:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  a.c_label01:hover {
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  a.c_label01:hover::after {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    transition-delay: 0s;
    transition: opacity 0.8s, transform 0.6s ease-in-out;
  }
}

.c_post__inner {
  display: block;
}
.c_post__inner:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .c_post__inner:hover .c_post__img img {
    transform: scale(1.1);
  }
  .c_post__inner:hover .c_post__ttl__txt {
    background-size: 100% 2px;
  }
}
.c_post__inner.hover_label .c_post__img img {
  transform: scale(1) !important;
}
.c_post__inner.hover_label .c_post__ttl__txt {
  background-size: 100% 0 !important;
}
.c_post a:hover {
  opacity: 1;
}
.c_post__img {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 360/203;
  margin-bottom: 15px;
  background-color: #768090;
  display: block;
}
@media screen and (min-width: 768px) {
  .c_post__img {
    margin-bottom: 18px;
    border-radius: 20px;
  }
}
.c_post__img img {
  transition: 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c_post__date {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 2.0571428571;
  color: #768090;
  display: inline-block;
  font-family: "Outfit", sans-serif;
}
@media screen and (min-width: 768px) {
  .c_post__date {
    font-size: 0.875rem;
  }
}
.c_post__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c_post__head {
    margin-bottom: 13px;
  }
}
.c_post__ttl {
  font-size: 1rem;
  color: #4A525F;
  font-weight: 700;
  line-height: 1.7777777778;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  max-height: 59px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 768px) {
  .c_post__ttl {
    max-height: 64px;
    font-size: 1.125rem;
    margin-bottom: 13px;
  }
}
.c_post__ttl__txt {
  transition: 0.4s;
  background-image: linear-gradient(to right, #FABE00, #FABE00);
  background-repeat: no-repeat;
  background-size: 100% 0;
  background-position: 0 100%;
}
.c_post__txt {
  font-size: 0.875rem;
  color: #768090;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  max-height: 49px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 768px) {
  .c_post__txt {
    max-height: 56px;
    font-size: 1rem;
    margin-bottom: 13px;
  }
}
.c_post__list__item {
  display: inline-block;
}
.c_post__list01 {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 6px);
  margin-top: -4px;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .c_post__list01 {
    width: calc(100% + 11px);
    margin-top: -8px;
    margin-bottom: 1px;
  }
}
.c_post__list01__img {
  overflow: hidden;
  aspect-ratio: 1/1;
  border-radius: 10px;
  width: 30px;
  margin: 0 6px 4px 0;
  border-radius: 100%;
  border: 1px solid #FABE00;
}
@media screen and (min-width: 768px) {
  .c_post__list01__img {
    width: 42px;
    margin: 0 11px 8px 0;
  }
}
.c_post__list01__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p_404__inner {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .p_404__inner {
    padding-top: 60px;
  }
}
.p_404__content {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .p_404__content {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.p_404__content p {
  color: #768090;
}
.p_404__content .btn {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .p_404__content .btn {
    padding-top: 60px;
  }
}

/*!
component > breadcrumb
------------------------------
*/
.wp-pagenavi {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  margin-top: 30px;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi {
    margin-top: 52px;
  }
}

.c_pagination {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c_pagination {
    padding-left: clamp(
      0rem,
      9.6153846154vw + -6.1538461538rem,
      2.5rem
  );
  }
}
.c_pagination .pages {
  display: none;
}
.c_pagination .extend {
  pointer-events: none;
  position: relative;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c_pagination .extend {
    font-size: 1.125rem;
  }
}
.c_pagination a {
  cursor: pointer;
}
.c_pagination .page,
.c_pagination .nextpostslink,
.c_pagination .previouspostslink,
.c_pagination span,
.c_pagination a,
.c_pagination .last,
.c_pagination .first {
  min-width: 40px;
  height: 40px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0;
  color: #f39700;
  border: solid 1px #fabe00;
  border-radius: 8px;
  font-size: 1.125rem;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.01em;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c_pagination .page,
  .c_pagination .nextpostslink,
  .c_pagination .previouspostslink,
  .c_pagination span,
  .c_pagination a,
  .c_pagination .last,
  .c_pagination .first {
    font-size: 1.25rem;
    transition: all 0.5s;
  }
  .c_pagination .page:hover,
  .c_pagination .nextpostslink:hover,
  .c_pagination .previouspostslink:hover,
  .c_pagination span:hover,
  .c_pagination a:hover,
  .c_pagination .last:hover,
  .c_pagination .first:hover {
    opacity: 0.7;
  }
}
.c_pagination .nextpostslink,
.c_pagination .previouspostslink {
  position: relative;
  color: transparent;
  cursor: pointer;
  color: transparent;
  border: solid 1px #f3d404;
  background-color: #fff;
}
.c_pagination .nextpostslink::after,
.c_pagination .previouspostslink::after {
  position: absolute;
  content: "";
  background: url("../../assets/images/common/icon_arrow.png") no-repeat;
  background-size: contain;
  width: 7px;
  height: 12px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.c_pagination .previouspostslink {
  transform: scaleX(-1);
}
.c_pagination span.nextpostslink,
.c_pagination span.previouspostslink {
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .c_pagination .last,
  .c_pagination .first {
    transition: all 0.5s;
  }
  .c_pagination .last:hover:hover,
  .c_pagination .first:hover:hover {
    opacity: 0.7;
  }
}
.c_pagination .current {
  background: #f39700;
  color: #fff;
  pointer-events: none;
}

/*!
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;
  }
}
/*!
page > common > common
------------------------------
*/
/*# sourceMappingURL=common.css.map */
