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

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

.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
------------------------------
*/
/*!
component > title
------------------------------
*/
/*!
component > btn
------------------------------
*/
.c_btn_readmore01 {
  font-size: 0.6525rem;
  line-height: 1;
  color: #231815;
  background-color: #FFFFFF;
  width: 100%;
  max-width: 98px;
  min-height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 5px 10px 5px;
  transition: all 0.5s ease-in-out;
}
@media screen and (min-width: 768px) {
  .c_btn_readmore01 {
    max-width: 233px;
    padding: 8px 10px 12px;
    font-size: 1.55rem;
  }
  .c_btn_readmore01:hover {
    color: #FFFFFF;
    background-color: #231815;
  }
}
.c_btn_recruit {
  position: fixed;
  right: 0;
  top: 50%;
  height: max-content;
  display: block;
  background-color: #00A99D;
  font-size: 0.625rem;
  line-height: 1.7504409171;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  writing-mode: vertical-rl;
  padding: 23px 10px 23px 9px;
  z-index: 89;
  translate: 0 -50%;
  white-space: nowrap;
}
.c_btn_recruit span {
  transition: 0.5s all ease-in-out;
}
@media screen and (min-width: 768px) {
  .c_btn_recruit {
    font-size: clamp(
      0.8125rem,
      4.2727272727vw + -2.8460227273rem,
      2.28125rem
  );
    height: auto;
    line-height: 1.7501369863;
    padding: clamp(
      1.875rem,
      3.6458333333vw + 0.125rem,
      4.5rem
  ) clamp(
      0.9375rem,
      1.2152777778vw + 0.3541666667rem,
      1.8125rem
  ) clamp(
      1.875rem,
      3.90625vw + 0rem,
      4.6875rem
  ) clamp(
      0.9375rem,
      1.3020833333vw + 0.3125rem,
      1.875rem
  );
  }
  .c_btn_recruit:hover {
    opacity: 1;
  }
  .c_btn_recruit:hover span {
    opacity: 0.8;
  }
}

.c_btntop {
  position: fixed;
  bottom: 20px;
  right: 10px;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #231815;
  border: 1px solid #FFF;
  transition: background-color 0.5s ease-in-out, opacity 0.5s ease-in-out, border-color 0.5s ease-in-out;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  z-index: 80;
}
@media screen and (min-width: 768px) {
  .c_btntop {
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
  }
}
.c_btntop::after {
  content: "";
  background: url(../../assets/images/common/icon_arrow_w.svg) no-repeat;
  display: block;
  background-size: 100%;
  width: 14px;
  aspect-ratio: 14/9;
  rotate: -90deg;
  position: absolute;
  top: 50%;
  left: calc(50% + 1px);
  translate: -50% -50%;
}
@media screen and (min-width: 768px) {
  .c_btntop:hover {
    background-color: #FFFFFF;
    opacity: 0.7;
    border-color: #231815;
  }
  .c_btntop:hover::after {
    background: url(../../assets/images/common/icon_arrow_main.svg) no-repeat;
  }
}
.c_btntop.is_innit {
  opacity: 1;
  visibility: visible;
}

/*!
component > Links
------------------------------
*/
/*!
component > List
------------------------------
*/
/*!
component > Box
------------------------------
*/
/*!
component > MV
------------------------------
*/
/*!
component > Gnavi
------------------------------
*/
/*!
component > header
------------------------------
*/
body.is_fixed {
  position: fixed;
  overflow: hidden;
  width: 100%;
  left: 0;
}

