@charset "UTF-8";
/*!
global > color
------------------------------
*/
:root {
  --cl-gable-green: #174134;
  --cl-gray-nurse: #e3e8e3;
  --cl-iron: #dce2e1;
}

/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
:root {
  --font-ja: "Noto Sans JP", sans-serif;
  --font-en: "Poppins", sans-serif;
}

/*!
global > mixin
------------------------------
*/
.c_fcontact .c_fcontact__cap, .c_btn01, .c_txt {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c_fcontact .c_fcontact__cap, .c_btn01, .c_txt {
    font-size: clamp(0.875rem, 0.641025641vw + 0.5673076923rem, 1rem);
  }
}

.c_tbl__ttl, .c_tbl__content, .c_paginate .nextpostslink, .c_paginate .previouspostslink, .c_list01__item, .c_list02__item, .c_btn02, .c_cmn_ttl__ja, .c_txt18 {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c_tbl__ttl, .c_tbl__content, .c_paginate .nextpostslink, .c_paginate .previouspostslink, .c_list01__item, .c_list02__item, .c_btn02, .c_cmn_ttl__ja, .c_txt18 {
    font-size: clamp(0.875rem, 1.2820512821vw + 0.2596153846rem, 1.125rem);
  }
}

.c_ttl20, .c_txt20 {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c_ttl20, .c_txt20 {
    font-size: clamp(1rem, 1.2820512821vw + 0.3846153846rem, 1.25rem);
  }
}

.c_ttl22 {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c_ttl22 {
    font-size: clamp(1rem, 1.9230769231vw + 0.0769230769rem, 1.375rem);
  }
}

.c_txt25 {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .c_txt25 {
    font-size: clamp(1.125rem, 2.2435897436vw + 0.0480769231rem, 1.5625rem);
  }
}

.c_paginate a,
.c_paginate span {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c_paginate a,
  .c_paginate span {
    font-size: clamp(1.25rem, 1.9230769231vw + 0.3269230769rem, 1.625rem);
  }
}

.c_ttl28 {
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .c_ttl28 {
    font-size: clamp(1.375rem, 1.9230769231vw + 0.4519230769rem, 1.75rem);
  }
}

.c_cmn_ttl__ja01 {
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .c_cmn_ttl__ja01 {
    font-size: clamp(1.75rem, 7.0512820513vw + -1.6346153846rem, 3.125rem);
  }
}

.c_cmn_ttl__en {
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  .c_cmn_ttl__en {
    font-size: 90px;
  }
}

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

.u_mt_40 {
  margin-top: 40px;
}

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

@media screen and (min-width: 768px) {
  .u_txt_center_pc {
    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 {
  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
------------------------------
*/
html {
  scroll-padding-top: 100px !important;
}
html.is-transitioning {
  pointer-events: none;
  cursor: progress;
}

body {
  line-height: 1.8;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--cl-gable-green);
  font-family: "Noto Sans JP", sans-serif;
  background: #DCE2E1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1rem;
  }
}
body.is_search_open::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ccc;
  mix-blend-mode: multiply;
  appearance: none;
}

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

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

main {
  position: relative;
  z-index: 1;
}

img {
  width: 100%;
}

a {
  cursor: pointer;
  transition: 0.5s;
}
a:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}
a[href^=tel] {
  pointer-events: all;
}
@media screen and (min-width: 768px) {
  a[href^=tel] {
    pointer-events: none;
  }
}

.u_relative {
  position: relative;
}

@media screen and (max-width: 767px) {
  .onlyPc {
    display: none;
  }
}

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

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

.u_inline_block {
  display: inline-block;
}

.barba-container {
  min-height: 100vh;
  opacity: 1;
  transition: opacity 0.4s ease;
}
.barba-container.is-exiting {
  opacity: 0;
}

.c_omoto_group_page_nav {
  margin-top: 2px;
}
@media screen and (min-width: 768px) {
  .c_omoto_group_page_nav {
    margin-top: -86px;
  }
}

/*!
component > Texts
------------------------------
*/
.c_txt {
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  color: var(--cl-gable-green);
  line-height: 1.8571428571;
}
@media screen and (min-width: 768px) {
  .c_txt {
    line-height: 2.25;
  }
}

.c_txt18 {
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  line-height: 2.2222222222;
}

.c_txt20 {
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
  line-height: 1.5;
}

.c_txt25 {
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  line-height: 1.6;
}

.c_txt30 {
  font-size: 1rem;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  line-height: 1.6666666667;
}
@media screen and (min-width: 768px) {
  .c_txt30 {
    font-size: clamp(1.375rem, 2.5641025641vw + 0.1442307692rem, 1.875rem);
  }
}

/*!
component > title
------------------------------
*/
.c_ttl18, .c_ttl28 {
  font-weight: 700;
  color: var(--cl-gable-green);
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
}

.c_cmn_ttl {
  display: grid;
  justify-content: flex-start;
}
.c_cmn_ttl__en {
  font-family: var(--font-en);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.5;
}
.c_cmn_ttl__ja {
  font-family: var(--font-ja);
  font-weight: 700;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  margin-top: -3px;
}
@media screen and (min-width: 768px) {
  .c_cmn_ttl__ja {
    margin-top: -1em;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .c_cmn_ttl__ja {
    line-height: 1.4285714286;
  }
}
.c_cmn_ttl__ja01 {
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.6;
  color: #DCE2E1;
  font-feature-settings: "palt";
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c_cmn_ttl__ja01 {
    padding-bottom: 23px;
  }
}
.c_cmn_ttl._primary {
  color: var(--cl-gable-green);
}
.c_cmn_ttl._page_mv .c_cmn_ttl__en {
  font-size: 1.75rem;
  color: var(--cl-gray-nurse);
}
@media screen and (min-width: 768px) {
  .c_cmn_ttl._page_mv .c_cmn_ttl__en {
    font-size: 3.75rem;
  }
}
.c_cmn_ttl._page_mv .c_cmn_ttl__ja {
  color: #fff;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c_cmn_ttl._page_mv .c_cmn_ttl__ja {
    font-size: 1.125rem;
    margin-top: -0.5555555556em;
  }
}

.c_ttl46 {
  font-size: 1.25rem;
  font-feature-settings: "palt";
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c_ttl46 {
    font-size: clamp(2.1875rem, 3.5256410256vw + 0.4951923077rem, 2.875rem);
  }
}

.c_ttl34 {
  font-size: 1.125rem;
  font-feature-settings: "palt";
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2941176471;
}
@media screen and (min-width: 768px) {
  .c_ttl34 {
    font-size: clamp(1.5rem, 3.2051282051vw + -0.0384615385rem, 2.125rem);
  }
}

.c_ttl38 {
  font-size: 1rem;
  font-feature-settings: "palt";
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .c_ttl38 {
    line-height: 1.7105263158;
    font-size: calc(clamp(1.75rem, 3.2051282051vw + 0.2115384615rem, 2.375rem) * 0.9);
  }
}

.c_ttl28_line {
  padding-bottom: 0.5em;
  border-bottom: 1px solid currentColor;
}
.c_ttl28_line01 {
  position: relative;
  padding-bottom: 12px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c_ttl28_line01 {
    padding-bottom: 18px;
  }
}
.c_ttl28_line01::after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #174134;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .c_ttl28_line01::after {
    width: 60px;
    height: 2px;
  }
}

.c_ttl26 {
  font-size: 1.125rem;
  font-feature-settings: "palt";
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5555555556;
}
@media screen and (min-width: 768px) {
  .c_ttl26 {
    font-size: clamp(1.25rem, 1.9230769231vw + 0.3269230769rem, 1.625rem);
    line-height: 1.5384615385;
  }
}

.c_ttl25 {
  font-size: 1rem;
  font-feature-settings: "palt";
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  display: block;
}
@media screen and (min-width: 768px) {
  .c_ttl25 {
    font-size: clamp(1.125rem, 2.2435897436vw + 0.0480769231rem, 1.5625rem);
  }
}
.c_ttl25_yellow {
  color: #F19000;
}
.c_ttl25_line {
  border-bottom: 1px solid #174134;
  padding-bottom: 15px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c_ttl25_line {
    padding-bottom: 25px;
  }
}
.c_ttl25_line::after {
  content: "";
  width: 70px;
  height: 4px;
  background-color: #174134;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .c_ttl25_line::after {
    height: 6px;
    width: 100px;
  }
}

.c_ttl22 {
  font-feature-settings: "palt";
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.8181818182;
}
.c_ttl22_yellow {
  color: #F19000;
}

.c_ttl20 {
  font-feature-settings: "palt";
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 2;
}

.c_ttl18 {
  display: flex;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c_ttl18 {
    font-size: clamp(1rem, 0.641025641vw + 0.6923076923rem, 1.125rem);
  }
}
.c_ttl18_line {
  padding-bottom: 0.5em;
  border-bottom: 1px solid currentColor;
}
.c_ttl18__num {
  flex-shrink: 0;
}

.c_title01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  color: var(--cl-gable-green);
  border-bottom: 2px solid currentColor;
}
@media screen and (min-width: 768px) {
  .c_title01 {
    gap: 7px;
  }
}
.c_title01__label {
  font-size: 0.8125rem;
  background-color: var(--cl-gable-green);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
  border-radius: 4px;
  display: inline-flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: fit-content;
  padding: 2px 16px 3px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .c_title01__label {
    font-size: clamp(0.875rem, 0.641025641vw + 0.5673076923rem, 1rem);
    padding: 2px 16px 4px;
  }
}
.c_title01__txt {
  font-size: 1.125rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
  padding-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .c_title01__txt {
    padding-bottom: 31px;
    font-size: clamp(1.625rem, 2.5641025641vw + 0.3942307692rem, 2.125rem);
  }
}

/*!
component > btn
------------------------------
*/
.c_totop {
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  top: 0;
  right: 0;
  scale: 0;
  transition: background-color 0.5s ease-in-out, scale 0.5s ease-in-out;
  width: 60px;
  height: 60px;
  right: 8px;
  border: 1px solid var(--cl-gable-green);
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .c_totop {
    width: max(60px, 5.8vw);
    height: max(60px, 5.8vw);
    right: clamp(2.5rem, 75.5vw + -73rem, 21.375rem);
  }
  .c_totop:hover {
    background-color: #e5e5e5;
  }
}
.c_totop .c_totop_in {
  display: flex;
  width: 100%;
  height: 100%;
  background: url("../images/common/icon_arrow_up.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 12px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c_totop .c_totop_in {
    background-size: 16px 20px;
  }
}
.c_totop.is_fixed {
  position: fixed;
  top: unset;
  bottom: 30px;
}
.c_totop.is_show {
  transform: translateY(0);
  scale: 1;
}
.c_totop.is_absolute {
  transform: translateY(-50%);
  scale: 1;
}