.c_header {
  position: fixed;
  top: 0;
  right: clamp(
      1.25rem,
      16.25vw + -2rem,
      2.0625rem
  );
  z-index: 100;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .c_header {
    right: clamp(
      2.5rem,
      8.0528846154vw + -1.3653846154rem,
      6.6875rem
  );
  }
}
.c_header_menuarea {
  background-color: #231815;
  padding: 17px 10px 10px 10px;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .c_header_menuarea {
    padding: clamp(
      1.5625rem,
      3.2451923077vw + 0.0048076923rem,
      3.25rem
  ) clamp(
      1rem,
      1.9230769231vw + 0.0769230769rem,
      2rem
  ) clamp(
      1rem,
      1.8028846154vw + 0.1346153846rem,
      1.9375rem
  ) clamp(
      1rem,
      1.9230769231vw + 0.0769230769rem,
      2rem
  );
  }
}
.c_header_menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .c_header_menu {
    gap: 17px;
  }
}
.c_header_menu_txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.380625rem;
  line-height: 1;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .c_header_menu_txt {
    font-size: 1.225625rem;
    font-size: clamp(
      1rem,
      0.4338942308vw + 0.7917307692rem,
      1.225625rem
  );
  }
}
.c_header_menu_hamburger {
  display: block;
  width: 19px;
  height: 13px;
  position: relative;
  cursor: pointer;
  transition: opacity 0.5s ease-in-out;
}
@media screen and (min-width: 768px) {
  .c_header_menu_hamburger {
    width: clamp(
      2.5rem,
      2.4038461538vw + 1.3461538462rem,
      3.75rem
  );
    height: clamp(
      1.875rem,
      1.5625vw + 1.125rem,
      2.6875rem
  );
  }
  .c_header_menu_hamburger:hover {
    opacity: 0.7;
  }
}
.c_header_menu_hamburger .line {
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  transition: rotate 0.5s;
}
@media screen and (min-width: 768px) {
  .c_header_menu_hamburger .line {
    height: clamp(
      0.125rem,
      0.2403846154vw + 0.0096153846rem,
      0.25rem
  );
  }
}
.c_header_menu_hamburger .line:nth-child(1) {
  top: 0;
}
.c_header_menu_hamburger .line:nth-child(2) {
  top: 50%;
}
.c_header_menu_hamburger .line:nth-child(3) {
  top: 100%;
}
.c_header.is_open .c_header_menu_hamburger .line:nth-child(1) {
  top: 50%;
  rotate: 45deg;
}
.c_header.is_open .c_header_menu_hamburger .line:nth-child(2) {
  opacity: 0;
}
.c_header.is_open .c_header_menu_hamburger .line:nth-child(3) {
  top: 50%;
  rotate: 135deg;
}
.c_header.is_open .c_header_nav {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.c_header.is_open .c_overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.c_header_nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  overflow-y: auto;
  background-color: #FFFFFF;
  transition: 0.5s visibility ease-in-out, opacity 0.5s ease-in-out;
  z-index: 99;
}
.c_header_nav .list {
  width: 100%;
  padding-top: 51.09px;
  margin: 0 auto;
  padding: 51.09px clamp(
      1.25rem,
      16.25vw + -2rem,
      2.0625rem
  );
}
@media screen and (min-width: 768px) {
  .c_header_nav .list {
    max-width: 520px;
    padding-top: clamp(
      6.5rem,
      7.0444711538vw + 3.1186538462rem,
      10.163125rem
  );
  }
}
.c_header_nav .list .item {
  width: 100%;
  height: 40px;
}
@media screen and (min-width: 768px) {
  .c_header_nav .list .item {
    height: 56px;
  }
}
.c_header_nav .list .item_link {
  width: 100%;
  height: 100%;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .c_header_nav .list .item_link {
    font-size: 1.375rem;
  }
}
.c_header_nav .list .item:nth-child(even) {
  background-color: #ffffff;
  color: #231815;
}
.c_header_nav .list .item:nth-child(odd) {
  color: #ffffff;
  background-color: #231815;
}