.c_btn {
  font-size: 0.833125rem;
  display: inline-block;
  border-radius: 100px;
  background-color: #278798;
  color: #fff;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 13px 29px;
}
@media screen and (min-width: 768px) {
  .c_btn {
    padding: 13px 29px 17px 29px;
    font-size: clamp(0.875rem, 0.641025641vw + 0.5673076923rem, 1rem);
    width: 280px;
    border-radius: 30px;
  }
}
.c_btn_icon {
  position: relative;
  padding-right: 38px;
}
@media screen and (min-width: 768px) {
  .c_btn_icon {
    padding-right: 38px;
  }
}
.c_btn_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 19px;
  width: 13px;
  height: 14px;
  background-image: url("../images/common/icon_arrow_down.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .c_btn_icon::after {
    right: 23px;
    width: 16px;
    height: 16px;
  }
}
.c_btn_icon01 {
  position: relative;
  height: auto;
  padding: 13px 35px 13px 20px;
  display: inline-flex;
  width: auto;
  min-width: 268px;
  border-radius: 100px;
  font-size: 0.833125rem;
}
@media screen and (min-width: 768px) {
  .c_btn_icon01 {
    font-size: clamp(0.875rem, 0.641025641vw + 0.5673076923rem, 1rem);
    min-width: 320px;
    padding: 15px 30px 16px 13px;
  }
}
.c_btn_icon01 svg {
  display: block;
  width: 14px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c_btn_icon01 svg {
    width: 16px;
    right: 23px;
  }
}
.c_btn_style01 {
  position: relative;
  height: auto;
  padding: 13px 55px 13px 60px;
  display: inline-flex;
  width: auto;
  min-width: 234px;
  border-radius: 100px;
  font-size: 0.833125rem;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .c_btn_style01 {
    font-size: clamp(0.875rem, 0.641025641vw + 0.5673076923rem, 1rem);
    min-width: 280px;
    padding: 15px 55px 15px 60px;
  }
}
.c_btn_style01 svg {
  display: block;
  width: 18px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c_btn_style01 svg {
    width: 21px;
    right: 29px;
  }
}
.c_btn_style02 {
  position: relative;
  height: auto;
  padding: 13px 50px 13px 29px;
  display: inline-flex;
  width: auto;
  min-width: 234px;
  border-radius: 100px;
  font-size: 0.833125rem;
  letter-spacing: 0.06em;
  background-color: #174134;
}
@media screen and (min-width: 768px) {
  .c_btn_style02 {
    font-size: clamp(0.875rem, 0.641025641vw + 0.5673076923rem, 1rem);
    min-width: 280px;
    padding: 14px 55px 17px 36px;
  }
}
.c_btn_style02 svg {
  display: block;
  width: 18px;
  position: absolute;
  right: 21px;
  top: calc(50% - 2px);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c_btn_style02 svg {
    width: 24px;
    right: 24px;
    top: calc(50% - 2px);
  }
}

.c_btn01 {
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.4;
  color: #F3F5F5;
  background-color: #174134;
  border: 1px solid #174134;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c_btn01 {
    border-radius: 9px;
    padding: 12px clamp(0.9375rem, 1.6025641026vw + 0.1682692308rem, 1.25rem) 13px clamp(0.9375rem, 1.6025641026vw + 0.1682692308rem, 1.25rem);
  }
}

.c_btn02 {
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.4;
  color: #F3F5F5;
  background-color: #174134;
  border: 1px solid #174134;
  display: block;
  padding: 10px 20px 9px;
  border-radius: 5px;
  font-feature-settings: "palt";
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c_btn02 {
    border-radius: 9px;
    padding: 12px 20px 11px 20px;
  }
}
.c_btn02_yellow {
  background-color: #F19000;
  border: 1px solid #F19000;
}

.c_btn03 {
  position: relative;
  height: auto;
  padding: 12px 40px 12px 40px;
  display: inline-flex;
  width: auto;
  min-width: 233px;
  border-radius: 100px;
  font-size: 0.833125rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  border: 1px solid #174134;
  text-align: center;
  justify-content: center;
  font-feature-settings: "palt";
  background-color: #FFFFFF;
  color: #174134;
}
@media screen and (min-width: 768px) {
  .c_btn03 {
    font-size: clamp(0.875rem, 0.641025641vw + 0.5673076923rem, 1rem);
    min-width: 220px;
    padding: 14px 55px 15px 55px;
  }
}
.c_btn03__icon {
  display: block;
  width: 14px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c_btn03__icon {
    width: 20px;
    right: 28px;
    top: 50%;
  }
}

/*!
component > Links
------------------------------
*/
.c_link {
  position: relative;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.8;
  color: #174134;
  font-feature-settings: "palt";
  padding: 5px 4px 9px;
  border-bottom: 1px solid #8BA099;
  display: block;
}
@media screen and (min-width: 768px) {
  .c_link {
    padding: 10px 5px clamp(0.9375rem, 3.2051282051vw + -0.6009615385rem, 1.5625rem);
    font-size: clamp(0.875rem, 1.2820512821vw + 0.2596153846rem, 1.125rem);
  }
}
.c_link__icon {
  position: absolute;
  right: 0;
  top: calc(50% - 1px);
  transform: translateY(-50%);
  width: 10px;
}
@media screen and (min-width: 768px) {
  .c_link__icon {
    top: calc(50% - 6px);
    width: 10px;
  }
}

.c_link01 {
  color: #00A1E9;
  text-decoration: underline;
}
.c_link01:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .c_link01:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

/*!
component > List
------------------------------
*/
.c_list__item {
  margin-bottom: 9px;
}
@media screen and (min-width: 768px) {
  .c_list__item {
    margin-bottom: 11px;
  }
}
.c_list__link {
  display: inline-block;
  position: relative;
  padding-left: 18px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.8;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .c_list__link {
    font-size: clamp(0.875rem, 0.641025641vw + 0.5673076923rem, 1rem);
    padding-left: 20px;
  }
}
.c_list__link::after {
  content: "－";
  width: 10px;
  height: 1px;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .c_list__link::after {
    left: 1px;
  }
}
.c_list__link01 {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.8;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .c_list__link01 {
    font-size: clamp(0.875rem, 1.2820512821vw + 0.2596153846rem, 1.125rem);
    padding-left: 24px;
  }
}
.c_list__link01::after {
  content: "－";
  width: 10px;
  height: 1px;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .c_list__link01::after {
    left: 2px;
  }
}

.c_list01 {
  counter-reset: num;
  margin-bottom: 26px;
}
@media screen and (min-width: 768px) {
  .c_list01 {
    margin-bottom: 40px;
  }
}
.c_list01:last-child {
  margin-bottom: 0;
}
.c_list01__item {
  padding-left: 25px;
  position: relative;
  letter-spacing: 0.02em;
  line-height: 1.8571428571;
  font-weight: 400;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .c_list01__item {
    padding-left: 32px;
    line-height: 2.2222222222;
  }
}
.c_list01__item::after {
  counter-increment: num;
  content: "（" counter(num) "）";
  position: absolute;
  left: 0;
  top: 0;
  font-size: inherit;
  color: inherit;
  letter-spacing: 0.1em;
  line-height: inherit;
}
.c_list01_style01 .c_list01__item {
  padding-left: 19px;
}
@media screen and (min-width: 768px) {
  .c_list01_style01 .c_list01__item {
    padding-left: 24px;
  }
}
.c_list01_style01 .c_list01__item::after {
  content: "" counter(num) "）";
}
.c_list01_style02 .c_list01__item {
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .c_list01_style02 .c_list01__item {
    padding-left: 19px;
  }
}
.c_list01_style02 .c_list01__item::after {
  content: "" counter(num) ".";
  letter-spacing: 0;
}

.c_list02__item {
  padding-left: 10px;
  position: relative;
  letter-spacing: 0.02em;
  line-height: 1.8571428571;
  font-weight: 400;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .c_list02__item {
    padding-left: 13px;
    line-height: 2.2222222222;
  }
}
.c_list02__item::after {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  font-size: inherit;
  color: inherit;
  letter-spacing: 0.1em;
  line-height: inherit;
}

.c_list03__item {
  padding-left: 24px;
  padding-bottom: 26px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c_list03__item {
    padding-left: 41px;
    padding-bottom: 40px;
  }
}
.c_list03__item::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #27899A;
  position: absolute;
  left: 2px;
  top: 7px;
}
@media screen and (min-width: 768px) {
  .c_list03__item::before {
    left: -1px;
    top: clamp(0.3125rem, 1.9230769231vw + -0.6105769231rem, 0.6875rem);
    width: 21px;
    height: 21px;
  }
}
.c_list03__item::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #27899A;
  position: absolute;
  left: 8px;
  top: 10px;
}
@media screen and (min-width: 768px) {
  .c_list03__item::after {
    left: 9px;
    top: 15px;
  }
}
.c_list03__item:last-child {
  padding-bottom: 12px;
}
.c_list03__item:last-child::after {
  display: none;
}
.c_list03__item .c_txt18 {
  line-height: 1.8571428571;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c_list03__item .c_txt18 {
    line-height: 2.2222222222;
  }
}

/*!
component > Box
------------------------------
*/
/*!
component > MV
------------------------------
*/
.c_page_mv {
  position: relative;
  height: 45.8666666667vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c_page_mv {
    height: 457px;
  }
}
.c_page_mv .c_page_mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 67.2%, 0% 100%);
}
@media screen and (min-width: 768px) {
  .c_page_mv .c_page_mv__bg {
    clip-path: polygon(0 0, 100% 0, 100% 34.4%, 0% 100%);
  }
}
.c_page_mv .c_page_mv__image_bg {
  height: 100%;
}
.c_page_mv .c_page_mv__image_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.c_page_mv .c_page_mv__body {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  padding-inline: 28px;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .c_page_mv .c_page_mv__body {
    padding-top: unset;
    padding-inline: 20px;
  }
}

/*!
component > Gnavi
------------------------------
*/
.c_steps {
  position: relative;
}
.c_steps__note {
  position: absolute;
  background: linear-gradient(to top, #27899A 27%, rgb(169, 208, 215) 85%, rgba(169, 208, 215, 0.8) 100%);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
  writing-mode: vertical-rl;
  clip-path: polygon(50% 100%, 100% calc(100% - 18px), 100% 0, 0 0, 0 calc(100% - 18px));
  left: calc(82.554517134% - 25px);
  width: 50px;
  z-index: -1;
  top: calc(var(--top) + 50px);
  height: calc(100% - 149px - 35px - var(--top));
  font-size: 1rem;
  padding-top: 65px;
}
@media screen and (min-width: 768px) {
  .c_steps__note {
    font-size: 1.5625rem;
    height: calc(100% - 250px);
    clip-path: polygon(50% 100%, 100% calc(100% - 30px), 100% 0, 0 0, 0 calc(100% - 30px));
    left: 50%;
    width: 7.5%;
    top: 250px;
    padding-top: 0;
    padding-bottom: 40px;
  }
}
.c_steps__note + .c_steps__item .c_steps__item_order::before {
  display: none;
}
.c_steps__item:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .c_steps__item:not(:first-of-type) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .c_steps__item {
    align-items: center;
    display: flex;
    column-gap: 12.5%;
  }
}
.c_steps__item:first-of-type .c_steps__item_order::before {
  display: none;
}
.c_steps__item._has_arrow .c_steps__item_thumbs {
  position: relative;
}
.c_steps__item._has_arrow .c_steps__item_thumbs::after {
  content: "";
  position: absolute;
  background-image: url("../images/common/icon_arrow_long.svg");
  background-repeat: no-repeat;
  left: 52.3364485981%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  width: 21.4953271028%;
  height: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .c_steps__item._has_arrow .c_steps__item_thumbs::after {
    left: 51.5384615385%;
    width: 111px;
    height: 31px;
  }
}
@media screen and (min-width: 768px) {
  .c_steps__item_thumb {
    max-width: 326px;
  }
}
.c_steps__item_thumbs {
  display: flex;
  column-gap: 2.8037383178%;
}
@media screen and (min-width: 768px) {
  .c_steps__item_thumbs {
    column-gap: 14px;
    width: 65%;
  }
}
.c_steps__item_thumbs .c_steps__item_thumb:first-child {
  width: 62.3052959502%;
}
@media screen and (min-width: 768px) {
  .c_steps__item_thumbs .c_steps__item_thumb:first-child {
    width: 62.6923076923%;
  }
}
.c_steps__item_thumbs .c_steps__item_thumb:nth-child(2) {
  width: 34.8909657321%;
}
@media screen and (min-width: 768px) {
  .c_steps__item_thumbs .c_steps__item_thumb:nth-child(2) {
    width: 34.6153846154%;
  }
}
.c_steps__item_content {
  padding: 7px;
}
@media screen and (min-width: 768px) {
  .c_steps__item_content {
    flex: 1;
    padding: 0;
    padding-bottom: 17px;
  }
}
.c_steps__item_order {
  font-family: var(--font-en);
  font-weight: 700;
  color: #278798;
  letter-spacing: 0.02em;
  line-height: 1.5;
  position: relative;
  width: fit-content;
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  .c_steps__item_order {
    font-size: 2.5rem;
  }
  .c_steps__item_order::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 57px;
    background-color: var(--cl-gable-green);
    top: 0;
    left: 52%;
    transform: translateX(-50%) translateY(calc(-100% - 6px));
  }
}
.c_steps__item_ttl {
  font-feature-settings: "palt";
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.02em;
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .c_steps__item_ttl {
    margin-top: 0;
    font-size: clamp(0.9375rem, 0.9615384615vw + 0.4759615385rem, 1.125rem);
    line-height: 1.4444444444;
  }
}
.c_steps__item_cap {
  font-size: 0.875rem;
  line-height: 1.8571428571;
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .c_steps__item_cap {
    font-size: 1rem;
    line-height: 1.625;
    margin-top: 12px;
  }
}