.c_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/*!
component > footer
------------------------------
*/
.c_footer {
  background-color: #231815;
  color: #FFFFFF;
}
.c_footer_top {
  padding-top: 18px;
  padding-bottom: 10px;
  background-color: #4D4D4D;
}
@media screen and (min-width: 768px) {
  .c_footer_top {
    padding-bottom: 47px;
  }
}
.c_footer_top .logoarea {
  display: block;
  max-width: 72px;
  margin: 0 auto;
}
.c_footer_top_inner {
  width: calc(100% - clamp(
      0rem,
      74.0740740741vw + -14.8148148148rem,
      2.5rem
  ));
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c_footer_top_inner {
    width: calc(100% - 80px);
    max-width: 900px;
  }
}
.c_footer_top .timeline {
  color: #FFFFFF;
  width: 100%;
  margin-top: 22px;
  width: 100%;
  margin: 16px auto 0;
}
@media screen and (min-width: 768px) {
  .c_footer_top .timeline {
    width: calc(100% - 56px);
    margin: 12px 0 0 0;
  }
}
.c_footer_top .timeline_item {
  border-bottom: 1px solid #FFFFFF;
  display: flex;
}
@media screen and (min-width: 768px) {
  .c_footer_top .timeline_item:last-child {
    border-bottom: 0;
  }
}
.c_footer_top .timeline_item_title {
  font-weight: 400;
  font-size: 0.80375rem;
  line-height: 1;
  width: 9.4%;
  padding: 6px 0 6px;
}
@media screen and (min-width: 768px) {
  .c_footer_top .timeline_item_title {
    width: 10%;
    font-size: 1.09375rem;
    line-height: 1.7502857143;
    padding: 6px 0 9px;
  }
}
.c_footer_top .timeline_item_title_first {
  width: 30.7%;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c_footer_top .timeline_item_title_first {
    width: 29.3%;
    letter-spacing: 0.13em;
  }
}
.c_footer_top .timeline_item_title_last {
  flex-grow: 1;
  white-space: nowrap;
}
.c_footer_top .timeline_item_value {
  font-weight: 400;
  font-size: 0.80375rem;
  line-height: 1;
  padding: 18px 0 16px;
  width: 9.4%;
}
@media screen and (min-width: 768px) {
  .c_footer_top .timeline_item_value {
    width: 10%;
    font-size: 1.09375rem;
    line-height: 1.7502857143;
    padding: 15px 0 13px;
    display: flex;
    align-items: center;
  }
}
.c_footer_top .timeline_item_value_first {
  width: 30.7%;
}
@media screen and (min-width: 768px) {
  .c_footer_top .timeline_item_value_first {
    width: 29.3%;
    letter-spacing: 0.13em;
    text-align: left;
  }
}
.c_footer_top .timeline_item_value_last {
  flex-grow: 1;
  padding-left: 2.8%;
}
@media screen and (min-width: 768px) {
  .c_footer_top .timeline_item_value_last {
    padding-left: 2%;
  }
}
.c_footer_top .notes_table {
  font-weight: 400;
  font-size: 0.80375rem;
  line-height: 1.7496111975;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .c_footer_top .notes_table {
    font-size: 1.09375rem;
    line-height: 1.7502857143;
    letter-spacing: 0.23em;
  }
}
.c_footer_top .content01 {
  color: #FFFFFF;
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .c_footer_top .content01 {
    margin-top: 38px;
    margin-right: -10px;
  }
}
.c_footer_top .content01 .title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.043125rem;
  line-height: 1.230077891;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c_footer_top .content01 .title {
    font-size: 2rem;
    line-height: 1.34375;
  }
}
.c_footer_top .content01 .txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.578125rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .c_footer_top .content01 .txt {
    font-size: 1.0625rem;
    line-height: 1.2941176471;
    letter-spacing: 0.05em;
    margin-top: 5px;
  }
}
.c_footer_top .infoarea {
  color: #FFFFFF;
  margin-top: 27px;
}
.c_footer_top .infoarea_item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .c_footer_top .infoarea_item {
    gap: 25px;
    min-width: 80px;
    margin-bottom: 19px;
  }
}
.c_footer_top .infoarea_item .key {
  font-size: 0.80375rem;
  line-height: 1.7496111975;
  letter-spacing: 0;
  min-width: 68px;
  width: 16.9%;
}
@media screen and (min-width: 768px) {
  .c_footer_top .infoarea_item .key {
    font-size: 1rem;
    line-height: 1.75;
  }
}
.c_footer_top .infoarea_item .value {
  font-size: 0.7725rem;
  line-height: 1.3349514563;
  letter-spacing: 0.05em;
  padding-top: 3px;
}
@media screen and (min-width: 768px) {
  .c_footer_top .infoarea_item .value {
    font-size: 1rem;
    line-height: 1.75;
    padding-top: 0;
    display: flex;
    align-items: center;
  }
}
.c_footer_top .infoarea_item .value_same {
  font-size: 0.80375rem;
  line-height: 1.7496111975;
  letter-spacing: 0;
  padding-top: 0;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .c_footer_top .infoarea_item .value_same {
    font-size: 1rem;
    padding-left: 0;
  }
}
.c_footer_top .infoarea_item.telarea {
  margin-top: 15px;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .c_footer_top .infoarea_item.telarea {
    margin-top: -8px;
    margin-bottom: 25px;
  }
}
.c_footer_top .infoarea_item.telarea .key {
  padding-top: 11px;
}
@media screen and (min-width: 768px) {
  .c_footer_top .infoarea_item.telarea .key {
    padding-top: clamp(
      0.3125rem,
      1.4423076923vw + -0.3798076923rem,
      1.0625rem
  );
  }
}
.c_footer_top .infoarea_item.telarea .tel_txt {
  font-size: 2.360625rem;
  font-size: clamp(
      1.625rem,
      14.7125vw + -1.3175rem,
      2.360625rem
  );
  line-height: 1;
  display: block;
  padding-left: 9px;
}
@media screen and (min-width: 768px) {
  .c_footer_top .infoarea_item.telarea .tel_txt {
    font-size: clamp(
      1.9375rem,
      1.9230769231vw + 1.0144230769rem,
      2.9375rem
  );
    padding-left: 0;
    pointer-events: none;
  }
}
.c_footer_top .infoarea .maparea {
  width: 100%;
  aspect-ratio: 400/203;
  margin-top: 22px;
}
.c_footer_top .infoarea .maparea iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .c_footer_top .group_pc01 {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-top: 24px;
  }
  .c_footer_top .group_pc01 .logoarea {
    max-width: 128px;
    min-width: 100px;
    width: 14.3%;
    margin: 0;
    flex-shrink: 0;
    margin-left: 16px;
    margin-top: 19px;
    margin-right: clamp(
      1.5625rem,
      5.1682692308vw + -0.9182692308rem,
      4.25rem
  );
  }
  .c_footer_top .group_pc01_right {
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .c_footer_top .group_pc02 {
    display: flex;
    align-items: flex-start;
    margin-top: 27px;
  }
  .c_footer_top .group_pc02 .infoarea {
    padding-left: 12px;
    width: 50.4%;
  }
  .c_footer_top .group_pc02 .maparea {
    width: 44%;
    margin-top: 19px;
    aspect-ratio: 396/285;
  }
  .c_footer_top .group_pc02 .maparea iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.c_footer_nav {
  padding-top: 16px;
  padding-left: clamp(
      0rem,
      156vw + -36.5625rem,
      2.4375rem
  );
}
@media screen and (min-width: 768px) {
  .c_footer_nav {
    padding-left: clamp(
      0rem,
      17.5480769231vw + -8.4230769231rem,
      9.125rem
  );
    padding-top: 55px;
  }
}
.c_footer_nav_inner {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .c_footer_nav_inner {
    justify-content: flex-start;
  }
}
.c_footer_nav_list {
  color: #FFFFFF;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c_footer_nav_list {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    gap: 0 20px;
  }
}
.c_footer_nav_item {
  border-left: 1px solid #FFFFFF;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c_footer_nav_item {
    padding-bottom: 48px;
  }
}
.c_footer_nav_item::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -2px;
  width: 3px;
  height: 15px;
  background-color: #00A99D;
}
@media screen and (min-width: 768px) {
  .c_footer_nav_item::before {
    left: -3px;
    width: 6px;
    height: 36px;
  }
}
@media screen and (min-width: 768px) {
  .c_footer_nav_item:nth-child(1) {
    width: 21.2%;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .c_footer_nav_item:nth-child(2) {
    width: 21.2%;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .c_footer_nav_item:nth-child(3) {
    width: 21.2%;
    margin-right: 0;
  }
}
.c_footer_nav_item:nth-child(4) .c_footer_nav_subnavlv01 {
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .c_footer_nav_item:nth-child(4) .c_footer_nav_subnavlv01_item {
    margin-bottom: 0;
  }
}
.c_footer_nav_item_link {
  font-size: 0.679375rem;
  font-weight: 400;
  line-height: 1.2;
  display: block;
  max-width: max-content;
  margin-top: -1px;
  padding-left: 5px;
}
@media screen and (min-width: 768px) {
  .c_footer_nav_item_link {
    font-size: 1.5625rem;
    padding-left: 12px;
  }
}
.c_footer_nav_subnavlv01 {
  margin-top: 12px;
  padding-left: 5px;
}
@media screen and (min-width: 768px) {
  .c_footer_nav_subnavlv01 {
    margin-top: 26px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 768px) {
  .c_footer_nav_subnavlv01_item {
    margin-bottom: 5px;
  }
}
.c_footer_nav_subnavlv01_item_link {
  font-size: 0.451875rem;
  line-height: 1.8782849239;
  font-weight: 400;
  display: block;
  max-width: max-content;
}
@media screen and (min-width: 768px) {
  .c_footer_nav_subnavlv01_item_link {
    font-size: 1.04rem;
    line-height: 1.8774038462;
  }
}
.c_footer_nav_subnavlv02 {
  border-left: 1px solid #FFFFFF;
  margin-top: 2px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c_footer_nav_subnavlv02 {
    border-left: 0;
    margin-top: 4px;
  }
}
.c_footer_nav_subnavlv02::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -2px;
  width: 3px;
  height: 10px;
  background-color: #00A99D;
}
@media screen and (min-width: 768px) {
  .c_footer_nav_subnavlv02::before {
    display: none;
  }
}
.c_footer_nav_subnavlv02_item:nth-child(1) {
  padding-top: 1px;
}
.c_footer_nav_subnavlv02_item_link {
  font-size: 0.388125rem;
  line-height: 1.3123993559;
  font-weight: 400;
  margin-left: 8px;
  display: block;
  max-width: max-content;
}
@media screen and (min-width: 768px) {
  .c_footer_nav_subnavlv02_item_link {
    font-size: 0.82125rem;
    line-height: 1.4261796043;
    margin-left: 0;
  }
}
.c_footer_nav_groupnavsub {
  display: flex;
  margin-top: 14px;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .c_footer_nav_groupnavsub {
    margin-top: -5px;
  }
}
.c_footer_nav_groupnavsub .c_footer_nav_subnavlv01 {
  margin-top: 0;
}
.c_footer_nav_groupnavsub .c_footer_nav_subnavlv01 .c_footer_nav_subnavlv01_item + .c_footer_nav_subnavlv01_item {
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .c_footer_nav_groupnavsub .c_footer_nav_subnavlv01 .c_footer_nav_subnavlv01_item + .c_footer_nav_subnavlv01_item {
    margin-top: 14px;
    margin-bottom: -16px;
  }
}
.c_footer .copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.3075rem;
  line-height: 1.9756097561;
  letter-spacing: 0.09em;
  text-align: center;
  padding: 14px 0 8px;
}
@media screen and (min-width: 768px) {
  .c_footer .copyright {
    font-size: 0.6875rem;
    line-height: 1.9772727273;
    letter-spacing: 0.09em;
    padding: 44px 0 28px;
  }
}

/*!
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: #61a07f;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
}
.c_loading__content {
  position: relative;
  -webkit-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px);
}
.c_loading__item {
  background-color: #fff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  margin-left: 15px;
  top: 4px;
  left: -7px;
}
.c_loading__item:first-child {
  -webkit-animation: ball-zig 0.7s 0s infinite linear;
  animation: ball-zig 0.7s 0s infinite linear;
}
.c_loading__item:last-child {
  -webkit-animation: ball-zag 0.7s 0s infinite linear;
  animation: ball-zag 0.7s 0s infinite linear;
}

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

/*!
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 */