/*!
component > header
------------------------------
*/
.c_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding-inline: 15px;
  padding-top: 17px;
}
@media screen and (min-width: 768px) {
  .c_header {
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .c_header.header_search .c_gnavi__link_txt,
  .c_header.header_search .c_gnavi__link {
    color: var(--cl-gable-green);
  }
}
@media screen and (min-width: 768px) {
  .c_header.header_search .c_gnavi__item._has_subitem .c_gnavi__link .c_gnavi__link_icon {
    background-image: url("../images/common/icon_chev_down_green.svg");
  }
}
.c_header.is_fixed::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 80px;
  background-color: rgba(23, 65, 52, 0.5);
  opacity: 0.5;
  backdrop-filter: blur(10px);
  transition: opacity 0.5s ease;
}
@media screen and (min-width: 768px) {
  .c_header.is_fixed::before {
    height: 99px;
  }
}
.c_header.is_fixed .c_gnavi__link_txt,
.c_header.is_fixed .c_gnavi__link {
  color: #fff;
}
.c_header.is_fixed .c_gnavi__item._has_subitem .c_gnavi__link .c_gnavi__link_icon {
  background-image: url("../images/common/icon_chev_down.svg");
}
.c_header .c_header__inner {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .c_header .c_header__inner {
    max-width: 1260px;
    height: 72px;
  }
}
.c_header .c_header__logo {
  position: relative;
  flex-shrink: 0;
  width: 49px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c_header .c_header__logo {
    top: 17.1px;
    left: -5px;
    width: 68.4px;
  }
}
.c_header .c_header__logo .logo {
  display: block;
  width: 100%;
}
.c_header .c_header__logo img {
  display: block;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .c_header .c_header__content {
    display: flex;
    align-items: center;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .is_nav_open .c_header .c_header__content::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #45675D;
    transition: background 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
.c_header .c_header__search {
  height: 100%;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c_header .c_header__search {
    background-color: #fff;
    width: calc(clamp(5rem, 3.164556962vw + 3.4810126582rem, 6.25rem) * 0.9);
  }
}
.c_header .c_header__search_icon {
  justify-content: center;
  align-items: center;
  background-color: #45675D;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  margin: 40px auto;
  transition: background-color 0.5s ease-in-out;
  cursor: pointer;
  display: none;
}
.c_header .c_header__search_icon img {
  width: 20px;
  height: 20px;
  display: block;
}
@media screen and (min-width: 768px) {
  .c_header .c_header__search_icon {
    display: flex;
    width: 100%;
    height: 100%;
    margin: unset;
    border: none;
  }
  .c_header .c_header__search_icon:hover, .is_search_open .c_header .c_header__search_icon {
    background-color: #748D85;
  }
}
.c_header .c_header__search_form {
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin: 40px auto;
}
.c_header .c_search_form__input {
  border: 0;
}
.c_header .c_header__form {
  height: 50px;
  width: 100%;
}
.c_header .c_header__form .c_search_form__button {
  background: #748D85;
}

.c_gnavi {
  position: fixed;
  width: 100%;
  height: calc(100vh - 70px);
  padding-bottom: 100px;
  z-index: 0;
  top: 70px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .c_gnavi {
    padding-bottom: unset;
    display: flex;
    align-items: center;
    height: 100%;
    position: static;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
.c_gnavi .c_gnavi__inner {
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .c_gnavi .c_gnavi__inner {
    display: flex;
    align-items: center;
    height: 100%;
    gap: calc(clamp(1.25rem, 4.746835443vw + -1.0284810127rem, 3.125rem) * 0.9);
    padding-inline: 0;
  }
}
.c_gnavi .c_gnavi__item,
.c_gnavi .c_gnavi__link {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c_gnavi .c_gnavi__item,
  .c_gnavi .c_gnavi__link {
    width: unset;
  }
}
.c_gnavi .c_gnavi__link {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 600;
  font-feature-settings: "palt";
  display: inline-flex;
  align-items: center;
  padding-block: 10px;
  transition: opacity 0.5s ease-in-out;
}
@media screen and (min-width: 768px) {
  .c_gnavi .c_gnavi__link {
    font-size: calc(clamp(0.875rem, 0.641025641vw + 0.5673076923rem, 1rem) * 0.9);
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .c_gnavi .c_gnavi__item {
    border-bottom: 1px solid #fff;
  }
}
.c_gnavi .c_gnavi__item._has_subitem {
  position: relative;
  cursor: default;
}
.c_gnavi .c_gnavi__item._has_subitem .c_gnavi__link {
  position: relative;
}
.c_gnavi .c_gnavi__item._has_subitem .c_gnavi__link .c_gnavi__link_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  right: 0;
  left: unset;
  width: 40px;
  height: 40px;
  background-image: url("../images/common/icon_chev_down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px 8px;
  transition: transform 0.5s ease-in-out;
  transform-origin: center center;
}
@media screen and (min-width: 768px) {
  .c_gnavi .c_gnavi__item._has_subitem .c_gnavi__link .c_gnavi__link_icon {
    width: 13px;
    height: 8px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.75em;
    top: unset;
    right: unset;
  }
}
.c_gnavi .c_gnavi__item._has_subitem .c_gnavi__link .c_gnavi__link_icon.is_actived {
  transform: translateY(-50%) rotate(0deg);
  transform-origin: center center;
}
@media screen and (min-width: 768px) {
  .c_gnavi .c_gnavi__item:hover .c_gnavi_sub {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .c_gnavi .c_gnavi__item:hover .c_gnavi__link .c_gnavi__link_icon {
    transform: translateX(-50%) rotate(-180deg);
    transform-origin: center center;
  }
}
@media screen and (max-width: 767px) {
  .is_nav_open .c_gnavi {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    flex-direction: column;
    background-color: #45675D;
    overflow: auto;
    transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}

.c_gnavi_sub {
  display: none;
}
@media screen and (min-width: 768px) {
  .c_gnavi_sub {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    display: block;
    left: 50%;
    top: calc(100% + 10px);
    transform: translateX(-50%);
    width: clamp(18.75rem, 94.9367088608vw + -26.8196202532rem, 56.25rem);
  }
}
.c_gnavi_sub::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15px;
  transform: translateY(-100%);
}
@media screen and (min-width: 768px) {
  .c_gnavi_sub._sub_02 {
    width: clamp(18.75rem, 63.2911392405vw + -11.6297468354rem, 43.75rem);
  }
}
@media screen and (min-width: 768px) {
  .c_gnavi_sub._sub_03 {
    transform: translateX(-50%);
  }
}
.c_gnavi_sub .c_gnavi_sub__list {
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .c_gnavi_sub .c_gnavi_sub__list {
    padding-left: 0;
    background-color: #FFFFFF;
    display: grid;
  }
}
.c_gnavi_sub .c_gnavi_sub__list._three_col {
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  column-gap: 40px;
  row-gap: 12px;
}
@media screen and (min-width: 768px) {
  .c_gnavi_sub .c_gnavi_sub__list._three_col {
    padding: clamp(1.25rem, 2.5316455696vw + 0.0348101266rem, 2.25rem) clamp(1.25rem, 6.8037974684vw + -2.0158227848rem, 3.9375rem) clamp(1.25rem, 3.9556962025vw + -0.6487341772rem, 2.8125rem) clamp(1.25rem, 2.3734177215vw + 0.1107594937rem, 2.1875rem);
  }
}
.c_gnavi_sub .c_gnavi_sub__list._two_col {
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  column-gap: 40px;
  row-gap: 12px;
}
@media screen and (min-width: 768px) {
  .c_gnavi_sub .c_gnavi_sub__list._two_col {
    padding: clamp(1.25rem, 2.5316455696vw + 0.0348101266rem, 2.25rem) clamp(1.25rem, 2.3734177215vw + 0.1107594937rem, 2.1875rem) clamp(1.25rem, 3.9556962025vw + -0.6487341772rem, 2.8125rem);
  }
}
.c_gnavi_sub .c_gnavi_sub__item {
  font-feature-settings: "palt";
  position: relative;
  margin-bottom: 5px;
  font-size: 0.875rem;
}
.c_gnavi_sub .c_gnavi_sub__item:last-child {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c_gnavi_sub .c_gnavi_sub__item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .c_gnavi_sub .c_gnavi_sub__item {
    font-size: clamp(0.875rem, 0.641025641vw + 0.5673076923rem, 1rem);
    margin-bottom: 0;
    border-bottom: 1px solid #8BA099;
  }
}
@media screen and (min-width: 768px) {
  .c_gnavi_sub .c_gnavi_sub__item::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 1px;
    background: var(--cl-gable-green);
    left: 0;
    bottom: -1px;
  }
}
.c_gnavi_sub .c_gnavi_sub__item a {
  display: block;
  position: relative;
  color: #fff;
  padding-block: 7px;
}
@media screen and (min-width: 768px) {
  .c_gnavi_sub .c_gnavi_sub__item a {
    padding-block: 12px;
    color: var(--cl-gable-green);
  }
}
@media screen and (min-width: 768px) {
  .c_gnavi_sub .c_gnavi_sub__item a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: url("../images/common/icon_arrow_right.svg");
    background-repeat: no-repeat;
    width: 14px;
    height: 10px;
    background-size: contain;
  }
}

.c_toggle {
  position: absolute;
  top: calc(50% + 8.5px);
  right: 13px;
  transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c_toggle {
    display: none;
  }
}
.c_toggle::after {
  position: absolute;
  top: calc(50% - 10px);
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 26px;
  height: 1px;
  background: #fff;
  transition: 0.5s;
  transform-origin: center;
}
.c_toggle::before {
  position: absolute;
  top: calc(50% + 10px);
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 26px;
  height: 1px;
  background: #fff;
  transition: 0.5s;
  transform-origin: center;
}
.c_toggle__line {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 26px;
  height: 1px;
  background: #fff;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.is_nav_open .c_toggle::before {
  top: 50%;
  transform: translate(-50%, 0%) rotate(45deg);
}
.is_nav_open .c_toggle::after {
  top: 50%;
  transform: translate(-50%, 0%) rotate(-45deg);
}
.is_nav_open .c_toggle .c_toggle__line {
  opacity: 0;
}

.c_search_drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.c_search_drawer__in {
  height: 100%;
  padding-top: 90px;
}
@media screen and (min-width: 768px) {
  .c_search_drawer__in {
    padding-top: 86px;
  }
}
.c_search_drawer__body {
  max-width: 1400px;
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
}
.c_search_drawer__form {
  height: 50px;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .c_search_drawer__form {
    max-width: 375px;
    height: 60px;
  }
}
.is_search_open .c_search_drawer {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/*!
component > footer
------------------------------
*/
.c_footer {
  position: relative;
}
.c_footer .c_footer_bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-66%);
  top: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .c_footer .c_footer_bg {
    transform: translateX(-50%) translateY(-68.2%);
    min-width: 2000px;
    height: 1481px;
  }
}
.c_footer .c_footer_bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.c_footer .c_footer_top {
  position: relative;
  border-top: 1px solid rgba(139, 160, 153, 0.5);
}
.c_footer .c_footer_top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 65, 52, 0.4);
  transition: background-color 0.3s ease-in-out;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 768px) {
  .c_footer .c_footer_top:hover::before {
    background-color: rgba(23, 65, 52, 0.5);
  }
}
.c_footer .c_footer_top__target {
  display: block;
  position: relative;
}
.c_footer .c_footer_bot {
  position: relative;
  background-color: var(--cl-gable-green);
  padding-top: 35px;
  padding-inline: 7px;
  padding-bottom: 27px;
}
@media screen and (min-width: 768px) {
  .c_footer .c_footer_bot {
    padding-top: 85px;
    padding-bottom: 57px;
    padding-inline: unset;
  }
}
.c_footer .c_footer_bot__in {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column-reverse;
  max-width: 1300px;
  padding-inline: 27px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .c_footer .c_footer_bot__in {
    column-gap: 30px;
    flex-direction: row;
    padding-inline: clamp(2.5rem, 20.6766917293vw + -7.4248120301rem, 9.375rem);
  }
}
.c_footer .c_footer__logo {
  width: 172px;
  margin-top: 87px;
  margin-left: 3px;
}
@media screen and (min-width: 768px) {
  .c_footer .c_footer__logo {
    margin-top: unset;
    width: clamp(15rem, 5.6962025316vw + 12.2658227848rem, 17.25rem);
  }
}
.c_footer .c_footer_bot__nav {
  color: #FFFFFF;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c_footer .c_footer_bot__nav {
    padding-right: clamp(0rem, 3.6392405063vw + -1.746835443rem, 1.4375rem);
    padding-top: 16px;
    width: unset;
    max-width: 545px;
  }
}

.c_fcontact {
  position: relative;
  padding-top: 30px;
  padding-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .c_fcontact {
    padding-top: 75px;
    padding-bottom: 60px;
  }
}
.c_fcontact .c_fcontact__top {
  display: flex;
  gap: 26px;
  padding-left: 5px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .c_fcontact .c_fcontact__top {
    gap: 54px;
    padding-left: 20px;
  }
}
.c_fcontact .c_fcontact__ttl {
  color: #DCE2E1;
}
.c_fcontact .c_fcontact__txt {
  color: #FFFFFF;
}
.c_fcontact .c_fcontact__thumb {
  width: 105px;
}
@media screen and (min-width: 768px) {
  .c_fcontact .c_fcontact__thumb {
    width: 172px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c_fcontact .c_cmn_ttl .c_cmn_ttl__en {
    font-size: 2.125rem;
  }
}
.c_fcontact .c_cmn_ttl .c_cmn_ttl__ja {
  text-align: center;
  margin-top: -4px;
}
@media screen and (max-width: 767px) {
  .c_fcontact .c_cmn_ttl .c_cmn_ttl__ja {
    font-size: 0.625rem;
    margin-top: -7px;
  }
}
.c_fcontact .c_fcontact__cap {
  font-weight: 400;
  text-align: center;
  font-feature-settings: "palt";
  padding-top: 37px;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .c_fcontact .c_fcontact__cap {
    padding-top: 28px;
    line-height: 1.5714285714;
  }
}

@media screen and (min-width: 768px) {
  .c_footer_nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: clamp(1.25rem, 19.6202531646vw + -8.167721519rem, 9rem);
  }
}
.c_footer_nav .c_footer_nav__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c_footer_nav .c_footer_nav__item {
    width: unset;
  }
}
.c_footer_nav .c_footer_nav__item:not(:first-child) {
  margin-top: 9px;
}
@media screen and (min-width: 768px) {
  .c_footer_nav .c_footer_nav__item:not(:first-child) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .c_footer_nav .c_footer_nav__item:nth-child(2) {
    padding-bottom: 32px;
  }
}
@media screen and (min-width: 768px) {
  .c_footer_nav .c_footer_nav__item:nth-child(3) {
    grid-area: 2/1/3/1;
    margin-top: -60px;
  }
}
@media screen and (min-width: 768px) {
  .c_footer_nav .c_footer_nav__item:nth-child(4) {
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 768px) {
  .c_footer_nav .c_footer_nav__item:nth-child(5) {
    grid-area: 3/2/4/3;
  }
}
@media screen and (max-width: 767px) {
  .c_footer_nav .c_footer_nav__link {
    display: block;
  }
}
.c_footer_nav .c_footer_nav__link._has_icon {
  position: relative;
}
.c_footer_nav .c_footer_nav__link_txt {
  font-weight: 600;
  font-size: 1.125rem;
  font-feature-settings: "palt";
}
.c_footer_nav .c_footer_nav__link_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  left: unset;
  width: 40px;
  height: 40px;
  background: url("../images/common/icon_chev_down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px 8px;
  transition: transform 0.5s ease-in-out;
  transform-origin: center center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c_footer_nav .c_footer_nav__link_icon {
    display: none;
  }
}
.c_footer_nav .c_footer_nav__link_icon.is_actived {
  transform: translateY(-50%) rotate(-180deg);
  transform-origin: center center;
}
.c_footer_nav .c_footer_subnav__link {
  font-size: 0.875rem;
  font-weight: 400;
  font-feature-settings: "palt";
  padding-block: 7px;
  display: block;
  line-height: 1.42;
  position: relative;
}
.c_footer_nav .c_footer_subnav__link::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1.2142857143em;
}
@media screen and (min-width: 768px) {
  .c_footer_nav .c_footer_subnav__link::before {
    content: "－";
  }
}

.c_footer_subnav {
  padding-top: 12px;
  padding-left: 20px;
  display: none;
  padding-bottom: 13px;
}
@media screen and (min-width: 768px) {
  .c_footer_subnav {
    display: block;
    padding-left: 16px;
    padding-top: 12px;
    padding-bottom: unset;
  }
}

.c_footer_bot__copyright {
  font-size: 0.75rem;
  font-weight: 400;
  color: #fff;
  font-feature-settings: "palt";
  margin-top: 30px;
  margin-right: -10px;
}
@media screen and (min-width: 768px) {
  .c_footer_bot__copyright {
    font-size: 0.875rem;
    margin-top: 230px;
    margin-right: calc(clamp(0rem, 28.1954887218vw + -13.5338345865rem, 9.375rem) * -1);
  }
}
@media screen and (max-width: 1275px) {
  .c_footer_bot__copyright .break {
    display: none;
  }
}
@media screen and (max-width: 1275px) {
  .c_footer_bot__copyright .content {
    display: block;
  }
}

@media screen and (max-width: 1275px) {
  .c_footer_privacy {
    display: inline-block;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c_footer_privacy {
    font-size: 0.875rem;
    margin-bottom: 22px;
  }
}

.c_search_form {
  display: flex;
}
.c_search_form__input {
  border: 1px solid var(--cl-gable-green);
  background-color: #fff;
  font-size: 1rem;
  font-weight: 400;
  color: var(--cl-gable-green);
  font-family: inherit;
  padding: 10px 17px;
  min-width: 0;
  flex: 1;
  outline: none;
  appearance: none;
}
.c_search_form__input::placeholder {
  color: inherit;
}
.c_search_form__input::-webkit-search-cancel-button {
  display: none;
  -webkit-appearance: none;
}
@media screen and (min-width: 768px) {
  .c_search_form__input {
    padding: 10px 17px;
    flex-basis: 80%;
  }
}
.c_search_form__button {
  display: flex;
  background-color: #45675D;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-basis: 75px;
  flex-shrink: 0;
  transition: opacity 0.5s ease-in-out;
}
.c_search_form__button img {
  width: 15px;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) {
  .c_search_form__button:hover {
    opacity: 0.8;
  }
}

.c_paginate .wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.c_paginate a,
.c_paginate span {
  border: 1px solid transparent !important;
  color: #45675D;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  letter-spacing: 0.04em;
  margin: 4px !important;
  font-weight: 500;
  background-color: transparent;
  font-family: var(--font-en);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c_paginate a,
  .c_paginate span {
    padding-top: 2px;
  }
}
.c_paginate a.current,
.c_paginate span.current {
  color: var(--cl-gable-green);
  pointer-events: none;
  border: 0;
}
.c_paginate a:hover,
.c_paginate span:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .c_paginate a:hover,
  .c_paginate span:hover {
    opacity: 0.7;
  }
}
.c_paginate .first,
.c_paginate .last,
.c_paginate .pages {
  border: 1px solid transparent !important;
  background-color: #E2E6E8;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  letter-spacing: 0.04em;
  margin: 4px !important;
  font-weight: 500 !important;
}
@media screen and (min-width: 768px) {
  .c_paginate .first,
  .c_paginate .last,
  .c_paginate .pages {
    padding-top: 2px;
  }
}
.c_paginate .first:hover,
.c_paginate .last:hover,
.c_paginate .pages:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .c_paginate .first:hover,
  .c_paginate .last:hover,
  .c_paginate .pages:hover {
    opacity: 0.7;
  }
}
.c_paginate .pages {
  margin-right: 7px !important;
  min-width: 56px;
  font-weight: 500;
}
.c_paginate .pages:hover {
  opacity: 1;
}
.c_paginate .nextpostslink {
  position: relative;
  z-index: 1;
  margin-left: 15px !important;
  letter-spacing: 0;
}
.c_paginate .nextpostslink::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #45675D;
  border-top: 1px solid #45675D;
  position: absolute;
  right: -12px;
  top: 60%;
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
}
.c_paginate .previouspostslink {
  position: relative;
  z-index: 1;
  margin-right: 15px !important;
  letter-spacing: 0;
}
.c_paginate .previouspostslink::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #45675D;
  border-top: 1px solid #45675D;
  position: absolute;
  left: -12px;
  top: 60%;
  transform: translateY(-50%) rotate(-45deg);
  z-index: 2;
}
.c_paginate .larger + .extend:last-of-type {
  display: none;
}

.c_slide_controls .slick-arrow {
  position: absolute;
  top: calc(50% - 4px);
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  font-size: 0;
  color: transparent;
  background: url(../images/common/icon_prev.svg) center no-repeat;
  background-size: cover;
  z-index: 2;
  left: 8px;
}
@media screen and (min-width: 768px) {
  .c_slide_controls .slick-arrow {
    width: 60px;
    height: 60px;
    top: calc(50% - 11px);
    transform: translateY(-50%) translateX(-100%);
    left: clamp(0rem, -3500vw + 2756.25rem, 4.375rem);
  }
}
.c_slide_controls .slick-next {
  background: url(../images/common/icon_next.svg) center no-repeat;
  background-size: cover;
  left: auto;
  transform: translateY(-50%);
  right: 7px;
}
@media screen and (min-width: 768px) {
  .c_slide_controls .slick-next {
    transform: translateY(-50%) translateX(100%);
    right: clamp(0rem, -3500vw + 2756.25rem, 4.375rem);
  }
}

/*!
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: #45675D;
  z-index: 110;
  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_slider {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 0 5px;
}
@media screen and (min-width: 768px) {
  .c_slider {
    padding: 0;
  }
}
.c_slider .slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  z-index: 2;
  padding-top: 26px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .c_slider .slick-dots {
    padding-top: 30px;
  }
}
.c_slider .slick-dots li {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #F3F5F5;
  border-radius: 100%;
  transition: 0.5s;
  margin: 6px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c_slider .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 9px;
  }
  .c_slider .slick-dots li:not(.slick-active):hover {
    opacity: 0.8;
  }
}
.c_slider .slick-dots li.slick-active {
  background-color: #174134;
  pointer-events: none;
}
.c_slider .slick-dots a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.c_tbl__ttl {
  letter-spacing: 0.02em;
  font-weight: 500;
  line-height: 1.8571428571;
  font-feature-settings: "palt";
  margin-bottom: 1px;
}
@media screen and (min-width: 768px) {
  .c_tbl__ttl {
    margin-bottom: 0px;
    line-height: 2.2222222222;
    width: 126px;
    flex-shrink: 0;
  }
}
.c_tbl__content {
  letter-spacing: 0.02em;
  font-weight: 400;
  line-height: 1.8571428571;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .c_tbl__content {
    line-height: 2.2222222222;
    width: calc(100% - 126px);
    padding-left: 20px;
  }
}
.c_tbl__item {
  border-bottom: 1px solid #174134;
  padding: 10px 0 14px 0;
}
@media screen and (min-width: 768px) {
  .c_tbl__item {
    display: flex;
    padding: 20px 20px 19px 20px;
  }
}

/*!
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: 1080px;
    padding: 0 40px;
    margin: 0 auto;
  }
}